@visactor/react-vtable 1.19.1-alpha.1 → 1.19.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/containers/withContainer.js +2 -1
- package/cjs/context/table.js +1 -2
- package/cjs/index.d.ts +1 -1
- package/cjs/index.js +1 -1
- package/cjs/index.js.map +1 -1
- package/dist/react-vtable.js +4 -4
- package/dist/react-vtable.min.js +2 -2
- package/es/containers/withContainer.js +2 -1
- package/es/context/table.js +1 -2
- package/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/es/index.js.map +1 -1
- package/package.json +5 -5
package/cjs/context/table.js
CHANGED
package/cjs/index.d.ts
CHANGED
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.
|
|
21
|
+
__exportStar(require("./components"), exports), exports.version = "1.19.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,
|
|
1
|
+
{"version":3,"sources":["index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,qDAAmC;AACnC,+CAA6B;AAEhB,QAAA,OAAO,GAAG,QAAQ,CAAC","file":"index.js","sourcesContent":["export * from './tables';\nexport * from './table-components';\nexport * from './components';\n\nexport const version = \"1.19.2\";\n"]}
|
package/dist/react-vtable.js
CHANGED
|
@@ -6718,9 +6718,9 @@
|
|
|
6718
6718
|
setWidthHeightWithoutTransform(aabbBounds) {
|
|
6719
6719
|
this.widthWithoutTransform = aabbBounds.x2 - aabbBounds.x1, this.heightWithoutTransform = aabbBounds.y2 - aabbBounds.y1;
|
|
6720
6720
|
}
|
|
6721
|
-
setAttributesAndPreventAnimate(params, forceUpdateTag = !1, context) {
|
|
6721
|
+
setAttributesAndPreventAnimate(params, forceUpdateTag = !1, context, ignorePriority) {
|
|
6722
6722
|
this.setAttributes(params, forceUpdateTag, context), this.animates && this.animates.forEach(animate => {
|
|
6723
|
-
Object.keys(params).forEach(key => {
|
|
6723
|
+
(animate.priority !== 1 / 0 || ignorePriority) && Object.keys(params).forEach(key => {
|
|
6724
6724
|
animate.preventAttr(key);
|
|
6725
6725
|
});
|
|
6726
6726
|
});
|
|
@@ -6891,7 +6891,7 @@
|
|
|
6891
6891
|
});
|
|
6892
6892
|
} else this.stopStateAnimates(), this.setAttributesAndPreventAnimate(attrs, !1, {
|
|
6893
6893
|
type: AttributeUpdateType.STATE
|
|
6894
|
-
});
|
|
6894
|
+
}), this.finalAttribute && Object.assign(this.finalAttribute, attrs);
|
|
6895
6895
|
this._emitCustomEvent("afterStateUpdate", {
|
|
6896
6896
|
type: AttributeUpdateType.STATE
|
|
6897
6897
|
});
|
|
@@ -19787,7 +19787,7 @@
|
|
|
19787
19787
|
const Checkbox = React.forwardRef(CheckboxComponent);
|
|
19788
19788
|
Checkbox.displayName = 'Checkbox';
|
|
19789
19789
|
|
|
19790
|
-
const version = "1.19.
|
|
19790
|
+
const version = "1.19.2";
|
|
19791
19791
|
|
|
19792
19792
|
Object.defineProperty(exports, 'register', {
|
|
19793
19793
|
enumerable: true,
|