@ironsource/shared-ui 2.1.8-rc.3 → 2.1.8-rc.4
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/DataGrid.vue_vue_type_style_index_0_scoped_46d53424_lang.css +1 -0
- package/Typography.vue_vue_type_style_index_0_scoped_b00956b7_lang.css +1 -0
- package/components/alert/Alert.vue.d.ts +1 -1
- package/components/alert/index.d.ts +20 -20
- package/components/appHeader/AppHeader.vue.d.ts +1 -1
- package/components/appHeader/index.d.ts +9 -9
- package/components/appTrigger/AppTrigger.vue.d.ts +1 -1
- package/components/appTrigger/index.d.ts +20 -20
- package/components/autocomplete/Autocomplete.vue.d.ts +4 -4
- package/components/autocomplete/index.d.ts +27 -27
- package/components/button/v3/Button.vue.d.ts +1 -1
- package/components/button/v3/ScrollButton.vue.d.ts +1 -1
- package/components/button/v3/index.d.ts +28 -28
- package/components/button/v4/ButtonV4.vue.d.ts +1 -1
- package/components/button/v4/IconButtonV4.vue.d.ts +1 -1
- package/components/button/v4/index.d.ts +40 -40
- package/components/checkbox/v3/Checkbox.vue.d.ts +1 -1
- package/components/checkbox/v3/index.d.ts +20 -20
- package/components/checkbox/v4/CheckboxV4.vue.d.ts +1 -1
- package/components/checkbox/v4/index.d.ts +20 -20
- 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 +9 -9
- package/components/dateRange/common/DateRange.common.d.ts +1 -1
- package/components/dateRange/v3/DateRange.vue.d.ts +1 -1
- package/components/dateRange/v3/DateRangePicker.vue.d.ts +1 -1
- package/components/dateRange/v3/index.d.ts +20 -20
- package/components/dateRange/v4/DateRangePickerV4.vue.d.ts +1 -1
- package/components/dateRange/v4/DateRangeV4.vue.d.ts +1 -1
- package/components/dateRange/v4/index.d.ts +20 -20
- package/components/dialog/v3/Dialog.vue.d.ts +1 -1
- package/components/dialog/v3/index.d.ts +20 -20
- package/components/dialog/v4/DialogV4.vue.d.ts +1 -1
- package/components/dialog/v4/index.d.ts +20 -20
- package/components/dropdown/v3/Dropdown.vue.d.ts +5 -5
- package/components/dropdown/v3/index.d.ts +96 -96
- package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +1 -1
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +1 -1
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.d.ts +1 -1
- package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +1 -1
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +4 -4
- package/components/dropdown/v4/DropdownV4.vue.d.ts +5 -5
- package/components/dropdown/v4/OptionV4.vue.d.ts +3 -3
- package/components/dropdown/v4/TreeDropdown.vue.d.ts +1 -1
- package/components/dropdown/v4/index.d.ts +188 -188
- package/components/filterDropdown/FilterDropdown.vue.d.ts +1 -1
- package/components/filterDropdown/index.d.ts +9 -9
- package/components/forms/CardPanel.vue.d.ts +3 -3
- package/components/forms/FormRow.vue.d.ts +4 -4
- package/components/forms/index.d.ts +34 -34
- package/components/includeExclude/IncludeExclude.vue.d.ts +2 -2
- package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +2 -2
- package/components/includeExclude/index.d.ts +78 -78
- package/components/inlineCopy/InlineCopy.vue.d.ts +3 -3
- package/components/inlineCopy/index.d.ts +25 -25
- package/components/input/v3/Input.vue.d.ts +1 -1
- package/components/input/v3/index.d.ts +44 -44
- package/components/input/v4/TextField.vue.d.ts +1 -1
- package/components/input/v4/index.d.ts +34 -34
- package/components/layout/FoldableSection.vue.d.ts +1 -1
- package/components/layout/index.d.ts +20 -20
- 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/v3/Popover.vue.d.ts +4 -4
- package/components/popover/v3/index.d.ts +43 -43
- package/components/popover/v4/PopoverV4.vue.d.ts +4 -4
- package/components/popover/v4/index.d.ts +27 -27
- package/components/radioButton/v3/RadioGroup.vue.d.ts +1 -1
- package/components/radioButton/v3/index.d.ts +20 -20
- package/components/radioButton/v4/RadioGroupV4.vue.d.ts +1 -1
- package/components/radioButton/v4/index.d.ts +20 -20
- package/components/search/v3/Search.vue.d.ts +1 -1
- package/components/search/v3/index.d.ts +9 -9
- package/components/search/v4/SearchV4.vue.d.ts +1 -1
- package/components/search/v4/index.d.ts +9 -9
- 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/v4/SnackbarV4.vue.d.ts +13 -13
- package/components/switch/v3/Switch.vue.d.ts +1 -1
- package/components/switch/v3/index.d.ts +20 -20
- package/components/table/v3/index.d.ts +16 -16
- package/components/table/v4/DataGrid.vue.js +2 -2
- package/components/table/v4/DataGrid.vue2.js +6 -6
- 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/v3/TextArea.vue.d.ts +1 -1
- package/components/textArea/v3/index.d.ts +9 -9
- package/components/textArea/v4/TextAreaV4.vue.d.ts +1 -1
- package/components/textArea/v4/index.d.ts +12 -12
- package/components/toggle/v3/Toggle.vue.d.ts +1 -1
- package/components/toggle/v3/index.d.ts +5 -5
- package/components/toggle/v4/ToggleV4.vue.d.ts +4 -4
- package/components/toggle/v4/index.d.ts +27 -27
- 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 +5 -5
- package/components/tooltip/v4/index.d.ts +53 -53
- package/components/typography/Text.vue.d.ts +1 -1
- package/components/typography/index.d.ts +32 -32
- package/components/typography/v4/Typography.vue.d.ts +20 -0
- package/components/typography/v4/Typography.vue.js +3 -3
- package/components/typography/v4/Typography.vue2.js +40 -13
- package/components/typography/v4/index.d.ts +89 -13
- package/index.d.ts +1255 -1255
- package/package.json +1 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_7524407f_lang.css +0 -1
- package/Typography.vue_vue_type_style_index_0_scoped_4c2254ef_lang.css +0 -1
|
@@ -195,14 +195,18 @@ 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
|
+
testId: {
|
|
207
|
+
type: import("vue").PropType<string>;
|
|
208
|
+
default: string;
|
|
209
|
+
};
|
|
206
210
|
disabled: {
|
|
207
211
|
type: import("vue").PropType<boolean>;
|
|
208
212
|
default: boolean;
|
|
@@ -211,10 +215,6 @@ declare const RadioButtonTypes: () => (({
|
|
|
211
215
|
type: import("vue").PropType<boolean>;
|
|
212
216
|
default: boolean;
|
|
213
217
|
};
|
|
214
|
-
testId: {
|
|
215
|
-
type: import("vue").PropType<string>;
|
|
216
|
-
default: string;
|
|
217
|
-
};
|
|
218
218
|
modelValue: {
|
|
219
219
|
type: import("vue").PropType<string>;
|
|
220
220
|
required: true;
|
|
@@ -222,7 +222,7 @@ declare const RadioButtonTypes: () => (({
|
|
|
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
|
};
|
|
@@ -241,6 +241,10 @@ declare const RadioButtonTypes: () => (({
|
|
|
241
241
|
type: import("vue").PropType<string>;
|
|
242
242
|
default: string;
|
|
243
243
|
};
|
|
244
|
+
testId: {
|
|
245
|
+
type: import("vue").PropType<string>;
|
|
246
|
+
default: string;
|
|
247
|
+
};
|
|
244
248
|
disabled: {
|
|
245
249
|
type: import("vue").PropType<boolean>;
|
|
246
250
|
default: boolean;
|
|
@@ -249,10 +253,6 @@ declare const RadioButtonTypes: () => (({
|
|
|
249
253
|
type: import("vue").PropType<boolean>;
|
|
250
254
|
default: boolean;
|
|
251
255
|
};
|
|
252
|
-
testId: {
|
|
253
|
-
type: import("vue").PropType<string>;
|
|
254
|
-
default: string;
|
|
255
|
-
};
|
|
256
256
|
modelValue: {
|
|
257
257
|
type: import("vue").PropType<string>;
|
|
258
258
|
required: true;
|
|
@@ -265,9 +265,9 @@ declare const RadioButtonTypes: () => (({
|
|
|
265
265
|
"update:modelValue": (...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,6 +293,10 @@ declare const RadioButtonTypes: () => (({
|
|
|
293
293
|
type: import("vue").PropType<string>;
|
|
294
294
|
default: string;
|
|
295
295
|
};
|
|
296
|
+
testId: {
|
|
297
|
+
type: import("vue").PropType<string>;
|
|
298
|
+
default: string;
|
|
299
|
+
};
|
|
296
300
|
disabled: {
|
|
297
301
|
type: import("vue").PropType<boolean>;
|
|
298
302
|
default: boolean;
|
|
@@ -301,10 +305,6 @@ declare const RadioButtonTypes: () => (({
|
|
|
301
305
|
type: import("vue").PropType<boolean>;
|
|
302
306
|
default: boolean;
|
|
303
307
|
};
|
|
304
|
-
testId: {
|
|
305
|
-
type: import("vue").PropType<string>;
|
|
306
|
-
default: string;
|
|
307
|
-
};
|
|
308
308
|
modelValue: {
|
|
309
309
|
type: import("vue").PropType<string>;
|
|
310
310
|
required: true;
|
|
@@ -321,6 +321,10 @@ declare const RadioButtonTypes: () => (({
|
|
|
321
321
|
type: import("vue").PropType<string>;
|
|
322
322
|
default: string;
|
|
323
323
|
};
|
|
324
|
+
testId: {
|
|
325
|
+
type: import("vue").PropType<string>;
|
|
326
|
+
default: string;
|
|
327
|
+
};
|
|
324
328
|
disabled: {
|
|
325
329
|
type: import("vue").PropType<boolean>;
|
|
326
330
|
default: boolean;
|
|
@@ -329,10 +333,6 @@ declare const RadioButtonTypes: () => (({
|
|
|
329
333
|
type: import("vue").PropType<boolean>;
|
|
330
334
|
default: boolean;
|
|
331
335
|
};
|
|
332
|
-
testId: {
|
|
333
|
-
type: import("vue").PropType<string>;
|
|
334
|
-
default: string;
|
|
335
|
-
};
|
|
336
336
|
modelValue: {
|
|
337
337
|
type: import("vue").PropType<string>;
|
|
338
338
|
required: true;
|
|
@@ -345,9 +345,9 @@ declare const RadioButtonTypes: () => (({
|
|
|
345
345
|
"update:modelValue": (...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;
|
|
@@ -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
|
}>;
|
|
@@ -173,14 +173,18 @@ 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
|
+
testId: {
|
|
185
|
+
type: import("vue").PropType<string>;
|
|
186
|
+
default: string;
|
|
187
|
+
};
|
|
184
188
|
disabled: {
|
|
185
189
|
type: import("vue").PropType<boolean>;
|
|
186
190
|
default: boolean;
|
|
@@ -189,10 +193,6 @@ declare const RadioButtonTypes: () => (({
|
|
|
189
193
|
type: import("vue").PropType<boolean>;
|
|
190
194
|
default: boolean;
|
|
191
195
|
};
|
|
192
|
-
testId: {
|
|
193
|
-
type: import("vue").PropType<string>;
|
|
194
|
-
default: string;
|
|
195
|
-
};
|
|
196
196
|
modelValue: {
|
|
197
197
|
type: import("vue").PropType<string>;
|
|
198
198
|
required: true;
|
|
@@ -200,7 +200,7 @@ declare const RadioButtonTypes: () => (({
|
|
|
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
|
};
|
|
@@ -219,6 +219,10 @@ declare const RadioButtonTypes: () => (({
|
|
|
219
219
|
type: import("vue").PropType<string>;
|
|
220
220
|
default: string;
|
|
221
221
|
};
|
|
222
|
+
testId: {
|
|
223
|
+
type: import("vue").PropType<string>;
|
|
224
|
+
default: string;
|
|
225
|
+
};
|
|
222
226
|
disabled: {
|
|
223
227
|
type: import("vue").PropType<boolean>;
|
|
224
228
|
default: boolean;
|
|
@@ -227,10 +231,6 @@ declare const RadioButtonTypes: () => (({
|
|
|
227
231
|
type: import("vue").PropType<boolean>;
|
|
228
232
|
default: boolean;
|
|
229
233
|
};
|
|
230
|
-
testId: {
|
|
231
|
-
type: import("vue").PropType<string>;
|
|
232
|
-
default: string;
|
|
233
|
-
};
|
|
234
234
|
modelValue: {
|
|
235
235
|
type: import("vue").PropType<string>;
|
|
236
236
|
required: true;
|
|
@@ -243,9 +243,9 @@ declare const RadioButtonTypes: () => (({
|
|
|
243
243
|
"update:modelValue": (...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,6 +271,10 @@ declare const RadioButtonTypes: () => (({
|
|
|
271
271
|
type: import("vue").PropType<string>;
|
|
272
272
|
default: string;
|
|
273
273
|
};
|
|
274
|
+
testId: {
|
|
275
|
+
type: import("vue").PropType<string>;
|
|
276
|
+
default: string;
|
|
277
|
+
};
|
|
274
278
|
disabled: {
|
|
275
279
|
type: import("vue").PropType<boolean>;
|
|
276
280
|
default: boolean;
|
|
@@ -279,10 +283,6 @@ declare const RadioButtonTypes: () => (({
|
|
|
279
283
|
type: import("vue").PropType<boolean>;
|
|
280
284
|
default: boolean;
|
|
281
285
|
};
|
|
282
|
-
testId: {
|
|
283
|
-
type: import("vue").PropType<string>;
|
|
284
|
-
default: string;
|
|
285
|
-
};
|
|
286
286
|
modelValue: {
|
|
287
287
|
type: import("vue").PropType<string>;
|
|
288
288
|
required: true;
|
|
@@ -299,6 +299,10 @@ declare const RadioButtonTypes: () => (({
|
|
|
299
299
|
type: import("vue").PropType<string>;
|
|
300
300
|
default: string;
|
|
301
301
|
};
|
|
302
|
+
testId: {
|
|
303
|
+
type: import("vue").PropType<string>;
|
|
304
|
+
default: string;
|
|
305
|
+
};
|
|
302
306
|
disabled: {
|
|
303
307
|
type: import("vue").PropType<boolean>;
|
|
304
308
|
default: boolean;
|
|
@@ -307,10 +311,6 @@ declare const RadioButtonTypes: () => (({
|
|
|
307
311
|
type: import("vue").PropType<boolean>;
|
|
308
312
|
default: boolean;
|
|
309
313
|
};
|
|
310
|
-
testId: {
|
|
311
|
-
type: import("vue").PropType<string>;
|
|
312
|
-
default: string;
|
|
313
|
-
};
|
|
314
314
|
modelValue: {
|
|
315
315
|
type: import("vue").PropType<string>;
|
|
316
316
|
required: true;
|
|
@@ -323,9 +323,9 @@ declare const RadioButtonTypes: () => (({
|
|
|
323
323
|
"update:modelValue": (...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
|
+
testId: string;
|
|
32
33
|
variant: 'default' | 'inline-table' | 'transparent';
|
|
33
34
|
disabled: boolean;
|
|
34
35
|
size: 'sm' | 'md';
|
|
35
|
-
testId: string;
|
|
36
36
|
}>;
|
|
37
37
|
export default _default;
|
|
38
38
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
declare const SearchTypes: () => import("vue").DefineComponent<{
|
|
2
|
+
testId: {
|
|
3
|
+
type: import("vue").PropType<string>;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
2
6
|
variant: {
|
|
3
7
|
type: import("vue").PropType<"default" | "transparent" | "inline-table">;
|
|
4
8
|
default: string;
|
|
@@ -11,10 +15,6 @@ declare const SearchTypes: () => import("vue").DefineComponent<{
|
|
|
11
15
|
type: import("vue").PropType<"sm" | "md">;
|
|
12
16
|
default: string;
|
|
13
17
|
};
|
|
14
|
-
testId: {
|
|
15
|
-
type: import("vue").PropType<string>;
|
|
16
|
-
default: string;
|
|
17
|
-
};
|
|
18
18
|
modelValue: {
|
|
19
19
|
type: import("vue").PropType<string>;
|
|
20
20
|
required: true;
|
|
@@ -28,6 +28,10 @@ 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
|
+
testId: {
|
|
32
|
+
type: import("vue").PropType<string>;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
31
35
|
variant: {
|
|
32
36
|
type: import("vue").PropType<"default" | "transparent" | "inline-table">;
|
|
33
37
|
default: string;
|
|
@@ -40,10 +44,6 @@ declare const SearchTypes: () => import("vue").DefineComponent<{
|
|
|
40
44
|
type: import("vue").PropType<"sm" | "md">;
|
|
41
45
|
default: string;
|
|
42
46
|
};
|
|
43
|
-
testId: {
|
|
44
|
-
type: import("vue").PropType<string>;
|
|
45
|
-
default: string;
|
|
46
|
-
};
|
|
47
47
|
modelValue: {
|
|
48
48
|
type: import("vue").PropType<string>;
|
|
49
49
|
required: true;
|
|
@@ -55,10 +55,10 @@ declare const SearchTypes: () => import("vue").DefineComponent<{
|
|
|
55
55
|
}>> & {
|
|
56
56
|
"onUpdate:modelValue"?: (value: string) => any;
|
|
57
57
|
}, {
|
|
58
|
+
testId: string;
|
|
58
59
|
variant: "default" | "transparent" | "inline-table";
|
|
59
60
|
disabled: boolean;
|
|
60
61
|
size: "sm" | "md";
|
|
61
|
-
testId: string;
|
|
62
62
|
}>[];
|
|
63
63
|
export { default as Search } from './Search.vue';
|
|
64
64
|
export { SearchTypes };
|
|
@@ -29,8 +29,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
29
29
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
30
30
|
onOnClear?: () => any;
|
|
31
31
|
}, {
|
|
32
|
-
disabled: boolean;
|
|
33
32
|
testId: string;
|
|
33
|
+
disabled: boolean;
|
|
34
34
|
placeholder: string;
|
|
35
35
|
autoFocus: boolean;
|
|
36
36
|
}>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
declare const SearchTypes: () => import("vue").DefineComponent<{
|
|
2
|
-
disabled: {
|
|
3
|
-
type: import("vue").PropType<boolean>;
|
|
4
|
-
default: boolean;
|
|
5
|
-
};
|
|
6
2
|
testId: {
|
|
7
3
|
type: import("vue").PropType<string>;
|
|
8
4
|
default: string;
|
|
9
5
|
};
|
|
6
|
+
disabled: {
|
|
7
|
+
type: import("vue").PropType<boolean>;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
10
|
modelValue: {
|
|
11
11
|
type: import("vue").PropType<string>;
|
|
12
12
|
required: true;
|
|
@@ -25,14 +25,14 @@ declare const SearchTypes: () => import("vue").DefineComponent<{
|
|
|
25
25
|
"update:modelValue": (value: string | number) => void;
|
|
26
26
|
onClear: () => void;
|
|
27
27
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
28
|
-
disabled: {
|
|
29
|
-
type: import("vue").PropType<boolean>;
|
|
30
|
-
default: boolean;
|
|
31
|
-
};
|
|
32
28
|
testId: {
|
|
33
29
|
type: import("vue").PropType<string>;
|
|
34
30
|
default: string;
|
|
35
31
|
};
|
|
32
|
+
disabled: {
|
|
33
|
+
type: import("vue").PropType<boolean>;
|
|
34
|
+
default: boolean;
|
|
35
|
+
};
|
|
36
36
|
modelValue: {
|
|
37
37
|
type: import("vue").PropType<string>;
|
|
38
38
|
required: true;
|
|
@@ -49,8 +49,8 @@ declare const SearchTypes: () => import("vue").DefineComponent<{
|
|
|
49
49
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
50
50
|
onOnClear?: () => any;
|
|
51
51
|
}, {
|
|
52
|
-
disabled: boolean;
|
|
53
52
|
testId: string;
|
|
53
|
+
disabled: boolean;
|
|
54
54
|
placeholder: string;
|
|
55
55
|
autoFocus: boolean;
|
|
56
56
|
}>[];
|
|
@@ -21,8 +21,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
21
21
|
showIcon: boolean;
|
|
22
22
|
}>>>, {
|
|
23
23
|
text: string;
|
|
24
|
-
variant: FeedbackVariant;
|
|
25
24
|
testId: string;
|
|
25
|
+
variant: FeedbackVariant;
|
|
26
26
|
showIcon: boolean;
|
|
27
27
|
}>;
|
|
28
28
|
export default _default;
|
|
@@ -33,9 +33,9 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
33
33
|
hoverHelpTextPlacement: string;
|
|
34
34
|
}>>>, {
|
|
35
35
|
label: string;
|
|
36
|
+
testId: string;
|
|
36
37
|
disabled: boolean;
|
|
37
38
|
mandatory: boolean;
|
|
38
|
-
testId: string;
|
|
39
39
|
description: string;
|
|
40
40
|
hoverHelpText: string;
|
|
41
41
|
hoverHelpTextPlacement: TooltipPositions;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { CSSProperties } from 'vue';
|
|
2
2
|
export declare const snackbarCommon: (props: any) => {
|
|
3
3
|
visible: import("vue").Ref<boolean>;
|
|
4
|
-
horizontalClass: import("vue").ComputedRef<"
|
|
4
|
+
horizontalClass: import("vue").ComputedRef<"right" | "left">;
|
|
5
5
|
positionStyle: import("vue").ComputedRef<CSSProperties>;
|
|
6
6
|
clearTimer: () => void;
|
|
7
7
|
startTimer: () => void;
|
|
@@ -16,18 +16,22 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
16
16
|
title?: string;
|
|
17
17
|
zIndex?: number;
|
|
18
18
|
actionButtons: (Partial<{
|
|
19
|
+
testId: string;
|
|
19
20
|
variant: "text" | "contained" | "outlined";
|
|
20
21
|
disabled: boolean;
|
|
21
22
|
color: "default" | "primary" | "danger" | "info" | "success" | "warning";
|
|
22
23
|
size: "small" | "medium" | "large" | "extraLarge";
|
|
23
24
|
content: string;
|
|
24
25
|
loading: boolean;
|
|
25
|
-
testId: string;
|
|
26
26
|
startIconName: string;
|
|
27
27
|
endIconName: string;
|
|
28
28
|
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
29
29
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
30
30
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
31
|
+
testId: {
|
|
32
|
+
type: import("vue").PropType<string>;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
31
35
|
variant: {
|
|
32
36
|
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
33
37
|
default: string;
|
|
@@ -52,10 +56,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
52
56
|
type: import("vue").PropType<boolean>;
|
|
53
57
|
default: boolean;
|
|
54
58
|
};
|
|
55
|
-
testId: {
|
|
56
|
-
type: import("vue").PropType<string>;
|
|
57
|
-
default: string;
|
|
58
|
-
};
|
|
59
59
|
startIconName: {
|
|
60
60
|
type: import("vue").PropType<string>;
|
|
61
61
|
default: any;
|
|
@@ -72,7 +72,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
72
72
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
73
73
|
default: string;
|
|
74
74
|
};
|
|
75
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "disabled" | "color" | "size" | "content" | "loading" | "
|
|
75
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "variant" | "disabled" | "color" | "size" | "content" | "loading" | "startIconName" | "endIconName" | "startIconType" | "endIconType">)[];
|
|
76
76
|
testId: string;
|
|
77
77
|
}>, {
|
|
78
78
|
type: string;
|
|
@@ -101,18 +101,22 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
101
101
|
title?: string;
|
|
102
102
|
zIndex?: number;
|
|
103
103
|
actionButtons: (Partial<{
|
|
104
|
+
testId: string;
|
|
104
105
|
variant: "text" | "contained" | "outlined";
|
|
105
106
|
disabled: boolean;
|
|
106
107
|
color: "default" | "primary" | "danger" | "info" | "success" | "warning";
|
|
107
108
|
size: "small" | "medium" | "large" | "extraLarge";
|
|
108
109
|
content: string;
|
|
109
110
|
loading: boolean;
|
|
110
|
-
testId: string;
|
|
111
111
|
startIconName: string;
|
|
112
112
|
endIconName: string;
|
|
113
113
|
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
114
114
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
115
115
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
116
|
+
testId: {
|
|
117
|
+
type: import("vue").PropType<string>;
|
|
118
|
+
default: string;
|
|
119
|
+
};
|
|
116
120
|
variant: {
|
|
117
121
|
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
118
122
|
default: string;
|
|
@@ -137,10 +141,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
137
141
|
type: import("vue").PropType<boolean>;
|
|
138
142
|
default: boolean;
|
|
139
143
|
};
|
|
140
|
-
testId: {
|
|
141
|
-
type: import("vue").PropType<string>;
|
|
142
|
-
default: string;
|
|
143
|
-
};
|
|
144
144
|
startIconName: {
|
|
145
145
|
type: import("vue").PropType<string>;
|
|
146
146
|
default: any;
|
|
@@ -157,7 +157,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
157
157
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
158
158
|
default: string;
|
|
159
159
|
};
|
|
160
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "disabled" | "color" | "size" | "content" | "loading" | "
|
|
160
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "variant" | "disabled" | "color" | "size" | "content" | "loading" | "startIconName" | "endIconName" | "startIconType" | "endIconType">)[];
|
|
161
161
|
testId: string;
|
|
162
162
|
}>, {
|
|
163
163
|
type: string;
|
|
@@ -172,9 +172,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
172
172
|
}, {
|
|
173
173
|
type: "info" | "success" | "error";
|
|
174
174
|
title: string;
|
|
175
|
+
testId: string;
|
|
175
176
|
position: "top-right" | "top-left" | "bottom-right" | "bottom-left";
|
|
176
177
|
zIndex: number;
|
|
177
|
-
testId: string;
|
|
178
178
|
duration: number;
|
|
179
179
|
showClose: boolean;
|
|
180
180
|
}>, {
|
|
@@ -19,8 +19,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
19
19
|
}>>> & {
|
|
20
20
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
21
21
|
}, {
|
|
22
|
-
size: "sm" | "lg";
|
|
23
22
|
testId: string;
|
|
23
|
+
size: "sm" | "lg";
|
|
24
24
|
}>, {
|
|
25
25
|
default?(_: {
|
|
26
26
|
option: string;
|
|
@@ -3,17 +3,17 @@ declare const SwitchTypes: () => ({
|
|
|
3
3
|
$: import("vue").ComponentInternalInstance;
|
|
4
4
|
$data: {};
|
|
5
5
|
$props: Partial<{
|
|
6
|
-
size: "sm" | "lg";
|
|
7
6
|
testId: string;
|
|
7
|
+
size: "sm" | "lg";
|
|
8
8
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
-
size: {
|
|
10
|
-
type: import("vue").PropType<"sm" | "lg">;
|
|
11
|
-
default: string;
|
|
12
|
-
};
|
|
13
9
|
testId: {
|
|
14
10
|
type: import("vue").PropType<string>;
|
|
15
11
|
default: string;
|
|
16
12
|
};
|
|
13
|
+
size: {
|
|
14
|
+
type: import("vue").PropType<"sm" | "lg">;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
17
|
options: {
|
|
18
18
|
type: import("vue").PropType<string[]>;
|
|
19
19
|
required: true;
|
|
@@ -24,7 +24,7 @@ declare const SwitchTypes: () => ({
|
|
|
24
24
|
};
|
|
25
25
|
}>> & {
|
|
26
26
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
27
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
27
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "size">;
|
|
28
28
|
$attrs: {
|
|
29
29
|
[x: string]: unknown;
|
|
30
30
|
};
|
|
@@ -39,14 +39,14 @@ declare const SwitchTypes: () => ({
|
|
|
39
39
|
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
40
40
|
$el: any;
|
|
41
41
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
42
|
-
size: {
|
|
43
|
-
type: import("vue").PropType<"sm" | "lg">;
|
|
44
|
-
default: string;
|
|
45
|
-
};
|
|
46
42
|
testId: {
|
|
47
43
|
type: import("vue").PropType<string>;
|
|
48
44
|
default: string;
|
|
49
45
|
};
|
|
46
|
+
size: {
|
|
47
|
+
type: import("vue").PropType<"sm" | "lg">;
|
|
48
|
+
default: string;
|
|
49
|
+
};
|
|
50
50
|
options: {
|
|
51
51
|
type: import("vue").PropType<string[]>;
|
|
52
52
|
required: true;
|
|
@@ -60,8 +60,8 @@ declare const SwitchTypes: () => ({
|
|
|
60
60
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
61
61
|
"update:modelValue": (...args: any[]) => void;
|
|
62
62
|
}, string, {
|
|
63
|
-
size: "sm" | "lg";
|
|
64
63
|
testId: string;
|
|
64
|
+
size: "sm" | "lg";
|
|
65
65
|
}, {}, string> & {
|
|
66
66
|
beforeCreate?: (() => void) | (() => void)[];
|
|
67
67
|
created?: (() => void) | (() => void)[];
|
|
@@ -83,14 +83,14 @@ declare const SwitchTypes: () => ({
|
|
|
83
83
|
$nextTick: typeof import("vue").nextTick;
|
|
84
84
|
$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;
|
|
85
85
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
86
|
-
size: {
|
|
87
|
-
type: import("vue").PropType<"sm" | "lg">;
|
|
88
|
-
default: string;
|
|
89
|
-
};
|
|
90
86
|
testId: {
|
|
91
87
|
type: import("vue").PropType<string>;
|
|
92
88
|
default: string;
|
|
93
89
|
};
|
|
90
|
+
size: {
|
|
91
|
+
type: import("vue").PropType<"sm" | "lg">;
|
|
92
|
+
default: string;
|
|
93
|
+
};
|
|
94
94
|
options: {
|
|
95
95
|
type: import("vue").PropType<string[]>;
|
|
96
96
|
required: true;
|
|
@@ -106,14 +106,14 @@ declare const SwitchTypes: () => ({
|
|
|
106
106
|
__isTeleport?: never;
|
|
107
107
|
__isSuspense?: never;
|
|
108
108
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
109
|
-
size: {
|
|
110
|
-
type: import("vue").PropType<"sm" | "lg">;
|
|
111
|
-
default: string;
|
|
112
|
-
};
|
|
113
109
|
testId: {
|
|
114
110
|
type: import("vue").PropType<string>;
|
|
115
111
|
default: string;
|
|
116
112
|
};
|
|
113
|
+
size: {
|
|
114
|
+
type: import("vue").PropType<"sm" | "lg">;
|
|
115
|
+
default: string;
|
|
116
|
+
};
|
|
117
117
|
options: {
|
|
118
118
|
type: import("vue").PropType<string[]>;
|
|
119
119
|
required: true;
|
|
@@ -127,8 +127,8 @@ declare const SwitchTypes: () => ({
|
|
|
127
127
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
128
128
|
"update:modelValue": (...args: any[]) => void;
|
|
129
129
|
}, string, {
|
|
130
|
-
size: "sm" | "lg";
|
|
131
130
|
testId: string;
|
|
131
|
+
size: "sm" | "lg";
|
|
132
132
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
133
133
|
$slots: {
|
|
134
134
|
default?(_: {
|