File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
src/components/date-range-picker Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -122,8 +122,15 @@ export interface IgcDateRangePickerComponentEventMap {
122122 * @csspart separator - The separator element between the two inputs.
123123 * @csspart ranges - The wrapper that renders the custom and predefined ranges.
124124 * @csspart label - The label wrapper that renders content above the target input.
125- * @csspart calendar-icon - The calendar icon wrapper for closed state.
126- * @csspart calendar-icon-open - The calendar icon wrapper for opened state.
125+ * @csspart calendar-icon - The calendar icon wrapper for closed state (single input).
126+ * @csspart calendar-icon-start - The calendar icon wrapper for closed state for the start input (two inputs).
127+ * @csspart calendar-icon-end - The calendar icon wrapper for closed state for the end input (two inputs).
128+ * @csspart calendar-icon-open - The calendar icon wrapper for opened state (single input).
129+ * @csspart calendar-icon-open-start - The calendar icon wrapper for opened state for the start input (two inputs).
130+ * @csspart calendar-icon-open-end - The calendar icon wrapper for opened state for the end input (two inputs).
131+ * @csspart clear-icon - The clear icon wrapper (single input).
132+ * @csspart clear-icon-start - The clear icon wrapper for the start input (two inputs).
133+ * @csspart clear-icon-end - The clear icon wrapper for the end input (two inputs).
127134 * @csspart actions - The wrapper for the custom actions area.
128135 * @csspart clear-icon - The clear icon wrapper.
129136 * @csspart input - The native input element.
You can’t perform that action at this time.
0 commit comments