@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,129 @@
|
|
|
1
|
+
import { ref, createVNode, defineComponent } from 'vue';
|
|
2
|
+
import './hooks/index.mjs';
|
|
3
|
+
import './utils/index.mjs';
|
|
4
|
+
import { makeArrayProp } from './utils/props.mjs';
|
|
5
|
+
import { useRect } from './hooks/use-rect.mjs';
|
|
6
|
+
|
|
7
|
+
const calendarScrollContainerProps = {
|
|
8
|
+
disabledScroll: {
|
|
9
|
+
type: [Boolean, String],
|
|
10
|
+
default: () => false
|
|
11
|
+
},
|
|
12
|
+
calendarData: makeArrayProp()
|
|
13
|
+
};
|
|
14
|
+
var stdin_default = defineComponent({
|
|
15
|
+
name: "CalendarScrollContainer",
|
|
16
|
+
props: calendarScrollContainerProps,
|
|
17
|
+
emits: ["slidechange", "touchstart", "touchmove", "touchend"],
|
|
18
|
+
setup(props, {
|
|
19
|
+
emit,
|
|
20
|
+
slots
|
|
21
|
+
}) {
|
|
22
|
+
const containerRef = ref();
|
|
23
|
+
const translateIndex = ref(0);
|
|
24
|
+
const transitionDuration = ref(0.3);
|
|
25
|
+
const touch = ref({
|
|
26
|
+
x: 0,
|
|
27
|
+
y: 0
|
|
28
|
+
});
|
|
29
|
+
const isTouching = ref(false);
|
|
30
|
+
const touchStartPositionX = ref(0);
|
|
31
|
+
const touchStartPositionY = ref(0);
|
|
32
|
+
const calendarY = ref(0);
|
|
33
|
+
const isCanScroll = (dire) => {
|
|
34
|
+
const scrollObj = {
|
|
35
|
+
up: [true, "up", "vertical"],
|
|
36
|
+
down: [true, "down", "vertical"],
|
|
37
|
+
left: [true, "left", "horizontal"],
|
|
38
|
+
right: [true, "right", "horizontal"]
|
|
39
|
+
};
|
|
40
|
+
const checkedScrollArr = scrollObj[dire];
|
|
41
|
+
return !checkedScrollArr.some((item) => item === props.disabledScroll);
|
|
42
|
+
};
|
|
43
|
+
const setDisabledScrollDirection = () => {
|
|
44
|
+
touch.value.x < 0 && !isCanScroll("left") && (touch.value.x = 0);
|
|
45
|
+
touch.value.x > 0 && !isCanScroll("right") && (touch.value.x = 0);
|
|
46
|
+
touch.value.y < 0 && !isCanScroll("up") && (touch.value.y = 0);
|
|
47
|
+
touch.value.y > 0 && !isCanScroll("down") && (touch.value.y = 0);
|
|
48
|
+
};
|
|
49
|
+
const touchStart = (event) => {
|
|
50
|
+
emit("touchstart", event);
|
|
51
|
+
touchStartPositionX.value = event.touches[0].clientX;
|
|
52
|
+
touchStartPositionY.value = event.touches[0].clientY;
|
|
53
|
+
touch.value = {
|
|
54
|
+
x: 0,
|
|
55
|
+
y: 0
|
|
56
|
+
};
|
|
57
|
+
isTouching.value = true;
|
|
58
|
+
};
|
|
59
|
+
const touchMove = (event) => {
|
|
60
|
+
emit("touchmove", event);
|
|
61
|
+
if (event.cancelable)
|
|
62
|
+
event.preventDefault();
|
|
63
|
+
event.stopPropagation();
|
|
64
|
+
const moveX = event.touches[0].clientX - touchStartPositionX.value;
|
|
65
|
+
const moveY = event.touches[0].clientY - touchStartPositionY.value;
|
|
66
|
+
if (Math.abs(moveX) > Math.abs(moveY)) {
|
|
67
|
+
touch.value = {
|
|
68
|
+
x: moveX / useRect(containerRef).width,
|
|
69
|
+
y: 0
|
|
70
|
+
};
|
|
71
|
+
} else {
|
|
72
|
+
touch.value = {
|
|
73
|
+
x: 0,
|
|
74
|
+
y: moveY / useRect(containerRef).height
|
|
75
|
+
};
|
|
76
|
+
}
|
|
77
|
+
setDisabledScrollDirection();
|
|
78
|
+
};
|
|
79
|
+
const touchEnd = (e) => {
|
|
80
|
+
emit("touchend", e);
|
|
81
|
+
isTouching.value = false;
|
|
82
|
+
if (Math.abs(touch.value.x) > Math.abs(touch.value.y) && Math.abs(touch.value.x) > 0.2) {
|
|
83
|
+
if (touch.value.x > 0) {
|
|
84
|
+
emit("slidechange", "right");
|
|
85
|
+
translateIndex.value += 1;
|
|
86
|
+
} else if (touch.value.x < 0) {
|
|
87
|
+
emit("slidechange", "left");
|
|
88
|
+
translateIndex.value -= 1;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
if (Math.abs(touch.value.y) > Math.abs(touch.value.x) && Math.abs(touch.value.y * useRect(containerRef).height) > 50) {
|
|
92
|
+
if (touch.value.y > 0) {
|
|
93
|
+
emit("slidechange", "down");
|
|
94
|
+
} else if (touch.value.y < 0) {
|
|
95
|
+
emit("slidechange", "up");
|
|
96
|
+
}
|
|
97
|
+
} else {
|
|
98
|
+
touch.value = {
|
|
99
|
+
x: 0,
|
|
100
|
+
y: 0
|
|
101
|
+
};
|
|
102
|
+
}
|
|
103
|
+
};
|
|
104
|
+
const renderDateItem = () => props.calendarData.map((item, i) => {
|
|
105
|
+
var _a;
|
|
106
|
+
return createVNode("li", {
|
|
107
|
+
"class": "calendar_group_li",
|
|
108
|
+
"key": i,
|
|
109
|
+
"style": {
|
|
110
|
+
transform: `translate3d(${(i - 1 + translateIndex.value + (isTouching.value ? touch.value.x : 0)) * 100}%, ${calendarY.value}px, 0)`,
|
|
111
|
+
transitionDuration: `${isTouching.value ? 0 : transitionDuration.value}s`
|
|
112
|
+
}
|
|
113
|
+
}, [(_a = slots.default) == null ? void 0 : _a.call(slots, item)]);
|
|
114
|
+
});
|
|
115
|
+
const renderContainer = () => createVNode("ul", {
|
|
116
|
+
"class": "calendar_group_ul",
|
|
117
|
+
"ref": "containerRef",
|
|
118
|
+
"style": {
|
|
119
|
+
transform: `translate3d(${-translateIndex.value * 100}%, 0, 0)`
|
|
120
|
+
},
|
|
121
|
+
"onTouchstart": touchStart,
|
|
122
|
+
"onTouchmove": touchMove,
|
|
123
|
+
"onTouchend": touchEnd
|
|
124
|
+
}, [renderDateItem()]);
|
|
125
|
+
return () => renderContainer();
|
|
126
|
+
}
|
|
127
|
+
});
|
|
128
|
+
|
|
129
|
+
export { calendarScrollContainerProps, stdin_default as default };
|
|
@@ -0,0 +1,205 @@
|
|
|
1
|
+
import { reactive, ref, nextTick, watch, createVNode, defineComponent } from 'vue';
|
|
2
|
+
import './hooks/index.mjs';
|
|
3
|
+
import './utils/index.mjs';
|
|
4
|
+
import { makeDateProp, makeNumberProp } from './utils/props.mjs';
|
|
5
|
+
import { useRect } from './hooks/use-rect.mjs';
|
|
6
|
+
import { checkPlatform } from './utils/validate.mjs';
|
|
7
|
+
import { fillNumber } from './utils/basic.mjs';
|
|
8
|
+
|
|
9
|
+
const calendarTimeProps = {
|
|
10
|
+
show: Boolean,
|
|
11
|
+
defaultTime: makeDateProp(new Date()),
|
|
12
|
+
disabledTime: {
|
|
13
|
+
type: Function,
|
|
14
|
+
default: () => false
|
|
15
|
+
},
|
|
16
|
+
minuteStep: makeNumberProp(1),
|
|
17
|
+
calendarDate: {
|
|
18
|
+
type: Object,
|
|
19
|
+
default: () => ({})
|
|
20
|
+
}
|
|
21
|
+
};
|
|
22
|
+
var stdin_default = defineComponent({
|
|
23
|
+
name: "CalendarTime",
|
|
24
|
+
props: calendarTimeProps,
|
|
25
|
+
emits: ["change"],
|
|
26
|
+
setup(props, {
|
|
27
|
+
emit
|
|
28
|
+
}) {
|
|
29
|
+
const timeContentRef = reactive([]);
|
|
30
|
+
const timeItemRef = reactive([]);
|
|
31
|
+
const checkedDate = ref({
|
|
32
|
+
hours: new Date().getHours(),
|
|
33
|
+
minutes: new Date().getMinutes()
|
|
34
|
+
});
|
|
35
|
+
const timeHeight = ref(0);
|
|
36
|
+
const timeArray = ref([]);
|
|
37
|
+
const timeStartY = ref(0);
|
|
38
|
+
const timeStartUp = ref(0);
|
|
39
|
+
const initTimeArray = () => {
|
|
40
|
+
const hours = [];
|
|
41
|
+
timeArray.value = [];
|
|
42
|
+
for (let i = 0; i < 24; i++) {
|
|
43
|
+
hours.push(i);
|
|
44
|
+
}
|
|
45
|
+
const minutes = [];
|
|
46
|
+
for (let i = 0; i < 60; i++) {
|
|
47
|
+
if (i % props.minuteStep === 0) {
|
|
48
|
+
minutes.push(i);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
timeArray.value.push(hours, minutes);
|
|
52
|
+
nextTick(() => {
|
|
53
|
+
const checkHours = checkedDate.value.hours;
|
|
54
|
+
const checkMinutes = checkedDate.value.minutes;
|
|
55
|
+
timeHeight.value = useRect(timeItemRef[0]).height;
|
|
56
|
+
const [timeContentFirst, timeContentSecond] = timeContentRef;
|
|
57
|
+
const hoursUp = (2 - checkHours) * timeHeight.value;
|
|
58
|
+
if (timeContentFirst) {
|
|
59
|
+
timeContentFirst.style.transform = "translate3d(0px," + hoursUp + "px,0px)";
|
|
60
|
+
}
|
|
61
|
+
const minutesUp = (2 - checkMinutes / props.minuteStep) * timeHeight.value;
|
|
62
|
+
if (timeContentSecond) {
|
|
63
|
+
timeContentSecond.style.transform = "translate3d(0px," + minutesUp + "px,0px)";
|
|
64
|
+
}
|
|
65
|
+
});
|
|
66
|
+
};
|
|
67
|
+
const formatDisabledDate = (time, index) => {
|
|
68
|
+
const hours = index === 0 ? time : checkedDate.value.hours;
|
|
69
|
+
const minutes = index === 1 ? time : checkedDate.value.minutes;
|
|
70
|
+
const dateStr = `${props.calendarDate.year}/${props.calendarDate.month + 1}/${props.calendarDate.day} ${hours}:${minutes}`;
|
|
71
|
+
const fDate = new Date(dateStr);
|
|
72
|
+
return props.disabledTime(fDate);
|
|
73
|
+
};
|
|
74
|
+
const timeTouchStart = (e) => {
|
|
75
|
+
if (e.cancelable)
|
|
76
|
+
e.preventDefault();
|
|
77
|
+
timeStartY.value = e.changedTouches[0].pageY;
|
|
78
|
+
const {
|
|
79
|
+
transform
|
|
80
|
+
} = e.currentTarget.style;
|
|
81
|
+
if (transform) {
|
|
82
|
+
timeStartUp.value = parseFloat(transform.split(" ")[1].split("px")[0]);
|
|
83
|
+
}
|
|
84
|
+
};
|
|
85
|
+
const timeTouchEnd = (e, index) => {
|
|
86
|
+
const {
|
|
87
|
+
transform
|
|
88
|
+
} = e.currentTarget.style;
|
|
89
|
+
let endUp = timeStartUp.value;
|
|
90
|
+
if (transform) {
|
|
91
|
+
endUp = parseFloat(e.currentTarget.style.transform.split(" ")[1].split("px")[0]);
|
|
92
|
+
}
|
|
93
|
+
const distance = Math.abs(endUp - timeStartUp.value);
|
|
94
|
+
const upCount = Math.floor(distance / timeHeight.value) || 1;
|
|
95
|
+
const halfWinWith = timeHeight.value / 2;
|
|
96
|
+
let up = timeStartUp.value;
|
|
97
|
+
if (endUp <= timeStartUp.value) {
|
|
98
|
+
if (distance <= halfWinWith) {
|
|
99
|
+
up = timeStartUp.value;
|
|
100
|
+
} else {
|
|
101
|
+
up = timeStartUp.value - timeHeight.value * upCount;
|
|
102
|
+
if (up < -(timeArray.value[index].length - 3) * timeHeight.value) {
|
|
103
|
+
up = -(timeArray.value[index].length - 3) * timeHeight.value;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
} else if (distance <= halfWinWith) {
|
|
107
|
+
up = timeStartUp.value;
|
|
108
|
+
} else {
|
|
109
|
+
up = timeStartUp.value + timeHeight.value * upCount;
|
|
110
|
+
if (up > timeHeight.value * 2) {
|
|
111
|
+
up = timeHeight.value * 2;
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
if (index === 0) {
|
|
115
|
+
const hour = 2 - Math.round(up / timeHeight.value);
|
|
116
|
+
if (formatDisabledDate(hour, index)) {
|
|
117
|
+
up = timeStartUp.value;
|
|
118
|
+
} else {
|
|
119
|
+
checkedDate.value.hours = hour;
|
|
120
|
+
}
|
|
121
|
+
} else {
|
|
122
|
+
const minute = 2 - Math.round(up / timeHeight.value);
|
|
123
|
+
if (formatDisabledDate(minute, index)) {
|
|
124
|
+
up = timeStartUp.value;
|
|
125
|
+
} else {
|
|
126
|
+
checkedDate.value.minutes = minute * props.minuteStep;
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
e.currentTarget.style.webkitTransition = "transform 300ms";
|
|
130
|
+
e.currentTarget.style.transform = "translate3d(0px," + up + "px,0px)";
|
|
131
|
+
};
|
|
132
|
+
const timeTouchMove = (e, index) => {
|
|
133
|
+
const moveEndY = e.changedTouches[0].pageY;
|
|
134
|
+
const Y = moveEndY - timeStartY.value;
|
|
135
|
+
e.currentTarget.style.transform = "translate3d(0px," + (Y + timeStartUp.value) + "px,0px)";
|
|
136
|
+
if (checkPlatform() === "2") {
|
|
137
|
+
timeTouchEnd(e, index);
|
|
138
|
+
return false;
|
|
139
|
+
}
|
|
140
|
+
};
|
|
141
|
+
const isBeSelectedTime = (time, index) => index === 0 && time === checkedDate.value.hours || index === 1 && time === checkedDate.value.minutes;
|
|
142
|
+
watch(() => props.defaultTime, (val) => {
|
|
143
|
+
if (!(val instanceof Date)) {
|
|
144
|
+
throw new Error("The calendar component's defaultTime must be date type!");
|
|
145
|
+
}
|
|
146
|
+
checkedDate.value.hours = val.getHours();
|
|
147
|
+
checkedDate.value.minutes = val.getMinutes();
|
|
148
|
+
}, {
|
|
149
|
+
immediate: true
|
|
150
|
+
});
|
|
151
|
+
watch(checkedDate, (val) => {
|
|
152
|
+
emit("change", val);
|
|
153
|
+
}, {
|
|
154
|
+
deep: true,
|
|
155
|
+
immediate: true
|
|
156
|
+
});
|
|
157
|
+
watch(() => props.show, (val) => {
|
|
158
|
+
if (val) {
|
|
159
|
+
setTimeout(() => {
|
|
160
|
+
initTimeArray();
|
|
161
|
+
}, 100);
|
|
162
|
+
}
|
|
163
|
+
}, {
|
|
164
|
+
immediate: true
|
|
165
|
+
});
|
|
166
|
+
watch(() => props.minuteStep, (val) => {
|
|
167
|
+
if (val <= 0 || val >= 60) {
|
|
168
|
+
throw new Error(`The minutes-step can't be: ${val}!`);
|
|
169
|
+
}
|
|
170
|
+
if (60 % val !== 0) {
|
|
171
|
+
throw new Error("The minutes-step must be divided by 60!");
|
|
172
|
+
}
|
|
173
|
+
}, {
|
|
174
|
+
immediate: true
|
|
175
|
+
});
|
|
176
|
+
const renderTimeItem = (time, index) => time.map((item, j) => createVNode("div", {
|
|
177
|
+
"ref": (ref2) => {
|
|
178
|
+
timeItemRef.length = 0;
|
|
179
|
+
timeItemRef.push(ref2);
|
|
180
|
+
},
|
|
181
|
+
"class": `time_item ${isBeSelectedTime(item, index) ? "time_item_show" : ""} ${formatDisabledDate(item, index) ? "time-disabled" : ""}`,
|
|
182
|
+
"key": index + j
|
|
183
|
+
}, [fillNumber(item)]));
|
|
184
|
+
const renderCalendarTime = () => createVNode("div", {
|
|
185
|
+
"class": "time_body",
|
|
186
|
+
"style": {
|
|
187
|
+
display: props.show ? "flex" : "none"
|
|
188
|
+
}
|
|
189
|
+
}, [createVNode("div", {
|
|
190
|
+
"class": "time_group"
|
|
191
|
+
}, [timeArray.value.map((item, index) => createVNode("div", {
|
|
192
|
+
"class": "time_content",
|
|
193
|
+
"ref": (ref2) => {
|
|
194
|
+
timeContentRef.push(ref2);
|
|
195
|
+
},
|
|
196
|
+
"key": index,
|
|
197
|
+
"onTouchstart": timeTouchStart,
|
|
198
|
+
"onTouchmove": (e) => timeTouchMove(e, index),
|
|
199
|
+
"onTouchend": (e) => timeTouchEnd(e, index)
|
|
200
|
+
}, [renderTimeItem(item, index)]))])]);
|
|
201
|
+
return () => renderCalendarTime();
|
|
202
|
+
}
|
|
203
|
+
});
|
|
204
|
+
|
|
205
|
+
export { calendarTimeProps, stdin_default as default };
|
|
@@ -0,0 +1,244 @@
|
|
|
1
|
+
import { ref, computed, watch, createVNode, defineComponent } from 'vue';
|
|
2
|
+
import stdin_default$2 from './CalendarScrollContainer.mjs';
|
|
3
|
+
import stdin_default$1 from './language/index.mjs';
|
|
4
|
+
import './utils/index.mjs';
|
|
5
|
+
import { makeDateProp, makeStringProp, makeNumberProp } from './utils/props.mjs';
|
|
6
|
+
import { isDateInRange } from './utils/validate.mjs';
|
|
7
|
+
|
|
8
|
+
var __defProp = Object.defineProperty;
|
|
9
|
+
var __defProps = Object.defineProperties;
|
|
10
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
11
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
12
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
13
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
14
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
15
|
+
var __spreadValues = (a, b) => {
|
|
16
|
+
for (var prop in b || (b = {}))
|
|
17
|
+
if (__hasOwnProp.call(b, prop))
|
|
18
|
+
__defNormalProp(a, prop, b[prop]);
|
|
19
|
+
if (__getOwnPropSymbols)
|
|
20
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
21
|
+
if (__propIsEnum.call(b, prop))
|
|
22
|
+
__defNormalProp(a, prop, b[prop]);
|
|
23
|
+
}
|
|
24
|
+
return a;
|
|
25
|
+
};
|
|
26
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
27
|
+
const calendarYearMonthProps = {
|
|
28
|
+
minDate: makeDateProp(null),
|
|
29
|
+
maxDate: makeDateProp(null),
|
|
30
|
+
disabledDate: {
|
|
31
|
+
type: Function,
|
|
32
|
+
default: () => false
|
|
33
|
+
},
|
|
34
|
+
checkedDayClassName: makeStringProp(""),
|
|
35
|
+
notCurrentMonthDayClassName: makeStringProp(""),
|
|
36
|
+
disabledClassName: makeStringProp(""),
|
|
37
|
+
type: makeStringProp("date"),
|
|
38
|
+
calendarContentHeight: makeNumberProp(0),
|
|
39
|
+
disabledScroll: {
|
|
40
|
+
type: [Boolean, String],
|
|
41
|
+
default: () => false
|
|
42
|
+
},
|
|
43
|
+
currentYearMonth: {
|
|
44
|
+
type: Object,
|
|
45
|
+
default: () => ({})
|
|
46
|
+
},
|
|
47
|
+
lang: makeStringProp("CN")
|
|
48
|
+
};
|
|
49
|
+
var stdin_default = defineComponent({
|
|
50
|
+
name: "CalendarYearMonth",
|
|
51
|
+
props: calendarYearMonthProps,
|
|
52
|
+
emits: ["click", "slidechange", "touchstart", "touchmove", "touchend"],
|
|
53
|
+
setup(props, {
|
|
54
|
+
emit
|
|
55
|
+
}) {
|
|
56
|
+
const language = ref({});
|
|
57
|
+
const yearRange = ref(10);
|
|
58
|
+
const disabledScrollDirec = ref(false);
|
|
59
|
+
const yearMonthShow = ref([]);
|
|
60
|
+
const lang = props.lang.toUpperCase();
|
|
61
|
+
language.value = stdin_default$1[lang];
|
|
62
|
+
const itemHeight = computed(() => props.calendarContentHeight / 4);
|
|
63
|
+
const initYear = (year) => {
|
|
64
|
+
const yearArr = [];
|
|
65
|
+
const currYear = `${year || props.currentYearMonth.year}`;
|
|
66
|
+
const yearStart = parseInt(currYear.substring(0, 3) + "0", 10);
|
|
67
|
+
for (let i = 0; i <= yearRange.value; i++) {
|
|
68
|
+
yearArr.push(yearStart + i);
|
|
69
|
+
}
|
|
70
|
+
yearArr.unshift(yearStart - 1);
|
|
71
|
+
return yearArr;
|
|
72
|
+
};
|
|
73
|
+
const initYearRange = (year) => {
|
|
74
|
+
const yearRangeArr = [];
|
|
75
|
+
const currYear = `${year || props.currentYearMonth.year}`;
|
|
76
|
+
const yearStart = parseInt(currYear.substring(0, 2) + "00", 10);
|
|
77
|
+
for (let i = 0; i <= yearRange.value; i++) {
|
|
78
|
+
yearRangeArr.push({
|
|
79
|
+
s: yearStart + i * 10,
|
|
80
|
+
e: yearStart + i * 10 + 9
|
|
81
|
+
});
|
|
82
|
+
}
|
|
83
|
+
yearRangeArr.unshift({
|
|
84
|
+
s: yearStart - 10,
|
|
85
|
+
e: yearStart - 1
|
|
86
|
+
});
|
|
87
|
+
return yearRangeArr;
|
|
88
|
+
};
|
|
89
|
+
const getThreeYearArr = (year = props.currentYearMonth.year) => {
|
|
90
|
+
const yearStr = year + "";
|
|
91
|
+
const yearStart = yearStr.substring(0, 3);
|
|
92
|
+
const yearStartLast = parseInt(parseInt(yearStart, 10) - 1 + "0", 10);
|
|
93
|
+
const yearStartCurr = parseInt(yearStart + "0", 10);
|
|
94
|
+
const yearStartNext = parseInt(parseInt(yearStart, 10) + 1 + "0", 10);
|
|
95
|
+
return [initYear(yearStartLast), initYear(yearStartCurr), initYear(yearStartNext)];
|
|
96
|
+
};
|
|
97
|
+
const getThreeYearRangeArr = (year = props.currentYearMonth.year) => {
|
|
98
|
+
const yearStr = year + "";
|
|
99
|
+
const yearStart = yearStr.substring(0, 2);
|
|
100
|
+
const yearStartLast = parseInt(parseInt(yearStart, 10) - 1 + "00", 10);
|
|
101
|
+
const yearStartCurr = parseInt(yearStart + "00", 10);
|
|
102
|
+
const yearStartNext = parseInt(parseInt(yearStart, 10) + 1 + "00", 10);
|
|
103
|
+
return [initYearRange(yearStartLast), initYearRange(yearStartCurr), initYearRange(yearStartNext)];
|
|
104
|
+
};
|
|
105
|
+
const getNextOpitonData = () => {
|
|
106
|
+
if (props.type === "year") {
|
|
107
|
+
const year = yearMonthShow.value[2][1];
|
|
108
|
+
yearMonthShow.value = getThreeYearArr(year);
|
|
109
|
+
} else if (props.type === "yearRange") {
|
|
110
|
+
const value = yearMonthShow.value[2][1];
|
|
111
|
+
const year = value.s;
|
|
112
|
+
yearMonthShow.value = getThreeYearRangeArr(year);
|
|
113
|
+
}
|
|
114
|
+
};
|
|
115
|
+
const getLastOptionData = () => {
|
|
116
|
+
if (props.type === "year") {
|
|
117
|
+
const year = yearMonthShow.value[0][1];
|
|
118
|
+
yearMonthShow.value = getThreeYearArr(year);
|
|
119
|
+
} else if (props.type === "yearRange") {
|
|
120
|
+
const value = yearMonthShow.value[0][1];
|
|
121
|
+
const year = value.s;
|
|
122
|
+
yearMonthShow.value = getThreeYearRangeArr(year);
|
|
123
|
+
}
|
|
124
|
+
};
|
|
125
|
+
const slideChange = (direc) => {
|
|
126
|
+
if (direc === "left") {
|
|
127
|
+
getNextOpitonData();
|
|
128
|
+
} else if (direc === "right") {
|
|
129
|
+
getLastOptionData();
|
|
130
|
+
}
|
|
131
|
+
emit("slidechange", direc);
|
|
132
|
+
};
|
|
133
|
+
const getRangeYear = (date) => {
|
|
134
|
+
const yearStart = date.s;
|
|
135
|
+
const yearEnd = date.e;
|
|
136
|
+
const yearArr = [];
|
|
137
|
+
for (let i = yearStart; i <= yearEnd; i++) {
|
|
138
|
+
yearArr.push(i);
|
|
139
|
+
}
|
|
140
|
+
return yearArr;
|
|
141
|
+
};
|
|
142
|
+
const isDisabled = (date, index) => {
|
|
143
|
+
let fDate = new Date();
|
|
144
|
+
if (props.type === "month") {
|
|
145
|
+
fDate = new Date(`${props.currentYearMonth.year}/${index + 1}/01`);
|
|
146
|
+
} else if (props.type === "year") {
|
|
147
|
+
fDate = new Date(`${date}/${props.currentYearMonth.month + 1}/01`);
|
|
148
|
+
} else if (props.type === "yearRange") {
|
|
149
|
+
const yearArr = getRangeYear(date);
|
|
150
|
+
return yearArr.every((year) => {
|
|
151
|
+
fDate = new Date(`${year}/${props.currentYearMonth.month + 1}/01`);
|
|
152
|
+
return props.disabledDate(fDate) || !isDateInRange(fDate, props.minDate, props.maxDate);
|
|
153
|
+
});
|
|
154
|
+
}
|
|
155
|
+
return props.disabledDate(fDate) || !isDateInRange(fDate, props.minDate, props.maxDate);
|
|
156
|
+
};
|
|
157
|
+
const dateClick = (date, index) => {
|
|
158
|
+
if (!date)
|
|
159
|
+
return;
|
|
160
|
+
if (isDisabled(date, index))
|
|
161
|
+
return;
|
|
162
|
+
let checkedDate = __spreadValues({}, props.currentYearMonth);
|
|
163
|
+
if (props.type === "month") {
|
|
164
|
+
checkedDate = __spreadProps(__spreadValues({}, checkedDate), {
|
|
165
|
+
month: index
|
|
166
|
+
});
|
|
167
|
+
}
|
|
168
|
+
if (props.type === "year") {
|
|
169
|
+
checkedDate = __spreadProps(__spreadValues({}, checkedDate), {
|
|
170
|
+
year: date
|
|
171
|
+
});
|
|
172
|
+
}
|
|
173
|
+
if (props.type === "yearRange") {
|
|
174
|
+
const yearArr = getRangeYear(date);
|
|
175
|
+
checkedDate = __spreadProps(__spreadValues({}, checkedDate), {
|
|
176
|
+
year: yearArr.includes(checkedDate.year) ? checkedDate.year : date.s
|
|
177
|
+
});
|
|
178
|
+
}
|
|
179
|
+
emit("click", checkedDate, props.type);
|
|
180
|
+
};
|
|
181
|
+
const isChecked = (date, index) => {
|
|
182
|
+
if (props.type === "month") {
|
|
183
|
+
return index === props.currentYearMonth.month;
|
|
184
|
+
}
|
|
185
|
+
if (props.type === "year") {
|
|
186
|
+
return date === props.currentYearMonth.year;
|
|
187
|
+
}
|
|
188
|
+
if (props.type === "yearRange") {
|
|
189
|
+
return date.s <= props.currentYearMonth.year && date.e >= props.currentYearMonth.year;
|
|
190
|
+
}
|
|
191
|
+
};
|
|
192
|
+
const isNotCurrent = (index) => (index === 0 || index === 11) && (props.type === "year" || props.type === "yearRange");
|
|
193
|
+
const touchStart = (event) => {
|
|
194
|
+
emit("touchstart", event);
|
|
195
|
+
};
|
|
196
|
+
const touchMove = (event) => {
|
|
197
|
+
emit("touchmove", event);
|
|
198
|
+
};
|
|
199
|
+
const touchEnd = (event) => {
|
|
200
|
+
emit("touchend", event);
|
|
201
|
+
};
|
|
202
|
+
watch(() => props.type, (val) => {
|
|
203
|
+
disabledScrollDirec.value = props.disabledScroll;
|
|
204
|
+
if (val === "month" || val === "date") {
|
|
205
|
+
disabledScrollDirec.value = true;
|
|
206
|
+
yearMonthShow.value = [language.value.MONTH, language.value.MONTH, language.value.MONTH];
|
|
207
|
+
} else if (val === "year") {
|
|
208
|
+
yearMonthShow.value = getThreeYearArr();
|
|
209
|
+
} else if (val === "yearRange") {
|
|
210
|
+
yearMonthShow.value = getThreeYearRangeArr();
|
|
211
|
+
}
|
|
212
|
+
});
|
|
213
|
+
const renderYearMonthItem = (arr) => arr.map((item, index) => createVNode("div", {
|
|
214
|
+
"class": `year-body-item ${isDisabled(item, index) ? props.disabledClassName || "is_disabled" : ""}`,
|
|
215
|
+
"style": {
|
|
216
|
+
height: itemHeight.value + "px"
|
|
217
|
+
},
|
|
218
|
+
"key": index,
|
|
219
|
+
"onClick": () => dateClick(item, index)
|
|
220
|
+
}, [createVNode("p", {
|
|
221
|
+
"class": `year-body-item-content ${isChecked(item, index) ? props.checkedDayClassName || "is_checked" : ""} ${isNotCurrent(index) ? props.notCurrentMonthDayClassName || "is_not_current" : ""}`,
|
|
222
|
+
"style": {
|
|
223
|
+
width: props.type === "yearRange" ? "92px" : "60px"
|
|
224
|
+
}
|
|
225
|
+
}, [props.type === "yearRange" ? `${item.s}-${item.e}` : props.type === "month" ? language.value.MONTH[index] : item])]));
|
|
226
|
+
const renderYearMonth = () => createVNode("div", {
|
|
227
|
+
"class": "year-body",
|
|
228
|
+
"style": {
|
|
229
|
+
height: itemHeight.value * 4 + "px",
|
|
230
|
+
display: ["year", "yearRange", "month"].includes(props.type) ? "block" : "none"
|
|
231
|
+
}
|
|
232
|
+
}, [createVNode(stdin_default$2, {
|
|
233
|
+
"calendarData": yearMonthShow.value,
|
|
234
|
+
"disabledScroll": disabledScrollDirec.value,
|
|
235
|
+
"onTouchstart": touchStart,
|
|
236
|
+
"onTouchmove": touchMove,
|
|
237
|
+
"onTouchend": touchEnd,
|
|
238
|
+
"onSlidechange": slideChange
|
|
239
|
+
}, (data) => renderYearMonthItem(data))]);
|
|
240
|
+
return () => renderYearMonth();
|
|
241
|
+
}
|
|
242
|
+
});
|
|
243
|
+
|
|
244
|
+
export { calendarYearMonthProps, stdin_default as default };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const ARROW_DOWN_IMG = "data:image/png;base64,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";
|
|
2
|
+
const ARROW_UP_IMG = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAANp0lEQVR4Xu2dbYwdZRXHz7m7l94LSsluKr6kwRqINQtsd2Y0kagxEqsfNFFJipSKTTUajRWKEcSWlhIltFhE40uCWAotGDDRDxg1kcQPSk3MzNysa1HTagMYI5WtvNTQ7C5zzFOngLAv954789y59/zna+c8z5zfmV/PnX3uM5cJBwiAwIIEGGxAAAQWJgBBcHeAwCIEIAhuDxCAILgHQEBHAB1Exw1RRghAECOFRpo6AhBExw1RRghAECOFRpo6AhBExw1RRghAECOFRpo6AhBExw1RRghAECOFRpo6AhBExw1RRghAECOFRpo6AhBExw1RRghAECOFRpo6AhBExw1RRghAECOFRpo6AhBExw1RRghAECOFRpo6AhBExw1RRghAECOFRpo6AhBExw1RRghAECOFRpo6AhBExw1RRghAECOFRpo6AhBExw1RRghAECOFRpo6AhBExw1RRghAECOFRpo6AhBExw1RRghAECOFRpo6AhBExw1RRghAECOFRpo6AhBExw1RRghAECOFRpo6AhBExw1RRghAECOFRpo6AhBExw1RRghAECOFRpo6AhBExw1RRghAECOFRpo6AhBExw1RRghAECOFRpo6AhBExw1RRghAECOFRpo6AhBExw1RRghAECOFRpo6AhBExw1RRghAECOFRpo6AhBExw1RRghAECOFRpo6AhBExw1RRghAEI+FfuKJJ5pPPfXU2izLJk5PKyLP1Wq1XwRB8KjHS8FUbRKAIG2C6ua0NE3fmWXZ9US0lpmbC4x1hIgOjIyM7Fq1atXJbuZDbHEEIEhxLOcdKUmS3UT05XanEZG/Dg0NXTUxMXGw3RicVx4BCFIS28nJyQvn5uYeJKK3KabIROSO0dHRregmCnoFhkCQAmG6oUSkliTJdcy8k4jO6HL4I0NDQ1euWbPm912Og3AlAQiiBDdf2OTk5Kq5ubkDRHRJgcOimxQIs9OhIEinxBY4P0mSzxDRHiJ6TUFDvnIYdJOSwC42LATpEnqapitE5F4i+mCXQ7UT7rrJN0dHR7fh2aQdXN2fA0G6YJgkyUdF5AfMPNrFMJpQdBMNNUUMBFFAO3z48NnPPvvsd4logyK8qBB0k6JILjIOBOkQcpIk7yMi95HqTR2GlnU6uklZ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";
|
|
3
|
+
|
|
4
|
+
export { ARROW_DOWN_IMG, ARROW_UP_IMG };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { nextTick, onMounted, onActivated } from 'vue';
|
|
2
|
+
|
|
3
|
+
const useMountedOrActivated = (hook) => {
|
|
4
|
+
let mounted;
|
|
5
|
+
onMounted(() => {
|
|
6
|
+
hook();
|
|
7
|
+
nextTick(() => {
|
|
8
|
+
mounted = true;
|
|
9
|
+
});
|
|
10
|
+
});
|
|
11
|
+
onActivated(() => {
|
|
12
|
+
if (mounted) {
|
|
13
|
+
hook();
|
|
14
|
+
}
|
|
15
|
+
});
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
export { useMountedOrActivated };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { unref } from 'vue';
|
|
2
|
+
import '../utils/index.mjs';
|
|
3
|
+
import { isWindow } from '../utils/validate.mjs';
|
|
4
|
+
|
|
5
|
+
const makeDOMRect = (width, height) => ({
|
|
6
|
+
top: 0,
|
|
7
|
+
left: 0,
|
|
8
|
+
right: width,
|
|
9
|
+
bottom: height,
|
|
10
|
+
width,
|
|
11
|
+
height
|
|
12
|
+
});
|
|
13
|
+
const useRect = (elementOrRef) => {
|
|
14
|
+
const element = unref(elementOrRef);
|
|
15
|
+
if (isWindow(element)) {
|
|
16
|
+
const width = element.innerWidth;
|
|
17
|
+
const height = element.innerHeight;
|
|
18
|
+
return makeDOMRect(width, height);
|
|
19
|
+
}
|
|
20
|
+
if (element == null ? void 0 : element.getBoundingClientRect) {
|
|
21
|
+
return element.getBoundingClientRect();
|
|
22
|
+
}
|
|
23
|
+
return makeDOMRect(0, 0);
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
export { useRect };
|