@ibiz-template/vue3-components 0.7.40-alpha.9 → 0.7.41-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chart-GgAfcR6o.js +1 -0
- package/dist/ibiz-markdown-editor--ivCvp3a.js +1 -0
- package/dist/index-4CBJktLS.js +1 -0
- package/dist/index-QL7Ukex9.js +1 -0
- package/dist/index-toTw1DLN.js +4 -0
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/map-chart-HL7emT5a.js +1 -0
- package/dist/map-chart-user-bTKfT7VH.js +1 -0
- package/dist/{wang-editor-ZtYMqlXx.js → wang-editor-GTNgz_em.js} +1 -1
- package/dist/xlsx-util-_sLiqD2S.js +2 -0
- package/es/_virtual/index.mjs +3 -0
- package/es/common/action-toolbar/action-toolbar.mjs +1 -1
- package/es/common/anchor-container/anchor-bar-list/anchor-bar-list.mjs +1 -1
- package/es/common/anchor-container/anchor-container.mjs +1 -1
- package/es/common/button-list/button-list.mjs +1 -1
- package/es/common/carousel/carousel.mjs +1 -1
- package/es/common/carousel-card/carousel-card.mjs +1 -1
- package/es/common/col/col.mjs +1 -1
- package/es/common/control-navigation/control-navigation.d.ts +3 -0
- package/es/common/control-navigation/control-navigation.mjs +14 -1
- package/es/common/control-navigation/provider/calendar-navigation.provider.d.ts +1 -1
- package/es/common/control-navigation/provider/calendar-navigation.provider.mjs +2 -2
- package/es/common/control-navigation/provider/index.mjs +5 -4
- package/es/common/control-navigation/provider/map-navigation.provider.d.ts +17 -0
- package/es/common/control-navigation/provider/map-navigation.provider.mjs +50 -0
- package/es/common/control-navigation/provider/navigation-base.provider.d.ts +2 -2
- package/es/common/control-navigation/provider/navigation-base.provider.mjs +9 -4
- package/es/common/coop-alert/coop-alert.mjs +1 -1
- package/es/common/cropping/cropping.mjs +1 -1
- package/es/common/custom-filter-condition/custom-filter-condition.mjs +1 -1
- package/es/common/custom-theme/custom-theme.mjs +1 -1
- package/es/common/data-import/data-import.mjs +1 -1
- package/es/common/data-import2/data-import2.mjs +2 -2
- package/es/common/data-import2-select/data-import2-select.mjs +1 -1
- package/es/common/data-import2-table/data-import2-table.mjs +1 -1
- package/es/common/doing-notice/doing-notice.mjs +1 -1
- package/es/common/emoji-select/components/categories/categories.mjs +1 -1
- package/es/common/emoji-select/components/category-label/category-label.mjs +1 -1
- package/es/common/emoji-select/components/emoji-item/emoji-item.mjs +1 -1
- package/es/common/emoji-select/components/emoji-list/emoji-list.mjs +1 -1
- package/es/common/emoji-select/components/input-search/input-search.mjs +1 -1
- package/es/common/emoji-select/emoji-select.mjs +1 -1
- package/es/common/extend-action-timeline/extend-action-timeline.mjs +1 -1
- package/es/common/fullscreen-toolbar/fullscreen-toolbar-alarm-clock/fullscreen-toolbar-alarm-clock.mjs +1 -1
- package/es/common/fullscreen-toolbar/fullscreen-toolbar.mjs +1 -1
- package/es/common/gantt-setting/gantt-setting.mjs +1 -1
- package/es/common/grid-setting/grid-setting.mjs +1 -1
- package/es/common/map-chart/map-chart.mjs +4 -8
- package/es/common/map-chart/map-chart.util.mjs +1 -1
- package/es/common/map-chart-user/map-chart-user.mjs +2 -2
- package/es/common/map-chart-user/map-chart-user.util.mjs +3 -2
- package/es/common/map-chart-user/map-user-manager.mjs +2 -2
- package/es/common/nav-split/nav-split.mjs +1 -1
- package/es/common/no-data/no-data.mjs +1 -1
- package/es/common/pagination/pagination.mjs +1 -1
- package/es/common/pql-editor/components/pql-editor-suggestion/pql-editor-suggestion.mjs +1 -1
- package/es/common/pql-editor/pql-editor.mjs +1 -1
- package/es/common/pql-editor/pql-editor.module.mjs +2 -2
- package/es/common/quick-edit/quick-edit.mjs +1 -1
- package/es/common/rawitem/rawitem.mjs +1 -1
- package/es/common/row/row.mjs +1 -1
- package/es/common/sort-bar/sort-bar.mjs +1 -1
- package/es/common/split/split.mjs +1 -1
- package/es/common/split-trigger/split-trigger.mjs +1 -1
- package/es/common/view-message/view-message.mjs +1 -1
- package/es/control/app-menu/app-menu.css +1 -1
- package/es/control/app-menu/app-menu.d.ts +50 -4
- package/es/control/app-menu/app-menu.mjs +26 -3
- package/es/control/app-menu/custom-menu-design/custom-menu-design.mjs +1 -1
- package/es/control/app-menu/index.d.ts +12 -4
- package/es/control/app-menu/index.mjs +1 -1
- package/es/control/app-menu-icon-view/app-menu-icon-view.d.ts +38 -0
- package/es/control/app-menu-icon-view/app-menu-icon-view.mjs +20 -1
- package/es/control/app-menu-icon-view/index.mjs +1 -1
- package/es/control/calendar/calendar.d.ts +47 -0
- package/es/control/calendar/calendar.mjs +27 -2
- package/es/control/calendar/components/calendar-daily/calendar-daily.mjs +7 -3
- package/es/control/calendar/components/calendar-daily/use-calendar-daily.mjs +1 -1
- package/es/control/calendar/components/calendar-user/calendar-user.mjs +1 -1
- package/es/control/calendar/components/calendar-week/calendar-week.mjs +7 -2
- package/es/control/calendar/components/custom-calendar/custom-calendar.mjs +1 -1
- package/es/control/calendar/components/interface/calendar-daily.mjs +1 -1
- package/es/control/calendar/components/interface/calendar-user.mjs +1 -1
- package/es/control/calendar/components/interface/calendar-week.mjs +1 -1
- package/es/control/calendar/components/interface/custom-calendar.mjs +1 -1
- package/es/control/calendar/index.d.ts +1 -0
- package/es/control/calendar/index.mjs +1 -1
- package/es/control/caption-bar/caption-bar.d.ts +26 -0
- package/es/control/caption-bar/caption-bar.mjs +14 -1
- package/es/control/caption-bar/index.mjs +1 -1
- package/es/control/chart/chart.d.ts +52 -0
- package/es/control/chart/chart.mjs +37 -2
- package/es/control/chart/index.mjs +1 -1
- package/es/control/context-menu/context-menu.d.ts +54 -0
- package/es/control/context-menu/context-menu.mjs +28 -7
- package/es/control/context-menu/index.mjs +1 -1
- package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.mjs +1 -1
- package/es/control/dashboard/dashboard-design/dashboard-design.mjs +1 -1
- package/es/control/dashboard/dashboard.d.ts +26 -0
- package/es/control/dashboard/dashboard.mjs +14 -1
- package/es/control/dashboard/index.mjs +1 -1
- package/es/control/dashboard/portlet/actionbar-portlet/actionbar-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/chart-portlet/chart-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/container-portlet/container-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.mjs +1 -1
- package/es/control/dashboard/portlet/filter-portlet/filter-portlet-item/filter-portlet-item.mjs +1 -1
- package/es/control/dashboard/portlet/filter-portlet/filter-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/html-portlet/html-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/list-portlet/list-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/menu-portlet/app-menu-portlet/app-menu-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/menu-portlet/menu-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/portlet-layout/portlet-layout.mjs +1 -1
- package/es/control/dashboard/portlet/rawitem-portlet/rawitem-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/report-portlet/report-portlet.mjs +1 -1
- package/es/control/dashboard/portlet/view-portlet/view-portlet.mjs +1 -1
- package/es/control/data-view/data-view.d.ts +66 -20
- package/es/control/data-view/data-view.mjs +114 -52
- package/es/control/data-view/index.d.ts +9 -9
- package/es/control/data-view/index.mjs +1 -1
- package/es/control/drbar/drbar.controller.mjs +4 -3
- package/es/control/drbar/drbar.d.ts +46 -0
- package/es/control/drbar/drbar.mjs +24 -1
- package/es/control/drbar/index.mjs +1 -1
- package/es/control/drtab/drtab-control.util.mjs +1 -1
- package/es/control/drtab/drtab.d.ts +27 -0
- package/es/control/drtab/drtab.mjs +27 -1
- package/es/control/drtab/flow-drtab.css +1 -0
- package/es/control/drtab/flow-drtab.d.ts +77 -0
- package/es/control/drtab/flow-drtab.mjs +144 -0
- package/es/control/drtab/index.d.ts +1 -0
- package/es/control/drtab/index.mjs +1 -1
- package/es/control/exp-bar/calendar-exp-bar/calendar-exp-bar.d.ts +40 -0
- package/es/control/exp-bar/calendar-exp-bar/calendar-exp-bar.mjs +21 -1
- package/es/control/exp-bar/calendar-exp-bar/index.mjs +1 -1
- package/es/control/exp-bar/chart-exp-bar/chart-exp-bar.d.ts +40 -0
- package/es/control/exp-bar/chart-exp-bar/chart-exp-bar.mjs +21 -1
- package/es/control/exp-bar/chart-exp-bar/index.mjs +1 -1
- package/es/control/exp-bar/data-view-exp-bar/data-view-view-exp-bar.d.ts +40 -0
- package/es/control/exp-bar/data-view-exp-bar/data-view-view-exp-bar.mjs +21 -1
- package/es/control/exp-bar/data-view-exp-bar/index.mjs +1 -1
- package/es/control/exp-bar/grid-exp-bar/grid-exp-bar.d.ts +40 -0
- package/es/control/exp-bar/grid-exp-bar/grid-exp-bar.mjs +21 -1
- package/es/control/exp-bar/grid-exp-bar/index.mjs +1 -1
- package/es/control/exp-bar/list-exp-bar/index.mjs +1 -1
- package/es/control/exp-bar/list-exp-bar/list-exp-bar.d.ts +40 -0
- package/es/control/exp-bar/list-exp-bar/list-exp-bar.mjs +21 -1
- package/es/control/exp-bar/render-util.mjs +2 -2
- package/es/control/exp-bar/tree-exp-bar/index.mjs +1 -1
- package/es/control/exp-bar/tree-exp-bar/tree-exp-bar.d.ts +46 -0
- package/es/control/exp-bar/tree-exp-bar/tree-exp-bar.mjs +24 -1
- package/es/control/form/edit-form/edit-form.mjs +24 -1
- package/es/control/form/edit-form/index.mjs +1 -1
- package/es/control/form/form/form.d.ts +7 -1
- package/es/control/form/form/form.mjs +11 -5
- package/es/control/form/form/index.d.ts +1 -1
- package/es/control/form/form-detail/form-button/form-button.mjs +1 -1
- package/es/control/form/form-detail/form-button-list/form-button-list.mjs +1 -1
- package/es/control/form/form-detail/form-druipart/form-druipart.mjs +1 -1
- package/es/control/form/form-detail/form-group-panel/form-group-panel.mjs +1 -1
- package/es/control/form/form-detail/form-item/composite-form-item/composite-form-item.mjs +1 -1
- package/es/control/form/form-detail/form-item/form-item-container/form-item-container.css +1 -1
- package/es/control/form/form-detail/form-item/form-item-container/form-item-container.mjs +3 -2
- package/es/control/form/form-detail/form-item/form-item.mjs +1 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.mjs +1 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-md/form-mdctrl-md.mjs +1 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater.mjs +1 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.d.ts +2 -29270
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.mjs +1 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-multi-form/repeater-multi-form.mjs +1 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.mjs +1 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl.mjs +1 -1
- package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.mjs +1 -1
- package/es/control/form/form-detail/form-mdctrl/mdctrl-container2/mdctrl-container2.mjs +1 -1
- package/es/control/form/form-detail/form-page/form-page-item/form-page.item.mjs +1 -1
- package/es/control/form/form-detail/form-page/form-page.mjs +1 -1
- package/es/control/form/form-detail/form-rawitem/form-rawitem.mjs +1 -1
- package/es/control/form/form-detail/form-tab-page/form-tab-page.mjs +1 -1
- package/es/control/form/form-detail/form-tab-panel/form-tab-panel.mjs +1 -1
- package/es/control/form/search-form/advance-search/advance-search.css +1 -0
- package/es/control/form/search-form/advance-search/advance-search.d.ts +24 -0
- package/es/control/form/search-form/advance-search/advance-search.mjs +105 -0
- package/es/control/form/search-form/index.mjs +1 -1
- package/es/control/form/search-form/search-form.d.ts +46 -0
- package/es/control/form/search-form/search-form.mjs +40 -1
- package/es/control/gantt/gantt.css +1 -1
- package/es/control/gantt/gantt.d.ts +46 -0
- package/es/control/gantt/gantt.mjs +25 -1
- package/es/control/gantt/index.mjs +1 -1
- package/es/control/grid/grid/grid-control.util.d.ts +2 -2
- package/es/control/grid/grid/grid-control.util.mjs +216 -69
- package/es/control/grid/grid/grid.css +1 -1
- package/es/control/grid/grid/grid.d.ts +88 -39
- package/es/control/grid/grid/grid.mjs +121 -44
- package/es/control/grid/grid/index.d.ts +29 -28
- package/es/control/grid/grid/index.mjs +3 -1
- package/es/control/grid/grid-column/auto-grid-field-edit-column/auto-grid-field-edit-column.mjs +1 -1
- package/es/control/grid/grid-column/grid-column-header/grid-column-header.css +1 -0
- package/es/control/grid/grid-column/grid-column-header/grid-column-header.d.ts +36 -0
- package/es/control/grid/grid-column/grid-column-header/grid-column-header.mjs +142 -0
- package/es/control/grid/grid-column/grid-column-header/index.d.ts +33 -0
- package/es/control/grid/grid-column/grid-column-header/index.mjs +12 -0
- package/es/control/grid/grid-column/grid-field-column/attachment-column/attachment-column.css +1 -0
- package/es/control/grid/grid-column/grid-field-column/attachment-column/attachment-column.d.ts +65 -0
- package/es/control/grid/grid-column/grid-field-column/attachment-column/attachment-column.mjs +125 -0
- package/es/control/grid/grid-column/grid-field-column/attachment-column/file-util.d.ts +28 -0
- package/es/control/grid/grid-column/grid-field-column/attachment-column/file-util.mjs +131 -0
- package/es/control/grid/grid-column/grid-field-column/grid-field-column.d.ts +1 -0
- package/es/control/grid/grid-column/grid-field-column/grid-field-column.mjs +12 -3
- package/es/control/grid/grid-column/grid-field-column/index.d.ts +1 -0
- package/es/control/grid/grid-column/grid-field-column/index.mjs +3 -1
- package/es/control/grid/grid-column/grid-field-edit-column/grid-edit-item/grid-edit-item.mjs +1 -1
- package/es/control/grid/grid-column/grid-field-edit-column/grid-field-edit-column.mjs +1 -1
- package/es/control/grid/grid-column/grid-group-column/grid-group-column.mjs +1 -1
- package/es/control/grid/grid-column/grid-ua-column/grid-ua-column.mjs +1 -1
- package/es/control/grid/grid-column/index.d.ts +1 -0
- package/es/control/grid/grid-column/index.mjs +1 -0
- package/es/control/grid/index.mjs +1 -0
- package/es/control/grid/row-edit-popover/row-edit-popover.css +1 -1
- package/es/control/grid/row-edit-popover/row-edit-popover.mjs +1 -1
- package/es/control/index.d.ts +1 -0
- package/es/control/index.mjs +2 -0
- package/es/control/kanban/index.mjs +1 -1
- package/es/control/kanban/kanban.d.ts +46 -0
- package/es/control/kanban/kanban.mjs +24 -1
- package/es/control/list/index.mjs +1 -1
- package/es/control/list/list.css +1 -1
- package/es/control/list/list.d.ts +50 -22
- package/es/control/list/list.mjs +76 -28
- package/es/control/map/index.mjs +1 -1
- package/es/control/map/map.css +1 -1
- package/es/control/map/map.d.ts +49 -1
- package/es/control/map/map.mjs +60 -24
- package/es/control/medit-view-panel/index.mjs +1 -1
- package/es/control/medit-view-panel/medit-view-panel.css +1 -1
- package/es/control/medit-view-panel/medit-view-panel.d.ts +20 -0
- package/es/control/medit-view-panel/medit-view-panel.mjs +11 -1
- package/es/control/pickup-view-panel/index.mjs +1 -1
- package/es/control/pickup-view-panel/pickup-view-panel.d.ts +38 -10
- package/es/control/pickup-view-panel/pickup-view-panel.mjs +20 -6
- package/es/control/report-panel/index.mjs +1 -1
- package/es/control/report-panel/report-detail/bi-report-panel/bi-report-panel.mjs +1 -1
- package/es/control/report-panel/report-detail/user-report-panel/user-report-panel.mjs +1 -1
- package/es/control/report-panel/report-detail/user2-report-panel/user2-report-panel.mjs +1 -1
- package/es/control/report-panel/report-panel.d.ts +34 -0
- package/es/control/report-panel/report-panel.mjs +18 -1
- package/es/control/search-bar/filter-mode-select/filter-mode-select.mjs +1 -1
- package/es/control/search-bar/filter-tree/filter-tree.mjs +1 -1
- package/es/control/search-bar/index.mjs +1 -1
- package/es/control/search-bar/quick-search-select/quick-search-select.mjs +1 -1
- package/es/control/search-bar/search-bar.css +1 -1
- package/es/control/search-bar/search-bar.d.ts +26 -0
- package/es/control/search-bar/search-bar.mjs +15 -2
- package/es/control/search-bar/search-groups/search-groups.mjs +1 -1
- package/es/control/tab-exp-panel/index.mjs +1 -1
- package/es/control/tab-exp-panel/tab-exp-panel.d.ts +32 -0
- package/es/control/tab-exp-panel/tab-exp-panel.mjs +17 -1
- package/es/control/toolbar/export-excel/export-excel.mjs +1 -1
- package/es/control/toolbar/index.mjs +1 -1
- package/es/control/toolbar/short-cut-button/short-cut-button.mjs +1 -1
- package/es/control/toolbar/toolbar.d.ts +40 -0
- package/es/control/toolbar/toolbar.mjs +28 -8
- package/es/control/tree/index.d.ts +2 -0
- package/es/control/tree/index.mjs +1 -1
- package/es/control/tree/tree.css +1 -1
- package/es/control/tree/tree.d.ts +74 -22
- package/es/control/tree/tree.mjs +69 -15
- package/es/control/tree-grid/index.mjs +1 -1
- package/es/control/tree-grid/tree-grid.d.ts +60 -12
- package/es/control/tree-grid/tree-grid.mjs +31 -7
- package/es/control/tree-grid-ex/index.mjs +1 -1
- package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-edit-column/tree-grid-ex-edit-column.mjs +1 -1
- package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-field-column/tree-grid-ex-field-column.mjs +1 -1
- package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-ua-column/tree-grid-ex-ua-column.mjs +1 -1
- package/es/control/tree-grid-ex/tree-grid-ex.d.ts +26 -0
- package/es/control/tree-grid-ex/tree-grid-ex.mjs +22 -1
- package/es/control/view-panel/index.d.ts +40 -0
- package/es/control/view-panel/index.mjs +18 -0
- package/es/control/view-panel/view-panel.css +1 -0
- package/es/control/view-panel/view-panel.d.ts +69 -0
- package/es/control/view-panel/view-panel.mjs +72 -0
- package/es/control/view-panel/view-panel.provider.d.ts +10 -0
- package/es/control/view-panel/view-panel.provider.mjs +14 -0
- package/es/control/wizard-panel/index.mjs +1 -1
- package/es/control/wizard-panel/wizard-panel.d.ts +26 -0
- package/es/control/wizard-panel/wizard-panel.mjs +17 -2
- package/es/editor/array/ibiz-array/ibiz-array.d.ts +19 -2
- package/es/editor/array/ibiz-array/ibiz-array.mjs +2 -2
- package/es/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.d.ts +11 -2
- package/es/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.mjs +2 -2
- package/es/editor/carousel/ibiz-carousel/ibiz-carousel.d.ts +10 -3
- package/es/editor/carousel/ibiz-carousel/ibiz-carousel.mjs +3 -3
- package/es/editor/cascader/ibiz-cascader/ibiz-cascader.d.ts +15 -2
- package/es/editor/cascader/ibiz-cascader/ibiz-cascader.mjs +20 -11
- package/es/editor/check-box/ibiz-checkbox/ibiz-checkbox.d.ts +11 -1
- package/es/editor/check-box/ibiz-checkbox/ibiz-checkbox.mjs +1 -1
- package/es/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.d.ts +12 -1
- package/es/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.mjs +2 -2
- package/es/editor/code/monaco-editor/monaco-editor.css +1 -1
- package/es/editor/code/monaco-editor/monaco-editor.d.ts +16 -1
- package/es/editor/code/monaco-editor/monaco-editor.mjs +11 -17
- package/es/editor/color-picker/ibiz-color-mpicker-custom/ibiz-color-mpicker-custom.mjs +1 -1
- package/es/editor/color-picker/ibiz-color-mpicker-default/ibiz-color-mpicker-default.mjs +1 -1
- package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.d.ts +16 -6
- package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.mjs +2 -2
- package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.d.ts +10 -2
- package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.mjs +2 -2
- package/es/editor/data-picker/ibiz-picker/ibiz-picker.d.ts +10 -2
- package/es/editor/data-picker/ibiz-picker/ibiz-picker.mjs +4 -4
- package/es/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.css +1 -1
- package/es/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.d.ts +11 -2
- package/es/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.mjs +27 -6
- package/es/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.d.ts +12 -1
- package/es/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.mjs +1 -1
- package/es/editor/data-picker/ibiz-picker-link/ibiz-picker-link.d.ts +11 -2
- package/es/editor/data-picker/ibiz-picker-link/ibiz-picker-link.mjs +2 -2
- package/es/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.css +1 -1
- package/es/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.d.ts +12 -2
- package/es/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.mjs +5 -4
- package/es/editor/data-picker/ibiz-transfer-picker/components/index.d.ts +1 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/index.mjs +3 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/transfer/icon.d.ts +2 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/transfer/icon.mjs +19 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/transfer/interface.d.ts +99 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/transfer/interface.mjs +89 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/transfer/transfer-util.d.ts +17 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/transfer/transfer-util.mjs +103 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/transfer/transfer.css +1 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/transfer/transfer.d.ts +182 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/transfer/transfer.mjs +146 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/icon.d.ts +1 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/icon.mjs +12 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/interface.d.ts +60 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/interface.mjs +52 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/transfer-panel-util.d.ts +14 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/transfer-panel-util.mjs +130 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/transfer-panel.css +1 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/transfer-panel.d.ts +108 -0
- package/es/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/transfer-panel.mjs +116 -0
- package/es/editor/data-picker/ibiz-transfer-picker/ibiz-transfer-picker.css +1 -0
- package/es/editor/data-picker/ibiz-transfer-picker/ibiz-transfer-picker.d.ts +97 -0
- package/es/editor/data-picker/ibiz-transfer-picker/ibiz-transfer-picker.mjs +279 -0
- package/es/editor/data-picker/index.d.ts +1 -0
- package/es/editor/data-picker/index.mjs +1 -0
- package/es/editor/data-picker/picker-editor.provider.mjs +3 -0
- package/es/editor/date-picker/date-picker-editor.controller.mjs +3 -3
- package/es/editor/date-picker/ibiz-date-picker/ibiz-date-picker.d.ts +9 -2
- package/es/editor/date-picker/ibiz-date-picker/ibiz-date-picker.mjs +2 -2
- package/es/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.d.ts +13 -2
- package/es/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.mjs +1 -1
- package/es/editor/date-range-select/date-range-select-picker/components/quarter-range-select/quarter-range-select.mjs +1 -1
- package/es/editor/date-range-select/date-range-select-picker/components/week-range-select/week-range-select.mjs +2 -2
- package/es/editor/date-range-select/date-range-select-picker/components/year-range-select/year-range-select.mjs +1 -1
- package/es/editor/date-range-select/date-range-select-picker/date-range-select.d.ts +49 -9
- package/es/editor/date-range-select/date-range-select-picker/date-range-select.mjs +4 -9
- package/es/editor/dropdown-list/dropdown-list-editor.provider.mjs +3 -0
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.css +1 -1
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.d.ts +15 -1
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.mjs +23 -3
- package/es/editor/dropdown-list/ibiz-emoji-picker/ibiz-emoji-picker.d.ts +9 -1
- package/es/editor/dropdown-list/ibiz-emoji-picker/ibiz-emoji-picker.mjs +1 -1
- package/es/editor/dropdown-list/ibiz-tree-picker/ibiz-tree-picker.css +1 -0
- package/es/editor/dropdown-list/ibiz-tree-picker/ibiz-tree-picker.d.ts +93 -0
- package/es/editor/dropdown-list/ibiz-tree-picker/ibiz-tree-picker.mjs +292 -0
- package/es/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.d.ts +25 -11
- package/es/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.mjs +37 -25
- package/es/editor/dropdown-list/index.d.ts +1 -0
- package/es/editor/dropdown-list/index.mjs +1 -0
- package/es/editor/html/wang-editor/component/emoji/emoji.mjs +1 -1
- package/es/editor/html/wang-editor/module/emoji-module.mjs +2 -2
- package/es/editor/html/wang-editor/wang-editor.d.ts +16 -1
- package/es/editor/html/wang-editor/wang-editor.mjs +2 -2
- package/es/editor/index.mjs +23 -0
- package/es/editor/list-box/ibiz-list-box/ibiz-list-box.d.ts +10 -1
- package/es/editor/list-box/ibiz-list-box/ibiz-list-box.mjs +1 -1
- package/es/editor/map-picker/ibiz-map-picker/ibiz-map-picker.css +1 -0
- package/es/editor/map-picker/ibiz-map-picker/ibiz-map-picker.d.ts +11 -0
- package/es/editor/map-picker/ibiz-map-picker/ibiz-map-picker.mjs +364 -0
- package/es/editor/map-picker/index.d.ts +3 -0
- package/es/editor/map-picker/index.mjs +5 -0
- package/es/editor/map-picker/map-picker-editor.controller.d.ts +10 -0
- package/es/editor/map-picker/map-picker-editor.controller.mjs +7 -0
- package/es/editor/map-picker/map-picker-editor.provider.d.ts +14 -0
- package/es/editor/map-picker/map-picker-editor.provider.mjs +22 -0
- package/es/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.d.ts +9 -0
- package/es/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.mjs +9 -6
- package/es/editor/not-supported-editor/not-supported-editor.mjs +1 -1
- package/es/editor/number-range/ibiz-number-range-picker/ibiz-number-range-picker.d.ts +15 -2
- package/es/editor/number-range/ibiz-number-range-picker/ibiz-number-range-picker.mjs +2 -2
- package/es/editor/preset/preset-rawitem/ibiz-preset-rawitem/ibiz-preset-rawitem.d.ts +9 -1
- package/es/editor/preset/preset-rawitem/ibiz-preset-rawitem/ibiz-preset-rawitem.mjs +1 -1
- package/es/editor/radio-button-list/ibiz-radio/ibiz-radio.css +1 -1
- package/es/editor/radio-button-list/ibiz-radio/ibiz-radio.d.ts +13 -1
- package/es/editor/radio-button-list/ibiz-radio/ibiz-radio.mjs +21 -3
- package/es/editor/rate/ibiz-rate/ibiz-rate.d.ts +37 -1
- package/es/editor/rate/ibiz-rate/ibiz-rate.mjs +1 -1
- package/es/editor/raw/ibiz-raw/ibiz-raw.d.ts +11 -1
- package/es/editor/raw/ibiz-raw/ibiz-raw.mjs +1 -1
- package/es/editor/slider/ibiz-slider/ibiz-slider.d.ts +21 -1
- package/es/editor/slider/ibiz-slider/ibiz-slider.mjs +3 -3
- package/es/editor/span/span/span.d.ts +12 -0
- package/es/editor/span/span/span.mjs +1 -1
- package/es/editor/span/span-link/span-link.d.ts +9 -1
- package/es/editor/span/span-link/span-link.mjs +1 -1
- package/es/editor/stepper/ibiz-stepper/ibiz-stepper.d.ts +13 -1
- package/es/editor/stepper/ibiz-stepper/ibiz-stepper.mjs +1 -1
- package/es/editor/switch/ibiz-switch/ibiz-switch.d.ts +10 -1
- package/es/editor/switch/ibiz-switch/ibiz-switch.mjs +1 -1
- package/es/editor/switch/ibiz-switch-tristate/ibiz-switch-tristate.css +1 -0
- package/es/editor/switch/ibiz-switch-tristate/ibiz-switch-tristate.d.ts +68 -0
- package/es/editor/switch/ibiz-switch-tristate/ibiz-switch-tristate.mjs +70 -0
- package/es/editor/switch/index.d.ts +1 -0
- package/es/editor/switch/index.mjs +1 -0
- package/es/editor/switch/switch-editor.provider.d.ts +1 -0
- package/es/editor/switch/switch-editor.provider.mjs +5 -1
- package/es/editor/text-box/ibiz-input-ip/ibiz-input-ip.d.ts +9 -1
- package/es/editor/text-box/ibiz-input-ip/ibiz-input-ip.mjs +1 -1
- package/es/editor/text-box/ibiz-input-number/ibiz-input-number.d.ts +14 -1
- package/es/editor/text-box/ibiz-input-number/ibiz-input-number.mjs +1 -1
- package/es/editor/text-box/input/input.css +1 -1
- package/es/editor/text-box/input/input.d.ts +17 -1
- package/es/editor/text-box/input/input.mjs +2 -2
- package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.d.ts +16 -2
- package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.mjs +2 -2
- package/es/editor/upload/ibiz-image-cropping/ibiz-image-cropping.d.ts +17 -2
- package/es/editor/upload/ibiz-image-cropping/ibiz-image-cropping.mjs +2 -2
- package/es/editor/upload/ibiz-image-preview/ibiz-image-preview.d.ts +10 -1
- package/es/editor/upload/ibiz-image-preview/ibiz-image-preview.mjs +1 -1
- package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.d.ts +15 -1
- package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.mjs +1 -1
- package/es/editor/upload/use/use-iview-upload.mjs +1 -1
- package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.d.ts +10 -2
- package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.mjs +2 -2
- package/es/ibiz-vue3.mjs +2 -0
- package/es/index.d.ts +1 -0
- package/es/index.mjs +4 -0
- package/es/locale/en/index.d.ts +30 -4
- package/es/locale/en/index.mjs +24 -7
- package/es/locale/zh-CN/index.d.ts +30 -4
- package/es/locale/zh-CN/index.mjs +24 -7
- package/es/node_modules/.pnpm/@amap_amap-jsapi-loader@1.0.1/node_modules/@amap/amap-jsapi-loader/dist/index.mjs +23 -0
- package/es/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/h.mjs +3 -1
- package/es/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/htmldomapi.mjs +1 -1
- package/es/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/index.mjs +2 -0
- package/es/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/init.mjs +9 -25
- package/es/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/jsx.mjs +3 -0
- package/es/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/modules/attributes.mjs +3 -7
- package/es/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/modules/dataset.mjs +2 -2
- package/es/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/modules/eventlisteners.mjs +1 -1
- package/es/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/modules/style.mjs +6 -6
- package/es/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/thunk.mjs +1 -1
- package/es/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/tovnode.mjs +8 -2
- package/es/panel-component/app-switch/app-switch.controller.d.ts +116 -0
- package/es/panel-component/app-switch/app-switch.controller.mjs +286 -0
- package/es/panel-component/app-switch/app-switch.css +1 -0
- package/es/panel-component/app-switch/app-switch.d.ts +46 -0
- package/es/panel-component/app-switch/app-switch.mjs +74 -0
- package/es/panel-component/app-switch/app-switch.provider.d.ts +7 -0
- package/es/panel-component/app-switch/app-switch.provider.mjs +21 -0
- package/es/panel-component/app-switch/app-switch.state.d.ts +23 -0
- package/es/panel-component/app-switch/app-switch.state.mjs +30 -0
- package/es/panel-component/app-switch/index.d.ts +3 -0
- package/es/panel-component/app-switch/index.mjs +18 -0
- package/es/panel-component/auth-captcha/auth-captcha.controller.d.ts +5 -6
- package/es/panel-component/auth-captcha/auth-captcha.controller.mjs +2 -2
- package/es/panel-component/auth-captcha/auth-captcha.d.ts +17 -0
- package/es/panel-component/auth-captcha/auth-captcha.mjs +7 -1
- package/es/panel-component/auth-captcha/auth-captcha.state.d.ts +13 -11
- package/es/panel-component/auth-captcha/auth-captcha.state.mjs +11 -10
- package/es/panel-component/auth-sso/auth-sso.d.ts +17 -0
- package/es/panel-component/auth-sso/auth-sso.mjs +7 -1
- package/es/panel-component/auth-userinfo/auth-userinfo.d.ts +17 -0
- package/es/panel-component/auth-userinfo/auth-userinfo.mjs +7 -1
- package/es/panel-component/coop-pos/coop-pos.controller.d.ts +8 -0
- package/es/panel-component/coop-pos/coop-pos.controller.mjs +2 -0
- package/es/panel-component/coop-pos/coop-pos.d.ts +23 -8
- package/es/panel-component/coop-pos/coop-pos.mjs +7 -1
- package/es/panel-component/coop-pos/coop-pos.state.d.ts +14 -8
- package/es/panel-component/coop-pos/coop-pos.state.mjs +7 -8
- package/es/panel-component/data-import/data-import-shell.d.ts +17 -0
- package/es/panel-component/data-import/data-import-shell.mjs +7 -1
- package/es/panel-component/global-search/global-search.controller.d.ts +91 -32
- package/es/panel-component/global-search/global-search.controller.mjs +198 -76
- package/es/panel-component/global-search/global-search.css +1 -1
- package/es/panel-component/global-search/global-search.d.ts +28 -6
- package/es/panel-component/global-search/global-search.mjs +135 -82
- package/es/panel-component/global-search/global-search.state.d.ts +21 -7
- package/es/panel-component/global-search/global-search.state.mjs +20 -6
- package/es/panel-component/global-search/index.d.ts +6 -6
- package/es/panel-component/global-search/virtual-list/virtual-list.css +1 -0
- package/es/panel-component/global-search/virtual-list/virtual-list.d.ts +89 -0
- package/es/panel-component/global-search/virtual-list/virtual-list.mjs +121 -0
- package/es/panel-component/index-actions/index-actions.d.ts +18 -0
- package/es/panel-component/index-actions/index-actions.mjs +7 -1
- package/es/panel-component/index-blank-placeholder/index-blank-placeholder.controller.d.ts +8 -8
- package/es/panel-component/index-blank-placeholder/index-blank-placeholder.controller.mjs +8 -8
- package/es/panel-component/index-blank-placeholder/index-blank-placeholder.d.ts +17 -0
- package/es/panel-component/index-blank-placeholder/index-blank-placeholder.mjs +7 -1
- package/es/panel-component/index.mjs +2 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.controller.d.ts +13 -7
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.controller.mjs +14 -8
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.d.ts +20 -0
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.mjs +7 -1
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.service.mjs +1 -1
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.state.d.ts +2 -1
- package/es/panel-component/nav-breadcrumb/nav-breadcrumb.state.mjs +2 -1
- package/es/panel-component/nav-pos-index/nav-pos-index.controller.d.ts +55 -59
- package/es/panel-component/nav-pos-index/nav-pos-index.controller.mjs +57 -58
- package/es/panel-component/nav-pos-index/nav-pos-index.d.ts +18 -0
- package/es/panel-component/nav-pos-index/nav-pos-index.mjs +7 -1
- package/es/panel-component/nav-pos-index/nav-pos-index.state.d.ts +14 -17
- package/es/panel-component/nav-pos-index/nav-pos-index.state.mjs +13 -13
- package/es/panel-component/nav-tabs/nav-tabs.controller.d.ts +33 -24
- package/es/panel-component/nav-tabs/nav-tabs.controller.mjs +36 -26
- package/es/panel-component/nav-tabs/nav-tabs.d.ts +17 -0
- package/es/panel-component/nav-tabs/nav-tabs.mjs +10 -2
- package/es/panel-component/nav-tabs/nav-tabs.state.d.ts +37 -12
- package/es/panel-component/nav-tabs/nav-tabs.state.mjs +6 -12
- package/es/panel-component/panel-app-header/panel-app-header.d.ts +17 -0
- package/es/panel-component/panel-app-header/panel-app-header.mjs +7 -1
- package/es/panel-component/panel-app-login-view/panel-app-login-view.d.ts +17 -0
- package/es/panel-component/panel-app-login-view/panel-app-login-view.mjs +7 -1
- package/es/panel-component/panel-app-title/panel-app-title.controller.d.ts +6 -5
- package/es/panel-component/panel-app-title/panel-app-title.controller.mjs +4 -3
- package/es/panel-component/panel-app-title/panel-app-title.d.ts +17 -0
- package/es/panel-component/panel-app-title/panel-app-title.mjs +7 -1
- package/es/panel-component/panel-app-title/panel-app-title.state.d.ts +18 -31
- package/es/panel-component/panel-app-title/panel-app-title.state.mjs +17 -27
- package/es/panel-component/panel-button/panel-button.controller.d.ts +15 -5
- package/es/panel-component/panel-button/panel-button.controller.mjs +14 -3
- package/es/panel-component/panel-button/panel-button.d.ts +17 -0
- package/es/panel-component/panel-button/panel-button.mjs +7 -1
- package/es/panel-component/panel-button/panel-button.state.d.ts +5 -6
- package/es/panel-component/panel-button/panel-button.state.mjs +5 -6
- package/es/panel-component/panel-button-list/panel-button-list.controller.d.ts +4 -5
- package/es/panel-component/panel-button-list/panel-button-list.controller.mjs +4 -5
- package/es/panel-component/panel-button-list/panel-button-list.d.ts +19 -0
- package/es/panel-component/panel-button-list/panel-button-list.mjs +7 -1
- package/es/panel-component/panel-button-list/panel-button-list.state.d.ts +2 -2
- package/es/panel-component/panel-button-list/panel-button-list.state.mjs +2 -2
- package/es/panel-component/panel-exp-header/panel-exp-header.d.ts +17 -0
- package/es/panel-component/panel-exp-header/panel-exp-header.mjs +7 -1
- package/es/panel-component/panel-index-view-search/panel-index-view-search.d.ts +17 -0
- package/es/panel-component/panel-index-view-search/panel-index-view-search.mjs +7 -1
- package/es/panel-component/panel-remember-me/panel-remember-me.d.ts +17 -0
- package/es/panel-component/panel-remember-me/panel-remember-me.mjs +7 -1
- package/es/panel-component/panel-static-carousel/panel-static-carousel.d.ts +20 -0
- package/es/panel-component/panel-static-carousel/panel-static-carousel.mjs +7 -1
- package/es/panel-component/panel-tab-panel/panel-tab-panel.controller.d.ts +3 -4
- package/es/panel-component/panel-tab-panel/panel-tab-panel.controller.mjs +3 -4
- package/es/panel-component/panel-tab-panel/panel-tab-panel.css +1 -1
- package/es/panel-component/panel-tab-panel/panel-tab-panel.d.ts +17 -0
- package/es/panel-component/panel-tab-panel/panel-tab-panel.mjs +7 -1
- package/es/panel-component/panel-tab-panel/panel-tab-panel.state.d.ts +3 -4
- package/es/panel-component/panel-tab-panel/panel-tab-panel.state.mjs +3 -4
- package/es/panel-component/panel-view-content/panel-view-content.d.ts +19 -0
- package/es/panel-component/panel-view-content/panel-view-content.mjs +7 -1
- package/es/panel-component/panel-view-header/panel-view-header.d.ts +17 -0
- package/es/panel-component/panel-view-header/panel-view-header.mjs +7 -1
- package/es/panel-component/searchform-buttons/index.d.ts +2 -1
- package/es/panel-component/searchform-buttons/searchform-buttons.controller.d.ts +19 -10
- package/es/panel-component/searchform-buttons/searchform-buttons.controller.mjs +23 -10
- package/es/panel-component/searchform-buttons/searchform-buttons.css +1 -1
- package/es/panel-component/searchform-buttons/searchform-buttons.d.ts +19 -1
- package/es/panel-component/searchform-buttons/searchform-buttons.mjs +18 -4
- package/es/panel-component/short-cut/short-cut.d.ts +17 -0
- package/es/panel-component/short-cut/short-cut.mjs +7 -1
- package/es/panel-component/split-container/split-container.controller.d.ts +11 -12
- package/es/panel-component/split-container/split-container.controller.mjs +9 -10
- package/es/panel-component/split-container/split-container.d.ts +17 -0
- package/es/panel-component/split-container/split-container.mjs +7 -1
- package/es/panel-component/split-container/split-container.state.d.ts +4 -8
- package/es/panel-component/split-container/split-container.state.mjs +4 -8
- package/es/panel-component/user-action/user-action.d.ts +20 -0
- package/es/panel-component/user-action/user-action.mjs +7 -1
- package/es/panel-component/user-message/addin-changed/addin-changed.mjs +1 -1
- package/es/panel-component/user-message/async-action/async-action/async-action.mjs +1 -1
- package/es/panel-component/user-message/async-action/async-action-preview/async-action-preview.mjs +1 -1
- package/es/panel-component/user-message/async-action/async-action-result/async-action-result.mjs +1 -1
- package/es/panel-component/user-message/async-action/async-action-tab/async-action-tab.mjs +1 -1
- package/es/panel-component/user-message/internal-message/common/internal-message-container/internal-message-container.mjs +1 -1
- package/es/panel-component/user-message/internal-message/common/internal-message-default/internal-message-default.mjs +1 -1
- package/es/panel-component/user-message/internal-message/internal-message-html/internal-message-html.mjs +1 -1
- package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.mjs +1 -1
- package/es/panel-component/user-message/internal-message/internal-message-tab/internal-message-tab.mjs +1 -1
- package/es/panel-component/user-message/internal-message/internal-message-text/internal-message-text.mjs +1 -1
- package/es/panel-component/user-message/user-message.d.ts +17 -0
- package/es/panel-component/user-message/user-message.mjs +8 -2
- package/es/panel-component/view-message/view-message.d.ts +19 -0
- package/es/panel-component/view-message/view-message.mjs +7 -1
- package/es/panel-component/view-msg-pos/view-msg-pos.controller.d.ts +2 -4
- package/es/panel-component/view-msg-pos/view-msg-pos.controller.mjs +2 -4
- package/es/panel-component/view-msg-pos/view-msg-pos.d.ts +18 -0
- package/es/panel-component/view-msg-pos/view-msg-pos.mjs +7 -1
- package/es/util/app-drawer/app-drawer-component.mjs +2 -2
- package/es/util/app-float-window/app-float-window-component.mjs +2 -2
- package/es/util/app-modal/app-modal-component.mjs +2 -2
- package/es/util/app-popover/app-popover-component.mjs +2 -2
- package/es/util/app-util/app-util.d.ts +7 -0
- package/es/util/app-util/app-util.mjs +12 -2
- package/es/util/fullscreen/fullscreen-util.mjs +1 -1
- package/es/util/notification-util/upload-manager/upload-manager.mjs +2 -2
- package/es/util/open-view-util/open-view-util.mjs +2 -0
- package/es/util/pagination/use-pagination.mjs +1 -1
- package/es/util/render-util/render-util.mjs +1 -1
- package/es/view/403-view/403-view.mjs +2 -2
- package/es/view/404-view/404-view.mjs +2 -2
- package/es/view/error-view/error-view.mjs +1 -1
- package/es/view/login-view/login-view.mjs +1 -1
- package/es/view/share-view/share-view.mjs +1 -1
- package/es/view/sub-app-ref-view/index.mjs +1 -1
- package/es/view/sub-app-ref-view/sub-app-ref-view.mjs +1 -1
- package/es/view/wf-step-trace-view/index.mjs +1 -1
- package/es/view/wf-step-trace-view/wf-step-trace-view.mjs +1 -1
- package/es/view-engine/index.d.ts +1 -0
- package/es/view-engine/index.mjs +6 -1
- package/es/view-engine/md-custom-view.engine.d.ts +81 -0
- package/es/view-engine/md-custom-view.engine.mjs +206 -0
- package/es/view-engine/tab-exp-view.engine.mjs +7 -2
- package/es/web-app/App.mjs +2 -2
- package/es/web-app/components/modal-router-shell/modal-router-shell.mjs +1 -1
- package/es/web-app/components/router-shell/router-shell.mjs +2 -2
- package/es/web-app/guard/auth-guard/auth-guard.mjs +38 -3
- package/es/web-app/main.mjs +1 -0
- package/es/web-app/router/index.mjs +1 -1
- package/lib/_virtual/index.cjs +5 -0
- package/lib/common/control-navigation/control-navigation.cjs +13 -0
- package/lib/common/control-navigation/provider/calendar-navigation.provider.cjs +2 -2
- package/lib/common/control-navigation/provider/index.cjs +5 -4
- package/lib/common/control-navigation/provider/map-navigation.provider.cjs +52 -0
- package/lib/common/control-navigation/provider/navigation-base.provider.cjs +9 -4
- package/lib/common/map-chart/map-chart.cjs +2 -6
- package/lib/common/map-chart/map-chart.util.cjs +1 -1
- package/lib/common/map-chart-user/map-chart-user.util.cjs +3 -2
- package/lib/common/map-chart-user/map-user-manager.cjs +2 -2
- package/lib/common/pql-editor/pql-editor.module.cjs +2 -2
- package/lib/control/app-menu/app-menu.cjs +25 -2
- package/lib/control/app-menu/app-menu.css +1 -1
- package/lib/control/app-menu-icon-view/app-menu-icon-view.cjs +19 -0
- package/lib/control/calendar/calendar.cjs +26 -1
- package/lib/control/calendar/components/calendar-daily/calendar-daily.cjs +6 -2
- package/lib/control/calendar/components/calendar-daily/use-calendar-daily.cjs +1 -1
- package/lib/control/calendar/components/calendar-week/calendar-week.cjs +6 -1
- package/lib/control/caption-bar/caption-bar.cjs +13 -0
- package/lib/control/chart/chart.cjs +36 -1
- package/lib/control/context-menu/context-menu.cjs +27 -6
- package/lib/control/dashboard/dashboard.cjs +13 -0
- package/lib/control/data-view/data-view.cjs +112 -50
- package/lib/control/drbar/drbar.cjs +23 -0
- package/lib/control/drbar/drbar.controller.cjs +4 -3
- package/lib/control/drtab/drtab-control.util.cjs +1 -1
- package/lib/control/drtab/drtab.cjs +26 -0
- package/lib/control/drtab/flow-drtab.cjs +146 -0
- package/lib/control/drtab/flow-drtab.css +1 -0
- package/lib/control/exp-bar/calendar-exp-bar/calendar-exp-bar.cjs +20 -0
- package/lib/control/exp-bar/chart-exp-bar/chart-exp-bar.cjs +20 -0
- package/lib/control/exp-bar/data-view-exp-bar/data-view-view-exp-bar.cjs +20 -0
- package/lib/control/exp-bar/grid-exp-bar/grid-exp-bar.cjs +20 -0
- package/lib/control/exp-bar/list-exp-bar/list-exp-bar.cjs +20 -0
- package/lib/control/exp-bar/tree-exp-bar/tree-exp-bar.cjs +23 -0
- package/lib/control/form/edit-form/edit-form.cjs +23 -0
- package/lib/control/form/form/form.cjs +10 -4
- package/lib/control/form/form-detail/form-item/form-item-container/form-item-container.cjs +2 -1
- package/lib/control/form/form-detail/form-item/form-item-container/form-item-container.css +1 -1
- package/lib/control/form/search-form/advance-search/advance-search.cjs +107 -0
- package/lib/control/form/search-form/advance-search/advance-search.css +1 -0
- package/lib/control/form/search-form/search-form.cjs +39 -0
- package/lib/control/gantt/gantt.cjs +24 -0
- package/lib/control/gantt/gantt.css +1 -1
- package/lib/control/grid/grid/grid-control.util.cjs +213 -66
- package/lib/control/grid/grid/grid.cjs +120 -43
- package/lib/control/grid/grid/grid.css +1 -1
- package/lib/control/grid/grid/index.cjs +8 -6
- package/lib/control/grid/grid-column/grid-column-header/grid-column-header.cjs +144 -0
- package/lib/control/grid/grid-column/grid-column-header/grid-column-header.css +1 -0
- package/lib/control/grid/grid-column/grid-column-header/index.cjs +17 -0
- package/lib/control/grid/grid-column/grid-field-column/attachment-column/attachment-column.cjs +127 -0
- package/lib/control/grid/grid-column/grid-field-column/attachment-column/attachment-column.css +1 -0
- package/lib/control/grid/grid-column/grid-field-column/attachment-column/file-util.cjs +134 -0
- package/lib/control/grid/grid-column/grid-field-column/grid-field-column.cjs +11 -2
- package/lib/control/grid/grid-column/grid-field-column/index.cjs +3 -1
- package/lib/control/grid/grid-column/index.cjs +2 -0
- package/lib/control/grid/index.cjs +2 -0
- package/lib/control/grid/row-edit-popover/row-edit-popover.css +1 -1
- package/lib/control/index.cjs +106 -102
- package/lib/control/kanban/kanban.cjs +23 -0
- package/lib/control/list/list.cjs +75 -27
- package/lib/control/list/list.css +1 -1
- package/lib/control/map/map.cjs +59 -23
- package/lib/control/map/map.css +1 -1
- package/lib/control/medit-view-panel/medit-view-panel.cjs +10 -0
- package/lib/control/medit-view-panel/medit-view-panel.css +1 -1
- package/lib/control/pickup-view-panel/pickup-view-panel.cjs +19 -5
- package/lib/control/report-panel/report-panel.cjs +17 -0
- package/lib/control/search-bar/search-bar.cjs +14 -1
- package/lib/control/search-bar/search-bar.css +1 -1
- package/lib/control/tab-exp-panel/tab-exp-panel.cjs +16 -0
- package/lib/control/toolbar/toolbar.cjs +27 -7
- package/lib/control/tree/tree.cjs +68 -14
- package/lib/control/tree/tree.css +1 -1
- package/lib/control/tree-grid/tree-grid.cjs +30 -6
- package/lib/control/tree-grid-ex/tree-grid-ex.cjs +21 -0
- package/lib/control/view-panel/index.cjs +23 -0
- package/lib/control/view-panel/view-panel.cjs +74 -0
- package/lib/control/view-panel/view-panel.css +1 -0
- package/lib/control/view-panel/view-panel.provider.cjs +16 -0
- package/lib/control/wizard-panel/wizard-panel.cjs +16 -1
- package/lib/editor/array/ibiz-array/ibiz-array.cjs +1 -1
- package/lib/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.cjs +1 -1
- package/lib/editor/carousel/ibiz-carousel/ibiz-carousel.cjs +1 -1
- package/lib/editor/cascader/ibiz-cascader/ibiz-cascader.cjs +19 -10
- package/lib/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.cjs +1 -1
- package/lib/editor/code/monaco-editor/monaco-editor.cjs +9 -15
- package/lib/editor/code/monaco-editor/monaco-editor.css +1 -1
- package/lib/editor/color-picker/ibiz-color-picker/ibiz-color-picker.cjs +1 -1
- package/lib/editor/data-picker/ibiz-mpicker/ibiz-mpicker.cjs +1 -1
- package/lib/editor/data-picker/ibiz-picker/ibiz-picker.cjs +3 -3
- package/lib/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.cjs +26 -5
- package/lib/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.css +1 -1
- package/lib/editor/data-picker/ibiz-picker-link/ibiz-picker-link.cjs +1 -1
- package/lib/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.cjs +4 -3
- package/lib/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.css +1 -1
- package/lib/editor/data-picker/ibiz-transfer-picker/components/index.cjs +7 -0
- package/lib/editor/data-picker/ibiz-transfer-picker/components/transfer/icon.cjs +22 -0
- package/lib/editor/data-picker/ibiz-transfer-picker/components/transfer/interface.cjs +99 -0
- package/lib/editor/data-picker/ibiz-transfer-picker/components/transfer/transfer-util.cjs +108 -0
- package/lib/editor/data-picker/ibiz-transfer-picker/components/transfer/transfer.cjs +148 -0
- package/lib/editor/data-picker/ibiz-transfer-picker/components/transfer/transfer.css +1 -0
- package/lib/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/icon.cjs +14 -0
- package/lib/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/interface.cjs +58 -0
- package/lib/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/transfer-panel-util.cjs +133 -0
- package/lib/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/transfer-panel.cjs +118 -0
- package/lib/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/transfer-panel.css +1 -0
- package/lib/editor/data-picker/ibiz-transfer-picker/ibiz-transfer-picker.cjs +281 -0
- package/lib/editor/data-picker/ibiz-transfer-picker/ibiz-transfer-picker.css +1 -0
- package/lib/editor/data-picker/index.cjs +2 -0
- package/lib/editor/data-picker/picker-editor.provider.cjs +3 -0
- package/lib/editor/date-picker/date-picker-editor.controller.cjs +3 -3
- package/lib/editor/date-picker/ibiz-date-picker/ibiz-date-picker.cjs +1 -1
- package/lib/editor/date-range-select/date-range-select-picker/components/week-range-select/week-range-select.cjs +1 -1
- package/lib/editor/date-range-select/date-range-select-picker/date-range-select.cjs +2 -7
- package/lib/editor/dropdown-list/dropdown-list-editor.provider.cjs +3 -0
- package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.cjs +22 -2
- package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.css +1 -1
- package/lib/editor/dropdown-list/ibiz-tree-picker/ibiz-tree-picker.cjs +294 -0
- package/lib/editor/dropdown-list/ibiz-tree-picker/ibiz-tree-picker.css +1 -0
- package/lib/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.cjs +35 -23
- package/lib/editor/dropdown-list/index.cjs +2 -0
- package/lib/editor/html/wang-editor/module/emoji-module.cjs +2 -2
- package/lib/editor/index.cjs +23 -0
- package/lib/editor/map-picker/ibiz-map-picker/ibiz-map-picker.cjs +366 -0
- package/lib/editor/map-picker/ibiz-map-picker/ibiz-map-picker.css +1 -0
- package/lib/editor/map-picker/index.cjs +11 -0
- package/lib/editor/map-picker/map-picker-editor.controller.cjs +9 -0
- package/lib/editor/map-picker/map-picker-editor.provider.cjs +24 -0
- package/lib/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.cjs +7 -4
- package/lib/editor/number-range/ibiz-number-range-picker/ibiz-number-range-picker.cjs +1 -1
- package/lib/editor/radio-button-list/ibiz-radio/ibiz-radio.cjs +20 -2
- package/lib/editor/radio-button-list/ibiz-radio/ibiz-radio.css +1 -1
- package/lib/editor/slider/ibiz-slider/ibiz-slider.cjs +2 -2
- package/lib/editor/switch/ibiz-switch-tristate/ibiz-switch-tristate.cjs +72 -0
- package/lib/editor/switch/ibiz-switch-tristate/ibiz-switch-tristate.css +1 -0
- package/lib/editor/switch/index.cjs +2 -0
- package/lib/editor/switch/switch-editor.provider.cjs +5 -1
- package/lib/editor/text-box/input/input.css +1 -1
- package/lib/editor/upload/ibiz-file-upload/ibiz-file-upload.cjs +1 -1
- package/lib/editor/upload/ibiz-image-cropping/ibiz-image-cropping.cjs +1 -1
- package/lib/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.cjs +1 -1
- package/lib/ibiz-vue3.cjs +4 -2
- package/lib/index.cjs +140 -132
- package/lib/locale/en/index.cjs +24 -7
- package/lib/locale/zh-CN/index.cjs +24 -7
- package/lib/node_modules/.pnpm/@amap_amap-jsapi-loader@1.0.1/node_modules/@amap/amap-jsapi-loader/dist/index.cjs +27 -0
- package/lib/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/h.cjs +3 -1
- package/lib/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/htmldomapi.cjs +1 -1
- package/lib/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/index.cjs +5 -2
- package/lib/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/init.cjs +8 -24
- package/lib/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/jsx.cjs +3 -0
- package/lib/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/modules/attributes.cjs +3 -7
- package/lib/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/modules/dataset.cjs +2 -2
- package/lib/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/modules/eventlisteners.cjs +1 -1
- package/lib/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/modules/style.cjs +6 -6
- package/lib/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/thunk.cjs +1 -1
- package/lib/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/tovnode.cjs +8 -2
- package/lib/panel-component/app-switch/app-switch.cjs +76 -0
- package/lib/panel-component/app-switch/app-switch.controller.cjs +288 -0
- package/lib/panel-component/app-switch/app-switch.css +1 -0
- package/lib/panel-component/app-switch/app-switch.provider.cjs +23 -0
- package/lib/panel-component/app-switch/app-switch.state.cjs +32 -0
- package/lib/panel-component/app-switch/index.cjs +23 -0
- package/lib/panel-component/auth-captcha/auth-captcha.cjs +6 -0
- package/lib/panel-component/auth-captcha/auth-captcha.controller.cjs +2 -2
- package/lib/panel-component/auth-captcha/auth-captcha.state.cjs +11 -10
- package/lib/panel-component/auth-sso/auth-sso.cjs +6 -0
- package/lib/panel-component/auth-userinfo/auth-userinfo.cjs +6 -0
- package/lib/panel-component/coop-pos/coop-pos.cjs +6 -0
- package/lib/panel-component/coop-pos/coop-pos.controller.cjs +2 -0
- package/lib/panel-component/coop-pos/coop-pos.state.cjs +7 -8
- package/lib/panel-component/data-import/data-import-shell.cjs +6 -0
- package/lib/panel-component/global-search/global-search.cjs +134 -81
- package/lib/panel-component/global-search/global-search.controller.cjs +197 -75
- package/lib/panel-component/global-search/global-search.css +1 -1
- package/lib/panel-component/global-search/global-search.state.cjs +20 -6
- package/lib/panel-component/global-search/virtual-list/virtual-list.cjs +123 -0
- package/lib/panel-component/global-search/virtual-list/virtual-list.css +1 -0
- package/lib/panel-component/index-actions/index-actions.cjs +6 -0
- package/lib/panel-component/index-blank-placeholder/index-blank-placeholder.cjs +6 -0
- package/lib/panel-component/index-blank-placeholder/index-blank-placeholder.controller.cjs +8 -8
- package/lib/panel-component/index.cjs +2 -0
- package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.cjs +6 -0
- package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.controller.cjs +13 -7
- package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.state.cjs +2 -1
- package/lib/panel-component/nav-pos-index/nav-pos-index.cjs +6 -0
- package/lib/panel-component/nav-pos-index/nav-pos-index.controller.cjs +56 -57
- package/lib/panel-component/nav-pos-index/nav-pos-index.state.cjs +13 -13
- package/lib/panel-component/nav-tabs/nav-tabs.cjs +9 -1
- package/lib/panel-component/nav-tabs/nav-tabs.controller.cjs +35 -25
- package/lib/panel-component/nav-tabs/nav-tabs.state.cjs +6 -12
- package/lib/panel-component/panel-app-header/panel-app-header.cjs +6 -0
- package/lib/panel-component/panel-app-login-view/panel-app-login-view.cjs +6 -0
- package/lib/panel-component/panel-app-title/panel-app-title.cjs +6 -0
- package/lib/panel-component/panel-app-title/panel-app-title.controller.cjs +4 -3
- package/lib/panel-component/panel-app-title/panel-app-title.state.cjs +17 -27
- package/lib/panel-component/panel-button/panel-button.cjs +6 -0
- package/lib/panel-component/panel-button/panel-button.controller.cjs +14 -3
- package/lib/panel-component/panel-button/panel-button.state.cjs +5 -6
- package/lib/panel-component/panel-button-list/panel-button-list.cjs +6 -0
- package/lib/panel-component/panel-button-list/panel-button-list.controller.cjs +4 -5
- package/lib/panel-component/panel-button-list/panel-button-list.state.cjs +2 -2
- package/lib/panel-component/panel-exp-header/panel-exp-header.cjs +6 -0
- package/lib/panel-component/panel-index-view-search/panel-index-view-search.cjs +6 -0
- package/lib/panel-component/panel-remember-me/panel-remember-me.cjs +6 -0
- package/lib/panel-component/panel-static-carousel/panel-static-carousel.cjs +6 -0
- package/lib/panel-component/panel-tab-panel/panel-tab-panel.cjs +6 -0
- package/lib/panel-component/panel-tab-panel/panel-tab-panel.controller.cjs +3 -4
- package/lib/panel-component/panel-tab-panel/panel-tab-panel.css +1 -1
- package/lib/panel-component/panel-tab-panel/panel-tab-panel.state.cjs +3 -4
- package/lib/panel-component/panel-view-content/panel-view-content.cjs +6 -0
- package/lib/panel-component/panel-view-header/panel-view-header.cjs +6 -0
- package/lib/panel-component/searchform-buttons/searchform-buttons.cjs +17 -3
- package/lib/panel-component/searchform-buttons/searchform-buttons.controller.cjs +23 -10
- package/lib/panel-component/searchform-buttons/searchform-buttons.css +1 -1
- package/lib/panel-component/short-cut/short-cut.cjs +6 -0
- package/lib/panel-component/split-container/split-container.cjs +6 -0
- package/lib/panel-component/split-container/split-container.controller.cjs +9 -10
- package/lib/panel-component/split-container/split-container.state.cjs +4 -8
- package/lib/panel-component/user-action/user-action.cjs +6 -0
- package/lib/panel-component/user-message/user-message.cjs +7 -1
- package/lib/panel-component/view-message/view-message.cjs +6 -0
- package/lib/panel-component/view-msg-pos/view-msg-pos.cjs +6 -0
- package/lib/panel-component/view-msg-pos/view-msg-pos.controller.cjs +2 -4
- package/lib/util/app-util/app-util.cjs +10 -0
- package/lib/util/fullscreen/fullscreen-util.cjs +1 -1
- package/lib/util/open-view-util/open-view-util.cjs +2 -0
- package/lib/view/403-view/403-view.cjs +1 -1
- package/lib/view/404-view/404-view.cjs +1 -1
- package/lib/view-engine/index.cjs +6 -0
- package/lib/view-engine/md-custom-view.engine.cjs +208 -0
- package/lib/view-engine/tab-exp-view.engine.cjs +7 -2
- package/lib/web-app/guard/auth-guard/auth-guard.cjs +37 -2
- package/lib/web-app/main.cjs +1 -0
- package/package.json +26 -25
- package/dist/chart-C4Y8Daxm.js +0 -1
- package/dist/ibiz-markdown-editor-D4ESf3bP.js +0 -1
- package/dist/index--C432Qzt.js +0 -4
- package/dist/index-CmaF1QyJ.js +0 -1
- package/dist/index-frsL8WmS.js +0 -1
- package/dist/map-chart-Byqjtna-.js +0 -1
- package/dist/map-chart-user-CILGy9I4.js +0 -1
- package/dist/xlsx-util-CKS7oyKo.js +0 -2
- /package/es/node_modules/.pnpm/{@ibiz-template_core@0.7.40-alpha.7_axios@1.7.7_lodash-es@4.17.21_qs@6.13.0_qx-util@0.4.8_ramda@0.29.1 → @ibiz-template_core@0.7.40_axios@1.6.8_lodash-es@4.17.21_qs@6.11.2_qx-util@0.4.8_ramda@0.29.1}/node_modules/@ibiz-template/core/out/utils/namespace/namespace.mjs +0 -0
- /package/es/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.10}/node_modules/dayjs/locale/zh-cn.mjs +0 -0
- /package/es/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/helpers/attachto.mjs +0 -0
- /package/es/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/hooks.mjs +0 -0
- /package/es/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/is.mjs +0 -0
- /package/es/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/modules/class.mjs +0 -0
- /package/es/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/modules/props.mjs +0 -0
- /package/es/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/vnode.mjs +0 -0
- /package/lib/node_modules/.pnpm/{@ibiz-template_core@0.7.40-alpha.7_axios@1.7.7_lodash-es@4.17.21_qs@6.13.0_qx-util@0.4.8_ramda@0.29.1 → @ibiz-template_core@0.7.40_axios@1.6.8_lodash-es@4.17.21_qs@6.11.2_qx-util@0.4.8_ramda@0.29.1}/node_modules/@ibiz-template/core/out/utils/namespace/namespace.cjs +0 -0
- /package/lib/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.10}/node_modules/dayjs/locale/zh-cn.cjs +0 -0
- /package/lib/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/helpers/attachto.cjs +0 -0
- /package/lib/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/hooks.cjs +0 -0
- /package/lib/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/is.cjs +0 -0
- /package/lib/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/modules/class.cjs +0 -0
- /package/lib/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/modules/props.cjs +0 -0
- /package/lib/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/vnode.cjs +0 -0
package/es/locale/en/index.d.ts
CHANGED
|
@@ -102,6 +102,7 @@ declare const _default: {
|
|
|
102
102
|
runtime: {
|
|
103
103
|
common: {
|
|
104
104
|
unrealized: string;
|
|
105
|
+
noExplanation: string;
|
|
105
106
|
};
|
|
106
107
|
command: {
|
|
107
108
|
app: {
|
|
@@ -131,6 +132,7 @@ declare const _default: {
|
|
|
131
132
|
noChange: string;
|
|
132
133
|
firstComplete: string;
|
|
133
134
|
noMoveDataCconfig: string;
|
|
135
|
+
exportRequestFailed: string;
|
|
134
136
|
changeGroupError: string;
|
|
135
137
|
computeMoveMetaError: string;
|
|
136
138
|
};
|
|
@@ -350,6 +352,7 @@ declare const _default: {
|
|
|
350
352
|
sourceDataMissingConditionValue: string;
|
|
351
353
|
noSupportedTime: string;
|
|
352
354
|
entityLogicalConnection: string;
|
|
355
|
+
entityLogicalContainsConnection: string;
|
|
353
356
|
comparisonCondition: string;
|
|
354
357
|
comparisonValue: string;
|
|
355
358
|
compareResults: string;
|
|
@@ -562,6 +565,11 @@ declare const _default: {
|
|
|
562
565
|
oauthOpenAccessIdError: string;
|
|
563
566
|
noImplemented: string;
|
|
564
567
|
};
|
|
568
|
+
dataException: string;
|
|
569
|
+
noSortField: string;
|
|
570
|
+
noDragElementId: string;
|
|
571
|
+
noTargetElementId: string;
|
|
572
|
+
noMoveTypeField: string;
|
|
565
573
|
};
|
|
566
574
|
uiAction: {
|
|
567
575
|
noEntityOrBehavior: string;
|
|
@@ -590,6 +598,7 @@ declare const _default: {
|
|
|
590
598
|
sourceDataObjectAttribute: string;
|
|
591
599
|
currentTime: string;
|
|
592
600
|
interfaceConnectionConditionalTypeName: string;
|
|
601
|
+
interfaceConnectionConditionalContains: string;
|
|
593
602
|
asynchronousTermination: string;
|
|
594
603
|
asynchronousRejection: string;
|
|
595
604
|
exceptionHandling: string;
|
|
@@ -746,6 +755,7 @@ declare const _default: {
|
|
|
746
755
|
newlyBuild: string;
|
|
747
756
|
reset: string;
|
|
748
757
|
search: string;
|
|
758
|
+
advanceSearch: string;
|
|
749
759
|
rememberMe: string;
|
|
750
760
|
retract: string;
|
|
751
761
|
pleaseEnterAccount: string;
|
|
@@ -1310,6 +1320,8 @@ declare const _default: {
|
|
|
1310
1320
|
confirmCancel: string;
|
|
1311
1321
|
confirm: string;
|
|
1312
1322
|
cancel: string;
|
|
1323
|
+
fullscreen: string;
|
|
1324
|
+
minimize: string;
|
|
1313
1325
|
};
|
|
1314
1326
|
cascader: {
|
|
1315
1327
|
ibizCascader: {
|
|
@@ -1354,8 +1366,6 @@ declare const _default: {
|
|
|
1354
1366
|
markdown: {
|
|
1355
1367
|
uploadJsonFormatErr: string;
|
|
1356
1368
|
exportJsonFormatErr: string;
|
|
1357
|
-
fullscreen: string;
|
|
1358
|
-
minimize: string;
|
|
1359
1369
|
};
|
|
1360
1370
|
notSupportedEditor: {
|
|
1361
1371
|
unsupportedType: string;
|
|
@@ -1390,6 +1400,20 @@ declare const _default: {
|
|
|
1390
1400
|
textValue: string;
|
|
1391
1401
|
add: string;
|
|
1392
1402
|
};
|
|
1403
|
+
mapPicker: {
|
|
1404
|
+
title: string;
|
|
1405
|
+
searchPlaceholder: string;
|
|
1406
|
+
};
|
|
1407
|
+
transferPicker: {
|
|
1408
|
+
optionalList: string;
|
|
1409
|
+
selectedList: string;
|
|
1410
|
+
};
|
|
1411
|
+
treePicker: {
|
|
1412
|
+
allowAll: string;
|
|
1413
|
+
allProhibited: string;
|
|
1414
|
+
expandAll: string;
|
|
1415
|
+
collapseAll: string;
|
|
1416
|
+
};
|
|
1393
1417
|
};
|
|
1394
1418
|
panelComponent: {
|
|
1395
1419
|
authUserinfo: {
|
|
@@ -1468,10 +1492,12 @@ declare const _default: {
|
|
|
1468
1492
|
content: string;
|
|
1469
1493
|
};
|
|
1470
1494
|
globalSearch: {
|
|
1471
|
-
|
|
1472
|
-
clearHistory: string;
|
|
1495
|
+
search: string;
|
|
1473
1496
|
loading: string;
|
|
1474
1497
|
empty: string;
|
|
1498
|
+
clearHistory: string;
|
|
1499
|
+
placeholder: string;
|
|
1500
|
+
moreTips: string;
|
|
1475
1501
|
};
|
|
1476
1502
|
};
|
|
1477
1503
|
util: {
|
package/es/locale/en/index.mjs
CHANGED
|
@@ -26,6 +26,7 @@ var index = {
|
|
|
26
26
|
newlyBuild: "Newly build",
|
|
27
27
|
reset: "Reset",
|
|
28
28
|
search: "Search",
|
|
29
|
+
advanceSearch: "Advance Search",
|
|
29
30
|
rememberMe: "Remember me",
|
|
30
31
|
retract: "Retract",
|
|
31
32
|
pleaseEnterAccount: "Please enter account number",
|
|
@@ -593,7 +594,9 @@ var index = {
|
|
|
593
594
|
cancelEditPrompt: "Canceling editing will prevent the modified content from being saved and cannot be retrieved.",
|
|
594
595
|
confirmCancel: "Confirm cancel",
|
|
595
596
|
confirm: "Confirm",
|
|
596
|
-
cancel: "Cancel"
|
|
597
|
+
cancel: "Cancel",
|
|
598
|
+
fullscreen: "Fullscreen",
|
|
599
|
+
minimize: "Minimize"
|
|
597
600
|
},
|
|
598
601
|
cascader: {
|
|
599
602
|
ibizCascader: {
|
|
@@ -637,9 +640,7 @@ var index = {
|
|
|
637
640
|
},
|
|
638
641
|
markdown: {
|
|
639
642
|
uploadJsonFormatErr: "The configuration of uploadparams did not follow the standard JSON format",
|
|
640
|
-
exportJsonFormatErr: "The configuration of exportparams did not follow the standard JSON format"
|
|
641
|
-
fullscreen: "Fullscreen",
|
|
642
|
-
minimize: "Minimize"
|
|
643
|
+
exportJsonFormatErr: "The configuration of exportparams did not follow the standard JSON format"
|
|
643
644
|
},
|
|
644
645
|
notSupportedEditor: {
|
|
645
646
|
unsupportedType: "Unsupported editor types - {editorType}"
|
|
@@ -673,6 +674,20 @@ var index = {
|
|
|
673
674
|
selector: "Selector",
|
|
674
675
|
textValue: "Text",
|
|
675
676
|
add: "Add"
|
|
677
|
+
},
|
|
678
|
+
mapPicker: {
|
|
679
|
+
title: "Please select an address",
|
|
680
|
+
searchPlaceholder: "Please enter a keyword to select a location"
|
|
681
|
+
},
|
|
682
|
+
transferPicker: {
|
|
683
|
+
optionalList: "Optional list",
|
|
684
|
+
selectedList: "Selected list"
|
|
685
|
+
},
|
|
686
|
+
treePicker: {
|
|
687
|
+
allowAll: "Allow all",
|
|
688
|
+
allProhibited: "All prohibited",
|
|
689
|
+
expandAll: "Expand all",
|
|
690
|
+
collapseAll: "Collapse all"
|
|
676
691
|
}
|
|
677
692
|
},
|
|
678
693
|
panelComponent: {
|
|
@@ -752,10 +767,12 @@ var index = {
|
|
|
752
767
|
content: "The system plugin has been updated, refresh the page to apply the latest changes"
|
|
753
768
|
},
|
|
754
769
|
globalSearch: {
|
|
755
|
-
|
|
756
|
-
clearHistory: "Clear search history",
|
|
770
|
+
search: "Search",
|
|
757
771
|
loading: "Loading...",
|
|
758
|
-
empty: "No
|
|
772
|
+
empty: "No matching results",
|
|
773
|
+
clearHistory: "Clear search history",
|
|
774
|
+
placeholder: "Model Retrieval (Ctrl+K)",
|
|
775
|
+
moreTips: "Only load the first {size} data, a total of {total} data"
|
|
759
776
|
}
|
|
760
777
|
},
|
|
761
778
|
util: {
|
|
@@ -102,6 +102,7 @@ declare const _default: {
|
|
|
102
102
|
runtime: {
|
|
103
103
|
common: {
|
|
104
104
|
unrealized: string;
|
|
105
|
+
noExplanation: string;
|
|
105
106
|
};
|
|
106
107
|
command: {
|
|
107
108
|
app: {
|
|
@@ -131,6 +132,7 @@ declare const _default: {
|
|
|
131
132
|
noChange: string;
|
|
132
133
|
firstComplete: string;
|
|
133
134
|
noMoveDataCconfig: string;
|
|
135
|
+
exportRequestFailed: string;
|
|
134
136
|
changeGroupError: string;
|
|
135
137
|
computeMoveMetaError: string;
|
|
136
138
|
};
|
|
@@ -350,6 +352,7 @@ declare const _default: {
|
|
|
350
352
|
sourceDataMissingConditionValue: string;
|
|
351
353
|
noSupportedTime: string;
|
|
352
354
|
entityLogicalConnection: string;
|
|
355
|
+
entityLogicalContainsConnection: string;
|
|
353
356
|
comparisonCondition: string;
|
|
354
357
|
comparisonValue: string;
|
|
355
358
|
compareResults: string;
|
|
@@ -561,6 +564,11 @@ declare const _default: {
|
|
|
561
564
|
oauthOpenAccessIdError: string;
|
|
562
565
|
noImplemented: string;
|
|
563
566
|
};
|
|
567
|
+
dataException: string;
|
|
568
|
+
noSortField: string;
|
|
569
|
+
noDragElementId: string;
|
|
570
|
+
noTargetElementId: string;
|
|
571
|
+
noMoveTypeField: string;
|
|
564
572
|
};
|
|
565
573
|
uiAction: {
|
|
566
574
|
noEntityOrBehavior: string;
|
|
@@ -589,6 +597,7 @@ declare const _default: {
|
|
|
589
597
|
sourceDataObjectAttribute: string;
|
|
590
598
|
currentTime: string;
|
|
591
599
|
interfaceConnectionConditionalTypeName: string;
|
|
600
|
+
interfaceConnectionConditionalContains: string;
|
|
592
601
|
asynchronousTermination: string;
|
|
593
602
|
asynchronousRejection: string;
|
|
594
603
|
exceptionHandling: string;
|
|
@@ -745,6 +754,7 @@ declare const _default: {
|
|
|
745
754
|
newlyBuild: string;
|
|
746
755
|
reset: string;
|
|
747
756
|
search: string;
|
|
757
|
+
advanceSearch: string;
|
|
748
758
|
rememberMe: string;
|
|
749
759
|
retract: string;
|
|
750
760
|
pleaseEnterAccount: string;
|
|
@@ -1305,6 +1315,8 @@ declare const _default: {
|
|
|
1305
1315
|
confirmCancel: string;
|
|
1306
1316
|
confirm: string;
|
|
1307
1317
|
cancel: string;
|
|
1318
|
+
fullscreen: string;
|
|
1319
|
+
minimize: string;
|
|
1308
1320
|
};
|
|
1309
1321
|
cascader: {
|
|
1310
1322
|
ibizCascader: {
|
|
@@ -1349,8 +1361,6 @@ declare const _default: {
|
|
|
1349
1361
|
markdown: {
|
|
1350
1362
|
uploadJsonFormatErr: string;
|
|
1351
1363
|
exportJsonFormatErr: string;
|
|
1352
|
-
fullscreen: string;
|
|
1353
|
-
minimize: string;
|
|
1354
1364
|
};
|
|
1355
1365
|
notSupportedEditor: {
|
|
1356
1366
|
unsupportedType: string;
|
|
@@ -1385,6 +1395,20 @@ declare const _default: {
|
|
|
1385
1395
|
textValue: string;
|
|
1386
1396
|
add: string;
|
|
1387
1397
|
};
|
|
1398
|
+
mapPicker: {
|
|
1399
|
+
title: string;
|
|
1400
|
+
searchPlaceholder: string;
|
|
1401
|
+
};
|
|
1402
|
+
transferPicker: {
|
|
1403
|
+
optionalList: string;
|
|
1404
|
+
selectedList: string;
|
|
1405
|
+
};
|
|
1406
|
+
treePicker: {
|
|
1407
|
+
allowAll: string;
|
|
1408
|
+
allProhibited: string;
|
|
1409
|
+
expandAll: string;
|
|
1410
|
+
collapseAll: string;
|
|
1411
|
+
};
|
|
1388
1412
|
};
|
|
1389
1413
|
panelComponent: {
|
|
1390
1414
|
authUserinfo: {
|
|
@@ -1463,10 +1487,12 @@ declare const _default: {
|
|
|
1463
1487
|
content: string;
|
|
1464
1488
|
};
|
|
1465
1489
|
globalSearch: {
|
|
1466
|
-
|
|
1467
|
-
clearHistory: string;
|
|
1490
|
+
search: string;
|
|
1468
1491
|
loading: string;
|
|
1469
1492
|
empty: string;
|
|
1493
|
+
clearHistory: string;
|
|
1494
|
+
placeholder: string;
|
|
1495
|
+
moreTips: string;
|
|
1470
1496
|
};
|
|
1471
1497
|
};
|
|
1472
1498
|
util: {
|
|
@@ -26,6 +26,7 @@ var index = {
|
|
|
26
26
|
newlyBuild: "\u65B0\u5EFA",
|
|
27
27
|
reset: "\u91CD\u7F6E",
|
|
28
28
|
search: "\u641C\u7D22",
|
|
29
|
+
advanceSearch: "\u9AD8\u7EA7\u641C\u7D22",
|
|
29
30
|
rememberMe: "\u8BB0\u4F4F\u6211",
|
|
30
31
|
retract: "\u6536\u8D77",
|
|
31
32
|
pleaseEnterAccount: "\u8BF7\u8F93\u5165\u8D26\u53F7",
|
|
@@ -589,7 +590,9 @@ var index = {
|
|
|
589
590
|
cancelEditPrompt: "\u53D6\u6D88\u7F16\u8F91\u5C06\u65E0\u6CD5\u4FDD\u5B58\u4FEE\u6539\u7684\u5185\u5BB9\uFF0C\u4E14\u4E0D\u80FD\u627E\u56DE\u3002",
|
|
590
591
|
confirmCancel: "\u786E\u8BA4\u53D6\u6D88",
|
|
591
592
|
confirm: "\u786E\u8BA4",
|
|
592
|
-
cancel: "\u53D6\u6D88"
|
|
593
|
+
cancel: "\u53D6\u6D88",
|
|
594
|
+
fullscreen: "\u5168\u5C4F",
|
|
595
|
+
minimize: "\u6700\u5C0F\u5316"
|
|
593
596
|
},
|
|
594
597
|
cascader: {
|
|
595
598
|
ibizCascader: {
|
|
@@ -633,9 +636,7 @@ var index = {
|
|
|
633
636
|
},
|
|
634
637
|
markdown: {
|
|
635
638
|
uploadJsonFormatErr: "\u914D\u7F6Euploadparams\u6CA1\u6709\u6309\u6807\u51C6JSON\u683C\u5F0F",
|
|
636
|
-
exportJsonFormatErr: "\u914D\u7F6Eexportparams\u6CA1\u6709\u6309\u6807\u51C6JSON\u683C\u5F0F"
|
|
637
|
-
fullscreen: "\u5168\u5C4F",
|
|
638
|
-
minimize: "\u6700\u5C0F\u5316"
|
|
639
|
+
exportJsonFormatErr: "\u914D\u7F6Eexportparams\u6CA1\u6709\u6309\u6807\u51C6JSON\u683C\u5F0F"
|
|
639
640
|
},
|
|
640
641
|
notSupportedEditor: {
|
|
641
642
|
unsupportedType: "\u672A\u652F\u6301\u7684\u7F16\u8F91\u5668\u7C7B\u578B - {type}"
|
|
@@ -669,6 +670,20 @@ var index = {
|
|
|
669
670
|
selector: "\u9009\u62E9\u5668",
|
|
670
671
|
textValue: "\u6587\u672C\u503C",
|
|
671
672
|
add: "\u6DFB\u52A0"
|
|
673
|
+
},
|
|
674
|
+
mapPicker: {
|
|
675
|
+
title: "\u8BF7\u9009\u62E9\u5730\u5740",
|
|
676
|
+
searchPlaceholder: "\u8BF7\u8F93\u5165\u5173\u952E\u5B57\u9009\u62E9\u5730\u70B9"
|
|
677
|
+
},
|
|
678
|
+
transferPicker: {
|
|
679
|
+
optionalList: "\u53EF\u9009\u5217\u8868",
|
|
680
|
+
selectedList: "\u5DF2\u9009\u5217\u8868"
|
|
681
|
+
},
|
|
682
|
+
treePicker: {
|
|
683
|
+
allowAll: "\u5168\u90E8\u5141\u8BB8",
|
|
684
|
+
allProhibited: "\u5168\u90E8\u7981\u6B62",
|
|
685
|
+
expandAll: "\u5168\u90E8\u5C55\u5F00",
|
|
686
|
+
collapseAll: "\u5168\u90E8\u6536\u8D77"
|
|
672
687
|
}
|
|
673
688
|
},
|
|
674
689
|
panelComponent: {
|
|
@@ -748,10 +763,12 @@ var index = {
|
|
|
748
763
|
content: "\u7CFB\u7EDF\u63D2\u4EF6\u5DF2\u66F4\u65B0\uFF0C\u5237\u65B0\u9875\u9762\u4EE5\u5E94\u7528\u6700\u65B0\u53D8\u66F4"
|
|
749
764
|
},
|
|
750
765
|
globalSearch: {
|
|
751
|
-
|
|
752
|
-
clearHistory: "\u6E05\u7A7A\u641C\u7D22\u5386\u53F2",
|
|
766
|
+
search: "\u641C\u7D22",
|
|
753
767
|
loading: "\u52A0\u8F7D\u4E2D...",
|
|
754
|
-
empty: "\
|
|
768
|
+
empty: "\u6CA1\u6709\u5339\u914D\u7684\u7ED3\u679C",
|
|
769
|
+
clearHistory: "\u6E05\u7A7A\u641C\u7D22\u5386\u53F2",
|
|
770
|
+
placeholder: "\u6A21\u578B\u68C0\u7D22(Ctrl+K)",
|
|
771
|
+
moreTips: "\u4EC5\u52A0\u8F7D\u524D{size}\u6761\u6570\u636E\uFF0C\u5171{total}\u6761\u6570\u636E"
|
|
755
772
|
}
|
|
756
773
|
},
|
|
757
774
|
util: {
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { commonjsGlobal, getDefaultExportFromCjs } from '../../../../../../../_virtual/_commonjsHelpers.mjs';
|
|
2
|
+
import { __module as dist$1 } from '../../../../../../../_virtual/index.mjs';
|
|
3
|
+
|
|
4
|
+
var dist = dist$1.exports;
|
|
5
|
+
|
|
6
|
+
(function (module, exports) {
|
|
7
|
+
'use strict';(function(m,p){"object"==='object'&&"undefined"!=='object'?module.exports=p():"function"===typeof undefined&&undefined.amd?undefined(p):(m=m||self,m.AMapLoader=p());})(commonjsGlobal,function(){function m(a){var b=[];a.AMapUI&&b.push(p(a.AMapUI));a.Loca&&b.push(r(a.Loca));return Promise.all(b)}function p(a){return new Promise(function(h,c){var f=[];if(a.plugins)for(var e=0;e<a.plugins.length;e+=1)-1==d.AMapUI.plugins.indexOf(a.plugins[e])&&f.push(a.plugins[e]);if(g.AMapUI===b.failed)c("\u524d\u6b21\u8bf7\u6c42 AMapUI \u5931\u8d25");
|
|
8
|
+
else if(g.AMapUI===b.notload){g.AMapUI=b.loading;d.AMapUI.version=a.version||d.AMapUI.version;e=d.AMapUI.version;var l=document.body||document.head,k=document.createElement("script");k.type="text/javascript";k.src="https://webapi.amap.com/ui/"+e+"/main.js";k.onerror=function(a){g.AMapUI=b.failed;c("\u8bf7\u6c42 AMapUI \u5931\u8d25");};k.onload=function(){g.AMapUI=b.loaded;if(f.length)window.AMapUI.loadUI(f,function(){for(var a=0,b=f.length;a<b;a++){var c=f[a].split("/").slice(-1)[0];window.AMapUI[c]=
|
|
9
|
+
arguments[a];}for(h();n.AMapUI.length;)n.AMapUI.splice(0,1)[0]();});else for(h();n.AMapUI.length;)n.AMapUI.splice(0,1)[0]();};l.appendChild(k);}else g.AMapUI===b.loaded?a.version&&a.version!==d.AMapUI.version?c("\u4e0d\u5141\u8bb8\u591a\u4e2a\u7248\u672c AMapUI \u6df7\u7528"):f.length?window.AMapUI.loadUI(f,function(){for(var a=0,b=f.length;a<b;a++){var c=f[a].split("/").slice(-1)[0];window.AMapUI[c]=arguments[a];}h();}):h():a.version&&a.version!==d.AMapUI.version?c("\u4e0d\u5141\u8bb8\u591a\u4e2a\u7248\u672c AMapUI \u6df7\u7528"):
|
|
10
|
+
n.AMapUI.push(function(a){a?c(a):f.length?window.AMapUI.loadUI(f,function(){for(var a=0,b=f.length;a<b;a++){var c=f[a].split("/").slice(-1)[0];window.AMapUI[c]=arguments[a];}h();}):h();});})}function r(a){return new Promise(function(h,c){if(g.Loca===b.failed)c("\u524d\u6b21\u8bf7\u6c42 Loca \u5931\u8d25");else if(g.Loca===b.notload){g.Loca=b.loading;d.Loca.version=a.version||d.Loca.version;var f=d.Loca.version,e=d.AMap.version.startsWith("2"),l=f.startsWith("2");if(e&&!l||!e&&l)c("JSAPI \u4e0e Loca \u7248\u672c\u4e0d\u5bf9\u5e94\uff01\uff01");
|
|
11
|
+
else {e=d.key;l=document.body||document.head;var k=document.createElement("script");k.type="text/javascript";k.src="https://webapi.amap.com/loca?v="+f+"&key="+e;k.onerror=function(a){g.Loca=b.failed;c("\u8bf7\u6c42 AMapUI \u5931\u8d25");};k.onload=function(){g.Loca=b.loaded;for(h();n.Loca.length;)n.Loca.splice(0,1)[0]();};l.appendChild(k);}}else g.Loca===b.loaded?a.version&&a.version!==d.Loca.version?c("\u4e0d\u5141\u8bb8\u591a\u4e2a\u7248\u672c Loca \u6df7\u7528"):h():a.version&&a.version!==d.Loca.version?
|
|
12
|
+
c("\u4e0d\u5141\u8bb8\u591a\u4e2a\u7248\u672c Loca \u6df7\u7528"):n.Loca.push(function(a){a?c(a):c();});})}if(!window)throw Error("AMap JSAPI can only be used in Browser.");var b;(function(a){a.notload="notload";a.loading="loading";a.loaded="loaded";a.failed="failed";})(b||(b={}));var d={key:"",AMap:{version:"1.4.15",plugins:[]},AMapUI:{version:"1.1",plugins:[]},Loca:{version:"1.3.2"}},g={AMap:b.notload,AMapUI:b.notload,Loca:b.notload},n={AMap:[],AMapUI:[],Loca:[]},q=[],t=function(a){"function"==typeof a&&
|
|
13
|
+
(g.AMap===b.loaded?a(window.AMap):q.push(a));};return {load:function(a){return new Promise(function(h,c){if(g.AMap==b.failed)c("");else if(g.AMap==b.notload){var f=a.key,e=a.version,l=a.plugins;f?(window.AMap&&"lbs.amap.com"!==location.host&&c("\u7981\u6b62\u591a\u79cdAPI\u52a0\u8f7d\u65b9\u5f0f\u6df7\u7528"),d.key=f,d.AMap.version=e||d.AMap.version,d.AMap.plugins=l||d.AMap.plugins,g.AMap=b.loading,e=document.body||document.head,window.___onAPILoaded=function(d){delete window.___onAPILoaded;if(d)g.AMap=
|
|
14
|
+
b.failed,c(d);else for(g.AMap=b.loaded,m(a).then(function(){h(window.AMap);})["catch"](c);q.length;)q.splice(0,1)[0]();},l=document.createElement("script"),l.type="text/javascript",l.src="https://webapi.amap.com/maps?callback=___onAPILoaded&v="+d.AMap.version+"&key="+f+"&plugin="+d.AMap.plugins.join(","),l.onerror=function(a){g.AMap=b.failed;c(a);},e.appendChild(l)):c("\u8bf7\u586b\u5199key");}else if(g.AMap==b.loaded)if(a.key&&a.key!==d.key)c("\u591a\u4e2a\u4e0d\u4e00\u81f4\u7684 key");else if(a.version&&
|
|
15
|
+
a.version!==d.AMap.version)c("\u4e0d\u5141\u8bb8\u591a\u4e2a\u7248\u672c JSAPI \u6df7\u7528");else {f=[];if(a.plugins)for(e=0;e<a.plugins.length;e+=1)-1==d.AMap.plugins.indexOf(a.plugins[e])&&f.push(a.plugins[e]);if(f.length)window.AMap.plugin(f,function(){m(a).then(function(){h(window.AMap);})["catch"](c);});else m(a).then(function(){h(window.AMap);})["catch"](c);}else if(a.key&&a.key!==d.key)c("\u591a\u4e2a\u4e0d\u4e00\u81f4\u7684 key");else if(a.version&&a.version!==d.AMap.version)c("\u4e0d\u5141\u8bb8\u591a\u4e2a\u7248\u672c JSAPI \u6df7\u7528");
|
|
16
|
+
else {var k=[];if(a.plugins)for(e=0;e<a.plugins.length;e+=1)-1==d.AMap.plugins.indexOf(a.plugins[e])&&k.push(a.plugins[e]);t(function(){if(k.length)window.AMap.plugin(k,function(){m(a).then(function(){h(window.AMap);})["catch"](c);});else m(a).then(function(){h(window.AMap);})["catch"](c);});}})},reset:function(){delete window.AMap;delete window.AMapUI;delete window.Loca;d={key:"",AMap:{version:"1.4.15",plugins:[]},AMapUI:{version:"1.1",plugins:[]},Loca:{version:"1.3.2"}};g={AMap:b.notload,AMapUI:b.notload,
|
|
17
|
+
Loca:b.notload};n={AMap:[],AMapUI:[],Loca:[]};}}});
|
|
18
|
+
} (dist$1, dist$1.exports));
|
|
19
|
+
|
|
20
|
+
var distExports = dist$1.exports;
|
|
21
|
+
var AMapLoader = /*@__PURE__*/getDefaultExportFromCjs(distExports);
|
|
22
|
+
|
|
23
|
+
export { AMapLoader as default };
|
package/es/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/h.mjs
RENAMED
|
@@ -54,7 +54,9 @@ function h(sel, b, c) {
|
|
|
54
54
|
children[i] = vnode(undefined, undefined, undefined, children[i], undefined);
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
|
-
if (sel
|
|
57
|
+
if (sel[0] === "s" &&
|
|
58
|
+
sel[1] === "v" &&
|
|
59
|
+
sel[2] === "g" &&
|
|
58
60
|
(sel.length === 3 || sel[3] === "." || sel[3] === "#")) {
|
|
59
61
|
addNS(data, children, sel);
|
|
60
62
|
}
|
package/es/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/init.mjs
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { vnode } from './vnode.mjs';
|
|
2
|
-
import {
|
|
2
|
+
import { array, primitive } from './is.mjs';
|
|
3
3
|
import { htmlDomApi } from './htmldomapi.mjs';
|
|
4
4
|
|
|
5
5
|
function isUndef(s) {
|
|
@@ -48,7 +48,7 @@ const hooks = [
|
|
|
48
48
|
"remove",
|
|
49
49
|
"destroy",
|
|
50
50
|
"pre",
|
|
51
|
-
"post"
|
|
51
|
+
"post",
|
|
52
52
|
];
|
|
53
53
|
function init(modules, domApi, options) {
|
|
54
54
|
const cbs = {
|
|
@@ -57,7 +57,7 @@ function init(modules, domApi, options) {
|
|
|
57
57
|
remove: [],
|
|
58
58
|
destroy: [],
|
|
59
59
|
pre: [],
|
|
60
|
-
post: []
|
|
60
|
+
post: [],
|
|
61
61
|
};
|
|
62
62
|
const api = domApi !== undefined ? domApi : htmlDomApi;
|
|
63
63
|
for (const hook of hooks) {
|
|
@@ -83,9 +83,7 @@ function init(modules, domApi, options) {
|
|
|
83
83
|
return function rmCb() {
|
|
84
84
|
if (--listeners === 0) {
|
|
85
85
|
const parent = api.parentNode(childElm);
|
|
86
|
-
|
|
87
|
-
api.removeChild(parent, childElm);
|
|
88
|
-
}
|
|
86
|
+
api.removeChild(parent, childElm);
|
|
89
87
|
}
|
|
90
88
|
};
|
|
91
89
|
}
|
|
@@ -108,10 +106,6 @@ function init(modules, domApi, options) {
|
|
|
108
106
|
}
|
|
109
107
|
vnode.elm = api.createComment(vnode.text);
|
|
110
108
|
}
|
|
111
|
-
else if (sel === "") {
|
|
112
|
-
// textNode has no selector
|
|
113
|
-
vnode.elm = api.createTextNode(vnode.text);
|
|
114
|
-
}
|
|
115
109
|
else if (sel !== undefined) {
|
|
116
110
|
// Parse selector
|
|
117
111
|
const hashIdx = sel.indexOf("#");
|
|
@@ -131,11 +125,6 @@ function init(modules, domApi, options) {
|
|
|
131
125
|
elm.setAttribute("class", sel.slice(dot + 1).replace(/\./g, " "));
|
|
132
126
|
for (i = 0; i < cbs.create.length; ++i)
|
|
133
127
|
cbs.create[i](emptyNode, vnode);
|
|
134
|
-
if (primitive(vnode.text) &&
|
|
135
|
-
(!array(children) || children.length === 0)) {
|
|
136
|
-
// allow h1 and similar nodes to be created w/ text and empty child list
|
|
137
|
-
api.appendChild(elm, api.createTextNode(vnode.text));
|
|
138
|
-
}
|
|
139
128
|
if (array(children)) {
|
|
140
129
|
for (i = 0; i < children.length; ++i) {
|
|
141
130
|
const ch = children[i];
|
|
@@ -144,6 +133,9 @@ function init(modules, domApi, options) {
|
|
|
144
133
|
}
|
|
145
134
|
}
|
|
146
135
|
}
|
|
136
|
+
else if (primitive(vnode.text)) {
|
|
137
|
+
api.appendChild(elm, api.createTextNode(vnode.text));
|
|
138
|
+
}
|
|
147
139
|
const hook = vnode.data.hook;
|
|
148
140
|
if (isDef(hook)) {
|
|
149
141
|
(_b = hook.create) === null || _b === void 0 ? void 0 : _b.call(hook, emptyNode, vnode);
|
|
@@ -282,18 +274,10 @@ function init(modules, domApi, options) {
|
|
|
282
274
|
}
|
|
283
275
|
idxInOld = oldKeyToIdx[newStartVnode.key];
|
|
284
276
|
if (isUndef(idxInOld)) {
|
|
285
|
-
//
|
|
277
|
+
// New element
|
|
286
278
|
api.insertBefore(parentElm, createElm(newStartVnode, insertedVnodeQueue), oldStartVnode.elm);
|
|
287
|
-
newStartVnode = newCh[++newStartIdx];
|
|
288
|
-
}
|
|
289
|
-
else if (isUndef(oldKeyToIdx[newEndVnode.key])) {
|
|
290
|
-
// `newEndVnode` is new, create and insert it in the end
|
|
291
|
-
api.insertBefore(parentElm, createElm(newEndVnode, insertedVnodeQueue), api.nextSibling(oldEndVnode.elm));
|
|
292
|
-
newEndVnode = newCh[--newEndIdx];
|
|
293
279
|
}
|
|
294
280
|
else {
|
|
295
|
-
// Neither of the new endpoints are new vnodes, so we make progress by
|
|
296
|
-
// moving `newStartVnode` into position
|
|
297
281
|
elmToMove = oldCh[idxInOld];
|
|
298
282
|
if (elmToMove.sel !== newStartVnode.sel) {
|
|
299
283
|
api.insertBefore(parentElm, createElm(newStartVnode, insertedVnodeQueue), oldStartVnode.elm);
|
|
@@ -303,8 +287,8 @@ function init(modules, domApi, options) {
|
|
|
303
287
|
oldCh[idxInOld] = undefined;
|
|
304
288
|
api.insertBefore(parentElm, elmToMove.elm, oldStartVnode.elm);
|
|
305
289
|
}
|
|
306
|
-
newStartVnode = newCh[++newStartIdx];
|
|
307
290
|
}
|
|
291
|
+
newStartVnode = newCh[++newStartIdx];
|
|
308
292
|
}
|
|
309
293
|
}
|
|
310
294
|
if (newStartIdx <= newEndIdx) {
|
package/es/node_modules/.pnpm/{snabbdom@3.6.2 → snabbdom@3.5.1}/node_modules/snabbdom/build/jsx.mjs
RENAMED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { vnode } from './vnode.mjs';
|
|
2
2
|
import { h } from './h.mjs';
|
|
3
3
|
|
|
4
|
+
/* eslint-disable @typescript-eslint/no-namespace, import/export */
|
|
4
5
|
function Fragment(data, ...children) {
|
|
5
6
|
const flatChildren = flattenAndFilter(children, []);
|
|
6
7
|
if (flatChildren.length === 1 &&
|
|
@@ -57,5 +58,7 @@ function jsx(tag, data, ...children) {
|
|
|
57
58
|
}
|
|
58
59
|
}
|
|
59
60
|
}
|
|
61
|
+
(function (jsx) {
|
|
62
|
+
})(jsx || (jsx = {}));
|
|
60
63
|
|
|
61
64
|
export { Fragment, jsx };
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
const xlinkNS = "http://www.w3.org/1999/xlink";
|
|
2
|
-
const xmlnsNS = "http://www.w3.org/2000/xmlns/";
|
|
3
2
|
const xmlNS = "http://www.w3.org/XML/1998/namespace";
|
|
4
3
|
const colonChar = 58;
|
|
5
4
|
const xChar = 120;
|
|
6
|
-
const mChar = 109;
|
|
7
5
|
function updateAttrs(oldVnode, vnode) {
|
|
8
6
|
let key;
|
|
9
7
|
const elm = vnode.elm;
|
|
@@ -35,10 +33,8 @@ function updateAttrs(oldVnode, vnode) {
|
|
|
35
33
|
elm.setAttributeNS(xmlNS, key, cur);
|
|
36
34
|
}
|
|
37
35
|
else if (key.charCodeAt(5) === colonChar) {
|
|
38
|
-
// Assume
|
|
39
|
-
|
|
40
|
-
? elm.setAttributeNS(xmlnsNS, key, cur)
|
|
41
|
-
: elm.setAttributeNS(xlinkNS, key, cur);
|
|
36
|
+
// Assume xlink namespace
|
|
37
|
+
elm.setAttributeNS(xlinkNS, key, cur);
|
|
42
38
|
}
|
|
43
39
|
else {
|
|
44
40
|
elm.setAttribute(key, cur);
|
|
@@ -57,7 +53,7 @@ function updateAttrs(oldVnode, vnode) {
|
|
|
57
53
|
}
|
|
58
54
|
const attributesModule = {
|
|
59
55
|
create: updateAttrs,
|
|
60
|
-
update: updateAttrs
|
|
56
|
+
update: updateAttrs,
|
|
61
57
|
};
|
|
62
58
|
|
|
63
59
|
export { attributesModule };
|
|
@@ -12,7 +12,7 @@ function updateDataset(oldVnode, vnode) {
|
|
|
12
12
|
dataset = dataset || {};
|
|
13
13
|
const d = elm.dataset;
|
|
14
14
|
for (key in oldDataset) {
|
|
15
|
-
if (!
|
|
15
|
+
if (!dataset[key]) {
|
|
16
16
|
if (d) {
|
|
17
17
|
if (key in d) {
|
|
18
18
|
delete d[key];
|
|
@@ -36,7 +36,7 @@ function updateDataset(oldVnode, vnode) {
|
|
|
36
36
|
}
|
|
37
37
|
const datasetModule = {
|
|
38
38
|
create: updateDataset,
|
|
39
|
-
update: updateDataset
|
|
39
|
+
update: updateDataset,
|
|
40
40
|
};
|
|
41
41
|
|
|
42
42
|
export { datasetModule };
|
|
@@ -79,7 +79,7 @@ function updateEventListeners(oldVnode, vnode) {
|
|
|
79
79
|
const eventListenersModule = {
|
|
80
80
|
create: updateEventListeners,
|
|
81
81
|
update: updateEventListeners,
|
|
82
|
-
destroy: updateEventListeners
|
|
82
|
+
destroy: updateEventListeners,
|
|
83
83
|
};
|
|
84
84
|
|
|
85
85
|
export { eventListenersModule };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
//
|
|
2
|
-
const raf = typeof
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
// Bindig `requestAnimationFrame` like this fixes a bug in IE/Edge. See #360 and #409.
|
|
2
|
+
const raf = (typeof window !== "undefined" &&
|
|
3
|
+
window.requestAnimationFrame.bind(window)) ||
|
|
4
|
+
setTimeout;
|
|
5
5
|
const nextFrame = function (fn) {
|
|
6
6
|
raf(function () {
|
|
7
7
|
raf(fn);
|
|
@@ -27,7 +27,7 @@ function updateStyle(oldVnode, vnode) {
|
|
|
27
27
|
style = style || {};
|
|
28
28
|
const oldHasDel = "delayed" in oldStyle;
|
|
29
29
|
for (name in oldStyle) {
|
|
30
|
-
if (!
|
|
30
|
+
if (!style[name]) {
|
|
31
31
|
if (name[0] === "-" && name[1] === "-") {
|
|
32
32
|
elm.style.removeProperty(name);
|
|
33
33
|
}
|
|
@@ -109,7 +109,7 @@ const styleModule = {
|
|
|
109
109
|
create: updateStyle,
|
|
110
110
|
update: updateStyle,
|
|
111
111
|
destroy: applyDestroyStyle,
|
|
112
|
-
remove: applyRemoveStyle
|
|
112
|
+
remove: applyRemoveStyle,
|
|
113
113
|
};
|
|
114
114
|
|
|
115
115
|
export { styleModule };
|
|
@@ -20,7 +20,11 @@ function toVNode(node, domApi) {
|
|
|
20
20
|
const elmChildren = node.childNodes;
|
|
21
21
|
for (i = 0, n = elmAttrs.length; i < n; i++) {
|
|
22
22
|
name = elmAttrs[i].nodeName;
|
|
23
|
-
if (name
|
|
23
|
+
if (name[0] === "d" &&
|
|
24
|
+
name[1] === "a" &&
|
|
25
|
+
name[2] === "t" &&
|
|
26
|
+
name[3] === "a" &&
|
|
27
|
+
name[4] === "-") {
|
|
24
28
|
dataset[name.slice(5)] = elmAttrs[i].nodeValue || "";
|
|
25
29
|
}
|
|
26
30
|
else if (name !== "id" && name !== "class") {
|
|
@@ -34,7 +38,9 @@ function toVNode(node, domApi) {
|
|
|
34
38
|
data.attrs = attrs;
|
|
35
39
|
if (Object.keys(dataset).length > 0)
|
|
36
40
|
data.dataset = dataset;
|
|
37
|
-
if (sel
|
|
41
|
+
if (sel[0] === "s" &&
|
|
42
|
+
sel[1] === "v" &&
|
|
43
|
+
sel[2] === "g" &&
|
|
38
44
|
(sel.length === 3 || sel[3] === "." || sel[3] === "#")) {
|
|
39
45
|
addNS(data, children, sel);
|
|
40
46
|
}
|