super-page-runtime 2.3.25 → 2.3.26
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/es/components/runtime/utils/api/page-expose-util.js +28 -37
- package/dist/es/components/runtime/utils/charts/chart-columnline-util.js +105 -95
- package/dist/es/components/runtime/utils/charts/chart-util.js +117 -113
- package/dist/es/components/runtime/utils/events/standard-event.js +175 -172
- package/dist/es/components/runtime/utils/interfaces/page-design-types.d.ts +13 -1
- package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/table/group-column-item.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/table/group-column.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/table/normal-column.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/table/table-pageination.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue2.js +9 -9
- package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/common/file-task-notice.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/common/remove-signer-table.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/common/remove-transactor-dialog.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/fixed/FixedBox.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.js +3 -3
- package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.js +5 -5
- package/dist/es/components/runtime/views/assemblys/error-render.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +95 -95
- package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/home-chart-render.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/object-render.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/page-bottom.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue2.js +4 -4
- package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.js +13 -22
- package/dist/es/components/runtime/views/home-chart.vue.js +2 -2
- package/dist/es/components/runtime/views/super-page-dialog.vue.js +2 -2
- package/dist/es/components/runtime/views/super-page.vue2.js +3 -3
- package/dist/es/i18n/langs/cn.js +1 -1
- package/dist/es/i18n/langs/en.js +1 -1
- package/package.json +2 -2
- package/dist/es.zip +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as e, ref as t, onMounted as a, resolveComponent as l,
|
|
1
|
+
import { defineComponent as e, ref as t, onMounted as a, resolveComponent as l, openBlock as r, createBlock as s, withCtx as n, createVNode as u } from "vue";
|
|
2
2
|
import "element-plus";
|
|
3
3
|
import { useI18n as o } from "vue-i18n";
|
|
4
4
|
const i = e({ __name: "remove-signer-table", props: { taskId: { type: Number, default: null }, activeTasks: { type: Array, default: null } }, setup(e2, { expose: i2 }) {
|
|
@@ -15,7 +15,7 @@ const i = e({ __name: "remove-signer-table", props: { taskId: { type: Number, de
|
|
|
15
15
|
return m.value;
|
|
16
16
|
} }), (e3, t2) => {
|
|
17
17
|
const a2 = l("el-table-column"), o2 = l("el-table");
|
|
18
|
-
return
|
|
18
|
+
return r(), s(o2, { data: d.value, border: "", style: { width: "100%" }, onSelect: b, onSelectAll: b }, { default: n(() => [u(a2, { type: "selection", width: "55" }), u(a2, { prop: "transactorName", label: e3.$t("superPageRuntimeMessage.transactorName"), width: "180" }, null, 8, ["label"]), u(a2, { prop: "transactor", label: e3.$t("superPageRuntimeMessage.transactor"), width: "180" }, null, 8, ["label"]), u(a2, { prop: "trustorName", label: e3.$t("superPageRuntimeMessage.trustorName"), width: "180" }, null, 8, ["label"])]), _: 1 }, 8, ["data"]);
|
|
19
19
|
};
|
|
20
20
|
} });
|
|
21
21
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as e, ref as t, resolveComponent as a,
|
|
1
|
+
import { defineComponent as e, ref as t, resolveComponent as a, openBlock as s, createElementBlock as r, createVNode as o, withCtx as n, createElementVNode as l, toDisplayString as u, createCommentVNode as c, createBlock as i, createTextVNode as m } from "vue";
|
|
2
2
|
import { ElMessage as d } from "element-plus";
|
|
3
3
|
import p from "./remove-signer-table.vue.js";
|
|
4
4
|
import { useI18n as g } from "vue-i18n";
|
|
@@ -10,7 +10,7 @@ const f = { key: 0 }, v = { style: { color: "red" } }, k = { key: 1 }, y = { sty
|
|
|
10
10
|
}
|
|
11
11
|
return C.value = ((_a = h.transactorInfo) == null ? void 0 : _a.removeTransactors) ? (_b = h.transactorInfo) == null ? void 0 : _b.removeTransactors : [], (t2, d2) => {
|
|
12
12
|
const g2 = a("el-button"), P3 = a("el-dialog");
|
|
13
|
-
return
|
|
13
|
+
return s(), r("div", null, [o(P3, { "model-value": "", title: t2.$t("superPageRuntimeMessage.delTransactor"), "close-on-click-modal": false, "append-to-body": "", width: "30%", "max-height": "400", onOpen: d2[1] || (d2[1] = (e3) => T("open")), onOpend: d2[2] || (d2[2] = (e3) => T("opend")), onClose: d2[3] || (d2[3] = (e3) => T("close")), onClosed: d2[4] || (d2[4] = (e3) => T("closed")) }, { footer: n(() => [l("div", R, [e2.transactorInfo.transactorNumber > 1 ? (s(), i(g2, { key: 0, type: "primary", onClick: w }, { default: n(() => [m(u(t2.$t("superPageRuntimeMessage.sure")), 1)]), _: 1 })) : c("", true), o(g2, { type: "default", onClick: d2[0] || (d2[0] = (e3) => t2.$emit("close")) }, { default: n(() => [m(u(t2.$t("superPageRuntimeMessage.cancel")), 1)]), _: 1 })])]), default: n(() => [e2.transactorInfo.hasActiveSubProcess ? (s(), r("div", f, [l("span", v, u(t2.$t("superPageRuntimeMessage.taskMeaage1")), 1)])) : c("", true), 0 === e2.transactorInfo.transactorNumber ? (s(), r("div", k, [l("span", y, u(t2.$t("superPageRuntimeMessage.taskMeaage2")), 1)])) : c("", true), 1 === e2.transactorInfo.transactorNumber ? (s(), r("div", I, [l("span", M, u(t2.$t("superPageRuntimeMessage.taskMeaage3")), 1), l("span", null, u(t2.$t("superPageRuntimeMessage.handledBy")) + ":" + u(e2.transactorInfo.transactorName), 1)])) : c("", true), e2.transactorInfo.transactorNumber > 1 ? (s(), r("div", b, [o(p, { ref_key: "removeTableRef", ref: _, taskId: e2.taskId, activeTasks: C.value }, null, 8, ["taskId", "activeTasks"])])) : c("", true)]), _: 1 }, 8, ["title"])]);
|
|
14
14
|
};
|
|
15
15
|
} });
|
|
16
16
|
export {
|
package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as e, ref as t, onMounted as l, resolveComponent as o,
|
|
1
|
+
import { defineComponent as e, ref as t, onMounted as l, resolveComponent as o, openBlock as a, createElementBlock as n, createVNode as s, withCtx as u, createTextVNode as i, toDisplayString as r, createElementVNode as d } from "vue";
|
|
2
2
|
import { ElMessage as p } from "element-plus";
|
|
3
3
|
import { useI18n as c } from "vue-i18n";
|
|
4
4
|
import { listChartConditions as m, deleteChartCondition as g } from "../../../utils/events/standard-event.js";
|
|
@@ -22,7 +22,7 @@ const f = { class: "dialog-footer" }, v = e({ __name: "save-chart-condition-dial
|
|
|
22
22
|
$();
|
|
23
23
|
}), v2({ refreshConditionList: $ }), (e3, t2) => {
|
|
24
24
|
const l2 = o("el-input"), c2 = o("el-col"), m2 = o("el-button"), v3 = o("el-row"), h2 = o("el-table-column"), y2 = o("Delete"), b2 = o("el-icon"), x = o("el-table"), O = o("el-dialog");
|
|
25
|
-
return
|
|
25
|
+
return a(), n("div", null, [s(O, { "model-value": "", title: e3.$t("superPageRuntimeMessage.saveCondition"), "close-on-click-modal": false, "append-to-body": "", width: "40%", "max-height": "400", onOpen: t2[2] || (t2[2] = (e4) => _("open")), onOpend: t2[3] || (t2[3] = (e4) => _("opend")), onClose: t2[4] || (t2[4] = (e4) => _("close")), onClosed: t2[5] || (t2[5] = (e4) => _("closed")) }, { footer: u(() => [d("div", f, [s(m2, { type: "primary", onClick: R }, { default: u(() => [i(r(e3.$t("superPageRuntimeMessage.sure")), 1)]), _: 1 }), s(m2, { type: "default", onClick: t2[1] || (t2[1] = (e4) => _("close")) }, { default: u(() => [i(r(e3.$t("superPageRuntimeMessage.cancel")), 1)]), _: 1 })])]), default: u(() => [s(v3, { style: { "padding-bottom": "10px" }, gutter: 10 }, { default: u(() => [s(c2, { span: 18 }, { default: u(() => [s(l2, { modelValue: w.value, "onUpdate:modelValue": t2[0] || (t2[0] = (e4) => w.value = e4), placeholder: e3.$t("superPageRuntimeMessage.pleaseInputConditionName") }, null, 8, ["modelValue", "placeholder"])]), _: 1 }), s(c2, { span: 6 }, { default: u(() => [s(m2, { type: "primary", onClick: P }, { default: u(() => [i(r(e3.$t("superPageRuntimeMessage.save")), 1)]), _: 1 })]), _: 1 })]), _: 1 }), s(x, { data: M.value, border: "", style: { width: "100%" }, onSelect: k }, { default: u(() => [s(h2, { type: "selection", align: "center", width: "55" }), s(h2, { prop: "name", label: e3.$t("superPageRuntimeMessage.conditionName") }, null, 8, ["label"]), s(h2, { label: e3.$t("superPageRuntimeMessage.operating"), width: "60" }, { default: u((e4) => [s(b2, { size: "14", style: { color: "#5893ef", cursor: "pointer" }, onClick: (t3) => {
|
|
26
26
|
return l3 = e4.row, void g(l3.id).then(() => {
|
|
27
27
|
p({ showClose: true, type: "success", message: C("superPageRuntimeMessage.successfulDelete") }), $();
|
|
28
28
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as e, ref as l, resolveComponent as t,
|
|
1
|
+
import { defineComponent as e, ref as l, resolveComponent as t, openBlock as a, createElementBlock as o, createVNode as n, withCtx as s, createTextVNode as u, toDisplayString as d, createElementVNode as i } from "vue";
|
|
2
2
|
import { ElMessage as r } from "element-plus";
|
|
3
3
|
import { useI18n as p } from "vue-i18n";
|
|
4
4
|
const m = { class: "dialog-footer" }, c = e({ __name: "task-informition-dialog", props: { taskInformitions: { type: Array, default: null } }, emits: ["open", "opend", "close", "closed", "result"], setup(e2, { emit: c2 }) {
|
|
@@ -11,7 +11,7 @@ const m = { class: "dialog-footer" }, c = e({ __name: "task-informition-dialog",
|
|
|
11
11
|
}
|
|
12
12
|
return (l2, r2) => {
|
|
13
13
|
const p2 = t("el-radio"), c3 = t("el-table-column"), f2 = t("el-table"), g2 = t("el-button"), v2 = t("el-dialog");
|
|
14
|
-
return
|
|
14
|
+
return a(), o("div", null, [n(v2, { "model-value": "", title: l2.$t("superPageRuntimeMessage.selectNode"), "close-on-click-modal": false, "append-to-body": "", width: "50%", "max-height": "400", onOpen: r2[2] || (r2[2] = (e3) => b("open")), onOpend: r2[3] || (r2[3] = (e3) => b("opend")), onClose: r2[4] || (r2[4] = (e3) => b("close")), onClosed: r2[5] || (r2[5] = (e3) => b("closed")) }, { footer: s(() => [i("div", m, [n(g2, { type: "primary", onClick: y }, { default: s(() => [u(d(l2.$t("superPageRuntimeMessage.sure")), 1)]), _: 1 }), n(g2, { type: "default", onClick: r2[1] || (r2[1] = (e3) => b("close")) }, { default: s(() => [u(d(l2.$t("superPageRuntimeMessage.cancel")), 1)]), _: 1 })])]), default: s(() => [n(f2, { data: e2.taskInformitions, border: "", style: { width: "100%" } }, { default: s(() => [n(c3, { fixed: "", width: "60" }, { default: s((e3) => [n(p2, { modelValue: h.value, "onUpdate:modelValue": r2[0] || (r2[0] = (e4) => h.value = e4), label: e3.$index, onChange: $ }, { default: s(() => [u(d(e3.$index + 1), 1)]), _: 2 }, 1032, ["modelValue", "label"])]), _: 1 }), n(c3, { prop: "nodeName", label: l2.$t("superPageRuntimeMessage.nodeName"), width: "180" }, null, 8, ["label"]), n(c3, { prop: "transactorNames", label: l2.$t("superPageRuntimeMessage.transactorNames") }, null, 8, ["label"]), n(c3, { prop: "nodeId", label: l2.$t("superPageRuntimeMessage.nodeId"), width: "180" }, null, 8, ["label"])]), _: 1 }, 8, ["data"])]), _: 1 }, 8, ["title"])]);
|
|
15
15
|
};
|
|
16
16
|
} });
|
|
17
17
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as e, computed as o, ref as t, onMounted as i, nextTick as n, resolveComponent as r,
|
|
1
|
+
import { defineComponent as e, computed as o, ref as t, onMounted as i, nextTick as n, resolveComponent as r, openBlock as l, createBlock as s, unref as u, normalizeClass as a, normalizeStyle as p, createSlots as c, withCtx as f, createElementVNode as g, createElementBlock as m, Fragment as y, renderList as d, createCommentVNode as v, createTextVNode as x, toDisplayString as C } from "vue";
|
|
2
2
|
import { ElCard as b } from "element-plus";
|
|
3
3
|
import { SuperIcon as h } from "agilebuilder-ui";
|
|
4
4
|
import { ArrowUp as k, ArrowDown as w } from "@element-plus/icons-vue";
|
|
@@ -21,7 +21,7 @@ const V = e({ __name: "card-runtime", props: { pageContext: {}, configure: {} },
|
|
|
21
21
|
_.configure.props.title = "teee";
|
|
22
22
|
} }), (o2, t2) => {
|
|
23
23
|
const i2 = r("el-link");
|
|
24
|
-
return
|
|
24
|
+
return l(), s(u(b), { ref_key: "thisRef", ref: z, style: p(u(A)), "data-collapse": String(D.value), class: a(["yx-card-box-view-main", u(B)]) }, c({ default: f(() => [g("div", { class: "yx-card-box-view-context", style: p(u(F)) }, [(l(true), m(y, null, d(e2.configure.items, (o3, t3) => (l(), s(S, { key: o3.uuid, pageContext: e2.pageContext, configure: o3 }, null, 8, ["pageContext", "configure"]))), 128))], 4)]), _: 2 }, [e2.configure.props.base.tittleShow ? { name: "header", fn: f(() => [g("div", { class: "yx-card-box-view-header", onClick: G }, [g("div", { class: "yx-card-box-view-title", style: p(u(E)) }, [e2.configure.props.iconType && e2.configure.props.iconValue ? (l(), s(u(h), { key: 0, iconType: e2.configure.props.iconType, iconValue: e2.configure.props.iconValue, style: { "margin-right": "2px" } }, null, 8, ["iconType", "iconValue"])) : v("", true), x(" " + C(u(j)(e2.configure.props.base.title)), 1)], 4), R.value ? (l(), s(i2, { key: 0, underline: false, icon: D.value ? u(k) : u(w), style: { margin: "-15px 0", "z-index": "1" } }, null, 8, ["icon"])) : v("", true)])]), key: "0" } : void 0]), 1032, ["style", "data-collapse", "class"]);
|
|
25
25
|
};
|
|
26
26
|
} });
|
|
27
27
|
export {
|
package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as e, ref as t, onMounted as n, nextTick as o, resolveComponent as l,
|
|
1
|
+
import { defineComponent as e, ref as t, onMounted as n, nextTick as o, resolveComponent as l, openBlock as i, createBlock as u, normalizeClass as r, unref as a, normalizeStyle as p, isRef as s, withCtx as c, createElementBlock as f, Fragment as g, renderList as m, createElementVNode as d, createCommentVNode as y, createTextVNode as x, toDisplayString as v } from "vue";
|
|
2
2
|
import C from "../../object-render.vue.js";
|
|
3
3
|
import "../../../../utils/global-refs.js";
|
|
4
4
|
import { $t as V } from "../../../../utils/i18n-util.js";
|
|
@@ -13,7 +13,7 @@ const _ = e({ __name: "collapse-runtime", props: { pageContext: {}, configure: {
|
|
|
13
13
|
});
|
|
14
14
|
}), (t2, n2) => {
|
|
15
15
|
const o2 = l("SuperIcon"), j2 = l("el-collapse-item"), _3 = l("el-collapse");
|
|
16
|
-
return
|
|
16
|
+
return i(), u(_3, { ref_key: "thisRef", ref: b, modelValue: a(h), "onUpdate:modelValue": n2[0] || (n2[0] = (e3) => s(h) ? h.value = e3 : null), style: p(a(O)), accordion: a(T), class: r(a(R)) }, { default: c(() => [(i(true), f(g, null, m(e2.configure.items, (t3, n3) => (i(), u(j2, { name: t3.index }, { title: c(() => [d("div", { style: p([a(S), { width: "100%" }]) }, [t3.iconType && t3.iconValue ? (i(), u(o2, { key: 0, iconType: t3.iconType, iconValue: t3.iconValue, style: { "margin-right": "2px" } }, null, 8, ["iconType", "iconValue"])) : y("", true), x(" " + v(a(V)(t3.label)), 1)], 4)]), default: c(() => [d("div", null, [(i(true), f(g, null, m(t3.items, (t4, n4) => (i(), u(C, { key: t4.uuid, configure: t4, pageContext: e2.pageContext }, null, 8, ["configure", "pageContext"]))), 128))])]), _: 2 }, 1032, ["name"]))), 256))]), _: 1 }, 8, ["modelValue", "style", "accordion", "class"]);
|
|
17
17
|
};
|
|
18
18
|
} });
|
|
19
19
|
export {
|
package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue2.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as e, ref as t, onMounted as n, nextTick as o, resolveComponent as u,
|
|
1
|
+
import { defineComponent as e, ref as t, onMounted as n, nextTick as o, resolveComponent as u, openBlock as l, createBlock as i, withCtx as r, normalizeStyle as s, unref as a, createElementBlock as g, Fragment as f, renderList as p, createCommentVNode as c, createVNode as y, normalizeClass as m } from "vue";
|
|
2
2
|
import x from "../../object-render.vue.js";
|
|
3
3
|
import "../../../../utils/global-refs.js";
|
|
4
4
|
import { handleAfterInitEvent as d } from "../../../../utils/events/event-util.js";
|
|
@@ -10,7 +10,7 @@ const C = e({ __name: "container-runtime", props: { pageContext: {}, configure:
|
|
|
10
10
|
});
|
|
11
11
|
}), (t2, n2) => {
|
|
12
12
|
const o2 = u("el-aside"), d2 = u("el-main"), C3 = u("el-container");
|
|
13
|
-
return
|
|
13
|
+
return l(), i(C3, { ref_key: "thisRef", ref: _ }, { default: r(() => [e2.configure.props.useLeft ? (l(), i(o2, { key: 0, style: s(a(v)) }, { default: r(() => [(l(true), g(f, null, p(e2.configure.leftAslides, (t3, n3) => (l(), i(x, { key: t3.uuid, pageContext: e2.pageContext, configure: t3 }, null, 8, ["pageContext", "configure"]))), 128))]), _: 1 }, 8, ["style"])) : c("", true), y(d2, { style: s(a(j)), class: m(a(R)) }, { default: r(() => [(l(true), g(f, null, p(e2.configure.items, (t3, n3) => (l(), i(x, { key: t3.uuid, pageContext: e2.pageContext, configure: t3 }, null, 8, ["pageContext", "configure"]))), 128))]), _: 1 }, 8, ["style", "class"]), e2.configure.props.useRight ? (l(), i(o2, { key: 1, style: s(a(h)) }, { default: r(() => [(l(true), g(f, null, p(e2.configure.rightAslides, (t3, n3) => (l(), i(x, { key: t3.uuid, pageContext: e2.pageContext, configure: t3 }, null, 8, ["pageContext", "configure"]))), 128))]), _: 1 }, 8, ["style"])) : c("", true)]), _: 1 }, 512);
|
|
14
14
|
};
|
|
15
15
|
} });
|
|
16
16
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as e, ref as i, onMounted as t, nextTick as s, onUnmounted as o, watch as n,
|
|
1
|
+
import { defineComponent as e, ref as i, onMounted as t, nextTick as s, onUnmounted as o, watch as n, openBlock as d, createElementBlock as l, normalizeStyle as a, normalizeClass as f, createElementVNode as u, renderSlot as r } from "vue";
|
|
2
2
|
const x = e({ __name: "FixedBox", props: { isFixed: { type: Boolean, default: true }, position: { type: String, default: "top" }, offset: { type: Number, default: 0 } }, setup(e2) {
|
|
3
3
|
const x2 = e2, v = i(null), p = i(null), c = i({}), h = i({}), w = [], y = () => {
|
|
4
4
|
(() => {
|
|
@@ -22,7 +22,7 @@ const x = e({ __name: "FixedBox", props: { isFixed: { type: Boolean, default: tr
|
|
|
22
22
|
});
|
|
23
23
|
}), o(() => {
|
|
24
24
|
g(false);
|
|
25
|
-
}), n(() => x2.isFixed, g), (i2, t2) => (
|
|
25
|
+
}), n(() => x2.isFixed, g), (i2, t2) => (d(), l("div", { ref_key: "fixedMaxRef", ref: v, class: f(["yx-fixed-box-main", { [`is-${e2.position}`]: true, "is-fixed": x2.isFixed }]), style: a(c.value) }, [u("div", { ref_key: "fixedRef", ref: p, class: "yx-fixed-box-container", style: a(h.value) }, [r(i2.$slots, "default", {}, void 0, true)], 4)], 6));
|
|
26
26
|
} });
|
|
27
27
|
export {
|
|
28
28
|
x as default
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as e, ref as t, onMounted as o, nextTick as n, onUnmounted as i, watchEffect as l, computed as a, resolveDirective as r,
|
|
1
|
+
import { defineComponent as e, ref as t, onMounted as o, nextTick as n, onUnmounted as i, watchEffect as l, computed as a, resolveDirective as r, openBlock as s, createElementBlock as u, normalizeStyle as f, withDirectives as c, normalizeClass as d, renderSlot as v } from "vue";
|
|
2
2
|
const p = e({ __name: "YxAffix", props: { offset: { type: Number, default: 0 }, position: { type: String, default: "top", validator: (e2) => ["top", "bottom"].includes(e2) }, target: { type: [String, HTMLElement], default: () => window }, autoDetectParentScroll: { type: Boolean, default: true }, stickyInScrollContainer: { type: Boolean, default: true }, zIndex: { type: Number, default: 100 }, enableIntervalUpdate: { type: Boolean, default: true }, enableIntervalTime: { type: Number, default: 2e3 } }, emits: ["change"], setup(e2, { emit: p2 }) {
|
|
3
3
|
const h = e2, m = p2, g = t(null), w = t(null), x = t(false), y = t({}), b = t([]), T = t(window), B = t(0), I = t(null), E = (e3) => {
|
|
4
4
|
e3.contentRect.height && (y.value.height = e3.contentRect.height);
|
|
@@ -73,7 +73,7 @@ const p = e({ __name: "YxAffix", props: { offset: { type: Number, default: 0 },
|
|
|
73
73
|
});
|
|
74
74
|
return (e3, t2) => {
|
|
75
75
|
const o2 = r("resize");
|
|
76
|
-
return
|
|
76
|
+
return s(), u("div", { ref_key: "affixMainRef", ref: g, class: "yx-affix", style: f({ height: x.value ? y.value.height : void 0 }) }, [c((s(), u("div", { ref_key: "affixRef", ref: w, style: f(F.value), class: d([{ "is-fixed": x.value, "is-top": "top" === h.position, "is-bottom": "bottom" === h.position }, "yx-affix-content"]) }, [v(e3.$slots, "default", {}, void 0, true)], 6)), [[o2, E]])], 4);
|
|
77
77
|
};
|
|
78
78
|
} });
|
|
79
79
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as e, ref as t, onMounted as n, nextTick as s, resolveComponent as l,
|
|
1
|
+
import { defineComponent as e, ref as t, onMounted as n, nextTick as s, resolveComponent as l, openBlock as i, createBlock as o, normalizeClass as a, unref as u, normalizeStyle as r, withCtx as f, createElementBlock as p, Fragment as g, renderList as m, withDirectives as c, createVNode as y, vShow as x } from "vue";
|
|
2
2
|
import d from "../../object-render.vue.js";
|
|
3
3
|
import { PageDimensions as C } from "../../../../utils/interfaces/page-design-types.js";
|
|
4
4
|
import { handleAfterInitEvent as v } from "../../../../utils/events/event-util.js";
|
|
@@ -17,7 +17,7 @@ const _ = e({ __name: "flex-runtime", props: { pageContext: {}, configure: {} },
|
|
|
17
17
|
});
|
|
18
18
|
}), (t2, n2) => {
|
|
19
19
|
const s2 = l("el-col"), C2 = l("el-row");
|
|
20
|
-
return
|
|
20
|
+
return i(), o(C2, { ref_key: "thisRef", ref: j, justify: b.value.flexJustify, gutter: b.value.flexGutter, align: b.value.alignItems, style: r([{ display: "flex" }, u(h)]), class: a(u(w)) }, { default: f(() => [(i(true), p(g, null, m(e2.configure.items, (t3, n3) => c((i(), o(s2, { key: t3.uuid, style: r(t3.itemStyle), span: t3.flexSpan }, { default: f(() => [y(d, { pageContext: e2.pageContext, configure: t3 }, null, 8, ["pageContext", "configure"])]), _: 2 }, 1032, ["style", "span"])), [[x, t3._dynamicShowFlag]])), 128))]), _: 1 }, 8, ["justify", "gutter", "align", "style", "class"]);
|
|
21
21
|
};
|
|
22
22
|
} });
|
|
23
23
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as e, ref as t, onMounted as o, nextTick as i, resolveComponent as n,
|
|
1
|
+
import { defineComponent as e, ref as t, onMounted as o, nextTick as i, resolveComponent as n, openBlock as l, createElementBlock as s, createVNode as a, normalizeClass as r, unref as u, normalizeStyle as p, withCtx as f, toDisplayString as m, createCommentVNode as g, Fragment as c, renderList as d, createBlock as y } from "vue";
|
|
2
2
|
import v from "../../object-render.vue.js";
|
|
3
3
|
import { PageDimensions as x } from "../../../../utils/interfaces/page-design-types.js";
|
|
4
4
|
import { handleFormEvent as C } from "../../../../utils/events/event-util.js";
|
|
@@ -12,7 +12,7 @@ const b = e({ __name: "form-runtime", props: { pageContext: {}, configure: {} },
|
|
|
12
12
|
});
|
|
13
13
|
}), (t2, o2) => {
|
|
14
14
|
const i2 = n("el-form");
|
|
15
|
-
return
|
|
15
|
+
return l(), s("div", null, [a(i2, { ref_key: "thisRef", ref: P, "label-width": u(j).labelWidth, "label-position": z.value, size: u(j).componentSize, style: p(_.value), class: r(u(k)) }, { default: f(() => [u(j).formTitle ? (l(), s("div", { key: 0, class: "amb-widget-form-title", style: p(w.value) }, m(u(j).formTitle), 5)) : g("", true), (l(true), s(c, null, d(e2.configure.items, (t3, o3) => (l(), y(v, { key: t3.uuid, pageContext: e2.pageContext, configure: t3 }, null, 8, ["pageContext", "configure"]))), 128))]), _: 1 }, 8, ["label-width", "label-position", "size", "style", "class"])]);
|
|
16
16
|
};
|
|
17
17
|
} });
|
|
18
18
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as e, ref as t, onMounted as n, nextTick as r,
|
|
1
|
+
import { defineComponent as e, ref as t, onMounted as n, nextTick as r, openBlock as i, createElementBlock as o, normalizeStyle as s, unref as a, normalizeClass as u } from "vue";
|
|
2
2
|
import "../../../../utils/global-refs.js";
|
|
3
3
|
import { handleAfterInitEvent as l } from "../../../../utils/events/event-util.js";
|
|
4
4
|
const f = ["src"], p = e({ __name: "iframe-runtime", props: { pageContext: {}, configure: {}, indexObj: {}, selectWidget: {} }, setup(e2) {
|
|
@@ -7,7 +7,7 @@ const f = ["src"], p = e({ __name: "iframe-runtime", props: { pageContext: {}, c
|
|
|
7
7
|
r(() => {
|
|
8
8
|
l(null, p2.pageContext, p2.configure, { componentRef: c.value, entity: p2.pageContext.entity.data, pageData: p2.pageContext.entity.page });
|
|
9
9
|
});
|
|
10
|
-
}), (t2, n2) => (
|
|
10
|
+
}), (t2, n2) => (i(), o("iframe", { ref_key: "thisRef", ref: c, src: e2.configure.props.src, class: u(["amb-widget-container-iframe", a(x)]), style: s(a(m)) }, null, 14, f));
|
|
11
11
|
} });
|
|
12
12
|
export {
|
|
13
13
|
p as default
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as e, ref as t, watch as n, onMounted as o, nextTick as a, resolveComponent as i,
|
|
1
|
+
import { defineComponent as e, ref as t, watch as n, onMounted as o, nextTick as a, resolveComponent as i, openBlock as c, createBlock as u, unref as l, normalizeClass as r, normalizeStyle as s, withCtx as p, createElementBlock as f, Fragment as g, renderList as d, createCommentVNode as m, createElementVNode as b, toDisplayString as y, withModifiers as v, createTextVNode as h } from "vue";
|
|
2
2
|
import { ElTabs as x, ElTabPane as C } from "element-plus";
|
|
3
3
|
import T from "../../object-render.vue.js";
|
|
4
4
|
import { SuperIcon as E } from "agilebuilder-ui";
|
|
@@ -88,7 +88,7 @@ const A = e({ __name: "tabs-runtime", props: { pageContext: {}, configure: {} },
|
|
|
88
88
|
}), w.value = [...new Set(t2)];
|
|
89
89
|
} }), (t2, n2) => {
|
|
90
90
|
const o2 = i("el-button");
|
|
91
|
-
return
|
|
91
|
+
return c(), u(l(x), { ref_key: "thisRef", ref: O, modelValue: j.value, "onUpdate:modelValue": n2[0] || (n2[0] = (e3) => j.value = e3), type: e2.configure.props.cardType, "tab-position": e2.configure.props.tabPosition, style: s(l(B)), class: r([l(z), "runtime-page-container-tabs-view"]), closable: e2.configure.props.closable, "before-leave": S, onTabClick: D, onTabChange: F, onTabRemove: L, onTabAdd: q, onEdit: G }, { default: p(() => [(c(true), f(g, null, d(P.configure.items, (t3, n3) => (c(), u(l(C), { key: n3, label: t3.label, name: t3.code, lazy: !!e2.configure.props.lazy }, { label: p(() => [t3.iconType && t3.iconValue ? (c(), u(l(E), { key: 0, iconType: t3.iconType, iconValue: t3.iconValue, style: { "margin-right": "2px" } }, null, 8, ["iconType", "iconValue"])) : m("", true), b("span", { style: s(l(I)) }, y(l(V)(t3.label)), 5)]), default: p(() => [(e2.configure.props.isFullyRendered ?? 1) || t3.code === j.value ? (c(true), f(g, { key: 0 }, d(t3.items, (t4) => (c(), u(T, { key: t4.uuid, pageContext: e2.pageContext, configure: t4 }, null, 8, ["pageContext", "configure"]))), 128)) : m("", true)]), _: 2 }, 1032, ["label", "name", "lazy"]))), 128)), e2.configure.props.resetable ? (c(), u(l(C), { key: 0, disabled: "", name: "-1" }, { label: p(() => [e2.configure.props.resetable ? (c(), u(o2, { key: 0, type: "text", circle: "", onClick: v(H, ["stop"]) }, { default: p(() => [h(y(e2.configure.props.resetButtonName || "重置"), 1)]), _: 1 })) : m("", true)]), _: 1 })) : m("", true)]), _: 1 }, 8, ["modelValue", "type", "tab-position", "style", "class", "closable"]);
|
|
92
92
|
};
|
|
93
93
|
} });
|
|
94
94
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as e, ref as t, computed as o, onMounted as i, nextTick as n, onUnmounted as l, resolveComponent as a,
|
|
1
|
+
import { defineComponent as e, ref as t, computed as o, onMounted as i, nextTick as n, onUnmounted as l, resolveComponent as a, openBlock as u, createElementBlock as s, createElementVNode as f, createBlock as r, withCtx as v, normalizeStyle as g, normalizeClass as p, unref as c, Fragment as d, renderList as m, createCommentVNode as x } from "vue";
|
|
2
2
|
import y from "../../object-render.vue.js";
|
|
3
3
|
import { handleAfterInitEvent as b } from "../../../../utils/events/event-util.js";
|
|
4
4
|
/* empty css */
|
|
@@ -39,7 +39,7 @@ const k = { "data-v": "1.0.0", class: "amb-widget-tools-parent" }, w = { ref: "a
|
|
|
39
39
|
D && B.value && (D.unobserve(B.value), D.disconnect());
|
|
40
40
|
}), (e3, t2) => {
|
|
41
41
|
const o2 = a("el-affix");
|
|
42
|
-
return
|
|
42
|
+
return u(), s("div", null, [f("div", { ref_key: "referenceDivRef", ref: B, style: { height: "0" } }, null, 512), q.value && O.value ? (u(), r(C, { key: 0, position: E.value, offset: F.value }, { default: v(() => [f("div", k, [f("div", { class: p(["amb-widget-container-tool amb-widget-tools", c(A)]), style: g(Y.value), ref_key: "thisRef", ref: h }, [(u(true), s(d, null, m(_2.configure.items, (e4) => (u(), r(y, { pageContext: _2.pageContext, configure: e4, key: e4.uuid }, null, 8, ["pageContext", "configure"]))), 128))], 6)])]), _: 1 }, 8, ["position", "offset"])) : $.value && O.value ? (u(), r(o2, { key: 1, position: E.value, offset: F.value }, { default: v(() => [f("div", w, [f("div", { class: p(["amb-widget-container-tool amb-widget-tools", c(A)]), style: g(Y.value), ref_key: "thisRef", ref: h }, [(u(true), s(d, null, m(_2.configure.items, (e4) => (u(), r(y, { pageContext: _2.pageContext, configure: e4, key: e4.uuid }, null, 8, ["pageContext", "configure"]))), 128))], 6)], 512)]), _: 1 }, 8, ["position", "offset"])) : O.value ? (u(), s("div", R, [f("div", { class: p(["amb-widget-container-tool amb-widget-tools", c(A)]), style: g(Y.value), ref_key: "thisRef", ref: h }, [(u(true), s(d, null, m(_2.configure.items, (e4) => (u(), r(y, { pageContext: _2.pageContext, configure: e4, key: e4.uuid }, null, 8, ["pageContext", "configure"]))), 128))], 6)])) : x("", true)]);
|
|
43
43
|
};
|
|
44
44
|
} });
|
|
45
45
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as e, computed as t, ref as r, onMounted as a, watch as o, resolveComponent as l,
|
|
1
|
+
import { defineComponent as e, computed as t, ref as r, onMounted as a, watch as o, resolveComponent as l, openBlock as n, createBlock as u, normalizeStyle as i, unref as s, normalizeClass as c, withCtx as p, createElementBlock as m, toDisplayString as f, createCommentVNode as g } from "vue";
|
|
2
2
|
import d from "qrcode";
|
|
3
3
|
import v from "jsbarcode";
|
|
4
4
|
import { getFormModelFields as y } from "../../../../utils/page-init-util.js";
|
|
@@ -61,7 +61,7 @@ const j = ["src"], D = e({ __name: "barcode-runtime", props: { pageContext: {},
|
|
|
61
61
|
return x(N, k);
|
|
62
62
|
}, setValue: F }), (e3, t2) => {
|
|
63
63
|
const r2 = l("el-form-item");
|
|
64
|
-
return
|
|
64
|
+
return n(), u(r2, { required: !!_.value.required, class: c(s(P)), "label-width": _.value.labelWidth, style: i(s(O)) }, { label: p(() => [_.value.tittleShow ? (n(), m("div", { key: 0, style: i({ ...s(S) }) }, f(s(R)(_.value.title)), 5)) : g("", true)]), default: p(() => ["QR-code" === _.value.type ? (n(), m("img", { key: 0, src: $.value }, null, 8, j)) : (n(), m("canvas", { key: 1, ref_key: "barcode", ref: I }, null, 512))]), _: 1 }, 8, ["required", "class", "label-width", "style"]);
|
|
65
65
|
};
|
|
66
66
|
} });
|
|
67
67
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as e, ref as t, onMounted as n, watch as o, onUnmounted as i, resolveComponent as a,
|
|
1
|
+
import { defineComponent as e, ref as t, onMounted as n, watch as o, onUnmounted as i, resolveComponent as a, openBlock as l, createElementBlock as r, unref as u, createVNode as s } from "vue";
|
|
2
2
|
import { setTableEvents as c, canExecuteButton as p, doAfterClickEvent as d, doBeforeClickEvent as f, gridSelectRecord as g, gridSelectAllRecords as m, gridSelectionChange as v, cellClick as h, cellDblClick as b, rowClick as w, rowDblClick as S, headerClick as C, getEventNameByType as y, getEventFuncByType as x, getHandleEvent as D } from "../../../../utils/events/event-util.js";
|
|
3
3
|
import { getBaseUrl as E, getListCode as T, getRealRestApiPath as O, isWorkflowPage as R, isVariableInvalidValue as k } from "../../../../utils/common-util.js";
|
|
4
4
|
import { getAdditionalParamMap as I, getSaveFormRequestWithRow as V, standardEvents as j } from "../../../../utils/events/standard-event.js";
|
|
@@ -373,7 +373,7 @@ const W = ["id"], q = e({ __name: "main-table-runtime", props: { pageContext: {}
|
|
|
373
373
|
return (_a = se.value) == null ? void 0 : _a.getColumns();
|
|
374
374
|
} }), (e3, t2) => {
|
|
375
375
|
const n2 = a("super-grid");
|
|
376
|
-
return
|
|
376
|
+
return l(), r("div", { ref_key: "tableDivRef", ref: ue, id: u(pe) + "_tableDiv" }, [s(n2, { ref_key: "gridRef", ref: se, url: u(ce), options: re.value, code: u(pe), settings: u(he), "search-form-info": me.value, "list-toolbar-form-data": u(ge), isDialog: u(J).isDialog, onSelect: He, onSelectAll: Ue, onSelectionChange: Me, onCellClick: $e, onCellDblclick: _e, onRowClick: Ae, onRowDblclick: Le, onHeaderClick: Ge, onRefresh: ze, onNewOpenGridDialog: u(F), onCanShowMobileSearch: We, onGridOnmounted: Se }, null, 8, ["url", "options", "code", "settings", "search-form-info", "list-toolbar-form-data", "isDialog", "onNewOpenGridDialog"])], 8, W);
|
|
377
377
|
};
|
|
378
378
|
} });
|
|
379
379
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as e, ref as t, onMounted as n, onUnmounted as o, resolveComponent as l,
|
|
1
|
+
import { defineComponent as e, ref as t, onMounted as n, onUnmounted as o, resolveComponent as l, openBlock as i, createElementBlock as a, createBlock as u, unref as r, createCommentVNode as s } from "vue";
|
|
2
2
|
import { setTableEvents as c, gridSelectRecord as p, gridSelectAllRecords as d, gridSelectionChange as f, cellClick as b, cellDblClick as g, rowClick as m, rowDblClick as v, headerClick as h, getHandleEvent as S } from "../../../../utils/events/event-util.js";
|
|
3
3
|
import { caculateShowCondition as w, setVariableValue as T, getVariableValue as x, getSizeConfig as C } from "../../../../utils/page-helper-util.js";
|
|
4
4
|
import { getModelFields as D, getDefaultValue as y } from "../../../../utils/page-init-util.js";
|
|
@@ -198,7 +198,7 @@ const F = e({ __name: "sub-table-runtime", props: { pageContext: {}, configure:
|
|
|
198
198
|
T(X, Y, e3);
|
|
199
199
|
}
|
|
200
200
|
function Pe(e3) {
|
|
201
|
-
z.subTablePageInfo || (z.subTablePageInfo = {}), z.subTablePageInfo[L] || (z.subTablePageInfo[L] = {}), z.subTablePageInfo[L].pageSize = e3;
|
|
201
|
+
z.subTablePageInfo || (z.subTablePageInfo = {}), z.subTablePageInfo[L] || (z.subTablePageInfo[L] = {}), z.subTablePageInfo[L].title = N.title ? N.title : N.code, z.subTablePageInfo[L].pageSize = e3;
|
|
202
202
|
}
|
|
203
203
|
function Re(e3) {
|
|
204
204
|
const t2 = e3.key, n2 = e3.value;
|
|
@@ -316,7 +316,7 @@ const F = e({ __name: "sub-table-runtime", props: { pageContext: {}, configure:
|
|
|
316
316
|
return (_a2 = ie.value) == null ? void 0 : _a2.getColumns();
|
|
317
317
|
} }), (e3, t2) => {
|
|
318
318
|
const n2 = l("super-grid");
|
|
319
|
-
return
|
|
319
|
+
return i(), a("div", null, [ee.value ? (i(), u(n2, { key: 0, ref_key: "gridRef", ref: ie, url: r(Z) + "/dsc/commons/sub-table", options: oe.value, code: r(G), settings: r(K), isDialog: r(z).isDialog, onSelect: _e, onSelectAll: ke, onSelectionChange: Ae, onCellClick: Me, onCellDblclick: Ee, onRowClick: Fe, onRowDblclick: $e, onHeaderClick: je, onFnProhibitToEdit: Ie, onChangeGridData: ye, onReloadGrid: fe, onRefresMainTableFields: Oe, onSetSelectOptions: Re, onChangeRowsPerPage: Pe, onNewOpenGridDialog: r(R), onChangeFormData: ze }, null, 8, ["url", "options", "code", "settings", "isDialog", "onNewOpenGridDialog"])) : s("", true)]);
|
|
320
320
|
};
|
|
321
321
|
} });
|
|
322
322
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as e, ref as t, onUnmounted as n,
|
|
1
|
+
import { defineComponent as e, ref as t, onUnmounted as n, openBlock as u, createElementBlock as o, unref as a, createBlock as l, createCommentVNode as r } from "vue";
|
|
2
2
|
import i from "./sub-table-runtime.vue.js";
|
|
3
3
|
import c from "./main-table-runtime.vue.js";
|
|
4
4
|
const f = e({ __name: "table-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: f2 }) {
|
|
@@ -78,7 +78,7 @@ const f = e({ __name: "table-runtime", props: { pageContext: {}, configure: {} }
|
|
|
78
78
|
}, getColumns: function() {
|
|
79
79
|
var _a;
|
|
80
80
|
return (_a = b.value) == null ? void 0 : _a.getColumns();
|
|
81
|
-
} }), (t2, n2) => (
|
|
81
|
+
} }), (t2, n2) => (u(), o("div", null, [a(g) && "form" === a(g) && C.value ? (u(), l(i, { key: 0, ref_key: "gridRef", ref: b, pageContext: e2.pageContext, configure: d.value, onSetSafeDeleteTableCode: E }, null, 8, ["pageContext", "configure"])) : a(g) && "form" === a(g) ? r("", true) : (u(), l(c, { key: 1, ref_key: "gridRef", ref: b, pageContext: e2.pageContext, configure: d.value, onSetSafeDeleteTableCode: E }, null, 8, ["pageContext", "configure"]))]));
|
|
82
82
|
} });
|
|
83
83
|
export {
|
|
84
84
|
f as default
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as e, ref as t, computed as a, onMounted as n, nextTick as l, watch as o, resolveComponent as d,
|
|
1
|
+
import { defineComponent as e, ref as t, computed as a, onMounted as n, nextTick as l, watch as o, resolveComponent as d, openBlock as u, createElementBlock as i, normalizeClass as s, unref as r, createBlock as c, createCommentVNode as p, normalizeStyle as v, withCtx as f, createVNode as g, createElementVNode as m, createTextVNode as h, Fragment as y, toDisplayString as C, withDirectives as x, renderList as k, vShow as N } from "vue";
|
|
2
2
|
import T from "../../../../../../assets/folder.png.js";
|
|
3
3
|
import I from "../../../../../../assets/file.png.js";
|
|
4
4
|
import { getFormModelFields as V } from "../../../../utils/page-init-util.js";
|
|
@@ -107,15 +107,15 @@ const P = { key: 0, class: "custom-tree-node" }, W = ["title"], R = { key: 0, cl
|
|
|
107
107
|
}, getCurrentKey: () => te.value.getCurrentKey(), getCurrentNode: () => te.value.getCurrentNode(), setCurrentKey: (e3, t2 = true) => te.value.setCurrentKey(e3, t2), setCurrentNode: (e3, t2 = true) => te.value.setCurrentNode(e3, t2) }), (t2, a2) => {
|
|
108
108
|
var _a2;
|
|
109
109
|
const n2 = d("el-input"), l2 = d("el-button"), o2 = d("SuperIcon"), V2 = d("el-tree");
|
|
110
|
-
return
|
|
110
|
+
return u(), i("div", { class: s(["amb-tree-runtime-main", r(ee)]) }, [ae.value.filter ? (u(), c(n2, { key: 0, modelValue: ue.value, "onUpdate:modelValue": a2[0] || (a2[0] = (e3) => ue.value = e3), style: { width: "100%" }, placeholder: "请输入查询条件" }, null, 8, ["modelValue"])) : p("", true), le.value ? (u(), c(V2, { key: 1, ref_key: "menuTreeRef", ref: te, style: v(r(Z)), load: fe, data: oe.value, "node-key": "nodeId", props: ne.value, "default-expand-all": ae.value.defaultExpandAll, "expand-on-click-node": ae.value.expandOnClickNode, indent: ae.value.retractWidth ? ae.value.retractWidth : 18, accordion: ae.value.accordion, "show-checkbox": !!ae.value.showCheckbox, "highlight-current": "", lazy: J.value, "filter-node-method": pe, onNodeClick: ve, onNodeContextmenu: me }, { default: f(({ node: t3, data: d2 }) => [d2.nodeId === se.value ? (u(), i("div", P, [g(n2, { modelValue: ce.value, "onUpdate:modelValue": a2[1] || (a2[1] = (e3) => ce.value = e3), size: "small" }, null, 8, ["modelValue"]), m("div", null, [g(l2, { type: "primary", link: "", onClick: (e3) => ((e4) => {
|
|
111
111
|
"" !== ce.value ? (e4.data.name = ce.value, re.value && e4.data.nodeId === re.value ? w(e4, X.configure, X.pageContext).then((t4) => {
|
|
112
112
|
ye(e4, t4.currentNode), Ce(), z.success("保存成功!");
|
|
113
113
|
}) : E(e4, X.configure, X.pageContext).then((t4) => {
|
|
114
114
|
ye(e4, t4.currentNode), Ce(), z.success("保存成功!");
|
|
115
115
|
})) : z.warning("请输入节点名称");
|
|
116
|
-
})(t3) }, { default:
|
|
116
|
+
})(t3) }, { default: f(() => [...a2[2] || (a2[2] = [h(" 保存 ", -1)])]), _: 1 }, 8, ["onClick"]), g(l2, { style: { "margin-left": "4px" }, type: "primary", link: "", onClick: (a3) => ((e3) => {
|
|
117
117
|
re.value && e3.data.nodeId === re.value && te.value.remove(e3), Ce();
|
|
118
|
-
})(t3, e2.configure, e2.pageContext) }, { default:
|
|
118
|
+
})(t3, e2.configure, e2.pageContext) }, { default: f(() => [...a2[3] || (a2[3] = [h(" 撤销 ", -1)])]), _: 1 }, 8, ["onClick"])])])) : (u(), i("span", { key: 1, title: t3.label, class: "ellipsis" }, [d2.iconValue ? (u(), c(o2, { key: 0, iconType: d2.iconType, iconValue: d2.iconValue }, null, 8, ["iconType", "iconValue"])) : ae.value.iconValue ? (u(), c(o2, { key: 1, iconType: ae.value.iconType, iconValue: ae.value.iconValue }, null, 8, ["iconType", "iconValue"])) : (u(), i(y, { key: 2 }, [d2.isLeaf ? (u(), i("div", H, [a2[5] || (a2[5] = m("img", { src: I, class: "file" }, null, -1)), m("span", null, C(d2.name), 1)])) : (u(), i("div", R, [m("div", D, [a2[4] || (a2[4] = m("img", { src: T, class: "file" }, null, -1)), m("span", null, C(d2.name), 1)])]))], 64))], 8, W))]), _: 1 }, 8, ["style", "data", "props", "default-expand-all", "expand-on-click-node", "indent", "accordion", "show-checkbox", "lazy"])) : p("", true), x(m("div", null, [m("ul", { ref_key: "contxtMenuRef", ref: $, class: "context-menu" }, [(u(true), i(y, null, k(q.value, (e3, t3) => (u(), i("li", { key: t3, tabindex: "-1", class: "menu__item", onClick: (t4) => ((e4) => {
|
|
119
119
|
if (ge.value && "standard" === e4.type && e4.standardEvent) if ("edit" === e4.standardEvent) se.value = ge.value.data.nodeId, ce.value = ge.value.data.name;
|
|
120
120
|
else if ("delete" === e4.standardEvent) ge.value.childNodes && ge.value.childNodes.length > 0 && e4.deleteParentNodeTip ? (e4.deleteParentNodeTipMessage || (e4.deleteParentNodeTipMessage = "当前节点下有子节点,确认删除?"), S.confirm(e4.deleteParentNodeTipMessage, { confirmButtonText: "确定", cancelButtonText: "取消", type: "error" }).then(() => {
|
|
121
121
|
ke(e4);
|
|
@@ -126,7 +126,7 @@ const P = { key: 0, class: "custom-tree-node" }, W = ["title"], R = { key: 0, cl
|
|
|
126
126
|
const t5 = xe();
|
|
127
127
|
se.value = t5.nodeId, re.value = t5.nodeId, ce.value = t5.name, "addSiblingNode" === e4.standardEvent ? (t5.isLeaf = ge.value.data.isLeaf, ge.value.parent && ge.value.parent.level > 0 ? te.value.append(t5, ge.value.parent) : oe.value.push(t5)) : "addChildNode" === e4.standardEvent && (t5.isLeaf = true, ge.value.data.isLeaf = false, te.value.append(t5, ge.value), te.value.setCurrentKey(t5.nodeId, true));
|
|
128
128
|
}
|
|
129
|
-
})(e3) }, [
|
|
129
|
+
})(e3) }, [m("span", null, C(e3.name), 1)], 8, O))), 128))], 512)], 512), [[N, A.value && ((_a2 = q.value) == null ? void 0 : _a2.length) > 0]])], 2);
|
|
130
130
|
};
|
|
131
131
|
} });
|
|
132
132
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as e,
|
|
2
|
-
const o = { style: { "text-align": "center", color: "red" } }, c = e({ __name: "error-render", props: { configure: { type: Object, default: { name: "未知" } }, selectWidget: Object, indexObj: Object }, setup: (e2) => (c2, a) => (
|
|
1
|
+
import { defineComponent as e, openBlock as t, createElementBlock as r, toDisplayString as n } from "vue";
|
|
2
|
+
const o = { style: { "text-align": "center", color: "red" } }, c = e({ __name: "error-render", props: { configure: { type: Object, default: { name: "未知" } }, selectWidget: Object, indexObj: Object }, setup: (e2) => (c2, a) => (t(), r("div", o, " 不能识别的组件类型【" + n(e2.configure.name) + "】 ", 1)) });
|
|
3
3
|
export {
|
|
4
4
|
c as default
|
|
5
5
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as e, ref as t, computed as l, onMounted as o, nextTick as n, resolveComponent as a,
|
|
1
|
+
import { defineComponent as e, ref as t, computed as l, onMounted as o, nextTick as n, resolveComponent as a, openBlock as u, createBlock as i, normalizeStyle as r, unref as s, normalizeClass as p, withCtx as c, createVNode as f, createElementBlock as g, Fragment as v, renderList as d, toDisplayString as m, createCommentVNode as h } from "vue";
|
|
2
2
|
import { setVariableValue as y, getVariableValue as x, getOptionDatasFromPage as b, monitorFieldChange as C, autoSetAfterSelect as k, queryOptionDatasources as S } from "../../../../utils/page-helper-util.js";
|
|
3
3
|
import { getFormModelFields as j } from "../../../../utils/page-init-util.js";
|
|
4
4
|
import { handleFormEvent as R, handleAfterInitEvent as _ } from "../../../../utils/events/event-util.js";
|
|
@@ -56,7 +56,7 @@ const V = e({ __name: "checkbox-runtime", props: { pageContext: {}, configure: {
|
|
|
56
56
|
}
|
|
57
57
|
} }), (t2, l2) => {
|
|
58
58
|
const o2 = a("el-checkbox"), n2 = a("el-checkbox-group"), y2 = a("el-form-item");
|
|
59
|
-
return
|
|
59
|
+
return u(), i(y2, { ref_key: "formItemRef", ref: N, class: p(s(P) + (z.value ? " " + z.value : "")), required: !!U.value.required, "label-width": U.value.labelWidth, style: r(s(M)) }, { label: c(() => [U.value.tittleShow ? (u(), g("div", { key: 0, ref_key: "titleRef", ref: X, style: r({ ...s(T), ...s(F) }) }, m(s(I)(U.value.title)), 5)) : h("", true)]), default: c(() => [f(n2, { ref_key: "componentRef", ref: Q, disabled: "disabled" === U.value.state, size: U.value.size, onChange: U.value.changeMethod, modelValue: O.value, "onUpdate:modelValue": l2[0] || (l2[0] = (e3) => O.value = e3) }, { default: c(() => [(u(true), g(v, null, d(W.value, (t3) => (u(), i(o2, { key: t3.value, value: t3.value, label: t3.label, onClick: (l3) => s(R)(t3.value, e2.pageContext, e2.configure, "click", { values: O.value }) }, null, 8, ["value", "label", "onClick"]))), 128))]), _: 1 }, 8, ["disabled", "size", "onChange", "modelValue"])]), _: 1 }, 8, ["class", "required", "label-width", "style"]);
|
|
60
60
|
};
|
|
61
61
|
} });
|
|
62
62
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as e, computed as l, resolveComponent as r,
|
|
1
|
+
import { defineComponent as e, computed as l, resolveComponent as r, openBlock as t, createElementBlock as p, Fragment as o, createBlock as u, isRef as a, unref as i, createCommentVNode as n } from "vue";
|
|
2
2
|
import { formatVariableValue as s, setVariableValue as y, getVariableValue as f } from "../../../../utils/page-helper-util.js";
|
|
3
3
|
const x = e({ __name: "title-suffix-element", props: { pageContext: {}, property: {} }, setup(e2) {
|
|
4
4
|
const x2 = e2, c = x2.pageContext.entity;
|
|
@@ -30,7 +30,7 @@ const x = e({ __name: "title-suffix-element", props: { pageContext: {}, property
|
|
|
30
30
|
} else y(c, d, e3);
|
|
31
31
|
} })), (l2, s2) => {
|
|
32
32
|
const y2 = r("el-radio"), f2 = r("el-checkbox");
|
|
33
|
-
return
|
|
33
|
+
return t(), p(o, null, ["radio" === e2.property.prefixType ? (t(), u(y2, { key: 0, value: e2.property.prefixValue, label: e2.property.title, modelValue: i(b), "onUpdate:modelValue": s2[0] || (s2[0] = (e3) => a(b) ? b.value = e3 : b = e3) }, null, 8, ["value", "label", "modelValue"])) : n("", true), "checkbox" === e2.property.prefixType ? (t(), u(f2, { key: 1, label: e2.property.title, value: e2.property.prefixValue, modelValue: i(b), "onUpdate:modelValue": s2[1] || (s2[1] = (e3) => a(b) ? b.value = e3 : b = e3) }, null, 8, ["label", "value", "modelValue"])) : n("", true)], 64);
|
|
34
34
|
};
|
|
35
35
|
} });
|
|
36
36
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as e, computed as t, ref as o, onMounted as n, nextTick as a, onUnmounted as i, resolveComponent as u,
|
|
1
|
+
import { defineComponent as e, computed as t, ref as o, onMounted as n, nextTick as a, onUnmounted as i, resolveComponent as u, openBlock as l, createBlock as r, normalizeStyle as s, unref as p, normalizeClass as c, withCtx as f, createElementBlock as d, resolveDynamicComponent as m, createCommentVNode as g, toDisplayString as v } from "vue";
|
|
2
2
|
import { getFormModelFields as C } from "../../../../utils/page-init-util.js";
|
|
3
3
|
import { setVariableValue as x, getVariableValue as y, formatVariableValue as b, getFormPropName as h, setVariableValueWithProp as j } from "../../../../utils/page-helper-util.js";
|
|
4
4
|
import { handleAfterInitEvent as R, handleEvent as k } from "../../../../utils/events/event-util.js";
|
|
@@ -61,7 +61,7 @@ const U = { key: 0, style: { width: "100%", height: "100%" } }, q = { key: 1, st
|
|
|
61
61
|
requiredClass.value = addRequiredClassUtil();
|
|
62
62
|
} }), (t2, o2) => {
|
|
63
63
|
const n2 = u("el-form-item");
|
|
64
|
-
return W.value.tittleShow ? (
|
|
64
|
+
return W.value.tittleShow ? (l(), r(n2, { key: 0, ref_key: "formItemRef", ref: Z, required: W.value.required, class: c(p(A)), "label-width": W.value.labelWidth, style: s(p(I)) }, { label: f(() => [W.value.tittleShow ? (l(), d("div", { key: 0, ref_key: "titleRef", ref: ee, style: s({ ...p(B) }) }, v(p(E)(W.value.title)), 5)) : g("", true)]), default: f(() => [L.value ? (l(), d("div", U, [(l(), r(m(L.value), { ref_key: "customRef", ref: Y, size: W.value.size, entity: e2.pageContext.entity.data, pageData: e2.pageContext.entity.page, pageContext: e2.pageContext, configureObj: e2.configure, prop: p(h)(e2.configure.props && e2.configure.props.base ? e2.configure.props.base.prop : null), "custom-params": p(J), modelValue: H.value, "onUpdate:modelValue": o2[0] || (o2[0] = (e3) => H.value = e3), disabled: "disabled" === W.value.state, "additional-param-map": p(K), "component-id": X.value, onSetEntityValue: M, onSetCustomRules: N, onRestoreGridEdit: Q, onHandleEvent: te, onChange: o2[1] || (o2[1] = (t3) => p(k)(H.value, e2.pageContext, e2.configure, "change")) }, null, 40, ["size", "entity", "pageData", "pageContext", "configureObj", "prop", "custom-params", "modelValue", "disabled", "additional-param-map", "component-id"]))])) : g("", true)]), _: 1 }, 8, ["required", "class", "label-width", "style"])) : L.value ? (l(), d("div", q, [(l(), r(m(L.value), { ref_key: "customRef", ref: Y, entity: e2.pageContext.entity.data, pageData: e2.pageContext.entity.page, pageContext: e2.pageContext, configureObj: e2.configure, prop: p(h)(e2.configure.props && e2.configure.props.base ? e2.configure.props.base.prop : null), "custom-params": p(J), modelValue: H.value, "onUpdate:modelValue": o2[2] || (o2[2] = (e3) => H.value = e3), disabled: "disabled" === W.value.state, "additional-param-map": p(K), "component-id": X.value, onSetEntityValue: M, onSetCustomRules: N, onRestoreGridEdit: Q, onHandleEvent: te, onChange: o2[3] || (o2[3] = (t3) => p(k)(H.value, e2.pageContext, e2.configure, "change")) }, null, 40, ["entity", "pageData", "pageContext", "configureObj", "prop", "custom-params", "modelValue", "disabled", "additional-param-map", "component-id"]))])) : g("", true);
|
|
65
65
|
};
|
|
66
66
|
} });
|
|
67
67
|
export {
|
package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as e, ref as a, onMounted as l, nextTick as t, computed as o, resolveComponent as r,
|
|
1
|
+
import { defineComponent as e, ref as a, onMounted as l, nextTick as t, computed as o, resolveComponent as r, openBlock as u, createBlock as n, normalizeStyle as i, unref as c, normalizeClass as p, withCtx as s, createElementBlock as d, Fragment as v, createTextVNode as f, toDisplayString as g, createCommentVNode as m } from "vue";
|
|
2
2
|
import { getFormModelFields as h } from "../../../../utils/page-init-util.js";
|
|
3
3
|
import { getDateShortCuts as y } from "../../../../utils/form/date-shortcuts.js";
|
|
4
4
|
import { getModelFieldFromPageContext as C, getValueFromVariable as x, setVariableValue as b, getVariableValue as F, isDateDataType as k } from "../../../../utils/page-helper-util.js";
|
|
@@ -94,7 +94,7 @@ const D = e({ __name: "datepicker-runtime", props: { pageContext: {}, configure:
|
|
|
94
94
|
w.value = Y();
|
|
95
95
|
} }), (a2, l2) => {
|
|
96
96
|
const t2 = r("el-time-picker"), o2 = r("el-date-picker"), h2 = r("el-form-item");
|
|
97
|
-
return
|
|
97
|
+
return u(), n(h2, { ref_key: "formItemRef", ref: O, required: U.value.required, class: p(c($) + (w.value ? " " + w.value : "")), "label-width": U.value.labelWidth, style: i(c(M)) }, { label: s(() => [U.value.tittleShow ? (u(), d("div", { key: 0, ref_key: "titleRef", ref: H, style: i({ ...c(B), ...c(I) }) }, [U.value.prefixType ? (u(), n(j, { key: 0, pageContext: e2.pageContext, property: U.value }, null, 8, ["pageContext", "property"])) : (u(), d(v, { key: 1 }, [f(g(c(R)(U.value.title)), 1)], 64))], 4)) : m("", true)]), default: s(() => ["time" == U.value.dateType || "timerange" == U.value.dateType ? (u(), n(t2, { key: 0, ref_key: "componentRef", ref: G, "is-range": "timerange" == U.value.dateType, style: { width: "100%" }, "range-separator": "-", clearable: U.value.clearable, disabled: "disabled" === U.value.state, readonly: "readonly" === U.value.state, size: U.value.size, placeholder: U.value.placeholder, "start-placeholder": U.value.placeholder, "end-placeholder": U.value.endPlaceholder ? U.value.endPlaceholder : U.value.placeholder, "unlink-panels": true, format: U.value.format, "value-format": U.value.valueFormat, modelValue: K.value, "onUpdate:modelValue": l2[0] || (l2[0] = (e3) => K.value = e3), shortcuts: L.value, type: U.value.dateType, onChange: l2[1] || (l2[1] = (a3) => c(P)(a3, e2.pageContext, e2.configure, "change")), onBlur: l2[2] || (l2[2] = (a3) => c(P)(a3, e2.pageContext, e2.configure, "blur")), onFocus: l2[3] || (l2[3] = (a3) => c(P)(a3, e2.pageContext, e2.configure, "focus")), onVisibleChange: l2[4] || (l2[4] = (a3) => c(P)(a3, e2.pageContext, e2.configure, "visible-change")), onPanelChange: l2[5] || (l2[5] = (a3) => c(P)(a3, e2.pageContext, e2.configure, "panel-change")), onClear: l2[6] || (l2[6] = (a3) => c(P)(a3, e2.pageContext, e2.configure, "clear")) }, null, 8, ["is-range", "clearable", "disabled", "readonly", "size", "placeholder", "start-placeholder", "end-placeholder", "format", "value-format", "modelValue", "shortcuts", "type"])) : "combined" !== U.value.dateRangePickerMode && ["daterange", "datetimerange", "monthrange", "yearrange"].includes(U.value.dateType) ? (u(), n(c(_), { key: 1, modelValue: K.value, "onUpdate:modelValue": l2[7] || (l2[7] = (e3) => K.value = e3), type: U.value.dateType, disabled: "disabled" === U.value.state, readonly: "readonly" === U.value.state, clearable: U.value.clearable, format: U.value.format, "value-format": U.value.valueFormat, placeholder: U.value.placeholder, "start-placeholder": U.value.placeholder, "end-placeholder": U.value.endPlaceholder ? U.value.endPlaceholder : U.value.placeholder, size: U.value.size, shortcuts: L.value, onChange: l2[8] || (l2[8] = (a3) => c(P)(a3, e2.pageContext, e2.configure, "change")), onBlur: l2[9] || (l2[9] = (a3) => c(P)(a3, e2.pageContext, e2.configure, "blur")), onFocus: l2[10] || (l2[10] = (a3) => c(P)(a3, e2.pageContext, e2.configure, "focus")), onVisibleChange: l2[11] || (l2[11] = (a3) => c(P)(a3, e2.pageContext, e2.configure, "visible-change")), onPanelChange: l2[12] || (l2[12] = (a3) => c(P)(a3, e2.pageContext, e2.configure, "panel-change")), onClear: l2[13] || (l2[13] = (a3) => c(P)(a3, e2.pageContext, e2.configure, "clear")) }, null, 8, ["modelValue", "type", "disabled", "readonly", "clearable", "format", "value-format", "placeholder", "start-placeholder", "end-placeholder", "size", "shortcuts"])) : (u(), n(o2, { key: 2, ref_key: "componentRef", ref: G, clearable: U.value.clearable, style: { width: "100%" }, "unlink-panels": true, disabled: "disabled" === U.value.state, readonly: "readonly" === U.value.state, size: U.value.size, placeholder: U.value.placeholder, "start-placeholder": U.value.placeholder, "end-placeholder": U.value.endPlaceholder ? U.value.endPlaceholder : U.value.placeholder, format: U.value.format, "value-format": U.value.valueFormat, modelValue: K.value, "onUpdate:modelValue": l2[14] || (l2[14] = (e3) => K.value = e3), shortcuts: L.value, type: U.value.dateType, onChange: l2[15] || (l2[15] = (a3) => c(P)(a3, e2.pageContext, e2.configure, "change")), onBlur: l2[16] || (l2[16] = (a3) => c(P)(a3, e2.pageContext, e2.configure, "blur")), onFocus: l2[17] || (l2[17] = (a3) => c(P)(a3, e2.pageContext, e2.configure, "focus")), onVisibleChange: l2[18] || (l2[18] = (a3) => c(P)(a3, e2.pageContext, e2.configure, "visible-change")), onPanelChange: l2[19] || (l2[19] = (a3) => c(P)(a3, e2.pageContext, e2.configure, "panel-change")), onClear: l2[20] || (l2[20] = (a3) => c(P)(a3, e2.pageContext, e2.configure, "clear")) }, null, 8, ["clearable", "disabled", "readonly", "size", "placeholder", "start-placeholder", "end-placeholder", "format", "value-format", "modelValue", "shortcuts", "type"]))]), _: 1 }, 8, ["required", "class", "label-width", "style"]);
|
|
98
98
|
};
|
|
99
99
|
} });
|
|
100
100
|
export {
|