@ironsource/shared-ui 2.1.11-test.1 → 2.1.11-test.26

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 (107) hide show
  1. package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_f9a13e27_lang.css +1 -0
  2. package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_1aa6df01_lang.css +1 -0
  3. package/Chart.vue_vue_type_style_index_0_scoped_8f471697_lang.css +1 -0
  4. package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_039dd922_lang.css +1 -0
  5. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_2aee12ad_lang.css +1 -0
  6. package/DataGrid.vue_vue_type_style_index_0_scoped_e7591db4_lang.css +1 -0
  7. package/DateRangeV4.vue_vue_type_style_index_0_scoped_309e5351_lang.css +1 -0
  8. package/DropdownV4.vue_vue_type_style_index_0_scoped_6466948d_lang.css +1 -0
  9. package/FiltersPanelV4.vue_vue_type_style_index_0_scoped_111b200a_lang.css +1 -0
  10. package/InlineCopy.vue_vue_type_style_index_0_scoped_ad48b61e_lang.css +1 -0
  11. package/OptionV4.vue_vue_type_style_index_0_scoped_2c2947b3_lang.css +1 -0
  12. package/PopoverV4.vue_vue_type_style_index_0_scoped_66694b4e_lang.css +1 -0
  13. package/README.md +4 -15
  14. package/SettingsHeader.vue_vue_type_style_index_0_scoped_9b6cd9d9_lang.css +1 -0
  15. package/TextField.vue_vue_type_style_index_0_scoped_2e327aa1_lang.css +1 -0
  16. package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_c81a7d3e_lang.css +1 -0
  17. package/TooltipV4.vue_vue_type_style_index_0_scoped_82b46d6d_lang.css +1 -0
  18. package/TreeDropdown.vue_vue_type_style_index_0_scoped_bdfb0aef_lang.css +1 -0
  19. package/components/autocomplete/Autocomplete.vue2.js +3 -2
  20. package/components/button/v4/ToggleButtonGroupAB.vue.d.ts +3 -1
  21. package/components/button/v4/ToggleButtonGroupAB.vue.js +2 -2
  22. package/components/button/v4/ToggleButtonGroupAB.vue2.js +44 -39
  23. package/components/button/v4/index.d.ts +9 -3
  24. package/components/chart/Chart.vue.js +5 -5
  25. package/components/chart/Chart.vue2.js +48 -46
  26. package/components/chart/SettingsHeader.vue.js +3 -3
  27. package/components/chart/SettingsHeader.vue2.js +34 -26
  28. package/components/datePicker/v4/DatePickerV4.vue2.js +8 -7
  29. package/components/dateRange/v4/DateRangeV4.vue.js +2 -2
  30. package/components/dateRange/v4/DateRangeV4.vue2.js +9 -9
  31. package/components/dropdown/common/Dropdown.common.js +191 -184
  32. package/components/dropdown/v3/Dropdown.vue.d.ts +2 -2
  33. package/components/dropdown/v3/index.d.ts +39 -39
  34. package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +1 -1
  35. package/components/dropdown/v4/ButtonDropdownTrigger.vue.js +3 -3
  36. package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +6 -6
  37. package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.js +2 -2
  38. package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue2.js +7 -7
  39. package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +10 -0
  40. package/components/dropdown/v4/ChipDropdownTrigger.vue.js +3 -3
  41. package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +73 -47
  42. package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +90 -0
  43. package/components/dropdown/v4/ConditionalDropdown.vue.js +7 -0
  44. package/components/dropdown/v4/ConditionalDropdown.vue2.js +185 -0
  45. package/components/dropdown/v4/DropdownV4.vue.d.ts +31 -6
  46. package/components/dropdown/v4/DropdownV4.vue.js +3 -3
  47. package/components/dropdown/v4/DropdownV4.vue2.js +224 -198
  48. package/components/dropdown/v4/OptionV4.vue.d.ts +10 -0
  49. package/components/dropdown/v4/OptionV4.vue.js +2 -2
  50. package/components/dropdown/v4/OptionV4.vue2.js +135 -98
  51. package/components/dropdown/v4/TreeDropdown.vue.d.ts +6 -1
  52. package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
  53. package/components/dropdown/v4/TreeDropdown.vue2.js +209 -167
  54. package/components/dropdown/v4/index.d.ts +402 -87
  55. package/components/dropdown/v4/index.js +6 -3
  56. package/components/filtersPanel/v4/FiltersPanelV4.vue.js +3 -3
  57. package/components/filtersPanel/v4/FiltersPanelV4.vue2.js +8 -9
  58. package/components/icon/v4/consts.d.ts +1 -1
  59. package/components/icon/v4/consts.js +1 -1
  60. package/components/inlineCopy/InlineCopy.vue.d.ts +5 -0
  61. package/components/inlineCopy/InlineCopy.vue.js +2 -2
  62. package/components/inlineCopy/InlineCopy.vue2.js +24 -22
  63. package/components/inlineCopy/index.d.ts +9 -0
  64. package/components/input/v4/TextField.vue.js +3 -3
  65. package/components/input/v4/TextField.vue2.js +12 -12
  66. package/components/multibar/MultiBarMenu.vue2.js +3 -2
  67. package/components/popover/v4/PopoverV4.vue.d.ts +14 -2
  68. package/components/popover/v4/PopoverV4.vue.js +4 -3
  69. package/components/popover/v4/PopoverV4.vue2.js +40 -24
  70. package/components/popover/v4/index.d.ts +55 -11
  71. package/components/sortableList/SortableList.vue.d.ts +1 -1
  72. package/components/sortableList/index.d.ts +4 -4
  73. package/components/table/common/Table.common.js +69 -71
  74. package/components/table/common/Table.types.d.ts +1 -1
  75. package/components/table/v3/Table.vue.d.ts +1 -1
  76. package/components/table/v3/index.d.ts +5 -5
  77. package/components/table/v4/DataGrid.vue.d.ts +6 -1
  78. package/components/table/v4/DataGrid.vue.js +4 -4
  79. package/components/table/v4/DataGrid.vue2.js +124 -117
  80. package/components/table/v4/DataGridMenu.vue2.js +3 -2
  81. package/components/table/v4/index.d.ts +26 -7
  82. package/components/tooltip/v4/TooltipV4.vue.d.ts +10 -0
  83. package/components/tooltip/v4/TooltipV4.vue.js +2 -2
  84. package/components/tooltip/v4/TooltipV4.vue2.js +24 -21
  85. package/components/tooltip/v4/index.d.ts +39 -1
  86. package/design-foundation.stories/icons/iconsData.d.ts +1 -1
  87. package/index.d.ts +1123 -262
  88. package/index.js +1 -1
  89. package/mocks/options.d.ts +48 -2
  90. package/mocks/words.d.ts +1 -1
  91. package/package.json +3 -2
  92. package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_76c74f58_lang.css +0 -1
  93. package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_7f750550_lang.css +0 -1
  94. package/Chart.vue_vue_type_style_index_0_scoped_ea1e5c3e_lang.css +0 -1
  95. package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_49bd7193_lang.css +0 -1
  96. package/DataGrid.vue_vue_type_style_index_0_scoped_0cd8af73_lang.css +0 -1
  97. package/DateRangeV4.vue_vue_type_style_index_0_scoped_f81413ec_lang.css +0 -1
  98. package/DropdownV4.vue_vue_type_style_index_0_scoped_991a7aad_lang.css +0 -1
  99. package/FiltersPanelV4.vue_vue_type_style_index_0_scoped_39061862_lang.css +0 -1
  100. package/InlineCopy.vue_vue_type_style_index_0_scoped_893a203c_lang.css +0 -1
  101. package/OptionV4.vue_vue_type_style_index_0_scoped_4070942a_lang.css +0 -1
  102. package/PopoverV4.vue_vue_type_style_index_0_scoped_74bbce13_lang.css +0 -1
  103. package/SettingsHeader.vue_vue_type_style_index_0_scoped_1791e4fe_lang.css +0 -1
  104. package/TextField.vue_vue_type_style_index_0_scoped_4d9bf5b2_lang.css +0 -1
  105. package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_9d9e51c0_lang.css +0 -1
  106. package/TooltipV4.vue_vue_type_style_index_0_scoped_fcdb9d02_lang.css +0 -1
  107. package/TreeDropdown.vue_vue_type_style_index_0_scoped_e944c610_lang.css +0 -1
@@ -7,6 +7,7 @@ import ButtonDropdownTrigger from './ButtonDropdownTrigger.vue';
7
7
  import ButtonFilterDropdownTrigger from './ButtonFilterDropdownTrigger.vue';
8
8
  import TreeDropdown from './TreeDropdown.vue';
9
9
  import Option from './OptionV4.vue';
10
+ import ConditionalDropdown from './ConditionalDropdown.vue';
10
11
  declare const DropdownTypes: () => (({
11
12
  new (...args: any[]): {
12
13
  $: import("vue").ComponentInternalInstance;
@@ -606,6 +607,7 @@ declare const DropdownTypes: () => (({
606
607
  open: boolean;
607
608
  mandatory: boolean;
608
609
  loading: boolean;
610
+ valueToCopy: string;
609
611
  options: unknown[];
610
612
  singleAppSelection: boolean;
611
613
  placeholder: string;
@@ -616,7 +618,6 @@ declare const DropdownTypes: () => (({
616
618
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
617
619
  optionEndIconKey: string;
618
620
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
619
- valueToCopy: string;
620
621
  selectedOption: any;
621
622
  brandIconType: "android" | "ios";
622
623
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
@@ -650,6 +651,10 @@ declare const DropdownTypes: () => (({
650
651
  type: import("vue").PropType<boolean>;
651
652
  default: boolean;
652
653
  };
654
+ valueToCopy: {
655
+ type: import("vue").PropType<string>;
656
+ default: any;
657
+ };
653
658
  options: {
654
659
  type: import("vue").PropType<unknown[]>;
655
660
  default: any;
@@ -694,10 +699,6 @@ declare const DropdownTypes: () => (({
694
699
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
695
700
  default: any;
696
701
  };
697
- valueToCopy: {
698
- type: import("vue").PropType<string>;
699
- default: any;
700
- };
701
702
  selectedOption: {
702
703
  type: import("vue").PropType<unknown>;
703
704
  default: any;
@@ -709,7 +710,7 @@ declare const DropdownTypes: () => (({
709
710
  }>> & {
710
711
  onClick?: () => any;
711
712
  onCopyToClipboard?: () => any;
712
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "options" | "singleAppSelection" | "placeholder" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "selectedOption" | "brandIconType">;
713
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "valueToCopy" | "options" | "singleAppSelection" | "placeholder" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "selectedOption" | "brandIconType">;
713
714
  $attrs: {
714
715
  [x: string]: unknown;
715
716
  };
@@ -754,6 +755,10 @@ declare const DropdownTypes: () => (({
754
755
  type: import("vue").PropType<boolean>;
755
756
  default: boolean;
756
757
  };
758
+ valueToCopy: {
759
+ type: import("vue").PropType<string>;
760
+ default: any;
761
+ };
757
762
  options: {
758
763
  type: import("vue").PropType<unknown[]>;
759
764
  default: any;
@@ -798,10 +803,6 @@ declare const DropdownTypes: () => (({
798
803
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
799
804
  default: any;
800
805
  };
801
- valueToCopy: {
802
- type: import("vue").PropType<string>;
803
- default: any;
804
- };
805
806
  selectedOption: {
806
807
  type: import("vue").PropType<unknown>;
807
808
  default: any;
@@ -824,6 +825,7 @@ declare const DropdownTypes: () => (({
824
825
  open: boolean;
825
826
  mandatory: boolean;
826
827
  loading: boolean;
828
+ valueToCopy: string;
827
829
  options: unknown[];
828
830
  singleAppSelection: boolean;
829
831
  placeholder: string;
@@ -834,7 +836,6 @@ declare const DropdownTypes: () => (({
834
836
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
835
837
  optionEndIconKey: string;
836
838
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
837
- valueToCopy: string;
838
839
  selectedOption: any;
839
840
  brandIconType: "android" | "ios";
840
841
  }, {}, string> & {
@@ -888,6 +889,10 @@ declare const DropdownTypes: () => (({
888
889
  type: import("vue").PropType<boolean>;
889
890
  default: boolean;
890
891
  };
892
+ valueToCopy: {
893
+ type: import("vue").PropType<string>;
894
+ default: any;
895
+ };
891
896
  options: {
892
897
  type: import("vue").PropType<unknown[]>;
893
898
  default: any;
@@ -932,10 +937,6 @@ declare const DropdownTypes: () => (({
932
937
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
933
938
  default: any;
934
939
  };
935
- valueToCopy: {
936
- type: import("vue").PropType<string>;
937
- default: any;
938
- };
939
940
  selectedOption: {
940
941
  type: import("vue").PropType<unknown>;
941
942
  default: any;
@@ -982,6 +983,10 @@ declare const DropdownTypes: () => (({
982
983
  type: import("vue").PropType<boolean>;
983
984
  default: boolean;
984
985
  };
986
+ valueToCopy: {
987
+ type: import("vue").PropType<string>;
988
+ default: any;
989
+ };
985
990
  options: {
986
991
  type: import("vue").PropType<unknown[]>;
987
992
  default: any;
@@ -1026,10 +1031,6 @@ declare const DropdownTypes: () => (({
1026
1031
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
1027
1032
  default: any;
1028
1033
  };
1029
- valueToCopy: {
1030
- type: import("vue").PropType<string>;
1031
- default: any;
1032
- };
1033
1034
  selectedOption: {
1034
1035
  type: import("vue").PropType<unknown>;
1035
1036
  default: any;
@@ -1052,6 +1053,7 @@ declare const DropdownTypes: () => (({
1052
1053
  open: boolean;
1053
1054
  mandatory: boolean;
1054
1055
  loading: boolean;
1056
+ valueToCopy: string;
1055
1057
  options: unknown[];
1056
1058
  singleAppSelection: boolean;
1057
1059
  placeholder: string;
@@ -1062,7 +1064,6 @@ declare const DropdownTypes: () => (({
1062
1064
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
1063
1065
  optionEndIconKey: string;
1064
1066
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
1065
- valueToCopy: string;
1066
1067
  selectedOption: any;
1067
1068
  brandIconType: "android" | "ios";
1068
1069
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
@@ -1091,11 +1092,13 @@ declare const DropdownTypes: () => (({
1091
1092
  iconKey: string;
1092
1093
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
1093
1094
  endIconKey: string;
1095
+ endTextIconKey: string;
1094
1096
  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";
1095
1097
  treeMainOption: boolean;
1096
1098
  treeMainOptionExpanded: boolean;
1097
1099
  stopOptionClickEventPropagation: boolean;
1098
1100
  treeChildShown: boolean;
1101
+ isMulti: boolean;
1099
1102
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
1100
1103
  option: {
1101
1104
  type: import("vue").PropType<unknown>;
@@ -1157,6 +1160,10 @@ declare const DropdownTypes: () => (({
1157
1160
  type: import("vue").PropType<string>;
1158
1161
  default: any;
1159
1162
  };
1163
+ endTextIconKey: {
1164
+ type: import("vue").PropType<string>;
1165
+ default: any;
1166
+ };
1160
1167
  toolTipPlacement: {
1161
1168
  type: import("vue").PropType<"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">;
1162
1169
  default: string;
@@ -1177,12 +1184,16 @@ declare const DropdownTypes: () => (({
1177
1184
  type: import("vue").PropType<boolean>;
1178
1185
  default: boolean;
1179
1186
  };
1187
+ isMulti: {
1188
+ type: import("vue").PropType<boolean>;
1189
+ default: boolean;
1190
+ };
1180
1191
  selectedProp: {
1181
1192
  type: import("vue").PropType<boolean>;
1182
1193
  };
1183
1194
  }>> & {
1184
1195
  onToggleTreeCollapse?: (option: unknown) => any;
1185
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown">;
1196
+ } & 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">;
1186
1197
  $attrs: {
1187
1198
  [x: string]: unknown;
1188
1199
  };
@@ -1257,6 +1268,10 @@ declare const DropdownTypes: () => (({
1257
1268
  type: import("vue").PropType<string>;
1258
1269
  default: any;
1259
1270
  };
1271
+ endTextIconKey: {
1272
+ type: import("vue").PropType<string>;
1273
+ default: any;
1274
+ };
1260
1275
  toolTipPlacement: {
1261
1276
  type: import("vue").PropType<"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">;
1262
1277
  default: string;
@@ -1277,6 +1292,10 @@ declare const DropdownTypes: () => (({
1277
1292
  type: import("vue").PropType<boolean>;
1278
1293
  default: boolean;
1279
1294
  };
1295
+ isMulti: {
1296
+ type: import("vue").PropType<boolean>;
1297
+ default: boolean;
1298
+ };
1280
1299
  selectedProp: {
1281
1300
  type: import("vue").PropType<boolean>;
1282
1301
  };
@@ -1300,11 +1319,13 @@ declare const DropdownTypes: () => (({
1300
1319
  iconKey: string;
1301
1320
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
1302
1321
  endIconKey: string;
1322
+ endTextIconKey: string;
1303
1323
  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";
1304
1324
  treeMainOption: boolean;
1305
1325
  treeMainOptionExpanded: boolean;
1306
1326
  stopOptionClickEventPropagation: boolean;
1307
1327
  treeChildShown: boolean;
1328
+ isMulti: boolean;
1308
1329
  }, {}, string> & {
1309
1330
  beforeCreate?: (() => void) | (() => void)[];
1310
1331
  created?: (() => void) | (() => void)[];
@@ -1386,6 +1407,10 @@ declare const DropdownTypes: () => (({
1386
1407
  type: import("vue").PropType<string>;
1387
1408
  default: any;
1388
1409
  };
1410
+ endTextIconKey: {
1411
+ type: import("vue").PropType<string>;
1412
+ default: any;
1413
+ };
1389
1414
  toolTipPlacement: {
1390
1415
  type: import("vue").PropType<"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">;
1391
1416
  default: string;
@@ -1406,6 +1431,10 @@ declare const DropdownTypes: () => (({
1406
1431
  type: import("vue").PropType<boolean>;
1407
1432
  default: boolean;
1408
1433
  };
1434
+ isMulti: {
1435
+ type: import("vue").PropType<boolean>;
1436
+ default: boolean;
1437
+ };
1409
1438
  selectedProp: {
1410
1439
  type: import("vue").PropType<boolean>;
1411
1440
  };
@@ -1476,6 +1505,10 @@ declare const DropdownTypes: () => (({
1476
1505
  type: import("vue").PropType<string>;
1477
1506
  default: any;
1478
1507
  };
1508
+ endTextIconKey: {
1509
+ type: import("vue").PropType<string>;
1510
+ default: any;
1511
+ };
1479
1512
  toolTipPlacement: {
1480
1513
  type: import("vue").PropType<"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">;
1481
1514
  default: string;
@@ -1496,6 +1529,10 @@ declare const DropdownTypes: () => (({
1496
1529
  type: import("vue").PropType<boolean>;
1497
1530
  default: boolean;
1498
1531
  };
1532
+ isMulti: {
1533
+ type: import("vue").PropType<boolean>;
1534
+ default: boolean;
1535
+ };
1499
1536
  selectedProp: {
1500
1537
  type: import("vue").PropType<boolean>;
1501
1538
  };
@@ -1519,11 +1556,13 @@ declare const DropdownTypes: () => (({
1519
1556
  iconKey: string;
1520
1557
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
1521
1558
  endIconKey: string;
1559
+ endTextIconKey: string;
1522
1560
  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";
1523
1561
  treeMainOption: boolean;
1524
1562
  treeMainOptionExpanded: boolean;
1525
1563
  stopOptionClickEventPropagation: boolean;
1526
1564
  treeChildShown: boolean;
1565
+ isMulti: boolean;
1527
1566
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1528
1567
  $slots: {
1529
1568
  image?(_: {}): any;
@@ -1592,6 +1631,14 @@ declare const DropdownTypes: () => (({
1592
1631
  required: true;
1593
1632
  default: string;
1594
1633
  };
1634
+ cancelAllSelectedDisplay: {
1635
+ type: import("vue").PropType<boolean>;
1636
+ default: boolean;
1637
+ };
1638
+ displayValueInQuotes: {
1639
+ type: import("vue").PropType<boolean>;
1640
+ default: boolean;
1641
+ };
1595
1642
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1596
1643
  clear: () => void;
1597
1644
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -1642,6 +1689,14 @@ declare const DropdownTypes: () => (({
1642
1689
  required: true;
1643
1690
  default: string;
1644
1691
  };
1692
+ cancelAllSelectedDisplay: {
1693
+ type: import("vue").PropType<boolean>;
1694
+ default: boolean;
1695
+ };
1696
+ displayValueInQuotes: {
1697
+ type: import("vue").PropType<boolean>;
1698
+ default: boolean;
1699
+ };
1645
1700
  }>> & {
1646
1701
  onClear?: () => any;
1647
1702
  }, {
@@ -1652,6 +1707,8 @@ declare const DropdownTypes: () => (({
1652
1707
  feedbackVariant: string;
1653
1708
  allSelected: boolean;
1654
1709
  displayedValue: any;
1710
+ cancelAllSelectedDisplay: boolean;
1711
+ displayValueInQuotes: boolean;
1655
1712
  }> | ({
1656
1713
  new (...args: any[]): {
1657
1714
  $: import("vue").ComponentInternalInstance;
@@ -1670,9 +1727,10 @@ declare const DropdownTypes: () => (({
1670
1727
  skidding: number;
1671
1728
  modelValue: any;
1672
1729
  selected: any;
1673
- onClear: () => void;
1730
+ valueToCopy: string;
1674
1731
  placeholder: string;
1675
1732
  multi: boolean;
1733
+ infiniteLoading: boolean;
1676
1734
  showSelectAll: boolean;
1677
1735
  defaultOpen: boolean;
1678
1736
  keepOpen: boolean;
@@ -1691,14 +1749,15 @@ declare const DropdownTypes: () => (({
1691
1749
  onSearch: (option: any, term: string) => boolean;
1692
1750
  noResultsText: string;
1693
1751
  searchAutoFocus: boolean;
1752
+ onClearSearch: () => void;
1694
1753
  optionNameKey: string;
1695
1754
  optionIconKey: string;
1696
1755
  optionImageKey: string;
1697
1756
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
1698
1757
  optionEndIconKey: string;
1699
1758
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
1759
+ optionsEndTextIconKey: string;
1700
1760
  optionFlagKey: string;
1701
- valueToCopy: string;
1702
1761
  disabledOptionKey: string;
1703
1762
  optionTwoLinesVariant: "horizontal" | "vertical";
1704
1763
  optionTwoLinesKey: string;
@@ -1710,6 +1769,7 @@ declare const DropdownTypes: () => (({
1710
1769
  statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
1711
1770
  disableVirtualScroll: boolean;
1712
1771
  overrideOptionCountCalculation: (option: unknown) => number;
1772
+ withConditions: boolean;
1713
1773
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
1714
1774
  theme: {
1715
1775
  type: import("vue").PropType<string>;
@@ -1754,13 +1814,13 @@ declare const DropdownTypes: () => (({
1754
1814
  loading: {
1755
1815
  type: import("vue").PropType<boolean>;
1756
1816
  };
1817
+ isOpen: {
1818
+ type: import("vue").PropType<boolean>;
1819
+ };
1757
1820
  skidding: {
1758
1821
  type: import("vue").PropType<number>;
1759
1822
  default: number;
1760
1823
  };
1761
- isOpen: {
1762
- type: import("vue").PropType<boolean>;
1763
- };
1764
1824
  modelValue: {
1765
1825
  type: import("vue").PropType<unknown>;
1766
1826
  default: any;
@@ -1769,14 +1829,14 @@ declare const DropdownTypes: () => (({
1769
1829
  type: import("vue").PropType<unknown>;
1770
1830
  default: any;
1771
1831
  };
1832
+ valueToCopy: {
1833
+ type: import("vue").PropType<string>;
1834
+ default: any;
1835
+ };
1772
1836
  options: {
1773
1837
  type: import("vue").PropType<unknown[]>;
1774
1838
  required: true;
1775
1839
  };
1776
- onClear: {
1777
- type: import("vue").PropType<() => void>;
1778
- default: () => true;
1779
- };
1780
1840
  placeholder: {
1781
1841
  type: import("vue").PropType<string>;
1782
1842
  default: string;
@@ -1785,6 +1845,13 @@ declare const DropdownTypes: () => (({
1785
1845
  type: import("vue").PropType<boolean>;
1786
1846
  default: boolean;
1787
1847
  };
1848
+ loadMoreLoading: {
1849
+ type: import("vue").PropType<boolean>;
1850
+ };
1851
+ infiniteLoading: {
1852
+ type: import("vue").PropType<boolean>;
1853
+ default: boolean;
1854
+ };
1788
1855
  showSelectAll: {
1789
1856
  type: import("vue").PropType<boolean>;
1790
1857
  default: boolean;
@@ -1857,6 +1924,10 @@ declare const DropdownTypes: () => (({
1857
1924
  type: import("vue").PropType<boolean>;
1858
1925
  default: boolean;
1859
1926
  };
1927
+ onClearSearch: {
1928
+ type: import("vue").PropType<() => void>;
1929
+ default: () => true;
1930
+ };
1860
1931
  displayValue: {
1861
1932
  type: import("vue").PropType<(option: unknown) => string>;
1862
1933
  required: true;
@@ -1885,11 +1956,11 @@ declare const DropdownTypes: () => (({
1885
1956
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
1886
1957
  default: any;
1887
1958
  };
1888
- optionFlagKey: {
1959
+ optionsEndTextIconKey: {
1889
1960
  type: import("vue").PropType<string>;
1890
1961
  default: any;
1891
1962
  };
1892
- valueToCopy: {
1963
+ optionFlagKey: {
1893
1964
  type: import("vue").PropType<string>;
1894
1965
  default: any;
1895
1966
  };
@@ -1937,17 +2008,23 @@ declare const DropdownTypes: () => (({
1937
2008
  type: import("vue").PropType<(option: unknown) => number>;
1938
2009
  default: any;
1939
2010
  };
2011
+ withConditions: {
2012
+ type: import("vue").PropType<boolean>;
2013
+ default: boolean;
2014
+ };
1940
2015
  }>> & {
1941
2016
  onCopyToClipboard?: () => any;
1942
2017
  onClear?: () => any;
1943
2018
  onApply?: (value: unknown) => any;
1944
2019
  onSelectAll?: () => any;
1945
2020
  "onUpdate:selected"?: (value: unknown) => any;
2021
+ onAllSelectedChanged?: (value: boolean) => any;
1946
2022
  "onUpdate:isOpen"?: (value: unknown) => any;
1947
2023
  onOnsearch?: (value: string) => any;
2024
+ onLoadMore?: () => any;
1948
2025
  onOpened?: () => any;
1949
2026
  onClosed?: () => any;
1950
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "onClear" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionFlagKey" | "valueToCopy" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation">;
2027
+ } & 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" | "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">;
1951
2028
  $attrs: {
1952
2029
  [x: string]: unknown;
1953
2030
  };
@@ -1959,7 +2036,7 @@ declare const DropdownTypes: () => (({
1959
2036
  }>;
1960
2037
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
1961
2038
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
1962
- $emit: ((event: "clear") => void) & ((event: "copyToClipboard") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "onsearch", value: string) => void) & ((event: "selectAll") => void) & ((event: "opened") => void) & ((event: "closed") => void);
2039
+ $emit: ((event: "clear") => void) & ((event: "copyToClipboard") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "allSelectedChanged", value: boolean) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "onsearch", value: string) => void) & ((event: "selectAll") => void) & ((event: "loadMore") => void) & ((event: "opened") => void) & ((event: "closed") => void);
1963
2040
  $el: any;
1964
2041
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1965
2042
  theme: {
@@ -2005,13 +2082,13 @@ declare const DropdownTypes: () => (({
2005
2082
  loading: {
2006
2083
  type: import("vue").PropType<boolean>;
2007
2084
  };
2085
+ isOpen: {
2086
+ type: import("vue").PropType<boolean>;
2087
+ };
2008
2088
  skidding: {
2009
2089
  type: import("vue").PropType<number>;
2010
2090
  default: number;
2011
2091
  };
2012
- isOpen: {
2013
- type: import("vue").PropType<boolean>;
2014
- };
2015
2092
  modelValue: {
2016
2093
  type: import("vue").PropType<unknown>;
2017
2094
  default: any;
@@ -2020,14 +2097,14 @@ declare const DropdownTypes: () => (({
2020
2097
  type: import("vue").PropType<unknown>;
2021
2098
  default: any;
2022
2099
  };
2100
+ valueToCopy: {
2101
+ type: import("vue").PropType<string>;
2102
+ default: any;
2103
+ };
2023
2104
  options: {
2024
2105
  type: import("vue").PropType<unknown[]>;
2025
2106
  required: true;
2026
2107
  };
2027
- onClear: {
2028
- type: import("vue").PropType<() => void>;
2029
- default: () => true;
2030
- };
2031
2108
  placeholder: {
2032
2109
  type: import("vue").PropType<string>;
2033
2110
  default: string;
@@ -2036,6 +2113,13 @@ declare const DropdownTypes: () => (({
2036
2113
  type: import("vue").PropType<boolean>;
2037
2114
  default: boolean;
2038
2115
  };
2116
+ loadMoreLoading: {
2117
+ type: import("vue").PropType<boolean>;
2118
+ };
2119
+ infiniteLoading: {
2120
+ type: import("vue").PropType<boolean>;
2121
+ default: boolean;
2122
+ };
2039
2123
  showSelectAll: {
2040
2124
  type: import("vue").PropType<boolean>;
2041
2125
  default: boolean;
@@ -2108,6 +2192,10 @@ declare const DropdownTypes: () => (({
2108
2192
  type: import("vue").PropType<boolean>;
2109
2193
  default: boolean;
2110
2194
  };
2195
+ onClearSearch: {
2196
+ type: import("vue").PropType<() => void>;
2197
+ default: () => true;
2198
+ };
2111
2199
  displayValue: {
2112
2200
  type: import("vue").PropType<(option: unknown) => string>;
2113
2201
  required: true;
@@ -2136,11 +2224,11 @@ declare const DropdownTypes: () => (({
2136
2224
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
2137
2225
  default: any;
2138
2226
  };
2139
- optionFlagKey: {
2227
+ optionsEndTextIconKey: {
2140
2228
  type: import("vue").PropType<string>;
2141
2229
  default: any;
2142
2230
  };
2143
- valueToCopy: {
2231
+ optionFlagKey: {
2144
2232
  type: import("vue").PropType<string>;
2145
2233
  default: any;
2146
2234
  };
@@ -2188,14 +2276,20 @@ declare const DropdownTypes: () => (({
2188
2276
  type: import("vue").PropType<(option: unknown) => number>;
2189
2277
  default: any;
2190
2278
  };
2279
+ withConditions: {
2280
+ type: import("vue").PropType<boolean>;
2281
+ default: boolean;
2282
+ };
2191
2283
  }>> & {
2192
2284
  onCopyToClipboard?: () => any;
2193
2285
  onClear?: () => any;
2194
2286
  onApply?: (value: unknown) => any;
2195
2287
  onSelectAll?: () => any;
2196
2288
  "onUpdate:selected"?: (value: unknown) => any;
2289
+ onAllSelectedChanged?: (value: boolean) => any;
2197
2290
  "onUpdate:isOpen"?: (value: unknown) => any;
2198
2291
  onOnsearch?: (value: string) => any;
2292
+ onLoadMore?: () => any;
2199
2293
  onOpened?: () => any;
2200
2294
  onClosed?: () => any;
2201
2295
  }, {
@@ -2211,6 +2305,8 @@ declare const DropdownTypes: () => (({
2211
2305
  clear: () => void;
2212
2306
  copyToClipboard: () => void;
2213
2307
  onsearch: (value: string) => void;
2308
+ loadMore: () => void;
2309
+ allSelectedChanged: (value: boolean) => void;
2214
2310
  }, string, {
2215
2311
  theme: string;
2216
2312
  testId: string;
@@ -2225,9 +2321,10 @@ declare const DropdownTypes: () => (({
2225
2321
  skidding: number;
2226
2322
  modelValue: any;
2227
2323
  selected: any;
2228
- onClear: () => void;
2324
+ valueToCopy: string;
2229
2325
  placeholder: string;
2230
2326
  multi: boolean;
2327
+ infiniteLoading: boolean;
2231
2328
  showSelectAll: boolean;
2232
2329
  defaultOpen: boolean;
2233
2330
  keepOpen: boolean;
@@ -2246,14 +2343,15 @@ declare const DropdownTypes: () => (({
2246
2343
  onSearch: (option: any, term: string) => boolean;
2247
2344
  noResultsText: string;
2248
2345
  searchAutoFocus: boolean;
2346
+ onClearSearch: () => void;
2249
2347
  optionNameKey: string;
2250
2348
  optionIconKey: string;
2251
2349
  optionImageKey: string;
2252
2350
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
2253
2351
  optionEndIconKey: string;
2254
2352
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
2353
+ optionsEndTextIconKey: string;
2255
2354
  optionFlagKey: string;
2256
- valueToCopy: string;
2257
2355
  disabledOptionKey: string;
2258
2356
  optionTwoLinesVariant: "horizontal" | "vertical";
2259
2357
  optionTwoLinesKey: string;
@@ -2265,6 +2363,7 @@ declare const DropdownTypes: () => (({
2265
2363
  statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
2266
2364
  disableVirtualScroll: boolean;
2267
2365
  overrideOptionCountCalculation: (option: unknown) => number;
2366
+ withConditions: boolean;
2268
2367
  }, {}, string> & {
2269
2368
  beforeCreate?: (() => void) | (() => void)[];
2270
2369
  created?: (() => void) | (() => void)[];
@@ -2329,13 +2428,13 @@ declare const DropdownTypes: () => (({
2329
2428
  loading: {
2330
2429
  type: import("vue").PropType<boolean>;
2331
2430
  };
2431
+ isOpen: {
2432
+ type: import("vue").PropType<boolean>;
2433
+ };
2332
2434
  skidding: {
2333
2435
  type: import("vue").PropType<number>;
2334
2436
  default: number;
2335
2437
  };
2336
- isOpen: {
2337
- type: import("vue").PropType<boolean>;
2338
- };
2339
2438
  modelValue: {
2340
2439
  type: import("vue").PropType<unknown>;
2341
2440
  default: any;
@@ -2344,14 +2443,14 @@ declare const DropdownTypes: () => (({
2344
2443
  type: import("vue").PropType<unknown>;
2345
2444
  default: any;
2346
2445
  };
2446
+ valueToCopy: {
2447
+ type: import("vue").PropType<string>;
2448
+ default: any;
2449
+ };
2347
2450
  options: {
2348
2451
  type: import("vue").PropType<unknown[]>;
2349
2452
  required: true;
2350
2453
  };
2351
- onClear: {
2352
- type: import("vue").PropType<() => void>;
2353
- default: () => true;
2354
- };
2355
2454
  placeholder: {
2356
2455
  type: import("vue").PropType<string>;
2357
2456
  default: string;
@@ -2360,6 +2459,13 @@ declare const DropdownTypes: () => (({
2360
2459
  type: import("vue").PropType<boolean>;
2361
2460
  default: boolean;
2362
2461
  };
2462
+ loadMoreLoading: {
2463
+ type: import("vue").PropType<boolean>;
2464
+ };
2465
+ infiniteLoading: {
2466
+ type: import("vue").PropType<boolean>;
2467
+ default: boolean;
2468
+ };
2363
2469
  showSelectAll: {
2364
2470
  type: import("vue").PropType<boolean>;
2365
2471
  default: boolean;
@@ -2432,6 +2538,10 @@ declare const DropdownTypes: () => (({
2432
2538
  type: import("vue").PropType<boolean>;
2433
2539
  default: boolean;
2434
2540
  };
2541
+ onClearSearch: {
2542
+ type: import("vue").PropType<() => void>;
2543
+ default: () => true;
2544
+ };
2435
2545
  displayValue: {
2436
2546
  type: import("vue").PropType<(option: unknown) => string>;
2437
2547
  required: true;
@@ -2460,11 +2570,11 @@ declare const DropdownTypes: () => (({
2460
2570
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
2461
2571
  default: any;
2462
2572
  };
2463
- optionFlagKey: {
2573
+ optionsEndTextIconKey: {
2464
2574
  type: import("vue").PropType<string>;
2465
2575
  default: any;
2466
2576
  };
2467
- valueToCopy: {
2577
+ optionFlagKey: {
2468
2578
  type: import("vue").PropType<string>;
2469
2579
  default: any;
2470
2580
  };
@@ -2512,14 +2622,20 @@ declare const DropdownTypes: () => (({
2512
2622
  type: import("vue").PropType<(option: unknown) => number>;
2513
2623
  default: any;
2514
2624
  };
2625
+ withConditions: {
2626
+ type: import("vue").PropType<boolean>;
2627
+ default: boolean;
2628
+ };
2515
2629
  }>> & {
2516
2630
  onCopyToClipboard?: () => any;
2517
2631
  onClear?: () => any;
2518
2632
  onApply?: (value: unknown) => any;
2519
2633
  onSelectAll?: () => any;
2520
2634
  "onUpdate:selected"?: (value: unknown) => any;
2635
+ onAllSelectedChanged?: (value: boolean) => any;
2521
2636
  "onUpdate:isOpen"?: (value: unknown) => any;
2522
2637
  onOnsearch?: (value: string) => any;
2638
+ onLoadMore?: () => any;
2523
2639
  onOpened?: () => any;
2524
2640
  onClosed?: () => any;
2525
2641
  } & import("vue").ShallowUnwrapRef<{
@@ -2573,13 +2689,13 @@ declare const DropdownTypes: () => (({
2573
2689
  loading: {
2574
2690
  type: import("vue").PropType<boolean>;
2575
2691
  };
2692
+ isOpen: {
2693
+ type: import("vue").PropType<boolean>;
2694
+ };
2576
2695
  skidding: {
2577
2696
  type: import("vue").PropType<number>;
2578
2697
  default: number;
2579
2698
  };
2580
- isOpen: {
2581
- type: import("vue").PropType<boolean>;
2582
- };
2583
2699
  modelValue: {
2584
2700
  type: import("vue").PropType<unknown>;
2585
2701
  default: any;
@@ -2588,14 +2704,14 @@ declare const DropdownTypes: () => (({
2588
2704
  type: import("vue").PropType<unknown>;
2589
2705
  default: any;
2590
2706
  };
2707
+ valueToCopy: {
2708
+ type: import("vue").PropType<string>;
2709
+ default: any;
2710
+ };
2591
2711
  options: {
2592
2712
  type: import("vue").PropType<unknown[]>;
2593
2713
  required: true;
2594
2714
  };
2595
- onClear: {
2596
- type: import("vue").PropType<() => void>;
2597
- default: () => true;
2598
- };
2599
2715
  placeholder: {
2600
2716
  type: import("vue").PropType<string>;
2601
2717
  default: string;
@@ -2604,6 +2720,13 @@ declare const DropdownTypes: () => (({
2604
2720
  type: import("vue").PropType<boolean>;
2605
2721
  default: boolean;
2606
2722
  };
2723
+ loadMoreLoading: {
2724
+ type: import("vue").PropType<boolean>;
2725
+ };
2726
+ infiniteLoading: {
2727
+ type: import("vue").PropType<boolean>;
2728
+ default: boolean;
2729
+ };
2607
2730
  showSelectAll: {
2608
2731
  type: import("vue").PropType<boolean>;
2609
2732
  default: boolean;
@@ -2676,6 +2799,10 @@ declare const DropdownTypes: () => (({
2676
2799
  type: import("vue").PropType<boolean>;
2677
2800
  default: boolean;
2678
2801
  };
2802
+ onClearSearch: {
2803
+ type: import("vue").PropType<() => void>;
2804
+ default: () => true;
2805
+ };
2679
2806
  displayValue: {
2680
2807
  type: import("vue").PropType<(option: unknown) => string>;
2681
2808
  required: true;
@@ -2704,11 +2831,11 @@ declare const DropdownTypes: () => (({
2704
2831
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
2705
2832
  default: any;
2706
2833
  };
2707
- optionFlagKey: {
2834
+ optionsEndTextIconKey: {
2708
2835
  type: import("vue").PropType<string>;
2709
2836
  default: any;
2710
2837
  };
2711
- valueToCopy: {
2838
+ optionFlagKey: {
2712
2839
  type: import("vue").PropType<string>;
2713
2840
  default: any;
2714
2841
  };
@@ -2756,14 +2883,20 @@ declare const DropdownTypes: () => (({
2756
2883
  type: import("vue").PropType<(option: unknown) => number>;
2757
2884
  default: any;
2758
2885
  };
2886
+ withConditions: {
2887
+ type: import("vue").PropType<boolean>;
2888
+ default: boolean;
2889
+ };
2759
2890
  }>> & {
2760
2891
  onCopyToClipboard?: () => any;
2761
2892
  onClear?: () => any;
2762
2893
  onApply?: (value: unknown) => any;
2763
2894
  onSelectAll?: () => any;
2764
2895
  "onUpdate:selected"?: (value: unknown) => any;
2896
+ onAllSelectedChanged?: (value: boolean) => any;
2765
2897
  "onUpdate:isOpen"?: (value: unknown) => any;
2766
2898
  onOnsearch?: (value: string) => any;
2899
+ onLoadMore?: () => any;
2767
2900
  onOpened?: () => any;
2768
2901
  onClosed?: () => any;
2769
2902
  }, {
@@ -2779,6 +2912,8 @@ declare const DropdownTypes: () => (({
2779
2912
  clear: () => void;
2780
2913
  copyToClipboard: () => void;
2781
2914
  onsearch: (value: string) => void;
2915
+ loadMore: () => void;
2916
+ allSelectedChanged: (value: boolean) => void;
2782
2917
  }, string, {
2783
2918
  theme: string;
2784
2919
  testId: string;
@@ -2793,9 +2928,10 @@ declare const DropdownTypes: () => (({
2793
2928
  skidding: number;
2794
2929
  modelValue: any;
2795
2930
  selected: any;
2796
- onClear: () => void;
2931
+ valueToCopy: string;
2797
2932
  placeholder: string;
2798
2933
  multi: boolean;
2934
+ infiniteLoading: boolean;
2799
2935
  showSelectAll: boolean;
2800
2936
  defaultOpen: boolean;
2801
2937
  keepOpen: boolean;
@@ -2814,14 +2950,15 @@ declare const DropdownTypes: () => (({
2814
2950
  onSearch: (option: any, term: string) => boolean;
2815
2951
  noResultsText: string;
2816
2952
  searchAutoFocus: boolean;
2953
+ onClearSearch: () => void;
2817
2954
  optionNameKey: string;
2818
2955
  optionIconKey: string;
2819
2956
  optionImageKey: string;
2820
2957
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
2821
2958
  optionEndIconKey: string;
2822
2959
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
2960
+ optionsEndTextIconKey: string;
2823
2961
  optionFlagKey: string;
2824
- valueToCopy: string;
2825
2962
  disabledOptionKey: string;
2826
2963
  optionTwoLinesVariant: "horizontal" | "vertical";
2827
2964
  optionTwoLinesKey: string;
@@ -2833,6 +2970,7 @@ declare const DropdownTypes: () => (({
2833
2970
  statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
2834
2971
  disableVirtualScroll: boolean;
2835
2972
  overrideOptionCountCalculation: (option: unknown) => number;
2973
+ withConditions: boolean;
2836
2974
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2837
2975
  $slots: {
2838
2976
  label?(_: {}): any;
@@ -2861,6 +2999,7 @@ declare const DropdownTypes: () => (({
2861
2999
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
2862
3000
  optionAndIconKey: string;
2863
3001
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
3002
+ optionsEndTextIconKey: string;
2864
3003
  optionFlagKey: string;
2865
3004
  feedbackVariant: "success" | "warning" | "error";
2866
3005
  valueToCopy: string;
@@ -2872,10 +3011,13 @@ declare const DropdownTypes: () => (({
2872
3011
  onClick: () => void;
2873
3012
  };
2874
3013
  }): any;
3014
+ "dropdown-conditions"?(_: {}): any;
2875
3015
  "inline-search"?(_: {}): any;
2876
3016
  "input-list"?(_: {
2877
3017
  open: true;
2878
3018
  }): any;
3019
+ "custom-list-area"?(_: {}): any;
3020
+ "select-all"?(_: {}): any;
2879
3021
  "group-option"?(_: {}): any;
2880
3022
  default?(_: {
2881
3023
  option: unknown;
@@ -2972,6 +3114,7 @@ declare const DropdownTypes: () => (({
2972
3114
  disabled: boolean;
2973
3115
  size: "small" | "medium" | "large";
2974
3116
  selected: unknown[];
3117
+ valueToCopy: string;
2975
3118
  placeholder: string;
2976
3119
  inlineSearchPlaceholder: string;
2977
3120
  optionNameKey: string;
@@ -2980,8 +3123,8 @@ declare const DropdownTypes: () => (({
2980
3123
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
2981
3124
  optionEndIconKey: string;
2982
3125
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
2983
- valueToCopy: string;
2984
3126
  disabledOptionKey: string;
3127
+ optionEndTextIconKey: string;
2985
3128
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
2986
3129
  testId: {
2987
3130
  type: import("vue").PropType<string>;
@@ -3002,6 +3145,10 @@ declare const DropdownTypes: () => (({
3002
3145
  type: import("vue").PropType<unknown[]>;
3003
3146
  default: any;
3004
3147
  };
3148
+ valueToCopy: {
3149
+ type: import("vue").PropType<string>;
3150
+ default: any;
3151
+ };
3005
3152
  options: {
3006
3153
  type: import("vue").PropType<unknown[]>;
3007
3154
  required: true;
@@ -3042,14 +3189,14 @@ declare const DropdownTypes: () => (({
3042
3189
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
3043
3190
  default: any;
3044
3191
  };
3045
- valueToCopy: {
3046
- type: import("vue").PropType<string>;
3047
- default: any;
3048
- };
3049
3192
  disabledOptionKey: {
3050
3193
  type: import("vue").PropType<string>;
3051
3194
  default: string;
3052
3195
  };
3196
+ optionEndTextIconKey: {
3197
+ type: import("vue").PropType<string>;
3198
+ default: any;
3199
+ };
3053
3200
  optionChildrenKey: {
3054
3201
  type: import("vue").PropType<string>;
3055
3202
  required: true;
@@ -3065,7 +3212,7 @@ declare const DropdownTypes: () => (({
3065
3212
  }>> & {
3066
3213
  "onUpdate:selected"?: (value: unknown) => any;
3067
3214
  "onUpdate:isOpen"?: (value: unknown) => any;
3068
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "disabledOptionKey">;
3215
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "valueToCopy" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
3069
3216
  $attrs: {
3070
3217
  [x: string]: unknown;
3071
3218
  };
@@ -3099,6 +3246,10 @@ declare const DropdownTypes: () => (({
3099
3246
  type: import("vue").PropType<unknown[]>;
3100
3247
  default: any;
3101
3248
  };
3249
+ valueToCopy: {
3250
+ type: import("vue").PropType<string>;
3251
+ default: any;
3252
+ };
3102
3253
  options: {
3103
3254
  type: import("vue").PropType<unknown[]>;
3104
3255
  required: true;
@@ -3139,14 +3290,14 @@ declare const DropdownTypes: () => (({
3139
3290
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
3140
3291
  default: any;
3141
3292
  };
3142
- valueToCopy: {
3143
- type: import("vue").PropType<string>;
3144
- default: any;
3145
- };
3146
3293
  disabledOptionKey: {
3147
3294
  type: import("vue").PropType<string>;
3148
3295
  default: string;
3149
3296
  };
3297
+ optionEndTextIconKey: {
3298
+ type: import("vue").PropType<string>;
3299
+ default: any;
3300
+ };
3150
3301
  optionChildrenKey: {
3151
3302
  type: import("vue").PropType<string>;
3152
3303
  required: true;
@@ -3170,6 +3321,7 @@ declare const DropdownTypes: () => (({
3170
3321
  disabled: boolean;
3171
3322
  size: "small" | "medium" | "large";
3172
3323
  selected: unknown[];
3324
+ valueToCopy: string;
3173
3325
  placeholder: string;
3174
3326
  inlineSearchPlaceholder: string;
3175
3327
  optionNameKey: string;
@@ -3178,8 +3330,8 @@ declare const DropdownTypes: () => (({
3178
3330
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
3179
3331
  optionEndIconKey: string;
3180
3332
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
3181
- valueToCopy: string;
3182
3333
  disabledOptionKey: string;
3334
+ optionEndTextIconKey: string;
3183
3335
  }, {}, string> & {
3184
3336
  beforeCreate?: (() => void) | (() => void)[];
3185
3337
  created?: (() => void) | (() => void)[];
@@ -3220,6 +3372,10 @@ declare const DropdownTypes: () => (({
3220
3372
  type: import("vue").PropType<unknown[]>;
3221
3373
  default: any;
3222
3374
  };
3375
+ valueToCopy: {
3376
+ type: import("vue").PropType<string>;
3377
+ default: any;
3378
+ };
3223
3379
  options: {
3224
3380
  type: import("vue").PropType<unknown[]>;
3225
3381
  required: true;
@@ -3260,14 +3416,14 @@ declare const DropdownTypes: () => (({
3260
3416
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
3261
3417
  default: any;
3262
3418
  };
3263
- valueToCopy: {
3264
- type: import("vue").PropType<string>;
3265
- default: any;
3266
- };
3267
3419
  disabledOptionKey: {
3268
3420
  type: import("vue").PropType<string>;
3269
3421
  default: string;
3270
3422
  };
3423
+ optionEndTextIconKey: {
3424
+ type: import("vue").PropType<string>;
3425
+ default: any;
3426
+ };
3271
3427
  optionChildrenKey: {
3272
3428
  type: import("vue").PropType<string>;
3273
3429
  required: true;
@@ -3307,6 +3463,10 @@ declare const DropdownTypes: () => (({
3307
3463
  type: import("vue").PropType<unknown[]>;
3308
3464
  default: any;
3309
3465
  };
3466
+ valueToCopy: {
3467
+ type: import("vue").PropType<string>;
3468
+ default: any;
3469
+ };
3310
3470
  options: {
3311
3471
  type: import("vue").PropType<unknown[]>;
3312
3472
  required: true;
@@ -3347,14 +3507,14 @@ declare const DropdownTypes: () => (({
3347
3507
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
3348
3508
  default: any;
3349
3509
  };
3350
- valueToCopy: {
3351
- type: import("vue").PropType<string>;
3352
- default: any;
3353
- };
3354
3510
  disabledOptionKey: {
3355
3511
  type: import("vue").PropType<string>;
3356
3512
  default: string;
3357
3513
  };
3514
+ optionEndTextIconKey: {
3515
+ type: import("vue").PropType<string>;
3516
+ default: any;
3517
+ };
3358
3518
  optionChildrenKey: {
3359
3519
  type: import("vue").PropType<string>;
3360
3520
  required: true;
@@ -3378,6 +3538,7 @@ declare const DropdownTypes: () => (({
3378
3538
  disabled: boolean;
3379
3539
  size: "small" | "medium" | "large";
3380
3540
  selected: unknown[];
3541
+ valueToCopy: string;
3381
3542
  placeholder: string;
3382
3543
  inlineSearchPlaceholder: string;
3383
3544
  optionNameKey: string;
@@ -3386,11 +3547,165 @@ declare const DropdownTypes: () => (({
3386
3547
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
3387
3548
  optionEndIconKey: string;
3388
3549
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
3389
- valueToCopy: string;
3390
3550
  disabledOptionKey: string;
3551
+ optionEndTextIconKey: string;
3391
3552
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3392
3553
  $slots: {
3393
3554
  "trigger-end-icon"?(_: {}): any;
3394
3555
  };
3395
- })))[];
3396
- export { Dropdown, DefaultDropdownTrigger, IconButtonDropdownTrigger, ChipDropdownTrigger, ButtonDropdownTrigger, ButtonFilterDropdownTrigger, AppDropdownTrigger, DropdownTypes, Option, TreeDropdown, };
3556
+ })) | import("vue").DefineComponent<{
3557
+ label: {
3558
+ type: import("vue").PropType<string>;
3559
+ required: true;
3560
+ default: string;
3561
+ };
3562
+ testId: {
3563
+ type: import("vue").PropType<string>;
3564
+ default: string;
3565
+ };
3566
+ isOpen: {
3567
+ type: import("vue").PropType<boolean>;
3568
+ default: boolean;
3569
+ };
3570
+ infiniteLoading: {
3571
+ type: import("vue").PropType<boolean>;
3572
+ default: boolean;
3573
+ };
3574
+ optionNameKey: {
3575
+ type: import("vue").PropType<string>;
3576
+ required: true;
3577
+ default: string;
3578
+ };
3579
+ comparingKey: {
3580
+ type: import("vue").PropType<string>;
3581
+ required: true;
3582
+ default: string;
3583
+ };
3584
+ conditionalOptions: {
3585
+ type: import("vue").PropType<{
3586
+ label: string;
3587
+ value: string;
3588
+ multi: boolean;
3589
+ }[]>;
3590
+ required: true;
3591
+ };
3592
+ selectedCondition: {
3593
+ type: import("vue").PropType<{
3594
+ label: string;
3595
+ value: string;
3596
+ multi: boolean;
3597
+ }>;
3598
+ required: true;
3599
+ };
3600
+ appliedSelections: {
3601
+ type: import("vue").PropType<unknown>;
3602
+ required: true;
3603
+ };
3604
+ fetchFnCallback: {
3605
+ type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
3606
+ required: true;
3607
+ };
3608
+ minCharsToStart: {
3609
+ type: import("vue").PropType<number>;
3610
+ default: number;
3611
+ };
3612
+ searchQuery: {
3613
+ type: import("vue").PropType<string>;
3614
+ default: string;
3615
+ };
3616
+ loadMoreFn: {
3617
+ type: import("vue").PropType<() => Promise<void>>;
3618
+ default: any;
3619
+ };
3620
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3621
+ "update:selectedCondition": (value: {
3622
+ label: string;
3623
+ value: string;
3624
+ multi: boolean;
3625
+ }) => void;
3626
+ "update:appliedSelections": (value: unknown) => void;
3627
+ clear: () => void;
3628
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3629
+ label: {
3630
+ type: import("vue").PropType<string>;
3631
+ required: true;
3632
+ default: string;
3633
+ };
3634
+ testId: {
3635
+ type: import("vue").PropType<string>;
3636
+ default: string;
3637
+ };
3638
+ isOpen: {
3639
+ type: import("vue").PropType<boolean>;
3640
+ default: boolean;
3641
+ };
3642
+ infiniteLoading: {
3643
+ type: import("vue").PropType<boolean>;
3644
+ default: boolean;
3645
+ };
3646
+ optionNameKey: {
3647
+ type: import("vue").PropType<string>;
3648
+ required: true;
3649
+ default: string;
3650
+ };
3651
+ comparingKey: {
3652
+ type: import("vue").PropType<string>;
3653
+ required: true;
3654
+ default: string;
3655
+ };
3656
+ conditionalOptions: {
3657
+ type: import("vue").PropType<{
3658
+ label: string;
3659
+ value: string;
3660
+ multi: boolean;
3661
+ }[]>;
3662
+ required: true;
3663
+ };
3664
+ selectedCondition: {
3665
+ type: import("vue").PropType<{
3666
+ label: string;
3667
+ value: string;
3668
+ multi: boolean;
3669
+ }>;
3670
+ required: true;
3671
+ };
3672
+ appliedSelections: {
3673
+ type: import("vue").PropType<unknown>;
3674
+ required: true;
3675
+ };
3676
+ fetchFnCallback: {
3677
+ type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
3678
+ required: true;
3679
+ };
3680
+ minCharsToStart: {
3681
+ type: import("vue").PropType<number>;
3682
+ default: number;
3683
+ };
3684
+ searchQuery: {
3685
+ type: import("vue").PropType<string>;
3686
+ default: string;
3687
+ };
3688
+ loadMoreFn: {
3689
+ type: import("vue").PropType<() => Promise<void>>;
3690
+ default: any;
3691
+ };
3692
+ }>> & {
3693
+ onClear?: () => any;
3694
+ "onUpdate:selectedCondition"?: (value: {
3695
+ label: string;
3696
+ value: string;
3697
+ multi: boolean;
3698
+ }) => any;
3699
+ "onUpdate:appliedSelections"?: (value: unknown) => any;
3700
+ }, {
3701
+ label: string;
3702
+ testId: string;
3703
+ isOpen: boolean;
3704
+ infiniteLoading: boolean;
3705
+ optionNameKey: string;
3706
+ comparingKey: string;
3707
+ minCharsToStart: number;
3708
+ searchQuery: string;
3709
+ loadMoreFn: () => Promise<void>;
3710
+ }>)[];
3711
+ export { Dropdown, DefaultDropdownTrigger, IconButtonDropdownTrigger, ChipDropdownTrigger, ButtonDropdownTrigger, ButtonFilterDropdownTrigger, AppDropdownTrigger, DropdownTypes, Option, TreeDropdown, ConditionalDropdown, };