react-autoql 3.5.3 → 4.0.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/CHANGELOG.md +356 -0
- package/dist/autoql.esm.css +2925 -2897
- package/dist/autoql.esm.css.gz +0 -0
- package/dist/autoql.esm.js +4181 -3684
- package/dist/autoql.esm.js.gz +0 -0
- package/package.json +28 -29
- package/dist/.autoql.esm.css.icloud +0 -0
- package/dist/autoql.esm 2.css +0 -4247
- package/dist/autoql.esm 3.css +0 -4239
- package/dist/autoql.esm 4.css +0 -4242
- package/dist/autoql.esm 5.css +0 -4267
- package/dist/autoql.esm 6.css +0 -4242
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-autoql",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"description": "React Widget Library",
|
|
5
5
|
"main": "dist/autoql.cjs.js",
|
|
6
6
|
"module": "dist/autoql.esm.js",
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
"dist"
|
|
12
12
|
],
|
|
13
13
|
"scripts": {
|
|
14
|
-
"dev": "watch 'npm run build' src",
|
|
14
|
+
"dev": "export NODE_ENV=dev && watch 'npm run build' src",
|
|
15
15
|
"packexample": "cd example/package && npm pack ../..",
|
|
16
|
-
"test": "NODE_ENV=test && jest",
|
|
16
|
+
"test": "NODE_ENV=test && jest --silent=false",
|
|
17
17
|
"test:watch": "jest --watch",
|
|
18
18
|
"test:coverage": "npm test -- --coverage",
|
|
19
19
|
"test:badges": "npm run test:coverage && npx make-coverage-badge --output-path ./public/badge.svg",
|
|
@@ -47,20 +47,11 @@
|
|
|
47
47
|
"url": "https://github.com/chatatechnologies/react-autoql/issues"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@babel/cli": "^7.16.0",
|
|
51
|
-
"@babel/core": "^7.16.0",
|
|
52
|
-
"@babel/plugin-proposal-class-properties": "^7.16.0",
|
|
53
|
-
"@babel/plugin-proposal-object-rest-spread": "^7.16.0",
|
|
54
|
-
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
|
55
|
-
"@babel/preset-env": "^7.16.0",
|
|
56
|
-
"@babel/preset-react": "^7.16.0",
|
|
57
50
|
"@babel/runtime": "^7.16.0",
|
|
58
51
|
"@material-ui/core": "^4.11.3",
|
|
59
|
-
"@material-ui/lab": "^4.0.0-alpha.
|
|
60
|
-
"@
|
|
52
|
+
"@material-ui/lab": "^4.0.0-alpha.60",
|
|
53
|
+
"@react-icons/all-files": "^4.1.0",
|
|
61
54
|
"axios": "^0.21.1",
|
|
62
|
-
"babel-core": "^7.0.0-bridge.0",
|
|
63
|
-
"d3": "^5.12.0",
|
|
64
55
|
"d3-array": "^2.3.3",
|
|
65
56
|
"d3-axis": "^1.0.12",
|
|
66
57
|
"d3-collection": "^1.0.7",
|
|
@@ -72,33 +63,32 @@
|
|
|
72
63
|
"d3-transition": "^1.2.0",
|
|
73
64
|
"dayjs": "^1.8.36",
|
|
74
65
|
"disable-scroll": "^0.5.0",
|
|
75
|
-
"
|
|
76
|
-
"ionicons": "^5.5.2",
|
|
66
|
+
"html-react-parser": "^1.4.9",
|
|
77
67
|
"jwt-decode": "^3.1.2",
|
|
78
|
-
"lodash": "^4.17.21",
|
|
79
68
|
"lodash.clonedeep": "^4.5.0",
|
|
69
|
+
"lodash.filter": "^4.6.0",
|
|
70
|
+
"lodash.functions": "^4.3.0",
|
|
80
71
|
"lodash.get": "^4.4.2",
|
|
81
72
|
"lodash.has": "^4.5.2",
|
|
82
73
|
"lodash.includes": "^4.3.0",
|
|
83
74
|
"lodash.isempty": "^4.4.0",
|
|
84
75
|
"lodash.isequal": "^4.5.0",
|
|
76
|
+
"lodash.omit": "^4.5.0",
|
|
85
77
|
"lodash.reduce": "^4.6.0",
|
|
86
78
|
"lodash.some": "^4.6.0",
|
|
87
79
|
"lodash.uniq": "^4.5.0",
|
|
88
80
|
"make-coverage-badge": "^1.2.0",
|
|
89
|
-
"moment": "^2.29.1",
|
|
90
81
|
"moment-timezone": "^0.5.32",
|
|
91
|
-
"numbro": "^2.2.0",
|
|
92
82
|
"parse-num": "^1.0.0",
|
|
93
83
|
"prop-types": "^15.7.2",
|
|
94
|
-
"rc-drawer": "^
|
|
84
|
+
"rc-drawer": "^4.4.3",
|
|
95
85
|
"react-autosuggest": "^9.4.3",
|
|
96
86
|
"react-collapse": "^5.1.1",
|
|
97
87
|
"react-contenteditable": "^3.3.5",
|
|
98
88
|
"react-custom-scrollbars": "^4.2.1",
|
|
99
|
-
"react-
|
|
100
|
-
"react-
|
|
101
|
-
"react-icons": "^3.
|
|
89
|
+
"react-custom-scrollbars-2": "^4.4.0",
|
|
90
|
+
"react-grid-layout": "^1.3.4",
|
|
91
|
+
"react-icons": "^4.3.1",
|
|
102
92
|
"react-infinite-scroller": "^1.2.4",
|
|
103
93
|
"react-localization": "^1.0.16",
|
|
104
94
|
"react-modal": "^3.11.2",
|
|
@@ -115,11 +105,17 @@
|
|
|
115
105
|
"sql-formatter": "^2.3.3",
|
|
116
106
|
"tabulator-tables": "4.7.2",
|
|
117
107
|
"throttle-debounce": "^2.1.0",
|
|
118
|
-
"uuid": "
|
|
108
|
+
"uuid": "^8.3.2"
|
|
119
109
|
},
|
|
120
110
|
"devDependencies": {
|
|
121
|
-
"@babel/
|
|
111
|
+
"@babel/cli": "^7.16.0",
|
|
112
|
+
"@babel/core": "^7.16.0",
|
|
113
|
+
"@babel/plugin-proposal-class-properties": "^7.16.0",
|
|
114
|
+
"@babel/plugin-proposal-object-rest-spread": "^7.16.0",
|
|
115
|
+
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
|
122
116
|
"@babel/plugin-transform-runtime": "^7.16.0",
|
|
117
|
+
"@babel/preset-env": "^7.16.0",
|
|
118
|
+
"@babel/preset-react": "^7.16.0",
|
|
123
119
|
"@rollup/plugin-babel": "^5.3.0",
|
|
124
120
|
"@rollup/plugin-image": "^2.0.5",
|
|
125
121
|
"@rollup/plugin-node-resolve": "^13.0.6",
|
|
@@ -133,6 +129,7 @@
|
|
|
133
129
|
"axios-mock-adapter": "^1.18.1",
|
|
134
130
|
"babel-core": "^7.0.0-bridge.0",
|
|
135
131
|
"babel-jest": "^23.4.2",
|
|
132
|
+
"babel-plugin-import": "^1.13.3",
|
|
136
133
|
"babel-preset-es2015-rollup": "^3.0.0",
|
|
137
134
|
"check-prop-types": "^1.1.2",
|
|
138
135
|
"cz-conventional-changelog": "^3.2.0",
|
|
@@ -157,25 +154,27 @@
|
|
|
157
154
|
"postcss-prefixer": "^2.1.2",
|
|
158
155
|
"prettier-eslint": "^8.8.2",
|
|
159
156
|
"prettier-eslint-cli": "^4.7.1",
|
|
160
|
-
"react": "^16.13.1",
|
|
161
|
-
"react-dom": "^16.13.1",
|
|
162
157
|
"react-test-renderer": "^16.11.0",
|
|
163
158
|
"rimraf": "^2.7.1",
|
|
164
159
|
"rollup": "^2.59.0",
|
|
160
|
+
"rollup-plugin-analyzer": "^4.0.0",
|
|
165
161
|
"rollup-plugin-babel": "^4.4.0",
|
|
162
|
+
"rollup-plugin-bundle-size": "^1.0.3",
|
|
166
163
|
"rollup-plugin-commonjs": "^10.1.0",
|
|
167
164
|
"rollup-plugin-css-only": "^1.0.0",
|
|
165
|
+
"rollup-plugin-gzip": "^3.0.0",
|
|
168
166
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
169
167
|
"rollup-plugin-postcss": "^2.9.0",
|
|
170
168
|
"rollup-plugin-svg": "^1.0.1",
|
|
171
169
|
"rollup-plugin-terser": "^5.1.2",
|
|
170
|
+
"rollup-plugin-visualizer": "^5.6.0",
|
|
172
171
|
"semantic-release": "^17.0.8",
|
|
173
172
|
"semantic-release-cli": "^5.3.1",
|
|
174
173
|
"watch": "^1.0.2"
|
|
175
174
|
},
|
|
176
175
|
"peerDependencies": {
|
|
177
|
-
"react": ">=16.
|
|
178
|
-
"react-dom": ">=16.
|
|
176
|
+
"react": ">=16.9.0",
|
|
177
|
+
"react-dom": ">=16.9.0"
|
|
179
178
|
},
|
|
180
179
|
"resolutions": {
|
|
181
180
|
"**/**/fsevents": "^1.2.9"
|
|
Binary file
|