@ibiz-template/vue3-components 0.7.40-alpha.9 → 0.7.41-alpha.0
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-GgAfcR6o.js +1 -0
- package/dist/ibiz-markdown-editor--ivCvp3a.js +1 -0
- package/dist/index-4CBJktLS.js +1 -0
- package/dist/index-QL7Ukex9.js +1 -0
- package/dist/index-toTw1DLN.js +4 -0
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/map-chart-HL7emT5a.js +1 -0
- package/dist/map-chart-user-bTKfT7VH.js +1 -0
- package/dist/{wang-editor-ZtYMqlXx.js → wang-editor-GTNgz_em.js} +1 -1
- package/dist/xlsx-util-_sLiqD2S.js +2 -0
- package/es/_virtual/index.mjs +3 -0
- package/es/common/action-toolbar/action-toolbar.mjs +1 -1
- package/es/common/anchor-container/anchor-bar-list/anchor-bar-list.mjs +1 -1
- package/es/common/anchor-container/anchor-container.mjs +1 -1
- package/es/common/button-list/button-list.mjs +1 -1
- 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.d.ts +3 -0
- package/es/common/control-navigation/control-navigation.mjs +14 -1
- package/es/common/control-navigation/provider/calendar-navigation.provider.d.ts +1 -1
- package/es/common/control-navigation/provider/calendar-navigation.provider.mjs +2 -2
- package/es/common/control-navigation/provider/index.mjs +5 -4
- package/es/common/control-navigation/provider/map-navigation.provider.d.ts +17 -0
- package/es/common/control-navigation/provider/map-navigation.provider.mjs +50 -0
- package/es/common/control-navigation/provider/navigation-base.provider.d.ts +2 -2
- package/es/common/control-navigation/provider/navigation-base.provider.mjs +9 -4
- package/es/common/coop-alert/coop-alert.mjs +1 -1
- package/es/common/cropping/cropping.mjs +1 -1
- package/es/common/custom-filter-condition/custom-filter-condition.mjs +1 -1
- 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 +2 -2
- 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.mjs +1 -1
- package/es/common/grid-setting/grid-setting.mjs +1 -1
- package/es/common/map-chart/map-chart.mjs +4 -8
- package/es/common/map-chart/map-chart.util.mjs +1 -1
- package/es/common/map-chart-user/map-chart-user.mjs +2 -2
- package/es/common/map-chart-user/map-chart-user.util.mjs +3 -2
- package/es/common/map-chart-user/map-user-manager.mjs +2 -2
- package/es/common/nav-split/nav-split.mjs +1 -1
- package/es/common/no-data/no-data.mjs +1 -1
- package/es/common/pagination/pagination.mjs +1 -1
- 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/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.mjs +1 -1
- 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 +50 -4
- package/es/control/app-menu/app-menu.mjs +26 -3
- package/es/control/app-menu/custom-menu-design/custom-menu-design.mjs +1 -1
- package/es/control/app-menu/index.d.ts +12 -4
- package/es/control/app-menu/index.mjs +1 -1
- package/es/control/app-menu-icon-view/app-menu-icon-view.d.ts +38 -0
- package/es/control/app-menu-icon-view/app-menu-icon-view.mjs +20 -1
- package/es/control/app-menu-icon-view/index.mjs +1 -1
- package/es/control/calendar/calendar.d.ts +47 -0
- package/es/control/calendar/calendar.mjs +27 -2
- package/es/control/calendar/components/calendar-daily/calendar-daily.mjs +7 -3
- package/es/control/calendar/components/calendar-daily/use-calendar-daily.mjs +1 -1
- package/es/control/calendar/components/calendar-user/calendar-user.mjs +1 -1
- package/es/control/calendar/components/calendar-week/calendar-week.mjs +7 -2
- 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-user.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 +1 -0
- package/es/control/calendar/index.mjs +1 -1
- package/es/control/caption-bar/caption-bar.d.ts +26 -0
- package/es/control/caption-bar/caption-bar.mjs +14 -1
- package/es/control/caption-bar/index.mjs +1 -1
- package/es/control/chart/chart.d.ts +52 -0
- package/es/control/chart/chart.mjs +37 -2
- package/es/control/chart/index.mjs +1 -1
- package/es/control/context-menu/context-menu.d.ts +54 -0
- package/es/control/context-menu/context-menu.mjs +28 -7
- package/es/control/context-menu/index.mjs +1 -1
- 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 +26 -0
- package/es/control/dashboard/dashboard.mjs +14 -1
- 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.mjs +1 -1
- 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.d.ts +66 -20
- package/es/control/data-view/data-view.mjs +114 -52
- package/es/control/data-view/index.d.ts +9 -9
- package/es/control/data-view/index.mjs +1 -1
- package/es/control/drbar/drbar.controller.mjs +4 -3
- package/es/control/drbar/drbar.d.ts +46 -0
- package/es/control/drbar/drbar.mjs +24 -1
- package/es/control/drbar/index.mjs +1 -1
- package/es/control/drtab/drtab-control.util.mjs +1 -1
- package/es/control/drtab/drtab.d.ts +27 -0
- package/es/control/drtab/drtab.mjs +27 -1
- package/es/control/drtab/flow-drtab.css +1 -0
- package/es/control/drtab/flow-drtab.d.ts +77 -0
- package/es/control/drtab/flow-drtab.mjs +144 -0
- package/es/control/drtab/index.d.ts +1 -0
- package/es/control/drtab/index.mjs +1 -1
- package/es/control/exp-bar/calendar-exp-bar/calendar-exp-bar.d.ts +40 -0
- package/es/control/exp-bar/calendar-exp-bar/calendar-exp-bar.mjs +21 -1
- package/es/control/exp-bar/calendar-exp-bar/index.mjs +1 -1
- package/es/control/exp-bar/chart-exp-bar/chart-exp-bar.d.ts +40 -0
- package/es/control/exp-bar/chart-exp-bar/chart-exp-bar.mjs +21 -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.d.ts +40 -0
- package/es/control/exp-bar/data-view-exp-bar/data-view-view-exp-bar.mjs +21 -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.d.ts +40 -0
- package/es/control/exp-bar/grid-exp-bar/grid-exp-bar.mjs +21 -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.d.ts +40 -0
- package/es/control/exp-bar/list-exp-bar/list-exp-bar.mjs +21 -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.d.ts +46 -0
- package/es/control/exp-bar/tree-exp-bar/tree-exp-bar.mjs +24 -1
- package/es/control/form/edit-form/edit-form.mjs +24 -1
- package/es/control/form/edit-form/index.mjs +1 -1
- package/es/control/form/form/form.d.ts +7 -1
- package/es/control/form/form/form.mjs +11 -5
- package/es/control/form/form/index.d.ts +1 -1
- 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.mjs +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.mjs +1 -1
- package/es/control/form/form-detail/form-item/composite-form-item/composite-form-item.mjs +1 -1
- package/es/control/form/form-detail/form-item/form-item-container/form-item-container.css +1 -1
- package/es/control/form/form-detail/form-item/form-item-container/form-item-container.mjs +3 -2
- package/es/control/form/form-detail/form-item/form-item.mjs +1 -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 +2 -29270
- 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 +1 -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.mjs +1 -1
- 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.mjs +1 -1
- 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.mjs +1 -1
- package/es/control/form/search-form/advance-search/advance-search.css +1 -0
- package/es/control/form/search-form/advance-search/advance-search.d.ts +24 -0
- package/es/control/form/search-form/advance-search/advance-search.mjs +105 -0
- package/es/control/form/search-form/index.mjs +1 -1
- package/es/control/form/search-form/search-form.d.ts +46 -0
- package/es/control/form/search-form/search-form.mjs +40 -1
- package/es/control/gantt/gantt.css +1 -1
- package/es/control/gantt/gantt.d.ts +46 -0
- package/es/control/gantt/gantt.mjs +25 -1
- package/es/control/gantt/index.mjs +1 -1
- package/es/control/grid/grid/grid-control.util.d.ts +2 -2
- package/es/control/grid/grid/grid-control.util.mjs +216 -69
- package/es/control/grid/grid/grid.css +1 -1
- package/es/control/grid/grid/grid.d.ts +88 -39
- package/es/control/grid/grid/grid.mjs +121 -44
- package/es/control/grid/grid/index.d.ts +29 -28
- package/es/control/grid/grid/index.mjs +3 -1
- package/es/control/grid/grid-column/auto-grid-field-edit-column/auto-grid-field-edit-column.mjs +1 -1
- package/es/control/grid/grid-column/grid-column-header/grid-column-header.css +1 -0
- package/es/control/grid/grid-column/grid-column-header/grid-column-header.d.ts +36 -0
- package/es/control/grid/grid-column/grid-column-header/grid-column-header.mjs +142 -0
- package/es/control/grid/grid-column/grid-column-header/index.d.ts +33 -0
- package/es/control/grid/grid-column/grid-column-header/index.mjs +12 -0
- package/es/control/grid/grid-column/grid-field-column/attachment-column/attachment-column.css +1 -0
- package/es/control/grid/grid-column/grid-field-column/attachment-column/attachment-column.d.ts +65 -0
- package/es/control/grid/grid-column/grid-field-column/attachment-column/attachment-column.mjs +125 -0
- package/es/control/grid/grid-column/grid-field-column/attachment-column/file-util.d.ts +28 -0
- package/es/control/grid/grid-column/grid-field-column/attachment-column/file-util.mjs +131 -0
- package/es/control/grid/grid-column/grid-field-column/grid-field-column.d.ts +1 -0
- package/es/control/grid/grid-column/grid-field-column/grid-field-column.mjs +12 -3
- package/es/control/grid/grid-column/grid-field-column/index.d.ts +1 -0
- package/es/control/grid/grid-column/grid-field-column/index.mjs +3 -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/grid-column/index.d.ts +1 -0
- package/es/control/grid/grid-column/index.mjs +1 -0
- package/es/control/grid/index.mjs +1 -0
- package/es/control/grid/row-edit-popover/row-edit-popover.css +1 -1
- package/es/control/grid/row-edit-popover/row-edit-popover.mjs +1 -1
- package/es/control/index.d.ts +1 -0
- package/es/control/index.mjs +2 -0
- package/es/control/kanban/index.mjs +1 -1
- package/es/control/kanban/kanban.d.ts +46 -0
- package/es/control/kanban/kanban.mjs +24 -1
- package/es/control/list/index.mjs +1 -1
- package/es/control/list/list.css +1 -1
- package/es/control/list/list.d.ts +50 -22
- package/es/control/list/list.mjs +76 -28
- package/es/control/map/index.mjs +1 -1
- package/es/control/map/map.css +1 -1
- package/es/control/map/map.d.ts +49 -1
- package/es/control/map/map.mjs +60 -24
- package/es/control/medit-view-panel/index.mjs +1 -1
- package/es/control/medit-view-panel/medit-view-panel.css +1 -1
- package/es/control/medit-view-panel/medit-view-panel.d.ts +20 -0
- package/es/control/medit-view-panel/medit-view-panel.mjs +11 -1
- package/es/control/pickup-view-panel/index.mjs +1 -1
- package/es/control/pickup-view-panel/pickup-view-panel.d.ts +38 -10
- package/es/control/pickup-view-panel/pickup-view-panel.mjs +20 -6
- 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.d.ts +34 -0
- package/es/control/report-panel/report-panel.mjs +18 -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 +1 -1
- package/es/control/search-bar/search-bar.css +1 -1
- package/es/control/search-bar/search-bar.d.ts +26 -0
- package/es/control/search-bar/search-bar.mjs +15 -2
- 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.d.ts +32 -0
- package/es/control/tab-exp-panel/tab-exp-panel.mjs +17 -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.d.ts +40 -0
- package/es/control/toolbar/toolbar.mjs +28 -8
- package/es/control/tree/index.d.ts +2 -0
- package/es/control/tree/index.mjs +1 -1
- package/es/control/tree/tree.css +1 -1
- package/es/control/tree/tree.d.ts +74 -22
- package/es/control/tree/tree.mjs +69 -15
- package/es/control/tree-grid/index.mjs +1 -1
- package/es/control/tree-grid/tree-grid.d.ts +60 -12
- package/es/control/tree-grid/tree-grid.mjs +31 -7
- 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.d.ts +26 -0
- package/es/control/tree-grid-ex/tree-grid-ex.mjs +22 -1
- package/es/control/view-panel/index.d.ts +40 -0
- package/es/control/view-panel/index.mjs +18 -0
- package/es/control/view-panel/view-panel.css +1 -0
- package/es/control/view-panel/view-panel.d.ts +69 -0
- package/es/control/view-panel/view-panel.mjs +72 -0
- package/es/control/view-panel/view-panel.provider.d.ts +10 -0
- package/es/control/view-panel/view-panel.provider.mjs +14 -0
- package/es/control/wizard-panel/index.mjs +1 -1
- package/es/control/wizard-panel/wizard-panel.d.ts +26 -0
- package/es/control/wizard-panel/wizard-panel.mjs +17 -2
- package/es/editor/array/ibiz-array/ibiz-array.d.ts +19 -2
- package/es/editor/array/ibiz-array/ibiz-array.mjs +2 -2
- package/es/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.d.ts +11 -2
- package/es/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.mjs +2 -2
- package/es/editor/carousel/ibiz-carousel/ibiz-carousel.d.ts +10 -3
- package/es/editor/carousel/ibiz-carousel/ibiz-carousel.mjs +3 -3
- package/es/editor/cascader/ibiz-cascader/ibiz-cascader.d.ts +15 -2
- package/es/editor/cascader/ibiz-cascader/ibiz-cascader.mjs +20 -11
- package/es/editor/check-box/ibiz-checkbox/ibiz-checkbox.d.ts +11 -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 +12 -1
- package/es/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.mjs +2 -2
- package/es/editor/code/monaco-editor/monaco-editor.css +1 -1
- package/es/editor/code/monaco-editor/monaco-editor.d.ts +16 -1
- package/es/editor/code/monaco-editor/monaco-editor.mjs +11 -17
- package/es/editor/color-picker/ibiz-color-mpicker-custom/ibiz-color-mpicker-custom.mjs +1 -1
- package/es/editor/color-picker/ibiz-color-mpicker-default/ibiz-color-mpicker-default.mjs +1 -1
- package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.d.ts +16 -6
- package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.mjs +2 -2
- package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.d.ts +10 -2
- package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.mjs +2 -2
- package/es/editor/data-picker/ibiz-picker/ibiz-picker.d.ts +10 -2
- package/es/editor/data-picker/ibiz-picker/ibiz-picker.mjs +4 -4
- package/es/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.css +1 -1
- package/es/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.d.ts +11 -2
- package/es/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.mjs +27 -6
- package/es/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.d.ts +12 -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 +11 -2
- package/es/editor/data-picker/ibiz-picker-link/ibiz-picker-link.mjs +2 -2
- 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 +12 -2
- package/es/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.mjs +5 -4
- package/es/editor/data-picker/ibiz-transfer-picker/components/index.d.ts +1 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/index.mjs +3 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/transfer/icon.d.ts +2 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/transfer/icon.mjs +19 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/transfer/interface.d.ts +99 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/transfer/interface.mjs +89 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/transfer/transfer-util.d.ts +17 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/transfer/transfer-util.mjs +103 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/transfer/transfer.css +1 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/transfer/transfer.d.ts +182 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/transfer/transfer.mjs +146 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/icon.d.ts +1 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/icon.mjs +12 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/interface.d.ts +60 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/interface.mjs +52 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/transfer-panel-util.d.ts +14 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/transfer-panel-util.mjs +130 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/transfer-panel.css +1 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/transfer-panel.d.ts +108 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/transfer-panel.mjs +116 -0
- package/es/editor/data-picker/ibiz-transfer-picker/ibiz-transfer-picker.css +1 -0
- package/es/editor/data-picker/ibiz-transfer-picker/ibiz-transfer-picker.d.ts +97 -0
- package/es/editor/data-picker/ibiz-transfer-picker/ibiz-transfer-picker.mjs +279 -0
- package/es/editor/data-picker/index.d.ts +1 -0
- package/es/editor/data-picker/index.mjs +1 -0
- package/es/editor/data-picker/picker-editor.provider.mjs +3 -0
- package/es/editor/date-picker/date-picker-editor.controller.mjs +3 -3
- package/es/editor/date-picker/ibiz-date-picker/ibiz-date-picker.d.ts +9 -2
- package/es/editor/date-picker/ibiz-date-picker/ibiz-date-picker.mjs +2 -2
- package/es/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.d.ts +13 -2
- 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.d.ts +49 -9
- package/es/editor/date-range-select/date-range-select-picker/date-range-select.mjs +4 -9
- package/es/editor/dropdown-list/dropdown-list-editor.provider.mjs +3 -0
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.css +1 -1
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.d.ts +15 -1
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.mjs +23 -3
- package/es/editor/dropdown-list/ibiz-emoji-picker/ibiz-emoji-picker.d.ts +9 -1
- package/es/editor/dropdown-list/ibiz-emoji-picker/ibiz-emoji-picker.mjs +1 -1
- package/es/editor/dropdown-list/ibiz-tree-picker/ibiz-tree-picker.css +1 -0
- package/es/editor/dropdown-list/ibiz-tree-picker/ibiz-tree-picker.d.ts +93 -0
- package/es/editor/dropdown-list/ibiz-tree-picker/ibiz-tree-picker.mjs +292 -0
- package/es/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.d.ts +25 -11
- package/es/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.mjs +37 -25
- package/es/editor/dropdown-list/index.d.ts +1 -0
- package/es/editor/dropdown-list/index.mjs +1 -0
- package/es/editor/html/wang-editor/component/emoji/emoji.mjs +1 -1
- package/es/editor/html/wang-editor/module/emoji-module.mjs +2 -2
- package/es/editor/html/wang-editor/wang-editor.d.ts +16 -1
- package/es/editor/html/wang-editor/wang-editor.mjs +2 -2
- package/es/editor/index.mjs +23 -0
- package/es/editor/list-box/ibiz-list-box/ibiz-list-box.d.ts +10 -1
- package/es/editor/list-box/ibiz-list-box/ibiz-list-box.mjs +1 -1
- package/es/editor/map-picker/ibiz-map-picker/ibiz-map-picker.css +1 -0
- package/es/editor/map-picker/ibiz-map-picker/ibiz-map-picker.d.ts +11 -0
- package/es/editor/map-picker/ibiz-map-picker/ibiz-map-picker.mjs +364 -0
- package/es/editor/map-picker/index.d.ts +3 -0
- package/es/editor/map-picker/index.mjs +5 -0
- package/es/editor/map-picker/map-picker-editor.controller.d.ts +10 -0
- package/es/editor/map-picker/map-picker-editor.controller.mjs +7 -0
- package/es/editor/map-picker/map-picker-editor.provider.d.ts +14 -0
- package/es/editor/map-picker/map-picker-editor.provider.mjs +22 -0
- package/es/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.d.ts +9 -0
- package/es/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.mjs +9 -6
- 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 +15 -2
- package/es/editor/number-range/ibiz-number-range-picker/ibiz-number-range-picker.mjs +2 -2
- package/es/editor/preset/preset-rawitem/ibiz-preset-rawitem/ibiz-preset-rawitem.d.ts +9 -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.css +1 -1
- package/es/editor/radio-button-list/ibiz-radio/ibiz-radio.d.ts +13 -1
- package/es/editor/radio-button-list/ibiz-radio/ibiz-radio.mjs +21 -3
- package/es/editor/rate/ibiz-rate/ibiz-rate.d.ts +37 -1
- package/es/editor/rate/ibiz-rate/ibiz-rate.mjs +1 -1
- package/es/editor/raw/ibiz-raw/ibiz-raw.d.ts +11 -1
- package/es/editor/raw/ibiz-raw/ibiz-raw.mjs +1 -1
- package/es/editor/slider/ibiz-slider/ibiz-slider.d.ts +21 -1
- package/es/editor/slider/ibiz-slider/ibiz-slider.mjs +3 -3
- package/es/editor/span/span/span.d.ts +12 -0
- package/es/editor/span/span/span.mjs +1 -1
- package/es/editor/span/span-link/span-link.d.ts +9 -1
- package/es/editor/span/span-link/span-link.mjs +1 -1
- package/es/editor/stepper/ibiz-stepper/ibiz-stepper.d.ts +13 -1
- package/es/editor/stepper/ibiz-stepper/ibiz-stepper.mjs +1 -1
- package/es/editor/switch/ibiz-switch/ibiz-switch.d.ts +10 -1
- package/es/editor/switch/ibiz-switch/ibiz-switch.mjs +1 -1
- package/es/editor/switch/ibiz-switch-tristate/ibiz-switch-tristate.css +1 -0
- package/es/editor/switch/ibiz-switch-tristate/ibiz-switch-tristate.d.ts +68 -0
- package/es/editor/switch/ibiz-switch-tristate/ibiz-switch-tristate.mjs +70 -0
- package/es/editor/switch/index.d.ts +1 -0
- package/es/editor/switch/index.mjs +1 -0
- package/es/editor/switch/switch-editor.provider.d.ts +1 -0
- package/es/editor/switch/switch-editor.provider.mjs +5 -1
- package/es/editor/text-box/ibiz-input-ip/ibiz-input-ip.d.ts +9 -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 +14 -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 +17 -1
- package/es/editor/text-box/input/input.mjs +2 -2
- package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.d.ts +16 -2
- package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.mjs +2 -2
- package/es/editor/upload/ibiz-image-cropping/ibiz-image-cropping.d.ts +17 -2
- package/es/editor/upload/ibiz-image-cropping/ibiz-image-cropping.mjs +2 -2
- package/es/editor/upload/ibiz-image-preview/ibiz-image-preview.d.ts +10 -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 +15 -1
- package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.mjs +1 -1
- package/es/editor/upload/use/use-iview-upload.mjs +1 -1
- package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.d.ts +10 -2
- package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.mjs +2 -2
- package/es/ibiz-vue3.mjs +2 -0
- package/es/index.d.ts +1 -0
- package/es/index.mjs +4 -0
- package/es/locale/en/index.d.ts +30 -4
- package/es/locale/en/index.mjs +24 -7
- package/es/locale/zh-CN/index.d.ts +30 -4
- package/es/locale/zh-CN/index.mjs +24 -7
- package/es/node_modules/.pnpm/@amap_amap-jsapi-loader@1.0.1/node_modules/@amap/amap-jsapi-loader/dist/index.mjs +23 -0
- package/es/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/h.mjs +3 -1
- package/es/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/htmldomapi.mjs +1 -1
- package/es/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/index.mjs +2 -0
- package/es/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/init.mjs +9 -25
- package/es/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/jsx.mjs +3 -0
- package/es/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/modules/attributes.mjs +3 -7
- package/es/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/modules/dataset.mjs +2 -2
- package/es/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/modules/eventlisteners.mjs +1 -1
- package/es/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/modules/style.mjs +6 -6
- package/es/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/thunk.mjs +1 -1
- package/es/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/tovnode.mjs +8 -2
- package/es/panel-component/app-switch/app-switch.controller.d.ts +116 -0
- package/es/panel-component/app-switch/app-switch.controller.mjs +286 -0
- package/es/panel-component/app-switch/app-switch.css +1 -0
- package/es/panel-component/app-switch/app-switch.d.ts +46 -0
- package/es/panel-component/app-switch/app-switch.mjs +74 -0
- package/es/panel-component/app-switch/app-switch.provider.d.ts +7 -0
- package/es/panel-component/app-switch/app-switch.provider.mjs +21 -0
- package/es/panel-component/app-switch/app-switch.state.d.ts +23 -0
- package/es/panel-component/app-switch/app-switch.state.mjs +30 -0
- package/es/panel-component/app-switch/index.d.ts +3 -0
- package/es/panel-component/app-switch/index.mjs +18 -0
- package/es/panel-component/auth-captcha/auth-captcha.controller.d.ts +5 -6
- package/es/panel-component/auth-captcha/auth-captcha.controller.mjs +2 -2
- package/es/panel-component/auth-captcha/auth-captcha.d.ts +17 -0
- package/es/panel-component/auth-captcha/auth-captcha.mjs +7 -1
- package/es/panel-component/auth-captcha/auth-captcha.state.d.ts +13 -11
- package/es/panel-component/auth-captcha/auth-captcha.state.mjs +11 -10
- package/es/panel-component/auth-sso/auth-sso.d.ts +17 -0
- package/es/panel-component/auth-sso/auth-sso.mjs +7 -1
- package/es/panel-component/auth-userinfo/auth-userinfo.d.ts +17 -0
- package/es/panel-component/auth-userinfo/auth-userinfo.mjs +7 -1
- package/es/panel-component/coop-pos/coop-pos.controller.d.ts +8 -0
- package/es/panel-component/coop-pos/coop-pos.controller.mjs +2 -0
- package/es/panel-component/coop-pos/coop-pos.d.ts +23 -8
- package/es/panel-component/coop-pos/coop-pos.mjs +7 -1
- package/es/panel-component/coop-pos/coop-pos.state.d.ts +14 -8
- package/es/panel-component/coop-pos/coop-pos.state.mjs +7 -8
- package/es/panel-component/data-import/data-import-shell.d.ts +17 -0
- package/es/panel-component/data-import/data-import-shell.mjs +7 -1
- package/es/panel-component/global-search/global-search.controller.d.ts +91 -32
- package/es/panel-component/global-search/global-search.controller.mjs +198 -76
- package/es/panel-component/global-search/global-search.css +1 -1
- package/es/panel-component/global-search/global-search.d.ts +28 -6
- package/es/panel-component/global-search/global-search.mjs +135 -82
- package/es/panel-component/global-search/global-search.state.d.ts +21 -7
- package/es/panel-component/global-search/global-search.state.mjs +20 -6
- package/es/panel-component/global-search/index.d.ts +6 -6
- package/es/panel-component/global-search/virtual-list/virtual-list.css +1 -0
- package/es/panel-component/global-search/virtual-list/virtual-list.d.ts +89 -0
- package/es/panel-component/global-search/virtual-list/virtual-list.mjs +121 -0
- package/es/panel-component/index-actions/index-actions.d.ts +18 -0
- package/es/panel-component/index-actions/index-actions.mjs +7 -1
- package/es/panel-component/index-blank-placeholder/index-blank-placeholder.controller.d.ts +8 -8
- package/es/panel-component/index-blank-placeholder/index-blank-placeholder.controller.mjs +8 -8
- package/es/panel-component/index-blank-placeholder/index-blank-placeholder.d.ts +17 -0
- package/es/panel-component/index-blank-placeholder/index-blank-placeholder.mjs +7 -1
- package/es/panel-component/index.mjs +2 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.controller.d.ts +13 -7
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.controller.mjs +14 -8
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.d.ts +20 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.mjs +7 -1
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.service.mjs +1 -1
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.state.d.ts +2 -1
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.state.mjs +2 -1
- package/es/panel-component/nav-pos-index/nav-pos-index.controller.d.ts +55 -59
- package/es/panel-component/nav-pos-index/nav-pos-index.controller.mjs +57 -58
- package/es/panel-component/nav-pos-index/nav-pos-index.d.ts +18 -0
- package/es/panel-component/nav-pos-index/nav-pos-index.mjs +7 -1
- package/es/panel-component/nav-pos-index/nav-pos-index.state.d.ts +14 -17
- package/es/panel-component/nav-pos-index/nav-pos-index.state.mjs +13 -13
- package/es/panel-component/nav-tabs/nav-tabs.controller.d.ts +33 -24
- package/es/panel-component/nav-tabs/nav-tabs.controller.mjs +36 -26
- package/es/panel-component/nav-tabs/nav-tabs.d.ts +17 -0
- package/es/panel-component/nav-tabs/nav-tabs.mjs +10 -2
- package/es/panel-component/nav-tabs/nav-tabs.state.d.ts +37 -12
- package/es/panel-component/nav-tabs/nav-tabs.state.mjs +6 -12
- package/es/panel-component/panel-app-header/panel-app-header.d.ts +17 -0
- package/es/panel-component/panel-app-header/panel-app-header.mjs +7 -1
- package/es/panel-component/panel-app-login-view/panel-app-login-view.d.ts +17 -0
- package/es/panel-component/panel-app-login-view/panel-app-login-view.mjs +7 -1
- package/es/panel-component/panel-app-title/panel-app-title.controller.d.ts +6 -5
- package/es/panel-component/panel-app-title/panel-app-title.controller.mjs +4 -3
- package/es/panel-component/panel-app-title/panel-app-title.d.ts +17 -0
- package/es/panel-component/panel-app-title/panel-app-title.mjs +7 -1
- package/es/panel-component/panel-app-title/panel-app-title.state.d.ts +18 -31
- package/es/panel-component/panel-app-title/panel-app-title.state.mjs +17 -27
- package/es/panel-component/panel-button/panel-button.controller.d.ts +15 -5
- package/es/panel-component/panel-button/panel-button.controller.mjs +14 -3
- package/es/panel-component/panel-button/panel-button.d.ts +17 -0
- package/es/panel-component/panel-button/panel-button.mjs +7 -1
- package/es/panel-component/panel-button/panel-button.state.d.ts +5 -6
- package/es/panel-component/panel-button/panel-button.state.mjs +5 -6
- package/es/panel-component/panel-button-list/panel-button-list.controller.d.ts +4 -5
- package/es/panel-component/panel-button-list/panel-button-list.controller.mjs +4 -5
- package/es/panel-component/panel-button-list/panel-button-list.d.ts +19 -0
- package/es/panel-component/panel-button-list/panel-button-list.mjs +7 -1
- package/es/panel-component/panel-button-list/panel-button-list.state.d.ts +2 -2
- package/es/panel-component/panel-button-list/panel-button-list.state.mjs +2 -2
- package/es/panel-component/panel-exp-header/panel-exp-header.d.ts +17 -0
- package/es/panel-component/panel-exp-header/panel-exp-header.mjs +7 -1
- package/es/panel-component/panel-index-view-search/panel-index-view-search.d.ts +17 -0
- package/es/panel-component/panel-index-view-search/panel-index-view-search.mjs +7 -1
- package/es/panel-component/panel-remember-me/panel-remember-me.d.ts +17 -0
- package/es/panel-component/panel-remember-me/panel-remember-me.mjs +7 -1
- package/es/panel-component/panel-static-carousel/panel-static-carousel.d.ts +20 -0
- package/es/panel-component/panel-static-carousel/panel-static-carousel.mjs +7 -1
- package/es/panel-component/panel-tab-panel/panel-tab-panel.controller.d.ts +3 -4
- package/es/panel-component/panel-tab-panel/panel-tab-panel.controller.mjs +3 -4
- package/es/panel-component/panel-tab-panel/panel-tab-panel.css +1 -1
- package/es/panel-component/panel-tab-panel/panel-tab-panel.d.ts +17 -0
- package/es/panel-component/panel-tab-panel/panel-tab-panel.mjs +7 -1
- package/es/panel-component/panel-tab-panel/panel-tab-panel.state.d.ts +3 -4
- package/es/panel-component/panel-tab-panel/panel-tab-panel.state.mjs +3 -4
- package/es/panel-component/panel-view-content/panel-view-content.d.ts +19 -0
- package/es/panel-component/panel-view-content/panel-view-content.mjs +7 -1
- package/es/panel-component/panel-view-header/panel-view-header.d.ts +17 -0
- package/es/panel-component/panel-view-header/panel-view-header.mjs +7 -1
- package/es/panel-component/searchform-buttons/index.d.ts +2 -1
- package/es/panel-component/searchform-buttons/searchform-buttons.controller.d.ts +19 -10
- package/es/panel-component/searchform-buttons/searchform-buttons.controller.mjs +23 -10
- package/es/panel-component/searchform-buttons/searchform-buttons.css +1 -1
- package/es/panel-component/searchform-buttons/searchform-buttons.d.ts +19 -1
- package/es/panel-component/searchform-buttons/searchform-buttons.mjs +18 -4
- package/es/panel-component/short-cut/short-cut.d.ts +17 -0
- package/es/panel-component/short-cut/short-cut.mjs +7 -1
- package/es/panel-component/split-container/split-container.controller.d.ts +11 -12
- package/es/panel-component/split-container/split-container.controller.mjs +9 -10
- package/es/panel-component/split-container/split-container.d.ts +17 -0
- package/es/panel-component/split-container/split-container.mjs +7 -1
- package/es/panel-component/split-container/split-container.state.d.ts +4 -8
- package/es/panel-component/split-container/split-container.state.mjs +4 -8
- package/es/panel-component/user-action/user-action.d.ts +20 -0
- package/es/panel-component/user-action/user-action.mjs +7 -1
- package/es/panel-component/user-message/addin-changed/addin-changed.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.d.ts +17 -0
- package/es/panel-component/user-message/user-message.mjs +8 -2
- package/es/panel-component/view-message/view-message.d.ts +19 -0
- package/es/panel-component/view-message/view-message.mjs +7 -1
- package/es/panel-component/view-msg-pos/view-msg-pos.controller.d.ts +2 -4
- package/es/panel-component/view-msg-pos/view-msg-pos.controller.mjs +2 -4
- package/es/panel-component/view-msg-pos/view-msg-pos.d.ts +18 -0
- package/es/panel-component/view-msg-pos/view-msg-pos.mjs +7 -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.mjs +2 -2
- package/es/util/app-popover/app-popover-component.mjs +2 -2
- package/es/util/app-util/app-util.d.ts +7 -0
- package/es/util/app-util/app-util.mjs +12 -2
- package/es/util/fullscreen/fullscreen-util.mjs +1 -1
- package/es/util/notification-util/upload-manager/upload-manager.mjs +2 -2
- package/es/util/open-view-util/open-view-util.mjs +2 -0
- package/es/util/pagination/use-pagination.mjs +1 -1
- package/es/util/render-util/render-util.mjs +1 -1
- package/es/view/403-view/403-view.mjs +2 -2
- package/es/view/404-view/404-view.mjs +2 -2
- 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/index.d.ts +1 -0
- package/es/view-engine/index.mjs +6 -1
- package/es/view-engine/md-custom-view.engine.d.ts +81 -0
- package/es/view-engine/md-custom-view.engine.mjs +206 -0
- package/es/view-engine/tab-exp-view.engine.mjs +7 -2
- 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 +38 -3
- package/es/web-app/main.mjs +1 -0
- package/es/web-app/router/index.mjs +1 -1
- package/lib/_virtual/index.cjs +5 -0
- package/lib/common/control-navigation/control-navigation.cjs +13 -0
- package/lib/common/control-navigation/provider/calendar-navigation.provider.cjs +2 -2
- package/lib/common/control-navigation/provider/index.cjs +5 -4
- package/lib/common/control-navigation/provider/map-navigation.provider.cjs +52 -0
- package/lib/common/control-navigation/provider/navigation-base.provider.cjs +9 -4
- package/lib/common/map-chart/map-chart.cjs +2 -6
- package/lib/common/map-chart/map-chart.util.cjs +1 -1
- package/lib/common/map-chart-user/map-chart-user.util.cjs +3 -2
- package/lib/common/map-chart-user/map-user-manager.cjs +2 -2
- package/lib/common/pql-editor/pql-editor.module.cjs +2 -2
- package/lib/control/app-menu/app-menu.cjs +25 -2
- package/lib/control/app-menu/app-menu.css +1 -1
- package/lib/control/app-menu-icon-view/app-menu-icon-view.cjs +19 -0
- package/lib/control/calendar/calendar.cjs +26 -1
- package/lib/control/calendar/components/calendar-daily/calendar-daily.cjs +6 -2
- package/lib/control/calendar/components/calendar-daily/use-calendar-daily.cjs +1 -1
- package/lib/control/calendar/components/calendar-week/calendar-week.cjs +6 -1
- package/lib/control/caption-bar/caption-bar.cjs +13 -0
- package/lib/control/chart/chart.cjs +36 -1
- package/lib/control/context-menu/context-menu.cjs +27 -6
- package/lib/control/dashboard/dashboard.cjs +13 -0
- package/lib/control/data-view/data-view.cjs +112 -50
- package/lib/control/drbar/drbar.cjs +23 -0
- package/lib/control/drbar/drbar.controller.cjs +4 -3
- package/lib/control/drtab/drtab-control.util.cjs +1 -1
- package/lib/control/drtab/drtab.cjs +26 -0
- package/lib/control/drtab/flow-drtab.cjs +146 -0
- package/lib/control/drtab/flow-drtab.css +1 -0
- package/lib/control/exp-bar/calendar-exp-bar/calendar-exp-bar.cjs +20 -0
- package/lib/control/exp-bar/chart-exp-bar/chart-exp-bar.cjs +20 -0
- package/lib/control/exp-bar/data-view-exp-bar/data-view-view-exp-bar.cjs +20 -0
- package/lib/control/exp-bar/grid-exp-bar/grid-exp-bar.cjs +20 -0
- package/lib/control/exp-bar/list-exp-bar/list-exp-bar.cjs +20 -0
- package/lib/control/exp-bar/tree-exp-bar/tree-exp-bar.cjs +23 -0
- package/lib/control/form/edit-form/edit-form.cjs +23 -0
- package/lib/control/form/form/form.cjs +10 -4
- package/lib/control/form/form-detail/form-item/form-item-container/form-item-container.cjs +2 -1
- package/lib/control/form/form-detail/form-item/form-item-container/form-item-container.css +1 -1
- package/lib/control/form/search-form/advance-search/advance-search.cjs +107 -0
- package/lib/control/form/search-form/advance-search/advance-search.css +1 -0
- package/lib/control/form/search-form/search-form.cjs +39 -0
- package/lib/control/gantt/gantt.cjs +24 -0
- package/lib/control/gantt/gantt.css +1 -1
- package/lib/control/grid/grid/grid-control.util.cjs +213 -66
- package/lib/control/grid/grid/grid.cjs +120 -43
- package/lib/control/grid/grid/grid.css +1 -1
- package/lib/control/grid/grid/index.cjs +8 -6
- package/lib/control/grid/grid-column/grid-column-header/grid-column-header.cjs +144 -0
- package/lib/control/grid/grid-column/grid-column-header/grid-column-header.css +1 -0
- package/lib/control/grid/grid-column/grid-column-header/index.cjs +17 -0
- package/lib/control/grid/grid-column/grid-field-column/attachment-column/attachment-column.cjs +127 -0
- package/lib/control/grid/grid-column/grid-field-column/attachment-column/attachment-column.css +1 -0
- package/lib/control/grid/grid-column/grid-field-column/attachment-column/file-util.cjs +134 -0
- package/lib/control/grid/grid-column/grid-field-column/grid-field-column.cjs +11 -2
- package/lib/control/grid/grid-column/grid-field-column/index.cjs +3 -1
- package/lib/control/grid/grid-column/index.cjs +2 -0
- package/lib/control/grid/index.cjs +2 -0
- package/lib/control/grid/row-edit-popover/row-edit-popover.css +1 -1
- package/lib/control/index.cjs +106 -102
- package/lib/control/kanban/kanban.cjs +23 -0
- package/lib/control/list/list.cjs +75 -27
- package/lib/control/list/list.css +1 -1
- package/lib/control/map/map.cjs +59 -23
- package/lib/control/map/map.css +1 -1
- package/lib/control/medit-view-panel/medit-view-panel.cjs +10 -0
- package/lib/control/medit-view-panel/medit-view-panel.css +1 -1
- package/lib/control/pickup-view-panel/pickup-view-panel.cjs +19 -5
- package/lib/control/report-panel/report-panel.cjs +17 -0
- package/lib/control/search-bar/search-bar.cjs +14 -1
- package/lib/control/search-bar/search-bar.css +1 -1
- package/lib/control/tab-exp-panel/tab-exp-panel.cjs +16 -0
- package/lib/control/toolbar/toolbar.cjs +27 -7
- package/lib/control/tree/tree.cjs +68 -14
- package/lib/control/tree/tree.css +1 -1
- package/lib/control/tree-grid/tree-grid.cjs +30 -6
- package/lib/control/tree-grid-ex/tree-grid-ex.cjs +21 -0
- package/lib/control/view-panel/index.cjs +23 -0
- package/lib/control/view-panel/view-panel.cjs +74 -0
- package/lib/control/view-panel/view-panel.css +1 -0
- package/lib/control/view-panel/view-panel.provider.cjs +16 -0
- package/lib/control/wizard-panel/wizard-panel.cjs +16 -1
- package/lib/editor/array/ibiz-array/ibiz-array.cjs +1 -1
- package/lib/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.cjs +1 -1
- package/lib/editor/carousel/ibiz-carousel/ibiz-carousel.cjs +1 -1
- package/lib/editor/cascader/ibiz-cascader/ibiz-cascader.cjs +19 -10
- package/lib/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.cjs +1 -1
- package/lib/editor/code/monaco-editor/monaco-editor.cjs +9 -15
- package/lib/editor/code/monaco-editor/monaco-editor.css +1 -1
- package/lib/editor/color-picker/ibiz-color-picker/ibiz-color-picker.cjs +1 -1
- package/lib/editor/data-picker/ibiz-mpicker/ibiz-mpicker.cjs +1 -1
- package/lib/editor/data-picker/ibiz-picker/ibiz-picker.cjs +3 -3
- package/lib/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.cjs +26 -5
- package/lib/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.css +1 -1
- package/lib/editor/data-picker/ibiz-picker-link/ibiz-picker-link.cjs +1 -1
- package/lib/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.cjs +4 -3
- package/lib/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.css +1 -1
- package/lib/editor/data-picker/ibiz-transfer-picker/components/index.cjs +7 -0
- package/lib/editor/data-picker/ibiz-transfer-picker/components/transfer/icon.cjs +22 -0
- package/lib/editor/data-picker/ibiz-transfer-picker/components/transfer/interface.cjs +99 -0
- package/lib/editor/data-picker/ibiz-transfer-picker/components/transfer/transfer-util.cjs +108 -0
- package/lib/editor/data-picker/ibiz-transfer-picker/components/transfer/transfer.cjs +148 -0
- package/lib/editor/data-picker/ibiz-transfer-picker/components/transfer/transfer.css +1 -0
- package/lib/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/icon.cjs +14 -0
- package/lib/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/interface.cjs +58 -0
- package/lib/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/transfer-panel-util.cjs +133 -0
- package/lib/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/transfer-panel.cjs +118 -0
- package/lib/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/transfer-panel.css +1 -0
- package/lib/editor/data-picker/ibiz-transfer-picker/ibiz-transfer-picker.cjs +281 -0
- package/lib/editor/data-picker/ibiz-transfer-picker/ibiz-transfer-picker.css +1 -0
- package/lib/editor/data-picker/index.cjs +2 -0
- package/lib/editor/data-picker/picker-editor.provider.cjs +3 -0
- package/lib/editor/date-picker/date-picker-editor.controller.cjs +3 -3
- package/lib/editor/date-picker/ibiz-date-picker/ibiz-date-picker.cjs +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/date-range-select/date-range-select-picker/date-range-select.cjs +2 -7
- package/lib/editor/dropdown-list/dropdown-list-editor.provider.cjs +3 -0
- package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.cjs +22 -2
- package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.css +1 -1
- package/lib/editor/dropdown-list/ibiz-tree-picker/ibiz-tree-picker.cjs +294 -0
- package/lib/editor/dropdown-list/ibiz-tree-picker/ibiz-tree-picker.css +1 -0
- package/lib/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.cjs +35 -23
- package/lib/editor/dropdown-list/index.cjs +2 -0
- package/lib/editor/html/wang-editor/module/emoji-module.cjs +2 -2
- package/lib/editor/index.cjs +23 -0
- package/lib/editor/map-picker/ibiz-map-picker/ibiz-map-picker.cjs +366 -0
- package/lib/editor/map-picker/ibiz-map-picker/ibiz-map-picker.css +1 -0
- package/lib/editor/map-picker/index.cjs +11 -0
- package/lib/editor/map-picker/map-picker-editor.controller.cjs +9 -0
- package/lib/editor/map-picker/map-picker-editor.provider.cjs +24 -0
- package/lib/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.cjs +7 -4
- package/lib/editor/number-range/ibiz-number-range-picker/ibiz-number-range-picker.cjs +1 -1
- package/lib/editor/radio-button-list/ibiz-radio/ibiz-radio.cjs +20 -2
- package/lib/editor/radio-button-list/ibiz-radio/ibiz-radio.css +1 -1
- package/lib/editor/slider/ibiz-slider/ibiz-slider.cjs +2 -2
- package/lib/editor/switch/ibiz-switch-tristate/ibiz-switch-tristate.cjs +72 -0
- package/lib/editor/switch/ibiz-switch-tristate/ibiz-switch-tristate.css +1 -0
- package/lib/editor/switch/index.cjs +2 -0
- package/lib/editor/switch/switch-editor.provider.cjs +5 -1
- package/lib/editor/text-box/input/input.css +1 -1
- package/lib/editor/upload/ibiz-file-upload/ibiz-file-upload.cjs +1 -1
- package/lib/editor/upload/ibiz-image-cropping/ibiz-image-cropping.cjs +1 -1
- package/lib/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.cjs +1 -1
- package/lib/ibiz-vue3.cjs +4 -2
- package/lib/index.cjs +140 -132
- package/lib/locale/en/index.cjs +24 -7
- package/lib/locale/zh-CN/index.cjs +24 -7
- package/lib/node_modules/.pnpm/@amap_amap-jsapi-loader@1.0.1/node_modules/@amap/amap-jsapi-loader/dist/index.cjs +27 -0
- package/lib/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/h.cjs +3 -1
- package/lib/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/htmldomapi.cjs +1 -1
- package/lib/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/index.cjs +5 -2
- package/lib/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/init.cjs +8 -24
- package/lib/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/jsx.cjs +3 -0
- package/lib/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/modules/attributes.cjs +3 -7
- package/lib/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/modules/dataset.cjs +2 -2
- package/lib/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/modules/eventlisteners.cjs +1 -1
- package/lib/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/modules/style.cjs +6 -6
- package/lib/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/thunk.cjs +1 -1
- package/lib/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/tovnode.cjs +8 -2
- package/lib/panel-component/app-switch/app-switch.cjs +76 -0
- package/lib/panel-component/app-switch/app-switch.controller.cjs +288 -0
- package/lib/panel-component/app-switch/app-switch.css +1 -0
- package/lib/panel-component/app-switch/app-switch.provider.cjs +23 -0
- package/lib/panel-component/app-switch/app-switch.state.cjs +32 -0
- package/lib/panel-component/app-switch/index.cjs +23 -0
- package/lib/panel-component/auth-captcha/auth-captcha.cjs +6 -0
- package/lib/panel-component/auth-captcha/auth-captcha.controller.cjs +2 -2
- package/lib/panel-component/auth-captcha/auth-captcha.state.cjs +11 -10
- package/lib/panel-component/auth-sso/auth-sso.cjs +6 -0
- package/lib/panel-component/auth-userinfo/auth-userinfo.cjs +6 -0
- package/lib/panel-component/coop-pos/coop-pos.cjs +6 -0
- package/lib/panel-component/coop-pos/coop-pos.controller.cjs +2 -0
- package/lib/panel-component/coop-pos/coop-pos.state.cjs +7 -8
- package/lib/panel-component/data-import/data-import-shell.cjs +6 -0
- package/lib/panel-component/global-search/global-search.cjs +134 -81
- package/lib/panel-component/global-search/global-search.controller.cjs +197 -75
- package/lib/panel-component/global-search/global-search.css +1 -1
- package/lib/panel-component/global-search/global-search.state.cjs +20 -6
- package/lib/panel-component/global-search/virtual-list/virtual-list.cjs +123 -0
- package/lib/panel-component/global-search/virtual-list/virtual-list.css +1 -0
- package/lib/panel-component/index-actions/index-actions.cjs +6 -0
- package/lib/panel-component/index-blank-placeholder/index-blank-placeholder.cjs +6 -0
- package/lib/panel-component/index-blank-placeholder/index-blank-placeholder.controller.cjs +8 -8
- package/lib/panel-component/index.cjs +2 -0
- package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.cjs +6 -0
- package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.controller.cjs +13 -7
- package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.state.cjs +2 -1
- package/lib/panel-component/nav-pos-index/nav-pos-index.cjs +6 -0
- package/lib/panel-component/nav-pos-index/nav-pos-index.controller.cjs +56 -57
- package/lib/panel-component/nav-pos-index/nav-pos-index.state.cjs +13 -13
- package/lib/panel-component/nav-tabs/nav-tabs.cjs +9 -1
- package/lib/panel-component/nav-tabs/nav-tabs.controller.cjs +35 -25
- package/lib/panel-component/nav-tabs/nav-tabs.state.cjs +6 -12
- package/lib/panel-component/panel-app-header/panel-app-header.cjs +6 -0
- package/lib/panel-component/panel-app-login-view/panel-app-login-view.cjs +6 -0
- package/lib/panel-component/panel-app-title/panel-app-title.cjs +6 -0
- package/lib/panel-component/panel-app-title/panel-app-title.controller.cjs +4 -3
- package/lib/panel-component/panel-app-title/panel-app-title.state.cjs +17 -27
- package/lib/panel-component/panel-button/panel-button.cjs +6 -0
- package/lib/panel-component/panel-button/panel-button.controller.cjs +14 -3
- package/lib/panel-component/panel-button/panel-button.state.cjs +5 -6
- package/lib/panel-component/panel-button-list/panel-button-list.cjs +6 -0
- package/lib/panel-component/panel-button-list/panel-button-list.controller.cjs +4 -5
- package/lib/panel-component/panel-button-list/panel-button-list.state.cjs +2 -2
- package/lib/panel-component/panel-exp-header/panel-exp-header.cjs +6 -0
- package/lib/panel-component/panel-index-view-search/panel-index-view-search.cjs +6 -0
- package/lib/panel-component/panel-remember-me/panel-remember-me.cjs +6 -0
- package/lib/panel-component/panel-static-carousel/panel-static-carousel.cjs +6 -0
- package/lib/panel-component/panel-tab-panel/panel-tab-panel.cjs +6 -0
- package/lib/panel-component/panel-tab-panel/panel-tab-panel.controller.cjs +3 -4
- package/lib/panel-component/panel-tab-panel/panel-tab-panel.css +1 -1
- package/lib/panel-component/panel-tab-panel/panel-tab-panel.state.cjs +3 -4
- package/lib/panel-component/panel-view-content/panel-view-content.cjs +6 -0
- package/lib/panel-component/panel-view-header/panel-view-header.cjs +6 -0
- package/lib/panel-component/searchform-buttons/searchform-buttons.cjs +17 -3
- package/lib/panel-component/searchform-buttons/searchform-buttons.controller.cjs +23 -10
- package/lib/panel-component/searchform-buttons/searchform-buttons.css +1 -1
- package/lib/panel-component/short-cut/short-cut.cjs +6 -0
- package/lib/panel-component/split-container/split-container.cjs +6 -0
- package/lib/panel-component/split-container/split-container.controller.cjs +9 -10
- package/lib/panel-component/split-container/split-container.state.cjs +4 -8
- package/lib/panel-component/user-action/user-action.cjs +6 -0
- package/lib/panel-component/user-message/user-message.cjs +7 -1
- package/lib/panel-component/view-message/view-message.cjs +6 -0
- package/lib/panel-component/view-msg-pos/view-msg-pos.cjs +6 -0
- package/lib/panel-component/view-msg-pos/view-msg-pos.controller.cjs +2 -4
- package/lib/util/app-util/app-util.cjs +10 -0
- package/lib/util/fullscreen/fullscreen-util.cjs +1 -1
- package/lib/util/open-view-util/open-view-util.cjs +2 -0
- package/lib/view/403-view/403-view.cjs +1 -1
- package/lib/view/404-view/404-view.cjs +1 -1
- package/lib/view-engine/index.cjs +6 -0
- package/lib/view-engine/md-custom-view.engine.cjs +208 -0
- package/lib/view-engine/tab-exp-view.engine.cjs +7 -2
- package/lib/web-app/guard/auth-guard/auth-guard.cjs +37 -2
- package/lib/web-app/main.cjs +1 -0
- package/package.json +26 -25
- package/dist/chart-C4Y8Daxm.js +0 -1
- package/dist/ibiz-markdown-editor-D4ESf3bP.js +0 -1
- package/dist/index--C432Qzt.js +0 -4
- package/dist/index-CmaF1QyJ.js +0 -1
- package/dist/index-frsL8WmS.js +0 -1
- package/dist/map-chart-Byqjtna-.js +0 -1
- package/dist/map-chart-user-CILGy9I4.js +0 -1
- package/dist/xlsx-util-CKS7oyKo.js +0 -2
- /package/es/node_modules/.pnpm/{@ibiz-template_core@0.7.40-alpha.7_axios@1.7.7_lodash-es@4.17.21_qs@6.13.0_qx-util@0.4.8_ramda@0.29.1 → @ibiz-template_core@0.7.40_axios@1.6.8_lodash-es@4.17.21_qs@6.11.2_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.13 → dayjs@1.11.10}/node_modules/dayjs/locale/zh-cn.mjs +0 -0
- /package/es/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/helpers/attachto.mjs +0 -0
- /package/es/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/hooks.mjs +0 -0
- /package/es/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/is.mjs +0 -0
- /package/es/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/modules/class.mjs +0 -0
- /package/es/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/modules/props.mjs +0 -0
- /package/es/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/vnode.mjs +0 -0
- /package/lib/node_modules/.pnpm/{@ibiz-template_core@0.7.40-alpha.7_axios@1.7.7_lodash-es@4.17.21_qs@6.13.0_qx-util@0.4.8_ramda@0.29.1 → @ibiz-template_core@0.7.40_axios@1.6.8_lodash-es@4.17.21_qs@6.11.2_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.13 → dayjs@1.11.10}/node_modules/dayjs/locale/zh-cn.cjs +0 -0
- /package/lib/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/helpers/attachto.cjs +0 -0
- /package/lib/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/hooks.cjs +0 -0
- /package/lib/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/is.cjs +0 -0
- /package/lib/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/modules/class.cjs +0 -0
- /package/lib/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/modules/props.cjs +0 -0
- /package/lib/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/vnode.cjs +0 -0
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var vue = require('vue');
|
|
4
|
+
var _interface = require('./interface.cjs');
|
|
5
|
+
|
|
6
|
+
"use strict";
|
|
7
|
+
const usePropsAlias = (props) => {
|
|
8
|
+
const initProps = {
|
|
9
|
+
label: "label",
|
|
10
|
+
key: "key",
|
|
11
|
+
disabled: "disabled"
|
|
12
|
+
};
|
|
13
|
+
return vue.computed(() => ({
|
|
14
|
+
...initProps,
|
|
15
|
+
...props.props
|
|
16
|
+
}));
|
|
17
|
+
};
|
|
18
|
+
const useComputedData = (props) => {
|
|
19
|
+
const propsAlias = usePropsAlias(props);
|
|
20
|
+
const dataObj = vue.computed(
|
|
21
|
+
() => props.data.reduce(
|
|
22
|
+
// eslint-disable-next-line no-return-assign, no-param-reassign
|
|
23
|
+
(o, cur) => (o[cur[propsAlias.value.key]] = cur) && o,
|
|
24
|
+
{}
|
|
25
|
+
)
|
|
26
|
+
);
|
|
27
|
+
const sourceData = vue.computed(
|
|
28
|
+
() => props.data.filter(
|
|
29
|
+
(item) => !props.modelValue.includes(item[propsAlias.value.key])
|
|
30
|
+
)
|
|
31
|
+
);
|
|
32
|
+
const targetData = vue.computed(() => {
|
|
33
|
+
if (props.targetOrder === "original") {
|
|
34
|
+
return props.data.filter(
|
|
35
|
+
(item) => props.modelValue.includes(item[propsAlias.value.key])
|
|
36
|
+
);
|
|
37
|
+
}
|
|
38
|
+
return props.modelValue.reduce((arr, cur) => {
|
|
39
|
+
const val = dataObj.value[cur];
|
|
40
|
+
if (val) {
|
|
41
|
+
arr.push(val);
|
|
42
|
+
}
|
|
43
|
+
return arr;
|
|
44
|
+
}, []);
|
|
45
|
+
});
|
|
46
|
+
return {
|
|
47
|
+
sourceData,
|
|
48
|
+
targetData
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
const useCheckedChange = (checkedState, emit) => {
|
|
52
|
+
const onSourceCheckedChange = (val, movedKeys) => {
|
|
53
|
+
checkedState.leftChecked = val;
|
|
54
|
+
if (!movedKeys)
|
|
55
|
+
return;
|
|
56
|
+
emit(_interface.LEFT_CHECK_CHANGE_EVENT, val, movedKeys);
|
|
57
|
+
};
|
|
58
|
+
const onTargetCheckedChange = (val, movedKeys) => {
|
|
59
|
+
checkedState.rightChecked = val;
|
|
60
|
+
if (!movedKeys)
|
|
61
|
+
return;
|
|
62
|
+
emit(_interface.RIGHT_CHECK_CHANGE_EVENT, val, movedKeys);
|
|
63
|
+
};
|
|
64
|
+
return {
|
|
65
|
+
onSourceCheckedChange,
|
|
66
|
+
onTargetCheckedChange
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
const useMove = (props, checkedState, emit) => {
|
|
70
|
+
const propsAlias = usePropsAlias(props);
|
|
71
|
+
const _emit = (value, direction, movedKeys) => {
|
|
72
|
+
emit(_interface.UPDATE_MODEL_EVENT, value);
|
|
73
|
+
emit(_interface.CHANGE_EVENT, value, direction, movedKeys);
|
|
74
|
+
};
|
|
75
|
+
const addToLeft = () => {
|
|
76
|
+
const currentValue = props.modelValue.slice();
|
|
77
|
+
checkedState.rightChecked.forEach((item) => {
|
|
78
|
+
const index = currentValue.indexOf(item);
|
|
79
|
+
if (index > -1) {
|
|
80
|
+
currentValue.splice(index, 1);
|
|
81
|
+
}
|
|
82
|
+
});
|
|
83
|
+
_emit(currentValue, "left", checkedState.rightChecked);
|
|
84
|
+
};
|
|
85
|
+
const addToRight = () => {
|
|
86
|
+
let currentValue = props.modelValue.slice();
|
|
87
|
+
const itemsToBeMoved = props.data.filter((item) => {
|
|
88
|
+
const itemKey = item[propsAlias.value.key];
|
|
89
|
+
return checkedState.leftChecked.includes(itemKey) && !props.modelValue.includes(itemKey);
|
|
90
|
+
}).map((item) => item[propsAlias.value.key]);
|
|
91
|
+
currentValue = props.targetOrder === "unshift" ? itemsToBeMoved.concat(currentValue) : currentValue.concat(itemsToBeMoved);
|
|
92
|
+
if (props.targetOrder === "original") {
|
|
93
|
+
currentValue = props.data.filter(
|
|
94
|
+
(item) => currentValue.includes(item[propsAlias.value.key])
|
|
95
|
+
).map((item) => item[propsAlias.value.key]);
|
|
96
|
+
}
|
|
97
|
+
_emit(currentValue, "right", checkedState.leftChecked);
|
|
98
|
+
};
|
|
99
|
+
return {
|
|
100
|
+
addToLeft,
|
|
101
|
+
addToRight
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
|
|
105
|
+
exports.useCheckedChange = useCheckedChange;
|
|
106
|
+
exports.useComputedData = useComputedData;
|
|
107
|
+
exports.useMove = useMove;
|
|
108
|
+
exports.usePropsAlias = usePropsAlias;
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var vue = require('vue');
|
|
4
|
+
var ramda = require('ramda');
|
|
5
|
+
var vue3Util = require('@ibiz-template/vue3-util');
|
|
6
|
+
var transferUtil = require('./transfer-util.cjs');
|
|
7
|
+
var _interface = require('./interface.cjs');
|
|
8
|
+
var transferPanel = require('../transfer-panel/transfer-panel.cjs');
|
|
9
|
+
var icon = require('./icon.cjs');
|
|
10
|
+
require('./transfer.css');
|
|
11
|
+
|
|
12
|
+
"use strict";
|
|
13
|
+
const TransferSelect = /* @__PURE__ */ vue.defineComponent({
|
|
14
|
+
name: "IBizTransfer",
|
|
15
|
+
props: _interface.transferProps,
|
|
16
|
+
emits: _interface.transferEmits,
|
|
17
|
+
setup(props, {
|
|
18
|
+
emit,
|
|
19
|
+
slots
|
|
20
|
+
}) {
|
|
21
|
+
const ns = vue3Util.useNamespace("transfer");
|
|
22
|
+
const checkedState = vue.reactive({
|
|
23
|
+
leftChecked: [],
|
|
24
|
+
rightChecked: []
|
|
25
|
+
});
|
|
26
|
+
const propsAlias = transferUtil.usePropsAlias(props);
|
|
27
|
+
const {
|
|
28
|
+
sourceData,
|
|
29
|
+
targetData
|
|
30
|
+
} = transferUtil.useComputedData(props);
|
|
31
|
+
const {
|
|
32
|
+
onSourceCheckedChange,
|
|
33
|
+
onTargetCheckedChange
|
|
34
|
+
} = transferUtil.useCheckedChange(checkedState, emit);
|
|
35
|
+
const {
|
|
36
|
+
addToLeft,
|
|
37
|
+
addToRight
|
|
38
|
+
} = transferUtil.useMove(props, checkedState, emit);
|
|
39
|
+
const leftPanel = vue.ref();
|
|
40
|
+
const rightPanel = vue.ref();
|
|
41
|
+
const clearQuery = (which) => {
|
|
42
|
+
switch (which) {
|
|
43
|
+
case "left":
|
|
44
|
+
leftPanel.value.query = "";
|
|
45
|
+
break;
|
|
46
|
+
case "right":
|
|
47
|
+
rightPanel.value.query = "";
|
|
48
|
+
break;
|
|
49
|
+
default:
|
|
50
|
+
break;
|
|
51
|
+
}
|
|
52
|
+
};
|
|
53
|
+
const onLeftAcSearch = (query) => {
|
|
54
|
+
emit("leftAcSearch", query);
|
|
55
|
+
};
|
|
56
|
+
const hasButtonTexts = vue.computed(() => props.buttonTexts.length === 2);
|
|
57
|
+
const leftPanelTitle = vue.computed(() => props.titles[0] || "\u53EF\u9009\u5217\u8868");
|
|
58
|
+
const rightPanelTitle = vue.computed(() => props.titles[1] || "\u5DF2\u9009\u5217\u8868");
|
|
59
|
+
const panelFilterPlaceholder = vue.computed(() => props.filterPlaceholder || "\u8BF7\u8F93\u5165");
|
|
60
|
+
const optionRender = vue.computed(() => (option) => {
|
|
61
|
+
var _a;
|
|
62
|
+
if (props.renderContent)
|
|
63
|
+
return props.renderContent(vue.h, option);
|
|
64
|
+
const defaultSlotVNodes = (((_a = slots.default) == null ? void 0 : _a.call(slots, {
|
|
65
|
+
option
|
|
66
|
+
})) || []).filter((node) => node.type !== Comment);
|
|
67
|
+
if (defaultSlotVNodes.length) {
|
|
68
|
+
return defaultSlotVNodes;
|
|
69
|
+
}
|
|
70
|
+
return vue.h("span", option[propsAlias.value.label] || option[propsAlias.value.key]);
|
|
71
|
+
});
|
|
72
|
+
return {
|
|
73
|
+
ns,
|
|
74
|
+
targetData,
|
|
75
|
+
rightPanelTitle,
|
|
76
|
+
optionRender,
|
|
77
|
+
panelFilterPlaceholder,
|
|
78
|
+
leftPanelTitle,
|
|
79
|
+
sourceData,
|
|
80
|
+
leftPanel,
|
|
81
|
+
rightPanel,
|
|
82
|
+
hasButtonTexts,
|
|
83
|
+
checkedState,
|
|
84
|
+
addToLeft,
|
|
85
|
+
addToRight,
|
|
86
|
+
clearQuery,
|
|
87
|
+
onLeftAcSearch,
|
|
88
|
+
onSourceCheckedChange,
|
|
89
|
+
onTargetCheckedChange
|
|
90
|
+
};
|
|
91
|
+
},
|
|
92
|
+
render() {
|
|
93
|
+
return vue.createVNode("div", {
|
|
94
|
+
"class": this.ns.b()
|
|
95
|
+
}, [vue.createVNode(transferPanel.TransferPanel, {
|
|
96
|
+
"ref": "leftPanel",
|
|
97
|
+
"data": this.sourceData,
|
|
98
|
+
"readonly": this.readonly,
|
|
99
|
+
"optionRender": this.optionRender,
|
|
100
|
+
"placeholder": this.panelFilterPlaceholder,
|
|
101
|
+
"title": this.leftPanelTitle,
|
|
102
|
+
"filterable": this.filterable,
|
|
103
|
+
"format": this.format,
|
|
104
|
+
"enableAcSearch": this.enableRemoteSearch,
|
|
105
|
+
"loading": this.loading,
|
|
106
|
+
"filterMethod": this.filterMethod,
|
|
107
|
+
"defaultChecked": this.leftDefaultChecked,
|
|
108
|
+
"onAcSearch": this.onLeftAcSearch,
|
|
109
|
+
"props": this.props,
|
|
110
|
+
"onCheckedChange": this.onSourceCheckedChange
|
|
111
|
+
}, null), vue.createVNode("div", {
|
|
112
|
+
"class": this.ns.e("buttons")
|
|
113
|
+
}, [vue.createVNode(vue.resolveComponent("el-button"), {
|
|
114
|
+
"class": [this.ns.e("button"), this.ns.is("with-texts", this.hasButtonTexts)],
|
|
115
|
+
"type": "primary",
|
|
116
|
+
"disabled": !!ramda.isEmpty(this.checkedState.rightChecked) || this.readonly,
|
|
117
|
+
"onClick": this.addToLeft
|
|
118
|
+
}, {
|
|
119
|
+
default: () => [vue.createVNode(vue.resolveComponent("el-icon"), null, {
|
|
120
|
+
default: () => icon.arrowLeft()
|
|
121
|
+
}), this.buttonTexts[0] !== void 0 ? vue.createVNode("span", null, [this.buttonTexts[0]]) : null]
|
|
122
|
+
}), vue.createVNode(vue.resolveComponent("el-button"), {
|
|
123
|
+
"class": [this.ns.e("button"), this.ns.is("with-texts", this.hasButtonTexts)],
|
|
124
|
+
"type": "primary",
|
|
125
|
+
"disabled": !!ramda.isEmpty(this.checkedState.leftChecked) || this.readonly,
|
|
126
|
+
"onClick": this.addToRight
|
|
127
|
+
}, {
|
|
128
|
+
default: () => [this.buttonTexts[1] !== void 0 ? vue.createVNode("span", null, [this.buttonTexts[1]]) : null, vue.createVNode(vue.resolveComponent("el-icon"), null, {
|
|
129
|
+
default: () => icon.arrowRight()
|
|
130
|
+
})]
|
|
131
|
+
})]), vue.createVNode(transferPanel.TransferPanel, {
|
|
132
|
+
"ref": "rightPanel",
|
|
133
|
+
"data": this.targetData,
|
|
134
|
+
"readonly": this.readonly,
|
|
135
|
+
"optionRender": this.optionRender,
|
|
136
|
+
"placeholder": this.panelFilterPlaceholder,
|
|
137
|
+
"filterable": this.filterable,
|
|
138
|
+
"format": this.format,
|
|
139
|
+
"filterMethod": this.filterMethod,
|
|
140
|
+
"title": this.rightPanelTitle,
|
|
141
|
+
"defaultChecked": this.rightDefaultChecked,
|
|
142
|
+
"props": this.props,
|
|
143
|
+
"onCheckedChange": this.onTargetCheckedChange
|
|
144
|
+
}, null)]);
|
|
145
|
+
}
|
|
146
|
+
});
|
|
147
|
+
|
|
148
|
+
exports.TransferSelect = TransferSelect;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ibiz-transfer__buttons{display:inline-block;padding:0 1.875rem;vertical-align:middle}.ibiz-transfer__button{vertical-align:top}.ibiz-transfer__button:nth-child(2){margin:0 0 0 10px}.ibiz-transfer__button i,.ibiz-transfer__button span{font-size:var(--ibiz-font-size-header-6)}.ibiz-transfer__button .el-icon{font-size:var(--ibiz-font-size-regular)}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var vue = require('vue');
|
|
4
|
+
|
|
5
|
+
"use strict";
|
|
6
|
+
const Search = () => vue.createVNode("svg", {
|
|
7
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
8
|
+
"viewBox": "0 0 1024 1024"
|
|
9
|
+
}, [vue.createVNode("path", {
|
|
10
|
+
"fill": "currentColor",
|
|
11
|
+
"d": "m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704"
|
|
12
|
+
}, null)]);
|
|
13
|
+
|
|
14
|
+
exports.Search = Search;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var lodashEs = require('lodash-es');
|
|
4
|
+
|
|
5
|
+
"use strict";
|
|
6
|
+
const CHECKED_CHANGE_EVENT = "checkedChange";
|
|
7
|
+
const AC_SEARCH = "acSearch";
|
|
8
|
+
const transferCheckedChangeFn = (value, movedKeys) => [value, movedKeys].every(lodashEs.isArray) || lodashEs.isArray(value) && lodashEs.isNil(movedKeys);
|
|
9
|
+
const transferPanelProps = {
|
|
10
|
+
data: {
|
|
11
|
+
type: Array,
|
|
12
|
+
default: () => []
|
|
13
|
+
},
|
|
14
|
+
optionRender: {
|
|
15
|
+
type: Function
|
|
16
|
+
},
|
|
17
|
+
placeholder: String,
|
|
18
|
+
title: String,
|
|
19
|
+
filterable: Boolean,
|
|
20
|
+
enableAcSearch: Boolean,
|
|
21
|
+
format: {
|
|
22
|
+
type: Object,
|
|
23
|
+
default: () => ({})
|
|
24
|
+
},
|
|
25
|
+
filterMethod: {
|
|
26
|
+
type: Function
|
|
27
|
+
},
|
|
28
|
+
defaultChecked: {
|
|
29
|
+
type: Array,
|
|
30
|
+
default: () => []
|
|
31
|
+
},
|
|
32
|
+
props: {
|
|
33
|
+
type: Object,
|
|
34
|
+
default: () => ({
|
|
35
|
+
label: "label",
|
|
36
|
+
key: "key",
|
|
37
|
+
disabled: "disabled"
|
|
38
|
+
})
|
|
39
|
+
},
|
|
40
|
+
loading: {
|
|
41
|
+
type: Boolean,
|
|
42
|
+
default: false
|
|
43
|
+
},
|
|
44
|
+
readonly: {
|
|
45
|
+
type: Boolean,
|
|
46
|
+
default: false
|
|
47
|
+
}
|
|
48
|
+
};
|
|
49
|
+
const transferPanelEmits = {
|
|
50
|
+
[CHECKED_CHANGE_EVENT]: transferCheckedChangeFn,
|
|
51
|
+
[AC_SEARCH]: (query) => query
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
exports.AC_SEARCH = AC_SEARCH;
|
|
55
|
+
exports.CHECKED_CHANGE_EVENT = CHECKED_CHANGE_EVENT;
|
|
56
|
+
exports.transferCheckedChangeFn = transferCheckedChangeFn;
|
|
57
|
+
exports.transferPanelEmits = transferPanelEmits;
|
|
58
|
+
exports.transferPanelProps = transferPanelProps;
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var vue = require('vue');
|
|
4
|
+
var lodashEs = require('lodash-es');
|
|
5
|
+
var _interface = require('./interface.cjs');
|
|
6
|
+
|
|
7
|
+
"use strict";
|
|
8
|
+
const usePropsAlias = (props) => {
|
|
9
|
+
const initProps = {
|
|
10
|
+
label: "label",
|
|
11
|
+
key: "key",
|
|
12
|
+
disabled: "disabled"
|
|
13
|
+
};
|
|
14
|
+
return vue.computed(() => ({
|
|
15
|
+
...initProps,
|
|
16
|
+
...props.props
|
|
17
|
+
}));
|
|
18
|
+
};
|
|
19
|
+
const useCheck = (props, panelState, emit) => {
|
|
20
|
+
const propsAlias = usePropsAlias(props);
|
|
21
|
+
const filteredData = vue.ref([]);
|
|
22
|
+
const checkableData = vue.computed(
|
|
23
|
+
() => filteredData.value.filter((item) => {
|
|
24
|
+
return !item[propsAlias.value.disabled];
|
|
25
|
+
})
|
|
26
|
+
);
|
|
27
|
+
const checkedSummary = vue.computed(() => {
|
|
28
|
+
const checkedLength = panelState.checked.length;
|
|
29
|
+
const dataLength = props.data.length;
|
|
30
|
+
const { noChecked, hasChecked } = props.format;
|
|
31
|
+
if (noChecked && hasChecked) {
|
|
32
|
+
return checkedLength > 0 ? hasChecked.replace(/\${checked}/g, checkedLength.toString()).replace(/\${total}/g, dataLength.toString()) : noChecked.replace(/\${total}/g, dataLength.toString());
|
|
33
|
+
}
|
|
34
|
+
return "".concat(checkedLength, "/").concat(dataLength);
|
|
35
|
+
});
|
|
36
|
+
const isIndeterminate = vue.computed(() => {
|
|
37
|
+
const checkedLength = panelState.checked.length;
|
|
38
|
+
return checkedLength > 0 && checkedLength < checkableData.value.length;
|
|
39
|
+
});
|
|
40
|
+
const handleFilteredData = (value = "") => {
|
|
41
|
+
filteredData.value = props.data.filter((item) => {
|
|
42
|
+
if (lodashEs.isFunction(props.filterMethod)) {
|
|
43
|
+
return props.filterMethod(value, item);
|
|
44
|
+
}
|
|
45
|
+
const label = String(
|
|
46
|
+
item[propsAlias.value.label] || item[propsAlias.value.key]
|
|
47
|
+
);
|
|
48
|
+
return label.toLowerCase().includes(value.toLowerCase());
|
|
49
|
+
});
|
|
50
|
+
};
|
|
51
|
+
const onInputChange = async (value) => {
|
|
52
|
+
if (props.enableAcSearch) {
|
|
53
|
+
emit("acSearch", value);
|
|
54
|
+
} else {
|
|
55
|
+
handleFilteredData(value);
|
|
56
|
+
}
|
|
57
|
+
};
|
|
58
|
+
const updateAllChecked = () => {
|
|
59
|
+
const checkableDataKeys = checkableData.value.map(
|
|
60
|
+
(item) => item[propsAlias.value.key]
|
|
61
|
+
);
|
|
62
|
+
panelState.allChecked = checkableDataKeys.length > 0 && checkableDataKeys.every(
|
|
63
|
+
(item) => panelState.checked.includes(item)
|
|
64
|
+
);
|
|
65
|
+
};
|
|
66
|
+
const handleAllCheckedChange = (value) => {
|
|
67
|
+
panelState.checked = value ? checkableData.value.map((item) => item[propsAlias.value.key]) : [];
|
|
68
|
+
};
|
|
69
|
+
vue.watch(
|
|
70
|
+
() => panelState.checked,
|
|
71
|
+
(val, oldVal) => {
|
|
72
|
+
updateAllChecked();
|
|
73
|
+
if (panelState.checkChangeByUser) {
|
|
74
|
+
const movedKeys = val.concat(oldVal).filter((v) => !val.includes(v) || !oldVal.includes(v));
|
|
75
|
+
emit(_interface.CHECKED_CHANGE_EVENT, val, movedKeys);
|
|
76
|
+
} else {
|
|
77
|
+
emit(_interface.CHECKED_CHANGE_EVENT, val);
|
|
78
|
+
panelState.checkChangeByUser = true;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
);
|
|
82
|
+
vue.watch(checkableData, () => {
|
|
83
|
+
updateAllChecked();
|
|
84
|
+
});
|
|
85
|
+
vue.watch(
|
|
86
|
+
() => props.data,
|
|
87
|
+
() => {
|
|
88
|
+
handleFilteredData(panelState.query);
|
|
89
|
+
const checked = [];
|
|
90
|
+
const filteredDataKeys = filteredData.value.map(
|
|
91
|
+
(item) => item[propsAlias.value.key]
|
|
92
|
+
);
|
|
93
|
+
panelState.checked.forEach((item) => {
|
|
94
|
+
if (filteredDataKeys.includes(item)) {
|
|
95
|
+
checked.push(item);
|
|
96
|
+
}
|
|
97
|
+
});
|
|
98
|
+
panelState.checkChangeByUser = false;
|
|
99
|
+
panelState.checked = checked;
|
|
100
|
+
}
|
|
101
|
+
);
|
|
102
|
+
vue.watch(
|
|
103
|
+
() => props.defaultChecked,
|
|
104
|
+
(val) => {
|
|
105
|
+
const checked = [];
|
|
106
|
+
const checkableDataKeys = props.data.map(
|
|
107
|
+
(item) => item[propsAlias.value.key]
|
|
108
|
+
);
|
|
109
|
+
val.forEach((item) => {
|
|
110
|
+
if (checkableDataKeys.includes(item)) {
|
|
111
|
+
checked.push(item);
|
|
112
|
+
}
|
|
113
|
+
});
|
|
114
|
+
panelState.checkChangeByUser = false;
|
|
115
|
+
panelState.checked = checked;
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
immediate: true
|
|
119
|
+
}
|
|
120
|
+
);
|
|
121
|
+
return {
|
|
122
|
+
filteredData,
|
|
123
|
+
checkableData,
|
|
124
|
+
checkedSummary,
|
|
125
|
+
isIndeterminate,
|
|
126
|
+
onInputChange,
|
|
127
|
+
updateAllChecked,
|
|
128
|
+
handleAllCheckedChange
|
|
129
|
+
};
|
|
130
|
+
};
|
|
131
|
+
|
|
132
|
+
exports.useCheck = useCheck;
|
|
133
|
+
exports.usePropsAlias = usePropsAlias;
|
package/lib/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/transfer-panel.cjs
ADDED
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var vue = require('vue');
|
|
4
|
+
var ramda = require('ramda');
|
|
5
|
+
var vue3Util = require('@ibiz-template/vue3-util');
|
|
6
|
+
var _interface = require('./interface.cjs');
|
|
7
|
+
var transferPanelUtil = require('./transfer-panel-util.cjs');
|
|
8
|
+
var icon = require('./icon.cjs');
|
|
9
|
+
require('./transfer-panel.css');
|
|
10
|
+
|
|
11
|
+
"use strict";
|
|
12
|
+
const TransferPanel = /* @__PURE__ */ vue.defineComponent({
|
|
13
|
+
name: "IBizTransferPanel",
|
|
14
|
+
props: _interface.transferPanelProps,
|
|
15
|
+
emits: _interface.transferPanelEmits,
|
|
16
|
+
setup(props, {
|
|
17
|
+
emit,
|
|
18
|
+
slots
|
|
19
|
+
}) {
|
|
20
|
+
const ns = vue3Util.useNamespace("transfer-panel");
|
|
21
|
+
const panelState = vue.reactive({
|
|
22
|
+
checked: [],
|
|
23
|
+
allChecked: false,
|
|
24
|
+
query: "",
|
|
25
|
+
checkChangeByUser: true
|
|
26
|
+
});
|
|
27
|
+
const propsAlias = transferPanelUtil.usePropsAlias(props);
|
|
28
|
+
const {
|
|
29
|
+
filteredData,
|
|
30
|
+
checkedSummary,
|
|
31
|
+
isIndeterminate,
|
|
32
|
+
onInputChange,
|
|
33
|
+
handleAllCheckedChange
|
|
34
|
+
} = transferPanelUtil.useCheck(props, panelState, emit);
|
|
35
|
+
const hasNoMatch = vue.computed(() => !ramda.isEmpty(panelState.query) && ramda.isEmpty(filteredData.value));
|
|
36
|
+
const hasFooter = vue.computed(() => !(slots.default && ramda.isEmpty(slots.default()[0].children)));
|
|
37
|
+
const {
|
|
38
|
+
checked,
|
|
39
|
+
allChecked,
|
|
40
|
+
query
|
|
41
|
+
} = vue.toRefs(panelState);
|
|
42
|
+
return {
|
|
43
|
+
ns,
|
|
44
|
+
query,
|
|
45
|
+
allChecked,
|
|
46
|
+
checkedSummary,
|
|
47
|
+
hasNoMatch,
|
|
48
|
+
hasFooter,
|
|
49
|
+
checked,
|
|
50
|
+
filteredData,
|
|
51
|
+
propsAlias,
|
|
52
|
+
isIndeterminate,
|
|
53
|
+
onInputChange,
|
|
54
|
+
handleAllCheckedChange
|
|
55
|
+
};
|
|
56
|
+
},
|
|
57
|
+
render() {
|
|
58
|
+
var _a, _b;
|
|
59
|
+
return vue.createVNode("div", {
|
|
60
|
+
"class": this.ns.b()
|
|
61
|
+
}, [vue.createVNode("p", {
|
|
62
|
+
"class": this.ns.e("header")
|
|
63
|
+
}, [vue.createVNode(vue.resolveComponent("el-checkbox"), {
|
|
64
|
+
"modelValue": this.allChecked,
|
|
65
|
+
"onUpdate:modelValue": ($event) => this.allChecked = $event,
|
|
66
|
+
"disabled": this.readonly,
|
|
67
|
+
"indeterminate": this.isIndeterminate,
|
|
68
|
+
"validateEvent": false,
|
|
69
|
+
"onChange": this.handleAllCheckedChange
|
|
70
|
+
}, {
|
|
71
|
+
default: () => [this.title, vue.createVNode("span", null, [this.checkedSummary])]
|
|
72
|
+
})]), vue.createVNode("div", {
|
|
73
|
+
"class": [this.ns.e("body"), this.ns.is("with-footer", this.hasFooter)]
|
|
74
|
+
}, [this.filterable ? vue.createVNode(vue.resolveComponent("el-input"), {
|
|
75
|
+
"modelValue": this.query,
|
|
76
|
+
"onUpdate:modelValue": ($event) => this.query = $event,
|
|
77
|
+
"readonly": this.readonly,
|
|
78
|
+
"class": this.ns.e("filter"),
|
|
79
|
+
"size": "default",
|
|
80
|
+
"placeholder": this.placeholder,
|
|
81
|
+
"prefixIcon": () => icon.Search(),
|
|
82
|
+
"clearable": true,
|
|
83
|
+
"validateEvent": false,
|
|
84
|
+
"onInput": this.onInputChange
|
|
85
|
+
}, null) : null, vue.withDirectives(vue.createVNode("div", {
|
|
86
|
+
"class": [this.ns.e("content"), this.ns.is("filterable", this.filterable)]
|
|
87
|
+
}, [!this.hasNoMatch && !ramda.isEmpty(this.data) ? vue.createVNode(vue.resolveComponent("el-checkbox-group"), {
|
|
88
|
+
"modelValue": this.checked,
|
|
89
|
+
"onUpdate:modelValue": ($event) => this.checked = $event,
|
|
90
|
+
"validateEvent": false,
|
|
91
|
+
"disabled": this.readonly,
|
|
92
|
+
"class": [this.ns.e("list")]
|
|
93
|
+
}, {
|
|
94
|
+
default: () => {
|
|
95
|
+
return this.filteredData.map((item) => {
|
|
96
|
+
return vue.createVNode(vue.resolveComponent("el-checkbox"), {
|
|
97
|
+
"class": this.ns.e("item"),
|
|
98
|
+
"key": item[this.propsAlias.key],
|
|
99
|
+
"label": item[this.propsAlias.key],
|
|
100
|
+
"disabled": !!item[this.propsAlias.disabled],
|
|
101
|
+
"validateEvent": false
|
|
102
|
+
}, {
|
|
103
|
+
default: () => {
|
|
104
|
+
var _a2;
|
|
105
|
+
return [(_a2 = this.optionRender) == null ? void 0 : _a2.call(this, item)];
|
|
106
|
+
}
|
|
107
|
+
});
|
|
108
|
+
});
|
|
109
|
+
}
|
|
110
|
+
}) : vue.createVNode("div", {
|
|
111
|
+
"class": this.ns.e("empty")
|
|
112
|
+
}, [this.$slots.empty ? (_b = (_a = this.$slots).empty) == null ? void 0 : _b.call(_a) : vue.createVNode(vue.resolveComponent("iBizNoData"), {
|
|
113
|
+
"class": this.ns.em("empty", "no-data")
|
|
114
|
+
}, null)])]), [[vue.resolveDirective("loading"), this.enableAcSearch && this.loading]])])]);
|
|
115
|
+
}
|
|
116
|
+
});
|
|
117
|
+
|
|
118
|
+
exports.TransferPanel = TransferPanel;
|
package/lib/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/transfer-panel.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ibiz-transfer-panel{--ibiz-transfer-panel-border-color:var(--ibiz-editor-default-border-color);--ibiz-transfer-panel-border-radius:var(--ibiz-border-radius-extra-small);--ibiz-transfer-panel-width:200px;--ibiz-transfer-panel-header-height:40px;--ibiz-transfer-panel-header-bg-color:var(--ibiz-color-fill-0);--ibiz-transfer-panel-footer-height:40px;--ibiz-transfer-panel-body-height:278px;--ibiz-transfer-panel-item-height:30px;--ibiz-transfer-panel-filter-height:32px;--ibiz-transfer-panel-spacing-base:var(--ibiz-spacing-base);position:relative;box-sizing:border-box;display:inline-block;width:var(--ibiz-transfer-panel-width);max-height:100%;overflow:hidden;text-align:left;vertical-align:middle;background:var(--ibiz-color-bg-2)}.ibiz-transfer-panel__header{box-sizing:border-box;display:flex;align-items:center;height:var(--ibiz-transfer-panel-header-height);padding-left:var(--ibiz-transfer-panel-spacing-base);margin:0;color:var(--ibiz-color-text-1);background:var(--ibiz-transfer-panel-header-bg-color);border:1px solid var(--ibiz-transfer-panel-border-color);border-top-left-radius:var(--ibiz-transfer-panel-border-radius);border-top-right-radius:var(--ibiz-transfer-panel-border-radius)}.ibiz-transfer-panel__header .el-checkbox{position:relative;display:flex;align-items:center;width:100%}.ibiz-transfer-panel__header .el-checkbox .el-checkbox__label{font-size:var(--ibiz-font-size-header-5);font-weight:400;color:var(--ibiz-color-text-1)}.ibiz-transfer-panel__header .el-checkbox .el-checkbox__label span{position:absolute;top:50%;right:var(--ibiz-transfer-panel-spacing-base);font-size:var(--ibiz-font-size-regular);font-weight:400;color:var(--ibiz-color-text-3);transform:translate3d(0,-50%,0)}.ibiz-transfer-panel__body{height:var(--ibiz-transfer-panel-body-height);overflow:hidden;border-right:1px solid var(--ibiz-transfer-panel-border-color);border-bottom:1px solid var(--ibiz-transfer-panel-border-color);border-left:1px solid var(--ibiz-transfer-panel-border-color);border-bottom-right-radius:var(--ibiz-transfer-panel-border-radius);border-bottom-left-radius:var(--ibiz-transfer-panel-border-radius)}.ibiz-transfer-panel__filter{--el-input-height:var(--ibiz-transfer-panel-filter-height);box-sizing:border-box;padding:var(--ibiz-transfer-panel-spacing-base);text-align:center}.ibiz-transfer-panel__filter .el-icon{font-size:inherit}.ibiz-transfer-panel__content{width:100%;height:var(--ibiz-transfer-panel-body-height);padding:6px 0}.ibiz-transfer-panel__content.is-filterable{height:calc(100% - var(--ibiz-transfer-panel-filter-height) - var(--ibiz-transfer-panel-spacing-base) * 2);padding-top:0}.ibiz-transfer-panel__list{box-sizing:border-box;height:100%;margin:0;overflow:auto;list-style:none}.ibiz-transfer-panel__item{height:var(--ibiz-transfer-panel-item-height);padding-left:var(--ibiz-transfer-panel-spacing-base);line-height:var(--ibiz-transfer-panel-item-height)}.ibiz-transfer-panel__item.el-checkbox{--el-checkbox-font-size:var(--ibiz-font-size-regular);display:flex;align-items:center;color:var(--ibiz-color-text-0)}.ibiz-transfer-panel__item.el-checkbox .el-checkbox__label{box-sizing:border-box;display:block;width:100%;padding-left:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ibiz-transfer-panel__item .el-checkbox__input{position:absolute}.ibiz-transfer-panel__empty{padding:6px 15px 0;margin:0;text-align:center}.ibiz-transfer-panel__empty .ibiz-no-data.el-empty{justify-content:flex-start;padding:0}.ibiz-transfer-panel__empty .ibiz-no-data .el-empty__image{width:52px}.ibiz-transfer-panel .el-checkbox__inner{width:1em;height:1em;border-radius:3px}.ibiz-transfer-panel .el-checkbox__label{padding-left:var(--ibiz-spacing-tight)}
|