@ironsource/shared-ui 2.0.2-rc.0 → 2.0.2-rc.2

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 (126) hide show
  1. package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_44158e5f_lang.css +1 -0
  2. package/AppHeader.vue_vue_type_style_index_0_scoped_5afbd3dd_lang.css +1 -0
  3. package/InlineCopy.vue_vue_type_style_index_0_scoped_39577dfc_lang.css +1 -0
  4. package/OptionV4.vue_vue_type_style_index_0_scoped_17d78416_lang.css +1 -0
  5. package/README.md +17 -12
  6. package/ThemeWrapper.vue_vue_type_style_index_0_scoped_137fabdf_lang.css +1 -0
  7. package/ThemeWrapper.vue_vue_type_style_index_1_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/ThemeStrore.js +13 -0
  11. package/components/ThemeWrapper/ThemeWrapper.vue.d.ts +17 -3
  12. package/components/ThemeWrapper/ThemeWrapper.vue.js +8 -0
  13. package/components/ThemeWrapper/ThemeWrapper.vue2.js +22 -0
  14. package/components/ThemeWrapper/index.d.ts +79 -0
  15. package/components/ThemeWrapper/index.js +6 -0
  16. package/components/appHeader/AppHeader.vue.d.ts +49 -0
  17. package/components/appHeader/AppHeader.vue.js +7 -0
  18. package/components/appHeader/AppHeader.vue2.js +58 -0
  19. package/components/appHeader/index.d.ts +61 -0
  20. package/components/appHeader/index.js +6 -0
  21. package/components/appTrigger/AppTrigger.vue.d.ts +1 -1
  22. package/components/appTrigger/index.d.ts +20 -20
  23. package/components/banner/Banner.vue.d.ts +3 -3
  24. package/components/banner/index.d.ts +7 -7
  25. package/components/button/v3/Button.vue.d.ts +6 -6
  26. package/components/button/v3/ButtonBase.vue.d.ts +3 -3
  27. package/components/button/v3/ScrollButton.vue.d.ts +1 -1
  28. package/components/button/v3/index.d.ts +23 -23
  29. package/components/button/v4/ButtonV4.vue.d.ts +12 -12
  30. package/components/button/v4/IconButtonV4.vue.d.ts +8 -8
  31. package/components/button/v4/index.d.ts +116 -116
  32. package/components/checkbox/v3/index.d.ts +12 -12
  33. package/components/checkbox/v4/index.d.ts +12 -12
  34. package/components/chip/v3/Chip.vue.d.ts +1 -1
  35. package/components/chip/v3/index.d.ts +20 -20
  36. package/components/chip/v4/ChipV4.vue.d.ts +1 -1
  37. package/components/chip/v4/index.d.ts +20 -20
  38. package/components/dateRange/DateRange.vue.d.ts +1 -1
  39. package/components/dateRange/DateRangePicker.vue.d.ts +1 -1
  40. package/components/dateRange/index.d.ts +20 -20
  41. package/components/dialog/v3/Dialog.vue.d.ts +2 -2
  42. package/components/dialog/v3/index.d.ts +25 -25
  43. package/components/dialog/v4/DialogV4.vue.d.ts +2 -2
  44. package/components/dialog/v4/index.d.ts +25 -25
  45. package/components/dropdown/v3/Dropdown.vue.d.ts +6 -6
  46. package/components/dropdown/v3/Option.vue.d.ts +1 -1
  47. package/components/dropdown/v3/index.d.ts +111 -111
  48. package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +7 -7
  49. package/components/dropdown/v4/AppDropdownTrigger.vue.js +3 -3
  50. package/components/dropdown/v4/AppDropdownTrigger.vue2.js +55 -63
  51. package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +1 -1
  52. package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +13 -13
  53. package/components/dropdown/v4/DropdownV4.vue.d.ts +11 -11
  54. package/components/dropdown/v4/OptionV4.vue.d.ts +4 -4
  55. package/components/dropdown/v4/OptionV4.vue.js +2 -2
  56. package/components/dropdown/v4/OptionV4.vue2.js +1 -1
  57. package/components/dropdown/v4/index.d.ts +324 -324
  58. package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
  59. package/components/emptyState/v3/index.d.ts +7 -7
  60. package/components/filterDropdown/FilterDropdown.vue.d.ts +1 -1
  61. package/components/filterDropdown/index.d.ts +9 -9
  62. package/components/icon/v4/IconV4.vue.d.ts +3 -3
  63. package/components/icon/v4/index.d.ts +7 -7
  64. package/components/includeExclude/IncludeExclude.vue.d.ts +3 -3
  65. package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +2 -2
  66. package/components/includeExclude/index.d.ts +101 -101
  67. package/components/inlineCopy/InlineCopy.vue.d.ts +39 -0
  68. package/components/inlineCopy/InlineCopy.vue.js +7 -0
  69. package/components/inlineCopy/InlineCopy.vue2.js +60 -0
  70. package/components/inlineCopy/index.d.ts +39 -0
  71. package/components/inlineCopy/index.js +6 -0
  72. package/components/input/v3/Input.vue.d.ts +2 -2
  73. package/components/input/v3/index.d.ts +69 -69
  74. package/components/input/v4/TextField.vue.d.ts +2 -2
  75. package/components/input/v4/index.d.ts +53 -53
  76. package/components/layout/FoldableSection.vue.d.ts +1 -1
  77. package/components/layout/index.d.ts +20 -20
  78. package/components/menu/Menu.vue.d.ts +1 -1
  79. package/components/menu/index.d.ts +20 -20
  80. package/components/multibar/MultiBar.vue.d.ts +1 -1
  81. package/components/multibar/index.d.ts +12 -12
  82. package/components/popover/Popover.vue.d.ts +5 -5
  83. package/components/popover/index.d.ts +58 -58
  84. package/components/radioButton/v3/RadioButton.vue.d.ts +1 -1
  85. package/components/radioButton/v3/RadioGroup.vue.d.ts +2 -2
  86. package/components/radioButton/v3/index.d.ts +42 -42
  87. package/components/radioButton/v4/RadioButtonV4.vue.d.ts +1 -1
  88. package/components/radioButton/v4/RadioGroupV4.vue.d.ts +2 -2
  89. package/components/radioButton/v4/index.d.ts +42 -42
  90. package/components/search/v3/Search.vue.d.ts +2 -2
  91. package/components/search/v3/index.d.ts +16 -16
  92. package/components/search/v4/SearchV4.vue.d.ts +1 -1
  93. package/components/search/v4/index.d.ts +9 -9
  94. package/components/shared/FieldHelpText.vue.d.ts +1 -1
  95. package/components/shared/FieldLabel.vue.d.ts +1 -1
  96. package/components/snackbar/common/snackbar.common.d.ts +1 -1
  97. package/components/snackbar/v3/Snackbar.vue.d.ts +6 -6
  98. package/components/snackbar/v4/SnackbarV4.vue.d.ts +43 -43
  99. package/components/table/v3/index.d.ts +16 -16
  100. package/components/table/v4/index.d.ts +16 -16
  101. package/components/tabs/v3/Tabs.vue.d.ts +1 -1
  102. package/components/tabs/v3/index.d.ts +20 -20
  103. package/components/tabs/v4/TabsV4.vue.d.ts +1 -1
  104. package/components/tabs/v4/index.d.ts +20 -20
  105. package/components/textArea/TextArea.vue.d.ts +1 -1
  106. package/components/textArea/index.d.ts +9 -9
  107. package/components/toggle/v3/Toggle.vue.d.ts +1 -1
  108. package/components/toggle/v3/index.d.ts +9 -9
  109. package/components/toggle/v4/ToggleV4.vue.d.ts +7 -7
  110. package/components/toggle/v4/index.d.ts +34 -34
  111. package/components/tooltip/v3/Tooltip.vue.d.ts +4 -4
  112. package/components/tooltip/v3/index.d.ts +34 -34
  113. package/components/tooltip/v4/TooltipV4.vue.d.ts +4 -4
  114. package/components/tooltip/v4/TooltipV4.vue.js +3 -3
  115. package/components/tooltip/v4/TooltipV4.vue2.js +1 -1
  116. package/components/tooltip/v4/index.d.ts +34 -34
  117. package/components/typography/Heading.vue.d.ts +1 -1
  118. package/components/typography/index.d.ts +20 -20
  119. package/index.d.ts +1987 -1641
  120. package/index.js +116 -110
  121. package/package.json +14 -2
  122. package/testids/index.d.ts +8 -0
  123. package/testids/index.js +13 -11
  124. package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_c48dc06e_lang.css +0 -1
  125. package/OptionV4.vue_vue_type_style_index_0_scoped_2a214b95_lang.css +0 -1
  126. package/TooltipV4.vue_vue_type_style_index_0_scoped_21f12d1a_lang.css +0 -1
@@ -5,12 +5,12 @@ declare const ToggleTypes: () => ({
5
5
  $props: Partial<{
6
6
  text: string;
7
7
  size: "small" | "medium";
8
- testId: string;
9
8
  color: "primary" | "test";
9
+ testId: string;
10
10
  hoverHelpText: string;
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";
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";
12
12
  feedbackText: string;
13
- feedbackVariant: "error" | "success" | "warning";
13
+ feedbackVariant: "success" | "warning" | "error";
14
14
  isLoading: boolean;
15
15
  activeText: string;
16
16
  inactiveText: string;
@@ -24,6 +24,10 @@ 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
+ };
27
31
  testId: {
28
32
  type: import("vue").PropType<string>;
29
33
  default: string;
@@ -32,16 +36,12 @@ declare const ToggleTypes: () => ({
32
36
  type: import("vue").PropType<boolean>;
33
37
  required: true;
34
38
  };
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" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
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">;
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<"error" | "success" | "warning">;
52
+ type: import("vue").PropType<"success" | "warning" | "error">;
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" | "testId" | "color" | "hoverHelpText" | "hoverHelpTextPlacement" | "feedbackText" | "feedbackVariant" | "isLoading" | "activeText" | "inactiveText" | "isDisabled">;
73
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "text" | "size" | "color" | "testId" | "hoverHelpText" | "hoverHelpTextPlacement" | "feedbackText" | "feedbackVariant" | "isLoading" | "activeText" | "inactiveText" | "isDisabled">;
74
74
  $attrs: {
75
75
  [x: string]: unknown;
76
76
  };
@@ -93,6 +93,10 @@ 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
+ };
96
100
  testId: {
97
101
  type: import("vue").PropType<string>;
98
102
  default: string;
@@ -101,16 +105,12 @@ declare const ToggleTypes: () => ({
101
105
  type: import("vue").PropType<boolean>;
102
106
  required: true;
103
107
  };
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" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
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">;
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<"error" | "success" | "warning">;
121
+ type: import("vue").PropType<"success" | "warning" | "error">;
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
- testId: string;
148
147
  color: "primary" | "test";
148
+ testId: string;
149
149
  hoverHelpText: string;
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";
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";
151
151
  feedbackText: string;
152
- feedbackVariant: "error" | "success" | "warning";
152
+ feedbackVariant: "success" | "warning" | "error";
153
153
  isLoading: boolean;
154
154
  activeText: string;
155
155
  inactiveText: string;
@@ -183,6 +183,10 @@ 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
+ };
186
190
  testId: {
187
191
  type: import("vue").PropType<string>;
188
192
  default: string;
@@ -191,16 +195,12 @@ declare const ToggleTypes: () => ({
191
195
  type: import("vue").PropType<boolean>;
192
196
  required: true;
193
197
  };
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" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
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">;
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<"error" | "success" | "warning">;
211
+ type: import("vue").PropType<"success" | "warning" | "error">;
212
212
  default: any;
213
213
  };
214
214
  isLoading: {
@@ -242,6 +242,10 @@ 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
+ };
245
249
  testId: {
246
250
  type: import("vue").PropType<string>;
247
251
  default: string;
@@ -250,16 +254,12 @@ declare const ToggleTypes: () => ({
250
254
  type: import("vue").PropType<boolean>;
251
255
  required: true;
252
256
  };
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" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
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">;
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<"error" | "success" | "warning">;
270
+ type: import("vue").PropType<"success" | "warning" | "error">;
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
- testId: string;
297
296
  color: "primary" | "test";
297
+ testId: string;
298
298
  hoverHelpText: string;
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";
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";
300
300
  feedbackText: string;
301
- feedbackVariant: "error" | "success" | "warning";
301
+ feedbackVariant: "success" | "warning" | "error";
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" | "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
+ 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";
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" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
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";
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;
46
47
  testId: string;
47
48
  delay: number;
48
49
  triggers: Triggers[];
49
50
  forceShowWithTruncate: boolean;
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;
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";
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;
9
10
  testId: string;
10
11
  delay: number;
11
- triggers: ("hover" | "click" | "focus" | "touch")[];
12
+ triggers: ("touch" | "click" | "focus" | "hover")[];
12
13
  forceShowWithTruncate: boolean;
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;
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";
15
15
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
16
16
  header: {
17
17
  type: import("vue").PropType<string>;
@@ -25,6 +25,10 @@ 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
+ };
28
32
  testId: {
29
33
  type: import("vue").PropType<string>;
30
34
  default: string;
@@ -34,7 +38,7 @@ declare const TooltipTypes: () => ({
34
38
  default: number;
35
39
  };
36
40
  triggers: {
37
- type: import("vue").PropType<("hover" | "click" | "focus" | "touch")[]>;
41
+ type: import("vue").PropType<("touch" | "click" | "focus" | "hover")[]>;
38
42
  default: () => string[];
39
43
  };
40
44
  forceShowWithTruncate: {
@@ -42,14 +46,10 @@ declare const TooltipTypes: () => ({
42
46
  default: boolean;
43
47
  };
44
48
  placement: {
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">;
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">;
46
50
  default: string;
47
51
  };
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">;
52
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "disabled" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement">;
53
53
  $attrs: {
54
54
  [x: string]: unknown;
55
55
  };
@@ -76,6 +76,10 @@ 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
+ };
79
83
  testId: {
80
84
  type: import("vue").PropType<string>;
81
85
  default: string;
@@ -85,7 +89,7 @@ declare const TooltipTypes: () => ({
85
89
  default: number;
86
90
  };
87
91
  triggers: {
88
- type: import("vue").PropType<("hover" | "click" | "focus" | "touch")[]>;
92
+ type: import("vue").PropType<("touch" | "click" | "focus" | "hover")[]>;
89
93
  default: () => string[];
90
94
  };
91
95
  forceShowWithTruncate: {
@@ -93,23 +97,19 @@ declare const TooltipTypes: () => ({
93
97
  default: boolean;
94
98
  };
95
99
  placement: {
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">;
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">;
97
101
  default: string;
98
102
  };
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;
107
108
  testId: string;
108
109
  delay: number;
109
- triggers: ("hover" | "click" | "focus" | "touch")[];
110
+ triggers: ("touch" | "click" | "focus" | "hover")[];
110
111
  forceShowWithTruncate: boolean;
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;
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";
113
113
  }, {}, string> & {
114
114
  beforeCreate?: (() => void) | (() => void)[];
115
115
  created?: (() => void) | (() => void)[];
@@ -143,6 +143,10 @@ 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
+ };
146
150
  testId: {
147
151
  type: import("vue").PropType<string>;
148
152
  default: string;
@@ -152,7 +156,7 @@ declare const TooltipTypes: () => ({
152
156
  default: number;
153
157
  };
154
158
  triggers: {
155
- type: import("vue").PropType<("hover" | "click" | "focus" | "touch")[]>;
159
+ type: import("vue").PropType<("touch" | "click" | "focus" | "hover")[]>;
156
160
  default: () => string[];
157
161
  };
158
162
  forceShowWithTruncate: {
@@ -160,13 +164,9 @@ declare const TooltipTypes: () => ({
160
164
  default: boolean;
161
165
  };
162
166
  placement: {
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">;
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">;
164
168
  default: string;
165
169
  };
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,6 +184,10 @@ 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
+ };
187
191
  testId: {
188
192
  type: import("vue").PropType<string>;
189
193
  default: string;
@@ -193,7 +197,7 @@ declare const TooltipTypes: () => ({
193
197
  default: number;
194
198
  };
195
199
  triggers: {
196
- type: import("vue").PropType<("hover" | "click" | "focus" | "touch")[]>;
200
+ type: import("vue").PropType<("touch" | "click" | "focus" | "hover")[]>;
197
201
  default: () => string[];
198
202
  };
199
203
  forceShowWithTruncate: {
@@ -201,23 +205,19 @@ declare const TooltipTypes: () => ({
201
205
  default: boolean;
202
206
  };
203
207
  placement: {
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">;
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">;
205
209
  default: string;
206
210
  };
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;
215
216
  testId: string;
216
217
  delay: number;
217
- triggers: ("hover" | "click" | "focus" | "touch")[];
218
+ triggers: ("touch" | "click" | "focus" | "hover")[];
218
219
  forceShowWithTruncate: boolean;
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;
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";
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" | "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
+ 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";
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" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
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";
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;
50
51
  testId: string;
51
52
  delay: number;
52
53
  triggers: Triggers[];
53
54
  forceShowWithTruncate: boolean;
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;
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";
56
56
  distance: string | number;
57
57
  }>, {
58
58
  default?(_: {}): any;
@@ -1,8 +1,8 @@
1
1
  import o from "./TooltipV4.vue2.js";
2
- /* empty css *//* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../TooltipV4.vue_vue_type_style_index_0_scoped_21f12d1a_lang.css"; //*');
2
+ /* empty css *//* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../../TooltipV4.vue_vue_type_style_index_0_scoped_cde15298_lang.css"; //*');
4
4
  // import "../../../TooltipV4.vue_vue_type_style_index_1_lang.css"; //');
5
- const l = /* @__PURE__ */ _(o, [["__scopeId", "data-v-21f12d1a"]]);
5
+ const l = /* @__PURE__ */ e(o, [["__scopeId", "data-v-cde15298"]]);
6
6
  export {
7
7
  l as default
8
8
  };
@@ -1,4 +1,4 @@
1
- import "../../../TooltipV4.vue_vue_type_style_index_0_scoped_21f12d1a_lang.css"; import "../../../TooltipV4.vue_vue_type_style_index_1_lang.css"; import { defineComponent as c, openBlock as l, createBlock as d, unref as t, mergeProps as m, withCtx as r, renderSlot as f, createTextVNode as u, toDisplayString as h, createElementVNode as p } from "vue";
1
+ import "../../../TooltipV4.vue_vue_type_style_index_0_scoped_cde15298_lang.css"; import "../../../TooltipV4.vue_vue_type_style_index_1_lang.css"; import { defineComponent as c, openBlock as l, createBlock as d, unref as t, mergeProps as m, withCtx as r, renderSlot as f, createTextVNode as u, toDisplayString as h, createElementVNode as p } from "vue";
2
2
  import y from "./TextWithTitleContent.vue.js";
3
3
  import { Tooltip as T } from "floating-vue";
4
4
  import { TooltipTestIdModifiers as i } from "../../../testids/index.js";