@vtx/components 3.0.0-2 → 3.0.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/CHANGELOG.md +68 -0
- package/lib/_util/useColSize.js +38 -0
- package/lib/_util/useColSize.js.map +1 -0
- package/lib/vtx-datagrid/renderColumnButtons.js +5 -3
- package/lib/vtx-datagrid/renderColumnButtons.js.map +1 -1
- package/lib/vtx-editor/style/css.js +0 -2
- package/lib/vtx-editor/style/css.js.map +1 -1
- package/lib/vtx-editor/style/index.js +0 -2
- package/lib/vtx-editor/style/index.js.map +1 -1
- package/lib/vtx-export/style/css.js +0 -2
- package/lib/vtx-export/style/css.js.map +1 -1
- package/lib/vtx-export/style/index.js +0 -2
- package/lib/vtx-export/style/index.js.map +1 -1
- package/lib/vtx-form-layout/style/css.js +0 -2
- package/lib/vtx-form-layout/style/css.js.map +1 -1
- package/lib/vtx-form-layout/style/index.css +3 -3
- package/lib/vtx-form-layout/style/index.js +0 -2
- package/lib/vtx-form-layout/style/index.js.map +1 -1
- package/lib/vtx-form-layout/style/index.less +3 -1
- package/lib/vtx-modal/index.js +8 -4
- package/lib/vtx-modal/index.js.map +1 -1
- package/lib/vtx-modal/style/css.js +0 -2
- package/lib/vtx-modal/style/css.js.map +1 -1
- package/lib/vtx-modal/style/index.js +0 -2
- package/lib/vtx-modal/style/index.js.map +1 -1
- package/lib/vtx-scrollable-row/index.js +5 -3
- package/lib/vtx-scrollable-row/index.js.map +1 -1
- package/lib/vtx-scrollable-row/style/css.js +0 -2
- package/lib/vtx-scrollable-row/style/css.js.map +1 -1
- package/lib/vtx-scrollable-row/style/index.js +0 -2
- package/lib/vtx-scrollable-row/style/index.js.map +1 -1
- package/lib/vtx-search/index.js +13 -5
- package/lib/vtx-search/index.js.map +1 -1
- package/lib/vtx-search/style/css.js +0 -2
- package/lib/vtx-search/style/css.js.map +1 -1
- package/lib/vtx-search/style/index.css +4 -0
- package/lib/vtx-search/style/index.js +0 -2
- package/lib/vtx-search/style/index.js.map +1 -1
- package/lib/vtx-search/style/index.less +1 -0
- package/lib/vtx-split-pane/SplitPane.js +10 -10
- package/lib/vtx-split-pane/SplitPane.js.map +1 -1
- package/lib/vtx-split-pane/style/index.css +1 -0
- package/lib/vtx-split-pane/style/index.less +1 -0
- package/lib/vtx-upload/index.js +1 -1
- package/lib/vtx-upload/index.js.map +1 -1
- package/lib/vtx-upload/style/css.js +0 -2
- package/lib/vtx-upload/style/css.js.map +1 -1
- package/lib/vtx-upload/style/index.js +0 -2
- package/lib/vtx-upload/style/index.js.map +1 -1
- package/lib/vtx-ztree-select/style/css.js +0 -2
- package/lib/vtx-ztree-select/style/css.js.map +1 -1
- package/lib/vtx-ztree-select/style/index.js +0 -2
- package/lib/vtx-ztree-select/style/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["vtx-ztree-select/style/index.js"],"names":[],"mappings":";;AAAA;;AACA;;AACA;;AACA
|
|
1
|
+
{"version":3,"sources":["vtx-ztree-select/style/index.js"],"names":[],"mappings":";;AAAA;;AACA;;AACA;;AACA","sourcesContent":["import 'antd/lib/popover/style';\nimport 'antd/lib/input/style';\nimport 'antd/lib/tag/style';\nimport './index.less';\n"],"file":"index.js"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vtx/components",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "React components for Vortex",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@vtx/map": "latest",
|
|
56
56
|
"@vtx/utils": "latest",
|
|
57
|
-
"ahooks": "^
|
|
57
|
+
"ahooks": "^3.1.5",
|
|
58
58
|
"antd": "4.17.4",
|
|
59
59
|
"axios": "^0.21.1",
|
|
60
60
|
"braft-editor": "^2.3.9",
|