@ibiz-template/vue3-components 0.7.37-alpha.5 → 0.7.38-alpha.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chart-DPS_XpZp.js +1 -0
- package/dist/index-B_Fo_3Rt.js +1 -0
- package/dist/{index-2J-iBLG-.js → index-BvI3oZGL.js} +1 -1
- package/dist/index-VQ3FT6ih.js +4 -0
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/xlsx-util-XDKOLzzW.js +2 -0
- package/es/common/action-toolbar/action-toolbar.mjs +1 -1
- package/es/common/anchor-container/anchor-bar-list/anchor-bar-list.css +1 -0
- package/es/common/anchor-container/anchor-bar-list/anchor-bar-list.d.ts +66 -0
- package/es/common/anchor-container/anchor-bar-list/anchor-bar-list.mjs +69 -0
- package/es/common/anchor-container/anchor-container.css +1 -0
- package/es/common/anchor-container/anchor-container.d.ts +103 -0
- package/es/common/anchor-container/anchor-container.mjs +155 -0
- package/es/common/button-list/button-list.css +1 -0
- package/es/common/button-list/button-list.d.ts +45 -0
- package/es/common/button-list/button-list.mjs +165 -0
- package/es/common/carousel/carousel.mjs +1 -1
- package/es/common/carousel-card/carousel-card.mjs +1 -1
- package/es/common/col/col.mjs +1 -1
- package/es/common/coop-alert/coop-alert.mjs +1 -1
- package/es/common/custom-filter-condition/custom-filter-condition.mjs +1 -1
- package/es/common/custom-theme/custom-theme.controller.mjs +2 -3
- package/es/common/custom-theme/custom-theme.mjs +1 -1
- package/es/common/data-import/data-import.mjs +1 -1
- package/es/common/data-import2/data-import2.mjs +1 -1
- package/es/common/data-import2-select/data-import2-select.mjs +1 -1
- package/es/common/data-import2-table/data-import2-table.mjs +1 -1
- package/es/common/doing-notice/doing-notice.mjs +1 -1
- package/es/common/emoji-select/components/categories/categories.mjs +1 -1
- package/es/common/emoji-select/components/category-label/category-label.mjs +1 -1
- package/es/common/emoji-select/components/emoji-item/emoji-item.mjs +1 -1
- package/es/common/emoji-select/components/emoji-list/emoji-list.mjs +1 -1
- package/es/common/emoji-select/components/input-search/input-search.mjs +1 -1
- package/es/common/emoji-select/emoji-select.mjs +1 -1
- package/es/common/extend-action-timeline/extend-action-timeline.mjs +1 -1
- package/es/common/fullscreen-toolbar/fullscreen-toolbar-alarm-clock/fullscreen-toolbar-alarm-clock.mjs +1 -1
- package/es/common/fullscreen-toolbar/fullscreen-toolbar.mjs +1 -1
- package/es/common/grid-setting/grid-setting.mjs +1 -1
- package/es/common/index.mjs +4 -0
- package/es/common/map-chart/map-chart.mjs +2 -2
- package/es/common/no-data/no-data.mjs +1 -1
- package/es/common/pagination/pagination.d.ts +8 -0
- package/es/common/pagination/pagination.mjs +8 -2
- package/es/common/pql-editor/components/pql-editor-suggestion/pql-editor-suggestion.mjs +1 -1
- package/es/common/pql-editor/pql-editor.mjs +1 -1
- package/es/common/pql-editor/pql-editor.module.mjs +2 -2
- package/es/common/pql-editor/utils/index.mjs +42 -32
- package/es/common/quick-edit/quick-edit.mjs +1 -1
- package/es/common/rawitem/rawitem.mjs +1 -1
- package/es/common/row/row.mjs +1 -1
- package/es/common/sort-bar/sort-bar.mjs +1 -1
- package/es/common/split/split.css +1 -1
- package/es/common/split/split.mjs +3 -3
- package/es/common/split-trigger/split-trigger.mjs +1 -1
- package/es/common/view-message/view-message.mjs +1 -1
- package/es/control/app-menu/app-menu.css +1 -1
- package/es/control/app-menu/app-menu.mjs +82 -51
- package/es/control/app-menu/custom-menu-design/custom-menu-design.mjs +4 -1
- package/es/control/app-menu/index.mjs +1 -1
- package/es/control/app-menu-icon-view/app-menu-icon-view.mjs +1 -1
- package/es/control/app-menu-icon-view/index.mjs +1 -1
- package/es/control/calendar/calendar.mjs +1 -1
- package/es/control/calendar/components/calendar-daily/calendar-daily.mjs +1 -1
- package/es/control/calendar/components/calendar-week/calendar-week.mjs +1 -1
- package/es/control/calendar/components/custom-calendar/custom-calendar.mjs +1 -1
- package/es/control/calendar/components/interface/calendar-daily.mjs +1 -1
- package/es/control/calendar/components/interface/calendar-week.mjs +1 -1
- package/es/control/calendar/components/interface/custom-calendar.mjs +1 -1
- package/es/control/calendar/index.mjs +1 -1
- package/es/control/caption-bar/caption-bar.mjs +1 -1
- package/es/control/caption-bar/index.mjs +1 -1
- package/es/control/chart/chart.mjs +3 -3
- package/es/control/chart/index.mjs +1 -1
- package/es/control/context-menu/context-menu.d.ts +4 -2
- package/es/control/context-menu/context-menu.mjs +120 -75
- package/es/control/context-menu/index.d.ts +3 -1
- package/es/control/context-menu/index.mjs +1 -1
- package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.d.ts +33 -0
- package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.mjs +1 -1
- package/es/control/dashboard/dashboard-design/dashboard-design.mjs +1 -1
- package/es/control/dashboard/dashboard.d.ts +9 -0
- package/es/control/dashboard/dashboard.mjs +55 -10
- package/es/control/dashboard/index.d.ts +9 -0
- package/es/control/dashboard/index.mjs +1 -1
- package/es/control/dashboard/portlet/actionbar-portlet/actionbar-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/chart-portlet/chart-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/container-portlet/container-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.mjs +1 -1
- package/es/control/dashboard/portlet/filter-portlet/filter-portlet-item/filter-portlet-item.mjs +1 -1
- package/es/control/dashboard/portlet/filter-portlet/filter-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/html-portlet/html-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/list-portlet/list-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/menu-portlet/app-menu-portlet/app-menu-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/menu-portlet/menu-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/portlet-layout/portlet-layout.d.ts +1 -0
- package/es/control/dashboard/portlet/portlet-layout/portlet-layout.mjs +16 -4
- package/es/control/dashboard/portlet/rawitem-portlet/rawitem-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/report-portlet/report-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/view-portlet/view-portlet.mjs +1 -1
- package/es/control/data-view/data-view.css +1 -1
- package/es/control/data-view/data-view.d.ts +45 -1
- package/es/control/data-view/data-view.mjs +117 -17
- package/es/control/data-view/index.d.ts +45 -1
- package/es/control/data-view/index.mjs +1 -1
- package/es/control/drbar/drbar.css +1 -1
- package/es/control/drbar/drbar.mjs +24 -24
- package/es/control/drbar/index.mjs +1 -1
- package/es/control/drtab/drtab-control.util.mjs +1 -1
- package/es/control/drtab/drtab.controller.mjs +6 -3
- package/es/control/drtab/drtab.css +1 -1
- package/es/control/drtab/drtab.mjs +26 -24
- package/es/control/drtab/index.mjs +1 -1
- package/es/control/exp-bar/calendar-exp-bar/calendar-exp-bar.mjs +1 -1
- package/es/control/exp-bar/calendar-exp-bar/index.mjs +1 -1
- package/es/control/exp-bar/chart-exp-bar/chart-exp-bar.mjs +1 -1
- package/es/control/exp-bar/chart-exp-bar/index.mjs +1 -1
- package/es/control/exp-bar/data-view-exp-bar/data-view-view-exp-bar.mjs +1 -1
- package/es/control/exp-bar/data-view-exp-bar/index.mjs +1 -1
- package/es/control/exp-bar/grid-exp-bar/grid-exp-bar.mjs +1 -1
- package/es/control/exp-bar/grid-exp-bar/index.mjs +1 -1
- package/es/control/exp-bar/list-exp-bar/index.mjs +1 -1
- package/es/control/exp-bar/list-exp-bar/list-exp-bar.mjs +1 -1
- package/es/control/exp-bar/render-util.mjs +2 -2
- package/es/control/exp-bar/tree-exp-bar/index.mjs +1 -1
- package/es/control/exp-bar/tree-exp-bar/tree-exp-bar.mjs +1 -1
- package/es/control/form/edit-form/edit-form.d.ts +10 -1
- package/es/control/form/edit-form/edit-form.mjs +39 -3
- package/es/control/form/edit-form/index.d.ts +9 -0
- package/es/control/form/edit-form/index.mjs +1 -1
- package/es/control/form/form/form.mjs +1 -1
- package/es/control/form/form/index.mjs +2 -0
- package/es/control/form/form-detail/form-button/form-button.mjs +1 -1
- package/es/control/form/form-detail/form-button-list/form-button-list.css +1 -0
- package/es/control/form/form-detail/form-button-list/form-button-list.d.ts +27 -0
- package/es/control/form/form-detail/form-button-list/form-button-list.mjs +48 -0
- package/es/control/form/form-detail/form-button-list/form-button-list.provider.d.ts +13 -0
- package/es/control/form/form-detail/form-button-list/form-button-list.provider.mjs +21 -0
- package/es/control/form/form-detail/form-button-list/index.d.ts +23 -0
- package/es/control/form/form-detail/form-button-list/index.mjs +18 -0
- package/es/control/form/form-detail/form-druipart/form-druipart.css +1 -1
- package/es/control/form/form-detail/form-druipart/form-druipart.mjs +1 -1
- package/es/control/form/form-detail/form-group-panel/form-group-panel.d.ts +0 -1
- package/es/control/form/form-detail/form-group-panel/form-group-panel.mjs +11 -8
- package/es/control/form/form-detail/form-group-panel/index.d.ts +0 -1
- package/es/control/form/form-detail/form-item/form-item-container/form-item-container.mjs +1 -1
- package/es/control/form/form-detail/form-item/form-item.mjs +2 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.mjs +1 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-md/form-mdctrl-md.mjs +1 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater.mjs +1 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.d.ts +22 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.mjs +1 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-multi-form/repeater-multi-form.mjs +6 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.mjs +1 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl.mjs +1 -1
- package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.css +1 -1
- package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.d.ts +8 -0
- package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.mjs +74 -4
- package/es/control/form/form-detail/form-mdctrl/mdctrl-container2/mdctrl-container2.mjs +1 -1
- package/es/control/form/form-detail/form-page/form-page-item/form-page.item.mjs +1 -1
- package/es/control/form/form-detail/form-page/form-page.css +1 -1
- package/es/control/form/form-detail/form-page/form-page.d.ts +10 -0
- package/es/control/form/form-detail/form-page/form-page.mjs +12 -3
- package/es/control/form/form-detail/form-page/index.d.ts +9 -0
- package/es/control/form/form-detail/form-rawitem/form-rawitem.mjs +1 -1
- package/es/control/form/form-detail/form-tab-page/form-tab-page.mjs +1 -1
- package/es/control/form/form-detail/form-tab-panel/form-tab-panel.css +1 -1
- package/es/control/form/form-detail/form-tab-panel/form-tab-panel.mjs +1 -1
- package/es/control/form/form-detail/index.d.ts +1 -0
- package/es/control/form/form-detail/index.mjs +1 -0
- package/es/control/form/index.mjs +1 -0
- package/es/control/form/search-form/index.mjs +1 -1
- package/es/control/form/search-form/search-form.mjs +1 -1
- package/es/control/gantt/gantt.mjs +14 -1
- package/es/control/gantt/index.mjs +1 -1
- package/es/control/grid/grid/grid-control.util.mjs +45 -2
- package/es/control/grid/grid/grid.css +1 -1
- package/es/control/grid/grid/grid.d.ts +1 -0
- package/es/control/grid/grid/grid.mjs +8 -2
- package/es/control/grid/grid/index.d.ts +1 -0
- package/es/control/grid/grid/index.mjs +1 -1
- package/es/control/grid/grid-column/grid-field-column/grid-field-column.mjs +1 -1
- package/es/control/grid/grid-column/grid-field-edit-column/grid-edit-item/grid-edit-item.mjs +1 -1
- package/es/control/grid/grid-column/grid-field-edit-column/grid-field-edit-column.mjs +1 -1
- package/es/control/grid/grid-column/grid-group-column/grid-group-column.mjs +1 -1
- package/es/control/grid/grid-column/grid-ua-column/grid-ua-column.mjs +1 -1
- package/es/control/grid/row-edit-popover/row-edit-popover.mjs +1 -1
- package/es/control/index.mjs +1 -0
- package/es/control/kanban/index.mjs +1 -1
- package/es/control/kanban/kanban.mjs +1 -1
- package/es/control/list/index.d.ts +35 -0
- package/es/control/list/index.mjs +1 -1
- package/es/control/list/list.css +1 -1
- package/es/control/list/list.d.ts +35 -0
- package/es/control/list/list.mjs +139 -32
- package/es/control/map/index.mjs +1 -1
- package/es/control/map/map.mjs +1 -1
- package/es/control/medit-view-panel/index.mjs +1 -1
- package/es/control/medit-view-panel/medit-view-panel.mjs +1 -1
- package/es/control/pickup-view-panel/index.mjs +1 -1
- package/es/control/pickup-view-panel/pickup-view-panel.mjs +1 -1
- package/es/control/report-panel/index.mjs +1 -1
- package/es/control/report-panel/report-detail/bi-report-panel/bi-report-panel.mjs +1 -1
- package/es/control/report-panel/report-detail/user-report-panel/user-report-panel.mjs +1 -1
- package/es/control/report-panel/report-detail/user2-report-panel/user2-report-panel.mjs +1 -1
- package/es/control/report-panel/report-panel.mjs +1 -1
- package/es/control/search-bar/filter-mode-select/filter-mode-select.mjs +1 -1
- package/es/control/search-bar/filter-tree/filter-tree.mjs +1 -1
- package/es/control/search-bar/index.mjs +1 -1
- package/es/control/search-bar/quick-search-select/quick-search-select.mjs +3 -1
- package/es/control/search-bar/search-bar.mjs +1 -1
- package/es/control/search-bar/search-groups/search-groups.mjs +1 -1
- package/es/control/tab-exp-panel/index.mjs +1 -1
- package/es/control/tab-exp-panel/tab-exp-panel.mjs +1 -1
- package/es/control/toolbar/export-excel/export-excel.mjs +1 -1
- package/es/control/toolbar/index.mjs +1 -1
- package/es/control/toolbar/short-cut-button/short-cut-button.mjs +1 -1
- package/es/control/toolbar/toolbar.mjs +3 -3
- package/es/control/tree/el-tree-util.d.ts +2 -2
- package/es/control/tree/index.d.ts +47 -3
- package/es/control/tree/index.mjs +1 -1
- package/es/control/tree/tree.css +1 -1
- package/es/control/tree/tree.d.ts +47 -3
- package/es/control/tree/tree.mjs +91 -8
- package/es/control/tree-grid/index.d.ts +0 -1
- package/es/control/tree-grid/index.mjs +1 -1
- package/es/control/tree-grid/tree-grid.d.ts +4 -5
- package/es/control/tree-grid/tree-grid.mjs +4 -27
- package/es/control/tree-grid-ex/index.mjs +1 -1
- package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-edit-column/tree-grid-ex-edit-column.mjs +1 -1
- package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-field-column/tree-grid-ex-field-column.mjs +1 -1
- package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-ua-column/tree-grid-ex-ua-column.mjs +1 -1
- package/es/control/tree-grid-ex/tree-grid-ex.mjs +1 -1
- package/es/control/wizard-panel/index.mjs +1 -1
- package/es/control/wizard-panel/wizard-panel.mjs +1 -1
- package/es/editor/array/ibiz-array/ibiz-array.d.ts +1 -1
- package/es/editor/array/ibiz-array/ibiz-array.mjs +1 -1
- package/es/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.d.ts +1 -1
- package/es/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.mjs +1 -1
- package/es/editor/carousel/ibiz-carousel/ibiz-carousel.d.ts +1 -1
- package/es/editor/carousel/ibiz-carousel/ibiz-carousel.mjs +1 -1
- package/es/editor/cascader/ibiz-cascader/ibiz-cascader.d.ts +1 -1
- package/es/editor/cascader/ibiz-cascader/ibiz-cascader.mjs +1 -1
- package/es/editor/check-box/ibiz-checkbox/ibiz-checkbox.d.ts +1 -1
- package/es/editor/check-box/ibiz-checkbox/ibiz-checkbox.mjs +1 -1
- package/es/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.d.ts +1 -1
- package/es/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.mjs +1 -1
- package/es/editor/code/monaco-editor/monaco-editor.d.ts +1 -1
- package/es/editor/code/monaco-editor/monaco-editor.mjs +1 -1
- package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.d.ts +1 -1
- package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.mjs +1 -1
- package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.d.ts +1 -1
- package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.mjs +1 -1
- package/es/editor/data-picker/ibiz-picker/ibiz-picker.d.ts +1 -1
- package/es/editor/data-picker/ibiz-picker/ibiz-picker.mjs +1 -1
- package/es/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.d.ts +1 -1
- package/es/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.mjs +1 -1
- package/es/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.d.ts +1 -1
- package/es/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.mjs +1 -1
- package/es/editor/data-picker/ibiz-picker-link/ibiz-picker-link.d.ts +1 -1
- package/es/editor/data-picker/ibiz-picker-link/ibiz-picker-link.mjs +1 -1
- package/es/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.css +1 -1
- package/es/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.d.ts +1 -1
- package/es/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.mjs +4 -2
- package/es/editor/date-picker/ibiz-date-picker/ibiz-date-picker.d.ts +1 -1
- package/es/editor/date-picker/ibiz-date-picker/ibiz-date-picker.mjs +1 -1
- package/es/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.d.ts +1 -1
- package/es/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.mjs +1 -1
- package/es/editor/date-range-select/date-range-select-picker/components/quarter-range-select/quarter-range-select.mjs +1 -1
- package/es/editor/date-range-select/date-range-select-picker/components/week-range-select/week-range-select.mjs +2 -2
- package/es/editor/date-range-select/date-range-select-picker/components/year-range-select/year-range-select.mjs +1 -1
- package/es/editor/date-range-select/date-range-select-picker/date-range-select.mjs +1 -1
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.css +1 -1
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.d.ts +1 -1
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.mjs +28 -1
- package/es/editor/dropdown-list/ibiz-emoji-picker/ibiz-emoji-picker.d.ts +1 -1
- package/es/editor/dropdown-list/ibiz-emoji-picker/ibiz-emoji-picker.mjs +1 -1
- package/es/editor/html/wang-editor/component/emoji/emoji.mjs +1 -1
- package/es/editor/html/wang-editor/module/emoji-module.mjs +3 -3
- package/es/editor/html/wang-editor/wang-editor.d.ts +1 -1
- package/es/editor/html/wang-editor/wang-editor.mjs +1 -1
- package/es/editor/list-box/ibiz-list-box/ibiz-list-box.d.ts +1 -1
- package/es/editor/list-box/ibiz-list-box/ibiz-list-box.mjs +1 -1
- package/es/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.mjs +1 -1
- package/es/editor/not-supported-editor/not-supported-editor.mjs +1 -1
- package/es/editor/number-range/ibiz-number-range-picker/ibiz-number-range-picker.d.ts +1 -1
- package/es/editor/number-range/ibiz-number-range-picker/ibiz-number-range-picker.mjs +1 -1
- package/es/editor/preset/preset-rawitem/ibiz-preset-rawitem/ibiz-preset-rawitem.d.ts +1 -1
- package/es/editor/preset/preset-rawitem/ibiz-preset-rawitem/ibiz-preset-rawitem.mjs +1 -1
- package/es/editor/radio-button-list/ibiz-radio/ibiz-radio.d.ts +1 -1
- package/es/editor/radio-button-list/ibiz-radio/ibiz-radio.mjs +1 -1
- package/es/editor/rate/ibiz-rate/ibiz-rate.d.ts +1 -1
- package/es/editor/rate/ibiz-rate/ibiz-rate.mjs +1 -1
- package/es/editor/raw/ibiz-raw/ibiz-raw.d.ts +1 -1
- package/es/editor/raw/ibiz-raw/ibiz-raw.mjs +1 -1
- package/es/editor/slider/ibiz-slider/ibiz-slider.css +1 -1
- package/es/editor/slider/ibiz-slider/ibiz-slider.d.ts +2 -1
- package/es/editor/slider/ibiz-slider/ibiz-slider.mjs +65 -5
- package/es/editor/span/span/span.d.ts +1 -0
- package/es/editor/span/span/span.mjs +8 -4
- package/es/editor/span/span-link/span-link.d.ts +1 -1
- package/es/editor/span/span-link/span-link.mjs +1 -1
- package/es/editor/stepper/ibiz-stepper/ibiz-stepper.d.ts +1 -1
- package/es/editor/stepper/ibiz-stepper/ibiz-stepper.mjs +1 -1
- package/es/editor/switch/ibiz-switch/ibiz-switch.d.ts +1 -1
- package/es/editor/switch/ibiz-switch/ibiz-switch.mjs +1 -1
- package/es/editor/text-box/ibiz-input-ip/ibiz-input-ip.d.ts +1 -1
- package/es/editor/text-box/ibiz-input-ip/ibiz-input-ip.mjs +1 -1
- package/es/editor/text-box/ibiz-input-number/ibiz-input-number.d.ts +1 -1
- package/es/editor/text-box/ibiz-input-number/ibiz-input-number.mjs +1 -1
- package/es/editor/text-box/input/input.css +1 -1
- package/es/editor/text-box/input/input.d.ts +1 -1
- package/es/editor/text-box/input/input.mjs +20 -3
- package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.d.ts +1 -1
- package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.mjs +1 -1
- package/es/editor/upload/ibiz-image-preview/ibiz-image-preview.d.ts +1 -1
- package/es/editor/upload/ibiz-image-preview/ibiz-image-preview.mjs +1 -1
- package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.d.ts +1 -1
- package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.mjs +1 -1
- package/es/editor/upload/use/use-iview-upload.mjs +25 -7
- package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.d.ts +1 -1
- package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.mjs +1 -1
- package/es/ibiz-vue3.mjs +2 -1
- package/es/index.mjs +1 -0
- package/es/locale/en/index.d.ts +8 -0
- package/es/locale/en/index.mjs +10 -3
- package/es/locale/zh-CN/index.d.ts +8 -0
- package/es/locale/zh-CN/index.mjs +10 -3
- package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/h.mjs +1 -3
- package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/htmldomapi.mjs +1 -1
- package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/index.mjs +0 -2
- package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/init.mjs +25 -9
- package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/jsx.mjs +0 -3
- package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/attributes.mjs +7 -3
- package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/dataset.mjs +2 -2
- package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/eventlisteners.mjs +1 -1
- package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/style.mjs +6 -6
- package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/thunk.mjs +1 -1
- package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/tovnode.mjs +2 -8
- package/es/panel-component/auth-captcha/auth-captcha.mjs +1 -1
- package/es/panel-component/auth-userinfo/auth-userinfo.css +1 -1
- package/es/panel-component/auth-userinfo/auth-userinfo.mjs +3 -3
- package/es/panel-component/coop-pos/coop-pos.mjs +1 -1
- package/es/panel-component/data-import/data-import-shell.mjs +1 -1
- package/es/panel-component/index-actions/index-actions.mjs +1 -1
- package/es/panel-component/index.mjs +6 -1
- package/es/panel-component/nav-breadcrumb/index.d.ts +26 -0
- package/es/panel-component/nav-breadcrumb/index.mjs +17 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.controller.d.ts +120 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.controller.mjs +330 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.css +1 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.d.ts +31 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.mjs +72 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.provider.d.ts +13 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.provider.mjs +21 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.service.d.ts +63 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.service.mjs +143 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.state.d.ts +26 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.state.mjs +22 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.util.d.ts +39 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.util.mjs +73 -0
- package/es/panel-component/nav-pos-index/nav-pos-index.controller.d.ts +14 -0
- package/es/panel-component/nav-pos-index/nav-pos-index.controller.mjs +42 -4
- package/es/panel-component/nav-pos-index/nav-pos-index.mjs +1 -1
- package/es/panel-component/nav-tabs/nav-tabs.controller.mjs +1 -1
- package/es/panel-component/nav-tabs/nav-tabs.mjs +1 -1
- package/es/panel-component/panel-app-header/panel-app-header.mjs +1 -1
- package/es/panel-component/panel-app-login-view/panel-app-login-view.mjs +1 -1
- package/es/panel-component/panel-app-title/panel-app-title.mjs +1 -1
- package/es/panel-component/panel-button/panel-button.mjs +1 -1
- package/es/panel-component/panel-button-list/index.d.ts +24 -0
- package/es/panel-component/panel-button-list/index.mjs +19 -0
- package/es/panel-component/panel-button-list/panel-button-list.controller.d.ts +70 -0
- package/es/panel-component/panel-button-list/panel-button-list.controller.mjs +145 -0
- package/es/panel-component/panel-button-list/panel-button-list.css +1 -0
- package/es/panel-component/panel-button-list/panel-button-list.d.ts +27 -0
- package/es/panel-component/panel-button-list/panel-button-list.mjs +48 -0
- package/es/panel-component/panel-button-list/panel-button-list.provider.d.ts +14 -0
- package/es/panel-component/panel-button-list/panel-button-list.provider.mjs +21 -0
- package/es/panel-component/panel-button-list/panel-button-list.state.d.ts +17 -0
- package/es/panel-component/panel-button-list/panel-button-list.state.mjs +23 -0
- package/es/panel-component/panel-exp-header/panel-exp-header.mjs +1 -1
- package/es/panel-component/panel-index-view-search/panel-index-view-search.css +1 -1
- package/es/panel-component/panel-index-view-search/panel-index-view-search.mjs +1 -1
- package/es/panel-component/panel-remember-me/panel-remember-me.mjs +1 -1
- package/es/panel-component/panel-static-carousel/panel-static-carousel.mjs +1 -1
- package/es/panel-component/panel-tab-panel/panel-tab-panel.mjs +1 -1
- package/es/panel-component/panel-view-content/panel-view-content.mjs +7 -1
- package/es/panel-component/panel-view-header/panel-view-header.css +1 -1
- package/es/panel-component/panel-view-header/panel-view-header.mjs +1 -1
- package/es/panel-component/searchform-buttons/searchform-buttons.mjs +1 -1
- package/es/panel-component/short-cut/short-cut.mjs +1 -1
- package/es/panel-component/split-container/split-container.mjs +1 -1
- package/es/panel-component/user-action/user-action.mjs +1 -1
- package/es/panel-component/user-message/async-action/async-action/async-action.mjs +1 -1
- package/es/panel-component/user-message/async-action/async-action-preview/async-action-preview.mjs +1 -1
- package/es/panel-component/user-message/async-action/async-action-result/async-action-result.mjs +1 -1
- package/es/panel-component/user-message/async-action/async-action-tab/async-action-tab.mjs +1 -1
- package/es/panel-component/user-message/internal-message/common/internal-message-container/internal-message-container.mjs +1 -1
- package/es/panel-component/user-message/internal-message/common/internal-message-default/internal-message-default.mjs +1 -1
- package/es/panel-component/user-message/internal-message/internal-message-html/internal-message-html.mjs +1 -1
- package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.mjs +1 -1
- package/es/panel-component/user-message/internal-message/internal-message-tab/internal-message-tab.mjs +1 -1
- package/es/panel-component/user-message/internal-message/internal-message-text/internal-message-text.mjs +1 -1
- package/es/panel-component/user-message/user-message.mjs +1 -1
- package/es/panel-component/view-message/view-message.mjs +1 -1
- package/es/panel-component/view-msg-pos/view-msg-pos.mjs +1 -1
- package/es/util/app-drawer/app-drawer-component.mjs +2 -2
- package/es/util/app-float-window/app-float-window-component.mjs +2 -2
- package/es/util/app-modal/app-modal-component.css +1 -1
- package/es/util/app-modal/app-modal-component.mjs +2 -2
- package/es/util/app-popover/app-popover-component.mjs +2 -2
- package/es/util/fullscreen/fullscreen-util.mjs +2 -1
- package/es/util/pagination/use-pagination.mjs +21 -0
- package/es/util/render-util/render-util.mjs +1 -1
- package/es/view/403-view/403-view.mjs +1 -1
- package/es/view/404-view/404-view.mjs +1 -1
- package/es/view/error-view/error-view.mjs +1 -1
- package/es/view/login-view/login-view.mjs +1 -1
- package/es/view/share-view/share-view.mjs +1 -1
- package/es/view/sub-app-ref-view/index.mjs +1 -1
- package/es/view/sub-app-ref-view/sub-app-ref-view.mjs +1 -1
- package/es/view/wf-step-trace-view/index.mjs +1 -1
- package/es/view/wf-step-trace-view/wf-step-trace-view.mjs +1 -1
- package/es/view-engine/data-view.engine.d.ts +1 -0
- package/es/view-engine/data-view.engine.mjs +32 -1
- package/es/view-engine/de-index-view-engine.d.ts +7 -1
- package/es/view-engine/de-index-view-engine.mjs +15 -0
- package/es/view-engine/edit-view.engine.d.ts +7 -1
- package/es/view-engine/edit-view.engine.mjs +111 -26
- package/es/view-engine/gantt-view.engine.mjs +41 -0
- package/es/view-engine/grid-view.engine.mjs +41 -0
- package/es/view-engine/list-view.engine.d.ts +1 -0
- package/es/view-engine/list-view.engine.mjs +32 -1
- package/es/view-engine/opt-view.engine.d.ts +19 -0
- package/es/view-engine/opt-view.engine.mjs +48 -16
- package/es/view-engine/tree-exp-view.engine.mjs +35 -0
- package/es/view-engine/tree-grid-view.engine.d.ts +3 -1
- package/es/view-engine/tree-grid-view.engine.mjs +49 -0
- package/es/view-engine/tree-view.engine.mjs +35 -0
- package/es/web-app/App.mjs +2 -2
- package/es/web-app/components/modal-router-shell/modal-router-shell.mjs +1 -1
- package/es/web-app/components/router-shell/router-shell.mjs +2 -2
- package/es/web-app/guard/auth-guard/auth-guard.mjs +4 -5
- package/es/web-app/guard/auth-guard/dyna-auth-guard.mjs +4 -5
- package/es/web-app/router/index.mjs +1 -1
- package/lib/common/anchor-container/anchor-bar-list/anchor-bar-list.cjs +71 -0
- package/lib/common/anchor-container/anchor-bar-list/anchor-bar-list.css +1 -0
- package/lib/common/anchor-container/anchor-container.cjs +157 -0
- package/lib/common/anchor-container/anchor-container.css +1 -0
- package/lib/common/button-list/button-list.cjs +167 -0
- package/lib/common/button-list/button-list.css +1 -0
- package/lib/common/custom-theme/custom-theme.controller.cjs +2 -3
- package/lib/common/index.cjs +4 -0
- package/lib/common/pagination/pagination.cjs +7 -1
- package/lib/common/pql-editor/pql-editor.module.cjs +2 -2
- package/lib/common/pql-editor/utils/index.cjs +42 -32
- package/lib/common/split/split.cjs +2 -2
- package/lib/common/split/split.css +1 -1
- package/lib/control/app-menu/app-menu.cjs +80 -49
- package/lib/control/app-menu/app-menu.css +1 -1
- package/lib/control/app-menu/custom-menu-design/custom-menu-design.cjs +3 -0
- package/lib/control/chart/chart.cjs +1 -1
- package/lib/control/context-menu/context-menu.cjs +119 -74
- package/lib/control/dashboard/dashboard.cjs +54 -9
- package/lib/control/dashboard/portlet/portlet-layout/portlet-layout.cjs +15 -3
- package/lib/control/data-view/data-view.cjs +115 -15
- package/lib/control/data-view/data-view.css +1 -1
- package/lib/control/drbar/drbar.cjs +23 -23
- package/lib/control/drbar/drbar.css +1 -1
- package/lib/control/drtab/drtab-control.util.cjs +1 -1
- package/lib/control/drtab/drtab.cjs +25 -23
- package/lib/control/drtab/drtab.controller.cjs +6 -3
- package/lib/control/drtab/drtab.css +1 -1
- package/lib/control/form/edit-form/edit-form.cjs +38 -2
- package/lib/control/form/form/index.cjs +2 -0
- package/lib/control/form/form-detail/form-button-list/form-button-list.cjs +53 -0
- package/lib/control/form/form-detail/form-button-list/form-button-list.css +1 -0
- package/lib/control/form/form-detail/form-button-list/form-button-list.provider.cjs +23 -0
- package/lib/control/form/form-detail/form-button-list/index.cjs +23 -0
- package/lib/control/form/form-detail/form-druipart/form-druipart.css +1 -1
- package/lib/control/form/form-detail/form-group-panel/form-group-panel.cjs +10 -7
- package/lib/control/form/form-detail/form-item/form-item.cjs +1 -0
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-multi-form/repeater-multi-form.cjs +5 -0
- package/lib/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.cjs +73 -3
- package/lib/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.css +1 -1
- package/lib/control/form/form-detail/form-page/form-page.cjs +11 -2
- package/lib/control/form/form-detail/form-page/form-page.css +1 -1
- package/lib/control/form/form-detail/form-tab-panel/form-tab-panel.css +1 -1
- package/lib/control/form/form-detail/index.cjs +2 -0
- package/lib/control/form/index.cjs +6 -4
- package/lib/control/gantt/gantt.cjs +13 -0
- package/lib/control/grid/grid/grid-control.util.cjs +44 -1
- package/lib/control/grid/grid/grid.cjs +7 -1
- package/lib/control/grid/grid/grid.css +1 -1
- package/lib/control/index.cjs +80 -78
- package/lib/control/list/list.cjs +137 -30
- package/lib/control/list/list.css +1 -1
- package/lib/control/search-bar/quick-search-select/quick-search-select.cjs +2 -0
- package/lib/control/toolbar/toolbar.cjs +2 -2
- package/lib/control/tree/tree.cjs +90 -7
- package/lib/control/tree/tree.css +1 -1
- package/lib/control/tree-grid/tree-grid.cjs +3 -26
- package/lib/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.cjs +2 -0
- package/lib/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.css +1 -1
- package/lib/editor/date-range-select/date-range-select-picker/components/week-range-select/week-range-select.cjs +1 -1
- package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.cjs +27 -0
- package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.css +1 -1
- package/lib/editor/html/wang-editor/module/emoji-module.cjs +3 -3
- package/lib/editor/slider/ibiz-slider/ibiz-slider.cjs +64 -4
- package/lib/editor/slider/ibiz-slider/ibiz-slider.css +1 -1
- package/lib/editor/span/span/span.cjs +6 -2
- package/lib/editor/text-box/input/input.cjs +19 -2
- package/lib/editor/text-box/input/input.css +1 -1
- package/lib/editor/upload/use/use-iview-upload.cjs +25 -7
- package/lib/ibiz-vue3.cjs +1 -0
- package/lib/index.cjs +110 -108
- package/lib/locale/en/index.cjs +10 -3
- package/lib/locale/zh-CN/index.cjs +10 -3
- package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/h.cjs +1 -3
- package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/htmldomapi.cjs +1 -1
- package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/index.cjs +2 -5
- package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/init.cjs +24 -8
- package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/jsx.cjs +0 -3
- package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/attributes.cjs +7 -3
- package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/dataset.cjs +2 -2
- package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/eventlisteners.cjs +1 -1
- package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/style.cjs +6 -6
- package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/thunk.cjs +1 -1
- package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/tovnode.cjs +2 -8
- package/lib/panel-component/auth-userinfo/auth-userinfo.cjs +2 -2
- package/lib/panel-component/auth-userinfo/auth-userinfo.css +1 -1
- package/lib/panel-component/index.cjs +35 -30
- package/lib/panel-component/nav-breadcrumb/index.cjs +24 -0
- package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.cjs +74 -0
- package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.controller.cjs +332 -0
- package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.css +1 -0
- package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.provider.cjs +23 -0
- package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.service.cjs +145 -0
- package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.state.cjs +24 -0
- package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.util.cjs +79 -0
- package/lib/panel-component/nav-pos-index/nav-pos-index.controller.cjs +41 -3
- package/lib/panel-component/panel-button-list/index.cjs +25 -0
- package/lib/panel-component/panel-button-list/panel-button-list.cjs +53 -0
- package/lib/panel-component/panel-button-list/panel-button-list.controller.cjs +147 -0
- package/lib/panel-component/panel-button-list/panel-button-list.css +1 -0
- package/lib/panel-component/panel-button-list/panel-button-list.provider.cjs +23 -0
- package/lib/panel-component/panel-button-list/panel-button-list.state.cjs +25 -0
- package/lib/panel-component/panel-index-view-search/panel-index-view-search.css +1 -1
- package/lib/panel-component/panel-view-content/panel-view-content.cjs +6 -0
- package/lib/panel-component/panel-view-header/panel-view-header.css +1 -1
- package/lib/util/app-modal/app-modal-component.css +1 -1
- package/lib/util/fullscreen/fullscreen-util.cjs +2 -1
- package/lib/util/pagination/use-pagination.cjs +21 -0
- package/lib/view-engine/data-view.engine.cjs +31 -0
- package/lib/view-engine/de-index-view-engine.cjs +15 -0
- package/lib/view-engine/edit-view.engine.cjs +110 -25
- package/lib/view-engine/gantt-view.engine.cjs +41 -0
- package/lib/view-engine/grid-view.engine.cjs +41 -0
- package/lib/view-engine/list-view.engine.cjs +31 -0
- package/lib/view-engine/opt-view.engine.cjs +48 -16
- package/lib/view-engine/tree-exp-view.engine.cjs +35 -0
- package/lib/view-engine/tree-grid-view.engine.cjs +49 -0
- package/lib/view-engine/tree-view.engine.cjs +35 -0
- package/lib/web-app/guard/auth-guard/auth-guard.cjs +4 -5
- package/lib/web-app/guard/auth-guard/dyna-auth-guard.cjs +4 -5
- package/package.json +21 -21
- package/dist/chart-IZpj2cdX.js +0 -1
- package/dist/index-Yhyr5LJS.js +0 -1
- package/dist/index-p59-xI3J.js +0 -4
- package/dist/xlsx-util-rAKH_Qlc.js +0 -2
- /package/dist/{ibiz-markdown-editor-anJxfRF1.js → ibiz-markdown-editor-B4c6yGAW.js} +0 -0
- /package/dist/{map-chart-A4-TpWet.js → map-chart-BsStf5eZ.js} +0 -0
- /package/dist/{wang-editor-AcjI1Mdj.js → wang-editor-BUIAd4uJ.js} +0 -0
- /package/es/node_modules/.pnpm/{@ibiz-template_core@0.7.35-alpha.1_axios@1.6.8_lodash-es@4.17.21_qs@6.11.2_qx-util@0.4.8_ramda@0.29.1 → @ibiz-template_core@0.7.35-alpha.1_axios@1.7.7_lodash-es@4.17.21_qs@6.13.0_qx-util@0.4.8_ramda@0.29.1}/node_modules/@ibiz-template/core/out/utils/namespace/namespace.mjs +0 -0
- /package/es/node_modules/.pnpm/{dayjs@1.11.10 → dayjs@1.11.13}/node_modules/dayjs/locale/zh-cn.mjs +0 -0
- /package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/helpers/attachto.mjs +0 -0
- /package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/hooks.mjs +0 -0
- /package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/is.mjs +0 -0
- /package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/class.mjs +0 -0
- /package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/props.mjs +0 -0
- /package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/vnode.mjs +0 -0
- /package/lib/node_modules/.pnpm/{@ibiz-template_core@0.7.35-alpha.1_axios@1.6.8_lodash-es@4.17.21_qs@6.11.2_qx-util@0.4.8_ramda@0.29.1 → @ibiz-template_core@0.7.35-alpha.1_axios@1.7.7_lodash-es@4.17.21_qs@6.13.0_qx-util@0.4.8_ramda@0.29.1}/node_modules/@ibiz-template/core/out/utils/namespace/namespace.cjs +0 -0
- /package/lib/node_modules/.pnpm/{dayjs@1.11.10 → dayjs@1.11.13}/node_modules/dayjs/locale/zh-cn.cjs +0 -0
- /package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/helpers/attachto.cjs +0 -0
- /package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/hooks.cjs +0 -0
- /package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/is.cjs +0 -0
- /package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/class.cjs +0 -0
- /package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/props.cjs +0 -0
- /package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/vnode.cjs +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { defineComponent, ref, computed, watch, onMounted, nextTick, onBeforeUnmount, createVNode, resolveComponent, mergeProps } from 'vue';
|
|
2
2
|
import { getSliderProps, getEditorEmits, useNamespace, useAutoFocusBlur, useFocusAndBlur } from '@ibiz-template/vue3-util';
|
|
3
3
|
import { toNumber } from 'lodash-es';
|
|
4
4
|
import './ibiz-slider.css';
|
|
@@ -21,6 +21,8 @@ const IBizSlider = /* @__PURE__ */ defineComponent({
|
|
|
21
21
|
useInFocusAndBlur,
|
|
22
22
|
useInValueChange
|
|
23
23
|
} = useAutoFocusBlur(props, emit);
|
|
24
|
+
const pieStyle = ref("");
|
|
25
|
+
const pieSize = ref(0);
|
|
24
26
|
let step = 1;
|
|
25
27
|
let max = 100;
|
|
26
28
|
let min = 0;
|
|
@@ -31,6 +33,8 @@ const IBizSlider = /* @__PURE__ */ defineComponent({
|
|
|
31
33
|
let format = valueFormat || "0%";
|
|
32
34
|
let type = "line";
|
|
33
35
|
let textItem = "";
|
|
36
|
+
let pieBg = "";
|
|
37
|
+
let piePercentBg = "";
|
|
34
38
|
if (editorModel.editorParams) {
|
|
35
39
|
if (editorModel.editorParams.stepvalue) {
|
|
36
40
|
step = toNumber(editorModel.editorParams.stepvalue);
|
|
@@ -62,6 +66,12 @@ const IBizSlider = /* @__PURE__ */ defineComponent({
|
|
|
62
66
|
if (editorModel.editorParams.textItem) {
|
|
63
67
|
textItem = editorModel.editorParams.textItem;
|
|
64
68
|
}
|
|
69
|
+
if (editorModel.editorParams.pieBg) {
|
|
70
|
+
pieBg = editorModel.editorParams.pieBg;
|
|
71
|
+
}
|
|
72
|
+
if (editorModel.editorParams.piePercentBg) {
|
|
73
|
+
piePercentBg = editorModel.editorParams.piePercentBg;
|
|
74
|
+
}
|
|
65
75
|
}
|
|
66
76
|
const showFormDefaultContent = computed(() => {
|
|
67
77
|
if (props.controlParams && props.controlParams.editmode === "hover" && !props.readonly) {
|
|
@@ -84,10 +94,34 @@ const IBizSlider = /* @__PURE__ */ defineComponent({
|
|
|
84
94
|
return handleLineVal(val);
|
|
85
95
|
case "circle":
|
|
86
96
|
return handleCircleVal(val);
|
|
97
|
+
case "pie":
|
|
98
|
+
return handleCircleVal(val);
|
|
87
99
|
default:
|
|
88
100
|
return val;
|
|
89
101
|
}
|
|
90
102
|
};
|
|
103
|
+
const {
|
|
104
|
+
componentRef: editorRef
|
|
105
|
+
} = useFocusAndBlur(() => emit("focus"), () => useInFocusAndBlur());
|
|
106
|
+
const caclPieWidth = () => {
|
|
107
|
+
if (editorRef.value) {
|
|
108
|
+
pieSize.value = Math.min(editorRef.value.clientHeight, editorRef.value.clientWidth);
|
|
109
|
+
}
|
|
110
|
+
};
|
|
111
|
+
const caclPieStyle = () => {
|
|
112
|
+
caclPieWidth();
|
|
113
|
+
pieStyle.value = "";
|
|
114
|
+
if (pieSize.value > 0) {
|
|
115
|
+
pieStyle.value = "height:".concat(pieSize.value, "px;width:").concat(pieSize.value, "px;min-width:unset;min-height:unset;");
|
|
116
|
+
}
|
|
117
|
+
if (pieBg) {
|
|
118
|
+
pieStyle.value += "--ibiz-editor-slider-pie-bg:".concat(pieBg, ";");
|
|
119
|
+
}
|
|
120
|
+
if (piePercentBg) {
|
|
121
|
+
pieStyle.value += "--ibiz-editor-slider-pie-percent-bg:".concat(piePercentBg, ";");
|
|
122
|
+
}
|
|
123
|
+
pieStyle.value += "animation-delay:-".concat(currentVal.value, "s;");
|
|
124
|
+
};
|
|
91
125
|
const currentVal = ref();
|
|
92
126
|
watch(() => props.value, (newVal, oldVal) => {
|
|
93
127
|
if (newVal !== oldVal) {
|
|
@@ -97,13 +131,35 @@ const IBizSlider = /* @__PURE__ */ defineComponent({
|
|
|
97
131
|
} else {
|
|
98
132
|
currentVal.value = 0;
|
|
99
133
|
}
|
|
134
|
+
if (type === "pie") {
|
|
135
|
+
caclPieStyle();
|
|
136
|
+
}
|
|
100
137
|
} else {
|
|
101
138
|
currentVal.value = handleCurVal(newVal);
|
|
139
|
+
if (type === "pie") {
|
|
140
|
+
caclPieStyle();
|
|
141
|
+
}
|
|
102
142
|
}
|
|
103
143
|
}
|
|
104
144
|
}, {
|
|
105
145
|
immediate: true
|
|
106
146
|
});
|
|
147
|
+
const calcSize = () => {
|
|
148
|
+
caclPieStyle();
|
|
149
|
+
};
|
|
150
|
+
onMounted(() => {
|
|
151
|
+
if (type === "pie") {
|
|
152
|
+
window.addEventListener("resize", calcSize);
|
|
153
|
+
nextTick(() => {
|
|
154
|
+
caclPieStyle();
|
|
155
|
+
});
|
|
156
|
+
}
|
|
157
|
+
});
|
|
158
|
+
onBeforeUnmount(() => {
|
|
159
|
+
if (type === "pie") {
|
|
160
|
+
window.removeEventListener("resize", calcSize);
|
|
161
|
+
}
|
|
162
|
+
});
|
|
107
163
|
const textVal = computed(() => {
|
|
108
164
|
if (textItem) {
|
|
109
165
|
const data = props.data || {};
|
|
@@ -122,9 +178,6 @@ const IBizSlider = /* @__PURE__ */ defineComponent({
|
|
|
122
178
|
}
|
|
123
179
|
useInValueChange();
|
|
124
180
|
};
|
|
125
|
-
const {
|
|
126
|
-
componentRef: editorRef
|
|
127
|
-
} = useFocusAndBlur(() => emit("focus"), () => useInFocusAndBlur());
|
|
128
181
|
return {
|
|
129
182
|
ns,
|
|
130
183
|
currentVal,
|
|
@@ -140,7 +193,8 @@ const IBizSlider = /* @__PURE__ */ defineComponent({
|
|
|
140
193
|
editorRef,
|
|
141
194
|
showText,
|
|
142
195
|
textVal,
|
|
143
|
-
showFormDefaultContent
|
|
196
|
+
showFormDefaultContent,
|
|
197
|
+
pieStyle
|
|
144
198
|
};
|
|
145
199
|
},
|
|
146
200
|
render() {
|
|
@@ -180,6 +234,12 @@ const IBizSlider = /* @__PURE__ */ defineComponent({
|
|
|
180
234
|
}
|
|
181
235
|
});
|
|
182
236
|
}
|
|
237
|
+
if (this.type === "pie") {
|
|
238
|
+
content = createVNode("div", {
|
|
239
|
+
"class": [this.ns.e("pie-content"), this.ns.is("hundred-percent", this.currentVal >= this.max)],
|
|
240
|
+
"style": this.pieStyle
|
|
241
|
+
}, null);
|
|
242
|
+
}
|
|
183
243
|
return createVNode("div", {
|
|
184
244
|
"class": [this.ns.b(), this.readonly ? this.ns.m("readonly") : "", this.showText ? this.ns.e("text") : "", this.ns.is("show-default", this.showFormDefaultContent), this.ns.e(this.type)],
|
|
185
245
|
"ref": "editorRef"
|
|
@@ -66,6 +66,7 @@ export declare const IBizSpan: import("vue").DefineComponent<{
|
|
|
66
66
|
valueFormat: string | undefined;
|
|
67
67
|
unitName: string | undefined;
|
|
68
68
|
showFormDefaultContent: import("vue").ComputedRef<boolean>;
|
|
69
|
+
spanTitle: Ref<string>;
|
|
69
70
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
70
71
|
value: (ArrayConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[];
|
|
71
72
|
controller: import("@ibiz-template/vue3-util").RequiredProp<import("vue").PropType<SpanEditorController>, undefined, undefined>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { ref, watch, computed,
|
|
1
|
+
import { defineComponent, ref, watch, computed, createVNode, resolveComponent } from 'vue';
|
|
2
2
|
import { getSpanProps, useNamespace, useCodeListListen, useFocusAndBlur } from '@ibiz-template/vue3-util';
|
|
3
3
|
import './span.css';
|
|
4
4
|
import { isNil } from 'ramda';
|
|
5
|
-
import { DataTypes, isEmoji, base64ToStr } from '@ibiz-template/core';
|
|
5
|
+
import { DataTypes, isEmoji, base64ToStr, showTitle } from '@ibiz-template/core';
|
|
6
6
|
import dayjs from 'dayjs';
|
|
7
7
|
import customParseFormat from 'dayjs/plugin/customParseFormat';
|
|
8
8
|
|
|
@@ -30,6 +30,7 @@ const IBizSpan = /* @__PURE__ */ defineComponent({
|
|
|
30
30
|
dataType,
|
|
31
31
|
unitName
|
|
32
32
|
} = c.parent;
|
|
33
|
+
const spanTitle = ref("");
|
|
33
34
|
const textSeparator = c.model.textSeparator || ((_a = c.editorParams) == null ? void 0 : _a.TEXTSEPARATOR) || ",";
|
|
34
35
|
watch(() => props.value, (newVal, oldVal) => {
|
|
35
36
|
if (newVal !== oldVal) {
|
|
@@ -122,7 +123,8 @@ const IBizSpan = /* @__PURE__ */ defineComponent({
|
|
|
122
123
|
items,
|
|
123
124
|
valueFormat,
|
|
124
125
|
unitName,
|
|
125
|
-
showFormDefaultContent
|
|
126
|
+
showFormDefaultContent,
|
|
127
|
+
spanTitle
|
|
126
128
|
};
|
|
127
129
|
},
|
|
128
130
|
render() {
|
|
@@ -148,13 +150,15 @@ const IBizSpan = /* @__PURE__ */ defineComponent({
|
|
|
148
150
|
}
|
|
149
151
|
} else if (this.text) {
|
|
150
152
|
content = this.text;
|
|
153
|
+
this.spanTitle = this.text;
|
|
151
154
|
} else {
|
|
152
155
|
content = "- - -";
|
|
153
156
|
}
|
|
154
157
|
const isEllipsis = this.c.editorParams.overflowMode === "ellipsis" || this.c.model.wrapMode === "NOWRAP";
|
|
155
158
|
return createVNode("span", {
|
|
156
159
|
"class": [this.ns.b(), this.readonly ? this.ns.m("readonly") : "", this.ns.is("show-default", this.showFormDefaultContent), this.ns.is("is-ellipsis", isEllipsis)],
|
|
157
|
-
"ref": "editorRef"
|
|
160
|
+
"ref": "editorRef",
|
|
161
|
+
"title": showTitle(this.spanTitle)
|
|
158
162
|
}, [content]);
|
|
159
163
|
}
|
|
160
164
|
});
|
|
@@ -61,8 +61,8 @@ export declare const IBizSpanLink: import("vue").DefineComponent<{
|
|
|
61
61
|
onFocus?: ((_event?: IData | undefined) => any) | undefined;
|
|
62
62
|
onBlur?: ((_event?: IData | undefined) => any) | undefined;
|
|
63
63
|
onChange?: ((_value: unknown, _name?: string | undefined) => any) | undefined;
|
|
64
|
-
onInfoTextChange?: ((_text: string) => any) | undefined;
|
|
65
64
|
onEnter?: ((_event?: IData | undefined) => any) | undefined;
|
|
65
|
+
onInfoTextChange?: ((_text: string) => any) | undefined;
|
|
66
66
|
}, {
|
|
67
67
|
disabled: boolean;
|
|
68
68
|
readonly: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ref, watch, computed, createVNode
|
|
1
|
+
import { defineComponent, ref, watch, computed, createVNode } from 'vue';
|
|
2
2
|
import { getSpanProps, getEditorEmits, useNamespace, useFocusAndBlur } from '@ibiz-template/vue3-util';
|
|
3
3
|
import './span-link.css';
|
|
4
4
|
|
|
@@ -67,8 +67,8 @@ export declare const IBizStepper: import("vue").DefineComponent<{
|
|
|
67
67
|
onFocus?: ((_event?: IData | undefined) => any) | undefined;
|
|
68
68
|
onBlur?: ((_event?: IData | undefined) => any) | undefined;
|
|
69
69
|
onChange?: ((_value: unknown, _name?: string | undefined) => any) | undefined;
|
|
70
|
-
onInfoTextChange?: ((_text: string) => any) | undefined;
|
|
71
70
|
onEnter?: ((_event?: IData | undefined) => any) | undefined;
|
|
71
|
+
onInfoTextChange?: ((_text: string) => any) | undefined;
|
|
72
72
|
}, {
|
|
73
73
|
disabled: boolean;
|
|
74
74
|
readonly: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ref, computed, watch, resolveComponent, mergeProps
|
|
1
|
+
import { defineComponent, ref, computed, watch, createVNode, resolveComponent, mergeProps } from 'vue';
|
|
2
2
|
import { getStepperProps, getEditorEmits, useNamespace } from '@ibiz-template/vue3-util';
|
|
3
3
|
import { toNumber } from 'lodash-es';
|
|
4
4
|
import './ibiz-stepper.css';
|
|
@@ -64,8 +64,8 @@ export declare const IBizSwitch: import("vue").DefineComponent<{
|
|
|
64
64
|
onFocus?: ((_event?: IData | undefined) => any) | undefined;
|
|
65
65
|
onBlur?: ((_event?: IData | undefined) => any) | undefined;
|
|
66
66
|
onChange?: ((_value: unknown, _name?: string | undefined) => any) | undefined;
|
|
67
|
-
onInfoTextChange?: ((_text: string) => any) | undefined;
|
|
68
67
|
onEnter?: ((_event?: IData | undefined) => any) | undefined;
|
|
68
|
+
onInfoTextChange?: ((_text: string) => any) | undefined;
|
|
69
69
|
}, {
|
|
70
70
|
disabled: boolean;
|
|
71
71
|
readonly: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ref, computed, watch, resolveComponent, mergeProps
|
|
1
|
+
import { defineComponent, ref, computed, watch, createVNode, resolveComponent, mergeProps } from 'vue';
|
|
2
2
|
import { getSwitchProps, getEditorEmits, useNamespace, useAutoFocusBlur, useFocusAndBlur } from '@ibiz-template/vue3-util';
|
|
3
3
|
import './ibiz-switch.css';
|
|
4
4
|
|
|
@@ -68,8 +68,8 @@ export declare const IBizInputIP: import("vue").DefineComponent<{
|
|
|
68
68
|
onFocus?: ((_event?: IData | undefined) => any) | undefined;
|
|
69
69
|
onBlur?: ((_event?: IData | undefined) => any) | undefined;
|
|
70
70
|
onChange?: ((_value: unknown, _name?: string | undefined) => any) | undefined;
|
|
71
|
-
onInfoTextChange?: ((_text: string) => any) | undefined;
|
|
72
71
|
onEnter?: ((_event?: IData | undefined) => any) | undefined;
|
|
72
|
+
onInfoTextChange?: ((_text: string) => any) | undefined;
|
|
73
73
|
}, {
|
|
74
74
|
disabled: boolean;
|
|
75
75
|
readonly: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ref, computed, watch,
|
|
1
|
+
import { defineComponent, ref, computed, watch, createVNode, resolveComponent, createTextVNode } from 'vue';
|
|
2
2
|
import { getInputIpProps, getEditorEmits, useNamespace } from '@ibiz-template/vue3-util';
|
|
3
3
|
import './ibiz-input-ip.css';
|
|
4
4
|
|
|
@@ -71,8 +71,8 @@ export declare const IBizInputNumber: import("vue").DefineComponent<{
|
|
|
71
71
|
onFocus?: ((_event?: IData | undefined) => any) | undefined;
|
|
72
72
|
onBlur?: ((_event?: IData | undefined) => any) | undefined;
|
|
73
73
|
onChange?: ((_value: unknown, _name?: string | undefined) => any) | undefined;
|
|
74
|
-
onInfoTextChange?: ((_text: string) => any) | undefined;
|
|
75
74
|
onEnter?: ((_event?: IData | undefined) => any) | undefined;
|
|
75
|
+
onInfoTextChange?: ((_text: string) => any) | undefined;
|
|
76
76
|
}, {
|
|
77
77
|
disabled: boolean;
|
|
78
78
|
readonly: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ref, computed, watch, resolveComponent, mergeProps
|
|
1
|
+
import { defineComponent, ref, computed, watch, createVNode, resolveComponent, mergeProps } from 'vue';
|
|
2
2
|
import { getInputNumberProps, getEditorEmits, useNamespace } from '@ibiz-template/vue3-util';
|
|
3
3
|
import './ibiz-input-number.css';
|
|
4
4
|
import { isNilOrEmpty } from 'qx-util';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.ibiz-input{width:100%;height:100%;font-size:var(--ibiz-form-item-font-size);font-weight:var(--ibiz-form-item-regular);--ibiz-input-min-height:var(--ibiz-editor-default-line-height)}.ibiz-input__ai-chat{display:flex;align-items:center;justify-content:center;position:absolute;right:var(--ibiz-spacing-base-loose);bottom:var(--ibiz-spacing-base-loose);width:calc(var(--ibiz-width-icon-medium) + 2 * var(--ibiz-spacing-tight));height:calc(var(--ibiz-width-icon-medium) + 2 * var(--ibiz-spacing-tight));padding:var(--ibiz-spacing-tight);font-size:var(--ibiz-width-icon-medium);color:var(--ibiz-color-primary-text);cursor:pointer;background-color:var(--ibiz-color-primary);border-radius:var(--ibiz-border-radius-circle)}.ibiz-input__ai-chat:hover{color:var(--ibiz-color-primary-hover-text);background-color:var(--ibiz-color-primary-hover)}.ibiz-input .el-input .el-input__inner{height:100%}.ibiz-input .el-input .el-input__inner::-moz-placeholder{color:var(--ibiz-form-item-placeholder-color)}.ibiz-input .el-input .el-input__inner::placeholder{color:var(--ibiz-form-item-placeholder-color)}.ibiz-input .el-textarea .el-textarea__inner{height:100%}.ibiz-input .el-textarea .el-textarea__inner::-moz-placeholder{color:var(--ibiz-form-item-placeholder-color);word-break:break-word;white-space:pre-wrap}.ibiz-input .el-textarea .el-textarea__inner::placeholder{color:var(--ibiz-form-item-placeholder-color);word-break:break-word;white-space:pre-wrap}.ibiz-input .ibiz-input-input{height:100%}.ibiz-input .ibiz-input-input .el-input__wrapper{width:100%;min-height:var(--ibiz-input-min-height)}.ibiz-input--readonly{height:auto;overflow:auto;line-height:var(--ibiz-input-min-height);color:var(--ibiz-form-item-readonly-color)}.ibiz-input .el-input__suffix .ibiz-input__unit{font-style:normal}.ibiz-input-form-default-content{display:none}.ibiz-form-item .ibiz-input.is-show-default.is-textarea{padding:var(--ibiz-form-item-hover-edit-padding);overflow:hidden}.ibiz-form-item .ibiz-input.is-show-default.is-textarea .ibiz-input-form-default-content{display:block}.ibiz-form-item .ibiz-input.is-show-default.is-textarea .ibiz-input-input{display:none}.ibiz-form-item .ibiz-input.is-show-default:hover .ibiz-input-form-default-content{display:none}.ibiz-form-item .ibiz-input.is-show-default:hover .ibiz-input-input{display:inline-flex}.ibiz-form-item .ibiz-input.is-show-default .ibiz-input-form-default-content{display:flex;align-items:center;width:100%;padding:var(--ibiz-form-item-hover-edit-padding);font-family:Arial,sans-serif;font-size:var(--ibiz-form-item-font-size);line-height:var(--ibiz-editor-default-line-height);color:var(--ibiz-form-item-text-color);word-wrap:break-word;white-space:pre-wrap}.ibiz-form-item .ibiz-input.is-show-default .ibiz-input-input{display:none;font-family:Arial,sans-serif}.ibiz-form-item .ibiz-input.is-show-default .ibiz-input-input.el-textarea .el-textarea__inner{word-wrap:break-word;white-space:pre-wrap}.ibiz-form-item .ibiz-input.is-show-default.is-editable .ibiz-input-form-default-content{display:none}.ibiz-form-item .ibiz-input.is-show-default.is-editable .ibiz-input-input{display:inline-flex}
|
|
1
|
+
.ibiz-input{width:100%;height:100%;font-size:var(--ibiz-form-item-font-size);font-weight:var(--ibiz-form-item-regular);--ibiz-input-min-height:var(--ibiz-editor-default-line-height)}.ibiz-input__ai-chat{display:flex;align-items:center;justify-content:center;position:absolute;right:var(--ibiz-spacing-base-loose);bottom:var(--ibiz-spacing-base-loose);width:calc(var(--ibiz-width-icon-medium) + 2 * var(--ibiz-spacing-tight));height:calc(var(--ibiz-width-icon-medium) + 2 * var(--ibiz-spacing-tight));padding:var(--ibiz-spacing-tight);font-size:var(--ibiz-width-icon-medium);color:var(--ibiz-color-primary-text);cursor:pointer;background-color:var(--ibiz-color-primary);border-radius:var(--ibiz-border-radius-circle)}.ibiz-input__ai-chat:hover{color:var(--ibiz-color-primary-hover-text);background-color:var(--ibiz-color-primary-hover)}.ibiz-input .el-input .el-input__inner{height:100%}.ibiz-input .el-input .el-input__inner::-moz-placeholder{color:var(--ibiz-form-item-placeholder-color)}.ibiz-input .el-input .el-input__inner::placeholder{color:var(--ibiz-form-item-placeholder-color)}.ibiz-input .el-textarea .el-textarea__inner{height:100%}.ibiz-input .el-textarea .el-textarea__inner::-moz-placeholder{color:var(--ibiz-form-item-placeholder-color);word-break:break-word;white-space:pre-wrap}.ibiz-input .el-textarea .el-textarea__inner::placeholder{color:var(--ibiz-form-item-placeholder-color);word-break:break-word;white-space:pre-wrap}.ibiz-input .el-input__count{bottom:0}.ibiz-input .ibiz-input-input{height:100%}.ibiz-input .ibiz-input-input .el-input__wrapper{width:100%;min-height:var(--ibiz-input-min-height)}.ibiz-input--readonly{height:auto;overflow:auto;line-height:var(--ibiz-input-min-height);color:var(--ibiz-form-item-readonly-color)}.ibiz-input .el-input__suffix .ibiz-input__unit{font-style:normal}.ibiz-input-form-default-content{display:none}.ibiz-form-item .ibiz-input.is-show-default.is-textarea{padding:var(--ibiz-form-item-hover-edit-padding);overflow:hidden}.ibiz-form-item .ibiz-input.is-show-default.is-textarea .ibiz-input-form-default-content{display:block}.ibiz-form-item .ibiz-input.is-show-default.is-textarea .ibiz-input-input{display:none}.ibiz-form-item .ibiz-input.is-show-default:hover .ibiz-input-form-default-content{display:none}.ibiz-form-item .ibiz-input.is-show-default:hover .ibiz-input-input{display:inline-flex}.ibiz-form-item .ibiz-input.is-show-default .ibiz-input-form-default-content{display:flex;align-items:center;width:100%;padding:var(--ibiz-form-item-hover-edit-padding);font-family:Arial,sans-serif;font-size:var(--ibiz-form-item-font-size);line-height:var(--ibiz-editor-default-line-height);color:var(--ibiz-form-item-text-color);word-wrap:break-word;white-space:pre-wrap}.ibiz-form-item .ibiz-input.is-show-default .ibiz-input-input{display:none;font-family:Arial,sans-serif}.ibiz-form-item .ibiz-input.is-show-default .ibiz-input-input.el-textarea .el-textarea__inner{word-wrap:break-word;white-space:pre-wrap}.ibiz-form-item .ibiz-input.is-show-default.is-editable .ibiz-input-form-default-content{display:none}.ibiz-form-item .ibiz-input.is-show-default.is-editable .ibiz-input-input{display:inline-flex}
|
|
@@ -110,8 +110,8 @@ export declare const IBizInput: import("vue").DefineComponent<{
|
|
|
110
110
|
onFocus?: ((_event?: IData | undefined) => any) | undefined;
|
|
111
111
|
onBlur?: ((_event?: IData | undefined) => any) | undefined;
|
|
112
112
|
onChange?: ((_value: unknown, _name?: string | undefined) => any) | undefined;
|
|
113
|
-
onInfoTextChange?: ((_text: string) => any) | undefined;
|
|
114
113
|
onEnter?: ((_event?: IData | undefined) => any) | undefined;
|
|
114
|
+
onInfoTextChange?: ((_text: string) => any) | undefined;
|
|
115
115
|
}, {
|
|
116
116
|
disabled: boolean;
|
|
117
117
|
readonly: boolean;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { isVNode, ref, computed, watch, onUnmounted,
|
|
1
|
+
import { isVNode, defineComponent, ref, computed, watch, onUnmounted, createVNode, resolveComponent, mergeProps } from 'vue';
|
|
2
|
+
import { debounce } from 'lodash-es';
|
|
2
3
|
import { getInputProps, getEditorEmits, useNamespace, useCodeListListen } from '@ibiz-template/vue3-util';
|
|
3
4
|
import { isEmoji, base64ToStr } from '@ibiz-template/core';
|
|
4
5
|
import { createUUID } from 'qx-util';
|
|
@@ -87,6 +88,8 @@ const IBizInput = /* @__PURE__ */ defineComponent({
|
|
|
87
88
|
}, 100);
|
|
88
89
|
}
|
|
89
90
|
};
|
|
91
|
+
let isDebounce = false;
|
|
92
|
+
let awaitSearch;
|
|
90
93
|
let blurCacheValue;
|
|
91
94
|
const handleChange = (val) => {
|
|
92
95
|
if (blurCacheValue !== val) {
|
|
@@ -94,16 +97,30 @@ const IBizInput = /* @__PURE__ */ defineComponent({
|
|
|
94
97
|
}
|
|
95
98
|
blurCacheValue = void 0;
|
|
96
99
|
};
|
|
97
|
-
const
|
|
100
|
+
const debounceChange = debounce((val) => {
|
|
98
101
|
if (blurCacheValue !== val) {
|
|
99
102
|
onEmit(val, "input");
|
|
100
103
|
}
|
|
101
104
|
blurCacheValue = void 0;
|
|
105
|
+
isDebounce = false;
|
|
106
|
+
if (awaitSearch) {
|
|
107
|
+
awaitSearch();
|
|
108
|
+
}
|
|
109
|
+
}, 300, {
|
|
110
|
+
leading: true
|
|
111
|
+
});
|
|
112
|
+
const handleInput = (val) => {
|
|
113
|
+
isDebounce = true;
|
|
114
|
+
debounceChange(val);
|
|
102
115
|
};
|
|
103
116
|
const handleKeyUp = (e) => {
|
|
104
117
|
if (e && e.code === "Enter") {
|
|
105
118
|
emit("enter", e);
|
|
106
|
-
|
|
119
|
+
if (isDebounce) {
|
|
120
|
+
awaitSearch = () => {
|
|
121
|
+
editorRef.value.$el.dispatchEvent(e);
|
|
122
|
+
};
|
|
123
|
+
}
|
|
107
124
|
}
|
|
108
125
|
};
|
|
109
126
|
const onBlur = (event) => {
|
|
@@ -75,8 +75,8 @@ export declare const IBizFileUpload: import("vue").DefineComponent<{
|
|
|
75
75
|
onFocus?: ((_event?: IData | undefined) => any) | undefined;
|
|
76
76
|
onBlur?: ((_event?: IData | undefined) => any) | undefined;
|
|
77
77
|
onChange?: ((_value: unknown, _name?: string | undefined) => any) | undefined;
|
|
78
|
-
onInfoTextChange?: ((_text: string) => any) | undefined;
|
|
79
78
|
onEnter?: ((_event?: IData | undefined) => any) | undefined;
|
|
79
|
+
onInfoTextChange?: ((_text: string) => any) | undefined;
|
|
80
80
|
}, {
|
|
81
81
|
disabled: boolean;
|
|
82
82
|
readonly: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { isVNode,
|
|
1
|
+
import { isVNode, defineComponent, computed, createVNode, resolveComponent, mergeProps } from 'vue';
|
|
2
2
|
import { getUploadProps, getEditorEmits, useNamespace, useAutoFocusBlur, useFocusAndBlur } from '@ibiz-template/vue3-util';
|
|
3
3
|
import './ibiz-file-upload.css';
|
|
4
4
|
import { useIViewUpload } from '../use/use-iview-upload.mjs';
|
|
@@ -58,8 +58,8 @@ export declare const IBizImagePreview: import("vue").DefineComponent<{
|
|
|
58
58
|
onFocus?: ((_event?: IData | undefined) => any) | undefined;
|
|
59
59
|
onBlur?: ((_event?: IData | undefined) => any) | undefined;
|
|
60
60
|
onChange?: ((_value: unknown, _name?: string | undefined) => any) | undefined;
|
|
61
|
-
onInfoTextChange?: ((_text: string) => any) | undefined;
|
|
62
61
|
onEnter?: ((_event?: IData | undefined) => any) | undefined;
|
|
62
|
+
onInfoTextChange?: ((_text: string) => any) | undefined;
|
|
63
63
|
}, {
|
|
64
64
|
disabled: boolean;
|
|
65
65
|
readonly: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { defineComponent, computed, createVNode, resolveComponent, mergeProps } from 'vue';
|
|
2
2
|
import { getUploadProps, getEditorEmits, useNamespace } from '@ibiz-template/vue3-util';
|
|
3
3
|
import './ibiz-image-preview.css';
|
|
4
4
|
|
|
@@ -79,8 +79,8 @@ export declare const IBizImageUpload: import("vue").DefineComponent<{
|
|
|
79
79
|
onFocus?: ((_event?: IData | undefined) => any) | undefined;
|
|
80
80
|
onBlur?: ((_event?: IData | undefined) => any) | undefined;
|
|
81
81
|
onChange?: ((_value: unknown, _name?: string | undefined) => any) | undefined;
|
|
82
|
-
onInfoTextChange?: ((_text: string) => any) | undefined;
|
|
83
82
|
onEnter?: ((_event?: IData | undefined) => any) | undefined;
|
|
83
|
+
onInfoTextChange?: ((_text: string) => any) | undefined;
|
|
84
84
|
}, {
|
|
85
85
|
disabled: boolean;
|
|
86
86
|
readonly: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ref, computed, createVNode, resolveComponent, mergeProps
|
|
1
|
+
import { defineComponent, ref, computed, createVNode, resolveComponent, mergeProps } from 'vue';
|
|
2
2
|
import { getUploadProps, getEditorEmits, useNamespace, useAutoFocusBlur, useFocusAndBlur } from '@ibiz-template/vue3-util';
|
|
3
3
|
import './ibiz-image-upload.css';
|
|
4
4
|
import { useIViewUpload } from '../use/use-iview-upload.mjs';
|
|
@@ -15,6 +15,7 @@ function useIViewUpload(props, valueChange, c) {
|
|
|
15
15
|
cacheFiles: []
|
|
16
16
|
// iview上传过程中不能改default-file-list,所以需要缓存
|
|
17
17
|
};
|
|
18
|
+
const svgBlob = /* @__PURE__ */ new Map();
|
|
18
19
|
watch(
|
|
19
20
|
() => props.value,
|
|
20
21
|
(newVal) => {
|
|
@@ -61,10 +62,20 @@ function useIViewUpload(props, valueChange, c) {
|
|
|
61
62
|
reader.readAsDataURL(blob);
|
|
62
63
|
});
|
|
63
64
|
} catch (error) {
|
|
64
|
-
|
|
65
|
+
ibiz.log.error(error == null ? void 0 : error.message);
|
|
65
66
|
throw error;
|
|
66
67
|
}
|
|
67
68
|
};
|
|
69
|
+
const calcSvgPreview = (file) => {
|
|
70
|
+
const blob = svgBlob.get(file.id);
|
|
71
|
+
if (blob) {
|
|
72
|
+
file.base64 = blob;
|
|
73
|
+
} else {
|
|
74
|
+
fetchSVGAsBase64(file.url).then((base64String) => {
|
|
75
|
+
file.base64 = base64String;
|
|
76
|
+
});
|
|
77
|
+
}
|
|
78
|
+
};
|
|
68
79
|
watch(
|
|
69
80
|
files,
|
|
70
81
|
(newVal) => {
|
|
@@ -72,9 +83,7 @@ function useIViewUpload(props, valueChange, c) {
|
|
|
72
83
|
newVal.forEach((file) => {
|
|
73
84
|
file.url = file.url || downloadUrl.value.replace("%fileId%", file.id);
|
|
74
85
|
if (file.name.split(".").pop() === "svg") {
|
|
75
|
-
|
|
76
|
-
file.base64 = base64String;
|
|
77
|
-
});
|
|
86
|
+
calcSvgPreview(file);
|
|
78
87
|
}
|
|
79
88
|
});
|
|
80
89
|
}
|
|
@@ -88,9 +97,7 @@ function useIViewUpload(props, valueChange, c) {
|
|
|
88
97
|
files.value.forEach((file) => {
|
|
89
98
|
file.url = downloadUrl.value.replace("%fileId%", file.id);
|
|
90
99
|
if (file.name.split(".").pop() === "svg") {
|
|
91
|
-
|
|
92
|
-
file.base64 = base64String;
|
|
93
|
-
});
|
|
100
|
+
calcSvgPreview(file);
|
|
94
101
|
}
|
|
95
102
|
});
|
|
96
103
|
}
|
|
@@ -104,6 +111,10 @@ function useIViewUpload(props, valueChange, c) {
|
|
|
104
111
|
valueChange(value);
|
|
105
112
|
};
|
|
106
113
|
const beforeUpload = (rawFile) => {
|
|
114
|
+
if (rawFile.name.split(".").pop() === "svg") {
|
|
115
|
+
const blobUrl = URL.createObjectURL(rawFile);
|
|
116
|
+
svgBlob.set(rawFile.name, blobUrl);
|
|
117
|
+
}
|
|
107
118
|
const size = rawFile.size / 1024 / 1024;
|
|
108
119
|
if (c.size && size > c.size) {
|
|
109
120
|
ibiz.message.error(
|
|
@@ -122,6 +133,13 @@ function useIViewUpload(props, valueChange, c) {
|
|
|
122
133
|
name: response.filename,
|
|
123
134
|
id: response.fileid
|
|
124
135
|
});
|
|
136
|
+
if (response.name.split(".").pop() === "svg") {
|
|
137
|
+
const blob = svgBlob.get(response.name);
|
|
138
|
+
if (blob) {
|
|
139
|
+
svgBlob.set(response.fileid, blob);
|
|
140
|
+
svgBlob.delete(response.name);
|
|
141
|
+
}
|
|
142
|
+
}
|
|
125
143
|
uploadCache.count -= 1;
|
|
126
144
|
if (uploadCache.count === 0) {
|
|
127
145
|
emitValue();
|
|
@@ -72,8 +72,8 @@ export declare const IBizSearchCondEdit: import("vue").DefineComponent<{
|
|
|
72
72
|
onFocus?: ((_event?: IData | undefined) => any) | undefined;
|
|
73
73
|
onBlur?: ((_event?: IData | undefined) => any) | undefined;
|
|
74
74
|
onChange?: ((_value: unknown, _name?: string | undefined) => any) | undefined;
|
|
75
|
-
onInfoTextChange?: ((_text: string) => any) | undefined;
|
|
76
75
|
onEnter?: ((_event?: IData | undefined) => any) | undefined;
|
|
76
|
+
onInfoTextChange?: ((_text: string) => any) | undefined;
|
|
77
77
|
}, {
|
|
78
78
|
disabled: boolean;
|
|
79
79
|
readonly: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ref, computed, watch,
|
|
1
|
+
import { defineComponent, ref, computed, watch, createVNode, resolveComponent, mergeProps } from 'vue';
|
|
2
2
|
import { getInputProps, getEditorEmits, useNamespace } from '@ibiz-template/vue3-util';
|
|
3
3
|
import './ibiz-searchcond-edit.css';
|
|
4
4
|
import { isNilOrEmpty } from 'qx-util';
|
package/es/ibiz-vue3.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IBizView, IBizPortalView, IBizDeRedirectView, IBizViewLayoutPanelControl, IBizPanelControl } from '@ibiz-template/vue3-util';
|
|
1
|
+
import { IBizView, IBizPortalView, IBizHtmlView, IBizDeRedirectView, IBizViewLayoutPanelControl, IBizPanelControl } from '@ibiz-template/vue3-util';
|
|
2
2
|
import { registerErrorViewProvider } from '@ibiz-template/runtime';
|
|
3
3
|
import { IBizCommonComponents } from './common/index.mjs';
|
|
4
4
|
import { IBizPanelComponents } from './panel-component/index.mjs';
|
|
@@ -58,6 +58,7 @@ var IBizVue3 = {
|
|
|
58
58
|
v.use(IBizViewEngine);
|
|
59
59
|
v.use(IBizView);
|
|
60
60
|
v.use(IBizPortalView);
|
|
61
|
+
v.use(IBizHtmlView);
|
|
61
62
|
v.use(IBizWFStepTraceView);
|
|
62
63
|
v.use(IBizDeRedirectView);
|
|
63
64
|
v.use(IBizSubAppRefView);
|
package/es/index.mjs
CHANGED
|
@@ -36,6 +36,7 @@ export { IBizFormMDCtrl } from './control/form/form-detail/form-mdctrl/index.mjs
|
|
|
36
36
|
export { IBizFormRawItem } from './control/form/form-detail/form-rawitem/index.mjs';
|
|
37
37
|
export { IBizFormTabPanel } from './control/form/form-detail/form-tab-panel/index.mjs';
|
|
38
38
|
export { IBizFormTabPage } from './control/form/form-detail/form-tab-page/index.mjs';
|
|
39
|
+
export { IBizFormButtonList } from './control/form/form-detail/form-button-list/index.mjs';
|
|
39
40
|
export { IBizEditFormControl } from './control/form/edit-form/index.mjs';
|
|
40
41
|
export { IBizFormControl } from './control/form/form/index.mjs';
|
|
41
42
|
export { IBizToolbarControl } from './control/toolbar/index.mjs';
|
package/es/locale/en/index.d.ts
CHANGED
|
@@ -194,6 +194,7 @@ declare const _default: {
|
|
|
194
194
|
repeaterNoSupported: string;
|
|
195
195
|
searchTerms: string;
|
|
196
196
|
saveSearch: string;
|
|
197
|
+
noFoundFormGroup: string;
|
|
197
198
|
};
|
|
198
199
|
gantt: {
|
|
199
200
|
noNode: string;
|
|
@@ -758,6 +759,8 @@ declare const _default: {
|
|
|
758
759
|
noFoundLayoutContainer: string;
|
|
759
760
|
noFoundFormModel: string;
|
|
760
761
|
missingToolbarModel: string;
|
|
762
|
+
noCollapseTag: string;
|
|
763
|
+
noExpandTag: string;
|
|
761
764
|
};
|
|
762
765
|
webApp: {
|
|
763
766
|
authGuard: {
|
|
@@ -926,6 +929,8 @@ declare const _default: {
|
|
|
926
929
|
treeSelectBgColorDesc: string;
|
|
927
930
|
};
|
|
928
931
|
loadMore: string;
|
|
932
|
+
expandData: string;
|
|
933
|
+
collapseData: string;
|
|
929
934
|
};
|
|
930
935
|
menu: {
|
|
931
936
|
noSupportAlign: string;
|
|
@@ -1289,6 +1294,9 @@ declare const _default: {
|
|
|
1289
1294
|
closeAll: string;
|
|
1290
1295
|
closeOther: string;
|
|
1291
1296
|
};
|
|
1297
|
+
navBreadcrumb: {
|
|
1298
|
+
home: string;
|
|
1299
|
+
};
|
|
1292
1300
|
searchformButtons: {
|
|
1293
1301
|
errMessage: string;
|
|
1294
1302
|
enterPrompt: string;
|
package/es/locale/en/index.mjs
CHANGED
|
@@ -79,7 +79,9 @@ var index = {
|
|
|
79
79
|
noFoundLayoutOccupied: "No tabexppanel layout placeholders found",
|
|
80
80
|
noFoundLayoutContainer: "No {name} layout container found",
|
|
81
81
|
noFoundFormModel: "Unable to find the model for form {name}",
|
|
82
|
-
missingToolbarModel: "Missing toolbar component model"
|
|
82
|
+
missingToolbarModel: "Missing toolbar component model",
|
|
83
|
+
noCollapseTag: "The fold identifier is not configured",
|
|
84
|
+
noExpandTag: "The expansion identifier is not configured"
|
|
83
85
|
},
|
|
84
86
|
webApp: {
|
|
85
87
|
authGuard: {
|
|
@@ -248,7 +250,9 @@ var index = {
|
|
|
248
250
|
treeSelectBgColor: "Tree View Select the background color",
|
|
249
251
|
treeSelectBgColorDesc: "Select the background color for the tree view and the background color for the tree node"
|
|
250
252
|
},
|
|
251
|
-
loadMore: "Load more"
|
|
253
|
+
loadMore: "Load more",
|
|
254
|
+
expandData: "expand Data",
|
|
255
|
+
collapseData: "collapse Data"
|
|
252
256
|
},
|
|
253
257
|
menu: {
|
|
254
258
|
noSupportAlign: "The menu direction {align} is not supported temporarily",
|
|
@@ -415,7 +419,7 @@ var index = {
|
|
|
415
419
|
dialogDetermine: "Determine"
|
|
416
420
|
},
|
|
417
421
|
quickSearchSelect: {
|
|
418
|
-
searchField: "
|
|
422
|
+
searchField: "Switch search field"
|
|
419
423
|
}
|
|
420
424
|
},
|
|
421
425
|
toolbar: {
|
|
@@ -614,6 +618,9 @@ var index = {
|
|
|
614
618
|
closeAll: "Close all",
|
|
615
619
|
closeOther: "Close other"
|
|
616
620
|
},
|
|
621
|
+
navBreadcrumb: {
|
|
622
|
+
home: "Home"
|
|
623
|
+
},
|
|
617
624
|
searchformButtons: {
|
|
618
625
|
errMessage: "No search form called searchform found in the current view",
|
|
619
626
|
enterPrompt: "Please enter the custom query name to store:",
|
|
@@ -194,6 +194,7 @@ declare const _default: {
|
|
|
194
194
|
repeaterNoSupported: string;
|
|
195
195
|
searchTerms: string;
|
|
196
196
|
saveSearch: string;
|
|
197
|
+
noFoundFormGroup: string;
|
|
197
198
|
};
|
|
198
199
|
gantt: {
|
|
199
200
|
noNode: string;
|
|
@@ -756,6 +757,8 @@ declare const _default: {
|
|
|
756
757
|
noFoundLayoutContainer: string;
|
|
757
758
|
noFoundFormModel: string;
|
|
758
759
|
missingToolbarModel: string;
|
|
760
|
+
noCollapseTag: string;
|
|
761
|
+
noExpandTag: string;
|
|
759
762
|
};
|
|
760
763
|
webApp: {
|
|
761
764
|
authGuard: {
|
|
@@ -924,6 +927,8 @@ declare const _default: {
|
|
|
924
927
|
treeSelectBgColorDesc: string;
|
|
925
928
|
};
|
|
926
929
|
loadMore: string;
|
|
930
|
+
expandData: string;
|
|
931
|
+
collapseData: string;
|
|
927
932
|
};
|
|
928
933
|
menu: {
|
|
929
934
|
noSupportAlign: string;
|
|
@@ -1283,6 +1288,9 @@ declare const _default: {
|
|
|
1283
1288
|
closeAll: string;
|
|
1284
1289
|
closeOther: string;
|
|
1285
1290
|
};
|
|
1291
|
+
navBreadcrumb: {
|
|
1292
|
+
home: string;
|
|
1293
|
+
};
|
|
1286
1294
|
searchformButtons: {
|
|
1287
1295
|
errMessage: string;
|
|
1288
1296
|
enterPrompt: string;
|