@ibiz-template/vue3-components 0.7.38-alpha.21 → 0.7.38-alpha.43
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/chart-NHocZH22.js +1 -0
- package/dist/ibiz-markdown-editor-BZ8j-yda.js +1 -0
- package/dist/index-BLHbMaxB.js +1 -0
- package/dist/index-D22WGUVe.js +1 -0
- package/dist/index-b76YR_Js.js +4 -0
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/wang-editor-Btv6GIhJ.js +1 -0
- package/dist/{xlsx-util-BlkeQIMu.js → xlsx-util-BoMFhSd9.js} +1 -1
- package/es/common/action-toolbar/action-toolbar.css +1 -1
- package/es/common/anchor-container/anchor-bar-list/anchor-bar-list.css +1 -1
- package/es/common/button-list/button-list.css +1 -1
- package/es/common/custom-filter-condition/custom-filter-condition.d.ts +5 -0
- package/es/common/custom-theme/custom-theme-model.mjs +168 -47
- package/es/common/custom-theme/custom-theme.controller.d.ts +87 -1
- package/es/common/custom-theme/custom-theme.controller.mjs +235 -5
- package/es/common/custom-theme/custom-theme.css +1 -1
- package/es/common/custom-theme/custom-theme.d.ts +5 -3
- package/es/common/custom-theme/custom-theme.mjs +190 -26
- package/es/common/data-import2/data-import2.mjs +1 -1
- package/es/common/gantt-setting/gantt-setting.css +1 -1
- package/es/common/gantt-setting/gantt-setting.d.ts +10 -0
- package/es/common/gantt-setting/gantt-setting.mjs +23 -3
- package/es/common/grid-setting/grid-setting.d.ts +1 -0
- package/es/common/grid-setting/grid-setting.mjs +1 -1
- package/es/common/nav-split/nav-split.mjs +0 -1
- package/es/common/no-data/no-data.css +1 -1
- package/es/common/no-data/no-data.d.ts +3 -3
- package/es/common/no-data/no-data.mjs +2 -2
- package/es/common/view-message/view-message.d.ts +7 -0
- package/es/control/app-menu/app-menu.css +1 -1
- package/es/control/app-menu/app-menu.mjs +8 -6
- package/es/control/app-menu/custom-menu-design/custom-menu-design.mjs +1 -0
- package/es/control/calendar/calendar-util.d.ts +24 -0
- package/es/control/calendar/calendar-util.mjs +21 -0
- package/es/control/calendar/calendar.css +1 -1
- package/es/control/calendar/calendar.d.ts +2 -0
- package/es/control/calendar/calendar.mjs +94 -25
- package/es/control/calendar/components/calendar-user/calendar-user.css +1 -0
- package/es/control/calendar/components/calendar-user/calendar-user.d.ts +15 -0
- package/es/control/calendar/components/calendar-user/calendar-user.mjs +133 -0
- package/es/control/calendar/components/calendar-user/index.d.ts +15 -0
- package/es/control/calendar/components/calendar-user/index.mjs +9 -0
- package/es/control/calendar/components/calendar-user/use-calendar-user.d.ts +17 -0
- package/es/control/calendar/components/calendar-user/use-calendar-user.mjs +59 -0
- package/es/control/calendar/components/calendar-week/calendar-week.css +1 -1
- package/es/control/calendar/components/calendar-week/calendar-week.mjs +3 -2
- package/es/control/calendar/components/custom-calendar/custom-calendar.mjs +11 -0
- package/es/control/calendar/components/interface/calendar-user.d.ts +10 -0
- package/es/control/calendar/components/interface/calendar-user.mjs +20 -0
- package/es/control/calendar/components/interface/index.d.ts +1 -0
- package/es/control/calendar/components/interface/index.mjs +1 -0
- package/es/control/calendar/index.d.ts +2 -0
- package/es/control/caption-bar/caption-bar.css +1 -1
- package/es/control/chart/chart.css +1 -1
- package/es/control/chart/chart.d.ts +1 -0
- package/es/control/chart/chart.mjs +12 -5
- package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.d.ts +136 -0
- package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.mjs +10 -3
- package/es/control/dashboard/dashboard-design/dashboard-design.d.ts +1 -0
- package/es/control/dashboard/dashboard-design/dashboard-design.mjs +38 -17
- package/es/control/dashboard/dashboard-design/dashboard-design.util.d.ts +10 -0
- package/es/control/dashboard/dashboard-design/dashboard-design.util.mjs +246 -0
- package/es/control/dashboard/dashboard.mjs +13 -1
- package/es/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.css +1 -1
- package/es/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.mjs +7 -3
- package/es/control/dashboard/portlet/portlet-layout/portlet-layout.mjs +1 -1
- package/es/control/data-view/data-view.css +1 -1
- package/es/control/data-view/data-view.mjs +8 -1
- package/es/control/drbar/drbar.controller.mjs +1 -1
- package/es/control/drtab/drtab-control.util.mjs +1 -1
- package/es/control/drtab/drtab.controller.d.ts +19 -7
- package/es/control/drtab/drtab.controller.mjs +36 -9
- package/es/control/form/form-detail/form-group-panel/form-group-panel.mjs +1 -1
- package/es/control/form/form-detail/form-item/composite-form-item/composite-form-item.d.ts +35 -0
- package/es/control/form/form-detail/form-item/composite-form-item/composite-form-item.mjs +93 -0
- package/es/control/form/form-detail/form-item/form-item.css +1 -1
- package/es/control/form/form-detail/form-item/form-item.d.ts +1 -0
- package/es/control/form/form-detail/form-item/form-item.mjs +68 -33
- package/es/control/form/form-detail/form-item/index.d.ts +1 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.d.ts +171 -0
- package/es/control/form/search-form/index.d.ts +9 -0
- package/es/control/form/search-form/search-form.d.ts +9 -0
- package/es/control/form/search-form/search-form.mjs +4 -0
- package/es/control/gantt/gantt.css +1 -1
- package/es/control/gantt/gantt.d.ts +1 -0
- package/es/control/gantt/gantt.mjs +79 -30
- package/es/control/gantt/index.d.ts +1 -0
- package/es/control/grid/grid/grid-control.util.d.ts +2 -0
- package/es/control/grid/grid/grid-control.util.mjs +38 -2
- package/es/control/grid/grid/grid.css +1 -1
- package/es/control/grid/grid/grid.mjs +14 -4
- package/es/control/grid/grid-column/grid-field-column/grid-field-column.css +1 -1
- package/es/control/grid/grid-column/grid-field-column/grid-field-column.d.ts +1 -0
- package/es/control/grid/grid-column/grid-field-column/grid-field-column.mjs +21 -1
- package/es/control/grid/grid-column/grid-field-column/index.d.ts +1 -0
- package/es/control/grid/grid-column/grid-field-edit-column/grid-edit-item/grid-edit-item.css +1 -1
- package/es/control/grid/grid-column/grid-ua-column/grid-ua-column.css +1 -1
- package/es/control/list/list.css +1 -1
- package/es/control/list/list.mjs +9 -2
- package/es/control/tab-exp-panel/tab-exp-panel.css +1 -1
- package/es/control/toolbar/toolbar.css +1 -1
- package/es/control/toolbar/toolbar.d.ts +2 -2
- package/es/control/toolbar/toolbar.mjs +24 -11
- package/es/control/tree/index.d.ts +2 -0
- package/es/control/tree/tree.css +1 -1
- package/es/control/tree/tree.d.ts +2 -0
- package/es/control/tree/tree.mjs +87 -6
- package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-field-column/tree-grid-ex-field-column.mjs +17 -1
- package/es/control/wizard-panel/wizard-panel.mjs +3 -1
- package/es/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.mjs +3 -0
- package/es/editor/color-picker/ibiz-color-mpicker-custom/ibiz-color-mpicker-custom.css +1 -0
- package/es/editor/color-picker/ibiz-color-mpicker-custom/ibiz-color-mpicker-custom.d.ts +66 -0
- package/es/editor/color-picker/ibiz-color-mpicker-custom/ibiz-color-mpicker-custom.mjs +139 -0
- package/es/editor/color-picker/ibiz-color-mpicker-default/ibiz-color-mpicker-default.css +1 -0
- package/es/editor/color-picker/ibiz-color-mpicker-default/ibiz-color-mpicker-default.d.ts +56 -0
- package/es/editor/color-picker/ibiz-color-mpicker-default/ibiz-color-mpicker-default.mjs +178 -0
- package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.d.ts +10 -1
- package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.mjs +48 -4
- package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.mjs +10 -0
- package/es/editor/data-picker/ibiz-picker/ibiz-picker.mjs +9 -2
- package/es/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.mjs +12 -3
- package/es/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.css +1 -1
- package/es/editor/data-picker/ibiz-picker-link/ibiz-picker-link.mjs +3 -1
- package/es/editor/data-picker/picker-editor.provider.mjs +0 -1
- package/es/editor/dropdown-list/dropdown-list-editor.controller.d.ts +6 -0
- package/es/editor/dropdown-list/dropdown-list-editor.controller.mjs +13 -2
- package/es/editor/dropdown-list/dropdown-list-editor.provider.mjs +3 -0
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.css +1 -1
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.mjs +11 -2
- package/es/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.css +1 -0
- package/es/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.d.ts +83 -0
- package/es/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.mjs +382 -0
- package/es/editor/dropdown-list/index.d.ts +1 -0
- package/es/editor/dropdown-list/index.mjs +1 -0
- package/es/editor/html/wang-editor/wang-editor.mjs +1 -1
- package/es/editor/index.mjs +10 -0
- package/es/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.mjs +1 -1
- package/es/editor/span/span/span.mjs +8 -2
- package/es/editor/span/span-editor.controller.d.ts +7 -0
- package/es/editor/span/span-editor.controller.mjs +10 -0
- package/es/editor/text-box/ibiz-input-number/ibiz-input-number.css +1 -1
- package/es/editor/text-box/ibiz-input-number/ibiz-input-number.mjs +24 -6
- package/es/editor/text-box/input/input.css +1 -1
- package/es/editor/text-box/input/input.mjs +32 -5
- package/es/editor/text-box/text-box-editor.controller.d.ts +7 -0
- package/es/editor/text-box/text-box-editor.controller.mjs +10 -0
- package/es/editor/upload/ibiz-image-preview/ibiz-image-preview.d.ts +2 -0
- package/es/editor/upload/ibiz-image-preview/ibiz-image-preview.mjs +18 -5
- package/es/editor/upload/use/use-iview-upload.mjs +1 -1
- package/es/locale/en/index.d.ts +102 -26
- package/es/locale/en/index.mjs +79 -30
- package/es/locale/zh-CN/index.d.ts +103 -26
- package/es/locale/zh-CN/index.mjs +79 -30
- package/es/panel-component/auth-sso/auth-sso.css +1 -0
- package/es/panel-component/auth-sso/auth-sso.d.ts +26 -0
- package/es/panel-component/auth-sso/auth-sso.mjs +100 -0
- package/es/panel-component/auth-sso/auth-sso.provider.d.ts +6 -0
- package/es/panel-component/auth-sso/auth-sso.provider.mjs +21 -0
- package/es/panel-component/auth-sso/index.d.ts +23 -0
- package/es/panel-component/auth-sso/index.mjs +12 -0
- package/es/panel-component/coop-pos/coop-pos.controller.d.ts +46 -1
- package/es/panel-component/coop-pos/coop-pos.controller.mjs +92 -1
- package/es/panel-component/coop-pos/coop-pos.css +1 -1
- package/es/panel-component/coop-pos/coop-pos.d.ts +4 -1
- package/es/panel-component/coop-pos/coop-pos.mjs +23 -3
- package/es/panel-component/coop-pos/index.d.ts +3 -0
- package/es/panel-component/index.mjs +4 -1
- package/es/panel-component/nav-tabs/nav-tabs.controller.d.ts +1 -1
- package/es/panel-component/nav-tabs/nav-tabs.controller.mjs +3 -3
- package/es/panel-component/panel-app-header/panel-app-header.css +1 -1
- package/es/panel-component/panel-button-list/panel-button-list.controller.mjs +2 -1
- package/es/panel-component/panel-index-view-search/panel-index-view-search.css +1 -1
- package/es/panel-component/searchform-buttons/searchform-buttons.mjs +1 -1
- package/es/panel-component/user-action/user-action.css +1 -1
- package/es/panel-component/user-action/user-action.mjs +1 -5
- package/es/util/app-popover/app-popover-component.mjs +1 -1
- package/es/util/fullscreen/fullscreen-util.mjs +2 -2
- package/es/util/notification-util/upload-manager/upload-manager.mjs +1 -1
- package/es/view/login-view/login-view.mjs +28 -3
- package/es/view/share-view/share-view.mjs +1 -6
- package/es/view-engine/custom-view.engine.d.ts +9 -0
- package/es/view-engine/custom-view.engine.mjs +17 -1
- package/es/view-engine/edit-view.engine.d.ts +6 -14
- package/es/view-engine/edit-view.engine.mjs +75 -148
- package/es/view-engine/index-view.engine.d.ts +7 -0
- package/es/view-engine/index-view.engine.mjs +17 -1
- package/es/view-engine/login-view.engine.mjs +11 -1
- package/es/view-engine/opt-view.engine.d.ts +1 -0
- package/es/view-engine/opt-view.engine.mjs +41 -1
- package/es/view-engine/portal-view-engine.d.ts +31 -3
- package/es/view-engine/portal-view-engine.mjs +94 -2
- package/es/view-engine/tab-search-view.engine.d.ts +9 -1
- package/es/view-engine/tab-search-view.engine.mjs +52 -2
- package/es/view-engine/tree-exp-view.engine.d.ts +14 -0
- package/es/view-engine/tree-exp-view.engine.mjs +24 -1
- package/es/web-app/attach-environment-config.mjs +5 -1
- package/es/web-app/components/modal-router-shell/modal-router-shell.mjs +4 -0
- package/es/web-app/guard/auth-guard/auth-guard.d.ts +25 -17
- package/es/web-app/guard/auth-guard/auth-guard.mjs +52 -27
- package/es/web-app/guard/auth-guard/dyna-auth-guard.d.ts +1 -1
- package/es/web-app/guard/auth-guard/dyna-auth-guard.mjs +2 -1
- package/es/web-app/main.mjs +3 -1
- package/es/web-app/router/index.d.ts +3 -2
- package/es/web-app/router/index.mjs +15 -4
- package/es/web-app/util/unauthorized-handler/unauthorized-handler.d.ts +9 -0
- package/es/web-app/util/unauthorized-handler/unauthorized-handler.mjs +21 -0
- package/lib/common/action-toolbar/action-toolbar.css +1 -1
- package/lib/common/anchor-container/anchor-bar-list/anchor-bar-list.css +1 -1
- package/lib/common/button-list/button-list.css +1 -1
- package/lib/common/custom-theme/custom-theme-model.cjs +168 -47
- package/lib/common/custom-theme/custom-theme.cjs +188 -24
- package/lib/common/custom-theme/custom-theme.controller.cjs +235 -5
- package/lib/common/custom-theme/custom-theme.css +1 -1
- package/lib/common/data-import2/data-import2.cjs +1 -1
- package/lib/common/gantt-setting/gantt-setting.cjs +23 -3
- package/lib/common/gantt-setting/gantt-setting.css +1 -1
- package/lib/common/grid-setting/grid-setting.cjs +1 -1
- package/lib/common/nav-split/nav-split.cjs +0 -1
- package/lib/common/no-data/no-data.cjs +2 -2
- package/lib/common/no-data/no-data.css +1 -1
- package/lib/control/app-menu/app-menu.cjs +8 -6
- package/lib/control/app-menu/app-menu.css +1 -1
- package/lib/control/app-menu/custom-menu-design/custom-menu-design.cjs +1 -0
- package/lib/control/calendar/calendar-util.cjs +24 -0
- package/lib/control/calendar/calendar.cjs +94 -25
- package/lib/control/calendar/calendar.css +1 -1
- package/lib/control/calendar/components/calendar-user/calendar-user.cjs +135 -0
- package/lib/control/calendar/components/calendar-user/calendar-user.css +1 -0
- package/lib/control/calendar/components/calendar-user/index.cjs +14 -0
- package/lib/control/calendar/components/calendar-user/use-calendar-user.cjs +63 -0
- package/lib/control/calendar/components/calendar-week/calendar-week.cjs +3 -2
- package/lib/control/calendar/components/calendar-week/calendar-week.css +1 -1
- package/lib/control/calendar/components/custom-calendar/custom-calendar.cjs +11 -0
- package/lib/control/calendar/components/interface/calendar-user.cjs +23 -0
- package/lib/control/calendar/components/interface/index.cjs +3 -0
- package/lib/control/caption-bar/caption-bar.css +1 -1
- package/lib/control/chart/chart.cjs +12 -5
- package/lib/control/chart/chart.css +1 -1
- package/lib/control/dashboard/custom-dashboard-container/custom-dashboard-container.cjs +10 -3
- package/lib/control/dashboard/dashboard-design/dashboard-design.cjs +37 -16
- package/lib/control/dashboard/dashboard-design/dashboard-design.util.cjs +248 -0
- package/lib/control/dashboard/dashboard.cjs +13 -1
- package/lib/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.cjs +7 -3
- package/lib/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.css +1 -1
- package/lib/control/dashboard/portlet/portlet-layout/portlet-layout.cjs +1 -1
- package/lib/control/data-view/data-view.cjs +8 -1
- package/lib/control/data-view/data-view.css +1 -1
- package/lib/control/drbar/drbar.controller.cjs +1 -1
- package/lib/control/drtab/drtab-control.util.cjs +1 -1
- package/lib/control/drtab/drtab.controller.cjs +36 -9
- package/lib/control/form/form-detail/form-group-panel/form-group-panel.cjs +1 -1
- package/lib/control/form/form-detail/form-item/composite-form-item/composite-form-item.cjs +98 -0
- package/lib/control/form/form-detail/form-item/form-item.cjs +67 -32
- package/lib/control/form/form-detail/form-item/form-item.css +1 -1
- package/lib/control/form/search-form/search-form.cjs +4 -0
- package/lib/control/gantt/gantt.cjs +78 -29
- package/lib/control/gantt/gantt.css +1 -1
- package/lib/control/grid/grid/grid-control.util.cjs +37 -1
- package/lib/control/grid/grid/grid.cjs +14 -4
- package/lib/control/grid/grid/grid.css +1 -1
- package/lib/control/grid/grid-column/grid-field-column/grid-field-column.cjs +21 -1
- package/lib/control/grid/grid-column/grid-field-column/grid-field-column.css +1 -1
- package/lib/control/grid/grid-column/grid-field-edit-column/grid-edit-item/grid-edit-item.css +1 -1
- package/lib/control/grid/grid-column/grid-ua-column/grid-ua-column.css +1 -1
- package/lib/control/list/list.cjs +9 -2
- package/lib/control/list/list.css +1 -1
- package/lib/control/tab-exp-panel/tab-exp-panel.css +1 -1
- package/lib/control/toolbar/toolbar.cjs +24 -11
- package/lib/control/toolbar/toolbar.css +1 -1
- package/lib/control/tree/tree.cjs +87 -6
- package/lib/control/tree/tree.css +1 -1
- package/lib/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-field-column/tree-grid-ex-field-column.cjs +17 -1
- package/lib/control/wizard-panel/wizard-panel.cjs +3 -1
- package/lib/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.cjs +3 -0
- package/lib/editor/color-picker/ibiz-color-mpicker-custom/ibiz-color-mpicker-custom.cjs +141 -0
- package/lib/editor/color-picker/ibiz-color-mpicker-custom/ibiz-color-mpicker-custom.css +1 -0
- package/lib/editor/color-picker/ibiz-color-mpicker-default/ibiz-color-mpicker-default.cjs +180 -0
- package/lib/editor/color-picker/ibiz-color-mpicker-default/ibiz-color-mpicker-default.css +1 -0
- package/lib/editor/color-picker/ibiz-color-picker/ibiz-color-picker.cjs +48 -4
- package/lib/editor/data-picker/ibiz-mpicker/ibiz-mpicker.cjs +10 -0
- package/lib/editor/data-picker/ibiz-picker/ibiz-picker.cjs +9 -2
- package/lib/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.cjs +12 -3
- package/lib/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.css +1 -1
- package/lib/editor/data-picker/ibiz-picker-link/ibiz-picker-link.cjs +3 -1
- package/lib/editor/data-picker/picker-editor.provider.cjs +0 -1
- package/lib/editor/dropdown-list/dropdown-list-editor.controller.cjs +13 -2
- package/lib/editor/dropdown-list/dropdown-list-editor.provider.cjs +3 -0
- package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.cjs +11 -2
- package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.css +1 -1
- package/lib/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.cjs +384 -0
- package/lib/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.css +1 -0
- package/lib/editor/dropdown-list/index.cjs +2 -0
- package/lib/editor/html/wang-editor/wang-editor.cjs +1 -1
- package/lib/editor/index.cjs +10 -0
- package/lib/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.cjs +1 -1
- package/lib/editor/span/span/span.cjs +8 -2
- package/lib/editor/span/span-editor.controller.cjs +10 -0
- package/lib/editor/text-box/ibiz-input-number/ibiz-input-number.cjs +24 -6
- package/lib/editor/text-box/ibiz-input-number/ibiz-input-number.css +1 -1
- package/lib/editor/text-box/input/input.cjs +32 -5
- package/lib/editor/text-box/input/input.css +1 -1
- package/lib/editor/text-box/text-box-editor.controller.cjs +10 -0
- package/lib/editor/upload/ibiz-image-preview/ibiz-image-preview.cjs +18 -5
- package/lib/editor/upload/use/use-iview-upload.cjs +1 -1
- package/lib/locale/en/index.cjs +79 -30
- package/lib/locale/zh-CN/index.cjs +79 -30
- package/lib/panel-component/auth-sso/auth-sso.cjs +102 -0
- package/lib/panel-component/auth-sso/auth-sso.css +1 -0
- package/lib/panel-component/auth-sso/auth-sso.provider.cjs +23 -0
- package/lib/panel-component/auth-sso/index.cjs +17 -0
- package/lib/panel-component/coop-pos/coop-pos.cjs +22 -2
- package/lib/panel-component/coop-pos/coop-pos.controller.cjs +91 -0
- package/lib/panel-component/coop-pos/coop-pos.css +1 -1
- package/lib/panel-component/index.cjs +39 -36
- package/lib/panel-component/nav-tabs/nav-tabs.controller.cjs +3 -3
- package/lib/panel-component/panel-app-header/panel-app-header.css +1 -1
- package/lib/panel-component/panel-button-list/panel-button-list.controller.cjs +2 -1
- package/lib/panel-component/panel-index-view-search/panel-index-view-search.css +1 -1
- package/lib/panel-component/searchform-buttons/searchform-buttons.cjs +1 -1
- package/lib/panel-component/user-action/user-action.cjs +1 -5
- package/lib/panel-component/user-action/user-action.css +1 -1
- package/lib/util/app-popover/app-popover-component.cjs +1 -1
- package/lib/util/fullscreen/fullscreen-util.cjs +2 -2
- package/lib/util/notification-util/upload-manager/upload-manager.cjs +1 -1
- package/lib/view/login-view/login-view.cjs +26 -1
- package/lib/view/share-view/share-view.cjs +0 -5
- package/lib/view-engine/custom-view.engine.cjs +16 -0
- package/lib/view-engine/edit-view.engine.cjs +74 -147
- package/lib/view-engine/index-view.engine.cjs +17 -1
- package/lib/view-engine/login-view.engine.cjs +11 -1
- package/lib/view-engine/opt-view.engine.cjs +40 -0
- package/lib/view-engine/portal-view-engine.cjs +93 -1
- package/lib/view-engine/tab-search-view.engine.cjs +52 -2
- package/lib/view-engine/tree-exp-view.engine.cjs +23 -0
- package/lib/web-app/attach-environment-config.cjs +5 -1
- package/lib/web-app/components/modal-router-shell/modal-router-shell.cjs +4 -0
- package/lib/web-app/guard/auth-guard/auth-guard.cjs +52 -27
- package/lib/web-app/guard/auth-guard/dyna-auth-guard.cjs +2 -1
- package/lib/web-app/main.cjs +3 -1
- package/lib/web-app/router/index.cjs +15 -4
- package/lib/web-app/util/unauthorized-handler/unauthorized-handler.cjs +21 -0
- package/package.json +10 -10
- package/dist/chart-DPS_XpZp.js +0 -1
- package/dist/ibiz-markdown-editor-B4c6yGAW.js +0 -1
- package/dist/index-3cxXHoLs.js +0 -4
- package/dist/index-CiEIUSX9.js +0 -1
- package/dist/index-HW5stxcy.js +0 -1
- package/dist/wang-editor-BUIAd4uJ.js +0 -1
- /package/es/node_modules/.pnpm/{@ibiz-template_core@0.7.38-alpha.16_axios@1.7.7_lodash-es@4.17.21_qs@6.13.0_qx-util@0.4.8_ramda@0.29.1 → @ibiz-template_core@0.7.38-alpha.43_axios@1.7.7_lodash-es@4.17.21_qs@6.13.0_qx-util@0.4.8_ramda@0.29.1}/node_modules/@ibiz-template/core/out/utils/namespace/namespace.mjs +0 -0
- /package/lib/node_modules/.pnpm/{@ibiz-template_core@0.7.38-alpha.16_axios@1.7.7_lodash-es@4.17.21_qs@6.13.0_qx-util@0.4.8_ramda@0.29.1 → @ibiz-template_core@0.7.38-alpha.43_axios@1.7.7_lodash-es@4.17.21_qs@6.13.0_qx-util@0.4.8_ramda@0.29.1}/node_modules/@ibiz-template/core/out/utils/namespace/namespace.cjs +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
.ibiz-input{width:100%;height:100%;font-size:var(--ibiz-form-item-font-size);font-weight:var(--ibiz-form-item-regular);--ibiz-input-min-height:var(--ibiz-editor-default-line-height)}.ibiz-input__ai-chat{display:flex;align-items:center;justify-content:center;position:absolute;right:var(--ibiz-spacing-base-loose);bottom:var(--ibiz-spacing-base-loose);width:calc(var(--ibiz-width-icon-medium) + 2 * var(--ibiz-spacing-tight));height:calc(var(--ibiz-width-icon-medium) + 2 * var(--ibiz-spacing-tight));padding:var(--ibiz-spacing-tight);font-size:var(--ibiz-width-icon-medium);color:var(--ibiz-color-primary-text);cursor:pointer;background-color:var(--ibiz-color-primary);border-radius:var(--ibiz-border-radius-circle)}.ibiz-input__ai-chat:hover{color:var(--ibiz-color-primary-hover-text);background-color:var(--ibiz-color-primary-hover)}.ibiz-input .el-input .el-input__inner{height:100%}.ibiz-input .el-input .el-input__inner::-moz-placeholder{color:var(--ibiz-form-item-placeholder-color)}.ibiz-input .el-input .el-input__inner::placeholder{color:var(--ibiz-form-item-placeholder-color)}.ibiz-input .el-textarea .el-textarea__inner{height:100%}.ibiz-input .el-textarea .el-textarea__inner::-moz-placeholder{color:var(--ibiz-form-item-placeholder-color);word-break:break-word;white-space:pre-wrap}.ibiz-input .el-textarea .el-textarea__inner::placeholder{color:var(--ibiz-form-item-placeholder-color);word-break:break-word;white-space:pre-wrap}.ibiz-input .el-input__count{bottom:0}.ibiz-input .ibiz-input-input{height:100%}.ibiz-input .ibiz-input-input .el-input__wrapper{width:100%;min-height:var(--ibiz-input-min-height)}.ibiz-input--readonly{height:auto;overflow:auto;line-height:var(--ibiz-input-min-height);color:var(--ibiz-form-item-readonly-color)}.ibiz-input .el-input__suffix .ibiz-input__unit{font-style:normal}.ibiz-input-form-default-content{display:none}.ibiz-form-item .ibiz-input.is-show-default.is-textarea{padding:var(--ibiz-form-item-hover-edit-padding);overflow:hidden}.ibiz-form-item .ibiz-input.is-show-default.is-textarea .ibiz-input-form-default-content{display:block}.ibiz-form-item .ibiz-input.is-show-default.is-textarea .ibiz-input-input{display:none}.ibiz-form-item .ibiz-input.is-show-default:hover .ibiz-input-form-default-content{display:none}.ibiz-form-item .ibiz-input.is-show-default:hover .ibiz-input-input{display:inline-flex}.ibiz-form-item .ibiz-input.is-show-default .ibiz-input-form-default-content{display:flex;align-items:center;width:100%;padding:var(--ibiz-form-item-hover-edit-padding);font-family:Arial,sans-serif;font-size:var(--ibiz-form-item-font-size);line-height:var(--ibiz-editor-default-line-height);color:var(--ibiz-form-item-text-color);word-wrap:break-word;white-space:pre-wrap}.ibiz-form-item .ibiz-input.is-show-default .ibiz-input-input{display:none;font-family:Arial,sans-serif}.ibiz-form-item .ibiz-input.is-show-default .ibiz-input-input.el-textarea .el-textarea__inner{word-wrap:break-word;white-space:pre-wrap}.ibiz-form-item .ibiz-input.is-show-default.is-editable .ibiz-input-form-default-content{display:none}.ibiz-form-item .ibiz-input.is-show-default.is-editable .ibiz-input-input{display:inline-flex}
|
|
1
|
+
.ibiz-input{width:100%;height:100%;font-size:var(--ibiz-form-item-font-size);font-weight:var(--ibiz-form-item-regular);--ibiz-input-min-height:var(--ibiz-editor-default-line-height)}.ibiz-input__ai-chat{display:flex;align-items:center;justify-content:center;position:absolute;right:var(--ibiz-spacing-base-loose);bottom:var(--ibiz-spacing-base-loose);width:calc(var(--ibiz-width-icon-medium) + 2 * var(--ibiz-spacing-tight));height:calc(var(--ibiz-width-icon-medium) + 2 * var(--ibiz-spacing-tight));padding:var(--ibiz-spacing-tight);font-size:var(--ibiz-width-icon-medium);color:var(--ibiz-color-primary-text);cursor:pointer;background-color:var(--ibiz-color-primary);border-radius:var(--ibiz-border-radius-circle)}.ibiz-input__ai-chat:hover{color:var(--ibiz-color-primary-hover-text);background-color:var(--ibiz-color-primary-hover)}.ibiz-input .el-input .el-input__inner{height:100%}.ibiz-input .el-input .el-input__inner::-moz-placeholder{color:var(--ibiz-form-item-placeholder-color)}.ibiz-input .el-input .el-input__inner::placeholder{color:var(--ibiz-form-item-placeholder-color)}.ibiz-input .el-textarea .el-textarea__inner{height:100%}.ibiz-input .el-textarea .el-textarea__inner::-moz-placeholder{color:var(--ibiz-form-item-placeholder-color);word-break:break-word;white-space:pre-wrap}.ibiz-input .el-textarea .el-textarea__inner::placeholder{color:var(--ibiz-form-item-placeholder-color);word-break:break-word;white-space:pre-wrap}.ibiz-input .el-input__count{bottom:0}.ibiz-input .ibiz-input-input{height:100%}.ibiz-input .ibiz-input-input .el-input__wrapper{width:100%;min-height:var(--ibiz-input-min-height)}.ibiz-input--readonly{height:auto;overflow:auto;line-height:var(--ibiz-input-min-height);color:var(--ibiz-form-item-readonly-color);word-break:break-word;white-space:pre-wrap}.ibiz-input .el-input__suffix .ibiz-input__unit{font-style:normal}.ibiz-input-form-default-content{display:none}.ibiz-form-item .ibiz-input.is-show-default.is-textarea{padding:var(--ibiz-form-item-hover-edit-padding);overflow:hidden}.ibiz-form-item .ibiz-input.is-show-default.is-textarea .ibiz-input-form-default-content{display:block}.ibiz-form-item .ibiz-input.is-show-default.is-textarea .ibiz-input-input{display:none}.ibiz-form-item .ibiz-input.is-show-default:hover .ibiz-input-form-default-content{display:none}.ibiz-form-item .ibiz-input.is-show-default:hover .ibiz-input-input{display:inline-flex}.ibiz-form-item .ibiz-input.is-show-default .ibiz-input-form-default-content{display:flex;align-items:center;width:100%;padding:var(--ibiz-form-item-hover-edit-padding);font-family:Arial,sans-serif;font-size:var(--ibiz-form-item-font-size);line-height:var(--ibiz-editor-default-line-height);color:var(--ibiz-form-item-text-color);word-wrap:break-word;white-space:pre-wrap}.ibiz-form-item .ibiz-input.is-show-default .ibiz-input-input{display:none;font-family:Arial,sans-serif}.ibiz-form-item .ibiz-input.is-show-default .ibiz-input-input.el-textarea .el-textarea__inner{word-wrap:break-word;white-space:pre-wrap}.ibiz-form-item .ibiz-input.is-show-default.is-editable .ibiz-input-form-default-content{display:none}.ibiz-form-item .ibiz-input.is-show-default.is-editable .ibiz-input-input{display:inline-flex}
|
|
@@ -69,10 +69,23 @@ const IBizInput = /* @__PURE__ */ defineComponent({
|
|
|
69
69
|
immediate: true
|
|
70
70
|
});
|
|
71
71
|
const currentFormatVal = computed(() => {
|
|
72
|
+
let text = "";
|
|
73
|
+
const {
|
|
74
|
+
unitName
|
|
75
|
+
} = props.controller.parent;
|
|
72
76
|
if (currentVal.value) {
|
|
73
|
-
|
|
77
|
+
text = props.controller.formatValue(currentVal.value);
|
|
78
|
+
}
|
|
79
|
+
if (unitName) {
|
|
80
|
+
if (c.emptyHiddenUnit) {
|
|
81
|
+
if (text) {
|
|
82
|
+
text += unitName;
|
|
83
|
+
}
|
|
84
|
+
} else {
|
|
85
|
+
text += unitName;
|
|
86
|
+
}
|
|
74
87
|
}
|
|
75
|
-
return
|
|
88
|
+
return text;
|
|
76
89
|
});
|
|
77
90
|
const onEmit = (val, eventName = "blur") => {
|
|
78
91
|
if (eventName === c.triggerMode) {
|
|
@@ -231,8 +244,14 @@ const IBizInput = /* @__PURE__ */ defineComponent({
|
|
|
231
244
|
unitName
|
|
232
245
|
} = props.controller.parent;
|
|
233
246
|
let text = "".concat(props.controller.formatValue(currentVal.value));
|
|
234
|
-
if (
|
|
235
|
-
|
|
247
|
+
if (unitName) {
|
|
248
|
+
if (c.emptyHiddenUnit) {
|
|
249
|
+
if (text) {
|
|
250
|
+
text += unitName;
|
|
251
|
+
}
|
|
252
|
+
} else {
|
|
253
|
+
text += unitName;
|
|
254
|
+
}
|
|
236
255
|
}
|
|
237
256
|
return text;
|
|
238
257
|
});
|
|
@@ -305,9 +324,17 @@ const IBizInput = /* @__PURE__ */ defineComponent({
|
|
|
305
324
|
const slots = {};
|
|
306
325
|
if (unitName) {
|
|
307
326
|
slots.suffix = () => {
|
|
327
|
+
let unitText = "";
|
|
328
|
+
if (this.c.emptyHiddenUnit) {
|
|
329
|
+
if (this.currentVal) {
|
|
330
|
+
unitText = unitName;
|
|
331
|
+
}
|
|
332
|
+
} else {
|
|
333
|
+
unitText = unitName;
|
|
334
|
+
}
|
|
308
335
|
return createVNode("i", {
|
|
309
336
|
"class": this.ns.e("unit")
|
|
310
|
-
}, [
|
|
337
|
+
}, [unitText]);
|
|
311
338
|
};
|
|
312
339
|
}
|
|
313
340
|
if (predefinedType === "AUTH_USERID") {
|
|
@@ -80,5 +80,12 @@ export declare class TextBoxEditorController extends CodeListEditorController<IT
|
|
|
80
80
|
* @Date: 2023-05-24 10:55:50
|
|
81
81
|
*/
|
|
82
82
|
codeList: IAppCodeList | undefined;
|
|
83
|
+
/**
|
|
84
|
+
* 无值隐藏单位
|
|
85
|
+
*
|
|
86
|
+
* @type {boolean}
|
|
87
|
+
* @memberof TextBoxEditorController
|
|
88
|
+
*/
|
|
89
|
+
emptyHiddenUnit: boolean;
|
|
83
90
|
protected onInit(): Promise<void>;
|
|
84
91
|
}
|
|
@@ -81,6 +81,13 @@ class TextBoxEditorController extends CodeListEditorController {
|
|
|
81
81
|
* @Date: 2023-05-24 10:55:50
|
|
82
82
|
*/
|
|
83
83
|
__publicField(this, "codeList");
|
|
84
|
+
/**
|
|
85
|
+
* 无值隐藏单位
|
|
86
|
+
*
|
|
87
|
+
* @type {boolean}
|
|
88
|
+
* @memberof TextBoxEditorController
|
|
89
|
+
*/
|
|
90
|
+
__publicField(this, "emptyHiddenUnit", true);
|
|
84
91
|
}
|
|
85
92
|
async onInit() {
|
|
86
93
|
await super.onInit();
|
|
@@ -132,6 +139,9 @@ class TextBoxEditorController extends CodeListEditorController {
|
|
|
132
139
|
const app = await ibiz.hub.getApp(this.context.srfappid);
|
|
133
140
|
this.codeList = app.codeList.getCodeList(this.model.appCodeListId);
|
|
134
141
|
}
|
|
142
|
+
if (this.extraParams) {
|
|
143
|
+
this.emptyHiddenUnit = this.extraParams.emptyHiddenUnit;
|
|
144
|
+
}
|
|
135
145
|
}
|
|
136
146
|
}
|
|
137
147
|
|
|
@@ -26,6 +26,8 @@ export declare const IBizImagePreview: import("vue").DefineComponent<{
|
|
|
26
26
|
ns: import("@ibiz-template/core").Namespace;
|
|
27
27
|
c: UploadEditorController;
|
|
28
28
|
showFormDefaultContent: import("vue").ComputedRef<boolean>;
|
|
29
|
+
previewList: import("vue").ComputedRef<(string | undefined)[]>;
|
|
30
|
+
onClick: (event: MouseEvent) => void;
|
|
29
31
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
30
32
|
change: (_value: unknown, _name?: string | undefined) => boolean;
|
|
31
33
|
blur: (_event?: IData | undefined) => boolean;
|
|
@@ -8,30 +8,43 @@ const IBizImagePreview = /* @__PURE__ */ defineComponent({
|
|
|
8
8
|
props: getUploadProps(),
|
|
9
9
|
emits: getEditorEmits(),
|
|
10
10
|
setup(props) {
|
|
11
|
+
var _a;
|
|
11
12
|
const ns = useNamespace("image-preview");
|
|
12
13
|
const c = props.controller;
|
|
14
|
+
const result = ((_a = c.editorParams) == null ? void 0 : _a.STOPPROPAGATION) !== "false";
|
|
13
15
|
const showFormDefaultContent = computed(() => {
|
|
14
16
|
if (props.controlParams && props.controlParams.editmode === "hover" && !props.readonly) {
|
|
15
17
|
return true;
|
|
16
18
|
}
|
|
17
19
|
return false;
|
|
18
20
|
});
|
|
21
|
+
const onClick = (event) => {
|
|
22
|
+
if (result) {
|
|
23
|
+
event.stopPropagation();
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
const previewList = computed(() => {
|
|
27
|
+
if (!result) {
|
|
28
|
+
return [];
|
|
29
|
+
}
|
|
30
|
+
return [props.value];
|
|
31
|
+
});
|
|
19
32
|
return {
|
|
20
33
|
ns,
|
|
21
34
|
c,
|
|
22
|
-
showFormDefaultContent
|
|
35
|
+
showFormDefaultContent,
|
|
36
|
+
previewList,
|
|
37
|
+
onClick
|
|
23
38
|
};
|
|
24
39
|
},
|
|
25
40
|
render() {
|
|
26
41
|
return createVNode("div", {
|
|
27
42
|
"class": [this.ns.b(), this.ns.is("show-default", this.showFormDefaultContent)],
|
|
28
|
-
"onClick":
|
|
29
|
-
e.stopPropagation();
|
|
30
|
-
}
|
|
43
|
+
"onClick": this.onClick
|
|
31
44
|
}, [createVNode(resolveComponent("el-image"), mergeProps({
|
|
32
45
|
"fit": "contain",
|
|
33
46
|
"src": this.value,
|
|
34
|
-
"preview-src-list":
|
|
47
|
+
"preview-src-list": this.previewList
|
|
35
48
|
}, this.$attrs), null)]);
|
|
36
49
|
}
|
|
37
50
|
});
|
|
@@ -6,7 +6,7 @@ import { ref, watch, computed } from 'vue';
|
|
|
6
6
|
function useIViewUpload(props, valueChange, c) {
|
|
7
7
|
const files = ref([]);
|
|
8
8
|
const headers = ref({
|
|
9
|
-
Authorization: "Bearer ".concat(getCookie(CoreConst.TOKEN))
|
|
9
|
+
["".concat(ibiz.env.tokenHeader, "Authorization")]: "".concat(ibiz.env.tokenPrefix, "Bearer ").concat(getCookie(CoreConst.TOKEN))
|
|
10
10
|
});
|
|
11
11
|
const uploadUrl = ref("");
|
|
12
12
|
const downloadUrl = ref("");
|
package/es/locale/en/index.d.ts
CHANGED
|
@@ -60,6 +60,8 @@ declare const _default: {
|
|
|
60
60
|
cannotEmpty: string;
|
|
61
61
|
unadaptedLayout: string;
|
|
62
62
|
placeholderIdentifier: string;
|
|
63
|
+
refresh: string;
|
|
64
|
+
wxQrcodeCaption: string;
|
|
63
65
|
};
|
|
64
66
|
plugin: {
|
|
65
67
|
failureConfigurationLoad: string;
|
|
@@ -314,6 +316,19 @@ declare const _default: {
|
|
|
314
316
|
unconfigured: string;
|
|
315
317
|
unconfiguredEntities: string;
|
|
316
318
|
};
|
|
319
|
+
voiceUtil: {
|
|
320
|
+
textToSpeechError: string;
|
|
321
|
+
};
|
|
322
|
+
encyptionUtil: {
|
|
323
|
+
encryptionError: string;
|
|
324
|
+
publicKeyPemError: string;
|
|
325
|
+
};
|
|
326
|
+
customThemeUtil: {
|
|
327
|
+
saveSuccess: string;
|
|
328
|
+
saveError: string;
|
|
329
|
+
resetSuccess: string;
|
|
330
|
+
resetError: string;
|
|
331
|
+
};
|
|
317
332
|
};
|
|
318
333
|
};
|
|
319
334
|
deLogic: {
|
|
@@ -527,6 +542,15 @@ declare const _default: {
|
|
|
527
542
|
processedWithout: string;
|
|
528
543
|
noExistProcessed: string;
|
|
529
544
|
missingDetreeColumnId: string;
|
|
545
|
+
thirdAuth: {
|
|
546
|
+
noSupported: string;
|
|
547
|
+
corpidError: string;
|
|
548
|
+
dingTalkCodeErrir: string;
|
|
549
|
+
dingTalkAuthError: string;
|
|
550
|
+
appIdError: string;
|
|
551
|
+
oauthOpenAccessIdError: string;
|
|
552
|
+
noImplemented: string;
|
|
553
|
+
};
|
|
530
554
|
};
|
|
531
555
|
uiAction: {
|
|
532
556
|
noEntityOrBehavior: string;
|
|
@@ -615,6 +639,9 @@ declare const _default: {
|
|
|
615
639
|
noLogicalNodesConfigured: string;
|
|
616
640
|
};
|
|
617
641
|
utils: {
|
|
642
|
+
encryptionUitl: {
|
|
643
|
+
failed: string;
|
|
644
|
+
};
|
|
618
645
|
anime: {
|
|
619
646
|
noExistEndpointElement: string;
|
|
620
647
|
noExistAnimationElement: string;
|
|
@@ -730,6 +757,7 @@ declare const _default: {
|
|
|
730
757
|
loginView: {
|
|
731
758
|
passwordLength: string;
|
|
732
759
|
login: string;
|
|
760
|
+
thirdAuthFail: string;
|
|
733
761
|
};
|
|
734
762
|
subAppRefView: {
|
|
735
763
|
jump: string;
|
|
@@ -789,7 +817,19 @@ declare const _default: {
|
|
|
789
817
|
customTheme: {
|
|
790
818
|
themeColor: string;
|
|
791
819
|
light: string;
|
|
792
|
-
|
|
820
|
+
dark: string;
|
|
821
|
+
blue: string;
|
|
822
|
+
user1: string;
|
|
823
|
+
user2: string;
|
|
824
|
+
user3: string;
|
|
825
|
+
saveAndShare: string;
|
|
826
|
+
resetAndShare: string;
|
|
827
|
+
resetConfirmation: string;
|
|
828
|
+
resetConfirmationDesc: string;
|
|
829
|
+
resetConfirmationGlobalDesc: string;
|
|
830
|
+
closeModelEdit: string;
|
|
831
|
+
modelEdit: string;
|
|
832
|
+
adminOperation: string;
|
|
793
833
|
confirmCopyLink: string;
|
|
794
834
|
preview: string;
|
|
795
835
|
save: string;
|
|
@@ -830,15 +870,15 @@ declare const _default: {
|
|
|
830
870
|
primaryLightHoverColorDesc: string;
|
|
831
871
|
primaryLightActiveColor: string;
|
|
832
872
|
primaryLightActiveColorDesc: string;
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
873
|
+
text: string;
|
|
874
|
+
mainTextColor: string;
|
|
875
|
+
mianTextColorDesc: string;
|
|
876
|
+
minorTextColor: string;
|
|
877
|
+
minorTextColorDesc: string;
|
|
878
|
+
secondaryTextColor: string;
|
|
879
|
+
secondaryTextColorDesc: string;
|
|
880
|
+
lastTextColor: string;
|
|
881
|
+
lastTextColorDesc: string;
|
|
842
882
|
linkColor: string;
|
|
843
883
|
textLinkColor: string;
|
|
844
884
|
textLinkColorDesc: string;
|
|
@@ -879,23 +919,29 @@ declare const _default: {
|
|
|
879
919
|
disabledFill: string;
|
|
880
920
|
disabledFillDesc: string;
|
|
881
921
|
sidebar: string;
|
|
882
|
-
sidebarBg: string;
|
|
883
|
-
sidebarBgDesc: string;
|
|
884
|
-
sidebarHoverBgColor: string;
|
|
885
|
-
sidebarHoverBgColorDesc: string;
|
|
886
|
-
sidebarSelectBgColor: string;
|
|
887
|
-
sidebarSelectBgColorDesc: string;
|
|
888
|
-
sidebarColor: string;
|
|
889
|
-
sidebarColorDesc: string;
|
|
890
922
|
top: string;
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
923
|
+
mainColor: string;
|
|
924
|
+
mainColorDesc: string;
|
|
925
|
+
secondaryColor: string;
|
|
926
|
+
secondaryColorDesc: string;
|
|
927
|
+
mainBgColor: string;
|
|
928
|
+
mainBgColorDesc: string;
|
|
929
|
+
secondaryBgColor: string;
|
|
930
|
+
secondaryBgColorDesc: string;
|
|
931
|
+
iconMainColor: string;
|
|
932
|
+
iconMainColorDesc: string;
|
|
933
|
+
iconSecondaryColor: string;
|
|
934
|
+
iconSecondaryColorDesc: string;
|
|
935
|
+
appMenuColor: string;
|
|
936
|
+
appMenuColorDesc: string;
|
|
937
|
+
appMenuHoverColor: string;
|
|
938
|
+
appMenuHoverColorDesc: string;
|
|
939
|
+
appMenuHoverBgColor: string;
|
|
940
|
+
appMenuHoverBgColorDesc: string;
|
|
941
|
+
appMenuActiveColor: string;
|
|
942
|
+
appMenuActiveColorDesc: string;
|
|
943
|
+
appMenuActiveBgColor: string;
|
|
944
|
+
appMenuActiveBgColorDesc: string;
|
|
899
945
|
ctrl: string;
|
|
900
946
|
grid: string;
|
|
901
947
|
gridHeaderBg: string;
|
|
@@ -995,6 +1041,17 @@ declare const _default: {
|
|
|
995
1041
|
saturday: string;
|
|
996
1042
|
};
|
|
997
1043
|
};
|
|
1044
|
+
calendarUser: {
|
|
1045
|
+
weeks: {
|
|
1046
|
+
monday: string;
|
|
1047
|
+
tuesday: string;
|
|
1048
|
+
wednesday: string;
|
|
1049
|
+
thursday: string;
|
|
1050
|
+
friday: string;
|
|
1051
|
+
saturday: string;
|
|
1052
|
+
sunday: string;
|
|
1053
|
+
};
|
|
1054
|
+
};
|
|
998
1055
|
};
|
|
999
1056
|
chart: {
|
|
1000
1057
|
chartPlaceholder: string;
|
|
@@ -1022,6 +1079,7 @@ declare const _default: {
|
|
|
1022
1079
|
checkTitle: string;
|
|
1023
1080
|
baseSet: string;
|
|
1024
1081
|
filterTitle: string;
|
|
1082
|
+
selectAll: string;
|
|
1025
1083
|
};
|
|
1026
1084
|
};
|
|
1027
1085
|
form: {
|
|
@@ -1182,6 +1240,8 @@ declare const _default: {
|
|
|
1182
1240
|
headerCaption: string;
|
|
1183
1241
|
optionalAttribute: string;
|
|
1184
1242
|
selectedAttribute: string;
|
|
1243
|
+
limitsize: string;
|
|
1244
|
+
reachedMaximum: string;
|
|
1185
1245
|
};
|
|
1186
1246
|
actionToolbar: {
|
|
1187
1247
|
more: string;
|
|
@@ -1288,11 +1348,27 @@ declare const _default: {
|
|
|
1288
1348
|
emojiPicker: {
|
|
1289
1349
|
addEmoji: string;
|
|
1290
1350
|
};
|
|
1351
|
+
colorPicker: {
|
|
1352
|
+
systemColor: string;
|
|
1353
|
+
templateColor: string;
|
|
1354
|
+
simpleBlue: string;
|
|
1355
|
+
autumnOrange: string;
|
|
1356
|
+
Macaroon: string;
|
|
1357
|
+
mintGreen: string;
|
|
1358
|
+
selector: string;
|
|
1359
|
+
textValue: string;
|
|
1360
|
+
add: string;
|
|
1361
|
+
};
|
|
1291
1362
|
};
|
|
1292
1363
|
panelComponent: {
|
|
1293
1364
|
authUserinfo: {
|
|
1294
1365
|
visitor: string;
|
|
1295
1366
|
};
|
|
1367
|
+
authSsO: {
|
|
1368
|
+
noSupported: string;
|
|
1369
|
+
dingLogin: string;
|
|
1370
|
+
wechatLogin: string;
|
|
1371
|
+
};
|
|
1296
1372
|
coopPos: {
|
|
1297
1373
|
view: string;
|
|
1298
1374
|
edit: string;
|
package/es/locale/en/index.mjs
CHANGED
|
@@ -50,7 +50,8 @@ var index = {
|
|
|
50
50
|
},
|
|
51
51
|
loginView: {
|
|
52
52
|
passwordLength: "The password length cannot be less than 6 digits",
|
|
53
|
-
login: "Login"
|
|
53
|
+
login: "Login",
|
|
54
|
+
thirdAuthFail: "Third party login authorization failed"
|
|
54
55
|
},
|
|
55
56
|
subAppRefView: {
|
|
56
57
|
jump: "Redirect"
|
|
@@ -111,10 +112,22 @@ var index = {
|
|
|
111
112
|
customTheme: {
|
|
112
113
|
themeColor: "Theme color",
|
|
113
114
|
light: "Bright color",
|
|
114
|
-
|
|
115
|
+
dark: "Dark",
|
|
116
|
+
blue: "Blue",
|
|
117
|
+
user1: "USER1",
|
|
118
|
+
user2: "USER2",
|
|
119
|
+
user3: "USER3",
|
|
120
|
+
saveAndShare: "Apply to global",
|
|
121
|
+
resetAndShare: "Reset to global",
|
|
122
|
+
resetConfirmation: "Reset confirmation",
|
|
123
|
+
resetConfirmationDesc: "Please confirm if it is necessary to reset the currently selected theme and load global default data?",
|
|
124
|
+
resetConfirmationGlobalDesc: "Please confirm if it is necessary to reset the global default data?",
|
|
125
|
+
closeModelEdit: "Close json model editing",
|
|
126
|
+
modelEdit: "Json model editing",
|
|
127
|
+
adminOperation: "Administrator operation",
|
|
115
128
|
confirmCopyLink: "Confirm copy link",
|
|
116
129
|
preview: "Preview",
|
|
117
|
-
save: "
|
|
130
|
+
save: "Apply",
|
|
118
131
|
reset: "Reset",
|
|
119
132
|
share: "Share",
|
|
120
133
|
app: "Apply",
|
|
@@ -152,15 +165,15 @@ var index = {
|
|
|
152
165
|
primaryLightHoverColorDesc: "Light version with main colors suspended",
|
|
153
166
|
primaryLightActiveColor: "Main light activation colors",
|
|
154
167
|
primaryLightActiveColorDesc: "Light version main color activation state",
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
168
|
+
text: "Text color",
|
|
169
|
+
mainTextColor: "Text main color",
|
|
170
|
+
mianTextColorDesc: "Text colors - most important",
|
|
171
|
+
minorTextColor: "Text slightly less colored",
|
|
172
|
+
minorTextColorDesc: "Text color - slightly Minor",
|
|
173
|
+
secondaryTextColor: "Text secondary color",
|
|
174
|
+
secondaryTextColorDesc: "Text color - secondary",
|
|
175
|
+
lastTextColor: "Text minimum color",
|
|
176
|
+
lastTextColorDesc: "Text color - least significant",
|
|
164
177
|
linkColor: "Link color",
|
|
165
178
|
textLinkColor: "Text link color",
|
|
166
179
|
textLinkColorDesc: "Link color - Most important",
|
|
@@ -201,23 +214,29 @@ var index = {
|
|
|
201
214
|
disabledFill: "Disable fill color",
|
|
202
215
|
disabledFillDesc: "Disabled state - Fill",
|
|
203
216
|
sidebar: "Side navigation bar",
|
|
204
|
-
sidebarBg: "Background color",
|
|
205
|
-
sidebarBgDesc: "Side navigation bar background color",
|
|
206
|
-
sidebarHoverBgColor: "Hover color",
|
|
207
|
-
sidebarHoverBgColorDesc: "The sidebar navigation menu suspends colors",
|
|
208
|
-
sidebarSelectBgColor: "Selected color",
|
|
209
|
-
sidebarSelectBgColorDesc: "Side navigation bar menu Select color",
|
|
210
|
-
sidebarColor: "Font Color",
|
|
211
|
-
sidebarColorDesc: "Side navigation bar font color",
|
|
212
217
|
top: "Top navigation bar",
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
218
|
+
mainColor: "Main font color",
|
|
219
|
+
mainColorDesc: "Main color of navigation bar font",
|
|
220
|
+
secondaryColor: "Font secondary color",
|
|
221
|
+
secondaryColorDesc: "Navigation bar font secondary color",
|
|
222
|
+
mainBgColor: "Background main color",
|
|
223
|
+
mainBgColorDesc: "Main color of navigation bar background ",
|
|
224
|
+
secondaryBgColor: "Background secondary color",
|
|
225
|
+
secondaryBgColorDesc: "Navigation bar background secondary color",
|
|
226
|
+
iconMainColor: "Icon main color",
|
|
227
|
+
iconMainColorDesc: "Main color of navigation bar ICONS",
|
|
228
|
+
iconSecondaryColor: "Icon secondary color",
|
|
229
|
+
iconSecondaryColorDesc: "Navigation bar icon secondary color ",
|
|
230
|
+
appMenuColor: "Menu colors",
|
|
231
|
+
appMenuColorDesc: "Navigation bar Application Menu Font color",
|
|
232
|
+
appMenuHoverColor: "Menu Suspension color",
|
|
233
|
+
appMenuHoverColorDesc: "Navigation bar Application Menu Font Suspension color",
|
|
234
|
+
appMenuHoverBgColor: "Menu suspended background color",
|
|
235
|
+
appMenuHoverBgColorDesc: "Navigation bar apply menu suspension background color",
|
|
236
|
+
appMenuActiveColor: "Menu color selection",
|
|
237
|
+
appMenuActiveColorDesc: "Navigation bar application menu Select Font color ",
|
|
238
|
+
appMenuActiveBgColor: "Menu select Background color",
|
|
239
|
+
appMenuActiveBgColorDesc: "navigation application menu to select the background color",
|
|
221
240
|
ctrl: "control",
|
|
222
241
|
grid: "Table",
|
|
223
242
|
gridHeaderBg: "Table header Background color",
|
|
@@ -316,6 +335,17 @@ var index = {
|
|
|
316
335
|
friday: "Fri",
|
|
317
336
|
saturday: "Sat"
|
|
318
337
|
}
|
|
338
|
+
},
|
|
339
|
+
calendarUser: {
|
|
340
|
+
weeks: {
|
|
341
|
+
monday: "Mon",
|
|
342
|
+
tuesday: "Tue",
|
|
343
|
+
wednesday: "Wed",
|
|
344
|
+
thursday: "Thu",
|
|
345
|
+
friday: "Fri",
|
|
346
|
+
saturday: "Sat",
|
|
347
|
+
sunday: "Sun"
|
|
348
|
+
}
|
|
319
349
|
}
|
|
320
350
|
},
|
|
321
351
|
chart: {
|
|
@@ -343,7 +373,8 @@ var index = {
|
|
|
343
373
|
ctrlPlaceholder: "Please enter a control name",
|
|
344
374
|
checkTitle: "This parameter is valid for all reports in the data set",
|
|
345
375
|
baseSet: "Basic setup",
|
|
346
|
-
filterTitle: "Filter porlet"
|
|
376
|
+
filterTitle: "Filter porlet",
|
|
377
|
+
selectAll: "Select all"
|
|
347
378
|
}
|
|
348
379
|
},
|
|
349
380
|
form: {
|
|
@@ -504,7 +535,9 @@ var index = {
|
|
|
504
535
|
resultDefault: "Restore defaults",
|
|
505
536
|
headerCaption: "Header display attributes",
|
|
506
537
|
optionalAttribute: "Optional attributes",
|
|
507
|
-
selectedAttribute: "Selected attributes"
|
|
538
|
+
selectedAttribute: "Selected attributes",
|
|
539
|
+
limitsize: "Maximum limit {max}",
|
|
540
|
+
reachedMaximum: "Reached maximum value"
|
|
508
541
|
},
|
|
509
542
|
actionToolbar: {
|
|
510
543
|
more: "More"
|
|
@@ -611,12 +644,28 @@ var index = {
|
|
|
611
644
|
},
|
|
612
645
|
emojiPicker: {
|
|
613
646
|
addEmoji: "Add emoji"
|
|
647
|
+
},
|
|
648
|
+
colorPicker: {
|
|
649
|
+
systemColor: "System Color",
|
|
650
|
+
templateColor: "Template Color",
|
|
651
|
+
simpleBlue: "Simple Blue",
|
|
652
|
+
autumnOrange: "Autumn Orange",
|
|
653
|
+
Macaroon: "Macaroon",
|
|
654
|
+
mintGreen: "Mint Green",
|
|
655
|
+
selector: "Selector",
|
|
656
|
+
textValue: "Text",
|
|
657
|
+
add: "Add"
|
|
614
658
|
}
|
|
615
659
|
},
|
|
616
660
|
panelComponent: {
|
|
617
661
|
authUserinfo: {
|
|
618
662
|
visitor: "Visitor"
|
|
619
663
|
},
|
|
664
|
+
authSsO: {
|
|
665
|
+
noSupported: "Login with {type} is not supported",
|
|
666
|
+
dingLogin: "DingTalk Login in",
|
|
667
|
+
wechatLogin: "Wechat Login in"
|
|
668
|
+
},
|
|
620
669
|
coopPos: {
|
|
621
670
|
view: "{username} is browsing",
|
|
622
671
|
edit: "{username} is editing",
|