@ibiz-template/vue3-components 0.7.37-alpha.5 → 0.7.38-alpha.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chart-DPS_XpZp.js +1 -0
- package/dist/index-3cxXHoLs.js +4 -0
- package/dist/index-CiEIUSX9.js +1 -0
- package/dist/index-HW5stxcy.js +1 -0
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/xlsx-util-BlkeQIMu.js +2 -0
- package/es/common/action-toolbar/action-toolbar.mjs +7 -4
- package/es/common/anchor-container/anchor-bar-list/anchor-bar-list.css +1 -0
- package/es/common/anchor-container/anchor-bar-list/anchor-bar-list.d.ts +66 -0
- package/es/common/anchor-container/anchor-bar-list/anchor-bar-list.mjs +69 -0
- package/es/common/anchor-container/anchor-container.css +1 -0
- package/es/common/anchor-container/anchor-container.d.ts +103 -0
- package/es/common/anchor-container/anchor-container.mjs +155 -0
- package/es/common/button-list/button-list.css +1 -0
- package/es/common/button-list/button-list.d.ts +45 -0
- package/es/common/button-list/button-list.mjs +165 -0
- package/es/common/carousel/carousel.mjs +1 -1
- package/es/common/carousel-card/carousel-card.mjs +1 -1
- package/es/common/col/col.mjs +1 -1
- package/es/common/control-navigation/control-navigation.css +1 -0
- package/es/common/control-navigation/control-navigation.d.ts +32 -0
- package/es/common/control-navigation/control-navigation.mjs +116 -0
- package/es/common/control-navigation/provider/calendar-navigation.provider.d.ts +17 -0
- package/es/common/control-navigation/provider/calendar-navigation.provider.mjs +55 -0
- package/es/common/control-navigation/provider/index.d.ts +10 -0
- package/es/common/control-navigation/provider/index.mjs +17 -0
- package/es/common/control-navigation/provider/navigation-base.provider.d.ts +84 -0
- package/es/common/control-navigation/provider/navigation-base.provider.mjs +142 -0
- package/es/common/control-navigation/provider/tree-navigation.provider.d.ts +30 -0
- package/es/common/control-navigation/provider/tree-navigation.provider.mjs +81 -0
- package/es/common/coop-alert/coop-alert.mjs +1 -1
- package/es/common/custom-filter-condition/custom-filter-condition.mjs +1 -1
- package/es/common/custom-theme/custom-theme-model.mjs +5 -13
- package/es/common/custom-theme/custom-theme.controller.mjs +2 -3
- package/es/common/custom-theme/custom-theme.mjs +1 -1
- package/es/common/data-import/data-import.mjs +1 -1
- package/es/common/data-import2/data-import2.mjs +1 -1
- package/es/common/data-import2-select/data-import2-select.mjs +1 -1
- package/es/common/data-import2-table/data-import2-table.mjs +1 -1
- package/es/common/doing-notice/doing-notice.mjs +1 -1
- package/es/common/emoji-select/components/categories/categories.mjs +1 -1
- package/es/common/emoji-select/components/category-label/category-label.mjs +1 -1
- package/es/common/emoji-select/components/emoji-item/emoji-item.mjs +1 -1
- package/es/common/emoji-select/components/emoji-list/emoji-list.mjs +1 -1
- package/es/common/emoji-select/components/input-search/input-search.mjs +1 -1
- package/es/common/emoji-select/emoji-select.mjs +1 -1
- package/es/common/extend-action-timeline/extend-action-timeline.mjs +1 -1
- package/es/common/fullscreen-toolbar/fullscreen-toolbar-alarm-clock/fullscreen-toolbar-alarm-clock.mjs +1 -1
- package/es/common/fullscreen-toolbar/fullscreen-toolbar.mjs +1 -1
- package/es/common/gantt-setting/gantt-setting.css +1 -0
- package/es/common/gantt-setting/gantt-setting.d.ts +53 -0
- package/es/common/gantt-setting/gantt-setting.mjs +217 -0
- package/es/common/grid-setting/grid-setting.css +1 -1
- package/es/common/grid-setting/grid-setting.d.ts +2 -1
- package/es/common/grid-setting/grid-setting.mjs +21 -5
- package/es/common/index.mjs +10 -0
- package/es/common/map-chart/map-chart.mjs +2 -2
- package/es/common/nav-split/nav-split.css +1 -0
- package/es/common/nav-split/nav-split.d.ts +57 -0
- package/es/common/nav-split/nav-split.mjs +209 -0
- package/es/common/no-data/no-data.mjs +1 -1
- package/es/common/pagination/pagination.d.ts +8 -0
- package/es/common/pagination/pagination.mjs +8 -2
- package/es/common/pql-editor/components/pql-editor-suggestion/pql-editor-suggestion.mjs +1 -1
- package/es/common/pql-editor/pql-editor.mjs +1 -1
- package/es/common/pql-editor/pql-editor.module.mjs +2 -2
- package/es/common/pql-editor/utils/index.mjs +2 -2
- package/es/common/quick-edit/quick-edit.mjs +1 -1
- package/es/common/rawitem/rawitem.mjs +1 -1
- package/es/common/row/row.mjs +1 -1
- package/es/common/sort-bar/sort-bar.mjs +1 -1
- package/es/common/split/split.css +1 -1
- package/es/common/split/split.mjs +3 -3
- package/es/common/split-trigger/split-trigger.mjs +1 -1
- package/es/common/view-message/view-message.mjs +1 -1
- package/es/control/app-menu/app-menu.css +1 -1
- package/es/control/app-menu/app-menu.d.ts +3 -0
- package/es/control/app-menu/app-menu.mjs +130 -61
- package/es/control/app-menu/custom-menu-design/custom-menu-design.mjs +13 -2
- package/es/control/app-menu/index.d.ts +3 -0
- package/es/control/app-menu/index.mjs +1 -1
- package/es/control/app-menu-icon-view/app-menu-icon-view.mjs +1 -1
- package/es/control/app-menu-icon-view/index.mjs +1 -1
- package/es/control/calendar/calendar.css +1 -1
- package/es/control/calendar/calendar.d.ts +12 -1
- package/es/control/calendar/calendar.mjs +43 -11
- package/es/control/calendar/components/calendar-daily/calendar-daily.mjs +1 -1
- package/es/control/calendar/components/calendar-week/calendar-week.mjs +1 -1
- package/es/control/calendar/components/custom-calendar/custom-calendar.mjs +1 -1
- package/es/control/calendar/components/interface/calendar-daily.mjs +1 -1
- package/es/control/calendar/components/interface/calendar-week.mjs +1 -1
- package/es/control/calendar/components/interface/custom-calendar.mjs +1 -1
- package/es/control/calendar/index.d.ts +12 -1
- package/es/control/calendar/index.mjs +1 -1
- package/es/control/caption-bar/caption-bar.mjs +1 -1
- package/es/control/caption-bar/index.mjs +1 -1
- package/es/control/chart/chart.mjs +3 -3
- package/es/control/chart/index.mjs +1 -1
- package/es/control/context-menu/context-menu.d.ts +4 -2
- package/es/control/context-menu/context-menu.mjs +120 -75
- package/es/control/context-menu/index.d.ts +3 -1
- package/es/control/context-menu/index.mjs +1 -1
- package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.d.ts +36 -0
- package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.mjs +1 -1
- package/es/control/dashboard/dashboard-design/dashboard-design.mjs +1 -1
- package/es/control/dashboard/dashboard.d.ts +9 -0
- package/es/control/dashboard/dashboard.mjs +55 -10
- package/es/control/dashboard/index.d.ts +9 -0
- package/es/control/dashboard/index.mjs +1 -1
- package/es/control/dashboard/portlet/actionbar-portlet/actionbar-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/chart-portlet/chart-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/container-portlet/container-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.mjs +3 -2
- package/es/control/dashboard/portlet/filter-portlet/filter-portlet-item/filter-portlet-item.mjs +1 -1
- package/es/control/dashboard/portlet/filter-portlet/filter-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/html-portlet/html-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/list-portlet/list-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/menu-portlet/app-menu-portlet/app-menu-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/menu-portlet/menu-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/portlet-layout/portlet-layout.d.ts +1 -0
- package/es/control/dashboard/portlet/portlet-layout/portlet-layout.mjs +16 -4
- package/es/control/dashboard/portlet/rawitem-portlet/rawitem-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/report-portlet/report-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/view-portlet/view-portlet.mjs +1 -1
- package/es/control/data-view/data-view.css +1 -1
- package/es/control/data-view/data-view.d.ts +46 -1
- package/es/control/data-view/data-view.mjs +137 -19
- package/es/control/data-view/index.d.ts +46 -1
- package/es/control/data-view/index.mjs +1 -1
- package/es/control/drbar/drbar.controller.mjs +1 -1
- package/es/control/drbar/drbar.css +1 -1
- package/es/control/drbar/drbar.mjs +24 -24
- package/es/control/drbar/index.mjs +1 -1
- package/es/control/drtab/drtab-control.util.mjs +1 -1
- package/es/control/drtab/drtab.controller.d.ts +9 -1
- package/es/control/drtab/drtab.controller.mjs +32 -5
- package/es/control/drtab/drtab.css +1 -1
- package/es/control/drtab/drtab.d.ts +3 -1
- package/es/control/drtab/drtab.mjs +93 -32
- package/es/control/drtab/index.d.ts +3 -1
- package/es/control/drtab/index.mjs +1 -1
- package/es/control/exp-bar/calendar-exp-bar/calendar-exp-bar.mjs +1 -1
- package/es/control/exp-bar/calendar-exp-bar/index.mjs +1 -1
- package/es/control/exp-bar/chart-exp-bar/chart-exp-bar.mjs +1 -1
- package/es/control/exp-bar/chart-exp-bar/index.mjs +1 -1
- package/es/control/exp-bar/data-view-exp-bar/data-view-view-exp-bar.mjs +1 -1
- package/es/control/exp-bar/data-view-exp-bar/index.mjs +1 -1
- package/es/control/exp-bar/grid-exp-bar/grid-exp-bar.mjs +1 -1
- package/es/control/exp-bar/grid-exp-bar/index.mjs +1 -1
- package/es/control/exp-bar/list-exp-bar/index.mjs +1 -1
- package/es/control/exp-bar/list-exp-bar/list-exp-bar.mjs +1 -1
- package/es/control/exp-bar/render-util.mjs +2 -2
- package/es/control/exp-bar/tree-exp-bar/index.mjs +1 -1
- package/es/control/exp-bar/tree-exp-bar/tree-exp-bar.mjs +1 -1
- package/es/control/form/edit-form/edit-form.d.ts +10 -1
- package/es/control/form/edit-form/edit-form.mjs +39 -3
- package/es/control/form/edit-form/index.d.ts +9 -0
- package/es/control/form/edit-form/index.mjs +1 -1
- package/es/control/form/form/form.mjs +1 -1
- package/es/control/form/form/index.mjs +2 -0
- package/es/control/form/form-detail/form-button/form-button.mjs +1 -1
- package/es/control/form/form-detail/form-button-list/form-button-list.css +1 -0
- package/es/control/form/form-detail/form-button-list/form-button-list.d.ts +27 -0
- package/es/control/form/form-detail/form-button-list/form-button-list.mjs +48 -0
- package/es/control/form/form-detail/form-button-list/form-button-list.provider.d.ts +13 -0
- package/es/control/form/form-detail/form-button-list/form-button-list.provider.mjs +21 -0
- package/es/control/form/form-detail/form-button-list/index.d.ts +23 -0
- package/es/control/form/form-detail/form-button-list/index.mjs +18 -0
- package/es/control/form/form-detail/form-druipart/form-druipart.css +1 -1
- package/es/control/form/form-detail/form-druipart/form-druipart.mjs +1 -1
- package/es/control/form/form-detail/form-group-panel/form-group-panel.d.ts +0 -1
- package/es/control/form/form-detail/form-group-panel/form-group-panel.mjs +11 -8
- package/es/control/form/form-detail/form-group-panel/index.d.ts +0 -1
- package/es/control/form/form-detail/form-item/form-item-container/form-item-container.mjs +1 -1
- package/es/control/form/form-detail/form-item/form-item.mjs +2 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.mjs +1 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-md/form-mdctrl-md.mjs +1 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater.mjs +1 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.d.ts +26 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.mjs +1 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-multi-form/repeater-multi-form.mjs +6 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.mjs +1 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl.mjs +1 -1
- package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.css +1 -1
- package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.d.ts +8 -0
- package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.mjs +74 -4
- package/es/control/form/form-detail/form-mdctrl/mdctrl-container2/mdctrl-container2.mjs +1 -1
- package/es/control/form/form-detail/form-page/form-page-item/form-page.item.mjs +1 -1
- package/es/control/form/form-detail/form-page/form-page.css +1 -1
- package/es/control/form/form-detail/form-page/form-page.d.ts +10 -0
- package/es/control/form/form-detail/form-page/form-page.mjs +12 -3
- package/es/control/form/form-detail/form-page/index.d.ts +9 -0
- package/es/control/form/form-detail/form-rawitem/form-rawitem.mjs +1 -1
- package/es/control/form/form-detail/form-tab-page/form-tab-page.mjs +1 -1
- package/es/control/form/form-detail/form-tab-panel/form-tab-panel.css +1 -1
- package/es/control/form/form-detail/form-tab-panel/form-tab-panel.mjs +2 -2
- package/es/control/form/form-detail/index.d.ts +1 -0
- package/es/control/form/form-detail/index.mjs +1 -0
- package/es/control/form/index.mjs +1 -0
- package/es/control/form/search-form/index.mjs +1 -1
- package/es/control/form/search-form/search-form.mjs +1 -1
- package/es/control/gantt/gantt.css +1 -1
- package/es/control/gantt/gantt.d.ts +2 -4
- package/es/control/gantt/gantt.mjs +95 -25
- package/es/control/gantt/index.d.ts +2 -4
- package/es/control/gantt/index.mjs +1 -1
- package/es/control/grid/grid/grid-control.util.mjs +45 -2
- package/es/control/grid/grid/grid.css +1 -1
- package/es/control/grid/grid/grid.d.ts +1 -0
- package/es/control/grid/grid/grid.mjs +81 -71
- package/es/control/grid/grid/index.d.ts +1 -0
- package/es/control/grid/grid/index.mjs +1 -1
- package/es/control/grid/grid-column/grid-field-column/grid-field-column.mjs +1 -1
- package/es/control/grid/grid-column/grid-field-edit-column/grid-edit-item/grid-edit-item.mjs +1 -1
- package/es/control/grid/grid-column/grid-field-edit-column/grid-field-edit-column.mjs +1 -1
- package/es/control/grid/grid-column/grid-group-column/grid-group-column.mjs +1 -1
- package/es/control/grid/grid-column/grid-ua-column/grid-ua-column.mjs +1 -1
- package/es/control/grid/row-edit-popover/row-edit-popover.mjs +1 -1
- package/es/control/index.mjs +1 -0
- package/es/control/kanban/index.mjs +1 -1
- package/es/control/kanban/kanban.mjs +1 -1
- package/es/control/list/index.d.ts +36 -0
- package/es/control/list/index.mjs +1 -1
- package/es/control/list/list.css +1 -1
- package/es/control/list/list.d.ts +36 -0
- package/es/control/list/list.mjs +161 -36
- package/es/control/map/index.mjs +1 -1
- package/es/control/map/map.d.ts +9 -0
- package/es/control/map/map.mjs +5 -1
- package/es/control/medit-view-panel/index.mjs +1 -1
- package/es/control/medit-view-panel/medit-view-panel.mjs +1 -1
- package/es/control/pickup-view-panel/index.mjs +1 -1
- package/es/control/pickup-view-panel/pickup-view-panel.mjs +1 -1
- package/es/control/report-panel/index.mjs +1 -1
- package/es/control/report-panel/report-detail/bi-report-panel/bi-report-panel.mjs +1 -1
- package/es/control/report-panel/report-detail/user-report-panel/user-report-panel.mjs +1 -1
- package/es/control/report-panel/report-detail/user2-report-panel/user2-report-panel.mjs +1 -1
- package/es/control/report-panel/report-panel.mjs +1 -1
- package/es/control/search-bar/filter-mode-select/filter-mode-select.mjs +1 -1
- package/es/control/search-bar/filter-tree/filter-tree.mjs +1 -1
- package/es/control/search-bar/index.mjs +1 -1
- package/es/control/search-bar/quick-search-select/quick-search-select.mjs +3 -1
- package/es/control/search-bar/search-bar.mjs +1 -1
- package/es/control/search-bar/search-groups/search-groups.mjs +3 -3
- package/es/control/tab-exp-panel/index.mjs +1 -1
- package/es/control/tab-exp-panel/tab-exp-panel.mjs +1 -1
- package/es/control/toolbar/export-excel/export-excel.mjs +1 -1
- package/es/control/toolbar/index.mjs +1 -1
- package/es/control/toolbar/short-cut-button/short-cut-button.mjs +1 -1
- package/es/control/toolbar/toolbar.mjs +6 -3
- package/es/control/tree/el-tree-util.d.ts +41 -3
- package/es/control/tree/el-tree-util.mjs +70 -2
- package/es/control/tree/index.d.ts +52 -6
- package/es/control/tree/index.mjs +1 -1
- package/es/control/tree/tree.css +1 -1
- package/es/control/tree/tree.d.ts +52 -6
- package/es/control/tree/tree.mjs +132 -20
- package/es/control/tree-grid/index.d.ts +0 -1
- package/es/control/tree-grid/index.mjs +1 -1
- package/es/control/tree-grid/tree-grid.d.ts +4 -5
- package/es/control/tree-grid/tree-grid.mjs +4 -27
- package/es/control/tree-grid-ex/index.mjs +1 -1
- package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-edit-column/tree-grid-ex-edit-column.mjs +1 -1
- package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-field-column/tree-grid-ex-field-column.mjs +1 -1
- package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-ua-column/tree-grid-ex-ua-column.mjs +1 -1
- package/es/control/tree-grid-ex/tree-grid-ex.mjs +1 -1
- package/es/control/wizard-panel/index.mjs +1 -1
- package/es/control/wizard-panel/wizard-panel.mjs +1 -1
- package/es/editor/array/ibiz-array/ibiz-array.d.ts +1 -1
- package/es/editor/array/ibiz-array/ibiz-array.mjs +1 -1
- package/es/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.d.ts +1 -1
- package/es/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.mjs +1 -1
- package/es/editor/carousel/ibiz-carousel/ibiz-carousel.d.ts +1 -1
- package/es/editor/carousel/ibiz-carousel/ibiz-carousel.mjs +1 -1
- package/es/editor/cascader/ibiz-cascader/ibiz-cascader.d.ts +1 -1
- package/es/editor/cascader/ibiz-cascader/ibiz-cascader.mjs +1 -1
- package/es/editor/check-box/ibiz-checkbox/ibiz-checkbox.d.ts +1 -1
- package/es/editor/check-box/ibiz-checkbox/ibiz-checkbox.mjs +1 -1
- package/es/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.d.ts +1 -1
- package/es/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.mjs +1 -1
- package/es/editor/code/monaco-editor/monaco-editor.d.ts +1 -1
- package/es/editor/code/monaco-editor/monaco-editor.mjs +1 -1
- package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.d.ts +1 -1
- package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.mjs +1 -1
- package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.d.ts +1 -1
- package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.mjs +1 -1
- package/es/editor/data-picker/ibiz-picker/ibiz-picker.d.ts +1 -1
- package/es/editor/data-picker/ibiz-picker/ibiz-picker.mjs +1 -1
- package/es/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.d.ts +1 -1
- package/es/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.mjs +1 -1
- package/es/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.css +1 -1
- package/es/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.d.ts +4 -9
- package/es/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.mjs +22 -23
- package/es/editor/data-picker/ibiz-picker-link/ibiz-picker-link.d.ts +1 -1
- package/es/editor/data-picker/ibiz-picker-link/ibiz-picker-link.mjs +1 -1
- package/es/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.css +1 -1
- package/es/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.d.ts +1 -1
- package/es/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.mjs +5 -2
- package/es/editor/date-picker/ibiz-date-picker/ibiz-date-picker.d.ts +1 -1
- package/es/editor/date-picker/ibiz-date-picker/ibiz-date-picker.mjs +1 -1
- package/es/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.d.ts +1 -1
- package/es/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.mjs +4 -2
- package/es/editor/date-range-select/date-range-select-picker/components/quarter-range-select/quarter-range-select.mjs +1 -1
- package/es/editor/date-range-select/date-range-select-picker/components/week-range-select/week-range-select.mjs +2 -2
- package/es/editor/date-range-select/date-range-select-picker/components/year-range-select/year-range-select.mjs +1 -1
- package/es/editor/date-range-select/date-range-select-picker/date-range-select.mjs +1 -1
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.css +1 -1
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.d.ts +1 -1
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.mjs +28 -1
- package/es/editor/dropdown-list/ibiz-emoji-picker/ibiz-emoji-picker.d.ts +1 -1
- package/es/editor/dropdown-list/ibiz-emoji-picker/ibiz-emoji-picker.mjs +1 -1
- package/es/editor/html/wang-editor/component/emoji/emoji.mjs +1 -1
- package/es/editor/html/wang-editor/module/emoji-module.mjs +3 -3
- package/es/editor/html/wang-editor/wang-editor.d.ts +1 -1
- package/es/editor/html/wang-editor/wang-editor.mjs +1 -1
- package/es/editor/list-box/ibiz-list-box/ibiz-list-box.d.ts +1 -1
- package/es/editor/list-box/ibiz-list-box/ibiz-list-box.mjs +1 -1
- package/es/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.mjs +1 -1
- package/es/editor/not-supported-editor/not-supported-editor.mjs +1 -1
- package/es/editor/number-range/ibiz-number-range-picker/ibiz-number-range-picker.d.ts +1 -1
- package/es/editor/number-range/ibiz-number-range-picker/ibiz-number-range-picker.mjs +1 -1
- package/es/editor/preset/preset-rawitem/ibiz-preset-rawitem/ibiz-preset-rawitem.d.ts +1 -1
- package/es/editor/preset/preset-rawitem/ibiz-preset-rawitem/ibiz-preset-rawitem.mjs +1 -1
- package/es/editor/radio-button-list/ibiz-radio/ibiz-radio.d.ts +1 -1
- package/es/editor/radio-button-list/ibiz-radio/ibiz-radio.mjs +1 -1
- package/es/editor/rate/ibiz-rate/ibiz-rate.d.ts +1 -1
- package/es/editor/rate/ibiz-rate/ibiz-rate.mjs +1 -1
- package/es/editor/raw/ibiz-raw/ibiz-raw.d.ts +1 -1
- package/es/editor/raw/ibiz-raw/ibiz-raw.mjs +1 -1
- package/es/editor/slider/ibiz-slider/ibiz-slider.css +1 -1
- package/es/editor/slider/ibiz-slider/ibiz-slider.d.ts +2 -1
- package/es/editor/slider/ibiz-slider/ibiz-slider.mjs +65 -5
- package/es/editor/span/span/span.d.ts +1 -0
- package/es/editor/span/span/span.mjs +8 -4
- package/es/editor/span/span-link/span-link.d.ts +1 -1
- package/es/editor/span/span-link/span-link.mjs +1 -1
- package/es/editor/stepper/ibiz-stepper/ibiz-stepper.d.ts +1 -1
- package/es/editor/stepper/ibiz-stepper/ibiz-stepper.mjs +1 -1
- package/es/editor/switch/ibiz-switch/ibiz-switch.d.ts +1 -1
- package/es/editor/switch/ibiz-switch/ibiz-switch.mjs +1 -1
- package/es/editor/text-box/ibiz-input-ip/ibiz-input-ip.d.ts +1 -1
- package/es/editor/text-box/ibiz-input-ip/ibiz-input-ip.mjs +1 -1
- package/es/editor/text-box/ibiz-input-number/ibiz-input-number.d.ts +1 -1
- package/es/editor/text-box/ibiz-input-number/ibiz-input-number.mjs +1 -1
- package/es/editor/text-box/input/input.css +1 -1
- package/es/editor/text-box/input/input.d.ts +1 -1
- package/es/editor/text-box/input/input.mjs +20 -3
- package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.d.ts +1 -1
- package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.mjs +1 -1
- package/es/editor/upload/ibiz-image-preview/ibiz-image-preview.d.ts +1 -1
- package/es/editor/upload/ibiz-image-preview/ibiz-image-preview.mjs +1 -1
- package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.d.ts +1 -1
- package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.mjs +1 -1
- package/es/editor/upload/use/use-iview-upload.mjs +25 -7
- package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.d.ts +1 -1
- package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.mjs +1 -1
- package/es/ibiz-vue3.mjs +2 -1
- package/es/index.mjs +1 -0
- package/es/locale/en/index.d.ts +25 -0
- package/es/locale/en/index.mjs +28 -4
- package/es/locale/zh-CN/index.d.ts +25 -0
- package/es/locale/zh-CN/index.mjs +28 -4
- package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/h.mjs +1 -3
- package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/htmldomapi.mjs +1 -1
- package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/index.mjs +0 -2
- package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/init.mjs +25 -9
- package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/jsx.mjs +0 -3
- package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/attributes.mjs +7 -3
- package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/dataset.mjs +2 -2
- package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/eventlisteners.mjs +1 -1
- package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/style.mjs +6 -6
- package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/thunk.mjs +1 -1
- package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/tovnode.mjs +2 -8
- package/es/panel-component/auth-captcha/auth-captcha.mjs +1 -1
- package/es/panel-component/auth-userinfo/auth-userinfo.css +1 -1
- package/es/panel-component/auth-userinfo/auth-userinfo.mjs +3 -3
- package/es/panel-component/coop-pos/coop-pos.mjs +1 -1
- package/es/panel-component/data-import/data-import-shell.mjs +1 -1
- package/es/panel-component/index-actions/index-actions.css +1 -1
- package/es/panel-component/index-actions/index-actions.mjs +1 -1
- package/es/panel-component/index.mjs +7 -1
- package/es/panel-component/nav-breadcrumb/index.d.ts +26 -0
- package/es/panel-component/nav-breadcrumb/index.mjs +17 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.controller.d.ts +120 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.controller.mjs +307 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.css +1 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.d.ts +31 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.mjs +72 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.provider.d.ts +13 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.provider.mjs +21 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.service.d.ts +63 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.service.mjs +143 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.state.d.ts +26 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.state.mjs +22 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.util.d.ts +39 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.util.mjs +73 -0
- package/es/panel-component/nav-pos-index/nav-pos-index.controller.d.ts +14 -0
- package/es/panel-component/nav-pos-index/nav-pos-index.controller.mjs +47 -4
- package/es/panel-component/nav-pos-index/nav-pos-index.mjs +1 -1
- package/es/panel-component/nav-tabs/nav-tabs.controller.mjs +1 -1
- package/es/panel-component/nav-tabs/nav-tabs.mjs +1 -1
- package/es/panel-component/panel-app-header/panel-app-header.mjs +1 -1
- package/es/panel-component/panel-app-login-view/panel-app-login-view.mjs +1 -1
- package/es/panel-component/panel-app-title/index.mjs +4 -0
- package/es/panel-component/panel-app-title/panel-app-title.controller.mjs +8 -0
- package/es/panel-component/panel-app-title/panel-app-title.css +1 -1
- package/es/panel-component/panel-app-title/panel-app-title.mjs +113 -109
- package/es/panel-component/panel-button/panel-button.mjs +1 -1
- package/es/panel-component/panel-button-list/index.d.ts +24 -0
- package/es/panel-component/panel-button-list/index.mjs +19 -0
- package/es/panel-component/panel-button-list/panel-button-list.controller.d.ts +70 -0
- package/es/panel-component/panel-button-list/panel-button-list.controller.mjs +145 -0
- package/es/panel-component/panel-button-list/panel-button-list.css +1 -0
- package/es/panel-component/panel-button-list/panel-button-list.d.ts +27 -0
- package/es/panel-component/panel-button-list/panel-button-list.mjs +48 -0
- package/es/panel-component/panel-button-list/panel-button-list.provider.d.ts +14 -0
- package/es/panel-component/panel-button-list/panel-button-list.provider.mjs +21 -0
- package/es/panel-component/panel-button-list/panel-button-list.state.d.ts +17 -0
- package/es/panel-component/panel-button-list/panel-button-list.state.mjs +23 -0
- package/es/panel-component/panel-exp-header/panel-exp-header.mjs +1 -1
- package/es/panel-component/panel-index-view-search/panel-index-view-search.css +1 -1
- package/es/panel-component/panel-index-view-search/panel-index-view-search.mjs +1 -1
- package/es/panel-component/panel-remember-me/panel-remember-me.mjs +1 -1
- package/es/panel-component/panel-static-carousel/panel-static-carousel.mjs +1 -1
- package/es/panel-component/panel-tab-panel/panel-tab-panel.mjs +1 -1
- package/es/panel-component/panel-view-content/panel-view-content.mjs +7 -1
- package/es/panel-component/panel-view-header/panel-view-header.css +1 -1
- package/es/panel-component/panel-view-header/panel-view-header.mjs +1 -1
- package/es/panel-component/searchform-buttons/searchform-buttons.mjs +1 -1
- package/es/panel-component/short-cut/short-cut.mjs +1 -1
- package/es/panel-component/split-container/split-container.mjs +1 -1
- package/es/panel-component/user-action/user-action.mjs +1 -1
- package/es/panel-component/user-message/async-action/async-action/async-action.mjs +1 -1
- package/es/panel-component/user-message/async-action/async-action-preview/async-action-preview.mjs +1 -1
- package/es/panel-component/user-message/async-action/async-action-result/async-action-result.mjs +1 -1
- package/es/panel-component/user-message/async-action/async-action-tab/async-action-tab.mjs +1 -1
- package/es/panel-component/user-message/internal-message/common/internal-message-container/internal-message-container.mjs +1 -1
- package/es/panel-component/user-message/internal-message/common/internal-message-default/internal-message-default.mjs +1 -1
- package/es/panel-component/user-message/internal-message/internal-message-html/internal-message-html.mjs +1 -1
- package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.mjs +1 -1
- package/es/panel-component/user-message/internal-message/internal-message-tab/internal-message-tab.mjs +1 -1
- package/es/panel-component/user-message/internal-message/internal-message-text/internal-message-text.mjs +1 -1
- package/es/panel-component/user-message/user-message.mjs +1 -1
- package/es/panel-component/view-message/view-message.mjs +1 -1
- package/es/panel-component/view-msg-pos/view-msg-pos.mjs +1 -1
- package/es/util/app-drawer/app-drawer-component.mjs +2 -2
- package/es/util/app-float-window/app-float-window-component.mjs +2 -2
- package/es/util/app-modal/app-modal-component.css +1 -1
- package/es/util/app-modal/app-modal-component.mjs +2 -2
- package/es/util/app-popover/app-popover-component.mjs +2 -2
- package/es/util/fullscreen/fullscreen-util.mjs +2 -1
- package/es/util/notification-util/notification-util.d.ts +10 -1
- package/es/util/notification-util/notification-util.mjs +36 -0
- package/es/util/notification-util/upload-manager/file-type.d.ts +8 -0
- package/es/util/notification-util/upload-manager/file-type.mjs +207 -0
- package/es/util/notification-util/upload-manager/upload-manager.css +1 -0
- package/es/util/notification-util/upload-manager/upload-manager.d.ts +64 -0
- package/es/util/notification-util/upload-manager/upload-manager.mjs +159 -0
- package/es/util/pagination/use-pagination.mjs +24 -2
- package/es/util/render-util/render-util.mjs +1 -1
- package/es/view/403-view/403-view.mjs +1 -1
- package/es/view/404-view/404-view.mjs +1 -1
- package/es/view/error-view/error-view.mjs +1 -1
- package/es/view/login-view/login-view.mjs +1 -1
- package/es/view/share-view/share-view.mjs +1 -1
- package/es/view/sub-app-ref-view/index.mjs +1 -1
- package/es/view/sub-app-ref-view/sub-app-ref-view.mjs +1 -1
- package/es/view/wf-step-trace-view/index.mjs +1 -1
- package/es/view/wf-step-trace-view/wf-step-trace-view.mjs +1 -1
- package/es/view-engine/data-view.engine.d.ts +1 -0
- package/es/view-engine/data-view.engine.mjs +32 -1
- package/es/view-engine/de-index-view-engine.d.ts +7 -1
- package/es/view-engine/de-index-view-engine.mjs +15 -0
- package/es/view-engine/edit-view.engine.d.ts +7 -1
- package/es/view-engine/edit-view.engine.mjs +111 -26
- package/es/view-engine/gantt-view.engine.mjs +41 -0
- package/es/view-engine/grid-view.engine.mjs +41 -0
- package/es/view-engine/list-view.engine.d.ts +1 -0
- package/es/view-engine/list-view.engine.mjs +32 -1
- package/es/view-engine/opt-view.engine.d.ts +19 -0
- package/es/view-engine/opt-view.engine.mjs +48 -16
- package/es/view-engine/tab-exp-view.engine.d.ts +9 -0
- package/es/view-engine/tab-exp-view.engine.mjs +20 -1
- package/es/view-engine/tree-exp-view.engine.mjs +35 -0
- package/es/view-engine/tree-grid-view.engine.d.ts +3 -1
- package/es/view-engine/tree-grid-view.engine.mjs +49 -0
- package/es/view-engine/tree-view.engine.mjs +35 -0
- package/es/web-app/App.mjs +2 -2
- package/es/web-app/components/modal-router-shell/modal-router-shell.mjs +1 -1
- package/es/web-app/components/router-shell/router-shell.mjs +2 -2
- package/es/web-app/guard/auth-guard/auth-guard.mjs +4 -5
- package/es/web-app/guard/auth-guard/dyna-auth-guard.mjs +4 -5
- package/es/web-app/router/index.mjs +1 -1
- package/lib/common/action-toolbar/action-toolbar.cjs +6 -3
- package/lib/common/anchor-container/anchor-bar-list/anchor-bar-list.cjs +71 -0
- package/lib/common/anchor-container/anchor-bar-list/anchor-bar-list.css +1 -0
- package/lib/common/anchor-container/anchor-container.cjs +157 -0
- package/lib/common/anchor-container/anchor-container.css +1 -0
- package/lib/common/button-list/button-list.cjs +167 -0
- package/lib/common/button-list/button-list.css +1 -0
- package/lib/common/control-navigation/control-navigation.cjs +118 -0
- package/lib/common/control-navigation/control-navigation.css +1 -0
- package/lib/common/control-navigation/provider/calendar-navigation.provider.cjs +57 -0
- package/lib/common/control-navigation/provider/index.cjs +19 -0
- package/lib/common/control-navigation/provider/navigation-base.provider.cjs +144 -0
- package/lib/common/control-navigation/provider/tree-navigation.provider.cjs +83 -0
- package/lib/common/custom-theme/custom-theme-model.cjs +5 -13
- package/lib/common/custom-theme/custom-theme.controller.cjs +2 -3
- package/lib/common/gantt-setting/gantt-setting.cjs +219 -0
- package/lib/common/gantt-setting/gantt-setting.css +1 -0
- package/lib/common/grid-setting/grid-setting.cjs +20 -4
- package/lib/common/grid-setting/grid-setting.css +1 -1
- package/lib/common/index.cjs +10 -0
- package/lib/common/nav-split/nav-split.cjs +211 -0
- package/lib/common/nav-split/nav-split.css +1 -0
- package/lib/common/pagination/pagination.cjs +7 -1
- package/lib/common/pql-editor/pql-editor.module.cjs +2 -2
- package/lib/common/pql-editor/utils/index.cjs +2 -2
- package/lib/common/split/split.cjs +2 -2
- package/lib/common/split/split.css +1 -1
- package/lib/control/app-menu/app-menu.cjs +127 -58
- package/lib/control/app-menu/app-menu.css +1 -1
- package/lib/control/app-menu/custom-menu-design/custom-menu-design.cjs +12 -1
- package/lib/control/calendar/calendar.cjs +42 -10
- package/lib/control/calendar/calendar.css +1 -1
- package/lib/control/chart/chart.cjs +1 -1
- package/lib/control/context-menu/context-menu.cjs +119 -74
- package/lib/control/dashboard/dashboard.cjs +54 -9
- package/lib/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.cjs +2 -1
- package/lib/control/dashboard/portlet/portlet-layout/portlet-layout.cjs +15 -3
- package/lib/control/data-view/data-view.cjs +135 -17
- package/lib/control/data-view/data-view.css +1 -1
- package/lib/control/drbar/drbar.cjs +23 -23
- package/lib/control/drbar/drbar.controller.cjs +1 -1
- package/lib/control/drbar/drbar.css +1 -1
- package/lib/control/drtab/drtab-control.util.cjs +1 -1
- package/lib/control/drtab/drtab.cjs +92 -31
- package/lib/control/drtab/drtab.controller.cjs +32 -5
- package/lib/control/drtab/drtab.css +1 -1
- package/lib/control/form/edit-form/edit-form.cjs +38 -2
- package/lib/control/form/form/index.cjs +2 -0
- package/lib/control/form/form-detail/form-button-list/form-button-list.cjs +53 -0
- package/lib/control/form/form-detail/form-button-list/form-button-list.css +1 -0
- package/lib/control/form/form-detail/form-button-list/form-button-list.provider.cjs +23 -0
- package/lib/control/form/form-detail/form-button-list/index.cjs +23 -0
- package/lib/control/form/form-detail/form-druipart/form-druipart.css +1 -1
- package/lib/control/form/form-detail/form-group-panel/form-group-panel.cjs +10 -7
- package/lib/control/form/form-detail/form-item/form-item.cjs +1 -0
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-multi-form/repeater-multi-form.cjs +5 -0
- package/lib/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.cjs +73 -3
- package/lib/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.css +1 -1
- package/lib/control/form/form-detail/form-page/form-page.cjs +11 -2
- package/lib/control/form/form-detail/form-page/form-page.css +1 -1
- package/lib/control/form/form-detail/form-tab-panel/form-tab-panel.cjs +1 -1
- package/lib/control/form/form-detail/form-tab-panel/form-tab-panel.css +1 -1
- package/lib/control/form/form-detail/index.cjs +2 -0
- package/lib/control/form/index.cjs +6 -4
- package/lib/control/gantt/gantt.cjs +93 -23
- package/lib/control/gantt/gantt.css +1 -1
- package/lib/control/grid/grid/grid-control.util.cjs +44 -1
- package/lib/control/grid/grid/grid.cjs +80 -70
- package/lib/control/grid/grid/grid.css +1 -1
- package/lib/control/index.cjs +80 -78
- package/lib/control/list/list.cjs +159 -34
- package/lib/control/list/list.css +1 -1
- package/lib/control/map/map.cjs +4 -0
- package/lib/control/search-bar/quick-search-select/quick-search-select.cjs +2 -0
- package/lib/control/search-bar/search-groups/search-groups.cjs +2 -2
- package/lib/control/toolbar/toolbar.cjs +5 -2
- package/lib/control/tree/el-tree-util.cjs +70 -0
- package/lib/control/tree/tree.cjs +129 -17
- package/lib/control/tree/tree.css +1 -1
- package/lib/control/tree-grid/tree-grid.cjs +3 -26
- package/lib/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.cjs +21 -22
- package/lib/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.css +1 -1
- package/lib/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.cjs +3 -0
- package/lib/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.css +1 -1
- package/lib/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.cjs +3 -1
- package/lib/editor/date-range-select/date-range-select-picker/components/week-range-select/week-range-select.cjs +1 -1
- package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.cjs +27 -0
- package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.css +1 -1
- package/lib/editor/html/wang-editor/module/emoji-module.cjs +3 -3
- package/lib/editor/slider/ibiz-slider/ibiz-slider.cjs +64 -4
- package/lib/editor/slider/ibiz-slider/ibiz-slider.css +1 -1
- package/lib/editor/span/span/span.cjs +6 -2
- package/lib/editor/text-box/input/input.cjs +19 -2
- package/lib/editor/text-box/input/input.css +1 -1
- package/lib/editor/upload/use/use-iview-upload.cjs +25 -7
- package/lib/ibiz-vue3.cjs +1 -0
- package/lib/index.cjs +110 -108
- package/lib/locale/en/index.cjs +28 -4
- package/lib/locale/zh-CN/index.cjs +28 -4
- package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/h.cjs +1 -3
- package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/htmldomapi.cjs +1 -1
- package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/index.cjs +2 -5
- package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/init.cjs +24 -8
- package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/jsx.cjs +0 -3
- package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/attributes.cjs +7 -3
- package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/dataset.cjs +2 -2
- package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/eventlisteners.cjs +1 -1
- package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/style.cjs +6 -6
- package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/thunk.cjs +1 -1
- package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/tovnode.cjs +2 -8
- package/lib/panel-component/auth-userinfo/auth-userinfo.cjs +2 -2
- package/lib/panel-component/auth-userinfo/auth-userinfo.css +1 -1
- package/lib/panel-component/index-actions/index-actions.css +1 -1
- package/lib/panel-component/index.cjs +36 -30
- package/lib/panel-component/nav-breadcrumb/index.cjs +24 -0
- package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.cjs +74 -0
- package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.controller.cjs +309 -0
- package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.css +1 -0
- package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.provider.cjs +23 -0
- package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.service.cjs +145 -0
- package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.state.cjs +24 -0
- package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.util.cjs +79 -0
- package/lib/panel-component/nav-pos-index/nav-pos-index.controller.cjs +46 -3
- package/lib/panel-component/panel-app-title/index.cjs +4 -0
- package/lib/panel-component/panel-app-title/panel-app-title.cjs +112 -108
- package/lib/panel-component/panel-app-title/panel-app-title.controller.cjs +8 -0
- package/lib/panel-component/panel-app-title/panel-app-title.css +1 -1
- package/lib/panel-component/panel-button-list/index.cjs +25 -0
- package/lib/panel-component/panel-button-list/panel-button-list.cjs +53 -0
- package/lib/panel-component/panel-button-list/panel-button-list.controller.cjs +147 -0
- package/lib/panel-component/panel-button-list/panel-button-list.css +1 -0
- package/lib/panel-component/panel-button-list/panel-button-list.provider.cjs +23 -0
- package/lib/panel-component/panel-button-list/panel-button-list.state.cjs +25 -0
- package/lib/panel-component/panel-index-view-search/panel-index-view-search.css +1 -1
- package/lib/panel-component/panel-view-content/panel-view-content.cjs +6 -0
- package/lib/panel-component/panel-view-header/panel-view-header.css +1 -1
- package/lib/util/app-modal/app-modal-component.css +1 -1
- package/lib/util/fullscreen/fullscreen-util.cjs +2 -1
- package/lib/util/notification-util/notification-util.cjs +36 -0
- package/lib/util/notification-util/upload-manager/file-type.cjs +209 -0
- package/lib/util/notification-util/upload-manager/upload-manager.cjs +161 -0
- package/lib/util/notification-util/upload-manager/upload-manager.css +1 -0
- package/lib/util/pagination/use-pagination.cjs +24 -2
- package/lib/view-engine/data-view.engine.cjs +31 -0
- package/lib/view-engine/de-index-view-engine.cjs +15 -0
- package/lib/view-engine/edit-view.engine.cjs +110 -25
- package/lib/view-engine/gantt-view.engine.cjs +41 -0
- package/lib/view-engine/grid-view.engine.cjs +41 -0
- package/lib/view-engine/list-view.engine.cjs +31 -0
- package/lib/view-engine/opt-view.engine.cjs +48 -16
- package/lib/view-engine/tab-exp-view.engine.cjs +19 -0
- package/lib/view-engine/tree-exp-view.engine.cjs +35 -0
- package/lib/view-engine/tree-grid-view.engine.cjs +49 -0
- package/lib/view-engine/tree-view.engine.cjs +35 -0
- package/lib/web-app/guard/auth-guard/auth-guard.cjs +4 -5
- package/lib/web-app/guard/auth-guard/dyna-auth-guard.cjs +4 -5
- package/package.json +24 -24
- package/dist/chart-IZpj2cdX.js +0 -1
- package/dist/index-2J-iBLG-.js +0 -1
- package/dist/index-Yhyr5LJS.js +0 -1
- package/dist/index-p59-xI3J.js +0 -4
- package/dist/xlsx-util-rAKH_Qlc.js +0 -2
- /package/dist/{ibiz-markdown-editor-anJxfRF1.js → ibiz-markdown-editor-B4c6yGAW.js} +0 -0
- /package/dist/{map-chart-A4-TpWet.js → map-chart-BsStf5eZ.js} +0 -0
- /package/dist/{wang-editor-AcjI1Mdj.js → wang-editor-BUIAd4uJ.js} +0 -0
- /package/es/node_modules/.pnpm/{@ibiz-template_core@0.7.35-alpha.1_axios@1.6.8_lodash-es@4.17.21_qs@6.11.2_qx-util@0.4.8_ramda@0.29.1 → @ibiz-template_core@0.7.38-alpha.16_axios@1.7.7_lodash-es@4.17.21_qs@6.13.0_qx-util@0.4.8_ramda@0.29.1}/node_modules/@ibiz-template/core/out/utils/namespace/namespace.mjs +0 -0
- /package/es/node_modules/.pnpm/{dayjs@1.11.10 → dayjs@1.11.13}/node_modules/dayjs/locale/zh-cn.mjs +0 -0
- /package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/helpers/attachto.mjs +0 -0
- /package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/hooks.mjs +0 -0
- /package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/is.mjs +0 -0
- /package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/class.mjs +0 -0
- /package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/props.mjs +0 -0
- /package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/vnode.mjs +0 -0
- /package/lib/node_modules/.pnpm/{@ibiz-template_core@0.7.35-alpha.1_axios@1.6.8_lodash-es@4.17.21_qs@6.11.2_qx-util@0.4.8_ramda@0.29.1 → @ibiz-template_core@0.7.38-alpha.16_axios@1.7.7_lodash-es@4.17.21_qs@6.13.0_qx-util@0.4.8_ramda@0.29.1}/node_modules/@ibiz-template/core/out/utils/namespace/namespace.cjs +0 -0
- /package/lib/node_modules/.pnpm/{dayjs@1.11.10 → dayjs@1.11.13}/node_modules/dayjs/locale/zh-cn.cjs +0 -0
- /package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/helpers/attachto.cjs +0 -0
- /package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/hooks.cjs +0 -0
- /package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/is.cjs +0 -0
- /package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/class.cjs +0 -0
- /package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/props.cjs +0 -0
- /package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/vnode.cjs +0 -0
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { SysUIActionTag } from '@ibiz-template/runtime';
|
|
2
|
+
import { RuntimeError } from '@ibiz-template/core';
|
|
2
3
|
import { ExpViewEngine } from './exp-view.engine.mjs';
|
|
3
4
|
|
|
4
5
|
"use strict";
|
|
@@ -42,6 +43,40 @@ class TreeExpViewEngine extends ExpViewEngine {
|
|
|
42
43
|
await this.tree.refreshNodeChildren(args.data[0], true);
|
|
43
44
|
return null;
|
|
44
45
|
}
|
|
46
|
+
if (key === SysUIActionTag.EXPAND) {
|
|
47
|
+
const { data = [] } = args;
|
|
48
|
+
const { srfcollapsetag } = args.params || {};
|
|
49
|
+
let tag = srfcollapsetag || "";
|
|
50
|
+
if (!tag && data.length > 0) {
|
|
51
|
+
tag = data[0].srfnodeid;
|
|
52
|
+
}
|
|
53
|
+
if (!tag) {
|
|
54
|
+
throw new RuntimeError(ibiz.i18n.t("viewEngine.noExpandTag"));
|
|
55
|
+
}
|
|
56
|
+
this.tree.changeCollapse({ tag, expand: true });
|
|
57
|
+
return null;
|
|
58
|
+
}
|
|
59
|
+
if (key === SysUIActionTag.COLLAPSE) {
|
|
60
|
+
const { data = [] } = args;
|
|
61
|
+
const { srfcollapsetag } = args.params || {};
|
|
62
|
+
let tag = srfcollapsetag || "";
|
|
63
|
+
if (!tag && data.length > 0) {
|
|
64
|
+
tag = data[0].srfnodeid;
|
|
65
|
+
}
|
|
66
|
+
if (!tag) {
|
|
67
|
+
throw new RuntimeError(ibiz.i18n.t("viewEngine.noCollapseTag"));
|
|
68
|
+
}
|
|
69
|
+
this.tree.changeCollapse({ tag, expand: false });
|
|
70
|
+
return null;
|
|
71
|
+
}
|
|
72
|
+
if (key === SysUIActionTag.EXPANDALL) {
|
|
73
|
+
this.tree.changeCollapse({ expand: true });
|
|
74
|
+
return null;
|
|
75
|
+
}
|
|
76
|
+
if (key === SysUIActionTag.COLLAPSEALL) {
|
|
77
|
+
this.tree.changeCollapse({ expand: false });
|
|
78
|
+
return null;
|
|
79
|
+
}
|
|
45
80
|
return super.call(key, args);
|
|
46
81
|
}
|
|
47
82
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ViewController, ITreeGridViewEvent, ITreeGridViewState } from '@ibiz-template/runtime';
|
|
1
|
+
import { ViewController, ITreeGridViewEvent, ITreeGridViewState, TreeGridController } from '@ibiz-template/runtime';
|
|
2
2
|
import { IAppDETreeGridView } from '@ibiz/model-core';
|
|
3
3
|
import { GridViewEngine } from './grid-view.engine';
|
|
4
4
|
export declare class TreeGridViewEngine extends GridViewEngine {
|
|
@@ -13,5 +13,7 @@ export declare class TreeGridViewEngine extends GridViewEngine {
|
|
|
13
13
|
* @memberof TreeGridViewEngine
|
|
14
14
|
*/
|
|
15
15
|
get xdataControlName(): string;
|
|
16
|
+
get treeGrid(): TreeGridController;
|
|
16
17
|
onCreated(): Promise<void>;
|
|
18
|
+
call(key: string, args: any): Promise<IData | null | undefined>;
|
|
17
19
|
}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { SysUIActionTag } from '@ibiz-template/runtime';
|
|
2
|
+
import { RuntimeError } from '@ibiz-template/core';
|
|
1
3
|
import { GridViewEngine } from './grid-view.engine.mjs';
|
|
2
4
|
|
|
3
5
|
"use strict";
|
|
@@ -14,6 +16,9 @@ class TreeGridViewEngine extends GridViewEngine {
|
|
|
14
16
|
get xdataControlName() {
|
|
15
17
|
return "treegrid";
|
|
16
18
|
}
|
|
19
|
+
get treeGrid() {
|
|
20
|
+
return this.view.getController("treegrid");
|
|
21
|
+
}
|
|
17
22
|
async onCreated() {
|
|
18
23
|
await super.onCreated();
|
|
19
24
|
if (!this.view.slotProps.treegrid) {
|
|
@@ -22,6 +27,50 @@ class TreeGridViewEngine extends GridViewEngine {
|
|
|
22
27
|
Object.assign(this.view.slotProps.treegrid, this.view.slotProps.grid);
|
|
23
28
|
}
|
|
24
29
|
}
|
|
30
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/explicit-module-boundary-types
|
|
31
|
+
async call(key, args) {
|
|
32
|
+
if (key === SysUIActionTag.EXPAND) {
|
|
33
|
+
const { srfcollapsetag } = args.params || {};
|
|
34
|
+
let tag = srfcollapsetag || "";
|
|
35
|
+
if (!tag) {
|
|
36
|
+
const { selectedData } = this.treeGrid.state;
|
|
37
|
+
const selectedGroup = selectedData.filter((x) => x.hasChildren);
|
|
38
|
+
if (selectedGroup.length > 0) {
|
|
39
|
+
tag = selectedGroup[0].srfkey;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
if (!tag) {
|
|
43
|
+
throw new RuntimeError(ibiz.i18n.t("viewEngine.noExpandTag"));
|
|
44
|
+
}
|
|
45
|
+
this.treeGrid.changeCollapse({ tag, expand: true });
|
|
46
|
+
return null;
|
|
47
|
+
}
|
|
48
|
+
if (key === SysUIActionTag.COLLAPSE) {
|
|
49
|
+
const { srfcollapsetag } = args.params || {};
|
|
50
|
+
let tag = srfcollapsetag || "";
|
|
51
|
+
if (!tag) {
|
|
52
|
+
const { selectedData } = this.treeGrid.state;
|
|
53
|
+
const selectedGroup = selectedData.filter((x) => x.hasChildren);
|
|
54
|
+
if (selectedGroup.length > 0) {
|
|
55
|
+
tag = selectedGroup[0].srfkey;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
if (!tag) {
|
|
59
|
+
throw new RuntimeError(ibiz.i18n.t("viewEngine.noCollapseTag"));
|
|
60
|
+
}
|
|
61
|
+
this.treeGrid.changeCollapse({ tag, expand: false });
|
|
62
|
+
return null;
|
|
63
|
+
}
|
|
64
|
+
if (key === SysUIActionTag.EXPANDALL) {
|
|
65
|
+
this.treeGrid.changeCollapse({ expand: true });
|
|
66
|
+
return null;
|
|
67
|
+
}
|
|
68
|
+
if (key === SysUIActionTag.COLLAPSEALL) {
|
|
69
|
+
this.treeGrid.changeCollapse({ expand: false });
|
|
70
|
+
return null;
|
|
71
|
+
}
|
|
72
|
+
return super.call(key, args);
|
|
73
|
+
}
|
|
25
74
|
}
|
|
26
75
|
|
|
27
76
|
export { TreeGridViewEngine };
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { MDViewEngine, SysUIActionTag } from '@ibiz-template/runtime';
|
|
2
|
+
import { RuntimeError } from '@ibiz-template/core';
|
|
2
3
|
|
|
3
4
|
"use strict";
|
|
4
5
|
class TreeViewEngine extends MDViewEngine {
|
|
@@ -30,6 +31,40 @@ class TreeViewEngine extends MDViewEngine {
|
|
|
30
31
|
await this.tree.refreshNodeChildren(args.data[0], true);
|
|
31
32
|
return null;
|
|
32
33
|
}
|
|
34
|
+
if (key === SysUIActionTag.EXPAND) {
|
|
35
|
+
const { data = [] } = args;
|
|
36
|
+
const { srfcollapsetag } = args.params || {};
|
|
37
|
+
let tag = srfcollapsetag || "";
|
|
38
|
+
if (!tag && data.length > 0) {
|
|
39
|
+
tag = data[0].srfnodeid;
|
|
40
|
+
}
|
|
41
|
+
if (!tag) {
|
|
42
|
+
throw new RuntimeError(ibiz.i18n.t("viewEngine.noExpandTag"));
|
|
43
|
+
}
|
|
44
|
+
this.tree.changeCollapse({ tag, expand: true });
|
|
45
|
+
return null;
|
|
46
|
+
}
|
|
47
|
+
if (key === SysUIActionTag.COLLAPSE) {
|
|
48
|
+
const { data = [] } = args;
|
|
49
|
+
const { srfcollapsetag } = args.params || {};
|
|
50
|
+
let tag = srfcollapsetag || "";
|
|
51
|
+
if (!tag && data.length > 0) {
|
|
52
|
+
tag = data[0].srfnodeid;
|
|
53
|
+
}
|
|
54
|
+
if (!tag) {
|
|
55
|
+
throw new RuntimeError(ibiz.i18n.t("viewEngine.noCollapseTag"));
|
|
56
|
+
}
|
|
57
|
+
this.tree.changeCollapse({ tag, expand: false });
|
|
58
|
+
return null;
|
|
59
|
+
}
|
|
60
|
+
if (key === SysUIActionTag.EXPANDALL) {
|
|
61
|
+
this.tree.changeCollapse({ expand: true });
|
|
62
|
+
return null;
|
|
63
|
+
}
|
|
64
|
+
if (key === SysUIActionTag.COLLAPSEALL) {
|
|
65
|
+
this.tree.changeCollapse({ expand: false });
|
|
66
|
+
return null;
|
|
67
|
+
}
|
|
33
68
|
return super.call(key, args);
|
|
34
69
|
}
|
|
35
70
|
}
|
package/es/web-app/App.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { defineComponent, onUnmounted, createVNode, resolveComponent } from 'vue';
|
|
2
|
+
import { Modal, ViewMode } from '@ibiz-template/runtime';
|
|
3
3
|
import { AppHooks } from '@ibiz-template/vue3-util';
|
|
4
4
|
import './App.css';
|
|
5
5
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ref, toRaw, onUnmounted, createVNode
|
|
1
|
+
import { defineComponent, ref, toRaw, onUnmounted, createVNode } from 'vue';
|
|
2
2
|
import { parseRouteViewData, createOverlayView, routerCallback, route2routePath } from '@ibiz-template/vue3-util';
|
|
3
3
|
import { useRoute, useRouter, onBeforeRouteUpdate } from 'vue-router';
|
|
4
4
|
import { IBizContext } from '@ibiz-template/core';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ref, toRaw, onUnmounted, watch, onActivated, onDeactivated,
|
|
1
|
+
import { defineComponent, ref, toRaw, onUnmounted, watch, onActivated, onDeactivated, createVNode, Fragment, h, resolveComponent } from 'vue';
|
|
2
2
|
import { parseRouteViewData } from '@ibiz-template/vue3-util';
|
|
3
3
|
import { useRoute, useRouter } from 'vue-router';
|
|
4
|
-
import {
|
|
4
|
+
import { Modal, ViewMode, RouteConst } from '@ibiz-template/runtime';
|
|
5
5
|
import { IBizContext } from '@ibiz-template/core';
|
|
6
6
|
import { mergeDeepLeft } from 'ramda';
|
|
7
7
|
|
|
@@ -173,11 +173,10 @@ class AuthGuard {
|
|
|
173
173
|
}
|
|
174
174
|
}
|
|
175
175
|
async initTheme(appModel) {
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
} else {
|
|
176
|
+
const module = await import('@ibiz-template/web-theme');
|
|
177
|
+
const theme = module.default || module;
|
|
178
|
+
AppHooks.useComponent.callSync(null, theme);
|
|
179
|
+
if (appModel.appUIThemes) {
|
|
181
180
|
await this.loadTheme();
|
|
182
181
|
}
|
|
183
182
|
}
|
|
@@ -48,11 +48,10 @@ class DynaAuthGuard extends AuthGuard {
|
|
|
48
48
|
});
|
|
49
49
|
i18n.global.mergeLocaleMessage(lang, data);
|
|
50
50
|
}
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
} else {
|
|
51
|
+
const module = await import('@ibiz-template/web-theme');
|
|
52
|
+
const theme = module.default || module;
|
|
53
|
+
AppHooks.useComponent.callSync(null, theme);
|
|
54
|
+
if (appModel.appUIThemes) {
|
|
56
55
|
await this.loadTheme();
|
|
57
56
|
}
|
|
58
57
|
if (app.model.title) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { createRouter, createWebHashHistory } from 'vue-router';
|
|
2
2
|
import { AppRedirectView } from '@ibiz-template/vue3-util';
|
|
3
3
|
import { RouteConst } from '@ibiz-template/runtime';
|
|
4
4
|
import NProgress from '../../node_modules/.pnpm/nprogress@0.2.0/node_modules/nprogress/nprogress.mjs';
|
|
@@ -40,10 +40,11 @@ const IBizActionToolbar = /* @__PURE__ */ vue.defineComponent({
|
|
|
40
40
|
setup(props, {
|
|
41
41
|
emit
|
|
42
42
|
}) {
|
|
43
|
+
var _a;
|
|
43
44
|
const ns = vue3Util.useNamespace("action-toolbar");
|
|
44
45
|
const dropdownRef = vue.ref();
|
|
45
46
|
const popoverVisible = vue.ref(false);
|
|
46
|
-
props.actionDetails.forEach((detail) => {
|
|
47
|
+
(_a = props.actionDetails) == null ? void 0 : _a.forEach((detail) => {
|
|
47
48
|
if (detail.capLanguageRes && detail.capLanguageRes.lanResTag) {
|
|
48
49
|
detail.caption = ibiz.i18n.t(detail.capLanguageRes.lanResTag, detail.caption);
|
|
49
50
|
}
|
|
@@ -92,6 +93,7 @@ const IBizActionToolbar = /* @__PURE__ */ vue.defineComponent({
|
|
|
92
93
|
};
|
|
93
94
|
},
|
|
94
95
|
render() {
|
|
96
|
+
var _a;
|
|
95
97
|
const details = this.actionDetails || [];
|
|
96
98
|
const renderDivider = (isExpand) => {
|
|
97
99
|
return vue.createVNode(vue.resolveComponent("el-divider"), {
|
|
@@ -102,7 +104,8 @@ const IBizActionToolbar = /* @__PURE__ */ vue.defineComponent({
|
|
|
102
104
|
};
|
|
103
105
|
const renderActions = (items, isExpand = true) => {
|
|
104
106
|
return items.map((detail) => {
|
|
105
|
-
|
|
107
|
+
var _a2;
|
|
108
|
+
if ((_a2 = this.actionsState[detail.id]) == null ? void 0 : _a2.visible) {
|
|
106
109
|
return [detail.addSeparator && renderDivider(isExpand), vue.createVNode(vue.resolveComponent("el-button"), {
|
|
107
110
|
"text": true,
|
|
108
111
|
"size": "small",
|
|
@@ -162,7 +165,7 @@ const IBizActionToolbar = /* @__PURE__ */ vue.defineComponent({
|
|
|
162
165
|
default: () => [_slot]
|
|
163
166
|
})];
|
|
164
167
|
};
|
|
165
|
-
if (!this.actionsState.visible) {
|
|
168
|
+
if (!((_a = this.actionsState) == null ? void 0 : _a.visible)) {
|
|
166
169
|
return;
|
|
167
170
|
}
|
|
168
171
|
if (this.mode === "buttons") {
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var vue = require('vue');
|
|
4
|
+
var vue3Util = require('@ibiz-template/vue3-util');
|
|
5
|
+
require('./anchor-bar-list.css');
|
|
6
|
+
|
|
7
|
+
"use strict";
|
|
8
|
+
const IBizAnchorBarList = /* @__PURE__ */ vue.defineComponent({
|
|
9
|
+
name: "IBizAnchorBarList",
|
|
10
|
+
props: {
|
|
11
|
+
anchorList: {
|
|
12
|
+
type: Array,
|
|
13
|
+
default: []
|
|
14
|
+
},
|
|
15
|
+
navBarStyle: {
|
|
16
|
+
type: String
|
|
17
|
+
},
|
|
18
|
+
navBarPos: {
|
|
19
|
+
type: String
|
|
20
|
+
},
|
|
21
|
+
selected: {
|
|
22
|
+
type: String,
|
|
23
|
+
default: ""
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
emits: ["select"],
|
|
27
|
+
setup(props, {
|
|
28
|
+
emit
|
|
29
|
+
}) {
|
|
30
|
+
const ns = vue3Util.useNamespace("anchor-bar-list");
|
|
31
|
+
const select = vue.ref("");
|
|
32
|
+
const onSelect = (key) => {
|
|
33
|
+
emit("select", key);
|
|
34
|
+
};
|
|
35
|
+
const renderAnchorDefaultStyle = () => {
|
|
36
|
+
var _a, _b;
|
|
37
|
+
if (!select.value) {
|
|
38
|
+
select.value = (_b = (_a = props.anchorList) == null ? void 0 : _a[0]) == null ? void 0 : _b.id;
|
|
39
|
+
}
|
|
40
|
+
return props.anchorList.map((item) => {
|
|
41
|
+
return vue.createVNode("div", {
|
|
42
|
+
"class": [ns.e("item"), ns.is("selected", select.value === item.id)],
|
|
43
|
+
"title": item.title,
|
|
44
|
+
"onClick": () => onSelect(item.id)
|
|
45
|
+
}, [vue.createVNode("div", {
|
|
46
|
+
"class": ns.em("item", "title")
|
|
47
|
+
}, [item.title])]);
|
|
48
|
+
});
|
|
49
|
+
};
|
|
50
|
+
vue.watch(() => props.selected, (newVal) => {
|
|
51
|
+
select.value = newVal;
|
|
52
|
+
}, {
|
|
53
|
+
immediate: true
|
|
54
|
+
});
|
|
55
|
+
return {
|
|
56
|
+
ns,
|
|
57
|
+
renderAnchorDefaultStyle
|
|
58
|
+
};
|
|
59
|
+
},
|
|
60
|
+
render() {
|
|
61
|
+
let content = null;
|
|
62
|
+
if (this.navBarStyle === "DEFAULT" || !this.navBarStyle) {
|
|
63
|
+
content = this.renderAnchorDefaultStyle();
|
|
64
|
+
}
|
|
65
|
+
return vue.createVNode("div", {
|
|
66
|
+
"class": [this.ns.b(), this.ns.is("usermode", this.navBarPos === "USER" || this.navBarPos === "USER2")]
|
|
67
|
+
}, [content]);
|
|
68
|
+
}
|
|
69
|
+
});
|
|
70
|
+
|
|
71
|
+
exports.IBizAnchorBarList = IBizAnchorBarList;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ibiz-anchor-bar-list{--ibiz-anchor-bar-item-height:32px;--ibiz-anchor-bar-selected-icon-width:4px;position:relative}.ibiz-anchor-bar-list__item{height:var(--ibiz-anchor-bar-item-height);padding-left:var(--ibiz-spacing-base);overflow:hidden;font-size:var(--ibiz-font-size-header-6);line-height:var(--ibiz-anchor-bar-item-height);color:var(--ibiz-color-text-3);text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.ibiz-anchor-bar-list__item--title{display:block;width:100%;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.ibiz-anchor-bar-list__item.is-selected{position:relative;font-size:var(--ibiz-font-size-header-5);font-weight:var(--ibiz-font-weight-bold);color:var(--ibiz-color-primary-active)}.ibiz-anchor-bar-list__item.is-selected::after{position:absolute;top:0;left:0;width:var(--ibiz-anchor-bar-selected-icon-width);height:100%;content:"";background-color:var(--ibiz-color-primary);border-radius:calc(var(--ibiz-anchor-bar-selected-icon-width)/ 2)}.ibiz-anchor-bar-list__item:hover{color:var(--ibiz-color-primary-hover)}.ibiz-anchor-bar-list::before{position:absolute;top:0;left:0;width:var(--ibiz-anchor-bar-selected-icon-width);height:100%;content:"";background-color:var(--ibiz-color-fill-0)}.ibiz-anchor-bar-list.is-usermode{display:flex;align-items:center;width:100%;height:100%}.ibiz-anchor-bar-list.is-usermode .ibiz-anchor-bar-list__item{display:flex;flex:1;align-items:center;justify-content:center;width:100%;height:100%;overflow:hidden;font-size:var(--ibiz-font-size-header-6);color:var(--ibiz-color-text-3);cursor:pointer}.ibiz-anchor-bar-list.is-usermode .ibiz-anchor-bar-list__item--title{display:block;width:100%;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.ibiz-anchor-bar-list.is-usermode .ibiz-anchor-bar-list__item.is-selected{position:relative;font-size:var(--ibiz-font-size-header-5);font-weight:var(--ibiz-font-weight-bold);color:var(--ibiz-color-primary-active)}.ibiz-anchor-bar-list.is-usermode .ibiz-anchor-bar-list__item.is-selected::after{position:absolute;top:unset;bottom:0;left:0;width:100%;height:var(--ibiz-anchor-bar-selected-icon-width);content:"";background-color:var(--ibiz-color-primary);border-radius:calc(var(--ibiz-anchor-bar-selected-icon-width)/ 2)}.ibiz-anchor-bar-list.is-usermode .ibiz-anchor-bar-list__item:hover{color:var(--ibiz-color-primary-hover)}.ibiz-anchor-bar-list.is-usermode::before{position:absolute;top:unset;bottom:0;left:0;width:100%;height:var(--ibiz-anchor-bar-selected-icon-width);content:"";background-color:var(--ibiz-color-fill-0)}
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var vue = require('vue');
|
|
4
|
+
var vue3Util = require('@ibiz-template/vue3-util');
|
|
5
|
+
var anchorBarList = require('./anchor-bar-list/anchor-bar-list.cjs');
|
|
6
|
+
require('./anchor-container.css');
|
|
7
|
+
|
|
8
|
+
"use strict";
|
|
9
|
+
const IBizAnchorContainer = /* @__PURE__ */ vue.defineComponent({
|
|
10
|
+
name: "IBizAnchorContainer",
|
|
11
|
+
components: {
|
|
12
|
+
IBizAnchorBarList: anchorBarList.IBizAnchorBarList
|
|
13
|
+
},
|
|
14
|
+
props: {
|
|
15
|
+
// 锚点列表,项值格式为{id:xx,text:xx}
|
|
16
|
+
anchorList: {
|
|
17
|
+
type: Array,
|
|
18
|
+
default: []
|
|
19
|
+
},
|
|
20
|
+
// 锚点目标元素
|
|
21
|
+
anchorTargetEle: {
|
|
22
|
+
type: Object,
|
|
23
|
+
required: true
|
|
24
|
+
},
|
|
25
|
+
// 锚点导航栏配置
|
|
26
|
+
navBarConfig: {
|
|
27
|
+
type: Object,
|
|
28
|
+
default: () => {
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
setup(props) {
|
|
33
|
+
const ns = vue3Util.useNamespace("anchor-container");
|
|
34
|
+
const timer = vue.ref();
|
|
35
|
+
const isClick = vue.ref(false);
|
|
36
|
+
const selected = vue.ref("");
|
|
37
|
+
const {
|
|
38
|
+
navBarPos = "USER",
|
|
39
|
+
navBarSysCss,
|
|
40
|
+
navBarWidth,
|
|
41
|
+
navBarStyle,
|
|
42
|
+
navbarHeight
|
|
43
|
+
} = props.navBarConfig;
|
|
44
|
+
const onSelect = (key) => {
|
|
45
|
+
clearInterval(timer.value);
|
|
46
|
+
const el = document.querySelector("#".concat(key));
|
|
47
|
+
isClick.value = true;
|
|
48
|
+
selected.value = key;
|
|
49
|
+
if (el) {
|
|
50
|
+
el.scrollIntoView({
|
|
51
|
+
behavior: "smooth",
|
|
52
|
+
block: "start"
|
|
53
|
+
});
|
|
54
|
+
timer.value = setTimeout(() => {
|
|
55
|
+
isClick.value = false;
|
|
56
|
+
}, 1e3);
|
|
57
|
+
}
|
|
58
|
+
};
|
|
59
|
+
const handleScroll = () => {
|
|
60
|
+
if (isClick.value)
|
|
61
|
+
return;
|
|
62
|
+
let closestDistance = Infinity;
|
|
63
|
+
let tempSelect = "";
|
|
64
|
+
for (let i = 0; i < props.anchorList.length; i++) {
|
|
65
|
+
const childElement = document.querySelector("#".concat(props.anchorList[i].id));
|
|
66
|
+
if (childElement) {
|
|
67
|
+
const rect = childElement.getBoundingClientRect();
|
|
68
|
+
const parentRect = props.anchorTargetEle.$el.getBoundingClientRect();
|
|
69
|
+
const relativeTop = rect.top - parentRect.top;
|
|
70
|
+
const isInView = rect.bottom > parentRect.top && rect.top < parentRect.bottom;
|
|
71
|
+
if (isInView && relativeTop >= 0 && relativeTop < closestDistance) {
|
|
72
|
+
closestDistance = relativeTop;
|
|
73
|
+
tempSelect = props.anchorList[i].id;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
selected.value = tempSelect;
|
|
78
|
+
};
|
|
79
|
+
const style = () => {
|
|
80
|
+
const tempStyle = {};
|
|
81
|
+
if (navBarWidth) {
|
|
82
|
+
if (navBarWidth === 1) {
|
|
83
|
+
Object.assign(tempStyle, {
|
|
84
|
+
width: "auto"
|
|
85
|
+
});
|
|
86
|
+
} else {
|
|
87
|
+
Object.assign(tempStyle, {
|
|
88
|
+
width: "".concat(navBarWidth, "px"),
|
|
89
|
+
minWidth: "".concat(navBarWidth, "px"),
|
|
90
|
+
maxWidth: "".concat(navBarWidth, "px")
|
|
91
|
+
});
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
if (navbarHeight) {
|
|
95
|
+
if (navbarHeight === 1) {
|
|
96
|
+
Object.assign(tempStyle, {
|
|
97
|
+
height: "auto"
|
|
98
|
+
});
|
|
99
|
+
} else {
|
|
100
|
+
Object.assign(tempStyle, {
|
|
101
|
+
height: "".concat(navbarHeight, "px"),
|
|
102
|
+
minHeight: "".concat(navbarHeight, "px")
|
|
103
|
+
});
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
return tempStyle;
|
|
107
|
+
};
|
|
108
|
+
const target = vue.watch(() => {
|
|
109
|
+
if (props.anchorTargetEle && props.anchorTargetEle.$el) {
|
|
110
|
+
return props.anchorTargetEle.$el;
|
|
111
|
+
}
|
|
112
|
+
return null;
|
|
113
|
+
}, (newVal) => {
|
|
114
|
+
if (newVal) {
|
|
115
|
+
newVal.addEventListener("scroll", handleScroll);
|
|
116
|
+
newVal.classList.add("no-slider");
|
|
117
|
+
target();
|
|
118
|
+
}
|
|
119
|
+
}, {
|
|
120
|
+
immediate: true
|
|
121
|
+
});
|
|
122
|
+
vue.onUnmounted(() => {
|
|
123
|
+
var _a, _b;
|
|
124
|
+
if ((_a = props.anchorTargetEle) == null ? void 0 : _a.$el) {
|
|
125
|
+
((_b = props.anchorTargetEle) == null ? void 0 : _b.$el).removeEventListener("scroll", handleScroll);
|
|
126
|
+
}
|
|
127
|
+
});
|
|
128
|
+
return {
|
|
129
|
+
ns,
|
|
130
|
+
selected,
|
|
131
|
+
navBarPos,
|
|
132
|
+
navBarStyle,
|
|
133
|
+
navBarSysCss,
|
|
134
|
+
style,
|
|
135
|
+
onSelect
|
|
136
|
+
};
|
|
137
|
+
},
|
|
138
|
+
render() {
|
|
139
|
+
var _a, _b;
|
|
140
|
+
return vue.createVNode("div", {
|
|
141
|
+
"class": [this.ns.b(), this.ns.is("".concat(this.navBarPos.toLowerCase()), true), this.ns.is("broadside", this.navBarPos !== "USER" && this.navBarPos !== "USER2"), this.ns.is("usermode", this.navBarPos === "USER" || this.navBarPos === "USER2"), this.ns.b("".concat(this.navBarStyle || "default").toLowerCase())]
|
|
142
|
+
}, [vue.createVNode("div", {
|
|
143
|
+
"class": [this.ns.e("anchor"), this.navBarSysCss],
|
|
144
|
+
"style": this.style()
|
|
145
|
+
}, [vue.createVNode(anchorBarList.IBizAnchorBarList, {
|
|
146
|
+
"anchorList": this.anchorList,
|
|
147
|
+
"navBarStyle": this.navBarStyle,
|
|
148
|
+
"navBarPos": this.navBarPos,
|
|
149
|
+
"selected": this.selected,
|
|
150
|
+
"onSelect": this.onSelect
|
|
151
|
+
}, null)]), vue.createVNode("div", {
|
|
152
|
+
"class": this.ns.e("content")
|
|
153
|
+
}, [(_b = (_a = this.$slots).default) == null ? void 0 : _b.call(_a)])]);
|
|
154
|
+
}
|
|
155
|
+
});
|
|
156
|
+
|
|
157
|
+
exports.IBizAnchorContainer = IBizAnchorContainer;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ibiz-anchor-container{--ibiz-anchor-container-default-width:200px;--ibiz-anchor-container-min-height:60px;display:flex;gap:var(--ibiz-spacing-tight);width:100%;height:100%;padding:var(--ibiz-spacing-tight)}.ibiz-anchor-container__content{width:100%;height:100%;overflow:auto}.ibiz-anchor-container__content .no-slider{overflow:auto}.ibiz-anchor-container__content .no-slider::-webkit-scrollbar{background-color:transparent}.ibiz-anchor-container__content .no-slider::-webkit-scrollbar-thumb{background-color:transparent}.ibiz-anchor-container__content .no-slider::-webkit-scrollbar-track{background-color:transparent}.ibiz-anchor-container.is-broadside .ibiz-anchor-container__anchor{width:var(--ibiz-anchor-container-default-width);margin:var(--ibiz-spacing-base) var(--ibiz-spacing-tight);overflow:auto}.ibiz-anchor-container.is-topleft .ibiz-anchor-container__anchor{align-self:start}.ibiz-anchor-container.is-topright{flex-direction:row-reverse}.ibiz-anchor-container.is-topright .ibiz-anchor-container__anchor{align-self:start}.ibiz-anchor-container.is-middleleft .ibiz-anchor-container__anchor{align-self:center}.ibiz-anchor-container.is-middleright{flex-direction:row-reverse}.ibiz-anchor-container.is-middleright .ibiz-anchor-container__anchor{align-self:center}.ibiz-anchor-container.is-bottomleft .ibiz-anchor-container__anchor{align-self:end}.ibiz-anchor-container.is-bottomright{flex-direction:row-reverse}.ibiz-anchor-container.is-bottomright .ibiz-anchor-container__anchor{align-self:end}.ibiz-anchor-container.is-usermode{flex-direction:column}.ibiz-anchor-container.is-usermode .ibiz-anchor-container__anchor{display:flex;align-items:center;width:100%;min-height:var(--ibiz-anchor-container-min-height);padding:0 var(--ibiz-spacing-base);overflow:auto}.ibiz-anchor-container.is-user2{flex-direction:column-reverse}
|