@ironsource/shared-ui 2.1.11-test.5 → 2.1.11-test.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_604dfc6f_lang.css +1 -0
- package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_1aa6df01_lang.css +1 -0
- package/Chart.vue_vue_type_style_index_0_scoped_277fde76_lang.css +1 -0
- package/ChartHeader.vue_vue_type_style_index_0_scoped_b8213498_lang.css +1 -0
- package/ChartLegend.vue_vue_type_style_index_0_scoped_a1c626cd_lang.css +1 -0
- package/ChartTooltip.vue_vue_type_style_index_0_scoped_6744325c_lang.css +1 -0
- package/CheckboxV4.vue_vue_type_style_index_0_scoped_af4ae3c3_lang.css +1 -0
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_e43ac1c9_lang.css +1 -0
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_27802170_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_26488faf_lang.css +1 -0
- package/DataGridMenu.vue_vue_type_style_index_0_scoped_ddfaf207_lang.css +1 -0
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_309e5351_lang.css +1 -0
- package/DialogV4.vue_vue_type_style_index_0_scoped_37da643b_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_75002075_lang.css +1 -0
- package/EditableV4.vue_vue_type_style_index_0_scoped_1bbe222a_lang.css +1 -0
- package/EmptyStateV4.vue_vue_type_style_index_0_scoped_18728498_lang.css +1 -0
- package/FiltersPanelV4.vue_vue_type_style_index_0_scoped_383011d3_lang.css +1 -0
- package/FormCard.vue_vue_type_style_index_0_scoped_86feae7b_lang.css +1 -0
- package/IconFlag.vue_vue_type_style_index_0_scoped_be9dc7bb_lang.css +1 -0
- package/InlineCopy.vue_vue_type_style_index_0_scoped_ad48b61e_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_2c2947b3_lang.css +1 -0
- package/PopoverV4.vue_vue_type_style_index_0_scoped_66694b4e_lang.css +1 -0
- package/README.md +4 -15
- package/SnackbarV4.vue_vue_type_style_index_0_scoped_89fe8aa1_lang.css +1 -0
- package/SortableItem.vue_vue_type_style_index_0_scoped_2ca7b24c_lang.css +1 -0
- package/SortableItemLabel.vue_vue_type_style_index_0_scoped_f2ced2f4_lang.css +1 -0
- package/SortableList.vue_vue_type_style_index_0_scoped_8f267f88_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_fce3948c_lang.css +1 -0
- package/ThemeWrapper.vue_vue_type_style_index_1_lang.css +1 -1
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_c81a7d3e_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_0_scoped_66eab856_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_b883d1fa_lang.css +1 -0
- package/Typography.vue_vue_type_style_index_0_scoped_5714d43e_lang.css +1 -0
- package/components/autocomplete/Autocomplete.vue2.js +3 -2
- package/components/button/v4/ToggleButtonGroupAB.vue.d.ts +3 -1
- package/components/button/v4/ToggleButtonGroupAB.vue.js +2 -2
- package/components/button/v4/ToggleButtonGroupAB.vue2.js +44 -39
- package/components/button/v4/index.d.ts +9 -3
- package/components/chart/Chart.vue.d.ts +16 -3
- package/components/chart/Chart.vue.js +5 -5
- package/components/chart/Chart.vue2.js +127 -110
- package/components/chart/ChartHeader.vue.d.ts +13 -6
- package/components/chart/ChartHeader.vue.js +2 -2
- package/components/chart/ChartHeader.vue2.js +32 -29
- package/components/chart/ChartLegend.vue.d.ts +5 -0
- package/components/chart/ChartLegend.vue.js +3 -3
- package/components/chart/ChartLegend.vue2.js +99 -49
- package/components/chart/ChartTooltip.vue.d.ts +4 -5
- package/components/chart/ChartTooltip.vue.js +2 -2
- package/components/chart/ChartTooltip.vue2.js +64 -43
- package/components/chart/SettingsHeader.vue2.js +3 -2
- package/components/chart/index.d.ts +55 -16
- package/components/chart/mockData.d.ts +15 -2
- package/components/chart/types.d.ts +15 -1
- package/components/chart/utils/utils.js +5 -5
- package/components/checkbox/v4/CheckboxV4.vue.js +3 -3
- package/components/checkbox/v4/CheckboxV4.vue2.js +2 -2
- package/components/datePicker/v4/DatePickerV4.vue2.js +8 -7
- package/components/dateRange/v4/DateRangeV4.vue.js +2 -2
- package/components/dateRange/v4/DateRangeV4.vue2.js +9 -9
- package/components/dialog/v4/DialogV4.vue.d.ts +15 -0
- package/components/dialog/v4/DialogV4.vue.js +3 -3
- package/components/dialog/v4/DialogV4.vue2.js +80 -73
- package/components/dialog/v4/index.d.ts +58 -1
- package/components/dropdown/common/Dropdown.common.js +200 -189
- package/components/dropdown/v3/Dropdown.vue.d.ts +2 -2
- package/components/dropdown/v3/index.d.ts +39 -39
- package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +1 -1
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +15 -0
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +42 -20
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue2.js +7 -7
- package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +10 -0
- package/components/dropdown/v4/ChipDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +88 -47
- package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +110 -0
- package/components/dropdown/v4/ConditionalDropdown.vue.js +7 -0
- package/components/dropdown/v4/ConditionalDropdown.vue2.js +224 -0
- package/components/dropdown/v4/DropdownV4.vue.d.ts +32 -11
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +153 -138
- package/components/dropdown/v4/OptionV4.vue.d.ts +10 -0
- package/components/dropdown/v4/OptionV4.vue.js +2 -2
- package/components/dropdown/v4/OptionV4.vue2.js +135 -98
- package/components/dropdown/v4/TreeDropdown.vue.d.ts +6 -1
- package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
- package/components/dropdown/v4/TreeDropdown.vue2.js +165 -120
- package/components/dropdown/v4/index.d.ts +443 -110
- package/components/dropdown/v4/index.js +6 -3
- package/components/emptyState/v4/EmptyStateV4.vue.js +3 -3
- package/components/emptyState/v4/EmptyStateV4.vue2.js +1 -1
- package/components/filtersPanel/v4/FiltersPanelV4.vue.js +2 -2
- package/components/filtersPanel/v4/FiltersPanelV4.vue2.js +8 -9
- package/components/forms/FormCard.vue.js +3 -3
- package/components/forms/FormCard.vue2.js +1 -1
- package/components/icon/v4/IconFlag.vue.js +3 -3
- package/components/icon/v4/IconFlag.vue2.js +1 -1
- package/components/icon/v4/consts.d.ts +1 -1
- package/components/icon/v4/consts.js +1 -1
- package/components/inlineCopy/InlineCopy.vue.d.ts +5 -0
- package/components/inlineCopy/InlineCopy.vue.js +2 -2
- package/components/inlineCopy/InlineCopy.vue2.js +24 -22
- package/components/inlineCopy/index.d.ts +9 -0
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +185 -165
- package/components/multibar/MultiBarMenu.vue2.js +3 -2
- package/components/popover/v4/PopoverV4.vue.d.ts +14 -2
- package/components/popover/v4/PopoverV4.vue.js +4 -3
- package/components/popover/v4/PopoverV4.vue2.js +40 -24
- package/components/popover/v4/index.d.ts +55 -11
- package/components/snackbar/v4/SnackbarV4.vue.d.ts +7 -116
- package/components/snackbar/v4/SnackbarV4.vue.js +5 -5
- package/components/snackbar/v4/SnackbarV4.vue2.js +62 -60
- package/components/sortableList/SortableItem.vue.d.ts +5 -0
- package/components/sortableList/SortableItem.vue.js +2 -2
- package/components/sortableList/SortableItem.vue2.js +86 -70
- package/components/sortableList/SortableItemLabel.vue.js +3 -3
- package/components/sortableList/SortableItemLabel.vue2.js +20 -23
- package/components/sortableList/SortableList.vue.d.ts +17 -1
- package/components/sortableList/SortableList.vue.js +4 -4
- package/components/sortableList/SortableList.vue2.js +113 -94
- package/components/sortableList/index.d.ts +63 -5
- package/components/table/common/Table.common.d.ts +1 -1
- package/components/table/common/Table.common.js +83 -77
- package/components/table/common/Table.types.d.ts +1 -1
- package/components/table/common/consts.d.ts +4 -0
- package/components/table/common/consts.js +7 -0
- package/components/table/v3/Table.vue.d.ts +1 -1
- package/components/table/v3/index.d.ts +5 -5
- package/components/table/v4/DataGrid.vue.d.ts +12 -2
- package/components/table/v4/DataGrid.vue.js +2 -2
- package/components/table/v4/DataGrid.vue2.js +164 -155
- package/components/table/v4/DataGridMenu.vue.js +5 -5
- package/components/table/v4/DataGridMenu.vue2.js +4 -3
- package/components/table/v4/MultipleDataGrid.vue.d.ts +1 -1
- package/components/table/v4/index.d.ts +84 -46
- package/components/table-cells/common/Editable.common.js +29 -23
- package/components/table-cells/common/EditableContext.d.ts +1 -0
- package/components/table-cells/v4/EditableV4.vue.d.ts +5 -0
- package/components/table-cells/v4/EditableV4.vue.js +3 -3
- package/components/table-cells/v4/EditableV4.vue2.js +11 -10
- package/components/table-cells/v4/index.d.ts +20 -1
- package/components/tooltip/v4/TooltipV4.vue.d.ts +10 -0
- package/components/tooltip/v4/TooltipV4.vue.js +3 -3
- package/components/tooltip/v4/TooltipV4.vue2.js +24 -21
- package/components/tooltip/v4/index.d.ts +39 -1
- package/components/typography/v4/Typography.vue.js +3 -3
- package/components/typography/v4/Typography.vue2.js +24 -18
- package/design-foundation.stories/icons/iconsData.d.ts +1 -1
- package/index.d.ts +1626 -366
- package/index.js +1 -1
- package/mocks/options.d.ts +48 -6
- package/mocks/words.d.ts +1 -1
- package/package.json +2 -1
- package/style/v4/grid.css +1 -1
- package/style/v4/grid.css.map +1 -1
- package/style/v4/spacings.scss +1 -0
- package/testids/index.d.ts +2 -0
- package/testids/index.js +13 -13
- package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_76c74f58_lang.css +0 -1
- package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_7f750550_lang.css +0 -1
- package/Chart.vue_vue_type_style_index_0_scoped_ea1e5c3e_lang.css +0 -1
- package/ChartHeader.vue_vue_type_style_index_0_scoped_4c37736e_lang.css +0 -1
- package/ChartLegend.vue_vue_type_style_index_0_scoped_c0f71a49_lang.css +0 -1
- package/ChartTooltip.vue_vue_type_style_index_0_scoped_ec636f18_lang.css +0 -1
- package/CheckboxV4.vue_vue_type_style_index_0_scoped_8e5b619a_lang.css +0 -1
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_49bd7193_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_0cd8af73_lang.css +0 -1
- package/DataGridMenu.vue_vue_type_style_index_0_scoped_a6e4672f_lang.css +0 -1
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_f81413ec_lang.css +0 -1
- package/DialogV4.vue_vue_type_style_index_0_scoped_09c488cf_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_e899ec7a_lang.css +0 -1
- package/EditableV4.vue_vue_type_style_index_0_scoped_e0c047b4_lang.css +0 -1
- package/EmptyStateV4.vue_vue_type_style_index_0_scoped_24001caa_lang.css +0 -1
- package/FiltersPanelV4.vue_vue_type_style_index_0_scoped_39061862_lang.css +0 -1
- package/FormCard.vue_vue_type_style_index_0_scoped_c7965a69_lang.css +0 -1
- package/IconFlag.vue_vue_type_style_index_0_scoped_7b09cc85_lang.css +0 -1
- package/InlineCopy.vue_vue_type_style_index_0_scoped_893a203c_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_4070942a_lang.css +0 -1
- package/PopoverV4.vue_vue_type_style_index_0_scoped_74bbce13_lang.css +0 -1
- package/SnackbarV4.vue_vue_type_style_index_0_scoped_49c5ccea_lang.css +0 -1
- package/SortableItem.vue_vue_type_style_index_0_scoped_9dd4d372_lang.css +0 -1
- package/SortableItemLabel.vue_vue_type_style_index_0_scoped_1386ae20_lang.css +0 -1
- package/SortableList.vue_vue_type_style_index_0_scoped_e9cd63b8_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_4d9bf5b2_lang.css +0 -1
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_9d9e51c0_lang.css +0 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_fcdb9d02_lang.css +0 -1
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_6ac5f602_lang.css +0 -1
- package/Typography.vue_vue_type_style_index_0_scoped_992962bc_lang.css +0 -1
|
@@ -7,6 +7,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
7
7
|
disabled?: boolean;
|
|
8
8
|
popperClass?: string;
|
|
9
9
|
loading?: boolean;
|
|
10
|
+
loadMoreLoading?: boolean;
|
|
11
|
+
infiniteLoading?: boolean;
|
|
10
12
|
testId?: string;
|
|
11
13
|
isOpen?: boolean;
|
|
12
14
|
options: unknown[];
|
|
@@ -35,7 +37,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
35
37
|
onSearch?: (option: any, term: string) => boolean;
|
|
36
38
|
noResultsText?: string;
|
|
37
39
|
searchAutoFocus?: boolean;
|
|
38
|
-
|
|
40
|
+
onClearSearch?: () => void;
|
|
39
41
|
displayValue: (option: unknown) => string;
|
|
40
42
|
optionNameKey?: string;
|
|
41
43
|
optionIconKey?: string;
|
|
@@ -43,6 +45,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
43
45
|
optionIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
44
46
|
optionEndIconKey?: string;
|
|
45
47
|
optionEndIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
48
|
+
optionsEndTextIconKey?: string;
|
|
46
49
|
optionFlagKey?: string;
|
|
47
50
|
valueToCopy?: string;
|
|
48
51
|
disabledOptionKey?: string;
|
|
@@ -50,7 +53,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
50
53
|
optionTwoLinesKey?: string;
|
|
51
54
|
groupedOptions?: boolean;
|
|
52
55
|
comparingKey?: string;
|
|
53
|
-
withConditions: boolean;
|
|
54
56
|
customNumberOfDisplayedOptions?: number;
|
|
55
57
|
theme?: string;
|
|
56
58
|
fullWidth?: boolean;
|
|
@@ -58,6 +60,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
58
60
|
statusType?: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
59
61
|
disableVirtualScroll?: boolean;
|
|
60
62
|
overrideOptionCountCalculation?: (option: unknown) => number;
|
|
63
|
+
withConditions?: boolean;
|
|
61
64
|
}>, {
|
|
62
65
|
multi: boolean;
|
|
63
66
|
inlineSearchPlaceholder: string;
|
|
@@ -77,7 +80,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
77
80
|
placeholder: string;
|
|
78
81
|
size: string;
|
|
79
82
|
onSearch: any;
|
|
80
|
-
|
|
83
|
+
onClearSearch: () => true;
|
|
81
84
|
theme: string;
|
|
82
85
|
container: string;
|
|
83
86
|
flip: boolean;
|
|
@@ -100,6 +103,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
100
103
|
optionIconType: any;
|
|
101
104
|
optionEndIconKey: string;
|
|
102
105
|
optionEndIconType: any;
|
|
106
|
+
optionsEndTextIconKey: any;
|
|
103
107
|
optionFlagKey: any;
|
|
104
108
|
valueToCopy: any;
|
|
105
109
|
disabledOptionKey: string;
|
|
@@ -107,13 +111,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
107
111
|
optionTwoLinesKey: any;
|
|
108
112
|
groupedOptions: boolean;
|
|
109
113
|
comparingKey: any;
|
|
110
|
-
withConditions: boolean;
|
|
111
114
|
customNumberOfDisplayedOptions: any;
|
|
112
115
|
fullWidth: boolean;
|
|
113
116
|
optionsListWidth: any;
|
|
114
117
|
statusType: any;
|
|
115
118
|
disableVirtualScroll: boolean;
|
|
116
119
|
overrideOptionCountCalculation: any;
|
|
120
|
+
withConditions: boolean;
|
|
121
|
+
infiniteLoading: boolean;
|
|
117
122
|
}>, {
|
|
118
123
|
selectItem: (option: any, index?: number) => void;
|
|
119
124
|
scrollTo: (index: number) => void;
|
|
@@ -127,6 +132,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
127
132
|
clear: () => void;
|
|
128
133
|
copyToClipboard: () => void;
|
|
129
134
|
onsearch: (value: string) => void;
|
|
135
|
+
loadMore: () => void;
|
|
136
|
+
allSelectedChanged: (value: boolean) => void;
|
|
137
|
+
unsavedSelectionUpdate: (value: unknown[]) => void;
|
|
130
138
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
131
139
|
modelValue?: unknown;
|
|
132
140
|
selected?: unknown;
|
|
@@ -135,6 +143,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
135
143
|
disabled?: boolean;
|
|
136
144
|
popperClass?: string;
|
|
137
145
|
loading?: boolean;
|
|
146
|
+
loadMoreLoading?: boolean;
|
|
147
|
+
infiniteLoading?: boolean;
|
|
138
148
|
testId?: string;
|
|
139
149
|
isOpen?: boolean;
|
|
140
150
|
options: unknown[];
|
|
@@ -163,7 +173,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
163
173
|
onSearch?: (option: any, term: string) => boolean;
|
|
164
174
|
noResultsText?: string;
|
|
165
175
|
searchAutoFocus?: boolean;
|
|
166
|
-
|
|
176
|
+
onClearSearch?: () => void;
|
|
167
177
|
displayValue: (option: unknown) => string;
|
|
168
178
|
optionNameKey?: string;
|
|
169
179
|
optionIconKey?: string;
|
|
@@ -171,6 +181,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
171
181
|
optionIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
172
182
|
optionEndIconKey?: string;
|
|
173
183
|
optionEndIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
184
|
+
optionsEndTextIconKey?: string;
|
|
174
185
|
optionFlagKey?: string;
|
|
175
186
|
valueToCopy?: string;
|
|
176
187
|
disabledOptionKey?: string;
|
|
@@ -178,7 +189,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
178
189
|
optionTwoLinesKey?: string;
|
|
179
190
|
groupedOptions?: boolean;
|
|
180
191
|
comparingKey?: string;
|
|
181
|
-
withConditions: boolean;
|
|
182
192
|
customNumberOfDisplayedOptions?: number;
|
|
183
193
|
theme?: string;
|
|
184
194
|
fullWidth?: boolean;
|
|
@@ -186,6 +196,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
186
196
|
statusType?: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
187
197
|
disableVirtualScroll?: boolean;
|
|
188
198
|
overrideOptionCountCalculation?: (option: unknown) => number;
|
|
199
|
+
withConditions?: boolean;
|
|
189
200
|
}>, {
|
|
190
201
|
multi: boolean;
|
|
191
202
|
inlineSearchPlaceholder: string;
|
|
@@ -205,7 +216,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
205
216
|
placeholder: string;
|
|
206
217
|
size: string;
|
|
207
218
|
onSearch: any;
|
|
208
|
-
|
|
219
|
+
onClearSearch: () => true;
|
|
209
220
|
theme: string;
|
|
210
221
|
container: string;
|
|
211
222
|
flip: boolean;
|
|
@@ -228,6 +239,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
228
239
|
optionIconType: any;
|
|
229
240
|
optionEndIconKey: string;
|
|
230
241
|
optionEndIconType: any;
|
|
242
|
+
optionsEndTextIconKey: any;
|
|
231
243
|
optionFlagKey: any;
|
|
232
244
|
valueToCopy: any;
|
|
233
245
|
disabledOptionKey: string;
|
|
@@ -235,21 +247,25 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
235
247
|
optionTwoLinesKey: any;
|
|
236
248
|
groupedOptions: boolean;
|
|
237
249
|
comparingKey: any;
|
|
238
|
-
withConditions: boolean;
|
|
239
250
|
customNumberOfDisplayedOptions: any;
|
|
240
251
|
fullWidth: boolean;
|
|
241
252
|
optionsListWidth: any;
|
|
242
253
|
statusType: any;
|
|
243
254
|
disableVirtualScroll: boolean;
|
|
244
255
|
overrideOptionCountCalculation: any;
|
|
256
|
+
withConditions: boolean;
|
|
257
|
+
infiniteLoading: boolean;
|
|
245
258
|
}>>> & {
|
|
246
259
|
onCopyToClipboard?: () => any;
|
|
247
260
|
onClear?: () => any;
|
|
248
261
|
onApply?: (value: unknown) => any;
|
|
249
262
|
onSelectAll?: () => any;
|
|
250
263
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
264
|
+
onAllSelectedChanged?: (value: boolean) => any;
|
|
251
265
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
252
266
|
onOnsearch?: (value: string) => any;
|
|
267
|
+
onLoadMore?: () => any;
|
|
268
|
+
onUnsavedSelectionUpdate?: (value: unknown[]) => any;
|
|
253
269
|
onOpened?: () => any;
|
|
254
270
|
onClosed?: () => any;
|
|
255
271
|
}, {
|
|
@@ -266,9 +282,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
266
282
|
skidding: number;
|
|
267
283
|
modelValue: any;
|
|
268
284
|
selected: any;
|
|
269
|
-
|
|
285
|
+
valueToCopy: string;
|
|
270
286
|
placeholder: string;
|
|
271
287
|
multi: boolean;
|
|
288
|
+
infiniteLoading: boolean;
|
|
272
289
|
showSelectAll: boolean;
|
|
273
290
|
defaultOpen: boolean;
|
|
274
291
|
keepOpen: boolean;
|
|
@@ -287,26 +304,27 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
287
304
|
onSearch: (option: any, term: string) => boolean;
|
|
288
305
|
noResultsText: string;
|
|
289
306
|
searchAutoFocus: boolean;
|
|
307
|
+
onClearSearch: () => void;
|
|
290
308
|
optionNameKey: string;
|
|
291
309
|
optionIconKey: string;
|
|
292
310
|
optionImageKey: string;
|
|
293
311
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
294
312
|
optionEndIconKey: string;
|
|
295
313
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
314
|
+
optionsEndTextIconKey: string;
|
|
296
315
|
optionFlagKey: string;
|
|
297
|
-
valueToCopy: string;
|
|
298
316
|
disabledOptionKey: string;
|
|
299
317
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
300
318
|
optionTwoLinesKey: string;
|
|
301
319
|
groupedOptions: boolean;
|
|
302
320
|
comparingKey: string;
|
|
303
|
-
withConditions: boolean;
|
|
304
321
|
customNumberOfDisplayedOptions: number;
|
|
305
322
|
fullWidth: boolean;
|
|
306
323
|
optionsListWidth: string;
|
|
307
324
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
308
325
|
disableVirtualScroll: boolean;
|
|
309
326
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
327
|
+
withConditions: boolean;
|
|
310
328
|
}>, {
|
|
311
329
|
label?(_: {}): any;
|
|
312
330
|
"dropdown-trigger"?(_: {
|
|
@@ -334,6 +352,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
334
352
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
335
353
|
optionAndIconKey: string;
|
|
336
354
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
355
|
+
optionsEndTextIconKey: string;
|
|
337
356
|
optionFlagKey: string;
|
|
338
357
|
feedbackVariant: "success" | "warning" | "error";
|
|
339
358
|
valueToCopy: string;
|
|
@@ -350,6 +369,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
350
369
|
"input-list"?(_: {
|
|
351
370
|
open: true;
|
|
352
371
|
}): any;
|
|
372
|
+
"custom-list-area"?(_: {}): any;
|
|
373
|
+
"select-all"?(_: {}): any;
|
|
353
374
|
"group-option"?(_: {}): any;
|
|
354
375
|
default?(_: {
|
|
355
376
|
option: unknown;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import o from "./DropdownV4.vue2.js";
|
|
2
|
-
/* empty css *//* empty css */import
|
|
3
|
-
// import "../../../DropdownV4.
|
|
2
|
+
/* empty css *//* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../../DropdownV4.vue_vue_type_style_index_0_scoped_75002075_lang.css"; //*');
|
|
4
4
|
// import "../../../DropdownV4.vue_vue_type_style_index_1_lang.css"; //');
|
|
5
|
-
const r = /* @__PURE__ */
|
|
5
|
+
const r = /* @__PURE__ */ _(o, [["__scopeId", "data-v-75002075"]]);
|
|
6
6
|
export {
|
|
7
7
|
r as default
|
|
8
8
|
};
|