@ibiz-template/mob-vue3-components 0.0.55 → 0.7.41-alpha.7
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-komJV5bQ.js +76 -0
- package/dist/index-komJV5bQ.js.map +1 -0
- package/dist/index.min.css +3 -3
- package/dist/index.system.min.js +1 -1
- package/dist/{quill-t_EJUjVi.js → quill-O7hIDmrl.js} +2 -2
- package/dist/{quill-t_EJUjVi.js.map → quill-O7hIDmrl.js.map} +1 -1
- package/dist/{quill-editor-ybZrwyoG.js → quill-editor-BMC0diFC.js} +2 -2
- package/dist/quill-editor-BMC0diFC.js.map +1 -0
- package/dist/{quill-editor-preview-G9EjDfQE.js → quill-editor-preview-Dui7L0ne.js} +2 -2
- package/dist/{quill-editor-preview-G9EjDfQE.js.map → quill-editor-preview-Dui7L0ne.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/carousel/carousel.d.ts +2 -2
- package/es/common/cropping/cropping.d.ts +4 -4
- package/es/common/date-range-picker/date-range-picker.d.ts +1 -1
- 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 +7 -7
- package/es/common/emoji-select/emoji-select.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/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/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.d.ts +5 -5
- 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/data-view/data-view.d.ts +47 -5
- package/es/control/data-view/data-view.mjs +21 -0
- package/es/control/data-view/index.d.ts +5 -5
- package/es/control/drbar/drbar.d.ts +43 -14
- package/es/control/drbar/drbar.mjs +19 -4
- package/es/control/drbar/index.d.ts +5 -14
- package/es/control/drtab/drtab.d.ts +31 -5
- package/es/control/drtab/drtab.mjs +13 -0
- package/es/control/drtab/index.d.ts +5 -5
- package/es/control/form/edit-form/edit-form.mjs +23 -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-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-repeater/repeater-multi-form/repeater-multi-form.d.ts +1 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.d.ts +3 -3
- package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.d.ts +3 -3
- 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 +5 -5
- package/es/control/list/list/list.d.ts +79 -5
- package/es/control/list/list/list.mjs +37 -0
- package/es/control/list/md-ctrl/index.d.ts +7 -7
- package/es/control/list/md-ctrl/md-ctrl.d.ts +69 -7
- 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.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 +4 -4
- 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 +5 -5
- package/es/control/toolbar/popper-toolbar/popper-toolbar.d.ts +6 -6
- package/es/control/toolbar/toolbar.d.ts +31 -5
- 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 +17 -10
- package/es/editor/data-picker/ibiz-picker/ibiz-picker.d.ts +16 -9
- 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 +20 -8
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.d.ts +18 -11
- 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 +15 -8
- package/es/editor/html/quill-editor/quill-editor.d.ts +15 -0
- 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 +22 -8
- 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/input/input.d.ts +16 -8
- 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/locale/en/index.d.ts +20 -0
- package/es/locale/zh-CN/index.d.ts +20 -0
- package/es/mob-app/App.mjs +2 -1
- package/es/mob-app/components/router-shell/router-shell.d.ts +3 -3
- package/es/mob-app/guard/auth-guard/auth-guard.mjs +46 -53
- package/es/mob-app/main.mjs +1 -0
- 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.d.ts +18 -0
- package/es/panel-component/auth-sso/auth-sso.mjs +6 -0
- 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 +2 -2
- package/es/panel-component/user-message/user-message.d.ts +7 -2
- 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/view-header-panel-container.d.ts +17 -0
- package/es/panel-component/view-header-panel-container/view-header-panel-container.mjs +6 -0
- 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 +7 -0
- package/es/util/app-util/app-util.mjs +11 -0
- 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/lib/_virtual/index12.cjs +2 -2
- package/lib/_virtual/index13.cjs +2 -2
- package/lib/control/app-menu/app-menu.cjs +13 -0
- 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/data-view/data-view.cjs +21 -0
- package/lib/control/drbar/drbar.cjs +19 -4
- package/lib/control/drtab/drtab.cjs +13 -0
- package/lib/control/form/edit-form/edit-form.cjs +23 -0
- package/lib/control/form/form/form.cjs +3 -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/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/mob-app/App.cjs +1 -0
- package/lib/mob-app/guard/auth-guard/auth-guard.cjs +46 -53
- package/lib/mob-app/main.cjs +1 -0
- 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 +6 -0
- 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 +6 -0
- 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 +11 -0
- package/package.json +7 -7
- 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,14 @@
|
|
|
1
1
|
import { MobUserMessageController } from './user-message.controller';
|
|
2
2
|
import './user-message.scss';
|
|
3
|
+
/**
|
|
4
|
+
* 用户消息
|
|
5
|
+
* @primary
|
|
6
|
+
* @description 用户消息组件,用于显示网站内关于用户的通知消息。
|
|
7
|
+
*/
|
|
3
8
|
export declare const MobUserMessage: import("vue").DefineComponent<{
|
|
4
9
|
value: (ArrayConstructor | StringConstructor | NumberConstructor)[];
|
|
5
10
|
controller: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<MobUserMessageController>, undefined, undefined>;
|
|
6
|
-
data: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<
|
|
11
|
+
data: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<import("@ibiz-template/core").IApiData>, undefined, undefined>;
|
|
7
12
|
disabled: {
|
|
8
13
|
type: BooleanConstructor;
|
|
9
14
|
};
|
|
@@ -56,7 +61,7 @@ export declare const MobUserMessage: import("vue").DefineComponent<{
|
|
|
56
61
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
57
62
|
value: (ArrayConstructor | StringConstructor | NumberConstructor)[];
|
|
58
63
|
controller: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<MobUserMessageController>, undefined, undefined>;
|
|
59
|
-
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>;
|
|
60
65
|
disabled: {
|
|
61
66
|
type: BooleanConstructor;
|
|
62
67
|
};
|
|
@@ -11,10 +11,16 @@ function _isSlot(s) {
|
|
|
11
11
|
const ViewContentPanelContainer = /* @__PURE__ */ defineComponent({
|
|
12
12
|
name: "IBizViewContentPanelContainer",
|
|
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
|
controller: {
|
|
19
25
|
type: PanelContainerController,
|
|
20
26
|
required: true
|
|
@@ -2,11 +2,22 @@ import { PanelContainerController } from '@ibiz-template/vue3-util';
|
|
|
2
2
|
import { IPanelContainer } from '@ibiz/model-core';
|
|
3
3
|
import { PropType } from 'vue';
|
|
4
4
|
import './view-footer-panel-container.scss';
|
|
5
|
+
/**
|
|
6
|
+
* 面板容器(视图底部)
|
|
7
|
+
* @primary
|
|
8
|
+
* @description 用于绘制视图底部内容。
|
|
9
|
+
*/
|
|
5
10
|
export declare const ViewFooterPanelContainer: import("vue").DefineComponent<{
|
|
11
|
+
/**
|
|
12
|
+
* @description 容器模型数据
|
|
13
|
+
*/
|
|
6
14
|
modelData: {
|
|
7
15
|
type: PropType<IPanelContainer>;
|
|
8
16
|
required: true;
|
|
9
17
|
};
|
|
18
|
+
/**
|
|
19
|
+
* @description 容器控制器
|
|
20
|
+
*/
|
|
10
21
|
controller: {
|
|
11
22
|
type: typeof PanelContainerController;
|
|
12
23
|
required: true;
|
|
@@ -15,10 +26,16 @@ export declare const ViewFooterPanelContainer: import("vue").DefineComponent<{
|
|
|
15
26
|
ns: import("@ibiz-template/core").Namespace;
|
|
16
27
|
classArr: import("vue").ComputedRef<(string | false)[]>;
|
|
17
28
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29
|
+
/**
|
|
30
|
+
* @description 容器模型数据
|
|
31
|
+
*/
|
|
18
32
|
modelData: {
|
|
19
33
|
type: PropType<IPanelContainer>;
|
|
20
34
|
required: true;
|
|
21
35
|
};
|
|
36
|
+
/**
|
|
37
|
+
* @description 容器控制器
|
|
38
|
+
*/
|
|
22
39
|
controller: {
|
|
23
40
|
type: typeof PanelContainerController;
|
|
24
41
|
required: true;
|
|
@@ -9,10 +9,16 @@ function _isSlot(s) {
|
|
|
9
9
|
const ViewFooterPanelContainer = /* @__PURE__ */ defineComponent({
|
|
10
10
|
name: "IBizViewFooterPanelContainer",
|
|
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
|
controller: {
|
|
17
23
|
type: PanelContainerController,
|
|
18
24
|
required: true
|
|
@@ -2,11 +2,22 @@ import { PanelContainerController } from '@ibiz-template/vue3-util';
|
|
|
2
2
|
import { IPanelContainer } from '@ibiz/model-core';
|
|
3
3
|
import { PropType } from 'vue';
|
|
4
4
|
import './view-header-panel-container.scss';
|
|
5
|
+
/**
|
|
6
|
+
* 面板容器(视图头部)
|
|
7
|
+
* @primary
|
|
8
|
+
* @description 用于绘制视图头部内容。
|
|
9
|
+
*/
|
|
5
10
|
export declare const ViewHeaderPanelContainer: import("vue").DefineComponent<{
|
|
11
|
+
/**
|
|
12
|
+
* @description 容器模型数据
|
|
13
|
+
*/
|
|
6
14
|
modelData: {
|
|
7
15
|
type: PropType<IPanelContainer>;
|
|
8
16
|
required: true;
|
|
9
17
|
};
|
|
18
|
+
/**
|
|
19
|
+
* @description 容器控制器
|
|
20
|
+
*/
|
|
10
21
|
controller: {
|
|
11
22
|
type: typeof PanelContainerController;
|
|
12
23
|
required: true;
|
|
@@ -17,10 +28,16 @@ export declare const ViewHeaderPanelContainer: import("vue").DefineComponent<{
|
|
|
17
28
|
backButtonVisible: import("vue").Ref<boolean>;
|
|
18
29
|
view: import("@ibiz-template/runtime").IViewController<import("@ibiz/model-core").IAppView, import("@ibiz-template/runtime").IViewState, import("@ibiz-template/runtime").IViewEvent>;
|
|
19
30
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
31
|
+
/**
|
|
32
|
+
* @description 容器模型数据
|
|
33
|
+
*/
|
|
20
34
|
modelData: {
|
|
21
35
|
type: PropType<IPanelContainer>;
|
|
22
36
|
required: true;
|
|
23
37
|
};
|
|
38
|
+
/**
|
|
39
|
+
* @description 容器控制器
|
|
40
|
+
*/
|
|
24
41
|
controller: {
|
|
25
42
|
type: typeof PanelContainerController;
|
|
26
43
|
required: true;
|
|
@@ -12,10 +12,16 @@ function _isSlot(s) {
|
|
|
12
12
|
const ViewHeaderPanelContainer = /* @__PURE__ */ defineComponent({
|
|
13
13
|
name: "IBizViewHeaderPanelContainer",
|
|
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
|
controller: {
|
|
20
26
|
type: PanelContainerController,
|
|
21
27
|
required: true
|
|
@@ -19,7 +19,7 @@ export declare const IBizWFActionButton: import("@ibiz-template/vue3-util").Type
|
|
|
19
19
|
state: import("./wf-action-button.state").WFActionButtonState;
|
|
20
20
|
show: import("vue").Ref<boolean>;
|
|
21
21
|
renderMode: import("vue").ComputedRef<"default" | "sheet">;
|
|
22
|
-
handleButtonClick: (event:
|
|
22
|
+
handleButtonClick: (event: import("@ibiz-template/core").IApiData) => void;
|
|
23
23
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
24
|
modelData: {
|
|
25
25
|
type: import("vue").PropType<import("@ibiz/model-core").IPanelRawItem>;
|
|
@@ -12,17 +12,15 @@ export declare class WFActionButtonController extends PanelItemController<IPanel
|
|
|
12
12
|
state: WFActionButtonState;
|
|
13
13
|
protected createState(): WFActionButtonState;
|
|
14
14
|
/**
|
|
15
|
-
* 面板控制器
|
|
16
|
-
*
|
|
15
|
+
* @description 面板控制器
|
|
16
|
+
* @exposedoc
|
|
17
17
|
* @type {ViewLayoutPanelController}
|
|
18
18
|
* @memberof WFActionButtonController
|
|
19
19
|
*/
|
|
20
20
|
panel: ViewLayoutPanelController;
|
|
21
21
|
/**
|
|
22
|
-
* 工作流动态按钮
|
|
23
|
-
*
|
|
24
|
-
* @author zk
|
|
25
|
-
* @date 2023-11-12 06:11:28
|
|
22
|
+
* @description 工作流动态按钮
|
|
23
|
+
* @exposedoc
|
|
26
24
|
* @readonly
|
|
27
25
|
* @type {IData[]}
|
|
28
26
|
* @memberof WFActionButtonController
|
|
@@ -8,10 +8,8 @@ class WFActionButtonController extends PanelItemController {
|
|
|
8
8
|
return new WFActionButtonState((_a = this.parent) == null ? void 0 : _a.state);
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
* 工作流动态按钮
|
|
12
|
-
*
|
|
13
|
-
* @author zk
|
|
14
|
-
* @date 2023-11-12 06:11:28
|
|
11
|
+
* @description 工作流动态按钮
|
|
12
|
+
* @exposedoc
|
|
15
13
|
* @readonly
|
|
16
14
|
* @type {IData[]}
|
|
17
15
|
* @memberof WFActionButtonController
|
|
@@ -2,11 +2,22 @@ import { IPanelRawItem } from '@ibiz/model-core';
|
|
|
2
2
|
import { PropType } from 'vue';
|
|
3
3
|
import { WFActionButtonController } from './wf-action-button.controller';
|
|
4
4
|
import './wf-action-button.scss';
|
|
5
|
+
/**
|
|
6
|
+
* 工作流动态按钮
|
|
7
|
+
* @primary
|
|
8
|
+
* @description 用于绘制工作流工具栏里面的按钮。
|
|
9
|
+
*/
|
|
5
10
|
export declare const WFActionButton: import("vue").DefineComponent<{
|
|
11
|
+
/**
|
|
12
|
+
* @description 工作流动态按钮模型数据
|
|
13
|
+
*/
|
|
6
14
|
modelData: {
|
|
7
15
|
type: PropType<IPanelRawItem>;
|
|
8
16
|
required: true;
|
|
9
17
|
};
|
|
18
|
+
/**
|
|
19
|
+
* @description 工作流动态按钮控制器
|
|
20
|
+
*/
|
|
10
21
|
controller: {
|
|
11
22
|
type: typeof WFActionButtonController;
|
|
12
23
|
required: true;
|
|
@@ -23,10 +34,16 @@ export declare const WFActionButton: import("vue").DefineComponent<{
|
|
|
23
34
|
renderMode: import("vue").ComputedRef<"default" | "sheet">;
|
|
24
35
|
handleButtonClick: (event: IData) => void;
|
|
25
36
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
37
|
+
/**
|
|
38
|
+
* @description 工作流动态按钮模型数据
|
|
39
|
+
*/
|
|
26
40
|
modelData: {
|
|
27
41
|
type: PropType<IPanelRawItem>;
|
|
28
42
|
required: true;
|
|
29
43
|
};
|
|
44
|
+
/**
|
|
45
|
+
* @description 工作流动态按钮控制器
|
|
46
|
+
*/
|
|
30
47
|
controller: {
|
|
31
48
|
type: typeof WFActionButtonController;
|
|
32
49
|
required: true;
|
|
@@ -7,10 +7,16 @@ import './wf-action-button.css';
|
|
|
7
7
|
const WFActionButton = /* @__PURE__ */ defineComponent({
|
|
8
8
|
name: "IBizWFActionButton",
|
|
9
9
|
props: {
|
|
10
|
+
/**
|
|
11
|
+
* @description 工作流动态按钮模型数据
|
|
12
|
+
*/
|
|
10
13
|
modelData: {
|
|
11
14
|
type: Object,
|
|
12
15
|
required: true
|
|
13
16
|
},
|
|
17
|
+
/**
|
|
18
|
+
* @description 工作流动态按钮控制器
|
|
19
|
+
*/
|
|
14
20
|
controller: {
|
|
15
21
|
type: WFActionButtonController,
|
|
16
22
|
required: true
|
|
@@ -10,10 +10,8 @@ import { PanelItemState } from '@ibiz-template/runtime';
|
|
|
10
10
|
*/
|
|
11
11
|
export declare class WFActionButtonState extends PanelItemState {
|
|
12
12
|
/**
|
|
13
|
-
* 工作流按钮数组
|
|
14
|
-
*
|
|
15
|
-
* @author zk
|
|
16
|
-
* @date 2023-11-09 11:11:49
|
|
13
|
+
* @description 工作流按钮数组
|
|
14
|
+
* @exposedoc
|
|
17
15
|
* @type {IData[]}
|
|
18
16
|
* @memberof WFActionButtonState
|
|
19
17
|
*/
|
|
@@ -11,10 +11,8 @@ class WFActionButtonState extends PanelItemState {
|
|
|
11
11
|
constructor() {
|
|
12
12
|
super(...arguments);
|
|
13
13
|
/**
|
|
14
|
-
* 工作流按钮数组
|
|
15
|
-
*
|
|
16
|
-
* @author zk
|
|
17
|
-
* @date 2023-11-09 11:11:49
|
|
14
|
+
* @description 工作流按钮数组
|
|
15
|
+
* @exposedoc
|
|
18
16
|
* @type {IData[]}
|
|
19
17
|
* @memberof WFActionButtonState
|
|
20
18
|
*/
|
|
@@ -7,7 +7,7 @@ export declare const IBizWFStepTrace: import("@ibiz-template/vue3-util").TypeWit
|
|
|
7
7
|
};
|
|
8
8
|
}, {
|
|
9
9
|
ns: import("@ibiz-template/core").Namespace;
|
|
10
|
-
data: import("vue").ComputedRef<
|
|
10
|
+
data: import("vue").ComputedRef<import("@ibiz-template/core").IApiData[]>;
|
|
11
11
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
12
|
controller: {
|
|
13
13
|
type: typeof import("./wf-step-trace.controller").WFStepTraceController;
|
|
@@ -37,10 +37,8 @@ export declare class WFStepTraceController extends PanelItemController<IPanelRaw
|
|
|
37
37
|
*/
|
|
38
38
|
acceptingOfficerNoDup(tag: string, dataS: IData[]): IData[];
|
|
39
39
|
/**
|
|
40
|
-
* 获取数据
|
|
41
|
-
*
|
|
42
|
-
* @author zk
|
|
43
|
-
* @date 2023-07-04 05:07:57
|
|
40
|
+
* @description 获取数据
|
|
41
|
+
* @exposedoc
|
|
44
42
|
* @return {*}
|
|
45
43
|
* @memberof WFStepTraceController
|
|
46
44
|
*/
|
|
@@ -1,14 +1,25 @@
|
|
|
1
1
|
import { WFStepTraceController } from './wf-step-trace.controller';
|
|
2
2
|
import './wf-step-trace.scss';
|
|
3
|
+
/**
|
|
4
|
+
* 流程跟踪组件
|
|
5
|
+
* @primary
|
|
6
|
+
* @description 根据流程跟踪数据循环绘制步骤条,每一条提供了4个步骤信息展示,包括处理完成时间(time),处理环节(type),处理人(authorNames),提交路径(taskName)。
|
|
7
|
+
*/
|
|
3
8
|
export declare const WFStepTrace: import("vue").DefineComponent<{
|
|
9
|
+
/**
|
|
10
|
+
* @description 流程跟踪组件控制器
|
|
11
|
+
*/
|
|
4
12
|
controller: {
|
|
5
13
|
type: typeof WFStepTraceController;
|
|
6
14
|
required: true;
|
|
7
15
|
};
|
|
8
16
|
}, {
|
|
9
17
|
ns: import("@ibiz-template/core").Namespace;
|
|
10
|
-
data: import("vue").ComputedRef<
|
|
18
|
+
data: import("vue").ComputedRef<import("@ibiz-template/core").IApiData[]>;
|
|
11
19
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
|
+
/**
|
|
21
|
+
* @description 流程跟踪组件控制器
|
|
22
|
+
*/
|
|
12
23
|
controller: {
|
|
13
24
|
type: typeof WFStepTraceController;
|
|
14
25
|
required: true;
|
|
@@ -8,10 +8,8 @@ import { PanelItemState } from '@ibiz-template/runtime';
|
|
|
8
8
|
*/
|
|
9
9
|
export declare class WFStepTraceState extends PanelItemState {
|
|
10
10
|
/**
|
|
11
|
-
* 流程跟踪数据
|
|
12
|
-
*
|
|
13
|
-
* @author zk
|
|
14
|
-
* @date 2023-07-04 01:07:30
|
|
11
|
+
* @description 流程跟踪数据
|
|
12
|
+
* @exposedoc
|
|
15
13
|
* @type {IData}
|
|
16
14
|
* @memberof WFStepTraceState
|
|
17
15
|
*/
|
|
@@ -11,10 +11,8 @@ class WFStepTraceState extends PanelItemState {
|
|
|
11
11
|
constructor() {
|
|
12
12
|
super(...arguments);
|
|
13
13
|
/**
|
|
14
|
-
* 流程跟踪数据
|
|
15
|
-
*
|
|
16
|
-
* @author zk
|
|
17
|
-
* @date 2023-07-04 01:07:30
|
|
14
|
+
* @description 流程跟踪数据
|
|
15
|
+
* @exposedoc
|
|
18
16
|
* @type {IData}
|
|
19
17
|
* @memberof WFStepTraceState
|
|
20
18
|
*/
|
|
@@ -14,7 +14,7 @@ export declare const AppDrawerComponent: import("vue").DefineComponent<{
|
|
|
14
14
|
dismiss: (data?: IModalData) => void;
|
|
15
15
|
present: () => void;
|
|
16
16
|
onBeforeClose: (done: () => void) => Promise<void>;
|
|
17
|
-
customStyle:
|
|
17
|
+
customStyle: import("@ibiz-template/core").IApiData;
|
|
18
18
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
19
|
opts: {
|
|
20
20
|
type: PropType<IDrawerOptions>;
|
|
@@ -9,9 +9,9 @@ export declare const AppModalComponent: import("vue").DefineComponent<{
|
|
|
9
9
|
}, {
|
|
10
10
|
ns: import("@ibiz-template/core").Namespace;
|
|
11
11
|
isShow: import("vue").Ref<boolean>;
|
|
12
|
-
options: import("vue").Ref<
|
|
12
|
+
options: import("vue").Ref<import("@ibiz-template/core").IApiParams>;
|
|
13
13
|
modalZIndex: number;
|
|
14
|
-
customStyle:
|
|
14
|
+
customStyle: import("@ibiz-template/core").IApiData;
|
|
15
15
|
modal: Modal;
|
|
16
16
|
present: () => void;
|
|
17
17
|
dismiss: (data?: IModalData) => void;
|
|
@@ -10,6 +10,13 @@ export declare class AppUtil implements IAppUtil {
|
|
|
10
10
|
* @param {Router} router
|
|
11
11
|
*/
|
|
12
12
|
constructor(router: Router);
|
|
13
|
+
/**
|
|
14
|
+
* 获取应用上下文
|
|
15
|
+
*
|
|
16
|
+
* @return {*} {(IParams | undefined)}
|
|
17
|
+
* @memberof AppUtil
|
|
18
|
+
*/
|
|
19
|
+
getAppContext(): IParams | undefined;
|
|
13
20
|
/**
|
|
14
21
|
* 登录
|
|
15
22
|
*
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { RuntimeError } from '@ibiz-template/core';
|
|
2
|
+
import { route2routePath } from '@ibiz-template/vue3-util';
|
|
2
3
|
|
|
3
4
|
"use strict";
|
|
4
5
|
class AppUtil {
|
|
@@ -11,6 +12,16 @@ class AppUtil {
|
|
|
11
12
|
constructor(router) {
|
|
12
13
|
this.router = router;
|
|
13
14
|
}
|
|
15
|
+
/**
|
|
16
|
+
* 获取应用上下文
|
|
17
|
+
*
|
|
18
|
+
* @return {*} {(IParams | undefined)}
|
|
19
|
+
* @memberof AppUtil
|
|
20
|
+
*/
|
|
21
|
+
getAppContext() {
|
|
22
|
+
const routePath = route2routePath(this.router.currentRoute.value);
|
|
23
|
+
return routePath.appContext;
|
|
24
|
+
}
|
|
14
25
|
/**
|
|
15
26
|
* 登录
|
|
16
27
|
*
|
|
@@ -3,7 +3,7 @@ import { IModalOptions, IOverlayContainer } from '@ibiz-template/runtime';
|
|
|
3
3
|
import './scan-qrcode.scss';
|
|
4
4
|
export declare const ScanQrcodeComponent: import("vue").DefineComponent<{
|
|
5
5
|
opts: {
|
|
6
|
-
type: PropType<
|
|
6
|
+
type: PropType<import("@ibiz-template/core").IApiParams>;
|
|
7
7
|
default: () => {};
|
|
8
8
|
};
|
|
9
9
|
}, {
|
|
@@ -17,11 +17,11 @@ export declare const ScanQrcodeComponent: import("vue").DefineComponent<{
|
|
|
17
17
|
onClose: () => void;
|
|
18
18
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
19
|
opts: {
|
|
20
|
-
type: PropType<
|
|
20
|
+
type: PropType<import("@ibiz-template/core").IApiParams>;
|
|
21
21
|
default: () => {};
|
|
22
22
|
};
|
|
23
23
|
}>>, {
|
|
24
|
-
opts:
|
|
24
|
+
opts: import("@ibiz-template/core").IApiParams;
|
|
25
25
|
}, {}>;
|
|
26
26
|
/**
|
|
27
27
|
* 创建模态框
|
|
@@ -9,7 +9,7 @@ export declare const LoginView: import("vue").DefineComponent<{}, {
|
|
|
9
9
|
login: () => Promise<void>;
|
|
10
10
|
title: Ref<string | undefined>;
|
|
11
11
|
loading: Ref<boolean>;
|
|
12
|
-
formRef: Ref<
|
|
12
|
+
formRef: Ref<import("@ibiz-template/core").IApiData | null>;
|
|
13
13
|
isMounted: Ref<boolean>;
|
|
14
14
|
hasLoginView: Ref<boolean>;
|
|
15
15
|
isAnonymous: Ref<boolean>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const IBizPortalView: import("@ibiz-template/vue3-util").TypeWithInstall<import("vue").DefineComponent<{
|
|
2
|
-
context: import("vue").PropType<
|
|
2
|
+
context: import("vue").PropType<import("@ibiz-template/core").IApiContext>;
|
|
3
3
|
params: {
|
|
4
|
-
type: import("vue").PropType<
|
|
4
|
+
type: import("vue").PropType<import("@ibiz-template/core").IApiParams>;
|
|
5
5
|
default: () => {};
|
|
6
6
|
};
|
|
7
7
|
modelData: {
|
|
@@ -12,7 +12,7 @@ export declare const IBizPortalView: import("@ibiz-template/vue3-util").TypeWith
|
|
|
12
12
|
type: import("vue").PropType<import("@ibiz-template/runtime").IModal>;
|
|
13
13
|
};
|
|
14
14
|
state: {
|
|
15
|
-
type: import("vue").PropType<
|
|
15
|
+
type: import("vue").PropType<import("@ibiz-template/core").IApiData>;
|
|
16
16
|
};
|
|
17
17
|
}, {
|
|
18
18
|
c: import("@ibiz-template/runtime").ViewController<import("@ibiz/model-core").IAppView, import("@ibiz-template/runtime").IViewState, import("@ibiz-template/runtime").IViewEvent>;
|
|
@@ -20,9 +20,9 @@ export declare const IBizPortalView: import("@ibiz-template/vue3-util").TypeWith
|
|
|
20
20
|
controls: import("@ibiz/model-core").IControl[] | undefined;
|
|
21
21
|
viewClassNames: (string | undefined)[];
|
|
22
22
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
|
-
context: import("vue").PropType<
|
|
23
|
+
context: import("vue").PropType<import("@ibiz-template/core").IApiContext>;
|
|
24
24
|
params: {
|
|
25
|
-
type: import("vue").PropType<
|
|
25
|
+
type: import("vue").PropType<import("@ibiz-template/core").IApiParams>;
|
|
26
26
|
default: () => {};
|
|
27
27
|
};
|
|
28
28
|
modelData: {
|
|
@@ -33,8 +33,8 @@ export declare const IBizPortalView: import("@ibiz-template/vue3-util").TypeWith
|
|
|
33
33
|
type: import("vue").PropType<import("@ibiz-template/runtime").IModal>;
|
|
34
34
|
};
|
|
35
35
|
state: {
|
|
36
|
-
type: import("vue").PropType<
|
|
36
|
+
type: import("vue").PropType<import("@ibiz-template/core").IApiData>;
|
|
37
37
|
};
|
|
38
38
|
}>>, {
|
|
39
|
-
params:
|
|
39
|
+
params: import("@ibiz-template/core").IApiParams;
|
|
40
40
|
}, {}>>;
|
|
@@ -3,9 +3,9 @@ import { IAppPortalView } from '@ibiz/model-core';
|
|
|
3
3
|
import { PropType } from 'vue';
|
|
4
4
|
import './portal-view.scss';
|
|
5
5
|
export declare const PortalView: import("vue").DefineComponent<{
|
|
6
|
-
context: PropType<
|
|
6
|
+
context: PropType<import("@ibiz-template/core").IApiContext>;
|
|
7
7
|
params: {
|
|
8
|
-
type: PropType<
|
|
8
|
+
type: PropType<import("@ibiz-template/core").IApiParams>;
|
|
9
9
|
default: () => {};
|
|
10
10
|
};
|
|
11
11
|
modelData: {
|
|
@@ -16,7 +16,7 @@ export declare const PortalView: import("vue").DefineComponent<{
|
|
|
16
16
|
type: PropType<IModal>;
|
|
17
17
|
};
|
|
18
18
|
state: {
|
|
19
|
-
type: PropType<
|
|
19
|
+
type: PropType<import("@ibiz-template/core").IApiData>;
|
|
20
20
|
};
|
|
21
21
|
}, {
|
|
22
22
|
c: ViewController<import("@ibiz/model-core").IAppView, import("@ibiz-template/runtime").IViewState, import("@ibiz-template/runtime").IViewEvent>;
|
|
@@ -24,9 +24,9 @@ export declare const PortalView: import("vue").DefineComponent<{
|
|
|
24
24
|
controls: import("@ibiz/model-core").IControl[] | undefined;
|
|
25
25
|
viewClassNames: (string | undefined)[];
|
|
26
26
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
|
-
context: PropType<
|
|
27
|
+
context: PropType<import("@ibiz-template/core").IApiContext>;
|
|
28
28
|
params: {
|
|
29
|
-
type: PropType<
|
|
29
|
+
type: PropType<import("@ibiz-template/core").IApiParams>;
|
|
30
30
|
default: () => {};
|
|
31
31
|
};
|
|
32
32
|
modelData: {
|
|
@@ -37,8 +37,8 @@ export declare const PortalView: import("vue").DefineComponent<{
|
|
|
37
37
|
type: PropType<IModal>;
|
|
38
38
|
};
|
|
39
39
|
state: {
|
|
40
|
-
type: PropType<
|
|
40
|
+
type: PropType<import("@ibiz-template/core").IApiData>;
|
|
41
41
|
};
|
|
42
42
|
}>>, {
|
|
43
|
-
params:
|
|
43
|
+
params: import("@ibiz-template/core").IApiParams;
|
|
44
44
|
}, {}>;
|
package/lib/_virtual/index12.cjs
CHANGED
package/lib/_virtual/index13.cjs
CHANGED
|
@@ -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
|
}
|