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

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,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
@@ -142,5 +142,4 @@ export class MenuManager {
142
142
  updateMainMenu(mainMenu) {
143
143
  return this.release(), this.createMainMenu();
144
144
  }
145
- }
146
- //# sourceMappingURL=menu-manager.js.map
145
+ }
@@ -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
@@ -1,2 +1 @@
1
- export { };
2
- //# sourceMappingURL=formula.js.map
1
+ export { };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vtable-sheet",
3
- "version": "1.26.1",
3
+ "version": "1.27.0-alpha.2",
4
4
  "description": "Lightweight editable spreadsheet component based on VTable",
5
5
  "keywords": [
6
6
  "vtable-sheet",
@@ -38,13 +38,13 @@
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
44
  "@visactor/vutils": "~1.0.17",
42
45
  "@visactor/vscale": "~1.0.17",
43
46
  "@visactor/vdataset": "~1.0.17",
44
- "cssfontparser": "^1.2.1",
45
- "@visactor/vtable": "1.26.1",
46
- "@visactor/vtable-plugins": "1.26.1",
47
- "@visactor/vtable-editors": "1.26.1"
47
+ "cssfontparser": "^1.2.1"
48
48
  },
49
49
  "devDependencies": {
50
50
  "luxon": "*",
@@ -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/eslint-config": "0.0.1",
91
- "@internal/ts-config": "0.0.1"
90
+ "@internal/ts-config": "0.0.1",
91
+ "@internal/eslint-config": "0.0.1"
92
92
  },
93
93
  "unpkg": "latest",
94
94
  "unpkgFiles": [