@visactor/vtable-sheet 1.26.2 → 1.26.3-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.
@@ -259,5 +259,4 @@ export function createFormulaDetectionOptions(sheetDefine, options, vtableSheet)
259
259
  table.changeCellValue(col, row, formula);
260
260
  }
261
261
  };
262
- }
263
- //# sourceMappingURL=table-plugins.js.map
262
+ }
@@ -64,4 +64,5 @@ export class VTableSheetEventBus {
64
64
  const metrics = this.performanceMetrics.get(eventType);
65
65
  metrics.push(duration), metrics.length > 100 && metrics.shift();
66
66
  }
67
- }
67
+ }
68
+ //# sourceMappingURL=vtable-sheet-event-bus.js.map
@@ -134,5 +134,4 @@ export class CellHighlightManager {
134
134
  release() {
135
135
  this.clearHighlights(), this.highlightedCells.clear();
136
136
  }
137
- }
138
- //# sourceMappingURL=cell-highlight-manager.js.map
137
+ }
@@ -18,4 +18,5 @@ export { CrossSheetDataSynchronizer } from "./cross-sheet-data-synchronizer";
18
18
 
19
19
  export { CrossSheetFormulaValidator } from "./cross-sheet-formula-validator";
20
20
 
21
- export { CrossSheetFormulaHandler } from "./cross-sheet-formula-handler";
21
+ export { CrossSheetFormulaHandler } from "./cross-sheet-formula-handler";
22
+ //# sourceMappingURL=index.js.map
@@ -10,4 +10,5 @@ export var MainMenuItemKey;
10
10
  !function(MainMenuItemKey) {
11
11
  MainMenuItemKey.IMPORT = "import", MainMenuItemKey.EXPORT_CURRENT_SHEET_CSV = "export-current-sheet-csv",
12
12
  MainMenuItemKey.EXPORT_CURRENT_SHEET_XLSX = "export-current-sheet-xlsx", MainMenuItemKey.EXPORT_ALL_SHEETS_XLSX = "export-all-sheets-xlsx";
13
- }(MainMenuItemKey || (MainMenuItemKey = {}));
13
+ }(MainMenuItemKey || (MainMenuItemKey = {}));
14
+ //# sourceMappingURL=base.js.map
@@ -12,5 +12,4 @@ export var FilterOperator;
12
12
  FilterOperator.LESS_THAN_OR_EQUAL = "lessThanOrEqual", FilterOperator.CONTAINS = "contains",
13
13
  FilterOperator.NOT_CONTAINS = "notContains", FilterOperator.STARTS_WITH = "startsWith",
14
14
  FilterOperator.ENDS_WITH = "endsWith", FilterOperator.BETWEEN = "between";
15
- }(FilterOperator || (FilterOperator = {}));
16
- //# sourceMappingURL=filter.js.map
15
+ }(FilterOperator || (FilterOperator = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vtable-sheet",
3
- "version": "1.26.2",
3
+ "version": "1.26.3-alpha.0",
4
4
  "description": "Lightweight editable spreadsheet component based on VTable",
5
5
  "keywords": [
6
6
  "vtable-sheet",
@@ -38,9 +38,9 @@
38
38
  }
39
39
  },
40
40
  "dependencies": {
41
- "@visactor/vtable": "1.26.2",
42
- "@visactor/vtable-editors": "1.26.2",
43
- "@visactor/vtable-plugins": "1.26.2",
41
+ "@visactor/vtable": "1.26.3-alpha.0",
42
+ "@visactor/vtable-editors": "1.26.3-alpha.0",
43
+ "@visactor/vtable-plugins": "1.26.3-alpha.0",
44
44
  "@visactor/vutils": "~1.0.17",
45
45
  "@visactor/vscale": "~1.0.17",
46
46
  "@visactor/vdataset": "~1.0.17",
@@ -86,9 +86,9 @@
86
86
  "node-fetch": "2.6.7",
87
87
  "form-data": "~4.0.0",
88
88
  "axios": "^1.4.0",
89
+ "@internal/bundler": "0.0.1",
89
90
  "@internal/eslint-config": "0.0.1",
90
- "@internal/ts-config": "0.0.1",
91
- "@internal/bundler": "0.0.1"
91
+ "@internal/ts-config": "0.0.1"
92
92
  },
93
93
  "unpkg": "latest",
94
94
  "unpkgFiles": [