@ibiz-template/vue3-components 0.7.41-alpha.37 → 0.7.41-alpha.39
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/ibiz-markdown-editor-D4Og0fLv.js +1 -0
- package/dist/{index-BiFsbM1Y.js → index-BewO9StC.js} +1 -1
- package/dist/{index-BFGNWF-0.js → index-ClxO69TM.js} +1 -1
- package/dist/index-DHKZJQyN.js +11 -0
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/wang-editor-BYeoazrn.js +1 -0
- package/dist/{xlsx-util-DZ5-cWNj.js → xlsx-util-DpgMzatq.js} +1 -1
- package/es/control/form/form-detail/form-item/form-item-container/form-item-container.mjs +42 -8
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater.mjs +10 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid2/repeater-grid2.css +1 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid2/repeater-grid2.mjs +309 -0
- package/es/editor/code/code-editor.controller.mjs +223 -1
- package/es/editor/code/monaco-editor/monaco-editor.css +1 -1
- package/es/editor/code/monaco-editor/monaco-editor.mjs +132 -10
- package/es/editor/html/html-editor.controller.mjs +122 -2
- package/es/editor/html/wang-editor/index.mjs +1 -0
- package/es/editor/html/wang-editor/module/index.mjs +1 -0
- package/es/editor/html/wang-editor/module/inline-ai-module.mjs +95 -0
- package/es/editor/html/wang-editor/wang-editor.css +1 -1
- package/es/editor/html/wang-editor/wang-editor.mjs +41 -4
- package/es/editor/markdown/ibiz-markdown-editor/custom-menu.mjs +43 -0
- package/es/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.css +1 -1
- package/es/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.mjs +143 -9
- package/es/editor/markdown/markdown-editor.controller.mjs +218 -1
- package/es/index.mjs +1 -0
- package/es/locale/en/index.mjs +18 -2
- package/es/locale/zh-CN/index.mjs +18 -2
- package/es/util/ai-util/ai-util.mjs +6 -2
- package/es/util/app-util/app-util.mjs +41 -2
- package/es/util/index.mjs +1 -0
- package/es/util/inline-ai-util/inline-ai-textarea/icon.mjs +142 -0
- package/es/util/inline-ai-util/inline-ai-textarea/inline-ai-textarea.css +1 -0
- package/es/util/inline-ai-util/inline-ai-textarea/inline-ai-textarea.hook.mjs +217 -0
- package/es/util/inline-ai-util/inline-ai-textarea/inline-ai-textarea.mjs +220 -0
- package/es/util/inline-ai-util/inline-ai-util.mjs +145 -0
- package/es/web-app/main.mjs +2 -0
- package/lib/control/form/form-detail/form-item/form-item-container/form-item-container.cjs +42 -8
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater.cjs +10 -0
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid2/repeater-grid2.cjs +311 -0
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid2/repeater-grid2.css +1 -0
- package/lib/editor/code/code-editor.controller.cjs +222 -0
- package/lib/editor/code/monaco-editor/monaco-editor.cjs +132 -10
- package/lib/editor/code/monaco-editor/monaco-editor.css +1 -1
- package/lib/editor/html/html-editor.controller.cjs +120 -0
- package/lib/editor/html/wang-editor/index.cjs +3 -0
- package/lib/editor/html/wang-editor/module/index.cjs +3 -0
- package/lib/editor/html/wang-editor/module/inline-ai-module.cjs +98 -0
- package/lib/editor/html/wang-editor/wang-editor.cjs +41 -4
- package/lib/editor/html/wang-editor/wang-editor.css +1 -1
- package/lib/editor/markdown/ibiz-markdown-editor/custom-menu.cjs +45 -0
- package/lib/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.cjs +143 -9
- package/lib/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.css +1 -1
- package/lib/editor/markdown/markdown-editor.controller.cjs +217 -0
- package/lib/index.cjs +2 -0
- package/lib/locale/en/index.cjs +18 -2
- package/lib/locale/zh-CN/index.cjs +18 -2
- package/lib/util/ai-util/ai-util.cjs +6 -2
- package/lib/util/app-util/app-util.cjs +40 -1
- package/lib/util/index.cjs +2 -0
- package/lib/util/inline-ai-util/inline-ai-textarea/icon.cjs +151 -0
- package/lib/util/inline-ai-util/inline-ai-textarea/inline-ai-textarea.cjs +222 -0
- package/lib/util/inline-ai-util/inline-ai-textarea/inline-ai-textarea.css +1 -0
- package/lib/util/inline-ai-util/inline-ai-textarea/inline-ai-textarea.hook.cjs +222 -0
- package/lib/util/inline-ai-util/inline-ai-util.cjs +147 -0
- package/lib/web-app/main.cjs +2 -0
- package/package.json +5 -5
- package/dist/ibiz-markdown-editor-Cs1m7gKI.js +0 -1
- package/dist/index-Dds3BDDF.js +0 -11
- package/dist/wang-editor-4cJ6X_hb.js +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
System.register(["vue","@ibiz-template/vue3-util","qx-util","cherry-markdown"],function(e){"use strict";var t,l,n,i,o,a,r,s,d,c,u,m,h,v;return{setters:[function(e){t=e.nextTick,l=e.defineComponent,n=e.createVNode,i=e.ref,o=e.watch,a=e.onMounted,r=e.onBeforeUnmount,s=e.onUnmounted},function(e){d=e.getEditorEmits,c=e.getMarkDownProps,u=e.useNamespace,m=e.useUIStore},function(e){h=e.createUUID},function(e){v=e.default}],execute:function(){e("default",l({name:"IBizMarkDown",props:c(),emits:d(),setup(e,{emit:l}){var d,c,f;const p=u("markdown"),b=e.controller,g=i("");let w=null;const k=h(),[C]=function(e){return[v.createMenuHook("AI",{icon:{type:"svg",content:"<svg\n viewBox='0 0 16 16'\n xmlns='http://www.w3.org/2000/svg'\n fill='currentColor'\n height='1em'\n width='1em'\n preserveAspectRatio='xMidYMid meet'\n focusable='false'\n >\n <g\n id='aae1.Base基础/1.icon图标/2.normal/ai-star'\n stroke-width='1'\n fill-rule='evenodd'\n >\n <path\n d='M5.817 1.53l3.158 8.797h.054v.152l1.443 4.021-1.402.001-1.041-2.982H2.495l-1.03 2.982L0 14.5 4.671 1.533l1.146-.003zm7.86 5.424V14.5h-1.213V6.954h1.212zM5.248 3.549l-2.342 6.778h4.706L5.249 3.55zM13.046 0c.075 0 .147.02.204.071a.318.318 0 01.094.181l.064.273c.097.417.17.727.255.968.084.24.177.4.31.523.134.124.318.218.599.306.281.088.65.166 1.15.265a.358.358 0 01.195.095c.056.057.083.13.083.213a.289.289 0 01-.083.21.362.362 0 01-.197.094c-.528.093-.918.167-1.214.255-.295.088-.485.187-.621.324-.137.138-.23.324-.31.606-.08.283-.145.651-.23 1.147a.329.329 0 01-.093.184.293.293 0 01-.206.075.308.308 0 01-.207-.072.322.322 0 01-.1-.188l-.006-.033c-.085-.486-.149-.845-.228-1.12-.079-.274-.17-.452-.305-.585-.135-.133-.323-.23-.618-.32s-.683-.168-1.21-.273a.353.353 0 01-.2-.096.29.29 0 01-.08-.208c0-.079.023-.153.079-.211a.35.35 0 01.2-.097c.5-.098.869-.176 1.15-.263.282-.087.465-.18.597-.302.132-.12.224-.278.306-.511.082-.236.151-.539.244-.947l.071-.312a.312.312 0 01.102-.183.311.311 0 01.205-.069z'\n id='aae形状结合'\n ></path>\n </g>\n </svg>\n "},onClick:(l,n,i)=>{i.stopPropagation(),i.preventDefault(),t(()=>{var t;if(null==(t=e.mdeditor)?void 0:t.bubble){e.mdeditor.bubble.visible=!0;const t=e.mdeditor.bubble.bubbleDom.getBoundingClientRect();if(!t||!t.left||!t.top)return;const l=ibiz.inLineAIUtil.calcContextMenus(e.deACMode,t=>{e.doInLineAIUIAction(t,e.model.appId)});if(0===l.length)return;ibiz.inLineAIUtil.showContextMenus(t.left,t.top+43,l)}})}})]}(b),y=ibiz.util.file.getUploadHeaders(),x=i({...y}),z=i(""),M=(null==(d=null==b?void 0:b.editorParams)?void 0:d.customTheme)||(null==(c=null==b?void 0:b.editorParams)?void 0:c.customtheme),{UIStore:U}=m(),I=i(M||U.theme),D=i(!1);let E="default";b&&(null==(f=b.editorParams)?void 0:f.showmode)&&(E=b.editorParams.showmode);const P=i(!1),T=i("editOnly");let B=null,A=0;const O=i({});let S=!1;o(()=>e.data,e=>{if(e&&b){const t={...b.editorParams};t.uploadparams&&(t.uploadParams=JSON.parse(t.uploadparams));const l=ibiz.util.file.calcFileUpDownUrl(b.context,b.params,e,t);z.value=l.uploadUrl}},{immediate:!0,deep:!0});const L=i(),N=async(t,l)=>{const n=await ibiz.util.file.fileUpload(z.value,t,x.value),i=((e,t)=>{if(!b)return"";const l={...b.editorParams};return l.exportparams&&(l.exportParams=JSON.parse(l.exportparams)),t&&t.folder&&(l.osscat=t.folder),ibiz.util.file.calcFileUpDownUrl(b.context,b.params,e,l).downloadUrl})(e.data||{},n.fileid);let o=i.replace("%fileId%",n.fileid);if(ibiz.config.common.enableDownloadTicket&&b){const t=await ibiz.util.file.getDownloadTicket(b.context,b.params,e.data||{},{fileId:n.fileid},b.downloadTicketParams);t&&t.ticket&&(o=i.replace("%fileId%",t.ticket),l(o))}else l(o)},H=()=>null==w?void 0:w.getMarkdown(),V=e=>{S=!0,null==w||w.setMarkdown(e,!0)};o(()=>e.value,(e,t)=>{e!==t&&(g.value=e||"")},{immediate:!0}),o(g,(e,t)=>{const l=H();e!==t&&l!==e&&V(e)});const R=e=>{"manual"!==E&&(l("change",H(),null==b?void 0:b.model.id,S),S=!1)},q=(e,t)=>({[e]:t}),F=(e,t="")=>{const l=document.createElement(e);return l.className=t,l},j=e=>F("i","ch-icon ch-icon-".concat(e)),J=p.e("fullscreen"),W=e=>{for(;e.firstChild;)e.removeChild(e.firstChild)},Y=()=>{if(w&&L.value){const e=w.editor.options.editorDom.parentElement;if(!e)return{};const t=e.classList,l=L.value.querySelector(".".concat(J));return l?{parentElement:e,cherryClass:t,fullscreenNode:l}:{}}return{}},G=()=>{const{parentElement:e,cherryClass:t,fullscreenNode:l}=Y();e&&t&&l&&(W(l),l.appendChild(j("fullscreen")),l.title=ibiz.i18n.t("editor.common.fullscreen"),t.remove("fullscreen"),null==e||e.blur(),e.setAttribute("tabindex","-1"))},K=()=>{const{cherryClass:e}=Y();return null==e?void 0:e.contains("fullscreen")},Q=()=>{w&&L.value&&(K()?(G(),P.value=!1):((()=>{const{parentElement:e,cherryClass:l,fullscreenNode:n}=Y();e&&l&&n&&(W(n),n.appendChild(j("minscreen")),l.add("fullscreen"),n.title=ibiz.i18n.t("editor.common.minimize"),e.setAttribute("tabindex","-1"),t(()=>null==e?void 0:e.focus()))})(),P.value=!0))},X=e=>{e.stopPropagation(),"Escape"===e.key&&(e.preventDefault(),K()&&(G(),P.value=!1))},Z=e=>{null==b||b.setCurrentEditorTheme(e)},$=e=>{var t,l;const{info:n}=e;let i=!0;const o=n.ranges&&n.ranges[0];if(o){const{anchor:e,head:t}=o;i=b.isPositionBefore(e,t)}else i=!0;const a=null==(t=b.mdeditor)?void 0:t.editor.editor.getCursor("start"),r=null==(l=b.mdeditor)?void 0:l.editor.editor.getCursor("end");b.setCursorPos(a,r),b.setSelectionDirection(i)};o(()=>U.theme,e=>{I.value=M||e,null==w||w.setTheme(I.value),null==w||w.setCodeBlockTheme(I.value)});const _=()=>{D.value=!0,T.value="editOnly",null==w||w.switchModel(T.value)},ee=()=>{D.value=!1,T.value="previewOnly",null==w||w.switchModel(T.value)},te=()=>{V(g.value),ee()},le=()=>{l("change",H(),null==b?void 0:b.model.id,S),S=!1,ee()},ne=()=>{const e=document.getElementById(k);null==e||e.focus()};return a(()=>{var l;(e.disabled||e.readonly||"manual"===E)&&(T.value="previewOnly"),t(()=>{var t;const l=["bold","italic","underline","strikethrough","sub","sup","|","size","color"];b&&b.chatCompletion&&l.unshift("AI"),w=new v({id:k,value:g.value,previewer:{enablePreviewerBubble:!(e.disabled||e.readonly)},themeSettings:{mainTheme:I.value,codeBlockTheme:I.value},fileUpload:N,emoji:{useUnicode:!0},header:{anchorStyle:"autonumber"},editor:{height:"100%",defaultModel:T.value,codemirror:{autofocus:!1}},toolbars:{toolbar:["bold","italic","underline","strikethrough","|","color","header","|","list","image",{insert:["link","hr","br","code","formula","toc","table","line-table","bar-table"]},"settings","togglePreview"],bubble:l,float:["h1","h2","h3","|","checklist","quote","quickTable","code"],customMenu:{AI:C},sidebar:["theme","copy"],toolbarRight:[],toc:{updateLocationHash:!1,defaultModel:"pure",showAutoNumber:!0,position:"absolute",cssText:""}},callback:{afterChange:R,beforeImageMounted:q},event:{changeMainTheme:Z,selectionChange:$},engine:{syntax:{table:{enableChart:!1,externals:["echarts"]}}}}),w.setTheme(I.value),M&&(w.setTheme(M),w.setCodeBlockTheme(M));const n=F("span","".concat(J," cherry-toolbar-button"));n.title=ibiz.i18n.t("editor.common.fullscreen"),n.onclick=Q,n.appendChild(j("fullscreen"));const i=e.disabled?w.editor.options.editorDom.parentElement:null==(t=w.editor.options.editorDom.parentElement)?void 0:t.querySelector(".cherry-toolbar>.toolbar-right");null==i||i.appendChild(n),null==b||b.setMDEditor(w)}),(()=>{if(window.ResizeObserver&&L.value){const e={width:L.value.offsetWidth?"".concat(L.value.offsetWidth,"px"):"100%"};b&&"number"==typeof b.parent.model.height&&Object.assign(e,{height:"".concat(b.parent.model.height,"px")}),O.value=p.cssVarBlock(e),B=new ResizeObserver(e=>{const t=e[0].contentRect.width;if(t!==A){const l={width:"".concat(e[0].contentRect.width,"px")};b&&"number"==typeof b.parent.model.height&&Object.assign(l,{height:"".concat(b.parent.model.height,"px")}),O.value=p.cssVarBlock(l),A=t}}),B.observe(L.value)}})(),null==(l=L.value)||l.addEventListener("keydown",X.bind(this))}),r(()=>{var e;null==(e=L.value)||e.removeEventListener("keydown",X.bind(this))}),s(()=>{w=null,B&&B.disconnect()}),{ns:p,currentVal:g,id:k,editor:w,markDownBox:L,headers:x,theme:I,defaultModel:T,cssVars:O,isEditing:D,showmode:E,getCherryHtml:()=>null==w?void 0:w.getHtml(),getCherryContent:H,setCherryContent:V,renderHeader:()=>{if("manual"===E&&!D.value)return n("div",{onClick:ne,class:[p.e("header"),p.is("fullscreen",P.value)]},[!e.disabled&&!e.readonly&&n("div",{class:p.em("header","edit"),onClick:_,title:ibiz.i18n.t("editor.markdown.edit")},[n("i",{class:"fa fa-edit","aria-hidden":"true"},null)]),n("div",{class:p.em("header","full"),onClick:Q},[P.value?n("i",{class:"fa fa-compress","aria-hidden":"true",title:ibiz.i18n.t("editor.html.reduce")},null):n("i",{class:"fa fa-expand","aria-hidden":"true",title:ibiz.i18n.t("editor.common.fullscreen")},null)])])},renderFooter:()=>{if("manual"===E&&D.value&&!e.disabled&&!e.readonly)return n("div",{onClick:ne,class:[p.e("footer"),p.is("fullscreen",P.value)]},[n("div",{class:p.em("footer","cancel"),onClick:te},[ibiz.i18n.t("editor.common.cancel")]),n("div",{class:p.em("footer","save"),onClick:le},[ibiz.i18n.t("editor.common.confirm")])])}}},render(){return n("div",{ref:"markDownBox",class:[this.ns.b(),this.ns.is("disabled",this.disabled),this.ns.is("manual","manual"===this.showmode),this.ns.is("editing",this.isEditing)]},[this.renderHeader(),this.renderFooter(),n("div",{tabindex:"-1",id:this.id,style:this.cssVars,class:this.ns.b("cherry")},null)])}}))}}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
System.register(["@ibiz-template/runtime","@ibiz-template/vue3-util","@ibiz-template/model-helper","@ibiz-template/core"],function(e){"use strict";var o,r,t,a;return{setters:[function(e){o=e.zhCn},function(e){r=e.zhCn},function(e){t=e.zhCn},function(e){a=e.zhCn}],execute:function(){e("default",{app:{logout:"退出登录",error:"错误",success:"成功",confirm:"确认",cancel:"取消",return:"返回",noData:"无数据",refresh:"刷新",noSupport:"暂未支持",add:"添加",delete:"删除",save:"保存",edit:"编辑",complete:"完成",more:"更多",close:"关闭",newlyBuild:"新建",reset:"重置",search:"搜索",advanceSearch:"高级搜索",rememberMe:"记住我",retract:"收起",pleaseEnterAccount:"请输入账号",pleaseEnterPassword:"请输入密码",aiError:"系统发生异常,请稍后重试",fullscreen:"全屏",cancelFullscreen:"取消全屏"},view:{common:{backHomepage:"返回首页",continueBrowsing:"继续浏览"},noPermissionView:{noPermissionPrompt:"抱歉,您没有访问该页面的权限",noPermission:"您没有访问该页面的权限,请"},noResourcesView:{noResourcePrompt:"抱歉,您访问的资源不存在",resourceNoExist:"您要找的资源不存在,请"},errorView:{noExistPrompt:"错误视图不存在{code}"},loginView:{passwordLength:"密码长度不能少于6位",login:"登录",thirdAuthFail:"第三方登录授权时失败"},subAppRefView:{jump:"跳转"},shareView:{inviting:"邀请您加入主题应用!",use:"应用",cancel:"取消"}},viewEngine:{closeRemind:"关闭提醒",confirmClosePrompt:"表单数据已经修改,确定要关闭?",noExistVersionErr:"当前工作流版本不存在",browseMsg:"浏览了",editMsg:"编辑了",updateMsg:"更新了",someone:"有人",refreshPrompt:"是否刷新",refreshPagePrompt:"数据已被修改是否刷新页面?",refreshRemind:"刷新提醒",confirmRefreshPrompt:"表单数据已经修改,确定要刷新?",missingErr:"应用上下文缺少srfnavctrlid",subclassAchieve:"子类实现",missingConfigErr:"缺少配置叫simplelist的列表部件",noFoundLayoutOccupied:"未找到tabexppanel布局占位",noFoundLayoutContainer:"未找到{name}布局容器",noFoundFormModel:"找不到表单{name}的模型",missingToolbarModel:"缺少工具栏部件模型",noCollapseTag:"未配置折叠标识",noExpandTag:"未配置展开标识"},webApp:{authGuard:{loginFailed:"匿名用户登录失败",noPermission:"无权限访问!"},unauthorizedHandler:{noFoundEnvParams:"找不到环境参数casLoginUrl",forbiddenAccess:"当前账户被禁止访问",logoutAccount:"是否要退出当前账户?"}},control:{common:{determine:"确定",retreat:"后退",forward:"前进",noSupportItem:"{name}暂未支持",noFoundNode:"没有找到_uuid为{id}的节点",itemsSelected:"已选中{length}项",citeErrMessage:"找不到表格组件引用",noDomErrMessage:"找不到对应的表格行dom元素",noPopErrMessage:"拿不到pop组件的实例",currentNoData:"暂无数据",updateSuccess:"更新成功",newSuccCreated:"新建成功",deleteSuccess:"删除成功",customTheme:{themeColor:"主题色",light:"亮色",dark:"暗色",blue:"蓝色",user1:"自定义1",user2:"自定义2",user3:"自定义3",saveAndShare:"应用至全局",resetAndShare:"重置至全局",resetConfirmation:"重置确认",resetConfirmationDesc:"请确定是否需要重置当前选中主题并加载全局默认数据?",resetConfirmationGlobalDesc:"请确定是否需要重置全局默认数据?",closeModelEdit:"关闭json模型编辑",modelEdit:"json模型编辑",adminOperation:"管理员操作",confirmCopyLink:"确认拷贝链接",preview:"预览",save:"应用",reset:"重置",share:"分享",app:"应用",font:"字体",fontSize:"字号",fontSizeDesc:"应用字体大小",fontWeight:"字重",fontWeightDesc:"应用默认字重",other:"其他",borderRadius:"圆角",borderRadiusDesc:"按钮、模态等容器圆角",widthIcon:"图标尺寸",widthIconDesc:"图标尺寸大小,控制所有图标大小",spacing:"间距",spacingDesc:"应用间距大小,即各元素之间间隔",primaryColor:"主要颜色",primaryColorDesc:"主要颜色,仅在需要非常强调的情况下使用",primaryTextColor:"主要文本颜色",primaryTextColorDesc:"主要颜色文字色,和背景色形成对比",primaryHoverColor:"主要悬浮颜色",primaryHoverColorDesc:"主要颜色悬浮态",primaryHoverTextColor:"主要悬浮文本颜色",primaryHoverTextColorDesc:"主要颜色悬浮态文字色,和背景色形成对比",primaryActiveColor:"主要激活颜色",primaryActiveColorDesc:"主要颜色激活态",primaryActiveTextColor:"主要激活文本颜色",primaryActiveTextColorDesc:"主要颜色激活态文字色,和背景色形成对比",primaryDisabledColor:"主要禁用颜色",primaryDisabledColorDesc:"主要颜色禁用态",primaryDisabledTextColor:"主要禁用文本颜色",primaryDisabledTextColorDesc:"主要颜色禁用态文字色,和背景色形成对比",primaryLightDefaultColor:"主要浅版颜色",primaryLightDefaultColorDesc:"浅版主要颜色(多用于背景)。仅在需要非常强调的情况下使用",primaryLightHoverColor:"主要浅版悬浮色",primaryLightHoverColorDesc:"浅版主要颜色悬浮态",primaryLightActiveColor:"主要浅版激活色",primaryLightActiveColorDesc:"浅版主要颜色激活态",text:"文本颜色",mainTextColor:"文本主色",mianTextColorDesc:"文本颜色 - 最主要",minorTextColor:"文本稍次色",minorTextColorDesc:"文本颜色 - 稍次要",secondaryTextColor:"文本次色",secondaryTextColorDesc:"文本颜色 - 次要",lastTextColor:"文本最次色",lastTextColorDesc:"文本颜色 - 最次要",linkColor:"链接颜色",textLinkColor:"文本链接色",textLinkColorDesc:"链接颜色 - 最主要",textLinkHoverColor:"文本链接悬浮色",textLinkHoverColorDesc:"链接颜色 - 悬浮态",textLinkActiveColor:"文本链接激活色",textLinkActiveColorDesc:"链接颜色 - 激活态",textLinkVisitedColor:"文本链接已访问色",textLinkVisitedColorDesc:"链接颜色 - 已访问",bgColor:"背景色",bgColorLowestLayer:"背景色最下层",bgColorLowestLayerDesc:"背景色 - 最下层(底部页面)",bgColorLowerLayer:"背景色次下层",bgColorLowerLayerDesc:"背景色 - 次下层(页面中需要提升的内容)",bgColorCenterLayer:"背景色中层",bgColorCenterLayerDesc:"背景色 - 中间层(模态等容器)",bgColorSecondaryUpperLayer:"背景色次上层",bgColorSecondaryUpperLayerDesc:"背景色 - 次上层(通知,Toast等)",bgColorTopLayer:"背景色最上层",bgColorTopLayerDesc:"背景色 - 最上层(特殊)",fillColor:"填充色",fillDefault:"默认填充色",fillDefaultDesc:"填充色 - 默认态",fillHover:"悬浮填充色",fillHoverDesc:"填充色 - 悬浮态",fillActive:"激活填充色",fillActiveDesc:"填充色 - 激活态",border:"边框",borderColor:"边框色",borderColorDesc:"默认描边颜色",disabledState:"禁用态",disabledText:"禁用文本色",disabledTextDesc:"禁用态 - 文字",disabledTextBorder:"禁用描边色",disabledTextBorderDesc:"禁用态 - 描边",disabledBg:"禁用背景色",disabledBgDesc:"禁用态 - 背景",disabledFill:"禁用填充色",disabledFillDesc:"禁用态 - 填充",sidebar:"侧边导航栏",top:"顶部导航栏",mainColor:"字体主要颜色",mainColorDesc:"导航栏字体主要颜色",secondaryColor:"字体次要颜色",secondaryColorDesc:"导航栏字体次要颜色",mainBgColor:"背景主要颜色",mainBgColorDesc:"导航栏背景主要颜色",secondaryBgColor:"背景次要颜色",secondaryBgColorDesc:"导航栏背景次要颜色",iconMainColor:"图标主要颜色",iconMainColorDesc:"导航栏图标主要颜色",iconSecondaryColor:"图标次要颜色",iconSecondaryColorDesc:"导航栏图标次要颜色",appMenuColor:"菜单字体颜色",appMenuColorDesc:"导航栏应用菜单字体颜色",appMenuHoverColor:"菜单悬浮字体色",appMenuHoverColorDesc:"导航栏应用菜单字体悬浮色",appMenuHoverBgColor:"菜单悬浮背景色",appMenuHoverBgColorDesc:"导航栏应用菜单悬浮背景色",appMenuActiveColor:"菜单选中字体色",appMenuActiveColorDesc:"导航栏应用菜单选中字体色",appMenuActiveBgColor:"菜单选中背景色",appMenuActiveBgColorDesc:"导航栏应用菜单选中背景色",ctrl:"控件",grid:"表格",gridHeaderBg:"表格头背景色",gridHeaderBgDesc:"表格头背景色,与表格行背景区别",gridHeaderColor:"表格头字体色",gridHeaderColorDesc:"表格头字体色,包括表格头、表格排序按钮",gridRowBg:"表格行背景色亮色",gridRowBgDesc:"表格行背景色亮色,即表格斑马纹中的亮色",gridRowBg2:"表格行背景色暗色",gridRowBg2Desc:"表格行背景色暗色,即表格斑马纹中的暗色",gridRowColor:"表格行字体色",gridRowColorDesc:"表格行所有字体色",gridRowHover:"表格行悬浮色",gridRowHoverDesc:"表格行悬浮色, 当某一行hover时背景色",gridRowSelect:"表格行选中色",gridRowSelectDesc:"表格行选中色,当某一行选中时背景色",tree:"树",treeTextColor:"树视图文本色",treeTextColorDesc:"树视图文本色,树节点基础文本色",treeBgColor:"树视图背景色",treeBgColorDesc:"树视图背景色,树视图部件整体背景色",treeDisabledColor:"树视图禁用色",treeDisabledColorDesc:"树视图禁用色,树节点禁用文本色",treeHoverColor:"树视图悬浮色",treeHoverColorDesc:"树视图悬浮色,树节点悬浮文本色",treeHoverBgColor:"树视图悬浮背景色",treeHoverBgColorDesc:"树视图悬浮背景色,树节点悬浮背景色",treeSelectColor:"树视图选中色",treeSelectColorDesc:"树视图选中色,树节点选中文本色",treeSelectBgColor:"树视图选中背景色",treeSelectBgColorDesc:"树视图选中背景色,树节点选中背景色"},loadMore:"加载更多",expandData:"展开数据",collapseData:"折叠数据"},menu:{noSupportAlign:"暂未支持菜单方向为 {align}",noFoundModel:"没找到菜单项模型{menuKey}",noFoundFunction:"{menuKey}的适配器没有renderText方法",menuSetting:"菜单设置"},menuDesign:{customMenu:"自定义菜单",reset:"恢复默认",save:"保存",visible:"显示",noMenuItemModel:"没找到菜单项模型{menu}",noFoundFunction:"{menu}的适配器没有renderText方法"},calendar:{lastYear:"去年",lastMonth:"上个月",today:"今天",year:"年",month:"月",nextMonth:"下个月",nextYear:"明年",title:"工作日历",calendardaily:{weeks:{sunday:"星期日",monday:"星期一",tuesday:"星期二",wednesday:"星期三",thursday:"星期四",friday:"星期五",saturday:"星期六"},tip:"全天",tomorrow:"明天",nextweek:"下周",selectdate:"选择日期"},calendarmonth:{weeks:{sunday:"日",monday:"一",tuesday:"二",wednesday:"三",thursday:"四",friday:"五",saturday:"六"}},calendarweek:{weeks:{sunday:"日",monday:"一",tuesday:"二",wednesday:"三",thursday:"四",friday:"五",saturday:"六"}},calendarUser:{weeks:{monday:"周一",tuesday:"周二",wednesday:"周三",thursday:"周四",friday:"周五",saturday:"周六",sunday:"周日"},selectWeekRange:"选择周范围",weekFormat:"YYYY年第ww周"}},chart:{chartPlaceholder:"图表",drillDetail:"检查明细"},dashboard:{customDashboardContainer:{portalCustomPrompt:"门户定制",newFilter:"新建筛选部件"},dashboardDesign:{global:"全局",add:"添加",customPortal:"自定义门户",colNum:"列数",cellHeight:"单元格高度",restoreDefault:"恢复默认",save:"保存",unGroup:"未分类"},filterPortletDesign:{ctrlTitleError:"部件名称不能为空",ctrlTitle:"部件名称",ctrlPlaceholder:"请输入部件名称",checkTitle:"对数据集下所有报表生效",baseSet:"基本设置",filterTitle:"筛选部件",selectAll:"全选"}},form:{noSupportDetailType:"暂未支持的表单项类型: {detailType} 或找不到对应适配器",formDruipart:{saveFirst:"请先保存主数据",defaultText:"关系界面"},formGroupPanel:{showMore:"显示更多"},formMDctrlForm:{noFindProvider:"未找到表单的适配器"},formMDctrlRepeater:{noSupportStyle:"暂未支持重复器样式{repeaterStyle}"},repeaterGrid:{promptInformation:"是否删除选中项",absentOrLoad:"不存在或加载中"},repeaterSingleForm:{errorMessage:"没有repeatedForm"},mdCtrlContainer:{promptInformation:"是否删除选中项",noSlot:"未提供item插槽"},formMDctrl:{errorMessage:"暂未支持内容类型为{contentType}",defaultText:"多数据部件"},formGroup:{fold:"折叠",unfold:"展开"},formRawItem:{dividerText:"分割线(DIVIDER)",infoText:"常规提示(INFO)",warningText:"警告提示(WARNING)",errorText:"错误提示(ERROR)",defaultText:"直接内容"},formTabPnel:{all:"全部"}},gantt:{complete:"完成量",total:"总量",deadline:"截止时间",hideControl:"列选择"},kanban:{lane:"泳道",collapsed:"折叠",expand:"展开",allCollapsed:"全部收起",allExpand:"全部展开",selectAll:"全选",selectedDataCount:"已选择<span>{length}</span>条数据",natchOperation:"批量操作"},reportPanel:{unrealized:"暂未实现"},searchBar:{saveGroup:"保存分组",filter:"过滤",filterTree:{addItem:"添加项"},searchGroups:{groupValueRule:"分组名称不能为空",errorMessage:"分组名称不能重复!",noEditPrompt:"配置的分组不可编辑",savePrompt:"请先保存该分组",delTitle:"确认删除",confirmDelPrompt:"确认删除分组<span>{itemName}</span>吗?",unrecoverablePrompt:"分组删除后不可恢复",newGroup:"新建分组",groupManage:"分组管理",groupName:"分组名称",enterPrompt:"请输入分组名称",editGroup:"编辑分组",manageTips:"Tips:管理搜索栏的分组",name:"名称",show:"显示",operate:"操作",dialogCancel:"取 消",dialogDetermine:"确 定"},quickSearchSelect:{searchField:"切换搜索属性"}},toolbar:{exportExcel:{exportAll:"导出全部(最大导出1000行)",expCurrentPage:"导出当前页",expCurrentSelect:"导出当前选中",page:"页",export:"导出"}},tree:{noFoundInstance:"找不到el-tree实例对象",noSupported:"暂不支持dropType:{dropType}"},treeGridEx:{noFoundMessage:"找不到{id}的行数据对象"},captionBar:{total:"{total} 条数据 {invisibleNum} 条不可见"}},component:{indexSearch:{placeholder:"搜索内容"},dataImport:{startImport:"开始导入,详细进度和结果请看应用通知",importSuccess:"共计导入数据 {totalNum} 条,错误[{errorNum}],成功[{successNum}]",importData:"导入数据",clickToUpload:"单击此区域进行上传",importResults:"导入结果",downloadTemplate:"下载导入模版,并按要求填写:",templateFile:"数据导入模板文件",continue:"继续导入"},dataImport2:{atLastOne:"至少选择一个映射属性",uploadPlease:"请上传文件",fileName:"当前文件名:{fileName}",saveMode:"导入模式保存",reUpload:"重新上传文件",fileUpload:"文件上传",import:"导入",selectProperties:"请选择列导入属性!"},dataImport2Select:{selectMode:"选择导入模式",edit:"编辑"},dataImport2Table:{selectAttribute:"选择当前列对应的导入属性"},doingNotice:{jobInProgress:"有<span class={class}>{num}</span>个后台作业正在执行,请稍后"},extendActionTimeLine:{processTime:"处理时间",comments:"审批意见",reject:"驳回"},mapChart:{high:"高",low:"低"},pagination:{display:"显示",piece:"条",total:"共",pieceData:"条数据"},rawItem:{errorConfig:"{type} 类型自定义参数配置错误",noSupportVideo:"你的浏览器不支持video标签"},gridSetting:{hideControl:"列选择"},kanbanSetting:{hideGroup:"分组选择"},ganttSetting:{resultDefault:"恢复默认值",headerCaption:"表头显示属性",optionalAttribute:"可选择属性",selectedAttribute:"已选择属性",limitsize:"上限{max}个",reachedMaximum:"已达最大值"},actionToolbar:{more:"更多"},emojiSelect:{frequently:"常用",peoples:"情绪",nature:"自然",foods:"食物与饮料",activity:"活动",objects:"对象",places:"旅行与地方",symbols:"符号",flags:"旗帜"},formItemContainer:{more:"更多"},pqlEditor:{noExpression:"错误的表达式。连接符缺失表达式。",noConnection:"错误的表达式。表达式缺失连接符。",noKey:"错误的表达式。表达式缺失左值。",noOperator:"错误的表达式。表达式缺失操作符。",noValue:"错误的表达式。表达式缺失右值。",noDelimiter:"错误的表达式。表达式缺失分割符。",errorCombination:"错误的表达式。错误的括号组合。",errorDelimiter:"错误的表达式。错误的分割符。"},controlNavigation:{showNav:"显示导航",hiddenNav:"隐藏导航"}},editor:{common:{entityConfigErr:"请配置实体和实体数据集",selectViewConfigErr:"请配置数据选择视图",linkViewConfigErr:"请配置数据链接视图",confirmCancelPrompt:"确定要取消编辑吗?",cancelEditPrompt:"取消编辑将无法保存修改的内容,且不能找回。",confirmCancel:"确认取消",confirm:"确认",cancel:"取消",fullscreen:"全屏",minimize:"最小化",loadMore:"加载更多"},cascader:{ibizCascader:{title:"标题{index}"}},code:{readOnlyPrompt:"当前为只读模式,不可编辑"},dateRange:{rangeSeparator:"至"},dateRangeSelect:{day:"天",week:"周",month:"月",quarter:"季度",year:"年",static:"固定时间",dynamic:"动态时间",dateUnit:"时间单位",daterange:"时间范围",today:"今天",recently:"最近",pastTime:"过去",future:"未来",currentWeek:"本周",currentMonth:"本月",currentYear:"本年",currentQuarter:"本季度",recentlySixMonth:"最近6个月"},html:{wangEditor:{customTips:"自定义提示",emoji:"表情"},enableedit:"编辑",expand:"放大",reduce:"缩小"},markdown:{uploadJsonFormatErr:"配置uploadparams没有按标准JSON格式",exportJsonFormatErr:"配置exportparams没有按标准JSON格式"},notSupportedEditor:{unsupportedType:"未支持的编辑器类型 - {type}"},preset:{ibizPresetRawitem:{noSupportType:"暂未支持{type}"}},textBox:{warningMessage:"ip格式验证未通过,第{num}段ip重置回旧值",openAiChat:"打开AI聊天"},upload:{uploadFiles:"上传文件",fileSizeErr:"文件大小不能超过",uploadJsonFormatErr:"配置uploadparams没有按标准JSON格式",exportJsonFormatErr:"配置exportparams没有按标准JSON格式",cropImg:"裁剪图片",cancelUpload:"取消上传"},emojiPicker:{addEmoji:"添加表情"},colorPicker:{systemColor:"系统配色",templateColor:"模板配色",simpleBlue:"简约蓝",autumnOrange:"秋日橙",Macaroon:"马卡龙",mintGreen:"薄荷绿",selector:"选择器",textValue:"文本值",add:"添加"},mapPicker:{title:"请选择地址",searchPlaceholder:"请输入关键字选择地点"},transferPicker:{optionalList:"可选列表",selectedList:"已选列表"},treePicker:{allowAll:"全部允许",allProhibited:"全部禁止",expandAll:"全部展开",collapseAll:"全部收起"},signature:{undo:"撤销",rewrite:"重写",confirm:"确认",addSignature:"点击此处添加签名",signaturePrompt:"请在空白区域内横向书写"}},panelComponent:{authUserinfo:{visitor:"游客"},authSsO:{noSupported:"暂不支持{type}登录",dingLogin:"钉钉登录",wechatLogin:"微信登录"},coopPos:{view:"{username} 正在浏览",edit:"{username} 正在编辑",update:"{username} 正在更新"},navPosIndex:{noSupportPrompt:"非路由模式导航占位暂未支持"},navTabs:{closeAll:"关闭所有",closeOther:"关闭其他"},navBreadcrumb:{home:"首页"},searchformButtons:{errMessage:"当前视图里没有找到叫searchform的搜索表单",enterPrompt:"请输入要存储的自定义查询名称:",queryPrompt:"存储自定义查询",saveCondition:"保存条件"},shortCut:{expandToolbar:"展开快捷工具栏"},userMessage:{notice:"通知",backendTasks:"后台作业",allRead:"全部已读",asyncActionPreview:{downloadFailedErr:"下载文件失败",noExistentErr:"文件流数据不存在",importDetailPrompt:"导入数据详情-{name}",parseImportInfoErr:"解析导入信息异常",downloadErrFile:"下载错误文件",importTime:"导入时间: ",importTotal:"导入总条数: ",successImport:"成功导入数: ",ImportFailed:"导入失败数: "},asyncActionResult:{noMessage:"无处理内容",taskName:"任务名称:",taskState:"任务状态:",finished:"已完成",processing:"执行中",beginTime:"开始执行时间:",endTime:"结束执行时间:",exeResult:"执行结果:"},asyncDataExport:{exportDetailPrompt:"导出数据详情-{name}",excuteTime:"执行时间",downloadFile:"下载文件",executing:"执行中......"},asyncActionTab:{noSupportType:"异步操作类型{type}暂未支持",noAsyncAction:"暂无异步操作"},internalMessageContainer:{markAsRead:"标记为已读"},internalMessageJson:{jumpToView:"跳转到视图",missingHtml:"数据的content里缺少html",todoContent:"{createmanname}于{processdate}完成"},internalMessageTab:{noSupportType:"站内消息类型{type}暂未支持",notificationYet:"暂无通知",loadMore:"加载更多({length})",onlyShowUnread:"只显示未读"}},customSetting:{theme:"自定义主题",menu:"自定义菜单"},addinChanged:{tip:"点击刷新",title:"系统插件更新",content:"系统插件已更新,刷新页面以应用最新变更"},globalSearch:{search:"搜索",loading:"加载中...",empty:"没有匹配的结果",clearHistory:"清空搜索历史",placeholder:"模型检索(Ctrl+K)",moreTips:"仅加载前{size}条数据,共{total}条数据"}},util:{uploadManager:{failed:"文件上传失败",title:"进程管理器"},appUtil:{aiTitle:"删除对话",aiDesc:"删除后,该对话将不可恢复。确认删除吗?",clearTopic:"清空会话",clearTopicDesc:"确认清空除当前激活项外的所有会话数据?"},appModal:{prev:"上一个记录",next:"下一个记录"}},...o,...r,...a,...t})}}});
|
|
1
|
+
System.register(["@ibiz-template/runtime","@ibiz-template/vue3-util","@ibiz-template/model-helper","@ibiz-template/core"],function(e){"use strict";var o,r,t,a;return{setters:[function(e){o=e.zhCn},function(e){r=e.zhCn},function(e){t=e.zhCn},function(e){a=e.zhCn}],execute:function(){e("default",{app:{logout:"退出登录",error:"错误",success:"成功",confirm:"确认",cancel:"取消",return:"返回",noData:"无数据",refresh:"刷新",noSupport:"暂未支持",add:"添加",delete:"删除",save:"保存",edit:"编辑",complete:"完成",more:"更多",close:"关闭",newlyBuild:"新建",reset:"重置",search:"搜索",advanceSearch:"高级搜索",rememberMe:"记住我",retract:"收起",pleaseEnterAccount:"请输入账号",pleaseEnterPassword:"请输入密码",aiError:"系统发生异常,请稍后重试",fullscreen:"全屏",cancelFullscreen:"取消全屏"},view:{common:{backHomepage:"返回首页",continueBrowsing:"继续浏览"},noPermissionView:{noPermissionPrompt:"抱歉,您没有访问该页面的权限",noPermission:"您没有访问该页面的权限,请"},noResourcesView:{noResourcePrompt:"抱歉,您访问的资源不存在",resourceNoExist:"您要找的资源不存在,请"},errorView:{noExistPrompt:"错误视图不存在{code}"},loginView:{passwordLength:"密码长度不能少于6位",login:"登录",thirdAuthFail:"第三方登录授权时失败"},subAppRefView:{jump:"跳转"},shareView:{inviting:"邀请您加入主题应用!",use:"应用",cancel:"取消"}},viewEngine:{closeRemind:"关闭提醒",confirmClosePrompt:"表单数据已经修改,确定要关闭?",noExistVersionErr:"当前工作流版本不存在",browseMsg:"浏览了",editMsg:"编辑了",updateMsg:"更新了",someone:"有人",refreshPrompt:"是否刷新",refreshPagePrompt:"数据已被修改是否刷新页面?",refreshRemind:"刷新提醒",confirmRefreshPrompt:"表单数据已经修改,确定要刷新?",missingErr:"应用上下文缺少srfnavctrlid",subclassAchieve:"子类实现",missingConfigErr:"缺少配置叫simplelist的列表部件",noFoundLayoutOccupied:"未找到tabexppanel布局占位",noFoundLayoutContainer:"未找到{name}布局容器",noFoundFormModel:"找不到表单{name}的模型",missingToolbarModel:"缺少工具栏部件模型",noCollapseTag:"未配置折叠标识",noExpandTag:"未配置展开标识"},webApp:{authGuard:{loginFailed:"匿名用户登录失败",noPermission:"无权限访问!"},unauthorizedHandler:{noFoundEnvParams:"找不到环境参数casLoginUrl",forbiddenAccess:"当前账户被禁止访问",logoutAccount:"是否要退出当前账户?"}},control:{common:{determine:"确定",retreat:"后退",forward:"前进",noSupportItem:"{name}暂未支持",noFoundNode:"没有找到_uuid为{id}的节点",itemsSelected:"已选中{length}项",citeErrMessage:"找不到表格组件引用",noDomErrMessage:"找不到对应的表格行dom元素",noPopErrMessage:"拿不到pop组件的实例",currentNoData:"暂无数据",updateSuccess:"更新成功",newSuccCreated:"新建成功",deleteSuccess:"删除成功",customTheme:{themeColor:"主题色",light:"亮色",dark:"暗色",blue:"蓝色",user1:"自定义1",user2:"自定义2",user3:"自定义3",saveAndShare:"应用至全局",resetAndShare:"重置至全局",resetConfirmation:"重置确认",resetConfirmationDesc:"请确定是否需要重置当前选中主题并加载全局默认数据?",resetConfirmationGlobalDesc:"请确定是否需要重置全局默认数据?",closeModelEdit:"关闭json模型编辑",modelEdit:"json模型编辑",adminOperation:"管理员操作",confirmCopyLink:"确认拷贝链接",preview:"预览",save:"应用",reset:"重置",share:"分享",app:"应用",font:"字体",fontSize:"字号",fontSizeDesc:"应用字体大小",fontWeight:"字重",fontWeightDesc:"应用默认字重",other:"其他",borderRadius:"圆角",borderRadiusDesc:"按钮、模态等容器圆角",widthIcon:"图标尺寸",widthIconDesc:"图标尺寸大小,控制所有图标大小",spacing:"间距",spacingDesc:"应用间距大小,即各元素之间间隔",primaryColor:"主要颜色",primaryColorDesc:"主要颜色,仅在需要非常强调的情况下使用",primaryTextColor:"主要文本颜色",primaryTextColorDesc:"主要颜色文字色,和背景色形成对比",primaryHoverColor:"主要悬浮颜色",primaryHoverColorDesc:"主要颜色悬浮态",primaryHoverTextColor:"主要悬浮文本颜色",primaryHoverTextColorDesc:"主要颜色悬浮态文字色,和背景色形成对比",primaryActiveColor:"主要激活颜色",primaryActiveColorDesc:"主要颜色激活态",primaryActiveTextColor:"主要激活文本颜色",primaryActiveTextColorDesc:"主要颜色激活态文字色,和背景色形成对比",primaryDisabledColor:"主要禁用颜色",primaryDisabledColorDesc:"主要颜色禁用态",primaryDisabledTextColor:"主要禁用文本颜色",primaryDisabledTextColorDesc:"主要颜色禁用态文字色,和背景色形成对比",primaryLightDefaultColor:"主要浅版颜色",primaryLightDefaultColorDesc:"浅版主要颜色(多用于背景)。仅在需要非常强调的情况下使用",primaryLightHoverColor:"主要浅版悬浮色",primaryLightHoverColorDesc:"浅版主要颜色悬浮态",primaryLightActiveColor:"主要浅版激活色",primaryLightActiveColorDesc:"浅版主要颜色激活态",text:"文本颜色",mainTextColor:"文本主色",mianTextColorDesc:"文本颜色 - 最主要",minorTextColor:"文本稍次色",minorTextColorDesc:"文本颜色 - 稍次要",secondaryTextColor:"文本次色",secondaryTextColorDesc:"文本颜色 - 次要",lastTextColor:"文本最次色",lastTextColorDesc:"文本颜色 - 最次要",linkColor:"链接颜色",textLinkColor:"文本链接色",textLinkColorDesc:"链接颜色 - 最主要",textLinkHoverColor:"文本链接悬浮色",textLinkHoverColorDesc:"链接颜色 - 悬浮态",textLinkActiveColor:"文本链接激活色",textLinkActiveColorDesc:"链接颜色 - 激活态",textLinkVisitedColor:"文本链接已访问色",textLinkVisitedColorDesc:"链接颜色 - 已访问",bgColor:"背景色",bgColorLowestLayer:"背景色最下层",bgColorLowestLayerDesc:"背景色 - 最下层(底部页面)",bgColorLowerLayer:"背景色次下层",bgColorLowerLayerDesc:"背景色 - 次下层(页面中需要提升的内容)",bgColorCenterLayer:"背景色中层",bgColorCenterLayerDesc:"背景色 - 中间层(模态等容器)",bgColorSecondaryUpperLayer:"背景色次上层",bgColorSecondaryUpperLayerDesc:"背景色 - 次上层(通知,Toast等)",bgColorTopLayer:"背景色最上层",bgColorTopLayerDesc:"背景色 - 最上层(特殊)",fillColor:"填充色",fillDefault:"默认填充色",fillDefaultDesc:"填充色 - 默认态",fillHover:"悬浮填充色",fillHoverDesc:"填充色 - 悬浮态",fillActive:"激活填充色",fillActiveDesc:"填充色 - 激活态",border:"边框",borderColor:"边框色",borderColorDesc:"默认描边颜色",disabledState:"禁用态",disabledText:"禁用文本色",disabledTextDesc:"禁用态 - 文字",disabledTextBorder:"禁用描边色",disabledTextBorderDesc:"禁用态 - 描边",disabledBg:"禁用背景色",disabledBgDesc:"禁用态 - 背景",disabledFill:"禁用填充色",disabledFillDesc:"禁用态 - 填充",sidebar:"侧边导航栏",top:"顶部导航栏",mainColor:"字体主要颜色",mainColorDesc:"导航栏字体主要颜色",secondaryColor:"字体次要颜色",secondaryColorDesc:"导航栏字体次要颜色",mainBgColor:"背景主要颜色",mainBgColorDesc:"导航栏背景主要颜色",secondaryBgColor:"背景次要颜色",secondaryBgColorDesc:"导航栏背景次要颜色",iconMainColor:"图标主要颜色",iconMainColorDesc:"导航栏图标主要颜色",iconSecondaryColor:"图标次要颜色",iconSecondaryColorDesc:"导航栏图标次要颜色",appMenuColor:"菜单字体颜色",appMenuColorDesc:"导航栏应用菜单字体颜色",appMenuHoverColor:"菜单悬浮字体色",appMenuHoverColorDesc:"导航栏应用菜单字体悬浮色",appMenuHoverBgColor:"菜单悬浮背景色",appMenuHoverBgColorDesc:"导航栏应用菜单悬浮背景色",appMenuActiveColor:"菜单选中字体色",appMenuActiveColorDesc:"导航栏应用菜单选中字体色",appMenuActiveBgColor:"菜单选中背景色",appMenuActiveBgColorDesc:"导航栏应用菜单选中背景色",ctrl:"控件",grid:"表格",gridHeaderBg:"表格头背景色",gridHeaderBgDesc:"表格头背景色,与表格行背景区别",gridHeaderColor:"表格头字体色",gridHeaderColorDesc:"表格头字体色,包括表格头、表格排序按钮",gridRowBg:"表格行背景色亮色",gridRowBgDesc:"表格行背景色亮色,即表格斑马纹中的亮色",gridRowBg2:"表格行背景色暗色",gridRowBg2Desc:"表格行背景色暗色,即表格斑马纹中的暗色",gridRowColor:"表格行字体色",gridRowColorDesc:"表格行所有字体色",gridRowHover:"表格行悬浮色",gridRowHoverDesc:"表格行悬浮色, 当某一行hover时背景色",gridRowSelect:"表格行选中色",gridRowSelectDesc:"表格行选中色,当某一行选中时背景色",tree:"树",treeTextColor:"树视图文本色",treeTextColorDesc:"树视图文本色,树节点基础文本色",treeBgColor:"树视图背景色",treeBgColorDesc:"树视图背景色,树视图部件整体背景色",treeDisabledColor:"树视图禁用色",treeDisabledColorDesc:"树视图禁用色,树节点禁用文本色",treeHoverColor:"树视图悬浮色",treeHoverColorDesc:"树视图悬浮色,树节点悬浮文本色",treeHoverBgColor:"树视图悬浮背景色",treeHoverBgColorDesc:"树视图悬浮背景色,树节点悬浮背景色",treeSelectColor:"树视图选中色",treeSelectColorDesc:"树视图选中色,树节点选中文本色",treeSelectBgColor:"树视图选中背景色",treeSelectBgColorDesc:"树视图选中背景色,树节点选中背景色"},loadMore:"加载更多",expandData:"展开数据",collapseData:"折叠数据"},menu:{noSupportAlign:"暂未支持菜单方向为 {align}",noFoundModel:"没找到菜单项模型{menuKey}",noFoundFunction:"{menuKey}的适配器没有renderText方法",menuSetting:"菜单设置"},menuDesign:{customMenu:"自定义菜单",reset:"恢复默认",save:"保存",visible:"显示",noMenuItemModel:"没找到菜单项模型{menu}",noFoundFunction:"{menu}的适配器没有renderText方法"},calendar:{lastYear:"去年",lastMonth:"上个月",today:"今天",year:"年",month:"月",nextMonth:"下个月",nextYear:"明年",title:"工作日历",calendardaily:{weeks:{sunday:"星期日",monday:"星期一",tuesday:"星期二",wednesday:"星期三",thursday:"星期四",friday:"星期五",saturday:"星期六"},tip:"全天",tomorrow:"明天",nextweek:"下周",selectdate:"选择日期"},calendarmonth:{weeks:{sunday:"日",monday:"一",tuesday:"二",wednesday:"三",thursday:"四",friday:"五",saturday:"六"}},calendarweek:{weeks:{sunday:"日",monday:"一",tuesday:"二",wednesday:"三",thursday:"四",friday:"五",saturday:"六"}},calendarUser:{weeks:{monday:"周一",tuesday:"周二",wednesday:"周三",thursday:"周四",friday:"周五",saturday:"周六",sunday:"周日"},selectWeekRange:"选择周范围",weekFormat:"YYYY年第ww周"}},chart:{chartPlaceholder:"图表",drillDetail:"检查明细"},dashboard:{customDashboardContainer:{portalCustomPrompt:"门户定制",newFilter:"新建筛选部件"},dashboardDesign:{global:"全局",add:"添加",customPortal:"自定义门户",colNum:"列数",cellHeight:"单元格高度",restoreDefault:"恢复默认",save:"保存",unGroup:"未分类"},filterPortletDesign:{ctrlTitleError:"部件名称不能为空",ctrlTitle:"部件名称",ctrlPlaceholder:"请输入部件名称",checkTitle:"对数据集下所有报表生效",baseSet:"基本设置",filterTitle:"筛选部件",selectAll:"全选"}},form:{noSupportDetailType:"暂未支持的表单项类型: {detailType} 或找不到对应适配器",formDruipart:{saveFirst:"请先保存主数据",defaultText:"关系界面"},formGroupPanel:{showMore:"显示更多"},formMDctrlForm:{noFindProvider:"未找到表单的适配器"},formMDctrlRepeater:{noSupportStyle:"暂未支持重复器样式{repeaterStyle}"},repeaterGrid:{promptInformation:"是否删除选中项",absentOrLoad:"不存在或加载中"},repeaterSingleForm:{errorMessage:"没有repeatedForm"},mdCtrlContainer:{promptInformation:"是否删除选中项",noSlot:"未提供item插槽"},formMDctrl:{errorMessage:"暂未支持内容类型为{contentType}",defaultText:"多数据部件"},formGroup:{fold:"折叠",unfold:"展开"},formRawItem:{dividerText:"分割线(DIVIDER)",infoText:"常规提示(INFO)",warningText:"警告提示(WARNING)",errorText:"错误提示(ERROR)",defaultText:"直接内容"},formTabPnel:{all:"全部"}},gantt:{complete:"完成量",total:"总量",deadline:"截止时间",hideControl:"列选择"},kanban:{lane:"泳道",collapsed:"折叠",expand:"展开",allCollapsed:"全部收起",allExpand:"全部展开",selectAll:"全选",selectedDataCount:"已选择<span>{length}</span>条数据",natchOperation:"批量操作"},reportPanel:{unrealized:"暂未实现"},searchBar:{saveGroup:"保存分组",filter:"过滤",filterTree:{addItem:"添加项"},searchGroups:{groupValueRule:"分组名称不能为空",errorMessage:"分组名称不能重复!",noEditPrompt:"配置的分组不可编辑",savePrompt:"请先保存该分组",delTitle:"确认删除",confirmDelPrompt:"确认删除分组<span>{itemName}</span>吗?",unrecoverablePrompt:"分组删除后不可恢复",newGroup:"新建分组",groupManage:"分组管理",groupName:"分组名称",enterPrompt:"请输入分组名称",editGroup:"编辑分组",manageTips:"Tips:管理搜索栏的分组",name:"名称",show:"显示",operate:"操作",dialogCancel:"取 消",dialogDetermine:"确 定"},quickSearchSelect:{searchField:"切换搜索属性"}},toolbar:{exportExcel:{exportAll:"导出全部(最大导出1000行)",expCurrentPage:"导出当前页",expCurrentSelect:"导出当前选中",page:"页",export:"导出"}},tree:{noFoundInstance:"找不到el-tree实例对象",noSupported:"暂不支持dropType:{dropType}"},treeGridEx:{noFoundMessage:"找不到{id}的行数据对象"},captionBar:{total:"{total} 条数据 {invisibleNum} 条不可见"}},component:{indexSearch:{placeholder:"搜索内容"},dataImport:{startImport:"开始导入,详细进度和结果请看应用通知",importSuccess:"共计导入数据 {totalNum} 条,错误[{errorNum}],成功[{successNum}]",importData:"导入数据",clickToUpload:"单击此区域进行上传",importResults:"导入结果",downloadTemplate:"下载导入模版,并按要求填写:",templateFile:"数据导入模板文件",continue:"继续导入"},dataImport2:{atLastOne:"至少选择一个映射属性",uploadPlease:"请上传文件",fileName:"当前文件名:{fileName}",saveMode:"导入模式保存",reUpload:"重新上传文件",fileUpload:"文件上传",import:"导入",selectProperties:"请选择列导入属性!"},dataImport2Select:{selectMode:"选择导入模式",edit:"编辑"},dataImport2Table:{selectAttribute:"选择当前列对应的导入属性"},doingNotice:{jobInProgress:"有<span class={class}>{num}</span>个后台作业正在执行,请稍后"},extendActionTimeLine:{processTime:"处理时间",comments:"审批意见",reject:"驳回"},mapChart:{high:"高",low:"低"},pagination:{display:"显示",piece:"条",total:"共",pieceData:"条数据"},rawItem:{errorConfig:"{type} 类型自定义参数配置错误",noSupportVideo:"你的浏览器不支持video标签"},gridSetting:{hideControl:"列选择"},kanbanSetting:{hideGroup:"分组选择"},ganttSetting:{resultDefault:"恢复默认值",headerCaption:"表头显示属性",optionalAttribute:"可选择属性",selectedAttribute:"已选择属性",limitsize:"上限{max}个",reachedMaximum:"已达最大值"},actionToolbar:{more:"更多"},emojiSelect:{frequently:"常用",peoples:"情绪",nature:"自然",foods:"食物与饮料",activity:"活动",objects:"对象",places:"旅行与地方",symbols:"符号",flags:"旗帜"},formItemContainer:{more:"更多"},pqlEditor:{noExpression:"错误的表达式。连接符缺失表达式。",noConnection:"错误的表达式。表达式缺失连接符。",noKey:"错误的表达式。表达式缺失左值。",noOperator:"错误的表达式。表达式缺失操作符。",noValue:"错误的表达式。表达式缺失右值。",noDelimiter:"错误的表达式。表达式缺失分割符。",errorCombination:"错误的表达式。错误的括号组合。",errorDelimiter:"错误的表达式。错误的分割符。"},controlNavigation:{showNav:"显示导航",hiddenNav:"隐藏导航"}},editor:{common:{entityConfigErr:"请配置实体和实体数据集",selectViewConfigErr:"请配置数据选择视图",linkViewConfigErr:"请配置数据链接视图",confirmCancelPrompt:"确定要取消编辑吗?",cancelEditPrompt:"取消编辑将无法保存修改的内容,且不能找回。",confirmCancel:"确认取消",confirm:"确认",cancel:"取消",fullscreen:"全屏",minimize:"最小化",loadMore:"加载更多"},cascader:{ibizCascader:{title:"标题{index}"}},code:{readOnlyPrompt:"当前为只读模式,不可编辑",noEditorArea:"未找到编辑器内容区域",noSelStart:"未获取到当前选中区域的起始位置",noEditorRect:"未获取到编辑器DOM节点的位置信息",noSelCoords:"未计算出选中位置的滚动可视坐标",editorNotInit:"编辑器未初始化"},dateRange:{rangeSeparator:"至"},dateRangeSelect:{day:"天",week:"周",month:"月",quarter:"季度",year:"年",static:"固定时间",dynamic:"动态时间",dateUnit:"时间单位",daterange:"时间范围",today:"今天",recently:"最近",pastTime:"过去",future:"未来",currentWeek:"本周",currentMonth:"本月",currentYear:"本年",currentQuarter:"本季度",recentlySixMonth:"最近6个月"},html:{wangEditor:{customTips:"自定义提示",emoji:"表情"},enableedit:"编辑",expand:"放大",reduce:"缩小"},markdown:{uploadJsonFormatErr:"配置uploadparams没有按标准JSON格式",exportJsonFormatErr:"配置exportparams没有按标准JSON格式",edit:"编辑"},notSupportedEditor:{unsupportedType:"未支持的编辑器类型 - {type}"},preset:{ibizPresetRawitem:{noSupportType:"暂未支持{type}"}},textBox:{warningMessage:"ip格式验证未通过,第{num}段ip重置回旧值",openAiChat:"打开AI聊天"},upload:{uploadFiles:"上传文件",fileSizeErr:"文件大小不能超过",uploadJsonFormatErr:"配置uploadparams没有按标准JSON格式",exportJsonFormatErr:"配置exportparams没有按标准JSON格式",cropImg:"裁剪图片",cancelUpload:"取消上传"},emojiPicker:{addEmoji:"添加表情"},colorPicker:{systemColor:"系统配色",templateColor:"模板配色",simpleBlue:"简约蓝",autumnOrange:"秋日橙",Macaroon:"马卡龙",mintGreen:"薄荷绿",selector:"选择器",textValue:"文本值",add:"添加"},mapPicker:{title:"请选择地址",searchPlaceholder:"请输入关键字选择地点"},transferPicker:{optionalList:"可选列表",selectedList:"已选列表"},treePicker:{allowAll:"全部允许",allProhibited:"全部禁止",expandAll:"全部展开",collapseAll:"全部收起"},signature:{undo:"撤销",rewrite:"重写",confirm:"确认",addSignature:"点击此处添加签名",signaturePrompt:"请在空白区域内横向书写"}},panelComponent:{authUserinfo:{visitor:"游客"},authSsO:{noSupported:"暂不支持{type}登录",dingLogin:"钉钉登录",wechatLogin:"微信登录"},coopPos:{view:"{username} 正在浏览",edit:"{username} 正在编辑",update:"{username} 正在更新"},navPosIndex:{noSupportPrompt:"非路由模式导航占位暂未支持"},navTabs:{closeAll:"关闭所有",closeOther:"关闭其他"},navBreadcrumb:{home:"首页"},searchformButtons:{errMessage:"当前视图里没有找到叫searchform的搜索表单",enterPrompt:"请输入要存储的自定义查询名称:",queryPrompt:"存储自定义查询",saveCondition:"保存条件"},shortCut:{expandToolbar:"展开快捷工具栏"},userMessage:{notice:"通知",backendTasks:"后台作业",allRead:"全部已读",asyncActionPreview:{downloadFailedErr:"下载文件失败",noExistentErr:"文件流数据不存在",importDetailPrompt:"导入数据详情-{name}",parseImportInfoErr:"解析导入信息异常",downloadErrFile:"下载错误文件",importTime:"导入时间: ",importTotal:"导入总条数: ",successImport:"成功导入数: ",ImportFailed:"导入失败数: "},asyncActionResult:{noMessage:"无处理内容",taskName:"任务名称:",taskState:"任务状态:",finished:"已完成",processing:"执行中",beginTime:"开始执行时间:",endTime:"结束执行时间:",exeResult:"执行结果:"},asyncDataExport:{exportDetailPrompt:"导出数据详情-{name}",excuteTime:"执行时间",downloadFile:"下载文件",executing:"执行中......"},asyncActionTab:{noSupportType:"异步操作类型{type}暂未支持",noAsyncAction:"暂无异步操作"},internalMessageContainer:{markAsRead:"标记为已读"},internalMessageJson:{jumpToView:"跳转到视图",missingHtml:"数据的content里缺少html",todoContent:"{createmanname}于{processdate}完成"},internalMessageTab:{noSupportType:"站内消息类型{type}暂未支持",notificationYet:"暂无通知",loadMore:"加载更多({length})",onlyShowUnread:"只显示未读"}},customSetting:{theme:"自定义主题",menu:"自定义菜单"},addinChanged:{tip:"点击刷新",title:"系统插件更新",content:"系统插件已更新,刷新页面以应用最新变更"},globalSearch:{search:"搜索",loading:"加载中...",empty:"没有匹配的结果",clearHistory:"清空搜索历史",placeholder:"模型检索(Ctrl+K)",moreTips:"仅加载前{size}条数据,共{total}条数据"}},util:{uploadManager:{failed:"文件上传失败",title:"进程管理器"},appUtil:{aiTitle:"删除对话",aiDesc:"删除后,该对话将不可恢复。确认删除吗?",clearTopic:"清空会话",clearTopicDesc:"确认清空除当前激活项外的所有会话数据?"},appModal:{prev:"上一个记录",next:"下一个记录"},inlineAiUtil:{regenerate:"重新生成",insertText:"插入文本",replaceText:"替换文本",copyText:"复制文本",info:"内容由 AI 生成,请仔细甄别。",stopEdit:"终止编辑",warningTitle:"确认中止",warningDesc:"确认中止创作吗?"}},...o,...r,...a,...t})}}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
System.register(["@ibiz-template/runtime","@ibiz-template/vue3-util","@ibiz-template/model-helper","@ibiz-template/core"],function(e){"use strict";var o,r,t,a;return{setters:[function(e){o=e.en},function(e){r=e.en},function(e){t=e.en},function(e){a=e.en}],execute:function(){e("default",{app:{logout:"Logout",error:"Error",success:"Success",confirm:"Confirm",cancel:"Cancel",return:"Return",noData:"No data available",refresh:"Refresh",noSupport:"Not supported currently",add:"Add",delete:"Delete",save:"Save",edit:"Edit",complete:"Complete",more:"More",close:"Close",newlyBuild:"Newly build",reset:"Reset",search:"Search",advanceSearch:"Advance Search",rememberMe:"Remember me",retract:"Retract",pleaseEnterAccount:"Please enter account number",pleaseEnterPassword:"Please enter password",aiError:"System encountered an exception, please try again later",fullscreen:"Fullscreen",cancelFullscreen:"Cancel fullscreen"},view:{common:{backHomepage:"Back to home page",continueBrowsing:"Continue browsing"},noPermissionView:{noPermissionPrompt:"Sorry, you do not have permission to access this page",noPermission:"You do not have permission to access this page. Please"},noResourcesView:{noResourcePrompt:"Sorry, the resource you are accessing does not exist",resourceNoExist:"The resource you are looking for does not exist. Please"},errorView:{noExistPrompt:"Error view does not exist {code}"},loginView:{passwordLength:"The password length cannot be less than 6 digits",login:"Login",thirdAuthFail:"Third party login authorization failed"},subAppRefView:{jump:"Redirect"},shareView:{inviting:"Inviting you to join the theme app!",use:"Use",cancel:"Cancel"}},viewEngine:{closeRemind:"Close reminder",confirmClosePrompt:"The form data has been modified, are you sure you want to close it?",noExistVersionErr:"The current workflow version does not exist",browseMsg:"Browsed",editMsg:"Edited",updateMsg:"Updated",someone:"Someone",refreshPrompt:"Do you want to refresh",refreshPagePrompt:"The data has been modified. Do you want to refresh the page?",refreshRemind:"Refresh reminder",confirmRefreshPrompt:"The form data has been modified. Are you sure you want to refresh it?",missingErr:"context missing srfnavctrlid",subclassAchieve:"Subclass implementation",missingConfigErr:"Missing configuration for a list component called simplelist",noFoundLayoutOccupied:"No tabexppanel layout placeholders found",noFoundLayoutContainer:"No {name} layout container found",noFoundFormModel:"Unable to find the model for form {name}",missingToolbarModel:"Missing toolbar component model",noCollapseTag:"The fold identifier is not configured",noExpandTag:"The expansion identifier is not configured"},webApp:{authGuard:{loginFailed:"Anonymous user login failed",noPermission:"No permission to access!"},unauthorizedHandler:{noFoundEnvParams:"Unable to find environment parameter casLoginUrl",forbiddenAccess:"Access to the current account is prohibited",logoutAccount:"Do you want to log out of your current account?"}},control:{common:{determine:"Determine",retreat:"Retreat",forward:"Forward",noSupportItem:"{name} is currently not supported",noFoundNode:"Node with _uuid {id} not found",itemsSelected:"{length} items selected",citeErrMessage:"Unable to find table component reference",noDomErrMessage:"Unable to find corresponding table row dom element",noPopErrMessage:"Unable to obtain an instance of the pop component",currentNoData:"Current no data",updateSuccess:"Update success",newSuccCreated:"New successfully created",deleteSuccess:"Delete successful",customTheme:{themeColor:"Theme color",light:"Bright color",dark:"Dark",blue:"Blue",user1:"USER1",user2:"USER2",user3:"USER3",saveAndShare:"Apply to global",resetAndShare:"Reset to global",resetConfirmation:"Reset confirmation",resetConfirmationDesc:"Please confirm if it is necessary to reset the currently selected theme and load global default data?",resetConfirmationGlobalDesc:"Please confirm if it is necessary to reset the global default data?",closeModelEdit:"Close json model editing",modelEdit:"Json model editing",adminOperation:"Administrator operation",confirmCopyLink:"Confirm copy link",preview:"Preview",save:"Apply",reset:"Reset",share:"Share",app:"Apply",font:"typeface",fontSize:"Font size",fontSizeDesc:"Applied font size",fontWeight:"Font weight",fontWeightDesc:"Apply the default word weight",other:"Other",borderRadius:"Fillet corner",borderRadiusDesc:"Buttons, modes and other containers rounded corners",widthIcon:"Icon size",widthIconDesc:"Icon size, control the size of all ICONS",spacing:"Spacing",spacingDesc:"Apply the spacing size, which is the space between elements",primaryColor:"Primary color",primaryColorDesc:"Main colors, only used in situations that require strong emphasis",primaryTextColor:"Main text color",primaryTextColorDesc:"Main color text color, contrasting with background color",primaryHoverColor:"Main floating colors",primaryHoverColorDesc:"Main colors in suspended state",primaryHoverTextColor:"Main floating text colors",primaryHoverTextColorDesc:"The main color is the floating text color, which contrasts with the background color",primaryActiveColor:"Main activation colors",primaryActiveColorDesc:"Main color activation state",primaryActiveTextColor:"Main activation text color",primaryActiveTextColorDesc:"The main color is the activated text color, which contrasts with the background color",primaryDisabledColor:"Mainly disable colors",primaryDisabledColorDesc:"Main color disabled state",primaryDisabledTextColor:"Mainly disable text color",primaryDisabledTextColorDesc:"The main color is the disabled text color, which contrasts with the background color",primaryLightDefaultColor:"Main light colors",primaryLightDefaultColorDesc:"The main color of the light version (mostly used for background). Only used in situations that require strong emphasis",primaryLightHoverColor:"Main light floating colors",primaryLightHoverColorDesc:"Light version with main colors suspended",primaryLightActiveColor:"Main light activation colors",primaryLightActiveColorDesc:"Light version main color activation state",text:"Text color",mainTextColor:"Text main color",mianTextColorDesc:"Text colors - most important",minorTextColor:"Text slightly less colored",minorTextColorDesc:"Text color - slightly Minor",secondaryTextColor:"Text secondary color",secondaryTextColorDesc:"Text color - secondary",lastTextColor:"Text minimum color",lastTextColorDesc:"Text color - least significant",linkColor:"Link color",textLinkColor:"Text link color",textLinkColorDesc:"Link color - Most important",textLinkHoverColor:"Text link floating color",textLinkHoverColorDesc:"Link color - Suspended",textLinkActiveColor:"Text link activation color",textLinkActiveColorDesc:"Link color - Active",textLinkVisitedColor:"Text link visited color",textLinkVisitedColorDesc:"Link color - Visited",bgColor:"Background",bgColorLowestLayer:"Bottom layer of background color",bgColorLowestLayerDesc:"Background Color - Bottom Layer (Bottom Page)",bgColorLowerLayer:"Lower layer of background color",bgColorLowerLayerDesc:"Background color - lower level (content that needs to be improved on the page)",bgColorCenterLayer:"Middle layer of background color",bgColorCenterLayerDesc:"Background Color - Middle Layer (Modal and other containers)",bgColorSecondaryUpperLayer:"Background color secondary upper layer",bgColorSecondaryUpperLayerDesc:"Background Color - Secondary Layer (Notification, Toast, etc.)",bgColorTopLayer:"Top layer of background color",bgColorTopLayerDesc:"Background Color - Top (Special)",fillColor:"Fill",fillDefault:"Default fill color",fillDefaultDesc:"Fill color - Default state",fillHover:"Suspended fill color",fillHoverDesc:"Fill color - Suspended",fillActive:"Activate fill color",fillActiveDesc:"Fill color - Active state",border:"Border",borderColor:"Border color",borderColorDesc:"Default stroke color",disabledState:"Disabled state",disabledText:"Disable text color",disabledTextDesc:"Disabled state - Text",disabledTextBorder:"Disable stroke colors",disabledTextBorderDesc:"Disabled state - stroke edge",disabledBg:"Disable background color",disabledBgDesc:"Disabled state - Background",disabledFill:"Disable fill color",disabledFillDesc:"Disabled state - Fill",sidebar:"Side navigation bar",top:"Top navigation bar",mainColor:"Main font color",mainColorDesc:"Main color of navigation bar font",secondaryColor:"Font secondary color",secondaryColorDesc:"Navigation bar font secondary color",mainBgColor:"Background main color",mainBgColorDesc:"Main color of navigation bar background ",secondaryBgColor:"Background secondary color",secondaryBgColorDesc:"Navigation bar background secondary color",iconMainColor:"Icon main color",iconMainColorDesc:"Main color of navigation bar ICONS",iconSecondaryColor:"Icon secondary color",iconSecondaryColorDesc:"Navigation bar icon secondary color ",appMenuColor:"Menu colors",appMenuColorDesc:"Navigation bar Application Menu Font color",appMenuHoverColor:"Menu Suspension color",appMenuHoverColorDesc:"Navigation bar Application Menu Font Suspension color",appMenuHoverBgColor:"Menu suspended background color",appMenuHoverBgColorDesc:"Navigation bar apply menu suspension background color",appMenuActiveColor:"Menu color selection",appMenuActiveColorDesc:"Navigation bar application menu Select Font color ",appMenuActiveBgColor:"Menu select Background color",appMenuActiveBgColorDesc:"navigation application menu to select the background color",ctrl:"control",grid:"Table",gridHeaderBg:"Table header Background color",gridHeaderBgDesc:"Table header background color, different from table row background",gridHeaderColor:"Table header Font color",gridHeaderColorDesc:"Table header font color, including table header, table sort button",gridRowBg:"Table row background color Bright",gridRowBgDesc:"Table row background color Bright color, that is, the bright color of the table zebra print",gridRowBg2:"Table row background Dark color",gridRowBg2Desc:"Table row background Dark color, that is, the dark color of the table zebra print",gridRowColor:"Table row font color",gridRowColorDesc:"Table row all font colors",gridRowHover:"Table row hover color",gridRowHoverDesc:"Table row suspension color, background color when a row is hover",gridRowSelect:"Select color for table row",gridRowSelectDesc:"Table row selected color, background color when a row is selected",tree:"Tree",treeTextColor:"Tree view text color",treeTextColorDesc:"Tree view text color, tree node base text color",treeBgColor:"Tree view background color",treeBgColorDesc:"Background color of the tree view, the overall background color of the tree view component",treeDisabledColor:"Tree view disable color",treeDisabledColorDesc:"Disable color in the tree view and text color in the tree node",treeHoverColor:"Tree view hover color",treeHoverColorDesc:"Tree view hover color, tree node hover text color",treeHoverBgColor:"Tree view suspension background color",treeHoverBgColorDesc:"Tree view suspension background color, tree node suspension background color",treeSelectColor:"Tree view Selected color",treeSelectColorDesc:"In the tree view, select a color, and select a natural color for tree nodes",treeSelectBgColor:"Tree View Select the background color",treeSelectBgColorDesc:"Select the background color for the tree view and the background color for the tree node"},loadMore:"Load more",expandData:"expand Data",collapseData:"collapse Data"},menu:{noSupportAlign:"The menu direction {align} is not supported temporarily",noFoundModel:"no find the menu item model {menuKey}",noFoundFunction:"The adapter for {menuKey} does not have a renderText method",menuSetting:"Menu setting"},menuDesign:{customMenu:"Custom menu",reset:"Reset",save:"Save",visible:"Visible",noMenuItemModel:"No menu item model found {menu}",noFoundFunction:"The adapter for {menu} does not have a renderText method"},calendar:{lastYear:"Last year",lastMonth:"Last month",today:"Today",nextMonth:"Next month",nextYear:"Next year",calendardaily:{title:"Working Calendar",weeks:{sunday:"Sunday",monday:"Monday",tuesday:"Tuesday",wednesday:"Wednesday",thursday:"Thursday",friday:"Friday",saturday:"Saturday"},tip:"All Day",today:"Today",tomorrow:"To Morrow",nextweek:"Next Week",selectdate:"Select Date"},calendarmonth:{lastmonth:"Last Month",nextmonth:"Next Month",today:"Today",year:"Year",month:"Month",weeks:{sunday:"Sun",monday:"Mon",tuesday:"Tue",wednesday:"Wed",thursday:"Thu",friday:"Fri",saturday:"Sat"}},calendarweek:{weeks:{sunday:"Sun",monday:"Mon",tuesday:"Tue",wednesday:"Wed",thursday:"Thu",friday:"Fri",saturday:"Sat"}},calendarUser:{weeks:{monday:"Mon",tuesday:"Tue",wednesday:"Wed",thursday:"Thu",friday:"Fri",saturday:"Sat",sunday:"Sun"},selectWeekRange:"Select week range",weekFormat:"ww [Week] of YYYY"}},chart:{chartPlaceholder:"Chart",drillDetail:"drillDetail"},dashboard:{customDashboardContainer:{portalCustomPrompt:"Portal customization",newFilter:"New filter porlet"},dashboardDesign:{global:"Global level",add:"Add",customPortal:"Customize portal",colNum:"Column number",cellHeight:"Cell height",restoreDefault:"Restore default",save:"Save",unGroup:"Ungroup"},filterPortletDesign:{ctrlTitleError:"Control name cannot be empty",ctrlTitle:"Control name",ctrlPlaceholder:"Please enter a control name",checkTitle:"This parameter is valid for all reports in the data set",baseSet:"Basic setup",filterTitle:"Filter porlet",selectAll:"Select all"}},form:{noSupportDetailType:"Form detail type not supported: {detailType} or corresponding provider cannot be found",formDruipart:{saveFirst:"Please save the master data first",defaultText:"FormDruipart"},formGroupPanel:{showMore:"Show More"},formMDctrlForm:{noFindProvider:"Provider not found for form"},formMDctrlRepeater:{noSupportStyle:"Repeater style {repeaterStyle} is currently not supported"},repeaterGrid:{promptInformation:"Do you want to delete the selected item",absentOrLoad:"Not present or loading"},repeaterSingleForm:{errorMessage:"No repeatedForm"},mdCtrlContainer:{promptInformation:"Do you want to delete the selected item",noSlot:"Item slot not provided"},formMDctrl:{errorMessage:"The content type is currently not supported as {contentType}",defaultText:"FormMDCtrl"},formGroup:{fold:"Fold",unfold:"Unfold"},formRawItem:{dividerText:"Dividing line",infoText:"Info tips",warningText:"Warning tips",errorText:"Error tips",defaultText:"Direct content"},formTabPnel:{all:"All"}},gantt:{complete:"Completed amount",total:"Total",deadline:"Deadline",hideControl:"Column selection"},kanban:{lane:"Lane",collapsed:"Collapsed",expand:"Expand",allCollapsed:"All collapsed",allExpand:"All expand",selectAll:"Select all",selectedDataCount:"Selected <span>{length}</span> pieces of data",natchOperation:"Batch operation"},reportPanel:{unrealized:"Unrealized"},searchBar:{saveGroup:"Save group",filter:"Filter",filterTree:{addItem:"Add item"},searchGroups:{groupValueRule:"Group name cannot be empty",errorMessage:"Group name cannot be duplicate!",noEditPrompt:"The configured grouping is not editable",savePrompt:"Please save the group first",delTitle:"Confirm delete",confirmDelPrompt:"Are you sure to delete group <span>{itemName}</span?",unrecoverablePrompt:"Cannot recover after group deletion",newGroup:"New group",groupManage:"Group manage",groupName:"Group Name",enterPrompt:"Please enter the group name",editGroup:"Edit grouping",manageTips:"Tips:Manage grouping of search bars",name:"Name",show:"Show",operate:"Operate",dialogCancel:"Cancel",dialogDetermine:"Determine"},quickSearchSelect:{searchField:"Switch search field"}},toolbar:{exportExcel:{exportAll:"Export all(Export up to 1000 rows)",expCurrentPage:"Export current page",expCurrentSelect:"Export the current selection",page:"Page",export:"Export"}},tree:{noFoundInstance:"Unable to find el tree instance object",noSupported:"Not currently supported dropType:{dropType}"},treeGridEx:{noFoundMessage:"Unable to find row data object for {id}"},captionBar:{total:"{total} bar data {invisibleNum} bar is not visible"}},component:{indexSearch:{placeholder:"Search Content"},dataImport:{startImport:"Start importing. Please refer to the application notification for detailed progress and results",importSuccess:"A total of {totalNum} pieces of imported data, error [{errorNum}], successful [{successNum}]",importData:"Import Data",clickToUpload:"Click on this area to upload",importResults:"Import Results",downloadTemplate:"Download the import template and fill in as required:",templateFile:"Data import template file",continue:"Continue importing"},dataImport2:{atLastOne:"Select at least one mapping attribute",uploadPlease:"Please upload the file",fileName:"Current file name: {fileName}",saveMode:"Import Mode Save",reUpload:"Re upload files",fileUpload:"File upload",import:"Import",selectProperties:"Please select column import properties!"},dataImport2Select:{selectMode:"Select import mode",edit:"Edit"},dataImport2Table:{selectAttribute:"Select the import attribute corresponding to the current column"},doingNotice:{jobInProgress:"There are <span class={class}>{num}</span> backend jobs currently executing, please wait"},extendActionTimeLine:{processTime:"Processing time",comments:"Approval opinions",reject:"Reject"},mapChart:{high:"High",low:"Low"},pagination:{display:"Display",piece:"Piece",total:"Total",pieceData:"Piece of data"},rawItem:{errorConfig:"{type} type custom parameter configuration error",noSupportVideo:"Your browser does not support video tags"},gridSetting:{hideControl:"Column selection"},kanbanSetting:{hideGroup:"Group selection"},ganttSetting:{resultDefault:"Restore defaults",headerCaption:"Header display attributes",optionalAttribute:"Optional attributes",selectedAttribute:"Selected attributes",limitsize:"Maximum limit {max}",reachedMaximum:"Reached maximum value"},actionToolbar:{more:"More"},emojiSelect:{frequently:"Frequently",peoples:"Peoples",nature:"Nature",foods:"Foods",activity:"Activity",objects:"Objects",places:"Places",symbols:"Symbols",flags:"Flags"},formItemContainer:{more:"More"},pqlEditor:{noExpression:"Wrong expressions. Missing expressions for connectors.",noConnection:"Wrong expressions. The expression is missing a connector.",noKey:"Wrong expressions. The expression is missing a key.",noOperator:"Wrong expressions. The expression is missing an operator.",noValue:"Wrong expressions. The expression is missing a value.",noDelimiter:"Wrong expressions. The expression is missing a delimiter.",errorCombination:"Wrong expressions. Wrong combination of parentheses.",errorDelimiter:"Wrong expressions. Wrong splitter."},controlNavigation:{showNav:"Display navigation",hiddenNav:"Hidden navigation"}},editor:{common:{entityConfigErr:"Please configure entities and entity datasets",selectViewConfigErr:"Please configure the data selection view",linkViewConfigErr:"Please configure the data link view",confirmCancelPrompt:"Are you sure you want to cancel editing?",cancelEditPrompt:"Canceling editing will prevent the modified content from being saved and cannot be retrieved.",confirmCancel:"Confirm cancel",confirm:"Confirm",cancel:"Cancel",fullscreen:"Fullscreen",minimize:"Minimize",loadMore:"Load more"},cascader:{ibizCascader:{title:"Title {index}"}},code:{readOnlyPrompt:"Currently in read-only mode, not editable"},dateRange:{rangeSeparator:"To"},dateRangeSelect:{day:"Day",week:"Week",month:"Month",quarter:"Quarter",year:"Year",static:"Fixed time",dynamic:"Dynamic time",dateunit:"Time Unit",daterange:"Time range",today:"Today",recently:"Recently",pastTime:"In the past",future:"The future",currentWeek:"This week",currentMonth:"This month",currentYear:"This year",currentQuarter:"This quarter",recentlySixMonth:"Last 6 months"},html:{wangEditor:{customTips:"Custom tip",emoji:"Emoji"},enableedit:"Enable edit",expand:"Expand",reduce:"Reduce"},markdown:{uploadJsonFormatErr:"The configuration of uploadparams did not follow the standard JSON format",exportJsonFormatErr:"The configuration of exportparams did not follow the standard JSON format"},notSupportedEditor:{unsupportedType:"Unsupported editor types - {editorType}"},preset:{ibizPresetRawitem:{noSupportType:"Not supported currently {type}"}},textBox:{warningMessage:"Ip format verification failed, paragraph {num} ip reset to old value",openAiChat:"Open the AI chat"},upload:{uploadFiles:"Upload files",fileSizeErr:"The file size cannot exceed",uploadJsonFormatErr:"The configuration of uploadparams did not follow the standard JSON format",exportJsonFormatErr:"The configuration of exportparams did not follow the standard JSON format",cropImg:"Crop image",cancelUpload:"Cancel Upload"},emojiPicker:{addEmoji:"Add emoji"},colorPicker:{systemColor:"System Color",templateColor:"Template Color",simpleBlue:"Simple Blue",autumnOrange:"Autumn Orange",Macaroon:"Macaroon",mintGreen:"Mint Green",selector:"Selector",textValue:"Text",add:"Add"},mapPicker:{title:"Please select an address",searchPlaceholder:"Please enter a keyword to select a location"},transferPicker:{optionalList:"Optional list",selectedList:"Selected list"},treePicker:{allowAll:"Allow all",allProhibited:"All prohibited",expandAll:"Expand all",collapseAll:"Collapse all"},signature:{undo:"Undo",rewrite:"Rewrite",confirm:"Confirm",addSignature:"Click here to add signature",signaturePrompt:"Please write horizontally in the blank area"}},panelComponent:{authUserinfo:{visitor:"Visitor"},authSsO:{noSupported:"Login with {type} is not supported",dingLogin:"DingTalk Login in",wechatLogin:"Wechat Login in"},coopPos:{view:"{username} is browsing",edit:"{username} is editing",update:"{username} is being updated"},navPosIndex:{noSupportPrompt:"Non-routing mode navigation placeholder is not supported"},navTabs:{closeAll:"Close all",closeOther:"Close other"},navBreadcrumb:{home:"Home"},searchformButtons:{errMessage:"No search form called searchform found in the current view",enterPrompt:"Please enter the custom query name to store:",queryPrompt:"Store custom queries",saveCondition:"Save condition"},shortCut:{expandToolbar:"Expand the shortcut toolbar"},userMessage:{notice:"Notice",backendTasks:"Backend tasks",allRead:"All read",asyncActionPreview:{downloadFailedErr:"Download file failed",noExistentErr:"The file stream data does not exist",importDetailPrompt:"Import data details-{name}",parseImportInfoErr:"Abnormal parsing of import information",downloadErrFile:"Download error file",importTime:"Import time: ",importTotal:"Total number of imports: ",successImport:"Number of successful imports: ",ImportFailed:"Number of import failures: "},asyncActionResult:{noMessage:"No content",taskName:"Task Name:",taskState:"Task Status:",finished:"Completed",processing:"Processing",beginTime:"Start Execution Time:",endTime:"End Execution Time:",exeResult:"Execution Result:"},asyncDataExport:{exportDetailPrompt:"Export data details-{name}",excuteTime:"Execution time",downloadFile:"DownLoad File",executing:"Executing......"},asyncActionTab:{noSupportType:"Asynchronous operation type {type} is not supported currently",noAsyncAction:"There are currently no asynchronous operations available"},internalMessageContainer:{markAsRead:"Mark as read"},internalMessageJson:{jumpToView:"Jump to view",missingHtml:"Missing HTML in the content of the data",todoContent:"{createmanname} on {processdate} complete"},internalMessageTab:{noSupportType:"The message type {type} on the site is not currently supported",notificationYet:"Current no notification",loadMore:"Load more({length})",onlyShowUnread:"Only show unread"}},customSetting:{theme:"Custom Theme",menu:"Custom Menu"},addinChanged:{tip:"Click to refresh",title:"System plugin update",content:"The system plugin has been updated, refresh the page to apply the latest changes"},globalSearch:{search:"Search",loading:"Loading...",empty:"No matching results",clearHistory:"Clear search history",placeholder:"Model Retrieval (Ctrl+K)",moreTips:"Only load the first {size} data, a total of {total} data"}},util:{uploadManager:{failed:"File upload failure",title:"Process manager"},appUtil:{aiTitle:"delete conversation",aiDesc:"After deletion, the conversation will not be recoverable. Are you sure to delete?",clearTopic:"Clear conversation",clearTopicDesc:"Are you sure to clear all conversation data except for the current activation item?"},appModal:{prev:"Previous record",next:"Next record"}},...o,...r,...a,...t})}}});
|
|
1
|
+
System.register(["@ibiz-template/runtime","@ibiz-template/vue3-util","@ibiz-template/model-helper","@ibiz-template/core"],function(e){"use strict";var o,r,t,a;return{setters:[function(e){o=e.en},function(e){r=e.en},function(e){t=e.en},function(e){a=e.en}],execute:function(){e("default",{app:{logout:"Logout",error:"Error",success:"Success",confirm:"Confirm",cancel:"Cancel",return:"Return",noData:"No data available",refresh:"Refresh",noSupport:"Not supported currently",add:"Add",delete:"Delete",save:"Save",edit:"Edit",complete:"Complete",more:"More",close:"Close",newlyBuild:"Newly build",reset:"Reset",search:"Search",advanceSearch:"Advance Search",rememberMe:"Remember me",retract:"Retract",pleaseEnterAccount:"Please enter account number",pleaseEnterPassword:"Please enter password",aiError:"System encountered an exception, please try again later",fullscreen:"Fullscreen",cancelFullscreen:"Cancel fullscreen"},view:{common:{backHomepage:"Back to home page",continueBrowsing:"Continue browsing"},noPermissionView:{noPermissionPrompt:"Sorry, you do not have permission to access this page",noPermission:"You do not have permission to access this page. Please"},noResourcesView:{noResourcePrompt:"Sorry, the resource you are accessing does not exist",resourceNoExist:"The resource you are looking for does not exist. Please"},errorView:{noExistPrompt:"Error view does not exist {code}"},loginView:{passwordLength:"The password length cannot be less than 6 digits",login:"Login",thirdAuthFail:"Third party login authorization failed"},subAppRefView:{jump:"Redirect"},shareView:{inviting:"Inviting you to join the theme app!",use:"Use",cancel:"Cancel"}},viewEngine:{closeRemind:"Close reminder",confirmClosePrompt:"The form data has been modified, are you sure you want to close it?",noExistVersionErr:"The current workflow version does not exist",browseMsg:"Browsed",editMsg:"Edited",updateMsg:"Updated",someone:"Someone",refreshPrompt:"Do you want to refresh",refreshPagePrompt:"The data has been modified. Do you want to refresh the page?",refreshRemind:"Refresh reminder",confirmRefreshPrompt:"The form data has been modified. Are you sure you want to refresh it?",missingErr:"context missing srfnavctrlid",subclassAchieve:"Subclass implementation",missingConfigErr:"Missing configuration for a list component called simplelist",noFoundLayoutOccupied:"No tabexppanel layout placeholders found",noFoundLayoutContainer:"No {name} layout container found",noFoundFormModel:"Unable to find the model for form {name}",missingToolbarModel:"Missing toolbar component model",noCollapseTag:"The fold identifier is not configured",noExpandTag:"The expansion identifier is not configured"},webApp:{authGuard:{loginFailed:"Anonymous user login failed",noPermission:"No permission to access!"},unauthorizedHandler:{noFoundEnvParams:"Unable to find environment parameter casLoginUrl",forbiddenAccess:"Access to the current account is prohibited",logoutAccount:"Do you want to log out of your current account?"}},control:{common:{determine:"Determine",retreat:"Retreat",forward:"Forward",noSupportItem:"{name} is currently not supported",noFoundNode:"Node with _uuid {id} not found",itemsSelected:"{length} items selected",citeErrMessage:"Unable to find table component reference",noDomErrMessage:"Unable to find corresponding table row dom element",noPopErrMessage:"Unable to obtain an instance of the pop component",currentNoData:"Current no data",updateSuccess:"Update success",newSuccCreated:"New successfully created",deleteSuccess:"Delete successful",customTheme:{themeColor:"Theme color",light:"Bright color",dark:"Dark",blue:"Blue",user1:"USER1",user2:"USER2",user3:"USER3",saveAndShare:"Apply to global",resetAndShare:"Reset to global",resetConfirmation:"Reset confirmation",resetConfirmationDesc:"Please confirm if it is necessary to reset the currently selected theme and load global default data?",resetConfirmationGlobalDesc:"Please confirm if it is necessary to reset the global default data?",closeModelEdit:"Close json model editing",modelEdit:"Json model editing",adminOperation:"Administrator operation",confirmCopyLink:"Confirm copy link",preview:"Preview",save:"Apply",reset:"Reset",share:"Share",app:"Apply",font:"typeface",fontSize:"Font size",fontSizeDesc:"Applied font size",fontWeight:"Font weight",fontWeightDesc:"Apply the default word weight",other:"Other",borderRadius:"Fillet corner",borderRadiusDesc:"Buttons, modes and other containers rounded corners",widthIcon:"Icon size",widthIconDesc:"Icon size, control the size of all ICONS",spacing:"Spacing",spacingDesc:"Apply the spacing size, which is the space between elements",primaryColor:"Primary color",primaryColorDesc:"Main colors, only used in situations that require strong emphasis",primaryTextColor:"Main text color",primaryTextColorDesc:"Main color text color, contrasting with background color",primaryHoverColor:"Main floating colors",primaryHoverColorDesc:"Main colors in suspended state",primaryHoverTextColor:"Main floating text colors",primaryHoverTextColorDesc:"The main color is the floating text color, which contrasts with the background color",primaryActiveColor:"Main activation colors",primaryActiveColorDesc:"Main color activation state",primaryActiveTextColor:"Main activation text color",primaryActiveTextColorDesc:"The main color is the activated text color, which contrasts with the background color",primaryDisabledColor:"Mainly disable colors",primaryDisabledColorDesc:"Main color disabled state",primaryDisabledTextColor:"Mainly disable text color",primaryDisabledTextColorDesc:"The main color is the disabled text color, which contrasts with the background color",primaryLightDefaultColor:"Main light colors",primaryLightDefaultColorDesc:"The main color of the light version (mostly used for background). Only used in situations that require strong emphasis",primaryLightHoverColor:"Main light floating colors",primaryLightHoverColorDesc:"Light version with main colors suspended",primaryLightActiveColor:"Main light activation colors",primaryLightActiveColorDesc:"Light version main color activation state",text:"Text color",mainTextColor:"Text main color",mianTextColorDesc:"Text colors - most important",minorTextColor:"Text slightly less colored",minorTextColorDesc:"Text color - slightly Minor",secondaryTextColor:"Text secondary color",secondaryTextColorDesc:"Text color - secondary",lastTextColor:"Text minimum color",lastTextColorDesc:"Text color - least significant",linkColor:"Link color",textLinkColor:"Text link color",textLinkColorDesc:"Link color - Most important",textLinkHoverColor:"Text link floating color",textLinkHoverColorDesc:"Link color - Suspended",textLinkActiveColor:"Text link activation color",textLinkActiveColorDesc:"Link color - Active",textLinkVisitedColor:"Text link visited color",textLinkVisitedColorDesc:"Link color - Visited",bgColor:"Background",bgColorLowestLayer:"Bottom layer of background color",bgColorLowestLayerDesc:"Background Color - Bottom Layer (Bottom Page)",bgColorLowerLayer:"Lower layer of background color",bgColorLowerLayerDesc:"Background color - lower level (content that needs to be improved on the page)",bgColorCenterLayer:"Middle layer of background color",bgColorCenterLayerDesc:"Background Color - Middle Layer (Modal and other containers)",bgColorSecondaryUpperLayer:"Background color secondary upper layer",bgColorSecondaryUpperLayerDesc:"Background Color - Secondary Layer (Notification, Toast, etc.)",bgColorTopLayer:"Top layer of background color",bgColorTopLayerDesc:"Background Color - Top (Special)",fillColor:"Fill",fillDefault:"Default fill color",fillDefaultDesc:"Fill color - Default state",fillHover:"Suspended fill color",fillHoverDesc:"Fill color - Suspended",fillActive:"Activate fill color",fillActiveDesc:"Fill color - Active state",border:"Border",borderColor:"Border color",borderColorDesc:"Default stroke color",disabledState:"Disabled state",disabledText:"Disable text color",disabledTextDesc:"Disabled state - Text",disabledTextBorder:"Disable stroke colors",disabledTextBorderDesc:"Disabled state - stroke edge",disabledBg:"Disable background color",disabledBgDesc:"Disabled state - Background",disabledFill:"Disable fill color",disabledFillDesc:"Disabled state - Fill",sidebar:"Side navigation bar",top:"Top navigation bar",mainColor:"Main font color",mainColorDesc:"Main color of navigation bar font",secondaryColor:"Font secondary color",secondaryColorDesc:"Navigation bar font secondary color",mainBgColor:"Background main color",mainBgColorDesc:"Main color of navigation bar background ",secondaryBgColor:"Background secondary color",secondaryBgColorDesc:"Navigation bar background secondary color",iconMainColor:"Icon main color",iconMainColorDesc:"Main color of navigation bar ICONS",iconSecondaryColor:"Icon secondary color",iconSecondaryColorDesc:"Navigation bar icon secondary color ",appMenuColor:"Menu colors",appMenuColorDesc:"Navigation bar Application Menu Font color",appMenuHoverColor:"Menu Suspension color",appMenuHoverColorDesc:"Navigation bar Application Menu Font Suspension color",appMenuHoverBgColor:"Menu suspended background color",appMenuHoverBgColorDesc:"Navigation bar apply menu suspension background color",appMenuActiveColor:"Menu color selection",appMenuActiveColorDesc:"Navigation bar application menu Select Font color ",appMenuActiveBgColor:"Menu select Background color",appMenuActiveBgColorDesc:"navigation application menu to select the background color",ctrl:"control",grid:"Table",gridHeaderBg:"Table header Background color",gridHeaderBgDesc:"Table header background color, different from table row background",gridHeaderColor:"Table header Font color",gridHeaderColorDesc:"Table header font color, including table header, table sort button",gridRowBg:"Table row background color Bright",gridRowBgDesc:"Table row background color Bright color, that is, the bright color of the table zebra print",gridRowBg2:"Table row background Dark color",gridRowBg2Desc:"Table row background Dark color, that is, the dark color of the table zebra print",gridRowColor:"Table row font color",gridRowColorDesc:"Table row all font colors",gridRowHover:"Table row hover color",gridRowHoverDesc:"Table row suspension color, background color when a row is hover",gridRowSelect:"Select color for table row",gridRowSelectDesc:"Table row selected color, background color when a row is selected",tree:"Tree",treeTextColor:"Tree view text color",treeTextColorDesc:"Tree view text color, tree node base text color",treeBgColor:"Tree view background color",treeBgColorDesc:"Background color of the tree view, the overall background color of the tree view component",treeDisabledColor:"Tree view disable color",treeDisabledColorDesc:"Disable color in the tree view and text color in the tree node",treeHoverColor:"Tree view hover color",treeHoverColorDesc:"Tree view hover color, tree node hover text color",treeHoverBgColor:"Tree view suspension background color",treeHoverBgColorDesc:"Tree view suspension background color, tree node suspension background color",treeSelectColor:"Tree view Selected color",treeSelectColorDesc:"In the tree view, select a color, and select a natural color for tree nodes",treeSelectBgColor:"Tree View Select the background color",treeSelectBgColorDesc:"Select the background color for the tree view and the background color for the tree node"},loadMore:"Load more",expandData:"expand Data",collapseData:"collapse Data"},menu:{noSupportAlign:"The menu direction {align} is not supported temporarily",noFoundModel:"no find the menu item model {menuKey}",noFoundFunction:"The adapter for {menuKey} does not have a renderText method",menuSetting:"Menu setting"},menuDesign:{customMenu:"Custom menu",reset:"Reset",save:"Save",visible:"Visible",noMenuItemModel:"No menu item model found {menu}",noFoundFunction:"The adapter for {menu} does not have a renderText method"},calendar:{lastYear:"Last year",lastMonth:"Last month",today:"Today",nextMonth:"Next month",nextYear:"Next year",calendardaily:{title:"Working Calendar",weeks:{sunday:"Sunday",monday:"Monday",tuesday:"Tuesday",wednesday:"Wednesday",thursday:"Thursday",friday:"Friday",saturday:"Saturday"},tip:"All Day",today:"Today",tomorrow:"To Morrow",nextweek:"Next Week",selectdate:"Select Date"},calendarmonth:{lastmonth:"Last Month",nextmonth:"Next Month",today:"Today",year:"Year",month:"Month",weeks:{sunday:"Sun",monday:"Mon",tuesday:"Tue",wednesday:"Wed",thursday:"Thu",friday:"Fri",saturday:"Sat"}},calendarweek:{weeks:{sunday:"Sun",monday:"Mon",tuesday:"Tue",wednesday:"Wed",thursday:"Thu",friday:"Fri",saturday:"Sat"}},calendarUser:{weeks:{monday:"Mon",tuesday:"Tue",wednesday:"Wed",thursday:"Thu",friday:"Fri",saturday:"Sat",sunday:"Sun"},selectWeekRange:"Select week range",weekFormat:"ww [Week] of YYYY"}},chart:{chartPlaceholder:"Chart",drillDetail:"drillDetail"},dashboard:{customDashboardContainer:{portalCustomPrompt:"Portal customization",newFilter:"New filter porlet"},dashboardDesign:{global:"Global level",add:"Add",customPortal:"Customize portal",colNum:"Column number",cellHeight:"Cell height",restoreDefault:"Restore default",save:"Save",unGroup:"Ungroup"},filterPortletDesign:{ctrlTitleError:"Control name cannot be empty",ctrlTitle:"Control name",ctrlPlaceholder:"Please enter a control name",checkTitle:"This parameter is valid for all reports in the data set",baseSet:"Basic setup",filterTitle:"Filter porlet",selectAll:"Select all"}},form:{noSupportDetailType:"Form detail type not supported: {detailType} or corresponding provider cannot be found",formDruipart:{saveFirst:"Please save the master data first",defaultText:"FormDruipart"},formGroupPanel:{showMore:"Show More"},formMDctrlForm:{noFindProvider:"Provider not found for form"},formMDctrlRepeater:{noSupportStyle:"Repeater style {repeaterStyle} is currently not supported"},repeaterGrid:{promptInformation:"Do you want to delete the selected item",absentOrLoad:"Not present or loading"},repeaterSingleForm:{errorMessage:"No repeatedForm"},mdCtrlContainer:{promptInformation:"Do you want to delete the selected item",noSlot:"Item slot not provided"},formMDctrl:{errorMessage:"The content type is currently not supported as {contentType}",defaultText:"FormMDCtrl"},formGroup:{fold:"Fold",unfold:"Unfold"},formRawItem:{dividerText:"Dividing line",infoText:"Info tips",warningText:"Warning tips",errorText:"Error tips",defaultText:"Direct content"},formTabPnel:{all:"All"}},gantt:{complete:"Completed amount",total:"Total",deadline:"Deadline",hideControl:"Column selection"},kanban:{lane:"Lane",collapsed:"Collapsed",expand:"Expand",allCollapsed:"All collapsed",allExpand:"All expand",selectAll:"Select all",selectedDataCount:"Selected <span>{length}</span> pieces of data",natchOperation:"Batch operation"},reportPanel:{unrealized:"Unrealized"},searchBar:{saveGroup:"Save group",filter:"Filter",filterTree:{addItem:"Add item"},searchGroups:{groupValueRule:"Group name cannot be empty",errorMessage:"Group name cannot be duplicate!",noEditPrompt:"The configured grouping is not editable",savePrompt:"Please save the group first",delTitle:"Confirm delete",confirmDelPrompt:"Are you sure to delete group <span>{itemName}</span?",unrecoverablePrompt:"Cannot recover after group deletion",newGroup:"New group",groupManage:"Group manage",groupName:"Group Name",enterPrompt:"Please enter the group name",editGroup:"Edit grouping",manageTips:"Tips:Manage grouping of search bars",name:"Name",show:"Show",operate:"Operate",dialogCancel:"Cancel",dialogDetermine:"Determine"},quickSearchSelect:{searchField:"Switch search field"}},toolbar:{exportExcel:{exportAll:"Export all(Export up to 1000 rows)",expCurrentPage:"Export current page",expCurrentSelect:"Export the current selection",page:"Page",export:"Export"}},tree:{noFoundInstance:"Unable to find el tree instance object",noSupported:"Not currently supported dropType:{dropType}"},treeGridEx:{noFoundMessage:"Unable to find row data object for {id}"},captionBar:{total:"{total} bar data {invisibleNum} bar is not visible"}},component:{indexSearch:{placeholder:"Search Content"},dataImport:{startImport:"Start importing. Please refer to the application notification for detailed progress and results",importSuccess:"A total of {totalNum} pieces of imported data, error [{errorNum}], successful [{successNum}]",importData:"Import Data",clickToUpload:"Click on this area to upload",importResults:"Import Results",downloadTemplate:"Download the import template and fill in as required:",templateFile:"Data import template file",continue:"Continue importing"},dataImport2:{atLastOne:"Select at least one mapping attribute",uploadPlease:"Please upload the file",fileName:"Current file name: {fileName}",saveMode:"Import Mode Save",reUpload:"Re upload files",fileUpload:"File upload",import:"Import",selectProperties:"Please select column import properties!"},dataImport2Select:{selectMode:"Select import mode",edit:"Edit"},dataImport2Table:{selectAttribute:"Select the import attribute corresponding to the current column"},doingNotice:{jobInProgress:"There are <span class={class}>{num}</span> backend jobs currently executing, please wait"},extendActionTimeLine:{processTime:"Processing time",comments:"Approval opinions",reject:"Reject"},mapChart:{high:"High",low:"Low"},pagination:{display:"Display",piece:"Piece",total:"Total",pieceData:"Piece of data"},rawItem:{errorConfig:"{type} type custom parameter configuration error",noSupportVideo:"Your browser does not support video tags"},gridSetting:{hideControl:"Column selection"},kanbanSetting:{hideGroup:"Group selection"},ganttSetting:{resultDefault:"Restore defaults",headerCaption:"Header display attributes",optionalAttribute:"Optional attributes",selectedAttribute:"Selected attributes",limitsize:"Maximum limit {max}",reachedMaximum:"Reached maximum value"},actionToolbar:{more:"More"},emojiSelect:{frequently:"Frequently",peoples:"Peoples",nature:"Nature",foods:"Foods",activity:"Activity",objects:"Objects",places:"Places",symbols:"Symbols",flags:"Flags"},formItemContainer:{more:"More"},pqlEditor:{noExpression:"Wrong expressions. Missing expressions for connectors.",noConnection:"Wrong expressions. The expression is missing a connector.",noKey:"Wrong expressions. The expression is missing a key.",noOperator:"Wrong expressions. The expression is missing an operator.",noValue:"Wrong expressions. The expression is missing a value.",noDelimiter:"Wrong expressions. The expression is missing a delimiter.",errorCombination:"Wrong expressions. Wrong combination of parentheses.",errorDelimiter:"Wrong expressions. Wrong splitter."},controlNavigation:{showNav:"Display navigation",hiddenNav:"Hidden navigation"}},editor:{common:{entityConfigErr:"Please configure entities and entity datasets",selectViewConfigErr:"Please configure the data selection view",linkViewConfigErr:"Please configure the data link view",confirmCancelPrompt:"Are you sure you want to cancel editing?",cancelEditPrompt:"Canceling editing will prevent the modified content from being saved and cannot be retrieved.",confirmCancel:"Confirm cancel",confirm:"Confirm",cancel:"Cancel",fullscreen:"Fullscreen",minimize:"Minimize",loadMore:"Load more"},cascader:{ibizCascader:{title:"Title {index}"}},code:{readOnlyPrompt:"Currently in read-only mode, not editable",noEditorArea:"Editor content area not found",noSelStart:"No start position of current selection",noEditorRect:"No editor DOM node position info",noSelCoords:"No scroll coordinates of selection",editorNotInit:"Editor not initialized"},dateRange:{rangeSeparator:"To"},dateRangeSelect:{day:"Day",week:"Week",month:"Month",quarter:"Quarter",year:"Year",static:"Fixed time",dynamic:"Dynamic time",dateunit:"Time Unit",daterange:"Time range",today:"Today",recently:"Recently",pastTime:"In the past",future:"The future",currentWeek:"This week",currentMonth:"This month",currentYear:"This year",currentQuarter:"This quarter",recentlySixMonth:"Last 6 months"},html:{wangEditor:{customTips:"Custom tip",emoji:"Emoji"},enableedit:"Enable edit",expand:"Expand",reduce:"Reduce"},markdown:{uploadJsonFormatErr:"The configuration of uploadparams did not follow the standard JSON format",exportJsonFormatErr:"The configuration of exportparams did not follow the standard JSON format",edit:"Edit"},notSupportedEditor:{unsupportedType:"Unsupported editor types - {editorType}"},preset:{ibizPresetRawitem:{noSupportType:"Not supported currently {type}"}},textBox:{warningMessage:"Ip format verification failed, paragraph {num} ip reset to old value",openAiChat:"Open the AI chat"},upload:{uploadFiles:"Upload files",fileSizeErr:"The file size cannot exceed",uploadJsonFormatErr:"The configuration of uploadparams did not follow the standard JSON format",exportJsonFormatErr:"The configuration of exportparams did not follow the standard JSON format",cropImg:"Crop image",cancelUpload:"Cancel Upload"},emojiPicker:{addEmoji:"Add emoji"},colorPicker:{systemColor:"System Color",templateColor:"Template Color",simpleBlue:"Simple Blue",autumnOrange:"Autumn Orange",Macaroon:"Macaroon",mintGreen:"Mint Green",selector:"Selector",textValue:"Text",add:"Add"},mapPicker:{title:"Please select an address",searchPlaceholder:"Please enter a keyword to select a location"},transferPicker:{optionalList:"Optional list",selectedList:"Selected list"},treePicker:{allowAll:"Allow all",allProhibited:"All prohibited",expandAll:"Expand all",collapseAll:"Collapse all"},signature:{undo:"Undo",rewrite:"Rewrite",confirm:"Confirm",addSignature:"Click here to add signature",signaturePrompt:"Please write horizontally in the blank area"}},panelComponent:{authUserinfo:{visitor:"Visitor"},authSsO:{noSupported:"Login with {type} is not supported",dingLogin:"DingTalk Login in",wechatLogin:"Wechat Login in"},coopPos:{view:"{username} is browsing",edit:"{username} is editing",update:"{username} is being updated"},navPosIndex:{noSupportPrompt:"Non-routing mode navigation placeholder is not supported"},navTabs:{closeAll:"Close all",closeOther:"Close other"},navBreadcrumb:{home:"Home"},searchformButtons:{errMessage:"No search form called searchform found in the current view",enterPrompt:"Please enter the custom query name to store:",queryPrompt:"Store custom queries",saveCondition:"Save condition"},shortCut:{expandToolbar:"Expand the shortcut toolbar"},userMessage:{notice:"Notice",backendTasks:"Backend tasks",allRead:"All read",asyncActionPreview:{downloadFailedErr:"Download file failed",noExistentErr:"The file stream data does not exist",importDetailPrompt:"Import data details-{name}",parseImportInfoErr:"Abnormal parsing of import information",downloadErrFile:"Download error file",importTime:"Import time: ",importTotal:"Total number of imports: ",successImport:"Number of successful imports: ",ImportFailed:"Number of import failures: "},asyncActionResult:{noMessage:"No content",taskName:"Task Name:",taskState:"Task Status:",finished:"Completed",processing:"Processing",beginTime:"Start Execution Time:",endTime:"End Execution Time:",exeResult:"Execution Result:"},asyncDataExport:{exportDetailPrompt:"Export data details-{name}",excuteTime:"Execution time",downloadFile:"DownLoad File",executing:"Executing......"},asyncActionTab:{noSupportType:"Asynchronous operation type {type} is not supported currently",noAsyncAction:"There are currently no asynchronous operations available"},internalMessageContainer:{markAsRead:"Mark as read"},internalMessageJson:{jumpToView:"Jump to view",missingHtml:"Missing HTML in the content of the data",todoContent:"{createmanname} on {processdate} complete"},internalMessageTab:{noSupportType:"The message type {type} on the site is not currently supported",notificationYet:"Current no notification",loadMore:"Load more({length})",onlyShowUnread:"Only show unread"}},customSetting:{theme:"Custom Theme",menu:"Custom Menu"},addinChanged:{tip:"Click to refresh",title:"System plugin update",content:"The system plugin has been updated, refresh the page to apply the latest changes"},globalSearch:{search:"Search",loading:"Loading...",empty:"No matching results",clearHistory:"Clear search history",placeholder:"Model Retrieval (Ctrl+K)",moreTips:"Only load the first {size} data, a total of {total} data"}},util:{uploadManager:{failed:"File upload failure",title:"Process manager"},appUtil:{aiTitle:"delete conversation",aiDesc:"After deletion, the conversation will not be recoverable. Are you sure to delete?",clearTopic:"Clear conversation",clearTopicDesc:"Are you sure to clear all conversation data except for the current activation item?"},appModal:{prev:"Previous record",next:"Next record"},inlineAiUtil:{regenerate:"Regenerate",insertText:"Insert Text",replaceText:"Replace Text",copyText:"Copy Text",info:"The content is generated by AI, please carefully discern.",stopEdit:"Terminate editing",warningTitle:"Confirm termination",warningDesc:"Are you sure to terminate the creation?"}},...o,...r,...a,...t})}}});
|