@aplus-frontend/ui 0.6.0-beta.21 → 0.6.0-beta.23
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/es/index.mjs +124 -124
- package/es/src/ap-action/group/index.vue.mjs +3 -3
- package/es/src/ap-action/item/index.vue2.mjs +5 -5
- package/es/src/ap-action/item-dropdown/index.vue.mjs +7 -7
- package/es/src/ap-action/item-modal/index.vue.mjs +2 -2
- package/es/src/ap-action/item-popconfirm/index.vue.mjs +2 -2
- package/es/src/ap-button/ap-action-button.vue.mjs +2 -2
- package/es/src/ap-button/ap-button.vue.mjs +2 -2
- package/es/src/ap-button/ap-confirm-button.vue.mjs +2 -2
- package/es/src/ap-descriptions/ap-descriptions.vue.mjs +4 -4
- package/es/src/ap-descriptions/help-message/index.vue2.mjs +4 -4
- package/es/src/ap-download/ap-download.vue.mjs +1 -1
- package/es/src/ap-drawer/index.d.ts +7 -3
- package/es/src/ap-drawer/index.mjs +5 -10
- package/es/src/ap-drawer/interface.d.ts +0 -4
- package/es/src/ap-drawer/style/css.d.ts +1 -0
- package/es/src/ap-drawer/style/css.js +1 -1
- package/es/src/ap-drawer/style/index.d.ts +1 -0
- package/es/src/ap-drawer/style/index.js +1 -1
- package/es/src/ap-drawer/utils/createDrawer.mjs +31 -36
- package/es/src/ap-field/checkbox/index.vue.mjs +1 -1
- package/es/src/ap-field/date/index.vue.mjs +4 -4
- package/es/src/ap-field/date-range/index.vue.mjs +8 -8
- package/es/src/ap-field/index.mjs +36 -36
- package/es/src/ap-field/number/index.vue.mjs +8 -8
- package/es/src/ap-field/radio/index.vue.mjs +1 -1
- package/es/src/ap-field/rate/index.vue.mjs +2 -2
- package/es/src/ap-field/segmented/index.vue.mjs +1 -1
- package/es/src/ap-field/select/index.vue.mjs +2 -2
- package/es/src/ap-field/select/use-select-options.d.ts +2 -2
- package/es/src/ap-field/slider/index.vue.mjs +4 -4
- package/es/src/ap-field/switch/index.vue.mjs +3 -3
- package/es/src/ap-field/text/index.vue2.mjs +2 -2
- package/es/src/ap-field/text/password.vue.mjs +2 -2
- package/es/src/ap-field/text-area/index.vue.mjs +3 -3
- package/es/src/ap-field/tree-select/index.vue.mjs +3 -3
- package/es/src/ap-field/tree-select/use-request.d.ts +4 -4
- package/es/src/ap-form/ap-form.vue.d.ts +2 -1
- package/es/src/ap-form/ap-form.vue2.mjs +2 -2
- package/es/src/ap-form/drawer-form/index.vue.d.ts +4 -3
- package/es/src/ap-form/drawer-form/index.vue.mjs +9 -9
- package/es/src/ap-form/item/index.vue.mjs +75 -83
- package/es/src/ap-form/item-group/index.vue.mjs +34 -35
- package/es/src/ap-form/items/checkbox/index.vue.mjs +2 -2
- package/es/src/ap-form/items/date/index.vue.mjs +2 -2
- package/es/src/ap-form/items/date-range/index.vue.mjs +2 -2
- package/es/src/ap-form/items/number/index.vue.mjs +2 -2
- package/es/src/ap-form/items/radio/index.vue.mjs +2 -2
- package/es/src/ap-form/items/select/index.vue.d.ts +6 -6
- package/es/src/ap-form/items/select/index.vue.mjs +2 -2
- package/es/src/ap-form/items/switch/index.vue.mjs +2 -2
- package/es/src/ap-form/items/text/group.vue2.mjs +2 -2
- package/es/src/ap-form/items/text/index.vue2.mjs +2 -2
- package/es/src/ap-form/items/text/password.vue.mjs +2 -2
- package/es/src/ap-form/items/text-area/index.vue.mjs +2 -2
- package/es/src/ap-form/items/tree-select/index.vue.mjs +2 -2
- package/es/src/ap-form/modal-form/index.vue.d.ts +4 -3
- package/es/src/ap-form/modal-form/index.vue.mjs +7 -7
- package/es/src/ap-form/render/item.vue.mjs +2 -2
- package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +7 -7
- package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +23 -23
- package/es/src/ap-form/search-form/components/popover-sorter/sortable-item.vue2.mjs +2 -2
- package/es/src/ap-form/search-form/hooks/use-count-per-row.mjs +18 -20
- package/es/src/ap-form/search-form/index.vue.d.ts +4 -3
- package/es/src/ap-form/search-form/index.vue.mjs +1 -1
- package/es/src/ap-form/set/index.vue.mjs +1 -1
- package/es/src/ap-grid/editable/form-item.vue.d.ts +4 -2
- package/es/src/ap-grid/editable/form-item.vue.mjs +2 -2
- package/es/src/ap-grid/editable/index.vue.d.ts +4 -2
- package/es/src/ap-grid/editable/index.vue.mjs +2 -2
- package/es/src/ap-grid/index.vue.d.ts +4 -2
- package/es/src/ap-grid/index.vue.mjs +45 -45
- package/es/src/ap-grid/interface.d.ts +3 -3
- package/es/src/ap-info-layout/ApInfoLayout.vue.mjs +2 -2
- package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.mjs +2 -2
- package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue2.mjs +1 -1
- package/es/src/ap-list/index.vue.d.ts +4 -2
- package/es/src/ap-list/index.vue.mjs +34 -34
- package/es/src/ap-list/interface.d.ts +4 -3
- package/es/src/ap-modal/utils/confirm.d.ts +1 -1
- package/es/src/ap-table/ap-table.vue.d.ts +4 -2
- package/es/src/ap-table/ap-table.vue2.mjs +61 -61
- package/es/src/ap-table/components/dynamic-component/index.vue2.mjs +2 -2
- package/es/src/ap-table/components/index/index.vue2.mjs +2 -2
- package/es/src/ap-table/components/paragraph-ellipsis/index.vue2.mjs +3 -3
- package/es/src/ap-table/components/setting/modal/index.vue2.mjs +3 -3
- package/es/src/ap-table/components/setting/select-group/index.vue2.mjs +1 -1
- package/es/src/ap-table/components/setting/sortable/index.vue2.mjs +1 -1
- package/es/src/ap-table/components/setting/sortable/item.vue2.mjs +1 -1
- package/es/src/ap-table/components/setting/sorter/index.vue2.mjs +11 -11
- package/es/src/ap-table/components/setting/tree-select/index.vue2.mjs +1 -1
- package/es/src/ap-table/components/status/index.vue2.mjs +2 -2
- package/es/src/ap-table/constants.d.ts +5 -5
- package/es/src/ap-table/constants.mjs +45 -45
- package/es/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
- package/es/src/ap-table/hooks/use-table-column-state.mjs +3 -3
- package/es/src/ap-table/hooks/use-table-paging-ng.d.ts +3 -3
- package/es/src/ap-table/hooks/use-table-paging-ng.mjs +15 -15
- package/es/src/ap-table/interface.d.ts +3 -3
- package/es/src/ap-table/utils.d.ts +5 -5
- package/es/src/ap-tag/ap-tag-group.vue.mjs +8 -8
- package/es/src/ap-tag/ap-tag.vue.mjs +2 -2
- package/es/src/ap-upload/apUpload.vue.mjs +5 -5
- package/es/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
- package/es/src/ap-upload/components/MultipleFile.vue2.mjs +3 -3
- package/es/src/ap-upload/components/Picture.vue.d.ts +7 -2
- package/es/src/ap-upload/components/Picture.vue2.mjs +6 -6
- package/es/src/ap-upload/components/SingleFile.vue2.mjs +7 -7
- package/es/src/business/ap-appendix/ap-appendix.vue2.mjs +1 -1
- package/es/src/business/ap-appendix/icons/file-icon.vue.mjs +2 -2
- package/es/src/business/ap-batch-action/ApBatchAction.vue2.mjs +2 -2
- package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +9 -9
- package/es/src/business/ap-batch-action-group/MenuItemGroup.vue2.mjs +1 -1
- package/es/src/business/ap-batch-action-group/index.d.ts +3 -3
- package/es/src/business/ap-button-group/ApButtonGroup.vue2.mjs +1 -1
- package/es/src/business/ap-card/ApCard.vue2.mjs +7 -7
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +4 -2
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +11 -11
- package/es/src/business/ap-expand-alert/index.d.ts +6 -4
- package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +5 -5
- package/es/src/business/ap-group-search/ap-group-search.vue2.mjs +5 -5
- package/es/src/business/ap-group-search/extension-select/index.vue2.mjs +4 -4
- package/es/src/business/ap-group-search/images/icon-down.vue.mjs +2 -2
- package/es/src/business/ap-group-search/images/icon-line-select.vue.mjs +2 -2
- package/es/src/business/ap-group-search/popover-select/index.vue2.mjs +2 -2
- package/es/src/business/ap-image/ApImage.vue2.mjs +1 -1
- package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +2 -2
- package/es/src/business/ap-keep-alive/index.d.ts +2 -1
- package/es/src/business/ap-keep-alive/index.mjs +11 -9
- package/es/src/business/ap-keep-alive/keep-alive.mjs +3 -3
- package/es/src/business/ap-keep-alive/keeper/ap-grid-keeper.mjs +7 -7
- package/es/src/business/ap-keep-alive/utils.d.ts +1 -0
- package/es/src/business/ap-keep-alive/utils.mjs +10 -9
- package/es/src/business/ap-ladder/components/RenderValue.mjs +2 -2
- package/es/src/business/ap-radio-group/ap-radio-group.vue.d.ts +2 -0
- package/es/src/business/ap-radio-group/ap-radio-group.vue2.mjs +36 -30
- package/es/src/business/ap-radio-group/index.d.ts +6 -0
- package/es/src/business/ap-select-layout/index.d.ts +4 -2
- package/es/src/business/ap-select-layout/select-layout.vue.d.ts +4 -2
- package/es/src/business/ap-select-layout/select-layout.vue2.mjs +4 -4
- package/es/src/business/ap-status/ApStatus.vue2.mjs +8 -8
- package/es/src/business/ap-status/group/ApStatusGroup.vue2.mjs +4 -4
- package/es/src/business/ap-summary/ap-summary.vue2.mjs +1 -1
- package/es/src/business/ap-table-modal/index.d.ts +4 -16
- package/es/src/business/ap-table-modal/modal-title.vue2.mjs +2 -2
- package/es/src/business/ap-table-modal/table-layout/index.vue2.mjs +14 -14
- package/es/src/business/ap-table-modal/table-modal.vue2.mjs +3 -3
- package/es/src/business/ap-title/ApTitle.vue2.mjs +7 -7
- package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs +1 -1
- package/es/src/business/ap-upload-file/icon/delete-icon.vue.mjs +2 -2
- package/es/src/business/ap-upload-file/icon/file-icon.vue.mjs +2 -2
- package/es/src/business/ap-view/ap-view.vue2.mjs +2 -2
- package/es/src/business/ap-view/components/main-button-content.vue.d.ts +3 -2
- package/es/src/business/ap-view/components/main-button-content.vue2.mjs +5 -5
- package/es/src/business/ap-view/components/menu-list-content.vue.d.ts +3 -2
- package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +6 -6
- package/es/src/business/ap-view/icons/line-delete.vue.mjs +2 -2
- package/es/src/business/ap-view/icons/line-down.vue.mjs +2 -2
- package/es/src/business/ap-view/icons/line-eye.vue.mjs +2 -2
- package/es/src/business/batch-input-group/form-item.vue.mjs +2 -2
- package/es/src/business/batch-input-group/index.vue.mjs +1 -1
- package/es/src/business/batch-input-group/popover-input/index.vue2.mjs +2 -2
- package/es/src/business/hooks/usePageListApGrid.mjs +1 -1
- package/es/src/check-card/index.vue2.mjs +3 -3
- package/es/src/config-provider/hooks/use-namespace.d.ts +1 -5
- package/es/src/editable-table/form-item.vue.d.ts +4 -2
- package/es/src/editable-table/form-item.vue.mjs +2 -2
- package/es/src/editable-table/index.vue.d.ts +4 -2
- package/es/src/editable-table/index.vue.mjs +2 -2
- package/es/src/full-screen/index.vue.mjs +3 -3
- package/es/src/hooks/useFullScreen.mjs +5 -5
- package/es/src/index.mjs +278 -279
- package/es/src/mask/index.vue.mjs +10 -10
- package/es/src/portal/index.vue.mjs +2 -2
- package/es/src/scroll-bar/index.vue.mjs +3 -3
- package/es/src/scroll-bar/internal.vue.mjs +2 -2
- package/es/src/scroll-view/index.vue.d.ts +5 -5
- package/es/src/scroll-view/index.vue.mjs +9 -9
- package/es/src/splitter/Panel.vue2.mjs +4 -4
- package/es/src/splitter/SplitBar.vue2.mjs +7 -7
- package/es/src/splitter/Splitter.vue2.mjs +5 -5
- package/es/src/tests/wrapper.d.ts +4 -4
- package/es/src/text/group.vue.mjs +2 -2
- package/es/src/text/index.vue.mjs +4 -4
- package/es/src/version.d.ts +1 -1
- package/es/src/version.mjs +1 -1
- package/es/src/work-order-modal/help-message.vue2.mjs +2 -2
- package/es/src/work-order-modal/work-order-modal.vue.d.ts +3 -2
- package/es/src/work-order-modal/work-order-modal.vue.mjs +2 -2
- package/lib/index.js +1 -1
- package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
- package/lib/src/ap-drawer/index.d.ts +7 -3
- package/lib/src/ap-drawer/index.js +1 -1
- package/lib/src/ap-drawer/interface.d.ts +0 -4
- package/lib/src/ap-drawer/style/css.cjs +1 -1
- package/lib/src/ap-drawer/style/css.d.ts +1 -0
- package/lib/src/ap-drawer/style/index.cjs +1 -1
- package/lib/src/ap-drawer/style/index.d.ts +1 -0
- package/lib/src/ap-drawer/utils/createDrawer.js +1 -1
- package/lib/src/ap-field/index.js +1 -1
- package/lib/src/ap-field/select/use-select-options.d.ts +2 -2
- package/lib/src/ap-field/tree-select/use-request.d.ts +4 -4
- package/lib/src/ap-form/ap-form.vue.d.ts +2 -1
- package/lib/src/ap-form/drawer-form/index.vue.d.ts +4 -3
- package/lib/src/ap-form/item/index.vue.js +1 -1
- package/lib/src/ap-form/item-group/index.vue.js +1 -1
- package/lib/src/ap-form/items/select/index.vue.d.ts +6 -6
- package/lib/src/ap-form/modal-form/index.vue.d.ts +4 -3
- package/lib/src/ap-form/search-form/hooks/use-count-per-row.js +1 -1
- package/lib/src/ap-form/search-form/index.vue.d.ts +4 -3
- package/lib/src/ap-grid/editable/form-item.vue.d.ts +4 -2
- package/lib/src/ap-grid/editable/index.vue.d.ts +4 -2
- package/lib/src/ap-grid/index.vue.d.ts +4 -2
- package/lib/src/ap-grid/index.vue.js +1 -1
- package/lib/src/ap-grid/interface.d.ts +3 -3
- package/lib/src/ap-list/index.vue.d.ts +4 -2
- package/lib/src/ap-list/index.vue.js +1 -1
- package/lib/src/ap-list/interface.d.ts +4 -3
- package/lib/src/ap-modal/utils/confirm.d.ts +1 -1
- package/lib/src/ap-table/ap-table.vue.d.ts +4 -2
- package/lib/src/ap-table/ap-table.vue2.js +1 -1
- package/lib/src/ap-table/constants.d.ts +5 -5
- package/lib/src/ap-table/constants.js +1 -1
- package/lib/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
- package/lib/src/ap-table/hooks/use-table-paging-ng.d.ts +3 -3
- package/lib/src/ap-table/hooks/use-table-paging-ng.js +1 -1
- package/lib/src/ap-table/interface.d.ts +3 -3
- package/lib/src/ap-table/utils.d.ts +5 -5
- package/lib/src/ap-upload/apUpload.vue.js +1 -1
- package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
- package/lib/src/ap-upload/components/Picture.vue.d.ts +7 -2
- package/lib/src/business/ap-batch-action-group/index.d.ts +3 -3
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +4 -2
- package/lib/src/business/ap-expand-alert/index.d.ts +6 -4
- package/lib/src/business/ap-keep-alive/index.d.ts +2 -1
- package/lib/src/business/ap-keep-alive/index.js +1 -1
- package/lib/src/business/ap-keep-alive/keeper/ap-grid-keeper.js +1 -1
- package/lib/src/business/ap-keep-alive/utils.d.ts +1 -0
- package/lib/src/business/ap-keep-alive/utils.js +1 -1
- package/lib/src/business/ap-radio-group/ap-radio-group.vue.d.ts +2 -0
- package/lib/src/business/ap-radio-group/ap-radio-group.vue2.js +1 -1
- package/lib/src/business/ap-radio-group/index.d.ts +6 -0
- package/lib/src/business/ap-select-layout/index.d.ts +4 -2
- package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +4 -2
- package/lib/src/business/ap-table-modal/index.d.ts +4 -16
- package/lib/src/business/ap-view/components/main-button-content.vue.d.ts +3 -2
- package/lib/src/business/ap-view/components/menu-list-content.vue.d.ts +3 -2
- package/lib/src/business/hooks/usePageListApGrid.js +1 -1
- package/lib/src/config-provider/hooks/use-namespace.d.ts +1 -5
- package/lib/src/editable-table/form-item.vue.d.ts +4 -2
- package/lib/src/editable-table/index.vue.d.ts +4 -2
- package/lib/src/index.js +1 -1
- package/lib/src/scroll-view/index.vue.d.ts +5 -5
- package/lib/src/tests/wrapper.d.ts +4 -4
- package/lib/src/version.d.ts +1 -1
- package/lib/src/version.js +1 -1
- package/lib/src/work-order-modal/work-order-modal.vue.d.ts +3 -2
- package/package.json +5 -5
- package/theme/antd-global-overwrite/admin/alert.css +1 -1
- package/theme/antd-global-overwrite/admin/field.css +3 -0
- package/theme/antd-global-overwrite/admin/field.less +4 -0
- package/theme/antd-global-overwrite/admin/index.css +10 -1
- package/theme/antd-global-overwrite/admin/modal.css +6 -0
- package/theme/antd-global-overwrite/admin/modal.less +8 -0
- package/theme/antd-global-overwrite/aplus/alert.css +1 -1
- package/theme/antd-global-overwrite/aplus/field.css +3 -0
- package/theme/antd-global-overwrite/aplus/field.less +4 -0
- package/theme/antd-global-overwrite/aplus/index.css +11 -2
- package/theme/antd-global-overwrite/aplus/modal.css +7 -1
- package/theme/antd-global-overwrite/aplus/modal.less +9 -1
- package/theme/ap-action/item-dropdown.css +1 -1
- package/theme/ap-action/item.css +2 -2
- package/theme/ap-appendix/ap-appendix.css +2 -2
- package/theme/ap-attachment/ap-attachment.css +2 -2
- package/theme/ap-batch-action/ap-batch-action.css +1 -1
- package/theme/ap-button/ap-button.css +1 -1
- package/theme/ap-card/ap-card.css +1 -1
- package/theme/ap-copy/ap-copy.css +1 -1
- package/theme/ap-descriptions/ap-descriptions.css +1 -1
- package/theme/ap-download/ap-download.css +4 -4
- package/theme/ap-drawer/ap-drawer.css +5 -6
- package/theme/ap-drawer/ap-drawer.less +4 -7
- package/theme/ap-expand-alert/ap-expand-alert.css +2 -2
- package/theme/ap-field/checkbox.css +1 -1
- package/theme/ap-field/index.css +1 -1
- package/theme/ap-field/number.css +1 -1
- package/theme/ap-field/radio.css +1 -1
- package/theme/ap-field/text-area.css +1 -1
- package/theme/ap-form/ap-form-item-group.css +1 -1
- package/theme/ap-form/ap-form-item.css +4 -1
- package/theme/ap-form/ap-form-item.less +3 -0
- package/theme/ap-form/drawer-form.css +1 -1
- package/theme/ap-form/index.css +8 -5
- package/theme/ap-form/item-text-group.css +1 -1
- package/theme/ap-form/item-text.css +1 -1
- package/theme/ap-form/modal-form.css +1 -1
- package/theme/ap-form/search-form-sorter.css +5 -5
- package/theme/ap-form/search-form.css +8 -5
- package/theme/ap-grid/editable.css +1 -1
- package/theme/ap-grid/index.css +16 -11
- package/theme/ap-grid/index.less +2 -2
- package/theme/ap-group-search/ap-extension-select.css +1 -1
- package/theme/ap-group-search/ap-group-search.css +1 -1
- package/theme/ap-group-search/ap-popover-select.css +1 -1
- package/theme/ap-image/ap-image.css +1 -1
- package/theme/ap-input-radio/ap-input-radio.css +1 -1
- package/theme/ap-label/ap-label.css +1 -1
- package/theme/ap-ladder/ap-ladder.css +4 -4
- package/theme/ap-layout/ap-info-layout.css +1 -1
- package/theme/ap-list/index.css +1 -1
- package/theme/ap-product-info/ap-product-info.css +1 -1
- package/theme/ap-radio-group/ap-radio-group.css +2 -1
- package/theme/ap-radio-group/ap-radio-group.less +1 -0
- package/theme/ap-select-layout/ap-select-layout.css +3 -3
- package/theme/ap-size-input/ap-size-input.css +1 -1
- package/theme/ap-status/ap-status.css +1 -1
- package/theme/ap-summary/index.css +1 -1
- package/theme/ap-table/ap-table-index.css +1 -1
- package/theme/ap-table/ap-table-paragraph-ellipsis.css +1 -1
- package/theme/ap-table/ap-table.css +12 -9
- package/theme/ap-table/setting/index.css +3 -3
- package/theme/ap-table/setting/modal.css +2 -2
- package/theme/ap-table/setting/select-group.css +1 -1
- package/theme/ap-table/setting/sortable-item-meta.css +1 -1
- package/theme/ap-table/setting/sortable-item.css +1 -1
- package/theme/ap-table/setting/sorter.css +2 -2
- package/theme/ap-table-modal/index.css +12 -9
- package/theme/ap-tag/ap-tag-group.css +1 -1
- package/theme/ap-tag/ap-tag.css +4 -4
- package/theme/ap-title/ap-title.css +1 -1
- package/theme/ap-upload/index.css +2 -2
- package/theme/ap-upload/multiple-file.css +1 -1
- package/theme/ap-upload/picture.css +1 -1
- package/theme/ap-upload/single-file.css +2 -2
- package/theme/ap-upload/upload.css +1 -1
- package/theme/ap-upload-single/index.css +1 -1
- package/theme/ap-view/ap-view.css +1 -1
- package/theme/batch-input-group/index.css +1 -1
- package/theme/batch-input-group/popover-input.css +1 -1
- package/theme/check-card/index.css +4 -4
- package/theme/editable-table/index.css +9 -6
- package/theme/full-screen/index.css +1 -1
- package/theme/index.css +46 -39
- package/theme/mask/index.css +1 -1
- package/theme/mixins/config.less +3 -3
- package/theme/mixins/mixins.css +1 -1
- package/theme/scroll-bar/index.css +1 -1
- package/theme/scroll-view/index.css +1 -1
- package/theme/splitter/index.css +2 -2
- package/theme/text/group.css +1 -1
- package/theme/text/index.css +2 -2
- package/theme/ui-mode.css +2 -0
- package/theme/ui-mode.less +2 -0
- package/theme/work-order-modal/index.css +1 -1
- package/es/src/ap-drawer/ApDrawer.vue.d.ts +0 -29
- package/es/src/ap-drawer/ApDrawer.vue.mjs +0 -91
- package/es/src/ap-drawer/ApDrawer.vue2.mjs +0 -4
- package/es/src/ap-drawer/components/ApDrawerClose.vue.d.ts +0 -8
- package/es/src/ap-drawer/components/ApDrawerClose.vue.mjs +0 -25
- package/es/src/ap-drawer/components/ApDrawerClose.vue2.mjs +0 -4
- package/lib/src/ap-drawer/ApDrawer.vue.d.ts +0 -29
- package/lib/src/ap-drawer/ApDrawer.vue.js +0 -1
- package/lib/src/ap-drawer/ApDrawer.vue2.js +0 -1
- package/lib/src/ap-drawer/components/ApDrawerClose.vue.d.ts +0 -8
- package/lib/src/ap-drawer/components/ApDrawerClose.vue.js +0 -1
- package/lib/src/ap-drawer/components/ApDrawerClose.vue2.js +0 -1
package/es/index.mjs
CHANGED
|
@@ -5,9 +5,9 @@ import "./src/hooks/index.mjs";
|
|
|
5
5
|
import { configProviderProps as A } from "./src/config-provider/config-provider-props.mjs";
|
|
6
6
|
import { DEFAULT_NAMESPACE as n, DEFAULT_UIMODE as c, configProviderContextKey as F } from "./src/config-provider/constants.mjs";
|
|
7
7
|
import { keysOf as T, provideGlobalConfig as S, useGlobalConfig as b } from "./src/config-provider/hooks/use-global-config.mjs";
|
|
8
|
-
import { buildLocaleContext as g, buildTranslator as D, localeContextKey as
|
|
9
|
-
import { defaultNamespace as R, namespaceContextKey as L, useGetDerivedNamespace as
|
|
10
|
-
import { ConfigProvider as
|
|
8
|
+
import { buildLocaleContext as g, buildTranslator as D, localeContextKey as h, translate as G, useLocale as P } from "./src/config-provider/hooks/use-locale.mjs";
|
|
9
|
+
import { defaultNamespace as R, namespaceContextKey as L, useGetDerivedNamespace as M, useNamespace as v } from "./src/config-provider/hooks/use-namespace.mjs";
|
|
10
|
+
import { ConfigProvider as y, globalConfigCached as w } from "./src/config-provider/config-provider.mjs";
|
|
11
11
|
import { APConfigProvider as B } from "./src/config-provider/index.mjs";
|
|
12
12
|
import { ApFormItemText as O } from "./src/ap-form/items/text/index.mjs";
|
|
13
13
|
import { default as V } from "./src/ap-form/items/text-area/index.vue.mjs";
|
|
@@ -29,12 +29,12 @@ import { default as Fe } from "./src/ap-form/modal-form/index.vue.mjs";
|
|
|
29
29
|
import { default as Te } from "./src/ap-form/dependency/index.vue.mjs";
|
|
30
30
|
import { default as be } from "./src/ap-form/set/index.vue.mjs";
|
|
31
31
|
import { default as ge } from "./src/ap-form/drawer-form/index.vue.mjs";
|
|
32
|
-
import { default as
|
|
32
|
+
import { default as he } from "./src/ap-form/render/control.vue.mjs";
|
|
33
33
|
import { default as Pe } from "./src/ap-form/render/item.vue.mjs";
|
|
34
34
|
import { default as Re } from "./src/ap-form/provider/index.vue.mjs";
|
|
35
|
-
import { ApField as
|
|
35
|
+
import { ApField as Me } from "./src/ap-field/index.mjs";
|
|
36
36
|
import { ApFieldText as Ne } from "./src/ap-field/text/index.mjs";
|
|
37
|
-
import { default as
|
|
37
|
+
import { default as we } from "./src/ap-field/checkbox/index.vue.mjs";
|
|
38
38
|
import { default as Be } from "./src/ap-field/date/index.vue.mjs";
|
|
39
39
|
import { default as Oe } from "./src/ap-field/number/index.vue.mjs";
|
|
40
40
|
import { default as Ve } from "./src/ap-field/radio/index.vue.mjs";
|
|
@@ -55,11 +55,11 @@ import { default as Fo } from "./src/ap-action/item-dropdown/index.vue.mjs";
|
|
|
55
55
|
import { default as To } from "./src/ap-action/group/index.vue.mjs";
|
|
56
56
|
import { DictCode as bo, langMap as Co } from "./src/work-order-modal/interfaces.mjs";
|
|
57
57
|
import { createWorkOrderModal as Do } from "./src/work-order-modal/createWorkOrder.mjs";
|
|
58
|
-
import { default as
|
|
58
|
+
import { default as Go } from "./src/work-order-modal/work-order-modal.vue.mjs";
|
|
59
59
|
import { default as Eo } from "./src/ap-tag/ap-tag.vue.mjs";
|
|
60
60
|
import { default as Lo } from "./src/ap-tag/ap-tag-group.vue.mjs";
|
|
61
|
-
import { default as
|
|
62
|
-
import { NeedNameKeyDefault as
|
|
61
|
+
import { default as vo } from "./src/ap-info-layout/ApInfoLayout.vue.mjs";
|
|
62
|
+
import { NeedNameKeyDefault as yo } from "./src/ap-upload/apUploadTypes.mjs";
|
|
63
63
|
import { default as ko } from "./src/ap-upload/apUpload.vue.mjs";
|
|
64
64
|
import { ApDownLoadNeedNameKeyDefault as Ko } from "./src/ap-download/interface.mjs";
|
|
65
65
|
import { default as Uo } from "./src/ap-download/ap-download.vue.mjs";
|
|
@@ -70,51 +70,51 @@ import { default as qo } from "./src/ap-list/index.vue.mjs";
|
|
|
70
70
|
import { default as Qo } from "./src/ap-button/ap-button.vue.mjs";
|
|
71
71
|
import { default as Yo } from "./src/ap-button/ap-action-button.vue.mjs";
|
|
72
72
|
import { default as er } from "./src/ap-button/ap-confirm-button.vue.mjs";
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import { default as bt } from "./src/business/
|
|
107
|
-
import { default as gt } from "./src/business/batch-input-group/
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
73
|
+
import { ApDrawer as rr } from "./src/ap-drawer/index.mjs";
|
|
74
|
+
import { ApTransformDataHelper as pr } from "./src/utils/ap-trans-data/index.mjs";
|
|
75
|
+
import { default as fr } from "./src/business/ap-table-modal/index.mjs";
|
|
76
|
+
import { useTableModal as lr } from "./src/business/ap-table-modal/hooks/use-table-modal.mjs";
|
|
77
|
+
import { useTableSelectModal as dr } from "./src/business/ap-table-modal/hooks/use-table-select-modal.mjs";
|
|
78
|
+
import { ApAttachment as ur } from "./src/business/ap-attachment/index.mjs";
|
|
79
|
+
import { ApBatchAction as ir } from "./src/business/ap-batch-action/index.mjs";
|
|
80
|
+
import { ApBatchActionGroup as cr } from "./src/business/ap-batch-action-group/index.mjs";
|
|
81
|
+
import { ApButtonGroup as Ir } from "./src/business/ap-button-group/index.mjs";
|
|
82
|
+
import { ApCard as Sr } from "./src/business/ap-card/index.mjs";
|
|
83
|
+
import { ApExpandAlert as Cr } from "./src/business/ap-expand-alert/index.mjs";
|
|
84
|
+
import { ApExportGroupActionType as Dr } from "./src/business/ap-export-group/interface.mjs";
|
|
85
|
+
import { ApExportGroup as Gr } from "./src/business/ap-export-group/index.mjs";
|
|
86
|
+
import { handleExportDownload as Er } from "./src/business/ap-export-group/handleExportDownload.mjs";
|
|
87
|
+
import { convertExportField as Lr } from "./src/business/ap-export-group/convertExportField.mjs";
|
|
88
|
+
import { ApImage as vr } from "./src/business/ap-image/index.mjs";
|
|
89
|
+
import { ApInputRadio as yr } from "./src/business/ap-input-radio/index.mjs";
|
|
90
|
+
import { ApLabel as kr, ApLabelGroup as Br } from "./src/business/ap-label/index.mjs";
|
|
91
|
+
import { locales as Or } from "./src/business/ap-ladder/interface.mjs";
|
|
92
|
+
import { ApLadder as Vr } from "./src/business/ap-ladder/index.mjs";
|
|
93
|
+
import { ApSelectLayout as zr } from "./src/business/ap-select-layout/index.mjs";
|
|
94
|
+
import { ApStatus as $r, ApStatusGroup as jr } from "./src/business/ap-status/index.mjs";
|
|
95
|
+
import { ApTitle as qr } from "./src/business/ap-title/index.mjs";
|
|
96
|
+
import { usePageListApTable as Qr } from "./src/business/hooks/usePageListApTable.mjs";
|
|
97
|
+
import { useTableRefresh as Yr } from "./src/business/hooks/useTableRefresh.mjs";
|
|
98
|
+
import { usePageListApGrid as et } from "./src/business/hooks/usePageListApGrid.mjs";
|
|
99
|
+
import { useGridRefresh as rt } from "./src/business/hooks/useGridRefresh.mjs";
|
|
100
|
+
import { computedRecords as pt, flattenColumns as at, formatDataIndex as ft, formatNumber as mt } from "./src/business/ap-summary/utils.mjs";
|
|
101
|
+
import { ApSummary as xt } from "./src/business/ap-summary/index.mjs";
|
|
102
|
+
import { ApNeedNameKeyDefault as st } from "./src/business/ap-appendix/interface.mjs";
|
|
103
|
+
import { ApAppendix as At } from "./src/business/ap-appendix/index.mjs";
|
|
104
|
+
import { ApExtensionSelect as nt, ApGroupSearch as ct, ApPopoverSelect as Ft } from "./src/business/ap-group-search/index.mjs";
|
|
105
|
+
import { default as Tt } from "./src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs";
|
|
106
|
+
import { default as bt } from "./src/business/batch-input-group/index.vue.mjs";
|
|
107
|
+
import { default as gt } from "./src/business/batch-input-group/form-item.vue.mjs";
|
|
108
|
+
import { ApSizeInput as ht } from "./src/business/ap-size-input/index.mjs";
|
|
109
|
+
import { ApProductInfo as Pt } from "./src/business/ap-product-info/index.mjs";
|
|
110
|
+
import { ApCopy as Rt } from "./src/business/ap-copy/index.mjs";
|
|
111
|
+
import { ApView as Mt } from "./src/business/ap-view/index.mjs";
|
|
112
|
+
import { ApRadioGroup as Nt } from "./src/business/ap-radio-group/index.mjs";
|
|
113
|
+
import { ApKeepAliveProps as wt, forceStopTags as kt } from "./src/business/ap-keep-alive/interface.mjs";
|
|
114
|
+
import { ApKeepAlive as Kt } from "./src/business/ap-keep-alive/index.mjs";
|
|
115
|
+
import { LruCacher as Ut } from "./src/business/ap-keep-alive/cacher/lru-cacher.mjs";
|
|
116
|
+
import { useApKeepAliveInject as _t } from "./src/business/ap-keep-alive/hook.mjs";
|
|
117
|
+
import { matches as Wt } from "./src/business/ap-keep-alive/utils.mjs";
|
|
118
118
|
import { useTablePaging as jt } from "./src/ap-table/hooks/use-table-paging.mjs";
|
|
119
119
|
import { ApTable as qt } from "./src/ap-table/index.mjs";
|
|
120
120
|
import { default as Qt } from "./src/editable-table/index.vue.mjs";
|
|
@@ -132,11 +132,11 @@ import { default as Ip } from "./src/ap-grid/index.vue.mjs";
|
|
|
132
132
|
import { default as Sp } from "./src/ap-grid/editable/index.vue.mjs";
|
|
133
133
|
import { default as Cp } from "./src/ap-grid/editable/form-item.vue.mjs";
|
|
134
134
|
import { default as Dp } from "./src/text/index.vue.mjs";
|
|
135
|
-
import { default as
|
|
135
|
+
import { default as Gp } from "./src/text/group.vue.mjs";
|
|
136
136
|
import { default as Ep } from "./src/mask/index.vue.mjs";
|
|
137
137
|
import { Splitter as Lp } from "./src/splitter/index.mjs";
|
|
138
|
-
import { useMessage as
|
|
139
|
-
import { useControllableValue as
|
|
138
|
+
import { useMessage as vp } from "./src/hooks/useMessage.mjs";
|
|
139
|
+
import { useControllableValue as yp } from "./src/hooks/useControllableValue.mjs";
|
|
140
140
|
import { useManualRef as kp } from "./src/hooks/useManualRef.mjs";
|
|
141
141
|
import { useThrottleRef as Kp } from "./src/hooks/useThrottleRef.mjs";
|
|
142
142
|
import { useFullScreen as Up } from "./src/hooks/useFullScreen.mjs";
|
|
@@ -159,26 +159,25 @@ export {
|
|
|
159
159
|
Fo as ApActionItemDropdown,
|
|
160
160
|
Ao as ApActionItemModal,
|
|
161
161
|
no as ApActionItemPopconfirm,
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
162
|
+
At as ApAppendix,
|
|
163
|
+
ur as ApAttachment,
|
|
164
|
+
ir as ApBatchAction,
|
|
165
|
+
cr as ApBatchActionGroup,
|
|
166
166
|
Qo as ApButton,
|
|
167
|
-
|
|
168
|
-
|
|
167
|
+
Ir as ApButtonGroup,
|
|
168
|
+
Sr as ApCard,
|
|
169
169
|
er as ApConfirmButton,
|
|
170
|
-
|
|
170
|
+
Rt as ApCopy,
|
|
171
171
|
ep as ApDescriptions,
|
|
172
172
|
Ko as ApDownLoadNeedNameKeyDefault,
|
|
173
173
|
Uo as ApDownload,
|
|
174
174
|
rr as ApDrawer,
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
ye as ApFieldCheckbox,
|
|
175
|
+
Cr as ApExpandAlert,
|
|
176
|
+
Gr as ApExportGroup,
|
|
177
|
+
Dr as ApExportGroupActionType,
|
|
178
|
+
nt as ApExtensionSelect,
|
|
179
|
+
Me as ApField,
|
|
180
|
+
we as ApFieldCheckbox,
|
|
182
181
|
Be as ApFieldDate,
|
|
183
182
|
He as ApFieldDateRange,
|
|
184
183
|
Oe as ApFieldNumber,
|
|
@@ -193,11 +192,11 @@ export {
|
|
|
193
192
|
$e as ApFieldTextArea,
|
|
194
193
|
ao as ApFieldTreeSelect,
|
|
195
194
|
me as ApForm,
|
|
196
|
-
|
|
195
|
+
he as ApFormControlRender,
|
|
197
196
|
Te as ApFormDependency,
|
|
198
197
|
ge as ApFormDrawerForm,
|
|
199
198
|
xe as ApFormItem,
|
|
200
|
-
|
|
199
|
+
gt as ApFormItemBatchInput,
|
|
201
200
|
oe as ApFormItemCheckbox,
|
|
202
201
|
$ as ApFormItemDate,
|
|
203
202
|
H as ApFormItemDateRange,
|
|
@@ -217,41 +216,41 @@ export {
|
|
|
217
216
|
ne as ApFormSearchForm,
|
|
218
217
|
be as ApFormSet,
|
|
219
218
|
Ip as ApGrid,
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
219
|
+
ct as ApGroupSearch,
|
|
220
|
+
vr as ApImage,
|
|
221
|
+
vo as ApInfoLayout,
|
|
222
|
+
yr as ApInputRadio,
|
|
223
|
+
Kt as ApKeepAlive,
|
|
224
|
+
wt as ApKeepAliveProps,
|
|
225
|
+
kr as ApLabel,
|
|
226
|
+
Br as ApLabelGroup,
|
|
227
|
+
Vr as ApLadder,
|
|
229
228
|
qo as ApList,
|
|
230
229
|
jo as ApModal,
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
230
|
+
st as ApNeedNameKeyDefault,
|
|
231
|
+
Ft as ApPopoverSelect,
|
|
232
|
+
Pt as ApProductInfo,
|
|
233
|
+
Nt as ApRadioGroup,
|
|
234
|
+
zr as ApSelectLayout,
|
|
235
|
+
ht as ApSizeInput,
|
|
236
|
+
$r as ApStatus,
|
|
237
|
+
jr as ApStatusGroup,
|
|
238
|
+
xt as ApSummary,
|
|
240
239
|
qt as ApTable,
|
|
241
|
-
|
|
240
|
+
fr as ApTableModal,
|
|
242
241
|
Eo as ApTag,
|
|
243
242
|
Lo as ApTagGroup,
|
|
244
243
|
Dp as ApText,
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
244
|
+
Gp as ApTextGroup,
|
|
245
|
+
qr as ApTitle,
|
|
246
|
+
pr as ApTransformDataHelper,
|
|
248
247
|
ko as ApUpload,
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
248
|
+
Tt as ApUploadSingle,
|
|
249
|
+
Mt as ApView,
|
|
250
|
+
bt as BatchInputGroup,
|
|
252
251
|
_o as CheckCard,
|
|
253
252
|
Wo as CheckCardGroup,
|
|
254
|
-
|
|
253
|
+
y as ConfigProvider,
|
|
255
254
|
n as DEFAULT_NAMESPACE,
|
|
256
255
|
c as DEFAULT_UIMODE,
|
|
257
256
|
bo as DictCode,
|
|
@@ -261,58 +260,59 @@ export {
|
|
|
261
260
|
Yt as EditableTableFormItem,
|
|
262
261
|
up as FullScreen,
|
|
263
262
|
fp as InternalScrollBar,
|
|
264
|
-
|
|
263
|
+
Ut as LruCacher,
|
|
265
264
|
Ep as Mask,
|
|
266
|
-
|
|
265
|
+
yo as NeedNameKeyDefault,
|
|
267
266
|
dp as Portal,
|
|
268
267
|
cp as ROW_SELECTION_FIELD,
|
|
269
268
|
ip as ResizeObserver,
|
|
270
269
|
pp as ScrollBar,
|
|
271
270
|
lp as ScrollView,
|
|
272
271
|
Lp as Splitter,
|
|
273
|
-
|
|
272
|
+
Go as WorkOrderModal,
|
|
274
273
|
mo as adminToken,
|
|
275
274
|
lo as aplusToken,
|
|
276
275
|
g as buildLocaleContext,
|
|
277
276
|
D as buildTranslator,
|
|
278
|
-
|
|
277
|
+
pt as computedRecords,
|
|
279
278
|
F as configProviderContextKey,
|
|
280
279
|
A as configProviderProps,
|
|
281
|
-
|
|
280
|
+
Lr as convertExportField,
|
|
282
281
|
Do as createWorkOrderModal,
|
|
283
282
|
l as default,
|
|
284
283
|
R as defaultNamespace,
|
|
285
284
|
rp as ensureRangeValue,
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
285
|
+
at as flattenColumns,
|
|
286
|
+
kt as forceStopTags,
|
|
287
|
+
ft as formatDataIndex,
|
|
288
|
+
mt as formatNumber,
|
|
289
|
+
w as globalConfigCached,
|
|
290
|
+
Er as handleExportDownload,
|
|
291
|
+
Wt as isNameMatches,
|
|
292
292
|
T as keysOf,
|
|
293
293
|
Co as langMap,
|
|
294
|
-
|
|
295
|
-
|
|
294
|
+
h as localeContextKey,
|
|
295
|
+
Or as locales,
|
|
296
296
|
L as namespaceContextKey,
|
|
297
297
|
s as pathMap,
|
|
298
298
|
S as provideGlobalConfig,
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
299
|
+
G as translate,
|
|
300
|
+
_t as useApKeepAliveInject,
|
|
301
|
+
yp as useControllableValue,
|
|
302
302
|
Up as useFullScreen,
|
|
303
|
-
|
|
303
|
+
M as useGetDerivedNamespace,
|
|
304
304
|
b as useGlobalConfig,
|
|
305
|
-
|
|
305
|
+
rt as useGridRefresh,
|
|
306
306
|
P as useLocale,
|
|
307
307
|
kp as useManualRef,
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
308
|
+
vp as useMessage,
|
|
309
|
+
v as useNamespace,
|
|
310
|
+
et as usePageListApGrid,
|
|
311
|
+
Qr as usePageListApTable,
|
|
312
312
|
_p as useResize,
|
|
313
|
-
|
|
313
|
+
lr as useTableModal,
|
|
314
314
|
jt as useTablePaging,
|
|
315
|
-
|
|
316
|
-
|
|
315
|
+
Yr as useTableRefresh,
|
|
316
|
+
dr as useTableSelectModal,
|
|
317
317
|
Kp as useThrottleRef
|
|
318
318
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as h, computed as s, unref as c,
|
|
1
|
+
import { defineComponent as h, computed as s, unref as c, openBlock as t, createBlock as r, withCtx as k, createElementBlock as u, Fragment as a, renderList as A, mergeProps as i, createCommentVNode as v } from "vue";
|
|
2
2
|
import { Space as y } from "@aplus-frontend/antdv";
|
|
3
3
|
import "../item/index.vue.mjs";
|
|
4
4
|
import "../item-modal/index.vue2.mjs";
|
|
@@ -40,7 +40,7 @@ const q = /* @__PURE__ */ h({
|
|
|
40
40
|
align: "center"
|
|
41
41
|
}, {
|
|
42
42
|
default: k(() => [
|
|
43
|
-
(t(!0), u(a, null,
|
|
43
|
+
(t(!0), u(a, null, A(l.value.showActions, (o, d) => (t(), u(a, { key: d }, [
|
|
44
44
|
o.actions ? (t(), r(p, i({
|
|
45
45
|
key: 0,
|
|
46
46
|
ref_for: !0
|
|
@@ -61,7 +61,7 @@ const q = /* @__PURE__ */ h({
|
|
|
61
61
|
placement: e.placement,
|
|
62
62
|
trigger: e.trigger,
|
|
63
63
|
text: c(_)("ap.common.more")
|
|
64
|
-
}, null, 8, ["actions", "placement", "trigger", "text"])) :
|
|
64
|
+
}, null, 8, ["actions", "placement", "trigger", "text"])) : v("", !0)
|
|
65
65
|
]),
|
|
66
66
|
_: 1
|
|
67
67
|
}));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as b, createPropsRestProxy as k, ref as v, unref as r, computed as c, renderSlot as u,
|
|
1
|
+
import { defineComponent as b, createPropsRestProxy as k, ref as v, unref as r, computed as c, renderSlot as u, openBlock as l, createElementBlock as f, mergeProps as C, createBlock as m, createCommentVNode as p, isVNode as B, resolveDynamicComponent as A, toDisplayString as h } from "vue";
|
|
2
2
|
import "../../config-provider/index.mjs";
|
|
3
3
|
import L from "@aplus-frontend/antdv/es/button/LoadingIcon";
|
|
4
4
|
import { useNamespace as N } from "../../config-provider/hooks/use-namespace.mjs";
|
|
@@ -35,16 +35,16 @@ const P = { key: 1 }, I = /* @__PURE__ */ b({
|
|
|
35
35
|
class: y.value,
|
|
36
36
|
onClick: d
|
|
37
37
|
}), [
|
|
38
|
-
t.value ? (l(),
|
|
38
|
+
t.value ? (l(), m(r(L), {
|
|
39
39
|
key: 0,
|
|
40
40
|
"prefix-cls": "btn",
|
|
41
41
|
"exist-icon": !1,
|
|
42
42
|
loading: ""
|
|
43
|
-
})) :
|
|
43
|
+
})) : p("", !0),
|
|
44
44
|
u(e.$slots, "default", {}, () => [
|
|
45
|
-
B(e.text) ? (l(),
|
|
45
|
+
B(e.text) ? (l(), m(A(e.text), { key: 0 })) : (l(), f("span", P, h(e.text || ""), 1))
|
|
46
46
|
])
|
|
47
|
-
], 16)) :
|
|
47
|
+
], 16)) : p("", !0)
|
|
48
48
|
]);
|
|
49
49
|
}
|
|
50
50
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as _, ref as v, computed as k,
|
|
1
|
+
import { defineComponent as _, ref as v, computed as k, openBlock as t, createBlock as l, unref as r, withCtx as n, createVNode as u, createElementBlock as w, Fragment as A, renderList as B, normalizeClass as m, mergeProps as i, createElementVNode as b, normalizeProps as C, guardReactiveProps as I, renderSlot as P, createCommentVNode as D } from "vue";
|
|
2
2
|
import { Dropdown as N, Menu as $, MenuItem as h } from "@aplus-frontend/antdv";
|
|
3
3
|
import "../item/index.vue.mjs";
|
|
4
4
|
import "../item-modal/index.vue2.mjs";
|
|
@@ -7,9 +7,9 @@ import { IconApAdLineDown as L } from "@aplus-frontend/icon";
|
|
|
7
7
|
import "../../config-provider/index.mjs";
|
|
8
8
|
import { isUndefined as V, omit as z } from "lodash-unified";
|
|
9
9
|
import { useNamespace as E } from "../../config-provider/hooks/use-namespace.mjs";
|
|
10
|
-
import d from "../item/index.vue2.mjs";
|
|
11
10
|
import M from "../item-modal/index.vue.mjs";
|
|
12
11
|
import U from "../item-popconfirm/index.vue.mjs";
|
|
12
|
+
import d from "../item/index.vue2.mjs";
|
|
13
13
|
const T = /* @__PURE__ */ _({
|
|
14
14
|
name: "ApActionItemDropDown",
|
|
15
15
|
__name: "index",
|
|
@@ -46,7 +46,7 @@ const T = /* @__PURE__ */ _({
|
|
|
46
46
|
overlay: n(() => [
|
|
47
47
|
u(r($), null, {
|
|
48
48
|
default: n(() => [
|
|
49
|
-
(t(!0),
|
|
49
|
+
(t(!0), w(A, null, B(g.value, (o, y) => (t(), l(r(h), {
|
|
50
50
|
key: y,
|
|
51
51
|
class: m(r(s)("item"))
|
|
52
52
|
}, {
|
|
@@ -69,19 +69,19 @@ const T = /* @__PURE__ */ _({
|
|
|
69
69
|
})
|
|
70
70
|
]),
|
|
71
71
|
default: n(() => [
|
|
72
|
-
|
|
72
|
+
b("span", {
|
|
73
73
|
class: m(r(s)("wrapper"))
|
|
74
74
|
}, [
|
|
75
|
-
u(d,
|
|
75
|
+
u(d, C(I(r(z)(f, ["actions", "trigger", "placement"]))), {
|
|
76
76
|
default: n(() => [
|
|
77
|
-
|
|
77
|
+
P(e.$slots, "default")
|
|
78
78
|
]),
|
|
79
79
|
_: 3
|
|
80
80
|
}, 16),
|
|
81
81
|
e.showIcon ? (t(), l(r(L), {
|
|
82
82
|
key: 0,
|
|
83
83
|
class: m(r(s)("icon"))
|
|
84
|
-
}, null, 8, ["class"])) :
|
|
84
|
+
}, null, 8, ["class"])) : D("", !0)
|
|
85
85
|
], 2)
|
|
86
86
|
]),
|
|
87
87
|
_: 3
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as c, useSlots as m,
|
|
1
|
+
import { defineComponent as c, useSlots as m, openBlock as d, createBlock as p, mergeProps as f, unref as u, createSlots as _, renderList as A, withCtx as P, renderSlot as y, normalizeProps as k, guardReactiveProps as x } from "vue";
|
|
2
2
|
import { Modal as B } from "@aplus-frontend/antdv";
|
|
3
3
|
import "../item/index.vue.mjs";
|
|
4
4
|
import { omit as g } from "lodash-unified";
|
|
@@ -28,7 +28,7 @@ const z = /* @__PURE__ */ c({
|
|
|
28
28
|
}
|
|
29
29
|
});
|
|
30
30
|
}
|
|
31
|
-
return (t, n) => (
|
|
31
|
+
return (t, n) => (d(), p(h, f(u(g)(o, ["modalProps", "onAction"]), { onAction: i }), _({ _: 2 }, [
|
|
32
32
|
A(l, (r, e) => ({
|
|
33
33
|
name: e,
|
|
34
34
|
fn: P((s) => [
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as d, useSlots as u,
|
|
1
|
+
import { defineComponent as d, useSlots as u, openBlock as P, createBlock as _, unref as i, mergeProps as y, withCtx as a, createVNode as C, normalizeProps as p, guardReactiveProps as s, createSlots as x, renderList as A, renderSlot as B } from "vue";
|
|
2
2
|
import { Popconfirm as b } from "@aplus-frontend/antdv";
|
|
3
3
|
import "../item/index.vue.mjs";
|
|
4
4
|
import { omit as g } from "lodash-unified";
|
|
@@ -22,7 +22,7 @@ const I = /* @__PURE__ */ d({
|
|
|
22
22
|
var r, t, e;
|
|
23
23
|
(t = (r = o.popconfirmProps).onConfirm) == null || t.call(r, n), await ((e = o.onAction) == null ? void 0 : e.call(o, n));
|
|
24
24
|
}
|
|
25
|
-
return (n, r) => (
|
|
25
|
+
return (n, r) => (P(), _(i(b), y(o.popconfirmProps, {
|
|
26
26
|
disabled: !o.popconfirmProps,
|
|
27
27
|
"overlay-style": { zIndex: 1060 },
|
|
28
28
|
onConfirm: m
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as p, useSlots as i,
|
|
1
|
+
import { defineComponent as p, useSlots as i, openBlock as d, createBlock as u, normalizeProps as t, guardReactiveProps as r, createSlots as c, renderList as m, withCtx as f, renderSlot as y } from "vue";
|
|
2
2
|
import "./ap-button.vue2.mjs";
|
|
3
3
|
import B from "./ap-button.vue.mjs";
|
|
4
4
|
const C = /* @__PURE__ */ p({
|
|
@@ -26,7 +26,7 @@ const C = /* @__PURE__ */ p({
|
|
|
26
26
|
},
|
|
27
27
|
setup(n) {
|
|
28
28
|
const a = i(), l = n;
|
|
29
|
-
return (e, b) => (
|
|
29
|
+
return (e, b) => (d(), u(B, t(r({
|
|
30
30
|
...e.$attrs,
|
|
31
31
|
...l
|
|
32
32
|
})), c({ _: 2 }, [
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as W, useSlots as z, ref as L, computed as t,
|
|
1
|
+
import { defineComponent as W, useSlots as z, ref as L, computed as t, openBlock as w, createBlock as M, unref as l, mergeProps as T, createSlots as _, renderList as P, withCtx as $, renderSlot as x, normalizeProps as S, guardReactiveProps as N } from "vue";
|
|
2
2
|
import { Button as A } from "@aplus-frontend/antdv";
|
|
3
3
|
import { wait as D } from "@aplus-frontend/utils";
|
|
4
4
|
import "../config-provider/index.mjs";
|
|
@@ -68,7 +68,7 @@ const q = 72, E = 300, Y = /* @__PURE__ */ W({
|
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
|
-
return (o, c) => (
|
|
71
|
+
return (o, c) => (w(), M(l(A), T({
|
|
72
72
|
class: {
|
|
73
73
|
[l(i)()]: !0,
|
|
74
74
|
[`${l(i)()}-border-link`]: u.value
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as f, useSlots as d,
|
|
1
|
+
import { defineComponent as f, useSlots as d, openBlock as u, createBlock as k, mergeProps as y, unref as P, createSlots as B, renderList as C, withCtx as _, renderSlot as g, normalizeProps as b, guardReactiveProps as h } from "vue";
|
|
2
2
|
import { confirmHandle as O } from "./utils/index.mjs";
|
|
3
3
|
import { omit as l } from "lodash-unified";
|
|
4
4
|
import "./ap-button.vue2.mjs";
|
|
@@ -41,7 +41,7 @@ const N = /* @__PURE__ */ f({
|
|
|
41
41
|
};
|
|
42
42
|
O(e);
|
|
43
43
|
};
|
|
44
|
-
return (n, r) => (
|
|
44
|
+
return (n, r) => (u(), k(S, y(P(l)(o, ["confirmProps", "onClick"]), { onClick: m }), B({ _: 2 }, [
|
|
45
45
|
C(a, (c, e) => ({
|
|
46
46
|
name: e,
|
|
47
47
|
fn: _((t) => [
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as B,
|
|
1
|
+
import { defineComponent as B, openBlock as r, createElementBlock as i, normalizeClass as d, unref as l, normalizeStyle as E, createVNode as _, mergeProps as w, withCtx as b, Fragment as p, renderList as A, createBlock as c, h as u, renderSlot as M, resolveDynamicComponent as j, createCommentVNode as z } from "vue";
|
|
2
2
|
import { Descriptions as F, DescriptionsItem as m } from "@aplus-frontend/antdv";
|
|
3
3
|
import { mixinsAttachmentExtraProps as G, transformValue as L, isEmptyWithType as R } from "./helper.mjs";
|
|
4
4
|
import { get as S } from "lodash-unified";
|
|
@@ -84,12 +84,12 @@ const O = { key: 0 }, Z = /* @__PURE__ */ B({
|
|
|
84
84
|
}, {
|
|
85
85
|
default: b(() => [
|
|
86
86
|
l(R)(l(S)(e.dataSource, t.field), t) ? (r(), i("span", O, "--")) : (r(), i(p, { key: 1 }, [
|
|
87
|
-
t.contentSlotName ?
|
|
87
|
+
t.contentSlotName ? M(e.$slots, t.contentSlotName, {
|
|
88
88
|
key: 0,
|
|
89
89
|
index: a,
|
|
90
90
|
item: y(t),
|
|
91
91
|
record: e.dataSource
|
|
92
|
-
}) : (r(), c(
|
|
92
|
+
}) : (r(), c(j(
|
|
93
93
|
u(p, [
|
|
94
94
|
t.prefix,
|
|
95
95
|
y(t),
|
|
@@ -99,7 +99,7 @@ const O = { key: 0 }, Z = /* @__PURE__ */ B({
|
|
|
99
99
|
], 64))
|
|
100
100
|
]),
|
|
101
101
|
_: 2
|
|
102
|
-
}, 1032, ["class", "label", "span", "content-style", "label-style"])) :
|
|
102
|
+
}, 1032, ["class", "label", "span", "content-style", "label-style"])) : z("", !0)
|
|
103
103
|
], 64))), 128))
|
|
104
104
|
]),
|
|
105
105
|
_: 3
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as r, computed as m, createVNode as t,
|
|
1
|
+
import { defineComponent as r, computed as m, createVNode as t, openBlock as o, createElementBlock as d, createBlock as l, resolveDynamicComponent as u, unref as s, withCtx as f, createCommentVNode as h } from "vue";
|
|
2
2
|
import "../../config-provider/index.mjs";
|
|
3
3
|
import { QuestionCircleOutlined as b } from "@ant-design/icons-vue";
|
|
4
4
|
import { TypographyText as _, Tooltip as y } from "@aplus-frontend/antdv";
|
|
@@ -30,16 +30,16 @@ const C = {
|
|
|
30
30
|
content: e
|
|
31
31
|
}, null)]) : e;
|
|
32
32
|
});
|
|
33
|
-
return (e, c) => (o(), d("span", C, [(o(), l(
|
|
33
|
+
return (e, c) => (o(), d("span", C, [(o(), l(u(a.value))), e.helpMessage ? (o(), l(s(y), {
|
|
34
34
|
key: 0,
|
|
35
35
|
placement: "topLeft",
|
|
36
36
|
title: e.helpMessage
|
|
37
37
|
}, {
|
|
38
|
-
default:
|
|
38
|
+
default: f(() => [t(s(b), {
|
|
39
39
|
class: "ap-descriptions-item-content__help"
|
|
40
40
|
})]),
|
|
41
41
|
_: 1
|
|
42
|
-
}, 8, ["title"])) :
|
|
42
|
+
}, 8, ["title"])) : h("", !0)]));
|
|
43
43
|
}
|
|
44
44
|
});
|
|
45
45
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as x, ref as A, useSlots as S, computed as t, unref as s,
|
|
1
|
+
import { defineComponent as x, ref as A, useSlots as S, computed as t, unref as s, openBlock as r, createBlock as j, mergeProps as I, withCtx as M, createElementVNode as u, normalizeClass as T, createElementBlock as f, createVNode as U, createCommentVNode as g, renderSlot as V, toDisplayString as D } from "vue";
|
|
2
2
|
import { Button as E } from "@aplus-frontend/antdv";
|
|
3
3
|
import { LoadingOutlined as G } from "@ant-design/icons-vue";
|
|
4
4
|
import "../config-provider/index.mjs";
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Drawer as _Drawer } from '@aplus-frontend/antdv';
|
|
2
|
+
import { CreateDrawerFunc } from './interface';
|
|
3
3
|
export * from './interface';
|
|
4
|
-
|
|
4
|
+
type ApDrawerMixedProps = typeof _Drawer & {
|
|
5
|
+
createDrawer: CreateDrawerFunc;
|
|
6
|
+
};
|
|
7
|
+
declare const ApDrawer: ApDrawerMixedProps;
|
|
8
|
+
export { ApDrawer };
|