dfs-page-config 0.4.91 → 0.4.93
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 +12 -11
- 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
|
@@ -29180,7 +29180,7 @@ const __unplugin_components_0$2 = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["re
|
|
|
29180
29180
|
remoteMethod: Oe
|
|
29181
29181
|
};
|
|
29182
29182
|
}
|
|
29183
|
-
}),
|
|
29183
|
+
}), Form_vue_vue_type_style_index_0_scoped_d611a60e_lang = "", _hoisted_1$h = {
|
|
29184
29184
|
key: 0,
|
|
29185
29185
|
class: "mask"
|
|
29186
29186
|
};
|
|
@@ -29241,7 +29241,7 @@ function _sfc_render$i(k, L, ie, ae, pe, _e) {
|
|
|
29241
29241
|
ir.type === "InputNumber" ? (openBlock(), createBlock(Ie, {
|
|
29242
29242
|
key: 3,
|
|
29243
29243
|
clearable: "",
|
|
29244
|
-
disabled: typeof ir.disabled == "function" ? ir.disabled(k.formData) : ir.disabled,
|
|
29244
|
+
disabled: typeof ir.disabled == "function" ? ir.disabled(k.formData, k.relation) : ir.disabled,
|
|
29245
29245
|
modelValue: k.formData[ir.prop],
|
|
29246
29246
|
"onUpdate:modelValue": (hr) => k.formData[ir.prop] = hr,
|
|
29247
29247
|
"controls-position": "right",
|
|
@@ -29299,7 +29299,7 @@ function _sfc_render$i(k, L, ie, ae, pe, _e) {
|
|
|
29299
29299
|
modelValue: k.formData[ir.prop],
|
|
29300
29300
|
"onUpdate:modelValue": (hr) => k.formData[ir.prop] = hr,
|
|
29301
29301
|
onChange: (hr) => ir.change && ir.change({ formComp: k.componentOption, value: k.formData[ir.prop], option: ir }),
|
|
29302
|
-
disabled: typeof ir.disabled == "function" ? ir.disabled(k.formData) : ir.disabled,
|
|
29302
|
+
disabled: typeof ir.disabled == "function" ? ir.disabled(k.formData, k.relation) : ir.disabled,
|
|
29303
29303
|
"collapse-tags": ir.collapseTags,
|
|
29304
29304
|
"collapse-tags-tooltip": ir.collapseTagsTooltip,
|
|
29305
29305
|
remote: "",
|
|
@@ -29339,14 +29339,15 @@ function _sfc_render$i(k, L, ie, ae, pe, _e) {
|
|
|
29339
29339
|
key: 8,
|
|
29340
29340
|
modelValue: k.formData[ir.prop],
|
|
29341
29341
|
"onUpdate:modelValue": (hr) => k.formData[ir.prop] = hr,
|
|
29342
|
-
onChange: (hr) => ir.change && ir.change({ formComp: k.componentOption, value: k.formData[ir.prop], option: ir })
|
|
29342
|
+
onChange: (hr) => ir.change && ir.change({ formComp: k.componentOption, value: k.formData[ir.prop], option: ir }),
|
|
29343
|
+
disabled: typeof ir.disabled == "function" ? ir.disabled(k.formData, k.relation) : ir.disabled
|
|
29343
29344
|
}, {
|
|
29344
29345
|
default: withCtx(() => [
|
|
29345
29346
|
(openBlock(!0), createElementBlock(Fragment, null, renderList(ir.options, (hr) => (openBlock(), createBlock(qe, {
|
|
29346
29347
|
key: hr[ir.itemValue || "value"],
|
|
29347
29348
|
label: hr[ir.itemValue || "value"],
|
|
29348
29349
|
style: normalizeStyle(ir.itemStyle),
|
|
29349
|
-
disabled: ir.disabled
|
|
29350
|
+
disabled: typeof ir.disabled == "function" ? ir.disabled(k.formData, k.relation) : ir.disabled
|
|
29350
29351
|
}, {
|
|
29351
29352
|
default: withCtx(() => [
|
|
29352
29353
|
createTextVNode(toDisplayString(hr[ir.itemName || "label"]), 1)
|
|
@@ -29355,7 +29356,7 @@ function _sfc_render$i(k, L, ie, ae, pe, _e) {
|
|
|
29355
29356
|
}, 1032, ["label", "style", "disabled"]))), 128))
|
|
29356
29357
|
]),
|
|
29357
29358
|
_: 2
|
|
29358
|
-
}, 1032, ["modelValue", "onUpdate:modelValue", "onChange"])) : ir.type === "RadioButton" ? (openBlock(), createBlock(Dt, {
|
|
29359
|
+
}, 1032, ["modelValue", "onUpdate:modelValue", "onChange", "disabled"])) : ir.type === "RadioButton" ? (openBlock(), createBlock(Dt, {
|
|
29359
29360
|
key: 9,
|
|
29360
29361
|
modelValue: k.formData[ir.prop],
|
|
29361
29362
|
"onUpdate:modelValue": (hr) => k.formData[ir.prop] = hr,
|
|
@@ -29503,7 +29504,7 @@ function _sfc_render$i(k, L, ie, ae, pe, _e) {
|
|
|
29503
29504
|
_: 3
|
|
29504
29505
|
}, 8, ["class", "model", "size", "inline", "label-width", "style"]);
|
|
29505
29506
|
}
|
|
29506
|
-
const Form = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_render$i], ["__scopeId", "data-v-
|
|
29507
|
+
const Form = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_render$i], ["__scopeId", "data-v-d611a60e"]]), _sfc_main$i = defineComponent({
|
|
29507
29508
|
name: "Upload",
|
|
29508
29509
|
props: {
|
|
29509
29510
|
url: String,
|
|
@@ -105574,8 +105575,8 @@ const _sfc_main = defineComponent({
|
|
|
105574
105575
|
method: "POST",
|
|
105575
105576
|
columns: Ie(),
|
|
105576
105577
|
data: {
|
|
105577
|
-
resultKey: "
|
|
105578
|
-
totalKey: "
|
|
105578
|
+
resultKey: "records",
|
|
105579
|
+
totalKey: "total"
|
|
105579
105580
|
},
|
|
105580
105581
|
configFlag: {
|
|
105581
105582
|
sizeColumnsToFit: !0
|
|
@@ -105702,7 +105703,7 @@ const _sfc_main = defineComponent({
|
|
|
105702
105703
|
stopPolling: pe
|
|
105703
105704
|
};
|
|
105704
105705
|
}
|
|
105705
|
-
}),
|
|
105706
|
+
}), UploadDownloadCenter_vue_vue_type_style_index_0_scoped_3e3dbc5f_lang = "", _withScopeId = (k) => (pushScopeId("data-v-3e3dbc5f"), k = k(), popScopeId(), k), _hoisted_1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("p", { class: "drag-button-text" }, "上传\\下载", -1)), _hoisted_2 = [
|
|
105706
105707
|
_hoisted_1
|
|
105707
105708
|
], _hoisted_3 = { style: { height: "80vh" } };
|
|
105708
105709
|
function _sfc_render(k, L, ie, ae, pe, _e) {
|
|
@@ -105737,7 +105738,7 @@ function _sfc_render(k, L, ie, ae, pe, _e) {
|
|
|
105737
105738
|
}, 8, ["modelValue", "onOpen", "onClose"])
|
|
105738
105739
|
], 64);
|
|
105739
105740
|
}
|
|
105740
|
-
const UploadDownloadCenter = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
105741
|
+
const UploadDownloadCenter = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-3e3dbc5f"]]);
|
|
105741
105742
|
UploadDownloadCenter.install = (k) => k.component(UploadDownloadCenter.name, UploadDownloadCenter);
|
|
105742
105743
|
let timer = null, staticResourceMonitor = 2e3, apiRequestThreshold = 3e3;
|
|
105743
105744
|
const userInfo = JSON.parse(localStorage.getItem("userInfo") || "{}"), username = userInfo.name || userInfo.displayName || "", PERFORMANCE_SERVER_URL = "https://performance-monitor.prod.doublefs.com/api/performance";
|