genesys-spark-chart-components 4.87.0 → 4.88.1

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.
Files changed (38) hide show
  1. package/dist/cjs/{color-palette-37812940.js → color-palette-52058eeb.js} +6 -4
  2. package/dist/cjs/gux-chart-column-beta.cjs.entry.js +1 -1
  3. package/dist/cjs/gux-chart-donut-beta.cjs.entry.js +1 -1
  4. package/dist/cjs/gux-chart-line-beta.cjs.entry.js +1 -1
  5. package/dist/cjs/gux-chart-pie-beta.cjs.entry.js +1 -1
  6. package/dist/cjs/gux-chart-scatter-plot-beta.cjs.entry.js +1 -1
  7. package/dist/cjs/gux-visualization-beta.cjs.entry.js +57 -150
  8. package/dist/collection/components/beta/gux-visualization/gux-visualization.js +8 -7
  9. package/dist/collection/genesys-spark-utils/get-closest-element.js +17 -0
  10. package/dist/collection/genesys-spark-utils/intl.js +120 -0
  11. package/dist/esm/{color-palette-02925a1d.js → color-palette-ba2eb743.js} +6 -4
  12. package/dist/esm/gux-chart-column-beta.entry.js +1 -1
  13. package/dist/esm/gux-chart-donut-beta.entry.js +1 -1
  14. package/dist/esm/gux-chart-line-beta.entry.js +1 -1
  15. package/dist/esm/gux-chart-pie-beta.entry.js +1 -1
  16. package/dist/esm/gux-chart-scatter-plot-beta.entry.js +1 -1
  17. package/dist/esm/gux-visualization-beta.entry.js +57 -150
  18. package/dist/genesys-chart-webcomponents/genesys-chart-webcomponents.esm.js +1 -1
  19. package/dist/genesys-chart-webcomponents/{p-62f16d26.entry.js → p-0de5bf6e.entry.js} +1 -1
  20. package/dist/genesys-chart-webcomponents/{p-5670e1a5.js → p-1e862a5e.js} +1 -1
  21. package/dist/genesys-chart-webcomponents/{p-e762859e.entry.js → p-45b0c443.entry.js} +1 -1
  22. package/dist/genesys-chart-webcomponents/{p-bbdaf199.entry.js → p-48e88248.entry.js} +1 -1
  23. package/dist/genesys-chart-webcomponents/p-c6087ca6.entry.js +11 -0
  24. package/dist/genesys-chart-webcomponents/{p-74e73ffa.entry.js → p-d3cab2d1.entry.js} +1 -1
  25. package/dist/genesys-chart-webcomponents/{p-e0602136.entry.js → p-e8788c79.entry.js} +1 -1
  26. package/dist/stencil-wrapper.js +1 -1
  27. package/dist/types/genesys-spark-utils/get-closest-element.d.ts +1 -0
  28. package/dist/types/genesys-spark-utils/intl.d.ts +30 -0
  29. package/dist/types/stencil-wrapper.d.ts +1 -1
  30. package/package.json +6 -4
  31. package/dist/collection/components/beta/gux-chart-column/gux-chart-column.locale.js +0 -92
  32. package/dist/collection/components/beta/gux-chart-line/gux-chart-line.locale.js +0 -92
  33. package/dist/collection/components/beta/gux-visualization/gux-visualization.locale.js +0 -92
  34. package/dist/genesys-chart-webcomponents/genesys-chart-webcomponents.css +0 -1
  35. package/dist/genesys-chart-webcomponents/p-4d08233a.entry.js +0 -11
  36. package/dist/types/components/beta/gux-chart-column/gux-chart-column.locale.d.ts +0 -22
  37. package/dist/types/components/beta/gux-chart-line/gux-chart-line.locale.d.ts +0 -22
  38. 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
- };