@aplus-frontend/ui 0.5.37 → 0.6.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/index.mjs +74 -72
- package/es/src/ap-field/select/index.vue.d.ts +2 -2
- package/es/src/ap-field/tree-select/index.vue.d.ts +3 -3
- package/es/src/ap-form/ap-form.vue2.mjs +57 -58
- package/es/src/ap-form/drawer-form/index.vue.d.ts +10 -10
- package/es/src/ap-form/interface.d.ts +35 -1
- package/es/src/ap-form/item/index.vue.d.ts +22 -22
- package/es/src/ap-form/item/index.vue.mjs +33 -28
- package/es/src/ap-form/items/checkbox/index.vue.d.ts +3 -3
- package/es/src/ap-form/items/checkbox/index.vue.mjs +1 -0
- package/es/src/ap-form/items/date/index.vue.d.ts +3 -3
- package/es/src/ap-form/items/date/index.vue.mjs +8 -7
- package/es/src/ap-form/items/date-range/index.vue.d.ts +3 -3
- package/es/src/ap-form/items/date-range/index.vue.mjs +1 -0
- package/es/src/ap-form/items/number/index.vue.d.ts +13 -13
- package/es/src/ap-form/items/number/index.vue.mjs +9 -8
- package/es/src/ap-form/items/radio/index.vue.d.ts +3 -3
- package/es/src/ap-form/items/radio/index.vue.mjs +1 -0
- package/es/src/ap-form/items/select/index.vue.d.ts +31 -31
- package/es/src/ap-form/items/select/index.vue.mjs +7 -6
- package/es/src/ap-form/items/switch/index.vue.d.ts +3 -3
- package/es/src/ap-form/items/switch/index.vue.mjs +1 -0
- package/es/src/ap-form/items/text/index.vue.d.ts +15 -15
- package/es/src/ap-form/items/text/index.vue2.mjs +8 -7
- package/es/src/ap-form/items/text/password.vue.d.ts +15 -15
- package/es/src/ap-form/items/text/password.vue.mjs +1 -0
- package/es/src/ap-form/items/text-area/index.vue.d.ts +3 -3
- package/es/src/ap-form/items/text-area/index.vue.mjs +1 -0
- package/es/src/ap-form/items/tree-select/index.vue.d.ts +35 -35
- package/es/src/ap-form/items/tree-select/index.vue.mjs +6 -5
- package/es/src/ap-form/modal-form/index.vue.d.ts +10 -10
- package/es/src/ap-form/render/item.vue.d.ts +2 -2
- package/es/src/ap-form/render/item.vue.mjs +5 -4
- package/es/src/ap-form/search-form/components/popover-filter.vue.d.ts +4 -0
- package/es/src/ap-form/search-form/components/popover-filter.vue.mjs +4 -0
- package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +102 -0
- package/es/src/ap-form/search-form/components/popover-sorter/index.vue.d.ts +4 -0
- package/es/src/ap-form/search-form/components/popover-sorter/index.vue.mjs +4 -0
- package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +128 -0
- package/es/src/ap-form/search-form/components/popover-sorter/sortable-item.vue.d.ts +6 -0
- package/es/src/ap-form/search-form/components/popover-sorter/sortable-item.vue.mjs +4 -0
- package/es/src/ap-form/search-form/components/popover-sorter/sortable-item.vue2.mjs +39 -0
- package/es/src/ap-form/search-form/hooks/use-count-per-row.d.ts +3 -0
- package/es/src/ap-form/search-form/hooks/use-count-per-row.mjs +17 -0
- package/es/src/ap-form/search-form/index.vue.d.ts +14 -16
- package/es/src/ap-form/search-form/index.vue.mjs +128 -127
- package/es/src/ap-grid/editable/form-item.vue.mjs +1 -1
- package/es/src/ap-grid/editable/index.vue.mjs +1 -1
- package/es/src/ap-grid/index.vue.mjs +113 -108
- package/es/src/ap-grid/interface.d.ts +1 -1
- package/es/src/ap-info-layout/ApInfoLayout.vue.mjs +21 -16
- package/es/src/ap-table/ap-table.vue2.mjs +108 -104
- package/es/src/ap-table/constants.d.ts +161 -161
- package/es/src/ap-table/context.d.ts +5 -0
- package/es/src/ap-table/context.mjs +13 -5
- package/es/src/ap-table/utils.d.ts +147 -147
- package/es/src/ap-upload/apUpload.vue.d.ts +8 -8
- package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +14 -1
- package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +65 -51
- package/es/src/business/ap-batch-action-group/index.d.ts +3 -1
- package/es/src/business/ap-size-input/ApSizeInput.d.ts +1 -1
- package/es/src/business/ap-size-input/index.d.ts +3 -3
- package/es/src/business/ap-table-modal/index.d.ts +15 -15
- package/es/src/business/ap-table-modal/table-modal.vue.d.ts +5 -5
- package/es/src/business/ap-view/ap-view.vue.d.ts +6 -0
- package/es/src/business/ap-view/ap-view.vue.mjs +4 -0
- package/es/src/business/ap-view/ap-view.vue2.mjs +174 -0
- package/es/src/business/ap-view/components/main-button-content.vue.d.ts +831 -0
- package/es/src/business/ap-view/components/main-button-content.vue.mjs +4 -0
- package/es/src/business/ap-view/components/main-button-content.vue2.mjs +177 -0
- package/es/src/business/ap-view/components/menu-list-content.vue.d.ts +832 -0
- package/es/src/business/ap-view/components/menu-list-content.vue.mjs +4 -0
- package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +156 -0
- package/es/src/business/ap-view/hooks/use-view-provide.d.ts +14 -0
- package/es/src/business/ap-view/hooks/use-view-provide.mjs +8 -0
- package/es/src/business/ap-view/icons/line-delete.vue.d.ts +3 -0
- package/es/src/business/ap-view/icons/line-delete.vue.mjs +29 -0
- package/es/src/business/ap-view/icons/line-down.vue.d.ts +3 -0
- package/es/src/business/ap-view/icons/line-down.vue.mjs +29 -0
- package/es/src/business/ap-view/icons/line-eye.vue.d.ts +3 -0
- package/es/src/business/ap-view/icons/line-eye.vue.mjs +29 -0
- package/es/src/business/ap-view/index.d.ts +27 -0
- package/es/src/business/ap-view/index.mjs +8 -0
- package/es/src/business/ap-view/interface.d.ts +54 -0
- package/es/src/business/ap-view/interface.mjs +1 -0
- package/es/src/business/ap-view/style/css.d.ts +0 -0
- package/es/src/business/ap-view/style/css.js +1 -0
- package/es/src/business/ap-view/style/index.d.ts +0 -0
- package/es/src/business/ap-view/style/index.js +1 -0
- package/es/src/business/ap-view/utils/enum.d.ts +1 -0
- package/es/src/business/ap-view/utils/enum.mjs +4 -0
- package/es/src/business/ap-view/utils/uuid.d.ts +5 -0
- package/es/src/business/ap-view/utils/uuid.mjs +22 -0
- package/es/src/business/batch-input-group/form-item.vue.d.ts +3 -3
- package/es/src/business/batch-input-group/form-item.vue.mjs +1 -0
- package/es/src/business/batch-input-group/index.vue.d.ts +6 -6
- package/es/src/business/index.d.ts +1 -0
- package/es/src/business/index.mjs +25 -23
- package/es/src/check-card/index.vue2.mjs +1 -1
- package/es/src/config-provider/config-provider-props.d.ts +5 -0
- package/es/src/config-provider/config-provider-props.mjs +4 -0
- package/es/src/config-provider/config-provider.d.ts +25 -1
- package/es/src/config-provider/config-provider.mjs +21 -20
- package/es/src/config-provider/css-var.d.ts +14 -0
- package/es/src/config-provider/css-var.mjs +40 -12
- package/es/src/config-provider/hooks/use-global-config.d.ts +5 -0
- package/es/src/config-provider/index.d.ts +89 -3
- package/es/src/design-token/index.mjs +9 -3
- package/es/src/editable-table/form-item.vue.mjs +1 -1
- package/es/src/editable-table/index.vue.mjs +27 -27
- package/es/src/full-screen/interface.d.ts +1 -1
- package/es/src/index.mjs +61 -59
- package/es/src/locale/lang/en.mjs +22 -1
- package/es/src/locale/lang/zh-cn.mjs +22 -1
- package/es/src/path-map.mjs +2 -1
- package/es/src/utils/config-provider-preset.d.ts +4 -4
- package/es/src/work-order-modal/work-order-modal.vue.d.ts +6 -6
- package/lib/index.js +1 -1
- package/lib/src/ap-field/select/index.vue.d.ts +2 -2
- package/lib/src/ap-field/tree-select/index.vue.d.ts +3 -3
- package/lib/src/ap-form/ap-form.vue2.js +1 -1
- package/lib/src/ap-form/drawer-form/index.vue.d.ts +10 -10
- package/lib/src/ap-form/interface.d.ts +35 -1
- package/lib/src/ap-form/item/index.vue.d.ts +22 -22
- package/lib/src/ap-form/item/index.vue.js +1 -1
- package/lib/src/ap-form/items/checkbox/index.vue.d.ts +3 -3
- package/lib/src/ap-form/items/checkbox/index.vue.js +1 -1
- package/lib/src/ap-form/items/date/index.vue.d.ts +3 -3
- package/lib/src/ap-form/items/date/index.vue.js +1 -1
- package/lib/src/ap-form/items/date-range/index.vue.d.ts +3 -3
- package/lib/src/ap-form/items/date-range/index.vue.js +1 -1
- package/lib/src/ap-form/items/number/index.vue.d.ts +13 -13
- package/lib/src/ap-form/items/number/index.vue.js +1 -1
- package/lib/src/ap-form/items/radio/index.vue.d.ts +3 -3
- package/lib/src/ap-form/items/radio/index.vue.js +1 -1
- package/lib/src/ap-form/items/select/index.vue.d.ts +31 -31
- package/lib/src/ap-form/items/select/index.vue.js +1 -1
- package/lib/src/ap-form/items/switch/index.vue.d.ts +3 -3
- package/lib/src/ap-form/items/switch/index.vue.js +1 -1
- package/lib/src/ap-form/items/text/index.vue.d.ts +15 -15
- package/lib/src/ap-form/items/text/index.vue2.js +1 -1
- package/lib/src/ap-form/items/text/password.vue.d.ts +15 -15
- package/lib/src/ap-form/items/text/password.vue.js +1 -1
- package/lib/src/ap-form/items/text-area/index.vue.d.ts +3 -3
- package/lib/src/ap-form/items/text-area/index.vue.js +1 -1
- package/lib/src/ap-form/items/tree-select/index.vue.d.ts +35 -35
- package/lib/src/ap-form/items/tree-select/index.vue.js +1 -1
- package/lib/src/ap-form/modal-form/index.vue.d.ts +10 -10
- package/lib/src/ap-form/render/item.vue.d.ts +2 -2
- package/lib/src/ap-form/render/item.vue.js +1 -1
- package/lib/src/ap-form/search-form/components/popover-filter.vue.d.ts +4 -0
- package/lib/src/ap-form/search-form/components/popover-filter.vue.js +1 -0
- package/lib/src/ap-form/search-form/components/popover-filter.vue2.js +1 -0
- package/lib/src/ap-form/search-form/components/popover-sorter/index.vue.d.ts +4 -0
- package/lib/src/ap-form/search-form/components/popover-sorter/index.vue.js +1 -0
- package/lib/src/ap-form/search-form/components/popover-sorter/index.vue2.js +1 -0
- package/lib/src/ap-form/search-form/components/popover-sorter/sortable-item.vue.d.ts +6 -0
- package/lib/src/ap-form/search-form/components/popover-sorter/sortable-item.vue.js +1 -0
- package/lib/src/ap-form/search-form/components/popover-sorter/sortable-item.vue2.js +1 -0
- package/lib/src/ap-form/search-form/hooks/use-count-per-row.d.ts +3 -0
- package/lib/src/ap-form/search-form/hooks/use-count-per-row.js +1 -0
- package/lib/src/ap-form/search-form/index.vue.d.ts +14 -16
- package/lib/src/ap-form/search-form/index.vue.js +1 -1
- package/lib/src/ap-grid/editable/form-item.vue.js +1 -1
- package/lib/src/ap-grid/editable/index.vue.js +1 -1
- package/lib/src/ap-grid/index.vue.js +1 -1
- package/lib/src/ap-grid/interface.d.ts +1 -1
- package/lib/src/ap-info-layout/ApInfoLayout.vue.js +1 -1
- package/lib/src/ap-table/ap-table.vue2.js +1 -1
- package/lib/src/ap-table/constants.d.ts +161 -161
- package/lib/src/ap-table/context.d.ts +5 -0
- package/lib/src/ap-table/context.js +1 -1
- package/lib/src/ap-table/utils.d.ts +147 -147
- package/lib/src/ap-upload/apUpload.vue.d.ts +8 -8
- package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +14 -1
- package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.js +1 -1
- package/lib/src/business/ap-batch-action-group/index.d.ts +3 -1
- package/lib/src/business/ap-size-input/ApSizeInput.d.ts +1 -1
- package/lib/src/business/ap-size-input/index.d.ts +3 -3
- package/lib/src/business/ap-table-modal/index.d.ts +15 -15
- package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +5 -5
- package/lib/src/business/ap-view/ap-view.vue.d.ts +6 -0
- package/lib/src/business/ap-view/ap-view.vue.js +1 -0
- package/lib/src/business/ap-view/ap-view.vue2.js +1 -0
- package/lib/src/business/ap-view/components/main-button-content.vue.d.ts +831 -0
- package/lib/src/business/ap-view/components/main-button-content.vue.js +1 -0
- package/lib/src/business/ap-view/components/main-button-content.vue2.js +1 -0
- package/lib/src/business/ap-view/components/menu-list-content.vue.d.ts +832 -0
- package/lib/src/business/ap-view/components/menu-list-content.vue.js +1 -0
- package/lib/src/business/ap-view/components/menu-list-content.vue2.js +1 -0
- package/lib/src/business/ap-view/hooks/use-view-provide.d.ts +14 -0
- package/lib/src/business/ap-view/hooks/use-view-provide.js +1 -0
- package/lib/src/business/ap-view/icons/line-delete.vue.d.ts +3 -0
- package/lib/src/business/ap-view/icons/line-delete.vue.js +1 -0
- package/lib/src/business/ap-view/icons/line-down.vue.d.ts +3 -0
- package/lib/src/business/ap-view/icons/line-down.vue.js +1 -0
- package/lib/src/business/ap-view/icons/line-eye.vue.d.ts +3 -0
- package/lib/src/business/ap-view/icons/line-eye.vue.js +1 -0
- package/lib/src/business/ap-view/index.d.ts +27 -0
- package/lib/src/business/ap-view/index.js +1 -0
- package/lib/src/business/ap-view/interface.d.ts +54 -0
- package/lib/src/business/ap-view/interface.js +1 -0
- package/lib/src/business/ap-view/style/css.cjs +1 -0
- package/lib/src/business/ap-view/style/css.d.ts +0 -0
- package/lib/src/business/ap-view/style/index.cjs +1 -0
- package/lib/src/business/ap-view/style/index.d.ts +0 -0
- package/lib/src/business/ap-view/utils/enum.d.ts +1 -0
- package/lib/src/business/ap-view/utils/enum.js +1 -0
- package/lib/src/business/ap-view/utils/uuid.d.ts +5 -0
- package/lib/src/business/ap-view/utils/uuid.js +1 -0
- package/lib/src/business/batch-input-group/form-item.vue.d.ts +3 -3
- package/lib/src/business/batch-input-group/form-item.vue.js +1 -1
- package/lib/src/business/batch-input-group/index.vue.d.ts +6 -6
- package/lib/src/business/index.d.ts +1 -0
- package/lib/src/business/index.js +1 -1
- package/lib/src/check-card/index.vue2.js +1 -1
- package/lib/src/config-provider/config-provider-props.d.ts +5 -0
- package/lib/src/config-provider/config-provider-props.js +1 -1
- package/lib/src/config-provider/config-provider.d.ts +25 -1
- package/lib/src/config-provider/config-provider.js +1 -1
- package/lib/src/config-provider/css-var.d.ts +14 -0
- package/lib/src/config-provider/css-var.js +1 -1
- package/lib/src/config-provider/hooks/use-global-config.d.ts +5 -0
- package/lib/src/config-provider/index.d.ts +89 -3
- package/lib/src/design-token/index.js +1 -1
- package/lib/src/editable-table/form-item.vue.js +1 -1
- package/lib/src/editable-table/index.vue.js +1 -1
- package/lib/src/full-screen/interface.d.ts +1 -1
- package/lib/src/index.js +1 -1
- package/lib/src/locale/lang/en.js +1 -1
- package/lib/src/locale/lang/zh-cn.js +1 -1
- package/lib/src/path-map.js +1 -1
- package/lib/src/utils/config-provider-preset.d.ts +4 -4
- package/lib/src/work-order-modal/work-order-modal.vue.d.ts +6 -6
- package/package.json +7 -7
- package/theme/ap-action/item-dropdown.css +30 -2
- package/theme/ap-action/item-dropdown.less +2 -2
- package/theme/ap-action/item.css +36 -2
- package/theme/ap-action/item.less +2 -3
- package/theme/ap-appendix/ap-appendix.css +28 -0
- package/theme/ap-attachment/ap-attachment.css +28 -0
- package/theme/ap-batch-action/ap-batch-action.css +28 -0
- package/theme/ap-button/ap-button.css +28 -0
- package/theme/ap-card/ap-card.css +28 -0
- package/theme/ap-descriptions/ap-descriptions.css +28 -0
- package/theme/ap-download/ap-download.css +28 -0
- package/theme/ap-expand-alert/ap-expand-alert.css +28 -0
- package/theme/ap-field/checkbox.css +29 -1
- package/theme/ap-field/checkbox.less +2 -1
- package/theme/ap-field/index.css +30 -2
- package/theme/ap-field/number.css +28 -0
- package/theme/ap-field/radio.css +29 -1
- package/theme/ap-field/radio.less +1 -1
- package/theme/ap-field/text-area.css +28 -0
- package/theme/ap-form/ap-form-item-group.css +28 -0
- package/theme/ap-form/ap-form-item.css +35 -5
- package/theme/ap-form/ap-form-item.less +8 -6
- package/theme/ap-form/drawer-form.css +28 -0
- package/theme/ap-form/index.css +177 -6
- package/theme/ap-form/item-text-group.css +28 -0
- package/theme/ap-form/item-text.css +28 -0
- package/theme/ap-form/modal-form.css +28 -0
- package/theme/ap-form/search-form-sorter.css +120 -0
- package/theme/ap-form/search-form-sorter.less +71 -0
- package/theme/ap-form/search-form.css +177 -6
- package/theme/ap-form/search-form.less +57 -1
- package/theme/ap-grid/editable.css +30 -2
- package/theme/ap-grid/editable.less +2 -2
- package/theme/ap-grid/index.css +206 -20
- package/theme/ap-grid/index.less +17 -8
- package/theme/ap-group-search/ap-extension-select.css +28 -0
- package/theme/ap-group-search/ap-group-search.css +28 -0
- package/theme/ap-group-search/ap-popover-select.css +28 -0
- package/theme/ap-image/ap-image.css +28 -0
- package/theme/ap-input-radio/ap-input-radio.css +28 -0
- package/theme/ap-label/ap-label.css +28 -0
- package/theme/ap-ladder/ap-ladder.css +28 -0
- package/theme/ap-layout/ap-info-layout.css +28 -0
- package/theme/ap-list/index.css +29 -1
- package/theme/ap-list/index.less +2 -1
- package/theme/ap-product-info/ap-product-info.css +28 -0
- package/theme/ap-select-layout/ap-select-layout.css +28 -0
- package/theme/ap-size-input/ap-size-input.css +28 -0
- package/theme/ap-status/ap-status.css +28 -0
- package/theme/ap-summary/index.css +28 -0
- package/theme/ap-table/ap-table-index.css +28 -0
- package/theme/ap-table/ap-table-paragraph-ellipsis.css +28 -0
- package/theme/ap-table/ap-table.css +217 -34
- package/theme/ap-table/ap-table.less +12 -9
- package/theme/ap-table/setting/index.css +44 -2
- package/theme/ap-table/setting/modal.css +36 -0
- package/theme/ap-table/setting/modal.less +1 -0
- package/theme/ap-table/setting/select-group.css +28 -0
- package/theme/ap-table/setting/sortable-item-meta.css +28 -0
- package/theme/ap-table/setting/sortable-item.css +28 -0
- package/theme/ap-table/setting/sorter.css +36 -2
- package/theme/ap-table/setting/sorter.less +1 -2
- package/theme/ap-table-modal/index.css +217 -34
- package/theme/ap-tag/ap-tag-group.css +28 -0
- package/theme/ap-tag/ap-tag.css +28 -0
- package/theme/ap-title/ap-title.css +28 -0
- package/theme/ap-upload/index.css +28 -0
- package/theme/ap-upload/multiple-file.css +28 -0
- package/theme/ap-upload/picture.css +28 -0
- package/theme/ap-upload/single-file.css +28 -0
- package/theme/ap-upload/upload.css +28 -0
- package/theme/ap-upload-single/index.css +28 -0
- package/theme/ap-view/ap-view.css +149 -0
- package/theme/ap-view/ap-view.less +128 -0
- package/theme/batch-input-group/index.css +30 -2
- package/theme/batch-input-group/popover-input.css +28 -0
- package/theme/check-card/index.css +65 -17
- package/theme/check-card/index.less +20 -19
- package/theme/editable-table/index.css +198 -19
- package/theme/editable-table/index.less +9 -7
- package/theme/full-screen/index.css +28 -0
- package/theme/index.css +417 -75
- package/theme/index.less +1 -0
- package/theme/mask/index.css +28 -0
- package/theme/mixins/config.less +26 -3
- package/theme/mixins/mixins.css +28 -0
- package/theme/mixins/mixins.less +35 -0
- package/theme/scroll-bar/index.css +28 -0
- package/theme/scroll-view/index.css +28 -0
- package/theme/splitter/index.css +33 -5
- package/theme/text/group.css +28 -0
- package/theme/text/index.css +36 -1
- package/theme/text/index.less +1 -1
- package/theme/work-order-modal/index.css +28 -0
|
@@ -67,22 +67,21 @@ declare function __VLS_template(): {
|
|
|
67
67
|
readonly animation?: string | undefined;
|
|
68
68
|
readonly children?: VueNode[] | undefined;
|
|
69
69
|
readonly bordered?: boolean | undefined;
|
|
70
|
-
readonly getPopupContainer?: RenderDOMFunc | undefined;
|
|
71
70
|
readonly prefixCls?: string | undefined;
|
|
72
|
-
readonly virtual?: boolean | undefined;
|
|
73
|
-
readonly dropdownMatchSelectWidth?: number | boolean | undefined;
|
|
74
|
-
readonly showSearch?: boolean | undefined;
|
|
75
|
-
readonly status?: "" | "error" | "warning" | undefined;
|
|
76
|
-
readonly transitionName?: string | undefined;
|
|
77
|
-
readonly id?: string | undefined;
|
|
78
|
-
readonly placeholder?: any;
|
|
79
|
-
readonly tabindex?: number | undefined;
|
|
80
71
|
readonly loading?: boolean | undefined;
|
|
72
|
+
readonly transitionName?: string | undefined;
|
|
81
73
|
readonly autofocus?: boolean | undefined;
|
|
74
|
+
readonly getPopupContainer?: RenderDOMFunc | undefined;
|
|
75
|
+
readonly placeholder?: any;
|
|
82
76
|
readonly defaultValue?: SelectValue;
|
|
77
|
+
readonly virtual?: boolean | undefined;
|
|
78
|
+
readonly dropdownMatchSelectWidth?: number | boolean | undefined;
|
|
79
|
+
readonly id?: string | undefined;
|
|
80
|
+
readonly status?: "" | "error" | "warning" | undefined;
|
|
83
81
|
readonly clearIcon?: any;
|
|
84
82
|
readonly allowClear?: boolean | undefined;
|
|
85
83
|
readonly options?: DefaultOptionType[] | undefined;
|
|
84
|
+
readonly tabindex?: number | undefined;
|
|
86
85
|
readonly dropdownClassName?: string | undefined;
|
|
87
86
|
readonly dropdownAlign?: AlignType | undefined;
|
|
88
87
|
readonly defaultOpen?: boolean | undefined;
|
|
@@ -97,6 +96,7 @@ declare function __VLS_template(): {
|
|
|
97
96
|
readonly fieldNames?: FieldNames | undefined;
|
|
98
97
|
readonly dropdownStyle?: CSSProperties | undefined;
|
|
99
98
|
readonly dropdownRender?: DropdownRender | undefined;
|
|
99
|
+
readonly showSearch?: boolean | undefined;
|
|
100
100
|
readonly searchValue?: string | undefined;
|
|
101
101
|
readonly onInputKeyDown?: ((e: KeyboardEvent) => void) | undefined;
|
|
102
102
|
readonly removeIcon?: any;
|
|
@@ -565,13 +565,13 @@ declare function __VLS_template(): {
|
|
|
565
565
|
multiple: boolean;
|
|
566
566
|
disabled: boolean;
|
|
567
567
|
bordered: boolean;
|
|
568
|
-
virtual: boolean;
|
|
569
|
-
showSearch: boolean;
|
|
570
568
|
loading: boolean;
|
|
571
569
|
autofocus: boolean;
|
|
570
|
+
virtual: boolean;
|
|
572
571
|
lazy: boolean;
|
|
573
572
|
allowClear: boolean;
|
|
574
573
|
defaultOpen: boolean;
|
|
574
|
+
showSearch: boolean;
|
|
575
575
|
showArrow: boolean;
|
|
576
576
|
autoClearSearchValue: boolean;
|
|
577
577
|
defaultActiveFirstOption: boolean;
|
|
@@ -606,13 +606,13 @@ declare function __VLS_template(): {
|
|
|
606
606
|
multiple: boolean;
|
|
607
607
|
disabled: boolean;
|
|
608
608
|
bordered: boolean;
|
|
609
|
-
virtual: boolean;
|
|
610
|
-
showSearch: boolean;
|
|
611
609
|
loading: boolean;
|
|
612
610
|
autofocus: boolean;
|
|
611
|
+
virtual: boolean;
|
|
613
612
|
lazy: boolean;
|
|
614
613
|
allowClear: boolean;
|
|
615
614
|
defaultOpen: boolean;
|
|
615
|
+
showSearch: boolean;
|
|
616
616
|
showArrow: boolean;
|
|
617
617
|
autoClearSearchValue: boolean;
|
|
618
618
|
defaultActiveFirstOption: boolean;
|
|
@@ -623,7 +623,7 @@ declare function __VLS_template(): {
|
|
|
623
623
|
searchDelay: number;
|
|
624
624
|
}> & Omit<Readonly< ApFieldSelectProps> & Readonly<{
|
|
625
625
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
626
|
-
}>, "blur" | "focus" | "request" | ("mode" | "open" | "multiple" | "disabled" | "bordered" | "
|
|
626
|
+
}>, "blur" | "focus" | "request" | ("mode" | "open" | "multiple" | "disabled" | "bordered" | "loading" | "autofocus" | "virtual" | "lazy" | "allowClear" | "defaultOpen" | "showSearch" | "showArrow" | "autoClearSearchValue" | "defaultActiveFirstOption" | "labelInValue" | "emptyText" | "searchMode" | "refetchOnFocus" | "searchDelay")> & ShallowUnwrapRef<{
|
|
627
627
|
focus: () => void;
|
|
628
628
|
blur: () => void;
|
|
629
629
|
request: (clear?: boolean) => Promise<void>;
|
|
@@ -666,12 +666,12 @@ declare const __VLS_component: DefineComponent<ApFormItemSelectProps, {
|
|
|
666
666
|
request: () => void;
|
|
667
667
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemSelectProps> & Readonly<{}>, {
|
|
668
668
|
disabled: boolean;
|
|
669
|
-
field: Omit< ApFieldSelectProps, "value" | "onUpdate:value">;
|
|
670
|
-
colon: boolean;
|
|
671
|
-
required: boolean;
|
|
672
669
|
hasFeedback: boolean;
|
|
670
|
+
colon: boolean;
|
|
673
671
|
autoLink: boolean;
|
|
672
|
+
required: boolean;
|
|
674
673
|
validateFirst: boolean;
|
|
674
|
+
field: Omit< ApFieldSelectProps, "value" | "onUpdate:value">;
|
|
675
675
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
676
676
|
selectRef: ({
|
|
677
677
|
$: ComponentInternalInstance;
|
|
@@ -698,22 +698,21 @@ declare const __VLS_component: DefineComponent<ApFormItemSelectProps, {
|
|
|
698
698
|
readonly animation?: string | undefined;
|
|
699
699
|
readonly children?: VueNode[] | undefined;
|
|
700
700
|
readonly bordered?: boolean | undefined;
|
|
701
|
-
readonly getPopupContainer?: RenderDOMFunc | undefined;
|
|
702
701
|
readonly prefixCls?: string | undefined;
|
|
703
|
-
readonly virtual?: boolean | undefined;
|
|
704
|
-
readonly dropdownMatchSelectWidth?: number | boolean | undefined;
|
|
705
|
-
readonly showSearch?: boolean | undefined;
|
|
706
|
-
readonly status?: "" | "error" | "warning" | undefined;
|
|
707
|
-
readonly transitionName?: string | undefined;
|
|
708
|
-
readonly id?: string | undefined;
|
|
709
|
-
readonly placeholder?: any;
|
|
710
|
-
readonly tabindex?: number | undefined;
|
|
711
702
|
readonly loading?: boolean | undefined;
|
|
703
|
+
readonly transitionName?: string | undefined;
|
|
712
704
|
readonly autofocus?: boolean | undefined;
|
|
705
|
+
readonly getPopupContainer?: RenderDOMFunc | undefined;
|
|
706
|
+
readonly placeholder?: any;
|
|
713
707
|
readonly defaultValue?: SelectValue;
|
|
708
|
+
readonly virtual?: boolean | undefined;
|
|
709
|
+
readonly dropdownMatchSelectWidth?: number | boolean | undefined;
|
|
710
|
+
readonly id?: string | undefined;
|
|
711
|
+
readonly status?: "" | "error" | "warning" | undefined;
|
|
714
712
|
readonly clearIcon?: any;
|
|
715
713
|
readonly allowClear?: boolean | undefined;
|
|
716
714
|
readonly options?: DefaultOptionType[] | undefined;
|
|
715
|
+
readonly tabindex?: number | undefined;
|
|
717
716
|
readonly dropdownClassName?: string | undefined;
|
|
718
717
|
readonly dropdownAlign?: AlignType | undefined;
|
|
719
718
|
readonly defaultOpen?: boolean | undefined;
|
|
@@ -728,6 +727,7 @@ declare const __VLS_component: DefineComponent<ApFormItemSelectProps, {
|
|
|
728
727
|
readonly fieldNames?: FieldNames | undefined;
|
|
729
728
|
readonly dropdownStyle?: CSSProperties | undefined;
|
|
730
729
|
readonly dropdownRender?: DropdownRender | undefined;
|
|
730
|
+
readonly showSearch?: boolean | undefined;
|
|
731
731
|
readonly searchValue?: string | undefined;
|
|
732
732
|
readonly onInputKeyDown?: ((e: KeyboardEvent) => void) | undefined;
|
|
733
733
|
readonly removeIcon?: any;
|
|
@@ -1196,13 +1196,13 @@ declare const __VLS_component: DefineComponent<ApFormItemSelectProps, {
|
|
|
1196
1196
|
multiple: boolean;
|
|
1197
1197
|
disabled: boolean;
|
|
1198
1198
|
bordered: boolean;
|
|
1199
|
-
virtual: boolean;
|
|
1200
|
-
showSearch: boolean;
|
|
1201
1199
|
loading: boolean;
|
|
1202
1200
|
autofocus: boolean;
|
|
1201
|
+
virtual: boolean;
|
|
1203
1202
|
lazy: boolean;
|
|
1204
1203
|
allowClear: boolean;
|
|
1205
1204
|
defaultOpen: boolean;
|
|
1205
|
+
showSearch: boolean;
|
|
1206
1206
|
showArrow: boolean;
|
|
1207
1207
|
autoClearSearchValue: boolean;
|
|
1208
1208
|
defaultActiveFirstOption: boolean;
|
|
@@ -1237,13 +1237,13 @@ declare const __VLS_component: DefineComponent<ApFormItemSelectProps, {
|
|
|
1237
1237
|
multiple: boolean;
|
|
1238
1238
|
disabled: boolean;
|
|
1239
1239
|
bordered: boolean;
|
|
1240
|
-
virtual: boolean;
|
|
1241
|
-
showSearch: boolean;
|
|
1242
1240
|
loading: boolean;
|
|
1243
1241
|
autofocus: boolean;
|
|
1242
|
+
virtual: boolean;
|
|
1244
1243
|
lazy: boolean;
|
|
1245
1244
|
allowClear: boolean;
|
|
1246
1245
|
defaultOpen: boolean;
|
|
1246
|
+
showSearch: boolean;
|
|
1247
1247
|
showArrow: boolean;
|
|
1248
1248
|
autoClearSearchValue: boolean;
|
|
1249
1249
|
defaultActiveFirstOption: boolean;
|
|
@@ -1254,7 +1254,7 @@ declare const __VLS_component: DefineComponent<ApFormItemSelectProps, {
|
|
|
1254
1254
|
searchDelay: number;
|
|
1255
1255
|
}> & Omit<Readonly< ApFieldSelectProps> & Readonly<{
|
|
1256
1256
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
1257
|
-
}>, "blur" | "focus" | "request" | ("mode" | "open" | "multiple" | "disabled" | "bordered" | "
|
|
1257
|
+
}>, "blur" | "focus" | "request" | ("mode" | "open" | "multiple" | "disabled" | "bordered" | "loading" | "autofocus" | "virtual" | "lazy" | "allowClear" | "defaultOpen" | "showSearch" | "showArrow" | "autoClearSearchValue" | "defaultActiveFirstOption" | "labelInValue" | "emptyText" | "searchMode" | "refetchOnFocus" | "searchDelay")> & ShallowUnwrapRef<{
|
|
1258
1258
|
focus: () => void;
|
|
1259
1259
|
blur: () => void;
|
|
1260
1260
|
request: (clear?: boolean) => Promise<void>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { defineComponent as B, ref as x, useSlots as g, computed as S, createBlock as k, openBlock as F, normalizeProps as d, guardReactiveProps as n, unref as l, createSlots as f, withCtx as i, createVNode as C, mergeProps as P, renderList as u, renderSlot as
|
|
1
|
+
import { defineComponent as B, ref as x, useSlots as g, computed as S, createBlock as k, openBlock as F, normalizeProps as d, guardReactiveProps as n, unref as l, createSlots as f, withCtx as i, createVNode as C, mergeProps as P, renderList as u, renderSlot as c } from "vue";
|
|
2
2
|
import "../../item/index.vue2.mjs";
|
|
3
3
|
import "../../../ap-field/index.mjs";
|
|
4
|
-
import { isUndefined as q, omit as
|
|
4
|
+
import { isUndefined as q, omit as m, pick as $ } from "lodash-unified";
|
|
5
5
|
import { apFormItemSlotNames as b } from "../../constant.mjs";
|
|
6
6
|
import N from "../../item/index.vue.mjs";
|
|
7
7
|
import R from "../../../ap-field/select/index.vue.mjs";
|
|
@@ -48,6 +48,7 @@ const E = /* @__PURE__ */ B({
|
|
|
48
48
|
initialValue: {},
|
|
49
49
|
_signal: {},
|
|
50
50
|
transform: {},
|
|
51
|
+
description: {},
|
|
51
52
|
field: { default: () => ({}) },
|
|
52
53
|
placeholder: {},
|
|
53
54
|
disabled: { type: Boolean, default: void 0 }
|
|
@@ -77,16 +78,16 @@ const E = /* @__PURE__ */ B({
|
|
|
77
78
|
bordered: o.bordered ? !1 : q((e = o.field) == null ? void 0 : e.bordered) ? !0 : (a = o.field) == null ? void 0 : a.bordered
|
|
78
79
|
};
|
|
79
80
|
});
|
|
80
|
-
return (e, a) => (F(), k(N, d(n(l(
|
|
81
|
+
return (e, a) => (F(), k(N, d(n(l(m)(o, ["field", "placeholder", "disabled"]))), f({
|
|
81
82
|
default: i(() => [
|
|
82
83
|
C(l(R), P(h.value, {
|
|
83
84
|
ref_key: "selectRef",
|
|
84
85
|
ref: t
|
|
85
86
|
}), f({ _: 2 }, [
|
|
86
|
-
u(l(
|
|
87
|
+
u(l(m)(p, l(b)), (y, r) => ({
|
|
87
88
|
name: r,
|
|
88
89
|
fn: i((s) => [
|
|
89
|
-
|
|
90
|
+
c(e.$slots, r, d(n(s || {})))
|
|
90
91
|
])
|
|
91
92
|
}))
|
|
92
93
|
]), 1040)
|
|
@@ -96,7 +97,7 @@ const E = /* @__PURE__ */ B({
|
|
|
96
97
|
u(l($)(p, l(b)), (y, r) => ({
|
|
97
98
|
name: r,
|
|
98
99
|
fn: i((s) => [
|
|
99
|
-
|
|
100
|
+
c(e.$slots, r, d(n(s || {})))
|
|
100
101
|
])
|
|
101
102
|
}))
|
|
102
103
|
]), 1040));
|
|
@@ -19,13 +19,13 @@ declare function __VLS_template(): {
|
|
|
19
19
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
20
20
|
declare const __VLS_component: DefineComponent<ApFormItemSwitchProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemSwitchProps> & Readonly<{}>, {
|
|
21
21
|
disabled: boolean;
|
|
22
|
-
field: Omit< ApFieldSwitchProps, "checked" | "onUpdate:checked">;
|
|
23
|
-
colon: boolean;
|
|
24
|
-
required: boolean;
|
|
25
22
|
hasFeedback: boolean;
|
|
23
|
+
colon: boolean;
|
|
26
24
|
autoLink: boolean;
|
|
25
|
+
required: boolean;
|
|
27
26
|
validateFirst: boolean;
|
|
28
27
|
valuePropName: string;
|
|
28
|
+
field: Omit< ApFieldSwitchProps, "checked" | "onUpdate:checked">;
|
|
29
29
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
30
30
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
31
31
|
export default _default;
|
|
@@ -48,17 +48,16 @@ declare function __VLS_template(): {
|
|
|
48
48
|
readonly bordered?: boolean | undefined;
|
|
49
49
|
readonly prefixCls?: string | undefined;
|
|
50
50
|
readonly name?: string | undefined;
|
|
51
|
-
readonly autocomplete?: string | undefined;
|
|
52
|
-
readonly status?: "" | "error" | "warning" | undefined;
|
|
53
|
-
readonly id?: string | undefined;
|
|
54
|
-
readonly placeholder?: string | number | undefined;
|
|
55
|
-
readonly prefix?: any;
|
|
56
51
|
readonly loading?: boolean | undefined;
|
|
57
52
|
readonly autofocus?: boolean | undefined;
|
|
58
53
|
readonly 'onUpdate:value'?: (((val: string) => void) & ((...args: any[]) => any)) | undefined;
|
|
59
54
|
readonly suffix?: any;
|
|
60
55
|
readonly focused?: boolean | undefined;
|
|
56
|
+
readonly placeholder?: string | number | undefined;
|
|
57
|
+
readonly handleReset?: MouseEventHandler | undefined;
|
|
61
58
|
readonly defaultValue?: string | number | undefined;
|
|
59
|
+
readonly id?: string | undefined;
|
|
60
|
+
readonly autocomplete?: string | undefined;
|
|
62
61
|
readonly maxlength?: number | undefined;
|
|
63
62
|
readonly showCount?: boolean | ShowCountProps | undefined;
|
|
64
63
|
readonly htmlSize?: number | undefined;
|
|
@@ -66,12 +65,13 @@ declare function __VLS_template(): {
|
|
|
66
65
|
readonly onMouseUp?: MouseEventHandler | undefined;
|
|
67
66
|
readonly onRawInput?: ChangeEventHandler | undefined;
|
|
68
67
|
readonly valueModifiers?: Record<string, any> | undefined;
|
|
68
|
+
readonly status?: "" | "error" | "warning" | undefined;
|
|
69
69
|
readonly inputElement?: any;
|
|
70
70
|
readonly triggerFocus?: (() => void) | undefined;
|
|
71
71
|
readonly readonly?: boolean | undefined;
|
|
72
|
-
readonly handleReset?: MouseEventHandler | undefined;
|
|
73
72
|
readonly addonBefore?: any;
|
|
74
73
|
readonly addonAfter?: any;
|
|
74
|
+
readonly prefix?: any;
|
|
75
75
|
readonly clearIcon?: any;
|
|
76
76
|
readonly allowClear?: boolean | undefined;
|
|
77
77
|
readonly emptyText?: string | undefined;
|
|
@@ -172,12 +172,12 @@ declare const __VLS_component: DefineComponent<ApFormItemTextProps, {
|
|
|
172
172
|
select: () => void;
|
|
173
173
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemTextProps> & Readonly<{}>, {
|
|
174
174
|
disabled: boolean;
|
|
175
|
-
field: Omit< ApFieldTextProps, "value" | "onUpdate:value">;
|
|
176
|
-
colon: boolean;
|
|
177
|
-
required: boolean;
|
|
178
175
|
hasFeedback: boolean;
|
|
176
|
+
colon: boolean;
|
|
179
177
|
autoLink: boolean;
|
|
178
|
+
required: boolean;
|
|
180
179
|
validateFirst: boolean;
|
|
180
|
+
field: Omit< ApFieldTextProps, "value" | "onUpdate:value">;
|
|
181
181
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
182
182
|
inputRef: ({
|
|
183
183
|
$: ComponentInternalInstance;
|
|
@@ -204,17 +204,16 @@ declare const __VLS_component: DefineComponent<ApFormItemTextProps, {
|
|
|
204
204
|
readonly bordered?: boolean | undefined;
|
|
205
205
|
readonly prefixCls?: string | undefined;
|
|
206
206
|
readonly name?: string | undefined;
|
|
207
|
-
readonly autocomplete?: string | undefined;
|
|
208
|
-
readonly status?: "" | "error" | "warning" | undefined;
|
|
209
|
-
readonly id?: string | undefined;
|
|
210
|
-
readonly placeholder?: string | number | undefined;
|
|
211
|
-
readonly prefix?: any;
|
|
212
207
|
readonly loading?: boolean | undefined;
|
|
213
208
|
readonly autofocus?: boolean | undefined;
|
|
214
209
|
readonly 'onUpdate:value'?: (((val: string) => void) & ((...args: any[]) => any)) | undefined;
|
|
215
210
|
readonly suffix?: any;
|
|
216
211
|
readonly focused?: boolean | undefined;
|
|
212
|
+
readonly placeholder?: string | number | undefined;
|
|
213
|
+
readonly handleReset?: MouseEventHandler | undefined;
|
|
217
214
|
readonly defaultValue?: string | number | undefined;
|
|
215
|
+
readonly id?: string | undefined;
|
|
216
|
+
readonly autocomplete?: string | undefined;
|
|
218
217
|
readonly maxlength?: number | undefined;
|
|
219
218
|
readonly showCount?: boolean | ShowCountProps | undefined;
|
|
220
219
|
readonly htmlSize?: number | undefined;
|
|
@@ -222,12 +221,13 @@ declare const __VLS_component: DefineComponent<ApFormItemTextProps, {
|
|
|
222
221
|
readonly onMouseUp?: MouseEventHandler | undefined;
|
|
223
222
|
readonly onRawInput?: ChangeEventHandler | undefined;
|
|
224
223
|
readonly valueModifiers?: Record<string, any> | undefined;
|
|
224
|
+
readonly status?: "" | "error" | "warning" | undefined;
|
|
225
225
|
readonly inputElement?: any;
|
|
226
226
|
readonly triggerFocus?: (() => void) | undefined;
|
|
227
227
|
readonly readonly?: boolean | undefined;
|
|
228
|
-
readonly handleReset?: MouseEventHandler | undefined;
|
|
229
228
|
readonly addonBefore?: any;
|
|
230
229
|
readonly addonAfter?: any;
|
|
230
|
+
readonly prefix?: any;
|
|
231
231
|
readonly clearIcon?: any;
|
|
232
232
|
readonly allowClear?: boolean | undefined;
|
|
233
233
|
readonly emptyText?: string | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as B, useSlots as x, ref as S, computed as _, createBlock as k, openBlock as F, normalizeProps as n, guardReactiveProps as p, unref as t, createSlots as u, withCtx as
|
|
1
|
+
import { defineComponent as B, useSlots as x, ref as S, computed as _, createBlock as k, openBlock as F, normalizeProps as n, guardReactiveProps as p, unref as t, createSlots as u, withCtx as i, createVNode as R, mergeProps as C, renderList as f, renderSlot as c } from "vue";
|
|
2
2
|
import "../../item/index.vue2.mjs";
|
|
3
3
|
import { ApField as P } from "../../../ap-field/index.mjs";
|
|
4
4
|
import { omit as m, pick as A } from "lodash-unified";
|
|
@@ -47,12 +47,13 @@ const E = /* @__PURE__ */ B({
|
|
|
47
47
|
initialValue: {},
|
|
48
48
|
_signal: {},
|
|
49
49
|
transform: {},
|
|
50
|
+
description: {},
|
|
50
51
|
field: { default: () => ({}) },
|
|
51
52
|
placeholder: {},
|
|
52
53
|
disabled: { type: Boolean, default: void 0 }
|
|
53
54
|
},
|
|
54
55
|
setup(v, { expose: h }) {
|
|
55
|
-
const { Text: g } = P,
|
|
56
|
+
const { Text: g } = P, d = x(), y = v, l = S();
|
|
56
57
|
return h({
|
|
57
58
|
focus: (e) => {
|
|
58
59
|
var a;
|
|
@@ -75,16 +76,16 @@ const E = /* @__PURE__ */ B({
|
|
|
75
76
|
return (e = l.value) == null ? void 0 : e.input;
|
|
76
77
|
})
|
|
77
78
|
}), (e, a) => (F(), k(N, n(p(t(m)(y, ["field", "disabled", "placeholder"]))), u({
|
|
78
|
-
default:
|
|
79
|
+
default: i(() => [
|
|
79
80
|
R(t(g), C({
|
|
80
81
|
ref_key: "inputRef",
|
|
81
82
|
ref: l,
|
|
82
83
|
disabled: e.disabled,
|
|
83
84
|
placeholder: e.placeholder
|
|
84
85
|
}, e.field), u({ _: 2 }, [
|
|
85
|
-
f(t(m)(
|
|
86
|
+
f(t(m)(d, t(b)), (r, o) => ({
|
|
86
87
|
name: o,
|
|
87
|
-
fn:
|
|
88
|
+
fn: i((s) => [
|
|
88
89
|
c(e.$slots, o, n(p(s || {})))
|
|
89
90
|
])
|
|
90
91
|
}))
|
|
@@ -92,9 +93,9 @@ const E = /* @__PURE__ */ B({
|
|
|
92
93
|
]),
|
|
93
94
|
_: 2
|
|
94
95
|
}, [
|
|
95
|
-
f(t(A)(
|
|
96
|
+
f(t(A)(d, t(b)), (r, o) => ({
|
|
96
97
|
name: o,
|
|
97
|
-
fn:
|
|
98
|
+
fn: i((s) => [
|
|
98
99
|
c(e.$slots, o, n(p(s || {})))
|
|
99
100
|
])
|
|
100
101
|
}))
|
|
@@ -49,17 +49,16 @@ declare function __VLS_template(): {
|
|
|
49
49
|
readonly bordered?: boolean | undefined;
|
|
50
50
|
readonly prefixCls?: string | undefined;
|
|
51
51
|
readonly name?: string | undefined;
|
|
52
|
-
readonly autocomplete?: string | undefined;
|
|
53
|
-
readonly status?: "" | "error" | "warning" | undefined;
|
|
54
|
-
readonly id?: string | undefined;
|
|
55
|
-
readonly placeholder?: string | number | undefined;
|
|
56
|
-
readonly prefix?: any;
|
|
57
52
|
readonly loading?: boolean | undefined;
|
|
58
53
|
readonly autofocus?: boolean | undefined;
|
|
59
54
|
readonly 'onUpdate:value'?: (((val: string) => void) & ((...args: any[]) => any)) | undefined;
|
|
60
55
|
readonly suffix?: any;
|
|
61
56
|
readonly focused?: boolean | undefined;
|
|
57
|
+
readonly placeholder?: string | number | undefined;
|
|
58
|
+
readonly handleReset?: MouseEventHandler | undefined;
|
|
62
59
|
readonly defaultValue?: string | number | undefined;
|
|
60
|
+
readonly id?: string | undefined;
|
|
61
|
+
readonly autocomplete?: string | undefined;
|
|
63
62
|
readonly maxlength?: number | undefined;
|
|
64
63
|
readonly showCount?: boolean | ShowCountProps | undefined;
|
|
65
64
|
readonly htmlSize?: number | undefined;
|
|
@@ -67,12 +66,13 @@ declare function __VLS_template(): {
|
|
|
67
66
|
readonly onMouseUp?: MouseEventHandler | undefined;
|
|
68
67
|
readonly onRawInput?: ChangeEventHandler | undefined;
|
|
69
68
|
readonly valueModifiers?: Record<string, any> | undefined;
|
|
69
|
+
readonly status?: "" | "error" | "warning" | undefined;
|
|
70
70
|
readonly inputElement?: any;
|
|
71
71
|
readonly triggerFocus?: (() => void) | undefined;
|
|
72
72
|
readonly readonly?: boolean | undefined;
|
|
73
|
-
readonly handleReset?: MouseEventHandler | undefined;
|
|
74
73
|
readonly addonBefore?: any;
|
|
75
74
|
readonly addonAfter?: any;
|
|
75
|
+
readonly prefix?: any;
|
|
76
76
|
readonly clearIcon?: any;
|
|
77
77
|
readonly allowClear?: boolean | undefined;
|
|
78
78
|
readonly inputPrefixCls?: string | undefined;
|
|
@@ -179,12 +179,12 @@ declare const __VLS_component: DefineComponent<ApFormItemTextPasswordProps, {
|
|
|
179
179
|
blur: () => void;
|
|
180
180
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemTextPasswordProps> & Readonly<{}>, {
|
|
181
181
|
disabled: boolean;
|
|
182
|
-
field: Omit< ApFieldTextPasswordProps, "value" | "onUpdate:value">;
|
|
183
|
-
colon: boolean;
|
|
184
|
-
required: boolean;
|
|
185
182
|
hasFeedback: boolean;
|
|
183
|
+
colon: boolean;
|
|
186
184
|
autoLink: boolean;
|
|
185
|
+
required: boolean;
|
|
187
186
|
validateFirst: boolean;
|
|
187
|
+
field: Omit< ApFieldTextPasswordProps, "value" | "onUpdate:value">;
|
|
188
188
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
189
189
|
inputRef: ({
|
|
190
190
|
$: ComponentInternalInstance;
|
|
@@ -211,17 +211,16 @@ declare const __VLS_component: DefineComponent<ApFormItemTextPasswordProps, {
|
|
|
211
211
|
readonly bordered?: boolean | undefined;
|
|
212
212
|
readonly prefixCls?: string | undefined;
|
|
213
213
|
readonly name?: string | undefined;
|
|
214
|
-
readonly autocomplete?: string | undefined;
|
|
215
|
-
readonly status?: "" | "error" | "warning" | undefined;
|
|
216
|
-
readonly id?: string | undefined;
|
|
217
|
-
readonly placeholder?: string | number | undefined;
|
|
218
|
-
readonly prefix?: any;
|
|
219
214
|
readonly loading?: boolean | undefined;
|
|
220
215
|
readonly autofocus?: boolean | undefined;
|
|
221
216
|
readonly 'onUpdate:value'?: (((val: string) => void) & ((...args: any[]) => any)) | undefined;
|
|
222
217
|
readonly suffix?: any;
|
|
223
218
|
readonly focused?: boolean | undefined;
|
|
219
|
+
readonly placeholder?: string | number | undefined;
|
|
220
|
+
readonly handleReset?: MouseEventHandler | undefined;
|
|
224
221
|
readonly defaultValue?: string | number | undefined;
|
|
222
|
+
readonly id?: string | undefined;
|
|
223
|
+
readonly autocomplete?: string | undefined;
|
|
225
224
|
readonly maxlength?: number | undefined;
|
|
226
225
|
readonly showCount?: boolean | ShowCountProps | undefined;
|
|
227
226
|
readonly htmlSize?: number | undefined;
|
|
@@ -229,12 +228,13 @@ declare const __VLS_component: DefineComponent<ApFormItemTextPasswordProps, {
|
|
|
229
228
|
readonly onMouseUp?: MouseEventHandler | undefined;
|
|
230
229
|
readonly onRawInput?: ChangeEventHandler | undefined;
|
|
231
230
|
readonly valueModifiers?: Record<string, any> | undefined;
|
|
231
|
+
readonly status?: "" | "error" | "warning" | undefined;
|
|
232
232
|
readonly inputElement?: any;
|
|
233
233
|
readonly triggerFocus?: (() => void) | undefined;
|
|
234
234
|
readonly readonly?: boolean | undefined;
|
|
235
|
-
readonly handleReset?: MouseEventHandler | undefined;
|
|
236
235
|
readonly addonBefore?: any;
|
|
237
236
|
readonly addonAfter?: any;
|
|
237
|
+
readonly prefix?: any;
|
|
238
238
|
readonly clearIcon?: any;
|
|
239
239
|
readonly allowClear?: boolean | undefined;
|
|
240
240
|
readonly inputPrefixCls?: string | undefined;
|
|
@@ -321,12 +321,12 @@ declare const __VLS_component: DefineComponent<ApFormItemTextAreaProps, {
|
|
|
321
321
|
resizableTextArea: any;
|
|
322
322
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemTextAreaProps> & Readonly<{}>, {
|
|
323
323
|
disabled: boolean;
|
|
324
|
-
field: Omit< ApFieldTextAreaProps, "value" | "onUpdate:value">;
|
|
325
|
-
colon: boolean;
|
|
326
|
-
required: boolean;
|
|
327
324
|
hasFeedback: boolean;
|
|
325
|
+
colon: boolean;
|
|
328
326
|
autoLink: boolean;
|
|
327
|
+
required: boolean;
|
|
329
328
|
validateFirst: boolean;
|
|
329
|
+
field: Omit< ApFieldTextAreaProps, "value" | "onUpdate:value">;
|
|
330
330
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
331
331
|
textAreaRef: CreateComponentPublicInstanceWithMixins<Readonly< ApFieldTextAreaProps> & Readonly<{
|
|
332
332
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|