@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
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { PanelItemState } from '@ibiz-template/runtime';
|
|
2
|
+
|
|
3
|
+
"use strict";
|
|
4
|
+
var __defProp = Object.defineProperty;
|
|
5
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
6
|
+
var __publicField = (obj, key, value) => {
|
|
7
|
+
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
8
|
+
return value;
|
|
9
|
+
};
|
|
10
|
+
class NavBreadcrumbState extends PanelItemState {
|
|
11
|
+
constructor() {
|
|
12
|
+
super(...arguments);
|
|
13
|
+
/**
|
|
14
|
+
* @description 面包屑导航项
|
|
15
|
+
* @type {BreadcrumbMsg[]}
|
|
16
|
+
* @memberof NavBreadcrumbState
|
|
17
|
+
*/
|
|
18
|
+
__publicField(this, "breadcrumbItems", []);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export { NavBreadcrumbState };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { IAppFunc, IAppMenuItem } from '@ibiz/model-core';
|
|
2
|
+
import { Router } from 'vue-router';
|
|
3
|
+
import { BreadcrumbMsg } from './nav-breadcrumb.state';
|
|
4
|
+
/**
|
|
5
|
+
* @description 获取首页导航信息
|
|
6
|
+
* @export
|
|
7
|
+
* @return {*} {BreadcrumbMsg}
|
|
8
|
+
*/
|
|
9
|
+
export declare function getIndexBreadcrumb(context: IContext): BreadcrumbMsg;
|
|
10
|
+
/**
|
|
11
|
+
* @description 根据视图名获取应用功能
|
|
12
|
+
* @export
|
|
13
|
+
* @param {string} name
|
|
14
|
+
* @param {string} appid
|
|
15
|
+
* @return {*} {(IAppFunc | undefined)}
|
|
16
|
+
*/
|
|
17
|
+
export declare function getAppFuncByViewName(name: string, appid: string): IAppFunc | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* @description 根据应该功能获取菜单模型
|
|
20
|
+
* @export
|
|
21
|
+
* @param {IAppFunc} func
|
|
22
|
+
* @param {IAppMenuItem[]} appMenuItems
|
|
23
|
+
* @return {*} {IAppMenuItem[]}
|
|
24
|
+
*/
|
|
25
|
+
export declare function getMenuItemsByAppFunc(func: IAppFunc, appMenuItems: IAppMenuItem[]): IAppMenuItem[];
|
|
26
|
+
/**
|
|
27
|
+
* @description 获取当前视图名称
|
|
28
|
+
* @export
|
|
29
|
+
* @param {Router} router
|
|
30
|
+
* @return {*} {string}
|
|
31
|
+
*/
|
|
32
|
+
export declare function getCurViewName(router: Router): string;
|
|
33
|
+
/**
|
|
34
|
+
* @description 从视图堆栈中查找视图信息
|
|
35
|
+
* @export
|
|
36
|
+
* @param {string} viewName
|
|
37
|
+
* @return {*} {(IData | undefined)}
|
|
38
|
+
*/
|
|
39
|
+
export declare function getViewInfoByViewStack(viewName: string): IData | undefined;
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { route2routePath } from '@ibiz-template/vue3-util';
|
|
2
|
+
import { RouteConst } from '@ibiz-template/runtime';
|
|
3
|
+
|
|
4
|
+
"use strict";
|
|
5
|
+
function getIndexBreadcrumb(context) {
|
|
6
|
+
const app = ibiz.hub.getApp(context.srfappid);
|
|
7
|
+
const caption = app.model.caption;
|
|
8
|
+
return {
|
|
9
|
+
viewName: ibiz.hub.defaultAppIndexViewName,
|
|
10
|
+
fullPath: "/",
|
|
11
|
+
caption
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
function getAppFuncByViewName(name, appid) {
|
|
15
|
+
const app = ibiz.hub.getApp(appid);
|
|
16
|
+
const appFuncs = app.model.appFuncs || [];
|
|
17
|
+
const item = appFuncs.find((func) => {
|
|
18
|
+
const { appViewId = "" } = func;
|
|
19
|
+
const viewName = appViewId.split(".").pop();
|
|
20
|
+
return (viewName == null ? void 0 : viewName.toLowerCase()) === name.toLowerCase();
|
|
21
|
+
});
|
|
22
|
+
return item;
|
|
23
|
+
}
|
|
24
|
+
function getMenuItemsByAppFunc(func, appMenuItems) {
|
|
25
|
+
const result = [];
|
|
26
|
+
const findMenuItem = (menuItems) => {
|
|
27
|
+
return menuItems.find((item) => {
|
|
28
|
+
if (item.appFuncId && item.appFuncId === func.id) {
|
|
29
|
+
result.unshift(item);
|
|
30
|
+
return true;
|
|
31
|
+
}
|
|
32
|
+
if (item.appMenuItems && item.appMenuItems.length > 0) {
|
|
33
|
+
const menuItem = findMenuItem(item.appMenuItems);
|
|
34
|
+
if (menuItem) {
|
|
35
|
+
result.unshift(item);
|
|
36
|
+
return true;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
return false;
|
|
40
|
+
});
|
|
41
|
+
};
|
|
42
|
+
findMenuItem(appMenuItems);
|
|
43
|
+
return result;
|
|
44
|
+
}
|
|
45
|
+
function getCurViewName(router) {
|
|
46
|
+
var _a;
|
|
47
|
+
const { currentRoute } = router;
|
|
48
|
+
const routePath = route2routePath(currentRoute.value);
|
|
49
|
+
return ((_a = routePath.pathNodes.pop()) == null ? void 0 : _a.viewName) || "";
|
|
50
|
+
}
|
|
51
|
+
function getViewInfoByViewStack(viewName) {
|
|
52
|
+
if (viewName === RouteConst.ROUTE_MODAL_TAG) {
|
|
53
|
+
return {
|
|
54
|
+
viewName,
|
|
55
|
+
fullPath: "",
|
|
56
|
+
isModal: true
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
const view = ibiz.util.viewStack.getViewByCodeName(viewName);
|
|
60
|
+
if (view) {
|
|
61
|
+
let isEmbed = false;
|
|
62
|
+
if (view.parentView && view.parentView.model.codeName !== ibiz.hub.defaultAppIndexViewName) {
|
|
63
|
+
isEmbed = true;
|
|
64
|
+
}
|
|
65
|
+
return {
|
|
66
|
+
viewName: view.model.codeName,
|
|
67
|
+
caption: view.model.caption,
|
|
68
|
+
isEmbed
|
|
69
|
+
};
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
export { getAppFuncByViewName, getCurViewName, getIndexBreadcrumb, getMenuItemsByAppFunc, getViewInfoByViewStack };
|
|
@@ -3,6 +3,7 @@ import { IPanelRawItem } from '@ibiz/model-core';
|
|
|
3
3
|
import { Router } from 'vue-router';
|
|
4
4
|
import { NavTabsController } from '../nav-tabs/nav-tabs.controller';
|
|
5
5
|
import { NavPosIndexState } from './nav-pos-index.state';
|
|
6
|
+
import { NavBreadcrumbController } from '../nav-breadcrumb';
|
|
6
7
|
/**
|
|
7
8
|
* 导航占位控制器
|
|
8
9
|
*
|
|
@@ -60,6 +61,13 @@ export declare class NavPosIndexController extends PanelItemController<IPanelRaw
|
|
|
60
61
|
* @type {(NavTabsController | undefined)}
|
|
61
62
|
*/
|
|
62
63
|
get navTabs(): NavTabsController | undefined;
|
|
64
|
+
/**
|
|
65
|
+
* @description 面包屑控制器
|
|
66
|
+
* @readonly
|
|
67
|
+
* @type {(NavBreadcrumbController | undefined)}
|
|
68
|
+
* @memberof NavPosIndexController
|
|
69
|
+
*/
|
|
70
|
+
get navBreadcrumb(): NavBreadcrumbController | undefined;
|
|
63
71
|
/**
|
|
64
72
|
* 应用菜单控制器
|
|
65
73
|
* @author lxm
|
|
@@ -77,6 +85,12 @@ export declare class NavPosIndexController extends PanelItemController<IPanelRaw
|
|
|
77
85
|
* @memberof NavPosController
|
|
78
86
|
*/
|
|
79
87
|
rawItemParams: IData;
|
|
88
|
+
/**
|
|
89
|
+
* @description 当前导航key
|
|
90
|
+
* @type {string}
|
|
91
|
+
* @memberof NavPosIndexController
|
|
92
|
+
*/
|
|
93
|
+
currentKey: string;
|
|
80
94
|
protected onInit(): Promise<void>;
|
|
81
95
|
/**
|
|
82
96
|
* 改变显示视图
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PanelItemController,
|
|
1
|
+
import { PanelItemController, Modal, ViewMode } from '@ibiz-template/runtime';
|
|
2
2
|
import { routerCallback } from '@ibiz-template/vue3-util';
|
|
3
3
|
import { notNilEmpty } from 'qx-util';
|
|
4
4
|
import { NavPosIndexState } from './nav-pos-index.state.mjs';
|
|
@@ -51,6 +51,12 @@ class NavPosIndexController extends PanelItemController {
|
|
|
51
51
|
* @memberof NavPosController
|
|
52
52
|
*/
|
|
53
53
|
__publicField(this, "rawItemParams", {});
|
|
54
|
+
/**
|
|
55
|
+
* @description 当前导航key
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof NavPosIndexController
|
|
58
|
+
*/
|
|
59
|
+
__publicField(this, "currentKey", "");
|
|
54
60
|
}
|
|
55
61
|
createState() {
|
|
56
62
|
var _a;
|
|
@@ -78,6 +84,15 @@ class NavPosIndexController extends PanelItemController {
|
|
|
78
84
|
get navTabs() {
|
|
79
85
|
return this.panel.panelItems.nav_tabs;
|
|
80
86
|
}
|
|
87
|
+
/**
|
|
88
|
+
* @description 面包屑控制器
|
|
89
|
+
* @readonly
|
|
90
|
+
* @type {(NavBreadcrumbController | undefined)}
|
|
91
|
+
* @memberof NavPosIndexController
|
|
92
|
+
*/
|
|
93
|
+
get navBreadcrumb() {
|
|
94
|
+
return this.panel.panelItems.nav_breadcrumb;
|
|
95
|
+
}
|
|
81
96
|
/**
|
|
82
97
|
* 应用菜单控制器
|
|
83
98
|
* @author lxm
|
|
@@ -136,6 +151,7 @@ class NavPosIndexController extends PanelItemController {
|
|
|
136
151
|
if (currentKey === "") {
|
|
137
152
|
return;
|
|
138
153
|
}
|
|
154
|
+
this.currentKey = currentKey;
|
|
139
155
|
const index = this.state.operateSort.indexOf(currentKey);
|
|
140
156
|
if (index !== -1) {
|
|
141
157
|
this.state.operateSort.splice(index, 1);
|
|
@@ -172,14 +188,38 @@ class NavPosIndexController extends PanelItemController {
|
|
|
172
188
|
* @param {EventBase} event
|
|
173
189
|
*/
|
|
174
190
|
onViewCreated(event) {
|
|
191
|
+
const { view } = event;
|
|
192
|
+
const key = this.state.currentKey;
|
|
175
193
|
if (this.navTabs) {
|
|
176
|
-
const { view } = event;
|
|
177
|
-
const key = this.state.currentKey;
|
|
178
194
|
this.navTabs.updateViewInfo(key, { caption: view.model.caption });
|
|
179
195
|
view.evt.on("onViewInfoChange", ({ caption, dataInfo }) => {
|
|
180
196
|
this.navTabs.updateViewInfo(key, { caption, dataInfo });
|
|
181
197
|
});
|
|
182
198
|
}
|
|
199
|
+
if (this.navBreadcrumb) {
|
|
200
|
+
this.navBreadcrumb.updateViewInfo(key, {
|
|
201
|
+
viewName: view.model.codeName,
|
|
202
|
+
caption: view.model.caption
|
|
203
|
+
});
|
|
204
|
+
view.evt.on("onViewInfoChange", ({ caption, dataInfo }) => {
|
|
205
|
+
this.navBreadcrumb.updateViewInfo(key, {
|
|
206
|
+
viewName: view.model.codeName,
|
|
207
|
+
caption,
|
|
208
|
+
dataInfo
|
|
209
|
+
});
|
|
210
|
+
});
|
|
211
|
+
view.evt.on("onActivated", () => {
|
|
212
|
+
const data = view.state.srfactiveviewdata;
|
|
213
|
+
const info = {
|
|
214
|
+
viewName: view.model.codeName,
|
|
215
|
+
caption: view.model.caption
|
|
216
|
+
};
|
|
217
|
+
if (data && data.srfkey) {
|
|
218
|
+
Object.assign(info, { dataInfo: data.srfmajortext || "" });
|
|
219
|
+
}
|
|
220
|
+
this.navBreadcrumb.updateViewInfo(key, info);
|
|
221
|
+
});
|
|
222
|
+
}
|
|
183
223
|
}
|
|
184
224
|
/**
|
|
185
225
|
* 删除单个缓存
|
|
@@ -205,7 +245,7 @@ class NavPosIndexController extends PanelItemController {
|
|
|
205
245
|
* @date 2023-05-09 02:19:55
|
|
206
246
|
*/
|
|
207
247
|
clearCache() {
|
|
208
|
-
this.state.cacheKeys = [];
|
|
248
|
+
this.state.cacheKeys = [this.currentKey];
|
|
209
249
|
this.viewModals = {};
|
|
210
250
|
}
|
|
211
251
|
/**
|
|
@@ -240,6 +280,9 @@ class NavPosIndexController extends PanelItemController {
|
|
|
240
280
|
if (this.navTabs) {
|
|
241
281
|
this.navTabs.removeCache(key);
|
|
242
282
|
}
|
|
283
|
+
if (this.navBreadcrumb) {
|
|
284
|
+
this.navBreadcrumb.removeCache(key);
|
|
285
|
+
}
|
|
243
286
|
this.removeCache(key);
|
|
244
287
|
if (this.autoGoLast) {
|
|
245
288
|
this.goLast();
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { defineComponent, createVNode, resolveComponent } from 'vue';
|
|
2
2
|
import { useNamespace, onRouteChange } from '@ibiz-template/vue3-util';
|
|
3
3
|
import { useRouter, useRoute } from 'vue-router';
|
|
4
4
|
import { NavPosIndexController } from './nav-pos-index.controller.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { isVNode,
|
|
1
|
+
import { isVNode, defineComponent, watch, createVNode, resolveComponent } from 'vue';
|
|
2
2
|
import { useNamespace } from '@ibiz-template/vue3-util';
|
|
3
3
|
import './nav-tabs.css';
|
|
4
4
|
import { NavTabsController } from './nav-tabs.controller.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { isVNode, ref, computed,
|
|
1
|
+
import { isVNode, defineComponent, ref, computed, createVNode, resolveComponent } from 'vue';
|
|
2
2
|
import { PanelItemController } from '@ibiz-template/runtime';
|
|
3
3
|
import { useNamespace } from '@ibiz-template/vue3-util';
|
|
4
4
|
import './panel-app-header.css';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { isVNode,
|
|
1
|
+
import { isVNode, defineComponent, computed, createVNode, resolveComponent } from 'vue';
|
|
2
2
|
import { useNamespace } from '@ibiz-template/vue3-util';
|
|
3
3
|
import { PanelAppLoginViewController } from './panel-app-login-view.controller.mjs';
|
|
4
4
|
import './panel-app-login-view.css';
|
|
@@ -11,6 +11,10 @@ const IBizPanelAppTitle = withInstall(PanelAppTitle, function(v) {
|
|
|
11
11
|
"RAWITEM_APP_APPTITLE",
|
|
12
12
|
() => new PanelAppTitleProvider()
|
|
13
13
|
);
|
|
14
|
+
registerPanelItemProvider(
|
|
15
|
+
"CTRLPOS_APP_APPTITLE",
|
|
16
|
+
() => new PanelAppTitleProvider()
|
|
17
|
+
);
|
|
14
18
|
});
|
|
15
19
|
|
|
16
20
|
export { IBizPanelAppTitle, IBizPanelAppTitle as default };
|
|
@@ -38,6 +38,14 @@ class PanelAppTitleController extends PanelItemController {
|
|
|
38
38
|
async onInit() {
|
|
39
39
|
await super.onInit();
|
|
40
40
|
this.handleRawItemParams();
|
|
41
|
+
if (this.panel.view.model.viewType !== "APPINDEXVIEW") {
|
|
42
|
+
const viewModel = this.panel.view.model;
|
|
43
|
+
const app = ibiz.hub.getApp(viewModel.appId);
|
|
44
|
+
if (app) {
|
|
45
|
+
this.state.caption = app.model.caption || "";
|
|
46
|
+
}
|
|
47
|
+
return;
|
|
48
|
+
}
|
|
41
49
|
const indexViewModel = this.panel.view.model;
|
|
42
50
|
if (indexViewModel.title) {
|
|
43
51
|
document.title = indexViewModel.title;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.ibiz-panel-app-title{--ibiz-panel-app-title-color:var(--ibiz-color-text-0);--ibiz-panel-app-title-font-size:var(--ibiz-font-size-header-3);--ibiz-panel-app-title-font-weight:var(--ibiz-font-weight-bold);--ibiz-panel-app-title-padding:0 var(--ibiz-spacing-base-tight);--ibiz-panel-app-title-collapse-padding:0 var(--ibiz-spacing-tight);display:flex;align-items:center;justify-content:center;height:100%;padding:var(--ibiz-panel-app-title-padding);cursor:pointer}.ibiz-panel-app-title__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--ibiz-panel-app-title-font-size);font-weight:700;color:var(--ibiz-panel-app-title-color)}.ibiz-panel-app-title__logo{display:flex;align-items:center;justify-content:center;height:100%;padding:0 var(--ibiz-spacing-tight);font-size:calc(var(--ibiz-font-size-header-1) + 8px)}.ibiz-panel-app-title__logo img{display:inline-block;width:auto;height:100%}.ibiz-panel-app-title__logo svg{fill:var(--ibiz-panel-app-title-color)}.ibiz-panel-app-title__logo--expand{width:66px;height:66px}.ibiz-panel-app-title__logo--expand+svg{width:calc(100% - 66px)}.ibiz-panel-app-title.is-only-img .ibiz-panel-app-title__logo{padding:0}.ibiz-panel-app-title.is-collapse{max-width:100%;padding:var(--ibiz-panel-app-title-collapse-padding)}.ibiz-panel-app-title.is-collapse .ibiz-panel-app-title__collapse-title{width:100%}.ibiz-panel-app-title.is-collapse .ibiz-panel-app-title__collpase-icon img{width:100%;height:100%}.ibiz-panel-app-title.is-collapse .ibiz-panel-app-title__caption2{overflow:hidden;font-size:var(--ibiz-font-size-header-4);font-weight:var(--ibiz-panel-app-title-font-weight);text-align:center;white-space:nowrap}.ibiz-panel-app-title.is-collapse .ibiz-panel-app-title__subCaption2{overflow:hidden;font-size:var(--ibiz-font-size-header-5);text-align:center;white-space:nowrap}
|
|
1
|
+
.ibiz-panel-app-title{--ibiz-panel-app-title-color:var(--ibiz-color-text-0);--ibiz-panel-app-title-font-size:var(--ibiz-font-size-header-3);--ibiz-panel-app-title-font-weight:var(--ibiz-font-weight-bold);--ibiz-panel-app-title-padding:0 var(--ibiz-spacing-base-tight);--ibiz-panel-app-title-collapse-padding:0 var(--ibiz-spacing-tight);--ibiz-panel-app-title-not-index-height:60px;display:flex;align-items:center;justify-content:center;height:100%;padding:var(--ibiz-panel-app-title-padding);cursor:pointer}.ibiz-panel-app-title__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--ibiz-panel-app-title-font-size);font-weight:700;color:var(--ibiz-panel-app-title-color)}.ibiz-panel-app-title__logo{display:flex;align-items:center;justify-content:center;height:100%;padding:0 var(--ibiz-spacing-tight);font-size:calc(var(--ibiz-font-size-header-1) + 8px)}.ibiz-panel-app-title__logo img{display:inline-block;width:auto;height:100%}.ibiz-panel-app-title__logo svg{fill:var(--ibiz-panel-app-title-color)}.ibiz-panel-app-title__logo--expand{width:66px;height:66px}.ibiz-panel-app-title__logo--expand+svg{width:calc(100% - 66px)}.ibiz-panel-app-title.is-only-img .ibiz-panel-app-title__logo{padding:0}.ibiz-panel-app-title.is-collapse{max-width:100%;padding:var(--ibiz-panel-app-title-collapse-padding)}.ibiz-panel-app-title.is-collapse .ibiz-panel-app-title__collapse-title{width:100%}.ibiz-panel-app-title.is-collapse .ibiz-panel-app-title__collpase-icon img{width:100%;height:100%}.ibiz-panel-app-title.is-collapse .ibiz-panel-app-title__caption2{overflow:hidden;font-size:var(--ibiz-font-size-header-4);font-weight:var(--ibiz-panel-app-title-font-weight);text-align:center;white-space:nowrap}.ibiz-panel-app-title.is-collapse .ibiz-panel-app-title__subCaption2{overflow:hidden;font-size:var(--ibiz-font-size-header-5);text-align:center;white-space:nowrap}.ibiz-panel-app-title.is-only-title{height:var(--ibiz-panel-app-title-not-index-height)}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { inject, computed, createVNode
|
|
1
|
+
import { defineComponent, inject, computed, createVNode } from 'vue';
|
|
2
2
|
import { useNamespace, route2routePath, routePath2string } from '@ibiz-template/vue3-util';
|
|
3
3
|
import { useRoute, useRouter } from 'vue-router';
|
|
4
4
|
import { PanelAppTitleController } from './panel-app-title.controller.mjs';
|
|
@@ -71,135 +71,139 @@ const PanelAppTitle = /* @__PURE__ */ defineComponent({
|
|
|
71
71
|
subCaption2
|
|
72
72
|
} = this.c.state;
|
|
73
73
|
let iconVNode = null;
|
|
74
|
+
let content = null;
|
|
74
75
|
const captionNode = createVNode("span", {
|
|
75
76
|
"class": this.ns.e("title")
|
|
76
77
|
}, [caption]);
|
|
77
|
-
if (this.
|
|
78
|
-
|
|
79
|
-
|
|
78
|
+
if (this.c.panel.view.model.viewType !== "APPINDEXVIEW") {
|
|
79
|
+
content = captionNode;
|
|
80
|
+
} else {
|
|
81
|
+
if (this.menuAlign === "LEFT") {
|
|
82
|
+
if (this.isCollapse) {
|
|
83
|
+
if (icon) {
|
|
84
|
+
let tempIcon = null;
|
|
85
|
+
if (isSvg) {
|
|
86
|
+
tempIcon = createVNode("ion-icon", {
|
|
87
|
+
"class": this.ns.e("logo"),
|
|
88
|
+
"icon": icon
|
|
89
|
+
}, null);
|
|
90
|
+
} else {
|
|
91
|
+
tempIcon = createVNode("span", {
|
|
92
|
+
"class": this.ns.e("logo")
|
|
93
|
+
}, [createVNode("img", {
|
|
94
|
+
"src": icon
|
|
95
|
+
}, null)]);
|
|
96
|
+
}
|
|
97
|
+
iconVNode = createVNode("div", {
|
|
98
|
+
"class": this.ns.e("collpase-icon")
|
|
99
|
+
}, [tempIcon]);
|
|
100
|
+
} else {
|
|
101
|
+
iconVNode = createVNode("div", {
|
|
102
|
+
"class": this.ns.e("collapse-title")
|
|
103
|
+
}, [createVNode("div", {
|
|
104
|
+
"class": this.ns.e("caption2")
|
|
105
|
+
}, [caption2]), createVNode("div", {
|
|
106
|
+
"class": this.ns.e("subCaption2")
|
|
107
|
+
}, [subCaption2])]);
|
|
108
|
+
}
|
|
109
|
+
} else if (this.c.rawItemParams.showexpandicon === "true" && icon) {
|
|
80
110
|
let tempIcon = null;
|
|
81
111
|
if (isSvg) {
|
|
82
112
|
tempIcon = createVNode("ion-icon", {
|
|
83
|
-
"class": this.ns.
|
|
113
|
+
"class": this.ns.em("logo", "expand"),
|
|
84
114
|
"icon": icon
|
|
85
115
|
}, null);
|
|
86
116
|
} else {
|
|
87
117
|
tempIcon = createVNode("span", {
|
|
88
|
-
"class": this.ns.
|
|
118
|
+
"class": this.ns.em("logo", "expand")
|
|
89
119
|
}, [createVNode("img", {
|
|
90
120
|
"src": icon
|
|
91
121
|
}, null)]);
|
|
92
122
|
}
|
|
93
|
-
iconVNode = createVNode("
|
|
94
|
-
"class": this.ns.e("
|
|
95
|
-
}, [tempIcon
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
"
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
"
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
"
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
"
|
|
115
|
-
|
|
116
|
-
"
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
"width": "166px",
|
|
123
|
-
"height": "90px",
|
|
124
|
-
"viewBox": "0 0 166 90",
|
|
125
|
-
"version": "1.1"
|
|
126
|
-
}, [createVNode("g", {
|
|
127
|
-
"id": "app-caption-panel",
|
|
128
|
-
"stroke": "none",
|
|
129
|
-
"stroke-width": "1",
|
|
130
|
-
"fill-rule": "evenodd"
|
|
131
|
-
}, [createVNode("text", {
|
|
132
|
-
"id": "app-caption",
|
|
133
|
-
"font-family": "Poppins-Bold, Poppins",
|
|
134
|
-
"font-size": "22",
|
|
135
|
-
"font-weight": "bold"
|
|
136
|
-
}, [createVNode("tspan", {
|
|
137
|
-
"x": "8",
|
|
138
|
-
"y": "39"
|
|
139
|
-
}, [caption])]), createVNode("text", {
|
|
140
|
-
"id": "app-subcaption",
|
|
141
|
-
"font-family": "PingFangSC-Semibold, PingFang SC",
|
|
142
|
-
"font-size": "14",
|
|
143
|
-
"font-weight": "bold"
|
|
144
|
-
}, [createVNode("tspan", {
|
|
145
|
-
"x": "8",
|
|
146
|
-
"y": "66"
|
|
147
|
-
}, [subCaption])])])])]);
|
|
148
|
-
} else {
|
|
149
|
-
iconVNode = createVNode("span", {
|
|
150
|
-
"class": this.ns.e("logo")
|
|
151
|
-
}, [createVNode("svg", {
|
|
152
|
-
"width": "256px",
|
|
153
|
-
"height": "90px",
|
|
154
|
-
"viewBox": "0 0 256 90",
|
|
155
|
-
"version": "1.1"
|
|
156
|
-
}, [createVNode("g", {
|
|
157
|
-
"id": "app-caption-panel",
|
|
158
|
-
"stroke": "none",
|
|
159
|
-
"stroke-width": "1",
|
|
160
|
-
"fill-rule": "evenodd"
|
|
161
|
-
}, [createVNode("text", {
|
|
162
|
-
"id": "app-caption",
|
|
163
|
-
"font-family": "Poppins-Bold, Poppins",
|
|
164
|
-
"font-size": "22",
|
|
165
|
-
"font-weight": "bold"
|
|
166
|
-
}, [createVNode("tspan", {
|
|
167
|
-
"x": "20.961",
|
|
168
|
-
"y": "39"
|
|
169
|
-
}, [caption])]), createVNode("text", {
|
|
170
|
-
"id": "app-subcaption",
|
|
171
|
-
"font-family": "PingFangSC-Semibold, PingFang SC",
|
|
172
|
-
"font-size": "18",
|
|
173
|
-
"font-weight": "bold"
|
|
174
|
-
}, [createVNode("tspan", {
|
|
175
|
-
"x": "96",
|
|
176
|
-
"y": "73"
|
|
177
|
-
}, [subCaption])])])])]);
|
|
178
|
-
}
|
|
179
|
-
} else if (this.menuAlign === "TOP") {
|
|
180
|
-
if (icon) {
|
|
181
|
-
if (isSvg) {
|
|
182
|
-
iconVNode = createVNode("ion-icon", {
|
|
183
|
-
"class": this.ns.e("logo"),
|
|
184
|
-
"icon": icon
|
|
185
|
-
}, null);
|
|
123
|
+
iconVNode = createVNode("span", {
|
|
124
|
+
"class": this.ns.e("logo")
|
|
125
|
+
}, [tempIcon, createVNode("svg", {
|
|
126
|
+
"width": "166px",
|
|
127
|
+
"height": "80px",
|
|
128
|
+
"viewBox": "0 0 166 90",
|
|
129
|
+
"version": "1.1"
|
|
130
|
+
}, [createVNode("g", {
|
|
131
|
+
"id": "app-caption-panel",
|
|
132
|
+
"stroke": "none",
|
|
133
|
+
"stroke-width": "1",
|
|
134
|
+
"fill-rule": "evenodd"
|
|
135
|
+
}, [createVNode("text", {
|
|
136
|
+
"id": "app-caption",
|
|
137
|
+
"font-family": "Poppins-Bold, Poppins",
|
|
138
|
+
"font-size": "22",
|
|
139
|
+
"font-weight": "bold"
|
|
140
|
+
}, [createVNode("tspan", {
|
|
141
|
+
"x": "8",
|
|
142
|
+
"y": "39"
|
|
143
|
+
}, [caption])]), createVNode("text", {
|
|
144
|
+
"id": "app-subcaption",
|
|
145
|
+
"font-family": "PingFangSC-Semibold, PingFang SC",
|
|
146
|
+
"font-size": "14",
|
|
147
|
+
"font-weight": "bold"
|
|
148
|
+
}, [createVNode("tspan", {
|
|
149
|
+
"x": "8",
|
|
150
|
+
"y": "66"
|
|
151
|
+
}, [subCaption])])])])]);
|
|
186
152
|
} else {
|
|
187
153
|
iconVNode = createVNode("span", {
|
|
188
154
|
"class": this.ns.e("logo")
|
|
189
|
-
}, [createVNode("
|
|
190
|
-
"
|
|
191
|
-
|
|
155
|
+
}, [createVNode("svg", {
|
|
156
|
+
"width": "256px",
|
|
157
|
+
"height": "80px",
|
|
158
|
+
"viewBox": "0 0 256 80",
|
|
159
|
+
"version": "1.1"
|
|
160
|
+
}, [createVNode("g", {
|
|
161
|
+
"id": "app-caption-panel",
|
|
162
|
+
"stroke": "none",
|
|
163
|
+
"stroke-width": "1",
|
|
164
|
+
"fill-rule": "evenodd"
|
|
165
|
+
}, [createVNode("text", {
|
|
166
|
+
"id": "app-caption",
|
|
167
|
+
"font-family": "Poppins-Bold, Poppins",
|
|
168
|
+
"font-size": "22",
|
|
169
|
+
"font-weight": "bold"
|
|
170
|
+
}, [createVNode("tspan", {
|
|
171
|
+
"x": "20.961",
|
|
172
|
+
"y": "40"
|
|
173
|
+
}, [caption])]), createVNode("text", {
|
|
174
|
+
"id": "app-subcaption",
|
|
175
|
+
"font-family": "PingFangSC-Semibold, PingFang SC",
|
|
176
|
+
"font-size": "18",
|
|
177
|
+
"font-weight": "bold"
|
|
178
|
+
}, [createVNode("tspan", {
|
|
179
|
+
"x": "96",
|
|
180
|
+
"y": "69"
|
|
181
|
+
}, [subCaption])])])])]);
|
|
182
|
+
}
|
|
183
|
+
} else if (this.menuAlign === "TOP") {
|
|
184
|
+
if (icon) {
|
|
185
|
+
if (isSvg) {
|
|
186
|
+
iconVNode = createVNode("ion-icon", {
|
|
187
|
+
"class": this.ns.e("logo"),
|
|
188
|
+
"icon": icon
|
|
189
|
+
}, null);
|
|
190
|
+
} else {
|
|
191
|
+
iconVNode = createVNode("span", {
|
|
192
|
+
"class": this.ns.e("logo")
|
|
193
|
+
}, [createVNode("img", {
|
|
194
|
+
"src": icon
|
|
195
|
+
}, null)]);
|
|
196
|
+
}
|
|
192
197
|
}
|
|
193
198
|
}
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
content = [iconVNode, captionNode];
|
|
199
|
+
if (this.menuAlign === "LEFT") {
|
|
200
|
+
content = iconVNode;
|
|
201
|
+
} else {
|
|
202
|
+
content = [iconVNode, captionNode];
|
|
203
|
+
}
|
|
200
204
|
}
|
|
201
205
|
return createVNode("div", {
|
|
202
|
-
"class": [this.ns.b(), this.ns.is("only-img", this.showImgOnly), this.ns.is("collapse", this.isCollapse), ...this.controller.containerClass],
|
|
206
|
+
"class": [this.ns.b(), this.ns.is("only-img", this.showImgOnly), this.ns.is("collapse", this.isCollapse), this.ns.is("only-title", this.c.panel.view.model.viewType !== "APPINDEXVIEW"), ...this.controller.containerClass],
|
|
203
207
|
"onClick": this.handleClick
|
|
204
208
|
}, [content]);
|
|
205
209
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ref, computed,
|
|
1
|
+
import { defineComponent, ref, computed, createVNode, resolveComponent } from 'vue';
|
|
2
2
|
import { useNamespace } from '@ibiz-template/vue3-util';
|
|
3
3
|
import { showTitle } from '@ibiz-template/core';
|
|
4
4
|
import { PanelButtonController } from './panel-button.controller.mjs';
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export * from './panel-button-list.controller';
|
|
2
|
+
export declare const IBizPanelButtonList: import("@ibiz-template/vue3-util").TypeWithInstall<import("vue").DefineComponent<{
|
|
3
|
+
modelData: {
|
|
4
|
+
type: import("vue").PropType<import("@ibiz/model-core").IPanelButtonList>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
controller: {
|
|
8
|
+
type: typeof import("./panel-button-list.controller").PanelButtonListController;
|
|
9
|
+
required: true;
|
|
10
|
+
};
|
|
11
|
+
}, {
|
|
12
|
+
ns: import("@ibiz-template/core").Namespace;
|
|
13
|
+
handleClick: (e: MouseEvent, actionId: string) => Promise<void>;
|
|
14
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
|
+
modelData: {
|
|
16
|
+
type: import("vue").PropType<import("@ibiz/model-core").IPanelButtonList>;
|
|
17
|
+
required: true;
|
|
18
|
+
};
|
|
19
|
+
controller: {
|
|
20
|
+
type: typeof import("./panel-button-list.controller").PanelButtonListController;
|
|
21
|
+
required: true;
|
|
22
|
+
};
|
|
23
|
+
}>>, {}, {}>>;
|
|
24
|
+
export default IBizPanelButtonList;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { registerPanelItemProvider } from '@ibiz-template/runtime';
|
|
2
|
+
import { withInstall } from '@ibiz-template/vue3-util';
|
|
3
|
+
import { PanelButtonList } from './panel-button-list.mjs';
|
|
4
|
+
import { PanelButtonListProvider } from './panel-button-list.provider.mjs';
|
|
5
|
+
export { PanelButtonListController } from './panel-button-list.controller.mjs';
|
|
6
|
+
|
|
7
|
+
"use strict";
|
|
8
|
+
const IBizPanelButtonList = withInstall(
|
|
9
|
+
PanelButtonList,
|
|
10
|
+
function(v) {
|
|
11
|
+
v.component(PanelButtonList.name, PanelButtonList);
|
|
12
|
+
registerPanelItemProvider(
|
|
13
|
+
"BUTTONLIST",
|
|
14
|
+
() => new PanelButtonListProvider()
|
|
15
|
+
);
|
|
16
|
+
}
|
|
17
|
+
);
|
|
18
|
+
|
|
19
|
+
export { IBizPanelButtonList, IBizPanelButtonList as default };
|