@ironsource/shared-ui 2.2.0-rc.3 → 2.2.0-rc.30
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/Alert.vue_vue_type_style_index_0_scoped_5e66710b_lang.css +1 -0
- package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_f86477a9_lang.css +1 -0
- package/AppHeader.vue_vue_type_style_index_0_scoped_18bc6c0d_lang.css +1 -0
- package/ButtonV4.vue_vue_type_style_index_0_scoped_a59af1ad_lang.css +1 -0
- package/CalendarMonth.vue_vue_type_style_index_0_scoped_a44769fd_lang.css +1 -0
- package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_6eae923a_lang.css +1 -0
- package/Chart.vue_vue_type_style_index_0_scoped_22477735_lang.css +1 -0
- package/ChartHeader.vue_vue_type_style_index_0_scoped_3a061c08_lang.css +1 -0
- package/ChartPlane.vue_vue_type_style_index_0_scoped_6de5cddb_lang.css +1 -0
- package/CheckboxV4.vue_vue_type_style_index_0_scoped_88525d86_lang.css +1 -0
- package/ChipV4.vue_vue_type_style_index_0_scoped_a221c649_lang.css +1 -0
- package/ColumnPicker.vue_vue_type_style_index_0_scoped_d59af062_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_0967498f_lang.css +1 -0
- package/DateRange.vue_vue_type_style_index_0_scoped_25d03907_lang.css +1 -0
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_f8826716_lang.css +1 -0
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_a6900fa6_lang.css +1 -0
- package/DialogV4.vue_vue_type_style_index_0_scoped_a6710278_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_526bf0a1_lang.css +1 -0
- package/GroupOption.vue_vue_type_style_index_0_scoped_1e5170b3_lang.css +1 -0
- package/HelpText.vue_vue_type_style_index_0_scoped_641c2356_lang.css +1 -0
- package/IconV4.vue_vue_type_style_index_0_scoped_6683c5b5_lang.css +1 -0
- package/Link.vue_vue_type_style_index_0_scoped_fe0e7f6f_lang.css +1 -0
- package/MultiBar.vue_vue_type_style_index_0_scoped_c4395fb6_lang.css +1 -0
- package/RadioButtonV4.vue_vue_type_style_index_0_scoped_4f3c7037_lang.css +1 -0
- package/SectionDropdown.vue_vue_type_style_index_0_scoped_65877e48_lang.css +1 -0
- package/SwitchV4.vue_vue_type_style_index_0_scoped_b71a806e_lang.css +1 -0
- package/Tag.vue_vue_type_style_index_0_scoped_78f19cb0_lang.css +1 -0
- package/TextAreaV4.vue_vue_type_style_index_0_scoped_0feea75e_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_28fab783_lang.css +1 -0
- package/ThemeWrapper.vue_vue_type_style_index_1_lang.css +1 -1
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_0fc9ddf5_lang.css +1 -0
- package/components/alert/Alert.vue.d.ts +3 -8
- package/components/alert/Alert.vue.js +2 -2
- package/components/alert/Alert.vue2.js +48 -46
- package/components/alert/index.d.ts +8 -27
- package/components/appHeader/AppHeader.vue.js +2 -2
- package/components/appHeader/AppHeader.vue2.js +44 -45
- package/components/button/v4/ButtonV4.vue.js +4 -4
- package/components/button/v4/ButtonV4.vue2.js +1 -1
- package/components/button/v4/ToggleButtonGroupAB.vue.js +2 -2
- package/components/button/v4/ToggleButtonGroupAB.vue2.js +1 -1
- package/components/chart/Chart.vue.d.ts +5 -0
- package/components/chart/Chart.vue.js +3 -3
- package/components/chart/Chart.vue2.js +10 -8
- package/components/chart/ChartHeader.vue.d.ts +5 -0
- package/components/chart/ChartHeader.vue.js +3 -3
- package/components/chart/ChartHeader.vue2.js +73 -49
- package/components/chart/ChartPlane.vue.d.ts +5 -0
- package/components/chart/ChartPlane.vue.js +3 -3
- package/components/chart/ChartPlane.vue2.js +33 -31
- package/components/chart/ChartStoryArgs.d.ts +6 -0
- package/components/chart/index.d.ts +20 -1
- package/components/checkbox/v4/CheckboxV4.vue.js +3 -3
- package/components/checkbox/v4/CheckboxV4.vue2.js +60 -79
- package/components/checkbox/v4/icons/CheckedState.vue.js +11 -11
- package/components/checkbox/v4/icons/IndeterminateState.vue.js +7 -7
- package/components/checkbox/v4/icons/UncheckedState.vue.d.ts +28 -1
- package/components/checkbox/v4/icons/UncheckedState.vue.js +23 -21
- package/components/checkbox/v4/icons/UncheckedState.vue2.js +4 -0
- package/components/chip/v4/ChipV4.vue.js +3 -3
- package/components/chip/v4/ChipV4.vue2.js +1 -1
- package/components/columnConfigurator/SectionDropdown.vue.js +3 -3
- package/components/columnConfigurator/SectionDropdown.vue2.js +6 -7
- package/components/columnPicker/ColumnPicker.vue.d.ts +2 -0
- package/components/columnPicker/ColumnPicker.vue.js +3 -3
- package/components/columnPicker/ColumnPicker.vue2.js +173 -153
- package/components/columnPicker/index.d.ts +7 -1
- package/components/dateRange/common/CalendarMonth.common.js +46 -41
- package/components/dateRange/common/DateRange.common.d.ts +1 -0
- package/components/dateRange/common/DateRange.common.js +39 -38
- package/components/dateRange/v3/CalendarMonth.vue.d.ts +5 -0
- package/components/dateRange/v3/CalendarMonth.vue.js +3 -3
- package/components/dateRange/v3/CalendarMonth.vue2.js +6 -5
- package/components/dateRange/v3/DateRange.vue.d.ts +5 -0
- package/components/dateRange/v3/DateRange.vue.js +2 -2
- package/components/dateRange/v3/DateRange.vue2.js +2 -1
- package/components/dateRange/v3/index.d.ts +20 -1
- package/components/dateRange/v4/CalendarMonthV4.vue.d.ts +5 -0
- package/components/dateRange/v4/CalendarMonthV4.vue.js +4 -4
- package/components/dateRange/v4/CalendarMonthV4.vue2.js +12 -11
- package/components/dateRange/v4/DateRangeV4.vue.d.ts +5 -0
- package/components/dateRange/v4/DateRangeV4.vue.js +3 -3
- package/components/dateRange/v4/DateRangeV4.vue2.js +104 -101
- package/components/dateRange/v4/index.d.ts +20 -1
- package/components/dialog/v4/DialogV4.vue.js +4 -4
- package/components/dialog/v4/DialogV4.vue2.js +1 -1
- package/components/dropdown/v4/AppDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/AppDropdownTrigger.vue2.js +1 -1
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +1 -1
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +2 -2
- package/components/dropdown/v4/GroupOption.vue.js +3 -3
- package/components/dropdown/v4/GroupOption.vue2.js +1 -1
- package/components/helpText/HelpText.vue.d.ts +68 -0
- package/components/helpText/HelpText.vue.js +7 -0
- package/components/helpText/HelpText.vue2.js +45 -0
- package/components/helpText/index.d.ts +190 -0
- package/components/helpText/index.js +6 -0
- package/components/icon/v4/IconV4.vue.d.ts +5 -0
- package/components/icon/v4/IconV4.vue.js +2 -2
- package/components/icon/v4/IconV4.vue2.js +27 -26
- package/components/icon/v4/index.d.ts +20 -1
- package/components/input/v4/TextField.vue.js +2 -2
- package/components/input/v4/TextField.vue2.js +1 -1
- package/components/link/Link.vue.d.ts +3 -3
- package/components/link/Link.vue.js +5 -5
- package/components/link/Link.vue2.js +1 -1
- package/components/link/index.d.ts +7 -7
- package/components/multibar/MultiBar.vue.js +3 -3
- package/components/multibar/MultiBar.vue2.js +1 -1
- package/components/radioButton/v4/RadioButtonV4.vue.js +3 -3
- package/components/radioButton/v4/RadioButtonV4.vue2.js +1 -1
- package/components/switch/v4/SwitchV4.vue.d.ts +5 -0
- package/components/switch/v4/SwitchV4.vue.js +4 -4
- package/components/switch/v4/SwitchV4.vue2.js +14 -13
- package/components/switch/v4/index.d.ts +9 -0
- package/components/table/v4/DataGrid.vue.d.ts +2 -0
- package/components/table/v4/DataGrid.vue.js +4 -4
- package/components/table/v4/DataGrid.vue2.js +82 -80
- package/components/table/v4/index.d.ts +7 -1
- package/components/tag/Tag.vue.d.ts +112 -0
- package/components/tag/Tag.vue.js +7 -0
- package/components/tag/Tag.vue2.js +221 -0
- package/components/tag/index.d.ts +161 -0
- package/components/tag/index.js +6 -0
- package/components/tagsField/index.d.ts +42 -3
- package/components/tagsField/index.js +6 -4
- package/components/textArea/v4/TextAreaV4.vue.js +3 -3
- package/components/textArea/v4/TextAreaV4.vue2.js +1 -1
- package/design-foundation.stories/colors/ColorsData.d.ts +52 -47
- package/index.d.ts +114 -6
- package/index.js +108 -98
- package/package.json +12 -3
- package/style/v4/colors.scss +89 -84
- package/style/v4/grid.css +1 -1
- package/style/v4/grid.css.map +1 -1
- package/testids/index.d.ts +4 -0
- package/testids/index.js +38 -37
- package/Alert.vue_vue_type_style_index_0_scoped_06e0871a_lang.css +0 -1
- package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_858cefbf_lang.css +0 -1
- package/AppHeader.vue_vue_type_style_index_0_scoped_538ccdc6_lang.css +0 -1
- package/ButtonV4.vue_vue_type_style_index_0_scoped_852be7ec_lang.css +0 -1
- package/CalendarMonth.vue_vue_type_style_index_0_scoped_acd3440c_lang.css +0 -1
- package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_b0d3ea50_lang.css +0 -1
- package/Chart.vue_vue_type_style_index_0_scoped_060d02be_lang.css +0 -1
- package/ChartHeader.vue_vue_type_style_index_0_scoped_d90c583e_lang.css +0 -1
- package/ChartPlane.vue_vue_type_style_index_0_scoped_3c887f7e_lang.css +0 -1
- package/CheckboxV4.vue_vue_type_style_index_0_scoped_af4ae3c3_lang.css +0 -1
- package/ChipV4.vue_vue_type_style_index_0_scoped_a4d3a12e_lang.css +0 -1
- package/ColumnPicker.vue_vue_type_style_index_0_scoped_ea8c7024_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_cd41c5ca_lang.css +0 -1
- package/DateRange.vue_vue_type_style_index_0_scoped_70e316e9_lang.css +0 -1
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_a849128a_lang.css +0 -1
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_3bc0f416_lang.css +0 -1
- package/DialogV4.vue_vue_type_style_index_0_scoped_cc99f1e3_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_445ebb01_lang.css +0 -1
- package/GroupOption.vue_vue_type_style_index_0_scoped_5f372a81_lang.css +0 -1
- package/IconV4.vue_vue_type_style_index_0_scoped_dc433d48_lang.css +0 -1
- package/Link.vue_vue_type_style_index_0_scoped_1a766750_lang.css +0 -1
- package/MultiBar.vue_vue_type_style_index_0_scoped_71617643_lang.css +0 -1
- package/RadioButtonV4.vue_vue_type_style_index_0_scoped_05c7bca2_lang.css +0 -1
- package/SectionDropdown.vue_vue_type_style_index_0_scoped_cfad60a8_lang.css +0 -1
- package/SwitchV4.vue_vue_type_style_index_0_scoped_cd6621a7_lang.css +0 -1
- package/TextAreaV4.vue_vue_type_style_index_0_scoped_4114ef89_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_3b7a3661_lang.css +0 -1
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_2076b5ab_lang.css +0 -1
- package/components/checkbox/v4/icons/CheckedDisabledState.vue.d.ts +0 -29
- package/components/checkbox/v4/icons/CheckedDisabledState.vue.js +0 -45
- package/components/checkbox/v4/icons/CheckedDisabledState.vue2.js +0 -4
- package/components/checkbox/v4/icons/IndeterminateDisabledState.vue.d.ts +0 -2
- package/components/checkbox/v4/icons/IndeterminateDisabledState.vue.js +0 -40
- package/components/checkbox/v4/icons/UncheckedDisabledState.vue.d.ts +0 -2
- package/components/checkbox/v4/icons/UncheckedDisabledState.vue.js +0 -30
|
@@ -7,14 +7,13 @@ declare const AlertTypes: () => ({
|
|
|
7
7
|
title: string;
|
|
8
8
|
testId: string;
|
|
9
9
|
variant: "outlined" | "standard";
|
|
10
|
-
color: "danger" | "info" | "success" | "warning";
|
|
10
|
+
color: "default" | "danger" | "info" | "success" | "warning";
|
|
11
11
|
description: string;
|
|
12
12
|
dismissible: boolean;
|
|
13
13
|
actionText: string;
|
|
14
14
|
actionVariant: "contained" | "outlined";
|
|
15
15
|
actionIconName: string;
|
|
16
16
|
actionLoading: boolean;
|
|
17
|
-
actionSize: "small" | "medium";
|
|
18
17
|
rounded: boolean;
|
|
19
18
|
hideIcon: boolean;
|
|
20
19
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -31,7 +30,7 @@ declare const AlertTypes: () => ({
|
|
|
31
30
|
default: string;
|
|
32
31
|
};
|
|
33
32
|
color: {
|
|
34
|
-
type: import("vue").PropType<"danger" | "info" | "success" | "warning">;
|
|
33
|
+
type: import("vue").PropType<"default" | "danger" | "info" | "success" | "warning">;
|
|
35
34
|
default: string;
|
|
36
35
|
};
|
|
37
36
|
description: {
|
|
@@ -58,10 +57,6 @@ declare const AlertTypes: () => ({
|
|
|
58
57
|
type: import("vue").PropType<boolean>;
|
|
59
58
|
default: boolean;
|
|
60
59
|
};
|
|
61
|
-
actionSize: {
|
|
62
|
-
type: import("vue").PropType<"small" | "medium">;
|
|
63
|
-
default: string;
|
|
64
|
-
};
|
|
65
60
|
rounded: {
|
|
66
61
|
type: import("vue").PropType<boolean>;
|
|
67
62
|
default: boolean;
|
|
@@ -73,7 +68,7 @@ declare const AlertTypes: () => ({
|
|
|
73
68
|
}>> & {
|
|
74
69
|
onClose?: () => any;
|
|
75
70
|
onActionButtonClick?: () => any;
|
|
76
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "testId" | "variant" | "color" | "description" | "dismissible" | "actionText" | "actionVariant" | "actionIconName" | "actionLoading" | "
|
|
71
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "testId" | "variant" | "color" | "description" | "dismissible" | "actionText" | "actionVariant" | "actionIconName" | "actionLoading" | "rounded" | "hideIcon">;
|
|
77
72
|
$attrs: {
|
|
78
73
|
[x: string]: unknown;
|
|
79
74
|
};
|
|
@@ -101,7 +96,7 @@ declare const AlertTypes: () => ({
|
|
|
101
96
|
default: string;
|
|
102
97
|
};
|
|
103
98
|
color: {
|
|
104
|
-
type: import("vue").PropType<"danger" | "info" | "success" | "warning">;
|
|
99
|
+
type: import("vue").PropType<"default" | "danger" | "info" | "success" | "warning">;
|
|
105
100
|
default: string;
|
|
106
101
|
};
|
|
107
102
|
description: {
|
|
@@ -128,10 +123,6 @@ declare const AlertTypes: () => ({
|
|
|
128
123
|
type: import("vue").PropType<boolean>;
|
|
129
124
|
default: boolean;
|
|
130
125
|
};
|
|
131
|
-
actionSize: {
|
|
132
|
-
type: import("vue").PropType<"small" | "medium">;
|
|
133
|
-
default: string;
|
|
134
|
-
};
|
|
135
126
|
rounded: {
|
|
136
127
|
type: import("vue").PropType<boolean>;
|
|
137
128
|
default: boolean;
|
|
@@ -150,14 +141,13 @@ declare const AlertTypes: () => ({
|
|
|
150
141
|
title: string;
|
|
151
142
|
testId: string;
|
|
152
143
|
variant: "outlined" | "standard";
|
|
153
|
-
color: "danger" | "info" | "success" | "warning";
|
|
144
|
+
color: "default" | "danger" | "info" | "success" | "warning";
|
|
154
145
|
description: string;
|
|
155
146
|
dismissible: boolean;
|
|
156
147
|
actionText: string;
|
|
157
148
|
actionVariant: "contained" | "outlined";
|
|
158
149
|
actionIconName: string;
|
|
159
150
|
actionLoading: boolean;
|
|
160
|
-
actionSize: "small" | "medium";
|
|
161
151
|
rounded: boolean;
|
|
162
152
|
hideIcon: boolean;
|
|
163
153
|
}, {}, string> & {
|
|
@@ -194,7 +184,7 @@ declare const AlertTypes: () => ({
|
|
|
194
184
|
default: string;
|
|
195
185
|
};
|
|
196
186
|
color: {
|
|
197
|
-
type: import("vue").PropType<"danger" | "info" | "success" | "warning">;
|
|
187
|
+
type: import("vue").PropType<"default" | "danger" | "info" | "success" | "warning">;
|
|
198
188
|
default: string;
|
|
199
189
|
};
|
|
200
190
|
description: {
|
|
@@ -221,10 +211,6 @@ declare const AlertTypes: () => ({
|
|
|
221
211
|
type: import("vue").PropType<boolean>;
|
|
222
212
|
default: boolean;
|
|
223
213
|
};
|
|
224
|
-
actionSize: {
|
|
225
|
-
type: import("vue").PropType<"small" | "medium">;
|
|
226
|
-
default: string;
|
|
227
|
-
};
|
|
228
214
|
rounded: {
|
|
229
215
|
type: import("vue").PropType<boolean>;
|
|
230
216
|
default: boolean;
|
|
@@ -254,7 +240,7 @@ declare const AlertTypes: () => ({
|
|
|
254
240
|
default: string;
|
|
255
241
|
};
|
|
256
242
|
color: {
|
|
257
|
-
type: import("vue").PropType<"danger" | "info" | "success" | "warning">;
|
|
243
|
+
type: import("vue").PropType<"default" | "danger" | "info" | "success" | "warning">;
|
|
258
244
|
default: string;
|
|
259
245
|
};
|
|
260
246
|
description: {
|
|
@@ -281,10 +267,6 @@ declare const AlertTypes: () => ({
|
|
|
281
267
|
type: import("vue").PropType<boolean>;
|
|
282
268
|
default: boolean;
|
|
283
269
|
};
|
|
284
|
-
actionSize: {
|
|
285
|
-
type: import("vue").PropType<"small" | "medium">;
|
|
286
|
-
default: string;
|
|
287
|
-
};
|
|
288
270
|
rounded: {
|
|
289
271
|
type: import("vue").PropType<boolean>;
|
|
290
272
|
default: boolean;
|
|
@@ -303,14 +285,13 @@ declare const AlertTypes: () => ({
|
|
|
303
285
|
title: string;
|
|
304
286
|
testId: string;
|
|
305
287
|
variant: "outlined" | "standard";
|
|
306
|
-
color: "danger" | "info" | "success" | "warning";
|
|
288
|
+
color: "default" | "danger" | "info" | "success" | "warning";
|
|
307
289
|
description: string;
|
|
308
290
|
dismissible: boolean;
|
|
309
291
|
actionText: string;
|
|
310
292
|
actionVariant: "contained" | "outlined";
|
|
311
293
|
actionIconName: string;
|
|
312
294
|
actionLoading: boolean;
|
|
313
|
-
actionSize: "small" | "medium";
|
|
314
295
|
rounded: boolean;
|
|
315
296
|
hideIcon: boolean;
|
|
316
297
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import e from "./AppHeader.vue2.js";
|
|
2
2
|
/* empty css */import o from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../AppHeader.
|
|
4
|
-
const s = /* @__PURE__ */ o(e, [["__scopeId", "data-v-
|
|
3
|
+
// import "../../AppHeader.vue_vue_type_style_index_0_scoped_18bc6c0d_lang.css"; //*');
|
|
4
|
+
const s = /* @__PURE__ */ o(e, [["__scopeId", "data-v-18bc6c0d"]]);
|
|
5
5
|
export {
|
|
6
6
|
s as default
|
|
7
7
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import "../../AppHeader.
|
|
2
|
-
import
|
|
1
|
+
import "../../AppHeader.vue_vue_type_style_index_0_scoped_18bc6c0d_lang.css"; import { defineComponent as x, computed as s, openBlock as m, createElementBlock as c, normalizeClass as I, createElementVNode as o, mergeProps as r, unref as t, createVNode as i, withCtx as C, createTextVNode as v, toDisplayString as b, createCommentVNode as A } from "vue";
|
|
2
|
+
import p from "../icon/v4/IconV4.vue.js";
|
|
3
3
|
import "../icon/v4/IconFlag.vue.js";
|
|
4
4
|
import T from "../typography/v4/Typography.vue.js";
|
|
5
5
|
import g from "../inlineCopy/InlineCopy.vue.js";
|
|
6
|
-
import { useTestIdAttrs as
|
|
7
|
-
import { AppHeaderTestIdModifiers as
|
|
8
|
-
const
|
|
6
|
+
import { useTestIdAttrs as z } from "../../utils/testIds.js";
|
|
7
|
+
import { AppHeaderTestIdModifiers as n } from "../../testids/index.js";
|
|
8
|
+
const N = { class: "image-container" }, w = ["src", "alt"], k = ["data-platform"], B = { class: "name-container" }, O = /* @__PURE__ */ x({
|
|
9
9
|
__name: "AppHeader",
|
|
10
10
|
props: {
|
|
11
11
|
image: { default: "" },
|
|
@@ -17,62 +17,61 @@ const w = { class: "image-container" }, k = ["src", "alt"], B = ["data-platform"
|
|
|
17
17
|
showAbIcon: { type: Boolean, default: !1 }
|
|
18
18
|
},
|
|
19
19
|
emits: ["copyToClipboard"],
|
|
20
|
-
setup(
|
|
21
|
-
const a =
|
|
20
|
+
setup(e, { emit: y }) {
|
|
21
|
+
const a = e, f = s(
|
|
22
22
|
() => a.platform ? a.platform.toLowerCase() : ""
|
|
23
|
-
), u =
|
|
24
|
-
() => a.type === "normal" ? "24px" : "20px"
|
|
25
|
-
), x = o(
|
|
23
|
+
), u = s(
|
|
26
24
|
() => a.type === "small" ? "18px" : null
|
|
27
|
-
),
|
|
25
|
+
), h = s(
|
|
28
26
|
() => a.type === "normal" ? "h2" : "subtitle1"
|
|
29
|
-
),
|
|
30
|
-
return (
|
|
31
|
-
class:
|
|
27
|
+
), l = z(a.testId, n);
|
|
28
|
+
return (P, d) => (m(), c("div", {
|
|
29
|
+
class: I(["app-header", `size-${e.type}`])
|
|
32
30
|
}, [
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
src:
|
|
36
|
-
alt:
|
|
37
|
-
}, null, 8,
|
|
31
|
+
o("div", N, [
|
|
32
|
+
o("img", {
|
|
33
|
+
src: e.image,
|
|
34
|
+
alt: e.name
|
|
35
|
+
}, null, 8, w)
|
|
38
36
|
]),
|
|
39
|
-
|
|
40
|
-
class: "icon-container",
|
|
41
|
-
"data-platform":
|
|
42
|
-
},
|
|
43
|
-
i(
|
|
37
|
+
o("div", r({
|
|
38
|
+
class: ["icon-container", `icon-container--${e.type}`],
|
|
39
|
+
"data-platform": e.platform
|
|
40
|
+
}, t(l)[t(n).APP_PLATFORM]), [
|
|
41
|
+
i(t(p), {
|
|
44
42
|
type: "branded",
|
|
45
|
-
name:
|
|
46
|
-
size:
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
43
|
+
name: t(f),
|
|
44
|
+
size: "24px",
|
|
45
|
+
circled: e.type === "small"
|
|
46
|
+
}, null, 8, ["name", "circled"])
|
|
47
|
+
], 16, k),
|
|
48
|
+
o("div", B, [
|
|
49
|
+
i(t(T), r({
|
|
50
|
+
variant: t(h),
|
|
52
51
|
class: "title"
|
|
53
|
-
},
|
|
54
|
-
default:
|
|
55
|
-
v(
|
|
52
|
+
}, t(l)[t(n).TITLE]), {
|
|
53
|
+
default: C(() => [
|
|
54
|
+
v(b(e.name), 1)
|
|
56
55
|
]),
|
|
57
56
|
_: 1
|
|
58
57
|
}, 16, ["variant"]),
|
|
59
|
-
i(
|
|
60
|
-
text:
|
|
58
|
+
i(t(g), {
|
|
59
|
+
text: e.appKey,
|
|
61
60
|
size: "medium",
|
|
62
61
|
class: "inline-copy",
|
|
63
|
-
"hide-text-value":
|
|
64
|
-
"test-id":
|
|
65
|
-
"icon-size":
|
|
62
|
+
"hide-text-value": e.type === "small",
|
|
63
|
+
"test-id": e.testId,
|
|
64
|
+
"icon-size": t(u),
|
|
66
65
|
"tooltip-header": "Copy app key",
|
|
67
|
-
"tooltip-text":
|
|
68
|
-
onCopy: d[0] || (d[0] = (V) =>
|
|
66
|
+
"tooltip-text": e.appKey,
|
|
67
|
+
onCopy: d[0] || (d[0] = (V) => y("copyToClipboard"))
|
|
69
68
|
}, null, 8, ["text", "hide-text-value", "test-id", "icon-size", "tooltip-text"])
|
|
70
69
|
]),
|
|
71
|
-
|
|
70
|
+
e.showAbIcon ? (m(), c("div", r({
|
|
72
71
|
key: 0,
|
|
73
72
|
class: "ab-icon-wrapper"
|
|
74
|
-
},
|
|
75
|
-
i(
|
|
73
|
+
}, t(l)[t(n).AB_ICON]), [
|
|
74
|
+
i(t(p), {
|
|
76
75
|
type: "ab-test",
|
|
77
76
|
name: "ab",
|
|
78
77
|
size: "28px"
|
|
@@ -82,5 +81,5 @@ const w = { class: "image-container" }, k = ["src", "alt"], B = ["data-platform"
|
|
|
82
81
|
}
|
|
83
82
|
});
|
|
84
83
|
export {
|
|
85
|
-
|
|
84
|
+
O as default
|
|
86
85
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./ButtonV4.vue2.js";
|
|
2
|
-
/* empty css */import
|
|
3
|
-
// import "../../../ButtonV4.
|
|
4
|
-
const
|
|
2
|
+
/* empty css */import t from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../../ButtonV4.vue_vue_type_style_index_0_scoped_a59af1ad_lang.css"; //*');
|
|
4
|
+
const s = /* @__PURE__ */ t(o, [["__scopeId", "data-v-a59af1ad"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
s as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../../ButtonV4.
|
|
1
|
+
import "../../../ButtonV4.vue_vue_type_style_index_0_scoped_a59af1ad_lang.css"; import { defineComponent as N, computed as h, openBlock as n, createElementBlock as s, normalizeClass as c, createElementVNode as r, createBlock as f, unref as t, createCommentVNode as o, createVNode as u, withCtx as m, renderSlot as d, createTextVNode as z, toDisplayString as b } from "vue";
|
|
2
2
|
import I from "../../typography/v4/Typography.vue.js";
|
|
3
3
|
import y from "../../icon/v4/IconV4.vue.js";
|
|
4
4
|
import "../../icon/v4/IconFlag.vue.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./ToggleButtonGroupAB.vue2.js";
|
|
2
2
|
/* empty css */import t from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../ToggleButtonGroupAB.
|
|
4
|
-
const s = /* @__PURE__ */ t(o, [["__scopeId", "data-v-
|
|
3
|
+
// import "../../../ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_0fc9ddf5_lang.css"; //*');
|
|
4
|
+
const s = /* @__PURE__ */ t(o, [["__scopeId", "data-v-0fc9ddf5"]]);
|
|
5
5
|
export {
|
|
6
6
|
s as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../../ToggleButtonGroupAB.
|
|
1
|
+
import "../../../ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_0fc9ddf5_lang.css"; import { defineComponent as b, ref as u, computed as A, openBlock as f, createElementBlock as C, createVNode as n, mergeProps as s, unref as e, withCtx as t, createTextVNode as B, createBlock as y, createElementVNode as N, renderSlot as w, createCommentVNode as O } from "vue";
|
|
2
2
|
import c from "./ButtonV4.vue.js";
|
|
3
3
|
import { useVModel as R } from "@vueuse/core";
|
|
4
4
|
import x from "../../icon/v4/IconV4.vue.js";
|
|
@@ -15,6 +15,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
15
15
|
withAnimation?: boolean;
|
|
16
16
|
totalsChart?: boolean;
|
|
17
17
|
tooltipTotalType?: TotalType;
|
|
18
|
+
headerTooltip?: string;
|
|
18
19
|
tooltipTotalCalcFn?: (values: number[], totalType: TotalType) => number;
|
|
19
20
|
tooltipOrder?: TooltipOrder;
|
|
20
21
|
valueSuffix?: string;
|
|
@@ -75,6 +76,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
75
76
|
indicateIncompleteData: boolean;
|
|
76
77
|
testId: string;
|
|
77
78
|
header: string;
|
|
79
|
+
headerTooltip: any;
|
|
78
80
|
subheader: string;
|
|
79
81
|
subheaderTooltip: any;
|
|
80
82
|
keepSubheaderVisible: boolean;
|
|
@@ -116,6 +118,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
116
118
|
withAnimation?: boolean;
|
|
117
119
|
totalsChart?: boolean;
|
|
118
120
|
tooltipTotalType?: TotalType;
|
|
121
|
+
headerTooltip?: string;
|
|
119
122
|
tooltipTotalCalcFn?: (values: number[], totalType: TotalType) => number;
|
|
120
123
|
tooltipOrder?: TooltipOrder;
|
|
121
124
|
valueSuffix?: string;
|
|
@@ -176,6 +179,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
176
179
|
indicateIncompleteData: boolean;
|
|
177
180
|
testId: string;
|
|
178
181
|
header: string;
|
|
182
|
+
headerTooltip: any;
|
|
179
183
|
subheader: string;
|
|
180
184
|
subheaderTooltip: any;
|
|
181
185
|
keepSubheaderVisible: boolean;
|
|
@@ -225,6 +229,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
225
229
|
trendTooltip: any;
|
|
226
230
|
subheader: string;
|
|
227
231
|
subheaderTooltip: any;
|
|
232
|
+
headerTooltip: string;
|
|
228
233
|
trendValue: string | number;
|
|
229
234
|
trendDirection: TrendDirection;
|
|
230
235
|
noteText: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./Chart.vue2.js";
|
|
2
|
-
/* empty css */import
|
|
3
|
-
// import "../../Chart.
|
|
4
|
-
const p = /* @__PURE__ */
|
|
2
|
+
/* empty css */import _ from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../Chart.vue_vue_type_style_index_0_scoped_22477735_lang.css"; //*');
|
|
4
|
+
const p = /* @__PURE__ */ _(o, [["__scopeId", "data-v-22477735"]]);
|
|
5
5
|
export {
|
|
6
6
|
p as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../Chart.
|
|
1
|
+
import "../../Chart.vue_vue_type_style_index_0_scoped_22477735_lang.css"; import { defineComponent as P, ref as U, computed as d, openBlock as n, createElementBlock as b, Fragment as S, createBlock as D, unref as l, isRef as y, withCtx as s, renderSlot as u, createCommentVNode as A, createElementVNode as L, mergeProps as g, normalizeClass as $, createVNode as k, createSlots as M, renderList as R } from "vue";
|
|
2
2
|
import { useVModel as B } from "@vueuse/core";
|
|
3
3
|
import K from "./ChartLegend.vue.js";
|
|
4
4
|
import X from "./SettingsHeader.vue.js";
|
|
@@ -30,6 +30,7 @@ const at = {
|
|
|
30
30
|
withAnimation: { type: Boolean, default: !0 },
|
|
31
31
|
totalsChart: { type: Boolean, default: !1 },
|
|
32
32
|
tooltipTotalType: { default: _.Total },
|
|
33
|
+
headerTooltip: { default: null },
|
|
33
34
|
tooltipTotalCalcFn: { type: Function, default: tt },
|
|
34
35
|
tooltipOrder: { default: Q.Legend },
|
|
35
36
|
valueSuffix: { default: "" },
|
|
@@ -63,7 +64,7 @@ const at = {
|
|
|
63
64
|
},
|
|
64
65
|
emits: ["update:chartType", "update:visibleIds", "update:sortSelected"],
|
|
65
66
|
setup(e, { emit: c }) {
|
|
66
|
-
const t = e, r = B(t, "chartType", c), f = B(t, "sortSelected", c), h = U(null), v =
|
|
67
|
+
const t = e, r = B(t, "chartType", c), f = B(t, "sortSelected", c), h = U(null), v = d(() => ({
|
|
67
68
|
dataSets: t.dataSets,
|
|
68
69
|
visibleIds: t.visibleIds,
|
|
69
70
|
parsing: t.parsing,
|
|
@@ -99,12 +100,13 @@ const at = {
|
|
|
99
100
|
valuePrefix: t.valuePrefix,
|
|
100
101
|
indicateIncompleteData: t.indicateIncompleteData,
|
|
101
102
|
tooltipExcludeTotalItem: t.tooltipExcludeTotalItem,
|
|
103
|
+
headerTooltip: t.headerTooltip,
|
|
102
104
|
testId: t.testId
|
|
103
|
-
})), E =
|
|
105
|
+
})), E = d(() => t.dataSets), I = d(() => t.visibleIds), x = d(() => t.extraCharts.length), C = d(() => 1 + x.value), F = (a) => a === x.value - 1, { colorsMap: m } = z({
|
|
104
106
|
dataSets: E,
|
|
105
107
|
visibleIds: I,
|
|
106
108
|
variant: t.colorVariant
|
|
107
|
-
}), w =
|
|
109
|
+
}), w = d(() => t.dataSets.map((a) => ({
|
|
108
110
|
id: a.id,
|
|
109
111
|
label: a.label,
|
|
110
112
|
caption: a.caption || null,
|
|
@@ -116,8 +118,8 @@ const at = {
|
|
|
116
118
|
useFullHeight: t.fullHeight,
|
|
117
119
|
bottomSpacing: t.fullHeightBottomSpacing
|
|
118
120
|
}), O = et(t.testId, p);
|
|
119
|
-
return (a, i) => (
|
|
120
|
-
e.withSettingsHeader ? (
|
|
121
|
+
return (a, i) => (n(), b(S, null, [
|
|
122
|
+
e.withSettingsHeader ? (n(), D(X, {
|
|
121
123
|
key: 0,
|
|
122
124
|
"chart-type": l(r),
|
|
123
125
|
"onUpdate:chart-type": i[0] || (i[0] = (o) => y(r) ? r.value = o : null),
|
|
@@ -154,7 +156,7 @@ const at = {
|
|
|
154
156
|
key: "0"
|
|
155
157
|
} : void 0
|
|
156
158
|
]), 1040, ["chart-type"]),
|
|
157
|
-
(
|
|
159
|
+
(n(!0), b(S, null, R(e.extraCharts, (o, T) => (n(), D(V, g({
|
|
158
160
|
key: T,
|
|
159
161
|
class: "extra-chart-plane"
|
|
160
162
|
}, { ...l(v), ...o }, {
|
|
@@ -165,7 +167,7 @@ const at = {
|
|
|
165
167
|
"test-id": `${e.testId}-${l(p).EXTRA_CHART}-${T}`
|
|
166
168
|
}), null, 16, ["chart-type", "colors-map", "tooltip-respects-top-edge", "test-id"]))), 128))
|
|
167
169
|
], 2),
|
|
168
|
-
e.hideLegend ? A("", !0) : (
|
|
170
|
+
e.hideLegend ? A("", !0) : (n(), b("section", at, [
|
|
169
171
|
k(K, {
|
|
170
172
|
"sort-selected": l(f),
|
|
171
173
|
"onUpdate:sort-selected": i[2] || (i[2] = (o) => y(f) ? f.value = o : null),
|
|
@@ -3,6 +3,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
3
3
|
chartType: ChartType;
|
|
4
4
|
typeSwitcher: boolean;
|
|
5
5
|
header?: string;
|
|
6
|
+
headerTooltip?: string;
|
|
6
7
|
subheader?: string;
|
|
7
8
|
subheaderTooltip?: {
|
|
8
9
|
header?: string;
|
|
@@ -24,6 +25,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
24
25
|
header: string;
|
|
25
26
|
subheader: string;
|
|
26
27
|
subheaderTooltip: any;
|
|
28
|
+
headerTooltip: any;
|
|
27
29
|
trendTooltip: any;
|
|
28
30
|
compact: boolean;
|
|
29
31
|
trendValue: any;
|
|
@@ -36,6 +38,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
36
38
|
chartType: ChartType;
|
|
37
39
|
typeSwitcher: boolean;
|
|
38
40
|
header?: string;
|
|
41
|
+
headerTooltip?: string;
|
|
39
42
|
subheader?: string;
|
|
40
43
|
subheaderTooltip?: {
|
|
41
44
|
header?: string;
|
|
@@ -57,6 +60,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
57
60
|
header: string;
|
|
58
61
|
subheader: string;
|
|
59
62
|
subheaderTooltip: any;
|
|
63
|
+
headerTooltip: any;
|
|
60
64
|
trendTooltip: any;
|
|
61
65
|
compact: boolean;
|
|
62
66
|
trendValue: any;
|
|
@@ -74,6 +78,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
74
78
|
subheader: string;
|
|
75
79
|
subheaderTooltip: any;
|
|
76
80
|
typeSwitcher: boolean;
|
|
81
|
+
headerTooltip: string;
|
|
77
82
|
trendValue: string | number;
|
|
78
83
|
trendDirection: TrendDirection;
|
|
79
84
|
noteText: string;
|
|
@@ -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
|
|
3
|
+
// import "../../ChartHeader.vue_vue_type_style_index_0_scoped_3a061c08_lang.css"; //*');
|
|
4
|
+
const r = /* @__PURE__ */ o(e, [["__scopeId", "data-v-3a061c08"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
r as default
|
|
7
7
|
};
|