@aplus-frontend/ui 0.2.29 → 0.3.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/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 +27 -27
- 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-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/help-message/index.vue.d.ts +4 -15
- package/es/src/ap-download/ap-download.vue.d.ts +8 -31
- package/es/src/ap-field/checkbox/index.vue.d.ts +5 -32
- package/es/src/ap-field/date/index.vue.d.ts +7 -65
- package/es/src/ap-field/date-range/index.vue.d.ts +7 -67
- 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/radio/index.vue.d.ts +6 -33
- package/es/src/ap-field/rate/index.vue.d.ts +12 -75
- package/es/src/ap-field/segmented/index.vue.d.ts +7 -33
- package/es/src/ap-field/select/index.vue.d.ts +12 -234
- package/es/src/ap-field/slider/index.vue.d.ts +12 -144
- package/es/src/ap-field/switch/index.vue.d.ts +7 -37
- 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-form/ap-form.vue.d.ts +21 -274
- 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/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/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/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-aplus/ap-info-layout.vue.d.ts +7 -29
- package/es/src/ap-list/index.vue.d.ts +4 -6
- package/es/src/ap-scroll-bar/ap-scroll-bar.vue.d.ts +3 -24
- 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/components/index/index.vue.d.ts +3 -24
- 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/select-group/index.vue.d.ts +2 -11
- package/es/src/ap-table/components/setting/sortable/index.vue.d.ts +2 -11
- package/es/src/ap-table/components/setting/sortable/item.vue.d.ts +6 -15
- package/es/src/ap-table/components/setting/sorter/index.vue.d.ts +5 -14
- 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/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-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 +9 -8
- package/es/src/ap-upload/components/MultipleFile.vue.d.ts +2 -2
- package/es/src/ap-upload/components/Picture.vue.d.ts +6 -10
- package/es/src/ap-upload/components/SingleFile.vue.d.ts +2 -2
- package/es/src/business/ap-appendix/ap-appendix.vue.d.ts +6 -29
- 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/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/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/index.d.ts +7 -146
- package/es/src/business/ap-group-search/ap-group-search.vue.d.ts +7 -29
- package/es/src/business/ap-group-search/extension-select/index.vue.d.ts +9 -356
- 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-image/ApImage.vue.d.ts +5 -25
- 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/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-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 +8 -31
- 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/batch-input-group/index.vue.d.ts +5 -38
- package/es/src/business/batch-input-group/popover-input/index.vue.d.ts +4 -13
- 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/index.vue.d.ts +4 -8
- 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/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-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/help-message/index.vue.d.ts +4 -15
- package/lib/src/ap-download/ap-download.vue.d.ts +8 -31
- package/lib/src/ap-field/checkbox/index.vue.d.ts +5 -32
- package/lib/src/ap-field/date/index.vue.d.ts +7 -65
- package/lib/src/ap-field/date-range/index.vue.d.ts +7 -67
- 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/radio/index.vue.d.ts +6 -33
- package/lib/src/ap-field/rate/index.vue.d.ts +12 -75
- package/lib/src/ap-field/segmented/index.vue.d.ts +7 -33
- package/lib/src/ap-field/select/index.vue.d.ts +12 -234
- package/lib/src/ap-field/slider/index.vue.d.ts +12 -144
- package/lib/src/ap-field/switch/index.vue.d.ts +7 -37
- 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-form/ap-form.vue.d.ts +21 -274
- 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/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/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/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-aplus/ap-info-layout.vue.d.ts +7 -29
- package/lib/src/ap-list/index.vue.d.ts +4 -6
- package/lib/src/ap-scroll-bar/ap-scroll-bar.vue.d.ts +3 -24
- 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/components/index/index.vue.d.ts +3 -24
- 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/select-group/index.vue.d.ts +2 -11
- package/lib/src/ap-table/components/setting/sortable/index.vue.d.ts +2 -11
- package/lib/src/ap-table/components/setting/sortable/item.vue.d.ts +6 -15
- package/lib/src/ap-table/components/setting/sorter/index.vue.d.ts +5 -14
- 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/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-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 +9 -8
- package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +2 -2
- package/lib/src/ap-upload/components/Picture.vue.d.ts +6 -10
- package/lib/src/ap-upload/components/SingleFile.vue.d.ts +2 -2
- package/lib/src/business/ap-appendix/ap-appendix.vue.d.ts +6 -29
- 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/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/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/index.d.ts +7 -146
- package/lib/src/business/ap-group-search/ap-group-search.vue.d.ts +7 -29
- package/lib/src/business/ap-group-search/extension-select/index.vue.d.ts +9 -356
- 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-image/ApImage.vue.d.ts +5 -25
- 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/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-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 +8 -31
- 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/batch-input-group/index.vue.d.ts +5 -38
- package/lib/src/business/batch-input-group/popover-input/index.vue.d.ts +4 -13
- 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/index.vue.d.ts +4 -8
- 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/package.json +8 -8
|
@@ -1,924 +1,317 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, CSSProperties, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, Plugin } from 'vue';
|
|
2
2
|
import { ButtonType, ButtonShape, ButtonSize } from '@aplus-frontend/antdv/es/button';
|
|
3
3
|
import { ButtonHTMLType } from '@aplus-frontend/antdv/es/button/buttonTypes';
|
|
4
4
|
import { VueTypeValidableDef } from '../../../node_modules/vue-types';
|
|
5
5
|
import { MouseEventHandler, FocusEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
|
|
6
|
-
import { ButtonProps, ItemType, MenuTheme, MenuMode } from '@aplus-frontend/antdv';
|
|
7
6
|
import { DropdownArrowOptions, Trigger, Align } from '@aplus-frontend/antdv/es/dropdown/props';
|
|
7
|
+
import { ItemType, MenuTheme, MenuMode, ButtonProps } from '@aplus-frontend/antdv';
|
|
8
8
|
import { Key } from '@aplus-frontend/antdv/es/_util/type';
|
|
9
9
|
import { CSSMotionProps } from '@aplus-frontend/antdv/es/_util/transition';
|
|
10
10
|
import { BuiltinPlacements, TriggerSubMenuAction, SelectEventHandler, MenuClickEventHandler } from '@aplus-frontend/antdv/es/menu/src/interface';
|
|
11
11
|
import { ApBatchActionGroupMenuProps } from './interface';
|
|
12
12
|
export * from './interface';
|
|
13
13
|
declare const ApBatchActionGroup: {
|
|
14
|
-
new (...args: any[]):
|
|
15
|
-
selectedRows
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
14
|
+
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
15
|
+
selectedRows?: any[] | undefined;
|
|
16
|
+
buttonProps?: ({
|
|
17
|
+
dropdownType?: "default" | undefined;
|
|
18
|
+
} & Omit<Partial< ExtractPropTypes<{
|
|
19
|
+
prefixCls: StringConstructor;
|
|
20
|
+
type: PropType<ButtonType>;
|
|
21
|
+
htmlType: {
|
|
22
|
+
type: PropType<ButtonHTMLType>;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
shape: {
|
|
26
|
+
type: PropType<ButtonShape>;
|
|
27
|
+
};
|
|
28
|
+
size: {
|
|
29
|
+
type: PropType<ButtonSize>;
|
|
30
|
+
};
|
|
31
|
+
loading: {
|
|
32
|
+
type: PropType<boolean | {
|
|
33
|
+
delay?: number;
|
|
34
|
+
}>;
|
|
35
|
+
default: () => boolean | {
|
|
36
|
+
delay?: number;
|
|
30
37
|
};
|
|
31
|
-
|
|
32
|
-
|
|
38
|
+
};
|
|
39
|
+
disabled: {
|
|
40
|
+
type: BooleanConstructor;
|
|
41
|
+
default: any;
|
|
42
|
+
};
|
|
43
|
+
ghost: {
|
|
44
|
+
type: BooleanConstructor;
|
|
45
|
+
default: any;
|
|
46
|
+
};
|
|
47
|
+
block: {
|
|
48
|
+
type: BooleanConstructor;
|
|
49
|
+
default: any;
|
|
50
|
+
};
|
|
51
|
+
danger: {
|
|
52
|
+
type: BooleanConstructor;
|
|
53
|
+
default: any;
|
|
54
|
+
};
|
|
55
|
+
icon: VueTypeValidableDef<any>;
|
|
56
|
+
href: StringConstructor;
|
|
57
|
+
target: StringConstructor;
|
|
58
|
+
title: StringConstructor;
|
|
59
|
+
onClick: {
|
|
60
|
+
type: PropType< MouseEventHandler | MouseEventHandler[]>;
|
|
61
|
+
};
|
|
62
|
+
onMousedown: {
|
|
63
|
+
type: PropType< MouseEventHandler | MouseEventHandler[]>;
|
|
64
|
+
};
|
|
65
|
+
}>>, "type" | "onClick"> & {
|
|
66
|
+
type?: ( ButtonType | undefined) | "borderLink";
|
|
67
|
+
borderLinkColor?: string;
|
|
68
|
+
minWidth?: boolean | number | string;
|
|
69
|
+
lazy?: boolean | number;
|
|
70
|
+
onClick?: () => any | Promise<any>;
|
|
71
|
+
} & {
|
|
72
|
+
content?: string;
|
|
73
|
+
}) | ({
|
|
74
|
+
dropdownType?: "dropdown" | undefined;
|
|
75
|
+
} & Omit<Partial< ExtractPropTypes<{
|
|
76
|
+
type: PropType<ButtonType>;
|
|
77
|
+
size: PropType<"small" | "large">;
|
|
78
|
+
htmlType: {
|
|
79
|
+
type: PropType<ButtonHTMLType>;
|
|
80
|
+
default: string;
|
|
81
|
+
};
|
|
82
|
+
href: StringConstructor;
|
|
83
|
+
disabled: {
|
|
84
|
+
type: BooleanConstructor;
|
|
85
|
+
default: boolean;
|
|
86
|
+
};
|
|
87
|
+
prefixCls: StringConstructor;
|
|
88
|
+
icon: VueTypeValidableDef<any>;
|
|
89
|
+
title: StringConstructor;
|
|
90
|
+
loading: {
|
|
91
|
+
type: PropType<boolean | {
|
|
92
|
+
delay?: number;
|
|
93
|
+
}>;
|
|
94
|
+
default: () => boolean | {
|
|
95
|
+
delay?: number;
|
|
33
96
|
};
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
97
|
+
};
|
|
98
|
+
onClick: {
|
|
99
|
+
type: PropType< MouseEventHandler | MouseEventHandler[]>;
|
|
100
|
+
};
|
|
101
|
+
arrow: {
|
|
102
|
+
type: PropType<boolean | DropdownArrowOptions>;
|
|
103
|
+
default: boolean | DropdownArrowOptions;
|
|
104
|
+
};
|
|
105
|
+
trigger: {
|
|
106
|
+
type: PropType< Trigger | Trigger[]>;
|
|
107
|
+
};
|
|
108
|
+
menu: {
|
|
109
|
+
type: PropType<Partial< ExtractPropTypes<{
|
|
110
|
+
id: StringConstructor;
|
|
111
|
+
prefixCls: StringConstructor;
|
|
112
|
+
items: PropType< ItemType[]>;
|
|
113
|
+
disabled: BooleanConstructor;
|
|
114
|
+
inlineCollapsed: BooleanConstructor;
|
|
115
|
+
disabledOverflow: BooleanConstructor;
|
|
116
|
+
forceSubMenuRender: BooleanConstructor;
|
|
117
|
+
openKeys: PropType< Key[]>;
|
|
118
|
+
selectedKeys: PropType< Key[]>;
|
|
119
|
+
activeKey: StringConstructor;
|
|
120
|
+
selectable: {
|
|
121
|
+
type: BooleanConstructor;
|
|
122
|
+
default: boolean;
|
|
40
123
|
};
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
default: any;
|
|
45
|
-
};
|
|
46
|
-
ghost: {
|
|
47
|
-
type: BooleanConstructor;
|
|
48
|
-
default: any;
|
|
49
|
-
};
|
|
50
|
-
block: {
|
|
51
|
-
type: BooleanConstructor;
|
|
52
|
-
default: any;
|
|
53
|
-
};
|
|
54
|
-
danger: {
|
|
55
|
-
type: BooleanConstructor;
|
|
56
|
-
default: any;
|
|
57
|
-
};
|
|
58
|
-
icon: VueTypeValidableDef<any>;
|
|
59
|
-
href: StringConstructor;
|
|
60
|
-
target: StringConstructor;
|
|
61
|
-
title: StringConstructor;
|
|
62
|
-
onClick: {
|
|
63
|
-
type: PropType< MouseEventHandler | MouseEventHandler[]>;
|
|
64
|
-
};
|
|
65
|
-
onMousedown: {
|
|
66
|
-
type: PropType< MouseEventHandler | MouseEventHandler[]>;
|
|
67
|
-
};
|
|
68
|
-
}>>, "type" | "onClick"> & {
|
|
69
|
-
type?: ButtonProps["type"] | "borderLink";
|
|
70
|
-
borderLinkColor?: string;
|
|
71
|
-
minWidth?: boolean | number | string;
|
|
72
|
-
lazy?: boolean | number;
|
|
73
|
-
onClick?: () => any | Promise<any>;
|
|
74
|
-
} & {
|
|
75
|
-
content?: string;
|
|
76
|
-
}) | ({
|
|
77
|
-
dropdownType?: "dropdown" | undefined;
|
|
78
|
-
} & Omit<Partial< ExtractPropTypes<{
|
|
79
|
-
type: PropType<ButtonType>;
|
|
80
|
-
size: PropType<"small" | "large">;
|
|
81
|
-
htmlType: {
|
|
82
|
-
type: PropType<ButtonHTMLType>;
|
|
83
|
-
default: string;
|
|
84
|
-
};
|
|
85
|
-
href: StringConstructor;
|
|
86
|
-
disabled: {
|
|
87
|
-
type: BooleanConstructor;
|
|
88
|
-
default: boolean;
|
|
89
|
-
};
|
|
90
|
-
prefixCls: StringConstructor;
|
|
91
|
-
icon: VueTypeValidableDef<any>;
|
|
92
|
-
title: StringConstructor;
|
|
93
|
-
loading: {
|
|
94
|
-
type: PropType<boolean | {
|
|
95
|
-
delay?: number;
|
|
96
|
-
}>;
|
|
97
|
-
default: () => boolean | {
|
|
98
|
-
delay?: number;
|
|
124
|
+
multiple: {
|
|
125
|
+
type: BooleanConstructor;
|
|
126
|
+
default: boolean;
|
|
99
127
|
};
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
type: PropType< MouseEventHandler | MouseEventHandler[]>;
|
|
103
|
-
};
|
|
104
|
-
arrow: {
|
|
105
|
-
type: PropType<boolean | DropdownArrowOptions>;
|
|
106
|
-
default: boolean | DropdownArrowOptions;
|
|
107
|
-
};
|
|
108
|
-
trigger: {
|
|
109
|
-
type: PropType< Trigger | Trigger[]>;
|
|
110
|
-
};
|
|
111
|
-
menu: {
|
|
112
|
-
type: PropType<Partial< ExtractPropTypes<{
|
|
113
|
-
id: StringConstructor;
|
|
114
|
-
prefixCls: StringConstructor;
|
|
115
|
-
items: PropType< ItemType[]>;
|
|
116
|
-
disabled: BooleanConstructor;
|
|
117
|
-
inlineCollapsed: BooleanConstructor;
|
|
118
|
-
disabledOverflow: BooleanConstructor;
|
|
119
|
-
forceSubMenuRender: BooleanConstructor;
|
|
120
|
-
openKeys: PropType< Key[]>;
|
|
121
|
-
selectedKeys: PropType< Key[]>;
|
|
122
|
-
activeKey: StringConstructor;
|
|
123
|
-
selectable: {
|
|
124
|
-
type: BooleanConstructor;
|
|
125
|
-
default: boolean;
|
|
126
|
-
};
|
|
127
|
-
multiple: {
|
|
128
|
-
type: BooleanConstructor;
|
|
129
|
-
default: boolean;
|
|
130
|
-
};
|
|
131
|
-
tabindex: {
|
|
132
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
133
|
-
};
|
|
134
|
-
motion: PropType<CSSMotionProps>;
|
|
135
|
-
role: StringConstructor;
|
|
136
|
-
theme: {
|
|
137
|
-
type: PropType<MenuTheme>;
|
|
138
|
-
default: string;
|
|
139
|
-
};
|
|
140
|
-
mode: {
|
|
141
|
-
type: PropType<MenuMode>;
|
|
142
|
-
default: string;
|
|
143
|
-
};
|
|
144
|
-
inlineIndent: {
|
|
145
|
-
type: NumberConstructor;
|
|
146
|
-
default: number;
|
|
147
|
-
};
|
|
148
|
-
subMenuOpenDelay: {
|
|
149
|
-
type: NumberConstructor;
|
|
150
|
-
default: number;
|
|
151
|
-
};
|
|
152
|
-
subMenuCloseDelay: {
|
|
153
|
-
type: NumberConstructor;
|
|
154
|
-
default: number;
|
|
155
|
-
};
|
|
156
|
-
builtinPlacements: {
|
|
157
|
-
type: PropType<BuiltinPlacements>;
|
|
158
|
-
};
|
|
159
|
-
triggerSubMenuAction: {
|
|
160
|
-
type: PropType<TriggerSubMenuAction>;
|
|
161
|
-
default: string;
|
|
162
|
-
};
|
|
163
|
-
getPopupContainer: PropType<(node: HTMLElement) => HTMLElement>;
|
|
164
|
-
expandIcon: PropType<(p?: {
|
|
165
|
-
[key: string]: any;
|
|
166
|
-
isOpen: boolean;
|
|
167
|
-
}) => any>;
|
|
168
|
-
onOpenChange: PropType<(keys: Key[]) => void>;
|
|
169
|
-
onSelect: PropType<SelectEventHandler>;
|
|
170
|
-
onDeselect: PropType<SelectEventHandler>;
|
|
171
|
-
onClick: PropType<MenuClickEventHandler>;
|
|
172
|
-
onFocus: PropType<FocusEventHandler>;
|
|
173
|
-
onBlur: PropType<FocusEventHandler>;
|
|
174
|
-
onMousedown: PropType<MouseEventHandler>;
|
|
175
|
-
"onUpdate:openKeys": PropType<(keys: Key[]) => void>;
|
|
176
|
-
"onUpdate:selectedKeys": PropType<(keys: Key[]) => void>;
|
|
177
|
-
"onUpdate:activeKey": PropType<(key: Key) => void>;
|
|
178
|
-
}>>>;
|
|
179
|
-
default: Partial< ExtractPropTypes<{
|
|
180
|
-
id: StringConstructor;
|
|
181
|
-
prefixCls: StringConstructor;
|
|
182
|
-
items: PropType< ItemType[]>;
|
|
183
|
-
disabled: BooleanConstructor;
|
|
184
|
-
inlineCollapsed: BooleanConstructor;
|
|
185
|
-
disabledOverflow: BooleanConstructor;
|
|
186
|
-
forceSubMenuRender: BooleanConstructor;
|
|
187
|
-
openKeys: PropType< Key[]>;
|
|
188
|
-
selectedKeys: PropType< Key[]>;
|
|
189
|
-
activeKey: StringConstructor;
|
|
190
|
-
selectable: {
|
|
191
|
-
type: BooleanConstructor;
|
|
192
|
-
default: boolean;
|
|
193
|
-
};
|
|
194
|
-
multiple: {
|
|
195
|
-
type: BooleanConstructor;
|
|
196
|
-
default: boolean;
|
|
197
|
-
};
|
|
198
|
-
tabindex: {
|
|
199
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
200
|
-
};
|
|
201
|
-
motion: PropType<CSSMotionProps>;
|
|
202
|
-
role: StringConstructor;
|
|
203
|
-
theme: {
|
|
204
|
-
type: PropType<MenuTheme>;
|
|
205
|
-
default: string;
|
|
206
|
-
};
|
|
207
|
-
mode: {
|
|
208
|
-
type: PropType<MenuMode>;
|
|
209
|
-
default: string;
|
|
210
|
-
};
|
|
211
|
-
inlineIndent: {
|
|
212
|
-
type: NumberConstructor;
|
|
213
|
-
default: number;
|
|
214
|
-
};
|
|
215
|
-
subMenuOpenDelay: {
|
|
216
|
-
type: NumberConstructor;
|
|
217
|
-
default: number;
|
|
218
|
-
};
|
|
219
|
-
subMenuCloseDelay: {
|
|
220
|
-
type: NumberConstructor;
|
|
221
|
-
default: number;
|
|
222
|
-
};
|
|
223
|
-
builtinPlacements: {
|
|
224
|
-
type: PropType<BuiltinPlacements>;
|
|
225
|
-
};
|
|
226
|
-
triggerSubMenuAction: {
|
|
227
|
-
type: PropType<TriggerSubMenuAction>;
|
|
228
|
-
default: string;
|
|
229
|
-
};
|
|
230
|
-
getPopupContainer: PropType<(node: HTMLElement) => HTMLElement>;
|
|
231
|
-
expandIcon: PropType<(p?: {
|
|
232
|
-
[key: string]: any;
|
|
233
|
-
isOpen: boolean;
|
|
234
|
-
}) => any>;
|
|
235
|
-
onOpenChange: PropType<(keys: Key[]) => void>;
|
|
236
|
-
onSelect: PropType<SelectEventHandler>;
|
|
237
|
-
onDeselect: PropType<SelectEventHandler>;
|
|
238
|
-
onClick: PropType<MenuClickEventHandler>;
|
|
239
|
-
onFocus: PropType<FocusEventHandler>;
|
|
240
|
-
onBlur: PropType<FocusEventHandler>;
|
|
241
|
-
onMousedown: PropType<MouseEventHandler>;
|
|
242
|
-
"onUpdate:openKeys": PropType<(keys: Key[]) => void>;
|
|
243
|
-
"onUpdate:selectedKeys": PropType<(keys: Key[]) => void>;
|
|
244
|
-
"onUpdate:activeKey": PropType<(key: Key) => void>;
|
|
245
|
-
}>>;
|
|
246
|
-
};
|
|
247
|
-
overlay: VueTypeValidableDef<any>;
|
|
248
|
-
visible: {
|
|
249
|
-
type: BooleanConstructor;
|
|
250
|
-
default: boolean;
|
|
251
|
-
};
|
|
252
|
-
open: {
|
|
253
|
-
type: BooleanConstructor;
|
|
254
|
-
default: boolean;
|
|
255
|
-
};
|
|
256
|
-
danger: {
|
|
257
|
-
type: BooleanConstructor;
|
|
258
|
-
default: boolean;
|
|
259
|
-
};
|
|
260
|
-
autofocus: {
|
|
261
|
-
type: BooleanConstructor;
|
|
262
|
-
default: boolean;
|
|
263
|
-
};
|
|
264
|
-
align: {
|
|
265
|
-
type: PropType<Align>;
|
|
266
|
-
default: Align;
|
|
267
|
-
};
|
|
268
|
-
getPopupContainer: PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
269
|
-
transitionName: StringConstructor;
|
|
270
|
-
placement: PropType<"top" | "bottom" | "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | "topCenter" | "bottomCenter">;
|
|
271
|
-
overlayClassName: StringConstructor;
|
|
272
|
-
overlayStyle: {
|
|
273
|
-
type: PropType<CSSProperties>;
|
|
274
|
-
default: CSSProperties;
|
|
275
|
-
};
|
|
276
|
-
forceRender: {
|
|
277
|
-
type: BooleanConstructor;
|
|
278
|
-
default: boolean;
|
|
279
|
-
};
|
|
280
|
-
mouseEnterDelay: NumberConstructor;
|
|
281
|
-
mouseLeaveDelay: NumberConstructor;
|
|
282
|
-
openClassName: StringConstructor;
|
|
283
|
-
minOverlayWidthMatchTrigger: {
|
|
284
|
-
type: BooleanConstructor;
|
|
285
|
-
default: boolean;
|
|
286
|
-
};
|
|
287
|
-
destroyPopupOnHide: {
|
|
288
|
-
type: BooleanConstructor;
|
|
289
|
-
default: boolean;
|
|
290
|
-
};
|
|
291
|
-
onVisibleChange: {
|
|
292
|
-
type: PropType<(val: boolean) => void>;
|
|
293
|
-
};
|
|
294
|
-
'onUpdate:visible': {
|
|
295
|
-
type: PropType<(val: boolean) => void>;
|
|
296
|
-
};
|
|
297
|
-
onOpenChange: {
|
|
298
|
-
type: PropType<(val: boolean) => void>;
|
|
299
|
-
};
|
|
300
|
-
'onUpdate:open': {
|
|
301
|
-
type: PropType<(val: boolean) => void>;
|
|
302
|
-
};
|
|
303
|
-
}>>, "type"> & {
|
|
304
|
-
type?: ButtonType | "borderLink" | undefined;
|
|
305
|
-
content?: string;
|
|
306
|
-
})>;
|
|
307
|
-
};
|
|
308
|
-
menuList: {
|
|
309
|
-
type: PropType< ApBatchActionGroupMenuProps<any>[]>;
|
|
310
|
-
};
|
|
311
|
-
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
312
|
-
selectedRows: {
|
|
313
|
-
type: PropType<any[]>;
|
|
314
|
-
};
|
|
315
|
-
buttonProps: {
|
|
316
|
-
type: PropType<({
|
|
317
|
-
dropdownType?: "default" | undefined;
|
|
318
|
-
} & Omit<Partial< ExtractPropTypes<{
|
|
319
|
-
prefixCls: StringConstructor;
|
|
320
|
-
type: PropType<ButtonType>;
|
|
321
|
-
htmlType: {
|
|
322
|
-
type: PropType<ButtonHTMLType>;
|
|
323
|
-
default: string;
|
|
324
|
-
};
|
|
325
|
-
shape: {
|
|
326
|
-
type: PropType<ButtonShape>;
|
|
327
|
-
};
|
|
328
|
-
size: {
|
|
329
|
-
type: PropType<ButtonSize>;
|
|
330
|
-
};
|
|
331
|
-
loading: {
|
|
332
|
-
type: PropType<boolean | {
|
|
333
|
-
delay?: number;
|
|
334
|
-
}>;
|
|
335
|
-
default: () => boolean | {
|
|
336
|
-
delay?: number;
|
|
128
|
+
tabindex: {
|
|
129
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
337
130
|
};
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
131
|
+
motion: PropType<CSSMotionProps>;
|
|
132
|
+
role: StringConstructor;
|
|
133
|
+
theme: {
|
|
134
|
+
type: PropType<MenuTheme>;
|
|
135
|
+
default: string;
|
|
136
|
+
};
|
|
137
|
+
mode: {
|
|
138
|
+
type: PropType<MenuMode>;
|
|
139
|
+
default: string;
|
|
140
|
+
};
|
|
141
|
+
inlineIndent: {
|
|
142
|
+
type: NumberConstructor;
|
|
143
|
+
default: number;
|
|
144
|
+
};
|
|
145
|
+
subMenuOpenDelay: {
|
|
146
|
+
type: NumberConstructor;
|
|
147
|
+
default: number;
|
|
148
|
+
};
|
|
149
|
+
subMenuCloseDelay: {
|
|
150
|
+
type: NumberConstructor;
|
|
151
|
+
default: number;
|
|
152
|
+
};
|
|
153
|
+
builtinPlacements: {
|
|
154
|
+
type: PropType<BuiltinPlacements>;
|
|
155
|
+
};
|
|
156
|
+
triggerSubMenuAction: {
|
|
157
|
+
type: PropType<TriggerSubMenuAction>;
|
|
158
|
+
default: string;
|
|
159
|
+
};
|
|
160
|
+
getPopupContainer: PropType<(node: HTMLElement) => HTMLElement>;
|
|
161
|
+
expandIcon: PropType<(p?: {
|
|
162
|
+
[key: string]: any;
|
|
163
|
+
isOpen: boolean;
|
|
164
|
+
}) => any>;
|
|
165
|
+
onOpenChange: PropType<(keys: Key[]) => void>;
|
|
166
|
+
onSelect: PropType<SelectEventHandler>;
|
|
167
|
+
onDeselect: PropType<SelectEventHandler>;
|
|
168
|
+
onClick: PropType<MenuClickEventHandler>;
|
|
169
|
+
onFocus: PropType<FocusEventHandler>;
|
|
170
|
+
onBlur: PropType<FocusEventHandler>;
|
|
171
|
+
onMousedown: PropType<MouseEventHandler>;
|
|
172
|
+
"onUpdate:openKeys": PropType<(keys: Key[]) => void>;
|
|
173
|
+
"onUpdate:selectedKeys": PropType<(keys: Key[]) => void>;
|
|
174
|
+
"onUpdate:activeKey": PropType<(key: Key) => void>;
|
|
175
|
+
}>>>;
|
|
176
|
+
default: Partial< ExtractPropTypes<{
|
|
177
|
+
id: StringConstructor;
|
|
178
|
+
prefixCls: StringConstructor;
|
|
179
|
+
items: PropType< ItemType[]>;
|
|
180
|
+
disabled: BooleanConstructor;
|
|
181
|
+
inlineCollapsed: BooleanConstructor;
|
|
182
|
+
disabledOverflow: BooleanConstructor;
|
|
183
|
+
forceSubMenuRender: BooleanConstructor;
|
|
184
|
+
openKeys: PropType< Key[]>;
|
|
185
|
+
selectedKeys: PropType< Key[]>;
|
|
186
|
+
activeKey: StringConstructor;
|
|
187
|
+
selectable: {
|
|
188
|
+
type: BooleanConstructor;
|
|
189
|
+
default: boolean;
|
|
190
|
+
};
|
|
191
|
+
multiple: {
|
|
192
|
+
type: BooleanConstructor;
|
|
193
|
+
default: boolean;
|
|
194
|
+
};
|
|
195
|
+
tabindex: {
|
|
196
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
197
|
+
};
|
|
198
|
+
motion: PropType<CSSMotionProps>;
|
|
199
|
+
role: StringConstructor;
|
|
200
|
+
theme: {
|
|
201
|
+
type: PropType<MenuTheme>;
|
|
202
|
+
default: string;
|
|
203
|
+
};
|
|
204
|
+
mode: {
|
|
205
|
+
type: PropType<MenuMode>;
|
|
206
|
+
default: string;
|
|
207
|
+
};
|
|
208
|
+
inlineIndent: {
|
|
209
|
+
type: NumberConstructor;
|
|
210
|
+
default: number;
|
|
211
|
+
};
|
|
212
|
+
subMenuOpenDelay: {
|
|
213
|
+
type: NumberConstructor;
|
|
214
|
+
default: number;
|
|
215
|
+
};
|
|
216
|
+
subMenuCloseDelay: {
|
|
217
|
+
type: NumberConstructor;
|
|
218
|
+
default: number;
|
|
396
219
|
};
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
forceSubMenuRender: BooleanConstructor;
|
|
484
|
-
openKeys: PropType< Key[]>;
|
|
485
|
-
selectedKeys: PropType< Key[]>;
|
|
486
|
-
activeKey: StringConstructor;
|
|
487
|
-
selectable: {
|
|
488
|
-
type: BooleanConstructor;
|
|
489
|
-
default: boolean;
|
|
490
|
-
};
|
|
491
|
-
multiple: {
|
|
492
|
-
type: BooleanConstructor;
|
|
493
|
-
default: boolean;
|
|
494
|
-
};
|
|
495
|
-
tabindex: {
|
|
496
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
497
|
-
};
|
|
498
|
-
motion: PropType<CSSMotionProps>;
|
|
499
|
-
role: StringConstructor;
|
|
500
|
-
theme: {
|
|
501
|
-
type: PropType<MenuTheme>;
|
|
502
|
-
default: string;
|
|
503
|
-
};
|
|
504
|
-
mode: {
|
|
505
|
-
type: PropType<MenuMode>;
|
|
506
|
-
default: string;
|
|
507
|
-
};
|
|
508
|
-
inlineIndent: {
|
|
509
|
-
type: NumberConstructor;
|
|
510
|
-
default: number;
|
|
511
|
-
};
|
|
512
|
-
subMenuOpenDelay: {
|
|
513
|
-
type: NumberConstructor;
|
|
514
|
-
default: number;
|
|
515
|
-
};
|
|
516
|
-
subMenuCloseDelay: {
|
|
517
|
-
type: NumberConstructor;
|
|
518
|
-
default: number;
|
|
519
|
-
};
|
|
520
|
-
builtinPlacements: {
|
|
521
|
-
type: PropType<BuiltinPlacements>;
|
|
522
|
-
};
|
|
523
|
-
triggerSubMenuAction: {
|
|
524
|
-
type: PropType<TriggerSubMenuAction>;
|
|
525
|
-
default: string;
|
|
526
|
-
};
|
|
527
|
-
getPopupContainer: PropType<(node: HTMLElement) => HTMLElement>;
|
|
528
|
-
expandIcon: PropType<(p?: {
|
|
529
|
-
[key: string]: any;
|
|
530
|
-
isOpen: boolean;
|
|
531
|
-
}) => any>;
|
|
532
|
-
onOpenChange: PropType<(keys: Key[]) => void>;
|
|
533
|
-
onSelect: PropType<SelectEventHandler>;
|
|
534
|
-
onDeselect: PropType<SelectEventHandler>;
|
|
535
|
-
onClick: PropType<MenuClickEventHandler>;
|
|
536
|
-
onFocus: PropType<FocusEventHandler>;
|
|
537
|
-
onBlur: PropType<FocusEventHandler>;
|
|
538
|
-
onMousedown: PropType<MouseEventHandler>;
|
|
539
|
-
"onUpdate:openKeys": PropType<(keys: Key[]) => void>;
|
|
540
|
-
"onUpdate:selectedKeys": PropType<(keys: Key[]) => void>;
|
|
541
|
-
"onUpdate:activeKey": PropType<(key: Key) => void>;
|
|
542
|
-
}>>;
|
|
543
|
-
};
|
|
544
|
-
overlay: VueTypeValidableDef<any>;
|
|
545
|
-
visible: {
|
|
546
|
-
type: BooleanConstructor;
|
|
547
|
-
default: boolean;
|
|
548
|
-
};
|
|
549
|
-
open: {
|
|
550
|
-
type: BooleanConstructor;
|
|
551
|
-
default: boolean;
|
|
552
|
-
};
|
|
553
|
-
danger: {
|
|
554
|
-
type: BooleanConstructor;
|
|
555
|
-
default: boolean;
|
|
556
|
-
};
|
|
557
|
-
autofocus: {
|
|
558
|
-
type: BooleanConstructor;
|
|
559
|
-
default: boolean;
|
|
560
|
-
};
|
|
561
|
-
align: {
|
|
562
|
-
type: PropType<Align>;
|
|
563
|
-
default: Align;
|
|
564
|
-
};
|
|
565
|
-
getPopupContainer: PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
566
|
-
transitionName: StringConstructor;
|
|
567
|
-
placement: PropType<"top" | "bottom" | "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | "topCenter" | "bottomCenter">;
|
|
568
|
-
overlayClassName: StringConstructor;
|
|
569
|
-
overlayStyle: {
|
|
570
|
-
type: PropType<CSSProperties>;
|
|
571
|
-
default: CSSProperties;
|
|
572
|
-
};
|
|
573
|
-
forceRender: {
|
|
574
|
-
type: BooleanConstructor;
|
|
575
|
-
default: boolean;
|
|
576
|
-
};
|
|
577
|
-
mouseEnterDelay: NumberConstructor;
|
|
578
|
-
mouseLeaveDelay: NumberConstructor;
|
|
579
|
-
openClassName: StringConstructor;
|
|
580
|
-
minOverlayWidthMatchTrigger: {
|
|
581
|
-
type: BooleanConstructor;
|
|
582
|
-
default: boolean;
|
|
583
|
-
};
|
|
584
|
-
destroyPopupOnHide: {
|
|
585
|
-
type: BooleanConstructor;
|
|
586
|
-
default: boolean;
|
|
587
|
-
};
|
|
588
|
-
onVisibleChange: {
|
|
589
|
-
type: PropType<(val: boolean) => void>;
|
|
590
|
-
};
|
|
591
|
-
'onUpdate:visible': {
|
|
592
|
-
type: PropType<(val: boolean) => void>;
|
|
593
|
-
};
|
|
594
|
-
onOpenChange: {
|
|
595
|
-
type: PropType<(val: boolean) => void>;
|
|
596
|
-
};
|
|
597
|
-
'onUpdate:open': {
|
|
598
|
-
type: PropType<(val: boolean) => void>;
|
|
599
|
-
};
|
|
600
|
-
}>>, "type"> & {
|
|
601
|
-
type?: ButtonType | "borderLink" | undefined;
|
|
602
|
-
content?: string;
|
|
603
|
-
})>;
|
|
604
|
-
};
|
|
605
|
-
menuList: {
|
|
606
|
-
type: PropType< ApBatchActionGroupMenuProps<any>[]>;
|
|
607
|
-
};
|
|
608
|
-
}>>, {}, true, {}, {}, {
|
|
220
|
+
builtinPlacements: {
|
|
221
|
+
type: PropType<BuiltinPlacements>;
|
|
222
|
+
};
|
|
223
|
+
triggerSubMenuAction: {
|
|
224
|
+
type: PropType<TriggerSubMenuAction>;
|
|
225
|
+
default: string;
|
|
226
|
+
};
|
|
227
|
+
getPopupContainer: PropType<(node: HTMLElement) => HTMLElement>;
|
|
228
|
+
expandIcon: PropType<(p?: {
|
|
229
|
+
[key: string]: any;
|
|
230
|
+
isOpen: boolean;
|
|
231
|
+
}) => any>;
|
|
232
|
+
onOpenChange: PropType<(keys: Key[]) => void>;
|
|
233
|
+
onSelect: PropType<SelectEventHandler>;
|
|
234
|
+
onDeselect: PropType<SelectEventHandler>;
|
|
235
|
+
onClick: PropType<MenuClickEventHandler>;
|
|
236
|
+
onFocus: PropType<FocusEventHandler>;
|
|
237
|
+
onBlur: PropType<FocusEventHandler>;
|
|
238
|
+
onMousedown: PropType<MouseEventHandler>;
|
|
239
|
+
"onUpdate:openKeys": PropType<(keys: Key[]) => void>;
|
|
240
|
+
"onUpdate:selectedKeys": PropType<(keys: Key[]) => void>;
|
|
241
|
+
"onUpdate:activeKey": PropType<(key: Key) => void>;
|
|
242
|
+
}>>;
|
|
243
|
+
};
|
|
244
|
+
overlay: VueTypeValidableDef<any>;
|
|
245
|
+
visible: {
|
|
246
|
+
type: BooleanConstructor;
|
|
247
|
+
default: boolean;
|
|
248
|
+
};
|
|
249
|
+
open: {
|
|
250
|
+
type: BooleanConstructor;
|
|
251
|
+
default: boolean;
|
|
252
|
+
};
|
|
253
|
+
danger: {
|
|
254
|
+
type: BooleanConstructor;
|
|
255
|
+
default: boolean;
|
|
256
|
+
};
|
|
257
|
+
autofocus: {
|
|
258
|
+
type: BooleanConstructor;
|
|
259
|
+
default: boolean;
|
|
260
|
+
};
|
|
261
|
+
align: {
|
|
262
|
+
type: PropType<Align>;
|
|
263
|
+
default: Align;
|
|
264
|
+
};
|
|
265
|
+
getPopupContainer: PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
266
|
+
transitionName: StringConstructor;
|
|
267
|
+
placement: PropType<"top" | "bottom" | "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | "topCenter" | "bottomCenter">;
|
|
268
|
+
overlayClassName: StringConstructor;
|
|
269
|
+
overlayStyle: {
|
|
270
|
+
type: PropType<CSSProperties>;
|
|
271
|
+
default: CSSProperties;
|
|
272
|
+
};
|
|
273
|
+
forceRender: {
|
|
274
|
+
type: BooleanConstructor;
|
|
275
|
+
default: boolean;
|
|
276
|
+
};
|
|
277
|
+
mouseEnterDelay: NumberConstructor;
|
|
278
|
+
mouseLeaveDelay: NumberConstructor;
|
|
279
|
+
openClassName: StringConstructor;
|
|
280
|
+
minOverlayWidthMatchTrigger: {
|
|
281
|
+
type: BooleanConstructor;
|
|
282
|
+
default: boolean;
|
|
283
|
+
};
|
|
284
|
+
destroyPopupOnHide: {
|
|
285
|
+
type: BooleanConstructor;
|
|
286
|
+
default: boolean;
|
|
287
|
+
};
|
|
288
|
+
onVisibleChange: {
|
|
289
|
+
type: PropType<(val: boolean) => void>;
|
|
290
|
+
};
|
|
291
|
+
'onUpdate:visible': {
|
|
292
|
+
type: PropType<(val: boolean) => void>;
|
|
293
|
+
};
|
|
294
|
+
onOpenChange: {
|
|
295
|
+
type: PropType<(val: boolean) => void>;
|
|
296
|
+
};
|
|
297
|
+
'onUpdate:open': {
|
|
298
|
+
type: PropType<(val: boolean) => void>;
|
|
299
|
+
};
|
|
300
|
+
}>>, "type"> & {
|
|
301
|
+
type?: ButtonType | "borderLink" | undefined;
|
|
302
|
+
content?: string;
|
|
303
|
+
}) | undefined;
|
|
304
|
+
menuList?: ApBatchActionGroupMenuProps<any>[] | undefined;
|
|
305
|
+
}> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
609
306
|
P: {};
|
|
610
307
|
B: {};
|
|
611
308
|
D: {};
|
|
612
309
|
C: {};
|
|
613
310
|
M: {};
|
|
614
311
|
Defaults: {};
|
|
615
|
-
}, Readonly<
|
|
616
|
-
selectedRows
|
|
617
|
-
|
|
618
|
-
};
|
|
619
|
-
buttonProps: {
|
|
620
|
-
type: PropType<({
|
|
621
|
-
dropdownType?: "default" | undefined;
|
|
622
|
-
} & Omit<Partial< ExtractPropTypes<{
|
|
623
|
-
prefixCls: StringConstructor;
|
|
624
|
-
type: PropType<ButtonType>;
|
|
625
|
-
htmlType: {
|
|
626
|
-
type: PropType<ButtonHTMLType>;
|
|
627
|
-
default: string;
|
|
628
|
-
};
|
|
629
|
-
shape: {
|
|
630
|
-
type: PropType<ButtonShape>;
|
|
631
|
-
};
|
|
632
|
-
size: {
|
|
633
|
-
type: PropType<ButtonSize>;
|
|
634
|
-
};
|
|
635
|
-
loading: {
|
|
636
|
-
type: PropType<boolean | {
|
|
637
|
-
delay?: number;
|
|
638
|
-
}>;
|
|
639
|
-
default: () => boolean | {
|
|
640
|
-
delay?: number;
|
|
641
|
-
};
|
|
642
|
-
};
|
|
643
|
-
disabled: {
|
|
644
|
-
type: BooleanConstructor;
|
|
645
|
-
default: any;
|
|
646
|
-
};
|
|
647
|
-
ghost: {
|
|
648
|
-
type: BooleanConstructor;
|
|
649
|
-
default: any;
|
|
650
|
-
};
|
|
651
|
-
block: {
|
|
652
|
-
type: BooleanConstructor;
|
|
653
|
-
default: any;
|
|
654
|
-
};
|
|
655
|
-
danger: {
|
|
656
|
-
type: BooleanConstructor;
|
|
657
|
-
default: any;
|
|
658
|
-
};
|
|
659
|
-
icon: VueTypeValidableDef<any>;
|
|
660
|
-
href: StringConstructor;
|
|
661
|
-
target: StringConstructor;
|
|
662
|
-
title: StringConstructor;
|
|
663
|
-
onClick: {
|
|
664
|
-
type: PropType< MouseEventHandler | MouseEventHandler[]>;
|
|
665
|
-
};
|
|
666
|
-
onMousedown: {
|
|
667
|
-
type: PropType< MouseEventHandler | MouseEventHandler[]>;
|
|
668
|
-
};
|
|
669
|
-
}>>, "type" | "onClick"> & {
|
|
670
|
-
type?: ButtonProps["type"] | "borderLink";
|
|
671
|
-
borderLinkColor?: string;
|
|
672
|
-
minWidth?: boolean | number | string;
|
|
673
|
-
lazy?: boolean | number;
|
|
674
|
-
onClick?: () => any | Promise<any>;
|
|
675
|
-
} & {
|
|
676
|
-
content?: string;
|
|
677
|
-
}) | ({
|
|
678
|
-
dropdownType?: "dropdown" | undefined;
|
|
679
|
-
} & Omit<Partial< ExtractPropTypes<{
|
|
680
|
-
type: PropType<ButtonType>;
|
|
681
|
-
size: PropType<"small" | "large">;
|
|
682
|
-
htmlType: {
|
|
683
|
-
type: PropType<ButtonHTMLType>;
|
|
684
|
-
default: string;
|
|
685
|
-
};
|
|
686
|
-
href: StringConstructor;
|
|
687
|
-
disabled: {
|
|
688
|
-
type: BooleanConstructor;
|
|
689
|
-
default: boolean;
|
|
690
|
-
};
|
|
691
|
-
prefixCls: StringConstructor;
|
|
692
|
-
icon: VueTypeValidableDef<any>;
|
|
693
|
-
title: StringConstructor;
|
|
694
|
-
loading: {
|
|
695
|
-
type: PropType<boolean | {
|
|
696
|
-
delay?: number;
|
|
697
|
-
}>;
|
|
698
|
-
default: () => boolean | {
|
|
699
|
-
delay?: number;
|
|
700
|
-
};
|
|
701
|
-
};
|
|
702
|
-
onClick: {
|
|
703
|
-
type: PropType< MouseEventHandler | MouseEventHandler[]>;
|
|
704
|
-
};
|
|
705
|
-
arrow: {
|
|
706
|
-
type: PropType<boolean | DropdownArrowOptions>;
|
|
707
|
-
default: boolean | DropdownArrowOptions;
|
|
708
|
-
};
|
|
709
|
-
trigger: {
|
|
710
|
-
type: PropType< Trigger | Trigger[]>;
|
|
711
|
-
};
|
|
712
|
-
menu: {
|
|
713
|
-
type: PropType<Partial< ExtractPropTypes<{
|
|
714
|
-
id: StringConstructor;
|
|
715
|
-
prefixCls: StringConstructor;
|
|
716
|
-
items: PropType< ItemType[]>;
|
|
717
|
-
disabled: BooleanConstructor;
|
|
718
|
-
inlineCollapsed: BooleanConstructor;
|
|
719
|
-
disabledOverflow: BooleanConstructor;
|
|
720
|
-
forceSubMenuRender: BooleanConstructor;
|
|
721
|
-
openKeys: PropType< Key[]>;
|
|
722
|
-
selectedKeys: PropType< Key[]>;
|
|
723
|
-
activeKey: StringConstructor;
|
|
724
|
-
selectable: {
|
|
725
|
-
type: BooleanConstructor;
|
|
726
|
-
default: boolean;
|
|
727
|
-
};
|
|
728
|
-
multiple: {
|
|
729
|
-
type: BooleanConstructor;
|
|
730
|
-
default: boolean;
|
|
731
|
-
};
|
|
732
|
-
tabindex: {
|
|
733
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
734
|
-
};
|
|
735
|
-
motion: PropType<CSSMotionProps>;
|
|
736
|
-
role: StringConstructor;
|
|
737
|
-
theme: {
|
|
738
|
-
type: PropType<MenuTheme>;
|
|
739
|
-
default: string;
|
|
740
|
-
};
|
|
741
|
-
mode: {
|
|
742
|
-
type: PropType<MenuMode>;
|
|
743
|
-
default: string;
|
|
744
|
-
};
|
|
745
|
-
inlineIndent: {
|
|
746
|
-
type: NumberConstructor;
|
|
747
|
-
default: number;
|
|
748
|
-
};
|
|
749
|
-
subMenuOpenDelay: {
|
|
750
|
-
type: NumberConstructor;
|
|
751
|
-
default: number;
|
|
752
|
-
};
|
|
753
|
-
subMenuCloseDelay: {
|
|
754
|
-
type: NumberConstructor;
|
|
755
|
-
default: number;
|
|
756
|
-
};
|
|
757
|
-
builtinPlacements: {
|
|
758
|
-
type: PropType<BuiltinPlacements>;
|
|
759
|
-
};
|
|
760
|
-
triggerSubMenuAction: {
|
|
761
|
-
type: PropType<TriggerSubMenuAction>;
|
|
762
|
-
default: string;
|
|
763
|
-
};
|
|
764
|
-
getPopupContainer: PropType<(node: HTMLElement) => HTMLElement>;
|
|
765
|
-
expandIcon: PropType<(p?: {
|
|
766
|
-
[key: string]: any;
|
|
767
|
-
isOpen: boolean;
|
|
768
|
-
}) => any>;
|
|
769
|
-
onOpenChange: PropType<(keys: Key[]) => void>;
|
|
770
|
-
onSelect: PropType<SelectEventHandler>;
|
|
771
|
-
onDeselect: PropType<SelectEventHandler>;
|
|
772
|
-
onClick: PropType<MenuClickEventHandler>;
|
|
773
|
-
onFocus: PropType<FocusEventHandler>;
|
|
774
|
-
onBlur: PropType<FocusEventHandler>;
|
|
775
|
-
onMousedown: PropType<MouseEventHandler>;
|
|
776
|
-
"onUpdate:openKeys": PropType<(keys: Key[]) => void>;
|
|
777
|
-
"onUpdate:selectedKeys": PropType<(keys: Key[]) => void>;
|
|
778
|
-
"onUpdate:activeKey": PropType<(key: Key) => void>;
|
|
779
|
-
}>>>;
|
|
780
|
-
default: Partial< ExtractPropTypes<{
|
|
781
|
-
id: StringConstructor;
|
|
782
|
-
prefixCls: StringConstructor;
|
|
783
|
-
items: PropType< ItemType[]>;
|
|
784
|
-
disabled: BooleanConstructor;
|
|
785
|
-
inlineCollapsed: BooleanConstructor;
|
|
786
|
-
disabledOverflow: BooleanConstructor;
|
|
787
|
-
forceSubMenuRender: BooleanConstructor;
|
|
788
|
-
openKeys: PropType< Key[]>;
|
|
789
|
-
selectedKeys: PropType< Key[]>;
|
|
790
|
-
activeKey: StringConstructor;
|
|
791
|
-
selectable: {
|
|
792
|
-
type: BooleanConstructor;
|
|
793
|
-
default: boolean;
|
|
794
|
-
};
|
|
795
|
-
multiple: {
|
|
796
|
-
type: BooleanConstructor;
|
|
797
|
-
default: boolean;
|
|
798
|
-
};
|
|
799
|
-
tabindex: {
|
|
800
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
801
|
-
};
|
|
802
|
-
motion: PropType<CSSMotionProps>;
|
|
803
|
-
role: StringConstructor;
|
|
804
|
-
theme: {
|
|
805
|
-
type: PropType<MenuTheme>;
|
|
806
|
-
default: string;
|
|
807
|
-
};
|
|
808
|
-
mode: {
|
|
809
|
-
type: PropType<MenuMode>;
|
|
810
|
-
default: string;
|
|
811
|
-
};
|
|
812
|
-
inlineIndent: {
|
|
813
|
-
type: NumberConstructor;
|
|
814
|
-
default: number;
|
|
815
|
-
};
|
|
816
|
-
subMenuOpenDelay: {
|
|
817
|
-
type: NumberConstructor;
|
|
818
|
-
default: number;
|
|
819
|
-
};
|
|
820
|
-
subMenuCloseDelay: {
|
|
821
|
-
type: NumberConstructor;
|
|
822
|
-
default: number;
|
|
823
|
-
};
|
|
824
|
-
builtinPlacements: {
|
|
825
|
-
type: PropType<BuiltinPlacements>;
|
|
826
|
-
};
|
|
827
|
-
triggerSubMenuAction: {
|
|
828
|
-
type: PropType<TriggerSubMenuAction>;
|
|
829
|
-
default: string;
|
|
830
|
-
};
|
|
831
|
-
getPopupContainer: PropType<(node: HTMLElement) => HTMLElement>;
|
|
832
|
-
expandIcon: PropType<(p?: {
|
|
833
|
-
[key: string]: any;
|
|
834
|
-
isOpen: boolean;
|
|
835
|
-
}) => any>;
|
|
836
|
-
onOpenChange: PropType<(keys: Key[]) => void>;
|
|
837
|
-
onSelect: PropType<SelectEventHandler>;
|
|
838
|
-
onDeselect: PropType<SelectEventHandler>;
|
|
839
|
-
onClick: PropType<MenuClickEventHandler>;
|
|
840
|
-
onFocus: PropType<FocusEventHandler>;
|
|
841
|
-
onBlur: PropType<FocusEventHandler>;
|
|
842
|
-
onMousedown: PropType<MouseEventHandler>;
|
|
843
|
-
"onUpdate:openKeys": PropType<(keys: Key[]) => void>;
|
|
844
|
-
"onUpdate:selectedKeys": PropType<(keys: Key[]) => void>;
|
|
845
|
-
"onUpdate:activeKey": PropType<(key: Key) => void>;
|
|
846
|
-
}>>;
|
|
847
|
-
};
|
|
848
|
-
overlay: VueTypeValidableDef<any>;
|
|
849
|
-
visible: {
|
|
850
|
-
type: BooleanConstructor;
|
|
851
|
-
default: boolean;
|
|
852
|
-
};
|
|
853
|
-
open: {
|
|
854
|
-
type: BooleanConstructor;
|
|
855
|
-
default: boolean;
|
|
856
|
-
};
|
|
857
|
-
danger: {
|
|
858
|
-
type: BooleanConstructor;
|
|
859
|
-
default: boolean;
|
|
860
|
-
};
|
|
861
|
-
autofocus: {
|
|
862
|
-
type: BooleanConstructor;
|
|
863
|
-
default: boolean;
|
|
864
|
-
};
|
|
865
|
-
align: {
|
|
866
|
-
type: PropType<Align>;
|
|
867
|
-
default: Align;
|
|
868
|
-
};
|
|
869
|
-
getPopupContainer: PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
870
|
-
transitionName: StringConstructor;
|
|
871
|
-
placement: PropType<"top" | "bottom" | "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | "topCenter" | "bottomCenter">;
|
|
872
|
-
overlayClassName: StringConstructor;
|
|
873
|
-
overlayStyle: {
|
|
874
|
-
type: PropType<CSSProperties>;
|
|
875
|
-
default: CSSProperties;
|
|
876
|
-
};
|
|
877
|
-
forceRender: {
|
|
878
|
-
type: BooleanConstructor;
|
|
879
|
-
default: boolean;
|
|
880
|
-
};
|
|
881
|
-
mouseEnterDelay: NumberConstructor;
|
|
882
|
-
mouseLeaveDelay: NumberConstructor;
|
|
883
|
-
openClassName: StringConstructor;
|
|
884
|
-
minOverlayWidthMatchTrigger: {
|
|
885
|
-
type: BooleanConstructor;
|
|
886
|
-
default: boolean;
|
|
887
|
-
};
|
|
888
|
-
destroyPopupOnHide: {
|
|
889
|
-
type: BooleanConstructor;
|
|
890
|
-
default: boolean;
|
|
891
|
-
};
|
|
892
|
-
onVisibleChange: {
|
|
893
|
-
type: PropType<(val: boolean) => void>;
|
|
894
|
-
};
|
|
895
|
-
'onUpdate:visible': {
|
|
896
|
-
type: PropType<(val: boolean) => void>;
|
|
897
|
-
};
|
|
898
|
-
onOpenChange: {
|
|
899
|
-
type: PropType<(val: boolean) => void>;
|
|
900
|
-
};
|
|
901
|
-
'onUpdate:open': {
|
|
902
|
-
type: PropType<(val: boolean) => void>;
|
|
903
|
-
};
|
|
904
|
-
}>>, "type"> & {
|
|
905
|
-
type?: ButtonType | "borderLink" | undefined;
|
|
906
|
-
content?: string;
|
|
907
|
-
})>;
|
|
908
|
-
};
|
|
909
|
-
menuList: {
|
|
910
|
-
type: PropType< ApBatchActionGroupMenuProps<any>[]>;
|
|
911
|
-
};
|
|
912
|
-
}>>, {}, {}, {}, {}, {}>;
|
|
913
|
-
__isFragment?: never;
|
|
914
|
-
__isTeleport?: never;
|
|
915
|
-
__isSuspense?: never;
|
|
916
|
-
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
917
|
-
selectedRows: {
|
|
918
|
-
type: PropType<any[]>;
|
|
919
|
-
};
|
|
920
|
-
buttonProps: {
|
|
921
|
-
type: PropType<({
|
|
312
|
+
}, Readonly<{
|
|
313
|
+
selectedRows?: any[] | undefined;
|
|
314
|
+
buttonProps?: ({
|
|
922
315
|
dropdownType?: "default" | undefined;
|
|
923
316
|
} & Omit<Partial< ExtractPropTypes<{
|
|
924
317
|
prefixCls: StringConstructor;
|
|
@@ -968,7 +361,7 @@ declare const ApBatchActionGroup: {
|
|
|
968
361
|
type: PropType< MouseEventHandler | MouseEventHandler[]>;
|
|
969
362
|
};
|
|
970
363
|
}>>, "type" | "onClick"> & {
|
|
971
|
-
type?:
|
|
364
|
+
type?: ( ButtonType | undefined) | "borderLink";
|
|
972
365
|
borderLinkColor?: string;
|
|
973
366
|
minWidth?: boolean | number | string;
|
|
974
367
|
lazy?: boolean | number;
|
|
@@ -1205,12 +598,304 @@ declare const ApBatchActionGroup: {
|
|
|
1205
598
|
}>>, "type"> & {
|
|
1206
599
|
type?: ButtonType | "borderLink" | undefined;
|
|
1207
600
|
content?: string;
|
|
1208
|
-
})
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
601
|
+
}) | undefined;
|
|
602
|
+
menuList?: ApBatchActionGroupMenuProps<any>[] | undefined;
|
|
603
|
+
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
604
|
+
__isFragment?: never;
|
|
605
|
+
__isTeleport?: never;
|
|
606
|
+
__isSuspense?: never;
|
|
607
|
+
} & ComponentOptionsBase<Readonly<{
|
|
608
|
+
selectedRows?: any[] | undefined;
|
|
609
|
+
buttonProps?: ({
|
|
610
|
+
dropdownType?: "default" | undefined;
|
|
611
|
+
} & Omit<Partial< ExtractPropTypes<{
|
|
612
|
+
prefixCls: StringConstructor;
|
|
613
|
+
type: PropType<ButtonType>;
|
|
614
|
+
htmlType: {
|
|
615
|
+
type: PropType<ButtonHTMLType>;
|
|
616
|
+
default: string;
|
|
617
|
+
};
|
|
618
|
+
shape: {
|
|
619
|
+
type: PropType<ButtonShape>;
|
|
620
|
+
};
|
|
621
|
+
size: {
|
|
622
|
+
type: PropType<ButtonSize>;
|
|
623
|
+
};
|
|
624
|
+
loading: {
|
|
625
|
+
type: PropType<boolean | {
|
|
626
|
+
delay?: number;
|
|
627
|
+
}>;
|
|
628
|
+
default: () => boolean | {
|
|
629
|
+
delay?: number;
|
|
630
|
+
};
|
|
631
|
+
};
|
|
632
|
+
disabled: {
|
|
633
|
+
type: BooleanConstructor;
|
|
634
|
+
default: any;
|
|
635
|
+
};
|
|
636
|
+
ghost: {
|
|
637
|
+
type: BooleanConstructor;
|
|
638
|
+
default: any;
|
|
639
|
+
};
|
|
640
|
+
block: {
|
|
641
|
+
type: BooleanConstructor;
|
|
642
|
+
default: any;
|
|
643
|
+
};
|
|
644
|
+
danger: {
|
|
645
|
+
type: BooleanConstructor;
|
|
646
|
+
default: any;
|
|
647
|
+
};
|
|
648
|
+
icon: VueTypeValidableDef<any>;
|
|
649
|
+
href: StringConstructor;
|
|
650
|
+
target: StringConstructor;
|
|
651
|
+
title: StringConstructor;
|
|
652
|
+
onClick: {
|
|
653
|
+
type: PropType< MouseEventHandler | MouseEventHandler[]>;
|
|
654
|
+
};
|
|
655
|
+
onMousedown: {
|
|
656
|
+
type: PropType< MouseEventHandler | MouseEventHandler[]>;
|
|
657
|
+
};
|
|
658
|
+
}>>, "type" | "onClick"> & {
|
|
659
|
+
type?: ButtonProps["type"] | "borderLink";
|
|
660
|
+
borderLinkColor?: string;
|
|
661
|
+
minWidth?: boolean | number | string;
|
|
662
|
+
lazy?: boolean | number;
|
|
663
|
+
onClick?: () => any | Promise<any>;
|
|
664
|
+
} & {
|
|
665
|
+
content?: string;
|
|
666
|
+
}) | ({
|
|
667
|
+
dropdownType?: "dropdown" | undefined;
|
|
668
|
+
} & Omit<Partial< ExtractPropTypes<{
|
|
669
|
+
type: PropType<ButtonType>;
|
|
670
|
+
size: PropType<"small" | "large">;
|
|
671
|
+
htmlType: {
|
|
672
|
+
type: PropType<ButtonHTMLType>;
|
|
673
|
+
default: string;
|
|
674
|
+
};
|
|
675
|
+
href: StringConstructor;
|
|
676
|
+
disabled: {
|
|
677
|
+
type: BooleanConstructor;
|
|
678
|
+
default: boolean;
|
|
679
|
+
};
|
|
680
|
+
prefixCls: StringConstructor;
|
|
681
|
+
icon: VueTypeValidableDef<any>;
|
|
682
|
+
title: StringConstructor;
|
|
683
|
+
loading: {
|
|
684
|
+
type: PropType<boolean | {
|
|
685
|
+
delay?: number;
|
|
686
|
+
}>;
|
|
687
|
+
default: () => boolean | {
|
|
688
|
+
delay?: number;
|
|
689
|
+
};
|
|
690
|
+
};
|
|
691
|
+
onClick: {
|
|
692
|
+
type: PropType< MouseEventHandler | MouseEventHandler[]>;
|
|
693
|
+
};
|
|
694
|
+
arrow: {
|
|
695
|
+
type: PropType<boolean | DropdownArrowOptions>;
|
|
696
|
+
default: boolean | DropdownArrowOptions;
|
|
697
|
+
};
|
|
698
|
+
trigger: {
|
|
699
|
+
type: PropType< Trigger | Trigger[]>;
|
|
700
|
+
};
|
|
701
|
+
menu: {
|
|
702
|
+
type: PropType<Partial< ExtractPropTypes<{
|
|
703
|
+
id: StringConstructor;
|
|
704
|
+
prefixCls: StringConstructor;
|
|
705
|
+
items: PropType< ItemType[]>;
|
|
706
|
+
disabled: BooleanConstructor;
|
|
707
|
+
inlineCollapsed: BooleanConstructor;
|
|
708
|
+
disabledOverflow: BooleanConstructor;
|
|
709
|
+
forceSubMenuRender: BooleanConstructor;
|
|
710
|
+
openKeys: PropType< Key[]>;
|
|
711
|
+
selectedKeys: PropType< Key[]>;
|
|
712
|
+
activeKey: StringConstructor;
|
|
713
|
+
selectable: {
|
|
714
|
+
type: BooleanConstructor;
|
|
715
|
+
default: boolean;
|
|
716
|
+
};
|
|
717
|
+
multiple: {
|
|
718
|
+
type: BooleanConstructor;
|
|
719
|
+
default: boolean;
|
|
720
|
+
};
|
|
721
|
+
tabindex: {
|
|
722
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
723
|
+
};
|
|
724
|
+
motion: PropType<CSSMotionProps>;
|
|
725
|
+
role: StringConstructor;
|
|
726
|
+
theme: {
|
|
727
|
+
type: PropType<MenuTheme>;
|
|
728
|
+
default: string;
|
|
729
|
+
};
|
|
730
|
+
mode: {
|
|
731
|
+
type: PropType<MenuMode>;
|
|
732
|
+
default: string;
|
|
733
|
+
};
|
|
734
|
+
inlineIndent: {
|
|
735
|
+
type: NumberConstructor;
|
|
736
|
+
default: number;
|
|
737
|
+
};
|
|
738
|
+
subMenuOpenDelay: {
|
|
739
|
+
type: NumberConstructor;
|
|
740
|
+
default: number;
|
|
741
|
+
};
|
|
742
|
+
subMenuCloseDelay: {
|
|
743
|
+
type: NumberConstructor;
|
|
744
|
+
default: number;
|
|
745
|
+
};
|
|
746
|
+
builtinPlacements: {
|
|
747
|
+
type: PropType<BuiltinPlacements>;
|
|
748
|
+
};
|
|
749
|
+
triggerSubMenuAction: {
|
|
750
|
+
type: PropType<TriggerSubMenuAction>;
|
|
751
|
+
default: string;
|
|
752
|
+
};
|
|
753
|
+
getPopupContainer: PropType<(node: HTMLElement) => HTMLElement>;
|
|
754
|
+
expandIcon: PropType<(p?: {
|
|
755
|
+
[key: string]: any;
|
|
756
|
+
isOpen: boolean;
|
|
757
|
+
}) => any>;
|
|
758
|
+
onOpenChange: PropType<(keys: Key[]) => void>;
|
|
759
|
+
onSelect: PropType<SelectEventHandler>;
|
|
760
|
+
onDeselect: PropType<SelectEventHandler>;
|
|
761
|
+
onClick: PropType<MenuClickEventHandler>;
|
|
762
|
+
onFocus: PropType<FocusEventHandler>;
|
|
763
|
+
onBlur: PropType<FocusEventHandler>;
|
|
764
|
+
onMousedown: PropType<MouseEventHandler>;
|
|
765
|
+
"onUpdate:openKeys": PropType<(keys: Key[]) => void>;
|
|
766
|
+
"onUpdate:selectedKeys": PropType<(keys: Key[]) => void>;
|
|
767
|
+
"onUpdate:activeKey": PropType<(key: Key) => void>;
|
|
768
|
+
}>>>;
|
|
769
|
+
default: Partial< ExtractPropTypes<{
|
|
770
|
+
id: StringConstructor;
|
|
771
|
+
prefixCls: StringConstructor;
|
|
772
|
+
items: PropType< ItemType[]>;
|
|
773
|
+
disabled: BooleanConstructor;
|
|
774
|
+
inlineCollapsed: BooleanConstructor;
|
|
775
|
+
disabledOverflow: BooleanConstructor;
|
|
776
|
+
forceSubMenuRender: BooleanConstructor;
|
|
777
|
+
openKeys: PropType< Key[]>;
|
|
778
|
+
selectedKeys: PropType< Key[]>;
|
|
779
|
+
activeKey: StringConstructor;
|
|
780
|
+
selectable: {
|
|
781
|
+
type: BooleanConstructor;
|
|
782
|
+
default: boolean;
|
|
783
|
+
};
|
|
784
|
+
multiple: {
|
|
785
|
+
type: BooleanConstructor;
|
|
786
|
+
default: boolean;
|
|
787
|
+
};
|
|
788
|
+
tabindex: {
|
|
789
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
790
|
+
};
|
|
791
|
+
motion: PropType<CSSMotionProps>;
|
|
792
|
+
role: StringConstructor;
|
|
793
|
+
theme: {
|
|
794
|
+
type: PropType<MenuTheme>;
|
|
795
|
+
default: string;
|
|
796
|
+
};
|
|
797
|
+
mode: {
|
|
798
|
+
type: PropType<MenuMode>;
|
|
799
|
+
default: string;
|
|
800
|
+
};
|
|
801
|
+
inlineIndent: {
|
|
802
|
+
type: NumberConstructor;
|
|
803
|
+
default: number;
|
|
804
|
+
};
|
|
805
|
+
subMenuOpenDelay: {
|
|
806
|
+
type: NumberConstructor;
|
|
807
|
+
default: number;
|
|
808
|
+
};
|
|
809
|
+
subMenuCloseDelay: {
|
|
810
|
+
type: NumberConstructor;
|
|
811
|
+
default: number;
|
|
812
|
+
};
|
|
813
|
+
builtinPlacements: {
|
|
814
|
+
type: PropType<BuiltinPlacements>;
|
|
815
|
+
};
|
|
816
|
+
triggerSubMenuAction: {
|
|
817
|
+
type: PropType<TriggerSubMenuAction>;
|
|
818
|
+
default: string;
|
|
819
|
+
};
|
|
820
|
+
getPopupContainer: PropType<(node: HTMLElement) => HTMLElement>;
|
|
821
|
+
expandIcon: PropType<(p?: {
|
|
822
|
+
[key: string]: any;
|
|
823
|
+
isOpen: boolean;
|
|
824
|
+
}) => any>;
|
|
825
|
+
onOpenChange: PropType<(keys: Key[]) => void>;
|
|
826
|
+
onSelect: PropType<SelectEventHandler>;
|
|
827
|
+
onDeselect: PropType<SelectEventHandler>;
|
|
828
|
+
onClick: PropType<MenuClickEventHandler>;
|
|
829
|
+
onFocus: PropType<FocusEventHandler>;
|
|
830
|
+
onBlur: PropType<FocusEventHandler>;
|
|
831
|
+
onMousedown: PropType<MouseEventHandler>;
|
|
832
|
+
"onUpdate:openKeys": PropType<(keys: Key[]) => void>;
|
|
833
|
+
"onUpdate:selectedKeys": PropType<(keys: Key[]) => void>;
|
|
834
|
+
"onUpdate:activeKey": PropType<(key: Key) => void>;
|
|
835
|
+
}>>;
|
|
836
|
+
};
|
|
837
|
+
overlay: VueTypeValidableDef<any>;
|
|
838
|
+
visible: {
|
|
839
|
+
type: BooleanConstructor;
|
|
840
|
+
default: boolean;
|
|
841
|
+
};
|
|
842
|
+
open: {
|
|
843
|
+
type: BooleanConstructor;
|
|
844
|
+
default: boolean;
|
|
845
|
+
};
|
|
846
|
+
danger: {
|
|
847
|
+
type: BooleanConstructor;
|
|
848
|
+
default: boolean;
|
|
849
|
+
};
|
|
850
|
+
autofocus: {
|
|
851
|
+
type: BooleanConstructor;
|
|
852
|
+
default: boolean;
|
|
853
|
+
};
|
|
854
|
+
align: {
|
|
855
|
+
type: PropType<Align>;
|
|
856
|
+
default: Align;
|
|
857
|
+
};
|
|
858
|
+
getPopupContainer: PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
859
|
+
transitionName: StringConstructor;
|
|
860
|
+
placement: PropType<"top" | "bottom" | "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | "topCenter" | "bottomCenter">;
|
|
861
|
+
overlayClassName: StringConstructor;
|
|
862
|
+
overlayStyle: {
|
|
863
|
+
type: PropType<CSSProperties>;
|
|
864
|
+
default: CSSProperties;
|
|
865
|
+
};
|
|
866
|
+
forceRender: {
|
|
867
|
+
type: BooleanConstructor;
|
|
868
|
+
default: boolean;
|
|
869
|
+
};
|
|
870
|
+
mouseEnterDelay: NumberConstructor;
|
|
871
|
+
mouseLeaveDelay: NumberConstructor;
|
|
872
|
+
openClassName: StringConstructor;
|
|
873
|
+
minOverlayWidthMatchTrigger: {
|
|
874
|
+
type: BooleanConstructor;
|
|
875
|
+
default: boolean;
|
|
876
|
+
};
|
|
877
|
+
destroyPopupOnHide: {
|
|
878
|
+
type: BooleanConstructor;
|
|
879
|
+
default: boolean;
|
|
880
|
+
};
|
|
881
|
+
onVisibleChange: {
|
|
882
|
+
type: PropType<(val: boolean) => void>;
|
|
883
|
+
};
|
|
884
|
+
'onUpdate:visible': {
|
|
885
|
+
type: PropType<(val: boolean) => void>;
|
|
886
|
+
};
|
|
887
|
+
onOpenChange: {
|
|
888
|
+
type: PropType<(val: boolean) => void>;
|
|
889
|
+
};
|
|
890
|
+
'onUpdate:open': {
|
|
891
|
+
type: PropType<(val: boolean) => void>;
|
|
892
|
+
};
|
|
893
|
+
}>>, "type"> & {
|
|
894
|
+
type?: ButtonType | "borderLink" | undefined;
|
|
895
|
+
content?: string;
|
|
896
|
+
}) | undefined;
|
|
897
|
+
menuList?: ApBatchActionGroupMenuProps<any>[] | undefined;
|
|
898
|
+
}> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
|
|
1214
899
|
$props: {
|
|
1215
900
|
onClick?: () => void;
|
|
1216
901
|
};
|