@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
package/index.d.ts CHANGED
@@ -9888,7 +9888,7 @@ declare const _default: {
9888
9888
  theme: string;
9889
9889
  testId: string;
9890
9890
  delay: number;
9891
- triggers: ("hover" | "click" | "focus" | "touch")[];
9891
+ triggers: import("./components/tooltip/common/Tooltip.types").TooltipTriggers[];
9892
9892
  forceShowWithTruncate: boolean;
9893
9893
  placement: "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";
9894
9894
  disabled: boolean;
@@ -9918,7 +9918,7 @@ declare const _default: {
9918
9918
  default: number;
9919
9919
  };
9920
9920
  triggers: {
9921
- type: import("vue").PropType<("hover" | "click" | "focus" | "touch")[]>;
9921
+ type: import("vue").PropType<import("./components/tooltip/common/Tooltip.types").TooltipTriggers[]>;
9922
9922
  default: () => string[];
9923
9923
  };
9924
9924
  forceShowWithTruncate: {
@@ -9987,7 +9987,7 @@ declare const _default: {
9987
9987
  default: number;
9988
9988
  };
9989
9989
  triggers: {
9990
- type: import("vue").PropType<("hover" | "click" | "focus" | "touch")[]>;
9990
+ type: import("vue").PropType<import("./components/tooltip/common/Tooltip.types").TooltipTriggers[]>;
9991
9991
  default: () => string[];
9992
9992
  };
9993
9993
  forceShowWithTruncate: {
@@ -10028,7 +10028,7 @@ declare const _default: {
10028
10028
  theme: string;
10029
10029
  testId: string;
10030
10030
  delay: number;
10031
- triggers: ("hover" | "click" | "focus" | "touch")[];
10031
+ triggers: import("./components/tooltip/common/Tooltip.types").TooltipTriggers[];
10032
10032
  forceShowWithTruncate: boolean;
10033
10033
  placement: "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";
10034
10034
  disabled: boolean;
@@ -10078,7 +10078,7 @@ declare const _default: {
10078
10078
  default: number;
10079
10079
  };
10080
10080
  triggers: {
10081
- type: import("vue").PropType<("hover" | "click" | "focus" | "touch")[]>;
10081
+ type: import("vue").PropType<import("./components/tooltip/common/Tooltip.types").TooltipTriggers[]>;
10082
10082
  default: () => string[];
10083
10083
  };
10084
10084
  forceShowWithTruncate: {
@@ -10137,7 +10137,7 @@ declare const _default: {
10137
10137
  default: number;
10138
10138
  };
10139
10139
  triggers: {
10140
- type: import("vue").PropType<("hover" | "click" | "focus" | "touch")[]>;
10140
+ type: import("vue").PropType<import("./components/tooltip/common/Tooltip.types").TooltipTriggers[]>;
10141
10141
  default: () => string[];
10142
10142
  };
10143
10143
  forceShowWithTruncate: {
@@ -10178,7 +10178,7 @@ declare const _default: {
10178
10178
  theme: string;
10179
10179
  testId: string;
10180
10180
  delay: number;
10181
- triggers: ("hover" | "click" | "focus" | "touch")[];
10181
+ triggers: import("./components/tooltip/common/Tooltip.types").TooltipTriggers[];
10182
10182
  forceShowWithTruncate: boolean;
10183
10183
  placement: "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";
10184
10184
  disabled: boolean;
@@ -10204,7 +10204,7 @@ declare const _default: {
10204
10204
  theme: string;
10205
10205
  testId: string;
10206
10206
  delay: number;
10207
- triggers: ("hover" | "click" | "focus" | "touch")[];
10207
+ triggers: import("./components/tooltip/common/Tooltip.types").TooltipTriggers[];
10208
10208
  forceShowWithTruncate: boolean;
10209
10209
  placement: "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";
10210
10210
  disabled: boolean;
@@ -10234,7 +10234,7 @@ declare const _default: {
10234
10234
  default: number;
10235
10235
  };
10236
10236
  triggers: {
10237
- type: import("vue").PropType<("hover" | "click" | "focus" | "touch")[]>;
10237
+ type: import("vue").PropType<import("./components/tooltip/common/Tooltip.types").TooltipTriggers[]>;
10238
10238
  default: () => string[];
10239
10239
  };
10240
10240
  forceShowWithTruncate: {
@@ -10303,7 +10303,7 @@ declare const _default: {
10303
10303
  default: number;
10304
10304
  };
10305
10305
  triggers: {
10306
- type: import("vue").PropType<("hover" | "click" | "focus" | "touch")[]>;
10306
+ type: import("vue").PropType<import("./components/tooltip/common/Tooltip.types").TooltipTriggers[]>;
10307
10307
  default: () => string[];
10308
10308
  };
10309
10309
  forceShowWithTruncate: {
@@ -10344,7 +10344,7 @@ declare const _default: {
10344
10344
  theme: string;
10345
10345
  testId: string;
10346
10346
  delay: number;
10347
- triggers: ("hover" | "click" | "focus" | "touch")[];
10347
+ triggers: import("./components/tooltip/common/Tooltip.types").TooltipTriggers[];
10348
10348
  forceShowWithTruncate: boolean;
10349
10349
  placement: "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";
10350
10350
  disabled: boolean;
@@ -10394,7 +10394,7 @@ declare const _default: {
10394
10394
  default: number;
10395
10395
  };
10396
10396
  triggers: {
10397
- type: import("vue").PropType<("hover" | "click" | "focus" | "touch")[]>;
10397
+ type: import("vue").PropType<import("./components/tooltip/common/Tooltip.types").TooltipTriggers[]>;
10398
10398
  default: () => string[];
10399
10399
  };
10400
10400
  forceShowWithTruncate: {
@@ -10453,7 +10453,7 @@ declare const _default: {
10453
10453
  default: number;
10454
10454
  };
10455
10455
  triggers: {
10456
- type: import("vue").PropType<("hover" | "click" | "focus" | "touch")[]>;
10456
+ type: import("vue").PropType<import("./components/tooltip/common/Tooltip.types").TooltipTriggers[]>;
10457
10457
  default: () => string[];
10458
10458
  };
10459
10459
  forceShowWithTruncate: {
@@ -10494,7 +10494,7 @@ declare const _default: {
10494
10494
  theme: string;
10495
10495
  testId: string;
10496
10496
  delay: number;
10497
- triggers: ("hover" | "click" | "focus" | "touch")[];
10497
+ triggers: import("./components/tooltip/common/Tooltip.types").TooltipTriggers[];
10498
10498
  forceShowWithTruncate: boolean;
10499
10499
  placement: "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";
10500
10500
  disabled: boolean;
@@ -10533,7 +10533,7 @@ declare const _default: {
10533
10533
  showFooter: boolean;
10534
10534
  saveButtonLabel: string;
10535
10535
  saveButtonLoading: boolean;
10536
- saveButtonColor: string;
10536
+ saveButtonColor: import("./components/button/common/consts").ButtonColor;
10537
10537
  cancelButtonLabel: string;
10538
10538
  cancelButtonColor: string;
10539
10539
  noPadding: boolean;
@@ -10615,7 +10615,7 @@ declare const _default: {
10615
10615
  default: boolean;
10616
10616
  };
10617
10617
  saveButtonColor: {
10618
- type: import("vue").PropType<string>;
10618
+ type: import("vue").PropType<import("./components/button/common/consts").ButtonColor>;
10619
10619
  default: string;
10620
10620
  };
10621
10621
  cancelButtonLabel: {
@@ -10728,7 +10728,7 @@ declare const _default: {
10728
10728
  default: boolean;
10729
10729
  };
10730
10730
  saveButtonColor: {
10731
- type: import("vue").PropType<string>;
10731
+ type: import("vue").PropType<import("./components/button/common/consts").ButtonColor>;
10732
10732
  default: string;
10733
10733
  };
10734
10734
  cancelButtonLabel: {
@@ -10774,7 +10774,7 @@ declare const _default: {
10774
10774
  showFooter: boolean;
10775
10775
  saveButtonLabel: string;
10776
10776
  saveButtonLoading: boolean;
10777
- saveButtonColor: string;
10777
+ saveButtonColor: import("./components/button/common/consts").ButtonColor;
10778
10778
  cancelButtonLabel: string;
10779
10779
  cancelButtonColor: string;
10780
10780
  noPadding: boolean;
@@ -10876,7 +10876,7 @@ declare const _default: {
10876
10876
  default: boolean;
10877
10877
  };
10878
10878
  saveButtonColor: {
10879
- type: import("vue").PropType<string>;
10879
+ type: import("vue").PropType<import("./components/button/common/consts").ButtonColor>;
10880
10880
  default: string;
10881
10881
  };
10882
10882
  cancelButtonLabel: {
@@ -10979,7 +10979,7 @@ declare const _default: {
10979
10979
  default: boolean;
10980
10980
  };
10981
10981
  saveButtonColor: {
10982
- type: import("vue").PropType<string>;
10982
+ type: import("vue").PropType<import("./components/button/common/consts").ButtonColor>;
10983
10983
  default: string;
10984
10984
  };
10985
10985
  cancelButtonLabel: {
@@ -11025,7 +11025,7 @@ declare const _default: {
11025
11025
  showFooter: boolean;
11026
11026
  saveButtonLabel: string;
11027
11027
  saveButtonLoading: boolean;
11028
- saveButtonColor: string;
11028
+ saveButtonColor: import("./components/button/common/consts").ButtonColor;
11029
11029
  cancelButtonLabel: string;
11030
11030
  cancelButtonColor: string;
11031
11031
  noPadding: boolean;
@@ -11059,7 +11059,7 @@ declare const _default: {
11059
11059
  showFooter: boolean;
11060
11060
  saveButtonLabel: string;
11061
11061
  saveButtonLoading: boolean;
11062
- saveButtonColor: string;
11062
+ saveButtonColor: import("./components/button/common/consts").ButtonColor;
11063
11063
  cancelButtonLabel: string;
11064
11064
  cancelButtonColor: string;
11065
11065
  noPadding: boolean;
@@ -11141,7 +11141,7 @@ declare const _default: {
11141
11141
  default: boolean;
11142
11142
  };
11143
11143
  saveButtonColor: {
11144
- type: import("vue").PropType<string>;
11144
+ type: import("vue").PropType<import("./components/button/common/consts").ButtonColor>;
11145
11145
  default: string;
11146
11146
  };
11147
11147
  cancelButtonLabel: {
@@ -11254,7 +11254,7 @@ declare const _default: {
11254
11254
  default: boolean;
11255
11255
  };
11256
11256
  saveButtonColor: {
11257
- type: import("vue").PropType<string>;
11257
+ type: import("vue").PropType<import("./components/button/common/consts").ButtonColor>;
11258
11258
  default: string;
11259
11259
  };
11260
11260
  cancelButtonLabel: {
@@ -11300,7 +11300,7 @@ declare const _default: {
11300
11300
  showFooter: boolean;
11301
11301
  saveButtonLabel: string;
11302
11302
  saveButtonLoading: boolean;
11303
- saveButtonColor: string;
11303
+ saveButtonColor: import("./components/button/common/consts").ButtonColor;
11304
11304
  cancelButtonLabel: string;
11305
11305
  cancelButtonColor: string;
11306
11306
  noPadding: boolean;
@@ -11402,7 +11402,7 @@ declare const _default: {
11402
11402
  default: boolean;
11403
11403
  };
11404
11404
  saveButtonColor: {
11405
- type: import("vue").PropType<string>;
11405
+ type: import("vue").PropType<import("./components/button/common/consts").ButtonColor>;
11406
11406
  default: string;
11407
11407
  };
11408
11408
  cancelButtonLabel: {
@@ -11505,7 +11505,7 @@ declare const _default: {
11505
11505
  default: boolean;
11506
11506
  };
11507
11507
  saveButtonColor: {
11508
- type: import("vue").PropType<string>;
11508
+ type: import("vue").PropType<import("./components/button/common/consts").ButtonColor>;
11509
11509
  default: string;
11510
11510
  };
11511
11511
  cancelButtonLabel: {
@@ -11551,7 +11551,7 @@ declare const _default: {
11551
11551
  showFooter: boolean;
11552
11552
  saveButtonLabel: string;
11553
11553
  saveButtonLoading: boolean;
11554
- saveButtonColor: string;
11554
+ saveButtonColor: import("./components/button/common/consts").ButtonColor;
11555
11555
  cancelButtonLabel: string;
11556
11556
  cancelButtonColor: string;
11557
11557
  noPadding: boolean;
@@ -16329,6 +16329,7 @@ declare const _default: {
16329
16329
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
16330
16330
  optionsEndTextIconKey: string;
16331
16331
  optionFlagKey: string;
16332
+ optionWarningKey: string;
16332
16333
  disabledOptionKey: string;
16333
16334
  optionTwoLinesVariant: "horizontal" | "vertical";
16334
16335
  optionTwoLinesKey: string;
@@ -16539,6 +16540,10 @@ declare const _default: {
16539
16540
  type: import("vue").PropType<string>;
16540
16541
  default: any;
16541
16542
  };
16543
+ optionWarningKey: {
16544
+ type: import("vue").PropType<string>;
16545
+ default: any;
16546
+ };
16542
16547
  disabledOptionKey: {
16543
16548
  type: import("vue").PropType<string>;
16544
16549
  default: string;
@@ -16600,7 +16605,7 @@ declare const _default: {
16600
16605
  onUnsavedSelectionUpdate?: (value: unknown[]) => any;
16601
16606
  onOpened?: () => any;
16602
16607
  onClosed?: () => any;
16603
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "valueToCopy" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "dynamicFilterMode" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
16608
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "valueToCopy" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "dynamicFilterMode" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "optionWarningKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
16604
16609
  $attrs: {
16605
16610
  [x: string]: unknown;
16606
16611
  };
@@ -16812,6 +16817,10 @@ declare const _default: {
16812
16817
  type: import("vue").PropType<string>;
16813
16818
  default: any;
16814
16819
  };
16820
+ optionWarningKey: {
16821
+ type: import("vue").PropType<string>;
16822
+ default: any;
16823
+ };
16815
16824
  disabledOptionKey: {
16816
16825
  type: import("vue").PropType<string>;
16817
16826
  default: string;
@@ -16935,6 +16944,7 @@ declare const _default: {
16935
16944
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
16936
16945
  optionsEndTextIconKey: string;
16937
16946
  optionFlagKey: string;
16947
+ optionWarningKey: string;
16938
16948
  disabledOptionKey: string;
16939
16949
  optionTwoLinesVariant: "horizontal" | "vertical";
16940
16950
  optionTwoLinesKey: string;
@@ -17165,6 +17175,10 @@ declare const _default: {
17165
17175
  type: import("vue").PropType<string>;
17166
17176
  default: any;
17167
17177
  };
17178
+ optionWarningKey: {
17179
+ type: import("vue").PropType<string>;
17180
+ default: any;
17181
+ };
17168
17182
  disabledOptionKey: {
17169
17183
  type: import("vue").PropType<string>;
17170
17184
  default: string;
@@ -17431,6 +17445,10 @@ declare const _default: {
17431
17445
  type: import("vue").PropType<string>;
17432
17446
  default: any;
17433
17447
  };
17448
+ optionWarningKey: {
17449
+ type: import("vue").PropType<string>;
17450
+ default: any;
17451
+ };
17434
17452
  disabledOptionKey: {
17435
17453
  type: import("vue").PropType<string>;
17436
17454
  default: string;
@@ -17554,6 +17572,7 @@ declare const _default: {
17554
17572
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
17555
17573
  optionsEndTextIconKey: string;
17556
17574
  optionFlagKey: string;
17575
+ optionWarningKey: string;
17557
17576
  disabledOptionKey: string;
17558
17577
  optionTwoLinesVariant: "horizontal" | "vertical";
17559
17578
  optionTwoLinesKey: string;
@@ -17621,6 +17640,9 @@ declare const _default: {
17621
17640
  active: boolean;
17622
17641
  disabled: any;
17623
17642
  }): any;
17643
+ "option-end"?(_: {
17644
+ option: any;
17645
+ }): any;
17624
17646
  };
17625
17647
  });
17626
17648
  DefaultDropdownTrigger: {
@@ -20299,6 +20321,7 @@ declare const _default: {
20299
20321
  nameKey: string;
20300
20322
  imageKey: string;
20301
20323
  iconKey: string;
20324
+ warningKey: string;
20302
20325
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
20303
20326
  endIconKey: string;
20304
20327
  endTextIconKey: string;
@@ -20361,6 +20384,10 @@ declare const _default: {
20361
20384
  type: import("vue").PropType<string>;
20362
20385
  default: any;
20363
20386
  };
20387
+ warningKey: {
20388
+ type: import("vue").PropType<string>;
20389
+ default: any;
20390
+ };
20364
20391
  iconType: {
20365
20392
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
20366
20393
  default: string;
@@ -20402,7 +20429,7 @@ declare const _default: {
20402
20429
  };
20403
20430
  }>> & {
20404
20431
  onToggleTreeCollapse?: (option: unknown) => any;
20405
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "endTextIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown" | "isMulti">;
20432
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "warningKey" | "iconType" | "endIconKey" | "endTextIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown" | "isMulti">;
20406
20433
  $attrs: {
20407
20434
  [x: string]: unknown;
20408
20435
  };
@@ -20469,6 +20496,10 @@ declare const _default: {
20469
20496
  type: import("vue").PropType<string>;
20470
20497
  default: any;
20471
20498
  };
20499
+ warningKey: {
20500
+ type: import("vue").PropType<string>;
20501
+ default: any;
20502
+ };
20472
20503
  iconType: {
20473
20504
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
20474
20505
  default: string;
@@ -20526,6 +20557,7 @@ declare const _default: {
20526
20557
  nameKey: string;
20527
20558
  imageKey: string;
20528
20559
  iconKey: string;
20560
+ warningKey: string;
20529
20561
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
20530
20562
  endIconKey: string;
20531
20563
  endTextIconKey: string;
@@ -20608,6 +20640,10 @@ declare const _default: {
20608
20640
  type: import("vue").PropType<string>;
20609
20641
  default: any;
20610
20642
  };
20643
+ warningKey: {
20644
+ type: import("vue").PropType<string>;
20645
+ default: any;
20646
+ };
20611
20647
  iconType: {
20612
20648
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
20613
20649
  default: string;
@@ -20706,6 +20742,10 @@ declare const _default: {
20706
20742
  type: import("vue").PropType<string>;
20707
20743
  default: any;
20708
20744
  };
20745
+ warningKey: {
20746
+ type: import("vue").PropType<string>;
20747
+ default: any;
20748
+ };
20709
20749
  iconType: {
20710
20750
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
20711
20751
  default: string;
@@ -20763,6 +20803,7 @@ declare const _default: {
20763
20803
  nameKey: string;
20764
20804
  imageKey: string;
20765
20805
  iconKey: string;
20806
+ warningKey: string;
20766
20807
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
20767
20808
  endIconKey: string;
20768
20809
  endTextIconKey: string;
@@ -20779,6 +20820,9 @@ declare const _default: {
20779
20820
  "icon-start"?(_: {}): any;
20780
20821
  default?(_: {}): any;
20781
20822
  "icon-end"?(_: {}): any;
20823
+ "option-end"?(_: {
20824
+ option: any;
20825
+ }): any;
20782
20826
  };
20783
20827
  })) | import("vue").DefineComponent<{
20784
20828
  testId: {
@@ -20986,6 +21030,7 @@ declare const _default: {
20986
21030
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
20987
21031
  optionsEndTextIconKey: string;
20988
21032
  optionFlagKey: string;
21033
+ optionWarningKey: string;
20989
21034
  disabledOptionKey: string;
20990
21035
  optionTwoLinesVariant: "horizontal" | "vertical";
20991
21036
  optionTwoLinesKey: string;
@@ -21196,6 +21241,10 @@ declare const _default: {
21196
21241
  type: import("vue").PropType<string>;
21197
21242
  default: any;
21198
21243
  };
21244
+ optionWarningKey: {
21245
+ type: import("vue").PropType<string>;
21246
+ default: any;
21247
+ };
21199
21248
  disabledOptionKey: {
21200
21249
  type: import("vue").PropType<string>;
21201
21250
  default: string;
@@ -21257,7 +21306,7 @@ declare const _default: {
21257
21306
  onUnsavedSelectionUpdate?: (value: unknown[]) => any;
21258
21307
  onOpened?: () => any;
21259
21308
  onClosed?: () => any;
21260
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "valueToCopy" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "dynamicFilterMode" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
21309
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "valueToCopy" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "dynamicFilterMode" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "optionWarningKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
21261
21310
  $attrs: {
21262
21311
  [x: string]: unknown;
21263
21312
  };
@@ -21469,6 +21518,10 @@ declare const _default: {
21469
21518
  type: import("vue").PropType<string>;
21470
21519
  default: any;
21471
21520
  };
21521
+ optionWarningKey: {
21522
+ type: import("vue").PropType<string>;
21523
+ default: any;
21524
+ };
21472
21525
  disabledOptionKey: {
21473
21526
  type: import("vue").PropType<string>;
21474
21527
  default: string;
@@ -21592,6 +21645,7 @@ declare const _default: {
21592
21645
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
21593
21646
  optionsEndTextIconKey: string;
21594
21647
  optionFlagKey: string;
21648
+ optionWarningKey: string;
21595
21649
  disabledOptionKey: string;
21596
21650
  optionTwoLinesVariant: "horizontal" | "vertical";
21597
21651
  optionTwoLinesKey: string;
@@ -21822,6 +21876,10 @@ declare const _default: {
21822
21876
  type: import("vue").PropType<string>;
21823
21877
  default: any;
21824
21878
  };
21879
+ optionWarningKey: {
21880
+ type: import("vue").PropType<string>;
21881
+ default: any;
21882
+ };
21825
21883
  disabledOptionKey: {
21826
21884
  type: import("vue").PropType<string>;
21827
21885
  default: string;
@@ -22088,6 +22146,10 @@ declare const _default: {
22088
22146
  type: import("vue").PropType<string>;
22089
22147
  default: any;
22090
22148
  };
22149
+ optionWarningKey: {
22150
+ type: import("vue").PropType<string>;
22151
+ default: any;
22152
+ };
22091
22153
  disabledOptionKey: {
22092
22154
  type: import("vue").PropType<string>;
22093
22155
  default: string;
@@ -22211,6 +22273,7 @@ declare const _default: {
22211
22273
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
22212
22274
  optionsEndTextIconKey: string;
22213
22275
  optionFlagKey: string;
22276
+ optionWarningKey: string;
22214
22277
  disabledOptionKey: string;
22215
22278
  optionTwoLinesVariant: "horizontal" | "vertical";
22216
22279
  optionTwoLinesKey: string;
@@ -22278,6 +22341,9 @@ declare const _default: {
22278
22341
  active: boolean;
22279
22342
  disabled: any;
22280
22343
  }): any;
22344
+ "option-end"?(_: {
22345
+ option: any;
22346
+ }): any;
22281
22347
  };
22282
22348
  })) | import("vue").DefineComponent<{
22283
22349
  label: {
@@ -23052,6 +23118,7 @@ declare const _default: {
23052
23118
  nameKey: string;
23053
23119
  imageKey: string;
23054
23120
  iconKey: string;
23121
+ warningKey: string;
23055
23122
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
23056
23123
  endIconKey: string;
23057
23124
  endTextIconKey: string;
@@ -23114,6 +23181,10 @@ declare const _default: {
23114
23181
  type: import("vue").PropType<string>;
23115
23182
  default: any;
23116
23183
  };
23184
+ warningKey: {
23185
+ type: import("vue").PropType<string>;
23186
+ default: any;
23187
+ };
23117
23188
  iconType: {
23118
23189
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
23119
23190
  default: string;
@@ -23155,7 +23226,7 @@ declare const _default: {
23155
23226
  };
23156
23227
  }>> & {
23157
23228
  onToggleTreeCollapse?: (option: unknown) => any;
23158
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "endTextIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown" | "isMulti">;
23229
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "warningKey" | "iconType" | "endIconKey" | "endTextIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown" | "isMulti">;
23159
23230
  $attrs: {
23160
23231
  [x: string]: unknown;
23161
23232
  };
@@ -23222,6 +23293,10 @@ declare const _default: {
23222
23293
  type: import("vue").PropType<string>;
23223
23294
  default: any;
23224
23295
  };
23296
+ warningKey: {
23297
+ type: import("vue").PropType<string>;
23298
+ default: any;
23299
+ };
23225
23300
  iconType: {
23226
23301
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
23227
23302
  default: string;
@@ -23279,6 +23354,7 @@ declare const _default: {
23279
23354
  nameKey: string;
23280
23355
  imageKey: string;
23281
23356
  iconKey: string;
23357
+ warningKey: string;
23282
23358
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
23283
23359
  endIconKey: string;
23284
23360
  endTextIconKey: string;
@@ -23361,6 +23437,10 @@ declare const _default: {
23361
23437
  type: import("vue").PropType<string>;
23362
23438
  default: any;
23363
23439
  };
23440
+ warningKey: {
23441
+ type: import("vue").PropType<string>;
23442
+ default: any;
23443
+ };
23364
23444
  iconType: {
23365
23445
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
23366
23446
  default: string;
@@ -23459,6 +23539,10 @@ declare const _default: {
23459
23539
  type: import("vue").PropType<string>;
23460
23540
  default: any;
23461
23541
  };
23542
+ warningKey: {
23543
+ type: import("vue").PropType<string>;
23544
+ default: any;
23545
+ };
23462
23546
  iconType: {
23463
23547
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
23464
23548
  default: string;
@@ -23516,6 +23600,7 @@ declare const _default: {
23516
23600
  nameKey: string;
23517
23601
  imageKey: string;
23518
23602
  iconKey: string;
23603
+ warningKey: string;
23519
23604
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
23520
23605
  endIconKey: string;
23521
23606
  endTextIconKey: string;
@@ -23532,6 +23617,9 @@ declare const _default: {
23532
23617
  "icon-start"?(_: {}): any;
23533
23618
  default?(_: {}): any;
23534
23619
  "icon-end"?(_: {}): any;
23620
+ "option-end"?(_: {
23621
+ option: any;
23622
+ }): any;
23535
23623
  };
23536
23624
  });
23537
23625
  TreeDropdown: {
@@ -24320,7 +24408,7 @@ declare const _default: {
24320
24408
  testId: string;
24321
24409
  variant: "text" | "contained" | "outlined";
24322
24410
  disabled: boolean;
24323
- color: "default" | "primary" | "danger" | "info" | "success" | "warning";
24411
+ color: import("./components/button/common/consts").ButtonColor;
24324
24412
  size: "small" | "medium" | "large" | "extraLarge";
24325
24413
  content: string;
24326
24414
  loading: boolean;
@@ -24342,7 +24430,7 @@ declare const _default: {
24342
24430
  default: boolean;
24343
24431
  };
24344
24432
  color: {
24345
- type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
24433
+ type: import("vue").PropType<import("./components/button/common/consts").ButtonColor>;
24346
24434
  default: string;
24347
24435
  };
24348
24436
  size: {
@@ -24401,7 +24489,7 @@ declare const _default: {
24401
24489
  default: boolean;
24402
24490
  };
24403
24491
  color: {
24404
- type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
24492
+ type: import("vue").PropType<import("./components/button/common/consts").ButtonColor>;
24405
24493
  default: string;
24406
24494
  };
24407
24495
  size: {
@@ -24436,7 +24524,7 @@ declare const _default: {
24436
24524
  testId: string;
24437
24525
  variant: "text" | "contained" | "outlined";
24438
24526
  disabled: boolean;
24439
- color: "default" | "primary" | "danger" | "info" | "success" | "warning";
24527
+ color: import("./components/button/common/consts").ButtonColor;
24440
24528
  size: "small" | "medium" | "large" | "extraLarge";
24441
24529
  content: string;
24442
24530
  loading: boolean;
@@ -24478,7 +24566,7 @@ declare const _default: {
24478
24566
  default: boolean;
24479
24567
  };
24480
24568
  color: {
24481
- type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
24569
+ type: import("vue").PropType<import("./components/button/common/consts").ButtonColor>;
24482
24570
  default: string;
24483
24571
  };
24484
24572
  size: {
@@ -24527,7 +24615,7 @@ declare const _default: {
24527
24615
  default: boolean;
24528
24616
  };
24529
24617
  color: {
24530
- type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
24618
+ type: import("vue").PropType<import("./components/button/common/consts").ButtonColor>;
24531
24619
  default: string;
24532
24620
  };
24533
24621
  size: {
@@ -24562,7 +24650,7 @@ declare const _default: {
24562
24650
  testId: string;
24563
24651
  variant: "text" | "contained" | "outlined";
24564
24652
  disabled: boolean;
24565
- color: "default" | "primary" | "danger" | "info" | "success" | "warning";
24653
+ color: import("./components/button/common/consts").ButtonColor;
24566
24654
  size: "small" | "medium" | "large" | "extraLarge";
24567
24655
  content: string;
24568
24656
  loading: boolean;