@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,22 @@
|
|
|
1
|
+
import { createVNode, defineComponent } from 'vue';
|
|
2
|
+
import { useNamespace } from '@ibiz-template/vue3-util';
|
|
3
|
+
import './right-icon.css';
|
|
4
|
+
|
|
5
|
+
"use strict";
|
|
6
|
+
const IBizCommonRightIcon = /* @__PURE__ */ defineComponent({
|
|
7
|
+
name: "IBizCommonRightIcon",
|
|
8
|
+
setup() {
|
|
9
|
+
const ns = useNamespace("editor-right-icon");
|
|
10
|
+
return {
|
|
11
|
+
ns
|
|
12
|
+
};
|
|
13
|
+
},
|
|
14
|
+
render() {
|
|
15
|
+
return createVNode("ion-icon", {
|
|
16
|
+
"class": this.ns.b(),
|
|
17
|
+
"name": "chevron-forward-outline"
|
|
18
|
+
}, null);
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
|
|
22
|
+
export { IBizCommonRightIcon };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@charset "UTF-8";.ibiz-mpicker{--van-tag-radius:50px}.ibiz-mpicker .van-field{font-size:var(--ibiz-form-item-font-size)}.ibiz-mpicker .van-field__button button{color:var(--van-field-right-icon-color);border:none}.ibiz-mpicker .van-field__control{gap:8px;height:100%}.ibiz-mpicker .van-field__control .van-tag{height:100%;padding:5px;--van-tag-font-size:var(--ibiz-form-item-font-size)}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
import './ibiz-mpicker.scss';
|
|
3
|
+
import { PickerEditorController } from '../picker-editor.controller';
|
|
4
|
+
export declare const IBizMPicker: import("vue").DefineComponent<{
|
|
5
|
+
value: (ArrayConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[];
|
|
6
|
+
controller: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<PickerEditorController>, undefined, undefined>;
|
|
7
|
+
data: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<IData>, undefined, undefined>;
|
|
8
|
+
disabled: {
|
|
9
|
+
type: BooleanConstructor;
|
|
10
|
+
};
|
|
11
|
+
readonly: {
|
|
12
|
+
type: BooleanConstructor;
|
|
13
|
+
default: boolean;
|
|
14
|
+
};
|
|
15
|
+
autoFocus: {
|
|
16
|
+
type: BooleanConstructor;
|
|
17
|
+
default: boolean;
|
|
18
|
+
};
|
|
19
|
+
}, {
|
|
20
|
+
ns: import("@ibiz-template/core").Namespace;
|
|
21
|
+
c: PickerEditorController;
|
|
22
|
+
curValue: Ref<string[]>;
|
|
23
|
+
items: Ref<IData[]>;
|
|
24
|
+
valueText: import("vue").ComputedRef<string>;
|
|
25
|
+
selectItems: Ref<IData[]>;
|
|
26
|
+
onSearch: (query: string) => Promise<void>;
|
|
27
|
+
onRemove: (tag: string) => void;
|
|
28
|
+
onOpenChange: (flag: boolean) => void;
|
|
29
|
+
onSelect: (selects: string[]) => void;
|
|
30
|
+
openPickUpView: () => Promise<void>;
|
|
31
|
+
onFocus: () => void;
|
|
32
|
+
onBlur: () => void;
|
|
33
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
34
|
+
change: (_value: unknown, _name?: string | undefined) => boolean;
|
|
35
|
+
blur: () => boolean;
|
|
36
|
+
focus: () => boolean;
|
|
37
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
38
|
+
value: (ArrayConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[];
|
|
39
|
+
controller: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<PickerEditorController>, undefined, undefined>;
|
|
40
|
+
data: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<IData>, undefined, undefined>;
|
|
41
|
+
disabled: {
|
|
42
|
+
type: BooleanConstructor;
|
|
43
|
+
};
|
|
44
|
+
readonly: {
|
|
45
|
+
type: BooleanConstructor;
|
|
46
|
+
default: boolean;
|
|
47
|
+
};
|
|
48
|
+
autoFocus: {
|
|
49
|
+
type: BooleanConstructor;
|
|
50
|
+
default: boolean;
|
|
51
|
+
};
|
|
52
|
+
}>> & {
|
|
53
|
+
onFocus?: (() => any) | undefined;
|
|
54
|
+
onBlur?: (() => any) | undefined;
|
|
55
|
+
onChange?: ((_value: unknown, _name?: string | undefined) => any) | undefined;
|
|
56
|
+
}, {
|
|
57
|
+
disabled: boolean;
|
|
58
|
+
readonly: boolean;
|
|
59
|
+
autoFocus: boolean;
|
|
60
|
+
}, {}>;
|
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
import { ref, watch, computed, resolveComponent, createVNode, defineComponent } from 'vue';
|
|
2
|
+
import { getDataPickerProps, getEditorEmits, useNamespace } from '@ibiz-template/vue3-util';
|
|
3
|
+
import './ibiz-mpicker.css';
|
|
4
|
+
|
|
5
|
+
"use strict";
|
|
6
|
+
const IBizMPicker = /* @__PURE__ */ defineComponent({
|
|
7
|
+
name: "IBizMPicker",
|
|
8
|
+
props: getDataPickerProps(),
|
|
9
|
+
emits: getEditorEmits(),
|
|
10
|
+
setup(props, {
|
|
11
|
+
emit
|
|
12
|
+
}) {
|
|
13
|
+
const ns = useNamespace("mpicker");
|
|
14
|
+
const c = props.controller;
|
|
15
|
+
const curValue = ref([]);
|
|
16
|
+
const items = ref([]);
|
|
17
|
+
const selectItems = ref([]);
|
|
18
|
+
const open = ref(false);
|
|
19
|
+
watch(() => props.value, (newVal) => {
|
|
20
|
+
curValue.value = [];
|
|
21
|
+
selectItems.value = [];
|
|
22
|
+
if (newVal) {
|
|
23
|
+
selectItems.value = JSON.parse(newVal);
|
|
24
|
+
selectItems.value.forEach((item) => {
|
|
25
|
+
curValue.value.push(item.srfkey);
|
|
26
|
+
const index = items.value.findIndex((i) => Object.is(i.srfkey, item.srfkey));
|
|
27
|
+
if (index < 0) {
|
|
28
|
+
items.value.push({
|
|
29
|
+
srfkey: item.srfkey,
|
|
30
|
+
srfmajortext: item.srfmajortext
|
|
31
|
+
});
|
|
32
|
+
}
|
|
33
|
+
});
|
|
34
|
+
}
|
|
35
|
+
}, {
|
|
36
|
+
immediate: true,
|
|
37
|
+
deep: true
|
|
38
|
+
});
|
|
39
|
+
const handleOpenViewClose = (result) => {
|
|
40
|
+
const valArr = [];
|
|
41
|
+
if (result && Array.isArray(result)) {
|
|
42
|
+
result.forEach((select) => {
|
|
43
|
+
const formattedItem = {
|
|
44
|
+
srfkey: select[c.keyName] || select.srfkey,
|
|
45
|
+
srfmajortext: select[c.textName] || select.srfmajortext
|
|
46
|
+
};
|
|
47
|
+
valArr.push(formattedItem);
|
|
48
|
+
const index = items.value.findIndex((item) => Object.is(item[c.keyName], select[c.keyName]));
|
|
49
|
+
if (index < 0) {
|
|
50
|
+
items.value.push(formattedItem);
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
}
|
|
54
|
+
const value = valArr.length > 0 ? JSON.stringify(valArr) : "";
|
|
55
|
+
emit("change", value);
|
|
56
|
+
};
|
|
57
|
+
const openPickUpView = async () => {
|
|
58
|
+
let selectedData;
|
|
59
|
+
if (selectItems.value.length) {
|
|
60
|
+
selectedData = JSON.stringify(selectItems.value);
|
|
61
|
+
}
|
|
62
|
+
const res = await c.openPickUpView(props.data, selectedData);
|
|
63
|
+
if (res) {
|
|
64
|
+
handleOpenViewClose(res);
|
|
65
|
+
}
|
|
66
|
+
};
|
|
67
|
+
const onSelect = (selects) => {
|
|
68
|
+
const valArr = [];
|
|
69
|
+
if (selects.length > 0) {
|
|
70
|
+
selects.forEach((select) => {
|
|
71
|
+
const findItem = items.value.find((item) => Object.is(item.srfkey, select));
|
|
72
|
+
if (findItem) {
|
|
73
|
+
valArr.push({
|
|
74
|
+
srfkey: findItem.srfkey,
|
|
75
|
+
srfmajortext: findItem.srfmajortext
|
|
76
|
+
});
|
|
77
|
+
}
|
|
78
|
+
});
|
|
79
|
+
const value = valArr.length > 0 ? JSON.stringify(valArr) : "";
|
|
80
|
+
emit("change", value);
|
|
81
|
+
} else {
|
|
82
|
+
emit("change", "");
|
|
83
|
+
}
|
|
84
|
+
};
|
|
85
|
+
const onSearch = async (query) => {
|
|
86
|
+
if (c.model.appDataEntityId) {
|
|
87
|
+
const trimQuery = query.trim();
|
|
88
|
+
const res = await c.getServiceData(trimQuery, props.data);
|
|
89
|
+
if (res) {
|
|
90
|
+
items.value = res.data.map((item) => ({
|
|
91
|
+
srfkey: item[c.keyName],
|
|
92
|
+
srfmajortext: item[c.textName]
|
|
93
|
+
}));
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
};
|
|
97
|
+
const onRemove = (tag) => {
|
|
98
|
+
const index = selectItems.value.findIndex((item) => Object.is(item[c.keyName], tag));
|
|
99
|
+
if (index >= 0) {
|
|
100
|
+
selectItems.value.splice(index, 1);
|
|
101
|
+
const val = [];
|
|
102
|
+
let value = null;
|
|
103
|
+
selectItems.value.forEach((select) => {
|
|
104
|
+
if (c.model.valueType === "OBJECTS") {
|
|
105
|
+
val.push(c.handleObjectParams(select));
|
|
106
|
+
} else if (c.objectIdField) {
|
|
107
|
+
val.push(select[c.keyName]);
|
|
108
|
+
} else {
|
|
109
|
+
val.push({
|
|
110
|
+
[c.keyName]: select[c.keyName],
|
|
111
|
+
[c.textName]: select[c.textName]
|
|
112
|
+
});
|
|
113
|
+
}
|
|
114
|
+
});
|
|
115
|
+
if (val.length > 0) {
|
|
116
|
+
if (c.model.valueType === "OBJECTS") {
|
|
117
|
+
value = val;
|
|
118
|
+
} else {
|
|
119
|
+
value = c.objectIdField ? val.join(c.model.valueSeparator) : JSON.stringify(val);
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
emit("change", value);
|
|
123
|
+
}
|
|
124
|
+
};
|
|
125
|
+
const onOpenChange = (flag) => {
|
|
126
|
+
open.value = flag;
|
|
127
|
+
if (open.value) {
|
|
128
|
+
items.value = [];
|
|
129
|
+
onSearch("");
|
|
130
|
+
}
|
|
131
|
+
};
|
|
132
|
+
const valueText = computed(() => {
|
|
133
|
+
return selectItems.value.map((item) => {
|
|
134
|
+
return item.srfmajortext;
|
|
135
|
+
}).join(",");
|
|
136
|
+
});
|
|
137
|
+
const onFocus = () => {
|
|
138
|
+
emit("focus");
|
|
139
|
+
};
|
|
140
|
+
const onBlur = () => {
|
|
141
|
+
emit("blur");
|
|
142
|
+
};
|
|
143
|
+
return {
|
|
144
|
+
ns,
|
|
145
|
+
c,
|
|
146
|
+
curValue,
|
|
147
|
+
items,
|
|
148
|
+
valueText,
|
|
149
|
+
selectItems,
|
|
150
|
+
onSearch,
|
|
151
|
+
onRemove,
|
|
152
|
+
onOpenChange,
|
|
153
|
+
onSelect,
|
|
154
|
+
openPickUpView,
|
|
155
|
+
onFocus,
|
|
156
|
+
onBlur
|
|
157
|
+
};
|
|
158
|
+
},
|
|
159
|
+
render() {
|
|
160
|
+
return createVNode("div", {
|
|
161
|
+
"class": [this.ns.b(), this.disabled ? this.ns.m("disabled") : "", this.readonly ? this.ns.m("readonly") : ""],
|
|
162
|
+
"ref": "editorRef"
|
|
163
|
+
}, [this.readonly && this.valueText, !this.readonly && createVNode(resolveComponent("van-field"), {
|
|
164
|
+
"ref": "editorRef",
|
|
165
|
+
"modelValue": this.valueText,
|
|
166
|
+
"onUpdate:modelValue": ($event) => this.valueText = $event,
|
|
167
|
+
"clearable": true,
|
|
168
|
+
"placeholder": this.c.placeHolder,
|
|
169
|
+
"disabled": this.disabled
|
|
170
|
+
}, {
|
|
171
|
+
input: () => {
|
|
172
|
+
return this.selectItems.map((item) => {
|
|
173
|
+
return createVNode(resolveComponent("van-tag"), {
|
|
174
|
+
"closeable": true,
|
|
175
|
+
"type": "primary",
|
|
176
|
+
"onClose": () => {
|
|
177
|
+
this.onRemove(item[this.c.keyName]);
|
|
178
|
+
}
|
|
179
|
+
}, {
|
|
180
|
+
default: () => [item.srfmajortext]
|
|
181
|
+
});
|
|
182
|
+
});
|
|
183
|
+
},
|
|
184
|
+
button: () => {
|
|
185
|
+
if (this.$slots.append) {
|
|
186
|
+
return this.$slots.append({});
|
|
187
|
+
}
|
|
188
|
+
if (this.disabled || this.readonly) {
|
|
189
|
+
return null;
|
|
190
|
+
}
|
|
191
|
+
return [this.c.model.pickupAppViewId ? createVNode(resolveComponent("van-button"), {
|
|
192
|
+
"size": "small",
|
|
193
|
+
"onClick": this.openPickUpView
|
|
194
|
+
}, {
|
|
195
|
+
default: () => [createVNode("ion-icon", {
|
|
196
|
+
"name": "search"
|
|
197
|
+
}, null)]
|
|
198
|
+
}) : null];
|
|
199
|
+
}
|
|
200
|
+
})]);
|
|
201
|
+
}
|
|
202
|
+
});
|
|
203
|
+
|
|
204
|
+
export { IBizMPicker };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ibiz-picker{height:100%}.ibiz-picker .van-field{font-size:var(--ibiz-form-item-font-size)}.ibiz-picker .van-field__button button{color:var(--van-field-right-icon-color);border:none}.ibiz-picker ion-icon{cursor:pointer}.ibiz-picker__buns-position{position:relative;display:inline-block}.ibiz-picker__btns{position:absolute;right:0;display:flex}.ibiz-picker__btns span{display:flex;flex-flow:column nowrap;justify-content:center}.ibiz-picker__autocomplete{display:flex}.ibiz-picker__autocomplete .el-autocomplete{width:100%}.ibiz-picker__transfer-item{padding:5px;cursor:pointer}.ibiz-picker__transfer-item:hover{background-color:var(--ibiz-form-item-hover-bg-color)}.ibiz-picker__link{width:32px;height:32px;padding:0 6px}.ibiz-picker--disabled ion-icon{pointer-events:none}.ibiz-picker--readonly{color:var(--ibiz-form-item-readonly-color)}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
import './ibiz-picker.scss';
|
|
3
|
+
import { PickerEditorController } from '../picker-editor.controller';
|
|
4
|
+
export declare const IBizPicker: import("vue").DefineComponent<{
|
|
5
|
+
value: (ArrayConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[];
|
|
6
|
+
controller: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<PickerEditorController>, undefined, undefined>;
|
|
7
|
+
data: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<IData>, undefined, undefined>;
|
|
8
|
+
disabled: {
|
|
9
|
+
type: BooleanConstructor;
|
|
10
|
+
};
|
|
11
|
+
readonly: {
|
|
12
|
+
type: BooleanConstructor;
|
|
13
|
+
default: boolean;
|
|
14
|
+
};
|
|
15
|
+
autoFocus: {
|
|
16
|
+
type: BooleanConstructor;
|
|
17
|
+
default: boolean;
|
|
18
|
+
};
|
|
19
|
+
}, {
|
|
20
|
+
ns: import("@ibiz-template/core").Namespace;
|
|
21
|
+
c: PickerEditorController;
|
|
22
|
+
curValue: Ref<string | string[] | null>;
|
|
23
|
+
items: Ref<IData[]>;
|
|
24
|
+
pickerAutoCompleteRef: Ref<any>;
|
|
25
|
+
loading: Ref<boolean>;
|
|
26
|
+
openPickUpView: (e: MouseEvent) => Promise<void>;
|
|
27
|
+
openLinkView: (e: MouseEvent) => Promise<void>;
|
|
28
|
+
onACSelect: (item: IData) => Promise<void>;
|
|
29
|
+
onSearch: (query?: string, cb?: ((_items: IData[]) => void) | undefined) => Promise<void>;
|
|
30
|
+
editorRef: Ref<any>;
|
|
31
|
+
onClear: () => void;
|
|
32
|
+
onFocus: () => void;
|
|
33
|
+
onBlur: () => void;
|
|
34
|
+
closeCircle: number;
|
|
35
|
+
isDebounce: boolean;
|
|
36
|
+
handleChange: (evt: IData) => void;
|
|
37
|
+
onConfirm: ({ selectedOptions }: {
|
|
38
|
+
selectedOptions: IData[];
|
|
39
|
+
}) => void;
|
|
40
|
+
showPicker: Ref<boolean>;
|
|
41
|
+
openPicker: () => Promise<void>;
|
|
42
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
43
|
+
change: (_value: unknown, _name?: string | undefined) => boolean;
|
|
44
|
+
blur: () => boolean;
|
|
45
|
+
focus: () => boolean;
|
|
46
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
47
|
+
value: (ArrayConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[];
|
|
48
|
+
controller: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<PickerEditorController>, undefined, undefined>;
|
|
49
|
+
data: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<IData>, undefined, undefined>;
|
|
50
|
+
disabled: {
|
|
51
|
+
type: BooleanConstructor;
|
|
52
|
+
};
|
|
53
|
+
readonly: {
|
|
54
|
+
type: BooleanConstructor;
|
|
55
|
+
default: boolean;
|
|
56
|
+
};
|
|
57
|
+
autoFocus: {
|
|
58
|
+
type: BooleanConstructor;
|
|
59
|
+
default: boolean;
|
|
60
|
+
};
|
|
61
|
+
}>> & {
|
|
62
|
+
onFocus?: (() => any) | undefined;
|
|
63
|
+
onBlur?: (() => any) | undefined;
|
|
64
|
+
onChange?: ((_value: unknown, _name?: string | undefined) => any) | undefined;
|
|
65
|
+
}, {
|
|
66
|
+
disabled: boolean;
|
|
67
|
+
readonly: boolean;
|
|
68
|
+
autoFocus: boolean;
|
|
69
|
+
}, {}>;
|
|
@@ -0,0 +1,245 @@
|
|
|
1
|
+
import { ref, watch, createVNode, resolveComponent, defineComponent } from 'vue';
|
|
2
|
+
import { getDataPickerProps, getEditorEmits, useNamespace } from '@ibiz-template/vue3-util';
|
|
3
|
+
import { isEmpty } from 'ramda';
|
|
4
|
+
import './ibiz-picker.css';
|
|
5
|
+
import { debounce } from 'lodash-es';
|
|
6
|
+
|
|
7
|
+
"use strict";
|
|
8
|
+
const IBizPicker = /* @__PURE__ */ defineComponent({
|
|
9
|
+
name: "IBizPicker",
|
|
10
|
+
props: getDataPickerProps(),
|
|
11
|
+
emits: getEditorEmits(),
|
|
12
|
+
setup(props, {
|
|
13
|
+
emit
|
|
14
|
+
}) {
|
|
15
|
+
const ns = useNamespace("picker");
|
|
16
|
+
const c = props.controller;
|
|
17
|
+
const curValue = ref("");
|
|
18
|
+
const items = ref([]);
|
|
19
|
+
const showPicker = ref(false);
|
|
20
|
+
const isShowAll = ref(true);
|
|
21
|
+
const pickerAutoCompleteRef = ref();
|
|
22
|
+
const loading = ref(false);
|
|
23
|
+
watch(() => props.value, (newVal) => {
|
|
24
|
+
if (newVal || newVal === null) {
|
|
25
|
+
curValue.value = newVal;
|
|
26
|
+
if (newVal === null) {
|
|
27
|
+
curValue.value = "";
|
|
28
|
+
}
|
|
29
|
+
const value = props.data[c.valueItem];
|
|
30
|
+
const index = items.value.findIndex((item) => Object.is(item[c.keyName], value));
|
|
31
|
+
if (index !== -1) {
|
|
32
|
+
return;
|
|
33
|
+
}
|
|
34
|
+
items.value = [];
|
|
35
|
+
if (!isEmpty(newVal) && !isEmpty(value)) {
|
|
36
|
+
items.value.push({
|
|
37
|
+
[c.textName]: newVal,
|
|
38
|
+
[c.keyName]: value
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}, {
|
|
43
|
+
immediate: true
|
|
44
|
+
});
|
|
45
|
+
const handleDataSelect = async (data) => {
|
|
46
|
+
const dataItems = await c.calcFillDataItems(data);
|
|
47
|
+
if (dataItems.length) {
|
|
48
|
+
dataItems.forEach((dataItem) => {
|
|
49
|
+
emit("change", dataItem.value, dataItem.id);
|
|
50
|
+
});
|
|
51
|
+
}
|
|
52
|
+
if (c.valueItem) {
|
|
53
|
+
emit("change", data[c.keyName], c.valueItem);
|
|
54
|
+
}
|
|
55
|
+
emit("change", data[c.textName]);
|
|
56
|
+
};
|
|
57
|
+
const openPickUpView = async (e) => {
|
|
58
|
+
e.stopPropagation();
|
|
59
|
+
const res = await c.openPickUpView(props.data);
|
|
60
|
+
if (res && res[0]) {
|
|
61
|
+
await handleDataSelect(res[0]);
|
|
62
|
+
}
|
|
63
|
+
};
|
|
64
|
+
const openLinkView = async (e) => {
|
|
65
|
+
e.stopPropagation();
|
|
66
|
+
const res = await c.openLinkView(props.data);
|
|
67
|
+
if (res && res[0]) {
|
|
68
|
+
await handleDataSelect(res[0]);
|
|
69
|
+
}
|
|
70
|
+
};
|
|
71
|
+
const onACSelect = async (item) => {
|
|
72
|
+
await handleDataSelect(item);
|
|
73
|
+
isShowAll.value = true;
|
|
74
|
+
};
|
|
75
|
+
const handleData = (data) => {
|
|
76
|
+
return data.map((item) => {
|
|
77
|
+
return {
|
|
78
|
+
text: item[c.textName],
|
|
79
|
+
value: item[c.keyName],
|
|
80
|
+
...item
|
|
81
|
+
};
|
|
82
|
+
});
|
|
83
|
+
};
|
|
84
|
+
const onSearch = async (query, cb) => {
|
|
85
|
+
if (c.model.appDataEntityId) {
|
|
86
|
+
const trimQuery = query || "".trim();
|
|
87
|
+
loading.value = true;
|
|
88
|
+
let res;
|
|
89
|
+
try {
|
|
90
|
+
res = await c.getServiceData(trimQuery, props.data);
|
|
91
|
+
if (res) {
|
|
92
|
+
items.value = handleData(res.data);
|
|
93
|
+
if (cb && cb instanceof Function) {
|
|
94
|
+
cb(items.value);
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
} finally {
|
|
98
|
+
loading.value = false;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
};
|
|
102
|
+
let isDebounce = false;
|
|
103
|
+
let awaitSearch;
|
|
104
|
+
let blurCacheValue;
|
|
105
|
+
const debounceChange = debounce((val) => {
|
|
106
|
+
if (blurCacheValue !== val) {
|
|
107
|
+
onSearch(val);
|
|
108
|
+
}
|
|
109
|
+
blurCacheValue = void 0;
|
|
110
|
+
isDebounce = false;
|
|
111
|
+
if (awaitSearch) {
|
|
112
|
+
awaitSearch();
|
|
113
|
+
}
|
|
114
|
+
}, 300, {
|
|
115
|
+
leading: true
|
|
116
|
+
});
|
|
117
|
+
const handleChange = (evt) => {
|
|
118
|
+
const val = evt.target.value;
|
|
119
|
+
isDebounce = true;
|
|
120
|
+
debounceChange(val);
|
|
121
|
+
};
|
|
122
|
+
const onClear = () => {
|
|
123
|
+
const dataItems = c.dataItems;
|
|
124
|
+
if (dataItems == null ? void 0 : dataItems.length) {
|
|
125
|
+
dataItems.forEach((dataItem) => {
|
|
126
|
+
emit("change", null, dataItem.id);
|
|
127
|
+
});
|
|
128
|
+
}
|
|
129
|
+
if (c.valueItem) {
|
|
130
|
+
emit("change", null, c.valueItem);
|
|
131
|
+
}
|
|
132
|
+
emit("change", null);
|
|
133
|
+
};
|
|
134
|
+
const closeCircle = (c.linkView ? 1 : 0) + (c.pickupView ? 1 : 0);
|
|
135
|
+
const editorRef = ref();
|
|
136
|
+
if (props.autoFocus) {
|
|
137
|
+
watch(editorRef, (newVal) => {
|
|
138
|
+
if (newVal) {
|
|
139
|
+
newVal.focus();
|
|
140
|
+
}
|
|
141
|
+
});
|
|
142
|
+
}
|
|
143
|
+
const onFocus = () => {
|
|
144
|
+
emit("focus");
|
|
145
|
+
};
|
|
146
|
+
const onBlur = () => {
|
|
147
|
+
emit("blur");
|
|
148
|
+
};
|
|
149
|
+
const onConfirm = ({
|
|
150
|
+
selectedOptions
|
|
151
|
+
}) => {
|
|
152
|
+
showPicker.value = false;
|
|
153
|
+
if (Array.isArray(selectedOptions)) {
|
|
154
|
+
handleDataSelect(selectedOptions[0]);
|
|
155
|
+
}
|
|
156
|
+
};
|
|
157
|
+
const openPicker = async () => {
|
|
158
|
+
showPicker.value = true;
|
|
159
|
+
onSearch();
|
|
160
|
+
};
|
|
161
|
+
return {
|
|
162
|
+
ns,
|
|
163
|
+
c,
|
|
164
|
+
curValue,
|
|
165
|
+
items,
|
|
166
|
+
pickerAutoCompleteRef,
|
|
167
|
+
loading,
|
|
168
|
+
openPickUpView,
|
|
169
|
+
openLinkView,
|
|
170
|
+
onACSelect,
|
|
171
|
+
onSearch,
|
|
172
|
+
editorRef,
|
|
173
|
+
onClear,
|
|
174
|
+
onFocus,
|
|
175
|
+
onBlur,
|
|
176
|
+
closeCircle,
|
|
177
|
+
isDebounce,
|
|
178
|
+
handleChange,
|
|
179
|
+
onConfirm,
|
|
180
|
+
showPicker,
|
|
181
|
+
openPicker
|
|
182
|
+
};
|
|
183
|
+
},
|
|
184
|
+
render() {
|
|
185
|
+
if (this.readonly) {
|
|
186
|
+
return createVNode("div", {
|
|
187
|
+
"class": (this.ns.b(), this.ns.m("readonly"))
|
|
188
|
+
}, [this.value]);
|
|
189
|
+
}
|
|
190
|
+
return createVNode("div", {
|
|
191
|
+
"class": [this.ns.b(), this.disabled ? this.ns.m("disabled") : ""]
|
|
192
|
+
}, [createVNode(resolveComponent("van-field"), {
|
|
193
|
+
"ref": "editorRef",
|
|
194
|
+
"modelValue": this.curValue,
|
|
195
|
+
"onUpdate:modelValue": ($event) => this.curValue = $event,
|
|
196
|
+
"clearable": true,
|
|
197
|
+
"placeholder": this.c.placeHolder,
|
|
198
|
+
"onClear": this.onClear,
|
|
199
|
+
"disabled": this.disabled,
|
|
200
|
+
"onClick": () => {
|
|
201
|
+
this.openPicker();
|
|
202
|
+
}
|
|
203
|
+
}, {
|
|
204
|
+
button: () => {
|
|
205
|
+
if (this.$slots.append) {
|
|
206
|
+
return this.$slots.append({});
|
|
207
|
+
}
|
|
208
|
+
if (this.disabled || this.readonly) {
|
|
209
|
+
return null;
|
|
210
|
+
}
|
|
211
|
+
return [this.c.model.pickupAppViewId ? createVNode(resolveComponent("van-button"), {
|
|
212
|
+
"size": "small",
|
|
213
|
+
"onClick": this.openPickUpView
|
|
214
|
+
}, {
|
|
215
|
+
default: () => [createVNode("ion-icon", {
|
|
216
|
+
"name": "search"
|
|
217
|
+
}, null)]
|
|
218
|
+
}) : null, this.c.model.linkAppViewId ? createVNode(resolveComponent("van-button"), {
|
|
219
|
+
"size": "small",
|
|
220
|
+
"onClick": this.openLinkView
|
|
221
|
+
}, {
|
|
222
|
+
default: () => [createVNode("ion-icon", {
|
|
223
|
+
"name": "arrow-redo-sharp"
|
|
224
|
+
}, null)]
|
|
225
|
+
}) : null];
|
|
226
|
+
}
|
|
227
|
+
}), createVNode(resolveComponent("van-popup"), {
|
|
228
|
+
"show": this.showPicker,
|
|
229
|
+
"onUpdate:show": ($event) => this.showPicker = $event,
|
|
230
|
+
"round": true,
|
|
231
|
+
"position": "bottom"
|
|
232
|
+
}, {
|
|
233
|
+
default: () => [createVNode(resolveComponent("van-picker"), {
|
|
234
|
+
"columns": this.items,
|
|
235
|
+
"loading": this.loading,
|
|
236
|
+
"onCancel": () => {
|
|
237
|
+
this.showPicker = false;
|
|
238
|
+
},
|
|
239
|
+
"onConfirm": this.onConfirm
|
|
240
|
+
}, null)]
|
|
241
|
+
})]);
|
|
242
|
+
}
|
|
243
|
+
});
|
|
244
|
+
|
|
245
|
+
export { IBizPicker };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ibiz-picker-select-view{width:100%}.ibiz-picker-select-view .van-field{font-size:var(--ibiz-form-item-font-size)}.ibiz-picker-select-view .ibiz-picker-select-view-view{height:100%}.ibiz-picker-select-view .van-field__button button{color:var(--van-field-right-icon-color);border:none}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
import './ibiz-picker-select-view.scss';
|
|
3
|
+
import { EventBase } from '@ibiz-template/runtime';
|
|
4
|
+
import { PickerEditorController } from '../picker-editor.controller';
|
|
5
|
+
export declare const IBizPickerSelectView: import("vue").DefineComponent<{
|
|
6
|
+
value: (ArrayConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[];
|
|
7
|
+
controller: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<PickerEditorController>, undefined, undefined>;
|
|
8
|
+
data: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<IData>, undefined, undefined>;
|
|
9
|
+
disabled: {
|
|
10
|
+
type: BooleanConstructor;
|
|
11
|
+
};
|
|
12
|
+
readonly: {
|
|
13
|
+
type: BooleanConstructor;
|
|
14
|
+
default: boolean;
|
|
15
|
+
};
|
|
16
|
+
autoFocus: {
|
|
17
|
+
type: BooleanConstructor;
|
|
18
|
+
default: boolean;
|
|
19
|
+
};
|
|
20
|
+
}, {
|
|
21
|
+
ns: import("@ibiz-template/core").Namespace;
|
|
22
|
+
c: PickerEditorController;
|
|
23
|
+
curValue: Ref<string>;
|
|
24
|
+
context: Ref<{
|
|
25
|
+
[x: string]: any;
|
|
26
|
+
[x: symbol]: any;
|
|
27
|
+
srfsandbox?: string | undefined;
|
|
28
|
+
srfappid?: string | undefined;
|
|
29
|
+
getOwnContext: () => IData;
|
|
30
|
+
destroy: () => void;
|
|
31
|
+
clone: () => IContext;
|
|
32
|
+
reset: (context?: IData | undefined, parent?: IContext | undefined) => void;
|
|
33
|
+
}>;
|
|
34
|
+
params: Ref<IParams>;
|
|
35
|
+
editorRef: Ref<any>;
|
|
36
|
+
height: Ref<number>;
|
|
37
|
+
isOpen: Ref<boolean>;
|
|
38
|
+
anchors: Ref<number[]>;
|
|
39
|
+
visible: Ref<boolean>;
|
|
40
|
+
onClear: () => void;
|
|
41
|
+
onSelectionChange: (event: EventBase) => void;
|
|
42
|
+
heightChange: ({ height: _height }: {
|
|
43
|
+
height: number;
|
|
44
|
+
}) => void;
|
|
45
|
+
openPicker: () => Promise<void>;
|
|
46
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
47
|
+
change: (_value: unknown, _name?: string | undefined) => boolean;
|
|
48
|
+
blur: () => boolean;
|
|
49
|
+
focus: () => boolean;
|
|
50
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
51
|
+
value: (ArrayConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[];
|
|
52
|
+
controller: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<PickerEditorController>, undefined, undefined>;
|
|
53
|
+
data: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<IData>, undefined, undefined>;
|
|
54
|
+
disabled: {
|
|
55
|
+
type: BooleanConstructor;
|
|
56
|
+
};
|
|
57
|
+
readonly: {
|
|
58
|
+
type: BooleanConstructor;
|
|
59
|
+
default: boolean;
|
|
60
|
+
};
|
|
61
|
+
autoFocus: {
|
|
62
|
+
type: BooleanConstructor;
|
|
63
|
+
default: boolean;
|
|
64
|
+
};
|
|
65
|
+
}>> & {
|
|
66
|
+
onFocus?: (() => any) | undefined;
|
|
67
|
+
onBlur?: (() => any) | undefined;
|
|
68
|
+
onChange?: ((_value: unknown, _name?: string | undefined) => any) | undefined;
|
|
69
|
+
}, {
|
|
70
|
+
disabled: boolean;
|
|
71
|
+
readonly: boolean;
|
|
72
|
+
autoFocus: boolean;
|
|
73
|
+
}, {}>;
|