@visactor/vtable-plugins 1.22.4-alpha.5 → 1.22.4-alpha.6
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/cjs/contextmenu/menu-manager.js +2 -1
- package/cjs/filter/condition-filter.d.ts +3 -3
- package/cjs/filter/condition-filter.js +7 -120
- package/cjs/filter/condition-filter.js.map +1 -1
- package/cjs/filter/constants.d.ts +7 -0
- package/cjs/filter/constants.js +124 -0
- package/cjs/filter/constants.js.map +1 -0
- package/cjs/filter/filter-state-manager.d.ts +2 -2
- package/cjs/filter/filter-state-manager.js +3 -3
- package/cjs/filter/filter-state-manager.js.map +1 -1
- package/cjs/filter/filter-toolbar.d.ts +2 -2
- package/cjs/filter/filter-toolbar.js +3 -3
- package/cjs/filter/filter-toolbar.js.map +1 -1
- package/cjs/filter/filter.d.ts +1 -0
- package/cjs/filter/filter.js +30 -16
- package/cjs/filter/filter.js.map +1 -1
- package/cjs/filter/types.d.ts +6 -0
- package/cjs/filter/types.js.map +1 -1
- package/cjs/filter/value-filter.d.ts +1 -0
- package/cjs/filter/value-filter.js +3 -0
- package/cjs/filter/value-filter.js.map +1 -1
- package/cjs/master-detail-plugin/config.js +1 -2
- package/cjs/master-detail-plugin/core.js +2 -1
- package/cjs/table-export/index.js +1 -1
- package/dist/vtable-plugins.js +88 -56
- package/dist/vtable-plugins.min.js +1 -1
- package/es/contextmenu/menu-manager.js +2 -1
- package/es/filter/condition-filter.d.ts +3 -3
- package/es/filter/condition-filter.js +8 -119
- package/es/filter/condition-filter.js.map +1 -1
- package/es/filter/constants.d.ts +7 -0
- package/es/filter/constants.js +120 -0
- package/es/filter/constants.js.map +1 -0
- package/es/filter/filter-state-manager.d.ts +2 -2
- package/es/filter/filter-state-manager.js +3 -3
- package/es/filter/filter-state-manager.js.map +1 -1
- package/es/filter/filter-toolbar.d.ts +2 -2
- package/es/filter/filter-toolbar.js +3 -3
- package/es/filter/filter-toolbar.js.map +1 -1
- package/es/filter/filter.d.ts +1 -0
- package/es/filter/filter.js +30 -15
- package/es/filter/filter.js.map +1 -1
- package/es/filter/types.d.ts +6 -0
- package/es/filter/types.js.map +1 -1
- package/es/filter/value-filter.d.ts +1 -0
- package/es/filter/value-filter.js +3 -0
- package/es/filter/value-filter.js.map +1 -1
- package/es/master-detail-plugin/config.js +1 -2
- package/es/master-detail-plugin/core.js +2 -1
- package/es/table-export/index.js +1 -1
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visactor/vtable-plugins",
|
|
3
|
-
"version": "1.22.4-alpha.
|
|
3
|
+
"version": "1.22.4-alpha.6",
|
|
4
4
|
"description": "The search util of VTable",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "VisActor",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"@types/file-saver": "2.0.7"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"@visactor/vtable
|
|
46
|
-
"@visactor/vtable": "1.22.4-alpha.
|
|
45
|
+
"@visactor/vtable": "1.22.4-alpha.6",
|
|
46
|
+
"@visactor/vtable-gantt": "1.22.4-alpha.6"
|
|
47
47
|
},
|
|
48
48
|
"peerDependenciesMeta": {
|
|
49
49
|
"@visactor/vtable-gantt": {
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"cross-env": "^7.0.3",
|
|
55
55
|
"increase-memory-limit": "^1.0.7",
|
|
56
|
-
"@visactor/vtable": "1.22.4-alpha.
|
|
57
|
-
"@visactor/vtable-editors": "1.22.4-alpha.
|
|
58
|
-
"@visactor/vtable-gantt": "1.22.4-alpha.
|
|
56
|
+
"@visactor/vtable": "1.22.4-alpha.6",
|
|
57
|
+
"@visactor/vtable-editors": "1.22.4-alpha.6",
|
|
58
|
+
"@visactor/vtable-gantt": "1.22.4-alpha.6",
|
|
59
59
|
"@visactor/vchart": "2.0.2",
|
|
60
60
|
"@rushstack/eslint-patch": "~1.1.4",
|
|
61
61
|
"react": "^18.0.0",
|
|
@@ -98,9 +98,9 @@
|
|
|
98
98
|
"@types/react-is": "^17.0.3",
|
|
99
99
|
"rollup-plugin-node-resolve": "5.2.0",
|
|
100
100
|
"@types/lodash": "4.14.182",
|
|
101
|
+
"@internal/ts-config": "0.0.1",
|
|
101
102
|
"@internal/bundler": "0.0.1",
|
|
102
|
-
"@internal/eslint-config": "0.0.1"
|
|
103
|
-
"@internal/ts-config": "0.0.1"
|
|
103
|
+
"@internal/eslint-config": "0.0.1"
|
|
104
104
|
},
|
|
105
105
|
"scripts": {
|
|
106
106
|
"demo": "vite ./demo",
|