@aplus-frontend/ui 0.2.29 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/index.mjs +42 -40
- package/es/src/ap-action/group/index.vue.d.ts +3 -30
- package/es/src/ap-action/item/index.vue.d.ts +4 -36
- package/es/src/ap-action/item/index.vue2.mjs +29 -29
- package/es/src/ap-action/item-dropdown/index.vue.d.ts +5 -39
- package/es/src/ap-action/item-modal/index.vue.d.ts +5 -33
- package/es/src/ap-action/item-popconfirm/index.vue.d.ts +5 -33
- package/es/src/ap-action/item-popconfirm/index.vue.mjs +2 -2
- package/es/src/ap-button/ap-action-button.vue.d.ts +5 -31
- package/es/src/ap-button/ap-button.vue.d.ts +5 -31
- package/es/src/ap-descriptions/ap-descriptions.vue.d.ts +4 -12
- package/es/src/ap-descriptions/ap-descriptions.vue.mjs +24 -24
- package/es/src/ap-descriptions/help-message/index.vue.d.ts +4 -15
- package/es/src/ap-download/ap-download.vue.d.ts +8 -31
- package/es/src/ap-drawer/utils/createDrawer.mjs +10 -10
- package/es/src/ap-field/checkbox/index.vue.d.ts +5 -32
- package/es/src/ap-field/checkbox/index.vue.mjs +3 -3
- package/es/src/ap-field/date/index.vue.d.ts +7 -65
- package/es/src/ap-field/date/index.vue.mjs +2 -2
- package/es/src/ap-field/date-range/index.vue.d.ts +7 -67
- package/es/src/ap-field/date-range/index.vue.mjs +2 -2
- package/es/src/ap-field/hooks/use-options.d.ts +1 -1
- package/es/src/ap-field/number/index.vue.d.ts +12 -169
- package/es/src/ap-field/number/index.vue.mjs +3 -3
- package/es/src/ap-field/radio/index.vue.d.ts +6 -33
- package/es/src/ap-field/radio/index.vue.mjs +5 -5
- package/es/src/ap-field/rate/index.vue.d.ts +12 -75
- package/es/src/ap-field/rate/index.vue.mjs +4 -4
- package/es/src/ap-field/segmented/index.vue.d.ts +7 -33
- package/es/src/ap-field/segmented/index.vue.mjs +3 -3
- package/es/src/ap-field/select/index.vue.d.ts +12 -234
- package/es/src/ap-field/select/index.vue.mjs +4 -4
- package/es/src/ap-field/slider/index.vue.d.ts +12 -144
- package/es/src/ap-field/slider/index.vue.mjs +3 -3
- package/es/src/ap-field/switch/index.vue.d.ts +7 -37
- package/es/src/ap-field/switch/index.vue.mjs +4 -4
- package/es/src/ap-field/text/index.vue.d.ts +8 -40
- package/es/src/ap-field/text/password.vue.d.ts +9 -47
- package/es/src/ap-field/text-area/index.vue.d.ts +6 -39
- package/es/src/ap-field/text-area/index.vue.mjs +3 -3
- package/es/src/ap-form/ap-form.vue.d.ts +21 -274
- package/es/src/ap-form/ap-form.vue2.mjs +2 -2
- package/es/src/ap-form/dependency/index.vue.d.ts +4 -12
- package/es/src/ap-form/drawer-form/index.vue.d.ts +37 -536
- package/es/src/ap-form/drawer-form/index.vue.mjs +2 -2
- package/es/src/ap-form/hooks/use-watch.d.ts +1 -1
- package/es/src/ap-form/item/index.vue.d.ts +37 -278
- package/es/src/ap-form/item-group/index.vue.d.ts +5 -29
- package/es/src/ap-form/items/checkbox/index.vue.d.ts +5 -37
- package/es/src/ap-form/items/date/index.vue.d.ts +5 -37
- package/es/src/ap-form/items/date-range/index.vue.d.ts +5 -37
- package/es/src/ap-form/items/number/index.vue.d.ts +53 -510
- package/es/src/ap-form/items/radio/index.vue.d.ts +14 -219
- package/es/src/ap-form/items/select/index.vue.d.ts +6 -38
- package/es/src/ap-form/items/switch/index.vue.d.ts +5 -39
- package/es/src/ap-form/items/text/group.vue.d.ts +5 -25
- package/es/src/ap-form/items/text/index.vue.d.ts +35 -522
- package/es/src/ap-form/items/text/password.vue.d.ts +44 -586
- package/es/src/ap-form/items/text-area/index.vue.d.ts +14 -507
- package/es/src/ap-form/list/index.vue.d.ts +4 -12
- package/es/src/ap-form/modal-form/index.vue.d.ts +37 -535
- package/es/src/ap-form/modal-form/index.vue.mjs +3 -3
- package/es/src/ap-form/render/control.vue.d.ts +4 -12
- package/es/src/ap-form/render/item.vue.d.ts +5 -37
- package/es/src/ap-form/search-form/index.vue.d.ts +37 -532
- package/es/src/ap-form/search-form/index.vue.mjs +2 -2
- package/es/src/ap-form/set/index.vue.d.ts +5 -25
- package/es/src/ap-info-layout/ApInfoLayout.vue.d.ts +4 -12
- package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +5 -27
- package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.mjs +6 -6
- package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +7 -29
- package/es/src/ap-list/index.vue.d.ts +4 -6
- package/es/src/ap-list/index.vue.mjs +27 -27
- package/es/src/ap-modal/utils/createModal.mjs +10 -10
- package/es/src/ap-scroll-bar/ap-scroll-bar.vue.d.ts +3 -24
- package/es/src/ap-scroll-bar/ap-scroll-bar.vue2.mjs +3 -3
- package/es/src/ap-scroll-bar/index.d.ts +7 -42
- package/es/src/ap-table/ap-table.vue.d.ts +3 -5
- package/es/src/ap-table/ap-table.vue2.mjs +3 -3
- package/es/src/ap-table/components/index/index.vue.d.ts +3 -24
- package/es/src/ap-table/components/index/index.vue2.mjs +3 -3
- package/es/src/ap-table/components/paragraph-ellipsis/index.vue.d.ts +2 -11
- package/es/src/ap-table/components/setting/modal/index.vue.d.ts +5 -25
- package/es/src/ap-table/components/setting/modal/index.vue2.mjs +4 -4
- package/es/src/ap-table/components/setting/select-group/index.vue.d.ts +2 -11
- package/es/src/ap-table/components/setting/select-group/index.vue2.mjs +2 -2
- package/es/src/ap-table/components/setting/sortable/index.vue.d.ts +2 -11
- package/es/src/ap-table/components/setting/sortable/index.vue2.mjs +3 -3
- package/es/src/ap-table/components/setting/sortable/item.vue.d.ts +6 -15
- package/es/src/ap-table/components/setting/sortable/item.vue2.mjs +8 -8
- package/es/src/ap-table/components/setting/sorter/index.vue.d.ts +5 -14
- package/es/src/ap-table/components/setting/sorter/index.vue2.mjs +6 -6
- package/es/src/ap-table/components/setting/tree-select/index.vue.d.ts +2 -11
- package/es/src/ap-table/components/status/index.vue.d.ts +2 -11
- package/es/src/ap-table/components/status/index.vue2.mjs +4 -4
- package/es/src/ap-table/constants.d.ts +162 -13517
- package/es/src/ap-table/hooks/use-table-column-state.d.ts +11 -3
- package/es/src/ap-table/hooks/use-table-content-height.d.ts +1 -1
- package/es/src/ap-table/hooks/use-table-content-height.mjs +13 -11
- package/es/src/ap-table/hooks/use-table-paging.d.ts +7 -3
- package/es/src/ap-table/utils.d.ts +65 -7907
- package/es/src/ap-tag/ap-tag-group.vue.d.ts +5 -29
- package/es/src/ap-tag/ap-tag-group.vue.mjs +88 -88
- package/es/src/ap-tag/ap-tag.vue.d.ts +3 -28
- package/es/src/ap-upload/apUpload.vue.d.ts +66 -16
- package/es/src/ap-upload/apUpload.vue.mjs +56 -37
- package/es/src/ap-upload/components/MultipleFile.vue.d.ts +2 -2
- package/es/src/ap-upload/components/MultipleFile.vue2.mjs +10 -10
- package/es/src/ap-upload/components/Picture.vue.d.ts +6 -10
- package/es/src/ap-upload/components/Picture.vue2.mjs +26 -26
- package/es/src/ap-upload/components/SingleFile.vue.d.ts +2 -2
- package/es/src/ap-upload/components/SingleFile.vue2.mjs +27 -27
- package/es/src/business/ap-appendix/ap-appendix.vue.d.ts +6 -29
- package/es/src/business/ap-appendix/ap-appendix.vue2.mjs +49 -49
- package/es/src/business/ap-appendix/icons/file-icon.vue.d.ts +2 -2
- package/es/src/business/ap-appendix/icons/file-icon.vue.mjs +10 -10
- package/es/src/business/ap-appendix/index.d.ts +7 -108
- package/es/src/business/ap-attachment/ApAttachment.d.ts +5 -5
- package/es/src/business/ap-attachment/index.d.ts +7 -48
- package/es/src/business/ap-batch-action/ApBatchAction.vue.d.ts +4 -12
- package/es/src/business/ap-batch-action/index.d.ts +5 -32
- package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +3 -11
- package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +10 -10
- package/es/src/business/ap-batch-action-group/MenuItemGroup.vue.d.ts +4 -14
- package/es/src/business/ap-batch-action-group/index.d.ts +590 -905
- package/es/src/business/ap-button-group/ApButtonGroup.vue.d.ts +2 -19
- package/es/src/business/ap-button-group/index.d.ts +5 -603
- package/es/src/business/ap-card/ApCard.vue.d.ts +4 -12
- package/es/src/business/ap-card/index.d.ts +5 -33
- package/es/src/business/ap-card/interface.d.ts +1 -1
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +5 -10
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +5 -5
- package/es/src/business/ap-expand-alert/index.d.ts +6 -8
- package/es/src/business/ap-export-group/ApExportGroup.vue.d.ts +3 -24
- package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +11 -11
- package/es/src/business/ap-export-group/index.d.ts +7 -146
- package/es/src/business/ap-group-search/ap-group-search.vue.d.ts +8 -30
- package/es/src/business/ap-group-search/ap-group-search.vue2.mjs +26 -26
- package/es/src/business/ap-group-search/extension-select/index.vue.d.ts +9 -356
- package/es/src/business/ap-group-search/extension-select/index.vue2.mjs +15 -15
- package/es/src/business/ap-group-search/images/icon-down.vue.d.ts +2 -2
- package/es/src/business/ap-group-search/images/icon-down.vue.mjs +18 -18
- package/es/src/business/ap-group-search/images/icon-line-select.vue.d.ts +2 -2
- package/es/src/business/ap-group-search/images/icon-line-select.vue.mjs +34 -34
- package/es/src/business/ap-group-search/index.d.ts +711 -2447
- package/es/src/business/ap-group-search/popover-select/index.vue.d.ts +10 -357
- package/es/src/business/ap-group-search/popover-select/index.vue2.mjs +15 -15
- package/es/src/business/ap-image/ApImage.vue.d.ts +5 -25
- package/es/src/business/ap-image/ApImage.vue2.mjs +28 -28
- package/es/src/business/ap-image/index.d.ts +7 -139
- package/es/src/business/ap-input-radio/ApInputRadio.vue.d.ts +6 -31
- package/es/src/business/ap-input-radio/index.d.ts +14 -339
- package/es/src/business/ap-label/ApLabel.d.ts +5 -5
- package/es/src/business/ap-label/group/ApLabelGroup.d.ts +5 -5
- package/es/src/business/ap-label/index.d.ts +13 -90
- package/es/src/business/ap-ladder/ApLadder.vue.d.ts +5 -71
- package/es/src/business/ap-ladder/index.d.ts +7 -479
- package/es/src/business/ap-select-layout/index.d.ts +5 -7
- package/es/src/business/ap-select-layout/select-layout.vue.d.ts +6 -12
- package/es/src/business/ap-select-layout/select-layout.vue2.mjs +58 -58
- package/es/src/business/ap-size-input/ApSizeInput.d.ts +84 -0
- package/es/src/business/ap-size-input/ApSizeInput.mjs +62 -0
- package/es/src/business/ap-size-input/constans.d.ts +38 -0
- package/es/src/business/ap-size-input/constans.mjs +40 -0
- package/es/src/business/ap-size-input/index.d.ts +155 -0
- package/es/src/business/ap-size-input/index.mjs +7 -0
- package/es/src/business/ap-size-input/interface.d.ts +11 -0
- package/es/src/business/ap-size-input/interface.mjs +1 -0
- package/es/src/business/ap-size-input/style/css.d.ts +0 -0
- package/es/src/business/ap-size-input/style/css.js +1 -0
- package/es/src/business/ap-size-input/style/index.d.ts +0 -0
- package/es/src/business/ap-size-input/style/index.js +1 -0
- package/es/src/business/ap-status/ApStatus.vue.d.ts +3 -28
- package/es/src/business/ap-status/group/ApStatusGroup.vue.d.ts +3 -30
- package/es/src/business/ap-status/index.d.ts +12 -192
- package/es/src/business/ap-summary/ap-summary.vue.d.ts +3 -28
- package/es/src/business/ap-summary/ap-summary.vue2.mjs +1 -1
- package/es/src/business/ap-summary/index.d.ts +7 -87
- package/es/src/business/ap-table-modal/index.d.ts +15 -1056
- package/es/src/business/ap-table-modal/modal-title.vue.d.ts +6 -5
- package/es/src/business/ap-table-modal/table-layout/index.vue.d.ts +12 -37
- package/es/src/business/ap-table-modal/table-modal.vue.d.ts +8 -58
- package/es/src/business/ap-table-modal/table-modal.vue2.mjs +8 -9
- package/es/src/business/ap-title/ApTitle.vue.d.ts +5 -33
- package/es/src/business/ap-title/index.d.ts +7 -110
- package/es/src/business/ap-title/interface.d.ts +4 -4
- package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.d.ts +13 -33
- package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs +74 -70
- package/es/src/business/ap-upload-file/hook/useProps.mjs +8 -8
- package/es/src/business/ap-upload-file/icon/delete-icon.vue.d.ts +2 -2
- package/es/src/business/ap-upload-file/icon/delete-icon.vue.mjs +18 -18
- package/es/src/business/ap-upload-file/icon/file-icon.vue.d.ts +2 -2
- package/es/src/business/ap-upload-file/icon/file-icon.vue.mjs +10 -10
- package/es/src/business/ap-upload-file/interface.d.ts +2 -0
- package/es/src/business/ap-upload-file/utils/fileList.d.ts +2 -2
- package/es/src/business/ap-upload-file/utils/fileList.mjs +12 -12
- package/es/src/business/ap-upload-file/utils/upload.d.ts +3 -0
- package/es/src/business/ap-upload-file/utils/upload.mjs +23 -23
- package/es/src/business/batch-input-group/index.vue.d.ts +5 -38
- package/es/src/business/batch-input-group/index.vue.mjs +5 -5
- package/es/src/business/batch-input-group/popover-input/index.vue.d.ts +4 -13
- package/es/src/business/batch-input-group/popover-input/index.vue2.mjs +15 -15
- package/es/src/business/hooks/usePageListApTable.d.ts +1 -0
- package/es/src/business/hooks/usePageListApTable.mjs +41 -33
- package/es/src/business/index.d.ts +1 -0
- package/es/src/business/index.mjs +20 -18
- package/es/src/check-card/group.vue.d.ts +7 -45
- package/es/src/check-card/index.vue.d.ts +7 -37
- package/es/src/config-provider/config-provider.d.ts +5 -5
- package/es/src/config-provider/index.d.ts +7 -256
- package/es/src/editable-table/form-item.vue.d.ts +5 -7
- package/es/src/editable-table/form-item.vue.mjs +3 -3
- package/es/src/editable-table/index.vue.d.ts +4 -8
- package/es/src/editable-table/index.vue.mjs +6 -6
- package/es/src/hooks/useControllableValue.d.ts +1 -1
- package/es/src/index.mjs +40 -38
- package/es/src/locale/lang/en.mjs +5 -0
- package/es/src/locale/lang/zh-cn.mjs +5 -0
- package/es/src/path-map.mjs +1 -0
- package/es/src/tests/wrapper.d.ts +6 -6
- package/es/src/utils/ap-trans-data/index.d.ts +1 -1
- package/es/src/utils/ap-trans-data/index.mjs +26 -14
- package/es/src/work-order-modal/help-message.vue.d.ts +2 -2
- package/es/src/work-order-modal/help-message.vue2.mjs +19 -19
- package/es/src/work-order-modal/work-order-modal.vue.d.ts +6 -15
- package/es/src/work-order-modal/work-order-modal.vue.mjs +28 -28
- package/lib/index.js +1 -1
- package/lib/src/ap-action/group/index.vue.d.ts +3 -30
- package/lib/src/ap-action/item/index.vue.d.ts +4 -36
- package/lib/src/ap-action/item/index.vue2.js +1 -1
- package/lib/src/ap-action/item-dropdown/index.vue.d.ts +5 -39
- package/lib/src/ap-action/item-modal/index.vue.d.ts +5 -33
- package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +5 -33
- package/lib/src/ap-action/item-popconfirm/index.vue.js +1 -1
- package/lib/src/ap-button/ap-action-button.vue.d.ts +5 -31
- package/lib/src/ap-button/ap-button.vue.d.ts +5 -31
- package/lib/src/ap-descriptions/ap-descriptions.vue.d.ts +4 -12
- package/lib/src/ap-descriptions/ap-descriptions.vue.js +1 -1
- package/lib/src/ap-descriptions/help-message/index.vue.d.ts +4 -15
- package/lib/src/ap-download/ap-download.vue.d.ts +8 -31
- package/lib/src/ap-drawer/utils/createDrawer.js +1 -1
- package/lib/src/ap-field/checkbox/index.vue.d.ts +5 -32
- package/lib/src/ap-field/checkbox/index.vue.js +1 -1
- package/lib/src/ap-field/date/index.vue.d.ts +7 -65
- package/lib/src/ap-field/date/index.vue.js +1 -1
- package/lib/src/ap-field/date-range/index.vue.d.ts +7 -67
- package/lib/src/ap-field/date-range/index.vue.js +1 -1
- package/lib/src/ap-field/hooks/use-options.d.ts +1 -1
- package/lib/src/ap-field/number/index.vue.d.ts +12 -169
- package/lib/src/ap-field/number/index.vue.js +1 -1
- package/lib/src/ap-field/radio/index.vue.d.ts +6 -33
- package/lib/src/ap-field/radio/index.vue.js +1 -1
- package/lib/src/ap-field/rate/index.vue.d.ts +12 -75
- package/lib/src/ap-field/rate/index.vue.js +1 -1
- package/lib/src/ap-field/segmented/index.vue.d.ts +7 -33
- package/lib/src/ap-field/segmented/index.vue.js +1 -1
- package/lib/src/ap-field/select/index.vue.d.ts +12 -234
- package/lib/src/ap-field/select/index.vue.js +1 -1
- package/lib/src/ap-field/slider/index.vue.d.ts +12 -144
- package/lib/src/ap-field/slider/index.vue.js +1 -1
- package/lib/src/ap-field/switch/index.vue.d.ts +7 -37
- package/lib/src/ap-field/switch/index.vue.js +1 -1
- package/lib/src/ap-field/text/index.vue.d.ts +8 -40
- package/lib/src/ap-field/text/password.vue.d.ts +9 -47
- package/lib/src/ap-field/text-area/index.vue.d.ts +6 -39
- package/lib/src/ap-field/text-area/index.vue.js +1 -1
- package/lib/src/ap-form/ap-form.vue.d.ts +21 -274
- package/lib/src/ap-form/ap-form.vue2.js +1 -1
- package/lib/src/ap-form/dependency/index.vue.d.ts +4 -12
- package/lib/src/ap-form/drawer-form/index.vue.d.ts +37 -536
- 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/item/index.vue.d.ts +37 -278
- package/lib/src/ap-form/item-group/index.vue.d.ts +5 -29
- package/lib/src/ap-form/items/checkbox/index.vue.d.ts +5 -37
- package/lib/src/ap-form/items/date/index.vue.d.ts +5 -37
- package/lib/src/ap-form/items/date-range/index.vue.d.ts +5 -37
- package/lib/src/ap-form/items/number/index.vue.d.ts +53 -510
- package/lib/src/ap-form/items/radio/index.vue.d.ts +14 -219
- package/lib/src/ap-form/items/select/index.vue.d.ts +6 -38
- package/lib/src/ap-form/items/switch/index.vue.d.ts +5 -39
- package/lib/src/ap-form/items/text/group.vue.d.ts +5 -25
- package/lib/src/ap-form/items/text/index.vue.d.ts +35 -522
- package/lib/src/ap-form/items/text/password.vue.d.ts +44 -586
- package/lib/src/ap-form/items/text-area/index.vue.d.ts +14 -507
- package/lib/src/ap-form/list/index.vue.d.ts +4 -12
- package/lib/src/ap-form/modal-form/index.vue.d.ts +37 -535
- package/lib/src/ap-form/modal-form/index.vue.js +1 -1
- package/lib/src/ap-form/render/control.vue.d.ts +4 -12
- package/lib/src/ap-form/render/item.vue.d.ts +5 -37
- package/lib/src/ap-form/search-form/index.vue.d.ts +37 -532
- package/lib/src/ap-form/search-form/index.vue.js +1 -1
- package/lib/src/ap-form/set/index.vue.d.ts +5 -25
- package/lib/src/ap-info-layout/ApInfoLayout.vue.d.ts +4 -12
- package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +5 -27
- package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.js +1 -1
- package/lib/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +7 -29
- package/lib/src/ap-list/index.vue.d.ts +4 -6
- package/lib/src/ap-list/index.vue.js +1 -1
- package/lib/src/ap-modal/utils/createModal.js +1 -1
- package/lib/src/ap-scroll-bar/ap-scroll-bar.vue.d.ts +3 -24
- package/lib/src/ap-scroll-bar/ap-scroll-bar.vue2.js +1 -1
- package/lib/src/ap-scroll-bar/index.d.ts +7 -42
- package/lib/src/ap-table/ap-table.vue.d.ts +3 -5
- package/lib/src/ap-table/ap-table.vue2.js +1 -1
- package/lib/src/ap-table/components/index/index.vue.d.ts +3 -24
- package/lib/src/ap-table/components/index/index.vue2.js +1 -1
- package/lib/src/ap-table/components/paragraph-ellipsis/index.vue.d.ts +2 -11
- package/lib/src/ap-table/components/setting/modal/index.vue.d.ts +5 -25
- package/lib/src/ap-table/components/setting/modal/index.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/select-group/index.vue.d.ts +2 -11
- package/lib/src/ap-table/components/setting/select-group/index.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/sortable/index.vue.d.ts +2 -11
- package/lib/src/ap-table/components/setting/sortable/index.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/sortable/item.vue.d.ts +6 -15
- package/lib/src/ap-table/components/setting/sortable/item.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/sorter/index.vue.d.ts +5 -14
- package/lib/src/ap-table/components/setting/sorter/index.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/tree-select/index.vue.d.ts +2 -11
- package/lib/src/ap-table/components/status/index.vue.d.ts +2 -11
- package/lib/src/ap-table/components/status/index.vue2.js +1 -1
- package/lib/src/ap-table/constants.d.ts +162 -13517
- package/lib/src/ap-table/hooks/use-table-column-state.d.ts +11 -3
- package/lib/src/ap-table/hooks/use-table-content-height.d.ts +1 -1
- package/lib/src/ap-table/hooks/use-table-content-height.js +1 -1
- package/lib/src/ap-table/hooks/use-table-paging.d.ts +7 -3
- package/lib/src/ap-table/utils.d.ts +65 -7907
- package/lib/src/ap-tag/ap-tag-group.vue.d.ts +5 -29
- package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
- package/lib/src/ap-tag/ap-tag.vue.d.ts +3 -28
- package/lib/src/ap-upload/apUpload.vue.d.ts +66 -16
- package/lib/src/ap-upload/apUpload.vue.js +1 -1
- package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +2 -2
- package/lib/src/ap-upload/components/MultipleFile.vue2.js +1 -1
- package/lib/src/ap-upload/components/Picture.vue.d.ts +6 -10
- package/lib/src/ap-upload/components/Picture.vue2.js +1 -1
- package/lib/src/ap-upload/components/SingleFile.vue.d.ts +2 -2
- package/lib/src/ap-upload/components/SingleFile.vue2.js +1 -1
- package/lib/src/business/ap-appendix/ap-appendix.vue.d.ts +6 -29
- package/lib/src/business/ap-appendix/ap-appendix.vue2.js +1 -1
- package/lib/src/business/ap-appendix/icons/file-icon.vue.d.ts +2 -2
- package/lib/src/business/ap-appendix/icons/file-icon.vue.js +1 -1
- package/lib/src/business/ap-appendix/index.d.ts +7 -108
- package/lib/src/business/ap-attachment/ApAttachment.d.ts +5 -5
- package/lib/src/business/ap-attachment/index.d.ts +7 -48
- package/lib/src/business/ap-batch-action/ApBatchAction.vue.d.ts +4 -12
- package/lib/src/business/ap-batch-action/index.d.ts +5 -32
- package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +3 -11
- package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.js +1 -1
- package/lib/src/business/ap-batch-action-group/MenuItemGroup.vue.d.ts +4 -14
- package/lib/src/business/ap-batch-action-group/index.d.ts +590 -905
- package/lib/src/business/ap-button-group/ApButtonGroup.vue.d.ts +2 -19
- package/lib/src/business/ap-button-group/index.d.ts +5 -603
- package/lib/src/business/ap-card/ApCard.vue.d.ts +4 -12
- package/lib/src/business/ap-card/index.d.ts +5 -33
- package/lib/src/business/ap-card/interface.d.ts +1 -1
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +5 -10
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
- package/lib/src/business/ap-expand-alert/index.d.ts +6 -8
- package/lib/src/business/ap-export-group/ApExportGroup.vue.d.ts +3 -24
- package/lib/src/business/ap-export-group/ApExportGroup.vue2.js +1 -1
- package/lib/src/business/ap-export-group/index.d.ts +7 -146
- package/lib/src/business/ap-group-search/ap-group-search.vue.d.ts +8 -30
- package/lib/src/business/ap-group-search/ap-group-search.vue2.js +1 -1
- package/lib/src/business/ap-group-search/extension-select/index.vue.d.ts +9 -356
- package/lib/src/business/ap-group-search/extension-select/index.vue2.js +1 -1
- package/lib/src/business/ap-group-search/images/icon-down.vue.d.ts +2 -2
- package/lib/src/business/ap-group-search/images/icon-down.vue.js +1 -1
- package/lib/src/business/ap-group-search/images/icon-line-select.vue.d.ts +2 -2
- package/lib/src/business/ap-group-search/images/icon-line-select.vue.js +1 -1
- package/lib/src/business/ap-group-search/index.d.ts +711 -2447
- package/lib/src/business/ap-group-search/popover-select/index.vue.d.ts +10 -357
- package/lib/src/business/ap-group-search/popover-select/index.vue2.js +2 -2
- package/lib/src/business/ap-image/ApImage.vue.d.ts +5 -25
- package/lib/src/business/ap-image/ApImage.vue2.js +1 -1
- package/lib/src/business/ap-image/index.d.ts +7 -139
- package/lib/src/business/ap-input-radio/ApInputRadio.vue.d.ts +6 -31
- package/lib/src/business/ap-input-radio/index.d.ts +14 -339
- package/lib/src/business/ap-label/ApLabel.d.ts +5 -5
- package/lib/src/business/ap-label/group/ApLabelGroup.d.ts +5 -5
- package/lib/src/business/ap-label/index.d.ts +13 -90
- package/lib/src/business/ap-ladder/ApLadder.vue.d.ts +5 -71
- package/lib/src/business/ap-ladder/index.d.ts +7 -479
- package/lib/src/business/ap-select-layout/index.d.ts +5 -7
- package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +6 -12
- package/lib/src/business/ap-select-layout/select-layout.vue2.js +1 -1
- package/lib/src/business/ap-size-input/ApSizeInput.d.ts +84 -0
- package/lib/src/business/ap-size-input/ApSizeInput.js +1 -0
- package/lib/src/business/ap-size-input/constans.d.ts +38 -0
- package/lib/src/business/ap-size-input/constans.js +1 -0
- package/lib/src/business/ap-size-input/index.d.ts +155 -0
- package/lib/src/business/ap-size-input/index.js +1 -0
- package/lib/src/business/ap-size-input/interface.d.ts +11 -0
- package/lib/src/business/ap-size-input/interface.js +1 -0
- package/lib/src/business/ap-size-input/style/css.d.ts +0 -0
- package/lib/src/business/ap-size-input/style/css.js +1 -0
- package/lib/src/business/ap-size-input/style/index.d.ts +0 -0
- package/lib/src/business/ap-size-input/style/index.js +1 -0
- package/lib/src/business/ap-status/ApStatus.vue.d.ts +3 -28
- package/lib/src/business/ap-status/group/ApStatusGroup.vue.d.ts +3 -30
- package/lib/src/business/ap-status/index.d.ts +12 -192
- package/lib/src/business/ap-summary/ap-summary.vue.d.ts +3 -28
- package/lib/src/business/ap-summary/ap-summary.vue2.js +1 -1
- package/lib/src/business/ap-summary/index.d.ts +7 -87
- package/lib/src/business/ap-table-modal/index.d.ts +15 -1056
- package/lib/src/business/ap-table-modal/modal-title.vue.d.ts +6 -5
- package/lib/src/business/ap-table-modal/table-layout/index.vue.d.ts +12 -37
- package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +8 -58
- package/lib/src/business/ap-table-modal/table-modal.vue2.js +1 -1
- package/lib/src/business/ap-title/ApTitle.vue.d.ts +5 -33
- package/lib/src/business/ap-title/index.d.ts +7 -110
- package/lib/src/business/ap-title/interface.d.ts +4 -4
- package/lib/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.d.ts +13 -33
- package/lib/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.js +1 -1
- package/lib/src/business/ap-upload-file/hook/useProps.js +1 -1
- package/lib/src/business/ap-upload-file/icon/delete-icon.vue.d.ts +2 -2
- package/lib/src/business/ap-upload-file/icon/delete-icon.vue.js +1 -1
- package/lib/src/business/ap-upload-file/icon/file-icon.vue.d.ts +2 -2
- package/lib/src/business/ap-upload-file/icon/file-icon.vue.js +1 -1
- package/lib/src/business/ap-upload-file/interface.d.ts +2 -0
- package/lib/src/business/ap-upload-file/utils/fileList.d.ts +2 -2
- package/lib/src/business/ap-upload-file/utils/fileList.js +1 -1
- package/lib/src/business/ap-upload-file/utils/upload.d.ts +3 -0
- package/lib/src/business/ap-upload-file/utils/upload.js +1 -1
- package/lib/src/business/batch-input-group/index.vue.d.ts +5 -38
- package/lib/src/business/batch-input-group/index.vue.js +1 -1
- package/lib/src/business/batch-input-group/popover-input/index.vue.d.ts +4 -13
- package/lib/src/business/batch-input-group/popover-input/index.vue2.js +2 -2
- package/lib/src/business/hooks/usePageListApTable.d.ts +1 -0
- package/lib/src/business/hooks/usePageListApTable.js +1 -1
- package/lib/src/business/index.d.ts +1 -0
- package/lib/src/business/index.js +1 -1
- package/lib/src/check-card/group.vue.d.ts +7 -45
- package/lib/src/check-card/index.vue.d.ts +7 -37
- package/lib/src/config-provider/config-provider.d.ts +5 -5
- package/lib/src/config-provider/index.d.ts +7 -256
- package/lib/src/editable-table/form-item.vue.d.ts +5 -7
- package/lib/src/editable-table/form-item.vue.js +1 -1
- package/lib/src/editable-table/index.vue.d.ts +4 -8
- package/lib/src/editable-table/index.vue.js +1 -1
- package/lib/src/hooks/useControllableValue.d.ts +1 -1
- package/lib/src/index.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/path-map.js +1 -1
- package/lib/src/tests/wrapper.d.ts +6 -6
- package/lib/src/utils/ap-trans-data/index.d.ts +1 -1
- package/lib/src/utils/ap-trans-data/index.js +1 -1
- package/lib/src/work-order-modal/help-message.vue.d.ts +2 -2
- package/lib/src/work-order-modal/help-message.vue2.js +1 -1
- package/lib/src/work-order-modal/work-order-modal.vue.d.ts +6 -15
- package/lib/src/work-order-modal/work-order-modal.vue.js +1 -1
- package/package.json +6 -6
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
import { ApFormModalFormProps } from '../interface';
|
|
2
|
-
import { VNode, ComponentInternalInstance, ExtractPropTypes, PropType, HTMLAttributes, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, ComponentOptionsMixin, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, DefineComponent, PublicProps, CSSProperties } from 'vue';
|
|
3
|
-
import { InternalNamePath, NamePath, ValidateOptions,
|
|
4
|
-
import {
|
|
2
|
+
import { VNode, ComponentInternalInstance, ExtractPropTypes, PropType, HTMLAttributes, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, ComponentOptionsMixin, GlobalComponents, GlobalDirectives, ComponentProvideOptions, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, DefineComponent, PublicProps, CSSProperties } from 'vue';
|
|
3
|
+
import { InternalNamePath, NamePath, ValidateOptions, ValidateMessages, FormLabelAlign, FieldData, ValidateErrorEntity } from '@aplus-frontend/antdv/es/form/interface';
|
|
4
|
+
import { ButtonSize, ButtonType, ButtonShape } from '@aplus-frontend/antdv/es/button';
|
|
5
5
|
import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
|
|
6
6
|
import { ColSize } from '@aplus-frontend/antdv/es/grid';
|
|
7
7
|
import { RuleObject } from '@aplus-frontend/antdv/es/form';
|
|
8
8
|
import { Options } from '../../../node_modules/scroll-into-view-if-needed';
|
|
9
|
-
import {
|
|
9
|
+
import { Recordable } from '../../type';
|
|
10
|
+
import { ApFormProps, WatchFunc, RegistedFieldType, ApFormInternalInstance, ApFormSubmitterConfig } from '..';
|
|
11
|
+
import { OnCleanup } from '@vue/reactivity';
|
|
10
12
|
import { VueTypeValidableDef } from '../../../node_modules/vue-types';
|
|
11
13
|
import { LegacyButtonType, ButtonHTMLType } from '@aplus-frontend/antdv/es/button/buttonTypes';
|
|
12
|
-
import { ButtonType, ButtonShape, ButtonSize } from '@aplus-frontend/antdv/es/button';
|
|
13
14
|
import { MouseEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
|
|
14
15
|
import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
|
|
15
16
|
type ApModalFormSlots = {
|
|
@@ -19,34 +20,22 @@ type ApModalFormSlots = {
|
|
|
19
20
|
submitter(defaultDoms: VNode[]): any;
|
|
20
21
|
};
|
|
21
22
|
declare function __VLS_template(): {
|
|
23
|
+
attrs: Partial<{}>;
|
|
22
24
|
slots: Readonly<ApModalFormSlots> & ApModalFormSlots;
|
|
23
25
|
refs: {
|
|
24
26
|
formRef: ({
|
|
25
27
|
$: ComponentInternalInstance;
|
|
26
28
|
$data: {};
|
|
27
|
-
$props:
|
|
28
|
-
|
|
29
|
-
colon: boolean;
|
|
30
|
-
labelAlign: FormLabelAlign;
|
|
31
|
-
validateTrigger: string | string[];
|
|
32
|
-
hideRequiredMark: boolean;
|
|
33
|
-
validateOnRuleChange: boolean;
|
|
34
|
-
syncToUrl: boolean | ((values: Recordable, type: "get" | "set") => Recordable);
|
|
35
|
-
}> & Omit<{
|
|
36
|
-
readonly layout: string;
|
|
37
|
-
readonly colon: boolean;
|
|
38
|
-
readonly labelAlign: FormLabelAlign;
|
|
39
|
-
readonly validateTrigger: string | string[];
|
|
40
|
-
readonly hideRequiredMark: boolean;
|
|
41
|
-
readonly validateOnRuleChange: boolean;
|
|
42
|
-
readonly syncToUrl: boolean | ((values: Recordable, type: "get" | "set") => Recordable);
|
|
43
|
-
readonly size?: "small" | "large" | "middle" | undefined;
|
|
29
|
+
$props: {
|
|
30
|
+
readonly size?: ButtonSize;
|
|
44
31
|
readonly onSubmit?: ((e: Event) => void) | undefined;
|
|
32
|
+
readonly layout?: string | undefined;
|
|
45
33
|
readonly disabled?: boolean | undefined;
|
|
46
34
|
readonly prefixCls?: string | undefined;
|
|
47
35
|
readonly name?: string | undefined;
|
|
48
36
|
readonly validateMessages?: ValidateMessages | undefined;
|
|
49
37
|
readonly requiredMark?: "" | RequiredMark | undefined;
|
|
38
|
+
readonly colon?: boolean | undefined;
|
|
50
39
|
readonly labelCol?: (Partial< ExtractPropTypes<{
|
|
51
40
|
span: (StringConstructor | NumberConstructor)[];
|
|
52
41
|
order: (StringConstructor | NumberConstructor)[];
|
|
@@ -113,10 +102,14 @@ declare function __VLS_template(): {
|
|
|
113
102
|
prefixCls: StringConstructor;
|
|
114
103
|
flex: (StringConstructor | NumberConstructor)[];
|
|
115
104
|
}>> & HTMLAttributes) | undefined;
|
|
105
|
+
readonly labelAlign?: FormLabelAlign | undefined;
|
|
116
106
|
readonly rules?: {
|
|
117
107
|
[k: string]: RuleObject | RuleObject[];
|
|
118
108
|
} | undefined;
|
|
109
|
+
readonly validateTrigger?: string | string[] | undefined;
|
|
119
110
|
readonly labelWrap?: boolean | undefined;
|
|
111
|
+
readonly hideRequiredMark?: boolean | undefined;
|
|
112
|
+
readonly validateOnRuleChange?: boolean | undefined;
|
|
120
113
|
readonly scrollToFirstError?: boolean | Options<any> | undefined;
|
|
121
114
|
readonly onValuesChange?: (((changedValues: any, values: any) => void) & ((changedValues: Recordable, allValues: Recordable) => void)) | undefined;
|
|
122
115
|
readonly onFieldsChange?: ((changedFields: FieldData[], allFields: FieldData[]) => void) | undefined;
|
|
@@ -124,160 +117,9 @@ declare function __VLS_template(): {
|
|
|
124
117
|
readonly onFinishFailed?: ((errorInfo: ValidateErrorEntity<any>) => void) | undefined;
|
|
125
118
|
readonly onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
|
|
126
119
|
readonly initialValues?: Recordable | undefined;
|
|
120
|
+
readonly syncToUrl?: boolean | ((values: Recordable, type: "get" | "set") => Recordable) | undefined;
|
|
127
121
|
readonly syncToUrlPriority?: boolean | undefined;
|
|
128
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps
|
|
129
|
-
size: {
|
|
130
|
-
type: PropType<"small" | "large" | "middle">;
|
|
131
|
-
};
|
|
132
|
-
onSubmit: {
|
|
133
|
-
type: PropType<(e: Event) => void>;
|
|
134
|
-
};
|
|
135
|
-
layout: {
|
|
136
|
-
type: PropType<string>;
|
|
137
|
-
default: string;
|
|
138
|
-
};
|
|
139
|
-
disabled: {
|
|
140
|
-
type: PropType<boolean>;
|
|
141
|
-
};
|
|
142
|
-
prefixCls: {
|
|
143
|
-
type: PropType<string>;
|
|
144
|
-
};
|
|
145
|
-
name: {
|
|
146
|
-
type: PropType<string>;
|
|
147
|
-
};
|
|
148
|
-
validateMessages: {
|
|
149
|
-
type: PropType<ValidateMessages>;
|
|
150
|
-
};
|
|
151
|
-
requiredMark: {
|
|
152
|
-
type: PropType<"" | RequiredMark>;
|
|
153
|
-
};
|
|
154
|
-
colon: {
|
|
155
|
-
type: PropType<boolean>;
|
|
156
|
-
default: boolean;
|
|
157
|
-
};
|
|
158
|
-
labelCol: {
|
|
159
|
-
type: PropType<Partial< ExtractPropTypes<{
|
|
160
|
-
span: (StringConstructor | NumberConstructor)[];
|
|
161
|
-
order: (StringConstructor | NumberConstructor)[];
|
|
162
|
-
offset: (StringConstructor | NumberConstructor)[];
|
|
163
|
-
push: (StringConstructor | NumberConstructor)[];
|
|
164
|
-
pull: (StringConstructor | NumberConstructor)[];
|
|
165
|
-
xs: {
|
|
166
|
-
type: PropType<string | number | ColSize>;
|
|
167
|
-
default: string | number | ColSize;
|
|
168
|
-
};
|
|
169
|
-
sm: {
|
|
170
|
-
type: PropType<string | number | ColSize>;
|
|
171
|
-
default: string | number | ColSize;
|
|
172
|
-
};
|
|
173
|
-
md: {
|
|
174
|
-
type: PropType<string | number | ColSize>;
|
|
175
|
-
default: string | number | ColSize;
|
|
176
|
-
};
|
|
177
|
-
lg: {
|
|
178
|
-
type: PropType<string | number | ColSize>;
|
|
179
|
-
default: string | number | ColSize;
|
|
180
|
-
};
|
|
181
|
-
xl: {
|
|
182
|
-
type: PropType<string | number | ColSize>;
|
|
183
|
-
default: string | number | ColSize;
|
|
184
|
-
};
|
|
185
|
-
xxl: {
|
|
186
|
-
type: PropType<string | number | ColSize>;
|
|
187
|
-
default: string | number | ColSize;
|
|
188
|
-
};
|
|
189
|
-
prefixCls: StringConstructor;
|
|
190
|
-
flex: (StringConstructor | NumberConstructor)[];
|
|
191
|
-
}>> & HTMLAttributes>;
|
|
192
|
-
};
|
|
193
|
-
wrapperCol: {
|
|
194
|
-
type: PropType<Partial< ExtractPropTypes<{
|
|
195
|
-
span: (StringConstructor | NumberConstructor)[];
|
|
196
|
-
order: (StringConstructor | NumberConstructor)[];
|
|
197
|
-
offset: (StringConstructor | NumberConstructor)[];
|
|
198
|
-
push: (StringConstructor | NumberConstructor)[];
|
|
199
|
-
pull: (StringConstructor | NumberConstructor)[];
|
|
200
|
-
xs: {
|
|
201
|
-
type: PropType<string | number | ColSize>;
|
|
202
|
-
default: string | number | ColSize;
|
|
203
|
-
};
|
|
204
|
-
sm: {
|
|
205
|
-
type: PropType<string | number | ColSize>;
|
|
206
|
-
default: string | number | ColSize;
|
|
207
|
-
};
|
|
208
|
-
md: {
|
|
209
|
-
type: PropType<string | number | ColSize>;
|
|
210
|
-
default: string | number | ColSize;
|
|
211
|
-
};
|
|
212
|
-
lg: {
|
|
213
|
-
type: PropType<string | number | ColSize>;
|
|
214
|
-
default: string | number | ColSize;
|
|
215
|
-
};
|
|
216
|
-
xl: {
|
|
217
|
-
type: PropType<string | number | ColSize>;
|
|
218
|
-
default: string | number | ColSize;
|
|
219
|
-
};
|
|
220
|
-
xxl: {
|
|
221
|
-
type: PropType<string | number | ColSize>;
|
|
222
|
-
default: string | number | ColSize;
|
|
223
|
-
};
|
|
224
|
-
prefixCls: StringConstructor;
|
|
225
|
-
flex: (StringConstructor | NumberConstructor)[];
|
|
226
|
-
}>> & HTMLAttributes>;
|
|
227
|
-
};
|
|
228
|
-
labelAlign: {
|
|
229
|
-
type: PropType<FormLabelAlign>;
|
|
230
|
-
default: string;
|
|
231
|
-
};
|
|
232
|
-
rules: {
|
|
233
|
-
type: PropType<{
|
|
234
|
-
[k: string]: RuleObject | RuleObject[];
|
|
235
|
-
}>;
|
|
236
|
-
};
|
|
237
|
-
validateTrigger: {
|
|
238
|
-
type: PropType<string | string[]>;
|
|
239
|
-
default: string;
|
|
240
|
-
};
|
|
241
|
-
labelWrap: {
|
|
242
|
-
type: PropType<boolean>;
|
|
243
|
-
};
|
|
244
|
-
hideRequiredMark: {
|
|
245
|
-
type: PropType<boolean>;
|
|
246
|
-
default: boolean;
|
|
247
|
-
};
|
|
248
|
-
validateOnRuleChange: {
|
|
249
|
-
type: PropType<boolean>;
|
|
250
|
-
default: boolean;
|
|
251
|
-
};
|
|
252
|
-
scrollToFirstError: {
|
|
253
|
-
type: PropType<boolean | Options<any>>;
|
|
254
|
-
};
|
|
255
|
-
onValuesChange: {
|
|
256
|
-
type: PropType<((changedValues: any, values: any) => void) & ((changedValues: Recordable, allValues: Recordable) => void)>;
|
|
257
|
-
};
|
|
258
|
-
onFieldsChange: {
|
|
259
|
-
type: PropType<(changedFields: FieldData[], allFields: FieldData[]) => void>;
|
|
260
|
-
};
|
|
261
|
-
onFinish: {
|
|
262
|
-
type: PropType<(values: any) => void>;
|
|
263
|
-
};
|
|
264
|
-
onFinishFailed: {
|
|
265
|
-
type: PropType<(errorInfo: ValidateErrorEntity<any>) => void>;
|
|
266
|
-
};
|
|
267
|
-
onValidate: {
|
|
268
|
-
type: PropType<(name: string | number | string[] | number[], status: boolean, errors: string[]) => void>;
|
|
269
|
-
};
|
|
270
|
-
initialValues: {
|
|
271
|
-
type: PropType<Recordable>;
|
|
272
|
-
};
|
|
273
|
-
syncToUrl: {
|
|
274
|
-
type: PropType<boolean | ((values: Recordable, type: "get" | "set") => Recordable)>;
|
|
275
|
-
default: boolean;
|
|
276
|
-
};
|
|
277
|
-
syncToUrlPriority: {
|
|
278
|
-
type: PropType<boolean>;
|
|
279
|
-
};
|
|
280
|
-
}>>, "layout" | "colon" | "labelAlign" | "validateTrigger" | "hideRequiredMark" | "validateOnRuleChange" | "syncToUrl">;
|
|
122
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
281
123
|
$attrs: {
|
|
282
124
|
[x: string]: unknown;
|
|
283
125
|
};
|
|
@@ -289,161 +131,10 @@ declare function __VLS_template(): {
|
|
|
289
131
|
}>;
|
|
290
132
|
$root: ComponentPublicInstance | null;
|
|
291
133
|
$parent: ComponentPublicInstance | null;
|
|
134
|
+
$host: Element | null;
|
|
292
135
|
$emit: (event: string, ...args: any[]) => void;
|
|
293
136
|
$el: any;
|
|
294
|
-
$options: ComponentOptionsBase<Readonly<
|
|
295
|
-
size: {
|
|
296
|
-
type: PropType<"small" | "large" | "middle">;
|
|
297
|
-
};
|
|
298
|
-
onSubmit: {
|
|
299
|
-
type: PropType<(e: Event) => void>;
|
|
300
|
-
};
|
|
301
|
-
layout: {
|
|
302
|
-
type: PropType<string>;
|
|
303
|
-
default: string;
|
|
304
|
-
};
|
|
305
|
-
disabled: {
|
|
306
|
-
type: PropType<boolean>;
|
|
307
|
-
};
|
|
308
|
-
prefixCls: {
|
|
309
|
-
type: PropType<string>;
|
|
310
|
-
};
|
|
311
|
-
name: {
|
|
312
|
-
type: PropType<string>;
|
|
313
|
-
};
|
|
314
|
-
validateMessages: {
|
|
315
|
-
type: PropType<ValidateMessages>;
|
|
316
|
-
};
|
|
317
|
-
requiredMark: {
|
|
318
|
-
type: PropType<"" | RequiredMark>;
|
|
319
|
-
};
|
|
320
|
-
colon: {
|
|
321
|
-
type: PropType<boolean>;
|
|
322
|
-
default: boolean;
|
|
323
|
-
};
|
|
324
|
-
labelCol: {
|
|
325
|
-
type: PropType<Partial< ExtractPropTypes<{
|
|
326
|
-
span: (StringConstructor | NumberConstructor)[];
|
|
327
|
-
order: (StringConstructor | NumberConstructor)[];
|
|
328
|
-
offset: (StringConstructor | NumberConstructor)[];
|
|
329
|
-
push: (StringConstructor | NumberConstructor)[];
|
|
330
|
-
pull: (StringConstructor | NumberConstructor)[];
|
|
331
|
-
xs: {
|
|
332
|
-
type: PropType<string | number | ColSize>;
|
|
333
|
-
default: string | number | ColSize;
|
|
334
|
-
};
|
|
335
|
-
sm: {
|
|
336
|
-
type: PropType<string | number | ColSize>;
|
|
337
|
-
default: string | number | ColSize;
|
|
338
|
-
};
|
|
339
|
-
md: {
|
|
340
|
-
type: PropType<string | number | ColSize>;
|
|
341
|
-
default: string | number | ColSize;
|
|
342
|
-
};
|
|
343
|
-
lg: {
|
|
344
|
-
type: PropType<string | number | ColSize>;
|
|
345
|
-
default: string | number | ColSize;
|
|
346
|
-
};
|
|
347
|
-
xl: {
|
|
348
|
-
type: PropType<string | number | ColSize>;
|
|
349
|
-
default: string | number | ColSize;
|
|
350
|
-
};
|
|
351
|
-
xxl: {
|
|
352
|
-
type: PropType<string | number | ColSize>;
|
|
353
|
-
default: string | number | ColSize;
|
|
354
|
-
};
|
|
355
|
-
prefixCls: StringConstructor;
|
|
356
|
-
flex: (StringConstructor | NumberConstructor)[];
|
|
357
|
-
}>> & HTMLAttributes>;
|
|
358
|
-
};
|
|
359
|
-
wrapperCol: {
|
|
360
|
-
type: PropType<Partial< ExtractPropTypes<{
|
|
361
|
-
span: (StringConstructor | NumberConstructor)[];
|
|
362
|
-
order: (StringConstructor | NumberConstructor)[];
|
|
363
|
-
offset: (StringConstructor | NumberConstructor)[];
|
|
364
|
-
push: (StringConstructor | NumberConstructor)[];
|
|
365
|
-
pull: (StringConstructor | NumberConstructor)[];
|
|
366
|
-
xs: {
|
|
367
|
-
type: PropType<string | number | ColSize>;
|
|
368
|
-
default: string | number | ColSize;
|
|
369
|
-
};
|
|
370
|
-
sm: {
|
|
371
|
-
type: PropType<string | number | ColSize>;
|
|
372
|
-
default: string | number | ColSize;
|
|
373
|
-
};
|
|
374
|
-
md: {
|
|
375
|
-
type: PropType<string | number | ColSize>;
|
|
376
|
-
default: string | number | ColSize;
|
|
377
|
-
};
|
|
378
|
-
lg: {
|
|
379
|
-
type: PropType<string | number | ColSize>;
|
|
380
|
-
default: string | number | ColSize;
|
|
381
|
-
};
|
|
382
|
-
xl: {
|
|
383
|
-
type: PropType<string | number | ColSize>;
|
|
384
|
-
default: string | number | ColSize;
|
|
385
|
-
};
|
|
386
|
-
xxl: {
|
|
387
|
-
type: PropType<string | number | ColSize>;
|
|
388
|
-
default: string | number | ColSize;
|
|
389
|
-
};
|
|
390
|
-
prefixCls: StringConstructor;
|
|
391
|
-
flex: (StringConstructor | NumberConstructor)[];
|
|
392
|
-
}>> & HTMLAttributes>;
|
|
393
|
-
};
|
|
394
|
-
labelAlign: {
|
|
395
|
-
type: PropType<FormLabelAlign>;
|
|
396
|
-
default: string;
|
|
397
|
-
};
|
|
398
|
-
rules: {
|
|
399
|
-
type: PropType<{
|
|
400
|
-
[k: string]: RuleObject | RuleObject[];
|
|
401
|
-
}>;
|
|
402
|
-
};
|
|
403
|
-
validateTrigger: {
|
|
404
|
-
type: PropType<string | string[]>;
|
|
405
|
-
default: string;
|
|
406
|
-
};
|
|
407
|
-
labelWrap: {
|
|
408
|
-
type: PropType<boolean>;
|
|
409
|
-
};
|
|
410
|
-
hideRequiredMark: {
|
|
411
|
-
type: PropType<boolean>;
|
|
412
|
-
default: boolean;
|
|
413
|
-
};
|
|
414
|
-
validateOnRuleChange: {
|
|
415
|
-
type: PropType<boolean>;
|
|
416
|
-
default: boolean;
|
|
417
|
-
};
|
|
418
|
-
scrollToFirstError: {
|
|
419
|
-
type: PropType<boolean | Options<any>>;
|
|
420
|
-
};
|
|
421
|
-
onValuesChange: {
|
|
422
|
-
type: PropType<((changedValues: any, values: any) => void) & ((changedValues: Recordable, allValues: Recordable) => void)>;
|
|
423
|
-
};
|
|
424
|
-
onFieldsChange: {
|
|
425
|
-
type: PropType<(changedFields: FieldData[], allFields: FieldData[]) => void>;
|
|
426
|
-
};
|
|
427
|
-
onFinish: {
|
|
428
|
-
type: PropType<(values: any) => void>;
|
|
429
|
-
};
|
|
430
|
-
onFinishFailed: {
|
|
431
|
-
type: PropType<(errorInfo: ValidateErrorEntity<any>) => void>;
|
|
432
|
-
};
|
|
433
|
-
onValidate: {
|
|
434
|
-
type: PropType<(name: string | number | string[] | number[], status: boolean, errors: string[]) => void>;
|
|
435
|
-
};
|
|
436
|
-
initialValues: {
|
|
437
|
-
type: PropType<Recordable>;
|
|
438
|
-
};
|
|
439
|
-
syncToUrl: {
|
|
440
|
-
type: PropType<boolean | ((values: Recordable, type: "get" | "set") => Recordable)>;
|
|
441
|
-
default: boolean;
|
|
442
|
-
};
|
|
443
|
-
syncToUrlPriority: {
|
|
444
|
-
type: PropType<boolean>;
|
|
445
|
-
};
|
|
446
|
-
}>>, {
|
|
137
|
+
$options: ComponentOptionsBase<Readonly< ApFormProps> & Readonly<{}>, {
|
|
447
138
|
resetFields: () => Promise<void>;
|
|
448
139
|
clearValidate: (name?: NamePath | NamePath[]) => void;
|
|
449
140
|
validateFields: (nameList?: NamePath[] | string, options?: ValidateOptions) => Promise<{
|
|
@@ -465,7 +156,7 @@ declare function __VLS_template(): {
|
|
|
465
156
|
registerField: ({ initialValue, name, transform }: RegistedFieldType) => void;
|
|
466
157
|
registerWatch: (callback: WatchFunc, inner: boolean) => () => void;
|
|
467
158
|
} | undefined;
|
|
468
|
-
},
|
|
159
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
469
160
|
layout: string;
|
|
470
161
|
colon: boolean;
|
|
471
162
|
labelAlign: FormLabelAlign;
|
|
@@ -473,7 +164,7 @@ declare function __VLS_template(): {
|
|
|
473
164
|
hideRequiredMark: boolean;
|
|
474
165
|
validateOnRuleChange: boolean;
|
|
475
166
|
syncToUrl: boolean | ((values: Recordable, type: "get" | "set") => Recordable);
|
|
476
|
-
}, {}, string, {}> & {
|
|
167
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
477
168
|
beforeCreate?: (() => void) | (() => void)[];
|
|
478
169
|
created?: (() => void) | (() => void)[];
|
|
479
170
|
beforeMount?: (() => void) | (() => void)[];
|
|
@@ -492,160 +183,16 @@ declare function __VLS_template(): {
|
|
|
492
183
|
};
|
|
493
184
|
$forceUpdate: () => void;
|
|
494
185
|
$nextTick: nextTick;
|
|
495
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R,
|
|
496
|
-
} &
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
default: string;
|
|
506
|
-
};
|
|
507
|
-
disabled: {
|
|
508
|
-
type: PropType<boolean>;
|
|
509
|
-
};
|
|
510
|
-
prefixCls: {
|
|
511
|
-
type: PropType<string>;
|
|
512
|
-
};
|
|
513
|
-
name: {
|
|
514
|
-
type: PropType<string>;
|
|
515
|
-
};
|
|
516
|
-
validateMessages: {
|
|
517
|
-
type: PropType<ValidateMessages>;
|
|
518
|
-
};
|
|
519
|
-
requiredMark: {
|
|
520
|
-
type: PropType<"" | RequiredMark>;
|
|
521
|
-
};
|
|
522
|
-
colon: {
|
|
523
|
-
type: PropType<boolean>;
|
|
524
|
-
default: boolean;
|
|
525
|
-
};
|
|
526
|
-
labelCol: {
|
|
527
|
-
type: PropType<Partial< ExtractPropTypes<{
|
|
528
|
-
span: (StringConstructor | NumberConstructor)[];
|
|
529
|
-
order: (StringConstructor | NumberConstructor)[];
|
|
530
|
-
offset: (StringConstructor | NumberConstructor)[];
|
|
531
|
-
push: (StringConstructor | NumberConstructor)[];
|
|
532
|
-
pull: (StringConstructor | NumberConstructor)[];
|
|
533
|
-
xs: {
|
|
534
|
-
type: PropType<string | number | ColSize>;
|
|
535
|
-
default: string | number | ColSize;
|
|
536
|
-
};
|
|
537
|
-
sm: {
|
|
538
|
-
type: PropType<string | number | ColSize>;
|
|
539
|
-
default: string | number | ColSize;
|
|
540
|
-
};
|
|
541
|
-
md: {
|
|
542
|
-
type: PropType<string | number | ColSize>;
|
|
543
|
-
default: string | number | ColSize;
|
|
544
|
-
};
|
|
545
|
-
lg: {
|
|
546
|
-
type: PropType<string | number | ColSize>;
|
|
547
|
-
default: string | number | ColSize;
|
|
548
|
-
};
|
|
549
|
-
xl: {
|
|
550
|
-
type: PropType<string | number | ColSize>;
|
|
551
|
-
default: string | number | ColSize;
|
|
552
|
-
};
|
|
553
|
-
xxl: {
|
|
554
|
-
type: PropType<string | number | ColSize>;
|
|
555
|
-
default: string | number | ColSize;
|
|
556
|
-
};
|
|
557
|
-
prefixCls: StringConstructor;
|
|
558
|
-
flex: (StringConstructor | NumberConstructor)[];
|
|
559
|
-
}>> & HTMLAttributes>;
|
|
560
|
-
};
|
|
561
|
-
wrapperCol: {
|
|
562
|
-
type: PropType<Partial< ExtractPropTypes<{
|
|
563
|
-
span: (StringConstructor | NumberConstructor)[];
|
|
564
|
-
order: (StringConstructor | NumberConstructor)[];
|
|
565
|
-
offset: (StringConstructor | NumberConstructor)[];
|
|
566
|
-
push: (StringConstructor | NumberConstructor)[];
|
|
567
|
-
pull: (StringConstructor | NumberConstructor)[];
|
|
568
|
-
xs: {
|
|
569
|
-
type: PropType<string | number | ColSize>;
|
|
570
|
-
default: string | number | ColSize;
|
|
571
|
-
};
|
|
572
|
-
sm: {
|
|
573
|
-
type: PropType<string | number | ColSize>;
|
|
574
|
-
default: string | number | ColSize;
|
|
575
|
-
};
|
|
576
|
-
md: {
|
|
577
|
-
type: PropType<string | number | ColSize>;
|
|
578
|
-
default: string | number | ColSize;
|
|
579
|
-
};
|
|
580
|
-
lg: {
|
|
581
|
-
type: PropType<string | number | ColSize>;
|
|
582
|
-
default: string | number | ColSize;
|
|
583
|
-
};
|
|
584
|
-
xl: {
|
|
585
|
-
type: PropType<string | number | ColSize>;
|
|
586
|
-
default: string | number | ColSize;
|
|
587
|
-
};
|
|
588
|
-
xxl: {
|
|
589
|
-
type: PropType<string | number | ColSize>;
|
|
590
|
-
default: string | number | ColSize;
|
|
591
|
-
};
|
|
592
|
-
prefixCls: StringConstructor;
|
|
593
|
-
flex: (StringConstructor | NumberConstructor)[];
|
|
594
|
-
}>> & HTMLAttributes>;
|
|
595
|
-
};
|
|
596
|
-
labelAlign: {
|
|
597
|
-
type: PropType<FormLabelAlign>;
|
|
598
|
-
default: string;
|
|
599
|
-
};
|
|
600
|
-
rules: {
|
|
601
|
-
type: PropType<{
|
|
602
|
-
[k: string]: RuleObject | RuleObject[];
|
|
603
|
-
}>;
|
|
604
|
-
};
|
|
605
|
-
validateTrigger: {
|
|
606
|
-
type: PropType<string | string[]>;
|
|
607
|
-
default: string;
|
|
608
|
-
};
|
|
609
|
-
labelWrap: {
|
|
610
|
-
type: PropType<boolean>;
|
|
611
|
-
};
|
|
612
|
-
hideRequiredMark: {
|
|
613
|
-
type: PropType<boolean>;
|
|
614
|
-
default: boolean;
|
|
615
|
-
};
|
|
616
|
-
validateOnRuleChange: {
|
|
617
|
-
type: PropType<boolean>;
|
|
618
|
-
default: boolean;
|
|
619
|
-
};
|
|
620
|
-
scrollToFirstError: {
|
|
621
|
-
type: PropType<boolean | Options<any>>;
|
|
622
|
-
};
|
|
623
|
-
onValuesChange: {
|
|
624
|
-
type: PropType<((changedValues: any, values: any) => void) & ((changedValues: Recordable, allValues: Recordable) => void)>;
|
|
625
|
-
};
|
|
626
|
-
onFieldsChange: {
|
|
627
|
-
type: PropType<(changedFields: FieldData[], allFields: FieldData[]) => void>;
|
|
628
|
-
};
|
|
629
|
-
onFinish: {
|
|
630
|
-
type: PropType<(values: any) => void>;
|
|
631
|
-
};
|
|
632
|
-
onFinishFailed: {
|
|
633
|
-
type: PropType<(errorInfo: ValidateErrorEntity<any>) => void>;
|
|
634
|
-
};
|
|
635
|
-
onValidate: {
|
|
636
|
-
type: PropType<(name: string | number | string[] | number[], status: boolean, errors: string[]) => void>;
|
|
637
|
-
};
|
|
638
|
-
initialValues: {
|
|
639
|
-
type: PropType<Recordable>;
|
|
640
|
-
};
|
|
641
|
-
syncToUrl: {
|
|
642
|
-
type: PropType<boolean | ((values: Recordable, type: "get" | "set") => Recordable)>;
|
|
643
|
-
default: boolean;
|
|
644
|
-
};
|
|
645
|
-
syncToUrlPriority: {
|
|
646
|
-
type: PropType<boolean>;
|
|
647
|
-
};
|
|
648
|
-
}>>, "validate" | "setFieldValue" | "setFieldsValue" | "resetFields" | "clearValidate" | "validateFields" | "getFieldsValue" | "scrollToField" | "getInternalInstance" | "validateFieldsReturnTransformed" | "getFieldsValueTransformed" | "registerWatch"> & ShallowUnwrapRef<{
|
|
186
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
187
|
+
} & Readonly<{
|
|
188
|
+
layout: string;
|
|
189
|
+
colon: boolean;
|
|
190
|
+
labelAlign: FormLabelAlign;
|
|
191
|
+
validateTrigger: string | string[];
|
|
192
|
+
hideRequiredMark: boolean;
|
|
193
|
+
validateOnRuleChange: boolean;
|
|
194
|
+
syncToUrl: boolean | ((values: Recordable, type: "get" | "set") => Recordable);
|
|
195
|
+
}> & Omit<Readonly< ApFormProps> & Readonly<{}>, "validate" | "setFieldValue" | "setFieldsValue" | "resetFields" | "clearValidate" | "validateFields" | "getFieldsValue" | "scrollToField" | "getInternalInstance" | "validateFieldsReturnTransformed" | "getFieldsValueTransformed" | "registerWatch" | ("layout" | "colon" | "labelAlign" | "validateTrigger" | "hideRequiredMark" | "validateOnRuleChange" | "syncToUrl")> & ShallowUnwrapRef<{
|
|
649
196
|
resetFields: () => Promise<void>;
|
|
650
197
|
clearValidate: (name?: NamePath | NamePath[]) => void;
|
|
651
198
|
validateFields: (nameList?: NamePath[] | string, options?: ValidateOptions) => Promise<{
|
|
@@ -673,24 +220,10 @@ declare function __VLS_template(): {
|
|
|
673
220
|
};
|
|
674
221
|
}) | null;
|
|
675
222
|
};
|
|
676
|
-
|
|
223
|
+
rootEl: any;
|
|
677
224
|
};
|
|
678
225
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
679
|
-
declare const __VLS_component: DefineComponent<
|
|
680
|
-
layout: string;
|
|
681
|
-
hideRequiredMark: boolean;
|
|
682
|
-
colon: boolean;
|
|
683
|
-
labelAlign: string;
|
|
684
|
-
validateOnRuleChange: boolean;
|
|
685
|
-
validateTrigger: string;
|
|
686
|
-
modalProps: () => {};
|
|
687
|
-
width: number;
|
|
688
|
-
submitter: () => {
|
|
689
|
-
resetButtonProps: boolean;
|
|
690
|
-
};
|
|
691
|
-
open: undefined;
|
|
692
|
-
showCancel: boolean;
|
|
693
|
-
}>, {
|
|
226
|
+
declare const __VLS_component: DefineComponent<ApFormModalFormProps, {
|
|
694
227
|
resetFields: () => void;
|
|
695
228
|
clearValidate: (name?: NamePath) => void;
|
|
696
229
|
validateFields: (nameList?: NamePath[] | string, options?: ValidateOptions) => Promise<Partial<any>> | undefined;
|
|
@@ -700,25 +233,11 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
|
|
|
700
233
|
setFieldValue: (key: string, newValue: any) => void;
|
|
701
234
|
setFieldsValue: (values: Record<string, any>) => void;
|
|
702
235
|
getInternalInstance: (mark: string) => ApFormInternalInstance | undefined;
|
|
703
|
-
},
|
|
236
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
704
237
|
"update:open": (...args: any[]) => void;
|
|
705
|
-
}, string, PublicProps, Readonly<
|
|
706
|
-
layout: string;
|
|
707
|
-
hideRequiredMark: boolean;
|
|
708
|
-
colon: boolean;
|
|
709
|
-
labelAlign: string;
|
|
710
|
-
validateOnRuleChange: boolean;
|
|
711
|
-
validateTrigger: string;
|
|
712
|
-
modalProps: () => {};
|
|
713
|
-
width: number;
|
|
714
|
-
submitter: () => {
|
|
715
|
-
resetButtonProps: boolean;
|
|
716
|
-
};
|
|
717
|
-
open: undefined;
|
|
718
|
-
showCancel: boolean;
|
|
719
|
-
}>>> & {
|
|
238
|
+
}, string, PublicProps, Readonly<ApFormModalFormProps> & Readonly<{
|
|
720
239
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
721
|
-
}
|
|
240
|
+
}>, {
|
|
722
241
|
width: number;
|
|
723
242
|
layout: string;
|
|
724
243
|
open: boolean;
|
|
@@ -1016,28 +535,11 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
|
|
|
1016
535
|
}>>, "visible" | "open" | "onUpdate:open">;
|
|
1017
536
|
submitter: false | ApFormSubmitterConfig;
|
|
1018
537
|
showCancel: boolean;
|
|
1019
|
-
}, {}>;
|
|
538
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1020
539
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1021
540
|
export default _default;
|
|
1022
|
-
type __VLS_WithDefaults<P, D> = {
|
|
1023
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
1024
|
-
default: D[K];
|
|
1025
|
-
}> : P[K];
|
|
1026
|
-
};
|
|
1027
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
1028
|
-
type __VLS_TypePropsToOption<T> = {
|
|
1029
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
1030
|
-
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
1031
|
-
} : {
|
|
1032
|
-
type: PropType<T[K]>;
|
|
1033
|
-
required: true;
|
|
1034
|
-
};
|
|
1035
|
-
};
|
|
1036
541
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
1037
542
|
new (): {
|
|
1038
543
|
$slots: S;
|
|
1039
544
|
};
|
|
1040
545
|
};
|
|
1041
|
-
type __VLS_PrettifyLocal<T> = {
|
|
1042
|
-
[K in keyof T]: T[K];
|
|
1043
|
-
} & {};
|