genesys-spark-chart-components 4.82.0 → 4.83.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.
- package/dist/cjs/{color-palette-aa165953.js → color-palette-6fd22a51.js} +6 -7
- package/dist/cjs/genesys-chart-webcomponents.cjs.js +9 -9
- package/dist/cjs/gux-chart-column-beta.cjs.entry.js +2 -2
- package/dist/cjs/gux-chart-donut-beta.cjs.entry.js +2 -2
- package/dist/cjs/gux-chart-line-beta.cjs.entry.js +2 -2
- package/dist/cjs/gux-chart-pie-beta.cjs.entry.js +2 -2
- package/dist/cjs/gux-chart-scatter-plot-beta.cjs.entry.js +2 -2
- package/dist/cjs/gux-visualization-beta.cjs.entry.js +4 -4
- package/dist/cjs/index-817704d9.js +1198 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/beta/gux-visualization/gux-visualization.js +2 -2
- package/dist/collection/test/setupAxeTests.js +3 -11
- package/dist/esm/{color-palette-9cf471d5.js → color-palette-14738b2a.js} +6 -7
- package/dist/esm/genesys-chart-webcomponents.js +10 -10
- package/dist/esm/gux-chart-column-beta.entry.js +2 -2
- package/dist/esm/gux-chart-donut-beta.entry.js +2 -2
- package/dist/esm/gux-chart-line-beta.entry.js +2 -2
- package/dist/esm/gux-chart-pie-beta.entry.js +2 -2
- package/dist/esm/gux-chart-scatter-plot-beta.entry.js +2 -2
- package/dist/esm/gux-visualization-beta.entry.js +4 -4
- package/dist/esm/index-e1e997ee.js +1170 -0
- package/dist/esm/loader.js +2 -2
- package/dist/genesys-chart-webcomponents/genesys-chart-webcomponents.esm.js +1 -1
- package/dist/genesys-chart-webcomponents/{p-a7bc85cd.js → p-1b4bdc99.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-c9f85c67.entry.js → p-361bc5ae.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-464f1055.entry.js → p-5674a27a.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/p-7f2ebcdb.js +2 -0
- package/dist/genesys-chart-webcomponents/{p-f87517c1.entry.js → p-8ff6d2ac.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-5c1fa076.entry.js → p-b01e807e.entry.js} +2 -2
- package/dist/genesys-chart-webcomponents/{p-c538ac76.entry.js → p-ef1e3682.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-4eec02be.entry.js → p-f85d1100.entry.js} +1 -1
- package/dist/loader/cdn.js +1 -3
- package/dist/loader/index.cjs.js +1 -3
- package/dist/loader/index.d.ts +3 -0
- package/dist/loader/index.es2017.js +1 -3
- package/dist/loader/index.js +1 -3
- package/dist/stencil-wrapper.js +1 -1
- package/dist/types/stencil-public-runtime.d.ts +3 -10
- package/dist/types/stencil-wrapper.d.ts +1 -1
- package/package.json +6 -7
- package/dist/cjs/index-95713c33.js +0 -1795
- package/dist/collection/components/beta/gux-chart-column/tests/gux-column-chart.spec.js +0 -22
- package/dist/collection/components/beta/gux-chart-donut/tests/gux-chart-donut.spec.js +0 -11
- package/dist/collection/components/beta/gux-chart-line/tests/gux-chart-line.e2e.js +0 -17
- package/dist/collection/components/beta/gux-chart-line/tests/gux-chart-line.spec.js +0 -22
- package/dist/collection/components/beta/gux-chart-pie/tests/gux-chart-pie.spec.js +0 -11
- package/dist/collection/components/beta/gux-chart-scatter-plot/tests/gux-chart-scatter-plot.spec.js +0 -33
- package/dist/collection/components/beta/gux-visualization/tests/gux-visualization.e2e.js +0 -31
- package/dist/collection/components/beta/gux-visualization/tests/gux-visualization.spec.js +0 -35
- package/dist/collection/utils/tracking/usage.spec.js +0 -121
- package/dist/esm/index-e4944b0d.js +0 -1767
- package/dist/esm/polyfills/core-js.js +0 -11
- package/dist/esm/polyfills/dom.js +0 -79
- package/dist/esm/polyfills/es5-html-element.js +0 -1
- package/dist/esm/polyfills/index.js +0 -34
- package/dist/esm/polyfills/system.js +0 -6
- package/dist/genesys-chart-webcomponents/p-e068d41d.js +0 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const name = "genesys-spark-chart-components";
|
|
4
|
-
const version = "4.
|
|
4
|
+
const version = "4.83.1";
|
|
5
5
|
const description = "Common chart webcomponents";
|
|
6
6
|
const license = "MIT";
|
|
7
7
|
const main = "dist/stencil-wrapper.js";
|
|
@@ -17,7 +17,7 @@ const scripts = {
|
|
|
17
17
|
clean: "rm -r ./dist ./build || true",
|
|
18
18
|
predev: "npm run i18n",
|
|
19
19
|
dev: "npm run stencil.dev",
|
|
20
|
-
eslint: "eslint --fix
|
|
20
|
+
eslint: "eslint . --fix",
|
|
21
21
|
i18n: "npm run update-en-i18n && npm run build-i18n",
|
|
22
22
|
"lint-all": "npm-run-all \"stylelint\" \"eslint\" \"prettier\" \"prettier-package-json\"",
|
|
23
23
|
"lint-staged": "lint-staged --concurrent false",
|
|
@@ -59,22 +59,20 @@ const dependencies = {
|
|
|
59
59
|
const devDependencies = {
|
|
60
60
|
"@babel/core": "^7.25.2",
|
|
61
61
|
"@babel/preset-env": "^7.25.4",
|
|
62
|
-
"@stencil/core": "4.
|
|
62
|
+
"@stencil/core": "4.19.2",
|
|
63
63
|
"@stencil/react-output-target": "^0.5.3",
|
|
64
64
|
"@stencil/sass": "^3.0.12",
|
|
65
65
|
"@types/jest": "^29.5.12",
|
|
66
66
|
"@types/new-relic-browser": "^0.1118.2",
|
|
67
67
|
"@types/puppeteer": "^5.4.7",
|
|
68
|
-
"@typescript-eslint/eslint-plugin": "^8.5.0",
|
|
69
|
-
"@typescript-eslint/parser": "^8.5.0",
|
|
70
68
|
"axe-core": "^4.10.0",
|
|
71
69
|
"axe-live": "^1.0.1",
|
|
72
|
-
eslint: "^
|
|
70
|
+
eslint: "^9.10.0",
|
|
73
71
|
"eslint-config-genesys-spark-components": "file:../../shared-configs/eslint-config-genesys-spark-components",
|
|
74
|
-
"eslint-config-prettier": "^9.1.0",
|
|
75
72
|
"file-loader": "^6.2.0",
|
|
76
73
|
"genesys-spark-tokens": "file:../genesys-spark-tokens",
|
|
77
74
|
glob: "^11.0.0",
|
|
75
|
+
globals: "^15.9.0",
|
|
78
76
|
handlebars: "^4.7.8",
|
|
79
77
|
inquirer: "^10.2.2",
|
|
80
78
|
jest: "^29.7.0",
|
|
@@ -97,6 +95,7 @@ const devDependencies = {
|
|
|
97
95
|
puppeteer: "^14.4.1",
|
|
98
96
|
"rollup-plugin-copy": "^3.5.0",
|
|
99
97
|
"semver-sort": "^1.0.0",
|
|
98
|
+
smob: "^1.5.0",
|
|
100
99
|
stylelint: "^16.9.0",
|
|
101
100
|
"stylelint-config-genesys-spark-components": "file:../../shared-configs/stylelint-config-genesys-spark-components",
|
|
102
101
|
"stylelint-config-html": "^1.1.0",
|
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-817704d9.js');
|
|
6
6
|
const appGlobals = require('./app-globals-3a1e7e63.js');
|
|
7
7
|
|
|
8
8
|
/*
|
|
9
|
-
Stencil Client Patch Browser v4.
|
|
9
|
+
Stencil Client Patch Browser v4.19.2 | MIT Licensed | https://stenciljs.com
|
|
10
10
|
*/
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
var patchBrowser = () => {
|
|
12
|
+
const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('genesys-chart-webcomponents.cjs.js', document.baseURI).href));
|
|
13
|
+
const opts = {};
|
|
14
|
+
if (importMeta !== "") {
|
|
15
|
+
opts.resourcesUrl = new URL(".", importMeta).href;
|
|
16
|
+
}
|
|
17
|
+
return index.promiseResolve(opts);
|
|
18
18
|
};
|
|
19
19
|
|
|
20
20
|
patchBrowser().then(async (options) => {
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
6
|
-
const colorPalette = require('./color-palette-
|
|
5
|
+
const index = require('./index-817704d9.js');
|
|
6
|
+
const colorPalette = require('./color-palette-6fd22a51.js');
|
|
7
7
|
const logError = require('./log-error-8f448752.js');
|
|
8
8
|
|
|
9
9
|
const guxChartColumnCss = "gux-visualization-beta{height:fit-content;color:#2e394c;}gux-visualization-beta .mark-rect.layer_0_marks path{fill:url(#diagonalHatch0)}gux-visualization-beta .mark-rect.layer_1_marks path{fill:#1da8b3}";
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
6
|
-
const colorPalette = require('./color-palette-
|
|
5
|
+
const index = require('./index-817704d9.js');
|
|
6
|
+
const colorPalette = require('./color-palette-6fd22a51.js');
|
|
7
7
|
const logError = require('./log-error-8f448752.js');
|
|
8
8
|
|
|
9
9
|
const guxChartDonutCss = "gux-visualization-beta{height:fit-content;color:#2e394c}";
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
6
|
-
const colorPalette = require('./color-palette-
|
|
5
|
+
const index = require('./index-817704d9.js');
|
|
6
|
+
const colorPalette = require('./color-palette-6fd22a51.js');
|
|
7
7
|
const logError = require('./log-error-8f448752.js');
|
|
8
8
|
|
|
9
9
|
const guxChartLineCss = "gux-visualization-beta{height:fit-content;color:#2e394c}";
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
6
|
-
const colorPalette = require('./color-palette-
|
|
5
|
+
const index = require('./index-817704d9.js');
|
|
6
|
+
const colorPalette = require('./color-palette-6fd22a51.js');
|
|
7
7
|
const logError = require('./log-error-8f448752.js');
|
|
8
8
|
|
|
9
9
|
const guxChartPieCss = "gux-visualization-beta{height:fit-content;color:#2e394c}";
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
6
|
-
const colorPalette = require('./color-palette-
|
|
5
|
+
const index = require('./index-817704d9.js');
|
|
6
|
+
const colorPalette = require('./color-palette-6fd22a51.js');
|
|
7
7
|
const logError = require('./log-error-8f448752.js');
|
|
8
8
|
|
|
9
9
|
const guxChartScatterPlotCss = "gux-visualization-beta{height:fit-content;color:#2e394c}";
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index$2 = require('./index-
|
|
6
|
-
const colorPalette = require('./color-palette-
|
|
5
|
+
const index$2 = require('./index-817704d9.js');
|
|
6
|
+
const colorPalette = require('./color-palette-6fd22a51.js');
|
|
7
7
|
|
|
8
8
|
/*!
|
|
9
9
|
* https://github.com/Starcounter-Jack/JSON-Patch
|
|
@@ -67239,7 +67239,7 @@ const GuxVisualization = class {
|
|
|
67239
67239
|
}
|
|
67240
67240
|
};
|
|
67241
67241
|
this.defaultEmbedOptions = {
|
|
67242
|
-
actions:
|
|
67242
|
+
actions: false,
|
|
67243
67243
|
renderer: 'svg'
|
|
67244
67244
|
};
|
|
67245
67245
|
this.visualizationSpec = undefined;
|
|
@@ -67277,7 +67277,7 @@ const GuxVisualization = class {
|
|
|
67277
67277
|
this.chartComponentReady.emit();
|
|
67278
67278
|
}
|
|
67279
67279
|
render() {
|
|
67280
|
-
return (index$2.h("div", { key: '
|
|
67280
|
+
return (index$2.h("div", { key: '1b36e64f47f08b140a436ff6806e33dcfcabad08', class: "gux-chart-container", ref: el => (this.chartContainer = el) }));
|
|
67281
67281
|
}
|
|
67282
67282
|
get root() { return index$2.getElement(this); }
|
|
67283
67283
|
};
|