@aplus-frontend/ui 0.3.5 → 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/hooks/use-table-content-height.mjs +5 -5
- package/es/src/ap-table/hooks/use-table-paging.mjs +8 -8
- 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-ladder/interface.d.ts +8 -8
- 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/hooks/use-table-content-height.js +1 -1
- package/lib/src/ap-table/hooks/use-table-paging.js +1 -1
- 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-ladder/interface.d.ts +8 -8
- 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 +3 -3
- 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,13 +1,12 @@
|
|
|
1
1
|
import { ApTitleProps } from './interface';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
declare function __VLS_template(): {
|
|
4
|
-
attrs: Partial<{}>;
|
|
5
4
|
slots: {
|
|
6
5
|
prefix?(_: {}): any;
|
|
7
6
|
suffix?(_: {}): any;
|
|
8
7
|
};
|
|
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<ApTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApTitleProps> & Readonly<{}>, {
|
|
@@ -16,7 +15,7 @@ declare const __VLS_component: DefineComponent<ApTitleProps, {}, {}, {}, {}, Com
|
|
|
16
15
|
trigger: "hover" | "focus" | "click" | "contextmenu";
|
|
17
16
|
helpMessage: string;
|
|
18
17
|
helpIconColor: string;
|
|
19
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
18
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
20
19
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
21
20
|
export default _default;
|
|
22
21
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -8,7 +8,7 @@ declare const ApTitle: {
|
|
|
8
8
|
trigger: "hover" | "focus" | "click" | "contextmenu";
|
|
9
9
|
helpMessage: string;
|
|
10
10
|
helpIconColor: string;
|
|
11
|
-
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {},
|
|
11
|
+
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
12
12
|
P: {};
|
|
13
13
|
B: {};
|
|
14
14
|
D: {};
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { ApUploadFile, ApUploadSingleProps } from '../interface';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
type __VLS_Props = ApUploadSingleProps;
|
|
4
3
|
declare function __VLS_template(): {
|
|
5
|
-
attrs: Partial<{}>;
|
|
6
4
|
slots: {
|
|
7
5
|
default?(_: {
|
|
8
6
|
file: ApUploadFile | undefined;
|
|
@@ -10,12 +8,12 @@ declare function __VLS_template(): {
|
|
|
10
8
|
}): any;
|
|
11
9
|
};
|
|
12
10
|
refs: {};
|
|
13
|
-
|
|
11
|
+
attrs: Partial<{}>;
|
|
14
12
|
};
|
|
15
13
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
-
declare const __VLS_component: DefineComponent<
|
|
14
|
+
declare const __VLS_component: DefineComponent<ApUploadSingleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
17
15
|
"update:fileList": (...args: any[]) => void;
|
|
18
|
-
}, string, PublicProps, Readonly<
|
|
16
|
+
}, string, PublicProps, Readonly<ApUploadSingleProps> & Readonly<{
|
|
19
17
|
"onUpdate:fileList"?: ((...args: any[]) => any) | undefined;
|
|
20
18
|
}>, {
|
|
21
19
|
accept: string;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {},
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3
3
|
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {},
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3
3
|
export default _default;
|
|
@@ -13,5 +13,5 @@ declare const _default: DefineComponent<BatchInputGroupProps, {}, {}, {}, {}, Co
|
|
|
13
13
|
allowClear: boolean;
|
|
14
14
|
emptyText: string;
|
|
15
15
|
hasAll: boolean;
|
|
16
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
16
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
17
17
|
export default _default;
|
|
@@ -4,5 +4,5 @@ declare const _default: DefineComponent<BatchInputGroupPopoverInputProps, {}, {}
|
|
|
4
4
|
"update:value": (...args: any[]) => void;
|
|
5
5
|
}, string, PublicProps, Readonly<BatchInputGroupPopoverInputProps> & Readonly<{
|
|
6
6
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
7
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
7
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
8
8
|
export default _default;
|
|
@@ -36,7 +36,7 @@ export declare function usePageListApTable(props?: UsePageListApTable): [ApTable
|
|
|
36
36
|
reset: () => void;
|
|
37
37
|
refresh: () => void;
|
|
38
38
|
setSearchFormValues: (fields: Partial< Recordable>) => void;
|
|
39
|
-
getSearchFormValues: () => Partial< Recordable>;
|
|
39
|
+
getSearchFormValues: (transform?: boolean) => Partial< Recordable>;
|
|
40
40
|
dataSource: any;
|
|
41
41
|
rowSelection?: {
|
|
42
42
|
select: (item: any) => void;
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { CheckCardGroupProps, CheckCardValueType } from './interface';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, CSSProperties, ComponentProvideOptions } from 'vue';
|
|
3
3
|
declare function __VLS_template(): {
|
|
4
|
-
attrs: Partial<{}>;
|
|
5
4
|
slots: {
|
|
6
5
|
default?(_: {}): any;
|
|
7
6
|
};
|
|
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<CheckCardGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -6,10 +6,9 @@ type CheckCardSlots = {
|
|
|
6
6
|
}): void;
|
|
7
7
|
};
|
|
8
8
|
declare function __VLS_template(): {
|
|
9
|
-
attrs: Partial<{}>;
|
|
10
9
|
slots: Readonly<CheckCardSlots> & CheckCardSlots;
|
|
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<CheckCardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -23,7 +22,7 @@ declare const __VLS_component: DefineComponent<CheckCardProps, {}, {}, {}, {}, C
|
|
|
23
22
|
checked: boolean;
|
|
24
23
|
stopPropagation: boolean | ((event: MouseEvent) => boolean);
|
|
25
24
|
indicatorSize: number;
|
|
26
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
25
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
27
26
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
28
27
|
export default _default;
|
|
29
28
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { EditableColumnType, EditableTableFormItemProps } from './interface';
|
|
2
2
|
import { StandardBehaviorOptions } from '../../node_modules/scroll-into-view-if-needed';
|
|
3
|
-
import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
|
|
3
|
+
import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement } from 'vue';
|
|
4
4
|
import { UnwrapRefSimple } from '@vue/reactivity';
|
|
5
5
|
declare const _default: <RecordType = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
6
|
-
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> &
|
|
6
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & EditableTableFormItemProps<RecordType>> & PublicProps;
|
|
7
7
|
expose(exposed: ShallowUnwrapRef<{
|
|
8
8
|
add: (defaultValue?: any, insertIndex?: number) => void;
|
|
9
9
|
remove: (index: number | number[]) => void;
|
|
@@ -48,7 +48,9 @@ declare const _default: <RecordType = any>(__VLS_props: NonNullable<Awaited<type
|
|
|
48
48
|
}) => void;
|
|
49
49
|
};
|
|
50
50
|
emit: {};
|
|
51
|
-
}>) => VNode
|
|
51
|
+
}>) => VNode<RendererNode, RendererElement, {
|
|
52
|
+
[key: string]: any;
|
|
53
|
+
}> & {
|
|
52
54
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
53
55
|
};
|
|
54
56
|
export default _default;
|
|
@@ -2,11 +2,11 @@ import { EditableTableProps, EditableColumnType } from './interface';
|
|
|
2
2
|
import { NamePath, ValidateOptions } from '@aplus-frontend/antdv/es/form/interface';
|
|
3
3
|
import { Recordable } from '../type';
|
|
4
4
|
import { StandardBehaviorOptions } from '../../node_modules/scroll-into-view-if-needed';
|
|
5
|
-
import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
|
|
5
|
+
import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement } from 'vue';
|
|
6
6
|
declare const _default: <RecordType extends Recordable = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
7
7
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
8
8
|
readonly "onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
9
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, "onUpdate:value"> &
|
|
9
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, "onUpdate:value"> & EditableTableProps<RecordType>> & PublicProps;
|
|
10
10
|
expose(exposed: ShallowUnwrapRef<{
|
|
11
11
|
resetFields: () => void;
|
|
12
12
|
validateFields: (nameList?: NamePath[] | string, options?: ValidateOptions) => Promise<any>;
|
|
@@ -53,7 +53,9 @@ declare const _default: <RecordType extends Recordable = any>(__VLS_props: NonNu
|
|
|
53
53
|
}) => void;
|
|
54
54
|
};
|
|
55
55
|
emit: (event: "update:value", ...args: any[]) => void;
|
|
56
|
-
}>) => VNode
|
|
56
|
+
}>) => VNode<RendererNode, RendererElement, {
|
|
57
|
+
[key: string]: any;
|
|
58
|
+
}> & {
|
|
57
59
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
58
60
|
};
|
|
59
61
|
export default _default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
2
|
export declare const Wrapper: DefineComponent<{
|
|
3
|
-
uiMode?: "admin" | "aplus" | undefined;
|
|
4
|
-
lang?: "en" | "zh-cn" | undefined;
|
|
3
|
+
uiMode?: ("admin" | "aplus") | undefined;
|
|
4
|
+
lang?: ("en" | "zh-cn") | undefined;
|
|
5
5
|
}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
|
|
6
|
-
uiMode?: "admin" | "aplus" | undefined;
|
|
7
|
-
lang?: "en" | "zh-cn" | undefined;
|
|
6
|
+
uiMode?: ("admin" | "aplus") | undefined;
|
|
7
|
+
lang?: ("en" | "zh-cn") | undefined;
|
|
8
8
|
}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -6,5 +6,5 @@ declare const _default: DefineComponent<WorkOrderModalProps, {}, {}, {}, {}, Com
|
|
|
6
6
|
}, string, PublicProps, Readonly<WorkOrderModalProps> & Readonly<{
|
|
7
7
|
"onUpdate:open"?: (() => any) | undefined;
|
|
8
8
|
onModalClose?: (() => any) | undefined;
|
|
9
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
9
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
10
10
|
export default _default;
|
package/index.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as components from './src/index';
|
|
2
|
+
import { App } from 'vue';
|
|
3
|
+
import pathMap from './src/path-map';
|
|
4
|
+
|
|
5
|
+
export * from './src/index';
|
|
6
|
+
export * from './src/hooks';
|
|
7
|
+
|
|
8
|
+
export { pathMap };
|
|
9
|
+
|
|
10
|
+
export default {
|
|
11
|
+
install: (app: App) => {
|
|
12
|
+
for (const c in components) {
|
|
13
|
+
const comp = (components as any)[c];
|
|
14
|
+
if (comp.install) {
|
|
15
|
+
app.use(comp);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
};
|
|
@@ -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, {
|