@visactor/vtable-sheet 1.27.0-alpha.2 → 1.27.0-alpha.3

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.
@@ -64,5 +64,4 @@ export class VTableSheetEventBus {
64
64
  const metrics = this.performanceMetrics.get(eventType);
65
65
  metrics.push(duration), metrics.length > 100 && metrics.shift();
66
66
  }
67
- }
68
- //# sourceMappingURL=vtable-sheet-event-bus.js.map
67
+ }
@@ -134,4 +134,5 @@ export class CellHighlightManager {
134
134
  release() {
135
135
  this.clearHighlights(), this.highlightedCells.clear();
136
136
  }
137
- }
137
+ }
138
+ //# sourceMappingURL=cell-highlight-manager.js.map
@@ -18,5 +18,4 @@ 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";
22
- //# sourceMappingURL=index.js.map
21
+ export { CrossSheetFormulaHandler } from "./cross-sheet-formula-handler";
@@ -142,4 +142,5 @@ export class MenuManager {
142
142
  updateMainMenu(mainMenu) {
143
143
  return this.release(), this.createMainMenu();
144
144
  }
145
- }
145
+ }
146
+ //# sourceMappingURL=menu-manager.js.map
@@ -10,5 +10,4 @@ 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 = {}));
14
- //# sourceMappingURL=base.js.map
13
+ }(MainMenuItemKey || (MainMenuItemKey = {}));
@@ -1 +1,2 @@
1
- export { };
1
+ export { };
2
+ //# sourceMappingURL=formula.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vtable-sheet",
3
- "version": "1.27.0-alpha.2",
3
+ "version": "1.27.0-alpha.3",
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.27.0-alpha.2",
42
- "@visactor/vtable-editors": "1.27.0-alpha.2",
43
- "@visactor/vtable-plugins": "1.27.0-alpha.2",
41
+ "@visactor/vtable": "1.27.0-alpha.3",
42
+ "@visactor/vtable-editors": "1.27.0-alpha.3",
43
+ "@visactor/vtable-plugins": "1.27.0-alpha.3",
44
44
  "@visactor/vutils": "~1.0.17",
45
45
  "@visactor/vscale": "~1.0.17",
46
46
  "@visactor/vdataset": "~1.0.17",
@@ -87,8 +87,8 @@
87
87
  "form-data": "~4.0.0",
88
88
  "axios": "^1.4.0",
89
89
  "@internal/bundler": "0.0.1",
90
- "@internal/ts-config": "0.0.1",
91
- "@internal/eslint-config": "0.0.1"
90
+ "@internal/eslint-config": "0.0.1",
91
+ "@internal/ts-config": "0.0.1"
92
92
  },
93
93
  "unpkg": "latest",
94
94
  "unpkgFiles": [