@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,711 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- component: import('vue').DefineComponent<{
4
- label: {
5
- type: import('vue').PropType<string>;
6
- required: true;
7
- default: string;
8
- };
9
- testId: {
10
- type: import('vue').PropType<string>;
11
- default: string;
12
- };
13
- isOpen: {
14
- type: import('vue').PropType<boolean>;
15
- default: boolean;
16
- };
17
- searchQuery: {
18
- type: import('vue').PropType<string>;
19
- default: string;
20
- };
21
- infiniteLoading: {
22
- type: import('vue').PropType<boolean>;
23
- default: boolean;
24
- };
25
- optionNameKey: {
26
- type: import('vue').PropType<string>;
27
- required: true;
28
- default: string;
29
- };
30
- optionFlagKey: {
31
- type: import('vue').PropType<string>;
32
- default: string;
33
- };
34
- groupedOptions: {
35
- type: import('vue').PropType<boolean>;
36
- default: boolean;
37
- };
38
- comparingKey: {
39
- type: import('vue').PropType<string>;
40
- required: true;
41
- default: string;
42
- };
43
- conditionalOptions: {
44
- type: import('vue').PropType<{
45
- label: string;
46
- value: string;
47
- multi: boolean;
48
- }[]>;
49
- required: true;
50
- };
51
- selectedCondition: {
52
- type: import('vue').PropType<{
53
- label: string;
54
- value: string;
55
- multi: boolean;
56
- }>;
57
- required: true;
58
- };
59
- appliedSelections: {
60
- type: import('vue').PropType<unknown>;
61
- required: true;
62
- };
63
- fetchFnCallback: {
64
- type: import('vue').PropType<(q: string) => Promise<unknown[]>>;
65
- required: true;
66
- };
67
- minCharsToStart: {
68
- type: import('vue').PropType<number>;
69
- default: number;
70
- };
71
- loadMoreFn: {
72
- type: import('vue').PropType<() => Promise<void>>;
73
- default: any;
74
- };
75
- fetchDataDebounceTime: {
76
- type: import('vue').PropType<number>;
77
- default: number;
78
- };
79
- autoFocusSearch: {
80
- type: import('vue').PropType<boolean>;
81
- default: boolean;
82
- };
83
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
84
- "update:selectedCondition": (value: {
85
- label: string;
86
- value: string;
87
- multi: boolean;
88
- }) => void;
89
- "update:appliedSelections": (value: unknown) => void;
90
- clear: () => void;
91
- }, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
92
- label: {
93
- type: import('vue').PropType<string>;
94
- required: true;
95
- default: string;
96
- };
97
- testId: {
98
- type: import('vue').PropType<string>;
99
- default: string;
100
- };
101
- isOpen: {
102
- type: import('vue').PropType<boolean>;
103
- default: boolean;
104
- };
105
- searchQuery: {
106
- type: import('vue').PropType<string>;
107
- default: string;
108
- };
109
- infiniteLoading: {
110
- type: import('vue').PropType<boolean>;
111
- default: boolean;
112
- };
113
- optionNameKey: {
114
- type: import('vue').PropType<string>;
115
- required: true;
116
- default: string;
117
- };
118
- optionFlagKey: {
119
- type: import('vue').PropType<string>;
120
- default: string;
121
- };
122
- groupedOptions: {
123
- type: import('vue').PropType<boolean>;
124
- default: boolean;
125
- };
126
- comparingKey: {
127
- type: import('vue').PropType<string>;
128
- required: true;
129
- default: string;
130
- };
131
- conditionalOptions: {
132
- type: import('vue').PropType<{
133
- label: string;
134
- value: string;
135
- multi: boolean;
136
- }[]>;
137
- required: true;
138
- };
139
- selectedCondition: {
140
- type: import('vue').PropType<{
141
- label: string;
142
- value: string;
143
- multi: boolean;
144
- }>;
145
- required: true;
146
- };
147
- appliedSelections: {
148
- type: import('vue').PropType<unknown>;
149
- required: true;
150
- };
151
- fetchFnCallback: {
152
- type: import('vue').PropType<(q: string) => Promise<unknown[]>>;
153
- required: true;
154
- };
155
- minCharsToStart: {
156
- type: import('vue').PropType<number>;
157
- default: number;
158
- };
159
- loadMoreFn: {
160
- type: import('vue').PropType<() => Promise<void>>;
161
- default: any;
162
- };
163
- fetchDataDebounceTime: {
164
- type: import('vue').PropType<number>;
165
- default: number;
166
- };
167
- autoFocusSearch: {
168
- type: import('vue').PropType<boolean>;
169
- default: boolean;
170
- };
171
- }>> & {
172
- onClear?: () => any;
173
- "onUpdate:selectedCondition"?: (value: {
174
- label: string;
175
- value: string;
176
- multi: boolean;
177
- }) => any;
178
- "onUpdate:appliedSelections"?: (value: unknown) => any;
179
- }, {
180
- label: string;
181
- testId: string;
182
- isOpen: boolean;
183
- searchQuery: string;
184
- infiniteLoading: boolean;
185
- optionNameKey: string;
186
- optionFlagKey: string;
187
- groupedOptions: boolean;
188
- comparingKey: string;
189
- minCharsToStart: number;
190
- loadMoreFn: () => Promise<void>;
191
- fetchDataDebounceTime: number;
192
- autoFocusSearch: boolean;
193
- }>;
194
- subcomponents: {
195
- Option: {
196
- new (...args: any[]): {
197
- $: import('vue').ComponentInternalInstance;
198
- $data: {};
199
- $props: Partial<{
200
- option: any;
201
- disabled: boolean;
202
- isIndeterminate: boolean;
203
- subtitle: string;
204
- selectAllOption: boolean;
205
- active: boolean;
206
- isMulti: boolean;
207
- iconKey: string;
208
- endIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit" | "ad-networks" | "ad-networks/flat" | "content-rate";
209
- optionFlagKey: string;
210
- optionTwoLinesVariant: "horizontal" | "vertical";
211
- optionTwoLinesKey: string;
212
- nameKey: string;
213
- imageKey: string;
214
- iconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit" | "ad-networks" | "ad-networks/flat" | "content-rate";
215
- endIconKey: string;
216
- endTextIconKey: string;
217
- toolTipPlacement: "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";
218
- treeMainOption: boolean;
219
- treeMainOptionExpanded: boolean;
220
- stopOptionClickEventPropagation: boolean;
221
- treeChildShown: boolean;
222
- }> & Omit<Readonly<import('vue').ExtractPropTypes<{
223
- option: {
224
- type: import('vue').PropType<unknown>;
225
- default: any;
226
- };
227
- disabled: {
228
- type: import('vue').PropType<boolean>;
229
- default: boolean;
230
- };
231
- isIndeterminate: {
232
- type: import('vue').PropType<boolean>;
233
- default: boolean;
234
- };
235
- subtitle: {
236
- type: import('vue').PropType<string>;
237
- default: string;
238
- };
239
- selectedProp: {
240
- type: import('vue').PropType<boolean>;
241
- };
242
- selectAllOption: {
243
- type: import('vue').PropType<boolean>;
244
- default: boolean;
245
- };
246
- active: {
247
- type: import('vue').PropType<boolean>;
248
- default: any;
249
- };
250
- isMulti: {
251
- type: import('vue').PropType<boolean>;
252
- default: boolean;
253
- };
254
- iconKey: {
255
- type: import('vue').PropType<string>;
256
- default: any;
257
- };
258
- endIconType: {
259
- type: import('vue').PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit" | "ad-networks" | "ad-networks/flat" | "content-rate">;
260
- default: string;
261
- };
262
- optionFlagKey: {
263
- type: import('vue').PropType<string>;
264
- default: any;
265
- };
266
- optionTwoLinesVariant: {
267
- type: import('vue').PropType<"horizontal" | "vertical">;
268
- default: any;
269
- };
270
- optionTwoLinesKey: {
271
- type: import('vue').PropType<string>;
272
- default: any;
273
- };
274
- nameKey: {
275
- type: import('vue').PropType<string>;
276
- default: any;
277
- };
278
- imageKey: {
279
- type: import('vue').PropType<string>;
280
- default: any;
281
- };
282
- iconType: {
283
- type: import('vue').PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit" | "ad-networks" | "ad-networks/flat" | "content-rate">;
284
- default: string;
285
- };
286
- endIconKey: {
287
- type: import('vue').PropType<string>;
288
- default: any;
289
- };
290
- endTextIconKey: {
291
- type: import('vue').PropType<string>;
292
- default: any;
293
- };
294
- toolTipPlacement: {
295
- 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">;
296
- default: string;
297
- };
298
- treeMainOption: {
299
- type: import('vue').PropType<boolean>;
300
- default: boolean;
301
- };
302
- treeMainOptionExpanded: {
303
- type: import('vue').PropType<boolean>;
304
- default: boolean;
305
- };
306
- stopOptionClickEventPropagation: {
307
- type: import('vue').PropType<boolean>;
308
- default: boolean;
309
- };
310
- treeChildShown: {
311
- type: import('vue').PropType<boolean>;
312
- default: boolean;
313
- };
314
- }>> & {
315
- onToggleTreeCollapse?: (option: unknown) => any;
316
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "option" | "disabled" | "isIndeterminate" | "subtitle" | "selectAllOption" | "active" | "isMulti" | "iconKey" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "nameKey" | "imageKey" | "iconType" | "endIconKey" | "endTextIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown">;
317
- $attrs: {
318
- [x: string]: unknown;
319
- };
320
- $refs: {
321
- [x: string]: unknown;
322
- };
323
- $slots: Readonly<{
324
- [name: string]: import('vue').Slot;
325
- }>;
326
- $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
327
- $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
328
- $emit: (event: "toggleTreeCollapse", option: unknown) => void;
329
- $el: any;
330
- $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
331
- option: {
332
- type: import('vue').PropType<unknown>;
333
- default: any;
334
- };
335
- disabled: {
336
- type: import('vue').PropType<boolean>;
337
- default: boolean;
338
- };
339
- isIndeterminate: {
340
- type: import('vue').PropType<boolean>;
341
- default: boolean;
342
- };
343
- subtitle: {
344
- type: import('vue').PropType<string>;
345
- default: string;
346
- };
347
- selectedProp: {
348
- type: import('vue').PropType<boolean>;
349
- };
350
- selectAllOption: {
351
- type: import('vue').PropType<boolean>;
352
- default: boolean;
353
- };
354
- active: {
355
- type: import('vue').PropType<boolean>;
356
- default: any;
357
- };
358
- isMulti: {
359
- type: import('vue').PropType<boolean>;
360
- default: boolean;
361
- };
362
- iconKey: {
363
- type: import('vue').PropType<string>;
364
- default: any;
365
- };
366
- endIconType: {
367
- type: import('vue').PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit" | "ad-networks" | "ad-networks/flat" | "content-rate">;
368
- default: string;
369
- };
370
- optionFlagKey: {
371
- type: import('vue').PropType<string>;
372
- default: any;
373
- };
374
- optionTwoLinesVariant: {
375
- type: import('vue').PropType<"horizontal" | "vertical">;
376
- default: any;
377
- };
378
- optionTwoLinesKey: {
379
- type: import('vue').PropType<string>;
380
- default: any;
381
- };
382
- nameKey: {
383
- type: import('vue').PropType<string>;
384
- default: any;
385
- };
386
- imageKey: {
387
- type: import('vue').PropType<string>;
388
- default: any;
389
- };
390
- iconType: {
391
- type: import('vue').PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit" | "ad-networks" | "ad-networks/flat" | "content-rate">;
392
- default: string;
393
- };
394
- endIconKey: {
395
- type: import('vue').PropType<string>;
396
- default: any;
397
- };
398
- endTextIconKey: {
399
- type: import('vue').PropType<string>;
400
- default: any;
401
- };
402
- toolTipPlacement: {
403
- 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">;
404
- default: string;
405
- };
406
- treeMainOption: {
407
- type: import('vue').PropType<boolean>;
408
- default: boolean;
409
- };
410
- treeMainOptionExpanded: {
411
- type: import('vue').PropType<boolean>;
412
- default: boolean;
413
- };
414
- stopOptionClickEventPropagation: {
415
- type: import('vue').PropType<boolean>;
416
- default: boolean;
417
- };
418
- treeChildShown: {
419
- type: import('vue').PropType<boolean>;
420
- default: boolean;
421
- };
422
- }>> & {
423
- onToggleTreeCollapse?: (option: unknown) => any;
424
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
425
- toggleTreeCollapse: (option: unknown) => void;
426
- }, string, {
427
- option: any;
428
- disabled: boolean;
429
- isIndeterminate: boolean;
430
- subtitle: string;
431
- selectAllOption: boolean;
432
- active: boolean;
433
- isMulti: boolean;
434
- iconKey: string;
435
- endIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit" | "ad-networks" | "ad-networks/flat" | "content-rate";
436
- optionFlagKey: string;
437
- optionTwoLinesVariant: "horizontal" | "vertical";
438
- optionTwoLinesKey: string;
439
- nameKey: string;
440
- imageKey: string;
441
- iconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit" | "ad-networks" | "ad-networks/flat" | "content-rate";
442
- endIconKey: string;
443
- endTextIconKey: string;
444
- toolTipPlacement: "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";
445
- treeMainOption: boolean;
446
- treeMainOptionExpanded: boolean;
447
- stopOptionClickEventPropagation: boolean;
448
- treeChildShown: boolean;
449
- }, {}, string> & {
450
- beforeCreate?: (() => void) | (() => void)[];
451
- created?: (() => void) | (() => void)[];
452
- beforeMount?: (() => void) | (() => void)[];
453
- mounted?: (() => void) | (() => void)[];
454
- beforeUpdate?: (() => void) | (() => void)[];
455
- updated?: (() => void) | (() => void)[];
456
- activated?: (() => void) | (() => void)[];
457
- deactivated?: (() => void) | (() => void)[];
458
- beforeDestroy?: (() => void) | (() => void)[];
459
- beforeUnmount?: (() => void) | (() => void)[];
460
- destroyed?: (() => void) | (() => void)[];
461
- unmounted?: (() => void) | (() => void)[];
462
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
463
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
464
- 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)[];
465
- };
466
- $forceUpdate: () => void;
467
- $nextTick: typeof import('vue').nextTick;
468
- $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;
469
- } & Readonly<import('vue').ExtractPropTypes<{
470
- option: {
471
- type: import('vue').PropType<unknown>;
472
- default: any;
473
- };
474
- disabled: {
475
- type: import('vue').PropType<boolean>;
476
- default: boolean;
477
- };
478
- isIndeterminate: {
479
- type: import('vue').PropType<boolean>;
480
- default: boolean;
481
- };
482
- subtitle: {
483
- type: import('vue').PropType<string>;
484
- default: string;
485
- };
486
- selectedProp: {
487
- type: import('vue').PropType<boolean>;
488
- };
489
- selectAllOption: {
490
- type: import('vue').PropType<boolean>;
491
- default: boolean;
492
- };
493
- active: {
494
- type: import('vue').PropType<boolean>;
495
- default: any;
496
- };
497
- isMulti: {
498
- type: import('vue').PropType<boolean>;
499
- default: boolean;
500
- };
501
- iconKey: {
502
- type: import('vue').PropType<string>;
503
- default: any;
504
- };
505
- endIconType: {
506
- type: import('vue').PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit" | "ad-networks" | "ad-networks/flat" | "content-rate">;
507
- default: string;
508
- };
509
- optionFlagKey: {
510
- type: import('vue').PropType<string>;
511
- default: any;
512
- };
513
- optionTwoLinesVariant: {
514
- type: import('vue').PropType<"horizontal" | "vertical">;
515
- default: any;
516
- };
517
- optionTwoLinesKey: {
518
- type: import('vue').PropType<string>;
519
- default: any;
520
- };
521
- nameKey: {
522
- type: import('vue').PropType<string>;
523
- default: any;
524
- };
525
- imageKey: {
526
- type: import('vue').PropType<string>;
527
- default: any;
528
- };
529
- iconType: {
530
- type: import('vue').PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit" | "ad-networks" | "ad-networks/flat" | "content-rate">;
531
- default: string;
532
- };
533
- endIconKey: {
534
- type: import('vue').PropType<string>;
535
- default: any;
536
- };
537
- endTextIconKey: {
538
- type: import('vue').PropType<string>;
539
- default: any;
540
- };
541
- toolTipPlacement: {
542
- 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">;
543
- default: string;
544
- };
545
- treeMainOption: {
546
- type: import('vue').PropType<boolean>;
547
- default: boolean;
548
- };
549
- treeMainOptionExpanded: {
550
- type: import('vue').PropType<boolean>;
551
- default: boolean;
552
- };
553
- stopOptionClickEventPropagation: {
554
- type: import('vue').PropType<boolean>;
555
- default: boolean;
556
- };
557
- treeChildShown: {
558
- type: import('vue').PropType<boolean>;
559
- default: boolean;
560
- };
561
- }>> & {
562
- onToggleTreeCollapse?: (option: unknown) => any;
563
- } & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {};
564
- __isFragment?: never;
565
- __isTeleport?: never;
566
- __isSuspense?: never;
567
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
568
- option: {
569
- type: import('vue').PropType<unknown>;
570
- default: any;
571
- };
572
- disabled: {
573
- type: import('vue').PropType<boolean>;
574
- default: boolean;
575
- };
576
- isIndeterminate: {
577
- type: import('vue').PropType<boolean>;
578
- default: boolean;
579
- };
580
- subtitle: {
581
- type: import('vue').PropType<string>;
582
- default: string;
583
- };
584
- selectedProp: {
585
- type: import('vue').PropType<boolean>;
586
- };
587
- selectAllOption: {
588
- type: import('vue').PropType<boolean>;
589
- default: boolean;
590
- };
591
- active: {
592
- type: import('vue').PropType<boolean>;
593
- default: any;
594
- };
595
- isMulti: {
596
- type: import('vue').PropType<boolean>;
597
- default: boolean;
598
- };
599
- iconKey: {
600
- type: import('vue').PropType<string>;
601
- default: any;
602
- };
603
- endIconType: {
604
- type: import('vue').PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit" | "ad-networks" | "ad-networks/flat" | "content-rate">;
605
- default: string;
606
- };
607
- optionFlagKey: {
608
- type: import('vue').PropType<string>;
609
- default: any;
610
- };
611
- optionTwoLinesVariant: {
612
- type: import('vue').PropType<"horizontal" | "vertical">;
613
- default: any;
614
- };
615
- optionTwoLinesKey: {
616
- type: import('vue').PropType<string>;
617
- default: any;
618
- };
619
- nameKey: {
620
- type: import('vue').PropType<string>;
621
- default: any;
622
- };
623
- imageKey: {
624
- type: import('vue').PropType<string>;
625
- default: any;
626
- };
627
- iconType: {
628
- type: import('vue').PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit" | "ad-networks" | "ad-networks/flat" | "content-rate">;
629
- default: string;
630
- };
631
- endIconKey: {
632
- type: import('vue').PropType<string>;
633
- default: any;
634
- };
635
- endTextIconKey: {
636
- type: import('vue').PropType<string>;
637
- default: any;
638
- };
639
- toolTipPlacement: {
640
- 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">;
641
- default: string;
642
- };
643
- treeMainOption: {
644
- type: import('vue').PropType<boolean>;
645
- default: boolean;
646
- };
647
- treeMainOptionExpanded: {
648
- type: import('vue').PropType<boolean>;
649
- default: boolean;
650
- };
651
- stopOptionClickEventPropagation: {
652
- type: import('vue').PropType<boolean>;
653
- default: boolean;
654
- };
655
- treeChildShown: {
656
- type: import('vue').PropType<boolean>;
657
- default: boolean;
658
- };
659
- }>> & {
660
- onToggleTreeCollapse?: (option: unknown) => any;
661
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
662
- toggleTreeCollapse: (option: unknown) => void;
663
- }, string, {
664
- option: any;
665
- disabled: boolean;
666
- isIndeterminate: boolean;
667
- subtitle: string;
668
- selectAllOption: boolean;
669
- active: boolean;
670
- isMulti: boolean;
671
- iconKey: string;
672
- endIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit" | "ad-networks" | "ad-networks/flat" | "content-rate";
673
- optionFlagKey: string;
674
- optionTwoLinesVariant: "horizontal" | "vertical";
675
- optionTwoLinesKey: string;
676
- nameKey: string;
677
- imageKey: string;
678
- iconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit" | "ad-networks" | "ad-networks/flat" | "content-rate";
679
- endIconKey: string;
680
- endTextIconKey: string;
681
- toolTipPlacement: "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";
682
- treeMainOption: boolean;
683
- treeMainOptionExpanded: boolean;
684
- stopOptionClickEventPropagation: boolean;
685
- treeChildShown: boolean;
686
- }, {}, string> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
687
- $slots: {
688
- image?(_: {}): any;
689
- flag?(_: {}): any;
690
- "icon-start"?(_: {}): any;
691
- default?(_: {}): any;
692
- "icon-end"?(_: {}): any;
693
- };
694
- });
695
- };
696
- parameters: {
697
- controls: {
698
- expanded: boolean;
699
- sort: string;
700
- };
701
- options: {
702
- showPanel: boolean;
703
- panelPosition: string;
704
- };
705
- };
706
- argTypes: any;
707
- };
708
- export default _default;
709
- export declare const Conditional: any;
710
- export declare const GroupedOptions: any;
711
- export declare const LoadMore: any;