@ibiz-template/vue3-util 0.2.11 → 0.2.12
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 -0
- package/dist/index.system.min.js +1 -1
- package/dist/index.system.min.js.map +1 -1
- package/es/_virtual/_commonjsHelpers.mjs +40 -0
- package/es/common/code-list/code-list.css +1 -0
- package/es/common/code-list/code-list.d.ts +58 -0
- package/es/common/code-list/code-list.d.ts.map +1 -0
- package/es/common/code-list/code-list.mjs +85 -0
- package/es/common/control-base/control-base.css +1 -0
- package/es/common/control-base/control-base.d.ts +2 -0
- package/es/common/control-base/control-base.d.ts.map +1 -0
- package/es/common/control-base/control-base.mjs +99 -0
- package/es/common/control-loading-placeholder/control-loading-placeholder.d.ts +31 -0
- package/es/common/control-loading-placeholder/control-loading-placeholder.d.ts.map +1 -0
- package/es/common/control-loading-placeholder/control-loading-placeholder.mjs +30 -0
- package/es/common/control-shell/control-shell.css +1 -0
- package/es/common/control-shell/control-shell.d.ts +21 -0
- package/es/common/control-shell/control-shell.d.ts.map +1 -0
- package/es/common/control-shell/control-shell.mjs +56 -0
- package/es/common/icon/icon.d.ts +29 -0
- package/es/common/icon/icon.d.ts.map +1 -0
- package/es/common/icon/icon.mjs +89 -0
- package/es/common/index.d.ts +9 -0
- package/es/common/index.d.ts.map +1 -0
- package/es/common/index.mjs +9 -0
- package/es/common/router-view/router-view.d.ts +30 -0
- package/es/common/router-view/router-view.d.ts.map +1 -0
- package/es/common/router-view/router-view.mjs +75 -0
- package/es/common/view-shell/view-shell.css +1 -0
- package/es/common/view-shell/view-shell.d.ts +40 -0
- package/es/common/view-shell/view-shell.d.ts.map +1 -0
- package/es/common/view-shell/view-shell.mjs +77 -0
- package/{out → es}/index.d.ts +3 -0
- package/es/index.d.ts.map +1 -0
- package/es/index.mjs +107 -0
- package/es/interface/index.mjs +3 -0
- package/es/interface/util/index.mjs +3 -0
- package/es/interface/util/route/route.mjs +1 -0
- package/es/node_modules/.pnpm/path-browserify@1.0.1/node_modules/path-browserify/index.mjs +535 -0
- package/es/panel-component/grid-container/grid-container.controller.d.ts +15 -0
- package/es/panel-component/grid-container/grid-container.controller.d.ts.map +1 -0
- package/es/panel-component/grid-container/grid-container.controller.mjs +12 -0
- package/es/panel-component/grid-container/grid-container.css +1 -0
- package/es/panel-component/grid-container/grid-container.d.ts +38 -0
- package/es/panel-component/grid-container/grid-container.d.ts.map +1 -0
- package/es/panel-component/grid-container/grid-container.mjs +106 -0
- package/es/panel-component/grid-container/grid-container.provider.d.ts +16 -0
- package/es/panel-component/grid-container/grid-container.provider.d.ts.map +1 -0
- package/es/panel-component/grid-container/grid-container.provider.mjs +15 -0
- package/es/panel-component/grid-container/grid-container.state.d.ts +13 -0
- package/es/panel-component/grid-container/grid-container.state.d.ts.map +1 -0
- package/es/panel-component/grid-container/grid-container.state.mjs +7 -0
- package/es/panel-component/grid-container/index.d.ts +39 -0
- package/es/panel-component/grid-container/index.d.ts.map +1 -0
- package/es/panel-component/grid-container/index.mjs +18 -0
- package/es/panel-component/index.d.ts +10 -0
- package/es/panel-component/index.d.ts.map +1 -0
- package/es/panel-component/index.mjs +38 -0
- package/es/panel-component/multi-data-container/index.d.ts +38 -0
- package/es/panel-component/multi-data-container/index.d.ts.map +1 -0
- package/es/panel-component/multi-data-container/index.mjs +21 -0
- package/es/panel-component/multi-data-container/multi-data-container-item.controller.d.ts +61 -0
- package/es/panel-component/multi-data-container/multi-data-container-item.controller.d.ts.map +1 -0
- package/es/panel-component/multi-data-container/multi-data-container-item.controller.mjs +117 -0
- package/es/panel-component/multi-data-container/multi-data-container-itm.state.d.ts +20 -0
- package/es/panel-component/multi-data-container/multi-data-container-itm.state.d.ts.map +1 -0
- package/es/panel-component/multi-data-container/multi-data-container-itm.state.mjs +17 -0
- package/es/panel-component/multi-data-container/multi-data-container.controller.d.ts +107 -0
- package/es/panel-component/multi-data-container/multi-data-container.controller.d.ts.map +1 -0
- package/es/panel-component/multi-data-container/multi-data-container.controller.mjs +260 -0
- package/es/panel-component/multi-data-container/multi-data-container.css +1 -0
- package/es/panel-component/multi-data-container/multi-data-container.d.ts +36 -0
- package/es/panel-component/multi-data-container/multi-data-container.d.ts.map +1 -0
- package/es/panel-component/multi-data-container/multi-data-container.mjs +87 -0
- package/es/panel-component/multi-data-container/multi-data-container.provider.d.ts +16 -0
- package/es/panel-component/multi-data-container/multi-data-container.provider.d.ts.map +1 -0
- package/es/panel-component/multi-data-container/multi-data-container.provider.mjs +15 -0
- package/es/panel-component/multi-data-container/multi-data-container.state.d.ts +20 -0
- package/es/panel-component/multi-data-container/multi-data-container.state.d.ts.map +1 -0
- package/es/panel-component/multi-data-container/multi-data-container.state.mjs +17 -0
- package/es/panel-component/nav-pos/index.d.ts +29 -0
- package/es/panel-component/nav-pos/index.d.ts.map +1 -0
- package/es/panel-component/nav-pos/index.mjs +15 -0
- package/es/panel-component/nav-pos/nav-pos.controller.d.ts +162 -0
- package/es/panel-component/nav-pos/nav-pos.controller.d.ts.map +1 -0
- package/es/panel-component/nav-pos/nav-pos.controller.mjs +261 -0
- package/es/panel-component/nav-pos/nav-pos.css +1 -0
- package/es/panel-component/nav-pos/nav-pos.d.ts +29 -0
- package/es/panel-component/nav-pos/nav-pos.d.ts.map +1 -0
- package/es/panel-component/nav-pos/nav-pos.mjs +105 -0
- package/es/panel-component/nav-pos/nav-pos.provider.d.ts +23 -0
- package/es/panel-component/nav-pos/nav-pos.provider.d.ts.map +1 -0
- package/es/panel-component/nav-pos/nav-pos.provider.mjs +24 -0
- package/es/panel-component/nav-pos/nav-pos.state.d.ts +50 -0
- package/es/panel-component/nav-pos/nav-pos.state.d.ts.map +1 -0
- package/es/panel-component/nav-pos/nav-pos.state.mjs +47 -0
- package/es/panel-component/panel-container/index.d.ts +28 -0
- package/es/panel-component/panel-container/index.d.ts.map +1 -0
- package/es/panel-component/panel-container/index.mjs +22 -0
- package/es/panel-component/panel-container/panel-container.controller.d.ts +15 -0
- package/es/panel-component/panel-container/panel-container.controller.d.ts.map +1 -0
- package/es/panel-component/panel-container/panel-container.controller.mjs +12 -0
- package/es/panel-component/panel-container/panel-container.css +1 -0
- package/es/panel-component/panel-container/panel-container.d.ts +27 -0
- package/es/panel-component/panel-container/panel-container.d.ts.map +1 -0
- package/es/panel-component/panel-container/panel-container.mjs +70 -0
- package/es/panel-component/panel-container/panel-container.provider.d.ts +16 -0
- package/es/panel-component/panel-container/panel-container.provider.d.ts.map +1 -0
- package/es/panel-component/panel-container/panel-container.provider.mjs +15 -0
- package/es/panel-component/panel-container/panel-container.state.d.ts +13 -0
- package/es/panel-component/panel-container/panel-container.state.d.ts.map +1 -0
- package/es/panel-component/panel-container/panel-container.state.mjs +7 -0
- package/es/panel-component/panel-ctrl-pos/index.d.ts +26 -0
- package/es/panel-component/panel-ctrl-pos/index.d.ts.map +1 -0
- package/es/panel-component/panel-ctrl-pos/index.mjs +14 -0
- package/es/panel-component/panel-ctrl-pos/panel-ctrl-pos.controller.d.ts +36 -0
- package/es/panel-component/panel-ctrl-pos/panel-ctrl-pos.controller.d.ts.map +1 -0
- package/es/panel-component/panel-ctrl-pos/panel-ctrl-pos.controller.mjs +23 -0
- package/es/panel-component/panel-ctrl-pos/panel-ctrl-pos.css +1 -0
- package/es/panel-component/panel-ctrl-pos/panel-ctrl-pos.d.ts +25 -0
- package/es/panel-component/panel-ctrl-pos/panel-ctrl-pos.d.ts.map +1 -0
- package/es/panel-component/panel-ctrl-pos/panel-ctrl-pos.mjs +45 -0
- package/es/panel-component/panel-ctrl-pos/panel-ctrl-pos.provider.d.ts +17 -0
- package/es/panel-component/panel-ctrl-pos/panel-ctrl-pos.provider.d.ts.map +1 -0
- package/es/panel-component/panel-ctrl-pos/panel-ctrl-pos.provider.mjs +15 -0
- package/es/panel-component/panel-field/index.d.ts +27 -0
- package/es/panel-component/panel-field/index.d.ts.map +1 -0
- package/es/panel-component/panel-field/index.mjs +14 -0
- package/es/panel-component/panel-field/panel-field.controller.d.ts +75 -0
- package/es/panel-component/panel-field/panel-field.controller.d.ts.map +1 -0
- package/es/panel-component/panel-field/panel-field.controller.mjs +90 -0
- package/es/panel-component/panel-field/panel-field.css +1 -0
- package/es/panel-component/panel-field/panel-field.d.ts +28 -0
- package/es/panel-component/panel-field/panel-field.d.ts.map +1 -0
- package/es/panel-component/panel-field/panel-field.mjs +73 -0
- package/es/panel-component/panel-field/panel-field.provider.d.ts +15 -0
- package/es/panel-component/panel-field/panel-field.provider.d.ts.map +1 -0
- package/es/panel-component/panel-field/panel-field.provider.mjs +15 -0
- package/es/panel-component/panel-field/panel-field.state.d.ts +13 -0
- package/es/panel-component/panel-field/panel-field.state.d.ts.map +1 -0
- package/es/panel-component/panel-field/panel-field.state.mjs +7 -0
- package/es/panel-component/panel-rawitem/index.d.ts +26 -0
- package/es/panel-component/panel-rawitem/index.d.ts.map +1 -0
- package/es/panel-component/panel-rawitem/index.mjs +18 -0
- package/es/panel-component/panel-rawitem/panel-rawitem.controller.d.ts +29 -0
- package/es/panel-component/panel-rawitem/panel-rawitem.controller.d.ts.map +1 -0
- package/es/panel-component/panel-rawitem/panel-rawitem.controller.mjs +28 -0
- package/es/panel-component/panel-rawitem/panel-rawitem.css +1 -0
- package/es/panel-component/panel-rawitem/panel-rawitem.d.ts +27 -0
- package/es/panel-component/panel-rawitem/panel-rawitem.d.ts.map +1 -0
- package/es/panel-component/panel-rawitem/panel-rawitem.mjs +50 -0
- package/es/panel-component/panel-rawitem/panel-rawitem.provider.d.ts +15 -0
- package/es/panel-component/panel-rawitem/panel-rawitem.provider.d.ts.map +1 -0
- package/es/panel-component/panel-rawitem/panel-rawitem.provider.mjs +15 -0
- package/es/panel-component/scroll-container/index.d.ts +26 -0
- package/es/panel-component/scroll-container/index.d.ts.map +1 -0
- package/es/panel-component/scroll-container/index.mjs +46 -0
- package/es/panel-component/scroll-container/scroll-container/index.d.ts +4 -0
- package/es/panel-component/scroll-container/scroll-container/index.d.ts.map +1 -0
- package/es/panel-component/scroll-container/scroll-container/index.mjs +5 -0
- package/es/panel-component/scroll-container/scroll-container/scroll-container.controller.d.ts +23 -0
- package/es/panel-component/scroll-container/scroll-container/scroll-container.controller.d.ts.map +1 -0
- package/es/panel-component/scroll-container/scroll-container/scroll-container.controller.mjs +12 -0
- package/es/panel-component/scroll-container/scroll-container/scroll-container.css +1 -0
- package/es/panel-component/scroll-container/scroll-container/scroll-container.d.ts +27 -0
- package/es/panel-component/scroll-container/scroll-container/scroll-container.d.ts.map +1 -0
- package/es/panel-component/scroll-container/scroll-container/scroll-container.mjs +112 -0
- package/es/panel-component/scroll-container/scroll-container/scroll-container.provider.d.ts +17 -0
- package/es/panel-component/scroll-container/scroll-container/scroll-container.provider.d.ts.map +1 -0
- package/es/panel-component/scroll-container/scroll-container/scroll-container.provider.mjs +15 -0
- package/es/panel-component/scroll-container/scroll-container-item/index.d.ts +4 -0
- package/es/panel-component/scroll-container/scroll-container-item/index.d.ts.map +1 -0
- package/es/panel-component/scroll-container/scroll-container-item/index.mjs +5 -0
- package/es/panel-component/scroll-container/scroll-container-item/scroll-container-item.controller.d.ts +22 -0
- package/es/panel-component/scroll-container/scroll-container-item/scroll-container-item.controller.d.ts.map +1 -0
- package/es/panel-component/scroll-container/scroll-container-item/scroll-container-item.controller.mjs +7 -0
- package/es/panel-component/scroll-container/scroll-container-item/scroll-container-item.css +1 -0
- package/es/panel-component/scroll-container/scroll-container-item/scroll-container-item.d.ts +27 -0
- package/es/panel-component/scroll-container/scroll-container-item/scroll-container-item.d.ts.map +1 -0
- package/es/panel-component/scroll-container/scroll-container-item/scroll-container-item.mjs +64 -0
- package/es/panel-component/scroll-container/scroll-container-item/scroll-container-item.provider.d.ts +17 -0
- package/es/panel-component/scroll-container/scroll-container-item/scroll-container-item.provider.d.ts.map +1 -0
- package/es/panel-component/scroll-container/scroll-container-item/scroll-container-item.provider.mjs +15 -0
- package/es/panel-component/single-data-container/index.d.ts +38 -0
- package/es/panel-component/single-data-container/index.d.ts.map +1 -0
- package/es/panel-component/single-data-container/index.mjs +21 -0
- package/es/panel-component/single-data-container/single-data-container.controller.d.ts +122 -0
- package/es/panel-component/single-data-container/single-data-container.controller.d.ts.map +1 -0
- package/es/panel-component/single-data-container/single-data-container.controller.mjs +285 -0
- package/es/panel-component/single-data-container/single-data-container.css +1 -0
- package/es/panel-component/single-data-container/single-data-container.d.ts +36 -0
- package/es/panel-component/single-data-container/single-data-container.d.ts.map +1 -0
- package/es/panel-component/single-data-container/single-data-container.mjs +77 -0
- package/es/panel-component/single-data-container/single-data-container.provider.d.ts +16 -0
- package/es/panel-component/single-data-container/single-data-container.provider.d.ts.map +1 -0
- package/es/panel-component/single-data-container/single-data-container.provider.mjs +15 -0
- package/es/panel-component/single-data-container/single-data-container.state.d.ts +20 -0
- package/es/panel-component/single-data-container/single-data-container.state.d.ts.map +1 -0
- package/es/panel-component/single-data-container/single-data-container.state.mjs +17 -0
- package/es/plugin/index.mjs +3 -0
- package/es/plugin/plugin-factory/plugin-factory.mjs +292 -0
- package/es/props/common.mjs +15 -0
- package/es/props/editor/array.mjs +11 -0
- package/es/props/editor/autocomplete.mjs +11 -0
- package/es/props/editor/cascader.mjs +11 -0
- package/es/props/editor/check-box-list.mjs +11 -0
- package/es/props/editor/check-box.mjs +11 -0
- package/es/props/editor/code.mjs +20 -0
- package/es/props/editor/color-picker.mjs +11 -0
- package/es/props/editor/common.mjs +48 -0
- package/es/props/editor/data-picker.mjs +11 -0
- package/es/props/editor/date-picker.mjs +11 -0
- package/es/props/editor/date-range.mjs +11 -0
- package/es/props/editor/dropdown-list.mjs +11 -0
- package/es/props/editor/html.mjs +11 -0
- package/es/props/editor/index.mjs +27 -0
- package/es/props/editor/list-box.mjs +11 -0
- package/es/props/editor/markdown.mjs +19 -0
- package/es/props/editor/number-range.mjs +11 -0
- package/es/props/editor/radio-button-list.mjs +11 -0
- package/es/props/editor/rate.mjs +11 -0
- package/es/props/editor/raw.mjs +11 -0
- package/es/props/editor/slider.mjs +11 -0
- package/{out → es}/props/editor/span.d.ts +2 -2
- package/es/props/editor/span.mjs +11 -0
- package/es/props/editor/stepper.mjs +11 -0
- package/es/props/editor/switch.mjs +11 -0
- package/es/props/editor/text-box.mjs +23 -0
- package/es/props/editor/upload.mjs +11 -0
- package/es/props/index.mjs +29 -0
- package/es/use/click-outside/click-outside.mjs +48 -0
- package/es/use/control/index.mjs +3 -0
- package/es/use/control/use-control-controller/use-control-controller.mjs +74 -0
- package/es/use/event/event.mjs +37 -0
- package/es/use/focus-blur/focus-blur.mjs +46 -0
- package/es/use/index.mjs +13 -0
- package/es/use/namespace/namespace.mjs +8 -0
- package/es/use/route/route.mjs +28 -0
- package/es/use/util/index.mjs +11 -0
- package/{out/use/view/index.js → es/use/view/index.mjs} +3 -1
- package/es/use/view/use-view-controller/use-view-controller.mjs +72 -0
- package/es/use/vue/vue.mjs +55 -0
- package/es/util/control/prepare-control.mjs +22 -0
- package/es/util/index.d.ts +11 -0
- package/es/util/index.d.ts.map +1 -0
- package/es/util/index.mjs +14 -0
- package/es/util/install.mjs +9 -0
- package/es/util/overlay-container/overlay-container.d.ts +93 -0
- package/es/util/overlay-container/overlay-container.d.ts.map +1 -0
- package/es/util/overlay-container/overlay-container.mjs +114 -0
- package/es/util/overlay-popover-container/overlay-popover-container.d.ts +17 -0
- package/es/util/overlay-popover-container/overlay-popover-container.d.ts.map +1 -0
- package/es/util/overlay-popover-container/overlay-popover-container.mjs +10 -0
- package/es/util/overlay-view-util/overlay-view-util.d.ts +9 -0
- package/es/util/overlay-view-util/overlay-view-util.d.ts.map +1 -0
- package/es/util/overlay-view-util/overlay-view-util.mjs +63 -0
- package/es/util/render/render.mjs +20 -0
- package/es/util/route/route-listener.mjs +73 -0
- package/{out → es}/util/route/route.d.ts +20 -20
- package/es/util/route/route.d.ts.map +1 -0
- package/es/util/route/route.mjs +252 -0
- package/es/util/router-callback/router-callback-item.d.ts +62 -0
- package/es/util/router-callback/router-callback-item.d.ts.map +1 -0
- package/es/util/router-callback/router-callback-item.mjs +72 -0
- package/es/util/router-callback/router-callback.d.ts +60 -0
- package/es/util/router-callback/router-callback.d.ts.map +1 -0
- package/es/util/router-callback/router-callback.mjs +86 -0
- package/es/util/store/app-store/app-store.d.ts +10 -0
- package/es/util/store/app-store/app-store.d.ts.map +1 -0
- package/es/util/store/app-store/app-store.mjs +10 -0
- package/es/util/store/index.d.ts +4 -0
- package/es/util/store/index.d.ts.map +1 -0
- package/es/util/store/index.mjs +8 -0
- package/es/util/store/ui-store/ui-store.d.ts +32 -0
- package/es/util/store/ui-store/ui-store.d.ts.map +1 -0
- package/es/util/store/ui-store/ui-store.mjs +15 -0
- package/es/util/store/ui-store/z-index.d.ts +35 -0
- package/es/util/store/ui-store/z-index.d.ts.map +1 -0
- package/es/util/store/ui-store/z-index.mjs +18 -0
- package/es/view/app-redirect-view/app-redirect-view.d.ts +2 -0
- package/es/view/app-redirect-view/app-redirect-view.d.ts.map +1 -0
- package/es/view/app-redirect-view/app-redirect-view.mjs +27 -0
- package/es/view/common/index.d.ts +51 -0
- package/es/view/common/index.d.ts.map +1 -0
- package/es/view/common/index.mjs +13 -0
- package/es/view/common/view.css +1 -0
- package/es/view/common/view.d.ts +53 -0
- package/es/view/common/view.d.ts.map +1 -0
- package/es/view/common/view.mjs +143 -0
- package/es/view/common/view.provider.d.ts +14 -0
- package/es/view/common/view.provider.d.ts.map +1 -0
- package/es/view/common/view.provider.mjs +8 -0
- package/es/view/index.d.ts +5 -0
- package/es/view/index.d.ts.map +1 -0
- package/es/view/index.mjs +8 -0
- package/es/view/portal-view/index.d.ts +43 -0
- package/es/view/portal-view/index.d.ts.map +1 -0
- package/es/view/portal-view/index.mjs +21 -0
- package/es/view/portal-view/portal-view.d.ts +44 -0
- package/es/view/portal-view/portal-view.d.ts.map +1 -0
- package/es/view/portal-view/portal-view.mjs +93 -0
- package/es/view/portal-view/portal-view.provider.d.ts +14 -0
- package/es/view/portal-view/portal-view.provider.d.ts.map +1 -0
- package/es/view/portal-view/portal-view.provider.mjs +8 -0
- package/es/view/todo-redirect/todo-redirect.d.ts +2 -0
- package/es/view/todo-redirect/todo-redirect.d.ts.map +1 -0
- package/es/view/todo-redirect/todo-redirect.mjs +52 -0
- package/lib/index.cjs +260 -0
- package/package.json +19 -14
- package/src/common/code-list/code-list.scss +5 -0
- package/src/common/code-list/code-list.tsx +108 -0
- package/src/common/control-base/control-base.scss +4 -0
- package/src/common/control-base/control-base.tsx +129 -0
- package/src/common/control-loading-placeholder/control-loading-placeholder.tsx +22 -0
- package/src/common/control-shell/control-shell.scss +5 -0
- package/src/common/control-shell/control-shell.tsx +70 -0
- package/src/common/icon/icon.tsx +69 -0
- package/src/common/index.ts +8 -0
- package/src/common/router-view/router-view.tsx +74 -0
- package/src/common/view-shell/view-shell.scss +5 -0
- package/src/common/view-shell/view-shell.tsx +70 -0
- package/src/index.ts +3 -0
- package/src/panel-component/grid-container/grid-container.controller.ts +18 -0
- package/src/panel-component/grid-container/grid-container.provider.ts +30 -0
- package/src/panel-component/grid-container/grid-container.scss +17 -0
- package/src/panel-component/grid-container/grid-container.state.ts +12 -0
- package/src/panel-component/grid-container/grid-container.tsx +119 -0
- package/src/panel-component/grid-container/index.ts +19 -0
- package/src/panel-component/index.ts +9 -0
- package/src/panel-component/multi-data-container/index.ts +26 -0
- package/src/panel-component/multi-data-container/multi-data-container-item.controller.ts +166 -0
- package/src/panel-component/multi-data-container/multi-data-container-itm.state.ts +20 -0
- package/src/panel-component/multi-data-container/multi-data-container.controller.ts +308 -0
- package/src/panel-component/multi-data-container/multi-data-container.provider.ts +30 -0
- package/src/panel-component/multi-data-container/multi-data-container.scss +10 -0
- package/src/panel-component/multi-data-container/multi-data-container.state.ts +20 -0
- package/src/panel-component/multi-data-container/multi-data-container.tsx +109 -0
- package/src/panel-component/nav-pos/index.ts +16 -0
- package/src/panel-component/nav-pos/nav-pos.controller.ts +351 -0
- package/src/panel-component/nav-pos/nav-pos.provider.ts +38 -0
- package/src/panel-component/nav-pos/nav-pos.scss +4 -0
- package/src/panel-component/nav-pos/nav-pos.state.ts +52 -0
- package/src/panel-component/nav-pos/nav-pos.tsx +121 -0
- package/src/panel-component/panel-container/index.ts +31 -0
- package/src/panel-component/panel-container/panel-container.controller.ts +18 -0
- package/src/panel-component/panel-container/panel-container.provider.ts +30 -0
- package/src/panel-component/panel-container/panel-container.scss +15 -0
- package/src/panel-component/panel-container/panel-container.state.ts +12 -0
- package/src/panel-component/panel-container/panel-container.tsx +72 -0
- package/src/panel-component/panel-ctrl-pos/index.ts +14 -0
- package/src/panel-component/panel-ctrl-pos/panel-ctrl-pos.controller.ts +53 -0
- package/src/panel-component/panel-ctrl-pos/panel-ctrl-pos.provider.ts +30 -0
- package/src/panel-component/panel-ctrl-pos/panel-ctrl-pos.scss +8 -0
- package/src/panel-component/panel-ctrl-pos/panel-ctrl-pos.tsx +53 -0
- package/src/panel-component/panel-field/index.ts +15 -0
- package/src/panel-component/panel-field/panel-field.controller.ts +130 -0
- package/src/panel-component/panel-field/panel-field.provider.ts +28 -0
- package/src/panel-component/panel-field/panel-field.scss +36 -0
- package/src/panel-component/panel-field/panel-field.state.ts +12 -0
- package/src/panel-component/panel-field/panel-field.tsx +78 -0
- package/src/panel-component/panel-rawitem/index.ts +19 -0
- package/src/panel-component/panel-rawitem/panel-rawitem.controller.ts +34 -0
- package/src/panel-component/panel-rawitem/panel-rawitem.provider.ts +28 -0
- package/src/panel-component/panel-rawitem/panel-rawitem.scss +8 -0
- package/src/panel-component/panel-rawitem/panel-rawitem.tsx +51 -0
- package/src/panel-component/scroll-container/index.ts +44 -0
- package/src/panel-component/scroll-container/scroll-container/index.ts +3 -0
- package/src/panel-component/scroll-container/scroll-container/scroll-container.controller.ts +32 -0
- package/src/panel-component/scroll-container/scroll-container/scroll-container.provider.ts +30 -0
- package/src/panel-component/scroll-container/scroll-container/scroll-container.scss +34 -0
- package/src/panel-component/scroll-container/scroll-container/scroll-container.tsx +110 -0
- package/src/panel-component/scroll-container/scroll-container-item/index.ts +3 -0
- package/src/panel-component/scroll-container/scroll-container-item/scroll-container-item.controller.ts +25 -0
- package/src/panel-component/scroll-container/scroll-container-item/scroll-container-item.provider.ts +30 -0
- package/src/panel-component/scroll-container/scroll-container-item/scroll-container-item.scss +9 -0
- package/src/panel-component/scroll-container/scroll-container-item/scroll-container-item.tsx +60 -0
- package/src/panel-component/single-data-container/index.ts +26 -0
- package/src/panel-component/single-data-container/single-data-container.controller.ts +345 -0
- package/src/panel-component/single-data-container/single-data-container.provider.ts +30 -0
- package/src/panel-component/single-data-container/single-data-container.scss +10 -0
- package/src/panel-component/single-data-container/single-data-container.state.ts +20 -0
- package/src/panel-component/single-data-container/single-data-container.tsx +95 -0
- package/src/props/editor/span.ts +1 -1
- package/src/util/index.ts +5 -0
- package/src/util/overlay-container/overlay-container.ts +155 -0
- package/src/util/overlay-popover-container/overlay-popover-container.ts +30 -0
- package/src/util/overlay-view-util/overlay-view-util.ts +89 -0
- package/src/util/route/route.ts +140 -140
- package/src/util/router-callback/router-callback-item.ts +98 -0
- package/src/util/router-callback/router-callback.ts +97 -0
- package/src/util/store/app-store/app-store.ts +10 -0
- package/src/util/store/index.ts +6 -0
- package/src/util/store/ui-store/ui-store.ts +27 -0
- package/src/util/store/ui-store/z-index.ts +53 -0
- package/src/view/app-redirect-view/app-redirect-view.tsx +26 -0
- package/src/view/common/index.ts +12 -0
- package/src/view/common/view.provider.ts +14 -0
- package/src/view/common/view.scss +38 -0
- package/src/view/common/view.tsx +180 -0
- package/src/view/index.ts +4 -0
- package/src/view/portal-view/index.ts +20 -0
- package/src/view/portal-view/portal-view.provider.ts +14 -0
- package/src/view/portal-view/portal-view.tsx +79 -0
- package/src/view/todo-redirect/todo-redirect.tsx +51 -0
- package/dist/index.esm.js +0 -1859
- package/out/index.d.ts.map +0 -1
- package/out/index.js +0 -5
- package/out/interface/index.js +0 -1
- package/out/interface/util/index.js +0 -1
- package/out/interface/util/route/route.js +0 -1
- package/out/plugin/index.js +0 -1
- package/out/plugin/plugin-factory/plugin-factory.js +0 -297
- package/out/props/common.js +0 -23
- package/out/props/editor/array.js +0 -25
- package/out/props/editor/autocomplete.js +0 -25
- package/out/props/editor/cascader.js +0 -25
- package/out/props/editor/check-box-list.js +0 -25
- package/out/props/editor/check-box.js +0 -25
- package/out/props/editor/code.js +0 -29
- package/out/props/editor/color-picker.js +0 -25
- package/out/props/editor/common.js +0 -79
- package/out/props/editor/data-picker.js +0 -25
- package/out/props/editor/date-picker.js +0 -25
- package/out/props/editor/date-range.js +0 -21
- package/out/props/editor/dropdown-list.js +0 -25
- package/out/props/editor/html.js +0 -25
- package/out/props/editor/index.js +0 -25
- package/out/props/editor/list-box.js +0 -25
- package/out/props/editor/markdown.js +0 -28
- package/out/props/editor/number-range.js +0 -21
- package/out/props/editor/radio-button-list.js +0 -25
- package/out/props/editor/rate.js +0 -21
- package/out/props/editor/raw.js +0 -21
- package/out/props/editor/slider.js +0 -21
- package/out/props/editor/span.js +0 -25
- package/out/props/editor/stepper.js +0 -21
- package/out/props/editor/switch.js +0 -21
- package/out/props/editor/text-box.js +0 -73
- package/out/props/editor/upload.js +0 -25
- package/out/props/index.js +0 -2
- package/out/use/click-outside/click-outside.js +0 -50
- package/out/use/control/index.js +0 -1
- package/out/use/control/use-control-controller/use-control-controller.js +0 -94
- package/out/use/event/event.js +0 -39
- package/out/use/focus-blur/focus-blur.js +0 -63
- package/out/use/index.js +0 -9
- package/out/use/namespace/namespace.js +0 -13
- package/out/use/route/route.js +0 -41
- package/out/use/util/index.js +0 -23
- package/out/use/view/use-view-controller/use-view-controller.js +0 -94
- package/out/use/vue/vue.js +0 -112
- package/out/util/control/prepare-control.js +0 -25
- package/out/util/index.d.ts +0 -6
- package/out/util/index.d.ts.map +0 -1
- package/out/util/index.js +0 -5
- package/out/util/install.js +0 -6
- package/out/util/render/render.js +0 -28
- package/out/util/route/route-listener.js +0 -76
- package/out/util/route/route.d.ts.map +0 -1
- package/out/util/route/route.js +0 -385
- /package/{out → es}/interface/index.d.ts +0 -0
- /package/{out → es}/interface/index.d.ts.map +0 -0
- /package/{out → es}/interface/util/index.d.ts +0 -0
- /package/{out → es}/interface/util/index.d.ts.map +0 -0
- /package/{out → es}/interface/util/route/route.d.ts +0 -0
- /package/{out → es}/interface/util/route/route.d.ts.map +0 -0
- /package/{out → es}/plugin/index.d.ts +0 -0
- /package/{out → es}/plugin/index.d.ts.map +0 -0
- /package/{out → es}/plugin/plugin-factory/plugin-factory.d.ts +0 -0
- /package/{out → es}/plugin/plugin-factory/plugin-factory.d.ts.map +0 -0
- /package/{out → es}/props/common.d.ts +0 -0
- /package/{out → es}/props/common.d.ts.map +0 -0
- /package/{out → es}/props/editor/array.d.ts +0 -0
- /package/{out → es}/props/editor/array.d.ts.map +0 -0
- /package/{out → es}/props/editor/autocomplete.d.ts +0 -0
- /package/{out → es}/props/editor/autocomplete.d.ts.map +0 -0
- /package/{out → es}/props/editor/cascader.d.ts +0 -0
- /package/{out → es}/props/editor/cascader.d.ts.map +0 -0
- /package/{out → es}/props/editor/check-box-list.d.ts +0 -0
- /package/{out → es}/props/editor/check-box-list.d.ts.map +0 -0
- /package/{out → es}/props/editor/check-box.d.ts +0 -0
- /package/{out → es}/props/editor/check-box.d.ts.map +0 -0
- /package/{out → es}/props/editor/code.d.ts +0 -0
- /package/{out → es}/props/editor/code.d.ts.map +0 -0
- /package/{out → es}/props/editor/color-picker.d.ts +0 -0
- /package/{out → es}/props/editor/color-picker.d.ts.map +0 -0
- /package/{out → es}/props/editor/common.d.ts +0 -0
- /package/{out → es}/props/editor/common.d.ts.map +0 -0
- /package/{out → es}/props/editor/data-picker.d.ts +0 -0
- /package/{out → es}/props/editor/data-picker.d.ts.map +0 -0
- /package/{out → es}/props/editor/date-picker.d.ts +0 -0
- /package/{out → es}/props/editor/date-picker.d.ts.map +0 -0
- /package/{out → es}/props/editor/date-range.d.ts +0 -0
- /package/{out → es}/props/editor/date-range.d.ts.map +0 -0
- /package/{out → es}/props/editor/dropdown-list.d.ts +0 -0
- /package/{out → es}/props/editor/dropdown-list.d.ts.map +0 -0
- /package/{out → es}/props/editor/html.d.ts +0 -0
- /package/{out → es}/props/editor/html.d.ts.map +0 -0
- /package/{out → es}/props/editor/index.d.ts +0 -0
- /package/{out → es}/props/editor/index.d.ts.map +0 -0
- /package/{out → es}/props/editor/list-box.d.ts +0 -0
- /package/{out → es}/props/editor/list-box.d.ts.map +0 -0
- /package/{out → es}/props/editor/markdown.d.ts +0 -0
- /package/{out → es}/props/editor/markdown.d.ts.map +0 -0
- /package/{out → es}/props/editor/number-range.d.ts +0 -0
- /package/{out → es}/props/editor/number-range.d.ts.map +0 -0
- /package/{out → es}/props/editor/radio-button-list.d.ts +0 -0
- /package/{out → es}/props/editor/radio-button-list.d.ts.map +0 -0
- /package/{out → es}/props/editor/rate.d.ts +0 -0
- /package/{out → es}/props/editor/rate.d.ts.map +0 -0
- /package/{out → es}/props/editor/raw.d.ts +0 -0
- /package/{out → es}/props/editor/raw.d.ts.map +0 -0
- /package/{out → es}/props/editor/slider.d.ts +0 -0
- /package/{out → es}/props/editor/slider.d.ts.map +0 -0
- /package/{out → es}/props/editor/span.d.ts.map +0 -0
- /package/{out → es}/props/editor/stepper.d.ts +0 -0
- /package/{out → es}/props/editor/stepper.d.ts.map +0 -0
- /package/{out → es}/props/editor/switch.d.ts +0 -0
- /package/{out → es}/props/editor/switch.d.ts.map +0 -0
- /package/{out → es}/props/editor/text-box.d.ts +0 -0
- /package/{out → es}/props/editor/text-box.d.ts.map +0 -0
- /package/{out → es}/props/editor/upload.d.ts +0 -0
- /package/{out → es}/props/editor/upload.d.ts.map +0 -0
- /package/{out → es}/props/index.d.ts +0 -0
- /package/{out → es}/props/index.d.ts.map +0 -0
- /package/{out → es}/use/click-outside/click-outside.d.ts +0 -0
- /package/{out → es}/use/click-outside/click-outside.d.ts.map +0 -0
- /package/{out → es}/use/control/index.d.ts +0 -0
- /package/{out → es}/use/control/index.d.ts.map +0 -0
- /package/{out → es}/use/control/use-control-controller/use-control-controller.d.ts +0 -0
- /package/{out → es}/use/control/use-control-controller/use-control-controller.d.ts.map +0 -0
- /package/{out → es}/use/event/event.d.ts +0 -0
- /package/{out → es}/use/event/event.d.ts.map +0 -0
- /package/{out → es}/use/focus-blur/focus-blur.d.ts +0 -0
- /package/{out → es}/use/focus-blur/focus-blur.d.ts.map +0 -0
- /package/{out → es}/use/index.d.ts +0 -0
- /package/{out → es}/use/index.d.ts.map +0 -0
- /package/{out → es}/use/namespace/namespace.d.ts +0 -0
- /package/{out → es}/use/namespace/namespace.d.ts.map +0 -0
- /package/{out → es}/use/route/route.d.ts +0 -0
- /package/{out → es}/use/route/route.d.ts.map +0 -0
- /package/{out → es}/use/util/index.d.ts +0 -0
- /package/{out → es}/use/util/index.d.ts.map +0 -0
- /package/{out → es}/use/view/index.d.ts +0 -0
- /package/{out → es}/use/view/index.d.ts.map +0 -0
- /package/{out → es}/use/view/use-view-controller/use-view-controller.d.ts +0 -0
- /package/{out → es}/use/view/use-view-controller/use-view-controller.d.ts.map +0 -0
- /package/{out → es}/use/vue/vue.d.ts +0 -0
- /package/{out → es}/use/vue/vue.d.ts.map +0 -0
- /package/{out → es}/util/control/prepare-control.d.ts +0 -0
- /package/{out → es}/util/control/prepare-control.d.ts.map +0 -0
- /package/{out → es}/util/install.d.ts +0 -0
- /package/{out → es}/util/install.d.ts.map +0 -0
- /package/{out → es}/util/render/render.d.ts +0 -0
- /package/{out → es}/util/render/render.d.ts.map +0 -0
- /package/{out → es}/util/route/route-listener.d.ts +0 -0
- /package/{out → es}/util/route/route-listener.d.ts.map +0 -0
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { getEditorProps, getGridEditorCommonProps } from './common.mjs';
|
|
2
|
+
|
|
3
|
+
"use strict";
|
|
4
|
+
function getSwitchProps() {
|
|
5
|
+
return { ...getEditorProps(), value: [String, Number] };
|
|
6
|
+
}
|
|
7
|
+
function getGridSwitchProps() {
|
|
8
|
+
return { ...getSwitchProps(), ...getGridEditorCommonProps() };
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export { getGridSwitchProps, getSwitchProps };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEditorProps, getGridEditorCommonProps } from './common.mjs';
|
|
2
|
+
|
|
3
|
+
"use strict";
|
|
4
|
+
function getInputProps() {
|
|
5
|
+
return { ...getEditorProps(), value: [String, Number] };
|
|
6
|
+
}
|
|
7
|
+
function getGridInputProps() {
|
|
8
|
+
return { ...getInputProps(), ...getGridEditorCommonProps() };
|
|
9
|
+
}
|
|
10
|
+
function getInputNumberProps() {
|
|
11
|
+
return { ...getEditorProps(), value: Number };
|
|
12
|
+
}
|
|
13
|
+
function getGridInputNumberProps() {
|
|
14
|
+
return { ...getInputNumberProps(), ...getGridEditorCommonProps() };
|
|
15
|
+
}
|
|
16
|
+
function getInputIpProps() {
|
|
17
|
+
return { ...getEditorProps(), value: String };
|
|
18
|
+
}
|
|
19
|
+
function getGridInputIpProps() {
|
|
20
|
+
return { ...getInputIpProps(), ...getGridEditorCommonProps() };
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export { getGridInputIpProps, getGridInputNumberProps, getGridInputProps, getInputIpProps, getInputNumberProps, getInputProps };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { getEditorProps, getGridEditorCommonProps } from './common.mjs';
|
|
2
|
+
|
|
3
|
+
"use strict";
|
|
4
|
+
function getUploadProps() {
|
|
5
|
+
return { ...getEditorProps(), value: String };
|
|
6
|
+
}
|
|
7
|
+
function getGridUploadProps() {
|
|
8
|
+
return { ...getUploadProps(), ...getGridEditorCommonProps() };
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export { getGridUploadProps, getUploadProps };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export { RequiredProp } from './common.mjs';
|
|
2
|
+
import './editor/index.mjs';
|
|
3
|
+
export { getGridInputIpProps, getGridInputNumberProps, getGridInputProps, getInputIpProps, getInputNumberProps, getInputProps } from './editor/text-box.mjs';
|
|
4
|
+
export { getGridSpanProps, getSpanProps } from './editor/span.mjs';
|
|
5
|
+
export { getEditorEmits, getEditorProps, getGridEditorCommonProps, getGridEditorEmits } from './editor/common.mjs';
|
|
6
|
+
export { getDropdownProps, getGridDropdownProps } from './editor/dropdown-list.mjs';
|
|
7
|
+
export { getCheckboxListProps, getGridCheckboxListProps } from './editor/check-box-list.mjs';
|
|
8
|
+
export { getCheckboxProps, getGridCheckboxProps } from './editor/check-box.mjs';
|
|
9
|
+
export { getDataPickerProps, getGridDataPickerProps } from './editor/data-picker.mjs';
|
|
10
|
+
export { getDatePickerProps, getGridDatePickerProps } from './editor/date-picker.mjs';
|
|
11
|
+
export { getDateRangeProps, getGridDateRangeProps } from './editor/date-range.mjs';
|
|
12
|
+
export { getGridListBoxProps, getListBoxProps } from './editor/list-box.mjs';
|
|
13
|
+
export { getGridNumberRangeProps, getNumberRangeProps } from './editor/number-range.mjs';
|
|
14
|
+
export { getGridRadioProps, getRadioProps } from './editor/radio-button-list.mjs';
|
|
15
|
+
export { getGridRateProps, getRateProps } from './editor/rate.mjs';
|
|
16
|
+
export { getGridRawProps, getRawProps } from './editor/raw.mjs';
|
|
17
|
+
export { getGridSliderProps, getSliderProps } from './editor/slider.mjs';
|
|
18
|
+
export { getGridStepperProps, getStepperProps } from './editor/stepper.mjs';
|
|
19
|
+
export { getGridSwitchProps, getSwitchProps } from './editor/switch.mjs';
|
|
20
|
+
export { getGridUploadProps, getUploadProps } from './editor/upload.mjs';
|
|
21
|
+
export { getAutoCompleteProps, getGridAutoCompleteProps } from './editor/autocomplete.mjs';
|
|
22
|
+
export { getCodeProps, getGridCodeProps } from './editor/code.mjs';
|
|
23
|
+
export { getGridHtmlProps, getHtmlProps } from './editor/html.mjs';
|
|
24
|
+
export { getGridMarkDownProps, getMarkDownProps } from './editor/markdown.mjs';
|
|
25
|
+
export { getArrayProps, getGridArrayProps } from './editor/array.mjs';
|
|
26
|
+
export { getCascaderProps, getGridCascaderProps } from './editor/cascader.mjs';
|
|
27
|
+
export { getColorPickerProps, getGridColorPickerProps } from './editor/color-picker.mjs';
|
|
28
|
+
|
|
29
|
+
"use strict";
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { NOOP, onClickOutside } from '@ibiz-template/core';
|
|
2
|
+
import { isNil } from 'ramda';
|
|
3
|
+
import { watch, onBeforeUnmount } from 'vue';
|
|
4
|
+
|
|
5
|
+
"use strict";
|
|
6
|
+
function useClickOutside(elRef, handler, options = {}) {
|
|
7
|
+
let stop = NOOP;
|
|
8
|
+
let pause = NOOP;
|
|
9
|
+
let proceed = NOOP;
|
|
10
|
+
const destroy = () => {
|
|
11
|
+
stop();
|
|
12
|
+
stop = NOOP;
|
|
13
|
+
pause = NOOP;
|
|
14
|
+
proceed = NOOP;
|
|
15
|
+
};
|
|
16
|
+
watch(
|
|
17
|
+
elRef,
|
|
18
|
+
(newVal, oldVal) => {
|
|
19
|
+
if (newVal !== oldVal) {
|
|
20
|
+
if (isNil(newVal)) {
|
|
21
|
+
destroy();
|
|
22
|
+
} else {
|
|
23
|
+
const result = onClickOutside(
|
|
24
|
+
(newVal == null ? void 0 : newVal.$el) || newVal,
|
|
25
|
+
handler,
|
|
26
|
+
options
|
|
27
|
+
);
|
|
28
|
+
stop = result.stop;
|
|
29
|
+
pause = result.pause;
|
|
30
|
+
proceed = result.proceed;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{ immediate: true }
|
|
35
|
+
);
|
|
36
|
+
onBeforeUnmount(() => {
|
|
37
|
+
if (stop !== NOOP) {
|
|
38
|
+
destroy();
|
|
39
|
+
}
|
|
40
|
+
});
|
|
41
|
+
return {
|
|
42
|
+
stop: () => stop(),
|
|
43
|
+
pause: () => pause(),
|
|
44
|
+
proceed: () => proceed()
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
export { useClickOutside };
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { watch, reactive, getCurrentInstance, onBeforeUnmount } from 'vue';
|
|
2
|
+
import { useProps, useForce } from '../../vue/vue.mjs';
|
|
3
|
+
import { useCtx } from '../../util/index.mjs';
|
|
4
|
+
|
|
5
|
+
"use strict";
|
|
6
|
+
function watchAndUpdateContextParams(props, control) {
|
|
7
|
+
watch(
|
|
8
|
+
() => ({ context: props.context, params: props.params }),
|
|
9
|
+
(newVal) => {
|
|
10
|
+
control.updateContextParams({ ...newVal });
|
|
11
|
+
ibiz.log.debug(`${control.model.id}\u7684\u4E0A\u4E0B\u6587\u6216\u89C6\u56FE\u53C2\u6570\u53D8\u66F4\uFF1A`, newVal);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
}
|
|
15
|
+
function watchAndUpdateState(props, control) {
|
|
16
|
+
const excludeKeys = ["context", "params", "modelData"];
|
|
17
|
+
watch(
|
|
18
|
+
() => {
|
|
19
|
+
const watchProps = {};
|
|
20
|
+
Object.keys(props).forEach((key) => {
|
|
21
|
+
if (!excludeKeys.includes(key)) {
|
|
22
|
+
watchProps[key] = props[key];
|
|
23
|
+
}
|
|
24
|
+
});
|
|
25
|
+
return watchProps;
|
|
26
|
+
},
|
|
27
|
+
(newVal, oldVal) => {
|
|
28
|
+
const changeProps = {};
|
|
29
|
+
Object.keys(newVal).forEach((key) => {
|
|
30
|
+
if (newVal[key] !== (oldVal || {})[key]) {
|
|
31
|
+
changeProps[key] = newVal[key];
|
|
32
|
+
}
|
|
33
|
+
});
|
|
34
|
+
ibiz.log.debug(`\u90E8\u4EF6 [${control.model.name}] state \u53D8\u66F4`, changeProps);
|
|
35
|
+
Object.keys(changeProps).forEach((key) => {
|
|
36
|
+
if (changeProps[key] !== void 0) {
|
|
37
|
+
control.state[key] = changeProps[key];
|
|
38
|
+
}
|
|
39
|
+
});
|
|
40
|
+
},
|
|
41
|
+
{ immediate: true }
|
|
42
|
+
);
|
|
43
|
+
}
|
|
44
|
+
function useControlController(fn) {
|
|
45
|
+
const ctx = useCtx();
|
|
46
|
+
const props = useProps();
|
|
47
|
+
ctx.evt.emit("onForecast", props.modelData.name);
|
|
48
|
+
const provider = props.provider;
|
|
49
|
+
let c;
|
|
50
|
+
if (provider == null ? void 0 : provider.createController) {
|
|
51
|
+
c = provider.createController(
|
|
52
|
+
props.modelData,
|
|
53
|
+
props.context,
|
|
54
|
+
props.params,
|
|
55
|
+
ctx
|
|
56
|
+
);
|
|
57
|
+
} else {
|
|
58
|
+
c = fn(props.modelData, props.context, props.params, ctx);
|
|
59
|
+
}
|
|
60
|
+
watchAndUpdateContextParams(props, c);
|
|
61
|
+
watchAndUpdateState(props, c);
|
|
62
|
+
c.state = reactive(c.state);
|
|
63
|
+
c.force = useForce();
|
|
64
|
+
const vue = getCurrentInstance().proxy;
|
|
65
|
+
c.evt.onAll((eventName, event) => {
|
|
66
|
+
vue.$emit(eventName.slice(2), event);
|
|
67
|
+
});
|
|
68
|
+
vue.$emit("controllerAppear", c);
|
|
69
|
+
c.created();
|
|
70
|
+
onBeforeUnmount(() => c.destroyed());
|
|
71
|
+
return c;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
export { useControlController };
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { NOOP, listenJSEvent } from '@ibiz-template/core';
|
|
2
|
+
import { isNil } from 'ramda';
|
|
3
|
+
import { watch, onBeforeUnmount } from 'vue';
|
|
4
|
+
|
|
5
|
+
"use strict";
|
|
6
|
+
function useEventListener(elRef, eventName, listener, options = {}) {
|
|
7
|
+
let cleanup = NOOP;
|
|
8
|
+
watch(
|
|
9
|
+
elRef,
|
|
10
|
+
(newVal, oldVal) => {
|
|
11
|
+
if (newVal !== oldVal) {
|
|
12
|
+
if (isNil(newVal)) {
|
|
13
|
+
cleanup();
|
|
14
|
+
cleanup = NOOP;
|
|
15
|
+
} else {
|
|
16
|
+
cleanup = listenJSEvent(
|
|
17
|
+
(newVal == null ? void 0 : newVal.$el) || newVal,
|
|
18
|
+
eventName,
|
|
19
|
+
listener,
|
|
20
|
+
options
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{ immediate: true }
|
|
26
|
+
);
|
|
27
|
+
onBeforeUnmount(() => {
|
|
28
|
+
if (cleanup !== NOOP) {
|
|
29
|
+
cleanup();
|
|
30
|
+
}
|
|
31
|
+
});
|
|
32
|
+
return () => {
|
|
33
|
+
cleanup();
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export { useEventListener };
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { ref } from 'vue';
|
|
2
|
+
import { useClickOutside } from '../click-outside/click-outside.mjs';
|
|
3
|
+
import { useEventListener } from '../event/event.mjs';
|
|
4
|
+
|
|
5
|
+
"use strict";
|
|
6
|
+
function useFocusAndBlur(focus, blur) {
|
|
7
|
+
const componentRef = ref();
|
|
8
|
+
const isFocus = ref(false);
|
|
9
|
+
let outsideFuns;
|
|
10
|
+
const doBlur = () => {
|
|
11
|
+
if (!isFocus.value) {
|
|
12
|
+
ibiz.log.debug("\u6CA1\u6709\u805A\u7126\uFF0C\u4E0D\u89E6\u53D1\u5931\u7126");
|
|
13
|
+
}
|
|
14
|
+
blur();
|
|
15
|
+
outsideFuns.stop();
|
|
16
|
+
isFocus.value = false;
|
|
17
|
+
};
|
|
18
|
+
const pause = () => {
|
|
19
|
+
if (outsideFuns) {
|
|
20
|
+
outsideFuns.pause();
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
const stop = () => {
|
|
24
|
+
if (outsideFuns) {
|
|
25
|
+
outsideFuns.stop();
|
|
26
|
+
}
|
|
27
|
+
};
|
|
28
|
+
useEventListener(
|
|
29
|
+
componentRef,
|
|
30
|
+
"click",
|
|
31
|
+
(_evt) => {
|
|
32
|
+
if (!isFocus.value) {
|
|
33
|
+
outsideFuns = useClickOutside(componentRef, () => {
|
|
34
|
+
doBlur();
|
|
35
|
+
});
|
|
36
|
+
isFocus.value = true;
|
|
37
|
+
focus();
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{ capture: true }
|
|
41
|
+
// 捕获防止内部ui拦截点击事件
|
|
42
|
+
);
|
|
43
|
+
return { componentRef, isFocus, doBlur, pause, stop };
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
export { useFocusAndBlur };
|
package/es/use/index.mjs
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export { useClickOutside } from './click-outside/click-outside.mjs';
|
|
2
|
+
import './control/index.mjs';
|
|
3
|
+
export { useEventListener } from './event/event.mjs';
|
|
4
|
+
export { useFocusAndBlur } from './focus-blur/focus-blur.mjs';
|
|
5
|
+
export { useNamespace } from './namespace/namespace.mjs';
|
|
6
|
+
export { useRouteKey, useRouterQuery } from './route/route.mjs';
|
|
7
|
+
export { useCtx, useMobCtx } from './util/index.mjs';
|
|
8
|
+
import './view/index.mjs';
|
|
9
|
+
export { EmptyVNode, getOrigin, isEmptyVNode, useController, useForce, useForceTogether, useProps, usePropsWatch } from './vue/vue.mjs';
|
|
10
|
+
export { useControlController } from './control/use-control-controller/use-control-controller.mjs';
|
|
11
|
+
export { useViewController } from './view/use-view-controller/use-view-controller.mjs';
|
|
12
|
+
|
|
13
|
+
"use strict";
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { useRoute } from 'vue-router';
|
|
2
|
+
import { ref, watch } from 'vue';
|
|
3
|
+
import '../../util/index.mjs';
|
|
4
|
+
import { RouteListener } from '../../util/route/route-listener.mjs';
|
|
5
|
+
|
|
6
|
+
"use strict";
|
|
7
|
+
function useRouterQuery() {
|
|
8
|
+
const route = useRoute();
|
|
9
|
+
const { query } = route;
|
|
10
|
+
return query;
|
|
11
|
+
}
|
|
12
|
+
function useRouteKey(originKey, route, routeKey) {
|
|
13
|
+
if (!routeKey) {
|
|
14
|
+
routeKey = ref("");
|
|
15
|
+
}
|
|
16
|
+
routeKey.value = originKey.value;
|
|
17
|
+
const routeListener = new RouteListener(route);
|
|
18
|
+
watch(originKey, (newVal, oldVal) => {
|
|
19
|
+
if (newVal !== oldVal) {
|
|
20
|
+
routeListener.nextChange(() => {
|
|
21
|
+
routeKey.value = newVal;
|
|
22
|
+
});
|
|
23
|
+
}
|
|
24
|
+
});
|
|
25
|
+
return routeKey;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
export { useRouteKey, useRouterQuery };
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { clearAll } from 'qx-util';
|
|
2
|
+
import { watch, inject, provide, reactive, getCurrentInstance, onBeforeUnmount } from 'vue';
|
|
3
|
+
import { useProps, useForce } from '../../vue/vue.mjs';
|
|
4
|
+
|
|
5
|
+
"use strict";
|
|
6
|
+
function watchAndUpdateContextParams(props, view) {
|
|
7
|
+
watch(
|
|
8
|
+
() => ({ context: props.context, params: props.params }),
|
|
9
|
+
(newVal) => {
|
|
10
|
+
view.context.reset({}, newVal.context);
|
|
11
|
+
clearAll(view.params);
|
|
12
|
+
Object.assign(view.params, newVal.params);
|
|
13
|
+
view.handleContextParams();
|
|
14
|
+
ibiz.log.debug(`${view.model.id}\u7684\u4E0A\u4E0B\u6587\u6216\u89C6\u56FE\u53C2\u6570\u53D8\u66F4\uFF1A`, newVal);
|
|
15
|
+
}
|
|
16
|
+
);
|
|
17
|
+
}
|
|
18
|
+
function watchAndUpdateState(props, view) {
|
|
19
|
+
watch(
|
|
20
|
+
() => {
|
|
21
|
+
return props.state ? { ...props.state } : {};
|
|
22
|
+
},
|
|
23
|
+
(newVal, oldVal) => {
|
|
24
|
+
const changeProps = {};
|
|
25
|
+
Object.keys(newVal).forEach((key) => {
|
|
26
|
+
if (newVal[key] !== (oldVal || {})[key]) {
|
|
27
|
+
changeProps[key] = newVal[key];
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
ibiz.log.debug(`\u89C6\u56FE [${view.model.name}] state \u53D8\u66F4`, changeProps);
|
|
31
|
+
Object.keys(changeProps).forEach((key) => {
|
|
32
|
+
view.state[key] = changeProps[key];
|
|
33
|
+
});
|
|
34
|
+
},
|
|
35
|
+
{ immediate: true }
|
|
36
|
+
);
|
|
37
|
+
}
|
|
38
|
+
function useViewController(fn) {
|
|
39
|
+
const props = useProps();
|
|
40
|
+
const ctx = inject("ctx", void 0);
|
|
41
|
+
ctx == null ? void 0 : ctx.evt.emit("onForecast", props.modelData.name);
|
|
42
|
+
const provider = props.provider;
|
|
43
|
+
let c;
|
|
44
|
+
if (provider == null ? void 0 : provider.createController) {
|
|
45
|
+
c = provider.createController(
|
|
46
|
+
props.modelData,
|
|
47
|
+
props.context,
|
|
48
|
+
props.params,
|
|
49
|
+
ctx
|
|
50
|
+
);
|
|
51
|
+
} else {
|
|
52
|
+
c = fn(props.modelData, props.context, props.params, ctx);
|
|
53
|
+
}
|
|
54
|
+
watchAndUpdateContextParams(props, c);
|
|
55
|
+
watchAndUpdateState(props, c);
|
|
56
|
+
provide("ctx", c.ctx);
|
|
57
|
+
c.state = reactive(c.state);
|
|
58
|
+
c.slotProps = reactive(c.slotProps);
|
|
59
|
+
if (props.modal) {
|
|
60
|
+
c.modal = props.modal;
|
|
61
|
+
}
|
|
62
|
+
c.force = useForce();
|
|
63
|
+
const vue = getCurrentInstance().proxy;
|
|
64
|
+
c.evt.onAll((eventName, event) => {
|
|
65
|
+
vue.$emit(eventName.slice(2), event);
|
|
66
|
+
});
|
|
67
|
+
c.created();
|
|
68
|
+
onBeforeUnmount(() => c.destroyed());
|
|
69
|
+
return c;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export { useViewController };
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { isFunc } from 'qx-util';
|
|
2
|
+
import { getCurrentInstance, isReactive, toRaw, watch, createCommentVNode } from 'vue';
|
|
3
|
+
|
|
4
|
+
"use strict";
|
|
5
|
+
function useProps() {
|
|
6
|
+
const vue = getCurrentInstance().proxy;
|
|
7
|
+
return vue.$props;
|
|
8
|
+
}
|
|
9
|
+
function getOrigin(val) {
|
|
10
|
+
return isReactive(val) ? toRaw(val) : val;
|
|
11
|
+
}
|
|
12
|
+
function usePropsWatch(key, callback, options) {
|
|
13
|
+
const props = useProps();
|
|
14
|
+
if (Object.prototype.hasOwnProperty.call(props, key)) {
|
|
15
|
+
watch(
|
|
16
|
+
() => props[key],
|
|
17
|
+
(newVal, oldVal) => {
|
|
18
|
+
callback(getOrigin(newVal), getOrigin(oldVal));
|
|
19
|
+
},
|
|
20
|
+
options
|
|
21
|
+
);
|
|
22
|
+
callback(getOrigin(props[key]), void 0);
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
function useForce() {
|
|
26
|
+
const vue = getCurrentInstance().proxy;
|
|
27
|
+
return (callback) => {
|
|
28
|
+
vue.$forceUpdate();
|
|
29
|
+
if (callback && isFunc(callback)) {
|
|
30
|
+
vue.$nextTick(() => {
|
|
31
|
+
callback();
|
|
32
|
+
});
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
function useForceTogether(vue, controller) {
|
|
37
|
+
const orignForce = controller.force;
|
|
38
|
+
const selfForce = useForce();
|
|
39
|
+
controller.force = (callback) => {
|
|
40
|
+
orignForce(callback);
|
|
41
|
+
selfForce();
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
function useController(controller) {
|
|
45
|
+
controller.force = useForce();
|
|
46
|
+
}
|
|
47
|
+
const EmptyVNode = createCommentVNode("EmptyVNode");
|
|
48
|
+
function isEmptyVNode(nodes) {
|
|
49
|
+
if (!Array.isArray(nodes)) {
|
|
50
|
+
return nodes === EmptyVNode;
|
|
51
|
+
}
|
|
52
|
+
return nodes.length === 1 && nodes[0] === EmptyVNode;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
export { EmptyVNode, getOrigin, isEmptyVNode, useController, useForce, useForceTogether, useProps, usePropsWatch };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import '../../use/index.mjs';
|
|
2
|
+
import { useNamespace } from '../../use/namespace/namespace.mjs';
|
|
3
|
+
|
|
4
|
+
"use strict";
|
|
5
|
+
function prepareControl(c) {
|
|
6
|
+
const commonNs = useNamespace("control");
|
|
7
|
+
const { controlType, sysCss, codeName } = c.model;
|
|
8
|
+
const typeClass = controlType.toLowerCase();
|
|
9
|
+
const sysCssName = sysCss == null ? void 0 : sysCss.cssName;
|
|
10
|
+
const ns = useNamespace(`control-${typeClass}`);
|
|
11
|
+
const controlClass = [
|
|
12
|
+
commonNs.b(),
|
|
13
|
+
commonNs.b(typeClass),
|
|
14
|
+
commonNs.m(codeName)
|
|
15
|
+
];
|
|
16
|
+
if (sysCssName) {
|
|
17
|
+
controlClass.push(sysCssName);
|
|
18
|
+
}
|
|
19
|
+
return { controlClass, ns };
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export { prepareControl };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from './route/route';
|
|
2
|
+
export * from './route/route-listener';
|
|
3
|
+
export * from './install';
|
|
4
|
+
export * from './control/prepare-control';
|
|
5
|
+
export * from './render/render';
|
|
6
|
+
export { OverlayContainer } from './overlay-container/overlay-container';
|
|
7
|
+
export { OverlayPopoverContainer } from './overlay-popover-container/overlay-popover-container';
|
|
8
|
+
export * from './overlay-view-util/overlay-view-util';
|
|
9
|
+
export { routerCallback } from './router-callback/router-callback';
|
|
10
|
+
export * from './store';
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/util/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,wBAAwB,CAAC;AACvC,cAAc,WAAW,CAAC;AAC1B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iBAAiB,CAAC;AAChC,OAAO,EAAE,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;AACzE,OAAO,EAAE,uBAAuB,EAAE,MAAM,uDAAuD,CAAC;AAChG,cAAc,uCAAuC,CAAC;AACtD,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AACnE,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export { calcResRoutePath, excludeViewTypes, generateRoutePath, getNestedRoutePath, getOwnRouteContext, onRouteChange, parseRouteViewData, route2routePath, routePath2string } from './route/route.mjs';
|
|
2
|
+
export { RouteListener } from './route/route-listener.mjs';
|
|
3
|
+
export { withInstall } from './install.mjs';
|
|
4
|
+
export { prepareControl } from './control/prepare-control.mjs';
|
|
5
|
+
export { renderString } from './render/render.mjs';
|
|
6
|
+
export { OverlayContainer } from './overlay-container/overlay-container.mjs';
|
|
7
|
+
export { OverlayPopoverContainer } from './overlay-popover-container/overlay-popover-container.mjs';
|
|
8
|
+
export { createOverlayView, getDrawerPlacement, openViewDrawer, openViewFloatWindow, openViewModal, openViewPopover } from './overlay-view-util/overlay-view-util.mjs';
|
|
9
|
+
export { routerCallback } from './router-callback/router-callback.mjs';
|
|
10
|
+
export { piniaInstance } from './store/index.mjs';
|
|
11
|
+
export { useAppStore } from './store/app-store/app-store.mjs';
|
|
12
|
+
export { useUIStore } from './store/ui-store/ui-store.mjs';
|
|
13
|
+
|
|
14
|
+
"use strict";
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import { QXEvent } from 'qx-util';
|
|
2
|
+
import { IOverlayContainer } from '@ibiz-template/runtime';
|
|
3
|
+
import { App, Component, VNode } from 'vue';
|
|
4
|
+
/**
|
|
5
|
+
* 全局弹出承载组件
|
|
6
|
+
*
|
|
7
|
+
* @author chitanda
|
|
8
|
+
* @date 2022-11-09 12:11:09
|
|
9
|
+
* @export
|
|
10
|
+
* @class OverlayContainer
|
|
11
|
+
*/
|
|
12
|
+
export declare class OverlayContainer<O> implements IOverlayContainer {
|
|
13
|
+
protected component: unknown;
|
|
14
|
+
protected render: (...args: any[]) => VNode;
|
|
15
|
+
protected opts?: O | undefined;
|
|
16
|
+
protected vm?: App;
|
|
17
|
+
/**
|
|
18
|
+
* 具体模态组件
|
|
19
|
+
*
|
|
20
|
+
* @author chitanda
|
|
21
|
+
* @date 2022-11-09 12:11:34
|
|
22
|
+
* @protected
|
|
23
|
+
* @type {*}
|
|
24
|
+
*/
|
|
25
|
+
protected modal: any;
|
|
26
|
+
/**
|
|
27
|
+
* 外面调用dismiss时传的result结果
|
|
28
|
+
*
|
|
29
|
+
* @author lxm
|
|
30
|
+
* @date 2022-11-09 20:11:06
|
|
31
|
+
* @protected
|
|
32
|
+
* @type {unknown}
|
|
33
|
+
*/
|
|
34
|
+
protected result?: unknown;
|
|
35
|
+
/**
|
|
36
|
+
* 内部事件
|
|
37
|
+
*
|
|
38
|
+
* @author chitanda
|
|
39
|
+
* @date 2022-11-09 12:11:42
|
|
40
|
+
* @protected
|
|
41
|
+
*/
|
|
42
|
+
protected evt: QXEvent<{
|
|
43
|
+
dismiss: (data?: unknown) => void;
|
|
44
|
+
}>;
|
|
45
|
+
/**
|
|
46
|
+
* 创建全局呈现
|
|
47
|
+
*
|
|
48
|
+
* @author chitanda
|
|
49
|
+
* @date 2022-11-09 14:11:52
|
|
50
|
+
* @param {unknown} component
|
|
51
|
+
* @param {(h: CreateElement) => VNode} render
|
|
52
|
+
* @param {IPopoverOptions} [opts]
|
|
53
|
+
*/
|
|
54
|
+
constructor(component: unknown, render: (...args: any[]) => VNode, opts?: O | undefined);
|
|
55
|
+
static createVueApp(_rootComponent: Component, _rootProps?: IData): App<Element>;
|
|
56
|
+
/**
|
|
57
|
+
* 初始化飘窗
|
|
58
|
+
*
|
|
59
|
+
* @author chitanda
|
|
60
|
+
* @date 2022-11-09 12:11:55
|
|
61
|
+
* @protected
|
|
62
|
+
* @return {*} {void}
|
|
63
|
+
*/
|
|
64
|
+
protected init(): void;
|
|
65
|
+
/**
|
|
66
|
+
* 打开飘窗
|
|
67
|
+
*
|
|
68
|
+
* @author chitanda
|
|
69
|
+
* @date 2022-11-09 12:11:52
|
|
70
|
+
* @param {HTMLElement} target
|
|
71
|
+
* @return {*} {Promise<void>}
|
|
72
|
+
*/
|
|
73
|
+
present(): Promise<void>;
|
|
74
|
+
/**
|
|
75
|
+
* 手动调用关闭飘窗
|
|
76
|
+
*
|
|
77
|
+
* @author chitanda
|
|
78
|
+
* @date 2022-11-09 12:11:39
|
|
79
|
+
* @param {unknown} [data]
|
|
80
|
+
* @return {*} {Promise<void>}
|
|
81
|
+
*/
|
|
82
|
+
dismiss(data?: unknown): Promise<void>;
|
|
83
|
+
/**
|
|
84
|
+
* 订阅窗口关闭
|
|
85
|
+
*
|
|
86
|
+
* @author chitanda
|
|
87
|
+
* @date 2022-11-09 12:11:20
|
|
88
|
+
* @template T
|
|
89
|
+
* @return {*} {Promise<T>}
|
|
90
|
+
*/
|
|
91
|
+
onWillDismiss<T = unknown>(): Promise<T>;
|
|
92
|
+
}
|
|
93
|
+
//# sourceMappingURL=overlay-container.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"overlay-container.d.ts","sourceRoot":"","sources":["../../../src/util/overlay-container/overlay-container.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAClC,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,GAAG,EAAE,SAAS,EAAK,KAAK,EAAE,MAAM,KAAK,CAAC;AAG/C;;;;;;;GAOG;AACH,qBAAa,gBAAgB,CAAC,CAAC,CAAE,YAAW,iBAAiB;IA0CzD,SAAS,CAAC,SAAS,EAAE,OAAO;IAC5B,SAAS,CAAC,MAAM,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,KAAK;IAC3C,SAAS,CAAC,IAAI,CAAC;IA3CjB,SAAS,CAAC,EAAE,CAAC,EAAE,GAAG,CAAC;IAEnB;;;;;;;OAOG;IACH,SAAS,CAAC,KAAK,EAAE,GAAG,CAAC;IAErB;;;;;;;OAOG;IACH,SAAS,CAAC,MAAM,CAAC,EAAE,OAAO,CAAC;IAE3B;;;;;;OAMG;IACH,SAAS,CAAC,GAAG,EAAE,OAAO,CAAC;QAAE,OAAO,EAAE,CAAC,IAAI,CAAC,EAAE,OAAO,KAAK,IAAI,CAAA;KAAE,CAAC,CAAiB;IAE9E;;;;;;;;OAQG;gBAES,SAAS,EAAE,OAAO,EAClB,MAAM,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,KAAK,EACjC,IAAI,CAAC,eAAG;IAKpB,MAAM,CAAC,YAAY,CACjB,cAAc,EAAE,SAAS,EACzB,UAAU,CAAC,EAAE,KAAK,GACjB,GAAG,CAAC,OAAO,CAAC;IAIf;;;;;;;OAOG;IACH,SAAS,CAAC,IAAI,IAAI,IAAI;IAkCtB;;;;;;;OAOG;IACG,OAAO,IAAI,OAAO,CAAC,IAAI,CAAC;IAI9B;;;;;;;OAOG;IACG,OAAO,CAAC,IAAI,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC;IAI5C;;;;;;;OAOG;IACG,aAAa,CAAC,CAAC,GAAG,OAAO,KAAK,OAAO,CAAC,CAAC,CAAC;CAS/C"}
|