react-autoql 7.2.1-alpha.1 → 7.2.1-alpha.2
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/autoql.cjs.js +1 -1
- package/dist/autoql.cjs.js.gz +0 -0
- package/dist/autoql.esm.css +80 -62
- package/dist/autoql.esm.css.gz +0 -0
- package/dist/autoql.esm.js +1 -1
- package/dist/autoql.esm.js.gz +0 -0
- package/package.json +3 -11
package/dist/autoql.esm.js.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-autoql",
|
|
3
|
-
"version": "7.2.1-alpha.
|
|
3
|
+
"version": "7.2.1-alpha.2",
|
|
4
4
|
"description": "React Widget Library",
|
|
5
5
|
"main": "dist/autoql.cjs.js",
|
|
6
6
|
"module": "dist/autoql.esm.js",
|
|
@@ -78,28 +78,20 @@
|
|
|
78
78
|
"d3-transition": "^3.0.1",
|
|
79
79
|
"date-fns": "^2.28.0",
|
|
80
80
|
"dayjs": "^1.8.36",
|
|
81
|
-
"disable-scroll": "^0.5.0",
|
|
82
81
|
"html-react-parser": "^1.4.9",
|
|
83
82
|
"jwt-decode": "^3.1.2",
|
|
84
83
|
"lodash.clonedeep": "^4.5.0",
|
|
85
84
|
"lodash.filter": "^4.6.0",
|
|
86
|
-
"lodash.functions": "^4.3.0",
|
|
87
85
|
"lodash.get": "^4.4.2",
|
|
88
86
|
"lodash.has": "^4.5.2",
|
|
89
|
-
"lodash.includes": "^4.3.0",
|
|
90
87
|
"lodash.isempty": "^4.4.0",
|
|
91
88
|
"lodash.isequal": "^4.5.0",
|
|
92
|
-
"lodash.omit": "^4.5.0",
|
|
93
|
-
"lodash.reduce": "^4.6.0",
|
|
94
|
-
"lodash.some": "^4.6.0",
|
|
95
89
|
"lodash.sortby": "^4.7.0",
|
|
96
|
-
"lodash.transform": "^4.6.0",
|
|
97
|
-
"lodash.uniq": "^4.5.0",
|
|
98
90
|
"make-coverage-badge": "^1.2.0",
|
|
99
91
|
"moment-timezone": "^0.5.32",
|
|
100
92
|
"parse-num": "^1.0.0",
|
|
101
93
|
"prop-types": "^15.7.2",
|
|
102
|
-
"rc-drawer": "
|
|
94
|
+
"rc-drawer": "4.4.3",
|
|
103
95
|
"react-autosuggest": "^10.1.0",
|
|
104
96
|
"react-collapse": "^5.1.1",
|
|
105
97
|
"react-collapsible": "^2.10.0",
|
|
@@ -116,7 +108,7 @@
|
|
|
116
108
|
"react-speech-recognition": "^2.0.7",
|
|
117
109
|
"react-splitter-layout": "^4.0.0",
|
|
118
110
|
"react-switch": "^6.0.0",
|
|
119
|
-
"react-tiny-popover": "7.1.0",
|
|
111
|
+
"react-tiny-popover": "^7.1.0",
|
|
120
112
|
"react-toastify": "^8.2.0",
|
|
121
113
|
"react-tooltip": "^4.2.21",
|
|
122
114
|
"recordrtc": "^5.6.1",
|