@visactor/vtable-plugins 1.22.10 → 1.22.11-alpha.0

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.
@@ -162,4 +162,4 @@ class FilterPlugin {
162
162
  }
163
163
 
164
164
  exports.FilterPlugin = FilterPlugin;
165
- //# sourceMappingURL=filter.js.map
165
+ //# sourceMappingURL=filter.js.map
@@ -62,4 +62,5 @@ Object.defineProperty(exports, "FilterToolbar", {
62
62
  get: function() {
63
63
  return filter_toolbar_1.FilterToolbar;
64
64
  }
65
- }), __exportStar(require("./types"), exports), __exportStar(require("./filter"), exports);
65
+ }), __exportStar(require("./types"), exports), __exportStar(require("./filter"), exports);
66
+ //# sourceMappingURL=index.js.map
@@ -142,4 +142,4 @@ exports.filterStyles = {
142
142
  padding: "0 5px"
143
143
  }
144
144
  }, exports.applyStyles = applyStyles, exports.createElement = createElement;
145
- //# sourceMappingURL=styles.js.map
145
+ //# sourceMappingURL=styles.js.map
@@ -15,4 +15,4 @@ function(FilterOperatorCategory) {
15
15
  FilterOperatorCategory.COLOR = "color", FilterOperatorCategory.CHECKBOX = "checkbox",
16
16
  FilterOperatorCategory.RADIO = "radio";
17
17
  }(FilterOperatorCategory = exports.FilterOperatorCategory || (exports.FilterOperatorCategory = {}));
18
- //# sourceMappingURL=types.js.map
18
+ //# sourceMappingURL=types.js.map
@@ -274,4 +274,4 @@ class ValueFilter {
274
274
  }
275
275
 
276
276
  exports.ValueFilter = ValueFilter;
277
- //# sourceMappingURL=value-filter.js.map
277
+ //# sourceMappingURL=value-filter.js.map
@@ -12,4 +12,4 @@ Object.defineProperty(exports, "MasterDetailPlugin", {
12
12
  return core_1.MasterDetailPlugin;
13
13
  }
14
14
  });
15
- //# sourceMappingURL=index.js.map
15
+ //# sourceMappingURL=index.js.map
@@ -492,4 +492,4 @@ class SubTableManager {
492
492
  }
493
493
 
494
494
  exports.SubTableManager = SubTableManager;
495
- //# sourceMappingURL=subtable.js.map
495
+ //# sourceMappingURL=subtable.js.map
@@ -458,5 +458,4 @@ class TableAPIExtensions {
458
458
  }
459
459
  }
460
460
 
461
- exports.TableAPIExtensions = TableAPIExtensions;
462
- //# sourceMappingURL=table-api-extensions.js.map
461
+ exports.TableAPIExtensions = TableAPIExtensions;
@@ -17,4 +17,4 @@ Object.defineProperty(exports, "__esModule", {
17
17
  }), exports.findRecordIndexPosition = exports.includesRecordIndex = exports.recordIndexEquals = void 0,
18
18
  exports.recordIndexEquals = recordIndexEquals, exports.includesRecordIndex = includesRecordIndex,
19
19
  exports.findRecordIndexPosition = findRecordIndexPosition;
20
- //# sourceMappingURL=types.js.map
20
+ //# sourceMappingURL=types.js.map
@@ -59,4 +59,4 @@ function setCellCheckboxStateByAttribute(col, row, checked, table) {
59
59
  }
60
60
 
61
61
  exports.findCheckboxColumnIndex = findCheckboxColumnIndex, exports.setCellCheckboxStateByAttribute = setCellCheckboxStateByAttribute;
62
- //# sourceMappingURL=utils.js.map
62
+ //# sourceMappingURL=utils.js.map
@@ -168,4 +168,4 @@ export class FilterPlugin {
168
168
  this.filterToolbar.destroy(), this.filterToolbar = null;
169
169
  }
170
170
  }
171
- //# sourceMappingURL=filter.js.map
171
+ //# sourceMappingURL=filter.js.map
@@ -10,4 +10,5 @@ export { FilterToolbar } from "./filter-toolbar";
10
10
 
11
11
  export * from "./types";
12
12
 
13
- export * from "./filter";
13
+ export * from "./filter";
14
+ //# sourceMappingURL=index.js.map
@@ -137,4 +137,4 @@ export function createElement(tag, attributes = {}, children = []) {
137
137
  "string" == typeof child ? element.appendChild(document.createTextNode(child)) : element.appendChild(child);
138
138
  })), element;
139
139
  }
140
- //# sourceMappingURL=styles.js.map
140
+ //# sourceMappingURL=styles.js.map
@@ -14,4 +14,4 @@ export var FilterOperatorCategory;
14
14
  FilterOperatorCategory.COLOR = "color", FilterOperatorCategory.CHECKBOX = "checkbox",
15
15
  FilterOperatorCategory.RADIO = "radio";
16
16
  }(FilterOperatorCategory || (FilterOperatorCategory = {}));
17
- //# sourceMappingURL=types.js.map
17
+ //# sourceMappingURL=types.js.map
@@ -268,4 +268,4 @@ export class ValueFilter {
268
268
  this.filterItemsContainer = void 0;
269
269
  }
270
270
  }
271
- //# sourceMappingURL=value-filter.js.map
271
+ //# sourceMappingURL=value-filter.js.map
@@ -1,4 +1,4 @@
1
1
  import { MasterDetailPlugin } from "./core";
2
2
 
3
3
  export { MasterDetailPlugin };
4
- //# sourceMappingURL=index.js.map
4
+ //# sourceMappingURL=index.js.map
@@ -460,4 +460,4 @@ export class SubTableManager {
460
460
  }
461
461
  }
462
462
  }
463
- //# sourceMappingURL=subtable.js.map
463
+ //# sourceMappingURL=subtable.js.map
@@ -441,5 +441,4 @@ export class TableAPIExtensions {
441
441
  this.currentMouseY = 0, this.callbacks = null, this.table = null, this.configManager = null,
442
442
  this.eventManager = null;
443
443
  }
444
- }
445
- //# sourceMappingURL=table-api-extensions.js.map
444
+ }
@@ -9,4 +9,4 @@ export function includesRecordIndex(array, target) {
9
9
  export function findRecordIndexPosition(array, target) {
10
10
  return array.findIndex((item => recordIndexEquals(item, target)));
11
11
  }
12
- //# sourceMappingURL=types.js.map
12
+ //# sourceMappingURL=types.js.map
@@ -49,4 +49,4 @@ export function setCellCheckboxStateByAttribute(col, row, checked, table) {
49
49
  }));
50
50
  }));
51
51
  }
52
- //# sourceMappingURL=utils.js.map
52
+ //# sourceMappingURL=utils.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vtable-plugins",
3
- "version": "1.22.10",
3
+ "version": "1.22.11-alpha.0",
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": "1.22.10",
46
- "@visactor/vtable-gantt": "1.22.10"
45
+ "@visactor/vtable-gantt": "1.22.11-alpha.0",
46
+ "@visactor/vtable": "1.22.11-alpha.0"
47
47
  },
48
48
  "peerDependenciesMeta": {
49
49
  "@visactor/vtable-gantt": {
@@ -53,7 +53,10 @@
53
53
  "devDependencies": {
54
54
  "cross-env": "^7.0.3",
55
55
  "increase-memory-limit": "^1.0.7",
56
- "@visactor/vchart": "2.0.11-alpha.3",
56
+ "@visactor/vtable": "1.22.11-alpha.0",
57
+ "@visactor/vtable-editors": "1.22.11-alpha.0",
58
+ "@visactor/vtable-gantt": "1.22.11-alpha.0",
59
+ "@visactor/vchart": "2.0.13-alpha.0",
57
60
  "@rushstack/eslint-patch": "~1.1.4",
58
61
  "react": "^18.0.0",
59
62
  "react-dom": "^18.0.0",
@@ -95,12 +98,9 @@
95
98
  "@types/react-is": "^17.0.3",
96
99
  "rollup-plugin-node-resolve": "5.2.0",
97
100
  "@types/lodash": "4.14.182",
98
- "@visactor/vtable": "1.22.10",
99
- "@visactor/vtable-editors": "1.22.10",
100
- "@visactor/vtable-gantt": "1.22.10",
101
+ "@internal/bundler": "0.0.1",
101
102
  "@internal/eslint-config": "0.0.1",
102
- "@internal/ts-config": "0.0.1",
103
- "@internal/bundler": "0.0.1"
103
+ "@internal/ts-config": "0.0.1"
104
104
  },
105
105
  "scripts": {
106
106
  "demo": "vite ./demo",