@ibiz-template/vue3-util 0.7.39 → 0.7.40
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/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/es/common/code-list/code-list.d.ts +1 -1
- package/es/common/control-loading-placeholder/control-loading-placeholder.d.ts +7 -7
- package/es/common/view-shell/view-shell.d.ts +6 -6
- package/es/control/panel/panel/index.d.ts +11 -7
- package/es/control/panel/panel/index.d.ts.map +1 -1
- package/es/control/panel/panel/panel.d.ts +57 -7
- package/es/control/panel/panel/panel.d.ts.map +1 -1
- package/es/control/panel/panel/panel.mjs +33 -2
- package/es/control/panel/view-layout-panel/index.d.ts +11 -7
- package/es/control/panel/view-layout-panel/index.d.ts.map +1 -1
- package/es/control/panel/view-layout-panel/view-layout-panel.d.ts +51 -7
- package/es/control/panel/view-layout-panel/view-layout-panel.d.ts.map +1 -1
- package/es/control/panel/view-layout-panel/view-layout-panel.mjs +23 -1
- package/es/hooks/app/app.hooks.d.ts +44 -13
- package/es/hooks/app/app.hooks.d.ts.map +1 -1
- package/es/hooks/app/app.hooks.mjs +35 -10
- package/es/index.mjs +5 -1
- package/es/panel-component/auth-wxmp-qrcode/auth-wxmp-qrcode.controller.d.ts +7 -10
- package/es/panel-component/auth-wxmp-qrcode/auth-wxmp-qrcode.controller.d.ts.map +1 -1
- package/es/panel-component/auth-wxmp-qrcode/auth-wxmp-qrcode.controller.mjs +4 -6
- package/es/panel-component/auth-wxmp-qrcode/auth-wxmp-qrcode.d.ts +20 -0
- package/es/panel-component/auth-wxmp-qrcode/auth-wxmp-qrcode.d.ts.map +1 -1
- package/es/panel-component/auth-wxmp-qrcode/auth-wxmp-qrcode.mjs +6 -0
- package/es/panel-component/auth-wxmp-qrcode/auth-wxmp-qrcode.state.d.ts +12 -12
- package/es/panel-component/grid-container/grid-container.controller.d.ts +6 -0
- package/es/panel-component/grid-container/grid-container.controller.d.ts.map +1 -1
- package/es/panel-component/grid-container/grid-container.d.ts +17 -0
- package/es/panel-component/grid-container/grid-container.d.ts.map +1 -1
- package/es/panel-component/grid-container/grid-container.mjs +6 -0
- package/es/panel-component/multi-data-container/multi-data-container.controller.d.ts +23 -16
- package/es/panel-component/multi-data-container/multi-data-container.controller.d.ts.map +1 -1
- package/es/panel-component/multi-data-container/multi-data-container.controller.mjs +16 -15
- package/es/panel-component/multi-data-container/multi-data-container.d.ts +17 -0
- package/es/panel-component/multi-data-container/multi-data-container.d.ts.map +1 -1
- package/es/panel-component/multi-data-container/multi-data-container.mjs +6 -0
- package/es/panel-component/multi-data-container/multi-data-container.state.d.ts +2 -3
- package/es/panel-component/multi-data-container/multi-data-container.state.d.ts.map +1 -1
- package/es/panel-component/multi-data-container/multi-data-container.state.mjs +2 -3
- package/es/panel-component/multi-data-container-raw/multi-data-container-raw.controller.d.ts +21 -6
- package/es/panel-component/multi-data-container-raw/multi-data-container-raw.controller.d.ts.map +1 -1
- package/es/panel-component/multi-data-container-raw/multi-data-container-raw.controller.mjs +15 -6
- package/es/panel-component/multi-data-container-raw/multi-data-container-raw.d.ts +17 -0
- package/es/panel-component/multi-data-container-raw/multi-data-container-raw.d.ts.map +1 -1
- package/es/panel-component/multi-data-container-raw/multi-data-container-raw.mjs +6 -0
- package/es/panel-component/multi-data-container-raw/multi-data-container-raw.state.d.ts +2 -3
- package/es/panel-component/multi-data-container-raw/multi-data-container-raw.state.d.ts.map +1 -1
- package/es/panel-component/multi-data-container-raw/multi-data-container-raw.state.mjs +2 -3
- package/es/panel-component/nav-pos/nav-pos.controller.d.ts +17 -28
- package/es/panel-component/nav-pos/nav-pos.controller.d.ts.map +1 -1
- package/es/panel-component/nav-pos/nav-pos.controller.mjs +17 -24
- package/es/panel-component/nav-pos/nav-pos.d.ts +22 -0
- package/es/panel-component/nav-pos/nav-pos.d.ts.map +1 -1
- package/es/panel-component/nav-pos/nav-pos.mjs +6 -0
- package/es/panel-component/nav-pos/nav-pos.state.d.ts +12 -17
- package/es/panel-component/nav-pos/nav-pos.state.d.ts.map +1 -1
- package/es/panel-component/nav-pos/nav-pos.state.mjs +12 -17
- package/es/panel-component/panel-container/panel-container.controller.d.ts +6 -0
- package/es/panel-component/panel-container/panel-container.controller.d.ts.map +1 -1
- package/es/panel-component/panel-container/panel-container.d.ts +17 -0
- package/es/panel-component/panel-container/panel-container.d.ts.map +1 -1
- package/es/panel-component/panel-container/panel-container.mjs +6 -0
- package/es/panel-component/panel-container/panel-container.state.d.ts +1 -4
- package/es/panel-component/panel-container/panel-container.state.d.ts.map +1 -1
- package/es/panel-component/panel-container-group/panel-container-group.controller.d.ts +10 -8
- package/es/panel-component/panel-container-group/panel-container-group.controller.d.ts.map +1 -1
- package/es/panel-component/panel-container-group/panel-container-group.controller.mjs +4 -8
- package/es/panel-component/panel-container-group/panel-container-group.css +1 -1
- package/es/panel-component/panel-container-group/panel-container-group.d.ts +17 -0
- package/es/panel-component/panel-container-group/panel-container-group.d.ts.map +1 -1
- package/es/panel-component/panel-container-group/panel-container-group.mjs +12 -1
- package/es/panel-component/panel-container-image/panel-container-image.controller.d.ts +6 -0
- package/es/panel-component/panel-container-image/panel-container-image.controller.d.ts.map +1 -1
- package/es/panel-component/panel-container-image/panel-container-image.d.ts +17 -0
- package/es/panel-component/panel-container-image/panel-container-image.d.ts.map +1 -1
- package/es/panel-component/panel-container-image/panel-container-image.mjs +6 -0
- package/es/panel-component/panel-container-tabs/panel-container-tabs.d.ts +17 -0
- package/es/panel-component/panel-container-tabs/panel-container-tabs.d.ts.map +1 -1
- package/es/panel-component/panel-container-tabs/panel-container-tabs.mjs +6 -0
- package/es/panel-component/panel-ctrl-pos/panel-ctrl-pos.controller.d.ts +4 -7
- package/es/panel-component/panel-ctrl-pos/panel-ctrl-pos.controller.d.ts.map +1 -1
- package/es/panel-component/panel-ctrl-pos/panel-ctrl-pos.d.ts +17 -0
- package/es/panel-component/panel-ctrl-pos/panel-ctrl-pos.d.ts.map +1 -1
- package/es/panel-component/panel-ctrl-pos/panel-ctrl-pos.mjs +6 -0
- package/es/panel-component/panel-ctrl-view-page-caption/panel-ctrl-view-page-caption.controller.d.ts +6 -15
- package/es/panel-component/panel-ctrl-view-page-caption/panel-ctrl-view-page-caption.controller.d.ts.map +1 -1
- package/es/panel-component/panel-ctrl-view-page-caption/panel-ctrl-view-page-caption.d.ts +17 -0
- package/es/panel-component/panel-ctrl-view-page-caption/panel-ctrl-view-page-caption.d.ts.map +1 -1
- package/es/panel-component/panel-ctrl-view-page-caption/panel-ctrl-view-page-caption.mjs +6 -0
- package/es/panel-component/panel-ctrl-view-page-caption/panel-ctrl-view-page-caption.state.d.ts +17 -0
- package/es/panel-component/panel-ctrl-view-page-caption/panel-ctrl-view-page-caption.state.d.ts.map +1 -0
- package/es/panel-component/panel-ctrl-view-page-caption/panel-ctrl-view-page-caption.state.mjs +17 -0
- package/es/panel-component/panel-field/index.d.ts +2 -2
- package/es/panel-component/panel-field/panel-field.controller.d.ts +60 -30
- package/es/panel-component/panel-field/panel-field.controller.d.ts.map +1 -1
- package/es/panel-component/panel-field/panel-field.controller.mjs +47 -21
- package/es/panel-component/panel-field/panel-field.d.ts +25 -2
- package/es/panel-component/panel-field/panel-field.d.ts.map +1 -1
- package/es/panel-component/panel-field/panel-field.mjs +9 -0
- package/es/panel-component/panel-field/panel-field.state.d.ts +4 -7
- package/es/panel-component/panel-field/panel-field.state.d.ts.map +1 -1
- package/es/panel-component/panel-field/panel-field.state.mjs +3 -3
- package/es/panel-component/panel-item-render/panel-item-render.controller.d.ts +4 -6
- package/es/panel-component/panel-item-render/panel-item-render.controller.d.ts.map +1 -1
- package/es/panel-component/panel-item-render/panel-item-render.controller.mjs +2 -4
- package/es/panel-component/panel-item-render/panel-item-render.d.ts +17 -0
- package/es/panel-component/panel-item-render/panel-item-render.d.ts.map +1 -1
- package/es/panel-component/panel-item-render/panel-item-render.mjs +6 -0
- package/es/panel-component/panel-rawitem/panel-rawitem.controller.d.ts +11 -6
- package/es/panel-component/panel-rawitem/panel-rawitem.controller.d.ts.map +1 -1
- package/es/panel-component/panel-rawitem/panel-rawitem.controller.mjs +22 -4
- package/es/panel-component/panel-rawitem/panel-rawitem.d.ts +17 -0
- package/es/panel-component/panel-rawitem/panel-rawitem.d.ts.map +1 -1
- package/es/panel-component/panel-rawitem/panel-rawitem.mjs +6 -0
- package/es/panel-component/panel-tab-page/panel-tab-page.d.ts +17 -0
- package/es/panel-component/panel-tab-page/panel-tab-page.d.ts.map +1 -1
- package/es/panel-component/panel-tab-page/panel-tab-page.mjs +6 -0
- package/es/panel-component/scroll-container/scroll-container/scroll-container.controller.d.ts +8 -11
- package/es/panel-component/scroll-container/scroll-container/scroll-container.controller.d.ts.map +1 -1
- package/es/panel-component/scroll-container/scroll-container/scroll-container.css +1 -1
- package/es/panel-component/scroll-container/scroll-container/scroll-container.d.ts +17 -0
- package/es/panel-component/scroll-container/scroll-container/scroll-container.d.ts.map +1 -1
- package/es/panel-component/scroll-container/scroll-container/scroll-container.mjs +6 -0
- package/es/panel-component/scroll-container/scroll-container-item/scroll-container-item.controller.d.ts +7 -11
- package/es/panel-component/scroll-container/scroll-container-item/scroll-container-item.controller.d.ts.map +1 -1
- package/es/panel-component/scroll-container/scroll-container-item/scroll-container-item.d.ts +17 -0
- package/es/panel-component/scroll-container/scroll-container-item/scroll-container-item.d.ts.map +1 -1
- package/es/panel-component/scroll-container/scroll-container-item/scroll-container-item.mjs +6 -0
- package/es/panel-component/single-data-container/single-data-container.controller.d.ts +35 -20
- package/es/panel-component/single-data-container/single-data-container.controller.d.ts.map +1 -1
- package/es/panel-component/single-data-container/single-data-container.controller.mjs +26 -17
- package/es/panel-component/single-data-container/single-data-container.d.ts +19 -0
- package/es/panel-component/single-data-container/single-data-container.d.ts.map +1 -1
- package/es/panel-component/single-data-container/single-data-container.mjs +6 -0
- package/es/panel-component/single-data-container/single-data-container.state.d.ts +5 -8
- package/es/panel-component/single-data-container/single-data-container.state.d.ts.map +1 -1
- package/es/panel-component/single-data-container/single-data-container.state.mjs +4 -4
- package/es/panel-component/teleport-placeholder/teleport-placeholder.controller.d.ts +16 -8
- package/es/panel-component/teleport-placeholder/teleport-placeholder.controller.d.ts.map +1 -1
- package/es/panel-component/teleport-placeholder/teleport-placeholder.controller.mjs +7 -4
- package/es/panel-component/teleport-placeholder/teleport-placeholder.css +1 -1
- package/es/panel-component/teleport-placeholder/teleport-placeholder.d.ts +17 -0
- package/es/panel-component/teleport-placeholder/teleport-placeholder.d.ts.map +1 -1
- package/es/panel-component/teleport-placeholder/teleport-placeholder.mjs +6 -0
- package/es/panel-component/teleport-placeholder/teleport-placeholder.state.d.ts +7 -4
- package/es/panel-component/teleport-placeholder/teleport-placeholder.state.d.ts.map +1 -1
- package/es/panel-component/teleport-placeholder/teleport-placeholder.state.mjs +6 -0
- package/es/props/editor/array.d.ts +11 -10
- package/es/props/editor/array.d.ts.map +1 -1
- package/es/props/editor/array.mjs +7 -1
- package/es/props/editor/autocomplete.d.ts +11 -10
- package/es/props/editor/autocomplete.d.ts.map +1 -1
- package/es/props/editor/autocomplete.mjs +7 -1
- package/es/props/editor/cascader.d.ts +11 -10
- package/es/props/editor/cascader.d.ts.map +1 -1
- package/es/props/editor/cascader.mjs +7 -1
- package/es/props/editor/check-box-list.d.ts +11 -10
- package/es/props/editor/check-box-list.d.ts.map +1 -1
- package/es/props/editor/check-box-list.mjs +7 -1
- package/es/props/editor/check-box.d.ts +11 -10
- package/es/props/editor/check-box.d.ts.map +1 -1
- package/es/props/editor/check-box.mjs +7 -1
- package/es/props/editor/code.d.ts +23 -28
- package/es/props/editor/code.d.ts.map +1 -1
- package/es/props/editor/code.mjs +9 -0
- package/es/props/editor/color-picker.d.ts +11 -10
- package/es/props/editor/color-picker.d.ts.map +1 -1
- package/es/props/editor/color-picker.mjs +7 -1
- package/es/props/editor/common.d.ts +47 -14
- package/es/props/editor/common.d.ts.map +1 -1
- package/es/props/editor/common.mjs +46 -20
- package/es/props/editor/data-picker.d.ts +11 -10
- package/es/props/editor/data-picker.d.ts.map +1 -1
- package/es/props/editor/data-picker.mjs +7 -1
- package/es/props/editor/date-picker.d.ts +13 -10
- package/es/props/editor/date-picker.d.ts.map +1 -1
- package/es/props/editor/date-picker.mjs +8 -1
- package/es/props/editor/date-range-select.d.ts +113 -0
- package/es/props/editor/date-range-select.d.ts.map +1 -0
- package/es/props/editor/date-range-select.mjs +27 -0
- package/es/props/editor/date-range.d.ts +11 -5
- package/es/props/editor/date-range.d.ts.map +1 -1
- package/es/props/editor/date-range.mjs +7 -1
- package/es/props/editor/dropdown-list.d.ts +11 -10
- package/es/props/editor/dropdown-list.d.ts.map +1 -1
- package/es/props/editor/dropdown-list.mjs +7 -1
- package/es/props/editor/html.d.ts +11 -10
- package/es/props/editor/html.d.ts.map +1 -1
- package/es/props/editor/html.mjs +7 -1
- package/es/props/editor/index.d.ts +4 -0
- package/es/props/editor/index.d.ts.map +1 -1
- package/es/props/editor/index.mjs +5 -1
- package/es/props/editor/input-ip.d.ts +69 -0
- package/es/props/editor/input-ip.d.ts.map +1 -0
- package/es/props/editor/input-ip.mjs +17 -0
- package/es/props/editor/input-number.d.ts +69 -0
- package/es/props/editor/input-number.d.ts.map +1 -0
- package/es/props/editor/input-number.mjs +17 -0
- package/es/props/editor/list-box.d.ts +11 -10
- package/es/props/editor/list-box.d.ts.map +1 -1
- package/es/props/editor/list-box.mjs +7 -1
- package/es/props/editor/map-picker.d.ts +69 -0
- package/es/props/editor/map-picker.d.ts.map +1 -0
- package/es/props/editor/map-picker.mjs +17 -0
- package/es/props/editor/markdown.d.ts +21 -8
- package/es/props/editor/markdown.d.ts.map +1 -1
- package/es/props/editor/markdown.mjs +10 -4
- package/es/props/editor/number-range.d.ts +11 -6
- package/es/props/editor/number-range.d.ts.map +1 -1
- package/es/props/editor/number-range.mjs +7 -1
- package/es/props/editor/radio-button-list.d.ts +11 -10
- package/es/props/editor/radio-button-list.d.ts.map +1 -1
- package/es/props/editor/radio-button-list.mjs +7 -1
- package/es/props/editor/rate.d.ts +11 -6
- package/es/props/editor/rate.d.ts.map +1 -1
- package/es/props/editor/rate.mjs +7 -1
- package/es/props/editor/raw.d.ts +11 -6
- package/es/props/editor/raw.d.ts.map +1 -1
- package/es/props/editor/raw.mjs +7 -1
- package/es/props/editor/slider.d.ts +11 -6
- package/es/props/editor/slider.d.ts.map +1 -1
- package/es/props/editor/slider.mjs +7 -1
- package/es/props/editor/span.d.ts +11 -10
- package/es/props/editor/span.d.ts.map +1 -1
- package/es/props/editor/span.mjs +7 -1
- package/es/props/editor/stepper.d.ts +11 -6
- package/es/props/editor/stepper.d.ts.map +1 -1
- package/es/props/editor/stepper.mjs +7 -1
- package/es/props/editor/switch.d.ts +11 -6
- package/es/props/editor/switch.d.ts.map +1 -1
- package/es/props/editor/switch.mjs +7 -1
- package/es/props/editor/text-box.d.ts +11 -144
- package/es/props/editor/text-box.d.ts.map +1 -1
- package/es/props/editor/text-box.mjs +8 -14
- package/es/props/editor/upload.d.ts +11 -10
- package/es/props/editor/upload.d.ts.map +1 -1
- package/es/props/editor/upload.mjs +7 -1
- package/es/props/index.mjs +5 -1
- package/es/util/route/route.d.ts.map +1 -1
- package/es/util/route/route.mjs +12 -1
- package/es/view/common/index.d.ts +13 -9
- package/es/view/common/index.d.ts.map +1 -1
- package/es/view/common/view.d.ts +49 -7
- package/es/view/common/view.d.ts.map +1 -1
- package/es/view/common/view.mjs +22 -1
- package/es/view/de-redirect-view/de-redirect-view.d.ts +16 -7
- package/es/view/de-redirect-view/de-redirect-view.d.ts.map +1 -1
- package/es/view/de-redirect-view/de-redirect-view.mjs +17 -1
- package/es/view/de-redirect-view/index.d.ts +16 -7
- package/es/view/de-redirect-view/index.d.ts.map +1 -1
- package/es/view/html-view/html-view.d.ts +7 -7
- package/es/view/html-view/index.d.ts +7 -7
- package/es/view/portal-view/index.d.ts +7 -7
- package/es/view/portal-view/portal-view.d.ts +7 -7
- package/lib/control/panel/panel/panel.cjs +32 -1
- package/lib/control/panel/view-layout-panel/view-layout-panel.cjs +23 -1
- package/lib/hooks/app/app.hooks.cjs +34 -9
- package/lib/index.cjs +13 -4
- package/lib/panel-component/auth-wxmp-qrcode/auth-wxmp-qrcode.cjs +6 -0
- package/lib/panel-component/auth-wxmp-qrcode/auth-wxmp-qrcode.controller.cjs +4 -6
- package/lib/panel-component/grid-container/grid-container.cjs +6 -0
- package/lib/panel-component/multi-data-container/multi-data-container.cjs +6 -0
- package/lib/panel-component/multi-data-container/multi-data-container.controller.cjs +16 -15
- package/lib/panel-component/multi-data-container/multi-data-container.state.cjs +2 -3
- package/lib/panel-component/multi-data-container-raw/multi-data-container-raw.cjs +6 -0
- package/lib/panel-component/multi-data-container-raw/multi-data-container-raw.controller.cjs +15 -6
- package/lib/panel-component/multi-data-container-raw/multi-data-container-raw.state.cjs +2 -3
- package/lib/panel-component/nav-pos/nav-pos.cjs +6 -0
- package/lib/panel-component/nav-pos/nav-pos.controller.cjs +17 -24
- package/lib/panel-component/nav-pos/nav-pos.state.cjs +12 -17
- package/lib/panel-component/panel-container/panel-container.cjs +6 -0
- package/lib/panel-component/panel-container-group/panel-container-group.cjs +12 -1
- package/lib/panel-component/panel-container-group/panel-container-group.controller.cjs +4 -8
- package/lib/panel-component/panel-container-group/panel-container-group.css +1 -1
- package/lib/panel-component/panel-container-image/panel-container-image.cjs +6 -0
- package/lib/panel-component/panel-container-tabs/panel-container-tabs.cjs +6 -0
- package/lib/panel-component/panel-ctrl-pos/panel-ctrl-pos.cjs +6 -0
- package/lib/panel-component/panel-ctrl-view-page-caption/panel-ctrl-view-page-caption.cjs +6 -0
- package/lib/panel-component/panel-ctrl-view-page-caption/panel-ctrl-view-page-caption.state.cjs +19 -0
- package/lib/panel-component/panel-field/panel-field.cjs +9 -0
- package/lib/panel-component/panel-field/panel-field.controller.cjs +47 -21
- package/lib/panel-component/panel-field/panel-field.state.cjs +3 -3
- package/lib/panel-component/panel-item-render/panel-item-render.cjs +6 -0
- package/lib/panel-component/panel-item-render/panel-item-render.controller.cjs +2 -4
- package/lib/panel-component/panel-rawitem/panel-rawitem.cjs +6 -0
- package/lib/panel-component/panel-rawitem/panel-rawitem.controller.cjs +21 -3
- package/lib/panel-component/panel-tab-page/panel-tab-page.cjs +6 -0
- package/lib/panel-component/scroll-container/scroll-container/scroll-container.cjs +6 -0
- package/lib/panel-component/scroll-container/scroll-container/scroll-container.css +1 -1
- package/lib/panel-component/scroll-container/scroll-container-item/scroll-container-item.cjs +6 -0
- package/lib/panel-component/single-data-container/single-data-container.cjs +6 -0
- package/lib/panel-component/single-data-container/single-data-container.controller.cjs +26 -17
- package/lib/panel-component/single-data-container/single-data-container.state.cjs +4 -4
- package/lib/panel-component/teleport-placeholder/teleport-placeholder.cjs +6 -0
- package/lib/panel-component/teleport-placeholder/teleport-placeholder.controller.cjs +7 -4
- package/lib/panel-component/teleport-placeholder/teleport-placeholder.css +1 -1
- package/lib/panel-component/teleport-placeholder/teleport-placeholder.state.cjs +6 -0
- package/lib/props/editor/array.cjs +7 -1
- package/lib/props/editor/autocomplete.cjs +7 -1
- package/lib/props/editor/cascader.cjs +7 -1
- package/lib/props/editor/check-box-list.cjs +7 -1
- package/lib/props/editor/check-box.cjs +7 -1
- package/lib/props/editor/code.cjs +9 -0
- package/lib/props/editor/color-picker.cjs +7 -1
- package/lib/props/editor/common.cjs +46 -20
- package/lib/props/editor/data-picker.cjs +7 -1
- package/lib/props/editor/date-picker.cjs +8 -1
- package/lib/props/editor/date-range-select.cjs +31 -0
- package/lib/props/editor/date-range.cjs +7 -1
- package/lib/props/editor/dropdown-list.cjs +7 -1
- package/lib/props/editor/html.cjs +7 -1
- package/lib/props/editor/index.cjs +13 -4
- package/lib/props/editor/input-ip.cjs +20 -0
- package/lib/props/editor/input-number.cjs +20 -0
- package/lib/props/editor/list-box.cjs +7 -1
- package/lib/props/editor/map-picker.cjs +20 -0
- package/lib/props/editor/markdown.cjs +10 -4
- package/lib/props/editor/number-range.cjs +7 -1
- package/lib/props/editor/radio-button-list.cjs +7 -1
- package/lib/props/editor/rate.cjs +7 -1
- package/lib/props/editor/raw.cjs +7 -1
- package/lib/props/editor/slider.cjs +7 -1
- package/lib/props/editor/span.cjs +7 -1
- package/lib/props/editor/stepper.cjs +7 -1
- package/lib/props/editor/switch.cjs +7 -1
- package/lib/props/editor/text-box.cjs +7 -17
- package/lib/props/editor/upload.cjs +7 -1
- package/lib/props/index.cjs +13 -4
- package/lib/util/route/route.cjs +11 -0
- package/lib/view/common/view.cjs +22 -1
- package/lib/view/de-redirect-view/de-redirect-view.cjs +16 -0
- package/package.json +6 -6
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
export declare const ControlLoadingPlaceholder: import("vue").DefineComponent<{
|
|
3
3
|
modelData: {
|
|
4
|
-
type: PropType<
|
|
4
|
+
type: PropType<import("@ibiz-template/core").IApiData>;
|
|
5
5
|
required: true;
|
|
6
6
|
};
|
|
7
7
|
context: {
|
|
8
|
-
type: PropType<
|
|
8
|
+
type: PropType<import("@ibiz-template/core").IApiContext>;
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
11
|
params: {
|
|
12
|
-
type: PropType<
|
|
12
|
+
type: PropType<import("@ibiz-template/core").IApiParams>;
|
|
13
13
|
default: () => {};
|
|
14
14
|
};
|
|
15
15
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
16
|
modelData: {
|
|
17
|
-
type: PropType<
|
|
17
|
+
type: PropType<import("@ibiz-template/core").IApiData>;
|
|
18
18
|
required: true;
|
|
19
19
|
};
|
|
20
20
|
context: {
|
|
21
|
-
type: PropType<
|
|
21
|
+
type: PropType<import("@ibiz-template/core").IApiContext>;
|
|
22
22
|
required: true;
|
|
23
23
|
};
|
|
24
24
|
params: {
|
|
25
|
-
type: PropType<
|
|
25
|
+
type: PropType<import("@ibiz-template/core").IApiParams>;
|
|
26
26
|
default: () => {};
|
|
27
27
|
};
|
|
28
28
|
}>>, {
|
|
29
|
-
params:
|
|
29
|
+
params: import("@ibiz-template/core").IApiParams;
|
|
30
30
|
}, {}>;
|
|
31
31
|
//# sourceMappingURL=control-loading-placeholder.d.ts.map
|
|
@@ -4,11 +4,11 @@ import { IAppView } from '@ibiz/model-core';
|
|
|
4
4
|
import './view-shell.scss';
|
|
5
5
|
export declare const IBizViewShell: import("vue").DefineComponent<{
|
|
6
6
|
context: {
|
|
7
|
-
type: PropType<
|
|
7
|
+
type: PropType<import("@ibiz-template/core").IApiContext>;
|
|
8
8
|
required: true;
|
|
9
9
|
};
|
|
10
10
|
params: {
|
|
11
|
-
type: PropType<
|
|
11
|
+
type: PropType<import("@ibiz-template/core").IApiParams>;
|
|
12
12
|
};
|
|
13
13
|
modelData: {
|
|
14
14
|
type: PropType<IAppView>;
|
|
@@ -27,15 +27,15 @@ export declare const IBizViewShell: import("vue").DefineComponent<{
|
|
|
27
27
|
hasAuthority: Ref<boolean>;
|
|
28
28
|
viewModelData: Ref<IAppView | undefined>;
|
|
29
29
|
redrawView: (event: RedrawViewEvent) => Promise<void>;
|
|
30
|
-
curContext: Ref<
|
|
31
|
-
curParams: Ref<
|
|
30
|
+
curContext: Ref<import("@ibiz-template/core").IApiContext>;
|
|
31
|
+
curParams: Ref<import("@ibiz-template/core").IApiParams>;
|
|
32
32
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
33
33
|
context: {
|
|
34
|
-
type: PropType<
|
|
34
|
+
type: PropType<import("@ibiz-template/core").IApiContext>;
|
|
35
35
|
required: true;
|
|
36
36
|
};
|
|
37
37
|
params: {
|
|
38
|
-
type: PropType<
|
|
38
|
+
type: PropType<import("@ibiz-template/core").IApiParams>;
|
|
39
39
|
};
|
|
40
40
|
modelData: {
|
|
41
41
|
type: PropType<IAppView>;
|
|
@@ -4,11 +4,11 @@ export declare const IBizPanelControl: import("../../../util").TypeWithInstall<i
|
|
|
4
4
|
required: true;
|
|
5
5
|
};
|
|
6
6
|
context: {
|
|
7
|
-
type: import("vue").PropType<
|
|
7
|
+
type: import("vue").PropType<import("@ibiz-template/core").IApiContext>;
|
|
8
8
|
required: true;
|
|
9
9
|
};
|
|
10
10
|
params: {
|
|
11
|
-
type: import("vue").PropType<
|
|
11
|
+
type: import("vue").PropType<import("@ibiz-template/core").IApiParams>;
|
|
12
12
|
default: () => {};
|
|
13
13
|
};
|
|
14
14
|
provider: {
|
|
@@ -17,7 +17,9 @@ export declare const IBizPanelControl: import("../../../util").TypeWithInstall<i
|
|
|
17
17
|
container: {
|
|
18
18
|
type: import("vue").PropType<import("@ibiz-template/runtime").IController<import("@ibiz/model-core").IModelObject, object, import("@ibiz-template/runtime").IComponentEvent>>;
|
|
19
19
|
};
|
|
20
|
-
data:
|
|
20
|
+
data: {
|
|
21
|
+
type: import("vue").PropType<import("@ibiz-template/core").IApiData>;
|
|
22
|
+
};
|
|
21
23
|
loadDefault: {
|
|
22
24
|
type: BooleanConstructor;
|
|
23
25
|
default: boolean;
|
|
@@ -31,11 +33,11 @@ export declare const IBizPanelControl: import("../../../util").TypeWithInstall<i
|
|
|
31
33
|
required: true;
|
|
32
34
|
};
|
|
33
35
|
context: {
|
|
34
|
-
type: import("vue").PropType<
|
|
36
|
+
type: import("vue").PropType<import("@ibiz-template/core").IApiContext>;
|
|
35
37
|
required: true;
|
|
36
38
|
};
|
|
37
39
|
params: {
|
|
38
|
-
type: import("vue").PropType<
|
|
40
|
+
type: import("vue").PropType<import("@ibiz-template/core").IApiParams>;
|
|
39
41
|
default: () => {};
|
|
40
42
|
};
|
|
41
43
|
provider: {
|
|
@@ -44,13 +46,15 @@ export declare const IBizPanelControl: import("../../../util").TypeWithInstall<i
|
|
|
44
46
|
container: {
|
|
45
47
|
type: import("vue").PropType<import("@ibiz-template/runtime").IController<import("@ibiz/model-core").IModelObject, object, import("@ibiz-template/runtime").IComponentEvent>>;
|
|
46
48
|
};
|
|
47
|
-
data:
|
|
49
|
+
data: {
|
|
50
|
+
type: import("vue").PropType<import("@ibiz-template/core").IApiData>;
|
|
51
|
+
};
|
|
48
52
|
loadDefault: {
|
|
49
53
|
type: BooleanConstructor;
|
|
50
54
|
default: boolean;
|
|
51
55
|
};
|
|
52
56
|
}>>, {
|
|
53
|
-
params:
|
|
57
|
+
params: import("@ibiz-template/core").IApiParams;
|
|
54
58
|
loadDefault: boolean;
|
|
55
59
|
}, {}>>;
|
|
56
60
|
export default IBizPanelControl;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/control/panel/panel/index.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/control/panel/panel/index.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAG3B,CAAC;AAEH,eAAe,gBAAgB,CAAC"}
|
|
@@ -6,25 +6,50 @@ import { IControlProvider, IController, PanelController } from '@ibiz-template/r
|
|
|
6
6
|
* 视图布局面板组件
|
|
7
7
|
*/
|
|
8
8
|
export declare const PanelControl: import("vue").DefineComponent<{
|
|
9
|
+
/**
|
|
10
|
+
* @description 面板模型数据
|
|
11
|
+
*/
|
|
9
12
|
modelData: {
|
|
10
13
|
type: PropType<IPanel>;
|
|
11
14
|
required: true;
|
|
12
15
|
};
|
|
16
|
+
/**
|
|
17
|
+
* @description 应用上下文对象
|
|
18
|
+
*/
|
|
13
19
|
context: {
|
|
14
|
-
type: PropType<
|
|
20
|
+
type: PropType<import("@ibiz-template/core").IApiContext>;
|
|
15
21
|
required: true;
|
|
16
22
|
};
|
|
23
|
+
/**
|
|
24
|
+
* @description 视图参数对象
|
|
25
|
+
* @default {}
|
|
26
|
+
*/
|
|
17
27
|
params: {
|
|
18
|
-
type: PropType<
|
|
28
|
+
type: PropType<import("@ibiz-template/core").IApiParams>;
|
|
19
29
|
default: () => {};
|
|
20
30
|
};
|
|
31
|
+
/**
|
|
32
|
+
* @description 部件适配器
|
|
33
|
+
*/
|
|
21
34
|
provider: {
|
|
22
35
|
type: PropType<IControlProvider>;
|
|
23
36
|
};
|
|
37
|
+
/**
|
|
38
|
+
* @description 容器控制器,为上层部件控制器或视图控制器
|
|
39
|
+
*/
|
|
24
40
|
container: {
|
|
25
41
|
type: PropType<IController<import("@ibiz/model-core").IModelObject, object, import("@ibiz-template/runtime").IComponentEvent>>;
|
|
26
42
|
};
|
|
27
|
-
|
|
43
|
+
/**
|
|
44
|
+
* @description 视图布局面板数据
|
|
45
|
+
*/
|
|
46
|
+
data: {
|
|
47
|
+
type: PropType<import("@ibiz-template/core").IApiData>;
|
|
48
|
+
};
|
|
49
|
+
/**
|
|
50
|
+
* @description 是否默认加载数据
|
|
51
|
+
* @default true
|
|
52
|
+
*/
|
|
28
53
|
loadDefault: {
|
|
29
54
|
type: BooleanConstructor;
|
|
30
55
|
default: boolean;
|
|
@@ -33,31 +58,56 @@ export declare const PanelControl: import("vue").DefineComponent<{
|
|
|
33
58
|
c: PanelController<IPanel, import("@ibiz-template/runtime").IPanelState, import("@ibiz-template/runtime").IPanelEvent>;
|
|
34
59
|
ns: import("@ibiz-template/core").Namespace;
|
|
35
60
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
61
|
+
/**
|
|
62
|
+
* @description 面板模型数据
|
|
63
|
+
*/
|
|
36
64
|
modelData: {
|
|
37
65
|
type: PropType<IPanel>;
|
|
38
66
|
required: true;
|
|
39
67
|
};
|
|
68
|
+
/**
|
|
69
|
+
* @description 应用上下文对象
|
|
70
|
+
*/
|
|
40
71
|
context: {
|
|
41
|
-
type: PropType<
|
|
72
|
+
type: PropType<import("@ibiz-template/core").IApiContext>;
|
|
42
73
|
required: true;
|
|
43
74
|
};
|
|
75
|
+
/**
|
|
76
|
+
* @description 视图参数对象
|
|
77
|
+
* @default {}
|
|
78
|
+
*/
|
|
44
79
|
params: {
|
|
45
|
-
type: PropType<
|
|
80
|
+
type: PropType<import("@ibiz-template/core").IApiParams>;
|
|
46
81
|
default: () => {};
|
|
47
82
|
};
|
|
83
|
+
/**
|
|
84
|
+
* @description 部件适配器
|
|
85
|
+
*/
|
|
48
86
|
provider: {
|
|
49
87
|
type: PropType<IControlProvider>;
|
|
50
88
|
};
|
|
89
|
+
/**
|
|
90
|
+
* @description 容器控制器,为上层部件控制器或视图控制器
|
|
91
|
+
*/
|
|
51
92
|
container: {
|
|
52
93
|
type: PropType<IController<import("@ibiz/model-core").IModelObject, object, import("@ibiz-template/runtime").IComponentEvent>>;
|
|
53
94
|
};
|
|
54
|
-
|
|
95
|
+
/**
|
|
96
|
+
* @description 视图布局面板数据
|
|
97
|
+
*/
|
|
98
|
+
data: {
|
|
99
|
+
type: PropType<import("@ibiz-template/core").IApiData>;
|
|
100
|
+
};
|
|
101
|
+
/**
|
|
102
|
+
* @description 是否默认加载数据
|
|
103
|
+
* @default true
|
|
104
|
+
*/
|
|
55
105
|
loadDefault: {
|
|
56
106
|
type: BooleanConstructor;
|
|
57
107
|
default: boolean;
|
|
58
108
|
};
|
|
59
109
|
}>>, {
|
|
60
|
-
params:
|
|
110
|
+
params: import("@ibiz-template/core").IApiParams;
|
|
61
111
|
loadDefault: boolean;
|
|
62
112
|
}, {}>;
|
|
63
113
|
//# sourceMappingURL=panel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"panel.d.ts","sourceRoot":"","sources":["../../../../src/control/panel/panel/panel.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,QAAQ,
|
|
1
|
+
{"version":3,"file":"panel.d.ts","sourceRoot":"","sources":["../../../../src/control/panel/panel/panel.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,QAAQ,EAST,MAAM,KAAK,CAAC;AACb,OAAO,EACL,MAAM,EAKP,MAAM,kBAAkB,CAAC;AAC1B,OAAO,cAAc,CAAC;AACtB,OAAO,EACL,gBAAgB,EAChB,WAAW,EAGX,eAAe,EAGhB,MAAM,wBAAwB,CAAC;AAsGhC;;GAEG;AACH,eAAO,MAAM,YAAY;IAGrB;;OAEG;;;;;IAKH;;OAEG;;;;;IAEH;;;OAGG;;;;;IAEH;;OAEG;;;;IAEH;;OAEG;;;;IAEH;;OAEG;;;;IAEH;;;OAGG;;;;;;;;;IA/BH;;OAEG;;;;;IAKH;;OAEG;;;;;IAEH;;;OAGG;;;;;IAEH;;OAEG;;;;IAEH;;OAEG;;;;IAEH;;OAEG;;;;IAEH;;;OAGG;;;;;;;;MA8EL,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { isVNode, createVNode, resolveComponent, h, defineComponent, watch, reactive } from 'vue';
|
|
1
|
+
import { isVNode, createVNode, resolveComponent, h, defineComponent, watch, reactive, inject, provide } from 'vue';
|
|
2
2
|
import './panel.css';
|
|
3
3
|
import { ScriptFactory, isDataContainer, PanelController } from '@ibiz-template/runtime';
|
|
4
4
|
import '../../../use/index.mjs';
|
|
@@ -75,25 +75,50 @@ function renderPanelItem(panelItem, c, ins) {
|
|
|
75
75
|
const PanelControl = /* @__PURE__ */ defineComponent({
|
|
76
76
|
name: "IBizPanelControl",
|
|
77
77
|
props: {
|
|
78
|
+
/**
|
|
79
|
+
* @description 面板模型数据
|
|
80
|
+
*/
|
|
78
81
|
modelData: {
|
|
79
82
|
type: Object,
|
|
80
83
|
required: true
|
|
81
84
|
},
|
|
85
|
+
/**
|
|
86
|
+
* @description 应用上下文对象
|
|
87
|
+
*/
|
|
82
88
|
context: {
|
|
83
89
|
type: Object,
|
|
84
90
|
required: true
|
|
85
91
|
},
|
|
92
|
+
/**
|
|
93
|
+
* @description 视图参数对象
|
|
94
|
+
* @default {}
|
|
95
|
+
*/
|
|
86
96
|
params: {
|
|
87
97
|
type: Object,
|
|
88
98
|
default: () => ({})
|
|
89
99
|
},
|
|
100
|
+
/**
|
|
101
|
+
* @description 部件适配器
|
|
102
|
+
*/
|
|
90
103
|
provider: {
|
|
91
104
|
type: Object
|
|
92
105
|
},
|
|
106
|
+
/**
|
|
107
|
+
* @description 容器控制器,为上层部件控制器或视图控制器
|
|
108
|
+
*/
|
|
93
109
|
container: {
|
|
94
110
|
type: Object
|
|
95
111
|
},
|
|
96
|
-
|
|
112
|
+
/**
|
|
113
|
+
* @description 视图布局面板数据
|
|
114
|
+
*/
|
|
115
|
+
data: {
|
|
116
|
+
type: Object
|
|
117
|
+
},
|
|
118
|
+
/**
|
|
119
|
+
* @description 是否默认加载数据
|
|
120
|
+
* @default true
|
|
121
|
+
*/
|
|
97
122
|
loadDefault: {
|
|
98
123
|
type: Boolean,
|
|
99
124
|
default: true
|
|
@@ -117,6 +142,12 @@ const PanelControl = /* @__PURE__ */ defineComponent({
|
|
|
117
142
|
panelItem.state = reactive(panelItem.state);
|
|
118
143
|
});
|
|
119
144
|
});
|
|
145
|
+
const parentRenderPanelItem = inject("renderPanelItem");
|
|
146
|
+
if (parentRenderPanelItem) {
|
|
147
|
+
provide("renderPanelItem", parentRenderPanelItem);
|
|
148
|
+
} else {
|
|
149
|
+
provide("renderPanelItem", renderPanelItem);
|
|
150
|
+
}
|
|
120
151
|
return {
|
|
121
152
|
c,
|
|
122
153
|
ns
|
|
@@ -4,11 +4,11 @@ export declare const IBizViewLayoutPanelControl: import("../../../util").TypeWit
|
|
|
4
4
|
required: true;
|
|
5
5
|
};
|
|
6
6
|
context: {
|
|
7
|
-
type: import("vue").PropType<
|
|
7
|
+
type: import("vue").PropType<import("@ibiz-template/core").IApiContext>;
|
|
8
8
|
required: true;
|
|
9
9
|
};
|
|
10
10
|
params: {
|
|
11
|
-
type: import("vue").PropType<
|
|
11
|
+
type: import("vue").PropType<import("@ibiz-template/core").IApiParams>;
|
|
12
12
|
default: () => {};
|
|
13
13
|
};
|
|
14
14
|
provider: {
|
|
@@ -17,7 +17,9 @@ export declare const IBizViewLayoutPanelControl: import("../../../util").TypeWit
|
|
|
17
17
|
container: {
|
|
18
18
|
type: import("vue").PropType<import("@ibiz-template/runtime").IController<import("@ibiz/model-core").IModelObject, object, import("@ibiz-template/runtime").IComponentEvent>>;
|
|
19
19
|
};
|
|
20
|
-
data:
|
|
20
|
+
data: {
|
|
21
|
+
type: import("vue").PropType<import("@ibiz-template/core").IApiData>;
|
|
22
|
+
};
|
|
21
23
|
}, {
|
|
22
24
|
c: import("@ibiz-template/runtime").ViewLayoutPanelController;
|
|
23
25
|
ns: import("@ibiz-template/core").Namespace;
|
|
@@ -37,11 +39,11 @@ export declare const IBizViewLayoutPanelControl: import("../../../util").TypeWit
|
|
|
37
39
|
required: true;
|
|
38
40
|
};
|
|
39
41
|
context: {
|
|
40
|
-
type: import("vue").PropType<
|
|
42
|
+
type: import("vue").PropType<import("@ibiz-template/core").IApiContext>;
|
|
41
43
|
required: true;
|
|
42
44
|
};
|
|
43
45
|
params: {
|
|
44
|
-
type: import("vue").PropType<
|
|
46
|
+
type: import("vue").PropType<import("@ibiz-template/core").IApiParams>;
|
|
45
47
|
default: () => {};
|
|
46
48
|
};
|
|
47
49
|
provider: {
|
|
@@ -50,9 +52,11 @@ export declare const IBizViewLayoutPanelControl: import("../../../util").TypeWit
|
|
|
50
52
|
container: {
|
|
51
53
|
type: import("vue").PropType<import("@ibiz-template/runtime").IController<import("@ibiz/model-core").IModelObject, object, import("@ibiz-template/runtime").IComponentEvent>>;
|
|
52
54
|
};
|
|
53
|
-
data:
|
|
55
|
+
data: {
|
|
56
|
+
type: import("vue").PropType<import("@ibiz-template/core").IApiData>;
|
|
57
|
+
};
|
|
54
58
|
}>>, {
|
|
55
|
-
params:
|
|
59
|
+
params: import("@ibiz-template/core").IApiParams;
|
|
56
60
|
}, {}>>;
|
|
57
61
|
export default IBizViewLayoutPanelControl;
|
|
58
62
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/control/panel/view-layout-panel/index.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,0BAA0B
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/control/panel/view-layout-panel/index.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAStC,CAAC;AAEF,eAAe,0BAA0B,CAAC"}
|
|
@@ -6,25 +6,47 @@ import { IController, IControlProvider, IPanelItemController, IPanelItemProvider
|
|
|
6
6
|
* 视图布局面板组件
|
|
7
7
|
*/
|
|
8
8
|
export declare const ViewLayoutPanelControl: import("vue").DefineComponent<{
|
|
9
|
+
/**
|
|
10
|
+
* @description 视图布局面板模型
|
|
11
|
+
*/
|
|
9
12
|
modelData: {
|
|
10
13
|
type: PropType<IViewLayoutPanel>;
|
|
11
14
|
required: true;
|
|
12
15
|
};
|
|
16
|
+
/**
|
|
17
|
+
* @description 应用上下文对象
|
|
18
|
+
*/
|
|
13
19
|
context: {
|
|
14
|
-
type: PropType<
|
|
20
|
+
type: PropType<import("@ibiz-template/core").IApiContext>;
|
|
15
21
|
required: true;
|
|
16
22
|
};
|
|
23
|
+
/**
|
|
24
|
+
* @description 视图参数
|
|
25
|
+
* @default {}
|
|
26
|
+
*/
|
|
17
27
|
params: {
|
|
18
|
-
type: PropType<
|
|
28
|
+
type: PropType<import("@ibiz-template/core").IApiParams>;
|
|
19
29
|
default: () => {};
|
|
20
30
|
};
|
|
31
|
+
/**
|
|
32
|
+
* @ignoredoc
|
|
33
|
+
* @description 部件适配器
|
|
34
|
+
*/
|
|
21
35
|
provider: {
|
|
22
36
|
type: PropType<IControlProvider>;
|
|
23
37
|
};
|
|
38
|
+
/**
|
|
39
|
+
* @description 容器控制器,为上层部件控制器或视图控制器
|
|
40
|
+
*/
|
|
24
41
|
container: {
|
|
25
42
|
type: PropType<IController<import("@ibiz/model-core").IModelObject, object, import("@ibiz-template/runtime").IComponentEvent>>;
|
|
26
43
|
};
|
|
27
|
-
|
|
44
|
+
/**
|
|
45
|
+
* @description 面板容器数据
|
|
46
|
+
*/
|
|
47
|
+
data: {
|
|
48
|
+
type: PropType<import("@ibiz-template/core").IApiData>;
|
|
49
|
+
};
|
|
28
50
|
}, {
|
|
29
51
|
c: ViewLayoutPanelController;
|
|
30
52
|
ns: import("@ibiz-template/core").Namespace;
|
|
@@ -37,26 +59,48 @@ export declare const ViewLayoutPanelControl: import("vue").DefineComponent<{
|
|
|
37
59
|
};
|
|
38
60
|
} | undefined) => VNode | null;
|
|
39
61
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
62
|
+
/**
|
|
63
|
+
* @description 视图布局面板模型
|
|
64
|
+
*/
|
|
40
65
|
modelData: {
|
|
41
66
|
type: PropType<IViewLayoutPanel>;
|
|
42
67
|
required: true;
|
|
43
68
|
};
|
|
69
|
+
/**
|
|
70
|
+
* @description 应用上下文对象
|
|
71
|
+
*/
|
|
44
72
|
context: {
|
|
45
|
-
type: PropType<
|
|
73
|
+
type: PropType<import("@ibiz-template/core").IApiContext>;
|
|
46
74
|
required: true;
|
|
47
75
|
};
|
|
76
|
+
/**
|
|
77
|
+
* @description 视图参数
|
|
78
|
+
* @default {}
|
|
79
|
+
*/
|
|
48
80
|
params: {
|
|
49
|
-
type: PropType<
|
|
81
|
+
type: PropType<import("@ibiz-template/core").IApiParams>;
|
|
50
82
|
default: () => {};
|
|
51
83
|
};
|
|
84
|
+
/**
|
|
85
|
+
* @ignoredoc
|
|
86
|
+
* @description 部件适配器
|
|
87
|
+
*/
|
|
52
88
|
provider: {
|
|
53
89
|
type: PropType<IControlProvider>;
|
|
54
90
|
};
|
|
91
|
+
/**
|
|
92
|
+
* @description 容器控制器,为上层部件控制器或视图控制器
|
|
93
|
+
*/
|
|
55
94
|
container: {
|
|
56
95
|
type: PropType<IController<import("@ibiz/model-core").IModelObject, object, import("@ibiz-template/runtime").IComponentEvent>>;
|
|
57
96
|
};
|
|
58
|
-
|
|
97
|
+
/**
|
|
98
|
+
* @description 面板容器数据
|
|
99
|
+
*/
|
|
100
|
+
data: {
|
|
101
|
+
type: PropType<import("@ibiz-template/core").IApiData>;
|
|
102
|
+
};
|
|
59
103
|
}>>, {
|
|
60
|
-
params:
|
|
104
|
+
params: import("@ibiz-template/core").IApiParams;
|
|
61
105
|
}, {}>;
|
|
62
106
|
//# sourceMappingURL=view-layout-panel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"view-layout-panel.d.ts","sourceRoot":"","sources":["../../../../src/control/panel/view-layout-panel/view-layout-panel.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,QAAQ,EAGR,KAAK,EAKN,MAAM,KAAK,CAAC;AACb,OAAO,EAGL,UAAU,EAEV,gBAAgB,EACjB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,0BAA0B,CAAC;AAClC,OAAO,EACL,WAAW,EACX,gBAAgB,EAChB,oBAAoB,EACpB,kBAAkB,EAIlB,yBAAyB,EAC1B,MAAM,wBAAwB,CAAC;AA0BhC;;GAEG;AACH,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"view-layout-panel.d.ts","sourceRoot":"","sources":["../../../../src/control/panel/view-layout-panel/view-layout-panel.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,QAAQ,EAGR,KAAK,EAKN,MAAM,KAAK,CAAC;AACb,OAAO,EAGL,UAAU,EAEV,gBAAgB,EACjB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,0BAA0B,CAAC;AAClC,OAAO,EACL,WAAW,EACX,gBAAgB,EAChB,oBAAoB,EACpB,kBAAkB,EAIlB,yBAAyB,EAC1B,MAAM,wBAAwB,CAAC;AA0BhC;;GAEG;AACH,eAAO,MAAM,sBAAsB;IAG/B;;OAEG;;;;;IAKH;;OAEG;;;;;IAEH;;;OAGG;;;;;IAEH;;;OAGG;;;;IAEH;;OAEG;;;;IAEH;;OAEG;;;;;;;iCAuCU,UAAU;;;;;;;sBASpB,KAAK,GAAG,IAAI;;IA3Ef;;OAEG;;;;;IAKH;;OAEG;;;;;IAEH;;;OAGG;;;;;IAEH;;;OAGG;;;;IAEH;;OAEG;;;;IAEH;;OAEG;;;;;;MAgKL,CAAC"}
|
|
@@ -25,25 +25,47 @@ function renderAttrs(model, controller) {
|
|
|
25
25
|
const ViewLayoutPanelControl = /* @__PURE__ */ defineComponent({
|
|
26
26
|
name: "IBizViewLayoutPanelControl",
|
|
27
27
|
props: {
|
|
28
|
+
/**
|
|
29
|
+
* @description 视图布局面板模型
|
|
30
|
+
*/
|
|
28
31
|
modelData: {
|
|
29
32
|
type: Object,
|
|
30
33
|
required: true
|
|
31
34
|
},
|
|
35
|
+
/**
|
|
36
|
+
* @description 应用上下文对象
|
|
37
|
+
*/
|
|
32
38
|
context: {
|
|
33
39
|
type: Object,
|
|
34
40
|
required: true
|
|
35
41
|
},
|
|
42
|
+
/**
|
|
43
|
+
* @description 视图参数
|
|
44
|
+
* @default {}
|
|
45
|
+
*/
|
|
36
46
|
params: {
|
|
37
47
|
type: Object,
|
|
38
48
|
default: () => ({})
|
|
39
49
|
},
|
|
50
|
+
/**
|
|
51
|
+
* @ignoredoc
|
|
52
|
+
* @description 部件适配器
|
|
53
|
+
*/
|
|
40
54
|
provider: {
|
|
41
55
|
type: Object
|
|
42
56
|
},
|
|
57
|
+
/**
|
|
58
|
+
* @description 容器控制器,为上层部件控制器或视图控制器
|
|
59
|
+
*/
|
|
43
60
|
container: {
|
|
44
61
|
type: Object
|
|
45
62
|
},
|
|
46
|
-
|
|
63
|
+
/**
|
|
64
|
+
* @description 面板容器数据
|
|
65
|
+
*/
|
|
66
|
+
data: {
|
|
67
|
+
type: Object
|
|
68
|
+
}
|
|
47
69
|
},
|
|
48
70
|
setup(props, {
|
|
49
71
|
slots
|
|
@@ -1,29 +1,60 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IApiAppHubService, IAppService } from '@ibiz-template/runtime';
|
|
2
|
+
import { AsyncSeriesHook, SyncSeriesHook } from 'qx-util';
|
|
2
3
|
import { App } from 'vue';
|
|
3
4
|
/**
|
|
4
|
-
* 应用钩子
|
|
5
|
-
*
|
|
6
|
-
* @author chitanda
|
|
7
|
-
* @date 2024-02-04 17:02:18
|
|
5
|
+
* @description 应用钩子
|
|
8
6
|
* @export
|
|
9
7
|
* @class AppHooks
|
|
10
8
|
*/
|
|
11
9
|
export declare class AppHooks {
|
|
12
10
|
/**
|
|
13
|
-
* 创建 Vue
|
|
14
|
-
*
|
|
15
|
-
* @author chitanda
|
|
16
|
-
* @date 2024-02-04 17:02:41
|
|
11
|
+
* @description 创建 Vue 应用实例钩子
|
|
17
12
|
* @static
|
|
13
|
+
* @memberof AppHooks
|
|
18
14
|
*/
|
|
19
15
|
static createApp: SyncSeriesHook<App<any>, null>;
|
|
20
16
|
/**
|
|
21
|
-
* 用于在多实例下,挂载到已经创建的 Vue
|
|
22
|
-
*
|
|
23
|
-
* @author chitanda
|
|
24
|
-
* @date 2024-02-04 18:02:49
|
|
17
|
+
* @description 用于在多实例下,挂载到已经创建的 Vue 实例上插件钩子
|
|
25
18
|
* @static
|
|
19
|
+
* @memberof AppHooks
|
|
26
20
|
*/
|
|
27
21
|
static useComponent: SyncSeriesHook<any, null>;
|
|
22
|
+
/**
|
|
23
|
+
* @description 应用资源初始化完成钩子
|
|
24
|
+
* @static
|
|
25
|
+
* @memberof AppHooks
|
|
26
|
+
*/
|
|
27
|
+
static appResorceInited: AsyncSeriesHook<[], IApiAppHubService>;
|
|
28
|
+
/**
|
|
29
|
+
* @description 应用初始化前钩子
|
|
30
|
+
* @static
|
|
31
|
+
* @memberof AppHooks
|
|
32
|
+
*/
|
|
33
|
+
static beforeInitApp: AsyncSeriesHook<[], {
|
|
34
|
+
context: IParams;
|
|
35
|
+
}>;
|
|
36
|
+
/**
|
|
37
|
+
* @description 应用授权完成钩子
|
|
38
|
+
* @static
|
|
39
|
+
* @memberof AppHooks
|
|
40
|
+
*/
|
|
41
|
+
static authedApp: AsyncSeriesHook<[], {
|
|
42
|
+
context: IParams;
|
|
43
|
+
}>;
|
|
44
|
+
/**
|
|
45
|
+
* @description 应用初始化完成钩子
|
|
46
|
+
* @static
|
|
47
|
+
* @memberof AppHooks
|
|
48
|
+
*/
|
|
49
|
+
static initedApp: AsyncSeriesHook<[], {
|
|
50
|
+
context: IParams;
|
|
51
|
+
app: IAppService;
|
|
52
|
+
}>;
|
|
53
|
+
/**
|
|
54
|
+
* @description 应用销毁钩子
|
|
55
|
+
* @static
|
|
56
|
+
* @memberof AppHooks
|
|
57
|
+
*/
|
|
58
|
+
static destoryApp: AsyncSeriesHook<[], any>;
|
|
28
59
|
}
|
|
29
60
|
//# sourceMappingURL=app.hooks.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.hooks.d.ts","sourceRoot":"","sources":["../../../src/hooks/app/app.hooks.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.hooks.d.ts","sourceRoot":"","sources":["../../../src/hooks/app/app.hooks.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AACxE,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAC1D,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B;;;;GAIG;AACH,qBAAa,QAAQ;IACnB;;;;OAIG;IACH,MAAM,CAAC,SAAS,iCAA6B;IAE7C;;;;OAIG;IACH,MAAM,CAAC,YAAY,4BAA6B;IAEhD;;;;OAIG;IACH,MAAM,CAAC,gBAAgB,yCAAgD;IAEvE;;;;OAIG;IACH,MAAM,CAAC,aAAa;iBAAsC,OAAO;OAAM;IAEvE;;;;OAIG;IACH,MAAM,CAAC,SAAS;iBAAsC,OAAO;OAAM;IAEnE;;;;OAIG;IACH,MAAM,CAAC,SAAS;iBAEH,OAAO;aAAO,WAAW;OAClC;IAEJ;;;;OAIG;IACH,MAAM,CAAC,UAAU,2BAAkC;CACpD"}
|