@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
@@ -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;
@@ -5,12 +5,12 @@ declare const ToggleTypes: () => ({
5
5
  $props: Partial<{
6
6
  text: string;
7
7
  size: "small" | "medium";
8
- color: "primary" | "test";
9
8
  testId: string;
9
+ color: "primary" | "test";
10
10
  hoverHelpText: string;
11
- 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";
11
+ 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";
12
12
  feedbackText: string;
13
- feedbackVariant: "success" | "warning" | "error";
13
+ feedbackVariant: "error" | "success" | "warning";
14
14
  isLoading: boolean;
15
15
  activeText: string;
16
16
  inactiveText: string;
@@ -24,10 +24,6 @@ declare const ToggleTypes: () => ({
24
24
  type: import("vue").PropType<"small" | "medium">;
25
25
  default: string;
26
26
  };
27
- color: {
28
- type: import("vue").PropType<"primary" | "test">;
29
- default: string;
30
- };
31
27
  testId: {
32
28
  type: import("vue").PropType<string>;
33
29
  default: string;
@@ -36,12 +32,16 @@ declare const ToggleTypes: () => ({
36
32
  type: import("vue").PropType<boolean>;
37
33
  required: true;
38
34
  };
35
+ color: {
36
+ type: import("vue").PropType<"primary" | "test">;
37
+ default: string;
38
+ };
39
39
  hoverHelpText: {
40
40
  type: import("vue").PropType<string>;
41
41
  default: string;
42
42
  };
43
43
  hoverHelpTextPlacement: {
44
- type: import("vue").PropType<"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">;
44
+ type: import("vue").PropType<"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">;
45
45
  default: string;
46
46
  };
47
47
  feedbackText: {
@@ -49,7 +49,7 @@ declare const ToggleTypes: () => ({
49
49
  default: string;
50
50
  };
51
51
  feedbackVariant: {
52
- type: import("vue").PropType<"success" | "warning" | "error">;
52
+ type: import("vue").PropType<"error" | "success" | "warning">;
53
53
  default: any;
54
54
  };
55
55
  isLoading: {
@@ -70,7 +70,7 @@ declare const ToggleTypes: () => ({
70
70
  };
71
71
  }>> & {
72
72
  "onUpdate:modelValue"?: (value: boolean) => any;
73
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "text" | "size" | "color" | "testId" | "hoverHelpText" | "hoverHelpTextPlacement" | "feedbackText" | "feedbackVariant" | "isLoading" | "activeText" | "inactiveText" | "isDisabled">;
73
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "text" | "size" | "testId" | "color" | "hoverHelpText" | "hoverHelpTextPlacement" | "feedbackText" | "feedbackVariant" | "isLoading" | "activeText" | "inactiveText" | "isDisabled">;
74
74
  $attrs: {
75
75
  [x: string]: unknown;
76
76
  };
@@ -93,10 +93,6 @@ declare const ToggleTypes: () => ({
93
93
  type: import("vue").PropType<"small" | "medium">;
94
94
  default: string;
95
95
  };
96
- color: {
97
- type: import("vue").PropType<"primary" | "test">;
98
- default: string;
99
- };
100
96
  testId: {
101
97
  type: import("vue").PropType<string>;
102
98
  default: string;
@@ -105,12 +101,16 @@ declare const ToggleTypes: () => ({
105
101
  type: import("vue").PropType<boolean>;
106
102
  required: true;
107
103
  };
104
+ color: {
105
+ type: import("vue").PropType<"primary" | "test">;
106
+ default: string;
107
+ };
108
108
  hoverHelpText: {
109
109
  type: import("vue").PropType<string>;
110
110
  default: string;
111
111
  };
112
112
  hoverHelpTextPlacement: {
113
- type: import("vue").PropType<"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">;
113
+ type: import("vue").PropType<"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">;
114
114
  default: string;
115
115
  };
116
116
  feedbackText: {
@@ -118,7 +118,7 @@ declare const ToggleTypes: () => ({
118
118
  default: string;
119
119
  };
120
120
  feedbackVariant: {
121
- type: import("vue").PropType<"success" | "warning" | "error">;
121
+ type: import("vue").PropType<"error" | "success" | "warning">;
122
122
  default: any;
123
123
  };
124
124
  isLoading: {
@@ -144,12 +144,12 @@ declare const ToggleTypes: () => ({
144
144
  }, string, {
145
145
  text: string;
146
146
  size: "small" | "medium";
147
- color: "primary" | "test";
148
147
  testId: string;
148
+ color: "primary" | "test";
149
149
  hoverHelpText: string;
150
- 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";
150
+ 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";
151
151
  feedbackText: string;
152
- feedbackVariant: "success" | "warning" | "error";
152
+ feedbackVariant: "error" | "success" | "warning";
153
153
  isLoading: boolean;
154
154
  activeText: string;
155
155
  inactiveText: string;
@@ -183,10 +183,6 @@ declare const ToggleTypes: () => ({
183
183
  type: import("vue").PropType<"small" | "medium">;
184
184
  default: string;
185
185
  };
186
- color: {
187
- type: import("vue").PropType<"primary" | "test">;
188
- default: string;
189
- };
190
186
  testId: {
191
187
  type: import("vue").PropType<string>;
192
188
  default: string;
@@ -195,12 +191,16 @@ declare const ToggleTypes: () => ({
195
191
  type: import("vue").PropType<boolean>;
196
192
  required: true;
197
193
  };
194
+ color: {
195
+ type: import("vue").PropType<"primary" | "test">;
196
+ default: string;
197
+ };
198
198
  hoverHelpText: {
199
199
  type: import("vue").PropType<string>;
200
200
  default: string;
201
201
  };
202
202
  hoverHelpTextPlacement: {
203
- type: import("vue").PropType<"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">;
203
+ type: import("vue").PropType<"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">;
204
204
  default: string;
205
205
  };
206
206
  feedbackText: {
@@ -208,7 +208,7 @@ declare const ToggleTypes: () => ({
208
208
  default: string;
209
209
  };
210
210
  feedbackVariant: {
211
- type: import("vue").PropType<"success" | "warning" | "error">;
211
+ type: import("vue").PropType<"error" | "success" | "warning">;
212
212
  default: any;
213
213
  };
214
214
  isLoading: {
@@ -242,10 +242,6 @@ declare const ToggleTypes: () => ({
242
242
  type: import("vue").PropType<"small" | "medium">;
243
243
  default: string;
244
244
  };
245
- color: {
246
- type: import("vue").PropType<"primary" | "test">;
247
- default: string;
248
- };
249
245
  testId: {
250
246
  type: import("vue").PropType<string>;
251
247
  default: string;
@@ -254,12 +250,16 @@ declare const ToggleTypes: () => ({
254
250
  type: import("vue").PropType<boolean>;
255
251
  required: true;
256
252
  };
253
+ color: {
254
+ type: import("vue").PropType<"primary" | "test">;
255
+ default: string;
256
+ };
257
257
  hoverHelpText: {
258
258
  type: import("vue").PropType<string>;
259
259
  default: string;
260
260
  };
261
261
  hoverHelpTextPlacement: {
262
- type: import("vue").PropType<"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">;
262
+ type: import("vue").PropType<"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">;
263
263
  default: string;
264
264
  };
265
265
  feedbackText: {
@@ -267,7 +267,7 @@ declare const ToggleTypes: () => ({
267
267
  default: string;
268
268
  };
269
269
  feedbackVariant: {
270
- type: import("vue").PropType<"success" | "warning" | "error">;
270
+ type: import("vue").PropType<"error" | "success" | "warning">;
271
271
  default: any;
272
272
  };
273
273
  isLoading: {
@@ -293,12 +293,12 @@ declare const ToggleTypes: () => ({
293
293
  }, string, {
294
294
  text: string;
295
295
  size: "small" | "medium";
296
- color: "primary" | "test";
297
296
  testId: string;
297
+ color: "primary" | "test";
298
298
  hoverHelpText: string;
299
- 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";
299
+ 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";
300
300
  feedbackText: string;
301
- feedbackVariant: "success" | "warning" | "error";
301
+ feedbackVariant: "error" | "success" | "warning";
302
302
  isLoading: boolean;
303
303
  activeText: string;
304
304
  inactiveText: string;
@@ -5,7 +5,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
5
5
  delay?: number;
6
6
  triggers?: Triggers[];
7
7
  forceShowWithTruncate?: boolean;
8
- placement?: "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";
8
+ placement?: "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";
9
9
  theme?: string;
10
10
  disabled?: boolean;
11
11
  testId?: string;
@@ -25,7 +25,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
25
25
  delay?: number;
26
26
  triggers?: Triggers[];
27
27
  forceShowWithTruncate?: boolean;
28
- placement?: "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";
28
+ placement?: "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";
29
29
  theme?: string;
30
30
  disabled?: boolean;
31
31
  testId?: string;
@@ -43,12 +43,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
43
43
  header: string;
44
44
  text: string;
45
45
  theme: string;
46
- disabled: boolean;
47
46
  testId: string;
48
47
  delay: number;
49
48
  triggers: Triggers[];
50
49
  forceShowWithTruncate: boolean;
51
- placement: "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";
50
+ placement: "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";
51
+ disabled: boolean;
52
52
  }>, {
53
53
  default?(_: {}): any;
54
54
  tooltip?(_: {
@@ -6,12 +6,12 @@ declare const TooltipTypes: () => ({
6
6
  header: string;
7
7
  text: string;
8
8
  theme: string;
9
- disabled: boolean;
10
9
  testId: string;
11
10
  delay: number;
12
- triggers: ("touch" | "click" | "focus" | "hover")[];
11
+ triggers: ("hover" | "click" | "focus" | "touch")[];
13
12
  forceShowWithTruncate: boolean;
14
- placement: "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";
13
+ placement: "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";
14
+ disabled: boolean;
15
15
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
16
16
  header: {
17
17
  type: import("vue").PropType<string>;
@@ -25,10 +25,6 @@ declare const TooltipTypes: () => ({
25
25
  type: import("vue").PropType<string>;
26
26
  default: string;
27
27
  };
28
- disabled: {
29
- type: import("vue").PropType<boolean>;
30
- default: boolean;
31
- };
32
28
  testId: {
33
29
  type: import("vue").PropType<string>;
34
30
  default: string;
@@ -38,7 +34,7 @@ declare const TooltipTypes: () => ({
38
34
  default: number;
39
35
  };
40
36
  triggers: {
41
- type: import("vue").PropType<("touch" | "click" | "focus" | "hover")[]>;
37
+ type: import("vue").PropType<("hover" | "click" | "focus" | "touch")[]>;
42
38
  default: () => string[];
43
39
  };
44
40
  forceShowWithTruncate: {
@@ -46,10 +42,14 @@ declare const TooltipTypes: () => ({
46
42
  default: boolean;
47
43
  };
48
44
  placement: {
49
- type: import("vue").PropType<"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">;
45
+ type: import("vue").PropType<"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">;
50
46
  default: string;
51
47
  };
52
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "disabled" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement">;
48
+ disabled: {
49
+ type: import("vue").PropType<boolean>;
50
+ default: boolean;
51
+ };
52
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled">;
53
53
  $attrs: {
54
54
  [x: string]: unknown;
55
55
  };
@@ -76,10 +76,6 @@ declare const TooltipTypes: () => ({
76
76
  type: import("vue").PropType<string>;
77
77
  default: string;
78
78
  };
79
- disabled: {
80
- type: import("vue").PropType<boolean>;
81
- default: boolean;
82
- };
83
79
  testId: {
84
80
  type: import("vue").PropType<string>;
85
81
  default: string;
@@ -89,7 +85,7 @@ declare const TooltipTypes: () => ({
89
85
  default: number;
90
86
  };
91
87
  triggers: {
92
- type: import("vue").PropType<("touch" | "click" | "focus" | "hover")[]>;
88
+ type: import("vue").PropType<("hover" | "click" | "focus" | "touch")[]>;
93
89
  default: () => string[];
94
90
  };
95
91
  forceShowWithTruncate: {
@@ -97,19 +93,23 @@ declare const TooltipTypes: () => ({
97
93
  default: boolean;
98
94
  };
99
95
  placement: {
100
- type: import("vue").PropType<"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">;
96
+ type: import("vue").PropType<"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">;
101
97
  default: string;
102
98
  };
99
+ disabled: {
100
+ type: import("vue").PropType<boolean>;
101
+ default: boolean;
102
+ };
103
103
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
104
104
  header: string;
105
105
  text: string;
106
106
  theme: string;
107
- disabled: boolean;
108
107
  testId: string;
109
108
  delay: number;
110
- triggers: ("touch" | "click" | "focus" | "hover")[];
109
+ triggers: ("hover" | "click" | "focus" | "touch")[];
111
110
  forceShowWithTruncate: boolean;
112
- placement: "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";
111
+ placement: "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";
112
+ disabled: boolean;
113
113
  }, {}, string> & {
114
114
  beforeCreate?: (() => void) | (() => void)[];
115
115
  created?: (() => void) | (() => void)[];
@@ -143,10 +143,6 @@ declare const TooltipTypes: () => ({
143
143
  type: import("vue").PropType<string>;
144
144
  default: string;
145
145
  };
146
- disabled: {
147
- type: import("vue").PropType<boolean>;
148
- default: boolean;
149
- };
150
146
  testId: {
151
147
  type: import("vue").PropType<string>;
152
148
  default: string;
@@ -156,7 +152,7 @@ declare const TooltipTypes: () => ({
156
152
  default: number;
157
153
  };
158
154
  triggers: {
159
- type: import("vue").PropType<("touch" | "click" | "focus" | "hover")[]>;
155
+ type: import("vue").PropType<("hover" | "click" | "focus" | "touch")[]>;
160
156
  default: () => string[];
161
157
  };
162
158
  forceShowWithTruncate: {
@@ -164,9 +160,13 @@ declare const TooltipTypes: () => ({
164
160
  default: boolean;
165
161
  };
166
162
  placement: {
167
- type: import("vue").PropType<"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">;
163
+ type: import("vue").PropType<"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">;
168
164
  default: string;
169
165
  };
166
+ disabled: {
167
+ type: import("vue").PropType<boolean>;
168
+ default: boolean;
169
+ };
170
170
  }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
171
171
  __isFragment?: never;
172
172
  __isTeleport?: never;
@@ -184,10 +184,6 @@ declare const TooltipTypes: () => ({
184
184
  type: import("vue").PropType<string>;
185
185
  default: string;
186
186
  };
187
- disabled: {
188
- type: import("vue").PropType<boolean>;
189
- default: boolean;
190
- };
191
187
  testId: {
192
188
  type: import("vue").PropType<string>;
193
189
  default: string;
@@ -197,7 +193,7 @@ declare const TooltipTypes: () => ({
197
193
  default: number;
198
194
  };
199
195
  triggers: {
200
- type: import("vue").PropType<("touch" | "click" | "focus" | "hover")[]>;
196
+ type: import("vue").PropType<("hover" | "click" | "focus" | "touch")[]>;
201
197
  default: () => string[];
202
198
  };
203
199
  forceShowWithTruncate: {
@@ -205,19 +201,23 @@ declare const TooltipTypes: () => ({
205
201
  default: boolean;
206
202
  };
207
203
  placement: {
208
- type: import("vue").PropType<"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">;
204
+ type: import("vue").PropType<"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">;
209
205
  default: string;
210
206
  };
207
+ disabled: {
208
+ type: import("vue").PropType<boolean>;
209
+ default: boolean;
210
+ };
211
211
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
212
212
  header: string;
213
213
  text: string;
214
214
  theme: string;
215
- disabled: boolean;
216
215
  testId: string;
217
216
  delay: number;
218
- triggers: ("touch" | "click" | "focus" | "hover")[];
217
+ triggers: ("hover" | "click" | "focus" | "touch")[];
219
218
  forceShowWithTruncate: boolean;
220
- placement: "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";
219
+ placement: "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";
220
+ disabled: boolean;
221
221
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
222
222
  $slots: {
223
223
  default?(_: {}): any;
@@ -5,7 +5,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
5
5
  delay?: number;
6
6
  triggers?: Triggers[];
7
7
  forceShowWithTruncate?: boolean;
8
- placement?: "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";
8
+ placement?: "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";
9
9
  theme?: string;
10
10
  disabled?: boolean;
11
11
  testId?: string;
@@ -27,7 +27,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
27
27
  delay?: number;
28
28
  triggers?: Triggers[];
29
29
  forceShowWithTruncate?: boolean;
30
- placement?: "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";
30
+ placement?: "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";
31
31
  theme?: string;
32
32
  disabled?: boolean;
33
33
  testId?: string;
@@ -47,12 +47,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
47
47
  header: string;
48
48
  text: string;
49
49
  theme: string;
50
- disabled: boolean;
51
50
  testId: string;
52
51
  delay: number;
53
52
  triggers: Triggers[];
54
53
  forceShowWithTruncate: boolean;
55
- placement: "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";
54
+ placement: "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";
55
+ disabled: boolean;
56
56
  distance: string | number;
57
57
  }>, {
58
58
  default?(_: {}): any;