@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
|
@@ -35,9 +35,6 @@ declare function __VLS_template(): {
|
|
|
35
35
|
readonly help?: any;
|
|
36
36
|
readonly tooltip?: string | undefined;
|
|
37
37
|
readonly prefixCls?: string | undefined;
|
|
38
|
-
readonly name?: string | number | (string | number)[] | undefined;
|
|
39
|
-
readonly colon?: boolean | undefined;
|
|
40
|
-
readonly required?: boolean | undefined;
|
|
41
38
|
readonly htmlFor?: string | undefined;
|
|
42
39
|
readonly extra?: any;
|
|
43
40
|
readonly labelCol?: (Partial< ExtractPropTypes<{
|
|
@@ -106,14 +103,17 @@ declare function __VLS_template(): {
|
|
|
106
103
|
prefixCls: StringConstructor;
|
|
107
104
|
flex: (StringConstructor | NumberConstructor)[];
|
|
108
105
|
}>> & HTMLAttributes) | undefined;
|
|
106
|
+
readonly colon?: boolean | undefined;
|
|
109
107
|
readonly labelAlign?: FormLabelAlign | undefined;
|
|
110
108
|
readonly prop?: string | number | (string | number)[] | undefined;
|
|
109
|
+
readonly name?: string | number | (string | number)[] | undefined;
|
|
111
110
|
readonly rules?: RuleObject | RuleObject[] | undefined;
|
|
111
|
+
readonly required?: boolean | undefined;
|
|
112
112
|
readonly validateFirst?: boolean | undefined;
|
|
113
113
|
readonly validateStatus?: string | undefined;
|
|
114
114
|
readonly validateTrigger?: string | string[] | undefined;
|
|
115
115
|
readonly messageVariables?: Record<string, string> | undefined;
|
|
116
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "hidden" | "
|
|
116
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "hidden" | "hasFeedback" | "colon" | "autoLink" | "required" | "validateFirst" | "noStyle">;
|
|
117
117
|
$attrs: {
|
|
118
118
|
[x: string]: unknown;
|
|
119
119
|
};
|
|
@@ -402,7 +402,7 @@ declare function __VLS_template(): {
|
|
|
402
402
|
hidden: BooleanConstructor;
|
|
403
403
|
noStyle: BooleanConstructor;
|
|
404
404
|
tooltip: StringConstructor;
|
|
405
|
-
}>> & Readonly<{}>, "hidden" | "
|
|
405
|
+
}>> & Readonly<{}>, "hidden" | "hasFeedback" | "colon" | "autoLink" | "required" | "validateFirst" | "noStyle"> & ShallowUnwrapRef<() => any> & {} & ComponentCustomProperties & {} & {
|
|
406
406
|
$: ComponentInternalInstance;
|
|
407
407
|
$data: {};
|
|
408
408
|
$props: Partial<{
|
|
@@ -422,9 +422,6 @@ declare function __VLS_template(): {
|
|
|
422
422
|
readonly help?: any;
|
|
423
423
|
readonly tooltip?: string | undefined;
|
|
424
424
|
readonly prefixCls?: string | undefined;
|
|
425
|
-
readonly name?: string | number | (string | number)[] | undefined;
|
|
426
|
-
readonly colon?: boolean | undefined;
|
|
427
|
-
readonly required?: boolean | undefined;
|
|
428
425
|
readonly htmlFor?: string | undefined;
|
|
429
426
|
readonly extra?: any;
|
|
430
427
|
readonly labelCol?: (Partial< ExtractPropTypes<{
|
|
@@ -493,14 +490,17 @@ declare function __VLS_template(): {
|
|
|
493
490
|
prefixCls: StringConstructor;
|
|
494
491
|
flex: (StringConstructor | NumberConstructor)[];
|
|
495
492
|
}>> & HTMLAttributes) | undefined;
|
|
493
|
+
readonly colon?: boolean | undefined;
|
|
496
494
|
readonly labelAlign?: FormLabelAlign | undefined;
|
|
497
495
|
readonly prop?: string | number | (string | number)[] | undefined;
|
|
496
|
+
readonly name?: string | number | (string | number)[] | undefined;
|
|
498
497
|
readonly rules?: RuleObject | RuleObject[] | undefined;
|
|
498
|
+
readonly required?: boolean | undefined;
|
|
499
499
|
readonly validateFirst?: boolean | undefined;
|
|
500
500
|
readonly validateStatus?: string | undefined;
|
|
501
501
|
readonly validateTrigger?: string | string[] | undefined;
|
|
502
502
|
readonly messageVariables?: Record<string, string> | undefined;
|
|
503
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "hidden" | "
|
|
503
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "hidden" | "hasFeedback" | "colon" | "autoLink" | "required" | "validateFirst" | "noStyle">;
|
|
504
504
|
$attrs: {
|
|
505
505
|
[x: string]: unknown;
|
|
506
506
|
};
|
|
@@ -789,7 +789,7 @@ declare function __VLS_template(): {
|
|
|
789
789
|
hidden: BooleanConstructor;
|
|
790
790
|
noStyle: BooleanConstructor;
|
|
791
791
|
tooltip: StringConstructor;
|
|
792
|
-
}>> & Readonly<{}>, "hidden" | "
|
|
792
|
+
}>> & Readonly<{}>, "hidden" | "hasFeedback" | "colon" | "autoLink" | "required" | "validateFirst" | "noStyle"> & ShallowUnwrapRef<() => any>) | null;
|
|
793
793
|
};
|
|
794
794
|
rootEl: any;
|
|
795
795
|
};
|
|
@@ -802,10 +802,10 @@ declare const __VLS_component: DefineComponent<ApFormItemProps, {
|
|
|
802
802
|
getFieldValue: typeof getFieldValue;
|
|
803
803
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemProps> & Readonly<{}>, {
|
|
804
804
|
bordered: boolean;
|
|
805
|
-
colon: boolean;
|
|
806
|
-
required: boolean;
|
|
807
805
|
hasFeedback: boolean;
|
|
806
|
+
colon: boolean;
|
|
808
807
|
autoLink: boolean;
|
|
808
|
+
required: boolean;
|
|
809
809
|
validateFirst: boolean;
|
|
810
810
|
valuePropName: string;
|
|
811
811
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -829,9 +829,6 @@ declare const __VLS_component: DefineComponent<ApFormItemProps, {
|
|
|
829
829
|
readonly help?: any;
|
|
830
830
|
readonly tooltip?: string | undefined;
|
|
831
831
|
readonly prefixCls?: string | undefined;
|
|
832
|
-
readonly name?: string | number | (string | number)[] | undefined;
|
|
833
|
-
readonly colon?: boolean | undefined;
|
|
834
|
-
readonly required?: boolean | undefined;
|
|
835
832
|
readonly htmlFor?: string | undefined;
|
|
836
833
|
readonly extra?: any;
|
|
837
834
|
readonly labelCol?: (Partial< ExtractPropTypes<{
|
|
@@ -900,14 +897,17 @@ declare const __VLS_component: DefineComponent<ApFormItemProps, {
|
|
|
900
897
|
prefixCls: StringConstructor;
|
|
901
898
|
flex: (StringConstructor | NumberConstructor)[];
|
|
902
899
|
}>> & HTMLAttributes) | undefined;
|
|
900
|
+
readonly colon?: boolean | undefined;
|
|
903
901
|
readonly labelAlign?: FormLabelAlign | undefined;
|
|
904
902
|
readonly prop?: string | number | (string | number)[] | undefined;
|
|
903
|
+
readonly name?: string | number | (string | number)[] | undefined;
|
|
905
904
|
readonly rules?: RuleObject | RuleObject[] | undefined;
|
|
905
|
+
readonly required?: boolean | undefined;
|
|
906
906
|
readonly validateFirst?: boolean | undefined;
|
|
907
907
|
readonly validateStatus?: string | undefined;
|
|
908
908
|
readonly validateTrigger?: string | string[] | undefined;
|
|
909
909
|
readonly messageVariables?: Record<string, string> | undefined;
|
|
910
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "hidden" | "
|
|
910
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "hidden" | "hasFeedback" | "colon" | "autoLink" | "required" | "validateFirst" | "noStyle">;
|
|
911
911
|
$attrs: {
|
|
912
912
|
[x: string]: unknown;
|
|
913
913
|
};
|
|
@@ -1196,7 +1196,7 @@ declare const __VLS_component: DefineComponent<ApFormItemProps, {
|
|
|
1196
1196
|
hidden: BooleanConstructor;
|
|
1197
1197
|
noStyle: BooleanConstructor;
|
|
1198
1198
|
tooltip: StringConstructor;
|
|
1199
|
-
}>> & Readonly<{}>, "hidden" | "
|
|
1199
|
+
}>> & Readonly<{}>, "hidden" | "hasFeedback" | "colon" | "autoLink" | "required" | "validateFirst" | "noStyle"> & ShallowUnwrapRef<() => any> & {} & ComponentCustomProperties & {} & {
|
|
1200
1200
|
$: ComponentInternalInstance;
|
|
1201
1201
|
$data: {};
|
|
1202
1202
|
$props: Partial<{
|
|
@@ -1216,9 +1216,6 @@ declare const __VLS_component: DefineComponent<ApFormItemProps, {
|
|
|
1216
1216
|
readonly help?: any;
|
|
1217
1217
|
readonly tooltip?: string | undefined;
|
|
1218
1218
|
readonly prefixCls?: string | undefined;
|
|
1219
|
-
readonly name?: string | number | (string | number)[] | undefined;
|
|
1220
|
-
readonly colon?: boolean | undefined;
|
|
1221
|
-
readonly required?: boolean | undefined;
|
|
1222
1219
|
readonly htmlFor?: string | undefined;
|
|
1223
1220
|
readonly extra?: any;
|
|
1224
1221
|
readonly labelCol?: (Partial< ExtractPropTypes<{
|
|
@@ -1287,14 +1284,17 @@ declare const __VLS_component: DefineComponent<ApFormItemProps, {
|
|
|
1287
1284
|
prefixCls: StringConstructor;
|
|
1288
1285
|
flex: (StringConstructor | NumberConstructor)[];
|
|
1289
1286
|
}>> & HTMLAttributes) | undefined;
|
|
1287
|
+
readonly colon?: boolean | undefined;
|
|
1290
1288
|
readonly labelAlign?: FormLabelAlign | undefined;
|
|
1291
1289
|
readonly prop?: string | number | (string | number)[] | undefined;
|
|
1290
|
+
readonly name?: string | number | (string | number)[] | undefined;
|
|
1292
1291
|
readonly rules?: RuleObject | RuleObject[] | undefined;
|
|
1292
|
+
readonly required?: boolean | undefined;
|
|
1293
1293
|
readonly validateFirst?: boolean | undefined;
|
|
1294
1294
|
readonly validateStatus?: string | undefined;
|
|
1295
1295
|
readonly validateTrigger?: string | string[] | undefined;
|
|
1296
1296
|
readonly messageVariables?: Record<string, string> | undefined;
|
|
1297
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "hidden" | "
|
|
1297
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "hidden" | "hasFeedback" | "colon" | "autoLink" | "required" | "validateFirst" | "noStyle">;
|
|
1298
1298
|
$attrs: {
|
|
1299
1299
|
[x: string]: unknown;
|
|
1300
1300
|
};
|
|
@@ -1583,7 +1583,7 @@ declare const __VLS_component: DefineComponent<ApFormItemProps, {
|
|
|
1583
1583
|
hidden: BooleanConstructor;
|
|
1584
1584
|
noStyle: BooleanConstructor;
|
|
1585
1585
|
tooltip: StringConstructor;
|
|
1586
|
-
}>> & Readonly<{}>, "hidden" | "
|
|
1586
|
+
}>> & Readonly<{}>, "hidden" | "hasFeedback" | "colon" | "autoLink" | "required" | "validateFirst" | "noStyle"> & ShallowUnwrapRef<() => any>) | null;
|
|
1587
1587
|
}, any>;
|
|
1588
1588
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1589
1589
|
export default _default;
|
|
@@ -12,12 +12,12 @@ declare function __VLS_template(): {
|
|
|
12
12
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
13
|
declare const __VLS_component: DefineComponent<ApFormItemCheckboxProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemCheckboxProps> & Readonly<{}>, {
|
|
14
14
|
disabled: boolean;
|
|
15
|
-
field: Omit< ApFieldCheckboxProps, "value" | "onUpdate:value">;
|
|
16
|
-
colon: boolean;
|
|
17
|
-
required: boolean;
|
|
18
15
|
hasFeedback: boolean;
|
|
16
|
+
colon: boolean;
|
|
19
17
|
autoLink: boolean;
|
|
18
|
+
required: boolean;
|
|
20
19
|
validateFirst: boolean;
|
|
20
|
+
field: Omit< ApFieldCheckboxProps, "value" | "onUpdate:value">;
|
|
21
21
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
22
22
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
23
23
|
export default _default;
|
|
@@ -35,12 +35,12 @@ declare function __VLS_template(): {
|
|
|
35
35
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
36
36
|
declare const __VLS_component: DefineComponent<ApFormItemDateProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemDateProps> & Readonly<{}>, {
|
|
37
37
|
disabled: boolean;
|
|
38
|
-
field: Omit< ApFieldDateProps, "value" | "onUpdate:value">;
|
|
39
|
-
colon: boolean;
|
|
40
|
-
required: boolean;
|
|
41
38
|
hasFeedback: boolean;
|
|
39
|
+
colon: boolean;
|
|
42
40
|
autoLink: boolean;
|
|
41
|
+
required: boolean;
|
|
43
42
|
validateFirst: boolean;
|
|
43
|
+
field: Omit< ApFieldDateProps, "value" | "onUpdate:value">;
|
|
44
44
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
45
45
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
46
46
|
export default _default;
|
|
@@ -33,12 +33,12 @@ declare function __VLS_template(): {
|
|
|
33
33
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
34
34
|
declare const __VLS_component: DefineComponent<ApFormItemDateRangeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemDateRangeProps> & Readonly<{}>, {
|
|
35
35
|
disabled: boolean;
|
|
36
|
-
field: Omit< ApFieldDateRangeProps, "value" | "onUpdate:value">;
|
|
37
|
-
colon: boolean;
|
|
38
|
-
required: boolean;
|
|
39
36
|
hasFeedback: boolean;
|
|
37
|
+
colon: boolean;
|
|
40
38
|
autoLink: boolean;
|
|
39
|
+
required: boolean;
|
|
41
40
|
validateFirst: boolean;
|
|
41
|
+
field: Omit< ApFieldDateRangeProps, "value" | "onUpdate:value">;
|
|
42
42
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
43
43
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
44
44
|
export default _default;
|
|
@@ -43,7 +43,6 @@ declare function __VLS_template(): {
|
|
|
43
43
|
readonly disabled?: boolean | undefined;
|
|
44
44
|
readonly bordered?: boolean | undefined;
|
|
45
45
|
readonly prefixCls?: string | undefined;
|
|
46
|
-
readonly status?: "" | "error" | "warning" | undefined;
|
|
47
46
|
readonly keyboard?: boolean | undefined;
|
|
48
47
|
readonly autofocus?: boolean | undefined;
|
|
49
48
|
readonly 'onUpdate:value'?: (((value: ValueType) => void) & ((...args: any[]) => any)) | undefined;
|
|
@@ -51,6 +50,7 @@ declare function __VLS_template(): {
|
|
|
51
50
|
readonly min?: ValueType | undefined;
|
|
52
51
|
readonly defaultValue?: ValueType | undefined;
|
|
53
52
|
readonly onPressEnter?: KeyboardEventHandler | undefined;
|
|
53
|
+
readonly status?: "" | "error" | "warning" | undefined;
|
|
54
54
|
readonly readonly?: boolean | undefined;
|
|
55
55
|
readonly stringMode?: boolean | undefined;
|
|
56
56
|
readonly controls?: boolean | undefined;
|
|
@@ -65,14 +65,14 @@ declare function __VLS_template(): {
|
|
|
65
65
|
}) => void) | undefined;
|
|
66
66
|
readonly type?: string | undefined;
|
|
67
67
|
readonly name?: string | undefined;
|
|
68
|
-
readonly id?: string | undefined;
|
|
69
|
-
readonly placeholder?: string | undefined;
|
|
70
|
-
readonly tabindex?: number | undefined;
|
|
71
|
-
readonly prefix?: any;
|
|
72
68
|
readonly suffix?: any;
|
|
69
|
+
readonly placeholder?: string | undefined;
|
|
70
|
+
readonly id?: string | undefined;
|
|
73
71
|
readonly valueModifiers?: Record<string, any> | undefined;
|
|
74
72
|
readonly addonBefore?: any;
|
|
75
73
|
readonly addonAfter?: any;
|
|
74
|
+
readonly prefix?: any;
|
|
75
|
+
readonly tabindex?: number | undefined;
|
|
76
76
|
readonly precision?: number | undefined;
|
|
77
77
|
readonly decimalSeparator?: string | undefined;
|
|
78
78
|
readonly emptyText?: string | undefined;
|
|
@@ -492,12 +492,12 @@ declare const __VLS_component: DefineComponent<ApFormItemNumberProps, {
|
|
|
492
492
|
blur: () => void;
|
|
493
493
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemNumberProps> & Readonly<{}>, {
|
|
494
494
|
disabled: boolean;
|
|
495
|
-
field: Omit< ApFieldNumberProps, "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< ApFieldNumberProps, "value" | "onUpdate:value">;
|
|
501
501
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
502
502
|
inputNumberRef: ({
|
|
503
503
|
$: ComponentInternalInstance;
|
|
@@ -516,7 +516,6 @@ declare const __VLS_component: DefineComponent<ApFormItemNumberProps, {
|
|
|
516
516
|
readonly disabled?: boolean | undefined;
|
|
517
517
|
readonly bordered?: boolean | undefined;
|
|
518
518
|
readonly prefixCls?: string | undefined;
|
|
519
|
-
readonly status?: "" | "error" | "warning" | undefined;
|
|
520
519
|
readonly keyboard?: boolean | undefined;
|
|
521
520
|
readonly autofocus?: boolean | undefined;
|
|
522
521
|
readonly 'onUpdate:value'?: (((value: ValueType) => void) & ((...args: any[]) => any)) | undefined;
|
|
@@ -524,6 +523,7 @@ declare const __VLS_component: DefineComponent<ApFormItemNumberProps, {
|
|
|
524
523
|
readonly min?: ValueType | undefined;
|
|
525
524
|
readonly defaultValue?: ValueType | undefined;
|
|
526
525
|
readonly onPressEnter?: KeyboardEventHandler | undefined;
|
|
526
|
+
readonly status?: "" | "error" | "warning" | undefined;
|
|
527
527
|
readonly readonly?: boolean | undefined;
|
|
528
528
|
readonly stringMode?: boolean | undefined;
|
|
529
529
|
readonly controls?: boolean | undefined;
|
|
@@ -538,14 +538,14 @@ declare const __VLS_component: DefineComponent<ApFormItemNumberProps, {
|
|
|
538
538
|
}) => void) | undefined;
|
|
539
539
|
readonly type?: string | undefined;
|
|
540
540
|
readonly name?: string | undefined;
|
|
541
|
-
readonly id?: string | undefined;
|
|
542
|
-
readonly placeholder?: string | undefined;
|
|
543
|
-
readonly tabindex?: number | undefined;
|
|
544
|
-
readonly prefix?: any;
|
|
545
541
|
readonly suffix?: any;
|
|
542
|
+
readonly placeholder?: string | undefined;
|
|
543
|
+
readonly id?: string | undefined;
|
|
546
544
|
readonly valueModifiers?: Record<string, any> | undefined;
|
|
547
545
|
readonly addonBefore?: any;
|
|
548
546
|
readonly addonAfter?: any;
|
|
547
|
+
readonly prefix?: any;
|
|
548
|
+
readonly tabindex?: number | undefined;
|
|
549
549
|
readonly precision?: number | undefined;
|
|
550
550
|
readonly decimalSeparator?: string | undefined;
|
|
551
551
|
readonly emptyText?: string | undefined;
|
|
@@ -142,12 +142,12 @@ declare const __VLS_component: DefineComponent<ApFormItemRadioProps, {
|
|
|
142
142
|
blur: () => void;
|
|
143
143
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemRadioProps> & Readonly<{}>, {
|
|
144
144
|
disabled: boolean;
|
|
145
|
-
field: Omit< ApFieldRadioProps, "value" | "onUpdate:value">;
|
|
146
|
-
colon: boolean;
|
|
147
|
-
required: boolean;
|
|
148
145
|
hasFeedback: boolean;
|
|
146
|
+
colon: boolean;
|
|
149
147
|
autoLink: boolean;
|
|
148
|
+
required: boolean;
|
|
150
149
|
validateFirst: boolean;
|
|
150
|
+
field: Omit< ApFieldRadioProps, "value" | "onUpdate:value">;
|
|
151
151
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
152
152
|
radioRef: CreateComponentPublicInstanceWithMixins<Readonly< ApFieldRadioProps> & Readonly<{
|
|
153
153
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
@@ -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>;
|
|
@@ -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;
|