@visactor/vtable-plugins 1.22.12-alpha.2 → 1.22.12-alpha.4

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.
@@ -129,4 +129,4 @@ class FilterToolbar {
129
129
  }
130
130
 
131
131
  exports.FilterToolbar = FilterToolbar;
132
- //# sourceMappingURL=filter-toolbar.js.map
132
+ //# sourceMappingURL=filter-toolbar.js.map
@@ -165,4 +165,4 @@ class FilterPlugin {
165
165
  }
166
166
 
167
167
  exports.FilterPlugin = FilterPlugin;
168
- //# sourceMappingURL=filter.js.map
168
+ //# sourceMappingURL=filter.js.map
@@ -62,5 +62,4 @@ 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);
66
- //# sourceMappingURL=index.js.map
65
+ }), __exportStar(require("./types"), exports), __exportStar(require("./filter"), exports);
@@ -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,4 +458,5 @@ class TableAPIExtensions {
458
458
  }
459
459
  }
460
460
 
461
- exports.TableAPIExtensions = TableAPIExtensions;
461
+ exports.TableAPIExtensions = TableAPIExtensions;
462
+ //# sourceMappingURL=table-api-extensions.js.map
@@ -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
@@ -40,4 +40,4 @@ Object.defineProperty(exports, "downloadCsv", {
40
40
  return download_1.downloadExcel;
41
41
  }
42
42
  });
43
- //# sourceMappingURL=index.js.map
43
+ //# sourceMappingURL=index.js.map
@@ -124,4 +124,4 @@ export class FilterToolbar {
124
124
  this.valueFilter.destroy(), this.filterMenu.remove();
125
125
  }
126
126
  }
127
- //# sourceMappingURL=filter-toolbar.js.map
127
+ //# sourceMappingURL=filter-toolbar.js.map
@@ -171,4 +171,4 @@ export class FilterPlugin {
171
171
  this.filterToolbar.destroy(), this.filterToolbar = null;
172
172
  }
173
173
  }
174
- //# sourceMappingURL=filter.js.map
174
+ //# sourceMappingURL=filter.js.map
@@ -10,5 +10,4 @@ export { FilterToolbar } from "./filter-toolbar";
10
10
 
11
11
  export * from "./types";
12
12
 
13
- export * from "./filter";
14
- //# sourceMappingURL=index.js.map
13
+ export * from "./filter";
@@ -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,4 +441,5 @@ 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
- }
444
+ }
445
+ //# sourceMappingURL=table-api-extensions.js.map
@@ -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
@@ -5,4 +5,4 @@ import { exportVTableToCsv } from "./csv";
5
5
  import { downloadCsv, downloadExcel } from "./util/download";
6
6
 
7
7
  export { exportVTableToCsv, downloadCsv, exportVTableToExcel, exportMultipleVTablesToExcel, downloadExcel };
8
- //# sourceMappingURL=index.js.map
8
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vtable-plugins",
3
- "version": "1.22.12-alpha.2",
3
+ "version": "1.22.12-alpha.4",
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.12-alpha.2",
46
- "@visactor/vtable": "1.22.12-alpha.2"
45
+ "@visactor/vtable": "1.22.12-alpha.4",
46
+ "@visactor/vtable-gantt": "1.22.12-alpha.4"
47
47
  },
48
48
  "peerDependenciesMeta": {
49
49
  "@visactor/vtable-gantt": {
@@ -53,10 +53,10 @@
53
53
  "devDependencies": {
54
54
  "cross-env": "^7.0.3",
55
55
  "increase-memory-limit": "^1.0.7",
56
- "@visactor/vtable": "1.22.12-alpha.2",
57
- "@visactor/vtable-editors": "1.22.12-alpha.2",
58
- "@visactor/vtable-gantt": "1.22.12-alpha.2",
59
- "@visactor/vchart": "2.0.14-alpha.1",
56
+ "@visactor/vtable": "1.22.12-alpha.4",
57
+ "@visactor/vtable-editors": "1.22.12-alpha.4",
58
+ "@visactor/vtable-gantt": "1.22.12-alpha.4",
59
+ "@visactor/vchart": "2.0.13-alpha.10",
60
60
  "@rushstack/eslint-patch": "~1.1.4",
61
61
  "react": "^18.0.0",
62
62
  "react-dom": "^18.0.0",