@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
@@ -41,10 +41,6 @@ declare const DataGridTypes: () => (({
41
41
  type: import("vue").PropType<string>;
42
42
  default: any;
43
43
  };
44
- columns: {
45
- type: import("vue").PropType<import("../common/Table.types").Column[]>;
46
- required: true;
47
- };
48
44
  testId: {
49
45
  type: import("vue").PropType<string>;
50
46
  default: string;
@@ -57,6 +53,10 @@ declare const DataGridTypes: () => (({
57
53
  type: import("vue").PropType<unknown[]>;
58
54
  default: any;
59
55
  };
56
+ columns: {
57
+ type: import("vue").PropType<import("../common/Table.types").Column[]>;
58
+ required: true;
59
+ };
60
60
  searchAutoFocus: {
61
61
  type: import("vue").PropType<boolean>;
62
62
  default: boolean;
@@ -169,10 +169,6 @@ declare const DataGridTypes: () => (({
169
169
  type: import("vue").PropType<string>;
170
170
  default: any;
171
171
  };
172
- columns: {
173
- type: import("vue").PropType<import("../common/Table.types").Column[]>;
174
- required: true;
175
- };
176
172
  testId: {
177
173
  type: import("vue").PropType<string>;
178
174
  default: string;
@@ -185,6 +181,10 @@ declare const DataGridTypes: () => (({
185
181
  type: import("vue").PropType<unknown[]>;
186
182
  default: any;
187
183
  };
184
+ columns: {
185
+ type: import("vue").PropType<import("../common/Table.types").Column[]>;
186
+ required: true;
187
+ };
188
188
  searchAutoFocus: {
189
189
  type: import("vue").PropType<boolean>;
190
190
  default: boolean;
@@ -333,10 +333,6 @@ declare const DataGridTypes: () => (({
333
333
  type: import("vue").PropType<string>;
334
334
  default: any;
335
335
  };
336
- columns: {
337
- type: import("vue").PropType<import("../common/Table.types").Column[]>;
338
- required: true;
339
- };
340
336
  testId: {
341
337
  type: import("vue").PropType<string>;
342
338
  default: string;
@@ -349,6 +345,10 @@ declare const DataGridTypes: () => (({
349
345
  type: import("vue").PropType<unknown[]>;
350
346
  default: any;
351
347
  };
348
+ columns: {
349
+ type: import("vue").PropType<import("../common/Table.types").Column[]>;
350
+ required: true;
351
+ };
352
352
  searchAutoFocus: {
353
353
  type: import("vue").PropType<boolean>;
354
354
  default: boolean;
@@ -446,10 +446,6 @@ declare const DataGridTypes: () => (({
446
446
  type: import("vue").PropType<string>;
447
447
  default: any;
448
448
  };
449
- columns: {
450
- type: import("vue").PropType<import("../common/Table.types").Column[]>;
451
- required: true;
452
- };
453
449
  testId: {
454
450
  type: import("vue").PropType<string>;
455
451
  default: string;
@@ -462,6 +458,10 @@ declare const DataGridTypes: () => (({
462
458
  type: import("vue").PropType<unknown[]>;
463
459
  default: any;
464
460
  };
461
+ columns: {
462
+ type: import("vue").PropType<import("../common/Table.types").Column[]>;
463
+ required: true;
464
+ };
465
465
  searchAutoFocus: {
466
466
  type: import("vue").PropType<boolean>;
467
467
  default: boolean;
@@ -27,8 +27,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
27
27
  "onUpdate:selectedTab"?: (tabId: string | number) => any;
28
28
  }, {
29
29
  size: "sm" | "md" | "lg" | "xl";
30
- variant: "fill" | "fix";
31
30
  testId: string;
31
+ variant: "fill" | "fix";
32
32
  tabsList: Tab[];
33
33
  }>, {
34
34
  default?(_: {
@@ -4,22 +4,22 @@ declare const TabsTypes: () => ({
4
4
  $data: {};
5
5
  $props: Partial<{
6
6
  size: "sm" | "md" | "lg" | "xl";
7
- variant: "fill" | "fix";
8
7
  testId: string;
8
+ variant: "fill" | "fix";
9
9
  tabsList: import("../common/Tabs.types").Tab[];
10
10
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
11
11
  size: {
12
12
  type: import("vue").PropType<"sm" | "md" | "lg" | "xl">;
13
13
  default: string;
14
14
  };
15
- variant: {
16
- type: import("vue").PropType<"fill" | "fix">;
17
- default: string;
18
- };
19
15
  testId: {
20
16
  type: import("vue").PropType<string>;
21
17
  default: string;
22
18
  };
19
+ variant: {
20
+ type: import("vue").PropType<"fill" | "fix">;
21
+ default: string;
22
+ };
23
23
  tabsList: {
24
24
  type: import("vue").PropType<import("../common/Tabs.types").Tab[]>;
25
25
  required: true;
@@ -31,7 +31,7 @@ declare const TabsTypes: () => ({
31
31
  };
32
32
  }>> & {
33
33
  "onUpdate:selectedTab"?: (tabId: string | number) => any;
34
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "size" | "variant" | "testId" | "tabsList">;
34
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "size" | "testId" | "variant" | "tabsList">;
35
35
  $attrs: {
36
36
  [x: string]: unknown;
37
37
  };
@@ -50,14 +50,14 @@ declare const TabsTypes: () => ({
50
50
  type: import("vue").PropType<"sm" | "md" | "lg" | "xl">;
51
51
  default: string;
52
52
  };
53
- variant: {
54
- type: import("vue").PropType<"fill" | "fix">;
55
- default: string;
56
- };
57
53
  testId: {
58
54
  type: import("vue").PropType<string>;
59
55
  default: string;
60
56
  };
57
+ variant: {
58
+ type: import("vue").PropType<"fill" | "fix">;
59
+ default: string;
60
+ };
61
61
  tabsList: {
62
62
  type: import("vue").PropType<import("../common/Tabs.types").Tab[]>;
63
63
  required: true;
@@ -73,8 +73,8 @@ declare const TabsTypes: () => ({
73
73
  "update:selectedTab": (tabId: string | number) => void;
74
74
  }, string, {
75
75
  size: "sm" | "md" | "lg" | "xl";
76
- variant: "fill" | "fix";
77
76
  testId: string;
77
+ variant: "fill" | "fix";
78
78
  tabsList: import("../common/Tabs.types").Tab[];
79
79
  }, {}, string> & {
80
80
  beforeCreate?: (() => void) | (() => void)[];
@@ -101,14 +101,14 @@ declare const TabsTypes: () => ({
101
101
  type: import("vue").PropType<"sm" | "md" | "lg" | "xl">;
102
102
  default: string;
103
103
  };
104
- variant: {
105
- type: import("vue").PropType<"fill" | "fix">;
106
- default: string;
107
- };
108
104
  testId: {
109
105
  type: import("vue").PropType<string>;
110
106
  default: string;
111
107
  };
108
+ variant: {
109
+ type: import("vue").PropType<"fill" | "fix">;
110
+ default: string;
111
+ };
112
112
  tabsList: {
113
113
  type: import("vue").PropType<import("../common/Tabs.types").Tab[]>;
114
114
  required: true;
@@ -129,14 +129,14 @@ declare const TabsTypes: () => ({
129
129
  type: import("vue").PropType<"sm" | "md" | "lg" | "xl">;
130
130
  default: string;
131
131
  };
132
- variant: {
133
- type: import("vue").PropType<"fill" | "fix">;
134
- default: string;
135
- };
136
132
  testId: {
137
133
  type: import("vue").PropType<string>;
138
134
  default: string;
139
135
  };
136
+ variant: {
137
+ type: import("vue").PropType<"fill" | "fix">;
138
+ default: string;
139
+ };
140
140
  tabsList: {
141
141
  type: import("vue").PropType<import("../common/Tabs.types").Tab[]>;
142
142
  required: true;
@@ -152,8 +152,8 @@ declare const TabsTypes: () => ({
152
152
  "update:selectedTab": (tabId: string | number) => void;
153
153
  }, string, {
154
154
  size: "sm" | "md" | "lg" | "xl";
155
- variant: "fill" | "fix";
156
155
  testId: string;
156
+ variant: "fill" | "fix";
157
157
  tabsList: import("../common/Tabs.types").Tab[];
158
158
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
159
159
  $slots: {
@@ -22,8 +22,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
22
22
  }>>> & {
23
23
  "onUpdate:selectedTab"?: (tabId: string | number) => any;
24
24
  }, {
25
- variant: "page" | "card";
26
25
  testId: string;
26
+ variant: "page" | "card";
27
27
  tabsList: Tab[];
28
28
  }>, {
29
29
  "tab-icon"?(_: {
@@ -3,18 +3,18 @@ declare const TabsTypes: () => ({
3
3
  $: import("vue").ComponentInternalInstance;
4
4
  $data: {};
5
5
  $props: Partial<{
6
- variant: "page" | "card";
7
6
  testId: string;
7
+ variant: "page" | "card";
8
8
  tabsList: import("../common/Tabs.types").Tab[];
9
9
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
10
- variant: {
11
- type: import("vue").PropType<"page" | "card">;
12
- default: string;
13
- };
14
10
  testId: {
15
11
  type: import("vue").PropType<string>;
16
12
  default: string;
17
13
  };
14
+ variant: {
15
+ type: import("vue").PropType<"page" | "card">;
16
+ default: string;
17
+ };
18
18
  tabsList: {
19
19
  type: import("vue").PropType<import("../common/Tabs.types").Tab[]>;
20
20
  required: true;
@@ -26,7 +26,7 @@ declare const TabsTypes: () => ({
26
26
  };
27
27
  }>> & {
28
28
  "onUpdate:selectedTab"?: (tabId: string | number) => any;
29
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "testId" | "tabsList">;
29
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "variant" | "tabsList">;
30
30
  $attrs: {
31
31
  [x: string]: unknown;
32
32
  };
@@ -41,14 +41,14 @@ declare const TabsTypes: () => ({
41
41
  $emit: (event: "update:selectedTab", tabId: string | number) => void;
42
42
  $el: any;
43
43
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
44
- variant: {
45
- type: import("vue").PropType<"page" | "card">;
46
- default: string;
47
- };
48
44
  testId: {
49
45
  type: import("vue").PropType<string>;
50
46
  default: string;
51
47
  };
48
+ variant: {
49
+ type: import("vue").PropType<"page" | "card">;
50
+ default: string;
51
+ };
52
52
  tabsList: {
53
53
  type: import("vue").PropType<import("../common/Tabs.types").Tab[]>;
54
54
  required: true;
@@ -63,8 +63,8 @@ declare const TabsTypes: () => ({
63
63
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
64
64
  "update:selectedTab": (tabId: string | number) => void;
65
65
  }, string, {
66
- variant: "page" | "card";
67
66
  testId: string;
67
+ variant: "page" | "card";
68
68
  tabsList: import("../common/Tabs.types").Tab[];
69
69
  }, {}, string> & {
70
70
  beforeCreate?: (() => void) | (() => void)[];
@@ -87,14 +87,14 @@ declare const TabsTypes: () => ({
87
87
  $nextTick: typeof import("vue").nextTick;
88
88
  $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;
89
89
  } & Readonly<import("vue").ExtractPropTypes<{
90
- variant: {
91
- type: import("vue").PropType<"page" | "card">;
92
- default: string;
93
- };
94
90
  testId: {
95
91
  type: import("vue").PropType<string>;
96
92
  default: string;
97
93
  };
94
+ variant: {
95
+ type: import("vue").PropType<"page" | "card">;
96
+ default: string;
97
+ };
98
98
  tabsList: {
99
99
  type: import("vue").PropType<import("../common/Tabs.types").Tab[]>;
100
100
  required: true;
@@ -111,14 +111,14 @@ declare const TabsTypes: () => ({
111
111
  __isTeleport?: never;
112
112
  __isSuspense?: never;
113
113
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
114
- variant: {
115
- type: import("vue").PropType<"page" | "card">;
116
- default: string;
117
- };
118
114
  testId: {
119
115
  type: import("vue").PropType<string>;
120
116
  default: string;
121
117
  };
118
+ variant: {
119
+ type: import("vue").PropType<"page" | "card">;
120
+ default: string;
121
+ };
122
122
  tabsList: {
123
123
  type: import("vue").PropType<import("../common/Tabs.types").Tab[]>;
124
124
  required: true;
@@ -133,8 +133,8 @@ declare const TabsTypes: () => ({
133
133
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
134
134
  "update:selectedTab": (tabId: string | number) => void;
135
135
  }, string, {
136
- variant: "page" | "card";
137
136
  testId: string;
137
+ variant: "page" | "card";
138
138
  tabsList: import("../common/Tabs.types").Tab[];
139
139
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
140
140
  $slots: {
@@ -36,8 +36,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
36
36
  "onUpdate:modelValue"?: (value: string) => any;
37
37
  }, {
38
38
  label: string;
39
- disabled: boolean;
40
39
  testId: string;
40
+ disabled: boolean;
41
41
  modelValue: string;
42
42
  placeholder: string;
43
43
  feedbackHelpText: string;
@@ -3,14 +3,14 @@ declare const TextAreaTypes: () => import("vue").DefineComponent<{
3
3
  type: import("vue").PropType<string>;
4
4
  default: string;
5
5
  };
6
- disabled: {
7
- type: import("vue").PropType<boolean>;
8
- default: boolean;
9
- };
10
6
  testId: {
11
7
  type: import("vue").PropType<string>;
12
8
  default: string;
13
9
  };
10
+ disabled: {
11
+ type: import("vue").PropType<boolean>;
12
+ default: boolean;
13
+ };
14
14
  modelValue: {
15
15
  type: import("vue").PropType<string>;
16
16
  default: string;
@@ -34,14 +34,14 @@ declare const TextAreaTypes: () => import("vue").DefineComponent<{
34
34
  type: import("vue").PropType<string>;
35
35
  default: string;
36
36
  };
37
- disabled: {
38
- type: import("vue").PropType<boolean>;
39
- default: boolean;
40
- };
41
37
  testId: {
42
38
  type: import("vue").PropType<string>;
43
39
  default: string;
44
40
  };
41
+ disabled: {
42
+ type: import("vue").PropType<boolean>;
43
+ default: boolean;
44
+ };
45
45
  modelValue: {
46
46
  type: import("vue").PropType<string>;
47
47
  default: string;
@@ -62,8 +62,8 @@ declare const TextAreaTypes: () => import("vue").DefineComponent<{
62
62
  "onUpdate:modelValue"?: (value: string) => any;
63
63
  }, {
64
64
  label: string;
65
- disabled: boolean;
66
65
  testId: string;
66
+ disabled: boolean;
67
67
  modelValue: string;
68
68
  placeholder: string;
69
69
  feedbackHelpText: string;
@@ -41,9 +41,9 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
41
41
  }>>> & {
42
42
  "onUpdate:modelValue"?: (value: boolean) => any;
43
43
  }, {
44
- color: string;
45
44
  testId: string;
46
45
  helperText: string;
46
+ color: string;
47
47
  isLoading: boolean;
48
48
  errorText: string;
49
49
  activeText: string;
@@ -1,8 +1,4 @@
1
1
  declare const ToggleTypes: () => import("vue").DefineComponent<{
2
- color: {
3
- type: import("vue").PropType<string>;
4
- default: string;
5
- };
6
2
  testId: {
7
3
  type: import("vue").PropType<string>;
8
4
  default: string;
@@ -15,6 +11,10 @@ declare const ToggleTypes: () => import("vue").DefineComponent<{
15
11
  type: import("vue").PropType<string>;
16
12
  default: any;
17
13
  };
14
+ color: {
15
+ type: import("vue").PropType<string>;
16
+ default: string;
17
+ };
18
18
  isLoading: {
19
19
  type: import("vue").PropType<boolean>;
20
20
  default: boolean;
@@ -38,10 +38,6 @@ declare const ToggleTypes: () => import("vue").DefineComponent<{
38
38
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
39
39
  "update:modelValue": (value: boolean) => void;
40
40
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
41
- color: {
42
- type: import("vue").PropType<string>;
43
- default: string;
44
- };
45
41
  testId: {
46
42
  type: import("vue").PropType<string>;
47
43
  default: string;
@@ -54,6 +50,10 @@ declare const ToggleTypes: () => import("vue").DefineComponent<{
54
50
  type: import("vue").PropType<string>;
55
51
  default: any;
56
52
  };
53
+ color: {
54
+ type: import("vue").PropType<string>;
55
+ default: string;
56
+ };
57
57
  isLoading: {
58
58
  type: import("vue").PropType<boolean>;
59
59
  default: boolean;
@@ -77,9 +77,9 @@ declare const ToggleTypes: () => import("vue").DefineComponent<{
77
77
  }>> & {
78
78
  "onUpdate:modelValue"?: (value: boolean) => any;
79
79
  }, {
80
- color: string;
81
80
  testId: string;
82
81
  helperText: string;
82
+ color: string;
83
83
  isLoading: boolean;
84
84
  errorText: string;
85
85
  activeText: string;
@@ -4,9 +4,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
4
4
  activeText?: string;
5
5
  inactiveText?: string;
6
6
  hoverHelpText?: string;
7
- hoverHelpTextPlacement?: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
7
+ hoverHelpTextPlacement?: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
8
8
  feedbackText?: string;
9
- feedbackVariant?: "success" | "warning" | "error";
9
+ feedbackVariant?: "error" | "success" | "warning";
10
10
  isDisabled?: boolean;
11
11
  isLoading?: boolean;
12
12
  color?: "primary" | "test";
@@ -33,9 +33,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
33
33
  activeText?: string;
34
34
  inactiveText?: string;
35
35
  hoverHelpText?: string;
36
- hoverHelpTextPlacement?: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
36
+ hoverHelpTextPlacement?: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
37
37
  feedbackText?: string;
38
- feedbackVariant?: "success" | "warning" | "error";
38
+ feedbackVariant?: "error" | "success" | "warning";
39
39
  isDisabled?: boolean;
40
40
  isLoading?: boolean;
41
41
  color?: "primary" | "test";
@@ -59,12 +59,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
59
59
  }, {
60
60
  text: string;
61
61
  size: "small" | "medium";
62
- color: "primary" | "test";
63
62
  testId: string;
63
+ color: "primary" | "test";
64
64
  hoverHelpText: string;
65
- hoverHelpTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
65
+ hoverHelpTextPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
66
66
  feedbackText: string;
67
- feedbackVariant: "success" | "warning" | "error";
67
+ feedbackVariant: "error" | "success" | "warning";
68
68
  isLoading: boolean;
69
69
  activeText: string;
70
70
  inactiveText: string;