@aplus-frontend/ui 0.2.0-beta.4 → 0.2.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/es/src/ap-action/group/index.vue.d.ts +1 -1
- package/es/src/ap-action/group/index.vue.mjs +1 -1
- package/es/src/ap-action/interface.d.ts +1 -1
- package/es/src/ap-action/item/index.vue2.mjs +1 -1
- package/es/src/ap-action/item-dropdown/index.vue.d.ts +1 -1
- package/es/src/ap-action/item-dropdown/index.vue.mjs +1 -1
- package/es/src/ap-action/item-modal/index.vue.d.ts +1 -1
- package/es/src/ap-action/item-modal/index.vue.mjs +1 -1
- package/es/src/ap-action/item-popconfirm/index.vue.d.ts +8 -8
- package/es/src/ap-action/item-popconfirm/index.vue.mjs +1 -1
- package/es/src/ap-button/ap-action-button.vue.d.ts +1 -1
- package/es/src/ap-button/ap-button.vue.d.ts +1 -1
- package/es/src/ap-button/ap-button.vue.mjs +1 -1
- package/es/src/ap-button/interface.d.ts +1 -1
- package/es/src/ap-descriptions/ap-descriptions.vue.mjs +1 -1
- package/es/src/ap-descriptions/help-message/index.vue2.mjs +1 -1
- package/es/src/ap-descriptions/interface.d.ts +1 -1
- package/es/src/ap-download/ap-download.vue.d.ts +1 -1
- package/es/src/ap-download/ap-download.vue.mjs +1 -1
- package/es/src/ap-download/interface.d.ts +1 -1
- package/es/src/ap-field/checkbox/helper.d.ts +3 -3
- package/es/src/ap-field/checkbox/index.vue.d.ts +1 -1
- package/es/src/ap-field/checkbox/index.vue.mjs +1 -1
- package/es/src/ap-field/date/constant.d.ts +1 -1
- package/es/src/ap-field/date/helper.d.ts +1 -1
- package/es/src/ap-field/date/index.vue.d.ts +1 -1
- package/es/src/ap-field/date/index.vue.mjs +1 -1
- package/es/src/ap-field/date-range/index.vue.mjs +1 -1
- package/es/src/ap-field/hooks/use-default-placeholder.mjs +14 -14
- package/es/src/ap-field/interface.d.ts +5 -5
- package/es/src/ap-field/number/index.vue.d.ts +4 -4
- package/es/src/ap-field/number/index.vue.mjs +1 -1
- package/es/src/ap-field/radio/helper.d.ts +1 -1
- package/es/src/ap-field/radio/index.vue.mjs +1 -1
- package/es/src/ap-field/rate/index.vue.d.ts +3 -3
- package/es/src/ap-field/rate/index.vue.mjs +1 -1
- package/es/src/ap-field/segmented/index.vue.mjs +1 -1
- package/es/src/ap-field/select/index.vue.d.ts +6 -6
- package/es/src/ap-field/select/index.vue.mjs +1 -1
- package/es/src/ap-field/slider/index.vue.d.ts +4 -4
- package/es/src/ap-field/slider/index.vue.mjs +1 -1
- package/es/src/ap-field/switch/index.vue.mjs +1 -1
- package/es/src/ap-field/text/index.vue.d.ts +1 -1
- package/es/src/ap-field/text/index.vue2.mjs +1 -1
- package/es/src/ap-field/text/input-password-props.d.ts +1 -1
- package/es/src/ap-field/text/password.vue.mjs +1 -1
- package/es/src/ap-field/text-area/index.vue.d.ts +1 -1
- package/es/src/ap-field/text-area/index.vue.mjs +1 -1
- package/es/src/ap-form/ap-form.vue.d.ts +7 -7
- package/es/src/ap-form/ap-form.vue2.mjs +1 -1
- package/es/src/ap-form/context.d.ts +1 -1
- package/es/src/ap-form/drawer-form/index.vue.d.ts +6 -6
- package/es/src/ap-form/drawer-form/index.vue.mjs +1 -1
- package/es/src/ap-form/hooks/use-watch.d.ts +1 -1
- package/es/src/ap-form/interface.d.ts +3 -3
- package/es/src/ap-form/item/index.vue.d.ts +4 -4
- package/es/src/ap-form/item/index.vue.mjs +2 -2
- package/es/src/ap-form/item-group/index.vue.d.ts +2 -2
- package/es/src/ap-form/item-group/index.vue.mjs +1 -1
- package/es/src/ap-form/items/checkbox/index.vue.d.ts +1 -1
- package/es/src/ap-form/items/date/index.vue.d.ts +1 -1
- package/es/src/ap-form/items/date-range/index.vue.d.ts +1 -1
- package/es/src/ap-form/items/interface.d.ts +1 -1
- package/es/src/ap-form/items/number/index.vue.d.ts +3 -3
- package/es/src/ap-form/items/radio/index.vue.d.ts +4 -4
- package/es/src/ap-form/items/select/index.vue.d.ts +1 -1
- package/es/src/ap-form/items/switch/index.vue.d.ts +1 -1
- package/es/src/ap-form/items/text/group.vue2.mjs +1 -1
- package/es/src/ap-form/items/text/index.vue.d.ts +4 -4
- package/es/src/ap-form/items/text/password.vue.d.ts +3 -3
- package/es/src/ap-form/items/text-area/index.vue.d.ts +5 -5
- package/es/src/ap-form/modal-form/index.vue.d.ts +8 -8
- package/es/src/ap-form/modal-form/index.vue.mjs +1 -1
- package/es/src/ap-form/search-form/index.vue.d.ts +4 -4
- package/es/src/ap-form/search-form/index.vue.mjs +1 -1
- package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue2.mjs +1 -1
- package/es/src/ap-list/index.vue.mjs +1 -1
- package/es/src/ap-modal/index.d.ts +1 -1
- package/es/src/ap-modal/index.mjs +1 -1
- package/es/src/ap-modal/interface.d.ts +1 -1
- package/es/src/ap-modal/utils/createModal.mjs +1 -1
- package/es/src/ap-table/ap-table.vue.d.ts +1 -1
- package/es/src/ap-table/ap-table.vue.mjs +104 -109
- package/es/src/ap-table/components/setting/modal/index.vue2.mjs +1 -1
- package/es/src/ap-table/components/setting/select-group/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 +1 -1
- package/es/src/ap-table/components/setting/tree-select/index.vue2.mjs +1 -1
- package/es/src/ap-table/components/setting/utils.d.ts +1 -1
- package/es/src/ap-table/components/status/index.vue2.mjs +1 -1
- package/es/src/ap-table/constants.d.ts +220 -220
- package/es/src/ap-table/context.d.ts +1 -1
- package/es/src/ap-table/hooks/use-table-column-state.mjs +55 -54
- package/es/src/ap-table/hooks/use-table-paging.d.ts +3 -3
- package/es/src/ap-table/hooks/use-table-row-selection.d.ts +1 -1
- package/es/src/ap-table/interface.d.ts +3 -3
- package/es/src/ap-table/utils.d.ts +203 -240
- package/es/src/ap-table/utils.mjs +69 -80
- package/es/src/ap-tag/ap-tag-group.vue.mjs +1 -1
- package/es/src/ap-tag/interface.d.ts +1 -1
- package/es/src/ap-upload/apUpload.vue.d.ts +2 -2
- package/es/src/ap-upload/apUpload.vue.mjs +1 -1
- package/es/src/ap-upload/apUploadTypes.d.ts +18 -0
- package/es/src/ap-upload/components/MultipleFile.vue2.mjs +56 -58
- package/es/src/ap-upload/components/Picture.vue.d.ts +41 -1
- package/es/src/ap-upload/components/Picture.vue2.mjs +103 -82
- package/es/src/ap-upload/components/SingleFile.vue2.mjs +1 -1
- package/es/src/business/ap-attachment/ApAttachment.d.ts +1 -1
- package/es/src/business/ap-attachment/ApAttachment.mjs +1 -1
- package/es/src/business/ap-attachment/index.d.ts +1 -1
- package/es/src/business/ap-attachment/interface.d.ts +1 -1
- package/es/src/business/ap-batch-action/ApBatchAction.vue2.mjs +1 -1
- package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +1 -1
- package/es/src/business/ap-batch-action-group/MenuItemGroup.vue2.mjs +1 -1
- package/es/src/business/ap-batch-action-group/index.d.ts +8 -8
- package/es/src/business/ap-batch-action-group/interface.d.ts +2 -2
- package/es/src/business/ap-button-group/ApButtonGroup.vue2.mjs +1 -1
- package/es/src/business/ap-button-group/index.d.ts +5 -5
- package/es/src/business/ap-button-group/interface.d.ts +1 -1
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +1 -1
- package/es/src/business/ap-expand-alert/interface.d.ts +1 -1
- package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +1 -1
- package/es/src/business/ap-export-group/handleExportDownload.mjs +1 -1
- package/es/src/business/ap-export-group/interface.d.ts +1 -1
- package/es/src/business/ap-image/ApImage.vue2.mjs +1 -1
- package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +1 -1
- package/es/src/business/ap-input-radio/index.d.ts +2 -2
- package/es/src/business/ap-input-radio/interface.d.ts +1 -1
- package/es/src/business/ap-label/ApLabel.d.ts +2 -2
- package/es/src/business/ap-label/ApLabel.mjs +1 -1
- package/es/src/business/ap-label/constans.d.ts +2 -2
- package/es/src/business/ap-label/constans.mjs +1 -1
- package/es/src/business/ap-label/group/ApLabelGroup.mjs +1 -1
- package/es/src/business/ap-label/index.d.ts +2 -2
- package/es/src/business/ap-label/interface.d.ts +3 -3
- package/es/src/business/ap-ladder/ApLadder.vue.d.ts +5 -5
- package/es/src/business/ap-ladder/ApLadder.vue2.mjs +1 -1
- package/es/src/business/ap-ladder/index.d.ts +5 -5
- package/es/src/business/ap-ladder/interface.d.ts +1 -1
- package/es/src/business/ap-select-layout/select-layout.vue2.mjs +1 -1
- package/es/src/business/ap-summary/ap-summary.vue2.mjs +1 -1
- package/es/src/business/ap-summary/interface.d.ts +2 -2
- package/es/src/business/ap-summary/utils.d.ts +1 -1
- package/es/src/business/ap-summary/utils.mjs +16 -16
- package/es/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +1 -1
- package/es/src/business/ap-table-modal/hooks/use-table-modal.d.ts +1 -1
- package/es/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +1 -1
- package/es/src/business/ap-table-modal/index.d.ts +5 -5
- package/es/src/business/ap-table-modal/interface.d.ts +1 -1
- package/es/src/business/ap-table-modal/table-modal.vue.d.ts +1 -1
- package/es/src/business/ap-table-modal/table-modal.vue2.mjs +1 -1
- package/es/src/business/ap-title/ApTitle.vue2.mjs +1 -1
- package/es/src/business/hooks/usePageListApTable.d.ts +1 -1
- package/es/src/check-card/index.vue2.mjs +1 -1
- package/es/src/config-provider/config-provider-props.d.ts +8 -8
- package/es/src/config-provider/config-provider-props.mjs +1 -1
- package/es/src/config-provider/config-provider.d.ts +8 -8
- package/es/src/config-provider/config-provider.mjs +1 -1
- package/es/src/config-provider/constants.d.ts +1 -1
- package/es/src/config-provider/hooks/use-global-config.d.ts +8 -8
- package/es/src/config-provider/index.d.ts +8 -8
- package/es/src/design-token/index.d.ts +1 -1
- package/es/src/editable-table/form-item.vue.d.ts +1 -0
- package/es/src/editable-table/form-item.vue.mjs +60 -55
- package/es/src/editable-table/hooks/use-get-columns.d.ts +1 -1
- package/es/src/editable-table/hooks/use-get-columns.mjs +29 -34
- package/es/src/editable-table/index.vue.d.ts +1 -1
- package/es/src/editable-table/index.vue.mjs +1 -1
- package/es/src/editable-table/interface.d.ts +6 -6
- package/es/src/editable-table/utils.mjs +69 -69
- package/es/src/hooks/useMessage.d.ts +4 -4
- package/es/src/hooks/useMessage.mjs +1 -1
- package/es/src/locale/lang/en.mjs +4 -0
- package/es/src/locale/lang/zh-cn.mjs +4 -0
- package/es/src/utils/config-provider-preset.d.ts +10 -10
- package/es/src/work-order-modal/help-message.vue2.mjs +1 -1
- package/es/src/work-order-modal/interfaces.d.ts +1 -1
- package/es/src/work-order-modal/work-order-modal.vue.mjs +1 -1
- package/lib/src/ap-action/group/index.vue.d.ts +1 -1
- package/lib/src/ap-action/group/index.vue.js +1 -1
- package/lib/src/ap-action/interface.d.ts +1 -1
- package/lib/src/ap-action/item/index.vue2.js +1 -1
- package/lib/src/ap-action/item-dropdown/index.vue.d.ts +1 -1
- package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
- package/lib/src/ap-action/item-modal/index.vue.d.ts +1 -1
- package/lib/src/ap-action/item-modal/index.vue.js +1 -1
- package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +8 -8
- package/lib/src/ap-action/item-popconfirm/index.vue.js +1 -1
- package/lib/src/ap-button/ap-action-button.vue.d.ts +1 -1
- package/lib/src/ap-button/ap-button.vue.d.ts +1 -1
- package/lib/src/ap-button/ap-button.vue.js +1 -1
- package/lib/src/ap-button/interface.d.ts +1 -1
- package/lib/src/ap-descriptions/ap-descriptions.vue.js +1 -1
- package/lib/src/ap-descriptions/help-message/index.vue2.js +1 -1
- package/lib/src/ap-descriptions/interface.d.ts +1 -1
- package/lib/src/ap-download/ap-download.vue.d.ts +1 -1
- package/lib/src/ap-download/ap-download.vue.js +1 -1
- package/lib/src/ap-download/interface.d.ts +1 -1
- package/lib/src/ap-field/checkbox/helper.d.ts +3 -3
- package/lib/src/ap-field/checkbox/index.vue.d.ts +1 -1
- package/lib/src/ap-field/checkbox/index.vue.js +1 -1
- package/lib/src/ap-field/date/constant.d.ts +1 -1
- package/lib/src/ap-field/date/helper.d.ts +1 -1
- package/lib/src/ap-field/date/index.vue.d.ts +1 -1
- package/lib/src/ap-field/date/index.vue.js +1 -1
- package/lib/src/ap-field/date-range/index.vue.js +1 -1
- package/lib/src/ap-field/hooks/use-default-placeholder.js +1 -1
- package/lib/src/ap-field/interface.d.ts +5 -5
- package/lib/src/ap-field/number/index.vue.d.ts +4 -4
- package/lib/src/ap-field/number/index.vue.js +1 -1
- package/lib/src/ap-field/radio/helper.d.ts +1 -1
- package/lib/src/ap-field/radio/index.vue.js +1 -1
- package/lib/src/ap-field/rate/index.vue.d.ts +3 -3
- package/lib/src/ap-field/rate/index.vue.js +1 -1
- package/lib/src/ap-field/segmented/index.vue.js +1 -1
- package/lib/src/ap-field/select/index.vue.d.ts +6 -6
- package/lib/src/ap-field/select/index.vue.js +1 -1
- package/lib/src/ap-field/slider/index.vue.d.ts +4 -4
- package/lib/src/ap-field/slider/index.vue.js +1 -1
- package/lib/src/ap-field/switch/index.vue.js +1 -1
- package/lib/src/ap-field/text/index.vue.d.ts +1 -1
- package/lib/src/ap-field/text/index.vue2.js +1 -1
- package/lib/src/ap-field/text/input-password-props.d.ts +1 -1
- package/lib/src/ap-field/text/password.vue.js +1 -1
- package/lib/src/ap-field/text-area/index.vue.d.ts +1 -1
- package/lib/src/ap-field/text-area/index.vue.js +1 -1
- package/lib/src/ap-form/ap-form.vue.d.ts +7 -7
- package/lib/src/ap-form/ap-form.vue2.js +1 -1
- package/lib/src/ap-form/context.d.ts +1 -1
- package/lib/src/ap-form/drawer-form/index.vue.d.ts +6 -6
- package/lib/src/ap-form/drawer-form/index.vue.js +1 -1
- package/lib/src/ap-form/hooks/use-watch.d.ts +1 -1
- package/lib/src/ap-form/interface.d.ts +3 -3
- package/lib/src/ap-form/item/index.vue.d.ts +4 -4
- package/lib/src/ap-form/item/index.vue.js +1 -1
- package/lib/src/ap-form/item-group/index.vue.d.ts +2 -2
- package/lib/src/ap-form/item-group/index.vue.js +1 -1
- package/lib/src/ap-form/items/checkbox/index.vue.d.ts +1 -1
- package/lib/src/ap-form/items/date/index.vue.d.ts +1 -1
- package/lib/src/ap-form/items/date-range/index.vue.d.ts +1 -1
- package/lib/src/ap-form/items/interface.d.ts +1 -1
- package/lib/src/ap-form/items/number/index.vue.d.ts +3 -3
- package/lib/src/ap-form/items/radio/index.vue.d.ts +4 -4
- package/lib/src/ap-form/items/select/index.vue.d.ts +1 -1
- package/lib/src/ap-form/items/switch/index.vue.d.ts +1 -1
- package/lib/src/ap-form/items/text/group.vue2.js +1 -1
- package/lib/src/ap-form/items/text/index.vue.d.ts +4 -4
- package/lib/src/ap-form/items/text/password.vue.d.ts +3 -3
- package/lib/src/ap-form/items/text-area/index.vue.d.ts +5 -5
- package/lib/src/ap-form/modal-form/index.vue.d.ts +8 -8
- package/lib/src/ap-form/modal-form/index.vue.js +1 -1
- package/lib/src/ap-form/search-form/index.vue.d.ts +4 -4
- package/lib/src/ap-form/search-form/index.vue.js +1 -1
- package/lib/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue2.js +1 -1
- package/lib/src/ap-list/index.vue.js +1 -1
- package/lib/src/ap-modal/index.d.ts +1 -1
- package/lib/src/ap-modal/index.js +1 -1
- package/lib/src/ap-modal/interface.d.ts +1 -1
- package/lib/src/ap-modal/utils/createModal.js +1 -1
- package/lib/src/ap-table/ap-table.vue.d.ts +1 -1
- package/lib/src/ap-table/ap-table.vue.js +1 -1
- package/lib/src/ap-table/components/setting/modal/index.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/select-group/index.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/sortable/item.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/sorter/index.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/tree-select/index.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/utils.d.ts +1 -1
- package/lib/src/ap-table/components/status/index.vue2.js +1 -1
- package/lib/src/ap-table/constants.d.ts +220 -220
- package/lib/src/ap-table/context.d.ts +1 -1
- package/lib/src/ap-table/hooks/use-table-column-state.js +1 -1
- package/lib/src/ap-table/hooks/use-table-paging.d.ts +3 -3
- package/lib/src/ap-table/hooks/use-table-row-selection.d.ts +1 -1
- package/lib/src/ap-table/interface.d.ts +3 -3
- package/lib/src/ap-table/utils.d.ts +203 -240
- package/lib/src/ap-table/utils.js +1 -1
- package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
- package/lib/src/ap-tag/interface.d.ts +1 -1
- package/lib/src/ap-upload/apUpload.vue.d.ts +2 -2
- package/lib/src/ap-upload/apUpload.vue.js +1 -1
- package/lib/src/ap-upload/apUploadTypes.d.ts +18 -0
- package/lib/src/ap-upload/components/MultipleFile.vue2.js +1 -1
- package/lib/src/ap-upload/components/Picture.vue.d.ts +41 -1
- package/lib/src/ap-upload/components/Picture.vue2.js +1 -1
- package/lib/src/ap-upload/components/SingleFile.vue2.js +1 -1
- package/lib/src/business/ap-attachment/ApAttachment.d.ts +1 -1
- package/lib/src/business/ap-attachment/ApAttachment.js +1 -1
- package/lib/src/business/ap-attachment/index.d.ts +1 -1
- package/lib/src/business/ap-attachment/interface.d.ts +1 -1
- package/lib/src/business/ap-batch-action/ApBatchAction.vue2.js +1 -1
- package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.js +1 -1
- package/lib/src/business/ap-batch-action-group/MenuItemGroup.vue2.js +1 -1
- package/lib/src/business/ap-batch-action-group/index.d.ts +8 -8
- package/lib/src/business/ap-batch-action-group/interface.d.ts +2 -2
- package/lib/src/business/ap-button-group/ApButtonGroup.vue2.js +1 -1
- package/lib/src/business/ap-button-group/index.d.ts +5 -5
- package/lib/src/business/ap-button-group/interface.d.ts +1 -1
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
- package/lib/src/business/ap-expand-alert/interface.d.ts +1 -1
- package/lib/src/business/ap-export-group/ApExportGroup.vue2.js +1 -1
- package/lib/src/business/ap-export-group/handleExportDownload.js +1 -1
- package/lib/src/business/ap-export-group/interface.d.ts +1 -1
- package/lib/src/business/ap-image/ApImage.vue2.js +1 -1
- package/lib/src/business/ap-input-radio/ApInputRadio.vue2.js +1 -1
- package/lib/src/business/ap-input-radio/index.d.ts +2 -2
- package/lib/src/business/ap-input-radio/interface.d.ts +1 -1
- package/lib/src/business/ap-label/ApLabel.d.ts +2 -2
- package/lib/src/business/ap-label/ApLabel.js +1 -1
- package/lib/src/business/ap-label/constans.d.ts +2 -2
- package/lib/src/business/ap-label/constans.js +1 -1
- package/lib/src/business/ap-label/group/ApLabelGroup.js +1 -1
- package/lib/src/business/ap-label/index.d.ts +2 -2
- package/lib/src/business/ap-label/interface.d.ts +3 -3
- package/lib/src/business/ap-ladder/ApLadder.vue.d.ts +5 -5
- package/lib/src/business/ap-ladder/ApLadder.vue2.js +1 -1
- package/lib/src/business/ap-ladder/index.d.ts +5 -5
- package/lib/src/business/ap-ladder/interface.d.ts +1 -1
- package/lib/src/business/ap-select-layout/select-layout.vue2.js +1 -1
- package/lib/src/business/ap-summary/ap-summary.vue2.js +1 -1
- package/lib/src/business/ap-summary/interface.d.ts +2 -2
- package/lib/src/business/ap-summary/utils.d.ts +1 -1
- package/lib/src/business/ap-summary/utils.js +1 -1
- package/lib/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +1 -1
- package/lib/src/business/ap-table-modal/hooks/use-table-modal.d.ts +1 -1
- package/lib/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +1 -1
- package/lib/src/business/ap-table-modal/index.d.ts +5 -5
- package/lib/src/business/ap-table-modal/interface.d.ts +1 -1
- package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +1 -1
- package/lib/src/business/ap-table-modal/table-modal.vue2.js +1 -1
- package/lib/src/business/ap-title/ApTitle.vue2.js +1 -1
- package/lib/src/business/hooks/usePageListApTable.d.ts +1 -1
- package/lib/src/check-card/index.vue2.js +1 -1
- package/lib/src/config-provider/config-provider-props.d.ts +8 -8
- package/lib/src/config-provider/config-provider-props.js +1 -1
- package/lib/src/config-provider/config-provider.d.ts +8 -8
- package/lib/src/config-provider/config-provider.js +1 -1
- package/lib/src/config-provider/constants.d.ts +1 -1
- package/lib/src/config-provider/hooks/use-global-config.d.ts +8 -8
- package/lib/src/config-provider/index.d.ts +8 -8
- package/lib/src/design-token/index.d.ts +1 -1
- package/lib/src/editable-table/form-item.vue.d.ts +1 -0
- package/lib/src/editable-table/form-item.vue.js +1 -1
- package/lib/src/editable-table/hooks/use-get-columns.d.ts +1 -1
- package/lib/src/editable-table/hooks/use-get-columns.js +1 -1
- package/lib/src/editable-table/index.vue.d.ts +1 -1
- package/lib/src/editable-table/index.vue.js +1 -1
- package/lib/src/editable-table/interface.d.ts +6 -6
- package/lib/src/editable-table/utils.js +1 -1
- package/lib/src/hooks/useMessage.d.ts +4 -4
- package/lib/src/hooks/useMessage.js +1 -1
- package/lib/src/locale/lang/en.js +1 -1
- package/lib/src/locale/lang/zh-cn.js +1 -1
- package/lib/src/utils/config-provider-preset.d.ts +10 -10
- package/lib/src/work-order-modal/help-message.vue2.js +1 -1
- package/lib/src/work-order-modal/interfaces.d.ts +1 -1
- package/lib/src/work-order-modal/work-order-modal.vue.js +1 -1
- package/package.json +3 -3
|
@@ -1,24 +1,23 @@
|
|
|
1
|
-
import { defineComponent as Ce, useSlots as
|
|
2
|
-
import { Typography as
|
|
3
|
-
import { useToken as Ee } from "
|
|
1
|
+
import { defineComponent as Ce, useSlots as ve, ref as z, computed as s, unref as t, createVNode as f, Fragment as U, watchEffect as Te, watch as G, openBlock as m, createElementBlock as F, normalizeClass as c, normalizeStyle as M, mergeProps as h, createSlots as J, withCtx as w, renderList as Q, createBlock as X, resolveDynamicComponent as Fe, renderSlot as S, createCommentVNode as Y, createElementVNode as I, h as xe, normalizeProps as Be, guardReactiveProps as Pe } from "vue";
|
|
2
|
+
import { Typography as ke, Divider as ze, Button as Ie, Table as Ne } from "@aplus-frontend/antdv";
|
|
3
|
+
import { useToken as Ee } from "@aplus-frontend/antdv/es/theme/internal";
|
|
4
4
|
import { ApForm as Ke } from "../ap-form/index.mjs";
|
|
5
5
|
import { noRenderAsFormItemValueList as Z } from "./constants.mjs";
|
|
6
6
|
import "../config-provider/index.mjs";
|
|
7
|
-
import { useTablePaging as
|
|
8
|
-
import { omit as _, isUndefined as g, isBoolean as
|
|
9
|
-
import { apColumnToColumn as
|
|
10
|
-
import
|
|
11
|
-
import { getRawDisplayValue as
|
|
12
|
-
import
|
|
13
|
-
import { isDef as
|
|
14
|
-
import { SettingOutlined as
|
|
7
|
+
import { useTablePaging as Le } from "./hooks/use-table-paging.mjs";
|
|
8
|
+
import { omit as _, isUndefined as g, isBoolean as Oe } from "lodash-unified";
|
|
9
|
+
import { apColumnToColumn as Ve, getTableTitle as De, getTableRenderType as je, getTableRenderProps as Ae, getTableCellRenderNode as We, getColumnOrder as ee, updateFormProps as $e, getFieldProps as He, getSearchFormItemRenderNode as qe, objectToString as Ue } from "./utils.mjs";
|
|
10
|
+
import Ge from "./hooks/use-table-content-height.mjs";
|
|
11
|
+
import { getRawDisplayValue as Me } from "../editable-table/utils.mjs";
|
|
12
|
+
import Je from "./hooks/use-table-row-selection.mjs";
|
|
13
|
+
import { isDef as Qe } from "../utils/index.mjs";
|
|
14
|
+
import { SettingOutlined as Xe } from "@ant-design/icons-vue";
|
|
15
15
|
import "./components/setting/modal/index.vue.mjs";
|
|
16
|
-
import { useProvideApTable as
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import
|
|
20
|
-
|
|
21
|
-
const Ta = /* @__PURE__ */ Ce({
|
|
16
|
+
import { useProvideApTable as Ye } from "./context.mjs";
|
|
17
|
+
import { useNamespace as Ze } from "../config-provider/hooks/use-namespace.mjs";
|
|
18
|
+
import { useGlobalConfig as _e } from "../config-provider/hooks/use-global-config.mjs";
|
|
19
|
+
import ea from "./components/setting/modal/index.vue2.mjs";
|
|
20
|
+
const ba = /* @__PURE__ */ Ce({
|
|
22
21
|
name: "ApTable",
|
|
23
22
|
__name: "ap-table",
|
|
24
23
|
props: {
|
|
@@ -147,112 +146,108 @@ const Ta = /* @__PURE__ */ Ce({
|
|
|
147
146
|
}) {
|
|
148
147
|
const a = ae;
|
|
149
148
|
let N = 0;
|
|
150
|
-
const b =
|
|
151
|
-
t: re
|
|
152
|
-
} = ea(), {
|
|
149
|
+
const b = ve(), [, te] = Ee(), {
|
|
153
150
|
e: x,
|
|
154
151
|
b: i,
|
|
155
|
-
be:
|
|
156
|
-
} =
|
|
157
|
-
height:
|
|
158
|
-
contentRef:
|
|
159
|
-
} =
|
|
160
|
-
|
|
161
|
-
columns: s(() =>
|
|
162
|
-
columnsBackup: s(() =>
|
|
152
|
+
be: E
|
|
153
|
+
} = Ze("ap-table"), K = _e("valueTypeMap"), {
|
|
154
|
+
height: re,
|
|
155
|
+
contentRef: le
|
|
156
|
+
} = Ge(), B = z(a.size), d = z([]), L = z([]);
|
|
157
|
+
Ye({
|
|
158
|
+
columns: s(() => d.value),
|
|
159
|
+
columnsBackup: s(() => L.value),
|
|
163
160
|
size: s(() => B.value),
|
|
164
161
|
updateColumns(e) {
|
|
165
|
-
|
|
162
|
+
d.value = e;
|
|
166
163
|
},
|
|
167
164
|
updateSize(e) {
|
|
168
165
|
B.value = e;
|
|
169
166
|
}
|
|
170
167
|
});
|
|
171
|
-
const
|
|
168
|
+
const ne = () => {
|
|
172
169
|
var r;
|
|
173
170
|
let e = ((r = a.columns) == null ? void 0 : r.filter((l) => !l.hideInTable)) || [];
|
|
174
|
-
function o(l,
|
|
171
|
+
function o(l, u) {
|
|
175
172
|
return l.map((n) => ({
|
|
176
|
-
resizable:
|
|
177
|
-
..._(
|
|
178
|
-
fixed:
|
|
179
|
-
title:
|
|
173
|
+
resizable: Qe(n.resizable) ? n.resizable : a.columnResizable,
|
|
174
|
+
..._(Ve(n), ["ellipsis"]),
|
|
175
|
+
fixed: u ? u.fixed : n.fixed,
|
|
176
|
+
title: De(n, E("table-header", "title"), b.headerCell, t(te).colorPrimary),
|
|
180
177
|
customRender({
|
|
181
178
|
value: p,
|
|
182
179
|
...y
|
|
183
180
|
}) {
|
|
184
181
|
var H, q;
|
|
185
|
-
const W =
|
|
182
|
+
const W = je(n), Se = Ae({
|
|
186
183
|
...n,
|
|
187
184
|
valueType: W
|
|
188
185
|
}, {
|
|
189
186
|
value: p,
|
|
190
187
|
...y
|
|
191
|
-
}),
|
|
188
|
+
}), be = We(W, Se, y.record, t(K)), $ = ((H = n.renderText) == null ? void 0 : H.call(n, {
|
|
192
189
|
value: p,
|
|
193
190
|
...y
|
|
194
|
-
})) || p,
|
|
191
|
+
})) || p, Re = n.renderText ? f(U, null, [(q = n.renderText) == null ? void 0 : q.call(n, {
|
|
195
192
|
value: p,
|
|
196
193
|
...y
|
|
197
|
-
})]) :
|
|
198
|
-
let
|
|
199
|
-
return n.customRender && (
|
|
194
|
+
})]) : be;
|
|
195
|
+
let k = ge(n, $, Re);
|
|
196
|
+
return n.customRender && (k = n.customRender({
|
|
200
197
|
value: p,
|
|
201
198
|
...y,
|
|
202
199
|
column: n,
|
|
203
|
-
originalNode:
|
|
200
|
+
originalNode: k,
|
|
204
201
|
originalText: $
|
|
205
|
-
})),
|
|
202
|
+
})), k;
|
|
206
203
|
},
|
|
207
|
-
children: o(n.children || [],
|
|
204
|
+
children: o(n.children || [], u || n)
|
|
208
205
|
}));
|
|
209
206
|
}
|
|
210
207
|
return o(e);
|
|
211
208
|
};
|
|
212
|
-
|
|
213
|
-
const e =
|
|
214
|
-
|
|
209
|
+
Te(() => {
|
|
210
|
+
const e = ne();
|
|
211
|
+
d.value = e, L.value = e;
|
|
215
212
|
});
|
|
216
213
|
const O = s(() => {
|
|
217
214
|
var e, o, r;
|
|
218
|
-
return N++, ((r = (o = (e = a.columns) == null ? void 0 : e.filter((l) => !l.hideInSearch && l.dataIndex && (l.valueType || l.customRenderFormItem) && !Z.includes(l.valueType))) == null ? void 0 : o.sort((l,
|
|
215
|
+
return N++, ((r = (o = (e = a.columns) == null ? void 0 : e.filter((l) => !l.hideInSearch && l.dataIndex && (l.valueType || l.customRenderFormItem) && !Z.includes(l.valueType))) == null ? void 0 : o.sort((l, u) => {
|
|
219
216
|
let n = ee(l.order);
|
|
220
|
-
return ee(
|
|
217
|
+
return ee(u.order) - n;
|
|
221
218
|
})) == null ? void 0 : r.map((l) => {
|
|
222
|
-
const
|
|
219
|
+
const u = $e(l, He(l.fieldProps, {})), n = {
|
|
223
220
|
...l,
|
|
224
221
|
fieldProps: {
|
|
225
222
|
label: l.title,
|
|
226
223
|
name: l.dataIndex,
|
|
227
|
-
...
|
|
228
|
-
// 格式化placeholder
|
|
229
|
-
placeholder: Ue(re, l.valueType, d == null ? void 0 : d.placeholder),
|
|
224
|
+
...u || {},
|
|
230
225
|
_signal: N
|
|
231
226
|
},
|
|
232
227
|
renderNode: void 0
|
|
233
228
|
};
|
|
234
|
-
return n.renderNode =
|
|
229
|
+
return n.renderNode = qe(n, t(K)), n;
|
|
235
230
|
})) || [];
|
|
236
|
-
}),
|
|
231
|
+
}), se = s(() => t(d).filter((e) => e.sorter === !0).map((e) => e.dataIndex).filter(Boolean)), de = s(() => t(d).filter((e) => e.filters && !e.onFilter).map((e) => e.dataIndex).filter(Boolean)), ue = s(() => g(a.dataSource) ? T.value.records : a.dataSource), {
|
|
237
232
|
rowSelection: R,
|
|
238
|
-
selectedRows:
|
|
239
|
-
...
|
|
240
|
-
} =
|
|
233
|
+
selectedRows: C,
|
|
234
|
+
...v
|
|
235
|
+
} = Je({
|
|
241
236
|
...a.rowSelection === !0 ? {} : a.rowSelection,
|
|
242
237
|
rowKey: a.rowKey,
|
|
243
|
-
dataSource:
|
|
238
|
+
dataSource: ue
|
|
244
239
|
}), {
|
|
245
|
-
formRef:
|
|
240
|
+
formRef: P,
|
|
246
241
|
submit: V,
|
|
247
242
|
reset: D,
|
|
248
243
|
tableProps: j,
|
|
249
|
-
refresh:
|
|
244
|
+
refresh: ie,
|
|
250
245
|
data: T,
|
|
251
|
-
setDataSource:
|
|
252
|
-
} =
|
|
246
|
+
setDataSource: ce
|
|
247
|
+
} = Le({
|
|
253
248
|
async request(e) {
|
|
254
249
|
var r, l;
|
|
255
|
-
if (!R.value.preserveSelectedRowKeys && g(a.dataSource) &&
|
|
250
|
+
if (!R.value.preserveSelectedRowKeys && g(a.dataSource) && v.clearAll(), !g(a.dataSource))
|
|
256
251
|
return {
|
|
257
252
|
data: a.dataSource || [],
|
|
258
253
|
total: a.dataSource.length || 0
|
|
@@ -263,8 +258,8 @@ const Ta = /* @__PURE__ */ Ce({
|
|
|
263
258
|
total: (o == null ? void 0 : o.total) || 0
|
|
264
259
|
};
|
|
265
260
|
},
|
|
266
|
-
filterFields:
|
|
267
|
-
sortFields:
|
|
261
|
+
filterFields: de,
|
|
262
|
+
sortFields: se,
|
|
268
263
|
defaultParams: a.params,
|
|
269
264
|
defaultData: a.defaultData,
|
|
270
265
|
manual: a.manual,
|
|
@@ -273,16 +268,16 @@ const Ta = /* @__PURE__ */ Ce({
|
|
|
273
268
|
formatParams: a.beforeSearchSubmit,
|
|
274
269
|
showLessItems: a.pagination ? a.pagination.showLessItems : void 0,
|
|
275
270
|
showTotal: a.pagination ? a.pagination.showTotal : void 0
|
|
276
|
-
}),
|
|
271
|
+
}), pe = s(() => {
|
|
277
272
|
var o, r;
|
|
278
273
|
if (a.adaptive && (T.value.total > 0 || ((o = a.dataSource) == null ? void 0 : o.length)))
|
|
279
274
|
return {
|
|
280
|
-
y: t(
|
|
275
|
+
y: t(re),
|
|
281
276
|
x: ((r = a.scroll) == null ? void 0 : r.x) || "100%"
|
|
282
277
|
};
|
|
283
278
|
if (a.scroll)
|
|
284
279
|
return a.scroll;
|
|
285
|
-
}),
|
|
280
|
+
}), fe = s(() => {
|
|
286
281
|
var e;
|
|
287
282
|
if (a.tableLayout)
|
|
288
283
|
return a.tableLayout;
|
|
@@ -301,73 +296,73 @@ const Ta = /* @__PURE__ */ Ce({
|
|
|
301
296
|
} : a.rowSelection,
|
|
302
297
|
loading: g(a.loading) ? e.loading : a.loading,
|
|
303
298
|
pagination: a.pagination === !1 ? !1 : e.pagination,
|
|
304
|
-
scroll: t(
|
|
299
|
+
scroll: t(pe)
|
|
305
300
|
};
|
|
306
|
-
}),
|
|
307
|
-
function
|
|
301
|
+
}), me = s(() => [i(), a.card ? null : i("wrapper"), a.adaptive ? i("adaptive") : null].filter(Boolean));
|
|
302
|
+
function ge(e, o, r) {
|
|
308
303
|
if (Z.includes(e.valueType))
|
|
309
304
|
return r;
|
|
310
|
-
const l =
|
|
311
|
-
return e.copyable || e.ellipsis ? f(
|
|
305
|
+
const l = Ue(o);
|
|
306
|
+
return e.copyable || e.ellipsis ? f(ke.Paragraph, {
|
|
312
307
|
copyable: e.copyable ? {
|
|
313
308
|
text: l,
|
|
314
309
|
tooltip: !1
|
|
315
310
|
} : !1,
|
|
316
|
-
ellipsis: e.ellipsis ?
|
|
311
|
+
ellipsis: e.ellipsis ? Oe(e.ellipsis) ? {
|
|
317
312
|
tooltip: l
|
|
318
313
|
} : {
|
|
319
314
|
...e.ellipsis,
|
|
320
315
|
tooltip: l
|
|
321
316
|
} : !1,
|
|
322
|
-
content: e.ellipsis ?
|
|
317
|
+
content: e.ellipsis ? Me(e, o) : r
|
|
323
318
|
}, null) : r;
|
|
324
319
|
}
|
|
325
320
|
G(() => t(T).loading, (e) => {
|
|
326
321
|
var o;
|
|
327
322
|
(o = a.onLoadingChange) == null || o.call(a, e);
|
|
328
323
|
}), G(() => a.dataSource, (e) => {
|
|
329
|
-
|
|
324
|
+
ce(e);
|
|
330
325
|
}, {
|
|
331
326
|
immediate: !0
|
|
332
327
|
});
|
|
333
|
-
function
|
|
328
|
+
function ye(e) {
|
|
334
329
|
var o, r, l;
|
|
335
|
-
(l = (r = (o =
|
|
330
|
+
(l = (r = (o = P.value) == null ? void 0 : o.apForm) == null ? void 0 : r.setFieldsValue) == null || l.call(r, e);
|
|
336
331
|
}
|
|
337
|
-
function
|
|
332
|
+
function he() {
|
|
338
333
|
var e, o, r;
|
|
339
|
-
return (r = (o = (e =
|
|
334
|
+
return (r = (o = (e = P.value) == null ? void 0 : e.apForm) == null ? void 0 : o.getFieldsValue) == null ? void 0 : r.call(o, !0);
|
|
340
335
|
}
|
|
341
|
-
function
|
|
342
|
-
return t(
|
|
336
|
+
function we() {
|
|
337
|
+
return t(d);
|
|
343
338
|
}
|
|
344
339
|
return oe({
|
|
345
340
|
submit: () => V(),
|
|
346
341
|
reset: () => D(),
|
|
347
|
-
refresh: () =>
|
|
348
|
-
setSearchFormValues:
|
|
349
|
-
getSearchFormValues:
|
|
350
|
-
getShownColumns:
|
|
342
|
+
refresh: () => ie(),
|
|
343
|
+
setSearchFormValues: ye,
|
|
344
|
+
getSearchFormValues: he,
|
|
345
|
+
getShownColumns: we,
|
|
351
346
|
dataSource: s(() => t(T).records),
|
|
352
347
|
rowSelection: {
|
|
353
|
-
selectedRows: s(() => t(
|
|
354
|
-
...
|
|
348
|
+
selectedRows: s(() => t(C)),
|
|
349
|
+
...v
|
|
355
350
|
}
|
|
356
351
|
}), (e, o) => (m(), F("div", {
|
|
357
|
-
class: c(
|
|
352
|
+
class: c(me.value)
|
|
358
353
|
}, [t(g)(e.dataSource) && e.searchForm !== !1 && O.value.length > 0 ? (m(), F("div", {
|
|
359
354
|
key: 0,
|
|
360
355
|
class: c(e.card ? t(x)("search-wrapper") : null),
|
|
361
356
|
style: M(e.searchFormWrapperStyle)
|
|
362
357
|
}, [f(t(Ke).SearchForm, h(e.searchForm || {}, {
|
|
363
358
|
ref_key: "formRef",
|
|
364
|
-
ref:
|
|
359
|
+
ref: P,
|
|
365
360
|
"custom-reset": "",
|
|
366
361
|
onSubmit: t(V),
|
|
367
362
|
onReset: t(D),
|
|
368
363
|
"submit-loading": t(j).loading
|
|
369
364
|
}), J({
|
|
370
|
-
default: w(() => [(m(!0), F(U, null, Q(O.value, (r) => (m(), X(
|
|
365
|
+
default: w(() => [(m(!0), F(U, null, Q(O.value, (r) => (m(), X(Fe(r.renderNode), h({
|
|
371
366
|
key: r.dataIndex,
|
|
372
367
|
ref_for: !0
|
|
373
368
|
}, r.fieldProps || {}, {
|
|
@@ -380,7 +375,7 @@ const Ta = /* @__PURE__ */ Ce({
|
|
|
380
375
|
key: "0"
|
|
381
376
|
} : void 0]), 1040, ["onSubmit", "onReset", "submit-loading"])], 6)) : Y("", !0), I("div", {
|
|
382
377
|
ref_key: "contentRef",
|
|
383
|
-
ref:
|
|
378
|
+
ref: le,
|
|
384
379
|
class: c([t(x)("table-wrapper"), e.card ? t(x)("table-wrapper-card") : null]),
|
|
385
380
|
style: M(e.tableWrapperStyle)
|
|
386
381
|
}, [I("div", {
|
|
@@ -389,47 +384,47 @@ const Ta = /* @__PURE__ */ Ce({
|
|
|
389
384
|
key: 0,
|
|
390
385
|
class: c(t(i)("header"))
|
|
391
386
|
}, [I("div", {
|
|
392
|
-
class: c(t(
|
|
387
|
+
class: c(t(E)("header", "title"))
|
|
393
388
|
}, [S(e.$slots, "title", h({
|
|
394
|
-
selectedRows: t(
|
|
389
|
+
selectedRows: t(C),
|
|
395
390
|
selectedRowKeys: t(R).selectedRowKeys,
|
|
396
|
-
shownColumns:
|
|
397
|
-
},
|
|
391
|
+
shownColumns: d.value
|
|
392
|
+
}, v))], 2), b.title ? (m(), X(t(ze), {
|
|
398
393
|
key: 0,
|
|
399
394
|
type: "vertical"
|
|
400
|
-
})) : Y("", !0), f(
|
|
395
|
+
})) : Y("", !0), f(ea, {
|
|
401
396
|
config: e.settings === !0 ? {} : e.settings
|
|
402
397
|
}, {
|
|
403
|
-
trigger: w(() => [f(t(
|
|
398
|
+
trigger: w(() => [f(t(Ie), {
|
|
404
399
|
class: c(t(i)("setting-trigger-button")),
|
|
405
|
-
icon:
|
|
400
|
+
icon: xe(t(Xe))
|
|
406
401
|
}, null, 8, ["class", "icon"])]),
|
|
407
402
|
_: 1
|
|
408
403
|
}, 8, ["config"])], 2)) : S(e.$slots, "title", h({
|
|
409
404
|
key: 1,
|
|
410
|
-
selectedRows: t(
|
|
405
|
+
selectedRows: t(C),
|
|
411
406
|
selectedRowKeys: t(R).selectedRowKeys,
|
|
412
|
-
shownColumns:
|
|
413
|
-
},
|
|
407
|
+
shownColumns: d.value
|
|
408
|
+
}, v))], 2), f(t(Ne), h({
|
|
414
409
|
class: t(i)("table")
|
|
415
410
|
}, A.value, {
|
|
416
411
|
size: B.value,
|
|
417
|
-
"table-layout":
|
|
418
|
-
columns:
|
|
412
|
+
"table-layout": fe.value,
|
|
413
|
+
columns: d.value,
|
|
419
414
|
onResizeColumn: o[0] || (o[0] = (r, l) => l.width = r)
|
|
420
415
|
}), J({
|
|
421
416
|
summary: w(() => [S(e.$slots, "summary", {
|
|
422
|
-
columns:
|
|
417
|
+
columns: d.value,
|
|
423
418
|
records: A.value.dataSource,
|
|
424
|
-
selectedRows: t(
|
|
419
|
+
selectedRows: t(C)
|
|
425
420
|
})]),
|
|
426
421
|
_: 2
|
|
427
422
|
}, [Q(t(_)(b, ["title", "searchFormExtra", "headerCell", "summary"]), (r, l) => ({
|
|
428
423
|
name: l,
|
|
429
|
-
fn: w((
|
|
424
|
+
fn: w((u) => [S(e.$slots, l, Be(Pe(u || {})))])
|
|
430
425
|
}))]), 1040, ["class", "size", "table-layout", "columns"])], 6)], 2));
|
|
431
426
|
}
|
|
432
427
|
});
|
|
433
428
|
export {
|
|
434
|
-
|
|
429
|
+
ba as default
|
|
435
430
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as $, ref as x, unref as e, useSlots as j, cloneVNode as F, openBlock as y, createElementBlock as G, Fragment as H, createBlock as L, resolveDynamicComponent as M, createCommentVNode as q, createVNode as l, withCtx as i, createElementVNode as s, normalizeClass as r, toDisplayString as m, createTextVNode as v, isRef as J } from "vue";
|
|
2
|
-
import { Modal as K, Button as P, RadioGroup as Q, RadioButton as _, Divider as h } from "
|
|
2
|
+
import { Modal as K, Button as P, RadioGroup as Q, RadioButton as _, Divider as h } from "@aplus-frontend/antdv";
|
|
3
3
|
import { getSingleVNode as W } from "../../../../utils/slot.mjs";
|
|
4
4
|
import { useInjectApTable as X } from "../../../context.mjs";
|
|
5
5
|
import "../tree-select/index.vue.mjs";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as E, ref as P, computed as f, unref as r, watch as U, openBlock as s, createElementBlock as p, createElementVNode as v, normalizeClass as x, createVNode as u, withCtx as i, createBlock as h, resolveDynamicComponent as k, Fragment as D, renderList as L, mergeProps as j } from "vue";
|
|
2
|
-
import { Checkbox as w, Row as z, Col as F } from "
|
|
2
|
+
import { Checkbox as w, Row as z, Col as F } from "@aplus-frontend/antdv";
|
|
3
3
|
import "../../../../config-provider/index.mjs";
|
|
4
4
|
import { useInjectApTable as I } from "../../../context.mjs";
|
|
5
5
|
import { cloneLabelNode as b } from "../utils.mjs";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as E, openBlock as s, createElementBlock as g, normalizeClass as t, unref as e, createElementVNode as p, createVNode as c, createCommentVNode as r, createBlock as u, resolveDynamicComponent as I, withCtx as d } from "vue";
|
|
2
|
-
import { Space as O, Tooltip as m } from "
|
|
2
|
+
import { Space as O, Tooltip as m } from "@aplus-frontend/antdv";
|
|
3
3
|
import { HolderOutlined as D, VerticalAlignTopOutlined as k, VerticalAlignMiddleOutlined as z, DeleteOutlined as A } from "@ant-design/icons-vue";
|
|
4
4
|
import "../../../../config-provider/index.mjs";
|
|
5
5
|
import { useInjectSorterMethods as M } from "../sorter/context.mjs";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as A, ref as L, unref as n, computed as O, watch as $, openBlock as c, createElementBlock as y, normalizeClass as d, createVNode as m, withCtx as v, createElementVNode as g, toDisplayString as k, createTextVNode as q, createBlock as b, createCommentVNode as p } from "vue";
|
|
2
|
-
import { Flex as G, Button as H, Divider as J } from "
|
|
2
|
+
import { Flex as G, Button as H, Divider as J } from "@aplus-frontend/antdv";
|
|
3
3
|
import N from "vuedraggable";
|
|
4
4
|
import "../sortable/index.vue.mjs";
|
|
5
5
|
import "../../../../config-provider/index.mjs";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as b, computed as x, unref as l, openBlock as c, createElementBlock as i, createVNode as s, withCtx as d, Fragment as m, renderList as w, createBlock as u, mergeProps as B, resolveDynamicComponent as I } from "vue";
|
|
2
|
-
import { Row as L, Col as k, Checkbox as N } from "
|
|
2
|
+
import { Row as L, Col as k, Checkbox as N } from "@aplus-frontend/antdv";
|
|
3
3
|
import "../select-group/index.vue.mjs";
|
|
4
4
|
import { useInjectApTable as P } from "../../../context.mjs";
|
|
5
5
|
import { cloneLabelNode as U } from "../utils.mjs";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as n, computed as o, openBlock as u, createBlock as a, unref as m, normalizeProps as p, mergeProps as l, createCommentVNode as c } from "vue";
|
|
2
|
-
import { Badge as s } from "
|
|
2
|
+
import { Badge as s } from "@aplus-frontend/antdv";
|
|
3
3
|
const v = /* @__PURE__ */ n({
|
|
4
4
|
name: "_ApTableStatus",
|
|
5
5
|
__name: "index",
|