@ironsource/shared-ui 2.1.12-test.59 → 2.1.12-test.60

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 (87) hide show
  1. package/ButtonV4.vue_vue_type_style_index_0_scoped_d7948c77_lang.css +1 -0
  2. package/Chart.vue_vue_type_style_index_0_scoped_de950ffe_lang.css +1 -0
  3. package/ChartHeader.vue_vue_type_style_index_0_scoped_1ff0e54f_lang.css +1 -0
  4. package/ChartHeaderTrend.vue_vue_type_style_index_0_scoped_21ce0774_lang.css +1 -0
  5. package/ChartPlane.vue_vue_type_style_index_0_scoped_ae87f435_lang.css +1 -0
  6. package/DialogV4.vue_vue_type_style_index_0_scoped_eb226e31_lang.css +1 -0
  7. package/DropdownV4.vue_vue_type_style_index_0_scoped_08cb822e_lang.css +1 -0
  8. package/FieldLabel.vue_vue_type_style_index_0_scoped_921d4087_lang.css +1 -0
  9. package/FormRow.vue_vue_type_style_index_0_scoped_2d5a3057_lang.css +1 -0
  10. package/OptionV4.vue_vue_type_style_index_0_scoped_9cdf3a94_lang.css +1 -0
  11. package/Tooltip.vue_vue_type_style_index_0_scoped_20630944_lang.css +1 -0
  12. package/TooltipV4.vue_vue_type_style_index_0_scoped_bcb40ed4_lang.css +1 -0
  13. package/components/appIcon/index.d.ts +3 -3
  14. package/components/banner/Banner.vue.d.ts +3 -3
  15. package/components/banner/index.d.ts +7 -7
  16. package/components/button/common/consts.d.ts +1 -0
  17. package/components/button/v3/Button.vue.d.ts +3 -3
  18. package/components/button/v3/ButtonBase.vue.d.ts +3 -3
  19. package/components/button/v3/IconButton.vue.d.ts +3 -3
  20. package/components/button/v3/index.d.ts +14 -14
  21. package/components/button/v4/ButtonV4.vue.d.ts +4 -3
  22. package/components/button/v4/ButtonV4.vue.js +3 -3
  23. package/components/button/v4/ButtonV4.vue2.js +1 -1
  24. package/components/chart/Chart.vue.d.ts +24 -25
  25. package/components/chart/Chart.vue.js +4 -4
  26. package/components/chart/Chart.vue2.js +82 -88
  27. package/components/chart/ChartHeader.vue.d.ts +24 -25
  28. package/components/chart/ChartHeader.vue.js +3 -3
  29. package/components/chart/ChartHeader.vue2.js +30 -35
  30. package/components/chart/ChartHeaderTrend.vue.d.ts +13 -15
  31. package/components/chart/ChartHeaderTrend.vue.js +3 -3
  32. package/components/chart/ChartHeaderTrend.vue2.js +32 -34
  33. package/components/chart/ChartPlane.vue.d.ts +24 -25
  34. package/components/chart/ChartPlane.vue.js +5 -5
  35. package/components/chart/ChartPlane.vue2.js +122 -128
  36. package/components/chart/index.d.ts +59 -88
  37. package/components/checkbox/v3/Checkbox.vue.d.ts +3 -3
  38. package/components/checkbox/v3/index.d.ts +7 -7
  39. package/components/dialog/v4/DialogV4.vue.d.ts +4 -3
  40. package/components/dialog/v4/DialogV4.vue.js +4 -4
  41. package/components/dialog/v4/DialogV4.vue2.js +1 -1
  42. package/components/dialog/v4/index.d.ts +7 -7
  43. package/components/dropdown/v4/DropdownV4.vue.d.ts +8 -0
  44. package/components/dropdown/v4/DropdownV4.vue.js +4 -4
  45. package/components/dropdown/v4/DropdownV4.vue2.js +105 -95
  46. package/components/dropdown/v4/OptionV4.vue.d.ts +8 -0
  47. package/components/dropdown/v4/OptionV4.vue.js +3 -3
  48. package/components/dropdown/v4/OptionV4.vue2.js +91 -69
  49. package/components/dropdown/v4/index.d.ts +46 -2
  50. package/components/forms/FormRow.vue.d.ts +9 -2
  51. package/components/forms/FormRow.vue.js +3 -3
  52. package/components/forms/FormRow.vue2.js +25 -14
  53. package/components/forms/index.d.ts +25 -5
  54. package/components/search/v3/index.d.ts +3 -3
  55. package/components/shared/FieldLabel.vue.d.ts +19 -7
  56. package/components/shared/FieldLabel.vue.js +3 -3
  57. package/components/shared/FieldLabel.vue2.js +50 -37
  58. package/components/tabs/v3/Tabs.vue.d.ts +3 -3
  59. package/components/tabs/v3/index.d.ts +7 -7
  60. package/components/tooltip/common/Tooltip.types.d.ts +1 -0
  61. package/components/tooltip/v3/Tooltip.vue.d.ts +4 -4
  62. package/components/tooltip/v3/Tooltip.vue.js +2 -2
  63. package/components/tooltip/v3/Tooltip.vue2.js +1 -1
  64. package/components/tooltip/v3/index.d.ts +7 -7
  65. package/components/tooltip/v4/TooltipV4.vue.d.ts +4 -4
  66. package/components/tooltip/v4/TooltipV4.vue.js +2 -2
  67. package/components/tooltip/v4/TooltipV4.vue2.js +1 -1
  68. package/components/tooltip/v4/index.d.ts +7 -7
  69. package/components/typography/Text.vue.d.ts +3 -3
  70. package/components/typography/index.d.ts +7 -7
  71. package/composables/useFormValidation.d.ts +1 -0
  72. package/composables/useFormValidation.js +32 -27
  73. package/index.d.ts +127 -39
  74. package/index.js +1 -1
  75. package/package.json +1 -1
  76. package/ButtonV4.vue_vue_type_style_index_0_scoped_bdfce3aa_lang.css +0 -1
  77. package/Chart.vue_vue_type_style_index_0_scoped_757e7752_lang.css +0 -1
  78. package/ChartHeader.vue_vue_type_style_index_0_scoped_92052479_lang.css +0 -1
  79. package/ChartHeaderTrend.vue_vue_type_style_index_0_scoped_d61ed404_lang.css +0 -1
  80. package/ChartPlane.vue_vue_type_style_index_0_scoped_bb382dc4_lang.css +0 -1
  81. package/DialogV4.vue_vue_type_style_index_0_scoped_37da643b_lang.css +0 -1
  82. package/DropdownV4.vue_vue_type_style_index_0_scoped_d154c5da_lang.css +0 -1
  83. package/FieldLabel.vue_vue_type_style_index_0_scoped_96ee1c98_lang.css +0 -1
  84. package/FormRow.vue_vue_type_style_index_0_scoped_fc3897fd_lang.css +0 -1
  85. package/OptionV4.vue_vue_type_style_index_0_scoped_1e8837dc_lang.css +0 -1
  86. package/Tooltip.vue_vue_type_style_index_0_scoped_9020a179_lang.css +0 -1
  87. package/TooltipV4.vue_vue_type_style_index_0_scoped_66eab856_lang.css +0 -1
@@ -19,12 +19,9 @@ declare const ChartTypes: () => ({
19
19
  yAxisFormat: import("./types").ValueFormat;
20
20
  parsing: import("./types").ChartParsingConfig;
21
21
  dataSets: import("./types").ChartDataSet[];
22
+ trendTooltip: any;
22
23
  subheader: string;
23
- subheaderTooltipHeader: string;
24
- subheaderTooltipText: string;
25
- trendTooltipHeader: string;
26
- trendTooltipRangeCurrent: string;
27
- trendTooltipRangePrevious: string;
24
+ subheaderTooltip: any;
28
25
  trendValue: string | number;
29
26
  trendDirection: "up" | "down";
30
27
  tickCount: number;
@@ -101,28 +98,23 @@ declare const ChartTypes: () => ({
101
98
  required: true;
102
99
  default: () => any[];
103
100
  };
104
- subheader: {
105
- type: import("vue").PropType<string>;
106
- default: string;
107
- };
108
- subheaderTooltipHeader: {
109
- type: import("vue").PropType<string>;
110
- default: any;
111
- };
112
- subheaderTooltipText: {
113
- type: import("vue").PropType<string>;
101
+ trendTooltip: {
102
+ type: import("vue").PropType<{
103
+ header?: string;
104
+ rangeCurrent?: string;
105
+ rangePrevious?: string;
106
+ }>;
114
107
  default: any;
115
108
  };
116
- trendTooltipHeader: {
117
- type: import("vue").PropType<string>;
118
- default: any;
119
- };
120
- trendTooltipRangeCurrent: {
109
+ subheader: {
121
110
  type: import("vue").PropType<string>;
122
- default: any;
111
+ default: string;
123
112
  };
124
- trendTooltipRangePrevious: {
125
- type: import("vue").PropType<string>;
113
+ subheaderTooltip: {
114
+ type: import("vue").PropType<{
115
+ header?: string;
116
+ text?: string;
117
+ }>;
126
118
  default: any;
127
119
  };
128
120
  trendValue: {
@@ -181,7 +173,7 @@ declare const ChartTypes: () => ({
181
173
  "onUpdate:visibleIds"?: (visibleIds: unknown[]) => any;
182
174
  "onUpdate:sortSelected"?: (sortOption: unknown) => any;
183
175
  "onUpdate:chartType"?: (chartType: import("./types").ChartType) => any;
184
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "loading" | "visibleIds" | "minVisible" | "maxVisible" | "maxLimitTooltipText" | "sortSelected" | "sortOptions" | "sortOptionNameKey" | "chartType" | "hideLegend" | "xAxisFormat" | "yAxisFormat" | "parsing" | "dataSets" | "subheader" | "subheaderTooltipHeader" | "subheaderTooltipText" | "trendTooltipHeader" | "trendTooltipRangeCurrent" | "trendTooltipRangePrevious" | "trendValue" | "trendDirection" | "tickCount" | "noDataIcon" | "noDataTitle" | "noDataSubtitle" | "withAnimation" | "tooltipTotalType" | "tooltipTotalCalcFn" | "totalsChart" | "fullHeight" | "withSettingsHeader" | "extraCharts">;
176
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "loading" | "visibleIds" | "minVisible" | "maxVisible" | "maxLimitTooltipText" | "sortSelected" | "sortOptions" | "sortOptionNameKey" | "chartType" | "hideLegend" | "xAxisFormat" | "yAxisFormat" | "parsing" | "dataSets" | "trendTooltip" | "subheader" | "subheaderTooltip" | "trendValue" | "trendDirection" | "tickCount" | "noDataIcon" | "noDataTitle" | "noDataSubtitle" | "withAnimation" | "tooltipTotalType" | "tooltipTotalCalcFn" | "totalsChart" | "fullHeight" | "withSettingsHeader" | "extraCharts">;
185
177
  $attrs: {
186
178
  [x: string]: unknown;
187
179
  };
@@ -258,28 +250,23 @@ declare const ChartTypes: () => ({
258
250
  required: true;
259
251
  default: () => any[];
260
252
  };
261
- subheader: {
262
- type: import("vue").PropType<string>;
263
- default: string;
264
- };
265
- subheaderTooltipHeader: {
266
- type: import("vue").PropType<string>;
253
+ trendTooltip: {
254
+ type: import("vue").PropType<{
255
+ header?: string;
256
+ rangeCurrent?: string;
257
+ rangePrevious?: string;
258
+ }>;
267
259
  default: any;
268
260
  };
269
- subheaderTooltipText: {
270
- type: import("vue").PropType<string>;
271
- default: any;
272
- };
273
- trendTooltipHeader: {
274
- type: import("vue").PropType<string>;
275
- default: any;
276
- };
277
- trendTooltipRangeCurrent: {
261
+ subheader: {
278
262
  type: import("vue").PropType<string>;
279
- default: any;
263
+ default: string;
280
264
  };
281
- trendTooltipRangePrevious: {
282
- type: import("vue").PropType<string>;
265
+ subheaderTooltip: {
266
+ type: import("vue").PropType<{
267
+ header?: string;
268
+ text?: string;
269
+ }>;
283
270
  default: any;
284
271
  };
285
272
  trendValue: {
@@ -358,12 +345,9 @@ declare const ChartTypes: () => ({
358
345
  yAxisFormat: import("./types").ValueFormat;
359
346
  parsing: import("./types").ChartParsingConfig;
360
347
  dataSets: import("./types").ChartDataSet[];
348
+ trendTooltip: any;
361
349
  subheader: string;
362
- subheaderTooltipHeader: string;
363
- subheaderTooltipText: string;
364
- trendTooltipHeader: string;
365
- trendTooltipRangeCurrent: string;
366
- trendTooltipRangePrevious: string;
350
+ subheaderTooltip: any;
367
351
  trendValue: string | number;
368
352
  trendDirection: "up" | "down";
369
353
  tickCount: number;
@@ -460,28 +444,23 @@ declare const ChartTypes: () => ({
460
444
  required: true;
461
445
  default: () => any[];
462
446
  };
463
- subheader: {
464
- type: import("vue").PropType<string>;
465
- default: string;
466
- };
467
- subheaderTooltipHeader: {
468
- type: import("vue").PropType<string>;
469
- default: any;
470
- };
471
- subheaderTooltipText: {
472
- type: import("vue").PropType<string>;
473
- default: any;
474
- };
475
- trendTooltipHeader: {
476
- type: import("vue").PropType<string>;
447
+ trendTooltip: {
448
+ type: import("vue").PropType<{
449
+ header?: string;
450
+ rangeCurrent?: string;
451
+ rangePrevious?: string;
452
+ }>;
477
453
  default: any;
478
454
  };
479
- trendTooltipRangeCurrent: {
455
+ subheader: {
480
456
  type: import("vue").PropType<string>;
481
- default: any;
457
+ default: string;
482
458
  };
483
- trendTooltipRangePrevious: {
484
- type: import("vue").PropType<string>;
459
+ subheaderTooltip: {
460
+ type: import("vue").PropType<{
461
+ header?: string;
462
+ text?: string;
463
+ }>;
485
464
  default: any;
486
465
  };
487
466
  trendValue: {
@@ -607,28 +586,23 @@ declare const ChartTypes: () => ({
607
586
  required: true;
608
587
  default: () => any[];
609
588
  };
610
- subheader: {
611
- type: import("vue").PropType<string>;
612
- default: string;
613
- };
614
- subheaderTooltipHeader: {
615
- type: import("vue").PropType<string>;
616
- default: any;
617
- };
618
- subheaderTooltipText: {
619
- type: import("vue").PropType<string>;
620
- default: any;
621
- };
622
- trendTooltipHeader: {
623
- type: import("vue").PropType<string>;
589
+ trendTooltip: {
590
+ type: import("vue").PropType<{
591
+ header?: string;
592
+ rangeCurrent?: string;
593
+ rangePrevious?: string;
594
+ }>;
624
595
  default: any;
625
596
  };
626
- trendTooltipRangeCurrent: {
597
+ subheader: {
627
598
  type: import("vue").PropType<string>;
628
- default: any;
599
+ default: string;
629
600
  };
630
- trendTooltipRangePrevious: {
631
- type: import("vue").PropType<string>;
601
+ subheaderTooltip: {
602
+ type: import("vue").PropType<{
603
+ header?: string;
604
+ text?: string;
605
+ }>;
632
606
  default: any;
633
607
  };
634
608
  trendValue: {
@@ -707,12 +681,9 @@ declare const ChartTypes: () => ({
707
681
  yAxisFormat: import("./types").ValueFormat;
708
682
  parsing: import("./types").ChartParsingConfig;
709
683
  dataSets: import("./types").ChartDataSet[];
684
+ trendTooltip: any;
710
685
  subheader: string;
711
- subheaderTooltipHeader: string;
712
- subheaderTooltipText: string;
713
- trendTooltipHeader: string;
714
- trendTooltipRangeCurrent: string;
715
- trendTooltipRangePrevious: string;
686
+ subheaderTooltip: any;
716
687
  trendValue: string | number;
717
688
  trendDirection: "up" | "down";
718
689
  tickCount: number;
@@ -2,7 +2,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
2
2
  isChecked: boolean;
3
3
  isIndeterminate?: boolean;
4
4
  disabled?: boolean;
5
- size?: "sm" | "md" | "lg";
5
+ size?: "md" | "sm" | "lg";
6
6
  label?: string;
7
7
  testId?: string;
8
8
  }>, {
@@ -16,7 +16,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
16
16
  isChecked: boolean;
17
17
  isIndeterminate?: boolean;
18
18
  disabled?: boolean;
19
- size?: "sm" | "md" | "lg";
19
+ size?: "md" | "sm" | "lg";
20
20
  label?: string;
21
21
  testId?: string;
22
22
  }>, {
@@ -29,7 +29,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
29
29
  }, {
30
30
  label: string;
31
31
  testId: string;
32
- size: "sm" | "md" | "lg";
32
+ size: "md" | "sm" | "lg";
33
33
  }>, {
34
34
  default?(_: {}): any;
35
35
  }>;
@@ -5,7 +5,7 @@ declare const CheckboxTypes: () => ({
5
5
  $props: Partial<{
6
6
  label: string;
7
7
  testId: string;
8
- size: "sm" | "md" | "lg";
8
+ size: "md" | "sm" | "lg";
9
9
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
10
10
  label: {
11
11
  type: import("vue").PropType<string>;
@@ -19,7 +19,7 @@ declare const CheckboxTypes: () => ({
19
19
  type: import("vue").PropType<boolean>;
20
20
  };
21
21
  size: {
22
- type: import("vue").PropType<"sm" | "md" | "lg">;
22
+ type: import("vue").PropType<"md" | "sm" | "lg">;
23
23
  default: string;
24
24
  };
25
25
  isIndeterminate: {
@@ -59,7 +59,7 @@ declare const CheckboxTypes: () => ({
59
59
  type: import("vue").PropType<boolean>;
60
60
  };
61
61
  size: {
62
- type: import("vue").PropType<"sm" | "md" | "lg">;
62
+ type: import("vue").PropType<"md" | "sm" | "lg">;
63
63
  default: string;
64
64
  };
65
65
  isIndeterminate: {
@@ -78,7 +78,7 @@ declare const CheckboxTypes: () => ({
78
78
  }, string, {
79
79
  label: string;
80
80
  testId: string;
81
- size: "sm" | "md" | "lg";
81
+ size: "md" | "sm" | "lg";
82
82
  }, {}, string> & {
83
83
  beforeCreate?: (() => void) | (() => void)[];
84
84
  created?: (() => void) | (() => void)[];
@@ -112,7 +112,7 @@ declare const CheckboxTypes: () => ({
112
112
  type: import("vue").PropType<boolean>;
113
113
  };
114
114
  size: {
115
- type: import("vue").PropType<"sm" | "md" | "lg">;
115
+ type: import("vue").PropType<"md" | "sm" | "lg">;
116
116
  default: string;
117
117
  };
118
118
  isIndeterminate: {
@@ -142,7 +142,7 @@ declare const CheckboxTypes: () => ({
142
142
  type: import("vue").PropType<boolean>;
143
143
  };
144
144
  size: {
145
- type: import("vue").PropType<"sm" | "md" | "lg">;
145
+ type: import("vue").PropType<"md" | "sm" | "lg">;
146
146
  default: string;
147
147
  };
148
148
  isIndeterminate: {
@@ -161,7 +161,7 @@ declare const CheckboxTypes: () => ({
161
161
  }, string, {
162
162
  label: string;
163
163
  testId: string;
164
- size: "sm" | "md" | "lg";
164
+ size: "md" | "sm" | "lg";
165
165
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
166
166
  $slots: {
167
167
  default?(_: {}): any;
@@ -1,4 +1,5 @@
1
1
  import { Reason } from '@/components/dialog/common/Reason';
2
+ import { ButtonColor } from '@/components/button/common/consts';
2
3
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
4
  modelValue: boolean;
4
5
  content?: string;
@@ -18,7 +19,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
18
19
  showFooter?: boolean;
19
20
  saveButtonLabel?: string;
20
21
  saveButtonLoading?: boolean;
21
- saveButtonColor?: string;
22
+ saveButtonColor?: ButtonColor;
22
23
  cancelButtonLabel?: string;
23
24
  cancelButtonColor?: string;
24
25
  testId?: string;
@@ -71,7 +72,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
71
72
  showFooter?: boolean;
72
73
  saveButtonLabel?: string;
73
74
  saveButtonLoading?: boolean;
74
- saveButtonColor?: string;
75
+ saveButtonColor?: ButtonColor;
75
76
  cancelButtonLabel?: string;
76
77
  cancelButtonColor?: string;
77
78
  testId?: string;
@@ -124,7 +125,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
124
125
  showFooter: boolean;
125
126
  saveButtonLabel: string;
126
127
  saveButtonLoading: boolean;
127
- saveButtonColor: string;
128
+ saveButtonColor: ButtonColor;
128
129
  cancelButtonLabel: string;
129
130
  cancelButtonColor: string;
130
131
  noPadding: boolean;
@@ -1,7 +1,7 @@
1
1
  import o from "./DialogV4.vue2.js";
2
- /* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../DialogV4.vue_vue_type_style_index_0_scoped_37da643b_lang.css"; //*');
4
- const a = /* @__PURE__ */ _(o, [["__scopeId", "data-v-37da643b"]]);
2
+ /* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../../DialogV4.vue_vue_type_style_index_0_scoped_eb226e31_lang.css"; //*');
4
+ const p = /* @__PURE__ */ e(o, [["__scopeId", "data-v-eb226e31"]]);
5
5
  export {
6
- a as default
6
+ p as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import "../../../DialogV4.vue_vue_type_style_index_0_scoped_37da643b_lang.css"; import { defineComponent as L, openBlock as o, createBlock as u, Teleport as E, createVNode as A, Transition as P, withCtx as i, unref as t, createElementBlock as m, createElementVNode as y, mergeProps as s, renderSlot as k, createTextVNode as f, toDisplayString as B, createCommentVNode as l } from "vue";
1
+ import "../../../DialogV4.vue_vue_type_style_index_0_scoped_eb226e31_lang.css"; import { defineComponent as L, openBlock as o, createBlock as u, Teleport as E, createVNode as A, Transition as P, withCtx as i, unref as t, createElementBlock as m, createElementVNode as y, mergeProps as s, renderSlot as k, createTextVNode as f, toDisplayString as B, createCommentVNode as l } from "vue";
2
2
  import { NOOP as I } from "@vue/shared";
3
3
  import b from "../../typography/v4/Typography.vue.js";
4
4
  import O from "../../button/v4/ButtonV4.vue.js";
@@ -22,7 +22,7 @@ declare const DialogTypes: () => ({
22
22
  showFooter: boolean;
23
23
  saveButtonLabel: string;
24
24
  saveButtonLoading: boolean;
25
- saveButtonColor: string;
25
+ saveButtonColor: import("../../button/common/consts").ButtonColor;
26
26
  cancelButtonLabel: string;
27
27
  cancelButtonColor: string;
28
28
  noPadding: boolean;
@@ -104,7 +104,7 @@ declare const DialogTypes: () => ({
104
104
  default: boolean;
105
105
  };
106
106
  saveButtonColor: {
107
- type: import("vue").PropType<string>;
107
+ type: import("vue").PropType<import("../../button/common/consts").ButtonColor>;
108
108
  default: string;
109
109
  };
110
110
  cancelButtonLabel: {
@@ -217,7 +217,7 @@ declare const DialogTypes: () => ({
217
217
  default: boolean;
218
218
  };
219
219
  saveButtonColor: {
220
- type: import("vue").PropType<string>;
220
+ type: import("vue").PropType<import("../../button/common/consts").ButtonColor>;
221
221
  default: string;
222
222
  };
223
223
  cancelButtonLabel: {
@@ -263,7 +263,7 @@ declare const DialogTypes: () => ({
263
263
  showFooter: boolean;
264
264
  saveButtonLabel: string;
265
265
  saveButtonLoading: boolean;
266
- saveButtonColor: string;
266
+ saveButtonColor: import("../../button/common/consts").ButtonColor;
267
267
  cancelButtonLabel: string;
268
268
  cancelButtonColor: string;
269
269
  noPadding: boolean;
@@ -365,7 +365,7 @@ declare const DialogTypes: () => ({
365
365
  default: boolean;
366
366
  };
367
367
  saveButtonColor: {
368
- type: import("vue").PropType<string>;
368
+ type: import("vue").PropType<import("../../button/common/consts").ButtonColor>;
369
369
  default: string;
370
370
  };
371
371
  cancelButtonLabel: {
@@ -468,7 +468,7 @@ declare const DialogTypes: () => ({
468
468
  default: boolean;
469
469
  };
470
470
  saveButtonColor: {
471
- type: import("vue").PropType<string>;
471
+ type: import("vue").PropType<import("../../button/common/consts").ButtonColor>;
472
472
  default: string;
473
473
  };
474
474
  cancelButtonLabel: {
@@ -514,7 +514,7 @@ declare const DialogTypes: () => ({
514
514
  showFooter: boolean;
515
515
  saveButtonLabel: string;
516
516
  saveButtonLoading: boolean;
517
- saveButtonColor: string;
517
+ saveButtonColor: import("../../button/common/consts").ButtonColor;
518
518
  cancelButtonLabel: string;
519
519
  cancelButtonColor: string;
520
520
  noPadding: boolean;
@@ -48,6 +48,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
48
48
  optionEndIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
49
49
  optionsEndTextIconKey?: string;
50
50
  optionFlagKey?: string;
51
+ optionWarningKey?: string;
51
52
  valueToCopy?: string;
52
53
  disabledOptionKey?: string;
53
54
  optionTwoLinesVariant?: "horizontal" | "vertical";
@@ -107,6 +108,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
107
108
  optionEndIconType: any;
108
109
  optionsEndTextIconKey: any;
109
110
  optionFlagKey: any;
111
+ optionWarningKey: any;
110
112
  valueToCopy: any;
111
113
  disabledOptionKey: string;
112
114
  optionTwoLinesVariant: any;
@@ -186,6 +188,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
186
188
  optionEndIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
187
189
  optionsEndTextIconKey?: string;
188
190
  optionFlagKey?: string;
191
+ optionWarningKey?: string;
189
192
  valueToCopy?: string;
190
193
  disabledOptionKey?: string;
191
194
  optionTwoLinesVariant?: "horizontal" | "vertical";
@@ -245,6 +248,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
245
248
  optionEndIconType: any;
246
249
  optionsEndTextIconKey: any;
247
250
  optionFlagKey: any;
251
+ optionWarningKey: any;
248
252
  valueToCopy: any;
249
253
  disabledOptionKey: string;
250
254
  optionTwoLinesVariant: any;
@@ -318,6 +322,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
318
322
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
319
323
  optionsEndTextIconKey: string;
320
324
  optionFlagKey: string;
325
+ optionWarningKey: string;
321
326
  disabledOptionKey: string;
322
327
  optionTwoLinesVariant: "horizontal" | "vertical";
323
328
  optionTwoLinesKey: string;
@@ -384,6 +389,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
384
389
  active: boolean;
385
390
  disabled: any;
386
391
  }): any;
392
+ "option-end"?(_: {
393
+ option: any;
394
+ }): any;
387
395
  }>;
388
396
  export default _default;
389
397
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,8 +1,8 @@
1
1
  import o from "./DropdownV4.vue2.js";
2
- /* empty css *//* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../DropdownV4.vue_vue_type_style_index_0_scoped_d154c5da_lang.css"; //*');
2
+ /* empty css *//* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../../DropdownV4.vue_vue_type_style_index_0_scoped_08cb822e_lang.css"; //*');
4
4
  // import "../../../DropdownV4.vue_vue_type_style_index_1_lang.css"; //');
5
- const d = /* @__PURE__ */ _(o, [["__scopeId", "data-v-d154c5da"]]);
5
+ const r = /* @__PURE__ */ e(o, [["__scopeId", "data-v-08cb822e"]]);
6
6
  export {
7
- d as default
7
+ r as default
8
8
  };