@ironsource/shared-ui 2.2.0-rc.4 → 2.2.0-rc.40
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/Alert.vue_vue_type_style_index_0_scoped_5e66710b_lang.css +1 -0
- package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_f86477a9_lang.css +1 -0
- package/AppHeader.vue_vue_type_style_index_0_scoped_18bc6c0d_lang.css +1 -0
- package/ButtonV4.vue_vue_type_style_index_0_scoped_a59af1ad_lang.css +1 -0
- package/CalendarMonth.vue_vue_type_style_index_0_scoped_a44769fd_lang.css +1 -0
- package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_6eae923a_lang.css +1 -0
- package/Chart.vue_vue_type_style_index_0_scoped_a4d7b67a_lang.css +1 -0
- package/ChartHeader.vue_vue_type_style_index_0_scoped_3a061c08_lang.css +1 -0
- package/CheckboxV4.vue_vue_type_style_index_0_scoped_88525d86_lang.css +1 -0
- package/ChipV4.vue_vue_type_style_index_0_scoped_a221c649_lang.css +1 -0
- package/ColumnPicker.vue_vue_type_style_index_0_scoped_d59af062_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_0967498f_lang.css +1 -0
- package/DateRange.vue_vue_type_style_index_0_scoped_25d03907_lang.css +1 -0
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_f8826716_lang.css +1 -0
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_a6900fa6_lang.css +1 -0
- package/DialogV4.vue_vue_type_style_index_0_scoped_a6710278_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_526bf0a1_lang.css +1 -0
- package/FormCard.vue_vue_type_style_index_0_scoped_98458a8f_lang.css +1 -0
- package/GroupOption.vue_vue_type_style_index_0_scoped_1e5170b3_lang.css +1 -0
- package/HelpText.vue_vue_type_style_index_0_scoped_641c2356_lang.css +1 -0
- package/IconV4.vue_vue_type_style_index_0_scoped_6683c5b5_lang.css +1 -0
- package/Link.vue_vue_type_style_index_0_scoped_fe0e7f6f_lang.css +1 -0
- package/MultiBar.vue_vue_type_style_index_0_scoped_c4395fb6_lang.css +1 -0
- package/PopoverV4.vue_vue_type_style_index_0_scoped_9ae00876_lang.css +1 -0
- package/RadioButtonV4.vue_vue_type_style_index_0_scoped_4f3c7037_lang.css +1 -0
- package/SectionDropdown.vue_vue_type_style_index_0_scoped_65877e48_lang.css +1 -0
- package/SwitchV4.vue_vue_type_style_index_0_scoped_b71a806e_lang.css +1 -0
- package/Tag.vue_vue_type_style_index_0_scoped_3a5abbc4_lang.css +1 -0
- package/TextAreaV4.vue_vue_type_style_index_0_scoped_0feea75e_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_28fab783_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_0fc9ddf5_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_0_scoped_a8aebfee_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/components/alert/Alert.vue.d.ts +3 -8
- package/components/alert/Alert.vue.js +2 -2
- package/components/alert/Alert.vue2.js +48 -46
- package/components/alert/index.d.ts +8 -27
- package/components/appHeader/AppHeader.vue.js +2 -2
- package/components/appHeader/AppHeader.vue2.js +44 -45
- package/components/button/v4/ButtonV4.vue.js +4 -4
- package/components/button/v4/ButtonV4.vue2.js +1 -1
- package/components/button/v4/ToggleButtonGroupAB.vue.js +2 -2
- package/components/button/v4/ToggleButtonGroupAB.vue2.js +1 -1
- package/components/chart/Chart.vue.d.ts +5 -0
- package/components/chart/Chart.vue.js +3 -3
- package/components/chart/Chart.vue2.js +17 -15
- package/components/chart/ChartHeader.vue.js +2 -2
- package/components/chart/ChartHeader.vue2.js +2 -2
- package/components/chart/composables/useChartHeight.d.ts +1 -1
- package/components/chart/composables/useChartHeight.js +16 -15
- package/components/chart/index.d.ts +20 -1
- package/components/chart/types.d.ts +1 -0
- package/components/checkbox/v4/CheckboxV4.vue.js +3 -3
- package/components/checkbox/v4/CheckboxV4.vue2.js +60 -79
- package/components/checkbox/v4/icons/CheckedState.vue.js +11 -11
- package/components/checkbox/v4/icons/IndeterminateState.vue.js +7 -7
- package/components/checkbox/v4/icons/UncheckedState.vue.d.ts +28 -1
- package/components/checkbox/v4/icons/UncheckedState.vue.js +23 -21
- package/components/checkbox/v4/icons/UncheckedState.vue2.js +4 -0
- package/components/chip/v4/ChipV4.vue.js +3 -3
- package/components/chip/v4/ChipV4.vue2.js +1 -1
- package/components/columnConfigurator/SectionDropdown.vue.js +3 -3
- package/components/columnConfigurator/SectionDropdown.vue2.js +6 -7
- package/components/columnPicker/ColumnPicker.vue.d.ts +2 -0
- package/components/columnPicker/ColumnPicker.vue.js +3 -3
- package/components/columnPicker/ColumnPicker.vue2.js +173 -153
- package/components/columnPicker/index.d.ts +7 -1
- package/components/dateRange/common/CalendarMonth.common.js +46 -41
- package/components/dateRange/common/DateRange.common.d.ts +1 -0
- package/components/dateRange/common/DateRange.common.js +39 -38
- package/components/dateRange/common/consts.common.d.ts +5 -0
- package/components/dateRange/common/consts.common.js +9 -0
- package/components/dateRange/v3/CalendarMonth.vue.d.ts +5 -0
- package/components/dateRange/v3/CalendarMonth.vue.js +3 -3
- package/components/dateRange/v3/CalendarMonth.vue2.js +6 -5
- package/components/dateRange/v3/DateRange.vue.d.ts +8 -3
- package/components/dateRange/v3/DateRange.vue.js +2 -2
- package/components/dateRange/v3/DateRange.vue2.js +2 -1
- package/components/dateRange/v3/DateRangePicker.vue.d.ts +3 -3
- package/components/dateRange/v3/index.d.ts +27 -8
- package/components/dateRange/v4/CalendarMonthV4.vue.d.ts +5 -0
- package/components/dateRange/v4/CalendarMonthV4.vue.js +4 -4
- package/components/dateRange/v4/CalendarMonthV4.vue2.js +12 -11
- package/components/dateRange/v4/DateRangePickerV4.vue.d.ts +3 -3
- package/components/dateRange/v4/DateRangeV4.vue.d.ts +8 -3
- package/components/dateRange/v4/DateRangeV4.vue.js +3 -3
- package/components/dateRange/v4/DateRangeV4.vue2.js +104 -101
- package/components/dateRange/v4/index.d.ts +27 -8
- package/components/dialog/v4/DialogV4.vue.js +4 -4
- package/components/dialog/v4/DialogV4.vue2.js +1 -1
- package/components/dropdown/v4/AppDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/AppDropdownTrigger.vue2.js +1 -1
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +1 -1
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +1 -1
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +2 -2
- package/components/dropdown/v4/GroupOption.vue.js +3 -3
- package/components/dropdown/v4/GroupOption.vue2.js +1 -1
- package/components/forms/FormCard.vue.js +3 -3
- package/components/forms/FormCard.vue2.js +5 -5
- package/components/helpText/HelpText.vue.d.ts +68 -0
- package/components/helpText/HelpText.vue.js +7 -0
- package/components/helpText/HelpText.vue2.js +45 -0
- package/components/helpText/index.d.ts +190 -0
- package/components/helpText/index.js +6 -0
- package/components/icon/v4/IconV4.vue.d.ts +5 -0
- package/components/icon/v4/IconV4.vue.js +2 -2
- package/components/icon/v4/IconV4.vue2.js +27 -26
- package/components/icon/v4/index.d.ts +20 -1
- package/components/input/v4/TextField.vue.js +2 -2
- package/components/input/v4/TextField.vue2.js +1 -1
- package/components/link/Link.vue.d.ts +3 -3
- package/components/link/Link.vue.js +5 -5
- package/components/link/Link.vue2.js +1 -1
- package/components/link/index.d.ts +7 -7
- package/components/multibar/MultiBar.vue.js +3 -3
- package/components/multibar/MultiBar.vue2.js +1 -1
- package/components/popover/v4/PopoverV4.vue.d.ts +14 -0
- package/components/popover/v4/PopoverV4.vue.js +2 -2
- package/components/popover/v4/PopoverV4.vue2.js +11 -9
- package/components/popover/v4/index.d.ts +41 -1
- package/components/radioButton/v4/RadioButtonV4.vue.js +3 -3
- package/components/radioButton/v4/RadioButtonV4.vue2.js +1 -1
- package/components/switch/v4/SwitchV4.vue.d.ts +5 -0
- package/components/switch/v4/SwitchV4.vue.js +4 -4
- package/components/switch/v4/SwitchV4.vue2.js +14 -13
- package/components/switch/v4/index.d.ts +9 -0
- package/components/table/v4/DataGrid.vue.d.ts +2 -0
- package/components/table/v4/DataGrid.vue.js +4 -4
- package/components/table/v4/DataGrid.vue2.js +82 -80
- package/components/table/v4/index.d.ts +7 -1
- package/components/tag/Tag.vue.d.ts +126 -0
- package/components/tag/Tag.vue.js +7 -0
- package/components/tag/Tag.vue2.js +249 -0
- package/components/tag/index.d.ts +183 -0
- package/components/tag/index.js +6 -0
- package/components/tagsField/index.d.ts +42 -3
- package/components/tagsField/index.js +6 -4
- package/components/textArea/v4/TextAreaV4.vue.js +3 -3
- package/components/textArea/v4/TextAreaV4.vue2.js +1 -1
- package/components/tooltip/v4/TooltipV4.vue.d.ts +5 -0
- package/components/tooltip/v4/TooltipV4.vue.js +2 -2
- package/components/tooltip/v4/TooltipV4.vue2.js +76 -36
- package/components/tooltip/v4/index.d.ts +20 -1
- package/design-foundation.stories/colors/ColorsData.d.ts +52 -47
- package/index.d.ts +270 -44
- package/index.js +108 -98
- package/package.json +12 -3
- package/style/v4/colors.scss +89 -84
- package/style/v4/grid.css +1 -1
- package/style/v4/grid.css.map +1 -1
- package/testids/index.d.ts +4 -0
- package/testids/index.js +38 -37
- package/Alert.vue_vue_type_style_index_0_scoped_06e0871a_lang.css +0 -1
- package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_858cefbf_lang.css +0 -1
- package/AppHeader.vue_vue_type_style_index_0_scoped_538ccdc6_lang.css +0 -1
- package/ButtonV4.vue_vue_type_style_index_0_scoped_852be7ec_lang.css +0 -1
- package/CalendarMonth.vue_vue_type_style_index_0_scoped_acd3440c_lang.css +0 -1
- package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_b0d3ea50_lang.css +0 -1
- package/Chart.vue_vue_type_style_index_0_scoped_22477735_lang.css +0 -1
- package/ChartHeader.vue_vue_type_style_index_0_scoped_9a603520_lang.css +0 -1
- package/CheckboxV4.vue_vue_type_style_index_0_scoped_af4ae3c3_lang.css +0 -1
- package/ChipV4.vue_vue_type_style_index_0_scoped_a4d3a12e_lang.css +0 -1
- package/ColumnPicker.vue_vue_type_style_index_0_scoped_ea8c7024_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_cd41c5ca_lang.css +0 -1
- package/DateRange.vue_vue_type_style_index_0_scoped_70e316e9_lang.css +0 -1
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_a849128a_lang.css +0 -1
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_3bc0f416_lang.css +0 -1
- package/DialogV4.vue_vue_type_style_index_0_scoped_cc99f1e3_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_445ebb01_lang.css +0 -1
- package/FormCard.vue_vue_type_style_index_0_scoped_86feae7b_lang.css +0 -1
- package/GroupOption.vue_vue_type_style_index_0_scoped_5f372a81_lang.css +0 -1
- package/IconV4.vue_vue_type_style_index_0_scoped_dc433d48_lang.css +0 -1
- package/Link.vue_vue_type_style_index_0_scoped_1a766750_lang.css +0 -1
- package/MultiBar.vue_vue_type_style_index_0_scoped_71617643_lang.css +0 -1
- package/PopoverV4.vue_vue_type_style_index_0_scoped_66694b4e_lang.css +0 -1
- package/RadioButtonV4.vue_vue_type_style_index_0_scoped_05c7bca2_lang.css +0 -1
- package/SectionDropdown.vue_vue_type_style_index_0_scoped_cfad60a8_lang.css +0 -1
- package/SwitchV4.vue_vue_type_style_index_0_scoped_cd6621a7_lang.css +0 -1
- package/TextAreaV4.vue_vue_type_style_index_0_scoped_4114ef89_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_3b7a3661_lang.css +0 -1
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_2076b5ab_lang.css +0 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_8a451e54_lang.css +0 -1
- package/components/checkbox/v4/icons/CheckedDisabledState.vue.d.ts +0 -29
- package/components/checkbox/v4/icons/CheckedDisabledState.vue.js +0 -45
- package/components/checkbox/v4/icons/CheckedDisabledState.vue2.js +0 -4
- package/components/checkbox/v4/icons/IndeterminateDisabledState.vue.d.ts +0 -2
- package/components/checkbox/v4/icons/IndeterminateDisabledState.vue.js +0 -40
- package/components/checkbox/v4/icons/UncheckedDisabledState.vue.d.ts +0 -2
- package/components/checkbox/v4/icons/UncheckedDisabledState.vue.js +0 -30
package/index.d.ts
CHANGED
|
@@ -29,6 +29,10 @@ declare const _default: {
|
|
|
29
29
|
$data: {};
|
|
30
30
|
$props: Partial<{
|
|
31
31
|
testId: string;
|
|
32
|
+
delay: number | {
|
|
33
|
+
show: number;
|
|
34
|
+
hide: number;
|
|
35
|
+
};
|
|
32
36
|
placement: import("floating-vue").Placement;
|
|
33
37
|
disabled: boolean;
|
|
34
38
|
distance: number;
|
|
@@ -43,6 +47,13 @@ declare const _default: {
|
|
|
43
47
|
type: import("vue").PropType<string>;
|
|
44
48
|
default: string;
|
|
45
49
|
};
|
|
50
|
+
delay: {
|
|
51
|
+
type: import("vue").PropType<number | {
|
|
52
|
+
show: number;
|
|
53
|
+
hide: number;
|
|
54
|
+
}>;
|
|
55
|
+
default: number;
|
|
56
|
+
};
|
|
46
57
|
placement: {
|
|
47
58
|
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
48
59
|
default: string;
|
|
@@ -81,7 +92,7 @@ declare const _default: {
|
|
|
81
92
|
};
|
|
82
93
|
}>> & {
|
|
83
94
|
onIsOpen?: (value: boolean) => any;
|
|
84
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "container" | "autoHide" | "popperClass" | "isOpen" | "trigger" | "skidding">;
|
|
95
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "delay" | "placement" | "disabled" | "distance" | "container" | "autoHide" | "popperClass" | "isOpen" | "trigger" | "skidding">;
|
|
85
96
|
$attrs: {
|
|
86
97
|
[x: string]: unknown;
|
|
87
98
|
};
|
|
@@ -100,6 +111,13 @@ declare const _default: {
|
|
|
100
111
|
type: import("vue").PropType<string>;
|
|
101
112
|
default: string;
|
|
102
113
|
};
|
|
114
|
+
delay: {
|
|
115
|
+
type: import("vue").PropType<number | {
|
|
116
|
+
show: number;
|
|
117
|
+
hide: number;
|
|
118
|
+
}>;
|
|
119
|
+
default: number;
|
|
120
|
+
};
|
|
103
121
|
placement: {
|
|
104
122
|
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
105
123
|
default: string;
|
|
@@ -144,6 +162,10 @@ declare const _default: {
|
|
|
144
162
|
isOpen: (value: boolean) => void;
|
|
145
163
|
}, string, {
|
|
146
164
|
testId: string;
|
|
165
|
+
delay: number | {
|
|
166
|
+
show: number;
|
|
167
|
+
hide: number;
|
|
168
|
+
};
|
|
147
169
|
placement: import("floating-vue").Placement;
|
|
148
170
|
disabled: boolean;
|
|
149
171
|
distance: number;
|
|
@@ -178,6 +200,13 @@ declare const _default: {
|
|
|
178
200
|
type: import("vue").PropType<string>;
|
|
179
201
|
default: string;
|
|
180
202
|
};
|
|
203
|
+
delay: {
|
|
204
|
+
type: import("vue").PropType<number | {
|
|
205
|
+
show: number;
|
|
206
|
+
hide: number;
|
|
207
|
+
}>;
|
|
208
|
+
default: number;
|
|
209
|
+
};
|
|
181
210
|
placement: {
|
|
182
211
|
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
183
212
|
default: string;
|
|
@@ -227,6 +256,13 @@ declare const _default: {
|
|
|
227
256
|
type: import("vue").PropType<string>;
|
|
228
257
|
default: string;
|
|
229
258
|
};
|
|
259
|
+
delay: {
|
|
260
|
+
type: import("vue").PropType<number | {
|
|
261
|
+
show: number;
|
|
262
|
+
hide: number;
|
|
263
|
+
}>;
|
|
264
|
+
default: number;
|
|
265
|
+
};
|
|
230
266
|
placement: {
|
|
231
267
|
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
232
268
|
default: string;
|
|
@@ -271,6 +307,10 @@ declare const _default: {
|
|
|
271
307
|
isOpen: (value: boolean) => void;
|
|
272
308
|
}, string, {
|
|
273
309
|
testId: string;
|
|
310
|
+
delay: number | {
|
|
311
|
+
show: number;
|
|
312
|
+
hide: number;
|
|
313
|
+
};
|
|
274
314
|
placement: import("floating-vue").Placement;
|
|
275
315
|
disabled: boolean;
|
|
276
316
|
distance: number;
|
|
@@ -292,6 +332,10 @@ declare const _default: {
|
|
|
292
332
|
$data: {};
|
|
293
333
|
$props: Partial<{
|
|
294
334
|
testId: string;
|
|
335
|
+
delay: number | {
|
|
336
|
+
show: number;
|
|
337
|
+
hide: number;
|
|
338
|
+
};
|
|
295
339
|
placement: import("floating-vue").Placement;
|
|
296
340
|
disabled: boolean;
|
|
297
341
|
distance: number;
|
|
@@ -306,6 +350,13 @@ declare const _default: {
|
|
|
306
350
|
type: import("vue").PropType<string>;
|
|
307
351
|
default: string;
|
|
308
352
|
};
|
|
353
|
+
delay: {
|
|
354
|
+
type: import("vue").PropType<number | {
|
|
355
|
+
show: number;
|
|
356
|
+
hide: number;
|
|
357
|
+
}>;
|
|
358
|
+
default: number;
|
|
359
|
+
};
|
|
309
360
|
placement: {
|
|
310
361
|
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
311
362
|
default: string;
|
|
@@ -344,7 +395,7 @@ declare const _default: {
|
|
|
344
395
|
};
|
|
345
396
|
}>> & {
|
|
346
397
|
onIsOpen?: (value: boolean) => any;
|
|
347
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "container" | "autoHide" | "popperClass" | "isOpen" | "trigger" | "skidding">;
|
|
398
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "delay" | "placement" | "disabled" | "distance" | "container" | "autoHide" | "popperClass" | "isOpen" | "trigger" | "skidding">;
|
|
348
399
|
$attrs: {
|
|
349
400
|
[x: string]: unknown;
|
|
350
401
|
};
|
|
@@ -363,6 +414,13 @@ declare const _default: {
|
|
|
363
414
|
type: import("vue").PropType<string>;
|
|
364
415
|
default: string;
|
|
365
416
|
};
|
|
417
|
+
delay: {
|
|
418
|
+
type: import("vue").PropType<number | {
|
|
419
|
+
show: number;
|
|
420
|
+
hide: number;
|
|
421
|
+
}>;
|
|
422
|
+
default: number;
|
|
423
|
+
};
|
|
366
424
|
placement: {
|
|
367
425
|
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
368
426
|
default: string;
|
|
@@ -407,6 +465,10 @@ declare const _default: {
|
|
|
407
465
|
isOpen: (value: boolean) => void;
|
|
408
466
|
}, string, {
|
|
409
467
|
testId: string;
|
|
468
|
+
delay: number | {
|
|
469
|
+
show: number;
|
|
470
|
+
hide: number;
|
|
471
|
+
};
|
|
410
472
|
placement: import("floating-vue").Placement;
|
|
411
473
|
disabled: boolean;
|
|
412
474
|
distance: number;
|
|
@@ -441,6 +503,13 @@ declare const _default: {
|
|
|
441
503
|
type: import("vue").PropType<string>;
|
|
442
504
|
default: string;
|
|
443
505
|
};
|
|
506
|
+
delay: {
|
|
507
|
+
type: import("vue").PropType<number | {
|
|
508
|
+
show: number;
|
|
509
|
+
hide: number;
|
|
510
|
+
}>;
|
|
511
|
+
default: number;
|
|
512
|
+
};
|
|
444
513
|
placement: {
|
|
445
514
|
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
446
515
|
default: string;
|
|
@@ -490,6 +559,13 @@ declare const _default: {
|
|
|
490
559
|
type: import("vue").PropType<string>;
|
|
491
560
|
default: string;
|
|
492
561
|
};
|
|
562
|
+
delay: {
|
|
563
|
+
type: import("vue").PropType<number | {
|
|
564
|
+
show: number;
|
|
565
|
+
hide: number;
|
|
566
|
+
}>;
|
|
567
|
+
default: number;
|
|
568
|
+
};
|
|
493
569
|
placement: {
|
|
494
570
|
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
495
571
|
default: string;
|
|
@@ -534,6 +610,10 @@ declare const _default: {
|
|
|
534
610
|
isOpen: (value: boolean) => void;
|
|
535
611
|
}, string, {
|
|
536
612
|
testId: string;
|
|
613
|
+
delay: number | {
|
|
614
|
+
show: number;
|
|
615
|
+
hide: number;
|
|
616
|
+
};
|
|
537
617
|
placement: import("floating-vue").Placement;
|
|
538
618
|
disabled: boolean;
|
|
539
619
|
distance: number;
|
|
@@ -562,12 +642,13 @@ declare const _default: {
|
|
|
562
642
|
dateFormat: string;
|
|
563
643
|
types: ("date" | "week" | "month")[];
|
|
564
644
|
maxDaysInRange: number;
|
|
565
|
-
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
645
|
+
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12";
|
|
566
646
|
regex: RegExp;
|
|
567
647
|
initialType: "date" | "week" | "month";
|
|
568
648
|
openOnTop: boolean;
|
|
569
649
|
showPresets: boolean;
|
|
570
650
|
maxDate: Date;
|
|
651
|
+
minDate: Date;
|
|
571
652
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
572
653
|
testId: {
|
|
573
654
|
type: import("vue").PropType<string>;
|
|
@@ -609,7 +690,7 @@ declare const _default: {
|
|
|
609
690
|
default: any;
|
|
610
691
|
};
|
|
611
692
|
datePresetList: {
|
|
612
|
-
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
|
|
693
|
+
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12">;
|
|
613
694
|
default: string;
|
|
614
695
|
};
|
|
615
696
|
regex: {
|
|
@@ -635,6 +716,10 @@ declare const _default: {
|
|
|
635
716
|
type: import("vue").PropType<Date>;
|
|
636
717
|
default: any;
|
|
637
718
|
};
|
|
719
|
+
minDate: {
|
|
720
|
+
type: import("vue").PropType<Date>;
|
|
721
|
+
default: any;
|
|
722
|
+
};
|
|
638
723
|
}>> & {
|
|
639
724
|
onOpened?: (...args: any[]) => any;
|
|
640
725
|
onRangeTypeChanged?: (...args: any[]) => any;
|
|
@@ -642,7 +727,7 @@ declare const _default: {
|
|
|
642
727
|
onRangeChanged?: (...args: any[]) => any;
|
|
643
728
|
onDateRangePresetNameChanged?: (...args: any[]) => any;
|
|
644
729
|
onDismissed?: (...args: any[]) => any;
|
|
645
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "allowedDays" | "uniqueId" | "includeToday" | "dateFormat" | "types" | "maxDaysInRange" | "datePresetList" | "regex" | "initialType" | "openOnTop" | "showPresets" | "maxDate">;
|
|
730
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "allowedDays" | "uniqueId" | "includeToday" | "dateFormat" | "types" | "maxDaysInRange" | "datePresetList" | "regex" | "initialType" | "openOnTop" | "showPresets" | "maxDate" | "minDate">;
|
|
646
731
|
$attrs: {
|
|
647
732
|
[x: string]: unknown;
|
|
648
733
|
};
|
|
@@ -697,7 +782,7 @@ declare const _default: {
|
|
|
697
782
|
default: any;
|
|
698
783
|
};
|
|
699
784
|
datePresetList: {
|
|
700
|
-
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
|
|
785
|
+
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12">;
|
|
701
786
|
default: string;
|
|
702
787
|
};
|
|
703
788
|
regex: {
|
|
@@ -723,6 +808,10 @@ declare const _default: {
|
|
|
723
808
|
type: import("vue").PropType<Date>;
|
|
724
809
|
default: any;
|
|
725
810
|
};
|
|
811
|
+
minDate: {
|
|
812
|
+
type: import("vue").PropType<Date>;
|
|
813
|
+
default: any;
|
|
814
|
+
};
|
|
726
815
|
}>> & {
|
|
727
816
|
onOpened?: (...args: any[]) => any;
|
|
728
817
|
onRangeTypeChanged?: (...args: any[]) => any;
|
|
@@ -746,12 +835,13 @@ declare const _default: {
|
|
|
746
835
|
dateFormat: string;
|
|
747
836
|
types: ("date" | "week" | "month")[];
|
|
748
837
|
maxDaysInRange: number;
|
|
749
|
-
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
838
|
+
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12";
|
|
750
839
|
regex: RegExp;
|
|
751
840
|
initialType: "date" | "week" | "month";
|
|
752
841
|
openOnTop: boolean;
|
|
753
842
|
showPresets: boolean;
|
|
754
843
|
maxDate: Date;
|
|
844
|
+
minDate: Date;
|
|
755
845
|
}, {}, string> & {
|
|
756
846
|
beforeCreate?: (() => void) | (() => void)[];
|
|
757
847
|
created?: (() => void) | (() => void)[];
|
|
@@ -813,7 +903,7 @@ declare const _default: {
|
|
|
813
903
|
default: any;
|
|
814
904
|
};
|
|
815
905
|
datePresetList: {
|
|
816
|
-
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
|
|
906
|
+
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12">;
|
|
817
907
|
default: string;
|
|
818
908
|
};
|
|
819
909
|
regex: {
|
|
@@ -839,6 +929,10 @@ declare const _default: {
|
|
|
839
929
|
type: import("vue").PropType<Date>;
|
|
840
930
|
default: any;
|
|
841
931
|
};
|
|
932
|
+
minDate: {
|
|
933
|
+
type: import("vue").PropType<Date>;
|
|
934
|
+
default: any;
|
|
935
|
+
};
|
|
842
936
|
}>> & {
|
|
843
937
|
onOpened?: (...args: any[]) => any;
|
|
844
938
|
onRangeTypeChanged?: (...args: any[]) => any;
|
|
@@ -891,7 +985,7 @@ declare const _default: {
|
|
|
891
985
|
default: any;
|
|
892
986
|
};
|
|
893
987
|
datePresetList: {
|
|
894
|
-
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
|
|
988
|
+
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12">;
|
|
895
989
|
default: string;
|
|
896
990
|
};
|
|
897
991
|
regex: {
|
|
@@ -917,6 +1011,10 @@ declare const _default: {
|
|
|
917
1011
|
type: import("vue").PropType<Date>;
|
|
918
1012
|
default: any;
|
|
919
1013
|
};
|
|
1014
|
+
minDate: {
|
|
1015
|
+
type: import("vue").PropType<Date>;
|
|
1016
|
+
default: any;
|
|
1017
|
+
};
|
|
920
1018
|
}>> & {
|
|
921
1019
|
onOpened?: (...args: any[]) => any;
|
|
922
1020
|
onRangeTypeChanged?: (...args: any[]) => any;
|
|
@@ -940,12 +1038,13 @@ declare const _default: {
|
|
|
940
1038
|
dateFormat: string;
|
|
941
1039
|
types: ("date" | "week" | "month")[];
|
|
942
1040
|
maxDaysInRange: number;
|
|
943
|
-
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
1041
|
+
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12";
|
|
944
1042
|
regex: RegExp;
|
|
945
1043
|
initialType: "date" | "week" | "month";
|
|
946
1044
|
openOnTop: boolean;
|
|
947
1045
|
showPresets: boolean;
|
|
948
1046
|
maxDate: Date;
|
|
1047
|
+
minDate: Date;
|
|
949
1048
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
950
1049
|
$slots: {
|
|
951
1050
|
field?(_: {
|
|
@@ -968,12 +1067,13 @@ declare const _default: {
|
|
|
968
1067
|
dateFormat: string;
|
|
969
1068
|
types: ("date" | "week" | "month")[];
|
|
970
1069
|
maxDaysInRange: number;
|
|
971
|
-
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
1070
|
+
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12";
|
|
972
1071
|
regex: RegExp;
|
|
973
1072
|
initialType: "date" | "week" | "month";
|
|
974
1073
|
openOnTop: boolean;
|
|
975
1074
|
showPresets: boolean;
|
|
976
1075
|
maxDate: Date;
|
|
1076
|
+
minDate: Date;
|
|
977
1077
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
978
1078
|
testId: {
|
|
979
1079
|
type: import("vue").PropType<string>;
|
|
@@ -1015,7 +1115,7 @@ declare const _default: {
|
|
|
1015
1115
|
default: any;
|
|
1016
1116
|
};
|
|
1017
1117
|
datePresetList: {
|
|
1018
|
-
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
|
|
1118
|
+
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12">;
|
|
1019
1119
|
default: string;
|
|
1020
1120
|
};
|
|
1021
1121
|
regex: {
|
|
@@ -1041,6 +1141,10 @@ declare const _default: {
|
|
|
1041
1141
|
type: import("vue").PropType<Date>;
|
|
1042
1142
|
default: any;
|
|
1043
1143
|
};
|
|
1144
|
+
minDate: {
|
|
1145
|
+
type: import("vue").PropType<Date>;
|
|
1146
|
+
default: any;
|
|
1147
|
+
};
|
|
1044
1148
|
}>> & {
|
|
1045
1149
|
onOpened?: (...args: any[]) => any;
|
|
1046
1150
|
onRangeTypeChanged?: (...args: any[]) => any;
|
|
@@ -1048,7 +1152,7 @@ declare const _default: {
|
|
|
1048
1152
|
onRangeChanged?: (...args: any[]) => any;
|
|
1049
1153
|
onDateRangePresetNameChanged?: (...args: any[]) => any;
|
|
1050
1154
|
onDismissed?: (...args: any[]) => any;
|
|
1051
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "allowedDays" | "uniqueId" | "includeToday" | "dateFormat" | "types" | "maxDaysInRange" | "datePresetList" | "regex" | "initialType" | "openOnTop" | "showPresets" | "maxDate">;
|
|
1155
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "allowedDays" | "uniqueId" | "includeToday" | "dateFormat" | "types" | "maxDaysInRange" | "datePresetList" | "regex" | "initialType" | "openOnTop" | "showPresets" | "maxDate" | "minDate">;
|
|
1052
1156
|
$attrs: {
|
|
1053
1157
|
[x: string]: unknown;
|
|
1054
1158
|
};
|
|
@@ -1103,7 +1207,7 @@ declare const _default: {
|
|
|
1103
1207
|
default: any;
|
|
1104
1208
|
};
|
|
1105
1209
|
datePresetList: {
|
|
1106
|
-
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
|
|
1210
|
+
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12">;
|
|
1107
1211
|
default: string;
|
|
1108
1212
|
};
|
|
1109
1213
|
regex: {
|
|
@@ -1129,6 +1233,10 @@ declare const _default: {
|
|
|
1129
1233
|
type: import("vue").PropType<Date>;
|
|
1130
1234
|
default: any;
|
|
1131
1235
|
};
|
|
1236
|
+
minDate: {
|
|
1237
|
+
type: import("vue").PropType<Date>;
|
|
1238
|
+
default: any;
|
|
1239
|
+
};
|
|
1132
1240
|
}>> & {
|
|
1133
1241
|
onOpened?: (...args: any[]) => any;
|
|
1134
1242
|
onRangeTypeChanged?: (...args: any[]) => any;
|
|
@@ -1152,12 +1260,13 @@ declare const _default: {
|
|
|
1152
1260
|
dateFormat: string;
|
|
1153
1261
|
types: ("date" | "week" | "month")[];
|
|
1154
1262
|
maxDaysInRange: number;
|
|
1155
|
-
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
1263
|
+
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12";
|
|
1156
1264
|
regex: RegExp;
|
|
1157
1265
|
initialType: "date" | "week" | "month";
|
|
1158
1266
|
openOnTop: boolean;
|
|
1159
1267
|
showPresets: boolean;
|
|
1160
1268
|
maxDate: Date;
|
|
1269
|
+
minDate: Date;
|
|
1161
1270
|
}, {}, string> & {
|
|
1162
1271
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1163
1272
|
created?: (() => void) | (() => void)[];
|
|
@@ -1219,7 +1328,7 @@ declare const _default: {
|
|
|
1219
1328
|
default: any;
|
|
1220
1329
|
};
|
|
1221
1330
|
datePresetList: {
|
|
1222
|
-
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
|
|
1331
|
+
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12">;
|
|
1223
1332
|
default: string;
|
|
1224
1333
|
};
|
|
1225
1334
|
regex: {
|
|
@@ -1245,6 +1354,10 @@ declare const _default: {
|
|
|
1245
1354
|
type: import("vue").PropType<Date>;
|
|
1246
1355
|
default: any;
|
|
1247
1356
|
};
|
|
1357
|
+
minDate: {
|
|
1358
|
+
type: import("vue").PropType<Date>;
|
|
1359
|
+
default: any;
|
|
1360
|
+
};
|
|
1248
1361
|
}>> & {
|
|
1249
1362
|
onOpened?: (...args: any[]) => any;
|
|
1250
1363
|
onRangeTypeChanged?: (...args: any[]) => any;
|
|
@@ -1297,7 +1410,7 @@ declare const _default: {
|
|
|
1297
1410
|
default: any;
|
|
1298
1411
|
};
|
|
1299
1412
|
datePresetList: {
|
|
1300
|
-
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
|
|
1413
|
+
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12">;
|
|
1301
1414
|
default: string;
|
|
1302
1415
|
};
|
|
1303
1416
|
regex: {
|
|
@@ -1323,6 +1436,10 @@ declare const _default: {
|
|
|
1323
1436
|
type: import("vue").PropType<Date>;
|
|
1324
1437
|
default: any;
|
|
1325
1438
|
};
|
|
1439
|
+
minDate: {
|
|
1440
|
+
type: import("vue").PropType<Date>;
|
|
1441
|
+
default: any;
|
|
1442
|
+
};
|
|
1326
1443
|
}>> & {
|
|
1327
1444
|
onOpened?: (...args: any[]) => any;
|
|
1328
1445
|
onRangeTypeChanged?: (...args: any[]) => any;
|
|
@@ -1346,12 +1463,13 @@ declare const _default: {
|
|
|
1346
1463
|
dateFormat: string;
|
|
1347
1464
|
types: ("date" | "week" | "month")[];
|
|
1348
1465
|
maxDaysInRange: number;
|
|
1349
|
-
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
1466
|
+
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12";
|
|
1350
1467
|
regex: RegExp;
|
|
1351
1468
|
initialType: "date" | "week" | "month";
|
|
1352
1469
|
openOnTop: boolean;
|
|
1353
1470
|
showPresets: boolean;
|
|
1354
1471
|
maxDate: Date;
|
|
1472
|
+
minDate: Date;
|
|
1355
1473
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1356
1474
|
$slots: {
|
|
1357
1475
|
field?(_: {
|
|
@@ -6109,6 +6227,7 @@ declare const _default: {
|
|
|
6109
6227
|
onOnClearSearch?: () => any;
|
|
6110
6228
|
onClickRow?: (rowIndex: number) => any;
|
|
6111
6229
|
onSelectRow?: (value: boolean) => any;
|
|
6230
|
+
onColumnHover?: (column: tableV3.Column) => any;
|
|
6112
6231
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "loadingRowCount" | "zIndexBase" | "showSearch" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "emptyStateVariant" | "rowCustomClassKey" | "rowDataKey" | "helpTooltipVariant" | "useAvailableHeight" | "selectedMatcher" | "isSelectionSticky" | "isSelectionBordered">;
|
|
6113
6232
|
$attrs: {
|
|
6114
6233
|
[x: string]: unknown;
|
|
@@ -6121,7 +6240,7 @@ declare const _default: {
|
|
|
6121
6240
|
}>;
|
|
6122
6241
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
6123
6242
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
6124
|
-
$emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "loadMore") => void) & ((event: "onClearSearch") => void) & ((event: "update:selection", selection: unknown[]) => void) & ((event: "update:search", query: string) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent) => void) & ((event: "clickRow", rowIndex: number) => void) & ((event: "selectRow", value: boolean) => void);
|
|
6243
|
+
$emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "loadMore") => void) & ((event: "onClearSearch") => void) & ((event: "update:selection", selection: unknown[]) => void) & ((event: "update:search", query: string) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent) => void) & ((event: "clickRow", rowIndex: number) => void) & ((event: "selectRow", value: boolean) => void) & ((event: "columnHover", column: tableV3.Column) => void);
|
|
6125
6244
|
$el: any;
|
|
6126
6245
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
6127
6246
|
sort: {
|
|
@@ -6266,6 +6385,7 @@ declare const _default: {
|
|
|
6266
6385
|
onOnClearSearch?: () => any;
|
|
6267
6386
|
onClickRow?: (rowIndex: number) => any;
|
|
6268
6387
|
onSelectRow?: (value: boolean) => any;
|
|
6388
|
+
onColumnHover?: (column: tableV3.Column) => any;
|
|
6269
6389
|
}, {
|
|
6270
6390
|
scrollTo: (index: number) => void;
|
|
6271
6391
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -6279,6 +6399,7 @@ declare const _default: {
|
|
|
6279
6399
|
selectAll: (value: boolean) => void;
|
|
6280
6400
|
selectRow: (value: boolean) => void;
|
|
6281
6401
|
clickRow: (rowIndex: number) => void;
|
|
6402
|
+
columnHover: (column: tableV3.Column) => void;
|
|
6282
6403
|
}, string, {
|
|
6283
6404
|
sort: tableV3.Sort;
|
|
6284
6405
|
title: string;
|
|
@@ -6473,6 +6594,7 @@ declare const _default: {
|
|
|
6473
6594
|
onOnClearSearch?: () => any;
|
|
6474
6595
|
onClickRow?: (rowIndex: number) => any;
|
|
6475
6596
|
onSelectRow?: (value: boolean) => any;
|
|
6597
|
+
onColumnHover?: (column: tableV3.Column) => any;
|
|
6476
6598
|
} & import("vue").ShallowUnwrapRef<{
|
|
6477
6599
|
scrollTo: (index: number) => void;
|
|
6478
6600
|
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -6622,6 +6744,7 @@ declare const _default: {
|
|
|
6622
6744
|
onOnClearSearch?: () => any;
|
|
6623
6745
|
onClickRow?: (rowIndex: number) => any;
|
|
6624
6746
|
onSelectRow?: (value: boolean) => any;
|
|
6747
|
+
onColumnHover?: (column: tableV3.Column) => any;
|
|
6625
6748
|
}, {
|
|
6626
6749
|
scrollTo: (index: number) => void;
|
|
6627
6750
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -6635,6 +6758,7 @@ declare const _default: {
|
|
|
6635
6758
|
selectAll: (value: boolean) => void;
|
|
6636
6759
|
selectRow: (value: boolean) => void;
|
|
6637
6760
|
clickRow: (rowIndex: number) => void;
|
|
6761
|
+
columnHover: (column: tableV3.Column) => void;
|
|
6638
6762
|
}, string, {
|
|
6639
6763
|
sort: tableV3.Sort;
|
|
6640
6764
|
title: string;
|
|
@@ -7356,6 +7480,7 @@ declare const _default: {
|
|
|
7356
7480
|
onOnClearSearch?: () => any;
|
|
7357
7481
|
onClickRow?: (rowIndex: number) => any;
|
|
7358
7482
|
onSelectRow?: (value: boolean) => any;
|
|
7483
|
+
onColumnHover?: (column: tableV3.Column) => any;
|
|
7359
7484
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "loadingRowCount" | "zIndexBase" | "showSearch" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "emptyStateVariant" | "rowCustomClassKey" | "rowDataKey" | "helpTooltipVariant" | "useAvailableHeight" | "selectedMatcher" | "isSelectionSticky" | "isSelectionBordered">;
|
|
7360
7485
|
$attrs: {
|
|
7361
7486
|
[x: string]: unknown;
|
|
@@ -7368,7 +7493,7 @@ declare const _default: {
|
|
|
7368
7493
|
}>;
|
|
7369
7494
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
7370
7495
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
7371
|
-
$emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "loadMore") => void) & ((event: "onClearSearch") => void) & ((event: "update:selection", selection: unknown[]) => void) & ((event: "update:search", query: string) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent) => void) & ((event: "clickRow", rowIndex: number) => void) & ((event: "selectRow", value: boolean) => void);
|
|
7496
|
+
$emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "loadMore") => void) & ((event: "onClearSearch") => void) & ((event: "update:selection", selection: unknown[]) => void) & ((event: "update:search", query: string) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent) => void) & ((event: "clickRow", rowIndex: number) => void) & ((event: "selectRow", value: boolean) => void) & ((event: "columnHover", column: tableV3.Column) => void);
|
|
7372
7497
|
$el: any;
|
|
7373
7498
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
7374
7499
|
sort: {
|
|
@@ -7513,6 +7638,7 @@ declare const _default: {
|
|
|
7513
7638
|
onOnClearSearch?: () => any;
|
|
7514
7639
|
onClickRow?: (rowIndex: number) => any;
|
|
7515
7640
|
onSelectRow?: (value: boolean) => any;
|
|
7641
|
+
onColumnHover?: (column: tableV3.Column) => any;
|
|
7516
7642
|
}, {
|
|
7517
7643
|
scrollTo: (index: number) => void;
|
|
7518
7644
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -7526,6 +7652,7 @@ declare const _default: {
|
|
|
7526
7652
|
selectAll: (value: boolean) => void;
|
|
7527
7653
|
selectRow: (value: boolean) => void;
|
|
7528
7654
|
clickRow: (rowIndex: number) => void;
|
|
7655
|
+
columnHover: (column: tableV3.Column) => void;
|
|
7529
7656
|
}, string, {
|
|
7530
7657
|
sort: tableV3.Sort;
|
|
7531
7658
|
title: string;
|
|
@@ -7720,6 +7847,7 @@ declare const _default: {
|
|
|
7720
7847
|
onOnClearSearch?: () => any;
|
|
7721
7848
|
onClickRow?: (rowIndex: number) => any;
|
|
7722
7849
|
onSelectRow?: (value: boolean) => any;
|
|
7850
|
+
onColumnHover?: (column: tableV3.Column) => any;
|
|
7723
7851
|
} & import("vue").ShallowUnwrapRef<{
|
|
7724
7852
|
scrollTo: (index: number) => void;
|
|
7725
7853
|
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -7869,6 +7997,7 @@ declare const _default: {
|
|
|
7869
7997
|
onOnClearSearch?: () => any;
|
|
7870
7998
|
onClickRow?: (rowIndex: number) => any;
|
|
7871
7999
|
onSelectRow?: (value: boolean) => any;
|
|
8000
|
+
onColumnHover?: (column: tableV3.Column) => any;
|
|
7872
8001
|
}, {
|
|
7873
8002
|
scrollTo: (index: number) => void;
|
|
7874
8003
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -7882,6 +8011,7 @@ declare const _default: {
|
|
|
7882
8011
|
selectAll: (value: boolean) => void;
|
|
7883
8012
|
selectRow: (value: boolean) => void;
|
|
7884
8013
|
clickRow: (rowIndex: number) => void;
|
|
8014
|
+
columnHover: (column: tableV3.Column) => void;
|
|
7885
8015
|
}, string, {
|
|
7886
8016
|
sort: tableV3.Sort;
|
|
7887
8017
|
title: string;
|
|
@@ -10761,6 +10891,7 @@ declare const _default: {
|
|
|
10761
10891
|
shown: boolean;
|
|
10762
10892
|
autoHide: boolean;
|
|
10763
10893
|
dontWrapDisabled: boolean;
|
|
10894
|
+
maxWidth: string;
|
|
10764
10895
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
10765
10896
|
header: {
|
|
10766
10897
|
type: import("vue").PropType<string>;
|
|
@@ -10818,9 +10949,13 @@ declare const _default: {
|
|
|
10818
10949
|
type: import("vue").PropType<boolean>;
|
|
10819
10950
|
default: boolean;
|
|
10820
10951
|
};
|
|
10952
|
+
maxWidth: {
|
|
10953
|
+
type: import("vue").PropType<string>;
|
|
10954
|
+
default: string;
|
|
10955
|
+
};
|
|
10821
10956
|
}>> & {
|
|
10822
10957
|
onShow?: () => any;
|
|
10823
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container" | "shown" | "autoHide" | "dontWrapDisabled">;
|
|
10958
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container" | "shown" | "autoHide" | "dontWrapDisabled" | "maxWidth">;
|
|
10824
10959
|
$attrs: {
|
|
10825
10960
|
[x: string]: unknown;
|
|
10826
10961
|
};
|
|
@@ -10891,6 +11026,10 @@ declare const _default: {
|
|
|
10891
11026
|
type: import("vue").PropType<boolean>;
|
|
10892
11027
|
default: boolean;
|
|
10893
11028
|
};
|
|
11029
|
+
maxWidth: {
|
|
11030
|
+
type: import("vue").PropType<string>;
|
|
11031
|
+
default: string;
|
|
11032
|
+
};
|
|
10894
11033
|
}>> & {
|
|
10895
11034
|
onShow?: () => any;
|
|
10896
11035
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -10910,6 +11049,7 @@ declare const _default: {
|
|
|
10910
11049
|
shown: boolean;
|
|
10911
11050
|
autoHide: boolean;
|
|
10912
11051
|
dontWrapDisabled: boolean;
|
|
11052
|
+
maxWidth: string;
|
|
10913
11053
|
}, {}, string> & {
|
|
10914
11054
|
beforeCreate?: (() => void) | (() => void)[];
|
|
10915
11055
|
created?: (() => void) | (() => void)[];
|
|
@@ -10987,6 +11127,10 @@ declare const _default: {
|
|
|
10987
11127
|
type: import("vue").PropType<boolean>;
|
|
10988
11128
|
default: boolean;
|
|
10989
11129
|
};
|
|
11130
|
+
maxWidth: {
|
|
11131
|
+
type: import("vue").PropType<string>;
|
|
11132
|
+
default: string;
|
|
11133
|
+
};
|
|
10990
11134
|
}>> & {
|
|
10991
11135
|
onShow?: () => any;
|
|
10992
11136
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -11050,6 +11194,10 @@ declare const _default: {
|
|
|
11050
11194
|
type: import("vue").PropType<boolean>;
|
|
11051
11195
|
default: boolean;
|
|
11052
11196
|
};
|
|
11197
|
+
maxWidth: {
|
|
11198
|
+
type: import("vue").PropType<string>;
|
|
11199
|
+
default: string;
|
|
11200
|
+
};
|
|
11053
11201
|
}>> & {
|
|
11054
11202
|
onShow?: () => any;
|
|
11055
11203
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -11069,6 +11217,7 @@ declare const _default: {
|
|
|
11069
11217
|
shown: boolean;
|
|
11070
11218
|
autoHide: boolean;
|
|
11071
11219
|
dontWrapDisabled: boolean;
|
|
11220
|
+
maxWidth: string;
|
|
11072
11221
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
11073
11222
|
$slots: {
|
|
11074
11223
|
default?(_: {}): any;
|
|
@@ -11096,6 +11245,7 @@ declare const _default: {
|
|
|
11096
11245
|
shown: boolean;
|
|
11097
11246
|
autoHide: boolean;
|
|
11098
11247
|
dontWrapDisabled: boolean;
|
|
11248
|
+
maxWidth: string;
|
|
11099
11249
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
11100
11250
|
header: {
|
|
11101
11251
|
type: import("vue").PropType<string>;
|
|
@@ -11153,9 +11303,13 @@ declare const _default: {
|
|
|
11153
11303
|
type: import("vue").PropType<boolean>;
|
|
11154
11304
|
default: boolean;
|
|
11155
11305
|
};
|
|
11306
|
+
maxWidth: {
|
|
11307
|
+
type: import("vue").PropType<string>;
|
|
11308
|
+
default: string;
|
|
11309
|
+
};
|
|
11156
11310
|
}>> & {
|
|
11157
11311
|
onShow?: () => any;
|
|
11158
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container" | "shown" | "autoHide" | "dontWrapDisabled">;
|
|
11312
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container" | "shown" | "autoHide" | "dontWrapDisabled" | "maxWidth">;
|
|
11159
11313
|
$attrs: {
|
|
11160
11314
|
[x: string]: unknown;
|
|
11161
11315
|
};
|
|
@@ -11226,6 +11380,10 @@ declare const _default: {
|
|
|
11226
11380
|
type: import("vue").PropType<boolean>;
|
|
11227
11381
|
default: boolean;
|
|
11228
11382
|
};
|
|
11383
|
+
maxWidth: {
|
|
11384
|
+
type: import("vue").PropType<string>;
|
|
11385
|
+
default: string;
|
|
11386
|
+
};
|
|
11229
11387
|
}>> & {
|
|
11230
11388
|
onShow?: () => any;
|
|
11231
11389
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -11245,6 +11403,7 @@ declare const _default: {
|
|
|
11245
11403
|
shown: boolean;
|
|
11246
11404
|
autoHide: boolean;
|
|
11247
11405
|
dontWrapDisabled: boolean;
|
|
11406
|
+
maxWidth: string;
|
|
11248
11407
|
}, {}, string> & {
|
|
11249
11408
|
beforeCreate?: (() => void) | (() => void)[];
|
|
11250
11409
|
created?: (() => void) | (() => void)[];
|
|
@@ -11322,6 +11481,10 @@ declare const _default: {
|
|
|
11322
11481
|
type: import("vue").PropType<boolean>;
|
|
11323
11482
|
default: boolean;
|
|
11324
11483
|
};
|
|
11484
|
+
maxWidth: {
|
|
11485
|
+
type: import("vue").PropType<string>;
|
|
11486
|
+
default: string;
|
|
11487
|
+
};
|
|
11325
11488
|
}>> & {
|
|
11326
11489
|
onShow?: () => any;
|
|
11327
11490
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -11385,6 +11548,10 @@ declare const _default: {
|
|
|
11385
11548
|
type: import("vue").PropType<boolean>;
|
|
11386
11549
|
default: boolean;
|
|
11387
11550
|
};
|
|
11551
|
+
maxWidth: {
|
|
11552
|
+
type: import("vue").PropType<string>;
|
|
11553
|
+
default: string;
|
|
11554
|
+
};
|
|
11388
11555
|
}>> & {
|
|
11389
11556
|
onShow?: () => any;
|
|
11390
11557
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -11404,6 +11571,7 @@ declare const _default: {
|
|
|
11404
11571
|
shown: boolean;
|
|
11405
11572
|
autoHide: boolean;
|
|
11406
11573
|
dontWrapDisabled: boolean;
|
|
11574
|
+
maxWidth: string;
|
|
11407
11575
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
11408
11576
|
$slots: {
|
|
11409
11577
|
default?(_: {}): any;
|
|
@@ -12769,6 +12937,7 @@ declare const _default: {
|
|
|
12769
12937
|
height: string;
|
|
12770
12938
|
width: string;
|
|
12771
12939
|
platform: string;
|
|
12940
|
+
circled: boolean;
|
|
12772
12941
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
12773
12942
|
name: {
|
|
12774
12943
|
type: import("vue").PropType<string>;
|
|
@@ -12798,7 +12967,11 @@ declare const _default: {
|
|
|
12798
12967
|
type: import("vue").PropType<string>;
|
|
12799
12968
|
default: any;
|
|
12800
12969
|
};
|
|
12801
|
-
|
|
12970
|
+
circled: {
|
|
12971
|
+
type: import("vue").PropType<boolean>;
|
|
12972
|
+
default: boolean;
|
|
12973
|
+
};
|
|
12974
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "type" | "color" | "size" | "height" | "width" | "platform" | "circled">;
|
|
12802
12975
|
$attrs: {
|
|
12803
12976
|
[x: string]: unknown;
|
|
12804
12977
|
};
|
|
@@ -12841,6 +13014,10 @@ declare const _default: {
|
|
|
12841
13014
|
type: import("vue").PropType<string>;
|
|
12842
13015
|
default: any;
|
|
12843
13016
|
};
|
|
13017
|
+
circled: {
|
|
13018
|
+
type: import("vue").PropType<boolean>;
|
|
13019
|
+
default: boolean;
|
|
13020
|
+
};
|
|
12844
13021
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
12845
13022
|
name: string;
|
|
12846
13023
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -12849,6 +13026,7 @@ declare const _default: {
|
|
|
12849
13026
|
height: string;
|
|
12850
13027
|
width: string;
|
|
12851
13028
|
platform: string;
|
|
13029
|
+
circled: boolean;
|
|
12852
13030
|
}, {}, string> & {
|
|
12853
13031
|
beforeCreate?: (() => void) | (() => void)[];
|
|
12854
13032
|
created?: (() => void) | (() => void)[];
|
|
@@ -12898,6 +13076,10 @@ declare const _default: {
|
|
|
12898
13076
|
type: import("vue").PropType<string>;
|
|
12899
13077
|
default: any;
|
|
12900
13078
|
};
|
|
13079
|
+
circled: {
|
|
13080
|
+
type: import("vue").PropType<boolean>;
|
|
13081
|
+
default: boolean;
|
|
13082
|
+
};
|
|
12901
13083
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
12902
13084
|
__isFragment?: never;
|
|
12903
13085
|
__isTeleport?: never;
|
|
@@ -12931,6 +13113,10 @@ declare const _default: {
|
|
|
12931
13113
|
type: import("vue").PropType<string>;
|
|
12932
13114
|
default: any;
|
|
12933
13115
|
};
|
|
13116
|
+
circled: {
|
|
13117
|
+
type: import("vue").PropType<boolean>;
|
|
13118
|
+
default: boolean;
|
|
13119
|
+
};
|
|
12934
13120
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
12935
13121
|
name: string;
|
|
12936
13122
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -12939,6 +13125,7 @@ declare const _default: {
|
|
|
12939
13125
|
height: string;
|
|
12940
13126
|
width: string;
|
|
12941
13127
|
platform: string;
|
|
13128
|
+
circled: boolean;
|
|
12942
13129
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
12943
13130
|
$slots: {
|
|
12944
13131
|
default?(_: {}): any;
|
|
@@ -12956,6 +13143,7 @@ declare const _default: {
|
|
|
12956
13143
|
height: string;
|
|
12957
13144
|
width: string;
|
|
12958
13145
|
platform: string;
|
|
13146
|
+
circled: boolean;
|
|
12959
13147
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
12960
13148
|
name: {
|
|
12961
13149
|
type: import("vue").PropType<string>;
|
|
@@ -12985,7 +13173,11 @@ declare const _default: {
|
|
|
12985
13173
|
type: import("vue").PropType<string>;
|
|
12986
13174
|
default: any;
|
|
12987
13175
|
};
|
|
12988
|
-
|
|
13176
|
+
circled: {
|
|
13177
|
+
type: import("vue").PropType<boolean>;
|
|
13178
|
+
default: boolean;
|
|
13179
|
+
};
|
|
13180
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "type" | "color" | "size" | "height" | "width" | "platform" | "circled">;
|
|
12989
13181
|
$attrs: {
|
|
12990
13182
|
[x: string]: unknown;
|
|
12991
13183
|
};
|
|
@@ -13028,6 +13220,10 @@ declare const _default: {
|
|
|
13028
13220
|
type: import("vue").PropType<string>;
|
|
13029
13221
|
default: any;
|
|
13030
13222
|
};
|
|
13223
|
+
circled: {
|
|
13224
|
+
type: import("vue").PropType<boolean>;
|
|
13225
|
+
default: boolean;
|
|
13226
|
+
};
|
|
13031
13227
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
13032
13228
|
name: string;
|
|
13033
13229
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -13036,6 +13232,7 @@ declare const _default: {
|
|
|
13036
13232
|
height: string;
|
|
13037
13233
|
width: string;
|
|
13038
13234
|
platform: string;
|
|
13235
|
+
circled: boolean;
|
|
13039
13236
|
}, {}, string> & {
|
|
13040
13237
|
beforeCreate?: (() => void) | (() => void)[];
|
|
13041
13238
|
created?: (() => void) | (() => void)[];
|
|
@@ -13085,6 +13282,10 @@ declare const _default: {
|
|
|
13085
13282
|
type: import("vue").PropType<string>;
|
|
13086
13283
|
default: any;
|
|
13087
13284
|
};
|
|
13285
|
+
circled: {
|
|
13286
|
+
type: import("vue").PropType<boolean>;
|
|
13287
|
+
default: boolean;
|
|
13288
|
+
};
|
|
13088
13289
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
13089
13290
|
__isFragment?: never;
|
|
13090
13291
|
__isTeleport?: never;
|
|
@@ -13118,6 +13319,10 @@ declare const _default: {
|
|
|
13118
13319
|
type: import("vue").PropType<string>;
|
|
13119
13320
|
default: any;
|
|
13120
13321
|
};
|
|
13322
|
+
circled: {
|
|
13323
|
+
type: import("vue").PropType<boolean>;
|
|
13324
|
+
default: boolean;
|
|
13325
|
+
};
|
|
13121
13326
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
13122
13327
|
name: string;
|
|
13123
13328
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -13126,6 +13331,7 @@ declare const _default: {
|
|
|
13126
13331
|
height: string;
|
|
13127
13332
|
width: string;
|
|
13128
13333
|
platform: string;
|
|
13334
|
+
circled: boolean;
|
|
13129
13335
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
13130
13336
|
$slots: {
|
|
13131
13337
|
default?(_: {}): any;
|
|
@@ -19652,8 +19858,8 @@ declare const _default: {
|
|
|
19652
19858
|
withTooltip: boolean;
|
|
19653
19859
|
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";
|
|
19654
19860
|
disabled: boolean;
|
|
19655
|
-
size: "small" | "medium";
|
|
19656
19861
|
maxWidth: number;
|
|
19862
|
+
size: "small" | "medium";
|
|
19657
19863
|
open: boolean;
|
|
19658
19864
|
startIconName: string;
|
|
19659
19865
|
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -19683,14 +19889,14 @@ declare const _default: {
|
|
|
19683
19889
|
type: import("vue").PropType<boolean>;
|
|
19684
19890
|
default: boolean;
|
|
19685
19891
|
};
|
|
19686
|
-
size: {
|
|
19687
|
-
type: import("vue").PropType<"small" | "medium">;
|
|
19688
|
-
default: string;
|
|
19689
|
-
};
|
|
19690
19892
|
maxWidth: {
|
|
19691
19893
|
type: import("vue").PropType<number>;
|
|
19692
19894
|
default: number;
|
|
19693
19895
|
};
|
|
19896
|
+
size: {
|
|
19897
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
19898
|
+
default: string;
|
|
19899
|
+
};
|
|
19694
19900
|
open: {
|
|
19695
19901
|
type: import("vue").PropType<boolean>;
|
|
19696
19902
|
default: boolean;
|
|
@@ -19709,7 +19915,7 @@ declare const _default: {
|
|
|
19709
19915
|
};
|
|
19710
19916
|
}>> & {
|
|
19711
19917
|
onClick?: () => any;
|
|
19712
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "variant" | "withTooltip" | "tooltipPlacement" | "disabled" | "
|
|
19918
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "variant" | "withTooltip" | "tooltipPlacement" | "disabled" | "maxWidth" | "size" | "open" | "startIconName" | "startIconType" | "hideEndIcon">;
|
|
19713
19919
|
$attrs: {
|
|
19714
19920
|
[x: string]: unknown;
|
|
19715
19921
|
};
|
|
@@ -19748,14 +19954,14 @@ declare const _default: {
|
|
|
19748
19954
|
type: import("vue").PropType<boolean>;
|
|
19749
19955
|
default: boolean;
|
|
19750
19956
|
};
|
|
19751
|
-
size: {
|
|
19752
|
-
type: import("vue").PropType<"small" | "medium">;
|
|
19753
|
-
default: string;
|
|
19754
|
-
};
|
|
19755
19957
|
maxWidth: {
|
|
19756
19958
|
type: import("vue").PropType<number>;
|
|
19757
19959
|
default: number;
|
|
19758
19960
|
};
|
|
19961
|
+
size: {
|
|
19962
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
19963
|
+
default: string;
|
|
19964
|
+
};
|
|
19759
19965
|
open: {
|
|
19760
19966
|
type: import("vue").PropType<boolean>;
|
|
19761
19967
|
default: boolean;
|
|
@@ -19782,8 +19988,8 @@ declare const _default: {
|
|
|
19782
19988
|
withTooltip: boolean;
|
|
19783
19989
|
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";
|
|
19784
19990
|
disabled: boolean;
|
|
19785
|
-
size: "small" | "medium";
|
|
19786
19991
|
maxWidth: number;
|
|
19992
|
+
size: "small" | "medium";
|
|
19787
19993
|
open: boolean;
|
|
19788
19994
|
startIconName: string;
|
|
19789
19995
|
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -19833,14 +20039,14 @@ declare const _default: {
|
|
|
19833
20039
|
type: import("vue").PropType<boolean>;
|
|
19834
20040
|
default: boolean;
|
|
19835
20041
|
};
|
|
19836
|
-
size: {
|
|
19837
|
-
type: import("vue").PropType<"small" | "medium">;
|
|
19838
|
-
default: string;
|
|
19839
|
-
};
|
|
19840
20042
|
maxWidth: {
|
|
19841
20043
|
type: import("vue").PropType<number>;
|
|
19842
20044
|
default: number;
|
|
19843
20045
|
};
|
|
20046
|
+
size: {
|
|
20047
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
20048
|
+
default: string;
|
|
20049
|
+
};
|
|
19844
20050
|
open: {
|
|
19845
20051
|
type: import("vue").PropType<boolean>;
|
|
19846
20052
|
default: boolean;
|
|
@@ -19888,14 +20094,14 @@ declare const _default: {
|
|
|
19888
20094
|
type: import("vue").PropType<boolean>;
|
|
19889
20095
|
default: boolean;
|
|
19890
20096
|
};
|
|
19891
|
-
size: {
|
|
19892
|
-
type: import("vue").PropType<"small" | "medium">;
|
|
19893
|
-
default: string;
|
|
19894
|
-
};
|
|
19895
20097
|
maxWidth: {
|
|
19896
20098
|
type: import("vue").PropType<number>;
|
|
19897
20099
|
default: number;
|
|
19898
20100
|
};
|
|
20101
|
+
size: {
|
|
20102
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
20103
|
+
default: string;
|
|
20104
|
+
};
|
|
19899
20105
|
open: {
|
|
19900
20106
|
type: import("vue").PropType<boolean>;
|
|
19901
20107
|
default: boolean;
|
|
@@ -19922,8 +20128,8 @@ declare const _default: {
|
|
|
19922
20128
|
withTooltip: boolean;
|
|
19923
20129
|
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";
|
|
19924
20130
|
disabled: boolean;
|
|
19925
|
-
size: "small" | "medium";
|
|
19926
20131
|
maxWidth: number;
|
|
20132
|
+
size: "small" | "medium";
|
|
19927
20133
|
open: boolean;
|
|
19928
20134
|
startIconName: string;
|
|
19929
20135
|
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -28006,6 +28212,10 @@ declare const _default: {
|
|
|
28006
28212
|
type: import("vue").PropType<unknown>;
|
|
28007
28213
|
required: true;
|
|
28008
28214
|
};
|
|
28215
|
+
iconSize: {
|
|
28216
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge" | "extraSmall">;
|
|
28217
|
+
default: string;
|
|
28218
|
+
};
|
|
28009
28219
|
options: {
|
|
28010
28220
|
type: import("vue").PropType<unknown[]>;
|
|
28011
28221
|
required: true;
|
|
@@ -28038,6 +28248,10 @@ declare const _default: {
|
|
|
28038
28248
|
type: import("vue").PropType<unknown>;
|
|
28039
28249
|
required: true;
|
|
28040
28250
|
};
|
|
28251
|
+
iconSize: {
|
|
28252
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge" | "extraSmall">;
|
|
28253
|
+
default: string;
|
|
28254
|
+
};
|
|
28041
28255
|
options: {
|
|
28042
28256
|
type: import("vue").PropType<unknown[]>;
|
|
28043
28257
|
required: true;
|
|
@@ -28056,6 +28270,7 @@ declare const _default: {
|
|
|
28056
28270
|
testId: string;
|
|
28057
28271
|
variant: "default" | "primary";
|
|
28058
28272
|
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";
|
|
28273
|
+
iconSize: "small" | "medium" | "large" | "extraLarge" | "extraSmall";
|
|
28059
28274
|
iconKey: string;
|
|
28060
28275
|
tooltipTextKey: string;
|
|
28061
28276
|
}>;
|
|
@@ -28077,6 +28292,10 @@ declare const _default: {
|
|
|
28077
28292
|
type: import("vue").PropType<unknown>;
|
|
28078
28293
|
required: true;
|
|
28079
28294
|
};
|
|
28295
|
+
iconSize: {
|
|
28296
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge" | "extraSmall">;
|
|
28297
|
+
default: string;
|
|
28298
|
+
};
|
|
28080
28299
|
options: {
|
|
28081
28300
|
type: import("vue").PropType<unknown[]>;
|
|
28082
28301
|
required: true;
|
|
@@ -28109,6 +28328,10 @@ declare const _default: {
|
|
|
28109
28328
|
type: import("vue").PropType<unknown>;
|
|
28110
28329
|
required: true;
|
|
28111
28330
|
};
|
|
28331
|
+
iconSize: {
|
|
28332
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge" | "extraSmall">;
|
|
28333
|
+
default: string;
|
|
28334
|
+
};
|
|
28112
28335
|
options: {
|
|
28113
28336
|
type: import("vue").PropType<unknown[]>;
|
|
28114
28337
|
required: true;
|
|
@@ -28127,6 +28350,7 @@ declare const _default: {
|
|
|
28127
28350
|
testId: string;
|
|
28128
28351
|
variant: "default" | "primary";
|
|
28129
28352
|
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";
|
|
28353
|
+
iconSize: "small" | "medium" | "large" | "extraLarge" | "extraSmall";
|
|
28130
28354
|
iconKey: string;
|
|
28131
28355
|
tooltipTextKey: string;
|
|
28132
28356
|
}>[];
|
|
@@ -28475,8 +28699,10 @@ export * from '@/composables/useDateService';
|
|
|
28475
28699
|
export * from '@/components/banner';
|
|
28476
28700
|
export * from '@/components/alert';
|
|
28477
28701
|
export * from '@/components/link';
|
|
28702
|
+
export * from '@/components/helpText';
|
|
28478
28703
|
export * from '@/components/autocomplete';
|
|
28479
28704
|
export * from '@/components/chart';
|
|
28480
28705
|
export * from '@/components/columnPicker';
|
|
28481
28706
|
export * from '@/components/columnConfigurator';
|
|
28482
28707
|
export * from '@/components/tagsField';
|
|
28708
|
+
export * from '@/components/tag';
|