@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
|
@@ -5,11 +5,11 @@ export declare const IBizMDCtrlControl: import("@ibiz-template/vue3-util").TypeW
|
|
|
5
5
|
required: true;
|
|
6
6
|
};
|
|
7
7
|
context: {
|
|
8
|
-
type: import("vue").PropType<
|
|
8
|
+
type: import("vue").PropType<import("@ibiz-template/core").IApiContext>;
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
11
|
params: {
|
|
12
|
-
type: import("vue").PropType<
|
|
12
|
+
type: import("vue").PropType<import("@ibiz-template/core").IApiParams>;
|
|
13
13
|
default: () => {};
|
|
14
14
|
};
|
|
15
15
|
provider: {
|
|
@@ -24,7 +24,7 @@ export declare const IBizMDCtrlControl: import("@ibiz-template/vue3-util").TypeW
|
|
|
24
24
|
default: boolean;
|
|
25
25
|
};
|
|
26
26
|
selectedData: {
|
|
27
|
-
type: import("vue").PropType<
|
|
27
|
+
type: import("vue").PropType<import("@ibiz-template/core").IApiData[]>;
|
|
28
28
|
required: false;
|
|
29
29
|
};
|
|
30
30
|
mode: {
|
|
@@ -63,11 +63,11 @@ export declare const IBizMDCtrlControl: import("@ibiz-template/vue3-util").TypeW
|
|
|
63
63
|
required: true;
|
|
64
64
|
};
|
|
65
65
|
context: {
|
|
66
|
-
type: import("vue").PropType<
|
|
66
|
+
type: import("vue").PropType<import("@ibiz-template/core").IApiContext>;
|
|
67
67
|
required: true;
|
|
68
68
|
};
|
|
69
69
|
params: {
|
|
70
|
-
type: import("vue").PropType<
|
|
70
|
+
type: import("vue").PropType<import("@ibiz-template/core").IApiParams>;
|
|
71
71
|
default: () => {};
|
|
72
72
|
};
|
|
73
73
|
provider: {
|
|
@@ -82,7 +82,7 @@ export declare const IBizMDCtrlControl: import("@ibiz-template/vue3-util").TypeW
|
|
|
82
82
|
default: boolean;
|
|
83
83
|
};
|
|
84
84
|
selectedData: {
|
|
85
|
-
type: import("vue").PropType<
|
|
85
|
+
type: import("vue").PropType<import("@ibiz-template/core").IApiData[]>;
|
|
86
86
|
required: false;
|
|
87
87
|
};
|
|
88
88
|
mode: {
|
|
@@ -94,7 +94,7 @@ export declare const IBizMDCtrlControl: import("@ibiz-template/vue3-util").TypeW
|
|
|
94
94
|
default: boolean;
|
|
95
95
|
};
|
|
96
96
|
}>>, {
|
|
97
|
-
params:
|
|
97
|
+
params: import("@ibiz-template/core").IApiParams;
|
|
98
98
|
mode: string;
|
|
99
99
|
mdctrlActiveMode: number;
|
|
100
100
|
singleSelect: boolean;
|
|
@@ -3,37 +3,68 @@ import { IDEMobMDCtrl } from '@ibiz/model-core';
|
|
|
3
3
|
import { IControlProvider, MDCtrlController } from '@ibiz-template/runtime';
|
|
4
4
|
import './md-ctrl.scss';
|
|
5
5
|
export declare const MDCtrlControl: import("vue").DefineComponent<{
|
|
6
|
+
/**
|
|
7
|
+
* @description 移动端多数据模型数据
|
|
8
|
+
*/
|
|
6
9
|
modelData: {
|
|
7
10
|
type: PropType<IDEMobMDCtrl>;
|
|
8
11
|
required: true;
|
|
9
12
|
};
|
|
13
|
+
/**
|
|
14
|
+
* @description 应用上下文对象
|
|
15
|
+
*/
|
|
10
16
|
context: {
|
|
11
|
-
type: PropType<
|
|
17
|
+
type: PropType<import("@ibiz-template/core").IApiContext>;
|
|
12
18
|
required: true;
|
|
13
19
|
};
|
|
20
|
+
/**
|
|
21
|
+
* @description 视图参数对象
|
|
22
|
+
* @default {}
|
|
23
|
+
*/
|
|
14
24
|
params: {
|
|
15
|
-
type: PropType<
|
|
25
|
+
type: PropType<import("@ibiz-template/core").IApiParams>;
|
|
16
26
|
default: () => {};
|
|
17
27
|
};
|
|
28
|
+
/**
|
|
29
|
+
* @description 部件适配器
|
|
30
|
+
*/
|
|
18
31
|
provider: {
|
|
19
32
|
type: PropType<IControlProvider>;
|
|
20
33
|
};
|
|
34
|
+
/**
|
|
35
|
+
* @description 部件激活模式,值为0:无激活,值为1:单击激活,值为2:双击激活
|
|
36
|
+
* @default 1
|
|
37
|
+
*/
|
|
21
38
|
mdctrlActiveMode: {
|
|
22
39
|
type: NumberConstructor;
|
|
23
40
|
default: number;
|
|
24
41
|
};
|
|
42
|
+
/**
|
|
43
|
+
* @description 是否单选
|
|
44
|
+
* @default true
|
|
45
|
+
*/
|
|
25
46
|
singleSelect: {
|
|
26
47
|
type: BooleanConstructor;
|
|
27
48
|
default: boolean;
|
|
28
49
|
};
|
|
50
|
+
/**
|
|
51
|
+
* @description 选择数据
|
|
52
|
+
*/
|
|
29
53
|
selectedData: {
|
|
30
|
-
type: PropType<
|
|
54
|
+
type: PropType<import("@ibiz-template/core").IApiData[]>;
|
|
31
55
|
required: false;
|
|
32
56
|
};
|
|
57
|
+
/**
|
|
58
|
+
* @description 模式,值为LIST:列表模式呈现加载数据,值为SELECT:呈现数据时显示勾选图标
|
|
59
|
+
*/
|
|
33
60
|
mode: {
|
|
34
61
|
type: StringConstructor;
|
|
35
62
|
default: string;
|
|
36
63
|
};
|
|
64
|
+
/**
|
|
65
|
+
* @description 是否默认加载数据
|
|
66
|
+
* @default true
|
|
67
|
+
*/
|
|
37
68
|
loadDefault: {
|
|
38
69
|
type: BooleanConstructor;
|
|
39
70
|
default: boolean;
|
|
@@ -61,43 +92,74 @@ export declare const MDCtrlControl: import("vue").DefineComponent<{
|
|
|
61
92
|
order: 'asc' | 'desc';
|
|
62
93
|
}) => void;
|
|
63
94
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
95
|
+
/**
|
|
96
|
+
* @description 移动端多数据模型数据
|
|
97
|
+
*/
|
|
64
98
|
modelData: {
|
|
65
99
|
type: PropType<IDEMobMDCtrl>;
|
|
66
100
|
required: true;
|
|
67
101
|
};
|
|
102
|
+
/**
|
|
103
|
+
* @description 应用上下文对象
|
|
104
|
+
*/
|
|
68
105
|
context: {
|
|
69
|
-
type: PropType<
|
|
106
|
+
type: PropType<import("@ibiz-template/core").IApiContext>;
|
|
70
107
|
required: true;
|
|
71
108
|
};
|
|
109
|
+
/**
|
|
110
|
+
* @description 视图参数对象
|
|
111
|
+
* @default {}
|
|
112
|
+
*/
|
|
72
113
|
params: {
|
|
73
|
-
type: PropType<
|
|
114
|
+
type: PropType<import("@ibiz-template/core").IApiParams>;
|
|
74
115
|
default: () => {};
|
|
75
116
|
};
|
|
117
|
+
/**
|
|
118
|
+
* @description 部件适配器
|
|
119
|
+
*/
|
|
76
120
|
provider: {
|
|
77
121
|
type: PropType<IControlProvider>;
|
|
78
122
|
};
|
|
123
|
+
/**
|
|
124
|
+
* @description 部件激活模式,值为0:无激活,值为1:单击激活,值为2:双击激活
|
|
125
|
+
* @default 1
|
|
126
|
+
*/
|
|
79
127
|
mdctrlActiveMode: {
|
|
80
128
|
type: NumberConstructor;
|
|
81
129
|
default: number;
|
|
82
130
|
};
|
|
131
|
+
/**
|
|
132
|
+
* @description 是否单选
|
|
133
|
+
* @default true
|
|
134
|
+
*/
|
|
83
135
|
singleSelect: {
|
|
84
136
|
type: BooleanConstructor;
|
|
85
137
|
default: boolean;
|
|
86
138
|
};
|
|
139
|
+
/**
|
|
140
|
+
* @description 选择数据
|
|
141
|
+
*/
|
|
87
142
|
selectedData: {
|
|
88
|
-
type: PropType<
|
|
143
|
+
type: PropType<import("@ibiz-template/core").IApiData[]>;
|
|
89
144
|
required: false;
|
|
90
145
|
};
|
|
146
|
+
/**
|
|
147
|
+
* @description 模式,值为LIST:列表模式呈现加载数据,值为SELECT:呈现数据时显示勾选图标
|
|
148
|
+
*/
|
|
91
149
|
mode: {
|
|
92
150
|
type: StringConstructor;
|
|
93
151
|
default: string;
|
|
94
152
|
};
|
|
153
|
+
/**
|
|
154
|
+
* @description 是否默认加载数据
|
|
155
|
+
* @default true
|
|
156
|
+
*/
|
|
95
157
|
loadDefault: {
|
|
96
158
|
type: BooleanConstructor;
|
|
97
159
|
default: boolean;
|
|
98
160
|
};
|
|
99
161
|
}>>, {
|
|
100
|
-
params:
|
|
162
|
+
params: import("@ibiz-template/core").IApiParams;
|
|
101
163
|
mode: string;
|
|
102
164
|
mdctrlActiveMode: number;
|
|
103
165
|
singleSelect: boolean;
|
|
@@ -11,37 +11,68 @@ import { usePagination } from '../../../util/pagination/use-pagination.mjs';
|
|
|
11
11
|
const MDCtrlControl = /* @__PURE__ */ defineComponent({
|
|
12
12
|
name: "IBizMDCtrlControl",
|
|
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
|
},
|
|
42
|
+
/**
|
|
43
|
+
* @description 部件激活模式,值为0:无激活,值为1:单击激活,值为2:双击激活
|
|
44
|
+
* @default 1
|
|
45
|
+
*/
|
|
29
46
|
mdctrlActiveMode: {
|
|
30
47
|
type: Number,
|
|
31
48
|
default: 1
|
|
32
49
|
},
|
|
50
|
+
/**
|
|
51
|
+
* @description 是否单选
|
|
52
|
+
* @default true
|
|
53
|
+
*/
|
|
33
54
|
singleSelect: {
|
|
34
55
|
type: Boolean,
|
|
35
56
|
default: true
|
|
36
57
|
},
|
|
58
|
+
/**
|
|
59
|
+
* @description 选择数据
|
|
60
|
+
*/
|
|
37
61
|
selectedData: {
|
|
38
62
|
type: Object,
|
|
39
63
|
required: false
|
|
40
64
|
},
|
|
65
|
+
/**
|
|
66
|
+
* @description 模式,值为LIST:列表模式呈现加载数据,值为SELECT:呈现数据时显示勾选图标
|
|
67
|
+
*/
|
|
41
68
|
mode: {
|
|
42
69
|
type: String,
|
|
43
70
|
default: "LIST"
|
|
44
71
|
},
|
|
72
|
+
/**
|
|
73
|
+
* @description 是否默认加载数据
|
|
74
|
+
* @default true
|
|
75
|
+
*/
|
|
45
76
|
loadDefault: {
|
|
46
77
|
type: Boolean,
|
|
47
78
|
default: true
|
|
@@ -6,11 +6,11 @@ export declare const IBizPickupViewPanelControl: import("@ibiz-template/vue3-uti
|
|
|
6
6
|
required: true;
|
|
7
7
|
};
|
|
8
8
|
context: {
|
|
9
|
-
type: import("vue").PropType<
|
|
9
|
+
type: import("vue").PropType<import("@ibiz-template/core").IApiContext>;
|
|
10
10
|
required: true;
|
|
11
11
|
};
|
|
12
12
|
params: {
|
|
13
|
-
type: import("vue").PropType<
|
|
13
|
+
type: import("vue").PropType<import("@ibiz-template/core").IApiParams>;
|
|
14
14
|
default: () => {};
|
|
15
15
|
};
|
|
16
16
|
singleSelect: {
|
|
@@ -21,7 +21,7 @@ export declare const IBizPickupViewPanelControl: import("@ibiz-template/vue3-uti
|
|
|
21
21
|
type: import("vue").PropType<import("@ibiz-template/runtime").IControlProvider>;
|
|
22
22
|
};
|
|
23
23
|
selectedData: {
|
|
24
|
-
type: import("vue").PropType<
|
|
24
|
+
type: import("vue").PropType<import("@ibiz-template/core").IApiData[]>;
|
|
25
25
|
required: false;
|
|
26
26
|
};
|
|
27
27
|
}, {
|
|
@@ -34,11 +34,11 @@ export declare const IBizPickupViewPanelControl: import("@ibiz-template/vue3-uti
|
|
|
34
34
|
required: true;
|
|
35
35
|
};
|
|
36
36
|
context: {
|
|
37
|
-
type: import("vue").PropType<
|
|
37
|
+
type: import("vue").PropType<import("@ibiz-template/core").IApiContext>;
|
|
38
38
|
required: true;
|
|
39
39
|
};
|
|
40
40
|
params: {
|
|
41
|
-
type: import("vue").PropType<
|
|
41
|
+
type: import("vue").PropType<import("@ibiz-template/core").IApiParams>;
|
|
42
42
|
default: () => {};
|
|
43
43
|
};
|
|
44
44
|
singleSelect: {
|
|
@@ -49,11 +49,11 @@ export declare const IBizPickupViewPanelControl: import("@ibiz-template/vue3-uti
|
|
|
49
49
|
type: import("vue").PropType<import("@ibiz-template/runtime").IControlProvider>;
|
|
50
50
|
};
|
|
51
51
|
selectedData: {
|
|
52
|
-
type: import("vue").PropType<
|
|
52
|
+
type: import("vue").PropType<import("@ibiz-template/core").IApiData[]>;
|
|
53
53
|
required: false;
|
|
54
54
|
};
|
|
55
55
|
}>>, {
|
|
56
|
-
params:
|
|
56
|
+
params: import("@ibiz-template/core").IApiParams;
|
|
57
57
|
singleSelect: boolean;
|
|
58
58
|
}, {}>>;
|
|
59
59
|
export default IBizPickupViewPanelControl;
|
|
@@ -2,27 +2,47 @@ import { PropType } from 'vue';
|
|
|
2
2
|
import { EventBase, IControlProvider, PickupViewPanelController } from '@ibiz-template/runtime';
|
|
3
3
|
import './pickup-view-panel.scss';
|
|
4
4
|
export declare const PickupViewPanelControl: import("vue").DefineComponent<{
|
|
5
|
+
/**
|
|
6
|
+
* @description 选择视图面板模型数据
|
|
7
|
+
*/
|
|
5
8
|
modelData: {
|
|
6
9
|
type: PropType<import("@ibiz/model-core").IDEViewPanel>;
|
|
7
10
|
required: true;
|
|
8
11
|
};
|
|
12
|
+
/**
|
|
13
|
+
* @description 应用上下文对象
|
|
14
|
+
*/
|
|
9
15
|
context: {
|
|
10
|
-
type: PropType<
|
|
16
|
+
type: PropType<import("@ibiz-template/core").IApiContext>;
|
|
11
17
|
required: true;
|
|
12
18
|
};
|
|
19
|
+
/**
|
|
20
|
+
* @description 视图参数对象
|
|
21
|
+
* @default {}
|
|
22
|
+
*/
|
|
13
23
|
params: {
|
|
14
|
-
type: PropType<
|
|
24
|
+
type: PropType<import("@ibiz-template/core").IApiParams>;
|
|
15
25
|
default: () => {};
|
|
16
26
|
};
|
|
27
|
+
/**
|
|
28
|
+
* @description 是否单选
|
|
29
|
+
* @default true
|
|
30
|
+
*/
|
|
17
31
|
singleSelect: {
|
|
18
32
|
type: BooleanConstructor;
|
|
19
33
|
default: boolean;
|
|
20
34
|
};
|
|
35
|
+
/**
|
|
36
|
+
* @description 部件适配器
|
|
37
|
+
*/
|
|
21
38
|
provider: {
|
|
22
39
|
type: PropType<IControlProvider>;
|
|
23
40
|
};
|
|
41
|
+
/**
|
|
42
|
+
* @description 选中数据
|
|
43
|
+
*/
|
|
24
44
|
selectedData: {
|
|
25
|
-
type: PropType<
|
|
45
|
+
type: PropType<import("@ibiz-template/core").IApiData[]>;
|
|
26
46
|
required: false;
|
|
27
47
|
};
|
|
28
48
|
}, {
|
|
@@ -30,30 +50,50 @@ export declare const PickupViewPanelControl: import("vue").DefineComponent<{
|
|
|
30
50
|
ns: import("@ibiz-template/core").Namespace;
|
|
31
51
|
onCreated: (event: EventBase) => void;
|
|
32
52
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
53
|
+
/**
|
|
54
|
+
* @description 选择视图面板模型数据
|
|
55
|
+
*/
|
|
33
56
|
modelData: {
|
|
34
57
|
type: PropType<import("@ibiz/model-core").IDEViewPanel>;
|
|
35
58
|
required: true;
|
|
36
59
|
};
|
|
60
|
+
/**
|
|
61
|
+
* @description 应用上下文对象
|
|
62
|
+
*/
|
|
37
63
|
context: {
|
|
38
|
-
type: PropType<
|
|
64
|
+
type: PropType<import("@ibiz-template/core").IApiContext>;
|
|
39
65
|
required: true;
|
|
40
66
|
};
|
|
67
|
+
/**
|
|
68
|
+
* @description 视图参数对象
|
|
69
|
+
* @default {}
|
|
70
|
+
*/
|
|
41
71
|
params: {
|
|
42
|
-
type: PropType<
|
|
72
|
+
type: PropType<import("@ibiz-template/core").IApiParams>;
|
|
43
73
|
default: () => {};
|
|
44
74
|
};
|
|
75
|
+
/**
|
|
76
|
+
* @description 是否单选
|
|
77
|
+
* @default true
|
|
78
|
+
*/
|
|
45
79
|
singleSelect: {
|
|
46
80
|
type: BooleanConstructor;
|
|
47
81
|
default: boolean;
|
|
48
82
|
};
|
|
83
|
+
/**
|
|
84
|
+
* @description 部件适配器
|
|
85
|
+
*/
|
|
49
86
|
provider: {
|
|
50
87
|
type: PropType<IControlProvider>;
|
|
51
88
|
};
|
|
89
|
+
/**
|
|
90
|
+
* @description 选中数据
|
|
91
|
+
*/
|
|
52
92
|
selectedData: {
|
|
53
|
-
type: PropType<
|
|
93
|
+
type: PropType<import("@ibiz-template/core").IApiData[]>;
|
|
54
94
|
required: false;
|
|
55
95
|
};
|
|
56
96
|
}>>, {
|
|
57
|
-
params:
|
|
97
|
+
params: import("@ibiz-template/core").IApiParams;
|
|
58
98
|
singleSelect: boolean;
|
|
59
99
|
}, {}>;
|
|
@@ -7,25 +7,45 @@ import './pickup-view-panel.css';
|
|
|
7
7
|
const PickupViewPanelControl = /* @__PURE__ */ defineComponent({
|
|
8
8
|
name: "IBizPickupViewPanelControl",
|
|
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
|
context: {
|
|
15
21
|
type: Object,
|
|
16
22
|
required: true
|
|
17
23
|
},
|
|
24
|
+
/**
|
|
25
|
+
* @description 视图参数对象
|
|
26
|
+
* @default {}
|
|
27
|
+
*/
|
|
18
28
|
params: {
|
|
19
29
|
type: Object,
|
|
20
30
|
default: () => ({})
|
|
21
31
|
},
|
|
32
|
+
/**
|
|
33
|
+
* @description 是否单选
|
|
34
|
+
* @default true
|
|
35
|
+
*/
|
|
22
36
|
singleSelect: {
|
|
23
37
|
type: Boolean,
|
|
24
38
|
default: true
|
|
25
39
|
},
|
|
40
|
+
/**
|
|
41
|
+
* @description 部件适配器
|
|
42
|
+
*/
|
|
26
43
|
provider: {
|
|
27
44
|
type: Object
|
|
28
45
|
},
|
|
46
|
+
/**
|
|
47
|
+
* @description 选中数据
|
|
48
|
+
*/
|
|
29
49
|
selectedData: {
|
|
30
50
|
type: Object,
|
|
31
51
|
required: false
|
|
@@ -2,7 +2,7 @@ import { PropType, Ref } from 'vue';
|
|
|
2
2
|
export declare const FilterFieldSelect: import("vue").DefineComponent<{
|
|
3
3
|
value: StringConstructor;
|
|
4
4
|
modes: {
|
|
5
|
-
type: PropType<
|
|
5
|
+
type: PropType<import("@ibiz-template/core").IApiData[]>;
|
|
6
6
|
default: () => never[];
|
|
7
7
|
};
|
|
8
8
|
disabled: BooleanConstructor;
|
|
@@ -23,7 +23,7 @@ export declare const FilterFieldSelect: import("vue").DefineComponent<{
|
|
|
23
23
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
24
|
value: StringConstructor;
|
|
25
25
|
modes: {
|
|
26
|
-
type: PropType<
|
|
26
|
+
type: PropType<import("@ibiz-template/core").IApiData[]>;
|
|
27
27
|
default: () => never[];
|
|
28
28
|
};
|
|
29
29
|
disabled: BooleanConstructor;
|
|
@@ -31,5 +31,5 @@ export declare const FilterFieldSelect: import("vue").DefineComponent<{
|
|
|
31
31
|
onChange?: ((_mode: string) => any) | undefined;
|
|
32
32
|
}, {
|
|
33
33
|
disabled: boolean;
|
|
34
|
-
modes:
|
|
34
|
+
modes: import("@ibiz-template/core").IApiData[];
|
|
35
35
|
}, {}>;
|
|
@@ -34,10 +34,10 @@ export declare const FilterTreeControl: import("vue").DefineComponent<{
|
|
|
34
34
|
default: string;
|
|
35
35
|
};
|
|
36
36
|
context: {
|
|
37
|
-
type: PropType<
|
|
37
|
+
type: PropType<import("@ibiz-template/core").IApiContext>;
|
|
38
38
|
};
|
|
39
39
|
params: {
|
|
40
|
-
type: PropType<
|
|
40
|
+
type: PropType<import("@ibiz-template/core").IApiParams>;
|
|
41
41
|
};
|
|
42
42
|
schemaEntityMap: {
|
|
43
43
|
type: PropType<Map<string, string | undefined>>;
|
|
@@ -83,10 +83,10 @@ export declare const FilterTreeControl: import("vue").DefineComponent<{
|
|
|
83
83
|
default: string;
|
|
84
84
|
};
|
|
85
85
|
context: {
|
|
86
|
-
type: PropType<
|
|
86
|
+
type: PropType<import("@ibiz-template/core").IApiContext>;
|
|
87
87
|
};
|
|
88
88
|
params: {
|
|
89
|
-
type: PropType<
|
|
89
|
+
type: PropType<import("@ibiz-template/core").IApiParams>;
|
|
90
90
|
};
|
|
91
91
|
schemaEntityMap: {
|
|
92
92
|
type: PropType<Map<string, string | undefined>>;
|
|
@@ -8,11 +8,11 @@ export declare const IBizSearchBarControl: import("@ibiz-template/vue3-util").Ty
|
|
|
8
8
|
type: import("vue").PropType<import("@ibiz-template/runtime").IControlProvider>;
|
|
9
9
|
};
|
|
10
10
|
context: {
|
|
11
|
-
type: import("vue").PropType<
|
|
11
|
+
type: import("vue").PropType<import("@ibiz-template/core").IApiContext>;
|
|
12
12
|
required: true;
|
|
13
13
|
};
|
|
14
14
|
params: {
|
|
15
|
-
type: import("vue").PropType<
|
|
15
|
+
type: import("vue").PropType<import("@ibiz-template/core").IApiParams>;
|
|
16
16
|
default: () => {};
|
|
17
17
|
};
|
|
18
18
|
}, {
|
|
@@ -32,14 +32,14 @@ export declare const IBizSearchBarControl: import("@ibiz-template/vue3-util").Ty
|
|
|
32
32
|
type: import("vue").PropType<import("@ibiz-template/runtime").IControlProvider>;
|
|
33
33
|
};
|
|
34
34
|
context: {
|
|
35
|
-
type: import("vue").PropType<
|
|
35
|
+
type: import("vue").PropType<import("@ibiz-template/core").IApiContext>;
|
|
36
36
|
required: true;
|
|
37
37
|
};
|
|
38
38
|
params: {
|
|
39
|
-
type: import("vue").PropType<
|
|
39
|
+
type: import("vue").PropType<import("@ibiz-template/core").IApiParams>;
|
|
40
40
|
default: () => {};
|
|
41
41
|
};
|
|
42
42
|
}>>, {
|
|
43
|
-
params:
|
|
43
|
+
params: import("@ibiz-template/core").IApiParams;
|
|
44
44
|
}, {}>>;
|
|
45
45
|
export default IBizSearchBarControl;
|
|
@@ -3,19 +3,32 @@ import { ISearchBar } from '@ibiz/model-core';
|
|
|
3
3
|
import { IControlProvider, SearchBarController } from '@ibiz-template/runtime';
|
|
4
4
|
import './search-bar.scss';
|
|
5
5
|
export declare const SearchBarControl: import("vue").DefineComponent<{
|
|
6
|
+
/**
|
|
7
|
+
* @description 搜索栏模型数据
|
|
8
|
+
*/
|
|
6
9
|
modelData: {
|
|
7
10
|
type: PropType<ISearchBar>;
|
|
8
11
|
required: true;
|
|
9
12
|
};
|
|
13
|
+
/**
|
|
14
|
+
* @description 部件适配器
|
|
15
|
+
*/
|
|
10
16
|
provider: {
|
|
11
17
|
type: PropType<IControlProvider>;
|
|
12
18
|
};
|
|
19
|
+
/**
|
|
20
|
+
* @description 应用上下文对象
|
|
21
|
+
*/
|
|
13
22
|
context: {
|
|
14
|
-
type: PropType<
|
|
23
|
+
type: PropType<import("@ibiz-template/core").IApiContext>;
|
|
15
24
|
required: true;
|
|
16
25
|
};
|
|
26
|
+
/**
|
|
27
|
+
* @description 视图参数对象
|
|
28
|
+
* @default {}
|
|
29
|
+
*/
|
|
17
30
|
params: {
|
|
18
|
-
type: PropType<
|
|
31
|
+
type: PropType<import("@ibiz-template/core").IApiParams>;
|
|
19
32
|
default: () => {};
|
|
20
33
|
};
|
|
21
34
|
}, {
|
|
@@ -27,21 +40,34 @@ export declare const SearchBarControl: import("vue").DefineComponent<{
|
|
|
27
40
|
cssVars: import("vue").ComputedRef<Record<string, string>>;
|
|
28
41
|
triggerFilter: () => void;
|
|
29
42
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
43
|
+
/**
|
|
44
|
+
* @description 搜索栏模型数据
|
|
45
|
+
*/
|
|
30
46
|
modelData: {
|
|
31
47
|
type: PropType<ISearchBar>;
|
|
32
48
|
required: true;
|
|
33
49
|
};
|
|
50
|
+
/**
|
|
51
|
+
* @description 部件适配器
|
|
52
|
+
*/
|
|
34
53
|
provider: {
|
|
35
54
|
type: PropType<IControlProvider>;
|
|
36
55
|
};
|
|
56
|
+
/**
|
|
57
|
+
* @description 应用上下文对象
|
|
58
|
+
*/
|
|
37
59
|
context: {
|
|
38
|
-
type: PropType<
|
|
60
|
+
type: PropType<import("@ibiz-template/core").IApiContext>;
|
|
39
61
|
required: true;
|
|
40
62
|
};
|
|
63
|
+
/**
|
|
64
|
+
* @description 视图参数对象
|
|
65
|
+
* @default {}
|
|
66
|
+
*/
|
|
41
67
|
params: {
|
|
42
|
-
type: PropType<
|
|
68
|
+
type: PropType<import("@ibiz-template/core").IApiParams>;
|
|
43
69
|
default: () => {};
|
|
44
70
|
};
|
|
45
71
|
}>>, {
|
|
46
|
-
params:
|
|
72
|
+
params: import("@ibiz-template/core").IApiParams;
|
|
47
73
|
}, {}>;
|
|
@@ -9,17 +9,30 @@ import './search-bar.css';
|
|
|
9
9
|
const SearchBarControl = /* @__PURE__ */ defineComponent({
|
|
10
10
|
name: "IBizSearchBarControl",
|
|
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
|
provider: {
|
|
17
23
|
type: Object
|
|
18
24
|
},
|
|
25
|
+
/**
|
|
26
|
+
* @description 应用上下文对象
|
|
27
|
+
*/
|
|
19
28
|
context: {
|
|
20
29
|
type: Object,
|
|
21
30
|
required: true
|
|
22
31
|
},
|
|
32
|
+
/**
|
|
33
|
+
* @description 视图参数对象
|
|
34
|
+
* @default {}
|
|
35
|
+
*/
|
|
23
36
|
params: {
|
|
24
37
|
type: Object,
|
|
25
38
|
default: () => ({})
|