@ironsource/shared-ui 2.1.11-test.99 → 2.1.11
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/Chart.vue_vue_type_style_index_0_scoped_026d82c5_lang.css +1 -0
- package/ChartLegend.vue_vue_type_style_index_0_scoped_4fe1c7d1_lang.css +1 -0
- package/ChartLoader.vue_vue_type_style_index_0_scoped_ffa4cc66_lang.css +1 -0
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_8e026669_lang.css +1 -0
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_8a2714eb_lang.css +1 -0
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_73bf9b5b_lang.css +1 -0
- package/EditableV4.vue_vue_type_style_index_0_scoped_1bbe222a_lang.css +1 -0
- package/IconFlag.vue_vue_type_style_index_0_scoped_6526c390_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_1e8837dc_lang.css +1 -0
- package/SortableItem.vue_vue_type_style_index_0_scoped_48542664_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/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/chart/Chart.vue.d.ts +5 -0
- package/components/chart/Chart.vue.js +3 -3
- package/components/chart/Chart.vue2.js +116 -108
- package/components/chart/ChartLegend.vue.js +3 -3
- package/components/chart/ChartLegend.vue2.js +64 -54
- package/components/chart/ChartLoader.vue.js +5 -23
- package/components/chart/ChartLoader.vue2.js +15 -0
- package/components/chart/index.d.ts +20 -1
- package/components/chart/mockData.d.ts +8 -0
- package/components/dateRange/v4/DateRangeV4.vue.js +3 -3
- package/components/dateRange/v4/DateRangeV4.vue2.js +86 -81
- package/components/dropdown/common/Dropdown.common.js +65 -65
- package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +5 -3
- package/components/dropdown/v4/ConditionalDropdown.vue.js +3 -3
- package/components/dropdown/v4/ConditionalDropdown.vue2.js +106 -100
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +45 -46
- package/components/dropdown/v4/OptionV4.vue.js +3 -3
- package/components/dropdown/v4/OptionV4.vue2.js +97 -98
- package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
- package/components/dropdown/v4/TreeDropdown.vue2.js +86 -86
- package/components/dropdown/v4/index.d.ts +5 -3
- package/components/icon/v4/IconFlag.vue.js +3 -3
- package/components/icon/v4/IconFlag.vue2.js +1 -1
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +184 -164
- package/components/sortableList/SortableItem.vue.d.ts +5 -0
- package/components/sortableList/SortableItem.vue.js +3 -3
- package/components/sortableList/SortableItem.vue2.js +76 -61
- package/components/sortableList/SortableList.vue.d.ts +16 -0
- package/components/sortableList/SortableList.vue.js +3 -3
- package/components/sortableList/SortableList.vue2.js +100 -87
- package/components/sortableList/index.d.ts +59 -1
- package/components/table/v4/DataGrid.vue.d.ts +1 -1
- package/components/table/v4/MultipleDataGrid.vue.d.ts +1 -1
- package/components/table/v4/index.d.ts +40 -40
- package/components/table-cells/common/Editable.common.js +8 -7
- 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.js +3 -3
- package/components/tooltip/v4/TooltipV4.vue2.js +1 -1
- package/components/typography/v4/Typography.vue.js +3 -3
- package/components/typography/v4/Typography.vue2.js +1 -1
- package/index.d.ts +248 -90
- package/index.js +1 -1
- package/mocks/apps.d.ts +1 -0
- package/mocks/randomValue.d.ts +1 -0
- package/package.json +3 -3
- package/testids/index.d.ts +1 -0
- package/testids/index.js +13 -13
- package/Chart.vue_vue_type_style_index_0_scoped_04b9d6b3_lang.css +0 -1
- package/ChartLegend.vue_vue_type_style_index_0_scoped_a1c626cd_lang.css +0 -1
- package/ChartLoader.vue_vue_type_style_index_0_scoped_142c444a_lang.css +0 -1
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_b2684c5f_lang.css +0 -1
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_309e5351_lang.css +0 -1
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_9fa84b26_lang.css +0 -1
- package/EditableV4.vue_vue_type_style_index_0_scoped_e0c047b4_lang.css +0 -1
- package/IconFlag.vue_vue_type_style_index_0_scoped_7b09cc85_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_2c2947b3_lang.css +0 -1
- package/SortableItem.vue_vue_type_style_index_0_scoped_7cb676f1_lang.css +0 -1
- package/SortableList.vue_vue_type_style_index_0_scoped_156c01ca_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_2e327aa1_lang.css +0 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_82b46d6d_lang.css +0 -1
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_bdfb0aef_lang.css +0 -1
- package/Typography.vue_vue_type_style_index_0_scoped_a14013a5_lang.css +0 -1
- package/consts/configs.js +0 -4
|
@@ -1,13 +1,16 @@
|
|
|
1
|
-
import "../../ChartLegend.
|
|
1
|
+
import "../../ChartLegend.vue_vue_type_style_index_0_scoped_4fe1c7d1_lang.css"; import { defineComponent as D, ref as M, computed as m, openBlock as r, createElementBlock as c, createElementVNode as d, createVNode as s, unref as o, mergeProps as I, withCtx as p, createTextVNode as b, Fragment as S, renderList as P, normalizeClass as A, withModifiers as F, createBlock as H, createCommentVNode as U, toDisplayString as L } from "vue";
|
|
2
2
|
import { useVirtualList as z } from "@vueuse/core";
|
|
3
|
-
import
|
|
3
|
+
import f from "../typography/v4/Typography.vue.js";
|
|
4
4
|
import R from "../checkbox/v4/CheckboxV4.vue.js";
|
|
5
5
|
import q from "../search/v4/SearchV4.vue.js";
|
|
6
6
|
import { DEFAULT_MIN_VISIBLE as G, DEFAULT_MAX_VISIBLE as X } from "./consts.js";
|
|
7
7
|
import $ from "../icon/v4/IconV4.vue.js";
|
|
8
8
|
import "../icon/v4/IconFlag.vue.js";
|
|
9
9
|
import j from "../tooltip/v4/TooltipV4.vue.js";
|
|
10
|
-
const J = { class: "chart-legend" }, K = { class: "search-box" }, O =
|
|
10
|
+
const J = { class: "chart-legend" }, K = { class: "search-box" }, O = {
|
|
11
|
+
key: 0,
|
|
12
|
+
class: "empty-list"
|
|
13
|
+
}, Q = ["onClick"], W = { class: "label-container" }, ne = /* @__PURE__ */ D({
|
|
11
14
|
__name: "ChartLegend",
|
|
12
15
|
props: {
|
|
13
16
|
items: { default: () => [] },
|
|
@@ -17,97 +20,104 @@ const J = { class: "chart-legend" }, K = { class: "search-box" }, O = ["onClick"
|
|
|
17
20
|
maxLimitTooltipText: { default: "" }
|
|
18
21
|
},
|
|
19
22
|
emits: ["update:visibleIds"],
|
|
20
|
-
setup(
|
|
21
|
-
const
|
|
22
|
-
const t =
|
|
23
|
-
return
|
|
24
|
-
(
|
|
23
|
+
setup(h, { emit: g }) {
|
|
24
|
+
const l = h, k = 32, u = M(""), T = m(() => {
|
|
25
|
+
const t = u.value.toLowerCase();
|
|
26
|
+
return l.items.filter(
|
|
27
|
+
(i) => i.label.toLowerCase().includes(t)
|
|
25
28
|
);
|
|
26
|
-
}),
|
|
27
|
-
() =>
|
|
28
|
-
),
|
|
29
|
-
() =>
|
|
30
|
-
),
|
|
31
|
-
|
|
29
|
+
}), a = (t) => l.visibleIds.includes(t.id), v = m(
|
|
30
|
+
() => l.visibleIds.length >= l.maxVisible
|
|
31
|
+
), y = m(
|
|
32
|
+
() => l.visibleIds.length <= l.minVisible
|
|
33
|
+
), n = (t) => y.value && a(t) || v.value && !a(t), C = (t) => !l.maxLimitTooltipText || a(t) || !v.value, V = (t, i) => {
|
|
34
|
+
g(
|
|
32
35
|
"update:visibleIds",
|
|
33
|
-
t ? [...
|
|
36
|
+
t ? [...l.visibleIds, i.id] : l.visibleIds.filter((e) => e !== i.id)
|
|
34
37
|
);
|
|
35
|
-
}, { list:
|
|
36
|
-
itemHeight:
|
|
38
|
+
}, { list: x, containerProps: w, wrapperProps: E } = z(T, {
|
|
39
|
+
itemHeight: k,
|
|
37
40
|
overscan: 10
|
|
38
|
-
}),
|
|
39
|
-
|
|
41
|
+
}), N = (t) => {
|
|
42
|
+
n(t) || V(!a(t), t);
|
|
40
43
|
};
|
|
41
|
-
return (t,
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
modelValue:
|
|
45
|
-
"onUpdate:modelValue":
|
|
44
|
+
return (t, i) => (r(), c("div", J, [
|
|
45
|
+
d("div", K, [
|
|
46
|
+
s(o(q), {
|
|
47
|
+
modelValue: u.value,
|
|
48
|
+
"onUpdate:modelValue": i[0] || (i[0] = (e) => u.value = e)
|
|
46
49
|
}, null, 8, ["modelValue"])
|
|
47
50
|
]),
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
(
|
|
51
|
-
|
|
52
|
-
|
|
51
|
+
d("div", I({ class: "legend" }, o(w)), [
|
|
52
|
+
d("ul", I({ class: "legend__list" }, o(E)), [
|
|
53
|
+
o(x).length === 0 ? (r(), c("li", O, [
|
|
54
|
+
s(o(f), { variant: "body2" }, {
|
|
55
|
+
default: p(() => [
|
|
56
|
+
b("No results")
|
|
57
|
+
]),
|
|
58
|
+
_: 1
|
|
59
|
+
})
|
|
60
|
+
])) : (r(!0), c(S, { key: 1 }, P(o(x), ({ data: e, index: B }) => (r(), c("li", {
|
|
61
|
+
key: B,
|
|
62
|
+
class: A({ "disabled-item": n(e) })
|
|
53
63
|
}, [
|
|
54
|
-
|
|
55
|
-
text:
|
|
64
|
+
s(o(j), {
|
|
65
|
+
text: h.maxLimitTooltipText,
|
|
56
66
|
disabled: C(e),
|
|
57
67
|
class: "disabled-tooltip"
|
|
58
68
|
}, {
|
|
59
|
-
default:
|
|
60
|
-
|
|
69
|
+
default: p(() => [
|
|
70
|
+
d("div", {
|
|
61
71
|
class: "item-wrapper",
|
|
62
|
-
onClick: (
|
|
72
|
+
onClick: (_) => N(e)
|
|
63
73
|
}, [
|
|
64
|
-
|
|
74
|
+
s(o(R), {
|
|
65
75
|
color: e.color,
|
|
66
|
-
"is-checked":
|
|
67
|
-
disabled:
|
|
68
|
-
onClick:
|
|
69
|
-
(
|
|
70
|
-
|
|
76
|
+
"is-checked": a(e),
|
|
77
|
+
disabled: n(e),
|
|
78
|
+
onClick: i[1] || (i[1] = F(
|
|
79
|
+
(_) => {
|
|
80
|
+
_.stopPropagation();
|
|
71
81
|
},
|
|
72
82
|
["stop"]
|
|
73
83
|
))
|
|
74
84
|
}, null, 8, ["color", "is-checked", "disabled"]),
|
|
75
|
-
e.icon ? (r(), H(
|
|
85
|
+
e.icon ? (r(), H(o($), {
|
|
76
86
|
key: 0,
|
|
77
87
|
class: "icon-color",
|
|
78
88
|
type: e.iconType,
|
|
79
89
|
name: e.icon,
|
|
80
90
|
size: "16px"
|
|
81
91
|
}, null, 8, ["type", "name"])) : U("", !0),
|
|
82
|
-
|
|
83
|
-
|
|
92
|
+
d("div", W, [
|
|
93
|
+
s(o(f), {
|
|
84
94
|
variant: "body2",
|
|
85
95
|
class: "legend-label",
|
|
86
96
|
"is-truncated": "",
|
|
87
|
-
"with-tooltip":
|
|
97
|
+
"with-tooltip": !n(e),
|
|
88
98
|
"tooltip-text": e.label,
|
|
89
99
|
"tooltip-placement": "left"
|
|
90
100
|
}, {
|
|
91
|
-
default:
|
|
92
|
-
|
|
101
|
+
default: p(() => [
|
|
102
|
+
b(L(e.label), 1)
|
|
93
103
|
]),
|
|
94
104
|
_: 2
|
|
95
|
-
}, 1032, ["tooltip-text"]),
|
|
96
|
-
|
|
105
|
+
}, 1032, ["with-tooltip", "tooltip-text"]),
|
|
106
|
+
s(o(f), {
|
|
97
107
|
variant: "caption",
|
|
98
108
|
class: "legend-caption legend-label",
|
|
99
109
|
"is-truncated": "",
|
|
100
|
-
"with-tooltip":
|
|
110
|
+
"with-tooltip": !n(e),
|
|
101
111
|
"tooltip-text": e.caption,
|
|
102
112
|
"tooltip-placement": "left"
|
|
103
113
|
}, {
|
|
104
|
-
default:
|
|
105
|
-
|
|
114
|
+
default: p(() => [
|
|
115
|
+
b(L(e.caption), 1)
|
|
106
116
|
]),
|
|
107
117
|
_: 2
|
|
108
|
-
}, 1032, ["tooltip-text"])
|
|
118
|
+
}, 1032, ["with-tooltip", "tooltip-text"])
|
|
109
119
|
])
|
|
110
|
-
], 8,
|
|
120
|
+
], 8, Q)
|
|
111
121
|
]),
|
|
112
122
|
_: 2
|
|
113
123
|
}, 1032, ["text", "disabled"])
|
|
@@ -118,5 +128,5 @@ const J = { class: "chart-legend" }, K = { class: "search-box" }, O = ["onClick"
|
|
|
118
128
|
}
|
|
119
129
|
});
|
|
120
130
|
export {
|
|
121
|
-
|
|
131
|
+
ne as default
|
|
122
132
|
};
|
|
@@ -1,25 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
/* empty css */import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
viewBox: "0 0 1072 275",
|
|
6
|
-
preserveAspectRatio: "none",
|
|
7
|
-
width: "100%",
|
|
8
|
-
height: "100%",
|
|
9
|
-
fill: "none"
|
|
10
|
-
}, [
|
|
11
|
-
/* @__PURE__ */ t("path", {
|
|
12
|
-
d: "M499.744 87.7024L499 87.4816C399.137 70.0475 293 138.418 218 173.72C120 219.848 87 235.892 0 275L1072 275C979 -57.3526 836.258 -31.5829 732 59.404C648.885 131.939 570.549 108.704 499.744 87.7024Z",
|
|
13
|
-
fill: "black",
|
|
14
|
-
"fill-opacity": "0.05"
|
|
15
|
-
})
|
|
16
|
-
], -1)), _ = [
|
|
17
|
-
p
|
|
18
|
-
];
|
|
19
|
-
function l(e, h) {
|
|
20
|
-
return o(), c("div", n, _);
|
|
21
|
-
}
|
|
22
|
-
const w = /* @__PURE__ */ a(d, [["render", l], ["__scopeId", "data-v-142c444a"]]);
|
|
1
|
+
import o from "./ChartLoader.vue2.js";
|
|
2
|
+
/* empty css */import e from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../ChartLoader.vue_vue_type_style_index_0_scoped_ffa4cc66_lang.css"; //*');
|
|
4
|
+
const c = /* @__PURE__ */ e(o, [["__scopeId", "data-v-ffa4cc66"]]);
|
|
23
5
|
export {
|
|
24
|
-
|
|
6
|
+
c as default
|
|
25
7
|
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import "../../ChartLoader.vue_vue_type_style_index_0_scoped_ffa4cc66_lang.css"; import { defineComponent as e, openBlock as o, createElementBlock as r, createElementVNode as t, createVNode as a } from "vue";
|
|
2
|
+
import c from "../loader/v4/Loader.vue.js";
|
|
3
|
+
const n = { class: "chart-loader" }, s = { class: "chart-loader-wrapper" }, i = /* @__PURE__ */ e({
|
|
4
|
+
__name: "ChartLoader",
|
|
5
|
+
setup(d) {
|
|
6
|
+
return (_, p) => (o(), r("div", n, [
|
|
7
|
+
t("div", s, [
|
|
8
|
+
a(c)
|
|
9
|
+
])
|
|
10
|
+
]));
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
export {
|
|
14
|
+
i as default
|
|
15
|
+
};
|
|
@@ -23,6 +23,7 @@ declare const ChartTypes: () => ({
|
|
|
23
23
|
noDataIcon: string;
|
|
24
24
|
noDataTitle: string;
|
|
25
25
|
noDataSubtitle: string;
|
|
26
|
+
withAnimation: boolean;
|
|
26
27
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
27
28
|
header: {
|
|
28
29
|
type: import("vue").PropType<string>;
|
|
@@ -102,10 +103,14 @@ declare const ChartTypes: () => ({
|
|
|
102
103
|
type: import("vue").PropType<string>;
|
|
103
104
|
default: string;
|
|
104
105
|
};
|
|
106
|
+
withAnimation: {
|
|
107
|
+
type: import("vue").PropType<boolean>;
|
|
108
|
+
default: boolean;
|
|
109
|
+
};
|
|
105
110
|
}>> & {
|
|
106
111
|
"onUpdate:visibleIds"?: (visibleIds: unknown[]) => any;
|
|
107
112
|
"onUpdate:chartType"?: (chartType: import("./types").ChartType) => any;
|
|
108
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "loading" | "xAxisFormat" | "yAxisFormat" | "parsing" | "visibleIds" | "minVisible" | "maxVisible" | "maxLimitTooltipText" | "chartType" | "withSettingsHeader" | "subheader" | "withSubheaderTooltip" | "dataSets" | "hideLegend" | "tickCount" | "noDataIcon" | "noDataTitle" | "noDataSubtitle">;
|
|
113
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "loading" | "xAxisFormat" | "yAxisFormat" | "parsing" | "visibleIds" | "minVisible" | "maxVisible" | "maxLimitTooltipText" | "chartType" | "withSettingsHeader" | "subheader" | "withSubheaderTooltip" | "dataSets" | "hideLegend" | "tickCount" | "noDataIcon" | "noDataTitle" | "noDataSubtitle" | "withAnimation">;
|
|
109
114
|
$attrs: {
|
|
110
115
|
[x: string]: unknown;
|
|
111
116
|
};
|
|
@@ -198,6 +203,10 @@ declare const ChartTypes: () => ({
|
|
|
198
203
|
type: import("vue").PropType<string>;
|
|
199
204
|
default: string;
|
|
200
205
|
};
|
|
206
|
+
withAnimation: {
|
|
207
|
+
type: import("vue").PropType<boolean>;
|
|
208
|
+
default: boolean;
|
|
209
|
+
};
|
|
201
210
|
}>> & {
|
|
202
211
|
"onUpdate:visibleIds"?: (visibleIds: unknown[]) => any;
|
|
203
212
|
"onUpdate:chartType"?: (chartType: import("./types").ChartType) => any;
|
|
@@ -224,6 +233,7 @@ declare const ChartTypes: () => ({
|
|
|
224
233
|
noDataIcon: string;
|
|
225
234
|
noDataTitle: string;
|
|
226
235
|
noDataSubtitle: string;
|
|
236
|
+
withAnimation: boolean;
|
|
227
237
|
}, {}, string> & {
|
|
228
238
|
beforeCreate?: (() => void) | (() => void)[];
|
|
229
239
|
created?: (() => void) | (() => void)[];
|
|
@@ -323,6 +333,10 @@ declare const ChartTypes: () => ({
|
|
|
323
333
|
type: import("vue").PropType<string>;
|
|
324
334
|
default: string;
|
|
325
335
|
};
|
|
336
|
+
withAnimation: {
|
|
337
|
+
type: import("vue").PropType<boolean>;
|
|
338
|
+
default: boolean;
|
|
339
|
+
};
|
|
326
340
|
}>> & {
|
|
327
341
|
"onUpdate:visibleIds"?: (visibleIds: unknown[]) => any;
|
|
328
342
|
"onUpdate:chartType"?: (chartType: import("./types").ChartType) => any;
|
|
@@ -409,6 +423,10 @@ declare const ChartTypes: () => ({
|
|
|
409
423
|
type: import("vue").PropType<string>;
|
|
410
424
|
default: string;
|
|
411
425
|
};
|
|
426
|
+
withAnimation: {
|
|
427
|
+
type: import("vue").PropType<boolean>;
|
|
428
|
+
default: boolean;
|
|
429
|
+
};
|
|
412
430
|
}>> & {
|
|
413
431
|
"onUpdate:visibleIds"?: (visibleIds: unknown[]) => any;
|
|
414
432
|
"onUpdate:chartType"?: (chartType: import("./types").ChartType) => any;
|
|
@@ -435,6 +453,7 @@ declare const ChartTypes: () => ({
|
|
|
435
453
|
noDataIcon: string;
|
|
436
454
|
noDataTitle: string;
|
|
437
455
|
noDataSubtitle: string;
|
|
456
|
+
withAnimation: boolean;
|
|
438
457
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
439
458
|
$slots: {
|
|
440
459
|
metric?(_: {}): any;
|
|
@@ -34,4 +34,12 @@ export declare const MULTIPLE_DATASETS_DATE: ({
|
|
|
34
34
|
value: number;
|
|
35
35
|
}[];
|
|
36
36
|
})[];
|
|
37
|
+
export declare const MULTIPLE_DATASETS_SINGLE_DATE: {
|
|
38
|
+
id: string;
|
|
39
|
+
label: string;
|
|
40
|
+
data: {
|
|
41
|
+
date: string;
|
|
42
|
+
value: number;
|
|
43
|
+
}[];
|
|
44
|
+
}[];
|
|
37
45
|
export declare const generateMockData: (numSeries?: number) => any[];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import e from "./DateRangeV4.vue2.js";
|
|
2
2
|
/* empty css */import o from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../DateRangeV4.
|
|
4
|
-
const
|
|
3
|
+
// import "../../../DateRangeV4.vue_vue_type_style_index_0_scoped_8a2714eb_lang.css"; //*');
|
|
4
|
+
const s = /* @__PURE__ */ o(e, [["__scopeId", "data-v-8a2714eb"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
s as default
|
|
7
7
|
};
|