@ironsource/shared-ui 2.0.2-rc.4 → 2.0.2-rc.5
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/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_28bb325a_lang.css +1 -0
- package/ButtonV4.vue_vue_type_style_index_0_scoped_cca772e9_lang.css +1 -0
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_e5202bb9_lang.css +1 -0
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_c6156fa0_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_17d78416_lang.css +1 -0
- package/SearchV4.vue_vue_type_style_index_0_scoped_215f0f29_lang.css +1 -0
- package/SnackbarV4.vue_vue_type_style_index_0_scoped_48311746_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_0_scoped_cde15298_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/components/ThemeWrapper/index.d.ts +2 -2
- package/components/ThemeWrapper/index.js +4 -4
- package/components/appTrigger/AppTrigger.vue.d.ts +1 -1
- package/components/appTrigger/index.d.ts +20 -20
- package/components/banner/Banner.vue.d.ts +3 -3
- package/components/banner/index.d.ts +7 -7
- package/components/button/v3/Button.vue.d.ts +6 -6
- package/components/button/v3/ButtonBase.vue.d.ts +3 -3
- package/components/button/v3/ScrollButton.vue.d.ts +1 -1
- package/components/button/v3/index.d.ts +23 -23
- package/components/button/v4/ButtonV4.vue.d.ts +12 -12
- package/components/button/v4/ButtonV4.vue.js +3 -3
- package/components/button/v4/ButtonV4.vue2.js +1 -1
- package/components/button/v4/IconButtonV4.vue.d.ts +8 -8
- package/components/button/v4/index.d.ts +116 -116
- package/components/checkbox/v3/index.d.ts +12 -12
- package/components/checkbox/v4/index.d.ts +12 -12
- 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/dateRange/DateRange.vue.d.ts +1 -1
- package/components/dateRange/DateRangePicker.vue.d.ts +1 -1
- package/components/dateRange/index.d.ts +20 -20
- package/components/dialog/v3/Dialog.vue.d.ts +2 -2
- package/components/dialog/v3/index.d.ts +25 -25
- package/components/dialog/v4/DialogV4.vue.d.ts +2 -2
- package/components/dialog/v4/index.d.ts +25 -25
- package/components/dropdown/v3/Dropdown.vue.d.ts +6 -6
- package/components/dropdown/v3/Option.vue.d.ts +1 -1
- package/components/dropdown/v3/index.d.ts +111 -111
- package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +7 -7
- package/components/dropdown/v4/AppDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/AppDropdownTrigger.vue2.js +22 -25
- package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +1 -1
- package/components/dropdown/v4/ChipDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +1 -1
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +13 -13
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +20 -22
- package/components/dropdown/v4/DropdownV4.vue.d.ts +11 -11
- package/components/dropdown/v4/OptionV4.vue.d.ts +6 -6
- package/components/dropdown/v4/OptionV4.vue.js +2 -2
- package/components/dropdown/v4/OptionV4.vue2.js +17 -17
- package/components/dropdown/v4/index.d.ts +331 -331
- package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
- package/components/emptyState/v3/index.d.ts +7 -7
- package/components/filterDropdown/FilterDropdown.vue.d.ts +1 -1
- package/components/filterDropdown/index.d.ts +9 -9
- package/components/icon/v4/IconV4.vue.d.ts +3 -3
- package/components/icon/v4/index.d.ts +7 -7
- package/components/includeExclude/IncludeExclude.vue.d.ts +3 -3
- package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +2 -2
- package/components/includeExclude/index.d.ts +101 -101
- package/components/input/v3/Input.vue.d.ts +2 -2
- package/components/input/v3/index.d.ts +69 -69
- package/components/input/v4/TextField.vue.d.ts +2 -2
- package/components/input/v4/index.d.ts +53 -53
- package/components/layout/FoldableSection.vue.d.ts +1 -1
- package/components/layout/index.d.ts +21 -136
- package/components/layout/index.js +2 -4
- package/components/menu/Menu.vue.d.ts +1 -1
- package/components/menu/index.d.ts +20 -20
- package/components/multibar/MultiBar.vue.d.ts +1 -1
- package/components/multibar/index.d.ts +12 -12
- package/components/popover/Popover.vue.d.ts +5 -5
- package/components/popover/index.d.ts +58 -58
- package/components/radioButton/v3/RadioButton.vue.d.ts +1 -1
- package/components/radioButton/v3/RadioGroup.vue.d.ts +2 -2
- package/components/radioButton/v3/index.d.ts +42 -42
- package/components/radioButton/v4/RadioButtonV4.vue.d.ts +1 -1
- package/components/radioButton/v4/RadioGroupV4.vue.d.ts +2 -2
- package/components/radioButton/v4/index.d.ts +42 -42
- package/components/search/v3/Search.vue.d.ts +2 -2
- package/components/search/v3/index.d.ts +16 -16
- package/components/search/v4/SearchV4.vue.d.ts +1 -4
- package/components/search/v4/SearchV4.vue.js +5 -5
- package/components/search/v4/SearchV4.vue2.js +14 -15
- package/components/search/v4/index.d.ts +9 -12
- package/components/shared/FieldHelpText.vue.d.ts +1 -1
- package/components/shared/FieldLabel.vue.d.ts +1 -1
- package/components/snackbar/common/snackbar.common.d.ts +1 -1
- package/components/snackbar/v3/Snackbar.vue.d.ts +6 -6
- package/components/snackbar/v4/SnackbarV4.vue.d.ts +43 -43
- package/components/snackbar/v4/SnackbarV4.vue.js +5 -5
- package/components/snackbar/v4/SnackbarV4.vue2.js +6 -7
- package/components/table/common/Table.common.js +31 -31
- package/components/table/v3/index.d.ts +16 -16
- package/components/table/v4/index.d.ts +16 -16
- package/components/tabs/v3/Tabs.vue.d.ts +1 -1
- package/components/tabs/v3/index.d.ts +20 -20
- package/components/tabs/v4/TabsV4.vue.d.ts +1 -1
- package/components/tabs/v4/index.d.ts +20 -20
- package/components/textArea/TextArea.vue.d.ts +1 -1
- package/components/textArea/index.d.ts +9 -9
- package/components/toggle/v3/Toggle.vue.d.ts +1 -1
- package/components/toggle/v3/index.d.ts +9 -9
- package/components/toggle/v4/ToggleV4.vue.d.ts +7 -7
- package/components/toggle/v4/index.d.ts +34 -34
- package/components/tooltip/v3/Tooltip.vue.d.ts +4 -4
- package/components/tooltip/v3/index.d.ts +34 -34
- package/components/tooltip/v4/TooltipV4.vue.d.ts +4 -4
- package/components/tooltip/v4/TooltipV4.vue.js +2 -2
- package/components/tooltip/v4/TooltipV4.vue2.js +1 -1
- package/components/tooltip/v4/index.d.ts +34 -34
- package/components/typography/Heading.vue.d.ts +1 -1
- package/components/typography/index.d.ts +20 -20
- package/composables/useStorage.js +9 -10
- package/index.d.ts +1650 -1848
- package/index.js +112 -118
- package/package.json +2 -10
- package/testids/index.d.ts +0 -8
- package/testids/index.js +11 -13
- package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_a64a46d0_lang.css +0 -1
- package/AppHeader.vue_vue_type_style_index_0_scoped_5afbd3dd_lang.css +0 -1
- package/ButtonV4.vue_vue_type_style_index_0_scoped_38c0ed72_lang.css +0 -1
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_c38e97df_lang.css +0 -1
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_06dcfe6d_lang.css +0 -1
- package/FormRow.vue_vue_type_style_index_0_scoped_54a11bf8_lang.css +0 -1
- package/InlineCopy.vue_vue_type_style_index_0_scoped_39577dfc_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_d2743070_lang.css +0 -1
- package/SearchV4.vue_vue_type_style_index_0_scoped_1330ea8b_lang.css +0 -1
- package/SnackbarV4.vue_vue_type_style_index_0_scoped_49c5ccea_lang.css +0 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_58a19def_lang.css +0 -1
- package/components/appHeader/AppHeader.vue.d.ts +0 -49
- package/components/appHeader/AppHeader.vue.js +0 -7
- package/components/appHeader/AppHeader.vue2.js +0 -58
- package/components/appHeader/index.d.ts +0 -61
- package/components/appHeader/index.js +0 -6
- package/components/inlineCopy/InlineCopy.vue.d.ts +0 -39
- package/components/inlineCopy/InlineCopy.vue.js +0 -7
- package/components/inlineCopy/InlineCopy.vue2.js +0 -60
- package/components/inlineCopy/index.d.ts +0 -39
- package/components/inlineCopy/index.js +0 -6
- package/components/layout/FormRow.vue.d.ts +0 -46
- package/components/layout/FormRow.vue.js +0 -7
- package/components/layout/FormRow.vue2.js +0 -43
- package/mocks/optionsWithIcons.d.ts +0 -5
|
@@ -52,7 +52,7 @@ declare const RadioButtonTypes: () => (({
|
|
|
52
52
|
}>;
|
|
53
53
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
54
54
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
55
|
-
$emit: ((event: "
|
|
55
|
+
$emit: ((event: "update:modelValue", ...args: any[]) => void) & ((event: "change", ...args: any[]) => void);
|
|
56
56
|
$el: any;
|
|
57
57
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
58
58
|
name: {
|
|
@@ -84,8 +84,8 @@ declare const RadioButtonTypes: () => (({
|
|
|
84
84
|
onChange?: (...args: any[]) => any;
|
|
85
85
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
86
86
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
87
|
-
change: (...args: any[]) => void;
|
|
88
87
|
"update:modelValue": (...args: any[]) => void;
|
|
88
|
+
change: (...args: any[]) => void;
|
|
89
89
|
}, string, {
|
|
90
90
|
name: string;
|
|
91
91
|
label: string;
|
|
@@ -176,8 +176,8 @@ declare const RadioButtonTypes: () => (({
|
|
|
176
176
|
onChange?: (...args: any[]) => any;
|
|
177
177
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
178
178
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
179
|
-
change: (...args: any[]) => void;
|
|
180
179
|
"update:modelValue": (...args: any[]) => void;
|
|
180
|
+
change: (...args: any[]) => void;
|
|
181
181
|
}, string, {
|
|
182
182
|
name: string;
|
|
183
183
|
label: string;
|
|
@@ -195,34 +195,34 @@ declare const RadioButtonTypes: () => (({
|
|
|
195
195
|
$data: {};
|
|
196
196
|
$props: Partial<{
|
|
197
197
|
name: string;
|
|
198
|
+
testId: string;
|
|
198
199
|
disabled: boolean;
|
|
199
200
|
row: boolean;
|
|
200
|
-
testId: string;
|
|
201
201
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
202
202
|
name: {
|
|
203
203
|
type: import("vue").PropType<string>;
|
|
204
204
|
default: string;
|
|
205
205
|
};
|
|
206
|
-
disabled: {
|
|
207
|
-
type: import("vue").PropType<boolean>;
|
|
208
|
-
default: boolean;
|
|
209
|
-
};
|
|
210
|
-
row: {
|
|
211
|
-
type: import("vue").PropType<boolean>;
|
|
212
|
-
default: boolean;
|
|
213
|
-
};
|
|
214
206
|
testId: {
|
|
215
207
|
type: import("vue").PropType<string>;
|
|
216
208
|
default: string;
|
|
217
209
|
};
|
|
210
|
+
disabled: {
|
|
211
|
+
type: import("vue").PropType<boolean>;
|
|
212
|
+
default: boolean;
|
|
213
|
+
};
|
|
218
214
|
modelValue: {
|
|
219
215
|
type: import("vue").PropType<string>;
|
|
220
216
|
required: true;
|
|
221
217
|
};
|
|
218
|
+
row: {
|
|
219
|
+
type: import("vue").PropType<boolean>;
|
|
220
|
+
default: boolean;
|
|
221
|
+
};
|
|
222
222
|
}>> & {
|
|
223
223
|
onChange?: (...args: any[]) => any;
|
|
224
224
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
225
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "
|
|
225
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "testId" | "disabled" | "row">;
|
|
226
226
|
$attrs: {
|
|
227
227
|
[x: string]: unknown;
|
|
228
228
|
};
|
|
@@ -234,40 +234,40 @@ declare const RadioButtonTypes: () => (({
|
|
|
234
234
|
}>;
|
|
235
235
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
236
236
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
237
|
-
$emit: ((event: "
|
|
237
|
+
$emit: ((event: "update:modelValue", ...args: any[]) => void) & ((event: "change", ...args: any[]) => void);
|
|
238
238
|
$el: any;
|
|
239
239
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
240
240
|
name: {
|
|
241
241
|
type: import("vue").PropType<string>;
|
|
242
242
|
default: string;
|
|
243
243
|
};
|
|
244
|
-
disabled: {
|
|
245
|
-
type: import("vue").PropType<boolean>;
|
|
246
|
-
default: boolean;
|
|
247
|
-
};
|
|
248
|
-
row: {
|
|
249
|
-
type: import("vue").PropType<boolean>;
|
|
250
|
-
default: boolean;
|
|
251
|
-
};
|
|
252
244
|
testId: {
|
|
253
245
|
type: import("vue").PropType<string>;
|
|
254
246
|
default: string;
|
|
255
247
|
};
|
|
248
|
+
disabled: {
|
|
249
|
+
type: import("vue").PropType<boolean>;
|
|
250
|
+
default: boolean;
|
|
251
|
+
};
|
|
256
252
|
modelValue: {
|
|
257
253
|
type: import("vue").PropType<string>;
|
|
258
254
|
required: true;
|
|
259
255
|
};
|
|
256
|
+
row: {
|
|
257
|
+
type: import("vue").PropType<boolean>;
|
|
258
|
+
default: boolean;
|
|
259
|
+
};
|
|
260
260
|
}>> & {
|
|
261
261
|
onChange?: (...args: any[]) => any;
|
|
262
262
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
263
263
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
264
|
-
change: (...args: any[]) => void;
|
|
265
264
|
"update:modelValue": (...args: any[]) => void;
|
|
265
|
+
change: (...args: any[]) => void;
|
|
266
266
|
}, string, {
|
|
267
267
|
name: string;
|
|
268
|
+
testId: string;
|
|
268
269
|
disabled: boolean;
|
|
269
270
|
row: boolean;
|
|
270
|
-
testId: string;
|
|
271
271
|
}, {}, string> & {
|
|
272
272
|
beforeCreate?: (() => void) | (() => void)[];
|
|
273
273
|
created?: (() => void) | (() => void)[];
|
|
@@ -293,22 +293,22 @@ declare const RadioButtonTypes: () => (({
|
|
|
293
293
|
type: import("vue").PropType<string>;
|
|
294
294
|
default: string;
|
|
295
295
|
};
|
|
296
|
-
disabled: {
|
|
297
|
-
type: import("vue").PropType<boolean>;
|
|
298
|
-
default: boolean;
|
|
299
|
-
};
|
|
300
|
-
row: {
|
|
301
|
-
type: import("vue").PropType<boolean>;
|
|
302
|
-
default: boolean;
|
|
303
|
-
};
|
|
304
296
|
testId: {
|
|
305
297
|
type: import("vue").PropType<string>;
|
|
306
298
|
default: string;
|
|
307
299
|
};
|
|
300
|
+
disabled: {
|
|
301
|
+
type: import("vue").PropType<boolean>;
|
|
302
|
+
default: boolean;
|
|
303
|
+
};
|
|
308
304
|
modelValue: {
|
|
309
305
|
type: import("vue").PropType<string>;
|
|
310
306
|
required: true;
|
|
311
307
|
};
|
|
308
|
+
row: {
|
|
309
|
+
type: import("vue").PropType<boolean>;
|
|
310
|
+
default: boolean;
|
|
311
|
+
};
|
|
312
312
|
}>> & {
|
|
313
313
|
onChange?: (...args: any[]) => any;
|
|
314
314
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
@@ -321,33 +321,33 @@ declare const RadioButtonTypes: () => (({
|
|
|
321
321
|
type: import("vue").PropType<string>;
|
|
322
322
|
default: string;
|
|
323
323
|
};
|
|
324
|
-
disabled: {
|
|
325
|
-
type: import("vue").PropType<boolean>;
|
|
326
|
-
default: boolean;
|
|
327
|
-
};
|
|
328
|
-
row: {
|
|
329
|
-
type: import("vue").PropType<boolean>;
|
|
330
|
-
default: boolean;
|
|
331
|
-
};
|
|
332
324
|
testId: {
|
|
333
325
|
type: import("vue").PropType<string>;
|
|
334
326
|
default: string;
|
|
335
327
|
};
|
|
328
|
+
disabled: {
|
|
329
|
+
type: import("vue").PropType<boolean>;
|
|
330
|
+
default: boolean;
|
|
331
|
+
};
|
|
336
332
|
modelValue: {
|
|
337
333
|
type: import("vue").PropType<string>;
|
|
338
334
|
required: true;
|
|
339
335
|
};
|
|
336
|
+
row: {
|
|
337
|
+
type: import("vue").PropType<boolean>;
|
|
338
|
+
default: boolean;
|
|
339
|
+
};
|
|
340
340
|
}>> & {
|
|
341
341
|
onChange?: (...args: any[]) => any;
|
|
342
342
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
343
343
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
344
|
-
change: (...args: any[]) => void;
|
|
345
344
|
"update:modelValue": (...args: any[]) => void;
|
|
345
|
+
change: (...args: any[]) => void;
|
|
346
346
|
}, string, {
|
|
347
347
|
name: string;
|
|
348
|
+
testId: string;
|
|
348
349
|
disabled: boolean;
|
|
349
350
|
row: boolean;
|
|
350
|
-
testId: string;
|
|
351
351
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
352
352
|
$slots: {
|
|
353
353
|
default?(_: {}): any;
|
|
@@ -10,8 +10,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
10
10
|
modelValue: any;
|
|
11
11
|
testId: string;
|
|
12
12
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
|
-
change: (...args: any[]) => void;
|
|
14
13
|
"update:modelValue": (...args: any[]) => void;
|
|
14
|
+
change: (...args: any[]) => void;
|
|
15
15
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
16
16
|
value: unknown;
|
|
17
17
|
label: string;
|
|
@@ -11,8 +11,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
11
11
|
row: boolean;
|
|
12
12
|
testId: string;
|
|
13
13
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
|
-
change: (...args: any[]) => void;
|
|
15
14
|
"update:modelValue": (...args: any[]) => void;
|
|
15
|
+
change: (...args: any[]) => void;
|
|
16
16
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
17
17
|
name?: string;
|
|
18
18
|
disabled?: boolean;
|
|
@@ -30,9 +30,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
30
30
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
31
31
|
}, {
|
|
32
32
|
name: string;
|
|
33
|
+
testId: string;
|
|
33
34
|
disabled: boolean;
|
|
34
35
|
row: boolean;
|
|
35
|
-
testId: string;
|
|
36
36
|
}>, {
|
|
37
37
|
default?(_: {}): any;
|
|
38
38
|
}>;
|
|
@@ -46,7 +46,7 @@ declare const RadioButtonTypes: () => (({
|
|
|
46
46
|
}>;
|
|
47
47
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
48
48
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
49
|
-
$emit: ((event: "
|
|
49
|
+
$emit: ((event: "update:modelValue", ...args: any[]) => void) & ((event: "change", ...args: any[]) => void);
|
|
50
50
|
$el: any;
|
|
51
51
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
52
52
|
value: {
|
|
@@ -74,8 +74,8 @@ declare const RadioButtonTypes: () => (({
|
|
|
74
74
|
onChange?: (...args: any[]) => any;
|
|
75
75
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
76
76
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
77
|
-
change: (...args: any[]) => void;
|
|
78
77
|
"update:modelValue": (...args: any[]) => void;
|
|
78
|
+
change: (...args: any[]) => void;
|
|
79
79
|
}, string, {
|
|
80
80
|
name: string;
|
|
81
81
|
label: string;
|
|
@@ -156,8 +156,8 @@ declare const RadioButtonTypes: () => (({
|
|
|
156
156
|
onChange?: (...args: any[]) => any;
|
|
157
157
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
158
158
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
159
|
-
change: (...args: any[]) => void;
|
|
160
159
|
"update:modelValue": (...args: any[]) => void;
|
|
160
|
+
change: (...args: any[]) => void;
|
|
161
161
|
}, string, {
|
|
162
162
|
name: string;
|
|
163
163
|
label: string;
|
|
@@ -173,34 +173,34 @@ declare const RadioButtonTypes: () => (({
|
|
|
173
173
|
$data: {};
|
|
174
174
|
$props: Partial<{
|
|
175
175
|
name: string;
|
|
176
|
+
testId: string;
|
|
176
177
|
disabled: boolean;
|
|
177
178
|
row: boolean;
|
|
178
|
-
testId: string;
|
|
179
179
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
180
180
|
name: {
|
|
181
181
|
type: import("vue").PropType<string>;
|
|
182
182
|
default: string;
|
|
183
183
|
};
|
|
184
|
-
disabled: {
|
|
185
|
-
type: import("vue").PropType<boolean>;
|
|
186
|
-
default: boolean;
|
|
187
|
-
};
|
|
188
|
-
row: {
|
|
189
|
-
type: import("vue").PropType<boolean>;
|
|
190
|
-
default: boolean;
|
|
191
|
-
};
|
|
192
184
|
testId: {
|
|
193
185
|
type: import("vue").PropType<string>;
|
|
194
186
|
default: string;
|
|
195
187
|
};
|
|
188
|
+
disabled: {
|
|
189
|
+
type: import("vue").PropType<boolean>;
|
|
190
|
+
default: boolean;
|
|
191
|
+
};
|
|
196
192
|
modelValue: {
|
|
197
193
|
type: import("vue").PropType<string>;
|
|
198
194
|
required: true;
|
|
199
195
|
};
|
|
196
|
+
row: {
|
|
197
|
+
type: import("vue").PropType<boolean>;
|
|
198
|
+
default: boolean;
|
|
199
|
+
};
|
|
200
200
|
}>> & {
|
|
201
201
|
onChange?: (...args: any[]) => any;
|
|
202
202
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
203
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "
|
|
203
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "testId" | "disabled" | "row">;
|
|
204
204
|
$attrs: {
|
|
205
205
|
[x: string]: unknown;
|
|
206
206
|
};
|
|
@@ -212,40 +212,40 @@ declare const RadioButtonTypes: () => (({
|
|
|
212
212
|
}>;
|
|
213
213
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
214
214
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
215
|
-
$emit: ((event: "
|
|
215
|
+
$emit: ((event: "update:modelValue", ...args: any[]) => void) & ((event: "change", ...args: any[]) => void);
|
|
216
216
|
$el: any;
|
|
217
217
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
218
218
|
name: {
|
|
219
219
|
type: import("vue").PropType<string>;
|
|
220
220
|
default: string;
|
|
221
221
|
};
|
|
222
|
-
disabled: {
|
|
223
|
-
type: import("vue").PropType<boolean>;
|
|
224
|
-
default: boolean;
|
|
225
|
-
};
|
|
226
|
-
row: {
|
|
227
|
-
type: import("vue").PropType<boolean>;
|
|
228
|
-
default: boolean;
|
|
229
|
-
};
|
|
230
222
|
testId: {
|
|
231
223
|
type: import("vue").PropType<string>;
|
|
232
224
|
default: string;
|
|
233
225
|
};
|
|
226
|
+
disabled: {
|
|
227
|
+
type: import("vue").PropType<boolean>;
|
|
228
|
+
default: boolean;
|
|
229
|
+
};
|
|
234
230
|
modelValue: {
|
|
235
231
|
type: import("vue").PropType<string>;
|
|
236
232
|
required: true;
|
|
237
233
|
};
|
|
234
|
+
row: {
|
|
235
|
+
type: import("vue").PropType<boolean>;
|
|
236
|
+
default: boolean;
|
|
237
|
+
};
|
|
238
238
|
}>> & {
|
|
239
239
|
onChange?: (...args: any[]) => any;
|
|
240
240
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
241
241
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
242
|
-
change: (...args: any[]) => void;
|
|
243
242
|
"update:modelValue": (...args: any[]) => void;
|
|
243
|
+
change: (...args: any[]) => void;
|
|
244
244
|
}, string, {
|
|
245
245
|
name: string;
|
|
246
|
+
testId: string;
|
|
246
247
|
disabled: boolean;
|
|
247
248
|
row: boolean;
|
|
248
|
-
testId: string;
|
|
249
249
|
}, {}, string> & {
|
|
250
250
|
beforeCreate?: (() => void) | (() => void)[];
|
|
251
251
|
created?: (() => void) | (() => void)[];
|
|
@@ -271,22 +271,22 @@ declare const RadioButtonTypes: () => (({
|
|
|
271
271
|
type: import("vue").PropType<string>;
|
|
272
272
|
default: string;
|
|
273
273
|
};
|
|
274
|
-
disabled: {
|
|
275
|
-
type: import("vue").PropType<boolean>;
|
|
276
|
-
default: boolean;
|
|
277
|
-
};
|
|
278
|
-
row: {
|
|
279
|
-
type: import("vue").PropType<boolean>;
|
|
280
|
-
default: boolean;
|
|
281
|
-
};
|
|
282
274
|
testId: {
|
|
283
275
|
type: import("vue").PropType<string>;
|
|
284
276
|
default: string;
|
|
285
277
|
};
|
|
278
|
+
disabled: {
|
|
279
|
+
type: import("vue").PropType<boolean>;
|
|
280
|
+
default: boolean;
|
|
281
|
+
};
|
|
286
282
|
modelValue: {
|
|
287
283
|
type: import("vue").PropType<string>;
|
|
288
284
|
required: true;
|
|
289
285
|
};
|
|
286
|
+
row: {
|
|
287
|
+
type: import("vue").PropType<boolean>;
|
|
288
|
+
default: boolean;
|
|
289
|
+
};
|
|
290
290
|
}>> & {
|
|
291
291
|
onChange?: (...args: any[]) => any;
|
|
292
292
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
@@ -299,33 +299,33 @@ declare const RadioButtonTypes: () => (({
|
|
|
299
299
|
type: import("vue").PropType<string>;
|
|
300
300
|
default: string;
|
|
301
301
|
};
|
|
302
|
-
disabled: {
|
|
303
|
-
type: import("vue").PropType<boolean>;
|
|
304
|
-
default: boolean;
|
|
305
|
-
};
|
|
306
|
-
row: {
|
|
307
|
-
type: import("vue").PropType<boolean>;
|
|
308
|
-
default: boolean;
|
|
309
|
-
};
|
|
310
302
|
testId: {
|
|
311
303
|
type: import("vue").PropType<string>;
|
|
312
304
|
default: string;
|
|
313
305
|
};
|
|
306
|
+
disabled: {
|
|
307
|
+
type: import("vue").PropType<boolean>;
|
|
308
|
+
default: boolean;
|
|
309
|
+
};
|
|
314
310
|
modelValue: {
|
|
315
311
|
type: import("vue").PropType<string>;
|
|
316
312
|
required: true;
|
|
317
313
|
};
|
|
314
|
+
row: {
|
|
315
|
+
type: import("vue").PropType<boolean>;
|
|
316
|
+
default: boolean;
|
|
317
|
+
};
|
|
318
318
|
}>> & {
|
|
319
319
|
onChange?: (...args: any[]) => any;
|
|
320
320
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
321
321
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
322
|
-
change: (...args: any[]) => void;
|
|
323
322
|
"update:modelValue": (...args: any[]) => void;
|
|
323
|
+
change: (...args: any[]) => void;
|
|
324
324
|
}, string, {
|
|
325
325
|
name: string;
|
|
326
|
+
testId: string;
|
|
326
327
|
disabled: boolean;
|
|
327
328
|
row: boolean;
|
|
328
|
-
testId: string;
|
|
329
329
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
330
330
|
$slots: {
|
|
331
331
|
default?(_: {}): any;
|
|
@@ -29,10 +29,10 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
29
29
|
}>>> & {
|
|
30
30
|
"onUpdate:modelValue"?: (value: string) => any;
|
|
31
31
|
}, {
|
|
32
|
-
disabled: boolean;
|
|
33
32
|
size: 'sm' | 'md';
|
|
34
|
-
variant: 'default' | 'inline-table' | 'transparent';
|
|
35
33
|
testId: string;
|
|
34
|
+
variant: 'default' | 'inline-table' | 'transparent';
|
|
35
|
+
disabled: boolean;
|
|
36
36
|
}>;
|
|
37
37
|
export default _default;
|
|
38
38
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
declare const SearchTypes: () => import("vue").DefineComponent<{
|
|
2
|
-
disabled: {
|
|
3
|
-
type: import("vue").PropType<boolean>;
|
|
4
|
-
default: boolean;
|
|
5
|
-
};
|
|
6
2
|
size: {
|
|
7
3
|
type: import("vue").PropType<"sm" | "md">;
|
|
8
4
|
default: string;
|
|
9
5
|
};
|
|
6
|
+
testId: {
|
|
7
|
+
type: import("vue").PropType<string>;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
10
|
variant: {
|
|
11
11
|
type: import("vue").PropType<"default" | "transparent" | "inline-table">;
|
|
12
12
|
default: string;
|
|
13
13
|
};
|
|
14
|
-
|
|
15
|
-
type: import("vue").PropType<
|
|
16
|
-
default:
|
|
14
|
+
disabled: {
|
|
15
|
+
type: import("vue").PropType<boolean>;
|
|
16
|
+
default: boolean;
|
|
17
17
|
};
|
|
18
18
|
modelValue: {
|
|
19
19
|
type: import("vue").PropType<string>;
|
|
@@ -28,21 +28,21 @@ declare const SearchTypes: () => import("vue").DefineComponent<{
|
|
|
28
28
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
29
29
|
"update:modelValue": (value: string) => void;
|
|
30
30
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
31
|
-
disabled: {
|
|
32
|
-
type: import("vue").PropType<boolean>;
|
|
33
|
-
default: boolean;
|
|
34
|
-
};
|
|
35
31
|
size: {
|
|
36
32
|
type: import("vue").PropType<"sm" | "md">;
|
|
37
33
|
default: string;
|
|
38
34
|
};
|
|
35
|
+
testId: {
|
|
36
|
+
type: import("vue").PropType<string>;
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
39
39
|
variant: {
|
|
40
40
|
type: import("vue").PropType<"default" | "transparent" | "inline-table">;
|
|
41
41
|
default: string;
|
|
42
42
|
};
|
|
43
|
-
|
|
44
|
-
type: import("vue").PropType<
|
|
45
|
-
default:
|
|
43
|
+
disabled: {
|
|
44
|
+
type: import("vue").PropType<boolean>;
|
|
45
|
+
default: boolean;
|
|
46
46
|
};
|
|
47
47
|
modelValue: {
|
|
48
48
|
type: import("vue").PropType<string>;
|
|
@@ -55,10 +55,10 @@ declare const SearchTypes: () => import("vue").DefineComponent<{
|
|
|
55
55
|
}>> & {
|
|
56
56
|
"onUpdate:modelValue"?: (value: string) => any;
|
|
57
57
|
}, {
|
|
58
|
-
disabled: boolean;
|
|
59
58
|
size: "sm" | "md";
|
|
60
|
-
variant: "default" | "transparent" | "inline-table";
|
|
61
59
|
testId: string;
|
|
60
|
+
variant: "default" | "transparent" | "inline-table";
|
|
61
|
+
disabled: boolean;
|
|
62
62
|
}>[];
|
|
63
63
|
export { default as Search } from './Search.vue';
|
|
64
64
|
export { SearchTypes };
|
|
@@ -8,7 +8,6 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
8
8
|
disabled: boolean;
|
|
9
9
|
testId: string;
|
|
10
10
|
autoFocus: boolean;
|
|
11
|
-
placeholder: string;
|
|
12
11
|
}>, {
|
|
13
12
|
inputRef: import("vue").Ref<any>;
|
|
14
13
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -23,13 +22,11 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
23
22
|
disabled: boolean;
|
|
24
23
|
testId: string;
|
|
25
24
|
autoFocus: boolean;
|
|
26
|
-
placeholder: string;
|
|
27
25
|
}>>> & {
|
|
28
26
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
29
27
|
}, {
|
|
30
|
-
disabled: boolean;
|
|
31
28
|
testId: string;
|
|
32
|
-
|
|
29
|
+
disabled: boolean;
|
|
33
30
|
autoFocus: boolean;
|
|
34
31
|
}>;
|
|
35
32
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
/* empty css */import
|
|
3
|
-
// import "../../../SearchV4.
|
|
4
|
-
const
|
|
1
|
+
import o from "./SearchV4.vue2.js";
|
|
2
|
+
/* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../../SearchV4.vue_vue_type_style_index_0_scoped_215f0f29_lang.css"; //*');
|
|
4
|
+
const c = /* @__PURE__ */ e(o, [["__scopeId", "data-v-215f0f29"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
c as default
|
|
7
7
|
};
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import "../../../SearchV4.
|
|
2
|
-
import
|
|
1
|
+
import "../../../SearchV4.vue_vue_type_style_index_0_scoped_215f0f29_lang.css"; import { defineComponent as p, openBlock as V, createElementBlock as h, mergeProps as u, unref as e, createVNode as a, withCtx as x, withDirectives as I, createElementVNode as v, vShow as C } from "vue";
|
|
2
|
+
import c from "../../icon/v4/IconV4.vue.js";
|
|
3
3
|
import { SearchTestIdModifiers as d } from "../../../testids/index.js";
|
|
4
4
|
import { searchCommon as b } from "../common/Search.common.js";
|
|
5
|
-
import
|
|
6
|
-
import { useTestIdAttrs as
|
|
7
|
-
const
|
|
5
|
+
import B from "../../input/v4/TextField.vue.js";
|
|
6
|
+
import { useTestIdAttrs as g } from "../../../utils/testIds.js";
|
|
7
|
+
const T = /* @__PURE__ */ p({
|
|
8
8
|
__name: "SearchV4",
|
|
9
9
|
props: {
|
|
10
10
|
modelValue: null,
|
|
11
|
-
placeholder:
|
|
11
|
+
placeholder: null,
|
|
12
12
|
disabled: { type: Boolean, default: !1 },
|
|
13
13
|
testId: { default: "" },
|
|
14
14
|
autoFocus: { type: Boolean, default: !1 }
|
|
15
15
|
},
|
|
16
16
|
emits: ["update:modelValue"],
|
|
17
17
|
setup(t, { expose: f, emit: r }) {
|
|
18
|
-
const s = t, { inputRef: i, clearValue: n } = b(s, r),
|
|
18
|
+
const s = t, { inputRef: i, clearValue: n } = b(s, r), m = g(s.testId, d);
|
|
19
19
|
return f({
|
|
20
20
|
inputRef: i
|
|
21
|
-
}), (
|
|
22
|
-
a(e(
|
|
21
|
+
}), (k, o) => (V(), h("div", u({ class: "search-container" }, e(m)[e(d).CONTAINER]), [
|
|
22
|
+
a(e(B), {
|
|
23
23
|
ref_key: "inputRef",
|
|
24
24
|
ref: i,
|
|
25
25
|
"model-value": t.modelValue,
|
|
@@ -31,21 +31,20 @@ const S = /* @__PURE__ */ p({
|
|
|
31
31
|
"onUpdate:modelValue": o[0] || (o[0] = (l) => r("update:modelValue", l))
|
|
32
32
|
}, {
|
|
33
33
|
iconBefore: x(() => [
|
|
34
|
-
a(e(
|
|
34
|
+
a(e(c), {
|
|
35
35
|
name: "magnifying-glass",
|
|
36
36
|
size: "16px"
|
|
37
37
|
})
|
|
38
38
|
]),
|
|
39
39
|
_: 1
|
|
40
40
|
}, 8, ["model-value", "auto-focus", "placeholder", "disabled", "test-id"]),
|
|
41
|
-
I(v("div",
|
|
41
|
+
I(v("div", u({ class: "x-circle-wrapper" }, e(m)[e(d).CLEAR], {
|
|
42
42
|
onClick: o[1] || (o[1] = //@ts-ignore
|
|
43
43
|
(...l) => e(n) && e(n)(...l))
|
|
44
44
|
}), [
|
|
45
|
-
a(e(
|
|
45
|
+
a(e(c), {
|
|
46
46
|
name: "x-circle",
|
|
47
|
-
size: "16px"
|
|
48
|
-
type: "fill"
|
|
47
|
+
size: "16px"
|
|
49
48
|
})
|
|
50
49
|
], 16), [
|
|
51
50
|
[C, !!t.modelValue]
|
|
@@ -54,5 +53,5 @@ const S = /* @__PURE__ */ p({
|
|
|
54
53
|
}
|
|
55
54
|
});
|
|
56
55
|
export {
|
|
57
|
-
|
|
56
|
+
T as default
|
|
58
57
|
};
|