@visactor/vtable-sheet 1.22.12-alpha.1 → 1.22.12-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.
@@ -231,5 +231,4 @@ class CrossSheetFormulaManager {
231
231
  }
232
232
  }
233
233
 
234
- exports.CrossSheetFormulaManager = CrossSheetFormulaManager;
235
- //# sourceMappingURL=cross-sheet-formula-manager.js.map
234
+ exports.CrossSheetFormulaManager = CrossSheetFormulaManager;
@@ -1591,4 +1591,5 @@ class FormulaError {
1591
1591
  constructor(message, type = "VALUE") {
1592
1592
  this.message = message, this.type = type;
1593
1593
  }
1594
- }
1594
+ }
1595
+ //# sourceMappingURL=formula-engine.js.map
package/cjs/index.d.ts CHANGED
@@ -2,5 +2,5 @@ import VTableSheet from './components/vtable-sheet';
2
2
  import type { ISheetDefine, IVTableSheetOptions } from './ts-types';
3
3
  import * as TYPES from './ts-types';
4
4
  import * as VTable from './vtable';
5
- export declare const version = "1.22.12-alpha.1";
5
+ export declare const version = "1.22.12-alpha.2";
6
6
  export { VTableSheet, TYPES, VTable, ISheetDefine, IVTableSheetOptions };
package/cjs/index.js CHANGED
@@ -47,4 +47,4 @@ exports.VTable = VTable;
47
47
 
48
48
  const style_manager_1 = require("./styles/style-manager");
49
49
 
50
- exports.version = "1.22.12-alpha.1", (0, style_manager_1.importStyles)();
50
+ exports.version = "1.22.12-alpha.2", (0, style_manager_1.importStyles)();
package/cjs/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6EAAoD;AAW3C,sBAXF,sBAAW,CAWE;AATpB,kDAAoC;AASd,sBAAK;AAR3B,iDAAmC;AAQN,wBAAM;AAPnC,0DAAsD;AACzC,QAAA,OAAO,GAAG,iBAAiB,CAAC;AAEzC,IAAA,4BAAY,GAAE,CAAC","file":"index.js","sourcesContent":["import VTableSheet from './components/vtable-sheet';\nimport type { ISheetDefine, IVTableSheetOptions } from './ts-types';\nimport * as TYPES from './ts-types';\nimport * as VTable from './vtable';\nimport { importStyles } from './styles/style-manager';\nexport const version = \"1.22.12-alpha.1\";\n// 导入样式\nimportStyles();\n/**\n * @namespace VTableSheet\n */\nexport { VTableSheet, TYPES, VTable, ISheetDefine, IVTableSheetOptions };\n"]}
1
+ {"version":3,"sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6EAAoD;AAW3C,sBAXF,sBAAW,CAWE;AATpB,kDAAoC;AASd,sBAAK;AAR3B,iDAAmC;AAQN,wBAAM;AAPnC,0DAAsD;AACzC,QAAA,OAAO,GAAG,iBAAiB,CAAC;AAEzC,IAAA,4BAAY,GAAE,CAAC","file":"index.js","sourcesContent":["import VTableSheet from './components/vtable-sheet';\nimport type { ISheetDefine, IVTableSheetOptions } from './ts-types';\nimport * as TYPES from './ts-types';\nimport * as VTable from './vtable';\nimport { importStyles } from './styles/style-manager';\nexport const version = \"1.22.12-alpha.2\";\n// 导入样式\nimportStyles();\n/**\n * @namespace VTableSheet\n */\nexport { VTableSheet, TYPES, VTable, ISheetDefine, IVTableSheetOptions };\n"]}
@@ -13,5 +13,4 @@ function importStyle() {
13
13
  document.head.appendChild(styleElement);
14
14
  }
15
15
 
16
- exports.importStyle = importStyle;
17
- //# sourceMappingURL=menu.js.map
16
+ exports.importStyle = importStyle;
@@ -13,4 +13,5 @@ function importStyle() {
13
13
  document.head.appendChild(styleElement);
14
14
  }
15
15
 
16
- exports.importStyle = importStyle;
16
+ exports.importStyle = importStyle;
17
+ //# sourceMappingURL=sheet-tab.js.map