@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
|
@@ -2,41 +2,41 @@ import { ApFieldPassword } from '../ap-field';
|
|
|
2
2
|
import { ApTableValueFields, ValueEnum } from './interface';
|
|
3
3
|
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, HTMLAttributes, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, VNode, RendererNode, RendererElement, CSSProperties, DefineComponent, PublicProps, ComputedRef } from 'vue';
|
|
4
4
|
import { ApFormItemTransformType, ApFieldDateProps, ApFormItemSlots, ApFieldDateRangeProps, ApFieldNumberProps, ApFieldRadioProps, ApFieldSelectProps, ApFieldSwitchProps, ApFieldTextProps, ApFormItemTextPassword, ApFieldTextAreaProps, ApFieldCheckboxProps, ApFieldTextPasswordProps, FieldMode, GroupActionTypes } from '..';
|
|
5
|
-
import { ColSize } from '
|
|
6
|
-
import { FormLabelAlign } from '
|
|
7
|
-
import { RuleObject } from '
|
|
8
|
-
import { InputFocusOptions } from '
|
|
5
|
+
import { ColSize } from '@aplus-frontend/antdv/es/grid';
|
|
6
|
+
import { FormLabelAlign } from '@aplus-frontend/antdv/es/form/interface';
|
|
7
|
+
import { RuleObject } from '@aplus-frontend/antdv/es/form';
|
|
8
|
+
import { InputFocusOptions } from '@aplus-frontend/antdv/es/vc-input/utils/commonUtils';
|
|
9
9
|
import { ApFormItemTextGroup } from '../ap-form/items/text';
|
|
10
|
-
import { FocusEventHandler, MouseEventHandler, KeyboardEventHandler, ChangeEventHandler, CompositionEventHandler } from '
|
|
10
|
+
import { FocusEventHandler, MouseEventHandler, KeyboardEventHandler, ChangeEventHandler, CompositionEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
|
|
11
11
|
import { Dayjs } from 'dayjs';
|
|
12
|
-
import { PickerLocale } from '
|
|
12
|
+
import { PickerLocale } from '@aplus-frontend/antdv/es/date-picker/generatePicker';
|
|
13
13
|
import { LiteralUnion } from '../type';
|
|
14
14
|
import { ApFormatPresetType } from '../ap-field/date/interface';
|
|
15
|
-
import { DateRender } from '
|
|
16
|
-
import { MonthCellRender } from '
|
|
17
|
-
import { PanelMode, RangeValue, OnPanelChange, PresetDate, EventValue, DisabledTimes } from '
|
|
18
|
-
import { VueNode, LiteralUnion } from '
|
|
19
|
-
import { AlignType } from '
|
|
20
|
-
import { SharedTimeProps } from '
|
|
21
|
-
import { RangeDateRender, RangeType, RangeInfo } from '
|
|
22
|
-
import { ValueType } from '
|
|
23
|
-
import { RadioChangeEvent, RadioGroupProps, SelectProps, CheckboxOptionType, CheckboxGroupProps } from '
|
|
24
|
-
import { RadioGroupChildOption } from '
|
|
25
|
-
import { RadioGroupButtonStyle, RadioGroupOptionType } from '
|
|
26
|
-
import { SelectValue, DefaultOptionType, LabeledValue } from '
|
|
27
|
-
import { SelectHandler, FieldNames, FilterFunc } from '
|
|
28
|
-
import { RenderDOMFunc, DropdownRender, CustomTagProps } from '
|
|
29
|
-
import { AlignType, BuildInPlacements } from '
|
|
30
|
-
import { LegacyButtonType, ButtonHTMLType } from '
|
|
31
|
-
import { ButtonType, ButtonShape, ButtonSize } from '
|
|
15
|
+
import { DateRender } from '@aplus-frontend/antdv/es/vc-picker/panels/DatePanel/DateBody';
|
|
16
|
+
import { MonthCellRender } from '@aplus-frontend/antdv/es/vc-picker/panels/MonthPanel/MonthBody';
|
|
17
|
+
import { PanelMode, RangeValue, OnPanelChange, PresetDate, EventValue, DisabledTimes } from '@aplus-frontend/antdv/es/vc-picker/interface';
|
|
18
|
+
import { VueNode, LiteralUnion } from '@aplus-frontend/antdv/es/_util/type';
|
|
19
|
+
import { AlignType } from '@aplus-frontend/antdv/es/vc-align/interface';
|
|
20
|
+
import { SharedTimeProps } from '@aplus-frontend/antdv/es/vc-picker/panels/TimePanel';
|
|
21
|
+
import { RangeDateRender, RangeType, RangeInfo } from '@aplus-frontend/antdv/es/vc-picker/RangePicker';
|
|
22
|
+
import { ValueType } from '@aplus-frontend/antdv/es/input-number/src/utils/MiniDecimal';
|
|
23
|
+
import { RadioChangeEvent, RadioGroupProps, SelectProps, CheckboxOptionType, CheckboxGroupProps } from '@aplus-frontend/antdv';
|
|
24
|
+
import { RadioGroupChildOption } from '@aplus-frontend/antdv/es/radio/Group';
|
|
25
|
+
import { RadioGroupButtonStyle, RadioGroupOptionType } from '@aplus-frontend/antdv/es/radio/interface';
|
|
26
|
+
import { SelectValue, DefaultOptionType, LabeledValue } from '@aplus-frontend/antdv/es/select';
|
|
27
|
+
import { SelectHandler, FieldNames, FilterFunc } from '@aplus-frontend/antdv/es/vc-select/Select';
|
|
28
|
+
import { RenderDOMFunc, DropdownRender, CustomTagProps } from '@aplus-frontend/antdv/es/vc-select/BaseSelect';
|
|
29
|
+
import { AlignType, BuildInPlacements } from '@aplus-frontend/antdv/es/vc-trigger/interface';
|
|
30
|
+
import { LegacyButtonType, ButtonHTMLType } from '@aplus-frontend/antdv/es/button/buttonTypes';
|
|
31
|
+
import { ButtonType, ButtonShape, ButtonSize } from '@aplus-frontend/antdv/es/button';
|
|
32
32
|
import { VueTypeValidableDef } from '../../node_modules/vue-types';
|
|
33
|
-
import { TriggerType } from '
|
|
34
|
-
import { TooltipPlacement, AdjustOverflow } from '
|
|
35
|
-
import { PresetColorType } from '
|
|
36
|
-
import { ShowCountProps } from '
|
|
37
|
-
import { AutoSizeType } from '
|
|
38
|
-
import { CheckboxValueType } from '
|
|
39
|
-
import { Trigger } from '
|
|
33
|
+
import { TriggerType } from '@aplus-frontend/antdv/es/tooltip/abstractTooltipProps';
|
|
34
|
+
import { TooltipPlacement, AdjustOverflow } from '@aplus-frontend/antdv/es/tooltip';
|
|
35
|
+
import { PresetColorType } from '@aplus-frontend/antdv/es/_util/colors';
|
|
36
|
+
import { ShowCountProps } from '@aplus-frontend/antdv/es/vc-input/inputProps';
|
|
37
|
+
import { AutoSizeType } from '@aplus-frontend/antdv/es/input/inputProps';
|
|
38
|
+
import { CheckboxValueType } from '@aplus-frontend/antdv/es/checkbox/interface';
|
|
39
|
+
import { Trigger } from '@aplus-frontend/antdv/es/dropdown/props';
|
|
40
40
|
/**
|
|
41
41
|
* 表格到查询表单的映射
|
|
42
42
|
*/
|
|
@@ -83,6 +83,10 @@ export declare const apTableFormItemMap: {
|
|
|
83
83
|
prefixCls: {
|
|
84
84
|
type: PropType<string>;
|
|
85
85
|
};
|
|
86
|
+
field: {
|
|
87
|
+
type: PropType<Omit< ApFieldDateProps, "value" | "onUpdate:value">>;
|
|
88
|
+
default: () => {};
|
|
89
|
+
};
|
|
86
90
|
name: {
|
|
87
91
|
type: PropType<string | number | (string | number)[]>;
|
|
88
92
|
};
|
|
@@ -236,10 +240,6 @@ export declare const apTableFormItemMap: {
|
|
|
236
240
|
_signal: {
|
|
237
241
|
type: PropType<number>;
|
|
238
242
|
};
|
|
239
|
-
field: {
|
|
240
|
-
type: PropType<Omit< ApFieldDateProps, "value" | "onUpdate:value">>;
|
|
241
|
-
default: () => {};
|
|
242
|
-
};
|
|
243
243
|
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
244
244
|
label: {
|
|
245
245
|
type: PropType<any>;
|
|
@@ -281,6 +281,10 @@ export declare const apTableFormItemMap: {
|
|
|
281
281
|
prefixCls: {
|
|
282
282
|
type: PropType<string>;
|
|
283
283
|
};
|
|
284
|
+
field: {
|
|
285
|
+
type: PropType<Omit< ApFieldDateProps, "value" | "onUpdate:value">>;
|
|
286
|
+
default: () => {};
|
|
287
|
+
};
|
|
284
288
|
name: {
|
|
285
289
|
type: PropType<string | number | (string | number)[]>;
|
|
286
290
|
};
|
|
@@ -434,18 +438,14 @@ export declare const apTableFormItemMap: {
|
|
|
434
438
|
_signal: {
|
|
435
439
|
type: PropType<number>;
|
|
436
440
|
};
|
|
437
|
-
field: {
|
|
438
|
-
type: PropType<Omit< ApFieldDateProps, "value" | "onUpdate:value">>;
|
|
439
|
-
default: () => {};
|
|
440
|
-
};
|
|
441
441
|
}>>, {
|
|
442
442
|
disabled: boolean;
|
|
443
|
+
field: Omit< ApFieldDateProps, "value" | "onUpdate:value">;
|
|
443
444
|
colon: boolean;
|
|
444
445
|
required: boolean;
|
|
445
446
|
hasFeedback: boolean;
|
|
446
447
|
autoLink: boolean;
|
|
447
448
|
validateFirst: boolean;
|
|
448
|
-
field: Omit< ApFieldDateProps, "value" | "onUpdate:value">;
|
|
449
449
|
}, true, {}, {}, {
|
|
450
450
|
P: {};
|
|
451
451
|
B: {};
|
|
@@ -494,6 +494,10 @@ export declare const apTableFormItemMap: {
|
|
|
494
494
|
prefixCls: {
|
|
495
495
|
type: PropType<string>;
|
|
496
496
|
};
|
|
497
|
+
field: {
|
|
498
|
+
type: PropType<Omit< ApFieldDateProps, "value" | "onUpdate:value">>;
|
|
499
|
+
default: () => {};
|
|
500
|
+
};
|
|
497
501
|
name: {
|
|
498
502
|
type: PropType<string | number | (string | number)[]>;
|
|
499
503
|
};
|
|
@@ -647,18 +651,14 @@ export declare const apTableFormItemMap: {
|
|
|
647
651
|
_signal: {
|
|
648
652
|
type: PropType<number>;
|
|
649
653
|
};
|
|
650
|
-
field: {
|
|
651
|
-
type: PropType<Omit< ApFieldDateProps, "value" | "onUpdate:value">>;
|
|
652
|
-
default: () => {};
|
|
653
|
-
};
|
|
654
654
|
}>>, {}, {}, {}, {}, {
|
|
655
655
|
disabled: boolean;
|
|
656
|
+
field: Omit< ApFieldDateProps, "value" | "onUpdate:value">;
|
|
656
657
|
colon: boolean;
|
|
657
658
|
required: boolean;
|
|
658
659
|
hasFeedback: boolean;
|
|
659
660
|
autoLink: boolean;
|
|
660
661
|
validateFirst: boolean;
|
|
661
|
-
field: Omit< ApFieldDateProps, "value" | "onUpdate:value">;
|
|
662
662
|
}>;
|
|
663
663
|
__isFragment?: never;
|
|
664
664
|
__isTeleport?: never;
|
|
@@ -704,6 +704,10 @@ export declare const apTableFormItemMap: {
|
|
|
704
704
|
prefixCls: {
|
|
705
705
|
type: PropType<string>;
|
|
706
706
|
};
|
|
707
|
+
field: {
|
|
708
|
+
type: PropType<Omit< ApFieldDateProps, "value" | "onUpdate:value">>;
|
|
709
|
+
default: () => {};
|
|
710
|
+
};
|
|
707
711
|
name: {
|
|
708
712
|
type: PropType<string | number | (string | number)[]>;
|
|
709
713
|
};
|
|
@@ -857,18 +861,14 @@ export declare const apTableFormItemMap: {
|
|
|
857
861
|
_signal: {
|
|
858
862
|
type: PropType<number>;
|
|
859
863
|
};
|
|
860
|
-
field: {
|
|
861
|
-
type: PropType<Omit< ApFieldDateProps, "value" | "onUpdate:value">>;
|
|
862
|
-
default: () => {};
|
|
863
|
-
};
|
|
864
864
|
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
865
865
|
disabled: boolean;
|
|
866
|
+
field: Omit< ApFieldDateProps, "value" | "onUpdate:value">;
|
|
866
867
|
colon: boolean;
|
|
867
868
|
required: boolean;
|
|
868
869
|
hasFeedback: boolean;
|
|
869
870
|
autoLink: boolean;
|
|
870
871
|
validateFirst: boolean;
|
|
871
|
-
field: Omit< ApFieldDateProps, "value" | "onUpdate:value">;
|
|
872
872
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
873
873
|
$slots: Readonly<{
|
|
874
874
|
dateRender: any;
|
|
@@ -938,6 +938,10 @@ export declare const apTableFormItemMap: {
|
|
|
938
938
|
prefixCls: {
|
|
939
939
|
type: PropType<string>;
|
|
940
940
|
};
|
|
941
|
+
field: {
|
|
942
|
+
type: PropType<Omit< ApFieldDateRangeProps, "value" | "onUpdate:value">>;
|
|
943
|
+
default: () => {};
|
|
944
|
+
};
|
|
941
945
|
name: {
|
|
942
946
|
type: PropType<string | number | (string | number)[]>;
|
|
943
947
|
};
|
|
@@ -1091,10 +1095,6 @@ export declare const apTableFormItemMap: {
|
|
|
1091
1095
|
_signal: {
|
|
1092
1096
|
type: PropType<number>;
|
|
1093
1097
|
};
|
|
1094
|
-
field: {
|
|
1095
|
-
type: PropType<Omit< ApFieldDateRangeProps, "value" | "onUpdate:value">>;
|
|
1096
|
-
default: () => {};
|
|
1097
|
-
};
|
|
1098
1098
|
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
1099
1099
|
label: {
|
|
1100
1100
|
type: PropType<any>;
|
|
@@ -1136,6 +1136,10 @@ export declare const apTableFormItemMap: {
|
|
|
1136
1136
|
prefixCls: {
|
|
1137
1137
|
type: PropType<string>;
|
|
1138
1138
|
};
|
|
1139
|
+
field: {
|
|
1140
|
+
type: PropType<Omit< ApFieldDateRangeProps, "value" | "onUpdate:value">>;
|
|
1141
|
+
default: () => {};
|
|
1142
|
+
};
|
|
1139
1143
|
name: {
|
|
1140
1144
|
type: PropType<string | number | (string | number)[]>;
|
|
1141
1145
|
};
|
|
@@ -1289,18 +1293,14 @@ export declare const apTableFormItemMap: {
|
|
|
1289
1293
|
_signal: {
|
|
1290
1294
|
type: PropType<number>;
|
|
1291
1295
|
};
|
|
1292
|
-
field: {
|
|
1293
|
-
type: PropType<Omit< ApFieldDateRangeProps, "value" | "onUpdate:value">>;
|
|
1294
|
-
default: () => {};
|
|
1295
|
-
};
|
|
1296
1296
|
}>>, {
|
|
1297
1297
|
disabled: boolean;
|
|
1298
|
+
field: Omit< ApFieldDateRangeProps, "value" | "onUpdate:value">;
|
|
1298
1299
|
colon: boolean;
|
|
1299
1300
|
required: boolean;
|
|
1300
1301
|
hasFeedback: boolean;
|
|
1301
1302
|
autoLink: boolean;
|
|
1302
1303
|
validateFirst: boolean;
|
|
1303
|
-
field: Omit< ApFieldDateRangeProps, "value" | "onUpdate:value">;
|
|
1304
1304
|
}, true, {}, {}, {
|
|
1305
1305
|
P: {};
|
|
1306
1306
|
B: {};
|
|
@@ -1349,6 +1349,10 @@ export declare const apTableFormItemMap: {
|
|
|
1349
1349
|
prefixCls: {
|
|
1350
1350
|
type: PropType<string>;
|
|
1351
1351
|
};
|
|
1352
|
+
field: {
|
|
1353
|
+
type: PropType<Omit< ApFieldDateRangeProps, "value" | "onUpdate:value">>;
|
|
1354
|
+
default: () => {};
|
|
1355
|
+
};
|
|
1352
1356
|
name: {
|
|
1353
1357
|
type: PropType<string | number | (string | number)[]>;
|
|
1354
1358
|
};
|
|
@@ -1502,18 +1506,14 @@ export declare const apTableFormItemMap: {
|
|
|
1502
1506
|
_signal: {
|
|
1503
1507
|
type: PropType<number>;
|
|
1504
1508
|
};
|
|
1505
|
-
field: {
|
|
1506
|
-
type: PropType<Omit< ApFieldDateRangeProps, "value" | "onUpdate:value">>;
|
|
1507
|
-
default: () => {};
|
|
1508
|
-
};
|
|
1509
1509
|
}>>, {}, {}, {}, {}, {
|
|
1510
1510
|
disabled: boolean;
|
|
1511
|
+
field: Omit< ApFieldDateRangeProps, "value" | "onUpdate:value">;
|
|
1511
1512
|
colon: boolean;
|
|
1512
1513
|
required: boolean;
|
|
1513
1514
|
hasFeedback: boolean;
|
|
1514
1515
|
autoLink: boolean;
|
|
1515
1516
|
validateFirst: boolean;
|
|
1516
|
-
field: Omit< ApFieldDateRangeProps, "value" | "onUpdate:value">;
|
|
1517
1517
|
}>;
|
|
1518
1518
|
__isFragment?: never;
|
|
1519
1519
|
__isTeleport?: never;
|
|
@@ -1559,6 +1559,10 @@ export declare const apTableFormItemMap: {
|
|
|
1559
1559
|
prefixCls: {
|
|
1560
1560
|
type: PropType<string>;
|
|
1561
1561
|
};
|
|
1562
|
+
field: {
|
|
1563
|
+
type: PropType<Omit< ApFieldDateRangeProps, "value" | "onUpdate:value">>;
|
|
1564
|
+
default: () => {};
|
|
1565
|
+
};
|
|
1562
1566
|
name: {
|
|
1563
1567
|
type: PropType<string | number | (string | number)[]>;
|
|
1564
1568
|
};
|
|
@@ -1712,18 +1716,14 @@ export declare const apTableFormItemMap: {
|
|
|
1712
1716
|
_signal: {
|
|
1713
1717
|
type: PropType<number>;
|
|
1714
1718
|
};
|
|
1715
|
-
field: {
|
|
1716
|
-
type: PropType<Omit< ApFieldDateRangeProps, "value" | "onUpdate:value">>;
|
|
1717
|
-
default: () => {};
|
|
1718
|
-
};
|
|
1719
1719
|
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
1720
1720
|
disabled: boolean;
|
|
1721
|
+
field: Omit< ApFieldDateRangeProps, "value" | "onUpdate:value">;
|
|
1721
1722
|
colon: boolean;
|
|
1722
1723
|
required: boolean;
|
|
1723
1724
|
hasFeedback: boolean;
|
|
1724
1725
|
autoLink: boolean;
|
|
1725
1726
|
validateFirst: boolean;
|
|
1726
|
-
field: Omit< ApFieldDateRangeProps, "value" | "onUpdate:value">;
|
|
1727
1727
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
1728
1728
|
$slots: Readonly<{
|
|
1729
1729
|
suffixIcon?: any;
|
|
@@ -1791,6 +1791,10 @@ export declare const apTableFormItemMap: {
|
|
|
1791
1791
|
prefixCls: {
|
|
1792
1792
|
type: PropType<string>;
|
|
1793
1793
|
};
|
|
1794
|
+
field: {
|
|
1795
|
+
type: PropType<Omit< ApFieldNumberProps, "value" | "onUpdate:value">>;
|
|
1796
|
+
default: () => {};
|
|
1797
|
+
};
|
|
1794
1798
|
name: {
|
|
1795
1799
|
type: PropType<string | number | (string | number)[]>;
|
|
1796
1800
|
};
|
|
@@ -1944,10 +1948,6 @@ export declare const apTableFormItemMap: {
|
|
|
1944
1948
|
_signal: {
|
|
1945
1949
|
type: PropType<number>;
|
|
1946
1950
|
};
|
|
1947
|
-
field: {
|
|
1948
|
-
type: PropType<Omit< ApFieldNumberProps, "value" | "onUpdate:value">>;
|
|
1949
|
-
default: () => {};
|
|
1950
|
-
};
|
|
1951
1951
|
}>>, {
|
|
1952
1952
|
focus: () => void;
|
|
1953
1953
|
blur: () => void;
|
|
@@ -1992,6 +1992,10 @@ export declare const apTableFormItemMap: {
|
|
|
1992
1992
|
prefixCls: {
|
|
1993
1993
|
type: PropType<string>;
|
|
1994
1994
|
};
|
|
1995
|
+
field: {
|
|
1996
|
+
type: PropType<Omit< ApFieldNumberProps, "value" | "onUpdate:value">>;
|
|
1997
|
+
default: () => {};
|
|
1998
|
+
};
|
|
1995
1999
|
name: {
|
|
1996
2000
|
type: PropType<string | number | (string | number)[]>;
|
|
1997
2001
|
};
|
|
@@ -2145,18 +2149,14 @@ export declare const apTableFormItemMap: {
|
|
|
2145
2149
|
_signal: {
|
|
2146
2150
|
type: PropType<number>;
|
|
2147
2151
|
};
|
|
2148
|
-
field: {
|
|
2149
|
-
type: PropType<Omit< ApFieldNumberProps, "value" | "onUpdate:value">>;
|
|
2150
|
-
default: () => {};
|
|
2151
|
-
};
|
|
2152
2152
|
}>>, {
|
|
2153
2153
|
disabled: boolean;
|
|
2154
|
+
field: Omit< ApFieldNumberProps, "value" | "onUpdate:value">;
|
|
2154
2155
|
colon: boolean;
|
|
2155
2156
|
required: boolean;
|
|
2156
2157
|
hasFeedback: boolean;
|
|
2157
2158
|
autoLink: boolean;
|
|
2158
2159
|
validateFirst: boolean;
|
|
2159
|
-
field: Omit< ApFieldNumberProps, "value" | "onUpdate:value">;
|
|
2160
2160
|
}, true, {}, {}, {
|
|
2161
2161
|
P: {};
|
|
2162
2162
|
B: {};
|
|
@@ -2205,6 +2205,10 @@ export declare const apTableFormItemMap: {
|
|
|
2205
2205
|
prefixCls: {
|
|
2206
2206
|
type: PropType<string>;
|
|
2207
2207
|
};
|
|
2208
|
+
field: {
|
|
2209
|
+
type: PropType<Omit< ApFieldNumberProps, "value" | "onUpdate:value">>;
|
|
2210
|
+
default: () => {};
|
|
2211
|
+
};
|
|
2208
2212
|
name: {
|
|
2209
2213
|
type: PropType<string | number | (string | number)[]>;
|
|
2210
2214
|
};
|
|
@@ -2358,21 +2362,17 @@ export declare const apTableFormItemMap: {
|
|
|
2358
2362
|
_signal: {
|
|
2359
2363
|
type: PropType<number>;
|
|
2360
2364
|
};
|
|
2361
|
-
field: {
|
|
2362
|
-
type: PropType<Omit< ApFieldNumberProps, "value" | "onUpdate:value">>;
|
|
2363
|
-
default: () => {};
|
|
2364
|
-
};
|
|
2365
2365
|
}>>, {
|
|
2366
2366
|
focus: () => void;
|
|
2367
2367
|
blur: () => void;
|
|
2368
2368
|
}, {}, {}, {}, {
|
|
2369
2369
|
disabled: boolean;
|
|
2370
|
+
field: Omit< ApFieldNumberProps, "value" | "onUpdate:value">;
|
|
2370
2371
|
colon: boolean;
|
|
2371
2372
|
required: boolean;
|
|
2372
2373
|
hasFeedback: boolean;
|
|
2373
2374
|
autoLink: boolean;
|
|
2374
2375
|
validateFirst: boolean;
|
|
2375
|
-
field: Omit< ApFieldNumberProps, "value" | "onUpdate:value">;
|
|
2376
2376
|
}>;
|
|
2377
2377
|
__isFragment?: never;
|
|
2378
2378
|
__isTeleport?: never;
|
|
@@ -2418,6 +2418,10 @@ export declare const apTableFormItemMap: {
|
|
|
2418
2418
|
prefixCls: {
|
|
2419
2419
|
type: PropType<string>;
|
|
2420
2420
|
};
|
|
2421
|
+
field: {
|
|
2422
|
+
type: PropType<Omit< ApFieldNumberProps, "value" | "onUpdate:value">>;
|
|
2423
|
+
default: () => {};
|
|
2424
|
+
};
|
|
2421
2425
|
name: {
|
|
2422
2426
|
type: PropType<string | number | (string | number)[]>;
|
|
2423
2427
|
};
|
|
@@ -2571,21 +2575,17 @@ export declare const apTableFormItemMap: {
|
|
|
2571
2575
|
_signal: {
|
|
2572
2576
|
type: PropType<number>;
|
|
2573
2577
|
};
|
|
2574
|
-
field: {
|
|
2575
|
-
type: PropType<Omit< ApFieldNumberProps, "value" | "onUpdate:value">>;
|
|
2576
|
-
default: () => {};
|
|
2577
|
-
};
|
|
2578
2578
|
}>>, {
|
|
2579
2579
|
focus: () => void;
|
|
2580
2580
|
blur: () => void;
|
|
2581
2581
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
2582
2582
|
disabled: boolean;
|
|
2583
|
+
field: Omit< ApFieldNumberProps, "value" | "onUpdate:value">;
|
|
2583
2584
|
colon: boolean;
|
|
2584
2585
|
required: boolean;
|
|
2585
2586
|
hasFeedback: boolean;
|
|
2586
2587
|
autoLink: boolean;
|
|
2587
2588
|
validateFirst: boolean;
|
|
2588
|
-
field: Omit< ApFieldNumberProps, "value" | "onUpdate:value">;
|
|
2589
2589
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
2590
2590
|
$slots: Readonly<{
|
|
2591
2591
|
addonBefore?: any;
|
|
@@ -2642,6 +2642,10 @@ export declare const apTableFormItemMap: {
|
|
|
2642
2642
|
prefixCls: {
|
|
2643
2643
|
type: PropType<string>;
|
|
2644
2644
|
};
|
|
2645
|
+
field: {
|
|
2646
|
+
type: PropType<Omit< ApFieldRadioProps, "value" | "onUpdate:value">>;
|
|
2647
|
+
default: () => {};
|
|
2648
|
+
};
|
|
2645
2649
|
name: {
|
|
2646
2650
|
type: PropType<string | number | (string | number)[]>;
|
|
2647
2651
|
};
|
|
@@ -2792,10 +2796,6 @@ export declare const apTableFormItemMap: {
|
|
|
2792
2796
|
_signal: {
|
|
2793
2797
|
type: PropType<number>;
|
|
2794
2798
|
};
|
|
2795
|
-
field: {
|
|
2796
|
-
type: PropType<Omit< ApFieldRadioProps, "value" | "onUpdate:value">>;
|
|
2797
|
-
default: () => {};
|
|
2798
|
-
};
|
|
2799
2799
|
}>>, {
|
|
2800
2800
|
focus: () => void;
|
|
2801
2801
|
blur: () => void;
|
|
@@ -2837,6 +2837,10 @@ export declare const apTableFormItemMap: {
|
|
|
2837
2837
|
prefixCls: {
|
|
2838
2838
|
type: PropType<string>;
|
|
2839
2839
|
};
|
|
2840
|
+
field: {
|
|
2841
|
+
type: PropType<Omit< ApFieldRadioProps, "value" | "onUpdate:value">>;
|
|
2842
|
+
default: () => {};
|
|
2843
|
+
};
|
|
2840
2844
|
name: {
|
|
2841
2845
|
type: PropType<string | number | (string | number)[]>;
|
|
2842
2846
|
};
|
|
@@ -2987,18 +2991,14 @@ export declare const apTableFormItemMap: {
|
|
|
2987
2991
|
_signal: {
|
|
2988
2992
|
type: PropType<number>;
|
|
2989
2993
|
};
|
|
2990
|
-
field: {
|
|
2991
|
-
type: PropType<Omit< ApFieldRadioProps, "value" | "onUpdate:value">>;
|
|
2992
|
-
default: () => {};
|
|
2993
|
-
};
|
|
2994
2994
|
}>>, {
|
|
2995
2995
|
disabled: boolean;
|
|
2996
|
+
field: Omit< ApFieldRadioProps, "value" | "onUpdate:value">;
|
|
2996
2997
|
colon: boolean;
|
|
2997
2998
|
required: boolean;
|
|
2998
2999
|
hasFeedback: boolean;
|
|
2999
3000
|
autoLink: boolean;
|
|
3000
3001
|
validateFirst: boolean;
|
|
3001
|
-
field: Omit< ApFieldRadioProps, "value" | "onUpdate:value">;
|
|
3002
3002
|
}, true, {}, {}, {
|
|
3003
3003
|
P: {};
|
|
3004
3004
|
B: {};
|
|
@@ -3044,6 +3044,10 @@ export declare const apTableFormItemMap: {
|
|
|
3044
3044
|
prefixCls: {
|
|
3045
3045
|
type: PropType<string>;
|
|
3046
3046
|
};
|
|
3047
|
+
field: {
|
|
3048
|
+
type: PropType<Omit< ApFieldRadioProps, "value" | "onUpdate:value">>;
|
|
3049
|
+
default: () => {};
|
|
3050
|
+
};
|
|
3047
3051
|
name: {
|
|
3048
3052
|
type: PropType<string | number | (string | number)[]>;
|
|
3049
3053
|
};
|
|
@@ -3194,21 +3198,17 @@ export declare const apTableFormItemMap: {
|
|
|
3194
3198
|
_signal: {
|
|
3195
3199
|
type: PropType<number>;
|
|
3196
3200
|
};
|
|
3197
|
-
field: {
|
|
3198
|
-
type: PropType<Omit< ApFieldRadioProps, "value" | "onUpdate:value">>;
|
|
3199
|
-
default: () => {};
|
|
3200
|
-
};
|
|
3201
3201
|
}>>, {
|
|
3202
3202
|
focus: () => void;
|
|
3203
3203
|
blur: () => void;
|
|
3204
3204
|
}, {}, {}, {}, {
|
|
3205
3205
|
disabled: boolean;
|
|
3206
|
+
field: Omit< ApFieldRadioProps, "value" | "onUpdate:value">;
|
|
3206
3207
|
colon: boolean;
|
|
3207
3208
|
required: boolean;
|
|
3208
3209
|
hasFeedback: boolean;
|
|
3209
3210
|
autoLink: boolean;
|
|
3210
3211
|
validateFirst: boolean;
|
|
3211
|
-
field: Omit< ApFieldRadioProps, "value" | "onUpdate:value">;
|
|
3212
3212
|
}>;
|
|
3213
3213
|
__isFragment?: never;
|
|
3214
3214
|
__isTeleport?: never;
|
|
@@ -3251,6 +3251,10 @@ export declare const apTableFormItemMap: {
|
|
|
3251
3251
|
prefixCls: {
|
|
3252
3252
|
type: PropType<string>;
|
|
3253
3253
|
};
|
|
3254
|
+
field: {
|
|
3255
|
+
type: PropType<Omit< ApFieldRadioProps, "value" | "onUpdate:value">>;
|
|
3256
|
+
default: () => {};
|
|
3257
|
+
};
|
|
3254
3258
|
name: {
|
|
3255
3259
|
type: PropType<string | number | (string | number)[]>;
|
|
3256
3260
|
};
|
|
@@ -3401,21 +3405,17 @@ export declare const apTableFormItemMap: {
|
|
|
3401
3405
|
_signal: {
|
|
3402
3406
|
type: PropType<number>;
|
|
3403
3407
|
};
|
|
3404
|
-
field: {
|
|
3405
|
-
type: PropType<Omit< ApFieldRadioProps, "value" | "onUpdate:value">>;
|
|
3406
|
-
default: () => {};
|
|
3407
|
-
};
|
|
3408
3408
|
}>>, {
|
|
3409
3409
|
focus: () => void;
|
|
3410
3410
|
blur: () => void;
|
|
3411
3411
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
3412
3412
|
disabled: boolean;
|
|
3413
|
+
field: Omit< ApFieldRadioProps, "value" | "onUpdate:value">;
|
|
3413
3414
|
colon: boolean;
|
|
3414
3415
|
required: boolean;
|
|
3415
3416
|
hasFeedback: boolean;
|
|
3416
3417
|
autoLink: boolean;
|
|
3417
3418
|
validateFirst: boolean;
|
|
3418
|
-
field: Omit< ApFieldRadioProps, "value" | "onUpdate:value">;
|
|
3419
3419
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
3420
3420
|
$slots: Readonly<{
|
|
3421
3421
|
label: any;
|
|
@@ -3469,6 +3469,10 @@ export declare const apTableFormItemMap: {
|
|
|
3469
3469
|
prefixCls: {
|
|
3470
3470
|
type: PropType<string>;
|
|
3471
3471
|
};
|
|
3472
|
+
field: {
|
|
3473
|
+
type: PropType<Omit< ApFieldSelectProps, "value" | "onUpdate:value">>;
|
|
3474
|
+
default: () => {};
|
|
3475
|
+
};
|
|
3472
3476
|
name: {
|
|
3473
3477
|
type: PropType<string | number | (string | number)[]>;
|
|
3474
3478
|
};
|
|
@@ -3622,10 +3626,6 @@ export declare const apTableFormItemMap: {
|
|
|
3622
3626
|
_signal: {
|
|
3623
3627
|
type: PropType<number>;
|
|
3624
3628
|
};
|
|
3625
|
-
field: {
|
|
3626
|
-
type: PropType<Omit< ApFieldSelectProps, "value" | "onUpdate:value">>;
|
|
3627
|
-
default: () => {};
|
|
3628
|
-
};
|
|
3629
3629
|
}>>, {
|
|
3630
3630
|
focus: () => void;
|
|
3631
3631
|
blur: () => void;
|
|
@@ -3670,6 +3670,10 @@ export declare const apTableFormItemMap: {
|
|
|
3670
3670
|
prefixCls: {
|
|
3671
3671
|
type: PropType<string>;
|
|
3672
3672
|
};
|
|
3673
|
+
field: {
|
|
3674
|
+
type: PropType<Omit< ApFieldSelectProps, "value" | "onUpdate:value">>;
|
|
3675
|
+
default: () => {};
|
|
3676
|
+
};
|
|
3673
3677
|
name: {
|
|
3674
3678
|
type: PropType<string | number | (string | number)[]>;
|
|
3675
3679
|
};
|
|
@@ -3823,18 +3827,14 @@ export declare const apTableFormItemMap: {
|
|
|
3823
3827
|
_signal: {
|
|
3824
3828
|
type: PropType<number>;
|
|
3825
3829
|
};
|
|
3826
|
-
field: {
|
|
3827
|
-
type: PropType<Omit< ApFieldSelectProps, "value" | "onUpdate:value">>;
|
|
3828
|
-
default: () => {};
|
|
3829
|
-
};
|
|
3830
3830
|
}>>, {
|
|
3831
3831
|
disabled: boolean;
|
|
3832
|
+
field: Omit< ApFieldSelectProps, "value" | "onUpdate:value">;
|
|
3832
3833
|
colon: boolean;
|
|
3833
3834
|
required: boolean;
|
|
3834
3835
|
hasFeedback: boolean;
|
|
3835
3836
|
autoLink: boolean;
|
|
3836
3837
|
validateFirst: boolean;
|
|
3837
|
-
field: Omit< ApFieldSelectProps, "value" | "onUpdate:value">;
|
|
3838
3838
|
}, true, {}, {}, {
|
|
3839
3839
|
P: {};
|
|
3840
3840
|
B: {};
|
|
@@ -3883,6 +3883,10 @@ export declare const apTableFormItemMap: {
|
|
|
3883
3883
|
prefixCls: {
|
|
3884
3884
|
type: PropType<string>;
|
|
3885
3885
|
};
|
|
3886
|
+
field: {
|
|
3887
|
+
type: PropType<Omit< ApFieldSelectProps, "value" | "onUpdate:value">>;
|
|
3888
|
+
default: () => {};
|
|
3889
|
+
};
|
|
3886
3890
|
name: {
|
|
3887
3891
|
type: PropType<string | number | (string | number)[]>;
|
|
3888
3892
|
};
|
|
@@ -4036,21 +4040,17 @@ export declare const apTableFormItemMap: {
|
|
|
4036
4040
|
_signal: {
|
|
4037
4041
|
type: PropType<number>;
|
|
4038
4042
|
};
|
|
4039
|
-
field: {
|
|
4040
|
-
type: PropType<Omit< ApFieldSelectProps, "value" | "onUpdate:value">>;
|
|
4041
|
-
default: () => {};
|
|
4042
|
-
};
|
|
4043
4043
|
}>>, {
|
|
4044
4044
|
focus: () => void;
|
|
4045
4045
|
blur: () => void;
|
|
4046
4046
|
}, {}, {}, {}, {
|
|
4047
4047
|
disabled: boolean;
|
|
4048
|
+
field: Omit< ApFieldSelectProps, "value" | "onUpdate:value">;
|
|
4048
4049
|
colon: boolean;
|
|
4049
4050
|
required: boolean;
|
|
4050
4051
|
hasFeedback: boolean;
|
|
4051
4052
|
autoLink: boolean;
|
|
4052
4053
|
validateFirst: boolean;
|
|
4053
|
-
field: Omit< ApFieldSelectProps, "value" | "onUpdate:value">;
|
|
4054
4054
|
}>;
|
|
4055
4055
|
__isFragment?: never;
|
|
4056
4056
|
__isTeleport?: never;
|
|
@@ -4096,6 +4096,10 @@ export declare const apTableFormItemMap: {
|
|
|
4096
4096
|
prefixCls: {
|
|
4097
4097
|
type: PropType<string>;
|
|
4098
4098
|
};
|
|
4099
|
+
field: {
|
|
4100
|
+
type: PropType<Omit< ApFieldSelectProps, "value" | "onUpdate:value">>;
|
|
4101
|
+
default: () => {};
|
|
4102
|
+
};
|
|
4099
4103
|
name: {
|
|
4100
4104
|
type: PropType<string | number | (string | number)[]>;
|
|
4101
4105
|
};
|
|
@@ -4249,21 +4253,17 @@ export declare const apTableFormItemMap: {
|
|
|
4249
4253
|
_signal: {
|
|
4250
4254
|
type: PropType<number>;
|
|
4251
4255
|
};
|
|
4252
|
-
field: {
|
|
4253
|
-
type: PropType<Omit< ApFieldSelectProps, "value" | "onUpdate:value">>;
|
|
4254
|
-
default: () => {};
|
|
4255
|
-
};
|
|
4256
4256
|
}>>, {
|
|
4257
4257
|
focus: () => void;
|
|
4258
4258
|
blur: () => void;
|
|
4259
4259
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
4260
4260
|
disabled: boolean;
|
|
4261
|
+
field: Omit< ApFieldSelectProps, "value" | "onUpdate:value">;
|
|
4261
4262
|
colon: boolean;
|
|
4262
4263
|
required: boolean;
|
|
4263
4264
|
hasFeedback: boolean;
|
|
4264
4265
|
autoLink: boolean;
|
|
4265
4266
|
validateFirst: boolean;
|
|
4266
|
-
field: Omit< ApFieldSelectProps, "value" | "onUpdate:value">;
|
|
4267
4267
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
4268
4268
|
$slots: Readonly<{
|
|
4269
4269
|
notFoundContent: any;
|
|
@@ -4332,6 +4332,10 @@ export declare const apTableFormItemMap: {
|
|
|
4332
4332
|
prefixCls: {
|
|
4333
4333
|
type: PropType<string>;
|
|
4334
4334
|
};
|
|
4335
|
+
field: {
|
|
4336
|
+
type: PropType<Omit< ApFieldSwitchProps, "checked" | "onUpdate:checked">>;
|
|
4337
|
+
default: () => {};
|
|
4338
|
+
};
|
|
4335
4339
|
name: {
|
|
4336
4340
|
type: PropType<string | number | (string | number)[]>;
|
|
4337
4341
|
};
|
|
@@ -4483,10 +4487,6 @@ export declare const apTableFormItemMap: {
|
|
|
4483
4487
|
_signal: {
|
|
4484
4488
|
type: PropType<number>;
|
|
4485
4489
|
};
|
|
4486
|
-
field: {
|
|
4487
|
-
type: PropType<Omit< ApFieldSwitchProps, "checked" | "onUpdate:checked">>;
|
|
4488
|
-
default: () => {};
|
|
4489
|
-
};
|
|
4490
4490
|
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
4491
4491
|
label: {
|
|
4492
4492
|
type: PropType<any>;
|
|
@@ -4525,6 +4525,10 @@ export declare const apTableFormItemMap: {
|
|
|
4525
4525
|
prefixCls: {
|
|
4526
4526
|
type: PropType<string>;
|
|
4527
4527
|
};
|
|
4528
|
+
field: {
|
|
4529
|
+
type: PropType<Omit< ApFieldSwitchProps, "checked" | "onUpdate:checked">>;
|
|
4530
|
+
default: () => {};
|
|
4531
|
+
};
|
|
4528
4532
|
name: {
|
|
4529
4533
|
type: PropType<string | number | (string | number)[]>;
|
|
4530
4534
|
};
|
|
@@ -4676,19 +4680,15 @@ export declare const apTableFormItemMap: {
|
|
|
4676
4680
|
_signal: {
|
|
4677
4681
|
type: PropType<number>;
|
|
4678
4682
|
};
|
|
4679
|
-
field: {
|
|
4680
|
-
type: PropType<Omit< ApFieldSwitchProps, "checked" | "onUpdate:checked">>;
|
|
4681
|
-
default: () => {};
|
|
4682
|
-
};
|
|
4683
4683
|
}>>, {
|
|
4684
4684
|
disabled: boolean;
|
|
4685
|
+
field: Omit< ApFieldSwitchProps, "checked" | "onUpdate:checked">;
|
|
4685
4686
|
colon: boolean;
|
|
4686
4687
|
required: boolean;
|
|
4687
4688
|
hasFeedback: boolean;
|
|
4688
4689
|
autoLink: boolean;
|
|
4689
4690
|
validateFirst: boolean;
|
|
4690
4691
|
valuePropName: string;
|
|
4691
|
-
field: Omit< ApFieldSwitchProps, "checked" | "onUpdate:checked">;
|
|
4692
4692
|
}, true, {}, {}, {
|
|
4693
4693
|
P: {};
|
|
4694
4694
|
B: {};
|
|
@@ -4734,6 +4734,10 @@ export declare const apTableFormItemMap: {
|
|
|
4734
4734
|
prefixCls: {
|
|
4735
4735
|
type: PropType<string>;
|
|
4736
4736
|
};
|
|
4737
|
+
field: {
|
|
4738
|
+
type: PropType<Omit< ApFieldSwitchProps, "checked" | "onUpdate:checked">>;
|
|
4739
|
+
default: () => {};
|
|
4740
|
+
};
|
|
4737
4741
|
name: {
|
|
4738
4742
|
type: PropType<string | number | (string | number)[]>;
|
|
4739
4743
|
};
|
|
@@ -4885,19 +4889,15 @@ export declare const apTableFormItemMap: {
|
|
|
4885
4889
|
_signal: {
|
|
4886
4890
|
type: PropType<number>;
|
|
4887
4891
|
};
|
|
4888
|
-
field: {
|
|
4889
|
-
type: PropType<Omit< ApFieldSwitchProps, "checked" | "onUpdate:checked">>;
|
|
4890
|
-
default: () => {};
|
|
4891
|
-
};
|
|
4892
4892
|
}>>, {}, {}, {}, {}, {
|
|
4893
4893
|
disabled: boolean;
|
|
4894
|
+
field: Omit< ApFieldSwitchProps, "checked" | "onUpdate:checked">;
|
|
4894
4895
|
colon: boolean;
|
|
4895
4896
|
required: boolean;
|
|
4896
4897
|
hasFeedback: boolean;
|
|
4897
4898
|
autoLink: boolean;
|
|
4898
4899
|
validateFirst: boolean;
|
|
4899
4900
|
valuePropName: string;
|
|
4900
|
-
field: Omit< ApFieldSwitchProps, "checked" | "onUpdate:checked">;
|
|
4901
4901
|
}>;
|
|
4902
4902
|
__isFragment?: never;
|
|
4903
4903
|
__isTeleport?: never;
|
|
@@ -4940,6 +4940,10 @@ export declare const apTableFormItemMap: {
|
|
|
4940
4940
|
prefixCls: {
|
|
4941
4941
|
type: PropType<string>;
|
|
4942
4942
|
};
|
|
4943
|
+
field: {
|
|
4944
|
+
type: PropType<Omit< ApFieldSwitchProps, "checked" | "onUpdate:checked">>;
|
|
4945
|
+
default: () => {};
|
|
4946
|
+
};
|
|
4943
4947
|
name: {
|
|
4944
4948
|
type: PropType<string | number | (string | number)[]>;
|
|
4945
4949
|
};
|
|
@@ -5091,19 +5095,15 @@ export declare const apTableFormItemMap: {
|
|
|
5091
5095
|
_signal: {
|
|
5092
5096
|
type: PropType<number>;
|
|
5093
5097
|
};
|
|
5094
|
-
field: {
|
|
5095
|
-
type: PropType<Omit< ApFieldSwitchProps, "checked" | "onUpdate:checked">>;
|
|
5096
|
-
default: () => {};
|
|
5097
|
-
};
|
|
5098
5098
|
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
5099
5099
|
disabled: boolean;
|
|
5100
|
+
field: Omit< ApFieldSwitchProps, "checked" | "onUpdate:checked">;
|
|
5100
5101
|
colon: boolean;
|
|
5101
5102
|
required: boolean;
|
|
5102
5103
|
hasFeedback: boolean;
|
|
5103
5104
|
autoLink: boolean;
|
|
5104
5105
|
validateFirst: boolean;
|
|
5105
5106
|
valuePropName: string;
|
|
5106
|
-
field: Omit< ApFieldSwitchProps, "checked" | "onUpdate:checked">;
|
|
5107
5107
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
5108
5108
|
$slots: Readonly<{
|
|
5109
5109
|
checkedChildren: any;
|
|
@@ -5157,6 +5157,10 @@ export declare const apTableFormItemMap: {
|
|
|
5157
5157
|
prefixCls: {
|
|
5158
5158
|
type: PropType<string>;
|
|
5159
5159
|
};
|
|
5160
|
+
field: {
|
|
5161
|
+
type: PropType<Omit< ApFieldTextProps, "value" | "onUpdate:value">>;
|
|
5162
|
+
default: () => {};
|
|
5163
|
+
};
|
|
5160
5164
|
name: {
|
|
5161
5165
|
type: PropType<string | number | (string | number)[]>;
|
|
5162
5166
|
};
|
|
@@ -5310,10 +5314,6 @@ export declare const apTableFormItemMap: {
|
|
|
5310
5314
|
_signal: {
|
|
5311
5315
|
type: PropType<number>;
|
|
5312
5316
|
};
|
|
5313
|
-
field: {
|
|
5314
|
-
type: PropType<Omit< ApFieldTextProps, "value" | "onUpdate:value">>;
|
|
5315
|
-
default: () => {};
|
|
5316
|
-
};
|
|
5317
5317
|
}>>, {
|
|
5318
5318
|
focus: (options?: InputFocusOptions) => void;
|
|
5319
5319
|
blur: () => void;
|
|
@@ -5361,6 +5361,10 @@ export declare const apTableFormItemMap: {
|
|
|
5361
5361
|
prefixCls: {
|
|
5362
5362
|
type: PropType<string>;
|
|
5363
5363
|
};
|
|
5364
|
+
field: {
|
|
5365
|
+
type: PropType<Omit< ApFieldTextProps, "value" | "onUpdate:value">>;
|
|
5366
|
+
default: () => {};
|
|
5367
|
+
};
|
|
5364
5368
|
name: {
|
|
5365
5369
|
type: PropType<string | number | (string | number)[]>;
|
|
5366
5370
|
};
|
|
@@ -5514,18 +5518,14 @@ export declare const apTableFormItemMap: {
|
|
|
5514
5518
|
_signal: {
|
|
5515
5519
|
type: PropType<number>;
|
|
5516
5520
|
};
|
|
5517
|
-
field: {
|
|
5518
|
-
type: PropType<Omit< ApFieldTextProps, "value" | "onUpdate:value">>;
|
|
5519
|
-
default: () => {};
|
|
5520
|
-
};
|
|
5521
5521
|
}>>, {
|
|
5522
5522
|
disabled: boolean;
|
|
5523
|
+
field: Omit< ApFieldTextProps, "value" | "onUpdate:value">;
|
|
5523
5524
|
colon: boolean;
|
|
5524
5525
|
required: boolean;
|
|
5525
5526
|
hasFeedback: boolean;
|
|
5526
5527
|
autoLink: boolean;
|
|
5527
5528
|
validateFirst: boolean;
|
|
5528
|
-
field: Omit< ApFieldTextProps, "value" | "onUpdate:value">;
|
|
5529
5529
|
}, true, {}, {}, {
|
|
5530
5530
|
P: {};
|
|
5531
5531
|
B: {};
|
|
@@ -5574,6 +5574,10 @@ export declare const apTableFormItemMap: {
|
|
|
5574
5574
|
prefixCls: {
|
|
5575
5575
|
type: PropType<string>;
|
|
5576
5576
|
};
|
|
5577
|
+
field: {
|
|
5578
|
+
type: PropType<Omit< ApFieldTextProps, "value" | "onUpdate:value">>;
|
|
5579
|
+
default: () => {};
|
|
5580
|
+
};
|
|
5577
5581
|
name: {
|
|
5578
5582
|
type: PropType<string | number | (string | number)[]>;
|
|
5579
5583
|
};
|
|
@@ -5727,10 +5731,6 @@ export declare const apTableFormItemMap: {
|
|
|
5727
5731
|
_signal: {
|
|
5728
5732
|
type: PropType<number>;
|
|
5729
5733
|
};
|
|
5730
|
-
field: {
|
|
5731
|
-
type: PropType<Omit< ApFieldTextProps, "value" | "onUpdate:value">>;
|
|
5732
|
-
default: () => {};
|
|
5733
|
-
};
|
|
5734
5734
|
}>>, {
|
|
5735
5735
|
focus: (options?: InputFocusOptions) => void;
|
|
5736
5736
|
blur: () => void;
|
|
@@ -5739,12 +5739,12 @@ export declare const apTableFormItemMap: {
|
|
|
5739
5739
|
select: () => void;
|
|
5740
5740
|
}, {}, {}, {}, {
|
|
5741
5741
|
disabled: boolean;
|
|
5742
|
+
field: Omit< ApFieldTextProps, "value" | "onUpdate:value">;
|
|
5742
5743
|
colon: boolean;
|
|
5743
5744
|
required: boolean;
|
|
5744
5745
|
hasFeedback: boolean;
|
|
5745
5746
|
autoLink: boolean;
|
|
5746
5747
|
validateFirst: boolean;
|
|
5747
|
-
field: Omit< ApFieldTextProps, "value" | "onUpdate:value">;
|
|
5748
5748
|
}>;
|
|
5749
5749
|
__isFragment?: never;
|
|
5750
5750
|
__isTeleport?: never;
|
|
@@ -5790,6 +5790,10 @@ export declare const apTableFormItemMap: {
|
|
|
5790
5790
|
prefixCls: {
|
|
5791
5791
|
type: PropType<string>;
|
|
5792
5792
|
};
|
|
5793
|
+
field: {
|
|
5794
|
+
type: PropType<Omit< ApFieldTextProps, "value" | "onUpdate:value">>;
|
|
5795
|
+
default: () => {};
|
|
5796
|
+
};
|
|
5793
5797
|
name: {
|
|
5794
5798
|
type: PropType<string | number | (string | number)[]>;
|
|
5795
5799
|
};
|
|
@@ -5943,10 +5947,6 @@ export declare const apTableFormItemMap: {
|
|
|
5943
5947
|
_signal: {
|
|
5944
5948
|
type: PropType<number>;
|
|
5945
5949
|
};
|
|
5946
|
-
field: {
|
|
5947
|
-
type: PropType<Omit< ApFieldTextProps, "value" | "onUpdate:value">>;
|
|
5948
|
-
default: () => {};
|
|
5949
|
-
};
|
|
5950
5950
|
}>>, {
|
|
5951
5951
|
focus: (options?: InputFocusOptions) => void;
|
|
5952
5952
|
blur: () => void;
|
|
@@ -5955,12 +5955,12 @@ export declare const apTableFormItemMap: {
|
|
|
5955
5955
|
select: () => void;
|
|
5956
5956
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
5957
5957
|
disabled: boolean;
|
|
5958
|
+
field: Omit< ApFieldTextProps, "value" | "onUpdate:value">;
|
|
5958
5959
|
colon: boolean;
|
|
5959
5960
|
required: boolean;
|
|
5960
5961
|
hasFeedback: boolean;
|
|
5961
5962
|
autoLink: boolean;
|
|
5962
5963
|
validateFirst: boolean;
|
|
5963
|
-
field: Omit< ApFieldTextProps, "value" | "onUpdate:value">;
|
|
5964
5964
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
5965
5965
|
$slots: Readonly<{
|
|
5966
5966
|
addonAfter: any;
|
|
@@ -6018,6 +6018,10 @@ export declare const apTableFormItemMap: {
|
|
|
6018
6018
|
prefixCls: {
|
|
6019
6019
|
type: PropType<string>;
|
|
6020
6020
|
};
|
|
6021
|
+
field: {
|
|
6022
|
+
type: PropType<Omit< ApFieldTextAreaProps, "value" | "onUpdate:value">>;
|
|
6023
|
+
default: () => {};
|
|
6024
|
+
};
|
|
6021
6025
|
name: {
|
|
6022
6026
|
type: PropType<string | number | (string | number)[]>;
|
|
6023
6027
|
};
|
|
@@ -6171,10 +6175,6 @@ export declare const apTableFormItemMap: {
|
|
|
6171
6175
|
_signal: {
|
|
6172
6176
|
type: PropType<number>;
|
|
6173
6177
|
};
|
|
6174
|
-
field: {
|
|
6175
|
-
type: PropType<Omit< ApFieldTextAreaProps, "value" | "onUpdate:value">>;
|
|
6176
|
-
default: () => {};
|
|
6177
|
-
};
|
|
6178
6178
|
}>>, {
|
|
6179
6179
|
focus: (options?: InputFocusOptions) => void;
|
|
6180
6180
|
blur: () => void;
|
|
@@ -6217,6 +6217,10 @@ export declare const apTableFormItemMap: {
|
|
|
6217
6217
|
prefixCls: {
|
|
6218
6218
|
type: PropType<string>;
|
|
6219
6219
|
};
|
|
6220
|
+
field: {
|
|
6221
|
+
type: PropType<Omit< ApFieldTextAreaProps, "value" | "onUpdate:value">>;
|
|
6222
|
+
default: () => {};
|
|
6223
|
+
};
|
|
6220
6224
|
name: {
|
|
6221
6225
|
type: PropType<string | number | (string | number)[]>;
|
|
6222
6226
|
};
|
|
@@ -6370,18 +6374,14 @@ export declare const apTableFormItemMap: {
|
|
|
6370
6374
|
_signal: {
|
|
6371
6375
|
type: PropType<number>;
|
|
6372
6376
|
};
|
|
6373
|
-
field: {
|
|
6374
|
-
type: PropType<Omit< ApFieldTextAreaProps, "value" | "onUpdate:value">>;
|
|
6375
|
-
default: () => {};
|
|
6376
|
-
};
|
|
6377
6377
|
}>>, {
|
|
6378
6378
|
disabled: boolean;
|
|
6379
|
+
field: Omit< ApFieldTextAreaProps, "value" | "onUpdate:value">;
|
|
6379
6380
|
colon: boolean;
|
|
6380
6381
|
required: boolean;
|
|
6381
6382
|
hasFeedback: boolean;
|
|
6382
6383
|
autoLink: boolean;
|
|
6383
6384
|
validateFirst: boolean;
|
|
6384
|
-
field: Omit< ApFieldTextAreaProps, "value" | "onUpdate:value">;
|
|
6385
6385
|
}, true, {}, {}, {
|
|
6386
6386
|
P: {};
|
|
6387
6387
|
B: {};
|
|
@@ -6427,6 +6427,10 @@ export declare const apTableFormItemMap: {
|
|
|
6427
6427
|
prefixCls: {
|
|
6428
6428
|
type: PropType<string>;
|
|
6429
6429
|
};
|
|
6430
|
+
field: {
|
|
6431
|
+
type: PropType<Omit< ApFieldTextAreaProps, "value" | "onUpdate:value">>;
|
|
6432
|
+
default: () => {};
|
|
6433
|
+
};
|
|
6430
6434
|
name: {
|
|
6431
6435
|
type: PropType<string | number | (string | number)[]>;
|
|
6432
6436
|
};
|
|
@@ -6580,22 +6584,18 @@ export declare const apTableFormItemMap: {
|
|
|
6580
6584
|
_signal: {
|
|
6581
6585
|
type: PropType<number>;
|
|
6582
6586
|
};
|
|
6583
|
-
field: {
|
|
6584
|
-
type: PropType<Omit< ApFieldTextAreaProps, "value" | "onUpdate:value">>;
|
|
6585
|
-
default: () => {};
|
|
6586
|
-
};
|
|
6587
6587
|
}>>, {
|
|
6588
6588
|
focus: (options?: InputFocusOptions) => void;
|
|
6589
6589
|
blur: () => void;
|
|
6590
6590
|
resizableTextArea: any;
|
|
6591
6591
|
}, {}, {}, {}, {
|
|
6592
6592
|
disabled: boolean;
|
|
6593
|
+
field: Omit< ApFieldTextAreaProps, "value" | "onUpdate:value">;
|
|
6593
6594
|
colon: boolean;
|
|
6594
6595
|
required: boolean;
|
|
6595
6596
|
hasFeedback: boolean;
|
|
6596
6597
|
autoLink: boolean;
|
|
6597
6598
|
validateFirst: boolean;
|
|
6598
|
-
field: Omit< ApFieldTextAreaProps, "value" | "onUpdate:value">;
|
|
6599
6599
|
}>;
|
|
6600
6600
|
__isFragment?: never;
|
|
6601
6601
|
__isTeleport?: never;
|
|
@@ -6638,6 +6638,10 @@ export declare const apTableFormItemMap: {
|
|
|
6638
6638
|
prefixCls: {
|
|
6639
6639
|
type: PropType<string>;
|
|
6640
6640
|
};
|
|
6641
|
+
field: {
|
|
6642
|
+
type: PropType<Omit< ApFieldTextAreaProps, "value" | "onUpdate:value">>;
|
|
6643
|
+
default: () => {};
|
|
6644
|
+
};
|
|
6641
6645
|
name: {
|
|
6642
6646
|
type: PropType<string | number | (string | number)[]>;
|
|
6643
6647
|
};
|
|
@@ -6791,22 +6795,18 @@ export declare const apTableFormItemMap: {
|
|
|
6791
6795
|
_signal: {
|
|
6792
6796
|
type: PropType<number>;
|
|
6793
6797
|
};
|
|
6794
|
-
field: {
|
|
6795
|
-
type: PropType<Omit< ApFieldTextAreaProps, "value" | "onUpdate:value">>;
|
|
6796
|
-
default: () => {};
|
|
6797
|
-
};
|
|
6798
6798
|
}>>, {
|
|
6799
6799
|
focus: (options?: InputFocusOptions) => void;
|
|
6800
6800
|
blur: () => void;
|
|
6801
6801
|
resizableTextArea: any;
|
|
6802
6802
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
6803
6803
|
disabled: boolean;
|
|
6804
|
+
field: Omit< ApFieldTextAreaProps, "value" | "onUpdate:value">;
|
|
6804
6805
|
colon: boolean;
|
|
6805
6806
|
required: boolean;
|
|
6806
6807
|
hasFeedback: boolean;
|
|
6807
6808
|
autoLink: boolean;
|
|
6808
6809
|
validateFirst: boolean;
|
|
6809
|
-
field: Omit< ApFieldTextAreaProps, "value" | "onUpdate:value">;
|
|
6810
6810
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
6811
6811
|
$slots: Readonly<{
|
|
6812
6812
|
label: any;
|
|
@@ -6857,6 +6857,10 @@ export declare const apTableFormItemMap: {
|
|
|
6857
6857
|
prefixCls: {
|
|
6858
6858
|
type: PropType<string>;
|
|
6859
6859
|
};
|
|
6860
|
+
field: {
|
|
6861
|
+
type: PropType<Omit< ApFieldCheckboxProps, "value" | "onUpdate:value">>;
|
|
6862
|
+
default: () => {};
|
|
6863
|
+
};
|
|
6860
6864
|
name: {
|
|
6861
6865
|
type: PropType<string | number | (string | number)[]>;
|
|
6862
6866
|
};
|
|
@@ -7007,10 +7011,6 @@ export declare const apTableFormItemMap: {
|
|
|
7007
7011
|
_signal: {
|
|
7008
7012
|
type: PropType<number>;
|
|
7009
7013
|
};
|
|
7010
|
-
field: {
|
|
7011
|
-
type: PropType<Omit< ApFieldCheckboxProps, "value" | "onUpdate:value">>;
|
|
7012
|
-
default: () => {};
|
|
7013
|
-
};
|
|
7014
7014
|
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
7015
7015
|
label: {
|
|
7016
7016
|
type: PropType<any>;
|
|
@@ -7049,6 +7049,10 @@ export declare const apTableFormItemMap: {
|
|
|
7049
7049
|
prefixCls: {
|
|
7050
7050
|
type: PropType<string>;
|
|
7051
7051
|
};
|
|
7052
|
+
field: {
|
|
7053
|
+
type: PropType<Omit< ApFieldCheckboxProps, "value" | "onUpdate:value">>;
|
|
7054
|
+
default: () => {};
|
|
7055
|
+
};
|
|
7052
7056
|
name: {
|
|
7053
7057
|
type: PropType<string | number | (string | number)[]>;
|
|
7054
7058
|
};
|
|
@@ -7199,18 +7203,14 @@ export declare const apTableFormItemMap: {
|
|
|
7199
7203
|
_signal: {
|
|
7200
7204
|
type: PropType<number>;
|
|
7201
7205
|
};
|
|
7202
|
-
field: {
|
|
7203
|
-
type: PropType<Omit< ApFieldCheckboxProps, "value" | "onUpdate:value">>;
|
|
7204
|
-
default: () => {};
|
|
7205
|
-
};
|
|
7206
7206
|
}>>, {
|
|
7207
7207
|
disabled: boolean;
|
|
7208
|
+
field: Omit< ApFieldCheckboxProps, "value" | "onUpdate:value">;
|
|
7208
7209
|
colon: boolean;
|
|
7209
7210
|
required: boolean;
|
|
7210
7211
|
hasFeedback: boolean;
|
|
7211
7212
|
autoLink: boolean;
|
|
7212
7213
|
validateFirst: boolean;
|
|
7213
|
-
field: Omit< ApFieldCheckboxProps, "value" | "onUpdate:value">;
|
|
7214
7214
|
}, true, {}, {}, {
|
|
7215
7215
|
P: {};
|
|
7216
7216
|
B: {};
|
|
@@ -7256,6 +7256,10 @@ export declare const apTableFormItemMap: {
|
|
|
7256
7256
|
prefixCls: {
|
|
7257
7257
|
type: PropType<string>;
|
|
7258
7258
|
};
|
|
7259
|
+
field: {
|
|
7260
|
+
type: PropType<Omit< ApFieldCheckboxProps, "value" | "onUpdate:value">>;
|
|
7261
|
+
default: () => {};
|
|
7262
|
+
};
|
|
7259
7263
|
name: {
|
|
7260
7264
|
type: PropType<string | number | (string | number)[]>;
|
|
7261
7265
|
};
|
|
@@ -7406,18 +7410,14 @@ export declare const apTableFormItemMap: {
|
|
|
7406
7410
|
_signal: {
|
|
7407
7411
|
type: PropType<number>;
|
|
7408
7412
|
};
|
|
7409
|
-
field: {
|
|
7410
|
-
type: PropType<Omit< ApFieldCheckboxProps, "value" | "onUpdate:value">>;
|
|
7411
|
-
default: () => {};
|
|
7412
|
-
};
|
|
7413
7413
|
}>>, {}, {}, {}, {}, {
|
|
7414
7414
|
disabled: boolean;
|
|
7415
|
+
field: Omit< ApFieldCheckboxProps, "value" | "onUpdate:value">;
|
|
7415
7416
|
colon: boolean;
|
|
7416
7417
|
required: boolean;
|
|
7417
7418
|
hasFeedback: boolean;
|
|
7418
7419
|
autoLink: boolean;
|
|
7419
7420
|
validateFirst: boolean;
|
|
7420
|
-
field: Omit< ApFieldCheckboxProps, "value" | "onUpdate:value">;
|
|
7421
7421
|
}>;
|
|
7422
7422
|
__isFragment?: never;
|
|
7423
7423
|
__isTeleport?: never;
|
|
@@ -7460,6 +7460,10 @@ export declare const apTableFormItemMap: {
|
|
|
7460
7460
|
prefixCls: {
|
|
7461
7461
|
type: PropType<string>;
|
|
7462
7462
|
};
|
|
7463
|
+
field: {
|
|
7464
|
+
type: PropType<Omit< ApFieldCheckboxProps, "value" | "onUpdate:value">>;
|
|
7465
|
+
default: () => {};
|
|
7466
|
+
};
|
|
7463
7467
|
name: {
|
|
7464
7468
|
type: PropType<string | number | (string | number)[]>;
|
|
7465
7469
|
};
|
|
@@ -7610,18 +7614,14 @@ export declare const apTableFormItemMap: {
|
|
|
7610
7614
|
_signal: {
|
|
7611
7615
|
type: PropType<number>;
|
|
7612
7616
|
};
|
|
7613
|
-
field: {
|
|
7614
|
-
type: PropType<Omit< ApFieldCheckboxProps, "value" | "onUpdate:value">>;
|
|
7615
|
-
default: () => {};
|
|
7616
|
-
};
|
|
7617
7617
|
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
7618
7618
|
disabled: boolean;
|
|
7619
|
+
field: Omit< ApFieldCheckboxProps, "value" | "onUpdate:value">;
|
|
7619
7620
|
colon: boolean;
|
|
7620
7621
|
required: boolean;
|
|
7621
7622
|
hasFeedback: boolean;
|
|
7622
7623
|
autoLink: boolean;
|
|
7623
7624
|
validateFirst: boolean;
|
|
7624
|
-
field: Omit< ApFieldCheckboxProps, "value" | "onUpdate:value">;
|
|
7625
7625
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
7626
7626
|
$slots: Readonly<{
|
|
7627
7627
|
label: any;
|
|
@@ -7675,6 +7675,10 @@ export declare const apTableFormItemMap: {
|
|
|
7675
7675
|
prefixCls: {
|
|
7676
7676
|
type: PropType<string>;
|
|
7677
7677
|
};
|
|
7678
|
+
field: {
|
|
7679
|
+
type: PropType<Omit< ApFieldTextPasswordProps, "value" | "onUpdate:value">>;
|
|
7680
|
+
default: () => {};
|
|
7681
|
+
};
|
|
7678
7682
|
name: {
|
|
7679
7683
|
type: PropType<string | number | (string | number)[]>;
|
|
7680
7684
|
};
|
|
@@ -7828,10 +7832,6 @@ export declare const apTableFormItemMap: {
|
|
|
7828
7832
|
_signal: {
|
|
7829
7833
|
type: PropType<number>;
|
|
7830
7834
|
};
|
|
7831
|
-
field: {
|
|
7832
|
-
type: PropType<Omit< ApFieldTextPasswordProps, "value" | "onUpdate:value">>;
|
|
7833
|
-
default: () => {};
|
|
7834
|
-
};
|
|
7835
7835
|
}>>, {
|
|
7836
7836
|
focus: () => void;
|
|
7837
7837
|
blur: () => void;
|
|
@@ -7876,6 +7876,10 @@ export declare const apTableFormItemMap: {
|
|
|
7876
7876
|
prefixCls: {
|
|
7877
7877
|
type: PropType<string>;
|
|
7878
7878
|
};
|
|
7879
|
+
field: {
|
|
7880
|
+
type: PropType<Omit< ApFieldTextPasswordProps, "value" | "onUpdate:value">>;
|
|
7881
|
+
default: () => {};
|
|
7882
|
+
};
|
|
7879
7883
|
name: {
|
|
7880
7884
|
type: PropType<string | number | (string | number)[]>;
|
|
7881
7885
|
};
|
|
@@ -8029,18 +8033,14 @@ export declare const apTableFormItemMap: {
|
|
|
8029
8033
|
_signal: {
|
|
8030
8034
|
type: PropType<number>;
|
|
8031
8035
|
};
|
|
8032
|
-
field: {
|
|
8033
|
-
type: PropType<Omit< ApFieldTextPasswordProps, "value" | "onUpdate:value">>;
|
|
8034
|
-
default: () => {};
|
|
8035
|
-
};
|
|
8036
8036
|
}>>, {
|
|
8037
8037
|
disabled: boolean;
|
|
8038
|
+
field: Omit< ApFieldTextPasswordProps, "value" | "onUpdate:value">;
|
|
8038
8039
|
colon: boolean;
|
|
8039
8040
|
required: boolean;
|
|
8040
8041
|
hasFeedback: boolean;
|
|
8041
8042
|
autoLink: boolean;
|
|
8042
8043
|
validateFirst: boolean;
|
|
8043
|
-
field: Omit< ApFieldTextPasswordProps, "value" | "onUpdate:value">;
|
|
8044
8044
|
}, true, {}, {}, {
|
|
8045
8045
|
P: {};
|
|
8046
8046
|
B: {};
|
|
@@ -8089,6 +8089,10 @@ export declare const apTableFormItemMap: {
|
|
|
8089
8089
|
prefixCls: {
|
|
8090
8090
|
type: PropType<string>;
|
|
8091
8091
|
};
|
|
8092
|
+
field: {
|
|
8093
|
+
type: PropType<Omit< ApFieldTextPasswordProps, "value" | "onUpdate:value">>;
|
|
8094
|
+
default: () => {};
|
|
8095
|
+
};
|
|
8092
8096
|
name: {
|
|
8093
8097
|
type: PropType<string | number | (string | number)[]>;
|
|
8094
8098
|
};
|
|
@@ -8242,21 +8246,17 @@ export declare const apTableFormItemMap: {
|
|
|
8242
8246
|
_signal: {
|
|
8243
8247
|
type: PropType<number>;
|
|
8244
8248
|
};
|
|
8245
|
-
field: {
|
|
8246
|
-
type: PropType<Omit< ApFieldTextPasswordProps, "value" | "onUpdate:value">>;
|
|
8247
|
-
default: () => {};
|
|
8248
|
-
};
|
|
8249
8249
|
}>>, {
|
|
8250
8250
|
focus: () => void;
|
|
8251
8251
|
blur: () => void;
|
|
8252
8252
|
}, {}, {}, {}, {
|
|
8253
8253
|
disabled: boolean;
|
|
8254
|
+
field: Omit< ApFieldTextPasswordProps, "value" | "onUpdate:value">;
|
|
8254
8255
|
colon: boolean;
|
|
8255
8256
|
required: boolean;
|
|
8256
8257
|
hasFeedback: boolean;
|
|
8257
8258
|
autoLink: boolean;
|
|
8258
8259
|
validateFirst: boolean;
|
|
8259
|
-
field: Omit< ApFieldTextPasswordProps, "value" | "onUpdate:value">;
|
|
8260
8260
|
}>;
|
|
8261
8261
|
__isFragment?: never;
|
|
8262
8262
|
__isTeleport?: never;
|
|
@@ -8302,6 +8302,10 @@ export declare const apTableFormItemMap: {
|
|
|
8302
8302
|
prefixCls: {
|
|
8303
8303
|
type: PropType<string>;
|
|
8304
8304
|
};
|
|
8305
|
+
field: {
|
|
8306
|
+
type: PropType<Omit< ApFieldTextPasswordProps, "value" | "onUpdate:value">>;
|
|
8307
|
+
default: () => {};
|
|
8308
|
+
};
|
|
8305
8309
|
name: {
|
|
8306
8310
|
type: PropType<string | number | (string | number)[]>;
|
|
8307
8311
|
};
|
|
@@ -8455,21 +8459,17 @@ export declare const apTableFormItemMap: {
|
|
|
8455
8459
|
_signal: {
|
|
8456
8460
|
type: PropType<number>;
|
|
8457
8461
|
};
|
|
8458
|
-
field: {
|
|
8459
|
-
type: PropType<Omit< ApFieldTextPasswordProps, "value" | "onUpdate:value">>;
|
|
8460
|
-
default: () => {};
|
|
8461
|
-
};
|
|
8462
8462
|
}>>, {
|
|
8463
8463
|
focus: () => void;
|
|
8464
8464
|
blur: () => void;
|
|
8465
8465
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
8466
8466
|
disabled: boolean;
|
|
8467
|
+
field: Omit< ApFieldTextPasswordProps, "value" | "onUpdate:value">;
|
|
8467
8468
|
colon: boolean;
|
|
8468
8469
|
required: boolean;
|
|
8469
8470
|
hasFeedback: boolean;
|
|
8470
8471
|
autoLink: boolean;
|
|
8471
8472
|
validateFirst: boolean;
|
|
8472
|
-
field: Omit< ApFieldTextPasswordProps, "value" | "onUpdate:value">;
|
|
8473
8473
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
8474
8474
|
$slots: Readonly<{
|
|
8475
8475
|
addonAfter: any;
|