@a2simcode/dui 0.0.44 → 0.0.45
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/dui.es.js +2 -2
- package/dist/dui.umd.js +2 -2
- package/package.json +1 -1
package/dist/dui.es.js
CHANGED
|
@@ -142,7 +142,7 @@ var tp = Object.create, Ni = Object.defineProperty, np = Object.getOwnPropertyDe
|
|
|
142
142
|
sA === u ? X === "top" ? (j.value = !0, _.value = !1) : (_.value = !0, j.value = !1) : (_.value = !1, j.value = !1);
|
|
143
143
|
},
|
|
144
144
|
dragClick({ id: X, isAgain: sA }) {
|
|
145
|
-
|
|
145
|
+
X !== u ? Z.value = !1 : (sA && (Z.value = !1), D());
|
|
146
146
|
}
|
|
147
147
|
};
|
|
148
148
|
SA[`dragGetChildDistance_${u}`] = ({ dragX: X, dragY: sA, moveId: CA }) => U(X, sA, z(CA));
|
|
@@ -11380,7 +11380,7 @@ var Q0 = { class: "d-layout" }, U0 = [
|
|
|
11380
11380
|
setup(e) {
|
|
11381
11381
|
const A = e, { t } = Yn(), n = QA(() => A.componentData.config?.notShowLabel ? "" : A.componentData.config?.label || ""), r = QA(() => n.value === "" ? 0 : A.componentData.config?.labelWidth === void 0 && A.globalConfig.labelWidth !== void 0 ? `${A.globalConfig.labelWidth}px` : A.componentData.config?.labelWidth ? `${A.componentData.config?.labelWidth}px` : void 0), s = QA(() => {
|
|
11382
11382
|
const u = { ...A.componentData?.config };
|
|
11383
|
-
return
|
|
11383
|
+
return u.size === void 0 && (u.size = A.globalConfig.size), u.display = !0, u;
|
|
11384
11384
|
});
|
|
11385
11385
|
return (u, c) => {
|
|
11386
11386
|
const g = MA("j-comp"), f = MA("el-form-item");
|