@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.
@@ -72,5 +72,4 @@ class VTableSheetEventBus {
72
72
  }
73
73
  }
74
74
 
75
- exports.VTableSheetEventBus = VTableSheetEventBus;
76
- //# sourceMappingURL=vtable-sheet-event-bus.js.map
75
+ exports.VTableSheetEventBus = VTableSheetEventBus;
@@ -142,4 +142,5 @@ class CellHighlightManager {
142
142
  }
143
143
  }
144
144
 
145
- exports.CellHighlightManager = CellHighlightManager;
145
+ exports.CellHighlightManager = CellHighlightManager;
146
+ //# sourceMappingURL=cell-highlight-manager.js.map
@@ -74,5 +74,4 @@ Object.defineProperty(exports, "CrossSheetFormulaHandler", {
74
74
  get: function() {
75
75
  return cross_sheet_formula_handler_1.CrossSheetFormulaHandler;
76
76
  }
77
- });
78
- //# sourceMappingURL=index.js.map
77
+ });
@@ -150,4 +150,5 @@ class MenuManager {
150
150
  }
151
151
  }
152
152
 
153
- exports.MenuManager = MenuManager;
153
+ exports.MenuManager = MenuManager;
154
+ //# sourceMappingURL=menu-manager.js.map
@@ -10,5 +10,4 @@ Object.defineProperty(exports, "__esModule", {
10
10
  }(SelectionMode = exports.SelectionMode || (exports.SelectionMode = {})), 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 = exports.MainMenuItemKey || (exports.MainMenuItemKey = {}));
14
- //# sourceMappingURL=base.js.map
13
+ }(MainMenuItemKey = exports.MainMenuItemKey || (exports.MainMenuItemKey = {}));
@@ -2,4 +2,5 @@
2
2
 
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: !0
5
- });
5
+ });
6
+ //# sourceMappingURL=formula.js.map