@zenuml/core 2.0.13 → 2.0.15
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/.nvmrc +1 -0
- package/README.md +1 -0
- package/README_CN.md +2 -0
- package/dist/zenuml/core.common.js +6 -1
- package/dist/zenuml/core.common.js.map +1 -1
- package/dist/zenuml/core.umd.js +6 -1
- package/dist/zenuml/core.umd.js.map +1 -1
- package/dist/zenuml/core.umd.min.js +1 -1
- package/dist/zenuml/core.umd.min.js.map +1 -1
- package/package.json +1 -1
package/.nvmrc
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
14.21
|
package/README.md
CHANGED
package/README_CN.md
CHANGED
|
@@ -26421,6 +26421,11 @@ class ZenUml {
|
|
|
26421
26421
|
get theme() {
|
|
26422
26422
|
return this._theme;
|
|
26423
26423
|
}
|
|
26424
|
+
getPng() {
|
|
26425
|
+
return (0, _tslib.__awaiter)(this, void 0, void 0, function* () {
|
|
26426
|
+
return this.app.$children[0].toPng();
|
|
26427
|
+
});
|
|
26428
|
+
}
|
|
26424
26429
|
}
|
|
26425
26430
|
exports.Z = ZenUml;
|
|
26426
26431
|
|
|
@@ -27530,7 +27535,7 @@ exports.Z = void 0;
|
|
|
27530
27535
|
//
|
|
27531
27536
|
//
|
|
27532
27537
|
|
|
27533
|
-
const commitHash = "
|
|
27538
|
+
const commitHash = "498d30a";
|
|
27534
27539
|
const gitBranch = "main";
|
|
27535
27540
|
var _default = {
|
|
27536
27541
|
name: "Debug",
|