@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
|
@@ -22,6 +22,7 @@ declare const DropdownTypes: () => (({
|
|
|
22
22
|
skidding: number;
|
|
23
23
|
modelValue: any;
|
|
24
24
|
selected: any;
|
|
25
|
+
valueToCopy: string;
|
|
25
26
|
placeholder: string;
|
|
26
27
|
autoFocus: boolean;
|
|
27
28
|
multi: boolean;
|
|
@@ -33,9 +34,8 @@ declare const DropdownTypes: () => (({
|
|
|
33
34
|
inlineSearch: boolean;
|
|
34
35
|
onSearch: (option: any, term: string) => boolean;
|
|
35
36
|
noResultsText: string;
|
|
36
|
-
valueToCopy: string;
|
|
37
|
-
helperText: string;
|
|
38
37
|
searchPlaceholder: string;
|
|
38
|
+
helperText: string;
|
|
39
39
|
showButtonOnOpen: boolean;
|
|
40
40
|
clearable: boolean;
|
|
41
41
|
multiOptionsPlaceholderPrefix: string;
|
|
@@ -93,13 +93,13 @@ declare const DropdownTypes: () => (({
|
|
|
93
93
|
type: import("vue").PropType<string>;
|
|
94
94
|
default: string;
|
|
95
95
|
};
|
|
96
|
+
isOpen: {
|
|
97
|
+
type: import("vue").PropType<boolean>;
|
|
98
|
+
};
|
|
96
99
|
skidding: {
|
|
97
100
|
type: import("vue").PropType<number>;
|
|
98
101
|
default: number;
|
|
99
102
|
};
|
|
100
|
-
isOpen: {
|
|
101
|
-
type: import("vue").PropType<boolean>;
|
|
102
|
-
};
|
|
103
103
|
modelValue: {
|
|
104
104
|
type: import("vue").PropType<unknown>;
|
|
105
105
|
default: any;
|
|
@@ -108,6 +108,10 @@ declare const DropdownTypes: () => (({
|
|
|
108
108
|
type: import("vue").PropType<unknown>;
|
|
109
109
|
default: any;
|
|
110
110
|
};
|
|
111
|
+
valueToCopy: {
|
|
112
|
+
type: import("vue").PropType<string>;
|
|
113
|
+
default: string;
|
|
114
|
+
};
|
|
111
115
|
options: {
|
|
112
116
|
type: import("vue").PropType<any[]>;
|
|
113
117
|
required: true;
|
|
@@ -163,7 +167,7 @@ declare const DropdownTypes: () => (({
|
|
|
163
167
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
164
168
|
required: true;
|
|
165
169
|
};
|
|
166
|
-
|
|
170
|
+
searchPlaceholder: {
|
|
167
171
|
type: import("vue").PropType<string>;
|
|
168
172
|
default: string;
|
|
169
173
|
};
|
|
@@ -171,10 +175,6 @@ declare const DropdownTypes: () => (({
|
|
|
171
175
|
type: import("vue").PropType<string>;
|
|
172
176
|
default: string;
|
|
173
177
|
};
|
|
174
|
-
searchPlaceholder: {
|
|
175
|
-
type: import("vue").PropType<string>;
|
|
176
|
-
default: string;
|
|
177
|
-
};
|
|
178
178
|
showButtonOnOpen: {
|
|
179
179
|
type: import("vue").PropType<boolean>;
|
|
180
180
|
default: boolean;
|
|
@@ -203,7 +203,7 @@ declare const DropdownTypes: () => (({
|
|
|
203
203
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
204
204
|
onOpened?: () => any;
|
|
205
205
|
onClosed?: () => any;
|
|
206
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "error" | "skidding" | "modelValue" | "selected" | "placeholder" | "autoFocus" | "multi" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "inlineSearch" | "onSearch" | "noResultsText" | "
|
|
206
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "error" | "skidding" | "modelValue" | "selected" | "valueToCopy" | "placeholder" | "autoFocus" | "multi" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "inlineSearch" | "onSearch" | "noResultsText" | "searchPlaceholder" | "helperText" | "showButtonOnOpen" | "clearable" | "multiOptionsPlaceholderPrefix" | "multiOptionsPlaceholderSuffix" | "darkTheme">;
|
|
207
207
|
$attrs: {
|
|
208
208
|
[x: string]: unknown;
|
|
209
209
|
};
|
|
@@ -269,13 +269,13 @@ declare const DropdownTypes: () => (({
|
|
|
269
269
|
type: import("vue").PropType<string>;
|
|
270
270
|
default: string;
|
|
271
271
|
};
|
|
272
|
+
isOpen: {
|
|
273
|
+
type: import("vue").PropType<boolean>;
|
|
274
|
+
};
|
|
272
275
|
skidding: {
|
|
273
276
|
type: import("vue").PropType<number>;
|
|
274
277
|
default: number;
|
|
275
278
|
};
|
|
276
|
-
isOpen: {
|
|
277
|
-
type: import("vue").PropType<boolean>;
|
|
278
|
-
};
|
|
279
279
|
modelValue: {
|
|
280
280
|
type: import("vue").PropType<unknown>;
|
|
281
281
|
default: any;
|
|
@@ -284,6 +284,10 @@ declare const DropdownTypes: () => (({
|
|
|
284
284
|
type: import("vue").PropType<unknown>;
|
|
285
285
|
default: any;
|
|
286
286
|
};
|
|
287
|
+
valueToCopy: {
|
|
288
|
+
type: import("vue").PropType<string>;
|
|
289
|
+
default: string;
|
|
290
|
+
};
|
|
287
291
|
options: {
|
|
288
292
|
type: import("vue").PropType<any[]>;
|
|
289
293
|
required: true;
|
|
@@ -339,7 +343,7 @@ declare const DropdownTypes: () => (({
|
|
|
339
343
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
340
344
|
required: true;
|
|
341
345
|
};
|
|
342
|
-
|
|
346
|
+
searchPlaceholder: {
|
|
343
347
|
type: import("vue").PropType<string>;
|
|
344
348
|
default: string;
|
|
345
349
|
};
|
|
@@ -347,10 +351,6 @@ declare const DropdownTypes: () => (({
|
|
|
347
351
|
type: import("vue").PropType<string>;
|
|
348
352
|
default: string;
|
|
349
353
|
};
|
|
350
|
-
searchPlaceholder: {
|
|
351
|
-
type: import("vue").PropType<string>;
|
|
352
|
-
default: string;
|
|
353
|
-
};
|
|
354
354
|
showButtonOnOpen: {
|
|
355
355
|
type: import("vue").PropType<boolean>;
|
|
356
356
|
default: boolean;
|
|
@@ -406,6 +406,7 @@ declare const DropdownTypes: () => (({
|
|
|
406
406
|
skidding: number;
|
|
407
407
|
modelValue: any;
|
|
408
408
|
selected: any;
|
|
409
|
+
valueToCopy: string;
|
|
409
410
|
placeholder: string;
|
|
410
411
|
autoFocus: boolean;
|
|
411
412
|
multi: boolean;
|
|
@@ -417,9 +418,8 @@ declare const DropdownTypes: () => (({
|
|
|
417
418
|
inlineSearch: boolean;
|
|
418
419
|
onSearch: (option: any, term: string) => boolean;
|
|
419
420
|
noResultsText: string;
|
|
420
|
-
valueToCopy: string;
|
|
421
|
-
helperText: string;
|
|
422
421
|
searchPlaceholder: string;
|
|
422
|
+
helperText: string;
|
|
423
423
|
showButtonOnOpen: boolean;
|
|
424
424
|
clearable: boolean;
|
|
425
425
|
multiOptionsPlaceholderPrefix: string;
|
|
@@ -497,13 +497,13 @@ declare const DropdownTypes: () => (({
|
|
|
497
497
|
type: import("vue").PropType<string>;
|
|
498
498
|
default: string;
|
|
499
499
|
};
|
|
500
|
+
isOpen: {
|
|
501
|
+
type: import("vue").PropType<boolean>;
|
|
502
|
+
};
|
|
500
503
|
skidding: {
|
|
501
504
|
type: import("vue").PropType<number>;
|
|
502
505
|
default: number;
|
|
503
506
|
};
|
|
504
|
-
isOpen: {
|
|
505
|
-
type: import("vue").PropType<boolean>;
|
|
506
|
-
};
|
|
507
507
|
modelValue: {
|
|
508
508
|
type: import("vue").PropType<unknown>;
|
|
509
509
|
default: any;
|
|
@@ -512,6 +512,10 @@ declare const DropdownTypes: () => (({
|
|
|
512
512
|
type: import("vue").PropType<unknown>;
|
|
513
513
|
default: any;
|
|
514
514
|
};
|
|
515
|
+
valueToCopy: {
|
|
516
|
+
type: import("vue").PropType<string>;
|
|
517
|
+
default: string;
|
|
518
|
+
};
|
|
515
519
|
options: {
|
|
516
520
|
type: import("vue").PropType<any[]>;
|
|
517
521
|
required: true;
|
|
@@ -567,7 +571,7 @@ declare const DropdownTypes: () => (({
|
|
|
567
571
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
568
572
|
required: true;
|
|
569
573
|
};
|
|
570
|
-
|
|
574
|
+
searchPlaceholder: {
|
|
571
575
|
type: import("vue").PropType<string>;
|
|
572
576
|
default: string;
|
|
573
577
|
};
|
|
@@ -575,10 +579,6 @@ declare const DropdownTypes: () => (({
|
|
|
575
579
|
type: import("vue").PropType<string>;
|
|
576
580
|
default: string;
|
|
577
581
|
};
|
|
578
|
-
searchPlaceholder: {
|
|
579
|
-
type: import("vue").PropType<string>;
|
|
580
|
-
default: string;
|
|
581
|
-
};
|
|
582
582
|
showButtonOnOpen: {
|
|
583
583
|
type: import("vue").PropType<boolean>;
|
|
584
584
|
default: boolean;
|
|
@@ -666,13 +666,13 @@ declare const DropdownTypes: () => (({
|
|
|
666
666
|
type: import("vue").PropType<string>;
|
|
667
667
|
default: string;
|
|
668
668
|
};
|
|
669
|
+
isOpen: {
|
|
670
|
+
type: import("vue").PropType<boolean>;
|
|
671
|
+
};
|
|
669
672
|
skidding: {
|
|
670
673
|
type: import("vue").PropType<number>;
|
|
671
674
|
default: number;
|
|
672
675
|
};
|
|
673
|
-
isOpen: {
|
|
674
|
-
type: import("vue").PropType<boolean>;
|
|
675
|
-
};
|
|
676
676
|
modelValue: {
|
|
677
677
|
type: import("vue").PropType<unknown>;
|
|
678
678
|
default: any;
|
|
@@ -681,6 +681,10 @@ declare const DropdownTypes: () => (({
|
|
|
681
681
|
type: import("vue").PropType<unknown>;
|
|
682
682
|
default: any;
|
|
683
683
|
};
|
|
684
|
+
valueToCopy: {
|
|
685
|
+
type: import("vue").PropType<string>;
|
|
686
|
+
default: string;
|
|
687
|
+
};
|
|
684
688
|
options: {
|
|
685
689
|
type: import("vue").PropType<any[]>;
|
|
686
690
|
required: true;
|
|
@@ -736,7 +740,7 @@ declare const DropdownTypes: () => (({
|
|
|
736
740
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
737
741
|
required: true;
|
|
738
742
|
};
|
|
739
|
-
|
|
743
|
+
searchPlaceholder: {
|
|
740
744
|
type: import("vue").PropType<string>;
|
|
741
745
|
default: string;
|
|
742
746
|
};
|
|
@@ -744,10 +748,6 @@ declare const DropdownTypes: () => (({
|
|
|
744
748
|
type: import("vue").PropType<string>;
|
|
745
749
|
default: string;
|
|
746
750
|
};
|
|
747
|
-
searchPlaceholder: {
|
|
748
|
-
type: import("vue").PropType<string>;
|
|
749
|
-
default: string;
|
|
750
|
-
};
|
|
751
751
|
showButtonOnOpen: {
|
|
752
752
|
type: import("vue").PropType<boolean>;
|
|
753
753
|
default: boolean;
|
|
@@ -803,6 +803,7 @@ declare const DropdownTypes: () => (({
|
|
|
803
803
|
skidding: number;
|
|
804
804
|
modelValue: any;
|
|
805
805
|
selected: any;
|
|
806
|
+
valueToCopy: string;
|
|
806
807
|
placeholder: string;
|
|
807
808
|
autoFocus: boolean;
|
|
808
809
|
multi: boolean;
|
|
@@ -814,9 +815,8 @@ declare const DropdownTypes: () => (({
|
|
|
814
815
|
inlineSearch: boolean;
|
|
815
816
|
onSearch: (option: any, term: string) => boolean;
|
|
816
817
|
noResultsText: string;
|
|
817
|
-
valueToCopy: string;
|
|
818
|
-
helperText: string;
|
|
819
818
|
searchPlaceholder: string;
|
|
819
|
+
helperText: string;
|
|
820
820
|
showButtonOnOpen: boolean;
|
|
821
821
|
clearable: boolean;
|
|
822
822
|
multiOptionsPlaceholderPrefix: string;
|
|
@@ -106,6 +106,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
106
106
|
open: boolean;
|
|
107
107
|
mandatory: boolean;
|
|
108
108
|
loading: boolean;
|
|
109
|
+
valueToCopy: string;
|
|
109
110
|
options: unknown[];
|
|
110
111
|
singleAppSelection: boolean;
|
|
111
112
|
placeholder: string;
|
|
@@ -116,7 +117,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
116
117
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
117
118
|
optionEndIconKey: string;
|
|
118
119
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
119
|
-
valueToCopy: string;
|
|
120
120
|
selectedOption: any;
|
|
121
121
|
brandIconType: "android" | "ios";
|
|
122
122
|
}>, {
|
|
@@ -8,6 +8,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
8
8
|
startIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
9
9
|
hideEndIcon?: boolean;
|
|
10
10
|
testId?: string;
|
|
11
|
+
maxWidth?: number;
|
|
12
|
+
withTooltip?: boolean;
|
|
13
|
+
tooltipPlacement?: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
11
14
|
}>, {
|
|
12
15
|
variant: string;
|
|
13
16
|
size: string;
|
|
@@ -17,6 +20,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
17
20
|
startIconType: string;
|
|
18
21
|
hideEndIcon: boolean;
|
|
19
22
|
testId: string;
|
|
23
|
+
maxWidth: number;
|
|
24
|
+
withTooltip: boolean;
|
|
25
|
+
tooltipPlacement: string;
|
|
20
26
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
27
|
click: () => void;
|
|
22
28
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
@@ -29,6 +35,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
29
35
|
startIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
30
36
|
hideEndIcon?: boolean;
|
|
31
37
|
testId?: string;
|
|
38
|
+
maxWidth?: number;
|
|
39
|
+
withTooltip?: boolean;
|
|
40
|
+
tooltipPlacement?: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
32
41
|
}>, {
|
|
33
42
|
variant: string;
|
|
34
43
|
size: string;
|
|
@@ -38,13 +47,19 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
38
47
|
startIconType: string;
|
|
39
48
|
hideEndIcon: boolean;
|
|
40
49
|
testId: string;
|
|
50
|
+
maxWidth: number;
|
|
51
|
+
withTooltip: boolean;
|
|
52
|
+
tooltipPlacement: string;
|
|
41
53
|
}>>> & {
|
|
42
54
|
onClick?: () => any;
|
|
43
55
|
}, {
|
|
44
56
|
testId: string;
|
|
45
57
|
variant: "text" | "outlined";
|
|
58
|
+
withTooltip: boolean;
|
|
59
|
+
tooltipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
46
60
|
disabled: boolean;
|
|
47
61
|
size: "small" | "medium";
|
|
62
|
+
maxWidth: number;
|
|
48
63
|
open: boolean;
|
|
49
64
|
startIconName: string;
|
|
50
65
|
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./ButtonDropdownTrigger.vue2.js";
|
|
2
2
|
/* empty css */import t from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../ButtonDropdownTrigger.
|
|
4
|
-
const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-
|
|
3
|
+
// import "../../../ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_604dfc6f_lang.css"; //*');
|
|
4
|
+
const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-604dfc6f"]]);
|
|
5
5
|
export {
|
|
6
6
|
p as default
|
|
7
7
|
};
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import "../../../ButtonDropdownTrigger.
|
|
2
|
-
import
|
|
1
|
+
import "../../../ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_604dfc6f_lang.css"; import { defineComponent as c, openBlock as s, createBlock as u, unref as o, normalizeClass as m, withCtx as n, renderSlot as f, createElementVNode as p, normalizeStyle as y, createVNode as h, createTextVNode as b, toDisplayString as x } from "vue";
|
|
2
|
+
import T from "../../button/v4/ButtonV4.vue.js";
|
|
3
3
|
import "../../button/v4/IconButtonV4.vue.js";
|
|
4
4
|
import "../../button/v4/ButtonGroup.vue.js";
|
|
5
5
|
import "../../button/v4/ToggleButtonGroupAB.vue.js";
|
|
6
|
-
|
|
6
|
+
import B from "../../typography/v4/Typography.vue.js";
|
|
7
|
+
const W = /* @__PURE__ */ c({
|
|
7
8
|
__name: "ButtonDropdownTrigger",
|
|
8
9
|
props: {
|
|
9
10
|
label: null,
|
|
@@ -14,26 +15,47 @@ const p = /* @__PURE__ */ l({
|
|
|
14
15
|
startIconName: { default: null },
|
|
15
16
|
startIconType: { default: "regular" },
|
|
16
17
|
hideEndIcon: { type: Boolean, default: !1 },
|
|
17
|
-
testId: { default: "" }
|
|
18
|
+
testId: { default: "" },
|
|
19
|
+
maxWidth: { default: 0 },
|
|
20
|
+
withTooltip: { type: Boolean, default: !0 },
|
|
21
|
+
tooltipPlacement: { default: "top" }
|
|
18
22
|
},
|
|
19
23
|
emits: ["click"],
|
|
20
|
-
setup(
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
+
setup(t, { emit: i }) {
|
|
25
|
+
const e = t, a = 40, d = e.maxWidth > a ? { maxWidth: `${e.maxWidth - a}px` } : {};
|
|
26
|
+
return (r, l) => (s(), u(o(T), {
|
|
27
|
+
class: m(["button-trigger", { open: t.open }]),
|
|
28
|
+
disabled: t.disabled,
|
|
24
29
|
color: "default",
|
|
25
|
-
variant:
|
|
26
|
-
size:
|
|
27
|
-
"start-icon-name":
|
|
28
|
-
"start-icon-type":
|
|
29
|
-
"end-icon-name":
|
|
30
|
-
content:
|
|
31
|
-
"test-id":
|
|
32
|
-
onClick:
|
|
30
|
+
variant: t.variant,
|
|
31
|
+
size: t.size,
|
|
32
|
+
"start-icon-name": t.startIconName,
|
|
33
|
+
"start-icon-type": t.startIconType,
|
|
34
|
+
"end-icon-name": t.hideEndIcon ? null : "caret-down",
|
|
35
|
+
content: t.label,
|
|
36
|
+
"test-id": t.testId,
|
|
37
|
+
onClick: l[0] || (l[0] = (g) => i("click"))
|
|
33
38
|
}, {
|
|
34
|
-
default:
|
|
35
|
-
|
|
36
|
-
|
|
39
|
+
default: n(() => [
|
|
40
|
+
f(r.$slots, "default", {}, () => [
|
|
41
|
+
p("div", {
|
|
42
|
+
style: y(o(d)),
|
|
43
|
+
class: "label-wrapper"
|
|
44
|
+
}, [
|
|
45
|
+
h(B, {
|
|
46
|
+
variant: "button",
|
|
47
|
+
class: "label-text",
|
|
48
|
+
"is-truncated": "",
|
|
49
|
+
"with-tooltip": t.withTooltip,
|
|
50
|
+
"tooltip-text": t.label,
|
|
51
|
+
"tooltip-placement": t.tooltipPlacement
|
|
52
|
+
}, {
|
|
53
|
+
default: n(() => [
|
|
54
|
+
b(x(t.label), 1)
|
|
55
|
+
]),
|
|
56
|
+
_: 1
|
|
57
|
+
}, 8, ["with-tooltip", "tooltip-text", "tooltip-placement"])
|
|
58
|
+
], 4)
|
|
37
59
|
], !0)
|
|
38
60
|
]),
|
|
39
61
|
_: 3
|
|
@@ -41,5 +63,5 @@ const p = /* @__PURE__ */ l({
|
|
|
41
63
|
}
|
|
42
64
|
});
|
|
43
65
|
export {
|
|
44
|
-
|
|
66
|
+
W as default
|
|
45
67
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./ButtonFilterDropdownTrigger.vue2.js";
|
|
2
2
|
/* empty css */import t from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../ButtonFilterDropdownTrigger.
|
|
4
|
-
const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-
|
|
3
|
+
// import "../../../ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_1aa6df01_lang.css"; //*');
|
|
4
|
+
const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-1aa6df01"]]);
|
|
5
5
|
export {
|
|
6
6
|
p as default
|
|
7
7
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import "../../../ButtonFilterDropdownTrigger.
|
|
1
|
+
import "../../../ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_1aa6df01_lang.css"; import { defineComponent as m, openBlock as o, createElementBlock as u, mergeProps as l, unref as t, createBlock as d, createCommentVNode as i, createVNode as f, withCtx as p, createTextVNode as I, toDisplayString as T } from "vue";
|
|
2
2
|
import y from "../../typography/v4/Typography.vue.js";
|
|
3
3
|
import s from "../../icon/v4/IconV4.vue.js";
|
|
4
4
|
import "../../icon/v4/IconFlag.vue.js";
|
|
5
5
|
import { useTestIdAttrs as N } from "../../../utils/testIds.js";
|
|
6
|
-
import { DropdownTestIdModifiers as
|
|
7
|
-
const
|
|
6
|
+
import { DropdownTestIdModifiers as n } from "../../../testids/index.js";
|
|
7
|
+
const h = /* @__PURE__ */ m({
|
|
8
8
|
__name: "ButtonFilterDropdownTrigger",
|
|
9
9
|
props: {
|
|
10
10
|
label: null,
|
|
@@ -18,10 +18,10 @@ const E = /* @__PURE__ */ m({
|
|
|
18
18
|
},
|
|
19
19
|
emits: ["click"],
|
|
20
20
|
setup(e, { emit: c }) {
|
|
21
|
-
const
|
|
21
|
+
const a = N(e.testId, n);
|
|
22
22
|
return (g, r) => (o(), u("div", l({
|
|
23
23
|
class: ["button-filter-dropdown-trigger", [e.variant, { disabled: e.disabled, open: e.open }]]
|
|
24
|
-
}, t(
|
|
24
|
+
}, t(a)[t(n).BUTTON], {
|
|
25
25
|
onClick: r[0] || (r[0] = (k) => c("click"))
|
|
26
26
|
}), [
|
|
27
27
|
e.startIconName ? (o(), d(t(s), {
|
|
@@ -31,7 +31,7 @@ const E = /* @__PURE__ */ m({
|
|
|
31
31
|
size: "16px",
|
|
32
32
|
class: "start-icon"
|
|
33
33
|
}, null, 8, ["name", "type"])) : i("", !0),
|
|
34
|
-
f(t(y), l({ variant: "
|
|
34
|
+
f(t(y), l({ variant: "button" }, t(a)[t(n).BUTTON_CONTENT]), {
|
|
35
35
|
default: p(() => [
|
|
36
36
|
I(T(e.label), 1)
|
|
37
37
|
]),
|
|
@@ -47,5 +47,5 @@ const E = /* @__PURE__ */ m({
|
|
|
47
47
|
}
|
|
48
48
|
});
|
|
49
49
|
export {
|
|
50
|
-
|
|
50
|
+
h as default
|
|
51
51
|
};
|
|
@@ -10,6 +10,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
10
10
|
selectedOption: unknown | unknown[];
|
|
11
11
|
displayValue: (option: unknown) => string;
|
|
12
12
|
multi: boolean;
|
|
13
|
+
cancelAllSelectedDisplay?: boolean;
|
|
14
|
+
displayValueInQuotes?: boolean;
|
|
13
15
|
}>, {
|
|
14
16
|
label: string;
|
|
15
17
|
open: boolean;
|
|
@@ -18,6 +20,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
18
20
|
feedbackVariant: string;
|
|
19
21
|
displayedValue: string;
|
|
20
22
|
allSelected: boolean;
|
|
23
|
+
cancelAllSelectedDisplay: boolean;
|
|
24
|
+
displayValueInQuotes: boolean;
|
|
21
25
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
22
26
|
clear: () => void;
|
|
23
27
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
@@ -32,6 +36,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
32
36
|
selectedOption: unknown | unknown[];
|
|
33
37
|
displayValue: (option: unknown) => string;
|
|
34
38
|
multi: boolean;
|
|
39
|
+
cancelAllSelectedDisplay?: boolean;
|
|
40
|
+
displayValueInQuotes?: boolean;
|
|
35
41
|
}>, {
|
|
36
42
|
label: string;
|
|
37
43
|
open: boolean;
|
|
@@ -40,6 +46,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
40
46
|
feedbackVariant: string;
|
|
41
47
|
displayedValue: string;
|
|
42
48
|
allSelected: boolean;
|
|
49
|
+
cancelAllSelectedDisplay: boolean;
|
|
50
|
+
displayValueInQuotes: boolean;
|
|
43
51
|
}>>> & {
|
|
44
52
|
onClear?: () => any;
|
|
45
53
|
}, {
|
|
@@ -50,6 +58,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
50
58
|
feedbackVariant: string;
|
|
51
59
|
allSelected: boolean;
|
|
52
60
|
displayedValue: any;
|
|
61
|
+
cancelAllSelectedDisplay: boolean;
|
|
62
|
+
displayValueInQuotes: boolean;
|
|
53
63
|
}>;
|
|
54
64
|
export default _default;
|
|
55
65
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./ChipDropdownTrigger.vue2.js";
|
|
2
2
|
/* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../ChipDropdownTrigger.
|
|
4
|
-
const
|
|
3
|
+
// import "../../../ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_e43ac1c9_lang.css"; //*');
|
|
4
|
+
const c = /* @__PURE__ */ e(o, [["__scopeId", "data-v-e43ac1c9"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
c as default
|
|
7
7
|
};
|