@ironsource/shared-ui 2.1.12-test.69 → 2.1.12-test.71

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 (45) hide show
  1. package/Chart.vue_vue_type_style_index_0_scoped_03771fa3_lang.css +1 -0
  2. package/ChartPlane.vue_vue_type_style_index_0_scoped_903fc6ae_lang.css +1 -0
  3. package/ChartTooltip.vue_vue_type_style_index_0_scoped_e53c6287_lang.css +1 -0
  4. package/DataGrid.vue_vue_type_style_index_0_scoped_0dff3241_lang.css +1 -0
  5. package/TooltipHeader.vue_vue_type_style_index_0_scoped_3b15c693_lang.css +1 -0
  6. package/components/chart/Chart.vue.d.ts +26 -1
  7. package/components/chart/Chart.vue.js +4 -4
  8. package/components/chart/Chart.vue2.js +68 -56
  9. package/components/chart/ChartPlane.vue.d.ts +21 -1
  10. package/components/chart/ChartPlane.vue.js +4 -4
  11. package/components/chart/ChartPlane.vue2.js +152 -141
  12. package/components/chart/ChartStoryArgs.d.ts +20 -1
  13. package/components/chart/ChartTooltip.vue.d.ts +16 -1
  14. package/components/chart/ChartTooltip.vue.js +2 -2
  15. package/components/chart/ChartTooltip.vue2.js +33 -29
  16. package/components/chart/TooltipHeader.vue.d.ts +6 -1
  17. package/components/chart/TooltipHeader.vue.js +2 -2
  18. package/components/chart/TooltipHeader.vue2.js +37 -27
  19. package/components/chart/composables/useChartHeight.d.ts +1 -1
  20. package/components/chart/composables/useChartHeight.js +16 -14
  21. package/components/chart/consts.d.ts +3 -2
  22. package/components/chart/consts.js +13 -12
  23. package/components/chart/index.d.ts +96 -1
  24. package/components/chart/mockData.d.ts +8 -0
  25. package/components/chart/types.d.ts +6 -0
  26. package/components/chart/types.js +4 -3
  27. package/components/chart/utils/utils.d.ts +1 -1
  28. package/components/chart/utils/utils.js +10 -10
  29. package/components/table/common/Table.common.d.ts +0 -1
  30. package/components/table/common/Table.common.js +38 -39
  31. package/components/table/common/consts.d.ts +1 -0
  32. package/components/table/common/consts.js +2 -1
  33. package/components/table/v4/DataGrid.vue.d.ts +4 -0
  34. package/components/table/v4/DataGrid.vue.js +4 -4
  35. package/components/table/v4/DataGrid.vue2.js +268 -229
  36. package/components/table/v4/index.d.ts +14 -0
  37. package/components/table/v4/storyUtils.d.ts +2 -0
  38. package/index.d.ts +28 -0
  39. package/index.js +1 -1
  40. package/package.json +1 -1
  41. package/Chart.vue_vue_type_style_index_0_scoped_82f5b24e_lang.css +0 -1
  42. package/ChartPlane.vue_vue_type_style_index_0_scoped_5c80d8cd_lang.css +0 -1
  43. package/ChartTooltip.vue_vue_type_style_index_0_scoped_9e521454_lang.css +0 -1
  44. package/DataGrid.vue_vue_type_style_index_0_scoped_86ea5d2a_lang.css +0 -1
  45. package/TooltipHeader.vue_vue_type_style_index_0_scoped_9f6cf389_lang.css +0 -1
@@ -1,86 +1,90 @@
1
- import "../../ChartTooltip.vue_vue_type_style_index_0_scoped_9e521454_lang.css"; import { defineComponent as y, openBlock as a, createElementBlock as o, createBlock as u, createCommentVNode as r, Fragment as x, renderList as h, createElementVNode as m, normalizeStyle as p, unref as l, createVNode as s, withCtx as i, createTextVNode as n, toDisplayString as d } from "vue";
2
- import c from "../typography/v4/Typography.vue.js";
1
+ import "../../ChartTooltip.vue_vue_type_style_index_0_scoped_e53c6287_lang.css"; import { defineComponent as m, openBlock as a, createElementBlock as o, createBlock as c, createCommentVNode as r, Fragment as y, renderList as v, createElementVNode as f, normalizeStyle as h, unref as l, createVNode as i, withCtx as n, createTextVNode as s, toDisplayString as u } from "vue";
2
+ import d from "../typography/v4/Typography.vue.js";
3
3
  import b from "../icon/v4/IconV4.vue.js";
4
4
  import "../icon/v4/IconFlag.vue.js";
5
- import { formatValue as f } from "./utils/utils.js";
5
+ import { formatValue as x } from "./utils/utils.js";
6
6
  import k from "./TooltipHeader.vue.js";
7
7
  const C = { class: "chart-tooltip" }, g = {
8
8
  key: 1,
9
9
  class: "list"
10
- }, v = { class: "popover-label-wrapper" }, V = {
10
+ }, V = { class: "popover-label-wrapper" }, A = {
11
11
  key: 2,
12
12
  class: "tooltip-footer"
13
- }, z = /* @__PURE__ */ y({
13
+ }, L = /* @__PURE__ */ m({
14
14
  __name: "ChartTooltip",
15
15
  props: {
16
16
  title: { default: "" },
17
17
  dataPoints: { default: () => [] },
18
18
  xAxisFormat: { default: null },
19
19
  yAxisFormat: { default: null },
20
+ xAxisDateInterval: { default: null },
20
21
  totalLabel: { default: "Total" },
21
22
  totalValue: { default: null },
22
- totalsChart: { type: Boolean, default: !1 }
23
+ totalsChart: { type: Boolean, default: !1 },
24
+ valueSuffix: { default: "" },
25
+ valuePrefix: { default: "" }
23
26
  },
24
27
  setup(t) {
25
- return (F, T) => (a(), o("div", C, [
26
- t.title ? (a(), u(k, {
28
+ return (F, S) => (a(), o("div", C, [
29
+ t.title ? (a(), c(k, {
27
30
  key: 0,
28
31
  title: t.title,
29
32
  "data-points": t.dataPoints,
30
33
  "totals-chart": t.totalsChart,
31
- "x-axis-format": t.xAxisFormat
32
- }, null, 8, ["title", "data-points", "totals-chart", "x-axis-format"])) : r("", !0),
34
+ "x-axis-format": t.xAxisFormat,
35
+ "x-axis-date-interval": t.xAxisDateInterval
36
+ }, null, 8, ["title", "data-points", "totals-chart", "x-axis-format", "x-axis-date-interval"])) : r("", !0),
33
37
  t.totalsChart ? r("", !0) : (a(), o("ul", g, [
34
- (a(!0), o(x, null, h(t.dataPoints, (e) => (a(), o("li", {
38
+ (a(!0), o(y, null, v(t.dataPoints, (e) => (a(), o("li", {
35
39
  key: e.datasetIndex,
36
40
  class: "list__item"
37
41
  }, [
38
- m("span", {
42
+ f("span", {
39
43
  class: "color-box",
40
- style: p({
44
+ style: h({
41
45
  backgroundColor: String(e.dataset.pointBackgroundColor)
42
46
  })
43
47
  }, null, 4),
44
- e.dataset.icon ? (a(), u(l(b), {
48
+ e.dataset.icon ? (a(), c(l(b), {
45
49
  key: 0,
46
50
  class: "platform-icon",
47
51
  type: e.dataset.iconType,
48
52
  name: e.dataset.icon,
49
53
  size: "16px"
50
54
  }, null, 8, ["type", "name"])) : r("", !0),
51
- m("div", v, [
52
- s(l(c), {
55
+ f("div", V, [
56
+ i(l(d), {
53
57
  variant: "body2",
54
58
  class: "flex-grow truncated-label",
55
59
  "is-truncated": ""
56
60
  }, {
57
- default: i(() => [
58
- n(d(e.dataset.label), 1)
61
+ default: n(() => [
62
+ s(u(e.dataset.label), 1)
59
63
  ]),
60
64
  _: 2
61
65
  }, 1024)
62
66
  ]),
63
- s(l(c), { variant: "body2" }, {
64
- default: i(() => [
65
- n(d(l(f)(e.parsed.y, t.yAxisFormat)), 1)
67
+ i(l(d), { variant: "body2" }, {
68
+ default: n(() => [
69
+ s(u(t.valuePrefix + l(x)(e.parsed.y, t.yAxisFormat) + t.valueSuffix), 1)
66
70
  ]),
67
71
  _: 2
68
72
  }, 1024)
69
73
  ]))), 128))
70
74
  ])),
71
- t.totalValue !== null ? (a(), o("div", V, [
72
- s(l(c), {
75
+ t.totalValue !== null ? (a(), o("div", A, [
76
+ i(l(d), {
73
77
  variant: "body2",
74
78
  class: "flex-grow"
75
79
  }, {
76
- default: i(() => [
77
- n(d(t.totalLabel), 1)
80
+ default: n(() => [
81
+ s(u(t.totalLabel), 1)
78
82
  ]),
79
83
  _: 1
80
84
  }),
81
- s(l(c), { variant: "body2" }, {
82
- default: i(() => [
83
- n(d(l(f)(t.totalValue, t.yAxisFormat)), 1)
85
+ i(l(d), { variant: "body2" }, {
86
+ default: n(() => [
87
+ s(u(t.valuePrefix + l(x)(t.totalValue, t.yAxisFormat) + t.valueSuffix), 1)
84
88
  ]),
85
89
  _: 1
86
90
  })
@@ -89,5 +93,5 @@ const C = { class: "chart-tooltip" }, g = {
89
93
  }
90
94
  });
91
95
  export {
92
- z as default
96
+ L as default
93
97
  };
@@ -1,27 +1,32 @@
1
- import { MyTooltipItem, ValueFormat } from '@/components/chart/types';
1
+ import { DateInterval, MyTooltipItem, ValueFormat } from '@/components/chart/types';
2
2
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
3
  title?: string;
4
4
  xAxisFormat?: ValueFormat;
5
+ xAxisDateInterval?: DateInterval;
5
6
  dataPoints: MyTooltipItem<'line'>[];
6
7
  totalsChart?: boolean;
7
8
  }>, {
8
9
  title: string;
9
10
  xAxisFormat: any;
11
+ xAxisDateInterval: any;
10
12
  dataPoints: () => any[];
11
13
  totalsChart: boolean;
12
14
  }>, {}, 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<{
13
15
  title?: string;
14
16
  xAxisFormat?: ValueFormat;
17
+ xAxisDateInterval?: DateInterval;
15
18
  dataPoints: MyTooltipItem<'line'>[];
16
19
  totalsChart?: boolean;
17
20
  }>, {
18
21
  title: string;
19
22
  xAxisFormat: any;
23
+ xAxisDateInterval: any;
20
24
  dataPoints: () => any[];
21
25
  totalsChart: boolean;
22
26
  }>>>, {
23
27
  title: string;
24
28
  xAxisFormat: ValueFormat;
29
+ xAxisDateInterval: DateInterval;
25
30
  dataPoints: MyTooltipItem<'line'>[];
26
31
  totalsChart: boolean;
27
32
  }>;
@@ -1,7 +1,7 @@
1
1
  import o from "./TooltipHeader.vue2.js";
2
2
  /* empty css */import e from "../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../TooltipHeader.vue_vue_type_style_index_0_scoped_9f6cf389_lang.css"; //*');
4
- const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-9f6cf389"]]);
3
+ // import "../../TooltipHeader.vue_vue_type_style_index_0_scoped_3b15c693_lang.css"; //*');
4
+ const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-3b15c693"]]);
5
5
  export {
6
6
  s as default
7
7
  };
@@ -1,59 +1,69 @@
1
- import "../../TooltipHeader.vue_vue_type_style_index_0_scoped_9f6cf389_lang.css"; import { defineComponent as h, computed as l, openBlock as r, createElementBlock as s, createElementVNode as g, unref as t, createCommentVNode as i, createBlock as n, createVNode as F, withCtx as c, createTextVNode as u, toDisplayString as m } from "vue";
2
- import { formatValue as d } from "./utils/utils.js";
3
- import f from "../typography/v4/Typography.vue.js";
4
- import C from "../icon/v4/IconV4.vue.js";
1
+ import "../../TooltipHeader.vue_vue_type_style_index_0_scoped_3b15c693_lang.css"; import { defineComponent as v, computed as m, openBlock as n, createElementBlock as f, createElementVNode as A, unref as t, createCommentVNode as s, createBlock as u, createVNode as D, withCtx as d, createTextVNode as x, toDisplayString as p } from "vue";
2
+ import { formatValue as r } from "./utils/utils.js";
3
+ import y from "../typography/v4/Typography.vue.js";
4
+ import { DateInterval as c } from "./types.js";
5
+ import T from "../icon/v4/IconV4.vue.js";
5
6
  import k from "../icon/v4/IconFlag.vue.js";
6
- const v = { class: "tooltip-title-wrapper" }, A = { class: "main-title" }, T = ["src"], D = /* @__PURE__ */ h({
7
+ import { startOfWeek as C, endOfWeek as F, startOfMonth as I, endOfMonth as O } from "date-fns";
8
+ import { LONG_DATE_FORMAT as i } from "./consts.js";
9
+ const E = { class: "tooltip-title-wrapper" }, N = { class: "main-title" }, L = ["src"], P = /* @__PURE__ */ v({
7
10
  __name: "TooltipHeader",
8
11
  props: {
9
12
  title: { default: "" },
10
13
  xAxisFormat: { default: null },
14
+ xAxisDateInterval: { default: null },
11
15
  dataPoints: { default: () => [] },
12
16
  totalsChart: { type: Boolean, default: !1 }
13
17
  },
14
- setup(o) {
15
- const e = o, a = l(() => e.dataPoints.length ? e.dataPoints[0].dataset : null), p = l(() => e.xAxisFormat === "date" ? "dateLong" : e.xAxisFormat), x = l(() => e.xAxisFormat === "date" ? "day" : e.xAxisFormat), y = l(() => e.totalsChart ? a.value?.label || e.title : d(e.title, p.value));
16
- return (V, b) => (r(), s("div", v, [
17
- g("div", A, [
18
- o.totalsChart && t(a)?.image ? (r(), s("img", {
18
+ setup(a) {
19
+ const e = a, o = m(() => e.dataPoints.length ? e.dataPoints[0].dataset : null), h = m(() => e.totalsChart ? o.value?.label || e.title : e.xAxisFormat === "date" ? g(new Date(e.title)) : r(e.title, e.xAxisFormat)), g = (l) => e.xAxisDateInterval === c.WEEKLY ? `
20
+ ${r(C(l), i)} -
21
+ ${r(F(l), i)}
22
+ ` : e.xAxisDateInterval === c.MONTHLY ? `
23
+ ${r(I(l), i)} -
24
+ ${r(O(l), i)}
25
+ ` : r(l, i);
26
+ return (l, M) => (n(), f("div", E, [
27
+ A("div", N, [
28
+ a.totalsChart && t(o)?.image ? (n(), f("img", {
19
29
  key: 0,
20
30
  class: "title-image",
21
- src: t(a)?.image
22
- }, null, 8, T)) : i("", !0),
23
- o.totalsChart && t(a)?.countryFlag ? (r(), n(t(k), {
31
+ src: t(o)?.image
32
+ }, null, 8, L)) : s("", !0),
33
+ a.totalsChart && t(o)?.countryFlag ? (n(), u(t(k), {
24
34
  key: 1,
25
- "country-code": t(a).countryFlag
26
- }, null, 8, ["country-code"])) : i("", !0),
27
- o.totalsChart && t(a)?.icon ? (r(), n(t(C), {
35
+ "country-code": t(o).countryFlag
36
+ }, null, 8, ["country-code"])) : s("", !0),
37
+ a.totalsChart && t(o)?.icon ? (n(), u(t(T), {
28
38
  key: 2,
29
39
  class: "platform-icon",
30
- type: t(a)?.iconType,
31
- name: t(a)?.icon,
40
+ type: t(o)?.iconType,
41
+ name: t(o)?.icon,
32
42
  size: "16px"
33
- }, null, 8, ["type", "name"])) : i("", !0),
34
- F(t(f), {
43
+ }, null, 8, ["type", "name"])) : s("", !0),
44
+ D(t(y), {
35
45
  class: "title-text",
36
46
  variant: "subtitle2"
37
47
  }, {
38
- default: c(() => [
39
- u(m(t(y)), 1)
48
+ default: d(() => [
49
+ x(p(t(h)), 1)
40
50
  ]),
41
51
  _: 1
42
52
  })
43
53
  ]),
44
- o.xAxisFormat === "date" ? (r(), n(t(f), {
54
+ a.xAxisFormat === "date" && a.xAxisDateInterval !== t(c).WEEKLY && a.xAxisDateInterval !== t(c).MONTHLY ? (n(), u(t(y), {
45
55
  key: 0,
46
56
  class: "tooltip-sub-title",
47
57
  variant: "caption"
48
58
  }, {
49
- default: c(() => [
50
- u(m(t(d)(o.title, t(x))), 1)
59
+ default: d(() => [
60
+ x(p(t(r)(a.title, "day")), 1)
51
61
  ]),
52
62
  _: 1
53
- })) : i("", !0)
63
+ })) : s("", !0)
54
64
  ]));
55
65
  }
56
66
  });
57
67
  export {
58
- D as default
68
+ P as default
59
69
  };
@@ -1,5 +1,5 @@
1
1
  import { UseChartHeightArgs } from '@/components/chart/types';
2
- export declare const useChartHeight: ({ chartPlanesCount, useFullHeight, }: UseChartHeightArgs) => {
2
+ export declare const useChartHeight: ({ chartPlanesCount, useFullHeight, bottomSpacing, }: UseChartHeightArgs) => {
3
3
  containerProps: import("vue").ComputedRef<Record<string, unknown>>;
4
4
  eachPlaneHeight: import("vue").ComputedRef<string>;
5
5
  };
@@ -1,22 +1,24 @@
1
- import { ref as H, computed as o } from "vue";
2
- import { useElementBounding as g, useWindowScroll as m } from "@vueuse/core";
3
- import { useFullPageHeight as f } from "../../../composables/useFullPageHeight.js";
4
- import { DEFAULT_CHART_PLANE_HEIGHT as p, HEADER_HEIGHT as E, MIN_PLANE_HEIGHT as r } from "../consts.js";
5
- const P = ({
1
+ import { ref as g, computed as o } from "vue";
2
+ import { useElementBounding as m, useWindowScroll as f } from "@vueuse/core";
3
+ import { useFullPageHeight as p } from "../../../composables/useFullPageHeight.js";
4
+ import { DEFAULT_CHART_PLANE_HEIGHT as E, HEADER_HEIGHT as v, MIN_PLANE_HEIGHT as r } from "../consts.js";
5
+ const T = ({
6
6
  chartPlanesCount: e,
7
- useFullHeight: n
7
+ useFullHeight: n,
8
+ bottomSpacing: i = 50
8
9
  }) => {
9
- const t = H(), { height: i } = g(t), { cssHeightValue: c } = f({
10
- elem: t
11
- }), { y: l } = m(), s = o(() => n && !l.value ? c.value : p + E + "px"), u = o(() => ({
10
+ const t = g(), { height: c } = m(t), { cssHeightValue: l } = p({
11
+ elem: t,
12
+ bottomSpacing: i
13
+ }), { y: s } = f(), u = o(() => n && !s.value ? l.value : E + v + "px"), h = o(() => ({
12
14
  ref: t,
13
- style: { height: s.value }
14
- })), h = o(() => e.value === 1 ? "100%" : i.value / e.value < r ? `${r}px` : 100 / e.value + "%");
15
+ style: { height: u.value }
16
+ })), a = o(() => e.value === 1 ? "100%" : c.value / e.value < r ? `${r}px` : 100 / e.value + "%");
15
17
  return {
16
- containerProps: u,
17
- eachPlaneHeight: h
18
+ containerProps: h,
19
+ eachPlaneHeight: a
18
20
  };
19
21
  };
20
22
  export {
21
- P as useChartHeight
23
+ T as useChartHeight
22
24
  };
@@ -1,4 +1,4 @@
1
- import { DropdownTypeOption, Font } from './types';
1
+ import { DropdownTypeOption, Font, ValueFormat } from './types';
2
2
  export declare const POINT_BORDER_COLOR = "#fcfcfc";
3
3
  export declare const GRID_LINE_COLOR = "#E4E4E4";
4
4
  export declare const TICK_LABEL_COLOR = "#646464";
@@ -32,4 +32,5 @@ export declare const CHART_PADDING: {
32
32
  top: number;
33
33
  bottom: number;
34
34
  };
35
- export declare const TICKS_EXTRA_PADDING = 10;
35
+ export declare const TICKS_EXTRA_PADDING = 6;
36
+ export declare const LONG_DATE_FORMAT: ValueFormat;
@@ -7,17 +7,17 @@ const t = "#fcfcfc", n = "#E4E4E4", T = "#646464", o = {
7
7
  { id: _.Line, name: "Line" },
8
8
  { id: _.StackedLine, name: "Stack" },
9
9
  { id: _.Bar, name: "Bar" }
10
- ], N = 76, I = 43, s = 312, L = 187, e = "__TOTALS_HELPER_KEY__", i = "___BASE_COLOR__", C = "Bidding", D = "ironSource", K = "UnityAds", P = "Meta", H = "Google", S = "Mintegral", B = "AppLovin", a = "InMobi", G = "DT Exchange", M = "Pangle", r = "Liftoff Monetize", W = 10, F = 70, f = {
10
+ ], N = 76, L = 43, s = 312, I = 187, e = "__TOTALS_HELPER_KEY__", D = "___BASE_COLOR__", i = "Bidding", C = "ironSource", K = "UnityAds", P = "Meta", H = "Google", S = "Mintegral", a = "AppLovin", B = "InMobi", G = "DT Exchange", M = "Pangle", r = "Liftoff Monetize", F = 10, W = 70, f = {
11
11
  left: 18,
12
12
  right: 18,
13
13
  top: 18,
14
14
  bottom: 11
15
- }, U = 10;
15
+ }, d = 6, g = "dateLong";
16
16
  export {
17
- i as BASE_COLOR_KEY,
18
- C as BIDDING_PREFIX,
17
+ D as BASE_COLOR_KEY,
18
+ i as BIDDING_PREFIX,
19
19
  f as CHART_PADDING,
20
- I as COMPACT_HEADER_HEIGHT,
20
+ L as COMPACT_HEADER_HEIGHT,
21
21
  s as DEFAULT_CHART_PLANE_HEIGHT,
22
22
  R as DEFAULT_MAX_VISIBLE,
23
23
  A as DEFAULT_MIN_VISIBLE,
@@ -25,21 +25,22 @@ export {
25
25
  c as DROPDOWN_TYPE_OPTIONS,
26
26
  n as GRID_LINE_COLOR,
27
27
  N as HEADER_HEIGHT,
28
- F as HOVER_AREA_TRANSPARENCY,
29
- W as HOVER_TRANSPARENCY,
30
- L as MIN_PLANE_HEIGHT,
28
+ W as HOVER_AREA_TRANSPARENCY,
29
+ F as HOVER_TRANSPARENCY,
30
+ g as LONG_DATE_FORMAT,
31
+ I as MIN_PLANE_HEIGHT,
31
32
  H as NETWORK_AD_MOB,
32
- B as NETWORK_APPLOVIN,
33
+ a as NETWORK_APPLOVIN,
33
34
  G as NETWORK_DT_EXCHANGE,
34
35
  P as NETWORK_FACEBOOK_META,
35
- a as NETWORK_INMOBI,
36
- D as NETWORK_IRON_SOURCE,
36
+ B as NETWORK_INMOBI,
37
+ C as NETWORK_IRON_SOURCE,
37
38
  r as NETWORK_LIFTOFF,
38
39
  S as NETWORK_MINTEGRAL,
39
40
  M as NETWORK_PANGLE,
40
41
  K as NETWORK_UNITY_ADS,
41
42
  t as POINT_BORDER_COLOR,
42
- U as TICKS_EXTRA_PADDING,
43
+ d as TICKS_EXTRA_PADDING,
43
44
  T as TICK_LABEL_COLOR,
44
45
  o as TICK_LABEL_FONT,
45
46
  e as TOTALS_HELPER_KEY