@visactor/vtable-plugins 1.22.4-alpha.5 → 1.22.4-alpha.7

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.
Files changed (49) hide show
  1. package/cjs/filter/condition-filter.d.ts +3 -3
  2. package/cjs/filter/condition-filter.js +6 -118
  3. package/cjs/filter/condition-filter.js.map +1 -1
  4. package/cjs/filter/constants.d.ts +7 -0
  5. package/cjs/filter/constants.js +124 -0
  6. package/cjs/filter/constants.js.map +1 -0
  7. package/cjs/filter/filter-state-manager.d.ts +2 -2
  8. package/cjs/filter/filter-state-manager.js +3 -3
  9. package/cjs/filter/filter-state-manager.js.map +1 -1
  10. package/cjs/filter/filter-toolbar.d.ts +4 -4
  11. package/cjs/filter/filter-toolbar.js +18 -11
  12. package/cjs/filter/filter-toolbar.js.map +1 -1
  13. package/cjs/filter/filter.d.ts +1 -0
  14. package/cjs/filter/filter.js +24 -16
  15. package/cjs/filter/filter.js.map +1 -1
  16. package/cjs/filter/types.d.ts +6 -0
  17. package/cjs/filter/types.js.map +1 -1
  18. package/cjs/filter/value-filter.d.ts +1 -0
  19. package/cjs/filter/value-filter.js +3 -0
  20. package/cjs/filter/value-filter.js.map +1 -1
  21. package/cjs/master-detail-plugin/config.js +1 -2
  22. package/cjs/master-detail-plugin/core.js +2 -1
  23. package/cjs/table-export/index.js +1 -1
  24. package/dist/vtable-plugins.js +94 -62
  25. package/dist/vtable-plugins.min.js +1 -1
  26. package/es/filter/condition-filter.d.ts +3 -3
  27. package/es/filter/condition-filter.js +7 -117
  28. package/es/filter/condition-filter.js.map +1 -1
  29. package/es/filter/constants.d.ts +7 -0
  30. package/es/filter/constants.js +120 -0
  31. package/es/filter/constants.js.map +1 -0
  32. package/es/filter/filter-state-manager.d.ts +2 -2
  33. package/es/filter/filter-state-manager.js +3 -3
  34. package/es/filter/filter-state-manager.js.map +1 -1
  35. package/es/filter/filter-toolbar.d.ts +4 -4
  36. package/es/filter/filter-toolbar.js +19 -10
  37. package/es/filter/filter-toolbar.js.map +1 -1
  38. package/es/filter/filter.d.ts +1 -0
  39. package/es/filter/filter.js +24 -15
  40. package/es/filter/filter.js.map +1 -1
  41. package/es/filter/types.d.ts +6 -0
  42. package/es/filter/types.js.map +1 -1
  43. package/es/filter/value-filter.d.ts +1 -0
  44. package/es/filter/value-filter.js +3 -0
  45. package/es/filter/value-filter.js.map +1 -1
  46. package/es/master-detail-plugin/config.js +1 -2
  47. package/es/master-detail-plugin/core.js +2 -1
  48. package/es/table-export/index.js +1 -1
  49. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vtable-plugins",
3
- "version": "1.22.4-alpha.5",
3
+ "version": "1.22.4-alpha.7",
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-gantt": "1.22.4-alpha.5",
46
- "@visactor/vtable": "1.22.4-alpha.5"
45
+ "@visactor/vtable-gantt": "1.22.4-alpha.7",
46
+ "@visactor/vtable": "1.22.4-alpha.7"
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.5",
57
- "@visactor/vtable-editors": "1.22.4-alpha.5",
58
- "@visactor/vtable-gantt": "1.22.4-alpha.5",
56
+ "@visactor/vtable": "1.22.4-alpha.7",
57
+ "@visactor/vtable-editors": "1.22.4-alpha.7",
58
+ "@visactor/vtable-gantt": "1.22.4-alpha.7",
59
59
  "@visactor/vchart": "2.0.2",
60
60
  "@rushstack/eslint-patch": "~1.1.4",
61
61
  "react": "^18.0.0",
@@ -98,8 +98,8 @@
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/bundler": "0.0.1",
102
101
  "@internal/eslint-config": "0.0.1",
102
+ "@internal/bundler": "0.0.1",
103
103
  "@internal/ts-config": "0.0.1"
104
104
  },
105
105
  "scripts": {