@ironsource/shared-ui 2.0.2-rc.3 → 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.
Files changed (112) hide show
  1. package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_28bb325a_lang.css +1 -0
  2. package/components/ThemeWrapper/index.d.ts +2 -2
  3. package/components/ThemeWrapper/index.js +4 -4
  4. package/components/appTrigger/AppTrigger.vue.d.ts +1 -1
  5. package/components/appTrigger/index.d.ts +20 -20
  6. package/components/banner/Banner.vue.d.ts +3 -3
  7. package/components/banner/index.d.ts +7 -7
  8. package/components/button/v3/Button.vue.d.ts +6 -6
  9. package/components/button/v3/ButtonBase.vue.d.ts +3 -3
  10. package/components/button/v3/ScrollButton.vue.d.ts +1 -1
  11. package/components/button/v3/index.d.ts +23 -23
  12. package/components/button/v4/ButtonV4.vue.d.ts +12 -12
  13. package/components/button/v4/IconButtonV4.vue.d.ts +8 -8
  14. package/components/button/v4/index.d.ts +116 -116
  15. package/components/checkbox/v3/index.d.ts +12 -12
  16. package/components/checkbox/v4/index.d.ts +12 -12
  17. package/components/chip/v3/Chip.vue.d.ts +1 -1
  18. package/components/chip/v3/index.d.ts +20 -20
  19. package/components/chip/v4/ChipV4.vue.d.ts +1 -1
  20. package/components/chip/v4/index.d.ts +20 -20
  21. package/components/dateRange/DateRange.vue.d.ts +1 -1
  22. package/components/dateRange/DateRangePicker.vue.d.ts +1 -1
  23. package/components/dateRange/index.d.ts +20 -20
  24. package/components/dialog/v3/Dialog.vue.d.ts +2 -2
  25. package/components/dialog/v3/index.d.ts +25 -25
  26. package/components/dialog/v4/DialogV4.vue.d.ts +2 -2
  27. package/components/dialog/v4/index.d.ts +25 -25
  28. package/components/dropdown/v3/Dropdown.vue.d.ts +6 -6
  29. package/components/dropdown/v3/Option.vue.d.ts +1 -1
  30. package/components/dropdown/v3/index.d.ts +111 -111
  31. package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +7 -7
  32. package/components/dropdown/v4/AppDropdownTrigger.vue.js +3 -3
  33. package/components/dropdown/v4/AppDropdownTrigger.vue2.js +6 -6
  34. package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +1 -1
  35. package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +13 -13
  36. package/components/dropdown/v4/DropdownV4.vue.d.ts +11 -11
  37. package/components/dropdown/v4/OptionV4.vue.d.ts +4 -4
  38. package/components/dropdown/v4/index.d.ts +325 -325
  39. package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
  40. package/components/emptyState/v3/index.d.ts +7 -7
  41. package/components/filterDropdown/FilterDropdown.vue.d.ts +1 -1
  42. package/components/filterDropdown/index.d.ts +9 -9
  43. package/components/icon/v4/IconV4.vue.d.ts +3 -3
  44. package/components/icon/v4/index.d.ts +7 -7
  45. package/components/includeExclude/IncludeExclude.vue.d.ts +3 -3
  46. package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +2 -2
  47. package/components/includeExclude/index.d.ts +101 -101
  48. package/components/input/v3/Input.vue.d.ts +2 -2
  49. package/components/input/v3/index.d.ts +69 -69
  50. package/components/input/v4/TextField.vue.d.ts +2 -2
  51. package/components/input/v4/index.d.ts +53 -53
  52. package/components/layout/FoldableSection.vue.d.ts +1 -1
  53. package/components/layout/index.d.ts +20 -20
  54. package/components/menu/Menu.vue.d.ts +1 -1
  55. package/components/menu/index.d.ts +20 -20
  56. package/components/multibar/MultiBar.vue.d.ts +1 -1
  57. package/components/multibar/index.d.ts +12 -12
  58. package/components/popover/Popover.vue.d.ts +5 -5
  59. package/components/popover/index.d.ts +58 -58
  60. package/components/radioButton/v3/RadioButton.vue.d.ts +1 -1
  61. package/components/radioButton/v3/RadioGroup.vue.d.ts +2 -2
  62. package/components/radioButton/v3/index.d.ts +42 -42
  63. package/components/radioButton/v4/RadioButtonV4.vue.d.ts +1 -1
  64. package/components/radioButton/v4/RadioGroupV4.vue.d.ts +2 -2
  65. package/components/radioButton/v4/index.d.ts +42 -42
  66. package/components/search/v3/Search.vue.d.ts +2 -2
  67. package/components/search/v3/index.d.ts +16 -16
  68. package/components/search/v4/SearchV4.vue.d.ts +1 -1
  69. package/components/search/v4/index.d.ts +9 -9
  70. package/components/shared/FieldHelpText.vue.d.ts +1 -1
  71. package/components/shared/FieldLabel.vue.d.ts +1 -1
  72. package/components/snackbar/common/snackbar.common.d.ts +1 -1
  73. package/components/snackbar/v3/Snackbar.vue.d.ts +6 -6
  74. package/components/snackbar/v4/SnackbarV4.vue.d.ts +43 -43
  75. package/components/table/common/Table.common.js +31 -31
  76. package/components/table/v3/index.d.ts +16 -16
  77. package/components/table/v4/index.d.ts +16 -16
  78. package/components/tabs/v3/Tabs.vue.d.ts +1 -1
  79. package/components/tabs/v3/index.d.ts +20 -20
  80. package/components/tabs/v4/TabsV4.vue.d.ts +1 -1
  81. package/components/tabs/v4/index.d.ts +20 -20
  82. package/components/textArea/TextArea.vue.d.ts +1 -1
  83. package/components/textArea/index.d.ts +9 -9
  84. package/components/toggle/v3/Toggle.vue.d.ts +1 -1
  85. package/components/toggle/v3/index.d.ts +9 -9
  86. package/components/toggle/v4/ToggleV4.vue.d.ts +7 -7
  87. package/components/toggle/v4/index.d.ts +34 -34
  88. package/components/tooltip/v3/Tooltip.vue.d.ts +4 -4
  89. package/components/tooltip/v3/index.d.ts +34 -34
  90. package/components/tooltip/v4/TooltipV4.vue.d.ts +4 -4
  91. package/components/tooltip/v4/index.d.ts +34 -34
  92. package/components/typography/Heading.vue.d.ts +1 -1
  93. package/components/typography/index.d.ts +20 -20
  94. package/composables/useStorage.js +9 -10
  95. package/index.d.ts +1641 -1833
  96. package/index.js +105 -109
  97. package/package.json +2 -10
  98. package/testids/index.d.ts +0 -8
  99. package/testids/index.js +11 -13
  100. package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_44158e5f_lang.css +0 -1
  101. package/AppHeader.vue_vue_type_style_index_0_scoped_5afbd3dd_lang.css +0 -1
  102. package/InlineCopy.vue_vue_type_style_index_0_scoped_39577dfc_lang.css +0 -1
  103. package/components/appHeader/AppHeader.vue.d.ts +0 -49
  104. package/components/appHeader/AppHeader.vue.js +0 -7
  105. package/components/appHeader/AppHeader.vue2.js +0 -58
  106. package/components/appHeader/index.d.ts +0 -61
  107. package/components/appHeader/index.js +0 -6
  108. package/components/inlineCopy/InlineCopy.vue.d.ts +0 -39
  109. package/components/inlineCopy/InlineCopy.vue.js +0 -7
  110. package/components/inlineCopy/InlineCopy.vue2.js +0 -60
  111. package/components/inlineCopy/index.d.ts +0 -39
  112. package/components/inlineCopy/index.js +0 -6
@@ -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: "change", ...args: any[]) => void) & ((event: "update:modelValue", ...args: any[]) => void);
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" | "disabled" | "row" | "testId">;
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: "change", ...args: any[]) => void) & ((event: "update:modelValue", ...args: any[]) => void);
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
- testId: {
15
- type: import("vue").PropType<string>;
16
- default: string;
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
- testId: {
44
- type: import("vue").PropType<string>;
45
- default: string;
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 };
@@ -25,8 +25,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
25
25
  }>>> & {
26
26
  "onUpdate:modelValue"?: (value: string | number) => any;
27
27
  }, {
28
- disabled: boolean;
29
28
  testId: string;
29
+ disabled: boolean;
30
30
  autoFocus: boolean;
31
31
  }>;
32
32
  export default _default;
@@ -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;
@@ -24,14 +24,14 @@ declare const SearchTypes: () => import("vue").DefineComponent<{
24
24
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
25
25
  "update:modelValue": (value: string | number) => void;
26
26
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
27
- disabled: {
28
- type: import("vue").PropType<boolean>;
29
- default: boolean;
30
- };
31
27
  testId: {
32
28
  type: import("vue").PropType<string>;
33
29
  default: string;
34
30
  };
31
+ disabled: {
32
+ type: import("vue").PropType<boolean>;
33
+ default: boolean;
34
+ };
35
35
  modelValue: {
36
36
  type: import("vue").PropType<string>;
37
37
  required: true;
@@ -47,8 +47,8 @@ declare const SearchTypes: () => import("vue").DefineComponent<{
47
47
  }>> & {
48
48
  "onUpdate:modelValue"?: (value: string | number) => any;
49
49
  }, {
50
- disabled: boolean;
51
50
  testId: string;
51
+ disabled: boolean;
52
52
  autoFocus: boolean;
53
53
  }>[];
54
54
  export { default as Search } from './SearchV4.vue';
@@ -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;
@@ -29,9 +29,9 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
29
29
  hoverHelpTextPlacement: string;
30
30
  }>>>, {
31
31
  label: string;
32
+ testId: string;
32
33
  disabled: boolean;
33
34
  mandatory: boolean;
34
- testId: string;
35
35
  hoverHelpText: string;
36
36
  hoverHelpTextPlacement: TooltipPositions;
37
37
  }>;
@@ -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<"left" | "right">;
4
+ horizontalClass: import("vue").ComputedRef<"right" | "left">;
5
5
  positionStyle: import("vue").ComputedRef<CSSProperties>;
6
6
  clearTimer: () => void;
7
7
  startTimer: () => void;
@@ -11,8 +11,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
11
11
  offset: number;
12
12
  onClick: () => void;
13
13
  onClose: () => void;
14
- type?: "info" | "success" | "error";
15
- position?: "top-right" | "top-left" | "bottom-right" | "bottom-left";
14
+ type?: "error" | "info" | "success";
15
+ position?: "bottom-right" | "bottom-left" | "top-right" | "top-left";
16
16
  showClose?: boolean;
17
17
  title?: string;
18
18
  zIndex?: number;
@@ -37,8 +37,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
37
37
  offset: number;
38
38
  onClick: () => void;
39
39
  onClose: () => void;
40
- type?: "info" | "success" | "error";
41
- position?: "top-right" | "top-left" | "bottom-right" | "bottom-left";
40
+ type?: "error" | "info" | "success";
41
+ position?: "bottom-right" | "bottom-left" | "top-right" | "top-left";
42
42
  showClose?: boolean;
43
43
  title?: string;
44
44
  zIndex?: number;
@@ -52,9 +52,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
52
52
  }>>> & {
53
53
  onDestroy?: (...args: any[]) => any;
54
54
  }, {
55
- type: "info" | "success" | "error";
55
+ type: "error" | "info" | "success";
56
56
  title: string;
57
- position: "top-right" | "top-left" | "bottom-right" | "bottom-left";
57
+ position: "bottom-right" | "bottom-left" | "top-right" | "top-left";
58
58
  zIndex: number;
59
59
  duration: number;
60
60
  showClose: boolean;
@@ -10,50 +10,50 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
10
10
  offset: number;
11
11
  onClick: () => void;
12
12
  onClose: () => void;
13
- type?: "info" | "success" | "error";
14
- position?: "top-right" | "top-left" | "bottom-right" | "bottom-left";
13
+ type?: "error" | "info" | "success";
14
+ position?: "bottom-right" | "bottom-left" | "top-right" | "top-left";
15
15
  showClose?: boolean;
16
16
  title?: string;
17
17
  zIndex?: number;
18
18
  actionButtons: (Partial<{
19
- disabled: boolean;
20
19
  size: "small" | "medium" | "large" | "extraLarge";
21
- color: "default" | "primary" | "danger" | "info" | "success" | "warning";
20
+ testId: string;
22
21
  variant: "text" | "contained" | "outlined";
23
- content: string;
24
22
  loading: boolean;
25
- testId: string;
23
+ content: string;
24
+ disabled: boolean;
25
+ color: "default" | "info" | "success" | "warning" | "primary" | "danger";
26
26
  startIconName: string;
27
27
  endIconName: string;
28
- startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
29
- endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
28
+ startIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
29
+ endIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
30
30
  }> & Omit<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<"small" | "medium" | "large" | "extraLarge">;
37
33
  default: string;
38
34
  };
39
- color: {
40
- type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
35
+ testId: {
36
+ type: import("vue").PropType<string>;
41
37
  default: string;
42
38
  };
43
39
  variant: {
44
40
  type: import("vue").PropType<"text" | "contained" | "outlined">;
45
41
  default: string;
46
42
  };
43
+ loading: {
44
+ type: import("vue").PropType<boolean>;
45
+ default: boolean;
46
+ };
47
47
  content: {
48
48
  type: import("vue").PropType<string>;
49
49
  default: string;
50
50
  };
51
- loading: {
51
+ disabled: {
52
52
  type: import("vue").PropType<boolean>;
53
53
  default: boolean;
54
54
  };
55
- testId: {
56
- type: import("vue").PropType<string>;
55
+ color: {
56
+ type: import("vue").PropType<"default" | "info" | "success" | "warning" | "primary" | "danger">;
57
57
  default: string;
58
58
  };
59
59
  startIconName: {
@@ -65,14 +65,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
65
65
  default: any;
66
66
  };
67
67
  startIconType: {
68
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
68
+ type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
69
69
  default: string;
70
70
  };
71
71
  endIconType: {
72
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
72
+ type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
73
73
  default: string;
74
74
  };
75
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "size" | "color" | "variant" | "content" | "loading" | "testId" | "startIconName" | "endIconName" | "startIconType" | "endIconType">)[];
75
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "size" | "testId" | "variant" | "loading" | "content" | "disabled" | "color" | "startIconName" | "endIconName" | "startIconType" | "endIconType">)[];
76
76
  testId: string;
77
77
  }>, {
78
78
  type: string;
@@ -95,50 +95,50 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
95
95
  offset: number;
96
96
  onClick: () => void;
97
97
  onClose: () => void;
98
- type?: "info" | "success" | "error";
99
- position?: "top-right" | "top-left" | "bottom-right" | "bottom-left";
98
+ type?: "error" | "info" | "success";
99
+ position?: "bottom-right" | "bottom-left" | "top-right" | "top-left";
100
100
  showClose?: boolean;
101
101
  title?: string;
102
102
  zIndex?: number;
103
103
  actionButtons: (Partial<{
104
- disabled: boolean;
105
104
  size: "small" | "medium" | "large" | "extraLarge";
106
- color: "default" | "primary" | "danger" | "info" | "success" | "warning";
105
+ testId: string;
107
106
  variant: "text" | "contained" | "outlined";
108
- content: string;
109
107
  loading: boolean;
110
- testId: string;
108
+ content: string;
109
+ disabled: boolean;
110
+ color: "default" | "info" | "success" | "warning" | "primary" | "danger";
111
111
  startIconName: string;
112
112
  endIconName: string;
113
- startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
114
- endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
113
+ startIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
114
+ endIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
115
115
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
116
- disabled: {
117
- type: import("vue").PropType<boolean>;
118
- default: boolean;
119
- };
120
116
  size: {
121
117
  type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
122
118
  default: string;
123
119
  };
124
- color: {
125
- type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
120
+ testId: {
121
+ type: import("vue").PropType<string>;
126
122
  default: string;
127
123
  };
128
124
  variant: {
129
125
  type: import("vue").PropType<"text" | "contained" | "outlined">;
130
126
  default: string;
131
127
  };
128
+ loading: {
129
+ type: import("vue").PropType<boolean>;
130
+ default: boolean;
131
+ };
132
132
  content: {
133
133
  type: import("vue").PropType<string>;
134
134
  default: string;
135
135
  };
136
- loading: {
136
+ disabled: {
137
137
  type: import("vue").PropType<boolean>;
138
138
  default: boolean;
139
139
  };
140
- testId: {
141
- type: import("vue").PropType<string>;
140
+ color: {
141
+ type: import("vue").PropType<"default" | "info" | "success" | "warning" | "primary" | "danger">;
142
142
  default: string;
143
143
  };
144
144
  startIconName: {
@@ -150,14 +150,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
150
150
  default: any;
151
151
  };
152
152
  startIconType: {
153
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
153
+ type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
154
154
  default: string;
155
155
  };
156
156
  endIconType: {
157
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
157
+ type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
158
158
  default: string;
159
159
  };
160
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "size" | "color" | "variant" | "content" | "loading" | "testId" | "startIconName" | "endIconName" | "startIconType" | "endIconType">)[];
160
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "size" | "testId" | "variant" | "loading" | "content" | "disabled" | "color" | "startIconName" | "endIconName" | "startIconType" | "endIconType">)[];
161
161
  testId: string;
162
162
  }>, {
163
163
  type: string;
@@ -170,11 +170,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
170
170
  }>>> & {
171
171
  onDestroy?: (...args: any[]) => any;
172
172
  }, {
173
- type: "info" | "success" | "error";
173
+ type: "error" | "info" | "success";
174
174
  title: string;
175
- position: "top-right" | "top-left" | "bottom-right" | "bottom-left";
176
- zIndex: number;
177
175
  testId: string;
176
+ position: "bottom-right" | "bottom-left" | "top-right" | "top-left";
177
+ zIndex: number;
178
178
  duration: number;
179
179
  showClose: boolean;
180
180
  }>, {