@visactor/vtable 1.27.0-alpha.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.
@@ -117,5 +117,4 @@ class BodyHelper {
117
117
  }
118
118
  }
119
119
 
120
- exports.BodyHelper = BodyHelper;
121
- //# sourceMappingURL=body-helper.js.map
120
+ exports.BodyHelper = BodyHelper;
@@ -47,4 +47,4 @@ const registerAnimation = () => {
47
47
  };
48
48
 
49
49
  exports.registerAnimation = registerAnimation;
50
- //# sourceMappingURL=index.js.map
50
+ //# sourceMappingURL=index.js.map
@@ -2270,4 +2270,5 @@ class BaseTable extends EventTarget_1.EventTarget {
2270
2270
  }
2271
2271
  }
2272
2272
 
2273
- exports.BaseTable = BaseTable;
2273
+ exports.BaseTable = BaseTable;
2274
+ //# sourceMappingURL=BaseTable.js.map
@@ -31,5 +31,4 @@ function of(headerStyle, defaultHeaderStyle, styleArg, StyleClass, globalAutoWra
31
31
  StyleClass === CheckboxStyle_1.CheckboxStyle ? new CheckboxStyle_1.CheckboxStyle(null != headerStyle ? headerStyle : {}, null != defaultHeaderStyle ? defaultHeaderStyle : {}, null !== (_a = theme.checkboxStyle) && void 0 !== _a ? _a : {}) : new StyleClass(null != headerStyle ? headerStyle : {}, null != defaultHeaderStyle ? defaultHeaderStyle : {})) : StyleClass.DEFAULT;
32
32
  }
33
33
 
34
- exports.of = of;
35
- //# sourceMappingURL=style.js.map
34
+ exports.of = of;
@@ -11,4 +11,5 @@ Object.defineProperty(exports, "SimpleHeaderLayoutMap", {
11
11
  get: function() {
12
12
  return simple_header_layout_1.SimpleHeaderLayoutMap;
13
13
  }
14
- });
14
+ });
15
+ //# sourceMappingURL=index.js.map
@@ -167,4 +167,4 @@ const registerCustomCellStylePlugin = () => {
167
167
  };
168
168
 
169
169
  exports.registerCustomCellStylePlugin = registerCustomCellStylePlugin;
170
- //# sourceMappingURL=custom-cell-style.js.map
170
+ //# sourceMappingURL=custom-cell-style.js.map
@@ -108,5 +108,4 @@ export class BodyHelper {
108
108
  var _a, _b;
109
109
  return this.expandIcon.width + (null !== (_a = this.expandIcon.marginLeft) && void 0 !== _a ? _a : 0) + (null !== (_b = this.expandIcon.marginRight) && void 0 !== _b ? _b : 0);
110
110
  }
111
- }
112
- //# sourceMappingURL=body-helper.js.map
111
+ }
@@ -47,4 +47,4 @@ export const registerTooltip = () => {
47
47
  export const registerAnimation = () => {
48
48
  registerCustomAnimate(), registerAnimate();
49
49
  };
50
- //# sourceMappingURL=index.js.map
50
+ //# sourceMappingURL=index.js.map
@@ -2303,4 +2303,5 @@ export class BaseTable extends EventTarget {
2303
2303
  this.updateCellContentRange(range.start.col, range.start.row, range.end.col, range.end.row);
2304
2304
  }
2305
2305
  }
2306
- }
2306
+ }
2307
+ //# sourceMappingURL=BaseTable.js.map
@@ -13,5 +13,4 @@ export function of(headerStyle, defaultHeaderStyle, styleArg, StyleClass, global
13
13
  return headerStyle || defaultHeaderStyle ? headerStyle instanceof Style ? headerStyle : "function" == typeof headerStyle ? of(headerStyle(styleArg), defaultHeaderStyle, styleArg, StyleClass, globalAutoWrapText, theme) : (headerStyle || (headerStyle = {}),
14
14
  globalAutoWrapText && !isValid(headerStyle.autoWrapText) && (headerStyle.autoWrapText = !0),
15
15
  StyleClass === CheckboxStyle ? new CheckboxStyle(null != headerStyle ? headerStyle : {}, null != defaultHeaderStyle ? defaultHeaderStyle : {}, null !== (_a = theme.checkboxStyle) && void 0 !== _a ? _a : {}) : new StyleClass(null != headerStyle ? headerStyle : {}, null != defaultHeaderStyle ? defaultHeaderStyle : {})) : StyleClass.DEFAULT;
16
- }
17
- //# sourceMappingURL=style.js.map
16
+ }
@@ -1 +1,2 @@
1
- export { SimpleHeaderLayoutMap } from "./simple-header-layout";
1
+ export { SimpleHeaderLayoutMap } from "./simple-header-layout";
2
+ //# sourceMappingURL=index.js.map
@@ -159,4 +159,4 @@ export function mergeStyle(cacheStyle, customCellStyle) {
159
159
  export const registerCustomCellStylePlugin = () => {
160
160
  Factory.registerComponent("customCellStylePlugin", CustomCellStylePlugin);
161
161
  };
162
- //# sourceMappingURL=custom-cell-style.js.map
162
+ //# sourceMappingURL=custom-cell-style.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vtable",
3
- "version": "1.27.0-alpha.1",
3
+ "version": "1.27.0-alpha.2",
4
4
  "description": "canvas table width high performance",
5
5
  "keywords": [
6
6
  "grid",
@@ -37,7 +37,7 @@
37
37
  "dist"
38
38
  ],
39
39
  "dependencies": {
40
- "@visactor/vtable-editors": "1.27.0-alpha.1",
40
+ "@visactor/vtable-editors": "1.27.0-alpha.2",
41
41
  "@visactor/vrender": "1.1.0-alpha.20",
42
42
  "@visactor/vrender-core": "1.1.0-alpha.20",
43
43
  "@visactor/vrender-kits": "1.1.0-alpha.20",