@ibiz-template/vue3-util 0.7.41-alpha.4 → 0.7.41-alpha.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/badge/badge.css +1 -1
- package/es/common/badge/badge.d.ts +5 -5
- package/es/common/badge/badge.d.ts.map +1 -1
- package/es/common/badge/badge.mjs +1 -1
- package/es/common/code-list/code-list.d.ts +8 -8
- package/es/common/code-list/code-list.d.ts.map +1 -1
- package/es/common/code-list/code-list.mjs +1 -1
- package/es/common/control-base/control-base.css +1 -1
- package/es/common/control-base/control-base.d.ts +1 -0
- package/es/common/control-base/control-base.d.ts.map +1 -1
- package/es/common/control-base/control-base.mjs +39 -5
- package/es/common/control-loading-placeholder/control-loading-placeholder.d.ts +4 -4
- package/es/common/control-loading-placeholder/control-loading-placeholder.d.ts.map +1 -1
- package/es/common/control-shell/control-shell.d.ts +7 -7
- package/es/common/control-shell/control-shell.d.ts.map +1 -1
- package/es/common/control-shell/control-shell.mjs +1 -1
- package/es/common/custom-render/custom-render.d.ts +4 -4
- package/es/common/custom-render/custom-render.d.ts.map +1 -1
- package/es/common/custom-render/custom-render.mjs +2 -2
- package/es/common/icon/icon.d.ts +4 -4
- package/es/common/icon/icon.d.ts.map +1 -1
- package/es/common/index.d.ts +1 -0
- package/es/common/index.d.ts.map +1 -1
- package/es/common/index.mjs +1 -0
- package/es/common/router-view/router-view.d.ts +7 -8
- package/es/common/router-view/router-view.d.ts.map +1 -1
- package/es/common/router-view/router-view.mjs +1 -1
- package/es/common/signature-pad/signature-pad.css +1 -0
- package/es/common/signature-pad/signature-pad.d.ts +19 -0
- package/es/common/signature-pad/signature-pad.d.ts.map +1 -0
- package/es/common/signature-pad/signature-pad.mjs +165 -0
- package/es/common/signature-pad/util/bezier.d.ts +58 -0
- package/es/common/signature-pad/util/bezier.d.ts.map +1 -0
- package/es/common/signature-pad/util/bezier.mjs +109 -0
- package/es/common/signature-pad/util/point.d.ts +55 -0
- package/es/common/signature-pad/util/point.d.ts.map +1 -0
- package/es/common/signature-pad/util/point.mjs +51 -0
- package/es/common/signature-pad/util/signature_pad.d.ts +593 -0
- package/es/common/signature-pad/util/signature_pad.d.ts.map +1 -0
- package/es/common/signature-pad/util/signature_pad.mjs +1018 -0
- package/es/common/view-shell/view-shell.d.ts +19 -12
- package/es/common/view-shell/view-shell.d.ts.map +1 -1
- package/es/common/view-shell/view-shell.mjs +43 -23
- package/es/control/panel/panel/index.d.ts +5 -5
- package/es/control/panel/panel/index.d.ts.map +1 -1
- package/es/control/panel/panel/panel.d.ts +5 -5
- package/es/control/panel/panel/panel.d.ts.map +1 -1
- package/es/control/panel/panel/panel.mjs +12 -1
- package/es/control/panel/view-layout-panel/index.d.ts +5 -5
- 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 +6 -6
- 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 +13 -2
- package/es/index.mjs +5 -5
- package/es/locale/en/index.d.ts +1 -0
- package/es/locale/en/index.d.ts.map +1 -1
- package/es/locale/en/index.mjs +2 -1
- package/es/locale/zh-CN/index.d.ts +1 -0
- package/es/locale/zh-CN/index.d.ts.map +1 -1
- package/es/locale/zh-CN/index.mjs +2 -1
- package/es/panel-component/auth-wxmp-qrcode/auth-wxmp-qrcode.css +1 -1
- package/es/panel-component/auth-wxmp-qrcode/auth-wxmp-qrcode.d.ts +4 -4
- 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 +1 -1
- package/es/panel-component/auth-wxmp-qrcode/index.d.ts +4 -4
- package/es/panel-component/auth-wxmp-qrcode/index.d.ts.map +1 -1
- package/es/panel-component/grid-container/grid-container.controller.d.ts +3 -3
- package/es/panel-component/grid-container/grid-container.controller.d.ts.map +1 -1
- package/es/panel-component/grid-container/grid-container.controller.mjs +2 -2
- package/es/panel-component/grid-container/grid-container.d.ts +6 -6
- package/es/panel-component/grid-container/grid-container.d.ts.map +1 -1
- package/es/panel-component/grid-container/grid-container.mjs +3 -3
- package/es/panel-component/grid-container/grid-container.state.d.ts +3 -3
- package/es/panel-component/grid-container/grid-container.state.d.ts.map +1 -1
- package/es/panel-component/grid-container/grid-container.state.mjs +2 -2
- package/es/panel-component/grid-container/index.d.ts +6 -6
- package/es/panel-component/grid-container/index.d.ts.map +1 -1
- package/es/panel-component/index.mjs +1 -2
- package/es/panel-component/multi-data-container/index.d.ts +4 -4
- package/es/panel-component/multi-data-container/index.d.ts.map +1 -1
- package/es/panel-component/multi-data-container/multi-data-container.controller.d.ts +3 -3
- 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 +12 -5
- package/es/panel-component/multi-data-container/multi-data-container.d.ts +5 -5
- 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 +3 -3
- package/es/panel-component/multi-data-container/multi-data-container.state.d.ts +3 -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 -2
- package/es/panel-component/multi-data-container-raw/index.d.ts +4 -4
- package/es/panel-component/multi-data-container-raw/index.d.ts.map +1 -1
- package/es/panel-component/multi-data-container-raw/multi-data-container-raw.controller.d.ts +3 -3
- 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 +2 -2
- package/es/panel-component/multi-data-container-raw/multi-data-container-raw.d.ts +5 -5
- 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 +3 -3
- package/es/panel-component/multi-data-container-raw/multi-data-container-raw.state.d.ts +3 -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 -2
- package/es/panel-component/nav-pos/index.d.ts +5 -5
- package/es/panel-component/nav-pos/index.d.ts.map +1 -1
- package/es/panel-component/nav-pos/nav-pos.controller.d.ts +1 -1
- package/es/panel-component/nav-pos/nav-pos.d.ts +6 -6
- package/es/panel-component/nav-pos/nav-pos.d.ts.map +1 -1
- package/es/panel-component/nav-pos/nav-pos.mjs +2 -2
- package/es/panel-component/panel-container/index.d.ts +5 -6
- package/es/panel-component/panel-container/index.d.ts.map +1 -1
- package/es/panel-component/panel-container/index.mjs +1 -2
- package/es/panel-component/panel-container/panel-container.d.ts +5 -5
- package/es/panel-component/panel-container/panel-container.d.ts.map +1 -1
- package/es/panel-component/panel-container/panel-container.mjs +34 -8
- package/es/panel-component/panel-container/panel-container.provider.d.ts +2 -2
- package/es/panel-component/panel-container/panel-container.provider.d.ts.map +1 -1
- package/es/panel-component/panel-container/panel-container.provider.mjs +1 -1
- package/es/panel-component/panel-container-group/index.d.ts +5 -5
- package/es/panel-component/panel-container-group/index.d.ts.map +1 -1
- package/es/panel-component/panel-container-group/panel-container-group.controller.d.ts +3 -3
- 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 +2 -2
- 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 +5 -5
- 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 -10
- package/es/panel-component/panel-container-group/panel-container-group.state.d.ts +3 -3
- package/es/panel-component/panel-container-group/panel-container-group.state.d.ts.map +1 -1
- package/es/panel-component/panel-container-group/panel-container-group.state.mjs +2 -2
- package/es/panel-component/panel-container-image/index.d.ts +4 -4
- package/es/panel-component/panel-container-image/index.d.ts.map +1 -1
- package/es/panel-component/panel-container-image/panel-container-image.controller.d.ts +3 -3
- 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.controller.mjs +2 -2
- package/es/panel-component/panel-container-image/panel-container-image.css +1 -1
- package/es/panel-component/panel-container-image/panel-container-image.d.ts +4 -4
- 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 +4 -6
- package/es/panel-component/panel-container-image/panel-container-image.state.d.ts +3 -3
- package/es/panel-component/panel-container-image/panel-container-image.state.d.ts.map +1 -1
- package/es/panel-component/panel-container-image/panel-container-image.state.mjs +2 -2
- package/es/panel-component/panel-container-tabs/index.d.ts +6 -6
- package/es/panel-component/panel-container-tabs/index.d.ts.map +1 -1
- package/es/panel-component/panel-container-tabs/panel-container-tabs.d.ts +5 -5
- 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 +1 -1
- package/es/panel-component/panel-container-tabs/panel-container-tabs.provider.d.ts +2 -2
- package/es/panel-component/panel-container-tabs/panel-container-tabs.provider.d.ts.map +1 -1
- package/es/panel-component/panel-container-tabs/panel-container-tabs.provider.mjs +1 -1
- package/es/panel-component/panel-ctrl-pos/index.d.ts +4 -4
- package/es/panel-component/panel-ctrl-pos/index.d.ts.map +1 -1
- package/es/panel-component/panel-ctrl-pos/panel-ctrl-pos.d.ts +4 -4
- 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 +1 -1
- package/es/panel-component/panel-ctrl-view-page-caption/index.d.ts +4 -4
- package/es/panel-component/panel-ctrl-view-page-caption/index.d.ts.map +1 -1
- package/es/panel-component/panel-ctrl-view-page-caption/panel-ctrl-view-page-caption.css +1 -0
- package/es/panel-component/panel-ctrl-view-page-caption/panel-ctrl-view-page-caption.d.ts +5 -4
- 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 +4 -5
- package/es/panel-component/panel-field/index.d.ts +4 -4
- package/es/panel-component/panel-field/index.d.ts.map +1 -1
- package/es/panel-component/panel-field/panel-field.controller.d.ts +12 -0
- package/es/panel-component/panel-field/panel-field.controller.d.ts.map +1 -1
- package/es/panel-component/panel-field/panel-field.controller.mjs +34 -3
- package/es/panel-component/panel-field/panel-field.css +1 -1
- package/es/panel-component/panel-field/panel-field.d.ts +4 -4
- package/es/panel-component/panel-field/panel-field.d.ts.map +1 -1
- package/es/panel-component/panel-field/panel-field.mjs +3 -5
- package/es/panel-component/panel-item-render/index.d.ts +4 -4
- package/es/panel-component/panel-item-render/index.d.ts.map +1 -1
- package/es/panel-component/panel-item-render/panel-item-render.d.ts +4 -4
- 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 +3 -2
- package/es/panel-component/panel-rawitem/index.d.ts +6 -6
- package/es/panel-component/panel-rawitem/index.d.ts.map +1 -1
- package/es/panel-component/panel-rawitem/panel-rawitem.d.ts +6 -6
- package/es/panel-component/panel-rawitem/panel-rawitem.d.ts.map +1 -1
- package/es/panel-component/panel-rawitem/panel-rawitem.mjs +3 -6
- package/es/panel-component/panel-tab-page/index.d.ts +6 -6
- package/es/panel-component/panel-tab-page/index.d.ts.map +1 -1
- package/es/panel-component/panel-tab-page/panel-tab-page.d.ts +8 -8
- 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 +5 -5
- package/es/panel-component/panel-tab-page/panel-tab-page.provider.d.ts +2 -2
- package/es/panel-component/panel-tab-page/panel-tab-page.provider.d.ts.map +1 -1
- package/es/panel-component/panel-tab-page/panel-tab-page.provider.mjs +2 -2
- package/es/panel-component/scroll-container/index.d.ts +4 -4
- package/es/panel-component/scroll-container/index.d.ts.map +1 -1
- package/es/panel-component/scroll-container/scroll-container/scroll-container.controller.d.ts +3 -3
- 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.controller.mjs +2 -2
- package/es/panel-component/scroll-container/scroll-container/scroll-container.d.ts +4 -4
- 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 +3 -3
- package/es/panel-component/scroll-container/scroll-container-item/scroll-container-item.controller.d.ts +3 -3
- 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.controller.mjs +2 -2
- package/es/panel-component/scroll-container/scroll-container-item/scroll-container-item.d.ts +4 -4
- 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 +3 -3
- package/es/panel-component/single-data-container/index.d.ts +4 -4
- package/es/panel-component/single-data-container/index.d.ts.map +1 -1
- package/es/panel-component/single-data-container/single-data-container.controller.d.ts +3 -3
- 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 +2 -2
- package/es/panel-component/single-data-container/single-data-container.d.ts +5 -5
- 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 +3 -3
- package/es/panel-component/single-data-container/single-data-container.state.d.ts +3 -3
- 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 +2 -2
- package/es/panel-component/teleport-placeholder/index.d.ts +5 -5
- package/es/panel-component/teleport-placeholder/index.d.ts.map +1 -1
- package/es/panel-component/teleport-placeholder/teleport-placeholder.d.ts +6 -5
- package/es/panel-component/teleport-placeholder/teleport-placeholder.d.ts.map +1 -1
- package/es/panel-component/teleport-placeholder/teleport-placeholder.mjs +1 -1
- package/es/panel-component/teleport-placeholder/teleport-placeholder.state.d.ts +1 -1
- package/es/panel-component/teleport-placeholder/teleport-placeholder.state.mjs +1 -1
- package/es/plugin/plugin-factory/plugin-factory.d.ts +13 -12
- package/es/plugin/plugin-factory/plugin-factory.d.ts.map +1 -1
- package/es/plugin/plugin-factory/plugin-factory.mjs +24 -18
- package/es/use/index.d.ts +1 -0
- package/es/use/index.d.ts.map +1 -1
- package/es/use/index.mjs +4 -2
- package/es/use/popover/popover.d.ts +7 -0
- package/es/use/popover/popover.d.ts.map +1 -1
- package/es/use/popover/popover.mjs +9 -2
- package/es/use/storage/index.d.ts +4 -6
- package/es/use/storage/index.d.ts.map +1 -1
- package/es/use/storage/index.mjs +16 -11
- package/es/use/vue/vue.d.ts +9 -0
- package/es/use/vue/vue.d.ts.map +1 -1
- package/es/use/vue/vue.mjs +15 -2
- package/es/use/vue-use/computed-async.d.ts +51 -0
- package/es/use/vue-use/computed-async.d.ts.map +1 -0
- package/es/use/vue-use/computed-async.mjs +66 -0
- package/es/use/vue-use/index.d.ts +2 -0
- package/es/use/vue-use/index.d.ts.map +1 -0
- package/es/use/vue-use/index.mjs +3 -0
- package/es/util/index.d.ts +0 -1
- package/es/util/index.d.ts.map +1 -1
- package/es/util/index.mjs +0 -1
- package/es/util/install.d.ts.map +1 -1
- package/es/util/overlay-container/overlay-container.d.ts +1 -1
- package/es/util/overlay-container/overlay-container.d.ts.map +1 -1
- package/es/util/overlay-container/overlay-container.mjs +7 -2
- package/es/util/overlay-view-util/overlay-view-util.d.ts +2 -2
- package/es/util/overlay-view-util/overlay-view-util.d.ts.map +1 -1
- package/es/util/overlay-view-util/overlay-view-util.mjs +2 -1
- package/es/util/render/render.d.ts.map +1 -1
- package/es/util/render/render.mjs +4 -1
- package/es/util/route/route.d.ts.map +1 -1
- package/es/util/route/route.mjs +19 -4
- package/es/util/store/app-store/app-store.d.ts +2 -2
- package/es/util/store/ui-store/ui-store.d.ts +2 -2
- package/es/view/app-redirect-view/app-redirect-view.d.ts +1 -1
- package/es/view/app-redirect-view/app-redirect-view.d.ts.map +1 -1
- package/es/view/app-redirect-view/app-redirect-view.mjs +1 -1
- package/es/view/common/index.d.ts +5 -5
- package/es/view/common/index.d.ts.map +1 -1
- package/es/view/common/index.mjs +2 -0
- package/es/view/common/view.d.ts +5 -5
- package/es/view/common/view.d.ts.map +1 -1
- package/es/view/common/view.mjs +15 -2
- package/es/view/de-redirect-view/de-redirect-view.d.ts +8 -8
- package/es/view/de-redirect-view/de-redirect-view.d.ts.map +1 -1
- package/es/view/de-redirect-view/de-redirect-view.mjs +1 -1
- package/es/view/de-redirect-view/index.d.ts +8 -8
- package/es/view/de-redirect-view/index.d.ts.map +1 -1
- package/es/view/html-view/html-view.d.ts +8 -9
- package/es/view/html-view/html-view.d.ts.map +1 -1
- package/es/view/html-view/html-view.mjs +8 -16
- package/es/view/html-view/index.d.ts +7 -8
- package/es/view/html-view/index.d.ts.map +1 -1
- package/es/view/md-custom-view/md-custom-view.provider.d.ts +13 -0
- package/es/view/md-custom-view/md-custom-view.provider.d.ts.map +1 -0
- package/es/view/md-custom-view/md-custom-view.provider.mjs +13 -0
- package/es/view/portal-view/index.d.ts +5 -5
- package/es/view/portal-view/index.d.ts.map +1 -1
- package/es/view/portal-view/portal-view.d.ts +5 -5
- package/es/view/portal-view/portal-view.d.ts.map +1 -1
- package/es/view/todo-redirect/todo-redirect.d.ts +1 -1
- package/es/view/todo-redirect/todo-redirect.d.ts.map +1 -1
- package/lib/common/badge/badge.cjs +1 -1
- package/lib/common/badge/badge.css +1 -1
- package/lib/common/control-base/control-base.cjs +37 -3
- package/lib/common/control-base/control-base.css +1 -1
- package/lib/common/custom-render/custom-render.cjs +1 -1
- package/lib/common/index.cjs +2 -0
- package/lib/common/signature-pad/signature-pad.cjs +167 -0
- package/lib/common/signature-pad/signature-pad.css +1 -0
- package/lib/common/signature-pad/util/bezier.cjs +111 -0
- package/lib/common/signature-pad/util/point.cjs +53 -0
- package/lib/common/signature-pad/util/signature_pad.cjs +1022 -0
- package/lib/common/view-shell/view-shell.cjs +41 -21
- package/lib/control/panel/panel/panel.cjs +12 -1
- package/lib/control/panel/view-layout-panel/view-layout-panel.cjs +12 -1
- package/lib/index.cjs +15 -6
- package/lib/locale/en/index.cjs +2 -1
- package/lib/locale/zh-CN/index.cjs +2 -1
- package/lib/panel-component/auth-wxmp-qrcode/auth-wxmp-qrcode.css +1 -1
- package/lib/panel-component/grid-container/grid-container.cjs +2 -2
- package/lib/panel-component/grid-container/grid-container.controller.cjs +1 -1
- package/lib/panel-component/grid-container/grid-container.state.cjs +1 -1
- package/lib/panel-component/index.cjs +9 -4
- package/lib/panel-component/multi-data-container/multi-data-container.cjs +2 -2
- package/lib/panel-component/multi-data-container/multi-data-container.controller.cjs +11 -4
- package/lib/panel-component/multi-data-container/multi-data-container.state.cjs +1 -1
- package/lib/panel-component/multi-data-container-raw/multi-data-container-raw.cjs +2 -2
- package/lib/panel-component/multi-data-container-raw/multi-data-container-raw.controller.cjs +1 -1
- package/lib/panel-component/multi-data-container-raw/multi-data-container-raw.state.cjs +1 -1
- package/lib/panel-component/panel-container/index.cjs +8 -4
- package/lib/panel-component/panel-container/panel-container.cjs +34 -8
- package/lib/panel-component/panel-container/panel-container.provider.cjs +2 -2
- package/lib/panel-component/panel-container-group/panel-container-group.cjs +11 -9
- package/lib/panel-component/panel-container-group/panel-container-group.controller.cjs +1 -1
- package/lib/panel-component/panel-container-group/panel-container-group.css +1 -1
- package/lib/panel-component/panel-container-group/panel-container-group.state.cjs +1 -1
- package/lib/panel-component/panel-container-image/panel-container-image.cjs +3 -5
- package/lib/panel-component/panel-container-image/panel-container-image.controller.cjs +1 -1
- package/lib/panel-component/panel-container-image/panel-container-image.css +1 -1
- package/lib/panel-component/panel-container-image/panel-container-image.state.cjs +1 -1
- package/lib/panel-component/panel-container-tabs/panel-container-tabs.cjs +2 -2
- package/lib/panel-component/panel-container-tabs/panel-container-tabs.provider.cjs +2 -2
- package/lib/panel-component/panel-ctrl-view-page-caption/panel-ctrl-view-page-caption.cjs +3 -4
- package/lib/panel-component/panel-ctrl-view-page-caption/panel-ctrl-view-page-caption.css +1 -0
- package/lib/panel-component/panel-field/panel-field.cjs +2 -4
- package/lib/panel-component/panel-field/panel-field.controller.cjs +34 -3
- package/lib/panel-component/panel-field/panel-field.css +1 -1
- package/lib/panel-component/panel-item-render/panel-item-render.cjs +2 -1
- package/lib/panel-component/panel-rawitem/panel-rawitem.cjs +2 -5
- package/lib/panel-component/panel-tab-page/panel-tab-page.cjs +3 -3
- package/lib/panel-component/panel-tab-page/panel-tab-page.provider.cjs +1 -1
- package/lib/panel-component/scroll-container/scroll-container/scroll-container.cjs +2 -2
- package/lib/panel-component/scroll-container/scroll-container/scroll-container.controller.cjs +1 -1
- package/lib/panel-component/scroll-container/scroll-container-item/scroll-container-item.cjs +2 -2
- package/lib/panel-component/scroll-container/scroll-container-item/scroll-container-item.controller.cjs +1 -1
- package/lib/panel-component/single-data-container/single-data-container.cjs +2 -2
- package/lib/panel-component/single-data-container/single-data-container.controller.cjs +1 -1
- package/lib/panel-component/single-data-container/single-data-container.state.cjs +1 -1
- package/lib/panel-component/teleport-placeholder/teleport-placeholder.state.cjs +1 -1
- package/lib/plugin/plugin-factory/plugin-factory.cjs +24 -18
- package/lib/use/index.cjs +5 -0
- package/lib/use/popover/popover.cjs +8 -0
- package/lib/use/storage/index.cjs +16 -11
- package/lib/use/vue/vue.cjs +14 -0
- package/lib/use/vue-use/computed-async.cjs +68 -0
- package/lib/use/vue-use/index.cjs +7 -0
- package/lib/util/index.cjs +0 -2
- package/lib/util/overlay-container/overlay-container.cjs +7 -2
- package/lib/util/overlay-view-util/overlay-view-util.cjs +2 -1
- package/lib/util/render/render.cjs +4 -1
- package/lib/util/route/route.cjs +19 -4
- package/lib/view/common/index.cjs +2 -0
- package/lib/view/common/view.cjs +13 -0
- package/lib/view/html-view/html-view.cjs +6 -14
- package/lib/view/md-custom-view/md-custom-view.provider.cjs +15 -0
- package/package.json +7 -7
- package/es/panel-component/panel-container/panel-container.controller.d.ts +0 -21
- package/es/panel-component/panel-container/panel-container.controller.d.ts.map +0 -1
- package/es/panel-component/panel-container/panel-container.controller.mjs +0 -12
- package/es/panel-component/panel-container/panel-container.state.d.ts +0 -10
- package/es/panel-component/panel-container/panel-container.state.d.ts.map +0 -1
- package/es/panel-component/panel-container/panel-container.state.mjs +0 -7
- package/es/util/control/prepare-control.d.ts +0 -15
- package/es/util/control/prepare-control.d.ts.map +0 -1
- package/es/util/control/prepare-control.mjs +0 -22
- package/lib/panel-component/panel-container/panel-container.controller.cjs +0 -14
- package/lib/panel-component/panel-container/panel-container.state.cjs +0 -9
- package/lib/util/control/prepare-control.cjs +0 -24
|
@@ -7,7 +7,7 @@ import './grid-container.scss';
|
|
|
7
7
|
* @primary
|
|
8
8
|
* @description 栅格容器,以栅格布局的方式呈现容器内容,支持自适应列数配置。
|
|
9
9
|
*/
|
|
10
|
-
export declare const GridContainer: import("vue").DefineComponent<{
|
|
10
|
+
export declare const GridContainer: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
11
11
|
/**
|
|
12
12
|
* @description 栅格容器模型
|
|
13
13
|
*/
|
|
@@ -22,7 +22,7 @@ export declare const GridContainer: import("vue").DefineComponent<{
|
|
|
22
22
|
type: typeof GridContainerController;
|
|
23
23
|
required: true;
|
|
24
24
|
};
|
|
25
|
-
}
|
|
25
|
+
}>, {
|
|
26
26
|
ns: import("@ibiz-template/core").Namespace;
|
|
27
27
|
classArr: import("vue").ComputedRef<(string | false)[]>;
|
|
28
28
|
layoutModel: import("vue").ComputedRef<{
|
|
@@ -36,9 +36,9 @@ export declare const GridContainer: import("vue").DefineComponent<{
|
|
|
36
36
|
modelType?: string | undefined;
|
|
37
37
|
}>;
|
|
38
38
|
convertLayoutPos: (layoutPos: IFlexLayoutPos, adaptGrow: number) => IFlexLayoutPos;
|
|
39
|
-
adaptGrow: Ref<number>;
|
|
40
|
-
adaptCols: Ref<number | undefined>;
|
|
41
|
-
},
|
|
39
|
+
adaptGrow: Ref<number, number>;
|
|
40
|
+
adaptCols: Ref<number | undefined, number | undefined>;
|
|
41
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
42
42
|
/**
|
|
43
43
|
* @description 栅格容器模型
|
|
44
44
|
*/
|
|
@@ -53,5 +53,5 @@ export declare const GridContainer: import("vue").DefineComponent<{
|
|
|
53
53
|
type: typeof GridContainerController;
|
|
54
54
|
required: true;
|
|
55
55
|
};
|
|
56
|
-
}
|
|
56
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
57
57
|
//# sourceMappingURL=grid-container.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid-container.d.ts","sourceRoot":"","sources":["../../../src/panel-component/grid-container/grid-container.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnE,OAAO,EAA6B,QAAQ,EAAO,GAAG,EAAS,MAAM,KAAK,CAAC;AAE3E,OAAO,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AACtE,OAAO,uBAAuB,CAAC;AAE/B;;;;GAIG;AACH,eAAO,MAAM,aAAa;IAGtB;;OAEG;;;;;IAKH;;OAEG;;;;;;;;;;;;;;;;;;kCA0BU,cAAc,aACd,MAAM,KAChB,cAAc;;;;IArCjB;;OAEG;;;;;IAKH;;OAEG;;;;;
|
|
1
|
+
{"version":3,"file":"grid-container.d.ts","sourceRoot":"","sources":["../../../src/panel-component/grid-container/grid-container.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnE,OAAO,EAA6B,QAAQ,EAAO,GAAG,EAAS,MAAM,KAAK,CAAC;AAE3E,OAAO,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AACtE,OAAO,uBAAuB,CAAC;AAE/B;;;;GAIG;AACH,eAAO,MAAM,aAAa;IAGtB;;OAEG;;;;;IAKH;;OAEG;;;;;;;;;;;;;;;;;;kCA0BU,cAAc,aACd,MAAM,KAChB,cAAc;;;;IArCjB;;OAEG;;;;;IAKH;;OAEG;;;;;iGA8GL,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { isVNode, defineComponent,
|
|
1
|
+
import { isVNode, defineComponent, withDirectives, createVNode, resolveComponent, resolveDirective, computed, ref } from 'vue';
|
|
2
2
|
import '../../use/index.mjs';
|
|
3
3
|
import { GridContainerController } from './grid-container.controller.mjs';
|
|
4
4
|
import './grid-container.css';
|
|
@@ -89,7 +89,7 @@ const GridContainer = /* @__PURE__ */ defineComponent({
|
|
|
89
89
|
this.adaptCols = adaptCols;
|
|
90
90
|
this.adaptGrow = adaptGrow;
|
|
91
91
|
}
|
|
92
|
-
return createVNode(resolveComponent("iBizRow"), {
|
|
92
|
+
return withDirectives(createVNode(resolveComponent("iBizRow"), {
|
|
93
93
|
"class": this.classArr,
|
|
94
94
|
"layout": this.layoutModel
|
|
95
95
|
}, _isSlot(_slot = defaultSlots.map((slot) => {
|
|
@@ -105,7 +105,7 @@ const GridContainer = /* @__PURE__ */ defineComponent({
|
|
|
105
105
|
});
|
|
106
106
|
})) ? _slot : {
|
|
107
107
|
default: () => [_slot]
|
|
108
|
-
});
|
|
108
|
+
}), [[resolveDirective("loading"), this.controller.state.loading]]);
|
|
109
109
|
}
|
|
110
110
|
});
|
|
111
111
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PanelContainerState } from '@ibiz-template/runtime';
|
|
2
2
|
/**
|
|
3
3
|
* 面板栅格容器状态
|
|
4
4
|
*
|
|
@@ -6,8 +6,8 @@ import { PanelItemState } from '@ibiz-template/runtime';
|
|
|
6
6
|
* @date 2023-02-07 06:04:27
|
|
7
7
|
* @export
|
|
8
8
|
* @class GridContainerState
|
|
9
|
-
* @extends {
|
|
9
|
+
* @extends {PanelContainerState}
|
|
10
10
|
*/
|
|
11
|
-
export declare class GridContainerState extends
|
|
11
|
+
export declare class GridContainerState extends PanelContainerState {
|
|
12
12
|
}
|
|
13
13
|
//# sourceMappingURL=grid-container.state.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid-container.state.d.ts","sourceRoot":"","sources":["../../../src/panel-component/grid-container/grid-container.state.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"grid-container.state.d.ts","sourceRoot":"","sources":["../../../src/panel-component/grid-container/grid-container.state.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAE7D;;;;;;;;GAQG;AACH,qBAAa,kBAAmB,SAAQ,mBAAmB;CAAG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PanelContainerState } from '@ibiz-template/runtime';
|
|
2
2
|
|
|
3
3
|
"use strict";
|
|
4
|
-
class GridContainerState extends
|
|
4
|
+
class GridContainerState extends PanelContainerState {
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
export { GridContainerState };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { GridContainerState } from './grid-container.state';
|
|
2
2
|
import { GridContainerController } from './grid-container.controller';
|
|
3
3
|
export { GridContainerState, GridContainerController };
|
|
4
|
-
export declare const IBizGridContainer: import("../../util").TypeWithInstall<import("vue").DefineComponent<{
|
|
4
|
+
export declare const IBizGridContainer: import("../../util").TypeWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
5
|
modelData: {
|
|
6
6
|
type: import("vue").PropType<import("@ibiz/model-core").IPanelContainer>;
|
|
7
7
|
required: true;
|
|
@@ -10,7 +10,7 @@ export declare const IBizGridContainer: import("../../util").TypeWithInstall<imp
|
|
|
10
10
|
type: typeof GridContainerController;
|
|
11
11
|
required: true;
|
|
12
12
|
};
|
|
13
|
-
}
|
|
13
|
+
}>, {
|
|
14
14
|
ns: import("@ibiz-template/core").Namespace;
|
|
15
15
|
classArr: import("vue").ComputedRef<(string | false)[]>;
|
|
16
16
|
layoutModel: import("vue").ComputedRef<{
|
|
@@ -24,9 +24,9 @@ export declare const IBizGridContainer: import("../../util").TypeWithInstall<imp
|
|
|
24
24
|
modelType?: string | undefined;
|
|
25
25
|
}>;
|
|
26
26
|
convertLayoutPos: (layoutPos: import("@ibiz/model-core").IFlexLayoutPos, adaptGrow: number) => import("@ibiz/model-core").IFlexLayoutPos;
|
|
27
|
-
adaptGrow: import("vue").Ref<number>;
|
|
28
|
-
adaptCols: import("vue").Ref<number | undefined>;
|
|
29
|
-
},
|
|
27
|
+
adaptGrow: import("vue").Ref<number, number>;
|
|
28
|
+
adaptCols: import("vue").Ref<number | undefined, number | undefined>;
|
|
29
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
30
30
|
modelData: {
|
|
31
31
|
type: import("vue").PropType<import("@ibiz/model-core").IPanelContainer>;
|
|
32
32
|
required: true;
|
|
@@ -35,6 +35,6 @@ export declare const IBizGridContainer: import("../../util").TypeWithInstall<imp
|
|
|
35
35
|
type: typeof GridContainerController;
|
|
36
36
|
required: true;
|
|
37
37
|
};
|
|
38
|
-
}
|
|
38
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
39
39
|
export default IBizGridContainer;
|
|
40
40
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/panel-component/grid-container/index.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAC5D,OAAO,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAEtE,OAAO,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,CAAC;AAEvD,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/panel-component/grid-container/index.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAC5D,OAAO,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAEtE,OAAO,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,CAAC;AAEvD,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kGAM5B,CAAC;AAEH,eAAe,iBAAiB,CAAC"}
|
|
@@ -16,8 +16,7 @@ export { IBizTeleportPlaceholder } from './teleport-placeholder/index.mjs';
|
|
|
16
16
|
export { IBizPanelContainerTabs } from './panel-container-tabs/index.mjs';
|
|
17
17
|
export { IBizPanelCtrlViewPageCaption } from './panel-ctrl-view-page-caption/index.mjs';
|
|
18
18
|
export { IBizAuthWxmpQrcode } from './auth-wxmp-qrcode/index.mjs';
|
|
19
|
-
export { PanelContainerState } from '
|
|
20
|
-
export { PanelContainerController } from './panel-container/panel-container.controller.mjs';
|
|
19
|
+
export { PanelContainerController, PanelContainerState } from '@ibiz-template/runtime';
|
|
21
20
|
export { PanelCtrlPosController } from './panel-ctrl-pos/panel-ctrl-pos.controller.mjs';
|
|
22
21
|
export { ScrollContainerController } from './scroll-container/scroll-container/scroll-container.controller.mjs';
|
|
23
22
|
export { ScrollContainer } from './scroll-container/scroll-container/scroll-container.mjs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { MultiDataContainerState } from './multi-data-container.state';
|
|
2
2
|
import { MultiDataContainerController } from './multi-data-container.controller';
|
|
3
3
|
export { MultiDataContainerState, MultiDataContainerController };
|
|
4
|
-
export declare const IBizMultiDataContainer: import("../../util").TypeWithInstall<import("vue").DefineComponent<{
|
|
4
|
+
export declare const IBizMultiDataContainer: import("../../util").TypeWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
5
|
modelData: {
|
|
6
6
|
type: import("vue").PropType<import("@ibiz/model-core").IPanelContainer>;
|
|
7
7
|
required: true;
|
|
@@ -10,7 +10,7 @@ export declare const IBizMultiDataContainer: import("../../util").TypeWithInstal
|
|
|
10
10
|
type: typeof MultiDataContainerController;
|
|
11
11
|
required: true;
|
|
12
12
|
};
|
|
13
|
-
}
|
|
13
|
+
}>, {
|
|
14
14
|
ns: import("@ibiz-template/core").Namespace;
|
|
15
15
|
classArr: import("vue").ComputedRef<(string | false)[]>;
|
|
16
16
|
renderPanelItem: (panelItem: import("@ibiz/model-core").IPanelItem, options?: {
|
|
@@ -23,7 +23,7 @@ export declare const IBizMultiDataContainer: import("../../util").TypeWithInstal
|
|
|
23
23
|
} | undefined) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
24
24
|
[key: string]: any;
|
|
25
25
|
}> | null;
|
|
26
|
-
},
|
|
26
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
27
|
modelData: {
|
|
28
28
|
type: import("vue").PropType<import("@ibiz/model-core").IPanelContainer>;
|
|
29
29
|
required: true;
|
|
@@ -32,6 +32,6 @@ export declare const IBizMultiDataContainer: import("../../util").TypeWithInstal
|
|
|
32
32
|
type: typeof MultiDataContainerController;
|
|
33
33
|
required: true;
|
|
34
34
|
};
|
|
35
|
-
}
|
|
35
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
36
36
|
export default IBizMultiDataContainer;
|
|
37
37
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/panel-component/multi-data-container/index.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACvE,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAEjF,OAAO,EAAE,uBAAuB,EAAE,4BAA4B,EAAE,CAAC;AAEjE,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/panel-component/multi-data-container/index.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACvE,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAEjF,OAAO,EAAE,uBAAuB,EAAE,4BAA4B,EAAE,CAAC;AAEjE,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kGASlC,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IPanelDataContainerController, IPanelItemProvider, IViewController,
|
|
1
|
+
import { IPanelDataContainerController, IPanelItemProvider, IViewController, PanelContainerController, PanelNotifyState } from '@ibiz-template/runtime';
|
|
2
2
|
import { IPanelContainer, IPanelItem } from '@ibiz/model-core';
|
|
3
3
|
import { MultiDataContainerItemController } from './multi-data-container-item.controller';
|
|
4
4
|
import { MultiDataContainerState } from './multi-data-container.state';
|
|
@@ -7,9 +7,9 @@ import { MultiDataContainerState } from './multi-data-container.state';
|
|
|
7
7
|
*
|
|
8
8
|
* @export
|
|
9
9
|
* @class MultiDataContainerController
|
|
10
|
-
* @extends {
|
|
10
|
+
* @extends {PanelContainerController}
|
|
11
11
|
*/
|
|
12
|
-
export declare class MultiDataContainerController extends
|
|
12
|
+
export declare class MultiDataContainerController extends PanelContainerController<IPanelContainer> implements IPanelDataContainerController {
|
|
13
13
|
/**
|
|
14
14
|
* @description 数据容器控制器状态
|
|
15
15
|
* @exposedoc
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"multi-data-container.controller.d.ts","sourceRoot":"","sources":["../../../src/panel-component/multi-data-container/multi-data-container.controller.ts"],"names":[],"mappings":"AAKA,OAAO,EAKL,6BAA6B,EAC7B,kBAAkB,EAElB,eAAe,EAEf,
|
|
1
|
+
{"version":3,"file":"multi-data-container.controller.d.ts","sourceRoot":"","sources":["../../../src/panel-component/multi-data-container/multi-data-container.controller.ts"],"names":[],"mappings":"AAKA,OAAO,EAKL,6BAA6B,EAC7B,kBAAkB,EAElB,eAAe,EAEf,wBAAwB,EACxB,gBAAgB,EAEjB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,eAAe,EAAE,UAAU,EAAkB,MAAM,kBAAkB,CAAC;AAC/E,OAAO,EAAE,gCAAgC,EAAE,MAAM,wCAAwC,CAAC;AAC1F,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAEvE;;;;;;GAMG;AACH,qBAAa,4BACX,SAAQ,wBAAwB,CAAC,eAAe,CAChD,YAAW,6BAA6B;IAExC;;;;;OAKG;IACK,KAAK,EAAE,uBAAuB,CAAC;IAEvC;;;;OAIG;IACH,QAAQ,CAAC,eAAe,QAAQ;IAEhC;;;;OAIG;IACH,SAAS,EAAE,gCAAgC,EAAE,CAAM;IAEnD;;;OAGG;IACH,SAAS,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,kBAAkB,CAAA;KAAE,CAAM;IAEtD;;;;;OAKG;IACH,IAAI,IAAI,IAAI,KAAK,EAAE,CAElB;IAED,SAAS,CAAC,WAAW,IAAI,uBAAuB;cAIhC,MAAM,IAAI,OAAO,CAAC,IAAI,CAAC;IAKvC;;;;OAIG;IACG,gBAAgB,CAAC,MAAM,EAAE,gBAAgB,GAAG,OAAO,CAAC,IAAI,CAAC;IAO/D;;;;;;OAMG;cACa,sBAAsB,CACpC,UAAU,GAAE,UAAU,EAAE,GAAG,SAAiC,GAC3D,OAAO,CAAC,IAAI,CAAC;IAkChB;;;;;;;OAOG;IACH,SAAS,CAAC,gBAAgB,IAAI,KAAK;IAuBnC;;;;;OAKG;IACH,SAAS,CAAC,iBAAiB,IAAI,IAAI;IA0EnC;;;;;OAKG;IACH,mBAAmB,CAAC,KAAK,EAAE,gBAAgB,GAAG,IAAI;IAMlD;;;;;OAKG;IACG,QAAQ,IAAI,OAAO,CAAC,OAAO,CAAC;IAOlC;;;;;;OAMG;IACG,OAAO,CAAC,KAAK,EAAE,KAAK,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC;IAuB5C;;;;;;OAMG;cACa,gBAAgB,IAAI,OAAO,CAAC,IAAI,CAAC;IAgCjD;;;;;OAKG;IACH,SAAS,CAAC,uBAAuB,IAAI,IAAI;IAYzC;;;;;;OAMG;cACa,iBAAiB,IAAI,OAAO,CAAC,IAAI,CAAC;IA4BlD;;;;;;;OAOG;IACH,SAAS,CAAC,YAAY,CAAC,IAAI,EAAE,eAAe,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI;IA2BrE,YAAY,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC;IAI3D;;;OAGG;IACH,OAAO,IAAI,IAAI;CAMhB"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { ModelError, RuntimeModelError, RuntimeError } from '@ibiz-template/core';
|
|
2
|
-
import {
|
|
2
|
+
import { PanelContainerController, PanelNotifyState, getPanelItemProvider, isDataContainer, convertNavData, ScriptFactory, getAllPanelField, PanelData, execDELogicById } from '@ibiz-template/runtime';
|
|
3
3
|
import { MultiDataContainerItemController } from './multi-data-container-item.controller.mjs';
|
|
4
4
|
import { MultiDataContainerState } from './multi-data-container.state.mjs';
|
|
5
5
|
|
|
6
6
|
"use strict";
|
|
7
|
-
class MultiDataContainerController extends
|
|
7
|
+
class MultiDataContainerController extends PanelContainerController {
|
|
8
8
|
constructor() {
|
|
9
9
|
super(...arguments);
|
|
10
10
|
/**
|
|
@@ -98,16 +98,23 @@ class MultiDataContainerController extends PanelItemController {
|
|
|
98
98
|
* @return {*} {IData}
|
|
99
99
|
*/
|
|
100
100
|
computeNavParams() {
|
|
101
|
+
const parentData = this.dataParent.data || {};
|
|
101
102
|
const { navigateContexts, navigateParams } = this.model;
|
|
102
103
|
const context = this.panel.context.clone();
|
|
103
104
|
Object.assign(
|
|
104
105
|
context,
|
|
105
|
-
convertNavData(
|
|
106
|
+
convertNavData(
|
|
107
|
+
navigateContexts,
|
|
108
|
+
parentData,
|
|
109
|
+
this.panel.context,
|
|
110
|
+
this.panel.params
|
|
111
|
+
)
|
|
106
112
|
);
|
|
107
113
|
const params = convertNavData(
|
|
108
114
|
navigateParams,
|
|
109
|
-
|
|
110
|
-
this.panel.context
|
|
115
|
+
parentData,
|
|
116
|
+
this.panel.context,
|
|
117
|
+
this.panel.params
|
|
111
118
|
);
|
|
112
119
|
Object.assign(params, this.panel.params);
|
|
113
120
|
return { context, params };
|
|
@@ -8,7 +8,7 @@ import './multi-data-container.scss';
|
|
|
8
8
|
* @primary
|
|
9
9
|
* @description 要求配置的自定义数据源为数组格式,会根据数据源数组循环绘制子布局组件,每次循环,对应绘制的子组件的数据为对应数据项。
|
|
10
10
|
*/
|
|
11
|
-
export declare const MultiDataContainer: import("vue").DefineComponent<{
|
|
11
|
+
export declare const MultiDataContainer: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
12
12
|
/**
|
|
13
13
|
* @description 多项数据容器模型
|
|
14
14
|
*/
|
|
@@ -23,7 +23,7 @@ export declare const MultiDataContainer: import("vue").DefineComponent<{
|
|
|
23
23
|
type: typeof MultiDataContainerController;
|
|
24
24
|
required: true;
|
|
25
25
|
};
|
|
26
|
-
}
|
|
26
|
+
}>, {
|
|
27
27
|
ns: import("@ibiz-template/core").Namespace;
|
|
28
28
|
classArr: import("vue").ComputedRef<(string | false)[]>;
|
|
29
29
|
renderPanelItem: (panelItem: IPanelItem, options?: {
|
|
@@ -33,8 +33,8 @@ export declare const MultiDataContainer: import("vue").DefineComponent<{
|
|
|
33
33
|
panelItems: {
|
|
34
34
|
[key: string]: IPanelItemController;
|
|
35
35
|
};
|
|
36
|
-
}
|
|
37
|
-
},
|
|
36
|
+
}) => VNode | null;
|
|
37
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
38
38
|
/**
|
|
39
39
|
* @description 多项数据容器模型
|
|
40
40
|
*/
|
|
@@ -49,5 +49,5 @@ export declare const MultiDataContainer: import("vue").DefineComponent<{
|
|
|
49
49
|
type: typeof MultiDataContainerController;
|
|
50
50
|
required: true;
|
|
51
51
|
};
|
|
52
|
-
}
|
|
52
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
53
53
|
//# sourceMappingURL=multi-data-container.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"multi-data-container.d.ts","sourceRoot":"","sources":["../../../src/panel-component/multi-data-container/multi-data-container.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,kBAAkB,EAClB,oBAAoB,EACrB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC/D,OAAO,EAIL,QAAQ,EAER,KAAK,EAEN,MAAM,KAAK,CAAC;AAEb,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AACjF,OAAO,6BAA6B,CAAC;AAErC;;;;GAIG;AACH,eAAO,MAAM,kBAAkB;IAG3B;;OAEG;;;;;IAKH;;OAEG;;;;;;;;iCA8BY,UAAU
|
|
1
|
+
{"version":3,"file":"multi-data-container.d.ts","sourceRoot":"","sources":["../../../src/panel-component/multi-data-container/multi-data-container.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,kBAAkB,EAClB,oBAAoB,EACrB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC/D,OAAO,EAIL,QAAQ,EAER,KAAK,EAEN,MAAM,KAAK,CAAC;AAEb,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AACjF,OAAO,6BAA6B,CAAC;AAErC;;;;GAIG;AACH,eAAO,MAAM,kBAAkB;IAG3B;;OAEG;;;;;IAKH;;OAEG;;;;;;;;iCA8BY,UAAU,YACX;QACR,SAAS,EAAE;YACT,CAAC,GAAG,EAAE,MAAM,GAAG,kBAAkB,CAAC;SACnC,CAAC;QACF,UAAU,EAAE;YACV,CAAC,GAAG,EAAE,MAAM,GAAG,oBAAoB,CAAC;SACrC,CAAC;KACH,KACE,KAAK,GAAG,IAAI;;IAhDnB;;OAEG;;;;;IAKH;;OAEG;;;;;iGAwFL,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { isVNode, defineComponent, watch, reactive, inject, computed
|
|
1
|
+
import { isVNode, defineComponent, createVNode, resolveComponent, withDirectives, resolveDirective, watch, reactive, inject, computed } from 'vue';
|
|
2
2
|
import '../../use/index.mjs';
|
|
3
3
|
import { MultiDataContainerController } from './multi-data-container.controller.mjs';
|
|
4
4
|
import './multi-data-container.css';
|
|
@@ -84,9 +84,9 @@ const MultiDataContainer = /* @__PURE__ */ defineComponent({
|
|
|
84
84
|
});
|
|
85
85
|
});
|
|
86
86
|
}
|
|
87
|
-
return createVNode("div", {
|
|
87
|
+
return withDirectives(createVNode("div", {
|
|
88
88
|
"class": this.classArr
|
|
89
|
-
}, [content]);
|
|
89
|
+
}, [content]), [[resolveDirective("loading"), this.controller.state.loading]]);
|
|
90
90
|
}
|
|
91
91
|
});
|
|
92
92
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PanelContainerState } from '@ibiz-template/runtime';
|
|
2
2
|
/**
|
|
3
3
|
* 多项数据容器状态
|
|
4
4
|
*
|
|
@@ -6,9 +6,9 @@ import { PanelItemState } from '@ibiz-template/runtime';
|
|
|
6
6
|
* @date 2023-02-07 06:04:27
|
|
7
7
|
* @export
|
|
8
8
|
* @class MultiDataContainerState
|
|
9
|
-
* @extends {
|
|
9
|
+
* @extends {PanelContainerState}
|
|
10
10
|
*/
|
|
11
|
-
export declare class MultiDataContainerState extends
|
|
11
|
+
export declare class MultiDataContainerState extends PanelContainerState {
|
|
12
12
|
/**
|
|
13
13
|
* @description 多项数据容器数据
|
|
14
14
|
* @exposedoc
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"multi-data-container.state.d.ts","sourceRoot":"","sources":["../../../src/panel-component/multi-data-container/multi-data-container.state.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"multi-data-container.state.d.ts","sourceRoot":"","sources":["../../../src/panel-component/multi-data-container/multi-data-container.state.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAE7D;;;;;;;;GAQG;AACH,qBAAa,uBAAwB,SAAQ,mBAAmB;IAC9D;;;;OAIG;IACH,KAAK,EAAE,KAAK,EAAE,CAAM;CACrB"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PanelContainerState } from '@ibiz-template/runtime';
|
|
2
2
|
|
|
3
3
|
"use strict";
|
|
4
|
-
class MultiDataContainerState extends
|
|
4
|
+
class MultiDataContainerState extends PanelContainerState {
|
|
5
5
|
constructor() {
|
|
6
6
|
super(...arguments);
|
|
7
7
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { MultiDataContainerRawState } from './multi-data-container-raw.state';
|
|
2
2
|
import { MultiDataContainerRawController } from './multi-data-container-raw.controller';
|
|
3
3
|
export { MultiDataContainerRawState, MultiDataContainerRawController };
|
|
4
|
-
export declare const IBizMultiDataContainerRaw: import("../../util").TypeWithInstall<import("vue").DefineComponent<{
|
|
4
|
+
export declare const IBizMultiDataContainerRaw: import("../../util").TypeWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
5
|
modelData: {
|
|
6
6
|
type: import("vue").PropType<import("@ibiz/model-core").IPanelContainer>;
|
|
7
7
|
required: true;
|
|
@@ -10,7 +10,7 @@ export declare const IBizMultiDataContainerRaw: import("../../util").TypeWithIns
|
|
|
10
10
|
type: typeof MultiDataContainerRawController;
|
|
11
11
|
required: true;
|
|
12
12
|
};
|
|
13
|
-
}
|
|
13
|
+
}>, {
|
|
14
14
|
ns: import("@ibiz-template/core").Namespace;
|
|
15
15
|
classArr: import("vue").ComputedRef<(string | false)[]>;
|
|
16
16
|
renderPanelItem: (panelItem: import("@ibiz/model-core").IPanelItem, options?: {
|
|
@@ -23,7 +23,7 @@ export declare const IBizMultiDataContainerRaw: import("../../util").TypeWithIns
|
|
|
23
23
|
} | undefined) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
24
24
|
[key: string]: any;
|
|
25
25
|
}> | null;
|
|
26
|
-
},
|
|
26
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
27
|
modelData: {
|
|
28
28
|
type: import("vue").PropType<import("@ibiz/model-core").IPanelContainer>;
|
|
29
29
|
required: true;
|
|
@@ -32,6 +32,6 @@ export declare const IBizMultiDataContainerRaw: import("../../util").TypeWithIns
|
|
|
32
32
|
type: typeof MultiDataContainerRawController;
|
|
33
33
|
required: true;
|
|
34
34
|
};
|
|
35
|
-
}
|
|
35
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
36
36
|
export default IBizMultiDataContainerRaw;
|
|
37
37
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/panel-component/multi-data-container-raw/index.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EAAE,+BAA+B,EAAE,MAAM,uCAAuC,CAAC;AAExF,OAAO,EAAE,0BAA0B,EAAE,+BAA+B,EAAE,CAAC;AAEvE,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/panel-component/multi-data-container-raw/index.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EAAE,+BAA+B,EAAE,MAAM,uCAAuC,CAAC;AAExF,OAAO,EAAE,0BAA0B,EAAE,+BAA+B,EAAE,CAAC;AAEvE,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kGASrC,CAAC;AAEF,eAAe,yBAAyB,CAAC"}
|
package/es/panel-component/multi-data-container-raw/multi-data-container-raw.controller.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IPanelController, IPanelDataContainerController, IPanelItemContainerController, IPanelItemController, IPanelItemProvider, IViewController,
|
|
1
|
+
import { IPanelController, IPanelDataContainerController, IPanelItemContainerController, IPanelItemController, IPanelItemProvider, IViewController, PanelContainerController, PanelNotifyState } from '@ibiz-template/runtime';
|
|
2
2
|
import { IPanelContainer, IPanelItem } from '@ibiz/model-core';
|
|
3
3
|
import { MultiDataContainerRawState } from './multi-data-container-raw.state';
|
|
4
4
|
/**
|
|
@@ -6,9 +6,9 @@ import { MultiDataContainerRawState } from './multi-data-container-raw.state';
|
|
|
6
6
|
*
|
|
7
7
|
* @export
|
|
8
8
|
* @class MultiDataContainerRawController
|
|
9
|
-
* @extends {
|
|
9
|
+
* @extends {PanelContainerController}
|
|
10
10
|
*/
|
|
11
|
-
export declare class MultiDataContainerRawController extends
|
|
11
|
+
export declare class MultiDataContainerRawController extends PanelContainerController<IPanelContainer> implements IPanelDataContainerController {
|
|
12
12
|
/**
|
|
13
13
|
* @description 多项数据容器控制器状态
|
|
14
14
|
* @exposedoc
|
package/es/panel-component/multi-data-container-raw/multi-data-container-raw.controller.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"multi-data-container-raw.controller.d.ts","sourceRoot":"","sources":["../../../src/panel-component/multi-data-container-raw/multi-data-container-raw.controller.ts"],"names":[],"mappings":"AAKA,OAAO,EAIL,gBAAgB,EAChB,6BAA6B,EAC7B,6BAA6B,EAC7B,oBAAoB,EACpB,kBAAkB,EAElB,eAAe,EACf,
|
|
1
|
+
{"version":3,"file":"multi-data-container-raw.controller.d.ts","sourceRoot":"","sources":["../../../src/panel-component/multi-data-container-raw/multi-data-container-raw.controller.ts"],"names":[],"mappings":"AAKA,OAAO,EAIL,gBAAgB,EAChB,6BAA6B,EAC7B,6BAA6B,EAC7B,oBAAoB,EACpB,kBAAkB,EAElB,eAAe,EACf,wBAAwB,EACxB,gBAAgB,EAEjB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,eAAe,EAAE,UAAU,EAAkB,MAAM,kBAAkB,CAAC;AAC/E,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAE9E;;;;;;GAMG;AACH,qBAAa,+BACX,SAAQ,wBAAwB,CAAC,eAAe,CAChD,YAAW,6BAA6B;IAExC;;;;;OAKG;IACK,KAAK,EAAE,0BAA0B,CAAC;IAE1C;;;;OAIG;IACH,QAAQ,CAAC,eAAe,QAAQ;IAEhC;;;;;OAKG;IACH,UAAU,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,oBAAoB,CAAA;KAAE,CAAM;IAEzD;;;;OAIG;IACH,SAAS,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,kBAAkB,CAAA;KAAE,CAAM;IAEtD;;;;;;OAMG;IACH,IAAI,IAAI,IAAI,KAAK,CAEhB;IAED,SAAS,CAAC,WAAW,IAAI,0BAA0B;cAInC,MAAM,IAAI,OAAO,CAAC,IAAI,CAAC;IAKvC;;;;;;OAMG;IACG,gBAAgB,CAAC,MAAM,EAAE,gBAAgB,GAAG,OAAO,CAAC,IAAI,CAAC;IAO/D;;;;;;;;;OASG;cACa,wBAAwB,CACtC,UAAU,GAAE,UAAU,EAAE,GAAG,SAAiC,EAC5D,KAAK,GAAE,gBAA6B,EACpC,MAAM,GAAE,6BAA6B,GAAG,SAAgB,GACvD,OAAO,CAAC,IAAI,CAAC;IA4ChB;;;;;;OAMG;IACH,SAAS,CAAC,gBAAgB,IAAI,KAAK;IAgBnC;;;;;OAKG;IACH,SAAS,CAAC,iBAAiB,IAAI,IAAI;IA0EnC;;;;;OAKG;IACH,mBAAmB,CAAC,KAAK,EAAE,gBAAgB,GAAG,IAAI;IAMlD;;;;;;OAMG;IACG,OAAO,CAAC,KAAK,EAAE,KAAK,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC;IAO5C;;;;;;OAMG;cACa,gBAAgB,IAAI,OAAO,CAAC,IAAI,CAAC;IAgCjD;;;;;OAKG;IACH,SAAS,CAAC,uBAAuB,IAAI,IAAI;IAYzC;;;;;;OAMG;cACa,iBAAiB,IAAI,OAAO,CAAC,IAAI,CAAC;IA4BlD;;;;;;;;OAQG;IACH,SAAS,CAAC,YAAY,CAAC,IAAI,EAAE,eAAe,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI;IA2BrE,YAAY,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC;IAI3D;;;OAGG;IACH,OAAO,IAAI,IAAI;CAOhB"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ModelError, RuntimeModelError, RuntimeError } from '@ibiz-template/core';
|
|
2
|
-
import {
|
|
2
|
+
import { PanelContainerController, PanelNotifyState, getPanelItemProvider, isDataContainer, convertNavData, ScriptFactory, execDELogicById } from '@ibiz-template/runtime';
|
|
3
3
|
import { MultiDataContainerRawState } from './multi-data-container-raw.state.mjs';
|
|
4
4
|
|
|
5
5
|
"use strict";
|
|
6
|
-
class MultiDataContainerRawController extends
|
|
6
|
+
class MultiDataContainerRawController extends PanelContainerController {
|
|
7
7
|
constructor() {
|
|
8
8
|
super(...arguments);
|
|
9
9
|
/**
|
|
@@ -8,7 +8,7 @@ import './multi-data-container-raw.scss';
|
|
|
8
8
|
* @primary
|
|
9
9
|
* @description 与多项数据容器类似,唯一不同的是不根据数据循环绘制所有子,只绘制一遍,但所有数据都会传递给子组件。
|
|
10
10
|
*/
|
|
11
|
-
export declare const MultiDataContainerRaw: import("vue").DefineComponent<{
|
|
11
|
+
export declare const MultiDataContainerRaw: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
12
12
|
/**
|
|
13
13
|
* @description 多项数据容器(仅数据)模型
|
|
14
14
|
*/
|
|
@@ -23,7 +23,7 @@ export declare const MultiDataContainerRaw: import("vue").DefineComponent<{
|
|
|
23
23
|
type: typeof MultiDataContainerRawController;
|
|
24
24
|
required: true;
|
|
25
25
|
};
|
|
26
|
-
}
|
|
26
|
+
}>, {
|
|
27
27
|
ns: import("@ibiz-template/core").Namespace;
|
|
28
28
|
classArr: import("vue").ComputedRef<(string | false)[]>;
|
|
29
29
|
renderPanelItem: (panelItem: IPanelItem, options?: {
|
|
@@ -33,8 +33,8 @@ export declare const MultiDataContainerRaw: import("vue").DefineComponent<{
|
|
|
33
33
|
panelItems: {
|
|
34
34
|
[key: string]: IPanelItemController;
|
|
35
35
|
};
|
|
36
|
-
}
|
|
37
|
-
},
|
|
36
|
+
}) => VNode | null;
|
|
37
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
38
38
|
/**
|
|
39
39
|
* @description 多项数据容器(仅数据)模型
|
|
40
40
|
*/
|
|
@@ -49,5 +49,5 @@ export declare const MultiDataContainerRaw: import("vue").DefineComponent<{
|
|
|
49
49
|
type: typeof MultiDataContainerRawController;
|
|
50
50
|
required: true;
|
|
51
51
|
};
|
|
52
|
-
}
|
|
52
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
53
53
|
//# sourceMappingURL=multi-data-container-raw.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"multi-data-container-raw.d.ts","sourceRoot":"","sources":["../../../src/panel-component/multi-data-container-raw/multi-data-container-raw.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,kBAAkB,EAClB,oBAAoB,EACrB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC/D,OAAO,EAIL,QAAQ,EAER,KAAK,EAEN,MAAM,KAAK,CAAC;AAEb,OAAO,EAAE,+BAA+B,EAAE,MAAM,uCAAuC,CAAC;AACxF,OAAO,iCAAiC,CAAC;AAEzC;;;;GAIG;AACH,eAAO,MAAM,qBAAqB;IAG9B;;OAEG;;;;;IAKH;;OAEG;;;;;;;;iCA0BY,UAAU
|
|
1
|
+
{"version":3,"file":"multi-data-container-raw.d.ts","sourceRoot":"","sources":["../../../src/panel-component/multi-data-container-raw/multi-data-container-raw.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,kBAAkB,EAClB,oBAAoB,EACrB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC/D,OAAO,EAIL,QAAQ,EAER,KAAK,EAEN,MAAM,KAAK,CAAC;AAEb,OAAO,EAAE,+BAA+B,EAAE,MAAM,uCAAuC,CAAC;AACxF,OAAO,iCAAiC,CAAC;AAEzC;;;;GAIG;AACH,eAAO,MAAM,qBAAqB;IAG9B;;OAEG;;;;;IAKH;;OAEG;;;;;;;;iCA0BY,UAAU,YACX;QACR,SAAS,EAAE;YACT,CAAC,GAAG,EAAE,MAAM,GAAG,kBAAkB,CAAC;SACnC,CAAC;QACF,UAAU,EAAE;YACV,CAAC,GAAG,EAAE,MAAM,GAAG,oBAAoB,CAAC;SACrC,CAAC;KACH,KACE,KAAK,GAAG,IAAI;;IA5CnB;;OAEG;;;;;IAKH;;OAEG;;;;;iGAiFL,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { isVNode, defineComponent, watch, reactive, inject, computed
|
|
1
|
+
import { isVNode, defineComponent, createVNode, resolveComponent, withDirectives, resolveDirective, watch, reactive, inject, computed } from 'vue';
|
|
2
2
|
import '../../use/index.mjs';
|
|
3
3
|
import { MultiDataContainerRawController } from './multi-data-container-raw.controller.mjs';
|
|
4
4
|
import './multi-data-container-raw.css';
|
|
@@ -79,9 +79,9 @@ const MultiDataContainerRaw = /* @__PURE__ */ defineComponent({
|
|
|
79
79
|
}
|
|
80
80
|
});
|
|
81
81
|
}
|
|
82
|
-
return createVNode("div", {
|
|
82
|
+
return withDirectives(createVNode("div", {
|
|
83
83
|
"class": this.classArr
|
|
84
|
-
}, [content]);
|
|
84
|
+
}, [content]), [[resolveDirective("loading"), this.controller.state.loading]]);
|
|
85
85
|
}
|
|
86
86
|
});
|
|
87
87
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PanelContainerState } from '@ibiz-template/runtime';
|
|
2
2
|
/**
|
|
3
3
|
* 多项数据容器状态
|
|
4
4
|
*
|
|
@@ -6,9 +6,9 @@ import { PanelItemState } from '@ibiz-template/runtime';
|
|
|
6
6
|
* @date 2024-09-09 16:04:27
|
|
7
7
|
* @export
|
|
8
8
|
* @class MultiDataContainerRawState
|
|
9
|
-
* @extends {
|
|
9
|
+
* @extends {PanelContainerState}
|
|
10
10
|
*/
|
|
11
|
-
export declare class MultiDataContainerRawState extends
|
|
11
|
+
export declare class MultiDataContainerRawState extends PanelContainerState {
|
|
12
12
|
/**
|
|
13
13
|
* @description 多项数据容器数据
|
|
14
14
|
* @exposedoc
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"multi-data-container-raw.state.d.ts","sourceRoot":"","sources":["../../../src/panel-component/multi-data-container-raw/multi-data-container-raw.state.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"multi-data-container-raw.state.d.ts","sourceRoot":"","sources":["../../../src/panel-component/multi-data-container-raw/multi-data-container-raw.state.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAE7D;;;;;;;;GAQG;AACH,qBAAa,0BAA2B,SAAQ,mBAAmB;IACjE;;;;OAIG;IACH,KAAK,EAAE,KAAK,EAAE,CAAM;CACrB"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PanelContainerState } from '@ibiz-template/runtime';
|
|
2
2
|
|
|
3
3
|
"use strict";
|
|
4
|
-
class MultiDataContainerRawState extends
|
|
4
|
+
class MultiDataContainerRawState extends PanelContainerState {
|
|
5
5
|
constructor() {
|
|
6
6
|
super(...arguments);
|
|
7
7
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { NavPosState } from './nav-pos.state';
|
|
2
2
|
import { NavPosController } from './nav-pos.controller';
|
|
3
3
|
export { NavPosState, NavPosController };
|
|
4
|
-
export declare const IBizNavPos: import("../../util").TypeWithInstall<import("vue").DefineComponent<{
|
|
4
|
+
export declare const IBizNavPos: import("../../util").TypeWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
5
|
modelData: {
|
|
6
6
|
type: import("vue").PropType<import("@ibiz/model-core").IPanelRawItem>;
|
|
7
7
|
required: true;
|
|
@@ -10,12 +10,12 @@ export declare const IBizNavPos: import("../../util").TypeWithInstall<import("vu
|
|
|
10
10
|
type: typeof NavPosController;
|
|
11
11
|
required: true;
|
|
12
12
|
};
|
|
13
|
-
}
|
|
13
|
+
}>, {
|
|
14
14
|
ns: import("@ibiz-template/core").Namespace;
|
|
15
15
|
c: NavPosController;
|
|
16
|
-
isPresetView: import("vue").Ref<boolean>;
|
|
16
|
+
isPresetView: import("vue").Ref<boolean, boolean>;
|
|
17
17
|
onViewCreated: (event: import("@ibiz-template/runtime").EventBase) => void;
|
|
18
|
-
},
|
|
18
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
19
|
modelData: {
|
|
20
20
|
type: import("vue").PropType<import("@ibiz/model-core").IPanelRawItem>;
|
|
21
21
|
required: true;
|
|
@@ -24,6 +24,6 @@ export declare const IBizNavPos: import("../../util").TypeWithInstall<import("vu
|
|
|
24
24
|
type: typeof NavPosController;
|
|
25
25
|
required: true;
|
|
26
26
|
};
|
|
27
|
-
}
|
|
27
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
28
28
|
export default IBizNavPos;
|
|
29
29
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/panel-component/nav-pos/index.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAExD,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,CAAC;AAEzC,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/panel-component/nav-pos/index.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAExD,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,CAAC;AAEzC,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;kGAGrB,CAAC;AAEH,eAAe,UAAU,CAAC"}
|
|
@@ -11,7 +11,7 @@ import { NavPosState } from './nav-pos.state';
|
|
|
11
11
|
*/
|
|
12
12
|
export declare class NavPosController extends PanelItemController<IPanelRawItem> implements IPanelItemNavPosController {
|
|
13
13
|
/**
|
|
14
|
-
* 导航占位状态
|
|
14
|
+
* @description 导航占位状态
|
|
15
15
|
* @exposedoc
|
|
16
16
|
* @type {NavPosState}
|
|
17
17
|
* @memberof NavPosController
|