@ibiz-template/vue3-components 0.7.37-alpha.5 → 0.7.38-alpha.12
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-B_Fo_3Rt.js +1 -0
- package/dist/{index-2J-iBLG-.js → index-BvI3oZGL.js} +1 -1
- package/dist/index-VQ3FT6ih.js +4 -0
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/xlsx-util-XDKOLzzW.js +2 -0
- package/es/common/action-toolbar/action-toolbar.mjs +1 -1
- 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/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.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/grid-setting/grid-setting.mjs +1 -1
- package/es/common/index.mjs +4 -0
- package/es/common/map-chart/map-chart.mjs +2 -2
- 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 +42 -32
- 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.mjs +82 -51
- package/es/control/app-menu/custom-menu-design/custom-menu-design.mjs +4 -1
- 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.mjs +1 -1
- 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.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 +33 -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 +1 -1
- 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 +45 -1
- package/es/control/data-view/data-view.mjs +117 -17
- package/es/control/data-view/index.d.ts +45 -1
- package/es/control/data-view/index.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.mjs +6 -3
- package/es/control/drtab/drtab.css +1 -1
- package/es/control/drtab/drtab.mjs +26 -24
- 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 +22 -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 +1 -1
- 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.mjs +14 -1
- 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 +8 -2
- 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 +35 -0
- package/es/control/list/index.mjs +1 -1
- package/es/control/list/list.css +1 -1
- package/es/control/list/list.d.ts +35 -0
- package/es/control/list/list.mjs +139 -32
- package/es/control/map/index.mjs +1 -1
- package/es/control/map/map.mjs +1 -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 +1 -1
- 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 +3 -3
- package/es/control/tree/el-tree-util.d.ts +2 -2
- package/es/control/tree/index.d.ts +47 -3
- package/es/control/tree/index.mjs +1 -1
- package/es/control/tree/tree.css +1 -1
- package/es/control/tree/tree.d.ts +47 -3
- package/es/control/tree/tree.mjs +91 -8
- 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.d.ts +1 -1
- package/es/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.mjs +1 -1
- 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 +4 -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 +1 -1
- 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 +8 -0
- package/es/locale/en/index.mjs +10 -3
- package/es/locale/zh-CN/index.d.ts +8 -0
- package/es/locale/zh-CN/index.mjs +10 -3
- 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.mjs +1 -1
- package/es/panel-component/index.mjs +6 -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 +330 -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 +42 -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/panel-app-title.mjs +1 -1
- 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/pagination/use-pagination.mjs +21 -0
- 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/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/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/custom-theme/custom-theme.controller.cjs +2 -3
- package/lib/common/index.cjs +4 -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 +42 -32
- package/lib/common/split/split.cjs +2 -2
- package/lib/common/split/split.css +1 -1
- package/lib/control/app-menu/app-menu.cjs +80 -49
- package/lib/control/app-menu/app-menu.css +1 -1
- package/lib/control/app-menu/custom-menu-design/custom-menu-design.cjs +3 -0
- 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/portlet-layout/portlet-layout.cjs +15 -3
- package/lib/control/data-view/data-view.cjs +115 -15
- package/lib/control/data-view/data-view.css +1 -1
- package/lib/control/drbar/drbar.cjs +23 -23
- package/lib/control/drbar/drbar.css +1 -1
- package/lib/control/drtab/drtab-control.util.cjs +1 -1
- package/lib/control/drtab/drtab.cjs +25 -23
- package/lib/control/drtab/drtab.controller.cjs +6 -3
- 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.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 +13 -0
- package/lib/control/grid/grid/grid-control.util.cjs +44 -1
- package/lib/control/grid/grid/grid.cjs +7 -1
- package/lib/control/grid/grid/grid.css +1 -1
- package/lib/control/index.cjs +80 -78
- package/lib/control/list/list.cjs +137 -30
- package/lib/control/list/list.css +1 -1
- package/lib/control/search-bar/quick-search-select/quick-search-select.cjs +2 -0
- package/lib/control/toolbar/toolbar.cjs +2 -2
- package/lib/control/tree/tree.cjs +90 -7
- 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-select-view/ibiz-picker-select-view.cjs +2 -0
- package/lib/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.css +1 -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 +10 -3
- package/lib/locale/zh-CN/index.cjs +10 -3
- 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.cjs +35 -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 +332 -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 +41 -3
- 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/pagination/use-pagination.cjs +21 -0
- 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/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 +21 -21
- package/dist/chart-IZpj2cdX.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.35-alpha.1_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.35-alpha.1_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,25 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var runtime = require('@ibiz-template/runtime');
|
|
6
|
+
var vue3Util = require('@ibiz-template/vue3-util');
|
|
7
|
+
var panelButtonList = require('./panel-button-list.cjs');
|
|
8
|
+
var panelButtonList_provider = require('./panel-button-list.provider.cjs');
|
|
9
|
+
var panelButtonList_controller = require('./panel-button-list.controller.cjs');
|
|
10
|
+
|
|
11
|
+
"use strict";
|
|
12
|
+
const IBizPanelButtonList = vue3Util.withInstall(
|
|
13
|
+
panelButtonList.PanelButtonList,
|
|
14
|
+
function(v) {
|
|
15
|
+
v.component(panelButtonList.PanelButtonList.name, panelButtonList.PanelButtonList);
|
|
16
|
+
runtime.registerPanelItemProvider(
|
|
17
|
+
"BUTTONLIST",
|
|
18
|
+
() => new panelButtonList_provider.PanelButtonListProvider()
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
|
|
23
|
+
exports.PanelButtonListController = panelButtonList_controller.PanelButtonListController;
|
|
24
|
+
exports.IBizPanelButtonList = IBizPanelButtonList;
|
|
25
|
+
exports.default = IBizPanelButtonList;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var vue = require('vue');
|
|
6
|
+
var vue3Util = require('@ibiz-template/vue3-util');
|
|
7
|
+
var panelButtonList_controller = require('./panel-button-list.controller.cjs');
|
|
8
|
+
require('./panel-button-list.css');
|
|
9
|
+
|
|
10
|
+
"use strict";
|
|
11
|
+
const PanelButtonList = /* @__PURE__ */ vue.defineComponent({
|
|
12
|
+
name: "IBizPanelButtonList",
|
|
13
|
+
props: {
|
|
14
|
+
modelData: {
|
|
15
|
+
type: Object,
|
|
16
|
+
required: true
|
|
17
|
+
},
|
|
18
|
+
controller: {
|
|
19
|
+
type: panelButtonList_controller.PanelButtonListController,
|
|
20
|
+
required: true
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
setup(props) {
|
|
24
|
+
const ns = vue3Util.useNamespace("panel-button-list");
|
|
25
|
+
const c = props.controller;
|
|
26
|
+
const handleClick = async (e, actionId) => {
|
|
27
|
+
e.stopPropagation();
|
|
28
|
+
c.doUIAction(actionId, e);
|
|
29
|
+
};
|
|
30
|
+
return {
|
|
31
|
+
ns,
|
|
32
|
+
handleClick
|
|
33
|
+
};
|
|
34
|
+
},
|
|
35
|
+
render() {
|
|
36
|
+
const {
|
|
37
|
+
state
|
|
38
|
+
} = this.controller;
|
|
39
|
+
if (state.visible) {
|
|
40
|
+
return vue.createVNode(vue.resolveComponent("iBizButtonList"), {
|
|
41
|
+
"class": [this.ns.b(), ...this.controller.containerClass],
|
|
42
|
+
"model": this.modelData,
|
|
43
|
+
"disabled": state.disabled,
|
|
44
|
+
"buttonsState": state.buttonsState,
|
|
45
|
+
"onClick": this.handleClick
|
|
46
|
+
}, null);
|
|
47
|
+
}
|
|
48
|
+
return null;
|
|
49
|
+
}
|
|
50
|
+
});
|
|
51
|
+
|
|
52
|
+
exports.PanelButtonList = PanelButtonList;
|
|
53
|
+
exports.default = PanelButtonList;
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var runtime = require('@ibiz-template/runtime');
|
|
4
|
+
var panelButtonList_state = require('./panel-button-list.state.cjs');
|
|
5
|
+
|
|
6
|
+
"use strict";
|
|
7
|
+
class PanelButtonListController extends runtime.PanelItemController {
|
|
8
|
+
createState() {
|
|
9
|
+
var _a;
|
|
10
|
+
return new panelButtonList_state.PanelButtonListState((_a = this.parent) == null ? void 0 : _a.state);
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* 父容器数据对象数据
|
|
14
|
+
* @author lxm
|
|
15
|
+
* @date 2023-07-15 01:33:58
|
|
16
|
+
* @readonly
|
|
17
|
+
* @type {IData}
|
|
18
|
+
*/
|
|
19
|
+
get data() {
|
|
20
|
+
return this.dataParent.data;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Creates an instance of PanelButtonController.
|
|
24
|
+
* @param {IPanelButtonList} model
|
|
25
|
+
* @param {PanelController} panel
|
|
26
|
+
* @param {PanelItemController} [parent]
|
|
27
|
+
* @memberof PanelButtonController
|
|
28
|
+
*/
|
|
29
|
+
constructor(model, panel, parent) {
|
|
30
|
+
super(model, panel, parent);
|
|
31
|
+
this.state.buttonsState = new runtime.ButtonContainerState();
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* 初始化
|
|
35
|
+
*
|
|
36
|
+
* @return {*} {Promise<void>}
|
|
37
|
+
* @memberof PanelButtonController
|
|
38
|
+
*/
|
|
39
|
+
async onInit() {
|
|
40
|
+
await super.onInit();
|
|
41
|
+
await this.initButtonsState();
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* 初始化按钮组状态
|
|
45
|
+
*
|
|
46
|
+
* @protected
|
|
47
|
+
* @return {*} {Promise<void>}
|
|
48
|
+
* @memberof PanelButtonListController
|
|
49
|
+
*/
|
|
50
|
+
async initButtonsState() {
|
|
51
|
+
var _a;
|
|
52
|
+
const { buttonListType, uiactionGroup, panelButtons } = this.model;
|
|
53
|
+
if (buttonListType === "UIACTIONGROUP") {
|
|
54
|
+
(_a = uiactionGroup == null ? void 0 : uiactionGroup.uiactionGroupDetails) == null ? void 0 : _a.forEach((detail) => {
|
|
55
|
+
if (detail.uiactionId) {
|
|
56
|
+
const buttonState = new runtime.UIActionButtonState(
|
|
57
|
+
detail.id,
|
|
58
|
+
this.model.appId,
|
|
59
|
+
detail.uiactionId
|
|
60
|
+
);
|
|
61
|
+
this.state.buttonsState.addState(detail.id, buttonState);
|
|
62
|
+
}
|
|
63
|
+
});
|
|
64
|
+
} else {
|
|
65
|
+
panelButtons == null ? void 0 : panelButtons.forEach((button) => {
|
|
66
|
+
if (button.uiactionId) {
|
|
67
|
+
const buttonState = new runtime.UIActionButtonState(
|
|
68
|
+
button.id,
|
|
69
|
+
this.model.appId,
|
|
70
|
+
button.uiactionId
|
|
71
|
+
);
|
|
72
|
+
this.state.buttonsState.addState(button.id, buttonState);
|
|
73
|
+
}
|
|
74
|
+
});
|
|
75
|
+
}
|
|
76
|
+
await this.state.buttonsState.init();
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* 面板数据变更通知(由面板控制器调用)
|
|
80
|
+
*
|
|
81
|
+
* @param {string[]} names
|
|
82
|
+
* @memberof PanelButtonController
|
|
83
|
+
*/
|
|
84
|
+
async dataChangeNotify(names) {
|
|
85
|
+
await this.state.buttonsState.update(
|
|
86
|
+
this.panel.context,
|
|
87
|
+
this.data,
|
|
88
|
+
this.panel.model.appDataEntityId
|
|
89
|
+
);
|
|
90
|
+
super.dataChangeNotify(names);
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* 面板状态变更通知
|
|
94
|
+
*
|
|
95
|
+
* @param {PanelNotifyState} _state
|
|
96
|
+
* @memberof PanelButtonController
|
|
97
|
+
*/
|
|
98
|
+
async panelStateNotify(_state) {
|
|
99
|
+
await this.state.buttonsState.update(
|
|
100
|
+
this.panel.context,
|
|
101
|
+
this.data,
|
|
102
|
+
this.panel.model.appDataEntityId
|
|
103
|
+
);
|
|
104
|
+
super.panelStateNotify(_state);
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* 执行界面行为
|
|
108
|
+
*
|
|
109
|
+
* @param {string} actionId
|
|
110
|
+
* @param {MouseEvent} event
|
|
111
|
+
* @return {*} {Promise<void>}
|
|
112
|
+
* @memberof PanelButtonListController
|
|
113
|
+
*/
|
|
114
|
+
async doUIAction(actionId, event) {
|
|
115
|
+
await runtime.UIActionUtil.execAndResolved(
|
|
116
|
+
actionId,
|
|
117
|
+
{
|
|
118
|
+
context: this.panel.context,
|
|
119
|
+
params: {
|
|
120
|
+
panelDataParent: this.dataParent.model.id,
|
|
121
|
+
...this.panel.params
|
|
122
|
+
},
|
|
123
|
+
data: [this.data],
|
|
124
|
+
view: this.panel.view,
|
|
125
|
+
event,
|
|
126
|
+
noWaitRoute: true
|
|
127
|
+
},
|
|
128
|
+
this.model.appId
|
|
129
|
+
);
|
|
130
|
+
}
|
|
131
|
+
calcItemVisible(data) {
|
|
132
|
+
if (!this.state.buttonsState.visible) {
|
|
133
|
+
this.state.visible = false;
|
|
134
|
+
return;
|
|
135
|
+
}
|
|
136
|
+
super.calcItemVisible(data);
|
|
137
|
+
}
|
|
138
|
+
calcItemDisabled(data) {
|
|
139
|
+
if (this.state.buttonsState.disabled) {
|
|
140
|
+
this.state.disabled = true;
|
|
141
|
+
return;
|
|
142
|
+
}
|
|
143
|
+
super.calcItemDisabled(data);
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
exports.PanelButtonListController = PanelButtonListController;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ibiz-panel-button-list{width:100%;height:100%;padding:var(--ibiz-spacing-tight);overflow:hidden}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var panelButtonList_controller = require('./panel-button-list.controller.cjs');
|
|
4
|
+
|
|
5
|
+
"use strict";
|
|
6
|
+
var __defProp = Object.defineProperty;
|
|
7
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
8
|
+
var __publicField = (obj, key, value) => {
|
|
9
|
+
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
10
|
+
return value;
|
|
11
|
+
};
|
|
12
|
+
class PanelButtonListProvider {
|
|
13
|
+
constructor() {
|
|
14
|
+
__publicField(this, "component", "IBizPanelButtonList");
|
|
15
|
+
}
|
|
16
|
+
async createController(panelItem, panel, parent) {
|
|
17
|
+
const c = new panelButtonList_controller.PanelButtonListController(panelItem, panel, parent);
|
|
18
|
+
await c.init();
|
|
19
|
+
return c;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
exports.PanelButtonListProvider = PanelButtonListProvider;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var runtime = require('@ibiz-template/runtime');
|
|
4
|
+
|
|
5
|
+
"use strict";
|
|
6
|
+
var __defProp = Object.defineProperty;
|
|
7
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
8
|
+
var __publicField = (obj, key, value) => {
|
|
9
|
+
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
10
|
+
return value;
|
|
11
|
+
};
|
|
12
|
+
class PanelButtonListState extends runtime.PanelItemState {
|
|
13
|
+
constructor() {
|
|
14
|
+
super(...arguments);
|
|
15
|
+
/**
|
|
16
|
+
* 按钮组状态
|
|
17
|
+
*
|
|
18
|
+
* @type {IButtonContainerState}
|
|
19
|
+
* @memberof PanelButtonListState
|
|
20
|
+
*/
|
|
21
|
+
__publicField(this, "buttonsState");
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
exports.PanelButtonListState = PanelButtonListState;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.ibiz-panel-index-view-search{--ibiz-panel-index-view-search-text-color:var(--ibiz-color-text-0);--ibiz-panel-index-view-search-placeholder-text-color:var(--ibiz-color-text-2);--ibiz-panel-index-view-search-bg-color:var(--ibiz-color-
|
|
1
|
+
.ibiz-panel-index-view-search{--ibiz-panel-index-view-search-text-color:var(--ibiz-color-text-0);--ibiz-panel-index-view-search-placeholder-text-color:var(--ibiz-color-text-2);--ibiz-panel-index-view-search-bg-color:var(--ibiz-color-bg-5);--ibiz-panel-index-view-search-btn-width:var(--ibiz-height-control-large);width:100%;height:100%}.ibiz-panel-index-view-search .el-input__wrapper{background-color:var(--ibiz-panel-index-view-search-bg-color);box-shadow:none}.ibiz-panel-index-view-search .el-input__wrapper .el-input__prefix{color:var(--ibiz-panel-index-view-search-text-color)}.ibiz-panel-index-view-search .el-input__wrapper .el-input__inner{color:var(--ibiz-panel-index-view-search-text-color)}.ibiz-panel-index-view-search .el-input__wrapper .el-input__inner::-moz-placeholder{color:var(--ibiz-panel-index-view-search-placeholder-text-color)}.ibiz-panel-index-view-search .el-input__wrapper .el-input__inner::placeholder{color:var(--ibiz-panel-index-view-search-placeholder-text-color)}.ibiz-panel-index-view-search-btn{padding:0 var(--ibiz-spacing-tight);font-size:var(--ibiz-font-size-header-4)}.ibiz-panel-index-view-search-btn .el-button{width:var(--ibiz-panel-index-view-search-btn-width);padding:var(--ibiz-spacing-base-tight)}.ibiz-panel-index-view-search-btn:hover{background-color:transparent}
|
|
@@ -37,6 +37,12 @@ const PanelViewContent = /* @__PURE__ */ vue.defineComponent({
|
|
|
37
37
|
};
|
|
38
38
|
const classArr = vue.computed(() => {
|
|
39
39
|
let result = [ns.b(), ns.m(id)];
|
|
40
|
+
const {
|
|
41
|
+
view
|
|
42
|
+
} = props.controller.panel;
|
|
43
|
+
if (view.model.viewType) {
|
|
44
|
+
result.push(ns.m(view.model.viewType.toLowerCase()));
|
|
45
|
+
}
|
|
40
46
|
if (showCaption === true) {
|
|
41
47
|
result = [...result, ...props.controller.containerClass, ns.is("collapse", collapsible && isCollapse.value), ns.is("hidden", !props.controller.state.visible)];
|
|
42
48
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.ibiz-panel-view-header{width:auto;height:64px;border-bottom:1px solid var(--ibiz-color-border)}.ibiz-panel-view-header .ibiz-row{height:100%}.ibiz-panel-view-header .ibiz-panel-container--view_header_right{padding:0 var(--ibiz-spacing-base)}
|
|
1
|
+
.ibiz-panel-view-header{width:auto;height:64px;border-bottom:1px solid var(--ibiz-color-border)}.ibiz-panel-view-header .ibiz-row{height:100%}.ibiz-panel-view-header .ibiz-panel-container--view_header_right{padding:0 var(--ibiz-spacing-base)}.ibiz-panel-view-header .el-tabs__nav-wrap::after{display:none}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@charset "UTF-8";.ibiz-modal{--ibiz-modal-z-index:var(--ibiz-z-index-modal);--ibiz-modal-background-color:var(--ibiz-color-bg-1)}.ibiz-modal.el-dialog{overflow:visible}.ibiz-modal .el-dialog__header{position:relative;padding:0}.ibiz-modal .el-dialog__body{height:100%;padding:0;background-color:var(--ibiz-modal-background-color)}.ibiz-modal .el-dialog__headerbtn{top:-40px;right:-60px;border:var(--ibiz-spacing-super-tight) solid var(--ibiz-color-
|
|
1
|
+
@charset "UTF-8";.ibiz-modal{--ibiz-modal-z-index:var(--ibiz-z-index-modal);--ibiz-modal-background-color:var(--ibiz-color-bg-1)}.ibiz-modal.el-dialog{overflow:visible}.ibiz-modal .el-dialog__header{position:relative;padding:0}.ibiz-modal .el-dialog__body{height:100%;padding:0;background-color:var(--ibiz-modal-background-color)}.ibiz-modal .el-dialog__headerbtn{top:-40px;right:-60px;border:var(--ibiz-spacing-super-tight) solid var(--ibiz-color-primary-text);border-radius:var(--ibiz-border-radius-circle);display:flex;align-items:center;justify-content:center}.ibiz-modal .el-dialog__headerbtn .el-dialog__close{font-size:var(--ibiz-font-size-header-4);color:var(--ibiz-color-primary-text)}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var vue = require('vue');
|
|
4
4
|
var ElementPlus = require('element-plus');
|
|
5
|
+
var namespace = require('../../node_modules/.pnpm/@ibiz-template_core@0.7.35-alpha.1_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');
|
|
5
6
|
var fullscreenToolbar = require('../../common/fullscreen-toolbar/fullscreen-toolbar.cjs');
|
|
6
7
|
|
|
7
8
|
"use strict";
|
|
@@ -49,7 +50,7 @@ class FullscreenUtil {
|
|
|
49
50
|
if (this.FullscreenClass) {
|
|
50
51
|
div.classList.toggle(this.FullscreenClass);
|
|
51
52
|
}
|
|
52
|
-
div.style.background = "
|
|
53
|
+
div.style.background = "var(--".concat(namespace.defaultNamespace, "-bg-1)");
|
|
53
54
|
const content = document.createElement("div");
|
|
54
55
|
content.id = "fullscreen";
|
|
55
56
|
content.style.position = "absolute";
|
|
@@ -1,12 +1,29 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
var runtime = require('@ibiz-template/runtime');
|
|
4
|
+
var lodashEs = require('lodash-es');
|
|
5
|
+
|
|
3
6
|
"use strict";
|
|
4
7
|
function usePagination(c) {
|
|
8
|
+
const initGridItems = () => {
|
|
9
|
+
const controller = c;
|
|
10
|
+
if (Array.isArray(controller.state.simpleData)) {
|
|
11
|
+
controller.state.items = lodashEs.chunk(controller.state.simpleData, controller.state.size)[controller.state.curPage - 1] || [];
|
|
12
|
+
controller.state.rows = controller.state.items.map((item) => {
|
|
13
|
+
const row = new runtime.GridRowState(new runtime.ControlVO(item), controller);
|
|
14
|
+
return row;
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
};
|
|
5
18
|
function onPageChange(page) {
|
|
6
19
|
if (!page || page === c.state.curPage) {
|
|
7
20
|
return;
|
|
8
21
|
}
|
|
9
22
|
c.state.curPage = page;
|
|
23
|
+
if (c.context && c.context.srfrunmode === "DESIGN") {
|
|
24
|
+
initGridItems();
|
|
25
|
+
return;
|
|
26
|
+
}
|
|
10
27
|
c.load();
|
|
11
28
|
}
|
|
12
29
|
function onPageSizeChange(size) {
|
|
@@ -14,6 +31,10 @@ function usePagination(c) {
|
|
|
14
31
|
return;
|
|
15
32
|
}
|
|
16
33
|
c.state.size = size;
|
|
34
|
+
if (c.context && c.context.srfrunmode === "DESIGN") {
|
|
35
|
+
initGridItems();
|
|
36
|
+
return;
|
|
37
|
+
}
|
|
17
38
|
if (c.state.curPage === 1) {
|
|
18
39
|
c.load();
|
|
19
40
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
var core = require('@ibiz-template/core');
|
|
3
4
|
var runtime = require('@ibiz-template/runtime');
|
|
4
5
|
|
|
5
6
|
"use strict";
|
|
@@ -26,6 +27,36 @@ class DataViewEngine extends runtime.MDViewEngine {
|
|
|
26
27
|
}
|
|
27
28
|
this.view.slotProps.dataview.mdctrlActiveMode = model.mdctrlActiveMode;
|
|
28
29
|
}
|
|
30
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/explicit-module-boundary-types
|
|
31
|
+
async call(key, args) {
|
|
32
|
+
if (key === runtime.SysUIActionTag.EXPAND) {
|
|
33
|
+
const { srfcollapsetag, srfgroup } = args.params || {};
|
|
34
|
+
const tag = srfcollapsetag || srfgroup;
|
|
35
|
+
if (!tag) {
|
|
36
|
+
throw new core.RuntimeError(ibiz.i18n.t("viewEngine.noExpandTag"));
|
|
37
|
+
}
|
|
38
|
+
this.dataview.changeCollapse({ tag, expand: true });
|
|
39
|
+
return null;
|
|
40
|
+
}
|
|
41
|
+
if (key === runtime.SysUIActionTag.COLLAPSE) {
|
|
42
|
+
const { srfcollapsetag, srfgroup } = args.params || {};
|
|
43
|
+
const tag = srfcollapsetag || srfgroup;
|
|
44
|
+
if (!tag) {
|
|
45
|
+
throw new core.RuntimeError(ibiz.i18n.t("viewEngine.noCollapseTag"));
|
|
46
|
+
}
|
|
47
|
+
this.dataview.changeCollapse({ tag, expand: false });
|
|
48
|
+
return null;
|
|
49
|
+
}
|
|
50
|
+
if (key === runtime.SysUIActionTag.EXPANDALL) {
|
|
51
|
+
this.dataview.changeCollapse({ expand: true });
|
|
52
|
+
return null;
|
|
53
|
+
}
|
|
54
|
+
if (key === runtime.SysUIActionTag.COLLAPSEALL) {
|
|
55
|
+
this.dataview.changeCollapse({ expand: false });
|
|
56
|
+
return null;
|
|
57
|
+
}
|
|
58
|
+
return super.call(key, args);
|
|
59
|
+
}
|
|
29
60
|
}
|
|
30
61
|
|
|
31
62
|
exports.DataViewEngine = DataViewEngine;
|
|
@@ -38,6 +38,21 @@ class DEIndexViewEngine extends editView_engine.EditViewEngine {
|
|
|
38
38
|
this.view.slotProps.drbar.srfnav = this.view.state.srfnav;
|
|
39
39
|
this.view.slotProps.drbar.hideEditItem = true;
|
|
40
40
|
}
|
|
41
|
+
/**
|
|
42
|
+
* @description 监控form事件
|
|
43
|
+
* @param {EventBase} event
|
|
44
|
+
* @memberof DEIndexViewEngine
|
|
45
|
+
*/
|
|
46
|
+
formDataStateChange(event) {
|
|
47
|
+
var _a;
|
|
48
|
+
const { evt } = this.view;
|
|
49
|
+
const formDeId = this.form.model.appDataEntityId;
|
|
50
|
+
const data = event.data[0];
|
|
51
|
+
(_a = this.toolbar) == null ? void 0 : _a.calcButtonState(data, formDeId);
|
|
52
|
+
if (data.srfkey) {
|
|
53
|
+
evt.emit("onViewInfoChange", { dataInfo: data.srfmajortext || "" });
|
|
54
|
+
}
|
|
55
|
+
}
|
|
41
56
|
}
|
|
42
57
|
|
|
43
58
|
exports.DEIndexViewEngine = DEIndexViewEngine;
|
|
@@ -58,11 +58,19 @@ class EditViewEngine extends runtime.ViewEngineBase {
|
|
|
58
58
|
*/
|
|
59
59
|
async modalEventHook(context) {
|
|
60
60
|
var _a, _b;
|
|
61
|
-
|
|
62
|
-
const isChange = (((_a = this.form) == null ? void 0 : _a.state.modified) || uiDomain.dataModification) && this.view.model.enableDirtyChecking === true;
|
|
63
|
-
if (isChange && ((_b = this.form) == null ? void 0 : _b.model.enableAutoSave) && !uiDomain.dataModification) {
|
|
61
|
+
if (this.form && this.form.state.modified && this.form.model.enableAutoSave) {
|
|
64
62
|
await this.form.immediateAutoSave();
|
|
65
|
-
}
|
|
63
|
+
}
|
|
64
|
+
const srfSessionid = this.view.context.srfsessionid;
|
|
65
|
+
const uiDomain = ibiz.uiDomainManager.get(srfSessionid);
|
|
66
|
+
let isChange = this.view.model.enableDirtyChecking === true;
|
|
67
|
+
const isTopView = srfSessionid === this.view.id;
|
|
68
|
+
if (isTopView) {
|
|
69
|
+
isChange = isChange && (((_a = this.form) == null ? void 0 : _a.state.modified) || uiDomain.dataModification);
|
|
70
|
+
} else {
|
|
71
|
+
isChange = isChange && ((_b = this.form) == null ? void 0 : _b.state.modified);
|
|
72
|
+
}
|
|
73
|
+
if (isChange && context.allowClose == null) {
|
|
66
74
|
const isAllow = await ibiz.confirm.error({
|
|
67
75
|
title: ibiz.i18n.t("viewEngine.closeRemind"),
|
|
68
76
|
desc: ibiz.i18n.t("viewEngine.confirmClosePrompt")
|
|
@@ -77,6 +85,7 @@ class EditViewEngine extends runtime.ViewEngineBase {
|
|
|
77
85
|
async onCreated() {
|
|
78
86
|
await super.onCreated();
|
|
79
87
|
this.modalEventHook = this.modalEventHook.bind(this);
|
|
88
|
+
this.formDataStateChange = this.formDataStateChange.bind(this);
|
|
80
89
|
const { childNames, modal } = this.view;
|
|
81
90
|
childNames.push("form");
|
|
82
91
|
this.deName = runtime.calcDeCodeNameById(this.view.model.appDataEntityId);
|
|
@@ -90,27 +99,33 @@ class EditViewEngine extends runtime.ViewEngineBase {
|
|
|
90
99
|
this.view.slotProps.toolbar.manualCalcButtonState = true;
|
|
91
100
|
modal.hooks.shouldDismiss.tapPromise(this.modalEventHook);
|
|
92
101
|
}
|
|
102
|
+
/**
|
|
103
|
+
* @description 监控form事件
|
|
104
|
+
* @param {EventBase} event
|
|
105
|
+
* @memberof EditViewEngine
|
|
106
|
+
*/
|
|
107
|
+
formDataStateChange(event) {
|
|
108
|
+
var _a;
|
|
109
|
+
const { model, evt } = this.view;
|
|
110
|
+
const formDeId = this.form.model.appDataEntityId;
|
|
111
|
+
const data = event.data[0];
|
|
112
|
+
(_a = this.toolbar) == null ? void 0 : _a.calcButtonState(data, formDeId);
|
|
113
|
+
if (model.showDataInfoBar) {
|
|
114
|
+
if (data.srfkey) {
|
|
115
|
+
evt.emit("onViewInfoChange", { dataInfo: data.srfmajortext || "" });
|
|
116
|
+
} else {
|
|
117
|
+
evt.emit("onViewInfoChange", {
|
|
118
|
+
dataInfo: ibiz.i18n.t("app.newlyBuild")
|
|
119
|
+
});
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
}
|
|
93
123
|
async onMounted() {
|
|
94
124
|
await super.onMounted();
|
|
95
125
|
this.initMarkOpenData();
|
|
96
126
|
const { model, evt } = this.view;
|
|
97
|
-
const formDeId = this.form.model.appDataEntityId;
|
|
98
|
-
const formDataStateChange = (event) => {
|
|
99
|
-
var _a;
|
|
100
|
-
const data = event.data[0];
|
|
101
|
-
(_a = this.toolbar) == null ? void 0 : _a.calcButtonState(data, formDeId);
|
|
102
|
-
if (model.showDataInfoBar) {
|
|
103
|
-
if (data.srfkey) {
|
|
104
|
-
evt.emit("onViewInfoChange", { dataInfo: data.srfmajortext || "" });
|
|
105
|
-
} else {
|
|
106
|
-
evt.emit("onViewInfoChange", {
|
|
107
|
-
dataInfo: ibiz.i18n.t("app.newlyBuild")
|
|
108
|
-
});
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
};
|
|
112
127
|
this.form.evt.on("onLoadSuccess", (event) => {
|
|
113
|
-
formDataStateChange(event);
|
|
128
|
+
this.formDataStateChange(event);
|
|
114
129
|
const data = event.data[0];
|
|
115
130
|
this.view.state.srfactiveviewdata = data;
|
|
116
131
|
if (Object.prototype.hasOwnProperty.call(data, "srfreadonly")) {
|
|
@@ -119,7 +134,7 @@ class EditViewEngine extends runtime.ViewEngineBase {
|
|
|
119
134
|
evt.emit("onDataChange", { ...event, actionType: "LOAD" });
|
|
120
135
|
});
|
|
121
136
|
this.form.evt.on("onLoadDraftSuccess", (event) => {
|
|
122
|
-
formDataStateChange(event);
|
|
137
|
+
this.formDataStateChange(event);
|
|
123
138
|
evt.emit("onDataChange", { ...event, actionType: "LOADDRAFT" });
|
|
124
139
|
});
|
|
125
140
|
this.form.evt.on("onSaveSuccess", (event) => {
|
|
@@ -129,11 +144,11 @@ class EditViewEngine extends runtime.ViewEngineBase {
|
|
|
129
144
|
if (this.view.context[deName] !== formData.srfkey) {
|
|
130
145
|
this.view.context[deName] = formData.srfkey;
|
|
131
146
|
}
|
|
132
|
-
formDataStateChange(event);
|
|
147
|
+
this.formDataStateChange(event);
|
|
133
148
|
evt.emit("onDataChange", { ...event, actionType: "SAVE" });
|
|
134
149
|
});
|
|
135
150
|
this.form.evt.on("onRemoveSuccess", (event) => {
|
|
136
|
-
formDataStateChange(event);
|
|
151
|
+
this.formDataStateChange(event);
|
|
137
152
|
evt.emit("onDataChange", { ...event, actionType: "REMOVE" });
|
|
138
153
|
});
|
|
139
154
|
if (!this.view.state.noLoadDefault && model.loadDefault) {
|
|
@@ -196,6 +211,32 @@ class EditViewEngine extends runtime.ViewEngineBase {
|
|
|
196
211
|
if (key === runtime.ViewCallTag.WF_WITHDRAW) {
|
|
197
212
|
await this.wfWithdraw();
|
|
198
213
|
}
|
|
214
|
+
if (key === runtime.SysUIActionTag.EXPAND) {
|
|
215
|
+
const { srfcollapsetag, srfgroupid } = args.params || {};
|
|
216
|
+
const tag = srfcollapsetag || srfgroupid;
|
|
217
|
+
if (!tag) {
|
|
218
|
+
throw new core.RuntimeError(ibiz.i18n.t("viewEngine.noExpandTag"));
|
|
219
|
+
}
|
|
220
|
+
this.form.changeCollapse({ tag, expand: true });
|
|
221
|
+
return null;
|
|
222
|
+
}
|
|
223
|
+
if (key === runtime.SysUIActionTag.COLLAPSE) {
|
|
224
|
+
const { srfcollapsetag, srfgroupid } = args.params || {};
|
|
225
|
+
const tag = srfcollapsetag || srfgroupid;
|
|
226
|
+
if (!tag) {
|
|
227
|
+
throw new core.RuntimeError(ibiz.i18n.t("viewEngine.noCollapseTag"));
|
|
228
|
+
}
|
|
229
|
+
this.form.changeCollapse({ tag, expand: false });
|
|
230
|
+
return null;
|
|
231
|
+
}
|
|
232
|
+
if (key === runtime.SysUIActionTag.EXPANDALL) {
|
|
233
|
+
this.form.changeCollapse({ expand: true });
|
|
234
|
+
return null;
|
|
235
|
+
}
|
|
236
|
+
if (key === runtime.SysUIActionTag.COLLAPSEALL) {
|
|
237
|
+
this.form.changeCollapse({ expand: false });
|
|
238
|
+
return null;
|
|
239
|
+
}
|
|
199
240
|
return super.call(key, args);
|
|
200
241
|
}
|
|
201
242
|
/**
|
|
@@ -366,10 +407,24 @@ class EditViewEngine extends runtime.ViewEngineBase {
|
|
|
366
407
|
let srfkey;
|
|
367
408
|
let hasSubscribe = false;
|
|
368
409
|
if (doActions.includes("VIEW")) {
|
|
369
|
-
this.form.evt.on("onLoadSuccess", (event) => {
|
|
410
|
+
this.form.evt.on("onLoadSuccess", async (event) => {
|
|
370
411
|
const formData = event.data[0];
|
|
371
412
|
srfkey = formData.srfkey;
|
|
372
|
-
ibiz.markOpenData.action(
|
|
413
|
+
const result = await ibiz.markOpenData.action(
|
|
414
|
+
this.deName,
|
|
415
|
+
srfkey,
|
|
416
|
+
"VIEW"
|
|
417
|
+
);
|
|
418
|
+
if (result.ok && result.data.length > 0) {
|
|
419
|
+
result.data.forEach((item) => {
|
|
420
|
+
var _a2;
|
|
421
|
+
if (item.data) {
|
|
422
|
+
(_a2 = this.coopPos) == null ? void 0 : _a2.updateMessage({
|
|
423
|
+
data: item.data
|
|
424
|
+
});
|
|
425
|
+
}
|
|
426
|
+
});
|
|
427
|
+
}
|
|
373
428
|
if (!hasSubscribe) {
|
|
374
429
|
ibiz.markOpenData.subscribe(this.deName, srfkey, callback);
|
|
375
430
|
this.view.evt.on("onDestroyed", () => {
|
|
@@ -484,6 +539,36 @@ class EditViewEngine extends runtime.ViewEngineBase {
|
|
|
484
539
|
this.form.model.appDataEntityId
|
|
485
540
|
);
|
|
486
541
|
context[this.deName] = targetItem.srfkey;
|
|
542
|
+
const logicId = "".concat(this.view.context.srfnavlogicid);
|
|
543
|
+
if (logicId) {
|
|
544
|
+
const logicParams = ibiz.util.record.getTriggerLogic(logicId);
|
|
545
|
+
const targetControl = ibiz.util.record.getCtrl(controlId);
|
|
546
|
+
if (logicParams) {
|
|
547
|
+
const { navContexts, navParams } = logicParams;
|
|
548
|
+
if (navContexts) {
|
|
549
|
+
Object.assign(
|
|
550
|
+
context,
|
|
551
|
+
runtime.convertNavData(
|
|
552
|
+
navContexts,
|
|
553
|
+
targetItem,
|
|
554
|
+
(targetControl == null ? void 0 : targetControl.params) || params,
|
|
555
|
+
(targetControl == null ? void 0 : targetControl.context) || {}
|
|
556
|
+
)
|
|
557
|
+
);
|
|
558
|
+
}
|
|
559
|
+
if (navParams) {
|
|
560
|
+
Object.assign(
|
|
561
|
+
params,
|
|
562
|
+
runtime.convertNavData(
|
|
563
|
+
navParams,
|
|
564
|
+
targetItem,
|
|
565
|
+
(targetControl == null ? void 0 : targetControl.params) || params,
|
|
566
|
+
(targetControl == null ? void 0 : targetControl.context) || {}
|
|
567
|
+
)
|
|
568
|
+
);
|
|
569
|
+
}
|
|
570
|
+
}
|
|
571
|
+
}
|
|
487
572
|
Object.assign(this.view.context, context);
|
|
488
573
|
Object.assign(this.view.params, params);
|
|
489
574
|
if (srfparentdename && this.view.model.dynaSysMode === 1 && this.view.context[srfparentdename] !== srfparentkey) {
|