@ibiz-template/mob-vue3-components 0.0.55 → 0.7.41-alpha.11
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-GD7RhhzY.js.map +1 -1
- package/dist/ibiz-markdown-editor-KT8uap_I.js.map +1 -1
- package/dist/{index-O-XmMUt3.js → index-JSf84k9b.js} +2 -2
- package/dist/index-JSf84k9b.js.map +1 -0
- package/dist/{index-NP0RBfWK.js → index-OsiEgFnw.js} +2 -2
- package/dist/index-OsiEgFnw.js.map +1 -0
- package/dist/index-q0SBDv6c.js +76 -0
- package/dist/index-q0SBDv6c.js.map +1 -0
- package/dist/index.min.css +9 -9
- package/dist/index.system.min.js +1 -1
- package/dist/{quill-editor-ybZrwyoG.js → quill-editor-5QOfComp.js} +2 -2
- package/dist/quill-editor-5QOfComp.js.map +1 -0
- package/dist/{quill-editor-preview-G9EjDfQE.js → quill-editor-preview-65f3RVj0.js} +2 -2
- package/dist/{quill-editor-preview-G9EjDfQE.js.map → quill-editor-preview-65f3RVj0.js.map} +1 -1
- package/dist/{quill-t_EJUjVi.js → quill-sraxwYmv.js} +2 -2
- package/dist/{quill-t_EJUjVi.js.map → quill-sraxwYmv.js.map} +1 -1
- package/dist/tree-nburezSg.js.map +1 -1
- package/es/_virtual/index12.mjs +2 -2
- package/es/_virtual/index13.mjs +2 -2
- package/es/common/button-list/button-list.d.ts +1 -0
- package/es/common/carousel/carousel.d.ts +2 -2
- package/es/common/cropping/cropping.d.ts +4 -4
- package/es/common/date-range-picker/components/range-picker/range-picker.d.ts +1 -1
- package/es/common/date-range-picker/date-range-picker.d.ts +3 -3
- package/es/common/emoji-select/components/categories/categories.d.ts +3 -3
- package/es/common/emoji-select/components/emoji-item/emoji-item.d.ts +3 -3
- package/es/common/emoji-select/components/emoji-list/emoji-list.d.ts +8 -8
- package/es/common/emoji-select/emoji-select.d.ts +3 -3
- package/es/common/emoji-select/icons/search.d.ts +1 -0
- package/es/common/index.mjs +2 -1
- package/es/common/md-ctrl-setting/md-ctrl-setting.d.ts +3 -3
- package/es/common/preset-view-back/preset-view-back.d.ts +2 -2
- package/es/common/preset-view-header/preset-view-header.d.ts +1 -1
- package/es/common/preset-view-header/preset-view-header.mjs +3 -0
- package/es/common/rawitem/rawitem.d.ts +2 -2
- package/es/control/app-menu/app-menu.d.ts +31 -5
- package/es/control/app-menu/app-menu.mjs +13 -0
- package/es/control/app-menu/custom-menu-design/custom-menu-design.d.ts +1 -1
- package/es/control/app-menu/index.d.ts +6 -6
- package/es/control/app-menu-icon-view/app-menu-icon-view.d.ts +5 -5
- package/es/control/app-menu-icon-view/index.d.ts +5 -5
- package/es/control/app-menu-list-view/app-menu-list-view.css +1 -1
- package/es/control/app-menu-list-view/app-menu-list-view.d.ts +5 -5
- package/es/control/app-menu-list-view/app-menu-list-view.mjs +57 -32
- package/es/control/app-menu-list-view/index.d.ts +5 -5
- package/es/control/calendar/calendar.d.ts +46 -6
- package/es/control/calendar/calendar.mjs +20 -0
- package/es/control/calendar/index.d.ts +7 -7
- package/es/control/caption-bar/caption-bar.d.ts +31 -5
- package/es/control/caption-bar/caption-bar.mjs +13 -0
- package/es/control/caption-bar/index.d.ts +5 -5
- package/es/control/chart/chart.d.ts +45 -5
- package/es/control/chart/chart.mjs +20 -0
- package/es/control/dashboard/dashboard.d.ts +32 -6
- package/es/control/dashboard/dashboard.mjs +13 -0
- package/es/control/dashboard/index.d.ts +6 -6
- package/es/control/dashboard/portlet/portlet-part/portlet-part.state.d.ts +1 -0
- package/es/control/dashboard/portlet/portlet-part/portlet-part.state.mjs +1 -0
- package/es/control/data-view/data-view.d.ts +49 -7
- package/es/control/data-view/data-view.mjs +23 -3
- package/es/control/data-view/index.d.ts +7 -7
- package/es/control/drbar/drbar.controller.d.ts +1 -0
- package/es/control/drbar/drbar.controller.mjs +3 -0
- package/es/control/drbar/drbar.d.ts +45 -16
- package/es/control/drbar/drbar.mjs +19 -4
- package/es/control/drbar/index.d.ts +7 -16
- package/es/control/drtab/drtab.controller.d.ts +1 -0
- package/es/control/drtab/drtab.controller.mjs +3 -0
- package/es/control/drtab/drtab.d.ts +33 -7
- package/es/control/drtab/drtab.mjs +13 -0
- package/es/control/drtab/index.d.ts +7 -7
- package/es/control/form/edit-form/edit-form.mjs +44 -0
- package/es/control/form/form/form.d.ts +7 -1
- package/es/control/form/form/form.mjs +3 -0
- package/es/control/form/form/index.d.ts +1 -1
- package/es/control/form/form-detail/form-group-panel/form-group-panel.css +1 -1
- package/es/control/form/form-detail/form-item/form-item-container/form-item-container.d.ts +1 -1
- package/es/control/form/form-detail/form-item/form-item.d.ts +2 -2
- package/es/control/form/form-detail/form-item/index.d.ts +2 -2
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.d.ts +1 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.mjs +4 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-multi-form/repeater-multi-form.d.ts +1 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-multi-form/repeater-multi-form.mjs +1 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.d.ts +9 -3
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.mjs +4 -0
- package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.d.ts +6 -6
- package/es/control/form/search-form/index.d.ts +5 -5
- package/es/control/form/search-form/search-form.d.ts +31 -5
- package/es/control/form/search-form/search-form.mjs +13 -0
- package/es/control/list/list/index.d.ts +7 -7
- package/es/control/list/list/list.d.ts +81 -7
- package/es/control/list/list/list.mjs +37 -0
- package/es/control/list/list-render-util.d.ts +1 -0
- package/es/control/list/md-ctrl/index.d.ts +9 -9
- package/es/control/list/md-ctrl/md-ctrl.d.ts +71 -9
- package/es/control/list/md-ctrl/md-ctrl.mjs +31 -0
- package/es/control/pickup-view-panel/index.d.ts +7 -7
- package/es/control/pickup-view-panel/pickup-view-panel.controller.d.ts +2 -0
- package/es/control/pickup-view-panel/pickup-view-panel.controller.mjs +3 -0
- package/es/control/pickup-view-panel/pickup-view-panel.d.ts +47 -7
- package/es/control/pickup-view-panel/pickup-view-panel.mjs +20 -0
- package/es/control/search-bar/filter-field-select/filter-field-select.d.ts +3 -3
- package/es/control/search-bar/filter-tree/filter-tree.d.ts +6 -6
- package/es/control/search-bar/index.d.ts +5 -5
- package/es/control/search-bar/search-bar.d.ts +31 -5
- package/es/control/search-bar/search-bar.mjs +13 -0
- package/es/control/tab-exp-panel/index.d.ts +5 -5
- package/es/control/tab-exp-panel/tab-exp-panel.d.ts +37 -5
- package/es/control/tab-exp-panel/tab-exp-panel.mjs +16 -0
- package/es/control/toolbar/index.d.ts +7 -7
- package/es/control/toolbar/popper-toolbar/popper-toolbar.d.ts +7 -7
- package/es/control/toolbar/toolbar.d.ts +33 -7
- package/es/control/toolbar/toolbar.mjs +13 -0
- package/es/control/tree/tree.d.ts +48 -6
- package/es/control/tree/tree.mjs +21 -0
- package/es/control/tree-exp-bar/index.d.ts +5 -5
- package/es/control/tree-exp-bar/tree-exp-bar.d.ts +49 -5
- package/es/control/tree-exp-bar/tree-exp-bar.mjs +22 -0
- package/es/control/wizard-panel/index.d.ts +5 -5
- package/es/control/wizard-panel/wizard-panel.d.ts +31 -5
- package/es/control/wizard-panel/wizard-panel.mjs +13 -0
- package/es/editor/cascader/ibiz-cascader/ibiz-cascader.d.ts +22 -13
- package/es/editor/check-box/ibiz-checkbox/ibiz-checkbox.d.ts +17 -8
- package/es/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.d.ts +16 -9
- package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.d.ts +15 -8
- package/es/editor/common/data-mpicker/ibiz-data-mpicker.d.ts +4 -4
- package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.d.ts +18 -11
- package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.mjs +144 -26
- package/es/editor/data-picker/ibiz-picker/ibiz-picker.d.ts +18 -11
- package/es/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.d.ts +17 -9
- package/es/editor/date-picker/ibiz-date-picker/ibiz-date-picker.d.ts +15 -8
- package/es/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.d.ts +22 -10
- package/es/editor/dropdown-list/dropdown-list-editor.provider.mjs +3 -0
- package/es/editor/dropdown-list/ibiz-cascader-dropdown/ibiz-cascader-dropdown.css +1 -0
- package/es/editor/dropdown-list/ibiz-cascader-dropdown/ibiz-cascader-dropdown.d.ts +84 -0
- package/es/editor/dropdown-list/ibiz-cascader-dropdown/ibiz-cascader-dropdown.mjs +142 -0
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.d.ts +20 -13
- package/es/editor/dropdown-list/ibiz-dropdown-list/ibiz-dropdown-list.d.ts +17 -10
- package/es/editor/dropdown-list/ibiz-emoji-picker/ibiz-emoji-picker.d.ts +16 -8
- package/es/editor/dropdown-list/index.d.ts +1 -0
- package/es/editor/dropdown-list/index.mjs +1 -0
- package/es/editor/html/quill-editor/quill-editor.d.ts +15 -0
- package/es/editor/index.mjs +17 -1
- package/es/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.d.ts +9 -0
- package/es/editor/number-range/ibiz-number-range-picker/ibiz-number-range-picker.d.ts +23 -9
- package/es/editor/qrcode/ibiz-qrcode/ibiz-qrcode.d.ts +15 -8
- package/es/editor/radio-button-list/ibiz-radio/ibiz-radio.d.ts +16 -9
- package/es/editor/rate/ibiz-rate/ibiz-rate.d.ts +16 -8
- package/es/editor/raw/ibiz-raw/ibiz-raw.d.ts +17 -8
- package/es/editor/slider/ibiz-slider/ibiz-slider.d.ts +23 -8
- package/es/editor/span/span/span.d.ts +15 -3
- package/es/editor/span/span-link/span-link.d.ts +16 -8
- package/es/editor/stepper/ibiz-stepper/ibiz-stepper.d.ts +20 -8
- package/es/editor/switch/ibiz-switch/ibiz-switch.d.ts +16 -8
- package/es/editor/text-box/ibiz-input-number/ibiz-input-number.d.ts +17 -8
- package/es/editor/text-box/index.d.ts +1 -0
- package/es/editor/text-box/index.mjs +1 -0
- package/es/editor/text-box/input/input.css +1 -1
- package/es/editor/text-box/input/input.d.ts +19 -8
- package/es/editor/text-box/input/input.mjs +24 -2
- package/es/editor/text-box/signature/signature.css +1 -0
- package/es/editor/text-box/signature/signature.d.ts +104 -0
- package/es/editor/text-box/signature/signature.mjs +270 -0
- package/es/editor/text-box/text-box-editor.provider.mjs +3 -0
- package/es/editor/upload/ibiz-carousel/ibiz-carousel.d.ts +19 -8
- package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.d.ts +24 -12
- package/es/editor/upload/ibiz-image-cropping/ibiz-image-cropping.d.ts +27 -13
- package/es/editor/upload/ibiz-image-select/ibiz-image-select.d.ts +18 -8
- package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.d.ts +24 -12
- package/es/index.mjs +2 -0
- package/es/locale/en/index.d.ts +47 -4
- package/es/locale/en/index.mjs +14 -0
- package/es/locale/zh-CN/index.d.ts +47 -4
- package/es/locale/zh-CN/index.mjs +14 -0
- package/es/mob-app/App.mjs +19 -2
- package/es/mob-app/components/router-shell/router-shell.d.ts +3 -3
- package/es/mob-app/guard/auth-guard/auth-guard.mjs +141 -55
- package/es/mob-app/main.mjs +1 -0
- package/es/mob-app/util/unauthorized-handler/unauthorized-handler.d.ts +13 -5
- package/es/mob-app/util/unauthorized-handler/unauthorized-handler.mjs +50 -15
- package/es/node_modules/.pnpm/dingtalk-jsapi@3.0.38/node_modules/dingtalk-jsapi/lib/packages/frame-talk-client-pc/index.mjs +1 -1
- package/es/node_modules/.pnpm/dingtalk-jsapi@3.0.38/node_modules/dingtalk-jsapi/lib/sdk/middlewares/index.mjs +1 -1
- package/es/panel-component/async-action/index.d.ts +2 -2
- package/es/panel-component/async-action/mob-async-action.d.ts +7 -2
- package/es/panel-component/auth-sso/auth-sso.css +1 -1
- package/es/panel-component/auth-sso/auth-sso.d.ts +24 -1
- package/es/panel-component/auth-sso/auth-sso.mjs +84 -6
- package/es/panel-component/auth-sso/index.d.ts +7 -1
- package/es/panel-component/auth-userinfo/auth-userinfo.d.ts +18 -0
- package/es/panel-component/auth-userinfo/auth-userinfo.mjs +6 -0
- package/es/panel-component/nav-pos-index/nav-pos-index.controller.d.ts +23 -37
- package/es/panel-component/nav-pos-index/nav-pos-index.controller.mjs +23 -37
- package/es/panel-component/nav-pos-index/nav-pos-index.d.ts +18 -0
- package/es/panel-component/nav-pos-index/nav-pos-index.mjs +6 -0
- package/es/panel-component/nav-pos-index/nav-pos-index.state.d.ts +8 -12
- package/es/panel-component/nav-pos-index/nav-pos-index.state.mjs +8 -12
- package/es/panel-component/panel-app-title/panel-app-title.controller.d.ts +3 -2
- package/es/panel-component/panel-app-title/panel-app-title.controller.mjs +1 -0
- package/es/panel-component/panel-app-title/panel-app-title.d.ts +17 -0
- package/es/panel-component/panel-app-title/panel-app-title.mjs +6 -0
- package/es/panel-component/panel-app-title/panel-app-title.state.d.ts +14 -28
- package/es/panel-component/panel-app-title/panel-app-title.state.mjs +14 -28
- package/es/panel-component/panel-button/panel-button.controller.d.ts +4 -5
- package/es/panel-component/panel-button/panel-button.controller.mjs +2 -3
- package/es/panel-component/panel-button/panel-button.d.ts +17 -0
- package/es/panel-component/panel-button/panel-button.mjs +6 -0
- package/es/panel-component/panel-button/panel-button.state.d.ts +4 -6
- package/es/panel-component/panel-button/panel-button.state.mjs +4 -6
- package/es/panel-component/panel-button-list/panel-button-list.controller.d.ts +4 -5
- package/es/panel-component/panel-button-list/panel-button-list.controller.mjs +4 -5
- package/es/panel-component/panel-button-list/panel-button-list.d.ts +17 -0
- package/es/panel-component/panel-button-list/panel-button-list.mjs +6 -0
- package/es/panel-component/panel-button-list/panel-button-list.state.d.ts +2 -2
- package/es/panel-component/panel-button-list/panel-button-list.state.mjs +2 -2
- package/es/panel-component/panel-carousel/index.d.ts +2 -2
- package/es/panel-component/panel-carousel/panel-carousel.controller.d.ts +2 -4
- package/es/panel-component/panel-carousel/panel-carousel.controller.mjs +2 -4
- package/es/panel-component/panel-carousel/panel-carousel.d.ts +19 -2
- package/es/panel-component/panel-carousel/panel-carousel.mjs +6 -0
- package/es/panel-component/panel-tab-panel/panel-tab-panel.controller.d.ts +2 -4
- package/es/panel-component/panel-tab-panel/panel-tab-panel.controller.mjs +2 -4
- package/es/panel-component/panel-tab-panel/panel-tab-panel.d.ts +17 -0
- package/es/panel-component/panel-tab-panel/panel-tab-panel.mjs +6 -0
- package/es/panel-component/panel-tab-panel/panel-tab-panel.state.d.ts +2 -4
- package/es/panel-component/panel-tab-panel/panel-tab-panel.state.mjs +2 -4
- package/es/panel-component/panel-video-player/panel-video-player.controller.d.ts +2 -4
- package/es/panel-component/panel-video-player/panel-video-player.controller.mjs +2 -4
- package/es/panel-component/panel-video-player/panel-video-player.d.ts +11 -0
- package/es/panel-component/panel-video-player/panel-video-player.mjs +3 -0
- package/es/panel-component/user-message/index.d.ts +3 -3
- package/es/panel-component/user-message/user-message.d.ts +8 -3
- package/es/panel-component/view-content-panel-container/view-content-panel-container.d.ts +5 -0
- package/es/panel-component/view-content-panel-container/view-content-panel-container.mjs +6 -0
- package/es/panel-component/view-footer-panel-container/view-footer-panel-container.d.ts +17 -0
- package/es/panel-component/view-footer-panel-container/view-footer-panel-container.mjs +6 -0
- package/es/panel-component/view-header-panel-container/index.d.ts +1 -0
- package/es/panel-component/view-header-panel-container/view-header-panel-container.d.ts +18 -0
- package/es/panel-component/view-header-panel-container/view-header-panel-container.mjs +22 -1
- package/es/panel-component/wf-action-button/index.d.ts +1 -1
- package/es/panel-component/wf-action-button/wf-action-button.controller.d.ts +4 -6
- package/es/panel-component/wf-action-button/wf-action-button.controller.mjs +2 -4
- package/es/panel-component/wf-action-button/wf-action-button.d.ts +17 -0
- package/es/panel-component/wf-action-button/wf-action-button.mjs +6 -0
- package/es/panel-component/wf-action-button/wf-action-button.state.d.ts +2 -4
- package/es/panel-component/wf-action-button/wf-action-button.state.mjs +2 -4
- package/es/panel-component/wf-step-trace/index.d.ts +1 -1
- package/es/panel-component/wf-step-trace/wf-step-trace.controller.d.ts +2 -4
- package/es/panel-component/wf-step-trace/wf-step-trace.controller.mjs +2 -4
- package/es/panel-component/wf-step-trace/wf-step-trace.d.ts +12 -1
- package/es/panel-component/wf-step-trace/wf-step-trace.mjs +3 -0
- package/es/panel-component/wf-step-trace/wf-step-trace.state.d.ts +2 -4
- package/es/panel-component/wf-step-trace/wf-step-trace.state.mjs +2 -4
- package/es/util/app-drawer/app-drawer-component.d.ts +1 -1
- package/es/util/app-modal/app-modal-component.d.ts +2 -2
- package/es/util/app-util/app-util.d.ts +66 -1
- package/es/util/app-util/app-util.mjs +66 -0
- package/es/util/open-view-util/open-view-util.mjs +6 -6
- package/es/util/scan-qrcode/scan-qrcode.d.ts +3 -3
- package/es/view/login-view/login-view.d.ts +1 -1
- package/es/view/portal-view/index.d.ts +7 -7
- package/es/view/portal-view/portal-view.d.ts +7 -7
- package/es/view-engine/login-view.engine.d.ts +2 -2
- package/es/view-engine/login-view.engine.mjs +2 -0
- package/es/view-engine/mob-data-view-engine.d.ts +2 -2
- package/es/view-engine/mob-data-view-engine.mjs +0 -1
- package/es/view-engine/mob-edit-view.engine.d.ts +2 -2
- package/es/view-engine/mob-edit-view.engine.mjs +5 -1
- package/es/view-engine/mob-md-view-engine.d.ts +2 -2
- package/es/view-engine/mob-md-view-engine.mjs +0 -1
- package/es/view-engine/mob-mpickup-view-engine.d.ts +20 -14
- package/es/view-engine/mob-mpickup-view-engine.mjs +34 -26
- package/es/view-engine/mob-opt-view.engine.d.ts +2 -2
- package/es/view-engine/mob-pickup-md-view.engine.d.ts +2 -2
- package/es/view-engine/mob-pickup-md-view.engine.mjs +0 -1
- package/es/view-engine/mob-pickup-view.engine.d.ts +9 -2
- package/es/view-engine/mob-pickup-view.engine.mjs +15 -1
- package/es/view-engine/mob-tab-search-view.engine.d.ts +2 -2
- package/es/view-engine/mob-tab-search-view.engine.mjs +0 -1
- package/es/view-engine/mob-wf-dyna-action-view.engine.d.ts +2 -2
- package/es/view-engine/mob-wf-dyna-action-view.engine.mjs +0 -1
- package/es/view-engine/mob-wf-dyna-edit-view.engine.d.ts +2 -2
- package/es/view-engine/mob-wf-dyna-edit-view.engine.mjs +0 -1
- package/es/view-engine/mob-wf-dyna-start-view.engine.d.ts +2 -2
- package/es/view-engine/mob-wf-dyna-start-view.engine.mjs +0 -1
- package/lib/_virtual/index12.cjs +2 -2
- package/lib/_virtual/index13.cjs +2 -2
- package/lib/common/index.cjs +1 -0
- package/lib/common/preset-view-header/preset-view-header.cjs +3 -0
- package/lib/control/app-menu/app-menu.cjs +13 -0
- package/lib/control/app-menu-list-view/app-menu-list-view.cjs +56 -31
- package/lib/control/app-menu-list-view/app-menu-list-view.css +1 -1
- package/lib/control/calendar/calendar.cjs +20 -0
- package/lib/control/caption-bar/caption-bar.cjs +13 -0
- package/lib/control/chart/chart.cjs +20 -0
- package/lib/control/dashboard/dashboard.cjs +13 -0
- package/lib/control/dashboard/portlet/portlet-part/portlet-part.state.cjs +1 -0
- package/lib/control/data-view/data-view.cjs +23 -3
- package/lib/control/drbar/drbar.cjs +19 -4
- package/lib/control/drbar/drbar.controller.cjs +3 -0
- package/lib/control/drtab/drtab.cjs +13 -0
- package/lib/control/drtab/drtab.controller.cjs +3 -0
- package/lib/control/form/edit-form/edit-form.cjs +44 -0
- package/lib/control/form/form/form.cjs +3 -0
- package/lib/control/form/form-detail/form-group-panel/form-group-panel.css +1 -1
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.cjs +4 -1
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-multi-form/repeater-multi-form.cjs +1 -0
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.cjs +4 -0
- package/lib/control/form/search-form/search-form.cjs +13 -0
- package/lib/control/list/list/list.cjs +37 -0
- package/lib/control/list/md-ctrl/md-ctrl.cjs +31 -0
- package/lib/control/pickup-view-panel/pickup-view-panel.cjs +20 -0
- package/lib/control/pickup-view-panel/pickup-view-panel.controller.cjs +3 -0
- package/lib/control/search-bar/search-bar.cjs +13 -0
- package/lib/control/tab-exp-panel/tab-exp-panel.cjs +16 -0
- package/lib/control/toolbar/toolbar.cjs +13 -0
- package/lib/control/tree/tree.cjs +21 -0
- package/lib/control/tree-exp-bar/tree-exp-bar.cjs +22 -0
- package/lib/control/wizard-panel/wizard-panel.cjs +13 -0
- package/lib/editor/data-picker/ibiz-mpicker/ibiz-mpicker.cjs +144 -26
- package/lib/editor/dropdown-list/dropdown-list-editor.provider.cjs +3 -0
- package/lib/editor/dropdown-list/ibiz-cascader-dropdown/ibiz-cascader-dropdown.cjs +144 -0
- package/lib/editor/dropdown-list/ibiz-cascader-dropdown/ibiz-cascader-dropdown.css +1 -0
- package/lib/editor/dropdown-list/index.cjs +2 -0
- package/lib/editor/index.cjs +18 -0
- package/lib/editor/text-box/index.cjs +2 -0
- package/lib/editor/text-box/input/input.cjs +24 -2
- package/lib/editor/text-box/input/input.css +1 -1
- package/lib/editor/text-box/signature/signature.cjs +272 -0
- package/lib/editor/text-box/signature/signature.css +1 -0
- package/lib/editor/text-box/text-box-editor.provider.cjs +3 -0
- package/lib/index.cjs +4 -0
- package/lib/locale/en/index.cjs +14 -0
- package/lib/locale/zh-CN/index.cjs +14 -0
- package/lib/mob-app/App.cjs +17 -0
- package/lib/mob-app/guard/auth-guard/auth-guard.cjs +140 -54
- package/lib/mob-app/main.cjs +1 -0
- package/lib/mob-app/util/unauthorized-handler/unauthorized-handler.cjs +50 -15
- package/lib/node_modules/.pnpm/dingtalk-jsapi@3.0.38/node_modules/dingtalk-jsapi/lib/packages/frame-talk-client-pc/index.cjs +1 -1
- package/lib/node_modules/.pnpm/dingtalk-jsapi@3.0.38/node_modules/dingtalk-jsapi/lib/sdk/middlewares/index.cjs +1 -1
- package/lib/panel-component/auth-sso/auth-sso.cjs +83 -5
- package/lib/panel-component/auth-sso/auth-sso.css +1 -1
- package/lib/panel-component/auth-userinfo/auth-userinfo.cjs +6 -0
- package/lib/panel-component/nav-pos-index/nav-pos-index.cjs +6 -0
- package/lib/panel-component/nav-pos-index/nav-pos-index.controller.cjs +23 -37
- package/lib/panel-component/nav-pos-index/nav-pos-index.state.cjs +8 -12
- package/lib/panel-component/panel-app-title/panel-app-title.cjs +6 -0
- package/lib/panel-component/panel-app-title/panel-app-title.controller.cjs +1 -0
- package/lib/panel-component/panel-app-title/panel-app-title.state.cjs +14 -28
- package/lib/panel-component/panel-button/panel-button.cjs +6 -0
- package/lib/panel-component/panel-button/panel-button.controller.cjs +2 -3
- package/lib/panel-component/panel-button/panel-button.state.cjs +4 -6
- package/lib/panel-component/panel-button-list/panel-button-list.cjs +6 -0
- package/lib/panel-component/panel-button-list/panel-button-list.controller.cjs +4 -5
- package/lib/panel-component/panel-button-list/panel-button-list.state.cjs +2 -2
- package/lib/panel-component/panel-carousel/panel-carousel.cjs +6 -0
- package/lib/panel-component/panel-carousel/panel-carousel.controller.cjs +2 -4
- package/lib/panel-component/panel-tab-panel/panel-tab-panel.cjs +6 -0
- package/lib/panel-component/panel-tab-panel/panel-tab-panel.controller.cjs +2 -4
- package/lib/panel-component/panel-tab-panel/panel-tab-panel.state.cjs +2 -4
- package/lib/panel-component/panel-video-player/panel-video-player.cjs +3 -0
- package/lib/panel-component/panel-video-player/panel-video-player.controller.cjs +2 -4
- package/lib/panel-component/view-content-panel-container/view-content-panel-container.cjs +6 -0
- package/lib/panel-component/view-footer-panel-container/view-footer-panel-container.cjs +6 -0
- package/lib/panel-component/view-header-panel-container/view-header-panel-container.cjs +22 -1
- package/lib/panel-component/wf-action-button/wf-action-button.cjs +6 -0
- package/lib/panel-component/wf-action-button/wf-action-button.controller.cjs +2 -4
- package/lib/panel-component/wf-action-button/wf-action-button.state.cjs +2 -4
- package/lib/panel-component/wf-step-trace/wf-step-trace.cjs +3 -0
- package/lib/panel-component/wf-step-trace/wf-step-trace.controller.cjs +2 -4
- package/lib/panel-component/wf-step-trace/wf-step-trace.state.cjs +2 -4
- package/lib/util/app-util/app-util.cjs +66 -0
- package/lib/util/open-view-util/open-view-util.cjs +6 -6
- package/lib/view-engine/login-view.engine.cjs +2 -0
- package/lib/view-engine/mob-data-view-engine.cjs +0 -1
- package/lib/view-engine/mob-edit-view.engine.cjs +5 -1
- package/lib/view-engine/mob-md-view-engine.cjs +0 -1
- package/lib/view-engine/mob-mpickup-view-engine.cjs +34 -26
- package/lib/view-engine/mob-pickup-md-view.engine.cjs +0 -1
- package/lib/view-engine/mob-pickup-view.engine.cjs +15 -1
- package/lib/view-engine/mob-tab-search-view.engine.cjs +0 -1
- package/lib/view-engine/mob-wf-dyna-action-view.engine.cjs +0 -1
- package/lib/view-engine/mob-wf-dyna-edit-view.engine.cjs +0 -1
- package/lib/view-engine/mob-wf-dyna-start-view.engine.cjs +0 -1
- package/package.json +8 -8
- package/dist/index-NP0RBfWK.js.map +0 -1
- package/dist/index-O-XmMUt3.js.map +0 -1
- package/dist/index-TfgOIExu.js +0 -76
- package/dist/index-TfgOIExu.js.map +0 -1
- package/dist/quill-editor-ybZrwyoG.js.map +0 -1
|
@@ -1,9 +1,21 @@
|
|
|
1
1
|
import './ibiz-file-upload.scss';
|
|
2
2
|
import { UploadEditorController } from '../upload-editor.controller';
|
|
3
|
+
/**
|
|
4
|
+
* 移动端文件控件
|
|
5
|
+
* @primary
|
|
6
|
+
* @description 使用van-uploader组件,用于对文件进行上传,可限制上传文件类型与数量,并对已上传的文件进行回显。支持编辑器类型包含:`移动端文件控件(单项)`、`移动端文件控件(多项)`
|
|
7
|
+
* @editorparams {name:multiple,parameterType:boolean,description:是否支持多选文件,van-uploader组件的multiple属性}
|
|
8
|
+
* @editorparams {name:accept,parameterType:string,description:允许上传的文件类型,van-uploader组件的accept属性}
|
|
9
|
+
* @editorparams {name:uploadParams,parameterType:IData,description:上传参数}
|
|
10
|
+
* @editorparams {name:exportParams,parameterType:IData,description:下载参数}
|
|
11
|
+
* @ignoreprops autoFocus | overflowMode
|
|
12
|
+
* @ignoreemits blur | focus | enter | infoTextChange
|
|
13
|
+
*
|
|
14
|
+
*/
|
|
3
15
|
export declare const IBizFileUpload: import("vue").DefineComponent<{
|
|
4
16
|
value: StringConstructor;
|
|
5
17
|
controller: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<UploadEditorController>, undefined, undefined>;
|
|
6
|
-
data: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<
|
|
18
|
+
data: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<import("@ibiz-template/core").IApiData>, undefined, undefined>;
|
|
7
19
|
disabled: {
|
|
8
20
|
type: BooleanConstructor;
|
|
9
21
|
};
|
|
@@ -26,30 +38,30 @@ export declare const IBizFileUpload: import("vue").DefineComponent<{
|
|
|
26
38
|
ns: import("@ibiz-template/core").Namespace;
|
|
27
39
|
c: UploadEditorController;
|
|
28
40
|
uploadUrl: import("vue").Ref<string>;
|
|
29
|
-
headers: import("vue").Ref<
|
|
41
|
+
headers: import("vue").Ref<import("@ibiz-template/core").IApiData>;
|
|
30
42
|
files: import("vue").Ref<{
|
|
31
43
|
id: string;
|
|
32
44
|
name: string;
|
|
33
45
|
url?: string | undefined;
|
|
34
46
|
}[]>;
|
|
35
|
-
onRemove: (file:
|
|
47
|
+
onRemove: (file: import("@ibiz-template/core").IApiData) => void;
|
|
36
48
|
beforeUpload: () => void;
|
|
37
|
-
onDownload: (file:
|
|
38
|
-
afterRead: (file:
|
|
49
|
+
onDownload: (file: import("@ibiz-template/core").IApiData) => void;
|
|
50
|
+
afterRead: (file: import("@ibiz-template/core").IApiData | import("@ibiz-template/core").IApiData[]) => Promise<void>;
|
|
39
51
|
getFileSuffix: (name: string) => string;
|
|
40
52
|
getFileName: (filename: string) => string;
|
|
41
53
|
getPreviewImg: (name: string) => string;
|
|
42
54
|
limit: import("vue").ComputedRef<1 | 9999>;
|
|
43
55
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
44
56
|
change: (_value: unknown, _name?: string | undefined, _ignore?: boolean | undefined) => boolean;
|
|
45
|
-
blur: (_event?:
|
|
46
|
-
focus: (_event?:
|
|
47
|
-
enter: (_event?:
|
|
57
|
+
blur: (_event?: import("@ibiz-template/core").IApiData | undefined) => boolean;
|
|
58
|
+
focus: (_event?: import("@ibiz-template/core").IApiData | undefined) => boolean;
|
|
59
|
+
enter: (_event?: import("@ibiz-template/core").IApiData | undefined) => boolean;
|
|
48
60
|
infoTextChange: (_text: string) => boolean;
|
|
49
61
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
50
62
|
value: StringConstructor;
|
|
51
63
|
controller: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<UploadEditorController>, undefined, undefined>;
|
|
52
|
-
data: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<
|
|
64
|
+
data: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<import("@ibiz-template/core").IApiData>, undefined, undefined>;
|
|
53
65
|
disabled: {
|
|
54
66
|
type: BooleanConstructor;
|
|
55
67
|
};
|
|
@@ -69,11 +81,11 @@ export declare const IBizFileUpload: import("vue").DefineComponent<{
|
|
|
69
81
|
required: boolean;
|
|
70
82
|
};
|
|
71
83
|
}>> & {
|
|
72
|
-
onFocus?: ((_event?:
|
|
73
|
-
onBlur?: ((_event?:
|
|
84
|
+
onFocus?: ((_event?: import("@ibiz-template/core").IApiData | undefined) => any) | undefined;
|
|
85
|
+
onBlur?: ((_event?: import("@ibiz-template/core").IApiData | undefined) => any) | undefined;
|
|
74
86
|
onChange?: ((_value: unknown, _name?: string | undefined, _ignore?: boolean | undefined) => any) | undefined;
|
|
75
87
|
onInfoTextChange?: ((_text: string) => any) | undefined;
|
|
76
|
-
onEnter?: ((_event?:
|
|
88
|
+
onEnter?: ((_event?: import("@ibiz-template/core").IApiData | undefined) => any) | undefined;
|
|
77
89
|
}, {
|
|
78
90
|
disabled: boolean;
|
|
79
91
|
readonly: boolean;
|
|
@@ -1,10 +1,24 @@
|
|
|
1
1
|
import { Ref } from 'vue';
|
|
2
2
|
import './ibiz-image-cropping.scss';
|
|
3
3
|
import { UploadEditorController } from '../upload-editor.controller';
|
|
4
|
+
/**
|
|
5
|
+
* 图片裁剪上传(扩展)
|
|
6
|
+
* @primary
|
|
7
|
+
* @description 使用van-uploader组件和van-popup组件,用于对指定的图片进行裁剪,并根据裁剪内容生成新的图片后将其进行上传。基于`移动端图片控件(单项)`编辑器扩展,编辑器样式代码名称为:CROPPING
|
|
8
|
+
* @editorparams {name:multiple,parameterType:boolean,description:是否支持多选文件}
|
|
9
|
+
* @editorparams {name:accept,parameterType:string,description:允许上传的文件类型}
|
|
10
|
+
* @editorparams {name:STOPPROPAGATION,parameterType:boolean,description:是否阻止默认点击}
|
|
11
|
+
* @editorparams {name:cropWidth,parameterType:number,description:裁剪宽度}
|
|
12
|
+
* @editorparams {name:cropHeight,parameterType:number,description:裁剪高度}
|
|
13
|
+
* @editorparams {name:uploadParams,parameterType:IData,description:上传参数}
|
|
14
|
+
* @editorparams {name:exportParams,parameterType:IData,description:下载参数}
|
|
15
|
+
* @ignoreprops autoFocus | overflowMode
|
|
16
|
+
* @ignoreemits blur | focus | enter | infoTextChange
|
|
17
|
+
*/
|
|
4
18
|
export declare const IBizImageCropping: import("vue").DefineComponent<{
|
|
5
19
|
value: StringConstructor;
|
|
6
20
|
controller: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<UploadEditorController>, undefined, undefined>;
|
|
7
|
-
data: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<
|
|
21
|
+
data: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<import("@ibiz-template/core").IApiData>, undefined, undefined>;
|
|
8
22
|
disabled: {
|
|
9
23
|
type: BooleanConstructor;
|
|
10
24
|
};
|
|
@@ -32,30 +46,30 @@ export declare const IBizImageCropping: import("vue").DefineComponent<{
|
|
|
32
46
|
url?: string | undefined;
|
|
33
47
|
}[]>;
|
|
34
48
|
limit: import("vue").ComputedRef<1 | 9999>;
|
|
35
|
-
headers: Ref<
|
|
49
|
+
headers: Ref<import("@ibiz-template/core").IApiData>;
|
|
36
50
|
uploadUrl: Ref<string>;
|
|
37
51
|
result: boolean;
|
|
38
52
|
beforeUpload: () => void;
|
|
39
|
-
onRemove: (file:
|
|
53
|
+
onRemove: (file: import("@ibiz-template/core").IApiData) => void;
|
|
40
54
|
onPreview: (_file: IData) => void;
|
|
41
55
|
cropReadedFile: (file: IData) => void;
|
|
42
|
-
onDownload: (file:
|
|
56
|
+
onDownload: (file: import("@ibiz-template/core").IApiData) => void;
|
|
43
57
|
onClick: (file: IData, event: MouseEvent) => void;
|
|
44
58
|
show: Ref<boolean>;
|
|
45
|
-
tempFile: Ref<
|
|
59
|
+
tempFile: Ref<import("@ibiz-template/core").IApiData | undefined>;
|
|
46
60
|
cropImgUrl: import("vue").ComputedRef<any>;
|
|
47
|
-
cropRect:
|
|
61
|
+
cropRect: import("@ibiz-template/core").IApiData;
|
|
48
62
|
cropChange: (url: string) => void;
|
|
49
63
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
50
64
|
change: (_value: unknown, _name?: string | undefined, _ignore?: boolean | undefined) => boolean;
|
|
51
|
-
blur: (_event?:
|
|
52
|
-
focus: (_event?:
|
|
53
|
-
enter: (_event?:
|
|
65
|
+
blur: (_event?: import("@ibiz-template/core").IApiData | undefined) => boolean;
|
|
66
|
+
focus: (_event?: import("@ibiz-template/core").IApiData | undefined) => boolean;
|
|
67
|
+
enter: (_event?: import("@ibiz-template/core").IApiData | undefined) => boolean;
|
|
54
68
|
infoTextChange: (_text: string) => boolean;
|
|
55
69
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
56
70
|
value: StringConstructor;
|
|
57
71
|
controller: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<UploadEditorController>, undefined, undefined>;
|
|
58
|
-
data: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<
|
|
72
|
+
data: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<import("@ibiz-template/core").IApiData>, undefined, undefined>;
|
|
59
73
|
disabled: {
|
|
60
74
|
type: BooleanConstructor;
|
|
61
75
|
};
|
|
@@ -75,11 +89,11 @@ export declare const IBizImageCropping: import("vue").DefineComponent<{
|
|
|
75
89
|
required: boolean;
|
|
76
90
|
};
|
|
77
91
|
}>> & {
|
|
78
|
-
onFocus?: ((_event?:
|
|
79
|
-
onBlur?: ((_event?:
|
|
92
|
+
onFocus?: ((_event?: import("@ibiz-template/core").IApiData | undefined) => any) | undefined;
|
|
93
|
+
onBlur?: ((_event?: import("@ibiz-template/core").IApiData | undefined) => any) | undefined;
|
|
80
94
|
onChange?: ((_value: unknown, _name?: string | undefined, _ignore?: boolean | undefined) => any) | undefined;
|
|
81
95
|
onInfoTextChange?: ((_text: string) => any) | undefined;
|
|
82
|
-
onEnter?: ((_event?:
|
|
96
|
+
onEnter?: ((_event?: import("@ibiz-template/core").IApiData | undefined) => any) | undefined;
|
|
83
97
|
}, {
|
|
84
98
|
disabled: boolean;
|
|
85
99
|
readonly: boolean;
|
|
@@ -1,9 +1,19 @@
|
|
|
1
1
|
import './ibiz-image-select.scss';
|
|
2
2
|
import { UploadEditorController } from '../upload-editor.controller';
|
|
3
|
+
/**
|
|
4
|
+
* 移动端图片控件(单项、直接内容)
|
|
5
|
+
* @primary
|
|
6
|
+
* @description 使用van-uploader组件,用于选择图片并可以进行预览。支持编辑器类型包含:`移动端图片控件(单项、直接内容)`
|
|
7
|
+
* @editorparams {name:STOPPROPAGATION,parameterType:boolean,description:是否阻止默认点击}
|
|
8
|
+
* @editorparams {name:uploadParams,parameterType:IData,description:上传参数}
|
|
9
|
+
* @editorparams {name:exportParams,parameterType:IData,description:下载参数}
|
|
10
|
+
* @ignoreprops autoFocus | overflowMode
|
|
11
|
+
* @ignoreemits blur | focus | enter | infoTextChange
|
|
12
|
+
*/
|
|
3
13
|
export declare const IBizImageSelect: import("vue").DefineComponent<{
|
|
4
14
|
value: StringConstructor;
|
|
5
15
|
controller: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<UploadEditorController>, undefined, undefined>;
|
|
6
|
-
data: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<
|
|
16
|
+
data: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<import("@ibiz-template/core").IApiData>, undefined, undefined>;
|
|
7
17
|
disabled: {
|
|
8
18
|
type: BooleanConstructor;
|
|
9
19
|
};
|
|
@@ -36,14 +46,14 @@ export declare const IBizImageSelect: import("vue").DefineComponent<{
|
|
|
36
46
|
onClick: (file: IData, event: MouseEvent) => void;
|
|
37
47
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
38
48
|
change: (_value: unknown, _name?: string | undefined, _ignore?: boolean | undefined) => boolean;
|
|
39
|
-
blur: (_event?:
|
|
40
|
-
focus: (_event?:
|
|
41
|
-
enter: (_event?:
|
|
49
|
+
blur: (_event?: import("@ibiz-template/core").IApiData | undefined) => boolean;
|
|
50
|
+
focus: (_event?: import("@ibiz-template/core").IApiData | undefined) => boolean;
|
|
51
|
+
enter: (_event?: import("@ibiz-template/core").IApiData | undefined) => boolean;
|
|
42
52
|
infoTextChange: (_text: string) => boolean;
|
|
43
53
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
44
54
|
value: StringConstructor;
|
|
45
55
|
controller: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<UploadEditorController>, undefined, undefined>;
|
|
46
|
-
data: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<
|
|
56
|
+
data: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<import("@ibiz-template/core").IApiData>, undefined, undefined>;
|
|
47
57
|
disabled: {
|
|
48
58
|
type: BooleanConstructor;
|
|
49
59
|
};
|
|
@@ -63,11 +73,11 @@ export declare const IBizImageSelect: import("vue").DefineComponent<{
|
|
|
63
73
|
required: boolean;
|
|
64
74
|
};
|
|
65
75
|
}>> & {
|
|
66
|
-
onFocus?: ((_event?:
|
|
67
|
-
onBlur?: ((_event?:
|
|
76
|
+
onFocus?: ((_event?: import("@ibiz-template/core").IApiData | undefined) => any) | undefined;
|
|
77
|
+
onBlur?: ((_event?: import("@ibiz-template/core").IApiData | undefined) => any) | undefined;
|
|
68
78
|
onChange?: ((_value: unknown, _name?: string | undefined, _ignore?: boolean | undefined) => any) | undefined;
|
|
69
79
|
onInfoTextChange?: ((_text: string) => any) | undefined;
|
|
70
|
-
onEnter?: ((_event?:
|
|
80
|
+
onEnter?: ((_event?: import("@ibiz-template/core").IApiData | undefined) => any) | undefined;
|
|
71
81
|
}, {
|
|
72
82
|
disabled: boolean;
|
|
73
83
|
readonly: boolean;
|
|
@@ -1,9 +1,21 @@
|
|
|
1
1
|
import './ibiz-image-upload.scss';
|
|
2
2
|
import { UploadEditorController } from '../upload-editor.controller';
|
|
3
|
+
/**
|
|
4
|
+
* 移动端图片控件
|
|
5
|
+
* @primary
|
|
6
|
+
* @description 使用van-uploader组件,用于对指定的图片文件类型进行上传。支持编辑器类型包含:`移动端图片控件(单项)`、`移动端图片控件(多项)`
|
|
7
|
+
* @editorparams {name:multiple,parameterType:boolean,description:是否支持多选文件,van-uploader组件的multiple属性}
|
|
8
|
+
* @editorparams {name:accept,parameterType:string,description:允许上传的文件类型,van-uploader组件的multiple属性}
|
|
9
|
+
* @editorparams {name:STOPPROPAGATION,parameterType:boolean,description:是否阻止默认点击}
|
|
10
|
+
* @editorparams {name:uploadParams,parameterType:IData,description:上传参数}
|
|
11
|
+
* @editorparams {name:exportParams,parameterType:IData,description:下载参数}
|
|
12
|
+
* @ignoreprops autoFocus | overflowMode
|
|
13
|
+
* @ignoreemits blur | focus | enter | infoTextChange
|
|
14
|
+
*/
|
|
3
15
|
export declare const IBizImageUpload: import("vue").DefineComponent<{
|
|
4
16
|
value: StringConstructor;
|
|
5
17
|
controller: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<UploadEditorController>, undefined, undefined>;
|
|
6
|
-
data: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<
|
|
18
|
+
data: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<import("@ibiz-template/core").IApiData>, undefined, undefined>;
|
|
7
19
|
disabled: {
|
|
8
20
|
type: BooleanConstructor;
|
|
9
21
|
};
|
|
@@ -31,25 +43,25 @@ export declare const IBizImageUpload: import("vue").DefineComponent<{
|
|
|
31
43
|
url?: string | undefined;
|
|
32
44
|
}[]>;
|
|
33
45
|
limit: import("vue").ComputedRef<1 | 9999>;
|
|
34
|
-
headers: import("vue").Ref<
|
|
46
|
+
headers: import("vue").Ref<import("@ibiz-template/core").IApiData>;
|
|
35
47
|
uploadUrl: import("vue").Ref<string>;
|
|
36
48
|
result: boolean;
|
|
37
49
|
beforeUpload: () => void;
|
|
38
|
-
onRemove: (file:
|
|
50
|
+
onRemove: (file: import("@ibiz-template/core").IApiData) => void;
|
|
39
51
|
onPreview: (_file: IData) => void;
|
|
40
|
-
afterRead: (file:
|
|
41
|
-
onDownload: (file:
|
|
52
|
+
afterRead: (file: import("@ibiz-template/core").IApiData | import("@ibiz-template/core").IApiData[]) => Promise<void>;
|
|
53
|
+
onDownload: (file: import("@ibiz-template/core").IApiData) => void;
|
|
42
54
|
onClick: (file: IData, event: MouseEvent) => void;
|
|
43
55
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
44
56
|
change: (_value: unknown, _name?: string | undefined, _ignore?: boolean | undefined) => boolean;
|
|
45
|
-
blur: (_event?:
|
|
46
|
-
focus: (_event?:
|
|
47
|
-
enter: (_event?:
|
|
57
|
+
blur: (_event?: import("@ibiz-template/core").IApiData | undefined) => boolean;
|
|
58
|
+
focus: (_event?: import("@ibiz-template/core").IApiData | undefined) => boolean;
|
|
59
|
+
enter: (_event?: import("@ibiz-template/core").IApiData | undefined) => boolean;
|
|
48
60
|
infoTextChange: (_text: string) => boolean;
|
|
49
61
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
50
62
|
value: StringConstructor;
|
|
51
63
|
controller: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<UploadEditorController>, undefined, undefined>;
|
|
52
|
-
data: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<
|
|
64
|
+
data: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<import("@ibiz-template/core").IApiData>, undefined, undefined>;
|
|
53
65
|
disabled: {
|
|
54
66
|
type: BooleanConstructor;
|
|
55
67
|
};
|
|
@@ -69,11 +81,11 @@ export declare const IBizImageUpload: import("vue").DefineComponent<{
|
|
|
69
81
|
required: boolean;
|
|
70
82
|
};
|
|
71
83
|
}>> & {
|
|
72
|
-
onFocus?: ((_event?:
|
|
73
|
-
onBlur?: ((_event?:
|
|
84
|
+
onFocus?: ((_event?: import("@ibiz-template/core").IApiData | undefined) => any) | undefined;
|
|
85
|
+
onBlur?: ((_event?: import("@ibiz-template/core").IApiData | undefined) => any) | undefined;
|
|
74
86
|
onChange?: ((_value: unknown, _name?: string | undefined, _ignore?: boolean | undefined) => any) | undefined;
|
|
75
87
|
onInfoTextChange?: ((_text: string) => any) | undefined;
|
|
76
|
-
onEnter?: ((_event?:
|
|
88
|
+
onEnter?: ((_event?: import("@ibiz-template/core").IApiData | undefined) => any) | undefined;
|
|
77
89
|
}, {
|
|
78
90
|
disabled: boolean;
|
|
79
91
|
readonly: boolean;
|
package/es/index.mjs
CHANGED
|
@@ -107,6 +107,7 @@ export { DateRangeEditorController } from './editor/date-range/date-range-editor
|
|
|
107
107
|
export { DateRangeEditorProvider } from './editor/date-range/date-range-editor.provider.mjs';
|
|
108
108
|
export { IBizDropdown } from './editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.mjs';
|
|
109
109
|
export { IBizEmojiPicker } from './editor/dropdown-list/ibiz-emoji-picker/ibiz-emoji-picker.mjs';
|
|
110
|
+
export { IBizCascaderDropdown } from './editor/dropdown-list/ibiz-cascader-dropdown/ibiz-cascader-dropdown.mjs';
|
|
110
111
|
export { DropDownListEditorController } from './editor/dropdown-list/dropdown-list-editor.controller.mjs';
|
|
111
112
|
export { DropDownListEditorProvider } from './editor/dropdown-list/dropdown-list-editor.provider.mjs';
|
|
112
113
|
export { MarkDownEditorController } from './editor/markdown/markdown-editor.controller.mjs';
|
|
@@ -137,6 +138,7 @@ export { SwitchEditorController } from './editor/switch/switch-editor.controller
|
|
|
137
138
|
export { SwitchEditorProvider } from './editor/switch/switch-editor.provider.mjs';
|
|
138
139
|
export { IBizInput } from './editor/text-box/input/input.mjs';
|
|
139
140
|
export { IBizInputNumber } from './editor/text-box/ibiz-input-number/ibiz-input-number.mjs';
|
|
141
|
+
export { IBizSignature } from './editor/text-box/signature/signature.mjs';
|
|
140
142
|
export { TextBoxEditorController } from './editor/text-box/text-box-editor.controller.mjs';
|
|
141
143
|
export { TextBoxEditorProvider } from './editor/text-box/text-box-editor.provider.mjs';
|
|
142
144
|
export { IBizFileUpload } from './editor/upload/ibiz-file-upload/ibiz-file-upload.mjs';
|
package/es/locale/en/index.d.ts
CHANGED
|
@@ -43,6 +43,7 @@ declare const _default: {
|
|
|
43
43
|
onFoundCorrespondingPart: string;
|
|
44
44
|
noFoundViewModel: string;
|
|
45
45
|
noSupportLoadingDynamic: string;
|
|
46
|
+
invalidPointCoordinates: string;
|
|
46
47
|
};
|
|
47
48
|
control: {
|
|
48
49
|
unsupportedPanel: string;
|
|
@@ -102,6 +103,7 @@ declare const _default: {
|
|
|
102
103
|
runtime: {
|
|
103
104
|
common: {
|
|
104
105
|
unrealized: string;
|
|
106
|
+
noExplanation: string;
|
|
105
107
|
};
|
|
106
108
|
command: {
|
|
107
109
|
app: {
|
|
@@ -131,8 +133,17 @@ declare const _default: {
|
|
|
131
133
|
noChange: string;
|
|
132
134
|
firstComplete: string;
|
|
133
135
|
noMoveDataCconfig: string;
|
|
136
|
+
exportRequestFailed: string;
|
|
134
137
|
changeGroupError: string;
|
|
135
138
|
computeMoveMetaError: string;
|
|
139
|
+
unclassified: string;
|
|
140
|
+
today: string;
|
|
141
|
+
adjustmentsGroup: string;
|
|
142
|
+
noAllowReorder: string;
|
|
143
|
+
sortingProperties: string;
|
|
144
|
+
invalidSortType: string;
|
|
145
|
+
logicOpendata: string;
|
|
146
|
+
logicNewdata: string;
|
|
136
147
|
};
|
|
137
148
|
editor: {
|
|
138
149
|
editorNoConfigured: string;
|
|
@@ -154,7 +165,6 @@ declare const _default: {
|
|
|
154
165
|
noConfigured: string;
|
|
155
166
|
};
|
|
156
167
|
calendar: {
|
|
157
|
-
missingViewLogic: string;
|
|
158
168
|
noFoundModel: string;
|
|
159
169
|
};
|
|
160
170
|
chart: {
|
|
@@ -169,6 +179,10 @@ declare const _default: {
|
|
|
169
179
|
classificationNotArray: string;
|
|
170
180
|
classificationNotString: string;
|
|
171
181
|
errorJson: string;
|
|
182
|
+
value: string;
|
|
183
|
+
percent: string;
|
|
184
|
+
serieGroup: string;
|
|
185
|
+
catalogField: string;
|
|
172
186
|
};
|
|
173
187
|
dataView: {
|
|
174
188
|
noBehaviourGroup: string;
|
|
@@ -236,11 +250,8 @@ declare const _default: {
|
|
|
236
250
|
interfaceBehavior: string;
|
|
237
251
|
};
|
|
238
252
|
kanban: {
|
|
239
|
-
sortingProperties: string;
|
|
240
253
|
sortDirection: string;
|
|
241
254
|
groupedOn: string;
|
|
242
|
-
adjustmentsGroup: string;
|
|
243
|
-
noAllowReorder: string;
|
|
244
255
|
};
|
|
245
256
|
meditViewPanel: {
|
|
246
257
|
DraftNew: string;
|
|
@@ -315,7 +326,11 @@ declare const _default: {
|
|
|
315
326
|
objectNameField: string;
|
|
316
327
|
};
|
|
317
328
|
valueRule: {
|
|
329
|
+
maxLength: string;
|
|
330
|
+
minLength: string;
|
|
318
331
|
length: string;
|
|
332
|
+
maxValue: string;
|
|
333
|
+
minValue: string;
|
|
319
334
|
};
|
|
320
335
|
viewMsg: {
|
|
321
336
|
message: string;
|
|
@@ -336,6 +351,11 @@ declare const _default: {
|
|
|
336
351
|
resetSuccess: string;
|
|
337
352
|
resetError: string;
|
|
338
353
|
};
|
|
354
|
+
util: {
|
|
355
|
+
quarter: string;
|
|
356
|
+
month: string;
|
|
357
|
+
week: string;
|
|
358
|
+
};
|
|
339
359
|
};
|
|
340
360
|
};
|
|
341
361
|
deLogic: {
|
|
@@ -346,6 +366,7 @@ declare const _default: {
|
|
|
346
366
|
sourceDataMissingConditionValue: string;
|
|
347
367
|
noSupportedTime: string;
|
|
348
368
|
entityLogicalConnection: string;
|
|
369
|
+
entityLogicalContainsConnection: string;
|
|
349
370
|
comparisonCondition: string;
|
|
350
371
|
comparisonValue: string;
|
|
351
372
|
compareResults: string;
|
|
@@ -558,6 +579,11 @@ declare const _default: {
|
|
|
558
579
|
oauthOpenAccessIdError: string;
|
|
559
580
|
noImplemented: string;
|
|
560
581
|
};
|
|
582
|
+
dataException: string;
|
|
583
|
+
noSortField: string;
|
|
584
|
+
noDragElementId: string;
|
|
585
|
+
noTargetElementId: string;
|
|
586
|
+
noMoveTypeField: string;
|
|
561
587
|
};
|
|
562
588
|
uiAction: {
|
|
563
589
|
noEntityOrBehavior: string;
|
|
@@ -578,6 +604,7 @@ declare const _default: {
|
|
|
578
604
|
withdrawalConfirmed: string;
|
|
579
605
|
noFoundBehaviorModel: string;
|
|
580
606
|
noEnableAI: string;
|
|
607
|
+
exportWithNoDataSet: string;
|
|
581
608
|
};
|
|
582
609
|
uiLogic: {
|
|
583
610
|
interfaceConnectionConditional: string;
|
|
@@ -586,6 +613,7 @@ declare const _default: {
|
|
|
586
613
|
sourceDataObjectAttribute: string;
|
|
587
614
|
currentTime: string;
|
|
588
615
|
interfaceConnectionConditionalTypeName: string;
|
|
616
|
+
interfaceConnectionConditionalContains: string;
|
|
589
617
|
asynchronousTermination: string;
|
|
590
618
|
asynchronousRejection: string;
|
|
591
619
|
exceptionHandling: string;
|
|
@@ -662,6 +690,7 @@ declare const _default: {
|
|
|
662
690
|
};
|
|
663
691
|
fileUtil: {
|
|
664
692
|
fileUploadFailed: string;
|
|
693
|
+
getDownloadTicketFailed: string;
|
|
665
694
|
};
|
|
666
695
|
handlebars: {
|
|
667
696
|
noInitHandlebars: string;
|
|
@@ -780,6 +809,16 @@ declare const _default: {
|
|
|
780
809
|
formItemContainer: {
|
|
781
810
|
more: string;
|
|
782
811
|
};
|
|
812
|
+
mpicker: {
|
|
813
|
+
simpleErr: string;
|
|
814
|
+
};
|
|
815
|
+
signature: {
|
|
816
|
+
undo: string;
|
|
817
|
+
rewrite: string;
|
|
818
|
+
confirm: string;
|
|
819
|
+
addSignature: string;
|
|
820
|
+
signaturePrompt: string;
|
|
821
|
+
};
|
|
783
822
|
};
|
|
784
823
|
control: {
|
|
785
824
|
common: {
|
|
@@ -921,6 +960,10 @@ declare const _default: {
|
|
|
921
960
|
switchLanguagePrompt: string;
|
|
922
961
|
};
|
|
923
962
|
mobApp: {
|
|
963
|
+
authGuard: {
|
|
964
|
+
loginFailed: string;
|
|
965
|
+
noPermission: string;
|
|
966
|
+
};
|
|
924
967
|
unauthorizedHandler: {
|
|
925
968
|
noFoundEnvParams: string;
|
|
926
969
|
prohibitAccessPrompt: string;
|
package/es/locale/en/index.mjs
CHANGED
|
@@ -64,6 +64,16 @@ var index = {
|
|
|
64
64
|
},
|
|
65
65
|
formItemContainer: {
|
|
66
66
|
more: "More"
|
|
67
|
+
},
|
|
68
|
+
mpicker: {
|
|
69
|
+
simpleErr: "The value of the SIMPLE type address bar {props.value} does not meet the requirements of a JSON string"
|
|
70
|
+
},
|
|
71
|
+
signature: {
|
|
72
|
+
undo: "Undo",
|
|
73
|
+
rewrite: "Rewrite",
|
|
74
|
+
confirm: "Confirm",
|
|
75
|
+
addSignature: "Click here to add signature",
|
|
76
|
+
signaturePrompt: "Please write horizontally in the blank area"
|
|
67
77
|
}
|
|
68
78
|
},
|
|
69
79
|
// 部件
|
|
@@ -207,6 +217,10 @@ var index = {
|
|
|
207
217
|
switchLanguagePrompt: "Switching languages requires refreshing the page, are you sure to switch?"
|
|
208
218
|
},
|
|
209
219
|
mobApp: {
|
|
220
|
+
authGuard: {
|
|
221
|
+
loginFailed: "Anonymous user login failed",
|
|
222
|
+
noPermission: "No permission to access!"
|
|
223
|
+
},
|
|
210
224
|
unauthorizedHandler: {
|
|
211
225
|
noFoundEnvParams: "Unable to find environment parameter casLoginUrl",
|
|
212
226
|
prohibitAccessPrompt: "Access to the current account is prohibited",
|
|
@@ -43,6 +43,7 @@ declare const _default: {
|
|
|
43
43
|
onFoundCorrespondingPart: string;
|
|
44
44
|
noFoundViewModel: string;
|
|
45
45
|
noSupportLoadingDynamic: string;
|
|
46
|
+
invalidPointCoordinates: string;
|
|
46
47
|
};
|
|
47
48
|
control: {
|
|
48
49
|
unsupportedPanel: string;
|
|
@@ -102,6 +103,7 @@ declare const _default: {
|
|
|
102
103
|
runtime: {
|
|
103
104
|
common: {
|
|
104
105
|
unrealized: string;
|
|
106
|
+
noExplanation: string;
|
|
105
107
|
};
|
|
106
108
|
command: {
|
|
107
109
|
app: {
|
|
@@ -131,8 +133,17 @@ declare const _default: {
|
|
|
131
133
|
noChange: string;
|
|
132
134
|
firstComplete: string;
|
|
133
135
|
noMoveDataCconfig: string;
|
|
136
|
+
exportRequestFailed: string;
|
|
134
137
|
changeGroupError: string;
|
|
135
138
|
computeMoveMetaError: string;
|
|
139
|
+
unclassified: string;
|
|
140
|
+
today: string;
|
|
141
|
+
adjustmentsGroup: string;
|
|
142
|
+
noAllowReorder: string;
|
|
143
|
+
sortingProperties: string;
|
|
144
|
+
invalidSortType: string;
|
|
145
|
+
logicOpendata: string;
|
|
146
|
+
logicNewdata: string;
|
|
136
147
|
};
|
|
137
148
|
editor: {
|
|
138
149
|
editorNoConfigured: string;
|
|
@@ -154,7 +165,6 @@ declare const _default: {
|
|
|
154
165
|
noConfigured: string;
|
|
155
166
|
};
|
|
156
167
|
calendar: {
|
|
157
|
-
missingViewLogic: string;
|
|
158
168
|
noFoundModel: string;
|
|
159
169
|
};
|
|
160
170
|
chart: {
|
|
@@ -169,6 +179,10 @@ declare const _default: {
|
|
|
169
179
|
classificationNotArray: string;
|
|
170
180
|
classificationNotString: string;
|
|
171
181
|
errorJson: string;
|
|
182
|
+
value: string;
|
|
183
|
+
percent: string;
|
|
184
|
+
serieGroup: string;
|
|
185
|
+
catalogField: string;
|
|
172
186
|
};
|
|
173
187
|
dataView: {
|
|
174
188
|
noBehaviourGroup: string;
|
|
@@ -236,11 +250,8 @@ declare const _default: {
|
|
|
236
250
|
interfaceBehavior: string;
|
|
237
251
|
};
|
|
238
252
|
kanban: {
|
|
239
|
-
sortingProperties: string;
|
|
240
253
|
sortDirection: string;
|
|
241
254
|
groupedOn: string;
|
|
242
|
-
adjustmentsGroup: string;
|
|
243
|
-
noAllowReorder: string;
|
|
244
255
|
};
|
|
245
256
|
meditViewPanel: {
|
|
246
257
|
DraftNew: string;
|
|
@@ -315,7 +326,11 @@ declare const _default: {
|
|
|
315
326
|
objectNameField: string;
|
|
316
327
|
};
|
|
317
328
|
valueRule: {
|
|
329
|
+
maxLength: string;
|
|
330
|
+
minLength: string;
|
|
318
331
|
length: string;
|
|
332
|
+
maxValue: string;
|
|
333
|
+
minValue: string;
|
|
319
334
|
};
|
|
320
335
|
viewMsg: {
|
|
321
336
|
message: string;
|
|
@@ -336,6 +351,11 @@ declare const _default: {
|
|
|
336
351
|
resetSuccess: string;
|
|
337
352
|
resetError: string;
|
|
338
353
|
};
|
|
354
|
+
util: {
|
|
355
|
+
quarter: string;
|
|
356
|
+
month: string;
|
|
357
|
+
week: string;
|
|
358
|
+
};
|
|
339
359
|
};
|
|
340
360
|
};
|
|
341
361
|
deLogic: {
|
|
@@ -346,6 +366,7 @@ declare const _default: {
|
|
|
346
366
|
sourceDataMissingConditionValue: string;
|
|
347
367
|
noSupportedTime: string;
|
|
348
368
|
entityLogicalConnection: string;
|
|
369
|
+
entityLogicalContainsConnection: string;
|
|
349
370
|
comparisonCondition: string;
|
|
350
371
|
comparisonValue: string;
|
|
351
372
|
compareResults: string;
|
|
@@ -557,6 +578,11 @@ declare const _default: {
|
|
|
557
578
|
oauthOpenAccessIdError: string;
|
|
558
579
|
noImplemented: string;
|
|
559
580
|
};
|
|
581
|
+
dataException: string;
|
|
582
|
+
noSortField: string;
|
|
583
|
+
noDragElementId: string;
|
|
584
|
+
noTargetElementId: string;
|
|
585
|
+
noMoveTypeField: string;
|
|
560
586
|
};
|
|
561
587
|
uiAction: {
|
|
562
588
|
noEntityOrBehavior: string;
|
|
@@ -577,6 +603,7 @@ declare const _default: {
|
|
|
577
603
|
withdrawalConfirmed: string;
|
|
578
604
|
noFoundBehaviorModel: string;
|
|
579
605
|
noEnableAI: string;
|
|
606
|
+
exportWithNoDataSet: string;
|
|
580
607
|
};
|
|
581
608
|
uiLogic: {
|
|
582
609
|
interfaceConnectionConditional: string;
|
|
@@ -585,6 +612,7 @@ declare const _default: {
|
|
|
585
612
|
sourceDataObjectAttribute: string;
|
|
586
613
|
currentTime: string;
|
|
587
614
|
interfaceConnectionConditionalTypeName: string;
|
|
615
|
+
interfaceConnectionConditionalContains: string;
|
|
588
616
|
asynchronousTermination: string;
|
|
589
617
|
asynchronousRejection: string;
|
|
590
618
|
exceptionHandling: string;
|
|
@@ -661,6 +689,7 @@ declare const _default: {
|
|
|
661
689
|
};
|
|
662
690
|
fileUtil: {
|
|
663
691
|
fileUploadFailed: string;
|
|
692
|
+
getDownloadTicketFailed: string;
|
|
664
693
|
};
|
|
665
694
|
handlebars: {
|
|
666
695
|
noInitHandlebars: string;
|
|
@@ -914,12 +943,26 @@ declare const _default: {
|
|
|
914
943
|
dateRangePicker: {
|
|
915
944
|
selectRange: string;
|
|
916
945
|
};
|
|
946
|
+
mpicker: {
|
|
947
|
+
simpleErr: string;
|
|
948
|
+
};
|
|
949
|
+
signature: {
|
|
950
|
+
undo: string;
|
|
951
|
+
rewrite: string;
|
|
952
|
+
confirm: string;
|
|
953
|
+
addSignature: string;
|
|
954
|
+
signaturePrompt: string;
|
|
955
|
+
};
|
|
917
956
|
};
|
|
918
957
|
locale: {
|
|
919
958
|
prompt: string;
|
|
920
959
|
switchLanguagePrompt: string;
|
|
921
960
|
};
|
|
922
961
|
mobApp: {
|
|
962
|
+
authGuard: {
|
|
963
|
+
loginFailed: string;
|
|
964
|
+
noPermission: string;
|
|
965
|
+
};
|
|
923
966
|
unauthorizedHandler: {
|
|
924
967
|
noFoundEnvParams: string;
|
|
925
968
|
prohibitAccessPrompt: string;
|