@aplus-frontend/ui 0.3.6 → 0.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/src/ap-action/item/index.vue.d.ts +1 -2
- package/es/src/ap-action/item-dropdown/index.vue.d.ts +1 -2
- package/es/src/ap-action/item-modal/index.vue.d.ts +1 -2
- package/es/src/ap-action/item-popconfirm/index.vue.d.ts +1 -2
- package/es/src/ap-button/ap-action-button.vue.d.ts +1 -2
- package/es/src/ap-button/ap-button.vue.d.ts +1 -2
- package/es/src/ap-descriptions/ap-descriptions.vue.d.ts +2 -3
- package/es/src/ap-descriptions/help-message/index.vue.d.ts +5 -3
- package/es/src/ap-download/ap-download.vue.d.ts +3 -5
- package/es/src/ap-field/date/index.vue.d.ts +1 -2
- package/es/src/ap-field/date-range/index.vue.d.ts +1 -2
- package/es/src/ap-field/number/index.vue.d.ts +1 -2
- package/es/src/ap-field/rate/index.vue.d.ts +1 -2
- package/es/src/ap-field/segmented/index.vue.d.ts +1 -2
- package/es/src/ap-field/select/index.vue.d.ts +1 -2
- package/es/src/ap-field/slider/index.vue.d.ts +1 -2
- package/es/src/ap-field/switch/index.vue.d.ts +1 -2
- package/es/src/ap-field/text/index.vue.d.ts +1 -2
- package/es/src/ap-field/text/password.vue.d.ts +1 -2
- package/es/src/ap-form/ap-form.vue.d.ts +4 -6
- package/es/src/ap-form/dependency/index.vue.d.ts +1 -2
- package/es/src/ap-form/drawer-form/index.vue.d.ts +2 -3
- package/es/src/ap-form/item/index.vue.d.ts +1 -2
- package/es/src/ap-form/item-group/index.vue.d.ts +1 -2
- package/es/src/ap-form/items/checkbox/index.vue.d.ts +1 -2
- package/es/src/ap-form/items/date/index.vue.d.ts +1 -2
- package/es/src/ap-form/items/date-range/index.vue.d.ts +1 -2
- package/es/src/ap-form/items/number/index.vue.d.ts +1 -2
- package/es/src/ap-form/items/radio/index.vue.d.ts +1 -2
- package/es/src/ap-form/items/select/index.vue.d.ts +1 -2
- package/es/src/ap-form/items/switch/index.vue.d.ts +1 -2
- package/es/src/ap-form/items/text/group.vue.d.ts +1 -2
- package/es/src/ap-form/items/text/index.vue.d.ts +1 -2
- package/es/src/ap-form/items/text/password.vue.d.ts +1 -2
- package/es/src/ap-form/items/text-area/index.vue.d.ts +1 -2
- package/es/src/ap-form/list/index.vue.d.ts +1 -2
- package/es/src/ap-form/modal-form/index.vue.d.ts +2 -3
- package/es/src/ap-form/render/control.vue.d.ts +1 -2
- package/es/src/ap-form/render/item.vue.d.ts +1 -2
- package/es/src/ap-form/search-form/index.vue.d.ts +2 -3
- package/es/src/ap-form/set/index.vue.d.ts +1 -2
- package/es/src/ap-info-layout/ApInfoLayout.vue.d.ts +2 -3
- package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +2 -3
- package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +2 -3
- package/es/src/ap-list/index.vue.d.ts +5 -3
- package/es/src/ap-scroll-bar/ap-scroll-bar.vue.d.ts +1 -1
- package/es/src/ap-scroll-bar/index.d.ts +1 -1
- package/es/src/ap-table/ap-table.vue.d.ts +6 -4
- package/es/src/ap-table/ap-table.vue2.mjs +99 -98
- package/es/src/ap-table/components/index/index.vue.d.ts +1 -1
- package/es/src/ap-table/components/paragraph-ellipsis/index.vue.d.ts +1 -1
- package/es/src/ap-table/components/setting/modal/index.vue.d.ts +1 -2
- package/es/src/ap-table/components/setting/select-group/index.vue.d.ts +1 -1
- package/es/src/ap-table/components/setting/sortable/index.vue.d.ts +1 -1
- package/es/src/ap-table/components/setting/sortable/item.vue.d.ts +1 -1
- package/es/src/ap-table/components/setting/sorter/index.vue.d.ts +1 -1
- package/es/src/ap-table/components/setting/tree-select/index.vue.d.ts +1 -1
- package/es/src/ap-table/constants.d.ts +1 -1
- package/es/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
- package/es/src/ap-table/interface.d.ts +2 -1
- package/es/src/ap-tag/ap-tag-group.vue.d.ts +1 -2
- package/es/src/ap-tag/ap-tag.vue.d.ts +1 -1
- package/es/src/ap-upload/apUpload.vue.d.ts +2 -3
- package/es/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
- package/es/src/ap-upload/components/Picture.vue.d.ts +9 -5
- package/es/src/ap-upload/components/SingleFile.vue.d.ts +1 -1
- package/es/src/business/ap-appendix/ap-appendix.vue.d.ts +3 -5
- package/es/src/business/ap-appendix/icons/file-icon.vue.d.ts +1 -1
- package/es/src/business/ap-appendix/index.d.ts +1 -1
- package/es/src/business/ap-batch-action/ApBatchAction.vue.d.ts +2 -3
- package/es/src/business/ap-batch-action/index.d.ts +1 -1
- package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +1 -2
- package/es/src/business/ap-batch-action-group/MenuItemGroup.vue.d.ts +4 -3
- package/es/src/business/ap-batch-action-group/index.d.ts +5 -887
- package/es/src/business/ap-card/ApCard.vue.d.ts +2 -3
- package/es/src/business/ap-card/index.d.ts +1 -1
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +5 -3
- package/es/src/business/ap-expand-alert/index.d.ts +6 -4
- package/es/src/business/ap-group-search/ap-group-search.vue.d.ts +2 -3
- package/es/src/business/ap-group-search/extension-select/index.vue.d.ts +346 -8
- package/es/src/business/ap-group-search/images/icon-down.vue.d.ts +1 -1
- package/es/src/business/ap-group-search/images/icon-line-select.vue.d.ts +1 -1
- package/es/src/business/ap-group-search/index.d.ts +3 -3
- package/es/src/business/ap-group-search/popover-select/index.vue.d.ts +346 -8
- package/es/src/business/ap-image/ApImage.vue.d.ts +1 -2
- package/es/src/business/ap-input-radio/ApInputRadio.vue.d.ts +1 -1
- package/es/src/business/ap-input-radio/index.d.ts +1 -1
- package/es/src/business/ap-ladder/ApLadder.vue.d.ts +2 -3
- package/es/src/business/ap-ladder/index.d.ts +1 -1
- package/es/src/business/ap-select-layout/index.d.ts +4 -2
- package/es/src/business/ap-select-layout/select-layout.vue.d.ts +5 -3
- package/es/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +1 -1
- package/es/src/business/ap-table-modal/hooks/use-table-modal.d.ts +1 -1
- package/es/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +1 -1
- package/es/src/business/ap-table-modal/index.d.ts +3 -3
- package/es/src/business/ap-table-modal/modal-title.vue.d.ts +2 -3
- package/es/src/business/ap-table-modal/table-layout/index.vue.d.ts +8 -8
- package/es/src/business/ap-table-modal/table-modal.vue.d.ts +3 -4
- package/es/src/business/ap-title/ApTitle.vue.d.ts +2 -3
- package/es/src/business/ap-title/index.d.ts +1 -1
- package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.d.ts +3 -5
- package/es/src/business/ap-upload-file/icon/delete-icon.vue.d.ts +1 -1
- package/es/src/business/ap-upload-file/icon/file-icon.vue.d.ts +1 -1
- package/es/src/business/batch-input-group/index.vue.d.ts +1 -1
- package/es/src/business/batch-input-group/popover-input/index.vue.d.ts +1 -1
- package/es/src/business/hooks/usePageListApTable.d.ts +1 -1
- package/es/src/check-card/group.vue.d.ts +1 -2
- package/es/src/check-card/index.vue.d.ts +2 -3
- package/es/src/editable-table/form-item.vue.d.ts +5 -3
- package/es/src/editable-table/index.vue.d.ts +5 -3
- package/es/src/tests/wrapper.d.ts +4 -4
- package/es/src/work-order-modal/work-order-modal.vue.d.ts +1 -1
- package/index.ts +19 -0
- package/lib/src/ap-action/item/index.vue.d.ts +1 -2
- package/lib/src/ap-action/item-dropdown/index.vue.d.ts +1 -2
- package/lib/src/ap-action/item-modal/index.vue.d.ts +1 -2
- package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +1 -2
- package/lib/src/ap-button/ap-action-button.vue.d.ts +1 -2
- package/lib/src/ap-button/ap-button.vue.d.ts +1 -2
- package/lib/src/ap-descriptions/ap-descriptions.vue.d.ts +2 -3
- package/lib/src/ap-descriptions/help-message/index.vue.d.ts +5 -3
- package/lib/src/ap-download/ap-download.vue.d.ts +3 -5
- package/lib/src/ap-field/date/index.vue.d.ts +1 -2
- package/lib/src/ap-field/date-range/index.vue.d.ts +1 -2
- package/lib/src/ap-field/number/index.vue.d.ts +1 -2
- package/lib/src/ap-field/rate/index.vue.d.ts +1 -2
- package/lib/src/ap-field/segmented/index.vue.d.ts +1 -2
- package/lib/src/ap-field/select/index.vue.d.ts +1 -2
- package/lib/src/ap-field/slider/index.vue.d.ts +1 -2
- package/lib/src/ap-field/switch/index.vue.d.ts +1 -2
- package/lib/src/ap-field/text/index.vue.d.ts +1 -2
- package/lib/src/ap-field/text/password.vue.d.ts +1 -2
- package/lib/src/ap-form/ap-form.vue.d.ts +4 -6
- package/lib/src/ap-form/dependency/index.vue.d.ts +1 -2
- package/lib/src/ap-form/drawer-form/index.vue.d.ts +2 -3
- package/lib/src/ap-form/item/index.vue.d.ts +1 -2
- package/lib/src/ap-form/item-group/index.vue.d.ts +1 -2
- package/lib/src/ap-form/items/checkbox/index.vue.d.ts +1 -2
- package/lib/src/ap-form/items/date/index.vue.d.ts +1 -2
- package/lib/src/ap-form/items/date-range/index.vue.d.ts +1 -2
- package/lib/src/ap-form/items/number/index.vue.d.ts +1 -2
- package/lib/src/ap-form/items/radio/index.vue.d.ts +1 -2
- package/lib/src/ap-form/items/select/index.vue.d.ts +1 -2
- package/lib/src/ap-form/items/switch/index.vue.d.ts +1 -2
- package/lib/src/ap-form/items/text/group.vue.d.ts +1 -2
- package/lib/src/ap-form/items/text/index.vue.d.ts +1 -2
- package/lib/src/ap-form/items/text/password.vue.d.ts +1 -2
- package/lib/src/ap-form/items/text-area/index.vue.d.ts +1 -2
- package/lib/src/ap-form/list/index.vue.d.ts +1 -2
- package/lib/src/ap-form/modal-form/index.vue.d.ts +2 -3
- package/lib/src/ap-form/render/control.vue.d.ts +1 -2
- package/lib/src/ap-form/render/item.vue.d.ts +1 -2
- package/lib/src/ap-form/search-form/index.vue.d.ts +2 -3
- package/lib/src/ap-form/set/index.vue.d.ts +1 -2
- package/lib/src/ap-info-layout/ApInfoLayout.vue.d.ts +2 -3
- package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +2 -3
- package/lib/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +2 -3
- package/lib/src/ap-list/index.vue.d.ts +5 -3
- package/lib/src/ap-scroll-bar/ap-scroll-bar.vue.d.ts +1 -1
- package/lib/src/ap-scroll-bar/index.d.ts +1 -1
- package/lib/src/ap-table/ap-table.vue.d.ts +6 -4
- package/lib/src/ap-table/ap-table.vue2.js +1 -1
- package/lib/src/ap-table/components/index/index.vue.d.ts +1 -1
- package/lib/src/ap-table/components/paragraph-ellipsis/index.vue.d.ts +1 -1
- package/lib/src/ap-table/components/setting/modal/index.vue.d.ts +1 -2
- package/lib/src/ap-table/components/setting/select-group/index.vue.d.ts +1 -1
- package/lib/src/ap-table/components/setting/sortable/index.vue.d.ts +1 -1
- package/lib/src/ap-table/components/setting/sortable/item.vue.d.ts +1 -1
- package/lib/src/ap-table/components/setting/sorter/index.vue.d.ts +1 -1
- package/lib/src/ap-table/components/setting/tree-select/index.vue.d.ts +1 -1
- package/lib/src/ap-table/constants.d.ts +1 -1
- package/lib/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
- package/lib/src/ap-table/interface.d.ts +2 -1
- package/lib/src/ap-tag/ap-tag-group.vue.d.ts +1 -2
- package/lib/src/ap-tag/ap-tag.vue.d.ts +1 -1
- package/lib/src/ap-upload/apUpload.vue.d.ts +2 -3
- package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
- package/lib/src/ap-upload/components/Picture.vue.d.ts +9 -5
- package/lib/src/ap-upload/components/SingleFile.vue.d.ts +1 -1
- package/lib/src/business/ap-appendix/ap-appendix.vue.d.ts +3 -5
- package/lib/src/business/ap-appendix/icons/file-icon.vue.d.ts +1 -1
- package/lib/src/business/ap-appendix/index.d.ts +1 -1
- package/lib/src/business/ap-batch-action/ApBatchAction.vue.d.ts +2 -3
- package/lib/src/business/ap-batch-action/index.d.ts +1 -1
- package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +1 -2
- package/lib/src/business/ap-batch-action-group/MenuItemGroup.vue.d.ts +4 -3
- package/lib/src/business/ap-batch-action-group/index.d.ts +5 -887
- package/lib/src/business/ap-card/ApCard.vue.d.ts +2 -3
- package/lib/src/business/ap-card/index.d.ts +1 -1
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +5 -3
- package/lib/src/business/ap-expand-alert/index.d.ts +6 -4
- package/lib/src/business/ap-group-search/ap-group-search.vue.d.ts +2 -3
- package/lib/src/business/ap-group-search/extension-select/index.vue.d.ts +346 -8
- package/lib/src/business/ap-group-search/images/icon-down.vue.d.ts +1 -1
- package/lib/src/business/ap-group-search/images/icon-line-select.vue.d.ts +1 -1
- package/lib/src/business/ap-group-search/index.d.ts +3 -3
- package/lib/src/business/ap-group-search/popover-select/index.vue.d.ts +346 -8
- package/lib/src/business/ap-image/ApImage.vue.d.ts +1 -2
- package/lib/src/business/ap-input-radio/ApInputRadio.vue.d.ts +1 -1
- package/lib/src/business/ap-input-radio/index.d.ts +1 -1
- package/lib/src/business/ap-ladder/ApLadder.vue.d.ts +2 -3
- package/lib/src/business/ap-ladder/index.d.ts +1 -1
- package/lib/src/business/ap-select-layout/index.d.ts +4 -2
- package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +5 -3
- package/lib/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +1 -1
- package/lib/src/business/ap-table-modal/hooks/use-table-modal.d.ts +1 -1
- package/lib/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +1 -1
- package/lib/src/business/ap-table-modal/index.d.ts +3 -3
- package/lib/src/business/ap-table-modal/modal-title.vue.d.ts +2 -3
- package/lib/src/business/ap-table-modal/table-layout/index.vue.d.ts +8 -8
- package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +3 -4
- package/lib/src/business/ap-title/ApTitle.vue.d.ts +2 -3
- package/lib/src/business/ap-title/index.d.ts +1 -1
- package/lib/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.d.ts +3 -5
- package/lib/src/business/ap-upload-file/icon/delete-icon.vue.d.ts +1 -1
- package/lib/src/business/ap-upload-file/icon/file-icon.vue.d.ts +1 -1
- package/lib/src/business/batch-input-group/index.vue.d.ts +1 -1
- package/lib/src/business/batch-input-group/popover-input/index.vue.d.ts +1 -1
- package/lib/src/business/hooks/usePageListApTable.d.ts +1 -1
- package/lib/src/check-card/group.vue.d.ts +1 -2
- package/lib/src/check-card/index.vue.d.ts +2 -3
- package/lib/src/editable-table/form-item.vue.d.ts +5 -3
- package/lib/src/editable-table/index.vue.d.ts +5 -3
- package/lib/src/tests/wrapper.d.ts +4 -4
- package/lib/src/work-order-modal/work-order-modal.vue.d.ts +1 -1
- package/package.json +1 -1
- package/es/src/ap-action/group/style/css.js +0 -1
- package/es/src/ap-action/group/style/index.js +0 -1
- package/es/src/ap-action/item/style/css.js +0 -2
- package/es/src/ap-action/item/style/index.js +0 -2
- package/es/src/ap-action/item-dropdown/style/css.js +0 -2
- package/es/src/ap-action/item-dropdown/style/index.js +0 -2
- package/es/src/ap-action/item-modal/style/css.js +0 -1
- package/es/src/ap-action/item-modal/style/index.js +0 -1
- package/es/src/ap-action/item-popconfirm/style/css.js +0 -1
- package/es/src/ap-action/item-popconfirm/style/index.js +0 -1
- package/es/src/ap-action-button/style/css.js +0 -1
- package/es/src/ap-action-button/style/index.js +0 -1
- package/es/src/ap-button/style/css.js +0 -1
- package/es/src/ap-button/style/index.js +0 -1
- package/es/src/ap-descriptions/style/css.js +0 -1
- package/es/src/ap-descriptions/style/index.js +0 -1
- package/es/src/ap-download/style/css.js +0 -1
- package/es/src/ap-download/style/index.js +0 -1
- package/es/src/ap-drawer/style/css.js +0 -1
- package/es/src/ap-drawer/style/index.js +0 -1
- package/es/src/ap-field/checkbox/style/css.js +0 -1
- package/es/src/ap-field/checkbox/style/index.js +0 -1
- package/es/src/ap-field/date/style/css.js +0 -1
- package/es/src/ap-field/date/style/index.js +0 -1
- package/es/src/ap-field/date-range/style/css.js +0 -1
- package/es/src/ap-field/date-range/style/index.js +0 -1
- package/es/src/ap-field/number/style/css.js +0 -1
- package/es/src/ap-field/number/style/index.js +0 -1
- package/es/src/ap-field/password/style/css.js +0 -1
- package/es/src/ap-field/password/style/index.js +0 -1
- package/es/src/ap-field/radio/style/css.js +0 -1
- package/es/src/ap-field/rate/style/css.js +0 -1
- package/es/src/ap-field/rate/style/index.js +0 -1
- package/es/src/ap-field/segmented/style/css.js +0 -1
- package/es/src/ap-field/segmented/style/index.js +0 -1
- package/es/src/ap-field/select/style/css.js +0 -1
- package/es/src/ap-field/select/style/index.js +0 -1
- package/es/src/ap-field/slider/style/css.js +0 -1
- package/es/src/ap-field/slider/style/index.js +0 -1
- package/es/src/ap-field/style/css.js +0 -1
- package/es/src/ap-field/style/index.js +0 -1
- package/es/src/ap-field/switch/style/css.js +0 -1
- package/es/src/ap-field/switch/style/index.js +0 -1
- package/es/src/ap-field/text/style/css.js +0 -1
- package/es/src/ap-field/text/style/index.js +0 -1
- package/es/src/ap-field/text-area/style/css.js +0 -1
- package/es/src/ap-field/text-area/style/index.js +0 -1
- package/es/src/ap-form/dependency/style/css.js +0 -1
- package/es/src/ap-form/dependency/style/index.js +0 -1
- package/es/src/ap-form/drawer-form/style/css.js +0 -1
- package/es/src/ap-form/drawer-form/style/index.js +0 -1
- package/es/src/ap-form/item/style/css.js +0 -1
- package/es/src/ap-form/item/style/index.js +0 -1
- package/es/src/ap-form/item-checkbox/style/css.js +0 -1
- package/es/src/ap-form/item-checkbox/style/index.js +0 -1
- package/es/src/ap-form/item-date/style/css.js +0 -1
- package/es/src/ap-form/item-date/style/index.js +0 -1
- package/es/src/ap-form/item-date-range/style/css.js +0 -1
- package/es/src/ap-form/item-date-range/style/index.js +0 -1
- package/es/src/ap-form/item-group/style/css.js +0 -1
- package/es/src/ap-form/item-group/style/index.js +0 -1
- package/es/src/ap-form/item-number/style/css.js +0 -1
- package/es/src/ap-form/item-number/style/index.js +0 -1
- package/es/src/ap-form/item-radio/style/css.js +0 -1
- package/es/src/ap-form/item-radio/style/index.js +0 -1
- package/es/src/ap-form/item-select/style/css.js +0 -1
- package/es/src/ap-form/item-select/style/index.js +0 -1
- package/es/src/ap-form/item-switch/style/css.js +0 -1
- package/es/src/ap-form/item-switch/style/index.js +0 -1
- package/es/src/ap-form/item-text/style/css.js +0 -1
- package/es/src/ap-form/item-text/style/index.js +0 -1
- package/es/src/ap-form/item-text-area/style/css.js +0 -1
- package/es/src/ap-form/item-text-area/style/index.js +0 -1
- package/es/src/ap-form/item-text-group/style/css.js +0 -1
- package/es/src/ap-form/item-text-group/style/index.js +0 -1
- package/es/src/ap-form/item-text-password/style/css.js +0 -1
- package/es/src/ap-form/item-text-password/style/index.js +0 -1
- package/es/src/ap-form/list/style/css.js +0 -1
- package/es/src/ap-form/list/style/index.js +0 -1
- package/es/src/ap-form/modal-form/style/css.js +0 -1
- package/es/src/ap-form/modal-form/style/index.js +0 -1
- package/es/src/ap-form/render/style/css.js +0 -1
- package/es/src/ap-form/search-form/style/css.js +0 -1
- package/es/src/ap-form/search-form/style/index.js +0 -1
- package/es/src/ap-form/set/style/css.js +0 -1
- package/es/src/ap-form/set/style/index.js +0 -1
- package/es/src/ap-form/style/css.js +0 -1
- package/es/src/ap-form/style/index.js +0 -1
- package/es/src/ap-info-layout/style/css.js +0 -1
- package/es/src/ap-info-layout/style/index.js +0 -1
- package/es/src/ap-list/style/css.js +0 -1
- package/es/src/ap-list/style/index.js +0 -1
- package/es/src/ap-modal/style/css.js +0 -1
- package/es/src/ap-modal/style/index.js +0 -1
- package/es/src/ap-scroll-bar/style/css.js +0 -1
- package/es/src/ap-scroll-bar/style/index.js +0 -1
- package/es/src/ap-table/style/css.js +0 -1
- package/es/src/ap-table/style/index.js +0 -1
- package/es/src/ap-tag/group/style/css.js +0 -2
- package/es/src/ap-tag/group/style/index.js +0 -2
- package/es/src/ap-tag/style/css.js +0 -1
- package/es/src/ap-tag/style/index.js +0 -1
- package/es/src/ap-upload/style/css.js +0 -1
- package/es/src/ap-upload/style/index.js +0 -1
- package/es/src/business/ap-appendix/style/css.js +0 -1
- package/es/src/business/ap-appendix/style/index.js +0 -1
- package/es/src/business/ap-attachment/style/css.js +0 -1
- package/es/src/business/ap-attachment/style/index.js +0 -1
- package/es/src/business/ap-batch-action/style/css.js +0 -1
- package/es/src/business/ap-batch-action/style/index.js +0 -1
- package/es/src/business/ap-batch-action-group/style/css.js +0 -1
- package/es/src/business/ap-batch-action-group/style/index.js +0 -1
- package/es/src/business/ap-button-group/style/css.js +0 -1
- package/es/src/business/ap-button-group/style/index.js +0 -1
- package/es/src/business/ap-card/style/css.js +0 -2
- package/es/src/business/ap-card/style/index.js +0 -2
- package/es/src/business/ap-expand-alert/style/css.js +0 -2
- package/es/src/business/ap-expand-alert/style/index.js +0 -2
- package/es/src/business/ap-export-group/style/css.js +0 -1
- package/es/src/business/ap-export-group/style/index.js +0 -1
- package/es/src/business/ap-group-search/extension-select/style/css.js +0 -1
- package/es/src/business/ap-group-search/extension-select/style/index.js +0 -1
- package/es/src/business/ap-group-search/popover-select/style/css.js +0 -1
- package/es/src/business/ap-group-search/popover-select/style/index.js +0 -1
- package/es/src/business/ap-group-search/style/css.js +0 -1
- package/es/src/business/ap-group-search/style/index.js +0 -1
- package/es/src/business/ap-image/style/css.js +0 -1
- package/es/src/business/ap-image/style/index.js +0 -1
- package/es/src/business/ap-input-radio/style/css.js +0 -1
- package/es/src/business/ap-input-radio/style/index.js +0 -1
- package/es/src/business/ap-label/group/style/css.js +0 -1
- package/es/src/business/ap-label/group/style/index.js +0 -1
- package/es/src/business/ap-label/style/css.js +0 -1
- package/es/src/business/ap-label/style/index.js +0 -1
- package/es/src/business/ap-ladder/style/css.js +0 -1
- package/es/src/business/ap-select-layout/style/css.js +0 -1
- package/es/src/business/ap-select-layout/style/index.js +0 -1
- package/es/src/business/ap-size-input/style/css.js +0 -1
- package/es/src/business/ap-size-input/style/index.js +0 -1
- package/es/src/business/ap-status/group/style/css.js +0 -1
- package/es/src/business/ap-status/group/style/index.js +0 -1
- package/es/src/business/ap-status/style/css.js +0 -1
- package/es/src/business/ap-status/style/index.js +0 -1
- package/es/src/business/ap-summary/style/css.js +0 -1
- package/es/src/business/ap-summary/style/index.js +0 -1
- package/es/src/business/ap-table-modal/style/css.js +0 -1
- package/es/src/business/ap-table-modal/style/index.js +0 -1
- package/es/src/business/ap-title/style/css.js +0 -1
- package/es/src/business/ap-title/style/index.js +0 -1
- package/es/src/business/ap-upload-file/ap-upload-single/style/css.js +0 -1
- package/es/src/business/ap-upload-file/ap-upload-single/style/index.js +0 -1
- package/es/src/business/batch-input-group/popover-input/style/css.js +0 -1
- package/es/src/business/batch-input-group/popover-input/style/index.js +0 -1
- package/es/src/business/batch-input-group/style/css.js +0 -1
- package/es/src/business/batch-input-group/style/index.js +0 -1
- package/es/src/check-card/group/style/css.js +0 -1
- package/es/src/check-card/group/style/index.js +0 -1
- package/es/src/check-card/style/css.js +0 -1
- package/es/src/check-card/style/index.js +0 -1
- package/es/src/config-provider/style/css.js +0 -1
- package/es/src/config-provider/style/index.js +0 -1
- package/es/src/editable-table/form-item/style/css.js +0 -1
- package/es/src/editable-table/form-item/style/index.js +0 -1
- package/es/src/editable-table/style/css.js +0 -1
- package/es/src/editable-table/style/index.js +0 -1
- package/es/src/work-order-modal/style/css.js +0 -4
- package/es/src/work-order-modal/style/index.js +0 -4
- package/lib/src/ap-action/group/style/css.js +0 -1
- package/lib/src/ap-action/group/style/index.js +0 -1
- package/lib/src/ap-action/item/style/css.js +0 -2
- package/lib/src/ap-action/item/style/index.js +0 -2
- package/lib/src/ap-action/item-dropdown/style/css.js +0 -2
- package/lib/src/ap-action/item-dropdown/style/index.js +0 -2
- package/lib/src/ap-action/item-modal/style/css.js +0 -1
- package/lib/src/ap-action/item-modal/style/index.js +0 -1
- package/lib/src/ap-action/item-popconfirm/style/css.js +0 -1
- package/lib/src/ap-action/item-popconfirm/style/index.js +0 -1
- package/lib/src/ap-action-button/style/css.js +0 -1
- package/lib/src/ap-action-button/style/index.js +0 -1
- package/lib/src/ap-button/style/css.js +0 -1
- package/lib/src/ap-button/style/index.js +0 -1
- package/lib/src/ap-descriptions/style/css.js +0 -1
- package/lib/src/ap-descriptions/style/index.js +0 -1
- package/lib/src/ap-download/style/css.js +0 -1
- package/lib/src/ap-download/style/index.js +0 -1
- package/lib/src/ap-drawer/style/css.js +0 -1
- package/lib/src/ap-drawer/style/index.js +0 -1
- package/lib/src/ap-field/checkbox/style/css.js +0 -1
- package/lib/src/ap-field/checkbox/style/index.js +0 -1
- package/lib/src/ap-field/date/style/css.js +0 -1
- package/lib/src/ap-field/date/style/index.js +0 -1
- package/lib/src/ap-field/date-range/style/css.js +0 -1
- package/lib/src/ap-field/date-range/style/index.js +0 -1
- package/lib/src/ap-field/number/style/css.js +0 -1
- package/lib/src/ap-field/number/style/index.js +0 -1
- package/lib/src/ap-field/password/style/css.js +0 -1
- package/lib/src/ap-field/password/style/index.js +0 -1
- package/lib/src/ap-field/radio/style/css.js +0 -1
- package/lib/src/ap-field/rate/style/css.js +0 -1
- package/lib/src/ap-field/rate/style/index.js +0 -1
- package/lib/src/ap-field/segmented/style/css.js +0 -1
- package/lib/src/ap-field/segmented/style/index.js +0 -1
- package/lib/src/ap-field/select/style/css.js +0 -1
- package/lib/src/ap-field/select/style/index.js +0 -1
- package/lib/src/ap-field/slider/style/css.js +0 -1
- package/lib/src/ap-field/slider/style/index.js +0 -1
- package/lib/src/ap-field/style/css.js +0 -1
- package/lib/src/ap-field/style/index.js +0 -1
- package/lib/src/ap-field/switch/style/css.js +0 -1
- package/lib/src/ap-field/switch/style/index.js +0 -1
- package/lib/src/ap-field/text/style/css.js +0 -1
- package/lib/src/ap-field/text/style/index.js +0 -1
- package/lib/src/ap-field/text-area/style/css.js +0 -1
- package/lib/src/ap-field/text-area/style/index.js +0 -1
- package/lib/src/ap-form/dependency/style/css.js +0 -1
- package/lib/src/ap-form/dependency/style/index.js +0 -1
- package/lib/src/ap-form/drawer-form/style/css.js +0 -1
- package/lib/src/ap-form/drawer-form/style/index.js +0 -1
- package/lib/src/ap-form/item/style/css.js +0 -1
- package/lib/src/ap-form/item/style/index.js +0 -1
- package/lib/src/ap-form/item-checkbox/style/css.js +0 -1
- package/lib/src/ap-form/item-checkbox/style/index.js +0 -1
- package/lib/src/ap-form/item-date/style/css.js +0 -1
- package/lib/src/ap-form/item-date/style/index.js +0 -1
- package/lib/src/ap-form/item-date-range/style/css.js +0 -1
- package/lib/src/ap-form/item-date-range/style/index.js +0 -1
- package/lib/src/ap-form/item-group/style/css.js +0 -1
- package/lib/src/ap-form/item-group/style/index.js +0 -1
- package/lib/src/ap-form/item-number/style/css.js +0 -1
- package/lib/src/ap-form/item-number/style/index.js +0 -1
- package/lib/src/ap-form/item-radio/style/css.js +0 -1
- package/lib/src/ap-form/item-radio/style/index.js +0 -1
- package/lib/src/ap-form/item-select/style/css.js +0 -1
- package/lib/src/ap-form/item-select/style/index.js +0 -1
- package/lib/src/ap-form/item-switch/style/css.js +0 -1
- package/lib/src/ap-form/item-switch/style/index.js +0 -1
- package/lib/src/ap-form/item-text/style/css.js +0 -1
- package/lib/src/ap-form/item-text/style/index.js +0 -1
- package/lib/src/ap-form/item-text-area/style/css.js +0 -1
- package/lib/src/ap-form/item-text-area/style/index.js +0 -1
- package/lib/src/ap-form/item-text-group/style/css.js +0 -1
- package/lib/src/ap-form/item-text-group/style/index.js +0 -1
- package/lib/src/ap-form/item-text-password/style/css.js +0 -1
- package/lib/src/ap-form/item-text-password/style/index.js +0 -1
- package/lib/src/ap-form/list/style/css.js +0 -1
- package/lib/src/ap-form/list/style/index.js +0 -1
- package/lib/src/ap-form/modal-form/style/css.js +0 -1
- package/lib/src/ap-form/modal-form/style/index.js +0 -1
- package/lib/src/ap-form/render/style/css.js +0 -1
- package/lib/src/ap-form/search-form/style/css.js +0 -1
- package/lib/src/ap-form/search-form/style/index.js +0 -1
- package/lib/src/ap-form/set/style/css.js +0 -1
- package/lib/src/ap-form/set/style/index.js +0 -1
- package/lib/src/ap-form/style/css.js +0 -1
- package/lib/src/ap-form/style/index.js +0 -1
- package/lib/src/ap-info-layout/style/css.js +0 -1
- package/lib/src/ap-info-layout/style/index.js +0 -1
- package/lib/src/ap-list/style/css.js +0 -1
- package/lib/src/ap-list/style/index.js +0 -1
- package/lib/src/ap-modal/style/css.js +0 -1
- package/lib/src/ap-modal/style/index.js +0 -1
- package/lib/src/ap-scroll-bar/style/css.js +0 -1
- package/lib/src/ap-scroll-bar/style/index.js +0 -1
- package/lib/src/ap-table/style/css.js +0 -1
- package/lib/src/ap-table/style/index.js +0 -1
- package/lib/src/ap-tag/group/style/css.js +0 -2
- package/lib/src/ap-tag/group/style/index.js +0 -2
- package/lib/src/ap-tag/style/css.js +0 -1
- package/lib/src/ap-tag/style/index.js +0 -1
- package/lib/src/ap-upload/style/css.js +0 -1
- package/lib/src/ap-upload/style/index.js +0 -1
- package/lib/src/business/ap-appendix/style/css.js +0 -1
- package/lib/src/business/ap-appendix/style/index.js +0 -1
- package/lib/src/business/ap-attachment/style/css.js +0 -1
- package/lib/src/business/ap-attachment/style/index.js +0 -1
- package/lib/src/business/ap-batch-action/style/css.js +0 -1
- package/lib/src/business/ap-batch-action/style/index.js +0 -1
- package/lib/src/business/ap-batch-action-group/style/css.js +0 -1
- package/lib/src/business/ap-batch-action-group/style/index.js +0 -1
- package/lib/src/business/ap-button-group/style/css.js +0 -1
- package/lib/src/business/ap-button-group/style/index.js +0 -1
- package/lib/src/business/ap-card/style/css.js +0 -2
- package/lib/src/business/ap-card/style/index.js +0 -2
- package/lib/src/business/ap-expand-alert/style/css.js +0 -2
- package/lib/src/business/ap-expand-alert/style/index.js +0 -2
- package/lib/src/business/ap-export-group/style/css.js +0 -1
- package/lib/src/business/ap-export-group/style/index.js +0 -1
- package/lib/src/business/ap-group-search/extension-select/style/css.js +0 -1
- package/lib/src/business/ap-group-search/extension-select/style/index.js +0 -1
- package/lib/src/business/ap-group-search/popover-select/style/css.js +0 -1
- package/lib/src/business/ap-group-search/popover-select/style/index.js +0 -1
- package/lib/src/business/ap-group-search/style/css.js +0 -1
- package/lib/src/business/ap-group-search/style/index.js +0 -1
- package/lib/src/business/ap-image/style/css.js +0 -1
- package/lib/src/business/ap-image/style/index.js +0 -1
- package/lib/src/business/ap-input-radio/style/css.js +0 -1
- package/lib/src/business/ap-input-radio/style/index.js +0 -1
- package/lib/src/business/ap-label/group/style/css.js +0 -1
- package/lib/src/business/ap-label/group/style/index.js +0 -1
- package/lib/src/business/ap-label/style/css.js +0 -1
- package/lib/src/business/ap-label/style/index.js +0 -1
- package/lib/src/business/ap-ladder/style/css.js +0 -1
- package/lib/src/business/ap-select-layout/style/css.js +0 -1
- package/lib/src/business/ap-select-layout/style/index.js +0 -1
- package/lib/src/business/ap-size-input/style/css.js +0 -1
- package/lib/src/business/ap-size-input/style/index.js +0 -1
- package/lib/src/business/ap-status/group/style/css.js +0 -1
- package/lib/src/business/ap-status/group/style/index.js +0 -1
- package/lib/src/business/ap-status/style/css.js +0 -1
- package/lib/src/business/ap-status/style/index.js +0 -1
- package/lib/src/business/ap-summary/style/css.js +0 -1
- package/lib/src/business/ap-summary/style/index.js +0 -1
- package/lib/src/business/ap-table-modal/style/css.js +0 -1
- package/lib/src/business/ap-table-modal/style/index.js +0 -1
- package/lib/src/business/ap-title/style/css.js +0 -1
- package/lib/src/business/ap-title/style/index.js +0 -1
- package/lib/src/business/ap-upload-file/ap-upload-single/style/css.js +0 -1
- package/lib/src/business/ap-upload-file/ap-upload-single/style/index.js +0 -1
- package/lib/src/business/batch-input-group/popover-input/style/css.js +0 -1
- package/lib/src/business/batch-input-group/popover-input/style/index.js +0 -1
- package/lib/src/business/batch-input-group/style/css.js +0 -1
- package/lib/src/business/batch-input-group/style/index.js +0 -1
- package/lib/src/check-card/group/style/css.js +0 -1
- package/lib/src/check-card/group/style/index.js +0 -1
- package/lib/src/check-card/style/css.js +0 -1
- package/lib/src/check-card/style/index.js +0 -1
- package/lib/src/config-provider/style/css.js +0 -1
- package/lib/src/config-provider/style/index.js +0 -1
- package/lib/src/editable-table/form-item/style/css.js +0 -1
- package/lib/src/editable-table/form-item/style/index.js +0 -1
- package/lib/src/editable-table/style/css.js +0 -1
- package/lib/src/editable-table/style/index.js +0 -1
- package/lib/src/work-order-modal/style/css.js +0 -4
- package/lib/src/work-order-modal/style/index.js +0 -4
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { ApActionItemProps, ApActionItemSlots } from '../interface';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
declare function __VLS_template(): {
|
|
4
|
-
attrs: Partial<{}>;
|
|
5
4
|
slots: Readonly<ApActionItemSlots> & ApActionItemSlots;
|
|
6
5
|
refs: {};
|
|
7
|
-
|
|
6
|
+
attrs: Partial<{}>;
|
|
8
7
|
};
|
|
9
8
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
9
|
declare const __VLS_component: DefineComponent<ApActionItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApActionItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
@@ -3,12 +3,11 @@ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOp
|
|
|
3
3
|
import { ActionColor, MixedActionTypes } from '..';
|
|
4
4
|
import { Trigger } from '@aplus-frontend/antdv/es/dropdown/props';
|
|
5
5
|
declare function __VLS_template(): {
|
|
6
|
-
attrs: Partial<{}>;
|
|
7
6
|
slots: {
|
|
8
7
|
default?(_: {}): any;
|
|
9
8
|
};
|
|
10
9
|
refs: {};
|
|
11
|
-
|
|
10
|
+
attrs: Partial<{}>;
|
|
12
11
|
};
|
|
13
12
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
13
|
declare const __VLS_component: DefineComponent<ApActionItemDropdownProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApActionItemDropdownProps> & Readonly<{}>, {
|
|
@@ -3,10 +3,9 @@ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOp
|
|
|
3
3
|
import { ActionColor } from '..';
|
|
4
4
|
import { ModalFuncProps } from '@aplus-frontend/antdv';
|
|
5
5
|
declare function __VLS_template(): {
|
|
6
|
-
attrs: Partial<{}>;
|
|
7
6
|
slots: Readonly<ApActionItemSlots> & ApActionItemSlots;
|
|
8
7
|
refs: {};
|
|
9
|
-
|
|
8
|
+
attrs: Partial<{}>;
|
|
10
9
|
};
|
|
11
10
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
11
|
declare const __VLS_component: DefineComponent<ApActionItemModalProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApActionItemModalProps> & Readonly<{}>, {
|
|
@@ -11,10 +11,9 @@ import { LiteralUnion } from '@aplus-frontend/antdv/es/_util/type';
|
|
|
11
11
|
import { PresetColorType } from '@aplus-frontend/antdv/es/_util/colors';
|
|
12
12
|
import { AlignType, BuildInPlacements } from '@aplus-frontend/antdv/es/vc-trigger/interface';
|
|
13
13
|
declare function __VLS_template(): {
|
|
14
|
-
attrs: Partial<{}>;
|
|
15
14
|
slots: Readonly<ApActionItemSlots> & ApActionItemSlots;
|
|
16
15
|
refs: {};
|
|
17
|
-
|
|
16
|
+
attrs: Partial<{}>;
|
|
18
17
|
};
|
|
19
18
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
20
19
|
declare const __VLS_component: DefineComponent<ApActionItemPopconfirmProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApActionItemPopconfirmProps> & Readonly<{}>, {
|
|
@@ -2,10 +2,9 @@ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOp
|
|
|
2
2
|
import { ApButtonProps } from './interface';
|
|
3
3
|
import { ButtonType } from '@aplus-frontend/antdv/es/button';
|
|
4
4
|
declare function __VLS_template(): {
|
|
5
|
-
attrs: Partial<{}>;
|
|
6
5
|
slots: Partial<Record<string, (_: any) => any>>;
|
|
7
6
|
refs: {};
|
|
8
|
-
|
|
7
|
+
attrs: Partial<{}>;
|
|
9
8
|
};
|
|
10
9
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
10
|
declare const __VLS_component: DefineComponent<ApButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ApButtonProps> & Readonly<{}>, {
|
|
@@ -2,10 +2,9 @@ import { ApButtonProps } from './interface';
|
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
import { ButtonType } from '@aplus-frontend/antdv/es/button';
|
|
4
4
|
declare function __VLS_template(): {
|
|
5
|
-
attrs: Partial<{}>;
|
|
6
5
|
slots: Partial<Record<string, (_: any) => any>>;
|
|
7
6
|
refs: {};
|
|
8
|
-
|
|
7
|
+
attrs: Partial<{}>;
|
|
9
8
|
};
|
|
10
9
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
10
|
declare const __VLS_component: DefineComponent<ApButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApButtonProps> & Readonly<{}>, {
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { DisplayInfoProps } from './interface';
|
|
2
2
|
import { VNode, RendererNode, RendererElement, VNodeChild, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
declare function __VLS_template(): {
|
|
4
|
-
attrs: Partial<{}>;
|
|
5
4
|
slots: Partial<Record<string, (_: {
|
|
6
5
|
index: number;
|
|
7
6
|
item: VNode<RendererNode, RendererElement, {
|
|
@@ -12,10 +11,10 @@ declare function __VLS_template(): {
|
|
|
12
11
|
} | undefined;
|
|
13
12
|
}) => any>>;
|
|
14
13
|
refs: {};
|
|
15
|
-
|
|
14
|
+
attrs: Partial<{}>;
|
|
16
15
|
};
|
|
17
16
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
|
-
declare const __VLS_component: DefineComponent<DisplayInfoProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DisplayInfoProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
17
|
+
declare const __VLS_component: DefineComponent<DisplayInfoProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DisplayInfoProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
19
18
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
20
19
|
export default _default;
|
|
21
20
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
|
|
2
|
+
declare const _default: DefineComponent<{
|
|
3
3
|
helpMessage?: any;
|
|
4
4
|
label?: any;
|
|
5
|
-
}
|
|
6
|
-
|
|
5
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
|
|
6
|
+
helpMessage?: any;
|
|
7
|
+
label?: any;
|
|
8
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
7
9
|
export default _default;
|
|
@@ -1,19 +1,17 @@
|
|
|
1
1
|
import { ApDownLoadProps } from './interface';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
import { ButtonType } from '@aplus-frontend/antdv/es/button';
|
|
4
|
-
type __VLS_Props = ApDownLoadProps;
|
|
5
4
|
declare function __VLS_template(): {
|
|
6
|
-
attrs: Partial<{}>;
|
|
7
5
|
slots: {
|
|
8
6
|
icon?(_: {}): any;
|
|
9
7
|
};
|
|
10
8
|
refs: {};
|
|
11
|
-
|
|
9
|
+
attrs: Partial<{}>;
|
|
12
10
|
};
|
|
13
11
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
-
declare const __VLS_component: DefineComponent<
|
|
12
|
+
declare const __VLS_component: DefineComponent<ApDownLoadProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
15
13
|
downloadCallback: (...args: any[]) => void;
|
|
16
|
-
}, string, PublicProps, Readonly<
|
|
14
|
+
}, string, PublicProps, Readonly<ApDownLoadProps> & Readonly<{
|
|
17
15
|
onDownloadCallback?: ((...args: any[]) => any) | undefined;
|
|
18
16
|
}>, {
|
|
19
17
|
size: "small" | "large" | "middle";
|
|
@@ -19,10 +19,9 @@ type ApFieldDataSlots = {
|
|
|
19
19
|
default?: any;
|
|
20
20
|
};
|
|
21
21
|
declare function __VLS_template(): {
|
|
22
|
-
attrs: Partial<{}>;
|
|
23
22
|
slots: Readonly<ApFieldDataSlots> & ApFieldDataSlots;
|
|
24
23
|
refs: {};
|
|
25
|
-
|
|
24
|
+
attrs: Partial<{}>;
|
|
26
25
|
};
|
|
27
26
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
28
27
|
declare const __VLS_component: DefineComponent<ApFieldDateProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -20,10 +20,9 @@ type ApFieldDateRangeSlots = {
|
|
|
20
20
|
clearIcon?: any;
|
|
21
21
|
};
|
|
22
22
|
declare function __VLS_template(): {
|
|
23
|
-
attrs: Partial<{}>;
|
|
24
23
|
slots: Readonly<ApFieldDateRangeSlots> & ApFieldDateRangeSlots;
|
|
25
24
|
refs: {};
|
|
26
|
-
|
|
25
|
+
attrs: Partial<{}>;
|
|
27
26
|
};
|
|
28
27
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
29
28
|
declare const __VLS_component: DefineComponent<ApFieldDateRangeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -16,7 +16,6 @@ type ApFieldNumberSlots = {
|
|
|
16
16
|
declare function focus(): void;
|
|
17
17
|
declare function blur(): void;
|
|
18
18
|
declare function __VLS_template(): {
|
|
19
|
-
attrs: Partial<{}>;
|
|
20
19
|
slots: Readonly<ApFieldNumberSlots> & ApFieldNumberSlots;
|
|
21
20
|
refs: {
|
|
22
21
|
inputRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
@@ -340,7 +339,7 @@ declare function __VLS_template(): {
|
|
|
340
339
|
parser: (displayValue: string) => ValueType;
|
|
341
340
|
}> | null;
|
|
342
341
|
};
|
|
343
|
-
|
|
342
|
+
attrs: Partial<{}>;
|
|
344
343
|
};
|
|
345
344
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
346
345
|
declare const __VLS_component: DefineComponent<ApFieldNumberProps, {
|
|
@@ -8,7 +8,6 @@ import { FieldMode } from '..';
|
|
|
8
8
|
declare function focus(): void;
|
|
9
9
|
declare function blur(): void;
|
|
10
10
|
declare function __VLS_template(): {
|
|
11
|
-
attrs: Partial<{}>;
|
|
12
11
|
slots: Readonly<{
|
|
13
12
|
character: any;
|
|
14
13
|
}> & {
|
|
@@ -96,7 +95,7 @@ declare function __VLS_template(): {
|
|
|
96
95
|
allowHalf: boolean;
|
|
97
96
|
}> | null;
|
|
98
97
|
};
|
|
99
|
-
|
|
98
|
+
attrs: Partial<{}>;
|
|
100
99
|
};
|
|
101
100
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
102
101
|
declare const __VLS_component: DefineComponent<ApFieldRateProps, {
|
|
@@ -2,7 +2,6 @@ import { ApFieldSegmentedProps } from '../interface';
|
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
import { FieldMode } from '..';
|
|
4
4
|
declare function __VLS_template(): {
|
|
5
|
-
attrs: Partial<{}>;
|
|
6
5
|
slots: {
|
|
7
6
|
label?(_: {
|
|
8
7
|
value: string | number;
|
|
@@ -13,7 +12,7 @@ declare function __VLS_template(): {
|
|
|
13
12
|
}): any;
|
|
14
13
|
};
|
|
15
14
|
refs: {};
|
|
16
|
-
|
|
15
|
+
attrs: Partial<{}>;
|
|
17
16
|
};
|
|
18
17
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
19
18
|
declare const __VLS_component: DefineComponent<ApFieldSegmentedProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -26,7 +26,6 @@ declare function requestIfNeeded(clear?: boolean): Promise<void>;
|
|
|
26
26
|
declare function focus(): void;
|
|
27
27
|
declare function blur(): void;
|
|
28
28
|
declare function __VLS_template(): {
|
|
29
|
-
attrs: Partial<{}>;
|
|
30
29
|
slots: Readonly<ApFieldSelectSlots> & ApFieldSelectSlots;
|
|
31
30
|
refs: {
|
|
32
31
|
selectRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
@@ -431,7 +430,7 @@ declare function __VLS_template(): {
|
|
|
431
430
|
labelInValue: boolean;
|
|
432
431
|
}> | null;
|
|
433
432
|
};
|
|
434
|
-
|
|
433
|
+
attrs: Partial<{}>;
|
|
435
434
|
};
|
|
436
435
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
437
436
|
declare const __VLS_component: DefineComponent<ApFieldSelectProps, {
|
|
@@ -14,7 +14,6 @@ type ApFieldSliderSlots = {
|
|
|
14
14
|
declare function focus(): void;
|
|
15
15
|
declare function blur(): void;
|
|
16
16
|
declare function __VLS_template(): {
|
|
17
|
-
attrs: Partial<{}>;
|
|
18
17
|
slots: Readonly<ApFieldSliderSlots> & ApFieldSliderSlots;
|
|
19
18
|
refs: {
|
|
20
19
|
sliderRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
@@ -273,7 +272,7 @@ declare function __VLS_template(): {
|
|
|
273
272
|
getTooltipPopupContainer: (triggerNode: HTMLElement) => HTMLElement;
|
|
274
273
|
}> | null;
|
|
275
274
|
};
|
|
276
|
-
|
|
275
|
+
attrs: Partial<{}>;
|
|
277
276
|
};
|
|
278
277
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
279
278
|
declare const __VLS_component: DefineComponent<ApFieldSliderProps, {
|
|
@@ -6,10 +6,9 @@ type ApFieldSwitchSlots = {
|
|
|
6
6
|
default: any;
|
|
7
7
|
};
|
|
8
8
|
declare function __VLS_template(): {
|
|
9
|
-
attrs: Partial<{}>;
|
|
10
9
|
slots: Readonly<ApFieldSwitchSlots> & ApFieldSwitchSlots;
|
|
11
10
|
refs: {};
|
|
12
|
-
|
|
11
|
+
attrs: Partial<{}>;
|
|
13
12
|
};
|
|
14
13
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
14
|
declare const __VLS_component: DefineComponent<ApFieldSwitchProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -10,10 +10,9 @@ type ApFieldTextSlots = {
|
|
|
10
10
|
clearIcon?: any;
|
|
11
11
|
};
|
|
12
12
|
declare function __VLS_template(): {
|
|
13
|
-
attrs: Partial<{}>;
|
|
14
13
|
slots: Readonly<ApFieldTextSlots> & ApFieldTextSlots;
|
|
15
14
|
refs: {};
|
|
16
|
-
|
|
15
|
+
attrs: Partial<{}>;
|
|
17
16
|
};
|
|
18
17
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
19
18
|
declare const __VLS_component: DefineComponent<ApFieldTextProps, {
|
|
@@ -10,10 +10,9 @@ type ApFieldTextPasswordSlots = {
|
|
|
10
10
|
iconRender: any;
|
|
11
11
|
};
|
|
12
12
|
declare function __VLS_template(): {
|
|
13
|
-
attrs: Partial<{}>;
|
|
14
13
|
slots: Readonly<ApFieldTextPasswordSlots> & ApFieldTextPasswordSlots;
|
|
15
14
|
refs: {};
|
|
16
|
-
|
|
15
|
+
attrs: Partial<{}>;
|
|
17
16
|
};
|
|
18
17
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
19
18
|
declare const __VLS_component: DefineComponent<ApFieldTextPasswordProps, {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ApFormProps, RegistedFieldType, WatchFunc } from './interface';
|
|
2
|
-
import { InternalNamePath, NamePath, ValidateOptions, FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity } from '@aplus-frontend/antdv/es/form/interface';
|
|
2
|
+
import { InternalNamePath, NamePath, ValidateOptions, FormLabelAlign, RuleObject, ValidateMessages, FieldData, ValidateErrorEntity } from '@aplus-frontend/antdv/es/form/interface';
|
|
3
3
|
import { Recordable } from '../type';
|
|
4
4
|
import { CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, HTMLAttributes, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, DefineComponent } from 'vue';
|
|
5
5
|
import { VueTypeDef, VueTypeValidableDef } from '../../node_modules/vue-types';
|
|
@@ -7,6 +7,7 @@ import { ColSize } from '@aplus-frontend/antdv/es/grid';
|
|
|
7
7
|
import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
|
|
8
8
|
import { RuleObject } from '@aplus-frontend/antdv/es/form';
|
|
9
9
|
import { Options } from '../../node_modules/scroll-into-view-if-needed';
|
|
10
|
+
import { SizeType } from '@aplus-frontend/antdv/es/config-provider';
|
|
10
11
|
import { SizeType } from '@aplus-frontend/antdv/es/button';
|
|
11
12
|
import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
|
|
12
13
|
/**
|
|
@@ -23,7 +24,6 @@ declare function getInternalInstance(mark: string): {
|
|
|
23
24
|
registerWatch: typeof registerWatch;
|
|
24
25
|
} | undefined;
|
|
25
26
|
declare function __VLS_template(): {
|
|
26
|
-
attrs: Partial<{}>;
|
|
27
27
|
slots: {
|
|
28
28
|
default?(_: {}): any;
|
|
29
29
|
};
|
|
@@ -288,9 +288,7 @@ declare function __VLS_template(): {
|
|
|
288
288
|
};
|
|
289
289
|
xxl: {
|
|
290
290
|
type: PropType<string | number | ColSize>;
|
|
291
|
-
default: string | number |
|
|
292
|
-
* 订阅事件
|
|
293
|
-
*/).ColSize;
|
|
291
|
+
default: string | number | ColSize;
|
|
294
292
|
};
|
|
295
293
|
prefixCls: StringConstructor;
|
|
296
294
|
flex: (StringConstructor | NumberConstructor)[];
|
|
@@ -665,7 +663,7 @@ declare function __VLS_template(): {
|
|
|
665
663
|
scrollToFirstError: boolean | Options<any>;
|
|
666
664
|
}> | null;
|
|
667
665
|
};
|
|
668
|
-
|
|
666
|
+
attrs: Partial<{}>;
|
|
669
667
|
};
|
|
670
668
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
671
669
|
declare const __VLS_component: DefineComponent<ApFormProps, {
|
|
@@ -4,10 +4,9 @@ type ApFormDependencySlots = {
|
|
|
4
4
|
default(values: Record<string, any>): any;
|
|
5
5
|
};
|
|
6
6
|
declare function __VLS_template(): {
|
|
7
|
-
attrs: Partial<{}>;
|
|
8
7
|
slots: Readonly<ApFormDependencySlots> & ApFormDependencySlots;
|
|
9
8
|
refs: {};
|
|
10
|
-
|
|
9
|
+
attrs: Partial<{}>;
|
|
11
10
|
};
|
|
12
11
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
12
|
declare const __VLS_component: DefineComponent<ApFormDependencyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormDependencyProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
@@ -19,7 +19,6 @@ type ApDrawerFormSlots = {
|
|
|
19
19
|
submitter(defaultDoms: VNode[]): any;
|
|
20
20
|
};
|
|
21
21
|
declare function __VLS_template(): {
|
|
22
|
-
attrs: Partial<{}>;
|
|
23
22
|
slots: Readonly<ApDrawerFormSlots> & ApDrawerFormSlots;
|
|
24
23
|
refs: {
|
|
25
24
|
formRef: ({
|
|
@@ -116,7 +115,7 @@ declare function __VLS_template(): {
|
|
|
116
115
|
readonly onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
|
|
117
116
|
readonly initialValues?: Recordable | undefined;
|
|
118
117
|
readonly onValuesChange?: ((changedValues: Recordable, allValues: Recordable, fieldName: NamePath) => void) | undefined;
|
|
119
|
-
readonly syncToUrl?: boolean | ((values: Recordable, type: "get" | "set") => Recordable) | undefined;
|
|
118
|
+
readonly syncToUrl?: (boolean | ((values: Recordable, type: "get" | "set") => Recordable)) | undefined;
|
|
120
119
|
readonly syncToUrlPriority?: boolean | undefined;
|
|
121
120
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
122
121
|
$attrs: {
|
|
@@ -219,7 +218,7 @@ declare function __VLS_template(): {
|
|
|
219
218
|
};
|
|
220
219
|
}) | null;
|
|
221
220
|
};
|
|
222
|
-
|
|
221
|
+
attrs: Partial<{}>;
|
|
223
222
|
};
|
|
224
223
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
225
224
|
declare const __VLS_component: DefineComponent<ApFormDrawerFormProps, {
|
|
@@ -12,7 +12,6 @@ declare function clearValidate(): void;
|
|
|
12
12
|
declare function resetField(): void;
|
|
13
13
|
declare function getFieldValue(shouldFormat?: boolean): any;
|
|
14
14
|
declare function __VLS_template(): {
|
|
15
|
-
attrs: Partial<{}>;
|
|
16
15
|
slots: Readonly<ApFormItemSlots> & ApFormItemSlots;
|
|
17
16
|
refs: {
|
|
18
17
|
formItemRef: ({
|
|
@@ -791,7 +790,7 @@ declare function __VLS_template(): {
|
|
|
791
790
|
tooltip: StringConstructor;
|
|
792
791
|
}>> & Readonly<{}>, "hidden" | "colon" | "required" | "hasFeedback" | "autoLink" | "validateFirst" | "noStyle"> & ShallowUnwrapRef<() => any>) | null;
|
|
793
792
|
};
|
|
794
|
-
|
|
793
|
+
attrs: Partial<{}>;
|
|
795
794
|
};
|
|
796
795
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
797
796
|
declare const __VLS_component: DefineComponent<ApFormItemProps, {
|
|
@@ -3,14 +3,13 @@ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOp
|
|
|
3
3
|
import { Breakpoint } from '@aplus-frontend/antdv/es/_util/responsiveObserve';
|
|
4
4
|
import { Gutter } from '@aplus-frontend/antdv/es/grid/Row';
|
|
5
5
|
declare function __VLS_template(): {
|
|
6
|
-
attrs: Partial<{}>;
|
|
7
6
|
slots: Readonly<{
|
|
8
7
|
default(): any[];
|
|
9
8
|
}> & {
|
|
10
9
|
default(): any[];
|
|
11
10
|
};
|
|
12
11
|
refs: {};
|
|
13
|
-
|
|
12
|
+
attrs: Partial<{}>;
|
|
14
13
|
};
|
|
15
14
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
15
|
declare const __VLS_component: DefineComponent<ApFormItemGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemGroupProps> & Readonly<{}>, {
|
|
@@ -4,10 +4,9 @@ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOp
|
|
|
4
4
|
import { ApFieldCheckboxProps } from '../../..';
|
|
5
5
|
type ApFormItemCheckboxSlots = Omit<ApFormItemSlots, 'default'>;
|
|
6
6
|
declare function __VLS_template(): {
|
|
7
|
-
attrs: Partial<{}>;
|
|
8
7
|
slots: Readonly<ApFormItemCheckboxSlots> & ApFormItemCheckboxSlots;
|
|
9
8
|
refs: {};
|
|
10
|
-
|
|
9
|
+
attrs: Partial<{}>;
|
|
11
10
|
};
|
|
12
11
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
12
|
declare const __VLS_component: DefineComponent<ApFormItemCheckboxProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemCheckboxProps> & Readonly<{}>, {
|
|
@@ -3,7 +3,6 @@ import { ApFormItemSlots } from '../../interface';
|
|
|
3
3
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
4
|
import { ApFieldDateProps } from '../../..';
|
|
5
5
|
declare function __VLS_template(): {
|
|
6
|
-
attrs: Partial<{}>;
|
|
7
6
|
slots: Readonly<{
|
|
8
7
|
dateRender: any;
|
|
9
8
|
suffixIcon?: any;
|
|
@@ -30,7 +29,7 @@ declare function __VLS_template(): {
|
|
|
30
29
|
default?: any;
|
|
31
30
|
} & Omit<ApFormItemSlots, "default">;
|
|
32
31
|
refs: {};
|
|
33
|
-
|
|
32
|
+
attrs: Partial<{}>;
|
|
34
33
|
};
|
|
35
34
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
36
35
|
declare const __VLS_component: DefineComponent<ApFormItemDateProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemDateProps> & Readonly<{}>, {
|
|
@@ -3,7 +3,6 @@ import { ApFormItemSlots } from '../../interface';
|
|
|
3
3
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
4
|
import { ApFieldDateRangeProps } from '../../..';
|
|
5
5
|
declare function __VLS_template(): {
|
|
6
|
-
attrs: Partial<{}>;
|
|
7
6
|
slots: Readonly<{
|
|
8
7
|
suffixIcon?: any;
|
|
9
8
|
prevIcon?: any;
|
|
@@ -28,7 +27,7 @@ declare function __VLS_template(): {
|
|
|
28
27
|
clearIcon?: any;
|
|
29
28
|
} & Omit<ApFormItemSlots, "default">;
|
|
30
29
|
refs: {};
|
|
31
|
-
|
|
30
|
+
attrs: Partial<{}>;
|
|
32
31
|
};
|
|
33
32
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
34
33
|
declare const __VLS_component: DefineComponent<ApFormItemDateRangeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemDateRangeProps> & Readonly<{}>, {
|
|
@@ -7,7 +7,6 @@ import { ValueType } from '@aplus-frontend/antdv/es/input-number/src/utils/MiniD
|
|
|
7
7
|
import { KeyboardEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
|
|
8
8
|
import { OnCleanup } from '@vue/reactivity';
|
|
9
9
|
declare function __VLS_template(): {
|
|
10
|
-
attrs: Partial<{}>;
|
|
11
10
|
slots: Readonly<{
|
|
12
11
|
addonBefore?: any;
|
|
13
12
|
addonAfter?: any;
|
|
@@ -161,7 +160,7 @@ declare function __VLS_template(): {
|
|
|
161
160
|
};
|
|
162
161
|
}) | null;
|
|
163
162
|
};
|
|
164
|
-
|
|
163
|
+
attrs: Partial<{}>;
|
|
165
164
|
};
|
|
166
165
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
167
166
|
declare const __VLS_component: DefineComponent<ApFormItemNumberProps, {
|
|
@@ -4,7 +4,6 @@ import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicP
|
|
|
4
4
|
import { ApFieldRadioProps, FieldMode } from '../../..';
|
|
5
5
|
type ApFormItemRadioSlots = Omit<ApFormItemSlots, 'default'>;
|
|
6
6
|
declare function __VLS_template(): {
|
|
7
|
-
attrs: Partial<{}>;
|
|
8
7
|
slots: Readonly<ApFormItemRadioSlots> & ApFormItemRadioSlots;
|
|
9
8
|
refs: {
|
|
10
9
|
radioRef: CreateComponentPublicInstanceWithMixins<Readonly< ApFieldRadioProps> & Readonly<{
|
|
@@ -38,7 +37,7 @@ declare function __VLS_template(): {
|
|
|
38
37
|
emptyText: string;
|
|
39
38
|
}> | null;
|
|
40
39
|
};
|
|
41
|
-
|
|
40
|
+
attrs: Partial<{}>;
|
|
42
41
|
};
|
|
43
42
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
44
43
|
declare const __VLS_component: DefineComponent<ApFormItemRadioProps, {
|
|
@@ -3,7 +3,6 @@ import { ApFormItemSlots } from '../../interface';
|
|
|
3
3
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
4
|
import { ApFieldSelectProps } from '../../..';
|
|
5
5
|
declare function __VLS_template(): {
|
|
6
|
-
attrs: Partial<{}>;
|
|
7
6
|
slots: Readonly<{
|
|
8
7
|
notFoundContent: any;
|
|
9
8
|
suffixIcon: any;
|
|
@@ -32,7 +31,7 @@ declare function __VLS_template(): {
|
|
|
32
31
|
default: any;
|
|
33
32
|
} & Omit<ApFormItemSlots, "default">;
|
|
34
33
|
refs: {};
|
|
35
|
-
|
|
34
|
+
attrs: Partial<{}>;
|
|
36
35
|
};
|
|
37
36
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
38
37
|
declare const __VLS_component: DefineComponent<ApFormItemSelectProps, {
|
|
@@ -3,7 +3,6 @@ import { ApFormItemSlots } from '../../interface';
|
|
|
3
3
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
4
|
import { ApFieldSwitchProps } from '../../..';
|
|
5
5
|
declare function __VLS_template(): {
|
|
6
|
-
attrs: Partial<{}>;
|
|
7
6
|
slots: Readonly<{
|
|
8
7
|
checkedChildren: any;
|
|
9
8
|
unCheckedChildren: any;
|
|
@@ -14,7 +13,7 @@ declare function __VLS_template(): {
|
|
|
14
13
|
default: any;
|
|
15
14
|
} & Omit<ApFormItemSlots, "default">;
|
|
16
15
|
refs: {};
|
|
17
|
-
|
|
16
|
+
attrs: Partial<{}>;
|
|
18
17
|
};
|
|
19
18
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
20
19
|
declare const __VLS_component: DefineComponent<ApFormItemSwitchProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemSwitchProps> & Readonly<{}>, {
|
|
@@ -4,10 +4,9 @@ type ApFormItemTextSlots = {
|
|
|
4
4
|
default: any;
|
|
5
5
|
};
|
|
6
6
|
declare function __VLS_template(): {
|
|
7
|
-
attrs: Partial<{}>;
|
|
8
7
|
slots: Readonly<ApFormItemTextSlots> & ApFormItemTextSlots;
|
|
9
8
|
refs: {};
|
|
10
|
-
|
|
9
|
+
attrs: Partial<{}>;
|
|
11
10
|
};
|
|
12
11
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
12
|
declare const __VLS_component: DefineComponent<ApFormItemTextGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemTextGroupProps> & Readonly<{}>, {
|
|
@@ -8,7 +8,6 @@ import { FocusEventHandler, ChangeEventHandler, CompositionEventHandler, Keyboar
|
|
|
8
8
|
import { ShowCountProps } from '@aplus-frontend/antdv/es/vc-input/inputProps';
|
|
9
9
|
import { OnCleanup } from '@vue/reactivity';
|
|
10
10
|
declare function __VLS_template(): {
|
|
11
|
-
attrs: Partial<{}>;
|
|
12
11
|
slots: Readonly<{
|
|
13
12
|
addonAfter: any;
|
|
14
13
|
addonBefore: any;
|
|
@@ -160,7 +159,7 @@ declare function __VLS_template(): {
|
|
|
160
159
|
};
|
|
161
160
|
}) | null;
|
|
162
161
|
};
|
|
163
|
-
|
|
162
|
+
attrs: Partial<{}>;
|
|
164
163
|
};
|
|
165
164
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
166
165
|
declare const __VLS_component: DefineComponent<ApFormItemTextProps, {
|
|
@@ -7,7 +7,6 @@ import { FocusEventHandler, ChangeEventHandler, CompositionEventHandler, Keyboar
|
|
|
7
7
|
import { ShowCountProps } from '@aplus-frontend/antdv/es/vc-input/inputProps';
|
|
8
8
|
import { OnCleanup } from '@vue/reactivity';
|
|
9
9
|
declare function __VLS_template(): {
|
|
10
|
-
attrs: Partial<{}>;
|
|
11
10
|
slots: Readonly<{
|
|
12
11
|
addonAfter: any;
|
|
13
12
|
addonBefore: any;
|
|
@@ -171,7 +170,7 @@ declare function __VLS_template(): {
|
|
|
171
170
|
};
|
|
172
171
|
}) | null;
|
|
173
172
|
};
|
|
174
|
-
|
|
173
|
+
attrs: Partial<{}>;
|
|
175
174
|
};
|
|
176
175
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
177
176
|
declare const __VLS_component: DefineComponent<ApFormItemTextPasswordProps, {
|
|
@@ -5,7 +5,6 @@ import { CreateComponentPublicInstanceWithMixins, ComputedRef, ComponentOptionsM
|
|
|
5
5
|
import { ApFieldTextAreaProps, FieldMode } from '../../..';
|
|
6
6
|
type ApFormItemTextAreaSlots = Omit<ApFormItemSlots, 'default'>;
|
|
7
7
|
declare function __VLS_template(): {
|
|
8
|
-
attrs: Partial<{}>;
|
|
9
8
|
slots: Readonly<ApFormItemTextAreaSlots> & ApFormItemTextAreaSlots;
|
|
10
9
|
refs: {
|
|
11
10
|
textAreaRef: CreateComponentPublicInstanceWithMixins<Readonly< ApFieldTextAreaProps> & Readonly<{
|
|
@@ -47,7 +46,7 @@ declare function __VLS_template(): {
|
|
|
47
46
|
emptyText: string;
|
|
48
47
|
}> | null;
|
|
49
48
|
};
|
|
50
|
-
|
|
49
|
+
attrs: Partial<{}>;
|
|
51
50
|
};
|
|
52
51
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
53
52
|
declare const __VLS_component: DefineComponent<ApFormItemTextAreaProps, {
|
|
@@ -17,10 +17,9 @@ type ApFormListSlots = {
|
|
|
17
17
|
}): any;
|
|
18
18
|
};
|
|
19
19
|
declare function __VLS_template(): {
|
|
20
|
-
attrs: Partial<{}>;
|
|
21
20
|
slots: Readonly<ApFormListSlots> & ApFormListSlots;
|
|
22
21
|
refs: {};
|
|
23
|
-
|
|
22
|
+
attrs: Partial<{}>;
|
|
24
23
|
};
|
|
25
24
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
26
25
|
declare const __VLS_component: DefineComponent<ApFormListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormListProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
@@ -20,7 +20,6 @@ type ApModalFormSlots = {
|
|
|
20
20
|
submitter(defaultDoms: VNode[]): any;
|
|
21
21
|
};
|
|
22
22
|
declare function __VLS_template(): {
|
|
23
|
-
attrs: Partial<{}>;
|
|
24
23
|
slots: Readonly<ApModalFormSlots> & ApModalFormSlots;
|
|
25
24
|
refs: {
|
|
26
25
|
formRef: ({
|
|
@@ -117,7 +116,7 @@ declare function __VLS_template(): {
|
|
|
117
116
|
readonly onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
|
|
118
117
|
readonly initialValues?: Recordable | undefined;
|
|
119
118
|
readonly onValuesChange?: ((changedValues: Recordable, allValues: Recordable, fieldName: NamePath) => void) | undefined;
|
|
120
|
-
readonly syncToUrl?: boolean | ((values: Recordable, type: "get" | "set") => Recordable) | undefined;
|
|
119
|
+
readonly syncToUrl?: (boolean | ((values: Recordable, type: "get" | "set") => Recordable)) | undefined;
|
|
121
120
|
readonly syncToUrlPriority?: boolean | undefined;
|
|
122
121
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
123
122
|
$attrs: {
|
|
@@ -220,7 +219,7 @@ declare function __VLS_template(): {
|
|
|
220
219
|
};
|
|
221
220
|
}) | null;
|
|
222
221
|
};
|
|
223
|
-
|
|
222
|
+
attrs: Partial<{}>;
|
|
224
223
|
};
|
|
225
224
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
226
225
|
declare const __VLS_component: DefineComponent<ApFormModalFormProps, {
|