@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.
Files changed (147) hide show
  1. package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_28bb325a_lang.css +1 -0
  2. package/ButtonV4.vue_vue_type_style_index_0_scoped_cca772e9_lang.css +1 -0
  3. package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_e5202bb9_lang.css +1 -0
  4. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_c6156fa0_lang.css +1 -0
  5. package/OptionV4.vue_vue_type_style_index_0_scoped_17d78416_lang.css +1 -0
  6. package/SearchV4.vue_vue_type_style_index_0_scoped_215f0f29_lang.css +1 -0
  7. package/SnackbarV4.vue_vue_type_style_index_0_scoped_48311746_lang.css +1 -0
  8. package/TooltipV4.vue_vue_type_style_index_0_scoped_cde15298_lang.css +1 -0
  9. package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
  10. package/components/ThemeWrapper/index.d.ts +2 -2
  11. package/components/ThemeWrapper/index.js +4 -4
  12. package/components/appTrigger/AppTrigger.vue.d.ts +1 -1
  13. package/components/appTrigger/index.d.ts +20 -20
  14. package/components/banner/Banner.vue.d.ts +3 -3
  15. package/components/banner/index.d.ts +7 -7
  16. package/components/button/v3/Button.vue.d.ts +6 -6
  17. package/components/button/v3/ButtonBase.vue.d.ts +3 -3
  18. package/components/button/v3/ScrollButton.vue.d.ts +1 -1
  19. package/components/button/v3/index.d.ts +23 -23
  20. package/components/button/v4/ButtonV4.vue.d.ts +12 -12
  21. package/components/button/v4/ButtonV4.vue.js +3 -3
  22. package/components/button/v4/ButtonV4.vue2.js +1 -1
  23. package/components/button/v4/IconButtonV4.vue.d.ts +8 -8
  24. package/components/button/v4/index.d.ts +116 -116
  25. package/components/checkbox/v3/index.d.ts +12 -12
  26. package/components/checkbox/v4/index.d.ts +12 -12
  27. package/components/chip/v3/Chip.vue.d.ts +1 -1
  28. package/components/chip/v3/index.d.ts +20 -20
  29. package/components/chip/v4/ChipV4.vue.d.ts +1 -1
  30. package/components/chip/v4/index.d.ts +20 -20
  31. package/components/dateRange/DateRange.vue.d.ts +1 -1
  32. package/components/dateRange/DateRangePicker.vue.d.ts +1 -1
  33. package/components/dateRange/index.d.ts +20 -20
  34. package/components/dialog/v3/Dialog.vue.d.ts +2 -2
  35. package/components/dialog/v3/index.d.ts +25 -25
  36. package/components/dialog/v4/DialogV4.vue.d.ts +2 -2
  37. package/components/dialog/v4/index.d.ts +25 -25
  38. package/components/dropdown/v3/Dropdown.vue.d.ts +6 -6
  39. package/components/dropdown/v3/Option.vue.d.ts +1 -1
  40. package/components/dropdown/v3/index.d.ts +111 -111
  41. package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +7 -7
  42. package/components/dropdown/v4/AppDropdownTrigger.vue.js +2 -2
  43. package/components/dropdown/v4/AppDropdownTrigger.vue2.js +22 -25
  44. package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +1 -1
  45. package/components/dropdown/v4/ChipDropdownTrigger.vue.js +2 -2
  46. package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +1 -1
  47. package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +13 -13
  48. package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +3 -3
  49. package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +20 -22
  50. package/components/dropdown/v4/DropdownV4.vue.d.ts +11 -11
  51. package/components/dropdown/v4/OptionV4.vue.d.ts +6 -6
  52. package/components/dropdown/v4/OptionV4.vue.js +2 -2
  53. package/components/dropdown/v4/OptionV4.vue2.js +17 -17
  54. package/components/dropdown/v4/index.d.ts +331 -331
  55. package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
  56. package/components/emptyState/v3/index.d.ts +7 -7
  57. package/components/filterDropdown/FilterDropdown.vue.d.ts +1 -1
  58. package/components/filterDropdown/index.d.ts +9 -9
  59. package/components/icon/v4/IconV4.vue.d.ts +3 -3
  60. package/components/icon/v4/index.d.ts +7 -7
  61. package/components/includeExclude/IncludeExclude.vue.d.ts +3 -3
  62. package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +2 -2
  63. package/components/includeExclude/index.d.ts +101 -101
  64. package/components/input/v3/Input.vue.d.ts +2 -2
  65. package/components/input/v3/index.d.ts +69 -69
  66. package/components/input/v4/TextField.vue.d.ts +2 -2
  67. package/components/input/v4/index.d.ts +53 -53
  68. package/components/layout/FoldableSection.vue.d.ts +1 -1
  69. package/components/layout/index.d.ts +21 -136
  70. package/components/layout/index.js +2 -4
  71. package/components/menu/Menu.vue.d.ts +1 -1
  72. package/components/menu/index.d.ts +20 -20
  73. package/components/multibar/MultiBar.vue.d.ts +1 -1
  74. package/components/multibar/index.d.ts +12 -12
  75. package/components/popover/Popover.vue.d.ts +5 -5
  76. package/components/popover/index.d.ts +58 -58
  77. package/components/radioButton/v3/RadioButton.vue.d.ts +1 -1
  78. package/components/radioButton/v3/RadioGroup.vue.d.ts +2 -2
  79. package/components/radioButton/v3/index.d.ts +42 -42
  80. package/components/radioButton/v4/RadioButtonV4.vue.d.ts +1 -1
  81. package/components/radioButton/v4/RadioGroupV4.vue.d.ts +2 -2
  82. package/components/radioButton/v4/index.d.ts +42 -42
  83. package/components/search/v3/Search.vue.d.ts +2 -2
  84. package/components/search/v3/index.d.ts +16 -16
  85. package/components/search/v4/SearchV4.vue.d.ts +1 -4
  86. package/components/search/v4/SearchV4.vue.js +5 -5
  87. package/components/search/v4/SearchV4.vue2.js +14 -15
  88. package/components/search/v4/index.d.ts +9 -12
  89. package/components/shared/FieldHelpText.vue.d.ts +1 -1
  90. package/components/shared/FieldLabel.vue.d.ts +1 -1
  91. package/components/snackbar/common/snackbar.common.d.ts +1 -1
  92. package/components/snackbar/v3/Snackbar.vue.d.ts +6 -6
  93. package/components/snackbar/v4/SnackbarV4.vue.d.ts +43 -43
  94. package/components/snackbar/v4/SnackbarV4.vue.js +5 -5
  95. package/components/snackbar/v4/SnackbarV4.vue2.js +6 -7
  96. package/components/table/common/Table.common.js +31 -31
  97. package/components/table/v3/index.d.ts +16 -16
  98. package/components/table/v4/index.d.ts +16 -16
  99. package/components/tabs/v3/Tabs.vue.d.ts +1 -1
  100. package/components/tabs/v3/index.d.ts +20 -20
  101. package/components/tabs/v4/TabsV4.vue.d.ts +1 -1
  102. package/components/tabs/v4/index.d.ts +20 -20
  103. package/components/textArea/TextArea.vue.d.ts +1 -1
  104. package/components/textArea/index.d.ts +9 -9
  105. package/components/toggle/v3/Toggle.vue.d.ts +1 -1
  106. package/components/toggle/v3/index.d.ts +9 -9
  107. package/components/toggle/v4/ToggleV4.vue.d.ts +7 -7
  108. package/components/toggle/v4/index.d.ts +34 -34
  109. package/components/tooltip/v3/Tooltip.vue.d.ts +4 -4
  110. package/components/tooltip/v3/index.d.ts +34 -34
  111. package/components/tooltip/v4/TooltipV4.vue.d.ts +4 -4
  112. package/components/tooltip/v4/TooltipV4.vue.js +2 -2
  113. package/components/tooltip/v4/TooltipV4.vue2.js +1 -1
  114. package/components/tooltip/v4/index.d.ts +34 -34
  115. package/components/typography/Heading.vue.d.ts +1 -1
  116. package/components/typography/index.d.ts +20 -20
  117. package/composables/useStorage.js +9 -10
  118. package/index.d.ts +1650 -1848
  119. package/index.js +112 -118
  120. package/package.json +2 -10
  121. package/testids/index.d.ts +0 -8
  122. package/testids/index.js +11 -13
  123. package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_a64a46d0_lang.css +0 -1
  124. package/AppHeader.vue_vue_type_style_index_0_scoped_5afbd3dd_lang.css +0 -1
  125. package/ButtonV4.vue_vue_type_style_index_0_scoped_38c0ed72_lang.css +0 -1
  126. package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_c38e97df_lang.css +0 -1
  127. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_06dcfe6d_lang.css +0 -1
  128. package/FormRow.vue_vue_type_style_index_0_scoped_54a11bf8_lang.css +0 -1
  129. package/InlineCopy.vue_vue_type_style_index_0_scoped_39577dfc_lang.css +0 -1
  130. package/OptionV4.vue_vue_type_style_index_0_scoped_d2743070_lang.css +0 -1
  131. package/SearchV4.vue_vue_type_style_index_0_scoped_1330ea8b_lang.css +0 -1
  132. package/SnackbarV4.vue_vue_type_style_index_0_scoped_49c5ccea_lang.css +0 -1
  133. package/TooltipV4.vue_vue_type_style_index_0_scoped_58a19def_lang.css +0 -1
  134. package/components/appHeader/AppHeader.vue.d.ts +0 -49
  135. package/components/appHeader/AppHeader.vue.js +0 -7
  136. package/components/appHeader/AppHeader.vue2.js +0 -58
  137. package/components/appHeader/index.d.ts +0 -61
  138. package/components/appHeader/index.js +0 -6
  139. package/components/inlineCopy/InlineCopy.vue.d.ts +0 -39
  140. package/components/inlineCopy/InlineCopy.vue.js +0 -7
  141. package/components/inlineCopy/InlineCopy.vue2.js +0 -60
  142. package/components/inlineCopy/index.d.ts +0 -39
  143. package/components/inlineCopy/index.js +0 -6
  144. package/components/layout/FormRow.vue.d.ts +0 -46
  145. package/components/layout/FormRow.vue.js +0 -7
  146. package/components/layout/FormRow.vue2.js +0 -43
  147. package/mocks/optionsWithIcons.d.ts +0 -5
@@ -1,8 +1,8 @@
1
1
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
2
  variant?: "default" | "outlined";
3
- color?: "default" | "primary" | "error";
3
+ color?: "default" | "error" | "primary";
4
4
  size?: "small" | "medium" | "large" | "extraLarge";
5
- type?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
5
+ type?: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
6
6
  iconName?: string;
7
7
  disabled?: boolean;
8
8
  testId?: string;
@@ -16,9 +16,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
16
16
  type: string;
17
17
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
18
18
  variant?: "default" | "outlined";
19
- color?: "default" | "primary" | "error";
19
+ color?: "default" | "error" | "primary";
20
20
  size?: "small" | "medium" | "large" | "extraLarge";
21
- type?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
21
+ type?: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
22
22
  iconName?: string;
23
23
  disabled?: boolean;
24
24
  testId?: string;
@@ -31,13 +31,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
31
31
  iconName: string;
32
32
  type: string;
33
33
  }>>>, {
34
- type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
35
- disabled: boolean;
34
+ type: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
36
35
  size: "small" | "medium" | "large" | "extraLarge";
37
- color: "default" | "primary" | "error";
38
- variant: "default" | "outlined";
39
36
  testId: string;
37
+ variant: "default" | "outlined";
38
+ disabled: boolean;
40
39
  iconName: string;
40
+ color: "default" | "error" | "primary";
41
41
  }>, {
42
42
  default?(_: {}): any;
43
43
  }>;
@@ -5,44 +5,44 @@ declare const ButtonTypes: () => (({
5
5
  $: import("vue").ComponentInternalInstance;
6
6
  $data: {};
7
7
  $props: Partial<{
8
- disabled: boolean;
9
8
  size: "small" | "medium" | "large" | "extraLarge";
10
- color: "default" | "primary" | "danger" | "info" | "success" | "warning";
9
+ testId: string;
11
10
  variant: "text" | "contained" | "outlined";
12
- content: string;
13
11
  loading: boolean;
14
- testId: string;
12
+ content: string;
13
+ disabled: boolean;
14
+ color: "default" | "info" | "success" | "warning" | "primary" | "danger";
15
15
  startIconName: string;
16
16
  endIconName: string;
17
- startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
18
- endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
17
+ startIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
18
+ endIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
19
19
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
20
- disabled: {
21
- type: import("vue").PropType<boolean>;
22
- default: boolean;
23
- };
24
20
  size: {
25
21
  type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
26
22
  default: string;
27
23
  };
28
- color: {
29
- type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
24
+ testId: {
25
+ type: import("vue").PropType<string>;
30
26
  default: string;
31
27
  };
32
28
  variant: {
33
29
  type: import("vue").PropType<"text" | "contained" | "outlined">;
34
30
  default: string;
35
31
  };
32
+ loading: {
33
+ type: import("vue").PropType<boolean>;
34
+ default: boolean;
35
+ };
36
36
  content: {
37
37
  type: import("vue").PropType<string>;
38
38
  default: string;
39
39
  };
40
- loading: {
40
+ disabled: {
41
41
  type: import("vue").PropType<boolean>;
42
42
  default: boolean;
43
43
  };
44
- testId: {
45
- type: import("vue").PropType<string>;
44
+ color: {
45
+ type: import("vue").PropType<"default" | "info" | "success" | "warning" | "primary" | "danger">;
46
46
  default: string;
47
47
  };
48
48
  startIconName: {
@@ -54,14 +54,14 @@ declare const ButtonTypes: () => (({
54
54
  default: any;
55
55
  };
56
56
  startIconType: {
57
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
57
+ type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
58
58
  default: string;
59
59
  };
60
60
  endIconType: {
61
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
61
+ type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
62
62
  default: string;
63
63
  };
64
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "size" | "color" | "variant" | "content" | "loading" | "testId" | "startIconName" | "endIconName" | "startIconType" | "endIconType">;
64
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "size" | "testId" | "variant" | "loading" | "content" | "disabled" | "color" | "startIconName" | "endIconName" | "startIconType" | "endIconType">;
65
65
  $attrs: {
66
66
  [x: string]: unknown;
67
67
  };
@@ -76,32 +76,32 @@ declare const ButtonTypes: () => (({
76
76
  $emit: (event: string, ...args: any[]) => void;
77
77
  $el: any;
78
78
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
79
- disabled: {
80
- type: import("vue").PropType<boolean>;
81
- default: boolean;
82
- };
83
79
  size: {
84
80
  type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
85
81
  default: string;
86
82
  };
87
- color: {
88
- type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
83
+ testId: {
84
+ type: import("vue").PropType<string>;
89
85
  default: string;
90
86
  };
91
87
  variant: {
92
88
  type: import("vue").PropType<"text" | "contained" | "outlined">;
93
89
  default: string;
94
90
  };
91
+ loading: {
92
+ type: import("vue").PropType<boolean>;
93
+ default: boolean;
94
+ };
95
95
  content: {
96
96
  type: import("vue").PropType<string>;
97
97
  default: string;
98
98
  };
99
- loading: {
99
+ disabled: {
100
100
  type: import("vue").PropType<boolean>;
101
101
  default: boolean;
102
102
  };
103
- testId: {
104
- type: import("vue").PropType<string>;
103
+ color: {
104
+ type: import("vue").PropType<"default" | "info" | "success" | "warning" | "primary" | "danger">;
105
105
  default: string;
106
106
  };
107
107
  startIconName: {
@@ -113,25 +113,25 @@ declare const ButtonTypes: () => (({
113
113
  default: any;
114
114
  };
115
115
  startIconType: {
116
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
116
+ type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
117
117
  default: string;
118
118
  };
119
119
  endIconType: {
120
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
120
+ type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
121
121
  default: string;
122
122
  };
123
123
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
124
- disabled: boolean;
125
124
  size: "small" | "medium" | "large" | "extraLarge";
126
- color: "default" | "primary" | "danger" | "info" | "success" | "warning";
125
+ testId: string;
127
126
  variant: "text" | "contained" | "outlined";
128
- content: string;
129
127
  loading: boolean;
130
- testId: string;
128
+ content: string;
129
+ disabled: boolean;
130
+ color: "default" | "info" | "success" | "warning" | "primary" | "danger";
131
131
  startIconName: string;
132
132
  endIconName: string;
133
- startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
134
- endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
133
+ startIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
134
+ endIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
135
135
  }, {}, string> & {
136
136
  beforeCreate?: (() => void) | (() => void)[];
137
137
  created?: (() => void) | (() => void)[];
@@ -153,32 +153,32 @@ declare const ButtonTypes: () => (({
153
153
  $nextTick: typeof import("vue").nextTick;
154
154
  $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;
155
155
  } & Readonly<import("vue").ExtractPropTypes<{
156
- disabled: {
157
- type: import("vue").PropType<boolean>;
158
- default: boolean;
159
- };
160
156
  size: {
161
157
  type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
162
158
  default: string;
163
159
  };
164
- color: {
165
- type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
160
+ testId: {
161
+ type: import("vue").PropType<string>;
166
162
  default: string;
167
163
  };
168
164
  variant: {
169
165
  type: import("vue").PropType<"text" | "contained" | "outlined">;
170
166
  default: string;
171
167
  };
168
+ loading: {
169
+ type: import("vue").PropType<boolean>;
170
+ default: boolean;
171
+ };
172
172
  content: {
173
173
  type: import("vue").PropType<string>;
174
174
  default: string;
175
175
  };
176
- loading: {
176
+ disabled: {
177
177
  type: import("vue").PropType<boolean>;
178
178
  default: boolean;
179
179
  };
180
- testId: {
181
- type: import("vue").PropType<string>;
180
+ color: {
181
+ type: import("vue").PropType<"default" | "info" | "success" | "warning" | "primary" | "danger">;
182
182
  default: string;
183
183
  };
184
184
  startIconName: {
@@ -190,11 +190,11 @@ declare const ButtonTypes: () => (({
190
190
  default: any;
191
191
  };
192
192
  startIconType: {
193
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
193
+ type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
194
194
  default: string;
195
195
  };
196
196
  endIconType: {
197
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
197
+ type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
198
198
  default: string;
199
199
  };
200
200
  }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
@@ -202,32 +202,32 @@ declare const ButtonTypes: () => (({
202
202
  __isTeleport?: never;
203
203
  __isSuspense?: never;
204
204
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
205
- disabled: {
206
- type: import("vue").PropType<boolean>;
207
- default: boolean;
208
- };
209
205
  size: {
210
206
  type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
211
207
  default: string;
212
208
  };
213
- color: {
214
- type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
209
+ testId: {
210
+ type: import("vue").PropType<string>;
215
211
  default: string;
216
212
  };
217
213
  variant: {
218
214
  type: import("vue").PropType<"text" | "contained" | "outlined">;
219
215
  default: string;
220
216
  };
217
+ loading: {
218
+ type: import("vue").PropType<boolean>;
219
+ default: boolean;
220
+ };
221
221
  content: {
222
222
  type: import("vue").PropType<string>;
223
223
  default: string;
224
224
  };
225
- loading: {
225
+ disabled: {
226
226
  type: import("vue").PropType<boolean>;
227
227
  default: boolean;
228
228
  };
229
- testId: {
230
- type: import("vue").PropType<string>;
229
+ color: {
230
+ type: import("vue").PropType<"default" | "info" | "success" | "warning" | "primary" | "danger">;
231
231
  default: string;
232
232
  };
233
233
  startIconName: {
@@ -239,25 +239,25 @@ declare const ButtonTypes: () => (({
239
239
  default: any;
240
240
  };
241
241
  startIconType: {
242
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
242
+ type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
243
243
  default: string;
244
244
  };
245
245
  endIconType: {
246
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
246
+ type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
247
247
  default: string;
248
248
  };
249
249
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
250
- disabled: boolean;
251
250
  size: "small" | "medium" | "large" | "extraLarge";
252
- color: "default" | "primary" | "danger" | "info" | "success" | "warning";
251
+ testId: string;
253
252
  variant: "text" | "contained" | "outlined";
254
- content: string;
255
253
  loading: boolean;
256
- testId: string;
254
+ content: string;
255
+ disabled: boolean;
256
+ color: "default" | "info" | "success" | "warning" | "primary" | "danger";
257
257
  startIconName: string;
258
258
  endIconName: string;
259
- startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
260
- endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
259
+ startIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
260
+ endIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
261
261
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
262
262
  $slots: {
263
263
  default?(_: {}): any;
@@ -268,43 +268,43 @@ declare const ButtonTypes: () => (({
268
268
  $: import("vue").ComponentInternalInstance;
269
269
  $data: {};
270
270
  $props: Partial<{
271
- type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
272
- disabled: boolean;
271
+ type: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
273
272
  size: "small" | "medium" | "large" | "extraLarge";
274
- color: "default" | "primary" | "error";
275
- variant: "default" | "outlined";
276
273
  testId: string;
274
+ variant: "default" | "outlined";
275
+ disabled: boolean;
277
276
  iconName: string;
277
+ color: "default" | "error" | "primary";
278
278
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
279
279
  type: {
280
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
280
+ type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
281
281
  default: string;
282
282
  };
283
- disabled: {
284
- type: import("vue").PropType<boolean>;
285
- default: boolean;
286
- };
287
283
  size: {
288
284
  type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
289
285
  default: string;
290
286
  };
291
- color: {
292
- type: import("vue").PropType<"default" | "primary" | "error">;
287
+ testId: {
288
+ type: import("vue").PropType<string>;
293
289
  default: string;
294
290
  };
295
291
  variant: {
296
292
  type: import("vue").PropType<"default" | "outlined">;
297
293
  default: string;
298
294
  };
299
- testId: {
300
- type: import("vue").PropType<string>;
301
- default: string;
295
+ disabled: {
296
+ type: import("vue").PropType<boolean>;
297
+ default: boolean;
302
298
  };
303
299
  iconName: {
304
300
  type: import("vue").PropType<string>;
305
301
  default: string;
306
302
  };
307
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "size" | "color" | "variant" | "testId" | "iconName">;
303
+ color: {
304
+ type: import("vue").PropType<"default" | "error" | "primary">;
305
+ default: string;
306
+ };
307
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "size" | "testId" | "variant" | "disabled" | "iconName" | "color">;
308
308
  $attrs: {
309
309
  [x: string]: unknown;
310
310
  };
@@ -320,41 +320,41 @@ declare const ButtonTypes: () => (({
320
320
  $el: any;
321
321
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
322
322
  type: {
323
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
323
+ type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
324
324
  default: string;
325
325
  };
326
- disabled: {
327
- type: import("vue").PropType<boolean>;
328
- default: boolean;
329
- };
330
326
  size: {
331
327
  type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
332
328
  default: string;
333
329
  };
334
- color: {
335
- type: import("vue").PropType<"default" | "primary" | "error">;
330
+ testId: {
331
+ type: import("vue").PropType<string>;
336
332
  default: string;
337
333
  };
338
334
  variant: {
339
335
  type: import("vue").PropType<"default" | "outlined">;
340
336
  default: string;
341
337
  };
342
- testId: {
343
- type: import("vue").PropType<string>;
344
- default: string;
338
+ disabled: {
339
+ type: import("vue").PropType<boolean>;
340
+ default: boolean;
345
341
  };
346
342
  iconName: {
347
343
  type: import("vue").PropType<string>;
348
344
  default: string;
349
345
  };
346
+ color: {
347
+ type: import("vue").PropType<"default" | "error" | "primary">;
348
+ default: string;
349
+ };
350
350
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
351
- type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
352
- disabled: boolean;
351
+ type: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
353
352
  size: "small" | "medium" | "large" | "extraLarge";
354
- color: "default" | "primary" | "error";
355
- variant: "default" | "outlined";
356
353
  testId: string;
354
+ variant: "default" | "outlined";
355
+ disabled: boolean;
357
356
  iconName: string;
357
+ color: "default" | "error" | "primary";
358
358
  }, {}, string> & {
359
359
  beforeCreate?: (() => void) | (() => void)[];
360
360
  created?: (() => void) | (() => void)[];
@@ -377,74 +377,74 @@ declare const ButtonTypes: () => (({
377
377
  $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;
378
378
  } & Readonly<import("vue").ExtractPropTypes<{
379
379
  type: {
380
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
380
+ type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
381
381
  default: string;
382
382
  };
383
- disabled: {
384
- type: import("vue").PropType<boolean>;
385
- default: boolean;
386
- };
387
383
  size: {
388
384
  type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
389
385
  default: string;
390
386
  };
391
- color: {
392
- type: import("vue").PropType<"default" | "primary" | "error">;
387
+ testId: {
388
+ type: import("vue").PropType<string>;
393
389
  default: string;
394
390
  };
395
391
  variant: {
396
392
  type: import("vue").PropType<"default" | "outlined">;
397
393
  default: string;
398
394
  };
399
- testId: {
400
- type: import("vue").PropType<string>;
401
- default: string;
395
+ disabled: {
396
+ type: import("vue").PropType<boolean>;
397
+ default: boolean;
402
398
  };
403
399
  iconName: {
404
400
  type: import("vue").PropType<string>;
405
401
  default: string;
406
402
  };
403
+ color: {
404
+ type: import("vue").PropType<"default" | "error" | "primary">;
405
+ default: string;
406
+ };
407
407
  }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
408
408
  __isFragment?: never;
409
409
  __isTeleport?: never;
410
410
  __isSuspense?: never;
411
411
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
412
412
  type: {
413
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
413
+ type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
414
414
  default: string;
415
415
  };
416
- disabled: {
417
- type: import("vue").PropType<boolean>;
418
- default: boolean;
419
- };
420
416
  size: {
421
417
  type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
422
418
  default: string;
423
419
  };
424
- color: {
425
- type: import("vue").PropType<"default" | "primary" | "error">;
420
+ testId: {
421
+ type: import("vue").PropType<string>;
426
422
  default: string;
427
423
  };
428
424
  variant: {
429
425
  type: import("vue").PropType<"default" | "outlined">;
430
426
  default: string;
431
427
  };
432
- testId: {
433
- type: import("vue").PropType<string>;
434
- default: string;
428
+ disabled: {
429
+ type: import("vue").PropType<boolean>;
430
+ default: boolean;
435
431
  };
436
432
  iconName: {
437
433
  type: import("vue").PropType<string>;
438
434
  default: string;
439
435
  };
436
+ color: {
437
+ type: import("vue").PropType<"default" | "error" | "primary">;
438
+ default: string;
439
+ };
440
440
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
441
- type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
442
- disabled: boolean;
441
+ type: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
443
442
  size: "small" | "medium" | "large" | "extraLarge";
444
- color: "default" | "primary" | "error";
445
- variant: "default" | "outlined";
446
443
  testId: string;
444
+ variant: "default" | "outlined";
445
+ disabled: boolean;
447
446
  iconName: string;
447
+ color: "default" | "error" | "primary";
448
448
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
449
449
  $slots: {
450
450
  default?(_: {}): any;
@@ -11,9 +11,6 @@ declare const CheckboxTypes: () => ({
11
11
  type: import("vue").PropType<string>;
12
12
  default: string;
13
13
  };
14
- disabled: {
15
- type: import("vue").PropType<boolean>;
16
- };
17
14
  size: {
18
15
  type: import("vue").PropType<"sm" | "md" | "lg">;
19
16
  default: string;
@@ -22,6 +19,9 @@ declare const CheckboxTypes: () => ({
22
19
  type: import("vue").PropType<string>;
23
20
  default: string;
24
21
  };
22
+ disabled: {
23
+ type: import("vue").PropType<boolean>;
24
+ };
25
25
  isChecked: {
26
26
  type: import("vue").PropType<boolean>;
27
27
  required: true;
@@ -51,9 +51,6 @@ declare const CheckboxTypes: () => ({
51
51
  type: import("vue").PropType<string>;
52
52
  default: string;
53
53
  };
54
- disabled: {
55
- type: import("vue").PropType<boolean>;
56
- };
57
54
  size: {
58
55
  type: import("vue").PropType<"sm" | "md" | "lg">;
59
56
  default: string;
@@ -62,6 +59,9 @@ declare const CheckboxTypes: () => ({
62
59
  type: import("vue").PropType<string>;
63
60
  default: string;
64
61
  };
62
+ disabled: {
63
+ type: import("vue").PropType<boolean>;
64
+ };
65
65
  isChecked: {
66
66
  type: import("vue").PropType<boolean>;
67
67
  required: true;
@@ -104,9 +104,6 @@ declare const CheckboxTypes: () => ({
104
104
  type: import("vue").PropType<string>;
105
105
  default: string;
106
106
  };
107
- disabled: {
108
- type: import("vue").PropType<boolean>;
109
- };
110
107
  size: {
111
108
  type: import("vue").PropType<"sm" | "md" | "lg">;
112
109
  default: string;
@@ -115,6 +112,9 @@ declare const CheckboxTypes: () => ({
115
112
  type: import("vue").PropType<string>;
116
113
  default: string;
117
114
  };
115
+ disabled: {
116
+ type: import("vue").PropType<boolean>;
117
+ };
118
118
  isChecked: {
119
119
  type: import("vue").PropType<boolean>;
120
120
  required: true;
@@ -134,9 +134,6 @@ declare const CheckboxTypes: () => ({
134
134
  type: import("vue").PropType<string>;
135
135
  default: string;
136
136
  };
137
- disabled: {
138
- type: import("vue").PropType<boolean>;
139
- };
140
137
  size: {
141
138
  type: import("vue").PropType<"sm" | "md" | "lg">;
142
139
  default: string;
@@ -145,6 +142,9 @@ declare const CheckboxTypes: () => ({
145
142
  type: import("vue").PropType<string>;
146
143
  default: string;
147
144
  };
145
+ disabled: {
146
+ type: import("vue").PropType<boolean>;
147
+ };
148
148
  isChecked: {
149
149
  type: import("vue").PropType<boolean>;
150
150
  required: true;