dfs-page-config 0.3.47 → 0.3.49
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/dfs-page-config.js +17 -15
- package/dist/dfs-page-config.umd.cjs +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/dfs-page-config.js
CHANGED
|
@@ -100533,20 +100533,21 @@ const __unplugin_components_0 = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["rend
|
|
|
100533
100533
|
dialog: !1,
|
|
100534
100534
|
title: computed$1(() => typeof ie.component.title == "function" ? ie.component.title() : ie.component.title)
|
|
100535
100535
|
});
|
|
100536
|
-
|
|
100537
|
-
|
|
100538
|
-
|
|
100539
|
-
|
|
100540
|
-
|
|
100536
|
+
let ae;
|
|
100537
|
+
function de(Oe) {
|
|
100538
|
+
const xe = getTargetComp(L, k.pageKey, ie.option.target);
|
|
100539
|
+
Oe && xe.children && xe.children.forEach((Ne) => {
|
|
100540
|
+
Ne.type === "Form" && (Ne.row = Oe, ae = Ne);
|
|
100541
|
+
}), ie.component = xe, ie.dialog = !0;
|
|
100541
100542
|
}
|
|
100542
|
-
function
|
|
100543
|
-
ie.dialog = !1;
|
|
100543
|
+
function _e() {
|
|
100544
|
+
ie.dialog = !1, ae.reset && ae.reset();
|
|
100544
100545
|
}
|
|
100545
100546
|
return {
|
|
100546
100547
|
...toRefs(ie),
|
|
100547
100548
|
store: L,
|
|
100548
|
-
showDialog:
|
|
100549
|
-
closeDialog:
|
|
100549
|
+
showDialog: de,
|
|
100550
|
+
closeDialog: _e
|
|
100550
100551
|
};
|
|
100551
100552
|
}
|
|
100552
100553
|
}), Dialog_vue_vue_type_style_index_0_lang = "";
|
|
@@ -100560,7 +100561,8 @@ function _sfc_render$7(k, L, ie, ae, de, _e) {
|
|
|
100560
100561
|
width: k.component.width || "500px",
|
|
100561
100562
|
center: "",
|
|
100562
100563
|
"close-on-click-modal": !1,
|
|
100563
|
-
key: k.component.updateKey
|
|
100564
|
+
key: k.component.updateKey,
|
|
100565
|
+
onClose: k.closeDialog
|
|
100564
100566
|
}, {
|
|
100565
100567
|
header: withCtx(() => [
|
|
100566
100568
|
createElementVNode("p", null, [
|
|
@@ -100592,7 +100594,7 @@ function _sfc_render$7(k, L, ie, ae, de, _e) {
|
|
|
100592
100594
|
]), 1032, ["configOption", "pageKey"])
|
|
100593
100595
|
]),
|
|
100594
100596
|
_: 3
|
|
100595
|
-
}, 8, ["title", "modelValue", "width"]);
|
|
100597
|
+
}, 8, ["title", "modelValue", "width", "onClose"]);
|
|
100596
100598
|
}
|
|
100597
100599
|
const Dialog = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$7]]), elDescriptions = "", elDescriptionsItem = "", _sfc_main$7 = defineComponent({
|
|
100598
100600
|
name: "Descriptions",
|
|
@@ -105147,14 +105149,14 @@ const _sfc_main = defineComponent({
|
|
|
105147
105149
|
let jt = Math.ceil(Ue.friendlyReminder.length / ze) * qe;
|
|
105148
105150
|
kt += jt + 8, L.ADD_PRINT_TEXT(Ne - kt, xe, Ie, jt, Ue.friendlyReminder);
|
|
105149
105151
|
}
|
|
105150
|
-
if (Ue.fabricFeatureDescList && (kt +=
|
|
105152
|
+
if (Ue.fabricFeatureDescList && (kt += 4, [...Ue.fabricFeatureDescList].reverse().forEach((tr) => {
|
|
105151
105153
|
const or = Math.ceil(tr.length / ze) * qe + 4;
|
|
105152
105154
|
kt += or, L.ADD_PRINT_TEXT(Ne - kt, xe, Ie, or, " ● " + tr);
|
|
105153
105155
|
})), Ue.fabricIntroduction) {
|
|
105154
105156
|
let jt = Math.ceil(Ue.fabricIntroduction.length / ze) * qe + 5;
|
|
105155
105157
|
kt += jt + 8, L.ADD_PRINT_TEXT(Ne - kt, xe, Ie, jt, Ue.fabricIntroduction);
|
|
105156
105158
|
}
|
|
105157
|
-
if (kt +=
|
|
105159
|
+
if (kt += 10, Ue.fabricSeries = Ue.fabricSeries || Ue.name, Ue.fabricSeries) {
|
|
105158
105160
|
let jt = Math.ceil(Ue.fabricSeries.length / 15) * 13;
|
|
105159
105161
|
kt += jt, L.ADD_PRINT_TEXT(Ne - kt, xe, Ie, jt, Ue.fabricSeries), L.SET_PRINT_STYLEA(0, "FontSize", 13), L.SET_PRINT_STYLEA(0, "Bold", 1);
|
|
105160
105162
|
}
|
|
@@ -105167,7 +105169,7 @@ const _sfc_main = defineComponent({
|
|
|
105167
105169
|
print: Oe
|
|
105168
105170
|
};
|
|
105169
105171
|
}
|
|
105170
|
-
}),
|
|
105172
|
+
}), FabricHangTag_vue_vue_type_style_index_0_scoped_7a714df3_lang = "", _withScopeId = (k) => (pushScopeId("data-v-7a714df3"), k = k(), popScopeId(), k), _hoisted_1 = {
|
|
105171
105173
|
style: { height: "max-content", display: "block" },
|
|
105172
105174
|
class: "el-upload-list--picture-card"
|
|
105173
105175
|
}, _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", { class: "point" }, null, -1)), _hoisted_3 = {
|
|
@@ -105243,7 +105245,7 @@ function _sfc_render(k, L, ie, ae, de, _e) {
|
|
|
105243
105245
|
[vShow, k.isShow]
|
|
105244
105246
|
]);
|
|
105245
105247
|
}
|
|
105246
|
-
const FabricHangTag = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
105248
|
+
const FabricHangTag = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-7a714df3"]]);
|
|
105247
105249
|
FabricHangTag.install = (k) => k.component(FabricHangTag.name, FabricHangTag);
|
|
105248
105250
|
AgTable.install = (k) => k.component(AgTable.name, AgTable);
|
|
105249
105251
|
const index = (k, L) => {
|