@qikdev/vue-ui 0.2.279 → 0.2.280

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/lib.umd.js CHANGED
@@ -7,7 +7,7 @@
7
7
  t((V["@qikdev/vue-ui"] = {}), V.Vue, V.sdk));
8
8
  })(this, function (V, t, $r) {
9
9
  "use strict";
10
- const sc = "0.2.279";
10
+ const sc = "0.2.280";
11
11
  class ct extends Error {}
12
12
  class cc extends ct {
13
13
  constructor(n) {
@@ -28526,7 +28526,11 @@
28526
28526
  return {};
28527
28527
  },
28528
28528
  provide() {
28529
- return { isInModal: !0 };
28529
+ return {
28530
+ isInModal: !0,
28531
+ closeParentModal: (e) => this.close(e),
28532
+ dismissParentModal: (e) => this.dismiss(e),
28533
+ };
28530
28534
  },
28531
28535
  emits: ["dismiss", "close"],
28532
28536
  methods: {