@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,2 @@
|
|
|
1
|
+
System.register(["vue","@ibiz-template/vue3-util","@ibiz-template/runtime","qx-util","@ibiz-template-package/vs-tree-ex"],function(g){"use strict";var l,a,u,s,c,d,h,m,f,p;return{setters:[function(t){l=t.defineComponent,a=t.computed,u=t.ref,s=t.createVNode,c=t.resolveComponent},function(t){d=t.useControlController,h=t.useNamespace},function(t){m=t.TreeController},function(t){f=t.createUUID},function(t){p=t.VsTreeComponent}],execute:function(){const t=l({name:"IBizTreeControl",components:{"vs-tree":p},props:{modelData:{type:Object,required:!0},context:{type:Object,required:!0},params:{type:Object,default:()=>({})},mdctrlActiveMode:{type:Number,default:2},singleSelect:{type:Boolean,default:!0}},setup(){var C,b;const o=d((...e)=>new m(...e)),D=h(`control-${o.model.controlType.toLowerCase()}`),T=a(()=>o.state.selectedData.map(e=>e.srfkey)),k=f(),N=u(!0),x=a(()=>o.state.isLoaded?o.model.rootVisible?o.state.rootNodes:o.state.rootNodes.reduce((e,r)=>r.children?e.concat(r.children):e,[]):[]),z=async(e,r)=>{if(!o.state.isLoaded)return;const n=await o.loadNodes(e.data);r(n)},L=(e,r)=>{const{originData:n}=r;o.onTreeNodeClick(n)},v=(e,r)=>{e.stopPropagation();const{originData:n}=r;n.leaf&&o.onTreeNodeClick(n)},w=e=>({id:e.srfkey,name:e.text,children:e.children,isLeaf:e.leaf}),B=(e,r)=>{const{originData:n}=r;if(!n.leaf)return e("div",{text:"\u4E0B\u7EA7",className:"tree-button",click:(j,i)=>{i.store.breadcrumb.list.push(i),i.setExpand(!0)}})},V=(e,r)=>{const{checked:n}=r;r.setChecked(!n),v(e,r)},y={maxHeight:"100%",checkInherit:!1,nocheckParent:!0,rootName:(b=(C=o.model.detreeNodes)==null?void 0:C.find(e=>e.rootNode))==null?void 0:b.name,renderContent:B,customNodeClick:V};return N.value&&Object.assign(y,{breadcrumb:{el:`#breadcrumb${k}`,link:(e,r)=>r.name}}),{c:o,ns:D,treeData:x,options:y,breadcrumb:N,checkedKeys:T,uuid:k,onNodeCheck:L,onNodeClick:v,loadData:z,treeDataFormat:w}},render(){return s(c("iBizControlBase"),{controller:this.c},{default:()=>[this.breadcrumb&&s(c("van-sticky"),null,{default:()=>[s("div",{id:`breadcrumb${this.uuid}`,class:[this.ns.b("header")]},null)]}),this.c.state.isCreated&&this.c.state.isLoaded&&s(c("vs-tree"),{"show-line":!0,class:[this.ns.b("content")],lazy:!0,strictLeaf:!0,options:this.options,"show-checkbox":!this.c.state.singleSelect,data:this.treeData,highlightCurrent:!0,checkedKeys:this.checkedKeys,format:this.treeDataFormat,load:this.loadData,onCheck:this.onNodeCheck},null)]})}});g({TreeControl:t,default:t})}}});
|
|
2
|
+
//# sourceMappingURL=tree-SFO3fWSy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tree-SFO3fWSy.js","sources":["../src/control/tree/tree.tsx"],"sourcesContent":["import { useControlController, useNamespace } from '@ibiz-template/vue3-util';\nimport { computed, defineComponent, PropType, ref, VNode } from 'vue';\nimport { IDETree } from '@ibiz/model-core';\nimport { ITreeNodeData, TreeController } from '@ibiz-template/runtime';\nimport { createUUID } from 'qx-util';\nimport { VsTreeComponent } from '@ibiz-template-package/vs-tree-ex';\nimport './tree.scss';\n\nexport const TreeControl = defineComponent({\n name: 'IBizTreeControl',\n components: {\n 'vs-tree': VsTreeComponent,\n },\n props: {\n modelData: { type: Object as PropType<IDETree>, required: true },\n context: { type: Object as PropType<IContext>, required: true },\n params: { type: Object as PropType<IParams>, default: () => ({}) },\n /**\n * 部件行数据默认激活模式\n * - 0 不激活\n * - 1 单击激活\n * - 2 双击激活(默认值)\n *\n * @type {(number | 0 | 1 | 2)}\n */\n mdctrlActiveMode: { type: Number, default: 2 },\n\n /**\n * 是否为单选\n * - true 单选\n * - false 多选\n *\n * @type {(Boolean)}\n */\n singleSelect: { type: Boolean, default: true },\n },\n setup() {\n const c = useControlController((...args) => new TreeController(...args));\n const ns = useNamespace(`control-${c.model.controlType!.toLowerCase()}`);\n // 默认选中项\n const checkedKeys = computed(() => {\n return c.state.selectedData.map(item => item.srfkey);\n });\n\n const uuid = createUUID();\n\n // 启用面包屑功能\n const breadcrumb = ref(true);\n // 节点单击\n\n /** 树展示数据 */\n const treeData = computed(() => {\n if (!c.state.isLoaded) {\n return [];\n }\n return c.model.rootVisible\n ? c.state.rootNodes\n : c.state.rootNodes.reduce<ITreeNodeData[]>((result, nodeData) => {\n if (nodeData.children) {\n return result.concat(nodeData.children);\n }\n return result;\n }, []);\n });\n\n /**\n * 触发节点加载数据\n * @author zk\n * @date 2023-05-29 09:16:07\n * @param {IData} item\n * @param {(nodes: IData[]) => void} callback\n */\n const loadData = async (\n item: IData,\n callback: (nodes: IData[]) => void,\n ) => {\n // 没加载前拦截\n if (!c.state.isLoaded) {\n return;\n }\n // 加载时拦截点击事件\n const nodes = await c.loadNodes(item.data);\n callback(nodes);\n };\n\n /**\n * 多选时选中节点变更\n *\n * @param {ITreeNodeData} nodeData\n */\n const onNodeCheck = (event: Event, opts: IData) => {\n const { originData } = opts;\n c.onTreeNodeClick(originData);\n };\n\n const onNodeClick = (event: Event, opts: IData) => {\n event.stopPropagation();\n const { originData } = opts;\n if (!originData.leaf) {\n return;\n }\n c.onTreeNodeClick(originData);\n };\n\n /**\n * 树数据格式化\n *\n * @author zk\n * @date 2023-07-03 11:07:59\n * @param {ITreeNodeData} data\n * @return {*}\n */\n const treeDataFormat = (data: ITreeNodeData) => {\n return {\n id: data.srfkey,\n name: data.text,\n children: data.children,\n isLeaf: data.leaf,\n };\n };\n\n const renderContent = (\n h: (tag: string, opt: IData) => VNode,\n opts: IData,\n ) => {\n const { originData } = opts;\n if (!originData.leaf) {\n return h('div', {\n text: '下级',\n className: 'tree-button',\n click: (e: Event, _opts: IData) => {\n _opts.store.breadcrumb.list.push(_opts);\n _opts.setExpand(true);\n },\n });\n }\n };\n\n const customNodeClick = (event: Event, opts: IData) => {\n const { checked } = opts;\n opts.setChecked(!checked);\n onNodeClick(event, opts);\n };\n\n // vs树配置项\n const options = {\n maxHeight: '100%',\n // 继承父状态\n checkInherit: false,\n // 不能选择父节点\n nocheckParent: true,\n rootName: c.model.detreeNodes?.find(item => item.rootNode)?.name,\n renderContent,\n customNodeClick,\n };\n\n if (breadcrumb.value) {\n Object.assign(options, {\n breadcrumb: {\n el: `#breadcrumb${uuid}`,\n link: (node: IData, data: IData) => {\n return data.name;\n },\n },\n });\n }\n return {\n c,\n ns,\n treeData,\n options,\n breadcrumb,\n checkedKeys,\n uuid,\n onNodeCheck,\n onNodeClick,\n loadData,\n treeDataFormat,\n };\n },\n render() {\n return (\n <iBizControlBase controller={this.c}>\n {this.breadcrumb && (\n <van-sticky>\n <div\n id={`breadcrumb${this.uuid}`}\n class={[this.ns.b('header')]}\n ></div>\n </van-sticky>\n )}\n {this.c.state.isCreated && this.c.state.isLoaded && (\n <vs-tree\n show-line\n class={[this.ns.b('content')]}\n lazy={true}\n strictLeaf={true}\n options={this.options}\n show-checkbox={!this.c.state.singleSelect}\n data={this.treeData}\n highlightCurrent={true}\n checkedKeys={this.checkedKeys}\n format={this.treeDataFormat}\n load={this.loadData}\n onCheck={this.onNodeCheck}\n ></vs-tree>\n )}\n </iBizControlBase>\n );\n },\n});\n\nexport default TreeControl;\n"],"names":["TreeControl","defineComponent","components","VsTreeComponent","props","modelData","type","required","context","params","Object","default","setup","c","_a","_b","useControlController","args","TreeController","checkedKeys","useNamespace","computed","item","breadcrumb","ref","result","nodeData","model","loadData","callback","nodes","onNodeCheck","event","opts","originData","onNodeClick","treeDataFormat","data","onTreeNodeClick","e","_opts","customNodeClick","checked","options","srfkey","renderContent","text","uuid","className","ns","treeData","maxHeight","checkInherit","_createVNode","_resolveComponent","nocheckParent","rootName","value","assign","link","node"],"mappings":"8bASyB,MAAAA,EAAAC,EAAA,CACvBC,KAAAA,kBACE,WAAWC,CACZ,UAAAA,CACDC,EACEC,MAAAA,CAAaC,UAAiC,CAAEC,KAAAA,OAAgB,SAAA,EAChEC,EAAWF,QAAkC,CAAEC,KAAAA,OAAgB,SAAA,EAC/DE,EAAUH,OAAMI,CAA6BC,KAAAA,OAAqB,QAAA,KAAA,CAAA,EAClE,EAQoBL,iBAAY,CAAEK,KAAAA,OAAY,QAAA,CAE9C,EAOgBL,aAAa,CAAEK,KAAAA,QAAc,QAAA,EAC9C,CACDC,EACE,OAAMC,CACN,IAAAC,EAAQC,EACR,MAAAF,EAAAG,EAAA,IAAAC,IAAA,IAAAC,EAAA,GAAAD,CAAA,CAAA,EACME,EAAWC,EAAW,WAAOP,EAAA,MAAA,YAAA,aAAA,EAAA,EACjCM,EAA2BE,EAAA,IAC3BR,EAAA,MAAA,aAAA,IAAAS,GAAAA,EAAA,MAAA,CAEF,QAEAC,EAAAC,EAAA,EAAA,EACMD,EAAUF,MAChBR,EAAA,MAAA,SAGcA,EAAA,MAAGQ,YAAeR,EAAA,MAAA,UAAAA,EAAA,MAAA,UAAA,OAAA,CAAAY,EAAAC,IACxBA,WACKD,EAAA,OAAAC,EAAA,QAAA,EAEFC,EAGCD,CAAAA,CAAAA,IACF,EACFE,EAAA,MAAAN,EAAAO,IAAA,CACA,GAAA,CAAAhB,EAAA,MAAa,SACd,yCAGPgB,EAAAC,CAAA,CACJ,EACAC,EAAA,CAAAC,EAAAC,IAAA,CACA,KAAA,CACA,WAAAC,CACA,EAAAD,EACApB,EAAA,gBAAAqB,CAAA,CACI,EAIEC,EAAA,CAAAH,EAAAC,IAAA,CACAD,EAAM,gBAAe,EACnB,KAAA,CACF,WAAAE,CACA,EAAAD,EACMH,EAAQ,0BAIhB,EACJM,EAAAC,IACA,CACA,GAAAA,EAAA,OACA,KAAAA,EAAA,KACI,WAAoBN,SACZ,OAAAM,EAAA,IAAEH,GACNI,EAAgBJ,CAAAA,EAAAA,IAAW,CAC9B,KAAA,CAED,WAAAA,CACO,EAAAD,EACL,GAAM,CAAAC,EAAA,KAAEA,OAAAA,EAAAA,MAAAA,CAAeD,KAAI,eACvB,UAAW,cACb,MAAA,CAAAM,EAAAC,IAAA,CACFA,EAAA,MAAA,WAAA,KAAA,KAAAA,CAAA,EACEF,EAAAA,UAAgBJ,EAAAA,CACnB,GAGL,EACAO,EAAA,CAAAT,EAAAC,IAAA,CACA,KAAA,CACA,QAAAS,CACA,EAAAT,EACAA,EAAA,WAAA,CAAAS,CAAA,EACAP,EAAAH,EAAAC,CAAA,GAEaU,EAAA,WACIC,oBAEK,GAEhB,cAAC,GACF,UAAA7B,GAAAD,EAAAD,EAAA,MAAA,cAAA,KAAA,OAAAC,EAAA,KAAAQ,GAAAA,EAAA,QAAA,IAAA,KAAA,OAAAP,EAAA,KAED,cAAA8B,EAIE,gBAAAJ,CAAQP,EAAW,SAAQ,OAC3B,OAAKA,OAAAA,EAAiB,CACpB,WAAS,CACPY,GAAI,cAAMC,CAAA,GACVC,KAAAA,CAAAA,EAAwBX,IACRA,MAEdG,CACF,CAAA,EAEJ,CACD,EAAA3B,EAED,GAAAoC,EACE,SAAAC,EAAQR,QAAAA,EAAQ,WAAAnB,EAChBU,YAAAA,EACAE,KAAAA,EACD,YAAAJ,gBAED,SAAAH,EACA,eAAAQ,CACEe,CACA,EACAC,QAAAA,CACA,OAAAC,EAAAC,EAAA,iBAAA,EAAA,CACAC,gBAAmB,CACnBC,EAAAA,CACAX,QAAa,IAAA,CAAA,KAAA,YAAAQ,EAAAC,EAAA,YAAA,EAAA,KAAA,CACbb,QAAAA,IAAAA,CAAAA,EAAAA,MAAAA,CACD,GAAA,aAAA,KAAA,IAAA,GAEGlB,MAAWkC,CAAAA,KAAO,GAAA,EAAA,QAAA,CAAA,CACpB/C,EAAAA,IAAOgD,CAAAA,CACLnC,CAAAA,EAAAA,KAAAA,EAAAA,MAAY,WAAA,KAAA,EAAA,MAAA,UAAA8B,EAAAC,EAAA,SAAA,EAAA,aACQP,GAClBY,MAAOC,CAAW,KAAEvB,KAAgB,SAAA,CAAA,OAC3BA,GACT,WAAA,GACF,QAAA,KAAA,QACA,gBAAA,CAAA,KAAA,EAAA,MAAA,aACJ,KAAA,KAAA,SACO,iBAAA,GACJ,YAAA,KAAA,YACC,OAAA,KAAA,eACM,KAAA,KAAA,SACD,QAAA,KAAA,WACG,EAAA,IAAA,CAAA"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
2
|
+
|
|
3
|
+
function getDefaultExportFromCjs (x) {
|
|
4
|
+
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
function getDefaultExportFromNamespaceIfPresent (n) {
|
|
8
|
+
return n && Object.prototype.hasOwnProperty.call(n, 'default') ? n['default'] : n;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
function getDefaultExportFromNamespaceIfNotNamed (n) {
|
|
12
|
+
return n && Object.prototype.hasOwnProperty.call(n, 'default') && Object.keys(n).length === 1 ? n['default'] : n;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
function getAugmentedNamespace(n) {
|
|
16
|
+
if (n.__esModule) return n;
|
|
17
|
+
var f = n.default;
|
|
18
|
+
if (typeof f == "function") {
|
|
19
|
+
var a = function a () {
|
|
20
|
+
if (this instanceof a) {
|
|
21
|
+
return Reflect.construct(f, arguments, this.constructor);
|
|
22
|
+
}
|
|
23
|
+
return f.apply(this, arguments);
|
|
24
|
+
};
|
|
25
|
+
a.prototype = f.prototype;
|
|
26
|
+
} else a = {};
|
|
27
|
+
Object.defineProperty(a, '__esModule', {value: true});
|
|
28
|
+
Object.keys(n).forEach(function (k) {
|
|
29
|
+
var d = Object.getOwnPropertyDescriptor(n, k);
|
|
30
|
+
Object.defineProperty(a, k, d.get ? d : {
|
|
31
|
+
enumerable: true,
|
|
32
|
+
get: function () {
|
|
33
|
+
return n[k];
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
});
|
|
37
|
+
return a;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export { commonjsGlobal, getAugmentedNamespace, getDefaultExportFromCjs, getDefaultExportFromNamespaceIfNotNamed, getDefaultExportFromNamespaceIfPresent };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@charset "UTF-8";.ibiz-action-toolbar{--ibiz-action-toolbar-item-margin:0 0 0 4px;--ibiz-action-toolbar-separator-width:2px;--ibiz-action-toolbar-separator-color:var(--ibiz-color-border)}.ibiz-action-toolbar__item+.ibiz-action-toolbar__item{margin:var(--ibiz-action-toolbar-item-margin)}.ibiz-action-toolbar__separator{display:inline-block;width:var(--ibiz-action-toolbar-separator-width);vertical-align:middle;background-color:var(--ibiz-action-toolbar-separator-color)}.ibiz-action-toolbar__separator:first-child{display:none}.ibiz-action-toolbar--dropdown .ibiz-action-toolbar__caption{cursor:pointer}.ibiz-action-toolbar--dropdown .ibiz-action-toolbar__caption-icon{vertical-align:bottom}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { IButtonContainerState } from '@ibiz-template/runtime';
|
|
3
|
+
import { IAppDEUIActionGroupDetail } from '@ibiz/model-core';
|
|
4
|
+
import './action-toolbar.scss';
|
|
5
|
+
export declare const IBizActionToolbar: import("vue").DefineComponent<{
|
|
6
|
+
actionDetails: {
|
|
7
|
+
type: {
|
|
8
|
+
(arrayLength: number): IAppDEUIActionGroupDetail[];
|
|
9
|
+
(...items: IAppDEUIActionGroupDetail[]): IAppDEUIActionGroupDetail[];
|
|
10
|
+
new (arrayLength: number): IAppDEUIActionGroupDetail[];
|
|
11
|
+
new (...items: IAppDEUIActionGroupDetail[]): IAppDEUIActionGroupDetail[];
|
|
12
|
+
isArray(arg: any): arg is any[];
|
|
13
|
+
readonly prototype: any[];
|
|
14
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
15
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
16
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
17
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
18
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
19
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
20
|
+
};
|
|
21
|
+
required: true;
|
|
22
|
+
};
|
|
23
|
+
actionsState: {
|
|
24
|
+
type: PropType<IButtonContainerState>;
|
|
25
|
+
required: true;
|
|
26
|
+
};
|
|
27
|
+
caption: StringConstructor;
|
|
28
|
+
mode: {
|
|
29
|
+
type: PropType<"dropdown" | "buttons">;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
}, {
|
|
33
|
+
ns: import("@ibiz-template/core").Namespace;
|
|
34
|
+
handleClick: (detail: IAppDEUIActionGroupDetail, event: MouseEvent) => Promise<void>;
|
|
35
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
36
|
+
actionDetails: {
|
|
37
|
+
type: {
|
|
38
|
+
(arrayLength: number): IAppDEUIActionGroupDetail[];
|
|
39
|
+
(...items: IAppDEUIActionGroupDetail[]): IAppDEUIActionGroupDetail[];
|
|
40
|
+
new (arrayLength: number): IAppDEUIActionGroupDetail[];
|
|
41
|
+
new (...items: IAppDEUIActionGroupDetail[]): IAppDEUIActionGroupDetail[];
|
|
42
|
+
isArray(arg: any): arg is any[];
|
|
43
|
+
readonly prototype: any[];
|
|
44
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
45
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
46
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
47
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
48
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
49
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
50
|
+
};
|
|
51
|
+
required: true;
|
|
52
|
+
};
|
|
53
|
+
actionsState: {
|
|
54
|
+
type: PropType<IButtonContainerState>;
|
|
55
|
+
required: true;
|
|
56
|
+
};
|
|
57
|
+
caption: StringConstructor;
|
|
58
|
+
mode: {
|
|
59
|
+
type: PropType<"dropdown" | "buttons">;
|
|
60
|
+
default: string;
|
|
61
|
+
};
|
|
62
|
+
}>>, {
|
|
63
|
+
mode: "dropdown" | "buttons";
|
|
64
|
+
}, {}>;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { createVNode, resolveComponent, createTextVNode, defineComponent } from 'vue';
|
|
2
|
+
import { useNamespace } from '@ibiz-template/vue3-util';
|
|
3
|
+
import './action-toolbar.css';
|
|
4
|
+
|
|
5
|
+
"use strict";
|
|
6
|
+
const IBizActionToolbar = /* @__PURE__ */ defineComponent({
|
|
7
|
+
name: "IBizActionToolbar",
|
|
8
|
+
props: {
|
|
9
|
+
actionDetails: {
|
|
10
|
+
type: Array,
|
|
11
|
+
required: true
|
|
12
|
+
},
|
|
13
|
+
actionsState: {
|
|
14
|
+
type: Object,
|
|
15
|
+
required: true
|
|
16
|
+
},
|
|
17
|
+
caption: String,
|
|
18
|
+
mode: {
|
|
19
|
+
type: String,
|
|
20
|
+
default: "buttons"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
setup(props, {
|
|
24
|
+
emit
|
|
25
|
+
}) {
|
|
26
|
+
const ns = useNamespace("action-toolbar");
|
|
27
|
+
const handleClick = async (detail, event) => {
|
|
28
|
+
event.stopPropagation();
|
|
29
|
+
emit("action-click", detail, event);
|
|
30
|
+
};
|
|
31
|
+
return {
|
|
32
|
+
ns,
|
|
33
|
+
handleClick
|
|
34
|
+
};
|
|
35
|
+
},
|
|
36
|
+
render() {
|
|
37
|
+
const details = this.actionDetails || [];
|
|
38
|
+
if (this.mode === "buttons") {
|
|
39
|
+
return createVNode("div", {
|
|
40
|
+
"class": [this.ns.b(), this.ns.m("buttons")]
|
|
41
|
+
}, [details.length > 0 && details.map((detail) => {
|
|
42
|
+
if (this.actionsState[detail.id].visible) {
|
|
43
|
+
return [detail.addSeparator && createVNode("div", {
|
|
44
|
+
"class": this.ns.e("separator")
|
|
45
|
+
}, null), createVNode(resolveComponent("van-button"), {
|
|
46
|
+
"text": detail.showCaption ? detail.caption : "",
|
|
47
|
+
"size": "small",
|
|
48
|
+
"onClick": (e) => this.handleClick(detail, e),
|
|
49
|
+
"disabled": this.actionsState[detail.id].disabled,
|
|
50
|
+
"class": [this.ns.e("item"), this.ns.is("disabled", false)]
|
|
51
|
+
}, {
|
|
52
|
+
icon: () => {
|
|
53
|
+
return detail.showIcon && detail.sysImage && createVNode(resolveComponent("iBizIcon"), {
|
|
54
|
+
"icon": detail.sysImage
|
|
55
|
+
}, null);
|
|
56
|
+
}
|
|
57
|
+
})];
|
|
58
|
+
}
|
|
59
|
+
return null;
|
|
60
|
+
})]);
|
|
61
|
+
}
|
|
62
|
+
return createVNode("div", null, [createTextVNode("\u4E0B\u62C9\u6A21\u5F0F\u6682\u4E0D\u652F\u6301")]);
|
|
63
|
+
}
|
|
64
|
+
});
|
|
65
|
+
|
|
66
|
+
export { IBizActionToolbar };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ibiz-col--flex{min-width:0;min-height:0}.ibiz-col.is-hidden{display:none}.ibiz-spacing-top--outersmall{margin-top:var(--ibiz-spacing-tight)}.ibiz-spacing-top--outermedium{margin-top:var(--ibiz-spacing-base)}.ibiz-spacing-top--outerlarge{margin-top:var(--ibiz-spacing-loose)}.ibiz-spacing-top--outernone{margin-top:var(--ibiz-spacing-none)}.ibiz-spacing-top--innersmall{padding-top:var(--ibiz-spacing-tight)}.ibiz-spacing-top--innermedium{padding-top:var(--ibiz-spacing-base)}.ibiz-spacing-top--innerlarge{padding-top:var(--ibiz-spacing-loose)}.ibiz-spacing-top--innernone{padding-top:var(--ibiz-spacing-none)}.ibiz-spacing-bottom--outersmall{margin-bottom:var(--ibiz-spacing-tight)}.ibiz-spacing-bottom--outermedium{margin-bottom:var(--ibiz-spacing-base)}.ibiz-spacing-bottom--outerlarge{margin-bottom:var(--ibiz-spacing-loose)}.ibiz-spacing-bottom--outernone{margin-bottom:var(--ibiz-spacing-none)}.ibiz-spacing-bottom--innersmall{padding-bottom:var(--ibiz-spacing-tight)}.ibiz-spacing-bottom--innermedium{padding-bottom:var(--ibiz-spacing-base)}.ibiz-spacing-bottom--innerlarge{padding-bottom:var(--ibiz-spacing-loose)}.ibiz-spacing-bottom--innernone{padding-bottom:var(--ibiz-spacing-none)}.ibiz-spacing-left--outersmall{margin-left:var(--ibiz-spacing-tight)}.ibiz-spacing-left--outermedium{margin-left:var(--ibiz-spacing-base)}.ibiz-spacing-left--outerlarge{margin-left:var(--ibiz-spacing-loose)}.ibiz-spacing-left--outernone{margin-left:var(--ibiz-spacing-none)}.ibiz-spacing-left--innersmall{padding-left:var(--ibiz-spacing-tight)}.ibiz-spacing-left--innermedium{padding-left:var(--ibiz-spacing-base)}.ibiz-spacing-left--innerlarge{padding-left:var(--ibiz-spacing-loose)}.ibiz-spacing-left--innernone{padding-left:var(--ibiz-spacing-none)}.ibiz-spacing-right--outersmall{margin-right:var(--ibiz-spacing-tight)}.ibiz-spacing-right--outermedium{margin-right:var(--ibiz-spacing-base)}.ibiz-spacing-right--outerlarge{margin-right:var(--ibiz-spacing-loose)}.ibiz-spacing-right--outernone{margin-right:var(--ibiz-spacing-none)}.ibiz-spacing-right--innersmall{padding-right:var(--ibiz-spacing-tight)}.ibiz-spacing-right--innermedium{padding-right:var(--ibiz-spacing-base)}.ibiz-spacing-right--innerlarge{padding-right:var(--ibiz-spacing-loose)}.ibiz-spacing-right--innernone{padding-right:var(--ibiz-spacing-none)}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { ILayoutPos } from '@ibiz/model-core';
|
|
3
|
+
import { IColState } from '@ibiz-template/runtime';
|
|
4
|
+
import './col.scss';
|
|
5
|
+
export declare const IBizCol: import("vue").DefineComponent<{
|
|
6
|
+
layoutPos: {
|
|
7
|
+
type: PropType<ILayoutPos>;
|
|
8
|
+
required: true;
|
|
9
|
+
};
|
|
10
|
+
state: {
|
|
11
|
+
type: PropType<IColState>;
|
|
12
|
+
required: true;
|
|
13
|
+
};
|
|
14
|
+
}, {
|
|
15
|
+
ns: import("@ibiz-template/core").Namespace;
|
|
16
|
+
colClass: import("vue").ComputedRef<(string | string[])[]>;
|
|
17
|
+
gridAttrs: import("vue").ComputedRef<{
|
|
18
|
+
span?: undefined;
|
|
19
|
+
offset?: undefined;
|
|
20
|
+
} | {
|
|
21
|
+
span: number;
|
|
22
|
+
offset: number | undefined;
|
|
23
|
+
}>;
|
|
24
|
+
cssVars: import("vue").ComputedRef<{
|
|
25
|
+
width: string;
|
|
26
|
+
height: string;
|
|
27
|
+
}>;
|
|
28
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29
|
+
layoutPos: {
|
|
30
|
+
type: PropType<ILayoutPos>;
|
|
31
|
+
required: true;
|
|
32
|
+
};
|
|
33
|
+
state: {
|
|
34
|
+
type: PropType<IColState>;
|
|
35
|
+
required: true;
|
|
36
|
+
};
|
|
37
|
+
}>>, {}, {}>;
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import { computed, createVNode, resolveComponent, h, defineComponent } from 'vue';
|
|
2
|
+
import { useNamespace } from '@ibiz-template/vue3-util';
|
|
3
|
+
import { calcGridLayoutPos } from '@ibiz-template/runtime';
|
|
4
|
+
import './col.css';
|
|
5
|
+
|
|
6
|
+
"use strict";
|
|
7
|
+
const IBizCol = /* @__PURE__ */ defineComponent({
|
|
8
|
+
name: "IBizCol",
|
|
9
|
+
props: {
|
|
10
|
+
layoutPos: {
|
|
11
|
+
type: Object,
|
|
12
|
+
required: true
|
|
13
|
+
},
|
|
14
|
+
state: {
|
|
15
|
+
type: Object,
|
|
16
|
+
required: true
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
setup(props) {
|
|
20
|
+
const ns = useNamespace("col");
|
|
21
|
+
const spacingClass = computed(() => {
|
|
22
|
+
const ns2 = useNamespace("spacing");
|
|
23
|
+
const classArr = [];
|
|
24
|
+
if (props.layoutPos.layout !== "FLEX") {
|
|
25
|
+
return classArr;
|
|
26
|
+
}
|
|
27
|
+
const spacings = {
|
|
28
|
+
top: props.layoutPos.spacingTop,
|
|
29
|
+
bottom: props.layoutPos.spacingBottom,
|
|
30
|
+
left: props.layoutPos.spacingLeft,
|
|
31
|
+
right: props.layoutPos.spacingRight
|
|
32
|
+
};
|
|
33
|
+
Object.keys(spacings).forEach((position) => {
|
|
34
|
+
const value = spacings[position];
|
|
35
|
+
if (!value) {
|
|
36
|
+
return;
|
|
37
|
+
}
|
|
38
|
+
classArr.push(ns2.bm(position, value.toLowerCase()));
|
|
39
|
+
});
|
|
40
|
+
return classArr;
|
|
41
|
+
});
|
|
42
|
+
const gridAttrs = computed(() => {
|
|
43
|
+
const gridLayoutPos = props.layoutPos;
|
|
44
|
+
if (gridLayoutPos.layout === "FLEX") {
|
|
45
|
+
return {};
|
|
46
|
+
}
|
|
47
|
+
const {
|
|
48
|
+
md
|
|
49
|
+
} = calcGridLayoutPos(gridLayoutPos);
|
|
50
|
+
return {
|
|
51
|
+
span: md.span,
|
|
52
|
+
offset: md.offset
|
|
53
|
+
};
|
|
54
|
+
});
|
|
55
|
+
const cssVars = computed(() => {
|
|
56
|
+
const layout = props.state.layout;
|
|
57
|
+
const styles = {
|
|
58
|
+
width: layout.width,
|
|
59
|
+
height: layout.height
|
|
60
|
+
};
|
|
61
|
+
Object.assign(styles, layout.extraStyle);
|
|
62
|
+
return styles;
|
|
63
|
+
});
|
|
64
|
+
const colClass = computed(() => {
|
|
65
|
+
var _a;
|
|
66
|
+
return [ns.b(), ((_a = props.layoutPos) == null ? void 0 : _a.layout) === "FLEX" ? ns.m("flex") : ns.m("grid"), ns.is("hidden", !props.state.visible), ...spacingClass.value, props.state.layout.extraClass];
|
|
67
|
+
});
|
|
68
|
+
return {
|
|
69
|
+
ns,
|
|
70
|
+
colClass,
|
|
71
|
+
gridAttrs,
|
|
72
|
+
cssVars
|
|
73
|
+
};
|
|
74
|
+
},
|
|
75
|
+
render() {
|
|
76
|
+
var _a, _b, _c;
|
|
77
|
+
if (!this.state.visible && !this.state.keepAlive) {
|
|
78
|
+
return null;
|
|
79
|
+
}
|
|
80
|
+
const defaultSlot = (_b = (_a = this.$slots).default) == null ? void 0 : _b.call(_a);
|
|
81
|
+
if (((_c = this.layoutPos) == null ? void 0 : _c.layout) === "FLEX") {
|
|
82
|
+
const pos = this.layoutPos;
|
|
83
|
+
return createVNode("div", {
|
|
84
|
+
"class": this.colClass,
|
|
85
|
+
"style": {
|
|
86
|
+
flexGrow: pos.grow,
|
|
87
|
+
flexShrink: pos.shrink === 1 ? void 0 : pos.shrink,
|
|
88
|
+
flexBasis: `${pos.basis}px}`,
|
|
89
|
+
...this.cssVars
|
|
90
|
+
}
|
|
91
|
+
}, [defaultSlot]);
|
|
92
|
+
}
|
|
93
|
+
return h(resolveComponent("van-col"), {
|
|
94
|
+
class: this.colClass,
|
|
95
|
+
style: this.cssVars,
|
|
96
|
+
...this.gridAttrs
|
|
97
|
+
}, {
|
|
98
|
+
default: () => defaultSlot
|
|
99
|
+
});
|
|
100
|
+
}
|
|
101
|
+
});
|
|
102
|
+
|
|
103
|
+
export { IBizCol };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { IBizViewShell, IBizIcon, IBizControlBase, IBizRouterView, IBizControlShell } from '@ibiz-template/vue3-util';
|
|
2
|
+
import { IBizActionToolbar } from './action-toolbar/action-toolbar.mjs';
|
|
3
|
+
import { IBizCol } from './col/col.mjs';
|
|
4
|
+
import { IBizKeepAlive } from './keep-alive/keep-alive.mjs';
|
|
5
|
+
export { MoveType, ShapeFlags, devtoolsComponentAdded, invokeArrayFns, invokeVNodeHook, isAsyncWrapper, isKeepAlive, queuePostRenderEffect, setTransitionHooks } from './keep-alive/keep-alive.mjs';
|
|
6
|
+
import { IBizNoData } from './no-data/no-data.mjs';
|
|
7
|
+
import { IBizRawItem } from './rawitem/rawitem.mjs';
|
|
8
|
+
import { IBizRow } from './row/row.mjs';
|
|
9
|
+
|
|
10
|
+
"use strict";
|
|
11
|
+
const IBizCommonComponents = {
|
|
12
|
+
install: (v) => {
|
|
13
|
+
v.component(IBizViewShell.name, IBizViewShell);
|
|
14
|
+
v.component(IBizRow.name, IBizRow);
|
|
15
|
+
v.component(IBizCol.name, IBizCol);
|
|
16
|
+
v.component(IBizIcon.name, IBizIcon);
|
|
17
|
+
v.component(IBizControlBase.name, IBizControlBase);
|
|
18
|
+
v.component(IBizKeepAlive.name, IBizKeepAlive);
|
|
19
|
+
v.component(IBizRouterView.name, IBizRouterView);
|
|
20
|
+
v.component(IBizActionToolbar.name, IBizActionToolbar);
|
|
21
|
+
v.component(IBizNoData.name, IBizNoData);
|
|
22
|
+
v.component(IBizControlShell.name, IBizControlShell);
|
|
23
|
+
v.component(IBizRawItem.name, IBizRawItem);
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export { IBizCol, IBizCommonComponents, IBizKeepAlive, IBizRow, IBizCommonComponents as default };
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { ComponentInternalInstance, TransitionHooks, VNode, VNodeProps } from 'vue';
|
|
2
|
+
import { queuePostFlushCb } from './scheduler';
|
|
3
|
+
export declare const enum ShapeFlags {
|
|
4
|
+
ELEMENT = 1,
|
|
5
|
+
FUNCTIONAL_COMPONENT = 2,
|
|
6
|
+
STATEFUL_COMPONENT = 4,
|
|
7
|
+
TEXT_CHILDREN = 8,
|
|
8
|
+
ARRAY_CHILDREN = 16,
|
|
9
|
+
SLOTS_CHILDREN = 32,
|
|
10
|
+
TELEPORT = 64,
|
|
11
|
+
SUSPENSE = 128,
|
|
12
|
+
COMPONENT_SHOULD_KEEP_ALIVE = 256,
|
|
13
|
+
COMPONENT_KEPT_ALIVE = 512,
|
|
14
|
+
COMPONENT = 6
|
|
15
|
+
}
|
|
16
|
+
export declare const enum MoveType {
|
|
17
|
+
ENTER = 0,
|
|
18
|
+
LEAVE = 1,
|
|
19
|
+
REORDER = 2
|
|
20
|
+
}
|
|
21
|
+
export interface ComponentRenderContext {
|
|
22
|
+
[key: string]: any;
|
|
23
|
+
_: ComponentInternalInstance;
|
|
24
|
+
}
|
|
25
|
+
type MatchPattern = string | RegExp | (string | RegExp)[];
|
|
26
|
+
export interface KeepAliveProps {
|
|
27
|
+
keyList: string[];
|
|
28
|
+
include?: MatchPattern;
|
|
29
|
+
exclude?: MatchPattern;
|
|
30
|
+
max?: number | string;
|
|
31
|
+
}
|
|
32
|
+
export declare const isKeepAlive: (vnode: VNode) => boolean;
|
|
33
|
+
export declare const IBizKeepAlive: {
|
|
34
|
+
new (): {
|
|
35
|
+
$props: VNodeProps & KeepAliveProps;
|
|
36
|
+
};
|
|
37
|
+
__isKeepAlive: true;
|
|
38
|
+
};
|
|
39
|
+
export declare const isAsyncWrapper: (i: ComponentInternalInstance | VNode) => boolean;
|
|
40
|
+
export declare function setTransitionHooks(vnode: VNode, hooks: TransitionHooks): void;
|
|
41
|
+
export declare const invokeArrayFns: (fns: Function[], arg?: any) => void;
|
|
42
|
+
export declare const queuePostRenderEffect: typeof queuePostFlushCb;
|
|
43
|
+
export declare function invokeVNodeHook(hook: any, instance: ComponentInternalInstance | null, vnode: VNode, prevVNode?: VNode | null): void;
|
|
44
|
+
export declare const devtoolsComponentAdded: (component: ComponentInternalInstance) => void;
|
|
45
|
+
export {};
|