@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
|
@@ -59,6 +59,10 @@ const ListControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
59
59
|
type: Boolean,
|
|
60
60
|
required: false
|
|
61
61
|
},
|
|
62
|
+
data: {
|
|
63
|
+
type: Array,
|
|
64
|
+
required: false
|
|
65
|
+
},
|
|
62
66
|
loadDefault: {
|
|
63
67
|
type: Boolean,
|
|
64
68
|
default: true
|
|
@@ -81,17 +85,12 @@ const ListControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
81
85
|
}
|
|
82
86
|
return c.state.items.length >= c.state.total || c.state.isLoading || c.state.total <= c.state.size;
|
|
83
87
|
});
|
|
88
|
+
const isCollapse = vue.ref(false);
|
|
89
|
+
const showCollapseOrExpandIcon = vue.computed(() => {
|
|
90
|
+
return !c.model.enableGroup && (c.model.pagingMode === 2 || c.model.pagingMode === 3);
|
|
91
|
+
});
|
|
84
92
|
const infiniteScroll = vue.ref();
|
|
85
93
|
const infiniteScrollKey = vue.ref(qxUtil.createUUID());
|
|
86
|
-
const defaultOpens = vue.ref();
|
|
87
|
-
if (c.controlParams.defaultexpandall === "true") {
|
|
88
|
-
vue.watch(() => c.state.groups, () => {
|
|
89
|
-
if (c.state.groups.length > 0) {
|
|
90
|
-
defaultOpens.value = c.state.groups.map((x) => x.key);
|
|
91
|
-
}
|
|
92
|
-
});
|
|
93
|
-
defaultOpens.value = c.state.groups.map((x) => x.key);
|
|
94
|
-
}
|
|
95
94
|
vue.watch(() => c.state.curPage, () => {
|
|
96
95
|
var _a, _b;
|
|
97
96
|
if (c.state.curPage === 1 && (c.model.pagingMode === 2 || c.model.pagingMode === 3)) {
|
|
@@ -103,6 +102,27 @@ const ListControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
103
102
|
}
|
|
104
103
|
}
|
|
105
104
|
});
|
|
105
|
+
const initSimpleData = () => {
|
|
106
|
+
if (!props.data) {
|
|
107
|
+
return;
|
|
108
|
+
}
|
|
109
|
+
c.state.items = props.data.map((item) => new runtime.ControlVO(item));
|
|
110
|
+
c.afterLoad({}, c.state.items);
|
|
111
|
+
};
|
|
112
|
+
c.evt.on("onCreated", async () => {
|
|
113
|
+
if (props.isSimple) {
|
|
114
|
+
initSimpleData();
|
|
115
|
+
c.state.isSimple = true;
|
|
116
|
+
c.state.isLoaded = true;
|
|
117
|
+
}
|
|
118
|
+
});
|
|
119
|
+
vue.watch(() => props.data, () => {
|
|
120
|
+
if (props.isSimple) {
|
|
121
|
+
initSimpleData();
|
|
122
|
+
}
|
|
123
|
+
}, {
|
|
124
|
+
deep: true
|
|
125
|
+
});
|
|
106
126
|
const renderPanelItem = (item, modelData) => {
|
|
107
127
|
const {
|
|
108
128
|
context,
|
|
@@ -134,27 +154,66 @@ const ListControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
134
154
|
"onDblclick": () => c.onDbRowClick(item)
|
|
135
155
|
}, ["".concat(lodashEs.isNil(item.srfmajortext) ? "" : item.srfmajortext)]);
|
|
136
156
|
};
|
|
157
|
+
const renderGroupAction = (group) => {
|
|
158
|
+
if (c.model.groupUIActionGroup && group.groupActionGroupState) {
|
|
159
|
+
return vue.createVNode(vue.resolveComponent("iBizActionToolbar"), {
|
|
160
|
+
"class": ns.be("group-content", "header-actions"),
|
|
161
|
+
"action-details": c.model.groupUIActionGroup.uiactionGroupDetails,
|
|
162
|
+
"actions-state": group.groupActionGroupState,
|
|
163
|
+
"onActionClick": (detail, event) => {
|
|
164
|
+
c.onGroupToolbarClick(detail, event, group);
|
|
165
|
+
}
|
|
166
|
+
}, null);
|
|
167
|
+
}
|
|
168
|
+
};
|
|
137
169
|
const renderGroup = (group) => {
|
|
138
170
|
const panel = props.modelData.itemLayoutPanel;
|
|
139
171
|
return vue.createVNode(vue.resolveComponent("el-collapse-item"), {
|
|
140
|
-
"title": core.showTitle(group.caption),
|
|
141
172
|
"class": ns.be("group-content", "item"),
|
|
142
173
|
"name": group.key
|
|
143
174
|
}, {
|
|
144
|
-
|
|
175
|
+
title: () => {
|
|
176
|
+
return vue.createVNode("div", {
|
|
177
|
+
"class": ns.be("group-content", "item-header")
|
|
178
|
+
}, [vue.createVNode("span", {
|
|
179
|
+
"class": ns.be("group-content", "item-title")
|
|
180
|
+
}, [core.showTitle(group.caption)]), vue.createVNode("span", {
|
|
181
|
+
"class": ns.be("group-content", "item-action")
|
|
182
|
+
}, [renderGroupAction(group)])]);
|
|
183
|
+
},
|
|
184
|
+
default: () => group.children.length > 0 ? group.children.map((item) => {
|
|
145
185
|
return panel ? renderPanelItem(item, panel) : renderDefaultItem(item);
|
|
146
186
|
}) : vue.createVNode("div", {
|
|
147
187
|
"class": ns.bem("group-content", "item", "empty")
|
|
148
|
-
}, [ibiz.i18n.t("app.noData")])
|
|
188
|
+
}, [ibiz.i18n.t("app.noData")])
|
|
149
189
|
});
|
|
150
190
|
};
|
|
191
|
+
const scrollToTop = () => {
|
|
192
|
+
var _a;
|
|
193
|
+
(_a = infiniteScroll.value) == null ? void 0 : _a.scrollTo({
|
|
194
|
+
top: 0,
|
|
195
|
+
behavior: "smooth"
|
|
196
|
+
});
|
|
197
|
+
};
|
|
198
|
+
c.evt.on("onScrollToTop", () => {
|
|
199
|
+
scrollToTop();
|
|
200
|
+
});
|
|
201
|
+
const onCollapseData = () => {
|
|
202
|
+
isCollapse.value = true;
|
|
203
|
+
scrollToTop();
|
|
204
|
+
};
|
|
205
|
+
const onShowNavView = () => {
|
|
206
|
+
c.state.showNavView = !c.state.showNavView;
|
|
207
|
+
};
|
|
208
|
+
const onExpandData = () => {
|
|
209
|
+
isCollapse.value = false;
|
|
210
|
+
};
|
|
151
211
|
const renderListContent = () => {
|
|
152
|
-
let _slot;
|
|
153
212
|
if (c.model.enableGroup && !c.state.isSimple) {
|
|
154
213
|
return vue.createVNode(vue.resolveComponent("el-collapse"), {
|
|
155
|
-
"modelValue":
|
|
156
|
-
"onUpdate:modelValue": ($event) =>
|
|
157
|
-
"class": [ns.b("group-content"), ns.b("content")]
|
|
214
|
+
"modelValue": c.state.expandedKeys,
|
|
215
|
+
"onUpdate:modelValue": ($event) => c.state.expandedKeys = $event,
|
|
216
|
+
"class": [ns.b("group-content"), ns.b("content"), ns.is("show-underLine", c.model.controlStyle !== "EXTVIEW1")]
|
|
158
217
|
}, {
|
|
159
218
|
default: () => {
|
|
160
219
|
var _a;
|
|
@@ -167,24 +226,51 @@ const ListControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
167
226
|
});
|
|
168
227
|
}
|
|
169
228
|
const panel = props.modelData.itemLayoutPanel;
|
|
229
|
+
let tempItems = c.state.items;
|
|
230
|
+
if (isCollapse.value) {
|
|
231
|
+
tempItems = c.state.items.slice(0, c.state.size);
|
|
232
|
+
}
|
|
170
233
|
return vue.withDirectives(vue.createVNode("div", {
|
|
171
|
-
"class": [ns.b("scroll"), ns.b("content")],
|
|
234
|
+
"class": [ns.b("scroll"), ns.b("content"), ns.is("show-underLine", c.model.controlStyle !== "EXTVIEW1")],
|
|
172
235
|
"infinite-scroll-distance": 10,
|
|
173
236
|
"infinite-scroll-disabled": isLodeMoreDisabled.value,
|
|
174
237
|
"ref": "infiniteScroll",
|
|
175
238
|
"key": infiniteScrollKey.value
|
|
176
|
-
}, [
|
|
239
|
+
}, [tempItems.map((item) => {
|
|
177
240
|
return vue.createVNode("div", {
|
|
178
241
|
"class": [ns.b("scroll-item")]
|
|
179
242
|
}, [panel ? renderPanelItem(item, panel) : renderDefaultItem(item)]);
|
|
180
|
-
}),
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
"
|
|
185
|
-
},
|
|
186
|
-
|
|
187
|
-
|
|
243
|
+
})]), [[vue.resolveDirective("infinite-scroll"), () => c.loadMore()]]);
|
|
244
|
+
};
|
|
245
|
+
const upIcon = () => {
|
|
246
|
+
return vue.createVNode("div", {
|
|
247
|
+
"class": ns.e("collapse-expand-icon")
|
|
248
|
+
}, [vue.createVNode("i", {
|
|
249
|
+
"class": "fa fa-angle-double-up",
|
|
250
|
+
"title": ibiz.i18n.t("control.common.collapseData"),
|
|
251
|
+
"onClick": onCollapseData,
|
|
252
|
+
"aria-hidden": "true"
|
|
253
|
+
}, null)]);
|
|
254
|
+
};
|
|
255
|
+
const downIcon = () => {
|
|
256
|
+
return vue.createVNode("div", {
|
|
257
|
+
"class": ns.e("collapse-expand-icon")
|
|
258
|
+
}, [vue.createVNode("i", {
|
|
259
|
+
"class": "fa fa-angle-double-down",
|
|
260
|
+
"title": ibiz.i18n.t("control.common.expandData"),
|
|
261
|
+
"onClick": onExpandData,
|
|
262
|
+
"aria-hidden": "true"
|
|
263
|
+
}, null)]);
|
|
264
|
+
};
|
|
265
|
+
const loadMoreIcon = () => {
|
|
266
|
+
return vue.createVNode("div", {
|
|
267
|
+
"class": ns.e("load-more")
|
|
268
|
+
}, [vue.createVNode("i", {
|
|
269
|
+
"class": "fa fa-angle-double-down",
|
|
270
|
+
"title": ibiz.i18n.t("control.common.loadMore"),
|
|
271
|
+
"onClick": () => c.loadMore(),
|
|
272
|
+
"aria-hidden": "true"
|
|
273
|
+
}, null)]);
|
|
188
274
|
};
|
|
189
275
|
const renderQuickToolBar = () => {
|
|
190
276
|
var _a;
|
|
@@ -217,7 +303,7 @@ const ListControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
217
303
|
}, null)]);
|
|
218
304
|
};
|
|
219
305
|
const renderNoData = () => {
|
|
220
|
-
let
|
|
306
|
+
let _slot;
|
|
221
307
|
const {
|
|
222
308
|
isLoaded
|
|
223
309
|
} = c.state;
|
|
@@ -229,20 +315,45 @@ const ListControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
229
315
|
"text": c.model.emptyText,
|
|
230
316
|
"emptyTextLanguageRes": c.model.emptyTextLanguageRes,
|
|
231
317
|
"enableShowImage": c.state.hideNoDataImage
|
|
232
|
-
}, _isSlot(
|
|
233
|
-
default: () => [
|
|
318
|
+
}, _isSlot(_slot = renderQuickToolBar()) ? _slot : {
|
|
319
|
+
default: () => [_slot]
|
|
234
320
|
});
|
|
235
321
|
};
|
|
322
|
+
const renderCollapseExpandIcon = () => {
|
|
323
|
+
let icon = null;
|
|
324
|
+
const loadMore = !(c.state.items.length >= c.state.total || c.state.total <= c.state.size);
|
|
325
|
+
if (showCollapseOrExpandIcon.value) {
|
|
326
|
+
if (c.model.pagingMode === 2) {
|
|
327
|
+
if (isCollapse.value) {
|
|
328
|
+
icon = downIcon();
|
|
329
|
+
} else if (c.state.items.length > c.state.size) {
|
|
330
|
+
icon = upIcon();
|
|
331
|
+
}
|
|
332
|
+
}
|
|
333
|
+
if (c.model.pagingMode === 3) {
|
|
334
|
+
if (isCollapse.value) {
|
|
335
|
+
icon = downIcon();
|
|
336
|
+
} else if (loadMore) {
|
|
337
|
+
icon = loadMoreIcon();
|
|
338
|
+
} else if (c.state.isCreated && c.state.items.length > c.state.size) {
|
|
339
|
+
icon = upIcon();
|
|
340
|
+
}
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
return icon;
|
|
344
|
+
};
|
|
236
345
|
return {
|
|
237
346
|
c,
|
|
238
347
|
ns,
|
|
239
348
|
infiniteScroll,
|
|
349
|
+
onShowNavView,
|
|
240
350
|
renderListContent,
|
|
241
351
|
renderNoData,
|
|
242
352
|
renderBatchToolBar,
|
|
243
353
|
onPageChange,
|
|
244
354
|
onPageRefresh,
|
|
245
|
-
onPageSizeChange
|
|
355
|
+
onPageSizeChange,
|
|
356
|
+
renderCollapseExpandIcon
|
|
246
357
|
};
|
|
247
358
|
},
|
|
248
359
|
render() {
|
|
@@ -259,11 +370,25 @@ const ListControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
259
370
|
"onPageRefresh": this.onPageRefresh
|
|
260
371
|
}, null) : null];
|
|
261
372
|
}
|
|
262
|
-
return vue.createVNode(vue.resolveComponent("
|
|
263
|
-
"class": [this.ns.is("enable-page", !!this.c.state.enablePagingBar)],
|
|
373
|
+
return vue.createVNode(vue.resolveComponent("iBizControlNavigation"), {
|
|
264
374
|
"controller": this.c
|
|
265
|
-
},
|
|
266
|
-
default: () => [
|
|
375
|
+
}, {
|
|
376
|
+
default: () => [vue.createVNode(vue.resolveComponent("iBizControlBase"), {
|
|
377
|
+
"class": [this.ns.is("enable-page", !!this.c.state.enablePagingBar)],
|
|
378
|
+
"controller": this.c
|
|
379
|
+
}, {
|
|
380
|
+
default: () => [content, this.c.state.enableNavView ? !this.c.state.showNavView ? vue.createVNode("ion-icon", {
|
|
381
|
+
"class": this.ns.e("nav-icon"),
|
|
382
|
+
"title": ibiz.i18n.t("component.controlNavigation.showNav"),
|
|
383
|
+
"name": "eye-outline",
|
|
384
|
+
"onClick": this.onShowNavView
|
|
385
|
+
}, null) : vue.createVNode("ion-icon", {
|
|
386
|
+
"class": this.ns.e("nav-icon"),
|
|
387
|
+
"title": ibiz.i18n.t("component.controlNavigation.hiddenNav"),
|
|
388
|
+
"name": "eye-off-outline",
|
|
389
|
+
"onClick": this.onShowNavView
|
|
390
|
+
}, null) : null, this.renderCollapseExpandIcon()]
|
|
391
|
+
})]
|
|
267
392
|
});
|
|
268
393
|
}
|
|
269
394
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.ibiz-control-list-item{--ibiz-control-list-text-color:var(--ibiz-color-text-0);--ibiz-control-list-load-more-color:var(--ibiz-color-text-2);--ibiz-control-list-hover-bg-color:var(--ibiz-color-fill-1);--ibiz-control-list-active-bg-color:var(--ibiz-color-fill-2);--ibiz-control-list-font-weight:var(--ibiz-font-weight-regular);--ibiz-control-list-padding:var(--ibiz-spacing-tight) var(--ibiz-spacing-base-tight);min-height:var(--ibiz-control-list-item-height);padding:var(--ibiz-control-list-padding);font-weight:var(--ibiz-control-list-font-weight);color:var(--ibiz-control-list-text-color);cursor:pointer}.ibiz-control-list-item:hover{background-color:var(--ibiz-control-list-hover-bg-color)}.ibiz-control-list-item.is-active{background-color:var(--ibiz-control-list-active-bg-color)}.ibiz-control-list{--ibiz-control-list-text-color:var(--ibiz-color-text-0);--ibiz-control-list-load-more-color:var(--ibiz-color-text-2);--ibiz-control-list-hover-bg-color:var(--ibiz-color-fill-1);--ibiz-control-list-active-bg-color:var(--ibiz-color-fill-2);--ibiz-control-list-font-weight:var(--ibiz-font-weight-regular);--ibiz-control-list-padding:var(--ibiz-spacing-tight) var(--ibiz-spacing-base-tight);display:flex;flex-flow:column nowrap;align-items:stretch;justify-content:flex-start;height:100%}.ibiz-control-list__load-more{color:var(--ibiz-control-list-load-more-color);text-align:center;cursor:pointer}.ibiz-control-list__load-more-button{padding:var(--ibiz-control-list-padding);text-align:center}.ibiz-control-list .ibiz-control-list-content{flex-grow:1}.ibiz-control-list-scroll{height:100%;overflow:auto}
|
|
1
|
+
.ibiz-control-list-item{--ibiz-control-list-text-color:var(--ibiz-color-text-0);--ibiz-control-list-load-more-color:var(--ibiz-color-text-2);--ibiz-control-list-hover-bg-color:var(--ibiz-color-fill-1);--ibiz-control-list-active-bg-color:var(--ibiz-color-fill-2);--ibiz-control-list-font-weight:var(--ibiz-font-weight-regular);--ibiz-control-list-padding:var(--ibiz-spacing-tight) var(--ibiz-spacing-base-tight);min-height:var(--ibiz-control-list-item-height);padding:var(--ibiz-control-list-padding);font-weight:var(--ibiz-control-list-font-weight);color:var(--ibiz-control-list-text-color);cursor:pointer}.ibiz-control-list-item:hover{background-color:var(--ibiz-control-list-hover-bg-color)}.ibiz-control-list-item.is-active{background-color:var(--ibiz-control-list-active-bg-color)}.ibiz-control-list{--ibiz-control-list-text-color:var(--ibiz-color-text-0);--ibiz-control-list-load-more-color:var(--ibiz-color-text-2);--ibiz-control-list-hover-bg-color:var(--ibiz-color-fill-1);--ibiz-control-list-active-bg-color:var(--ibiz-color-fill-2);--ibiz-control-list-font-weight:var(--ibiz-font-weight-regular);--ibiz-control-list-padding:var(--ibiz-spacing-tight) var(--ibiz-spacing-base-tight);display:flex;flex-flow:column nowrap;align-items:stretch;justify-content:flex-start;position:relative;height:100%}.ibiz-control-list__nav-icon{right:10px;top:18px;cursor:pointer;position:absolute;color:var(--ibiz-color-primary)}.ibiz-control-list__load-more{text-align:center}.ibiz-control-list__load-more i{font-size:var(--ibiz-font-size-header-3);color:var(--ibiz-control-list-load-more-color);cursor:pointer}.ibiz-control-list__load-more i:hover{color:var(--ibiz-color-primary-light-hover)}.ibiz-control-list__collapse-expand-icon{width:calc(100% - var(--ibiz-spacing-base-tight));text-align:center}.ibiz-control-list__collapse-expand-icon i{font-size:var(--ibiz-font-size-header-3);color:var(--ibiz-color-text-2);cursor:pointer}.ibiz-control-list__collapse-expand-icon i:hover{color:var(--ibiz-color-primary-light-hover)}.ibiz-control-list__load-more-button{padding:var(--ibiz-control-list-padding);text-align:center}.ibiz-control-list .ibiz-control-list-content{flex-grow:1}.ibiz-control-list-content.is-show-underLine .ibiz-control-list-scroll-item{border-bottom:1px solid var(--ibiz-color-border)}.ibiz-control-list-content .ibiz-control-list-scroll-item:last-of-type{border-bottom:none}.ibiz-control-list-scroll{height:100%;overflow:auto}.ibiz-control-list-group-content__item-header{display:flex;align-items:center;justify-content:space-between;width:100%}
|
package/lib/control/map/map.cjs
CHANGED
|
@@ -28,6 +28,8 @@ const QuickSearchSelect = /* @__PURE__ */ vue.defineComponent({
|
|
|
28
28
|
if (index === -1) {
|
|
29
29
|
quickSearchFieldNames.push(key);
|
|
30
30
|
} else {
|
|
31
|
+
if (quickSearchFieldNames.length <= 1)
|
|
32
|
+
return;
|
|
31
33
|
quickSearchFieldNames.splice(index, 1);
|
|
32
34
|
}
|
|
33
35
|
props.controller.calcQuickSearchPlaceHolder();
|
|
@@ -394,8 +394,8 @@ const SearchGroups = /* @__PURE__ */ vue.defineComponent({
|
|
|
394
394
|
default: () => [_slot5]
|
|
395
395
|
}), vue.createVNode(vue.resolveComponent("el-link"), {
|
|
396
396
|
"type": "danger",
|
|
397
|
-
"disabled": !groupItem.saved,
|
|
398
|
-
"title": core.showTitle(!groupItem.saved ? ibiz.i18n.t("control.searchBar.searchGroups.savePrompt") : ""),
|
|
397
|
+
"disabled": !groupItem.saved || groupItem.ownerType === "SYSTEM",
|
|
398
|
+
"title": core.showTitle(!groupItem.saved || groupItem.ownerType === "SYSTEM" ? ibiz.i18n.t("control.searchBar.searchGroups.savePrompt") : ""),
|
|
399
399
|
"onClick": () => this.removeGroup(groupItem)
|
|
400
400
|
}, _isSlot(_slot6 = ibiz.i18n.t("app.delete")) ? _slot6 : {
|
|
401
401
|
default: () => [_slot6]
|
|
@@ -113,7 +113,7 @@ const ToolbarControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
113
113
|
"index": item.id,
|
|
114
114
|
"disabled": pdisabled,
|
|
115
115
|
"title": core.showTitle(item.tooltip),
|
|
116
|
-
"popper-class": [ns.b("submenu-popper"), ns.bm("submenu-popper", toolbarStyle), ns.em("submenu-popper", groupButtonStyle.toLowerCase()), ns.bm("submenu-popper", calcCssName(item))]
|
|
116
|
+
"popper-class": [ns.b("submenu-popper"), ns.bm("submenu-popper", toolbarStyle), ns.em("submenu-popper", groupButtonStyle.toLowerCase()), ns.bm("submenu-popper", calcCssName(item)), calcCssName(item)]
|
|
117
117
|
}, {
|
|
118
118
|
default: () => {
|
|
119
119
|
return detoolbarItems.map((item2) => {
|
|
@@ -198,7 +198,7 @@ const ToolbarControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
198
198
|
if (c.state.buttonsState[detail.id].visible) {
|
|
199
199
|
let _slot4;
|
|
200
200
|
return [vue.createVNode(vue.resolveComponent("el-button"), {
|
|
201
|
-
"title": core.showTitle(detail.caption),
|
|
201
|
+
"title": core.showTitle(detail.tooltip || detail.caption),
|
|
202
202
|
"size": btnSize.value,
|
|
203
203
|
"class": [calcCssName(detail)],
|
|
204
204
|
"loading": c.state.buttonsState[detail.id].loading,
|
|
@@ -332,6 +332,9 @@ const ToolbarControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
332
332
|
});
|
|
333
333
|
}
|
|
334
334
|
if (item.itemType === "SEPERATOR") {
|
|
335
|
+
if (c.state.hideSeparator.includes(itemId)) {
|
|
336
|
+
return null;
|
|
337
|
+
}
|
|
335
338
|
return vue.createVNode("div", {
|
|
336
339
|
"key": itemId,
|
|
337
340
|
"class": [ns.e("item"), ns.e("item-separator")]
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var core = require('@ibiz-template/core');
|
|
4
|
+
var qxUtil = require('qx-util');
|
|
4
5
|
var lodashEs = require('lodash-es');
|
|
6
|
+
var vue = require('vue');
|
|
5
7
|
|
|
6
8
|
"use strict";
|
|
7
9
|
function findNodeData(key, c) {
|
|
@@ -73,7 +75,75 @@ function formatNodeDropType(dropType) {
|
|
|
73
75
|
);
|
|
74
76
|
}
|
|
75
77
|
}
|
|
78
|
+
function useAppTreeBase(c, props) {
|
|
79
|
+
if (props.defaultExpandedKeys) {
|
|
80
|
+
c.state.defaultExpandedKeys = props.defaultExpandedKeys;
|
|
81
|
+
}
|
|
82
|
+
const initSimpleData = () => {
|
|
83
|
+
if (!props.data) {
|
|
84
|
+
return;
|
|
85
|
+
}
|
|
86
|
+
const root = props.data.find((item) => {
|
|
87
|
+
return item.isRoot === true;
|
|
88
|
+
});
|
|
89
|
+
if (root) {
|
|
90
|
+
c.state.rootNodes = props.data;
|
|
91
|
+
c.state.items = props.data;
|
|
92
|
+
}
|
|
93
|
+
};
|
|
94
|
+
c.evt.on("onCreated", async () => {
|
|
95
|
+
if (props.isSimple) {
|
|
96
|
+
initSimpleData();
|
|
97
|
+
c.state.isLoaded = true;
|
|
98
|
+
}
|
|
99
|
+
});
|
|
100
|
+
vue.watch(
|
|
101
|
+
() => props.data,
|
|
102
|
+
() => {
|
|
103
|
+
if (props.isSimple) {
|
|
104
|
+
initSimpleData();
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
deep: true
|
|
109
|
+
}
|
|
110
|
+
);
|
|
111
|
+
}
|
|
112
|
+
function findChildItems(c, modelData, curItem) {
|
|
113
|
+
const { detreeNodeRSs } = modelData;
|
|
114
|
+
const children = [];
|
|
115
|
+
if (!detreeNodeRSs || detreeNodeRSs.length === 0) {
|
|
116
|
+
return children;
|
|
117
|
+
}
|
|
118
|
+
const rss = detreeNodeRSs.filter((_rss) => {
|
|
119
|
+
var _a;
|
|
120
|
+
const temp = c.state.items.find((_item) => {
|
|
121
|
+
return _item._uuid === curItem.data._uuid;
|
|
122
|
+
});
|
|
123
|
+
if (temp) {
|
|
124
|
+
return _rss.parentDETreeNodeId === ((_a = temp._nodeId) == null ? void 0 : _a.toLowerCase());
|
|
125
|
+
}
|
|
126
|
+
return false;
|
|
127
|
+
});
|
|
128
|
+
rss.sort((a, b) => {
|
|
129
|
+
return a.ordervalue - b.ordervalue;
|
|
130
|
+
});
|
|
131
|
+
rss.forEach((_rss) => {
|
|
132
|
+
const child = c.state.items.find((_item) => {
|
|
133
|
+
var _a;
|
|
134
|
+
return ((_a = _item._nodeId) == null ? void 0 : _a.toLowerCase()) === _rss.childDETreeNodeId;
|
|
135
|
+
});
|
|
136
|
+
if (child) {
|
|
137
|
+
const temp = lodashEs.cloneDeep(child);
|
|
138
|
+
temp._id = qxUtil.createUUID();
|
|
139
|
+
children.push(temp);
|
|
140
|
+
}
|
|
141
|
+
});
|
|
142
|
+
return children;
|
|
143
|
+
}
|
|
76
144
|
|
|
145
|
+
exports.findChildItems = findChildItems;
|
|
77
146
|
exports.findNodeData = findNodeData;
|
|
78
147
|
exports.formatNodeDropType = formatNodeDropType;
|
|
148
|
+
exports.useAppTreeBase = useAppTreeBase;
|
|
79
149
|
exports.useElTreeUtil = useElTreeUtil;
|
|
@@ -69,10 +69,22 @@ const TreeControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
69
69
|
checkStrictly: {
|
|
70
70
|
type: Boolean,
|
|
71
71
|
default: true
|
|
72
|
+
},
|
|
73
|
+
isSimple: {
|
|
74
|
+
type: Boolean,
|
|
75
|
+
default: false
|
|
76
|
+
},
|
|
77
|
+
data: {
|
|
78
|
+
type: Array,
|
|
79
|
+
required: false
|
|
72
80
|
}
|
|
73
81
|
},
|
|
74
|
-
|
|
82
|
+
emits: ["nodeClick"],
|
|
83
|
+
setup(props, {
|
|
84
|
+
emit
|
|
85
|
+
}) {
|
|
75
86
|
const c = vue3Util.useControlController((...args) => new runtime.TreeController(...args));
|
|
87
|
+
elTreeUtil.useAppTreeBase(c, props);
|
|
76
88
|
const cascadeSelect = vue.ref(false);
|
|
77
89
|
const counterData = vue.reactive({});
|
|
78
90
|
const fn = (counter) => {
|
|
@@ -171,7 +183,29 @@ const TreeControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
171
183
|
treeRefreshKey.value = qxUtil.createUUID();
|
|
172
184
|
}
|
|
173
185
|
});
|
|
186
|
+
vue.watch(() => c.state.expandedKeys, () => {
|
|
187
|
+
updateUI();
|
|
188
|
+
}, {
|
|
189
|
+
deep: true
|
|
190
|
+
});
|
|
174
191
|
const loadData = async (item, callback) => {
|
|
192
|
+
if (props.isSimple) {
|
|
193
|
+
let children = [];
|
|
194
|
+
if (item.level === 0) {
|
|
195
|
+
const tempNodes = c.state.items.find((_item) => {
|
|
196
|
+
return _item.isRoot;
|
|
197
|
+
});
|
|
198
|
+
if (tempNodes) {
|
|
199
|
+
children = [tempNodes];
|
|
200
|
+
}
|
|
201
|
+
} else {
|
|
202
|
+
children = elTreeUtil.findChildItems(c, props.modelData, item);
|
|
203
|
+
}
|
|
204
|
+
item._children = children;
|
|
205
|
+
callback(toElNodes(children));
|
|
206
|
+
updateUI();
|
|
207
|
+
return;
|
|
208
|
+
}
|
|
175
209
|
let nodes;
|
|
176
210
|
if (item.level === 0) {
|
|
177
211
|
nodes = treeData.value;
|
|
@@ -218,9 +252,18 @@ const TreeControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
218
252
|
const readonly = vue.computed(() => {
|
|
219
253
|
return !!(c.context.srfreadonly === true || c.context.srfreadonly === "true");
|
|
220
254
|
});
|
|
221
|
-
const
|
|
255
|
+
const onShowNavView = () => {
|
|
256
|
+
c.state.showNavView = !c.state.showNavView;
|
|
257
|
+
};
|
|
258
|
+
const onNodeClick = (nodeData, data, evt) => {
|
|
222
259
|
var _a, _b;
|
|
223
260
|
evt.stopPropagation();
|
|
261
|
+
if (c.runMode === "DESIGN") {
|
|
262
|
+
emit("nodeClick", {
|
|
263
|
+
nodeData,
|
|
264
|
+
evt
|
|
265
|
+
});
|
|
266
|
+
}
|
|
224
267
|
if (nodeData._disableSelect)
|
|
225
268
|
return;
|
|
226
269
|
if (forbidClick) {
|
|
@@ -239,7 +282,11 @@ const TreeControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
239
282
|
c.onExpandChange(nodeData, expanded);
|
|
240
283
|
}
|
|
241
284
|
}
|
|
242
|
-
|
|
285
|
+
if (props.isSimple) {
|
|
286
|
+
treeRef.value.setCurrentKey((data == null ? void 0 : data._id) || void 0);
|
|
287
|
+
} else {
|
|
288
|
+
c.onTreeNodeClick(nodeData, evt);
|
|
289
|
+
}
|
|
243
290
|
forbidClick = true;
|
|
244
291
|
setTimeout(() => {
|
|
245
292
|
forbidClick = false;
|
|
@@ -268,7 +315,7 @@ const TreeControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
268
315
|
const calcContextMenuItems = (toolbarItems, nodeData, evt, menuState) => {
|
|
269
316
|
const result = [];
|
|
270
317
|
toolbarItems.forEach((item) => {
|
|
271
|
-
var _a;
|
|
318
|
+
var _a, _b;
|
|
272
319
|
if (item.itemType === "SEPERATOR") {
|
|
273
320
|
result.push({
|
|
274
321
|
divided: "self"
|
|
@@ -279,7 +326,7 @@ const TreeControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
279
326
|
if (buttonState && !buttonState.visible) {
|
|
280
327
|
return;
|
|
281
328
|
}
|
|
282
|
-
|
|
329
|
+
let menuItem = {};
|
|
283
330
|
if (item.showCaption && item.caption) {
|
|
284
331
|
menuItem.label = item.caption;
|
|
285
332
|
}
|
|
@@ -309,11 +356,55 @@ const TreeControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
309
356
|
}, null);
|
|
310
357
|
}
|
|
311
358
|
} else if (item.itemType === "ITEMS") {
|
|
312
|
-
|
|
313
|
-
|
|
359
|
+
const group = item;
|
|
360
|
+
if ((_a = group.detoolbarItems) == null ? void 0 : _a.length) {
|
|
361
|
+
menuItem.children = calcContextMenuItems(group.detoolbarItems, nodeData, evt, menuState);
|
|
314
362
|
}
|
|
363
|
+
if (group.uiactionGroup && group.groupExtractMode) {
|
|
364
|
+
const menuItems = (_b = group.uiactionGroup.uiactionGroupDetails) == null ? void 0 : _b.filter((detail) => {
|
|
365
|
+
const detailState = menuState[detail.id];
|
|
366
|
+
return detailState.visible;
|
|
367
|
+
}).map((detail) => {
|
|
368
|
+
const detailState = menuState[detail.id];
|
|
369
|
+
const {
|
|
370
|
+
sysImage
|
|
371
|
+
} = detail;
|
|
372
|
+
return {
|
|
373
|
+
label: detail.showCaption ? detail.caption : void 0,
|
|
374
|
+
icon: detail.showIcon ? vue.createVNode(iBizIcon, {
|
|
375
|
+
"icon": sysImage
|
|
376
|
+
}, null) : void 0,
|
|
377
|
+
disabled: detailState.disabled,
|
|
378
|
+
clickableWhenHasChildren: true,
|
|
379
|
+
onClick: () => {
|
|
380
|
+
ContextMenu.closeContextMenu();
|
|
381
|
+
c.doUIAction(detail.uiactionId, nodeData, evt, detail.appId);
|
|
382
|
+
}
|
|
383
|
+
};
|
|
384
|
+
});
|
|
385
|
+
switch (group.groupExtractMode) {
|
|
386
|
+
case "ITEMS":
|
|
387
|
+
menuItem.children = menuItems;
|
|
388
|
+
break;
|
|
389
|
+
case "ITEMX":
|
|
390
|
+
if (menuItems) {
|
|
391
|
+
menuItem = menuItems[0];
|
|
392
|
+
menuItem.children = menuItems.slice(1);
|
|
393
|
+
}
|
|
394
|
+
break;
|
|
395
|
+
case "ITEM":
|
|
396
|
+
default:
|
|
397
|
+
menuItem = void 0;
|
|
398
|
+
if (menuItems) {
|
|
399
|
+
result.push(...menuItems);
|
|
400
|
+
}
|
|
401
|
+
break;
|
|
402
|
+
}
|
|
403
|
+
}
|
|
404
|
+
}
|
|
405
|
+
if (menuItem) {
|
|
406
|
+
result.push(menuItem);
|
|
315
407
|
}
|
|
316
|
-
result.push(menuItem);
|
|
317
408
|
});
|
|
318
409
|
return result;
|
|
319
410
|
};
|
|
@@ -366,7 +457,13 @@ const TreeControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
366
457
|
id: data._uuid
|
|
367
458
|
}));
|
|
368
459
|
}
|
|
369
|
-
|
|
460
|
+
if (props.isSimple) {
|
|
461
|
+
const tempData = lodashEs.cloneDeep(nodeData);
|
|
462
|
+
tempData._id = data._id;
|
|
463
|
+
c.onExpandChange(tempData, expanded);
|
|
464
|
+
} else {
|
|
465
|
+
c.onExpandChange(nodeData, expanded);
|
|
466
|
+
}
|
|
370
467
|
};
|
|
371
468
|
const debounceSearch = lodashEs.debounce(() => {
|
|
372
469
|
c.load();
|
|
@@ -443,6 +540,7 @@ const TreeControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
443
540
|
allowDrop,
|
|
444
541
|
allowDrag,
|
|
445
542
|
handleDrop,
|
|
543
|
+
onShowNavView,
|
|
446
544
|
onNodeTextEditBlur
|
|
447
545
|
};
|
|
448
546
|
},
|
|
@@ -470,7 +568,7 @@ const TreeControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
470
568
|
const key = this.c.controlPanel ? "tree" : "default";
|
|
471
569
|
slots[key] = () => {
|
|
472
570
|
if (this.c.state.isLoaded && this.treeRefreshKey) {
|
|
473
|
-
return vue.createVNode(vue.resolveComponent("el-tree"), {
|
|
571
|
+
return [vue.createVNode(vue.resolveComponent("el-tree"), {
|
|
474
572
|
"ref": "treeRef",
|
|
475
573
|
"class": this.ns.b("tree"),
|
|
476
574
|
"key": this.treeRefreshKey,
|
|
@@ -551,20 +649,34 @@ const TreeControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
551
649
|
}
|
|
552
650
|
return vue.createVNode("div", {
|
|
553
651
|
"onDblclick": (evt) => this.onNodeDbClick(nodeData, evt),
|
|
554
|
-
"onClick": (evt) => this.onNodeClick(nodeData, evt),
|
|
652
|
+
"onClick": (evt) => this.onNodeClick(nodeData, data, evt),
|
|
555
653
|
"onContextmenu": (evt) => this.onNodeContextmenu(nodeData, evt),
|
|
556
654
|
"class": [this.ns.b("node"), nodeData._disableSelect ? this.ns.bm("node", "disabled") : "", (_b = nodeModel.sysCss) == null ? void 0 : _b.cssName]
|
|
557
655
|
}, [content, this.renderCounter(nodeModel), this.renderContextMenu(nodeModel, nodeData)]);
|
|
558
656
|
}
|
|
559
|
-
})
|
|
657
|
+
}), this.c.state.enableNavView ? !this.c.state.showNavView ? vue.createVNode("ion-icon", {
|
|
658
|
+
"class": this.ns.e("nav-icon"),
|
|
659
|
+
"title": ibiz.i18n.t("component.controlNavigation.showNav"),
|
|
660
|
+
"name": "eye-outline",
|
|
661
|
+
"onClick": this.onShowNavView
|
|
662
|
+
}, null) : vue.createVNode("ion-icon", {
|
|
663
|
+
"class": this.ns.e("nav-icon"),
|
|
664
|
+
"title": ibiz.i18n.t("component.controlNavigation.hiddenNav"),
|
|
665
|
+
"name": "eye-off-outline",
|
|
666
|
+
"onClick": this.onShowNavView
|
|
667
|
+
}, null) : null];
|
|
560
668
|
}
|
|
561
669
|
};
|
|
562
|
-
return vue.
|
|
563
|
-
"ref": "treeviewRef",
|
|
670
|
+
return vue.createVNode(vue.resolveComponent("iBizControlNavigation"), {
|
|
564
671
|
"controller": this.c
|
|
565
|
-
},
|
|
566
|
-
default: () => [
|
|
567
|
-
|
|
672
|
+
}, {
|
|
673
|
+
default: () => [vue.withDirectives(vue.createVNode(vue.resolveComponent("iBizControlBase"), {
|
|
674
|
+
"ref": "treeviewRef",
|
|
675
|
+
"controller": this.c
|
|
676
|
+
}, _isSlot(slots) ? slots : {
|
|
677
|
+
default: () => [slots]
|
|
678
|
+
}), [[vue.resolveDirective("loading"), this.c.state.isLoading]])]
|
|
679
|
+
});
|
|
568
680
|
}
|
|
569
681
|
});
|
|
570
682
|
|