@visactor/react-vtable 1.19.4-alpha.0 → 1.19.4-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.
package/cjs/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  export * from './tables';
2
2
  export * from './table-components';
3
3
  export * from './components';
4
- export declare const version = "1.19.4-alpha.0";
4
+ export declare const version = "1.19.4-alpha.2";
package/cjs/index.js CHANGED
@@ -18,5 +18,5 @@ var __createBinding = this && this.__createBinding || (Object.create ? function(
18
18
  Object.defineProperty(exports, "__esModule", {
19
19
  value: !0
20
20
  }), exports.version = void 0, __exportStar(require("./tables"), exports), __exportStar(require("./table-components"), exports),
21
- __exportStar(require("./components"), exports), exports.version = "1.19.4-alpha.0";
21
+ __exportStar(require("./components"), exports), exports.version = "1.19.4-alpha.2";
22
22
  //# sourceMappingURL=index.js.map
package/cjs/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,qDAAmC;AACnC,+CAA6B;AAEhB,QAAA,OAAO,GAAG,gBAAgB,CAAC","file":"index.js","sourcesContent":["export * from './tables';\nexport * from './table-components';\nexport * from './components';\n\nexport const version = \"1.19.4-alpha.0\";\n"]}
1
+ {"version":3,"sources":["index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,qDAAmC;AACnC,+CAA6B;AAEhB,QAAA,OAAO,GAAG,gBAAgB,CAAC","file":"index.js","sourcesContent":["export * from './tables';\nexport * from './table-components';\nexport * from './components';\n\nexport const version = \"1.19.4-alpha.2\";\n"]}
@@ -7284,7 +7284,7 @@
7284
7284
  }
7285
7285
  removeChild(child) {
7286
7286
  const data = super.removeChild(child);
7287
- return child.stage = null, this.getGraphicService().onRemove(child), this.addUpdateBoundTag(), data;
7287
+ return this.getGraphicService().onRemove(child), child.stage = null, this.addUpdateBoundTag(), data;
7288
7288
  }
7289
7289
  removeAllChild(deep = !1) {
7290
7290
  this.forEachChildren(child => {
@@ -19787,7 +19787,7 @@
19787
19787
  const Checkbox = React.forwardRef(CheckboxComponent);
19788
19788
  Checkbox.displayName = 'Checkbox';
19789
19789
 
19790
- const version = "1.19.4-alpha.0";
19790
+ const version = "1.19.4-alpha.2";
19791
19791
 
19792
19792
  Object.defineProperty(exports, 'register', {
19793
19793
  enumerable: true,