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

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 (237) hide show
  1. package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_adb49e50_lang.css +1 -0
  2. package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_0198fee8_lang.css +1 -0
  3. package/ButtonV4.vue_vue_type_style_index_0_scoped_852be7ec_lang.css +1 -0
  4. package/Chart.vue_vue_type_style_index_0_scoped_fa533a3d_lang.css +1 -0
  5. package/ChartHeader.vue_vue_type_style_index_0_scoped_af520313_lang.css +1 -0
  6. package/ChartHeaderTrend.vue_vue_type_style_index_0_scoped_db8a902c_lang.css +1 -0
  7. package/ChartLegend.vue_vue_type_style_index_0_scoped_6103d8bd_lang.css +1 -0
  8. package/ChartPlane.vue_vue_type_style_index_0_scoped_4f67d41d_lang.css +1 -0
  9. package/ChartTooltip.vue_vue_type_style_index_0_scoped_3315b68f_lang.css +1 -0
  10. package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_38354f10_lang.css +1 -0
  11. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_f5204c04_lang.css +1 -0
  12. package/DataGrid.vue_vue_type_style_index_0_scoped_8e8df067_lang.css +1 -0
  13. package/DateRangeV4.vue_vue_type_style_index_0_scoped_a849128a_lang.css +1 -0
  14. package/DialogV4.vue_vue_type_style_index_0_scoped_eb226e31_lang.css +1 -0
  15. package/DropdownV4.vue_vue_type_style_index_0_scoped_55dd36a7_lang.css +1 -0
  16. package/FieldLabel.vue_vue_type_style_index_0_scoped_921d4087_lang.css +1 -0
  17. package/FormRow.vue_vue_type_style_index_0_scoped_2d5a3057_lang.css +1 -0
  18. package/IconButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_99e51ecc_lang.css +1 -0
  19. package/Link.vue_vue_type_style_index_0_scoped_ad98fe7b_lang.css +1 -0
  20. package/OptionV4.vue_vue_type_style_index_0_scoped_0287cebf_lang.css +1 -0
  21. package/SettingsHeader.vue_vue_type_style_index_0_scoped_01f78cd7_lang.css +1 -0
  22. package/SubHeader.vue_vue_type_style_index_0_scoped_e6008b6c_lang.css +1 -0
  23. package/SwitchV4.vue_vue_type_style_index_0_scoped_cd6621a7_lang.css +1 -0
  24. package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_2076b5ab_lang.css +1 -0
  25. package/Tooltip.vue_vue_type_style_index_0_scoped_20630944_lang.css +1 -0
  26. package/TooltipHeader.vue_vue_type_style_index_0_scoped_3b15c693_lang.css +1 -0
  27. package/TooltipV4.vue_vue_type_style_index_0_scoped_bcb40ed4_lang.css +1 -0
  28. package/TreeDropdown.vue_vue_type_style_index_0_scoped_4ba9e4bd_lang.css +1 -0
  29. package/components/appIcon/index.d.ts +3 -3
  30. package/components/banner/Banner.vue.d.ts +3 -3
  31. package/components/banner/index.d.ts +7 -7
  32. package/components/button/common/consts.d.ts +1 -0
  33. package/components/button/v3/Button.vue.d.ts +3 -3
  34. package/components/button/v3/ButtonBase.vue.d.ts +3 -3
  35. package/components/button/v3/IconButton.vue.d.ts +3 -3
  36. package/components/button/v3/index.d.ts +14 -14
  37. package/components/button/v4/ButtonV4.vue.d.ts +5 -3
  38. package/components/button/v4/ButtonV4.vue.js +4 -4
  39. package/components/button/v4/ButtonV4.vue2.js +28 -27
  40. package/components/button/v4/ToggleButtonGroupAB.vue.js +3 -3
  41. package/components/button/v4/ToggleButtonGroupAB.vue2.js +40 -44
  42. package/components/chart/Chart.vue.d.ts +158 -37
  43. package/components/chart/Chart.vue.js +2 -2
  44. package/components/chart/Chart.vue2.js +150 -297
  45. package/components/chart/ChartHeader.vue.d.ts +50 -11
  46. package/components/chart/ChartHeader.vue.js +3 -3
  47. package/components/chart/ChartHeader.vue2.js +73 -54
  48. package/components/chart/ChartHeaderTrend.vue.d.ts +48 -0
  49. package/components/chart/ChartHeaderTrend.vue.js +7 -0
  50. package/components/chart/ChartHeaderTrend.vue2.js +96 -0
  51. package/components/chart/ChartLegend.vue.d.ts +24 -0
  52. package/components/chart/ChartLegend.vue.js +3 -3
  53. package/components/chart/ChartLegend.vue2.js +82 -63
  54. package/components/chart/ChartPlane.vue.d.ts +226 -0
  55. package/components/chart/ChartPlane.vue.js +7 -0
  56. package/components/chart/ChartPlane.vue2.js +370 -0
  57. package/components/chart/ChartStoryArgs.d.ts +184 -0
  58. package/components/chart/ChartTooltip.vue.d.ts +22 -2
  59. package/components/chart/ChartTooltip.vue.js +2 -2
  60. package/components/chart/ChartTooltip.vue2.js +50 -55
  61. package/components/chart/LegendSorting.vue.d.ts +37 -0
  62. package/components/chart/LegendSorting.vue.js +45 -0
  63. package/components/chart/LegendSorting.vue2.js +4 -0
  64. package/components/chart/SettingsHeader.vue.d.ts +1 -0
  65. package/components/chart/SettingsHeader.vue.js +3 -3
  66. package/components/chart/SettingsHeader.vue2.js +17 -16
  67. package/components/chart/SubHeader.vue.d.ts +52 -0
  68. package/components/chart/SubHeader.vue.js +7 -0
  69. package/components/chart/SubHeader.vue2.js +61 -0
  70. package/components/chart/TooltipHeader.vue.d.ts +50 -0
  71. package/components/chart/TooltipHeader.vue.js +7 -0
  72. package/components/chart/TooltipHeader.vue2.js +69 -0
  73. package/components/chart/colorPalette.d.ts +5 -0
  74. package/components/chart/colorPalette.js +68 -0
  75. package/components/chart/composables/useChartHeight.d.ts +5 -0
  76. package/components/chart/composables/useChartHeight.js +24 -0
  77. package/components/chart/composables/useColorsMap.d.ts +12 -0
  78. package/components/chart/composables/useColorsMap.js +48 -0
  79. package/components/chart/composables/useTooltipPosition.d.ts +1 -1
  80. package/components/chart/composables/useTooltipPosition.js +11 -15
  81. package/components/chart/consts.d.ts +29 -7
  82. package/components/chart/consts.js +41 -21
  83. package/components/chart/index.d.ts +554 -119
  84. package/components/chart/mockData.d.ts +44 -5
  85. package/components/chart/types.d.ts +38 -6
  86. package/components/chart/types.js +5 -2
  87. package/components/chart/utils/formatNumber.d.ts +0 -1
  88. package/components/chart/utils/highlightUtils.d.ts +3 -0
  89. package/components/chart/utils/highlightUtils.js +18 -0
  90. package/components/chart/utils/utils.d.ts +3 -3
  91. package/components/chart/utils/utils.js +19 -10
  92. package/components/checkbox/v3/Checkbox.vue.d.ts +3 -3
  93. package/components/checkbox/v3/index.d.ts +7 -7
  94. package/components/dateRange/common/DateRange.common.js +81 -75
  95. package/components/dateRange/common/DateServices.common.d.ts +7 -1
  96. package/components/dateRange/common/DateServices.common.js +88 -92
  97. package/components/dateRange/common/consts.common.d.ts +5 -0
  98. package/components/dateRange/common/consts.common.js +9 -3
  99. package/components/dateRange/v3/DateRange.vue.d.ts +3 -3
  100. package/components/dateRange/v3/DateRangePicker.vue.d.ts +3 -3
  101. package/components/dateRange/v3/index.d.ts +7 -7
  102. package/components/dateRange/v4/DateRangePickerV4.vue.d.ts +3 -3
  103. package/components/dateRange/v4/DateRangeV4.vue.d.ts +3 -3
  104. package/components/dateRange/v4/DateRangeV4.vue.js +2 -2
  105. package/components/dateRange/v4/DateRangeV4.vue2.js +1 -1
  106. package/components/dateRange/v4/index.d.ts +7 -7
  107. package/components/dialog/v4/DialogV4.vue.d.ts +4 -3
  108. package/components/dialog/v4/DialogV4.vue.js +4 -4
  109. package/components/dialog/v4/DialogV4.vue2.js +1 -1
  110. package/components/dialog/v4/index.d.ts +7 -7
  111. package/components/dropdown/common/Dropdown.common.d.ts +1 -0
  112. package/components/dropdown/common/Dropdown.common.js +172 -160
  113. package/components/dropdown/v3/Dropdown.vue.d.ts +1 -1
  114. package/components/dropdown/v3/index.d.ts +20 -20
  115. package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +1 -0
  116. package/components/dropdown/v4/ButtonDropdownTrigger.vue.js +3 -3
  117. package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +16 -13
  118. package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.js +2 -2
  119. package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue2.js +1 -1
  120. package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +5 -0
  121. package/components/dropdown/v4/ChipDropdownTrigger.vue.js +3 -3
  122. package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +64 -54
  123. package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +22 -9
  124. package/components/dropdown/v4/ConditionalDropdown.vue.js +4 -4
  125. package/components/dropdown/v4/ConditionalDropdown.vue2.js +151 -129
  126. package/components/dropdown/v4/DropdownV4.vue.d.ts +34 -1
  127. package/components/dropdown/v4/DropdownV4.vue.js +2 -2
  128. package/components/dropdown/v4/DropdownV4.vue2.js +241 -189
  129. package/components/dropdown/v4/IconButtonDropdownTrigger.vue.d.ts +11 -0
  130. package/components/dropdown/v4/IconButtonDropdownTrigger.vue.js +4 -4
  131. package/components/dropdown/v4/IconButtonDropdownTrigger.vue2.js +12 -10
  132. package/components/dropdown/v4/OptionV4.vue.d.ts +18 -5
  133. package/components/dropdown/v4/OptionV4.vue.js +2 -2
  134. package/components/dropdown/v4/OptionV4.vue2.js +140 -108
  135. package/components/dropdown/v4/TreeDropdown.vue.d.ts +1 -1
  136. package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
  137. package/components/dropdown/v4/TreeDropdown.vue2.js +68 -73
  138. package/components/dropdown/v4/dropdownStoryArgs.d.ts +8 -0
  139. package/components/dropdown/v4/index.d.ts +682 -162
  140. package/components/emptyState/v4/EmptyStateV4.vue.d.ts +3 -3
  141. package/components/emptyState/v4/index.d.ts +7 -7
  142. package/components/forms/FormRow.vue.d.ts +9 -2
  143. package/components/forms/FormRow.vue.js +3 -3
  144. package/components/forms/FormRow.vue2.js +25 -14
  145. package/components/forms/index.d.ts +25 -5
  146. package/components/includeExclude/IncludeExclude.vue.d.ts +1 -1
  147. package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +1 -1
  148. package/components/includeExclude/index.d.ts +40 -40
  149. package/components/link/Link.vue.d.ts +70 -0
  150. package/components/link/Link.vue.js +7 -0
  151. package/components/link/Link.vue2.js +43 -0
  152. package/components/link/index.d.ts +201 -0
  153. package/components/link/index.js +6 -0
  154. package/components/search/v3/index.d.ts +3 -3
  155. package/components/shared/FieldLabel.vue.d.ts +19 -7
  156. package/components/shared/FieldLabel.vue.js +3 -3
  157. package/components/shared/FieldLabel.vue2.js +50 -37
  158. package/components/switch/v4/SwitchV4.vue.d.ts +16 -0
  159. package/components/switch/v4/SwitchV4.vue.js +3 -3
  160. package/components/switch/v4/SwitchV4.vue2.js +39 -24
  161. package/components/switch/v4/index.d.ts +29 -0
  162. package/components/table/common/Table.common.d.ts +0 -1
  163. package/components/table/common/Table.common.js +38 -39
  164. package/components/table/common/Table.types.d.ts +2 -0
  165. package/components/table/common/consts.d.ts +1 -0
  166. package/components/table/common/consts.js +2 -1
  167. package/components/table/v4/DataGrid.vue.d.ts +15 -4
  168. package/components/table/v4/DataGrid.vue.js +4 -4
  169. package/components/table/v4/DataGrid.vue2.js +288 -230
  170. package/components/table/v4/MultipleDataGrid.vue.d.ts +3 -3
  171. package/components/table/v4/index.d.ts +50 -15
  172. package/components/table/v4/storyUtils.d.ts +2 -0
  173. package/components/tabs/v3/Tabs.vue.d.ts +3 -3
  174. package/components/tabs/v3/index.d.ts +7 -7
  175. package/components/tooltip/common/Tooltip.types.d.ts +1 -0
  176. package/components/tooltip/v3/Tooltip.vue.d.ts +4 -4
  177. package/components/tooltip/v3/Tooltip.vue.js +2 -2
  178. package/components/tooltip/v3/Tooltip.vue2.js +1 -1
  179. package/components/tooltip/v3/index.d.ts +7 -7
  180. package/components/tooltip/v4/TooltipV4.vue.d.ts +4 -4
  181. package/components/tooltip/v4/TooltipV4.vue.js +2 -2
  182. package/components/tooltip/v4/TooltipV4.vue2.js +1 -1
  183. package/components/tooltip/v4/index.d.ts +7 -7
  184. package/components/typography/Text.vue.d.ts +3 -3
  185. package/components/typography/index.d.ts +7 -7
  186. package/composables/useDateService.d.ts +7 -0
  187. package/composables/useDateService.js +10 -0
  188. package/composables/useFormValidation.d.ts +1 -0
  189. package/composables/useFormValidation.js +32 -27
  190. package/composables/useFullPageHeight.d.ts +10 -0
  191. package/composables/useFullPageHeight.js +15 -0
  192. package/consts/common.d.ts +1 -0
  193. package/consts/common.js +4 -0
  194. package/consts/regex.d.ts +1 -0
  195. package/consts/regex.js +2 -1
  196. package/index.d.ts +1601 -425
  197. package/index.js +148 -136
  198. package/mocks/apps.d.ts +1 -0
  199. package/mocks/optionsWithIcons.d.ts +2 -0
  200. package/package.json +9 -1
  201. package/testids/index.d.ts +4 -0
  202. package/testids/index.js +31 -30
  203. package/utils/formatNumbers.d.ts +1 -1
  204. package/utils/formatNumbers.js +19 -6
  205. package/utils/index.js +7 -0
  206. package/utils/text.d.ts +3 -0
  207. package/utils/text.js +24 -5
  208. package/utils/totals.d.ts +5 -0
  209. package/utils/totals.js +9 -0
  210. package/utils/utils.d.ts +1 -0
  211. package/utils/utils.js +4 -0
  212. package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_604dfc6f_lang.css +0 -1
  213. package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_ea1c4589_lang.css +0 -1
  214. package/ButtonV4.vue_vue_type_style_index_0_scoped_bdfce3aa_lang.css +0 -1
  215. package/Chart.vue_vue_type_style_index_0_scoped_a641383a_lang.css +0 -1
  216. package/ChartHeader.vue_vue_type_style_index_0_scoped_b8213498_lang.css +0 -1
  217. package/ChartLegend.vue_vue_type_style_index_0_scoped_4fe1c7d1_lang.css +0 -1
  218. package/ChartTooltip.vue_vue_type_style_index_0_scoped_6744325c_lang.css +0 -1
  219. package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_e43ac1c9_lang.css +0 -1
  220. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_3a2aeea3_lang.css +0 -1
  221. package/DataGrid.vue_vue_type_style_index_0_scoped_6b54ac22_lang.css +0 -1
  222. package/DateRangeV4.vue_vue_type_style_index_0_scoped_8a2714eb_lang.css +0 -1
  223. package/DialogV4.vue_vue_type_style_index_0_scoped_37da643b_lang.css +0 -1
  224. package/DropdownV4.vue_vue_type_style_index_0_scoped_d154c5da_lang.css +0 -1
  225. package/FieldLabel.vue_vue_type_style_index_0_scoped_96ee1c98_lang.css +0 -1
  226. package/FormRow.vue_vue_type_style_index_0_scoped_fc3897fd_lang.css +0 -1
  227. package/IconButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_59fb505a_lang.css +0 -1
  228. package/OptionV4.vue_vue_type_style_index_0_scoped_1e8837dc_lang.css +0 -1
  229. package/SettingsHeader.vue_vue_type_style_index_0_scoped_9b6cd9d9_lang.css +0 -1
  230. package/SwitchV4.vue_vue_type_style_index_0_scoped_c2e356f5_lang.css +0 -1
  231. package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_c81a7d3e_lang.css +0 -1
  232. package/Tooltip.vue_vue_type_style_index_0_scoped_9020a179_lang.css +0 -1
  233. package/TooltipV4.vue_vue_type_style_index_0_scoped_66eab856_lang.css +0 -1
  234. package/TreeDropdown.vue_vue_type_style_index_0_scoped_b883d1fa_lang.css +0 -1
  235. package/components/chart/composables/useChartValues.d.ts +0 -12
  236. package/components/chart/composables/useChartValues.js +0 -32
  237. package/components/chart/utils/formatNumber.js +0 -11
@@ -1,4 +1,5 @@
1
1
  import { Reason } from '@/components/dialog/common/Reason';
2
+ import { ButtonColor } from '@/components/button/common/consts';
2
3
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
4
  modelValue: boolean;
4
5
  content?: string;
@@ -18,7 +19,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
18
19
  showFooter?: boolean;
19
20
  saveButtonLabel?: string;
20
21
  saveButtonLoading?: boolean;
21
- saveButtonColor?: string;
22
+ saveButtonColor?: ButtonColor;
22
23
  cancelButtonLabel?: string;
23
24
  cancelButtonColor?: string;
24
25
  testId?: string;
@@ -71,7 +72,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
71
72
  showFooter?: boolean;
72
73
  saveButtonLabel?: string;
73
74
  saveButtonLoading?: boolean;
74
- saveButtonColor?: string;
75
+ saveButtonColor?: ButtonColor;
75
76
  cancelButtonLabel?: string;
76
77
  cancelButtonColor?: string;
77
78
  testId?: string;
@@ -124,7 +125,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
124
125
  showFooter: boolean;
125
126
  saveButtonLabel: string;
126
127
  saveButtonLoading: boolean;
127
- saveButtonColor: string;
128
+ saveButtonColor: ButtonColor;
128
129
  cancelButtonLabel: string;
129
130
  cancelButtonColor: string;
130
131
  noPadding: boolean;
@@ -1,7 +1,7 @@
1
1
  import o from "./DialogV4.vue2.js";
2
- /* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../DialogV4.vue_vue_type_style_index_0_scoped_37da643b_lang.css"; //*');
4
- const a = /* @__PURE__ */ _(o, [["__scopeId", "data-v-37da643b"]]);
2
+ /* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../../DialogV4.vue_vue_type_style_index_0_scoped_eb226e31_lang.css"; //*');
4
+ const p = /* @__PURE__ */ e(o, [["__scopeId", "data-v-eb226e31"]]);
5
5
  export {
6
- a as default
6
+ p as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import "../../../DialogV4.vue_vue_type_style_index_0_scoped_37da643b_lang.css"; import { defineComponent as L, openBlock as o, createBlock as u, Teleport as E, createVNode as A, Transition as P, withCtx as i, unref as t, createElementBlock as m, createElementVNode as y, mergeProps as s, renderSlot as k, createTextVNode as f, toDisplayString as B, createCommentVNode as l } from "vue";
1
+ import "../../../DialogV4.vue_vue_type_style_index_0_scoped_eb226e31_lang.css"; import { defineComponent as L, openBlock as o, createBlock as u, Teleport as E, createVNode as A, Transition as P, withCtx as i, unref as t, createElementBlock as m, createElementVNode as y, mergeProps as s, renderSlot as k, createTextVNode as f, toDisplayString as B, createCommentVNode as l } from "vue";
2
2
  import { NOOP as I } from "@vue/shared";
3
3
  import b from "../../typography/v4/Typography.vue.js";
4
4
  import O from "../../button/v4/ButtonV4.vue.js";
@@ -22,7 +22,7 @@ declare const DialogTypes: () => ({
22
22
  showFooter: boolean;
23
23
  saveButtonLabel: string;
24
24
  saveButtonLoading: boolean;
25
- saveButtonColor: string;
25
+ saveButtonColor: import("../../button/common/consts").ButtonColor;
26
26
  cancelButtonLabel: string;
27
27
  cancelButtonColor: string;
28
28
  noPadding: boolean;
@@ -104,7 +104,7 @@ declare const DialogTypes: () => ({
104
104
  default: boolean;
105
105
  };
106
106
  saveButtonColor: {
107
- type: import("vue").PropType<string>;
107
+ type: import("vue").PropType<import("../../button/common/consts").ButtonColor>;
108
108
  default: string;
109
109
  };
110
110
  cancelButtonLabel: {
@@ -217,7 +217,7 @@ declare const DialogTypes: () => ({
217
217
  default: boolean;
218
218
  };
219
219
  saveButtonColor: {
220
- type: import("vue").PropType<string>;
220
+ type: import("vue").PropType<import("../../button/common/consts").ButtonColor>;
221
221
  default: string;
222
222
  };
223
223
  cancelButtonLabel: {
@@ -263,7 +263,7 @@ declare const DialogTypes: () => ({
263
263
  showFooter: boolean;
264
264
  saveButtonLabel: string;
265
265
  saveButtonLoading: boolean;
266
- saveButtonColor: string;
266
+ saveButtonColor: import("../../button/common/consts").ButtonColor;
267
267
  cancelButtonLabel: string;
268
268
  cancelButtonColor: string;
269
269
  noPadding: boolean;
@@ -365,7 +365,7 @@ declare const DialogTypes: () => ({
365
365
  default: boolean;
366
366
  };
367
367
  saveButtonColor: {
368
- type: import("vue").PropType<string>;
368
+ type: import("vue").PropType<import("../../button/common/consts").ButtonColor>;
369
369
  default: string;
370
370
  };
371
371
  cancelButtonLabel: {
@@ -468,7 +468,7 @@ declare const DialogTypes: () => ({
468
468
  default: boolean;
469
469
  };
470
470
  saveButtonColor: {
471
- type: import("vue").PropType<string>;
471
+ type: import("vue").PropType<import("../../button/common/consts").ButtonColor>;
472
472
  default: string;
473
473
  };
474
474
  cancelButtonLabel: {
@@ -514,7 +514,7 @@ declare const DialogTypes: () => ({
514
514
  showFooter: boolean;
515
515
  saveButtonLabel: string;
516
516
  saveButtonLoading: boolean;
517
- saveButtonColor: string;
517
+ saveButtonColor: import("../../button/common/consts").ButtonColor;
518
518
  cancelButtonLabel: string;
519
519
  cancelButtonColor: string;
520
520
  noPadding: boolean;
@@ -46,4 +46,5 @@ export declare const dropdownCommon: (props: any, emit: any, commonOptions: any)
46
46
  clearAll: Ref<HTMLButtonElement>;
47
47
  onClearAllSelections: (applyChanges?: boolean) => void;
48
48
  isGroup: (option: any) => boolean;
49
+ flattenAndMarkGroupOptions: (options: any) => any;
49
50
  };
@@ -1,157 +1,164 @@
1
- import { useToggle as Ve } from "../../../composables/useToggle.js";
2
- import { inject as ke, ref as r, computed as c, watch as b, useSlots as Ge, toRaw as P, nextTick as N, provide as Le, onMounted as Ue } from "vue";
3
- import { isObjectInArray as ae } from "../../../utils/array.js";
4
- import { objectsEqual as Be } from "../../../utils/object.js";
5
- import { useClamp as He, useVirtualList as qe, onClickOutside as ne, useInfiniteScroll as Xe } from "@vueuse/core";
6
- import { Mode as T, Type as U, DropdownContext as $e } from "./DropdownContext.js";
7
- import { pxToRem as je } from "../../../utils/style.js";
8
- import { useEditableContext as ze } from "../../table-cells/common/EditableContext.js";
9
- import { useGroupedOptions as We } from "./useGroupedOptions.js";
10
- const al = (e, v, g) => {
11
- const B = ke("isTreeDropdown", !1), {
1
+ import { useToggle as ke } from "../../../composables/useToggle.js";
2
+ import { inject as Ge, ref as r, computed as c, watch as b, useSlots as Le, toRaw as I, nextTick as N, provide as Ue, onMounted as Be } from "vue";
3
+ import { isObjectInArray as ue } from "../../../utils/array.js";
4
+ import { objectsEqual as He } from "../../../utils/object.js";
5
+ import { useClamp as qe, useVirtualList as Xe, onClickOutside as ie, useInfiniteScroll as $e } from "@vueuse/core";
6
+ import { Mode as w, Type as U, DropdownContext as je } from "./DropdownContext.js";
7
+ import { pxToRem as ze } from "../../../utils/style.js";
8
+ import { useEditableContext as We } from "../../table-cells/common/EditableContext.js";
9
+ import { useGroupedOptions as Je } from "./useGroupedOptions.js";
10
+ const nl = (e, d, y) => {
11
+ const B = Ge("isTreeDropdown", !1), {
12
12
  sortOutGroups: H,
13
- flattenAndMarkGroupOptions: ue,
14
- isGroup: q,
15
- selectAllWithGroups: ie,
16
- isIndeterminateGrouped: re,
17
- allSelectedGrouped: X,
18
- areAllPreviousSelected: oe,
19
- groupedChildOptionsLength: ce
20
- } = We(e), se = (l, t) => e.multi && Array.isArray(l) ? e.comparingKey ? l?.findIndex(
13
+ flattenAndMarkGroupOptions: q,
14
+ isGroup: X,
15
+ selectAllWithGroups: re,
16
+ isIndeterminateGrouped: oe,
17
+ allSelectedGrouped: $,
18
+ areAllPreviousSelected: ce,
19
+ groupedChildOptionsLength: se
20
+ } = Je(e), de = (l, t) => e.multi && Array.isArray(l) ? e.comparingKey ? l?.findIndex(
21
21
  (i) => i[e.comparingKey] === t[e.comparingKey]
22
- ) > -1 : ae(l, t) : e.comparingKey ? l?.[e.comparingKey] === t[e.comparingKey] : l === t;
23
- let $;
22
+ ) > -1 : ue(l, t) : e.comparingKey ? l?.[e.comparingKey] === t[e.comparingKey] : l === t;
23
+ let j;
24
24
  ((l) => {
25
25
  l[l.None = 0] = "None", l[l.Next = 1] = "Next", l[l.Previous = -1] = "Previous", l[l.NextPage = 10] = "NextPage", l[l.PrevPage = -10] = "PrevPage";
26
- })($ || ($ = {}));
26
+ })(j || (j = {}));
27
27
  const a = r(
28
28
  e.selected
29
- ), K = ze(), n = c({
29
+ ), K = We(), n = c({
30
30
  get() {
31
31
  return K?.value?.value ?? a.value;
32
32
  },
33
33
  set(l) {
34
- K.onChange?.(l), K.onClose?.(), v("update:selected", l);
34
+ K.onChange?.(l), K.onClose?.(), d("update:selected", l);
35
35
  }
36
36
  });
37
37
  b(
38
38
  () => e.selected,
39
39
  () => {
40
- a.value = e.selected, d.value = e.selected;
40
+ a.value = e.selected, v.value = e.selected;
41
41
  }
42
42
  );
43
- const de = Ge(), w = r(null), m = r(null), j = r(null), R = r(null), z = r(null), I = r(null), ve = r(), W = r(null), J = r(null), Q = r(null), fe = 8, ge = c(() => I.value ? I.value.getBoundingClientRect().height + fe + e.distance : 0), D = r(!1), y = r([]), x = r(-1), h = r(""), d = r(e.selected || []), Y = () => I.value?.focus(), [O, ye, he] = Ve({
43
+ const ve = Le(), x = r(null), m = r(null), z = r(null), R = r(null), W = r(null), D = r(null), fe = r(), J = r(null), Q = r(null), Y = r(null), ge = 8, ye = c(() => D.value ? D.value.getBoundingClientRect().height + ge + e.distance : 0), C = r(!1), h = r([]), T = r(-1), O = r(""), v = r(e.selected || []), Z = () => D.value?.focus(), [S, he, Oe] = ke({
44
44
  disabled: e.disabled,
45
45
  initialValue: e.defaultOpen
46
46
  });
47
47
  b(
48
48
  () => e.disabled,
49
49
  (l) => {
50
- l !== void 0 && he(l);
50
+ l !== void 0 && Oe(l);
51
51
  }
52
52
  );
53
- const Z = (l) => {
54
- Oe.value = ye(l);
55
- }, Oe = c({
53
+ const F = (l) => {
54
+ Se.value = he(l);
55
+ }, Se = c({
56
56
  get() {
57
57
  return e.isOpen;
58
58
  },
59
59
  set(l) {
60
- v("update:isOpen", l);
60
+ d("update:isOpen", l);
61
61
  }
62
- }), Se = c(() => o.value.length - 1), f = He(0, 0, Se), F = c(() => n.value ? e.displayValue(n.value) : ""), me = (l) => {
62
+ }), me = c(() => o.value.length - 1), g = qe(0, 0, me), p = c(() => n.value ? e.displayValue(n.value) : ""), Ae = (l) => {
63
63
  if (!l.value.length && !e.multiOptionsPlaceholderPrefix && !e.multiOptionsPlaceholderSuffix)
64
64
  return e.placeholder;
65
65
  const t = !e.multiOptionsPlaceholderPrefix && !e.multiOptionsPlaceholderSuffix ? `${l.value.length} selected` : `${e.multiOptionsPlaceholderPrefix ?? ""}${l.value.length ?? "0"}${e.multiOptionsPlaceholderSuffix ?? ""}`;
66
66
  return l.value.length == 1 && e.displayValue ? e.displayValue(l.value[0]) : t;
67
- }, Ae = c(() => {
67
+ }, be = c(() => {
68
68
  if (!e.multi)
69
69
  return n.value ? e.displayValue(n.value) : e.placeholder;
70
70
  if (Array.isArray(a.value))
71
- return me(a);
71
+ return Ae(a);
72
72
  }), E = c(() => {
73
73
  if (Array.isArray(a.value))
74
- return e.groupedOptions ? X(o, a) : a.value.length === o.value.length;
75
- }), be = c(() => !e.multi || !Array.isArray(a.value) ? !1 : e.groupedOptions ? re(
74
+ return e.groupedOptions ? $(o, a) : a.value.length === o.value.length;
75
+ }), Te = c(() => !e.multi || !Array.isArray(a.value) ? !1 : e.groupedOptions ? oe(
76
76
  o,
77
77
  a
78
78
  ) : a.value.length > 0 && a.value.length < o.value.length), _ = (l) => {
79
- h.value = l;
80
- }, M = c(() => e.groupedOptions ? ue(e.options) : e.options), Pe = c(() => {
81
- if (oe(
79
+ O.value = l;
80
+ }, M = c(() => e.groupedOptions ? q(e.options) : e.options), Pe = c(() => {
81
+ if (ce(
82
82
  M,
83
- d
83
+ v
84
84
  ))
85
85
  return M.value;
86
86
  const l = {
87
87
  selected: [],
88
88
  notSelected: []
89
89
  };
90
- P(M).value.forEach((i) => {
91
- const u = (e.comparingKey ? d.value.findIndex(
90
+ I(M).value.forEach((i) => {
91
+ const u = (e.comparingKey ? v.value.findIndex(
92
92
  (L) => L[e.comparingKey] === i[e.comparingKey]
93
- ) > -1 : d.value.includes(i)) ? "selected" : "notSelected";
93
+ ) > -1 : v.value.includes(i)) ? "selected" : "notSelected";
94
94
  l[u].push(i);
95
95
  });
96
96
  const t = e.groupedOptions ? H(l.notSelected) : l.notSelected;
97
97
  return [].concat(l.selected, t);
98
98
  }), o = c(() => {
99
- const l = Array.isArray(d.value) && e.multi && g.VERSION === 4 && !B ? Pe.value : M.value;
99
+ const l = Array.isArray(v.value) && e.multi && y.VERSION === 4 && !B ? Pe.value : M.value;
100
100
  if (e.onSearch) {
101
- const t = l.filter((i) => e.groupedOptions && q(i) ? i : e.onSearch(i, h.value));
101
+ const t = l.filter((i) => e.groupedOptions && X(i) ? i : e.onSearch(i, O.value));
102
102
  return e.groupedOptions ? H(t) : t;
103
103
  } else
104
104
  return l;
105
- }), Te = c(() => y.value[0]?.hasSubtitle), p = c(() => s.mode === T.Multi), ee = c(
106
- () => Te.value ? g.MULTILINE_LIST_HEIGHT : g.LIST_HEIGHT
105
+ }), Ie = c(() => h.value[0]?.hasSubtitle), ee = c(() => s.mode === w.Multi), le = c(
106
+ () => Ie.value ? y.MULTILINE_LIST_HEIGHT : y.LIST_HEIGHT
107
107
  ), {
108
108
  list: V,
109
109
  containerProps: k,
110
110
  wrapperProps: we,
111
- scrollTo: C
112
- } = qe(o, {
113
- itemHeight: ee.value,
111
+ scrollTo: P
112
+ } = Xe(o, {
113
+ itemHeight: le.value,
114
114
  overscan: e.disableVirtualScroll ? 1 / 0 : 2
115
115
  });
116
116
  b(
117
117
  () => e.isOpen,
118
118
  (l) => {
119
- Z(l);
119
+ F(l);
120
120
  }
121
- ), b([x], async () => {
121
+ ), b([T], async () => {
122
122
  await N();
123
123
  }), b(
124
- [O, f, x],
124
+ [S, g, T],
125
125
  async ([l], [t]) => {
126
- O.value && (await N(), x.value !== -1 && l !== t && setTimeout(() => {
127
- e.multi && g.VERSION === 4 || C(x.value);
128
- }), f.value && setTimeout(() => {
129
- C(f.value);
126
+ S.value && (await N(), T.value !== -1 && l !== t && setTimeout(() => {
127
+ if (!(e.multi && y.VERSION === 4))
128
+ if (P(T.value), e.groupedOptions) {
129
+ const i = M.value.findIndex(
130
+ (f) => f === n.value
131
+ );
132
+ P(i);
133
+ } else
134
+ P(T.value);
135
+ }), g.value && setTimeout(() => {
136
+ P(g.value);
130
137
  }));
131
138
  }
132
- ), b(h, () => {
133
- v("onsearch", h.value), C(0);
139
+ ), b(O, () => {
140
+ d("onsearch", O.value), P(0);
134
141
  });
135
142
  const A = (l, t = !1) => {
136
- e.disabled || (Z(l), N(() => {
137
- O.value && v("opened"), O.value || v("closed"), w.value && t && w.value.focus();
143
+ e.disabled || (F(l), N(() => {
144
+ S.value && d("opened"), S.value || d("closed"), x.value && t && x.value.focus();
138
145
  }));
139
146
  };
140
- b(O, (l) => {
147
+ b(S, (l) => {
141
148
  if (l) {
142
- h.value = "", p.value && Array.isArray(n.value) && (d.value = P(n.value).slice());
149
+ O.value = "", ee.value && Array.isArray(n.value) && (v.value = I(n.value).slice());
143
150
  return;
144
151
  }
145
- Y();
152
+ Z();
146
153
  });
147
- const Ie = () => {
154
+ const xe = () => {
148
155
  if (E.value) {
149
156
  a.value = [];
150
157
  return;
151
158
  }
152
159
  if (Array.isArray(a.value)) {
153
160
  if (e.groupedOptions)
154
- ie(o, a);
161
+ re(o, a);
155
162
  else {
156
163
  if (a.value.length === o.value.length) {
157
164
  a.value = [];
@@ -159,72 +166,72 @@ const al = (e, v, g) => {
159
166
  }
160
167
  a.value = o.value;
161
168
  }
162
- v("selectAll");
169
+ d("selectAll");
163
170
  }
164
- }, xe = () => {
165
- Ie(), g.VERSION !== 4 && (n.value = a.value);
166
- }, De = (l = !0) => {
167
- a.value = [], l && (n.value = [], d.value = []), e.dynamicFilterMode || v("clear-all");
171
+ }, De = () => {
172
+ xe(), y.VERSION !== 4 && (n.value = a.value);
173
+ }, Me = (l = !0) => {
174
+ a.value = [], l ? (n.value = [], v.value = [], d("clear")) : e.dynamicFilterMode || d("clear");
168
175
  }, G = (l, t) => {
169
- if (l = P(l), g.VERSION === 4 ? l[e.disabledOptionKey] : y.value[t]?.disabled)
176
+ if (l = I(l), y.VERSION === 4 ? l[e.disabledOptionKey] : h.value[t]?.disabled)
170
177
  return;
171
- if (x.value = t, !e.multi) {
178
+ if (T.value = t, !e.multi) {
172
179
  e.keepOpen || A(!1), s.goToOption(
173
180
  0
174
181
  /* None */
175
- ), n.value = l, _(""), Y(), s.type === U.Search && m.value && (m.value.value = e.displayValue(l)), le();
182
+ ), n.value = l, _(""), Z(), s.type === U.Search && m.value && (m.value.value = e.displayValue(l)), ae();
176
183
  return;
177
184
  }
178
185
  if (!Array.isArray(a.value))
179
186
  return;
180
187
  m.value?.focus();
181
- const S = P(a.value);
182
- if (ae(S, l) || e.comparingKey && S.findIndex(
188
+ const f = I(a.value);
189
+ if (ue(f, l) || e.comparingKey && f.findIndex(
183
190
  (u) => u[e.comparingKey] === l[e.comparingKey]
184
191
  ) > -1) {
185
- a.value = S.filter((u) => e.comparingKey ? u[e.comparingKey] !== l[e.comparingKey] : !Be(u, l));
192
+ a.value = f.filter((u) => e.comparingKey ? u[e.comparingKey] !== l[e.comparingKey] : !He(u, l));
186
193
  return;
187
194
  } else {
188
- a.value = [...S, l];
195
+ a.value = [...f, l];
189
196
  return;
190
197
  }
191
- }, Me = (l) => y.value[l]?.disabled, s = {
192
- activeIndex: f,
193
- options: y,
198
+ }, Ce = (l) => h.value[l]?.disabled, s = {
199
+ activeIndex: g,
200
+ options: h,
194
201
  selectedOption: n,
195
- labelRef: z,
202
+ labelRef: W,
196
203
  activeOption: R,
197
- listRef: w,
204
+ listRef: x,
198
205
  clearable: e.clearable,
199
- type: de.input ? U.Search : U.Dropdown,
200
- mode: e.multi ? T.Multi : T.Single,
201
- query: h,
202
- selectedValue: F,
206
+ type: ve.input ? U.Search : U.Dropdown,
207
+ mode: e.multi ? w.Multi : w.Single,
208
+ query: O,
209
+ selectedValue: p,
203
210
  toggle: A,
204
211
  disabled: e.disabled,
205
- open: O,
212
+ open: S,
206
213
  mandatory: e.mandatory,
207
214
  size: e.size,
208
215
  placeholder: e.placeholder,
209
216
  select: G,
210
217
  clearSelection: () => {
211
- _(""), n.value = s.mode === T.Single ? null : [], d.value = s.mode === T.Single ? null : [], m.value && (m.value.value = "");
218
+ _(""), n.value = s.mode === w.Single ? null : [], v.value = s.mode === w.Single ? null : [], m.value && (m.value.value = "");
212
219
  },
213
220
  search: _,
214
221
  goToOption: async (l) => {
215
- if (!O.value)
222
+ if (!S.value)
216
223
  return;
217
- let t = f.value + l;
218
- const i = y.value.filter(
224
+ let t = g.value + l;
225
+ const i = h.value.filter(
219
226
  (u) => u.disabled
220
- ).length, S = o.value.length - i;
221
- for (t > S && (t = S + 1); ; ) {
222
- if (!y.value[t]?.disabled) {
223
- R.value = o.value[t], f.value = t;
227
+ ).length, f = o.value.length - i;
228
+ for (t > f && (t = f + 1); ; ) {
229
+ if (!h.value[t]?.disabled) {
230
+ R.value = o.value[t], g.value = t;
224
231
  return;
225
232
  }
226
- if ((l === 1 || l === 10) && (t = t + 1), (l === -1 || l === -10) && (t = t + -1), !!Me(f.value)) {
227
- R.value = o.value[t], f.value = t;
233
+ if ((l === 1 || l === 10) && (t = t + 1), (l === -1 || l === -10) && (t = t + -1), !!Ce(g.value)) {
234
+ R.value = o.value[t], g.value = t;
228
235
  return;
229
236
  }
230
237
  }
@@ -233,44 +240,48 @@ const al = (e, v, g) => {
233
240
  m.value = l.value;
234
241
  },
235
242
  registerOption: (l, t, i) => {
236
- y.value = [...y.value, { id: l, disabled: t, hasSubtitle: i }];
243
+ h.value = [...h.value, { id: l, disabled: t, hasSubtitle: i }];
237
244
  },
238
245
  unRegisterOption(l) {
239
- y.value = y.value.filter((t) => t.id !== l);
246
+ h.value = h.value.filter((t) => t.id !== l);
240
247
  }
241
248
  };
242
- Le($e, s), ne(
243
- w,
249
+ Ue(je, s), ie(
250
+ x,
244
251
  () => {
245
- O.value && te();
252
+ S.value && ne();
246
253
  },
247
254
  {
248
255
  ignore: [
249
- I,
250
- W,
256
+ D,
251
257
  J,
252
258
  Q,
259
+ Y,
253
260
  m,
254
261
  k.ref
255
262
  ]
256
263
  }
257
264
  );
258
- const Ce = () => {
265
+ const Ne = () => {
259
266
  m.value && (m.value.value = s.query.value = "");
260
- };
261
- Ue(async () => {
262
- e.autoFocus && (await N(), setTimeout(() => {
263
- j.value.focus();
264
- })), s.goToOption(0), e.multi && !B && (e.groupedOptions ? D.value = X(
267
+ }, te = () => {
268
+ e.multi && !B && (e.groupedOptions ? C.value = $(
265
269
  o,
266
270
  a
267
- ) : D.value = e.options.length === e.selected.length);
271
+ ) : C.value = e.options.length === e.selected.length);
272
+ };
273
+ Be(async () => {
274
+ e.autoFocus && (await N(), setTimeout(() => {
275
+ z.value.focus();
276
+ })), s.goToOption(0), te();
277
+ }), b([() => e.options, () => e.selected], () => {
278
+ te();
268
279
  });
269
- const le = () => {
270
- e.multi && (n.value = a.value, Array.isArray(n.value) && (d.value = P(n.value).slice(), D.value = e.groupedOptions ? ce(e.options) === n.value.length : e.options.length === n.value.length)), v("apply", n.value), v("allSelectedChanged", E.value), A(!1), Ce();
271
- }, te = () => {
272
- p.value && Array.isArray(d.value) && (n.value = P(d.value).slice()), h.value = "", A(!1);
273
- }, Ne = (l) => {
280
+ const ae = () => {
281
+ e.multi && (n.value = a.value, Array.isArray(n.value) && (v.value = I(n.value).slice(), C.value = e.groupedOptions ? se(e.options) === n.value.length : e.options.length === n.value.length)), d("apply", n.value), d("allSelectedChanged", E.value), A(!1), Ne();
282
+ }, ne = () => {
283
+ ee.value && Array.isArray(v.value) && (n.value = I(v.value).slice()), O.value = "", A(!1);
284
+ }, Ke = (l) => {
274
285
  if (!e.disableKeyboardEvents)
275
286
  switch (l.key) {
276
287
  case "Space":
@@ -279,7 +290,7 @@ const al = (e, v, g) => {
279
290
  case "ArrowDown":
280
291
  A(!0), l.preventDefault();
281
292
  }
282
- }, Ke = (l) => {
293
+ }, Re = (l) => {
283
294
  if (!e.disableKeyboardEvents)
284
295
  switch (l.key) {
285
296
  case "ArrowUp": {
@@ -315,73 +326,74 @@ const al = (e, v, g) => {
315
326
  break;
316
327
  }
317
328
  case "Enter": {
318
- if (!O.value) {
329
+ if (!S.value) {
319
330
  A(!0);
320
331
  return;
321
332
  }
322
- G(o.value[f.value], f.value), s.mode === T.Single && !e.keepOpen && A(!1), l.preventDefault();
333
+ G(o.value[g.value], g.value), s.mode === w.Single && !e.keepOpen && A(!1), l.preventDefault();
323
334
  break;
324
335
  }
325
336
  }
326
- }, Re = c(() => {
337
+ }, Ee = c(() => {
327
338
  if (e.loading)
328
339
  return 8.5;
329
- const l = e.loadMoreLoading && g.MAX_NUMBER_OF_OPTIONS || e.customNumberOfDisplayedOptions || V.value.reduce((L, Ee) => {
330
- const _e = e.overrideOptionCountCalculation ? e.overrideOptionCountCalculation(Ee.data) : 1;
331
- return L + _e;
332
- }, 0), t = e.multi && e.showSelectAll && !h.value ? 1 : 0, i = l > g.MAX_NUMBER_OF_OPTIONS, S = l + t;
333
- let u = i ? g.MAX_NUMBER_OF_OPTIONS + 0.1 : S;
334
- return e.loadMoreLoading && e.multi && (V.value.length ? u = u + 0.1 : u = u - 0.9), e.noResultsText && u === 0 && (u = u + 1), e.withConditions && h.value && (u = u + 1), je(
335
- u * ee.value + g.PADDING_PX
340
+ const l = e.loadMoreLoading && y.MAX_NUMBER_OF_OPTIONS || e.customNumberOfDisplayedOptions || V.value.reduce((L, _e) => {
341
+ const Ve = e.overrideOptionCountCalculation ? e.overrideOptionCountCalculation(_e.data) : 1;
342
+ return L + Ve;
343
+ }, 0), t = e.multi && e.showSelectAll && !O.value ? 1 : 0, i = l > y.MAX_NUMBER_OF_OPTIONS, f = l + t;
344
+ let u = i ? y.MAX_NUMBER_OF_OPTIONS + 0.1 : f;
345
+ return e.loadMoreLoading && e.multi && (V.value.length ? u = u + 0.1 : u = u - 0.9), e.noResultsText && u === 0 && (u = u + 1), e.withConditions && O.value && (u = u + 1), ze(
346
+ u * le.value + y.PADDING_PX
336
347
  );
337
348
  });
338
- return Xe(
349
+ return $e(
339
350
  k.ref,
340
351
  () => {
341
- !e.loadMoreLoading && e.infiniteLoading && v("loadMore");
352
+ !e.loadMoreLoading && e.infiniteLoading && d("loadMore");
342
353
  },
343
354
  { distance: e.infiniteScrollThreshold }
344
355
  ), b(a, () => {
345
- v("unsavedSelectionUpdate", a.value);
356
+ d("unsavedSelectionUpdate", a.value);
346
357
  }), {
347
- onKeydown: Ke,
348
- location: ge,
349
- open: O,
358
+ onKeydown: Re,
359
+ location: ye,
360
+ open: S,
350
361
  toggleMenu: A,
351
- onButtonKeydown: Ne,
352
- displayedValue: Ae,
353
- labelRef: z,
354
- query: h,
362
+ onButtonKeydown: Ke,
363
+ displayedValue: be,
364
+ labelRef: W,
365
+ query: O,
355
366
  containerProps: k,
356
- calculateTableHeight: Re,
367
+ calculateTableHeight: Ee,
357
368
  wrapperProps: we,
358
369
  filteredOptions: o,
359
370
  allSelected: E,
360
- allSelectedApplied: D,
361
- isIndeterminate: be,
362
- onSelectAll: xe,
371
+ allSelectedApplied: C,
372
+ isIndeterminate: Te,
373
+ onSelectAll: De,
363
374
  virtualOptions: V,
364
- isSelected: se,
375
+ isSelected: de,
365
376
  selectedOption: n,
366
- selectedOptionPrevious: d,
367
- selectedValue: F,
377
+ selectedOptionPrevious: v,
378
+ selectedValue: p,
368
379
  onSelect: G,
369
- activeIndex: f,
370
- onCancel: te,
371
- onApply: le,
372
- scrollTo: C,
373
- onClickOutside: ne,
374
- listRef: w,
375
- buttonRef: I,
376
- apply: W,
377
- cancel: J,
378
- el: j,
379
- triggerRef: ve,
380
- clearAll: Q,
381
- onClearAllSelections: De,
382
- isGroup: q
380
+ activeIndex: g,
381
+ onCancel: ne,
382
+ onApply: ae,
383
+ scrollTo: P,
384
+ onClickOutside: ie,
385
+ listRef: x,
386
+ buttonRef: D,
387
+ apply: J,
388
+ cancel: Q,
389
+ el: z,
390
+ triggerRef: fe,
391
+ clearAll: Y,
392
+ onClearAllSelections: Me,
393
+ isGroup: X,
394
+ flattenAndMarkGroupOptions: q
383
395
  };
384
396
  };
385
397
  export {
386
- al as dropdownCommon
398
+ nl as dropdownCommon
387
399
  };