@kengic/vue 0.5.33 → 0.5.34-beta.0
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/kengic-vue.js +14 -9
- package/package.json +1 -1
package/dist/kengic-vue.js
CHANGED
@@ -9893,15 +9893,20 @@ const getProps$p = () => ({
|
|
9893
9893
|
immediate: !0
|
9894
9894
|
});
|
9895
9895
|
function J() {
|
9896
|
-
var
|
9897
|
-
s.
|
9898
|
-
|
9899
|
-
|
9900
|
-
|
9901
|
-
|
9902
|
-
|
9903
|
-
|
9904
|
-
|
9896
|
+
var z;
|
9897
|
+
const U = watch(s.model, (X) => {
|
9898
|
+
X && Object.keys(X).length > 0 && (setTimeout(() => U()), s.store.emit(a.formID, "open", {
|
9899
|
+
isCreating: u.value,
|
9900
|
+
isUpdating: c.value,
|
9901
|
+
isCopying: g.value,
|
9902
|
+
isDeleting: p.value,
|
9903
|
+
row: o.selectedRow.value,
|
9904
|
+
model: s.model
|
9905
|
+
}));
|
9906
|
+
}, {
|
9907
|
+
immediate: !0
|
9908
|
+
});
|
9909
|
+
((z = C.value) == null ? void 0 : z.dft_fullscreen_flg) === 1 && !_.value && (oe.isFullscreen = !0);
|
9905
9910
|
}
|
9906
9911
|
function pe() {
|
9907
9912
|
L.value.kgWidth = H.value, oe.isFullscreen = !1, s.store.emit(a.formID, "close");
|