@ironsource/shared-ui 2.1.11-rc.5 → 2.1.11-rc.50

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 (188) hide show
  1. package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_604dfc6f_lang.css +1 -0
  2. package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_1aa6df01_lang.css +1 -0
  3. package/Chart.vue_vue_type_style_index_0_scoped_277fde76_lang.css +1 -0
  4. package/ChartHeader.vue_vue_type_style_index_0_scoped_b8213498_lang.css +1 -0
  5. package/ChartLegend.vue_vue_type_style_index_0_scoped_a1c626cd_lang.css +1 -0
  6. package/ChartTooltip.vue_vue_type_style_index_0_scoped_6744325c_lang.css +1 -0
  7. package/CheckboxV4.vue_vue_type_style_index_0_scoped_af4ae3c3_lang.css +1 -0
  8. package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_e43ac1c9_lang.css +1 -0
  9. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_8f96cf5a_lang.css +1 -0
  10. package/DataGrid.vue_vue_type_style_index_0_scoped_26488faf_lang.css +1 -0
  11. package/DataGridMenu.vue_vue_type_style_index_0_scoped_ddfaf207_lang.css +1 -0
  12. package/DateRangeV4.vue_vue_type_style_index_0_scoped_309e5351_lang.css +1 -0
  13. package/DialogV4.vue_vue_type_style_index_0_scoped_37da643b_lang.css +1 -0
  14. package/DropdownV4.vue_vue_type_style_index_0_scoped_75002075_lang.css +1 -0
  15. package/EditableV4.vue_vue_type_style_index_0_scoped_1bbe222a_lang.css +1 -0
  16. package/EmptyStateV4.vue_vue_type_style_index_0_scoped_18728498_lang.css +1 -0
  17. package/FiltersPanelV4.vue_vue_type_style_index_0_scoped_383011d3_lang.css +1 -0
  18. package/FormCard.vue_vue_type_style_index_0_scoped_86feae7b_lang.css +1 -0
  19. package/IconFlag.vue_vue_type_style_index_0_scoped_be9dc7bb_lang.css +1 -0
  20. package/InlineCopy.vue_vue_type_style_index_0_scoped_ad48b61e_lang.css +1 -0
  21. package/OptionV4.vue_vue_type_style_index_0_scoped_2c2947b3_lang.css +1 -0
  22. package/PopoverV4.vue_vue_type_style_index_0_scoped_66694b4e_lang.css +1 -0
  23. package/README.md +4 -15
  24. package/SettingsHeader.vue_vue_type_style_index_0_scoped_9b6cd9d9_lang.css +1 -0
  25. package/SnackbarV4.vue_vue_type_style_index_0_scoped_89fe8aa1_lang.css +1 -0
  26. package/SortableItem.vue_vue_type_style_index_0_scoped_2ca7b24c_lang.css +1 -0
  27. package/SortableItemLabel.vue_vue_type_style_index_0_scoped_f2ced2f4_lang.css +1 -0
  28. package/SortableList.vue_vue_type_style_index_0_scoped_8f267f88_lang.css +1 -0
  29. package/TextField.vue_vue_type_style_index_0_scoped_fce3948c_lang.css +1 -0
  30. package/ThemeWrapper.vue_vue_type_style_index_1_lang.css +1 -1
  31. package/TooltipV4.vue_vue_type_style_index_0_scoped_66eab856_lang.css +1 -0
  32. package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
  33. package/TreeDropdown.vue_vue_type_style_index_0_scoped_b883d1fa_lang.css +1 -0
  34. package/Typography.vue_vue_type_style_index_0_scoped_5714d43e_lang.css +1 -0
  35. package/components/autocomplete/Autocomplete.vue2.js +3 -2
  36. package/components/chart/Chart.vue.d.ts +16 -3
  37. package/components/chart/Chart.vue.js +5 -5
  38. package/components/chart/Chart.vue2.js +127 -110
  39. package/components/chart/ChartHeader.vue.d.ts +13 -6
  40. package/components/chart/ChartHeader.vue.js +2 -2
  41. package/components/chart/ChartHeader.vue2.js +32 -29
  42. package/components/chart/ChartLegend.vue.d.ts +5 -0
  43. package/components/chart/ChartLegend.vue.js +3 -3
  44. package/components/chart/ChartLegend.vue2.js +99 -49
  45. package/components/chart/ChartTooltip.vue.d.ts +4 -5
  46. package/components/chart/ChartTooltip.vue.js +2 -2
  47. package/components/chart/ChartTooltip.vue2.js +64 -43
  48. package/components/chart/SettingsHeader.vue.js +3 -3
  49. package/components/chart/SettingsHeader.vue2.js +34 -26
  50. package/components/chart/index.d.ts +55 -16
  51. package/components/chart/mockData.d.ts +15 -2
  52. package/components/chart/types.d.ts +15 -1
  53. package/components/chart/utils/utils.js +5 -5
  54. package/components/checkbox/v4/CheckboxV4.vue.js +3 -3
  55. package/components/checkbox/v4/CheckboxV4.vue2.js +2 -2
  56. package/components/datePicker/v4/DatePickerV4.vue2.js +8 -7
  57. package/components/dateRange/v4/DateRangeV4.vue.js +2 -2
  58. package/components/dateRange/v4/DateRangeV4.vue2.js +9 -9
  59. package/components/dialog/v4/DialogV4.vue.d.ts +15 -0
  60. package/components/dialog/v4/DialogV4.vue.js +3 -3
  61. package/components/dialog/v4/DialogV4.vue2.js +80 -73
  62. package/components/dialog/v4/index.d.ts +58 -1
  63. package/components/dropdown/common/Dropdown.common.js +200 -189
  64. package/components/dropdown/v3/Dropdown.vue.d.ts +2 -2
  65. package/components/dropdown/v3/index.d.ts +39 -39
  66. package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +1 -1
  67. package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +15 -0
  68. package/components/dropdown/v4/ButtonDropdownTrigger.vue.js +2 -2
  69. package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +42 -20
  70. package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.js +2 -2
  71. package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue2.js +7 -7
  72. package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +10 -0
  73. package/components/dropdown/v4/ChipDropdownTrigger.vue.js +3 -3
  74. package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +88 -47
  75. package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +110 -0
  76. package/components/dropdown/v4/ConditionalDropdown.vue.js +7 -0
  77. package/components/dropdown/v4/ConditionalDropdown.vue2.js +224 -0
  78. package/components/dropdown/v4/DropdownV4.vue.d.ts +33 -6
  79. package/components/dropdown/v4/DropdownV4.vue.js +3 -3
  80. package/components/dropdown/v4/DropdownV4.vue2.js +223 -197
  81. package/components/dropdown/v4/OptionV4.vue.d.ts +10 -0
  82. package/components/dropdown/v4/OptionV4.vue.js +2 -2
  83. package/components/dropdown/v4/OptionV4.vue2.js +135 -98
  84. package/components/dropdown/v4/TreeDropdown.vue.d.ts +6 -1
  85. package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
  86. package/components/dropdown/v4/TreeDropdown.vue2.js +165 -120
  87. package/components/dropdown/v4/index.d.ts +444 -87
  88. package/components/dropdown/v4/index.js +6 -3
  89. package/components/emptyState/v4/EmptyStateV4.vue.js +3 -3
  90. package/components/emptyState/v4/EmptyStateV4.vue2.js +1 -1
  91. package/components/filtersPanel/v4/FiltersPanelV4.vue.js +2 -2
  92. package/components/filtersPanel/v4/FiltersPanelV4.vue2.js +8 -9
  93. package/components/forms/FormCard.vue.js +3 -3
  94. package/components/forms/FormCard.vue2.js +1 -1
  95. package/components/icon/v4/IconFlag.vue.js +3 -3
  96. package/components/icon/v4/IconFlag.vue2.js +1 -1
  97. package/components/icon/v4/consts.d.ts +1 -1
  98. package/components/icon/v4/consts.js +1 -1
  99. package/components/inlineCopy/InlineCopy.vue.d.ts +5 -0
  100. package/components/inlineCopy/InlineCopy.vue.js +2 -2
  101. package/components/inlineCopy/InlineCopy.vue2.js +24 -22
  102. package/components/inlineCopy/index.d.ts +9 -0
  103. package/components/input/v4/TextField.vue.js +3 -3
  104. package/components/input/v4/TextField.vue2.js +185 -165
  105. package/components/multibar/MultiBarMenu.vue2.js +3 -2
  106. package/components/popover/v4/PopoverV4.vue.d.ts +11 -1
  107. package/components/popover/v4/PopoverV4.vue.js +4 -3
  108. package/components/popover/v4/PopoverV4.vue2.js +40 -26
  109. package/components/popover/v4/index.d.ts +46 -8
  110. package/components/snackbar/v4/SnackbarV4.vue.d.ts +7 -116
  111. package/components/snackbar/v4/SnackbarV4.vue.js +5 -5
  112. package/components/snackbar/v4/SnackbarV4.vue2.js +62 -60
  113. package/components/sortableList/SortableItem.vue.d.ts +5 -0
  114. package/components/sortableList/SortableItem.vue.js +2 -2
  115. package/components/sortableList/SortableItem.vue2.js +86 -70
  116. package/components/sortableList/SortableItemLabel.vue.js +3 -3
  117. package/components/sortableList/SortableItemLabel.vue2.js +20 -23
  118. package/components/sortableList/SortableList.vue.d.ts +17 -1
  119. package/components/sortableList/SortableList.vue.js +4 -4
  120. package/components/sortableList/SortableList.vue2.js +113 -94
  121. package/components/sortableList/index.d.ts +63 -5
  122. package/components/table/common/Table.common.d.ts +1 -1
  123. package/components/table/common/Table.common.js +83 -77
  124. package/components/table/common/Table.types.d.ts +1 -1
  125. package/components/table/common/consts.d.ts +4 -0
  126. package/components/table/common/consts.js +7 -0
  127. package/components/table/v3/Table.vue.d.ts +1 -1
  128. package/components/table/v3/index.d.ts +5 -5
  129. package/components/table/v4/DataGrid.vue.d.ts +12 -2
  130. package/components/table/v4/DataGrid.vue.js +2 -2
  131. package/components/table/v4/DataGrid.vue2.js +164 -155
  132. package/components/table/v4/DataGridMenu.vue.js +5 -5
  133. package/components/table/v4/DataGridMenu.vue2.js +4 -3
  134. package/components/table/v4/MultipleDataGrid.vue.d.ts +1 -1
  135. package/components/table/v4/index.d.ts +84 -46
  136. package/components/table-cells/common/Editable.common.js +29 -23
  137. package/components/table-cells/common/EditableContext.d.ts +1 -0
  138. package/components/table-cells/v4/EditableV4.vue.d.ts +5 -0
  139. package/components/table-cells/v4/EditableV4.vue.js +3 -3
  140. package/components/table-cells/v4/EditableV4.vue2.js +11 -10
  141. package/components/table-cells/v4/index.d.ts +20 -1
  142. package/components/tooltip/v4/TooltipV4.vue.d.ts +10 -0
  143. package/components/tooltip/v4/TooltipV4.vue.js +3 -3
  144. package/components/tooltip/v4/TooltipV4.vue2.js +24 -21
  145. package/components/tooltip/v4/index.d.ts +39 -1
  146. package/components/typography/v4/Typography.vue.js +3 -3
  147. package/components/typography/v4/Typography.vue2.js +24 -18
  148. package/design-foundation.stories/icons/iconsData.d.ts +1 -1
  149. package/index.d.ts +1594 -310
  150. package/index.js +1 -1
  151. package/mocks/options.d.ts +48 -2
  152. package/mocks/words.d.ts +1 -1
  153. package/package.json +2 -1
  154. package/style/v4/grid.css +1 -1
  155. package/style/v4/grid.css.map +1 -1
  156. package/style/v4/spacings.scss +1 -0
  157. package/testids/index.d.ts +2 -0
  158. package/testids/index.js +13 -13
  159. package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_76c74f58_lang.css +0 -1
  160. package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_7f750550_lang.css +0 -1
  161. package/Chart.vue_vue_type_style_index_0_scoped_ea1e5c3e_lang.css +0 -1
  162. package/ChartHeader.vue_vue_type_style_index_0_scoped_4c37736e_lang.css +0 -1
  163. package/ChartLegend.vue_vue_type_style_index_0_scoped_c0f71a49_lang.css +0 -1
  164. package/ChartTooltip.vue_vue_type_style_index_0_scoped_ec636f18_lang.css +0 -1
  165. package/CheckboxV4.vue_vue_type_style_index_0_scoped_8e5b619a_lang.css +0 -1
  166. package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_49bd7193_lang.css +0 -1
  167. package/DataGrid.vue_vue_type_style_index_0_scoped_0cd8af73_lang.css +0 -1
  168. package/DataGridMenu.vue_vue_type_style_index_0_scoped_a6e4672f_lang.css +0 -1
  169. package/DateRangeV4.vue_vue_type_style_index_0_scoped_f81413ec_lang.css +0 -1
  170. package/DialogV4.vue_vue_type_style_index_0_scoped_09c488cf_lang.css +0 -1
  171. package/DropdownV4.vue_vue_type_style_index_0_scoped_991a7aad_lang.css +0 -1
  172. package/EditableV4.vue_vue_type_style_index_0_scoped_e0c047b4_lang.css +0 -1
  173. package/EmptyStateV4.vue_vue_type_style_index_0_scoped_24001caa_lang.css +0 -1
  174. package/FiltersPanelV4.vue_vue_type_style_index_0_scoped_39061862_lang.css +0 -1
  175. package/FormCard.vue_vue_type_style_index_0_scoped_c7965a69_lang.css +0 -1
  176. package/IconFlag.vue_vue_type_style_index_0_scoped_7b09cc85_lang.css +0 -1
  177. package/InlineCopy.vue_vue_type_style_index_0_scoped_893a203c_lang.css +0 -1
  178. package/OptionV4.vue_vue_type_style_index_0_scoped_4070942a_lang.css +0 -1
  179. package/PopoverV4.vue_vue_type_style_index_0_scoped_43b5cba4_lang.css +0 -1
  180. package/SettingsHeader.vue_vue_type_style_index_0_scoped_1791e4fe_lang.css +0 -1
  181. package/SnackbarV4.vue_vue_type_style_index_0_scoped_49c5ccea_lang.css +0 -1
  182. package/SortableItem.vue_vue_type_style_index_0_scoped_9dd4d372_lang.css +0 -1
  183. package/SortableItemLabel.vue_vue_type_style_index_0_scoped_1386ae20_lang.css +0 -1
  184. package/SortableList.vue_vue_type_style_index_0_scoped_e9cd63b8_lang.css +0 -1
  185. package/TextField.vue_vue_type_style_index_0_scoped_4d9bf5b2_lang.css +0 -1
  186. package/TooltipV4.vue_vue_type_style_index_0_scoped_fcdb9d02_lang.css +0 -1
  187. package/TreeDropdown.vue_vue_type_style_index_0_scoped_6ac5f602_lang.css +0 -1
  188. package/Typography.vue_vue_type_style_index_0_scoped_992962bc_lang.css +0 -1
@@ -1,72 +1,122 @@
1
- import "../../ChartLegend.vue_vue_type_style_index_0_scoped_c0f71a49_lang.css"; import { defineComponent as E, ref as T, computed as r, openBlock as d, createElementBlock as n, createElementVNode as c, createVNode as u, unref as i, mergeProps as p, Fragment as y, renderList as w, withCtx as S, createTextVNode as U, toDisplayString as B } from "vue";
2
- import { useVirtualList as D } from "@vueuse/core";
3
- import N from "../typography/v4/Typography.vue.js";
4
- import A from "../checkbox/v4/CheckboxV4.vue.js";
5
- import F from "../search/v4/SearchV4.vue.js";
6
- import { DEFAULT_MIN_VISIBLE as H, DEFAULT_MAX_VISIBLE as M } from "./consts.js";
7
- const P = { class: "chart-legend" }, R = { class: "search-box" }, K = /* @__PURE__ */ E({
1
+ import "../../ChartLegend.vue_vue_type_style_index_0_scoped_a1c626cd_lang.css"; import { defineComponent as M, ref as N, computed as p, openBlock as r, createElementBlock as u, createElementVNode as a, createVNode as n, unref as i, mergeProps as x, Fragment as S, renderList as P, normalizeClass as A, withCtx as m, withModifiers as F, createBlock as H, createCommentVNode as U, createTextVNode as h, toDisplayString as I } from "vue";
2
+ import { useVirtualList as z } from "@vueuse/core";
3
+ import _ from "../typography/v4/Typography.vue.js";
4
+ import R from "../checkbox/v4/CheckboxV4.vue.js";
5
+ import q from "../search/v4/SearchV4.vue.js";
6
+ import { DEFAULT_MIN_VISIBLE as G, DEFAULT_MAX_VISIBLE as X } from "./consts.js";
7
+ import $ from "../icon/v4/IconV4.vue.js";
8
+ import "../icon/v4/IconFlag.vue.js";
9
+ import j from "../tooltip/v4/TooltipV4.vue.js";
10
+ const J = { class: "chart-legend" }, K = { class: "search-box" }, O = ["onClick"], Q = { class: "label-container" }, ae = /* @__PURE__ */ M({
8
11
  __name: "ChartLegend",
9
12
  props: {
10
13
  items: { default: () => [] },
11
14
  visibleIds: { default: () => [] },
12
- minVisible: { default: H },
13
- maxVisible: { default: M }
15
+ minVisible: { default: G },
16
+ maxVisible: { default: X },
17
+ maxLimitTooltipText: { default: "" }
14
18
  },
15
19
  emits: ["update:visibleIds"],
16
- setup(m, { emit: b }) {
17
- const s = m, h = 32, o = T(""), f = r(() => {
18
- const t = o.value.toLowerCase();
19
- return s.items.filter(
20
+ setup(b, { emit: L }) {
21
+ const o = b, T = 32, d = N(""), g = p(() => {
22
+ const t = d.value.toLowerCase();
23
+ return o.items.filter(
20
24
  (l) => l.label.toLowerCase().includes(t)
21
25
  );
22
- }), a = (t) => s.visibleIds.includes(t.id), v = r(
23
- () => s.visibleIds.length >= s.maxVisible
24
- ), I = r(
25
- () => s.visibleIds.length <= s.minVisible
26
- ), _ = (t) => I.value && a(t) || v.value && !a(t), V = (t, l) => {
27
- b(
26
+ }), s = (t) => o.visibleIds.includes(t.id), f = p(
27
+ () => o.visibleIds.length >= o.maxVisible
28
+ ), k = p(
29
+ () => o.visibleIds.length <= o.minVisible
30
+ ), c = (t) => k.value && s(t) || f.value && !s(t), C = (t) => !o.maxLimitTooltipText || s(t) || !f.value, V = (t, l) => {
31
+ L(
28
32
  "update:visibleIds",
29
- t ? [...s.visibleIds, l.id] : s.visibleIds.filter((e) => e !== l.id)
33
+ t ? [...o.visibleIds, l.id] : o.visibleIds.filter((e) => e !== l.id)
30
34
  );
31
- }, { list: g, containerProps: L, wrapperProps: x } = D(f, {
32
- itemHeight: h,
35
+ }, { list: y, containerProps: w, wrapperProps: E } = z(g, {
36
+ itemHeight: T,
33
37
  overscan: 10
34
- });
35
- return (t, l) => (d(), n("div", P, [
36
- c("div", R, [
37
- u(i(F), {
38
- modelValue: o.value,
39
- "onUpdate:modelValue": l[0] || (l[0] = (e) => o.value = e)
38
+ }), B = (t) => {
39
+ c(t) || V(!s(t), t);
40
+ };
41
+ return (t, l) => (r(), u("div", J, [
42
+ a("div", K, [
43
+ n(i(q), {
44
+ modelValue: d.value,
45
+ "onUpdate:modelValue": l[0] || (l[0] = (e) => d.value = e)
40
46
  }, null, 8, ["modelValue"])
41
47
  ]),
42
- c("div", p({ class: "legend" }, i(L)), [
43
- c("ul", p({ class: "legend__list" }, i(x)), [
44
- (d(!0), n(y, null, w(i(g), ({ data: e, index: k }) => (d(), n("li", { key: k }, [
45
- u(i(A), {
46
- color: e.color,
47
- "is-checked": a(e),
48
- disabled: _(e),
49
- "onUpdate:isChecked": (C) => V(C, e)
50
- }, null, 8, ["color", "is-checked", "disabled", "onUpdate:isChecked"]),
51
- u(i(N), {
52
- variant: "body2",
53
- "is-truncated": "",
54
- class: "legend-label",
55
- "with-tooltip": "",
56
- "tooltip-text": e.label,
57
- "tooltip-placement": "top"
48
+ a("div", x({ class: "legend" }, i(w)), [
49
+ a("ul", x({ class: "legend__list" }, i(E)), [
50
+ (r(!0), u(S, null, P(i(y), ({ data: e, index: D }) => (r(), u("li", {
51
+ key: D,
52
+ class: A({ "disabled-item": c(e) })
53
+ }, [
54
+ n(i(j), {
55
+ text: b.maxLimitTooltipText,
56
+ disabled: C(e),
57
+ class: "disabled-tooltip"
58
58
  }, {
59
- default: S(() => [
60
- U(B(e.label), 1)
59
+ default: m(() => [
60
+ a("div", {
61
+ class: "item-wrapper",
62
+ onClick: (v) => B(e)
63
+ }, [
64
+ n(i(R), {
65
+ color: e.color,
66
+ "is-checked": s(e),
67
+ disabled: c(e),
68
+ onClick: l[1] || (l[1] = F(
69
+ (v) => {
70
+ v.stopPropagation();
71
+ },
72
+ ["stop"]
73
+ ))
74
+ }, null, 8, ["color", "is-checked", "disabled"]),
75
+ e.icon ? (r(), H(i($), {
76
+ key: 0,
77
+ class: "icon-color",
78
+ type: e.iconType,
79
+ name: e.icon,
80
+ size: "16px"
81
+ }, null, 8, ["type", "name"])) : U("", !0),
82
+ a("div", Q, [
83
+ n(i(_), {
84
+ variant: "body2",
85
+ class: "legend-label",
86
+ "is-truncated": "",
87
+ "with-tooltip": "",
88
+ "tooltip-text": e.label,
89
+ "tooltip-placement": "left"
90
+ }, {
91
+ default: m(() => [
92
+ h(I(e.label), 1)
93
+ ]),
94
+ _: 2
95
+ }, 1032, ["tooltip-text"]),
96
+ n(i(_), {
97
+ variant: "caption",
98
+ class: "legend-caption legend-label",
99
+ "is-truncated": "",
100
+ "with-tooltip": "",
101
+ "tooltip-text": e.caption,
102
+ "tooltip-placement": "left"
103
+ }, {
104
+ default: m(() => [
105
+ h(I(e.caption), 1)
106
+ ]),
107
+ _: 2
108
+ }, 1032, ["tooltip-text"])
109
+ ])
110
+ ], 8, O)
61
111
  ]),
62
112
  _: 2
63
- }, 1032, ["tooltip-text"])
64
- ]))), 128))
113
+ }, 1032, ["text", "disabled"])
114
+ ], 2))), 128))
65
115
  ], 16)
66
116
  ], 16)
67
117
  ]));
68
118
  }
69
119
  });
70
120
  export {
71
- K as default
121
+ ae as default
72
122
  };
@@ -1,8 +1,7 @@
1
- import { TooltipItem } from 'chart.js';
2
- import { ValueFormat } from '@/components/chart/types';
1
+ import { MyTooltipItem, ValueFormat } from '@/components/chart/types';
3
2
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
4
3
  title?: string;
5
- dataPoints: TooltipItem<'line'>[];
4
+ dataPoints: MyTooltipItem<'line'>[];
6
5
  xAxisFormat?: ValueFormat;
7
6
  yAxisFormat?: ValueFormat;
8
7
  totalLabel?: string;
@@ -16,7 +15,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
16
15
  totalValue: any;
17
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<{
18
17
  title?: string;
19
- dataPoints: TooltipItem<'line'>[];
18
+ dataPoints: MyTooltipItem<'line'>[];
20
19
  xAxisFormat?: ValueFormat;
21
20
  yAxisFormat?: ValueFormat;
22
21
  totalLabel?: string;
@@ -30,7 +29,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
30
29
  totalValue: any;
31
30
  }>>>, {
32
31
  title: string;
33
- dataPoints: TooltipItem<'line'>[];
32
+ dataPoints: MyTooltipItem<'line'>[];
34
33
  xAxisFormat: ValueFormat;
35
34
  yAxisFormat: ValueFormat;
36
35
  totalLabel: string;
@@ -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_ec636f18_lang.css"; //*');
4
- const s = /* @__PURE__ */ t(o, [["__scopeId", "data-v-ec636f18"]]);
3
+ // import "../../ChartTooltip.vue_vue_type_style_index_0_scoped_6744325c_lang.css"; //*');
4
+ const s = /* @__PURE__ */ t(o, [["__scopeId", "data-v-6744325c"]]);
5
5
  export {
6
6
  s as default
7
7
  };
@@ -1,10 +1,15 @@
1
- import "../../ChartTooltip.vue_vue_type_style_index_0_scoped_ec636f18_lang.css"; import { defineComponent as y, computed as b, openBlock as a, createElementBlock as s, createElementVNode as u, createBlock as g, unref as e, withCtx as l, createTextVNode as o, toDisplayString as r, createCommentVNode as f, Fragment as h, renderList as k, normalizeStyle as v, createVNode as d } from "vue";
2
- import i from "../typography/v4/Typography.vue.js";
3
- import { formatValue as c } from "./utils/utils.js";
4
- const F = { class: "chart-tooltip" }, V = { class: "tooltip-title" }, p = { class: "list" }, A = {
1
+ import "../../ChartTooltip.vue_vue_type_style_index_0_scoped_6744325c_lang.css"; import { defineComponent as b, computed as x, openBlock as l, createElementBlock as c, createVNode as o, unref as t, withCtx as r, createTextVNode as i, toDisplayString as s, createCommentVNode as m, createElementVNode as f, Fragment as v, renderList as F, normalizeStyle as h, createBlock as g } from "vue";
2
+ import n from "../typography/v4/Typography.vue.js";
3
+ import { formatValue as d } from "./utils/utils.js";
4
+ import k from "../icon/v4/IconV4.vue.js";
5
+ import "../icon/v4/IconFlag.vue.js";
6
+ const A = { class: "chart-tooltip" }, V = {
5
7
  key: 0,
8
+ class: "tooltip-title-wrapper"
9
+ }, C = { class: "list" }, T = { class: "popover-label-wrapper" }, _ = {
10
+ key: 1,
6
11
  class: "tooltip-footer"
7
- }, T = /* @__PURE__ */ y({
12
+ }, I = /* @__PURE__ */ b({
8
13
  __name: "ChartTooltip",
9
14
  props: {
10
15
  title: { default: "" },
@@ -14,68 +19,84 @@ const F = { class: "chart-tooltip" }, V = { class: "tooltip-title" }, p = { clas
14
19
  totalLabel: { default: "Total" },
15
20
  totalValue: { default: null }
16
21
  },
17
- setup(t) {
18
- const m = t, x = b(() => m.xAxisFormat === "date" ? "dateLong" : m.xAxisFormat);
19
- return (C, _) => (a(), s("div", F, [
20
- u("div", V, [
21
- t.title ? (a(), g(e(i), {
22
- key: 0,
23
- variant: "subtitle2"
22
+ setup(e) {
23
+ const u = e, y = x(() => u.xAxisFormat === "date" ? "dateLong" : u.xAxisFormat), p = x(() => u.xAxisFormat === "date" ? "day" : u.xAxisFormat);
24
+ return (w, B) => (l(), c("div", A, [
25
+ e.title ? (l(), c("div", V, [
26
+ o(t(n), { variant: "subtitle2" }, {
27
+ default: r(() => [
28
+ i(s(t(d)(e.title, t(y))), 1)
29
+ ]),
30
+ _: 1
31
+ }),
32
+ o(t(n), {
33
+ class: "tooltip-sub-title",
34
+ variant: "caption"
24
35
  }, {
25
- default: l(() => [
26
- o(r(e(c)(t.title, e(x))), 1)
36
+ default: r(() => [
37
+ i(s(t(d)(e.title, t(p))), 1)
27
38
  ]),
28
39
  _: 1
29
- })) : f("", !0)
30
- ]),
31
- u("ul", p, [
32
- (a(!0), s(h, null, k(t.dataPoints, (n) => (a(), s("li", {
33
- key: n.datasetIndex,
40
+ })
41
+ ])) : m("", !0),
42
+ f("ul", C, [
43
+ (l(!0), c(v, null, F(e.dataPoints, (a) => (l(), c("li", {
44
+ key: a.datasetIndex,
34
45
  class: "list__item"
35
46
  }, [
36
- u("span", {
47
+ f("span", {
37
48
  class: "color-box",
38
- style: v({
39
- backgroundColor: String(n.dataset.pointBackgroundColor)
49
+ style: h({
50
+ backgroundColor: String(a.dataset.pointBackgroundColor)
40
51
  })
41
52
  }, null, 4),
42
- d(e(i), {
43
- variant: "body2",
44
- class: "flex-grow"
45
- }, {
46
- default: l(() => [
47
- o(r(n.dataset.label), 1)
48
- ]),
49
- _: 2
50
- }, 1024),
51
- d(e(i), { variant: "body2" }, {
52
- default: l(() => [
53
- o(r(e(c)(n.parsed.y, t.yAxisFormat)), 1)
53
+ a.dataset.icon ? (l(), g(t(k), {
54
+ key: 0,
55
+ class: "platform-icon",
56
+ type: a.dataset.iconType,
57
+ name: a.dataset.icon,
58
+ size: "16px"
59
+ }, null, 8, ["type", "name"])) : m("", !0),
60
+ f("div", T, [
61
+ o(t(n), {
62
+ variant: "body2",
63
+ class: "flex-grow truncated-label",
64
+ "is-truncated": ""
65
+ }, {
66
+ default: r(() => [
67
+ i(s(a.dataset.label), 1)
68
+ ]),
69
+ _: 2
70
+ }, 1024)
71
+ ]),
72
+ o(t(n), { variant: "body2" }, {
73
+ default: r(() => [
74
+ i(s(t(d)(a.parsed.y, e.yAxisFormat)), 1)
54
75
  ]),
55
76
  _: 2
56
77
  }, 1024)
57
78
  ]))), 128))
58
79
  ]),
59
- t.totalValue !== null ? (a(), s("div", A, [
60
- d(e(i), {
80
+ e.totalValue !== null ? (l(), c("div", _, [
81
+ o(t(n), {
61
82
  variant: "body2",
62
83
  class: "flex-grow"
63
84
  }, {
64
- default: l(() => [
65
- o(r(t.totalLabel), 1)
85
+ default: r(() => [
86
+ i(s(e.totalLabel), 1)
66
87
  ]),
67
88
  _: 1
68
89
  }),
69
- d(e(i), { variant: "body2" }, {
70
- default: l(() => [
71
- o(r(e(c)(t.totalValue, t.yAxisFormat)), 1)
90
+ o(t(n), { variant: "body2" }, {
91
+ default: r(() => [
92
+ i(s(t(d)(e.totalValue, e.yAxisFormat)), 1)
72
93
  ]),
73
94
  _: 1
74
95
  })
75
- ])) : f("", !0)
96
+ ])) : m("", !0)
76
97
  ]));
77
98
  }
78
99
  });
79
100
  export {
80
- T as default
101
+ I as default
81
102
  };
@@ -1,7 +1,7 @@
1
1
  import e from "./SettingsHeader.vue2.js";
2
2
  /* empty css */import o from "../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../SettingsHeader.vue_vue_type_style_index_0_scoped_1791e4fe_lang.css"; //*');
4
- const p = /* @__PURE__ */ o(e, [["__scopeId", "data-v-1791e4fe"]]);
3
+ // import "../../SettingsHeader.vue_vue_type_style_index_0_scoped_9b6cd9d9_lang.css"; //*');
4
+ const d = /* @__PURE__ */ o(e, [["__scopeId", "data-v-9b6cd9d9"]]);
5
5
  export {
6
- p as default
6
+ d as default
7
7
  };
@@ -1,57 +1,65 @@
1
- import "../../SettingsHeader.vue_vue_type_style_index_0_scoped_1791e4fe_lang.css"; import { defineComponent as u, computed as h, openBlock as y, createElementBlock as f, createElementVNode as t, normalizeClass as i, createVNode as v, unref as r, isRef as g, renderSlot as a } from "vue";
2
- import T from "../dropdown/v4/DropdownV4.vue.js";
1
+ import "../../SettingsHeader.vue_vue_type_style_index_0_scoped_9b6cd9d9_lang.css"; import { defineComponent as h, computed as g, openBlock as y, createElementBlock as f, createElementVNode as r, normalizeClass as a, createVNode as l, unref as t, isRef as v, withCtx as T, mergeProps as w, renderSlot as p } from "vue";
2
+ import b from "../dropdown/v4/DropdownV4.vue.js";
3
3
  import "../dropdown/v4/DefaultDropdownTrigger.vue.js";
4
4
  import "../dropdown/v4/IconButtonDropdownTrigger.vue.js";
5
5
  import "../dropdown/v4/ChipDropdownTrigger.vue.js";
6
6
  import "../dropdown/v4/AppDropdownTrigger.vue.js";
7
- import "../dropdown/v4/ButtonDropdownTrigger.vue.js";
7
+ import k from "../dropdown/v4/ButtonDropdownTrigger.vue.js";
8
8
  import "../dropdown/v4/ButtonFilterDropdownTrigger.vue.js";
9
9
  import "../dropdown/v4/TreeDropdown.vue.js";
10
10
  import "../dropdown/v4/OptionV4.vue.js";
11
- import { DROPDOWN_TYPE_OPTIONS as d } from "./consts.js";
12
- const k = { class: "settings-header-container" }, b = { class: "chart-type-selection" }, V = /* @__PURE__ */ u({
11
+ import "../dropdown/v4/ConditionalDropdown.vue.js";
12
+ import { DROPDOWN_TYPE_OPTIONS as c } from "./consts.js";
13
+ const _ = { class: "settings-header-container" }, B = { class: "chart-type-selection" }, x = /* @__PURE__ */ h({
13
14
  __name: "SettingsHeader",
14
15
  props: {
15
16
  chartType: null,
16
17
  hideLegend: { type: Boolean }
17
18
  },
18
19
  emits: ["update:chartType"],
19
- setup(o, { emit: l }) {
20
- const p = o, s = h({
20
+ setup(s, { emit: m }) {
21
+ const u = s, o = g({
21
22
  get() {
22
- return d.find(({ id: e }) => e === p.chartType);
23
+ return c.find(({ id: e }) => e === u.chartType);
23
24
  },
24
25
  set(e) {
25
- l("update:chartType", e.id);
26
+ m("update:chartType", e.id);
26
27
  }
27
- }), c = (e) => `Chart: ${e.name}`;
28
- return (e, n) => (y(), f("div", k, [
29
- t("div", {
30
- class: i(["settings", { "settings-spacer": !o.hideLegend }])
28
+ }), i = (e) => `Chart: ${e.name}`;
29
+ return (e, d) => (y(), f("div", _, [
30
+ r("div", {
31
+ class: a(["settings", { "settings-spacer": !s.hideLegend }])
31
32
  }, [
32
- t("div", b, [
33
- v(r(T), {
34
- selected: r(s),
35
- "onUpdate:selected": n[0] || (n[0] = (m) => g(s) ? s.value = m : null),
36
- options: r(d),
33
+ r("div", B, [
34
+ l(t(b), {
35
+ selected: t(o),
36
+ "onUpdate:selected": d[0] || (d[0] = (n) => v(o) ? o.value = n : null),
37
+ options: t(c),
37
38
  "option-name-key": "name",
38
- "display-value": c,
39
+ "display-value": i,
39
40
  placeholder: "Select chart type",
40
41
  size: "small"
41
- }, null, 8, ["selected", "options"])
42
+ }, {
43
+ "dropdown-trigger": T(({ buttonTriggerProps: n }) => [
44
+ l(t(k), w(n, {
45
+ label: i(t(o))
46
+ }), null, 16, ["label"])
47
+ ]),
48
+ _: 1
49
+ }, 8, ["selected", "options"])
42
50
  ]),
43
- t("div", null, [
44
- a(e.$slots, "metric", {}, void 0, !0)
51
+ r("div", null, [
52
+ p(e.$slots, "metric", {}, void 0, !0)
45
53
  ])
46
54
  ], 2),
47
- t("div", {
48
- class: i(["breakdowns", { "breakdowns-border": !o.hideLegend }])
55
+ r("div", {
56
+ class: a(["breakdowns", { "breakdowns-border": !s.hideLegend }])
49
57
  }, [
50
- a(e.$slots, "breakdowns", {}, void 0, !0)
58
+ p(e.$slots, "breakdowns", {}, void 0, !0)
51
59
  ], 2)
52
60
  ]));
53
61
  }
54
62
  });
55
63
  export {
56
- V as default
64
+ x as default
57
65
  };