@aplus-frontend/ui 0.3.7 → 0.3.9
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/group/style/css.js +1 -0
- package/es/src/ap-action/group/style/index.js +1 -0
- package/es/src/ap-action/item/index.vue.d.ts +2 -1
- package/es/src/ap-action/item/style/css.js +2 -0
- package/es/src/ap-action/item/style/index.js +2 -0
- package/es/src/ap-action/item-dropdown/index.vue.d.ts +2 -1
- package/es/src/ap-action/item-dropdown/style/css.js +2 -0
- package/es/src/ap-action/item-dropdown/style/index.js +2 -0
- package/es/src/ap-action/item-modal/index.vue.d.ts +2 -1
- package/es/src/ap-action/item-modal/style/css.js +1 -0
- package/es/src/ap-action/item-modal/style/index.js +1 -0
- package/es/src/ap-action/item-popconfirm/index.vue.d.ts +2 -1
- package/es/src/ap-action/item-popconfirm/style/css.js +1 -0
- package/es/src/ap-action/item-popconfirm/style/index.js +1 -0
- package/es/src/ap-action-button/style/css.js +1 -0
- package/es/src/ap-action-button/style/index.js +1 -0
- package/es/src/ap-button/ap-action-button.vue.d.ts +4 -3
- package/es/src/ap-button/ap-action-button.vue.mjs +11 -11
- package/es/src/ap-button/ap-button.vue.d.ts +4 -3
- package/es/src/ap-button/ap-button.vue.mjs +36 -36
- package/es/src/ap-button/interface.d.ts +4 -0
- package/es/src/ap-button/style/css.js +1 -0
- package/es/src/ap-button/style/index.js +1 -0
- package/es/src/ap-descriptions/ap-descriptions.vue.d.ts +3 -2
- package/es/src/ap-descriptions/help-message/index.vue.d.ts +3 -5
- package/es/src/ap-descriptions/style/css.js +1 -0
- package/es/src/ap-descriptions/style/index.js +1 -0
- package/es/src/ap-download/ap-download.vue.d.ts +5 -3
- package/es/src/ap-download/style/css.js +1 -0
- package/es/src/ap-download/style/index.js +1 -0
- package/es/src/ap-drawer/style/css.js +1 -0
- package/es/src/ap-drawer/style/index.js +1 -0
- package/es/src/ap-field/checkbox/style/css.js +1 -0
- package/es/src/ap-field/checkbox/style/index.js +1 -0
- package/es/src/ap-field/date/index.vue.d.ts +2 -1
- package/es/src/ap-field/date/style/css.js +1 -0
- package/es/src/ap-field/date/style/index.js +1 -0
- package/es/src/ap-field/date-range/index.vue.d.ts +2 -1
- package/es/src/ap-field/date-range/style/css.js +1 -0
- package/es/src/ap-field/date-range/style/index.js +1 -0
- package/es/src/ap-field/number/index.vue.d.ts +2 -1
- package/es/src/ap-field/number/style/css.js +1 -0
- package/es/src/ap-field/number/style/index.js +1 -0
- package/es/src/ap-field/password/style/css.js +1 -0
- package/es/src/ap-field/password/style/index.js +1 -0
- package/es/src/ap-field/radio/style/css.js +1 -0
- package/es/src/ap-field/rate/index.vue.d.ts +2 -1
- package/es/src/ap-field/rate/style/css.js +1 -0
- package/es/src/ap-field/rate/style/index.js +1 -0
- package/es/src/ap-field/segmented/index.vue.d.ts +2 -1
- package/es/src/ap-field/segmented/style/css.js +1 -0
- package/es/src/ap-field/segmented/style/index.js +1 -0
- package/es/src/ap-field/select/index.vue.d.ts +2 -1
- package/es/src/ap-field/select/style/css.js +1 -0
- package/es/src/ap-field/select/style/index.js +1 -0
- package/es/src/ap-field/slider/index.vue.d.ts +2 -1
- package/es/src/ap-field/slider/style/css.js +1 -0
- package/es/src/ap-field/slider/style/index.js +1 -0
- package/es/src/ap-field/style/css.js +1 -0
- package/es/src/ap-field/style/index.js +1 -0
- package/es/src/ap-field/switch/index.vue.d.ts +2 -1
- package/es/src/ap-field/switch/style/css.js +1 -0
- package/es/src/ap-field/switch/style/index.js +1 -0
- package/es/src/ap-field/text/index.vue.d.ts +2 -1
- package/es/src/ap-field/text/password.vue.d.ts +2 -1
- package/es/src/ap-field/text/style/css.js +1 -0
- package/es/src/ap-field/text/style/index.js +1 -0
- package/es/src/ap-field/text-area/style/css.js +1 -0
- package/es/src/ap-field/text-area/style/index.js +1 -0
- package/es/src/ap-form/ap-form.vue.d.ts +6 -4
- package/es/src/ap-form/dependency/index.vue.d.ts +2 -1
- package/es/src/ap-form/dependency/style/css.js +1 -0
- package/es/src/ap-form/dependency/style/index.js +1 -0
- package/es/src/ap-form/drawer-form/index.vue.d.ts +3 -2
- package/es/src/ap-form/drawer-form/style/css.js +1 -0
- package/es/src/ap-form/drawer-form/style/index.js +1 -0
- package/es/src/ap-form/item/index.vue.d.ts +2 -1
- package/es/src/ap-form/item/style/css.js +1 -0
- package/es/src/ap-form/item/style/index.js +1 -0
- package/es/src/ap-form/item-checkbox/style/css.js +1 -0
- package/es/src/ap-form/item-checkbox/style/index.js +1 -0
- package/es/src/ap-form/item-date/style/css.js +1 -0
- package/es/src/ap-form/item-date/style/index.js +1 -0
- package/es/src/ap-form/item-date-range/style/css.js +1 -0
- package/es/src/ap-form/item-date-range/style/index.js +1 -0
- package/es/src/ap-form/item-group/index.vue.d.ts +2 -1
- package/es/src/ap-form/item-group/style/css.js +1 -0
- package/es/src/ap-form/item-group/style/index.js +1 -0
- package/es/src/ap-form/item-number/style/css.js +1 -0
- package/es/src/ap-form/item-number/style/index.js +1 -0
- package/es/src/ap-form/item-radio/style/css.js +1 -0
- package/es/src/ap-form/item-radio/style/index.js +1 -0
- package/es/src/ap-form/item-select/style/css.js +1 -0
- package/es/src/ap-form/item-select/style/index.js +1 -0
- package/es/src/ap-form/item-switch/style/css.js +1 -0
- package/es/src/ap-form/item-switch/style/index.js +1 -0
- package/es/src/ap-form/item-text/style/css.js +1 -0
- package/es/src/ap-form/item-text/style/index.js +1 -0
- package/es/src/ap-form/item-text-area/style/css.js +1 -0
- package/es/src/ap-form/item-text-area/style/index.js +1 -0
- package/es/src/ap-form/item-text-group/style/css.js +1 -0
- package/es/src/ap-form/item-text-group/style/index.js +1 -0
- package/es/src/ap-form/item-text-password/style/css.js +1 -0
- package/es/src/ap-form/item-text-password/style/index.js +1 -0
- package/es/src/ap-form/items/checkbox/index.vue.d.ts +2 -1
- package/es/src/ap-form/items/date/index.vue.d.ts +2 -1
- package/es/src/ap-form/items/date-range/index.vue.d.ts +2 -1
- package/es/src/ap-form/items/number/index.vue.d.ts +2 -1
- package/es/src/ap-form/items/radio/index.vue.d.ts +2 -1
- package/es/src/ap-form/items/select/index.vue.d.ts +2 -1
- package/es/src/ap-form/items/switch/index.vue.d.ts +2 -1
- package/es/src/ap-form/items/text/group.vue.d.ts +2 -1
- package/es/src/ap-form/items/text/index.vue.d.ts +2 -1
- package/es/src/ap-form/items/text/password.vue.d.ts +2 -1
- package/es/src/ap-form/items/text-area/index.vue.d.ts +2 -1
- package/es/src/ap-form/list/index.vue.d.ts +2 -1
- package/es/src/ap-form/list/style/css.js +1 -0
- package/es/src/ap-form/list/style/index.js +1 -0
- package/es/src/ap-form/modal-form/index.vue.d.ts +3 -2
- package/es/src/ap-form/modal-form/index.vue.mjs +61 -57
- package/es/src/ap-form/modal-form/style/css.js +1 -0
- package/es/src/ap-form/modal-form/style/index.js +1 -0
- package/es/src/ap-form/render/control.vue.d.ts +2 -1
- package/es/src/ap-form/render/item.vue.d.ts +2 -1
- package/es/src/ap-form/render/style/css.js +1 -0
- package/es/src/ap-form/search-form/index.vue.d.ts +3 -2
- package/es/src/ap-form/search-form/style/css.js +1 -0
- package/es/src/ap-form/search-form/style/index.js +1 -0
- package/es/src/ap-form/set/index.vue.d.ts +2 -1
- package/es/src/ap-form/set/style/css.js +1 -0
- package/es/src/ap-form/set/style/index.js +1 -0
- package/es/src/ap-form/style/css.js +1 -0
- package/es/src/ap-form/style/index.js +1 -0
- package/es/src/ap-info-layout/ApInfoLayout.vue.d.ts +3 -2
- package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +3 -2
- package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +3 -2
- package/es/src/ap-info-layout/style/css.js +1 -0
- package/es/src/ap-info-layout/style/index.js +1 -0
- package/es/src/ap-list/index.vue.d.ts +3 -5
- package/es/src/ap-list/style/css.js +1 -0
- package/es/src/ap-list/style/index.js +1 -0
- package/es/src/ap-modal/style/css.js +1 -0
- package/es/src/ap-modal/style/index.js +1 -0
- 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-scroll-bar/style/css.js +1 -0
- package/es/src/ap-scroll-bar/style/index.js +1 -0
- package/es/src/ap-table/ap-table.vue.d.ts +3 -5
- package/es/src/ap-table/ap-table.vue2.mjs +23 -22
- 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 +2 -1
- 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-paging.d.ts +7 -3
- package/es/src/ap-table/hooks/use-table-paging.mjs +131 -126
- package/es/src/ap-table/style/css.js +1 -0
- package/es/src/ap-table/style/index.js +1 -0
- package/es/src/ap-table/utils.d.ts +1 -0
- package/es/src/ap-table/utils.mjs +10 -5
- package/es/src/ap-tag/ap-tag-group.vue.d.ts +2 -1
- package/es/src/ap-tag/ap-tag.vue.d.ts +1 -1
- package/es/src/ap-tag/group/style/css.js +2 -0
- package/es/src/ap-tag/group/style/index.js +2 -0
- package/es/src/ap-tag/style/css.js +1 -0
- package/es/src/ap-tag/style/index.js +1 -0
- package/es/src/ap-upload/apUpload.vue.d.ts +3 -2
- package/es/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
- package/es/src/ap-upload/components/Picture.vue.d.ts +5 -9
- package/es/src/ap-upload/components/SingleFile.vue.d.ts +1 -1
- package/es/src/ap-upload/style/css.js +1 -0
- package/es/src/ap-upload/style/index.js +1 -0
- package/es/src/business/ap-appendix/ap-appendix.vue.d.ts +5 -3
- 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-appendix/style/css.js +1 -0
- package/es/src/business/ap-appendix/style/index.js +1 -0
- package/es/src/business/ap-attachment/style/css.js +1 -0
- package/es/src/business/ap-attachment/style/index.js +1 -0
- package/es/src/business/ap-batch-action/ApBatchAction.vue.d.ts +3 -2
- package/es/src/business/ap-batch-action/index.d.ts +1 -1
- package/es/src/business/ap-batch-action/style/css.js +1 -0
- package/es/src/business/ap-batch-action/style/index.js +1 -0
- package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +2 -1
- package/es/src/business/ap-batch-action-group/MenuItemGroup.vue.d.ts +3 -4
- package/es/src/business/ap-batch-action-group/index.d.ts +887 -5
- package/es/src/business/ap-batch-action-group/style/css.js +1 -0
- package/es/src/business/ap-batch-action-group/style/index.js +1 -0
- package/es/src/business/ap-button-group/style/css.js +1 -0
- package/es/src/business/ap-button-group/style/index.js +1 -0
- package/es/src/business/ap-card/ApCard.vue.d.ts +3 -2
- package/es/src/business/ap-card/index.d.ts +1 -1
- package/es/src/business/ap-card/style/css.js +2 -0
- package/es/src/business/ap-card/style/index.js +2 -0
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +3 -5
- package/es/src/business/ap-expand-alert/index.d.ts +4 -6
- package/es/src/business/ap-expand-alert/style/css.js +2 -0
- package/es/src/business/ap-expand-alert/style/index.js +2 -0
- package/es/src/business/ap-export-group/style/css.js +1 -0
- package/es/src/business/ap-export-group/style/index.js +1 -0
- package/es/src/business/ap-group-search/ap-group-search.vue.d.ts +3 -2
- package/es/src/business/ap-group-search/extension-select/index.vue.d.ts +8 -346
- package/es/src/business/ap-group-search/extension-select/style/css.js +1 -0
- package/es/src/business/ap-group-search/extension-select/style/index.js +1 -0
- 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 +8 -346
- package/es/src/business/ap-group-search/popover-select/style/css.js +1 -0
- package/es/src/business/ap-group-search/popover-select/style/index.js +1 -0
- package/es/src/business/ap-group-search/style/css.js +1 -0
- package/es/src/business/ap-group-search/style/index.js +1 -0
- package/es/src/business/ap-image/ApImage.vue.d.ts +2 -1
- package/es/src/business/ap-image/style/css.js +1 -0
- package/es/src/business/ap-image/style/index.js +1 -0
- 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-input-radio/style/css.js +1 -0
- package/es/src/business/ap-input-radio/style/index.js +1 -0
- package/es/src/business/ap-label/group/style/css.js +1 -0
- package/es/src/business/ap-label/group/style/index.js +1 -0
- package/es/src/business/ap-label/style/css.js +1 -0
- package/es/src/business/ap-label/style/index.js +1 -0
- package/es/src/business/ap-ladder/ApLadder.vue.d.ts +3 -2
- package/es/src/business/ap-ladder/index.d.ts +1 -1
- package/es/src/business/ap-ladder/style/css.js +1 -0
- package/es/src/business/ap-select-layout/index.d.ts +2 -4
- package/es/src/business/ap-select-layout/select-layout.vue.d.ts +3 -5
- package/es/src/business/ap-select-layout/style/css.js +1 -0
- package/es/src/business/ap-select-layout/style/index.js +1 -0
- package/es/src/business/ap-size-input/style/css.js +1 -0
- package/es/src/business/ap-size-input/style/index.js +1 -0
- package/es/src/business/ap-status/group/style/css.js +1 -0
- package/es/src/business/ap-status/group/style/index.js +1 -0
- package/es/src/business/ap-status/style/css.js +1 -0
- package/es/src/business/ap-status/style/index.js +1 -0
- package/es/src/business/ap-summary/style/css.js +1 -0
- package/es/src/business/ap-summary/style/index.js +1 -0
- package/es/src/business/ap-table-modal/modal-title.vue.d.ts +3 -2
- package/es/src/business/ap-table-modal/style/css.js +1 -0
- package/es/src/business/ap-table-modal/style/index.js +1 -0
- 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 -2
- package/es/src/business/ap-title/ApTitle.vue.d.ts +3 -2
- package/es/src/business/ap-title/index.d.ts +1 -1
- package/es/src/business/ap-title/style/css.js +1 -0
- package/es/src/business/ap-title/style/index.js +1 -0
- package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.d.ts +5 -3
- package/es/src/business/ap-upload-file/ap-upload-single/style/css.js +1 -0
- package/es/src/business/ap-upload-file/ap-upload-single/style/index.js +1 -0
- 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/batch-input-group/popover-input/style/css.js +1 -0
- package/es/src/business/batch-input-group/popover-input/style/index.js +1 -0
- package/es/src/business/batch-input-group/style/css.js +1 -0
- package/es/src/business/batch-input-group/style/index.js +1 -0
- package/es/src/check-card/group/style/css.js +1 -0
- package/es/src/check-card/group/style/index.js +1 -0
- package/es/src/check-card/group.vue.d.ts +2 -1
- package/es/src/check-card/index.vue.d.ts +3 -2
- package/es/src/check-card/style/css.js +1 -0
- package/es/src/check-card/style/index.js +1 -0
- package/es/src/config-provider/style/css.js +1 -0
- package/es/src/config-provider/style/index.js +1 -0
- package/es/src/editable-table/form-item/style/css.js +1 -0
- package/es/src/editable-table/form-item/style/index.js +1 -0
- package/es/src/editable-table/form-item.vue.d.ts +3 -5
- package/es/src/editable-table/index.vue.d.ts +3 -5
- package/es/src/editable-table/style/css.js +1 -0
- package/es/src/editable-table/style/index.js +1 -0
- package/es/src/tests/wrapper.d.ts +4 -4
- package/es/src/work-order-modal/style/css.js +4 -0
- package/es/src/work-order-modal/style/index.js +4 -0
- package/es/src/work-order-modal/work-order-modal.vue.d.ts +1 -1
- package/lib/src/ap-action/group/style/css.js +1 -0
- package/lib/src/ap-action/group/style/index.js +1 -0
- package/lib/src/ap-action/item/index.vue.d.ts +2 -1
- package/lib/src/ap-action/item/style/css.js +2 -0
- package/lib/src/ap-action/item/style/index.js +2 -0
- package/lib/src/ap-action/item-dropdown/index.vue.d.ts +2 -1
- package/lib/src/ap-action/item-dropdown/style/css.js +2 -0
- package/lib/src/ap-action/item-dropdown/style/index.js +2 -0
- package/lib/src/ap-action/item-modal/index.vue.d.ts +2 -1
- package/lib/src/ap-action/item-modal/style/css.js +1 -0
- package/lib/src/ap-action/item-modal/style/index.js +1 -0
- package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +2 -1
- package/lib/src/ap-action/item-popconfirm/style/css.js +1 -0
- package/lib/src/ap-action/item-popconfirm/style/index.js +1 -0
- package/lib/src/ap-action-button/style/css.js +1 -0
- package/lib/src/ap-action-button/style/index.js +1 -0
- package/lib/src/ap-button/ap-action-button.vue.d.ts +4 -3
- package/lib/src/ap-button/ap-action-button.vue.js +1 -1
- package/lib/src/ap-button/ap-button.vue.d.ts +4 -3
- package/lib/src/ap-button/ap-button.vue.js +1 -1
- package/lib/src/ap-button/interface.d.ts +4 -0
- package/lib/src/ap-button/style/css.js +1 -0
- package/lib/src/ap-button/style/index.js +1 -0
- package/lib/src/ap-descriptions/ap-descriptions.vue.d.ts +3 -2
- package/lib/src/ap-descriptions/help-message/index.vue.d.ts +3 -5
- package/lib/src/ap-descriptions/style/css.js +1 -0
- package/lib/src/ap-descriptions/style/index.js +1 -0
- package/lib/src/ap-download/ap-download.vue.d.ts +5 -3
- package/lib/src/ap-download/style/css.js +1 -0
- package/lib/src/ap-download/style/index.js +1 -0
- package/lib/src/ap-drawer/style/css.js +1 -0
- package/lib/src/ap-drawer/style/index.js +1 -0
- package/lib/src/ap-field/checkbox/style/css.js +1 -0
- package/lib/src/ap-field/checkbox/style/index.js +1 -0
- package/lib/src/ap-field/date/index.vue.d.ts +2 -1
- package/lib/src/ap-field/date/style/css.js +1 -0
- package/lib/src/ap-field/date/style/index.js +1 -0
- package/lib/src/ap-field/date-range/index.vue.d.ts +2 -1
- package/lib/src/ap-field/date-range/style/css.js +1 -0
- package/lib/src/ap-field/date-range/style/index.js +1 -0
- package/lib/src/ap-field/number/index.vue.d.ts +2 -1
- package/lib/src/ap-field/number/style/css.js +1 -0
- package/lib/src/ap-field/number/style/index.js +1 -0
- package/lib/src/ap-field/password/style/css.js +1 -0
- package/lib/src/ap-field/password/style/index.js +1 -0
- package/lib/src/ap-field/radio/style/css.js +1 -0
- package/lib/src/ap-field/rate/index.vue.d.ts +2 -1
- package/lib/src/ap-field/rate/style/css.js +1 -0
- package/lib/src/ap-field/rate/style/index.js +1 -0
- package/lib/src/ap-field/segmented/index.vue.d.ts +2 -1
- package/lib/src/ap-field/segmented/style/css.js +1 -0
- package/lib/src/ap-field/segmented/style/index.js +1 -0
- package/lib/src/ap-field/select/index.vue.d.ts +2 -1
- package/lib/src/ap-field/select/style/css.js +1 -0
- package/lib/src/ap-field/select/style/index.js +1 -0
- package/lib/src/ap-field/slider/index.vue.d.ts +2 -1
- package/lib/src/ap-field/slider/style/css.js +1 -0
- package/lib/src/ap-field/slider/style/index.js +1 -0
- package/lib/src/ap-field/style/css.js +1 -0
- package/lib/src/ap-field/style/index.js +1 -0
- package/lib/src/ap-field/switch/index.vue.d.ts +2 -1
- package/lib/src/ap-field/switch/style/css.js +1 -0
- package/lib/src/ap-field/switch/style/index.js +1 -0
- package/lib/src/ap-field/text/index.vue.d.ts +2 -1
- package/lib/src/ap-field/text/password.vue.d.ts +2 -1
- package/lib/src/ap-field/text/style/css.js +1 -0
- package/lib/src/ap-field/text/style/index.js +1 -0
- package/lib/src/ap-field/text-area/style/css.js +1 -0
- package/lib/src/ap-field/text-area/style/index.js +1 -0
- package/lib/src/ap-form/ap-form.vue.d.ts +6 -4
- package/lib/src/ap-form/dependency/index.vue.d.ts +2 -1
- package/lib/src/ap-form/dependency/style/css.js +1 -0
- package/lib/src/ap-form/dependency/style/index.js +1 -0
- package/lib/src/ap-form/drawer-form/index.vue.d.ts +3 -2
- package/lib/src/ap-form/drawer-form/style/css.js +1 -0
- package/lib/src/ap-form/drawer-form/style/index.js +1 -0
- package/lib/src/ap-form/item/index.vue.d.ts +2 -1
- package/lib/src/ap-form/item/style/css.js +1 -0
- package/lib/src/ap-form/item/style/index.js +1 -0
- package/lib/src/ap-form/item-checkbox/style/css.js +1 -0
- package/lib/src/ap-form/item-checkbox/style/index.js +1 -0
- package/lib/src/ap-form/item-date/style/css.js +1 -0
- package/lib/src/ap-form/item-date/style/index.js +1 -0
- package/lib/src/ap-form/item-date-range/style/css.js +1 -0
- package/lib/src/ap-form/item-date-range/style/index.js +1 -0
- package/lib/src/ap-form/item-group/index.vue.d.ts +2 -1
- package/lib/src/ap-form/item-group/style/css.js +1 -0
- package/lib/src/ap-form/item-group/style/index.js +1 -0
- package/lib/src/ap-form/item-number/style/css.js +1 -0
- package/lib/src/ap-form/item-number/style/index.js +1 -0
- package/lib/src/ap-form/item-radio/style/css.js +1 -0
- package/lib/src/ap-form/item-radio/style/index.js +1 -0
- package/lib/src/ap-form/item-select/style/css.js +1 -0
- package/lib/src/ap-form/item-select/style/index.js +1 -0
- package/lib/src/ap-form/item-switch/style/css.js +1 -0
- package/lib/src/ap-form/item-switch/style/index.js +1 -0
- package/lib/src/ap-form/item-text/style/css.js +1 -0
- package/lib/src/ap-form/item-text/style/index.js +1 -0
- package/lib/src/ap-form/item-text-area/style/css.js +1 -0
- package/lib/src/ap-form/item-text-area/style/index.js +1 -0
- package/lib/src/ap-form/item-text-group/style/css.js +1 -0
- package/lib/src/ap-form/item-text-group/style/index.js +1 -0
- package/lib/src/ap-form/item-text-password/style/css.js +1 -0
- package/lib/src/ap-form/item-text-password/style/index.js +1 -0
- package/lib/src/ap-form/items/checkbox/index.vue.d.ts +2 -1
- package/lib/src/ap-form/items/date/index.vue.d.ts +2 -1
- package/lib/src/ap-form/items/date-range/index.vue.d.ts +2 -1
- package/lib/src/ap-form/items/number/index.vue.d.ts +2 -1
- package/lib/src/ap-form/items/radio/index.vue.d.ts +2 -1
- package/lib/src/ap-form/items/select/index.vue.d.ts +2 -1
- package/lib/src/ap-form/items/switch/index.vue.d.ts +2 -1
- package/lib/src/ap-form/items/text/group.vue.d.ts +2 -1
- package/lib/src/ap-form/items/text/index.vue.d.ts +2 -1
- package/lib/src/ap-form/items/text/password.vue.d.ts +2 -1
- package/lib/src/ap-form/items/text-area/index.vue.d.ts +2 -1
- package/lib/src/ap-form/list/index.vue.d.ts +2 -1
- package/lib/src/ap-form/list/style/css.js +1 -0
- package/lib/src/ap-form/list/style/index.js +1 -0
- package/lib/src/ap-form/modal-form/index.vue.d.ts +3 -2
- package/lib/src/ap-form/modal-form/index.vue.js +1 -1
- package/lib/src/ap-form/modal-form/style/css.js +1 -0
- package/lib/src/ap-form/modal-form/style/index.js +1 -0
- package/lib/src/ap-form/render/control.vue.d.ts +2 -1
- package/lib/src/ap-form/render/item.vue.d.ts +2 -1
- package/lib/src/ap-form/render/style/css.js +1 -0
- package/lib/src/ap-form/search-form/index.vue.d.ts +3 -2
- package/lib/src/ap-form/search-form/style/css.js +1 -0
- package/lib/src/ap-form/search-form/style/index.js +1 -0
- package/lib/src/ap-form/set/index.vue.d.ts +2 -1
- package/lib/src/ap-form/set/style/css.js +1 -0
- package/lib/src/ap-form/set/style/index.js +1 -0
- package/lib/src/ap-form/style/css.js +1 -0
- package/lib/src/ap-form/style/index.js +1 -0
- package/lib/src/ap-info-layout/ApInfoLayout.vue.d.ts +3 -2
- package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +3 -2
- package/lib/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +3 -2
- package/lib/src/ap-info-layout/style/css.js +1 -0
- package/lib/src/ap-info-layout/style/index.js +1 -0
- package/lib/src/ap-list/index.vue.d.ts +3 -5
- package/lib/src/ap-list/style/css.js +1 -0
- package/lib/src/ap-list/style/index.js +1 -0
- package/lib/src/ap-modal/style/css.js +1 -0
- package/lib/src/ap-modal/style/index.js +1 -0
- 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-scroll-bar/style/css.js +1 -0
- package/lib/src/ap-scroll-bar/style/index.js +1 -0
- package/lib/src/ap-table/ap-table.vue.d.ts +3 -5
- 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 +2 -1
- 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-paging.d.ts +7 -3
- package/lib/src/ap-table/hooks/use-table-paging.js +1 -1
- package/lib/src/ap-table/style/css.js +1 -0
- package/lib/src/ap-table/style/index.js +1 -0
- package/lib/src/ap-table/utils.d.ts +1 -0
- package/lib/src/ap-table/utils.js +1 -1
- package/lib/src/ap-tag/ap-tag-group.vue.d.ts +2 -1
- package/lib/src/ap-tag/ap-tag.vue.d.ts +1 -1
- package/lib/src/ap-tag/group/style/css.js +2 -0
- package/lib/src/ap-tag/group/style/index.js +2 -0
- package/lib/src/ap-tag/style/css.js +1 -0
- package/lib/src/ap-tag/style/index.js +1 -0
- package/lib/src/ap-upload/apUpload.vue.d.ts +3 -2
- package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
- package/lib/src/ap-upload/components/Picture.vue.d.ts +5 -9
- package/lib/src/ap-upload/components/SingleFile.vue.d.ts +1 -1
- package/lib/src/ap-upload/style/css.js +1 -0
- package/lib/src/ap-upload/style/index.js +1 -0
- package/lib/src/business/ap-appendix/ap-appendix.vue.d.ts +5 -3
- 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-appendix/style/css.js +1 -0
- package/lib/src/business/ap-appendix/style/index.js +1 -0
- package/lib/src/business/ap-attachment/style/css.js +1 -0
- package/lib/src/business/ap-attachment/style/index.js +1 -0
- package/lib/src/business/ap-batch-action/ApBatchAction.vue.d.ts +3 -2
- package/lib/src/business/ap-batch-action/index.d.ts +1 -1
- package/lib/src/business/ap-batch-action/style/css.js +1 -0
- package/lib/src/business/ap-batch-action/style/index.js +1 -0
- package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +2 -1
- package/lib/src/business/ap-batch-action-group/MenuItemGroup.vue.d.ts +3 -4
- package/lib/src/business/ap-batch-action-group/index.d.ts +887 -5
- package/lib/src/business/ap-batch-action-group/style/css.js +1 -0
- package/lib/src/business/ap-batch-action-group/style/index.js +1 -0
- package/lib/src/business/ap-button-group/style/css.js +1 -0
- package/lib/src/business/ap-button-group/style/index.js +1 -0
- package/lib/src/business/ap-card/ApCard.vue.d.ts +3 -2
- package/lib/src/business/ap-card/index.d.ts +1 -1
- package/lib/src/business/ap-card/style/css.js +2 -0
- package/lib/src/business/ap-card/style/index.js +2 -0
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +3 -5
- package/lib/src/business/ap-expand-alert/index.d.ts +4 -6
- package/lib/src/business/ap-expand-alert/style/css.js +2 -0
- package/lib/src/business/ap-expand-alert/style/index.js +2 -0
- package/lib/src/business/ap-export-group/style/css.js +1 -0
- package/lib/src/business/ap-export-group/style/index.js +1 -0
- package/lib/src/business/ap-group-search/ap-group-search.vue.d.ts +3 -2
- package/lib/src/business/ap-group-search/extension-select/index.vue.d.ts +8 -346
- package/lib/src/business/ap-group-search/extension-select/style/css.js +1 -0
- package/lib/src/business/ap-group-search/extension-select/style/index.js +1 -0
- 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 +8 -346
- package/lib/src/business/ap-group-search/popover-select/style/css.js +1 -0
- package/lib/src/business/ap-group-search/popover-select/style/index.js +1 -0
- package/lib/src/business/ap-group-search/style/css.js +1 -0
- package/lib/src/business/ap-group-search/style/index.js +1 -0
- package/lib/src/business/ap-image/ApImage.vue.d.ts +2 -1
- package/lib/src/business/ap-image/style/css.js +1 -0
- package/lib/src/business/ap-image/style/index.js +1 -0
- 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-input-radio/style/css.js +1 -0
- package/lib/src/business/ap-input-radio/style/index.js +1 -0
- package/lib/src/business/ap-label/group/style/css.js +1 -0
- package/lib/src/business/ap-label/group/style/index.js +1 -0
- package/lib/src/business/ap-label/style/css.js +1 -0
- package/lib/src/business/ap-label/style/index.js +1 -0
- package/lib/src/business/ap-ladder/ApLadder.vue.d.ts +3 -2
- package/lib/src/business/ap-ladder/index.d.ts +1 -1
- package/lib/src/business/ap-ladder/style/css.js +1 -0
- package/lib/src/business/ap-select-layout/index.d.ts +2 -4
- package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +3 -5
- package/lib/src/business/ap-select-layout/style/css.js +1 -0
- package/lib/src/business/ap-select-layout/style/index.js +1 -0
- package/lib/src/business/ap-size-input/style/css.js +1 -0
- package/lib/src/business/ap-size-input/style/index.js +1 -0
- package/lib/src/business/ap-status/group/style/css.js +1 -0
- package/lib/src/business/ap-status/group/style/index.js +1 -0
- package/lib/src/business/ap-status/style/css.js +1 -0
- package/lib/src/business/ap-status/style/index.js +1 -0
- package/lib/src/business/ap-summary/style/css.js +1 -0
- package/lib/src/business/ap-summary/style/index.js +1 -0
- package/lib/src/business/ap-table-modal/modal-title.vue.d.ts +3 -2
- package/lib/src/business/ap-table-modal/style/css.js +1 -0
- package/lib/src/business/ap-table-modal/style/index.js +1 -0
- 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 -2
- package/lib/src/business/ap-title/ApTitle.vue.d.ts +3 -2
- package/lib/src/business/ap-title/index.d.ts +1 -1
- package/lib/src/business/ap-title/style/css.js +1 -0
- package/lib/src/business/ap-title/style/index.js +1 -0
- package/lib/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.d.ts +5 -3
- package/lib/src/business/ap-upload-file/ap-upload-single/style/css.js +1 -0
- package/lib/src/business/ap-upload-file/ap-upload-single/style/index.js +1 -0
- 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/batch-input-group/popover-input/style/css.js +1 -0
- package/lib/src/business/batch-input-group/popover-input/style/index.js +1 -0
- package/lib/src/business/batch-input-group/style/css.js +1 -0
- package/lib/src/business/batch-input-group/style/index.js +1 -0
- package/lib/src/check-card/group/style/css.js +1 -0
- package/lib/src/check-card/group/style/index.js +1 -0
- package/lib/src/check-card/group.vue.d.ts +2 -1
- package/lib/src/check-card/index.vue.d.ts +3 -2
- package/lib/src/check-card/style/css.js +1 -0
- package/lib/src/check-card/style/index.js +1 -0
- package/lib/src/config-provider/style/css.js +1 -0
- package/lib/src/config-provider/style/index.js +1 -0
- package/lib/src/editable-table/form-item/style/css.js +1 -0
- package/lib/src/editable-table/form-item/style/index.js +1 -0
- package/lib/src/editable-table/form-item.vue.d.ts +3 -5
- package/lib/src/editable-table/index.vue.d.ts +3 -5
- package/lib/src/editable-table/style/css.js +1 -0
- package/lib/src/editable-table/style/index.js +1 -0
- package/lib/src/tests/wrapper.d.ts +4 -4
- package/lib/src/work-order-modal/style/css.js +4 -0
- package/lib/src/work-order-modal/style/index.js +4 -0
- package/lib/src/work-order-modal/work-order-modal.vue.d.ts +1 -1
- package/package.json +1 -1
- package/index.ts +0 -19
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@aplus-frontend/ui-theme/dist/ap-field/text-area.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@aplus-frontend/ui-theme/src/ap-field/text-area.less';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ApFormProps, RegistedFieldType, WatchFunc } from './interface';
|
|
2
|
-
import { InternalNamePath, NamePath, ValidateOptions, FormLabelAlign,
|
|
2
|
+
import { InternalNamePath, NamePath, ValidateOptions, FormLabelAlign, 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,7 +7,6 @@ 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';
|
|
11
10
|
import { SizeType } from '@aplus-frontend/antdv/es/button';
|
|
12
11
|
import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
|
|
13
12
|
/**
|
|
@@ -24,6 +23,7 @@ declare function getInternalInstance(mark: string): {
|
|
|
24
23
|
registerWatch: typeof registerWatch;
|
|
25
24
|
} | undefined;
|
|
26
25
|
declare function __VLS_template(): {
|
|
26
|
+
attrs: Partial<{}>;
|
|
27
27
|
slots: {
|
|
28
28
|
default?(_: {}): any;
|
|
29
29
|
};
|
|
@@ -288,7 +288,9 @@ declare function __VLS_template(): {
|
|
|
288
288
|
};
|
|
289
289
|
xxl: {
|
|
290
290
|
type: PropType<string | number | ColSize>;
|
|
291
|
-
default: string | number |
|
|
291
|
+
default: string | number | **
|
|
292
|
+
* 订阅事件
|
|
293
|
+
*/).ColSize;
|
|
292
294
|
};
|
|
293
295
|
prefixCls: StringConstructor;
|
|
294
296
|
flex: (StringConstructor | NumberConstructor)[];
|
|
@@ -663,7 +665,7 @@ declare function __VLS_template(): {
|
|
|
663
665
|
scrollToFirstError: boolean | Options<any>;
|
|
664
666
|
}> | null;
|
|
665
667
|
};
|
|
666
|
-
|
|
668
|
+
rootEl: any;
|
|
667
669
|
};
|
|
668
670
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
669
671
|
declare const __VLS_component: DefineComponent<ApFormProps, {
|
|
@@ -4,9 +4,10 @@ type ApFormDependencySlots = {
|
|
|
4
4
|
default(values: Record<string, any>): any;
|
|
5
5
|
};
|
|
6
6
|
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
7
8
|
slots: Readonly<ApFormDependencySlots> & ApFormDependencySlots;
|
|
8
9
|
refs: {};
|
|
9
|
-
|
|
10
|
+
rootEl: any;
|
|
10
11
|
};
|
|
11
12
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
13
|
declare const __VLS_component: DefineComponent<ApFormDependencyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormDependencyProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -19,6 +19,7 @@ type ApDrawerFormSlots = {
|
|
|
19
19
|
submitter(defaultDoms: VNode[]): any;
|
|
20
20
|
};
|
|
21
21
|
declare function __VLS_template(): {
|
|
22
|
+
attrs: Partial<{}>;
|
|
22
23
|
slots: Readonly<ApDrawerFormSlots> & ApDrawerFormSlots;
|
|
23
24
|
refs: {
|
|
24
25
|
formRef: ({
|
|
@@ -115,7 +116,7 @@ declare function __VLS_template(): {
|
|
|
115
116
|
readonly onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
|
|
116
117
|
readonly initialValues?: Recordable | undefined;
|
|
117
118
|
readonly onValuesChange?: ((changedValues: Recordable, allValues: Recordable, fieldName: NamePath) => void) | undefined;
|
|
118
|
-
readonly syncToUrl?:
|
|
119
|
+
readonly syncToUrl?: boolean | ((values: Recordable, type: "get" | "set") => Recordable) | undefined;
|
|
119
120
|
readonly syncToUrlPriority?: boolean | undefined;
|
|
120
121
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
121
122
|
$attrs: {
|
|
@@ -218,7 +219,7 @@ declare function __VLS_template(): {
|
|
|
218
219
|
};
|
|
219
220
|
}) | null;
|
|
220
221
|
};
|
|
221
|
-
|
|
222
|
+
rootEl: any;
|
|
222
223
|
};
|
|
223
224
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
224
225
|
declare const __VLS_component: DefineComponent<ApFormDrawerFormProps, {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@aplus-frontend/ui-theme/dist/ap-form/drawer-form.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@aplus-frontend/ui-theme/src/ap-form/drawer-form.less';
|
|
@@ -12,6 +12,7 @@ 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<{}>;
|
|
15
16
|
slots: Readonly<ApFormItemSlots> & ApFormItemSlots;
|
|
16
17
|
refs: {
|
|
17
18
|
formItemRef: ({
|
|
@@ -790,7 +791,7 @@ declare function __VLS_template(): {
|
|
|
790
791
|
tooltip: StringConstructor;
|
|
791
792
|
}>> & Readonly<{}>, "hidden" | "colon" | "required" | "hasFeedback" | "autoLink" | "validateFirst" | "noStyle"> & ShallowUnwrapRef<() => any>) | null;
|
|
792
793
|
};
|
|
793
|
-
|
|
794
|
+
rootEl: any;
|
|
794
795
|
};
|
|
795
796
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
796
797
|
declare const __VLS_component: DefineComponent<ApFormItemProps, {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@aplus-frontend/ui-theme/dist/ap-form/ap-form-item.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@aplus-frontend/ui-theme/src/ap-form/ap-form-item.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@aplus-frontend/ui-theme/dist/ap-field/checkbox.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@aplus-frontend/ui-theme/src/ap-field/checkbox.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -3,13 +3,14 @@ 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<{}>;
|
|
6
7
|
slots: Readonly<{
|
|
7
8
|
default(): any[];
|
|
8
9
|
}> & {
|
|
9
10
|
default(): any[];
|
|
10
11
|
};
|
|
11
12
|
refs: {};
|
|
12
|
-
|
|
13
|
+
rootEl: any;
|
|
13
14
|
};
|
|
14
15
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
16
|
declare const __VLS_component: DefineComponent<ApFormItemGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemGroupProps> & Readonly<{}>, {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@aplus-frontend/ui-theme/dist/ap-form/ap-form-item-group.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@aplus-frontend/ui-theme/src/ap-form/ap-form-item-group.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@aplus-frontend/ui-theme/dist/ap-field/number.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@aplus-frontend/ui-theme/src/ap-field/number.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@aplus-frontend/ui-theme/dist/ap-field/radio.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@aplus-frontend/ui-theme/src/ap-field/radio.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@aplus-frontend/ui-theme/dist/ap-form/item-text.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@aplus-frontend/ui-theme/src/ap-form/item-text.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@aplus-frontend/ui-theme/dist/ap-field/text-area.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@aplus-frontend/ui-theme/src/ap-field/text-area.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@aplus-frontend/ui-theme/dist/ap-form/item-text-group.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@aplus-frontend/ui-theme/src/ap-form/item-text-group.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -4,9 +4,10 @@ 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<{}>;
|
|
7
8
|
slots: Readonly<ApFormItemCheckboxSlots> & ApFormItemCheckboxSlots;
|
|
8
9
|
refs: {};
|
|
9
|
-
|
|
10
|
+
rootEl: any;
|
|
10
11
|
};
|
|
11
12
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
13
|
declare const __VLS_component: DefineComponent<ApFormItemCheckboxProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemCheckboxProps> & Readonly<{}>, {
|
|
@@ -3,6 +3,7 @@ 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<{}>;
|
|
6
7
|
slots: Readonly<{
|
|
7
8
|
dateRender: any;
|
|
8
9
|
suffixIcon?: any;
|
|
@@ -29,7 +30,7 @@ declare function __VLS_template(): {
|
|
|
29
30
|
default?: any;
|
|
30
31
|
} & Omit<ApFormItemSlots, "default">;
|
|
31
32
|
refs: {};
|
|
32
|
-
|
|
33
|
+
rootEl: any;
|
|
33
34
|
};
|
|
34
35
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
35
36
|
declare const __VLS_component: DefineComponent<ApFormItemDateProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemDateProps> & Readonly<{}>, {
|
|
@@ -3,6 +3,7 @@ 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<{}>;
|
|
6
7
|
slots: Readonly<{
|
|
7
8
|
suffixIcon?: any;
|
|
8
9
|
prevIcon?: any;
|
|
@@ -27,7 +28,7 @@ declare function __VLS_template(): {
|
|
|
27
28
|
clearIcon?: any;
|
|
28
29
|
} & Omit<ApFormItemSlots, "default">;
|
|
29
30
|
refs: {};
|
|
30
|
-
|
|
31
|
+
rootEl: any;
|
|
31
32
|
};
|
|
32
33
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
33
34
|
declare const __VLS_component: DefineComponent<ApFormItemDateRangeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemDateRangeProps> & Readonly<{}>, {
|
|
@@ -7,6 +7,7 @@ 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<{}>;
|
|
10
11
|
slots: Readonly<{
|
|
11
12
|
addonBefore?: any;
|
|
12
13
|
addonAfter?: any;
|
|
@@ -160,7 +161,7 @@ declare function __VLS_template(): {
|
|
|
160
161
|
};
|
|
161
162
|
}) | null;
|
|
162
163
|
};
|
|
163
|
-
|
|
164
|
+
rootEl: any;
|
|
164
165
|
};
|
|
165
166
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
166
167
|
declare const __VLS_component: DefineComponent<ApFormItemNumberProps, {
|
|
@@ -4,6 +4,7 @@ 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<{}>;
|
|
7
8
|
slots: Readonly<ApFormItemRadioSlots> & ApFormItemRadioSlots;
|
|
8
9
|
refs: {
|
|
9
10
|
radioRef: CreateComponentPublicInstanceWithMixins<Readonly< ApFieldRadioProps> & Readonly<{
|
|
@@ -37,7 +38,7 @@ declare function __VLS_template(): {
|
|
|
37
38
|
emptyText: string;
|
|
38
39
|
}> | null;
|
|
39
40
|
};
|
|
40
|
-
|
|
41
|
+
rootEl: any;
|
|
41
42
|
};
|
|
42
43
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
43
44
|
declare const __VLS_component: DefineComponent<ApFormItemRadioProps, {
|
|
@@ -3,6 +3,7 @@ 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<{}>;
|
|
6
7
|
slots: Readonly<{
|
|
7
8
|
notFoundContent: any;
|
|
8
9
|
suffixIcon: any;
|
|
@@ -31,7 +32,7 @@ declare function __VLS_template(): {
|
|
|
31
32
|
default: any;
|
|
32
33
|
} & Omit<ApFormItemSlots, "default">;
|
|
33
34
|
refs: {};
|
|
34
|
-
|
|
35
|
+
rootEl: any;
|
|
35
36
|
};
|
|
36
37
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
37
38
|
declare const __VLS_component: DefineComponent<ApFormItemSelectProps, {
|
|
@@ -3,6 +3,7 @@ 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<{}>;
|
|
6
7
|
slots: Readonly<{
|
|
7
8
|
checkedChildren: any;
|
|
8
9
|
unCheckedChildren: any;
|
|
@@ -13,7 +14,7 @@ declare function __VLS_template(): {
|
|
|
13
14
|
default: any;
|
|
14
15
|
} & Omit<ApFormItemSlots, "default">;
|
|
15
16
|
refs: {};
|
|
16
|
-
|
|
17
|
+
rootEl: any;
|
|
17
18
|
};
|
|
18
19
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
19
20
|
declare const __VLS_component: DefineComponent<ApFormItemSwitchProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemSwitchProps> & Readonly<{}>, {
|
|
@@ -4,9 +4,10 @@ type ApFormItemTextSlots = {
|
|
|
4
4
|
default: any;
|
|
5
5
|
};
|
|
6
6
|
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
7
8
|
slots: Readonly<ApFormItemTextSlots> & ApFormItemTextSlots;
|
|
8
9
|
refs: {};
|
|
9
|
-
|
|
10
|
+
rootEl: any;
|
|
10
11
|
};
|
|
11
12
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
13
|
declare const __VLS_component: DefineComponent<ApFormItemTextGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemTextGroupProps> & Readonly<{}>, {
|
|
@@ -8,6 +8,7 @@ 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<{}>;
|
|
11
12
|
slots: Readonly<{
|
|
12
13
|
addonAfter: any;
|
|
13
14
|
addonBefore: any;
|
|
@@ -159,7 +160,7 @@ declare function __VLS_template(): {
|
|
|
159
160
|
};
|
|
160
161
|
}) | null;
|
|
161
162
|
};
|
|
162
|
-
|
|
163
|
+
rootEl: any;
|
|
163
164
|
};
|
|
164
165
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
165
166
|
declare const __VLS_component: DefineComponent<ApFormItemTextProps, {
|
|
@@ -7,6 +7,7 @@ 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<{}>;
|
|
10
11
|
slots: Readonly<{
|
|
11
12
|
addonAfter: any;
|
|
12
13
|
addonBefore: any;
|
|
@@ -170,7 +171,7 @@ declare function __VLS_template(): {
|
|
|
170
171
|
};
|
|
171
172
|
}) | null;
|
|
172
173
|
};
|
|
173
|
-
|
|
174
|
+
rootEl: any;
|
|
174
175
|
};
|
|
175
176
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
176
177
|
declare const __VLS_component: DefineComponent<ApFormItemTextPasswordProps, {
|
|
@@ -5,6 +5,7 @@ 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<{}>;
|
|
8
9
|
slots: Readonly<ApFormItemTextAreaSlots> & ApFormItemTextAreaSlots;
|
|
9
10
|
refs: {
|
|
10
11
|
textAreaRef: CreateComponentPublicInstanceWithMixins<Readonly< ApFieldTextAreaProps> & Readonly<{
|
|
@@ -46,7 +47,7 @@ declare function __VLS_template(): {
|
|
|
46
47
|
emptyText: string;
|
|
47
48
|
}> | null;
|
|
48
49
|
};
|
|
49
|
-
|
|
50
|
+
rootEl: any;
|
|
50
51
|
};
|
|
51
52
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
52
53
|
declare const __VLS_component: DefineComponent<ApFormItemTextAreaProps, {
|
|
@@ -17,9 +17,10 @@ type ApFormListSlots = {
|
|
|
17
17
|
}): any;
|
|
18
18
|
};
|
|
19
19
|
declare function __VLS_template(): {
|
|
20
|
+
attrs: Partial<{}>;
|
|
20
21
|
slots: Readonly<ApFormListSlots> & ApFormListSlots;
|
|
21
22
|
refs: {};
|
|
22
|
-
|
|
23
|
+
rootEl: any;
|
|
23
24
|
};
|
|
24
25
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
25
26
|
declare const __VLS_component: DefineComponent<ApFormListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormListProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -20,6 +20,7 @@ type ApModalFormSlots = {
|
|
|
20
20
|
submitter(defaultDoms: VNode[]): any;
|
|
21
21
|
};
|
|
22
22
|
declare function __VLS_template(): {
|
|
23
|
+
attrs: Partial<{}>;
|
|
23
24
|
slots: Readonly<ApModalFormSlots> & ApModalFormSlots;
|
|
24
25
|
refs: {
|
|
25
26
|
formRef: ({
|
|
@@ -116,7 +117,7 @@ declare function __VLS_template(): {
|
|
|
116
117
|
readonly onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
|
|
117
118
|
readonly initialValues?: Recordable | undefined;
|
|
118
119
|
readonly onValuesChange?: ((changedValues: Recordable, allValues: Recordable, fieldName: NamePath) => void) | undefined;
|
|
119
|
-
readonly syncToUrl?:
|
|
120
|
+
readonly syncToUrl?: boolean | ((values: Recordable, type: "get" | "set") => Recordable) | undefined;
|
|
120
121
|
readonly syncToUrlPriority?: boolean | undefined;
|
|
121
122
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
122
123
|
$attrs: {
|
|
@@ -219,7 +220,7 @@ declare function __VLS_template(): {
|
|
|
219
220
|
};
|
|
220
221
|
}) | null;
|
|
221
222
|
};
|
|
222
|
-
|
|
223
|
+
rootEl: any;
|
|
223
224
|
};
|
|
224
225
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
225
226
|
declare const __VLS_component: DefineComponent<ApFormModalFormProps, {
|