@aplus-frontend/ui 0.5.36 → 0.6.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/index.mjs +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/drawer-form/index.vue.d.ts +10 -10
- package/es/src/ap-form/interface.d.ts +31 -1
- package/es/src/ap-form/item/index.vue.d.ts +22 -22
- package/es/src/ap-form/items/checkbox/index.vue.d.ts +3 -3
- package/es/src/ap-form/items/date/index.vue.d.ts +3 -3
- package/es/src/ap-form/items/date-range/index.vue.d.ts +3 -3
- package/es/src/ap-form/items/number/index.vue.d.ts +13 -13
- package/es/src/ap-form/items/radio/index.vue.d.ts +3 -3
- package/es/src/ap-form/items/select/index.vue.d.ts +31 -31
- package/es/src/ap-form/items/switch/index.vue.d.ts +3 -3
- package/es/src/ap-form/items/text/index.vue.d.ts +15 -15
- package/es/src/ap-form/items/text/password.vue.d.ts +15 -15
- package/es/src/ap-form/items/text-area/index.vue.d.ts +3 -3
- package/es/src/ap-form/items/tree-select/index.vue.d.ts +35 -35
- 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/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 +127 -127
- package/es/src/ap-grid/editable/form-item.vue.mjs +62 -56
- package/es/src/ap-grid/editable/index.vue.mjs +82 -76
- package/es/src/ap-grid/index.vue.mjs +97 -93
- package/es/src/ap-info-layout/ApInfoLayout.vue.mjs +21 -16
- package/es/src/ap-list/index.vue.mjs +145 -138
- package/es/src/ap-list/interface.d.ts +4 -0
- 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/hooks/use-table-paging-ng.mjs +28 -30
- 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 +171 -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 +175 -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/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/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/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/drawer-form/index.vue.d.ts +10 -10
- package/lib/src/ap-form/interface.d.ts +31 -1
- package/lib/src/ap-form/item/index.vue.d.ts +22 -22
- package/lib/src/ap-form/items/checkbox/index.vue.d.ts +3 -3
- package/lib/src/ap-form/items/date/index.vue.d.ts +3 -3
- package/lib/src/ap-form/items/date-range/index.vue.d.ts +3 -3
- package/lib/src/ap-form/items/number/index.vue.d.ts +13 -13
- package/lib/src/ap-form/items/radio/index.vue.d.ts +3 -3
- package/lib/src/ap-form/items/select/index.vue.d.ts +31 -31
- package/lib/src/ap-form/items/switch/index.vue.d.ts +3 -3
- package/lib/src/ap-form/items/text/index.vue.d.ts +15 -15
- package/lib/src/ap-form/items/text/password.vue.d.ts +15 -15
- package/lib/src/ap-form/items/text-area/index.vue.d.ts +3 -3
- package/lib/src/ap-form/items/tree-select/index.vue.d.ts +35 -35
- 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/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-info-layout/ApInfoLayout.vue.js +1 -1
- package/lib/src/ap-list/index.vue.js +1 -1
- package/lib/src/ap-list/interface.d.ts +4 -0
- 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/hooks/use-table-paging-ng.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/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/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/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 +28 -0
- package/theme/ap-action/item-dropdown.less +1 -1
- package/theme/ap-action/item.css +35 -1
- package/theme/ap-action/item.less +1 -2
- 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 +28 -0
- package/theme/ap-field/index.css +28 -0
- package/theme/ap-field/number.css +28 -0
- package/theme/ap-field/radio.css +28 -0
- 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 +28 -0
- package/theme/ap-form/drawer-form.css +28 -0
- package/theme/ap-form/index.css +169 -0
- 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 +169 -0
- package/theme/ap-form/search-form.less +56 -0
- package/theme/ap-grid/editable.css +28 -0
- package/theme/ap-grid/index.css +176 -1
- 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 +66 -4
- package/theme/ap-list/index.less +41 -3
- 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 +190 -13
- package/theme/ap-table/ap-table.less +0 -1
- package/theme/ap-table/setting/index.css +42 -0
- 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 +34 -0
- package/theme/ap-table/setting/sorter.less +1 -2
- package/theme/ap-table-modal/index.css +190 -13
- 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 +28 -0
- package/theme/batch-input-group/popover-input.css +28 -0
- package/theme/check-card/index.css +49 -1
- package/theme/check-card/index.less +3 -4
- package/theme/editable-table/index.css +176 -1
- package/theme/full-screen/index.css +28 -0
- package/theme/index.css +378 -19
- package/theme/index.less +1 -0
- package/theme/mask/index.css +28 -0
- package/theme/mixins/config.less +1 -0
- 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 +28 -0
- 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
|
@@ -84,7 +84,7 @@ export declare function getFieldProps<RecordType = any>(fieldProps: ApColumnType
|
|
|
84
84
|
* @param item
|
|
85
85
|
* @returns
|
|
86
86
|
*/
|
|
87
|
-
export declare function getTableRenderType(item: ApColumnType | EditableColumnType): "number" | "select" | "date" | "checkbox" | "radio" | "text" | "
|
|
87
|
+
export declare function getTableRenderType(item: ApColumnType | EditableColumnType): "number" | "select" | "date" | "checkbox" | "radio" | "text" | "switch" | "index" | "status" | "password" | "action" | "dateRange" | "textArea" | "treeSelect";
|
|
88
88
|
export declare function getTableCellRenderNode(renderType: keyof typeof apTableRenderItemMap, renderProps: any, record: any, extraRenderMap?: Record<string, ValueTypeRenderConfig>): any;
|
|
89
89
|
/**
|
|
90
90
|
* 获取查询表单最终渲染的节点
|
|
@@ -104,12 +104,12 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
104
104
|
blur: () => void;
|
|
105
105
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
106
106
|
disabled: boolean;
|
|
107
|
-
field: Omit< ApFieldTextPasswordProps, "value" | "onUpdate:value">;
|
|
108
|
-
colon: boolean;
|
|
109
|
-
required: boolean;
|
|
110
107
|
hasFeedback: boolean;
|
|
108
|
+
colon: boolean;
|
|
111
109
|
autoLink: boolean;
|
|
110
|
+
required: boolean;
|
|
112
111
|
validateFirst: boolean;
|
|
112
|
+
field: Omit< ApFieldTextPasswordProps, "value" | "onUpdate:value">;
|
|
113
113
|
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
114
114
|
inputRef: ({
|
|
115
115
|
$: ComponentInternalInstance;
|
|
@@ -136,17 +136,16 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
136
136
|
readonly bordered?: boolean | undefined;
|
|
137
137
|
readonly prefixCls?: string | undefined;
|
|
138
138
|
readonly name?: string | undefined;
|
|
139
|
-
readonly autocomplete?: string | undefined;
|
|
140
|
-
readonly status?: "" | "error" | "warning" | undefined;
|
|
141
|
-
readonly id?: string | undefined;
|
|
142
|
-
readonly placeholder?: string | number | undefined;
|
|
143
|
-
readonly prefix?: any;
|
|
144
139
|
readonly loading?: boolean | undefined;
|
|
145
140
|
readonly autofocus?: boolean | undefined;
|
|
146
141
|
readonly 'onUpdate:value'?: (((val: string) => void) & ((...args: any[]) => any)) | undefined;
|
|
147
142
|
readonly suffix?: any;
|
|
148
143
|
readonly focused?: boolean | undefined;
|
|
144
|
+
readonly placeholder?: string | number | undefined;
|
|
145
|
+
readonly handleReset?: MouseEventHandler | undefined;
|
|
149
146
|
readonly defaultValue?: string | number | undefined;
|
|
147
|
+
readonly id?: string | undefined;
|
|
148
|
+
readonly autocomplete?: string | undefined;
|
|
150
149
|
readonly maxlength?: number | undefined;
|
|
151
150
|
readonly showCount?: boolean | ShowCountProps | undefined;
|
|
152
151
|
readonly htmlSize?: number | undefined;
|
|
@@ -154,12 +153,13 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
154
153
|
readonly onMouseUp?: MouseEventHandler | undefined;
|
|
155
154
|
readonly onRawInput?: ChangeEventHandler | undefined;
|
|
156
155
|
readonly valueModifiers?: Record<string, any> | undefined;
|
|
156
|
+
readonly status?: "" | "error" | "warning" | undefined;
|
|
157
157
|
readonly inputElement?: any;
|
|
158
158
|
readonly triggerFocus?: (() => void) | undefined;
|
|
159
159
|
readonly readonly?: boolean | undefined;
|
|
160
|
-
readonly handleReset?: MouseEventHandler | undefined;
|
|
161
160
|
readonly addonBefore?: any;
|
|
162
161
|
readonly addonAfter?: any;
|
|
162
|
+
readonly prefix?: any;
|
|
163
163
|
readonly clearIcon?: any;
|
|
164
164
|
readonly allowClear?: boolean | undefined;
|
|
165
165
|
readonly inputPrefixCls?: string | undefined;
|
|
@@ -269,12 +269,12 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
269
269
|
blur: () => void;
|
|
270
270
|
}, {}, {}, {}, {
|
|
271
271
|
disabled: boolean;
|
|
272
|
-
field: Omit< ApFieldTextPasswordProps, "value" | "onUpdate:value">;
|
|
273
|
-
colon: boolean;
|
|
274
|
-
required: boolean;
|
|
275
272
|
hasFeedback: boolean;
|
|
273
|
+
colon: boolean;
|
|
276
274
|
autoLink: boolean;
|
|
275
|
+
required: boolean;
|
|
277
276
|
validateFirst: boolean;
|
|
277
|
+
field: Omit< ApFieldTextPasswordProps, "value" | "onUpdate:value">;
|
|
278
278
|
}>;
|
|
279
279
|
__isFragment?: never;
|
|
280
280
|
__isTeleport?: never;
|
|
@@ -284,12 +284,12 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
284
284
|
blur: () => void;
|
|
285
285
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
286
286
|
disabled: boolean;
|
|
287
|
-
field: Omit< ApFieldTextPasswordProps, "value" | "onUpdate:value">;
|
|
288
|
-
colon: boolean;
|
|
289
|
-
required: boolean;
|
|
290
287
|
hasFeedback: boolean;
|
|
288
|
+
colon: boolean;
|
|
291
289
|
autoLink: boolean;
|
|
290
|
+
required: boolean;
|
|
292
291
|
validateFirst: boolean;
|
|
292
|
+
field: Omit< ApFieldTextPasswordProps, "value" | "onUpdate:value">;
|
|
293
293
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
294
294
|
$slots: Readonly<{
|
|
295
295
|
addonAfter: any;
|
|
@@ -315,12 +315,12 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
315
315
|
select: () => void;
|
|
316
316
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
317
317
|
disabled: boolean;
|
|
318
|
-
field: Omit< ApFieldTextProps, "value" | "onUpdate:value">;
|
|
319
|
-
colon: boolean;
|
|
320
|
-
required: boolean;
|
|
321
318
|
hasFeedback: boolean;
|
|
319
|
+
colon: boolean;
|
|
322
320
|
autoLink: boolean;
|
|
321
|
+
required: boolean;
|
|
323
322
|
validateFirst: boolean;
|
|
323
|
+
field: Omit< ApFieldTextProps, "value" | "onUpdate:value">;
|
|
324
324
|
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
325
325
|
inputRef: ({
|
|
326
326
|
$: ComponentInternalInstance;
|
|
@@ -347,17 +347,16 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
347
347
|
readonly bordered?: boolean | undefined;
|
|
348
348
|
readonly prefixCls?: string | undefined;
|
|
349
349
|
readonly name?: string | undefined;
|
|
350
|
-
readonly autocomplete?: string | undefined;
|
|
351
|
-
readonly status?: "" | "error" | "warning" | undefined;
|
|
352
|
-
readonly id?: string | undefined;
|
|
353
|
-
readonly placeholder?: string | number | undefined;
|
|
354
|
-
readonly prefix?: any;
|
|
355
350
|
readonly loading?: boolean | undefined;
|
|
356
351
|
readonly autofocus?: boolean | undefined;
|
|
357
352
|
readonly 'onUpdate:value'?: (((val: string) => void) & ((...args: any[]) => any)) | undefined;
|
|
358
353
|
readonly suffix?: any;
|
|
359
354
|
readonly focused?: boolean | undefined;
|
|
355
|
+
readonly placeholder?: string | number | undefined;
|
|
356
|
+
readonly handleReset?: MouseEventHandler | undefined;
|
|
360
357
|
readonly defaultValue?: string | number | undefined;
|
|
358
|
+
readonly id?: string | undefined;
|
|
359
|
+
readonly autocomplete?: string | undefined;
|
|
361
360
|
readonly maxlength?: number | undefined;
|
|
362
361
|
readonly showCount?: boolean | ShowCountProps | undefined;
|
|
363
362
|
readonly htmlSize?: number | undefined;
|
|
@@ -365,12 +364,13 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
365
364
|
readonly onMouseUp?: MouseEventHandler | undefined;
|
|
366
365
|
readonly onRawInput?: ChangeEventHandler | undefined;
|
|
367
366
|
readonly valueModifiers?: Record<string, any> | undefined;
|
|
367
|
+
readonly status?: "" | "error" | "warning" | undefined;
|
|
368
368
|
readonly inputElement?: any;
|
|
369
369
|
readonly triggerFocus?: (() => void) | undefined;
|
|
370
370
|
readonly readonly?: boolean | undefined;
|
|
371
|
-
readonly handleReset?: MouseEventHandler | undefined;
|
|
372
371
|
readonly addonBefore?: any;
|
|
373
372
|
readonly addonAfter?: any;
|
|
373
|
+
readonly prefix?: any;
|
|
374
374
|
readonly clearIcon?: any;
|
|
375
375
|
readonly allowClear?: boolean | undefined;
|
|
376
376
|
readonly emptyText?: string | undefined;
|
|
@@ -474,12 +474,12 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
474
474
|
select: () => void;
|
|
475
475
|
}, {}, {}, {}, {
|
|
476
476
|
disabled: boolean;
|
|
477
|
-
field: Omit< ApFieldTextProps, "value" | "onUpdate:value">;
|
|
478
|
-
colon: boolean;
|
|
479
|
-
required: boolean;
|
|
480
477
|
hasFeedback: boolean;
|
|
478
|
+
colon: boolean;
|
|
481
479
|
autoLink: boolean;
|
|
480
|
+
required: boolean;
|
|
482
481
|
validateFirst: boolean;
|
|
482
|
+
field: Omit< ApFieldTextProps, "value" | "onUpdate:value">;
|
|
483
483
|
}>;
|
|
484
484
|
__isFragment?: never;
|
|
485
485
|
__isTeleport?: never;
|
|
@@ -492,12 +492,12 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
492
492
|
select: () => void;
|
|
493
493
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
494
494
|
disabled: boolean;
|
|
495
|
-
field: Omit< ApFieldTextProps, "value" | "onUpdate:value">;
|
|
496
|
-
colon: boolean;
|
|
497
|
-
required: boolean;
|
|
498
495
|
hasFeedback: boolean;
|
|
496
|
+
colon: boolean;
|
|
499
497
|
autoLink: boolean;
|
|
498
|
+
required: boolean;
|
|
500
499
|
validateFirst: boolean;
|
|
500
|
+
field: Omit< ApFieldTextProps, "value" | "onUpdate:value">;
|
|
501
501
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
502
502
|
$slots: Readonly<{
|
|
503
503
|
addonAfter: any;
|
|
@@ -522,12 +522,12 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
522
522
|
resizableTextArea: any;
|
|
523
523
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
524
524
|
disabled: boolean;
|
|
525
|
-
field: Omit< ApFieldTextAreaProps, "value" | "onUpdate:value">;
|
|
526
|
-
colon: boolean;
|
|
527
|
-
required: boolean;
|
|
528
525
|
hasFeedback: boolean;
|
|
526
|
+
colon: boolean;
|
|
529
527
|
autoLink: boolean;
|
|
528
|
+
required: boolean;
|
|
530
529
|
validateFirst: boolean;
|
|
530
|
+
field: Omit< ApFieldTextAreaProps, "value" | "onUpdate:value">;
|
|
531
531
|
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
532
532
|
textAreaRef: CreateComponentPublicInstanceWithMixins<Readonly< ApFieldTextAreaProps> & Readonly<{
|
|
533
533
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
@@ -839,12 +839,12 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
839
839
|
resizableTextArea: any;
|
|
840
840
|
}, {}, {}, {}, {
|
|
841
841
|
disabled: boolean;
|
|
842
|
-
field: Omit< ApFieldTextAreaProps, "value" | "onUpdate:value">;
|
|
843
|
-
colon: boolean;
|
|
844
|
-
required: boolean;
|
|
845
842
|
hasFeedback: boolean;
|
|
843
|
+
colon: boolean;
|
|
846
844
|
autoLink: boolean;
|
|
845
|
+
required: boolean;
|
|
847
846
|
validateFirst: boolean;
|
|
847
|
+
field: Omit< ApFieldTextAreaProps, "value" | "onUpdate:value">;
|
|
848
848
|
}>;
|
|
849
849
|
__isFragment?: never;
|
|
850
850
|
__isTeleport?: never;
|
|
@@ -855,12 +855,12 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
855
855
|
resizableTextArea: any;
|
|
856
856
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
857
857
|
disabled: boolean;
|
|
858
|
-
field: Omit< ApFieldTextAreaProps, "value" | "onUpdate:value">;
|
|
859
|
-
colon: boolean;
|
|
860
|
-
required: boolean;
|
|
861
858
|
hasFeedback: boolean;
|
|
859
|
+
colon: boolean;
|
|
862
860
|
autoLink: boolean;
|
|
861
|
+
required: boolean;
|
|
863
862
|
validateFirst: boolean;
|
|
863
|
+
field: Omit< ApFieldTextAreaProps, "value" | "onUpdate:value">;
|
|
864
864
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
865
865
|
$slots: Readonly<{
|
|
866
866
|
label: any;
|
|
@@ -877,12 +877,12 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
877
877
|
blur: () => void;
|
|
878
878
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
879
879
|
disabled: boolean;
|
|
880
|
-
field: Omit< ApFieldNumberProps, "value" | "onUpdate:value">;
|
|
881
|
-
colon: boolean;
|
|
882
|
-
required: boolean;
|
|
883
880
|
hasFeedback: boolean;
|
|
881
|
+
colon: boolean;
|
|
884
882
|
autoLink: boolean;
|
|
883
|
+
required: boolean;
|
|
885
884
|
validateFirst: boolean;
|
|
885
|
+
field: Omit< ApFieldNumberProps, "value" | "onUpdate:value">;
|
|
886
886
|
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
887
887
|
inputNumberRef: ({
|
|
888
888
|
$: ComponentInternalInstance;
|
|
@@ -901,7 +901,6 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
901
901
|
readonly disabled?: boolean | undefined;
|
|
902
902
|
readonly bordered?: boolean | undefined;
|
|
903
903
|
readonly prefixCls?: string | undefined;
|
|
904
|
-
readonly status?: "" | "error" | "warning" | undefined;
|
|
905
904
|
readonly keyboard?: boolean | undefined;
|
|
906
905
|
readonly autofocus?: boolean | undefined;
|
|
907
906
|
readonly 'onUpdate:value'?: (((value: ValueType) => void) & ((...args: any[]) => any)) | undefined;
|
|
@@ -909,6 +908,7 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
909
908
|
readonly min?: ValueType | undefined;
|
|
910
909
|
readonly defaultValue?: ValueType | undefined;
|
|
911
910
|
readonly onPressEnter?: KeyboardEventHandler | undefined;
|
|
911
|
+
readonly status?: "" | "error" | "warning" | undefined;
|
|
912
912
|
readonly readonly?: boolean | undefined;
|
|
913
913
|
readonly stringMode?: boolean | undefined;
|
|
914
914
|
readonly controls?: boolean | undefined;
|
|
@@ -923,14 +923,14 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
923
923
|
}) => void) | undefined;
|
|
924
924
|
readonly type?: string | undefined;
|
|
925
925
|
readonly name?: string | undefined;
|
|
926
|
-
readonly id?: string | undefined;
|
|
927
|
-
readonly placeholder?: string | undefined;
|
|
928
|
-
readonly tabindex?: number | undefined;
|
|
929
|
-
readonly prefix?: any;
|
|
930
926
|
readonly suffix?: any;
|
|
927
|
+
readonly placeholder?: string | undefined;
|
|
928
|
+
readonly id?: string | undefined;
|
|
931
929
|
readonly valueModifiers?: Record<string, any> | undefined;
|
|
932
930
|
readonly addonBefore?: any;
|
|
933
931
|
readonly addonAfter?: any;
|
|
932
|
+
readonly prefix?: any;
|
|
933
|
+
readonly tabindex?: number | undefined;
|
|
934
934
|
readonly precision?: number | undefined;
|
|
935
935
|
readonly decimalSeparator?: string | undefined;
|
|
936
936
|
readonly emptyText?: string | undefined;
|
|
@@ -1353,12 +1353,12 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
1353
1353
|
blur: () => void;
|
|
1354
1354
|
}, {}, {}, {}, {
|
|
1355
1355
|
disabled: boolean;
|
|
1356
|
-
field: Omit< ApFieldNumberProps, "value" | "onUpdate:value">;
|
|
1357
|
-
colon: boolean;
|
|
1358
|
-
required: boolean;
|
|
1359
1356
|
hasFeedback: boolean;
|
|
1357
|
+
colon: boolean;
|
|
1360
1358
|
autoLink: boolean;
|
|
1359
|
+
required: boolean;
|
|
1361
1360
|
validateFirst: boolean;
|
|
1361
|
+
field: Omit< ApFieldNumberProps, "value" | "onUpdate:value">;
|
|
1362
1362
|
}>;
|
|
1363
1363
|
__isFragment?: never;
|
|
1364
1364
|
__isTeleport?: never;
|
|
@@ -1368,12 +1368,12 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
1368
1368
|
blur: () => void;
|
|
1369
1369
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
1370
1370
|
disabled: boolean;
|
|
1371
|
-
field: Omit< ApFieldNumberProps, "value" | "onUpdate:value">;
|
|
1372
|
-
colon: boolean;
|
|
1373
|
-
required: boolean;
|
|
1374
1371
|
hasFeedback: boolean;
|
|
1372
|
+
colon: boolean;
|
|
1375
1373
|
autoLink: boolean;
|
|
1374
|
+
required: boolean;
|
|
1376
1375
|
validateFirst: boolean;
|
|
1376
|
+
field: Omit< ApFieldNumberProps, "value" | "onUpdate:value">;
|
|
1377
1377
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
1378
1378
|
$slots: Readonly<{
|
|
1379
1379
|
addonBefore?: any;
|
|
@@ -1393,12 +1393,12 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
1393
1393
|
})) | ({
|
|
1394
1394
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ApFormItemDateProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
1395
1395
|
disabled: boolean;
|
|
1396
|
-
field: Omit< ApFieldDateProps, "value" | "onUpdate:value">;
|
|
1397
|
-
colon: boolean;
|
|
1398
|
-
required: boolean;
|
|
1399
1396
|
hasFeedback: boolean;
|
|
1397
|
+
colon: boolean;
|
|
1400
1398
|
autoLink: boolean;
|
|
1399
|
+
required: boolean;
|
|
1401
1400
|
validateFirst: boolean;
|
|
1401
|
+
field: Omit< ApFieldDateProps, "value" | "onUpdate:value">;
|
|
1402
1402
|
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
1403
1403
|
P: {};
|
|
1404
1404
|
B: {};
|
|
@@ -1408,24 +1408,24 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
1408
1408
|
Defaults: {};
|
|
1409
1409
|
}, Readonly< ApFormItemDateProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
1410
1410
|
disabled: boolean;
|
|
1411
|
-
field: Omit< ApFieldDateProps, "value" | "onUpdate:value">;
|
|
1412
|
-
colon: boolean;
|
|
1413
|
-
required: boolean;
|
|
1414
1411
|
hasFeedback: boolean;
|
|
1412
|
+
colon: boolean;
|
|
1415
1413
|
autoLink: boolean;
|
|
1414
|
+
required: boolean;
|
|
1416
1415
|
validateFirst: boolean;
|
|
1416
|
+
field: Omit< ApFieldDateProps, "value" | "onUpdate:value">;
|
|
1417
1417
|
}>;
|
|
1418
1418
|
__isFragment?: never;
|
|
1419
1419
|
__isTeleport?: never;
|
|
1420
1420
|
__isSuspense?: never;
|
|
1421
1421
|
} & ComponentOptionsBase<Readonly< ApFormItemDateProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
1422
1422
|
disabled: boolean;
|
|
1423
|
-
field: Omit< ApFieldDateProps, "value" | "onUpdate:value">;
|
|
1424
|
-
colon: boolean;
|
|
1425
|
-
required: boolean;
|
|
1426
1423
|
hasFeedback: boolean;
|
|
1424
|
+
colon: boolean;
|
|
1427
1425
|
autoLink: boolean;
|
|
1426
|
+
required: boolean;
|
|
1428
1427
|
validateFirst: boolean;
|
|
1428
|
+
field: Omit< ApFieldDateProps, "value" | "onUpdate:value">;
|
|
1429
1429
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
1430
1430
|
$slots: Readonly<{
|
|
1431
1431
|
dateRender: any;
|
|
@@ -1455,12 +1455,12 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
1455
1455
|
})) | ({
|
|
1456
1456
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ApFormItemDateRangeProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
1457
1457
|
disabled: boolean;
|
|
1458
|
-
field: Omit< ApFieldDateRangeProps, "value" | "onUpdate:value">;
|
|
1459
|
-
colon: boolean;
|
|
1460
|
-
required: boolean;
|
|
1461
1458
|
hasFeedback: boolean;
|
|
1459
|
+
colon: boolean;
|
|
1462
1460
|
autoLink: boolean;
|
|
1461
|
+
required: boolean;
|
|
1463
1462
|
validateFirst: boolean;
|
|
1463
|
+
field: Omit< ApFieldDateRangeProps, "value" | "onUpdate:value">;
|
|
1464
1464
|
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
1465
1465
|
P: {};
|
|
1466
1466
|
B: {};
|
|
@@ -1470,24 +1470,24 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
1470
1470
|
Defaults: {};
|
|
1471
1471
|
}, Readonly< ApFormItemDateRangeProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
1472
1472
|
disabled: boolean;
|
|
1473
|
-
field: Omit< ApFieldDateRangeProps, "value" | "onUpdate:value">;
|
|
1474
|
-
colon: boolean;
|
|
1475
|
-
required: boolean;
|
|
1476
1473
|
hasFeedback: boolean;
|
|
1474
|
+
colon: boolean;
|
|
1477
1475
|
autoLink: boolean;
|
|
1476
|
+
required: boolean;
|
|
1478
1477
|
validateFirst: boolean;
|
|
1478
|
+
field: Omit< ApFieldDateRangeProps, "value" | "onUpdate:value">;
|
|
1479
1479
|
}>;
|
|
1480
1480
|
__isFragment?: never;
|
|
1481
1481
|
__isTeleport?: never;
|
|
1482
1482
|
__isSuspense?: never;
|
|
1483
1483
|
} & ComponentOptionsBase<Readonly< ApFormItemDateRangeProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
1484
1484
|
disabled: boolean;
|
|
1485
|
-
field: Omit< ApFieldDateRangeProps, "value" | "onUpdate:value">;
|
|
1486
|
-
colon: boolean;
|
|
1487
|
-
required: boolean;
|
|
1488
1485
|
hasFeedback: boolean;
|
|
1486
|
+
colon: boolean;
|
|
1489
1487
|
autoLink: boolean;
|
|
1488
|
+
required: boolean;
|
|
1490
1489
|
validateFirst: boolean;
|
|
1490
|
+
field: Omit< ApFieldDateRangeProps, "value" | "onUpdate:value">;
|
|
1491
1491
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
1492
1492
|
$slots: Readonly<{
|
|
1493
1493
|
suffixIcon?: any;
|
|
@@ -1518,12 +1518,12 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
1518
1518
|
blur: () => void;
|
|
1519
1519
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
1520
1520
|
disabled: boolean;
|
|
1521
|
-
field: Omit< ApFieldRadioProps, "value" | "onUpdate:value">;
|
|
1522
|
-
colon: boolean;
|
|
1523
|
-
required: boolean;
|
|
1524
1521
|
hasFeedback: boolean;
|
|
1522
|
+
colon: boolean;
|
|
1525
1523
|
autoLink: boolean;
|
|
1524
|
+
required: boolean;
|
|
1526
1525
|
validateFirst: boolean;
|
|
1526
|
+
field: Omit< ApFieldRadioProps, "value" | "onUpdate:value">;
|
|
1527
1527
|
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
1528
1528
|
radioRef: CreateComponentPublicInstanceWithMixins<Readonly< ApFieldRadioProps> & Readonly<{
|
|
1529
1529
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
@@ -1658,12 +1658,12 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
1658
1658
|
blur: () => void;
|
|
1659
1659
|
}, {}, {}, {}, {
|
|
1660
1660
|
disabled: boolean;
|
|
1661
|
-
field: Omit< ApFieldRadioProps, "value" | "onUpdate:value">;
|
|
1662
|
-
colon: boolean;
|
|
1663
|
-
required: boolean;
|
|
1664
1661
|
hasFeedback: boolean;
|
|
1662
|
+
colon: boolean;
|
|
1665
1663
|
autoLink: boolean;
|
|
1664
|
+
required: boolean;
|
|
1666
1665
|
validateFirst: boolean;
|
|
1666
|
+
field: Omit< ApFieldRadioProps, "value" | "onUpdate:value">;
|
|
1667
1667
|
}>;
|
|
1668
1668
|
__isFragment?: never;
|
|
1669
1669
|
__isTeleport?: never;
|
|
@@ -1673,12 +1673,12 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
1673
1673
|
blur: () => void;
|
|
1674
1674
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
1675
1675
|
disabled: boolean;
|
|
1676
|
-
field: Omit< ApFieldRadioProps, "value" | "onUpdate:value">;
|
|
1677
|
-
colon: boolean;
|
|
1678
|
-
required: boolean;
|
|
1679
1676
|
hasFeedback: boolean;
|
|
1677
|
+
colon: boolean;
|
|
1680
1678
|
autoLink: boolean;
|
|
1679
|
+
required: boolean;
|
|
1681
1680
|
validateFirst: boolean;
|
|
1681
|
+
field: Omit< ApFieldRadioProps, "value" | "onUpdate:value">;
|
|
1682
1682
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
1683
1683
|
$slots: Readonly<{
|
|
1684
1684
|
label: any;
|
|
@@ -1696,12 +1696,12 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
1696
1696
|
request: () => void;
|
|
1697
1697
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
1698
1698
|
disabled: boolean;
|
|
1699
|
-
field: Omit< ApFieldSelectProps, "value" | "onUpdate:value">;
|
|
1700
|
-
colon: boolean;
|
|
1701
|
-
required: boolean;
|
|
1702
1699
|
hasFeedback: boolean;
|
|
1700
|
+
colon: boolean;
|
|
1703
1701
|
autoLink: boolean;
|
|
1702
|
+
required: boolean;
|
|
1704
1703
|
validateFirst: boolean;
|
|
1704
|
+
field: Omit< ApFieldSelectProps, "value" | "onUpdate:value">;
|
|
1705
1705
|
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
1706
1706
|
selectRef: ({
|
|
1707
1707
|
$: ComponentInternalInstance;
|
|
@@ -1728,22 +1728,21 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
1728
1728
|
readonly animation?: string | undefined;
|
|
1729
1729
|
readonly children?: VueNode[] | undefined;
|
|
1730
1730
|
readonly bordered?: boolean | undefined;
|
|
1731
|
-
readonly getPopupContainer?: RenderDOMFunc | undefined;
|
|
1732
1731
|
readonly prefixCls?: string | undefined;
|
|
1733
|
-
readonly virtual?: boolean | undefined;
|
|
1734
|
-
readonly dropdownMatchSelectWidth?: number | boolean | undefined;
|
|
1735
|
-
readonly showSearch?: boolean | undefined;
|
|
1736
|
-
readonly status?: "" | "error" | "warning" | undefined;
|
|
1737
|
-
readonly transitionName?: string | undefined;
|
|
1738
|
-
readonly id?: string | undefined;
|
|
1739
|
-
readonly placeholder?: any;
|
|
1740
|
-
readonly tabindex?: number | undefined;
|
|
1741
1732
|
readonly loading?: boolean | undefined;
|
|
1733
|
+
readonly transitionName?: string | undefined;
|
|
1742
1734
|
readonly autofocus?: boolean | undefined;
|
|
1735
|
+
readonly getPopupContainer?: RenderDOMFunc | undefined;
|
|
1736
|
+
readonly placeholder?: any;
|
|
1743
1737
|
readonly defaultValue?: SelectValue;
|
|
1738
|
+
readonly virtual?: boolean | undefined;
|
|
1739
|
+
readonly dropdownMatchSelectWidth?: number | boolean | undefined;
|
|
1740
|
+
readonly id?: string | undefined;
|
|
1741
|
+
readonly status?: "" | "error" | "warning" | undefined;
|
|
1744
1742
|
readonly clearIcon?: any;
|
|
1745
1743
|
readonly allowClear?: boolean | undefined;
|
|
1746
1744
|
readonly options?: DefaultOptionType[] | undefined;
|
|
1745
|
+
readonly tabindex?: number | undefined;
|
|
1747
1746
|
readonly dropdownClassName?: string | undefined;
|
|
1748
1747
|
readonly dropdownAlign?: AlignType | undefined;
|
|
1749
1748
|
readonly defaultOpen?: boolean | undefined;
|
|
@@ -1758,6 +1757,7 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
1758
1757
|
readonly fieldNames?: FieldNames | undefined;
|
|
1759
1758
|
readonly dropdownStyle?: CSSProperties | undefined;
|
|
1760
1759
|
readonly dropdownRender?: DropdownRender | undefined;
|
|
1760
|
+
readonly showSearch?: boolean | undefined;
|
|
1761
1761
|
readonly searchValue?: string | undefined;
|
|
1762
1762
|
readonly onInputKeyDown?: ((e: KeyboardEvent) => void) | undefined;
|
|
1763
1763
|
readonly removeIcon?: any;
|
|
@@ -2226,13 +2226,13 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
2226
2226
|
multiple: boolean;
|
|
2227
2227
|
disabled: boolean;
|
|
2228
2228
|
bordered: boolean;
|
|
2229
|
-
virtual: boolean;
|
|
2230
|
-
showSearch: boolean;
|
|
2231
2229
|
loading: boolean;
|
|
2232
2230
|
autofocus: boolean;
|
|
2231
|
+
virtual: boolean;
|
|
2233
2232
|
lazy: boolean;
|
|
2234
2233
|
allowClear: boolean;
|
|
2235
2234
|
defaultOpen: boolean;
|
|
2235
|
+
showSearch: boolean;
|
|
2236
2236
|
showArrow: boolean;
|
|
2237
2237
|
autoClearSearchValue: boolean;
|
|
2238
2238
|
defaultActiveFirstOption: boolean;
|
|
@@ -2267,13 +2267,13 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
2267
2267
|
multiple: boolean;
|
|
2268
2268
|
disabled: boolean;
|
|
2269
2269
|
bordered: boolean;
|
|
2270
|
-
virtual: boolean;
|
|
2271
|
-
showSearch: boolean;
|
|
2272
2270
|
loading: boolean;
|
|
2273
2271
|
autofocus: boolean;
|
|
2272
|
+
virtual: boolean;
|
|
2274
2273
|
lazy: boolean;
|
|
2275
2274
|
allowClear: boolean;
|
|
2276
2275
|
defaultOpen: boolean;
|
|
2276
|
+
showSearch: boolean;
|
|
2277
2277
|
showArrow: boolean;
|
|
2278
2278
|
autoClearSearchValue: boolean;
|
|
2279
2279
|
defaultActiveFirstOption: boolean;
|
|
@@ -2284,7 +2284,7 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
2284
2284
|
searchDelay: number;
|
|
2285
2285
|
}> & Omit<Readonly< ApFieldSelectProps> & Readonly<{
|
|
2286
2286
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
2287
|
-
}>, "blur" | "focus" | "request" | ("mode" | "open" | "multiple" | "disabled" | "bordered" | "
|
|
2287
|
+
}>, "blur" | "focus" | "request" | ("mode" | "open" | "multiple" | "disabled" | "bordered" | "loading" | "autofocus" | "virtual" | "lazy" | "allowClear" | "defaultOpen" | "showSearch" | "showArrow" | "autoClearSearchValue" | "defaultActiveFirstOption" | "labelInValue" | "emptyText" | "searchMode" | "refetchOnFocus" | "searchDelay")> & ShallowUnwrapRef<{
|
|
2288
2288
|
focus: () => void;
|
|
2289
2289
|
blur: () => void;
|
|
2290
2290
|
request: (clear?: boolean) => Promise<void>;
|
|
@@ -2330,12 +2330,12 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
2330
2330
|
request: () => void;
|
|
2331
2331
|
}, {}, {}, {}, {
|
|
2332
2332
|
disabled: boolean;
|
|
2333
|
-
field: Omit< ApFieldSelectProps, "value" | "onUpdate:value">;
|
|
2334
|
-
colon: boolean;
|
|
2335
|
-
required: boolean;
|
|
2336
2333
|
hasFeedback: boolean;
|
|
2334
|
+
colon: boolean;
|
|
2337
2335
|
autoLink: boolean;
|
|
2336
|
+
required: boolean;
|
|
2338
2337
|
validateFirst: boolean;
|
|
2338
|
+
field: Omit< ApFieldSelectProps, "value" | "onUpdate:value">;
|
|
2339
2339
|
}>;
|
|
2340
2340
|
__isFragment?: never;
|
|
2341
2341
|
__isTeleport?: never;
|
|
@@ -2346,12 +2346,12 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
2346
2346
|
request: () => void;
|
|
2347
2347
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
2348
2348
|
disabled: boolean;
|
|
2349
|
-
field: Omit< ApFieldSelectProps, "value" | "onUpdate:value">;
|
|
2350
|
-
colon: boolean;
|
|
2351
|
-
required: boolean;
|
|
2352
2349
|
hasFeedback: boolean;
|
|
2350
|
+
colon: boolean;
|
|
2353
2351
|
autoLink: boolean;
|
|
2352
|
+
required: boolean;
|
|
2354
2353
|
validateFirst: boolean;
|
|
2354
|
+
field: Omit< ApFieldSelectProps, "value" | "onUpdate:value">;
|
|
2355
2355
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
2356
2356
|
$slots: Readonly<{
|
|
2357
2357
|
notFoundContent: any;
|
|
@@ -2383,13 +2383,13 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
2383
2383
|
})) | ({
|
|
2384
2384
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ApFormItemSwitchProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
2385
2385
|
disabled: boolean;
|
|
2386
|
-
field: Omit< ApFieldSwitchProps, "checked" | "onUpdate:checked">;
|
|
2387
|
-
colon: boolean;
|
|
2388
|
-
required: boolean;
|
|
2389
2386
|
hasFeedback: boolean;
|
|
2387
|
+
colon: boolean;
|
|
2390
2388
|
autoLink: boolean;
|
|
2389
|
+
required: boolean;
|
|
2391
2390
|
validateFirst: boolean;
|
|
2392
2391
|
valuePropName: string;
|
|
2392
|
+
field: Omit< ApFieldSwitchProps, "checked" | "onUpdate:checked">;
|
|
2393
2393
|
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
2394
2394
|
P: {};
|
|
2395
2395
|
B: {};
|
|
@@ -2399,26 +2399,26 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
2399
2399
|
Defaults: {};
|
|
2400
2400
|
}, Readonly< ApFormItemSwitchProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
2401
2401
|
disabled: boolean;
|
|
2402
|
-
field: Omit< ApFieldSwitchProps, "checked" | "onUpdate:checked">;
|
|
2403
|
-
colon: boolean;
|
|
2404
|
-
required: boolean;
|
|
2405
2402
|
hasFeedback: boolean;
|
|
2403
|
+
colon: boolean;
|
|
2406
2404
|
autoLink: boolean;
|
|
2405
|
+
required: boolean;
|
|
2407
2406
|
validateFirst: boolean;
|
|
2408
2407
|
valuePropName: string;
|
|
2408
|
+
field: Omit< ApFieldSwitchProps, "checked" | "onUpdate:checked">;
|
|
2409
2409
|
}>;
|
|
2410
2410
|
__isFragment?: never;
|
|
2411
2411
|
__isTeleport?: never;
|
|
2412
2412
|
__isSuspense?: never;
|
|
2413
2413
|
} & ComponentOptionsBase<Readonly< ApFormItemSwitchProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
2414
2414
|
disabled: boolean;
|
|
2415
|
-
field: Omit< ApFieldSwitchProps, "checked" | "onUpdate:checked">;
|
|
2416
|
-
colon: boolean;
|
|
2417
|
-
required: boolean;
|
|
2418
2415
|
hasFeedback: boolean;
|
|
2416
|
+
colon: boolean;
|
|
2419
2417
|
autoLink: boolean;
|
|
2418
|
+
required: boolean;
|
|
2420
2419
|
validateFirst: boolean;
|
|
2421
2420
|
valuePropName: string;
|
|
2421
|
+
field: Omit< ApFieldSwitchProps, "checked" | "onUpdate:checked">;
|
|
2422
2422
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
2423
2423
|
$slots: Readonly<{
|
|
2424
2424
|
checkedChildren: any;
|
|
@@ -2432,12 +2432,12 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
2432
2432
|
})) | ({
|
|
2433
2433
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ApFormItemCheckboxProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
2434
2434
|
disabled: boolean;
|
|
2435
|
-
field: Omit< ApFieldCheckboxProps, "value" | "onUpdate:value">;
|
|
2436
|
-
colon: boolean;
|
|
2437
|
-
required: boolean;
|
|
2438
2435
|
hasFeedback: boolean;
|
|
2436
|
+
colon: boolean;
|
|
2439
2437
|
autoLink: boolean;
|
|
2438
|
+
required: boolean;
|
|
2440
2439
|
validateFirst: boolean;
|
|
2440
|
+
field: Omit< ApFieldCheckboxProps, "value" | "onUpdate:value">;
|
|
2441
2441
|
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
2442
2442
|
P: {};
|
|
2443
2443
|
B: {};
|
|
@@ -2447,24 +2447,24 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
2447
2447
|
Defaults: {};
|
|
2448
2448
|
}, Readonly< ApFormItemCheckboxProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
2449
2449
|
disabled: boolean;
|
|
2450
|
-
field: Omit< ApFieldCheckboxProps, "value" | "onUpdate:value">;
|
|
2451
|
-
colon: boolean;
|
|
2452
|
-
required: boolean;
|
|
2453
2450
|
hasFeedback: boolean;
|
|
2451
|
+
colon: boolean;
|
|
2454
2452
|
autoLink: boolean;
|
|
2453
|
+
required: boolean;
|
|
2455
2454
|
validateFirst: boolean;
|
|
2455
|
+
field: Omit< ApFieldCheckboxProps, "value" | "onUpdate:value">;
|
|
2456
2456
|
}>;
|
|
2457
2457
|
__isFragment?: never;
|
|
2458
2458
|
__isTeleport?: never;
|
|
2459
2459
|
__isSuspense?: never;
|
|
2460
2460
|
} & ComponentOptionsBase<Readonly< ApFormItemCheckboxProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
2461
2461
|
disabled: boolean;
|
|
2462
|
-
field: Omit< ApFieldCheckboxProps, "value" | "onUpdate:value">;
|
|
2463
|
-
colon: boolean;
|
|
2464
|
-
required: boolean;
|
|
2465
2462
|
hasFeedback: boolean;
|
|
2463
|
+
colon: boolean;
|
|
2466
2464
|
autoLink: boolean;
|
|
2465
|
+
required: boolean;
|
|
2467
2466
|
validateFirst: boolean;
|
|
2467
|
+
field: Omit< ApFieldCheckboxProps, "value" | "onUpdate:value">;
|
|
2468
2468
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
2469
2469
|
$slots: Readonly<{
|
|
2470
2470
|
label: any;
|
|
@@ -2482,12 +2482,12 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
2482
2482
|
request: (currentNode?: LegacyDataNode, clear?: boolean) => void;
|
|
2483
2483
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
2484
2484
|
disabled: boolean;
|
|
2485
|
-
field: Omit< ApFieldTreeSelectProps, "value" | "onUpdate:value">;
|
|
2486
|
-
colon: boolean;
|
|
2487
|
-
required: boolean;
|
|
2488
2485
|
hasFeedback: boolean;
|
|
2486
|
+
colon: boolean;
|
|
2489
2487
|
autoLink: boolean;
|
|
2488
|
+
required: boolean;
|
|
2490
2489
|
validateFirst: boolean;
|
|
2490
|
+
field: Omit< ApFieldTreeSelectProps, "value" | "onUpdate:value">;
|
|
2491
2491
|
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
2492
2492
|
treeSelectRef: ({
|
|
2493
2493
|
$: ComponentInternalInstance;
|
|
@@ -2516,22 +2516,21 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
2516
2516
|
readonly animation?: string | undefined;
|
|
2517
2517
|
readonly children?: VueNode[] | undefined;
|
|
2518
2518
|
readonly bordered?: boolean | undefined;
|
|
2519
|
-
readonly getPopupContainer?: RenderDOMFunc | undefined;
|
|
2520
2519
|
readonly prefixCls?: string | undefined;
|
|
2521
|
-
readonly virtual?: boolean | undefined;
|
|
2522
|
-
readonly dropdownMatchSelectWidth?: number | boolean | undefined;
|
|
2523
|
-
readonly showSearch?: boolean | undefined;
|
|
2524
|
-
readonly status?: "" | "error" | "warning" | undefined;
|
|
2525
|
-
readonly transitionName?: string | undefined;
|
|
2526
|
-
readonly id?: string | undefined;
|
|
2527
|
-
readonly placeholder?: any;
|
|
2528
|
-
readonly tabindex?: number | undefined;
|
|
2529
2520
|
readonly loading?: boolean | undefined;
|
|
2521
|
+
readonly transitionName?: string | undefined;
|
|
2530
2522
|
readonly autofocus?: boolean | undefined;
|
|
2531
2523
|
readonly 'onUpdate:value'?: (((value: any) => void) & ((...args: any[]) => any)) | undefined;
|
|
2524
|
+
readonly getPopupContainer?: RenderDOMFunc | undefined;
|
|
2525
|
+
readonly placeholder?: any;
|
|
2532
2526
|
readonly defaultValue?: unknown;
|
|
2527
|
+
readonly virtual?: boolean | undefined;
|
|
2528
|
+
readonly dropdownMatchSelectWidth?: number | boolean | undefined;
|
|
2529
|
+
readonly id?: string | undefined;
|
|
2530
|
+
readonly status?: "" | "error" | "warning" | undefined;
|
|
2533
2531
|
readonly clearIcon?: any;
|
|
2534
2532
|
readonly allowClear?: boolean | undefined;
|
|
2533
|
+
readonly tabindex?: number | undefined;
|
|
2535
2534
|
readonly dropdownClassName?: string | undefined;
|
|
2536
2535
|
readonly dropdownAlign?: AlignType | undefined;
|
|
2537
2536
|
readonly defaultOpen?: boolean | undefined;
|
|
@@ -2546,6 +2545,7 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
2546
2545
|
readonly fieldNames?: FieldNames | undefined;
|
|
2547
2546
|
readonly dropdownStyle?: CSSProperties | undefined;
|
|
2548
2547
|
readonly dropdownRender?: DropdownRender | undefined;
|
|
2548
|
+
readonly showSearch?: boolean | undefined;
|
|
2549
2549
|
readonly searchValue?: string | undefined;
|
|
2550
2550
|
readonly onInputKeyDown?: ((e: KeyboardEvent) => void) | undefined;
|
|
2551
2551
|
readonly removeIcon?: any;
|
|
@@ -3159,13 +3159,13 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
3159
3159
|
multiple: boolean;
|
|
3160
3160
|
disabled: boolean;
|
|
3161
3161
|
bordered: boolean;
|
|
3162
|
-
virtual: boolean;
|
|
3163
|
-
dropdownMatchSelectWidth: number | boolean;
|
|
3164
|
-
showSearch: boolean;
|
|
3165
3162
|
loading: boolean;
|
|
3166
3163
|
autofocus: boolean;
|
|
3164
|
+
virtual: boolean;
|
|
3165
|
+
dropdownMatchSelectWidth: number | boolean;
|
|
3167
3166
|
allowClear: boolean;
|
|
3168
3167
|
defaultOpen: boolean;
|
|
3168
|
+
showSearch: boolean;
|
|
3169
3169
|
showArrow: boolean;
|
|
3170
3170
|
autoClearSearchValue: boolean;
|
|
3171
3171
|
labelInValue: boolean;
|
|
@@ -3199,13 +3199,13 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
3199
3199
|
multiple: boolean;
|
|
3200
3200
|
disabled: boolean;
|
|
3201
3201
|
bordered: boolean;
|
|
3202
|
-
virtual: boolean;
|
|
3203
|
-
dropdownMatchSelectWidth: number | boolean;
|
|
3204
|
-
showSearch: boolean;
|
|
3205
3202
|
loading: boolean;
|
|
3206
3203
|
autofocus: boolean;
|
|
3204
|
+
virtual: boolean;
|
|
3205
|
+
dropdownMatchSelectWidth: number | boolean;
|
|
3207
3206
|
allowClear: boolean;
|
|
3208
3207
|
defaultOpen: boolean;
|
|
3208
|
+
showSearch: boolean;
|
|
3209
3209
|
showArrow: boolean;
|
|
3210
3210
|
autoClearSearchValue: boolean;
|
|
3211
3211
|
labelInValue: boolean;
|
|
@@ -3215,7 +3215,7 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
3215
3215
|
emptyText: string;
|
|
3216
3216
|
}> & Omit<Readonly< ApFieldTreeSelectProps> & Readonly<{
|
|
3217
3217
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
3218
|
-
}>, "blur" | "focus" | "request" | ("mode" | "open" | "multiple" | "disabled" | "bordered" | "
|
|
3218
|
+
}>, "blur" | "focus" | "request" | ("mode" | "open" | "multiple" | "disabled" | "bordered" | "loading" | "autofocus" | "virtual" | "dropdownMatchSelectWidth" | "allowClear" | "defaultOpen" | "showSearch" | "showArrow" | "autoClearSearchValue" | "labelInValue" | "treeCheckable" | "treeDefaultExpandAll" | "treeCheckStrictly" | "emptyText")> & ShallowUnwrapRef<{
|
|
3219
3219
|
blur: () => void;
|
|
3220
3220
|
focus: () => void;
|
|
3221
3221
|
request: (currentNode?: LegacyDataNode, clear?: boolean) => Promise<void>;
|
|
@@ -3259,12 +3259,12 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
3259
3259
|
request: (currentNode?: LegacyDataNode, clear?: boolean) => void;
|
|
3260
3260
|
}, {}, {}, {}, {
|
|
3261
3261
|
disabled: boolean;
|
|
3262
|
-
field: Omit< ApFieldTreeSelectProps, "value" | "onUpdate:value">;
|
|
3263
|
-
colon: boolean;
|
|
3264
|
-
required: boolean;
|
|
3265
3262
|
hasFeedback: boolean;
|
|
3263
|
+
colon: boolean;
|
|
3266
3264
|
autoLink: boolean;
|
|
3265
|
+
required: boolean;
|
|
3267
3266
|
validateFirst: boolean;
|
|
3267
|
+
field: Omit< ApFieldTreeSelectProps, "value" | "onUpdate:value">;
|
|
3268
3268
|
}>;
|
|
3269
3269
|
__isFragment?: never;
|
|
3270
3270
|
__isTeleport?: never;
|
|
@@ -3275,12 +3275,12 @@ export declare function getSearchFormItemRenderNode(item: any, extraRenderMap?:
|
|
|
3275
3275
|
request: (currentNode?: LegacyDataNode, clear?: boolean) => void;
|
|
3276
3276
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
3277
3277
|
disabled: boolean;
|
|
3278
|
-
field: Omit< ApFieldTreeSelectProps, "value" | "onUpdate:value">;
|
|
3279
|
-
colon: boolean;
|
|
3280
|
-
required: boolean;
|
|
3281
3278
|
hasFeedback: boolean;
|
|
3279
|
+
colon: boolean;
|
|
3282
3280
|
autoLink: boolean;
|
|
3281
|
+
required: boolean;
|
|
3283
3282
|
validateFirst: boolean;
|
|
3283
|
+
field: Omit< ApFieldTreeSelectProps, "value" | "onUpdate:value">;
|
|
3284
3284
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
3285
3285
|
$slots: Readonly<{
|
|
3286
3286
|
title?: any;
|