@ibiz-template/vue3-components 0.7.37-alpha.5 → 0.7.38-alpha.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chart-DPS_XpZp.js +1 -0
- package/dist/index-3cxXHoLs.js +4 -0
- package/dist/index-CiEIUSX9.js +1 -0
- package/dist/index-HW5stxcy.js +1 -0
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/xlsx-util-BlkeQIMu.js +2 -0
- package/es/common/action-toolbar/action-toolbar.mjs +7 -4
- package/es/common/anchor-container/anchor-bar-list/anchor-bar-list.css +1 -0
- package/es/common/anchor-container/anchor-bar-list/anchor-bar-list.d.ts +66 -0
- package/es/common/anchor-container/anchor-bar-list/anchor-bar-list.mjs +69 -0
- package/es/common/anchor-container/anchor-container.css +1 -0
- package/es/common/anchor-container/anchor-container.d.ts +103 -0
- package/es/common/anchor-container/anchor-container.mjs +155 -0
- package/es/common/button-list/button-list.css +1 -0
- package/es/common/button-list/button-list.d.ts +45 -0
- package/es/common/button-list/button-list.mjs +165 -0
- package/es/common/carousel/carousel.mjs +1 -1
- package/es/common/carousel-card/carousel-card.mjs +1 -1
- package/es/common/col/col.mjs +1 -1
- package/es/common/control-navigation/control-navigation.css +1 -0
- package/es/common/control-navigation/control-navigation.d.ts +32 -0
- package/es/common/control-navigation/control-navigation.mjs +116 -0
- package/es/common/control-navigation/provider/calendar-navigation.provider.d.ts +17 -0
- package/es/common/control-navigation/provider/calendar-navigation.provider.mjs +55 -0
- package/es/common/control-navigation/provider/index.d.ts +10 -0
- package/es/common/control-navigation/provider/index.mjs +17 -0
- package/es/common/control-navigation/provider/navigation-base.provider.d.ts +84 -0
- package/es/common/control-navigation/provider/navigation-base.provider.mjs +142 -0
- package/es/common/control-navigation/provider/tree-navigation.provider.d.ts +30 -0
- package/es/common/control-navigation/provider/tree-navigation.provider.mjs +81 -0
- package/es/common/coop-alert/coop-alert.mjs +1 -1
- package/es/common/custom-filter-condition/custom-filter-condition.mjs +1 -1
- package/es/common/custom-theme/custom-theme-model.mjs +5 -13
- package/es/common/custom-theme/custom-theme.controller.mjs +2 -3
- package/es/common/custom-theme/custom-theme.mjs +1 -1
- package/es/common/data-import/data-import.mjs +1 -1
- package/es/common/data-import2/data-import2.mjs +1 -1
- package/es/common/data-import2-select/data-import2-select.mjs +1 -1
- package/es/common/data-import2-table/data-import2-table.mjs +1 -1
- package/es/common/doing-notice/doing-notice.mjs +1 -1
- package/es/common/emoji-select/components/categories/categories.mjs +1 -1
- package/es/common/emoji-select/components/category-label/category-label.mjs +1 -1
- package/es/common/emoji-select/components/emoji-item/emoji-item.mjs +1 -1
- package/es/common/emoji-select/components/emoji-list/emoji-list.mjs +1 -1
- package/es/common/emoji-select/components/input-search/input-search.mjs +1 -1
- package/es/common/emoji-select/emoji-select.mjs +1 -1
- package/es/common/extend-action-timeline/extend-action-timeline.mjs +1 -1
- package/es/common/fullscreen-toolbar/fullscreen-toolbar-alarm-clock/fullscreen-toolbar-alarm-clock.mjs +1 -1
- package/es/common/fullscreen-toolbar/fullscreen-toolbar.mjs +1 -1
- package/es/common/gantt-setting/gantt-setting.css +1 -0
- package/es/common/gantt-setting/gantt-setting.d.ts +53 -0
- package/es/common/gantt-setting/gantt-setting.mjs +217 -0
- package/es/common/grid-setting/grid-setting.css +1 -1
- package/es/common/grid-setting/grid-setting.d.ts +2 -1
- package/es/common/grid-setting/grid-setting.mjs +21 -5
- package/es/common/index.mjs +10 -0
- package/es/common/map-chart/map-chart.mjs +2 -2
- package/es/common/nav-split/nav-split.css +1 -0
- package/es/common/nav-split/nav-split.d.ts +57 -0
- package/es/common/nav-split/nav-split.mjs +209 -0
- package/es/common/no-data/no-data.mjs +1 -1
- package/es/common/pagination/pagination.d.ts +8 -0
- package/es/common/pagination/pagination.mjs +8 -2
- package/es/common/pql-editor/components/pql-editor-suggestion/pql-editor-suggestion.mjs +1 -1
- package/es/common/pql-editor/pql-editor.mjs +1 -1
- package/es/common/pql-editor/pql-editor.module.mjs +2 -2
- package/es/common/pql-editor/utils/index.mjs +2 -2
- package/es/common/quick-edit/quick-edit.mjs +1 -1
- package/es/common/rawitem/rawitem.mjs +1 -1
- package/es/common/row/row.mjs +1 -1
- package/es/common/sort-bar/sort-bar.mjs +1 -1
- package/es/common/split/split.css +1 -1
- package/es/common/split/split.mjs +3 -3
- package/es/common/split-trigger/split-trigger.mjs +1 -1
- package/es/common/view-message/view-message.mjs +1 -1
- package/es/control/app-menu/app-menu.css +1 -1
- package/es/control/app-menu/app-menu.d.ts +3 -0
- package/es/control/app-menu/app-menu.mjs +130 -61
- package/es/control/app-menu/custom-menu-design/custom-menu-design.mjs +13 -2
- package/es/control/app-menu/index.d.ts +3 -0
- package/es/control/app-menu/index.mjs +1 -1
- package/es/control/app-menu-icon-view/app-menu-icon-view.mjs +1 -1
- package/es/control/app-menu-icon-view/index.mjs +1 -1
- package/es/control/calendar/calendar.css +1 -1
- package/es/control/calendar/calendar.d.ts +12 -1
- package/es/control/calendar/calendar.mjs +43 -11
- package/es/control/calendar/components/calendar-daily/calendar-daily.mjs +1 -1
- package/es/control/calendar/components/calendar-week/calendar-week.mjs +1 -1
- package/es/control/calendar/components/custom-calendar/custom-calendar.mjs +1 -1
- package/es/control/calendar/components/interface/calendar-daily.mjs +1 -1
- package/es/control/calendar/components/interface/calendar-week.mjs +1 -1
- package/es/control/calendar/components/interface/custom-calendar.mjs +1 -1
- package/es/control/calendar/index.d.ts +12 -1
- package/es/control/calendar/index.mjs +1 -1
- package/es/control/caption-bar/caption-bar.mjs +1 -1
- package/es/control/caption-bar/index.mjs +1 -1
- package/es/control/chart/chart.mjs +3 -3
- package/es/control/chart/index.mjs +1 -1
- package/es/control/context-menu/context-menu.d.ts +4 -2
- package/es/control/context-menu/context-menu.mjs +120 -75
- package/es/control/context-menu/index.d.ts +3 -1
- package/es/control/context-menu/index.mjs +1 -1
- package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.d.ts +36 -0
- package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.mjs +1 -1
- package/es/control/dashboard/dashboard-design/dashboard-design.mjs +1 -1
- package/es/control/dashboard/dashboard.d.ts +9 -0
- package/es/control/dashboard/dashboard.mjs +55 -10
- package/es/control/dashboard/index.d.ts +9 -0
- package/es/control/dashboard/index.mjs +1 -1
- package/es/control/dashboard/portlet/actionbar-portlet/actionbar-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/chart-portlet/chart-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/container-portlet/container-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.mjs +3 -2
- package/es/control/dashboard/portlet/filter-portlet/filter-portlet-item/filter-portlet-item.mjs +1 -1
- package/es/control/dashboard/portlet/filter-portlet/filter-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/html-portlet/html-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/list-portlet/list-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/menu-portlet/app-menu-portlet/app-menu-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/menu-portlet/menu-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/portlet-layout/portlet-layout.d.ts +1 -0
- package/es/control/dashboard/portlet/portlet-layout/portlet-layout.mjs +16 -4
- package/es/control/dashboard/portlet/rawitem-portlet/rawitem-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/report-portlet/report-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/view-portlet/view-portlet.mjs +1 -1
- package/es/control/data-view/data-view.css +1 -1
- package/es/control/data-view/data-view.d.ts +46 -1
- package/es/control/data-view/data-view.mjs +137 -19
- package/es/control/data-view/index.d.ts +46 -1
- package/es/control/data-view/index.mjs +1 -1
- package/es/control/drbar/drbar.controller.mjs +1 -1
- package/es/control/drbar/drbar.css +1 -1
- package/es/control/drbar/drbar.mjs +24 -24
- package/es/control/drbar/index.mjs +1 -1
- package/es/control/drtab/drtab-control.util.mjs +1 -1
- package/es/control/drtab/drtab.controller.d.ts +9 -1
- package/es/control/drtab/drtab.controller.mjs +32 -5
- package/es/control/drtab/drtab.css +1 -1
- package/es/control/drtab/drtab.d.ts +3 -1
- package/es/control/drtab/drtab.mjs +93 -32
- package/es/control/drtab/index.d.ts +3 -1
- package/es/control/drtab/index.mjs +1 -1
- package/es/control/exp-bar/calendar-exp-bar/calendar-exp-bar.mjs +1 -1
- package/es/control/exp-bar/calendar-exp-bar/index.mjs +1 -1
- package/es/control/exp-bar/chart-exp-bar/chart-exp-bar.mjs +1 -1
- package/es/control/exp-bar/chart-exp-bar/index.mjs +1 -1
- package/es/control/exp-bar/data-view-exp-bar/data-view-view-exp-bar.mjs +1 -1
- package/es/control/exp-bar/data-view-exp-bar/index.mjs +1 -1
- package/es/control/exp-bar/grid-exp-bar/grid-exp-bar.mjs +1 -1
- package/es/control/exp-bar/grid-exp-bar/index.mjs +1 -1
- package/es/control/exp-bar/list-exp-bar/index.mjs +1 -1
- package/es/control/exp-bar/list-exp-bar/list-exp-bar.mjs +1 -1
- package/es/control/exp-bar/render-util.mjs +2 -2
- package/es/control/exp-bar/tree-exp-bar/index.mjs +1 -1
- package/es/control/exp-bar/tree-exp-bar/tree-exp-bar.mjs +1 -1
- package/es/control/form/edit-form/edit-form.d.ts +10 -1
- package/es/control/form/edit-form/edit-form.mjs +39 -3
- package/es/control/form/edit-form/index.d.ts +9 -0
- package/es/control/form/edit-form/index.mjs +1 -1
- package/es/control/form/form/form.mjs +1 -1
- package/es/control/form/form/index.mjs +2 -0
- package/es/control/form/form-detail/form-button/form-button.mjs +1 -1
- package/es/control/form/form-detail/form-button-list/form-button-list.css +1 -0
- package/es/control/form/form-detail/form-button-list/form-button-list.d.ts +27 -0
- package/es/control/form/form-detail/form-button-list/form-button-list.mjs +48 -0
- package/es/control/form/form-detail/form-button-list/form-button-list.provider.d.ts +13 -0
- package/es/control/form/form-detail/form-button-list/form-button-list.provider.mjs +21 -0
- package/es/control/form/form-detail/form-button-list/index.d.ts +23 -0
- package/es/control/form/form-detail/form-button-list/index.mjs +18 -0
- package/es/control/form/form-detail/form-druipart/form-druipart.css +1 -1
- package/es/control/form/form-detail/form-druipart/form-druipart.mjs +1 -1
- package/es/control/form/form-detail/form-group-panel/form-group-panel.d.ts +0 -1
- package/es/control/form/form-detail/form-group-panel/form-group-panel.mjs +11 -8
- package/es/control/form/form-detail/form-group-panel/index.d.ts +0 -1
- package/es/control/form/form-detail/form-item/form-item-container/form-item-container.mjs +1 -1
- package/es/control/form/form-detail/form-item/form-item.mjs +2 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.mjs +1 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-md/form-mdctrl-md.mjs +1 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater.mjs +1 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.d.ts +26 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.mjs +1 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-multi-form/repeater-multi-form.mjs +6 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.mjs +1 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl.mjs +1 -1
- package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.css +1 -1
- package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.d.ts +8 -0
- package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.mjs +74 -4
- package/es/control/form/form-detail/form-mdctrl/mdctrl-container2/mdctrl-container2.mjs +1 -1
- package/es/control/form/form-detail/form-page/form-page-item/form-page.item.mjs +1 -1
- package/es/control/form/form-detail/form-page/form-page.css +1 -1
- package/es/control/form/form-detail/form-page/form-page.d.ts +10 -0
- package/es/control/form/form-detail/form-page/form-page.mjs +12 -3
- package/es/control/form/form-detail/form-page/index.d.ts +9 -0
- package/es/control/form/form-detail/form-rawitem/form-rawitem.mjs +1 -1
- package/es/control/form/form-detail/form-tab-page/form-tab-page.mjs +1 -1
- package/es/control/form/form-detail/form-tab-panel/form-tab-panel.css +1 -1
- package/es/control/form/form-detail/form-tab-panel/form-tab-panel.mjs +2 -2
- package/es/control/form/form-detail/index.d.ts +1 -0
- package/es/control/form/form-detail/index.mjs +1 -0
- package/es/control/form/index.mjs +1 -0
- package/es/control/form/search-form/index.mjs +1 -1
- package/es/control/form/search-form/search-form.mjs +1 -1
- package/es/control/gantt/gantt.css +1 -1
- package/es/control/gantt/gantt.d.ts +2 -4
- package/es/control/gantt/gantt.mjs +95 -25
- package/es/control/gantt/index.d.ts +2 -4
- package/es/control/gantt/index.mjs +1 -1
- package/es/control/grid/grid/grid-control.util.mjs +45 -2
- package/es/control/grid/grid/grid.css +1 -1
- package/es/control/grid/grid/grid.d.ts +1 -0
- package/es/control/grid/grid/grid.mjs +81 -71
- package/es/control/grid/grid/index.d.ts +1 -0
- package/es/control/grid/grid/index.mjs +1 -1
- package/es/control/grid/grid-column/grid-field-column/grid-field-column.mjs +1 -1
- package/es/control/grid/grid-column/grid-field-edit-column/grid-edit-item/grid-edit-item.mjs +1 -1
- package/es/control/grid/grid-column/grid-field-edit-column/grid-field-edit-column.mjs +1 -1
- package/es/control/grid/grid-column/grid-group-column/grid-group-column.mjs +1 -1
- package/es/control/grid/grid-column/grid-ua-column/grid-ua-column.mjs +1 -1
- package/es/control/grid/row-edit-popover/row-edit-popover.mjs +1 -1
- package/es/control/index.mjs +1 -0
- package/es/control/kanban/index.mjs +1 -1
- package/es/control/kanban/kanban.mjs +1 -1
- package/es/control/list/index.d.ts +36 -0
- package/es/control/list/index.mjs +1 -1
- package/es/control/list/list.css +1 -1
- package/es/control/list/list.d.ts +36 -0
- package/es/control/list/list.mjs +161 -36
- package/es/control/map/index.mjs +1 -1
- package/es/control/map/map.d.ts +9 -0
- package/es/control/map/map.mjs +5 -1
- package/es/control/medit-view-panel/index.mjs +1 -1
- package/es/control/medit-view-panel/medit-view-panel.mjs +1 -1
- package/es/control/pickup-view-panel/index.mjs +1 -1
- package/es/control/pickup-view-panel/pickup-view-panel.mjs +1 -1
- package/es/control/report-panel/index.mjs +1 -1
- package/es/control/report-panel/report-detail/bi-report-panel/bi-report-panel.mjs +1 -1
- package/es/control/report-panel/report-detail/user-report-panel/user-report-panel.mjs +1 -1
- package/es/control/report-panel/report-detail/user2-report-panel/user2-report-panel.mjs +1 -1
- package/es/control/report-panel/report-panel.mjs +1 -1
- package/es/control/search-bar/filter-mode-select/filter-mode-select.mjs +1 -1
- package/es/control/search-bar/filter-tree/filter-tree.mjs +1 -1
- package/es/control/search-bar/index.mjs +1 -1
- package/es/control/search-bar/quick-search-select/quick-search-select.mjs +3 -1
- package/es/control/search-bar/search-bar.mjs +1 -1
- package/es/control/search-bar/search-groups/search-groups.mjs +3 -3
- package/es/control/tab-exp-panel/index.mjs +1 -1
- package/es/control/tab-exp-panel/tab-exp-panel.mjs +1 -1
- package/es/control/toolbar/export-excel/export-excel.mjs +1 -1
- package/es/control/toolbar/index.mjs +1 -1
- package/es/control/toolbar/short-cut-button/short-cut-button.mjs +1 -1
- package/es/control/toolbar/toolbar.mjs +6 -3
- package/es/control/tree/el-tree-util.d.ts +41 -3
- package/es/control/tree/el-tree-util.mjs +70 -2
- package/es/control/tree/index.d.ts +52 -6
- package/es/control/tree/index.mjs +1 -1
- package/es/control/tree/tree.css +1 -1
- package/es/control/tree/tree.d.ts +52 -6
- package/es/control/tree/tree.mjs +132 -20
- package/es/control/tree-grid/index.d.ts +0 -1
- package/es/control/tree-grid/index.mjs +1 -1
- package/es/control/tree-grid/tree-grid.d.ts +4 -5
- package/es/control/tree-grid/tree-grid.mjs +4 -27
- package/es/control/tree-grid-ex/index.mjs +1 -1
- package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-edit-column/tree-grid-ex-edit-column.mjs +1 -1
- package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-field-column/tree-grid-ex-field-column.mjs +1 -1
- package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-ua-column/tree-grid-ex-ua-column.mjs +1 -1
- package/es/control/tree-grid-ex/tree-grid-ex.mjs +1 -1
- package/es/control/wizard-panel/index.mjs +1 -1
- package/es/control/wizard-panel/wizard-panel.mjs +1 -1
- package/es/editor/array/ibiz-array/ibiz-array.d.ts +1 -1
- package/es/editor/array/ibiz-array/ibiz-array.mjs +1 -1
- package/es/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.d.ts +1 -1
- package/es/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.mjs +1 -1
- package/es/editor/carousel/ibiz-carousel/ibiz-carousel.d.ts +1 -1
- package/es/editor/carousel/ibiz-carousel/ibiz-carousel.mjs +1 -1
- package/es/editor/cascader/ibiz-cascader/ibiz-cascader.d.ts +1 -1
- package/es/editor/cascader/ibiz-cascader/ibiz-cascader.mjs +1 -1
- package/es/editor/check-box/ibiz-checkbox/ibiz-checkbox.d.ts +1 -1
- package/es/editor/check-box/ibiz-checkbox/ibiz-checkbox.mjs +1 -1
- package/es/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.d.ts +1 -1
- package/es/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.mjs +1 -1
- package/es/editor/code/monaco-editor/monaco-editor.d.ts +1 -1
- package/es/editor/code/monaco-editor/monaco-editor.mjs +1 -1
- package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.d.ts +1 -1
- package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.mjs +1 -1
- package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.d.ts +1 -1
- package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.mjs +1 -1
- package/es/editor/data-picker/ibiz-picker/ibiz-picker.d.ts +1 -1
- package/es/editor/data-picker/ibiz-picker/ibiz-picker.mjs +1 -1
- package/es/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.d.ts +1 -1
- package/es/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.mjs +1 -1
- package/es/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.css +1 -1
- package/es/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.d.ts +4 -9
- package/es/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.mjs +22 -23
- package/es/editor/data-picker/ibiz-picker-link/ibiz-picker-link.d.ts +1 -1
- package/es/editor/data-picker/ibiz-picker-link/ibiz-picker-link.mjs +1 -1
- package/es/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.css +1 -1
- package/es/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.d.ts +1 -1
- package/es/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.mjs +5 -2
- package/es/editor/date-picker/ibiz-date-picker/ibiz-date-picker.d.ts +1 -1
- package/es/editor/date-picker/ibiz-date-picker/ibiz-date-picker.mjs +1 -1
- package/es/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.d.ts +1 -1
- package/es/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.mjs +4 -2
- package/es/editor/date-range-select/date-range-select-picker/components/quarter-range-select/quarter-range-select.mjs +1 -1
- package/es/editor/date-range-select/date-range-select-picker/components/week-range-select/week-range-select.mjs +2 -2
- package/es/editor/date-range-select/date-range-select-picker/components/year-range-select/year-range-select.mjs +1 -1
- package/es/editor/date-range-select/date-range-select-picker/date-range-select.mjs +1 -1
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.css +1 -1
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.d.ts +1 -1
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.mjs +28 -1
- package/es/editor/dropdown-list/ibiz-emoji-picker/ibiz-emoji-picker.d.ts +1 -1
- package/es/editor/dropdown-list/ibiz-emoji-picker/ibiz-emoji-picker.mjs +1 -1
- package/es/editor/html/wang-editor/component/emoji/emoji.mjs +1 -1
- package/es/editor/html/wang-editor/module/emoji-module.mjs +3 -3
- package/es/editor/html/wang-editor/wang-editor.d.ts +1 -1
- package/es/editor/html/wang-editor/wang-editor.mjs +1 -1
- package/es/editor/list-box/ibiz-list-box/ibiz-list-box.d.ts +1 -1
- package/es/editor/list-box/ibiz-list-box/ibiz-list-box.mjs +1 -1
- package/es/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.mjs +1 -1
- package/es/editor/not-supported-editor/not-supported-editor.mjs +1 -1
- package/es/editor/number-range/ibiz-number-range-picker/ibiz-number-range-picker.d.ts +1 -1
- package/es/editor/number-range/ibiz-number-range-picker/ibiz-number-range-picker.mjs +1 -1
- package/es/editor/preset/preset-rawitem/ibiz-preset-rawitem/ibiz-preset-rawitem.d.ts +1 -1
- package/es/editor/preset/preset-rawitem/ibiz-preset-rawitem/ibiz-preset-rawitem.mjs +1 -1
- package/es/editor/radio-button-list/ibiz-radio/ibiz-radio.d.ts +1 -1
- package/es/editor/radio-button-list/ibiz-radio/ibiz-radio.mjs +1 -1
- package/es/editor/rate/ibiz-rate/ibiz-rate.d.ts +1 -1
- package/es/editor/rate/ibiz-rate/ibiz-rate.mjs +1 -1
- package/es/editor/raw/ibiz-raw/ibiz-raw.d.ts +1 -1
- package/es/editor/raw/ibiz-raw/ibiz-raw.mjs +1 -1
- package/es/editor/slider/ibiz-slider/ibiz-slider.css +1 -1
- package/es/editor/slider/ibiz-slider/ibiz-slider.d.ts +2 -1
- package/es/editor/slider/ibiz-slider/ibiz-slider.mjs +65 -5
- package/es/editor/span/span/span.d.ts +1 -0
- package/es/editor/span/span/span.mjs +8 -4
- package/es/editor/span/span-link/span-link.d.ts +1 -1
- package/es/editor/span/span-link/span-link.mjs +1 -1
- package/es/editor/stepper/ibiz-stepper/ibiz-stepper.d.ts +1 -1
- package/es/editor/stepper/ibiz-stepper/ibiz-stepper.mjs +1 -1
- package/es/editor/switch/ibiz-switch/ibiz-switch.d.ts +1 -1
- package/es/editor/switch/ibiz-switch/ibiz-switch.mjs +1 -1
- package/es/editor/text-box/ibiz-input-ip/ibiz-input-ip.d.ts +1 -1
- package/es/editor/text-box/ibiz-input-ip/ibiz-input-ip.mjs +1 -1
- package/es/editor/text-box/ibiz-input-number/ibiz-input-number.d.ts +1 -1
- package/es/editor/text-box/ibiz-input-number/ibiz-input-number.mjs +1 -1
- package/es/editor/text-box/input/input.css +1 -1
- package/es/editor/text-box/input/input.d.ts +1 -1
- package/es/editor/text-box/input/input.mjs +20 -3
- package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.d.ts +1 -1
- package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.mjs +1 -1
- package/es/editor/upload/ibiz-image-preview/ibiz-image-preview.d.ts +1 -1
- package/es/editor/upload/ibiz-image-preview/ibiz-image-preview.mjs +1 -1
- package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.d.ts +1 -1
- package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.mjs +1 -1
- package/es/editor/upload/use/use-iview-upload.mjs +25 -7
- package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.d.ts +1 -1
- package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.mjs +1 -1
- package/es/ibiz-vue3.mjs +2 -1
- package/es/index.mjs +1 -0
- package/es/locale/en/index.d.ts +25 -0
- package/es/locale/en/index.mjs +28 -4
- package/es/locale/zh-CN/index.d.ts +25 -0
- package/es/locale/zh-CN/index.mjs +28 -4
- package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/h.mjs +1 -3
- package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/htmldomapi.mjs +1 -1
- package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/index.mjs +0 -2
- package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/init.mjs +25 -9
- package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/jsx.mjs +0 -3
- package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/attributes.mjs +7 -3
- package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/dataset.mjs +2 -2
- package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/eventlisteners.mjs +1 -1
- package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/style.mjs +6 -6
- package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/thunk.mjs +1 -1
- package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/tovnode.mjs +2 -8
- package/es/panel-component/auth-captcha/auth-captcha.mjs +1 -1
- package/es/panel-component/auth-userinfo/auth-userinfo.css +1 -1
- package/es/panel-component/auth-userinfo/auth-userinfo.mjs +3 -3
- package/es/panel-component/coop-pos/coop-pos.mjs +1 -1
- package/es/panel-component/data-import/data-import-shell.mjs +1 -1
- package/es/panel-component/index-actions/index-actions.css +1 -1
- package/es/panel-component/index-actions/index-actions.mjs +1 -1
- package/es/panel-component/index.mjs +7 -1
- package/es/panel-component/nav-breadcrumb/index.d.ts +26 -0
- package/es/panel-component/nav-breadcrumb/index.mjs +17 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.controller.d.ts +120 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.controller.mjs +307 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.css +1 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.d.ts +31 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.mjs +72 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.provider.d.ts +13 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.provider.mjs +21 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.service.d.ts +63 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.service.mjs +143 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.state.d.ts +26 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.state.mjs +22 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.util.d.ts +39 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.util.mjs +73 -0
- package/es/panel-component/nav-pos-index/nav-pos-index.controller.d.ts +14 -0
- package/es/panel-component/nav-pos-index/nav-pos-index.controller.mjs +47 -4
- package/es/panel-component/nav-pos-index/nav-pos-index.mjs +1 -1
- package/es/panel-component/nav-tabs/nav-tabs.controller.mjs +1 -1
- package/es/panel-component/nav-tabs/nav-tabs.mjs +1 -1
- package/es/panel-component/panel-app-header/panel-app-header.mjs +1 -1
- package/es/panel-component/panel-app-login-view/panel-app-login-view.mjs +1 -1
- package/es/panel-component/panel-app-title/index.mjs +4 -0
- package/es/panel-component/panel-app-title/panel-app-title.controller.mjs +8 -0
- package/es/panel-component/panel-app-title/panel-app-title.css +1 -1
- package/es/panel-component/panel-app-title/panel-app-title.mjs +113 -109
- package/es/panel-component/panel-button/panel-button.mjs +1 -1
- package/es/panel-component/panel-button-list/index.d.ts +24 -0
- package/es/panel-component/panel-button-list/index.mjs +19 -0
- package/es/panel-component/panel-button-list/panel-button-list.controller.d.ts +70 -0
- package/es/panel-component/panel-button-list/panel-button-list.controller.mjs +145 -0
- package/es/panel-component/panel-button-list/panel-button-list.css +1 -0
- package/es/panel-component/panel-button-list/panel-button-list.d.ts +27 -0
- package/es/panel-component/panel-button-list/panel-button-list.mjs +48 -0
- package/es/panel-component/panel-button-list/panel-button-list.provider.d.ts +14 -0
- package/es/panel-component/panel-button-list/panel-button-list.provider.mjs +21 -0
- package/es/panel-component/panel-button-list/panel-button-list.state.d.ts +17 -0
- package/es/panel-component/panel-button-list/panel-button-list.state.mjs +23 -0
- package/es/panel-component/panel-exp-header/panel-exp-header.mjs +1 -1
- package/es/panel-component/panel-index-view-search/panel-index-view-search.css +1 -1
- package/es/panel-component/panel-index-view-search/panel-index-view-search.mjs +1 -1
- package/es/panel-component/panel-remember-me/panel-remember-me.mjs +1 -1
- package/es/panel-component/panel-static-carousel/panel-static-carousel.mjs +1 -1
- package/es/panel-component/panel-tab-panel/panel-tab-panel.mjs +1 -1
- package/es/panel-component/panel-view-content/panel-view-content.mjs +7 -1
- package/es/panel-component/panel-view-header/panel-view-header.css +1 -1
- package/es/panel-component/panel-view-header/panel-view-header.mjs +1 -1
- package/es/panel-component/searchform-buttons/searchform-buttons.mjs +1 -1
- package/es/panel-component/short-cut/short-cut.mjs +1 -1
- package/es/panel-component/split-container/split-container.mjs +1 -1
- package/es/panel-component/user-action/user-action.mjs +1 -1
- package/es/panel-component/user-message/async-action/async-action/async-action.mjs +1 -1
- package/es/panel-component/user-message/async-action/async-action-preview/async-action-preview.mjs +1 -1
- package/es/panel-component/user-message/async-action/async-action-result/async-action-result.mjs +1 -1
- package/es/panel-component/user-message/async-action/async-action-tab/async-action-tab.mjs +1 -1
- package/es/panel-component/user-message/internal-message/common/internal-message-container/internal-message-container.mjs +1 -1
- package/es/panel-component/user-message/internal-message/common/internal-message-default/internal-message-default.mjs +1 -1
- package/es/panel-component/user-message/internal-message/internal-message-html/internal-message-html.mjs +1 -1
- package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.mjs +1 -1
- package/es/panel-component/user-message/internal-message/internal-message-tab/internal-message-tab.mjs +1 -1
- package/es/panel-component/user-message/internal-message/internal-message-text/internal-message-text.mjs +1 -1
- package/es/panel-component/user-message/user-message.mjs +1 -1
- package/es/panel-component/view-message/view-message.mjs +1 -1
- package/es/panel-component/view-msg-pos/view-msg-pos.mjs +1 -1
- package/es/util/app-drawer/app-drawer-component.mjs +2 -2
- package/es/util/app-float-window/app-float-window-component.mjs +2 -2
- package/es/util/app-modal/app-modal-component.css +1 -1
- package/es/util/app-modal/app-modal-component.mjs +2 -2
- package/es/util/app-popover/app-popover-component.mjs +2 -2
- package/es/util/fullscreen/fullscreen-util.mjs +2 -1
- package/es/util/notification-util/notification-util.d.ts +10 -1
- package/es/util/notification-util/notification-util.mjs +36 -0
- package/es/util/notification-util/upload-manager/file-type.d.ts +8 -0
- package/es/util/notification-util/upload-manager/file-type.mjs +207 -0
- package/es/util/notification-util/upload-manager/upload-manager.css +1 -0
- package/es/util/notification-util/upload-manager/upload-manager.d.ts +64 -0
- package/es/util/notification-util/upload-manager/upload-manager.mjs +159 -0
- package/es/util/pagination/use-pagination.mjs +24 -2
- package/es/util/render-util/render-util.mjs +1 -1
- package/es/view/403-view/403-view.mjs +1 -1
- package/es/view/404-view/404-view.mjs +1 -1
- package/es/view/error-view/error-view.mjs +1 -1
- package/es/view/login-view/login-view.mjs +1 -1
- package/es/view/share-view/share-view.mjs +1 -1
- package/es/view/sub-app-ref-view/index.mjs +1 -1
- package/es/view/sub-app-ref-view/sub-app-ref-view.mjs +1 -1
- package/es/view/wf-step-trace-view/index.mjs +1 -1
- package/es/view/wf-step-trace-view/wf-step-trace-view.mjs +1 -1
- package/es/view-engine/data-view.engine.d.ts +1 -0
- package/es/view-engine/data-view.engine.mjs +32 -1
- package/es/view-engine/de-index-view-engine.d.ts +7 -1
- package/es/view-engine/de-index-view-engine.mjs +15 -0
- package/es/view-engine/edit-view.engine.d.ts +7 -1
- package/es/view-engine/edit-view.engine.mjs +111 -26
- package/es/view-engine/gantt-view.engine.mjs +41 -0
- package/es/view-engine/grid-view.engine.mjs +41 -0
- package/es/view-engine/list-view.engine.d.ts +1 -0
- package/es/view-engine/list-view.engine.mjs +32 -1
- package/es/view-engine/opt-view.engine.d.ts +19 -0
- package/es/view-engine/opt-view.engine.mjs +48 -16
- package/es/view-engine/tab-exp-view.engine.d.ts +9 -0
- package/es/view-engine/tab-exp-view.engine.mjs +20 -1
- package/es/view-engine/tree-exp-view.engine.mjs +35 -0
- package/es/view-engine/tree-grid-view.engine.d.ts +3 -1
- package/es/view-engine/tree-grid-view.engine.mjs +49 -0
- package/es/view-engine/tree-view.engine.mjs +35 -0
- package/es/web-app/App.mjs +2 -2
- package/es/web-app/components/modal-router-shell/modal-router-shell.mjs +1 -1
- package/es/web-app/components/router-shell/router-shell.mjs +2 -2
- package/es/web-app/guard/auth-guard/auth-guard.mjs +4 -5
- package/es/web-app/guard/auth-guard/dyna-auth-guard.mjs +4 -5
- package/es/web-app/router/index.mjs +1 -1
- package/lib/common/action-toolbar/action-toolbar.cjs +6 -3
- package/lib/common/anchor-container/anchor-bar-list/anchor-bar-list.cjs +71 -0
- package/lib/common/anchor-container/anchor-bar-list/anchor-bar-list.css +1 -0
- package/lib/common/anchor-container/anchor-container.cjs +157 -0
- package/lib/common/anchor-container/anchor-container.css +1 -0
- package/lib/common/button-list/button-list.cjs +167 -0
- package/lib/common/button-list/button-list.css +1 -0
- package/lib/common/control-navigation/control-navigation.cjs +118 -0
- package/lib/common/control-navigation/control-navigation.css +1 -0
- package/lib/common/control-navigation/provider/calendar-navigation.provider.cjs +57 -0
- package/lib/common/control-navigation/provider/index.cjs +19 -0
- package/lib/common/control-navigation/provider/navigation-base.provider.cjs +144 -0
- package/lib/common/control-navigation/provider/tree-navigation.provider.cjs +83 -0
- package/lib/common/custom-theme/custom-theme-model.cjs +5 -13
- package/lib/common/custom-theme/custom-theme.controller.cjs +2 -3
- package/lib/common/gantt-setting/gantt-setting.cjs +219 -0
- package/lib/common/gantt-setting/gantt-setting.css +1 -0
- package/lib/common/grid-setting/grid-setting.cjs +20 -4
- package/lib/common/grid-setting/grid-setting.css +1 -1
- package/lib/common/index.cjs +10 -0
- package/lib/common/nav-split/nav-split.cjs +211 -0
- package/lib/common/nav-split/nav-split.css +1 -0
- package/lib/common/pagination/pagination.cjs +7 -1
- package/lib/common/pql-editor/pql-editor.module.cjs +2 -2
- package/lib/common/pql-editor/utils/index.cjs +2 -2
- package/lib/common/split/split.cjs +2 -2
- package/lib/common/split/split.css +1 -1
- package/lib/control/app-menu/app-menu.cjs +127 -58
- package/lib/control/app-menu/app-menu.css +1 -1
- package/lib/control/app-menu/custom-menu-design/custom-menu-design.cjs +12 -1
- package/lib/control/calendar/calendar.cjs +42 -10
- package/lib/control/calendar/calendar.css +1 -1
- package/lib/control/chart/chart.cjs +1 -1
- package/lib/control/context-menu/context-menu.cjs +119 -74
- package/lib/control/dashboard/dashboard.cjs +54 -9
- package/lib/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.cjs +2 -1
- package/lib/control/dashboard/portlet/portlet-layout/portlet-layout.cjs +15 -3
- package/lib/control/data-view/data-view.cjs +135 -17
- package/lib/control/data-view/data-view.css +1 -1
- package/lib/control/drbar/drbar.cjs +23 -23
- package/lib/control/drbar/drbar.controller.cjs +1 -1
- package/lib/control/drbar/drbar.css +1 -1
- package/lib/control/drtab/drtab-control.util.cjs +1 -1
- package/lib/control/drtab/drtab.cjs +92 -31
- package/lib/control/drtab/drtab.controller.cjs +32 -5
- package/lib/control/drtab/drtab.css +1 -1
- package/lib/control/form/edit-form/edit-form.cjs +38 -2
- package/lib/control/form/form/index.cjs +2 -0
- package/lib/control/form/form-detail/form-button-list/form-button-list.cjs +53 -0
- package/lib/control/form/form-detail/form-button-list/form-button-list.css +1 -0
- package/lib/control/form/form-detail/form-button-list/form-button-list.provider.cjs +23 -0
- package/lib/control/form/form-detail/form-button-list/index.cjs +23 -0
- package/lib/control/form/form-detail/form-druipart/form-druipart.css +1 -1
- package/lib/control/form/form-detail/form-group-panel/form-group-panel.cjs +10 -7
- package/lib/control/form/form-detail/form-item/form-item.cjs +1 -0
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-multi-form/repeater-multi-form.cjs +5 -0
- package/lib/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.cjs +73 -3
- package/lib/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.css +1 -1
- package/lib/control/form/form-detail/form-page/form-page.cjs +11 -2
- package/lib/control/form/form-detail/form-page/form-page.css +1 -1
- package/lib/control/form/form-detail/form-tab-panel/form-tab-panel.cjs +1 -1
- package/lib/control/form/form-detail/form-tab-panel/form-tab-panel.css +1 -1
- package/lib/control/form/form-detail/index.cjs +2 -0
- package/lib/control/form/index.cjs +6 -4
- package/lib/control/gantt/gantt.cjs +93 -23
- package/lib/control/gantt/gantt.css +1 -1
- package/lib/control/grid/grid/grid-control.util.cjs +44 -1
- package/lib/control/grid/grid/grid.cjs +80 -70
- package/lib/control/grid/grid/grid.css +1 -1
- package/lib/control/index.cjs +80 -78
- package/lib/control/list/list.cjs +159 -34
- package/lib/control/list/list.css +1 -1
- package/lib/control/map/map.cjs +4 -0
- package/lib/control/search-bar/quick-search-select/quick-search-select.cjs +2 -0
- package/lib/control/search-bar/search-groups/search-groups.cjs +2 -2
- package/lib/control/toolbar/toolbar.cjs +5 -2
- package/lib/control/tree/el-tree-util.cjs +70 -0
- package/lib/control/tree/tree.cjs +129 -17
- package/lib/control/tree/tree.css +1 -1
- package/lib/control/tree-grid/tree-grid.cjs +3 -26
- package/lib/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.cjs +21 -22
- package/lib/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.css +1 -1
- package/lib/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.cjs +3 -0
- package/lib/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.css +1 -1
- package/lib/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.cjs +3 -1
- package/lib/editor/date-range-select/date-range-select-picker/components/week-range-select/week-range-select.cjs +1 -1
- package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.cjs +27 -0
- package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.css +1 -1
- package/lib/editor/html/wang-editor/module/emoji-module.cjs +3 -3
- package/lib/editor/slider/ibiz-slider/ibiz-slider.cjs +64 -4
- package/lib/editor/slider/ibiz-slider/ibiz-slider.css +1 -1
- package/lib/editor/span/span/span.cjs +6 -2
- package/lib/editor/text-box/input/input.cjs +19 -2
- package/lib/editor/text-box/input/input.css +1 -1
- package/lib/editor/upload/use/use-iview-upload.cjs +25 -7
- package/lib/ibiz-vue3.cjs +1 -0
- package/lib/index.cjs +110 -108
- package/lib/locale/en/index.cjs +28 -4
- package/lib/locale/zh-CN/index.cjs +28 -4
- package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/h.cjs +1 -3
- package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/htmldomapi.cjs +1 -1
- package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/index.cjs +2 -5
- package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/init.cjs +24 -8
- package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/jsx.cjs +0 -3
- package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/attributes.cjs +7 -3
- package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/dataset.cjs +2 -2
- package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/eventlisteners.cjs +1 -1
- package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/style.cjs +6 -6
- package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/thunk.cjs +1 -1
- package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/tovnode.cjs +2 -8
- package/lib/panel-component/auth-userinfo/auth-userinfo.cjs +2 -2
- package/lib/panel-component/auth-userinfo/auth-userinfo.css +1 -1
- package/lib/panel-component/index-actions/index-actions.css +1 -1
- package/lib/panel-component/index.cjs +36 -30
- package/lib/panel-component/nav-breadcrumb/index.cjs +24 -0
- package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.cjs +74 -0
- package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.controller.cjs +309 -0
- package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.css +1 -0
- package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.provider.cjs +23 -0
- package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.service.cjs +145 -0
- package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.state.cjs +24 -0
- package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.util.cjs +79 -0
- package/lib/panel-component/nav-pos-index/nav-pos-index.controller.cjs +46 -3
- package/lib/panel-component/panel-app-title/index.cjs +4 -0
- package/lib/panel-component/panel-app-title/panel-app-title.cjs +112 -108
- package/lib/panel-component/panel-app-title/panel-app-title.controller.cjs +8 -0
- package/lib/panel-component/panel-app-title/panel-app-title.css +1 -1
- package/lib/panel-component/panel-button-list/index.cjs +25 -0
- package/lib/panel-component/panel-button-list/panel-button-list.cjs +53 -0
- package/lib/panel-component/panel-button-list/panel-button-list.controller.cjs +147 -0
- package/lib/panel-component/panel-button-list/panel-button-list.css +1 -0
- package/lib/panel-component/panel-button-list/panel-button-list.provider.cjs +23 -0
- package/lib/panel-component/panel-button-list/panel-button-list.state.cjs +25 -0
- package/lib/panel-component/panel-index-view-search/panel-index-view-search.css +1 -1
- package/lib/panel-component/panel-view-content/panel-view-content.cjs +6 -0
- package/lib/panel-component/panel-view-header/panel-view-header.css +1 -1
- package/lib/util/app-modal/app-modal-component.css +1 -1
- package/lib/util/fullscreen/fullscreen-util.cjs +2 -1
- package/lib/util/notification-util/notification-util.cjs +36 -0
- package/lib/util/notification-util/upload-manager/file-type.cjs +209 -0
- package/lib/util/notification-util/upload-manager/upload-manager.cjs +161 -0
- package/lib/util/notification-util/upload-manager/upload-manager.css +1 -0
- package/lib/util/pagination/use-pagination.cjs +24 -2
- package/lib/view-engine/data-view.engine.cjs +31 -0
- package/lib/view-engine/de-index-view-engine.cjs +15 -0
- package/lib/view-engine/edit-view.engine.cjs +110 -25
- package/lib/view-engine/gantt-view.engine.cjs +41 -0
- package/lib/view-engine/grid-view.engine.cjs +41 -0
- package/lib/view-engine/list-view.engine.cjs +31 -0
- package/lib/view-engine/opt-view.engine.cjs +48 -16
- package/lib/view-engine/tab-exp-view.engine.cjs +19 -0
- package/lib/view-engine/tree-exp-view.engine.cjs +35 -0
- package/lib/view-engine/tree-grid-view.engine.cjs +49 -0
- package/lib/view-engine/tree-view.engine.cjs +35 -0
- package/lib/web-app/guard/auth-guard/auth-guard.cjs +4 -5
- package/lib/web-app/guard/auth-guard/dyna-auth-guard.cjs +4 -5
- package/package.json +24 -24
- package/dist/chart-IZpj2cdX.js +0 -1
- package/dist/index-2J-iBLG-.js +0 -1
- package/dist/index-Yhyr5LJS.js +0 -1
- package/dist/index-p59-xI3J.js +0 -4
- package/dist/xlsx-util-rAKH_Qlc.js +0 -2
- /package/dist/{ibiz-markdown-editor-anJxfRF1.js → ibiz-markdown-editor-B4c6yGAW.js} +0 -0
- /package/dist/{map-chart-A4-TpWet.js → map-chart-BsStf5eZ.js} +0 -0
- /package/dist/{wang-editor-AcjI1Mdj.js → wang-editor-BUIAd4uJ.js} +0 -0
- /package/es/node_modules/.pnpm/{@ibiz-template_core@0.7.35-alpha.1_axios@1.6.8_lodash-es@4.17.21_qs@6.11.2_qx-util@0.4.8_ramda@0.29.1 → @ibiz-template_core@0.7.38-alpha.16_axios@1.7.7_lodash-es@4.17.21_qs@6.13.0_qx-util@0.4.8_ramda@0.29.1}/node_modules/@ibiz-template/core/out/utils/namespace/namespace.mjs +0 -0
- /package/es/node_modules/.pnpm/{dayjs@1.11.10 → dayjs@1.11.13}/node_modules/dayjs/locale/zh-cn.mjs +0 -0
- /package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/helpers/attachto.mjs +0 -0
- /package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/hooks.mjs +0 -0
- /package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/is.mjs +0 -0
- /package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/class.mjs +0 -0
- /package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/props.mjs +0 -0
- /package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/vnode.mjs +0 -0
- /package/lib/node_modules/.pnpm/{@ibiz-template_core@0.7.35-alpha.1_axios@1.6.8_lodash-es@4.17.21_qs@6.11.2_qx-util@0.4.8_ramda@0.29.1 → @ibiz-template_core@0.7.38-alpha.16_axios@1.7.7_lodash-es@4.17.21_qs@6.13.0_qx-util@0.4.8_ramda@0.29.1}/node_modules/@ibiz-template/core/out/utils/namespace/namespace.cjs +0 -0
- /package/lib/node_modules/.pnpm/{dayjs@1.11.10 → dayjs@1.11.13}/node_modules/dayjs/locale/zh-cn.cjs +0 -0
- /package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/helpers/attachto.cjs +0 -0
- /package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/hooks.cjs +0 -0
- /package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/is.cjs +0 -0
- /package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/class.cjs +0 -0
- /package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/props.cjs +0 -0
- /package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/vnode.cjs +0 -0
|
@@ -0,0 +1,219 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var vue = require('vue');
|
|
4
|
+
var vue3Util = require('@ibiz-template/vue3-util');
|
|
5
|
+
var ramda = require('ramda');
|
|
6
|
+
require('./gantt-setting.css');
|
|
7
|
+
|
|
8
|
+
"use strict";
|
|
9
|
+
function _isSlot(s) {
|
|
10
|
+
return typeof s === "function" || Object.prototype.toString.call(s) === "[object Object]" && !vue.isVNode(s);
|
|
11
|
+
}
|
|
12
|
+
const selectedIcon = () => vue.createVNode("svg", {
|
|
13
|
+
"viewBox": "0 0 16 16",
|
|
14
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
15
|
+
"height": "1em",
|
|
16
|
+
"width": "1em",
|
|
17
|
+
"focusable": "false"
|
|
18
|
+
}, [vue.createVNode("g", {
|
|
19
|
+
"stroke-width": "1",
|
|
20
|
+
"fill-rule": "evenodd"
|
|
21
|
+
}, [vue.createVNode("path", {
|
|
22
|
+
"d": "M6.012 11.201L1.313 6.832l-.817.879 5.54 5.15 9.304-9.163-.842-.855z"
|
|
23
|
+
}, null)])]);
|
|
24
|
+
const closeIcon = () => vue.createVNode("svg", {
|
|
25
|
+
"viewBox": "0 0 16 16",
|
|
26
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
27
|
+
"height": "1em",
|
|
28
|
+
"width": "1em",
|
|
29
|
+
"focusable": "false"
|
|
30
|
+
}, [vue.createVNode("g", {
|
|
31
|
+
"stroke-width": "1",
|
|
32
|
+
"fill-rule": "evenodd"
|
|
33
|
+
}, [vue.createVNode("path", {
|
|
34
|
+
"d": "M7.456 7.456V-.115h1.2v7.571h7.572v1.2H8.656v7.572h-1.2V8.656H-.115v-1.2h7.571z",
|
|
35
|
+
"transform": "rotate(45 8.056 8.056)"
|
|
36
|
+
}, null)])]);
|
|
37
|
+
const searchIcon = () => vue.createVNode("svg", {
|
|
38
|
+
"viewBox": "0 0 16 16",
|
|
39
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
40
|
+
"height": "1em",
|
|
41
|
+
"width": "1em",
|
|
42
|
+
"focusable": "false"
|
|
43
|
+
}, [vue.createVNode("g", {
|
|
44
|
+
"stroke-width": "1",
|
|
45
|
+
"fill-rule": "evenodd"
|
|
46
|
+
}, [vue.createVNode("path", {
|
|
47
|
+
"d": "M6.751 12.303A5.557 5.557 0 0 1 1.2 6.751C1.2 3.691 3.69 1.2 6.751 1.2a5.558 5.558 0 0 1 5.551 5.551 5.557 5.557 0 0 1-5.551 5.552M6.751 0a6.751 6.751 0 1 0 4.309 11.949l3.855 3.855a.6.6 0 1 0 .849-.849l-3.854-3.853A6.751 6.751 0 0 0 6.751 0"
|
|
48
|
+
}, null)])]);
|
|
49
|
+
const IBizGanttSetting = /* @__PURE__ */ vue.defineComponent({
|
|
50
|
+
name: "IBizGanttSetting",
|
|
51
|
+
props: {
|
|
52
|
+
modal: {
|
|
53
|
+
type: Object,
|
|
54
|
+
required: true
|
|
55
|
+
},
|
|
56
|
+
// 表格列状态数组
|
|
57
|
+
columnStates: {
|
|
58
|
+
type: Object,
|
|
59
|
+
required: true
|
|
60
|
+
},
|
|
61
|
+
// 必须显示的列
|
|
62
|
+
mustShowColumns: {
|
|
63
|
+
type: Array,
|
|
64
|
+
required: true,
|
|
65
|
+
default: () => ["sn", "name"]
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
emits: [],
|
|
69
|
+
setup(props) {
|
|
70
|
+
const ns = vue3Util.useNamespace("gantt-setting");
|
|
71
|
+
const optionalInput = vue.ref("");
|
|
72
|
+
const selectedInput = vue.ref("");
|
|
73
|
+
const states = vue.ref([]);
|
|
74
|
+
const calcMustShowColumn = (item) => {
|
|
75
|
+
return props.mustShowColumns.some((item2) => item.key === item2);
|
|
76
|
+
};
|
|
77
|
+
const initData = () => {
|
|
78
|
+
states.value = ramda.clone(props.columnStates);
|
|
79
|
+
};
|
|
80
|
+
vue.watch(() => props.columnStates, () => {
|
|
81
|
+
initData();
|
|
82
|
+
}, {
|
|
83
|
+
immediate: true,
|
|
84
|
+
deep: true
|
|
85
|
+
});
|
|
86
|
+
const onListItemClose = (e, item) => {
|
|
87
|
+
e.stopPropagation();
|
|
88
|
+
Object.assign(item, {
|
|
89
|
+
hidden: !item.hidden
|
|
90
|
+
});
|
|
91
|
+
};
|
|
92
|
+
const onListItemClick = (item) => {
|
|
93
|
+
Object.assign(item, {
|
|
94
|
+
hidden: !item.hidden
|
|
95
|
+
});
|
|
96
|
+
};
|
|
97
|
+
const onClose = () => {
|
|
98
|
+
props.modal.dismiss();
|
|
99
|
+
};
|
|
100
|
+
const onConfirm = () => {
|
|
101
|
+
const modalData = {
|
|
102
|
+
ok: true,
|
|
103
|
+
data: states.value
|
|
104
|
+
};
|
|
105
|
+
props.modal.dismiss(modalData);
|
|
106
|
+
};
|
|
107
|
+
const onResultDefault = () => {
|
|
108
|
+
initData();
|
|
109
|
+
};
|
|
110
|
+
const renderLeftSearch = () => {
|
|
111
|
+
return vue.createVNode(vue.resolveComponent("el-input"), {
|
|
112
|
+
"placeholder": ibiz.i18n.t("app.search"),
|
|
113
|
+
"modelValue": optionalInput.value,
|
|
114
|
+
"onUpdate:modelValue": ($event) => optionalInput.value = $event,
|
|
115
|
+
"clearable": true
|
|
116
|
+
}, {
|
|
117
|
+
prefix: () => searchIcon()
|
|
118
|
+
});
|
|
119
|
+
};
|
|
120
|
+
const renderRightSearch = () => {
|
|
121
|
+
return vue.createVNode(vue.resolveComponent("el-input"), {
|
|
122
|
+
"placeholder": ibiz.i18n.t("app.search"),
|
|
123
|
+
"modelValue": selectedInput.value,
|
|
124
|
+
"onUpdate:modelValue": ($event) => selectedInput.value = $event,
|
|
125
|
+
"clearable": true
|
|
126
|
+
}, {
|
|
127
|
+
prefix: () => searchIcon()
|
|
128
|
+
});
|
|
129
|
+
};
|
|
130
|
+
const renderListItem = (item, type = "optional") => {
|
|
131
|
+
const caption = item.caption || "";
|
|
132
|
+
const isOptional = type === "optional";
|
|
133
|
+
const isMust = calcMustShowColumn(item);
|
|
134
|
+
if (!isOptional && item.hidden && !isMust) {
|
|
135
|
+
return null;
|
|
136
|
+
}
|
|
137
|
+
const isSelectedShow = isOptional && states.value.some((item2) => item.key === item2.key && !item.hidden);
|
|
138
|
+
return vue.createVNode("div", {
|
|
139
|
+
"class": [ns.b("list-item"), ns.is("disabled", isMust && isOptional)],
|
|
140
|
+
"onClick": () => isOptional && !isMust && onListItemClick(item)
|
|
141
|
+
}, [vue.createVNode("div", {
|
|
142
|
+
"class": ns.be("list-item", "caption")
|
|
143
|
+
}, [caption]), vue.createVNode("div", {
|
|
144
|
+
"class": [ns.be("list-item", "end-icon")]
|
|
145
|
+
}, [(isSelectedShow || isOptional && isMust) && selectedIcon(), !isOptional && !isMust && vue.createVNode("div", {
|
|
146
|
+
"class": ns.bem("list-item", "end-icon", "close"),
|
|
147
|
+
"onClick": (e) => onListItemClose(e, item)
|
|
148
|
+
}, [closeIcon()])])]);
|
|
149
|
+
};
|
|
150
|
+
const renderSearchList = (listData = [], type = "optional") => {
|
|
151
|
+
const isOptional = type === "optional";
|
|
152
|
+
const searchVal = isOptional ? optionalInput.value : selectedInput.value;
|
|
153
|
+
const values = [];
|
|
154
|
+
listData.forEach((item) => {
|
|
155
|
+
var _a;
|
|
156
|
+
return ((_a = item.caption) == null ? void 0 : _a.includes(searchVal)) && values.push(item);
|
|
157
|
+
});
|
|
158
|
+
const lengthNum = isOptional ? values.length : listData.filter((item) => !item.hidden).length;
|
|
159
|
+
const caption = isOptional ? ibiz.i18n.t("component.ganttSetting.optionalAttribute") : ibiz.i18n.t("component.ganttSetting.selectedAttribute");
|
|
160
|
+
return vue.createVNode("div", {
|
|
161
|
+
"class": ns.b("search-list")
|
|
162
|
+
}, [vue.createVNode("div", {
|
|
163
|
+
"class": ns.be("search-list", "caption")
|
|
164
|
+
}, ["".concat(caption, " \xB7 ").concat(lengthNum)]), vue.createVNode("div", {
|
|
165
|
+
"class": ns.be("search-list", "content")
|
|
166
|
+
}, [vue.createVNode("div", {
|
|
167
|
+
"class": ns.be("search-list", "search")
|
|
168
|
+
}, [isOptional ? renderLeftSearch() : renderRightSearch()]), vue.createVNode("div", {
|
|
169
|
+
"class": ns.be("search-list", "list")
|
|
170
|
+
}, [values.map((item) => {
|
|
171
|
+
return renderListItem(item, type);
|
|
172
|
+
})])])]);
|
|
173
|
+
};
|
|
174
|
+
return {
|
|
175
|
+
ns,
|
|
176
|
+
optionalInput,
|
|
177
|
+
selectedInput,
|
|
178
|
+
states,
|
|
179
|
+
renderSearchList,
|
|
180
|
+
onClose,
|
|
181
|
+
onConfirm,
|
|
182
|
+
onResultDefault
|
|
183
|
+
};
|
|
184
|
+
},
|
|
185
|
+
render() {
|
|
186
|
+
let _slot, _slot2, _slot3;
|
|
187
|
+
return vue.createVNode("div", {
|
|
188
|
+
"class": [this.ns.b()]
|
|
189
|
+
}, [vue.createVNode("div", {
|
|
190
|
+
"class": [this.ns.e("header")]
|
|
191
|
+
}, [ibiz.i18n.t("component.ganttSetting.headerCaption")]), vue.createVNode("div", {
|
|
192
|
+
"class": [this.ns.e("content")]
|
|
193
|
+
}, [vue.createVNode("div", {
|
|
194
|
+
"class": [this.ns.em("content", "optional")]
|
|
195
|
+
}, [this.renderSearchList(this.states, "optional")]), vue.createVNode("div", {
|
|
196
|
+
"class": [this.ns.em("content", "selected")]
|
|
197
|
+
}, [this.renderSearchList(this.states, "selected")])]), vue.createVNode("div", {
|
|
198
|
+
"class": [this.ns.e("bottom")]
|
|
199
|
+
}, [vue.createVNode(vue.resolveComponent("el-button"), {
|
|
200
|
+
"type": "text",
|
|
201
|
+
"onClick": this.onResultDefault
|
|
202
|
+
}, _isSlot(_slot = ibiz.i18n.t("component.ganttSetting.resultDefault")) ? _slot : {
|
|
203
|
+
default: () => [_slot]
|
|
204
|
+
}), vue.createVNode("div", {
|
|
205
|
+
"class": [this.ns.em("bottom", "btn-right")]
|
|
206
|
+
}, [vue.createVNode(vue.resolveComponent("el-button"), {
|
|
207
|
+
"type": "text",
|
|
208
|
+
"onClick": this.onClose
|
|
209
|
+
}, _isSlot(_slot2 = ibiz.i18n.t("app.cancel")) ? _slot2 : {
|
|
210
|
+
default: () => [_slot2]
|
|
211
|
+
}), vue.createVNode(vue.resolveComponent("el-button"), {
|
|
212
|
+
"onClick": this.onConfirm
|
|
213
|
+
}, _isSlot(_slot3 = ibiz.i18n.t("app.confirm")) ? _slot3 : {
|
|
214
|
+
default: () => [_slot3]
|
|
215
|
+
})])])]);
|
|
216
|
+
}
|
|
217
|
+
});
|
|
218
|
+
|
|
219
|
+
exports.IBizGanttSetting = IBizGanttSetting;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ibiz-gantt-setting{--ibiz-gantt-setting-width:85vw;--ibiz-gantt-setting-max-width:980px;--ibiz-gantt-setting-max-height:85vh;--ibiz-gantt-setting-header-height:56px;--ibiz-gantt-setting-list-height:360px;--ibiz-gantt-setting-disabled-opacity:0.5;display:flex;flex-direction:column;width:var(--ibiz-gantt-setting-width);max-width:var(--ibiz-gantt-setting-width);max-height:var(--ibiz-gantt-setting-max-height)}.ibiz-gantt-setting__header{width:100%;height:var(--ibiz-gantt-setting-header-height);padding:0 var(--ibiz-spacing-extra-loose);font-size:var(--ibiz-font-size-header-5);line-height:var(--ibiz-gantt-setting-header-height)}.ibiz-gantt-setting__content{display:flex;flex:1;justify-content:space-between;width:100%;padding:var(--ibiz-spacing-tight) var(--ibiz-spacing-extra-loose) var(--ibiz-spacing-base)}.ibiz-gantt-setting__content--optional{flex:0 0 calc(50% - var(--ibiz-spacing-base));width:0}.ibiz-gantt-setting__content--selected{flex:0 0 calc(50% - var(--ibiz-spacing-base));width:0}.ibiz-gantt-setting__bottom{display:flex;align-items:center;justify-content:space-between;width:100%;padding:var(--ibiz-spacing-base) var(--ibiz-spacing-extra-loose)}.ibiz-gantt-setting__bottom--btn-right{display:flex;align-items:center}.ibiz-gantt-setting-search-list{width:100%}.ibiz-gantt-setting-search-list__caption{margin-bottom:var(--ibiz-spacing-tight)}.ibiz-gantt-setting-search-list__content{border:1px solid var(--ibiz-color-border);border-radius:var(--ibiz-border-radius-small)}.ibiz-gantt-setting-search-list__search{padding:0 var(--ibiz-spacing-base-loose);margin:var(--ibiz-spacing-tight) 0}.ibiz-gantt-setting-search-list__search svg{fill:var(--ibiz-color-disabled-text)}.ibiz-gantt-setting-search-list__list{--ibiz-gantt-setting-width:85vw;--ibiz-gantt-setting-max-width:980px;--ibiz-gantt-setting-max-height:85vh;--ibiz-gantt-setting-header-height:56px;--ibiz-gantt-setting-list-height:360px;--ibiz-gantt-setting-disabled-opacity:0.5;height:var(--ibiz-gantt-setting-list-height);padding-bottom:var(--ibiz-spacing-tight);overflow-y:auto}.ibiz-gantt-setting-list-item{--ibiz-gantt-setting-width:85vw;--ibiz-gantt-setting-max-width:980px;--ibiz-gantt-setting-max-height:85vh;--ibiz-gantt-setting-header-height:56px;--ibiz-gantt-setting-list-height:360px;--ibiz-gantt-setting-disabled-opacity:0.5;display:flex;align-items:center;width:100%;height:var(--ibiz-spacing-extra-loose);padding:0 var(--ibiz-spacing-base-loose);overflow:hidden;cursor:pointer}.ibiz-gantt-setting-list-item:hover{background-color:var(--ibiz-color-fill-2)}.ibiz-gantt-setting-list-item__caption{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ibiz-gantt-setting-list-item__end-icon{display:flex;align-items:center;justify-content:center;cursor:pointers}.ibiz-gantt-setting-list-item__end-icon svg{fill:var(--ibiz-color-primary)}.ibiz-gantt-setting-list-item__end-icon--close{width:100%;height:100%}.ibiz-gantt-setting-list-item__end-icon--close svg{fill:var(--ibiz-color-text-3)}.ibiz-gantt-setting-list-item__end-icon--close svg:hover{fill:var(--ibiz-color-primary)}.ibiz-gantt-setting-list-item.is-optional .ibiz-gantt-setting-list-item__end-icon{cursor:pointers}.ibiz-gantt-setting-list-item.is-optional .ibiz-gantt-setting-list-item__end-icon svg{fill:var(--ibiz-color-primary)}.ibiz-gantt-setting-list-item.is-disabled{cursor:not-allowed;background:0 0;opacity:var(--ibiz-gantt-setting-disabled-opacity)}@media (width >= 992px){.ibiz-gantt-setting{--ibiz-gantt-setting-width:85vw;--ibiz-gantt-setting-max-width:980px;--ibiz-gantt-setting-max-height:85vh;--ibiz-gantt-setting-header-height:56px;--ibiz-gantt-setting-list-height:360px;--ibiz-gantt-setting-disabled-opacity:0.5;max-width:var(--ibiz-gantt-setting-max-width)}}@media (height <= 768px){.ibiz-gantt-setting-search-list{display:flex;flex-direction:column;height:100%}.ibiz-gantt-setting-search-list__content{display:flex;flex:1;flex-direction:column;height:100%}.ibiz-gantt-setting-search-list__list{display:flex;flex:1;flex-direction:column;height:100%}}
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
var vue = require('vue');
|
|
4
4
|
var vue3Util = require('@ibiz-template/vue3-util');
|
|
5
|
-
require('./grid-setting.css');
|
|
6
5
|
var draggable = require('vuedraggable');
|
|
7
6
|
var core = require('@ibiz-template/core');
|
|
7
|
+
require('./grid-setting.css');
|
|
8
8
|
|
|
9
9
|
"use strict";
|
|
10
10
|
const IBizGridSetting = /* @__PURE__ */ vue.defineComponent({
|
|
@@ -51,17 +51,23 @@ const IBizGridSetting = /* @__PURE__ */ vue.defineComponent({
|
|
|
51
51
|
c.changeColumnStateSort(movedDragColumnState.key, newIndex, oldIndex);
|
|
52
52
|
}
|
|
53
53
|
};
|
|
54
|
+
const onShowNavView = () => {
|
|
55
|
+
c.state.showNavView = !c.state.showNavView;
|
|
56
|
+
};
|
|
54
57
|
return {
|
|
55
58
|
ns,
|
|
56
59
|
c,
|
|
57
60
|
dragColumnStates,
|
|
58
61
|
isDraggable,
|
|
59
62
|
handleClick,
|
|
60
|
-
onDragChange
|
|
63
|
+
onDragChange,
|
|
64
|
+
onShowNavView
|
|
61
65
|
};
|
|
62
66
|
},
|
|
63
67
|
render() {
|
|
64
|
-
return vue.createVNode(
|
|
68
|
+
return vue.createVNode("div", {
|
|
69
|
+
"class": this.ns.b()
|
|
70
|
+
}, [vue.createVNode(vue.resolveComponent("el-popover"), {
|
|
65
71
|
"placement": "right-start",
|
|
66
72
|
"trigger": "click",
|
|
67
73
|
"width": "auto"
|
|
@@ -117,7 +123,17 @@ const IBizGridSetting = /* @__PURE__ */ vue.defineComponent({
|
|
|
117
123
|
}
|
|
118
124
|
});
|
|
119
125
|
}
|
|
120
|
-
})
|
|
126
|
+
}), this.c.state.enableNavView ? !this.c.state.showNavView ? vue.createVNode("ion-icon", {
|
|
127
|
+
"class": this.ns.e("nav-icon"),
|
|
128
|
+
"title": ibiz.i18n.t("component.controlNavigation.showNav"),
|
|
129
|
+
"name": "eye-outline",
|
|
130
|
+
"onClick": this.onShowNavView
|
|
131
|
+
}, null) : vue.createVNode("ion-icon", {
|
|
132
|
+
"class": this.ns.e("nav-icon"),
|
|
133
|
+
"title": ibiz.i18n.t("component.controlNavigation.hiddenNav"),
|
|
134
|
+
"name": "eye-off-outline",
|
|
135
|
+
"onClick": this.onShowNavView
|
|
136
|
+
}, null) : null]);
|
|
121
137
|
}
|
|
122
138
|
});
|
|
123
139
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.ibiz-grid-setting-column-states{width:100%;max-height:500px;overflow-y:auto}.ibiz-grid-setting-column-states .ibiz-grid-setting-column-state{display:flex;align-items:center;justify-content:flex-start;width:100%;padding:var(--ibiz-spacing-extra-tight) 0;font-size:var(--ibiz-font-size-regular);cursor:pointer}.ibiz-grid-setting-column-states .ibiz-grid-setting-column-state ion-icon{display:inline-block;width:var(--ibiz-font-size-small);margin-right:var(--ibiz-spacing-extra-tight);font-size:var(--ibiz-font-size-regular)}.ibiz-grid-setting-column-states .ibiz-grid-setting-column-state .ibiz-grid-setting-drag-icon{color:var(--ibiz-color-text)}.ibiz-grid-setting-column-states .ibiz-grid-setting-column-state .ibiz-grid-setting-enable-icon{color:var(--ibiz-color-success)}.ibiz-grid-setting-column-states .ibiz-grid-setting-column-state .ibiz-grid-setting-disable-icon{display:none;color:var(--ibiz-color-danger)}.ibiz-grid-setting-column-states .ibiz-grid-setting-column-state .ibiz-grid-setting-state-caption{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ibiz-grid-setting-column-states .ibiz-grid-setting-column-state.is-disabled .ibiz-grid-setting-enable-icon{display:none}.ibiz-grid-setting-column-states .ibiz-grid-setting-column-state.is-disabled .ibiz-grid-setting-disable-icon{display:block}.ibiz-grid-setting-column-states .ibiz-grid-setting-column-state.is-disabled .ibiz-grid-setting-state-caption{color:var(--ibiz-color-disabled-text)}.ibiz-grid-setting-column-states .ibiz-grid-setting-column-state-ghost{background-color:var(--ibiz-color-primary-light-default);opacity:.5}.ibiz-grid-setting-set-icon{color:var(--ibiz-color-primary);cursor:pointer}
|
|
1
|
+
.ibiz-grid-setting-column-states{width:100%;max-height:500px;overflow-y:auto}.ibiz-grid-setting-column-states .ibiz-grid-setting-column-state{display:flex;align-items:center;justify-content:flex-start;width:100%;padding:var(--ibiz-spacing-extra-tight) 0;font-size:var(--ibiz-font-size-regular);cursor:pointer}.ibiz-grid-setting-column-states .ibiz-grid-setting-column-state ion-icon{display:inline-block;width:var(--ibiz-font-size-small);margin-right:var(--ibiz-spacing-extra-tight);font-size:var(--ibiz-font-size-regular)}.ibiz-grid-setting-column-states .ibiz-grid-setting-column-state .ibiz-grid-setting-drag-icon{color:var(--ibiz-color-text)}.ibiz-grid-setting-column-states .ibiz-grid-setting-column-state .ibiz-grid-setting-enable-icon{color:var(--ibiz-color-success)}.ibiz-grid-setting-column-states .ibiz-grid-setting-column-state .ibiz-grid-setting-disable-icon{display:none;color:var(--ibiz-color-danger)}.ibiz-grid-setting-column-states .ibiz-grid-setting-column-state .ibiz-grid-setting-state-caption{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ibiz-grid-setting-column-states .ibiz-grid-setting-column-state.is-disabled .ibiz-grid-setting-enable-icon{display:none}.ibiz-grid-setting-column-states .ibiz-grid-setting-column-state.is-disabled .ibiz-grid-setting-disable-icon{display:block}.ibiz-grid-setting-column-states .ibiz-grid-setting-column-state.is-disabled .ibiz-grid-setting-state-caption{color:var(--ibiz-color-disabled-text)}.ibiz-grid-setting-column-states .ibiz-grid-setting-column-state-ghost{background-color:var(--ibiz-color-primary-light-default);opacity:.5}.ibiz-grid-setting-set-icon{color:var(--ibiz-color-primary);cursor:pointer}.ibiz-grid-setting__nav-icon{cursor:pointer;color:var(--ibiz-color-primary);padding-left:var(--ibiz-spacing-tight)}
|
package/lib/common/index.cjs
CHANGED
|
@@ -30,6 +30,11 @@ var quickEdit = require('./quick-edit/quick-edit.cjs');
|
|
|
30
30
|
var fullscreenToolbar = require('./fullscreen-toolbar/fullscreen-toolbar.cjs');
|
|
31
31
|
var pqlEditor = require('./pql-editor/pql-editor.cjs');
|
|
32
32
|
var customFilterCondition = require('./custom-filter-condition/custom-filter-condition.cjs');
|
|
33
|
+
var anchorContainer = require('./anchor-container/anchor-container.cjs');
|
|
34
|
+
var buttonList = require('./button-list/button-list.cjs');
|
|
35
|
+
var controlNavigation = require('./control-navigation/control-navigation.cjs');
|
|
36
|
+
var ganttSetting = require('./gantt-setting/gantt-setting.cjs');
|
|
37
|
+
var navSplit = require('./nav-split/nav-split.cjs');
|
|
33
38
|
|
|
34
39
|
"use strict";
|
|
35
40
|
const IBizCommonComponents = {
|
|
@@ -73,6 +78,11 @@ const IBizCommonComponents = {
|
|
|
73
78
|
v.component(fullscreenToolbar.IBizFullscreenToolbar.name, fullscreenToolbar.IBizFullscreenToolbar);
|
|
74
79
|
v.component(pqlEditor.IBizPqlEditor.name, pqlEditor.IBizPqlEditor);
|
|
75
80
|
v.component(customFilterCondition.IBizCustomFilterCondition.name, customFilterCondition.IBizCustomFilterCondition);
|
|
81
|
+
v.component(anchorContainer.IBizAnchorContainer.name, anchorContainer.IBizAnchorContainer);
|
|
82
|
+
v.component(buttonList.IBizButtonList.name, buttonList.IBizButtonList);
|
|
83
|
+
v.component(controlNavigation.IBizControlNavigation.name, controlNavigation.IBizControlNavigation);
|
|
84
|
+
v.component(ganttSetting.IBizGanttSetting.name, ganttSetting.IBizGanttSetting);
|
|
85
|
+
v.component(navSplit.IBizNavSplit.name, navSplit.IBizNavSplit);
|
|
76
86
|
}
|
|
77
87
|
};
|
|
78
88
|
|
|
@@ -0,0 +1,211 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var vue = require('vue');
|
|
4
|
+
var vue3Util = require('@ibiz-template/vue3-util');
|
|
5
|
+
require('./nav-split.css');
|
|
6
|
+
|
|
7
|
+
"use strict";
|
|
8
|
+
const IBizNavSplit = /* @__PURE__ */ vue.defineComponent({
|
|
9
|
+
name: "IBizNavSplit",
|
|
10
|
+
props: {
|
|
11
|
+
modelValue: {
|
|
12
|
+
type: [Number, String],
|
|
13
|
+
default: 0.5
|
|
14
|
+
},
|
|
15
|
+
mode: {
|
|
16
|
+
validator: (value) => {
|
|
17
|
+
return ["horizontal", "vertical"].includes(value);
|
|
18
|
+
},
|
|
19
|
+
default: "horizontal"
|
|
20
|
+
},
|
|
21
|
+
min: {
|
|
22
|
+
type: [Number, String],
|
|
23
|
+
default: 0.2
|
|
24
|
+
},
|
|
25
|
+
max: {
|
|
26
|
+
type: [Number, String],
|
|
27
|
+
default: 0.8
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
emits: ["update:modelValue", "on-move-start", "on-moving", "on-move-end"],
|
|
31
|
+
setup(props, {
|
|
32
|
+
emit
|
|
33
|
+
}) {
|
|
34
|
+
const ns = vue3Util.useNamespace("nav-split");
|
|
35
|
+
const outerWrapper = vue.ref(null);
|
|
36
|
+
const offset = vue.ref(0);
|
|
37
|
+
const oldOffset = vue.ref(0);
|
|
38
|
+
const isMoving = vue.ref(false);
|
|
39
|
+
const computedMin = vue.ref(0);
|
|
40
|
+
const computedMax = vue.ref(0);
|
|
41
|
+
const currentValue = vue.ref(0.5);
|
|
42
|
+
const initOffset = vue.ref(0);
|
|
43
|
+
const wrapperClasses = vue.computed(() => [ns.b("wrapper"), ns.is("no-select", isMoving.value)]);
|
|
44
|
+
const paneClasses = vue.computed(() => [ns.b("pane"), isMoving.value ? ns.bm("pane", "moving") : ""]);
|
|
45
|
+
const isHorizontal = vue.computed(() => props.mode === "horizontal");
|
|
46
|
+
const anotherOffset = vue.computed(() => 100 - offset.value);
|
|
47
|
+
const valueIsPx = vue.computed(() => typeof props.modelValue === "string");
|
|
48
|
+
const offsetSize = vue.computed(() => isHorizontal.value ? "offsetWidth" : "offsetHeight");
|
|
49
|
+
const px2percent = (numerator, denominator) => {
|
|
50
|
+
return parseFloat(numerator) / parseFloat(denominator);
|
|
51
|
+
};
|
|
52
|
+
const getComputedThresholdValue = (type) => {
|
|
53
|
+
const size = outerWrapper.value[offsetSize.value];
|
|
54
|
+
if (valueIsPx.value) {
|
|
55
|
+
return typeof props[type] === "string" ? props[type] : size * props[type];
|
|
56
|
+
}
|
|
57
|
+
return typeof props[type] === "string" ? px2percent(props[type], size) : props[type];
|
|
58
|
+
};
|
|
59
|
+
const getMax = (value1, value2) => {
|
|
60
|
+
if (valueIsPx.value)
|
|
61
|
+
return "".concat(Math.max(parseFloat(value1), parseFloat(value2)), "px");
|
|
62
|
+
return Math.max(value1, value2);
|
|
63
|
+
};
|
|
64
|
+
const getMin = (value1, value2) => {
|
|
65
|
+
if (valueIsPx.value)
|
|
66
|
+
return "".concat(Math.min(parseFloat(value1), parseFloat(value2)), "px");
|
|
67
|
+
return Math.min(value1, value2);
|
|
68
|
+
};
|
|
69
|
+
const getAnotherOffset = (value) => {
|
|
70
|
+
let res = 0;
|
|
71
|
+
if (valueIsPx.value)
|
|
72
|
+
res = "".concat(outerWrapper.value[offsetSize.value] - parseFloat(value), "px");
|
|
73
|
+
else
|
|
74
|
+
res = 1 - value;
|
|
75
|
+
return res;
|
|
76
|
+
};
|
|
77
|
+
const handleMove = (e) => {
|
|
78
|
+
const pageOffset = isHorizontal.value ? e.pageX : e.pageY;
|
|
79
|
+
const moveOffset = pageOffset - initOffset.value;
|
|
80
|
+
const outerWidth = outerWrapper.value[offsetSize.value];
|
|
81
|
+
let value = valueIsPx.value ? "".concat(parseFloat(oldOffset.value) + moveOffset, "px") : px2percent(outerWidth * oldOffset.value + moveOffset, outerWidth);
|
|
82
|
+
const anotherValue = getAnotherOffset(value);
|
|
83
|
+
if (parseFloat(anotherValue) > parseFloat(computedMax.value)) {
|
|
84
|
+
value = getAnotherOffset(getMin(anotherValue, computedMax.value));
|
|
85
|
+
}
|
|
86
|
+
if (parseFloat(anotherValue) <= parseFloat(computedMin.value)) {
|
|
87
|
+
value = getAnotherOffset(getMax(anotherValue, computedMin.value));
|
|
88
|
+
}
|
|
89
|
+
Object.assign(e, {
|
|
90
|
+
atMin: props.modelValue === computedMin.value,
|
|
91
|
+
atMax: valueIsPx.value ? getAnotherOffset(props.modelValue) === computedMax.value : getAnotherOffset(props.modelValue).toFixed(5) === computedMax.value.toFixed(5)
|
|
92
|
+
});
|
|
93
|
+
emit("update:modelValue", value);
|
|
94
|
+
emit("on-moving", e);
|
|
95
|
+
};
|
|
96
|
+
const handleUp = () => {
|
|
97
|
+
isMoving.value = false;
|
|
98
|
+
document.removeEventListener("mousemove", handleMove);
|
|
99
|
+
document.removeEventListener("mouseup", handleUp);
|
|
100
|
+
emit("on-move-end");
|
|
101
|
+
};
|
|
102
|
+
const handleMousedown = (e) => {
|
|
103
|
+
initOffset.value = isHorizontal.value ? e.pageX : e.pageY;
|
|
104
|
+
oldOffset.value = props.modelValue;
|
|
105
|
+
isMoving.value = true;
|
|
106
|
+
document.addEventListener("mousemove", handleMove);
|
|
107
|
+
document.addEventListener("mouseup", handleUp);
|
|
108
|
+
emit("on-move-start");
|
|
109
|
+
};
|
|
110
|
+
const computeOffset = () => {
|
|
111
|
+
vue.nextTick(() => {
|
|
112
|
+
computedMin.value = getComputedThresholdValue("min");
|
|
113
|
+
computedMax.value = getComputedThresholdValue("max");
|
|
114
|
+
const denominator = outerWrapper.value[offsetSize.value];
|
|
115
|
+
const outerWrapperValue = parseFloat(denominator);
|
|
116
|
+
const defaultValue = (valueIsPx.value ? px2percent(props.modelValue, outerWrapperValue) : props.modelValue) * 1e4 / 100;
|
|
117
|
+
const reverseValue = defaultValue * 100 / 1e4 * outerWrapperValue;
|
|
118
|
+
const diffValue = outerWrapperValue - reverseValue;
|
|
119
|
+
const maxValue = parseFloat(computedMax.value);
|
|
120
|
+
const minValue = parseFloat(computedMin.value);
|
|
121
|
+
if (Math.round(diffValue) >= minValue && Math.round(diffValue) <= maxValue) {
|
|
122
|
+
offset.value = defaultValue;
|
|
123
|
+
} else if (Math.round(diffValue) < minValue) {
|
|
124
|
+
const leftWidth = outerWrapperValue - minValue;
|
|
125
|
+
offset.value = leftWidth / outerWrapperValue * 1e4 / 100;
|
|
126
|
+
emit("update:modelValue", "".concat(leftWidth, "px"));
|
|
127
|
+
} else {
|
|
128
|
+
const leftWidth = outerWrapperValue - maxValue;
|
|
129
|
+
offset.value = leftWidth / outerWrapperValue * 1e4 / 100;
|
|
130
|
+
emit("update:modelValue", "".concat(leftWidth, "px"));
|
|
131
|
+
}
|
|
132
|
+
});
|
|
133
|
+
};
|
|
134
|
+
vue.watch(() => props.modelValue, (val) => {
|
|
135
|
+
console.log("props.modelValue", val);
|
|
136
|
+
if (val !== currentValue.value) {
|
|
137
|
+
currentValue.value = val;
|
|
138
|
+
computeOffset();
|
|
139
|
+
}
|
|
140
|
+
});
|
|
141
|
+
vue.onMounted(() => {
|
|
142
|
+
vue.nextTick(() => {
|
|
143
|
+
computeOffset();
|
|
144
|
+
});
|
|
145
|
+
window.addEventListener("resize", computeOffset);
|
|
146
|
+
});
|
|
147
|
+
vue.onBeforeUnmount(() => {
|
|
148
|
+
window.removeEventListener("resize", computeOffset);
|
|
149
|
+
});
|
|
150
|
+
return {
|
|
151
|
+
ns,
|
|
152
|
+
outerWrapper,
|
|
153
|
+
offset,
|
|
154
|
+
wrapperClasses,
|
|
155
|
+
paneClasses,
|
|
156
|
+
isHorizontal,
|
|
157
|
+
anotherOffset,
|
|
158
|
+
handleMousedown,
|
|
159
|
+
handleMove
|
|
160
|
+
};
|
|
161
|
+
},
|
|
162
|
+
render() {
|
|
163
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l;
|
|
164
|
+
return vue.createVNode("div", {
|
|
165
|
+
"class": this.wrapperClasses,
|
|
166
|
+
"ref": "outerWrapper"
|
|
167
|
+
}, [this.isHorizontal ? vue.createVNode("div", {
|
|
168
|
+
"class": this.ns.m("horizontal")
|
|
169
|
+
}, [vue.createVNode("div", {
|
|
170
|
+
"style": {
|
|
171
|
+
width: "".concat(this.offset, "%")
|
|
172
|
+
},
|
|
173
|
+
"class": [this.paneClasses, this.ns.bm("pane", "left")]
|
|
174
|
+
}, [(_b = (_a = this.$slots).left) == null ? void 0 : _b.call(_a)]), vue.createVNode("div", {
|
|
175
|
+
"style": {
|
|
176
|
+
left: "".concat(this.offset, "%")
|
|
177
|
+
},
|
|
178
|
+
"class": this.ns.b("trigger-con"),
|
|
179
|
+
"onMousedown": (e) => this.handleMousedown(e)
|
|
180
|
+
}, [((_d = (_c = this.$slots).trigger) == null ? void 0 : _d.call(_c)) || vue.createVNode(vue.resolveComponent("iBizSplitTrigger"), {
|
|
181
|
+
"mode": "vertical"
|
|
182
|
+
}, null)]), vue.createVNode("div", {
|
|
183
|
+
"style": {
|
|
184
|
+
width: "".concat(this.anotherOffset, "%")
|
|
185
|
+
},
|
|
186
|
+
"class": [this.paneClasses, this.ns.bm("pane", "right")]
|
|
187
|
+
}, [(_f = (_e = this.$slots).right) == null ? void 0 : _f.call(_e)])]) : vue.createVNode("div", {
|
|
188
|
+
"class": this.ns.m("vertical")
|
|
189
|
+
}, [vue.createVNode("div", {
|
|
190
|
+
"style": {
|
|
191
|
+
bottom: "".concat(this.anotherOffset, "%")
|
|
192
|
+
},
|
|
193
|
+
"class": [this.paneClasses, this.ns.bm("pane", "top")]
|
|
194
|
+
}, [(_h = (_g = this.$slots).top) == null ? void 0 : _h.call(_g)]), vue.createVNode("div", {
|
|
195
|
+
"style": {
|
|
196
|
+
top: "".concat(this.offset, "%")
|
|
197
|
+
},
|
|
198
|
+
"class": this.ns.b("trigger-con"),
|
|
199
|
+
"onMousedown": (e) => this.handleMousedown(e)
|
|
200
|
+
}, [((_j = (_i = this.$slots).trigger) == null ? void 0 : _j.call(_i)) || vue.createVNode(vue.resolveComponent("iBizSplitTrigger"), {
|
|
201
|
+
"mode": "horizontal"
|
|
202
|
+
}, null)]), vue.createVNode("div", {
|
|
203
|
+
"style": {
|
|
204
|
+
top: "".concat(this.offset, "%")
|
|
205
|
+
},
|
|
206
|
+
"class": [this.paneClasses, this.ns.bm("pane", "bottom")]
|
|
207
|
+
}, [(_l = (_k = this.$slots).bottom) == null ? void 0 : _l.call(_k)])])]);
|
|
208
|
+
}
|
|
209
|
+
});
|
|
210
|
+
|
|
211
|
+
exports.IBizNavSplit = IBizNavSplit;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ibiz-nav-split-wrapper{position:relative;width:100%;height:100%}.ibiz-nav-split-wrapper.is-no-select{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ibiz-nav-split--horizontal{display:flex;height:100%}.ibiz-nav-split--horizontal .ibiz-nav-split-trigger-con{top:50%;width:0;height:100%}.ibiz-nav-split--horizontal .ibiz-nav-split-pane{position:unset}.ibiz-nav-split--horizontal .ibiz-nav-split-pane--right{padding-left:6px}.ibiz-nav-split--vertical .ibiz-nav-split-trigger-con{left:50%;width:100%;height:0}.ibiz-nav-split--vertical .ibiz-nav-split-pane{position:absolute}.ibiz-nav-split--vertical .ibiz-nav-split-pane--bottom{padding-top:6px}.ibiz-nav-split-pane{position:absolute}.ibiz-nav-split-pane--left{top:0;bottom:0;left:0;overflow:hidden}.ibiz-nav-split-pane--right{top:0;right:0;bottom:0;overflow:hidden}.ibiz-nav-split-pane--top{top:0;right:0;left:0;overflow:hidden}.ibiz-nav-split-pane--bottom{right:0;bottom:0;left:0;overflow:hidden}.ibiz-nav-split-pane--moving{-webkit-user-select:none;-moz-user-select:none;user-select:none}.ibiz-nav-split-trigger-con{position:absolute;z-index:10;transform:translate(-50%,-50%)}
|
|
@@ -25,6 +25,10 @@ const IBizPagination = /* @__PURE__ */ vue.defineComponent({
|
|
|
25
25
|
totalPages: {
|
|
26
26
|
type: Number || void 0,
|
|
27
27
|
required: false
|
|
28
|
+
},
|
|
29
|
+
popperClass: {
|
|
30
|
+
type: String,
|
|
31
|
+
required: false
|
|
28
32
|
}
|
|
29
33
|
},
|
|
30
34
|
emits: ["change", "pageSizeChange", "pageRefresh"],
|
|
@@ -48,7 +52,8 @@ const IBizPagination = /* @__PURE__ */ vue.defineComponent({
|
|
|
48
52
|
emit("pageRefresh");
|
|
49
53
|
};
|
|
50
54
|
const inputChange = (event) => {
|
|
51
|
-
|
|
55
|
+
var _a;
|
|
56
|
+
(_a = event.stopPropagation) == null ? void 0 : _a.call(event);
|
|
52
57
|
};
|
|
53
58
|
const calcTotalPages = vue.computed(() => {
|
|
54
59
|
return Math.ceil(props.total / props.size);
|
|
@@ -74,6 +79,7 @@ const IBizPagination = /* @__PURE__ */ vue.defineComponent({
|
|
|
74
79
|
"page-count": !ramda.isNil(this.totalPages) && this.calcTotalPages === this.totalPages ? this.calcTotalPages : this.totalPages,
|
|
75
80
|
"current-page": this.curPage,
|
|
76
81
|
"page-size": this.size,
|
|
82
|
+
"popper-class": this.popperClass,
|
|
77
83
|
"page-sizes": [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]
|
|
78
84
|
}, {
|
|
79
85
|
"onUpdate:currentPage": this.onPageChange,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var editor = require('@wangeditor/editor');
|
|
4
|
-
require('../../node_modules/.pnpm/snabbdom@3.
|
|
4
|
+
require('../../node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/index.cjs');
|
|
5
5
|
var index = require('./utils/index.cjs');
|
|
6
|
-
var h = require('../../node_modules/.pnpm/snabbdom@3.
|
|
6
|
+
var h = require('../../node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/h.cjs');
|
|
7
7
|
|
|
8
8
|
"use strict";
|
|
9
9
|
const pqlType = [
|
|
@@ -304,7 +304,7 @@ const pqlItemsToPqlNodes = async (items) => {
|
|
|
304
304
|
if (!(value == null ? void 0 : value.type)) {
|
|
305
305
|
if ((operator == null ? void 0 : operator.value) && InOPs.includes(operator.value)) {
|
|
306
306
|
if ((value == null ? void 0 : value.value) && /^\(.*?\)$/.test(value.value)) {
|
|
307
|
-
const valueText = value.value.slice(1,
|
|
307
|
+
const valueText = value.value.slice(1, -1).trim();
|
|
308
308
|
let splitArr = valueText.split(/\},\s*/g);
|
|
309
309
|
splitArr = splitArr.map(
|
|
310
310
|
(text, i) => i === splitArr.length - 1 ? text : "".concat(text, "}")
|
|
@@ -341,7 +341,7 @@ const pqlItemsToPqlNodes = async (items) => {
|
|
|
341
341
|
if ((operator == null ? void 0 : operator.value) === runtime.ValueOP.LIKE) {
|
|
342
342
|
if ((value == null ? void 0 : value.value) && value.value.startsWith("'%") && value.value.endsWith("%'")) {
|
|
343
343
|
nodes.push({
|
|
344
|
-
text: value.value.slice(2,
|
|
344
|
+
text: value.value.slice(2, -2)
|
|
345
345
|
});
|
|
346
346
|
return;
|
|
347
347
|
}
|
|
@@ -144,7 +144,7 @@ const IBizSplit = /* @__PURE__ */ vue.defineComponent({
|
|
|
144
144
|
"class": this.ns.m("horizontal")
|
|
145
145
|
}, [vue.createVNode("div", {
|
|
146
146
|
"style": {
|
|
147
|
-
|
|
147
|
+
width: "".concat(this.offset, "%")
|
|
148
148
|
},
|
|
149
149
|
"class": [this.paneClasses, this.ns.bm("pane", "left")]
|
|
150
150
|
}, [(_b = (_a = this.$slots).left) == null ? void 0 : _b.call(_a)]), vue.createVNode("div", {
|
|
@@ -157,7 +157,7 @@ const IBizSplit = /* @__PURE__ */ vue.defineComponent({
|
|
|
157
157
|
"mode": "vertical"
|
|
158
158
|
}, null)]), vue.createVNode("div", {
|
|
159
159
|
"style": {
|
|
160
|
-
|
|
160
|
+
width: "".concat(this.anotherOffset, "%")
|
|
161
161
|
},
|
|
162
162
|
"class": [this.paneClasses, this.ns.bm("pane", "right")]
|
|
163
163
|
}, [(_f = (_e = this.$slots).right) == null ? void 0 : _f.call(_e)])]) : vue.createVNode("div", {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.ibiz-split-wrapper{position:relative;width:100%;height:100%}.ibiz-split-wrapper.is-no-select{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ibiz-split--horizontal .ibiz-split-trigger-con{top:50%;width:0;height:100%}.ibiz-split--horizontal .ibiz-split-pane--right{padding-left:6px}.ibiz-split--vertical .ibiz-split-trigger-con{left:50%;width:100%;height:0}.ibiz-split--vertical .ibiz-split-pane--bottom{padding-top:6px}.ibiz-split-pane{position:absolute}.ibiz-split-pane--left{top:0;bottom:0;left:0;overflow:hidden}.ibiz-split-pane--right{top:0;right:0;bottom:0;overflow:hidden}.ibiz-split-pane--top{top:0;right:0;left:0;overflow:hidden}.ibiz-split-pane--bottom{right:0;bottom:0;left:0;overflow:hidden}.ibiz-split-pane--moving{-webkit-user-select:none;-moz-user-select:none;user-select:none}.ibiz-split-trigger-con{position:absolute;z-index:10;transform:translate(-50%,-50%)}
|
|
1
|
+
.ibiz-split-wrapper{position:relative;width:100%;height:100%}.ibiz-split-wrapper.is-no-select{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ibiz-split--horizontal{display:flex;height:100%}.ibiz-split--horizontal .ibiz-split-trigger-con{top:50%;width:0;height:100%}.ibiz-split--horizontal .ibiz-split-pane{position:unset}.ibiz-split--horizontal .ibiz-split-pane--right{padding-left:6px}.ibiz-split--vertical .ibiz-split-trigger-con{left:50%;width:100%;height:0}.ibiz-split--vertical .ibiz-split-pane{position:absolute}.ibiz-split--vertical .ibiz-split-pane--bottom{padding-top:6px}.ibiz-split-pane{position:absolute}.ibiz-split-pane--left{top:0;bottom:0;left:0;overflow:hidden}.ibiz-split-pane--right{top:0;right:0;bottom:0;overflow:hidden}.ibiz-split-pane--top{top:0;right:0;left:0;overflow:hidden}.ibiz-split-pane--bottom{right:0;bottom:0;left:0;overflow:hidden}.ibiz-split-pane--moving{-webkit-user-select:none;-moz-user-select:none;user-select:none}.ibiz-split-trigger-con{position:absolute;z-index:10;transform:translate(-50%,-50%)}
|