@ironsource/shared-ui 2.1.11-test.47 → 2.1.11-test.49
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/Chart.vue_vue_type_style_index_0_scoped_277fde76_lang.css +1 -0
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_b883d1fa_lang.css +1 -0
- package/components/alert/Alert.stories.d.ts +8 -0
- package/components/appHeader/AppHeader.stories.d.ts +98 -0
- package/components/appIcon/AppIcon.spec.d.ts +1 -0
- package/components/appIcon/AppIcon.stories.d.ts +32 -0
- package/components/appTrigger/AppTrigger.spec.d.ts +1 -0
- package/components/appTrigger/AppTrigger.stories.d.ts +163 -0
- package/components/autocomplete/Autocomplete.stories.d.ts +9 -0
- package/components/autocompleteDropdown/AutocompleteDropdown.spec.d.ts +1 -0
- package/components/autocompleteDropdown/AutocompleteDropdown.stories.d.ts +232 -0
- package/components/banner/Banner.spec.d.ts +1 -0
- package/components/banner/Banner.stories.d.ts +122 -0
- package/components/button/v3/Button.spec.d.ts +1 -0
- package/components/button/v3/Button.stories.d.ts +155 -0
- package/components/button/v3/Button.vue.d.ts +6 -6
- package/components/button/v3/ButtonBase.spec.d.ts +1 -0
- package/components/button/v3/IconButton.stories.d.ts +150 -0
- package/components/button/v3/ScrollButton.stories.d.ts +55 -0
- package/components/button/v3/index.d.ts +14 -14
- package/components/button/v4/Button.stories.d.ts +275 -0
- package/components/button/v4/ButtonGroup.stories.d.ts +120 -0
- package/components/button/v4/IconButton.stories.d.ts +206 -0
- package/components/button/v4/ToggleButtonGroupAB.stories.d.ts +182 -0
- package/components/chart/Chart.stories.d.ts +17 -0
- package/components/chart/Chart.vue.d.ts +6 -1
- package/components/chart/Chart.vue.js +3 -3
- package/components/chart/Chart.vue2.js +69 -66
- package/components/chart/index.d.ts +39 -20
- package/components/checkbox/v3/Checkbox.spec.d.ts +1 -0
- package/components/checkbox/v3/Checkbox.stories.d.ts +187 -0
- package/components/checkbox/v4/CheckboxV4.stories.d.ts +7 -0
- package/components/chip/v3/Chip.spec.d.ts +1 -0
- package/components/chip/v3/Chip.stories.d.ts +170 -0
- package/components/chip/v4/ChipV4.stories.d.ts +7 -0
- package/components/datePicker/v3/DatePicker.stories.d.ts +189 -0
- package/components/datePicker/v4/DatePicker.stories.d.ts +261 -0
- package/components/dateRange/v3/DateRange.stories.d.ts +415 -0
- package/components/dateRange/v4/DateRange.stories.d.ts +412 -0
- package/components/dialog/v3/Dialog.spec.d.ts +1 -0
- package/components/dialog/v3/Dialog.stories.d.ts +374 -0
- package/components/dialog/v4/DialogV4.stories.d.ts +9 -0
- package/components/dropdown/v3/Dropdown.spec.d.ts +1 -0
- package/components/dropdown/v3/Dropdown.stories.d.ts +1161 -0
- package/components/dropdown/v4/AppDropdownTrigger.stories.d.ts +487 -0
- package/components/dropdown/v4/ButtonDropdownTrigger.stories.d.ts +10 -0
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.stories.d.ts +8 -0
- package/components/dropdown/v4/ChipDropdownTrigger.stories.d.ts +135 -0
- package/components/dropdown/v4/Conditional.stories.d.ts +711 -0
- package/components/dropdown/v4/DefaultDropdownTrigger.stories.d.ts +598 -0
- package/components/dropdown/v4/IconButtonDropdownTrigger.stories.d.ts +20 -0
- package/components/dropdown/v4/MultiSelection.stories.d.ts +3769 -0
- package/components/dropdown/v4/SingleSelection.stories.d.ts +5688 -0
- package/components/dropdown/v4/TreeDropdown.stories.d.ts +9 -0
- package/components/dropdown/v4/TreeDropdown.vue.d.ts +0 -5
- package/components/dropdown/v4/TreeDropdown.vue.js +3 -3
- package/components/dropdown/v4/TreeDropdown.vue2.js +186 -193
- package/components/dropdown/v4/index.d.ts +1 -24
- package/components/emptyState/v3/EmptyState.spec.d.ts +1 -0
- package/components/emptyState/v3/EmptyState.stories.d.ts +295 -0
- package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
- package/components/emptyState/v3/index.d.ts +7 -7
- package/components/emptyState/v4/EmptyStateV4.stories.d.ts +6 -0
- package/components/filterDropdown/AddFilterButton.spec.d.ts +1 -0
- package/components/filterDropdown/AddFilterButton.stories.d.ts +108 -0
- package/components/filterDropdown/FilterDropdown.spec.d.ts +1 -0
- package/components/filterDropdown/FilterDropdown.stories.d.ts +70 -0
- package/components/filtersPanel/v3/FiltersPanel.spec.d.ts +1 -0
- package/components/filtersPanel/v3/FiltersPanel.stories.d.ts +8 -0
- package/components/filtersPanel/v4/FiltersPanelV4.stories.d.ts +4 -0
- package/components/floatingToolbar/FloatingToolbar.spec.d.ts +1 -0
- package/components/floatingToolbar/FloatingToolbar.stories.d.ts +127 -0
- package/components/forms/CardPanel.stories.d.ts +6 -0
- package/components/forms/FormCard.stories.d.ts +9 -0
- package/components/forms/FormRow.stories.d.ts +4 -0
- package/components/forms/validation/Validation.stories.d.ts +4 -0
- package/components/forms/validation/examples/dynamicForm/DynamicForm.stories.d.ts +7 -0
- package/components/forms/validation/examples/simpleForm/SimpleForm.stories.d.ts +7 -0
- package/components/icon/v3/Icon.spec.d.ts +1 -0
- package/components/icon/v3/Icon.stories.d.ts +112 -0
- package/components/icon/v4/IconFlag.stories.d.ts +5 -0
- package/components/icon/v4/IconV4.spec.d.ts +1 -0
- package/components/icon/v4/IconV4.stories.d.ts +195 -0
- package/components/includeExclude/EditColumns.stories.d.ts +490 -0
- package/components/includeExclude/IncludeExclude.spec.d.ts +1 -0
- package/components/includeExclude/IncludeExclude.stories.d.ts +456 -0
- package/components/inlineCopy/InlineCopy.stories.d.ts +112 -0
- package/components/input/v3/DollarInput.spec.d.ts +1 -0
- package/components/input/v3/DollarInput.stories.d.ts +275 -0
- package/components/input/v3/Input.spec.d.ts +1 -0
- package/components/input/v3/Input.stories.d.ts +1182 -0
- package/components/input/v3/PasswordInput.stories.d.ts +272 -0
- package/components/input/v3/PercentageInput.stories.d.ts +281 -0
- package/components/input/v4/TextField.stories.d.ts +14 -0
- package/components/layout/FoldableSection.stories.d.ts +4 -0
- package/components/loader/v4/Loader.stories.d.ts +136 -0
- package/components/menu/Menu.stories.d.ts +175 -0
- package/components/menuItem/MenuItem.spec.d.ts +1 -0
- package/components/menuItem/MenuItem.stories.d.ts +55 -0
- package/components/multibar/MultiBar.stories.d.ts +7 -0
- package/components/popover/v3/Popover.spec.d.ts +1 -0
- package/components/popover/v3/Popover.stories.d.ts +214 -0
- package/components/popover/v4/Popover.stories.d.ts +271 -0
- package/components/radioButton/v3/RadioButton.spec.d.ts +1 -0
- package/components/radioButton/v3/RadioButton.stories.d.ts +368 -0
- package/components/radioButton/v4/RadioButtonV4.stories.d.ts +7 -0
- package/components/search/v3/Search.spec.d.ts +1 -0
- package/components/search/v3/Search.stories.d.ts +75 -0
- package/components/search/v4/Search.stories.d.ts +63 -0
- package/components/skeleton/v3/Skeleton.spec.d.ts +1 -0
- package/components/skeleton/v3/Skeleton.stories.d.ts +83 -0
- package/components/skeleton/v4/SkeletonV4.stories.d.ts +5 -0
- package/components/snackbar/v3/Snackbar.spec.d.ts +1 -0
- package/components/snackbar/v3/Snackbar.stories.d.ts +22 -0
- package/components/snackbar/v4/Snackbar.stories.d.ts +24 -0
- package/components/sortableList/SortableList.stories.d.ts +5 -0
- package/components/statusDot/StatusDot.stories.d.ts +21 -0
- package/components/switch/v3/Switch.spec.d.ts +1 -0
- package/components/switch/v3/Switch.stories.d.ts +147 -0
- package/components/switch/v4/Switch.spec.d.ts +1 -0
- package/components/switch/v4/Switch.stories.d.ts +48 -0
- package/components/table/v3/Table.spec.d.ts +1 -0
- package/components/table/v3/Table.stories.d.ts +1227 -0
- package/components/table/v3/TableCheckbox.stories.d.ts +814 -0
- package/components/table/v4/DataGrid.stories.d.ts +24 -0
- package/components/table/v4/DataGrid.vue.d.ts +1 -1
- package/components/table/v4/MultipleDataGrid.stories.d.ts +4 -0
- package/components/table/v4/index.d.ts +20 -20
- package/components/tabs/v3/Tabs.spec.d.ts +1 -0
- package/components/tabs/v3/Tabs.stories.d.ts +172 -0
- package/components/tabs/v4/TabsV4.stories.d.ts +8 -0
- package/components/textArea/v3/TextArea.spec.d.ts +1 -0
- package/components/textArea/v3/TextArea.stories.d.ts +89 -0
- package/components/textArea/v4/TextAreaV4.stories.d.ts +9 -0
- package/components/toggle/v3/Toggle.spec.d.ts +1 -0
- package/components/toggle/v3/Toggle.stories.d.ts +107 -0
- package/components/toggle/v4/ToggleV4.stories.d.ts +9 -0
- package/components/tooltip/v3/TextWithTitleContent.spec.d.ts +1 -0
- package/components/tooltip/v3/Tooltip.spec.d.ts +1 -0
- package/components/tooltip/v3/Tooltip.stories.d.ts +253 -0
- package/components/tooltip/v4/Tooltip.stories.d.ts +336 -0
- package/components/typography/Heading.spec.d.ts +1 -0
- package/components/typography/Heading.stories.d.ts +119 -0
- package/components/typography/Text.stories.d.ts +131 -0
- package/components/typography/v4/Typography.spec.d.ts +1 -0
- package/components/typography/v4/Typography.stories.d.ts +179 -0
- package/composables/useFormValidation.d.ts +1 -1
- package/design-foundation.stories/border-radius/BorderRadius.stories.d.ts +4 -0
- package/design-foundation.stories/breakpoints/Breakpoints.stories.d.ts +4 -0
- package/design-foundation.stories/colors/Colors.stories.d.ts +4 -0
- package/design-foundation.stories/elevations/Elevations.stories.d.ts +4 -0
- package/design-foundation.stories/grid-layout/GridLayout.stories.d.ts +13 -0
- package/design-foundation.stories/spacing/Spacing.stories.d.ts +4 -0
- package/design-foundation.stories/typography/Typography.stories.d.ts +4 -0
- package/index.d.ts +42 -88
- package/index.js +1 -1
- package/package.json +2 -239
- package/Chart.vue_vue_type_style_index_0_scoped_04b9d6b3_lang.css +0 -1
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_46aae9ba_lang.css +0 -1
|
@@ -6,9 +6,9 @@ declare const ChartTypes: () => ({
|
|
|
6
6
|
$props: Partial<{
|
|
7
7
|
header: string;
|
|
8
8
|
loading: boolean;
|
|
9
|
+
parsing: import("./types").ChartParsingConfig;
|
|
9
10
|
xAxisFormat: import("./types").ValueFormat;
|
|
10
11
|
yAxisFormat: import("./types").ValueFormat;
|
|
11
|
-
parsing: import("./types").ChartParsingConfig;
|
|
12
12
|
visibleIds: unknown[];
|
|
13
13
|
minVisible: number;
|
|
14
14
|
maxVisible: number;
|
|
@@ -23,6 +23,7 @@ declare const ChartTypes: () => ({
|
|
|
23
23
|
noDataIcon: string;
|
|
24
24
|
noDataTitle: string;
|
|
25
25
|
noDataSubtitle: string;
|
|
26
|
+
withAnimation: boolean;
|
|
26
27
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
27
28
|
header: {
|
|
28
29
|
type: import("vue").PropType<string>;
|
|
@@ -32,6 +33,10 @@ declare const ChartTypes: () => ({
|
|
|
32
33
|
type: import("vue").PropType<boolean>;
|
|
33
34
|
default: boolean;
|
|
34
35
|
};
|
|
36
|
+
parsing: {
|
|
37
|
+
type: import("vue").PropType<import("./types").ChartParsingConfig>;
|
|
38
|
+
default: any;
|
|
39
|
+
};
|
|
35
40
|
xAxisFormat: {
|
|
36
41
|
type: import("vue").PropType<import("./types").ValueFormat>;
|
|
37
42
|
default: string;
|
|
@@ -40,10 +45,6 @@ declare const ChartTypes: () => ({
|
|
|
40
45
|
type: import("vue").PropType<import("./types").ValueFormat>;
|
|
41
46
|
default: string;
|
|
42
47
|
};
|
|
43
|
-
parsing: {
|
|
44
|
-
type: import("vue").PropType<import("./types").ChartParsingConfig>;
|
|
45
|
-
default: any;
|
|
46
|
-
};
|
|
47
48
|
visibleIds: {
|
|
48
49
|
type: import("vue").PropType<unknown[]>;
|
|
49
50
|
required: true;
|
|
@@ -102,10 +103,14 @@ declare const ChartTypes: () => ({
|
|
|
102
103
|
type: import("vue").PropType<string>;
|
|
103
104
|
default: string;
|
|
104
105
|
};
|
|
106
|
+
withAnimation: {
|
|
107
|
+
type: import("vue").PropType<boolean>;
|
|
108
|
+
default: boolean;
|
|
109
|
+
};
|
|
105
110
|
}>> & {
|
|
106
111
|
"onUpdate:visibleIds"?: (visibleIds: unknown[]) => any;
|
|
107
112
|
"onUpdate:chartType"?: (chartType: import("./types").ChartType) => any;
|
|
108
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "loading" | "
|
|
113
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "loading" | "parsing" | "xAxisFormat" | "yAxisFormat" | "visibleIds" | "minVisible" | "maxVisible" | "maxLimitTooltipText" | "chartType" | "withSettingsHeader" | "subheader" | "withSubheaderTooltip" | "dataSets" | "hideLegend" | "tickCount" | "noDataIcon" | "noDataTitle" | "noDataSubtitle" | "withAnimation">;
|
|
109
114
|
$attrs: {
|
|
110
115
|
[x: string]: unknown;
|
|
111
116
|
};
|
|
@@ -128,6 +133,10 @@ declare const ChartTypes: () => ({
|
|
|
128
133
|
type: import("vue").PropType<boolean>;
|
|
129
134
|
default: boolean;
|
|
130
135
|
};
|
|
136
|
+
parsing: {
|
|
137
|
+
type: import("vue").PropType<import("./types").ChartParsingConfig>;
|
|
138
|
+
default: any;
|
|
139
|
+
};
|
|
131
140
|
xAxisFormat: {
|
|
132
141
|
type: import("vue").PropType<import("./types").ValueFormat>;
|
|
133
142
|
default: string;
|
|
@@ -136,10 +145,6 @@ declare const ChartTypes: () => ({
|
|
|
136
145
|
type: import("vue").PropType<import("./types").ValueFormat>;
|
|
137
146
|
default: string;
|
|
138
147
|
};
|
|
139
|
-
parsing: {
|
|
140
|
-
type: import("vue").PropType<import("./types").ChartParsingConfig>;
|
|
141
|
-
default: any;
|
|
142
|
-
};
|
|
143
148
|
visibleIds: {
|
|
144
149
|
type: import("vue").PropType<unknown[]>;
|
|
145
150
|
required: true;
|
|
@@ -198,6 +203,10 @@ declare const ChartTypes: () => ({
|
|
|
198
203
|
type: import("vue").PropType<string>;
|
|
199
204
|
default: string;
|
|
200
205
|
};
|
|
206
|
+
withAnimation: {
|
|
207
|
+
type: import("vue").PropType<boolean>;
|
|
208
|
+
default: boolean;
|
|
209
|
+
};
|
|
201
210
|
}>> & {
|
|
202
211
|
"onUpdate:visibleIds"?: (visibleIds: unknown[]) => any;
|
|
203
212
|
"onUpdate:chartType"?: (chartType: import("./types").ChartType) => any;
|
|
@@ -207,9 +216,9 @@ declare const ChartTypes: () => ({
|
|
|
207
216
|
}, string, {
|
|
208
217
|
header: string;
|
|
209
218
|
loading: boolean;
|
|
219
|
+
parsing: import("./types").ChartParsingConfig;
|
|
210
220
|
xAxisFormat: import("./types").ValueFormat;
|
|
211
221
|
yAxisFormat: import("./types").ValueFormat;
|
|
212
|
-
parsing: import("./types").ChartParsingConfig;
|
|
213
222
|
visibleIds: unknown[];
|
|
214
223
|
minVisible: number;
|
|
215
224
|
maxVisible: number;
|
|
@@ -224,6 +233,7 @@ declare const ChartTypes: () => ({
|
|
|
224
233
|
noDataIcon: string;
|
|
225
234
|
noDataTitle: string;
|
|
226
235
|
noDataSubtitle: string;
|
|
236
|
+
withAnimation: boolean;
|
|
227
237
|
}, {}, string> & {
|
|
228
238
|
beforeCreate?: (() => void) | (() => void)[];
|
|
229
239
|
created?: (() => void) | (() => void)[];
|
|
@@ -253,6 +263,10 @@ declare const ChartTypes: () => ({
|
|
|
253
263
|
type: import("vue").PropType<boolean>;
|
|
254
264
|
default: boolean;
|
|
255
265
|
};
|
|
266
|
+
parsing: {
|
|
267
|
+
type: import("vue").PropType<import("./types").ChartParsingConfig>;
|
|
268
|
+
default: any;
|
|
269
|
+
};
|
|
256
270
|
xAxisFormat: {
|
|
257
271
|
type: import("vue").PropType<import("./types").ValueFormat>;
|
|
258
272
|
default: string;
|
|
@@ -261,10 +275,6 @@ declare const ChartTypes: () => ({
|
|
|
261
275
|
type: import("vue").PropType<import("./types").ValueFormat>;
|
|
262
276
|
default: string;
|
|
263
277
|
};
|
|
264
|
-
parsing: {
|
|
265
|
-
type: import("vue").PropType<import("./types").ChartParsingConfig>;
|
|
266
|
-
default: any;
|
|
267
|
-
};
|
|
268
278
|
visibleIds: {
|
|
269
279
|
type: import("vue").PropType<unknown[]>;
|
|
270
280
|
required: true;
|
|
@@ -323,6 +333,10 @@ declare const ChartTypes: () => ({
|
|
|
323
333
|
type: import("vue").PropType<string>;
|
|
324
334
|
default: string;
|
|
325
335
|
};
|
|
336
|
+
withAnimation: {
|
|
337
|
+
type: import("vue").PropType<boolean>;
|
|
338
|
+
default: boolean;
|
|
339
|
+
};
|
|
326
340
|
}>> & {
|
|
327
341
|
"onUpdate:visibleIds"?: (visibleIds: unknown[]) => any;
|
|
328
342
|
"onUpdate:chartType"?: (chartType: import("./types").ChartType) => any;
|
|
@@ -339,6 +353,10 @@ declare const ChartTypes: () => ({
|
|
|
339
353
|
type: import("vue").PropType<boolean>;
|
|
340
354
|
default: boolean;
|
|
341
355
|
};
|
|
356
|
+
parsing: {
|
|
357
|
+
type: import("vue").PropType<import("./types").ChartParsingConfig>;
|
|
358
|
+
default: any;
|
|
359
|
+
};
|
|
342
360
|
xAxisFormat: {
|
|
343
361
|
type: import("vue").PropType<import("./types").ValueFormat>;
|
|
344
362
|
default: string;
|
|
@@ -347,10 +365,6 @@ declare const ChartTypes: () => ({
|
|
|
347
365
|
type: import("vue").PropType<import("./types").ValueFormat>;
|
|
348
366
|
default: string;
|
|
349
367
|
};
|
|
350
|
-
parsing: {
|
|
351
|
-
type: import("vue").PropType<import("./types").ChartParsingConfig>;
|
|
352
|
-
default: any;
|
|
353
|
-
};
|
|
354
368
|
visibleIds: {
|
|
355
369
|
type: import("vue").PropType<unknown[]>;
|
|
356
370
|
required: true;
|
|
@@ -409,6 +423,10 @@ declare const ChartTypes: () => ({
|
|
|
409
423
|
type: import("vue").PropType<string>;
|
|
410
424
|
default: string;
|
|
411
425
|
};
|
|
426
|
+
withAnimation: {
|
|
427
|
+
type: import("vue").PropType<boolean>;
|
|
428
|
+
default: boolean;
|
|
429
|
+
};
|
|
412
430
|
}>> & {
|
|
413
431
|
"onUpdate:visibleIds"?: (visibleIds: unknown[]) => any;
|
|
414
432
|
"onUpdate:chartType"?: (chartType: import("./types").ChartType) => any;
|
|
@@ -418,9 +436,9 @@ declare const ChartTypes: () => ({
|
|
|
418
436
|
}, string, {
|
|
419
437
|
header: string;
|
|
420
438
|
loading: boolean;
|
|
439
|
+
parsing: import("./types").ChartParsingConfig;
|
|
421
440
|
xAxisFormat: import("./types").ValueFormat;
|
|
422
441
|
yAxisFormat: import("./types").ValueFormat;
|
|
423
|
-
parsing: import("./types").ChartParsingConfig;
|
|
424
442
|
visibleIds: unknown[];
|
|
425
443
|
minVisible: number;
|
|
426
444
|
maxVisible: number;
|
|
@@ -435,6 +453,7 @@ declare const ChartTypes: () => ({
|
|
|
435
453
|
noDataIcon: string;
|
|
436
454
|
noDataTitle: string;
|
|
437
455
|
noDataSubtitle: string;
|
|
456
|
+
withAnimation: boolean;
|
|
438
457
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
439
458
|
$slots: {
|
|
440
459
|
metric?(_: {}): any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,187 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: {
|
|
4
|
+
new (...args: any[]): {
|
|
5
|
+
$: import('vue').ComponentInternalInstance;
|
|
6
|
+
$data: {};
|
|
7
|
+
$props: Partial<{
|
|
8
|
+
size: "sm" | "md" | "lg";
|
|
9
|
+
label: string;
|
|
10
|
+
testId: string;
|
|
11
|
+
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
12
|
+
size: {
|
|
13
|
+
type: import('vue').PropType<"sm" | "md" | "lg">;
|
|
14
|
+
default: string;
|
|
15
|
+
};
|
|
16
|
+
label: {
|
|
17
|
+
type: import('vue').PropType<string>;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
testId: {
|
|
21
|
+
type: import('vue').PropType<string>;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
disabled: {
|
|
25
|
+
type: import('vue').PropType<boolean>;
|
|
26
|
+
};
|
|
27
|
+
isChecked: {
|
|
28
|
+
type: import('vue').PropType<boolean>;
|
|
29
|
+
required: true;
|
|
30
|
+
};
|
|
31
|
+
isIndeterminate: {
|
|
32
|
+
type: import('vue').PropType<boolean>;
|
|
33
|
+
};
|
|
34
|
+
}>> & {
|
|
35
|
+
onClick?: (event: MouseEvent) => any;
|
|
36
|
+
"onUpdate:isChecked"?: (value: boolean) => any;
|
|
37
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "size" | "label" | "testId">;
|
|
38
|
+
$attrs: {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
$refs: {
|
|
42
|
+
[x: string]: unknown;
|
|
43
|
+
};
|
|
44
|
+
$slots: Readonly<{
|
|
45
|
+
[name: string]: import('vue').Slot;
|
|
46
|
+
}>;
|
|
47
|
+
$root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
48
|
+
$parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
49
|
+
$emit: ((event: "click", event: MouseEvent) => void) & ((event: "update:isChecked", value: boolean) => void);
|
|
50
|
+
$el: any;
|
|
51
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
52
|
+
size: {
|
|
53
|
+
type: import('vue').PropType<"sm" | "md" | "lg">;
|
|
54
|
+
default: string;
|
|
55
|
+
};
|
|
56
|
+
label: {
|
|
57
|
+
type: import('vue').PropType<string>;
|
|
58
|
+
default: string;
|
|
59
|
+
};
|
|
60
|
+
testId: {
|
|
61
|
+
type: import('vue').PropType<string>;
|
|
62
|
+
default: string;
|
|
63
|
+
};
|
|
64
|
+
disabled: {
|
|
65
|
+
type: import('vue').PropType<boolean>;
|
|
66
|
+
};
|
|
67
|
+
isChecked: {
|
|
68
|
+
type: import('vue').PropType<boolean>;
|
|
69
|
+
required: true;
|
|
70
|
+
};
|
|
71
|
+
isIndeterminate: {
|
|
72
|
+
type: import('vue').PropType<boolean>;
|
|
73
|
+
};
|
|
74
|
+
}>> & {
|
|
75
|
+
onClick?: (event: MouseEvent) => any;
|
|
76
|
+
"onUpdate:isChecked"?: (value: boolean) => any;
|
|
77
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
78
|
+
"update:isChecked": (value: boolean) => void;
|
|
79
|
+
click: (event: MouseEvent) => void;
|
|
80
|
+
}, string, {
|
|
81
|
+
size: "sm" | "md" | "lg";
|
|
82
|
+
label: string;
|
|
83
|
+
testId: string;
|
|
84
|
+
}, {}, string> & {
|
|
85
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
86
|
+
created?: (() => void) | (() => void)[];
|
|
87
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
88
|
+
mounted?: (() => void) | (() => void)[];
|
|
89
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
90
|
+
updated?: (() => void) | (() => void)[];
|
|
91
|
+
activated?: (() => void) | (() => void)[];
|
|
92
|
+
deactivated?: (() => void) | (() => void)[];
|
|
93
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
94
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
95
|
+
destroyed?: (() => void) | (() => void)[];
|
|
96
|
+
unmounted?: (() => void) | (() => void)[];
|
|
97
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
98
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
99
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
|
100
|
+
};
|
|
101
|
+
$forceUpdate: () => void;
|
|
102
|
+
$nextTick: typeof import('vue').nextTick;
|
|
103
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import('vue').WatchOptions<boolean>): import('vue').WatchStopHandle;
|
|
104
|
+
} & Readonly<import('vue').ExtractPropTypes<{
|
|
105
|
+
size: {
|
|
106
|
+
type: import('vue').PropType<"sm" | "md" | "lg">;
|
|
107
|
+
default: string;
|
|
108
|
+
};
|
|
109
|
+
label: {
|
|
110
|
+
type: import('vue').PropType<string>;
|
|
111
|
+
default: string;
|
|
112
|
+
};
|
|
113
|
+
testId: {
|
|
114
|
+
type: import('vue').PropType<string>;
|
|
115
|
+
default: string;
|
|
116
|
+
};
|
|
117
|
+
disabled: {
|
|
118
|
+
type: import('vue').PropType<boolean>;
|
|
119
|
+
};
|
|
120
|
+
isChecked: {
|
|
121
|
+
type: import('vue').PropType<boolean>;
|
|
122
|
+
required: true;
|
|
123
|
+
};
|
|
124
|
+
isIndeterminate: {
|
|
125
|
+
type: import('vue').PropType<boolean>;
|
|
126
|
+
};
|
|
127
|
+
}>> & {
|
|
128
|
+
onClick?: (event: MouseEvent) => any;
|
|
129
|
+
"onUpdate:isChecked"?: (value: boolean) => any;
|
|
130
|
+
} & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {};
|
|
131
|
+
__isFragment?: never;
|
|
132
|
+
__isTeleport?: never;
|
|
133
|
+
__isSuspense?: never;
|
|
134
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
135
|
+
size: {
|
|
136
|
+
type: import('vue').PropType<"sm" | "md" | "lg">;
|
|
137
|
+
default: string;
|
|
138
|
+
};
|
|
139
|
+
label: {
|
|
140
|
+
type: import('vue').PropType<string>;
|
|
141
|
+
default: string;
|
|
142
|
+
};
|
|
143
|
+
testId: {
|
|
144
|
+
type: import('vue').PropType<string>;
|
|
145
|
+
default: string;
|
|
146
|
+
};
|
|
147
|
+
disabled: {
|
|
148
|
+
type: import('vue').PropType<boolean>;
|
|
149
|
+
};
|
|
150
|
+
isChecked: {
|
|
151
|
+
type: import('vue').PropType<boolean>;
|
|
152
|
+
required: true;
|
|
153
|
+
};
|
|
154
|
+
isIndeterminate: {
|
|
155
|
+
type: import('vue').PropType<boolean>;
|
|
156
|
+
};
|
|
157
|
+
}>> & {
|
|
158
|
+
onClick?: (event: MouseEvent) => any;
|
|
159
|
+
"onUpdate:isChecked"?: (value: boolean) => any;
|
|
160
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
161
|
+
"update:isChecked": (value: boolean) => void;
|
|
162
|
+
click: (event: MouseEvent) => void;
|
|
163
|
+
}, string, {
|
|
164
|
+
size: "sm" | "md" | "lg";
|
|
165
|
+
label: string;
|
|
166
|
+
testId: string;
|
|
167
|
+
}, {}, string> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
168
|
+
$slots: {
|
|
169
|
+
default?(_: {}): any;
|
|
170
|
+
};
|
|
171
|
+
});
|
|
172
|
+
argTypes: {
|
|
173
|
+
size: {
|
|
174
|
+
control: {
|
|
175
|
+
type: string;
|
|
176
|
+
};
|
|
177
|
+
options: string[];
|
|
178
|
+
};
|
|
179
|
+
};
|
|
180
|
+
};
|
|
181
|
+
export default _default;
|
|
182
|
+
export declare const Default: any;
|
|
183
|
+
export declare const Indeterminate: any;
|
|
184
|
+
export declare const Disabled: any;
|
|
185
|
+
export declare const SizesSmall: any;
|
|
186
|
+
export declare const SizesMedium: any;
|
|
187
|
+
export declare const SizesLarge: any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: {
|
|
4
|
+
new (...args: any[]): {
|
|
5
|
+
$: import('vue').ComponentInternalInstance;
|
|
6
|
+
$data: {};
|
|
7
|
+
$props: Partial<{
|
|
8
|
+
testId: string;
|
|
9
|
+
disabled: boolean;
|
|
10
|
+
selected: boolean;
|
|
11
|
+
clearable: boolean;
|
|
12
|
+
prefix: string;
|
|
13
|
+
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
14
|
+
testId: {
|
|
15
|
+
type: import('vue').PropType<string>;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
disabled: {
|
|
19
|
+
type: import('vue').PropType<boolean>;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
selected: {
|
|
23
|
+
type: import('vue').PropType<boolean>;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
|
+
clearable: {
|
|
27
|
+
type: import('vue').PropType<boolean>;
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
prefix: {
|
|
31
|
+
type: import('vue').PropType<string>;
|
|
32
|
+
default: any;
|
|
33
|
+
};
|
|
34
|
+
}>> & {
|
|
35
|
+
onCleared?: (...args: any[]) => any;
|
|
36
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "testId" | "disabled" | "selected" | "clearable" | "prefix">;
|
|
37
|
+
$attrs: {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
40
|
+
$refs: {
|
|
41
|
+
[x: string]: unknown;
|
|
42
|
+
};
|
|
43
|
+
$slots: Readonly<{
|
|
44
|
+
[name: string]: import('vue').Slot;
|
|
45
|
+
}>;
|
|
46
|
+
$root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
47
|
+
$parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
48
|
+
$emit: (event: "cleared", ...args: any[]) => void;
|
|
49
|
+
$el: any;
|
|
50
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
51
|
+
testId: {
|
|
52
|
+
type: import('vue').PropType<string>;
|
|
53
|
+
default: string;
|
|
54
|
+
};
|
|
55
|
+
disabled: {
|
|
56
|
+
type: import('vue').PropType<boolean>;
|
|
57
|
+
default: boolean;
|
|
58
|
+
};
|
|
59
|
+
selected: {
|
|
60
|
+
type: import('vue').PropType<boolean>;
|
|
61
|
+
default: boolean;
|
|
62
|
+
};
|
|
63
|
+
clearable: {
|
|
64
|
+
type: import('vue').PropType<boolean>;
|
|
65
|
+
default: boolean;
|
|
66
|
+
};
|
|
67
|
+
prefix: {
|
|
68
|
+
type: import('vue').PropType<string>;
|
|
69
|
+
default: any;
|
|
70
|
+
};
|
|
71
|
+
}>> & {
|
|
72
|
+
onCleared?: (...args: any[]) => any;
|
|
73
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
74
|
+
cleared: (...args: any[]) => void;
|
|
75
|
+
}, string, {
|
|
76
|
+
testId: string;
|
|
77
|
+
disabled: boolean;
|
|
78
|
+
selected: boolean;
|
|
79
|
+
clearable: boolean;
|
|
80
|
+
prefix: string;
|
|
81
|
+
}, {}, string> & {
|
|
82
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
83
|
+
created?: (() => void) | (() => void)[];
|
|
84
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
85
|
+
mounted?: (() => void) | (() => void)[];
|
|
86
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
87
|
+
updated?: (() => void) | (() => void)[];
|
|
88
|
+
activated?: (() => void) | (() => void)[];
|
|
89
|
+
deactivated?: (() => void) | (() => void)[];
|
|
90
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
91
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
92
|
+
destroyed?: (() => void) | (() => void)[];
|
|
93
|
+
unmounted?: (() => void) | (() => void)[];
|
|
94
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
95
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
96
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
|
97
|
+
};
|
|
98
|
+
$forceUpdate: () => void;
|
|
99
|
+
$nextTick: typeof import('vue').nextTick;
|
|
100
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import('vue').WatchOptions<boolean>): import('vue').WatchStopHandle;
|
|
101
|
+
} & Readonly<import('vue').ExtractPropTypes<{
|
|
102
|
+
testId: {
|
|
103
|
+
type: import('vue').PropType<string>;
|
|
104
|
+
default: string;
|
|
105
|
+
};
|
|
106
|
+
disabled: {
|
|
107
|
+
type: import('vue').PropType<boolean>;
|
|
108
|
+
default: boolean;
|
|
109
|
+
};
|
|
110
|
+
selected: {
|
|
111
|
+
type: import('vue').PropType<boolean>;
|
|
112
|
+
default: boolean;
|
|
113
|
+
};
|
|
114
|
+
clearable: {
|
|
115
|
+
type: import('vue').PropType<boolean>;
|
|
116
|
+
default: boolean;
|
|
117
|
+
};
|
|
118
|
+
prefix: {
|
|
119
|
+
type: import('vue').PropType<string>;
|
|
120
|
+
default: any;
|
|
121
|
+
};
|
|
122
|
+
}>> & {
|
|
123
|
+
onCleared?: (...args: any[]) => any;
|
|
124
|
+
} & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {};
|
|
125
|
+
__isFragment?: never;
|
|
126
|
+
__isTeleport?: never;
|
|
127
|
+
__isSuspense?: never;
|
|
128
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
129
|
+
testId: {
|
|
130
|
+
type: import('vue').PropType<string>;
|
|
131
|
+
default: string;
|
|
132
|
+
};
|
|
133
|
+
disabled: {
|
|
134
|
+
type: import('vue').PropType<boolean>;
|
|
135
|
+
default: boolean;
|
|
136
|
+
};
|
|
137
|
+
selected: {
|
|
138
|
+
type: import('vue').PropType<boolean>;
|
|
139
|
+
default: boolean;
|
|
140
|
+
};
|
|
141
|
+
clearable: {
|
|
142
|
+
type: import('vue').PropType<boolean>;
|
|
143
|
+
default: boolean;
|
|
144
|
+
};
|
|
145
|
+
prefix: {
|
|
146
|
+
type: import('vue').PropType<string>;
|
|
147
|
+
default: any;
|
|
148
|
+
};
|
|
149
|
+
}>> & {
|
|
150
|
+
onCleared?: (...args: any[]) => any;
|
|
151
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
152
|
+
cleared: (...args: any[]) => void;
|
|
153
|
+
}, string, {
|
|
154
|
+
testId: string;
|
|
155
|
+
disabled: boolean;
|
|
156
|
+
selected: boolean;
|
|
157
|
+
clearable: boolean;
|
|
158
|
+
prefix: string;
|
|
159
|
+
}, {}, string> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
160
|
+
$slots: {
|
|
161
|
+
"icon-start"?(_: {}): any;
|
|
162
|
+
default?(_: {}): any;
|
|
163
|
+
"icon-end"?(_: {}): any;
|
|
164
|
+
};
|
|
165
|
+
});
|
|
166
|
+
argTypes: {};
|
|
167
|
+
};
|
|
168
|
+
export default _default;
|
|
169
|
+
export declare const Default: any;
|
|
170
|
+
export declare const WithIcon: any;
|