genesys-spark-chart-components 4.86.0 → 4.88.0
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/dist/cjs/{color-palette-da6cb94a.js → color-palette-4432b938.js} +6 -4
- package/dist/cjs/gux-chart-column-beta.cjs.entry.js +1 -1
- package/dist/cjs/gux-chart-donut-beta.cjs.entry.js +1 -1
- package/dist/cjs/gux-chart-line-beta.cjs.entry.js +1 -1
- package/dist/cjs/gux-chart-pie-beta.cjs.entry.js +1 -1
- package/dist/cjs/gux-chart-scatter-plot-beta.cjs.entry.js +1 -1
- package/dist/cjs/gux-visualization-beta.cjs.entry.js +57 -150
- package/dist/collection/components/beta/gux-visualization/gux-visualization.js +8 -7
- package/dist/collection/genesys-spark-utils/get-closest-element.js +17 -0
- package/dist/collection/genesys-spark-utils/intl.js +120 -0
- package/dist/esm/{color-palette-9e77e83e.js → color-palette-64b6e6fd.js} +6 -4
- package/dist/esm/gux-chart-column-beta.entry.js +1 -1
- package/dist/esm/gux-chart-donut-beta.entry.js +1 -1
- package/dist/esm/gux-chart-line-beta.entry.js +1 -1
- package/dist/esm/gux-chart-pie-beta.entry.js +1 -1
- package/dist/esm/gux-chart-scatter-plot-beta.entry.js +1 -1
- package/dist/esm/gux-visualization-beta.entry.js +57 -150
- package/dist/genesys-chart-webcomponents/genesys-chart-webcomponents.esm.js +1 -1
- package/dist/genesys-chart-webcomponents/p-215fdd59.entry.js +11 -0
- package/dist/genesys-chart-webcomponents/{p-95d2d3e3.entry.js → p-4de42ba3.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-a1a29927.js → p-5d43f274.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-6bb5305f.entry.js → p-8374ae3e.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-f0d63645.entry.js → p-9cec0f5a.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-d3c87c56.entry.js → p-a6c5472b.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-151085ee.entry.js → p-f1bf7f10.entry.js} +1 -1
- package/dist/stencil-wrapper.js +1 -1
- package/dist/types/genesys-spark-utils/get-closest-element.d.ts +1 -0
- package/dist/types/genesys-spark-utils/intl.d.ts +30 -0
- package/dist/types/stencil-wrapper.d.ts +1 -1
- package/package.json +6 -4
- package/dist/collection/components/beta/gux-chart-column/gux-chart-column.locale.js +0 -92
- package/dist/collection/components/beta/gux-chart-line/gux-chart-line.locale.js +0 -92
- package/dist/collection/components/beta/gux-visualization/gux-visualization.locale.js +0 -92
- package/dist/genesys-chart-webcomponents/genesys-chart-webcomponents.css +0 -1
- package/dist/genesys-chart-webcomponents/p-843669f8.entry.js +0 -11
- package/dist/types/components/beta/gux-chart-column/gux-chart-column.locale.d.ts +0 -22
- package/dist/types/components/beta/gux-chart-line/gux-chart-line.locale.d.ts +0 -22
- package/dist/types/components/beta/gux-visualization/gux-visualization.locale.d.ts +0 -22
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export declare const timeFormatLocale: {
|
|
2
|
-
en: {
|
|
3
|
-
dateTime: string;
|
|
4
|
-
date: string;
|
|
5
|
-
time: string;
|
|
6
|
-
periods: string[];
|
|
7
|
-
days: string[];
|
|
8
|
-
shortDays: string[];
|
|
9
|
-
months: string[];
|
|
10
|
-
shortMonths: string[];
|
|
11
|
-
};
|
|
12
|
-
de: {
|
|
13
|
-
dateTime: string;
|
|
14
|
-
date: string;
|
|
15
|
-
time: string;
|
|
16
|
-
periods: string[];
|
|
17
|
-
days: string[];
|
|
18
|
-
shortDays: string[];
|
|
19
|
-
months: string[];
|
|
20
|
-
shortMonths: string[];
|
|
21
|
-
};
|
|
22
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export declare const timeFormatLocale: {
|
|
2
|
-
en: {
|
|
3
|
-
dateTime: string;
|
|
4
|
-
date: string;
|
|
5
|
-
time: string;
|
|
6
|
-
periods: string[];
|
|
7
|
-
days: string[];
|
|
8
|
-
shortDays: string[];
|
|
9
|
-
months: string[];
|
|
10
|
-
shortMonths: string[];
|
|
11
|
-
};
|
|
12
|
-
de: {
|
|
13
|
-
dateTime: string;
|
|
14
|
-
date: string;
|
|
15
|
-
time: string;
|
|
16
|
-
periods: string[];
|
|
17
|
-
days: string[];
|
|
18
|
-
shortDays: string[];
|
|
19
|
-
months: string[];
|
|
20
|
-
shortMonths: string[];
|
|
21
|
-
};
|
|
22
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export declare const timeFormatLocale: {
|
|
2
|
-
en: {
|
|
3
|
-
dateTime: string;
|
|
4
|
-
date: string;
|
|
5
|
-
time: string;
|
|
6
|
-
periods: string[];
|
|
7
|
-
days: string[];
|
|
8
|
-
shortDays: string[];
|
|
9
|
-
months: string[];
|
|
10
|
-
shortMonths: string[];
|
|
11
|
-
};
|
|
12
|
-
de: {
|
|
13
|
-
dateTime: string;
|
|
14
|
-
date: string;
|
|
15
|
-
time: string;
|
|
16
|
-
periods: string[];
|
|
17
|
-
days: string[];
|
|
18
|
-
shortDays: string[];
|
|
19
|
-
months: string[];
|
|
20
|
-
shortMonths: string[];
|
|
21
|
-
};
|
|
22
|
-
};
|