bt-core-app 1.4.882 → 1.4.883

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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.882",
3
+ "version": "1.4.883",
4
4
  "description": "Core app tools for some basic features like navigation, authentication, server apis, and cosmetics",
5
5
  "homepage": "https://github.com/BlitzItTech/bt-core",
6
6
  "bugs": {