@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,38 +1,40 @@
1
- import "../../ChartPlane.vue_vue_type_style_index_0_scoped_4f67d41d_lang.css"; import { defineComponent as ae, useCssVars as oe, unref as s, computed as l, ref as k, onMounted as le, watch as v, nextTick as re, openBlock as p, createElementBlock as A, createVNode as ie, isRef as ne, createSlots as se, withCtx as ue, renderSlot as de, createCommentVNode as S, createElementVNode as L, normalizeStyle as ce, createBlock as E } from "vue";
2
- import { Chart as P, ArcElement as fe, LineElement as pe, BarElement as he, PointElement as me, LineController as ve, BarController as ye, PieController as Te, ScatterController as Ce, CategoryScale as be, LinearScale as ge, Filler as xe, Tooltip as ke } from "chart.js";
3
- import { HoverVerticalLine as Ae } from "./plugins/HoverVerticalLine.js";
4
- import { prepareTickLabel as Se, formatValue as Le } from "./utils/utils.js";
5
- import { DEFAULT_TICK_COUNT as Ee, TOTALS_HELPER_KEY as w, BASE_COLOR_KEY as V, CHART_PADDING as Re, POINT_BORDER_COLOR as Be, TICK_LABEL_COLOR as N, TICK_LABEL_FONT as F, TICKS_EXTRA_PADDING as De, GRID_LINE_COLOR as K, HEADER_HEIGHT as Oe, COMPACT_HEADER_HEIGHT as Ie, HOVER_AREA_TRANSPARENCY as He, HOVER_TRANSPARENCY as y } from "./consts.js";
6
- import { ChartType as u, DateInterval as Pe, TooltipOrder as M, TrendDirection as we } from "./types.js";
7
- import { useTooltipPosition as Ve } from "./composables/useTooltipPosition.js";
8
- import Ne from "./ChartTooltip.vue.js";
1
+ import "../../ChartPlane.vue_vue_type_style_index_0_scoped_a685cf5e_lang.css"; import { defineComponent as ne, useCssVars as se, unref as n, computed as i, ref as E, onMounted as de, watch as v, nextTick as ce, openBlock as p, createElementBlock as S, createVNode as ue, isRef as fe, createSlots as pe, withCtx as he, renderSlot as me, createCommentVNode as L, createElementVNode as R, normalizeStyle as Te, createBlock as I, mergeProps as ve } from "vue";
2
+ import { Chart as V, ArcElement as ye, LineElement as Ce, BarElement as ge, PointElement as be, LineController as xe, BarController as Ae, PieController as ke, ScatterController as Ee, CategoryScale as Se, LinearScale as Le, Filler as Re, Tooltip as Ie } from "chart.js";
3
+ import { HoverVerticalLine as De } from "./plugins/HoverVerticalLine.js";
4
+ import { prepareTickLabel as Be, formatValue as Oe } from "./utils/utils.js";
5
+ import { DEFAULT_TICK_COUNT as Pe, TOTALS_HELPER_KEY as F, LINE_DASH_STYLE as Ne, BASE_COLOR_KEY as M, CHART_PADDING as He, POINT_BORDER_COLOR as we, TICK_LABEL_COLOR as Y, TICK_LABEL_FONT as K, TICKS_EXTRA_PADDING as Ve, GRID_LINE_COLOR as U, HEADER_HEIGHT as Fe, COMPACT_HEADER_HEIGHT as Me, HOVER_AREA_TRANSPARENCY as Ye, HOVER_TRANSPARENCY as y, CHART_ITEM_TRANSPARENCY as Ke, INCOMPLETE_DATA_BAR_TRANSPARENCY as Ue, STACKED_LINE_TRANSPARENCY as _e } from "./consts.js";
6
+ import { ChartType as d, DateInterval as Ge, TooltipOrder as _, TrendDirection as $e } from "./types.js";
7
+ import { useTooltipPosition as ze } from "./composables/useTooltipPosition.js";
8
+ import We from "./ChartTooltip.vue.js";
9
9
  import { hexColorToRgba as h } from "../../utils/color.js";
10
- import Fe from "./ChartHeader.vue.js";
11
- import { useMemoize as Ke, useVModel as Me } from "@vueuse/core";
12
- import Ue from "../emptyState/v4/EmptyStateV4.vue.js";
13
- import Ye from "./ChartLoader.vue.js";
14
- import { DEFAULT_CHART_COLOR as Ge } from "./colorPalette.js";
15
- import { TotalType as U, calculateTotal as _e } from "../../utils/totals.js";
16
- import { isNullOrUndefined as $e } from "../../utils/utils.js";
17
- import { storeOriginalDatasetColors as ze, restoreOriginalDatasetColors as We } from "./utils/highlightUtils.js";
18
- const Ze = { class: "chart-plane-container" }, Xe = {
10
+ import Ze from "./ChartHeader.vue.js";
11
+ import { useMemoize as Xe, useVModel as je } from "@vueuse/core";
12
+ import qe from "../emptyState/v4/EmptyStateV4.vue.js";
13
+ import Je from "./ChartLoader.vue.js";
14
+ import { DEFAULT_CHART_COLOR as Qe } from "./colorPalette.js";
15
+ import { TotalType as G, calculateTotal as et } from "../../utils/totals.js";
16
+ import { isNullOrUndefined as tt } from "../../utils/utils.js";
17
+ import { storeOriginalDatasetColors as at, restoreOriginalDatasetColors as ot } from "./utils/highlightUtils.js";
18
+ import { useTestIdAttrs as lt } from "../../utils/testIds.js";
19
+ import { ChartTestIdModifiers as $ } from "../../testids/index.js";
20
+ const rt = { class: "chart-plane-container" }, it = {
19
21
  key: 0,
20
22
  class: "header-wrapper"
21
- }, je = {
23
+ }, nt = {
22
24
  key: 1,
23
25
  class: "chart-plane"
24
- }, qe = { class: "chart" }, mt = /* @__PURE__ */ ae({
26
+ }, st = { class: "chart" }, Rt = /* @__PURE__ */ ne({
25
27
  __name: "ChartPlane",
26
28
  props: {
27
29
  dataSets: { default: () => [] },
28
30
  visibleIds: { default: () => [] },
29
31
  highlightedId: { default: null },
30
- chartType: { default: u.Line },
32
+ chartType: { default: d.Line },
31
33
  parsing: { default: void 0 },
32
34
  xAxisFormat: { default: "string" },
33
35
  yAxisFormat: { default: "number" },
34
- xAxisDateInterval: { default: Pe.DAILY },
35
- tickCount: { default: Ee },
36
+ xAxisDateInterval: { default: Ge.DAILY },
37
+ tickCount: { default: Pe },
36
38
  truncateTickLabels: { type: Boolean, default: !1 },
37
39
  header: { default: "" },
38
40
  subheader: { default: "" },
@@ -49,51 +51,54 @@ const Ze = { class: "chart-plane-container" }, Xe = {
49
51
  compactHeader: { type: Boolean, default: !1 },
50
52
  noteText: { default: "" },
51
53
  tooltipRespectsTopEdge: { type: Boolean, default: !0 },
52
- tooltipTotalType: { default: U.Total },
53
- tooltipTotalCalcFn: { type: Function, default: _e },
54
- tooltipOrder: { default: M.Legend },
54
+ tooltipTotalType: { default: G.Total },
55
+ tooltipTotalCalcFn: { type: Function, default: et },
56
+ tooltipOrder: { default: _.Legend },
55
57
  trendValue: { default: null },
56
- trendDirection: { default: we.UP },
58
+ trendDirection: { default: $e.UP },
57
59
  trendTooltip: { default: null },
58
60
  totalsChart: { type: Boolean, default: !1 },
59
61
  colorsMap: { default: () => ({}) },
60
62
  valueSuffix: { default: "" },
61
- valuePrefix: { default: "" }
63
+ valuePrefix: { default: "" },
64
+ indicateIncompleteData: { type: Boolean, default: !1 },
65
+ tooltipExcludeTotalItem: { type: Boolean, default: !1 },
66
+ testId: { default: "" }
62
67
  },
63
68
  emits: ["update:chartType"],
64
- setup(o, { emit: Y }) {
69
+ setup(o, { emit: z }) {
65
70
  const e = o;
66
- oe((t) => ({
67
- "11153e48": s(q),
68
- 30644433: o.height
71
+ se((t) => ({
72
+ "6a964917": n(oe),
73
+ "322ee3fc": o.height
69
74
  }));
70
- const G = Ke(Se);
71
- P.register(
72
- fe,
73
- pe,
74
- he,
75
- me,
76
- ve,
75
+ const W = Xe(Be);
76
+ V.register(
77
77
  ye,
78
- Te,
79
78
  Ce,
80
- be,
81
79
  ge,
80
+ be,
82
81
  xe,
82
+ Ae,
83
83
  ke,
84
- Ae
84
+ Ee,
85
+ Se,
86
+ Le,
87
+ Re,
88
+ Ie,
89
+ De
85
90
  );
86
- const T = Me(e, "chartType", Y), _ = l(
91
+ const C = je(e, "chartType", z), Z = i(
87
92
  () => e.withAnimation ? "" : "none"
88
- ), m = k(null);
89
- let n = null;
90
- const R = l(() => e.empty || e.dataSets.length === 0), c = l(() => !e.loading && !R.value), C = () => {
91
- m.value && (n && n.destroy(), n = new P(m.value, O.value));
92
- }, $ = () => {
93
- n && (n.data.datasets = D.value, n.options = O.value.options, n.update(_.value));
93
+ ), T = E(null);
94
+ let s = null;
95
+ const D = i(() => e.empty || e.dataSets.length === 0), u = i(() => !e.loading && !D.value), g = () => {
96
+ T.value && (s && s.destroy(), s = new V(T.value, P.value));
97
+ }, X = () => {
98
+ s && (s.data.datasets = O.value, s.options = P.value.options, s.update(Z.value));
94
99
  };
95
- le(C), v(() => e.chartType, C), v(c, async (t) => {
96
- t && (await re(), C());
100
+ de(g), v(() => e.chartType, g), v(u, async (t) => {
101
+ t && (await ce(), g());
97
102
  }), v(
98
103
  [
99
104
  () => e.visibleIds,
@@ -101,33 +106,40 @@ const Ze = { class: "chart-plane-container" }, Xe = {
101
106
  () => e.valuePrefix,
102
107
  () => e.valueSuffix
103
108
  ],
104
- $
109
+ X
105
110
  );
106
- const f = l(() => e.totalsChart), b = l(
107
- () => e.chartType === u.StackedLine || e.chartType === u.StackedBar || f.value
108
- ), g = l(
109
- () => e.chartType === u.Line || e.chartType === u.StackedLine
110
- ), z = l(() => f.value && !e.parsing.xAxisKey ? { ...e.parsing, xAxisKey: w } : e.parsing), W = l(() => f.value ? e.dataSets.map((t) => ({
111
+ const f = i(() => e.totalsChart), b = i(
112
+ () => e.chartType === d.StackedLine || e.chartType === d.StackedBar || f.value
113
+ ), x = i(
114
+ () => e.chartType === d.Line || e.chartType === d.StackedLine
115
+ ), j = i(() => f.value && !e.parsing.xAxisKey ? { ...e.parsing, xAxisKey: F } : e.parsing), q = i(() => f.value ? e.dataSets.map((t) => ({
111
116
  ...t,
112
- data: t.data.map((i) => ({
113
- ...i,
114
- [w]: t.label
117
+ data: t.data.map((r) => ({
118
+ ...r,
119
+ [F]: t.label
115
120
  }))
116
- })) : e.dataSets), x = l(
117
- () => W.value.filter((t) => e.visibleIds.includes(t.id))
118
- ), Z = (t) => e.colorsMap[t] || Ge, B = l(
119
- () => x.value.length && x.value.every(
121
+ })) : e.dataSets), A = i(
122
+ () => q.value.filter((t) => e.visibleIds.includes(t.id))
123
+ ), J = (t) => e.colorsMap[t] || Qe, B = i(
124
+ () => A.value.length && A.value.every(
120
125
  (t) => t.data.length === 1
121
126
  )
122
- ), D = l(() => x.value.map((t, i) => {
123
- const a = Z(t.id), r = b.value ? i !== 0 ? "-1" : "start" : void 0;
127
+ ), Q = (t) => (r) => {
128
+ const a = r.chart.data.labels.length - 1;
129
+ let l = Ke;
130
+ return e.chartType === d.Bar && e.indicateIncompleteData && r.index === a ? l = Ue : e.chartType === d.StackedLine && (l = _e), h(t, l);
131
+ }, O = i(() => A.value.map((t, r) => {
132
+ const a = J(t.id), l = b.value ? r !== 0 ? "-1" : "start" : void 0, m = e.indicateIncompleteData ? {
133
+ borderDash: (w) => {
134
+ if (w.p1DataIndex === w.chart.data.labels.length - 1)
135
+ return Ne;
136
+ }
137
+ } : void 0, k = Q(a);
124
138
  return {
125
139
  ...t,
126
- fill: r,
127
- backgroundColor: h(
128
- a,
129
- e.chartType === u.StackedLine ? 10 : 70
130
- ),
140
+ fill: l,
141
+ segment: m,
142
+ backgroundColor: k,
131
143
  borderColor: a,
132
144
  pointBackgroundColor: a,
133
145
  pointHoverBorderColor: a,
@@ -136,20 +148,22 @@ const Ze = { class: "chart-plane-container" }, Xe = {
136
148
  // draw a bit outside the chart area
137
149
  icon: t.icon || null,
138
150
  iconType: t.iconType || "branded",
139
- [V]: a
151
+ [M]: a
140
152
  // store base color for later use
141
153
  };
142
- })), X = l(
143
- () => e.tooltipTotalType === U.Total ? "Total" : "Mean"
144
- ), O = l(() => ({
145
- type: e.chartType == u.Bar || e.chartType === u.StackedBar ? "bar" : "line",
154
+ })), ee = i(
155
+ () => e.tooltipTotalType === G.Total ? "Total" : "Mean"
156
+ ), te = (t) => t.filter(
157
+ (r) => !r.dataset.isTotal
158
+ ), P = i(() => ({
159
+ type: e.chartType == d.Bar || e.chartType === d.StackedBar ? "bar" : "line",
146
160
  // Chart Data
147
161
  data: {
148
- datasets: D.value
162
+ datasets: O.value
149
163
  },
150
164
  // Chart Options
151
165
  options: {
152
- parsing: z.value,
166
+ parsing: j.value,
153
167
  interaction: {
154
168
  intersect: !1,
155
169
  mode: f.value ? "point" : "index",
@@ -159,27 +173,27 @@ const Ze = { class: "chart-plane-container" }, Xe = {
159
173
  plugins: {
160
174
  legend: { display: !1 },
161
175
  title: { display: !1 },
162
- hoverVerticalLine: g.value,
176
+ hoverVerticalLine: x.value,
163
177
  // tooltip
164
178
  tooltip: {
165
179
  enabled: !1,
166
180
  position: "average",
167
181
  external: ({ tooltip: t }) => {
168
- d.value = { ...t };
182
+ c.value = { ...t };
169
183
  },
170
184
  callbacks: {
171
185
  footer: (t) => {
172
- const i = t.map((r) => r.parsed.y || 0), a = e.tooltipTotalCalcFn(
173
- i,
186
+ const a = (e.tooltipExcludeTotalItem && t.length > 1 ? te(t) : t).map((m) => m.parsed.y || 0), l = e.tooltipTotalCalcFn(
187
+ a,
174
188
  e.tooltipTotalType
175
189
  );
176
- return [X.value, String(a)];
190
+ return [ee.value, String(l)];
177
191
  }
178
192
  },
179
- itemSort: (t, i) => {
180
- if (e.tooltipOrder === M.YAxis) {
181
- const a = t.parsed.y || 0, r = i.parsed.y || 0;
182
- return a === r ? 0 : a > r ? -1 : 1;
193
+ itemSort: (t, r) => {
194
+ if (e.tooltipOrder === _.YAxis) {
195
+ const a = t.parsed.y || 0, l = r.parsed.y || 0;
196
+ return a === l ? 0 : a > l ? -1 : 1;
183
197
  }
184
198
  return 0;
185
199
  }
@@ -189,13 +203,13 @@ const Ze = { class: "chart-plane-container" }, Xe = {
189
203
  responsive: !0,
190
204
  maintainAspectRatio: !1,
191
205
  layout: {
192
- padding: Re
206
+ padding: He
193
207
  },
194
208
  // basic styles
195
209
  elements: {
196
210
  line: {
197
211
  borderWidth: 2,
198
- tension: 0.3
212
+ tension: 0
199
213
  },
200
214
  point: {
201
215
  radius: B.value ? 3 : 1,
@@ -203,7 +217,7 @@ const Ze = { class: "chart-plane-container" }, Xe = {
203
217
  borderWidth: 0,
204
218
  hoverRadius: 4,
205
219
  hoverBorderWidth: 2,
206
- pointHoverBackgroundColor: Be
220
+ pointHoverBackgroundColor: we
207
221
  },
208
222
  bar: {
209
223
  borderRadius: 4
@@ -213,31 +227,31 @@ const Ze = { class: "chart-plane-container" }, Xe = {
213
227
  // Horizontal Axis (X)
214
228
  x: {
215
229
  beginAtZero: !0,
216
- offset: !g.value || B.value,
230
+ offset: !x.value || B.value,
217
231
  border: { display: !1 },
218
232
  stacked: b.value,
219
233
  // stack on top of each other
220
234
  // ticks
221
235
  ticks: {
222
- color: N,
223
- font: F,
236
+ color: Y,
237
+ font: K,
224
238
  padding: 4,
225
239
  maxRotation: 0,
226
240
  autoSkip: !e.truncateTickLabels,
227
241
  autoSkipPadding: 8,
228
- callback: function(t, i, a) {
229
- const r = this.getLabelForValue(t), ee = g.value && !f.value ? a.length - 1 : a.length, te = this.chart.scales?.x?.width / ee - De;
230
- return G({
231
- label: r,
242
+ callback: function(t, r, a) {
243
+ const l = this.getLabelForValue(t), m = x.value && !f.value ? a.length - 1 : a.length, k = this.chart.scales?.x?.width / m - Ve;
244
+ return W({
245
+ label: l,
232
246
  format: e.xAxisFormat,
233
- availableSpace: te,
247
+ availableSpace: k,
234
248
  truncate: e.truncateTickLabels
235
249
  });
236
250
  }
237
251
  },
238
252
  // grid lines
239
253
  grid: {
240
- color: K,
254
+ color: U,
241
255
  drawOnChartArea: !1,
242
256
  drawTicks: !0,
243
257
  drawBorder: !1,
@@ -253,118 +267,121 @@ const Ze = { class: "chart-plane-container" }, Xe = {
253
267
  // stack on top of each other
254
268
  // ticks
255
269
  ticks: {
256
- color: N,
257
- font: F,
270
+ color: Y,
271
+ font: K,
258
272
  count: e.tickCount + 1,
259
273
  padding: 8,
260
274
  min: 0,
261
- callback: (t) => e.valuePrefix + Le(t, e.yAxisFormat) + e.valueSuffix
275
+ callback: (t) => e.valuePrefix + Oe(t, e.yAxisFormat, !0) + e.valueSuffix
262
276
  },
263
277
  // grid lines
264
278
  grid: {
265
- color: K,
279
+ color: U,
266
280
  drawOnChartArea: !0,
267
281
  drawTicks: !1
268
282
  }
269
283
  }
270
284
  }
271
285
  }
272
- })), I = k(null), d = k(null), { position: H } = Ve(
273
- m,
274
- I,
275
- d,
286
+ })), N = E(null), c = E(null), { position: H } = ze(
287
+ T,
288
+ N,
289
+ c,
276
290
  e.tooltipRespectsTopEdge
277
- ), j = l(() => ({
291
+ ), ae = i(() => ({
278
292
  left: `${H.value.left}px`,
279
293
  top: `${H.value.top}px`,
280
- opacity: d.value?.opacity || 0
281
- })), q = l(
282
- () => (e.compactHeader ? Ie : Oe) + "px"
294
+ opacity: c.value?.opacity || 0
295
+ })), oe = i(
296
+ () => (e.compactHeader ? Me : Fe) + "px"
283
297
  );
284
298
  v(
285
299
  () => e.highlightedId,
286
300
  (t) => {
287
- n && ($e(t) ? Q() : J(t), n.update());
301
+ s && (tt(t) ? re() : le(t), s.update());
288
302
  }
289
303
  );
290
- const J = (t) => {
291
- (n?.data.datasets || []).forEach((a) => {
292
- ze(a);
293
- const r = a[V];
294
- a.id === t ? e.chartType === u.StackedLine && (a.backgroundColor = h(
295
- r,
296
- He
297
- )) : (a.backgroundColor = h(r, y), a.borderColor = h(r, y), a.pointBackgroundColor = h(r, y), a.pointHoverBorderColor = h(r, y));
304
+ const le = (t) => {
305
+ (s?.data.datasets || []).forEach((a) => {
306
+ at(a);
307
+ const l = a[M];
308
+ a.id === t ? e.chartType === d.StackedLine && (a.backgroundColor = h(
309
+ l,
310
+ Ye
311
+ )) : (a.backgroundColor = h(l, y), a.borderColor = h(l, y), a.pointBackgroundColor = h(l, y), a.pointHoverBorderColor = h(l, y));
298
312
  });
299
- }, Q = () => {
300
- (n?.data.datasets || []).forEach(We);
301
- };
302
- return (t, i) => (p(), A("div", Ze, [
303
- s(c) || o.keepSubheaderVisible ? (p(), A("div", Xe, [
304
- ie(Fe, {
305
- "chart-type": s(T),
306
- "onUpdate:chart-type": i[0] || (i[0] = (a) => ne(T) ? T.value = a : null),
307
- "type-switcher": s(c) ? o.typeSwitcher : !1,
308
- header: s(c) ? o.header : null,
313
+ }, re = () => {
314
+ (s?.data.datasets || []).forEach(ot);
315
+ }, ie = lt(e.testId, $);
316
+ return (t, r) => (p(), S("div", rt, [
317
+ n(u) || o.keepSubheaderVisible ? (p(), S("div", it, [
318
+ ue(Ze, {
319
+ "chart-type": n(C),
320
+ "onUpdate:chart-type": r[0] || (r[0] = (a) => fe(C) ? C.value = a : null),
321
+ "type-switcher": n(u) ? o.typeSwitcher : !1,
322
+ header: n(u) ? o.header : null,
309
323
  subheader: o.subheader,
310
324
  "subheader-tooltip": o.subheaderTooltip,
311
325
  "trend-tooltip": o.trendTooltip,
312
326
  compact: o.compactHeader,
313
- "trend-value": s(c) ? o.trendValue : null,
327
+ "trend-value": n(u) ? o.trendValue : null,
314
328
  "trend-direction": o.trendDirection,
315
- "note-text": o.noteText
316
- }, se({ _: 2 }, [
329
+ "note-text": o.noteText,
330
+ "test-id": o.testId
331
+ }, pe({ _: 2 }, [
317
332
  t.$slots["subheader-tooltip"] ? {
318
333
  name: "subheader-tooltip",
319
- fn: ue(() => [
320
- de(t.$slots, "subheader-tooltip", {}, void 0, !0)
334
+ fn: he(() => [
335
+ me(t.$slots, "subheader-tooltip", {}, void 0, !0)
321
336
  ]),
322
337
  key: "0"
323
338
  } : void 0
324
- ]), 1032, ["chart-type", "type-switcher", "header", "subheader", "subheader-tooltip", "trend-tooltip", "compact", "trend-value", "trend-direction", "note-text"])
325
- ])) : S("", !0),
326
- s(c) ? (p(), A("section", je, [
327
- L("div", qe, [
328
- L("canvas", {
339
+ ]), 1032, ["chart-type", "type-switcher", "header", "subheader", "subheader-tooltip", "trend-tooltip", "compact", "trend-value", "trend-direction", "note-text", "test-id"])
340
+ ])) : L("", !0),
341
+ n(u) ? (p(), S("section", nt, [
342
+ R("div", st, [
343
+ R("canvas", {
329
344
  ref_key: "chartRef",
330
- ref: m,
345
+ ref: T,
331
346
  class: "chart__canvas"
332
347
  }, null, 512),
333
- L("div", {
348
+ R("div", {
334
349
  ref_key: "tooltipRef",
335
- ref: I,
350
+ ref: N,
336
351
  class: "chart__tooltip",
337
- style: ce(s(j))
352
+ style: Te(n(ae))
338
353
  }, [
339
- d.value ? (p(), E(Ne, {
354
+ c.value ? (p(), I(We, {
340
355
  key: 0,
341
- "totals-chart": s(f),
342
- title: String(d.value.title),
343
- "data-points": d.value.dataPoints,
356
+ "totals-chart": n(f),
357
+ title: String(c.value.title),
358
+ "data-points": c.value.dataPoints,
344
359
  "x-axis-format": o.xAxisFormat,
345
360
  "y-axis-format": o.yAxisFormat,
346
361
  "x-axis-date-interval": o.xAxisDateInterval,
347
- "total-label": d.value.footer?.[0],
348
- "total-value": Number(d.value.footer?.[1]),
362
+ "total-label": c.value.footer?.[0],
363
+ "total-value": Number(c.value.footer?.[1]),
349
364
  "value-suffix": o.valueSuffix,
350
- "value-prefix": o.valuePrefix
351
- }, null, 8, ["totals-chart", "title", "data-points", "x-axis-format", "y-axis-format", "x-axis-date-interval", "total-label", "total-value", "value-suffix", "value-prefix"])) : S("", !0)
365
+ "value-prefix": o.valuePrefix,
366
+ "test-id": o.testId
367
+ }, null, 8, ["totals-chart", "title", "data-points", "x-axis-format", "y-axis-format", "x-axis-date-interval", "total-label", "total-value", "value-suffix", "value-prefix", "test-id"])) : L("", !0)
352
368
  ], 4)
353
369
  ])
354
- ])) : o.loading ? (p(), E(Ye, {
370
+ ])) : o.loading ? (p(), I(Je, ve({
355
371
  key: 2,
356
372
  class: "chart-loading"
357
- })) : s(R) ? (p(), E(s(Ue), {
373
+ }, n(ie)[n($).LOADER]), null, 16)) : n(D) ? (p(), I(n(qe), {
358
374
  key: 3,
359
375
  class: "chart-empty",
360
376
  variant: null,
361
377
  title: o.noDataTitle,
362
378
  subtitle: o.noDataSubtitle,
363
- "icon-name": o.noDataIcon
364
- }, null, 8, ["title", "subtitle", "icon-name"])) : S("", !0)
379
+ "icon-name": o.noDataIcon,
380
+ "test-id": o.testId
381
+ }, null, 8, ["title", "subtitle", "icon-name", "test-id"])) : L("", !0)
365
382
  ]));
366
383
  }
367
384
  });
368
385
  export {
369
- mt as default
386
+ Rt as default
370
387
  };
@@ -176,4 +176,21 @@ export declare const chartStoryArgs: {
176
176
  };
177
177
  options: TooltipOrder[];
178
178
  };
179
+ colorVariant: {
180
+ description: string;
181
+ control: string;
182
+ options: string[];
183
+ };
184
+ indicateIncompleteData: {
185
+ description: string;
186
+ control: {
187
+ type: string;
188
+ };
189
+ };
190
+ tooltipExcludeTotalItem: {
191
+ description: string;
192
+ control: {
193
+ type: string;
194
+ };
195
+ };
179
196
  };
@@ -10,6 +10,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
10
10
  totalsChart?: boolean;
11
11
  valueSuffix?: string;
12
12
  valuePrefix?: string;
13
+ testId?: string;
13
14
  }>, {
14
15
  title: string;
15
16
  dataPoints: () => any[];
@@ -21,6 +22,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
21
22
  totalsChart: boolean;
22
23
  valueSuffix: string;
23
24
  valuePrefix: string;
25
+ testId: string;
24
26
  }>, {}, 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<{
25
27
  title?: string;
26
28
  dataPoints: MyTooltipItem<'line'>[];
@@ -32,6 +34,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
32
34
  totalsChart?: boolean;
33
35
  valueSuffix?: string;
34
36
  valuePrefix?: string;
37
+ testId?: string;
35
38
  }>, {
36
39
  title: string;
37
40
  dataPoints: () => any[];
@@ -43,8 +46,10 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
43
46
  totalsChart: boolean;
44
47
  valueSuffix: string;
45
48
  valuePrefix: string;
49
+ testId: string;
46
50
  }>>>, {
47
51
  title: string;
52
+ testId: string;
48
53
  xAxisFormat: ValueFormat;
49
54
  xAxisDateInterval: DateInterval;
50
55
  dataPoints: MyTooltipItem<'line'>[];
@@ -1,7 +1,7 @@
1
1
  import o from "./ChartTooltip.vue2.js";
2
2
  /* empty css */import t from "../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../ChartTooltip.vue_vue_type_style_index_0_scoped_e53c6287_lang.css"; //*');
4
- const s = /* @__PURE__ */ t(o, [["__scopeId", "data-v-e53c6287"]]);
3
+ // import "../../ChartTooltip.vue_vue_type_style_index_0_scoped_9623dbbd_lang.css"; //*');
4
+ const s = /* @__PURE__ */ t(o, [["__scopeId", "data-v-9623dbbd"]]);
5
5
  export {
6
6
  s as default
7
7
  };