@ironsource/shared-ui 2.1.12-rc.30 → 2.1.12-rc.31

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 (67) hide show
  1. package/ColumnPicker.vue_vue_type_style_index_0_scoped_ea8c7024_lang.css +1 -0
  2. package/DialogFooter.vue_vue_type_style_index_0_scoped_8b7f64fe_lang.css +1 -0
  3. package/DialogHeader.vue_vue_type_style_index_0_scoped_9a814ec3_lang.css +1 -0
  4. package/DialogV4.vue_vue_type_style_index_0_scoped_cc99f1e3_lang.css +1 -0
  5. package/OptionChip.vue_vue_type_style_index_0_scoped_538e4a21_lang.css +1 -0
  6. package/OptionV4.vue_vue_type_style_index_0_scoped_752a357d_lang.css +1 -0
  7. package/RemoveButton.vue_vue_type_style_index_0_scoped_ca7fc11d_lang.css +1 -0
  8. package/SortableItem.vue_vue_type_style_index_0_scoped_800cd503_lang.css +1 -0
  9. package/SortableItemLabel.vue_vue_type_style_index_0_scoped_a534c7af_lang.css +1 -0
  10. package/SortableList.vue_vue_type_style_index_0_scoped_84dc8525_lang.css +1 -0
  11. package/TooltipV4.vue_vue_type_style_index_0_scoped_8a451e54_lang.css +1 -0
  12. package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
  13. package/components/columnPicker/ColumnPicker.vue.d.ts +119 -0
  14. package/components/columnPicker/ColumnPicker.vue.js +7 -0
  15. package/components/columnPicker/ColumnPicker.vue2.js +322 -0
  16. package/components/columnPicker/OptionChip.vue.d.ts +53 -0
  17. package/components/columnPicker/OptionChip.vue.js +7 -0
  18. package/components/columnPicker/OptionChip.vue2.js +46 -0
  19. package/components/columnPicker/RemoveButton.vue.d.ts +38 -0
  20. package/components/columnPicker/RemoveButton.vue.js +7 -0
  21. package/components/columnPicker/RemoveButton.vue2.js +35 -0
  22. package/components/columnPicker/index.d.ts +388 -0
  23. package/components/columnPicker/index.js +6 -0
  24. package/components/columnPicker/mockData.d.ts +8 -0
  25. package/components/dialog/v3/Dialog.vue.d.ts +3 -3
  26. package/components/dialog/v3/index.d.ts +46 -46
  27. package/components/dialog/v4/DialogFooter.vue.d.ts +78 -0
  28. package/components/dialog/v4/DialogFooter.vue.js +7 -0
  29. package/components/dialog/v4/DialogFooter.vue2.js +60 -0
  30. package/components/dialog/v4/DialogHeader.vue.d.ts +60 -0
  31. package/components/dialog/v4/DialogHeader.vue.js +7 -0
  32. package/components/dialog/v4/DialogHeader.vue2.js +58 -0
  33. package/components/dialog/v4/DialogV4.vue.d.ts +9 -9
  34. package/components/dialog/v4/DialogV4.vue.js +3 -3
  35. package/components/dialog/v4/DialogV4.vue2.js +65 -107
  36. package/components/dialog/v4/index.d.ts +157 -157
  37. package/components/dropdown/v4/OptionV4.vue.d.ts +5 -0
  38. package/components/dropdown/v4/OptionV4.vue.js +3 -3
  39. package/components/dropdown/v4/OptionV4.vue2.js +83 -70
  40. package/components/dropdown/v4/index.d.ts +20 -1
  41. package/components/sortableList/SortableItem.vue.d.ts +17 -2
  42. package/components/sortableList/SortableItem.vue.js +3 -3
  43. package/components/sortableList/SortableItem.vue2.js +86 -70
  44. package/components/sortableList/SortableItemLabel.vue.js +3 -3
  45. package/components/sortableList/SortableItemLabel.vue2.js +26 -23
  46. package/components/sortableList/SortableList.types.d.ts +1 -0
  47. package/components/sortableList/SortableList.vue.d.ts +10 -0
  48. package/components/sortableList/SortableList.vue.js +3 -3
  49. package/components/sortableList/SortableList.vue2.js +104 -96
  50. package/components/sortableList/composables/useHoverEffect.js +1 -1
  51. package/components/sortableList/index.d.ts +39 -1
  52. package/components/table/v4/storyUtils.d.ts +17 -0
  53. package/components/tooltip/v4/TooltipV4.vue.d.ts +5 -0
  54. package/components/tooltip/v4/TooltipV4.vue.js +2 -2
  55. package/components/tooltip/v4/TooltipV4.vue2.js +18 -17
  56. package/components/tooltip/v4/index.d.ts +20 -1
  57. package/index.d.ts +473 -320
  58. package/index.js +99 -95
  59. package/package.json +5 -1
  60. package/testids/index.d.ts +4 -0
  61. package/testids/index.js +29 -28
  62. package/DialogV4.vue_vue_type_style_index_0_scoped_eb226e31_lang.css +0 -1
  63. package/OptionV4.vue_vue_type_style_index_0_scoped_0287cebf_lang.css +0 -1
  64. package/SortableItem.vue_vue_type_style_index_0_scoped_48542664_lang.css +0 -1
  65. package/SortableItemLabel.vue_vue_type_style_index_0_scoped_f2ced2f4_lang.css +0 -1
  66. package/SortableList.vue_vue_type_style_index_0_scoped_8f267f88_lang.css +0 -1
  67. package/TooltipV4.vue_vue_type_style_index_0_scoped_bcb40ed4_lang.css +0 -1
@@ -0,0 +1,38 @@
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
+ disabled?: boolean;
3
+ tooltipText?: string;
4
+ }>, {
5
+ disabled: boolean;
6
+ tooltipText: string;
7
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
+ click: () => void;
9
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
10
+ disabled?: boolean;
11
+ tooltipText?: string;
12
+ }>, {
13
+ disabled: boolean;
14
+ tooltipText: string;
15
+ }>>> & {
16
+ onClick?: () => any;
17
+ }, {
18
+ tooltipText: string;
19
+ disabled: boolean;
20
+ }>;
21
+ export default _default;
22
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
23
+ type __VLS_TypePropsToRuntimeProps<T> = {
24
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
25
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
26
+ } : {
27
+ type: import('vue').PropType<T[K]>;
28
+ required: true;
29
+ };
30
+ };
31
+ type __VLS_WithDefaults<P, D> = {
32
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
33
+ default: D[K];
34
+ }> : P[K];
35
+ };
36
+ type __VLS_Prettify<T> = {
37
+ [K in keyof T]: T[K];
38
+ } & {};
@@ -0,0 +1,7 @@
1
+ import o from "./RemoveButton.vue2.js";
2
+ /* empty css */import e from "../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../RemoveButton.vue_vue_type_style_index_0_scoped_ca7fc11d_lang.css"; //*');
4
+ const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-ca7fc11d"]]);
5
+ export {
6
+ s as default
7
+ };
@@ -0,0 +1,35 @@
1
+ import "../../RemoveButton.vue_vue_type_style_index_0_scoped_ca7fc11d_lang.css"; import { defineComponent as i, openBlock as a, createBlock as n, unref as o, withCtx as d, createVNode as m, normalizeClass as r } from "vue";
2
+ import "../button/v4/ButtonV4.vue.js";
3
+ import s from "../button/v4/IconButtonV4.vue.js";
4
+ import "../button/v4/ButtonGroup.vue.js";
5
+ import "../button/v4/ToggleButtonGroupAB.vue.js";
6
+ import c from "../tooltip/v4/TooltipV4.vue.js";
7
+ const C = /* @__PURE__ */ i({
8
+ __name: "RemoveButton",
9
+ props: {
10
+ disabled: { type: Boolean, default: !1 },
11
+ tooltipText: { default: "" }
12
+ },
13
+ emits: ["click"],
14
+ setup(e, { emit: l }) {
15
+ return (u, t) => (a(), n(o(c), {
16
+ text: e.tooltipText,
17
+ disabled: !e.tooltipText,
18
+ placement: "bottom-end"
19
+ }, {
20
+ default: d(() => [
21
+ m(o(s), {
22
+ class: r(["remove-button", { "remove-button--disabled": e.disabled }]),
23
+ "icon-name": "x",
24
+ size: "extraSmall",
25
+ disabled: e.disabled,
26
+ onClick: t[0] || (t[0] = (p) => l("click"))
27
+ }, null, 8, ["class", "disabled"])
28
+ ]),
29
+ _: 1
30
+ }, 8, ["text", "disabled"]));
31
+ }
32
+ });
33
+ export {
34
+ C as default
35
+ };
@@ -0,0 +1,388 @@
1
+ import ColumnPicker from './ColumnPicker.vue';
2
+ declare const ColumnPickerTypes: () => ({
3
+ new (...args: any[]): {
4
+ $: import("vue").ComponentInternalInstance;
5
+ $data: {};
6
+ $props: Partial<{
7
+ testId: string;
8
+ selected: unknown[];
9
+ options: Record<string, unknown>[];
10
+ minSelections: number;
11
+ noResultsText: string;
12
+ searchAutoFocus: boolean;
13
+ searchPlaceholder: string;
14
+ appendToBody: boolean;
15
+ defaultSelection: unknown[];
16
+ inlineGroupIds: unknown[];
17
+ headerText: string;
18
+ idKey: string;
19
+ displayKey: string;
20
+ childrenKey: string;
21
+ disabledKey: string;
22
+ minSelectionsTooltipMessage: string;
23
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
24
+ testId: {
25
+ type: import("vue").PropType<string>;
26
+ required: true;
27
+ default: string;
28
+ };
29
+ selected: {
30
+ type: import("vue").PropType<unknown[]>;
31
+ required: true;
32
+ default: () => any[];
33
+ };
34
+ options: {
35
+ type: import("vue").PropType<Record<string, unknown>[]>;
36
+ required: true;
37
+ default: () => any[];
38
+ };
39
+ minSelections: {
40
+ type: import("vue").PropType<number>;
41
+ default: number;
42
+ };
43
+ noResultsText: {
44
+ type: import("vue").PropType<string>;
45
+ default: string;
46
+ };
47
+ searchAutoFocus: {
48
+ type: import("vue").PropType<boolean>;
49
+ default: boolean;
50
+ };
51
+ searchPlaceholder: {
52
+ type: import("vue").PropType<string>;
53
+ default: string;
54
+ };
55
+ appendToBody: {
56
+ type: import("vue").PropType<boolean>;
57
+ default: boolean;
58
+ };
59
+ defaultSelection: {
60
+ type: import("vue").PropType<unknown[]>;
61
+ default: any;
62
+ };
63
+ inlineGroupIds: {
64
+ type: import("vue").PropType<unknown[]>;
65
+ default: () => any[];
66
+ };
67
+ headerText: {
68
+ type: import("vue").PropType<string>;
69
+ default: string;
70
+ };
71
+ idKey: {
72
+ type: import("vue").PropType<string>;
73
+ default: string;
74
+ };
75
+ displayKey: {
76
+ type: import("vue").PropType<string>;
77
+ default: string;
78
+ };
79
+ childrenKey: {
80
+ type: import("vue").PropType<string>;
81
+ default: string;
82
+ };
83
+ disabledKey: {
84
+ type: import("vue").PropType<string>;
85
+ default: string;
86
+ };
87
+ minSelectionsTooltipMessage: {
88
+ type: import("vue").PropType<string>;
89
+ default: string;
90
+ };
91
+ }>> & {
92
+ "onUpdate:selected"?: (value: unknown[]) => any;
93
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "selected" | "options" | "minSelections" | "noResultsText" | "searchAutoFocus" | "searchPlaceholder" | "appendToBody" | "defaultSelection" | "inlineGroupIds" | "headerText" | "idKey" | "displayKey" | "childrenKey" | "disabledKey" | "minSelectionsTooltipMessage">;
94
+ $attrs: {
95
+ [x: string]: unknown;
96
+ };
97
+ $refs: {
98
+ [x: string]: unknown;
99
+ };
100
+ $slots: Readonly<{
101
+ [name: string]: import("vue").Slot;
102
+ }>;
103
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
104
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
105
+ $emit: (event: "update:selected", value: unknown[]) => void;
106
+ $el: any;
107
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
108
+ testId: {
109
+ type: import("vue").PropType<string>;
110
+ required: true;
111
+ default: string;
112
+ };
113
+ selected: {
114
+ type: import("vue").PropType<unknown[]>;
115
+ required: true;
116
+ default: () => any[];
117
+ };
118
+ options: {
119
+ type: import("vue").PropType<Record<string, unknown>[]>;
120
+ required: true;
121
+ default: () => any[];
122
+ };
123
+ minSelections: {
124
+ type: import("vue").PropType<number>;
125
+ default: number;
126
+ };
127
+ noResultsText: {
128
+ type: import("vue").PropType<string>;
129
+ default: string;
130
+ };
131
+ searchAutoFocus: {
132
+ type: import("vue").PropType<boolean>;
133
+ default: boolean;
134
+ };
135
+ searchPlaceholder: {
136
+ type: import("vue").PropType<string>;
137
+ default: string;
138
+ };
139
+ appendToBody: {
140
+ type: import("vue").PropType<boolean>;
141
+ default: boolean;
142
+ };
143
+ defaultSelection: {
144
+ type: import("vue").PropType<unknown[]>;
145
+ default: any;
146
+ };
147
+ inlineGroupIds: {
148
+ type: import("vue").PropType<unknown[]>;
149
+ default: () => any[];
150
+ };
151
+ headerText: {
152
+ type: import("vue").PropType<string>;
153
+ default: string;
154
+ };
155
+ idKey: {
156
+ type: import("vue").PropType<string>;
157
+ default: string;
158
+ };
159
+ displayKey: {
160
+ type: import("vue").PropType<string>;
161
+ default: string;
162
+ };
163
+ childrenKey: {
164
+ type: import("vue").PropType<string>;
165
+ default: string;
166
+ };
167
+ disabledKey: {
168
+ type: import("vue").PropType<string>;
169
+ default: string;
170
+ };
171
+ minSelectionsTooltipMessage: {
172
+ type: import("vue").PropType<string>;
173
+ default: string;
174
+ };
175
+ }>> & {
176
+ "onUpdate:selected"?: (value: unknown[]) => any;
177
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
178
+ "update:selected": (value: unknown[]) => void;
179
+ }, string, {
180
+ testId: string;
181
+ selected: unknown[];
182
+ options: Record<string, unknown>[];
183
+ minSelections: number;
184
+ noResultsText: string;
185
+ searchAutoFocus: boolean;
186
+ searchPlaceholder: string;
187
+ appendToBody: boolean;
188
+ defaultSelection: unknown[];
189
+ inlineGroupIds: unknown[];
190
+ headerText: string;
191
+ idKey: string;
192
+ displayKey: string;
193
+ childrenKey: string;
194
+ disabledKey: string;
195
+ minSelectionsTooltipMessage: string;
196
+ }, {}, string> & {
197
+ beforeCreate?: (() => void) | (() => void)[];
198
+ created?: (() => void) | (() => void)[];
199
+ beforeMount?: (() => void) | (() => void)[];
200
+ mounted?: (() => void) | (() => void)[];
201
+ beforeUpdate?: (() => void) | (() => void)[];
202
+ updated?: (() => void) | (() => void)[];
203
+ activated?: (() => void) | (() => void)[];
204
+ deactivated?: (() => void) | (() => void)[];
205
+ beforeDestroy?: (() => void) | (() => void)[];
206
+ beforeUnmount?: (() => void) | (() => void)[];
207
+ destroyed?: (() => void) | (() => void)[];
208
+ unmounted?: (() => void) | (() => void)[];
209
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
210
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
211
+ 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)[];
212
+ };
213
+ $forceUpdate: () => void;
214
+ $nextTick: typeof import("vue").nextTick;
215
+ $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;
216
+ } & Readonly<import("vue").ExtractPropTypes<{
217
+ testId: {
218
+ type: import("vue").PropType<string>;
219
+ required: true;
220
+ default: string;
221
+ };
222
+ selected: {
223
+ type: import("vue").PropType<unknown[]>;
224
+ required: true;
225
+ default: () => any[];
226
+ };
227
+ options: {
228
+ type: import("vue").PropType<Record<string, unknown>[]>;
229
+ required: true;
230
+ default: () => any[];
231
+ };
232
+ minSelections: {
233
+ type: import("vue").PropType<number>;
234
+ default: number;
235
+ };
236
+ noResultsText: {
237
+ type: import("vue").PropType<string>;
238
+ default: string;
239
+ };
240
+ searchAutoFocus: {
241
+ type: import("vue").PropType<boolean>;
242
+ default: boolean;
243
+ };
244
+ searchPlaceholder: {
245
+ type: import("vue").PropType<string>;
246
+ default: string;
247
+ };
248
+ appendToBody: {
249
+ type: import("vue").PropType<boolean>;
250
+ default: boolean;
251
+ };
252
+ defaultSelection: {
253
+ type: import("vue").PropType<unknown[]>;
254
+ default: any;
255
+ };
256
+ inlineGroupIds: {
257
+ type: import("vue").PropType<unknown[]>;
258
+ default: () => any[];
259
+ };
260
+ headerText: {
261
+ type: import("vue").PropType<string>;
262
+ default: string;
263
+ };
264
+ idKey: {
265
+ type: import("vue").PropType<string>;
266
+ default: string;
267
+ };
268
+ displayKey: {
269
+ type: import("vue").PropType<string>;
270
+ default: string;
271
+ };
272
+ childrenKey: {
273
+ type: import("vue").PropType<string>;
274
+ default: string;
275
+ };
276
+ disabledKey: {
277
+ type: import("vue").PropType<string>;
278
+ default: string;
279
+ };
280
+ minSelectionsTooltipMessage: {
281
+ type: import("vue").PropType<string>;
282
+ default: string;
283
+ };
284
+ }>> & {
285
+ "onUpdate:selected"?: (value: unknown[]) => any;
286
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
287
+ __isFragment?: never;
288
+ __isTeleport?: never;
289
+ __isSuspense?: never;
290
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
291
+ testId: {
292
+ type: import("vue").PropType<string>;
293
+ required: true;
294
+ default: string;
295
+ };
296
+ selected: {
297
+ type: import("vue").PropType<unknown[]>;
298
+ required: true;
299
+ default: () => any[];
300
+ };
301
+ options: {
302
+ type: import("vue").PropType<Record<string, unknown>[]>;
303
+ required: true;
304
+ default: () => any[];
305
+ };
306
+ minSelections: {
307
+ type: import("vue").PropType<number>;
308
+ default: number;
309
+ };
310
+ noResultsText: {
311
+ type: import("vue").PropType<string>;
312
+ default: string;
313
+ };
314
+ searchAutoFocus: {
315
+ type: import("vue").PropType<boolean>;
316
+ default: boolean;
317
+ };
318
+ searchPlaceholder: {
319
+ type: import("vue").PropType<string>;
320
+ default: string;
321
+ };
322
+ appendToBody: {
323
+ type: import("vue").PropType<boolean>;
324
+ default: boolean;
325
+ };
326
+ defaultSelection: {
327
+ type: import("vue").PropType<unknown[]>;
328
+ default: any;
329
+ };
330
+ inlineGroupIds: {
331
+ type: import("vue").PropType<unknown[]>;
332
+ default: () => any[];
333
+ };
334
+ headerText: {
335
+ type: import("vue").PropType<string>;
336
+ default: string;
337
+ };
338
+ idKey: {
339
+ type: import("vue").PropType<string>;
340
+ default: string;
341
+ };
342
+ displayKey: {
343
+ type: import("vue").PropType<string>;
344
+ default: string;
345
+ };
346
+ childrenKey: {
347
+ type: import("vue").PropType<string>;
348
+ default: string;
349
+ };
350
+ disabledKey: {
351
+ type: import("vue").PropType<string>;
352
+ default: string;
353
+ };
354
+ minSelectionsTooltipMessage: {
355
+ type: import("vue").PropType<string>;
356
+ default: string;
357
+ };
358
+ }>> & {
359
+ "onUpdate:selected"?: (value: unknown[]) => any;
360
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
361
+ "update:selected": (value: unknown[]) => void;
362
+ }, string, {
363
+ testId: string;
364
+ selected: unknown[];
365
+ options: Record<string, unknown>[];
366
+ minSelections: number;
367
+ noResultsText: string;
368
+ searchAutoFocus: boolean;
369
+ searchPlaceholder: string;
370
+ appendToBody: boolean;
371
+ defaultSelection: unknown[];
372
+ inlineGroupIds: unknown[];
373
+ headerText: string;
374
+ idKey: string;
375
+ displayKey: string;
376
+ childrenKey: string;
377
+ disabledKey: string;
378
+ minSelectionsTooltipMessage: string;
379
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
380
+ $slots: {
381
+ trigger?(_: {
382
+ triggerProps: {
383
+ onClick: () => void;
384
+ };
385
+ }): any;
386
+ };
387
+ }))[];
388
+ export { ColumnPicker, ColumnPickerTypes };
@@ -0,0 +1,6 @@
1
+ import o from "./ColumnPicker.vue.js";
2
+ const e = () => [o];
3
+ export {
4
+ o as ColumnPicker,
5
+ e as ColumnPickerTypes
6
+ };
@@ -0,0 +1,8 @@
1
+ export declare const METRIC_COLUMNS: {
2
+ id: number;
3
+ label: string;
4
+ options: {
5
+ id: number;
6
+ label: string;
7
+ }[];
8
+ }[];
@@ -75,15 +75,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
75
75
  testId: string;
76
76
  width: string | number;
77
77
  content: string;
78
+ showCloseButton: boolean;
78
79
  appendToBody: boolean;
80
+ showBackdrop: boolean;
79
81
  closeDelay: number;
80
82
  openDelay: number;
81
83
  escapeToClose: boolean;
82
- showBackdrop: boolean;
83
- headerBorder: boolean;
84
84
  closeOnClickOutside: boolean;
85
85
  beforeClose: (show: () => void) => void;
86
- showCloseButton: boolean;
86
+ headerBorder: boolean;
87
87
  }>, {
88
88
  header?(_: {}): any;
89
89
  default?(_: {}): any;