@visactor/vtable 1.27.0-alpha.0 → 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.
@@ -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
@@ -245,4 +245,5 @@ function syncGroupCollapseState(oldSource, newSource, oldGroupMap, newGroupMap)
245
245
  isValid(newRecord) && (newRecord.hierarchyState = oldSource[i].hierarchyState),
246
246
  isArray(null == oldRecord ? void 0 : oldRecord.children) && isArray(null == newRecord ? void 0 : newRecord.children) && 0 !== oldRecord.map.size && 0 !== newRecord.map.size && syncGroupCollapseState(oldRecord.children, newRecord.children, oldRecord.map, newRecord.map);
247
247
  }
248
- }
248
+ }
249
+ //# sourceMappingURL=CachedDataSource.js.map
@@ -70,5 +70,4 @@ export function dateFormat(baseField, formatString, utcOutput, mthNames, dayName
70
70
  }
71
71
  }));
72
72
  };
73
- }
74
- //# sourceMappingURL=DataStatistics.js.map
73
+ }
@@ -15,4 +15,5 @@ export function bindSparklineHoverEvent(table) {
15
15
  })), table.on(TABLE_EVENT_TYPE.MOUSELEAVE_TABLE, (e => {
16
16
  table.stateManager.updateSparklineHoverPose(-1, -1, 0, 0);
17
17
  })));
18
- }
18
+ }
19
+ //# sourceMappingURL=sparkline-event.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
+ }
@@ -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.0",
3
+ "version": "1.27.0-alpha.2",
4
4
  "description": "canvas table width high performance",
5
5
  "keywords": [
6
6
  "grid",
@@ -37,12 +37,12 @@
37
37
  "dist"
38
38
  ],
39
39
  "dependencies": {
40
- "@visactor/vtable-editors": "1.27.0-alpha.0",
41
- "@visactor/vrender": "1.1.0-alpha.18",
42
- "@visactor/vrender-core": "1.1.0-alpha.18",
43
- "@visactor/vrender-kits": "1.1.0-alpha.18",
44
- "@visactor/vrender-components": "1.1.0-alpha.18",
45
- "@visactor/vrender-animate": "1.1.0-alpha.18",
40
+ "@visactor/vtable-editors": "1.27.0-alpha.2",
41
+ "@visactor/vrender": "1.1.0-alpha.20",
42
+ "@visactor/vrender-core": "1.1.0-alpha.20",
43
+ "@visactor/vrender-kits": "1.1.0-alpha.20",
44
+ "@visactor/vrender-components": "1.1.0-alpha.20",
45
+ "@visactor/vrender-animate": "1.1.0-alpha.20",
46
46
  "@visactor/vutils": "~1.0.17",
47
47
  "@visactor/vscale": "~1.0.17",
48
48
  "@visactor/vdataset": "~1.0.17",
@@ -55,7 +55,7 @@
55
55
  "cross-env": "^7.0.3",
56
56
  "increase-memory-limit": "^1.0.7",
57
57
  "luxon": "*",
58
- "@visactor/vchart": "2.1.0-alpha.2",
58
+ "@visactor/vchart": "2.1.0-alpha.6",
59
59
  "@rushstack/eslint-patch": "~1.1.4",
60
60
  "react": "18.2.0",
61
61
  "react-dom": "18.2.0",
@@ -102,9 +102,9 @@
102
102
  "d3-hierarchy": "^3.1.1",
103
103
  "@resvg/resvg-js": "^2.5.0",
104
104
  "pikaday": "1.8.2",
105
+ "@internal/eslint-config": "0.0.1",
105
106
  "@internal/bundler": "0.0.1",
106
- "@internal/ts-config": "0.0.1",
107
- "@internal/eslint-config": "0.0.1"
107
+ "@internal/ts-config": "0.0.1"
108
108
  },
109
109
  "unpkg": "latest",
110
110
  "unpkgFiles": [