@ironsource/shared-ui 2.2.0-test.9 → 2.2.0-test.90

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 (118) hide show
  1. package/Alert.vue_vue_type_style_index_0_scoped_1036ab1d_lang.css +1 -0
  2. package/ButtonV4.vue_vue_type_style_index_0_scoped_6f05dc63_lang.css +1 -0
  3. package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_73af6757_lang.css +1 -0
  4. package/Chart.vue_vue_type_style_index_0_scoped_a4d7b67a_lang.css +1 -0
  5. package/DatePickerV4.vue_vue_type_style_index_0_scoped_bb0041c1_lang.css +1 -0
  6. package/DateRangeV4.vue_vue_type_style_index_0_scoped_5545bc01_lang.css +1 -0
  7. package/DropdownV4.vue_vue_type_style_index_0_scoped_b2d0a4d2_lang.css +1 -0
  8. package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -1
  9. package/FormCard.vue_vue_type_style_index_0_scoped_98458a8f_lang.css +1 -0
  10. package/IncludeExclude.vue_vue_type_style_index_0_scoped_cc2adbf5_lang.css +1 -1
  11. package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_bd6145ce_lang.css +1 -1
  12. package/Loader.vue_vue_type_style_index_0_scoped_94c3c850_lang.css +1 -0
  13. package/Menu.vue_vue_type_style_index_0_scoped_545aa70b_lang.css +1 -0
  14. package/Menu.vue_vue_type_style_index_1_lang.css +1 -1
  15. package/MultiBar.vue_vue_type_style_index_0_scoped_7c2477ad_lang.css +1 -0
  16. package/OptionV4.vue_vue_type_style_index_0_scoped_7e70c643_lang.css +1 -0
  17. package/PopoverV4.vue_vue_type_style_index_0_scoped_ea1a3e8c_lang.css +1 -0
  18. package/PopoverV4.vue_vue_type_style_index_1_lang.css +1 -1
  19. package/SnackbarV4.vue_vue_type_style_index_0_scoped_f19e742c_lang.css +1 -0
  20. package/Tag.vue_vue_type_style_index_0_scoped_b0662035_lang.css +1 -0
  21. package/ThemeWrapper.vue_vue_type_style_index_0_scoped_8eef6574_lang.css +1 -0
  22. package/ThemeWrapper.vue_vue_type_style_index_1_lang.css +1 -1
  23. package/TooltipV4.vue_vue_type_style_index_0_scoped_f88fbece_lang.css +1 -0
  24. package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
  25. package/components/ThemeWrapper/ThemeStrore.d.ts +2 -1
  26. package/components/ThemeWrapper/ThemeStrore.js +14 -11
  27. package/components/ThemeWrapper/ThemeWrapper.vue.js +2 -2
  28. package/components/ThemeWrapper/ThemeWrapper.vue2.js +8 -11
  29. package/components/ThemeWrapper/index.d.ts +2 -1
  30. package/components/ThemeWrapper/index.js +4 -2
  31. package/components/alert/Alert.vue.js +4 -4
  32. package/components/alert/Alert.vue2.js +1 -1
  33. package/components/button/v3/ButtonBase.vue.d.ts +1 -1
  34. package/components/button/v4/ButtonV4.vue.js +3 -3
  35. package/components/button/v4/ButtonV4.vue2.js +1 -1
  36. package/components/chart/Chart.vue.d.ts +5 -0
  37. package/components/chart/Chart.vue.js +3 -3
  38. package/components/chart/Chart.vue2.js +17 -15
  39. package/components/chart/composables/useChartHeight.d.ts +1 -1
  40. package/components/chart/composables/useChartHeight.js +16 -15
  41. package/components/chart/index.d.ts +20 -1
  42. package/components/chart/types.d.ts +1 -0
  43. package/components/datePicker/v4/DatePickerV4.vue.js +2 -2
  44. package/components/datePicker/v4/DatePickerV4.vue2.js +1 -1
  45. package/components/dateRange/common/consts.common.d.ts +5 -0
  46. package/components/dateRange/common/consts.common.js +9 -0
  47. package/components/dateRange/v3/DateRange.vue.d.ts +3 -3
  48. package/components/dateRange/v3/DateRangePicker.vue.d.ts +3 -3
  49. package/components/dateRange/v3/index.d.ts +7 -7
  50. package/components/dateRange/v4/CalendarMonthV4.vue.js +4 -4
  51. package/components/dateRange/v4/CalendarMonthV4.vue2.js +1 -1
  52. package/components/dateRange/v4/DateRangePickerV4.vue.d.ts +3 -3
  53. package/components/dateRange/v4/DateRangeV4.vue.d.ts +3 -3
  54. package/components/dateRange/v4/DateRangeV4.vue.js +2 -2
  55. package/components/dateRange/v4/DateRangeV4.vue2.js +1 -1
  56. package/components/dateRange/v4/index.d.ts +7 -7
  57. package/components/dropdown/v3/Dropdown.vue.d.ts +1 -1
  58. package/components/dropdown/v3/index.d.ts +12 -12
  59. package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +1 -1
  60. package/components/dropdown/v4/DropdownV4.vue.js +3 -3
  61. package/components/dropdown/v4/DropdownV4.vue2.js +152 -146
  62. package/components/dropdown/v4/OptionV4.vue.js +3 -3
  63. package/components/dropdown/v4/OptionV4.vue2.js +13 -12
  64. package/components/forms/FormCard.vue.js +3 -3
  65. package/components/forms/FormCard.vue2.js +5 -5
  66. package/components/loader/v4/Loader.vue.js +3 -3
  67. package/components/loader/v4/Loader.vue2.js +1 -1
  68. package/components/menu/Menu.vue.js +3 -3
  69. package/components/menu/Menu.vue2.js +33 -30
  70. package/components/multibar/MultiBar.vue.js +3 -3
  71. package/components/multibar/MultiBar.vue2.js +51 -50
  72. package/components/popover/v4/PopoverV4.vue.d.ts +14 -0
  73. package/components/popover/v4/PopoverV4.vue.js +2 -2
  74. package/components/popover/v4/PopoverV4.vue2.js +20 -17
  75. package/components/popover/v4/index.d.ts +41 -1
  76. package/components/snackbar/v4/SnackbarV4.vue.js +3 -3
  77. package/components/snackbar/v4/SnackbarV4.vue2.js +1 -1
  78. package/components/tag/Tag.vue.d.ts +26 -0
  79. package/components/tag/Tag.vue.js +3 -3
  80. package/components/tag/Tag.vue2.js +227 -155
  81. package/components/tag/index.d.ts +42 -0
  82. package/components/tooltip/v3/Tooltip.vue.d.ts +1 -1
  83. package/components/tooltip/v3/index.d.ts +20 -20
  84. package/components/tooltip/v4/TooltipV4.vue.d.ts +6 -1
  85. package/components/tooltip/v4/TooltipV4.vue.js +2 -2
  86. package/components/tooltip/v4/TooltipV4.vue2.js +76 -36
  87. package/components/tooltip/v4/index.d.ts +39 -20
  88. package/design-foundation.stories/colors/ColorsData.d.ts +114 -0
  89. package/design-foundation.stories/colors/ColorsStoryWrapper.vue.d.ts +28 -1
  90. package/index.d.ts +195 -76
  91. package/package.json +1 -1
  92. package/style/v4/border-radius.scss +2 -2
  93. package/style/v4/colors.scss +105 -0
  94. package/style/v4/elevations.scss +11 -0
  95. package/style/v4/grid.css +1 -1
  96. package/style/v4/grid.css.map +1 -1
  97. package/style/v4/grid.scss +1 -1
  98. package/style/v4/scrollbar.scss +21 -0
  99. package/style/v4/spacings.scss +1 -1
  100. package/style/v4/styleguideV4.scss +1 -0
  101. package/styleguide.scss +2 -2
  102. package/Alert.vue_vue_type_style_index_0_scoped_5e66710b_lang.css +0 -1
  103. package/ButtonV4.vue_vue_type_style_index_0_scoped_a59af1ad_lang.css +0 -1
  104. package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_6eae923a_lang.css +0 -1
  105. package/Chart.vue_vue_type_style_index_0_scoped_22477735_lang.css +0 -1
  106. package/DatePickerV4.vue_vue_type_style_index_0_scoped_39e6c10c_lang.css +0 -1
  107. package/DateRangeV4.vue_vue_type_style_index_0_scoped_f8826716_lang.css +0 -1
  108. package/DropdownV4.vue_vue_type_style_index_0_scoped_526bf0a1_lang.css +0 -1
  109. package/FormCard.vue_vue_type_style_index_0_scoped_86feae7b_lang.css +0 -1
  110. package/Loader.vue_vue_type_style_index_0_scoped_50d9be64_lang.css +0 -1
  111. package/Menu.vue_vue_type_style_index_0_scoped_eb057818_lang.css +0 -1
  112. package/MultiBar.vue_vue_type_style_index_0_scoped_c4395fb6_lang.css +0 -1
  113. package/OptionV4.vue_vue_type_style_index_0_scoped_752a357d_lang.css +0 -1
  114. package/PopoverV4.vue_vue_type_style_index_0_scoped_66694b4e_lang.css +0 -1
  115. package/SnackbarV4.vue_vue_type_style_index_0_scoped_35c79635_lang.css +0 -1
  116. package/Tag.vue_vue_type_style_index_0_scoped_043adaf5_lang.css +0 -1
  117. package/ThemeWrapper.vue_vue_type_style_index_0_scoped_66bd448a_lang.css +0 -1
  118. package/TooltipV4.vue_vue_type_style_index_0_scoped_8a451e54_lang.css +0 -1
package/index.d.ts CHANGED
@@ -29,6 +29,10 @@ declare const _default: {
29
29
  $data: {};
30
30
  $props: Partial<{
31
31
  testId: string;
32
+ delay: number | {
33
+ show: number;
34
+ hide: number;
35
+ };
32
36
  placement: import("floating-vue").Placement;
33
37
  disabled: boolean;
34
38
  distance: number;
@@ -43,6 +47,13 @@ declare const _default: {
43
47
  type: import("vue").PropType<string>;
44
48
  default: string;
45
49
  };
50
+ delay: {
51
+ type: import("vue").PropType<number | {
52
+ show: number;
53
+ hide: number;
54
+ }>;
55
+ default: number;
56
+ };
46
57
  placement: {
47
58
  type: import("vue").PropType<import("floating-vue").Placement>;
48
59
  default: string;
@@ -81,7 +92,7 @@ declare const _default: {
81
92
  };
82
93
  }>> & {
83
94
  onIsOpen?: (value: boolean) => any;
84
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "container" | "autoHide" | "popperClass" | "isOpen" | "trigger" | "skidding">;
95
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "delay" | "placement" | "disabled" | "distance" | "container" | "autoHide" | "popperClass" | "isOpen" | "trigger" | "skidding">;
85
96
  $attrs: {
86
97
  [x: string]: unknown;
87
98
  };
@@ -100,6 +111,13 @@ declare const _default: {
100
111
  type: import("vue").PropType<string>;
101
112
  default: string;
102
113
  };
114
+ delay: {
115
+ type: import("vue").PropType<number | {
116
+ show: number;
117
+ hide: number;
118
+ }>;
119
+ default: number;
120
+ };
103
121
  placement: {
104
122
  type: import("vue").PropType<import("floating-vue").Placement>;
105
123
  default: string;
@@ -144,6 +162,10 @@ declare const _default: {
144
162
  isOpen: (value: boolean) => void;
145
163
  }, string, {
146
164
  testId: string;
165
+ delay: number | {
166
+ show: number;
167
+ hide: number;
168
+ };
147
169
  placement: import("floating-vue").Placement;
148
170
  disabled: boolean;
149
171
  distance: number;
@@ -178,6 +200,13 @@ declare const _default: {
178
200
  type: import("vue").PropType<string>;
179
201
  default: string;
180
202
  };
203
+ delay: {
204
+ type: import("vue").PropType<number | {
205
+ show: number;
206
+ hide: number;
207
+ }>;
208
+ default: number;
209
+ };
181
210
  placement: {
182
211
  type: import("vue").PropType<import("floating-vue").Placement>;
183
212
  default: string;
@@ -227,6 +256,13 @@ declare const _default: {
227
256
  type: import("vue").PropType<string>;
228
257
  default: string;
229
258
  };
259
+ delay: {
260
+ type: import("vue").PropType<number | {
261
+ show: number;
262
+ hide: number;
263
+ }>;
264
+ default: number;
265
+ };
230
266
  placement: {
231
267
  type: import("vue").PropType<import("floating-vue").Placement>;
232
268
  default: string;
@@ -271,6 +307,10 @@ declare const _default: {
271
307
  isOpen: (value: boolean) => void;
272
308
  }, string, {
273
309
  testId: string;
310
+ delay: number | {
311
+ show: number;
312
+ hide: number;
313
+ };
274
314
  placement: import("floating-vue").Placement;
275
315
  disabled: boolean;
276
316
  distance: number;
@@ -292,6 +332,10 @@ declare const _default: {
292
332
  $data: {};
293
333
  $props: Partial<{
294
334
  testId: string;
335
+ delay: number | {
336
+ show: number;
337
+ hide: number;
338
+ };
295
339
  placement: import("floating-vue").Placement;
296
340
  disabled: boolean;
297
341
  distance: number;
@@ -306,6 +350,13 @@ declare const _default: {
306
350
  type: import("vue").PropType<string>;
307
351
  default: string;
308
352
  };
353
+ delay: {
354
+ type: import("vue").PropType<number | {
355
+ show: number;
356
+ hide: number;
357
+ }>;
358
+ default: number;
359
+ };
309
360
  placement: {
310
361
  type: import("vue").PropType<import("floating-vue").Placement>;
311
362
  default: string;
@@ -344,7 +395,7 @@ declare const _default: {
344
395
  };
345
396
  }>> & {
346
397
  onIsOpen?: (value: boolean) => any;
347
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "container" | "autoHide" | "popperClass" | "isOpen" | "trigger" | "skidding">;
398
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "delay" | "placement" | "disabled" | "distance" | "container" | "autoHide" | "popperClass" | "isOpen" | "trigger" | "skidding">;
348
399
  $attrs: {
349
400
  [x: string]: unknown;
350
401
  };
@@ -363,6 +414,13 @@ declare const _default: {
363
414
  type: import("vue").PropType<string>;
364
415
  default: string;
365
416
  };
417
+ delay: {
418
+ type: import("vue").PropType<number | {
419
+ show: number;
420
+ hide: number;
421
+ }>;
422
+ default: number;
423
+ };
366
424
  placement: {
367
425
  type: import("vue").PropType<import("floating-vue").Placement>;
368
426
  default: string;
@@ -407,6 +465,10 @@ declare const _default: {
407
465
  isOpen: (value: boolean) => void;
408
466
  }, string, {
409
467
  testId: string;
468
+ delay: number | {
469
+ show: number;
470
+ hide: number;
471
+ };
410
472
  placement: import("floating-vue").Placement;
411
473
  disabled: boolean;
412
474
  distance: number;
@@ -441,6 +503,13 @@ declare const _default: {
441
503
  type: import("vue").PropType<string>;
442
504
  default: string;
443
505
  };
506
+ delay: {
507
+ type: import("vue").PropType<number | {
508
+ show: number;
509
+ hide: number;
510
+ }>;
511
+ default: number;
512
+ };
444
513
  placement: {
445
514
  type: import("vue").PropType<import("floating-vue").Placement>;
446
515
  default: string;
@@ -490,6 +559,13 @@ declare const _default: {
490
559
  type: import("vue").PropType<string>;
491
560
  default: string;
492
561
  };
562
+ delay: {
563
+ type: import("vue").PropType<number | {
564
+ show: number;
565
+ hide: number;
566
+ }>;
567
+ default: number;
568
+ };
493
569
  placement: {
494
570
  type: import("vue").PropType<import("floating-vue").Placement>;
495
571
  default: string;
@@ -534,6 +610,10 @@ declare const _default: {
534
610
  isOpen: (value: boolean) => void;
535
611
  }, string, {
536
612
  testId: string;
613
+ delay: number | {
614
+ show: number;
615
+ hide: number;
616
+ };
537
617
  placement: import("floating-vue").Placement;
538
618
  disabled: boolean;
539
619
  distance: number;
@@ -562,7 +642,7 @@ declare const _default: {
562
642
  dateFormat: string;
563
643
  types: ("date" | "week" | "month")[];
564
644
  maxDaysInRange: number;
565
- datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
645
+ datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12";
566
646
  regex: RegExp;
567
647
  initialType: "date" | "week" | "month";
568
648
  openOnTop: boolean;
@@ -610,7 +690,7 @@ declare const _default: {
610
690
  default: any;
611
691
  };
612
692
  datePresetList: {
613
- type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
693
+ type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12">;
614
694
  default: string;
615
695
  };
616
696
  regex: {
@@ -702,7 +782,7 @@ declare const _default: {
702
782
  default: any;
703
783
  };
704
784
  datePresetList: {
705
- type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
785
+ type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12">;
706
786
  default: string;
707
787
  };
708
788
  regex: {
@@ -755,7 +835,7 @@ declare const _default: {
755
835
  dateFormat: string;
756
836
  types: ("date" | "week" | "month")[];
757
837
  maxDaysInRange: number;
758
- datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
838
+ datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12";
759
839
  regex: RegExp;
760
840
  initialType: "date" | "week" | "month";
761
841
  openOnTop: boolean;
@@ -823,7 +903,7 @@ declare const _default: {
823
903
  default: any;
824
904
  };
825
905
  datePresetList: {
826
- type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
906
+ type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12">;
827
907
  default: string;
828
908
  };
829
909
  regex: {
@@ -905,7 +985,7 @@ declare const _default: {
905
985
  default: any;
906
986
  };
907
987
  datePresetList: {
908
- type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
988
+ type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12">;
909
989
  default: string;
910
990
  };
911
991
  regex: {
@@ -958,7 +1038,7 @@ declare const _default: {
958
1038
  dateFormat: string;
959
1039
  types: ("date" | "week" | "month")[];
960
1040
  maxDaysInRange: number;
961
- datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
1041
+ datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12";
962
1042
  regex: RegExp;
963
1043
  initialType: "date" | "week" | "month";
964
1044
  openOnTop: boolean;
@@ -987,7 +1067,7 @@ declare const _default: {
987
1067
  dateFormat: string;
988
1068
  types: ("date" | "week" | "month")[];
989
1069
  maxDaysInRange: number;
990
- datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
1070
+ datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12";
991
1071
  regex: RegExp;
992
1072
  initialType: "date" | "week" | "month";
993
1073
  openOnTop: boolean;
@@ -1035,7 +1115,7 @@ declare const _default: {
1035
1115
  default: any;
1036
1116
  };
1037
1117
  datePresetList: {
1038
- type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
1118
+ type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12">;
1039
1119
  default: string;
1040
1120
  };
1041
1121
  regex: {
@@ -1127,7 +1207,7 @@ declare const _default: {
1127
1207
  default: any;
1128
1208
  };
1129
1209
  datePresetList: {
1130
- type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
1210
+ type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12">;
1131
1211
  default: string;
1132
1212
  };
1133
1213
  regex: {
@@ -1180,7 +1260,7 @@ declare const _default: {
1180
1260
  dateFormat: string;
1181
1261
  types: ("date" | "week" | "month")[];
1182
1262
  maxDaysInRange: number;
1183
- datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
1263
+ datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12";
1184
1264
  regex: RegExp;
1185
1265
  initialType: "date" | "week" | "month";
1186
1266
  openOnTop: boolean;
@@ -1248,7 +1328,7 @@ declare const _default: {
1248
1328
  default: any;
1249
1329
  };
1250
1330
  datePresetList: {
1251
- type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
1331
+ type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12">;
1252
1332
  default: string;
1253
1333
  };
1254
1334
  regex: {
@@ -1330,7 +1410,7 @@ declare const _default: {
1330
1410
  default: any;
1331
1411
  };
1332
1412
  datePresetList: {
1333
- type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
1413
+ type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12">;
1334
1414
  default: string;
1335
1415
  };
1336
1416
  regex: {
@@ -1383,7 +1463,7 @@ declare const _default: {
1383
1463
  dateFormat: string;
1384
1464
  types: ("date" | "week" | "month")[];
1385
1465
  maxDaysInRange: number;
1386
- datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
1466
+ datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12";
1387
1467
  regex: RegExp;
1388
1468
  initialType: "date" | "week" | "month";
1389
1469
  openOnTop: boolean;
@@ -3305,6 +3385,7 @@ declare const _default: {
3305
3385
  default?(_: {}): any;
3306
3386
  };
3307
3387
  }))[];
3388
+ setTheme: (mode: "light" | "dark") => void;
3308
3389
  RadioButton: {
3309
3390
  new (...args: any[]): {
3310
3391
  $: import("vue").ComponentInternalInstance;
@@ -10797,9 +10878,9 @@ declare const _default: {
10797
10878
  $: import("vue").ComponentInternalInstance;
10798
10879
  $data: {};
10799
10880
  $props: Partial<{
10881
+ theme: string;
10800
10882
  header: string;
10801
10883
  text: string;
10802
- theme: string;
10803
10884
  testId: string;
10804
10885
  delay: number;
10805
10886
  triggers: import("./components/tooltip/common/Tooltip.types").TooltipTriggers[];
@@ -10811,7 +10892,12 @@ declare const _default: {
10811
10892
  shown: boolean;
10812
10893
  autoHide: boolean;
10813
10894
  dontWrapDisabled: boolean;
10895
+ maxWidth: string;
10814
10896
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
10897
+ theme: {
10898
+ type: import("vue").PropType<string>;
10899
+ default: string;
10900
+ };
10815
10901
  header: {
10816
10902
  type: import("vue").PropType<string>;
10817
10903
  default: any;
@@ -10820,10 +10906,6 @@ declare const _default: {
10820
10906
  type: import("vue").PropType<string>;
10821
10907
  default: any;
10822
10908
  };
10823
- theme: {
10824
- type: import("vue").PropType<string>;
10825
- default: string;
10826
- };
10827
10909
  testId: {
10828
10910
  type: import("vue").PropType<string>;
10829
10911
  default: string;
@@ -10868,9 +10950,13 @@ declare const _default: {
10868
10950
  type: import("vue").PropType<boolean>;
10869
10951
  default: boolean;
10870
10952
  };
10953
+ maxWidth: {
10954
+ type: import("vue").PropType<string>;
10955
+ default: string;
10956
+ };
10871
10957
  }>> & {
10872
10958
  onShow?: () => any;
10873
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container" | "shown" | "autoHide" | "dontWrapDisabled">;
10959
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "header" | "text" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container" | "shown" | "autoHide" | "dontWrapDisabled" | "maxWidth">;
10874
10960
  $attrs: {
10875
10961
  [x: string]: unknown;
10876
10962
  };
@@ -10885,6 +10971,10 @@ declare const _default: {
10885
10971
  $emit: (event: "show") => void;
10886
10972
  $el: any;
10887
10973
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
10974
+ theme: {
10975
+ type: import("vue").PropType<string>;
10976
+ default: string;
10977
+ };
10888
10978
  header: {
10889
10979
  type: import("vue").PropType<string>;
10890
10980
  default: any;
@@ -10893,10 +10983,6 @@ declare const _default: {
10893
10983
  type: import("vue").PropType<string>;
10894
10984
  default: any;
10895
10985
  };
10896
- theme: {
10897
- type: import("vue").PropType<string>;
10898
- default: string;
10899
- };
10900
10986
  testId: {
10901
10987
  type: import("vue").PropType<string>;
10902
10988
  default: string;
@@ -10941,14 +11027,18 @@ declare const _default: {
10941
11027
  type: import("vue").PropType<boolean>;
10942
11028
  default: boolean;
10943
11029
  };
11030
+ maxWidth: {
11031
+ type: import("vue").PropType<string>;
11032
+ default: string;
11033
+ };
10944
11034
  }>> & {
10945
11035
  onShow?: () => any;
10946
11036
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10947
11037
  show: () => void;
10948
11038
  }, string, {
11039
+ theme: string;
10949
11040
  header: string;
10950
11041
  text: string;
10951
- theme: string;
10952
11042
  testId: string;
10953
11043
  delay: number;
10954
11044
  triggers: import("./components/tooltip/common/Tooltip.types").TooltipTriggers[];
@@ -10960,6 +11050,7 @@ declare const _default: {
10960
11050
  shown: boolean;
10961
11051
  autoHide: boolean;
10962
11052
  dontWrapDisabled: boolean;
11053
+ maxWidth: string;
10963
11054
  }, {}, string> & {
10964
11055
  beforeCreate?: (() => void) | (() => void)[];
10965
11056
  created?: (() => void) | (() => void)[];
@@ -10981,6 +11072,10 @@ declare const _default: {
10981
11072
  $nextTick: typeof import("vue").nextTick;
10982
11073
  $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;
10983
11074
  } & Readonly<import("vue").ExtractPropTypes<{
11075
+ theme: {
11076
+ type: import("vue").PropType<string>;
11077
+ default: string;
11078
+ };
10984
11079
  header: {
10985
11080
  type: import("vue").PropType<string>;
10986
11081
  default: any;
@@ -10989,10 +11084,6 @@ declare const _default: {
10989
11084
  type: import("vue").PropType<string>;
10990
11085
  default: any;
10991
11086
  };
10992
- theme: {
10993
- type: import("vue").PropType<string>;
10994
- default: string;
10995
- };
10996
11087
  testId: {
10997
11088
  type: import("vue").PropType<string>;
10998
11089
  default: string;
@@ -11037,6 +11128,10 @@ declare const _default: {
11037
11128
  type: import("vue").PropType<boolean>;
11038
11129
  default: boolean;
11039
11130
  };
11131
+ maxWidth: {
11132
+ type: import("vue").PropType<string>;
11133
+ default: string;
11134
+ };
11040
11135
  }>> & {
11041
11136
  onShow?: () => any;
11042
11137
  } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
@@ -11044,6 +11139,10 @@ declare const _default: {
11044
11139
  __isTeleport?: never;
11045
11140
  __isSuspense?: never;
11046
11141
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
11142
+ theme: {
11143
+ type: import("vue").PropType<string>;
11144
+ default: string;
11145
+ };
11047
11146
  header: {
11048
11147
  type: import("vue").PropType<string>;
11049
11148
  default: any;
@@ -11052,10 +11151,6 @@ declare const _default: {
11052
11151
  type: import("vue").PropType<string>;
11053
11152
  default: any;
11054
11153
  };
11055
- theme: {
11056
- type: import("vue").PropType<string>;
11057
- default: string;
11058
- };
11059
11154
  testId: {
11060
11155
  type: import("vue").PropType<string>;
11061
11156
  default: string;
@@ -11100,14 +11195,18 @@ declare const _default: {
11100
11195
  type: import("vue").PropType<boolean>;
11101
11196
  default: boolean;
11102
11197
  };
11198
+ maxWidth: {
11199
+ type: import("vue").PropType<string>;
11200
+ default: string;
11201
+ };
11103
11202
  }>> & {
11104
11203
  onShow?: () => any;
11105
11204
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11106
11205
  show: () => void;
11107
11206
  }, string, {
11207
+ theme: string;
11108
11208
  header: string;
11109
11209
  text: string;
11110
- theme: string;
11111
11210
  testId: string;
11112
11211
  delay: number;
11113
11212
  triggers: import("./components/tooltip/common/Tooltip.types").TooltipTriggers[];
@@ -11119,6 +11218,7 @@ declare const _default: {
11119
11218
  shown: boolean;
11120
11219
  autoHide: boolean;
11121
11220
  dontWrapDisabled: boolean;
11221
+ maxWidth: string;
11122
11222
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
11123
11223
  $slots: {
11124
11224
  default?(_: {}): any;
@@ -11132,9 +11232,9 @@ declare const _default: {
11132
11232
  $: import("vue").ComponentInternalInstance;
11133
11233
  $data: {};
11134
11234
  $props: Partial<{
11235
+ theme: string;
11135
11236
  header: string;
11136
11237
  text: string;
11137
- theme: string;
11138
11238
  testId: string;
11139
11239
  delay: number;
11140
11240
  triggers: import("./components/tooltip/common/Tooltip.types").TooltipTriggers[];
@@ -11146,7 +11246,12 @@ declare const _default: {
11146
11246
  shown: boolean;
11147
11247
  autoHide: boolean;
11148
11248
  dontWrapDisabled: boolean;
11249
+ maxWidth: string;
11149
11250
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
11251
+ theme: {
11252
+ type: import("vue").PropType<string>;
11253
+ default: string;
11254
+ };
11150
11255
  header: {
11151
11256
  type: import("vue").PropType<string>;
11152
11257
  default: any;
@@ -11155,10 +11260,6 @@ declare const _default: {
11155
11260
  type: import("vue").PropType<string>;
11156
11261
  default: any;
11157
11262
  };
11158
- theme: {
11159
- type: import("vue").PropType<string>;
11160
- default: string;
11161
- };
11162
11263
  testId: {
11163
11264
  type: import("vue").PropType<string>;
11164
11265
  default: string;
@@ -11203,9 +11304,13 @@ declare const _default: {
11203
11304
  type: import("vue").PropType<boolean>;
11204
11305
  default: boolean;
11205
11306
  };
11307
+ maxWidth: {
11308
+ type: import("vue").PropType<string>;
11309
+ default: string;
11310
+ };
11206
11311
  }>> & {
11207
11312
  onShow?: () => any;
11208
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container" | "shown" | "autoHide" | "dontWrapDisabled">;
11313
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "header" | "text" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container" | "shown" | "autoHide" | "dontWrapDisabled" | "maxWidth">;
11209
11314
  $attrs: {
11210
11315
  [x: string]: unknown;
11211
11316
  };
@@ -11220,6 +11325,10 @@ declare const _default: {
11220
11325
  $emit: (event: "show") => void;
11221
11326
  $el: any;
11222
11327
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
11328
+ theme: {
11329
+ type: import("vue").PropType<string>;
11330
+ default: string;
11331
+ };
11223
11332
  header: {
11224
11333
  type: import("vue").PropType<string>;
11225
11334
  default: any;
@@ -11228,10 +11337,6 @@ declare const _default: {
11228
11337
  type: import("vue").PropType<string>;
11229
11338
  default: any;
11230
11339
  };
11231
- theme: {
11232
- type: import("vue").PropType<string>;
11233
- default: string;
11234
- };
11235
11340
  testId: {
11236
11341
  type: import("vue").PropType<string>;
11237
11342
  default: string;
@@ -11276,14 +11381,18 @@ declare const _default: {
11276
11381
  type: import("vue").PropType<boolean>;
11277
11382
  default: boolean;
11278
11383
  };
11384
+ maxWidth: {
11385
+ type: import("vue").PropType<string>;
11386
+ default: string;
11387
+ };
11279
11388
  }>> & {
11280
11389
  onShow?: () => any;
11281
11390
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11282
11391
  show: () => void;
11283
11392
  }, string, {
11393
+ theme: string;
11284
11394
  header: string;
11285
11395
  text: string;
11286
- theme: string;
11287
11396
  testId: string;
11288
11397
  delay: number;
11289
11398
  triggers: import("./components/tooltip/common/Tooltip.types").TooltipTriggers[];
@@ -11295,6 +11404,7 @@ declare const _default: {
11295
11404
  shown: boolean;
11296
11405
  autoHide: boolean;
11297
11406
  dontWrapDisabled: boolean;
11407
+ maxWidth: string;
11298
11408
  }, {}, string> & {
11299
11409
  beforeCreate?: (() => void) | (() => void)[];
11300
11410
  created?: (() => void) | (() => void)[];
@@ -11316,6 +11426,10 @@ declare const _default: {
11316
11426
  $nextTick: typeof import("vue").nextTick;
11317
11427
  $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;
11318
11428
  } & Readonly<import("vue").ExtractPropTypes<{
11429
+ theme: {
11430
+ type: import("vue").PropType<string>;
11431
+ default: string;
11432
+ };
11319
11433
  header: {
11320
11434
  type: import("vue").PropType<string>;
11321
11435
  default: any;
@@ -11324,10 +11438,6 @@ declare const _default: {
11324
11438
  type: import("vue").PropType<string>;
11325
11439
  default: any;
11326
11440
  };
11327
- theme: {
11328
- type: import("vue").PropType<string>;
11329
- default: string;
11330
- };
11331
11441
  testId: {
11332
11442
  type: import("vue").PropType<string>;
11333
11443
  default: string;
@@ -11372,6 +11482,10 @@ declare const _default: {
11372
11482
  type: import("vue").PropType<boolean>;
11373
11483
  default: boolean;
11374
11484
  };
11485
+ maxWidth: {
11486
+ type: import("vue").PropType<string>;
11487
+ default: string;
11488
+ };
11375
11489
  }>> & {
11376
11490
  onShow?: () => any;
11377
11491
  } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
@@ -11379,6 +11493,10 @@ declare const _default: {
11379
11493
  __isTeleport?: never;
11380
11494
  __isSuspense?: never;
11381
11495
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
11496
+ theme: {
11497
+ type: import("vue").PropType<string>;
11498
+ default: string;
11499
+ };
11382
11500
  header: {
11383
11501
  type: import("vue").PropType<string>;
11384
11502
  default: any;
@@ -11387,10 +11505,6 @@ declare const _default: {
11387
11505
  type: import("vue").PropType<string>;
11388
11506
  default: any;
11389
11507
  };
11390
- theme: {
11391
- type: import("vue").PropType<string>;
11392
- default: string;
11393
- };
11394
11508
  testId: {
11395
11509
  type: import("vue").PropType<string>;
11396
11510
  default: string;
@@ -11435,14 +11549,18 @@ declare const _default: {
11435
11549
  type: import("vue").PropType<boolean>;
11436
11550
  default: boolean;
11437
11551
  };
11552
+ maxWidth: {
11553
+ type: import("vue").PropType<string>;
11554
+ default: string;
11555
+ };
11438
11556
  }>> & {
11439
11557
  onShow?: () => any;
11440
11558
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11441
11559
  show: () => void;
11442
11560
  }, string, {
11561
+ theme: string;
11443
11562
  header: string;
11444
11563
  text: string;
11445
- theme: string;
11446
11564
  testId: string;
11447
11565
  delay: number;
11448
11566
  triggers: import("./components/tooltip/common/Tooltip.types").TooltipTriggers[];
@@ -11454,6 +11572,7 @@ declare const _default: {
11454
11572
  shown: boolean;
11455
11573
  autoHide: boolean;
11456
11574
  dontWrapDisabled: boolean;
11575
+ maxWidth: string;
11457
11576
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
11458
11577
  $slots: {
11459
11578
  default?(_: {}): any;
@@ -19740,8 +19859,8 @@ declare const _default: {
19740
19859
  withTooltip: boolean;
19741
19860
  tooltipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
19742
19861
  disabled: boolean;
19743
- size: "small" | "medium";
19744
19862
  maxWidth: number;
19863
+ size: "small" | "medium";
19745
19864
  open: boolean;
19746
19865
  startIconName: string;
19747
19866
  startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
@@ -19771,14 +19890,14 @@ declare const _default: {
19771
19890
  type: import("vue").PropType<boolean>;
19772
19891
  default: boolean;
19773
19892
  };
19774
- size: {
19775
- type: import("vue").PropType<"small" | "medium">;
19776
- default: string;
19777
- };
19778
19893
  maxWidth: {
19779
19894
  type: import("vue").PropType<number>;
19780
19895
  default: number;
19781
19896
  };
19897
+ size: {
19898
+ type: import("vue").PropType<"small" | "medium">;
19899
+ default: string;
19900
+ };
19782
19901
  open: {
19783
19902
  type: import("vue").PropType<boolean>;
19784
19903
  default: boolean;
@@ -19797,7 +19916,7 @@ declare const _default: {
19797
19916
  };
19798
19917
  }>> & {
19799
19918
  onClick?: () => any;
19800
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "variant" | "withTooltip" | "tooltipPlacement" | "disabled" | "size" | "maxWidth" | "open" | "startIconName" | "startIconType" | "hideEndIcon">;
19919
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "variant" | "withTooltip" | "tooltipPlacement" | "disabled" | "maxWidth" | "size" | "open" | "startIconName" | "startIconType" | "hideEndIcon">;
19801
19920
  $attrs: {
19802
19921
  [x: string]: unknown;
19803
19922
  };
@@ -19836,14 +19955,14 @@ declare const _default: {
19836
19955
  type: import("vue").PropType<boolean>;
19837
19956
  default: boolean;
19838
19957
  };
19839
- size: {
19840
- type: import("vue").PropType<"small" | "medium">;
19841
- default: string;
19842
- };
19843
19958
  maxWidth: {
19844
19959
  type: import("vue").PropType<number>;
19845
19960
  default: number;
19846
19961
  };
19962
+ size: {
19963
+ type: import("vue").PropType<"small" | "medium">;
19964
+ default: string;
19965
+ };
19847
19966
  open: {
19848
19967
  type: import("vue").PropType<boolean>;
19849
19968
  default: boolean;
@@ -19870,8 +19989,8 @@ declare const _default: {
19870
19989
  withTooltip: boolean;
19871
19990
  tooltipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
19872
19991
  disabled: boolean;
19873
- size: "small" | "medium";
19874
19992
  maxWidth: number;
19993
+ size: "small" | "medium";
19875
19994
  open: boolean;
19876
19995
  startIconName: string;
19877
19996
  startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
@@ -19921,14 +20040,14 @@ declare const _default: {
19921
20040
  type: import("vue").PropType<boolean>;
19922
20041
  default: boolean;
19923
20042
  };
19924
- size: {
19925
- type: import("vue").PropType<"small" | "medium">;
19926
- default: string;
19927
- };
19928
20043
  maxWidth: {
19929
20044
  type: import("vue").PropType<number>;
19930
20045
  default: number;
19931
20046
  };
20047
+ size: {
20048
+ type: import("vue").PropType<"small" | "medium">;
20049
+ default: string;
20050
+ };
19932
20051
  open: {
19933
20052
  type: import("vue").PropType<boolean>;
19934
20053
  default: boolean;
@@ -19976,14 +20095,14 @@ declare const _default: {
19976
20095
  type: import("vue").PropType<boolean>;
19977
20096
  default: boolean;
19978
20097
  };
19979
- size: {
19980
- type: import("vue").PropType<"small" | "medium">;
19981
- default: string;
19982
- };
19983
20098
  maxWidth: {
19984
20099
  type: import("vue").PropType<number>;
19985
20100
  default: number;
19986
20101
  };
20102
+ size: {
20103
+ type: import("vue").PropType<"small" | "medium">;
20104
+ default: string;
20105
+ };
19987
20106
  open: {
19988
20107
  type: import("vue").PropType<boolean>;
19989
20108
  default: boolean;
@@ -20010,8 +20129,8 @@ declare const _default: {
20010
20129
  withTooltip: boolean;
20011
20130
  tooltipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
20012
20131
  disabled: boolean;
20013
- size: "small" | "medium";
20014
20132
  maxWidth: number;
20133
+ size: "small" | "medium";
20015
20134
  open: boolean;
20016
20135
  startIconName: string;
20017
20136
  startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";