@ironsource/shared-ui 2.1.11-rc.29 → 2.1.11-rc.32
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_b6e14d9b_lang.css +1 -0
- package/ChartHeader.vue_vue_type_style_index_0_scoped_088fa9b9_lang.css +1 -0
- package/ChartLegend.vue_vue_type_style_index_0_scoped_f00a9b1f_lang.css +1 -0
- package/ChartTooltip.vue_vue_type_style_index_0_scoped_6744325c_lang.css +1 -0
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_2aee12ad_lang.css +1 -0
- package/components/chart/Chart.vue.d.ts +11 -3
- package/components/chart/Chart.vue.js +3 -3
- package/components/chart/Chart.vue2.js +108 -96
- package/components/chart/ChartHeader.vue.d.ts +13 -6
- package/components/chart/ChartHeader.vue.js +3 -3
- package/components/chart/ChartHeader.vue2.js +32 -29
- package/components/chart/ChartLegend.vue.d.ts +5 -0
- package/components/chart/ChartLegend.vue.js +2 -2
- package/components/chart/ChartLegend.vue2.js +93 -50
- 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/index.d.ts +36 -16
- package/components/chart/mockData.d.ts +15 -2
- package/components/chart/types.d.ts +15 -1
- package/components/chart/utils/utils.js +5 -5
- package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +0 -10
- package/components/dropdown/v4/ConditionalDropdown.vue.js +4 -4
- package/components/dropdown/v4/ConditionalDropdown.vue2.js +69 -74
- package/components/dropdown/v4/index.d.ts +0 -18
- package/index.d.ts +0 -36
- package/index.js +1 -1
- package/package.json +1 -1
- package/Chart.vue_vue_type_style_index_0_scoped_8f471697_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/ChartTooltip.vue_vue_type_style_index_0_scoped_ec636f18_lang.css +0 -1
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_4a67037a_lang.css +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./ConditionalDropdown.vue2.js";
|
|
2
|
-
/* empty css */import
|
|
3
|
-
// import "../../../ConditionalDropdown.
|
|
4
|
-
const
|
|
2
|
+
/* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../../ConditionalDropdown.vue_vue_type_style_index_0_scoped_2aee12ad_lang.css"; //*');
|
|
4
|
+
const d = /* @__PURE__ */ e(o, [["__scopeId", "data-v-2aee12ad"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
d as default
|
|
7
7
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import "../../../ConditionalDropdown.
|
|
2
|
-
import
|
|
1
|
+
import "../../../ConditionalDropdown.vue_vue_type_style_index_0_scoped_2aee12ad_lang.css"; import { defineComponent as F, computed as h, ref as r, watch as w, onMounted as E, openBlock as k, createBlock as Q, unref as s, withCtx as v, createVNode as f, mergeProps as P, createElementVNode as R, isRef as z, normalizeProps as U, guardReactiveProps as $, createElementBlock as q, createTextVNode as I, toDisplayString as j, createCommentVNode as G } from "vue";
|
|
2
|
+
import T from "./DropdownV4.vue.js";
|
|
3
3
|
import "./DefaultDropdownTrigger.vue.js";
|
|
4
4
|
import "./IconButtonDropdownTrigger.vue.js";
|
|
5
5
|
import H from "./ChipDropdownTrigger.vue.js";
|
|
@@ -15,7 +15,7 @@ import { useDebounceFn as Y } from "@vueuse/core";
|
|
|
15
15
|
const Z = { class: "conditional-container" }, _ = {
|
|
16
16
|
key: 0,
|
|
17
17
|
class: "custom-list-area"
|
|
18
|
-
}, me = /* @__PURE__ */
|
|
18
|
+
}, me = /* @__PURE__ */ F({
|
|
19
19
|
__name: "ConditionalDropdown",
|
|
20
20
|
props: {
|
|
21
21
|
selectedCondition: null,
|
|
@@ -30,124 +30,119 @@ const Z = { class: "conditional-container" }, _ = {
|
|
|
30
30
|
isOpen: { type: Boolean, default: !1 },
|
|
31
31
|
searchQuery: { default: "" },
|
|
32
32
|
loadMoreFn: { type: Function, default: null },
|
|
33
|
-
infiniteLoading: { type: Boolean, default: !1 }
|
|
34
|
-
fetchDataDebounceTime: { default: 400 },
|
|
35
|
-
autoFocusSearch: { type: Boolean, default: !0 }
|
|
33
|
+
infiniteLoading: { type: Boolean, default: !1 }
|
|
36
34
|
},
|
|
37
35
|
emits: ["update:selectedCondition", "update:appliedSelections", "clear"],
|
|
38
|
-
setup(
|
|
39
|
-
const e =
|
|
36
|
+
setup(c, { emit: b }) {
|
|
37
|
+
const e = c, y = h({
|
|
40
38
|
get: () => e.appliedSelections,
|
|
41
39
|
set: (a) => {
|
|
42
|
-
|
|
40
|
+
b("update:appliedSelections", a);
|
|
43
41
|
}
|
|
44
|
-
}),
|
|
42
|
+
}), o = h({
|
|
45
43
|
get: () => e.selectedCondition || e.conditionalOptions[0],
|
|
46
44
|
set: (a) => {
|
|
47
|
-
|
|
45
|
+
b("update:selectedCondition", a);
|
|
48
46
|
}
|
|
49
|
-
}),
|
|
47
|
+
}), S = r(null), p = r(!0), l = r([]), u = r([]), O = r(!0), d = r(!1), g = r(!1), t = r(e.searchQuery), N = r(""), m = r(e.label), D = h(() => (!t.value || t.value?.length < e.minCharsToStart) && !l.value.length ? `Enter at least ${e.minCharsToStart} keywords to begin` : "No results found"), M = h(() => {
|
|
50
48
|
const a = p.value ? 3 : 4.5;
|
|
51
49
|
return l.value.length ? null : a;
|
|
52
|
-
}),
|
|
50
|
+
}), A = async (a) => {
|
|
53
51
|
try {
|
|
54
|
-
|
|
52
|
+
d.value = !0;
|
|
55
53
|
const i = await e.fetchFnCallback(a);
|
|
56
|
-
l.value = i,
|
|
54
|
+
l.value = i, d.value = !1;
|
|
57
55
|
} catch (i) {
|
|
58
|
-
|
|
56
|
+
d.value = !1, console.error("Error fetching data:", i);
|
|
59
57
|
}
|
|
60
|
-
},
|
|
58
|
+
}, K = async () => {
|
|
61
59
|
if (e.infiniteLoading)
|
|
62
60
|
try {
|
|
63
|
-
|
|
61
|
+
g.value = !0;
|
|
64
62
|
const a = await e.loadMoreFn();
|
|
65
|
-
|
|
63
|
+
g.value = !1, Array.isArray(a) && (l.value = [...l.value, ...a]);
|
|
66
64
|
} catch (a) {
|
|
67
|
-
|
|
65
|
+
g.value = !1, console.error("Error fetching data:", a);
|
|
68
66
|
}
|
|
69
|
-
},
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
}, K = () => {
|
|
75
|
-
o.value && l.value.length && !c.value && !t.value.multi ? l.value[0].conditionalOptions ? l.value[0] = {
|
|
76
|
-
name: o.value,
|
|
67
|
+
}, L = Y(A, 400), C = (a) => {
|
|
68
|
+
a.length >= e.minCharsToStart ? (L(a), S.value.scrollTo(0)) : l.value = [];
|
|
69
|
+
}, V = () => {
|
|
70
|
+
t.value && l.value.length && !d.value && !o.value.multi ? l.value[0].conditionalOptions ? l.value[0] = {
|
|
71
|
+
name: t.value,
|
|
77
72
|
conditionalOptions: !0,
|
|
78
|
-
conditionalName:
|
|
79
|
-
[e.comparingKey]:
|
|
73
|
+
conditionalName: o.value.label,
|
|
74
|
+
[e.comparingKey]: t.value
|
|
80
75
|
} : l.value = [
|
|
81
76
|
{
|
|
82
|
-
name:
|
|
77
|
+
name: t.value,
|
|
83
78
|
conditionalOptions: !0,
|
|
84
|
-
conditionalName:
|
|
85
|
-
[e.comparingKey]:
|
|
79
|
+
conditionalName: o.value.label,
|
|
80
|
+
[e.comparingKey]: t.value
|
|
86
81
|
},
|
|
87
82
|
...l.value
|
|
88
83
|
] : l.value.length && l.value[0].conditionalOptions && l.value.shift();
|
|
89
84
|
};
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
}),
|
|
93
|
-
|
|
85
|
+
w(t, () => {
|
|
86
|
+
C(t.value);
|
|
87
|
+
}), w([o, l], () => {
|
|
88
|
+
V();
|
|
94
89
|
});
|
|
95
|
-
const
|
|
96
|
-
p.value &&
|
|
90
|
+
const x = () => {
|
|
91
|
+
p.value && u.value.length === 0 ? (o.value = null, y.value = [], o.value = null, m.value = e.label) : (N.value = t.value, m.value = `${e.label} ${o.value.label.toLowerCase()}`, y.value = p.value ? [...u.value] : { ...u.value }, O.value = p.value);
|
|
97
92
|
};
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
93
|
+
w(o, () => {
|
|
94
|
+
o.value.multi ? (d.value = !0, u.value = [], setTimeout(() => {
|
|
95
|
+
d.value = !1, p.value = !0;
|
|
101
96
|
}, 100)) : setTimeout(() => {
|
|
102
97
|
p.value = !1;
|
|
103
98
|
}, 100);
|
|
104
99
|
});
|
|
105
|
-
const
|
|
106
|
-
|
|
100
|
+
const B = () => {
|
|
101
|
+
u.value = [], y.value = [], o.value = null, m.value = e.label, t.value = "", b("clear");
|
|
107
102
|
};
|
|
108
103
|
return E(() => {
|
|
109
|
-
e.searchQuery &&
|
|
110
|
-
}), (a, i) => (
|
|
104
|
+
e.searchQuery && C(e.searchQuery);
|
|
105
|
+
}), (a, i) => (k(), Q(s(T), {
|
|
111
106
|
ref_key: "dropdownRef",
|
|
112
|
-
ref:
|
|
113
|
-
selected:
|
|
114
|
-
"onUpdate:selected": i[2] || (i[2] = (n) =>
|
|
107
|
+
ref: S,
|
|
108
|
+
selected: u.value,
|
|
109
|
+
"onUpdate:selected": i[2] || (i[2] = (n) => u.value = n),
|
|
115
110
|
"predefined-trigger": "chip",
|
|
116
|
-
"display-value": (n) => n?.[
|
|
111
|
+
"display-value": (n) => n?.[c.optionNameKey],
|
|
117
112
|
multi: p.value,
|
|
118
113
|
options: l.value,
|
|
119
114
|
placeholder: m.value,
|
|
120
115
|
"search-placeholder": "Search",
|
|
121
|
-
"option-name-key":
|
|
116
|
+
"option-name-key": c.optionNameKey,
|
|
122
117
|
"with-conditions": "",
|
|
123
118
|
"inline-search": "",
|
|
124
|
-
"custom-number-of-displayed-options": s(
|
|
119
|
+
"custom-number-of-displayed-options": s(M),
|
|
125
120
|
"options-list-width": "330px",
|
|
126
|
-
loading:
|
|
127
|
-
"load-more-loading":
|
|
128
|
-
"comparing-key":
|
|
129
|
-
"is-open":
|
|
130
|
-
"infinite-loading":
|
|
131
|
-
onOnsearch:
|
|
132
|
-
onApply:
|
|
133
|
-
onLoadMore:
|
|
121
|
+
loading: d.value,
|
|
122
|
+
"load-more-loading": g.value,
|
|
123
|
+
"comparing-key": c.comparingKey,
|
|
124
|
+
"is-open": c.isOpen,
|
|
125
|
+
"infinite-loading": c.infiniteLoading,
|
|
126
|
+
onOnsearch: C,
|
|
127
|
+
onApply: x,
|
|
128
|
+
onLoadMore: K
|
|
134
129
|
}, {
|
|
135
130
|
"dropdown-trigger": v(({ defaultTriggerProps: n }) => [
|
|
136
131
|
f(s(H), P(n, {
|
|
137
132
|
label: m.value,
|
|
138
|
-
"selected-option": s(
|
|
139
|
-
multi:
|
|
133
|
+
"selected-option": s(y),
|
|
134
|
+
multi: O.value,
|
|
140
135
|
"cancel-all-selected-display": "",
|
|
141
|
-
"display-value-in-quotes": !Array.isArray(
|
|
142
|
-
onClear:
|
|
136
|
+
"display-value-in-quotes": !Array.isArray(u.value) && u.value.conditionalOptions,
|
|
137
|
+
onClear: B
|
|
143
138
|
}), null, 16, ["label", "selected-option", "multi", "display-value-in-quotes"])
|
|
144
139
|
]),
|
|
145
140
|
"dropdown-conditions": v(() => [
|
|
146
141
|
R("div", Z, [
|
|
147
|
-
f(s(
|
|
148
|
-
selected: s(
|
|
149
|
-
"onUpdate:selected": i[0] || (i[0] = (n) => z(
|
|
150
|
-
options:
|
|
142
|
+
f(s(T), {
|
|
143
|
+
selected: s(o),
|
|
144
|
+
"onUpdate:selected": i[0] || (i[0] = (n) => z(o) ? o.value = n : null),
|
|
145
|
+
options: c.conditionalOptions,
|
|
151
146
|
"option-name-key": "label",
|
|
152
147
|
"display-value": (n) => n?.label,
|
|
153
148
|
container: ".conditional-container",
|
|
@@ -162,20 +157,20 @@ const Z = { class: "conditional-container" }, _ = {
|
|
|
162
157
|
]),
|
|
163
158
|
"inline-search": v(() => [
|
|
164
159
|
f(s(W), {
|
|
165
|
-
modelValue:
|
|
166
|
-
"onUpdate:modelValue": i[1] || (i[1] = (n) =>
|
|
160
|
+
modelValue: t.value,
|
|
161
|
+
"onUpdate:modelValue": i[1] || (i[1] = (n) => t.value = n),
|
|
167
162
|
class: "inline-search",
|
|
168
163
|
placeholder: "Search",
|
|
169
164
|
variant: "transparent",
|
|
170
165
|
size: "md",
|
|
171
|
-
"auto-focus":
|
|
172
|
-
}, null, 8, ["modelValue"
|
|
166
|
+
"auto-focus": ""
|
|
167
|
+
}, null, 8, ["modelValue"])
|
|
173
168
|
]),
|
|
174
169
|
"custom-list-area": v(() => [
|
|
175
|
-
!l.value.length && !
|
|
170
|
+
!l.value.length && !d.value ? (k(), q("div", _, [
|
|
176
171
|
f(X, { variant: "body1" }, {
|
|
177
172
|
default: v(() => [
|
|
178
|
-
I(j(s(
|
|
173
|
+
I(j(s(D)), 1)
|
|
179
174
|
]),
|
|
180
175
|
_: 1
|
|
181
176
|
})
|
|
@@ -3617,14 +3617,6 @@ declare const DropdownTypes: () => (({
|
|
|
3617
3617
|
type: import("vue").PropType<() => Promise<void>>;
|
|
3618
3618
|
default: any;
|
|
3619
3619
|
};
|
|
3620
|
-
fetchDataDebounceTime: {
|
|
3621
|
-
type: import("vue").PropType<number>;
|
|
3622
|
-
default: number;
|
|
3623
|
-
};
|
|
3624
|
-
autoFocusSearch: {
|
|
3625
|
-
type: import("vue").PropType<boolean>;
|
|
3626
|
-
default: boolean;
|
|
3627
|
-
};
|
|
3628
3620
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3629
3621
|
"update:selectedCondition": (value: {
|
|
3630
3622
|
label: string;
|
|
@@ -3697,14 +3689,6 @@ declare const DropdownTypes: () => (({
|
|
|
3697
3689
|
type: import("vue").PropType<() => Promise<void>>;
|
|
3698
3690
|
default: any;
|
|
3699
3691
|
};
|
|
3700
|
-
fetchDataDebounceTime: {
|
|
3701
|
-
type: import("vue").PropType<number>;
|
|
3702
|
-
default: number;
|
|
3703
|
-
};
|
|
3704
|
-
autoFocusSearch: {
|
|
3705
|
-
type: import("vue").PropType<boolean>;
|
|
3706
|
-
default: boolean;
|
|
3707
|
-
};
|
|
3708
3692
|
}>> & {
|
|
3709
3693
|
onClear?: () => any;
|
|
3710
3694
|
"onUpdate:selectedCondition"?: (value: {
|
|
@@ -3723,7 +3707,5 @@ declare const DropdownTypes: () => (({
|
|
|
3723
3707
|
minCharsToStart: number;
|
|
3724
3708
|
searchQuery: string;
|
|
3725
3709
|
loadMoreFn: () => Promise<void>;
|
|
3726
|
-
fetchDataDebounceTime: number;
|
|
3727
|
-
autoFocusSearch: boolean;
|
|
3728
3710
|
}>)[];
|
|
3729
3711
|
export { Dropdown, DefaultDropdownTrigger, IconButtonDropdownTrigger, ChipDropdownTrigger, ButtonDropdownTrigger, ButtonFilterDropdownTrigger, AppDropdownTrigger, DropdownTypes, Option, TreeDropdown, ConditionalDropdown, };
|
package/index.d.ts
CHANGED
|
@@ -22414,14 +22414,6 @@ declare const _default: {
|
|
|
22414
22414
|
type: import("vue").PropType<() => Promise<void>>;
|
|
22415
22415
|
default: any;
|
|
22416
22416
|
};
|
|
22417
|
-
fetchDataDebounceTime: {
|
|
22418
|
-
type: import("vue").PropType<number>;
|
|
22419
|
-
default: number;
|
|
22420
|
-
};
|
|
22421
|
-
autoFocusSearch: {
|
|
22422
|
-
type: import("vue").PropType<boolean>;
|
|
22423
|
-
default: boolean;
|
|
22424
|
-
};
|
|
22425
22417
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
22426
22418
|
"update:selectedCondition": (value: {
|
|
22427
22419
|
label: string;
|
|
@@ -22494,14 +22486,6 @@ declare const _default: {
|
|
|
22494
22486
|
type: import("vue").PropType<() => Promise<void>>;
|
|
22495
22487
|
default: any;
|
|
22496
22488
|
};
|
|
22497
|
-
fetchDataDebounceTime: {
|
|
22498
|
-
type: import("vue").PropType<number>;
|
|
22499
|
-
default: number;
|
|
22500
|
-
};
|
|
22501
|
-
autoFocusSearch: {
|
|
22502
|
-
type: import("vue").PropType<boolean>;
|
|
22503
|
-
default: boolean;
|
|
22504
|
-
};
|
|
22505
22489
|
}>> & {
|
|
22506
22490
|
onClear?: () => any;
|
|
22507
22491
|
"onUpdate:selectedCondition"?: (value: {
|
|
@@ -22520,8 +22504,6 @@ declare const _default: {
|
|
|
22520
22504
|
minCharsToStart: number;
|
|
22521
22505
|
searchQuery: string;
|
|
22522
22506
|
loadMoreFn: () => Promise<void>;
|
|
22523
|
-
fetchDataDebounceTime: number;
|
|
22524
|
-
autoFocusSearch: boolean;
|
|
22525
22507
|
}>)[];
|
|
22526
22508
|
Option: {
|
|
22527
22509
|
new (...args: any[]): {
|
|
@@ -23536,14 +23518,6 @@ declare const _default: {
|
|
|
23536
23518
|
type: import("vue").PropType<() => Promise<void>>;
|
|
23537
23519
|
default: any;
|
|
23538
23520
|
};
|
|
23539
|
-
fetchDataDebounceTime: {
|
|
23540
|
-
type: import("vue").PropType<number>;
|
|
23541
|
-
default: number;
|
|
23542
|
-
};
|
|
23543
|
-
autoFocusSearch: {
|
|
23544
|
-
type: import("vue").PropType<boolean>;
|
|
23545
|
-
default: boolean;
|
|
23546
|
-
};
|
|
23547
23521
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23548
23522
|
"update:selectedCondition": (value: {
|
|
23549
23523
|
label: string;
|
|
@@ -23616,14 +23590,6 @@ declare const _default: {
|
|
|
23616
23590
|
type: import("vue").PropType<() => Promise<void>>;
|
|
23617
23591
|
default: any;
|
|
23618
23592
|
};
|
|
23619
|
-
fetchDataDebounceTime: {
|
|
23620
|
-
type: import("vue").PropType<number>;
|
|
23621
|
-
default: number;
|
|
23622
|
-
};
|
|
23623
|
-
autoFocusSearch: {
|
|
23624
|
-
type: import("vue").PropType<boolean>;
|
|
23625
|
-
default: boolean;
|
|
23626
|
-
};
|
|
23627
23593
|
}>> & {
|
|
23628
23594
|
onClear?: () => any;
|
|
23629
23595
|
"onUpdate:selectedCondition"?: (value: {
|
|
@@ -23642,8 +23608,6 @@ declare const _default: {
|
|
|
23642
23608
|
minCharsToStart: number;
|
|
23643
23609
|
searchQuery: string;
|
|
23644
23610
|
loadMoreFn: () => Promise<void>;
|
|
23645
|
-
fetchDataDebounceTime: number;
|
|
23646
|
-
autoFocusSearch: boolean;
|
|
23647
23611
|
}>;
|
|
23648
23612
|
Label: {
|
|
23649
23613
|
new (...args: any[]): {
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './
|
|
1
|
+
import './MenuItem.vue_vue_type_style_index_0_scoped_67e53b85_lang.css';
|
|
2
2
|
import { AppTriggerTypes as ro } from "./components/appTrigger/index.js";
|
|
3
3
|
import { AutocompleteDropdownTypes as mo } from "./components/autocompleteDropdown/index.js";
|
|
4
4
|
import { MenuItemTypes as po } from "./components/menuItem/index.js";
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.chart-container[data-v-8f471697]{border:1px solid var(--common-divider);background:var(--background-paper);display:flex;height:388px;border-radius:0 0 6px 6px;width:100%}.header-wrapper[data-v-8f471697]{height:76px}.chart-content[data-v-8f471697]{width:100%}.chart-content.with-legend[data-v-8f471697]{width:calc(100% - 222px)}.chart-sidebar[data-v-8f471697]{border-left:1px solid var(--common-divider)}.chart[data-v-8f471697]{width:100%;height:312px;position:relative}.chart__canvas[data-v-8f471697]{width:100%;height:100%}.chart__tooltip[data-v-8f471697]{position:absolute;pointer-events:none;transition:all .1s ease;min-width:214px;max-width:270px}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.chart-header[data-v-4c37736e]{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 0}.chart-header .subheader[data-v-4c37736e]{color:var(--text-secondary)}.header-texts[data-v-4c37736e]{display:flex;flex-direction:column;color:var(--text-primary);gap:4px}.type-switch[data-v-4c37736e]{display:flex;align-items:center;gap:4px}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.chart-legend[data-v-c0f71a49]{display:flex;flex-direction:column;width:220px;height:100%;padding-bottom:8px}.search-box[data-v-c0f71a49]{padding:12px 12px 4px}.legend[data-v-c0f71a49]{overflow-y:auto;color:var(--text-primary)}.legend__list[data-v-c0f71a49]{list-style:none;padding:0 12px 0 20px}.legend__list>li[data-v-c0f71a49]{display:flex;align-items:center;gap:8px;height:32px}.legend__list>li .legend-label[data-v-c0f71a49]{width:80%}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.chart-tooltip[data-v-ec636f18]{color:var(--text-primary);background:var(--common-white);box-shadow:0 4px 8px -2px #1018281f;border:1px solid var(--common-divider-elevation-0);border-radius:var(--border-radius-md);padding:calc(var(--spacing-100) - 1px)}.tooltip-title[data-v-ec636f18]{color:var(--text-primary);margin-bottom:var(--spacing-100)}.color-box[data-v-ec636f18]{width:var(--spacing-150);height:var(--spacing-150);border-radius:2px;display:inline-block;margin-right:var(--spacing-100)}.list[data-v-ec636f18]{list-style:none;margin:0;padding:0}.list__item[data-v-ec636f18]{display:flex;align-items:center;margin-bottom:var(--spacing-50);color:var(--text-secondary)}.list__item[data-v-ec636f18]:last-child{margin-bottom:0}.tooltip-footer[data-v-ec636f18]{display:flex;align-items:center;margin-top:var(--spacing-100);color:var(--text-primary)}.flex-grow[data-v-ec636f18]{flex-grow:1}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.custom-list-area[data-v-4a67037a]{color:var(--text-secondary);width:100%;text-align:center;box-sizing:border-box;padding:63px 43px}.inline-search[data-v-4a67037a]{width:100%}.contain-accept[data-v-4a67037a]{padding:6px 8px;margin-bottom:4px;cursor:pointer}.contain-accept[data-v-4a67037a]:hover{background-color:var(--action-hover);border-radius:.5rem}.contain-accept--query[data-v-4a67037a]{margin-left:4px;display:inline-flex;color:var(--primary-main)}
|