@ironsource/shared-ui 2.1.11-test.49 → 2.1.11-test.50

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 (194) hide show
  1. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_27802170_lang.css +1 -0
  2. package/EditableV4.vue_vue_type_style_index_0_scoped_1bbe222a_lang.css +1 -0
  3. package/IconFlag.vue_vue_type_style_index_0_scoped_be9dc7bb_lang.css +1 -0
  4. package/SortableItem.vue_vue_type_style_index_0_scoped_2ca7b24c_lang.css +1 -0
  5. package/SortableList.vue_vue_type_style_index_0_scoped_8f267f88_lang.css +1 -0
  6. package/TextField.vue_vue_type_style_index_0_scoped_fce3948c_lang.css +1 -0
  7. package/TooltipV4.vue_vue_type_style_index_0_scoped_66eab856_lang.css +1 -0
  8. package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
  9. package/Typography.vue_vue_type_style_index_0_scoped_5714d43e_lang.css +1 -0
  10. package/components/button/v3/Button.vue.d.ts +6 -6
  11. package/components/button/v3/index.d.ts +14 -14
  12. package/components/chart/Chart.vue.d.ts +1 -1
  13. package/components/chart/index.d.ts +20 -20
  14. package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +3 -3
  15. package/components/dropdown/v4/ConditionalDropdown.vue.js +2 -2
  16. package/components/dropdown/v4/ConditionalDropdown.vue2.js +1 -1
  17. package/components/dropdown/v4/index.d.ts +3 -3
  18. package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
  19. package/components/emptyState/v3/index.d.ts +7 -7
  20. package/components/icon/v4/IconFlag.vue.js +3 -3
  21. package/components/icon/v4/IconFlag.vue2.js +1 -1
  22. package/components/input/v4/TextField.vue.js +3 -3
  23. package/components/input/v4/TextField.vue2.js +184 -164
  24. package/components/sortableList/SortableItem.vue.d.ts +5 -0
  25. package/components/sortableList/SortableItem.vue.js +3 -3
  26. package/components/sortableList/SortableItem.vue2.js +80 -65
  27. package/components/sortableList/SortableList.vue.d.ts +16 -0
  28. package/components/sortableList/SortableList.vue.js +3 -3
  29. package/components/sortableList/SortableList.vue2.js +100 -87
  30. package/components/sortableList/index.d.ts +59 -1
  31. package/components/table/v4/DataGrid.vue.d.ts +2 -2
  32. package/components/table/v4/MultipleDataGrid.vue.d.ts +1 -1
  33. package/components/table/v4/index.d.ts +59 -59
  34. package/components/table-cells/common/Editable.common.js +8 -7
  35. package/components/table-cells/common/EditableContext.d.ts +1 -0
  36. package/components/table-cells/v4/EditableV4.vue.d.ts +5 -0
  37. package/components/table-cells/v4/EditableV4.vue.js +3 -3
  38. package/components/table-cells/v4/EditableV4.vue2.js +11 -10
  39. package/components/table-cells/v4/index.d.ts +20 -1
  40. package/components/tooltip/v4/TooltipV4.vue.js +3 -3
  41. package/components/tooltip/v4/TooltipV4.vue2.js +1 -1
  42. package/components/typography/v4/Typography.vue.js +4 -4
  43. package/components/typography/v4/Typography.vue2.js +1 -1
  44. package/composables/useFormValidation.d.ts +1 -1
  45. package/index.d.ts +282 -128
  46. package/index.js +1 -1
  47. package/package.json +239 -2
  48. package/testids/index.d.ts +1 -0
  49. package/testids/index.js +13 -13
  50. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_8f96cf5a_lang.css +0 -1
  51. package/EditableV4.vue_vue_type_style_index_0_scoped_e0c047b4_lang.css +0 -1
  52. package/IconFlag.vue_vue_type_style_index_0_scoped_7b09cc85_lang.css +0 -1
  53. package/SortableItem.vue_vue_type_style_index_0_scoped_7cb676f1_lang.css +0 -1
  54. package/SortableList.vue_vue_type_style_index_0_scoped_156c01ca_lang.css +0 -1
  55. package/TextField.vue_vue_type_style_index_0_scoped_2e327aa1_lang.css +0 -1
  56. package/TooltipV4.vue_vue_type_style_index_0_scoped_82b46d6d_lang.css +0 -1
  57. package/Typography.vue_vue_type_style_index_0_scoped_a14013a5_lang.css +0 -1
  58. package/components/alert/Alert.stories.d.ts +0 -8
  59. package/components/appHeader/AppHeader.stories.d.ts +0 -98
  60. package/components/appIcon/AppIcon.spec.d.ts +0 -1
  61. package/components/appIcon/AppIcon.stories.d.ts +0 -32
  62. package/components/appTrigger/AppTrigger.spec.d.ts +0 -1
  63. package/components/appTrigger/AppTrigger.stories.d.ts +0 -163
  64. package/components/autocomplete/Autocomplete.stories.d.ts +0 -9
  65. package/components/autocompleteDropdown/AutocompleteDropdown.spec.d.ts +0 -1
  66. package/components/autocompleteDropdown/AutocompleteDropdown.stories.d.ts +0 -232
  67. package/components/banner/Banner.spec.d.ts +0 -1
  68. package/components/banner/Banner.stories.d.ts +0 -122
  69. package/components/button/v3/Button.spec.d.ts +0 -1
  70. package/components/button/v3/Button.stories.d.ts +0 -155
  71. package/components/button/v3/ButtonBase.spec.d.ts +0 -1
  72. package/components/button/v3/IconButton.stories.d.ts +0 -150
  73. package/components/button/v3/ScrollButton.stories.d.ts +0 -55
  74. package/components/button/v4/Button.stories.d.ts +0 -275
  75. package/components/button/v4/ButtonGroup.stories.d.ts +0 -120
  76. package/components/button/v4/IconButton.stories.d.ts +0 -206
  77. package/components/button/v4/ToggleButtonGroupAB.stories.d.ts +0 -182
  78. package/components/chart/Chart.stories.d.ts +0 -17
  79. package/components/checkbox/v3/Checkbox.spec.d.ts +0 -1
  80. package/components/checkbox/v3/Checkbox.stories.d.ts +0 -187
  81. package/components/checkbox/v4/CheckboxV4.stories.d.ts +0 -7
  82. package/components/chip/v3/Chip.spec.d.ts +0 -1
  83. package/components/chip/v3/Chip.stories.d.ts +0 -170
  84. package/components/chip/v4/ChipV4.stories.d.ts +0 -7
  85. package/components/datePicker/v3/DatePicker.stories.d.ts +0 -189
  86. package/components/datePicker/v4/DatePicker.stories.d.ts +0 -261
  87. package/components/dateRange/v3/DateRange.stories.d.ts +0 -415
  88. package/components/dateRange/v4/DateRange.stories.d.ts +0 -412
  89. package/components/dialog/v3/Dialog.spec.d.ts +0 -1
  90. package/components/dialog/v3/Dialog.stories.d.ts +0 -374
  91. package/components/dialog/v4/DialogV4.stories.d.ts +0 -9
  92. package/components/dropdown/v3/Dropdown.spec.d.ts +0 -1
  93. package/components/dropdown/v3/Dropdown.stories.d.ts +0 -1161
  94. package/components/dropdown/v4/AppDropdownTrigger.stories.d.ts +0 -487
  95. package/components/dropdown/v4/ButtonDropdownTrigger.stories.d.ts +0 -10
  96. package/components/dropdown/v4/ButtonFilterDropdownTrigger.stories.d.ts +0 -8
  97. package/components/dropdown/v4/ChipDropdownTrigger.stories.d.ts +0 -135
  98. package/components/dropdown/v4/Conditional.stories.d.ts +0 -711
  99. package/components/dropdown/v4/DefaultDropdownTrigger.stories.d.ts +0 -598
  100. package/components/dropdown/v4/IconButtonDropdownTrigger.stories.d.ts +0 -20
  101. package/components/dropdown/v4/MultiSelection.stories.d.ts +0 -3769
  102. package/components/dropdown/v4/SingleSelection.stories.d.ts +0 -5688
  103. package/components/dropdown/v4/TreeDropdown.stories.d.ts +0 -9
  104. package/components/emptyState/v3/EmptyState.spec.d.ts +0 -1
  105. package/components/emptyState/v3/EmptyState.stories.d.ts +0 -295
  106. package/components/emptyState/v4/EmptyStateV4.stories.d.ts +0 -6
  107. package/components/filterDropdown/AddFilterButton.spec.d.ts +0 -1
  108. package/components/filterDropdown/AddFilterButton.stories.d.ts +0 -108
  109. package/components/filterDropdown/FilterDropdown.spec.d.ts +0 -1
  110. package/components/filterDropdown/FilterDropdown.stories.d.ts +0 -70
  111. package/components/filtersPanel/v3/FiltersPanel.spec.d.ts +0 -1
  112. package/components/filtersPanel/v3/FiltersPanel.stories.d.ts +0 -8
  113. package/components/filtersPanel/v4/FiltersPanelV4.stories.d.ts +0 -4
  114. package/components/floatingToolbar/FloatingToolbar.spec.d.ts +0 -1
  115. package/components/floatingToolbar/FloatingToolbar.stories.d.ts +0 -127
  116. package/components/forms/CardPanel.stories.d.ts +0 -6
  117. package/components/forms/FormCard.stories.d.ts +0 -9
  118. package/components/forms/FormRow.stories.d.ts +0 -4
  119. package/components/forms/validation/Validation.stories.d.ts +0 -4
  120. package/components/forms/validation/examples/dynamicForm/DynamicForm.stories.d.ts +0 -7
  121. package/components/forms/validation/examples/simpleForm/SimpleForm.stories.d.ts +0 -7
  122. package/components/icon/v3/Icon.spec.d.ts +0 -1
  123. package/components/icon/v3/Icon.stories.d.ts +0 -112
  124. package/components/icon/v4/IconFlag.stories.d.ts +0 -5
  125. package/components/icon/v4/IconV4.spec.d.ts +0 -1
  126. package/components/icon/v4/IconV4.stories.d.ts +0 -195
  127. package/components/includeExclude/EditColumns.stories.d.ts +0 -490
  128. package/components/includeExclude/IncludeExclude.spec.d.ts +0 -1
  129. package/components/includeExclude/IncludeExclude.stories.d.ts +0 -456
  130. package/components/inlineCopy/InlineCopy.stories.d.ts +0 -112
  131. package/components/input/v3/DollarInput.spec.d.ts +0 -1
  132. package/components/input/v3/DollarInput.stories.d.ts +0 -275
  133. package/components/input/v3/Input.spec.d.ts +0 -1
  134. package/components/input/v3/Input.stories.d.ts +0 -1182
  135. package/components/input/v3/PasswordInput.stories.d.ts +0 -272
  136. package/components/input/v3/PercentageInput.stories.d.ts +0 -281
  137. package/components/input/v4/TextField.stories.d.ts +0 -14
  138. package/components/layout/FoldableSection.stories.d.ts +0 -4
  139. package/components/loader/v4/Loader.stories.d.ts +0 -136
  140. package/components/menu/Menu.stories.d.ts +0 -175
  141. package/components/menuItem/MenuItem.spec.d.ts +0 -1
  142. package/components/menuItem/MenuItem.stories.d.ts +0 -55
  143. package/components/multibar/MultiBar.stories.d.ts +0 -7
  144. package/components/popover/v3/Popover.spec.d.ts +0 -1
  145. package/components/popover/v3/Popover.stories.d.ts +0 -214
  146. package/components/popover/v4/Popover.stories.d.ts +0 -271
  147. package/components/radioButton/v3/RadioButton.spec.d.ts +0 -1
  148. package/components/radioButton/v3/RadioButton.stories.d.ts +0 -368
  149. package/components/radioButton/v4/RadioButtonV4.stories.d.ts +0 -7
  150. package/components/search/v3/Search.spec.d.ts +0 -1
  151. package/components/search/v3/Search.stories.d.ts +0 -75
  152. package/components/search/v4/Search.stories.d.ts +0 -63
  153. package/components/skeleton/v3/Skeleton.spec.d.ts +0 -1
  154. package/components/skeleton/v3/Skeleton.stories.d.ts +0 -83
  155. package/components/skeleton/v4/SkeletonV4.stories.d.ts +0 -5
  156. package/components/snackbar/v3/Snackbar.spec.d.ts +0 -1
  157. package/components/snackbar/v3/Snackbar.stories.d.ts +0 -22
  158. package/components/snackbar/v4/Snackbar.stories.d.ts +0 -24
  159. package/components/sortableList/SortableList.stories.d.ts +0 -5
  160. package/components/statusDot/StatusDot.stories.d.ts +0 -21
  161. package/components/switch/v3/Switch.spec.d.ts +0 -1
  162. package/components/switch/v3/Switch.stories.d.ts +0 -147
  163. package/components/switch/v4/Switch.spec.d.ts +0 -1
  164. package/components/switch/v4/Switch.stories.d.ts +0 -48
  165. package/components/table/v3/Table.spec.d.ts +0 -1
  166. package/components/table/v3/Table.stories.d.ts +0 -1227
  167. package/components/table/v3/TableCheckbox.stories.d.ts +0 -814
  168. package/components/table/v4/DataGrid.stories.d.ts +0 -24
  169. package/components/table/v4/MultipleDataGrid.stories.d.ts +0 -4
  170. package/components/tabs/v3/Tabs.spec.d.ts +0 -1
  171. package/components/tabs/v3/Tabs.stories.d.ts +0 -172
  172. package/components/tabs/v4/TabsV4.stories.d.ts +0 -8
  173. package/components/textArea/v3/TextArea.spec.d.ts +0 -1
  174. package/components/textArea/v3/TextArea.stories.d.ts +0 -89
  175. package/components/textArea/v4/TextAreaV4.stories.d.ts +0 -9
  176. package/components/toggle/v3/Toggle.spec.d.ts +0 -1
  177. package/components/toggle/v3/Toggle.stories.d.ts +0 -107
  178. package/components/toggle/v4/ToggleV4.stories.d.ts +0 -9
  179. package/components/tooltip/v3/TextWithTitleContent.spec.d.ts +0 -1
  180. package/components/tooltip/v3/Tooltip.spec.d.ts +0 -1
  181. package/components/tooltip/v3/Tooltip.stories.d.ts +0 -253
  182. package/components/tooltip/v4/Tooltip.stories.d.ts +0 -336
  183. package/components/typography/Heading.spec.d.ts +0 -1
  184. package/components/typography/Heading.stories.d.ts +0 -119
  185. package/components/typography/Text.stories.d.ts +0 -131
  186. package/components/typography/v4/Typography.spec.d.ts +0 -1
  187. package/components/typography/v4/Typography.stories.d.ts +0 -179
  188. package/design-foundation.stories/border-radius/BorderRadius.stories.d.ts +0 -4
  189. package/design-foundation.stories/breakpoints/Breakpoints.stories.d.ts +0 -4
  190. package/design-foundation.stories/colors/Colors.stories.d.ts +0 -4
  191. package/design-foundation.stories/elevations/Elevations.stories.d.ts +0 -4
  192. package/design-foundation.stories/grid-layout/GridLayout.stories.d.ts +0 -13
  193. package/design-foundation.stories/spacing/Spacing.stories.d.ts +0 -4
  194. package/design-foundation.stories/typography/Typography.stories.d.ts +0 -4
@@ -1,253 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- component: {
4
- new (...args: any[]): {
5
- $: import('vue').ComponentInternalInstance;
6
- $data: {};
7
- $props: Partial<{
8
- header: string;
9
- text: string;
10
- testId: string;
11
- theme: string;
12
- delay: number;
13
- triggers: ("hover" | "click" | "focus" | "touch")[];
14
- forceShowWithTruncate: boolean;
15
- 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";
16
- disabled: boolean;
17
- }> & Omit<Readonly<import('vue').ExtractPropTypes<{
18
- header: {
19
- type: import('vue').PropType<string>;
20
- default: any;
21
- };
22
- text: {
23
- type: import('vue').PropType<string>;
24
- default: any;
25
- };
26
- testId: {
27
- type: import('vue').PropType<string>;
28
- default: string;
29
- };
30
- theme: {
31
- type: import('vue').PropType<string>;
32
- default: string;
33
- };
34
- delay: {
35
- type: import('vue').PropType<number>;
36
- default: number;
37
- };
38
- triggers: {
39
- type: import('vue').PropType<("hover" | "click" | "focus" | "touch")[]>;
40
- default: () => string[];
41
- };
42
- forceShowWithTruncate: {
43
- type: import('vue').PropType<boolean>;
44
- default: boolean;
45
- };
46
- placement: {
47
- 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">;
48
- default: string;
49
- };
50
- disabled: {
51
- type: import('vue').PropType<boolean>;
52
- default: boolean;
53
- };
54
- }>> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "header" | "text" | "testId" | "theme" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled">;
55
- $attrs: {
56
- [x: string]: unknown;
57
- };
58
- $refs: {
59
- [x: string]: unknown;
60
- };
61
- $slots: Readonly<{
62
- [name: string]: import('vue').Slot;
63
- }>;
64
- $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
65
- $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
66
- $emit: (event: string, ...args: any[]) => void;
67
- $el: any;
68
- $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
69
- header: {
70
- type: import('vue').PropType<string>;
71
- default: any;
72
- };
73
- text: {
74
- type: import('vue').PropType<string>;
75
- default: any;
76
- };
77
- testId: {
78
- type: import('vue').PropType<string>;
79
- default: string;
80
- };
81
- theme: {
82
- type: import('vue').PropType<string>;
83
- default: string;
84
- };
85
- delay: {
86
- type: import('vue').PropType<number>;
87
- default: number;
88
- };
89
- triggers: {
90
- type: import('vue').PropType<("hover" | "click" | "focus" | "touch")[]>;
91
- default: () => string[];
92
- };
93
- forceShowWithTruncate: {
94
- type: import('vue').PropType<boolean>;
95
- default: boolean;
96
- };
97
- placement: {
98
- 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">;
99
- default: string;
100
- };
101
- disabled: {
102
- type: import('vue').PropType<boolean>;
103
- default: boolean;
104
- };
105
- }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
106
- header: string;
107
- text: string;
108
- testId: string;
109
- theme: string;
110
- delay: number;
111
- triggers: ("hover" | "click" | "focus" | "touch")[];
112
- forceShowWithTruncate: boolean;
113
- 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";
114
- disabled: boolean;
115
- }, {}, string> & {
116
- beforeCreate?: (() => void) | (() => void)[];
117
- created?: (() => void) | (() => void)[];
118
- beforeMount?: (() => void) | (() => void)[];
119
- mounted?: (() => void) | (() => void)[];
120
- beforeUpdate?: (() => void) | (() => void)[];
121
- updated?: (() => void) | (() => void)[];
122
- activated?: (() => void) | (() => void)[];
123
- deactivated?: (() => void) | (() => void)[];
124
- beforeDestroy?: (() => void) | (() => void)[];
125
- beforeUnmount?: (() => void) | (() => void)[];
126
- destroyed?: (() => void) | (() => void)[];
127
- unmounted?: (() => void) | (() => void)[];
128
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
129
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
130
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
131
- };
132
- $forceUpdate: () => void;
133
- $nextTick: typeof import('vue').nextTick;
134
- $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;
135
- } & Readonly<import('vue').ExtractPropTypes<{
136
- header: {
137
- type: import('vue').PropType<string>;
138
- default: any;
139
- };
140
- text: {
141
- type: import('vue').PropType<string>;
142
- default: any;
143
- };
144
- testId: {
145
- type: import('vue').PropType<string>;
146
- default: string;
147
- };
148
- theme: {
149
- type: import('vue').PropType<string>;
150
- default: string;
151
- };
152
- delay: {
153
- type: import('vue').PropType<number>;
154
- default: number;
155
- };
156
- triggers: {
157
- type: import('vue').PropType<("hover" | "click" | "focus" | "touch")[]>;
158
- default: () => string[];
159
- };
160
- forceShowWithTruncate: {
161
- type: import('vue').PropType<boolean>;
162
- default: boolean;
163
- };
164
- placement: {
165
- 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">;
166
- default: string;
167
- };
168
- disabled: {
169
- type: import('vue').PropType<boolean>;
170
- default: boolean;
171
- };
172
- }>> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {};
173
- __isFragment?: never;
174
- __isTeleport?: never;
175
- __isSuspense?: never;
176
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
177
- header: {
178
- type: import('vue').PropType<string>;
179
- default: any;
180
- };
181
- text: {
182
- type: import('vue').PropType<string>;
183
- default: any;
184
- };
185
- testId: {
186
- type: import('vue').PropType<string>;
187
- default: string;
188
- };
189
- theme: {
190
- type: import('vue').PropType<string>;
191
- default: string;
192
- };
193
- delay: {
194
- type: import('vue').PropType<number>;
195
- default: number;
196
- };
197
- triggers: {
198
- type: import('vue').PropType<("hover" | "click" | "focus" | "touch")[]>;
199
- default: () => string[];
200
- };
201
- forceShowWithTruncate: {
202
- type: import('vue').PropType<boolean>;
203
- default: boolean;
204
- };
205
- placement: {
206
- 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">;
207
- default: string;
208
- };
209
- disabled: {
210
- type: import('vue').PropType<boolean>;
211
- default: boolean;
212
- };
213
- }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
214
- header: string;
215
- text: string;
216
- testId: string;
217
- theme: string;
218
- delay: number;
219
- triggers: ("hover" | "click" | "focus" | "touch")[];
220
- forceShowWithTruncate: boolean;
221
- 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";
222
- disabled: boolean;
223
- }, {}, string> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
224
- $slots: {
225
- default?(_: {}): any;
226
- tooltip?(_: {
227
- text: any;
228
- }): any;
229
- };
230
- });
231
- argTypes: {};
232
- };
233
- export default _default;
234
- export declare const Default: any;
235
- export declare const DelayedRight: any;
236
- export declare const NotTruncated: any;
237
- export declare const WithTitle: any;
238
- export declare const HTMLTooltip: any;
239
- export declare const CustomTheme: any;
240
- export declare const PlacementRight: any;
241
- export declare const PlacementLeft: any;
242
- export declare const PlacementTop: any;
243
- export declare const PlacementBottom: any;
244
- export declare const PlacementBottomStart: any;
245
- export declare const PlacementBottomEnd: any;
246
- export declare const PlacementTopStart: any;
247
- export declare const PlacementTopEnd: any;
248
- export declare const PlacementRightStart: any;
249
- export declare const PlacementRightEnd: any;
250
- export declare const PlacementLeftStart: any;
251
- export declare const PlacementLeftEnd: any;
252
- export declare const TriggerHover: any;
253
- export declare const TriggerClick: any;
@@ -1,336 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- component: {
4
- new (...args: any[]): {
5
- $: import('vue').ComponentInternalInstance;
6
- $data: {};
7
- $props: Partial<{
8
- header: string;
9
- text: string;
10
- testId: string;
11
- theme: string;
12
- delay: number;
13
- triggers: ("hover" | "click" | "focus" | "touch")[];
14
- forceShowWithTruncate: boolean;
15
- 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";
16
- disabled: boolean;
17
- container: string;
18
- distance: string | number;
19
- autoHide: boolean;
20
- shown: boolean;
21
- }> & Omit<Readonly<import('vue').ExtractPropTypes<{
22
- header: {
23
- type: import('vue').PropType<string>;
24
- default: any;
25
- };
26
- text: {
27
- type: import('vue').PropType<string>;
28
- default: any;
29
- };
30
- testId: {
31
- type: import('vue').PropType<string>;
32
- default: string;
33
- };
34
- theme: {
35
- type: import('vue').PropType<string>;
36
- default: string;
37
- };
38
- delay: {
39
- type: import('vue').PropType<number>;
40
- default: number;
41
- };
42
- triggers: {
43
- type: import('vue').PropType<("hover" | "click" | "focus" | "touch")[]>;
44
- default: () => string[];
45
- };
46
- forceShowWithTruncate: {
47
- type: import('vue').PropType<boolean>;
48
- default: boolean;
49
- };
50
- placement: {
51
- 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">;
52
- default: string;
53
- };
54
- disabled: {
55
- type: import('vue').PropType<boolean>;
56
- default: boolean;
57
- };
58
- container: {
59
- type: import('vue').PropType<string>;
60
- default: string;
61
- };
62
- distance: {
63
- type: import('vue').PropType<string | number>;
64
- default: string;
65
- };
66
- autoHide: {
67
- type: import('vue').PropType<boolean>;
68
- default: boolean;
69
- };
70
- shown: {
71
- type: import('vue').PropType<boolean>;
72
- default: any;
73
- };
74
- }>> & {
75
- onShow?: () => any;
76
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "header" | "text" | "testId" | "theme" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "container" | "distance" | "autoHide" | "shown">;
77
- $attrs: {
78
- [x: string]: unknown;
79
- };
80
- $refs: {
81
- [x: string]: unknown;
82
- };
83
- $slots: Readonly<{
84
- [name: string]: import('vue').Slot;
85
- }>;
86
- $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
87
- $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
88
- $emit: (event: "show") => void;
89
- $el: any;
90
- $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
91
- header: {
92
- type: import('vue').PropType<string>;
93
- default: any;
94
- };
95
- text: {
96
- type: import('vue').PropType<string>;
97
- default: any;
98
- };
99
- testId: {
100
- type: import('vue').PropType<string>;
101
- default: string;
102
- };
103
- theme: {
104
- type: import('vue').PropType<string>;
105
- default: string;
106
- };
107
- delay: {
108
- type: import('vue').PropType<number>;
109
- default: number;
110
- };
111
- triggers: {
112
- type: import('vue').PropType<("hover" | "click" | "focus" | "touch")[]>;
113
- default: () => string[];
114
- };
115
- forceShowWithTruncate: {
116
- type: import('vue').PropType<boolean>;
117
- default: boolean;
118
- };
119
- placement: {
120
- 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">;
121
- default: string;
122
- };
123
- disabled: {
124
- type: import('vue').PropType<boolean>;
125
- default: boolean;
126
- };
127
- container: {
128
- type: import('vue').PropType<string>;
129
- default: string;
130
- };
131
- distance: {
132
- type: import('vue').PropType<string | number>;
133
- default: string;
134
- };
135
- autoHide: {
136
- type: import('vue').PropType<boolean>;
137
- default: boolean;
138
- };
139
- shown: {
140
- type: import('vue').PropType<boolean>;
141
- default: any;
142
- };
143
- }>> & {
144
- onShow?: () => any;
145
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
146
- show: () => void;
147
- }, string, {
148
- header: string;
149
- text: string;
150
- testId: string;
151
- theme: string;
152
- delay: number;
153
- triggers: ("hover" | "click" | "focus" | "touch")[];
154
- forceShowWithTruncate: boolean;
155
- 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";
156
- disabled: boolean;
157
- container: string;
158
- distance: string | number;
159
- autoHide: boolean;
160
- shown: boolean;
161
- }, {}, string> & {
162
- beforeCreate?: (() => void) | (() => void)[];
163
- created?: (() => void) | (() => void)[];
164
- beforeMount?: (() => void) | (() => void)[];
165
- mounted?: (() => void) | (() => void)[];
166
- beforeUpdate?: (() => void) | (() => void)[];
167
- updated?: (() => void) | (() => void)[];
168
- activated?: (() => void) | (() => void)[];
169
- deactivated?: (() => void) | (() => void)[];
170
- beforeDestroy?: (() => void) | (() => void)[];
171
- beforeUnmount?: (() => void) | (() => void)[];
172
- destroyed?: (() => void) | (() => void)[];
173
- unmounted?: (() => void) | (() => void)[];
174
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
175
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
176
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
177
- };
178
- $forceUpdate: () => void;
179
- $nextTick: typeof import('vue').nextTick;
180
- $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;
181
- } & Readonly<import('vue').ExtractPropTypes<{
182
- header: {
183
- type: import('vue').PropType<string>;
184
- default: any;
185
- };
186
- text: {
187
- type: import('vue').PropType<string>;
188
- default: any;
189
- };
190
- testId: {
191
- type: import('vue').PropType<string>;
192
- default: string;
193
- };
194
- theme: {
195
- type: import('vue').PropType<string>;
196
- default: string;
197
- };
198
- delay: {
199
- type: import('vue').PropType<number>;
200
- default: number;
201
- };
202
- triggers: {
203
- type: import('vue').PropType<("hover" | "click" | "focus" | "touch")[]>;
204
- default: () => string[];
205
- };
206
- forceShowWithTruncate: {
207
- type: import('vue').PropType<boolean>;
208
- default: boolean;
209
- };
210
- placement: {
211
- 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">;
212
- default: string;
213
- };
214
- disabled: {
215
- type: import('vue').PropType<boolean>;
216
- default: boolean;
217
- };
218
- container: {
219
- type: import('vue').PropType<string>;
220
- default: string;
221
- };
222
- distance: {
223
- type: import('vue').PropType<string | number>;
224
- default: string;
225
- };
226
- autoHide: {
227
- type: import('vue').PropType<boolean>;
228
- default: boolean;
229
- };
230
- shown: {
231
- type: import('vue').PropType<boolean>;
232
- default: any;
233
- };
234
- }>> & {
235
- onShow?: () => any;
236
- } & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {};
237
- __isFragment?: never;
238
- __isTeleport?: never;
239
- __isSuspense?: never;
240
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
241
- header: {
242
- type: import('vue').PropType<string>;
243
- default: any;
244
- };
245
- text: {
246
- type: import('vue').PropType<string>;
247
- default: any;
248
- };
249
- testId: {
250
- type: import('vue').PropType<string>;
251
- default: string;
252
- };
253
- theme: {
254
- type: import('vue').PropType<string>;
255
- default: string;
256
- };
257
- delay: {
258
- type: import('vue').PropType<number>;
259
- default: number;
260
- };
261
- triggers: {
262
- type: import('vue').PropType<("hover" | "click" | "focus" | "touch")[]>;
263
- default: () => string[];
264
- };
265
- forceShowWithTruncate: {
266
- type: import('vue').PropType<boolean>;
267
- default: boolean;
268
- };
269
- placement: {
270
- 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">;
271
- default: string;
272
- };
273
- disabled: {
274
- type: import('vue').PropType<boolean>;
275
- default: boolean;
276
- };
277
- container: {
278
- type: import('vue').PropType<string>;
279
- default: string;
280
- };
281
- distance: {
282
- type: import('vue').PropType<string | number>;
283
- default: string;
284
- };
285
- autoHide: {
286
- type: import('vue').PropType<boolean>;
287
- default: boolean;
288
- };
289
- shown: {
290
- type: import('vue').PropType<boolean>;
291
- default: any;
292
- };
293
- }>> & {
294
- onShow?: () => any;
295
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
296
- show: () => void;
297
- }, string, {
298
- header: string;
299
- text: string;
300
- testId: string;
301
- theme: string;
302
- delay: number;
303
- triggers: ("hover" | "click" | "focus" | "touch")[];
304
- forceShowWithTruncate: boolean;
305
- 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";
306
- disabled: boolean;
307
- container: string;
308
- distance: string | number;
309
- autoHide: boolean;
310
- shown: boolean;
311
- }, {}, string> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
312
- $slots: {
313
- default?(_: {}): any;
314
- tooltip?(_: {
315
- text: any;
316
- }): any;
317
- };
318
- });
319
- parameters: {
320
- controls: {
321
- expanded: boolean;
322
- sort: string;
323
- };
324
- options: {
325
- showPanel: boolean;
326
- panelPosition: string;
327
- };
328
- };
329
- argTypes: any;
330
- };
331
- export default _default;
332
- export declare const Basic: any;
333
- export declare const Placement: any;
334
- export declare const TriggerAction: any;
335
- export declare const WithTitle: any;
336
- export declare const HTMLTooltip: any;
@@ -1 +0,0 @@
1
- export {};