@nebula.js/sn-table 1.1.0-beta.3 → 1.3.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/api-specifications/properties.json +1 -1
- package/core/esm/index.js +13 -15953
- package/core/package.json +1 -1
- package/dist/sn-table.js +8 -29
- package/package.json +44 -46
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nebula.js/sn-table",
|
|
3
|
-
"version": "1.1
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"description": "table supernova",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "QlikTech International AB",
|
|
@@ -26,73 +26,71 @@
|
|
|
26
26
|
},
|
|
27
27
|
"main": "dist/sn-table.js",
|
|
28
28
|
"scripts": {
|
|
29
|
-
"build": "yarn run locale:generate &&
|
|
30
|
-
"build:
|
|
31
|
-
"
|
|
29
|
+
"build": "yarn run locale:generate && node ./tools/build.js --core && shx cp assets/* dist",
|
|
30
|
+
"build:dev": "yarn run locale:generate && node ./tools/build.js --core --mode development && shx cp assets/* dist",
|
|
31
|
+
"build:watch": "yarn run locale:generate && node ./tools/build.js --mode development -w",
|
|
32
|
+
"lint": "eslint 'src/**'",
|
|
33
|
+
"format": "prettier --write 'src/**'",
|
|
32
34
|
"start": "nebula serve --build false --type sn-table",
|
|
33
|
-
"
|
|
34
|
-
"locale:
|
|
35
|
-
"locale:generate": "node locale/scripts/generate-all.mjs",
|
|
35
|
+
"locale:verify": "node src/locale/tools/verify-translations.js",
|
|
36
|
+
"locale:generate": "node src/locale/scripts/generate-all.mjs",
|
|
36
37
|
"spec": "scriptappy-from-jsdoc -c ./spec-configs/props.conf.js",
|
|
37
38
|
"test:unit": "aw -c aw.config.js",
|
|
38
|
-
"test:integration": "aw puppet --testExt '*.int.js' --glob 'test/integration/**/*.int.js'"
|
|
39
|
+
"test:integration": "aw puppet --testExt '*.int.js' --glob 'test/integration/**/*.int.js'",
|
|
40
|
+
"prepublishOnly": "NODE_ENV=production yarn run build && yarn spec",
|
|
41
|
+
"prepack": "./tools/prepare-sn-pack.js",
|
|
42
|
+
"prepare": "husky install"
|
|
39
43
|
},
|
|
40
44
|
"devDependencies": {
|
|
41
45
|
"@after-work.js/aw": "6.0.14",
|
|
42
|
-
"@babel/cli": "^7.
|
|
43
|
-
"@babel/core": "^7.
|
|
44
|
-
"@babel/
|
|
45
|
-
"@babel/
|
|
46
|
-
"@babel/
|
|
47
|
-
"@
|
|
48
|
-
"@
|
|
49
|
-
"@
|
|
50
|
-
"@
|
|
51
|
-
"@
|
|
52
|
-
"@
|
|
53
|
-
"@
|
|
54
|
-
"@nebula.js/cli
|
|
55
|
-
"@nebula.js/cli-
|
|
56
|
-
"@
|
|
57
|
-
"@
|
|
58
|
-
"@rollup/plugin-json": "^4.1.0",
|
|
59
|
-
"@rollup/plugin-node-resolve": "^13.0.5",
|
|
60
|
-
"@rollup/plugin-replace": "^3.0.0",
|
|
46
|
+
"@babel/cli": "^7.16.0",
|
|
47
|
+
"@babel/core": "^7.16.0",
|
|
48
|
+
"@babel/eslint-parser": "^7.16.3",
|
|
49
|
+
"@babel/preset-env": "^7.16.4",
|
|
50
|
+
"@babel/preset-react": "^7.16.0",
|
|
51
|
+
"@commitlint/cli": "^15.0.0",
|
|
52
|
+
"@commitlint/config-conventional": "^15.0.0",
|
|
53
|
+
"@emotion/react": "^11.7.0",
|
|
54
|
+
"@emotion/styled": "^11.6.0",
|
|
55
|
+
"@mui/icons-material": "^5.2.0",
|
|
56
|
+
"@mui/material": "^5.2.1",
|
|
57
|
+
"@mui/styles": "^5.2.1",
|
|
58
|
+
"@nebula.js/cli": "2.2.0",
|
|
59
|
+
"@nebula.js/cli-build": "2.2.0",
|
|
60
|
+
"@nebula.js/cli-sense": "2.2.0",
|
|
61
|
+
"@nebula.js/cli-serve": "2.2.0",
|
|
61
62
|
"@testing-library/react": "12.1.2",
|
|
62
63
|
"@testing-library/react-hooks": "7.0.2",
|
|
63
|
-
"babel-
|
|
64
|
-
"babel-plugin-istanbul": "^6.0.0",
|
|
64
|
+
"babel-plugin-istanbul": "^6.1.1",
|
|
65
65
|
"chai": "4.3.4",
|
|
66
66
|
"chai-dom": "1.10.0",
|
|
67
67
|
"eslint": "7.32.0",
|
|
68
68
|
"eslint-config-airbnb": "18.2.1",
|
|
69
69
|
"eslint-config-prettier": "8.3.0",
|
|
70
|
-
"eslint-plugin-import": "2.
|
|
71
|
-
"eslint-plugin-jsx-a11y": "6.
|
|
70
|
+
"eslint-plugin-import": "2.25.3",
|
|
71
|
+
"eslint-plugin-jsx-a11y": "6.5.1",
|
|
72
72
|
"eslint-plugin-mocha": "9.0.0",
|
|
73
73
|
"eslint-plugin-prettier": "4.0.0",
|
|
74
|
-
"eslint-plugin-react": "7.
|
|
75
|
-
"eslint-plugin-react-hooks": "4.
|
|
74
|
+
"eslint-plugin-react": "7.27.1",
|
|
75
|
+
"eslint-plugin-react-hooks": "4.3.0",
|
|
76
76
|
"eslint-plugin-testing-library": "4.12.4",
|
|
77
|
+
"fs-extra": "^10.0.0",
|
|
77
78
|
"globby": "^12.0.2",
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
79
|
+
"husky": "^7.0.4",
|
|
80
|
+
"jsdom": "18.1.1",
|
|
81
|
+
"lint-staged": "^12.1.2",
|
|
82
|
+
"mocha-junit-reporter": "2.0.2",
|
|
83
|
+
"prettier": "2.5.0",
|
|
81
84
|
"prop-types": "^15.7.2",
|
|
82
85
|
"react": "^17.0.2",
|
|
83
86
|
"react-dom": "^17.0.2",
|
|
84
|
-
"rollup": "^2.58.0",
|
|
85
|
-
"rollup-plugin-babel": "^4.4.0",
|
|
86
|
-
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
87
|
-
"rollup-plugin-postcss": "^4.0.1",
|
|
88
|
-
"rollup-plugin-terser": "^7.0.2",
|
|
89
|
-
"rollup-plugin-visualizer": "^5.5.2",
|
|
90
87
|
"scriptappy-from-jsdoc": "0.7.0",
|
|
91
88
|
"shx": "^0.3.3",
|
|
92
|
-
"sinon": "
|
|
93
|
-
"sinon-chai": "3.7.0"
|
|
89
|
+
"sinon": "12.0.1",
|
|
90
|
+
"sinon-chai": "3.7.0",
|
|
91
|
+
"yargs": "^17.2.1"
|
|
94
92
|
},
|
|
95
93
|
"peerDependencies": {
|
|
96
|
-
"@nebula.js/stardust": "^2.
|
|
94
|
+
"@nebula.js/stardust": "^2.2.0"
|
|
97
95
|
}
|
|
98
|
-
}
|
|
96
|
+
}
|