@ibiz-template/vue3-components 0.7.39 → 0.7.40
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-8ZkS4CI0.js +1 -0
- package/dist/index-WNFQFxQd.js +1 -0
- package/dist/index-azhHVxuV.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-f_OOMd4x.js +1 -0
- package/dist/{xlsx-util-qRiaKYpk.js → xlsx-util-3T0fByLw.js} +1 -1
- package/es/_virtual/index.mjs +3 -0
- package/es/common/anchor-container/anchor-bar-list/anchor-bar-list.d.ts +9 -9
- package/es/common/anchor-container/anchor-container.d.ts +12 -12
- package/es/common/carousel/carousel.d.ts +1 -1
- package/es/common/carousel-card/carousel-card.d.ts +3 -3
- package/es/common/control-navigation/control-navigation.d.ts +3 -0
- package/es/common/control-navigation/control-navigation.mjs +21 -2
- 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/cropping/cropping.d.ts +3 -3
- package/es/common/custom-filter-condition/custom-filter-condition.d.ts +12 -12
- package/es/common/data-import/data-import.d.ts +4 -4
- package/es/common/data-import2/data-import2.d.ts +5 -5
- package/es/common/data-import2-select/data-import2-select.d.ts +2 -2
- package/es/common/data-import2-table/data-import2-table.d.ts +2 -2
- package/es/common/emoji-select/components/categories/categories.d.ts +3 -3
- package/es/common/emoji-select/components/emoji-item/emoji-item.d.ts +3 -3
- package/es/common/emoji-select/components/emoji-list/emoji-list.d.ts +7 -7
- package/es/common/emoji-select/emoji-select.d.ts +3 -3
- package/es/common/extend-action-timeline/extend-action-timeline.d.ts +3 -3
- package/es/common/map-chart/map-chart.mjs +2 -6
- package/es/common/map-chart/map-chart.util.mjs +1 -1
- package/es/common/map-chart-user/map-chart-user.util.mjs +3 -2
- package/es/common/map-chart-user/map-user-manager.d.ts +1 -1
- package/es/common/map-chart-user/map-user-manager.mjs +2 -2
- package/es/common/pql-editor/components/pql-editor-suggestion/pql-editor-suggestion.d.ts +4 -4
- package/es/common/pql-editor/pql-editor.d.ts +4 -4
- package/es/common/quick-edit/quick-edit.d.ts +4 -4
- package/es/common/rawitem/rawitem.d.ts +2 -2
- package/es/common/view-message/view-message.d.ts +6 -6
- package/es/control/app-menu/app-menu.css +1 -1
- package/es/control/app-menu/app-menu.d.ts +58 -12
- package/es/control/app-menu/app-menu.mjs +33 -6
- package/es/control/app-menu/custom-menu-design/custom-menu-design.d.ts +3 -3
- package/es/control/app-menu/index.d.ts +21 -13
- package/es/control/app-menu-icon-view/app-menu-icon-view.d.ts +43 -5
- package/es/control/app-menu-icon-view/app-menu-icon-view.mjs +19 -0
- package/es/control/app-menu-icon-view/index.d.ts +5 -5
- package/es/control/calendar/calendar.d.ts +54 -7
- package/es/control/calendar/calendar.mjs +26 -1
- package/es/control/calendar/components/calendar-daily/calendar-daily.d.ts +6 -6
- package/es/control/calendar/components/calendar-daily/calendar-daily.mjs +6 -2
- package/es/control/calendar/components/calendar-daily/index.d.ts +6 -6
- package/es/control/calendar/components/calendar-daily/use-calendar-daily.d.ts +1 -1
- package/es/control/calendar/components/calendar-daily/use-calendar-daily.mjs +1 -1
- package/es/control/calendar/components/calendar-user/calendar-user.d.ts +6 -6
- package/es/control/calendar/components/calendar-user/index.d.ts +6 -6
- package/es/control/calendar/components/calendar-week/calendar-week.d.ts +6 -6
- package/es/control/calendar/components/calendar-week/calendar-week.mjs +6 -1
- package/es/control/calendar/components/calendar-week/index.d.ts +6 -6
- package/es/control/calendar/components/calendar-week/use-calendar-week.d.ts +4 -4
- package/es/control/calendar/components/custom-calendar/custom-calendar.d.ts +6 -6
- package/es/control/calendar/components/custom-calendar/index.d.ts +6 -6
- package/es/control/calendar/components/interface/calendar-daily.d.ts +3 -3
- package/es/control/calendar/components/interface/calendar-user.d.ts +3 -3
- package/es/control/calendar/components/interface/calendar-week.d.ts +3 -3
- package/es/control/calendar/components/interface/custom-calendar.d.ts +3 -3
- package/es/control/calendar/components/util/util.d.ts +2 -2
- package/es/control/calendar/index.d.ts +9 -8
- package/es/control/caption-bar/caption-bar.d.ts +31 -5
- package/es/control/caption-bar/caption-bar.mjs +13 -0
- package/es/control/caption-bar/index.d.ts +5 -5
- package/es/control/chart/chart.d.ts +65 -13
- package/es/control/chart/chart.mjs +36 -1
- package/es/control/context-menu/context-menu.d.ts +59 -5
- package/es/control/context-menu/context-menu.mjs +27 -6
- package/es/control/context-menu/index.d.ts +5 -5
- package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.d.ts +2 -21366
- package/es/control/dashboard/dashboard-design/dashboard-design.d.ts +2 -2
- package/es/control/dashboard/dashboard.d.ts +32 -6
- package/es/control/dashboard/dashboard.mjs +13 -0
- package/es/control/dashboard/index.d.ts +7 -7
- package/es/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.d.ts +6 -6
- package/es/control/dashboard/portlet/filter-portlet/filter-portlet-item/filter-portlet-item.d.ts +6 -6
- package/es/control/dashboard/portlet/menu-portlet/app-menu-portlet/app-menu-portlet.d.ts +5 -5
- package/es/control/data-view/data-view.d.ts +80 -34
- package/es/control/data-view/data-view.mjs +114 -52
- package/es/control/data-view/index.d.ts +23 -23
- package/es/control/drbar/drbar.d.ts +51 -5
- package/es/control/drbar/drbar.mjs +23 -0
- package/es/control/drbar/index.d.ts +5 -5
- package/es/control/drtab/drtab-control.util.mjs +1 -1
- package/es/control/drtab/drtab.d.ts +35 -8
- package/es/control/drtab/drtab.mjs +26 -0
- 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 +9 -8
- package/es/control/exp-bar/calendar-exp-bar/calendar-exp-bar.d.ts +45 -5
- package/es/control/exp-bar/calendar-exp-bar/calendar-exp-bar.mjs +20 -0
- package/es/control/exp-bar/calendar-exp-bar/index.d.ts +5 -5
- package/es/control/exp-bar/chart-exp-bar/chart-exp-bar.d.ts +45 -5
- package/es/control/exp-bar/chart-exp-bar/chart-exp-bar.mjs +20 -0
- package/es/control/exp-bar/chart-exp-bar/index.d.ts +5 -5
- package/es/control/exp-bar/data-view-exp-bar/data-view-view-exp-bar.d.ts +45 -5
- package/es/control/exp-bar/data-view-exp-bar/data-view-view-exp-bar.mjs +20 -0
- package/es/control/exp-bar/data-view-exp-bar/index.d.ts +5 -5
- package/es/control/exp-bar/grid-exp-bar/grid-exp-bar.d.ts +45 -5
- package/es/control/exp-bar/grid-exp-bar/grid-exp-bar.mjs +20 -0
- package/es/control/exp-bar/grid-exp-bar/index.d.ts +5 -5
- package/es/control/exp-bar/list-exp-bar/index.d.ts +5 -5
- package/es/control/exp-bar/list-exp-bar/list-exp-bar.d.ts +45 -5
- package/es/control/exp-bar/list-exp-bar/list-exp-bar.mjs +20 -0
- package/es/control/exp-bar/tree-exp-bar/index.d.ts +5 -5
- package/es/control/exp-bar/tree-exp-bar/tree-exp-bar.d.ts +51 -5
- package/es/control/exp-bar/tree-exp-bar/tree-exp-bar.mjs +23 -0
- package/es/control/form/edit-form/edit-form.mjs +23 -0
- package/es/control/form/form/form.d.ts +8 -2
- package/es/control/form/form/form.mjs +10 -4
- package/es/control/form/form/index.d.ts +2 -2
- package/es/control/form/form-detail/form-item/composite-form-item/composite-form-item.d.ts +2 -2
- 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.d.ts +2 -2
- package/es/control/form/form-detail/form-item/index.d.ts +2 -2
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-md/form-mdctrl-md.mjs +1 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.d.ts +2 -19002
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-multi-form/repeater-multi-form.d.ts +1 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.d.ts +3 -3
- package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.d.ts +3 -3
- package/es/control/form/form-detail/form-mdctrl/mdctrl-container2/mdctrl-container2.d.ts +4 -4
- package/es/control/form/form-detail/form-tab-panel/form-tab-panel.d.ts +1 -1
- package/es/control/form/form-detail/form-tab-panel/index.d.ts +2 -2
- 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.d.ts +7 -7
- package/es/control/form/search-form/search-form.d.ts +53 -7
- 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 +53 -7
- package/es/control/gantt/gantt.mjs +24 -0
- package/es/control/gantt/index.d.ts +8 -8
- package/es/control/grid/grid/grid-control.util.d.ts +2 -2
- package/es/control/grid/grid/grid-control.util.mjs +171 -69
- package/es/control/grid/grid/grid.css +1 -1
- package/es/control/grid/grid/grid.d.ts +107 -58
- package/es/control/grid/grid/grid.mjs +129 -44
- package/es/control/grid/grid/index.d.ts +48 -47
- package/es/control/grid/grid/index.mjs +2 -0
- package/es/control/grid/grid-column/auto-grid-field-edit-column/auto-grid-field-edit-column.d.ts +4 -4
- package/es/control/grid/grid-column/auto-grid-field-edit-column/index.d.ts +4 -4
- 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 +2 -1
- package/es/control/grid/grid-column/grid-field-column/grid-field-column.mjs +11 -2
- package/es/control/grid/grid-column/grid-field-column/index.d.ts +3 -2
- package/es/control/grid/grid-column/grid-field-column/index.mjs +3 -1
- package/es/control/grid/grid-column/grid-field-edit-column/grid-field-edit-column.d.ts +4 -4
- package/es/control/grid/grid-column/grid-field-edit-column/index.d.ts +4 -4
- 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/index.d.ts +1 -0
- package/es/control/index.mjs +2 -0
- package/es/control/kanban/index.d.ts +5 -5
- package/es/control/kanban/kanban.d.ts +51 -5
- package/es/control/kanban/kanban.mjs +23 -0
- package/es/control/list/index.d.ts +14 -14
- package/es/control/list/list.css +1 -1
- package/es/control/list/list.d.ts +64 -36
- package/es/control/list/list.mjs +75 -27
- package/es/control/map/map.css +1 -1
- package/es/control/map/map.d.ts +54 -6
- package/es/control/map/map.mjs +59 -23
- package/es/control/medit-view-panel/index.d.ts +5 -5
- package/es/control/medit-view-panel/medit-view-panel.css +1 -1
- package/es/control/medit-view-panel/medit-view-panel.d.ts +25 -5
- package/es/control/medit-view-panel/medit-view-panel.mjs +10 -0
- package/es/control/pickup-view-panel/index.d.ts +5 -5
- package/es/control/pickup-view-panel/pickup-view-panel.d.ts +43 -15
- package/es/control/pickup-view-panel/pickup-view-panel.mjs +19 -5
- package/es/control/report-panel/report-panel.d.ts +39 -5
- package/es/control/report-panel/report-panel.mjs +17 -0
- package/es/control/search-bar/filter-tree/filter-tree.d.ts +4 -4
- package/es/control/search-bar/index.d.ts +5 -5
- package/es/control/search-bar/search-bar.css +1 -1
- package/es/control/search-bar/search-bar.d.ts +31 -5
- package/es/control/search-bar/search-bar.mjs +14 -1
- package/es/control/search-bar/search-groups/search-groups.d.ts +6 -6
- package/es/control/tab-exp-panel/index.d.ts +5 -5
- package/es/control/tab-exp-panel/tab-exp-panel.d.ts +37 -5
- package/es/control/tab-exp-panel/tab-exp-panel.mjs +16 -0
- package/es/control/toolbar/index.d.ts +6 -6
- package/es/control/toolbar/toolbar.css +1 -1
- package/es/control/toolbar/toolbar.d.ts +45 -5
- package/es/control/toolbar/toolbar.mjs +27 -7
- package/es/control/tree/index.d.ts +16 -14
- package/es/control/tree/tree.css +1 -1
- package/es/control/tree/tree.d.ts +100 -48
- package/es/control/tree/tree.mjs +73 -14
- package/es/control/tree-grid/index.d.ts +24 -24
- package/es/control/tree-grid/tree-grid.d.ts +83 -35
- package/es/control/tree-grid/tree-grid.mjs +30 -6
- package/es/control/tree-grid-ex/index.d.ts +11 -11
- package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-edit-column/tree-grid-ex-edit-column.d.ts +2 -2
- package/es/control/tree-grid-ex/tree-grid-ex.d.ts +33 -7
- package/es/control/tree-grid-ex/tree-grid-ex.mjs +21 -0
- 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.d.ts +5 -5
- package/es/control/wizard-panel/wizard-panel.d.ts +31 -5
- package/es/control/wizard-panel/wizard-panel.mjs +16 -1
- package/es/editor/array/ibiz-array/ibiz-array.d.ts +27 -10
- package/es/editor/array/ibiz-array/ibiz-array.mjs +1 -1
- package/es/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.d.ts +19 -10
- package/es/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.mjs +1 -1
- package/es/editor/carousel/ibiz-carousel/ibiz-carousel.d.ts +17 -10
- package/es/editor/carousel/ibiz-carousel/ibiz-carousel.mjs +2 -2
- package/es/editor/cascader/ibiz-cascader/ibiz-cascader.d.ts +28 -15
- package/es/editor/cascader/ibiz-cascader/ibiz-cascader.mjs +19 -10
- package/es/editor/check-box/ibiz-checkbox/ibiz-checkbox.d.ts +18 -8
- package/es/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.d.ts +19 -9
- package/es/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.mjs +1 -1
- package/es/editor/code/monaco-editor/monaco-editor.css +1 -1
- package/es/editor/code/monaco-editor/monaco-editor.d.ts +23 -8
- package/es/editor/code/monaco-editor/monaco-editor.mjs +16 -20
- package/es/editor/color-picker/ibiz-color-mpicker-custom/ibiz-color-mpicker-custom.d.ts +1 -1
- package/es/editor/color-picker/ibiz-color-mpicker-default/ibiz-color-mpicker-default.d.ts +1 -1
- package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.d.ts +25 -11
- 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 +19 -11
- package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.mjs +1 -1
- package/es/editor/data-picker/ibiz-picker/ibiz-picker.d.ts +18 -10
- package/es/editor/data-picker/ibiz-picker/ibiz-picker.mjs +3 -3
- 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 +19 -10
- 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 +20 -9
- package/es/editor/data-picker/ibiz-picker-link/ibiz-picker-link.d.ts +18 -9
- 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 +23 -13
- package/es/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.mjs +4 -3
- 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 +16 -9
- 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 +20 -9
- 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 +3 -8
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.css +1 -1
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.d.ts +25 -11
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.mjs +24 -6
- package/es/editor/dropdown-list/ibiz-emoji-picker/ibiz-emoji-picker.d.ts +16 -8
- package/es/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.d.ts +33 -19
- package/es/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.mjs +38 -28
- package/es/editor/html/wang-editor/wang-editor.d.ts +23 -8
- package/es/editor/html/wang-editor/wang-editor.mjs +5 -5
- package/es/editor/index.mjs +11 -0
- package/es/editor/list-box/ibiz-list-box/ibiz-list-box.d.ts +18 -9
- 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.css +1 -1
- 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 +42 -22
- package/es/editor/not-supported-editor/not-supported-editor.d.ts +2 -2
- package/es/editor/number-range/ibiz-number-range-picker/ibiz-number-range-picker.d.ts +22 -9
- 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 +16 -8
- 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 +21 -9
- package/es/editor/radio-button-list/ibiz-radio/ibiz-radio.mjs +20 -2
- package/es/editor/rate/ibiz-rate/ibiz-rate.d.ts +43 -10
- package/es/editor/raw/ibiz-raw/ibiz-raw.css +1 -1
- package/es/editor/raw/ibiz-raw/ibiz-raw.d.ts +19 -8
- package/es/editor/raw/ibiz-raw/ibiz-raw.mjs +5 -1
- package/es/editor/slider/ibiz-slider/ibiz-slider.d.ts +28 -8
- package/es/editor/slider/ibiz-slider/ibiz-slider.mjs +2 -2
- package/es/editor/span/span/span.d.ts +15 -3
- package/es/editor/span/span-link/span-link.d.ts +16 -8
- package/es/editor/stepper/ibiz-stepper/ibiz-stepper.d.ts +20 -8
- package/es/editor/switch/ibiz-switch/ibiz-switch.d.ts +18 -9
- 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 +16 -8
- package/es/editor/text-box/ibiz-input-number/ibiz-input-number.d.ts +21 -8
- package/es/editor/text-box/input/input.css +1 -1
- package/es/editor/text-box/input/input.d.ts +25 -9
- package/es/editor/text-box/input/input.mjs +4 -4
- package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.d.ts +28 -14
- package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.mjs +1 -1
- package/es/editor/upload/ibiz-image-cropping/ibiz-image-cropping.d.ts +31 -16
- package/es/editor/upload/ibiz-image-cropping/ibiz-image-cropping.mjs +1 -1
- package/es/editor/upload/ibiz-image-preview/ibiz-image-preview.d.ts +17 -8
- package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.d.ts +27 -13
- package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.d.ts +17 -9
- package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.mjs +1 -1
- 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 +28 -2
- package/es/locale/en/index.mjs +17 -4
- package/es/locale/zh-CN/index.d.ts +28 -2
- package/es/locale/zh-CN/index.mjs +17 -4
- 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/{@ibiz-template_core@0.7.39_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.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 +53 -81
- package/es/panel-component/app-switch/app-switch.controller.d.ts +116 -0
- package/es/panel-component/app-switch/app-switch.controller.mjs +276 -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 +6 -0
- 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 +6 -0
- package/es/panel-component/auth-userinfo/auth-userinfo.d.ts +17 -0
- package/es/panel-component/auth-userinfo/auth-userinfo.mjs +6 -0
- 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 +24 -9
- package/es/panel-component/coop-pos/coop-pos.mjs +6 -0
- 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/coop-pos/index.d.ts +2 -2
- package/es/panel-component/data-import/data-import-shell.d.ts +17 -0
- package/es/panel-component/data-import/data-import-shell.mjs +6 -0
- package/es/panel-component/global-search/global-search.controller.d.ts +172 -0
- package/es/panel-component/global-search/global-search.controller.mjs +343 -0
- package/es/panel-component/global-search/global-search.css +1 -0
- package/es/panel-component/global-search/global-search.d.ts +58 -0
- package/es/panel-component/global-search/global-search.mjs +247 -0
- package/es/panel-component/global-search/global-search.provider.d.ts +14 -0
- package/es/panel-component/global-search/global-search.provider.mjs +21 -0
- package/es/panel-component/global-search/global-search.state.d.ts +75 -0
- package/es/panel-component/global-search/global-search.state.mjs +51 -0
- package/es/panel-component/global-search/index.d.ts +33 -0
- package/es/panel-component/global-search/index.mjs +15 -0
- 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 +6 -0
- package/es/panel-component/index-blank-placeholder/index-blank-placeholder.controller.d.ts +54 -0
- package/es/panel-component/index-blank-placeholder/index-blank-placeholder.controller.mjs +78 -0
- package/es/panel-component/index-blank-placeholder/index-blank-placeholder.css +1 -0
- package/es/panel-component/index-blank-placeholder/index-blank-placeholder.d.ts +43 -0
- package/es/panel-component/index-blank-placeholder/index-blank-placeholder.mjs +80 -0
- package/es/panel-component/index-blank-placeholder/index-blank-placeholder.provider.d.ts +14 -0
- package/es/panel-component/index-blank-placeholder/index-blank-placeholder.provider.mjs +21 -0
- package/es/panel-component/index-blank-placeholder/index-blank-placeholder.state.d.ts +10 -0
- package/es/panel-component/index-blank-placeholder/index-blank-placeholder.state.mjs +7 -0
- package/es/panel-component/index-blank-placeholder/index.d.ts +25 -0
- package/es/panel-component/index-blank-placeholder/index.mjs +19 -0
- package/es/panel-component/index.mjs +6 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.controller.d.ts +13 -7
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.controller.mjs +13 -7
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.d.ts +20 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.mjs +6 -0
- 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 +56 -57
- 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 +6 -0
- 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 +35 -25
- package/es/panel-component/nav-tabs/nav-tabs.d.ts +17 -0
- package/es/panel-component/nav-tabs/nav-tabs.mjs +9 -1
- 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 +6 -0
- 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 +6 -0
- 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.css +1 -1
- 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 +42 -19
- 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 +6 -0
- 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 +6 -0
- 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 +6 -0
- 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 +6 -0
- 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 +6 -0
- 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 +6 -0
- package/es/panel-component/panel-tab-panel/index.d.ts +1 -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.d.ts +17 -0
- package/es/panel-component/panel-tab-panel/panel-tab-panel.mjs +6 -0
- 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 +6 -0
- 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 +6 -0
- 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 +17 -3
- package/es/panel-component/short-cut/index.d.ts +2 -2
- package/es/panel-component/short-cut/short-cut.d.ts +18 -1
- package/es/panel-component/short-cut/short-cut.mjs +6 -0
- 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 +6 -0
- 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 +6 -0
- package/es/panel-component/user-message/addin-changed/addin-changed.d.ts +2 -2
- package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.d.ts +1 -1
- package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.provider.d.ts +1 -1
- package/es/panel-component/user-message/user-message.css +1 -1
- package/es/panel-component/user-message/user-message.d.ts +17 -0
- package/es/panel-component/user-message/user-message.mjs +7 -1
- package/es/panel-component/view-message/view-message.d.ts +19 -0
- package/es/panel-component/view-message/view-message.mjs +6 -0
- 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 +6 -0
- package/es/util/app-modal/app-modal-component.d.ts +1 -1
- package/es/util/app-util/app-util.d.ts +7 -0
- package/es/util/app-util/app-util.mjs +14 -4
- package/es/util/fullscreen/fullscreen-util.mjs +1 -1
- package/es/util/notification-util/upload-manager/upload-manager.d.ts +1 -1
- package/es/util/open-view-util/open-view-util.mjs +2 -0
- package/es/view/403-view/403-view.mjs +1 -1
- package/es/view/404-view/404-view.mjs +1 -1
- package/es/view/share-view/share-view.d.ts +1 -1
- package/es/view/sub-app-ref-view/index.d.ts +7 -7
- package/es/view/sub-app-ref-view/sub-app-ref-view.d.ts +7 -7
- package/es/view/wf-step-trace-view/index.d.ts +7 -7
- package/es/view/wf-step-trace-view/wf-step-trace-view.d.ts +7 -7
- 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 -0
- package/es/web-app/components/router-shell/router-shell.d.ts +3 -3
- package/es/web-app/guard/auth-guard/auth-guard.mjs +41 -3
- package/es/web-app/guard/auth-guard/dyna-auth-guard.mjs +3 -0
- package/es/web-app/main.mjs +1 -0
- package/lib/_virtual/index.cjs +5 -0
- package/lib/common/control-navigation/control-navigation.cjs +20 -1
- 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/control/app-menu/app-menu.cjs +33 -6
- 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/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/form-detail/form-mdctrl/form-mdctrl-md/form-mdctrl-md.cjs +1 -0
- 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 +169 -67
- package/lib/control/grid/grid/grid.cjs +129 -44
- 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/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/toolbar/toolbar.css +1 -1
- package/lib/control/tree/tree.cjs +73 -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 +16 -20
- 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/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/date-range-select.cjs +2 -7
- package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.cjs +24 -6
- package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.css +1 -1
- package/lib/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.cjs +37 -27
- package/lib/editor/html/wang-editor/wang-editor.cjs +5 -5
- package/lib/editor/index.cjs +11 -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 +42 -22
- package/lib/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.css +1 -1
- 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/raw/ibiz-raw/ibiz-raw.cjs +5 -1
- package/lib/editor/raw/ibiz-raw/ibiz-raw.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.cjs +4 -4
- 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 +17 -4
- package/lib/locale/zh-CN/index.cjs +17 -4
- 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/{@ibiz-template_core@0.7.39_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.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 +53 -81
- package/lib/panel-component/app-switch/app-switch.cjs +76 -0
- package/lib/panel-component/app-switch/app-switch.controller.cjs +278 -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 +249 -0
- package/lib/panel-component/global-search/global-search.controller.cjs +345 -0
- package/lib/panel-component/global-search/global-search.css +1 -0
- package/lib/panel-component/global-search/global-search.provider.cjs +23 -0
- package/lib/panel-component/global-search/global-search.state.cjs +53 -0
- package/lib/panel-component/global-search/index.cjs +20 -0
- 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 +82 -0
- package/lib/panel-component/index-blank-placeholder/index-blank-placeholder.controller.cjs +80 -0
- package/lib/panel-component/index-blank-placeholder/index-blank-placeholder.css +1 -0
- package/lib/panel-component/index-blank-placeholder/index-blank-placeholder.provider.cjs +23 -0
- package/lib/panel-component/index-blank-placeholder/index-blank-placeholder.state.cjs +9 -0
- package/lib/panel-component/index-blank-placeholder/index.cjs +25 -0
- package/lib/panel-component/index.cjs +44 -38
- 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 +42 -19
- package/lib/panel-component/panel-app-title/panel-app-title.controller.cjs +4 -3
- package/lib/panel-component/panel-app-title/panel-app-title.css +1 -1
- 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.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/user-message/user-message.css +1 -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 +13 -3
- 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/App.cjs +2 -0
- package/lib/web-app/guard/auth-guard/auth-guard.cjs +40 -2
- package/lib/web-app/guard/auth-guard/dyna-auth-guard.cjs +3 -0
- package/lib/web-app/main.cjs +1 -0
- package/package.json +13 -12
- package/dist/chart-WOVYJZdX.js +0 -1
- package/dist/ibiz-markdown-editor-6LwfUyrp.js +0 -1
- package/dist/index-AFjh74yw.js +0 -4
- package/dist/index-JACr82NV.js +0 -1
- package/dist/index-rzZcg_Jf.js +0 -1
- package/dist/map-chart-eydeBW7e.js +0 -1
- package/dist/map-chart-user-3inZInah.js +0 -1
- package/dist/wang-editor-fgIF44E-.js +0 -1
|
@@ -2,11 +2,23 @@ import { PanelContainerController } from '@ibiz-template/vue3-util';
|
|
|
2
2
|
import { IPanelContainer } from '@ibiz/model-core';
|
|
3
3
|
import { PropType } from 'vue';
|
|
4
4
|
import './index-actions.scss';
|
|
5
|
+
/**
|
|
6
|
+
* 首页行为容器组件
|
|
7
|
+
* @description 用于包裹首页预定义布局中的四个预定义按钮组件。
|
|
8
|
+
* @param {IPanelContainer} props
|
|
9
|
+
* @returns
|
|
10
|
+
*/
|
|
5
11
|
export declare const IndexActions: import("vue").DefineComponent<{
|
|
12
|
+
/**
|
|
13
|
+
* @description 首页行为容器组件模型数据
|
|
14
|
+
*/
|
|
6
15
|
modelData: {
|
|
7
16
|
type: PropType<IPanelContainer>;
|
|
8
17
|
required: true;
|
|
9
18
|
};
|
|
19
|
+
/**
|
|
20
|
+
* @description 首页行为容器组件控制器
|
|
21
|
+
*/
|
|
10
22
|
controller: {
|
|
11
23
|
type: typeof PanelContainerController;
|
|
12
24
|
required: true;
|
|
@@ -16,10 +28,16 @@ export declare const IndexActions: import("vue").DefineComponent<{
|
|
|
16
28
|
classArr: import("vue").ComputedRef<(string | false)[]>;
|
|
17
29
|
isCollapse: import("vue").ComputedRef<any>;
|
|
18
30
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
31
|
+
/**
|
|
32
|
+
* @description 首页行为容器组件模型数据
|
|
33
|
+
*/
|
|
19
34
|
modelData: {
|
|
20
35
|
type: PropType<IPanelContainer>;
|
|
21
36
|
required: true;
|
|
22
37
|
};
|
|
38
|
+
/**
|
|
39
|
+
* @description 首页行为容器组件控制器
|
|
40
|
+
*/
|
|
23
41
|
controller: {
|
|
24
42
|
type: typeof PanelContainerController;
|
|
25
43
|
required: true;
|
|
@@ -9,10 +9,16 @@ function _isSlot(s) {
|
|
|
9
9
|
const IndexActions = /* @__PURE__ */ defineComponent({
|
|
10
10
|
name: "IBizIndexActions",
|
|
11
11
|
props: {
|
|
12
|
+
/**
|
|
13
|
+
* @description 首页行为容器组件模型数据
|
|
14
|
+
*/
|
|
12
15
|
modelData: {
|
|
13
16
|
type: Object,
|
|
14
17
|
required: true
|
|
15
18
|
},
|
|
19
|
+
/**
|
|
20
|
+
* @description 首页行为容器组件控制器
|
|
21
|
+
*/
|
|
16
22
|
controller: {
|
|
17
23
|
type: PanelContainerController,
|
|
18
24
|
required: true
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { AppMenuController, PanelItemController } from '@ibiz-template/runtime';
|
|
2
|
+
import { IPanelContainer } from '@ibiz/model-core';
|
|
3
|
+
import { IndexBlankPlaceholderState } from './index-blank-placeholder.state';
|
|
4
|
+
import { NavPosIndexController } from '../nav-pos-index';
|
|
5
|
+
/**
|
|
6
|
+
* 首页空白占位控制器
|
|
7
|
+
*
|
|
8
|
+
* @export
|
|
9
|
+
* @class IndexBlankPlaceholderController
|
|
10
|
+
* @extends {PanelItemController<IPanelContainer>}
|
|
11
|
+
*/
|
|
12
|
+
export declare class IndexBlankPlaceholderController extends PanelItemController<IPanelContainer> {
|
|
13
|
+
state: IndexBlankPlaceholderState;
|
|
14
|
+
protected createState(): IndexBlankPlaceholderState;
|
|
15
|
+
/**
|
|
16
|
+
* @description 当前视图路由层级
|
|
17
|
+
* @exposedoc
|
|
18
|
+
* @readonly
|
|
19
|
+
* @type {(number | undefined)}
|
|
20
|
+
* @memberof IndexBlankPlaceholderController
|
|
21
|
+
*/
|
|
22
|
+
get routeDepth(): number | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* @description 应用菜单
|
|
25
|
+
* @exposedoc
|
|
26
|
+
* @readonly
|
|
27
|
+
* @type {(AppMenuController | undefined)}
|
|
28
|
+
* @memberof IndexBlankPlaceholderController
|
|
29
|
+
*/
|
|
30
|
+
get appmenu(): AppMenuController | undefined;
|
|
31
|
+
/**
|
|
32
|
+
* @description 首页导航栏
|
|
33
|
+
* @exposedoc
|
|
34
|
+
* @readonly
|
|
35
|
+
* @type {(NavPosIndexController | undefined)}
|
|
36
|
+
* @memberof IndexBlankPlaceholderController
|
|
37
|
+
*/
|
|
38
|
+
get navPos(): NavPosIndexController | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* 初始化
|
|
41
|
+
*
|
|
42
|
+
* @protected
|
|
43
|
+
* @return {*} {Promise<void>}
|
|
44
|
+
* @memberof IndexBlankPlaceholderController
|
|
45
|
+
*/
|
|
46
|
+
protected onInit(): Promise<void>;
|
|
47
|
+
/**
|
|
48
|
+
* @description 设置显示状态
|
|
49
|
+
* @exposedoc
|
|
50
|
+
* @param {boolean} state
|
|
51
|
+
* @memberof IndexBlankPlaceholderController
|
|
52
|
+
*/
|
|
53
|
+
setVisible(state: boolean): void;
|
|
54
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { PanelItemController } from '@ibiz-template/runtime';
|
|
2
|
+
import { IndexBlankPlaceholderState } from './index-blank-placeholder.state.mjs';
|
|
3
|
+
|
|
4
|
+
"use strict";
|
|
5
|
+
class IndexBlankPlaceholderController extends PanelItemController {
|
|
6
|
+
createState() {
|
|
7
|
+
var _a;
|
|
8
|
+
return new IndexBlankPlaceholderState((_a = this.parent) == null ? void 0 : _a.state);
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* @description 当前视图路由层级
|
|
12
|
+
* @exposedoc
|
|
13
|
+
* @readonly
|
|
14
|
+
* @type {(number | undefined)}
|
|
15
|
+
* @memberof IndexBlankPlaceholderController
|
|
16
|
+
*/
|
|
17
|
+
get routeDepth() {
|
|
18
|
+
return this.panel.view.modal.routeDepth;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @description 应用菜单
|
|
22
|
+
* @exposedoc
|
|
23
|
+
* @readonly
|
|
24
|
+
* @type {(AppMenuController | undefined)}
|
|
25
|
+
* @memberof IndexBlankPlaceholderController
|
|
26
|
+
*/
|
|
27
|
+
get appmenu() {
|
|
28
|
+
return this.panel.getController("appmenu");
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* @description 首页导航栏
|
|
32
|
+
* @exposedoc
|
|
33
|
+
* @readonly
|
|
34
|
+
* @type {(NavPosIndexController | undefined)}
|
|
35
|
+
* @memberof IndexBlankPlaceholderController
|
|
36
|
+
*/
|
|
37
|
+
get navPos() {
|
|
38
|
+
return this.panel.panelItems.nav_pos_index;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* 初始化
|
|
42
|
+
*
|
|
43
|
+
* @protected
|
|
44
|
+
* @return {*} {Promise<void>}
|
|
45
|
+
* @memberof IndexBlankPlaceholderController
|
|
46
|
+
*/
|
|
47
|
+
async onInit() {
|
|
48
|
+
await super.onInit();
|
|
49
|
+
this.state.keepAlive = true;
|
|
50
|
+
this.state.visible = false;
|
|
51
|
+
this.panel.evt.on("onMounted", async () => {
|
|
52
|
+
var _a;
|
|
53
|
+
if (this.navPos)
|
|
54
|
+
this.navPos.state.keepAlive = true;
|
|
55
|
+
const appViewId = (_a = this.appmenu) == null ? void 0 : _a.getDefaultOpenView();
|
|
56
|
+
if (appViewId) {
|
|
57
|
+
const appView = await ibiz.hub.config.view.get(appViewId);
|
|
58
|
+
const { openMode = "INDEXVIEWTAB" } = appView;
|
|
59
|
+
this.state.visible = !openMode.startsWith("INDEXVIEWTAB");
|
|
60
|
+
} else {
|
|
61
|
+
this.state.visible = true;
|
|
62
|
+
}
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* @description 设置显示状态
|
|
67
|
+
* @exposedoc
|
|
68
|
+
* @param {boolean} state
|
|
69
|
+
* @memberof IndexBlankPlaceholderController
|
|
70
|
+
*/
|
|
71
|
+
setVisible(state) {
|
|
72
|
+
this.state.visible = state;
|
|
73
|
+
if (this.navPos)
|
|
74
|
+
this.navPos.state.visible = !state;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
export { IndexBlankPlaceholderController };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ibiz-index-blank-placeholder{width:100%;height:100%}.ibiz-index-blank-placeholder>.ibiz-row{height:100%;overflow:hidden auto}.ibiz-index-blank-placeholder.is-hidden{display:none}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { IPanelContainer } from '@ibiz/model-core';
|
|
2
|
+
import { PropType } from 'vue';
|
|
3
|
+
import { IndexBlankPlaceholderController } from './index-blank-placeholder.controller';
|
|
4
|
+
import './index-blank-placeholder.scss';
|
|
5
|
+
/**
|
|
6
|
+
* 空白占位
|
|
7
|
+
* @primary
|
|
8
|
+
* @description 首页空白占位组件,当菜单未进行导航时,首页显示此容器内的内容。
|
|
9
|
+
*/
|
|
10
|
+
export declare const IndexBlankPlaceholder: import("vue").DefineComponent<{
|
|
11
|
+
/**
|
|
12
|
+
* @description 空白占位模型数据
|
|
13
|
+
*/
|
|
14
|
+
modelData: {
|
|
15
|
+
type: PropType<IPanelContainer>;
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
18
|
+
/**
|
|
19
|
+
* @description 空白占位控制器
|
|
20
|
+
*/
|
|
21
|
+
controller: {
|
|
22
|
+
type: PropType<IndexBlankPlaceholderController>;
|
|
23
|
+
required: true;
|
|
24
|
+
};
|
|
25
|
+
}, {
|
|
26
|
+
ns: import("@ibiz-template/core").Namespace;
|
|
27
|
+
classArr: import("vue").ComputedRef<(string | false)[]>;
|
|
28
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29
|
+
/**
|
|
30
|
+
* @description 空白占位模型数据
|
|
31
|
+
*/
|
|
32
|
+
modelData: {
|
|
33
|
+
type: PropType<IPanelContainer>;
|
|
34
|
+
required: true;
|
|
35
|
+
};
|
|
36
|
+
/**
|
|
37
|
+
* @description 空白占位控制器
|
|
38
|
+
*/
|
|
39
|
+
controller: {
|
|
40
|
+
type: PropType<IndexBlankPlaceholderController>;
|
|
41
|
+
required: true;
|
|
42
|
+
};
|
|
43
|
+
}>>, {}, {}>;
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import { isVNode, computed, resolveComponent, createVNode, defineComponent } from 'vue';
|
|
2
|
+
import { useNamespace, onRouteChange } from '@ibiz-template/vue3-util';
|
|
3
|
+
import './index-blank-placeholder.css';
|
|
4
|
+
|
|
5
|
+
"use strict";
|
|
6
|
+
function _isSlot(s) {
|
|
7
|
+
return typeof s === "function" || Object.prototype.toString.call(s) === "[object Object]" && !isVNode(s);
|
|
8
|
+
}
|
|
9
|
+
const IndexBlankPlaceholder = /* @__PURE__ */ defineComponent({
|
|
10
|
+
name: "IBizIndexBlankPlaceholder",
|
|
11
|
+
props: {
|
|
12
|
+
/**
|
|
13
|
+
* @description 空白占位模型数据
|
|
14
|
+
*/
|
|
15
|
+
modelData: {
|
|
16
|
+
type: Object,
|
|
17
|
+
required: true
|
|
18
|
+
},
|
|
19
|
+
/**
|
|
20
|
+
* @description 空白占位控制器
|
|
21
|
+
*/
|
|
22
|
+
controller: {
|
|
23
|
+
type: Object,
|
|
24
|
+
required: true
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
setup(props) {
|
|
28
|
+
const c = props.controller;
|
|
29
|
+
const ns = useNamespace("index-blank-placeholder");
|
|
30
|
+
const {
|
|
31
|
+
id
|
|
32
|
+
} = props.modelData;
|
|
33
|
+
const classArr = computed(() => {
|
|
34
|
+
let result = [ns.b(), ns.m(id)];
|
|
35
|
+
result = [...result, ...props.controller.containerClass, ns.is("hidden", !props.controller.state.visible)];
|
|
36
|
+
return result;
|
|
37
|
+
});
|
|
38
|
+
if (c.routeDepth) {
|
|
39
|
+
onRouteChange((args) => {
|
|
40
|
+
c.setVisible(!args.currentKey);
|
|
41
|
+
}, c.routeDepth + 1);
|
|
42
|
+
}
|
|
43
|
+
return {
|
|
44
|
+
ns,
|
|
45
|
+
classArr
|
|
46
|
+
};
|
|
47
|
+
},
|
|
48
|
+
render() {
|
|
49
|
+
var _a, _b;
|
|
50
|
+
let _slot;
|
|
51
|
+
const defaultSlots = ((_b = (_a = this.$slots).default) == null ? void 0 : _b.call(_a)) || [];
|
|
52
|
+
const content = createVNode(resolveComponent("iBizRow"), {
|
|
53
|
+
"slot": "content",
|
|
54
|
+
"layout": this.modelData.layout
|
|
55
|
+
}, _isSlot(_slot = defaultSlots.map((slot) => {
|
|
56
|
+
const props = slot.props;
|
|
57
|
+
if (!props || !props.controller) {
|
|
58
|
+
return slot;
|
|
59
|
+
}
|
|
60
|
+
return createVNode(resolveComponent("iBizCol"), {
|
|
61
|
+
"layoutPos": props.modelData.layoutPos,
|
|
62
|
+
"state": props.controller.state
|
|
63
|
+
}, _isSlot(slot) ? slot : {
|
|
64
|
+
default: () => [slot]
|
|
65
|
+
});
|
|
66
|
+
})) ? _slot : {
|
|
67
|
+
default: () => [_slot]
|
|
68
|
+
});
|
|
69
|
+
return createVNode("div", {
|
|
70
|
+
"class": this.classArr,
|
|
71
|
+
"onClick": () => {
|
|
72
|
+
this.controller.onClick();
|
|
73
|
+
}
|
|
74
|
+
}, [this.controller.model.cssStyle ? createVNode("style", {
|
|
75
|
+
"type": "text/css"
|
|
76
|
+
}, [this.controller.model.cssStyle]) : null, content]);
|
|
77
|
+
}
|
|
78
|
+
});
|
|
79
|
+
|
|
80
|
+
export { IndexBlankPlaceholder };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { IPanelItemProvider, PanelController, PanelItemController } from '@ibiz-template/runtime';
|
|
2
|
+
import { IPanelContainer } from '@ibiz/model-core';
|
|
3
|
+
import { IndexBlankPlaceholderController } from './index-blank-placeholder.controller';
|
|
4
|
+
/**
|
|
5
|
+
* 首页空白占位适配器
|
|
6
|
+
*
|
|
7
|
+
* @export
|
|
8
|
+
* @class IndexBlankPlaceholderProvider
|
|
9
|
+
* @implements {IPanelItemProvider}
|
|
10
|
+
*/
|
|
11
|
+
export declare class IndexBlankPlaceholderProvider implements IPanelItemProvider {
|
|
12
|
+
component: string;
|
|
13
|
+
createController(panelItem: IPanelContainer, panel: PanelController, parent: PanelItemController | undefined): Promise<IndexBlankPlaceholderController>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { IndexBlankPlaceholderController } from './index-blank-placeholder.controller.mjs';
|
|
2
|
+
|
|
3
|
+
"use strict";
|
|
4
|
+
var __defProp = Object.defineProperty;
|
|
5
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
6
|
+
var __publicField = (obj, key, value) => {
|
|
7
|
+
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
8
|
+
return value;
|
|
9
|
+
};
|
|
10
|
+
class IndexBlankPlaceholderProvider {
|
|
11
|
+
constructor() {
|
|
12
|
+
__publicField(this, "component", "IBizIndexBlankPlaceholder");
|
|
13
|
+
}
|
|
14
|
+
async createController(panelItem, panel, parent) {
|
|
15
|
+
const c = new IndexBlankPlaceholderController(panelItem, panel, parent);
|
|
16
|
+
await c.init();
|
|
17
|
+
return c;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export { IndexBlankPlaceholderProvider };
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { IndexBlankPlaceholderController } from './index-blank-placeholder.controller';
|
|
2
|
+
export { IndexBlankPlaceholderController };
|
|
3
|
+
export declare const IBizIndexBlankPlaceholder: import("@ibiz-template/vue3-util").TypeWithInstall<import("vue").DefineComponent<{
|
|
4
|
+
modelData: {
|
|
5
|
+
type: import("vue").PropType<import("@ibiz/model-core").IPanelContainer>;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
controller: {
|
|
9
|
+
type: import("vue").PropType<IndexBlankPlaceholderController>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}, {
|
|
13
|
+
ns: import("@ibiz-template/core").Namespace;
|
|
14
|
+
classArr: import("vue").ComputedRef<(string | false)[]>;
|
|
15
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
+
modelData: {
|
|
17
|
+
type: import("vue").PropType<import("@ibiz/model-core").IPanelContainer>;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
controller: {
|
|
21
|
+
type: import("vue").PropType<IndexBlankPlaceholderController>;
|
|
22
|
+
required: true;
|
|
23
|
+
};
|
|
24
|
+
}>>, {}, {}>>;
|
|
25
|
+
export default IBizIndexBlankPlaceholder;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { registerPanelItemProvider } from '@ibiz-template/runtime';
|
|
2
|
+
import { withInstall } from '@ibiz-template/vue3-util';
|
|
3
|
+
import { IndexBlankPlaceholder } from './index-blank-placeholder.mjs';
|
|
4
|
+
import { IndexBlankPlaceholderProvider } from './index-blank-placeholder.provider.mjs';
|
|
5
|
+
export { IndexBlankPlaceholderController } from './index-blank-placeholder.controller.mjs';
|
|
6
|
+
|
|
7
|
+
"use strict";
|
|
8
|
+
const IBizIndexBlankPlaceholder = withInstall(
|
|
9
|
+
IndexBlankPlaceholder,
|
|
10
|
+
function(v) {
|
|
11
|
+
v.component(IndexBlankPlaceholder.name, IndexBlankPlaceholder);
|
|
12
|
+
registerPanelItemProvider(
|
|
13
|
+
"CONTAINER_INDEX_BLANK_PLACEHOLDER",
|
|
14
|
+
() => new IndexBlankPlaceholderProvider()
|
|
15
|
+
);
|
|
16
|
+
}
|
|
17
|
+
);
|
|
18
|
+
|
|
19
|
+
export { IBizIndexBlankPlaceholder, IBizIndexBlankPlaceholder as default };
|
|
@@ -27,6 +27,9 @@ import { IBizShortCut } from './short-cut/index.mjs';
|
|
|
27
27
|
import { IBizAuthCaptcha } from './auth-captcha/index.mjs';
|
|
28
28
|
import { IBizPanelButtonList } from './panel-button-list/index.mjs';
|
|
29
29
|
import { IBizAuthSso } from './auth-sso/index.mjs';
|
|
30
|
+
import { IBizIndexBlankPlaceholder } from './index-blank-placeholder/index.mjs';
|
|
31
|
+
import { IBizGlobalSearch } from './global-search/index.mjs';
|
|
32
|
+
import { IBizAppSwitch } from './app-switch/index.mjs';
|
|
30
33
|
export { NavPosIndexState } from './nav-pos-index/nav-pos-index.state.mjs';
|
|
31
34
|
export { NavPosIndexController } from './nav-pos-index/nav-pos-index.controller.mjs';
|
|
32
35
|
export { PanelButtonController } from './panel-button/panel-button.controller.mjs';
|
|
@@ -36,6 +39,8 @@ export { SplitContainerController } from './split-container/split-container.cont
|
|
|
36
39
|
"use strict";
|
|
37
40
|
const IBizPanelComponents = {
|
|
38
41
|
install: (v) => {
|
|
42
|
+
v.use(IBizGlobalSearch);
|
|
43
|
+
v.use(IBizIndexBlankPlaceholder);
|
|
39
44
|
v.use(IBizAuthSso);
|
|
40
45
|
v.use(IBizPanelCtrlViewPageCaption);
|
|
41
46
|
v.use(IBizPanelContainer);
|
|
@@ -82,6 +87,7 @@ const IBizPanelComponents = {
|
|
|
82
87
|
v.use(IBizAuthCaptcha);
|
|
83
88
|
v.use(IBizPanelButtonList);
|
|
84
89
|
v.use(IBizAuthWxmpQrcode);
|
|
90
|
+
v.use(IBizAppSwitch);
|
|
85
91
|
}
|
|
86
92
|
};
|
|
87
93
|
|
|
@@ -15,18 +15,21 @@ export declare class NavBreadcrumbController extends PanelItemController<IPanelR
|
|
|
15
15
|
protected createState(): NavBreadcrumbState;
|
|
16
16
|
/**
|
|
17
17
|
* @description 面包屑分割符
|
|
18
|
+
* @exposedoc
|
|
18
19
|
* @type {string}
|
|
19
20
|
* @memberof NavBreadcrumbController
|
|
20
21
|
*/
|
|
21
22
|
separator: string;
|
|
22
23
|
/**
|
|
23
|
-
* @description
|
|
24
|
+
* @description 导航模式,路由模式:根据路由计算导航数据,菜单模式:根据菜单模型计算导航数据,缓存模式:根据缓存计算导航数据
|
|
25
|
+
* @exposedoc
|
|
24
26
|
* @type {('router' | 'menu' | 'store')}
|
|
25
27
|
* @memberof NavBreadcrumbController
|
|
26
28
|
*/
|
|
27
29
|
navMode: 'router' | 'menu' | 'store';
|
|
28
30
|
/**
|
|
29
31
|
* @description 是否显示应用标题
|
|
32
|
+
* @exposedoc
|
|
30
33
|
* @type {boolean}
|
|
31
34
|
* @memberof NavBreadcrumbController
|
|
32
35
|
*/
|
|
@@ -39,20 +42,23 @@ export declare class NavBreadcrumbController extends PanelItemController<IPanelR
|
|
|
39
42
|
service: NavBreadcrumbService;
|
|
40
43
|
/**
|
|
41
44
|
* @description 自定义补充参数
|
|
45
|
+
* @exposedoc
|
|
42
46
|
* @type {IData}
|
|
43
47
|
* @memberof NavBreadcrumbController
|
|
44
48
|
*/
|
|
45
49
|
rawItemParams: IData;
|
|
46
50
|
/**
|
|
47
51
|
* @description 应用菜单控制器
|
|
52
|
+
* @exposedoc
|
|
48
53
|
* @readonly
|
|
49
54
|
* @type {(IAppMenuController | undefined)}
|
|
50
55
|
* @memberof NavBreadcrumbController
|
|
51
56
|
*/
|
|
52
57
|
get appmenu(): IAppMenuController | undefined;
|
|
53
58
|
/**
|
|
54
|
-
* @description
|
|
59
|
+
* @description 首页导航占位控制器
|
|
55
60
|
* @readonly
|
|
61
|
+
* @exposedoc
|
|
56
62
|
* @type {(NavPosIndexController | undefined)}
|
|
57
63
|
* @memberof NavBreadcrumbController
|
|
58
64
|
*/
|
|
@@ -76,11 +82,11 @@ export declare class NavBreadcrumbController extends PanelItemController<IPanelR
|
|
|
76
82
|
*/
|
|
77
83
|
resetBreadcrumbs(): void;
|
|
78
84
|
/**
|
|
79
|
-
* 更新视图信息
|
|
80
|
-
* @
|
|
81
|
-
* @
|
|
82
|
-
* @
|
|
83
|
-
* @
|
|
85
|
+
* @description 更新视图信息
|
|
86
|
+
* @param {string} fullPath
|
|
87
|
+
* @param {{ viewName: string; caption?: string; dataInfo?: string }} info
|
|
88
|
+
* @return {*} {void}
|
|
89
|
+
* @memberof NavBreadcrumbController
|
|
84
90
|
*/
|
|
85
91
|
updateViewInfo(fullPath: string, info: {
|
|
86
92
|
viewName: string;
|
|
@@ -18,18 +18,21 @@ class NavBreadcrumbController extends PanelItemController {
|
|
|
18
18
|
super(...arguments);
|
|
19
19
|
/**
|
|
20
20
|
* @description 面包屑分割符
|
|
21
|
+
* @exposedoc
|
|
21
22
|
* @type {string}
|
|
22
23
|
* @memberof NavBreadcrumbController
|
|
23
24
|
*/
|
|
24
25
|
__publicField(this, "separator", "/");
|
|
25
26
|
/**
|
|
26
|
-
* @description
|
|
27
|
+
* @description 导航模式,路由模式:根据路由计算导航数据,菜单模式:根据菜单模型计算导航数据,缓存模式:根据缓存计算导航数据
|
|
28
|
+
* @exposedoc
|
|
27
29
|
* @type {('router' | 'menu' | 'store')}
|
|
28
30
|
* @memberof NavBreadcrumbController
|
|
29
31
|
*/
|
|
30
32
|
__publicField(this, "navMode", "router");
|
|
31
33
|
/**
|
|
32
34
|
* @description 是否显示应用标题
|
|
35
|
+
* @exposedoc
|
|
33
36
|
* @type {boolean}
|
|
34
37
|
* @memberof NavBreadcrumbController
|
|
35
38
|
*/
|
|
@@ -42,6 +45,7 @@ class NavBreadcrumbController extends PanelItemController {
|
|
|
42
45
|
__publicField(this, "service");
|
|
43
46
|
/**
|
|
44
47
|
* @description 自定义补充参数
|
|
48
|
+
* @exposedoc
|
|
45
49
|
* @type {IData}
|
|
46
50
|
* @memberof NavBreadcrumbController
|
|
47
51
|
*/
|
|
@@ -53,6 +57,7 @@ class NavBreadcrumbController extends PanelItemController {
|
|
|
53
57
|
}
|
|
54
58
|
/**
|
|
55
59
|
* @description 应用菜单控制器
|
|
60
|
+
* @exposedoc
|
|
56
61
|
* @readonly
|
|
57
62
|
* @type {(IAppMenuController | undefined)}
|
|
58
63
|
* @memberof NavBreadcrumbController
|
|
@@ -61,8 +66,9 @@ class NavBreadcrumbController extends PanelItemController {
|
|
|
61
66
|
return this.panel.view.getController("appmenu");
|
|
62
67
|
}
|
|
63
68
|
/**
|
|
64
|
-
* @description
|
|
69
|
+
* @description 首页导航占位控制器
|
|
65
70
|
* @readonly
|
|
71
|
+
* @exposedoc
|
|
66
72
|
* @type {(NavPosIndexController | undefined)}
|
|
67
73
|
* @memberof NavBreadcrumbController
|
|
68
74
|
*/
|
|
@@ -130,11 +136,11 @@ class NavBreadcrumbController extends PanelItemController {
|
|
|
130
136
|
this.state.breadcrumbItems = this.service.getChache();
|
|
131
137
|
}
|
|
132
138
|
/**
|
|
133
|
-
* 更新视图信息
|
|
134
|
-
* @
|
|
135
|
-
* @
|
|
136
|
-
* @
|
|
137
|
-
* @
|
|
139
|
+
* @description 更新视图信息
|
|
140
|
+
* @param {string} fullPath
|
|
141
|
+
* @param {{ viewName: string; caption?: string; dataInfo?: string }} info
|
|
142
|
+
* @return {*} {void}
|
|
143
|
+
* @memberof NavBreadcrumbController
|
|
138
144
|
*/
|
|
139
145
|
updateViewInfo(fullPath, info) {
|
|
140
146
|
if (this.navMode === "menu") {
|
|
@@ -6,11 +6,25 @@ export interface dropdownAction {
|
|
|
6
6
|
text: string;
|
|
7
7
|
value?: string;
|
|
8
8
|
}
|
|
9
|
+
/**
|
|
10
|
+
* 面包屑导航
|
|
11
|
+
* @primary
|
|
12
|
+
* @description 首页下的面包屑组件,使用el-breadcrumb绘制,根据打开视图层级绘制面包屑。
|
|
13
|
+
* @panelitemparams {name:navmode,parameterType:router|menu|store,defaultvalue:router,description:导航模式}
|
|
14
|
+
* @panelitemparams {name:separator,parameterType:string,defaultvalue:/,description:面包屑分隔符}
|
|
15
|
+
* @panelitemparams {name:showhome,parameterType:boolean,defaultvalue:true,description:是否显示应用标题}
|
|
16
|
+
*/
|
|
9
17
|
export declare const NavBreadcrumb: import("vue").DefineComponent<{
|
|
18
|
+
/**
|
|
19
|
+
* @description 面包屑导航数据
|
|
20
|
+
*/
|
|
10
21
|
modelData: {
|
|
11
22
|
type: PropType<IPanelRawItem>;
|
|
12
23
|
required: true;
|
|
13
24
|
};
|
|
25
|
+
/**
|
|
26
|
+
* @description 面包屑导航控制器
|
|
27
|
+
*/
|
|
14
28
|
controller: {
|
|
15
29
|
type: typeof NavBreadcrumbController;
|
|
16
30
|
required: true;
|
|
@@ -20,10 +34,16 @@ export declare const NavBreadcrumb: import("vue").DefineComponent<{
|
|
|
20
34
|
c: NavBreadcrumbController;
|
|
21
35
|
items: import("vue").ComputedRef<import("./nav-breadcrumb.state").BreadcrumbMsg[]>;
|
|
22
36
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
37
|
+
/**
|
|
38
|
+
* @description 面包屑导航数据
|
|
39
|
+
*/
|
|
23
40
|
modelData: {
|
|
24
41
|
type: PropType<IPanelRawItem>;
|
|
25
42
|
required: true;
|
|
26
43
|
};
|
|
44
|
+
/**
|
|
45
|
+
* @description 面包屑导航控制器
|
|
46
|
+
*/
|
|
27
47
|
controller: {
|
|
28
48
|
type: typeof NavBreadcrumbController;
|
|
29
49
|
required: true;
|
|
@@ -11,10 +11,16 @@ function _isSlot(s) {
|
|
|
11
11
|
const NavBreadcrumb = /* @__PURE__ */ defineComponent({
|
|
12
12
|
name: "IBizNavBreadcrumb",
|
|
13
13
|
props: {
|
|
14
|
+
/**
|
|
15
|
+
* @description 面包屑导航数据
|
|
16
|
+
*/
|
|
14
17
|
modelData: {
|
|
15
18
|
type: Object,
|
|
16
19
|
required: true
|
|
17
20
|
},
|
|
21
|
+
/**
|
|
22
|
+
* @description 面包屑导航控制器
|
|
23
|
+
*/
|
|
18
24
|
controller: {
|
|
19
25
|
type: NavBreadcrumbController,
|
|
20
26
|
required: true
|