@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,5 +1,5 @@
|
|
|
1
1
|
import { ApLadderProps, ApLadderSlots, ApLadderLabelValue } from './interface';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType, CSSProperties } from 'vue';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType, CSSProperties, ComponentProvideOptions } from 'vue';
|
|
3
3
|
import { VueTypeValidableDef } from '../../../node_modules/vue-types';
|
|
4
4
|
import { TriggerType } from '@aplus-frontend/antdv/es/tooltip/abstractTooltipProps';
|
|
5
5
|
import { TooltipPlacement, AdjustOverflow } from '@aplus-frontend/antdv/es/tooltip';
|
|
@@ -7,62 +7,13 @@ import { LiteralUnion } from '@aplus-frontend/antdv/es/_util/type';
|
|
|
7
7
|
import { PresetColorType } from '@aplus-frontend/antdv/es/_util/colors';
|
|
8
8
|
import { AlignType, BuildInPlacements } from '@aplus-frontend/antdv/es/vc-trigger/interface';
|
|
9
9
|
declare function __VLS_template(): {
|
|
10
|
+
attrs: Partial<{}>;
|
|
10
11
|
slots: Readonly<ApLadderSlots> & ApLadderSlots;
|
|
11
12
|
refs: {};
|
|
12
|
-
|
|
13
|
+
rootEl: HTMLDivElement;
|
|
13
14
|
};
|
|
14
15
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
-
declare const __VLS_component: DefineComponent<
|
|
16
|
-
major: string;
|
|
17
|
-
minor: string;
|
|
18
|
-
majorColor: string;
|
|
19
|
-
minorColor: string;
|
|
20
|
-
layout: string;
|
|
21
|
-
tooltip: boolean;
|
|
22
|
-
labelValues: () => never[];
|
|
23
|
-
tooltipProps: () => {
|
|
24
|
-
title: undefined;
|
|
25
|
-
align: {};
|
|
26
|
-
arrowPointAtCenter: boolean;
|
|
27
|
-
arrow: boolean;
|
|
28
|
-
autoAdjustOverflow: boolean;
|
|
29
|
-
color: string;
|
|
30
|
-
destroyTooltipOnHide: boolean;
|
|
31
|
-
getPopupContainer: () => HTMLElement;
|
|
32
|
-
mouseEnterDelay: number;
|
|
33
|
-
mouseLeaveDelay: number;
|
|
34
|
-
overlayClassName: string;
|
|
35
|
-
overlayStyle: {};
|
|
36
|
-
overlayInnerStyle: {};
|
|
37
|
-
placement: string;
|
|
38
|
-
trigger: string;
|
|
39
|
-
};
|
|
40
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ApLadderProps>, {
|
|
41
|
-
major: string;
|
|
42
|
-
minor: string;
|
|
43
|
-
majorColor: string;
|
|
44
|
-
minorColor: string;
|
|
45
|
-
layout: string;
|
|
46
|
-
tooltip: boolean;
|
|
47
|
-
labelValues: () => never[];
|
|
48
|
-
tooltipProps: () => {
|
|
49
|
-
title: undefined;
|
|
50
|
-
align: {};
|
|
51
|
-
arrowPointAtCenter: boolean;
|
|
52
|
-
arrow: boolean;
|
|
53
|
-
autoAdjustOverflow: boolean;
|
|
54
|
-
color: string;
|
|
55
|
-
destroyTooltipOnHide: boolean;
|
|
56
|
-
getPopupContainer: () => HTMLElement;
|
|
57
|
-
mouseEnterDelay: number;
|
|
58
|
-
mouseLeaveDelay: number;
|
|
59
|
-
overlayClassName: string;
|
|
60
|
-
overlayStyle: {};
|
|
61
|
-
overlayInnerStyle: {};
|
|
62
|
-
placement: string;
|
|
63
|
-
trigger: string;
|
|
64
|
-
};
|
|
65
|
-
}>>>, {
|
|
16
|
+
declare const __VLS_component: DefineComponent<ApLadderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApLadderProps> & Readonly<{}>, {
|
|
66
17
|
layout: "vertical" | "horizontal";
|
|
67
18
|
tooltip: boolean;
|
|
68
19
|
tooltipProps: Required<Pick<Partial< ExtractPropTypes<{
|
|
@@ -132,28 +83,11 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
|
|
|
132
83
|
majorColor: string;
|
|
133
84
|
minorColor: string;
|
|
134
85
|
labelValues: Array< ApLadderLabelValue>;
|
|
135
|
-
}, {}>;
|
|
86
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
136
87
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
137
88
|
export default _default;
|
|
138
|
-
type __VLS_WithDefaults<P, D> = {
|
|
139
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
140
|
-
default: D[K];
|
|
141
|
-
}> : P[K];
|
|
142
|
-
};
|
|
143
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
144
|
-
type __VLS_TypePropsToOption<T> = {
|
|
145
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
146
|
-
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
147
|
-
} : {
|
|
148
|
-
type: PropType<T[K]>;
|
|
149
|
-
required: true;
|
|
150
|
-
};
|
|
151
|
-
};
|
|
152
89
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
153
90
|
new (): {
|
|
154
91
|
$slots: S;
|
|
155
92
|
};
|
|
156
93
|
};
|
|
157
|
-
type __VLS_PrettifyLocal<T> = {
|
|
158
|
-
[K in keyof T]: T[K];
|
|
159
|
-
} & {};
|
|
@@ -1,250 +1,14 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType, CSSProperties, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, Plugin } from 'vue';
|
|
2
|
+
import { ApLadderProps, ApLadderLabelValue, ApLadderSlots } from './interface';
|
|
2
3
|
import { VueTypeValidableDef } from '../../../node_modules/vue-types';
|
|
3
4
|
import { TriggerType } from '@aplus-frontend/antdv/es/tooltip/abstractTooltipProps';
|
|
4
5
|
import { TooltipPlacement, AdjustOverflow } from '@aplus-frontend/antdv/es/tooltip';
|
|
5
6
|
import { LiteralUnion } from '@aplus-frontend/antdv/es/_util/type';
|
|
6
7
|
import { PresetColorType } from '@aplus-frontend/antdv/es/_util/colors';
|
|
7
8
|
import { AlignType, BuildInPlacements } from '@aplus-frontend/antdv/es/vc-trigger/interface';
|
|
8
|
-
import { ApLadderLabelValue, ApLadderSlots } from './interface';
|
|
9
9
|
export * from './interface';
|
|
10
10
|
declare const ApLadder: {
|
|
11
|
-
new (...args: any[]):
|
|
12
|
-
layout: {
|
|
13
|
-
type: PropType<"horizontal" | "vertical">;
|
|
14
|
-
required: true;
|
|
15
|
-
default: string;
|
|
16
|
-
};
|
|
17
|
-
tooltip: {
|
|
18
|
-
type: PropType<boolean>;
|
|
19
|
-
required: true;
|
|
20
|
-
default: boolean;
|
|
21
|
-
};
|
|
22
|
-
tooltipProps: {
|
|
23
|
-
type: PropType<Required<Pick<Partial< ExtractPropTypes<{
|
|
24
|
-
title: VueTypeValidableDef<any>;
|
|
25
|
-
trigger: PropType< TriggerType | TriggerType[]>;
|
|
26
|
-
open: {
|
|
27
|
-
type: BooleanConstructor;
|
|
28
|
-
default: any;
|
|
29
|
-
};
|
|
30
|
-
visible: {
|
|
31
|
-
type: BooleanConstructor;
|
|
32
|
-
default: any;
|
|
33
|
-
};
|
|
34
|
-
placement: PropType<TooltipPlacement>;
|
|
35
|
-
color: PropType<LiteralUnion<PresetColorType>>;
|
|
36
|
-
transitionName: StringConstructor;
|
|
37
|
-
overlayStyle: {
|
|
38
|
-
type: PropType<CSSProperties>;
|
|
39
|
-
default: CSSProperties;
|
|
40
|
-
};
|
|
41
|
-
overlayInnerStyle: {
|
|
42
|
-
type: PropType<CSSProperties>;
|
|
43
|
-
default: CSSProperties;
|
|
44
|
-
};
|
|
45
|
-
overlayClassName: StringConstructor;
|
|
46
|
-
openClassName: StringConstructor;
|
|
47
|
-
prefixCls: StringConstructor;
|
|
48
|
-
mouseEnterDelay: NumberConstructor;
|
|
49
|
-
mouseLeaveDelay: NumberConstructor;
|
|
50
|
-
getPopupContainer: PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
51
|
-
arrowPointAtCenter: {
|
|
52
|
-
type: BooleanConstructor;
|
|
53
|
-
default: any;
|
|
54
|
-
};
|
|
55
|
-
arrow: {
|
|
56
|
-
type: PropType<boolean | {
|
|
57
|
-
pointAtCenter?: boolean;
|
|
58
|
-
}>;
|
|
59
|
-
default: boolean | {
|
|
60
|
-
pointAtCenter?: boolean;
|
|
61
|
-
};
|
|
62
|
-
};
|
|
63
|
-
autoAdjustOverflow: {
|
|
64
|
-
type: PropType<boolean | AdjustOverflow>;
|
|
65
|
-
default: boolean | AdjustOverflow;
|
|
66
|
-
};
|
|
67
|
-
destroyTooltipOnHide: {
|
|
68
|
-
type: BooleanConstructor;
|
|
69
|
-
default: any;
|
|
70
|
-
};
|
|
71
|
-
align: {
|
|
72
|
-
type: PropType<AlignType>;
|
|
73
|
-
default: AlignType;
|
|
74
|
-
};
|
|
75
|
-
builtinPlacements: {
|
|
76
|
-
type: PropType<BuildInPlacements>;
|
|
77
|
-
default: BuildInPlacements;
|
|
78
|
-
};
|
|
79
|
-
children: ArrayConstructor;
|
|
80
|
-
onVisibleChange: PropType<(vis: boolean) => void>;
|
|
81
|
-
'onUpdate:visible': PropType<(vis: boolean) => void>;
|
|
82
|
-
onOpenChange: PropType<(vis: boolean) => void>;
|
|
83
|
-
'onUpdate:open': PropType<(vis: boolean) => void>;
|
|
84
|
-
}>>, "title" | "placement" | "color" | "mouseEnterDelay" | "trigger" | "getPopupContainer" | "align" | "overlayStyle" | "overlayInnerStyle" | "overlayClassName" | "mouseLeaveDelay" | "arrowPointAtCenter" | "arrow" | "autoAdjustOverflow" | "destroyTooltipOnHide">>>;
|
|
85
|
-
required: true;
|
|
86
|
-
default: () => {
|
|
87
|
-
title: undefined;
|
|
88
|
-
align: {};
|
|
89
|
-
arrowPointAtCenter: boolean;
|
|
90
|
-
arrow: boolean;
|
|
91
|
-
autoAdjustOverflow: boolean;
|
|
92
|
-
color: string;
|
|
93
|
-
destroyTooltipOnHide: boolean;
|
|
94
|
-
getPopupContainer: () => HTMLElement;
|
|
95
|
-
mouseEnterDelay: number;
|
|
96
|
-
mouseLeaveDelay: number;
|
|
97
|
-
overlayClassName: string;
|
|
98
|
-
overlayStyle: {};
|
|
99
|
-
overlayInnerStyle: {};
|
|
100
|
-
placement: string;
|
|
101
|
-
trigger: string;
|
|
102
|
-
};
|
|
103
|
-
};
|
|
104
|
-
major: {
|
|
105
|
-
type: PropType<string>;
|
|
106
|
-
required: true;
|
|
107
|
-
default: string;
|
|
108
|
-
};
|
|
109
|
-
minor: {
|
|
110
|
-
type: PropType<string>;
|
|
111
|
-
required: true;
|
|
112
|
-
default: string;
|
|
113
|
-
};
|
|
114
|
-
majorColor: {
|
|
115
|
-
type: PropType<string>;
|
|
116
|
-
required: true;
|
|
117
|
-
default: string;
|
|
118
|
-
};
|
|
119
|
-
minorColor: {
|
|
120
|
-
type: PropType<string>;
|
|
121
|
-
required: true;
|
|
122
|
-
default: string;
|
|
123
|
-
};
|
|
124
|
-
labelValues: {
|
|
125
|
-
type: PropType< ApLadderLabelValue[]>;
|
|
126
|
-
required: true;
|
|
127
|
-
default: () => never[];
|
|
128
|
-
};
|
|
129
|
-
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
130
|
-
layout: {
|
|
131
|
-
type: PropType<"horizontal" | "vertical">;
|
|
132
|
-
required: true;
|
|
133
|
-
default: string;
|
|
134
|
-
};
|
|
135
|
-
tooltip: {
|
|
136
|
-
type: PropType<boolean>;
|
|
137
|
-
required: true;
|
|
138
|
-
default: boolean;
|
|
139
|
-
};
|
|
140
|
-
tooltipProps: {
|
|
141
|
-
type: PropType<Required<Pick<Partial< ExtractPropTypes<{
|
|
142
|
-
title: VueTypeValidableDef<any>;
|
|
143
|
-
trigger: PropType< TriggerType | TriggerType[]>;
|
|
144
|
-
open: {
|
|
145
|
-
type: BooleanConstructor;
|
|
146
|
-
default: any;
|
|
147
|
-
};
|
|
148
|
-
visible: {
|
|
149
|
-
type: BooleanConstructor;
|
|
150
|
-
default: any;
|
|
151
|
-
};
|
|
152
|
-
placement: PropType<TooltipPlacement>;
|
|
153
|
-
color: PropType<LiteralUnion<PresetColorType>>;
|
|
154
|
-
transitionName: StringConstructor;
|
|
155
|
-
overlayStyle: {
|
|
156
|
-
type: PropType<CSSProperties>;
|
|
157
|
-
default: CSSProperties;
|
|
158
|
-
};
|
|
159
|
-
overlayInnerStyle: {
|
|
160
|
-
type: PropType<CSSProperties>;
|
|
161
|
-
default: CSSProperties;
|
|
162
|
-
};
|
|
163
|
-
overlayClassName: StringConstructor;
|
|
164
|
-
openClassName: StringConstructor;
|
|
165
|
-
prefixCls: StringConstructor;
|
|
166
|
-
mouseEnterDelay: NumberConstructor;
|
|
167
|
-
mouseLeaveDelay: NumberConstructor;
|
|
168
|
-
getPopupContainer: PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
169
|
-
arrowPointAtCenter: {
|
|
170
|
-
type: BooleanConstructor;
|
|
171
|
-
default: any;
|
|
172
|
-
};
|
|
173
|
-
arrow: {
|
|
174
|
-
type: PropType<boolean | {
|
|
175
|
-
pointAtCenter?: boolean;
|
|
176
|
-
}>;
|
|
177
|
-
default: boolean | {
|
|
178
|
-
pointAtCenter?: boolean;
|
|
179
|
-
};
|
|
180
|
-
};
|
|
181
|
-
autoAdjustOverflow: {
|
|
182
|
-
type: PropType<boolean | AdjustOverflow>;
|
|
183
|
-
default: boolean | AdjustOverflow;
|
|
184
|
-
};
|
|
185
|
-
destroyTooltipOnHide: {
|
|
186
|
-
type: BooleanConstructor;
|
|
187
|
-
default: any;
|
|
188
|
-
};
|
|
189
|
-
align: {
|
|
190
|
-
type: PropType<AlignType>;
|
|
191
|
-
default: AlignType;
|
|
192
|
-
};
|
|
193
|
-
builtinPlacements: {
|
|
194
|
-
type: PropType<BuildInPlacements>;
|
|
195
|
-
default: BuildInPlacements;
|
|
196
|
-
};
|
|
197
|
-
children: ArrayConstructor;
|
|
198
|
-
onVisibleChange: PropType<(vis: boolean) => void>;
|
|
199
|
-
'onUpdate:visible': PropType<(vis: boolean) => void>;
|
|
200
|
-
onOpenChange: PropType<(vis: boolean) => void>;
|
|
201
|
-
'onUpdate:open': PropType<(vis: boolean) => void>;
|
|
202
|
-
}>>, "title" | "placement" | "color" | "mouseEnterDelay" | "trigger" | "getPopupContainer" | "align" | "overlayStyle" | "overlayInnerStyle" | "overlayClassName" | "mouseLeaveDelay" | "arrowPointAtCenter" | "arrow" | "autoAdjustOverflow" | "destroyTooltipOnHide">>>;
|
|
203
|
-
required: true;
|
|
204
|
-
default: () => {
|
|
205
|
-
title: undefined;
|
|
206
|
-
align: {};
|
|
207
|
-
arrowPointAtCenter: boolean;
|
|
208
|
-
arrow: boolean;
|
|
209
|
-
autoAdjustOverflow: boolean;
|
|
210
|
-
color: string;
|
|
211
|
-
destroyTooltipOnHide: boolean;
|
|
212
|
-
getPopupContainer: () => HTMLElement;
|
|
213
|
-
mouseEnterDelay: number;
|
|
214
|
-
mouseLeaveDelay: number;
|
|
215
|
-
overlayClassName: string;
|
|
216
|
-
overlayStyle: {};
|
|
217
|
-
overlayInnerStyle: {};
|
|
218
|
-
placement: string;
|
|
219
|
-
trigger: string;
|
|
220
|
-
};
|
|
221
|
-
};
|
|
222
|
-
major: {
|
|
223
|
-
type: PropType<string>;
|
|
224
|
-
required: true;
|
|
225
|
-
default: string;
|
|
226
|
-
};
|
|
227
|
-
minor: {
|
|
228
|
-
type: PropType<string>;
|
|
229
|
-
required: true;
|
|
230
|
-
default: string;
|
|
231
|
-
};
|
|
232
|
-
majorColor: {
|
|
233
|
-
type: PropType<string>;
|
|
234
|
-
required: true;
|
|
235
|
-
default: string;
|
|
236
|
-
};
|
|
237
|
-
minorColor: {
|
|
238
|
-
type: PropType<string>;
|
|
239
|
-
required: true;
|
|
240
|
-
default: string;
|
|
241
|
-
};
|
|
242
|
-
labelValues: {
|
|
243
|
-
type: PropType< ApLadderLabelValue[]>;
|
|
244
|
-
required: true;
|
|
245
|
-
default: () => never[];
|
|
246
|
-
};
|
|
247
|
-
}>>, {
|
|
11
|
+
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ApLadderProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
248
12
|
layout: "vertical" | "horizontal";
|
|
249
13
|
tooltip: boolean;
|
|
250
14
|
tooltipProps: Required<Pick<Partial< ExtractPropTypes<{
|
|
@@ -314,132 +78,14 @@ declare const ApLadder: {
|
|
|
314
78
|
majorColor: string;
|
|
315
79
|
minorColor: string;
|
|
316
80
|
labelValues: Array< ApLadderLabelValue>;
|
|
317
|
-
},
|
|
81
|
+
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
318
82
|
P: {};
|
|
319
83
|
B: {};
|
|
320
84
|
D: {};
|
|
321
85
|
C: {};
|
|
322
86
|
M: {};
|
|
323
87
|
Defaults: {};
|
|
324
|
-
}, Readonly<
|
|
325
|
-
layout: {
|
|
326
|
-
type: PropType<"horizontal" | "vertical">;
|
|
327
|
-
required: true;
|
|
328
|
-
default: string;
|
|
329
|
-
};
|
|
330
|
-
tooltip: {
|
|
331
|
-
type: PropType<boolean>;
|
|
332
|
-
required: true;
|
|
333
|
-
default: boolean;
|
|
334
|
-
};
|
|
335
|
-
tooltipProps: {
|
|
336
|
-
type: PropType<Required<Pick<Partial< ExtractPropTypes<{
|
|
337
|
-
title: VueTypeValidableDef<any>;
|
|
338
|
-
trigger: PropType< TriggerType | TriggerType[]>;
|
|
339
|
-
open: {
|
|
340
|
-
type: BooleanConstructor;
|
|
341
|
-
default: any;
|
|
342
|
-
};
|
|
343
|
-
visible: {
|
|
344
|
-
type: BooleanConstructor;
|
|
345
|
-
default: any;
|
|
346
|
-
};
|
|
347
|
-
placement: PropType<TooltipPlacement>;
|
|
348
|
-
color: PropType<LiteralUnion<PresetColorType>>;
|
|
349
|
-
transitionName: StringConstructor;
|
|
350
|
-
overlayStyle: {
|
|
351
|
-
type: PropType<CSSProperties>;
|
|
352
|
-
default: CSSProperties;
|
|
353
|
-
};
|
|
354
|
-
overlayInnerStyle: {
|
|
355
|
-
type: PropType<CSSProperties>;
|
|
356
|
-
default: CSSProperties;
|
|
357
|
-
};
|
|
358
|
-
overlayClassName: StringConstructor;
|
|
359
|
-
openClassName: StringConstructor;
|
|
360
|
-
prefixCls: StringConstructor;
|
|
361
|
-
mouseEnterDelay: NumberConstructor;
|
|
362
|
-
mouseLeaveDelay: NumberConstructor;
|
|
363
|
-
getPopupContainer: PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
364
|
-
arrowPointAtCenter: {
|
|
365
|
-
type: BooleanConstructor;
|
|
366
|
-
default: any;
|
|
367
|
-
};
|
|
368
|
-
arrow: {
|
|
369
|
-
type: PropType<boolean | {
|
|
370
|
-
pointAtCenter?: boolean;
|
|
371
|
-
}>;
|
|
372
|
-
default: boolean | {
|
|
373
|
-
pointAtCenter?: boolean;
|
|
374
|
-
};
|
|
375
|
-
};
|
|
376
|
-
autoAdjustOverflow: {
|
|
377
|
-
type: PropType<boolean | AdjustOverflow>;
|
|
378
|
-
default: boolean | AdjustOverflow;
|
|
379
|
-
};
|
|
380
|
-
destroyTooltipOnHide: {
|
|
381
|
-
type: BooleanConstructor;
|
|
382
|
-
default: any;
|
|
383
|
-
};
|
|
384
|
-
align: {
|
|
385
|
-
type: PropType<AlignType>;
|
|
386
|
-
default: AlignType;
|
|
387
|
-
};
|
|
388
|
-
builtinPlacements: {
|
|
389
|
-
type: PropType<BuildInPlacements>;
|
|
390
|
-
default: BuildInPlacements;
|
|
391
|
-
};
|
|
392
|
-
children: ArrayConstructor;
|
|
393
|
-
onVisibleChange: PropType<(vis: boolean) => void>;
|
|
394
|
-
'onUpdate:visible': PropType<(vis: boolean) => void>;
|
|
395
|
-
onOpenChange: PropType<(vis: boolean) => void>;
|
|
396
|
-
'onUpdate:open': PropType<(vis: boolean) => void>;
|
|
397
|
-
}>>, "title" | "placement" | "color" | "mouseEnterDelay" | "trigger" | "getPopupContainer" | "align" | "overlayStyle" | "overlayInnerStyle" | "overlayClassName" | "mouseLeaveDelay" | "arrowPointAtCenter" | "arrow" | "autoAdjustOverflow" | "destroyTooltipOnHide">>>;
|
|
398
|
-
required: true;
|
|
399
|
-
default: () => {
|
|
400
|
-
title: undefined;
|
|
401
|
-
align: {};
|
|
402
|
-
arrowPointAtCenter: boolean;
|
|
403
|
-
arrow: boolean;
|
|
404
|
-
autoAdjustOverflow: boolean;
|
|
405
|
-
color: string;
|
|
406
|
-
destroyTooltipOnHide: boolean;
|
|
407
|
-
getPopupContainer: () => HTMLElement;
|
|
408
|
-
mouseEnterDelay: number;
|
|
409
|
-
mouseLeaveDelay: number;
|
|
410
|
-
overlayClassName: string;
|
|
411
|
-
overlayStyle: {};
|
|
412
|
-
overlayInnerStyle: {};
|
|
413
|
-
placement: string;
|
|
414
|
-
trigger: string;
|
|
415
|
-
};
|
|
416
|
-
};
|
|
417
|
-
major: {
|
|
418
|
-
type: PropType<string>;
|
|
419
|
-
required: true;
|
|
420
|
-
default: string;
|
|
421
|
-
};
|
|
422
|
-
minor: {
|
|
423
|
-
type: PropType<string>;
|
|
424
|
-
required: true;
|
|
425
|
-
default: string;
|
|
426
|
-
};
|
|
427
|
-
majorColor: {
|
|
428
|
-
type: PropType<string>;
|
|
429
|
-
required: true;
|
|
430
|
-
default: string;
|
|
431
|
-
};
|
|
432
|
-
minorColor: {
|
|
433
|
-
type: PropType<string>;
|
|
434
|
-
required: true;
|
|
435
|
-
default: string;
|
|
436
|
-
};
|
|
437
|
-
labelValues: {
|
|
438
|
-
type: PropType< ApLadderLabelValue[]>;
|
|
439
|
-
required: true;
|
|
440
|
-
default: () => never[];
|
|
441
|
-
};
|
|
442
|
-
}>>, {}, {}, {}, {}, {
|
|
88
|
+
}, Readonly< ApLadderProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
443
89
|
layout: "vertical" | "horizontal";
|
|
444
90
|
tooltip: boolean;
|
|
445
91
|
tooltipProps: Required<Pick<Partial< ExtractPropTypes<{
|
|
@@ -513,125 +159,7 @@ declare const ApLadder: {
|
|
|
513
159
|
__isFragment?: never;
|
|
514
160
|
__isTeleport?: never;
|
|
515
161
|
__isSuspense?: never;
|
|
516
|
-
} & ComponentOptionsBase<Readonly<
|
|
517
|
-
layout: {
|
|
518
|
-
type: PropType<"horizontal" | "vertical">;
|
|
519
|
-
required: true;
|
|
520
|
-
default: string;
|
|
521
|
-
};
|
|
522
|
-
tooltip: {
|
|
523
|
-
type: PropType<boolean>;
|
|
524
|
-
required: true;
|
|
525
|
-
default: boolean;
|
|
526
|
-
};
|
|
527
|
-
tooltipProps: {
|
|
528
|
-
type: PropType<Required<Pick<Partial< ExtractPropTypes<{
|
|
529
|
-
title: VueTypeValidableDef<any>;
|
|
530
|
-
trigger: PropType< TriggerType | TriggerType[]>;
|
|
531
|
-
open: {
|
|
532
|
-
type: BooleanConstructor;
|
|
533
|
-
default: any;
|
|
534
|
-
};
|
|
535
|
-
visible: {
|
|
536
|
-
type: BooleanConstructor;
|
|
537
|
-
default: any;
|
|
538
|
-
};
|
|
539
|
-
placement: PropType<TooltipPlacement>;
|
|
540
|
-
color: PropType<LiteralUnion<PresetColorType>>;
|
|
541
|
-
transitionName: StringConstructor;
|
|
542
|
-
overlayStyle: {
|
|
543
|
-
type: PropType<CSSProperties>;
|
|
544
|
-
default: CSSProperties;
|
|
545
|
-
};
|
|
546
|
-
overlayInnerStyle: {
|
|
547
|
-
type: PropType<CSSProperties>;
|
|
548
|
-
default: CSSProperties;
|
|
549
|
-
};
|
|
550
|
-
overlayClassName: StringConstructor;
|
|
551
|
-
openClassName: StringConstructor;
|
|
552
|
-
prefixCls: StringConstructor;
|
|
553
|
-
mouseEnterDelay: NumberConstructor;
|
|
554
|
-
mouseLeaveDelay: NumberConstructor;
|
|
555
|
-
getPopupContainer: PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
556
|
-
arrowPointAtCenter: {
|
|
557
|
-
type: BooleanConstructor;
|
|
558
|
-
default: any;
|
|
559
|
-
};
|
|
560
|
-
arrow: {
|
|
561
|
-
type: PropType<boolean | {
|
|
562
|
-
pointAtCenter?: boolean;
|
|
563
|
-
}>;
|
|
564
|
-
default: boolean | {
|
|
565
|
-
pointAtCenter?: boolean;
|
|
566
|
-
};
|
|
567
|
-
};
|
|
568
|
-
autoAdjustOverflow: {
|
|
569
|
-
type: PropType<boolean | AdjustOverflow>;
|
|
570
|
-
default: boolean | AdjustOverflow;
|
|
571
|
-
};
|
|
572
|
-
destroyTooltipOnHide: {
|
|
573
|
-
type: BooleanConstructor;
|
|
574
|
-
default: any;
|
|
575
|
-
};
|
|
576
|
-
align: {
|
|
577
|
-
type: PropType<AlignType>;
|
|
578
|
-
default: AlignType;
|
|
579
|
-
};
|
|
580
|
-
builtinPlacements: {
|
|
581
|
-
type: PropType<BuildInPlacements>;
|
|
582
|
-
default: BuildInPlacements;
|
|
583
|
-
};
|
|
584
|
-
children: ArrayConstructor;
|
|
585
|
-
onVisibleChange: PropType<(vis: boolean) => void>;
|
|
586
|
-
'onUpdate:visible': PropType<(vis: boolean) => void>;
|
|
587
|
-
onOpenChange: PropType<(vis: boolean) => void>;
|
|
588
|
-
'onUpdate:open': PropType<(vis: boolean) => void>;
|
|
589
|
-
}>>, "title" | "placement" | "color" | "mouseEnterDelay" | "trigger" | "getPopupContainer" | "align" | "overlayStyle" | "overlayInnerStyle" | "overlayClassName" | "mouseLeaveDelay" | "arrowPointAtCenter" | "arrow" | "autoAdjustOverflow" | "destroyTooltipOnHide">>>;
|
|
590
|
-
required: true;
|
|
591
|
-
default: () => {
|
|
592
|
-
title: undefined;
|
|
593
|
-
align: {};
|
|
594
|
-
arrowPointAtCenter: boolean;
|
|
595
|
-
arrow: boolean;
|
|
596
|
-
autoAdjustOverflow: boolean;
|
|
597
|
-
color: string;
|
|
598
|
-
destroyTooltipOnHide: boolean;
|
|
599
|
-
getPopupContainer: () => HTMLElement;
|
|
600
|
-
mouseEnterDelay: number;
|
|
601
|
-
mouseLeaveDelay: number;
|
|
602
|
-
overlayClassName: string;
|
|
603
|
-
overlayStyle: {};
|
|
604
|
-
overlayInnerStyle: {};
|
|
605
|
-
placement: string;
|
|
606
|
-
trigger: string;
|
|
607
|
-
};
|
|
608
|
-
};
|
|
609
|
-
major: {
|
|
610
|
-
type: PropType<string>;
|
|
611
|
-
required: true;
|
|
612
|
-
default: string;
|
|
613
|
-
};
|
|
614
|
-
minor: {
|
|
615
|
-
type: PropType<string>;
|
|
616
|
-
required: true;
|
|
617
|
-
default: string;
|
|
618
|
-
};
|
|
619
|
-
majorColor: {
|
|
620
|
-
type: PropType<string>;
|
|
621
|
-
required: true;
|
|
622
|
-
default: string;
|
|
623
|
-
};
|
|
624
|
-
minorColor: {
|
|
625
|
-
type: PropType<string>;
|
|
626
|
-
required: true;
|
|
627
|
-
default: string;
|
|
628
|
-
};
|
|
629
|
-
labelValues: {
|
|
630
|
-
type: PropType< ApLadderLabelValue[]>;
|
|
631
|
-
required: true;
|
|
632
|
-
default: () => never[];
|
|
633
|
-
};
|
|
634
|
-
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
162
|
+
} & ComponentOptionsBase<Readonly< ApLadderProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
635
163
|
layout: "vertical" | "horizontal";
|
|
636
164
|
tooltip: boolean;
|
|
637
165
|
tooltipProps: Required<Pick<Partial< ExtractPropTypes<{
|
|
@@ -701,7 +229,7 @@ declare const ApLadder: {
|
|
|
701
229
|
majorColor: string;
|
|
702
230
|
minorColor: string;
|
|
703
231
|
labelValues: Array< ApLadderLabelValue>;
|
|
704
|
-
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
232
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
705
233
|
$slots: Readonly< ApLadderSlots> & ApLadderSlots;
|
|
706
234
|
}) & ( Plugin & (new (...args: any[]) => {
|
|
707
235
|
$props: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ApSelectItem } from './interface';
|
|
2
|
-
import { PublicProps, ShallowUnwrapRef, VNode,
|
|
2
|
+
import { PublicProps, ShallowUnwrapRef, VNode, Plugin } from 'vue';
|
|
3
3
|
export * from './interface';
|
|
4
4
|
declare const ApSelectLayout: (<T extends ApSelectItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
5
5
|
attrs: any;
|
|
@@ -16,9 +16,9 @@ declare const ApSelectLayout: (<T extends ApSelectItem>(__VLS_props: NonNullable
|
|
|
16
16
|
};
|
|
17
17
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
18
18
|
props: {
|
|
19
|
-
onAfterEnter?: ((el: Element) => any) | undefined;
|
|
20
|
-
onAfterLeave?: ((el: Element) => any) | undefined;
|
|
21
|
-
onOnSelect?: ((value: T) => any) | undefined;
|
|
19
|
+
readonly onAfterEnter?: ((el: Element) => any) | undefined;
|
|
20
|
+
readonly onAfterLeave?: ((el: Element) => any) | undefined;
|
|
21
|
+
readonly onOnSelect?: ((value: T) => any) | undefined;
|
|
22
22
|
title: string;
|
|
23
23
|
request: () => Promise<T[]>;
|
|
24
24
|
onSearch?: ((item: T, val: string) => boolean) | undefined;
|
|
@@ -37,9 +37,7 @@ declare const ApSelectLayout: (<T extends ApSelectItem>(__VLS_props: NonNullable
|
|
|
37
37
|
(event: "afterEnter", el: Element): void;
|
|
38
38
|
(event: "afterLeave", el: Element): void;
|
|
39
39
|
};
|
|
40
|
-
}>) => VNode
|
|
41
|
-
[key: string]: any;
|
|
42
|
-
}> & {
|
|
40
|
+
}>) => VNode & {
|
|
43
41
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
44
42
|
}) & ( Plugin & (new (...args: any[]) => {
|
|
45
43
|
$props: {
|
|
@@ -1,15 +1,11 @@
|
|
|
1
1
|
import { ApSelectItem, ApSelectLayoutProps } from './interface';
|
|
2
|
-
import { VNodeProps, AllowedComponentProps, ComponentCustomProps,
|
|
2
|
+
import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
|
|
3
3
|
declare const _default: <T extends ApSelectItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4
4
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps &
|
|
9
|
-
onAfterEnter?: ((el: Element) => any) | undefined;
|
|
10
|
-
onAfterLeave?: ((el: Element) => any) | undefined;
|
|
11
|
-
onOnSelect?: ((value: T) => any) | undefined;
|
|
12
|
-
}, never>, "onAfterEnter" | "onAfterLeave" | "onOnSelect"> & ApSelectLayoutProps<T>> & PublicProps;
|
|
5
|
+
readonly onOnSelect?: ((value: T) => any) | undefined;
|
|
6
|
+
readonly onAfterEnter?: ((el: Element) => any) | undefined;
|
|
7
|
+
readonly onAfterLeave?: ((el: Element) => any) | undefined;
|
|
8
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, "onAfterEnter" | "onAfterLeave" | "onOnSelect"> & Partial<{}> & ApSelectLayoutProps<T>> & PublicProps;
|
|
13
9
|
expose(exposed: ShallowUnwrapRef<{}>): void;
|
|
14
10
|
attrs: any;
|
|
15
11
|
slots: {
|
|
@@ -23,9 +19,7 @@ declare const _default: <T extends ApSelectItem>(__VLS_props: NonNullable<Awaite
|
|
|
23
19
|
(event: "afterEnter", el: Element): void;
|
|
24
20
|
(event: "afterLeave", el: Element): void;
|
|
25
21
|
};
|
|
26
|
-
}>) => VNode
|
|
27
|
-
[key: string]: any;
|
|
28
|
-
}> & {
|
|
22
|
+
}>) => VNode & {
|
|
29
23
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
30
24
|
};
|
|
31
25
|
export default _default;
|