@aplus-frontend/ui 0.1.44 → 0.1.45
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-custom-column/column-select.vue.mjs +1 -1
- package/es/src/ap-custom-column/custom-column.vue.mjs +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/interface.d.ts +4 -4
- 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-item-group/index.vue.d.ts +2 -2
- package/es/src/ap-form/ap-form-item-group/index.vue.mjs +1 -1
- package/es/src/ap-form/ap-form-item.vue.d.ts +4 -4
- package/es/src/ap-form/ap-form-item.vue.mjs +2 -2
- 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/hooks/use-watch.d.ts +1 -1
- package/es/src/ap-form/interface.d.ts +3 -3
- package/es/src/ap-form/items/number/index.vue.d.ts +2 -2
- package/es/src/ap-form/items/radio/index.vue.d.ts +3 -3
- package/es/src/ap-form/items/text/index.vue.d.ts +3 -3
- package/es/src/ap-form/items/text/password.vue.d.ts +2 -2
- package/es/src/ap-form/items/text-area/index.vue.d.ts +4 -4
- package/es/src/ap-form/modal-form/drawer.vue.d.ts +6 -6
- package/es/src/ap-form/modal-form/drawer.vue.mjs +1 -1
- 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-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 +2 -2
- 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 +36 -60
- package/es/src/ap-table/context.d.ts +1 -1
- 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 +6 -6
- package/es/src/ap-table/utils.mjs +1 -1
- 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.mjs +1 -1
- package/es/src/ap-upload/components/MultipleFile.vue2.mjs +1 -1
- package/es/src/ap-upload/components/Picture.vue2.mjs +1 -1
- package/es/src/ap-upload/components/SingleFile.vue2.mjs +1 -1
- package/es/src/base-button/button.vue2.mjs +1 -1
- package/es/src/base-button/pop-confirm-button.vue.mjs +1 -1
- package/es/src/basic/help.vue.d.ts +1 -1
- package/es/src/basic/help.vue2.mjs +1 -1
- package/es/src/basic/index.d.ts +1 -1
- package/es/src/basic/interface.d.ts +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/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/interface.d.ts +2 -2
- package/es/src/business/ap-button-group/ApButtonGroup.vue2.mjs +1 -1
- 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/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/ApLabelGroup.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/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/interface.d.ts +1 -1
- package/es/src/business/ap-select-layout/select-layout.vue2.mjs +1 -1
- 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/business/index.d.ts +14 -14
- package/es/src/check-card/group.vue.mjs +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/hooks/use-global-config.d.ts +8 -8
- package/es/src/config-provider/index.d.ts +8 -8
- package/es/src/container/collapse/index.vue2.mjs +1 -1
- package/es/src/count-down/button.vue2.mjs +1 -1
- package/es/src/count-down/input.vue2.mjs +1 -1
- package/es/src/count-down/interface.d.ts +1 -1
- package/es/src/cropper/cropper-avatar.vue2.mjs +1 -1
- package/es/src/cropper/cropper-modal.vue2.mjs +1 -1
- package/es/src/description/description.vue2.mjs +1 -1
- package/es/src/description/interface.d.ts +1 -1
- package/es/src/design-token/index.d.ts +1 -1
- package/es/src/dropdown/dropdown.vue2.mjs +1 -1
- package/es/src/editable-table/form-item.vue.mjs +1 -1
- package/es/src/editable-table/hooks/use-get-columns.d.ts +1 -1
- package/es/src/editable-table/hooks/use-get-columns.mjs +1 -1
- 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 +5 -5
- package/es/src/editable-table/utils.mjs +1 -1
- package/es/src/hooks/useMessage.d.ts +4 -4
- package/es/src/hooks/useMessage.mjs +1 -1
- package/es/src/icon-picker/icon-picker.vue2.mjs +1 -1
- package/es/src/modal/basic.vue.d.ts +2 -2
- package/es/src/modal/components/modal-close.vue2.mjs +1 -1
- package/es/src/modal/components/modal-footer.vue.d.ts +2 -2
- package/es/src/modal/components/modal-footer.vue2.mjs +1 -1
- package/es/src/modal/components/modal.d.ts +2 -2
- package/es/src/modal/components/modal.mjs +1 -1
- package/es/src/modal/index.d.ts +4 -4
- package/es/src/modal/interface.d.ts +1 -1
- package/es/src/modal/props.d.ts +2 -2
- package/es/src/pro-form/component-map.mjs +1 -1
- package/es/src/pro-form/components/api-cascader.vue.mjs +1 -1
- package/es/src/pro-form/components/api-radio-group.vue.mjs +1 -1
- package/es/src/pro-form/components/api-select.vue.mjs +1 -1
- package/es/src/pro-form/components/api-transfer.vue.mjs +1 -1
- package/es/src/pro-form/components/api-tree-select.vue.mjs +1 -1
- package/es/src/pro-form/components/api-tree.vue.mjs +1 -1
- package/es/src/pro-form/components/form-action.vue2.mjs +1 -1
- package/es/src/pro-form/components/form-item.vue2.mjs +1 -1
- package/es/src/pro-form/components/interface.d.ts +4 -4
- package/es/src/pro-form/components/radio-button-group.vue.mjs +1 -1
- package/es/src/pro-form/helper.d.ts +1 -1
- package/es/src/pro-form/hooks/use-break-point.mjs +1 -1
- package/es/src/pro-form/hooks/use-form-events.d.ts +1 -1
- package/es/src/pro-form/hooks/use-form.d.ts +1 -1
- package/es/src/pro-form/hooks/use-label-width.d.ts +1 -1
- package/es/src/pro-form/pro-form.vue.d.ts +8 -8
- package/es/src/pro-form/pro-form.vue.mjs +1 -1
- package/es/src/pro-form/table-form-inner.vue.mjs +1 -1
- package/es/src/pro-form/table-form.vue.d.ts +1 -1
- package/es/src/pro-form/table-form.vue.mjs +1 -1
- package/es/src/pro-form/types/form-item.d.ts +2 -2
- package/es/src/pro-form/types/form.d.ts +2 -2
- package/es/src/pro-form/types/index.d.ts +25 -25
- package/es/src/pro-form/types/table-form.d.ts +2 -2
- package/es/src/pro-table/component-map.mjs +1 -1
- package/es/src/pro-table/components/editable/cell-component.mjs +1 -1
- package/es/src/pro-table/components/editable/editable-cell.vue2.mjs +1 -1
- package/es/src/pro-table/components/header-cell.vue.d.ts +1 -1
- package/es/src/pro-table/components/settings/column-setting.vue2.mjs +1 -1
- package/es/src/pro-table/components/settings/full-screen-setting.vue2.mjs +1 -1
- package/es/src/pro-table/components/settings/redo-setting.vue2.mjs +1 -1
- package/es/src/pro-table/components/settings/size-setting.vue2.mjs +1 -1
- package/es/src/pro-table/components/table-action.vue.mjs +1 -1
- package/es/src/pro-table/components/table-footer.vue.d.ts +1 -1
- package/es/src/pro-table/components/table-footer.vue2.mjs +1 -1
- package/es/src/pro-table/components/table-header.vue2.mjs +1 -1
- package/es/src/pro-table/components/table-image.vue.mjs +1 -1
- package/es/src/pro-table/components/table-selection-bar.vue2.mjs +1 -1
- package/es/src/pro-table/hooks/use-columns.d.ts +1 -1
- package/es/src/pro-table/hooks/use-custom-row.d.ts +1 -1
- package/es/src/pro-table/hooks/use-data-source.d.ts +2 -2
- package/es/src/pro-table/hooks/use-row-selection.d.ts +1 -1
- package/es/src/pro-table/hooks/use-table-expand.d.ts +1 -1
- package/es/src/pro-table/pro-table.vue.d.ts +13 -13
- package/es/src/pro-table/pro-table.vue.mjs +1 -1
- package/es/src/pro-table/types/pagination.d.ts +1 -1
- package/es/src/pro-table/types/table-action.d.ts +2 -2
- package/es/src/pro-table/types/table.d.ts +3 -3
- package/es/src/prompt/dialog.vue2.mjs +1 -1
- package/es/src/strength-meter/strength-meter.vue2.mjs +1 -1
- package/es/src/utils/config-provider-preset.d.ts +10 -10
- package/es/src/utils/copy-text-to-clipboard.mjs +1 -1
- 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-custom-column/column-select.vue.js +1 -1
- package/lib/src/ap-custom-column/custom-column.vue.js +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/interface.d.ts +4 -4
- 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-item-group/index.vue.d.ts +2 -2
- package/lib/src/ap-form/ap-form-item-group/index.vue.js +1 -1
- package/lib/src/ap-form/ap-form-item.vue.d.ts +4 -4
- package/lib/src/ap-form/ap-form-item.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/hooks/use-watch.d.ts +1 -1
- package/lib/src/ap-form/interface.d.ts +3 -3
- package/lib/src/ap-form/items/number/index.vue.d.ts +2 -2
- package/lib/src/ap-form/items/radio/index.vue.d.ts +3 -3
- package/lib/src/ap-form/items/text/index.vue.d.ts +3 -3
- package/lib/src/ap-form/items/text/password.vue.d.ts +2 -2
- package/lib/src/ap-form/items/text-area/index.vue.d.ts +4 -4
- package/lib/src/ap-form/modal-form/drawer.vue.d.ts +6 -6
- package/lib/src/ap-form/modal-form/drawer.vue.js +1 -1
- 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-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 +36 -60
- package/lib/src/ap-table/context.d.ts +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 +6 -6
- 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.js +1 -1
- package/lib/src/ap-upload/components/MultipleFile.vue2.js +1 -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/base-button/button.vue2.js +1 -1
- package/lib/src/base-button/pop-confirm-button.vue.js +1 -1
- package/lib/src/basic/help.vue.d.ts +1 -1
- package/lib/src/basic/help.vue2.js +1 -1
- package/lib/src/basic/index.d.ts +1 -1
- package/lib/src/basic/interface.d.ts +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/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/interface.d.ts +2 -2
- package/lib/src/business/ap-button-group/ApButtonGroup.vue2.js +1 -1
- 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/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/ApLabelGroup.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/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/interface.d.ts +1 -1
- package/lib/src/business/ap-select-layout/select-layout.vue2.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/business/index.d.ts +14 -14
- package/lib/src/check-card/group.vue.js +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/hooks/use-global-config.d.ts +8 -8
- package/lib/src/config-provider/index.d.ts +8 -8
- package/lib/src/container/collapse/index.vue2.js +1 -1
- package/lib/src/count-down/button.vue2.js +1 -1
- package/lib/src/count-down/input.vue2.js +1 -1
- package/lib/src/count-down/interface.d.ts +1 -1
- package/lib/src/cropper/cropper-avatar.vue2.js +1 -1
- package/lib/src/cropper/cropper-modal.vue2.js +1 -1
- package/lib/src/description/description.vue2.js +1 -1
- package/lib/src/description/interface.d.ts +1 -1
- package/lib/src/design-token/index.d.ts +1 -1
- package/lib/src/dropdown/dropdown.vue2.js +1 -1
- 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 +5 -5
- 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/icon-picker/icon-picker.vue2.js +1 -1
- package/lib/src/modal/basic.vue.d.ts +2 -2
- package/lib/src/modal/components/modal-close.vue2.js +1 -1
- package/lib/src/modal/components/modal-footer.vue.d.ts +2 -2
- package/lib/src/modal/components/modal-footer.vue2.js +1 -1
- package/lib/src/modal/components/modal.d.ts +2 -2
- package/lib/src/modal/components/modal.js +1 -1
- package/lib/src/modal/index.d.ts +4 -4
- package/lib/src/modal/interface.d.ts +1 -1
- package/lib/src/modal/props.d.ts +2 -2
- package/lib/src/pro-form/component-map.js +1 -1
- package/lib/src/pro-form/components/api-cascader.vue.js +1 -1
- package/lib/src/pro-form/components/api-radio-group.vue.js +1 -1
- package/lib/src/pro-form/components/api-select.vue.js +1 -1
- package/lib/src/pro-form/components/api-transfer.vue.js +1 -1
- package/lib/src/pro-form/components/api-tree-select.vue.js +1 -1
- package/lib/src/pro-form/components/api-tree.vue.js +1 -1
- package/lib/src/pro-form/components/form-action.vue2.js +1 -1
- package/lib/src/pro-form/components/form-item.vue2.js +1 -1
- package/lib/src/pro-form/components/interface.d.ts +4 -4
- package/lib/src/pro-form/components/radio-button-group.vue.js +1 -1
- package/lib/src/pro-form/helper.d.ts +1 -1
- package/lib/src/pro-form/hooks/use-break-point.js +1 -1
- package/lib/src/pro-form/hooks/use-form-events.d.ts +1 -1
- package/lib/src/pro-form/hooks/use-form.d.ts +1 -1
- package/lib/src/pro-form/hooks/use-label-width.d.ts +1 -1
- package/lib/src/pro-form/pro-form.vue.d.ts +8 -8
- package/lib/src/pro-form/pro-form.vue.js +1 -1
- package/lib/src/pro-form/table-form-inner.vue.js +1 -1
- package/lib/src/pro-form/table-form.vue.d.ts +1 -1
- package/lib/src/pro-form/table-form.vue.js +1 -1
- package/lib/src/pro-form/types/form-item.d.ts +2 -2
- package/lib/src/pro-form/types/form.d.ts +2 -2
- package/lib/src/pro-form/types/index.d.ts +25 -25
- package/lib/src/pro-form/types/table-form.d.ts +2 -2
- package/lib/src/pro-table/component-map.js +1 -1
- package/lib/src/pro-table/components/editable/cell-component.js +1 -1
- package/lib/src/pro-table/components/editable/editable-cell.vue2.js +1 -1
- package/lib/src/pro-table/components/header-cell.vue.d.ts +1 -1
- package/lib/src/pro-table/components/settings/column-setting.vue2.js +1 -1
- package/lib/src/pro-table/components/settings/full-screen-setting.vue2.js +1 -1
- package/lib/src/pro-table/components/settings/redo-setting.vue2.js +1 -1
- package/lib/src/pro-table/components/settings/size-setting.vue2.js +1 -1
- package/lib/src/pro-table/components/table-action.vue.js +1 -1
- package/lib/src/pro-table/components/table-footer.vue.d.ts +1 -1
- package/lib/src/pro-table/components/table-footer.vue2.js +1 -1
- package/lib/src/pro-table/components/table-header.vue2.js +1 -1
- package/lib/src/pro-table/components/table-image.vue.js +1 -1
- package/lib/src/pro-table/components/table-selection-bar.vue2.js +1 -1
- package/lib/src/pro-table/hooks/use-columns.d.ts +1 -1
- package/lib/src/pro-table/hooks/use-custom-row.d.ts +1 -1
- package/lib/src/pro-table/hooks/use-data-source.d.ts +2 -2
- package/lib/src/pro-table/hooks/use-row-selection.d.ts +1 -1
- package/lib/src/pro-table/hooks/use-table-expand.d.ts +1 -1
- package/lib/src/pro-table/pro-table.vue.d.ts +13 -13
- package/lib/src/pro-table/pro-table.vue.js +1 -1
- package/lib/src/pro-table/types/pagination.d.ts +1 -1
- package/lib/src/pro-table/types/table-action.d.ts +2 -2
- package/lib/src/pro-table/types/table.d.ts +3 -3
- package/lib/src/prompt/dialog.vue2.js +1 -1
- package/lib/src/strength-meter/strength-meter.vue2.js +1 -1
- package/lib/src/utils/config-provider-preset.d.ts +10 -10
- package/lib/src/utils/copy-text-to-clipboard.js +1 -1
- 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 +2 -2
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
|
|
2
|
-
import { default as __DTS_DEFAULT_0__ } from '
|
|
3
|
-
import { TransformCellTextProps } from '
|
|
4
|
-
import { CSPConfig } from '
|
|
5
|
-
import { Locale } from '
|
|
6
|
-
import { ButtonSize } from '
|
|
7
|
-
import { ValidateMessages } from '
|
|
8
|
-
import { RequiredMark } from '
|
|
9
|
-
import { ThemeConfig } from '
|
|
2
|
+
import { default as __DTS_DEFAULT_0__ } from '@aplus-frontend/antdv/es/config-provider/renderEmpty';
|
|
3
|
+
import { TransformCellTextProps } from '@aplus-frontend/antdv/es/table/interface';
|
|
4
|
+
import { CSPConfig } from '@aplus-frontend/antdv/es/config-provider';
|
|
5
|
+
import { Locale } from '@aplus-frontend/antdv/es/locale';
|
|
6
|
+
import { ButtonSize } from '@aplus-frontend/antdv/es/button';
|
|
7
|
+
import { ValidateMessages } from '@aplus-frontend/antdv/es/form/interface';
|
|
8
|
+
import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
|
|
9
|
+
import { ThemeConfig } from '@aplus-frontend/antdv/es/config-provider/context';
|
|
10
10
|
import { LocaleType } from '..';
|
|
11
11
|
import { ApiType, TableDefaultConfig, ScrollbarGlobalConfig, ApUploadConfig, ApDescriptionsConfig, ValueTypeRenderConfig, downloadCenterTriggerConfig } from './constants';
|
|
12
12
|
import { RecursivePartial } from '../type';
|
|
@@ -2,7 +2,7 @@ import { defineComponent as p, ref as f, createVNode as t, unref as d, mergeProp
|
|
|
2
2
|
import "../../transition/index.mjs";
|
|
3
3
|
import { useTimeoutFn as g } from "@vueuse/core";
|
|
4
4
|
import { triggerWindowResize as v } from "@aplus-frontend/utils";
|
|
5
|
-
import { Skeleton as w } from "
|
|
5
|
+
import { Skeleton as w } from "@aplus-frontend/antdv";
|
|
6
6
|
import { isNil as y } from "lodash-unified";
|
|
7
7
|
import "../../config-provider/index.mjs";
|
|
8
8
|
import "./header.vue.mjs";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as d, ref as m, computed as S, unref as e, watchEffect as g, openBlock as v, createBlock as w, mergeProps as x, withCtx as C, createTextVNode as _, toDisplayString as b } from "vue";
|
|
2
|
-
import { Button as B } from "
|
|
2
|
+
import { Button as B } from "@aplus-frontend/antdv";
|
|
3
3
|
import { useCountdown as h } from "@aplus-frontend/hooks";
|
|
4
4
|
import "../config-provider/index.mjs";
|
|
5
5
|
import { isFunction as y } from "@fruits-chain/utils";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as p, openBlock as m, createBlock as l, unref as o, mergeProps as c, createSlots as f, withCtx as n, createVNode as d, renderList as z, renderSlot as v, normalizeProps as A, guardReactiveProps as C } from "vue";
|
|
2
|
-
import { Input as b } from "
|
|
2
|
+
import { Input as b } from "@aplus-frontend/antdv";
|
|
3
3
|
import "./button.vue.mjs";
|
|
4
4
|
import { useRuleFormItem as S } from "../pro-form/hooks/use-form-item.mjs";
|
|
5
5
|
import "../config-provider/index.mjs";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as N, ref as V, computed as s, unref as t, watchEffect as $, watch as I, openBlock as u, createElementBlock as f, normalizeClass as c, normalizeStyle as n, createElementVNode as g, createVNode as h, createCommentVNode as y, createBlock as T, mergeProps as E, withCtx as P, createTextVNode as W, toDisplayString as _ } from "vue";
|
|
2
|
-
import { Button as R } from "
|
|
2
|
+
import { Button as R } from "@aplus-frontend/antdv";
|
|
3
3
|
import "./cropper-modal.vue.mjs";
|
|
4
4
|
import "../modal/index.mjs";
|
|
5
5
|
import { useMessage as U } from "../hooks/useMessage.mjs";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as X, ref as k, openBlock as g, createBlock as T, unref as e, mergeProps as Y, withCtx as s, createElementVNode as f, normalizeClass as m, createCommentVNode as C, createVNode as l, createElementBlock as L } from "vue";
|
|
2
2
|
import "./cropper-image.vue.mjs";
|
|
3
|
-
import { Upload as _, Tooltip as p, Space as O, Avatar as z } from "
|
|
3
|
+
import { Upload as _, Tooltip as p, Space as O, Avatar as z } from "@aplus-frontend/antdv";
|
|
4
4
|
import { BaseButton as d } from "../base-button/index.mjs";
|
|
5
5
|
import { BaseModal as V } from "../modal/index.mjs";
|
|
6
6
|
import { dataURLtoBlob as P } from "@aplus-frontend/utils";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { isVNode as B, defineComponent as F, ref as I, computed as a, unref as e, createVNode as i, toRefs as R, mergeProps as V } from "vue";
|
|
2
2
|
import { CollapseContainer as $ } from "../container/index.mjs";
|
|
3
3
|
import { useAttrs as k } from "@aplus-frontend/hooks";
|
|
4
|
-
import { Descriptions as C } from "
|
|
4
|
+
import { Descriptions as C } from "@aplus-frontend/antdv";
|
|
5
5
|
import { get as z } from "lodash-unified";
|
|
6
6
|
import { isFunction as y } from "@fruits-chain/utils";
|
|
7
7
|
import "../config-provider/index.mjs";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { VNode, CSSProperties } from 'vue';
|
|
2
2
|
import { CollapseContainerOptions } from '../container';
|
|
3
|
-
import { DescriptionsProps } from '
|
|
3
|
+
import { DescriptionsProps } from '@aplus-frontend/antdv/es/descriptions';
|
|
4
4
|
export interface DescItem {
|
|
5
5
|
labelMinWidth?: number;
|
|
6
6
|
contentMinWidth?: number;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as L, computed as P, openBlock as o, createBlock as i, unref as r, mergeProps as s, withCtx as c, createVNode as u, createElementBlock as f, Fragment as p, renderList as I, createSlots as N, createElementVNode as l, createCommentVNode as a, toDisplayString as y, renderSlot as S } from "vue";
|
|
2
|
-
import { Dropdown as V, Menu as m, Popconfirm as F } from "
|
|
2
|
+
import { Dropdown as V, Menu as m, Popconfirm as F } from "@aplus-frontend/antdv";
|
|
3
3
|
import { Icon as g } from "../icon/index.mjs";
|
|
4
4
|
import { omit as j, isFunction as C } from "lodash-unified";
|
|
5
5
|
const q = { style: { "margin-left": "0.25rem" } }, x = { style: { "margin-left": "0.25rem" } }, O = /* @__PURE__ */ L({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as P, ref as h, unref as l, useSlots as z, watch as O, openBlock as K, createBlock as M, mergeProps as x, withCtx as g, createVNode as G, createSlots as H, renderList as W, renderSlot as $, normalizeProps as U, guardReactiveProps as q } from "vue";
|
|
2
|
-
import { Table as J } from "
|
|
2
|
+
import { Table as J } from "@aplus-frontend/antdv";
|
|
3
3
|
import { ApForm as b } from "../ap-form/index.mjs";
|
|
4
4
|
import { isArray as Q, isNumber as d, cloneDeep as f, omit as w } from "lodash-unified";
|
|
5
5
|
import "../config-provider/index.mjs";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ComputedRef, Ref } from 'vue';
|
|
2
2
|
import { EditableTableFormItemProps, EditableTableProps } from '../interface';
|
|
3
3
|
import { ValueTypeRenderConfig } from '../../config-provider';
|
|
4
|
-
import { ColumnType } from '
|
|
4
|
+
import { ColumnType } from '@aplus-frontend/antdv/es/table';
|
|
5
5
|
declare const useGetColumns: (props: EditableTableProps | EditableTableFormItemProps, extraValueTypes: Ref<Record<string, ValueTypeRenderConfig> | undefined>) => ComputedRef<ColumnType<any>[]>;
|
|
6
6
|
export default useGetColumns;
|
|
@@ -3,7 +3,7 @@ import { omit as y, isFunction as k, isArray as f } from "lodash-unified";
|
|
|
3
3
|
import { getEditableTableTitle as w, mergeClass as A, getFinalNode as q } from "../utils.mjs";
|
|
4
4
|
import { updateFormProps as v, getFieldProps as E, getTableRenderProps as G } from "../../ap-table/utils.mjs";
|
|
5
5
|
import "../../config-provider/index.mjs";
|
|
6
|
-
import { useToken as S } from "
|
|
6
|
+
import { useToken as S } from "@aplus-frontend/antdv/es/theme/internal";
|
|
7
7
|
import { useNamespace as U } from "../../config-provider/hooks/use-namespace.mjs";
|
|
8
8
|
const M = (a, b) => {
|
|
9
9
|
const {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EditableTableProps, EditableColumnType } from './interface';
|
|
2
|
-
import { NamePath, ValidateOptions } from '
|
|
2
|
+
import { NamePath, ValidateOptions } from '@aplus-frontend/antdv/es/form/interface';
|
|
3
3
|
import { Recordable } from '../type';
|
|
4
4
|
import { StandardBehaviorOptions } from '../../node_modules/scroll-into-view-if-needed';
|
|
5
5
|
import { VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement } from 'vue';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as W, useSlots as $, ref as w, watch as C, unref as o, openBlock as q, createBlock as J, withCtx as c, createVNode as b, mergeProps as Q, createSlots as X, renderList as Y, renderSlot as Z, normalizeProps as ee, guardReactiveProps as te } from "vue";
|
|
2
|
-
import { Table as ae } from "
|
|
2
|
+
import { Table as ae } from "@aplus-frontend/antdv";
|
|
3
3
|
import { ApForm as p } from "../ap-form/index.mjs";
|
|
4
4
|
import { isEqual as ne, isArray as R, isNumber as x, cloneDeep as h, omit as F } from "lodash-unified";
|
|
5
5
|
import "../config-provider/index.mjs";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { ColumnType, TableProps } from '
|
|
1
|
+
import { ColumnType, TableProps } from '@aplus-frontend/antdv/es/table';
|
|
2
2
|
import { ApTableValueFields, ApTableValueTypes, CommonFieldReturnType, FieldPropsType, ValueEnum } from '../ap-table';
|
|
3
|
-
import { NamePath, ValidateOptions } from '
|
|
4
|
-
import { DataIndex } from '
|
|
5
|
-
import { FormItemProps } from '
|
|
3
|
+
import { NamePath, ValidateOptions } from '@aplus-frontend/antdv/es/form/interface';
|
|
4
|
+
import { DataIndex } from '@aplus-frontend/antdv/es/vc-table/interface';
|
|
5
|
+
import { FormItemProps } from '@aplus-frontend/antdv';
|
|
6
6
|
import { VNode } from 'vue';
|
|
7
|
-
import { EllipsisConfig } from '
|
|
7
|
+
import { EllipsisConfig } from '@aplus-frontend/antdv/es/typography/Base';
|
|
8
8
|
import { StandardBehaviorOptions } from '../../node_modules/scroll-into-view-if-needed';
|
|
9
9
|
import { Recordable } from '../type';
|
|
10
10
|
export type EditableColumnType<RecordType = any, ExtraValueType = 'text', ValueType extends ApTableValueTypes = ApTableValueTypes, MergedValueType extends ExtraValueType | ValueType = ExtraValueType | ValueType> = MergedValueType extends ExtraValueType | ValueType ? Omit<ColumnType<RecordType>, 'children' | 'customRender' | 'ellipsis'> & {
|
|
@@ -4,7 +4,7 @@ import { apTableFormItemMap as v, noRenderAsFormItemValueList as C, apTableRende
|
|
|
4
4
|
import { isDef as j } from "../utils/index.mjs";
|
|
5
5
|
import { getValueStr as A } from "../ap-field/number/helper.mjs";
|
|
6
6
|
import O from "scroll-into-view-if-needed";
|
|
7
|
-
import { Typography as W, Tooltip as _ } from "
|
|
7
|
+
import { Typography as W, Tooltip as _ } from "@aplus-frontend/antdv";
|
|
8
8
|
import "../ap-form/index.mjs";
|
|
9
9
|
import { objectToString as D } from "../ap-table/utils.mjs";
|
|
10
10
|
import { QuestionCircleOutlined as E } from "@ant-design/icons-vue";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ModalFuncProps } from '
|
|
2
|
-
import { NotificationArgsProps, ConfigProps } from '
|
|
3
|
-
import { ModalFuncProps } from '
|
|
4
|
-
import { MessageApi } from '
|
|
1
|
+
import { ModalFuncProps } from '@aplus-frontend/antdv/lib/modal/Modal';
|
|
2
|
+
import { NotificationArgsProps, ConfigProps } from '@aplus-frontend/antdv/lib/notification';
|
|
3
|
+
import { ModalFuncProps } from '@aplus-frontend/antdv';
|
|
4
|
+
import { MessageApi } from '@aplus-frontend/antdv/es/message';
|
|
5
5
|
export interface NotifyApi {
|
|
6
6
|
info(config: NotificationArgsProps): void;
|
|
7
7
|
success(config: NotificationArgsProps): void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createVNode as o } from "vue";
|
|
2
|
-
import { Modal as r, notification as i, message as s } from "
|
|
2
|
+
import { Modal as r, notification as i, message as s } from "@aplus-frontend/antdv";
|
|
3
3
|
import { InfoCircleFilled as c, CheckCircleFilled as f, CloseCircleFilled as d } from "@ant-design/icons-vue";
|
|
4
4
|
import "../config-provider/index.mjs";
|
|
5
5
|
import { isType as m } from "@fruits-chain/utils";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as j, ref as m, watchEffect as q, watch as G, openBlock as l, createBlock as d, unref as e, normalizeStyle as J, normalizeClass as i, withCtx as p, createVNode as c, createElementVNode as k, createElementBlock as s, Fragment as K, renderList as O, createCommentVNode as Q } from "vue";
|
|
2
2
|
import { ScrollContainer as R } from "../container/index.mjs";
|
|
3
|
-
import { Input as I, Popover as W, Pagination as X, Empty as Y } from "
|
|
3
|
+
import { Input as I, Popover as W, Pagination as X, Empty as Y } from "@aplus-frontend/antdv";
|
|
4
4
|
import "../icon/icon.vue.mjs";
|
|
5
5
|
import "../icon/svg-icon.vue.mjs";
|
|
6
6
|
import "./style/index.css";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { nextTick, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, Slot, ComponentPublicInstance, ComponentOptionsBase, ComponentOptionsMixin, DebuggerEvent, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, DefineComponent, PropType, VNodeChild, VNode, RendererNode, RendererElement, CSSProperties, PublicProps } from 'vue';
|
|
2
2
|
import { ModalWrapperProps } from './interface';
|
|
3
|
-
import { ButtonType } from '
|
|
4
|
-
import { ButtonProps } from '
|
|
3
|
+
import { ButtonType } from '@aplus-frontend/antdv/es/button';
|
|
4
|
+
import { ButtonProps } from '@aplus-frontend/antdv';
|
|
5
5
|
declare function __VLS_template(): {
|
|
6
6
|
slots: Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: any) => any>> & {
|
|
7
7
|
default?(_: {}): any;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as _, computed as b, openBlock as t, createElementBlock as i, normalizeClass as y, Fragment as B, createBlock as u, unref as l, withCtx as c, createVNode as o, createCommentVNode as h } from "vue";
|
|
2
2
|
import { FullscreenExitOutlined as g, FullscreenOutlined as v, CloseOutlined as x } from "@ant-design/icons-vue";
|
|
3
|
-
import { Tooltip as a } from "
|
|
3
|
+
import { Tooltip as a } from "@aplus-frontend/antdv";
|
|
4
4
|
import "../../config-provider/index.mjs";
|
|
5
5
|
import "../style/close.css";
|
|
6
6
|
import { useNamespace as N } from "../../config-provider/hooks/use-namespace.mjs";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ButtonType } from '
|
|
1
|
+
import { ButtonType } from '@aplus-frontend/antdv/es/button';
|
|
2
2
|
import { DefineComponent, PropType, VNodeChild, VNode, RendererNode, RendererElement, CSSProperties, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
3
3
|
import { ModalWrapperProps } from '..';
|
|
4
|
-
import { ButtonProps } from '
|
|
4
|
+
import { ButtonProps } from '@aplus-frontend/antdv';
|
|
5
5
|
declare function __VLS_template(): {
|
|
6
6
|
slots: {
|
|
7
7
|
insertFooter?(_: {}): any;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as B, openBlock as t, createElementBlock as C, renderSlot as n, createBlock as l, unref as e, mergeProps as c, withCtx as m, createTextVNode as s, toDisplayString as i, createCommentVNode as p } from "vue";
|
|
2
|
-
import { Button as d } from "
|
|
2
|
+
import { Button as d } from "@aplus-frontend/antdv";
|
|
3
3
|
import { basicProps as h } from "../props.mjs";
|
|
4
4
|
import "../../config-provider/index.mjs";
|
|
5
5
|
import { useLocale as y } from "../../config-provider/hooks/use-locale.mjs";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { DefineComponent, PropType, VNodeChild, VNode, RendererNode, RendererElement, CSSProperties, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
2
2
|
import { ModalWrapperProps } from '..';
|
|
3
|
-
import { ButtonType } from '
|
|
4
|
-
import { ButtonProps } from '
|
|
3
|
+
import { ButtonType } from '@aplus-frontend/antdv/es/button';
|
|
4
|
+
import { ButtonProps } from '@aplus-frontend/antdv';
|
|
5
5
|
declare const _default: DefineComponent<{
|
|
6
6
|
open: {
|
|
7
7
|
type: BooleanConstructor;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { isVNode as p, defineComponent as f, toRefs as d, unref as m, createVNode as u } from "vue";
|
|
2
|
-
import { Modal as M } from "
|
|
2
|
+
import { Modal as M } from "@aplus-frontend/antdv";
|
|
3
3
|
import { basicProps as b } from "../props.mjs";
|
|
4
4
|
import { useModalDragMove as g } from "../hooks/use-modal-drag.mjs";
|
|
5
5
|
import { extendSlots as j } from "../../utils/slot.mjs";
|
package/es/src/modal/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, VNodeChild, VNode, RendererNode, RendererElement, CSSProperties, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
|
|
2
2
|
import { ModalWrapperProps } from './interface';
|
|
3
|
-
import { ButtonType, ButtonShape, ButtonSize } from '
|
|
4
|
-
import { ButtonHTMLType } from '
|
|
3
|
+
import { ButtonType, ButtonShape, ButtonSize } from '@aplus-frontend/antdv/es/button';
|
|
4
|
+
import { ButtonHTMLType } from '@aplus-frontend/antdv/es/button/buttonTypes';
|
|
5
5
|
import { VueTypeValidableDef } from '../../node_modules/vue-types';
|
|
6
|
-
import { MouseEventHandler } from '
|
|
7
|
-
import { ButtonProps } from '
|
|
6
|
+
import { MouseEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
|
|
7
|
+
import { ButtonProps } from '@aplus-frontend/antdv';
|
|
8
8
|
export declare const BaseModal: {
|
|
9
9
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
10
10
|
open: {
|
package/es/src/modal/props.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PropType, CSSProperties, VNodeChild, VNode } from 'vue';
|
|
2
2
|
import { ModalWrapperProps } from './interface';
|
|
3
|
-
import { ButtonProps } from '
|
|
4
|
-
import { ButtonType } from '
|
|
3
|
+
import { ButtonProps } from '@aplus-frontend/antdv/es/button/buttonTypes';
|
|
4
|
+
import { ButtonType } from '@aplus-frontend/antdv/es/button';
|
|
5
5
|
type VueNode = VNodeChild | VNode;
|
|
6
6
|
export declare const modalProps: {
|
|
7
7
|
open: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Input as t, InputNumber as m, AutoComplete as c, Select as a, TreeSelect as n, Switch as u, Radio as f, Checkbox as i, Cascader as k, Slider as d, Rate as P, Transfer as T, DatePicker as r, TimePicker as s, Divider as l } from "
|
|
1
|
+
import { Input as t, InputNumber as m, AutoComplete as c, Select as a, TreeSelect as n, Switch as u, Radio as f, Checkbox as i, Cascader as k, Slider as d, Rate as P, Transfer as T, DatePicker as r, TimePicker as s, Divider as l } from "@aplus-frontend/antdv";
|
|
2
2
|
import "./components/api-radio-group.vue2.mjs";
|
|
3
3
|
import "./components/radio-button-group.vue2.mjs";
|
|
4
4
|
import "./components/api-select.vue2.mjs";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as j, ref as u, watch as h, unref as i, openBlock as I, createBlock as K, isRef as E, createSlots as U, withCtx as b, createVNode as L, createElementVNode as $, createTextVNode as q, toDisplayString as x } from "vue";
|
|
2
|
-
import { Cascader as z } from "
|
|
2
|
+
import { Cascader as z } from "@aplus-frontend/antdv";
|
|
3
3
|
import { omit as G, get as w } from "lodash-unified";
|
|
4
4
|
import { useRuleFormItem as H } from "../hooks/use-form-item.mjs";
|
|
5
5
|
import { LoadingOutlined as D } from "@ant-design/icons-vue";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as $, ref as p, computed as T, unref as o, watch as D, openBlock as r, createBlock as c, mergeProps as E, isRef as N, withCtx as f, createElementBlock as B, Fragment as F, renderList as q, createTextVNode as C, toDisplayString as _ } from "vue";
|
|
2
|
-
import { Radio as m } from "
|
|
2
|
+
import { Radio as m } from "@aplus-frontend/antdv";
|
|
3
3
|
import { useRuleFormItem as x } from "../hooks/use-form-item.mjs";
|
|
4
4
|
import { useAttrs as I } from "@aplus-frontend/hooks";
|
|
5
5
|
import { omit as L, isEqual as O, get as P } from "lodash-unified";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as T, ref as p, computed as V, unref as n, watch as b, openBlock as _, createBlock as $, mergeProps as D, isRef as N, createSlots as P, renderList as x, withCtx as c, renderSlot as E, normalizeProps as I, guardReactiveProps as O, createVNode as w, createElementVNode as q, createTextVNode as z, toDisplayString as G } from "vue";
|
|
2
|
-
import { Select as U } from "
|
|
2
|
+
import { Select as U } from "@aplus-frontend/antdv";
|
|
3
3
|
import { useRuleFormItem as j } from "../hooks/use-form-item.mjs";
|
|
4
4
|
import { get as d, omit as H, isEqual as J } from "lodash-unified";
|
|
5
5
|
import { LoadingOutlined as C } from "@ant-design/icons-vue";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as w, ref as d, computed as f, unref as s, watchEffect as A, watch as S, openBlock as v, createBlock as K } from "vue";
|
|
2
|
-
import { Transfer as F } from "
|
|
2
|
+
import { Transfer as F } from "@aplus-frontend/antdv";
|
|
3
3
|
import { omit as B, get as b } from "lodash-unified";
|
|
4
4
|
import { isFunction as C } from "@fruits-chain/utils";
|
|
5
5
|
const O = /* @__PURE__ */ w({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as k, useAttrs as w, ref as u, computed as B, unref as o, watch as c, onMounted as C, openBlock as L, createBlock as P, mergeProps as S, createSlots as _, renderList as D, withCtx as f, renderSlot as O, normalizeProps as T, guardReactiveProps as $, createVNode as j } from "vue";
|
|
2
|
-
import { TreeSelect as x } from "
|
|
2
|
+
import { TreeSelect as x } from "@aplus-frontend/antdv";
|
|
3
3
|
import { get as z } from "lodash-unified";
|
|
4
4
|
import { LoadingOutlined as I } from "@ant-design/icons-vue";
|
|
5
5
|
import { isArray as m, isFunction as M } from "@fruits-chain/utils";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as A, useAttrs as w, ref as n, computed as k, unref as i, watch as p, onMounted as B, openBlock as D, createBlock as K, mergeProps as P, isRef as R, createSlots as _, renderList as C, withCtx as L, renderSlot as S, normalizeProps as T, guardReactiveProps as $ } from "vue";
|
|
2
|
-
import { Tree as b } from "
|
|
2
|
+
import { Tree as b } from "@aplus-frontend/antdv";
|
|
3
3
|
import { get as j } from "lodash-unified";
|
|
4
4
|
import { useRuleFormItem as x } from "../hooks/use-form-item.mjs";
|
|
5
5
|
import { isFunction as d, isArray as z } from "@fruits-chain/utils";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as T, computed as s, openBlock as a, createBlock as l, unref as e, normalizeProps as z, mergeProps as m, withCtx as o, createElementVNode as V, normalizeStyle as A, createVNode as g, renderSlot as i, createTextVNode as p, toDisplayString as d, createCommentVNode as r, normalizeClass as $ } from "vue";
|
|
2
|
-
import { Col as F, Form as G } from "
|
|
2
|
+
import { Col as F, Form as G } from "@aplus-frontend/antdv";
|
|
3
3
|
import { BaseButton as f } from "../../base-button/index.mjs";
|
|
4
4
|
import { BasicArrow as R } from "../../basic/index.mjs";
|
|
5
5
|
import { useFormContext as j } from "../hooks/use-form-context.mjs";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { isVNode as ee, defineComponent as te, toRefs as oe, computed as v, unref as n, createVNode as u, createTextVNode as ne, mergeProps as N, withDirectives as se, vShow as le } from "vue";
|
|
2
2
|
import { isComponentFormSchema as re } from "../types/form.mjs";
|
|
3
|
-
import { Col as E, Divider as ae, Form as K } from "
|
|
3
|
+
import { Col as E, Divider as ae, Form as K } from "@aplus-frontend/antdv";
|
|
4
4
|
import { componentMap as W } from "../component-map.mjs";
|
|
5
5
|
import { BasicHelp as ce, BasicTitle as ie } from "../../basic/index.mjs";
|
|
6
6
|
import { isFunction as p, isBoolean as I, cloneDeep as de, isNull as fe, upperFirst as me } from "lodash-unified";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { DefaultOptionType, SelectValue } from '
|
|
2
|
-
import { TransferItem } from '
|
|
3
|
-
import { DataNode, TreeProps } from '
|
|
1
|
+
import { DefaultOptionType, SelectValue } from '@aplus-frontend/antdv/es/select';
|
|
2
|
+
import { TransferItem } from '@aplus-frontend/antdv/es/transfer';
|
|
3
|
+
import { DataNode, TreeProps } from '@aplus-frontend/antdv/es/tree';
|
|
4
4
|
import { ButtonProps } from '../../base-button';
|
|
5
5
|
import { ColEx } from '../types';
|
|
6
|
-
import { RadioGroupProps } from '
|
|
6
|
+
import { RadioGroupProps } from '@aplus-frontend/antdv';
|
|
7
7
|
type Api<T = any> = (args?: any) => Promise<T[]>;
|
|
8
8
|
export type ApiCascaderOption = {
|
|
9
9
|
value?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as f, ref as v, computed as g, openBlock as l, createBlock as i, unref as o, mergeProps as b, isRef as y, withCtx as s, createElementBlock as k, Fragment as B, renderList as C, createTextVNode as S, toDisplayString as _ } from "vue";
|
|
2
|
-
import { Radio as p } from "
|
|
2
|
+
import { Radio as p } from "@aplus-frontend/antdv";
|
|
3
3
|
import { useRuleFormItem as h } from "../hooks/use-form-item.mjs";
|
|
4
4
|
import { isType as x } from "@fruits-chain/utils";
|
|
5
5
|
import { omit as R } from "lodash-unified";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Translator } from '../config-provider';
|
|
2
2
|
import { ComponentType } from './types';
|
|
3
|
-
import { Rule as ValidationRule } from '
|
|
3
|
+
import { Rule as ValidationRule } from '@aplus-frontend/antdv/lib/form/interface';
|
|
4
4
|
export declare const simpleComponents: string[];
|
|
5
5
|
export declare function isIncludeSimpleComponents(component?: ComponentType): boolean;
|
|
6
6
|
export declare function setComponentRuleType(rule: ValidationRule, component: ComponentType, valueFormat: string): void;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ComputedRef, Ref } from 'vue';
|
|
2
2
|
import { ProFormProps, FormSchemaInner as FormSchema, FormActionType } from '../types/form';
|
|
3
|
-
import { NamePath } from '
|
|
3
|
+
import { NamePath } from '@aplus-frontend/antdv/lib/form/interface';
|
|
4
4
|
import { EmitType, Fn, Recordable } from '../../type';
|
|
5
5
|
interface UseFormActionContext {
|
|
6
6
|
emit: EmitType;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ProFormProps, UseFormReturnType } from '../types/form';
|
|
2
|
-
import { NamePath } from '
|
|
2
|
+
import { NamePath } from '@aplus-frontend/antdv/lib/form/interface';
|
|
3
3
|
import { Ref, ComputedRef } from 'vue';
|
|
4
4
|
import { Recordable } from '../../type';
|
|
5
5
|
type DynamicProps<T> = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Ref, ComputedRef, ExtractPropTypes, PropType, HTMLAttributes } from 'vue';
|
|
2
2
|
import { ProFormProps, FormSchemaInner as FormSchema } from '../types/form';
|
|
3
|
-
import { ColSize } from '
|
|
3
|
+
import { ColSize } from '@aplus-frontend/antdv/lib/grid/Col';
|
|
4
4
|
export declare function useItemLabelWidth(schemaItemRef: Ref<FormSchema>, propsRef: Ref<ProFormProps>): ComputedRef<{
|
|
5
5
|
labelCol: Partial< ExtractPropTypes<{
|
|
6
6
|
span: (StringConstructor | NumberConstructor)[];
|
|
@@ -2,15 +2,15 @@ import { ProFormProps, FormSchemaInner as FormSchema } from './types/form';
|
|
|
2
2
|
import { Recordable } from '../type';
|
|
3
3
|
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, HTMLAttributes, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, DefineComponent, PublicProps } from 'vue';
|
|
4
4
|
import { VueTypeDef, VueTypeValidableDef } from '../../node_modules/vue-types';
|
|
5
|
-
import { ColSize } from '
|
|
6
|
-
import { FormLabelAlign, RuleObject, ValidateMessages, FieldData, ValidateErrorEntity } from '
|
|
7
|
-
import { RequiredMark } from '
|
|
8
|
-
import { RuleObject } from '
|
|
5
|
+
import { ColSize } from '@aplus-frontend/antdv/es/grid';
|
|
6
|
+
import { FormLabelAlign, RuleObject, ValidateMessages, FieldData, ValidateErrorEntity } from '@aplus-frontend/antdv/es/form/interface';
|
|
7
|
+
import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
|
|
8
|
+
import { RuleObject } from '@aplus-frontend/antdv/es/form';
|
|
9
9
|
import { Options } from '../../node_modules/scroll-into-view-if-needed';
|
|
10
|
-
import { SizeType } from '
|
|
11
|
-
import { SizeType } from '
|
|
12
|
-
import { VueNode } from '
|
|
13
|
-
import { NamePath } from '
|
|
10
|
+
import { SizeType } from '@aplus-frontend/antdv/es/config-provider';
|
|
11
|
+
import { SizeType } from '@aplus-frontend/antdv/es/button';
|
|
12
|
+
import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
|
|
13
|
+
import { NamePath } from '@aplus-frontend/antdv/lib/form/interface';
|
|
14
14
|
import { FormSchema, FieldMapToTime } from '.';
|
|
15
15
|
import { ColEx } from './types';
|
|
16
16
|
declare function setProps(formProps: Partial<ProFormProps>): Promise<void>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as pe, useAttrs as ve, reactive as $, ref as f, computed as m, unref as a, watch as b, nextTick as ye, onMounted as ge, openBlock as V, createBlock as N, mergeProps as C, withKeys as Be, withCtx as h, createVNode as Y, normalizeProps as z, guardReactiveProps as j, renderSlot as A, createElementBlock as be, Fragment as he, renderList as M, createSlots as K } from "vue";
|
|
2
|
-
import { Form as Ae, Row as Fe } from "
|
|
2
|
+
import { Form as Ae, Row as Fe } from "@aplus-frontend/antdv";
|
|
3
3
|
import "./components/form-item.vue.mjs";
|
|
4
4
|
import "./components/form-action.vue.mjs";
|
|
5
5
|
import { dateItemType as Se, isIncludeSimpleComponents as we } from "./helper.mjs";
|
|
@@ -2,7 +2,7 @@ import { defineComponent as V, computed as j, openBlock as l, createElementBlock
|
|
|
2
2
|
import { componentMap as R } from "./component-map.mjs";
|
|
3
3
|
import { createPlaceholderMessage as U } from "./helper.mjs";
|
|
4
4
|
import { QuestionCircleOutlined as $, ExclamationCircleOutlined as C } from "@ant-design/icons-vue";
|
|
5
|
-
import { Table as A, Tooltip as h, FormItem as G } from "
|
|
5
|
+
import { Table as A, Tooltip as h, FormItem as G } from "@aplus-frontend/antdv";
|
|
6
6
|
import "../ap-action/index.mjs";
|
|
7
7
|
import { isFunction as H } from "lodash-unified";
|
|
8
8
|
import { useLocale as Q } from "../config-provider/hooks/use-locale.mjs";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ProTableFormProps } from './types/table-form';
|
|
2
|
-
import { ValidateOptions } from '
|
|
2
|
+
import { ValidateOptions } from '@aplus-frontend/antdv/lib/form/interface';
|
|
3
3
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
4
4
|
import { TableActionTypes } from '.';
|
|
5
5
|
declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ProTableFormProps>, {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as u, ref as m, computed as f, unref as r, openBlock as p, createElementBlock as v, createVNode as n, withCtx as _, mergeProps as F } from "vue";
|
|
2
2
|
import "./table-form-inner.vue2.mjs";
|
|
3
|
-
import { Form as b } from "
|
|
3
|
+
import { Form as b } from "@aplus-frontend/antdv";
|
|
4
4
|
import { useAttrs as y } from "@aplus-frontend/hooks";
|
|
5
5
|
import B from "./table-form-inner.vue.mjs";
|
|
6
6
|
const P = /* @__PURE__ */ u({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { NamePath } from '
|
|
2
|
-
import { ColProps } from '
|
|
1
|
+
import { NamePath } from '@aplus-frontend/antdv/lib/form/interface';
|
|
2
|
+
import { ColProps } from '@aplus-frontend/antdv/lib/grid/Col';
|
|
3
3
|
import { HTMLAttributes, VNode, VNodeChild } from 'vue';
|
|
4
4
|
export interface ProFormItem {
|
|
5
5
|
/**
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { NamePath, RuleObject } from '
|
|
1
|
+
import { NamePath, RuleObject } from '@aplus-frontend/antdv/lib/form/interface';
|
|
2
2
|
import { VNode, CSSProperties } from 'vue';
|
|
3
3
|
import { ButtonProps } from '../../base-button';
|
|
4
4
|
import { ProFormItem } from './form-item';
|
|
5
5
|
import { ColEx, ComponentType, ComponentProps } from './';
|
|
6
|
-
import { RowProps } from '
|
|
6
|
+
import { RowProps } from '@aplus-frontend/antdv/lib/grid/Row';
|
|
7
7
|
export type FieldMapToTime = [
|
|
8
8
|
string,
|
|
9
9
|
[
|