@zenuml/core 2.0.13 → 2.0.14
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/dist/zenuml/core.umd.js
CHANGED
|
@@ -26431,6 +26431,11 @@ class ZenUml {
|
|
|
26431
26431
|
get theme() {
|
|
26432
26432
|
return this._theme;
|
|
26433
26433
|
}
|
|
26434
|
+
getPng() {
|
|
26435
|
+
return (0, _tslib.__awaiter)(this, void 0, void 0, function* () {
|
|
26436
|
+
return this.app.$children[0].toPng();
|
|
26437
|
+
});
|
|
26438
|
+
}
|
|
26434
26439
|
}
|
|
26435
26440
|
exports.Z = ZenUml;
|
|
26436
26441
|
|
|
@@ -27540,7 +27545,7 @@ exports.Z = void 0;
|
|
|
27540
27545
|
//
|
|
27541
27546
|
//
|
|
27542
27547
|
|
|
27543
|
-
const commitHash = "
|
|
27548
|
+
const commitHash = "adc582d";
|
|
27544
27549
|
const gitBranch = "main";
|
|
27545
27550
|
var _default = {
|
|
27546
27551
|
name: "Debug",
|