@visactor/react-vtable 1.22.13-alpha.1 → 1.22.13-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 +1 -1
- package/cjs/index.js +1 -1
- package/cjs/index.js.map +1 -1
- package/dist/react-vtable.js +2 -2
- package/dist/react-vtable.min.js +2 -2
- package/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/es/index.js.map +1 -1
- package/package.json +4 -4
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.22.13-alpha.
|
|
21
|
+
__exportStar(require("./components"), exports), exports.version = "1.22.13-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,iBAAiB,CAAC","file":"index.js","sourcesContent":["export * from './tables';\nexport * from './table-components';\nexport * from './components';\n\nexport const version = \"1.22.13-alpha.
|
|
1
|
+
{"version":3,"sources":["index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,qDAAmC;AACnC,+CAA6B;AAEhB,QAAA,OAAO,GAAG,iBAAiB,CAAC","file":"index.js","sourcesContent":["export * from './tables';\nexport * from './table-components';\nexport * from './components';\n\nexport const version = \"1.22.13-alpha.5\";\n"]}
|
package/dist/react-vtable.js
CHANGED
|
@@ -6996,7 +6996,7 @@
|
|
|
6996
6996
|
});
|
|
6997
6997
|
}
|
|
6998
6998
|
release() {
|
|
6999
|
-
this.releaseStatus = "released", this.stopAnimates(), application.graphicService.onRelease(this);
|
|
6999
|
+
this.releaseStatus = "released", this.stopAnimates(), application.graphicService.onRelease(this), super.release();
|
|
7000
7000
|
}
|
|
7001
7001
|
_emitCustomEvent(type, context) {
|
|
7002
7002
|
var _a, _b;
|
|
@@ -19660,7 +19660,7 @@
|
|
|
19660
19660
|
const Checkbox = React.forwardRef(CheckboxComponent);
|
|
19661
19661
|
Checkbox.displayName = 'Checkbox';
|
|
19662
19662
|
|
|
19663
|
-
const version = "1.22.13-alpha.
|
|
19663
|
+
const version = "1.22.13-alpha.5";
|
|
19664
19664
|
|
|
19665
19665
|
Object.defineProperty(exports, 'register', {
|
|
19666
19666
|
enumerable: true,
|