@ironsource/shared-ui 2.1.11-test.5 → 2.1.11-test.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_604dfc6f_lang.css +1 -0
- package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_1aa6df01_lang.css +1 -0
- package/Chart.vue_vue_type_style_index_0_scoped_277fde76_lang.css +1 -0
- package/ChartHeader.vue_vue_type_style_index_0_scoped_b8213498_lang.css +1 -0
- package/ChartLegend.vue_vue_type_style_index_0_scoped_a1c626cd_lang.css +1 -0
- package/ChartTooltip.vue_vue_type_style_index_0_scoped_6744325c_lang.css +1 -0
- package/CheckboxV4.vue_vue_type_style_index_0_scoped_af4ae3c3_lang.css +1 -0
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_e43ac1c9_lang.css +1 -0
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_8f96cf5a_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_26488faf_lang.css +1 -0
- package/DataGridMenu.vue_vue_type_style_index_0_scoped_ddfaf207_lang.css +1 -0
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_309e5351_lang.css +1 -0
- package/DialogV4.vue_vue_type_style_index_0_scoped_37da643b_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_75002075_lang.css +1 -0
- package/EmptyStateV4.vue_vue_type_style_index_0_scoped_18728498_lang.css +1 -0
- package/FiltersPanelV4.vue_vue_type_style_index_0_scoped_383011d3_lang.css +1 -0
- package/FormCard.vue_vue_type_style_index_0_scoped_86feae7b_lang.css +1 -0
- package/InlineCopy.vue_vue_type_style_index_0_scoped_ad48b61e_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_2c2947b3_lang.css +1 -0
- package/PopoverV4.vue_vue_type_style_index_0_scoped_66694b4e_lang.css +1 -0
- package/README.md +4 -15
- package/SnackbarV4.vue_vue_type_style_index_0_scoped_89fe8aa1_lang.css +1 -0
- package/SortableItem.vue_vue_type_style_index_0_scoped_7cb676f1_lang.css +1 -0
- package/SortableItemLabel.vue_vue_type_style_index_0_scoped_f2ced2f4_lang.css +1 -0
- package/SortableList.vue_vue_type_style_index_0_scoped_156c01ca_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_2e327aa1_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_c81a7d3e_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_0_scoped_82b46d6d_lang.css +1 -0
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_b883d1fa_lang.css +1 -0
- package/Typography.vue_vue_type_style_index_0_scoped_a14013a5_lang.css +1 -0
- package/components/autocomplete/Autocomplete.vue2.js +3 -2
- package/components/button/v3/Button.vue.d.ts +6 -6
- package/components/button/v3/index.d.ts +14 -14
- package/components/button/v4/ToggleButtonGroupAB.vue.d.ts +3 -1
- package/components/button/v4/ToggleButtonGroupAB.vue.js +2 -2
- package/components/button/v4/ToggleButtonGroupAB.vue2.js +44 -39
- package/components/button/v4/index.d.ts +9 -3
- package/components/chart/Chart.vue.d.ts +17 -4
- package/components/chart/Chart.vue.js +5 -5
- package/components/chart/Chart.vue2.js +127 -110
- package/components/chart/ChartHeader.vue.d.ts +13 -6
- package/components/chart/ChartHeader.vue.js +2 -2
- package/components/chart/ChartHeader.vue2.js +32 -29
- package/components/chart/ChartLegend.vue.d.ts +5 -0
- package/components/chart/ChartLegend.vue.js +3 -3
- package/components/chart/ChartLegend.vue2.js +99 -49
- package/components/chart/ChartTooltip.vue.d.ts +4 -5
- package/components/chart/ChartTooltip.vue.js +2 -2
- package/components/chart/ChartTooltip.vue2.js +64 -43
- package/components/chart/SettingsHeader.vue2.js +3 -2
- package/components/chart/index.d.ts +74 -35
- 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/checkbox/v4/CheckboxV4.vue.js +3 -3
- package/components/checkbox/v4/CheckboxV4.vue2.js +2 -2
- package/components/datePicker/v4/DatePickerV4.vue2.js +8 -7
- package/components/dateRange/v4/DateRangeV4.vue.js +2 -2
- package/components/dateRange/v4/DateRangeV4.vue2.js +9 -9
- package/components/dialog/v4/DialogV4.vue.d.ts +15 -0
- package/components/dialog/v4/DialogV4.vue.js +3 -3
- package/components/dialog/v4/DialogV4.vue2.js +80 -73
- package/components/dialog/v4/index.d.ts +58 -1
- package/components/dropdown/common/Dropdown.common.js +200 -189
- package/components/dropdown/v3/Dropdown.vue.d.ts +2 -2
- package/components/dropdown/v3/index.d.ts +39 -39
- package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +1 -1
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +15 -0
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +42 -20
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue2.js +7 -7
- package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +10 -0
- package/components/dropdown/v4/ChipDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +88 -47
- package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +110 -0
- package/components/dropdown/v4/ConditionalDropdown.vue.js +7 -0
- package/components/dropdown/v4/ConditionalDropdown.vue2.js +224 -0
- package/components/dropdown/v4/DropdownV4.vue.d.ts +32 -11
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +153 -138
- package/components/dropdown/v4/OptionV4.vue.d.ts +10 -0
- package/components/dropdown/v4/OptionV4.vue.js +2 -2
- package/components/dropdown/v4/OptionV4.vue2.js +135 -98
- package/components/dropdown/v4/TreeDropdown.vue.d.ts +6 -1
- package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
- package/components/dropdown/v4/TreeDropdown.vue2.js +165 -120
- package/components/dropdown/v4/index.d.ts +443 -110
- package/components/dropdown/v4/index.js +6 -3
- package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
- package/components/emptyState/v3/index.d.ts +7 -7
- package/components/emptyState/v4/EmptyStateV4.vue.js +3 -3
- package/components/emptyState/v4/EmptyStateV4.vue2.js +1 -1
- package/components/filtersPanel/v4/FiltersPanelV4.vue.js +2 -2
- package/components/filtersPanel/v4/FiltersPanelV4.vue2.js +8 -9
- package/components/forms/FormCard.vue.js +3 -3
- package/components/forms/FormCard.vue2.js +1 -1
- package/components/icon/v4/consts.d.ts +1 -1
- package/components/icon/v4/consts.js +1 -1
- package/components/inlineCopy/InlineCopy.vue.d.ts +5 -0
- package/components/inlineCopy/InlineCopy.vue.js +2 -2
- package/components/inlineCopy/InlineCopy.vue2.js +24 -22
- package/components/inlineCopy/index.d.ts +9 -0
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +12 -12
- package/components/multibar/MultiBarMenu.vue2.js +3 -2
- package/components/popover/v4/PopoverV4.vue.d.ts +14 -2
- package/components/popover/v4/PopoverV4.vue.js +4 -3
- package/components/popover/v4/PopoverV4.vue2.js +40 -24
- package/components/popover/v4/index.d.ts +55 -11
- package/components/snackbar/v4/SnackbarV4.vue.d.ts +7 -116
- package/components/snackbar/v4/SnackbarV4.vue.js +5 -5
- package/components/snackbar/v4/SnackbarV4.vue2.js +62 -60
- package/components/sortableList/SortableItem.vue.js +3 -3
- package/components/sortableList/SortableItem.vue2.js +57 -56
- package/components/sortableList/SortableItemLabel.vue.js +3 -3
- package/components/sortableList/SortableItemLabel.vue2.js +20 -23
- package/components/sortableList/SortableList.vue.d.ts +1 -1
- package/components/sortableList/SortableList.vue.js +3 -3
- package/components/sortableList/SortableList.vue2.js +82 -76
- package/components/sortableList/index.d.ts +4 -4
- package/components/table/common/Table.common.d.ts +1 -1
- package/components/table/common/Table.common.js +83 -77
- package/components/table/common/Table.types.d.ts +1 -1
- package/components/table/common/consts.d.ts +4 -0
- package/components/table/common/consts.js +7 -0
- package/components/table/v3/Table.vue.d.ts +1 -1
- package/components/table/v3/index.d.ts +5 -5
- package/components/table/v4/DataGrid.vue.d.ts +12 -2
- package/components/table/v4/DataGrid.vue.js +2 -2
- package/components/table/v4/DataGrid.vue2.js +164 -155
- package/components/table/v4/DataGridMenu.vue.js +5 -5
- package/components/table/v4/DataGridMenu.vue2.js +4 -3
- package/components/table/v4/index.d.ts +64 -26
- package/components/table-cells/common/Editable.common.js +24 -19
- package/components/tooltip/v4/TooltipV4.vue.d.ts +10 -0
- package/components/tooltip/v4/TooltipV4.vue.js +2 -2
- package/components/tooltip/v4/TooltipV4.vue2.js +24 -21
- package/components/tooltip/v4/index.d.ts +39 -1
- package/components/typography/v4/Typography.vue.js +3 -3
- package/components/typography/v4/Typography.vue2.js +24 -18
- package/composables/useFormValidation.d.ts +1 -1
- package/design-foundation.stories/icons/iconsData.d.ts +1 -1
- package/index.d.ts +1426 -320
- package/index.js +1 -1
- package/mocks/options.d.ts +48 -6
- package/mocks/words.d.ts +1 -1
- package/package.json +3 -239
- package/style/v4/grid.css +1 -1
- package/style/v4/grid.css.map +1 -1
- package/style/v4/spacings.scss +1 -0
- package/testids/index.d.ts +1 -0
- package/testids/index.js +13 -13
- package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_76c74f58_lang.css +0 -1
- package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_7f750550_lang.css +0 -1
- package/Chart.vue_vue_type_style_index_0_scoped_ea1e5c3e_lang.css +0 -1
- package/ChartHeader.vue_vue_type_style_index_0_scoped_4c37736e_lang.css +0 -1
- package/ChartLegend.vue_vue_type_style_index_0_scoped_c0f71a49_lang.css +0 -1
- package/ChartTooltip.vue_vue_type_style_index_0_scoped_ec636f18_lang.css +0 -1
- package/CheckboxV4.vue_vue_type_style_index_0_scoped_8e5b619a_lang.css +0 -1
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_49bd7193_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_0cd8af73_lang.css +0 -1
- package/DataGridMenu.vue_vue_type_style_index_0_scoped_a6e4672f_lang.css +0 -1
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_f81413ec_lang.css +0 -1
- package/DialogV4.vue_vue_type_style_index_0_scoped_09c488cf_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_e899ec7a_lang.css +0 -1
- package/EmptyStateV4.vue_vue_type_style_index_0_scoped_24001caa_lang.css +0 -1
- package/FiltersPanelV4.vue_vue_type_style_index_0_scoped_39061862_lang.css +0 -1
- package/FormCard.vue_vue_type_style_index_0_scoped_c7965a69_lang.css +0 -1
- package/InlineCopy.vue_vue_type_style_index_0_scoped_893a203c_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_4070942a_lang.css +0 -1
- package/PopoverV4.vue_vue_type_style_index_0_scoped_74bbce13_lang.css +0 -1
- package/SnackbarV4.vue_vue_type_style_index_0_scoped_49c5ccea_lang.css +0 -1
- package/SortableItem.vue_vue_type_style_index_0_scoped_9dd4d372_lang.css +0 -1
- package/SortableItemLabel.vue_vue_type_style_index_0_scoped_1386ae20_lang.css +0 -1
- package/SortableList.vue_vue_type_style_index_0_scoped_e9cd63b8_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_4d9bf5b2_lang.css +0 -1
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_9d9e51c0_lang.css +0 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_fcdb9d02_lang.css +0 -1
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_6ac5f602_lang.css +0 -1
- package/Typography.vue_vue_type_style_index_0_scoped_992962bc_lang.css +0 -1
|
@@ -6,22 +6,24 @@ declare const ChartTypes: () => ({
|
|
|
6
6
|
$props: Partial<{
|
|
7
7
|
header: string;
|
|
8
8
|
loading: boolean;
|
|
9
|
+
parsing: import("./types").ChartParsingConfig;
|
|
9
10
|
xAxisFormat: import("./types").ValueFormat;
|
|
10
11
|
yAxisFormat: import("./types").ValueFormat;
|
|
11
|
-
parsing: import("./types").ChartParsingConfig;
|
|
12
12
|
visibleIds: unknown[];
|
|
13
13
|
minVisible: number;
|
|
14
14
|
maxVisible: number;
|
|
15
|
+
maxLimitTooltipText: string;
|
|
15
16
|
chartType: import("./types").ChartType;
|
|
16
17
|
withSettingsHeader: boolean;
|
|
17
18
|
subheader: string;
|
|
18
|
-
|
|
19
|
+
withSubheaderTooltip: boolean;
|
|
19
20
|
dataSets: import("./types").ChartDataSet[];
|
|
20
21
|
hideLegend: boolean;
|
|
21
22
|
tickCount: number;
|
|
22
23
|
noDataIcon: string;
|
|
23
24
|
noDataTitle: string;
|
|
24
25
|
noDataSubtitle: string;
|
|
26
|
+
withAnimation: boolean;
|
|
25
27
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
26
28
|
header: {
|
|
27
29
|
type: import("vue").PropType<string>;
|
|
@@ -31,6 +33,10 @@ declare const ChartTypes: () => ({
|
|
|
31
33
|
type: import("vue").PropType<boolean>;
|
|
32
34
|
default: boolean;
|
|
33
35
|
};
|
|
36
|
+
parsing: {
|
|
37
|
+
type: import("vue").PropType<import("./types").ChartParsingConfig>;
|
|
38
|
+
default: any;
|
|
39
|
+
};
|
|
34
40
|
xAxisFormat: {
|
|
35
41
|
type: import("vue").PropType<import("./types").ValueFormat>;
|
|
36
42
|
default: string;
|
|
@@ -39,10 +45,6 @@ declare const ChartTypes: () => ({
|
|
|
39
45
|
type: import("vue").PropType<import("./types").ValueFormat>;
|
|
40
46
|
default: string;
|
|
41
47
|
};
|
|
42
|
-
parsing: {
|
|
43
|
-
type: import("vue").PropType<import("./types").ChartParsingConfig>;
|
|
44
|
-
default: any;
|
|
45
|
-
};
|
|
46
48
|
visibleIds: {
|
|
47
49
|
type: import("vue").PropType<unknown[]>;
|
|
48
50
|
required: true;
|
|
@@ -56,6 +58,10 @@ declare const ChartTypes: () => ({
|
|
|
56
58
|
type: import("vue").PropType<number>;
|
|
57
59
|
default: number;
|
|
58
60
|
};
|
|
61
|
+
maxLimitTooltipText: {
|
|
62
|
+
type: import("vue").PropType<string>;
|
|
63
|
+
default: string;
|
|
64
|
+
};
|
|
59
65
|
chartType: {
|
|
60
66
|
type: import("vue").PropType<import("./types").ChartType>;
|
|
61
67
|
default: import("./types").ChartType;
|
|
@@ -68,9 +74,9 @@ declare const ChartTypes: () => ({
|
|
|
68
74
|
type: import("vue").PropType<string>;
|
|
69
75
|
default: string;
|
|
70
76
|
};
|
|
71
|
-
|
|
72
|
-
type: import("vue").PropType<
|
|
73
|
-
default:
|
|
77
|
+
withSubheaderTooltip: {
|
|
78
|
+
type: import("vue").PropType<boolean>;
|
|
79
|
+
default: boolean;
|
|
74
80
|
};
|
|
75
81
|
dataSets: {
|
|
76
82
|
type: import("vue").PropType<import("./types").ChartDataSet[]>;
|
|
@@ -97,10 +103,14 @@ declare const ChartTypes: () => ({
|
|
|
97
103
|
type: import("vue").PropType<string>;
|
|
98
104
|
default: string;
|
|
99
105
|
};
|
|
106
|
+
withAnimation: {
|
|
107
|
+
type: import("vue").PropType<boolean>;
|
|
108
|
+
default: boolean;
|
|
109
|
+
};
|
|
100
110
|
}>> & {
|
|
101
111
|
"onUpdate:visibleIds"?: (visibleIds: unknown[]) => any;
|
|
102
112
|
"onUpdate:chartType"?: (chartType: import("./types").ChartType) => any;
|
|
103
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "loading" | "
|
|
113
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "loading" | "parsing" | "xAxisFormat" | "yAxisFormat" | "visibleIds" | "minVisible" | "maxVisible" | "maxLimitTooltipText" | "chartType" | "withSettingsHeader" | "subheader" | "withSubheaderTooltip" | "dataSets" | "hideLegend" | "tickCount" | "noDataIcon" | "noDataTitle" | "noDataSubtitle" | "withAnimation">;
|
|
104
114
|
$attrs: {
|
|
105
115
|
[x: string]: unknown;
|
|
106
116
|
};
|
|
@@ -123,6 +133,10 @@ declare const ChartTypes: () => ({
|
|
|
123
133
|
type: import("vue").PropType<boolean>;
|
|
124
134
|
default: boolean;
|
|
125
135
|
};
|
|
136
|
+
parsing: {
|
|
137
|
+
type: import("vue").PropType<import("./types").ChartParsingConfig>;
|
|
138
|
+
default: any;
|
|
139
|
+
};
|
|
126
140
|
xAxisFormat: {
|
|
127
141
|
type: import("vue").PropType<import("./types").ValueFormat>;
|
|
128
142
|
default: string;
|
|
@@ -131,10 +145,6 @@ declare const ChartTypes: () => ({
|
|
|
131
145
|
type: import("vue").PropType<import("./types").ValueFormat>;
|
|
132
146
|
default: string;
|
|
133
147
|
};
|
|
134
|
-
parsing: {
|
|
135
|
-
type: import("vue").PropType<import("./types").ChartParsingConfig>;
|
|
136
|
-
default: any;
|
|
137
|
-
};
|
|
138
148
|
visibleIds: {
|
|
139
149
|
type: import("vue").PropType<unknown[]>;
|
|
140
150
|
required: true;
|
|
@@ -148,6 +158,10 @@ declare const ChartTypes: () => ({
|
|
|
148
158
|
type: import("vue").PropType<number>;
|
|
149
159
|
default: number;
|
|
150
160
|
};
|
|
161
|
+
maxLimitTooltipText: {
|
|
162
|
+
type: import("vue").PropType<string>;
|
|
163
|
+
default: string;
|
|
164
|
+
};
|
|
151
165
|
chartType: {
|
|
152
166
|
type: import("vue").PropType<import("./types").ChartType>;
|
|
153
167
|
default: import("./types").ChartType;
|
|
@@ -160,9 +174,9 @@ declare const ChartTypes: () => ({
|
|
|
160
174
|
type: import("vue").PropType<string>;
|
|
161
175
|
default: string;
|
|
162
176
|
};
|
|
163
|
-
|
|
164
|
-
type: import("vue").PropType<
|
|
165
|
-
default:
|
|
177
|
+
withSubheaderTooltip: {
|
|
178
|
+
type: import("vue").PropType<boolean>;
|
|
179
|
+
default: boolean;
|
|
166
180
|
};
|
|
167
181
|
dataSets: {
|
|
168
182
|
type: import("vue").PropType<import("./types").ChartDataSet[]>;
|
|
@@ -189,6 +203,10 @@ declare const ChartTypes: () => ({
|
|
|
189
203
|
type: import("vue").PropType<string>;
|
|
190
204
|
default: string;
|
|
191
205
|
};
|
|
206
|
+
withAnimation: {
|
|
207
|
+
type: import("vue").PropType<boolean>;
|
|
208
|
+
default: boolean;
|
|
209
|
+
};
|
|
192
210
|
}>> & {
|
|
193
211
|
"onUpdate:visibleIds"?: (visibleIds: unknown[]) => any;
|
|
194
212
|
"onUpdate:chartType"?: (chartType: import("./types").ChartType) => any;
|
|
@@ -198,22 +216,24 @@ declare const ChartTypes: () => ({
|
|
|
198
216
|
}, string, {
|
|
199
217
|
header: string;
|
|
200
218
|
loading: boolean;
|
|
219
|
+
parsing: import("./types").ChartParsingConfig;
|
|
201
220
|
xAxisFormat: import("./types").ValueFormat;
|
|
202
221
|
yAxisFormat: import("./types").ValueFormat;
|
|
203
|
-
parsing: import("./types").ChartParsingConfig;
|
|
204
222
|
visibleIds: unknown[];
|
|
205
223
|
minVisible: number;
|
|
206
224
|
maxVisible: number;
|
|
225
|
+
maxLimitTooltipText: string;
|
|
207
226
|
chartType: import("./types").ChartType;
|
|
208
227
|
withSettingsHeader: boolean;
|
|
209
228
|
subheader: string;
|
|
210
|
-
|
|
229
|
+
withSubheaderTooltip: boolean;
|
|
211
230
|
dataSets: import("./types").ChartDataSet[];
|
|
212
231
|
hideLegend: boolean;
|
|
213
232
|
tickCount: number;
|
|
214
233
|
noDataIcon: string;
|
|
215
234
|
noDataTitle: string;
|
|
216
235
|
noDataSubtitle: string;
|
|
236
|
+
withAnimation: boolean;
|
|
217
237
|
}, {}, string> & {
|
|
218
238
|
beforeCreate?: (() => void) | (() => void)[];
|
|
219
239
|
created?: (() => void) | (() => void)[];
|
|
@@ -243,6 +263,10 @@ declare const ChartTypes: () => ({
|
|
|
243
263
|
type: import("vue").PropType<boolean>;
|
|
244
264
|
default: boolean;
|
|
245
265
|
};
|
|
266
|
+
parsing: {
|
|
267
|
+
type: import("vue").PropType<import("./types").ChartParsingConfig>;
|
|
268
|
+
default: any;
|
|
269
|
+
};
|
|
246
270
|
xAxisFormat: {
|
|
247
271
|
type: import("vue").PropType<import("./types").ValueFormat>;
|
|
248
272
|
default: string;
|
|
@@ -251,10 +275,6 @@ declare const ChartTypes: () => ({
|
|
|
251
275
|
type: import("vue").PropType<import("./types").ValueFormat>;
|
|
252
276
|
default: string;
|
|
253
277
|
};
|
|
254
|
-
parsing: {
|
|
255
|
-
type: import("vue").PropType<import("./types").ChartParsingConfig>;
|
|
256
|
-
default: any;
|
|
257
|
-
};
|
|
258
278
|
visibleIds: {
|
|
259
279
|
type: import("vue").PropType<unknown[]>;
|
|
260
280
|
required: true;
|
|
@@ -268,6 +288,10 @@ declare const ChartTypes: () => ({
|
|
|
268
288
|
type: import("vue").PropType<number>;
|
|
269
289
|
default: number;
|
|
270
290
|
};
|
|
291
|
+
maxLimitTooltipText: {
|
|
292
|
+
type: import("vue").PropType<string>;
|
|
293
|
+
default: string;
|
|
294
|
+
};
|
|
271
295
|
chartType: {
|
|
272
296
|
type: import("vue").PropType<import("./types").ChartType>;
|
|
273
297
|
default: import("./types").ChartType;
|
|
@@ -280,9 +304,9 @@ declare const ChartTypes: () => ({
|
|
|
280
304
|
type: import("vue").PropType<string>;
|
|
281
305
|
default: string;
|
|
282
306
|
};
|
|
283
|
-
|
|
284
|
-
type: import("vue").PropType<
|
|
285
|
-
default:
|
|
307
|
+
withSubheaderTooltip: {
|
|
308
|
+
type: import("vue").PropType<boolean>;
|
|
309
|
+
default: boolean;
|
|
286
310
|
};
|
|
287
311
|
dataSets: {
|
|
288
312
|
type: import("vue").PropType<import("./types").ChartDataSet[]>;
|
|
@@ -309,6 +333,10 @@ declare const ChartTypes: () => ({
|
|
|
309
333
|
type: import("vue").PropType<string>;
|
|
310
334
|
default: string;
|
|
311
335
|
};
|
|
336
|
+
withAnimation: {
|
|
337
|
+
type: import("vue").PropType<boolean>;
|
|
338
|
+
default: boolean;
|
|
339
|
+
};
|
|
312
340
|
}>> & {
|
|
313
341
|
"onUpdate:visibleIds"?: (visibleIds: unknown[]) => any;
|
|
314
342
|
"onUpdate:chartType"?: (chartType: import("./types").ChartType) => any;
|
|
@@ -325,6 +353,10 @@ declare const ChartTypes: () => ({
|
|
|
325
353
|
type: import("vue").PropType<boolean>;
|
|
326
354
|
default: boolean;
|
|
327
355
|
};
|
|
356
|
+
parsing: {
|
|
357
|
+
type: import("vue").PropType<import("./types").ChartParsingConfig>;
|
|
358
|
+
default: any;
|
|
359
|
+
};
|
|
328
360
|
xAxisFormat: {
|
|
329
361
|
type: import("vue").PropType<import("./types").ValueFormat>;
|
|
330
362
|
default: string;
|
|
@@ -333,10 +365,6 @@ declare const ChartTypes: () => ({
|
|
|
333
365
|
type: import("vue").PropType<import("./types").ValueFormat>;
|
|
334
366
|
default: string;
|
|
335
367
|
};
|
|
336
|
-
parsing: {
|
|
337
|
-
type: import("vue").PropType<import("./types").ChartParsingConfig>;
|
|
338
|
-
default: any;
|
|
339
|
-
};
|
|
340
368
|
visibleIds: {
|
|
341
369
|
type: import("vue").PropType<unknown[]>;
|
|
342
370
|
required: true;
|
|
@@ -350,6 +378,10 @@ declare const ChartTypes: () => ({
|
|
|
350
378
|
type: import("vue").PropType<number>;
|
|
351
379
|
default: number;
|
|
352
380
|
};
|
|
381
|
+
maxLimitTooltipText: {
|
|
382
|
+
type: import("vue").PropType<string>;
|
|
383
|
+
default: string;
|
|
384
|
+
};
|
|
353
385
|
chartType: {
|
|
354
386
|
type: import("vue").PropType<import("./types").ChartType>;
|
|
355
387
|
default: import("./types").ChartType;
|
|
@@ -362,9 +394,9 @@ declare const ChartTypes: () => ({
|
|
|
362
394
|
type: import("vue").PropType<string>;
|
|
363
395
|
default: string;
|
|
364
396
|
};
|
|
365
|
-
|
|
366
|
-
type: import("vue").PropType<
|
|
367
|
-
default:
|
|
397
|
+
withSubheaderTooltip: {
|
|
398
|
+
type: import("vue").PropType<boolean>;
|
|
399
|
+
default: boolean;
|
|
368
400
|
};
|
|
369
401
|
dataSets: {
|
|
370
402
|
type: import("vue").PropType<import("./types").ChartDataSet[]>;
|
|
@@ -391,6 +423,10 @@ declare const ChartTypes: () => ({
|
|
|
391
423
|
type: import("vue").PropType<string>;
|
|
392
424
|
default: string;
|
|
393
425
|
};
|
|
426
|
+
withAnimation: {
|
|
427
|
+
type: import("vue").PropType<boolean>;
|
|
428
|
+
default: boolean;
|
|
429
|
+
};
|
|
394
430
|
}>> & {
|
|
395
431
|
"onUpdate:visibleIds"?: (visibleIds: unknown[]) => any;
|
|
396
432
|
"onUpdate:chartType"?: (chartType: import("./types").ChartType) => any;
|
|
@@ -400,26 +436,29 @@ declare const ChartTypes: () => ({
|
|
|
400
436
|
}, string, {
|
|
401
437
|
header: string;
|
|
402
438
|
loading: boolean;
|
|
439
|
+
parsing: import("./types").ChartParsingConfig;
|
|
403
440
|
xAxisFormat: import("./types").ValueFormat;
|
|
404
441
|
yAxisFormat: import("./types").ValueFormat;
|
|
405
|
-
parsing: import("./types").ChartParsingConfig;
|
|
406
442
|
visibleIds: unknown[];
|
|
407
443
|
minVisible: number;
|
|
408
444
|
maxVisible: number;
|
|
445
|
+
maxLimitTooltipText: string;
|
|
409
446
|
chartType: import("./types").ChartType;
|
|
410
447
|
withSettingsHeader: boolean;
|
|
411
448
|
subheader: string;
|
|
412
|
-
|
|
449
|
+
withSubheaderTooltip: boolean;
|
|
413
450
|
dataSets: import("./types").ChartDataSet[];
|
|
414
451
|
hideLegend: boolean;
|
|
415
452
|
tickCount: number;
|
|
416
453
|
noDataIcon: string;
|
|
417
454
|
noDataTitle: string;
|
|
418
455
|
noDataSubtitle: string;
|
|
456
|
+
withAnimation: boolean;
|
|
419
457
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
420
458
|
$slots: {
|
|
421
459
|
metric?(_: {}): any;
|
|
422
460
|
breakdowns?(_: {}): any;
|
|
461
|
+
"subheader-tooltip"?(_: {}): any;
|
|
423
462
|
};
|
|
424
463
|
}))[];
|
|
425
464
|
export type { ChartType, ChartDataRecord, ChartDataSet, ChartParsingConfig, } from './types';
|
|
@@ -13,12 +13,25 @@ export declare const SINGLE_DATASET_COUNTRY: {
|
|
|
13
13
|
value: number;
|
|
14
14
|
}[];
|
|
15
15
|
}[];
|
|
16
|
-
export declare const MULTIPLE_DATASETS_DATE: {
|
|
16
|
+
export declare const MULTIPLE_DATASETS_DATE: ({
|
|
17
17
|
id: string;
|
|
18
18
|
label: string;
|
|
19
|
+
caption: string;
|
|
20
|
+
icon: string;
|
|
19
21
|
data: {
|
|
20
22
|
date: string;
|
|
21
23
|
value: number;
|
|
22
24
|
}[];
|
|
23
|
-
|
|
25
|
+
iconType?: undefined;
|
|
26
|
+
} | {
|
|
27
|
+
id: string;
|
|
28
|
+
label: string;
|
|
29
|
+
caption: string;
|
|
30
|
+
icon: string;
|
|
31
|
+
iconType: string;
|
|
32
|
+
data: {
|
|
33
|
+
date: string;
|
|
34
|
+
value: number;
|
|
35
|
+
}[];
|
|
36
|
+
})[];
|
|
24
37
|
export declare const generateMockData: (numSeries?: number) => any[];
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { Ref } from 'vue';
|
|
2
2
|
import { UseVirtualListItem } from '@vueuse/core';
|
|
3
|
+
import { IconTypes } from '../icon/v4/Icon.types';
|
|
4
|
+
import { ChartTypeRegistry, TooltipItem } from 'chart.js';
|
|
3
5
|
export declare enum ChartType {
|
|
4
6
|
Line = "line",
|
|
5
7
|
Bar = "bar",
|
|
@@ -11,18 +13,30 @@ export type ChartDataSet = {
|
|
|
11
13
|
id: string | number;
|
|
12
14
|
label: string;
|
|
13
15
|
data: ChartDataRecord[];
|
|
16
|
+
caption?: string;
|
|
14
17
|
color?: string;
|
|
18
|
+
icon?: string;
|
|
19
|
+
iconType?: IconTypes;
|
|
15
20
|
};
|
|
16
21
|
export type ChartParsingConfig = {
|
|
17
22
|
xAxisKey: string;
|
|
18
23
|
yAxisKey: string;
|
|
19
24
|
};
|
|
20
|
-
export type ValueFormat = 'date' | 'dateLong' | 'number' | 'percent' | 'string';
|
|
25
|
+
export type ValueFormat = 'date' | 'dateLong' | 'number' | 'percent' | 'string' | 'day';
|
|
21
26
|
export type LegendItem = {
|
|
22
27
|
id: string | number;
|
|
23
28
|
label: string;
|
|
29
|
+
caption?: string;
|
|
24
30
|
color?: string;
|
|
31
|
+
icon?: string;
|
|
32
|
+
iconType?: IconTypes;
|
|
25
33
|
};
|
|
34
|
+
export interface MyTooltipItem<T extends keyof ChartTypeRegistry = keyof ChartTypeRegistry> extends TooltipItem<T> {
|
|
35
|
+
dataset: {
|
|
36
|
+
icon?: string;
|
|
37
|
+
iconType?: IconTypes;
|
|
38
|
+
} & TooltipItem<T>['dataset'];
|
|
39
|
+
}
|
|
26
40
|
export type UseVirtualListResult = {
|
|
27
41
|
list: Ref<UseVirtualListItem<LegendItem>[]>;
|
|
28
42
|
containerProps: {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { format as
|
|
2
|
-
import { formatNumber as
|
|
1
|
+
import { format as n } from "date-fns";
|
|
2
|
+
import { formatNumber as d } from "./formatNumber.js";
|
|
3
3
|
const p = (r, t, e) => {
|
|
4
4
|
if (e === 0)
|
|
5
5
|
return 0;
|
|
6
|
-
const
|
|
7
|
-
return (
|
|
8
|
-
}, M = (r, t) => t === "number" ?
|
|
6
|
+
const f = t - r, o = f / e * 0.4;
|
|
7
|
+
return (f + o) / e;
|
|
8
|
+
}, M = (r, t) => t === "day" ? n(new Date(r), "EEEE") : t === "number" ? d(r) : t === "date" ? n(new Date(r), "MMM dd") : t === "dateLong" ? n(new Date(r), "MMM dd, yyyy") : String(r);
|
|
9
9
|
export {
|
|
10
10
|
p as calcStepSize,
|
|
11
11
|
M as formatValue
|
|
@@ -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_af4ae3c3_lang.css"; //*');
|
|
4
|
+
const t = /* @__PURE__ */ e(o, [["__scopeId", "data-v-af4ae3c3"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
t as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../../CheckboxV4.
|
|
1
|
+
import "../../../CheckboxV4.vue_vue_type_style_index_0_scoped_af4ae3c3_lang.css"; import { defineComponent as D, openBlock as o, createElementBlock as f, mergeProps as a, unref as e, createElementVNode as u, Fragment as B, createBlock as n, createCommentVNode as c, withCtx as V, renderSlot as $, createTextVNode as F, toDisplayString as g, pushScopeId as A, popScopeId as T } from "vue";
|
|
2
2
|
import v from "../../typography/v4/Typography.vue.js";
|
|
3
3
|
import L from "./icons/UncheckedState.vue.js";
|
|
4
4
|
import N from "./icons/CheckedState.vue.js";
|
|
@@ -9,7 +9,7 @@ import K from "./icons/IndeterminateDisabledState.vue.js";
|
|
|
9
9
|
import { CheckboxTestIdModifiers as i } from "../../../testids/index.js";
|
|
10
10
|
import { checkboxCommon as R } from "../common/Checkbox.common.js";
|
|
11
11
|
import { useTestIdAttrs as U } from "../../../utils/testIds.js";
|
|
12
|
-
const M = (t) => (A("data-v-
|
|
12
|
+
const M = (t) => (A("data-v-af4ae3c3"), t = t(), T(), t), W = ["for"], j = { class: "checkboxes" }, q = ["id", "disabled", "checked", ".indeterminate"], z = /* @__PURE__ */ M(() => /* @__PURE__ */ u("span", { class: "checkbox__inner" }, null, -1)), G = { class: "states" }, le = /* @__PURE__ */ D({
|
|
13
13
|
__name: "CheckboxV4",
|
|
14
14
|
props: {
|
|
15
15
|
isChecked: { type: Boolean },
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../../../DatePickerV4.vue_vue_type_style_index_0_scoped_39e6c10c_lang.css"; import { defineComponent as g, openBlock as r, createElementBlock as i, unref as e, createElementVNode as D, renderSlot as v, createVNode as n, normalizeClass as I, createCommentVNode as P } from "vue";
|
|
2
2
|
import y from "./DatePickerMonthV4.vue.js";
|
|
3
|
-
import { DatePickerTestIdModifiers as
|
|
3
|
+
import { DatePickerTestIdModifiers as m } from "../../../testids/index.js";
|
|
4
4
|
import { dataPickerCommon as h } from "../common/DatePicker.common.js";
|
|
5
5
|
import "../../dropdown/v4/DropdownV4.vue.js";
|
|
6
6
|
import "../../dropdown/v4/DefaultDropdownTrigger.vue.js";
|
|
@@ -11,7 +11,8 @@ import "../../dropdown/v4/ButtonDropdownTrigger.vue.js";
|
|
|
11
11
|
import w from "../../dropdown/v4/ButtonFilterDropdownTrigger.vue.js";
|
|
12
12
|
import "../../dropdown/v4/TreeDropdown.vue.js";
|
|
13
13
|
import "../../dropdown/v4/OptionV4.vue.js";
|
|
14
|
-
|
|
14
|
+
import "../../dropdown/v4/ConditionalDropdown.vue.js";
|
|
15
|
+
const $ = ["id", "data-testid"], S = /* @__PURE__ */ g({
|
|
15
16
|
__name: "DatePickerV4",
|
|
16
17
|
props: {
|
|
17
18
|
uniqueId: { default: Date.now() },
|
|
@@ -22,7 +23,7 @@ const $ = ["id", "data-testid"], O = /* @__PURE__ */ g({
|
|
|
22
23
|
testId: { default: "" }
|
|
23
24
|
},
|
|
24
25
|
emits: ["update:modelValue"],
|
|
25
|
-
setup(t, { emit:
|
|
26
|
+
setup(t, { emit: u }) {
|
|
26
27
|
const s = t, {
|
|
27
28
|
toggle: p,
|
|
28
29
|
updateValue: f,
|
|
@@ -31,12 +32,12 @@ const $ = ["id", "data-testid"], O = /* @__PURE__ */ g({
|
|
|
31
32
|
formattedValue: d,
|
|
32
33
|
nearTheEdge: c,
|
|
33
34
|
valueAsDate: k
|
|
34
|
-
} = h(s,
|
|
35
|
+
} = h(s, u);
|
|
35
36
|
return (V, l) => (r(), i("div", {
|
|
36
37
|
id: e(o),
|
|
37
38
|
ref: "datePicker",
|
|
38
39
|
class: "date-picker",
|
|
39
|
-
"data-testid": `${t.testId}-${e(
|
|
40
|
+
"data-testid": `${t.testId}-${e(m).WRAPPER}`
|
|
40
41
|
}, [
|
|
41
42
|
D("div", {
|
|
42
43
|
ref: "buttonRef",
|
|
@@ -48,7 +49,7 @@ const $ = ["id", "data-testid"], O = /* @__PURE__ */ g({
|
|
|
48
49
|
"start-icon-name": "calendar-blank",
|
|
49
50
|
variant: "outlined",
|
|
50
51
|
style: { marginRight: "10px" },
|
|
51
|
-
"test-id": `${t.testId}-${e(
|
|
52
|
+
"test-id": `${t.testId}-${e(m).INPUT}`,
|
|
52
53
|
open: e(a)
|
|
53
54
|
}, null, 8, ["label", "test-id", "open"])
|
|
54
55
|
], !0)
|
|
@@ -70,5 +71,5 @@ const $ = ["id", "data-testid"], O = /* @__PURE__ */ g({
|
|
|
70
71
|
}
|
|
71
72
|
});
|
|
72
73
|
export {
|
|
73
|
-
|
|
74
|
+
S as default
|
|
74
75
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import e from "./DateRangeV4.vue2.js";
|
|
2
2
|
/* empty css */import o from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../DateRangeV4.
|
|
4
|
-
const a = /* @__PURE__ */ o(e, [["__scopeId", "data-v-
|
|
3
|
+
// import "../../../DateRangeV4.vue_vue_type_style_index_0_scoped_309e5351_lang.css"; //*');
|
|
4
|
+
const a = /* @__PURE__ */ o(e, [["__scopeId", "data-v-309e5351"]]);
|
|
5
5
|
export {
|
|
6
6
|
a as default
|
|
7
7
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import "../../../DateRangeV4.
|
|
1
|
+
import "../../../DateRangeV4.vue_vue_type_style_index_0_scoped_309e5351_lang.css"; import { defineComponent as J, openBlock as n, createElementBlock as i, unref as e, normalizeClass as r, createElementVNode as d, renderSlot as N, createVNode as s, withDirectives as v, Fragment as k, renderList as C, withCtx as l, createTextVNode as m, toDisplayString as g, createCommentVNode as P, vShow as $, normalizeStyle as Q, setBlockTracking as x } from "vue";
|
|
2
2
|
import X from "./CalendarMonthV4.vue.js";
|
|
3
3
|
import { typeToName as Z, messagePerType as _ } from "../common/consts.common.js";
|
|
4
|
-
import
|
|
4
|
+
import E from "../../button/v4/ButtonV4.vue.js";
|
|
5
5
|
import "../../button/v4/IconButtonV4.vue.js";
|
|
6
6
|
import "../../button/v4/ButtonGroup.vue.js";
|
|
7
7
|
import "../../button/v4/ToggleButtonGroupAB.vue.js";
|
|
@@ -14,13 +14,14 @@ import "../../dropdown/v4/ButtonDropdownTrigger.vue.js";
|
|
|
14
14
|
import ee from "../../dropdown/v4/ButtonFilterDropdownTrigger.vue.js";
|
|
15
15
|
import "../../dropdown/v4/TreeDropdown.vue.js";
|
|
16
16
|
import "../../dropdown/v4/OptionV4.vue.js";
|
|
17
|
+
import "../../dropdown/v4/ConditionalDropdown.vue.js";
|
|
17
18
|
import { DateRangeTestIdModifiers as o, DatePickerTestIdModifiers as te } from "../../../testids/index.js";
|
|
18
19
|
import { dateRangeCommon as ae } from "../common/DateRange.common.js";
|
|
19
20
|
import p from "../../typography/v4/Typography.vue.js";
|
|
20
21
|
const de = ["id", "data-testid"], ne = ["data-testid"], ie = ["id", "data-testid"], se = {
|
|
21
22
|
key: 0,
|
|
22
23
|
class: "type-picker"
|
|
23
|
-
}, oe = ["onClick"], le = ["data-testid"], re = ["id"], ue = ["id"], ce = ["onClick"], me = { class: "dropdown-rightTriangle" }, pe = ["data-testid"], ye = { class: "date-picker-calendar left-box" }, ge = { class: "buttons-cover" }, fe = { class: "range" }, he = { class: "text-container" },
|
|
24
|
+
}, oe = ["onClick"], le = ["data-testid"], re = ["id"], ue = ["id"], ce = ["onClick"], me = { class: "dropdown-rightTriangle" }, pe = ["data-testid"], ye = { class: "date-picker-calendar left-box" }, ge = { class: "buttons-cover" }, fe = { class: "range" }, he = { class: "text-container" }, Le = /* @__PURE__ */ J({
|
|
24
25
|
__name: "DateRangeV4",
|
|
25
26
|
props: {
|
|
26
27
|
range: null,
|
|
@@ -47,7 +48,7 @@ const de = ["id", "data-testid"], ne = ["data-testid"], ie = ["id", "data-testid
|
|
|
47
48
|
"opened",
|
|
48
49
|
"dismissed"
|
|
49
50
|
],
|
|
50
|
-
setup(t, { emit:
|
|
51
|
+
setup(t, { emit: R }) {
|
|
51
52
|
const A = t, {
|
|
52
53
|
datePicker: B,
|
|
53
54
|
datePickerId: M,
|
|
@@ -72,7 +73,7 @@ const de = ["id", "data-testid"], ne = ["data-testid"], ie = ["id", "data-testid
|
|
|
72
73
|
selectionChanged: j,
|
|
73
74
|
toggle: b,
|
|
74
75
|
isCompact: H
|
|
75
|
-
} = ae(A,
|
|
76
|
+
} = ae(A, R);
|
|
76
77
|
return (D, u) => (n(), i("div", {
|
|
77
78
|
id: e(M),
|
|
78
79
|
ref_key: "datePicker",
|
|
@@ -93,7 +94,6 @@ const de = ["id", "data-testid"], ne = ["data-testid"], ie = ["id", "data-testid
|
|
|
93
94
|
label: e(w),
|
|
94
95
|
"start-icon-name": "calendar-blank",
|
|
95
96
|
variant: "outlined",
|
|
96
|
-
style: { marginRight: "10px" },
|
|
97
97
|
"test-id": `${t.testId}-${e(te).INPUT}`,
|
|
98
98
|
open: e(h)
|
|
99
99
|
}, null, 8, ["label", "test-id", "open"])
|
|
@@ -211,7 +211,7 @@ const de = ["id", "data-testid"], ne = ["data-testid"], ie = ["id", "data-testid
|
|
|
211
211
|
[$, e(q)]
|
|
212
212
|
]),
|
|
213
213
|
u[1] || (x(-1), u[1] = d("div", { class: "buttons" }, [
|
|
214
|
-
s(e(
|
|
214
|
+
s(e(E), {
|
|
215
215
|
id: "button-ok" + t.uniqueId,
|
|
216
216
|
size: "small",
|
|
217
217
|
class: "button",
|
|
@@ -229,7 +229,7 @@ const de = ["id", "data-testid"], ne = ["data-testid"], ie = ["id", "data-testid
|
|
|
229
229
|
]),
|
|
230
230
|
_: 1
|
|
231
231
|
}, 8, ["id", "data-testid", "onClick"]),
|
|
232
|
-
s(e(
|
|
232
|
+
s(e(E), {
|
|
233
233
|
id: "button-cancel" + t.uniqueId,
|
|
234
234
|
size: "small",
|
|
235
235
|
theme: "third",
|
|
@@ -261,5 +261,5 @@ const de = ["id", "data-testid"], ne = ["data-testid"], ie = ["id", "data-testid
|
|
|
261
261
|
}
|
|
262
262
|
});
|
|
263
263
|
export {
|
|
264
|
-
|
|
264
|
+
Le as default
|
|
265
265
|
};
|
|
@@ -13,6 +13,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
13
13
|
closeOnClickOutside?: boolean;
|
|
14
14
|
beforeClose?: (show: () => void) => void;
|
|
15
15
|
showCloseButton?: boolean;
|
|
16
|
+
showCancelButton?: boolean;
|
|
17
|
+
showSaveButton?: boolean;
|
|
16
18
|
showFooter?: boolean;
|
|
17
19
|
saveButtonLabel?: string;
|
|
18
20
|
saveButtonLoading?: boolean;
|
|
@@ -20,6 +22,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
20
22
|
cancelButtonLabel?: string;
|
|
21
23
|
cancelButtonColor?: string;
|
|
22
24
|
testId?: string;
|
|
25
|
+
noPadding?: boolean;
|
|
23
26
|
}>, {
|
|
24
27
|
content: any;
|
|
25
28
|
title: string;
|
|
@@ -31,6 +34,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
31
34
|
closeDelay: number;
|
|
32
35
|
closeOnClickOutside: boolean;
|
|
33
36
|
showCloseButton: boolean;
|
|
37
|
+
showCancelButton: boolean;
|
|
38
|
+
showSaveButton: boolean;
|
|
34
39
|
escapeToClose: boolean;
|
|
35
40
|
beforeClose: any;
|
|
36
41
|
showFooter: boolean;
|
|
@@ -40,6 +45,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
40
45
|
cancelButtonLabel: string;
|
|
41
46
|
cancelButtonColor: string;
|
|
42
47
|
testId: string;
|
|
48
|
+
noPadding: boolean;
|
|
43
49
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
44
50
|
"update:modelValue": (value: boolean) => void;
|
|
45
51
|
open: () => void;
|
|
@@ -60,6 +66,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
60
66
|
closeOnClickOutside?: boolean;
|
|
61
67
|
beforeClose?: (show: () => void) => void;
|
|
62
68
|
showCloseButton?: boolean;
|
|
69
|
+
showCancelButton?: boolean;
|
|
70
|
+
showSaveButton?: boolean;
|
|
63
71
|
showFooter?: boolean;
|
|
64
72
|
saveButtonLabel?: string;
|
|
65
73
|
saveButtonLoading?: boolean;
|
|
@@ -67,6 +75,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
67
75
|
cancelButtonLabel?: string;
|
|
68
76
|
cancelButtonColor?: string;
|
|
69
77
|
testId?: string;
|
|
78
|
+
noPadding?: boolean;
|
|
70
79
|
}>, {
|
|
71
80
|
content: any;
|
|
72
81
|
title: string;
|
|
@@ -78,6 +87,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
78
87
|
closeDelay: number;
|
|
79
88
|
closeOnClickOutside: boolean;
|
|
80
89
|
showCloseButton: boolean;
|
|
90
|
+
showCancelButton: boolean;
|
|
91
|
+
showSaveButton: boolean;
|
|
81
92
|
escapeToClose: boolean;
|
|
82
93
|
beforeClose: any;
|
|
83
94
|
showFooter: boolean;
|
|
@@ -87,6 +98,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
87
98
|
cancelButtonLabel: string;
|
|
88
99
|
cancelButtonColor: string;
|
|
89
100
|
testId: string;
|
|
101
|
+
noPadding: boolean;
|
|
90
102
|
}>>> & {
|
|
91
103
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
92
104
|
onClose?: (reason: Reason) => any;
|
|
@@ -107,12 +119,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
107
119
|
closeOnClickOutside: boolean;
|
|
108
120
|
beforeClose: (show: () => void) => void;
|
|
109
121
|
showCloseButton: boolean;
|
|
122
|
+
showCancelButton: boolean;
|
|
123
|
+
showSaveButton: boolean;
|
|
110
124
|
showFooter: boolean;
|
|
111
125
|
saveButtonLabel: string;
|
|
112
126
|
saveButtonLoading: boolean;
|
|
113
127
|
saveButtonColor: string;
|
|
114
128
|
cancelButtonLabel: string;
|
|
115
129
|
cancelButtonColor: string;
|
|
130
|
+
noPadding: boolean;
|
|
116
131
|
}>, {
|
|
117
132
|
header?(_: {}): any;
|
|
118
133
|
default?(_: {}): any;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./DialogV4.vue2.js";
|
|
2
2
|
/* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../DialogV4.
|
|
4
|
-
const
|
|
3
|
+
// import "../../../DialogV4.vue_vue_type_style_index_0_scoped_37da643b_lang.css"; //*');
|
|
4
|
+
const a = /* @__PURE__ */ _(o, [["__scopeId", "data-v-37da643b"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
a as default
|
|
7
7
|
};
|