@luzmo/analytics-components-kit 1.0.1-alpha.11 → 1.0.1-alpha.13
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/components/area-chart.config-Ba68ZiSX.js +198 -0
- package/components/area-chart.config-Vo0u3UK8.cjs +20 -0
- package/components/{column-chart.config-BYIX4E6J.js → bar-chart.config-CF1i1Imw.js} +41 -14
- package/components/bar-chart.config-YLP38HOE.cjs +20 -0
- package/components/bubble-chart.config-1MrC55Nb.js +142 -0
- package/components/bubble-chart.config-bQBq1s3C.cjs +20 -0
- package/components/circle-pack-chart.config-BOlrxRJA.cjs +20 -0
- package/components/circle-pack-chart.config-Bbm2bTgy.js +110 -0
- package/components/{bar-chart.config-BYIX4E6J.js → column-chart.config-BT1QH4BI.js} +40 -14
- package/components/column-chart.config-CppyNukh.cjs +20 -0
- package/components/display-settings-datetime/index.cjs +25 -25
- package/components/display-settings-datetime/index.js +66 -59
- package/components/donut-chart.config-B_38UAqp.cjs +20 -0
- package/components/{donut-chart.config-3DhKiSSM.js → donut-chart.config-DuJFyp4z.js} +4 -2
- package/components/dropdown-filter.config-BPBxTuLQ.cjs +20 -0
- package/components/dropdown-filter.config-Drv-A4zw.js +163 -0
- package/components/edit-item/index.cjs +11 -16
- package/components/edit-item/index.js +103 -87
- package/components/edit-option/index.cjs +108 -100
- package/components/edit-option/index.js +330 -294
- package/components/edit-option/item-configs/area-chart.config.d.ts +146 -0
- package/components/edit-option/item-configs/bar-chart.config.d.ts +23 -2
- package/components/edit-option/item-configs/bubble-chart.config.d.ts +90 -0
- package/components/edit-option/item-configs/circle-pack-chart.config.d.ts +35 -0
- package/components/edit-option/item-configs/column-chart.config.d.ts +17 -2
- package/components/edit-option/item-configs/donut-chart.config.d.ts +4 -0
- package/components/edit-option/item-configs/dropdown-filter.config.d.ts +74 -0
- package/components/edit-option/item-configs/line-chart.config.d.ts +16 -0
- package/components/edit-option/item-configs/ohlc-chart.config.d.ts +37 -0
- package/components/edit-option/item-configs/radar-chart.config.d.ts +122 -0
- package/components/edit-option/item-configs/sankey-diagram.config.d.ts +46 -0
- package/components/edit-option/item-configs/search-filter.config.d.ts +40 -0
- package/components/edit-option/item-configs/slicer-filter.config.d.ts +136 -0
- package/components/edit-option/item-configs/slider-filter.config.d.ts +45 -0
- package/components/edit-option/item-configs/sunburst-chart.config.d.ts +51 -0
- package/components/edit-option/item-configs/treemap-chart.config.d.ts +103 -0
- package/components/edit-option/item-configs/wordcloud-chart.config.d.ts +46 -0
- package/components/{en-GB-C9t4MSgD.js → en-GB-BtLbN8o_.js} +1 -1
- package/components/{en-GB-D5Tvhki6.cjs → en-GB-Dd11ROdW.cjs} +1 -1
- package/components/{en-DlRadzUI.js → formatter-CQDms6fU.js} +258 -267
- package/components/{en-BnVnZvpC.cjs → formatter-DiJYkB6b.cjs} +1 -1
- package/components/index-DXyAeBh6.cjs +20 -0
- package/components/index-Di00QW2f.js +113 -0
- package/components/index.cjs +1 -1
- package/components/index.js +8 -6
- package/components/{line-chart.config-DBw4A3Rf.js → line-chart.config-BB_thZtA.js} +3 -2
- package/components/line-chart.config-i2233s5F.cjs +20 -0
- package/components/ohlc-chart.config-BLlRV_bs.cjs +20 -0
- package/components/ohlc-chart.config-D9npwajt.js +75 -0
- package/components/radar-chart.config-DPPlIptA.cjs +20 -0
- package/components/radar-chart.config-DfID1TZ-.js +164 -0
- package/components/sankey-diagram.config-BVjCEw5M.js +138 -0
- package/components/sankey-diagram.config-CG5S1OI3.cjs +20 -0
- package/components/search-filter.config-C9CoGS9f.cjs +20 -0
- package/components/search-filter.config-baX2Vdul.js +111 -0
- package/components/slicer-filter.config-A3YK_KZn.js +211 -0
- package/components/slicer-filter.config-DQunaj8q.cjs +20 -0
- package/components/slider-filter.config-C-zvfTNl.js +98 -0
- package/components/slider-filter.config-DF_sAElS.cjs +20 -0
- package/components/sunburst-chart.config-CEfAd1RQ.cjs +20 -0
- package/components/sunburst-chart.config-VZqDthcz.js +139 -0
- package/components/treemap-chart.config-BalwwrhW.js +214 -0
- package/components/treemap-chart.config-D6H5Hf2B.cjs +20 -0
- package/components/utils.cjs +1 -1
- package/components/utils.js +69 -6
- package/components/wordcloud-chart.config-BLvcDvxT.cjs +20 -0
- package/components/wordcloud-chart.config-CQs8YFfd.js +89 -0
- package/custom-elements.json +182 -0
- package/package.json +4 -9
- package/utils/index.d.ts +1 -0
- package/utils/switch-item/index.d.ts +18 -0
- package/components/bar-chart.config--VDhFN4d.cjs +0 -20
- package/components/column-chart.config-BmhmcBZJ.cjs +0 -20
- package/components/donut-chart.config-DLWJUlHx.cjs +0 -20
- package/components/line-chart.config-cvwDhvSq.cjs +0 -20
- /package/components/{slot-configs.cjs → item-slots-configs.cjs} +0 -0
- /package/components/{slot-configs.js → item-slots-configs.js} +0 -0
@@ -0,0 +1,46 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
key: string;
|
3
|
+
type: string;
|
4
|
+
open: boolean;
|
5
|
+
children: ({
|
6
|
+
key: string;
|
7
|
+
control: {
|
8
|
+
type: string;
|
9
|
+
label: string;
|
10
|
+
default: string;
|
11
|
+
enum: string[];
|
12
|
+
extraLabel?: undefined;
|
13
|
+
extraLabelHasClickAction?: undefined;
|
14
|
+
extraLabelClickAction?: undefined;
|
15
|
+
};
|
16
|
+
visibleIf?: undefined;
|
17
|
+
} | {
|
18
|
+
key: string;
|
19
|
+
control: {
|
20
|
+
type: string;
|
21
|
+
label: string;
|
22
|
+
default: boolean;
|
23
|
+
enum?: undefined;
|
24
|
+
extraLabel?: undefined;
|
25
|
+
extraLabelHasClickAction?: undefined;
|
26
|
+
extraLabelClickAction?: undefined;
|
27
|
+
};
|
28
|
+
visibleIf?: undefined;
|
29
|
+
} | {
|
30
|
+
key: string;
|
31
|
+
control: {
|
32
|
+
type: string;
|
33
|
+
default: (_options: any, _slots: any, theme: any) => any;
|
34
|
+
extraLabel: (options: any, _slots: any, theme: any) => "reset" | undefined;
|
35
|
+
extraLabelHasClickAction: (options: any, _slots: any, theme: any) => boolean;
|
36
|
+
extraLabelClickAction: (options: any, _slots: any, theme: any) => {
|
37
|
+
value: any;
|
38
|
+
options: any;
|
39
|
+
};
|
40
|
+
label?: undefined;
|
41
|
+
enum?: undefined;
|
42
|
+
};
|
43
|
+
visibleIf: (options: any, _slots: any) => boolean;
|
44
|
+
})[];
|
45
|
+
}[];
|
46
|
+
export default _default;
|
@@ -0,0 +1,40 @@
|
|
1
|
+
declare const _default: ({
|
2
|
+
key: string;
|
3
|
+
type: string;
|
4
|
+
open: boolean;
|
5
|
+
children: ({
|
6
|
+
key: string;
|
7
|
+
control: {
|
8
|
+
type: string;
|
9
|
+
label: string;
|
10
|
+
default: boolean;
|
11
|
+
placeholder?: undefined;
|
12
|
+
};
|
13
|
+
visibleIf?: undefined;
|
14
|
+
} | {
|
15
|
+
key: string;
|
16
|
+
control: {
|
17
|
+
type: string;
|
18
|
+
label: string;
|
19
|
+
placeholder: string;
|
20
|
+
default?: undefined;
|
21
|
+
};
|
22
|
+
visibleIf: (options: any) => boolean;
|
23
|
+
})[];
|
24
|
+
} | {
|
25
|
+
key: string;
|
26
|
+
type: string;
|
27
|
+
open: boolean;
|
28
|
+
children: {
|
29
|
+
key: string;
|
30
|
+
control: {
|
31
|
+
label: string;
|
32
|
+
type: string;
|
33
|
+
default: number;
|
34
|
+
min: number;
|
35
|
+
max: number;
|
36
|
+
step: number;
|
37
|
+
};
|
38
|
+
}[];
|
39
|
+
})[];
|
40
|
+
export default _default;
|
@@ -0,0 +1,136 @@
|
|
1
|
+
declare const _default: ({
|
2
|
+
key: string;
|
3
|
+
type: string;
|
4
|
+
open: boolean;
|
5
|
+
children: ({
|
6
|
+
key: string;
|
7
|
+
control: {
|
8
|
+
type: string;
|
9
|
+
label: string;
|
10
|
+
default: boolean;
|
11
|
+
fromOptionValue?: undefined;
|
12
|
+
toOptionValue?: undefined;
|
13
|
+
extraLabel?: undefined;
|
14
|
+
extraLabelHasClickAction?: undefined;
|
15
|
+
extraLabelClickAction?: undefined;
|
16
|
+
enum?: undefined;
|
17
|
+
};
|
18
|
+
visibleIf?: undefined;
|
19
|
+
} | {
|
20
|
+
key: string;
|
21
|
+
control: {
|
22
|
+
type: string;
|
23
|
+
label: string;
|
24
|
+
default: boolean;
|
25
|
+
fromOptionValue?: undefined;
|
26
|
+
toOptionValue?: undefined;
|
27
|
+
extraLabel?: undefined;
|
28
|
+
extraLabelHasClickAction?: undefined;
|
29
|
+
extraLabelClickAction?: undefined;
|
30
|
+
enum?: undefined;
|
31
|
+
};
|
32
|
+
visibleIf: (options: any) => boolean;
|
33
|
+
} | {
|
34
|
+
key: string;
|
35
|
+
control: {
|
36
|
+
type: string;
|
37
|
+
label: string;
|
38
|
+
default: boolean;
|
39
|
+
fromOptionValue: (value: any) => boolean;
|
40
|
+
toOptionValue: (value: any) => "default" | "button";
|
41
|
+
extraLabel?: undefined;
|
42
|
+
extraLabelHasClickAction?: undefined;
|
43
|
+
extraLabelClickAction?: undefined;
|
44
|
+
enum?: undefined;
|
45
|
+
};
|
46
|
+
visibleIf?: undefined;
|
47
|
+
} | {
|
48
|
+
key: string;
|
49
|
+
control: {
|
50
|
+
type: string;
|
51
|
+
label: string;
|
52
|
+
default: (_options: any, _slots: any, theme: any) => any;
|
53
|
+
extraLabel: (options: any, _slots: any, theme: any) => "reset" | undefined;
|
54
|
+
extraLabelHasClickAction: (options: any, _slots: any, theme: any) => boolean;
|
55
|
+
extraLabelClickAction: (options: any, _slots: any, theme: any) => {
|
56
|
+
value: any;
|
57
|
+
options: any;
|
58
|
+
};
|
59
|
+
fromOptionValue?: undefined;
|
60
|
+
toOptionValue?: undefined;
|
61
|
+
enum?: undefined;
|
62
|
+
};
|
63
|
+
visibleIf: (options: any) => boolean;
|
64
|
+
} | {
|
65
|
+
key: string;
|
66
|
+
control: {
|
67
|
+
type: string;
|
68
|
+
label: string;
|
69
|
+
default: string;
|
70
|
+
enum: string[];
|
71
|
+
fromOptionValue?: undefined;
|
72
|
+
toOptionValue?: undefined;
|
73
|
+
extraLabel?: undefined;
|
74
|
+
extraLabelHasClickAction?: undefined;
|
75
|
+
extraLabelClickAction?: undefined;
|
76
|
+
};
|
77
|
+
visibleIf?: undefined;
|
78
|
+
})[];
|
79
|
+
} | {
|
80
|
+
key: string;
|
81
|
+
type: string;
|
82
|
+
open: boolean;
|
83
|
+
children: ({
|
84
|
+
key: string;
|
85
|
+
control: {
|
86
|
+
type: string;
|
87
|
+
label: string;
|
88
|
+
default: string;
|
89
|
+
enum: string[];
|
90
|
+
min?: undefined;
|
91
|
+
max?: undefined;
|
92
|
+
step?: undefined;
|
93
|
+
};
|
94
|
+
visibleIf?: undefined;
|
95
|
+
} | {
|
96
|
+
key: string;
|
97
|
+
control: {
|
98
|
+
type: string;
|
99
|
+
label: string;
|
100
|
+
default: number;
|
101
|
+
min: number;
|
102
|
+
max: number;
|
103
|
+
step: number;
|
104
|
+
enum?: undefined;
|
105
|
+
};
|
106
|
+
visibleIf: (options: any) => boolean;
|
107
|
+
} | {
|
108
|
+
key: string;
|
109
|
+
control: {
|
110
|
+
type: string;
|
111
|
+
label: string;
|
112
|
+
default: number;
|
113
|
+
min: number;
|
114
|
+
max: number;
|
115
|
+
enum?: undefined;
|
116
|
+
step?: undefined;
|
117
|
+
};
|
118
|
+
visibleIf: (options: any) => boolean;
|
119
|
+
})[];
|
120
|
+
} | {
|
121
|
+
key: string;
|
122
|
+
type: string;
|
123
|
+
open: boolean;
|
124
|
+
children: {
|
125
|
+
key: string;
|
126
|
+
control: {
|
127
|
+
label: string;
|
128
|
+
type: string;
|
129
|
+
default: number;
|
130
|
+
min: number;
|
131
|
+
max: number;
|
132
|
+
step: number;
|
133
|
+
};
|
134
|
+
}[];
|
135
|
+
})[];
|
136
|
+
export default _default;
|
@@ -0,0 +1,45 @@
|
|
1
|
+
declare const _default: ({
|
2
|
+
key: string;
|
3
|
+
type: string;
|
4
|
+
open: boolean;
|
5
|
+
children: ({
|
6
|
+
key: string;
|
7
|
+
control: {
|
8
|
+
type: string;
|
9
|
+
label: string;
|
10
|
+
default: boolean;
|
11
|
+
extraLabel?: undefined;
|
12
|
+
extraLabelHasClickAction?: undefined;
|
13
|
+
extraLabelClickAction?: undefined;
|
14
|
+
};
|
15
|
+
} | {
|
16
|
+
key: string;
|
17
|
+
control: {
|
18
|
+
type: string;
|
19
|
+
label: string;
|
20
|
+
default: (_options: any, _slots: any, theme: any) => any;
|
21
|
+
extraLabel: (options: any, _slots: any, theme: any) => "reset" | undefined;
|
22
|
+
extraLabelHasClickAction: (options: any, _slots: any, theme: any) => boolean;
|
23
|
+
extraLabelClickAction: (options: any, _slots: any, theme: any) => {
|
24
|
+
value: any;
|
25
|
+
options: any;
|
26
|
+
};
|
27
|
+
};
|
28
|
+
})[];
|
29
|
+
} | {
|
30
|
+
key: string;
|
31
|
+
type: string;
|
32
|
+
open: boolean;
|
33
|
+
children: {
|
34
|
+
key: string;
|
35
|
+
control: {
|
36
|
+
label: string;
|
37
|
+
type: string;
|
38
|
+
default: number;
|
39
|
+
min: number;
|
40
|
+
max: number;
|
41
|
+
step: number;
|
42
|
+
};
|
43
|
+
}[];
|
44
|
+
})[];
|
45
|
+
export default _default;
|
@@ -0,0 +1,51 @@
|
|
1
|
+
declare const _default: ({
|
2
|
+
key: string;
|
3
|
+
type: string;
|
4
|
+
open: boolean;
|
5
|
+
children: {
|
6
|
+
key: string;
|
7
|
+
control: {
|
8
|
+
type: string;
|
9
|
+
label: string;
|
10
|
+
default: boolean;
|
11
|
+
};
|
12
|
+
}[];
|
13
|
+
visibleIf?: undefined;
|
14
|
+
} | {
|
15
|
+
key: string;
|
16
|
+
type: string;
|
17
|
+
open: boolean;
|
18
|
+
children: {
|
19
|
+
key: string;
|
20
|
+
control: {
|
21
|
+
type: string;
|
22
|
+
label: string;
|
23
|
+
default: number;
|
24
|
+
min: number;
|
25
|
+
max: number;
|
26
|
+
step: number;
|
27
|
+
extraLabel: (options: any, _slots: any, theme: any) => "auto" | "reset" | undefined;
|
28
|
+
extraLabelHasClickAction: (options: any, _slots: any, theme: any) => boolean;
|
29
|
+
extraLabelClickAction: (options: any, _slots: any, _theme: any) => {
|
30
|
+
value: null;
|
31
|
+
options: any;
|
32
|
+
};
|
33
|
+
};
|
34
|
+
}[];
|
35
|
+
visibleIf?: undefined;
|
36
|
+
} | {
|
37
|
+
key: string;
|
38
|
+
type: string;
|
39
|
+
open: boolean;
|
40
|
+
children: {
|
41
|
+
key: string;
|
42
|
+
control: {
|
43
|
+
label: string;
|
44
|
+
type: string;
|
45
|
+
default: string;
|
46
|
+
enum: string[];
|
47
|
+
};
|
48
|
+
}[];
|
49
|
+
visibleIf: (options: any) => any;
|
50
|
+
})[];
|
51
|
+
export default _default;
|
@@ -0,0 +1,103 @@
|
|
1
|
+
declare const _default: ({
|
2
|
+
key: string;
|
3
|
+
type: string;
|
4
|
+
open: boolean;
|
5
|
+
children: ({
|
6
|
+
key: string;
|
7
|
+
control: {
|
8
|
+
type: string;
|
9
|
+
label: string;
|
10
|
+
default: boolean;
|
11
|
+
enum?: undefined;
|
12
|
+
extraLabel?: undefined;
|
13
|
+
extraLabelHasClickAction?: undefined;
|
14
|
+
extraLabelClickAction?: undefined;
|
15
|
+
min?: undefined;
|
16
|
+
max?: undefined;
|
17
|
+
step?: undefined;
|
18
|
+
};
|
19
|
+
visibleIf?: undefined;
|
20
|
+
} | {
|
21
|
+
key: string;
|
22
|
+
control: {
|
23
|
+
type: string;
|
24
|
+
label: string;
|
25
|
+
default: boolean;
|
26
|
+
enum?: undefined;
|
27
|
+
extraLabel?: undefined;
|
28
|
+
extraLabelHasClickAction?: undefined;
|
29
|
+
extraLabelClickAction?: undefined;
|
30
|
+
min?: undefined;
|
31
|
+
max?: undefined;
|
32
|
+
step?: undefined;
|
33
|
+
};
|
34
|
+
visibleIf: (_: any, slots: any) => boolean;
|
35
|
+
} | {
|
36
|
+
key: string;
|
37
|
+
control: {
|
38
|
+
type: string;
|
39
|
+
label: string;
|
40
|
+
default: string;
|
41
|
+
enum: string[];
|
42
|
+
extraLabel?: undefined;
|
43
|
+
extraLabelHasClickAction?: undefined;
|
44
|
+
extraLabelClickAction?: undefined;
|
45
|
+
min?: undefined;
|
46
|
+
max?: undefined;
|
47
|
+
step?: undefined;
|
48
|
+
};
|
49
|
+
visibleIf?: undefined;
|
50
|
+
} | {
|
51
|
+
key: string;
|
52
|
+
control: {
|
53
|
+
type: string;
|
54
|
+
label: string;
|
55
|
+
default: (_options: any, _slots: any, theme: any) => any;
|
56
|
+
extraLabel: (options: any, _slots: any, theme: any) => "reset" | undefined;
|
57
|
+
extraLabelHasClickAction: (options: any, _slots: any, theme: any) => boolean;
|
58
|
+
extraLabelClickAction: (options: any, _slots: any, theme: any) => {
|
59
|
+
value: any;
|
60
|
+
options: any;
|
61
|
+
};
|
62
|
+
enum?: undefined;
|
63
|
+
min?: undefined;
|
64
|
+
max?: undefined;
|
65
|
+
step?: undefined;
|
66
|
+
};
|
67
|
+
visibleIf: (options: any, slots: any) => boolean;
|
68
|
+
} | {
|
69
|
+
key: string;
|
70
|
+
control: {
|
71
|
+
type: string;
|
72
|
+
label: string;
|
73
|
+
default: number;
|
74
|
+
min: number;
|
75
|
+
max: number;
|
76
|
+
step: number;
|
77
|
+
extraLabel: (options: any, _slots: any, theme: any) => "auto" | "reset" | undefined;
|
78
|
+
extraLabelHasClickAction: (options: any, _slots: any, theme: any) => boolean;
|
79
|
+
extraLabelClickAction: (options: any, _slots: any, _theme: any) => {
|
80
|
+
value: null;
|
81
|
+
options: any;
|
82
|
+
};
|
83
|
+
enum?: undefined;
|
84
|
+
};
|
85
|
+
visibleIf?: undefined;
|
86
|
+
})[];
|
87
|
+
visibleIf?: undefined;
|
88
|
+
} | {
|
89
|
+
key: string;
|
90
|
+
type: string;
|
91
|
+
open: boolean;
|
92
|
+
children: {
|
93
|
+
key: string;
|
94
|
+
control: {
|
95
|
+
label: string;
|
96
|
+
type: string;
|
97
|
+
default: string;
|
98
|
+
enum: string[];
|
99
|
+
};
|
100
|
+
}[];
|
101
|
+
visibleIf: (_: any, slots: any) => boolean;
|
102
|
+
})[];
|
103
|
+
export default _default;
|
@@ -0,0 +1,46 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
key: string;
|
3
|
+
type: string;
|
4
|
+
open: boolean;
|
5
|
+
children: ({
|
6
|
+
key: string;
|
7
|
+
control: {
|
8
|
+
type: string;
|
9
|
+
label: string;
|
10
|
+
default: boolean;
|
11
|
+
extraLabel?: undefined;
|
12
|
+
extraLabelHasClickAction?: undefined;
|
13
|
+
extraLabelClickAction?: undefined;
|
14
|
+
enum?: undefined;
|
15
|
+
};
|
16
|
+
visibleIf?: undefined;
|
17
|
+
} | {
|
18
|
+
key: string;
|
19
|
+
control: {
|
20
|
+
type: string;
|
21
|
+
default: (_options: any, _slots: any, theme: any) => any;
|
22
|
+
extraLabel: (options: any, _slots: any, theme: any) => "reset" | undefined;
|
23
|
+
extraLabelHasClickAction: (options: any, _slots: any, theme: any) => boolean;
|
24
|
+
extraLabelClickAction: (options: any, _slots: any, theme: any) => {
|
25
|
+
value: any;
|
26
|
+
options: any;
|
27
|
+
};
|
28
|
+
label?: undefined;
|
29
|
+
enum?: undefined;
|
30
|
+
};
|
31
|
+
visibleIf: (options: any) => boolean;
|
32
|
+
} | {
|
33
|
+
key: string;
|
34
|
+
control: {
|
35
|
+
type: string;
|
36
|
+
label: string;
|
37
|
+
default: string;
|
38
|
+
enum: string[];
|
39
|
+
extraLabel?: undefined;
|
40
|
+
extraLabelHasClickAction?: undefined;
|
41
|
+
extraLabelClickAction?: undefined;
|
42
|
+
};
|
43
|
+
visibleIf?: undefined;
|
44
|
+
})[];
|
45
|
+
}[];
|
46
|
+
export default _default;
|
@@ -17,4 +17,4 @@
|
|
17
17
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
18
18
|
* SOFTWARE.
|
19
19
|
* */
|
20
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./
|
20
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./formatter-DiJYkB6b.cjs"),t={...e.DEFAULT_LOCAL_FORMATS,currency:["£",""],date:"%d/%m/%Y"};exports.default=t;
|