@qikdev/vue-ui 0.2.278 → 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.es.js +8 -1
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +9 -2
- package/dist/lib.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/lib.es.js
CHANGED
|
@@ -47,7 +47,7 @@ import {
|
|
|
47
47
|
vModelDynamic as Zn,
|
|
48
48
|
} from "vue";
|
|
49
49
|
import { EventDispatcher as jl } from "@qikdev/sdk";
|
|
50
|
-
const fu = "0.2.
|
|
50
|
+
const fu = "0.2.280";
|
|
51
51
|
class qt extends Error {}
|
|
52
52
|
class mu extends qt {
|
|
53
53
|
constructor(t) {
|
|
@@ -31850,6 +31850,13 @@ const TC = /* @__PURE__ */ V(yC, [
|
|
|
31850
31850
|
data() {
|
|
31851
31851
|
return {};
|
|
31852
31852
|
},
|
|
31853
|
+
provide() {
|
|
31854
|
+
return {
|
|
31855
|
+
isInModal: !0,
|
|
31856
|
+
closeParentModal: (e) => this.close(e),
|
|
31857
|
+
dismissParentModal: (e) => this.dismiss(e),
|
|
31858
|
+
};
|
|
31859
|
+
},
|
|
31853
31860
|
emits: ["dismiss", "close"],
|
|
31854
31861
|
methods: {
|
|
31855
31862
|
dismiss(e) {
|