@ironsource/shared-ui 2.1.11-rc.6 → 2.1.11-rc.60
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.
- package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_604dfc6f_lang.css +1 -0
- package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_1aa6df01_lang.css +1 -0
- package/Chart.vue_vue_type_style_index_0_scoped_026d82c5_lang.css +1 -0
- package/ChartHeader.vue_vue_type_style_index_0_scoped_b8213498_lang.css +1 -0
- package/ChartLegend.vue_vue_type_style_index_0_scoped_aa32a103_lang.css +1 -0
- package/ChartLoader.vue_vue_type_style_index_0_scoped_ffa4cc66_lang.css +1 -0
- package/ChartTooltip.vue_vue_type_style_index_0_scoped_6744325c_lang.css +1 -0
- package/CheckboxV4.vue_vue_type_style_index_0_scoped_af4ae3c3_lang.css +1 -0
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_e43ac1c9_lang.css +1 -0
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_2a77c137_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_26488faf_lang.css +1 -0
- package/DataGridMenu.vue_vue_type_style_index_0_scoped_ddfaf207_lang.css +1 -0
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_309e5351_lang.css +1 -0
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_73bf9b5b_lang.css +1 -0
- package/DialogV4.vue_vue_type_style_index_0_scoped_37da643b_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_75002075_lang.css +1 -0
- package/EditableV4.vue_vue_type_style_index_0_scoped_1bbe222a_lang.css +1 -0
- package/EmptyStateV4.vue_vue_type_style_index_0_scoped_18728498_lang.css +1 -0
- package/FiltersPanelV4.vue_vue_type_style_index_0_scoped_383011d3_lang.css +1 -0
- package/FormCard.vue_vue_type_style_index_0_scoped_86feae7b_lang.css +1 -0
- package/IconFlag.vue_vue_type_style_index_0_scoped_6526c390_lang.css +1 -0
- package/InlineCopy.vue_vue_type_style_index_0_scoped_ad48b61e_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_5ff4b654_lang.css +1 -0
- package/PopoverV4.vue_vue_type_style_index_0_scoped_66694b4e_lang.css +1 -0
- package/README.md +4 -15
- package/SettingsHeader.vue_vue_type_style_index_0_scoped_9b6cd9d9_lang.css +1 -0
- package/SnackbarV4.vue_vue_type_style_index_0_scoped_89fe8aa1_lang.css +1 -0
- package/SortableItem.vue_vue_type_style_index_0_scoped_48542664_lang.css +1 -0
- package/SortableItemLabel.vue_vue_type_style_index_0_scoped_f2ced2f4_lang.css +1 -0
- package/SortableList.vue_vue_type_style_index_0_scoped_8f267f88_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_fce3948c_lang.css +1 -0
- package/ThemeWrapper.vue_vue_type_style_index_1_lang.css +1 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_66eab856_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_b883d1fa_lang.css +1 -0
- package/Typography.vue_vue_type_style_index_0_scoped_07b259bf_lang.css +1 -0
- package/components/autocomplete/Autocomplete.vue2.js +3 -2
- package/components/chart/Chart.vue.d.ts +16 -3
- package/components/chart/Chart.vue.js +5 -5
- package/components/chart/Chart.vue2.js +145 -123
- package/components/chart/ChartHeader.vue.d.ts +13 -6
- package/components/chart/ChartHeader.vue.js +2 -2
- package/components/chart/ChartHeader.vue2.js +32 -29
- package/components/chart/ChartLegend.vue.d.ts +5 -0
- package/components/chart/ChartLegend.vue.js +3 -3
- package/components/chart/ChartLegend.vue2.js +110 -50
- package/components/chart/ChartLoader.vue.js +5 -23
- package/components/chart/ChartLoader.vue2.js +15 -0
- package/components/chart/ChartTooltip.vue.d.ts +4 -5
- package/components/chart/ChartTooltip.vue.js +2 -2
- package/components/chart/ChartTooltip.vue2.js +64 -43
- package/components/chart/SettingsHeader.vue.js +3 -3
- package/components/chart/SettingsHeader.vue2.js +34 -26
- package/components/chart/index.d.ts +55 -16
- package/components/chart/mockData.d.ts +22 -1
- package/components/chart/types.d.ts +15 -1
- package/components/chart/utils/utils.js +5 -5
- package/components/checkbox/v4/CheckboxV4.vue.js +3 -3
- package/components/checkbox/v4/CheckboxV4.vue2.js +2 -2
- package/components/datePicker/v4/DatePickerV4.vue2.js +8 -7
- package/components/dateRange/v4/DateRangeV4.vue.js +2 -2
- package/components/dateRange/v4/DateRangeV4.vue2.js +9 -9
- package/components/dialog/v4/DialogV4.vue.d.ts +15 -0
- package/components/dialog/v4/DialogV4.vue.js +3 -3
- package/components/dialog/v4/DialogV4.vue2.js +80 -73
- package/components/dialog/v4/index.d.ts +58 -1
- package/components/dropdown/common/Dropdown.common.js +200 -189
- package/components/dropdown/v3/Dropdown.vue.d.ts +2 -2
- package/components/dropdown/v3/index.d.ts +39 -39
- package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +1 -1
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +15 -0
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +42 -20
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue2.js +7 -7
- package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +10 -0
- package/components/dropdown/v4/ChipDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +88 -47
- package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +133 -0
- package/components/dropdown/v4/ConditionalDropdown.vue.js +7 -0
- package/components/dropdown/v4/ConditionalDropdown.vue2.js +246 -0
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +45 -46
- package/components/dropdown/v4/DropdownV4.vue.d.ts +26 -6
- package/components/dropdown/v4/DropdownV4.vue.js +2 -2
- package/components/dropdown/v4/DropdownV4.vue2.js +187 -167
- package/components/dropdown/v4/OptionV4.vue.d.ts +5 -0
- package/components/dropdown/v4/OptionV4.vue.js +2 -2
- package/components/dropdown/v4/OptionV4.vue2.js +116 -91
- package/components/dropdown/v4/TreeDropdown.vue.d.ts +1 -1
- package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
- package/components/dropdown/v4/TreeDropdown.vue2.js +123 -113
- package/components/dropdown/v4/index.d.ts +431 -95
- package/components/dropdown/v4/index.js +6 -3
- package/components/emptyState/v4/EmptyStateV4.vue.js +3 -3
- package/components/emptyState/v4/EmptyStateV4.vue2.js +1 -1
- package/components/filtersPanel/v4/FiltersPanelV4.vue.js +2 -2
- package/components/filtersPanel/v4/FiltersPanelV4.vue2.js +8 -9
- package/components/forms/FormCard.vue.js +3 -3
- package/components/forms/FormCard.vue2.js +1 -1
- package/components/icon/v4/IconFlag.vue.js +3 -3
- package/components/icon/v4/IconFlag.vue2.js +1 -1
- package/components/icon/v4/consts.d.ts +1 -1
- package/components/icon/v4/consts.js +1 -1
- package/components/inlineCopy/InlineCopy.vue.d.ts +5 -0
- package/components/inlineCopy/InlineCopy.vue.js +2 -2
- package/components/inlineCopy/InlineCopy.vue2.js +24 -22
- package/components/inlineCopy/index.d.ts +9 -0
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +185 -165
- package/components/multibar/MultiBarMenu.vue2.js +3 -2
- package/components/popover/v4/PopoverV4.vue.d.ts +11 -1
- package/components/popover/v4/PopoverV4.vue.js +4 -3
- package/components/popover/v4/PopoverV4.vue2.js +40 -26
- package/components/popover/v4/index.d.ts +46 -8
- package/components/snackbar/v4/SnackbarV4.vue.d.ts +7 -116
- package/components/snackbar/v4/SnackbarV4.vue.js +5 -5
- package/components/snackbar/v4/SnackbarV4.vue2.js +62 -60
- package/components/sortableList/SortableItem.vue.d.ts +5 -0
- package/components/sortableList/SortableItem.vue.js +3 -3
- package/components/sortableList/SortableItem.vue2.js +86 -70
- package/components/sortableList/SortableItemLabel.vue.js +3 -3
- package/components/sortableList/SortableItemLabel.vue2.js +20 -23
- package/components/sortableList/SortableList.vue.d.ts +17 -1
- package/components/sortableList/SortableList.vue.js +4 -4
- package/components/sortableList/SortableList.vue2.js +113 -94
- package/components/sortableList/index.d.ts +63 -5
- package/components/table/common/Table.common.d.ts +1 -1
- package/components/table/common/Table.common.js +83 -77
- package/components/table/common/Table.types.d.ts +1 -1
- package/components/table/common/consts.d.ts +4 -0
- package/components/table/common/consts.js +7 -0
- package/components/table/v3/Table.vue.d.ts +1 -1
- package/components/table/v3/index.d.ts +5 -5
- package/components/table/v4/DataGrid.vue.d.ts +12 -2
- package/components/table/v4/DataGrid.vue.js +2 -2
- package/components/table/v4/DataGrid.vue2.js +164 -155
- package/components/table/v4/DataGridMenu.vue.js +5 -5
- package/components/table/v4/DataGridMenu.vue2.js +4 -3
- package/components/table/v4/MultipleDataGrid.vue.d.ts +1 -1
- package/components/table/v4/index.d.ts +84 -46
- package/components/table-cells/common/Editable.common.js +29 -23
- package/components/table-cells/common/EditableContext.d.ts +1 -0
- package/components/table-cells/v4/EditableV4.vue.d.ts +5 -0
- package/components/table-cells/v4/EditableV4.vue.js +3 -3
- package/components/table-cells/v4/EditableV4.vue2.js +11 -10
- package/components/table-cells/v4/index.d.ts +20 -1
- package/components/tooltip/v4/TooltipV4.vue.d.ts +10 -0
- package/components/tooltip/v4/TooltipV4.vue.js +3 -3
- package/components/tooltip/v4/TooltipV4.vue2.js +24 -21
- package/components/tooltip/v4/index.d.ts +39 -1
- package/components/typography/v4/Typography.vue.js +2 -2
- package/components/typography/v4/Typography.vue2.js +24 -18
- package/design-foundation.stories/icons/iconsData.d.ts +1 -1
- package/index.d.ts +1570 -328
- package/index.js +1 -1
- package/mocks/options.d.ts +19 -0
- package/mocks/words.d.ts +1 -1
- package/package.json +2 -1
- package/style/v4/grid.css +1 -1
- package/style/v4/grid.css.map +1 -1
- package/style/v4/spacings.scss +1 -0
- package/testids/index.d.ts +2 -0
- package/testids/index.js +13 -13
- package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_76c74f58_lang.css +0 -1
- package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_7f750550_lang.css +0 -1
- package/Chart.vue_vue_type_style_index_0_scoped_ea1e5c3e_lang.css +0 -1
- package/ChartHeader.vue_vue_type_style_index_0_scoped_4c37736e_lang.css +0 -1
- package/ChartLegend.vue_vue_type_style_index_0_scoped_c0f71a49_lang.css +0 -1
- package/ChartLoader.vue_vue_type_style_index_0_scoped_142c444a_lang.css +0 -1
- package/ChartTooltip.vue_vue_type_style_index_0_scoped_ec636f18_lang.css +0 -1
- package/CheckboxV4.vue_vue_type_style_index_0_scoped_8e5b619a_lang.css +0 -1
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_49bd7193_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_0cd8af73_lang.css +0 -1
- package/DataGridMenu.vue_vue_type_style_index_0_scoped_a6e4672f_lang.css +0 -1
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_f81413ec_lang.css +0 -1
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_9fa84b26_lang.css +0 -1
- package/DialogV4.vue_vue_type_style_index_0_scoped_09c488cf_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_111642c6_lang.css +0 -1
- package/EditableV4.vue_vue_type_style_index_0_scoped_e0c047b4_lang.css +0 -1
- package/EmptyStateV4.vue_vue_type_style_index_0_scoped_24001caa_lang.css +0 -1
- package/FiltersPanelV4.vue_vue_type_style_index_0_scoped_39061862_lang.css +0 -1
- package/FormCard.vue_vue_type_style_index_0_scoped_c7965a69_lang.css +0 -1
- package/IconFlag.vue_vue_type_style_index_0_scoped_7b09cc85_lang.css +0 -1
- package/InlineCopy.vue_vue_type_style_index_0_scoped_893a203c_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_da829544_lang.css +0 -1
- package/PopoverV4.vue_vue_type_style_index_0_scoped_43b5cba4_lang.css +0 -1
- package/SettingsHeader.vue_vue_type_style_index_0_scoped_1791e4fe_lang.css +0 -1
- package/SnackbarV4.vue_vue_type_style_index_0_scoped_49c5ccea_lang.css +0 -1
- package/SortableItem.vue_vue_type_style_index_0_scoped_9dd4d372_lang.css +0 -1
- package/SortableItemLabel.vue_vue_type_style_index_0_scoped_1386ae20_lang.css +0 -1
- package/SortableList.vue_vue_type_style_index_0_scoped_e9cd63b8_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_4d9bf5b2_lang.css +0 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_fcdb9d02_lang.css +0 -1
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_985779f7_lang.css +0 -1
- package/Typography.vue_vue_type_style_index_0_scoped_992962bc_lang.css +0 -1
- package/consts/configs.js +0 -4
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import "../../Chart.
|
|
2
|
-
import { useVModel as
|
|
3
|
-
import { Chart as
|
|
4
|
-
import { HoverVerticalLine as
|
|
5
|
-
import { formatValue as
|
|
6
|
-
import { DEFAULT_TICK_COUNT as
|
|
1
|
+
import "../../Chart.vue_vue_type_style_index_0_scoped_026d82c5_lang.css"; import { defineComponent as J, computed as i, ref as T, onMounted as Q, watch as C, nextTick as Y, openBlock as d, createElementBlock as k, Fragment as F, createBlock as v, unref as u, isRef as N, withCtx as x, renderSlot as L, createCommentVNode as y, createElementVNode as p, normalizeClass as _, createVNode as H, normalizeStyle as ee } from "vue";
|
|
2
|
+
import { useVModel as te } from "@vueuse/core";
|
|
3
|
+
import { Chart as P, ArcElement as ae, LineElement as oe, BarElement as ie, PointElement as le, LineController as re, BarController as ne, PieController as se, ScatterController as de, CategoryScale as ue, LinearScale as ce, Filler as pe, Tooltip as he } from "chart.js";
|
|
4
|
+
import { HoverVerticalLine as me } from "./plugins/HoverVerticalLine.js";
|
|
5
|
+
import { formatValue as U, calcStepSize as fe } from "./utils/utils.js";
|
|
6
|
+
import { DEFAULT_TICK_COUNT as ve, DEFAULT_MIN_VISIBLE as ye, DEFAULT_MAX_VISIBLE as be, COLOR_PALETTE as ge, POINT_BORDER_COLOR as Te, TICK_LABEL_COLOR as z, TICK_LABEL_FONT as M, GRID_LINE_COLOR as $ } from "./consts.js";
|
|
7
7
|
import { ChartType as n } from "./types.js";
|
|
8
|
-
import { useTooltipPosition as
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import { hexColorToRgba as
|
|
13
|
-
import { useChartValues as
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
const
|
|
8
|
+
import { useTooltipPosition as Ce } from "./composables/useTooltipPosition.js";
|
|
9
|
+
import ke from "./ChartTooltip.vue.js";
|
|
10
|
+
import xe from "./ChartLegend.vue.js";
|
|
11
|
+
import Le from "./ChartHeader.vue.js";
|
|
12
|
+
import { hexColorToRgba as Se } from "../../utils/color.js";
|
|
13
|
+
import { useChartValues as we } from "./composables/useChartValues.js";
|
|
14
|
+
import Be from "./ChartLoader.vue.js";
|
|
15
|
+
import Ie from "../emptyState/v4/EmptyStateV4.vue.js";
|
|
16
|
+
import Ae from "./SettingsHeader.vue.js";
|
|
17
|
+
const Ee = { class: "chart-container" }, Ve = { class: "header-wrapper" }, Re = { class: "chart" }, De = {
|
|
18
18
|
key: 0,
|
|
19
19
|
class: "chart-sidebar"
|
|
20
|
-
},
|
|
20
|
+
}, Je = /* @__PURE__ */ J({
|
|
21
21
|
__name: "Chart",
|
|
22
22
|
props: {
|
|
23
23
|
dataSets: { default: () => [] },
|
|
@@ -26,75 +26,85 @@ const Ie = { class: "chart-container" }, we = { class: "chart-content" }, Ae = {
|
|
|
26
26
|
parsing: { default: void 0 },
|
|
27
27
|
xAxisFormat: { default: "string" },
|
|
28
28
|
yAxisFormat: { default: "number" },
|
|
29
|
-
tickCount: { default:
|
|
29
|
+
tickCount: { default: ve },
|
|
30
30
|
header: { default: "" },
|
|
31
31
|
subheader: { default: "" },
|
|
32
|
-
|
|
32
|
+
withSubheaderTooltip: { type: Boolean, default: !1 },
|
|
33
33
|
hideLegend: { type: Boolean, default: !1 },
|
|
34
|
-
minVisible: { default:
|
|
35
|
-
maxVisible: { default:
|
|
34
|
+
minVisible: { default: ye },
|
|
35
|
+
maxVisible: { default: be },
|
|
36
36
|
loading: { type: Boolean, default: !1 },
|
|
37
37
|
noDataIcon: { default: "file-x" },
|
|
38
38
|
noDataTitle: { default: "No data to display" },
|
|
39
39
|
noDataSubtitle: { default: "Search again with different filters" },
|
|
40
|
-
withSettingsHeader: { type: Boolean, default: !0 }
|
|
40
|
+
withSettingsHeader: { type: Boolean, default: !0 },
|
|
41
|
+
maxLimitTooltipText: { default: "" },
|
|
42
|
+
withAnimation: { type: Boolean, default: !0 }
|
|
41
43
|
},
|
|
42
44
|
emits: ["update:chartType", "update:visibleIds"],
|
|
43
|
-
setup(a, { emit:
|
|
45
|
+
setup(a, { emit: S }) {
|
|
44
46
|
const t = a;
|
|
45
|
-
|
|
46
|
-
Y,
|
|
47
|
-
ee,
|
|
48
|
-
te,
|
|
47
|
+
P.register(
|
|
49
48
|
ae,
|
|
50
49
|
oe,
|
|
51
|
-
re,
|
|
52
50
|
ie,
|
|
53
51
|
le,
|
|
52
|
+
re,
|
|
54
53
|
ne,
|
|
55
54
|
se,
|
|
56
55
|
de,
|
|
57
56
|
ue,
|
|
58
|
-
ce
|
|
57
|
+
ce,
|
|
58
|
+
pe,
|
|
59
|
+
he,
|
|
60
|
+
me
|
|
59
61
|
);
|
|
60
|
-
const c =
|
|
62
|
+
const c = te(t, "chartType", S), K = i(
|
|
63
|
+
() => t.withAnimation ? "" : "none"
|
|
64
|
+
), h = T(null);
|
|
61
65
|
let s = null;
|
|
62
|
-
const
|
|
63
|
-
|
|
64
|
-
},
|
|
65
|
-
s && (s.data.datasets =
|
|
66
|
+
const w = i(() => t.dataSets.length === 0), B = i(() => !t.loading && !w.value), b = () => {
|
|
67
|
+
h.value && (s && s.destroy(), s = new P(h.value, E.value));
|
|
68
|
+
}, W = () => {
|
|
69
|
+
s && (s.data.datasets = g.value, s.options = E.value.options, s.update(K.value));
|
|
66
70
|
};
|
|
67
|
-
|
|
68
|
-
e && (await
|
|
69
|
-
}), C([() => t.visibleIds, () => t.dataSets],
|
|
70
|
-
const
|
|
71
|
+
Q(b), C(() => t.chartType, b), C(B, async (e) => {
|
|
72
|
+
e && (await Y(), b());
|
|
73
|
+
}), C([() => t.visibleIds, () => t.dataSets], W);
|
|
74
|
+
const m = i(
|
|
71
75
|
() => t.chartType === n.StackedLine || t.chartType === n.StackedBar
|
|
72
|
-
),
|
|
76
|
+
), I = i(
|
|
73
77
|
() => t.chartType === n.Line || t.chartType === n.StackedLine
|
|
74
|
-
),
|
|
78
|
+
), f = i(
|
|
75
79
|
() => t.dataSets.filter((e) => t.visibleIds.includes(e.id))
|
|
76
|
-
),
|
|
77
|
-
const
|
|
80
|
+
), g = i(() => f.value.map((e, o) => {
|
|
81
|
+
const l = e.color || ge[o] || "#000000";
|
|
78
82
|
return {
|
|
79
83
|
...e,
|
|
80
|
-
fill:
|
|
81
|
-
backgroundColor:
|
|
82
|
-
|
|
84
|
+
fill: m.value ? "start" : void 0,
|
|
85
|
+
backgroundColor: Se(
|
|
86
|
+
l,
|
|
83
87
|
t.chartType === n.StackedLine ? 10 : 70
|
|
84
88
|
),
|
|
85
|
-
borderColor:
|
|
86
|
-
pointBackgroundColor:
|
|
87
|
-
pointHoverBorderColor:
|
|
89
|
+
borderColor: l,
|
|
90
|
+
pointBackgroundColor: l,
|
|
91
|
+
pointHoverBorderColor: l,
|
|
88
92
|
maxBarThickness: 50,
|
|
89
|
-
clip: 5
|
|
93
|
+
clip: 5,
|
|
90
94
|
// draw a bit outside the chart area
|
|
95
|
+
icon: e.icon || null,
|
|
96
|
+
iconType: e.iconType || "branded"
|
|
91
97
|
};
|
|
92
|
-
})),
|
|
98
|
+
})), A = i(
|
|
99
|
+
() => f.value.length && f.value.every(
|
|
100
|
+
(e) => e.data.length === 1
|
|
101
|
+
)
|
|
102
|
+
), E = i(
|
|
93
103
|
() => ({
|
|
94
104
|
type: t.chartType == n.Bar || t.chartType === n.StackedBar ? "bar" : "line",
|
|
95
105
|
// Chart Data
|
|
96
106
|
data: {
|
|
97
|
-
datasets:
|
|
107
|
+
datasets: g.value
|
|
98
108
|
},
|
|
99
109
|
// Chart Options
|
|
100
110
|
options: {
|
|
@@ -108,17 +118,17 @@ const Ie = { class: "chart-container" }, we = { class: "chart-content" }, Ae = {
|
|
|
108
118
|
plugins: {
|
|
109
119
|
legend: { display: !1 },
|
|
110
120
|
title: { display: !1 },
|
|
111
|
-
hoverVerticalLine:
|
|
121
|
+
hoverVerticalLine: I.value,
|
|
112
122
|
// tooltip
|
|
113
123
|
tooltip: {
|
|
114
124
|
enabled: !1,
|
|
115
125
|
position: "average",
|
|
116
126
|
external: ({ tooltip: e }) => {
|
|
117
|
-
|
|
127
|
+
r.value = { ...e };
|
|
118
128
|
},
|
|
119
129
|
callbacks: {
|
|
120
130
|
footer: (e) => {
|
|
121
|
-
const o = e.reduce((
|
|
131
|
+
const o = e.reduce((l, q) => l + (q.parsed.y || 0), 0);
|
|
122
132
|
return ["Total", String(o)];
|
|
123
133
|
}
|
|
124
134
|
}
|
|
@@ -141,12 +151,12 @@ const Ie = { class: "chart-container" }, we = { class: "chart-content" }, Ae = {
|
|
|
141
151
|
tension: 0.3
|
|
142
152
|
},
|
|
143
153
|
point: {
|
|
144
|
-
radius: 1,
|
|
154
|
+
radius: A.value ? 3 : 1,
|
|
145
155
|
hitRadius: 8,
|
|
146
156
|
borderWidth: 0,
|
|
147
157
|
hoverRadius: 4,
|
|
148
158
|
hoverBorderWidth: 2,
|
|
149
|
-
pointHoverBackgroundColor:
|
|
159
|
+
pointHoverBackgroundColor: Te
|
|
150
160
|
},
|
|
151
161
|
bar: {
|
|
152
162
|
borderRadius: 4
|
|
@@ -156,16 +166,17 @@ const Ie = { class: "chart-container" }, we = { class: "chart-content" }, Ae = {
|
|
|
156
166
|
// Horizontal Axis (X)
|
|
157
167
|
x: {
|
|
158
168
|
beginAtZero: !0,
|
|
169
|
+
offset: !I.value || A.value,
|
|
159
170
|
border: { display: !1 },
|
|
160
|
-
stacked:
|
|
171
|
+
stacked: m.value,
|
|
161
172
|
// stack on top of each other
|
|
162
173
|
// ticks
|
|
163
174
|
ticks: {
|
|
164
|
-
color:
|
|
165
|
-
font:
|
|
175
|
+
color: z,
|
|
176
|
+
font: M,
|
|
166
177
|
padding: 4,
|
|
167
178
|
callback: function(e) {
|
|
168
|
-
return
|
|
179
|
+
return U(
|
|
169
180
|
this.getLabelForValue(e),
|
|
170
181
|
t.xAxisFormat
|
|
171
182
|
);
|
|
@@ -173,7 +184,7 @@ const Ie = { class: "chart-container" }, we = { class: "chart-content" }, Ae = {
|
|
|
173
184
|
},
|
|
174
185
|
// grid lines
|
|
175
186
|
grid: {
|
|
176
|
-
color:
|
|
187
|
+
color: $,
|
|
177
188
|
drawOnChartArea: !1,
|
|
178
189
|
drawTicks: !0,
|
|
179
190
|
drawBorder: !1,
|
|
@@ -185,21 +196,21 @@ const Ie = { class: "chart-container" }, we = { class: "chart-content" }, Ae = {
|
|
|
185
196
|
beginAtZero: !0,
|
|
186
197
|
border: { display: !1 },
|
|
187
198
|
// hide left borderline
|
|
188
|
-
stacked:
|
|
199
|
+
stacked: m.value,
|
|
189
200
|
// stack on top of each other
|
|
190
201
|
// ticks
|
|
191
202
|
ticks: {
|
|
192
|
-
color:
|
|
193
|
-
font:
|
|
203
|
+
color: z,
|
|
204
|
+
font: M,
|
|
194
205
|
padding: 8,
|
|
195
|
-
stepSize:
|
|
196
|
-
min:
|
|
197
|
-
max:
|
|
198
|
-
callback: (e) =>
|
|
206
|
+
stepSize: O.value,
|
|
207
|
+
min: D.value,
|
|
208
|
+
max: O.value * t.tickCount,
|
|
209
|
+
callback: (e) => U(e, t.yAxisFormat)
|
|
199
210
|
},
|
|
200
211
|
// grid lines
|
|
201
212
|
grid: {
|
|
202
|
-
color:
|
|
213
|
+
color: $,
|
|
203
214
|
drawOnChartArea: !0,
|
|
204
215
|
drawTicks: !1
|
|
205
216
|
}
|
|
@@ -207,96 +218,107 @@ const Ie = { class: "chart-container" }, we = { class: "chart-content" }, Ae = {
|
|
|
207
218
|
}
|
|
208
219
|
}
|
|
209
220
|
})
|
|
210
|
-
),
|
|
211
|
-
() =>
|
|
212
|
-
),
|
|
221
|
+
), Z = i(
|
|
222
|
+
() => g.value.reduce((e, o) => (e[o.id] = o.borderColor, e), {})
|
|
223
|
+
), G = i(() => t.dataSets.map((e) => ({
|
|
213
224
|
id: e.id,
|
|
214
225
|
label: e.label,
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
226
|
+
caption: e.caption || null,
|
|
227
|
+
color: Z.value[e.id] || null,
|
|
228
|
+
icon: e.icon || null,
|
|
229
|
+
iconType: e.iconType || "branded"
|
|
230
|
+
}))), V = T(null), r = T(null), { position: R } = Ce(
|
|
231
|
+
h,
|
|
232
|
+
V,
|
|
233
|
+
r
|
|
234
|
+
), X = i(() => ({
|
|
235
|
+
left: `${R.value.left}px`,
|
|
236
|
+
top: `${R.value.top}px`,
|
|
237
|
+
opacity: r.value?.opacity || 0
|
|
238
|
+
})), { minValue: D, maxValue: j } = we({
|
|
225
239
|
parsingConfig: t.parsing,
|
|
226
|
-
dataSets:
|
|
227
|
-
isStacked:
|
|
228
|
-
}),
|
|
229
|
-
() => fe(
|
|
240
|
+
dataSets: f,
|
|
241
|
+
isStacked: m
|
|
242
|
+
}), O = i(
|
|
243
|
+
() => fe(D.value, j.value, t.tickCount)
|
|
230
244
|
);
|
|
231
|
-
return (e, o) => (d(), k(
|
|
232
|
-
a.withSettingsHeader ? (d(),
|
|
245
|
+
return (e, o) => (d(), k(F, null, [
|
|
246
|
+
a.withSettingsHeader ? (d(), v(Ae, {
|
|
233
247
|
key: 0,
|
|
234
248
|
"chart-type": u(c),
|
|
235
|
-
"onUpdate:chart-type": o[0] || (o[0] = (
|
|
249
|
+
"onUpdate:chart-type": o[0] || (o[0] = (l) => N(c) ? c.value = l : null),
|
|
236
250
|
"hide-legend": a.hideLegend
|
|
237
251
|
}, {
|
|
238
|
-
metric:
|
|
239
|
-
|
|
252
|
+
metric: x(() => [
|
|
253
|
+
L(e.$slots, "metric", {}, void 0, !0)
|
|
240
254
|
]),
|
|
241
|
-
breakdowns:
|
|
242
|
-
|
|
255
|
+
breakdowns: x(() => [
|
|
256
|
+
L(e.$slots, "breakdowns", {}, void 0, !0)
|
|
243
257
|
]),
|
|
244
258
|
_: 3
|
|
245
|
-
}, 8, ["chart-type", "hide-legend"])) :
|
|
246
|
-
|
|
247
|
-
u(
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
259
|
+
}, 8, ["chart-type", "hide-legend"])) : y("", !0),
|
|
260
|
+
p("div", Ee, [
|
|
261
|
+
u(B) ? (d(), k(F, { key: 0 }, [
|
|
262
|
+
p("section", {
|
|
263
|
+
class: _(["chart-content", [{ "with-legend": !a.hideLegend }]])
|
|
264
|
+
}, [
|
|
265
|
+
p("div", Ve, [
|
|
266
|
+
H(Le, {
|
|
251
267
|
"chart-type": u(c),
|
|
252
|
-
"onUpdate:chart-type": o[1] || (o[1] = (
|
|
268
|
+
"onUpdate:chart-type": o[1] || (o[1] = (l) => N(c) ? c.value = l : null),
|
|
253
269
|
"with-settings-header": a.withSettingsHeader,
|
|
254
270
|
header: a.header,
|
|
255
271
|
subheader: a.subheader,
|
|
256
|
-
"subheader-tooltip": a.
|
|
257
|
-
},
|
|
272
|
+
"with-subheader-tooltip": a.withSubheaderTooltip
|
|
273
|
+
}, {
|
|
274
|
+
"subheader-tooltip": x(() => [
|
|
275
|
+
L(e.$slots, "subheader-tooltip", {}, void 0, !0)
|
|
276
|
+
]),
|
|
277
|
+
_: 3
|
|
278
|
+
}, 8, ["chart-type", "with-settings-header", "header", "subheader", "with-subheader-tooltip"])
|
|
258
279
|
]),
|
|
259
|
-
|
|
260
|
-
|
|
280
|
+
p("div", Re, [
|
|
281
|
+
p("canvas", {
|
|
261
282
|
ref_key: "chartRef",
|
|
262
|
-
ref:
|
|
283
|
+
ref: h,
|
|
263
284
|
class: "chart__canvas"
|
|
264
285
|
}, null, 512),
|
|
265
|
-
|
|
286
|
+
p("div", {
|
|
266
287
|
ref_key: "tooltipRef",
|
|
267
|
-
ref:
|
|
288
|
+
ref: V,
|
|
268
289
|
class: "chart__tooltip",
|
|
269
|
-
style:
|
|
290
|
+
style: ee(u(X))
|
|
270
291
|
}, [
|
|
271
|
-
|
|
292
|
+
r.value ? (d(), v(ke, {
|
|
272
293
|
key: 0,
|
|
273
|
-
title: String(
|
|
274
|
-
"data-points":
|
|
294
|
+
title: String(r.value.title),
|
|
295
|
+
"data-points": r.value.dataPoints,
|
|
275
296
|
"x-axis-format": a.xAxisFormat,
|
|
276
297
|
"y-axis-format": a.yAxisFormat,
|
|
277
|
-
"total-label":
|
|
278
|
-
"total-value": Number(
|
|
279
|
-
}, null, 8, ["title", "data-points", "x-axis-format", "y-axis-format", "total-label", "total-value"])) :
|
|
298
|
+
"total-label": r.value.footer[0],
|
|
299
|
+
"total-value": Number(r.value.footer[1])
|
|
300
|
+
}, null, 8, ["title", "data-points", "x-axis-format", "y-axis-format", "total-label", "total-value"])) : y("", !0)
|
|
280
301
|
], 4)
|
|
281
302
|
])
|
|
282
|
-
]),
|
|
283
|
-
a.hideLegend ?
|
|
284
|
-
|
|
285
|
-
items: u(
|
|
303
|
+
], 2),
|
|
304
|
+
a.hideLegend ? y("", !0) : (d(), k("section", De, [
|
|
305
|
+
H(xe, {
|
|
306
|
+
items: u(G),
|
|
286
307
|
"visible-ids": a.visibleIds,
|
|
287
|
-
"
|
|
288
|
-
|
|
308
|
+
"max-limit-tooltip-text": a.maxLimitTooltipText,
|
|
309
|
+
"onUpdate:visibleIds": o[2] || (o[2] = (l) => S("update:visibleIds", l))
|
|
310
|
+
}, null, 8, ["items", "visible-ids", "max-limit-tooltip-text"])
|
|
289
311
|
]))
|
|
290
|
-
], 64)) : a.loading ? (d(),
|
|
312
|
+
], 64)) : a.loading ? (d(), v(Be, { key: 1 })) : u(w) ? (d(), v(u(Ie), {
|
|
291
313
|
key: 2,
|
|
292
314
|
title: a.noDataTitle,
|
|
293
315
|
subtitle: a.noDataSubtitle,
|
|
294
316
|
"icon-name": a.noDataIcon
|
|
295
|
-
}, null, 8, ["title", "subtitle", "icon-name"])) :
|
|
317
|
+
}, null, 8, ["title", "subtitle", "icon-name"])) : y("", !0)
|
|
296
318
|
])
|
|
297
319
|
], 64));
|
|
298
320
|
}
|
|
299
321
|
});
|
|
300
322
|
export {
|
|
301
|
-
|
|
323
|
+
Je as default
|
|
302
324
|
};
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { ChartType } from '@/components/chart/types';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
3
3
|
chartType: ChartType;
|
|
4
4
|
withSettingsHeader: boolean;
|
|
5
5
|
header?: string;
|
|
6
6
|
subheader?: string;
|
|
7
|
-
|
|
7
|
+
withSubheaderTooltip?: boolean;
|
|
8
8
|
}>, {
|
|
9
9
|
chartType: ChartType;
|
|
10
10
|
withSettingsHeader: boolean;
|
|
11
11
|
header: string;
|
|
12
12
|
subheader: string;
|
|
13
|
-
|
|
13
|
+
withSubheaderTooltip: boolean;
|
|
14
14
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15
15
|
"update:chartType": (type: ChartType) => void;
|
|
16
16
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
@@ -18,13 +18,13 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
18
18
|
withSettingsHeader: boolean;
|
|
19
19
|
header?: string;
|
|
20
20
|
subheader?: string;
|
|
21
|
-
|
|
21
|
+
withSubheaderTooltip?: boolean;
|
|
22
22
|
}>, {
|
|
23
23
|
chartType: ChartType;
|
|
24
24
|
withSettingsHeader: boolean;
|
|
25
25
|
header: string;
|
|
26
26
|
subheader: string;
|
|
27
|
-
|
|
27
|
+
withSubheaderTooltip: boolean;
|
|
28
28
|
}>>> & {
|
|
29
29
|
"onUpdate:chartType"?: (type: ChartType) => any;
|
|
30
30
|
}, {
|
|
@@ -32,7 +32,9 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
32
32
|
chartType: ChartType;
|
|
33
33
|
withSettingsHeader: boolean;
|
|
34
34
|
subheader: string;
|
|
35
|
-
|
|
35
|
+
withSubheaderTooltip: boolean;
|
|
36
|
+
}>, {
|
|
37
|
+
"subheader-tooltip"?(_: {}): any;
|
|
36
38
|
}>;
|
|
37
39
|
export default _default;
|
|
38
40
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -52,3 +54,8 @@ type __VLS_WithDefaults<P, D> = {
|
|
|
52
54
|
type __VLS_Prettify<T> = {
|
|
53
55
|
[K in keyof T]: T[K];
|
|
54
56
|
} & {};
|
|
57
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
58
|
+
new (): {
|
|
59
|
+
$slots: S;
|
|
60
|
+
};
|
|
61
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import e from "./ChartHeader.vue2.js";
|
|
2
2
|
/* empty css */import o from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../ChartHeader.
|
|
4
|
-
const s = /* @__PURE__ */ o(e, [["__scopeId", "data-v-
|
|
3
|
+
// import "../../ChartHeader.vue_vue_type_style_index_0_scoped_b8213498_lang.css"; //*');
|
|
4
|
+
const s = /* @__PURE__ */ o(e, [["__scopeId", "data-v-b8213498"]]);
|
|
5
5
|
export {
|
|
6
6
|
s as default
|
|
7
7
|
};
|
|
@@ -1,66 +1,69 @@
|
|
|
1
|
-
import "../../ChartHeader.
|
|
1
|
+
import "../../ChartHeader.vue_vue_type_style_index_0_scoped_b8213498_lang.css"; import { defineComponent as y, computed as T, openBlock as c, createElementBlock as b, createElementVNode as S, createVNode as i, unref as a, withCtx as o, renderSlot as V, createTextVNode as s, toDisplayString as u, createBlock as g, isRef as v, createCommentVNode as w } from "vue";
|
|
2
2
|
import h from "../typography/v4/Typography.vue.js";
|
|
3
|
-
import
|
|
3
|
+
import B from "../switch/v4/SwitchV4.vue.js";
|
|
4
4
|
import { ChartType as r } from "./types.js";
|
|
5
|
-
import
|
|
6
|
-
const C = { class: "chart-header" },
|
|
5
|
+
import k from "../tooltip/v4/TooltipV4.vue.js";
|
|
6
|
+
const C = { class: "chart-header" }, x = { class: "header-texts" }, D = /* @__PURE__ */ y({
|
|
7
7
|
__name: "ChartHeader",
|
|
8
8
|
props: {
|
|
9
9
|
chartType: { default: r.Line },
|
|
10
10
|
withSettingsHeader: { type: Boolean, default: !0 },
|
|
11
11
|
header: { default: "" },
|
|
12
12
|
subheader: { default: "" },
|
|
13
|
-
|
|
13
|
+
withSubheaderTooltip: { type: Boolean, default: !1 }
|
|
14
14
|
},
|
|
15
15
|
emits: ["update:chartType"],
|
|
16
16
|
setup(e, { emit: p }) {
|
|
17
|
-
const m = e,
|
|
17
|
+
const m = e, l = [
|
|
18
18
|
{ id: r.Line, icon: "chart-line-up" },
|
|
19
19
|
{ id: r.Bar, icon: "chart-bar" },
|
|
20
20
|
{ id: r.StackedLine, icon: "chart-line" }
|
|
21
|
-
],
|
|
21
|
+
], d = T({
|
|
22
22
|
get() {
|
|
23
|
-
return
|
|
23
|
+
return l.find(({ id: t }) => t === m.chartType);
|
|
24
24
|
},
|
|
25
|
-
set(
|
|
26
|
-
p("update:chartType",
|
|
25
|
+
set(t) {
|
|
26
|
+
p("update:chartType", t.id);
|
|
27
27
|
}
|
|
28
28
|
});
|
|
29
|
-
return (
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
29
|
+
return (t, n) => (c(), b("div", C, [
|
|
30
|
+
S("div", x, [
|
|
31
|
+
i(a(k), {
|
|
32
|
+
placement: "right",
|
|
33
|
+
disabled: !e.withSubheaderTooltip
|
|
34
34
|
}, {
|
|
35
|
-
|
|
36
|
-
|
|
35
|
+
tooltip: o(() => [
|
|
36
|
+
V(t.$slots, "subheader-tooltip", {}, void 0, !0)
|
|
37
|
+
]),
|
|
38
|
+
default: o(() => [
|
|
39
|
+
i(a(h), {
|
|
37
40
|
class: "subheader",
|
|
38
41
|
variant: "h5"
|
|
39
42
|
}, {
|
|
40
|
-
default:
|
|
41
|
-
u(
|
|
43
|
+
default: o(() => [
|
|
44
|
+
s(u(e.subheader), 1)
|
|
42
45
|
]),
|
|
43
46
|
_: 1
|
|
44
47
|
})
|
|
45
48
|
]),
|
|
46
|
-
_:
|
|
47
|
-
}, 8, ["
|
|
48
|
-
|
|
49
|
-
default:
|
|
50
|
-
u(
|
|
49
|
+
_: 3
|
|
50
|
+
}, 8, ["disabled"]),
|
|
51
|
+
i(a(h), { variant: "chart2" }, {
|
|
52
|
+
default: o(() => [
|
|
53
|
+
s(u(e.header), 1)
|
|
51
54
|
]),
|
|
52
55
|
_: 1
|
|
53
56
|
})
|
|
54
57
|
]),
|
|
55
|
-
e.withSettingsHeader ?
|
|
58
|
+
e.withSettingsHeader ? w("", !0) : (c(), g(a(B), {
|
|
56
59
|
key: 0,
|
|
57
|
-
modelValue:
|
|
58
|
-
"onUpdate:modelValue":
|
|
59
|
-
options:
|
|
60
|
+
modelValue: a(d),
|
|
61
|
+
"onUpdate:modelValue": n[0] || (n[0] = (f) => v(d) ? d.value = f : null),
|
|
62
|
+
options: l
|
|
60
63
|
}, null, 8, ["modelValue"]))
|
|
61
64
|
]));
|
|
62
65
|
}
|
|
63
66
|
});
|
|
64
67
|
export {
|
|
65
|
-
|
|
68
|
+
D as default
|
|
66
69
|
};
|
|
@@ -4,11 +4,13 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
4
4
|
visibleIds: unknown[];
|
|
5
5
|
minVisible?: number;
|
|
6
6
|
maxVisible?: number;
|
|
7
|
+
maxLimitTooltipText?: string;
|
|
7
8
|
}>, {
|
|
8
9
|
items: () => any[];
|
|
9
10
|
visibleIds: () => any[];
|
|
10
11
|
minVisible: number;
|
|
11
12
|
maxVisible: number;
|
|
13
|
+
maxLimitTooltipText: string;
|
|
12
14
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
15
|
"update:visibleIds": (visibleIds: unknown[]) => void;
|
|
14
16
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
@@ -16,11 +18,13 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
16
18
|
visibleIds: unknown[];
|
|
17
19
|
minVisible?: number;
|
|
18
20
|
maxVisible?: number;
|
|
21
|
+
maxLimitTooltipText?: string;
|
|
19
22
|
}>, {
|
|
20
23
|
items: () => any[];
|
|
21
24
|
visibleIds: () => any[];
|
|
22
25
|
minVisible: number;
|
|
23
26
|
maxVisible: number;
|
|
27
|
+
maxLimitTooltipText: string;
|
|
24
28
|
}>>> & {
|
|
25
29
|
"onUpdate:visibleIds"?: (visibleIds: unknown[]) => any;
|
|
26
30
|
}, {
|
|
@@ -28,6 +32,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
28
32
|
visibleIds: unknown[];
|
|
29
33
|
minVisible: number;
|
|
30
34
|
maxVisible: number;
|
|
35
|
+
maxLimitTooltipText: string;
|
|
31
36
|
}>;
|
|
32
37
|
export default _default;
|
|
33
38
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import e from "./ChartLegend.vue2.js";
|
|
2
2
|
/* empty css */import o from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../ChartLegend.
|
|
4
|
-
const
|
|
3
|
+
// import "../../ChartLegend.vue_vue_type_style_index_0_scoped_aa32a103_lang.css"; //*');
|
|
4
|
+
const s = /* @__PURE__ */ o(e, [["__scopeId", "data-v-aa32a103"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
s as default
|
|
7
7
|
};
|