@ibiz-template/vue3-components 0.7.5 → 0.7.7-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index-FAFZUJRc.js +4 -0
- package/dist/index-Rqr5SnvQ.js +1 -0
- package/dist/index-x-jLCilD.js +1 -0
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/{xlsx-util-iqcGVBHE.js → xlsx-util-2bS-pf2I.js} +1 -1
- package/es/common/action-toolbar/action-toolbar.d.ts +1 -0
- package/es/common/action-toolbar/action-toolbar.mjs +10 -2
- package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.d.ts +25 -3
- package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.mjs +19 -5
- package/es/control/dashboard/dashboard-design/dashboard-design.css +1 -1
- package/es/control/dashboard/dashboard-design/dashboard-design.mjs +18 -4
- package/es/control/dashboard/dashboard.d.ts +0 -1
- package/es/control/dashboard/dashboard.mjs +3 -11
- package/es/control/dashboard/index.d.ts +0 -1
- package/es/control/dashboard/portlet/portlet-layout/portlet-layout.mjs +3 -6
- package/es/control/drbar/drbar.controller.mjs +2 -1
- package/es/control/drtab/drtab.controller.mjs +2 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.d.ts +4 -0
- package/es/control/grid/grid/grid.css +1 -1
- package/es/control/grid/grid/grid.d.ts +1 -0
- package/es/control/grid/grid/grid.mjs +33 -2
- package/es/control/grid/grid/index.d.ts +1 -0
- package/es/control/kanban/kanban.css +1 -1
- package/es/control/kanban/kanban.mjs +2 -1
- package/es/control/toolbar/toolbar.mjs +13 -7
- package/es/control/wizard-panel/wizard-panel.mjs +8 -9
- package/es/editor/code/monaco-editor/monaco-editor.css +1 -1
- package/es/editor/code/monaco-editor/monaco-editor.d.ts +7 -0
- package/es/editor/code/monaco-editor/monaco-editor.mjs +179 -16
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.mjs +16 -8
- package/es/editor/text-box/ibiz-input-number/ibiz-input-number.d.ts +1 -0
- package/es/editor/text-box/ibiz-input-number/ibiz-input-number.mjs +10 -3
- package/es/editor/text-box/input/input.d.ts +1 -0
- package/es/editor/text-box/input/input.mjs +9 -2
- package/es/ibiz-vue3.mjs +2 -0
- package/es/index.mjs +1 -0
- package/es/locale/en/index.d.ts +9 -1
- package/es/locale/en/index.mjs +10 -2
- package/es/locale/zh-CN/index.d.ts +9 -1
- package/es/locale/zh-CN/index.mjs +10 -2
- package/es/panel-component/panel-button/panel-button.controller.mjs +2 -0
- package/es/panel-component/panel-static-carousel/panel-static-carousel.mjs +13 -5
- package/es/util/open-view-util/open-view-util.mjs +2 -3
- package/es/view/403-view/403-view.css +1 -0
- package/es/view/403-view/403-view.d.ts +6 -0
- package/es/view/403-view/403-view.mjs +45 -0
- package/es/view/404-view/404-view.mjs +2 -2
- package/es/view/index.d.ts +1 -0
- package/es/view/index.mjs +1 -0
- package/es/view-engine/wizard-view-engine.mjs +2 -2
- package/es/web-app/components/modal-router-shell/modal-router-shell.mjs +5 -2
- package/es/web-app/util/unauthorized-handler/unauthorized-handler.d.ts +1 -1
- package/es/web-app/util/unauthorized-handler/unauthorized-handler.mjs +3 -12
- package/lib/common/action-toolbar/action-toolbar.cjs +10 -2
- package/lib/control/dashboard/custom-dashboard-container/custom-dashboard-container.cjs +19 -5
- package/lib/control/dashboard/dashboard-design/dashboard-design.cjs +18 -4
- package/lib/control/dashboard/dashboard-design/dashboard-design.css +1 -1
- package/lib/control/dashboard/dashboard.cjs +2 -10
- package/lib/control/dashboard/portlet/portlet-layout/portlet-layout.cjs +3 -6
- package/lib/control/drbar/drbar.controller.cjs +2 -1
- package/lib/control/drtab/drtab.controller.cjs +2 -1
- package/lib/control/grid/grid/grid.cjs +33 -2
- package/lib/control/grid/grid/grid.css +1 -1
- package/lib/control/kanban/kanban.cjs +2 -1
- package/lib/control/kanban/kanban.css +1 -1
- package/lib/control/toolbar/toolbar.cjs +13 -7
- package/lib/control/wizard-panel/wizard-panel.cjs +8 -9
- package/lib/editor/code/monaco-editor/monaco-editor.cjs +178 -15
- package/lib/editor/code/monaco-editor/monaco-editor.css +1 -1
- package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.cjs +16 -8
- package/lib/editor/text-box/ibiz-input-number/ibiz-input-number.cjs +10 -3
- package/lib/editor/text-box/input/input.cjs +9 -2
- package/lib/ibiz-vue3.cjs +2 -0
- package/lib/index.cjs +2 -0
- package/lib/locale/en/index.cjs +10 -2
- package/lib/locale/zh-CN/index.cjs +10 -2
- package/lib/panel-component/panel-button/panel-button.controller.cjs +2 -0
- package/lib/panel-component/panel-static-carousel/panel-static-carousel.cjs +13 -5
- package/lib/util/open-view-util/open-view-util.cjs +2 -3
- package/lib/view/403-view/403-view.cjs +47 -0
- package/lib/view/403-view/403-view.css +1 -0
- package/lib/view/404-view/404-view.cjs +2 -2
- package/lib/view/index.cjs +2 -0
- package/lib/view-engine/wizard-view-engine.cjs +2 -2
- package/lib/web-app/components/modal-router-shell/modal-router-shell.cjs +4 -1
- package/lib/web-app/util/unauthorized-handler/unauthorized-handler.cjs +3 -12
- package/package.json +7 -7
- package/dist/index-13Oh42A8.js +0 -1
- package/dist/index-QdhEqiEH.js +0 -4
- package/dist/index-ZIuDbCjc.js +0 -1
package/dist/index-ZIuDbCjc.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
System.register([],(function(e){"use strict";return{execute:function(){e("default",{app:{logout:"退出登录",error:"错误",success:"成功",confirm:"确认",cancel:"取消",return:"返回",noData:"无数据",refresh:"刷新",noSupport:"暂未支持",add:"添加",delete:"删除"},view:{},control:{menu:{noSupportAlign:"暂未支持菜单方向为 {align}"},calendar:{lastYear:"去年",lastMonth:"上个月",today:"今天",nextMonth:"下个月",nextYear:"明年"},chart:{chartPlaceholder:"图表"},dashboard:{dashboardDesign:{global:"全局",add:"添加",customPortal:"自定义门户",colNum:"列数",cellHeight:"单元格高度",restoreDefault:"恢复默认",save:"保存"}},form:{noSupportDetailType:"暂未支持的表单项类型: {detailType} 或找不到对应适配器",formDruipart:{saveFirst:"请先保存主数据"},formGroupPanel:{showMore:"显示更多",putAway:"收起"},formMDctrlForm:{notFindProvider:"未找到表单的适配器"}}},component:{indexSearch:{placeholder:"搜索内容"},dataImport:{startImport:"开始导入,详细进度和结果请看应用通知",importSuccess:"共计导入数据 {totalNum} 条,错误[{errorNum}],成功[{successNum}]",importData:"导入数据",clickToUpload:"单击此区域进行上传",importResults:"导入结果",downloadTemplate:"下载导入模版,并按要求填写:",templateFile:"数据导入模板文件",continue:"继续导入"},dataImport2:{atLastOne:"至少选择一个映射属性",uploadPlease:"请上传文件",fileName:"当前文件名:{fileName}",saveMode:"导入模式保存",reUpload:"重新上传文件",fileUpload:"文件上传",import:"导入"},dataImport2Select:{selectMode:"选择导入模式",edit:"编辑"},dataImport2Table:{selectAttribute:"选择当前列对应的导入属性"},extendActionTimeLine:{processTime:"处理时间",comments:"审批意见"},pagination:{display:"显示",piece:"条",total:"共",pieceData:"条数据"},rawItem:{errorConfig:"{type} 类型自定义参数配置错误",noSupportVideo:"你的浏览器不支持video标签"},gridSetting:{hideControl:"列选择"},actionToolbar:{more:"更多"}},editor:{}})}}}));
|