@ironsource/shared-ui 2.0.0-rc.7 → 2.0.0-rc.9
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/Button.vue_vue_type_style_index_0_scoped_35545b8c_lang.css +1 -0
- package/ButtonBase.vue_vue_type_style_index_0_scoped_9021cac4_lang.css +1 -0
- package/ButtonV4.vue_vue_type_style_index_0_scoped_31e553e8_lang.css +1 -0
- package/CardPanel.vue_vue_type_style_index_0_scoped_3cda0f04_lang.css +1 -0
- package/Dropdown.vue_vue_type_style_index_0_scoped_d4f8e790_lang.css +1 -0
- package/FilterDropdown.vue_vue_type_style_index_0_scoped_b42d8b45_lang.css +1 -0
- package/FoldableSection.vue_vue_type_style_index_0_scoped_51b5b56d_lang.css +1 -0
- package/FormCard.vue_vue_type_style_index_0_scoped_bb7d27f9_lang.css +1 -0
- package/IconButton.vue_vue_type_style_index_0_scoped_6dffd3f6_lang.css +1 -0
- package/MenuItem.vue_vue_type_style_index_0_scoped_67e53b85_lang.css +1 -0
- package/Popover.vue_vue_type_style_index_0_scoped_25eb53db_lang.css +1 -0
- package/ToggleV4.vue_vue_type_style_index_0_scoped_ef31fecc_lang.css +1 -0
- package/Tooltip.vue_vue_type_style_index_0_scoped_9020a179_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_0_scoped_21f12d1a_lang.css +1 -0
- package/components/appTrigger/AppTrigger.vue2.js +19 -20
- package/components/autocompleteDropdown/AutocompleteDropdown.vue.d.ts +1 -1
- package/components/autocompleteDropdown/index.d.ts +1 -1
- package/components/button/v3/Button.vue.d.ts +4 -27
- package/components/button/v3/Button.vue.js +2 -2
- package/components/button/v3/Button.vue2.js +43 -75
- package/components/button/{common → v3}/ButtonBase.vue.d.ts +9 -9
- package/components/button/{common → v3}/ButtonBase.vue.js +3 -3
- package/components/button/{common → v3}/ButtonBase.vue2.js +3 -3
- package/components/button/v3/IconButton.vue.js +2 -2
- package/components/button/v3/IconButton.vue2.js +4 -4
- package/components/button/v3/LoaderCircleIcon.vue2.js +0 -0
- package/components/button/v3/LoaderDotsIcon.vue2.js +0 -0
- package/components/button/v3/ScrollButton.vue2.js +4 -5
- package/components/button/v3/index.d.ts +130 -0
- package/components/button/v4/ButtonV4.vue.d.ts +16 -6
- package/components/button/v4/ButtonV4.vue.js +3 -3
- package/components/button/v4/ButtonV4.vue2.js +41 -38
- package/components/button/v4/index.d.ts +53 -15
- package/components/chip/v3/Chip.vue.d.ts +1 -1
- package/components/chip/v3/index.d.ts +20 -20
- package/components/chip/v4/ChipV4.vue.d.ts +1 -1
- package/components/chip/v4/index.d.ts +20 -20
- package/components/dialog/v3/Dialog.vue.d.ts +1 -1
- package/components/dialog/v3/index.d.ts +4 -4
- package/components/dialog/v4/DialogV4.vue.d.ts +1 -1
- package/components/dialog/v4/index.d.ts +4 -4
- package/components/dropdown/v3/Dropdown.vue.d.ts +5 -5
- package/components/dropdown/v3/Dropdown.vue.js +2 -2
- package/components/dropdown/v3/Dropdown.vue2.js +4 -4
- package/components/dropdown/v3/index.d.ts +59 -59
- package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +1 -1
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +3 -3
- package/components/dropdown/v4/DropdownV4.vue.d.ts +2 -2
- package/components/dropdown/v4/index.d.ts +111 -111
- package/components/filterDropdown/FilterDropdown.vue.js +2 -2
- package/components/filterDropdown/FilterDropdown.vue2.js +4 -4
- package/components/includeExclude/IncludeExclude.vue.d.ts +2 -2
- package/components/includeExclude/IncludeExclude.vue2.js +22 -23
- package/components/includeExclude/IncludeExcludeAppHeader.vue.d.ts +2 -2
- package/components/includeExclude/IncludeExcludeAppTrigger.vue2.js +15 -16
- package/components/includeExclude/IncludeExcludeChipFilter.vue.d.ts +2 -2
- package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +2 -2
- package/components/includeExclude/IncludeExcludeDragDrop.vue2.js +31 -32
- package/components/includeExclude/IncludeExcludeOption.vue2.js +6 -7
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue2.js +16 -17
- package/components/includeExclude/index.d.ts +135 -135
- package/components/input/v3/Input.vue.d.ts +3 -3
- package/components/input/v3/Input.vue2.js +3 -4
- package/components/input/v3/index.d.ts +82 -82
- package/components/input/v4/TextField.vue.d.ts +6 -6
- package/components/input/v4/TextField.vue2.js +8 -8
- package/components/input/v4/index.d.ts +103 -103
- package/components/layout/CardPanel.vue.d.ts +36 -0
- package/components/layout/CardPanel.vue.js +7 -0
- package/components/layout/CardPanel.vue2.js +25 -0
- package/components/layout/FoldableSection.vue.d.ts +50 -0
- package/components/layout/FoldableSection.vue.js +7 -0
- package/components/layout/FoldableSection.vue2.js +57 -0
- package/components/layout/FormCard.vue.d.ts +74 -0
- package/components/layout/FormCard.vue.js +7 -0
- package/components/layout/FormCard.vue2.js +74 -0
- package/components/layout/index.d.ts +405 -0
- package/components/layout/index.js +10 -0
- package/components/menu/Menu.vue.d.ts +1 -1
- package/components/menu/index.d.ts +20 -20
- package/components/menuItem/MenuItem.vue.js +5 -24
- package/components/menuItem/MenuItem.vue2.js +23 -0
- package/components/multibar/MultiBar.vue.d.ts +1 -1
- package/components/multibar/index.d.ts +1 -1
- package/components/popover/Popover.vue.js +6 -36
- package/components/popover/Popover.vue2.js +36 -3
- package/components/popover/index.d.ts +16 -16
- package/components/popover/index.js +2 -3
- package/components/shared/FieldLabel.vue2.js +3 -3
- package/components/snackbar/v4/SnackbarV4.vue.d.ts +30 -10
- package/components/table/common/Table.common.js +20 -20
- package/components/table/v3/index.d.ts +16 -16
- package/components/table/v4/DataGrid.vue.d.ts +1 -1
- package/components/table/v4/index.d.ts +20 -20
- package/components/toggle/v3/Toggle.vue.d.ts +1 -1
- package/components/toggle/v3/index.d.ts +17 -17
- package/components/toggle/v4/ToggleV4.vue.d.ts +2 -2
- package/components/toggle/v4/ToggleV4.vue.js +7 -0
- package/components/toggle/v4/ToggleV4.vue2.js +95 -0
- package/components/toggle/v4/index.d.ts +313 -0
- package/components/toggle/v4/index.js +6 -0
- package/components/tooltip/v3/Tooltip.vue.js +6 -3
- package/components/tooltip/v3/Tooltip.vue2.js +3 -3
- package/components/tooltip/v3/index.js +3 -4
- package/components/tooltip/v4/TooltipV4.vue.js +6 -65
- package/components/tooltip/v4/TooltipV4.vue2.js +67 -0
- package/components/tooltip/v4/index.js +2 -2
- package/index.d.ts +1556 -858
- package/index.js +137 -129
- package/package.json +17 -5
- package/testids/index.d.ts +11 -0
- package/testids/index.js +16 -14
- package/Button.vue_vue_type_style_index_0_scoped_d92097c8_lang.css +0 -1
- package/ButtonBase.vue_vue_type_style_index_0_scoped_70baba59_lang.css +0 -1
- package/ButtonV4.vue_vue_type_style_index_0_scoped_3fd2281b_lang.css +0 -1
- package/Dropdown.vue_vue_type_style_index_0_scoped_e8324d12_lang.css +0 -1
- package/FilterDropdown.vue_vue_type_style_index_0_scoped_1320b13b_lang.css +0 -1
- package/IconButton.vue_vue_type_style_index_0_scoped_2fe9bc4c_lang.css +0 -1
- package/MenuItem.vue_vue_type_style_index_0_scoped_c7e837fa_lang.css +0 -1
- package/components/button/common/ButtonSuper.vue.d.ts +0 -52
- package/components/tooltip/v4/TooltipV4.vue3.js +0 -4
- /package/{Popover.vue_vue_type_style_index_0_lang.css → Popover.vue_vue_type_style_index_1_lang.css} +0 -0
- /package/{Tooltip.vue_vue_type_style_index_0_lang.css → Tooltip.vue_vue_type_style_index_1_lang.css} +0 -0
- /package/{TooltipV4.vue_vue_type_style_index_0_lang.css → TooltipV4.vue_vue_type_style_index_1_lang.css} +0 -0
- /package/components/button/{consts.d.ts → common/consts.d.ts} +0 -0
- /package/components/button/{consts.js → common/consts.js} +0 -0
- /package/components/button/{icon → v3}/LoaderCircleIcon.vue.d.ts +0 -0
- /package/components/button/{icon → v3}/LoaderCircleIcon.vue.js +0 -0
- /package/components/button/{icon → v3}/LoaderDotsIcon.vue.d.ts +0 -0
- /package/components/button/{icon → v3}/LoaderDotsIcon.vue.js +0 -0
|
@@ -12,8 +12,10 @@ declare const ButtonTypes: () => (({
|
|
|
12
12
|
content: string;
|
|
13
13
|
disabled: boolean;
|
|
14
14
|
color: "default" | "info" | "success" | "warning" | "primary" | "danger";
|
|
15
|
-
startIconName:
|
|
16
|
-
endIconName:
|
|
15
|
+
startIconName: string;
|
|
16
|
+
endIconName: string;
|
|
17
|
+
startIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
|
|
18
|
+
endIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
|
|
17
19
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
18
20
|
size: {
|
|
19
21
|
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
@@ -44,14 +46,22 @@ declare const ButtonTypes: () => (({
|
|
|
44
46
|
default: string;
|
|
45
47
|
};
|
|
46
48
|
startIconName: {
|
|
47
|
-
type: import("vue").PropType<
|
|
49
|
+
type: import("vue").PropType<string>;
|
|
48
50
|
default: any;
|
|
49
51
|
};
|
|
50
52
|
endIconName: {
|
|
51
|
-
type: import("vue").PropType<
|
|
53
|
+
type: import("vue").PropType<string>;
|
|
52
54
|
default: any;
|
|
53
55
|
};
|
|
54
|
-
|
|
56
|
+
startIconType: {
|
|
57
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
58
|
+
default: string;
|
|
59
|
+
};
|
|
60
|
+
endIconType: {
|
|
61
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
62
|
+
default: string;
|
|
63
|
+
};
|
|
64
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "size" | "testId" | "variant" | "loading" | "content" | "disabled" | "color" | "startIconName" | "endIconName" | "startIconType" | "endIconType">;
|
|
55
65
|
$attrs: {
|
|
56
66
|
[x: string]: unknown;
|
|
57
67
|
};
|
|
@@ -95,13 +105,21 @@ declare const ButtonTypes: () => (({
|
|
|
95
105
|
default: string;
|
|
96
106
|
};
|
|
97
107
|
startIconName: {
|
|
98
|
-
type: import("vue").PropType<
|
|
108
|
+
type: import("vue").PropType<string>;
|
|
99
109
|
default: any;
|
|
100
110
|
};
|
|
101
111
|
endIconName: {
|
|
102
|
-
type: import("vue").PropType<
|
|
112
|
+
type: import("vue").PropType<string>;
|
|
103
113
|
default: any;
|
|
104
114
|
};
|
|
115
|
+
startIconType: {
|
|
116
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
117
|
+
default: string;
|
|
118
|
+
};
|
|
119
|
+
endIconType: {
|
|
120
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
121
|
+
default: string;
|
|
122
|
+
};
|
|
105
123
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
106
124
|
size: "small" | "medium" | "large" | "extraLarge";
|
|
107
125
|
testId: string;
|
|
@@ -110,8 +128,10 @@ declare const ButtonTypes: () => (({
|
|
|
110
128
|
content: string;
|
|
111
129
|
disabled: boolean;
|
|
112
130
|
color: "default" | "info" | "success" | "warning" | "primary" | "danger";
|
|
113
|
-
startIconName:
|
|
114
|
-
endIconName:
|
|
131
|
+
startIconName: string;
|
|
132
|
+
endIconName: string;
|
|
133
|
+
startIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
|
|
134
|
+
endIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
|
|
115
135
|
}, {}, string> & {
|
|
116
136
|
beforeCreate?: (() => void) | (() => void)[];
|
|
117
137
|
created?: (() => void) | (() => void)[];
|
|
@@ -162,13 +182,21 @@ declare const ButtonTypes: () => (({
|
|
|
162
182
|
default: string;
|
|
163
183
|
};
|
|
164
184
|
startIconName: {
|
|
165
|
-
type: import("vue").PropType<
|
|
185
|
+
type: import("vue").PropType<string>;
|
|
166
186
|
default: any;
|
|
167
187
|
};
|
|
168
188
|
endIconName: {
|
|
169
|
-
type: import("vue").PropType<
|
|
189
|
+
type: import("vue").PropType<string>;
|
|
170
190
|
default: any;
|
|
171
191
|
};
|
|
192
|
+
startIconType: {
|
|
193
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
194
|
+
default: string;
|
|
195
|
+
};
|
|
196
|
+
endIconType: {
|
|
197
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
198
|
+
default: string;
|
|
199
|
+
};
|
|
172
200
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
173
201
|
__isFragment?: never;
|
|
174
202
|
__isTeleport?: never;
|
|
@@ -203,13 +231,21 @@ declare const ButtonTypes: () => (({
|
|
|
203
231
|
default: string;
|
|
204
232
|
};
|
|
205
233
|
startIconName: {
|
|
206
|
-
type: import("vue").PropType<
|
|
234
|
+
type: import("vue").PropType<string>;
|
|
207
235
|
default: any;
|
|
208
236
|
};
|
|
209
237
|
endIconName: {
|
|
210
|
-
type: import("vue").PropType<
|
|
238
|
+
type: import("vue").PropType<string>;
|
|
211
239
|
default: any;
|
|
212
240
|
};
|
|
241
|
+
startIconType: {
|
|
242
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
243
|
+
default: string;
|
|
244
|
+
};
|
|
245
|
+
endIconType: {
|
|
246
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
247
|
+
default: string;
|
|
248
|
+
};
|
|
213
249
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
214
250
|
size: "small" | "medium" | "large" | "extraLarge";
|
|
215
251
|
testId: string;
|
|
@@ -218,8 +254,10 @@ declare const ButtonTypes: () => (({
|
|
|
218
254
|
content: string;
|
|
219
255
|
disabled: boolean;
|
|
220
256
|
color: "default" | "info" | "success" | "warning" | "primary" | "danger";
|
|
221
|
-
startIconName:
|
|
222
|
-
endIconName:
|
|
257
|
+
startIconName: string;
|
|
258
|
+
endIconName: string;
|
|
259
|
+
startIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
|
|
260
|
+
endIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
|
|
223
261
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
224
262
|
$slots: {
|
|
225
263
|
default?(_: {}): any;
|
|
@@ -30,8 +30,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
30
30
|
testId: string;
|
|
31
31
|
disabled: boolean;
|
|
32
32
|
selected: boolean;
|
|
33
|
-
prefix: string;
|
|
34
33
|
clearable: boolean;
|
|
34
|
+
prefix: string;
|
|
35
35
|
}>, {
|
|
36
36
|
"icon-start"?(_: {}): any;
|
|
37
37
|
default?(_: {}): any;
|
|
@@ -6,8 +6,8 @@ declare const ChipTypes: () => ({
|
|
|
6
6
|
testId: string;
|
|
7
7
|
disabled: boolean;
|
|
8
8
|
selected: boolean;
|
|
9
|
-
prefix: string;
|
|
10
9
|
clearable: boolean;
|
|
10
|
+
prefix: string;
|
|
11
11
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
12
12
|
testId: {
|
|
13
13
|
type: import("vue").PropType<string>;
|
|
@@ -21,17 +21,17 @@ declare const ChipTypes: () => ({
|
|
|
21
21
|
type: import("vue").PropType<boolean>;
|
|
22
22
|
default: boolean;
|
|
23
23
|
};
|
|
24
|
-
prefix: {
|
|
25
|
-
type: import("vue").PropType<string>;
|
|
26
|
-
default: any;
|
|
27
|
-
};
|
|
28
24
|
clearable: {
|
|
29
25
|
type: import("vue").PropType<boolean>;
|
|
30
26
|
default: boolean;
|
|
31
27
|
};
|
|
28
|
+
prefix: {
|
|
29
|
+
type: import("vue").PropType<string>;
|
|
30
|
+
default: any;
|
|
31
|
+
};
|
|
32
32
|
}>> & {
|
|
33
33
|
onCleared?: (...args: any[]) => any;
|
|
34
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "selected" | "
|
|
34
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "selected" | "clearable" | "prefix">;
|
|
35
35
|
$attrs: {
|
|
36
36
|
[x: string]: unknown;
|
|
37
37
|
};
|
|
@@ -58,14 +58,14 @@ declare const ChipTypes: () => ({
|
|
|
58
58
|
type: import("vue").PropType<boolean>;
|
|
59
59
|
default: boolean;
|
|
60
60
|
};
|
|
61
|
-
prefix: {
|
|
62
|
-
type: import("vue").PropType<string>;
|
|
63
|
-
default: any;
|
|
64
|
-
};
|
|
65
61
|
clearable: {
|
|
66
62
|
type: import("vue").PropType<boolean>;
|
|
67
63
|
default: boolean;
|
|
68
64
|
};
|
|
65
|
+
prefix: {
|
|
66
|
+
type: import("vue").PropType<string>;
|
|
67
|
+
default: any;
|
|
68
|
+
};
|
|
69
69
|
}>> & {
|
|
70
70
|
onCleared?: (...args: any[]) => any;
|
|
71
71
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -74,8 +74,8 @@ declare const ChipTypes: () => ({
|
|
|
74
74
|
testId: string;
|
|
75
75
|
disabled: boolean;
|
|
76
76
|
selected: boolean;
|
|
77
|
-
prefix: string;
|
|
78
77
|
clearable: boolean;
|
|
78
|
+
prefix: string;
|
|
79
79
|
}, {}, string> & {
|
|
80
80
|
beforeCreate?: (() => void) | (() => void)[];
|
|
81
81
|
created?: (() => void) | (() => void)[];
|
|
@@ -109,14 +109,14 @@ declare const ChipTypes: () => ({
|
|
|
109
109
|
type: import("vue").PropType<boolean>;
|
|
110
110
|
default: boolean;
|
|
111
111
|
};
|
|
112
|
-
prefix: {
|
|
113
|
-
type: import("vue").PropType<string>;
|
|
114
|
-
default: any;
|
|
115
|
-
};
|
|
116
112
|
clearable: {
|
|
117
113
|
type: import("vue").PropType<boolean>;
|
|
118
114
|
default: boolean;
|
|
119
115
|
};
|
|
116
|
+
prefix: {
|
|
117
|
+
type: import("vue").PropType<string>;
|
|
118
|
+
default: any;
|
|
119
|
+
};
|
|
120
120
|
}>> & {
|
|
121
121
|
onCleared?: (...args: any[]) => any;
|
|
122
122
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -136,14 +136,14 @@ declare const ChipTypes: () => ({
|
|
|
136
136
|
type: import("vue").PropType<boolean>;
|
|
137
137
|
default: boolean;
|
|
138
138
|
};
|
|
139
|
-
prefix: {
|
|
140
|
-
type: import("vue").PropType<string>;
|
|
141
|
-
default: any;
|
|
142
|
-
};
|
|
143
139
|
clearable: {
|
|
144
140
|
type: import("vue").PropType<boolean>;
|
|
145
141
|
default: boolean;
|
|
146
142
|
};
|
|
143
|
+
prefix: {
|
|
144
|
+
type: import("vue").PropType<string>;
|
|
145
|
+
default: any;
|
|
146
|
+
};
|
|
147
147
|
}>> & {
|
|
148
148
|
onCleared?: (...args: any[]) => any;
|
|
149
149
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -152,8 +152,8 @@ declare const ChipTypes: () => ({
|
|
|
152
152
|
testId: string;
|
|
153
153
|
disabled: boolean;
|
|
154
154
|
selected: boolean;
|
|
155
|
-
prefix: string;
|
|
156
155
|
clearable: boolean;
|
|
156
|
+
prefix: string;
|
|
157
157
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
158
158
|
$slots: {
|
|
159
159
|
"icon-start"?(_: {}): any;
|
|
@@ -30,8 +30,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
30
30
|
testId: string;
|
|
31
31
|
disabled: boolean;
|
|
32
32
|
selected: boolean;
|
|
33
|
-
prefix: string;
|
|
34
33
|
clearable: boolean;
|
|
34
|
+
prefix: string;
|
|
35
35
|
}>, {
|
|
36
36
|
"icon-start"?(_: {}): any;
|
|
37
37
|
default?(_: {}): any;
|
|
@@ -6,8 +6,8 @@ declare const ChipTypes: () => ({
|
|
|
6
6
|
testId: string;
|
|
7
7
|
disabled: boolean;
|
|
8
8
|
selected: boolean;
|
|
9
|
-
prefix: string;
|
|
10
9
|
clearable: boolean;
|
|
10
|
+
prefix: string;
|
|
11
11
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
12
12
|
testId: {
|
|
13
13
|
type: import("vue").PropType<string>;
|
|
@@ -21,17 +21,17 @@ declare const ChipTypes: () => ({
|
|
|
21
21
|
type: import("vue").PropType<boolean>;
|
|
22
22
|
default: boolean;
|
|
23
23
|
};
|
|
24
|
-
prefix: {
|
|
25
|
-
type: import("vue").PropType<string>;
|
|
26
|
-
default: any;
|
|
27
|
-
};
|
|
28
24
|
clearable: {
|
|
29
25
|
type: import("vue").PropType<boolean>;
|
|
30
26
|
default: boolean;
|
|
31
27
|
};
|
|
28
|
+
prefix: {
|
|
29
|
+
type: import("vue").PropType<string>;
|
|
30
|
+
default: any;
|
|
31
|
+
};
|
|
32
32
|
}>> & {
|
|
33
33
|
onCleared?: (...args: any[]) => any;
|
|
34
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "selected" | "
|
|
34
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "selected" | "clearable" | "prefix">;
|
|
35
35
|
$attrs: {
|
|
36
36
|
[x: string]: unknown;
|
|
37
37
|
};
|
|
@@ -58,14 +58,14 @@ declare const ChipTypes: () => ({
|
|
|
58
58
|
type: import("vue").PropType<boolean>;
|
|
59
59
|
default: boolean;
|
|
60
60
|
};
|
|
61
|
-
prefix: {
|
|
62
|
-
type: import("vue").PropType<string>;
|
|
63
|
-
default: any;
|
|
64
|
-
};
|
|
65
61
|
clearable: {
|
|
66
62
|
type: import("vue").PropType<boolean>;
|
|
67
63
|
default: boolean;
|
|
68
64
|
};
|
|
65
|
+
prefix: {
|
|
66
|
+
type: import("vue").PropType<string>;
|
|
67
|
+
default: any;
|
|
68
|
+
};
|
|
69
69
|
}>> & {
|
|
70
70
|
onCleared?: (...args: any[]) => any;
|
|
71
71
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -74,8 +74,8 @@ declare const ChipTypes: () => ({
|
|
|
74
74
|
testId: string;
|
|
75
75
|
disabled: boolean;
|
|
76
76
|
selected: boolean;
|
|
77
|
-
prefix: string;
|
|
78
77
|
clearable: boolean;
|
|
78
|
+
prefix: string;
|
|
79
79
|
}, {}, string> & {
|
|
80
80
|
beforeCreate?: (() => void) | (() => void)[];
|
|
81
81
|
created?: (() => void) | (() => void)[];
|
|
@@ -109,14 +109,14 @@ declare const ChipTypes: () => ({
|
|
|
109
109
|
type: import("vue").PropType<boolean>;
|
|
110
110
|
default: boolean;
|
|
111
111
|
};
|
|
112
|
-
prefix: {
|
|
113
|
-
type: import("vue").PropType<string>;
|
|
114
|
-
default: any;
|
|
115
|
-
};
|
|
116
112
|
clearable: {
|
|
117
113
|
type: import("vue").PropType<boolean>;
|
|
118
114
|
default: boolean;
|
|
119
115
|
};
|
|
116
|
+
prefix: {
|
|
117
|
+
type: import("vue").PropType<string>;
|
|
118
|
+
default: any;
|
|
119
|
+
};
|
|
120
120
|
}>> & {
|
|
121
121
|
onCleared?: (...args: any[]) => any;
|
|
122
122
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -136,14 +136,14 @@ declare const ChipTypes: () => ({
|
|
|
136
136
|
type: import("vue").PropType<boolean>;
|
|
137
137
|
default: boolean;
|
|
138
138
|
};
|
|
139
|
-
prefix: {
|
|
140
|
-
type: import("vue").PropType<string>;
|
|
141
|
-
default: any;
|
|
142
|
-
};
|
|
143
139
|
clearable: {
|
|
144
140
|
type: import("vue").PropType<boolean>;
|
|
145
141
|
default: boolean;
|
|
146
142
|
};
|
|
143
|
+
prefix: {
|
|
144
|
+
type: import("vue").PropType<string>;
|
|
145
|
+
default: any;
|
|
146
|
+
};
|
|
147
147
|
}>> & {
|
|
148
148
|
onCleared?: (...args: any[]) => any;
|
|
149
149
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -152,8 +152,8 @@ declare const ChipTypes: () => ({
|
|
|
152
152
|
testId: string;
|
|
153
153
|
disabled: boolean;
|
|
154
154
|
selected: boolean;
|
|
155
|
-
prefix: string;
|
|
156
155
|
clearable: boolean;
|
|
156
|
+
prefix: string;
|
|
157
157
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
158
158
|
$slots: {
|
|
159
159
|
"icon-start"?(_: {}): any;
|
|
@@ -66,8 +66,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
66
66
|
themeClass: string;
|
|
67
67
|
testId: string;
|
|
68
68
|
}>>> & {
|
|
69
|
-
onClose?: (reason: Reason) => any;
|
|
70
69
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
70
|
+
onClose?: (reason: Reason) => any;
|
|
71
71
|
onOpen?: () => any;
|
|
72
72
|
}, {
|
|
73
73
|
title: string;
|
|
@@ -79,8 +79,8 @@ declare const DialogTypes: () => ({
|
|
|
79
79
|
default: boolean;
|
|
80
80
|
};
|
|
81
81
|
}>> & {
|
|
82
|
-
onClose?: (reason: import("../common/Reason").Reason) => any;
|
|
83
82
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
83
|
+
onClose?: (reason: import("../common/Reason").Reason) => any;
|
|
84
84
|
onOpen?: () => any;
|
|
85
85
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "themeClass" | "width" | "testId" | "content" | "appendToBody" | "closeDelay" | "openDelay" | "escapeToClose" | "showBackdrop" | "headerBorder" | "closeOnClickOutside" | "beforeClose" | "showCloseButton">;
|
|
86
86
|
$attrs: {
|
|
@@ -158,8 +158,8 @@ declare const DialogTypes: () => ({
|
|
|
158
158
|
default: boolean;
|
|
159
159
|
};
|
|
160
160
|
}>> & {
|
|
161
|
-
onClose?: (reason: import("../common/Reason").Reason) => any;
|
|
162
161
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
162
|
+
onClose?: (reason: import("../common/Reason").Reason) => any;
|
|
163
163
|
onOpen?: () => any;
|
|
164
164
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
165
165
|
"update:modelValue": (value: boolean) => void;
|
|
@@ -262,8 +262,8 @@ declare const DialogTypes: () => ({
|
|
|
262
262
|
default: boolean;
|
|
263
263
|
};
|
|
264
264
|
}>> & {
|
|
265
|
-
onClose?: (reason: import("../common/Reason").Reason) => any;
|
|
266
265
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
266
|
+
onClose?: (reason: import("../common/Reason").Reason) => any;
|
|
267
267
|
onOpen?: () => any;
|
|
268
268
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
269
269
|
__isFragment?: never;
|
|
@@ -331,8 +331,8 @@ declare const DialogTypes: () => ({
|
|
|
331
331
|
default: boolean;
|
|
332
332
|
};
|
|
333
333
|
}>> & {
|
|
334
|
-
onClose?: (reason: import("../common/Reason").Reason) => any;
|
|
335
334
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
335
|
+
onClose?: (reason: import("../common/Reason").Reason) => any;
|
|
336
336
|
onOpen?: () => any;
|
|
337
337
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
338
338
|
"update:modelValue": (value: boolean) => void;
|
|
@@ -62,8 +62,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
62
62
|
beforeClose: any;
|
|
63
63
|
testId: string;
|
|
64
64
|
}>>> & {
|
|
65
|
-
onClose?: (reason: Reason) => any;
|
|
66
65
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
66
|
+
onClose?: (reason: Reason) => any;
|
|
67
67
|
onOpen?: () => any;
|
|
68
68
|
}, {
|
|
69
69
|
title: string;
|