@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,330 +1,22 @@
|
|
|
1
1
|
import { ApFormItemTextAreaProps } from '../interface';
|
|
2
2
|
import { InputFocusOptions } from '@aplus-frontend/antdv/es/vc-input/utils/commonUtils';
|
|
3
3
|
import { ApFormItemSlots } from '../../interface';
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import { FieldMode, ApFieldTextAreaProps } from '../../..';
|
|
7
|
-
import { ShowCountProps } from '@aplus-frontend/antdv/es/vc-input/inputProps';
|
|
8
|
-
import { AutoSizeType } from '@aplus-frontend/antdv/es/input/inputProps';
|
|
4
|
+
import { CreateComponentPublicInstanceWithMixins, ComputedRef, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, DefineComponent } from 'vue';
|
|
5
|
+
import { ApFieldTextAreaProps, FieldMode } from '../../..';
|
|
9
6
|
type ApFormItemTextAreaSlots = Omit<ApFormItemSlots, 'default'>;
|
|
10
7
|
declare function __VLS_template(): {
|
|
8
|
+
attrs: Partial<{}>;
|
|
11
9
|
slots: Readonly<ApFormItemTextAreaSlots> & ApFormItemTextAreaSlots;
|
|
12
10
|
refs: {
|
|
13
|
-
textAreaRef:
|
|
14
|
-
size: {
|
|
15
|
-
type: PropType<"small" | "large" | "middle">;
|
|
16
|
-
};
|
|
17
|
-
type: {
|
|
18
|
-
type: PropType<"number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "tel" | "url" | "email" | "image" | "datetime-local" | "file" | "password">;
|
|
19
|
-
default: string;
|
|
20
|
-
};
|
|
21
|
-
style: {
|
|
22
|
-
type: PropType<unknown>;
|
|
23
|
-
};
|
|
24
|
-
hidden: {
|
|
25
|
-
type: PropType<boolean>;
|
|
26
|
-
};
|
|
27
|
-
onResize: {
|
|
28
|
-
type: PropType<(size: {
|
|
29
|
-
width: number;
|
|
30
|
-
height: number;
|
|
31
|
-
}) => void>;
|
|
32
|
-
};
|
|
33
|
-
onBlur: {
|
|
34
|
-
type: PropType<FocusEventHandler>;
|
|
35
|
-
};
|
|
36
|
-
onChange: {
|
|
37
|
-
type: PropType<ChangeEventHandler>;
|
|
38
|
-
};
|
|
39
|
-
onCompositionend: {
|
|
40
|
-
type: PropType< CompositionEventHandler | CompositionEventHandler[]>;
|
|
41
|
-
};
|
|
42
|
-
onCompositionstart: {
|
|
43
|
-
type: PropType< CompositionEventHandler | CompositionEventHandler[]>;
|
|
44
|
-
};
|
|
45
|
-
onFocus: {
|
|
46
|
-
type: PropType<FocusEventHandler>;
|
|
47
|
-
};
|
|
48
|
-
onInput: {
|
|
49
|
-
type: PropType<ChangeEventHandler>;
|
|
50
|
-
};
|
|
51
|
-
onKeydown: {
|
|
52
|
-
type: PropType<KeyboardEventHandler>;
|
|
53
|
-
};
|
|
54
|
-
onKeyup: {
|
|
55
|
-
type: PropType<KeyboardEventHandler>;
|
|
56
|
-
};
|
|
57
|
-
onMousedown: {
|
|
58
|
-
type: PropType<MouseEventHandler>;
|
|
59
|
-
};
|
|
60
|
-
mode: {
|
|
61
|
-
type: PropType<FieldMode>;
|
|
62
|
-
default: string;
|
|
63
|
-
};
|
|
64
|
-
class: {
|
|
65
|
-
type: PropType<unknown>;
|
|
66
|
-
};
|
|
67
|
-
value: {
|
|
68
|
-
type: PropType<string | number>;
|
|
69
|
-
};
|
|
70
|
-
disabled: {
|
|
71
|
-
type: PropType<boolean>;
|
|
72
|
-
default: undefined;
|
|
73
|
-
};
|
|
74
|
-
bordered: {
|
|
75
|
-
type: PropType<boolean>;
|
|
76
|
-
default: boolean;
|
|
77
|
-
};
|
|
78
|
-
prefixCls: {
|
|
79
|
-
type: PropType<string>;
|
|
80
|
-
};
|
|
81
|
-
name: {
|
|
82
|
-
type: PropType<string>;
|
|
83
|
-
};
|
|
84
|
-
autocomplete: {
|
|
85
|
-
type: PropType<string>;
|
|
86
|
-
};
|
|
87
|
-
status: {
|
|
88
|
-
type: PropType<"" | "error" | "warning">;
|
|
89
|
-
};
|
|
90
|
-
id: {
|
|
91
|
-
type: PropType<string>;
|
|
92
|
-
};
|
|
93
|
-
placeholder: {
|
|
94
|
-
type: PropType<string | number>;
|
|
95
|
-
};
|
|
96
|
-
loading: {
|
|
97
|
-
type: PropType<boolean>;
|
|
98
|
-
};
|
|
99
|
-
autofocus: {
|
|
100
|
-
type: PropType<boolean>;
|
|
101
|
-
};
|
|
102
|
-
'onUpdate:value': {
|
|
103
|
-
type: PropType<(val: string) => void>;
|
|
104
|
-
};
|
|
105
|
-
rows: {
|
|
106
|
-
type: PropType<number>;
|
|
107
|
-
};
|
|
108
|
-
focused: {
|
|
109
|
-
type: PropType<boolean>;
|
|
110
|
-
};
|
|
111
|
-
defaultValue: {
|
|
112
|
-
type: PropType<string | number>;
|
|
113
|
-
};
|
|
114
|
-
lazy: {
|
|
115
|
-
type: PropType<boolean>;
|
|
116
|
-
default: boolean;
|
|
117
|
-
};
|
|
118
|
-
maxlength: {
|
|
119
|
-
type: PropType<number>;
|
|
120
|
-
};
|
|
121
|
-
showCount: {
|
|
122
|
-
type: PropType<boolean | ShowCountProps>;
|
|
123
|
-
};
|
|
124
|
-
htmlSize: {
|
|
125
|
-
type: PropType<number>;
|
|
126
|
-
};
|
|
127
|
-
onPressEnter: {
|
|
128
|
-
type: PropType<KeyboardEventHandler>;
|
|
129
|
-
};
|
|
130
|
-
onMouseUp: {
|
|
131
|
-
type: PropType<MouseEventHandler>;
|
|
132
|
-
};
|
|
133
|
-
onRawInput: {
|
|
134
|
-
type: PropType<ChangeEventHandler>;
|
|
135
|
-
};
|
|
136
|
-
valueModifiers: {
|
|
137
|
-
type: PropType<Record<string, any>>;
|
|
138
|
-
};
|
|
139
|
-
inputElement: {
|
|
140
|
-
type: PropType<any>;
|
|
141
|
-
};
|
|
142
|
-
triggerFocus: {
|
|
143
|
-
type: PropType<() => void>;
|
|
144
|
-
};
|
|
145
|
-
readonly: {
|
|
146
|
-
type: PropType<boolean>;
|
|
147
|
-
};
|
|
148
|
-
handleReset: {
|
|
149
|
-
type: PropType<MouseEventHandler>;
|
|
150
|
-
};
|
|
151
|
-
clearIcon: {
|
|
152
|
-
type: PropType<any>;
|
|
153
|
-
};
|
|
154
|
-
allowClear: {
|
|
155
|
-
type: PropType<boolean>;
|
|
156
|
-
default: boolean;
|
|
157
|
-
};
|
|
158
|
-
autoSize: {
|
|
159
|
-
type: PropType<boolean | AutoSizeType>;
|
|
160
|
-
};
|
|
161
|
-
emptyText: {
|
|
162
|
-
type: PropType<string>;
|
|
163
|
-
default: string;
|
|
164
|
-
};
|
|
165
|
-
}>> & {
|
|
11
|
+
textAreaRef: CreateComponentPublicInstanceWithMixins<Readonly< ApFieldTextAreaProps> & Readonly<{
|
|
166
12
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
167
|
-
}
|
|
13
|
+
}>, {
|
|
168
14
|
focus: (options?: InputFocusOptions) => void;
|
|
169
15
|
blur: () => void;
|
|
170
16
|
resizableTextArea: ComputedRef<any>;
|
|
171
|
-
},
|
|
17
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
172
18
|
"update:value": (...args: any[]) => void;
|
|
173
|
-
},
|
|
174
|
-
size: {
|
|
175
|
-
type: PropType<"small" | "large" | "middle">;
|
|
176
|
-
};
|
|
177
|
-
type: {
|
|
178
|
-
type: PropType<"number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "tel" | "url" | "email" | "image" | "datetime-local" | "file" | "password">;
|
|
179
|
-
default: string;
|
|
180
|
-
};
|
|
181
|
-
style: {
|
|
182
|
-
type: PropType<unknown>;
|
|
183
|
-
};
|
|
184
|
-
hidden: {
|
|
185
|
-
type: PropType<boolean>;
|
|
186
|
-
};
|
|
187
|
-
onResize: {
|
|
188
|
-
type: PropType<(size: {
|
|
189
|
-
width: number;
|
|
190
|
-
height: number;
|
|
191
|
-
}) => void>;
|
|
192
|
-
};
|
|
193
|
-
onBlur: {
|
|
194
|
-
type: PropType<FocusEventHandler>;
|
|
195
|
-
};
|
|
196
|
-
onChange: {
|
|
197
|
-
type: PropType<ChangeEventHandler>;
|
|
198
|
-
};
|
|
199
|
-
onCompositionend: {
|
|
200
|
-
type: PropType< CompositionEventHandler | CompositionEventHandler[]>;
|
|
201
|
-
};
|
|
202
|
-
onCompositionstart: {
|
|
203
|
-
type: PropType< CompositionEventHandler | CompositionEventHandler[]>;
|
|
204
|
-
};
|
|
205
|
-
onFocus: {
|
|
206
|
-
type: PropType<FocusEventHandler>;
|
|
207
|
-
};
|
|
208
|
-
onInput: {
|
|
209
|
-
type: PropType<ChangeEventHandler>;
|
|
210
|
-
};
|
|
211
|
-
onKeydown: {
|
|
212
|
-
type: PropType<KeyboardEventHandler>;
|
|
213
|
-
};
|
|
214
|
-
onKeyup: {
|
|
215
|
-
type: PropType<KeyboardEventHandler>;
|
|
216
|
-
};
|
|
217
|
-
onMousedown: {
|
|
218
|
-
type: PropType<MouseEventHandler>;
|
|
219
|
-
};
|
|
220
|
-
mode: {
|
|
221
|
-
type: PropType<FieldMode>;
|
|
222
|
-
default: string;
|
|
223
|
-
};
|
|
224
|
-
class: {
|
|
225
|
-
type: PropType<unknown>;
|
|
226
|
-
};
|
|
227
|
-
value: {
|
|
228
|
-
type: PropType<string | number>;
|
|
229
|
-
};
|
|
230
|
-
disabled: {
|
|
231
|
-
type: PropType<boolean>;
|
|
232
|
-
default: undefined;
|
|
233
|
-
};
|
|
234
|
-
bordered: {
|
|
235
|
-
type: PropType<boolean>;
|
|
236
|
-
default: boolean;
|
|
237
|
-
};
|
|
238
|
-
prefixCls: {
|
|
239
|
-
type: PropType<string>;
|
|
240
|
-
};
|
|
241
|
-
name: {
|
|
242
|
-
type: PropType<string>;
|
|
243
|
-
};
|
|
244
|
-
autocomplete: {
|
|
245
|
-
type: PropType<string>;
|
|
246
|
-
};
|
|
247
|
-
status: {
|
|
248
|
-
type: PropType<"" | "error" | "warning">;
|
|
249
|
-
};
|
|
250
|
-
id: {
|
|
251
|
-
type: PropType<string>;
|
|
252
|
-
};
|
|
253
|
-
placeholder: {
|
|
254
|
-
type: PropType<string | number>;
|
|
255
|
-
};
|
|
256
|
-
loading: {
|
|
257
|
-
type: PropType<boolean>;
|
|
258
|
-
};
|
|
259
|
-
autofocus: {
|
|
260
|
-
type: PropType<boolean>;
|
|
261
|
-
};
|
|
262
|
-
'onUpdate:value': {
|
|
263
|
-
type: PropType<(val: string) => void>;
|
|
264
|
-
};
|
|
265
|
-
rows: {
|
|
266
|
-
type: PropType<number>;
|
|
267
|
-
};
|
|
268
|
-
focused: {
|
|
269
|
-
type: PropType<boolean>;
|
|
270
|
-
};
|
|
271
|
-
defaultValue: {
|
|
272
|
-
type: PropType<string | number>;
|
|
273
|
-
};
|
|
274
|
-
lazy: {
|
|
275
|
-
type: PropType<boolean>;
|
|
276
|
-
default: boolean;
|
|
277
|
-
};
|
|
278
|
-
maxlength: {
|
|
279
|
-
type: PropType<number>;
|
|
280
|
-
};
|
|
281
|
-
showCount: {
|
|
282
|
-
type: PropType<boolean | ShowCountProps>;
|
|
283
|
-
};
|
|
284
|
-
htmlSize: {
|
|
285
|
-
type: PropType<number>;
|
|
286
|
-
};
|
|
287
|
-
onPressEnter: {
|
|
288
|
-
type: PropType<KeyboardEventHandler>;
|
|
289
|
-
};
|
|
290
|
-
onMouseUp: {
|
|
291
|
-
type: PropType<MouseEventHandler>;
|
|
292
|
-
};
|
|
293
|
-
onRawInput: {
|
|
294
|
-
type: PropType<ChangeEventHandler>;
|
|
295
|
-
};
|
|
296
|
-
valueModifiers: {
|
|
297
|
-
type: PropType<Record<string, any>>;
|
|
298
|
-
};
|
|
299
|
-
inputElement: {
|
|
300
|
-
type: PropType<any>;
|
|
301
|
-
};
|
|
302
|
-
triggerFocus: {
|
|
303
|
-
type: PropType<() => void>;
|
|
304
|
-
};
|
|
305
|
-
readonly: {
|
|
306
|
-
type: PropType<boolean>;
|
|
307
|
-
};
|
|
308
|
-
handleReset: {
|
|
309
|
-
type: PropType<MouseEventHandler>;
|
|
310
|
-
};
|
|
311
|
-
clearIcon: {
|
|
312
|
-
type: PropType<any>;
|
|
313
|
-
};
|
|
314
|
-
allowClear: {
|
|
315
|
-
type: PropType<boolean>;
|
|
316
|
-
default: boolean;
|
|
317
|
-
};
|
|
318
|
-
autoSize: {
|
|
319
|
-
type: PropType<boolean | AutoSizeType>;
|
|
320
|
-
};
|
|
321
|
-
emptyText: {
|
|
322
|
-
type: PropType<string>;
|
|
323
|
-
default: string;
|
|
324
|
-
};
|
|
325
|
-
}>> & {
|
|
326
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
327
|
-
}, {
|
|
19
|
+
}, PublicProps, {
|
|
328
20
|
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "tel" | "url" | "email" | "image" | "datetime-local" | "file" | "password";
|
|
329
21
|
mode: FieldMode;
|
|
330
22
|
disabled: boolean;
|
|
@@ -332,168 +24,16 @@ declare function __VLS_template(): {
|
|
|
332
24
|
lazy: boolean;
|
|
333
25
|
allowClear: boolean;
|
|
334
26
|
emptyText: string;
|
|
335
|
-
},
|
|
27
|
+
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
336
28
|
P: {};
|
|
337
29
|
B: {};
|
|
338
30
|
D: {};
|
|
339
31
|
C: {};
|
|
340
32
|
M: {};
|
|
341
33
|
Defaults: {};
|
|
342
|
-
}, Readonly<
|
|
343
|
-
size: {
|
|
344
|
-
type: PropType<"small" | "large" | "middle">;
|
|
345
|
-
};
|
|
346
|
-
type: {
|
|
347
|
-
type: PropType<"number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "tel" | "url" | "email" | "image" | "datetime-local" | "file" | "password">;
|
|
348
|
-
default: string;
|
|
349
|
-
};
|
|
350
|
-
style: {
|
|
351
|
-
type: PropType<unknown>;
|
|
352
|
-
};
|
|
353
|
-
hidden: {
|
|
354
|
-
type: PropType<boolean>;
|
|
355
|
-
};
|
|
356
|
-
onResize: {
|
|
357
|
-
type: PropType<(size: {
|
|
358
|
-
width: number;
|
|
359
|
-
height: number;
|
|
360
|
-
}) => void>;
|
|
361
|
-
};
|
|
362
|
-
onBlur: {
|
|
363
|
-
type: PropType<FocusEventHandler>;
|
|
364
|
-
};
|
|
365
|
-
onChange: {
|
|
366
|
-
type: PropType<ChangeEventHandler>;
|
|
367
|
-
};
|
|
368
|
-
onCompositionend: {
|
|
369
|
-
type: PropType< CompositionEventHandler | CompositionEventHandler[]>;
|
|
370
|
-
};
|
|
371
|
-
onCompositionstart: {
|
|
372
|
-
type: PropType< CompositionEventHandler | CompositionEventHandler[]>;
|
|
373
|
-
};
|
|
374
|
-
onFocus: {
|
|
375
|
-
type: PropType<FocusEventHandler>;
|
|
376
|
-
};
|
|
377
|
-
onInput: {
|
|
378
|
-
type: PropType<ChangeEventHandler>;
|
|
379
|
-
};
|
|
380
|
-
onKeydown: {
|
|
381
|
-
type: PropType<KeyboardEventHandler>;
|
|
382
|
-
};
|
|
383
|
-
onKeyup: {
|
|
384
|
-
type: PropType<KeyboardEventHandler>;
|
|
385
|
-
};
|
|
386
|
-
onMousedown: {
|
|
387
|
-
type: PropType<MouseEventHandler>;
|
|
388
|
-
};
|
|
389
|
-
mode: {
|
|
390
|
-
type: PropType<FieldMode>;
|
|
391
|
-
default: string;
|
|
392
|
-
};
|
|
393
|
-
class: {
|
|
394
|
-
type: PropType<unknown>;
|
|
395
|
-
};
|
|
396
|
-
value: {
|
|
397
|
-
type: PropType<string | number>;
|
|
398
|
-
};
|
|
399
|
-
disabled: {
|
|
400
|
-
type: PropType<boolean>;
|
|
401
|
-
default: undefined;
|
|
402
|
-
};
|
|
403
|
-
bordered: {
|
|
404
|
-
type: PropType<boolean>;
|
|
405
|
-
default: boolean;
|
|
406
|
-
};
|
|
407
|
-
prefixCls: {
|
|
408
|
-
type: PropType<string>;
|
|
409
|
-
};
|
|
410
|
-
name: {
|
|
411
|
-
type: PropType<string>;
|
|
412
|
-
};
|
|
413
|
-
autocomplete: {
|
|
414
|
-
type: PropType<string>;
|
|
415
|
-
};
|
|
416
|
-
status: {
|
|
417
|
-
type: PropType<"" | "error" | "warning">;
|
|
418
|
-
};
|
|
419
|
-
id: {
|
|
420
|
-
type: PropType<string>;
|
|
421
|
-
};
|
|
422
|
-
placeholder: {
|
|
423
|
-
type: PropType<string | number>;
|
|
424
|
-
};
|
|
425
|
-
loading: {
|
|
426
|
-
type: PropType<boolean>;
|
|
427
|
-
};
|
|
428
|
-
autofocus: {
|
|
429
|
-
type: PropType<boolean>;
|
|
430
|
-
};
|
|
431
|
-
'onUpdate:value': {
|
|
432
|
-
type: PropType<(val: string) => void>;
|
|
433
|
-
};
|
|
434
|
-
rows: {
|
|
435
|
-
type: PropType<number>;
|
|
436
|
-
};
|
|
437
|
-
focused: {
|
|
438
|
-
type: PropType<boolean>;
|
|
439
|
-
};
|
|
440
|
-
defaultValue: {
|
|
441
|
-
type: PropType<string | number>;
|
|
442
|
-
};
|
|
443
|
-
lazy: {
|
|
444
|
-
type: PropType<boolean>;
|
|
445
|
-
default: boolean;
|
|
446
|
-
};
|
|
447
|
-
maxlength: {
|
|
448
|
-
type: PropType<number>;
|
|
449
|
-
};
|
|
450
|
-
showCount: {
|
|
451
|
-
type: PropType<boolean | ShowCountProps>;
|
|
452
|
-
};
|
|
453
|
-
htmlSize: {
|
|
454
|
-
type: PropType<number>;
|
|
455
|
-
};
|
|
456
|
-
onPressEnter: {
|
|
457
|
-
type: PropType<KeyboardEventHandler>;
|
|
458
|
-
};
|
|
459
|
-
onMouseUp: {
|
|
460
|
-
type: PropType<MouseEventHandler>;
|
|
461
|
-
};
|
|
462
|
-
onRawInput: {
|
|
463
|
-
type: PropType<ChangeEventHandler>;
|
|
464
|
-
};
|
|
465
|
-
valueModifiers: {
|
|
466
|
-
type: PropType<Record<string, any>>;
|
|
467
|
-
};
|
|
468
|
-
inputElement: {
|
|
469
|
-
type: PropType<any>;
|
|
470
|
-
};
|
|
471
|
-
triggerFocus: {
|
|
472
|
-
type: PropType<() => void>;
|
|
473
|
-
};
|
|
474
|
-
readonly: {
|
|
475
|
-
type: PropType<boolean>;
|
|
476
|
-
};
|
|
477
|
-
handleReset: {
|
|
478
|
-
type: PropType<MouseEventHandler>;
|
|
479
|
-
};
|
|
480
|
-
clearIcon: {
|
|
481
|
-
type: PropType<any>;
|
|
482
|
-
};
|
|
483
|
-
allowClear: {
|
|
484
|
-
type: PropType<boolean>;
|
|
485
|
-
default: boolean;
|
|
486
|
-
};
|
|
487
|
-
autoSize: {
|
|
488
|
-
type: PropType<boolean | AutoSizeType>;
|
|
489
|
-
};
|
|
490
|
-
emptyText: {
|
|
491
|
-
type: PropType<string>;
|
|
492
|
-
default: string;
|
|
493
|
-
};
|
|
494
|
-
}>> & {
|
|
34
|
+
}, Readonly< ApFieldTextAreaProps> & Readonly<{
|
|
495
35
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
496
|
-
}
|
|
36
|
+
}>, {
|
|
497
37
|
focus: (options?: InputFocusOptions) => void;
|
|
498
38
|
blur: () => void;
|
|
499
39
|
resizableTextArea: ComputedRef<any>;
|
|
@@ -507,30 +47,14 @@ declare function __VLS_template(): {
|
|
|
507
47
|
emptyText: string;
|
|
508
48
|
}> | null;
|
|
509
49
|
};
|
|
510
|
-
|
|
50
|
+
rootEl: any;
|
|
511
51
|
};
|
|
512
52
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
513
|
-
declare const __VLS_component: DefineComponent<
|
|
514
|
-
hasFeedback: boolean;
|
|
515
|
-
colon: undefined;
|
|
516
|
-
autoLink: boolean;
|
|
517
|
-
required: undefined;
|
|
518
|
-
validateFirst: undefined;
|
|
519
|
-
disabled: undefined;
|
|
520
|
-
field: () => {};
|
|
521
|
-
}>, {
|
|
53
|
+
declare const __VLS_component: DefineComponent<ApFormItemTextAreaProps, {
|
|
522
54
|
focus: (options?: InputFocusOptions) => void;
|
|
523
55
|
blur: () => void;
|
|
524
56
|
resizableTextArea: any;
|
|
525
|
-
},
|
|
526
|
-
hasFeedback: boolean;
|
|
527
|
-
colon: undefined;
|
|
528
|
-
autoLink: boolean;
|
|
529
|
-
required: undefined;
|
|
530
|
-
validateFirst: undefined;
|
|
531
|
-
disabled: undefined;
|
|
532
|
-
field: () => {};
|
|
533
|
-
}>>>, {
|
|
57
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemTextAreaProps> & Readonly<{}>, {
|
|
534
58
|
disabled: boolean;
|
|
535
59
|
field: Omit< ApFieldTextAreaProps, "value" | "onUpdate:value">;
|
|
536
60
|
colon: boolean;
|
|
@@ -538,28 +62,11 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
|
|
|
538
62
|
hasFeedback: boolean;
|
|
539
63
|
autoLink: boolean;
|
|
540
64
|
validateFirst: boolean;
|
|
541
|
-
}, {}>;
|
|
65
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
542
66
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
543
67
|
export default _default;
|
|
544
|
-
type __VLS_WithDefaults<P, D> = {
|
|
545
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
546
|
-
default: D[K];
|
|
547
|
-
}> : P[K];
|
|
548
|
-
};
|
|
549
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
550
|
-
type __VLS_TypePropsToOption<T> = {
|
|
551
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
552
|
-
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
553
|
-
} : {
|
|
554
|
-
type: PropType<T[K]>;
|
|
555
|
-
required: true;
|
|
556
|
-
};
|
|
557
|
-
};
|
|
558
68
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
559
69
|
new (): {
|
|
560
70
|
$slots: S;
|
|
561
71
|
};
|
|
562
72
|
};
|
|
563
|
-
type __VLS_PrettifyLocal<T> = {
|
|
564
|
-
[K in keyof T]: T[K];
|
|
565
|
-
} & {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ApFormListProps } from '../interface';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
type FormListField = {
|
|
4
4
|
key: number;
|
|
5
5
|
name: (string | number)[];
|
|
@@ -17,23 +17,15 @@ type ApFormListSlots = {
|
|
|
17
17
|
}): any;
|
|
18
18
|
};
|
|
19
19
|
declare function __VLS_template(): {
|
|
20
|
+
attrs: Partial<{}>;
|
|
20
21
|
slots: Readonly<ApFormListSlots> & ApFormListSlots;
|
|
21
22
|
refs: {};
|
|
22
|
-
|
|
23
|
+
rootEl: any;
|
|
23
24
|
};
|
|
24
25
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
25
|
-
declare const __VLS_component: DefineComponent<
|
|
26
|
+
declare const __VLS_component: DefineComponent<ApFormListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormListProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
26
27
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
27
28
|
export default _default;
|
|
28
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
|
-
type __VLS_TypePropsToOption<T> = {
|
|
30
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
31
|
-
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
32
|
-
} : {
|
|
33
|
-
type: PropType<T[K]>;
|
|
34
|
-
required: true;
|
|
35
|
-
};
|
|
36
|
-
};
|
|
37
29
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
38
30
|
new (): {
|
|
39
31
|
$slots: S;
|