@ibiz-template/mob-vue3-components 0.0.1-alpha.19
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/LICENSE +21 -0
- package/dist/chart-YWsFl76M.js +2 -0
- package/dist/chart-YWsFl76M.js.map +1 -0
- package/dist/index-UNZ1dtt_.js +2 -0
- package/dist/index-UNZ1dtt_.js.map +1 -0
- package/dist/index-Ul84JXar.js +2 -0
- package/dist/index-Ul84JXar.js.map +1 -0
- package/dist/index.min.css +1 -0
- package/dist/index.system.min.js +16 -0
- package/dist/index.system.min.js.map +1 -0
- package/dist/tree-SFO3fWSy.js +2 -0
- package/dist/tree-SFO3fWSy.js.map +1 -0
- package/es/_virtual/_commonjsHelpers.mjs +40 -0
- package/es/_virtual/rolldate.min.mjs +3 -0
- package/es/common/action-toolbar/action-toolbar.css +1 -0
- package/es/common/action-toolbar/action-toolbar.d.ts +64 -0
- package/es/common/action-toolbar/action-toolbar.mjs +66 -0
- package/es/common/col/col.css +1 -0
- package/es/common/col/col.d.ts +37 -0
- package/es/common/col/col.mjs +103 -0
- package/es/common/index.d.ts +8 -0
- package/es/common/index.mjs +27 -0
- package/es/common/keep-alive/keep-alive.d.ts +45 -0
- package/es/common/keep-alive/keep-alive.mjs +294 -0
- package/es/common/keep-alive/scheduler.d.ts +41 -0
- package/es/common/keep-alive/scheduler.mjs +169 -0
- package/es/common/no-data/no-data.css +1 -0
- package/es/common/no-data/no-data.d.ts +16 -0
- package/es/common/no-data/no-data.mjs +33 -0
- package/es/common/rawitem/rawitem.css +1 -0
- package/es/common/rawitem/rawitem.d.ts +51 -0
- package/es/common/rawitem/rawitem.mjs +251 -0
- package/es/common/row/row.d.ts +9 -0
- package/es/common/row/row.mjs +42 -0
- package/es/control/app-menu/app-menu.css +1 -0
- package/es/control/app-menu/app-menu.d.ts +41 -0
- package/es/control/app-menu/app-menu.mjs +208 -0
- package/es/control/app-menu/app-menu.provider.d.ts +13 -0
- package/es/control/app-menu/app-menu.provider.mjs +14 -0
- package/es/control/app-menu/index.d.ts +39 -0
- package/es/control/app-menu/index.mjs +15 -0
- package/es/control/calendar/calendar.css +1 -0
- package/es/control/calendar/calendar.d.ts +65 -0
- package/es/control/calendar/calendar.mjs +203 -0
- package/es/control/calendar/calendar.provider.d.ts +13 -0
- package/es/control/calendar/calendar.provider.mjs +14 -0
- package/es/control/calendar/index.d.ts +62 -0
- package/es/control/calendar/index.mjs +15 -0
- package/es/control/caption-bar/caption-bar.css +1 -0
- package/es/control/caption-bar/caption-bar.d.ts +36 -0
- package/es/control/caption-bar/caption-bar.mjs +45 -0
- package/es/control/caption-bar/caption-bar.provider.d.ts +13 -0
- package/es/control/caption-bar/caption-bar.provider.mjs +14 -0
- package/es/control/caption-bar/index.d.ts +34 -0
- package/es/control/caption-bar/index.mjs +18 -0
- package/es/control/chart/chart.css +1 -0
- package/es/control/chart/chart.d.ts +62 -0
- package/es/control/chart/chart.mjs +61 -0
- package/es/control/chart/chart.provider.d.ts +13 -0
- package/es/control/chart/chart.provider.mjs +14 -0
- package/es/control/chart/index.d.ts +5 -0
- package/es/control/chart/index.mjs +21 -0
- package/es/control/dashboard/dashboard.css +1 -0
- package/es/control/dashboard/dashboard.d.ts +36 -0
- package/es/control/dashboard/dashboard.mjs +94 -0
- package/es/control/dashboard/dashboard.provider.d.ts +13 -0
- package/es/control/dashboard/dashboard.provider.mjs +14 -0
- package/es/control/dashboard/index.d.ts +35 -0
- package/es/control/dashboard/index.mjs +30 -0
- package/es/control/dashboard/portlet/container-portlet/container-portlet.d.ts +24 -0
- package/es/control/dashboard/portlet/container-portlet/container-portlet.mjs +58 -0
- package/es/control/dashboard/portlet/container-portlet/container-portlet.provider.d.ts +14 -0
- package/es/control/dashboard/portlet/container-portlet/container-portlet.provider.mjs +25 -0
- package/es/control/dashboard/portlet/container-portlet/index.d.ts +24 -0
- package/es/control/dashboard/portlet/container-portlet/index.mjs +15 -0
- package/es/control/dashboard/portlet/index.d.ts +4 -0
- package/es/control/dashboard/portlet/index.mjs +11 -0
- package/es/control/dashboard/portlet/menu-portlet/index.d.ts +25 -0
- package/es/control/dashboard/portlet/menu-portlet/index.mjs +12 -0
- package/es/control/dashboard/portlet/menu-portlet/menu-portlet.d.ts +25 -0
- package/es/control/dashboard/portlet/menu-portlet/menu-portlet.mjs +49 -0
- package/es/control/dashboard/portlet/menu-portlet/menu-portlet.provider.d.ts +14 -0
- package/es/control/dashboard/portlet/menu-portlet/menu-portlet.provider.mjs +25 -0
- package/es/control/dashboard/portlet/portlet-layout/portlet-layout.css +1 -0
- package/es/control/dashboard/portlet/portlet-layout/portlet-layout.d.ts +21 -0
- package/es/control/dashboard/portlet/portlet-layout/portlet-layout.mjs +65 -0
- package/es/control/dashboard/portlet/portlet-part/index.d.ts +1 -0
- package/es/control/dashboard/portlet/portlet-part/index.mjs +3 -0
- package/es/control/dashboard/portlet/portlet-part/portlet-part.state.d.ts +20 -0
- package/es/control/dashboard/portlet/portlet-part/portlet-part.state.mjs +33 -0
- package/es/control/data-view/data-view.css +1 -0
- package/es/control/data-view/data-view.d.ts +55 -0
- package/es/control/data-view/data-view.mjs +143 -0
- package/es/control/data-view/data-view.provider.d.ts +11 -0
- package/es/control/data-view/data-view.provider.mjs +14 -0
- package/es/control/data-view/index.d.ts +53 -0
- package/es/control/data-view/index.mjs +18 -0
- package/es/control/drtab/drtab.controller.d.ts +128 -0
- package/es/control/drtab/drtab.controller.mjs +274 -0
- package/es/control/drtab/drtab.css +0 -0
- package/es/control/drtab/drtab.d.ts +37 -0
- package/es/control/drtab/drtab.mjs +71 -0
- package/es/control/drtab/drtab.provider.d.ts +11 -0
- package/es/control/drtab/drtab.provider.mjs +14 -0
- package/es/control/drtab/index.d.ts +36 -0
- package/es/control/drtab/index.mjs +13 -0
- package/es/control/form/edit-form/edit-form.d.ts +52 -0
- package/es/control/form/edit-form/edit-form.mjs +62 -0
- package/es/control/form/edit-form/edit-form.provider.d.ts +13 -0
- package/es/control/form/edit-form/edit-form.provider.mjs +14 -0
- package/es/control/form/edit-form/index.d.ts +50 -0
- package/es/control/form/edit-form/index.mjs +15 -0
- package/es/control/form/form/form.css +1 -0
- package/es/control/form/form/form.d.ts +30 -0
- package/es/control/form/form/form.mjs +101 -0
- package/es/control/form/form/index.d.ts +31 -0
- package/es/control/form/form/index.mjs +28 -0
- package/es/control/form/form-detail/form-button/form-button.css +1 -0
- package/es/control/form/form-detail/form-button/form-button.d.ts +27 -0
- package/es/control/form/form-detail/form-button/form-button.mjs +49 -0
- package/es/control/form/form-detail/form-button/form-button.provider.d.ts +15 -0
- package/es/control/form/form-detail/form-button/form-button.provider.mjs +21 -0
- package/es/control/form/form-detail/form-button/index.d.ts +24 -0
- package/es/control/form/form-detail/form-button/index.mjs +12 -0
- package/es/control/form/form-detail/form-druipart/form-druipart.css +1 -0
- package/es/control/form/form-detail/form-druipart/form-druipart.d.ts +27 -0
- package/es/control/form/form-detail/form-druipart/form-druipart.mjs +47 -0
- package/es/control/form/form-detail/form-druipart/form-druipart.provider.d.ts +15 -0
- package/es/control/form/form-detail/form-druipart/form-druipart.provider.mjs +21 -0
- package/es/control/form/form-detail/form-druipart/index.d.ts +24 -0
- package/es/control/form/form-detail/form-druipart/index.mjs +12 -0
- package/es/control/form/form-detail/form-group-panel/form-group-panel.css +1 -0
- package/es/control/form/form-detail/form-group-panel/form-group-panel.d.ts +30 -0
- package/es/control/form/form-detail/form-group-panel/form-group-panel.mjs +125 -0
- package/es/control/form/form-detail/form-group-panel/form-group-panel.provider.d.ts +15 -0
- package/es/control/form/form-detail/form-group-panel/form-group-panel.provider.mjs +21 -0
- package/es/control/form/form-detail/form-group-panel/index.d.ts +27 -0
- package/es/control/form/form-detail/form-group-panel/index.mjs +18 -0
- package/es/control/form/form-detail/form-item/form-item-container/form-item-container.css +1 -0
- package/es/control/form/form-detail/form-item/form-item-container/form-item-container.d.ts +45 -0
- package/es/control/form/form-detail/form-item/form-item-container/form-item-container.mjs +90 -0
- package/es/control/form/form-detail/form-item/form-item.css +1 -0
- package/es/control/form/form-detail/form-item/form-item.d.ts +29 -0
- package/es/control/form/form-detail/form-item/form-item.mjs +85 -0
- package/es/control/form/form-detail/form-item/form-item.provider.d.ts +15 -0
- package/es/control/form/form-detail/form-item/form-item.provider.mjs +21 -0
- package/es/control/form/form-detail/form-item/index.d.ts +27 -0
- package/es/control/form/form-detail/form-item/index.mjs +14 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-container/form-mdctrl-container.css +1 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-container/form-mdctrl-container.d.ts +36 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-container/form-mdctrl-container.mjs +66 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-data-view/form-mdctrl-data-view.d.ts +17 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-data-view/form-mdctrl-data-view.mjs +68 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.d.ts +17 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.mjs +80 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-list/form-mdctrl-list.d.ts +17 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-list/form-mdctrl-list.mjs +68 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater-form/form-mdctrl-repeater-form-shell.d.ts +72 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater-form/form-mdctrl-repeater-form-shell.mjs +157 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater-form/form-mdctrl-repeater-form.d.ts +17 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater-form/form-mdctrl-repeater-form.mjs +57 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater-form-one/form-mdctrl-repeater-form-one.d.ts +17 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater-form-one/form-mdctrl-repeater-form-one.mjs +55 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl.d.ts +26 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl.mjs +81 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl.provider.d.ts +15 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl.provider.mjs +21 -0
- package/es/control/form/form-detail/form-mdctrl/index.d.ts +26 -0
- package/es/control/form/form-detail/form-mdctrl/index.mjs +26 -0
- package/es/control/form/form-detail/form-page/form-page-item/form-page-item.css +1 -0
- package/es/control/form/form-detail/form-page/form-page-item/form-page-item.d.ts +25 -0
- package/es/control/form/form-detail/form-page/form-page-item/form-page-item.mjs +61 -0
- package/es/control/form/form-detail/form-page/form-page.css +1 -0
- package/es/control/form/form-detail/form-page/form-page.d.ts +29 -0
- package/es/control/form/form-detail/form-page/form-page.mjs +82 -0
- package/es/control/form/form-detail/form-page/form-page.provider.d.ts +15 -0
- package/es/control/form/form-detail/form-page/form-page.provider.mjs +21 -0
- package/es/control/form/form-detail/form-page/index.d.ts +27 -0
- package/es/control/form/form-detail/form-page/index.mjs +14 -0
- package/es/control/form/form-detail/form-rawitem/form-rawitem.css +1 -0
- package/es/control/form/form-detail/form-rawitem/form-rawitem.d.ts +26 -0
- package/es/control/form/form-detail/form-rawitem/form-rawitem.mjs +57 -0
- package/es/control/form/form-detail/form-rawitem/form-rawitem.provider.d.ts +15 -0
- package/es/control/form/form-detail/form-rawitem/form-rawitem.provider.mjs +21 -0
- package/es/control/form/form-detail/form-rawitem/index.d.ts +23 -0
- package/es/control/form/form-detail/form-rawitem/index.mjs +12 -0
- package/es/control/form/form-detail/form-tab-page/form-tab-page.css +1 -0
- package/es/control/form/form-detail/form-tab-page/form-tab-page.d.ts +26 -0
- package/es/control/form/form-detail/form-tab-page/form-tab-page.mjs +54 -0
- package/es/control/form/form-detail/form-tab-page/form-tab-page.provider.d.ts +15 -0
- package/es/control/form/form-detail/form-tab-page/form-tab-page.provider.mjs +21 -0
- package/es/control/form/form-detail/form-tab-page/index.d.ts +23 -0
- package/es/control/form/form-detail/form-tab-page/index.mjs +12 -0
- package/es/control/form/form-detail/form-tab-panel/form-tab-panel.css +1 -0
- package/es/control/form/form-detail/form-tab-panel/form-tab-panel.d.ts +26 -0
- package/es/control/form/form-detail/form-tab-panel/form-tab-panel.mjs +59 -0
- package/es/control/form/form-detail/form-tab-panel/form-tab-panel.provider.d.ts +15 -0
- package/es/control/form/form-detail/form-tab-panel/form-tab-panel.provider.mjs +21 -0
- package/es/control/form/form-detail/form-tab-panel/index.d.ts +23 -0
- package/es/control/form/form-detail/form-tab-panel/index.mjs +12 -0
- package/es/control/form/form-detail/index.d.ts +9 -0
- package/es/control/form/form-detail/index.mjs +22 -0
- package/es/control/form/index.d.ts +4 -0
- package/es/control/form/index.mjs +27 -0
- package/es/control/form/search-form/index.d.ts +34 -0
- package/es/control/form/search-form/index.mjs +18 -0
- package/es/control/form/search-form/search-form.css +1 -0
- package/es/control/form/search-form/search-form.d.ts +36 -0
- package/es/control/form/search-form/search-form.mjs +70 -0
- package/es/control/form/search-form/search-form.provider.d.ts +13 -0
- package/es/control/form/search-form/search-form.provider.mjs +14 -0
- package/es/control/index.d.ts +16 -0
- package/es/control/index.mjs +68 -0
- package/es/control/list/index.d.ts +73 -0
- package/es/control/list/index.mjs +12 -0
- package/es/control/list/list.css +1 -0
- package/es/control/list/list.d.ts +105 -0
- package/es/control/list/list.mjs +185 -0
- package/es/control/list/list.provider.d.ts +13 -0
- package/es/control/list/list.provider.mjs +14 -0
- package/es/control/md-ctrl/index.d.ts +73 -0
- package/es/control/md-ctrl/index.mjs +12 -0
- package/es/control/md-ctrl/md-ctrl.css +1 -0
- package/es/control/md-ctrl/md-ctrl.d.ts +103 -0
- package/es/control/md-ctrl/md-ctrl.mjs +210 -0
- package/es/control/md-ctrl/md-ctrl.provider.d.ts +13 -0
- package/es/control/md-ctrl/md-ctrl.provider.mjs +14 -0
- package/es/control/panel/index.d.ts +2 -0
- package/es/control/panel/index.mjs +6 -0
- package/es/control/panel/panel/index.d.ts +51 -0
- package/es/control/panel/panel/index.mjs +12 -0
- package/es/control/panel/panel/panel.css +1 -0
- package/es/control/panel/panel/panel.d.ts +56 -0
- package/es/control/panel/panel/panel.mjs +130 -0
- package/es/control/panel/panel/panel.provider.d.ts +13 -0
- package/es/control/panel/panel/panel.provider.mjs +14 -0
- package/es/control/panel/view-layout-panel/index.d.ts +36 -0
- package/es/control/panel/view-layout-panel/index.mjs +18 -0
- package/es/control/panel/view-layout-panel/view-layout-panel.css +1 -0
- package/es/control/panel/view-layout-panel/view-layout-panel.d.ts +41 -0
- package/es/control/panel/view-layout-panel/view-layout-panel.mjs +109 -0
- package/es/control/panel/view-layout-panel/view-layout-panel.provider.d.ts +13 -0
- package/es/control/panel/view-layout-panel/view-layout-panel.provider.mjs +14 -0
- package/es/control/pickup-view-panel/index.d.ts +45 -0
- package/es/control/pickup-view-panel/index.mjs +19 -0
- package/es/control/pickup-view-panel/pickup-view-panel.controller.d.ts +58 -0
- package/es/control/pickup-view-panel/pickup-view-panel.controller.mjs +99 -0
- package/es/control/pickup-view-panel/pickup-view-panel.css +1 -0
- package/es/control/pickup-view-panel/pickup-view-panel.d.ts +45 -0
- package/es/control/pickup-view-panel/pickup-view-panel.mjs +63 -0
- package/es/control/pickup-view-panel/pickup-view-panel.provider.d.ts +11 -0
- package/es/control/pickup-view-panel/pickup-view-panel.provider.mjs +14 -0
- package/es/control/search-bar/index.d.ts +37 -0
- package/es/control/search-bar/index.mjs +18 -0
- package/es/control/search-bar/search-bar.css +1 -0
- package/es/control/search-bar/search-bar.d.ts +39 -0
- package/es/control/search-bar/search-bar.mjs +71 -0
- package/es/control/search-bar/search-bar.provider.d.ts +13 -0
- package/es/control/search-bar/search-bar.provider.mjs +14 -0
- package/es/control/tab-exp-panel/index.d.ts +43 -0
- package/es/control/tab-exp-panel/index.mjs +18 -0
- package/es/control/tab-exp-panel/tab-exp-panel.d.ts +44 -0
- package/es/control/tab-exp-panel/tab-exp-panel.mjs +63 -0
- package/es/control/tab-exp-panel/tab-exp-panel.provider.d.ts +11 -0
- package/es/control/tab-exp-panel/tab-exp-panel.provider.mjs +14 -0
- package/es/control/toolbar/index.d.ts +38 -0
- package/es/control/toolbar/index.mjs +15 -0
- package/es/control/toolbar/toolbar.css +1 -0
- package/es/control/toolbar/toolbar.d.ts +41 -0
- package/es/control/toolbar/toolbar.mjs +161 -0
- package/es/control/toolbar/toolbar.provider.d.ts +13 -0
- package/es/control/toolbar/toolbar.provider.mjs +14 -0
- package/es/control/tree/index.d.ts +6 -0
- package/es/control/tree/index.mjs +16 -0
- package/es/control/tree/tree.css +1 -0
- package/es/control/tree/tree.d.ts +108 -0
- package/es/control/tree/tree.mjs +185 -0
- package/es/control/tree/tree.provider.d.ts +13 -0
- package/es/control/tree/tree.provider.mjs +14 -0
- package/es/editor/cascader/cascader-editor.controller.d.ts +10 -0
- package/es/editor/cascader/cascader-editor.controller.mjs +7 -0
- package/es/editor/cascader/cascader-editor.provider.d.ts +17 -0
- package/es/editor/cascader/cascader-editor.provider.mjs +22 -0
- package/es/editor/cascader/ibiz-cascader/ibiz-cascader.css +1 -0
- package/es/editor/cascader/ibiz-cascader/ibiz-cascader.d.ts +67 -0
- package/es/editor/cascader/ibiz-cascader/ibiz-cascader.mjs +273 -0
- package/es/editor/cascader/index.d.ts +3 -0
- package/es/editor/cascader/index.mjs +5 -0
- package/es/editor/check-box/check-box-editor.controller.d.ts +11 -0
- package/es/editor/check-box/check-box-editor.controller.mjs +7 -0
- package/es/editor/check-box/check-box-editor.provider.d.ts +17 -0
- package/es/editor/check-box/check-box-editor.provider.mjs +22 -0
- package/es/editor/check-box/ibiz-checkbox/ibiz-checkbox.d.ts +49 -0
- package/es/editor/check-box/ibiz-checkbox/ibiz-checkbox.mjs +63 -0
- package/es/editor/check-box/index.d.ts +3 -0
- package/es/editor/check-box/index.mjs +5 -0
- package/es/editor/check-box-list/checkbox-list-editor.controller.d.ts +18 -0
- package/es/editor/check-box-list/checkbox-list-editor.controller.mjs +30 -0
- package/es/editor/check-box-list/checkbox-list-editor.provider.d.ts +17 -0
- package/es/editor/check-box-list/checkbox-list-editor.provider.mjs +22 -0
- package/es/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.css +1 -0
- package/es/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.d.ts +52 -0
- package/es/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.mjs +142 -0
- package/es/editor/check-box-list/index.d.ts +3 -0
- package/es/editor/check-box-list/index.mjs +5 -0
- package/es/editor/color-picker/color-picker-editor.controller.d.ts +13 -0
- package/es/editor/color-picker/color-picker-editor.controller.mjs +7 -0
- package/es/editor/color-picker/color-picker-editor.provider.d.ts +17 -0
- package/es/editor/color-picker/color-picker-editor.provider.mjs +22 -0
- package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.css +1 -0
- package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.d.ts +53 -0
- package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.mjs +94 -0
- package/es/editor/color-picker/index.d.ts +3 -0
- package/es/editor/color-picker/index.mjs +5 -0
- package/es/editor/common/right-icon/right-icon.css +1 -0
- package/es/editor/common/right-icon/right-icon.d.ts +4 -0
- package/es/editor/common/right-icon/right-icon.mjs +22 -0
- package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.css +1 -0
- package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.d.ts +60 -0
- package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.mjs +204 -0
- package/es/editor/data-picker/ibiz-picker/ibiz-picker.css +1 -0
- package/es/editor/data-picker/ibiz-picker/ibiz-picker.d.ts +69 -0
- package/es/editor/data-picker/ibiz-picker/ibiz-picker.mjs +245 -0
- package/es/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.css +1 -0
- package/es/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.d.ts +73 -0
- package/es/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.mjs +200 -0
- package/es/editor/data-picker/index.d.ts +5 -0
- package/es/editor/data-picker/index.mjs +7 -0
- package/es/editor/data-picker/picker-editor.controller.d.ts +117 -0
- package/es/editor/data-picker/picker-editor.controller.mjs +303 -0
- package/es/editor/data-picker/picker-editor.provider.d.ts +18 -0
- package/es/editor/data-picker/picker-editor.provider.mjs +34 -0
- package/es/editor/date-picker/date-picker-editor.controller.d.ts +34 -0
- package/es/editor/date-picker/date-picker-editor.controller.mjs +62 -0
- package/es/editor/date-picker/date-picker-editor.provider.d.ts +17 -0
- package/es/editor/date-picker/date-picker-editor.provider.mjs +22 -0
- package/es/editor/date-picker/ibiz-date-picker/ibiz-date-picker.css +1 -0
- package/es/editor/date-picker/ibiz-date-picker/ibiz-date-picker.d.ts +55 -0
- package/es/editor/date-picker/ibiz-date-picker/ibiz-date-picker.mjs +116 -0
- package/es/editor/date-picker/index.d.ts +3 -0
- package/es/editor/date-picker/index.mjs +5 -0
- package/es/editor/date-range/date-range-editor.controller.d.ts +28 -0
- package/es/editor/date-range/date-range-editor.controller.mjs +45 -0
- package/es/editor/date-range/date-range-editor.provider.d.ts +15 -0
- package/es/editor/date-range/date-range-editor.provider.mjs +22 -0
- package/es/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.css +1 -0
- package/es/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.d.ts +61 -0
- package/es/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.mjs +192 -0
- package/es/editor/date-range/index.d.ts +3 -0
- package/es/editor/date-range/index.mjs +5 -0
- package/es/editor/dropdown-list/dropdown-list-editor.controller.d.ts +25 -0
- package/es/editor/dropdown-list/dropdown-list-editor.controller.mjs +33 -0
- package/es/editor/dropdown-list/dropdown-list-editor.provider.d.ts +17 -0
- package/es/editor/dropdown-list/dropdown-list-editor.provider.mjs +22 -0
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.css +1 -0
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.d.ts +61 -0
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.mjs +149 -0
- package/es/editor/dropdown-list/index.d.ts +3 -0
- package/es/editor/dropdown-list/index.mjs +5 -0
- package/es/editor/index.d.ts +5 -0
- package/es/editor/index.mjs +169 -0
- package/es/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.css +1 -0
- package/es/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.d.ts +3 -0
- package/es/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.mjs +237 -0
- package/es/editor/markdown/index.d.ts +2 -0
- package/es/editor/markdown/index.mjs +4 -0
- package/es/editor/markdown/markdown-editor.controller.d.ts +46 -0
- package/es/editor/markdown/markdown-editor.controller.mjs +113 -0
- package/es/editor/markdown/markdown-editor.provider.d.ts +17 -0
- package/es/editor/markdown/markdown-editor.provider.mjs +22 -0
- package/es/editor/not-supported-editor/not-supported-editor.css +1 -0
- package/es/editor/not-supported-editor/not-supported-editor.d.ts +16 -0
- package/es/editor/not-supported-editor/not-supported-editor.mjs +27 -0
- package/es/editor/number-range/ibiz-number-range-picker/ibiz-number-range-picker.css +1 -0
- package/es/editor/number-range/ibiz-number-range-picker/ibiz-number-range-picker.d.ts +61 -0
- package/es/editor/number-range/ibiz-number-range-picker/ibiz-number-range-picker.mjs +122 -0
- package/es/editor/number-range/index.d.ts +3 -0
- package/es/editor/number-range/index.mjs +5 -0
- package/es/editor/number-range/number-range-editor.controller.d.ts +11 -0
- package/es/editor/number-range/number-range-editor.controller.mjs +7 -0
- package/es/editor/number-range/number-range-editor.provider.d.ts +15 -0
- package/es/editor/number-range/number-range-editor.provider.mjs +22 -0
- package/es/editor/radio-button-list/ibiz-radio/ibiz-radio.css +1 -0
- package/es/editor/radio-button-list/ibiz-radio/ibiz-radio.d.ts +52 -0
- package/es/editor/radio-button-list/ibiz-radio/ibiz-radio.mjs +76 -0
- package/es/editor/radio-button-list/index.d.ts +3 -0
- package/es/editor/radio-button-list/index.mjs +5 -0
- package/es/editor/radio-button-list/radio-button-list.controller.d.ts +10 -0
- package/es/editor/radio-button-list/radio-button-list.controller.mjs +7 -0
- package/es/editor/radio-button-list/radio-button-list.provider.d.ts +17 -0
- package/es/editor/radio-button-list/radio-button-list.provider.mjs +25 -0
- package/es/editor/rate/ibiz-rate/ibiz-rate.css +1 -0
- package/es/editor/rate/ibiz-rate/ibiz-rate.d.ts +51 -0
- package/es/editor/rate/ibiz-rate/ibiz-rate.mjs +63 -0
- package/es/editor/rate/index.d.ts +3 -0
- package/es/editor/rate/index.mjs +5 -0
- package/es/editor/rate/rate-editor.controller.d.ts +11 -0
- package/es/editor/rate/rate-editor.controller.mjs +7 -0
- package/es/editor/rate/rate-editor.provider.d.ts +15 -0
- package/es/editor/rate/rate-editor.provider.mjs +22 -0
- package/es/editor/slider/ibiz-slider/ibiz-slider.css +1 -0
- package/es/editor/slider/ibiz-slider/ibiz-slider.d.ts +54 -0
- package/es/editor/slider/ibiz-slider/ibiz-slider.mjs +99 -0
- package/es/editor/slider/index.d.ts +3 -0
- package/es/editor/slider/index.mjs +5 -0
- package/es/editor/slider/slider-editor.controller.d.ts +11 -0
- package/es/editor/slider/slider-editor.controller.mjs +7 -0
- package/es/editor/slider/slider-editor.provider.d.ts +15 -0
- package/es/editor/slider/slider-editor.provider.mjs +22 -0
- package/es/editor/span/index.d.ts +4 -0
- package/es/editor/span/index.mjs +6 -0
- package/es/editor/span/span/span.css +1 -0
- package/es/editor/span/span/span.d.ts +43 -0
- package/es/editor/span/span/span.mjs +80 -0
- package/es/editor/span/span-editor.controller.d.ts +26 -0
- package/es/editor/span/span-editor.controller.mjs +62 -0
- package/es/editor/span/span-editor.provider.d.ts +18 -0
- package/es/editor/span/span-editor.provider.mjs +26 -0
- package/es/editor/span/span-link/span-link.css +1 -0
- package/es/editor/span/span-link/span-link.d.ts +51 -0
- package/es/editor/span/span-link/span-link.mjs +46 -0
- package/es/editor/stepper/ibiz-stepper/ibiz-stepper.css +1 -0
- package/es/editor/stepper/ibiz-stepper/ibiz-stepper.d.ts +57 -0
- package/es/editor/stepper/ibiz-stepper/ibiz-stepper.mjs +90 -0
- package/es/editor/stepper/index.d.ts +3 -0
- package/es/editor/stepper/index.mjs +5 -0
- package/es/editor/stepper/stepper-editor.controller.d.ts +18 -0
- package/es/editor/stepper/stepper-editor.controller.mjs +23 -0
- package/es/editor/stepper/stepper-editor.provider.d.ts +15 -0
- package/es/editor/stepper/stepper-editor.provider.mjs +22 -0
- package/es/editor/switch/ibiz-switch/ibiz-switch.css +1 -0
- package/es/editor/switch/ibiz-switch/ibiz-switch.d.ts +50 -0
- package/es/editor/switch/ibiz-switch/ibiz-switch.mjs +53 -0
- package/es/editor/switch/index.d.ts +3 -0
- package/es/editor/switch/index.mjs +5 -0
- package/es/editor/switch/switch-editor.controller.d.ts +11 -0
- package/es/editor/switch/switch-editor.controller.mjs +7 -0
- package/es/editor/switch/switch-editor.provider.d.ts +15 -0
- package/es/editor/switch/switch-editor.provider.mjs +22 -0
- package/es/editor/text-box/ibiz-input-number/ibiz-input-number.css +1 -0
- package/es/editor/text-box/ibiz-input-number/ibiz-input-number.d.ts +54 -0
- package/es/editor/text-box/ibiz-input-number/ibiz-input-number.mjs +92 -0
- package/es/editor/text-box/index.d.ts +4 -0
- package/es/editor/text-box/index.mjs +6 -0
- package/es/editor/text-box/input/input.css +1 -0
- package/es/editor/text-box/input/input.d.ts +56 -0
- package/es/editor/text-box/input/input.mjs +151 -0
- package/es/editor/text-box/text-box-editor.controller.d.ts +21 -0
- package/es/editor/text-box/text-box-editor.controller.mjs +28 -0
- package/es/editor/text-box/text-box-editor.provider.d.ts +18 -0
- package/es/editor/text-box/text-box-editor.provider.mjs +26 -0
- package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.css +1 -0
- package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.d.ts +59 -0
- package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.mjs +88 -0
- package/es/editor/upload/ibiz-image-select/ibiz-image-select.css +1 -0
- package/es/editor/upload/ibiz-image-select/ibiz-image-select.d.ts +56 -0
- package/es/editor/upload/ibiz-image-select/ibiz-image-select.mjs +56 -0
- package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.css +1 -0
- package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.d.ts +64 -0
- package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.mjs +78 -0
- package/es/editor/upload/index.d.ts +5 -0
- package/es/editor/upload/index.mjs +7 -0
- package/es/editor/upload/upload-editor.controller.d.ts +57 -0
- package/es/editor/upload/upload-editor.controller.mjs +143 -0
- package/es/editor/upload/upload-editor.provider.d.ts +18 -0
- package/es/editor/upload/upload-editor.provider.mjs +34 -0
- package/es/editor/upload/use/use-ibiz-upload.d.ts +95 -0
- package/es/editor/upload/use/use-ibiz-upload.mjs +165 -0
- package/es/editor/upload/use/use-van-upload.d.ts +30 -0
- package/es/editor/upload/use/use-van-upload.mjs +157 -0
- package/es/index.d.ts +11 -0
- package/es/index.mjs +76 -0
- package/es/locale/en/index.d.ts +4 -0
- package/es/locale/en/index.mjs +6 -0
- package/es/locale/index.d.ts +37 -0
- package/es/locale/index.mjs +87 -0
- package/es/locale/zh-CN/index.d.ts +4 -0
- package/es/locale/zh-CN/index.mjs +6 -0
- package/es/node_modules/.pnpm/rolldate@3.1.3/node_modules/rolldate/dist/rolldate.min.mjs +20 -0
- package/es/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/Calendar.mjs +562 -0
- package/es/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/CalendarDate.mjs +794 -0
- package/es/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/CalendarScrollContainer.mjs +129 -0
- package/es/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/CalendarTime.mjs +205 -0
- package/es/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/CalendarYearMonth.mjs +244 -0
- package/es/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/constant/img.mjs +4 -0
- package/es/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/constant/index.mjs +13 -0
- package/es/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/hooks/index.mjs +3 -0
- package/es/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/hooks/use-expose.mjs +10 -0
- package/es/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/hooks/use-mounted-or-activated.mjs +18 -0
- package/es/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/hooks/use-rect.mjs +26 -0
- package/es/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/index.mjs +9 -0
- package/es/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/language/cn.mjs +24 -0
- package/es/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/language/en.mjs +24 -0
- package/es/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/language/index.mjs +10 -0
- package/es/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/utils/basic.mjs +176 -0
- package/es/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/utils/index.mjs +4 -0
- package/es/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/utils/props.mjs +36 -0
- package/es/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/utils/validate.mjs +28 -0
- package/es/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/utils/with-install.mjs +11 -0
- package/es/panel-component/index.d.ts +5 -0
- package/es/panel-component/index.mjs +29 -0
- package/es/panel-component/nav-pos-index/index.d.ts +26 -0
- package/es/panel-component/nav-pos-index/index.mjs +17 -0
- package/es/panel-component/nav-pos-index/nav-pos-index.controller.d.ts +111 -0
- package/es/panel-component/nav-pos-index/nav-pos-index.controller.mjs +215 -0
- package/es/panel-component/nav-pos-index/nav-pos-index.css +1 -0
- package/es/panel-component/nav-pos-index/nav-pos-index.d.ts +26 -0
- package/es/panel-component/nav-pos-index/nav-pos-index.mjs +79 -0
- package/es/panel-component/nav-pos-index/nav-pos-index.provider.d.ts +16 -0
- package/es/panel-component/nav-pos-index/nav-pos-index.provider.mjs +21 -0
- package/es/panel-component/nav-pos-index/nav-pos-index.state.d.ts +42 -0
- package/es/panel-component/nav-pos-index/nav-pos-index.state.mjs +44 -0
- package/es/panel-component/panel-button/index.d.ts +32 -0
- package/es/panel-component/panel-button/index.mjs +13 -0
- package/es/panel-component/panel-button/panel-button.controller.d.ts +82 -0
- package/es/panel-component/panel-button/panel-button.controller.mjs +118 -0
- package/es/panel-component/panel-button/panel-button.css +1 -0
- package/es/panel-component/panel-button/panel-button.d.ts +34 -0
- package/es/panel-component/panel-button/panel-button.mjs +109 -0
- package/es/panel-component/panel-button/panel-button.provider.d.ts +14 -0
- package/es/panel-component/panel-button/panel-button.provider.mjs +21 -0
- package/es/panel-component/panel-button/panel-button.state.d.ts +26 -0
- package/es/panel-component/panel-button/panel-button.state.mjs +30 -0
- package/es/panel-component/view-content-panel-container/index.d.ts +2 -0
- package/es/panel-component/view-content-panel-container/index.mjs +18 -0
- package/es/panel-component/view-content-panel-container/view-content-panel-container.css +1 -0
- package/es/panel-component/view-content-panel-container/view-content-panel-container.d.ts +3 -0
- package/es/panel-component/view-content-panel-container/view-content-panel-container.mjs +108 -0
- package/es/panel-component/view-content-panel-container/view-content-panel-container.provider.d.ts +15 -0
- package/es/panel-component/view-content-panel-container/view-content-panel-container.provider.mjs +21 -0
- package/es/panel-component/view-footer-panel-container/index.d.ts +23 -0
- package/es/panel-component/view-footer-panel-container/index.mjs +18 -0
- package/es/panel-component/view-footer-panel-container/view-footer-panel-container.css +0 -0
- package/es/panel-component/view-footer-panel-container/view-footer-panel-container.d.ts +26 -0
- package/es/panel-component/view-footer-panel-container/view-footer-panel-container.mjs +63 -0
- package/es/panel-component/view-footer-panel-container/view-footer-panel-container.provider.d.ts +15 -0
- package/es/panel-component/view-footer-panel-container/view-footer-panel-container.provider.mjs +21 -0
- package/es/panel-component/view-header-panel-container/index.d.ts +25 -0
- package/es/panel-component/view-header-panel-container/index.mjs +18 -0
- package/es/panel-component/view-header-panel-container/view-header-panel-container.css +1 -0
- package/es/panel-component/view-header-panel-container/view-header-panel-container.d.ts +28 -0
- package/es/panel-component/view-header-panel-container/view-header-panel-container.mjs +90 -0
- package/es/panel-component/view-header-panel-container/view-header-panel-container.provider.d.ts +15 -0
- package/es/panel-component/view-header-panel-container/view-header-panel-container.provider.mjs +21 -0
- package/es/panel-component/wf-action-button/index.d.ts +33 -0
- package/es/panel-component/wf-action-button/index.mjs +19 -0
- package/es/panel-component/wf-action-button/wf-action-button.controller.d.ts +40 -0
- package/es/panel-component/wf-action-button/wf-action-button.controller.mjs +35 -0
- package/es/panel-component/wf-action-button/wf-action-button.css +1 -0
- package/es/panel-component/wf-action-button/wf-action-button.d.ts +35 -0
- package/es/panel-component/wf-action-button/wf-action-button.mjs +103 -0
- package/es/panel-component/wf-action-button/wf-action-button.provider.d.ts +14 -0
- package/es/panel-component/wf-action-button/wf-action-button.provider.mjs +21 -0
- package/es/panel-component/wf-action-button/wf-action-button.state.d.ts +21 -0
- package/es/panel-component/wf-action-button/wf-action-button.state.mjs +25 -0
- package/es/panel-component/wf-step-trace/index.d.ts +17 -0
- package/es/panel-component/wf-step-trace/index.mjs +16 -0
- package/es/panel-component/wf-step-trace/wf-step-trace.controller.d.ts +48 -0
- package/es/panel-component/wf-step-trace/wf-step-trace.controller.mjs +85 -0
- package/es/panel-component/wf-step-trace/wf-step-trace.css +1 -0
- package/es/panel-component/wf-step-trace/wf-step-trace.d.ts +17 -0
- package/es/panel-component/wf-step-trace/wf-step-trace.mjs +74 -0
- package/es/panel-component/wf-step-trace/wf-step-trace.provider.d.ts +14 -0
- package/es/panel-component/wf-step-trace/wf-step-trace.provider.mjs +21 -0
- package/es/panel-component/wf-step-trace/wf-step-trace.state.d.ts +19 -0
- package/es/panel-component/wf-step-trace/wf-step-trace.state.mjs +25 -0
- package/es/util/app-drawer/app-drawer-component.d.ts +35 -0
- package/es/util/app-drawer/app-drawer-component.mjs +87 -0
- package/es/util/app-modal/app-modal-component.css +1 -0
- package/es/util/app-modal/app-modal-component.d.ts +43 -0
- package/es/util/app-modal/app-modal-component.mjs +94 -0
- package/es/util/directive/loading.d.ts +26 -0
- package/es/util/directive/loading.mjs +33 -0
- package/es/util/index.d.ts +8 -0
- package/es/util/index.mjs +11 -0
- package/es/util/loading-util/loading-util.d.ts +65 -0
- package/es/util/loading-util/loading-util.mjs +88 -0
- package/es/util/message-util/message-util.d.ts +16 -0
- package/es/util/message-util/message-util.mjs +35 -0
- package/es/util/modal-util/modal-util.d.ts +17 -0
- package/es/util/modal-util/modal-util.mjs +61 -0
- package/es/util/notification-util/notification-util.d.ts +16 -0
- package/es/util/notification-util/notification-util.mjs +39 -0
- package/es/util/open-view-util/open-view-util.d.ts +42 -0
- package/es/util/open-view-util/open-view-util.mjs +92 -0
- package/es/util/overlay-controller/overlay-controller.d.ts +20 -0
- package/es/util/overlay-controller/overlay-controller.mjs +46 -0
- package/es/util/store/index.d.ts +1 -0
- package/es/util/store/index.mjs +3 -0
- package/es/util/store/view-stack/view-stack.d.ts +61 -0
- package/es/util/store/view-stack/view-stack.mjs +76 -0
- package/es/view/404-view/404-view.css +1 -0
- package/es/view/404-view/404-view.d.ts +6 -0
- package/es/view/404-view/404-view.mjs +37 -0
- package/es/view/index.d.ts +2 -0
- package/es/view/index.mjs +4 -0
- package/es/view/login-view/login-view.css +1 -0
- package/es/view/login-view/login-view.d.ts +11 -0
- package/es/view/login-view/login-view.mjs +112 -0
- package/es/view-engine/index-view.engine.d.ts +6 -0
- package/es/view-engine/index-view.engine.mjs +10 -0
- package/es/view-engine/index.d.ts +3 -0
- package/es/view-engine/index.mjs +137 -0
- package/es/view-engine/mob-calendar-view.engine.d.ts +5 -0
- package/es/view-engine/mob-calendar-view.engine.mjs +7 -0
- package/es/view-engine/mob-chart-view.engine.d.ts +15 -0
- package/es/view-engine/mob-chart-view.engine.mjs +26 -0
- package/es/view-engine/mob-custom-view.engine.d.ts +5 -0
- package/es/view-engine/mob-custom-view.engine.mjs +7 -0
- package/es/view-engine/mob-data-view-engine.d.ts +34 -0
- package/es/view-engine/mob-data-view-engine.mjs +39 -0
- package/es/view-engine/mob-edit-view.engine.d.ts +58 -0
- package/es/view-engine/mob-edit-view.engine.mjs +202 -0
- package/es/view-engine/mob-edit-view3.engine.d.ts +21 -0
- package/es/view-engine/mob-edit-view3.engine.mjs +21 -0
- package/es/view-engine/mob-md-view-engine.d.ts +42 -0
- package/es/view-engine/mob-md-view-engine.mjs +59 -0
- package/es/view-engine/mob-mpickup-view-engine.d.ts +136 -0
- package/es/view-engine/mob-mpickup-view-engine.mjs +239 -0
- package/es/view-engine/mob-opt-view.engine.d.ts +27 -0
- package/es/view-engine/mob-opt-view.engine.mjs +47 -0
- package/es/view-engine/mob-pickup-md-view.engine.d.ts +17 -0
- package/es/view-engine/mob-pickup-md-view.engine.mjs +45 -0
- package/es/view-engine/mob-pickup-tree-view.engine.d.ts +32 -0
- package/es/view-engine/mob-pickup-tree-view.engine.mjs +54 -0
- package/es/view-engine/mob-pickup-view.engine.d.ts +70 -0
- package/es/view-engine/mob-pickup-view.engine.mjs +114 -0
- package/es/view-engine/mob-tab-exp-view.engine.d.ts +36 -0
- package/es/view-engine/mob-tab-exp-view.engine.mjs +35 -0
- package/es/view-engine/mob-tree-view.engine.d.ts +16 -0
- package/es/view-engine/mob-tree-view.engine.mjs +27 -0
- package/es/view-engine/mob-wf-dyna-action-view.engine.d.ts +31 -0
- package/es/view-engine/mob-wf-dyna-action-view.engine.mjs +60 -0
- package/es/view-engine/mob-wf-dyna-edit-view.engine.d.ts +132 -0
- package/es/view-engine/mob-wf-dyna-edit-view.engine.mjs +276 -0
- package/es/view-engine/mob-wf-dyna-edit-view3.engine.d.ts +14 -0
- package/es/view-engine/mob-wf-dyna-edit-view3.engine.mjs +21 -0
- package/es/view-engine/mob-wf-dyna-start-view.engine.d.ts +31 -0
- package/es/view-engine/mob-wf-dyna-start-view.engine.mjs +60 -0
- package/es/view-engine/portal-view.engine.d.ts +20 -0
- package/es/view-engine/portal-view.engine.mjs +21 -0
- package/es/view-engine/wf-step-trace-view.engine.d.ts +41 -0
- package/es/view-engine/wf-step-trace-view.engine.mjs +71 -0
- package/lib/_virtual/_commonjsHelpers.cjs +46 -0
- package/lib/_virtual/rolldate.min.cjs +5 -0
- package/lib/common/action-toolbar/action-toolbar.cjs +68 -0
- package/lib/common/action-toolbar/action-toolbar.css +1 -0
- package/lib/common/col/col.cjs +105 -0
- package/lib/common/col/col.css +1 -0
- package/lib/common/index.cjs +43 -0
- package/lib/common/keep-alive/keep-alive.cjs +305 -0
- package/lib/common/keep-alive/scheduler.cjs +179 -0
- package/lib/common/no-data/no-data.cjs +35 -0
- package/lib/common/no-data/no-data.css +1 -0
- package/lib/common/rawitem/rawitem.cjs +253 -0
- package/lib/common/rawitem/rawitem.css +1 -0
- package/lib/common/row/row.cjs +44 -0
- package/lib/control/app-menu/app-menu.cjs +210 -0
- package/lib/control/app-menu/app-menu.css +1 -0
- package/lib/control/app-menu/app-menu.provider.cjs +16 -0
- package/lib/control/app-menu/index.cjs +21 -0
- package/lib/control/calendar/calendar.cjs +205 -0
- package/lib/control/calendar/calendar.css +1 -0
- package/lib/control/calendar/calendar.provider.cjs +16 -0
- package/lib/control/calendar/index.cjs +21 -0
- package/lib/control/caption-bar/caption-bar.cjs +47 -0
- package/lib/control/caption-bar/caption-bar.css +1 -0
- package/lib/control/caption-bar/caption-bar.provider.cjs +16 -0
- package/lib/control/caption-bar/index.cjs +24 -0
- package/lib/control/chart/chart.cjs +65 -0
- package/lib/control/chart/chart.css +1 -0
- package/lib/control/chart/chart.provider.cjs +16 -0
- package/lib/control/chart/index.cjs +26 -0
- package/lib/control/dashboard/dashboard.cjs +96 -0
- package/lib/control/dashboard/dashboard.css +1 -0
- package/lib/control/dashboard/dashboard.provider.cjs +16 -0
- package/lib/control/dashboard/index.cjs +44 -0
- package/lib/control/dashboard/portlet/container-portlet/container-portlet.cjs +60 -0
- package/lib/control/dashboard/portlet/container-portlet/container-portlet.provider.cjs +27 -0
- package/lib/control/dashboard/portlet/container-portlet/index.cjs +22 -0
- package/lib/control/dashboard/portlet/index.cjs +22 -0
- package/lib/control/dashboard/portlet/menu-portlet/index.cjs +19 -0
- package/lib/control/dashboard/portlet/menu-portlet/menu-portlet.cjs +51 -0
- package/lib/control/dashboard/portlet/menu-portlet/menu-portlet.provider.cjs +27 -0
- package/lib/control/dashboard/portlet/portlet-layout/portlet-layout.cjs +67 -0
- package/lib/control/dashboard/portlet/portlet-layout/portlet-layout.css +1 -0
- package/lib/control/dashboard/portlet/portlet-part/index.cjs +7 -0
- package/lib/control/dashboard/portlet/portlet-part/portlet-part.state.cjs +35 -0
- package/lib/control/data-view/data-view.cjs +145 -0
- package/lib/control/data-view/data-view.css +1 -0
- package/lib/control/data-view/data-view.provider.cjs +16 -0
- package/lib/control/data-view/index.cjs +24 -0
- package/lib/control/drtab/drtab.cjs +73 -0
- package/lib/control/drtab/drtab.controller.cjs +276 -0
- package/lib/control/drtab/drtab.css +0 -0
- package/lib/control/drtab/drtab.provider.cjs +16 -0
- package/lib/control/drtab/index.cjs +20 -0
- package/lib/control/form/edit-form/edit-form.cjs +64 -0
- package/lib/control/form/edit-form/edit-form.provider.cjs +16 -0
- package/lib/control/form/edit-form/index.cjs +20 -0
- package/lib/control/form/form/form.cjs +103 -0
- package/lib/control/form/form/form.css +1 -0
- package/lib/control/form/form/index.cjs +33 -0
- package/lib/control/form/form-detail/form-button/form-button.cjs +54 -0
- package/lib/control/form/form-detail/form-button/form-button.css +1 -0
- package/lib/control/form/form-detail/form-button/form-button.provider.cjs +23 -0
- package/lib/control/form/form-detail/form-button/index.cjs +18 -0
- package/lib/control/form/form-detail/form-druipart/form-druipart.cjs +52 -0
- package/lib/control/form/form-detail/form-druipart/form-druipart.css +1 -0
- package/lib/control/form/form-detail/form-druipart/form-druipart.provider.cjs +23 -0
- package/lib/control/form/form-detail/form-druipart/index.cjs +18 -0
- package/lib/control/form/form-detail/form-group-panel/form-group-panel.cjs +130 -0
- package/lib/control/form/form-detail/form-group-panel/form-group-panel.css +1 -0
- package/lib/control/form/form-detail/form-group-panel/form-group-panel.provider.cjs +23 -0
- package/lib/control/form/form-detail/form-group-panel/index.cjs +24 -0
- package/lib/control/form/form-detail/form-item/form-item-container/form-item-container.cjs +92 -0
- package/lib/control/form/form-detail/form-item/form-item-container/form-item-container.css +1 -0
- package/lib/control/form/form-detail/form-item/form-item.cjs +90 -0
- package/lib/control/form/form-detail/form-item/form-item.css +1 -0
- package/lib/control/form/form-detail/form-item/form-item.provider.cjs +23 -0
- package/lib/control/form/form-detail/form-item/index.cjs +21 -0
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-container/form-mdctrl-container.cjs +71 -0
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-container/form-mdctrl-container.css +1 -0
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-data-view/form-mdctrl-data-view.cjs +73 -0
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.cjs +85 -0
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-list/form-mdctrl-list.cjs +73 -0
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater-form/form-mdctrl-repeater-form-shell.cjs +159 -0
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater-form/form-mdctrl-repeater-form.cjs +62 -0
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater-form-one/form-mdctrl-repeater-form-one.cjs +60 -0
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl.cjs +86 -0
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl.provider.cjs +23 -0
- package/lib/control/form/form-detail/form-mdctrl/index.cjs +32 -0
- package/lib/control/form/form-detail/form-page/form-page-item/form-page-item.cjs +63 -0
- package/lib/control/form/form-detail/form-page/form-page-item/form-page-item.css +1 -0
- package/lib/control/form/form-detail/form-page/form-page.cjs +87 -0
- package/lib/control/form/form-detail/form-page/form-page.css +1 -0
- package/lib/control/form/form-detail/form-page/form-page.provider.cjs +23 -0
- package/lib/control/form/form-detail/form-page/index.cjs +21 -0
- package/lib/control/form/form-detail/form-rawitem/form-rawitem.cjs +62 -0
- package/lib/control/form/form-detail/form-rawitem/form-rawitem.css +1 -0
- package/lib/control/form/form-detail/form-rawitem/form-rawitem.provider.cjs +23 -0
- package/lib/control/form/form-detail/form-rawitem/index.cjs +18 -0
- package/lib/control/form/form-detail/form-tab-page/form-tab-page.cjs +59 -0
- package/lib/control/form/form-detail/form-tab-page/form-tab-page.css +1 -0
- package/lib/control/form/form-detail/form-tab-page/form-tab-page.provider.cjs +23 -0
- package/lib/control/form/form-detail/form-tab-page/index.cjs +18 -0
- package/lib/control/form/form-detail/form-tab-panel/form-tab-panel.cjs +64 -0
- package/lib/control/form/form-detail/form-tab-panel/form-tab-panel.css +1 -0
- package/lib/control/form/form-detail/form-tab-panel/form-tab-panel.provider.cjs +23 -0
- package/lib/control/form/form-detail/form-tab-panel/index.cjs +18 -0
- package/lib/control/form/form-detail/index.cjs +45 -0
- package/lib/control/form/index.cjs +54 -0
- package/lib/control/form/search-form/index.cjs +24 -0
- package/lib/control/form/search-form/search-form.cjs +72 -0
- package/lib/control/form/search-form/search-form.css +1 -0
- package/lib/control/form/search-form/search-form.provider.cjs +16 -0
- package/lib/control/index.cjs +135 -0
- package/lib/control/list/index.cjs +18 -0
- package/lib/control/list/list.cjs +187 -0
- package/lib/control/list/list.css +1 -0
- package/lib/control/list/list.provider.cjs +16 -0
- package/lib/control/md-ctrl/index.cjs +18 -0
- package/lib/control/md-ctrl/md-ctrl.cjs +212 -0
- package/lib/control/md-ctrl/md-ctrl.css +1 -0
- package/lib/control/md-ctrl/md-ctrl.provider.cjs +16 -0
- package/lib/control/panel/index.cjs +13 -0
- package/lib/control/panel/panel/index.cjs +18 -0
- package/lib/control/panel/panel/panel.cjs +132 -0
- package/lib/control/panel/panel/panel.css +1 -0
- package/lib/control/panel/panel/panel.provider.cjs +16 -0
- package/lib/control/panel/view-layout-panel/index.cjs +24 -0
- package/lib/control/panel/view-layout-panel/view-layout-panel.cjs +111 -0
- package/lib/control/panel/view-layout-panel/view-layout-panel.css +1 -0
- package/lib/control/panel/view-layout-panel/view-layout-panel.provider.cjs +16 -0
- package/lib/control/pickup-view-panel/index.cjs +26 -0
- package/lib/control/pickup-view-panel/pickup-view-panel.cjs +65 -0
- package/lib/control/pickup-view-panel/pickup-view-panel.controller.cjs +101 -0
- package/lib/control/pickup-view-panel/pickup-view-panel.css +1 -0
- package/lib/control/pickup-view-panel/pickup-view-panel.provider.cjs +16 -0
- package/lib/control/search-bar/index.cjs +24 -0
- package/lib/control/search-bar/search-bar.cjs +73 -0
- package/lib/control/search-bar/search-bar.css +1 -0
- package/lib/control/search-bar/search-bar.provider.cjs +16 -0
- package/lib/control/tab-exp-panel/index.cjs +24 -0
- package/lib/control/tab-exp-panel/tab-exp-panel.cjs +65 -0
- package/lib/control/tab-exp-panel/tab-exp-panel.provider.cjs +16 -0
- package/lib/control/toolbar/index.cjs +20 -0
- package/lib/control/toolbar/toolbar.cjs +163 -0
- package/lib/control/toolbar/toolbar.css +1 -0
- package/lib/control/toolbar/toolbar.provider.cjs +16 -0
- package/lib/control/tree/index.cjs +22 -0
- package/lib/control/tree/tree.cjs +190 -0
- package/lib/control/tree/tree.css +1 -0
- package/lib/control/tree/tree.provider.cjs +16 -0
- package/lib/editor/cascader/cascader-editor.controller.cjs +9 -0
- package/lib/editor/cascader/cascader-editor.provider.cjs +24 -0
- package/lib/editor/cascader/ibiz-cascader/ibiz-cascader.cjs +275 -0
- package/lib/editor/cascader/ibiz-cascader/ibiz-cascader.css +1 -0
- package/lib/editor/cascader/index.cjs +11 -0
- package/lib/editor/check-box/check-box-editor.controller.cjs +9 -0
- package/lib/editor/check-box/check-box-editor.provider.cjs +24 -0
- package/lib/editor/check-box/ibiz-checkbox/ibiz-checkbox.cjs +65 -0
- package/lib/editor/check-box/index.cjs +11 -0
- package/lib/editor/check-box-list/checkbox-list-editor.controller.cjs +32 -0
- package/lib/editor/check-box-list/checkbox-list-editor.provider.cjs +24 -0
- package/lib/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.cjs +144 -0
- package/lib/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.css +1 -0
- package/lib/editor/check-box-list/index.cjs +11 -0
- package/lib/editor/color-picker/color-picker-editor.controller.cjs +9 -0
- package/lib/editor/color-picker/color-picker-editor.provider.cjs +24 -0
- package/lib/editor/color-picker/ibiz-color-picker/ibiz-color-picker.cjs +96 -0
- package/lib/editor/color-picker/ibiz-color-picker/ibiz-color-picker.css +1 -0
- package/lib/editor/color-picker/index.cjs +11 -0
- package/lib/editor/common/right-icon/right-icon.cjs +24 -0
- package/lib/editor/common/right-icon/right-icon.css +1 -0
- package/lib/editor/data-picker/ibiz-mpicker/ibiz-mpicker.cjs +206 -0
- package/lib/editor/data-picker/ibiz-mpicker/ibiz-mpicker.css +1 -0
- package/lib/editor/data-picker/ibiz-picker/ibiz-picker.cjs +247 -0
- package/lib/editor/data-picker/ibiz-picker/ibiz-picker.css +1 -0
- package/lib/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.cjs +202 -0
- package/lib/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.css +1 -0
- package/lib/editor/data-picker/index.cjs +15 -0
- package/lib/editor/data-picker/picker-editor.controller.cjs +305 -0
- package/lib/editor/data-picker/picker-editor.provider.cjs +36 -0
- package/lib/editor/date-picker/date-picker-editor.controller.cjs +64 -0
- package/lib/editor/date-picker/date-picker-editor.provider.cjs +24 -0
- package/lib/editor/date-picker/ibiz-date-picker/ibiz-date-picker.cjs +118 -0
- package/lib/editor/date-picker/ibiz-date-picker/ibiz-date-picker.css +1 -0
- package/lib/editor/date-picker/index.cjs +11 -0
- package/lib/editor/date-range/date-range-editor.controller.cjs +47 -0
- package/lib/editor/date-range/date-range-editor.provider.cjs +24 -0
- package/lib/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.cjs +194 -0
- package/lib/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.css +1 -0
- package/lib/editor/date-range/index.cjs +11 -0
- package/lib/editor/dropdown-list/dropdown-list-editor.controller.cjs +35 -0
- package/lib/editor/dropdown-list/dropdown-list-editor.provider.cjs +24 -0
- package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.cjs +151 -0
- package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.css +1 -0
- package/lib/editor/dropdown-list/index.cjs +11 -0
- package/lib/editor/index.cjs +174 -0
- package/lib/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.cjs +241 -0
- package/lib/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.css +1 -0
- package/lib/editor/markdown/index.cjs +9 -0
- package/lib/editor/markdown/markdown-editor.controller.cjs +115 -0
- package/lib/editor/markdown/markdown-editor.provider.cjs +24 -0
- package/lib/editor/not-supported-editor/not-supported-editor.cjs +29 -0
- package/lib/editor/not-supported-editor/not-supported-editor.css +1 -0
- package/lib/editor/number-range/ibiz-number-range-picker/ibiz-number-range-picker.cjs +124 -0
- package/lib/editor/number-range/ibiz-number-range-picker/ibiz-number-range-picker.css +1 -0
- package/lib/editor/number-range/index.cjs +11 -0
- package/lib/editor/number-range/number-range-editor.controller.cjs +9 -0
- package/lib/editor/number-range/number-range-editor.provider.cjs +24 -0
- package/lib/editor/radio-button-list/ibiz-radio/ibiz-radio.cjs +78 -0
- package/lib/editor/radio-button-list/ibiz-radio/ibiz-radio.css +1 -0
- package/lib/editor/radio-button-list/index.cjs +11 -0
- package/lib/editor/radio-button-list/radio-button-list.controller.cjs +9 -0
- package/lib/editor/radio-button-list/radio-button-list.provider.cjs +27 -0
- package/lib/editor/rate/ibiz-rate/ibiz-rate.cjs +65 -0
- package/lib/editor/rate/ibiz-rate/ibiz-rate.css +1 -0
- package/lib/editor/rate/index.cjs +11 -0
- package/lib/editor/rate/rate-editor.controller.cjs +9 -0
- package/lib/editor/rate/rate-editor.provider.cjs +24 -0
- package/lib/editor/slider/ibiz-slider/ibiz-slider.cjs +101 -0
- package/lib/editor/slider/ibiz-slider/ibiz-slider.css +1 -0
- package/lib/editor/slider/index.cjs +11 -0
- package/lib/editor/slider/slider-editor.controller.cjs +9 -0
- package/lib/editor/slider/slider-editor.provider.cjs +24 -0
- package/lib/editor/span/index.cjs +13 -0
- package/lib/editor/span/span/span.cjs +82 -0
- package/lib/editor/span/span/span.css +1 -0
- package/lib/editor/span/span-editor.controller.cjs +64 -0
- package/lib/editor/span/span-editor.provider.cjs +28 -0
- package/lib/editor/span/span-link/span-link.cjs +48 -0
- package/lib/editor/span/span-link/span-link.css +1 -0
- package/lib/editor/stepper/ibiz-stepper/ibiz-stepper.cjs +92 -0
- package/lib/editor/stepper/ibiz-stepper/ibiz-stepper.css +1 -0
- package/lib/editor/stepper/index.cjs +11 -0
- package/lib/editor/stepper/stepper-editor.controller.cjs +25 -0
- package/lib/editor/stepper/stepper-editor.provider.cjs +24 -0
- package/lib/editor/switch/ibiz-switch/ibiz-switch.cjs +55 -0
- package/lib/editor/switch/ibiz-switch/ibiz-switch.css +1 -0
- package/lib/editor/switch/index.cjs +11 -0
- package/lib/editor/switch/switch-editor.controller.cjs +9 -0
- package/lib/editor/switch/switch-editor.provider.cjs +24 -0
- package/lib/editor/text-box/ibiz-input-number/ibiz-input-number.cjs +94 -0
- package/lib/editor/text-box/ibiz-input-number/ibiz-input-number.css +1 -0
- package/lib/editor/text-box/index.cjs +13 -0
- package/lib/editor/text-box/input/input.cjs +153 -0
- package/lib/editor/text-box/input/input.css +1 -0
- package/lib/editor/text-box/text-box-editor.controller.cjs +30 -0
- package/lib/editor/text-box/text-box-editor.provider.cjs +28 -0
- package/lib/editor/upload/ibiz-file-upload/ibiz-file-upload.cjs +90 -0
- package/lib/editor/upload/ibiz-file-upload/ibiz-file-upload.css +1 -0
- package/lib/editor/upload/ibiz-image-select/ibiz-image-select.cjs +58 -0
- package/lib/editor/upload/ibiz-image-select/ibiz-image-select.css +1 -0
- package/lib/editor/upload/ibiz-image-upload/ibiz-image-upload.cjs +80 -0
- package/lib/editor/upload/ibiz-image-upload/ibiz-image-upload.css +1 -0
- package/lib/editor/upload/index.cjs +15 -0
- package/lib/editor/upload/upload-editor.controller.cjs +145 -0
- package/lib/editor/upload/upload-editor.provider.cjs +36 -0
- package/lib/editor/upload/use/use-ibiz-upload.cjs +170 -0
- package/lib/editor/upload/use/use-van-upload.cjs +159 -0
- package/lib/index.cjs +106 -0
- package/lib/locale/en/index.cjs +10 -0
- package/lib/locale/index.cjs +91 -0
- package/lib/locale/zh-CN/index.cjs +10 -0
- package/lib/node_modules/.pnpm/rolldate@3.1.3/node_modules/rolldate/dist/rolldate.min.cjs +24 -0
- package/lib/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/Calendar.cjs +567 -0
- package/lib/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/CalendarDate.cjs +799 -0
- package/lib/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/CalendarScrollContainer.cjs +134 -0
- package/lib/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/CalendarTime.cjs +210 -0
- package/lib/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/CalendarYearMonth.cjs +249 -0
- package/lib/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/constant/img.cjs +7 -0
- package/lib/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/constant/index.cjs +17 -0
- package/lib/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/hooks/index.cjs +11 -0
- package/lib/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/hooks/use-expose.cjs +12 -0
- package/lib/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/hooks/use-mounted-or-activated.cjs +20 -0
- package/lib/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/hooks/use-rect.cjs +28 -0
- package/lib/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/index.cjs +14 -0
- package/lib/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/language/cn.cjs +28 -0
- package/lib/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/language/en.cjs +28 -0
- package/lib/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/language/index.cjs +15 -0
- package/lib/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/utils/basic.cjs +199 -0
- package/lib/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/utils/index.cjs +46 -0
- package/lib/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/utils/props.cjs +46 -0
- package/lib/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/utils/validate.cjs +34 -0
- package/lib/node_modules/.pnpm/vue3-hash-calendar@1.1.3_vue@3.3.8/node_modules/vue3-hash-calendar/es/utils/with-install.cjs +13 -0
- package/lib/panel-component/index.cjs +34 -0
- package/lib/panel-component/nav-pos-index/index.cjs +24 -0
- package/lib/panel-component/nav-pos-index/nav-pos-index.cjs +81 -0
- package/lib/panel-component/nav-pos-index/nav-pos-index.controller.cjs +217 -0
- package/lib/panel-component/nav-pos-index/nav-pos-index.css +1 -0
- package/lib/panel-component/nav-pos-index/nav-pos-index.provider.cjs +23 -0
- package/lib/panel-component/nav-pos-index/nav-pos-index.state.cjs +46 -0
- package/lib/panel-component/panel-button/index.cjs +20 -0
- package/lib/panel-component/panel-button/panel-button.cjs +114 -0
- package/lib/panel-component/panel-button/panel-button.controller.cjs +120 -0
- package/lib/panel-component/panel-button/panel-button.css +1 -0
- package/lib/panel-component/panel-button/panel-button.provider.cjs +23 -0
- package/lib/panel-component/panel-button/panel-button.state.cjs +32 -0
- package/lib/panel-component/view-content-panel-container/index.cjs +23 -0
- package/lib/panel-component/view-content-panel-container/view-content-panel-container.cjs +110 -0
- package/lib/panel-component/view-content-panel-container/view-content-panel-container.css +1 -0
- package/lib/panel-component/view-content-panel-container/view-content-panel-container.provider.cjs +23 -0
- package/lib/panel-component/view-footer-panel-container/index.cjs +23 -0
- package/lib/panel-component/view-footer-panel-container/view-footer-panel-container.cjs +65 -0
- package/lib/panel-component/view-footer-panel-container/view-footer-panel-container.css +0 -0
- package/lib/panel-component/view-footer-panel-container/view-footer-panel-container.provider.cjs +23 -0
- package/lib/panel-component/view-header-panel-container/index.cjs +23 -0
- package/lib/panel-component/view-header-panel-container/view-header-panel-container.cjs +92 -0
- package/lib/panel-component/view-header-panel-container/view-header-panel-container.css +1 -0
- package/lib/panel-component/view-header-panel-container/view-header-panel-container.provider.cjs +23 -0
- package/lib/panel-component/wf-action-button/index.cjs +26 -0
- package/lib/panel-component/wf-action-button/wf-action-button.cjs +108 -0
- package/lib/panel-component/wf-action-button/wf-action-button.controller.cjs +37 -0
- package/lib/panel-component/wf-action-button/wf-action-button.css +1 -0
- package/lib/panel-component/wf-action-button/wf-action-button.provider.cjs +23 -0
- package/lib/panel-component/wf-action-button/wf-action-button.state.cjs +27 -0
- package/lib/panel-component/wf-step-trace/index.cjs +23 -0
- package/lib/panel-component/wf-step-trace/wf-step-trace.cjs +79 -0
- package/lib/panel-component/wf-step-trace/wf-step-trace.controller.cjs +87 -0
- package/lib/panel-component/wf-step-trace/wf-step-trace.css +1 -0
- package/lib/panel-component/wf-step-trace/wf-step-trace.provider.cjs +23 -0
- package/lib/panel-component/wf-step-trace/wf-step-trace.state.cjs +27 -0
- package/lib/util/app-drawer/app-drawer-component.cjs +90 -0
- package/lib/util/app-modal/app-modal-component.cjs +97 -0
- package/lib/util/app-modal/app-modal-component.css +1 -0
- package/lib/util/directive/loading.cjs +35 -0
- package/lib/util/index.cjs +23 -0
- package/lib/util/loading-util/loading-util.cjs +90 -0
- package/lib/util/message-util/message-util.cjs +37 -0
- package/lib/util/modal-util/modal-util.cjs +63 -0
- package/lib/util/notification-util/notification-util.cjs +41 -0
- package/lib/util/open-view-util/open-view-util.cjs +94 -0
- package/lib/util/overlay-controller/overlay-controller.cjs +48 -0
- package/lib/util/store/index.cjs +8 -0
- package/lib/util/store/view-stack/view-stack.cjs +79 -0
- package/lib/view/404-view/404-view.cjs +39 -0
- package/lib/view/404-view/404-view.css +1 -0
- package/lib/view/index.cjs +9 -0
- package/lib/view/login-view/login-view.cjs +114 -0
- package/lib/view/login-view/login-view.css +1 -0
- package/lib/view-engine/index-view.engine.cjs +12 -0
- package/lib/view-engine/index.cjs +139 -0
- package/lib/view-engine/mob-calendar-view.engine.cjs +9 -0
- package/lib/view-engine/mob-chart-view.engine.cjs +28 -0
- package/lib/view-engine/mob-custom-view.engine.cjs +9 -0
- package/lib/view-engine/mob-data-view-engine.cjs +41 -0
- package/lib/view-engine/mob-edit-view.engine.cjs +204 -0
- package/lib/view-engine/mob-edit-view3.engine.cjs +23 -0
- package/lib/view-engine/mob-md-view-engine.cjs +61 -0
- package/lib/view-engine/mob-mpickup-view-engine.cjs +241 -0
- package/lib/view-engine/mob-opt-view.engine.cjs +49 -0
- package/lib/view-engine/mob-pickup-md-view.engine.cjs +47 -0
- package/lib/view-engine/mob-pickup-tree-view.engine.cjs +56 -0
- package/lib/view-engine/mob-pickup-view.engine.cjs +116 -0
- package/lib/view-engine/mob-tab-exp-view.engine.cjs +37 -0
- package/lib/view-engine/mob-tree-view.engine.cjs +29 -0
- package/lib/view-engine/mob-wf-dyna-action-view.engine.cjs +62 -0
- package/lib/view-engine/mob-wf-dyna-edit-view.engine.cjs +278 -0
- package/lib/view-engine/mob-wf-dyna-edit-view3.engine.cjs +23 -0
- package/lib/view-engine/mob-wf-dyna-start-view.engine.cjs +62 -0
- package/lib/view-engine/portal-view.engine.cjs +23 -0
- package/lib/view-engine/wf-step-trace-view.engine.cjs +73 -0
- package/package.json +85 -0
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var vue = require('vue');
|
|
4
|
+
var vue3Util = require('@ibiz-template/vue3-util');
|
|
5
|
+
require('./panel.css');
|
|
6
|
+
var runtime = require('@ibiz-template/runtime');
|
|
7
|
+
|
|
8
|
+
"use strict";
|
|
9
|
+
function _isSlot(s) {
|
|
10
|
+
return typeof s === "function" || Object.prototype.toString.call(s) === "[object Object]" && !vue.isVNode(s);
|
|
11
|
+
}
|
|
12
|
+
function renderPanelItem(panelItem, c, ins) {
|
|
13
|
+
var _a, _b;
|
|
14
|
+
if (panelItem.hidden) {
|
|
15
|
+
return;
|
|
16
|
+
}
|
|
17
|
+
const {
|
|
18
|
+
providers,
|
|
19
|
+
panelItems
|
|
20
|
+
} = c;
|
|
21
|
+
const provider = providers[panelItem.id];
|
|
22
|
+
if (!provider) {
|
|
23
|
+
return vue.createVNode("div", null, [vue.createTextVNode("\u6682\u672A\u652F\u6301\u7684\u9762\u677F\u9879: "), panelItem.id, vue.createTextVNode(" - "), panelItem.itemType]);
|
|
24
|
+
}
|
|
25
|
+
const component = vue.resolveComponent(provider.component);
|
|
26
|
+
let children;
|
|
27
|
+
if (panelItem.itemType === "CTRLPOS" && ins.$slots[panelItem.id]) {
|
|
28
|
+
children = () => {
|
|
29
|
+
return ins.$slots[panelItem.id]();
|
|
30
|
+
};
|
|
31
|
+
} else if (panelItem.itemType === "TABPANEL" && ((_a = panelItem.panelTabPages) == null ? void 0 : _a.length)) {
|
|
32
|
+
children = () => {
|
|
33
|
+
return panelItem.panelTabPages.map((child) => {
|
|
34
|
+
return renderPanelItem(child, c, ins);
|
|
35
|
+
});
|
|
36
|
+
};
|
|
37
|
+
} else if ((_b = panelItem.panelItems) == null ? void 0 : _b.length) {
|
|
38
|
+
children = () => {
|
|
39
|
+
return panelItem.panelItems.map((child) => {
|
|
40
|
+
return renderPanelItem(child, c, ins);
|
|
41
|
+
});
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
return vue.h(component, {
|
|
45
|
+
modelData: panelItem,
|
|
46
|
+
controller: panelItems[panelItem.id],
|
|
47
|
+
key: panelItem.id
|
|
48
|
+
}, children);
|
|
49
|
+
}
|
|
50
|
+
const PanelControl = /* @__PURE__ */ vue.defineComponent({
|
|
51
|
+
name: "IBizPanelControl",
|
|
52
|
+
props: {
|
|
53
|
+
modelData: {
|
|
54
|
+
type: Object,
|
|
55
|
+
required: true
|
|
56
|
+
},
|
|
57
|
+
context: {
|
|
58
|
+
type: Object,
|
|
59
|
+
required: true
|
|
60
|
+
},
|
|
61
|
+
params: {
|
|
62
|
+
type: Object,
|
|
63
|
+
default: () => ({})
|
|
64
|
+
},
|
|
65
|
+
provider: {
|
|
66
|
+
type: Object
|
|
67
|
+
},
|
|
68
|
+
data: Object,
|
|
69
|
+
loadDefault: {
|
|
70
|
+
type: Boolean,
|
|
71
|
+
default: true
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
setup(props) {
|
|
75
|
+
const c = vue3Util.useControlController((...args) => new runtime.PanelController(...args));
|
|
76
|
+
const ns = vue3Util.useNamespace(`control-${c.model.controlType.toLowerCase()}`);
|
|
77
|
+
vue.watch(() => props.data, (newVal) => {
|
|
78
|
+
if (newVal) {
|
|
79
|
+
c.setInputData(newVal);
|
|
80
|
+
c.load();
|
|
81
|
+
}
|
|
82
|
+
}, {
|
|
83
|
+
immediate: true
|
|
84
|
+
});
|
|
85
|
+
c.evt.on("onCreated", () => {
|
|
86
|
+
const keys = Object.keys(c.panelItems);
|
|
87
|
+
keys.forEach((key) => {
|
|
88
|
+
const panelItem = c.panelItems[key];
|
|
89
|
+
panelItem.state = vue.reactive(panelItem.state);
|
|
90
|
+
});
|
|
91
|
+
});
|
|
92
|
+
return {
|
|
93
|
+
c,
|
|
94
|
+
ns
|
|
95
|
+
};
|
|
96
|
+
},
|
|
97
|
+
render() {
|
|
98
|
+
const {
|
|
99
|
+
state,
|
|
100
|
+
model
|
|
101
|
+
} = this.c;
|
|
102
|
+
return vue.createVNode(vue.resolveComponent("iBizControlBase"), {
|
|
103
|
+
"controller": this.c
|
|
104
|
+
}, {
|
|
105
|
+
default: () => [vue.createVNode(vue.resolveComponent("iBizRow"), {
|
|
106
|
+
"class": this.ns.b("content"),
|
|
107
|
+
"layout": {
|
|
108
|
+
layout: "FLEX"
|
|
109
|
+
}
|
|
110
|
+
}, {
|
|
111
|
+
default: () => {
|
|
112
|
+
var _a;
|
|
113
|
+
return [state.isCreated && (this.$slots.default ? this.$slots.default({
|
|
114
|
+
panelItems: this.c.panelItems
|
|
115
|
+
}) : (_a = model.rootPanelItems) == null ? void 0 : _a.map((panelItem) => {
|
|
116
|
+
let _slot;
|
|
117
|
+
const subC = this.c.panelItems[panelItem.id];
|
|
118
|
+
panelItem.layoutPos.layout = "FLEX";
|
|
119
|
+
return vue.createVNode(vue.resolveComponent("iBizCol"), {
|
|
120
|
+
"layoutPos": panelItem.layoutPos,
|
|
121
|
+
"state": subC.state
|
|
122
|
+
}, _isSlot(_slot = renderPanelItem(panelItem, this.c, this)) ? _slot : {
|
|
123
|
+
default: () => [_slot]
|
|
124
|
+
});
|
|
125
|
+
}))];
|
|
126
|
+
}
|
|
127
|
+
})]
|
|
128
|
+
});
|
|
129
|
+
}
|
|
130
|
+
});
|
|
131
|
+
|
|
132
|
+
exports.PanelControl = PanelControl;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ibiz-control-panel{width:100%;height:100%}.ibiz-control-panel-content{width:100%;height:100%}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
"use strict";
|
|
4
|
+
var __defProp = Object.defineProperty;
|
|
5
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
6
|
+
var __publicField = (obj, key, value) => {
|
|
7
|
+
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
8
|
+
return value;
|
|
9
|
+
};
|
|
10
|
+
class PanelProvider {
|
|
11
|
+
constructor() {
|
|
12
|
+
__publicField(this, "component", "IBizPanelControl");
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
exports.PanelProvider = PanelProvider;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var runtime = require('@ibiz-template/runtime');
|
|
6
|
+
var vue3Util = require('@ibiz-template/vue3-util');
|
|
7
|
+
var viewLayoutPanel = require('./view-layout-panel.cjs');
|
|
8
|
+
var viewLayoutPanel_provider = require('./view-layout-panel.provider.cjs');
|
|
9
|
+
|
|
10
|
+
"use strict";
|
|
11
|
+
const IBizViewLayoutPanelControl = vue3Util.withInstall(
|
|
12
|
+
viewLayoutPanel.ViewLayoutPanelControl,
|
|
13
|
+
function(v) {
|
|
14
|
+
v.component(viewLayoutPanel.ViewLayoutPanelControl.name, viewLayoutPanel.ViewLayoutPanelControl);
|
|
15
|
+
runtime.registerControlProvider(
|
|
16
|
+
runtime.ControlType.VIEW_LAYOUT_PANEL,
|
|
17
|
+
() => new viewLayoutPanel_provider.ViewLayoutPanelProvider()
|
|
18
|
+
);
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
|
|
22
|
+
exports.ViewLayoutPanelProvider = viewLayoutPanel_provider.ViewLayoutPanelProvider;
|
|
23
|
+
exports.IBizViewLayoutPanelControl = IBizViewLayoutPanelControl;
|
|
24
|
+
exports.default = IBizViewLayoutPanelControl;
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var vue = require('vue');
|
|
4
|
+
var vue3Util = require('@ibiz-template/vue3-util');
|
|
5
|
+
require('./view-layout-panel.css');
|
|
6
|
+
var runtime = require('@ibiz-template/runtime');
|
|
7
|
+
|
|
8
|
+
"use strict";
|
|
9
|
+
function _isSlot(s) {
|
|
10
|
+
return typeof s === "function" || Object.prototype.toString.call(s) === "[object Object]" && !vue.isVNode(s);
|
|
11
|
+
}
|
|
12
|
+
function renderPanelItem(panelItem, c, ins) {
|
|
13
|
+
var _a;
|
|
14
|
+
if (panelItem.hidden) {
|
|
15
|
+
return;
|
|
16
|
+
}
|
|
17
|
+
const {
|
|
18
|
+
providers,
|
|
19
|
+
panelItems
|
|
20
|
+
} = c;
|
|
21
|
+
const provider = providers[panelItem.id];
|
|
22
|
+
if (!provider) {
|
|
23
|
+
return vue.createVNode("div", null, [vue.createTextVNode("\u6682\u672A\u652F\u6301\u7684\u9762\u677F\u9879: "), panelItem.id, vue.createTextVNode(" - "), panelItem.itemType]);
|
|
24
|
+
}
|
|
25
|
+
const component = vue.resolveComponent(provider.component);
|
|
26
|
+
let children;
|
|
27
|
+
if (panelItem.itemType === "CTRLPOS" && ins.$slots[panelItem.id]) {
|
|
28
|
+
children = () => {
|
|
29
|
+
return ins.$slots[panelItem.id]();
|
|
30
|
+
};
|
|
31
|
+
} else if ((_a = panelItem.panelItems) == null ? void 0 : _a.length) {
|
|
32
|
+
children = () => {
|
|
33
|
+
return panelItem.panelItems.map((child) => {
|
|
34
|
+
return renderPanelItem(child, c, ins);
|
|
35
|
+
});
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
return vue.h(component, {
|
|
39
|
+
modelData: panelItem,
|
|
40
|
+
controller: panelItems[panelItem.id],
|
|
41
|
+
key: panelItem.id
|
|
42
|
+
}, children);
|
|
43
|
+
}
|
|
44
|
+
const ViewLayoutPanelControl = /* @__PURE__ */ vue.defineComponent({
|
|
45
|
+
name: "IBizViewLayoutPanelControl",
|
|
46
|
+
props: {
|
|
47
|
+
modelData: {
|
|
48
|
+
type: Object,
|
|
49
|
+
required: true
|
|
50
|
+
},
|
|
51
|
+
context: {
|
|
52
|
+
type: Object,
|
|
53
|
+
required: true
|
|
54
|
+
},
|
|
55
|
+
params: {
|
|
56
|
+
type: Object,
|
|
57
|
+
default: () => ({})
|
|
58
|
+
},
|
|
59
|
+
inputData: Object
|
|
60
|
+
},
|
|
61
|
+
setup() {
|
|
62
|
+
const c = vue3Util.useControlController((...args) => new runtime.ViewLayoutPanelController(...args));
|
|
63
|
+
const ns = vue3Util.useNamespace(`control-${c.model.controlType.toLowerCase()}`);
|
|
64
|
+
c.evt.on("onCreated", () => {
|
|
65
|
+
const keys = Object.keys(c.panelItems);
|
|
66
|
+
keys.forEach((key) => {
|
|
67
|
+
const panelItem = c.panelItems[key];
|
|
68
|
+
panelItem.state = vue.reactive(panelItem.state);
|
|
69
|
+
});
|
|
70
|
+
});
|
|
71
|
+
return {
|
|
72
|
+
c,
|
|
73
|
+
ns
|
|
74
|
+
};
|
|
75
|
+
},
|
|
76
|
+
render() {
|
|
77
|
+
const {
|
|
78
|
+
state,
|
|
79
|
+
model
|
|
80
|
+
} = this.c;
|
|
81
|
+
return vue.createVNode(vue.resolveComponent("iBizControlBase"), {
|
|
82
|
+
"controller": this.c
|
|
83
|
+
}, {
|
|
84
|
+
default: () => [vue.createVNode(vue.resolveComponent("iBizRow"), {
|
|
85
|
+
"class": this.ns.b("content"),
|
|
86
|
+
"layout": {
|
|
87
|
+
layout: "FLEX"
|
|
88
|
+
}
|
|
89
|
+
}, {
|
|
90
|
+
default: () => {
|
|
91
|
+
var _a;
|
|
92
|
+
return [state.isCreated && (this.$slots.default ? this.$slots.default({
|
|
93
|
+
panelItems: this.c.panelItems
|
|
94
|
+
}) : (_a = model.rootPanelItems) == null ? void 0 : _a.map((panelItem) => {
|
|
95
|
+
let _slot;
|
|
96
|
+
const subC = this.c.panelItems[panelItem.id];
|
|
97
|
+
panelItem.layoutPos.layout = "FLEX";
|
|
98
|
+
return vue.createVNode(vue.resolveComponent("iBizCol"), {
|
|
99
|
+
"layoutPos": panelItem.layoutPos,
|
|
100
|
+
"state": subC.state
|
|
101
|
+
}, _isSlot(_slot = renderPanelItem(panelItem, this.c, this)) ? _slot : {
|
|
102
|
+
default: () => [_slot]
|
|
103
|
+
});
|
|
104
|
+
}))];
|
|
105
|
+
}
|
|
106
|
+
})]
|
|
107
|
+
});
|
|
108
|
+
}
|
|
109
|
+
});
|
|
110
|
+
|
|
111
|
+
exports.ViewLayoutPanelControl = ViewLayoutPanelControl;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ibiz-control-viewlayoutpanel{width:100%;height:100%}.ibiz-control-viewlayoutpanel-content{width:100%;height:100%}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
"use strict";
|
|
4
|
+
var __defProp = Object.defineProperty;
|
|
5
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
6
|
+
var __publicField = (obj, key, value) => {
|
|
7
|
+
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
8
|
+
return value;
|
|
9
|
+
};
|
|
10
|
+
class ViewLayoutPanelProvider {
|
|
11
|
+
constructor() {
|
|
12
|
+
__publicField(this, "component", "IBizViewLayoutPanelControl");
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
exports.ViewLayoutPanelProvider = ViewLayoutPanelProvider;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var runtime = require('@ibiz-template/runtime');
|
|
6
|
+
var vue3Util = require('@ibiz-template/vue3-util');
|
|
7
|
+
var pickupViewPanel = require('./pickup-view-panel.cjs');
|
|
8
|
+
var pickupViewPanel_provider = require('./pickup-view-panel.provider.cjs');
|
|
9
|
+
var pickupViewPanel_controller = require('./pickup-view-panel.controller.cjs');
|
|
10
|
+
|
|
11
|
+
"use strict";
|
|
12
|
+
const IBizPickupViewPanelControl = vue3Util.withInstall(
|
|
13
|
+
pickupViewPanel.PickupViewPanelControl,
|
|
14
|
+
function(v) {
|
|
15
|
+
v.component(pickupViewPanel.PickupViewPanelControl.name, pickupViewPanel.PickupViewPanelControl);
|
|
16
|
+
runtime.registerControlProvider(
|
|
17
|
+
runtime.ControlType.PICKUP_VIEW_PANEL,
|
|
18
|
+
() => new pickupViewPanel_provider.PickupViewPanelProvider()
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
|
|
23
|
+
exports.PickupViewPanelProvider = pickupViewPanel_provider.PickupViewPanelProvider;
|
|
24
|
+
exports.PickupViewPanelController = pickupViewPanel_controller.PickupViewPanelController;
|
|
25
|
+
exports.IBizPickupViewPanelControl = IBizPickupViewPanelControl;
|
|
26
|
+
exports.default = IBizPickupViewPanelControl;
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var vue = require('vue');
|
|
4
|
+
var vue3Util = require('@ibiz-template/vue3-util');
|
|
5
|
+
var runtime = require('@ibiz-template/runtime');
|
|
6
|
+
require('./pickup-view-panel.css');
|
|
7
|
+
|
|
8
|
+
"use strict";
|
|
9
|
+
const PickupViewPanelControl = /* @__PURE__ */ vue.defineComponent({
|
|
10
|
+
name: "IBizPickupViewPanelControl",
|
|
11
|
+
props: {
|
|
12
|
+
modelData: {
|
|
13
|
+
type: Object,
|
|
14
|
+
required: true
|
|
15
|
+
},
|
|
16
|
+
context: {
|
|
17
|
+
type: Object,
|
|
18
|
+
required: true
|
|
19
|
+
},
|
|
20
|
+
params: {
|
|
21
|
+
type: Object,
|
|
22
|
+
default: () => ({})
|
|
23
|
+
},
|
|
24
|
+
singleSelect: {
|
|
25
|
+
type: Boolean,
|
|
26
|
+
default: true
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
setup() {
|
|
30
|
+
const c = vue3Util.useControlController((...args) => new runtime.PickupViewPanelController(...args));
|
|
31
|
+
const ns = vue3Util.useNamespace(`control-${c.model.controlType.toLowerCase()}`);
|
|
32
|
+
const onCreated = (event) => {
|
|
33
|
+
c.setEmbedView(event.view);
|
|
34
|
+
};
|
|
35
|
+
return {
|
|
36
|
+
c,
|
|
37
|
+
ns,
|
|
38
|
+
onCreated
|
|
39
|
+
};
|
|
40
|
+
},
|
|
41
|
+
render() {
|
|
42
|
+
return vue.createVNode(vue.resolveComponent("iBizControlBase"), {
|
|
43
|
+
"controller": this.c
|
|
44
|
+
}, {
|
|
45
|
+
default: () => [this.c.state.isCreated && (this.$slots.default ? this.$slots.default({
|
|
46
|
+
context: this.c.state.context,
|
|
47
|
+
params: this.c.state.params,
|
|
48
|
+
state: {
|
|
49
|
+
singleSelect: this.c.state.singleSelect
|
|
50
|
+
},
|
|
51
|
+
onCreated: this.onCreated
|
|
52
|
+
}) : vue.h(vue.resolveComponent("IBizViewShell"), {
|
|
53
|
+
context: this.c.state.context,
|
|
54
|
+
params: this.c.state.params,
|
|
55
|
+
viewId: this.c.model.embeddedAppDEViewId,
|
|
56
|
+
state: {
|
|
57
|
+
singleSelect: this.c.state.singleSelect
|
|
58
|
+
},
|
|
59
|
+
onCreated: this.onCreated
|
|
60
|
+
}))]
|
|
61
|
+
});
|
|
62
|
+
}
|
|
63
|
+
});
|
|
64
|
+
|
|
65
|
+
exports.PickupViewPanelControl = PickupViewPanelControl;
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var runtime = require('@ibiz-template/runtime');
|
|
4
|
+
|
|
5
|
+
"use strict";
|
|
6
|
+
var __defProp = Object.defineProperty;
|
|
7
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
8
|
+
var __publicField = (obj, key, value) => {
|
|
9
|
+
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
10
|
+
return value;
|
|
11
|
+
};
|
|
12
|
+
class PickupViewPanelController extends runtime.ControlController {
|
|
13
|
+
constructor() {
|
|
14
|
+
super(...arguments);
|
|
15
|
+
/**
|
|
16
|
+
* 嵌入视图控制器
|
|
17
|
+
*
|
|
18
|
+
* @type {IViewController}
|
|
19
|
+
* @memberof PickupViewPanelController
|
|
20
|
+
*/
|
|
21
|
+
__publicField(this, "embedView");
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* 生命周期-创建完成
|
|
25
|
+
*
|
|
26
|
+
* @protected
|
|
27
|
+
* @return {*} {Promise<void>}
|
|
28
|
+
* @memberof PickupViewPanelController
|
|
29
|
+
*/
|
|
30
|
+
async onCreated() {
|
|
31
|
+
await super.onCreated();
|
|
32
|
+
this.initNavParam();
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* 初始化导航参数
|
|
36
|
+
*
|
|
37
|
+
* @memberof PickupViewPanelController
|
|
38
|
+
*/
|
|
39
|
+
initNavParam() {
|
|
40
|
+
const { navigateContexts, navigateParams } = this.model;
|
|
41
|
+
const context = this.context.clone();
|
|
42
|
+
const params = { ...this.params };
|
|
43
|
+
if (navigateContexts) {
|
|
44
|
+
Object.assign(
|
|
45
|
+
context,
|
|
46
|
+
runtime.convertNavData(navigateContexts, this.context, this.params)
|
|
47
|
+
);
|
|
48
|
+
}
|
|
49
|
+
if (navigateParams) {
|
|
50
|
+
Object.assign(
|
|
51
|
+
params,
|
|
52
|
+
runtime.convertNavData(navigateParams, this.context, this.params)
|
|
53
|
+
);
|
|
54
|
+
}
|
|
55
|
+
this.state.context = context;
|
|
56
|
+
this.state.params = params;
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* 设置嵌入视图
|
|
60
|
+
*
|
|
61
|
+
* @param {IViewController} view
|
|
62
|
+
* @memberof PickupViewPanelController
|
|
63
|
+
*/
|
|
64
|
+
setEmbedView(view) {
|
|
65
|
+
this.embedView = view;
|
|
66
|
+
this.embedView.evt.on("onSelectionChange", (event) => {
|
|
67
|
+
this.evt.emit("onSelectionChange", event);
|
|
68
|
+
});
|
|
69
|
+
this.embedView.evt.on("onDataActive", (event) => {
|
|
70
|
+
this.evt.emit("onDataActive", {
|
|
71
|
+
data: event.data
|
|
72
|
+
});
|
|
73
|
+
});
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* 获取选中数据
|
|
77
|
+
*
|
|
78
|
+
* @author zk
|
|
79
|
+
* @date 2023-05-26 03:05:53
|
|
80
|
+
* @return {*} {Promise<IData[]>}
|
|
81
|
+
* @memberof PickupViewPanelController
|
|
82
|
+
*/
|
|
83
|
+
async getSelectedData() {
|
|
84
|
+
const items = await this.embedView.call("GetData");
|
|
85
|
+
return items;
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* 获取全部数据
|
|
89
|
+
*
|
|
90
|
+
* @author zk
|
|
91
|
+
* @date 2023-05-26 03:05:49
|
|
92
|
+
* @return {*} {Promise<IData[]>}
|
|
93
|
+
* @memberof PickupViewPanelController
|
|
94
|
+
*/
|
|
95
|
+
async getAllData() {
|
|
96
|
+
const items = await this.embedView.call("GetAllData");
|
|
97
|
+
return items;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
exports.PickupViewPanelController = PickupViewPanelController;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ibiz-control-pickupviewpanel{height:100%}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
"use strict";
|
|
4
|
+
var __defProp = Object.defineProperty;
|
|
5
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
6
|
+
var __publicField = (obj, key, value) => {
|
|
7
|
+
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
8
|
+
return value;
|
|
9
|
+
};
|
|
10
|
+
class PickupViewPanelProvider {
|
|
11
|
+
constructor() {
|
|
12
|
+
__publicField(this, "component", "IBizPickupViewPanelControl");
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
exports.PickupViewPanelProvider = PickupViewPanelProvider;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var runtime = require('@ibiz-template/runtime');
|
|
6
|
+
var vue3Util = require('@ibiz-template/vue3-util');
|
|
7
|
+
var searchBar = require('./search-bar.cjs');
|
|
8
|
+
var searchBar_provider = require('./search-bar.provider.cjs');
|
|
9
|
+
|
|
10
|
+
"use strict";
|
|
11
|
+
const IBizSearchBarControl = vue3Util.withInstall(
|
|
12
|
+
searchBar.SearchBarControl,
|
|
13
|
+
function(v) {
|
|
14
|
+
v.component(searchBar.SearchBarControl.name, searchBar.SearchBarControl);
|
|
15
|
+
runtime.registerControlProvider(
|
|
16
|
+
runtime.ControlType.SEARCHBAR,
|
|
17
|
+
() => new searchBar_provider.SearchBarProvider()
|
|
18
|
+
);
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
|
|
22
|
+
exports.SearchBarProvider = searchBar_provider.SearchBarProvider;
|
|
23
|
+
exports.IBizSearchBarControl = IBizSearchBarControl;
|
|
24
|
+
exports.default = IBizSearchBarControl;
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var vue = require('vue');
|
|
4
|
+
var vue3Util = require('@ibiz-template/vue3-util');
|
|
5
|
+
var lodashEs = require('lodash-es');
|
|
6
|
+
require('./search-bar.css');
|
|
7
|
+
var runtime = require('@ibiz-template/runtime');
|
|
8
|
+
|
|
9
|
+
"use strict";
|
|
10
|
+
const SearchBarControl = /* @__PURE__ */ vue.defineComponent({
|
|
11
|
+
name: "IBizSearchBarControl",
|
|
12
|
+
props: {
|
|
13
|
+
modelData: {
|
|
14
|
+
type: Object,
|
|
15
|
+
required: true
|
|
16
|
+
},
|
|
17
|
+
context: {
|
|
18
|
+
type: Object,
|
|
19
|
+
required: true
|
|
20
|
+
},
|
|
21
|
+
params: {
|
|
22
|
+
type: Object,
|
|
23
|
+
default: () => ({})
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
setup() {
|
|
27
|
+
const c = vue3Util.useControlController((...args) => new runtime.SearchBarController(...args));
|
|
28
|
+
const ns = vue3Util.useNamespace(`control-${c.model.controlType.toLowerCase()}`);
|
|
29
|
+
const onSearch = () => {
|
|
30
|
+
c.onSearch();
|
|
31
|
+
};
|
|
32
|
+
const debounceSearch = lodashEs.debounce(() => {
|
|
33
|
+
if (onSearch) {
|
|
34
|
+
onSearch();
|
|
35
|
+
}
|
|
36
|
+
}, 500);
|
|
37
|
+
const onInput = (value) => {
|
|
38
|
+
c.handleInput(value);
|
|
39
|
+
debounceSearch();
|
|
40
|
+
};
|
|
41
|
+
const cssVars = vue.computed(() => {
|
|
42
|
+
if (c.model.quickSearchWidth) {
|
|
43
|
+
return ns.cssVarBlock({
|
|
44
|
+
"quick-search-width": `${c.model.quickSearchWidth}px`
|
|
45
|
+
});
|
|
46
|
+
}
|
|
47
|
+
return {};
|
|
48
|
+
});
|
|
49
|
+
return {
|
|
50
|
+
c,
|
|
51
|
+
ns,
|
|
52
|
+
onInput,
|
|
53
|
+
onSearch,
|
|
54
|
+
cssVars
|
|
55
|
+
};
|
|
56
|
+
},
|
|
57
|
+
render() {
|
|
58
|
+
return vue.createVNode(vue.resolveComponent("iBizControlBase"), {
|
|
59
|
+
"controller": this.c,
|
|
60
|
+
"class": [this.ns.b()],
|
|
61
|
+
"style": this.cssVars
|
|
62
|
+
}, {
|
|
63
|
+
default: () => [this.c.model.enableQuickSearch && vue.createVNode(vue.resolveComponent("van-search"), {
|
|
64
|
+
"modelValue": this.c.state.query,
|
|
65
|
+
"class": this.ns.b("quick-search"),
|
|
66
|
+
"placeholder": this.c.placeHolder,
|
|
67
|
+
"onUpdate:model-value": this.onInput
|
|
68
|
+
}, null)]
|
|
69
|
+
});
|
|
70
|
+
}
|
|
71
|
+
});
|
|
72
|
+
|
|
73
|
+
exports.SearchBarControl = SearchBarControl;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ibiz-control-searchbar{--ibiz-control-searchbar-margin:var(--ibiz-spacing-tight);--ibiz-control-searchbar-padding:var(--ibiz-spacing-extra-tight) var(--ibiz-spacing-base-tight)}.ibiz-control-searchbar .ibiz-control-searchbar-quick-search{width:100%}.ibiz-control-searchbar .van-search{--van-search-background:var(--ibiz-color-tertiary-light-default)}.ibiz-control-searchbar .van-search__content{border-radius:var(--ibiz-border-radius-small)}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
"use strict";
|
|
4
|
+
var __defProp = Object.defineProperty;
|
|
5
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
6
|
+
var __publicField = (obj, key, value) => {
|
|
7
|
+
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
8
|
+
return value;
|
|
9
|
+
};
|
|
10
|
+
class SearchBarProvider {
|
|
11
|
+
constructor() {
|
|
12
|
+
__publicField(this, "component", "IBizSearchBarControl");
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
exports.SearchBarProvider = SearchBarProvider;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var runtime = require('@ibiz-template/runtime');
|
|
6
|
+
var vue3Util = require('@ibiz-template/vue3-util');
|
|
7
|
+
var tabExpPanel = require('./tab-exp-panel.cjs');
|
|
8
|
+
var tabExpPanel_provider = require('./tab-exp-panel.provider.cjs');
|
|
9
|
+
|
|
10
|
+
"use strict";
|
|
11
|
+
const IBizTabExpPanelControl = vue3Util.withInstall(
|
|
12
|
+
tabExpPanel.TabExpPanelControl,
|
|
13
|
+
function(v) {
|
|
14
|
+
v.component(tabExpPanel.TabExpPanelControl.name, tabExpPanel.TabExpPanelControl);
|
|
15
|
+
runtime.registerControlProvider(
|
|
16
|
+
runtime.ControlType.TAB_EXP_PANEL,
|
|
17
|
+
() => new tabExpPanel_provider.TabExpPanelProvider()
|
|
18
|
+
);
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
|
|
22
|
+
exports.TabExpPanelProvider = tabExpPanel_provider.TabExpPanelProvider;
|
|
23
|
+
exports.IBizTabExpPanelControl = IBizTabExpPanelControl;
|
|
24
|
+
exports.default = IBizTabExpPanelControl;
|