@nebula.js/sn-table 3.0.0 → 3.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nebula.js/sn-table",
3
- "version": "3.0.0",
3
+ "version": "3.2.0",
4
4
  "description": "Display several measure values for each dimension value. Show the totals for each measure. Sort columns and rows alphabetically or numerically. Change sorting during analysis. Chart exploration allows for adding and removing columns in analysis.",
5
5
  "keywords": [
6
6
  "qlik",
@@ -16,52 +16,47 @@
16
16
  "core",
17
17
  "sn-table-ext"
18
18
  ],
19
- "prettier": "@qlik/prettier-config",
20
19
  "devDependencies": {
21
- "@material-ui/core": "4.12.4",
22
- "@material-ui/icons": "4.11.3",
23
- "@material-ui/lab": "4.0.0-alpha.61",
24
- "@material-ui/styles": "4.11.5",
25
- "@mui/icons-material": "5.15.3",
26
- "@mui/material": "5.15.3",
27
- "@nebula.js/cli": "4.9.0",
28
- "@nebula.js/cli-sense": "4.9.0",
29
- "@nebula.js/cli-serve": "4.9.0",
30
- "@playwright/test": "1.40.1",
31
- "@qlik-trial/sprout": "3.7.1",
32
- "@qlik/prettier-config": "0.4.5",
33
- "@rollup/plugin-typescript": "11.1.5",
20
+ "@mui/material": "5.15.14",
21
+ "@nebula.js/cli": "4.14.0",
22
+ "@nebula.js/cli-sense": "4.14.0",
23
+ "@nebula.js/cli-serve": "4.14.0",
24
+ "@playwright/test": "1.42.1",
25
+ "@qlik-trial/encoder": "0.4.0",
26
+ "@qlik-trial/sprout": "3.18.2",
27
+ "@qlik/prettier-config": "0.4.11",
28
+ "@rollup/plugin-typescript": "11.1.6",
34
29
  "@scriptappy/cli": "0.10.0",
35
30
  "@scriptappy/from-jsdoc": "0.19.0",
36
- "@testing-library/jest-dom": "6.2.0",
37
- "@testing-library/react": "14.1.2",
31
+ "@testing-library/jest-dom": "6.4.2",
32
+ "@testing-library/react": "14.2.2",
38
33
  "@testing-library/user-event": "14.5.2",
39
- "@types/jest": "29.5.11",
40
- "@types/react": "18.2.47",
41
- "@types/react-dom": "18.2.18",
34
+ "@types/react": "18.2.67",
35
+ "@types/react-dom": "18.2.22",
42
36
  "@types/react-window": "1.8.8",
43
37
  "conventional-changelog-cli": "4.1.0",
44
- "globby": "14.0.0",
38
+ "d3-color": "3.1.0",
39
+ "globby": "14.0.1",
45
40
  "jest": "29.7.0",
46
41
  "jest-environment-jsdom": "29.7.0",
47
42
  "jest-junit": "16.0.0",
48
- "prettier": "3.1.1",
49
43
  "prop-types": "15.8.1",
50
- "qlik-chart-modules": "0.59.0",
44
+ "qlik-chart-modules": "0.69.0",
51
45
  "qlik-modifiers": "0.9.1",
52
46
  "qlik-object-conversion": "0.16.4",
53
47
  "react": "18.2.0",
54
48
  "react-dom": "18.2.0",
55
49
  "react-window": "1.8.10",
56
- "styled-components": "6.1.6",
57
- "stylis": "3.5.4",
58
- "stylis-plugin-rtl-sc": "npm:stylis-plugin-rtl@1.1.0",
59
- "ts-jest": "29.1.1",
50
+ "styled-components": "6.1.8",
51
+ "stylis": "4.3.1",
52
+ "stylis-plugin-rtl": "2.1.1",
53
+ "ts-jest": "29.1.2",
60
54
  "tslib": "2.6.2",
55
+ "uuid": "9.0.1",
61
56
  "@qlik/nebula-table-utils": "0.0.0"
62
57
  },
63
58
  "peerDependencies": {
64
- "@nebula.js/stardust": "^4.6.2"
59
+ "@nebula.js/stardust": ">=4.6.2"
65
60
  },
66
61
  "packageManager": "pnpm@8.14.2",
67
62
  "engines": {
@@ -76,12 +71,10 @@
76
71
  },
77
72
  "systemjs": "dist/sn-table.systemjs.js",
78
73
  "scripts": {
79
- "build": "pnpm run locale:generate && node ../../scripts/build.mjs --core --ext --type sn-table",
80
- "build:dev": "pnpm run locale:generate && node ../../scripts/build.mjs --ext --mode development --no-systemjs --type sn-table",
81
- "build:watch": "pnpm run locale:generate && node ../../scripts/build.mjs --mode development -w --type sn-table",
74
+ "build": "node ../../scripts/build.mjs --core --ext --type sn-table",
75
+ "build:dev": "node ../../scripts/build.mjs --ext --mode development --no-systemjs --type sn-table",
76
+ "build:watch": "node ../../scripts/build.mjs --mode development -w --type sn-table",
82
77
  "copy:ext": "node ../../scripts/copy-ext.mjs --type sn-table",
83
- "format:check": "prettier --check '**' --ignore-unknown",
84
- "format:write": "prettier --write '**' --ignore-unknown",
85
78
  "lint": "eslint .",
86
79
  "locale:generate": "node src/locale/scripts/generate-all.mjs",
87
80
  "locale:verify": "node src/locale/tools/verify-translations.ts",
@@ -91,11 +84,12 @@
91
84
  "start:mfe": "nebula serve --mfe --type sn-table",
92
85
  "test:e2e": "npx playwright install && pnpm run test:integration && pnpm run test:rendering",
93
86
  "test:integration": "playwright test --config=test/integration/integration.config.ts",
94
- "test:integration:local": "./test/integration/scripts/run-integration-tests.sh",
95
- "test:local:rendering": "../../scripts/run-rendering-test.sh sn-table",
96
- "test:local:update:screenshots": "../../scripts/run-rendering-test.sh sn-table --update-snapshots",
87
+ "test:integration:local": "../../scripts/run-playwright-tests.sh sn-table test:integration",
97
88
  "test:rendering": "playwright test",
89
+ "test:rendering:local": "../../scripts/run-playwright-tests.sh sn-table test:rendering",
90
+ "test:rendering:local:update": "../../scripts/run-playwright-tests.sh sn-table 'test:rendering --update-snapshots'",
98
91
  "test:unit": "pnpm -w run test:unit --selectProjects sn-table",
92
+ "types:check": "tsc --noEmit",
99
93
  "preversion": "pnpm build"
100
94
  }
101
95
  }