@ironsource/shared-ui 2.1.12-rc.32 → 2.1.12-rc.34

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 (27) hide show
  1. package/Chart.vue_vue_type_style_index_0_scoped_3da25a36_lang.css +1 -0
  2. package/ChartHeaderTrend.vue_vue_type_style_index_0_scoped_2f916aeb_lang.css +1 -0
  3. package/ChartPlane.vue_vue_type_style_index_0_scoped_f871962e_lang.css +1 -0
  4. package/RadioButton.vue_vue_type_style_index_0_scoped_dac25b9f_lang.css +1 -0
  5. package/components/chart/Chart.vue.d.ts +10 -0
  6. package/components/chart/Chart.vue.js +2 -2
  7. package/components/chart/Chart.vue2.js +29 -25
  8. package/components/chart/ChartHeaderTrend.vue.js +2 -2
  9. package/components/chart/ChartHeaderTrend.vue2.js +34 -33
  10. package/components/chart/ChartPlane.vue.d.ts +10 -0
  11. package/components/chart/ChartPlane.vue.js +4 -4
  12. package/components/chart/ChartPlane.vue2.js +158 -147
  13. package/components/chart/ChartStoryArgs.d.ts +12 -0
  14. package/components/chart/consts.d.ts +4 -0
  15. package/components/chart/consts.js +30 -26
  16. package/components/chart/index.d.ts +39 -1
  17. package/components/chart/mockData.d.ts +15 -0
  18. package/components/chart/types.d.ts +2 -1
  19. package/components/chart/types.js +5 -5
  20. package/components/radioButton/v3/RadioButton.vue.js +2 -2
  21. package/components/radioButton/v3/RadioButton.vue2.js +40 -38
  22. package/index.js +1 -1
  23. package/package.json +1 -1
  24. package/Chart.vue_vue_type_style_index_0_scoped_fa533a3d_lang.css +0 -1
  25. package/ChartHeaderTrend.vue_vue_type_style_index_0_scoped_db8a902c_lang.css +0 -1
  26. package/ChartPlane.vue_vue_type_style_index_0_scoped_4f67d41d_lang.css +0 -1
  27. package/RadioButton.vue_vue_type_style_index_0_scoped_1da367f8_lang.css +0 -1
@@ -0,0 +1 @@
1
+ .chart-container[data-v-3da25a36]{border:1px solid var(--common-divider);background:var(--background-paper);display:flex;border-radius:0 0 6px 6px;width:100%}.chart-planes[data-v-3da25a36]{width:100%;height:100%;overflow-y:auto}.chart-planes.with-legend[data-v-3da25a36]{width:calc(100% - 221px)}.chart-planes .extra-chart-plane[data-v-3da25a36]{border-top:1px solid var(--common-divider)}.chart-sidebar[data-v-3da25a36]{border-left:1px solid var(--common-divider)}
@@ -0,0 +1 @@
1
+ .chart-trend[data-v-2f916aeb]{display:flex;color:var(--text-secondary)}.chart-trend--up[data-v-2f916aeb]{color:var(--success-contrast-text)}.chart-trend--up .trend-icon[data-v-2f916aeb]{color:var(--success-darker)}.chart-trend--down[data-v-2f916aeb]{color:var(--error-contrast-text)}.chart-trend--down .trend-icon[data-v-2f916aeb]{color:var(--error-dark)}.chart-trend--neutral[data-v-2f916aeb],.chart-trend--neutral .trend-icon[data-v-2f916aeb]{color:var(--text-secondary)}.trend-icon[data-v-2f916aeb]{display:flex;align-self:normal}.chart-trend-tooltip[data-v-2f916aeb]{align-items:normal}.trend-tooltip[data-v-2f916aeb]{display:flex;flex-direction:column}.trend-tooltip__header[data-v-2f916aeb]{margin-bottom:.375rem}.trend-tooltip__text[data-v-2f916aeb]{color:var(--text-secondary)}.separator[data-v-2f916aeb]{display:flex;align-items:center;gap:.5rem;justify-content:center;height:1.1875rem}.separator__text[data-v-2f916aeb]{display:block;color:var(--text-secondary)}.separator hr[data-v-2f916aeb]{width:100%;height:1px;border:0;background:var(--common-divider)}
@@ -0,0 +1 @@
1
+ .chart-plane-container[data-v-f871962e]{--headerHeight: var(--019b28ee);width:100%;height:var(--8d0b964e);position:relative}.header-wrapper[data-v-f871962e]{position:absolute;width:100%;height:var(--headerHeight);top:0;z-index:1}.chart-plane[data-v-f871962e]{padding-top:var(--headerHeight);height:100%}.chart-empty[data-v-f871962e]{background:var(--background-paper)}.chart[data-v-f871962e]{width:100%;height:100%;position:relative}.chart__canvas[data-v-f871962e]{width:100%;height:100%}.chart__tooltip[data-v-f871962e]{position:absolute;pointer-events:none;transition:all .1s ease;min-width:214px;max-width:270px;z-index:1}
@@ -0,0 +1 @@
1
+ .label[data-v-dac25b9f]{color:#41454d}.radio-button[data-v-dac25b9f]{display:flex;align-items:flex-start}.radio-button--disabled[data-v-dac25b9f]{opacity:.5}.radio-button--disabled .label[data-v-dac25b9f],.radio-button--disabled .wrapper[data-v-dac25b9f]{cursor:not-allowed}.helper-text[data-v-dac25b9f]{margin-left:-1.5rem;margin-top:.25rem;color:#53575b}.helper-text--error[data-v-dac25b9f]{color:#da564f}.helper-text--text[data-v-dac25b9f]{color:#696a6b}.wrapper[data-v-dac25b9f]{display:inline-flex;align-items:center;justify-content:center;position:relative;box-sizing:border-box;background-color:transparent;outline:0;border:0;margin:0;cursor:pointer;user-select:none;vertical-align:middle;appearance:none;text-decoration:none;padding:.125rem .5rem;border-radius:50%}.label[data-v-dac25b9f]{cursor:pointer;color:#53575b;flex-direction:column;display:inline-flex}.circle[data-v-dac25b9f]{border-radius:50%;width:16px;transition:all .2s ease-in-out 0s;height:16px}.circle[data-v-dac25b9f]:not(.circle--selected){box-shadow:#a9afb4 0 0 0 2px inset}.circle--selected[data-v-dac25b9f]{background-color:#3083ff}.circle[data-v-dac25b9f]:before{display:block;width:16px;height:16px;background-image:radial-gradient(rgb(255,255,255),rgb(255,255,255) 3px,transparent 28%);content:""}input[data-v-dac25b9f]{cursor:inherit;position:absolute;opacity:0;width:100%;height:100%;top:0;left:0;margin:0;padding:0;z-index:1}
@@ -19,6 +19,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
19
19
  tooltipOrder?: TooltipOrder;
20
20
  valueSuffix?: string;
21
21
  valuePrefix?: string;
22
+ indicateIncompleteData?: boolean;
23
+ tooltipExcludeTotalItem?: boolean;
22
24
  header?: string;
23
25
  subheader?: string;
24
26
  subheaderTooltip?: {
@@ -66,8 +68,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
66
68
  tooltipTotalType: TotalType;
67
69
  tooltipTotalCalcFn: (values: number[], totalType: TotalType) => number;
68
70
  tooltipOrder: TooltipOrder;
71
+ tooltipExcludeTotalItem: boolean;
69
72
  valueSuffix: string;
70
73
  valuePrefix: string;
74
+ indicateIncompleteData: boolean;
71
75
  header: string;
72
76
  subheader: string;
73
77
  subheaderTooltip: any;
@@ -114,6 +118,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
114
118
  tooltipOrder?: TooltipOrder;
115
119
  valueSuffix?: string;
116
120
  valuePrefix?: string;
121
+ indicateIncompleteData?: boolean;
122
+ tooltipExcludeTotalItem?: boolean;
117
123
  header?: string;
118
124
  subheader?: string;
119
125
  subheaderTooltip?: {
@@ -161,8 +167,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
161
167
  tooltipTotalType: TotalType;
162
168
  tooltipTotalCalcFn: (values: number[], totalType: TotalType) => number;
163
169
  tooltipOrder: TooltipOrder;
170
+ tooltipExcludeTotalItem: boolean;
164
171
  valueSuffix: string;
165
172
  valuePrefix: string;
173
+ indicateIncompleteData: boolean;
166
174
  header: string;
167
175
  subheader: string;
168
176
  subheaderTooltip: any;
@@ -227,6 +235,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
227
235
  tooltipTotalType: TotalType;
228
236
  tooltipTotalCalcFn: (values: number[], totalType: TotalType) => number;
229
237
  tooltipOrder: TooltipOrder;
238
+ indicateIncompleteData: boolean;
239
+ tooltipExcludeTotalItem: boolean;
230
240
  fullHeight: boolean;
231
241
  fullHeightBottomSpacing: number;
232
242
  withSettingsHeader: boolean;
@@ -1,7 +1,7 @@
1
1
  import o from "./Chart.vue2.js";
2
2
  /* empty css */import _ from "../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../Chart.vue_vue_type_style_index_0_scoped_fa533a3d_lang.css"; //*');
4
- const s = /* @__PURE__ */ _(o, [["__scopeId", "data-v-fa533a3d"]]);
3
+ // import "../../Chart.vue_vue_type_style_index_0_scoped_3da25a36_lang.css"; //*');
4
+ const s = /* @__PURE__ */ _(o, [["__scopeId", "data-v-3da25a36"]]);
5
5
  export {
6
6
  s as default
7
7
  };
@@ -1,8 +1,8 @@
1
- import "../../Chart.vue_vue_type_style_index_0_scoped_fa533a3d_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 V } from "@vueuse/core";
1
+ import "../../Chart.vue_vue_type_style_index_0_scoped_3da25a36_lang.css"; import { defineComponent as P, ref as U, computed as n, openBlock as d, createElementBlock as m, Fragment as I, createBlock as C, unref as i, isRef as b, withCtx as s, renderSlot as u, createCommentVNode as D, createElementVNode as k, mergeProps as y, normalizeClass as O, createVNode as L, createSlots as N, renderList as M } from "vue";
2
+ import { useVModel as B } from "@vueuse/core";
3
3
  import $ from "./ChartLegend.vue.js";
4
4
  import K from "./SettingsHeader.vue.js";
5
- import A from "./ChartPlane.vue.js";
5
+ import V from "./ChartPlane.vue.js";
6
6
  import { useColorsMap as z } from "./composables/useColorsMap.js";
7
7
  import { DEFAULT_TICK_COUNT as R, DEFAULT_MIN_VISIBLE as X, DEFAULT_MAX_VISIBLE as Y } from "./consts.js";
8
8
  import { ChartType as j, DateInterval as q, TooltipOrder as G, TrendDirection as J } from "./types.js";
@@ -11,7 +11,7 @@ import { TotalType as W, calculateTotal as Z } from "../../utils/totals.js";
11
11
  const _ = {
12
12
  key: 0,
13
13
  class: "chart-sidebar"
14
- }, ue = /* @__PURE__ */ U({
14
+ }, ue = /* @__PURE__ */ P({
15
15
  __name: "Chart",
16
16
  props: {
17
17
  dataSets: { default: () => [] },
@@ -32,6 +32,8 @@ const _ = {
32
32
  tooltipOrder: { default: G.Legend },
33
33
  valueSuffix: { default: "" },
34
34
  valuePrefix: { default: "" },
35
+ indicateIncompleteData: { type: Boolean, default: !1 },
36
+ tooltipExcludeTotalItem: { type: Boolean, default: !1 },
35
37
  header: { default: "" },
36
38
  subheader: { default: "" },
37
39
  subheaderTooltip: { default: null },
@@ -58,7 +60,7 @@ const _ = {
58
60
  },
59
61
  emits: ["update:chartType", "update:visibleIds", "update:sortSelected"],
60
62
  setup(a, { emit: p }) {
61
- const e = a, r = V(e, "chartType", p), c = V(e, "sortSelected", p), f = O(null), y = n(() => ({
63
+ const e = a, r = B(e, "chartType", p), c = B(e, "sortSelected", p), f = U(null), T = n(() => ({
62
64
  dataSets: e.dataSets,
63
65
  visibleIds: e.visibleIds,
64
66
  parsing: e.parsing,
@@ -77,7 +79,7 @@ const _ = {
77
79
  noDataSubtitle: e.noDataSubtitle,
78
80
  withAnimation: e.withAnimation,
79
81
  typeSwitcher: !e.withSettingsHeader,
80
- height: P.value,
82
+ height: E.value,
81
83
  compactHeader: x.value > 1,
82
84
  trendValue: e.trendValue,
83
85
  trendDirection: e.trendDirection,
@@ -91,10 +93,12 @@ const _ = {
91
93
  tooltipOrder: e.tooltipOrder,
92
94
  highlightedId: f.value,
93
95
  valueSuffix: e.valueSuffix,
94
- valuePrefix: e.valuePrefix
95
- })), B = n(() => e.dataSets), T = n(() => e.visibleIds), v = n(() => e.extraCharts.length), x = n(() => 1 + v.value), F = (t) => t === v.value - 1, { colorsMap: h } = z({
96
- dataSets: B,
97
- visibleIds: T,
96
+ valuePrefix: e.valuePrefix,
97
+ indicateIncompleteData: e.indicateIncompleteData,
98
+ tooltipExcludeTotalItem: e.tooltipExcludeTotalItem
99
+ })), A = n(() => e.dataSets), g = n(() => e.visibleIds), v = n(() => e.extraCharts.length), x = n(() => 1 + v.value), F = (t) => t === v.value - 1, { colorsMap: h } = z({
100
+ dataSets: A,
101
+ visibleIds: g,
98
102
  variant: e.colorVariant
99
103
  }), w = n(() => e.dataSets.map((t) => ({
100
104
  id: t.id,
@@ -103,63 +107,63 @@ const _ = {
103
107
  color: h.value[t.id] || null,
104
108
  icon: t.icon || null,
105
109
  iconType: t.iconType || "branded"
106
- }))), { containerProps: H, eachPlaneHeight: P } = Q({
110
+ }))), { containerProps: H, eachPlaneHeight: E } = Q({
107
111
  chartPlanesCount: x,
108
112
  useFullHeight: e.fullHeight,
109
113
  bottomSpacing: e.fullHeightBottomSpacing
110
114
  });
111
- return (t, o) => (s(), m(C, null, [
112
- a.withSettingsHeader ? (s(), I(K, {
115
+ return (t, o) => (d(), m(I, null, [
116
+ a.withSettingsHeader ? (d(), C(K, {
113
117
  key: 0,
114
118
  "chart-type": i(r),
115
119
  "onUpdate:chart-type": o[0] || (o[0] = (l) => b(r) ? r.value = l : null),
116
120
  "hide-legend": a.hideLegend
117
121
  }, {
118
- "before-chart-type": d(() => [
122
+ "before-chart-type": s(() => [
119
123
  u(t.$slots, "before-chart-type", {}, void 0, !0)
120
124
  ]),
121
- metric: d(() => [
125
+ metric: s(() => [
122
126
  u(t.$slots, "metric", {}, void 0, !0)
123
127
  ]),
124
- breakdowns: d(() => [
128
+ breakdowns: s(() => [
125
129
  u(t.$slots, "breakdowns", {}, void 0, !0)
126
130
  ]),
127
131
  _: 3
128
132
  }, 8, ["chart-type", "hide-legend"])) : D("", !0),
129
- k("div", g({ class: "chart-container" }, i(H)), [
133
+ k("div", y({ class: "chart-container" }, i(H)), [
130
134
  k("section", {
131
- class: E(["chart-planes", [{ "with-legend": !a.hideLegend }]])
135
+ class: O(["chart-planes", [{ "with-legend": !a.hideLegend }]])
132
136
  }, [
133
- L(A, g({
137
+ L(V, y({
134
138
  "chart-type": i(r),
135
139
  "onUpdate:chart-type": o[1] || (o[1] = (l) => b(r) ? r.value = l : null)
136
- }, i(y)), N({ _: 2 }, [
140
+ }, i(T)), N({ _: 2 }, [
137
141
  t.$slots["subheader-tooltip"] ? {
138
142
  name: "subheader-tooltip",
139
- fn: d(() => [
143
+ fn: s(() => [
140
144
  u(t.$slots, "subheader-tooltip", {}, void 0, !0)
141
145
  ]),
142
146
  key: "0"
143
147
  } : void 0
144
148
  ]), 1040, ["chart-type"]),
145
- (s(!0), m(C, null, M(a.extraCharts, (l, S) => (s(), I(A, g({
149
+ (d(!0), m(I, null, M(a.extraCharts, (l, S) => (d(), C(V, y({
146
150
  key: S,
147
151
  class: "extra-chart-plane"
148
- }, { ...i(y), ...l }, {
152
+ }, { ...i(T), ...l }, {
149
153
  "chart-type": i(r),
150
154
  "colors-map": i(h),
151
155
  "type-switcher": !1,
152
156
  "tooltip-respects-top-edge": !F(S)
153
157
  }), null, 16, ["chart-type", "colors-map", "tooltip-respects-top-edge"]))), 128))
154
158
  ], 2),
155
- a.hideLegend ? D("", !0) : (s(), m("section", _, [
159
+ a.hideLegend ? D("", !0) : (d(), m("section", _, [
156
160
  L($, {
157
161
  "sort-selected": i(c),
158
162
  "onUpdate:sort-selected": o[2] || (o[2] = (l) => b(c) ? c.value = l : null),
159
163
  "highlighted-id": f.value,
160
164
  "onUpdate:highlighted-id": o[3] || (o[3] = (l) => f.value = l),
161
165
  items: i(w),
162
- "visible-ids": i(T),
166
+ "visible-ids": i(g),
163
167
  "max-limit-tooltip-text": a.maxLimitTooltipText,
164
168
  "sort-options": a.sortOptions,
165
169
  "sort-option-name-key": a.sortOptionNameKey,
@@ -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_2f916aeb_lang.css"; //*');
4
+ const a = /* @__PURE__ */ o(e, [["__scopeId", "data-v-2f916aeb"]]);
5
5
  export {
6
6
  a as default
7
7
  };
@@ -1,54 +1,56 @@
1
- import "../../ChartHeaderTrend.vue_vue_type_style_index_0_scoped_db8a902c_lang.css"; import { defineComponent as f, computed as v, openBlock as r, createElementBlock as p, normalizeClass as y, createVNode as u, unref as t, withCtx as o, createElementVNode as s, createBlock as d, createTextVNode as a, toDisplayString as i, createCommentVNode as n, pushScopeId as g, popScopeId as C } from "vue";
2
- import l from "../typography/v4/Typography.vue.js";
1
+ import "../../ChartHeaderTrend.vue_vue_type_style_index_0_scoped_2f916aeb_lang.css"; import { defineComponent as g, computed as p, openBlock as n, createElementBlock as m, normalizeClass as y, createVNode as l, unref as t, withCtx as o, createElementVNode as u, createBlock as s, createTextVNode as a, toDisplayString as d, createCommentVNode as c, pushScopeId as C, popScopeId as _ } from "vue";
2
+ import i 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 k from "../tooltip/v4/TooltipV4.vue.js";
6
- import { TrendDirection as m } from "./types.js";
7
- const h = (e) => (g("data-v-db8a902c"), e = e(), C(), e), x = { class: "trend-tooltip" }, N = {
5
+ import x from "../tooltip/v4/TooltipV4.vue.js";
6
+ import { TrendDirection as h } from "./types.js";
7
+ const f = (e) => (C("data-v-2f916aeb"), e = e(), _(), e), k = { class: "trend-tooltip" }, N = {
8
8
  key: 2,
9
9
  class: "separator"
10
- }, P = /* @__PURE__ */ h(() => /* @__PURE__ */ s("hr", null, null, -1)), _ = /* @__PURE__ */ h(() => /* @__PURE__ */ s("hr", null, null, -1)), L = /* @__PURE__ */ f({
10
+ }, I = /* @__PURE__ */ f(() => /* @__PURE__ */ u("hr", null, null, -1)), P = /* @__PURE__ */ f(() => /* @__PURE__ */ u("hr", null, null, -1)), U = /* @__PURE__ */ g({
11
11
  __name: "ChartHeaderTrend",
12
12
  props: {
13
13
  value: { default: null },
14
- direction: { default: m.UP },
14
+ direction: { default: h.UP },
15
15
  trendTooltip: { default: null }
16
16
  },
17
17
  setup(e) {
18
- const c = e, T = v(
19
- () => c.trendTooltip?.header || c.trendTooltip?.rangeCurrent || c.trendTooltip?.rangePrevious
18
+ const r = e, T = p(
19
+ () => r.trendTooltip?.header || r.trendTooltip?.rangeCurrent || r.trendTooltip?.rangePrevious
20
+ ), v = p(
21
+ () => r.direction === h.NEUTRAL ? "minus" : `arrow-${r.direction}`
20
22
  );
21
- return (I, S) => (r(), p("div", {
23
+ return (S, V) => (n(), m("div", {
22
24
  class: y(["chart-trend", [`chart-trend--${e.direction}`]])
23
25
  }, [
24
- u(t(k), {
26
+ l(t(x), {
25
27
  disabled: !t(T)
26
28
  }, {
27
29
  tooltip: o(() => [
28
- s("div", x, [
29
- e.trendTooltip?.header ? (r(), d(t(l), {
30
+ u("div", k, [
31
+ e.trendTooltip?.header ? (n(), s(t(i), {
30
32
  key: 0,
31
33
  class: "trend-tooltip__header",
32
34
  variant: "subtitle2"
33
35
  }, {
34
36
  default: o(() => [
35
- a(i(e.trendTooltip.header), 1)
37
+ a(d(e.trendTooltip.header), 1)
36
38
  ]),
37
39
  _: 1
38
- })) : n("", !0),
39
- e.trendTooltip?.rangeCurrent ? (r(), d(t(l), {
40
+ })) : c("", !0),
41
+ e.trendTooltip?.rangeCurrent ? (n(), s(t(i), {
40
42
  key: 1,
41
43
  variant: "body2",
42
44
  class: "trend-tooltip__text"
43
45
  }, {
44
46
  default: o(() => [
45
- a(i(e.trendTooltip.rangeCurrent), 1)
47
+ a(d(e.trendTooltip.rangeCurrent), 1)
46
48
  ]),
47
49
  _: 1
48
- })) : n("", !0),
49
- e.trendTooltip?.rangeCurrent && e.trendTooltip?.rangePrevious ? (r(), p("div", N, [
50
- P,
51
- u(t(l), {
50
+ })) : c("", !0),
51
+ e.trendTooltip?.rangeCurrent && e.trendTooltip?.rangePrevious ? (n(), m("div", N, [
52
+ I,
53
+ l(t(i), {
52
54
  class: "separator__text",
53
55
  variant: "caption"
54
56
  }, {
@@ -57,31 +59,30 @@ const h = (e) => (g("data-v-db8a902c"), e = e(), C(), e), x = { class: "trend-to
57
59
  ]),
58
60
  _: 1
59
61
  }),
60
- _
61
- ])) : n("", !0),
62
- e.trendTooltip?.rangePrevious ? (r(), d(t(l), {
62
+ P
63
+ ])) : c("", !0),
64
+ e.trendTooltip?.rangePrevious ? (n(), s(t(i), {
63
65
  key: 3,
64
66
  variant: "body2",
65
67
  class: "trend-tooltip__text"
66
68
  }, {
67
69
  default: o(() => [
68
- a(i(e.trendTooltip.rangePrevious), 1)
70
+ a(d(e.trendTooltip.rangePrevious), 1)
69
71
  ]),
70
72
  _: 1
71
- })) : n("", !0)
73
+ })) : c("", !0)
72
74
  ])
73
75
  ]),
74
76
  default: o(() => [
75
- e.direction !== t(m).NEUTRAL ? (r(), d(t(b), {
76
- key: 0,
77
+ l(t(b), {
77
78
  class: "trend-icon",
78
79
  type: "bold",
79
- name: `arrow-${e.direction}`,
80
+ name: t(v),
80
81
  size: "15px"
81
- }, null, 8, ["name"])) : n("", !0),
82
- u(t(l), { variant: "chipLabel" }, {
82
+ }, null, 8, ["name"]),
83
+ l(t(i), { variant: "chipLabel" }, {
83
84
  default: o(() => [
84
- a(i(e.value), 1)
85
+ a(d(e.value), 1)
85
86
  ]),
86
87
  _: 1
87
88
  })
@@ -92,5 +93,5 @@ const h = (e) => (g("data-v-db8a902c"), e = e(), C(), e), x = { class: "trend-to
92
93
  }
93
94
  });
94
95
  export {
95
- L as default
96
+ U as default
96
97
  };
@@ -43,6 +43,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
43
43
  colorsMap: Record<string, string>;
44
44
  valueSuffix?: string;
45
45
  valuePrefix?: string;
46
+ indicateIncompleteData?: boolean;
47
+ tooltipExcludeTotalItem?: boolean;
46
48
  }>, {
47
49
  chartType: ChartType;
48
50
  dataSets: () => any[];
@@ -79,6 +81,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
79
81
  colorsMap: () => {};
80
82
  valueSuffix: string;
81
83
  valuePrefix: string;
84
+ indicateIncompleteData: boolean;
85
+ tooltipExcludeTotalItem: boolean;
82
86
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
83
87
  "update:chartType": (chartType: ChartType) => void;
84
88
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
@@ -124,6 +128,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
124
128
  colorsMap: Record<string, string>;
125
129
  valueSuffix?: string;
126
130
  valuePrefix?: string;
131
+ indicateIncompleteData?: boolean;
132
+ tooltipExcludeTotalItem?: boolean;
127
133
  }>, {
128
134
  chartType: ChartType;
129
135
  dataSets: () => any[];
@@ -160,6 +166,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
160
166
  colorsMap: () => {};
161
167
  valueSuffix: string;
162
168
  valuePrefix: string;
169
+ indicateIncompleteData: boolean;
170
+ tooltipExcludeTotalItem: boolean;
163
171
  }>>> & {
164
172
  "onUpdate:chartType"?: (chartType: ChartType) => any;
165
173
  }, {
@@ -198,6 +206,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
198
206
  tooltipTotalCalcFn: (values: number[], totalType: TotalType) => number;
199
207
  tooltipOrder: TooltipOrder;
200
208
  colorsMap: Record<string, string>;
209
+ indicateIncompleteData: boolean;
210
+ tooltipExcludeTotalItem: boolean;
201
211
  }>, {
202
212
  "subheader-tooltip"?(_: {}): any;
203
213
  }>;
@@ -1,7 +1,7 @@
1
- import o from "./ChartPlane.vue2.js";
2
- /* empty css */import e from "../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../ChartPlane.vue_vue_type_style_index_0_scoped_4f67d41d_lang.css"; //*');
4
- const a = /* @__PURE__ */ e(o, [["__scopeId", "data-v-4f67d41d"]]);
1
+ import e from "./ChartPlane.vue2.js";
2
+ /* empty css */import o from "../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../ChartPlane.vue_vue_type_style_index_0_scoped_f871962e_lang.css"; //*');
4
+ const a = /* @__PURE__ */ o(e, [["__scopeId", "data-v-f871962e"]]);
5
5
  export {
6
6
  a as default
7
7
  };