agilebuilder-ui 1.1.65-tmp20 → 1.1.65-tmp21
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/index.full.min.js +5 -5
- package/dist/style.css +10 -10
- package/es/index.mjs +1 -1
- package/es/style.css +958 -958
- package/es/super-grid/src/custom-formatter.mjs +1 -1
- package/es/super-grid/src/normal-column-content.vue.mjs +2 -2
- package/lib/index.cjs +5 -5
- package/lib/style.css +946 -946
- package/lib/super-grid/src/custom-formatter.cjs +1 -1
- package/lib/super-grid/src/normal-column-content.vue.cjs +2 -2
- package/package.json +1 -1
package/dist/index.full.min.js
CHANGED
|
@@ -4720,7 +4720,7 @@
|
|
|
4720
4720
|
let i2 = e2[t2];
|
|
4721
4721
|
this.isObjectProp(t2) && (i2 = this.objectPropOriginalValue(e2, t2));
|
|
4722
4722
|
const a = doFormat$1(this.column, i2), l = o.call(this, i2, a, e2, this.column, n);
|
|
4723
|
-
return void 0 !== l && l;
|
|
4723
|
+
return void 0 !== l && (window.$vueApp.component(t2 + n, l), true);
|
|
4724
4724
|
}
|
|
4725
4725
|
return false;
|
|
4726
4726
|
}, isObjectProp: (e2) => !!(e2 && e2.indexOf(".") > 0), objectPropOriginalValue(e2, t2) {
|
|
@@ -5782,7 +5782,7 @@
|
|
|
5782
5782
|
const l = Vue.resolveComponent("superIcon"), s = Vue.resolveComponent("el-tooltip"), r = Vue.resolveDirective("permission");
|
|
5783
5783
|
return Vue.openBlock(), Vue.createElementBlock("span", { style: Vue.normalizeStyle(i2.myStyle) }, [a.isShowButton() ? (Vue.openBlock(), Vue.createBlock(s, { key: 0, disabled: a.tooltipDisabled, content: o.label, placement: "top" }, { default: Vue.withCtx(() => [a.operationSettingData.permission ? Vue.withDirectives((Vue.openBlock(), Vue.createBlock(Vue.resolveDynamicComponent(a.isElementType), Vue.mergeProps({ key: 0 }, a.operationSettingData, { class: "row-operation-icon", disabled: e2.preventReclick, onMousedown: t2[0] || (t2[0] = (e3) => a.onClickFun(a.operationSettingData)) }), { default: Vue.withCtx(() => [a.prefixIcon ? (Vue.openBlock(), Vue.createBlock(l, { key: 0, iconValue: a.prefixIcon, class: Vue.normalizeClass([{ "is-text-labl": !!a.labelText }, "prefix-btn-icon"]) }, null, 8, ["iconValue", "class"])) : Vue.createCommentVNode("", true), Vue.createTextVNode(" " + Vue.toDisplayString(a.labelText) + " ", 1), a.suffixIcon ? (Vue.openBlock(), Vue.createBlock(l, { key: 1, iconValue: a.suffixIcon, class: Vue.normalizeClass([{ "is-text-labl": !!a.labelText }, "suffix-btn-icon"]) }, null, 8, ["iconValue", "class"])) : Vue.createCommentVNode("", true)]), _: 1 }, 16, ["disabled"])), [[r, a.operationSettingData.permission]]) : (Vue.openBlock(), Vue.createBlock(Vue.resolveDynamicComponent(a.isElementType), Vue.mergeProps({ key: 1 }, a.operationSettingData, { class: "row-operation-icon", disabled: e2.preventReclick, onMousedown: t2[1] || (t2[1] = (e3) => a.onClickFun(a.operationSettingData)) }), { default: Vue.withCtx(() => [a.prefixIcon ? (Vue.openBlock(), Vue.createBlock(l, { key: 0, iconValue: a.prefixIcon, class: Vue.normalizeClass([{ "is-text-labl": !!a.labelText }, "prefix-btn-icon"]) }, null, 8, ["iconValue", "class"])) : Vue.createCommentVNode("", true), Vue.createTextVNode(" " + Vue.toDisplayString(a.labelText) + " ", 1), a.suffixIcon ? (Vue.openBlock(), Vue.createBlock(l, { key: 1, iconValue: a.suffixIcon, class: Vue.normalizeClass([{ "is-text-labl": !!a.labelText }, "suffix-btn-icon"]) }, null, 8, ["iconValue", "class"])) : Vue.createCommentVNode("", true)]), _: 1 }, 16, ["disabled"]))]), _: 1 }, 8, ["disabled", "content"])) : Vue.createCommentVNode("", true)], 4);
|
|
5784
5784
|
}
|
|
5785
|
-
const RowOperation = _export_sfc(_sfc_main$1Y, [["render", _sfc_render$1e], ["__scopeId", "data-v-e34a61f7"]]),
|
|
5785
|
+
const RowOperation = _export_sfc(_sfc_main$1Y, [["render", _sfc_render$1e], ["__scopeId", "data-v-e34a61f7"]]), normalColumnContent_vue_vue_type_style_index_0_scoped_c44b1087_lang = "", _sfc_main$1X = { components: { DynamicInput, RowOperation, ViewImageDialog, FsPreview, RichEditorViewer, CirclePlus: ElementPlusIconsVue.CirclePlus, ElIconZoomIn: ElementPlusIconsVue.ZoomIn, GridIcon }, name: "NormalColumnContent", props: { isContentViewText: { type: Boolean, default: false }, column: { type: Object, default: null }, customFormat: { type: Function, default: null }, listCode: { type: String, default: null }, isSql: { type: Boolean, default: false }, newWidth: { type: Number, default: null }, dragColumnProp: { type: String, default: null }, tableName: { type: String, default: null }, pageCode: { type: String, default: null }, listName: { type: String, default: null }, currentPage: { type: Number, default: 1 }, gridData: { type: Array, default: null }, pageGridData: { type: Array, default: null }, listToolbarFormData: { type: Object, default: null }, row: { type: Object, default: null }, rowIndex: { type: Number, default: null }, isShowForm: { type: Boolean, default: false } }, data() {
|
|
5786
5786
|
let e2;
|
|
5787
5787
|
const t2 = store$1.get(this.listCode), o = t2.options;
|
|
5788
5788
|
t2.options.extraParam && t2.options.extraParam.entityMap && (e2 = t2.options.extraParam.entityMap);
|
|
@@ -6072,9 +6072,9 @@
|
|
|
6072
6072
|
function _sfc_render$1d(e2, t2, o, n, i2, a) {
|
|
6073
6073
|
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l;
|
|
6074
6074
|
const l = Vue.resolveComponent("dynamic-input"), s = Vue.resolveComponent("Edit"), r = Vue.resolveComponent("el-icon"), u = Vue.resolveComponent("el-dropdown-item"), c = Vue.resolveComponent("el-dropdown-menu"), d = Vue.resolveComponent("el-dropdown"), p = Vue.resolveComponent("row-operation"), m = Vue.resolveComponent("secret-info"), h2 = Vue.resolveComponent("FsPreview"), g = Vue.resolveComponent("SuperIcon"), f = Vue.resolveComponent("el-link"), A = Vue.resolveComponent("el-tooltip"), y = Vue.resolveComponent("GridIcon"), w = Vue.resolveComponent("view-image-dialog"), C = Vue.resolveComponent("rich-editor-viewer"), V = Vue.resolveDirective("permission");
|
|
6075
|
-
return Vue.openBlock(), Vue.createElementBlock("div", _hoisted_1$1t, [a.isEditing || o.isShowForm ? (Vue.openBlock(), Vue.createBlock(l, { key: 0, ref: "dynamicRef", value: o.row[o.column.prop], "onUpdate:value": t2[0] || (t2[0] = (e3) => o.row[o.column.prop] = e3), class: Vue.normalizeClass(i2.requiredClass), column: o.column, "is-sql": o.isSql, "line-edit": i2.lineEdit, "list-code": o.listCode, "list-toolbar-form-data": o.listToolbarFormData, options: o.column.valueSet, "grid-options": i2.options, position: { row: o.rowIndex, prop: o.column.prop }, disabled: i2.disabled, row: o.row, "row-index": o.rowIndex, type: o.column.componentType, onKeyup: Vue.withKeys(a.clearAllEditing, ["enter"]), onFindIndex: t2[1] || (t2[1] = (e3) => a.findIndex(o.rowIndex)), onFocus: t2[2] || (t2[2] = (e3) => a.onFocus(o.rowIndex)), onProhibitToEdit: a.prohibitToEdit, onRefreshList: a.refreshList, onRefresData: a.refresData, onRefresMainTableFields: a.refresMainTableFields, onRefresPortData: a.refresPortData, onRefresPortsData: a.refresPortsData, onChangeDisabled: a.changeDisabled, onChangeRequired: a.changeRequired, onOpenPage: a.openPageEvent }, null, 8, ["value", "class", "column", "is-sql", "line-edit", "list-code", "list-toolbar-form-data", "options", "grid-options", "position", "disabled", "row", "row-index", "type", "onKeyup", "onProhibitToEdit", "onRefreshList", "onRefresData", "onRefresMainTableFields", "onRefresPortData", "onRefresPortsData", "onChangeDisabled", "onChangeRequired", "onOpenPage"])) : (Vue.openBlock(), Vue.createElementBlock("div", { key: 1, class: Vue.normalizeClass(((_d = (_c = (_b = (_a = i2.options) == null ? void 0 : _a.configureObj) == null ? void 0 : _b.props) == null ? void 0 : _c.base) == null ? void 0 : _d.columnEditable) ? "column-text-main" : "") }, [i2.lineEdit.editable && ((_h = (_g = (_f = (_e = i2.options) == null ? void 0 : _e.configureObj) == null ? void 0 : _f.props) == null ? void 0 : _g.base) == null ? void 0 : _h.columnEditable) && i2.isEditable && !a.isHideEdit && !o.isContentViewText ? (Vue.openBlock(), Vue.createElementBlock("div", { key: 0, class: "column-text-edit-main", onClick: t2[3] || (t2[3] = (...e3) => a.onEditing && a.onEditing(...e3)) }, [Vue.createVNode(r, { size: 14, color: "#409eff" }, { default: Vue.withCtx(() => [Vue.createVNode(s)]), _: 1 }), [void 0, null, ""].includes(o.row[o.column.prop]) ? (Vue.openBlock(), Vue.createElementBlock("span", _hoisted_2$_, Vue.toDisplayString(e2.$t("superGrid.editablePlaceholder")), 1)) : Vue.createCommentVNode("", true)])) : Vue.createCommentVNode("", true), o.column.operations ? (Vue.openBlock(), Vue.createElementBlock("span", _hoisted_3$J, [(Vue.openBlock(true), Vue.createElementBlock(Vue.Fragment, null, Vue.renderList(o.column.operations, (t3, n2) => (Vue.openBlock(), Vue.createElementBlock("span", { key: n2, class: Vue.normalizeClass([o.isShowForm ? "" : "cell--span", "buttons-row-content-span"]) }, [t3.isGroup ? (Vue.openBlock(), Vue.createBlock(d, { key: 0, size: t3.buttons && t3.buttons.length > 0 ? t3.buttons[0].props.size : "small", "split-button": "", onCommand: a.handleCommand }, { dropdown: Vue.withCtx(() => [Vue.createVNode(c, null, { default: Vue.withCtx(() => [(Vue.openBlock(true), Vue.createElementBlock(Vue.Fragment, null, Vue.renderList(t3.buttons, (t4, n3) => (Vue.openBlock(), Vue.createElementBlock("span", { key: t4.props.code + n3 }, [Vue.withDirectives((Vue.openBlock(), Vue.createBlock(u, { command: a.beforeHandleCommand(t4.props.code, o.row, o.rowIndex), disabled: e2.preventReclick }, { default: Vue.withCtx(() => [Vue.createTextVNode(Vue.toDisplayString(e2.$escapeHtml(t4.props.label)), 1)]), _: 2 }, 1032, ["command", "disabled"])), [[V, t4.props.permission]])]))), 128))]), _: 2 }, 1024)]), default: Vue.withCtx(() => [Vue.createTextVNode(Vue.toDisplayString(e2.$escapeHtml(t3.label)) + " ", 1)]), _: 2 }, 1032, ["size", "onCommand"])) : t3.props.customControl ? Vue.withDirectives((Vue.openBlock(), Vue.createBlock(Vue.resolveDynamicComponent(t3.props.customControl), { key: o.column.prop + "_" + o.rowIndex + "_" + o.currentPage, disabled: true, row: o.pageGridData[o.rowIndex], entity: o.pageGridData[o.rowIndex], prop: o.column.prop, parent: i2.parentFormData, "row-index": o.rowIndex, "grid-data": o.gridData, "page-grid-data": o.pageGridData, "current-page": o.currentPage, "custom-params": i2.controlConfig ? i2.controlConfig.customParams : null, onRefreshList: a.refreshList }, null, 40, ["row", "entity", "prop", "parent", "row-index", "grid-data", "page-grid-data", "current-page", "custom-params", "onRefreshList"])), [[V, t3.props.permission]]) : (Vue.openBlock(), Vue.createBlock(p, { key: 2, column: o.column, editing: o.row.$editing, entity: o.row, "is-show": t3.isShow, label: t3.props.label ? t3.props.label : o.row[o.column.prop], "on-click": t3.onClick, "operation-index": n2, "operation-setting": t3.props, "event-name": t3.eventName, "row-index": o.rowIndex, "list-code": o.listCode, "parent-form-data": i2.parentFormData, "is-table-btn-link": "" }, null, 8, ["column", "editing", "entity", "is-show", "label", "on-click", "operation-index", "operation-setting", "event-name", "row-index", "list-code", "parent-form-data"]))], 2))), 128))])) : e2.customFormatValue(o.row, o.column.prop, o.customFormat, o.rowIndex) ? (Vue.openBlock(), Vue.createElementBlock("span", { key: 2, class: Vue.normalizeClass(o.isShowForm ? "" : "cell--span") }, [(Vue.openBlock(), Vue.createBlock(Vue.resolveDynamicComponent(e2.customFormatValue(o.row, o.column.prop, o.customFormat, o.rowIndex)), { entity: o.row, parent: i2.parentFormData, prop: o.column.prop, row: o.row, "row-index": o.rowIndex, "select-options": o.column.valueSet, "show-value": e2.$escapeHtml(a.getLabel(o.row, o.rowIndex)), value: a.getCellValue(o.row), "additional-param-map": i2.additionalParamMap, "additional-settings": i2.additionalSettings, "page-context": (_i = i2.options) == null ? void 0 : _i.pageContext, "custom-params": i2.controlConfig ? i2.controlConfig.customParams : null }, null, 8, ["entity", "parent", "prop", "row", "row-index", "select-options", "show-value", "value", "additional-param-map", "additional-settings", "page-context", "custom-params"]))], 2)) : void 0 !== i2.columnFormatter && void 0 !== i2.columnFormatter.type && "customControl" === i2.columnFormatter.type && i2.columnFormatter.options && i2.columnFormatter.options.format && "" !== i2.columnFormatter.options.format ? (Vue.openBlock(), Vue.createElementBlock("span", { key: 3, class: Vue.normalizeClass("newline" === i2.textOverflow ? "wrap-text" : "ellipsis cell--span") }, [(Vue.openBlock(), Vue.createBlock(Vue.resolveDynamicComponent(i2.columnFormatter.options.format), { key: o.column.prop + "_" + o.rowIndex + "_" + o.currentPage, "current-page": o.currentPage, disabled: true, entity: o.pageGridData[o.rowIndex], "get-form-data": i2.getFormData, "get-grid-data": i2.getTableGridData, "grid-data": o.gridData, "page-grid-data": o.pageGridData, parent: i2.parentFormData, prop: o.column.prop, row: o.pageGridData[o.rowIndex], "row-index": o.rowIndex, "select-options": o.column.valueSet, "show-value": e2.$escapeHtml(a.getLabel(o.pageGridData[o.rowIndex], o.rowIndex)), value: a.getCellValue(o.pageGridData[o.rowIndex]), "additional-param-map": i2.additionalParamMap, listCode: o.listCode, "component-id": i2.componentId, "additional-settings": i2.additionalSettings, "page-context": (_j = i2.options) == null ? void 0 : _j.pageContext, "custom-params": a.getCustomParams(), onProhibitToEdit: a.prohibitToEdit, onRefreshList: a.refreshList }, null, 40, ["current-page", "entity", "get-form-data", "get-grid-data", "grid-data", "page-grid-data", "parent", "prop", "row", "row-index", "select-options", "show-value", "value", "additional-param-map", "listCode", "component-id", "additional-settings", "page-context", "custom-params", "onProhibitToEdit", "onRefreshList"]))], 2)) : void 0 !== i2.columnFormatter && void 0 !== i2.columnFormatter.type && "secretInfo" === i2.columnFormatter.type ? (Vue.openBlock(), Vue.createElementBlock("span", { key: 4, id: o.column.prop + "DomData" + o.rowIndex, class: Vue.normalizeClass(o.isShowForm ? "" : "cell--span") }, [Vue.createVNode(m, { entity: o.row, "field-label": e2.$escapeHtml(e2.label), "list-code": o.listCode, "list-name": o.listName, "page-code": o.pageCode, prop: o.column.prop, "table-name": o.tableName, value: a.getCellValue(o.row) }, null, 8, ["entity", "field-label", "list-code", "list-name", "page-code", "prop", "table-name", "value"])], 10, _hoisted_4$w)) : e2.isObjectProp(o.column.prop) ? (Vue.openBlock(), Vue.createElementBlock(Vue.Fragment, { key: 5 }, [o.column.formatter && "files" === o.column.formatter.type ? (Vue.openBlock(), Vue.createElementBlock("span", _hoisted_5$o, [Vue.createElementVNode("span", { id: o.column.prop + "DomData" + o.rowIndex, title: e2.isShowOverflowTooltip ? e2.$escapeHtml(a.getLabel(o.row)) : "", class: Vue.normalizeClass("newline" === i2.textOverflow ? "wrap-text" : "ellipsis cell--span") }, [Vue.createVNode(h2, { entity: o.row, "file-set-obj": a.getFilesFormatter(), "is-sql": o.isSql, label: e2.$escapeHtml(a.getLabel(o.row, o.rowIndex)) }, null, 8, ["entity", "file-set-obj", "is-sql", "label"])], 10, _hoisted_6$j)])) : "hyperlinks" === ((_k = i2.columnFormatter) == null ? void 0 : _k.type) && true === i2.linkObject.visible ? (Vue.openBlock(), Vue.createBlock(f, { key: 1, type: a.getLinkType(o.row), onClick: t2[4] || (t2[4] = (t3) => e2.clickHyperLink(o.column, o.row, o.listCode, o.rowIndex)) }, { default: Vue.withCtx(() => [e2.isShowOverflowTooltip ? (Vue.openBlock(), Vue.createElementBlock("span", { key: 0, id: o.column.prop + "DomData" + o.rowIndex, style: Vue.normalizeStyle("newline" === i2.textOverflow ? {} : { width: i2.cellWidth + "px" }), title: i2.linkObject.title, class: Vue.normalizeClass("newline" === i2.textOverflow ? "wrap-text" : "ellipsis cell--span") }, [Vue.createTextVNode(Vue.toDisplayString(i2.linkObject.label) + " ", 1), i2.linkObject.icon ? (Vue.openBlock(), Vue.createBlock(g, { key: 0, iconValue: i2.linkObject.icon }, null, 8, ["iconValue"])) : Vue.createCommentVNode("", true)], 14, _hoisted_7$c)) : (Vue.openBlock(), Vue.createElementBlock("span", { key: 1, id: o.column.prop + "DomData" + o.rowIndex, class: Vue.normalizeClass(o.isShowForm ? "" : "cell--span") }, [Vue.createTextVNode(Vue.toDisplayString(i2.linkObject.label) + " ", 1), i2.linkObject.icon ? (Vue.openBlock(), Vue.createBlock(g, { key: 0, iconValue: i2.linkObject.icon }, null, 8, ["iconValue"])) : Vue.createCommentVNode("", true)], 10, _hoisted_8$9))]), _: 1 }, 8, ["type"])) : e2.isShowOverflowTooltip ? (Vue.openBlock(), Vue.createElementBlock("span", { key: 2, id: o.column.prop + "DomData" + o.rowIndex, style: Vue.normalizeStyle("newline" === i2.textOverflow ? {} : { width: i2.cellWidth + "px" }), title: e2.$escapeHtml(a.getLabel(o.row)), class: Vue.normalizeClass("newline" === i2.textOverflow ? "wrap-text" : "ellipsis cell--span") }, Vue.toDisplayString(e2.$escapeHtml(a.getLabel(o.row, o.rowIndex))), 15, _hoisted_9$9)) : (Vue.openBlock(), Vue.createElementBlock("span", { key: 3, id: o.column.prop + "DomData" + o.rowIndex, class: Vue.normalizeClass(o.isShowForm ? "" : "cell--span") }, Vue.toDisplayString(e2.$escapeHtml(a.getLabel(o.row, o.rowIndex))), 11, _hoisted_10$9))], 64)) : (Vue.openBlock(), Vue.createElementBlock(Vue.Fragment, { key: 6 }, ["annex" === o.column.componentType || "multipartUpload" === o.column.componentType ? (Vue.openBlock(), Vue.createElementBlock("span", _hoisted_11$7, [e2.isShowOverflowTooltip ? (Vue.openBlock(), Vue.createElementBlock("span", { key: 0, id: o.column.prop + "DomData" + o.rowIndex, title: e2.$escapeHtml(a.getLabel(o.row)), class: Vue.normalizeClass("newline" === i2.textOverflow ? "wrap-text" : "ellipsis cell--span") }, [Vue.createVNode(h2, { width: i2.cellWidth, entity: o.row, "file-set-obj": a.getFileObj(o.column.fileSet), "is-sql": o.isSql, label: e2.$escapeHtml(a.getLabel(o.row, o.rowIndex)) }, null, 8, ["width", "entity", "file-set-obj", "is-sql", "label"])], 10, _hoisted_12$6)) : (Vue.openBlock(), Vue.createElementBlock("span", { key: 1, id: o.column.prop + "DomData" + o.rowIndex, class: Vue.normalizeClass(o.isShowForm ? "" : "cell--span") }, [Vue.createVNode(h2, { entity: o.row, "file-set-obj": a.getFileObj(o.column.fileSet), "is-sql": o.isSql, label: e2.$escapeHtml(a.getLabel(o.row, o.rowIndex)) }, null, 8, ["entity", "file-set-obj", "is-sql", "label"])], 10, _hoisted_13$4))])) : o.column.formatter && "files" === o.column.formatter.type ? (Vue.openBlock(), Vue.createElementBlock("span", _hoisted_14$4, [Vue.createElementVNode("span", { id: o.column.prop + "DomData" + o.rowIndex, title: e2.isShowOverflowTooltip ? e2.$escapeHtml(a.getLabel(o.row)) : "", class: Vue.normalizeClass("newline" === i2.textOverflow ? "wrap-text" : "ellipsis cell--span") }, [Vue.createVNode(h2, { entity: o.row, "file-set-obj": a.getFilesFormatter(), "is-sql": o.isSql, label: e2.$escapeHtml(a.getLabel(o.row, o.rowIndex)) }, null, 8, ["entity", "file-set-obj", "is-sql", "label"])], 10, _hoisted_15$4)])) : "hyperlinks" === ((_l = i2.columnFormatter) == null ? void 0 : _l.type) && i2.linkObject.visible ? (Vue.openBlock(), Vue.createBlock(f, { key: 2, type: "primary", onClick: t2[5] || (t2[5] = (t3) => e2.clickHyperLink(o.column, o.row, o.listCode, o.rowIndex)) }, { default: Vue.withCtx(() => [e2.isShowOverflowTooltip ? (Vue.openBlock(), Vue.createElementBlock("span", { key: 0, id: o.column.prop + "DomData" + o.rowIndex, style: Vue.normalizeStyle("newline" === i2.textOverflow ? {} : { width: i2.cellWidth + "px" }), title: e2.$escapeHtml(i2.linkObject.title), class: Vue.normalizeClass("newline" === i2.textOverflow ? "wrap-text" : "ellipsis cell--span") }, [Vue.createTextVNode(Vue.toDisplayString(e2.$escapeHtml(i2.linkObject.label)) + " ", 1), i2.linkObject.icon ? (Vue.openBlock(), Vue.createBlock(g, { key: 0, iconValue: i2.linkObject.icon }, null, 8, ["iconValue"])) : Vue.createCommentVNode("", true)], 14, _hoisted_16$4)) : (Vue.openBlock(), Vue.createElementBlock("span", { key: 1, id: o.column.prop + "DomData" + o.rowIndex, class: Vue.normalizeClass(o.isShowForm ? "" : "cell--span") }, [Vue.createTextVNode(Vue.toDisplayString(e2.$escapeHtml(i2.linkObject.label)) + " ", 1), i2.linkObject.icon ? (Vue.openBlock(), Vue.createBlock(g, { key: 0, iconValue: i2.linkObject.icon }, null, 8, ["iconValue"])) : Vue.createCommentVNode("", true)], 10, _hoisted_17$4))]), _: 1 })) : o.column.formatter && "richEditor" === o.column.formatter.type ? (Vue.openBlock(), Vue.createBlock(A, { key: 3, content: e2.$t("superGrid.show"), class: "item", effect: "dark", placement: "top" }, { default: Vue.withCtx(() => [Vue.createElementVNode("em", { class: "fa fa-info-circle annex-cell", onClick: t2[6] || (t2[6] = (e3) => a.showRichEditorContent(o.row, o.column, a.getHeader())) })]), _: 1 }, 8, ["content"])) : o.column.formatter && "icon" === o.column.formatter.type ? (Vue.openBlock(), Vue.createBlock(y, { key: 4, id: o.column.prop + "DomData" + o.rowIndex, column: o.column, row: o.row, "row-index": o.rowIndex, "is-sql": o.isSql, "list-code": o.listCode }, null, 8, ["id", "column", "row", "row-index", "is-sql", "list-code"])) : e2.isShowOverflowTooltip ? (Vue.openBlock(), Vue.createElementBlock("span", { key: 5, id: o.column.prop + "DomData" + o.rowIndex, style: Vue.normalizeStyle("newline" === i2.textOverflow ? {} : { width: i2.cellWidth + "px" }), title: a.getLabel(o.row), class: Vue.normalizeClass("newline" === i2.textOverflow ? "wrap-text" : "ellipsis cell--span"), innerHTML: e2.$escapeHtml(a.getLabel(o.row, o.rowIndex)) }, null, 14, _hoisted_18$2)) : (Vue.openBlock(), Vue.createElementBlock("span", { key: 6, id: o.column.prop + "DomData" + o.rowIndex, class: Vue.normalizeClass(o.isShowForm ? "" : "cell--span") }, Vue.toDisplayString(e2.$escapeHtml(a.getLabel(o.row, o.rowIndex))), 11, _hoisted_19$1))], 64))], 2)), i2.showSingleImgFlag ? (Vue.openBlock(), Vue.createBlock(w, { key: 2, "file-list": i2.fileList, onClose: t2[7] || (t2[7] = (e3) => i2.showSingleImgFlag = false) }, null, 8, ["file-list"])) : Vue.createCommentVNode("", true), i2.showRichEditorViewer ? (Vue.openBlock(), Vue.createBlock(C, { key: 3, ref: "richEditorViewerRef", onCloseRichEditorContent: a.closeRichEditorContent }, null, 8, ["onCloseRichEditorContent"])) : Vue.createCommentVNode("", true)]);
|
|
6075
|
+
return Vue.openBlock(), Vue.createElementBlock("div", _hoisted_1$1t, [a.isEditing || o.isShowForm ? (Vue.openBlock(), Vue.createBlock(l, { key: 0, ref: "dynamicRef", value: o.row[o.column.prop], "onUpdate:value": t2[0] || (t2[0] = (e3) => o.row[o.column.prop] = e3), class: Vue.normalizeClass(i2.requiredClass), column: o.column, "is-sql": o.isSql, "line-edit": i2.lineEdit, "list-code": o.listCode, "list-toolbar-form-data": o.listToolbarFormData, options: o.column.valueSet, "grid-options": i2.options, position: { row: o.rowIndex, prop: o.column.prop }, disabled: i2.disabled, row: o.row, "row-index": o.rowIndex, type: o.column.componentType, onKeyup: Vue.withKeys(a.clearAllEditing, ["enter"]), onFindIndex: t2[1] || (t2[1] = (e3) => a.findIndex(o.rowIndex)), onFocus: t2[2] || (t2[2] = (e3) => a.onFocus(o.rowIndex)), onProhibitToEdit: a.prohibitToEdit, onRefreshList: a.refreshList, onRefresData: a.refresData, onRefresMainTableFields: a.refresMainTableFields, onRefresPortData: a.refresPortData, onRefresPortsData: a.refresPortsData, onChangeDisabled: a.changeDisabled, onChangeRequired: a.changeRequired, onOpenPage: a.openPageEvent }, null, 8, ["value", "class", "column", "is-sql", "line-edit", "list-code", "list-toolbar-form-data", "options", "grid-options", "position", "disabled", "row", "row-index", "type", "onKeyup", "onProhibitToEdit", "onRefreshList", "onRefresData", "onRefresMainTableFields", "onRefresPortData", "onRefresPortsData", "onChangeDisabled", "onChangeRequired", "onOpenPage"])) : (Vue.openBlock(), Vue.createElementBlock("div", { key: 1, class: Vue.normalizeClass(((_d = (_c = (_b = (_a = i2.options) == null ? void 0 : _a.configureObj) == null ? void 0 : _b.props) == null ? void 0 : _c.base) == null ? void 0 : _d.columnEditable) ? "column-text-main" : "") }, [i2.lineEdit.editable && ((_h = (_g = (_f = (_e = i2.options) == null ? void 0 : _e.configureObj) == null ? void 0 : _f.props) == null ? void 0 : _g.base) == null ? void 0 : _h.columnEditable) && i2.isEditable && !a.isHideEdit && !o.isContentViewText ? (Vue.openBlock(), Vue.createElementBlock("div", { key: 0, class: "column-text-edit-main", onClick: t2[3] || (t2[3] = (...e3) => a.onEditing && a.onEditing(...e3)) }, [Vue.createVNode(r, { size: 14, color: "#409eff" }, { default: Vue.withCtx(() => [Vue.createVNode(s)]), _: 1 }), [void 0, null, ""].includes(o.row[o.column.prop]) ? (Vue.openBlock(), Vue.createElementBlock("span", _hoisted_2$_, Vue.toDisplayString(e2.$t("superGrid.editablePlaceholder")), 1)) : Vue.createCommentVNode("", true)])) : Vue.createCommentVNode("", true), o.column.operations ? (Vue.openBlock(), Vue.createElementBlock("span", _hoisted_3$J, [(Vue.openBlock(true), Vue.createElementBlock(Vue.Fragment, null, Vue.renderList(o.column.operations, (t3, n2) => (Vue.openBlock(), Vue.createElementBlock("span", { key: n2, class: Vue.normalizeClass([o.isShowForm ? "" : "cell--span", "buttons-row-content-span"]) }, [t3.isGroup ? (Vue.openBlock(), Vue.createBlock(d, { key: 0, size: t3.buttons && t3.buttons.length > 0 ? t3.buttons[0].props.size : "small", "split-button": "", onCommand: a.handleCommand }, { dropdown: Vue.withCtx(() => [Vue.createVNode(c, null, { default: Vue.withCtx(() => [(Vue.openBlock(true), Vue.createElementBlock(Vue.Fragment, null, Vue.renderList(t3.buttons, (t4, n3) => (Vue.openBlock(), Vue.createElementBlock("span", { key: t4.props.code + n3 }, [Vue.withDirectives((Vue.openBlock(), Vue.createBlock(u, { command: a.beforeHandleCommand(t4.props.code, o.row, o.rowIndex), disabled: e2.preventReclick }, { default: Vue.withCtx(() => [Vue.createTextVNode(Vue.toDisplayString(e2.$escapeHtml(t4.props.label)), 1)]), _: 2 }, 1032, ["command", "disabled"])), [[V, t4.props.permission]])]))), 128))]), _: 2 }, 1024)]), default: Vue.withCtx(() => [Vue.createTextVNode(Vue.toDisplayString(e2.$escapeHtml(t3.label)) + " ", 1)]), _: 2 }, 1032, ["size", "onCommand"])) : t3.props.customControl ? Vue.withDirectives((Vue.openBlock(), Vue.createBlock(Vue.resolveDynamicComponent(t3.props.customControl), { key: o.column.prop + "_" + o.rowIndex + "_" + o.currentPage, disabled: true, row: o.pageGridData[o.rowIndex], entity: o.pageGridData[o.rowIndex], prop: o.column.prop, parent: i2.parentFormData, "row-index": o.rowIndex, "grid-data": o.gridData, "page-grid-data": o.pageGridData, "current-page": o.currentPage, "custom-params": i2.controlConfig ? i2.controlConfig.customParams : null, onRefreshList: a.refreshList }, null, 40, ["row", "entity", "prop", "parent", "row-index", "grid-data", "page-grid-data", "current-page", "custom-params", "onRefreshList"])), [[V, t3.props.permission]]) : (Vue.openBlock(), Vue.createBlock(p, { key: 2, column: o.column, editing: o.row.$editing, entity: o.row, "is-show": t3.isShow, label: t3.props.label ? t3.props.label : o.row[o.column.prop], "on-click": t3.onClick, "operation-index": n2, "operation-setting": t3.props, "event-name": t3.eventName, "row-index": o.rowIndex, "list-code": o.listCode, "parent-form-data": i2.parentFormData, "is-table-btn-link": "" }, null, 8, ["column", "editing", "entity", "is-show", "label", "on-click", "operation-index", "operation-setting", "event-name", "row-index", "list-code", "parent-form-data"]))], 2))), 128))])) : e2.customFormatValue(o.row, o.column.prop, o.customFormat, o.rowIndex) ? (Vue.openBlock(), Vue.createElementBlock("span", { key: 2, class: Vue.normalizeClass(o.isShowForm ? "" : "cell--span") }, [(Vue.openBlock(), Vue.createBlock(Vue.resolveDynamicComponent(o.column.prop + o.rowIndex), { entity: o.row, parent: i2.parentFormData, prop: o.column.prop, row: o.row, "row-index": o.rowIndex, "select-options": o.column.valueSet, "show-value": e2.$escapeHtml(a.getLabel(o.row, o.rowIndex)), value: a.getCellValue(o.row), "additional-param-map": i2.additionalParamMap, "additional-settings": i2.additionalSettings, "page-context": (_i = i2.options) == null ? void 0 : _i.pageContext, "custom-params": i2.controlConfig ? i2.controlConfig.customParams : null }, null, 8, ["entity", "parent", "prop", "row", "row-index", "select-options", "show-value", "value", "additional-param-map", "additional-settings", "page-context", "custom-params"]))], 2)) : void 0 !== i2.columnFormatter && void 0 !== i2.columnFormatter.type && "customControl" === i2.columnFormatter.type && i2.columnFormatter.options && i2.columnFormatter.options.format && "" !== i2.columnFormatter.options.format ? (Vue.openBlock(), Vue.createElementBlock("span", { key: 3, class: Vue.normalizeClass("newline" === i2.textOverflow ? "wrap-text" : "ellipsis cell--span") }, [(Vue.openBlock(), Vue.createBlock(Vue.resolveDynamicComponent(i2.columnFormatter.options.format), { key: o.column.prop + "_" + o.rowIndex + "_" + o.currentPage, "current-page": o.currentPage, disabled: true, entity: o.pageGridData[o.rowIndex], "get-form-data": i2.getFormData, "get-grid-data": i2.getTableGridData, "grid-data": o.gridData, "page-grid-data": o.pageGridData, parent: i2.parentFormData, prop: o.column.prop, row: o.pageGridData[o.rowIndex], "row-index": o.rowIndex, "select-options": o.column.valueSet, "show-value": e2.$escapeHtml(a.getLabel(o.pageGridData[o.rowIndex], o.rowIndex)), value: a.getCellValue(o.pageGridData[o.rowIndex]), "additional-param-map": i2.additionalParamMap, listCode: o.listCode, "component-id": i2.componentId, "additional-settings": i2.additionalSettings, "page-context": (_j = i2.options) == null ? void 0 : _j.pageContext, "custom-params": a.getCustomParams(), onProhibitToEdit: a.prohibitToEdit, onRefreshList: a.refreshList }, null, 40, ["current-page", "entity", "get-form-data", "get-grid-data", "grid-data", "page-grid-data", "parent", "prop", "row", "row-index", "select-options", "show-value", "value", "additional-param-map", "listCode", "component-id", "additional-settings", "page-context", "custom-params", "onProhibitToEdit", "onRefreshList"]))], 2)) : void 0 !== i2.columnFormatter && void 0 !== i2.columnFormatter.type && "secretInfo" === i2.columnFormatter.type ? (Vue.openBlock(), Vue.createElementBlock("span", { key: 4, id: o.column.prop + "DomData" + o.rowIndex, class: Vue.normalizeClass(o.isShowForm ? "" : "cell--span") }, [Vue.createVNode(m, { entity: o.row, "field-label": e2.$escapeHtml(e2.label), "list-code": o.listCode, "list-name": o.listName, "page-code": o.pageCode, prop: o.column.prop, "table-name": o.tableName, value: a.getCellValue(o.row) }, null, 8, ["entity", "field-label", "list-code", "list-name", "page-code", "prop", "table-name", "value"])], 10, _hoisted_4$w)) : e2.isObjectProp(o.column.prop) ? (Vue.openBlock(), Vue.createElementBlock(Vue.Fragment, { key: 5 }, [o.column.formatter && "files" === o.column.formatter.type ? (Vue.openBlock(), Vue.createElementBlock("span", _hoisted_5$o, [Vue.createElementVNode("span", { id: o.column.prop + "DomData" + o.rowIndex, title: e2.isShowOverflowTooltip ? e2.$escapeHtml(a.getLabel(o.row)) : "", class: Vue.normalizeClass("newline" === i2.textOverflow ? "wrap-text" : "ellipsis cell--span") }, [Vue.createVNode(h2, { entity: o.row, "file-set-obj": a.getFilesFormatter(), "is-sql": o.isSql, label: e2.$escapeHtml(a.getLabel(o.row, o.rowIndex)) }, null, 8, ["entity", "file-set-obj", "is-sql", "label"])], 10, _hoisted_6$j)])) : "hyperlinks" === ((_k = i2.columnFormatter) == null ? void 0 : _k.type) && true === i2.linkObject.visible ? (Vue.openBlock(), Vue.createBlock(f, { key: 1, type: a.getLinkType(o.row), onClick: t2[4] || (t2[4] = (t3) => e2.clickHyperLink(o.column, o.row, o.listCode, o.rowIndex)) }, { default: Vue.withCtx(() => [e2.isShowOverflowTooltip ? (Vue.openBlock(), Vue.createElementBlock("span", { key: 0, id: o.column.prop + "DomData" + o.rowIndex, style: Vue.normalizeStyle("newline" === i2.textOverflow ? {} : { width: i2.cellWidth + "px" }), title: i2.linkObject.title, class: Vue.normalizeClass("newline" === i2.textOverflow ? "wrap-text" : "ellipsis cell--span") }, [Vue.createTextVNode(Vue.toDisplayString(i2.linkObject.label) + " ", 1), i2.linkObject.icon ? (Vue.openBlock(), Vue.createBlock(g, { key: 0, iconValue: i2.linkObject.icon }, null, 8, ["iconValue"])) : Vue.createCommentVNode("", true)], 14, _hoisted_7$c)) : (Vue.openBlock(), Vue.createElementBlock("span", { key: 1, id: o.column.prop + "DomData" + o.rowIndex, class: Vue.normalizeClass(o.isShowForm ? "" : "cell--span") }, [Vue.createTextVNode(Vue.toDisplayString(i2.linkObject.label) + " ", 1), i2.linkObject.icon ? (Vue.openBlock(), Vue.createBlock(g, { key: 0, iconValue: i2.linkObject.icon }, null, 8, ["iconValue"])) : Vue.createCommentVNode("", true)], 10, _hoisted_8$9))]), _: 1 }, 8, ["type"])) : e2.isShowOverflowTooltip ? (Vue.openBlock(), Vue.createElementBlock("span", { key: 2, id: o.column.prop + "DomData" + o.rowIndex, style: Vue.normalizeStyle("newline" === i2.textOverflow ? {} : { width: i2.cellWidth + "px" }), title: e2.$escapeHtml(a.getLabel(o.row)), class: Vue.normalizeClass("newline" === i2.textOverflow ? "wrap-text" : "ellipsis cell--span") }, Vue.toDisplayString(e2.$escapeHtml(a.getLabel(o.row, o.rowIndex))), 15, _hoisted_9$9)) : (Vue.openBlock(), Vue.createElementBlock("span", { key: 3, id: o.column.prop + "DomData" + o.rowIndex, class: Vue.normalizeClass(o.isShowForm ? "" : "cell--span") }, Vue.toDisplayString(e2.$escapeHtml(a.getLabel(o.row, o.rowIndex))), 11, _hoisted_10$9))], 64)) : (Vue.openBlock(), Vue.createElementBlock(Vue.Fragment, { key: 6 }, ["annex" === o.column.componentType || "multipartUpload" === o.column.componentType ? (Vue.openBlock(), Vue.createElementBlock("span", _hoisted_11$7, [e2.isShowOverflowTooltip ? (Vue.openBlock(), Vue.createElementBlock("span", { key: 0, id: o.column.prop + "DomData" + o.rowIndex, title: e2.$escapeHtml(a.getLabel(o.row)), class: Vue.normalizeClass("newline" === i2.textOverflow ? "wrap-text" : "ellipsis cell--span") }, [Vue.createVNode(h2, { width: i2.cellWidth, entity: o.row, "file-set-obj": a.getFileObj(o.column.fileSet), "is-sql": o.isSql, label: e2.$escapeHtml(a.getLabel(o.row, o.rowIndex)) }, null, 8, ["width", "entity", "file-set-obj", "is-sql", "label"])], 10, _hoisted_12$6)) : (Vue.openBlock(), Vue.createElementBlock("span", { key: 1, id: o.column.prop + "DomData" + o.rowIndex, class: Vue.normalizeClass(o.isShowForm ? "" : "cell--span") }, [Vue.createVNode(h2, { entity: o.row, "file-set-obj": a.getFileObj(o.column.fileSet), "is-sql": o.isSql, label: e2.$escapeHtml(a.getLabel(o.row, o.rowIndex)) }, null, 8, ["entity", "file-set-obj", "is-sql", "label"])], 10, _hoisted_13$4))])) : o.column.formatter && "files" === o.column.formatter.type ? (Vue.openBlock(), Vue.createElementBlock("span", _hoisted_14$4, [Vue.createElementVNode("span", { id: o.column.prop + "DomData" + o.rowIndex, title: e2.isShowOverflowTooltip ? e2.$escapeHtml(a.getLabel(o.row)) : "", class: Vue.normalizeClass("newline" === i2.textOverflow ? "wrap-text" : "ellipsis cell--span") }, [Vue.createVNode(h2, { entity: o.row, "file-set-obj": a.getFilesFormatter(), "is-sql": o.isSql, label: e2.$escapeHtml(a.getLabel(o.row, o.rowIndex)) }, null, 8, ["entity", "file-set-obj", "is-sql", "label"])], 10, _hoisted_15$4)])) : "hyperlinks" === ((_l = i2.columnFormatter) == null ? void 0 : _l.type) && i2.linkObject.visible ? (Vue.openBlock(), Vue.createBlock(f, { key: 2, type: "primary", onClick: t2[5] || (t2[5] = (t3) => e2.clickHyperLink(o.column, o.row, o.listCode, o.rowIndex)) }, { default: Vue.withCtx(() => [e2.isShowOverflowTooltip ? (Vue.openBlock(), Vue.createElementBlock("span", { key: 0, id: o.column.prop + "DomData" + o.rowIndex, style: Vue.normalizeStyle("newline" === i2.textOverflow ? {} : { width: i2.cellWidth + "px" }), title: e2.$escapeHtml(i2.linkObject.title), class: Vue.normalizeClass("newline" === i2.textOverflow ? "wrap-text" : "ellipsis cell--span") }, [Vue.createTextVNode(Vue.toDisplayString(e2.$escapeHtml(i2.linkObject.label)) + " ", 1), i2.linkObject.icon ? (Vue.openBlock(), Vue.createBlock(g, { key: 0, iconValue: i2.linkObject.icon }, null, 8, ["iconValue"])) : Vue.createCommentVNode("", true)], 14, _hoisted_16$4)) : (Vue.openBlock(), Vue.createElementBlock("span", { key: 1, id: o.column.prop + "DomData" + o.rowIndex, class: Vue.normalizeClass(o.isShowForm ? "" : "cell--span") }, [Vue.createTextVNode(Vue.toDisplayString(e2.$escapeHtml(i2.linkObject.label)) + " ", 1), i2.linkObject.icon ? (Vue.openBlock(), Vue.createBlock(g, { key: 0, iconValue: i2.linkObject.icon }, null, 8, ["iconValue"])) : Vue.createCommentVNode("", true)], 10, _hoisted_17$4))]), _: 1 })) : o.column.formatter && "richEditor" === o.column.formatter.type ? (Vue.openBlock(), Vue.createBlock(A, { key: 3, content: e2.$t("superGrid.show"), class: "item", effect: "dark", placement: "top" }, { default: Vue.withCtx(() => [Vue.createElementVNode("em", { class: "fa fa-info-circle annex-cell", onClick: t2[6] || (t2[6] = (e3) => a.showRichEditorContent(o.row, o.column, a.getHeader())) })]), _: 1 }, 8, ["content"])) : o.column.formatter && "icon" === o.column.formatter.type ? (Vue.openBlock(), Vue.createBlock(y, { key: 4, id: o.column.prop + "DomData" + o.rowIndex, column: o.column, row: o.row, "row-index": o.rowIndex, "is-sql": o.isSql, "list-code": o.listCode }, null, 8, ["id", "column", "row", "row-index", "is-sql", "list-code"])) : e2.isShowOverflowTooltip ? (Vue.openBlock(), Vue.createElementBlock("span", { key: 5, id: o.column.prop + "DomData" + o.rowIndex, style: Vue.normalizeStyle("newline" === i2.textOverflow ? {} : { width: i2.cellWidth + "px" }), title: a.getLabel(o.row), class: Vue.normalizeClass("newline" === i2.textOverflow ? "wrap-text" : "ellipsis cell--span"), innerHTML: e2.$escapeHtml(a.getLabel(o.row, o.rowIndex)) }, null, 14, _hoisted_18$2)) : (Vue.openBlock(), Vue.createElementBlock("span", { key: 6, id: o.column.prop + "DomData" + o.rowIndex, class: Vue.normalizeClass(o.isShowForm ? "" : "cell--span") }, Vue.toDisplayString(e2.$escapeHtml(a.getLabel(o.row, o.rowIndex))), 11, _hoisted_19$1))], 64))], 2)), i2.showSingleImgFlag ? (Vue.openBlock(), Vue.createBlock(w, { key: 2, "file-list": i2.fileList, onClose: t2[7] || (t2[7] = (e3) => i2.showSingleImgFlag = false) }, null, 8, ["file-list"])) : Vue.createCommentVNode("", true), i2.showRichEditorViewer ? (Vue.openBlock(), Vue.createBlock(C, { key: 3, ref: "richEditorViewerRef", onCloseRichEditorContent: a.closeRichEditorContent }, null, 8, ["onCloseRichEditorContent"])) : Vue.createCommentVNode("", true)]);
|
|
6076
6076
|
}
|
|
6077
|
-
const NormalColumnContent = _export_sfc(_sfc_main$1X, [["render", _sfc_render$1d], ["__scopeId", "data-v-
|
|
6077
|
+
const NormalColumnContent = _export_sfc(_sfc_main$1X, [["render", _sfc_render$1d], ["__scopeId", "data-v-c44b1087"]]), normalColumn_vue_vue_type_style_index_0_scoped_562b2e0d_lang = "", _sfc_main$1W = { components: { DynamicInput, ViewImageDialog, FsPreview, RichEditorViewer, CirclePlus: ElementPlusIconsVue.CirclePlus, ElIconZoomIn: ElementPlusIconsVue.ZoomIn, GridIcon, NormalColumnContent }, name: "NormalColumn", props: { column: { type: Object, default: null }, customFormat: { type: Function, default: null }, listCode: { type: String, default: null }, isSql: { type: Boolean, default: false }, newWidth: { type: Number, default: null }, dragColumnProp: { type: String, default: null }, tableName: { type: String, default: null }, pageCode: { type: String, default: null }, listName: { type: String, default: null }, currentPage: { type: Number, default: 1 }, gridData: { type: Array, default: null }, pageGridData: { type: Array, default: null }, listToolbarFormData: { type: Object, default: null } }, data() {
|
|
6078
6078
|
let e2;
|
|
6079
6079
|
const t2 = store$1.get(this.listCode), o = t2.options;
|
|
6080
6080
|
t2.options.extraParam && t2.options.extraParam.entityMap && (e2 = t2.options.extraParam.entityMap);
|
|
@@ -16436,5 +16436,5 @@
|
|
|
16436
16436
|
return Vue.openBlock(), Vue.createElementBlock("div", null, [i2.src && null !== i2.src ? (Vue.openBlock(), Vue.createElementBlock("iframe", { key: 0, ref: "menuContent", src: i2.src, name: "menu-content", title: "Main content", frameborder: "0" }, null, 8, _hoisted_1)) : Vue.createCommentVNode("", true)]);
|
|
16437
16437
|
}
|
|
16438
16438
|
const tabContentIframeIndex = _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-20dccb82"]]), tabContentIframeIndex$1 = Object.freeze(Object.defineProperty({ __proto__: null, default: tabContentIframeIndex }, Symbol.toStringTag, { value: "Module" }));
|
|
16439
|
-
exports.Breadcrumb = Breadcrumb$1, exports.Card = Card, exports.ChatEmbed = ChatEmbed, exports.DatePickerRange = DatePickerRange, exports.DepartmentTree = DepartmentTree, exports.DepartmentTreeMobile = _sfc_main$2b, exports.DepartmentUserTree = DepartmentUserTree, exports.DepartmentUserTreeMobile = _sfc_main$1r, exports.DynamicSourceSelect = DynamicSourceSelect, exports.EmptyLayout = EmptyLayout, exports.FsPreview = FsPreview, exports.FsUpload = FsUpload, exports.FsUploadList = FsUploadList, exports.FsUploadNew = _sfc_main$H, exports.GLOBAL_PROP = GLOBAL_PROP, exports.Hamburger = hamburger, exports.InlineDepartmentTree = InlineDepartmentTree, exports.InlineDepartmentUserTree = InlineDepartmentUserTree, exports.InlineWorkgroupTree = InlineWorkgroupTree, exports.InlineWorkgroupUserTree = InlineWorkgroupUserTree, exports.IntervalSelection = SectionDate, exports.Layout = Layout, exports.Menubar = Menubar, exports.MultipartUpload = MultipartUpload, exports.NewLayout = NewLayout, exports.OrganizationInput = OrganizationInput, exports.RemoveDepartment = RemoveDepartment, exports.RemoveUser = RemoveUser, exports.RemoveWorkgroup = RemoveWorkgroup, exports.RichEditor = RichEditor, exports.RowForm = RowForm, exports.ScanCodeInput = ScanCodeInput, exports.ScanCodeInputBrowser = ScanCodeInputBrowser, exports.Scrollbar = Scrollbar, exports.SecretInfo = SecretInfo, exports.Sidebar = Sidebar$1, exports.SuperGrid = SuperGrid, exports.SuperIcon = SuperIcon$1, exports.SuperNineGrid = SuperNineGrid, exports.SvgIcon = SvgIcon, exports.TabContent = TabContent$1, exports.ValidCode = ValidCode, exports.VoiceButton = _sfc_main$x, exports.WorkflowButton = WorkflowButton, exports.WorkflowHistoryList = WorkflowHistoryList, exports.WorkgroupTree = WorkgroupTree, exports.WorkgroupTreeMobile = _sfc_main$1l, exports.WorkgroupUserTree = WorkgroupUserTree, exports.YearRangePicker = YearRangePicker, exports.YxAffix = YxAffix, exports.abUIEn = en, exports.abUIcn = cn, exports.addListRefToStore = addListRefToStore, exports.analysisCondition = analysisCondition, exports.analysisValue = analysisValue, exports.apiUrlMappings = apiUrlMappings, exports.authAPI = authApi, exports.b64ToUtf8 = b64ToUtf8, exports.cacheAllEnableGlobalPropUtil = cacheAllEnableGlobalPropUtil, exports.cacheAllGlobalPropCache = cacheAllGlobalPropCache, exports.cacheAllLanguagesUtil = cacheAllLanguagesUtil, exports.cacheCanShowOrgTree = cacheCanShowOrgTree, exports.cacheCurrentLanguageUtil = cacheCurrentLanguageUtil, exports.cacheGlobalProp = cacheGlobalProp, exports.cacheLangs = cacheLangs, exports.cachePermissionsWhenLoginWithToken = cachePermissionsWhenLoginWithToken, exports.cacheProjectSetting = cacheProjectSetting, exports.cacheSystemUrl = cacheSystemUrl, exports.cacheVoiceLeafMenu = cacheVoiceLeafMenu, exports.cacheVoiceSetting = cacheVoiceSetting, exports.cacheWatermark = cacheWatermark, exports.clearPermission = clearPermission, exports.clearVoiceCache = clearVoiceCache, exports.errorRouterMap = errorRouterMap, exports.eventBus = bus$1, exports.executeExpression = executeExpression, exports.findDynamicDataSourceByCode = findDynamicDataSourceByCode, exports.findOptionsByDynamicDataSource = findOptionsByDynamicDataSource, exports.findRedisButtonGeneralIcon = findRedisButtonGeneralIcon, exports.findSystemInfoByCode = findSystemInfoByCode, exports.formatCustomParams = formatCustomParams, exports.formatDate = formatDate$1, exports.formatFileName = formatFileName, exports.formatTime = formatTime, exports.formatTimefn = formatTimefn, exports.getAllLanguages = getAllLanguages, exports.getAllThemes = getAllThemes, exports.getAuthSource = getAuthSource, exports.getCanShowOrgTree = getCanShowOrgTree, exports.getCookieCache = getCookieCache, exports.getCurrentSystemCode = getCurrentSystemCode$1, exports.getCurrentUser = getCurrentUser$1, exports.getCustomMenus = getCustomMenus, exports.getDateRangeSelectorDefaultValue = getDateRangeSelectorDefaultValue, exports.getDefaultMenuCode = getDefaultMenuCode, exports.getEntityFieldValue = getEntityFieldValue, exports.getEntityFieldValueWithOutCase = getEntityFieldValueWithOutCase, exports.getFileIconByName = getFileIconByName, exports.getFirstDayOfSeason = getFirstDayOfSeason, exports.getGlobalProp = getGlobalProp, exports.getGuId = getGuId, exports.getI18n = getI18n, exports.getI18nName = getI18nName, exports.getKkFilePreviewUrl = getKkFilePreviewUrl, exports.getLangByShort = getLangByShort, exports.getLangs = getLangs, exports.getLanguage = getLanguage, exports.getLanguageWithLocale = getLanguageWithLocale, exports.getLastNDate = getLastNDate, exports.getLocaleByLang = getLocaleByLang, exports.getLoginName = getLoginName, exports.getLoginTimeoutUrlInfo = getLoginTimeoutUrlInfo, exports.getLoginUrl = getLoginUrl, exports.getMenus = getMenus, exports.getOrignUrl = getOrignUrl, exports.getParentObjectUtil = getParentObjectUtil, exports.getPermissions = getPermissions, exports.getPropNameWhenJoinTable = getPropNameWhenJoinTable, exports.getPropValue = getPropValue, exports.getPropValueNew = getPropValueNew, exports.getRedisButtonGeneralIcon = getRedisButtonGeneralIcon, exports.getRelativeBaseUrl = getRelativeBaseUrl, exports.getReplaceUrlDomain = getReplaceUrlDomain, exports.getRouter = getRouter, exports.getRunCurrentRole = getRunCurrentRole, exports.getRunInfoKey = getRunInfoKey, exports.getS4 = getS4, exports.getServerConfigUtil = getServerConfigUtil, exports.getSessionCache = getSessionCache, exports.getStore = getStore, exports.getSystemBackendUrl = getSystemBackendUrl, exports.getSystemCode = getSystemCode, exports.getSystemFrontendUrl = getSystemFrontendUrl, exports.getSystemFrontendUrlWith = getSystemFrontendUrlWith, exports.getTenantUsername = getTenantUsername, exports.getTheme = getTheme, exports.getTimeZone = getTimeZone, exports.getToken = getToken, exports.getTotalPermissions = getTotalPermissions, exports.getURLSearchParamObj = getURLSearchParamObj, exports.getUsername = getUsername, exports.getUuidv4 = getUuidv4, exports.getValueByField = getValueByField, exports.getVoiceLeafMenuCache = getVoiceLeafMenuCache, exports.getVoiceSetting = getVoiceSetting, exports.getWatermark = getWatermark, exports.getWeekOfSeason = getWeekOfSeason, exports.http = service, exports.i18nOperation = i18nOperation, exports.i18nUtil = i18nUtil, exports.initialization = initialization, exports.insertFontIconCss = insertFontIconCss, exports.insertThirdLoginJs = insertThirdLoginJs, exports.install = install, exports.isDevpAccess = isDevpAccess, exports.isDevpSystem = isDevpSystem, exports.isDingTalkEnv = isDingTalkEnv, exports.isExternal = isExternal, exports.isFaIcon = isFaIcon, exports.isImage = isImage, exports.isLogoutTimeout = isLogoutTimeout, exports.isMobileBrowser = isMobileBrowser, exports.isPlateSys = isPlateSys, exports.isPromise = isPromise, exports.isShowMenuRoute = isShowMenuRoute, exports.isShowSystemMenu = isShowSystemMenu, exports.isValidDate = isValidDate, exports.jumpToPage = jumpToPage, exports.loadCSS = loadCSS, exports.localStorage = localStorage$1, exports.openPage = openPage, exports.parseLooseJSON = parseLooseJSON, exports.parseSubTablePermissionCondition = parseSubTablePermissionCondition, exports.parseTime = parseTime, exports.parseVoiceMsg = parseVoiceMsg, exports.permissionUtil = checkPermission, exports.protectedRouterMap = protectedRouterMap, exports.pushCustomControlValidatorRef = pushCustomControlValidatorRef, exports.removeAllGlobalPropCache = removeAllGlobalPropCache, exports.removeAllSystemPermissions = removeAllSystemPermissions, exports.removeAllThemes = removeAllThemes, exports.removeCanShowOrgTree = removeCanShowOrgTree, exports.removeCookieCache = removeCookieCache, exports.removeCurrentUser = removeCurrentUser, exports.removeCustomControlValidatorRef = removeCustomControlValidatorRef, exports.removeCustomMenus = removeCustomMenus, exports.removeDefaultMenuCode = removeDefaultMenuCode, exports.removeDevpPermissions = removeDevpPermissions, exports.removeGlobalProp = removeGlobalProp, exports.removeMenus = removeMenus, exports.removeProjectCode = removeProjectCode, exports.removeProjectSettings = removeProjectSettings, exports.removeSessionCache = removeSessionCache, exports.removeSystemCacheUrl = removeSystemCacheUrl, exports.removeTenantUsername = removeTenantUsername, exports.removeTheme = removeTheme, exports.removeToken = removeToken, exports.removeUsername = removeUsername, exports.removeVoiceCache = removeVoiceCache, exports.removeVoiceLeafMenu = removeVoiceLeafMenu, exports.removeVoiceSetting = removeVoiceSetting, exports.removeWatermark = removeWatermark, exports.replacePlaceholders = replacePlaceholders, exports.replacePrefix = replacePrefix, exports.request = request, exports.resizeMixin = resizeMixin, exports.restfulInterfaceTo = restfulInterfaceTo, exports.router = router, exports.setActiveMenuToChatAiStore = setActiveMenuToChatAiStore, exports.setAllLanguages = setAllLanguages, exports.setAllThemes = setAllThemes, exports.setCookieCache = setCookieCache, exports.setCurrentUser = setCurrentUser, exports.setCustomMenus = setCustomMenus, exports.setCustomSystemBackendUrl = setCustomSystemBackendUrl, exports.setDefaultMenuCode = setDefaultMenuCode, exports.setEntityFieldValue = setEntityFieldValue, exports.setLanguage = setLanguage, exports.setMenus = setMenus, exports.setPageDataToChatAiStore = setPageDataToChatAiStore, exports.setPageInfoToChatStore = setPageInfoToChatStore, exports.setPermissions = setPermissions, exports.setSessionCache = setSessionCache, exports.setTenantUsername = setTenantUsername, exports.setTheme = setTheme, exports.setToken = setToken, exports.setUsername = setUsername, exports.ssoService = ssoService, exports.store = store$3, exports.updateWithPageValue = updateWithPageValue, exports.utf8ToB64 = utf8ToB64, exports.validUsername = validUsername, exports.validateAlphabets = validateAlphabets, exports.validateLowerCase = validateLowerCase, exports.validateURL = validateURL, exports.validateUpperCase = validateUpperCase, exports.watchPageContextDynamicVariable = watchPageContextDynamicVariable, exports.windowOpenUrl = windowOpenUrl, Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
16439
|
+
exports.Breadcrumb = Breadcrumb$1, exports.Card = Card, exports.ChatEmbed = ChatEmbed, exports.DatePickerRange = DatePickerRange, exports.DepartmentTree = DepartmentTree, exports.DepartmentTreeMobile = _sfc_main$2b, exports.DepartmentUserTree = DepartmentUserTree, exports.DepartmentUserTreeMobile = _sfc_main$1r, exports.DynamicSourceSelect = DynamicSourceSelect, exports.EmptyLayout = EmptyLayout, exports.FsPreview = FsPreview, exports.FsUpload = FsUpload, exports.FsUploadList = FsUploadList, exports.FsUploadNew = _sfc_main$H, exports.GLOBAL_PROP = GLOBAL_PROP, exports.Hamburger = hamburger, exports.InlineDepartmentTree = InlineDepartmentTree, exports.InlineDepartmentUserTree = InlineDepartmentUserTree, exports.InlineWorkgroupTree = InlineWorkgroupTree, exports.InlineWorkgroupUserTree = InlineWorkgroupUserTree, exports.IntervalSelection = SectionDate, exports.Layout = Layout, exports.Menubar = Menubar, exports.MultipartUpload = MultipartUpload, exports.NewLayout = NewLayout, exports.OrganizationInput = OrganizationInput, exports.RemoveDepartment = RemoveDepartment, exports.RemoveUser = RemoveUser, exports.RemoveWorkgroup = RemoveWorkgroup, exports.RichEditor = RichEditor, exports.RowForm = RowForm, exports.ScanCodeInput = ScanCodeInput, exports.ScanCodeInputBrowser = ScanCodeInputBrowser, exports.Scrollbar = Scrollbar, exports.SecretInfo = SecretInfo, exports.Sidebar = Sidebar$1, exports.SuperGrid = SuperGrid, exports.SuperIcon = SuperIcon$1, exports.SuperNineGrid = SuperNineGrid, exports.SvgIcon = SvgIcon, exports.TabContent = TabContent$1, exports.ValidCode = ValidCode, exports.VoiceButton = _sfc_main$x, exports.WorkflowButton = WorkflowButton, exports.WorkflowHistoryList = WorkflowHistoryList, exports.WorkgroupTree = WorkgroupTree, exports.WorkgroupTreeMobile = _sfc_main$1l, exports.WorkgroupUserTree = WorkgroupUserTree, exports.YearRangePicker = YearRangePicker, exports.YxAffix = YxAffix, exports.abUIEn = en, exports.abUIcn = cn, exports.addListRefToStore = addListRefToStore, exports.analysisCondition = analysisCondition, exports.analysisValue = analysisValue, exports.apiUrlMappings = apiUrlMappings, exports.authApi = authApi, exports.b64ToUtf8 = b64ToUtf8, exports.cacheAllEnableGlobalPropUtil = cacheAllEnableGlobalPropUtil, exports.cacheAllGlobalPropCache = cacheAllGlobalPropCache, exports.cacheAllLanguagesUtil = cacheAllLanguagesUtil, exports.cacheCanShowOrgTree = cacheCanShowOrgTree, exports.cacheCurrentLanguageUtil = cacheCurrentLanguageUtil, exports.cacheGlobalProp = cacheGlobalProp, exports.cacheLangs = cacheLangs, exports.cachePermissionsWhenLoginWithToken = cachePermissionsWhenLoginWithToken, exports.cacheProjectSetting = cacheProjectSetting, exports.cacheSystemUrl = cacheSystemUrl, exports.cacheVoiceLeafMenu = cacheVoiceLeafMenu, exports.cacheVoiceSetting = cacheVoiceSetting, exports.cacheWatermark = cacheWatermark, exports.clearPermission = clearPermission, exports.clearVoiceCache = clearVoiceCache, exports.errorRouterMap = errorRouterMap, exports.eventBus = bus$1, exports.executeExpression = executeExpression, exports.findDynamicDataSourceByCode = findDynamicDataSourceByCode, exports.findOptionsByDynamicDataSource = findOptionsByDynamicDataSource, exports.findRedisButtonGeneralIcon = findRedisButtonGeneralIcon, exports.findSystemInfoByCode = findSystemInfoByCode, exports.formatCustomParams = formatCustomParams, exports.formatDate = formatDate$1, exports.formatFileName = formatFileName, exports.formatTime = formatTime, exports.formatTimefn = formatTimefn, exports.getAllLanguages = getAllLanguages, exports.getAllThemes = getAllThemes, exports.getAuthSource = getAuthSource, exports.getCanShowOrgTree = getCanShowOrgTree, exports.getCookieCache = getCookieCache, exports.getCurrentSystemCode = getCurrentSystemCode$1, exports.getCurrentUser = getCurrentUser$1, exports.getCustomMenus = getCustomMenus, exports.getDateRangeSelectorDefaultValue = getDateRangeSelectorDefaultValue, exports.getDefaultMenuCode = getDefaultMenuCode, exports.getEntityFieldValue = getEntityFieldValue, exports.getEntityFieldValueWithOutCase = getEntityFieldValueWithOutCase, exports.getFileIconByName = getFileIconByName, exports.getFirstDayOfSeason = getFirstDayOfSeason, exports.getGlobalProp = getGlobalProp, exports.getGuId = getGuId, exports.getI18n = getI18n, exports.getI18nName = getI18nName, exports.getKkFilePreviewUrl = getKkFilePreviewUrl, exports.getLangByShort = getLangByShort, exports.getLangs = getLangs, exports.getLanguage = getLanguage, exports.getLanguageWithLocale = getLanguageWithLocale, exports.getLastNDate = getLastNDate, exports.getLocaleByLang = getLocaleByLang, exports.getLoginName = getLoginName, exports.getLoginTimeoutUrlInfo = getLoginTimeoutUrlInfo, exports.getLoginUrl = getLoginUrl, exports.getMenus = getMenus, exports.getOrignUrl = getOrignUrl, exports.getParentObjectUtil = getParentObjectUtil, exports.getPermissions = getPermissions, exports.getPropNameWhenJoinTable = getPropNameWhenJoinTable, exports.getPropValue = getPropValue, exports.getPropValueNew = getPropValueNew, exports.getRedisButtonGeneralIcon = getRedisButtonGeneralIcon, exports.getRelativeBaseUrl = getRelativeBaseUrl, exports.getReplaceUrlDomain = getReplaceUrlDomain, exports.getRouter = getRouter, exports.getRunCurrentRole = getRunCurrentRole, exports.getRunInfoKey = getRunInfoKey, exports.getS4 = getS4, exports.getServerConfigUtil = getServerConfigUtil, exports.getSessionCache = getSessionCache, exports.getStore = getStore, exports.getSystemBackendUrl = getSystemBackendUrl, exports.getSystemCode = getSystemCode, exports.getSystemFrontendUrl = getSystemFrontendUrl, exports.getSystemFrontendUrlWith = getSystemFrontendUrlWith, exports.getTenantUsername = getTenantUsername, exports.getTheme = getTheme, exports.getTimeZone = getTimeZone, exports.getToken = getToken, exports.getTotalPermissions = getTotalPermissions, exports.getURLSearchParamObj = getURLSearchParamObj, exports.getUsername = getUsername, exports.getUuidv4 = getUuidv4, exports.getValueByField = getValueByField, exports.getVoiceLeafMenuCache = getVoiceLeafMenuCache, exports.getVoiceSetting = getVoiceSetting, exports.getWatermark = getWatermark, exports.getWeekOfSeason = getWeekOfSeason, exports.http = service, exports.i18nOperation = i18nOperation, exports.i18nUtil = i18nUtil, exports.initialization = initialization, exports.insertFontIconCss = insertFontIconCss, exports.insertThirdLoginJs = insertThirdLoginJs, exports.install = install, exports.isDevpAccess = isDevpAccess, exports.isDevpSystem = isDevpSystem, exports.isDingTalkEnv = isDingTalkEnv, exports.isExternal = isExternal, exports.isFaIcon = isFaIcon, exports.isImage = isImage, exports.isLogoutTimeout = isLogoutTimeout, exports.isMobileBrowser = isMobileBrowser, exports.isPlateSys = isPlateSys, exports.isPromise = isPromise, exports.isShowMenuRoute = isShowMenuRoute, exports.isShowSystemMenu = isShowSystemMenu, exports.isValidDate = isValidDate, exports.jumpToPage = jumpToPage, exports.loadCSS = loadCSS, exports.localStorage = localStorage$1, exports.openPage = openPage, exports.parseLooseJSON = parseLooseJSON, exports.parseSubTablePermissionCondition = parseSubTablePermissionCondition, exports.parseTime = parseTime, exports.parseVoiceMsg = parseVoiceMsg, exports.permissionUtil = checkPermission, exports.protectedRouterMap = protectedRouterMap, exports.pushCustomControlValidatorRef = pushCustomControlValidatorRef, exports.removeAllGlobalPropCache = removeAllGlobalPropCache, exports.removeAllSystemPermissions = removeAllSystemPermissions, exports.removeAllThemes = removeAllThemes, exports.removeCanShowOrgTree = removeCanShowOrgTree, exports.removeCookieCache = removeCookieCache, exports.removeCurrentUser = removeCurrentUser, exports.removeCustomControlValidatorRef = removeCustomControlValidatorRef, exports.removeCustomMenus = removeCustomMenus, exports.removeDefaultMenuCode = removeDefaultMenuCode, exports.removeDevpPermissions = removeDevpPermissions, exports.removeGlobalProp = removeGlobalProp, exports.removeMenus = removeMenus, exports.removeProjectCode = removeProjectCode, exports.removeProjectSettings = removeProjectSettings, exports.removeSessionCache = removeSessionCache, exports.removeSystemCacheUrl = removeSystemCacheUrl, exports.removeTenantUsername = removeTenantUsername, exports.removeTheme = removeTheme, exports.removeToken = removeToken, exports.removeUsername = removeUsername, exports.removeVoiceCache = removeVoiceCache, exports.removeVoiceLeafMenu = removeVoiceLeafMenu, exports.removeVoiceSetting = removeVoiceSetting, exports.removeWatermark = removeWatermark, exports.replacePlaceholders = replacePlaceholders, exports.replacePrefix = replacePrefix, exports.request = request, exports.resizeMixin = resizeMixin, exports.restfulInterfaceTo = restfulInterfaceTo, exports.router = router, exports.setActiveMenuToChatAiStore = setActiveMenuToChatAiStore, exports.setAllLanguages = setAllLanguages, exports.setAllThemes = setAllThemes, exports.setCookieCache = setCookieCache, exports.setCurrentUser = setCurrentUser, exports.setCustomMenus = setCustomMenus, exports.setCustomSystemBackendUrl = setCustomSystemBackendUrl, exports.setDefaultMenuCode = setDefaultMenuCode, exports.setEntityFieldValue = setEntityFieldValue, exports.setLanguage = setLanguage, exports.setMenus = setMenus, exports.setPageDataToChatAiStore = setPageDataToChatAiStore, exports.setPageInfoToChatStore = setPageInfoToChatStore, exports.setPermissions = setPermissions, exports.setSessionCache = setSessionCache, exports.setTenantUsername = setTenantUsername, exports.setTheme = setTheme, exports.setToken = setToken, exports.setUsername = setUsername, exports.ssoService = ssoService, exports.store = store$3, exports.updateWithPageValue = updateWithPageValue, exports.utf8ToB64 = utf8ToB64, exports.validUsername = validUsername, exports.validateAlphabets = validateAlphabets, exports.validateLowerCase = validateLowerCase, exports.validateURL = validateURL, exports.validateUpperCase = validateUpperCase, exports.watchPageContextDynamicVariable = watchPageContextDynamicVariable, exports.windowOpenUrl = windowOpenUrl, Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
16440
16440
|
});
|
package/dist/style.css
CHANGED
|
@@ -217,37 +217,37 @@
|
|
|
217
217
|
}
|
|
218
218
|
.is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
|
|
219
219
|
margin-left: 5px;
|
|
220
|
-
}.annex-cell[data-v-
|
|
220
|
+
}.annex-cell[data-v-c44b1087] {
|
|
221
221
|
padding-right: 5px;
|
|
222
222
|
cursor: pointer;
|
|
223
223
|
color: #409eff;
|
|
224
224
|
}
|
|
225
|
-
.m-requried[data-v-
|
|
225
|
+
.m-requried[data-v-c44b1087] {
|
|
226
226
|
float: left;
|
|
227
227
|
white-space: nowrap;
|
|
228
228
|
width: 96%;
|
|
229
229
|
}
|
|
230
|
-
.m-requried[data-v-
|
|
230
|
+
.m-requried[data-v-c44b1087]::after {
|
|
231
231
|
content: "*";
|
|
232
232
|
color: #f56c6c;
|
|
233
233
|
}
|
|
234
|
-
.column-text-main[data-v-
|
|
234
|
+
.column-text-main[data-v-c44b1087] {
|
|
235
235
|
display: flex;
|
|
236
236
|
align-items: center;
|
|
237
237
|
gap: 10px;
|
|
238
238
|
}
|
|
239
|
-
.column-text-main .column-text-edit-main[data-v-
|
|
239
|
+
.column-text-main .column-text-edit-main[data-v-c44b1087] {
|
|
240
240
|
display: flex;
|
|
241
241
|
align-items: center;
|
|
242
242
|
gap: 10px;
|
|
243
243
|
}
|
|
244
|
-
.column-text-main .column-text-edit-main [table-column-placeholder][data-v-
|
|
244
|
+
.column-text-main .column-text-edit-main [table-column-placeholder][data-v-c44b1087] {
|
|
245
245
|
display: block;
|
|
246
246
|
white-space: nowrap;
|
|
247
247
|
overflow: hidden;
|
|
248
248
|
text-overflow: ellipsis;
|
|
249
249
|
}
|
|
250
|
-
.column-text-main .column-text-edit-main[data-v-
|
|
250
|
+
.column-text-main .column-text-edit-main[data-v-c44b1087]::after {
|
|
251
251
|
content: " ";
|
|
252
252
|
position: absolute;
|
|
253
253
|
left: 0;
|
|
@@ -256,13 +256,13 @@
|
|
|
256
256
|
bottom: 0;
|
|
257
257
|
cursor: pointer;
|
|
258
258
|
}
|
|
259
|
-
.column-text-main .column-text-edit-main ~ span[data-v-
|
|
259
|
+
.column-text-main .column-text-edit-main ~ span[data-v-c44b1087] {
|
|
260
260
|
text-align: left;
|
|
261
261
|
}
|
|
262
|
-
.column-text-main .column-text-edit-main ~ span[data-v-
|
|
262
|
+
.column-text-main .column-text-edit-main ~ span[data-v-c44b1087]:empty {
|
|
263
263
|
display: none;
|
|
264
264
|
}
|
|
265
|
-
.normal-column-content-view[data-v-
|
|
265
|
+
.normal-column-content-view[data-v-c44b1087] {
|
|
266
266
|
display: inline;
|
|
267
267
|
}.normal-column-header[data-v-562b2e0d] {
|
|
268
268
|
display: inline-flex;
|