@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.
Files changed (51) hide show
  1. package/cjs/contextmenu/menu-manager.js +2 -1
  2. package/cjs/filter/condition-filter.d.ts +3 -3
  3. package/cjs/filter/condition-filter.js +7 -120
  4. package/cjs/filter/condition-filter.js.map +1 -1
  5. package/cjs/filter/constants.d.ts +7 -0
  6. package/cjs/filter/constants.js +124 -0
  7. package/cjs/filter/constants.js.map +1 -0
  8. package/cjs/filter/filter-state-manager.d.ts +2 -2
  9. package/cjs/filter/filter-state-manager.js +3 -3
  10. package/cjs/filter/filter-state-manager.js.map +1 -1
  11. package/cjs/filter/filter-toolbar.d.ts +2 -2
  12. package/cjs/filter/filter-toolbar.js +3 -3
  13. package/cjs/filter/filter-toolbar.js.map +1 -1
  14. package/cjs/filter/filter.d.ts +1 -0
  15. package/cjs/filter/filter.js +30 -16
  16. package/cjs/filter/filter.js.map +1 -1
  17. package/cjs/filter/types.d.ts +6 -0
  18. package/cjs/filter/types.js.map +1 -1
  19. package/cjs/filter/value-filter.d.ts +1 -0
  20. package/cjs/filter/value-filter.js +3 -0
  21. package/cjs/filter/value-filter.js.map +1 -1
  22. package/cjs/master-detail-plugin/config.js +1 -2
  23. package/cjs/master-detail-plugin/core.js +2 -1
  24. package/cjs/table-export/index.js +1 -1
  25. package/dist/vtable-plugins.js +88 -56
  26. package/dist/vtable-plugins.min.js +1 -1
  27. package/es/contextmenu/menu-manager.js +2 -1
  28. package/es/filter/condition-filter.d.ts +3 -3
  29. package/es/filter/condition-filter.js +8 -119
  30. package/es/filter/condition-filter.js.map +1 -1
  31. package/es/filter/constants.d.ts +7 -0
  32. package/es/filter/constants.js +120 -0
  33. package/es/filter/constants.js.map +1 -0
  34. package/es/filter/filter-state-manager.d.ts +2 -2
  35. package/es/filter/filter-state-manager.js +3 -3
  36. package/es/filter/filter-state-manager.js.map +1 -1
  37. package/es/filter/filter-toolbar.d.ts +2 -2
  38. package/es/filter/filter-toolbar.js +3 -3
  39. package/es/filter/filter-toolbar.js.map +1 -1
  40. package/es/filter/filter.d.ts +1 -0
  41. package/es/filter/filter.js +30 -15
  42. package/es/filter/filter.js.map +1 -1
  43. package/es/filter/types.d.ts +6 -0
  44. package/es/filter/types.js.map +1 -1
  45. package/es/filter/value-filter.d.ts +1 -0
  46. package/es/filter/value-filter.js +3 -0
  47. package/es/filter/value-filter.js.map +1 -1
  48. package/es/master-detail-plugin/config.js +1 -2
  49. package/es/master-detail-plugin/core.js +2 -1
  50. package/es/table-export/index.js +1 -1
  51. 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.5",
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-gantt": "1.22.4-alpha.5",
46
- "@visactor/vtable": "1.22.4-alpha.5"
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.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.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",