@ironsource/shared-ui 2.1.12-test.98 → 2.1.12

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 (248) hide show
  1. package/Chart.vue_vue_type_style_index_0_scoped_060d02be_lang.css +1 -0
  2. package/ChartHeader.vue_vue_type_style_index_0_scoped_d90c583e_lang.css +1 -0
  3. package/ChartHeaderTrend.vue_vue_type_style_index_0_scoped_ca558859_lang.css +1 -0
  4. package/ChartLegend.vue_vue_type_style_index_0_scoped_9c4df598_lang.css +1 -0
  5. package/ChartPlane.vue_vue_type_style_index_0_scoped_a685cf5e_lang.css +1 -0
  6. package/ChartTooltip.vue_vue_type_style_index_0_scoped_9623dbbd_lang.css +1 -0
  7. package/ColumnConfigurator.vue_vue_type_style_index_0_scoped_702ad52e_lang.css +1 -0
  8. package/ColumnPicker.vue_vue_type_style_index_0_scoped_ea8c7024_lang.css +1 -0
  9. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_8cc86a27_lang.css +1 -0
  10. package/DataGrid.vue_vue_type_style_index_0_scoped_cd41c5ca_lang.css +1 -0
  11. package/DataGridContainer.vue_vue_type_style_index_0_scoped_9a30b10c_lang.css +1 -0
  12. package/DataGridHeader.vue_vue_type_style_index_0_scoped_0e826456_lang.css +1 -0
  13. package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_e38c881a_lang.css +1 -0
  14. package/DialogFooter.vue_vue_type_style_index_0_scoped_8b7f64fe_lang.css +1 -0
  15. package/DialogHeader.vue_vue_type_style_index_0_scoped_9a814ec3_lang.css +1 -0
  16. package/DialogV4.vue_vue_type_style_index_0_scoped_cc99f1e3_lang.css +1 -0
  17. package/DropdownV4.vue_vue_type_style_index_0_scoped_a594c97e_lang.css +1 -0
  18. package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -1
  19. package/EmptyStateV4.vue_vue_type_style_index_0_scoped_76757f22_lang.css +1 -0
  20. package/Link.vue_vue_type_style_index_0_scoped_1a766750_lang.css +1 -0
  21. package/LoaderBars.vue_vue_type_style_index_0_scoped_d976ec65_lang.css +1 -0
  22. package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_3caa1d7b_lang.css +1 -0
  23. package/OptionChip.vue_vue_type_style_index_0_scoped_538e4a21_lang.css +1 -0
  24. package/OptionV4.vue_vue_type_style_index_0_scoped_752a357d_lang.css +1 -0
  25. package/RadioButton.vue_vue_type_style_index_0_scoped_dac25b9f_lang.css +1 -0
  26. package/RemoveButton.vue_vue_type_style_index_0_scoped_ca7fc11d_lang.css +1 -0
  27. package/SectionDropdown.vue_vue_type_style_index_0_scoped_cfad60a8_lang.css +1 -0
  28. package/SectionHeaderText.vue_vue_type_style_index_0_scoped_0b8d3d79_lang.css +1 -0
  29. package/{SettingsHeader.vue_vue_type_style_index_0_scoped_01f78cd7_lang.css → SettingsHeader.vue_vue_type_style_index_0_scoped_a869d327_lang.css} +1 -1
  30. package/ShowMoreLink.vue_vue_type_style_index_0_scoped_9fc3bc1b_lang.css +1 -0
  31. package/SortableItem.vue_vue_type_style_index_0_scoped_c72be7ed_lang.css +1 -0
  32. package/SortableItemLabel.vue_vue_type_style_index_0_scoped_a534c7af_lang.css +1 -0
  33. package/SortableList.vue_vue_type_style_index_0_scoped_9aec4e9b_lang.css +1 -0
  34. package/SortableSelectableList.vue_vue_type_style_index_0_scoped_40b0a4de_lang.css +1 -0
  35. package/TagsField.vue_vue_type_style_index_0_scoped_9760426b_lang.css +1 -0
  36. package/TagsFieldChip.vue_vue_type_style_index_0_scoped_d186b7ef_lang.css +1 -0
  37. package/TextField.vue_vue_type_style_index_0_scoped_3b7a3661_lang.css +1 -0
  38. package/TooltipHeader.vue_vue_type_style_index_0_scoped_da3532aa_lang.css +1 -0
  39. package/TooltipV4.vue_vue_type_style_index_0_scoped_8a451e54_lang.css +1 -0
  40. package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
  41. package/TreeDropdown.vue_vue_type_style_index_0_scoped_63dc057e_lang.css +1 -0
  42. package/components/chart/Chart.vue.d.ts +21 -1
  43. package/components/chart/Chart.vue.js +3 -3
  44. package/components/chart/Chart.vue2.js +130 -114
  45. package/components/chart/ChartHeader.vue.d.ts +5 -0
  46. package/components/chart/ChartHeader.vue.js +3 -3
  47. package/components/chart/ChartHeader.vue2.js +49 -44
  48. package/components/chart/ChartHeaderTrend.vue.d.ts +5 -0
  49. package/components/chart/ChartHeaderTrend.vue.js +2 -2
  50. package/components/chart/ChartHeaderTrend.vue2.js +43 -39
  51. package/components/chart/ChartLegend.vue.d.ts +5 -0
  52. package/components/chart/ChartLegend.vue.js +3 -3
  53. package/components/chart/ChartLegend.vue2.js +76 -71
  54. package/components/chart/ChartPlane.vue.d.ts +15 -0
  55. package/components/chart/ChartPlane.vue.js +5 -5
  56. package/components/chart/ChartPlane.vue2.js +173 -156
  57. package/components/chart/ChartStoryArgs.d.ts +17 -0
  58. package/components/chart/ChartTooltip.vue.d.ts +5 -0
  59. package/components/chart/ChartTooltip.vue.js +2 -2
  60. package/components/chart/ChartTooltip.vue2.js +39 -35
  61. package/components/chart/LegendSorting.vue.d.ts +5 -0
  62. package/components/chart/LegendSorting.vue.js +16 -14
  63. package/components/chart/SettingsHeader.vue.d.ts +19 -3
  64. package/components/chart/SettingsHeader.vue.js +3 -3
  65. package/components/chart/SettingsHeader.vue2.js +36 -29
  66. package/components/chart/TooltipHeader.vue.js +3 -3
  67. package/components/chart/TooltipHeader.vue2.js +26 -26
  68. package/components/chart/colorPalette.d.ts +2 -1
  69. package/components/chart/colorPalette.js +47 -33
  70. package/components/chart/composables/useColorsMap.d.ts +3 -1
  71. package/components/chart/composables/useColorsMap.js +32 -30
  72. package/components/chart/consts.d.ts +5 -1
  73. package/components/chart/consts.js +30 -26
  74. package/components/chart/index.d.ts +77 -1
  75. package/components/chart/mockData.d.ts +15 -0
  76. package/components/chart/types.d.ts +3 -1
  77. package/components/chart/types.js +5 -5
  78. package/components/chart/utils/utils.d.ts +1 -1
  79. package/components/chart/utils/utils.js +20 -14
  80. package/components/columnConfigurator/ColumnConfigurator.types.d.ts +12 -0
  81. package/components/columnConfigurator/ColumnConfigurator.vue.d.ts +61 -0
  82. package/components/columnConfigurator/ColumnConfigurator.vue.js +7 -0
  83. package/components/columnConfigurator/ColumnConfigurator.vue2.js +113 -0
  84. package/components/columnConfigurator/SectionDropdown.vue.d.ts +39 -0
  85. package/components/columnConfigurator/SectionDropdown.vue.js +7 -0
  86. package/components/columnConfigurator/SectionDropdown.vue2.js +57 -0
  87. package/components/columnConfigurator/SectionHeaderText.vue.d.ts +34 -0
  88. package/components/columnConfigurator/SectionHeaderText.vue.js +7 -0
  89. package/components/columnConfigurator/SectionHeaderText.vue2.js +22 -0
  90. package/components/columnConfigurator/ShowMoreLink.vue.d.ts +33 -0
  91. package/components/columnConfigurator/ShowMoreLink.vue.js +7 -0
  92. package/components/columnConfigurator/ShowMoreLink.vue2.js +41 -0
  93. package/components/columnConfigurator/consts.d.ts +1 -0
  94. package/components/columnConfigurator/consts.js +4 -0
  95. package/components/columnConfigurator/index.d.ts +73 -0
  96. package/components/columnConfigurator/index.js +6 -0
  97. package/components/columnConfigurator/mockData.d.ts +30 -0
  98. package/components/columnConfigurator/utils.d.ts +2 -0
  99. package/components/columnConfigurator/utils.js +18 -0
  100. package/components/columnPicker/ColumnPicker.vue.d.ts +119 -0
  101. package/components/columnPicker/ColumnPicker.vue.js +7 -0
  102. package/components/columnPicker/ColumnPicker.vue2.js +322 -0
  103. package/components/columnPicker/OptionChip.vue.d.ts +53 -0
  104. package/components/columnPicker/OptionChip.vue.js +7 -0
  105. package/components/columnPicker/OptionChip.vue2.js +46 -0
  106. package/components/columnPicker/RemoveButton.vue.d.ts +38 -0
  107. package/components/columnPicker/RemoveButton.vue.js +7 -0
  108. package/components/columnPicker/RemoveButton.vue2.js +35 -0
  109. package/components/columnPicker/index.d.ts +388 -0
  110. package/components/columnPicker/index.js +6 -0
  111. package/components/columnPicker/mockData.d.ts +8 -0
  112. package/components/dateRange/common/DateRange.common.js +60 -60
  113. package/components/dialog/v3/Dialog.vue.d.ts +3 -3
  114. package/components/dialog/v3/index.d.ts +46 -46
  115. package/components/dialog/v4/DialogFooter.vue.d.ts +78 -0
  116. package/components/dialog/v4/DialogFooter.vue.js +7 -0
  117. package/components/dialog/v4/DialogFooter.vue2.js +60 -0
  118. package/components/dialog/v4/DialogHeader.vue.d.ts +60 -0
  119. package/components/dialog/v4/DialogHeader.vue.js +7 -0
  120. package/components/dialog/v4/DialogHeader.vue2.js +58 -0
  121. package/components/dialog/v4/DialogV4.vue.d.ts +9 -9
  122. package/components/dialog/v4/DialogV4.vue.js +3 -3
  123. package/components/dialog/v4/DialogV4.vue2.js +65 -107
  124. package/components/dialog/v4/index.d.ts +157 -157
  125. package/components/dropdown/v3/Dropdown.vue.d.ts +1 -1
  126. package/components/dropdown/v3/index.d.ts +20 -20
  127. package/components/dropdown/v4/ConditionalDropdown.vue.js +3 -3
  128. package/components/dropdown/v4/ConditionalDropdown.vue2.js +194 -187
  129. package/components/dropdown/v4/DropdownV4.vue.d.ts +7 -0
  130. package/components/dropdown/v4/DropdownV4.vue.js +3 -3
  131. package/components/dropdown/v4/DropdownV4.vue2.js +118 -107
  132. package/components/dropdown/v4/OptionV4.vue.d.ts +5 -0
  133. package/components/dropdown/v4/OptionV4.vue.js +3 -3
  134. package/components/dropdown/v4/OptionV4.vue2.js +83 -70
  135. package/components/dropdown/v4/TreeDropdown.vue.d.ts +10 -0
  136. package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
  137. package/components/dropdown/v4/TreeDropdown.vue2.js +155 -151
  138. package/components/dropdown/v4/index.d.ts +81 -3
  139. package/components/emptyState/v4/EmptyStateV4.vue.d.ts +5 -0
  140. package/components/emptyState/v4/EmptyStateV4.vue.js +2 -2
  141. package/components/emptyState/v4/EmptyStateV4.vue2.js +37 -34
  142. package/components/emptyState/v4/index.d.ts +20 -1
  143. package/components/includeExclude/IncludeExcludeChipFilter.vue.d.ts +1 -1
  144. package/components/includeExclude/IncludeExcludeOption.vue.d.ts +1 -1
  145. package/components/includeExclude/IncludeExcludeOptionDraggable.vue.d.ts +1 -1
  146. package/components/includeExclude/index.d.ts +70 -70
  147. package/components/input/v4/TextField.vue.d.ts +12 -0
  148. package/components/input/v4/TextField.vue.js +3 -3
  149. package/components/input/v4/TextField.vue2.js +129 -105
  150. package/components/input/v4/index.d.ts +46 -2
  151. package/components/link/Link.vue.d.ts +95 -0
  152. package/components/link/Link.vue.js +7 -0
  153. package/components/link/Link.vue2.js +65 -0
  154. package/components/link/index.d.ts +296 -0
  155. package/components/link/index.js +6 -0
  156. package/components/radioButton/v3/RadioButton.vue.d.ts +5 -0
  157. package/components/radioButton/v3/RadioButton.vue.js +3 -3
  158. package/components/radioButton/v3/RadioButton.vue2.js +42 -39
  159. package/components/radioButton/v3/index.d.ts +20 -1
  160. package/components/sortableList/LoaderBars.vue.d.ts +34 -0
  161. package/components/sortableList/LoaderBars.vue.js +7 -0
  162. package/components/sortableList/LoaderBars.vue2.js +25 -0
  163. package/components/sortableList/SortableItem.vue.d.ts +17 -2
  164. package/components/sortableList/SortableItem.vue.js +5 -5
  165. package/components/sortableList/SortableItem.vue2.js +86 -70
  166. package/components/sortableList/SortableItemLabel.vue.js +3 -3
  167. package/components/sortableList/SortableItemLabel.vue2.js +26 -23
  168. package/components/sortableList/SortableList.types.d.ts +1 -0
  169. package/components/sortableList/SortableList.vue.d.ts +12 -2
  170. package/components/sortableList/SortableList.vue.js +5 -5
  171. package/components/sortableList/SortableList.vue2.js +111 -113
  172. package/components/sortableList/SortableSelectableList.vue.d.ts +107 -0
  173. package/components/sortableList/SortableSelectableList.vue.js +7 -0
  174. package/components/sortableList/SortableSelectableList.vue2.js +128 -0
  175. package/components/sortableList/composables/useDraggableHelpers.d.ts +5 -0
  176. package/components/sortableList/composables/useDraggableHelpers.js +20 -0
  177. package/components/sortableList/composables/useHoverEffect.js +1 -1
  178. package/components/sortableList/consts.d.ts +2 -0
  179. package/components/sortableList/consts.js +4 -2
  180. package/components/sortableList/index.d.ts +77 -39
  181. package/components/table/common/consts.d.ts +2 -0
  182. package/components/table/common/consts.js +6 -4
  183. package/components/table/v4/DataGrid.vue.d.ts +12 -7
  184. package/components/table/v4/DataGrid.vue.js +4 -4
  185. package/components/table/v4/DataGrid.vue2.js +273 -268
  186. package/components/table/v4/DataGridContainer.vue.d.ts +10 -0
  187. package/components/table/v4/DataGridContainer.vue.js +7 -0
  188. package/components/table/v4/DataGridContainer.vue2.js +19 -0
  189. package/components/table/v4/DataGridHeader.vue.d.ts +85 -0
  190. package/components/table/v4/DataGridHeader.vue.js +7 -0
  191. package/components/table/v4/DataGridHeader.vue2.js +84 -0
  192. package/components/table/v4/DataGridRowsCounter.vue.js +3 -3
  193. package/components/table/v4/DataGridRowsCounter.vue2.js +12 -12
  194. package/components/table/v4/MultipleDataGrid.vue.d.ts +8 -7
  195. package/components/table/v4/MultipleDataGrid.vue.js +2 -2
  196. package/components/table/v4/MultipleDataGrid.vue2.js +92 -90
  197. package/components/table/v4/index.d.ts +646 -332
  198. package/components/table/v4/index.js +11 -5
  199. package/components/table/v4/storyUtils.d.ts +25 -0
  200. package/components/tagsField/TagsField.types.d.ts +4 -0
  201. package/components/tagsField/TagsField.vue.d.ts +65 -0
  202. package/components/tagsField/TagsField.vue.js +7 -0
  203. package/components/tagsField/TagsField.vue2.js +90 -0
  204. package/components/tagsField/TagsFieldChip.vue.d.ts +45 -0
  205. package/components/tagsField/TagsFieldChip.vue.js +7 -0
  206. package/components/tagsField/TagsFieldChip.vue2.js +81 -0
  207. package/components/tagsField/consts.d.ts +1 -0
  208. package/components/tagsField/consts.js +4 -0
  209. package/components/tagsField/index.d.ts +75 -0
  210. package/components/tagsField/index.js +6 -0
  211. package/components/tooltip/v4/TooltipV4.vue.d.ts +5 -0
  212. package/components/tooltip/v4/TooltipV4.vue.js +2 -2
  213. package/components/tooltip/v4/TooltipV4.vue2.js +18 -17
  214. package/components/tooltip/v4/index.d.ts +20 -1
  215. package/index.d.ts +2675 -1649
  216. package/index.js +137 -121
  217. package/package.json +18 -1
  218. package/testids/index.d.ts +47 -1
  219. package/testids/index.js +40 -32
  220. package/utils/date.d.ts +1 -0
  221. package/utils/date.js +9 -0
  222. package/utils/formatNumbers.d.ts +1 -1
  223. package/utils/formatNumbers.js +38 -21
  224. package/utils/object.d.ts +2 -0
  225. package/utils/object.js +9 -5
  226. package/utils/search.js +1 -1
  227. package/Chart.vue_vue_type_style_index_0_scoped_e8f25a03_lang.css +0 -1
  228. package/ChartHeader.vue_vue_type_style_index_0_scoped_af520313_lang.css +0 -1
  229. package/ChartHeaderTrend.vue_vue_type_style_index_0_scoped_db8a902c_lang.css +0 -1
  230. package/ChartLegend.vue_vue_type_style_index_0_scoped_6103d8bd_lang.css +0 -1
  231. package/ChartPlane.vue_vue_type_style_index_0_scoped_4f67d41d_lang.css +0 -1
  232. package/ChartTooltip.vue_vue_type_style_index_0_scoped_e53c6287_lang.css +0 -1
  233. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_f5204c04_lang.css +0 -1
  234. package/DataGrid.vue_vue_type_style_index_0_scoped_b21a79b1_lang.css +0 -1
  235. package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_ef699ec5_lang.css +0 -1
  236. package/DialogV4.vue_vue_type_style_index_0_scoped_eb226e31_lang.css +0 -1
  237. package/DropdownV4.vue_vue_type_style_index_0_scoped_934163c0_lang.css +0 -1
  238. package/EmptyStateV4.vue_vue_type_style_index_0_scoped_18728498_lang.css +0 -1
  239. package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_020a9896_lang.css +0 -1
  240. package/OptionV4.vue_vue_type_style_index_0_scoped_0287cebf_lang.css +0 -1
  241. package/RadioButton.vue_vue_type_style_index_0_scoped_3c6b715c_lang.css +0 -1
  242. package/SortableItem.vue_vue_type_style_index_0_scoped_48542664_lang.css +0 -1
  243. package/SortableItemLabel.vue_vue_type_style_index_0_scoped_f2ced2f4_lang.css +0 -1
  244. package/SortableList.vue_vue_type_style_index_0_scoped_8f267f88_lang.css +0 -1
  245. package/TextField.vue_vue_type_style_index_0_scoped_fce3948c_lang.css +0 -1
  246. package/TooltipHeader.vue_vue_type_style_index_0_scoped_3b15c693_lang.css +0 -1
  247. package/TooltipV4.vue_vue_type_style_index_0_scoped_bcb40ed4_lang.css +0 -1
  248. package/TreeDropdown.vue_vue_type_style_index_0_scoped_4ba9e4bd_lang.css +0 -1
@@ -1,51 +1,56 @@
1
- import "../../Chart.vue_vue_type_style_index_0_scoped_e8f25a03_lang.css"; import { defineComponent as U, ref as O, computed as n, openBlock as s, createElementBlock as m, Fragment as C, createBlock as I, unref as i, isRef as b, withCtx as d, renderSlot as u, createCommentVNode as D, createElementVNode as k, mergeProps as g, normalizeClass as E, createVNode as L, createSlots as N, renderList as M } from "vue";
2
- import { useVModel as A } from "@vueuse/core";
3
- import $ from "./ChartLegend.vue.js";
4
- import K from "./SettingsHeader.vue.js";
5
- import B from "./ChartPlane.vue.js";
1
+ import "../../Chart.vue_vue_type_style_index_0_scoped_060d02be_lang.css"; import { defineComponent as P, ref as U, computed as n, openBlock as d, createElementBlock as b, Fragment as S, createBlock as D, unref as l, isRef as y, withCtx as s, renderSlot as u, createCommentVNode as A, createElementVNode as L, mergeProps as g, normalizeClass as $, createVNode as k, createSlots as M, renderList as R } from "vue";
2
+ import { useVModel as B } from "@vueuse/core";
3
+ import K from "./ChartLegend.vue.js";
4
+ import X from "./SettingsHeader.vue.js";
5
+ import V from "./ChartPlane.vue.js";
6
6
  import { useColorsMap as z } from "./composables/useColorsMap.js";
7
- import { DEFAULT_TICK_COUNT as R, DEFAULT_MIN_VISIBLE as X, DEFAULT_MAX_VISIBLE as Y } from "./consts.js";
8
- import { ChartType as j, DateInterval as q, TooltipOrder as G, TrendDirection as J } from "./types.js";
9
- import { useChartHeight as Q } from "./composables/useChartHeight.js";
10
- import { TotalType as W, calculateTotal as Z } from "../../utils/totals.js";
11
- const _ = {
7
+ import { DEFAULT_TICK_COUNT as G, DEFAULT_MIN_VISIBLE as Y, DEFAULT_MAX_VISIBLE as j } from "./consts.js";
8
+ import { ChartType as q, DateInterval as J, TooltipOrder as Q, TrendDirection as W } from "./types.js";
9
+ import { useChartHeight as Z } from "./composables/useChartHeight.js";
10
+ import { TotalType as _, calculateTotal as tt } from "../../utils/totals.js";
11
+ import { useTestIdAttrs as et } from "../../utils/testIds.js";
12
+ import { ChartTestIdModifiers as p } from "../../testids/index.js";
13
+ const at = {
12
14
  key: 0,
13
15
  class: "chart-sidebar"
14
- }, ue = /* @__PURE__ */ U({
16
+ }, mt = /* @__PURE__ */ P({
15
17
  __name: "Chart",
16
18
  props: {
17
19
  dataSets: { default: () => [] },
18
20
  visibleIds: { default: () => [] },
19
- chartType: { default: j.Line },
21
+ chartType: { default: q.Line },
20
22
  parsing: { default: void 0 },
21
23
  xAxisFormat: { default: "string" },
22
24
  yAxisFormat: { default: "number" },
23
- xAxisDateInterval: { default: q.DAILY },
24
- tickCount: { default: R },
25
+ xAxisDateInterval: { default: J.DAILY },
26
+ tickCount: { default: G },
25
27
  truncateTickLabels: { type: Boolean, default: !1 },
26
28
  loading: { type: Boolean, default: !1 },
27
29
  empty: { type: Boolean, default: !1 },
28
30
  withAnimation: { type: Boolean, default: !0 },
29
31
  totalsChart: { type: Boolean, default: !1 },
30
- tooltipTotalType: { default: W.Total },
31
- tooltipTotalCalcFn: { type: Function, default: Z },
32
- tooltipOrder: { default: G.Legend },
32
+ tooltipTotalType: { default: _.Total },
33
+ tooltipTotalCalcFn: { type: Function, default: tt },
34
+ tooltipOrder: { default: Q.Legend },
33
35
  valueSuffix: { default: "" },
34
36
  valuePrefix: { default: "" },
37
+ indicateIncompleteData: { type: Boolean, default: !1 },
38
+ tooltipExcludeTotalItem: { type: Boolean, default: !1 },
39
+ testId: { default: "" },
35
40
  header: { default: "" },
36
41
  subheader: { default: "" },
37
42
  subheaderTooltip: { default: null },
38
43
  keepSubheaderVisible: { type: Boolean, default: !1 },
39
44
  trendValue: { default: null },
40
- trendDirection: { default: J.UP },
45
+ trendDirection: { default: W.UP },
41
46
  trendTooltip: { default: null },
42
47
  noteText: { default: "" },
43
48
  noDataIcon: { default: "file-search" },
44
49
  noDataTitle: { default: "No data to display" },
45
50
  noDataSubtitle: { default: "Search again with different filters" },
46
51
  hideLegend: { type: Boolean, default: !1 },
47
- minVisible: { default: X },
48
- maxVisible: { default: Y },
52
+ minVisible: { default: Y },
53
+ maxVisible: { default: j },
49
54
  maxLimitTooltipText: { default: "" },
50
55
  sortSelected: { default: null },
51
56
  sortOptions: { default: () => [] },
@@ -53,123 +58,134 @@ const _ = {
53
58
  fullHeight: { type: Boolean, default: !1 },
54
59
  fullHeightBottomSpacing: { default: 50 },
55
60
  withSettingsHeader: { type: Boolean, default: !0 },
56
- extraCharts: { default: () => [] }
61
+ extraCharts: { default: () => [] },
62
+ colorVariant: { default: "default" }
57
63
  },
58
64
  emits: ["update:chartType", "update:visibleIds", "update:sortSelected"],
59
- setup(a, { emit: p }) {
60
- const e = a, r = A(e, "chartType", p), c = A(e, "sortSelected", p), h = O(null), y = n(() => ({
61
- dataSets: e.dataSets,
62
- visibleIds: e.visibleIds,
63
- parsing: e.parsing,
64
- xAxisFormat: e.xAxisFormat,
65
- yAxisFormat: e.yAxisFormat,
66
- xAxisDateInterval: e.xAxisDateInterval,
67
- tickCount: e.tickCount,
68
- truncateTickLabels: e.truncateTickLabels,
69
- header: e.header,
70
- subheader: e.subheader,
71
- noteText: e.noteText,
72
- loading: e.loading,
73
- empty: e.empty,
74
- noDataIcon: e.noDataIcon,
75
- noDataTitle: e.noDataTitle,
76
- noDataSubtitle: e.noDataSubtitle,
77
- withAnimation: e.withAnimation,
78
- typeSwitcher: !e.withSettingsHeader,
79
- height: P.value,
80
- compactHeader: x.value > 1,
81
- trendValue: e.trendValue,
82
- trendDirection: e.trendDirection,
83
- trendTooltip: e.trendTooltip,
84
- totalsChart: e.totalsChart,
85
- subheaderTooltip: e.subheaderTooltip,
86
- keepSubheaderVisible: e.keepSubheaderVisible,
87
- colorsMap: f.value,
88
- tooltipTotalType: e.tooltipTotalType,
89
- tooltipTotalCalcFn: e.tooltipTotalCalcFn,
90
- tooltipOrder: e.tooltipOrder,
65
+ setup(e, { emit: c }) {
66
+ const t = e, r = B(t, "chartType", c), f = B(t, "sortSelected", c), h = U(null), v = n(() => ({
67
+ dataSets: t.dataSets,
68
+ visibleIds: t.visibleIds,
69
+ parsing: t.parsing,
70
+ xAxisFormat: t.xAxisFormat,
71
+ yAxisFormat: t.yAxisFormat,
72
+ xAxisDateInterval: t.xAxisDateInterval,
73
+ tickCount: t.tickCount,
74
+ truncateTickLabels: t.truncateTickLabels,
75
+ header: t.header,
76
+ subheader: t.subheader,
77
+ noteText: t.noteText,
78
+ loading: t.loading,
79
+ empty: t.empty,
80
+ noDataIcon: t.noDataIcon,
81
+ noDataTitle: t.noDataTitle,
82
+ noDataSubtitle: t.noDataSubtitle,
83
+ withAnimation: t.withAnimation,
84
+ typeSwitcher: !t.withSettingsHeader,
85
+ height: N.value,
86
+ compactHeader: C.value > 1,
87
+ trendValue: t.trendValue,
88
+ trendDirection: t.trendDirection,
89
+ trendTooltip: t.trendTooltip,
90
+ totalsChart: t.totalsChart,
91
+ subheaderTooltip: t.subheaderTooltip,
92
+ keepSubheaderVisible: t.keepSubheaderVisible,
93
+ colorsMap: m.value,
94
+ tooltipTotalType: t.tooltipTotalType,
95
+ tooltipTotalCalcFn: t.tooltipTotalCalcFn,
96
+ tooltipOrder: t.tooltipOrder,
91
97
  highlightedId: h.value,
92
- valueSuffix: e.valueSuffix,
93
- valuePrefix: e.valuePrefix
94
- })), V = n(() => e.dataSets), T = n(() => e.visibleIds), v = n(() => e.extraCharts.length), x = n(() => 1 + v.value), F = (t) => t === v.value - 1, { colorsMap: f } = z({
95
- dataSets: V,
96
- visibleIds: T
97
- }), w = n(() => e.dataSets.map((t) => ({
98
- id: t.id,
99
- label: t.label,
100
- caption: t.caption || null,
101
- color: f.value[t.id] || null,
102
- icon: t.icon || null,
103
- iconType: t.iconType || "branded"
104
- }))), { containerProps: H, eachPlaneHeight: P } = Q({
105
- chartPlanesCount: x,
106
- useFullHeight: e.fullHeight,
107
- bottomSpacing: e.fullHeightBottomSpacing
108
- });
109
- return (t, o) => (s(), m(C, null, [
110
- a.withSettingsHeader ? (s(), I(K, {
98
+ valueSuffix: t.valueSuffix,
99
+ valuePrefix: t.valuePrefix,
100
+ indicateIncompleteData: t.indicateIncompleteData,
101
+ tooltipExcludeTotalItem: t.tooltipExcludeTotalItem,
102
+ testId: t.testId
103
+ })), E = n(() => t.dataSets), I = n(() => t.visibleIds), x = n(() => t.extraCharts.length), C = n(() => 1 + x.value), F = (a) => a === x.value - 1, { colorsMap: m } = z({
104
+ dataSets: E,
105
+ visibleIds: I,
106
+ variant: t.colorVariant
107
+ }), w = n(() => t.dataSets.map((a) => ({
108
+ id: a.id,
109
+ label: a.label,
110
+ caption: a.caption || null,
111
+ color: m.value[a.id] || null,
112
+ icon: a.icon || null,
113
+ iconType: a.iconType || "branded"
114
+ }))), { containerProps: H, eachPlaneHeight: N } = Z({
115
+ chartPlanesCount: C,
116
+ useFullHeight: t.fullHeight,
117
+ bottomSpacing: t.fullHeightBottomSpacing
118
+ }), O = et(t.testId, p);
119
+ return (a, i) => (d(), b(S, null, [
120
+ e.withSettingsHeader ? (d(), D(X, {
111
121
  key: 0,
112
- "chart-type": i(r),
113
- "onUpdate:chart-type": o[0] || (o[0] = (l) => b(r) ? r.value = l : null),
114
- "hide-legend": a.hideLegend
122
+ "chart-type": l(r),
123
+ "onUpdate:chart-type": i[0] || (i[0] = (o) => y(r) ? r.value = o : null),
124
+ "hide-legend": e.hideLegend,
125
+ "test-id": e.testId
115
126
  }, {
116
- "before-chart-type": d(() => [
117
- u(t.$slots, "before-chart-type", {}, void 0, !0)
127
+ "before-chart-type": s(() => [
128
+ u(a.$slots, "before-chart-type", {}, void 0, !0)
118
129
  ]),
119
- metric: d(() => [
120
- u(t.$slots, "metric", {}, void 0, !0)
130
+ metric: s(() => [
131
+ u(a.$slots, "metric", {}, void 0, !0)
121
132
  ]),
122
- breakdowns: d(() => [
123
- u(t.$slots, "breakdowns", {}, void 0, !0)
133
+ breakdowns: s(() => [
134
+ u(a.$slots, "breakdowns", {}, void 0, !0)
124
135
  ]),
125
136
  _: 3
126
- }, 8, ["chart-type", "hide-legend"])) : D("", !0),
127
- k("div", g({ class: "chart-container" }, i(H)), [
128
- k("section", {
129
- class: E(["chart-planes", [{ "with-legend": !a.hideLegend }]])
137
+ }, 8, ["chart-type", "hide-legend", "test-id"])) : A("", !0),
138
+ L("div", g({ class: "chart-container" }, {
139
+ ...l(H),
140
+ ...l(O)[l(p).CONTAINER]
141
+ }), [
142
+ L("section", {
143
+ class: $(["chart-planes", [{ "with-legend": !e.hideLegend }]])
130
144
  }, [
131
- L(B, g({
132
- "chart-type": i(r),
133
- "onUpdate:chart-type": o[1] || (o[1] = (l) => b(r) ? r.value = l : null)
134
- }, i(y)), N({ _: 2 }, [
135
- t.$slots["subheader-tooltip"] ? {
145
+ k(V, g({
146
+ "chart-type": l(r),
147
+ "onUpdate:chart-type": i[1] || (i[1] = (o) => y(r) ? r.value = o : null)
148
+ }, l(v)), M({ _: 2 }, [
149
+ a.$slots["subheader-tooltip"] ? {
136
150
  name: "subheader-tooltip",
137
- fn: d(() => [
138
- u(t.$slots, "subheader-tooltip", {}, void 0, !0)
151
+ fn: s(() => [
152
+ u(a.$slots, "subheader-tooltip", {}, void 0, !0)
139
153
  ]),
140
154
  key: "0"
141
155
  } : void 0
142
156
  ]), 1040, ["chart-type"]),
143
- (s(!0), m(C, null, M(a.extraCharts, (l, S) => (s(), I(B, g({
144
- key: S,
157
+ (d(!0), b(S, null, R(e.extraCharts, (o, T) => (d(), D(V, g({
158
+ key: T,
145
159
  class: "extra-chart-plane"
146
- }, { ...i(y), ...l }, {
147
- "chart-type": i(r),
148
- "colors-map": i(f),
160
+ }, { ...l(v), ...o }, {
161
+ "chart-type": l(r),
162
+ "colors-map": l(m),
149
163
  "type-switcher": !1,
150
- "tooltip-respects-top-edge": !F(S)
151
- }), null, 16, ["chart-type", "colors-map", "tooltip-respects-top-edge"]))), 128))
164
+ "tooltip-respects-top-edge": !F(T),
165
+ "test-id": `${e.testId}-${l(p).EXTRA_CHART}-${T}`
166
+ }), null, 16, ["chart-type", "colors-map", "tooltip-respects-top-edge", "test-id"]))), 128))
152
167
  ], 2),
153
- a.hideLegend ? D("", !0) : (s(), m("section", _, [
154
- L($, {
155
- "sort-selected": i(c),
156
- "onUpdate:sort-selected": o[2] || (o[2] = (l) => b(c) ? c.value = l : null),
168
+ e.hideLegend ? A("", !0) : (d(), b("section", at, [
169
+ k(K, {
170
+ "sort-selected": l(f),
171
+ "onUpdate:sort-selected": i[2] || (i[2] = (o) => y(f) ? f.value = o : null),
157
172
  "highlighted-id": h.value,
158
- "onUpdate:highlighted-id": o[3] || (o[3] = (l) => h.value = l),
159
- items: i(w),
160
- "visible-ids": i(T),
161
- "max-limit-tooltip-text": a.maxLimitTooltipText,
162
- "sort-options": a.sortOptions,
163
- "sort-option-name-key": a.sortOptionNameKey,
164
- "min-visible": a.minVisible,
165
- "max-visible": a.maxVisible,
166
- "onUpdate:visibleIds": o[4] || (o[4] = (l) => p("update:visibleIds", l))
167
- }, null, 8, ["sort-selected", "highlighted-id", "items", "visible-ids", "max-limit-tooltip-text", "sort-options", "sort-option-name-key", "min-visible", "max-visible"])
173
+ "onUpdate:highlighted-id": i[3] || (i[3] = (o) => h.value = o),
174
+ items: l(w),
175
+ "visible-ids": l(I),
176
+ "max-limit-tooltip-text": e.maxLimitTooltipText,
177
+ "sort-options": e.sortOptions,
178
+ "sort-option-name-key": e.sortOptionNameKey,
179
+ "min-visible": e.minVisible,
180
+ "max-visible": e.maxVisible,
181
+ "test-id": `${e.testId}-${l(p).LEGEND}`,
182
+ "onUpdate:visibleIds": i[4] || (i[4] = (o) => c("update:visibleIds", o))
183
+ }, null, 8, ["sort-selected", "highlighted-id", "items", "visible-ids", "max-limit-tooltip-text", "sort-options", "sort-option-name-key", "min-visible", "max-visible", "test-id"])
168
184
  ]))
169
185
  ], 16)
170
186
  ], 64));
171
187
  }
172
188
  });
173
189
  export {
174
- ue as default
190
+ mt as default
175
191
  };
@@ -17,6 +17,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
17
17
  trendValue?: string | number;
18
18
  trendDirection?: TrendDirection;
19
19
  noteText?: string;
20
+ testId?: string;
20
21
  }>, {
21
22
  chartType: ChartType;
22
23
  typeSwitcher: boolean;
@@ -28,6 +29,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
28
29
  trendValue: any;
29
30
  trendDirection: TrendDirection;
30
31
  noteText: string;
32
+ testId: string;
31
33
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
32
34
  "update:chartType": (type: ChartType) => void;
33
35
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
@@ -48,6 +50,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
48
50
  trendValue?: string | number;
49
51
  trendDirection?: TrendDirection;
50
52
  noteText?: string;
53
+ testId?: string;
51
54
  }>, {
52
55
  chartType: ChartType;
53
56
  typeSwitcher: boolean;
@@ -59,10 +62,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
59
62
  trendValue: any;
60
63
  trendDirection: TrendDirection;
61
64
  noteText: string;
65
+ testId: string;
62
66
  }>>> & {
63
67
  "onUpdate:chartType"?: (type: ChartType) => any;
64
68
  }, {
65
69
  header: string;
70
+ testId: string;
66
71
  compact: boolean;
67
72
  chartType: ChartType;
68
73
  trendTooltip: any;
@@ -1,7 +1,7 @@
1
1
  import e from "./ChartHeader.vue2.js";
2
2
  /* empty css */import o from "../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../ChartHeader.vue_vue_type_style_index_0_scoped_af520313_lang.css"; //*');
4
- const r = /* @__PURE__ */ o(e, [["__scopeId", "data-v-af520313"]]);
3
+ // import "../../ChartHeader.vue_vue_type_style_index_0_scoped_d90c583e_lang.css"; //*');
4
+ const s = /* @__PURE__ */ o(e, [["__scopeId", "data-v-d90c583e"]]);
5
5
  export {
6
- r as default
6
+ s as default
7
7
  };
@@ -1,11 +1,13 @@
1
- import "../../ChartHeader.vue_vue_type_style_index_0_scoped_af520313_lang.css"; import { defineComponent as k, computed as m, openBlock as r, createElementBlock as C, normalizeClass as S, createElementVNode as c, createVNode as p, createSlots as w, withCtx as f, renderSlot as x, unref as a, createTextVNode as B, toDisplayString as N, createBlock as l, normalizeProps as y, mergeProps as T, createCommentVNode as d, isRef as g } from "vue";
2
- import D from "../typography/v4/Typography.vue.js";
3
- import P from "../switch/v4/SwitchV4.vue.js";
4
- import H from "../chip/v4/ChipV4.vue.js";
5
- import { ChartType as n, TrendDirection as L } from "./types.js";
6
- import b from "./ChartHeaderTrend.vue.js";
7
- import $ from "./SubHeader.vue.js";
8
- const z = { class: "header-texts" }, E = { class: "header-row" }, U = { class: "header-actions" }, I = /* @__PURE__ */ k({
1
+ import "../../ChartHeader.vue_vue_type_style_index_0_scoped_d90c583e_lang.css"; import { defineComponent as I, computed as p, openBlock as o, createElementBlock as S, mergeProps as u, unref as t, createElementVNode as c, createVNode as T, createSlots as w, withCtx as y, renderSlot as x, createTextVNode as B, toDisplayString as E, createBlock as d, normalizeProps as b, createCommentVNode as l, isRef as D } from "vue";
2
+ import H from "../typography/v4/Typography.vue.js";
3
+ import N from "../switch/v4/SwitchV4.vue.js";
4
+ import P from "../chip/v4/ChipV4.vue.js";
5
+ import { ChartType as n, TrendDirection as $ } from "./types.js";
6
+ import V from "./ChartHeaderTrend.vue.js";
7
+ import g from "./SubHeader.vue.js";
8
+ import { useTestIdAttrs as A } from "../../utils/testIds.js";
9
+ import { ChartTestIdModifiers as s } from "../../testids/index.js";
10
+ const L = { class: "header-texts" }, R = { class: "header-row" }, U = { class: "header-actions" }, J = /* @__PURE__ */ I({
9
11
  __name: "ChartHeader",
10
12
  props: {
11
13
  chartType: { default: n.Line },
@@ -16,73 +18,76 @@ const z = { class: "header-texts" }, E = { class: "header-row" }, U = { class: "
16
18
  trendTooltip: { default: null },
17
19
  compact: { type: Boolean, default: !1 },
18
20
  trendValue: { default: null },
19
- trendDirection: { default: L.UP },
20
- noteText: { default: "" }
21
+ trendDirection: { default: $.UP },
22
+ noteText: { default: "" },
23
+ testId: { default: "" }
21
24
  },
22
25
  emits: ["update:chartType"],
23
- setup(e, { emit: V }) {
24
- const o = e, u = [
26
+ setup(e, { emit: v }) {
27
+ const a = e, h = [
25
28
  { id: n.Line, icon: "chart-line-up" },
26
29
  { id: n.Bar, icon: "chart-bar" },
27
30
  { id: n.StackedLine, icon: "chart-line" }
28
- ], i = m({
31
+ ], i = p({
29
32
  get() {
30
- return u.find(({ id: t }) => t === o.chartType);
33
+ return h.find(({ id: r }) => r === a.chartType);
31
34
  },
32
- set(t) {
33
- V("update:chartType", t.id);
35
+ set(r) {
36
+ v("update:chartType", r.id);
34
37
  }
35
- }), s = m(() => ({
36
- value: o.trendValue,
37
- direction: o.trendDirection,
38
- trendTooltip: o.trendTooltip
39
- }));
40
- return (t, h) => (r(), C("div", {
41
- class: S(["chart-header", { "chart-header--compact": e.compact }])
42
- }, [
43
- c("div", z, [
44
- p($, {
38
+ }), m = p(() => ({
39
+ value: a.trendValue,
40
+ direction: a.trendDirection,
41
+ trendTooltip: a.trendTooltip,
42
+ testId: a.testId
43
+ })), k = A(a.testId, s);
44
+ return (r, f) => (o(), S("div", u({
45
+ class: ["chart-header", { "chart-header--compact": e.compact }]
46
+ }, t(k)[t(s).HEADER]), [
47
+ c("div", L, [
48
+ T(g, {
45
49
  subheader: e.subheader,
46
50
  "subheader-tooltip": e.subheaderTooltip,
47
51
  "show-separator": e.compact && (!!e.header || !!e.trendValue)
48
52
  }, w({ _: 2 }, [
49
- t.$slots["subheader-tooltip"] ? {
53
+ r.$slots["subheader-tooltip"] ? {
50
54
  name: "subheader-tooltip",
51
- fn: f(() => [
52
- x(t.$slots, "subheader-tooltip", {}, void 0, !0)
55
+ fn: y(() => [
56
+ x(r.$slots, "subheader-tooltip", {}, void 0, !0)
53
57
  ]),
54
58
  key: "0"
55
59
  } : void 0
56
60
  ]), 1032, ["subheader", "subheader-tooltip", "show-separator"]),
57
- c("div", E, [
58
- p(a(D), {
61
+ c("div", R, [
62
+ T(t(H), {
59
63
  class: "header-text",
60
64
  variant: e.compact ? "h5" : "chart2"
61
65
  }, {
62
- default: f(() => [
63
- B(N(e.header), 1)
66
+ default: y(() => [
67
+ B(E(e.header), 1)
64
68
  ]),
65
69
  _: 1
66
70
  }, 8, ["variant"]),
67
- !e.compact && e.trendValue !== null ? (r(), l(b, y(T({ key: 0 }, a(s))), null, 16)) : d("", !0)
71
+ !e.compact && e.trendValue !== null ? (o(), d(V, b(u({ key: 0 }, t(m))), null, 16)) : l("", !0)
68
72
  ]),
69
- e.compact && e.trendValue !== null ? (r(), l(b, y(T({ key: 0 }, a(s))), null, 16)) : d("", !0)
73
+ e.compact && e.trendValue !== null ? (o(), d(V, b(u({ key: 0 }, t(m))), null, 16)) : l("", !0)
70
74
  ]),
71
75
  c("div", U, [
72
- e.noteText ? (r(), l(a(H), {
76
+ e.noteText ? (o(), d(t(P), {
73
77
  key: 0,
74
78
  label: `Note: ${e.noteText}`
75
- }, null, 8, ["label"])) : d("", !0),
76
- e.typeSwitcher ? (r(), l(a(P), {
79
+ }, null, 8, ["label"])) : l("", !0),
80
+ e.typeSwitcher ? (o(), d(t(N), {
77
81
  key: 1,
78
- modelValue: a(i),
79
- "onUpdate:modelValue": h[0] || (h[0] = (v) => g(i) ? i.value = v : null),
80
- options: u
81
- }, null, 8, ["modelValue"])) : d("", !0)
82
+ modelValue: t(i),
83
+ "onUpdate:modelValue": f[0] || (f[0] = (C) => D(i) ? i.value = C : null),
84
+ options: h,
85
+ "test-id": `${e.testId}-${t(s).TYPE_SWITCHER}`
86
+ }, null, 8, ["modelValue", "test-id"])) : l("", !0)
82
87
  ])
83
- ], 2));
88
+ ], 16));
84
89
  }
85
90
  });
86
91
  export {
87
- I as default
92
+ J as default
88
93
  };
@@ -7,10 +7,12 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
7
7
  rangeCurrent?: string;
8
8
  rangePrevious?: string;
9
9
  };
10
+ testId?: string;
10
11
  }>, {
11
12
  value: any;
12
13
  direction: TrendDirection;
13
14
  trendTooltip: any;
15
+ testId: string;
14
16
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
15
17
  value?: number | string;
16
18
  direction?: TrendDirection;
@@ -19,12 +21,15 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
19
21
  rangeCurrent?: string;
20
22
  rangePrevious?: string;
21
23
  };
24
+ testId?: string;
22
25
  }>, {
23
26
  value: any;
24
27
  direction: TrendDirection;
25
28
  trendTooltip: any;
29
+ testId: string;
26
30
  }>>>, {
27
31
  value: number | string;
32
+ testId: string;
28
33
  direction: TrendDirection;
29
34
  trendTooltip: any;
30
35
  }>;
@@ -1,7 +1,7 @@
1
1
  import e from "./ChartHeaderTrend.vue2.js";
2
2
  /* empty css */import o from "../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../ChartHeaderTrend.vue_vue_type_style_index_0_scoped_db8a902c_lang.css"; //*');
4
- const a = /* @__PURE__ */ o(e, [["__scopeId", "data-v-db8a902c"]]);
3
+ // import "../../ChartHeaderTrend.vue_vue_type_style_index_0_scoped_ca558859_lang.css"; //*');
4
+ const a = /* @__PURE__ */ o(e, [["__scopeId", "data-v-ca558859"]]);
5
5
  export {
6
6
  a as default
7
7
  };