@ironsource/shared-ui 2.2.0-rc.5 → 2.2.0-rc.50
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_a4d7b67a_lang.css +1 -0
- package/ChartHeader.vue_vue_type_style_index_0_scoped_3a061c08_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/FormCard.vue_vue_type_style_index_0_scoped_98458a8f_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/OptionV4.vue_vue_type_style_index_0_scoped_771e1980_lang.css +1 -0
- package/PopoverV4.vue_vue_type_style_index_0_scoped_9ae00876_lang.css +1 -0
- package/README.md +2 -2
- 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_b0662035_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/TooltipV4.vue_vue_type_style_index_0_scoped_a8aebfee_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
- 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 +17 -15
- package/components/chart/ChartHeader.vue.js +2 -2
- package/components/chart/ChartHeader.vue2.js +2 -2
- package/components/chart/composables/useChartHeight.d.ts +1 -1
- package/components/chart/composables/useChartHeight.js +16 -15
- package/components/chart/index.d.ts +20 -1
- package/components/chart/types.d.ts +1 -0
- 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/common/consts.common.d.ts +5 -0
- package/components/dateRange/common/consts.common.js +9 -0
- 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 +8 -3
- package/components/dateRange/v3/DateRange.vue.js +2 -2
- package/components/dateRange/v3/DateRange.vue2.js +2 -1
- package/components/dateRange/v3/DateRangePicker.vue.d.ts +3 -3
- package/components/dateRange/v3/index.d.ts +27 -8
- 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/DateRangePickerV4.vue.d.ts +3 -3
- package/components/dateRange/v4/DateRangeV4.vue.d.ts +8 -3
- 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 +27 -8
- 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/ButtonDropdownTrigger.vue.d.ts +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/dropdown/v4/OptionV4.vue.js +3 -3
- package/components/dropdown/v4/OptionV4.vue2.js +13 -12
- package/components/forms/FormCard.vue.js +3 -3
- package/components/forms/FormCard.vue2.js +5 -5
- 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/popover/v4/PopoverV4.vue.d.ts +14 -0
- package/components/popover/v4/PopoverV4.vue.js +2 -2
- package/components/popover/v4/PopoverV4.vue2.js +11 -9
- package/components/popover/v4/index.d.ts +41 -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 +3 -3
- package/components/table/v4/DataGrid.vue2.js +126 -124
- package/components/table/v4/index.d.ts +7 -1
- package/components/tag/Tag.vue.d.ts +131 -0
- package/components/tag/Tag.vue.js +7 -0
- package/components/tag/Tag.vue2.js +295 -0
- package/components/tag/index.d.ts +192 -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/components/tooltip/v4/TooltipV4.vue.d.ts +5 -0
- package/components/tooltip/v4/TooltipV4.vue.js +2 -2
- package/components/tooltip/v4/TooltipV4.vue2.js +76 -36
- package/components/tooltip/v4/index.d.ts +20 -1
- package/design-foundation.stories/colors/ColorsData.d.ts +52 -47
- package/index.d.ts +270 -44
- 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_22477735_lang.css +0 -1
- package/ChartHeader.vue_vue_type_style_index_0_scoped_9a603520_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_3673e156_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/FormCard.vue_vue_type_style_index_0_scoped_86feae7b_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/OptionV4.vue_vue_type_style_index_0_scoped_752a357d_lang.css +0 -1
- package/PopoverV4.vue_vue_type_style_index_0_scoped_66694b4e_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/TooltipV4.vue_vue_type_style_index_0_scoped_8a451e54_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";
|
|
@@ -53,6 +53,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
53
53
|
withSettingsHeader?: boolean;
|
|
54
54
|
extraCharts?: Record<string, unknown>[];
|
|
55
55
|
colorVariant?: ColorVariant;
|
|
56
|
+
height?: string;
|
|
56
57
|
}>, {
|
|
57
58
|
chartType: ChartType;
|
|
58
59
|
dataSets: () => any[];
|
|
@@ -99,6 +100,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
99
100
|
withSettingsHeader: boolean;
|
|
100
101
|
extraCharts: () => any[];
|
|
101
102
|
colorVariant: string;
|
|
103
|
+
height: any;
|
|
102
104
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
103
105
|
"update:chartType": (chartType: ChartType) => void;
|
|
104
106
|
"update:visibleIds": (visibleIds: unknown[]) => void;
|
|
@@ -156,6 +158,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
156
158
|
withSettingsHeader?: boolean;
|
|
157
159
|
extraCharts?: Record<string, unknown>[];
|
|
158
160
|
colorVariant?: ColorVariant;
|
|
161
|
+
height?: string;
|
|
159
162
|
}>, {
|
|
160
163
|
chartType: ChartType;
|
|
161
164
|
dataSets: () => any[];
|
|
@@ -202,6 +205,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
202
205
|
withSettingsHeader: boolean;
|
|
203
206
|
extraCharts: () => any[];
|
|
204
207
|
colorVariant: string;
|
|
208
|
+
height: any;
|
|
205
209
|
}>>> & {
|
|
206
210
|
"onUpdate:visibleIds"?: (visibleIds: unknown[]) => any;
|
|
207
211
|
"onUpdate:sortSelected"?: (sortOption: unknown) => any;
|
|
@@ -209,6 +213,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
209
213
|
}, {
|
|
210
214
|
header: string;
|
|
211
215
|
testId: string;
|
|
216
|
+
height: string;
|
|
212
217
|
loading: boolean;
|
|
213
218
|
visibleIds: unknown[];
|
|
214
219
|
minVisible: number;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./Chart.vue2.js";
|
|
2
2
|
/* empty css */import _ from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../Chart.
|
|
4
|
-
const
|
|
3
|
+
// import "../../Chart.vue_vue_type_style_index_0_scoped_a4d7b67a_lang.css"; //*');
|
|
4
|
+
const s = /* @__PURE__ */ _(o, [["__scopeId", "data-v-a4d7b67a"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
s as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../Chart.
|
|
1
|
+
import "../../Chart.vue_vue_type_style_index_0_scoped_a4d7b67a_lang.css"; import { defineComponent as P, ref as U, computed as d, openBlock as n, createElementBlock as g, Fragment as S, createBlock as D, unref as l, isRef as b, withCtx as s, renderSlot as u, createCommentVNode as A, createElementVNode as L, mergeProps as y, 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";
|
|
@@ -60,7 +60,8 @@ const at = {
|
|
|
60
60
|
fullHeightBottomSpacing: { default: 50 },
|
|
61
61
|
withSettingsHeader: { type: Boolean, default: !0 },
|
|
62
62
|
extraCharts: { default: () => [] },
|
|
63
|
-
colorVariant: { default: "default" }
|
|
63
|
+
colorVariant: { default: "default" },
|
|
64
|
+
height: { default: void 0 }
|
|
64
65
|
},
|
|
65
66
|
emits: ["update:chartType", "update:visibleIds", "update:sortSelected"],
|
|
66
67
|
setup(e, { emit: c }) {
|
|
@@ -106,23 +107,24 @@ const at = {
|
|
|
106
107
|
dataSets: E,
|
|
107
108
|
visibleIds: I,
|
|
108
109
|
variant: t.colorVariant
|
|
109
|
-
}),
|
|
110
|
+
}), H = d(() => t.dataSets.map((a) => ({
|
|
110
111
|
id: a.id,
|
|
111
112
|
label: a.label,
|
|
112
113
|
caption: a.caption || null,
|
|
113
114
|
color: m.value[a.id] || null,
|
|
114
115
|
icon: a.icon || null,
|
|
115
116
|
iconType: a.iconType || "branded"
|
|
116
|
-
}))), { containerProps:
|
|
117
|
+
}))), { containerProps: w, eachPlaneHeight: N } = Z({
|
|
117
118
|
chartPlanesCount: C,
|
|
118
119
|
useFullHeight: t.fullHeight,
|
|
119
|
-
bottomSpacing: t.fullHeightBottomSpacing
|
|
120
|
+
bottomSpacing: t.fullHeightBottomSpacing,
|
|
121
|
+
customHeight: t.height
|
|
120
122
|
}), O = et(t.testId, p);
|
|
121
|
-
return (a, i) => (n(),
|
|
123
|
+
return (a, i) => (n(), g(S, null, [
|
|
122
124
|
e.withSettingsHeader ? (n(), D(X, {
|
|
123
125
|
key: 0,
|
|
124
126
|
"chart-type": l(r),
|
|
125
|
-
"onUpdate:chart-type": i[0] || (i[0] = (o) =>
|
|
127
|
+
"onUpdate:chart-type": i[0] || (i[0] = (o) => b(r) ? r.value = o : null),
|
|
126
128
|
"hide-legend": e.hideLegend,
|
|
127
129
|
"test-id": e.testId
|
|
128
130
|
}, {
|
|
@@ -137,16 +139,16 @@ const at = {
|
|
|
137
139
|
]),
|
|
138
140
|
_: 3
|
|
139
141
|
}, 8, ["chart-type", "hide-legend", "test-id"])) : A("", !0),
|
|
140
|
-
L("div",
|
|
141
|
-
...l(
|
|
142
|
+
L("div", y({ class: "chart-container" }, {
|
|
143
|
+
...l(w),
|
|
142
144
|
...l(O)[l(p).CONTAINER]
|
|
143
145
|
}), [
|
|
144
146
|
L("section", {
|
|
145
147
|
class: $(["chart-planes", [{ "with-legend": !e.hideLegend }]])
|
|
146
148
|
}, [
|
|
147
|
-
k(V,
|
|
149
|
+
k(V, y({
|
|
148
150
|
"chart-type": l(r),
|
|
149
|
-
"onUpdate:chart-type": i[1] || (i[1] = (o) =>
|
|
151
|
+
"onUpdate:chart-type": i[1] || (i[1] = (o) => b(r) ? r.value = o : null)
|
|
150
152
|
}, l(v)), M({ _: 2 }, [
|
|
151
153
|
a.$slots["subheader-tooltip"] ? {
|
|
152
154
|
name: "subheader-tooltip",
|
|
@@ -156,7 +158,7 @@ const at = {
|
|
|
156
158
|
key: "0"
|
|
157
159
|
} : void 0
|
|
158
160
|
]), 1040, ["chart-type"]),
|
|
159
|
-
(n(!0),
|
|
161
|
+
(n(!0), g(S, null, R(e.extraCharts, (o, T) => (n(), D(V, y({
|
|
160
162
|
key: T,
|
|
161
163
|
class: "extra-chart-plane"
|
|
162
164
|
}, { ...l(v), ...o }, {
|
|
@@ -167,13 +169,13 @@ const at = {
|
|
|
167
169
|
"test-id": `${e.testId}-${l(p).EXTRA_CHART}-${T}`
|
|
168
170
|
}), null, 16, ["chart-type", "colors-map", "tooltip-respects-top-edge", "test-id"]))), 128))
|
|
169
171
|
], 2),
|
|
170
|
-
e.hideLegend ? A("", !0) : (n(),
|
|
172
|
+
e.hideLegend ? A("", !0) : (n(), g("section", at, [
|
|
171
173
|
k(K, {
|
|
172
174
|
"sort-selected": l(f),
|
|
173
|
-
"onUpdate:sort-selected": i[2] || (i[2] = (o) =>
|
|
175
|
+
"onUpdate:sort-selected": i[2] || (i[2] = (o) => b(f) ? f.value = o : null),
|
|
174
176
|
"highlighted-id": h.value,
|
|
175
177
|
"onUpdate:highlighted-id": i[3] || (i[3] = (o) => h.value = o),
|
|
176
|
-
items: l(
|
|
178
|
+
items: l(H),
|
|
177
179
|
"visible-ids": l(I),
|
|
178
180
|
"max-limit-tooltip-text": e.maxLimitTooltipText,
|
|
179
181
|
"sort-options": e.sortOptions,
|
|
@@ -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 r = /* @__PURE__ */ o(e, [["__scopeId", "data-v-
|
|
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
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../ChartHeader.
|
|
1
|
+
import "../../ChartHeader.vue_vue_type_style_index_0_scoped_3a061c08_lang.css"; import { defineComponent as g, computed as c, openBlock as r, createElementBlock as B, mergeProps as h, unref as t, createElementVNode as n, createVNode as m, createSlots as E, withCtx as d, renderSlot as H, createBlock as l, createTextVNode as b, toDisplayString as v, createCommentVNode as i, normalizeProps as V, isRef as D } from "vue";
|
|
2
2
|
import k from "../typography/v4/Typography.vue.js";
|
|
3
3
|
import N from "../switch/v4/SwitchV4.vue.js";
|
|
4
4
|
import P from "../tooltip/v4/TooltipV4.vue.js";
|
|
@@ -82,7 +82,7 @@ const U = { class: "header-texts" }, z = { class: "header-row" }, M = { class: "
|
|
|
82
82
|
default: d(() => [
|
|
83
83
|
m(t(k), {
|
|
84
84
|
class: "header-text",
|
|
85
|
-
variant: e.compact ? "h5" : "
|
|
85
|
+
variant: e.compact ? "h5" : "h1"
|
|
86
86
|
}, {
|
|
87
87
|
default: d(() => [
|
|
88
88
|
b(v(e.header), 1)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { UseChartHeightArgs } from '@/components/chart/types';
|
|
2
|
-
export declare const useChartHeight: ({ chartPlanesCount, useFullHeight, bottomSpacing, }: UseChartHeightArgs) => {
|
|
2
|
+
export declare const useChartHeight: ({ chartPlanesCount, useFullHeight, bottomSpacing, customHeight, }: UseChartHeightArgs) => {
|
|
3
3
|
containerProps: import("vue").ComputedRef<Record<string, unknown>>;
|
|
4
4
|
eachPlaneHeight: import("vue").ComputedRef<string>;
|
|
5
5
|
};
|
|
@@ -1,24 +1,25 @@
|
|
|
1
|
-
import { ref as
|
|
2
|
-
import { useElementBounding as m, useWindowScroll as
|
|
3
|
-
import { useFullPageHeight as
|
|
4
|
-
import { DEFAULT_CHART_PLANE_HEIGHT as
|
|
5
|
-
const
|
|
1
|
+
import { ref as f, computed as r } from "vue";
|
|
2
|
+
import { useElementBounding as m, useWindowScroll as p } from "@vueuse/core";
|
|
3
|
+
import { useFullPageHeight as E } from "../../../composables/useFullPageHeight.js";
|
|
4
|
+
import { DEFAULT_CHART_PLANE_HEIGHT as v, HEADER_HEIGHT as d, MIN_PLANE_HEIGHT as n } from "../consts.js";
|
|
5
|
+
const I = ({
|
|
6
6
|
chartPlanesCount: e,
|
|
7
|
-
useFullHeight:
|
|
8
|
-
bottomSpacing:
|
|
7
|
+
useFullHeight: i,
|
|
8
|
+
bottomSpacing: c = 50,
|
|
9
|
+
customHeight: o
|
|
9
10
|
}) => {
|
|
10
|
-
const t =
|
|
11
|
+
const t = f(), { height: l } = m(t), { cssHeightValue: u } = E({
|
|
11
12
|
elem: t,
|
|
12
|
-
bottomSpacing:
|
|
13
|
-
}), { y: s } =
|
|
13
|
+
bottomSpacing: c
|
|
14
|
+
}), { y: s } = p(), h = r(() => o || (i && !s.value ? u.value : v + d + "px")), a = r(() => ({
|
|
14
15
|
ref: t,
|
|
15
|
-
style: { height:
|
|
16
|
-
})),
|
|
16
|
+
style: { height: h.value }
|
|
17
|
+
})), H = r(() => e.value === 1 ? "100%" : l.value / e.value < n ? `${n}px` : 100 / e.value + "%");
|
|
17
18
|
return {
|
|
18
|
-
containerProps:
|
|
19
|
-
eachPlaneHeight:
|
|
19
|
+
containerProps: a,
|
|
20
|
+
eachPlaneHeight: H
|
|
20
21
|
};
|
|
21
22
|
};
|
|
22
23
|
export {
|
|
23
|
-
|
|
24
|
+
I as useChartHeight
|
|
24
25
|
};
|
|
@@ -7,6 +7,7 @@ declare const ChartTypes: () => ({
|
|
|
7
7
|
$props: Partial<{
|
|
8
8
|
header: string;
|
|
9
9
|
testId: string;
|
|
10
|
+
height: string;
|
|
10
11
|
loading: boolean;
|
|
11
12
|
visibleIds: unknown[];
|
|
12
13
|
minVisible: number;
|
|
@@ -59,6 +60,10 @@ declare const ChartTypes: () => ({
|
|
|
59
60
|
type: import("vue").PropType<string>;
|
|
60
61
|
default: string;
|
|
61
62
|
};
|
|
63
|
+
height: {
|
|
64
|
+
type: import("vue").PropType<string>;
|
|
65
|
+
default: any;
|
|
66
|
+
};
|
|
62
67
|
loading: {
|
|
63
68
|
type: import("vue").PropType<boolean>;
|
|
64
69
|
default: boolean;
|
|
@@ -244,7 +249,7 @@ declare const ChartTypes: () => ({
|
|
|
244
249
|
"onUpdate:visibleIds"?: (visibleIds: unknown[]) => any;
|
|
245
250
|
"onUpdate:sortSelected"?: (sortOption: unknown) => any;
|
|
246
251
|
"onUpdate:chartType"?: (chartType: ChartType) => any;
|
|
247
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "testId" | "loading" | "visibleIds" | "minVisible" | "maxVisible" | "maxLimitTooltipText" | "sortSelected" | "sortOptions" | "sortOptionNameKey" | "chartType" | "hideLegend" | "xAxisFormat" | "xAxisDateInterval" | "totalsChart" | "parsing" | "yAxisFormat" | "valueSuffix" | "valuePrefix" | "trendTooltip" | "subheader" | "subheaderTooltip" | "headerTooltip" | "trendValue" | "trendDirection" | "noteText" | "dataSets" | "tickCount" | "truncateTickLabels" | "keepSubheaderVisible" | "empty" | "noDataIcon" | "noDataTitle" | "noDataSubtitle" | "withAnimation" | "tooltipTotalType" | "tooltipTotalCalcFn" | "tooltipOrder" | "indicateIncompleteData" | "tooltipExcludeTotalItem" | "fullHeight" | "fullHeightBottomSpacing" | "withSettingsHeader" | "extraCharts" | "colorVariant">;
|
|
252
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "testId" | "height" | "loading" | "visibleIds" | "minVisible" | "maxVisible" | "maxLimitTooltipText" | "sortSelected" | "sortOptions" | "sortOptionNameKey" | "chartType" | "hideLegend" | "xAxisFormat" | "xAxisDateInterval" | "totalsChart" | "parsing" | "yAxisFormat" | "valueSuffix" | "valuePrefix" | "trendTooltip" | "subheader" | "subheaderTooltip" | "headerTooltip" | "trendValue" | "trendDirection" | "noteText" | "dataSets" | "tickCount" | "truncateTickLabels" | "keepSubheaderVisible" | "empty" | "noDataIcon" | "noDataTitle" | "noDataSubtitle" | "withAnimation" | "tooltipTotalType" | "tooltipTotalCalcFn" | "tooltipOrder" | "indicateIncompleteData" | "tooltipExcludeTotalItem" | "fullHeight" | "fullHeightBottomSpacing" | "withSettingsHeader" | "extraCharts" | "colorVariant">;
|
|
248
253
|
$attrs: {
|
|
249
254
|
[x: string]: unknown;
|
|
250
255
|
};
|
|
@@ -267,6 +272,10 @@ declare const ChartTypes: () => ({
|
|
|
267
272
|
type: import("vue").PropType<string>;
|
|
268
273
|
default: string;
|
|
269
274
|
};
|
|
275
|
+
height: {
|
|
276
|
+
type: import("vue").PropType<string>;
|
|
277
|
+
default: any;
|
|
278
|
+
};
|
|
270
279
|
loading: {
|
|
271
280
|
type: import("vue").PropType<boolean>;
|
|
272
281
|
default: boolean;
|
|
@@ -459,6 +468,7 @@ declare const ChartTypes: () => ({
|
|
|
459
468
|
}, string, {
|
|
460
469
|
header: string;
|
|
461
470
|
testId: string;
|
|
471
|
+
height: string;
|
|
462
472
|
loading: boolean;
|
|
463
473
|
visibleIds: unknown[];
|
|
464
474
|
minVisible: number;
|
|
@@ -531,6 +541,10 @@ declare const ChartTypes: () => ({
|
|
|
531
541
|
type: import("vue").PropType<string>;
|
|
532
542
|
default: string;
|
|
533
543
|
};
|
|
544
|
+
height: {
|
|
545
|
+
type: import("vue").PropType<string>;
|
|
546
|
+
default: any;
|
|
547
|
+
};
|
|
534
548
|
loading: {
|
|
535
549
|
type: import("vue").PropType<boolean>;
|
|
536
550
|
default: boolean;
|
|
@@ -729,6 +743,10 @@ declare const ChartTypes: () => ({
|
|
|
729
743
|
type: import("vue").PropType<string>;
|
|
730
744
|
default: string;
|
|
731
745
|
};
|
|
746
|
+
height: {
|
|
747
|
+
type: import("vue").PropType<string>;
|
|
748
|
+
default: any;
|
|
749
|
+
};
|
|
732
750
|
loading: {
|
|
733
751
|
type: import("vue").PropType<boolean>;
|
|
734
752
|
default: boolean;
|
|
@@ -921,6 +939,7 @@ declare const ChartTypes: () => ({
|
|
|
921
939
|
}, string, {
|
|
922
940
|
header: string;
|
|
923
941
|
testId: string;
|
|
942
|
+
height: string;
|
|
924
943
|
loading: boolean;
|
|
925
944
|
visibleIds: unknown[];
|
|
926
945
|
minVisible: number;
|
|
@@ -64,6 +64,7 @@ export type UseChartHeightArgs = {
|
|
|
64
64
|
chartPlanesCount: Ref<number>;
|
|
65
65
|
useFullHeight: boolean;
|
|
66
66
|
bottomSpacing?: number;
|
|
67
|
+
customHeight?: string;
|
|
67
68
|
};
|
|
68
69
|
export type HexColor = `#${string}`;
|
|
69
70
|
export type DataSetConfig = ChartDataset<'line'> & ChartDataSet;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./CheckboxV4.vue2.js";
|
|
2
2
|
/* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../CheckboxV4.
|
|
4
|
-
const
|
|
3
|
+
// import "../../../CheckboxV4.vue_vue_type_style_index_0_scoped_88525d86_lang.css"; //*');
|
|
4
|
+
const c = /* @__PURE__ */ e(o, [["__scopeId", "data-v-88525d86"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
c as default
|
|
7
7
|
};
|