dfs-page-config 0.3.54 → 0.3.56
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
CHANGED
|
@@ -100335,7 +100335,7 @@ const CellItemEdit = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["render", _sfc_r
|
|
|
100335
100335
|
groupRow: {}
|
|
100336
100336
|
});
|
|
100337
100337
|
function L(de) {
|
|
100338
|
-
|
|
100338
|
+
de.option.event === "dialog" ? ie(de) : de.option.handleClick(de);
|
|
100339
100339
|
}
|
|
100340
100340
|
function ie({ option: de, row: _e, index: Oe }) {
|
|
100341
100341
|
if (de.showDialogBefore) {
|
|
@@ -100407,7 +100407,7 @@ function _sfc_render$a(k, L, ie, ae, de, _e) {
|
|
|
100407
100407
|
}, [
|
|
100408
100408
|
xe.type === "text" ? withDirectives((openBlock(), createElementBlock("span", {
|
|
100409
100409
|
key: 0,
|
|
100410
|
-
class: normalizeClass([
|
|
100410
|
+
class: normalizeClass(["dfs-text-btn", xe.class]),
|
|
100411
100411
|
style: normalizeStyle(xe.style),
|
|
100412
100412
|
type: xe.buttonType || "primary",
|
|
100413
100413
|
disabled: typeof xe.disabled == "function" ? xe.disabled(k.row) : xe.disabled,
|
|
@@ -105152,10 +105152,10 @@ const _sfc_main = defineComponent({
|
|
|
105152
105152
|
}).catch(() => {
|
|
105153
105153
|
});
|
|
105154
105154
|
}
|
|
105155
|
-
const xe =
|
|
105155
|
+
const xe = 8, Ne = 260 - xe, Ie = 190, ze = 40, At = 20, qe = 8;
|
|
105156
105156
|
function Dt(Ue) {
|
|
105157
105157
|
let kt = Ue.friendlyReminder ? 10 : 20;
|
|
105158
|
-
L.ADD_PRINT_TEXT(Ne - xe -
|
|
105158
|
+
L.ADD_PRINT_TEXT(Ne - xe - 5, Ie - 48, 20, 12, Ue.id);
|
|
105159
105159
|
let jt = 0;
|
|
105160
105160
|
if (Ue.barCodeId && (jt += At, L.ADD_PRINT_BARCODE(Ne - At, xe, 120, At, "EAN128B", Ue.barCodeId), L.SET_PRINT_STYLEA(0, "ShowBarText", 0)), Ue.friendlyReminder) {
|
|
105161
105161
|
jt += kt;
|
|
@@ -105182,7 +105182,7 @@ const _sfc_main = defineComponent({
|
|
|
105182
105182
|
print: Oe
|
|
105183
105183
|
};
|
|
105184
105184
|
}
|
|
105185
|
-
}),
|
|
105185
|
+
}), FabricHangTag_vue_vue_type_style_index_0_scoped_edd307db_lang = "", _withScopeId = (k) => (pushScopeId("data-v-edd307db"), k = k(), popScopeId(), k), _hoisted_1 = {
|
|
105186
105186
|
style: { height: "max-content", display: "block" },
|
|
105187
105187
|
class: "el-upload-list--picture-card"
|
|
105188
105188
|
}, _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", { class: "point" }, null, -1)), _hoisted_3 = {
|
|
@@ -105218,7 +105218,7 @@ function _sfc_render(k, L, ie, ae, de, _e) {
|
|
|
105218
105218
|
onClick: L[1] || (L[1] = withModifiers(() => {
|
|
105219
105219
|
}, ["stop"])),
|
|
105220
105220
|
class: "container",
|
|
105221
|
-
style: { height: "350px", width: "
|
|
105221
|
+
style: { height: "350px", width: "208px", background: "#e0e0e1", padding: "10px", color: "#000", "font-size": "6pt", "line-height": "7pt", display: "flex", "flex-direction": "column", "justify-content": "flex-end", "border-radius": "10px", position: "relative", "user-select": "none", "word-break": "break-word" }
|
|
105222
105222
|
}, [
|
|
105223
105223
|
createElementVNode("div", _hoisted_1, [
|
|
105224
105224
|
_hoisted_2,
|
|
@@ -105272,7 +105272,7 @@ function _sfc_render(k, L, ie, ae, de, _e) {
|
|
|
105272
105272
|
[vShow, k.isShow]
|
|
105273
105273
|
]);
|
|
105274
105274
|
}
|
|
105275
|
-
const FabricHangTag = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
105275
|
+
const FabricHangTag = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-edd307db"]]);
|
|
105276
105276
|
FabricHangTag.install = (k) => k.component(FabricHangTag.name, FabricHangTag);
|
|
105277
105277
|
AgTable.install = (k) => k.component(AgTable.name, AgTable);
|
|
105278
105278
|
const index = (k, L) => {
|