@visactor/react-vtable 1.22.7-alpha.3 → 1.22.7-alpha.5

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.22.7-alpha.3";
4
+ export declare const version = "1.22.7-alpha.5";
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.22.7-alpha.3";
21
+ __exportStar(require("./components"), exports), exports.version = "1.22.7-alpha.5";
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.22.7-alpha.3\";\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.22.7-alpha.5\";\n"]}
@@ -6916,7 +6916,7 @@
6916
6916
  }
6917
6917
  }]), noAnimateAttrs && this.setAttributesAndPreventAnimate(noAnimateAttrs, !1, {
6918
6918
  type: AttributeUpdateType.STATE
6919
- });
6919
+ }), this.finalAttribute && Object.assign(this.finalAttribute, attrs);
6920
6920
  } else this.stopStateAnimates(), this.setAttributesAndPreventAnimate(attrs, !1, {
6921
6921
  type: AttributeUpdateType.STATE
6922
6922
  }), this.finalAttribute && Object.assign(this.finalAttribute, attrs);
@@ -6942,7 +6942,7 @@
6942
6942
  getNormalAttribute(key) {
6943
6943
  var _a, _b;
6944
6944
  const value = this.attribute[key];
6945
- return this.animates ? null === (_a = this.finalAttribute) || void 0 === _a ? void 0 : _a[key] : null != value ? value : null === (_b = this.finalAttribute) || void 0 === _b ? void 0 : _b[key];
6945
+ return this.animates && this.animates.size ? null === (_a = this.finalAttribute) || void 0 === _a ? void 0 : _a[key] : null != value ? value : null === (_b = this.finalAttribute) || void 0 === _b ? void 0 : _b[key];
6946
6946
  }
6947
6947
  clearStates(hasAnimation) {
6948
6948
  this.hasState() && this.normalAttrs ? (this.currentStates = [], this.applyStateAttrs(this.normalAttrs, this.currentStates, hasAnimation, !0)) : this.currentStates = [], this.normalAttrs = null;
@@ -19818,7 +19818,7 @@
19818
19818
  const Checkbox = React.forwardRef(CheckboxComponent);
19819
19819
  Checkbox.displayName = 'Checkbox';
19820
19820
 
19821
- const version = "1.22.7-alpha.3";
19821
+ const version = "1.22.7-alpha.5";
19822
19822
 
19823
19823
  Object.defineProperty(exports, 'register', {
19824
19824
  enumerable: true,