@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
|
@@ -18,7 +18,6 @@ class MobWFDynaActionViewEngine extends MobWFDynaEditViewEngine {
|
|
|
18
18
|
const processForm = this.view.context.processForm ? `wfform_${this.view.context.processForm}` : "form";
|
|
19
19
|
return processForm;
|
|
20
20
|
}
|
|
21
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/explicit-module-boundary-types
|
|
22
21
|
async call(key, args) {
|
|
23
22
|
if (key === SysUIActionTag.OK) {
|
|
24
23
|
this.onOkButtonClick();
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ViewController, IEditFormController, IWFDynaEditViewEvent, IWFDynaEditViewState, WFLink, IAppDEService, IToolbarController } from '@ibiz-template/runtime';
|
|
1
|
+
import { ViewController, IEditFormController, IWFDynaEditViewEvent, IWFDynaEditViewState, WFLink, IAppDEService, IToolbarController, IApiMobWFDynaEditViewCall } from '@ibiz-template/runtime';
|
|
2
2
|
import { IAppDEMobWFDynaEditView, IDEEditForm } from '@ibiz/model-core';
|
|
3
3
|
import { WFActionButtonController } from '../panel-component/wf-action-button';
|
|
4
4
|
import { MobEditViewEngine } from './mob-edit-view.engine';
|
|
@@ -119,7 +119,7 @@ export declare class MobWFDynaEditViewEngine extends MobEditViewEngine {
|
|
|
119
119
|
* @memberof WFDynaEditViewController
|
|
120
120
|
*/
|
|
121
121
|
wfSubmitByLink(link: WFLink): Promise<void>;
|
|
122
|
-
call(key:
|
|
122
|
+
call(key: keyof IApiMobWFDynaEditViewCall, args: any): Promise<IData | null | undefined>;
|
|
123
123
|
/**
|
|
124
124
|
* 初始化工作流动态按钮
|
|
125
125
|
*
|
|
@@ -245,7 +245,6 @@ class MobWFDynaEditViewEngine extends MobEditViewEngine {
|
|
|
245
245
|
await this.view.closeView();
|
|
246
246
|
}
|
|
247
247
|
}
|
|
248
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/explicit-module-boundary-types
|
|
249
248
|
async call(key, args) {
|
|
250
249
|
if (key === "WFAction") {
|
|
251
250
|
this.onLinkClick(args.id);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ViewController, IWFDynaStartViewState, IWFDynaStartViewEvent } from '@ibiz-template/runtime';
|
|
1
|
+
import { ViewController, IWFDynaStartViewState, IWFDynaStartViewEvent, IApiMobWFDynaStartViewCall } from '@ibiz-template/runtime';
|
|
2
2
|
import { IAppDEMobWFDynaStartView } from '@ibiz/model-core';
|
|
3
3
|
import { MobWFDynaEditViewEngine } from './mob-wf-dyna-edit-view.engine';
|
|
4
4
|
export declare class MobWFDynaStartViewEngine extends MobWFDynaEditViewEngine {
|
|
@@ -12,7 +12,7 @@ export declare class MobWFDynaStartViewEngine extends MobWFDynaEditViewEngine {
|
|
|
12
12
|
protected view: ViewController<IAppDEMobWFDynaStartView, IWFDynaStartViewState, IWFDynaStartViewEvent>;
|
|
13
13
|
isCalcWFToolbar: boolean;
|
|
14
14
|
calcProcessFormName(): Promise<string>;
|
|
15
|
-
call(key:
|
|
15
|
+
call(key: keyof IApiMobWFDynaStartViewCall, args: any): Promise<IData | null | undefined>;
|
|
16
16
|
/**
|
|
17
17
|
* 确认按钮回调
|
|
18
18
|
*
|
|
@@ -18,7 +18,6 @@ class MobWFDynaStartViewEngine extends MobWFDynaEditViewEngine {
|
|
|
18
18
|
const processForm = this.view.context.processForm ? `wfform_${this.view.context.processForm}` : "form";
|
|
19
19
|
return processForm;
|
|
20
20
|
}
|
|
21
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/explicit-module-boundary-types
|
|
22
21
|
async call(key, args) {
|
|
23
22
|
if (key === SysUIActionTag.OK) {
|
|
24
23
|
this.onOkButtonClick();
|
package/lib/_virtual/index12.cjs
CHANGED
package/lib/_virtual/index13.cjs
CHANGED
package/lib/common/index.cjs
CHANGED
|
@@ -46,6 +46,7 @@ const IBizCommonComponents = {
|
|
|
46
46
|
v.component(mdCtrlSetting.IBizMdCtrlSetting.name, mdCtrlSetting.IBizMdCtrlSetting);
|
|
47
47
|
v.component(previewImage.IBizPreviewImage.name, previewImage.IBizPreviewImage);
|
|
48
48
|
v.component(cropping.IBizCropping.name, cropping.IBizCropping);
|
|
49
|
+
v.component(vue3Util.IBizSignaturePad.name, vue3Util.IBizSignaturePad);
|
|
49
50
|
}
|
|
50
51
|
};
|
|
51
52
|
|
|
@@ -29,6 +29,9 @@ const IBizPresetViewHeader = /* @__PURE__ */ vue.defineComponent({
|
|
|
29
29
|
};
|
|
30
30
|
},
|
|
31
31
|
render() {
|
|
32
|
+
if (!ibiz.config.view.mobShowViewHeader) {
|
|
33
|
+
return;
|
|
34
|
+
}
|
|
32
35
|
return this.view.model.showCaptionBar && vue.createVNode("div", {
|
|
33
36
|
"class": [this.ns.b(), this.ns2.b()]
|
|
34
37
|
}, [vue.createVNode("div", {
|
|
@@ -11,18 +11,31 @@ require('./app-menu.css');
|
|
|
11
11
|
const AppMenuControl = /* @__PURE__ */ vue.defineComponent({
|
|
12
12
|
name: "IBizAppMenuControl",
|
|
13
13
|
props: {
|
|
14
|
+
/**
|
|
15
|
+
* @description 菜单模型数据
|
|
16
|
+
*/
|
|
14
17
|
modelData: {
|
|
15
18
|
type: Object,
|
|
16
19
|
required: true
|
|
17
20
|
},
|
|
21
|
+
/**
|
|
22
|
+
* @description 应用上下文对象
|
|
23
|
+
*/
|
|
18
24
|
context: {
|
|
19
25
|
type: Object,
|
|
20
26
|
required: true
|
|
21
27
|
},
|
|
28
|
+
/**
|
|
29
|
+
* @description 视图参数对象
|
|
30
|
+
* @default {}
|
|
31
|
+
*/
|
|
22
32
|
params: {
|
|
23
33
|
type: Object,
|
|
24
34
|
default: () => ({})
|
|
25
35
|
},
|
|
36
|
+
/**
|
|
37
|
+
* @description 部件适配器
|
|
38
|
+
*/
|
|
26
39
|
provider: {
|
|
27
40
|
type: Object
|
|
28
41
|
}
|
|
@@ -6,6 +6,9 @@ var vue3Util = require('@ibiz-template/vue3-util');
|
|
|
6
6
|
require('./app-menu-list-view.css');
|
|
7
7
|
|
|
8
8
|
"use strict";
|
|
9
|
+
function _isSlot(s) {
|
|
10
|
+
return typeof s === "function" || Object.prototype.toString.call(s) === "[object Object]" && !vue.isVNode(s);
|
|
11
|
+
}
|
|
9
12
|
const AppMenuListViewControl = /* @__PURE__ */ vue.defineComponent({
|
|
10
13
|
name: "IBizAppMenuListViewControl",
|
|
11
14
|
props: {
|
|
@@ -44,42 +47,64 @@ const AppMenuListViewControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
44
47
|
const {
|
|
45
48
|
controlStyle
|
|
46
49
|
} = model;
|
|
50
|
+
const renderMenuItem = (item) => {
|
|
51
|
+
var _a;
|
|
52
|
+
if (item.hidden === true) {
|
|
53
|
+
return null;
|
|
54
|
+
}
|
|
55
|
+
let renderItem = null;
|
|
56
|
+
switch (item.itemType) {
|
|
57
|
+
case "MENUITEM":
|
|
58
|
+
if ((_a = item.appMenuItems) == null ? void 0 : _a.length) {
|
|
59
|
+
let _slot;
|
|
60
|
+
renderItem = vue.createVNode(vue.resolveComponent("van-cell-group"), {
|
|
61
|
+
"class": this.ns.b("group"),
|
|
62
|
+
"title": item.caption
|
|
63
|
+
}, _isSlot(_slot = item.appMenuItems.map((child) => {
|
|
64
|
+
return renderMenuItem(child);
|
|
65
|
+
})) ? _slot : {
|
|
66
|
+
default: () => [_slot]
|
|
67
|
+
});
|
|
68
|
+
} else {
|
|
69
|
+
renderItem = vue.createVNode(vue.resolveComponent("van-cell"), {
|
|
70
|
+
"class": [this.ns.b("item")],
|
|
71
|
+
"is-link": true,
|
|
72
|
+
"center": true,
|
|
73
|
+
"clickable": true,
|
|
74
|
+
"title": item.caption,
|
|
75
|
+
"onClick": async (event) => {
|
|
76
|
+
try {
|
|
77
|
+
await this.c.onClickMenuItem(item.id, event, false);
|
|
78
|
+
} catch (error) {
|
|
79
|
+
ibiz.log.error(error);
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}, {
|
|
83
|
+
icon: () => {
|
|
84
|
+
return item.sysImage && vue.createVNode("div", {
|
|
85
|
+
"class": this.ns.b("icon")
|
|
86
|
+
}, [vue.createVNode(vue.resolveComponent("iBizIcon"), {
|
|
87
|
+
"icon": item.sysImage
|
|
88
|
+
}, null)]);
|
|
89
|
+
}
|
|
90
|
+
});
|
|
91
|
+
}
|
|
92
|
+
break;
|
|
93
|
+
case "SEPERATOR":
|
|
94
|
+
renderItem = vue.createVNode(vue.resolveComponent("van-divider"), null, null);
|
|
95
|
+
break;
|
|
96
|
+
default:
|
|
97
|
+
break;
|
|
98
|
+
}
|
|
99
|
+
return renderItem;
|
|
100
|
+
};
|
|
47
101
|
return vue.createVNode(vue.resolveComponent("van-list"), {
|
|
48
|
-
"class": [this.ns.b(), this.ns.b(controlStyle.toLowerCase()), this.ns.m(this.modelData.id)]
|
|
102
|
+
"class": [this.ns.b(), this.ns.b(controlStyle == null ? void 0 : controlStyle.toLowerCase()), this.ns.m(this.modelData.id)]
|
|
49
103
|
}, {
|
|
50
104
|
default: () => {
|
|
51
105
|
var _a;
|
|
52
106
|
return [(_a = model == null ? void 0 : model.appMenuItems) == null ? void 0 : _a.map((item) => {
|
|
53
|
-
|
|
54
|
-
return null;
|
|
55
|
-
}
|
|
56
|
-
let renderItem = null;
|
|
57
|
-
switch (item.itemType) {
|
|
58
|
-
case "MENUITEM":
|
|
59
|
-
renderItem = vue.createVNode(vue.resolveComponent("van-cell"), {
|
|
60
|
-
"class": [this.ns.b("item")],
|
|
61
|
-
"is-link": true,
|
|
62
|
-
"center": true,
|
|
63
|
-
"clickable": true,
|
|
64
|
-
"title": item.caption,
|
|
65
|
-
"onClick": (event) => this.c.onClickMenuItem(item.id, event, false)
|
|
66
|
-
}, {
|
|
67
|
-
icon: () => {
|
|
68
|
-
return item.sysImage && vue.createVNode("div", {
|
|
69
|
-
"class": this.ns.b("icon")
|
|
70
|
-
}, [vue.createVNode(vue.resolveComponent("iBizIcon"), {
|
|
71
|
-
"icon": item.sysImage
|
|
72
|
-
}, null)]);
|
|
73
|
-
}
|
|
74
|
-
});
|
|
75
|
-
break;
|
|
76
|
-
case "SEPERATOR":
|
|
77
|
-
renderItem = vue.createVNode(vue.resolveComponent("van-divider"), null, null);
|
|
78
|
-
break;
|
|
79
|
-
default:
|
|
80
|
-
break;
|
|
81
|
-
}
|
|
82
|
-
return renderItem;
|
|
107
|
+
return renderMenuItem(item);
|
|
83
108
|
})];
|
|
84
109
|
}
|
|
85
110
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.ibiz-control-appmenu-listview{--ibiz-control-appmenu-list-view-icon-size:var(--ibiz-font-size-header-4);--ibiz-control-appmenu-list-view-font-size:var(--ibiz-font-size-regular);--ibiz-control-appmenu-list-view-color:var(--ibiz-font-size-regular);--ibiz-control-appmenu-list-view-padding:0;--ibiz-control-appmenu-list-view-item-padding:0.5rem 1rem;--ibiz-control-appmenu-list-view-item-color:var(--ibiz-color-text-1);--van-cell-border-color:var(--ibiz-color-border);--van-divider-margin:0.125rem;--van-divider-border-color:transparent;--van-cell-horizontal-padding:0.75rem;--van-cell-active-color:transparent;--van-cell-right-icon-color:var(--van-gray-6);border-radius:var(--ibiz-border-radius-small)}.ibiz-control-appmenu-listview .ibiz-control-appmenu-item{padding:var(--ibiz-control-appmenu-list-view-item-padding);font-size:var(--ibiz-control-appmenu-list-view-font-size);color:var(--ibiz-control-appmenu-list-view-item-color)}.ibiz-control-appmenu-listview .ibiz-control-appmenu-item:last-child{border-width:0}.ibiz-control-appmenu-listview .van-cell::after{left:0}.ibiz-control-appmenu-listview .ibiz-control-appmenu-icon{display:flex;align-items:center;justify-content:center;width:var(--ibiz-control-appmenu-list-view-icon-size);margin-right:var(--ibiz-spacing-tight);font-size:var(--ibiz-control-appmenu-list-view-icon-size)}.ibiz-control-appmenu-listview .ibiz-control-appmenu-icon .ibiz-icon{display:flex;align-items:center}
|
|
1
|
+
.ibiz-control-appmenu-listview{--ibiz-control-appmenu-list-view-icon-size:var(--ibiz-font-size-header-4);--ibiz-control-appmenu-list-view-font-size:var(--ibiz-font-size-regular);--ibiz-control-appmenu-list-view-color:var(--ibiz-font-size-regular);--ibiz-control-appmenu-list-view-padding:0;--ibiz-control-appmenu-list-view-item-padding:0.5rem 1rem;--ibiz-control-appmenu-list-view-item-color:var(--ibiz-color-text-1);--van-cell-border-color:var(--ibiz-color-border);--van-divider-margin:0.125rem;--van-divider-border-color:transparent;--van-cell-horizontal-padding:0.75rem;--van-cell-active-color:transparent;--van-cell-right-icon-color:var(--van-gray-6);--van-cell-group-title-color:var(--ibiz-color-text-2);--van-cell-group-title-padding:0.5rem 1rem;--van-cell-group-title-font-size:var(--ibiz-font-size-regular);--van-cell-group-title-line-height:var(--van-cell-line-height);border-radius:var(--ibiz-border-radius-small)}.ibiz-control-appmenu-listview .ibiz-control-appmenu-item{padding:var(--ibiz-control-appmenu-list-view-item-padding);font-size:var(--ibiz-control-appmenu-list-view-font-size);color:var(--ibiz-control-appmenu-list-view-item-color)}.ibiz-control-appmenu-listview .ibiz-control-appmenu-item:last-child{border-width:0}.ibiz-control-appmenu-listview .van-cell::after{left:0}.ibiz-control-appmenu-listview .ibiz-control-appmenu-icon{display:flex;align-items:center;justify-content:center;width:var(--ibiz-control-appmenu-list-view-icon-size);margin-right:var(--ibiz-spacing-tight);font-size:var(--ibiz-control-appmenu-list-view-icon-size)}.ibiz-control-appmenu-listview .ibiz-control-appmenu-icon .ibiz-icon{display:flex;align-items:center}.ibiz-control-appmenu-listview .van-cell-group__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:var(--ibiz-color-bg-0)}.ibiz-control-appmenu-listview .van-hairline--top-bottom::after{border:none}
|
|
@@ -21,25 +21,45 @@ const CalendarControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
21
21
|
VueHashCalendar: index.default
|
|
22
22
|
},
|
|
23
23
|
props: {
|
|
24
|
+
/**
|
|
25
|
+
* @description 日历模型数据
|
|
26
|
+
*/
|
|
24
27
|
modelData: {
|
|
25
28
|
type: Object,
|
|
26
29
|
required: true
|
|
27
30
|
},
|
|
31
|
+
/**
|
|
32
|
+
* @description 应用上下文对象
|
|
33
|
+
*/
|
|
28
34
|
context: {
|
|
29
35
|
type: Object,
|
|
30
36
|
required: true
|
|
31
37
|
},
|
|
38
|
+
/**
|
|
39
|
+
* @description 视图参数对象
|
|
40
|
+
* @default {}
|
|
41
|
+
*/
|
|
32
42
|
params: {
|
|
33
43
|
type: Object,
|
|
34
44
|
default: () => ({})
|
|
35
45
|
},
|
|
46
|
+
/**
|
|
47
|
+
* @description 部件适配器
|
|
48
|
+
*/
|
|
36
49
|
provider: {
|
|
37
50
|
type: Object
|
|
38
51
|
},
|
|
52
|
+
/**
|
|
53
|
+
* @description 部件激活模式,值为0:无激活,值为1:单击激活,值为2:双击激活
|
|
54
|
+
*/
|
|
39
55
|
mdctrlActiveMode: {
|
|
40
56
|
type: Number,
|
|
41
57
|
default: void 0
|
|
42
58
|
},
|
|
59
|
+
/**
|
|
60
|
+
* @description 是否默认加载数据
|
|
61
|
+
* @default false
|
|
62
|
+
*/
|
|
43
63
|
loadDefault: {
|
|
44
64
|
type: Boolean,
|
|
45
65
|
default: false
|
|
@@ -9,18 +9,31 @@ require('./caption-bar.css');
|
|
|
9
9
|
const CaptionBarControl = /* @__PURE__ */ vue.defineComponent({
|
|
10
10
|
name: "IBizCaptionBarControl",
|
|
11
11
|
props: {
|
|
12
|
+
/**
|
|
13
|
+
* @description 标题栏模型数据
|
|
14
|
+
*/
|
|
12
15
|
modelData: {
|
|
13
16
|
type: Object,
|
|
14
17
|
required: true
|
|
15
18
|
},
|
|
19
|
+
/**
|
|
20
|
+
* @description 应用上下文对象
|
|
21
|
+
*/
|
|
16
22
|
context: {
|
|
17
23
|
type: Object,
|
|
18
24
|
required: true
|
|
19
25
|
},
|
|
26
|
+
/**
|
|
27
|
+
* @description 视图参数对象
|
|
28
|
+
* @default {}
|
|
29
|
+
*/
|
|
20
30
|
params: {
|
|
21
31
|
type: Object,
|
|
22
32
|
default: () => ({})
|
|
23
33
|
},
|
|
34
|
+
/**
|
|
35
|
+
* @description 部件适配器
|
|
36
|
+
*/
|
|
24
37
|
provider: {
|
|
25
38
|
type: Object
|
|
26
39
|
}
|
|
@@ -12,25 +12,45 @@ require('./chart.css');
|
|
|
12
12
|
const ChartControl = /* @__PURE__ */ vue.defineComponent({
|
|
13
13
|
name: "IBizChartControl",
|
|
14
14
|
props: {
|
|
15
|
+
/**
|
|
16
|
+
* @description 图表模型数据
|
|
17
|
+
*/
|
|
15
18
|
modelData: {
|
|
16
19
|
type: Object,
|
|
17
20
|
required: true
|
|
18
21
|
},
|
|
22
|
+
/**
|
|
23
|
+
* @description 应用上下文对象
|
|
24
|
+
*/
|
|
19
25
|
context: {
|
|
20
26
|
type: Object,
|
|
21
27
|
required: true
|
|
22
28
|
},
|
|
29
|
+
/**
|
|
30
|
+
* @description 视图参数对象
|
|
31
|
+
* @default {}
|
|
32
|
+
*/
|
|
23
33
|
params: {
|
|
24
34
|
type: Object,
|
|
25
35
|
default: () => ({})
|
|
26
36
|
},
|
|
37
|
+
/**
|
|
38
|
+
* @description 部件适配器
|
|
39
|
+
*/
|
|
27
40
|
provider: {
|
|
28
41
|
type: Object
|
|
29
42
|
},
|
|
43
|
+
/**
|
|
44
|
+
* @description 部件激活模式,值为0:无激活,值为1:单击激活,值为2:双击激活
|
|
45
|
+
*/
|
|
30
46
|
mdctrlActiveMode: {
|
|
31
47
|
type: Number,
|
|
32
48
|
default: void 0
|
|
33
49
|
},
|
|
50
|
+
/**
|
|
51
|
+
* @description 是否默认加载数据
|
|
52
|
+
* @default true
|
|
53
|
+
*/
|
|
34
54
|
loadDefault: {
|
|
35
55
|
type: Boolean,
|
|
36
56
|
default: true
|
|
@@ -40,18 +40,31 @@ function renderPortletByType(model, c, opts) {
|
|
|
40
40
|
const DashboardControl = /* @__PURE__ */ vue.defineComponent({
|
|
41
41
|
name: "IBizDashboardControl",
|
|
42
42
|
props: {
|
|
43
|
+
/**
|
|
44
|
+
* @description 数据看板模型数据
|
|
45
|
+
*/
|
|
43
46
|
modelData: {
|
|
44
47
|
type: Object,
|
|
45
48
|
required: true
|
|
46
49
|
},
|
|
50
|
+
/**
|
|
51
|
+
* @description 应用上下文对象
|
|
52
|
+
*/
|
|
47
53
|
context: {
|
|
48
54
|
type: Object,
|
|
49
55
|
required: true
|
|
50
56
|
},
|
|
57
|
+
/**
|
|
58
|
+
* @description 视图参数对象
|
|
59
|
+
* @default {}
|
|
60
|
+
*/
|
|
51
61
|
params: {
|
|
52
62
|
type: Object,
|
|
53
63
|
default: () => ({})
|
|
54
64
|
},
|
|
65
|
+
/**
|
|
66
|
+
* @description 部件适配器
|
|
67
|
+
*/
|
|
55
68
|
provider: {
|
|
56
69
|
type: Object
|
|
57
70
|
}
|
|
@@ -14,25 +14,46 @@ function _isSlot(s) {
|
|
|
14
14
|
const DataViewControl = /* @__PURE__ */ vue.defineComponent({
|
|
15
15
|
name: "IBizDataViewControl",
|
|
16
16
|
props: {
|
|
17
|
+
/**
|
|
18
|
+
* @description 数据视图(卡片)模型数据
|
|
19
|
+
*/
|
|
17
20
|
modelData: {
|
|
18
21
|
type: Object,
|
|
19
22
|
required: true
|
|
20
23
|
},
|
|
24
|
+
/**
|
|
25
|
+
* @description 应用上下文对象
|
|
26
|
+
*/
|
|
21
27
|
context: {
|
|
22
28
|
type: Object,
|
|
23
29
|
required: true
|
|
24
30
|
},
|
|
31
|
+
/**
|
|
32
|
+
* @description 视图参数对象
|
|
33
|
+
* @default {}
|
|
34
|
+
*/
|
|
25
35
|
params: {
|
|
26
36
|
type: Object,
|
|
27
37
|
default: () => ({})
|
|
28
38
|
},
|
|
39
|
+
/**
|
|
40
|
+
* @description 部件适配器
|
|
41
|
+
*/
|
|
29
42
|
provider: {
|
|
30
43
|
type: Object
|
|
31
44
|
},
|
|
45
|
+
/**
|
|
46
|
+
* @description 是否单选
|
|
47
|
+
* @default true
|
|
48
|
+
*/
|
|
32
49
|
singleSelect: {
|
|
33
50
|
type: Boolean,
|
|
34
51
|
default: true
|
|
35
52
|
},
|
|
53
|
+
/**
|
|
54
|
+
* @description 是否默认加载数据
|
|
55
|
+
* @default true
|
|
56
|
+
*/
|
|
36
57
|
loadDefault: {
|
|
37
58
|
type: Boolean,
|
|
38
59
|
default: true
|
|
@@ -70,11 +91,10 @@ const DataViewControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
70
91
|
}, null);
|
|
71
92
|
};
|
|
72
93
|
const renderItemAction = (item) => {
|
|
73
|
-
var _a;
|
|
74
94
|
return vue.createVNode(vue.resolveComponent("iBizActionToolbar"), {
|
|
75
95
|
"class": ns.bem("item-content", "bottom", "actions"),
|
|
76
|
-
"action-details":
|
|
77
|
-
"actions-state": c.
|
|
96
|
+
"action-details": c.getOptItemModel(),
|
|
97
|
+
"actions-state": c.state.uaState[item.srfkey],
|
|
78
98
|
"onActionClick": (detail, event) => c.onActionClick(detail, item, event)
|
|
79
99
|
}, null);
|
|
80
100
|
};
|
|
@@ -13,29 +13,44 @@ function _isSlot(s) {
|
|
|
13
13
|
const DRBarControl = /* @__PURE__ */ vue.defineComponent({
|
|
14
14
|
name: "IBizDrBarControl",
|
|
15
15
|
props: {
|
|
16
|
+
/**
|
|
17
|
+
* @description 数据关系栏模型数据
|
|
18
|
+
*/
|
|
16
19
|
modelData: {
|
|
17
20
|
type: Object,
|
|
18
21
|
required: true
|
|
19
22
|
},
|
|
23
|
+
/**
|
|
24
|
+
* @description 应用上下文对象
|
|
25
|
+
*/
|
|
20
26
|
context: {
|
|
21
27
|
type: Object,
|
|
22
28
|
required: true
|
|
23
29
|
},
|
|
30
|
+
/**
|
|
31
|
+
* @description 视图参数对象
|
|
32
|
+
* @default {}
|
|
33
|
+
*/
|
|
24
34
|
params: {
|
|
25
35
|
type: Object,
|
|
26
36
|
default: () => ({})
|
|
27
37
|
},
|
|
38
|
+
/**
|
|
39
|
+
* @description 部件适配器
|
|
40
|
+
*/
|
|
28
41
|
provider: {
|
|
29
42
|
type: Object
|
|
30
43
|
},
|
|
44
|
+
/**
|
|
45
|
+
* @description 导航数据
|
|
46
|
+
*/
|
|
31
47
|
srfnav: {
|
|
32
48
|
type: String,
|
|
33
49
|
required: false
|
|
34
50
|
},
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
},
|
|
51
|
+
/**
|
|
52
|
+
* @description 隐藏编辑项
|
|
53
|
+
*/
|
|
39
54
|
hideEditItem: {
|
|
40
55
|
type: Boolean,
|
|
41
56
|
default: void 0
|
|
@@ -13,18 +13,31 @@ function _isSlot(s) {
|
|
|
13
13
|
const DRTabControl = /* @__PURE__ */ vue.defineComponent({
|
|
14
14
|
name: "IBizDrTabControl",
|
|
15
15
|
props: {
|
|
16
|
+
/**
|
|
17
|
+
* @description 数据关系分页模型数据
|
|
18
|
+
*/
|
|
16
19
|
modelData: {
|
|
17
20
|
type: Object,
|
|
18
21
|
required: true
|
|
19
22
|
},
|
|
23
|
+
/**
|
|
24
|
+
* @description 应用上下文对象
|
|
25
|
+
*/
|
|
20
26
|
context: {
|
|
21
27
|
type: Object,
|
|
22
28
|
required: true
|
|
23
29
|
},
|
|
30
|
+
/**
|
|
31
|
+
* @description 视图参数对象
|
|
32
|
+
* @default {}
|
|
33
|
+
*/
|
|
24
34
|
params: {
|
|
25
35
|
type: Object,
|
|
26
36
|
default: () => ({})
|
|
27
37
|
},
|
|
38
|
+
/**
|
|
39
|
+
* @description 部件适配器
|
|
40
|
+
*/
|
|
28
41
|
provider: {
|
|
29
42
|
type: Object
|
|
30
43
|
}
|
|
@@ -10,32 +10,70 @@ require('./edit-form.css');
|
|
|
10
10
|
const EditFormControl = /* @__PURE__ */ vue.defineComponent({
|
|
11
11
|
name: "IBizEditFormControl",
|
|
12
12
|
props: {
|
|
13
|
+
/**
|
|
14
|
+
* @description 编辑表单模型数据
|
|
15
|
+
*/
|
|
13
16
|
modelData: {
|
|
14
17
|
type: Object,
|
|
15
18
|
required: true
|
|
16
19
|
},
|
|
20
|
+
/**
|
|
21
|
+
* @description 应用上下文对象
|
|
22
|
+
*/
|
|
17
23
|
context: {
|
|
18
24
|
type: Object,
|
|
19
25
|
required: true
|
|
20
26
|
},
|
|
27
|
+
/**
|
|
28
|
+
* @description 视图参数对象
|
|
29
|
+
* @default {}
|
|
30
|
+
*/
|
|
21
31
|
params: {
|
|
22
32
|
type: Object,
|
|
23
33
|
default: () => ({})
|
|
24
34
|
},
|
|
35
|
+
/**
|
|
36
|
+
* @description 部件适配器
|
|
37
|
+
*/
|
|
25
38
|
provider: {
|
|
26
39
|
type: Object
|
|
27
40
|
},
|
|
41
|
+
/**
|
|
42
|
+
* @description 是否是简单模式,即直接传入数据,不加载数据
|
|
43
|
+
*/
|
|
28
44
|
isSimple: {
|
|
29
45
|
type: Boolean,
|
|
30
46
|
required: false
|
|
31
47
|
},
|
|
48
|
+
/**
|
|
49
|
+
* @description 简单模式下传入的数据
|
|
50
|
+
*/
|
|
32
51
|
data: {
|
|
33
52
|
type: Object,
|
|
34
53
|
required: false
|
|
35
54
|
},
|
|
55
|
+
/**
|
|
56
|
+
* @description 是否默认加载数据
|
|
57
|
+
* @default true
|
|
58
|
+
*/
|
|
36
59
|
loadDefault: {
|
|
37
60
|
type: Boolean,
|
|
38
61
|
default: true
|
|
62
|
+
},
|
|
63
|
+
/**
|
|
64
|
+
* @description 简单模式下传入的数据索引
|
|
65
|
+
* @default false
|
|
66
|
+
*/
|
|
67
|
+
simpleDataIndex: {
|
|
68
|
+
type: Number,
|
|
69
|
+
required: false
|
|
70
|
+
},
|
|
71
|
+
/**
|
|
72
|
+
* @description 多数据部件表单模式下传入的数据索引
|
|
73
|
+
*/
|
|
74
|
+
mdCtrlFormIndex: {
|
|
75
|
+
type: Number,
|
|
76
|
+
required: false
|
|
39
77
|
}
|
|
40
78
|
},
|
|
41
79
|
setup(props) {
|
|
@@ -45,6 +83,9 @@ const EditFormControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
45
83
|
const ns = vue3Util.useNamespace(`control-edit-form`);
|
|
46
84
|
const filter = vue.ref(void 0);
|
|
47
85
|
if (props.isSimple) {
|
|
86
|
+
if (props.simpleDataIndex || props.simpleDataIndex === 0) {
|
|
87
|
+
c.setSimpleDataIndex(props.simpleDataIndex);
|
|
88
|
+
}
|
|
48
89
|
c.evt.on("onMounted", () => {
|
|
49
90
|
c.setSimpleData(props.data || {});
|
|
50
91
|
});
|
|
@@ -60,6 +101,9 @@ const EditFormControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
60
101
|
deep: true
|
|
61
102
|
});
|
|
62
103
|
}
|
|
104
|
+
if (props.mdCtrlFormIndex || props.mdCtrlFormIndex === 0) {
|
|
105
|
+
c.setMdCtrlFormIndex(props.mdCtrlFormIndex);
|
|
106
|
+
}
|
|
63
107
|
c.evt.on("onCreated", () => {
|
|
64
108
|
const keys = Object.keys(c.details);
|
|
65
109
|
keys.forEach((key) => {
|