super-page-designer 2.2.67 → 2.2.71
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/design/utils/assemblys-config.js +1 -1
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/component/table-children-column.vue.js +13 -13
- package/dist/es/components/design/views/design/view/view-design-display.vue.js +1 -1
- package/dist/es/style.css +90 -31
- package/package.json +3 -3
- /package/dist/es/components/design/views/assemblys/common/{common-variable-bind.vue2.js → common-variable-bind.vue3.js} +0 -0
|
@@ -56,7 +56,7 @@ function Z(e2) {
|
|
|
56
56
|
function _(e2) {
|
|
57
57
|
return Y({ uuid: "", name: "", props: { base: { prop: e2 ? e2.dbColumnName : "", name: e2 ? e2.alias : "", displayOrder: e2 ? e2.displayOrder : 1, sortable: true, headerAlign: "center", align: "center", fixed: false, visible: true }, dataOrigin: { sortField: [{ name: "", type: "" }] }, format: {} }, style: [] });
|
|
58
58
|
}
|
|
59
|
-
const ee = [{ name: "container", label: "容器", icon: a, items: [{ name: "form", label: "表单", icon: n, props: { base: {}, size: { widthType: "flex", flexSpan: 24 } }, style: {}, events: [], default: { props: { labelWidth: 90 }, style: {} }, designComponent: e(() => import("../views/assemblys/container/form/form-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/form/form-attr.vue.js")) }, { name: "layout", label: "Flex", icon: l, props: { base: {}, size: { widthType: "flex", flexSpan: 24 } }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }], designComponent: e(() => import("../views/assemblys/container/flex/flex-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/flex/flex-attr.vue.js")) }, { name: "collapse", label: "折叠面板", icon: o, default: {}, props: { base: {}, size: {} }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }], designComponent: e(() => import("../views/assemblys/container/collapse/collapse-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/collapse/collapse-attr.vue.js")) }, { name: "tabs", label: "多页签", icon: s, default: {}, props: { base: {}, size: {} }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "tab-click", label: "tab点击事件", tip: "tab 被选中时触发" }, { name: "tab-change", label: "当前页签改变事件", tip: "activeName 改变时触发" }, { name: "tab-remove", label: "点击移除事件", tip: "点击 tab 移除按钮时触发" }, { name: "tab-add", label: "点击新增事件", tip: "点击 tab 新增按钮时触发" }, { name: "edit", label: "点击新增或移除事件", tip: "点击 tab 的新增或移除按钮后触发" }], designComponent: e(() => import("../views/assemblys/container/tabs/tabs-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/tabs/tabs-attr.vue.js")) }, { name: "card", label: "卡片", icon: r, default: {}, props: { base: { tittleShow: true, title: "标题" }, size: {} }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }], designComponent: e(() => import("../views/assemblys/container/card/card-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/card/card-attr.vue.js")) }, { name: "tools", label: "工具栏", icon: p, default: {}, props: { base: {}, size: {} }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }], designComponent: e(() => import("../views/assemblys/container/tools/tools-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/tools/tools-attr.vue.js")) }, { name: "iframe", label: "Iframe", icon: m, default: {}, props: { base: {}, size: {} }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }], designComponent: e(() => import("../views/assemblys/container/iframe/iframe-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/iframe/iframe-attr.vue.js")) }, { name: "container", label: "布局", icon: d, default: {}, props: { base: {}, size: {} }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }], designComponent: e(() => import("../views/assemblys/container/container/container-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/container/container-attr.vue.js")) }] }, { name: "form", label: "表单", icon: b, items: [{ name: "input-text", label: "文本框", icon: c, props: { base: { tittleShow: true, title: "文本框", clearable: true, placeholder: "请输入" }, linkPage: {}, verification: {}, scan: { ruleList: [] }, preSuffix: {}, prefix: {}, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } }, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "click", label: "点击", tip: "点击" }, { name: "input", label: "输入", tip: "输入" }, { name: "change", label: "更改", tip: "更改" }, { name: "clear", label: "清空", tip: "清空" }, { name: "setValue", label: "弹框赋值回调", tip: "后缀图标弹框赋值回调" }, { name: "closePopup", label: "关闭弹框回调", tip: "关闭弹框回调" }, { name: "blur", label: "失去焦点", tip: "失去焦点" }, { name: "focus", label: "获取焦点", tip: "获取焦点" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }, { name: "prefixClick", label: "前缀点击", tip: "前缀图标点击执行" }, { name: "suffixClick", label: "后缀点击", tip: "后缀图标点击执行" }, { name: "afterScanDone", label: "扫描完成后", tip: "移动端扫描并赋值后事件" }], designComponent: e(() => import("../views/assemblys/form/input-text/inputtext-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/input-text/inputtext-attr.vue.js")) }, { name: "select", label: "选择器", icon: f, props: { base: { tittleShow: true, title: "选择器", clearable: true, placeholder: "请选择" }, verification: {}, dataOrigin: { displayQuantity: 20 }, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "change", label: "更改", tip: "更改" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/select/select-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/select/select-attr.vue.js")) }, { name: "radio", label: "单选框", icon: u, props: { base: { tittleShow: true, title: "单选框" }, verification: {}, dataOrigin: { displayQuantity: 20 }, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "change", label: "更改", tip: "更改" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/radio/radio-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/radio/radio-attr.vue.js")) }, { name: "checkbox", label: "复选框", icon: g, props: { base: { tittleShow: true, title: "复选框" }, verification: {}, dataOrigin: { displayQuantity: 20 }, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "change", label: "更改", tip: "更改" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/checkbox/checkbox-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/checkbox/checkbox-attr.vue.js")) }, { name: "textarea", label: "文本域", icon: h, props: { base: { tittleShow: true, title: "文本域", clearable: true, placeholder: "请输入" }, verification: {}, size: { widthType: "flex", flexSpan: 24 } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "input", label: "输入", tip: "输入" }, { name: "change", label: "更改", tip: "更改" }, { name: "blur", label: "失去焦点", tip: "失去焦点" }, { name: "focus", label: "获取焦点", tip: "获取焦点" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/textarea/textarea-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/textarea/textarea-attr.vue.js")) }, { name: "datePicker", label: "日期/时间", icon: v, props: { base: { dateRangeDefaultValue: {}, tittleShow: true, title: "日期", clearable: true, placeholder: "请选择" }, verification: {}, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "change", label: "确定更改日期", tip: "用户确认选定的值时触发" }, { name: "blur", label: "获取焦点", tip: "获取焦点" }, { name: "clear", label: "清空", tip: "清空" }, { name: "focus", label: "失去焦点", tip: "失去焦点" }, { name: "panel-change", label: "日期面板改变事件", tip: "当日期面板改变时触发" }, { name: "visible-change", label: "下拉列表出现/消失事件", tip: "当picker的下拉列表出现/消失时触发" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/date-picker/datepicker-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/date-picker/datepicker-attr.vue.js")) }, { name: "file-upload", label: "文件框", icon: w, props: { base: { tittleShow: true, title: "文件框", placeholder: "请选择" }, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } }, verification: {}, uploadConfig: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "before-upload", label: "上传前", tip: "上传前" }, { name: "uploaded", label: "上传完成", tip: "上传完成" }, { name: "before-delete", label: "删除文件项前", tip: "删除文件项前" }, { name: "deleted", label: "删除文件项", tip: "删除文件项" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/file-upload/fileupload-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/file-upload/fileupload-attr.vue.js")) }, { name: "switch", label: "开关", icon: y, props: { base: { tittleShow: true, title: "开关" }, verification: {}, singleWidth: {}, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "change", label: "更改", tip: "更改" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/switch/switch-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/switch/switch-attr.vue.js")) }, { name: "inputNumber", label: "计数器", icon: x, props: { base: { tittleShow: true, title: "计数器" }, verification: {}, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } }, overallWidth: {}, overallHeight: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "change", label: "更改", tip: "更改" }, { name: "blur", label: "获取焦点", tip: "获取焦点" }, { name: "focus", label: "失去焦点", tip: "失去焦点" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/input-number/input-number-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/input-number/input-number-attr.vue.js")) }, { name: "tag", label: "标签", icon: k, props: { base: { tittleShow: true, title: "标签" }, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "click", label: "点击", tip: "点击" }, { name: "remove", label: "移除标签", tip: "移除标签" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/tag/tag-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/tag/tag-attr.vue.js")) }, { name: "dept-tree", label: "组织树", icon: C, props: { base: { tittleShow: true, title: "组织树", placeholder: "请选择" }, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } }, verification: {}, title: {}, orgFields: [{ type: "", model: "" }] }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "click", label: "点击", tip: "点击" }, { name: "change", label: "更改", tip: "更改" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/dept-tree/depttree-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/dept-tree/depttree-attr.vue.js")) }, { name: "richText", label: "富文本", icon: h, props: { base: { tittleShow: false, title: "富文本", placeholder: "请输入" }, verification: [], size: { fixedHeight: 200, widthType: "flex", flexSpan: 24 } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "change", label: "更改", tip: "更改" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/rich-text/richtext-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/rich-text/richtext-attr.vue.js")) }, { name: "divider", label: "分割线", icon: S, props: { base: { tittleShow: true }, size: { widthType: "flex", flexSpan: 24 }, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "click", label: "点击", tip: "点击" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/divider/divider-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/divider/divider-attr.vue.js")) }, { name: "separatelabel", label: "分隔标签", icon: r, default: {}, props: { base: { title: "标题" }, size: { widthType: "flex", flexSpan: 24 } }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/separatelabel/separatelabel-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/separatelabel/separatelabel-attr.vue.js")) }, { name: "placeholder", label: "占位符", icon: j, props: { base: {}, verification: {}, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/placeholder/placeholder-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/placeholder/placeholder-attr.vue.js")) }, { name: "link", label: "链接", icon: F, props: { base: { title: "链接", tittleShow: false }, linkPage: {}, prefix: {}, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeClick", label: "点击前", tip: "点击前" }, { name: "click", label: "点击", tip: "点击" }, { name: "setValue", label: "弹框赋值回调", tip: "弹框赋值回调" }, { name: "closePopup", label: "关闭弹框回调", tip: "关闭弹框回调" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/link/link-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/link/link-attr.vue.js")) }, { name: "label", label: "Label组件", icon: k, props: { base: { tittleShow: true, title: "Label组件" }, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } }, verification: {}, formatting: { type: "", suffixModule: { jumpPageAdditional: [], icon: "" }, dynamicDataSourceCode: "" }, suffixModule: { action: "attonity", buttonDisplayConditionsList: [], jumpPageAdditional: [{ type: "", model: "" }] }, preSuffix: {}, singleWidth: {}, overallWidth: {}, overallHeight: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "click", label: "点击", tip: "点击" }, { name: "change", label: "更改", tip: "更改" }, { name: "blur", label: "失去焦点", tip: "失去焦点" }, { name: "focus", label: "获取焦点", tip: "获取焦点" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/label/label-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/label/label-attr.vue.js")) }] }, { name: "data", label: "数据", icon: T, items: [{ name: "table", label: "表格", events: [{ name: "beforeListLoad", label: "加载列表数据前", tip: "加载列表数据前" }, { name: "beforeRequest", label: "数据请求前事件", tip: "表格数据请求前回调事件" }, { name: "onListLoad", label: "加载列表数据后", tip: "加载列表数据后,此事件可以格式化数据内容" }, { name: "afterListLoad", label: "列表初始化后", tip: "列表初始化后" }, { name: "resizeTableHeight", label: "高度计算", tip: "列表高度重计算,refresh列表数据时会重新计算高度" }, { name: "beforeAddRow", label: "增加记录前", tip: "增加记录前,返回true表示可以增加记录,false表示不能增加记录" }, { name: "afterAddRow", label: "增加记录后", tip: "增加记录后" }, { name: "beforeRemoveRow", label: "移除记录前", tip: "移除记录前,返回true表示可以移除该记录,false表示不移除该记录" }, { name: "afterRemoveRow", label: "移除记录后", tip: "移除记录后" }, { name: "beforeEdit", label: "行编辑前", tip: "行编辑或移动端编辑字段前的回调方法,修改记录前,返回true表示可以修改记录,false表示不能修改记录" }, { name: "beforeRestoreValidate", label: "取消编辑前验证", tip: "列表行编辑取消编辑前验证回调方法" }, { name: "beforeRestore", label: "取消编辑前", tip: "列表行编辑取消编辑前回调方法" }, { name: "select", label: "选择数据", tip: "当用户手动勾选数据行时触发的事件" }, { name: "select-all", label: "全选数据", tip: "当用户手动勾选全选时触发该事件" }, { name: "selection-change", label: "选择数据改变", tip: "当选择项发生变化时触发该事件" }, { name: "cell-click", label: "单元格点击", tip: "当某个单元格被点击时会触发该事件" }, { name: "cell-dblclick", label: "单元格双击", tip: "当某个单元格被双击击时会触发该事件" }, { name: "row-click", label: "行点击", tip: "当某一行被点击时会触发该事件" }, { name: "row-dblclick", label: "行双击", tip: "当某一行被双击时会触发该事件" }, { name: "header-click", label: "列表头点击", tip: "当某一列的表头被点击时会触发该事件" }, { name: "show", label: "列表显示", tip: "列表显示回调方法" }, { name: "hidden", label: "列表隐藏", tip: "列表隐藏回调方法" }, { name: "filter-data", label: "数据过滤", tip: "列表数据过滤方法" }], icon: z, btnList: [{ name: "button-detail", label: "按钮", icon: I, props: { base: { type: "primary", name: "操作", title: "操作" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证数据前", tip: "行编辑保存时验证数据前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "setValue", label: "弹框赋值回调", tip: "弹框赋值回调" }, { name: "closePopup", label: "关闭弹框回调", tip: "关闭弹框回调" }, { name: "click", label: "点击事件", tip: "点击事件" }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }], items: [le(), ne(), ae()], modelFields: [], props: { base: { alignTitle: "left", alignContent: "left", selection: true, showIndex: true, showOperation: true, stripe: false, highlightCurrentRow: true, subPaging: true }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {}, linkage: [{ label: "联动变量1", vaule: "" }, { label: "联动变量2", vaule: "" }, { label: "联动变量3", vaule: "" }], highOrder: { totalSetting: "" }, deleteLogicSetting: [{ secondTable: "" }], otherSettings: { sourceQueryTableData: "[]" }, dataOrigin: { optionValueSetType: "", staticState: [], sortField: [{ name: "", type: "" }], json: "[\n {name:1,age:1},\n {name:2,age:2},\n {name:3,age:3},\n ]", principalLinkage: "", querySetList: [{ type: 1, name: 1 }], returnSetList: [], sqlFilterCondition: [], defaultQueryCriteria: [], unfoldConent: '<el-form :model="form" label-width="auto" style="max-width: 600px">\n <el-form-item label="Activity name">\n <el-input v-model="form.name" />\n </el-form-item>\n </el-form>\n ' }, isChangeGroupHeader: false, groupHeaders: [], importSetting: { listViewImportDuplicate: "update", importFields: [] } }, style: { titleFont: {}, tableHeader: {}, rowStyle: [{ type: "", model: "" }], background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, designComponent: e(() => import("../views/assemblys/data/table/table-design.vue.js")), attrComponent: e(() => import("../views/assemblys/data/table/table-attr.vue.js")) }, { name: "progress", label: "进度条", icon: V, props: { base: {}, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, designComponent: e(() => import("../views/assemblys/container/form/form-design.vue.js")) }, { name: "tree", label: "树控件", events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }, { name: "node-click", label: "节点点击", tip: "当节点被点击的时候触发" }, { name: "check-change", label: "复选框点击", tip: "当复选框被点击的时候触发" }, { name: "check", label: "复选框点击后", tip: "点击节点复选框之后触发" }], icon: L, props: { base: {}, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {}, queryParameter: { parameterList: [] }, linkage: [{ label: "联动变量1", vaule: "" }, { label: "联动变量2", vaule: "" }, { label: "联动变量3", vaule: "" }], dataOrigin: { optionValueSetType: "", staticState: [], staticData: '[{\n "nodeId:"1",\n "name": "第一级",\n "children": [\n {\n "nodeId:"1-1",\n "name": "第二级",\n "children": [\n {\n "nodeId:"1-1-1",\n "name": "第三级"\n }\n ]\n }\n ]\n }]', principalLinkage: "11", querySetList: [{ type: 1, name: 1 }], returnSetList: [{ type: 1, name: 1 }], totalSetting: "" } }, style: { titleFont: {}, verification: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, designComponent: e(() => import("../views/assemblys/data/tree/tree-design.vue.js")), attrComponent: e(() => import("../views/assemblys/data/tree/tree-attr.vue.js")) }, { name: "steps", label: "步骤条", icon: q, props: { base: {}, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }], designComponent: e(() => import("../views/assemblys/container/form/form-design.vue.js")) }, { name: "timeline", label: "时间线", icon: E, props: { base: {}, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }], designComponent: e(() => import("../views/assemblys/container/form/form-design.vue.js")) }, { name: "bar-code", label: "条码", icon: K, props: { base: { type: "QR-code" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }], designComponent: e(() => import("../views/assemblys/data/bar-code/barcode-design.vue.js")), attrComponent: e(() => import("../views/assemblys/data/bar-code/barcode-attr.vue.js")) }] }, { name: "button", label: "按钮", icon: P, items: [{ name: "button-detail", label: "按钮", icon: I, design: { style: { display: "inline-block", flex: "0" } }, props: { base: { title: "按钮", isPermission: true, conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], showCondition: "[]", type: "primary", logSetting: [] }, setValueList: [], linkPage: {}, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", label: "点击事件", tip: "点击事件" }, { name: "setValue", label: "弹框赋值回调", tip: "弹框赋值回调" }, { name: "closePopup", label: "关闭弹框回调", tip: "关闭弹框回调" }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }], designComponent: e(() => import("../views/assemblys/button/button/button-design.vue.js")), attrComponent: e(() => import("../views/assemblys/button/button/button-attr.vue.js")) }, { name: "button-group", label: "按钮组", icon: N, design: { style: { display: "inline-block", flex: "0" } }, props: { base: {}, size: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }], designComponent: e(() => import("../views/assemblys/button/button-group/buttongroup-design.vue.js")), attrComponent: e(() => import("../views/assemblys/button/button-group/buttongroup-attr.vue.js")) }, { name: "dropdown", label: "下拉菜单", icon: "", design: { style: { display: "inline-block" } }, props: { base: { title: "下拉菜单" }, dataOrigin: { optionValueSetType: "", staticState: [], json: '[\n {"label":"1"},\n {"label":"2"},\n {"label":"3"}\n ]' }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }, { name: "menuClick", label: "点击菜单", tip: "点击菜单" }, { name: "menuShow", label: "显示菜单", tip: "显示菜单" }, { name: "menuHidden", label: "隐藏菜单", tip: "隐藏菜单" }], designComponent: e(() => import("../views/assemblys/button/dropdown/dropdown-design.vue.js")), attrComponent: e(() => import("../views/assemblys/button/dropdown/dropdown-attr.vue.js")) }, { name: "export-pdf", label: "导出PDF", icon: N, design: { style: { display: "inline-block" } }, props: { base: { title: "导出PDF", type: "primary" }, dropdown: {}, dataOrigin: { optionValueSetType: "", staticState: [], json: '[\n {"label":"1"},\n {"label":"2"},\n {"label":"3"}\n ]' }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "导出PDF", eventName: "exportPDF", isStandard: true }], designComponent: e(() => import("../views/assemblys/button/export-pdf/exportpdf-design.vue.js")), attrComponent: e(() => import("../views/assemblys/button/export-pdf/exportpdf-attr.vue.js")) }, { name: "print-label", label: "打印标签", icon: N, design: { style: { display: "inline-block" } }, props: { base: { title: "打印标签", type: "primary" }, dropdown: {}, dataOrigin: { optionValueSetType: "", staticState: [], json: '[\n {"label":"1"},\n {"label":"2"},\n {"label":"3"}\n ]' }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "打印标签", eventName: "printLabel", isStandard: true }], designComponent: e(() => import("../views/assemblys/button/print-label/printlabel-design.vue.js")), attrComponent: e(() => import("../views/assemblys/button/print-label/printlabel-attr.vue.js")) }] }, { name: "workflow", label: "工作流", icon: R, items: [{ name: "workflow-button", label: "流程按钮", icon: H, design: { style: { display: "inline-block" } }, items: [{ name: "button-detail", label: "暂存", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "暂存", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary", isEnableRequired: false }, verification: [], preSuffix: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "暂存", eventName: "workflowSave", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "提交", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "提交", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "提交流程", eventName: "submitProcess", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "提交", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "提交", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "提交任务", eventName: "submitTask", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "领取", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "领取", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "领取", eventName: "drawTask", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "放弃领取", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "放弃领取", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "放弃领取", eventName: "abandonReceive", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "同意", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "同意", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "同意", eventName: "approve", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "不同意", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "不同意", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "不同意", eventName: "refuse", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "赞成", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "赞成", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "赞成", eventName: "agreement", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "反对", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "反对", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "反对", eventName: "oppose", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "弃权", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "弃权", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "弃权", eventName: "kiken", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "已阅", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "已阅", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "已阅", eventName: "readed", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "指派", icon: I, disabled: false, check: false, isFlow: true, props: { base: { title: "指派", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "指派", eventName: "assign", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "抄送", icon: I, disabled: false, check: false, isFlow: true, props: { base: { title: "抄送", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "抄送", eventName: "copyTask", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "加签", icon: I, disabled: false, check: false, isFlow: true, props: { base: { title: "加签", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "加签", eventName: "addSigner", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "减签", icon: I, disabled: false, check: false, isFlow: true, props: { base: { title: "减签", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "减签", eventName: "removeSigner", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "驳回", icon: I, disabled: false, check: false, isFlow: true, props: { base: { title: "驳回", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "驳回", eventName: "returnToPreviousTask", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "退回", icon: I, disabled: false, check: false, isFlow: true, props: { base: { title: "退回", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "退回", eventName: "returnTaskTo", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "强制结束", icon: I, disabled: false, check: false, isFlow: true, props: { base: { title: "强制结束", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "强制结束", eventName: "endInstance", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "取回", icon: I, disabled: false, check: false, isFlow: true, props: { base: { title: "取回", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "取回", eventName: "retrieveTask", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }], props: { base: { showActivityName: true }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/workflow/workflow-button/workflowbutton-design.vue.js")), attrComponent: e(() => import("../views/assemblys/workflow/workflow-button/workflowbutton-attr.vue.js")) }, { name: "picture-flow", label: "图形历史", icon: $, props: { base: {}, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/workflow/picture-flow/pictureflow-design.vue.js")), attrComponent: e(() => import("../views/assemblys/workflow/picture-flow/pictureflow-attr.vue.js")) }, { name: "text-flow", label: "文本历史", icon: O, props: { base: {}, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/workflow/text-history/texthistory-design.vue.js")), attrComponent: e(() => import("../views/assemblys/workflow/text-history/texthistory-attr.vue.js")) }, { name: "workflow-node", label: "流程环节", icon: O, props: { base: { title: "当前环节:" }, size: {} }, style: { headerColor: "red", headerTextAlign: "center", titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [], designComponent: e(() => import("../views/assemblys/workflow/workflow-node/workflownode-design.vue.js")), attrComponent: e(() => import("../views/assemblys/workflow/workflow-node/workflownode-attr.vue.js")) }] }, { name: "chart", label: "统计图", icon: D, events: [{ name: "afterChartFormLoad", label: "加载图表查询表单后", tip: "加载图表查询表单后" }], design: { style: { height: "100%" } }, pushHomepage: { enable: false }, items: [{ name: "chart-column-line", label: "柱/折图", icon: Q, initializationQuery: true, exportable: true, design: { style: { "margin-bottom": "18px" } }, props: { size: { fixHeight: 300, widthType: "flex", flexSpan: 24 } }, style: { yaxisLeft: {}, yaxisRight: {} }, events: [{ name: "beforeUpdateChart", label: "图表更新前" }, { name: "afterUpdateChart", label: "图表更新后", tip: "图表更新后" }], designComponent: e(() => import("../views/assemblys/chart/column-line/column-line-design.vue.js")), attrComponent: e(() => import("../views/assemblys/chart/column-line/column-line-attr.vue.js")) }, { name: "chart-pie", label: "饼图", icon: A, initializationQuery: true, exportable: true, design: { style: { "margin-bottom": "18px", height: "100%" } }, props: { size: { pc: { fixHeight: 300, widthType: "flex", flexSpan: 12 }, ipad: { fixHeight: 300, widthType: "flex", flexSpan: 12 }, phone: { fixHeight: 300, widthType: "flex", flexSpan: 24 } } }, style: {}, designComponent: e(() => import("../views/assemblys/chart/pie/pie-design.vue.js")), attrComponent: e(() => import("../views/assemblys/chart/pie/pie-attr.vue.js")) }, { name: "chart-gauge", label: "仪表盘", icon: W, initializationQuery: true, exportable: true, design: { style: { "margin-bottom": "18px", height: "100%" } }, props: { size: { pc: { fixHeight: 300, widthType: "flex", flexSpan: 12 }, ipad: { fixHeight: 300, widthType: "flex", flexSpan: 12 }, phone: { fixHeight: 300, widthType: "flex", flexSpan: 24 } } }, style: {}, designComponent: e(() => import("../views/assemblys/chart/gauge/gauge-design.vue.js")), attrComponent: e(() => import("../views/assemblys/chart/gauge/gauge-attr.vue.js")) }, { name: "chart-radar", label: "雷达图", icon: M, initializationQuery: true, exportable: true, design: { style: { "margin-bottom": "18px", height: "100%" } }, props: { size: { pc: { fixHeight: 300, widthType: "flex", flexSpan: 12 }, ipad: { fixHeight: 300, widthType: "flex", flexSpan: 12 }, phone: { fixHeight: 300, widthType: "flex", flexSpan: 24 } } }, style: {}, designComponent: e(() => import("../views/assemblys/chart/radar/radar-design.vue.js")), attrComponent: e(() => import("../views/assemblys/chart/radar/radar-attr.vue.js")) }, { name: "chart-scatter", label: "散点图", icon: U, initializationQuery: true, exportable: true, design: { style: { "margin-bottom": "18px", height: "100%" } }, props: { size: { pc: { fixHeight: 300, widthType: "flex", flexSpan: 12 }, ipad: { fixHeight: 300, widthType: "flex", flexSpan: 12 }, phone: { fixHeight: 300, widthType: "flex", flexSpan: 24 } } }, style: { yaxisLeft: {}, yaxisRight: {} }, designComponent: e(() => import("../views/assemblys/chart/scatter/scatter-design.vue.js")), attrComponent: e(() => import("../views/assemblys/chart/scatter/scatter-attr.vue.js")) }, { name: "statistical-table", label: "统计表格", icon: z, items: [], modelFields: [], exportable: true, props: { base: { headerAlign: "left", align: "left", fixed: false, showIndex: true, stripe: false, sortable: false }, size: {}, highOrder: {}, otherSettings: {}, dataOrigin: { optionValueSetType: "", sortField: [{ name: "", type: "" }] }, isChangeGroupHeader: false, groupHeaders: [] }, style: { titleFont: {}, tableHeader: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, designComponent: e(() => import("../views/assemblys/chart/statistical-table/statisticalTable-design.vue.js")), attrComponent: e(() => import("../views/assemblys/chart/statistical-table/statisticalTable-attr.vue.js")) }] }, { name: "other", label: "其他", items: [{ name: "custom", label: "自定义", icon: G, props: { base: { tittleShow: true }, verification: [], preSuffix: {}, prefix: {}, size: { widthType: "flex", flexSpan: 24 }, uploadConfig: {}, overallWidth: {}, overallHeight: {}, title: {}, parameter: [] }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "click", label: "点击", tip: "点击" }, { name: "change", label: "更改", tip: "更改" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/custom/custom-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/custom/custom-attr.vue.js")) }] }], te = { id: -1, code: "", name: "page", label: "", version: 1, systemCode: "", systemVersion: 1, dbName: "", tableName: "", tableAlias: "", workflowCode: "", workflowVersion: 0, modelFields: [], logicDesigns: [], items: [], props: { notIdInitializationList: "[]", judgeHeavyList: [] }, style: { paddingTop: 0, paddingRight: 0, paddingBottom: 0, paddingLeft: 0 }, events: [{ name: "beforeload", label: "加载前" }, { name: "load", label: "加载后" }, { name: "beforeFormLoadData", label: "加载表单数据前", tip: "还没有加载表单数据时" }, { name: "afterFormLoadData", label: "加载表单数据后", tip: "加载表单数据后还没显示表单时" }, { name: "onUnmounted", label: "页面卸载时" }] };
|
|
59
|
+
const ee = [{ name: "container", label: "容器", icon: a, items: [{ name: "form", label: "表单", icon: n, props: { base: {}, size: { widthType: "flex", flexSpan: 24 } }, style: {}, events: [], default: { props: { labelWidth: 90 }, style: {} }, designComponent: e(() => import("../views/assemblys/container/form/form-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/form/form-attr.vue.js")) }, { name: "layout", label: "Flex", icon: l, props: { base: {}, size: { widthType: "flex", flexSpan: 24 } }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }], designComponent: e(() => import("../views/assemblys/container/flex/flex-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/flex/flex-attr.vue.js")) }, { name: "collapse", label: "折叠面板", icon: o, default: {}, props: { base: {}, size: {} }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }], designComponent: e(() => import("../views/assemblys/container/collapse/collapse-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/collapse/collapse-attr.vue.js")) }, { name: "tabs", label: "多页签", icon: s, default: {}, props: { base: {}, size: {} }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "tab-click", label: "tab点击事件", tip: "tab 被选中时触发" }, { name: "tab-change", label: "当前页签改变事件", tip: "activeName 改变时触发" }, { name: "tab-remove", label: "点击移除事件", tip: "点击 tab 移除按钮时触发" }, { name: "tab-add", label: "点击新增事件", tip: "点击 tab 新增按钮时触发" }, { name: "edit", label: "点击新增或移除事件", tip: "点击 tab 的新增或移除按钮后触发" }], designComponent: e(() => import("../views/assemblys/container/tabs/tabs-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/tabs/tabs-attr.vue.js")) }, { name: "card", label: "卡片", icon: r, default: {}, props: { base: { tittleShow: true, title: "标题" }, size: {} }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }], designComponent: e(() => import("../views/assemblys/container/card/card-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/card/card-attr.vue.js")) }, { name: "tools", label: "工具栏", icon: p, default: {}, props: { base: {}, size: {} }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }], designComponent: e(() => import("../views/assemblys/container/tools/tools-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/tools/tools-attr.vue.js")) }, { name: "iframe", label: "Iframe", icon: m, default: {}, props: { base: {}, size: {} }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }], designComponent: e(() => import("../views/assemblys/container/iframe/iframe-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/iframe/iframe-attr.vue.js")) }, { name: "container", label: "布局", icon: d, default: {}, props: { base: {}, size: {} }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }], designComponent: e(() => import("../views/assemblys/container/container/container-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/container/container-attr.vue.js")) }] }, { name: "form", label: "表单", icon: b, items: [{ name: "input-text", label: "文本框", icon: c, props: { base: { tittleShow: true, title: "文本框", clearable: true, placeholder: "请输入" }, linkPage: {}, verification: {}, scan: { ruleList: [] }, preSuffix: {}, prefix: {}, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } }, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "click", label: "点击", tip: "点击" }, { name: "input", label: "输入", tip: "输入" }, { name: "change", label: "更改", tip: "更改" }, { name: "clear", label: "清空", tip: "清空" }, { name: "setValue", label: "弹框赋值回调", tip: "后缀图标弹框赋值回调" }, { name: "closePopup", label: "关闭弹框回调", tip: "关闭弹框回调" }, { name: "blur", label: "失去焦点", tip: "失去焦点" }, { name: "focus", label: "获取焦点", tip: "获取焦点" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }, { name: "prefixClick", label: "前缀点击", tip: "前缀图标点击执行" }, { name: "suffixClick", label: "后缀点击", tip: "后缀图标点击执行" }, { name: "afterScanDone", label: "扫描完成后", tip: "移动端扫描并赋值后事件" }], designComponent: e(() => import("../views/assemblys/form/input-text/inputtext-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/input-text/inputtext-attr.vue.js")) }, { name: "select", label: "选择器", icon: f, props: { base: { tittleShow: true, title: "选择器", clearable: true, placeholder: "请选择" }, verification: {}, dataOrigin: { displayQuantity: 20 }, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "change", label: "更改", tip: "更改" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/select/select-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/select/select-attr.vue.js")) }, { name: "radio", label: "单选框", icon: u, props: { base: { tittleShow: true, title: "单选框" }, verification: {}, dataOrigin: { displayQuantity: 20 }, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "change", label: "更改", tip: "更改" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/radio/radio-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/radio/radio-attr.vue.js")) }, { name: "checkbox", label: "复选框", icon: g, props: { base: { tittleShow: true, title: "复选框" }, verification: {}, dataOrigin: { displayQuantity: 20 }, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "change", label: "更改", tip: "更改" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/checkbox/checkbox-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/checkbox/checkbox-attr.vue.js")) }, { name: "textarea", label: "文本域", icon: h, props: { base: { tittleShow: true, title: "文本域", clearable: true, placeholder: "请输入" }, verification: {}, size: { widthType: "flex", flexSpan: 24 } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "input", label: "输入", tip: "输入" }, { name: "change", label: "更改", tip: "更改" }, { name: "blur", label: "失去焦点", tip: "失去焦点" }, { name: "focus", label: "获取焦点", tip: "获取焦点" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/textarea/textarea-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/textarea/textarea-attr.vue.js")) }, { name: "datePicker", label: "日期/时间", icon: v, props: { base: { dateRangeDefaultValue: {}, tittleShow: true, title: "日期", clearable: true, placeholder: "请选择" }, verification: {}, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "change", label: "确定更改日期", tip: "用户确认选定的值时触发" }, { name: "blur", label: "获取焦点", tip: "获取焦点" }, { name: "clear", label: "清空", tip: "清空" }, { name: "focus", label: "失去焦点", tip: "失去焦点" }, { name: "panel-change", label: "日期面板改变事件", tip: "当日期面板改变时触发" }, { name: "visible-change", label: "下拉列表出现/消失事件", tip: "当picker的下拉列表出现/消失时触发" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/date-picker/datepicker-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/date-picker/datepicker-attr.vue.js")) }, { name: "file-upload", label: "文件框", icon: w, props: { base: { tittleShow: true, title: "文件框", placeholder: "请选择" }, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } }, verification: {}, uploadConfig: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "before-upload", label: "上传前", tip: "上传前" }, { name: "uploaded", label: "上传完成", tip: "上传完成" }, { name: "before-delete", label: "删除文件项前", tip: "删除文件项前" }, { name: "deleted", label: "删除文件项", tip: "删除文件项" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/file-upload/fileupload-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/file-upload/fileupload-attr.vue.js")) }, { name: "switch", label: "开关", icon: y, props: { base: { tittleShow: true, title: "开关" }, verification: {}, singleWidth: {}, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "change", label: "更改", tip: "更改" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/switch/switch-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/switch/switch-attr.vue.js")) }, { name: "inputNumber", label: "计数器", icon: x, props: { base: { tittleShow: true, title: "计数器" }, verification: {}, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } }, overallWidth: {}, overallHeight: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "change", label: "更改", tip: "更改" }, { name: "blur", label: "获取焦点", tip: "获取焦点" }, { name: "focus", label: "失去焦点", tip: "失去焦点" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/input-number/input-number-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/input-number/input-number-attr.vue.js")) }, { name: "tag", label: "标签", icon: k, props: { base: { tittleShow: true, title: "标签" }, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "click", label: "点击", tip: "点击" }, { name: "remove", label: "移除标签", tip: "移除标签" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/tag/tag-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/tag/tag-attr.vue.js")) }, { name: "dept-tree", label: "组织树", icon: C, props: { base: { tittleShow: true, title: "组织树", placeholder: "请选择" }, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } }, verification: {}, title: {}, orgFields: [{ type: "", model: "" }] }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "click", label: "点击", tip: "点击" }, { name: "change", label: "更改", tip: "更改" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/dept-tree/depttree-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/dept-tree/depttree-attr.vue.js")) }, { name: "richText", label: "富文本", icon: h, props: { base: { tittleShow: false, title: "富文本", placeholder: "请输入" }, verification: [], size: { fixedHeight: 200, widthType: "flex", flexSpan: 24 } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "change", label: "更改", tip: "更改" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/rich-text/richtext-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/rich-text/richtext-attr.vue.js")) }, { name: "divider", label: "分割线", icon: S, props: { base: { tittleShow: true }, size: { widthType: "flex", flexSpan: 24 }, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "click", label: "点击", tip: "点击" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/divider/divider-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/divider/divider-attr.vue.js")) }, { name: "separatelabel", label: "分隔标签", icon: r, default: {}, props: { base: { title: "标题" }, size: { widthType: "flex", flexSpan: 24 } }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/separatelabel/separatelabel-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/separatelabel/separatelabel-attr.vue.js")) }, { name: "placeholder", label: "占位符", icon: j, props: { base: {}, verification: {}, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/placeholder/placeholder-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/placeholder/placeholder-attr.vue.js")) }, { name: "link", label: "链接", icon: F, props: { base: { title: "链接", tittleShow: false }, linkPage: {}, prefix: {}, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeClick", label: "点击前", tip: "点击前" }, { name: "click", label: "点击", tip: "点击" }, { name: "setValue", label: "弹框赋值回调", tip: "弹框赋值回调" }, { name: "closePopup", label: "关闭弹框回调", tip: "关闭弹框回调" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/link/link-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/link/link-attr.vue.js")) }, { name: "label", label: "Label组件", icon: k, props: { base: { tittleShow: true, title: "Label组件" }, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } }, verification: {}, formatting: { type: "", suffixModule: { jumpPageAdditional: [], icon: "" }, dynamicDataSourceCode: "" }, suffixModule: { action: "attonity", buttonDisplayConditionsList: [], jumpPageAdditional: [{ type: "", model: "" }] }, preSuffix: {}, singleWidth: {}, overallWidth: {}, overallHeight: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "click", label: "点击", tip: "点击" }, { name: "change", label: "更改", tip: "更改" }, { name: "blur", label: "失去焦点", tip: "失去焦点" }, { name: "focus", label: "获取焦点", tip: "获取焦点" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/label/label-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/label/label-attr.vue.js")) }] }, { name: "data", label: "数据", icon: T, items: [{ name: "table", label: "表格", events: [{ name: "beforeListLoad", label: "加载列表数据前", tip: "加载列表数据前" }, { name: "beforeRequest", label: "数据请求前事件", tip: "表格数据请求前回调事件" }, { name: "onListLoad", label: "加载列表数据后", tip: "加载列表数据后,此事件可以格式化数据内容" }, { name: "afterListLoad", label: "列表初始化后", tip: "列表初始化后" }, { name: "resizeTableHeight", label: "高度计算", tip: "列表高度重计算,refresh列表数据时会重新计算高度" }, { name: "beforeAddRow", label: "增加记录前", tip: "增加记录前,返回true表示可以增加记录,false表示不能增加记录" }, { name: "afterAddRow", label: "增加记录后", tip: "增加记录后" }, { name: "beforeRemoveRow", label: "移除记录前", tip: "移除记录前,返回true表示可以移除该记录,false表示不移除该记录" }, { name: "afterRemoveRow", label: "移除记录后", tip: "移除记录后" }, { name: "beforeEdit", label: "行编辑前", tip: "行编辑或移动端编辑字段前的回调方法,修改记录前,返回true表示可以修改记录,false表示不能修改记录" }, { name: "beforeRestoreValidate", label: "取消编辑前验证", tip: "列表行编辑取消编辑前验证回调方法" }, { name: "beforeRestore", label: "取消编辑前", tip: "列表行编辑取消编辑前回调方法" }, { name: "select", label: "选择数据", tip: "当用户手动勾选数据行时触发的事件" }, { name: "select-all", label: "全选数据", tip: "当用户手动勾选全选时触发该事件" }, { name: "selection-change", label: "选择数据改变", tip: "当选择项发生变化时触发该事件" }, { name: "cell-click", label: "单元格点击", tip: "当某个单元格被点击时会触发该事件" }, { name: "cell-dblclick", label: "单元格双击", tip: "当某个单元格被双击击时会触发该事件" }, { name: "row-click", label: "行点击", tip: "当某一行被点击时会触发该事件" }, { name: "row-dblclick", label: "行双击", tip: "当某一行被双击时会触发该事件" }, { name: "header-click", label: "列表头点击", tip: "当某一列的表头被点击时会触发该事件" }, { name: "show", label: "列表显示", tip: "列表显示回调方法" }, { name: "hidden", label: "列表隐藏", tip: "列表隐藏回调方法" }, { name: "filter-data", label: "数据过滤", tip: "列表数据过滤方法" }], icon: z, btnList: [{ name: "button-detail", label: "按钮", icon: I, props: { base: { type: "primary", name: "操作", title: "操作" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证数据前", tip: "行编辑保存时验证数据前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "setValue", label: "弹框赋值回调", tip: "弹框赋值回调" }, { name: "closePopup", label: "关闭弹框回调", tip: "关闭弹框回调" }, { name: "click", label: "点击事件", tip: "点击事件" }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }], items: [le(), ne(), ae()], modelFields: [], props: { base: { alignTitle: "left", alignContent: "left", selection: true, showIndex: true, showOperation: true, stripe: false, highlightCurrentRow: true, subPaging: true }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {}, linkage: [{ label: "联动变量1", vaule: "" }, { label: "联动变量2", vaule: "" }, { label: "联动变量3", vaule: "" }], highOrder: { totalSetting: "" }, deleteLogicSetting: [{ secondTable: "" }], otherSettings: { sourceQueryTableData: "[]" }, dataOrigin: { optionValueSetType: "", staticState: [], sortField: [{ name: "", type: "" }], json: "[\n {name:1,age:1},\n {name:2,age:2},\n {name:3,age:3},\n ]", principalLinkage: "", querySetList: [{ type: 1, name: 1 }], returnSetList: [], sqlFilterCondition: [], defaultQueryCriteria: [], unfoldConent: '<el-form :model="form" label-width="auto" style="max-width: 600px">\n <el-form-item label="Activity name">\n <el-input v-model="form.name" />\n </el-form-item>\n </el-form>\n ' }, isChangeGroupHeader: false, groupHeaders: [], importSetting: { listViewImportDuplicate: "update", importFields: [] } }, style: { titleFont: {}, tableHeader: {}, rowStyle: [{ type: "", model: "" }], background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, designComponent: e(() => import("../views/assemblys/data/table/table-design.vue.js")), attrComponent: e(() => import("../views/assemblys/data/table/table-attr.vue.js")) }, { name: "progress", label: "进度条", icon: V, props: { base: {}, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, designComponent: e(() => import("../views/assemblys/container/form/form-design.vue.js")) }, { name: "tree", label: "树控件", events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }, { name: "node-click", label: "节点点击", tip: "当节点被点击的时候触发" }, { name: "check-change", label: "复选框点击", tip: "当复选框被点击的时候触发" }, { name: "check", label: "复选框点击后", tip: "点击节点复选框之后触发" }], icon: L, props: { base: {}, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {}, queryParameter: { parameterList: [] }, linkage: [{ label: "联动变量1", vaule: "" }, { label: "联动变量2", vaule: "" }, { label: "联动变量3", vaule: "" }], dataOrigin: { optionValueSetType: "", staticState: [], staticData: '[{\n "nodeId:"1",\n "name": "第一级",\n "children": [\n {\n "nodeId:"1-1",\n "name": "第二级",\n "children": [\n {\n "nodeId:"1-1-1",\n "name": "第三级"\n }\n ]\n }\n ]\n }]', principalLinkage: "11", querySetList: [{ type: 1, name: 1 }], returnSetList: [{ type: 1, name: 1 }], totalSetting: "" } }, style: { titleFont: {}, verification: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, designComponent: e(() => import("../views/assemblys/data/tree/tree-design.vue.js")), attrComponent: e(() => import("../views/assemblys/data/tree/tree-attr.vue.js")) }, { name: "steps", label: "步骤条", icon: q, props: { base: {}, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }], designComponent: e(() => import("../views/assemblys/container/form/form-design.vue.js")) }, { name: "timeline", label: "时间线", icon: E, props: { base: {}, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }], designComponent: e(() => import("../views/assemblys/container/form/form-design.vue.js")) }, { name: "bar-code", label: "条码", icon: K, props: { base: { type: "QR-code" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }], designComponent: e(() => import("../views/assemblys/data/bar-code/barcode-design.vue.js")), attrComponent: e(() => import("../views/assemblys/data/bar-code/barcode-attr.vue.js")) }] }, { name: "button", label: "按钮", icon: P, items: [{ name: "button-detail", label: "按钮", icon: I, design: { style: { display: "inline-block" } }, props: { base: { title: "按钮", isPermission: true, conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], showCondition: "[]", type: "primary", logSetting: [] }, setValueList: [], linkPage: {}, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", label: "点击事件", tip: "点击事件" }, { name: "setValue", label: "弹框赋值回调", tip: "弹框赋值回调" }, { name: "closePopup", label: "关闭弹框回调", tip: "关闭弹框回调" }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }], designComponent: e(() => import("../views/assemblys/button/button/button-design.vue.js")), attrComponent: e(() => import("../views/assemblys/button/button/button-attr.vue.js")) }, { name: "button-group", label: "按钮组", icon: N, design: { style: { display: "inline-block" } }, props: { base: {}, size: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }], designComponent: e(() => import("../views/assemblys/button/button-group/buttongroup-design.vue.js")), attrComponent: e(() => import("../views/assemblys/button/button-group/buttongroup-attr.vue.js")) }, { name: "dropdown", label: "下拉菜单", icon: "", design: { style: { display: "inline-block" } }, props: { base: { title: "下拉菜单" }, dataOrigin: { optionValueSetType: "", staticState: [], json: '[\n {"label":"1"},\n {"label":"2"},\n {"label":"3"}\n ]' }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }, { name: "menuClick", label: "点击菜单", tip: "点击菜单" }, { name: "menuShow", label: "显示菜单", tip: "显示菜单" }, { name: "menuHidden", label: "隐藏菜单", tip: "隐藏菜单" }], designComponent: e(() => import("../views/assemblys/button/dropdown/dropdown-design.vue.js")), attrComponent: e(() => import("../views/assemblys/button/dropdown/dropdown-attr.vue.js")) }, { name: "export-pdf", label: "导出PDF", icon: N, design: { style: { display: "inline-block" } }, props: { base: { title: "导出PDF", type: "primary" }, dropdown: {}, dataOrigin: { optionValueSetType: "", staticState: [], json: '[\n {"label":"1"},\n {"label":"2"},\n {"label":"3"}\n ]' }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "导出PDF", eventName: "exportPDF", isStandard: true }], designComponent: e(() => import("../views/assemblys/button/export-pdf/exportpdf-design.vue.js")), attrComponent: e(() => import("../views/assemblys/button/export-pdf/exportpdf-attr.vue.js")) }, { name: "print-label", label: "打印标签", icon: N, design: { style: { display: "inline-block" } }, props: { base: { title: "打印标签", type: "primary" }, dropdown: {}, dataOrigin: { optionValueSetType: "", staticState: [], json: '[\n {"label":"1"},\n {"label":"2"},\n {"label":"3"}\n ]' }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "打印标签", eventName: "printLabel", isStandard: true }], designComponent: e(() => import("../views/assemblys/button/print-label/printlabel-design.vue.js")), attrComponent: e(() => import("../views/assemblys/button/print-label/printlabel-attr.vue.js")) }] }, { name: "workflow", label: "工作流", icon: R, items: [{ name: "workflow-button", label: "流程按钮", icon: H, design: { style: { display: "inline-block" } }, items: [{ name: "button-detail", label: "暂存", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "暂存", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary", isEnableRequired: false }, verification: [], preSuffix: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "暂存", eventName: "workflowSave", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "提交", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "提交", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "提交流程", eventName: "submitProcess", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "提交", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "提交", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "提交任务", eventName: "submitTask", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "领取", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "领取", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "领取", eventName: "drawTask", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "放弃领取", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "放弃领取", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "放弃领取", eventName: "abandonReceive", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "同意", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "同意", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "同意", eventName: "approve", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "不同意", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "不同意", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "不同意", eventName: "refuse", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "赞成", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "赞成", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "赞成", eventName: "agreement", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "反对", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "反对", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "反对", eventName: "oppose", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "弃权", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "弃权", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "弃权", eventName: "kiken", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "已阅", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "已阅", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "已阅", eventName: "readed", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "指派", icon: I, disabled: false, check: false, isFlow: true, props: { base: { title: "指派", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "指派", eventName: "assign", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "抄送", icon: I, disabled: false, check: false, isFlow: true, props: { base: { title: "抄送", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "抄送", eventName: "copyTask", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "加签", icon: I, disabled: false, check: false, isFlow: true, props: { base: { title: "加签", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "加签", eventName: "addSigner", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "减签", icon: I, disabled: false, check: false, isFlow: true, props: { base: { title: "减签", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "减签", eventName: "removeSigner", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "驳回", icon: I, disabled: false, check: false, isFlow: true, props: { base: { title: "驳回", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "驳回", eventName: "returnToPreviousTask", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "退回", icon: I, disabled: false, check: false, isFlow: true, props: { base: { title: "退回", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "退回", eventName: "returnTaskTo", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "强制结束", icon: I, disabled: false, check: false, isFlow: true, props: { base: { title: "强制结束", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "强制结束", eventName: "endInstance", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "取回", icon: I, disabled: false, check: false, isFlow: true, props: { base: { title: "取回", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "取回", eventName: "retrieveTask", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }], props: { base: { showActivityName: true }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/workflow/workflow-button/workflowbutton-design.vue.js")), attrComponent: e(() => import("../views/assemblys/workflow/workflow-button/workflowbutton-attr.vue.js")) }, { name: "picture-flow", label: "图形历史", icon: $, props: { base: {}, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/workflow/picture-flow/pictureflow-design.vue.js")), attrComponent: e(() => import("../views/assemblys/workflow/picture-flow/pictureflow-attr.vue.js")) }, { name: "text-flow", label: "文本历史", icon: O, props: { base: {}, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/workflow/text-history/texthistory-design.vue.js")), attrComponent: e(() => import("../views/assemblys/workflow/text-history/texthistory-attr.vue.js")) }, { name: "workflow-node", label: "流程环节", icon: O, props: { base: { title: "当前环节:" }, size: {} }, style: { headerColor: "red", headerTextAlign: "center", titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [], designComponent: e(() => import("../views/assemblys/workflow/workflow-node/workflownode-design.vue.js")), attrComponent: e(() => import("../views/assemblys/workflow/workflow-node/workflownode-attr.vue.js")) }] }, { name: "chart", label: "统计图", icon: D, events: [{ name: "afterChartFormLoad", label: "加载图表查询表单后", tip: "加载图表查询表单后" }], design: { style: { height: "100%" } }, pushHomepage: { enable: false }, items: [{ name: "chart-column-line", label: "柱/折图", icon: Q, initializationQuery: true, exportable: true, design: { style: { "margin-bottom": "18px" } }, props: { size: { fixHeight: 300, widthType: "flex", flexSpan: 24 } }, style: { yaxisLeft: {}, yaxisRight: {} }, events: [{ name: "beforeUpdateChart", label: "图表更新前" }, { name: "afterUpdateChart", label: "图表更新后", tip: "图表更新后" }], designComponent: e(() => import("../views/assemblys/chart/column-line/column-line-design.vue.js")), attrComponent: e(() => import("../views/assemblys/chart/column-line/column-line-attr.vue.js")) }, { name: "chart-pie", label: "饼图", icon: A, initializationQuery: true, exportable: true, design: { style: { "margin-bottom": "18px", height: "100%" } }, props: { size: { pc: { fixHeight: 300, widthType: "flex", flexSpan: 12 }, ipad: { fixHeight: 300, widthType: "flex", flexSpan: 12 }, phone: { fixHeight: 300, widthType: "flex", flexSpan: 24 } } }, style: {}, designComponent: e(() => import("../views/assemblys/chart/pie/pie-design.vue.js")), attrComponent: e(() => import("../views/assemblys/chart/pie/pie-attr.vue.js")) }, { name: "chart-gauge", label: "仪表盘", icon: W, initializationQuery: true, exportable: true, design: { style: { "margin-bottom": "18px", height: "100%" } }, props: { size: { pc: { fixHeight: 300, widthType: "flex", flexSpan: 12 }, ipad: { fixHeight: 300, widthType: "flex", flexSpan: 12 }, phone: { fixHeight: 300, widthType: "flex", flexSpan: 24 } } }, style: {}, designComponent: e(() => import("../views/assemblys/chart/gauge/gauge-design.vue.js")), attrComponent: e(() => import("../views/assemblys/chart/gauge/gauge-attr.vue.js")) }, { name: "chart-radar", label: "雷达图", icon: M, initializationQuery: true, exportable: true, design: { style: { "margin-bottom": "18px", height: "100%" } }, props: { size: { pc: { fixHeight: 300, widthType: "flex", flexSpan: 12 }, ipad: { fixHeight: 300, widthType: "flex", flexSpan: 12 }, phone: { fixHeight: 300, widthType: "flex", flexSpan: 24 } } }, style: {}, designComponent: e(() => import("../views/assemblys/chart/radar/radar-design.vue.js")), attrComponent: e(() => import("../views/assemblys/chart/radar/radar-attr.vue.js")) }, { name: "chart-scatter", label: "散点图", icon: U, initializationQuery: true, exportable: true, design: { style: { "margin-bottom": "18px", height: "100%" } }, props: { size: { pc: { fixHeight: 300, widthType: "flex", flexSpan: 12 }, ipad: { fixHeight: 300, widthType: "flex", flexSpan: 12 }, phone: { fixHeight: 300, widthType: "flex", flexSpan: 24 } } }, style: { yaxisLeft: {}, yaxisRight: {} }, designComponent: e(() => import("../views/assemblys/chart/scatter/scatter-design.vue.js")), attrComponent: e(() => import("../views/assemblys/chart/scatter/scatter-attr.vue.js")) }, { name: "statistical-table", label: "统计表格", icon: z, items: [], modelFields: [], exportable: true, props: { base: { headerAlign: "left", align: "left", fixed: false, showIndex: true, stripe: false, sortable: false }, size: {}, highOrder: {}, otherSettings: {}, dataOrigin: { optionValueSetType: "", sortField: [{ name: "", type: "" }] }, isChangeGroupHeader: false, groupHeaders: [] }, style: { titleFont: {}, tableHeader: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, designComponent: e(() => import("../views/assemblys/chart/statistical-table/statisticalTable-design.vue.js")), attrComponent: e(() => import("../views/assemblys/chart/statistical-table/statisticalTable-attr.vue.js")) }] }, { name: "other", label: "其他", items: [{ name: "custom", label: "自定义", icon: G, props: { base: { tittleShow: true }, verification: [], preSuffix: {}, prefix: {}, size: { widthType: "flex", flexSpan: 24 }, uploadConfig: {}, overallWidth: {}, overallHeight: {}, title: {}, parameter: [] }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "click", label: "点击", tip: "点击" }, { name: "change", label: "更改", tip: "更改" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/custom/custom-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/custom/custom-attr.vue.js")) }] }], te = { id: -1, code: "", name: "page", label: "", version: 1, systemCode: "", systemVersion: 1, dbName: "", tableName: "", tableAlias: "", workflowCode: "", workflowVersion: 0, modelFields: [], logicDesigns: [], items: [], props: { notIdInitializationList: "[]", judgeHeavyList: [] }, style: { paddingTop: 0, paddingRight: 0, paddingBottom: 0, paddingLeft: 0 }, events: [{ name: "beforeload", label: "加载前" }, { name: "load", label: "加载后" }, { name: "beforeFormLoadData", label: "加载表单数据前", tip: "还没有加载表单数据时" }, { name: "afterFormLoadData", label: "加载表单数据后", tip: "加载表单数据后还没显示表单时" }, { name: "onUnmounted", label: "页面卸载时" }] };
|
|
60
60
|
function ie() {
|
|
61
61
|
const e2 = t(te);
|
|
62
62
|
return e2.code = i(), e2.uuid = e2.code, e2.label = "页面", e2.i18nKeys || (e2.i18nKeys = []), e2;
|
package/dist/es/components/design/views/assemblys/data/component/table-children-column.vue.js
CHANGED
|
@@ -11,21 +11,21 @@ const v = ["onClick", "onMouseout", "onMouseover"], M = { key: 2 }, S = e({ __na
|
|
|
11
11
|
} }, designProperty: { type: Object, default: () => {
|
|
12
12
|
} }, configure: { type: Object, default: () => {
|
|
13
13
|
} }, pageDesign: { type: Object, default: () => {
|
|
14
|
-
} } }, emits: ["selectColumn", "onSelectWidget", "setClickColumn", "setColumnData", "closeMenuVisible"], setup(e2, { emit:
|
|
15
|
-
const
|
|
14
|
+
} } }, emits: ["selectColumn", "onSelectWidget", "setClickColumn", "setColumnData", "closeMenuVisible"], setup(e2, { emit: w }) {
|
|
15
|
+
const B = e2, T = w;
|
|
16
16
|
function L(e3, n2) {
|
|
17
17
|
if (!e3.props.base) return W.warning("组合表头顶级菜单不能进行列配置");
|
|
18
18
|
{
|
|
19
19
|
$(e3);
|
|
20
|
-
let n3 = { columnData: e3, tableConfigure:
|
|
21
|
-
|
|
20
|
+
let n3 = { columnData: e3, tableConfigure: B.configure };
|
|
21
|
+
T("closeMenuVisible"), x.$emit("selectColumn", n3), P(e3);
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
function $(e3) {
|
|
25
|
-
|
|
25
|
+
T("setColumnData", e3);
|
|
26
26
|
}
|
|
27
27
|
function P(e3) {
|
|
28
|
-
|
|
28
|
+
T("setClickColumn", e3);
|
|
29
29
|
}
|
|
30
30
|
function V(e3) {
|
|
31
31
|
let n2 = "";
|
|
@@ -39,21 +39,21 @@ const v = ["onClick", "onMouseout", "onMouseover"], M = { key: 2 }, S = e({ __na
|
|
|
39
39
|
}
|
|
40
40
|
const F = n(false);
|
|
41
41
|
function N(e3, n2, s2) {
|
|
42
|
-
|
|
42
|
+
B.pageDesign.currentTableConfig = B.configure, F.value || T("onSelectWidget", e3, n2, s2), s2 && s2.uuid && P(s2);
|
|
43
43
|
}
|
|
44
44
|
function z(e3) {
|
|
45
|
-
const n2 =
|
|
45
|
+
const n2 = B.configure.btnList.indexOf(e3);
|
|
46
46
|
if (-1 == n2) return void alert("无可复制对象!");
|
|
47
47
|
const s2 = b(O(e3));
|
|
48
|
-
s2.uuid = k(),
|
|
48
|
+
s2.uuid = k(), B.configure.btnList.splice(n2, 0, s2);
|
|
49
49
|
}
|
|
50
50
|
function U(e3) {
|
|
51
51
|
e3.items && e3.items.length > 0 ? D.confirm("还有子元素,确定要删除吗?", "删除", { confirmButtonText: "确认", cancelButtonText: "取消", type: "warning" }).then(() => {
|
|
52
|
-
const n2 =
|
|
52
|
+
const n2 = B.configure.btnList, s2 = n2.indexOf(e3);
|
|
53
53
|
s2 > -1 && n2.splice(s2, 1);
|
|
54
54
|
}).catch((e4) => {
|
|
55
|
-
}) :
|
|
56
|
-
const n2 =
|
|
55
|
+
}) : B.listColumns && B.listColumns.props && B.listColumns.props.base && "operation" === B.listColumns.props.base.prop && D.confirm(`确定要删除${e3.label}吗?`, "删除", { confirmButtonText: "确认", cancelButtonText: "取消", type: "warning" }).then(() => {
|
|
56
|
+
const n2 = B.configure.btnList, s2 = n2.indexOf(e3);
|
|
57
57
|
s2 > -1 && n2.splice(s2, 1);
|
|
58
58
|
}).catch((e4) => {
|
|
59
59
|
});
|
|
@@ -64,7 +64,7 @@ const v = ["onClick", "onMouseout", "onMouseover"], M = { key: 2 }, S = e({ __na
|
|
|
64
64
|
x.$off("hadleDragging");
|
|
65
65
|
}), (n2, s2) => {
|
|
66
66
|
const b2 = l("el-checkbox"), x2 = l("el-table-column");
|
|
67
|
-
return t(), o(x2, { fixed: !(!e2.listColumns.props || !e2.listColumns.props.base || "false" === e2.listColumns.props.base.listColumnFixed) && e2.listColumns.props.base.listColumnFixed, "column-key": e2.listColumns.uuid, width: e2.listColumns.props && e2.listColumns.props.base && e2.listColumns.props.base.columnWidth ? e2.listColumns.props.base.columnWidth : 200, label: V(e2.listColumns), align: e2.listColumns.props && e2.listColumns.props.base && e2.listColumns.props.base.alignContent ? e2.listColumns.props.base.alignContent : e2.designProperty.alignContent, "header-align": e2.listColumns.props && e2.listColumns.props.base && e2.listColumns.props.base.alignTitle ? e2.listColumns.props.base.alignTitle : e2.designProperty.alignTitle, resizable: "" }, i({ default: u(() => [e2.listColumns.children && e2.listColumns.children.length > 0 ? (t(true), r(a, { key: 0 }, m(e2.listColumns.children, (n3, s3) => (t(), o(S, { key: s3, listColumns: n3, designProperty: e2.designProperty, configure: e2.configure, pageDesign: e2.pageDesign, indexObj: e2.indexObj, onSetClickColumn: P, onOnSelectWidget: N, onSetColumnData: $, selectWidget: e2.selectWidget }, null, 8, ["listColumns", "designProperty", "configure", "pageDesign", "indexObj", "selectWidget"]))), 128)) : p("", true)]), _: 2 }, [e2.listColumns.children && 0 != e2.listColumns.children.length ? void 0 : { name: "header", fn: u((n3) => [e2.listColumns.props && e2.listColumns.props.base && "$selection" === e2.listColumns.props.base.prop ? (t(), o(b2, { key: 0, style: g(d(y)(e2.listColumns)), class: c(d(f)(e2.listColumns)), onClick: (s3) => L(e2.listColumns, n3.column), onMouseout: (e3) => _(0, n3.column), onMouseover: (e3) => E(0, n3.column) }, null, 8, ["style", "class", "onClick", "onMouseout", "onMouseover"])) : (t(), r("div", { key: 1, style: g(d(y)(e2.listColumns)), class: c(d(f)(e2.listColumns)), onClick: (s3) => L(e2.listColumns, n3.column), onMouseout: (e3) => _(0, n3.column), onMouseover: (e3) => E(0, n3.column) }, C(V(e2.listColumns)), 47, v))]), key: "0" }, e2.listColumns.children && 0 != e2.listColumns.children.length ? void 0 : { name: "default", fn: u((n3) => [e2.listColumns.props && e2.listColumns.props.base && "operation" === e2.listColumns.props.base.prop ? (t(), o(d(h), { key: 0, modelValue:
|
|
67
|
+
return t(), o(x2, { fixed: !(!e2.listColumns.props || !e2.listColumns.props.base || "false" === e2.listColumns.props.base.listColumnFixed) && e2.listColumns.props.base.listColumnFixed, "column-key": e2.listColumns.uuid, width: e2.listColumns.props && e2.listColumns.props.base && e2.listColumns.props.base.columnWidth ? e2.listColumns.props.base.columnWidth : 200, label: V(e2.listColumns), align: e2.listColumns.props && e2.listColumns.props.base && e2.listColumns.props.base.alignContent ? e2.listColumns.props.base.alignContent : e2.designProperty.alignContent, "header-align": e2.listColumns.props && e2.listColumns.props.base && e2.listColumns.props.base.alignTitle ? e2.listColumns.props.base.alignTitle : e2.designProperty.alignTitle, resizable: "" }, i({ default: u(() => [e2.listColumns.children && e2.listColumns.children.length > 0 ? (t(true), r(a, { key: 0 }, m(e2.listColumns.children, (n3, s3) => (t(), o(S, { key: s3, listColumns: n3, designProperty: e2.designProperty, configure: e2.configure, pageDesign: e2.pageDesign, indexObj: e2.indexObj, onSetClickColumn: P, onOnSelectWidget: N, onSetColumnData: $, selectWidget: e2.selectWidget }, null, 8, ["listColumns", "designProperty", "configure", "pageDesign", "indexObj", "selectWidget"]))), 128)) : p("", true)]), _: 2 }, [e2.listColumns.children && 0 != e2.listColumns.children.length ? void 0 : { name: "header", fn: u((n3) => [e2.listColumns.props && e2.listColumns.props.base && "$selection" === e2.listColumns.props.base.prop ? (t(), o(b2, { key: 0, style: g(d(y)(e2.listColumns)), class: c(d(f)(e2.listColumns)), onClick: (s3) => L(e2.listColumns, n3.column), onMouseout: (e3) => _(0, n3.column), onMouseover: (e3) => E(0, n3.column) }, null, 8, ["style", "class", "onClick", "onMouseout", "onMouseover"])) : (t(), r("div", { key: 1, style: g(d(y)(e2.listColumns)), class: c(d(f)(e2.listColumns)), onClick: (s3) => L(e2.listColumns, n3.column), onMouseout: (e3) => _(0, n3.column), onMouseover: (e3) => E(0, n3.column) }, C(V(e2.listColumns)), 47, v))]), key: "0" }, e2.listColumns.children && 0 != e2.listColumns.children.length ? void 0 : { name: "default", fn: u((n3) => [e2.listColumns.props && e2.listColumns.props.base && "operation" === e2.listColumns.props.base.prop ? (t(), o(d(h), { key: 0, modelValue: B.configure.btnList, "onUpdate:modelValue": s2[0] || (s2[0] = (e3) => B.configure.btnList = e3), animation: 300, style: { width: "100%", height: "100%", display: "inline-flex", "flex-wrap": "wrap" }, group: "amb-assembly-item", ghostClass: "amb-item-ghost" }, { default: u(() => [(t(true), r(a, null, m(B.configure.btnList, (s3) => (t(), o(j, { key: s3, pageDesign: e2.pageDesign, configure: s3, selectWidget: e2.selectWidget, indexObj: e2.indexObj, errorBlank: true, onOnSelectWidget: (e3, s4) => N(e3, s4, n3.column), onOnCopy: z, onOnDelete: U }, null, 8, ["pageDesign", "configure", "selectWidget", "indexObj", "onOnSelectWidget"]))), 128))]), _: 2 }, 1032, ["modelValue"])) : e2.listColumns.props && e2.listColumns.props.base && "$selection" === e2.listColumns.props.base.prop ? (t(), o(b2, { key: 1 })) : e2.listColumns.props && e2.listColumns.props.base && "$index" === e2.listColumns.props.base.prop ? (t(), r("span", M, "1")) : (t(), o(j, { key: 3, configure: e2.listColumns, pageDesign: e2.pageDesign, errorBlank: true, selectWidget: e2.selectWidget, indexObj: e2.indexObj, onOnSelectWidget: (e3, s3) => N(e3, s3, n3.column), showSelectedClass: false }, null, 8, ["configure", "pageDesign", "selectWidget", "indexObj", "onOnSelectWidget"]))]), key: "1" }]), 1032, ["fixed", "column-key", "width", "label", "align", "header-align"]);
|
|
68
68
|
};
|
|
69
69
|
} });
|
|
70
70
|
export {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import e from "./view-design-display.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import i from "../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const p = i(e, [["__scopeId", "data-v-
|
|
4
|
+
const p = i(e, [["__scopeId", "data-v-82c28039"]]);
|
|
5
5
|
export {
|
|
6
6
|
p as default
|
|
7
7
|
};
|
package/dist/es/style.css
CHANGED
|
@@ -55,6 +55,7 @@
|
|
|
55
55
|
padding: 0px !important;
|
|
56
56
|
user-select: none;
|
|
57
57
|
overflow: hidden;
|
|
58
|
+
background-color: #f5f7fa;
|
|
58
59
|
}
|
|
59
60
|
.amb-container-main::-webkit-scrollbar {
|
|
60
61
|
width: 1px;
|
|
@@ -400,6 +401,7 @@
|
|
|
400
401
|
padding-right: 20px;
|
|
401
402
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
402
403
|
min-height: 58px;
|
|
404
|
+
gap: var(--amb-widget-container-tool-gap, 10px);
|
|
403
405
|
/* --el-card-border-color: var(--el-border-color-light);
|
|
404
406
|
--el-card-border-radius: 4px;
|
|
405
407
|
--el-card-bg-color: var(--el-fill-color-blank);
|
|
@@ -659,22 +661,25 @@ fieldset.amb-design-item-selected {
|
|
|
659
661
|
[data-v-8e6fbc57] .centered-input .el-input__inner {
|
|
660
662
|
text-align: center;
|
|
661
663
|
}
|
|
662
|
-
.el-aside[data-v-
|
|
664
|
+
.el-aside[data-v-82c28039] {
|
|
663
665
|
width: 285px;
|
|
664
666
|
}
|
|
665
|
-
.amb-design-board[data-v-
|
|
667
|
+
.amb-design-board[data-v-82c28039] {
|
|
666
668
|
padding: 15px;
|
|
667
669
|
display: flex;
|
|
668
670
|
flex-direction: column;
|
|
669
671
|
align-content: flex-start;
|
|
670
672
|
gap: var(--runtime-page-container-view-gap, 15px);
|
|
671
673
|
}
|
|
672
|
-
.amb-design-board[data-v-
|
|
674
|
+
.amb-design-board[data-v-82c28039] > div {
|
|
673
675
|
width: 100%;
|
|
674
676
|
}
|
|
675
|
-
.amb-design-board[data-v-
|
|
677
|
+
.amb-design-board[data-v-82c28039] [draggable] {
|
|
676
678
|
overflow: hidden;
|
|
677
679
|
}
|
|
680
|
+
.amb-design-board[data-v-82c28039] [draggable][style*="flex: 0 1 0%"] {
|
|
681
|
+
flex: none !important;
|
|
682
|
+
}
|
|
678
683
|
.event-item[data-v-18fb54c3] {
|
|
679
684
|
font-size: 12px;
|
|
680
685
|
border-bottom: 2px dashed #f5f6f8;
|
|
@@ -801,7 +806,8 @@ fieldset.amb-design-item-selected {
|
|
|
801
806
|
.amb-container-main {
|
|
802
807
|
padding: 0px !important;
|
|
803
808
|
user-select: none;
|
|
804
|
-
overflow: hidden;
|
|
809
|
+
overflow: hidden;
|
|
810
|
+
background-color: #f5f7fa;
|
|
805
811
|
}
|
|
806
812
|
.amb-container-main::-webkit-scrollbar {
|
|
807
813
|
width: 1px;
|
|
@@ -1144,6 +1150,7 @@ fieldset.amb-design-item-selected {
|
|
|
1144
1150
|
padding-right: 20px;
|
|
1145
1151
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
1146
1152
|
min-height: 58px;
|
|
1153
|
+
gap: var(--amb-widget-container-tool-gap, 10px);
|
|
1147
1154
|
/* --el-card-border-color: var(--el-border-color-light);
|
|
1148
1155
|
--el-card-border-radius: 4px;
|
|
1149
1156
|
--el-card-bg-color: var(--el-fill-color-blank);
|
|
@@ -1406,7 +1413,8 @@ fieldset.amb-design-item-selected {
|
|
|
1406
1413
|
.amb-container-main {
|
|
1407
1414
|
padding: 0px !important;
|
|
1408
1415
|
user-select: none;
|
|
1409
|
-
overflow: hidden;
|
|
1416
|
+
overflow: hidden;
|
|
1417
|
+
background-color: #f5f7fa;
|
|
1410
1418
|
}
|
|
1411
1419
|
.amb-container-main::-webkit-scrollbar {
|
|
1412
1420
|
width: 1px;
|
|
@@ -1749,6 +1757,7 @@ fieldset.amb-design-item-selected {
|
|
|
1749
1757
|
padding-right: 20px;
|
|
1750
1758
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
1751
1759
|
min-height: 58px;
|
|
1760
|
+
gap: var(--amb-widget-container-tool-gap, 10px);
|
|
1752
1761
|
/* --el-card-border-color: var(--el-border-color-light);
|
|
1753
1762
|
--el-card-border-radius: 4px;
|
|
1754
1763
|
--el-card-bg-color: var(--el-fill-color-blank);
|
|
@@ -2002,7 +2011,8 @@ fieldset.amb-design-item-selected {
|
|
|
2002
2011
|
.amb-container-main {
|
|
2003
2012
|
padding: 0px !important;
|
|
2004
2013
|
user-select: none;
|
|
2005
|
-
overflow: hidden;
|
|
2014
|
+
overflow: hidden;
|
|
2015
|
+
background-color: #f5f7fa;
|
|
2006
2016
|
}
|
|
2007
2017
|
.amb-container-main::-webkit-scrollbar {
|
|
2008
2018
|
width: 1px;
|
|
@@ -2345,6 +2355,7 @@ fieldset.amb-design-item-selected {
|
|
|
2345
2355
|
padding-right: 20px;
|
|
2346
2356
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
2347
2357
|
min-height: 58px;
|
|
2358
|
+
gap: var(--amb-widget-container-tool-gap, 10px);
|
|
2348
2359
|
/* --el-card-border-color: var(--el-border-color-light);
|
|
2349
2360
|
--el-card-border-radius: 4px;
|
|
2350
2361
|
--el-card-bg-color: var(--el-fill-color-blank);
|
|
@@ -2598,7 +2609,8 @@ fieldset.amb-design-item-selected {
|
|
|
2598
2609
|
.amb-container-main {
|
|
2599
2610
|
padding: 0px !important;
|
|
2600
2611
|
user-select: none;
|
|
2601
|
-
overflow: hidden;
|
|
2612
|
+
overflow: hidden;
|
|
2613
|
+
background-color: #f5f7fa;
|
|
2602
2614
|
}
|
|
2603
2615
|
.amb-container-main::-webkit-scrollbar {
|
|
2604
2616
|
width: 1px;
|
|
@@ -2941,6 +2953,7 @@ fieldset.amb-design-item-selected {
|
|
|
2941
2953
|
padding-right: 20px;
|
|
2942
2954
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
2943
2955
|
min-height: 58px;
|
|
2956
|
+
gap: var(--amb-widget-container-tool-gap, 10px);
|
|
2944
2957
|
/* --el-card-border-color: var(--el-border-color-light);
|
|
2945
2958
|
--el-card-border-radius: 4px;
|
|
2946
2959
|
--el-card-bg-color: var(--el-fill-color-blank);
|
|
@@ -3194,7 +3207,8 @@ fieldset.amb-design-item-selected {
|
|
|
3194
3207
|
.amb-container-main {
|
|
3195
3208
|
padding: 0px !important;
|
|
3196
3209
|
user-select: none;
|
|
3197
|
-
overflow: hidden;
|
|
3210
|
+
overflow: hidden;
|
|
3211
|
+
background-color: #f5f7fa;
|
|
3198
3212
|
}
|
|
3199
3213
|
.amb-container-main::-webkit-scrollbar {
|
|
3200
3214
|
width: 1px;
|
|
@@ -3537,6 +3551,7 @@ fieldset.amb-design-item-selected {
|
|
|
3537
3551
|
padding-right: 20px;
|
|
3538
3552
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
3539
3553
|
min-height: 58px;
|
|
3554
|
+
gap: var(--amb-widget-container-tool-gap, 10px);
|
|
3540
3555
|
/* --el-card-border-color: var(--el-border-color-light);
|
|
3541
3556
|
--el-card-border-radius: 4px;
|
|
3542
3557
|
--el-card-bg-color: var(--el-fill-color-blank);
|
|
@@ -3790,7 +3805,8 @@ fieldset.amb-design-item-selected {
|
|
|
3790
3805
|
.amb-container-main {
|
|
3791
3806
|
padding: 0px !important;
|
|
3792
3807
|
user-select: none;
|
|
3793
|
-
overflow: hidden;
|
|
3808
|
+
overflow: hidden;
|
|
3809
|
+
background-color: #f5f7fa;
|
|
3794
3810
|
}
|
|
3795
3811
|
.amb-container-main::-webkit-scrollbar {
|
|
3796
3812
|
width: 1px;
|
|
@@ -4133,6 +4149,7 @@ fieldset.amb-design-item-selected {
|
|
|
4133
4149
|
padding-right: 20px;
|
|
4134
4150
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
4135
4151
|
min-height: 58px;
|
|
4152
|
+
gap: var(--amb-widget-container-tool-gap, 10px);
|
|
4136
4153
|
/* --el-card-border-color: var(--el-border-color-light);
|
|
4137
4154
|
--el-card-border-radius: 4px;
|
|
4138
4155
|
--el-card-bg-color: var(--el-fill-color-blank);
|
|
@@ -4386,7 +4403,8 @@ fieldset.amb-design-item-selected {
|
|
|
4386
4403
|
.amb-container-main {
|
|
4387
4404
|
padding: 0px !important;
|
|
4388
4405
|
user-select: none;
|
|
4389
|
-
overflow: hidden;
|
|
4406
|
+
overflow: hidden;
|
|
4407
|
+
background-color: #f5f7fa;
|
|
4390
4408
|
}
|
|
4391
4409
|
.amb-container-main::-webkit-scrollbar {
|
|
4392
4410
|
width: 1px;
|
|
@@ -4729,6 +4747,7 @@ fieldset.amb-design-item-selected {
|
|
|
4729
4747
|
padding-right: 20px;
|
|
4730
4748
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
4731
4749
|
min-height: 58px;
|
|
4750
|
+
gap: var(--amb-widget-container-tool-gap, 10px);
|
|
4732
4751
|
/* --el-card-border-color: var(--el-border-color-light);
|
|
4733
4752
|
--el-card-border-radius: 4px;
|
|
4734
4753
|
--el-card-bg-color: var(--el-fill-color-blank);
|
|
@@ -4986,7 +5005,8 @@ fieldset.amb-design-item-selected {
|
|
|
4986
5005
|
.amb-container-main {
|
|
4987
5006
|
padding: 0px !important;
|
|
4988
5007
|
user-select: none;
|
|
4989
|
-
overflow: hidden;
|
|
5008
|
+
overflow: hidden;
|
|
5009
|
+
background-color: #f5f7fa;
|
|
4990
5010
|
}
|
|
4991
5011
|
.amb-container-main::-webkit-scrollbar {
|
|
4992
5012
|
width: 1px;
|
|
@@ -5329,6 +5349,7 @@ fieldset.amb-design-item-selected {
|
|
|
5329
5349
|
padding-right: 20px;
|
|
5330
5350
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
5331
5351
|
min-height: 58px;
|
|
5352
|
+
gap: var(--amb-widget-container-tool-gap, 10px);
|
|
5332
5353
|
/* --el-card-border-color: var(--el-border-color-light);
|
|
5333
5354
|
--el-card-border-radius: 4px;
|
|
5334
5355
|
--el-card-bg-color: var(--el-fill-color-blank);
|
|
@@ -5582,7 +5603,8 @@ fieldset.amb-design-item-selected {
|
|
|
5582
5603
|
.amb-container-main {
|
|
5583
5604
|
padding: 0px !important;
|
|
5584
5605
|
user-select: none;
|
|
5585
|
-
overflow: hidden;
|
|
5606
|
+
overflow: hidden;
|
|
5607
|
+
background-color: #f5f7fa;
|
|
5586
5608
|
}
|
|
5587
5609
|
.amb-container-main::-webkit-scrollbar {
|
|
5588
5610
|
width: 1px;
|
|
@@ -5925,6 +5947,7 @@ fieldset.amb-design-item-selected {
|
|
|
5925
5947
|
padding-right: 20px;
|
|
5926
5948
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
5927
5949
|
min-height: 58px;
|
|
5950
|
+
gap: var(--amb-widget-container-tool-gap, 10px);
|
|
5928
5951
|
/* --el-card-border-color: var(--el-border-color-light);
|
|
5929
5952
|
--el-card-border-radius: 4px;
|
|
5930
5953
|
--el-card-bg-color: var(--el-fill-color-blank);
|
|
@@ -6178,7 +6201,8 @@ fieldset.amb-design-item-selected {
|
|
|
6178
6201
|
.amb-container-main {
|
|
6179
6202
|
padding: 0px !important;
|
|
6180
6203
|
user-select: none;
|
|
6181
|
-
overflow: hidden;
|
|
6204
|
+
overflow: hidden;
|
|
6205
|
+
background-color: #f5f7fa;
|
|
6182
6206
|
}
|
|
6183
6207
|
.amb-container-main::-webkit-scrollbar {
|
|
6184
6208
|
width: 1px;
|
|
@@ -6521,6 +6545,7 @@ fieldset.amb-design-item-selected {
|
|
|
6521
6545
|
padding-right: 20px;
|
|
6522
6546
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
6523
6547
|
min-height: 58px;
|
|
6548
|
+
gap: var(--amb-widget-container-tool-gap, 10px);
|
|
6524
6549
|
/* --el-card-border-color: var(--el-border-color-light);
|
|
6525
6550
|
--el-card-border-radius: 4px;
|
|
6526
6551
|
--el-card-bg-color: var(--el-fill-color-blank);
|
|
@@ -6774,7 +6799,8 @@ fieldset.amb-design-item-selected {
|
|
|
6774
6799
|
.amb-container-main {
|
|
6775
6800
|
padding: 0px !important;
|
|
6776
6801
|
user-select: none;
|
|
6777
|
-
overflow: hidden;
|
|
6802
|
+
overflow: hidden;
|
|
6803
|
+
background-color: #f5f7fa;
|
|
6778
6804
|
}
|
|
6779
6805
|
.amb-container-main::-webkit-scrollbar {
|
|
6780
6806
|
width: 1px;
|
|
@@ -7117,6 +7143,7 @@ fieldset.amb-design-item-selected {
|
|
|
7117
7143
|
padding-right: 20px;
|
|
7118
7144
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
7119
7145
|
min-height: 58px;
|
|
7146
|
+
gap: var(--amb-widget-container-tool-gap, 10px);
|
|
7120
7147
|
/* --el-card-border-color: var(--el-border-color-light);
|
|
7121
7148
|
--el-card-border-radius: 4px;
|
|
7122
7149
|
--el-card-bg-color: var(--el-fill-color-blank);
|
|
@@ -7370,7 +7397,8 @@ fieldset.amb-design-item-selected {
|
|
|
7370
7397
|
.amb-container-main {
|
|
7371
7398
|
padding: 0px !important;
|
|
7372
7399
|
user-select: none;
|
|
7373
|
-
overflow: hidden;
|
|
7400
|
+
overflow: hidden;
|
|
7401
|
+
background-color: #f5f7fa;
|
|
7374
7402
|
}
|
|
7375
7403
|
.amb-container-main::-webkit-scrollbar {
|
|
7376
7404
|
width: 1px;
|
|
@@ -7713,6 +7741,7 @@ fieldset.amb-design-item-selected {
|
|
|
7713
7741
|
padding-right: 20px;
|
|
7714
7742
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
7715
7743
|
min-height: 58px;
|
|
7744
|
+
gap: var(--amb-widget-container-tool-gap, 10px);
|
|
7716
7745
|
/* --el-card-border-color: var(--el-border-color-light);
|
|
7717
7746
|
--el-card-border-radius: 4px;
|
|
7718
7747
|
--el-card-bg-color: var(--el-fill-color-blank);
|
|
@@ -7966,7 +7995,8 @@ fieldset.amb-design-item-selected {
|
|
|
7966
7995
|
.amb-container-main {
|
|
7967
7996
|
padding: 0px !important;
|
|
7968
7997
|
user-select: none;
|
|
7969
|
-
overflow: hidden;
|
|
7998
|
+
overflow: hidden;
|
|
7999
|
+
background-color: #f5f7fa;
|
|
7970
8000
|
}
|
|
7971
8001
|
.amb-container-main::-webkit-scrollbar {
|
|
7972
8002
|
width: 1px;
|
|
@@ -8309,6 +8339,7 @@ fieldset.amb-design-item-selected {
|
|
|
8309
8339
|
padding-right: 20px;
|
|
8310
8340
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
8311
8341
|
min-height: 58px;
|
|
8342
|
+
gap: var(--amb-widget-container-tool-gap, 10px);
|
|
8312
8343
|
/* --el-card-border-color: var(--el-border-color-light);
|
|
8313
8344
|
--el-card-border-radius: 4px;
|
|
8314
8345
|
--el-card-bg-color: var(--el-fill-color-blank);
|
|
@@ -8599,7 +8630,8 @@ fieldset.amb-design-item-selected {
|
|
|
8599
8630
|
.amb-container-main {
|
|
8600
8631
|
padding: 0px !important;
|
|
8601
8632
|
user-select: none;
|
|
8602
|
-
overflow: hidden;
|
|
8633
|
+
overflow: hidden;
|
|
8634
|
+
background-color: #f5f7fa;
|
|
8603
8635
|
}
|
|
8604
8636
|
.amb-container-main::-webkit-scrollbar {
|
|
8605
8637
|
width: 1px;
|
|
@@ -8942,6 +8974,7 @@ fieldset.amb-design-item-selected {
|
|
|
8942
8974
|
padding-right: 20px;
|
|
8943
8975
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
8944
8976
|
min-height: 58px;
|
|
8977
|
+
gap: var(--amb-widget-container-tool-gap, 10px);
|
|
8945
8978
|
/* --el-card-border-color: var(--el-border-color-light);
|
|
8946
8979
|
--el-card-border-radius: 4px;
|
|
8947
8980
|
--el-card-bg-color: var(--el-fill-color-blank);
|
|
@@ -9309,7 +9342,8 @@ li[data-v-dbd1c08b] {
|
|
|
9309
9342
|
.amb-container-main {
|
|
9310
9343
|
padding: 0px !important;
|
|
9311
9344
|
user-select: none;
|
|
9312
|
-
overflow: hidden;
|
|
9345
|
+
overflow: hidden;
|
|
9346
|
+
background-color: #f5f7fa;
|
|
9313
9347
|
}
|
|
9314
9348
|
.amb-container-main::-webkit-scrollbar {
|
|
9315
9349
|
width: 1px;
|
|
@@ -9652,6 +9686,7 @@ li[data-v-dbd1c08b] {
|
|
|
9652
9686
|
padding-right: 20px;
|
|
9653
9687
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
9654
9688
|
min-height: 58px;
|
|
9689
|
+
gap: var(--amb-widget-container-tool-gap, 10px);
|
|
9655
9690
|
/* --el-card-border-color: var(--el-border-color-light);
|
|
9656
9691
|
--el-card-border-radius: 4px;
|
|
9657
9692
|
--el-card-bg-color: var(--el-fill-color-blank);
|
|
@@ -9913,7 +9948,8 @@ fieldset.amb-design-item-selected {
|
|
|
9913
9948
|
.amb-container-main {
|
|
9914
9949
|
padding: 0px !important;
|
|
9915
9950
|
user-select: none;
|
|
9916
|
-
overflow: hidden;
|
|
9951
|
+
overflow: hidden;
|
|
9952
|
+
background-color: #f5f7fa;
|
|
9917
9953
|
}
|
|
9918
9954
|
.amb-container-main::-webkit-scrollbar {
|
|
9919
9955
|
width: 1px;
|
|
@@ -10256,6 +10292,7 @@ fieldset.amb-design-item-selected {
|
|
|
10256
10292
|
padding-right: 20px;
|
|
10257
10293
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
10258
10294
|
min-height: 58px;
|
|
10295
|
+
gap: var(--amb-widget-container-tool-gap, 10px);
|
|
10259
10296
|
/* --el-card-border-color: var(--el-border-color-light);
|
|
10260
10297
|
--el-card-border-radius: 4px;
|
|
10261
10298
|
--el-card-bg-color: var(--el-fill-color-blank);
|
|
@@ -10509,7 +10546,8 @@ fieldset.amb-design-item-selected {
|
|
|
10509
10546
|
.amb-container-main {
|
|
10510
10547
|
padding: 0px !important;
|
|
10511
10548
|
user-select: none;
|
|
10512
|
-
overflow: hidden;
|
|
10549
|
+
overflow: hidden;
|
|
10550
|
+
background-color: #f5f7fa;
|
|
10513
10551
|
}
|
|
10514
10552
|
.amb-container-main::-webkit-scrollbar {
|
|
10515
10553
|
width: 1px;
|
|
@@ -10852,6 +10890,7 @@ fieldset.amb-design-item-selected {
|
|
|
10852
10890
|
padding-right: 20px;
|
|
10853
10891
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
10854
10892
|
min-height: 58px;
|
|
10893
|
+
gap: var(--amb-widget-container-tool-gap, 10px);
|
|
10855
10894
|
/* --el-card-border-color: var(--el-border-color-light);
|
|
10856
10895
|
--el-card-border-radius: 4px;
|
|
10857
10896
|
--el-card-bg-color: var(--el-fill-color-blank);
|
|
@@ -11113,7 +11152,8 @@ fieldset.amb-design-item-selected {
|
|
|
11113
11152
|
.amb-container-main {
|
|
11114
11153
|
padding: 0px !important;
|
|
11115
11154
|
user-select: none;
|
|
11116
|
-
overflow: hidden;
|
|
11155
|
+
overflow: hidden;
|
|
11156
|
+
background-color: #f5f7fa;
|
|
11117
11157
|
}
|
|
11118
11158
|
.amb-container-main::-webkit-scrollbar {
|
|
11119
11159
|
width: 1px;
|
|
@@ -11456,6 +11496,7 @@ fieldset.amb-design-item-selected {
|
|
|
11456
11496
|
padding-right: 20px;
|
|
11457
11497
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
11458
11498
|
min-height: 58px;
|
|
11499
|
+
gap: var(--amb-widget-container-tool-gap, 10px);
|
|
11459
11500
|
/* --el-card-border-color: var(--el-border-color-light);
|
|
11460
11501
|
--el-card-border-radius: 4px;
|
|
11461
11502
|
--el-card-bg-color: var(--el-fill-color-blank);
|
|
@@ -11709,7 +11750,8 @@ fieldset.amb-design-item-selected {
|
|
|
11709
11750
|
.amb-container-main {
|
|
11710
11751
|
padding: 0px !important;
|
|
11711
11752
|
user-select: none;
|
|
11712
|
-
overflow: hidden;
|
|
11753
|
+
overflow: hidden;
|
|
11754
|
+
background-color: #f5f7fa;
|
|
11713
11755
|
}
|
|
11714
11756
|
.amb-container-main::-webkit-scrollbar {
|
|
11715
11757
|
width: 1px;
|
|
@@ -12052,6 +12094,7 @@ fieldset.amb-design-item-selected {
|
|
|
12052
12094
|
padding-right: 20px;
|
|
12053
12095
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
12054
12096
|
min-height: 58px;
|
|
12097
|
+
gap: var(--amb-widget-container-tool-gap, 10px);
|
|
12055
12098
|
/* --el-card-border-color: var(--el-border-color-light);
|
|
12056
12099
|
--el-card-border-radius: 4px;
|
|
12057
12100
|
--el-card-bg-color: var(--el-fill-color-blank);
|
|
@@ -12305,7 +12348,8 @@ fieldset.amb-design-item-selected {
|
|
|
12305
12348
|
.amb-container-main {
|
|
12306
12349
|
padding: 0px !important;
|
|
12307
12350
|
user-select: none;
|
|
12308
|
-
overflow: hidden;
|
|
12351
|
+
overflow: hidden;
|
|
12352
|
+
background-color: #f5f7fa;
|
|
12309
12353
|
}
|
|
12310
12354
|
.amb-container-main::-webkit-scrollbar {
|
|
12311
12355
|
width: 1px;
|
|
@@ -12648,6 +12692,7 @@ fieldset.amb-design-item-selected {
|
|
|
12648
12692
|
padding-right: 20px;
|
|
12649
12693
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
12650
12694
|
min-height: 58px;
|
|
12695
|
+
gap: var(--amb-widget-container-tool-gap, 10px);
|
|
12651
12696
|
/* --el-card-border-color: var(--el-border-color-light);
|
|
12652
12697
|
--el-card-border-radius: 4px;
|
|
12653
12698
|
--el-card-bg-color: var(--el-fill-color-blank);
|
|
@@ -12901,7 +12946,8 @@ fieldset.amb-design-item-selected {
|
|
|
12901
12946
|
.amb-container-main {
|
|
12902
12947
|
padding: 0px !important;
|
|
12903
12948
|
user-select: none;
|
|
12904
|
-
overflow: hidden;
|
|
12949
|
+
overflow: hidden;
|
|
12950
|
+
background-color: #f5f7fa;
|
|
12905
12951
|
}
|
|
12906
12952
|
.amb-container-main::-webkit-scrollbar {
|
|
12907
12953
|
width: 1px;
|
|
@@ -13244,6 +13290,7 @@ fieldset.amb-design-item-selected {
|
|
|
13244
13290
|
padding-right: 20px;
|
|
13245
13291
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
13246
13292
|
min-height: 58px;
|
|
13293
|
+
gap: var(--amb-widget-container-tool-gap, 10px);
|
|
13247
13294
|
/* --el-card-border-color: var(--el-border-color-light);
|
|
13248
13295
|
--el-card-border-radius: 4px;
|
|
13249
13296
|
--el-card-bg-color: var(--el-fill-color-blank);
|
|
@@ -13497,7 +13544,8 @@ fieldset.amb-design-item-selected {
|
|
|
13497
13544
|
.amb-container-main {
|
|
13498
13545
|
padding: 0px !important;
|
|
13499
13546
|
user-select: none;
|
|
13500
|
-
overflow: hidden;
|
|
13547
|
+
overflow: hidden;
|
|
13548
|
+
background-color: #f5f7fa;
|
|
13501
13549
|
}
|
|
13502
13550
|
.amb-container-main::-webkit-scrollbar {
|
|
13503
13551
|
width: 1px;
|
|
@@ -13840,6 +13888,7 @@ fieldset.amb-design-item-selected {
|
|
|
13840
13888
|
padding-right: 20px;
|
|
13841
13889
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
13842
13890
|
min-height: 58px;
|
|
13891
|
+
gap: var(--amb-widget-container-tool-gap, 10px);
|
|
13843
13892
|
/* --el-card-border-color: var(--el-border-color-light);
|
|
13844
13893
|
--el-card-border-radius: 4px;
|
|
13845
13894
|
--el-card-bg-color: var(--el-fill-color-blank);
|
|
@@ -14093,7 +14142,8 @@ fieldset.amb-design-item-selected {
|
|
|
14093
14142
|
.amb-container-main {
|
|
14094
14143
|
padding: 0px !important;
|
|
14095
14144
|
user-select: none;
|
|
14096
|
-
overflow: hidden;
|
|
14145
|
+
overflow: hidden;
|
|
14146
|
+
background-color: #f5f7fa;
|
|
14097
14147
|
}
|
|
14098
14148
|
.amb-container-main::-webkit-scrollbar {
|
|
14099
14149
|
width: 1px;
|
|
@@ -14436,6 +14486,7 @@ fieldset.amb-design-item-selected {
|
|
|
14436
14486
|
padding-right: 20px;
|
|
14437
14487
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
14438
14488
|
min-height: 58px;
|
|
14489
|
+
gap: var(--amb-widget-container-tool-gap, 10px);
|
|
14439
14490
|
/* --el-card-border-color: var(--el-border-color-light);
|
|
14440
14491
|
--el-card-border-radius: 4px;
|
|
14441
14492
|
--el-card-bg-color: var(--el-fill-color-blank);
|
|
@@ -14689,7 +14740,8 @@ fieldset.amb-design-item-selected {
|
|
|
14689
14740
|
.amb-container-main {
|
|
14690
14741
|
padding: 0px !important;
|
|
14691
14742
|
user-select: none;
|
|
14692
|
-
overflow: hidden;
|
|
14743
|
+
overflow: hidden;
|
|
14744
|
+
background-color: #f5f7fa;
|
|
14693
14745
|
}
|
|
14694
14746
|
.amb-container-main::-webkit-scrollbar {
|
|
14695
14747
|
width: 1px;
|
|
@@ -15032,6 +15084,7 @@ fieldset.amb-design-item-selected {
|
|
|
15032
15084
|
padding-right: 20px;
|
|
15033
15085
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
15034
15086
|
min-height: 58px;
|
|
15087
|
+
gap: var(--amb-widget-container-tool-gap, 10px);
|
|
15035
15088
|
/* --el-card-border-color: var(--el-border-color-light);
|
|
15036
15089
|
--el-card-border-radius: 4px;
|
|
15037
15090
|
--el-card-bg-color: var(--el-fill-color-blank);
|
|
@@ -15285,7 +15338,8 @@ fieldset.amb-design-item-selected {
|
|
|
15285
15338
|
.amb-container-main {
|
|
15286
15339
|
padding: 0px !important;
|
|
15287
15340
|
user-select: none;
|
|
15288
|
-
overflow: hidden;
|
|
15341
|
+
overflow: hidden;
|
|
15342
|
+
background-color: #f5f7fa;
|
|
15289
15343
|
}
|
|
15290
15344
|
.amb-container-main::-webkit-scrollbar {
|
|
15291
15345
|
width: 1px;
|
|
@@ -15628,6 +15682,7 @@ fieldset.amb-design-item-selected {
|
|
|
15628
15682
|
padding-right: 20px;
|
|
15629
15683
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
15630
15684
|
min-height: 58px;
|
|
15685
|
+
gap: var(--amb-widget-container-tool-gap, 10px);
|
|
15631
15686
|
/* --el-card-border-color: var(--el-border-color-light);
|
|
15632
15687
|
--el-card-border-radius: 4px;
|
|
15633
15688
|
--el-card-bg-color: var(--el-fill-color-blank);
|
|
@@ -15946,7 +16001,8 @@ li[data-v-21af26bc] {
|
|
|
15946
16001
|
.amb-container-main {
|
|
15947
16002
|
padding: 0px !important;
|
|
15948
16003
|
user-select: none;
|
|
15949
|
-
overflow: hidden;
|
|
16004
|
+
overflow: hidden;
|
|
16005
|
+
background-color: #f5f7fa;
|
|
15950
16006
|
}
|
|
15951
16007
|
.amb-container-main::-webkit-scrollbar {
|
|
15952
16008
|
width: 1px;
|
|
@@ -16289,6 +16345,7 @@ li[data-v-21af26bc] {
|
|
|
16289
16345
|
padding-right: 20px;
|
|
16290
16346
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
16291
16347
|
min-height: 58px;
|
|
16348
|
+
gap: var(--amb-widget-container-tool-gap, 10px);
|
|
16292
16349
|
/* --el-card-border-color: var(--el-border-color-light);
|
|
16293
16350
|
--el-card-border-radius: 4px;
|
|
16294
16351
|
--el-card-bg-color: var(--el-fill-color-blank);
|
|
@@ -16546,7 +16603,8 @@ fieldset.amb-design-item-selected {
|
|
|
16546
16603
|
.amb-container-main {
|
|
16547
16604
|
padding: 0px !important;
|
|
16548
16605
|
user-select: none;
|
|
16549
|
-
overflow: hidden;
|
|
16606
|
+
overflow: hidden;
|
|
16607
|
+
background-color: #f5f7fa;
|
|
16550
16608
|
}
|
|
16551
16609
|
.amb-container-main::-webkit-scrollbar {
|
|
16552
16610
|
width: 1px;
|
|
@@ -16889,6 +16947,7 @@ fieldset.amb-design-item-selected {
|
|
|
16889
16947
|
padding-right: 20px;
|
|
16890
16948
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
16891
16949
|
min-height: 58px;
|
|
16950
|
+
gap: var(--amb-widget-container-tool-gap, 10px);
|
|
16892
16951
|
/* --el-card-border-color: var(--el-border-color-light);
|
|
16893
16952
|
--el-card-border-radius: 4px;
|
|
16894
16953
|
--el-card-bg-color: var(--el-fill-color-blank);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-page-designer",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.71",
|
|
4
4
|
"description": "AgileBuilder super page designer",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/es/index.js",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"pinia": "^2.1.7",
|
|
41
41
|
"qrcode": "^1.5.3",
|
|
42
42
|
"quill": "^2.0.1",
|
|
43
|
-
"service-flow-designer": "2.2.
|
|
44
|
-
"super-page-runtime": "2.2.
|
|
43
|
+
"service-flow-designer": "2.2.70",
|
|
44
|
+
"super-page-runtime": "2.2.69",
|
|
45
45
|
"uuid": "^9.0.1",
|
|
46
46
|
"vite": "^5.1.6",
|
|
47
47
|
"vite-plugin-node-stdlib-browser": "^0.2.1",
|