bt-core-app 1.4.882 → 1.4.884
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/dist/bt-core-app.js +2 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -43287,6 +43287,7 @@ const sU = /* @__PURE__ */ Ke({
|
|
|
43287
43287
|
__name: "BT-Signature",
|
|
43288
43288
|
props: {
|
|
43289
43289
|
canEdit: { type: Boolean },
|
|
43290
|
+
clearOnOk: { type: Boolean },
|
|
43290
43291
|
color: { default: "transparent" },
|
|
43291
43292
|
fullscreen: { type: Boolean, default: !1 },
|
|
43292
43293
|
height: { default: "400px" },
|
|
@@ -43361,7 +43362,7 @@ const sU = /* @__PURE__ */ Ke({
|
|
|
43361
43362
|
return h;
|
|
43362
43363
|
}
|
|
43363
43364
|
function m() {
|
|
43364
|
-
a("update:modelValue", l.value);
|
|
43365
|
+
a("change", l.value), a("update:modelValue", l.value), n.clearOnOk && (l.value = void 0, g(yt(i), l.value));
|
|
43365
43366
|
}
|
|
43366
43367
|
function b() {
|
|
43367
43368
|
const h = yt(i);
|
package/package.json
CHANGED