yc-pro-components 0.0.10 → 0.0.12
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/components/check-card/index.d.ts +38 -38
- package/es/components/check-card/src/index.vue.d.ts +2 -2
- package/es/components/check-card-group/index.d.ts +7 -7
- package/es/components/check-card-group/src/index.vue.d.ts +1 -1
- package/es/components/date-picker/index.d.ts +16 -16
- package/es/components/date-picker/src/index.vue.d.ts +8 -8
- package/es/components/dialog/index.d.ts +30 -30
- package/es/components/dialog/src/index.vue.d.ts +3 -3
- package/es/components/dialog-form/index.d.ts +80 -80
- package/es/components/dialog-form/src/index.vue.d.ts +28 -28
- package/es/components/display-item/index.d.ts +29 -29
- package/es/components/display-item/src/index.vue.d.ts +10 -10
- package/es/components/drawer-form/index.d.ts +95 -95
- package/es/components/drawer-form/src/index.vue.d.ts +28 -28
- package/es/components/form/index.d.ts +89 -89
- package/es/components/form/src/form-content.vue.d.ts +8 -8
- package/es/components/form/src/index.vue.d.ts +31 -31
- package/es/components/form-item/index.d.ts +46 -46
- package/es/components/form-item/src/index.vue.d.ts +14 -14
- package/es/components/input-tag/index.d.ts +28 -28
- package/es/components/input-tag/src/index.vue.d.ts +28 -28
- package/es/components/layout/index.d.ts +30 -30
- package/es/components/layout/src/index.vue.d.ts +10 -10
- package/es/components/page/index.d.ts +601 -511
- package/es/components/page/src/index.vue.d.ts +203 -173
- package/es/components/pagination/index.d.ts +7 -7
- package/es/components/pagination/src/index.vue.d.ts +1 -1
- package/es/components/radio/index.d.ts +37 -37
- package/es/components/radio/src/index.vue.d.ts +37 -37
- package/es/components/render/index.d.ts +12 -12
- package/es/components/render/src/index.vue.d.ts +2 -2
- package/es/components/search/index.d.ts +244 -206
- package/es/components/search/src/index.vue.d.ts +75 -69
- package/es/components/search/src/index.vue2.mjs +14 -4
- package/es/components/search/src/type.d.ts +9 -0
- package/es/components/sidebar/index.d.ts +15 -15
- package/es/components/sidebar/src/index.vue.d.ts +5 -5
- package/es/components/table/index.d.ts +40 -40
- package/es/components/table/src/index.vue.d.ts +12 -12
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +11 -11
- package/es/components/table/src/table-column.vue.d.ts +25 -25
- package/es/components/table/src/table-title-bar.vue.d.ts +3 -3
- package/es/components/utils/index.d.ts +5 -5
- package/es/components/yc-count-to/index.d.ts +2 -2
- package/es/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/es/components/yc-count-to/src/rebound/index.d.ts +1 -1
- package/es/components/yc-dialog/index.d.ts +24 -24
- package/es/components/yc-drawer/store.d.ts +13 -13
- package/es/components/yc-more-actions/index.d.ts +84 -84
- package/es/components/yc-more-actions/src/index.vue.d.ts +6 -6
- package/es/components/yc-plus-page/src/index.vue.d.ts +465 -538
- package/es/components/yc-plus-page/src/index.vue.mjs +1 -1
- package/es/components/yc-plus-page/src/index.vue2.mjs +8 -2
- package/es/components/yc-plus-tree/src/index.vue.d.ts +2 -2
- package/es/components/yc-segmented/index.d.ts +4 -4
- package/es/components/yc-segmented/src/index.d.ts +4 -4
- package/es/components/yc-select-v2/src/index.vue.d.ts +1 -1
- package/es/components/yc-status-dialog/src/index.vue.d.ts +2 -2
- package/es/hooks/usePlusFormReset.d.ts +384 -384
- package/es/index.css +1 -1
- package/index.css +9 -5
- package/index.js +23 -7
- package/index.min.css +1 -1
- package/index.min.js +6 -6
- package/index.min.mjs +7 -7
- package/index.mjs +23 -7
- package/lib/components/check-card/index.d.ts +38 -38
- package/lib/components/check-card/src/index.vue.d.ts +2 -2
- package/lib/components/check-card-group/index.d.ts +7 -7
- package/lib/components/check-card-group/src/index.vue.d.ts +1 -1
- package/lib/components/date-picker/index.d.ts +16 -16
- package/lib/components/date-picker/src/index.vue.d.ts +8 -8
- package/lib/components/dialog/index.d.ts +30 -30
- package/lib/components/dialog/src/index.vue.d.ts +3 -3
- package/lib/components/dialog-form/index.d.ts +80 -80
- package/lib/components/dialog-form/src/index.vue.d.ts +28 -28
- package/lib/components/display-item/index.d.ts +29 -29
- package/lib/components/display-item/src/index.vue.d.ts +10 -10
- package/lib/components/drawer-form/index.d.ts +95 -95
- package/lib/components/drawer-form/src/index.vue.d.ts +28 -28
- package/lib/components/form/index.d.ts +89 -89
- package/lib/components/form/src/form-content.vue.d.ts +8 -8
- package/lib/components/form/src/index.vue.d.ts +31 -31
- package/lib/components/form-item/index.d.ts +46 -46
- package/lib/components/form-item/src/index.vue.d.ts +14 -14
- package/lib/components/input-tag/index.d.ts +28 -28
- package/lib/components/input-tag/src/index.vue.d.ts +28 -28
- package/lib/components/layout/index.d.ts +30 -30
- package/lib/components/layout/src/index.vue.d.ts +10 -10
- package/lib/components/page/index.d.ts +601 -511
- package/lib/components/page/src/index.vue.d.ts +203 -173
- package/lib/components/pagination/index.d.ts +7 -7
- package/lib/components/pagination/src/index.vue.d.ts +1 -1
- package/lib/components/radio/index.d.ts +37 -37
- package/lib/components/radio/src/index.vue.d.ts +37 -37
- package/lib/components/render/index.d.ts +12 -12
- package/lib/components/render/src/index.vue.d.ts +2 -2
- package/lib/components/search/index.d.ts +244 -206
- package/lib/components/search/src/index.vue.d.ts +75 -69
- package/lib/components/search/src/index.vue2.js +13 -3
- package/lib/components/search/src/type.d.ts +9 -0
- package/lib/components/sidebar/index.d.ts +15 -15
- package/lib/components/sidebar/src/index.vue.d.ts +5 -5
- package/lib/components/table/index.d.ts +40 -40
- package/lib/components/table/src/index.vue.d.ts +12 -12
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +11 -11
- package/lib/components/table/src/table-column.vue.d.ts +25 -25
- package/lib/components/table/src/table-title-bar.vue.d.ts +3 -3
- package/lib/components/utils/index.d.ts +5 -5
- package/lib/components/yc-count-to/index.d.ts +2 -2
- package/lib/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/lib/components/yc-count-to/src/rebound/index.d.ts +1 -1
- package/lib/components/yc-dialog/index.d.ts +24 -24
- package/lib/components/yc-drawer/store.d.ts +13 -13
- package/lib/components/yc-more-actions/index.d.ts +84 -84
- package/lib/components/yc-more-actions/src/index.vue.d.ts +6 -6
- package/lib/components/yc-plus-page/src/index.vue.d.ts +465 -538
- package/lib/components/yc-plus-page/src/index.vue.js +1 -1
- package/lib/components/yc-plus-page/src/index.vue2.js +8 -2
- package/lib/components/yc-plus-tree/src/index.vue.d.ts +2 -2
- package/lib/components/yc-segmented/index.d.ts +4 -4
- package/lib/components/yc-segmented/src/index.d.ts +4 -4
- package/lib/components/yc-select-v2/src/index.vue.d.ts +1 -1
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +2 -2
- package/lib/hooks/usePlusFormReset.d.ts +384 -384
- package/lib/index.css +1 -1
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/ja.js +1 -1
- package/locale/ja.min.js +1 -1
- package/locale/ja.min.mjs +1 -1
- package/locale/ja.mjs +1 -1
- package/locale/ko.js +1 -1
- package/locale/ko.min.js +1 -1
- package/locale/ko.min.mjs +1 -1
- package/locale/ko.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/locale/zh-tw.js +1 -1
- package/locale/zh-tw.min.js +1 -1
- package/locale/zh-tw.min.mjs +1 -1
- package/locale/zh-tw.mjs +1 -1
- package/package.json +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/plus-page.css +1 -1
- package/theme-chalk/src/mixins/mixins.scss +4 -0
- package/theme-chalk/src/page.scss +1 -1
|
@@ -5,11 +5,12 @@ import { TimeSelectProps } from 'element-plus/es/components/time-select/src/time
|
|
|
5
5
|
import { LooseRequired } from '@vue/shared';
|
|
6
6
|
import { Arrayable, EpPropFinalized, EpPropMergeType } from 'element-plus/es/utils';
|
|
7
7
|
import { TableProps, CardProps, RowProps, ColProps, FormItemRule, FormItemProp, FormItemContext, FormValidateCallback, FormValidationResult, ElTooltipProps, FormItemProps, ProgressFn, CascaderNode, InputAutoSize, AutocompleteProps, CheckboxGroupProps, ColorPickerProps, DatePickerProps, InputProps, InputNumberProps, RadioGroupProps, RateProps, ISelectProps, SliderProps, SwitchProps, TimePickerDefaultProps, TextProps, ImageProps, LinkProps, TagProps, ProgressProps, TableColumnCtx, SummaryMethod, ColumnCls, ColumnStyle, CellCls, CellStyle, Sort, TreeNode, Translator, Table } from 'element-plus';
|
|
8
|
-
import {
|
|
8
|
+
import { PlusFormSelfProps, ElementPlusFormProps, RecordType, PlusTableSelfProps, PlusPaginationProps, Mutable, PlusFormGroupRow, PlusFormItemProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps, TableValueType, ActionBarProps, ColumnSetting, ButtonsCallBackParams, FormChangeCallBackParams, FilterTableHeaderEventType, TableFormRefRow } from 'packages/yc-components';
|
|
9
9
|
import { RequestResponse } from './type';
|
|
10
10
|
import { FieldValues, OmitTypes, CascaderProps, FormItemValueType, FieldValueType } from 'yc-pro-components/es/types/form';
|
|
11
|
+
import { PlusSearchSelfProps } from 'yc-pro-components/es/components/search';
|
|
11
12
|
import { PageInfo, PlusColumn, PropsItemType, OptionsType, RenderTypes, OptionsRow } from 'yc-pro-components/es/types/plus';
|
|
12
|
-
import { nextTick, DefineComponent, Ref, ComponentInternalInstance, CSSProperties, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType, Slot, ComponentPublicInstance, ComponentOptionsBase, CreateComponentPublicInstance, ComputedRef, ComponentOptionsMixin, DebuggerEvent, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties,
|
|
13
|
+
import { nextTick, DefineComponent, Ref, ComponentInternalInstance, CSSProperties, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType, Slot, ComponentPublicInstance, ComponentOptionsBase, Component, CreateComponentPublicInstance, ComputedRef, ComponentOptionsMixin, DebuggerEvent, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, ShallowRef, PublicProps } from 'vue';
|
|
13
14
|
|
|
14
15
|
/**
|
|
15
16
|
* 本地 Props 接口定义
|
|
@@ -25,7 +26,7 @@ interface Props {
|
|
|
25
26
|
/** 是否显示为卡片样式 */
|
|
26
27
|
isCard?: boolean;
|
|
27
28
|
/** 搜索表单配置 */
|
|
28
|
-
search?: false | Record<string, unknown
|
|
29
|
+
search?: false | Partial<PlusSearchSelfProps & Record<string, unknown>>;
|
|
29
30
|
/** 搜索卡片属性配置 */
|
|
30
31
|
searchCardProps?: Record<string, unknown>;
|
|
31
32
|
/** 表格卡片属性配置 */
|
|
@@ -54,7 +55,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
54
55
|
$: ComponentInternalInstance;
|
|
55
56
|
$data: {};
|
|
56
57
|
$props: Partial<{
|
|
57
|
-
search: false | Partial<
|
|
58
|
+
search: false | Partial<PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
|
|
58
59
|
style?: CSSProperties | undefined;
|
|
59
60
|
class?: any;
|
|
60
61
|
} & RecordType>;
|
|
@@ -86,7 +87,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
86
87
|
};
|
|
87
88
|
searchSlot: boolean;
|
|
88
89
|
}> & Omit<{
|
|
89
|
-
readonly search: false | Partial<
|
|
90
|
+
readonly search: false | Partial<PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
|
|
90
91
|
style?: CSSProperties | undefined;
|
|
91
92
|
class?: any;
|
|
92
93
|
} & RecordType>;
|
|
@@ -128,7 +129,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
128
129
|
onRequestComplete?: ((tableData: RecordType[]) => any) | undefined;
|
|
129
130
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
130
131
|
search: {
|
|
131
|
-
type: PropType<false | Partial<
|
|
132
|
+
type: PropType<false | Partial<PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
|
|
132
133
|
style?: CSSProperties | undefined;
|
|
133
134
|
class?: any;
|
|
134
135
|
} & RecordType>>;
|
|
@@ -236,13 +237,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
236
237
|
$slots: Readonly<{
|
|
237
238
|
[name: string]: Slot<any> | undefined;
|
|
238
239
|
}>;
|
|
239
|
-
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
240
|
+
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
|
|
240
241
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
241
|
-
$emit: ((event: "search", data: FieldValues) => void) & ((event: "reset", data: FieldValues) => void) & ((event: "paginationChange", pageInfo: PageInfo) => void) & ((event: "requestError", error: unknown) => void) & ((event: "requestComplete", tableData: RecordType[]) => void);
|
|
242
|
+
$emit: ((event: "search", data: FieldValues) => void) & ((event: "reset", data: FieldValues) => void) & ((event: "paginationChange", pageInfo: PageInfo) => void) & ((event: "requestError", error: unknown) => void) & ((event: "requestComplete", tableData: RecordType[]) => void); /** 包装后的请求函数 */
|
|
242
243
|
$el: any;
|
|
243
244
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
244
245
|
search: {
|
|
245
|
-
type: PropType<false | Partial<
|
|
246
|
+
type: PropType<false | Partial<PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
|
|
246
247
|
style?: CSSProperties | undefined;
|
|
247
248
|
class?: any;
|
|
248
249
|
} & RecordType>>;
|
|
@@ -347,7 +348,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
347
348
|
$props: Partial<{
|
|
348
349
|
columns: PlusColumn[];
|
|
349
350
|
modelValue: FieldValues;
|
|
350
|
-
labelPosition: "top" | "
|
|
351
|
+
labelPosition: "top" | "right" | "left";
|
|
351
352
|
inline: boolean;
|
|
352
353
|
showNumber: number;
|
|
353
354
|
defaultValues: FieldValues;
|
|
@@ -369,6 +370,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
369
370
|
expandText: string;
|
|
370
371
|
searchLoading: boolean;
|
|
371
372
|
needValidate: boolean;
|
|
373
|
+
searchIcon: Component | null;
|
|
374
|
+
resetIcon: Component | null;
|
|
372
375
|
}> & Omit<{
|
|
373
376
|
readonly columns: PlusColumn[];
|
|
374
377
|
readonly modelValue: FieldValues;
|
|
@@ -393,7 +396,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
393
396
|
readonly expandText: string;
|
|
394
397
|
readonly searchLoading: boolean;
|
|
395
398
|
readonly needValidate: boolean;
|
|
396
|
-
readonly labelPosition?: "top" | "
|
|
399
|
+
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
400
|
+
readonly searchIcon?: Component | null | undefined;
|
|
401
|
+
readonly resetIcon?: Component | null | undefined;
|
|
397
402
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
398
403
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
399
404
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
@@ -409,7 +414,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
409
414
|
default: () => {};
|
|
410
415
|
};
|
|
411
416
|
labelPosition: {
|
|
412
|
-
type: PropType<"top" | "
|
|
417
|
+
type: PropType<"top" | "right" | "left">;
|
|
413
418
|
default: undefined;
|
|
414
419
|
};
|
|
415
420
|
inline: {
|
|
@@ -486,13 +491,21 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
486
491
|
type: PropType<boolean>;
|
|
487
492
|
default: boolean;
|
|
488
493
|
};
|
|
494
|
+
searchIcon: {
|
|
495
|
+
type: PropType< Component | null>;
|
|
496
|
+
default: undefined;
|
|
497
|
+
};
|
|
498
|
+
resetIcon: {
|
|
499
|
+
type: PropType< Component | null>;
|
|
500
|
+
default: undefined;
|
|
501
|
+
};
|
|
489
502
|
}>> & {
|
|
490
503
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
491
504
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
492
505
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
493
506
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
494
507
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
495
|
-
}, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate">;
|
|
508
|
+
}, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
|
|
496
509
|
$attrs: {
|
|
497
510
|
[x: string]: unknown;
|
|
498
511
|
};
|
|
@@ -502,9 +515,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
502
515
|
$slots: Readonly<{
|
|
503
516
|
[name: string]: Slot<any> | undefined;
|
|
504
517
|
}>;
|
|
505
|
-
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
518
|
+
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
|
|
506
519
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
507
|
-
$emit: ((event: "search", values: FieldValues) => void) & ((event: "
|
|
520
|
+
$emit: ((event: "search", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "collapse", isShowUnfold: boolean) => void); /** 包装后的请求函数 */
|
|
508
521
|
$el: any;
|
|
509
522
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
510
523
|
columns: {
|
|
@@ -516,7 +529,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
516
529
|
default: () => {};
|
|
517
530
|
};
|
|
518
531
|
labelPosition: {
|
|
519
|
-
type: PropType<"top" | "
|
|
532
|
+
type: PropType<"top" | "right" | "left">;
|
|
520
533
|
default: undefined;
|
|
521
534
|
};
|
|
522
535
|
inline: {
|
|
@@ -593,6 +606,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
593
606
|
type: PropType<boolean>;
|
|
594
607
|
default: boolean;
|
|
595
608
|
};
|
|
609
|
+
searchIcon: {
|
|
610
|
+
type: PropType< Component | null>;
|
|
611
|
+
default: undefined;
|
|
612
|
+
};
|
|
613
|
+
resetIcon: {
|
|
614
|
+
type: PropType< Component | null>;
|
|
615
|
+
default: undefined;
|
|
616
|
+
};
|
|
596
617
|
}>> & {
|
|
597
618
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
598
619
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
@@ -610,7 +631,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
610
631
|
group: false | PlusFormGroupRow[];
|
|
611
632
|
modelValue: FieldValues;
|
|
612
633
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
613
|
-
labelPosition: "top" | "
|
|
634
|
+
labelPosition: "top" | "right" | "left";
|
|
614
635
|
labelWidth: string | number;
|
|
615
636
|
labelSuffix: string;
|
|
616
637
|
hasLabel: boolean;
|
|
@@ -629,7 +650,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
629
650
|
submitText: string;
|
|
630
651
|
resetText: string;
|
|
631
652
|
submitLoading: boolean;
|
|
632
|
-
footerAlign: "
|
|
653
|
+
footerAlign: "right" | "left" | "center";
|
|
633
654
|
cardProps: Partial< Mutable<CardProps> & {
|
|
634
655
|
style?: CSSProperties | undefined;
|
|
635
656
|
class?: any;
|
|
@@ -641,7 +662,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
641
662
|
readonly group: false | PlusFormGroupRow[];
|
|
642
663
|
readonly modelValue: FieldValues;
|
|
643
664
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
644
|
-
readonly labelPosition: "top" | "
|
|
665
|
+
readonly labelPosition: "top" | "right" | "left";
|
|
645
666
|
readonly labelWidth: string | number;
|
|
646
667
|
readonly labelSuffix: string;
|
|
647
668
|
readonly hasLabel: boolean;
|
|
@@ -660,7 +681,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
660
681
|
readonly submitText: string;
|
|
661
682
|
readonly resetText: string;
|
|
662
683
|
readonly submitLoading: boolean;
|
|
663
|
-
readonly footerAlign: "
|
|
684
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
664
685
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
665
686
|
style?: CSSProperties | undefined;
|
|
666
687
|
class?: any;
|
|
@@ -701,7 +722,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
701
722
|
default: () => {};
|
|
702
723
|
};
|
|
703
724
|
labelPosition: {
|
|
704
|
-
type: PropType<"top" | "
|
|
725
|
+
type: PropType<"top" | "right" | "left">;
|
|
705
726
|
default: string;
|
|
706
727
|
};
|
|
707
728
|
labelWidth: {
|
|
@@ -759,7 +780,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
759
780
|
default: boolean;
|
|
760
781
|
};
|
|
761
782
|
footerAlign: {
|
|
762
|
-
type: PropType<"
|
|
783
|
+
type: PropType<"right" | "left" | "center">;
|
|
763
784
|
default: string;
|
|
764
785
|
};
|
|
765
786
|
cardProps: {
|
|
@@ -794,9 +815,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
794
815
|
$slots: Readonly<{
|
|
795
816
|
[name: string]: Slot<any> | undefined;
|
|
796
817
|
}>;
|
|
797
|
-
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
818
|
+
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
|
|
798
819
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
799
|
-
$emit: ((event: "
|
|
820
|
+
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void); /** 包装后的请求函数 */
|
|
800
821
|
$el: any;
|
|
801
822
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
802
823
|
collapseDuration: {
|
|
@@ -824,7 +845,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
824
845
|
default: () => {};
|
|
825
846
|
};
|
|
826
847
|
labelPosition: {
|
|
827
|
-
type: PropType<"top" | "
|
|
848
|
+
type: PropType<"top" | "right" | "left">;
|
|
828
849
|
default: string;
|
|
829
850
|
};
|
|
830
851
|
labelWidth: {
|
|
@@ -882,7 +903,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
882
903
|
default: boolean;
|
|
883
904
|
};
|
|
884
905
|
footerAlign: {
|
|
885
|
-
type: PropType<"
|
|
906
|
+
type: PropType<"right" | "left" | "center">;
|
|
886
907
|
default: string;
|
|
887
908
|
};
|
|
888
909
|
cardProps: {
|
|
@@ -916,8 +937,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
916
937
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
917
938
|
__epPropKey: true;
|
|
918
939
|
};
|
|
919
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
920
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
940
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
941
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
921
942
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
922
943
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
923
944
|
readonly inline: BooleanConstructor;
|
|
@@ -934,7 +955,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
934
955
|
__epPropKey: true;
|
|
935
956
|
};
|
|
936
957
|
readonly size: {
|
|
937
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
958
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
938
959
|
readonly required: false;
|
|
939
960
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
940
961
|
__epPropKey: true;
|
|
@@ -952,8 +973,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
952
973
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
953
974
|
__epPropKey: true;
|
|
954
975
|
};
|
|
955
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
956
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
976
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
977
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
957
978
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
958
979
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
959
980
|
readonly inline: BooleanConstructor;
|
|
@@ -970,7 +991,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
970
991
|
__epPropKey: true;
|
|
971
992
|
};
|
|
972
993
|
readonly size: {
|
|
973
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
994
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
974
995
|
readonly required: false;
|
|
975
996
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
976
997
|
__epPropKey: true;
|
|
@@ -981,7 +1002,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
981
1002
|
}>>;
|
|
982
1003
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
983
1004
|
fields: FormItemContext[];
|
|
984
|
-
formSize: ComputedRef<"" | "
|
|
1005
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
985
1006
|
ns: {
|
|
986
1007
|
namespace: ComputedRef<string>;
|
|
987
1008
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -998,15 +1019,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
998
1019
|
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
999
1020
|
cssVarName: (name: string) => string;
|
|
1000
1021
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1001
|
-
/**
|
|
1002
|
-
* 根据筛选项数量计算 span 值
|
|
1003
|
-
* @param count 筛选项数量
|
|
1004
|
-
* @returns span 值
|
|
1005
|
-
*/
|
|
1006
1022
|
cssVarBlockName: (name: string) => string;
|
|
1007
1023
|
};
|
|
1008
1024
|
formClasses: ComputedRef<(string | {
|
|
1009
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
1025
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
1010
1026
|
})[]>;
|
|
1011
1027
|
getField: (prop: string) => FormItemContext | undefined;
|
|
1012
1028
|
addField: (field: FormItemContext) => void;
|
|
@@ -1029,8 +1045,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1029
1045
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1030
1046
|
__epPropKey: true;
|
|
1031
1047
|
};
|
|
1032
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
1033
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
1048
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
1049
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
1034
1050
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1035
1051
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1036
1052
|
readonly inline: BooleanConstructor;
|
|
@@ -1047,7 +1063,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1047
1063
|
__epPropKey: true;
|
|
1048
1064
|
};
|
|
1049
1065
|
readonly size: {
|
|
1050
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1066
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
1051
1067
|
readonly required: false;
|
|
1052
1068
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1053
1069
|
__epPropKey: true;
|
|
@@ -1057,8 +1073,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1057
1073
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
1058
1074
|
}, {
|
|
1059
1075
|
readonly disabled: boolean;
|
|
1060
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
1061
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
1076
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
1077
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
1062
1078
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1063
1079
|
readonly labelSuffix: string;
|
|
1064
1080
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -1083,8 +1099,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1083
1099
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1084
1100
|
__epPropKey: true;
|
|
1085
1101
|
};
|
|
1086
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
1087
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
1102
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
1103
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
1088
1104
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1089
1105
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1090
1106
|
readonly inline: BooleanConstructor;
|
|
@@ -1101,7 +1117,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1101
1117
|
__epPropKey: true;
|
|
1102
1118
|
};
|
|
1103
1119
|
readonly size: {
|
|
1104
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1120
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
1105
1121
|
readonly required: false;
|
|
1106
1122
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1107
1123
|
__epPropKey: true;
|
|
@@ -1119,8 +1135,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1119
1135
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1120
1136
|
__epPropKey: true;
|
|
1121
1137
|
};
|
|
1122
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
1123
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
1138
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
1139
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
1124
1140
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1125
1141
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1126
1142
|
readonly inline: BooleanConstructor;
|
|
@@ -1137,7 +1153,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1137
1153
|
__epPropKey: true;
|
|
1138
1154
|
};
|
|
1139
1155
|
readonly size: {
|
|
1140
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1156
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
1141
1157
|
readonly required: false;
|
|
1142
1158
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1143
1159
|
__epPropKey: true;
|
|
@@ -1148,7 +1164,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1148
1164
|
}>>;
|
|
1149
1165
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
1150
1166
|
fields: FormItemContext[];
|
|
1151
|
-
formSize: ComputedRef<"" | "
|
|
1167
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
1152
1168
|
ns: {
|
|
1153
1169
|
namespace: ComputedRef<string>;
|
|
1154
1170
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -1165,15 +1181,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1165
1181
|
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1166
1182
|
cssVarName: (name: string) => string;
|
|
1167
1183
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1168
|
-
/**
|
|
1169
|
-
* 根据筛选项数量计算 span 值
|
|
1170
|
-
* @param count 筛选项数量
|
|
1171
|
-
* @returns span 值
|
|
1172
|
-
*/
|
|
1173
1184
|
cssVarBlockName: (name: string) => string;
|
|
1174
1185
|
};
|
|
1175
1186
|
formClasses: ComputedRef<(string | {
|
|
1176
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
1187
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
1177
1188
|
})[]>;
|
|
1178
1189
|
getField: (prop: string) => FormItemContext | undefined;
|
|
1179
1190
|
addField: (field: FormItemContext) => void;
|
|
@@ -1188,8 +1199,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1188
1199
|
scrollToField: (prop: FormItemProp) => void;
|
|
1189
1200
|
}, {}, {}, {}, {
|
|
1190
1201
|
readonly disabled: boolean;
|
|
1191
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
1192
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
1202
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
1203
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
1193
1204
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1194
1205
|
readonly labelSuffix: string;
|
|
1195
1206
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -1216,7 +1227,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1216
1227
|
group: false | PlusFormGroupRow[];
|
|
1217
1228
|
modelValue: FieldValues;
|
|
1218
1229
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
1219
|
-
labelPosition: "top" | "
|
|
1230
|
+
labelPosition: "top" | "right" | "left";
|
|
1220
1231
|
labelWidth: string | number;
|
|
1221
1232
|
labelSuffix: string;
|
|
1222
1233
|
hasLabel: boolean;
|
|
@@ -1235,7 +1246,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1235
1246
|
submitText: string;
|
|
1236
1247
|
resetText: string;
|
|
1237
1248
|
submitLoading: boolean;
|
|
1238
|
-
footerAlign: "
|
|
1249
|
+
footerAlign: "right" | "left" | "center";
|
|
1239
1250
|
cardProps: Partial< Mutable<CardProps> & {
|
|
1240
1251
|
style?: CSSProperties | undefined;
|
|
1241
1252
|
class?: any;
|
|
@@ -1288,7 +1299,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1288
1299
|
default: () => {};
|
|
1289
1300
|
};
|
|
1290
1301
|
labelPosition: {
|
|
1291
|
-
type: PropType<"top" | "
|
|
1302
|
+
type: PropType<"top" | "right" | "left">;
|
|
1292
1303
|
default: string;
|
|
1293
1304
|
};
|
|
1294
1305
|
labelWidth: {
|
|
@@ -1346,7 +1357,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1346
1357
|
default: boolean;
|
|
1347
1358
|
};
|
|
1348
1359
|
footerAlign: {
|
|
1349
|
-
type: PropType<"
|
|
1360
|
+
type: PropType<"right" | "left" | "center">;
|
|
1350
1361
|
default: string;
|
|
1351
1362
|
};
|
|
1352
1363
|
cardProps: {
|
|
@@ -1380,8 +1391,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1380
1391
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1381
1392
|
__epPropKey: true;
|
|
1382
1393
|
};
|
|
1383
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
1384
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
1394
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
1395
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
1385
1396
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1386
1397
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1387
1398
|
readonly inline: BooleanConstructor;
|
|
@@ -1398,7 +1409,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1398
1409
|
__epPropKey: true;
|
|
1399
1410
|
};
|
|
1400
1411
|
readonly size: {
|
|
1401
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1412
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
1402
1413
|
readonly required: false;
|
|
1403
1414
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1404
1415
|
__epPropKey: true;
|
|
@@ -1416,8 +1427,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1416
1427
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1417
1428
|
__epPropKey: true;
|
|
1418
1429
|
};
|
|
1419
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
1420
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
1430
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
1431
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
1421
1432
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1422
1433
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1423
1434
|
readonly inline: BooleanConstructor;
|
|
@@ -1434,7 +1445,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1434
1445
|
__epPropKey: true;
|
|
1435
1446
|
};
|
|
1436
1447
|
readonly size: {
|
|
1437
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1448
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
1438
1449
|
readonly required: false;
|
|
1439
1450
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1440
1451
|
__epPropKey: true;
|
|
@@ -1445,7 +1456,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1445
1456
|
}>>;
|
|
1446
1457
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
1447
1458
|
fields: FormItemContext[];
|
|
1448
|
-
formSize: ComputedRef<"" | "
|
|
1459
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
1449
1460
|
ns: {
|
|
1450
1461
|
namespace: ComputedRef<string>;
|
|
1451
1462
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -1462,15 +1473,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1462
1473
|
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1463
1474
|
cssVarName: (name: string) => string;
|
|
1464
1475
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1465
|
-
/**
|
|
1466
|
-
* 根据筛选项数量计算 span 值
|
|
1467
|
-
* @param count 筛选项数量
|
|
1468
|
-
* @returns span 值
|
|
1469
|
-
*/
|
|
1470
1476
|
cssVarBlockName: (name: string) => string;
|
|
1471
1477
|
};
|
|
1472
1478
|
formClasses: ComputedRef<(string | {
|
|
1473
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
1479
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
1474
1480
|
})[]>;
|
|
1475
1481
|
getField: (prop: string) => FormItemContext | undefined;
|
|
1476
1482
|
addField: (field: FormItemContext) => void;
|
|
@@ -1493,8 +1499,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1493
1499
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1494
1500
|
__epPropKey: true;
|
|
1495
1501
|
};
|
|
1496
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
1497
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
1502
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
1503
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
1498
1504
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1499
1505
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1500
1506
|
readonly inline: BooleanConstructor;
|
|
@@ -1511,7 +1517,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1511
1517
|
__epPropKey: true;
|
|
1512
1518
|
};
|
|
1513
1519
|
readonly size: {
|
|
1514
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1520
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
1515
1521
|
readonly required: false;
|
|
1516
1522
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1517
1523
|
__epPropKey: true;
|
|
@@ -1521,8 +1527,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1521
1527
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
1522
1528
|
}, {
|
|
1523
1529
|
readonly disabled: boolean;
|
|
1524
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
1525
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
1530
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
1531
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
1526
1532
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1527
1533
|
readonly labelSuffix: string;
|
|
1528
1534
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -1547,8 +1553,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1547
1553
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1548
1554
|
__epPropKey: true;
|
|
1549
1555
|
};
|
|
1550
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
1551
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
1556
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
1557
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
1552
1558
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1553
1559
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1554
1560
|
readonly inline: BooleanConstructor;
|
|
@@ -1565,7 +1571,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1565
1571
|
__epPropKey: true;
|
|
1566
1572
|
};
|
|
1567
1573
|
readonly size: {
|
|
1568
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1574
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
1569
1575
|
readonly required: false;
|
|
1570
1576
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1571
1577
|
__epPropKey: true;
|
|
@@ -1583,8 +1589,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1583
1589
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1584
1590
|
__epPropKey: true;
|
|
1585
1591
|
};
|
|
1586
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
1587
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
1592
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
1593
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
1588
1594
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1589
1595
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1590
1596
|
readonly inline: BooleanConstructor;
|
|
@@ -1601,7 +1607,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1601
1607
|
__epPropKey: true;
|
|
1602
1608
|
};
|
|
1603
1609
|
readonly size: {
|
|
1604
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1610
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
1605
1611
|
readonly required: false;
|
|
1606
1612
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1607
1613
|
__epPropKey: true;
|
|
@@ -1612,7 +1618,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1612
1618
|
}>>;
|
|
1613
1619
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
1614
1620
|
fields: FormItemContext[];
|
|
1615
|
-
formSize: ComputedRef<"" | "
|
|
1621
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
1616
1622
|
ns: {
|
|
1617
1623
|
namespace: ComputedRef<string>;
|
|
1618
1624
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -1629,15 +1635,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1629
1635
|
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1630
1636
|
cssVarName: (name: string) => string;
|
|
1631
1637
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1632
|
-
/**
|
|
1633
|
-
* 根据筛选项数量计算 span 值
|
|
1634
|
-
* @param count 筛选项数量
|
|
1635
|
-
* @returns span 值
|
|
1636
|
-
*/
|
|
1637
1638
|
cssVarBlockName: (name: string) => string;
|
|
1638
1639
|
};
|
|
1639
1640
|
formClasses: ComputedRef<(string | {
|
|
1640
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
1641
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
1641
1642
|
})[]>;
|
|
1642
1643
|
getField: (prop: string) => FormItemContext | undefined;
|
|
1643
1644
|
addField: (field: FormItemContext) => void;
|
|
@@ -1652,8 +1653,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1652
1653
|
scrollToField: (prop: FormItemProp) => void;
|
|
1653
1654
|
}, {}, {}, {}, {
|
|
1654
1655
|
readonly disabled: boolean;
|
|
1655
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
1656
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
1656
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
1657
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
1657
1658
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1658
1659
|
readonly labelSuffix: string;
|
|
1659
1660
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -1681,7 +1682,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1681
1682
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1682
1683
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1683
1684
|
readonly label: string | ComputedRef<string>;
|
|
1684
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1685
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1685
1686
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1686
1687
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1687
1688
|
style?: CSSProperties | undefined;
|
|
@@ -1708,7 +1709,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1708
1709
|
};
|
|
1709
1710
|
rows: number;
|
|
1710
1711
|
autocomplete: string;
|
|
1711
|
-
type: "" | "number" | "
|
|
1712
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1712
1713
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1713
1714
|
step: string | number;
|
|
1714
1715
|
format: string | ProgressFn | undefined;
|
|
@@ -1747,7 +1748,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1747
1748
|
fieldInstance?: any;
|
|
1748
1749
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1749
1750
|
prop: string;
|
|
1750
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1751
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1751
1752
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1752
1753
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1753
1754
|
style?: CSSProperties | undefined;
|
|
@@ -1777,7 +1778,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1777
1778
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1778
1779
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1779
1780
|
readonly label: string | ComputedRef<string>;
|
|
1780
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1781
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1781
1782
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1782
1783
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1783
1784
|
style?: CSSProperties | undefined;
|
|
@@ -1804,7 +1805,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1804
1805
|
};
|
|
1805
1806
|
rows: number;
|
|
1806
1807
|
autocomplete: string;
|
|
1807
|
-
type: "" | "number" | "
|
|
1808
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1808
1809
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1809
1810
|
step: string | number;
|
|
1810
1811
|
format: string | ProgressFn | undefined;
|
|
@@ -1843,7 +1844,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1843
1844
|
fieldInstance?: any;
|
|
1844
1845
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1845
1846
|
prop: string;
|
|
1846
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1847
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1847
1848
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1848
1849
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1849
1850
|
style?: CSSProperties | undefined;
|
|
@@ -1896,7 +1897,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1896
1897
|
}, string, {
|
|
1897
1898
|
columns: PlusColumn[];
|
|
1898
1899
|
modelValue: FieldValues;
|
|
1899
|
-
labelPosition: "top" | "
|
|
1900
|
+
labelPosition: "top" | "right" | "left";
|
|
1900
1901
|
inline: boolean;
|
|
1901
1902
|
showNumber: number;
|
|
1902
1903
|
defaultValues: FieldValues;
|
|
@@ -1918,6 +1919,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1918
1919
|
expandText: string;
|
|
1919
1920
|
searchLoading: boolean;
|
|
1920
1921
|
needValidate: boolean;
|
|
1922
|
+
searchIcon: Component | null;
|
|
1923
|
+
resetIcon: Component | null;
|
|
1921
1924
|
}, {}, string, {}> & {
|
|
1922
1925
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
1923
1926
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -1948,7 +1951,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1948
1951
|
default: () => {};
|
|
1949
1952
|
};
|
|
1950
1953
|
labelPosition: {
|
|
1951
|
-
type: PropType<"top" | "
|
|
1954
|
+
type: PropType<"top" | "right" | "left">;
|
|
1952
1955
|
default: undefined;
|
|
1953
1956
|
};
|
|
1954
1957
|
inline: {
|
|
@@ -2025,6 +2028,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2025
2028
|
type: PropType<boolean>;
|
|
2026
2029
|
default: boolean;
|
|
2027
2030
|
};
|
|
2031
|
+
searchIcon: {
|
|
2032
|
+
type: PropType< Component | null>;
|
|
2033
|
+
default: undefined;
|
|
2034
|
+
};
|
|
2035
|
+
resetIcon: {
|
|
2036
|
+
type: PropType< Component | null>;
|
|
2037
|
+
default: undefined;
|
|
2038
|
+
};
|
|
2028
2039
|
}>> & {
|
|
2029
2040
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2030
2041
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
@@ -2042,7 +2053,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2042
2053
|
group: false | PlusFormGroupRow[];
|
|
2043
2054
|
modelValue: FieldValues;
|
|
2044
2055
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
2045
|
-
labelPosition: "top" | "
|
|
2056
|
+
labelPosition: "top" | "right" | "left";
|
|
2046
2057
|
labelWidth: string | number;
|
|
2047
2058
|
labelSuffix: string;
|
|
2048
2059
|
hasLabel: boolean;
|
|
@@ -2061,7 +2072,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2061
2072
|
submitText: string;
|
|
2062
2073
|
resetText: string;
|
|
2063
2074
|
submitLoading: boolean;
|
|
2064
|
-
footerAlign: "
|
|
2075
|
+
footerAlign: "right" | "left" | "center";
|
|
2065
2076
|
cardProps: Partial< Mutable<CardProps> & {
|
|
2066
2077
|
style?: CSSProperties | undefined;
|
|
2067
2078
|
class?: any;
|
|
@@ -2073,7 +2084,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2073
2084
|
readonly group: false | PlusFormGroupRow[];
|
|
2074
2085
|
readonly modelValue: FieldValues;
|
|
2075
2086
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
2076
|
-
readonly labelPosition: "top" | "
|
|
2087
|
+
readonly labelPosition: "top" | "right" | "left";
|
|
2077
2088
|
readonly labelWidth: string | number;
|
|
2078
2089
|
readonly labelSuffix: string;
|
|
2079
2090
|
readonly hasLabel: boolean;
|
|
@@ -2092,7 +2103,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2092
2103
|
readonly submitText: string;
|
|
2093
2104
|
readonly resetText: string;
|
|
2094
2105
|
readonly submitLoading: boolean;
|
|
2095
|
-
readonly footerAlign: "
|
|
2106
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
2096
2107
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
2097
2108
|
style?: CSSProperties | undefined;
|
|
2098
2109
|
class?: any;
|
|
@@ -2133,7 +2144,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2133
2144
|
default: () => {};
|
|
2134
2145
|
};
|
|
2135
2146
|
labelPosition: {
|
|
2136
|
-
type: PropType<"top" | "
|
|
2147
|
+
type: PropType<"top" | "right" | "left">;
|
|
2137
2148
|
default: string;
|
|
2138
2149
|
};
|
|
2139
2150
|
labelWidth: {
|
|
@@ -2191,7 +2202,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2191
2202
|
default: boolean;
|
|
2192
2203
|
};
|
|
2193
2204
|
footerAlign: {
|
|
2194
|
-
type: PropType<"
|
|
2205
|
+
type: PropType<"right" | "left" | "center">;
|
|
2195
2206
|
default: string;
|
|
2196
2207
|
};
|
|
2197
2208
|
cardProps: {
|
|
@@ -2226,9 +2237,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2226
2237
|
$slots: Readonly<{
|
|
2227
2238
|
[name: string]: Slot<any> | undefined;
|
|
2228
2239
|
}>;
|
|
2229
|
-
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
2240
|
+
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
|
|
2230
2241
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
2231
|
-
$emit: ((event: "
|
|
2242
|
+
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void); /** 包装后的请求函数 */
|
|
2232
2243
|
$el: any;
|
|
2233
2244
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
2234
2245
|
collapseDuration: {
|
|
@@ -2256,7 +2267,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2256
2267
|
default: () => {};
|
|
2257
2268
|
};
|
|
2258
2269
|
labelPosition: {
|
|
2259
|
-
type: PropType<"top" | "
|
|
2270
|
+
type: PropType<"top" | "right" | "left">;
|
|
2260
2271
|
default: string;
|
|
2261
2272
|
};
|
|
2262
2273
|
labelWidth: {
|
|
@@ -2314,7 +2325,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2314
2325
|
default: boolean;
|
|
2315
2326
|
};
|
|
2316
2327
|
footerAlign: {
|
|
2317
|
-
type: PropType<"
|
|
2328
|
+
type: PropType<"right" | "left" | "center">;
|
|
2318
2329
|
default: string;
|
|
2319
2330
|
};
|
|
2320
2331
|
cardProps: {
|
|
@@ -2348,8 +2359,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2348
2359
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2349
2360
|
__epPropKey: true;
|
|
2350
2361
|
};
|
|
2351
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2352
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2362
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
2363
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
2353
2364
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2354
2365
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2355
2366
|
readonly inline: BooleanConstructor;
|
|
@@ -2366,7 +2377,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2366
2377
|
__epPropKey: true;
|
|
2367
2378
|
};
|
|
2368
2379
|
readonly size: {
|
|
2369
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2380
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
2370
2381
|
readonly required: false;
|
|
2371
2382
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2372
2383
|
__epPropKey: true;
|
|
@@ -2384,8 +2395,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2384
2395
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2385
2396
|
__epPropKey: true;
|
|
2386
2397
|
};
|
|
2387
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2388
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2398
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
2399
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
2389
2400
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2390
2401
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2391
2402
|
readonly inline: BooleanConstructor;
|
|
@@ -2402,7 +2413,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2402
2413
|
__epPropKey: true;
|
|
2403
2414
|
};
|
|
2404
2415
|
readonly size: {
|
|
2405
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2416
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
2406
2417
|
readonly required: false;
|
|
2407
2418
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2408
2419
|
__epPropKey: true;
|
|
@@ -2413,7 +2424,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2413
2424
|
}>>;
|
|
2414
2425
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
2415
2426
|
fields: FormItemContext[];
|
|
2416
|
-
formSize: ComputedRef<"" | "
|
|
2427
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
2417
2428
|
ns: {
|
|
2418
2429
|
namespace: ComputedRef<string>;
|
|
2419
2430
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -2430,15 +2441,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2430
2441
|
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
2431
2442
|
cssVarName: (name: string) => string;
|
|
2432
2443
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
2433
|
-
/**
|
|
2434
|
-
* 根据筛选项数量计算 span 值
|
|
2435
|
-
* @param count 筛选项数量
|
|
2436
|
-
* @returns span 值
|
|
2437
|
-
*/
|
|
2438
2444
|
cssVarBlockName: (name: string) => string;
|
|
2439
2445
|
};
|
|
2440
2446
|
formClasses: ComputedRef<(string | {
|
|
2441
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
2447
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
2442
2448
|
})[]>;
|
|
2443
2449
|
getField: (prop: string) => FormItemContext | undefined;
|
|
2444
2450
|
addField: (field: FormItemContext) => void;
|
|
@@ -2461,8 +2467,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2461
2467
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2462
2468
|
__epPropKey: true;
|
|
2463
2469
|
};
|
|
2464
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2465
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2470
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
2471
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
2466
2472
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2467
2473
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2468
2474
|
readonly inline: BooleanConstructor;
|
|
@@ -2479,7 +2485,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2479
2485
|
__epPropKey: true;
|
|
2480
2486
|
};
|
|
2481
2487
|
readonly size: {
|
|
2482
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2488
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
2483
2489
|
readonly required: false;
|
|
2484
2490
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2485
2491
|
__epPropKey: true;
|
|
@@ -2489,8 +2495,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2489
2495
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
2490
2496
|
}, {
|
|
2491
2497
|
readonly disabled: boolean;
|
|
2492
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
2493
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
2498
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
2499
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
2494
2500
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
2495
2501
|
readonly labelSuffix: string;
|
|
2496
2502
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -2515,8 +2521,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2515
2521
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2516
2522
|
__epPropKey: true;
|
|
2517
2523
|
};
|
|
2518
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2519
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2524
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
2525
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
2520
2526
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2521
2527
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2522
2528
|
readonly inline: BooleanConstructor;
|
|
@@ -2533,7 +2539,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2533
2539
|
__epPropKey: true;
|
|
2534
2540
|
};
|
|
2535
2541
|
readonly size: {
|
|
2536
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2542
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
2537
2543
|
readonly required: false;
|
|
2538
2544
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2539
2545
|
__epPropKey: true;
|
|
@@ -2551,8 +2557,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2551
2557
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2552
2558
|
__epPropKey: true;
|
|
2553
2559
|
};
|
|
2554
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2555
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2560
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
2561
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
2556
2562
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2557
2563
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2558
2564
|
readonly inline: BooleanConstructor;
|
|
@@ -2569,7 +2575,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2569
2575
|
__epPropKey: true;
|
|
2570
2576
|
};
|
|
2571
2577
|
readonly size: {
|
|
2572
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2578
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
2573
2579
|
readonly required: false;
|
|
2574
2580
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2575
2581
|
__epPropKey: true;
|
|
@@ -2580,7 +2586,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2580
2586
|
}>>;
|
|
2581
2587
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
2582
2588
|
fields: FormItemContext[];
|
|
2583
|
-
formSize: ComputedRef<"" | "
|
|
2589
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
2584
2590
|
ns: {
|
|
2585
2591
|
namespace: ComputedRef<string>;
|
|
2586
2592
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -2597,15 +2603,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2597
2603
|
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
2598
2604
|
cssVarName: (name: string) => string;
|
|
2599
2605
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
2600
|
-
/**
|
|
2601
|
-
* 根据筛选项数量计算 span 值
|
|
2602
|
-
* @param count 筛选项数量
|
|
2603
|
-
* @returns span 值
|
|
2604
|
-
*/
|
|
2605
2606
|
cssVarBlockName: (name: string) => string;
|
|
2606
2607
|
};
|
|
2607
2608
|
formClasses: ComputedRef<(string | {
|
|
2608
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
2609
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
2609
2610
|
})[]>;
|
|
2610
2611
|
getField: (prop: string) => FormItemContext | undefined;
|
|
2611
2612
|
addField: (field: FormItemContext) => void;
|
|
@@ -2620,8 +2621,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2620
2621
|
scrollToField: (prop: FormItemProp) => void;
|
|
2621
2622
|
}, {}, {}, {}, {
|
|
2622
2623
|
readonly disabled: boolean;
|
|
2623
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
2624
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
2624
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
2625
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
2625
2626
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
2626
2627
|
readonly labelSuffix: string;
|
|
2627
2628
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -2648,7 +2649,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2648
2649
|
group: false | PlusFormGroupRow[];
|
|
2649
2650
|
modelValue: FieldValues;
|
|
2650
2651
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
2651
|
-
labelPosition: "top" | "
|
|
2652
|
+
labelPosition: "top" | "right" | "left";
|
|
2652
2653
|
labelWidth: string | number;
|
|
2653
2654
|
labelSuffix: string;
|
|
2654
2655
|
hasLabel: boolean;
|
|
@@ -2667,7 +2668,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2667
2668
|
submitText: string;
|
|
2668
2669
|
resetText: string;
|
|
2669
2670
|
submitLoading: boolean;
|
|
2670
|
-
footerAlign: "
|
|
2671
|
+
footerAlign: "right" | "left" | "center";
|
|
2671
2672
|
cardProps: Partial< Mutable<CardProps> & {
|
|
2672
2673
|
style?: CSSProperties | undefined;
|
|
2673
2674
|
class?: any;
|
|
@@ -2720,7 +2721,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2720
2721
|
default: () => {};
|
|
2721
2722
|
};
|
|
2722
2723
|
labelPosition: {
|
|
2723
|
-
type: PropType<"top" | "
|
|
2724
|
+
type: PropType<"top" | "right" | "left">;
|
|
2724
2725
|
default: string;
|
|
2725
2726
|
};
|
|
2726
2727
|
labelWidth: {
|
|
@@ -2778,7 +2779,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2778
2779
|
default: boolean;
|
|
2779
2780
|
};
|
|
2780
2781
|
footerAlign: {
|
|
2781
|
-
type: PropType<"
|
|
2782
|
+
type: PropType<"right" | "left" | "center">;
|
|
2782
2783
|
default: string;
|
|
2783
2784
|
};
|
|
2784
2785
|
cardProps: {
|
|
@@ -2812,8 +2813,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2812
2813
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2813
2814
|
__epPropKey: true;
|
|
2814
2815
|
};
|
|
2815
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2816
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2816
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
2817
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
2817
2818
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2818
2819
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2819
2820
|
readonly inline: BooleanConstructor;
|
|
@@ -2830,7 +2831,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2830
2831
|
__epPropKey: true;
|
|
2831
2832
|
};
|
|
2832
2833
|
readonly size: {
|
|
2833
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2834
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
2834
2835
|
readonly required: false;
|
|
2835
2836
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2836
2837
|
__epPropKey: true;
|
|
@@ -2848,8 +2849,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2848
2849
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2849
2850
|
__epPropKey: true;
|
|
2850
2851
|
};
|
|
2851
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2852
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2852
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
2853
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
2853
2854
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2854
2855
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2855
2856
|
readonly inline: BooleanConstructor;
|
|
@@ -2866,7 +2867,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2866
2867
|
__epPropKey: true;
|
|
2867
2868
|
};
|
|
2868
2869
|
readonly size: {
|
|
2869
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2870
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
2870
2871
|
readonly required: false;
|
|
2871
2872
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2872
2873
|
__epPropKey: true;
|
|
@@ -2877,7 +2878,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2877
2878
|
}>>;
|
|
2878
2879
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
2879
2880
|
fields: FormItemContext[];
|
|
2880
|
-
formSize: ComputedRef<"" | "
|
|
2881
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
2881
2882
|
ns: {
|
|
2882
2883
|
namespace: ComputedRef<string>;
|
|
2883
2884
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -2894,15 +2895,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2894
2895
|
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
2895
2896
|
cssVarName: (name: string) => string;
|
|
2896
2897
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
2897
|
-
/**
|
|
2898
|
-
* 根据筛选项数量计算 span 值
|
|
2899
|
-
* @param count 筛选项数量
|
|
2900
|
-
* @returns span 值
|
|
2901
|
-
*/
|
|
2902
2898
|
cssVarBlockName: (name: string) => string;
|
|
2903
2899
|
};
|
|
2904
2900
|
formClasses: ComputedRef<(string | {
|
|
2905
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
2901
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
2906
2902
|
})[]>;
|
|
2907
2903
|
getField: (prop: string) => FormItemContext | undefined;
|
|
2908
2904
|
addField: (field: FormItemContext) => void;
|
|
@@ -2925,8 +2921,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2925
2921
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2926
2922
|
__epPropKey: true;
|
|
2927
2923
|
};
|
|
2928
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2929
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2924
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
2925
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
2930
2926
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2931
2927
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2932
2928
|
readonly inline: BooleanConstructor;
|
|
@@ -2943,7 +2939,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2943
2939
|
__epPropKey: true;
|
|
2944
2940
|
};
|
|
2945
2941
|
readonly size: {
|
|
2946
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2942
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
2947
2943
|
readonly required: false;
|
|
2948
2944
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2949
2945
|
__epPropKey: true;
|
|
@@ -2953,8 +2949,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2953
2949
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
2954
2950
|
}, {
|
|
2955
2951
|
readonly disabled: boolean;
|
|
2956
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
2957
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
2952
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
2953
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
2958
2954
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
2959
2955
|
readonly labelSuffix: string;
|
|
2960
2956
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -2979,8 +2975,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2979
2975
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2980
2976
|
__epPropKey: true;
|
|
2981
2977
|
};
|
|
2982
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2983
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2978
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
2979
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
2984
2980
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2985
2981
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2986
2982
|
readonly inline: BooleanConstructor;
|
|
@@ -2997,7 +2993,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2997
2993
|
__epPropKey: true;
|
|
2998
2994
|
};
|
|
2999
2995
|
readonly size: {
|
|
3000
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2996
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
3001
2997
|
readonly required: false;
|
|
3002
2998
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3003
2999
|
__epPropKey: true;
|
|
@@ -3015,8 +3011,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3015
3011
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3016
3012
|
__epPropKey: true;
|
|
3017
3013
|
};
|
|
3018
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
3019
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
3014
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
3015
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
3020
3016
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
3021
3017
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
3022
3018
|
readonly inline: BooleanConstructor;
|
|
@@ -3033,7 +3029,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3033
3029
|
__epPropKey: true;
|
|
3034
3030
|
};
|
|
3035
3031
|
readonly size: {
|
|
3036
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
3032
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
3037
3033
|
readonly required: false;
|
|
3038
3034
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3039
3035
|
__epPropKey: true;
|
|
@@ -3044,7 +3040,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3044
3040
|
}>>;
|
|
3045
3041
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
3046
3042
|
fields: FormItemContext[];
|
|
3047
|
-
formSize: ComputedRef<"" | "
|
|
3043
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
3048
3044
|
ns: {
|
|
3049
3045
|
namespace: ComputedRef<string>;
|
|
3050
3046
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -3061,15 +3057,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3061
3057
|
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
3062
3058
|
cssVarName: (name: string) => string;
|
|
3063
3059
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
3064
|
-
/**
|
|
3065
|
-
* 根据筛选项数量计算 span 值
|
|
3066
|
-
* @param count 筛选项数量
|
|
3067
|
-
* @returns span 值
|
|
3068
|
-
*/
|
|
3069
3060
|
cssVarBlockName: (name: string) => string;
|
|
3070
3061
|
};
|
|
3071
3062
|
formClasses: ComputedRef<(string | {
|
|
3072
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
3063
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
3073
3064
|
})[]>;
|
|
3074
3065
|
getField: (prop: string) => FormItemContext | undefined;
|
|
3075
3066
|
addField: (field: FormItemContext) => void;
|
|
@@ -3084,8 +3075,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3084
3075
|
scrollToField: (prop: FormItemProp) => void;
|
|
3085
3076
|
}, {}, {}, {}, {
|
|
3086
3077
|
readonly disabled: boolean;
|
|
3087
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
3088
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
3078
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
3079
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
3089
3080
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
3090
3081
|
readonly labelSuffix: string;
|
|
3091
3082
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3113,7 +3104,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3113
3104
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
3114
3105
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
3115
3106
|
readonly label: string | ComputedRef<string>;
|
|
3116
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
3107
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3117
3108
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3118
3109
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3119
3110
|
style?: CSSProperties | undefined;
|
|
@@ -3140,7 +3131,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3140
3131
|
};
|
|
3141
3132
|
rows: number;
|
|
3142
3133
|
autocomplete: string;
|
|
3143
|
-
type: "" | "number" | "
|
|
3134
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
3144
3135
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
3145
3136
|
step: string | number;
|
|
3146
3137
|
format: string | ProgressFn | undefined;
|
|
@@ -3179,7 +3170,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3179
3170
|
fieldInstance?: any;
|
|
3180
3171
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3181
3172
|
prop: string;
|
|
3182
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3173
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3183
3174
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3184
3175
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3185
3176
|
style?: CSSProperties | undefined;
|
|
@@ -3209,7 +3200,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3209
3200
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
3210
3201
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
3211
3202
|
readonly label: string | ComputedRef<string>;
|
|
3212
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
3203
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3213
3204
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3214
3205
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3215
3206
|
style?: CSSProperties | undefined;
|
|
@@ -3236,7 +3227,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3236
3227
|
};
|
|
3237
3228
|
rows: number;
|
|
3238
3229
|
autocomplete: string;
|
|
3239
|
-
type: "" | "number" | "
|
|
3230
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
3240
3231
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
3241
3232
|
step: string | number;
|
|
3242
3233
|
format: string | ProgressFn | undefined;
|
|
@@ -3275,7 +3266,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3275
3266
|
fieldInstance?: any;
|
|
3276
3267
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3277
3268
|
prop: string;
|
|
3278
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3269
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3279
3270
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3280
3271
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3281
3272
|
style?: CSSProperties | undefined;
|
|
@@ -3323,7 +3314,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3323
3314
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
3324
3315
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
3325
3316
|
readonly label: string | ComputedRef<string>;
|
|
3326
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
3317
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3327
3318
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3328
3319
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3329
3320
|
style?: CSSProperties | undefined;
|
|
@@ -3350,7 +3341,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3350
3341
|
};
|
|
3351
3342
|
rows: number;
|
|
3352
3343
|
autocomplete: string;
|
|
3353
|
-
type: "" | "number" | "
|
|
3344
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
3354
3345
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
3355
3346
|
step: string | number;
|
|
3356
3347
|
format: string | ProgressFn | undefined;
|
|
@@ -3389,7 +3380,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3389
3380
|
fieldInstance?: any;
|
|
3390
3381
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3391
3382
|
prop: string;
|
|
3392
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3383
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3393
3384
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3394
3385
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3395
3386
|
style?: CSSProperties | undefined;
|
|
@@ -3434,9 +3425,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3434
3425
|
columns: PlusColumn[];
|
|
3435
3426
|
headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
3436
3427
|
row: any[];
|
|
3437
|
-
/**
|
|
3438
|
-
* 获取全局配置
|
|
3439
|
-
*/
|
|
3440
3428
|
rowIndex: number;
|
|
3441
3429
|
column: TableColumnCtx<any[]>;
|
|
3442
3430
|
columnIndex: number;
|
|
@@ -3457,7 +3445,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3457
3445
|
color?: string | undefined;
|
|
3458
3446
|
} | undefined;
|
|
3459
3447
|
}>>;
|
|
3460
|
-
defaultSize: "" | "
|
|
3448
|
+
defaultSize: "" | "default" | "small" | "large";
|
|
3461
3449
|
tableData: RecordType[];
|
|
3462
3450
|
pagination: false | Partial< PlusPaginationProps>;
|
|
3463
3451
|
hasIndexColumn: boolean;
|
|
@@ -3483,9 +3471,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3483
3471
|
readonly columns: PlusColumn[];
|
|
3484
3472
|
readonly headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
3485
3473
|
row: any[];
|
|
3486
|
-
/**
|
|
3487
|
-
* 获取全局配置
|
|
3488
|
-
*/
|
|
3489
3474
|
rowIndex: number;
|
|
3490
3475
|
column: TableColumnCtx<any[]>;
|
|
3491
3476
|
columnIndex: number;
|
|
@@ -3506,7 +3491,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3506
3491
|
color?: string | undefined;
|
|
3507
3492
|
} | undefined;
|
|
3508
3493
|
}>>;
|
|
3509
|
-
readonly defaultSize: "" | "
|
|
3494
|
+
readonly defaultSize: "" | "default" | "small" | "large";
|
|
3510
3495
|
readonly tableData: RecordType[];
|
|
3511
3496
|
readonly pagination: false | Partial< PlusPaginationProps>;
|
|
3512
3497
|
readonly hasIndexColumn: boolean;
|
|
@@ -3555,9 +3540,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3555
3540
|
headerCellStyle: {
|
|
3556
3541
|
type: PropType<Partial< CSSProperties> | Partial<(data: {
|
|
3557
3542
|
row: any[];
|
|
3558
|
-
/**
|
|
3559
|
-
* 获取全局配置
|
|
3560
|
-
*/
|
|
3561
3543
|
rowIndex: number;
|
|
3562
3544
|
column: TableColumnCtx<any[]>;
|
|
3563
3545
|
columnIndex: number;
|
|
@@ -3604,7 +3586,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3604
3586
|
default: boolean;
|
|
3605
3587
|
};
|
|
3606
3588
|
defaultSize: {
|
|
3607
|
-
type: PropType<"" | "
|
|
3589
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
3608
3590
|
default: string;
|
|
3609
3591
|
};
|
|
3610
3592
|
tableData: {
|
|
@@ -3698,9 +3680,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3698
3680
|
$slots: Readonly<{
|
|
3699
3681
|
[name: string]: Slot<any> | undefined;
|
|
3700
3682
|
}>;
|
|
3701
|
-
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
3683
|
+
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
|
|
3702
3684
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
3703
|
-
$emit: ((event: "paginationChange", pageInfo: PageInfo) => void) & ((event: "clickAction", data: ButtonsCallBackParams) => void) & ((event: "clickActionConfirmCancel", data: ButtonsCallBackParams) => void) & ((event: "dragSortEnd", newIndex: number, oldIndex: number) => void) & ((event: "formChange", data: FormChangeCallBackParams) => void) & ((event: "refresh") => void) & ((event: "edited") => void) & ((event: "cell-click", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "cell-dblclick", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "filterTableHeader", columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void) & ((event: "radioChange", row: RecordType, index: number, value: boolean) => void);
|
|
3685
|
+
$emit: ((event: "paginationChange", pageInfo: PageInfo) => void) & ((event: "clickAction", data: ButtonsCallBackParams) => void) & ((event: "clickActionConfirmCancel", data: ButtonsCallBackParams) => void) & ((event: "dragSortEnd", newIndex: number, oldIndex: number) => void) & ((event: "formChange", data: FormChangeCallBackParams) => void) & ((event: "refresh") => void) & ((event: "edited") => void) & ((event: "cell-click", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "cell-dblclick", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "filterTableHeader", columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void) & ((event: "radioChange", row: RecordType, index: number, value: boolean) => void); /** 包装后的请求函数 */
|
|
3704
3686
|
$el: any;
|
|
3705
3687
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
3706
3688
|
data: {
|
|
@@ -3717,9 +3699,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3717
3699
|
headerCellStyle: {
|
|
3718
3700
|
type: PropType<Partial< CSSProperties> | Partial<(data: {
|
|
3719
3701
|
row: any[];
|
|
3720
|
-
/**
|
|
3721
|
-
* 获取全局配置
|
|
3722
|
-
*/
|
|
3723
3702
|
rowIndex: number;
|
|
3724
3703
|
column: TableColumnCtx<any[]>;
|
|
3725
3704
|
columnIndex: number;
|
|
@@ -3766,7 +3745,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3766
3745
|
default: boolean;
|
|
3767
3746
|
};
|
|
3768
3747
|
defaultSize: {
|
|
3769
|
-
type: PropType<"" | "
|
|
3748
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
3770
3749
|
default: string;
|
|
3771
3750
|
};
|
|
3772
3751
|
tableData: {
|
|
@@ -3858,7 +3837,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3858
3837
|
default: () => never[];
|
|
3859
3838
|
};
|
|
3860
3839
|
size: {
|
|
3861
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
3840
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
3862
3841
|
readonly required: false;
|
|
3863
3842
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3864
3843
|
__epPropKey: true;
|
|
@@ -3895,7 +3874,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3895
3874
|
defaultExpandAll: BooleanConstructor;
|
|
3896
3875
|
defaultSort: PropType< Sort | undefined>;
|
|
3897
3876
|
tooltipEffect: StringConstructor;
|
|
3898
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "
|
|
3877
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
3899
3878
|
spanMethod: PropType<((data: {
|
|
3900
3879
|
row: any;
|
|
3901
3880
|
rowIndex: number;
|
|
@@ -3939,7 +3918,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3939
3918
|
};
|
|
3940
3919
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
3941
3920
|
flexible: BooleanConstructor;
|
|
3942
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "
|
|
3921
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
3943
3922
|
}>> & {
|
|
3944
3923
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
3945
3924
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -3983,7 +3962,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3983
3962
|
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
3984
3963
|
handleMouseLeave: () => void;
|
|
3985
3964
|
tableId: string;
|
|
3986
|
-
tableSize: ComputedRef<"" | "
|
|
3965
|
+
tableSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
3987
3966
|
isHidden: Ref<boolean>;
|
|
3988
3967
|
isEmpty: ComputedRef<boolean>;
|
|
3989
3968
|
renderExpanded: Ref<null>;
|
|
@@ -4054,7 +4033,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4054
4033
|
default: () => never[];
|
|
4055
4034
|
};
|
|
4056
4035
|
size: {
|
|
4057
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
4036
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
4058
4037
|
readonly required: false;
|
|
4059
4038
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4060
4039
|
__epPropKey: true;
|
|
@@ -4091,7 +4070,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4091
4070
|
defaultExpandAll: BooleanConstructor;
|
|
4092
4071
|
defaultSort: PropType< Sort | undefined>;
|
|
4093
4072
|
tooltipEffect: StringConstructor;
|
|
4094
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "
|
|
4073
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4095
4074
|
spanMethod: PropType<((data: {
|
|
4096
4075
|
row: any;
|
|
4097
4076
|
rowIndex: number;
|
|
@@ -4135,7 +4114,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4135
4114
|
};
|
|
4136
4115
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4137
4116
|
flexible: BooleanConstructor;
|
|
4138
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "
|
|
4117
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4139
4118
|
}>> & {
|
|
4140
4119
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4141
4120
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4189,7 +4168,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4189
4168
|
default: () => never[];
|
|
4190
4169
|
};
|
|
4191
4170
|
size: {
|
|
4192
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
4171
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
4193
4172
|
readonly required: false;
|
|
4194
4173
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4195
4174
|
__epPropKey: true;
|
|
@@ -4226,7 +4205,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4226
4205
|
defaultExpandAll: BooleanConstructor;
|
|
4227
4206
|
defaultSort: PropType< Sort | undefined>;
|
|
4228
4207
|
tooltipEffect: StringConstructor;
|
|
4229
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "
|
|
4208
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4230
4209
|
spanMethod: PropType<((data: {
|
|
4231
4210
|
row: any;
|
|
4232
4211
|
rowIndex: number;
|
|
@@ -4270,7 +4249,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4270
4249
|
};
|
|
4271
4250
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4272
4251
|
flexible: BooleanConstructor;
|
|
4273
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "
|
|
4252
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4274
4253
|
}>> & {
|
|
4275
4254
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4276
4255
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4314,7 +4293,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4314
4293
|
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
4315
4294
|
handleMouseLeave: () => void;
|
|
4316
4295
|
tableId: string;
|
|
4317
|
-
tableSize: ComputedRef<"" | "
|
|
4296
|
+
tableSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
4318
4297
|
isHidden: Ref<boolean>;
|
|
4319
4298
|
isEmpty: ComputedRef<boolean>;
|
|
4320
4299
|
renderExpanded: Ref<null>;
|
|
@@ -4418,9 +4397,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4418
4397
|
columns: PlusColumn[];
|
|
4419
4398
|
headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
4420
4399
|
row: any[];
|
|
4421
|
-
/**
|
|
4422
|
-
* 获取全局配置
|
|
4423
|
-
*/
|
|
4424
4400
|
rowIndex: number;
|
|
4425
4401
|
column: TableColumnCtx<any[]>;
|
|
4426
4402
|
columnIndex: number;
|
|
@@ -4441,7 +4417,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4441
4417
|
color?: string | undefined;
|
|
4442
4418
|
} | undefined;
|
|
4443
4419
|
}>>;
|
|
4444
|
-
defaultSize: "" | "
|
|
4420
|
+
defaultSize: "" | "default" | "small" | "large";
|
|
4445
4421
|
tableData: RecordType[];
|
|
4446
4422
|
pagination: false | Partial< PlusPaginationProps>;
|
|
4447
4423
|
hasIndexColumn: boolean;
|
|
@@ -4497,9 +4473,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4497
4473
|
headerCellStyle: {
|
|
4498
4474
|
type: PropType<Partial< CSSProperties> | Partial<(data: {
|
|
4499
4475
|
row: any[];
|
|
4500
|
-
/**
|
|
4501
|
-
* 获取全局配置
|
|
4502
|
-
*/
|
|
4503
4476
|
rowIndex: number;
|
|
4504
4477
|
column: TableColumnCtx<any[]>;
|
|
4505
4478
|
columnIndex: number;
|
|
@@ -4546,7 +4519,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4546
4519
|
default: boolean;
|
|
4547
4520
|
};
|
|
4548
4521
|
defaultSize: {
|
|
4549
|
-
type: PropType<"" | "
|
|
4522
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
4550
4523
|
default: string;
|
|
4551
4524
|
};
|
|
4552
4525
|
tableData: {
|
|
@@ -4638,7 +4611,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4638
4611
|
default: () => never[];
|
|
4639
4612
|
};
|
|
4640
4613
|
size: {
|
|
4641
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
4614
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
4642
4615
|
readonly required: false;
|
|
4643
4616
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4644
4617
|
__epPropKey: true;
|
|
@@ -4675,7 +4648,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4675
4648
|
defaultExpandAll: BooleanConstructor;
|
|
4676
4649
|
defaultSort: PropType< Sort | undefined>;
|
|
4677
4650
|
tooltipEffect: StringConstructor;
|
|
4678
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "
|
|
4651
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4679
4652
|
spanMethod: PropType<((data: {
|
|
4680
4653
|
row: any;
|
|
4681
4654
|
rowIndex: number;
|
|
@@ -4719,7 +4692,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4719
4692
|
};
|
|
4720
4693
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4721
4694
|
flexible: BooleanConstructor;
|
|
4722
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "
|
|
4695
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4723
4696
|
}>> & {
|
|
4724
4697
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4725
4698
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4763,7 +4736,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4763
4736
|
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
4764
4737
|
handleMouseLeave: () => void;
|
|
4765
4738
|
tableId: string;
|
|
4766
|
-
tableSize: ComputedRef<"" | "
|
|
4739
|
+
tableSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
4767
4740
|
isHidden: Ref<boolean>;
|
|
4768
4741
|
isEmpty: ComputedRef<boolean>;
|
|
4769
4742
|
renderExpanded: Ref<null>;
|
|
@@ -4834,7 +4807,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4834
4807
|
default: () => never[];
|
|
4835
4808
|
};
|
|
4836
4809
|
size: {
|
|
4837
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
4810
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
4838
4811
|
readonly required: false;
|
|
4839
4812
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4840
4813
|
__epPropKey: true;
|
|
@@ -4871,7 +4844,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4871
4844
|
defaultExpandAll: BooleanConstructor;
|
|
4872
4845
|
defaultSort: PropType< Sort | undefined>;
|
|
4873
4846
|
tooltipEffect: StringConstructor;
|
|
4874
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "
|
|
4847
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4875
4848
|
spanMethod: PropType<((data: {
|
|
4876
4849
|
row: any;
|
|
4877
4850
|
rowIndex: number;
|
|
@@ -4915,7 +4888,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4915
4888
|
};
|
|
4916
4889
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4917
4890
|
flexible: BooleanConstructor;
|
|
4918
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "
|
|
4891
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4919
4892
|
}>> & {
|
|
4920
4893
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4921
4894
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4969,7 +4942,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4969
4942
|
default: () => never[];
|
|
4970
4943
|
};
|
|
4971
4944
|
size: {
|
|
4972
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
4945
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
4973
4946
|
readonly required: false;
|
|
4974
4947
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4975
4948
|
__epPropKey: true;
|
|
@@ -5006,7 +4979,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5006
4979
|
defaultExpandAll: BooleanConstructor;
|
|
5007
4980
|
defaultSort: PropType< Sort | undefined>;
|
|
5008
4981
|
tooltipEffect: StringConstructor;
|
|
5009
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "
|
|
4982
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
5010
4983
|
spanMethod: PropType<((data: {
|
|
5011
4984
|
row: any;
|
|
5012
4985
|
rowIndex: number;
|
|
@@ -5050,7 +5023,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5050
5023
|
};
|
|
5051
5024
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
5052
5025
|
flexible: BooleanConstructor;
|
|
5053
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "
|
|
5026
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
5054
5027
|
}>> & {
|
|
5055
5028
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
5056
5029
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -5094,7 +5067,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5094
5067
|
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
5095
5068
|
handleMouseLeave: () => void;
|
|
5096
5069
|
tableId: string;
|
|
5097
|
-
tableSize: ComputedRef<"" | "
|
|
5070
|
+
tableSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
5098
5071
|
isHidden: Ref<boolean>;
|
|
5099
5072
|
isEmpty: ComputedRef<boolean>;
|
|
5100
5073
|
renderExpanded: Ref<null>;
|
|
@@ -5221,7 +5194,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5221
5194
|
requestError: (error: unknown) => void;
|
|
5222
5195
|
requestComplete: (tableData: RecordType[]) => void;
|
|
5223
5196
|
}, string, {
|
|
5224
|
-
search: false | Partial<
|
|
5197
|
+
search: false | Partial<PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
|
|
5225
5198
|
style?: CSSProperties | undefined;
|
|
5226
5199
|
class?: any;
|
|
5227
5200
|
} & RecordType>;
|
|
@@ -5274,7 +5247,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5274
5247
|
$watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
5275
5248
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
5276
5249
|
search: {
|
|
5277
|
-
type: PropType<false | Partial<
|
|
5250
|
+
type: PropType<false | Partial<PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
|
|
5278
5251
|
style?: CSSProperties | undefined;
|
|
5279
5252
|
class?: any;
|
|
5280
5253
|
} & RecordType>>;
|
|
@@ -5379,7 +5352,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5379
5352
|
$props: Partial<{
|
|
5380
5353
|
columns: PlusColumn[];
|
|
5381
5354
|
modelValue: FieldValues;
|
|
5382
|
-
labelPosition: "top" | "
|
|
5355
|
+
labelPosition: "top" | "right" | "left";
|
|
5383
5356
|
inline: boolean;
|
|
5384
5357
|
showNumber: number;
|
|
5385
5358
|
defaultValues: FieldValues;
|
|
@@ -5401,6 +5374,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5401
5374
|
expandText: string;
|
|
5402
5375
|
searchLoading: boolean;
|
|
5403
5376
|
needValidate: boolean;
|
|
5377
|
+
searchIcon: Component | null;
|
|
5378
|
+
resetIcon: Component | null;
|
|
5404
5379
|
}> & Omit<{
|
|
5405
5380
|
readonly columns: PlusColumn[];
|
|
5406
5381
|
readonly modelValue: FieldValues;
|
|
@@ -5425,7 +5400,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5425
5400
|
readonly expandText: string;
|
|
5426
5401
|
readonly searchLoading: boolean;
|
|
5427
5402
|
readonly needValidate: boolean;
|
|
5428
|
-
readonly labelPosition?: "top" | "
|
|
5403
|
+
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
5404
|
+
readonly searchIcon?: Component | null | undefined;
|
|
5405
|
+
readonly resetIcon?: Component | null | undefined;
|
|
5429
5406
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5430
5407
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5431
5408
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
@@ -5441,7 +5418,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5441
5418
|
default: () => {};
|
|
5442
5419
|
};
|
|
5443
5420
|
labelPosition: {
|
|
5444
|
-
type: PropType<"top" | "
|
|
5421
|
+
type: PropType<"top" | "right" | "left">;
|
|
5445
5422
|
default: undefined;
|
|
5446
5423
|
};
|
|
5447
5424
|
inline: {
|
|
@@ -5518,13 +5495,21 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5518
5495
|
type: PropType<boolean>;
|
|
5519
5496
|
default: boolean;
|
|
5520
5497
|
};
|
|
5498
|
+
searchIcon: {
|
|
5499
|
+
type: PropType< Component | null>;
|
|
5500
|
+
default: undefined;
|
|
5501
|
+
};
|
|
5502
|
+
resetIcon: {
|
|
5503
|
+
type: PropType< Component | null>;
|
|
5504
|
+
default: undefined;
|
|
5505
|
+
};
|
|
5521
5506
|
}>> & {
|
|
5522
5507
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5523
5508
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5524
5509
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5525
5510
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5526
5511
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5527
|
-
}, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate">;
|
|
5512
|
+
}, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
|
|
5528
5513
|
$attrs: {
|
|
5529
5514
|
[x: string]: unknown;
|
|
5530
5515
|
};
|
|
@@ -5534,9 +5519,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5534
5519
|
$slots: Readonly<{
|
|
5535
5520
|
[name: string]: Slot<any> | undefined;
|
|
5536
5521
|
}>;
|
|
5537
|
-
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5522
|
+
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
|
|
5538
5523
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5539
|
-
$emit: ((event: "search", values: FieldValues) => void) & ((event: "
|
|
5524
|
+
$emit: ((event: "search", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "collapse", isShowUnfold: boolean) => void); /** 包装后的请求函数 */
|
|
5540
5525
|
$el: any;
|
|
5541
5526
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
5542
5527
|
columns: {
|
|
@@ -5548,7 +5533,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5548
5533
|
default: () => {};
|
|
5549
5534
|
};
|
|
5550
5535
|
labelPosition: {
|
|
5551
|
-
type: PropType<"top" | "
|
|
5536
|
+
type: PropType<"top" | "right" | "left">;
|
|
5552
5537
|
default: undefined;
|
|
5553
5538
|
};
|
|
5554
5539
|
inline: {
|
|
@@ -5625,6 +5610,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5625
5610
|
type: PropType<boolean>;
|
|
5626
5611
|
default: boolean;
|
|
5627
5612
|
};
|
|
5613
|
+
searchIcon: {
|
|
5614
|
+
type: PropType< Component | null>;
|
|
5615
|
+
default: undefined;
|
|
5616
|
+
};
|
|
5617
|
+
resetIcon: {
|
|
5618
|
+
type: PropType< Component | null>;
|
|
5619
|
+
default: undefined;
|
|
5620
|
+
};
|
|
5628
5621
|
}>> & {
|
|
5629
5622
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5630
5623
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
@@ -5642,7 +5635,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5642
5635
|
group: false | PlusFormGroupRow[];
|
|
5643
5636
|
modelValue: FieldValues;
|
|
5644
5637
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
5645
|
-
labelPosition: "top" | "
|
|
5638
|
+
labelPosition: "top" | "right" | "left";
|
|
5646
5639
|
labelWidth: string | number;
|
|
5647
5640
|
labelSuffix: string;
|
|
5648
5641
|
hasLabel: boolean;
|
|
@@ -5661,7 +5654,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5661
5654
|
submitText: string;
|
|
5662
5655
|
resetText: string;
|
|
5663
5656
|
submitLoading: boolean;
|
|
5664
|
-
footerAlign: "
|
|
5657
|
+
footerAlign: "right" | "left" | "center";
|
|
5665
5658
|
cardProps: Partial< Mutable<CardProps> & {
|
|
5666
5659
|
style?: CSSProperties | undefined;
|
|
5667
5660
|
class?: any;
|
|
@@ -5673,7 +5666,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5673
5666
|
readonly group: false | PlusFormGroupRow[];
|
|
5674
5667
|
readonly modelValue: FieldValues;
|
|
5675
5668
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
5676
|
-
readonly labelPosition: "top" | "
|
|
5669
|
+
readonly labelPosition: "top" | "right" | "left";
|
|
5677
5670
|
readonly labelWidth: string | number;
|
|
5678
5671
|
readonly labelSuffix: string;
|
|
5679
5672
|
readonly hasLabel: boolean;
|
|
@@ -5692,7 +5685,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5692
5685
|
readonly submitText: string;
|
|
5693
5686
|
readonly resetText: string;
|
|
5694
5687
|
readonly submitLoading: boolean;
|
|
5695
|
-
readonly footerAlign: "
|
|
5688
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
5696
5689
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
5697
5690
|
style?: CSSProperties | undefined;
|
|
5698
5691
|
class?: any;
|
|
@@ -5733,7 +5726,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5733
5726
|
default: () => {};
|
|
5734
5727
|
};
|
|
5735
5728
|
labelPosition: {
|
|
5736
|
-
type: PropType<"top" | "
|
|
5729
|
+
type: PropType<"top" | "right" | "left">;
|
|
5737
5730
|
default: string;
|
|
5738
5731
|
};
|
|
5739
5732
|
labelWidth: {
|
|
@@ -5791,7 +5784,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5791
5784
|
default: boolean;
|
|
5792
5785
|
};
|
|
5793
5786
|
footerAlign: {
|
|
5794
|
-
type: PropType<"
|
|
5787
|
+
type: PropType<"right" | "left" | "center">;
|
|
5795
5788
|
default: string;
|
|
5796
5789
|
};
|
|
5797
5790
|
cardProps: {
|
|
@@ -5826,9 +5819,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5826
5819
|
$slots: Readonly<{
|
|
5827
5820
|
[name: string]: Slot<any> | undefined;
|
|
5828
5821
|
}>;
|
|
5829
|
-
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5822
|
+
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
|
|
5830
5823
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5831
|
-
$emit: ((event: "
|
|
5824
|
+
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void); /** 包装后的请求函数 */
|
|
5832
5825
|
$el: any;
|
|
5833
5826
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
5834
5827
|
collapseDuration: {
|
|
@@ -5856,7 +5849,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5856
5849
|
default: () => {};
|
|
5857
5850
|
};
|
|
5858
5851
|
labelPosition: {
|
|
5859
|
-
type: PropType<"top" | "
|
|
5852
|
+
type: PropType<"top" | "right" | "left">;
|
|
5860
5853
|
default: string;
|
|
5861
5854
|
};
|
|
5862
5855
|
labelWidth: {
|
|
@@ -5914,7 +5907,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5914
5907
|
default: boolean;
|
|
5915
5908
|
};
|
|
5916
5909
|
footerAlign: {
|
|
5917
|
-
type: PropType<"
|
|
5910
|
+
type: PropType<"right" | "left" | "center">;
|
|
5918
5911
|
default: string;
|
|
5919
5912
|
};
|
|
5920
5913
|
cardProps: {
|
|
@@ -5948,8 +5941,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5948
5941
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5949
5942
|
__epPropKey: true;
|
|
5950
5943
|
};
|
|
5951
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
5952
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
5944
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
5945
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
5953
5946
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
5954
5947
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
5955
5948
|
readonly inline: BooleanConstructor;
|
|
@@ -5966,7 +5959,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5966
5959
|
__epPropKey: true;
|
|
5967
5960
|
};
|
|
5968
5961
|
readonly size: {
|
|
5969
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
5962
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
5970
5963
|
readonly required: false;
|
|
5971
5964
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5972
5965
|
__epPropKey: true;
|
|
@@ -5984,8 +5977,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5984
5977
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5985
5978
|
__epPropKey: true;
|
|
5986
5979
|
};
|
|
5987
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
5988
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
5980
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
5981
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
5989
5982
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
5990
5983
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
5991
5984
|
readonly inline: BooleanConstructor;
|
|
@@ -6002,7 +5995,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6002
5995
|
__epPropKey: true;
|
|
6003
5996
|
};
|
|
6004
5997
|
readonly size: {
|
|
6005
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
5998
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
6006
5999
|
readonly required: false;
|
|
6007
6000
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6008
6001
|
__epPropKey: true;
|
|
@@ -6013,7 +6006,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6013
6006
|
}>>;
|
|
6014
6007
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
6015
6008
|
fields: FormItemContext[];
|
|
6016
|
-
formSize: ComputedRef<"" | "
|
|
6009
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
6017
6010
|
ns: {
|
|
6018
6011
|
namespace: ComputedRef<string>;
|
|
6019
6012
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -6030,15 +6023,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6030
6023
|
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
6031
6024
|
cssVarName: (name: string) => string;
|
|
6032
6025
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
6033
|
-
/**
|
|
6034
|
-
* 根据筛选项数量计算 span 值
|
|
6035
|
-
* @param count 筛选项数量
|
|
6036
|
-
* @returns span 值
|
|
6037
|
-
*/
|
|
6038
6026
|
cssVarBlockName: (name: string) => string;
|
|
6039
6027
|
};
|
|
6040
6028
|
formClasses: ComputedRef<(string | {
|
|
6041
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
6029
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
6042
6030
|
})[]>;
|
|
6043
6031
|
getField: (prop: string) => FormItemContext | undefined;
|
|
6044
6032
|
addField: (field: FormItemContext) => void;
|
|
@@ -6061,8 +6049,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6061
6049
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6062
6050
|
__epPropKey: true;
|
|
6063
6051
|
};
|
|
6064
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
6065
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
6052
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
6053
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
6066
6054
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
6067
6055
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
6068
6056
|
readonly inline: BooleanConstructor;
|
|
@@ -6079,7 +6067,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6079
6067
|
__epPropKey: true;
|
|
6080
6068
|
};
|
|
6081
6069
|
readonly size: {
|
|
6082
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
6070
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
6083
6071
|
readonly required: false;
|
|
6084
6072
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6085
6073
|
__epPropKey: true;
|
|
@@ -6089,8 +6077,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6089
6077
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
6090
6078
|
}, {
|
|
6091
6079
|
readonly disabled: boolean;
|
|
6092
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
6093
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
6080
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
6081
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
6094
6082
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
6095
6083
|
readonly labelSuffix: string;
|
|
6096
6084
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6115,8 +6103,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6115
6103
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6116
6104
|
__epPropKey: true;
|
|
6117
6105
|
};
|
|
6118
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
6119
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
6106
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
6107
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
6120
6108
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
6121
6109
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
6122
6110
|
readonly inline: BooleanConstructor;
|
|
@@ -6133,7 +6121,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6133
6121
|
__epPropKey: true;
|
|
6134
6122
|
};
|
|
6135
6123
|
readonly size: {
|
|
6136
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
6124
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
6137
6125
|
readonly required: false;
|
|
6138
6126
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6139
6127
|
__epPropKey: true;
|
|
@@ -6151,8 +6139,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6151
6139
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6152
6140
|
__epPropKey: true;
|
|
6153
6141
|
};
|
|
6154
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
6155
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
6142
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
6143
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
6156
6144
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
6157
6145
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
6158
6146
|
readonly inline: BooleanConstructor;
|
|
@@ -6169,7 +6157,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6169
6157
|
__epPropKey: true;
|
|
6170
6158
|
};
|
|
6171
6159
|
readonly size: {
|
|
6172
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
6160
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
6173
6161
|
readonly required: false;
|
|
6174
6162
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6175
6163
|
__epPropKey: true;
|
|
@@ -6180,7 +6168,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6180
6168
|
}>>;
|
|
6181
6169
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
6182
6170
|
fields: FormItemContext[];
|
|
6183
|
-
formSize: ComputedRef<"" | "
|
|
6171
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
6184
6172
|
ns: {
|
|
6185
6173
|
namespace: ComputedRef<string>;
|
|
6186
6174
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -6197,15 +6185,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6197
6185
|
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
6198
6186
|
cssVarName: (name: string) => string;
|
|
6199
6187
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
6200
|
-
/**
|
|
6201
|
-
* 根据筛选项数量计算 span 值
|
|
6202
|
-
* @param count 筛选项数量
|
|
6203
|
-
* @returns span 值
|
|
6204
|
-
*/
|
|
6205
6188
|
cssVarBlockName: (name: string) => string;
|
|
6206
6189
|
};
|
|
6207
6190
|
formClasses: ComputedRef<(string | {
|
|
6208
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
6191
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
6209
6192
|
})[]>;
|
|
6210
6193
|
getField: (prop: string) => FormItemContext | undefined;
|
|
6211
6194
|
addField: (field: FormItemContext) => void;
|
|
@@ -6220,8 +6203,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6220
6203
|
scrollToField: (prop: FormItemProp) => void;
|
|
6221
6204
|
}, {}, {}, {}, {
|
|
6222
6205
|
readonly disabled: boolean;
|
|
6223
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
6224
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
6206
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
6207
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
6225
6208
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
6226
6209
|
readonly labelSuffix: string;
|
|
6227
6210
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6248,7 +6231,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6248
6231
|
group: false | PlusFormGroupRow[];
|
|
6249
6232
|
modelValue: FieldValues;
|
|
6250
6233
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
6251
|
-
labelPosition: "top" | "
|
|
6234
|
+
labelPosition: "top" | "right" | "left";
|
|
6252
6235
|
labelWidth: string | number;
|
|
6253
6236
|
labelSuffix: string;
|
|
6254
6237
|
hasLabel: boolean;
|
|
@@ -6267,7 +6250,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6267
6250
|
submitText: string;
|
|
6268
6251
|
resetText: string;
|
|
6269
6252
|
submitLoading: boolean;
|
|
6270
|
-
footerAlign: "
|
|
6253
|
+
footerAlign: "right" | "left" | "center";
|
|
6271
6254
|
cardProps: Partial< Mutable<CardProps> & {
|
|
6272
6255
|
style?: CSSProperties | undefined;
|
|
6273
6256
|
class?: any;
|
|
@@ -6320,7 +6303,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6320
6303
|
default: () => {};
|
|
6321
6304
|
};
|
|
6322
6305
|
labelPosition: {
|
|
6323
|
-
type: PropType<"top" | "
|
|
6306
|
+
type: PropType<"top" | "right" | "left">;
|
|
6324
6307
|
default: string;
|
|
6325
6308
|
};
|
|
6326
6309
|
labelWidth: {
|
|
@@ -6378,7 +6361,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6378
6361
|
default: boolean;
|
|
6379
6362
|
};
|
|
6380
6363
|
footerAlign: {
|
|
6381
|
-
type: PropType<"
|
|
6364
|
+
type: PropType<"right" | "left" | "center">;
|
|
6382
6365
|
default: string;
|
|
6383
6366
|
};
|
|
6384
6367
|
cardProps: {
|
|
@@ -6412,8 +6395,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6412
6395
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6413
6396
|
__epPropKey: true;
|
|
6414
6397
|
};
|
|
6415
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
6416
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
6398
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
6399
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
6417
6400
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
6418
6401
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
6419
6402
|
readonly inline: BooleanConstructor;
|
|
@@ -6430,7 +6413,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6430
6413
|
__epPropKey: true;
|
|
6431
6414
|
};
|
|
6432
6415
|
readonly size: {
|
|
6433
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
6416
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
6434
6417
|
readonly required: false;
|
|
6435
6418
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6436
6419
|
__epPropKey: true;
|
|
@@ -6448,8 +6431,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6448
6431
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6449
6432
|
__epPropKey: true;
|
|
6450
6433
|
};
|
|
6451
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
6452
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
6434
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
6435
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
6453
6436
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
6454
6437
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
6455
6438
|
readonly inline: BooleanConstructor;
|
|
@@ -6466,7 +6449,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6466
6449
|
__epPropKey: true;
|
|
6467
6450
|
};
|
|
6468
6451
|
readonly size: {
|
|
6469
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
6452
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
6470
6453
|
readonly required: false;
|
|
6471
6454
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6472
6455
|
__epPropKey: true;
|
|
@@ -6477,7 +6460,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6477
6460
|
}>>;
|
|
6478
6461
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
6479
6462
|
fields: FormItemContext[];
|
|
6480
|
-
formSize: ComputedRef<"" | "
|
|
6463
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
6481
6464
|
ns: {
|
|
6482
6465
|
namespace: ComputedRef<string>;
|
|
6483
6466
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -6494,15 +6477,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6494
6477
|
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
6495
6478
|
cssVarName: (name: string) => string;
|
|
6496
6479
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
6497
|
-
/**
|
|
6498
|
-
* 根据筛选项数量计算 span 值
|
|
6499
|
-
* @param count 筛选项数量
|
|
6500
|
-
* @returns span 值
|
|
6501
|
-
*/
|
|
6502
6480
|
cssVarBlockName: (name: string) => string;
|
|
6503
6481
|
};
|
|
6504
6482
|
formClasses: ComputedRef<(string | {
|
|
6505
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
6483
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
6506
6484
|
})[]>;
|
|
6507
6485
|
getField: (prop: string) => FormItemContext | undefined;
|
|
6508
6486
|
addField: (field: FormItemContext) => void;
|
|
@@ -6525,8 +6503,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6525
6503
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6526
6504
|
__epPropKey: true;
|
|
6527
6505
|
};
|
|
6528
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
6529
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
6506
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
6507
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
6530
6508
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
6531
6509
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
6532
6510
|
readonly inline: BooleanConstructor;
|
|
@@ -6543,7 +6521,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6543
6521
|
__epPropKey: true;
|
|
6544
6522
|
};
|
|
6545
6523
|
readonly size: {
|
|
6546
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
6524
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
6547
6525
|
readonly required: false;
|
|
6548
6526
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6549
6527
|
__epPropKey: true;
|
|
@@ -6553,8 +6531,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6553
6531
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
6554
6532
|
}, {
|
|
6555
6533
|
readonly disabled: boolean;
|
|
6556
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
6557
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
6534
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
6535
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
6558
6536
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
6559
6537
|
readonly labelSuffix: string;
|
|
6560
6538
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6579,8 +6557,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6579
6557
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6580
6558
|
__epPropKey: true;
|
|
6581
6559
|
};
|
|
6582
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
6583
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
6560
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
6561
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
6584
6562
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
6585
6563
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
6586
6564
|
readonly inline: BooleanConstructor;
|
|
@@ -6597,7 +6575,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6597
6575
|
__epPropKey: true;
|
|
6598
6576
|
};
|
|
6599
6577
|
readonly size: {
|
|
6600
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
6578
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
6601
6579
|
readonly required: false;
|
|
6602
6580
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6603
6581
|
__epPropKey: true;
|
|
@@ -6615,8 +6593,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6615
6593
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6616
6594
|
__epPropKey: true;
|
|
6617
6595
|
};
|
|
6618
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
6619
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
6596
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
6597
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
6620
6598
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
6621
6599
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
6622
6600
|
readonly inline: BooleanConstructor;
|
|
@@ -6633,7 +6611,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6633
6611
|
__epPropKey: true;
|
|
6634
6612
|
};
|
|
6635
6613
|
readonly size: {
|
|
6636
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
6614
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
6637
6615
|
readonly required: false;
|
|
6638
6616
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6639
6617
|
__epPropKey: true;
|
|
@@ -6644,7 +6622,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6644
6622
|
}>>;
|
|
6645
6623
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
6646
6624
|
fields: FormItemContext[];
|
|
6647
|
-
formSize: ComputedRef<"" | "
|
|
6625
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
6648
6626
|
ns: {
|
|
6649
6627
|
namespace: ComputedRef<string>;
|
|
6650
6628
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -6661,15 +6639,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6661
6639
|
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
6662
6640
|
cssVarName: (name: string) => string;
|
|
6663
6641
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
6664
|
-
/**
|
|
6665
|
-
* 根据筛选项数量计算 span 值
|
|
6666
|
-
* @param count 筛选项数量
|
|
6667
|
-
* @returns span 值
|
|
6668
|
-
*/
|
|
6669
6642
|
cssVarBlockName: (name: string) => string;
|
|
6670
6643
|
};
|
|
6671
6644
|
formClasses: ComputedRef<(string | {
|
|
6672
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
6645
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
6673
6646
|
})[]>;
|
|
6674
6647
|
getField: (prop: string) => FormItemContext | undefined;
|
|
6675
6648
|
addField: (field: FormItemContext) => void;
|
|
@@ -6684,8 +6657,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6684
6657
|
scrollToField: (prop: FormItemProp) => void;
|
|
6685
6658
|
}, {}, {}, {}, {
|
|
6686
6659
|
readonly disabled: boolean;
|
|
6687
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
6688
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
6660
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
6661
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
6689
6662
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
6690
6663
|
readonly labelSuffix: string;
|
|
6691
6664
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6713,7 +6686,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6713
6686
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
6714
6687
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
6715
6688
|
readonly label: string | ComputedRef<string>;
|
|
6716
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
6689
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6717
6690
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6718
6691
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6719
6692
|
style?: CSSProperties | undefined;
|
|
@@ -6740,7 +6713,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6740
6713
|
};
|
|
6741
6714
|
rows: number;
|
|
6742
6715
|
autocomplete: string;
|
|
6743
|
-
type: "" | "number" | "
|
|
6716
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
6744
6717
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
6745
6718
|
step: string | number;
|
|
6746
6719
|
format: string | ProgressFn | undefined;
|
|
@@ -6779,7 +6752,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6779
6752
|
fieldInstance?: any;
|
|
6780
6753
|
valueIsReady?: Ref<boolean> | undefined;
|
|
6781
6754
|
prop: string;
|
|
6782
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
6755
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6783
6756
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6784
6757
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6785
6758
|
style?: CSSProperties | undefined;
|
|
@@ -6809,7 +6782,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6809
6782
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
6810
6783
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
6811
6784
|
readonly label: string | ComputedRef<string>;
|
|
6812
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
6785
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6813
6786
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6814
6787
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6815
6788
|
style?: CSSProperties | undefined;
|
|
@@ -6836,7 +6809,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6836
6809
|
};
|
|
6837
6810
|
rows: number;
|
|
6838
6811
|
autocomplete: string;
|
|
6839
|
-
type: "" | "number" | "
|
|
6812
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
6840
6813
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
6841
6814
|
step: string | number;
|
|
6842
6815
|
format: string | ProgressFn | undefined;
|
|
@@ -6875,7 +6848,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6875
6848
|
fieldInstance?: any;
|
|
6876
6849
|
valueIsReady?: Ref<boolean> | undefined;
|
|
6877
6850
|
prop: string;
|
|
6878
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
6851
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6879
6852
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6880
6853
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6881
6854
|
style?: CSSProperties | undefined;
|
|
@@ -6928,7 +6901,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6928
6901
|
}, string, {
|
|
6929
6902
|
columns: PlusColumn[];
|
|
6930
6903
|
modelValue: FieldValues;
|
|
6931
|
-
labelPosition: "top" | "
|
|
6904
|
+
labelPosition: "top" | "right" | "left";
|
|
6932
6905
|
inline: boolean;
|
|
6933
6906
|
showNumber: number;
|
|
6934
6907
|
defaultValues: FieldValues;
|
|
@@ -6950,6 +6923,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6950
6923
|
expandText: string;
|
|
6951
6924
|
searchLoading: boolean;
|
|
6952
6925
|
needValidate: boolean;
|
|
6926
|
+
searchIcon: Component | null;
|
|
6927
|
+
resetIcon: Component | null;
|
|
6953
6928
|
}, {}, string, {}> & {
|
|
6954
6929
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
6955
6930
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -6980,7 +6955,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6980
6955
|
default: () => {};
|
|
6981
6956
|
};
|
|
6982
6957
|
labelPosition: {
|
|
6983
|
-
type: PropType<"top" | "
|
|
6958
|
+
type: PropType<"top" | "right" | "left">;
|
|
6984
6959
|
default: undefined;
|
|
6985
6960
|
};
|
|
6986
6961
|
inline: {
|
|
@@ -7057,6 +7032,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7057
7032
|
type: PropType<boolean>;
|
|
7058
7033
|
default: boolean;
|
|
7059
7034
|
};
|
|
7035
|
+
searchIcon: {
|
|
7036
|
+
type: PropType< Component | null>;
|
|
7037
|
+
default: undefined;
|
|
7038
|
+
};
|
|
7039
|
+
resetIcon: {
|
|
7040
|
+
type: PropType< Component | null>;
|
|
7041
|
+
default: undefined;
|
|
7042
|
+
};
|
|
7060
7043
|
}>> & {
|
|
7061
7044
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7062
7045
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
@@ -7074,7 +7057,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7074
7057
|
group: false | PlusFormGroupRow[];
|
|
7075
7058
|
modelValue: FieldValues;
|
|
7076
7059
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
7077
|
-
labelPosition: "top" | "
|
|
7060
|
+
labelPosition: "top" | "right" | "left";
|
|
7078
7061
|
labelWidth: string | number;
|
|
7079
7062
|
labelSuffix: string;
|
|
7080
7063
|
hasLabel: boolean;
|
|
@@ -7093,7 +7076,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7093
7076
|
submitText: string;
|
|
7094
7077
|
resetText: string;
|
|
7095
7078
|
submitLoading: boolean;
|
|
7096
|
-
footerAlign: "
|
|
7079
|
+
footerAlign: "right" | "left" | "center";
|
|
7097
7080
|
cardProps: Partial< Mutable<CardProps> & {
|
|
7098
7081
|
style?: CSSProperties | undefined;
|
|
7099
7082
|
class?: any;
|
|
@@ -7105,7 +7088,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7105
7088
|
readonly group: false | PlusFormGroupRow[];
|
|
7106
7089
|
readonly modelValue: FieldValues;
|
|
7107
7090
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
7108
|
-
readonly labelPosition: "top" | "
|
|
7091
|
+
readonly labelPosition: "top" | "right" | "left";
|
|
7109
7092
|
readonly labelWidth: string | number;
|
|
7110
7093
|
readonly labelSuffix: string;
|
|
7111
7094
|
readonly hasLabel: boolean;
|
|
@@ -7124,7 +7107,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7124
7107
|
readonly submitText: string;
|
|
7125
7108
|
readonly resetText: string;
|
|
7126
7109
|
readonly submitLoading: boolean;
|
|
7127
|
-
readonly footerAlign: "
|
|
7110
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
7128
7111
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
7129
7112
|
style?: CSSProperties | undefined;
|
|
7130
7113
|
class?: any;
|
|
@@ -7165,7 +7148,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7165
7148
|
default: () => {};
|
|
7166
7149
|
};
|
|
7167
7150
|
labelPosition: {
|
|
7168
|
-
type: PropType<"top" | "
|
|
7151
|
+
type: PropType<"top" | "right" | "left">;
|
|
7169
7152
|
default: string;
|
|
7170
7153
|
};
|
|
7171
7154
|
labelWidth: {
|
|
@@ -7223,7 +7206,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7223
7206
|
default: boolean;
|
|
7224
7207
|
};
|
|
7225
7208
|
footerAlign: {
|
|
7226
|
-
type: PropType<"
|
|
7209
|
+
type: PropType<"right" | "left" | "center">;
|
|
7227
7210
|
default: string;
|
|
7228
7211
|
};
|
|
7229
7212
|
cardProps: {
|
|
@@ -7258,9 +7241,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7258
7241
|
$slots: Readonly<{
|
|
7259
7242
|
[name: string]: Slot<any> | undefined;
|
|
7260
7243
|
}>;
|
|
7261
|
-
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
7244
|
+
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
|
|
7262
7245
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
7263
|
-
$emit: ((event: "
|
|
7246
|
+
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void); /** 包装后的请求函数 */
|
|
7264
7247
|
$el: any;
|
|
7265
7248
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
7266
7249
|
collapseDuration: {
|
|
@@ -7288,7 +7271,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7288
7271
|
default: () => {};
|
|
7289
7272
|
};
|
|
7290
7273
|
labelPosition: {
|
|
7291
|
-
type: PropType<"top" | "
|
|
7274
|
+
type: PropType<"top" | "right" | "left">;
|
|
7292
7275
|
default: string;
|
|
7293
7276
|
};
|
|
7294
7277
|
labelWidth: {
|
|
@@ -7346,7 +7329,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7346
7329
|
default: boolean;
|
|
7347
7330
|
};
|
|
7348
7331
|
footerAlign: {
|
|
7349
|
-
type: PropType<"
|
|
7332
|
+
type: PropType<"right" | "left" | "center">;
|
|
7350
7333
|
default: string;
|
|
7351
7334
|
};
|
|
7352
7335
|
cardProps: {
|
|
@@ -7380,8 +7363,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7380
7363
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7381
7364
|
__epPropKey: true;
|
|
7382
7365
|
};
|
|
7383
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
7384
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
7366
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
7367
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
7385
7368
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
7386
7369
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
7387
7370
|
readonly inline: BooleanConstructor;
|
|
@@ -7398,7 +7381,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7398
7381
|
__epPropKey: true;
|
|
7399
7382
|
};
|
|
7400
7383
|
readonly size: {
|
|
7401
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
7384
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
7402
7385
|
readonly required: false;
|
|
7403
7386
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7404
7387
|
__epPropKey: true;
|
|
@@ -7416,8 +7399,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7416
7399
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7417
7400
|
__epPropKey: true;
|
|
7418
7401
|
};
|
|
7419
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
7420
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
7402
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
7403
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
7421
7404
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
7422
7405
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
7423
7406
|
readonly inline: BooleanConstructor;
|
|
@@ -7434,7 +7417,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7434
7417
|
__epPropKey: true;
|
|
7435
7418
|
};
|
|
7436
7419
|
readonly size: {
|
|
7437
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
7420
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
7438
7421
|
readonly required: false;
|
|
7439
7422
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7440
7423
|
__epPropKey: true;
|
|
@@ -7445,7 +7428,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7445
7428
|
}>>;
|
|
7446
7429
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
7447
7430
|
fields: FormItemContext[];
|
|
7448
|
-
formSize: ComputedRef<"" | "
|
|
7431
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
7449
7432
|
ns: {
|
|
7450
7433
|
namespace: ComputedRef<string>;
|
|
7451
7434
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -7462,15 +7445,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7462
7445
|
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
7463
7446
|
cssVarName: (name: string) => string;
|
|
7464
7447
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
7465
|
-
/**
|
|
7466
|
-
* 根据筛选项数量计算 span 值
|
|
7467
|
-
* @param count 筛选项数量
|
|
7468
|
-
* @returns span 值
|
|
7469
|
-
*/
|
|
7470
7448
|
cssVarBlockName: (name: string) => string;
|
|
7471
7449
|
};
|
|
7472
7450
|
formClasses: ComputedRef<(string | {
|
|
7473
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
7451
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
7474
7452
|
})[]>;
|
|
7475
7453
|
getField: (prop: string) => FormItemContext | undefined;
|
|
7476
7454
|
addField: (field: FormItemContext) => void;
|
|
@@ -7493,8 +7471,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7493
7471
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7494
7472
|
__epPropKey: true;
|
|
7495
7473
|
};
|
|
7496
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
7497
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
7474
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
7475
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
7498
7476
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
7499
7477
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
7500
7478
|
readonly inline: BooleanConstructor;
|
|
@@ -7511,7 +7489,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7511
7489
|
__epPropKey: true;
|
|
7512
7490
|
};
|
|
7513
7491
|
readonly size: {
|
|
7514
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
7492
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
7515
7493
|
readonly required: false;
|
|
7516
7494
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7517
7495
|
__epPropKey: true;
|
|
@@ -7521,8 +7499,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7521
7499
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
7522
7500
|
}, {
|
|
7523
7501
|
readonly disabled: boolean;
|
|
7524
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
7525
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
7502
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
7503
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
7526
7504
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
7527
7505
|
readonly labelSuffix: string;
|
|
7528
7506
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -7547,8 +7525,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7547
7525
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7548
7526
|
__epPropKey: true;
|
|
7549
7527
|
};
|
|
7550
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
7551
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
7528
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
7529
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
7552
7530
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
7553
7531
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
7554
7532
|
readonly inline: BooleanConstructor;
|
|
@@ -7565,7 +7543,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7565
7543
|
__epPropKey: true;
|
|
7566
7544
|
};
|
|
7567
7545
|
readonly size: {
|
|
7568
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
7546
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
7569
7547
|
readonly required: false;
|
|
7570
7548
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7571
7549
|
__epPropKey: true;
|
|
@@ -7583,8 +7561,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7583
7561
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7584
7562
|
__epPropKey: true;
|
|
7585
7563
|
};
|
|
7586
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
7587
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
7564
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
7565
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
7588
7566
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
7589
7567
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
7590
7568
|
readonly inline: BooleanConstructor;
|
|
@@ -7601,7 +7579,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7601
7579
|
__epPropKey: true;
|
|
7602
7580
|
};
|
|
7603
7581
|
readonly size: {
|
|
7604
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
7582
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
7605
7583
|
readonly required: false;
|
|
7606
7584
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7607
7585
|
__epPropKey: true;
|
|
@@ -7612,7 +7590,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7612
7590
|
}>>;
|
|
7613
7591
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
7614
7592
|
fields: FormItemContext[];
|
|
7615
|
-
formSize: ComputedRef<"" | "
|
|
7593
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
7616
7594
|
ns: {
|
|
7617
7595
|
namespace: ComputedRef<string>;
|
|
7618
7596
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -7629,15 +7607,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7629
7607
|
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
7630
7608
|
cssVarName: (name: string) => string;
|
|
7631
7609
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
7632
|
-
/**
|
|
7633
|
-
* 根据筛选项数量计算 span 值
|
|
7634
|
-
* @param count 筛选项数量
|
|
7635
|
-
* @returns span 值
|
|
7636
|
-
*/
|
|
7637
7610
|
cssVarBlockName: (name: string) => string;
|
|
7638
7611
|
};
|
|
7639
7612
|
formClasses: ComputedRef<(string | {
|
|
7640
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
7613
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
7641
7614
|
})[]>;
|
|
7642
7615
|
getField: (prop: string) => FormItemContext | undefined;
|
|
7643
7616
|
addField: (field: FormItemContext) => void;
|
|
@@ -7652,8 +7625,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7652
7625
|
scrollToField: (prop: FormItemProp) => void;
|
|
7653
7626
|
}, {}, {}, {}, {
|
|
7654
7627
|
readonly disabled: boolean;
|
|
7655
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
7656
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
7628
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
7629
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
7657
7630
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
7658
7631
|
readonly labelSuffix: string;
|
|
7659
7632
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -7680,7 +7653,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7680
7653
|
group: false | PlusFormGroupRow[];
|
|
7681
7654
|
modelValue: FieldValues;
|
|
7682
7655
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
7683
|
-
labelPosition: "top" | "
|
|
7656
|
+
labelPosition: "top" | "right" | "left";
|
|
7684
7657
|
labelWidth: string | number;
|
|
7685
7658
|
labelSuffix: string;
|
|
7686
7659
|
hasLabel: boolean;
|
|
@@ -7699,7 +7672,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7699
7672
|
submitText: string;
|
|
7700
7673
|
resetText: string;
|
|
7701
7674
|
submitLoading: boolean;
|
|
7702
|
-
footerAlign: "
|
|
7675
|
+
footerAlign: "right" | "left" | "center";
|
|
7703
7676
|
cardProps: Partial< Mutable<CardProps> & {
|
|
7704
7677
|
style?: CSSProperties | undefined;
|
|
7705
7678
|
class?: any;
|
|
@@ -7752,7 +7725,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7752
7725
|
default: () => {};
|
|
7753
7726
|
};
|
|
7754
7727
|
labelPosition: {
|
|
7755
|
-
type: PropType<"top" | "
|
|
7728
|
+
type: PropType<"top" | "right" | "left">;
|
|
7756
7729
|
default: string;
|
|
7757
7730
|
};
|
|
7758
7731
|
labelWidth: {
|
|
@@ -7810,7 +7783,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7810
7783
|
default: boolean;
|
|
7811
7784
|
};
|
|
7812
7785
|
footerAlign: {
|
|
7813
|
-
type: PropType<"
|
|
7786
|
+
type: PropType<"right" | "left" | "center">;
|
|
7814
7787
|
default: string;
|
|
7815
7788
|
};
|
|
7816
7789
|
cardProps: {
|
|
@@ -7844,8 +7817,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7844
7817
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7845
7818
|
__epPropKey: true;
|
|
7846
7819
|
};
|
|
7847
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
7848
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
7820
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
7821
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
7849
7822
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
7850
7823
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
7851
7824
|
readonly inline: BooleanConstructor;
|
|
@@ -7862,7 +7835,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7862
7835
|
__epPropKey: true;
|
|
7863
7836
|
};
|
|
7864
7837
|
readonly size: {
|
|
7865
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
7838
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
7866
7839
|
readonly required: false;
|
|
7867
7840
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7868
7841
|
__epPropKey: true;
|
|
@@ -7880,8 +7853,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7880
7853
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7881
7854
|
__epPropKey: true;
|
|
7882
7855
|
};
|
|
7883
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
7884
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
7856
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
7857
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
7885
7858
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
7886
7859
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
7887
7860
|
readonly inline: BooleanConstructor;
|
|
@@ -7898,7 +7871,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7898
7871
|
__epPropKey: true;
|
|
7899
7872
|
};
|
|
7900
7873
|
readonly size: {
|
|
7901
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
7874
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
7902
7875
|
readonly required: false;
|
|
7903
7876
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7904
7877
|
__epPropKey: true;
|
|
@@ -7909,7 +7882,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7909
7882
|
}>>;
|
|
7910
7883
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
7911
7884
|
fields: FormItemContext[];
|
|
7912
|
-
formSize: ComputedRef<"" | "
|
|
7885
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
7913
7886
|
ns: {
|
|
7914
7887
|
namespace: ComputedRef<string>;
|
|
7915
7888
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -7926,15 +7899,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7926
7899
|
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
7927
7900
|
cssVarName: (name: string) => string;
|
|
7928
7901
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
7929
|
-
/**
|
|
7930
|
-
* 根据筛选项数量计算 span 值
|
|
7931
|
-
* @param count 筛选项数量
|
|
7932
|
-
* @returns span 值
|
|
7933
|
-
*/
|
|
7934
7902
|
cssVarBlockName: (name: string) => string;
|
|
7935
7903
|
};
|
|
7936
7904
|
formClasses: ComputedRef<(string | {
|
|
7937
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
7905
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
7938
7906
|
})[]>;
|
|
7939
7907
|
getField: (prop: string) => FormItemContext | undefined;
|
|
7940
7908
|
addField: (field: FormItemContext) => void;
|
|
@@ -7957,8 +7925,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7957
7925
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7958
7926
|
__epPropKey: true;
|
|
7959
7927
|
};
|
|
7960
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
7961
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
7928
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
7929
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
7962
7930
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
7963
7931
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
7964
7932
|
readonly inline: BooleanConstructor;
|
|
@@ -7975,7 +7943,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7975
7943
|
__epPropKey: true;
|
|
7976
7944
|
};
|
|
7977
7945
|
readonly size: {
|
|
7978
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
7946
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
7979
7947
|
readonly required: false;
|
|
7980
7948
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7981
7949
|
__epPropKey: true;
|
|
@@ -7985,8 +7953,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7985
7953
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
7986
7954
|
}, {
|
|
7987
7955
|
readonly disabled: boolean;
|
|
7988
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
7989
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
7956
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
7957
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
7990
7958
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
7991
7959
|
readonly labelSuffix: string;
|
|
7992
7960
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -8011,8 +7979,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8011
7979
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8012
7980
|
__epPropKey: true;
|
|
8013
7981
|
};
|
|
8014
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
8015
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
7982
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
7983
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
8016
7984
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
8017
7985
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
8018
7986
|
readonly inline: BooleanConstructor;
|
|
@@ -8029,7 +7997,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8029
7997
|
__epPropKey: true;
|
|
8030
7998
|
};
|
|
8031
7999
|
readonly size: {
|
|
8032
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
8000
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
8033
8001
|
readonly required: false;
|
|
8034
8002
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8035
8003
|
__epPropKey: true;
|
|
@@ -8047,8 +8015,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8047
8015
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8048
8016
|
__epPropKey: true;
|
|
8049
8017
|
};
|
|
8050
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
8051
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
8018
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
8019
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
8052
8020
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
8053
8021
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
8054
8022
|
readonly inline: BooleanConstructor;
|
|
@@ -8065,7 +8033,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8065
8033
|
__epPropKey: true;
|
|
8066
8034
|
};
|
|
8067
8035
|
readonly size: {
|
|
8068
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
8036
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
8069
8037
|
readonly required: false;
|
|
8070
8038
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8071
8039
|
__epPropKey: true;
|
|
@@ -8076,7 +8044,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8076
8044
|
}>>;
|
|
8077
8045
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
8078
8046
|
fields: FormItemContext[];
|
|
8079
|
-
formSize: ComputedRef<"" | "
|
|
8047
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
8080
8048
|
ns: {
|
|
8081
8049
|
namespace: ComputedRef<string>;
|
|
8082
8050
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -8093,15 +8061,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8093
8061
|
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
8094
8062
|
cssVarName: (name: string) => string;
|
|
8095
8063
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
8096
|
-
/**
|
|
8097
|
-
* 根据筛选项数量计算 span 值
|
|
8098
|
-
* @param count 筛选项数量
|
|
8099
|
-
* @returns span 值
|
|
8100
|
-
*/
|
|
8101
8064
|
cssVarBlockName: (name: string) => string;
|
|
8102
8065
|
};
|
|
8103
8066
|
formClasses: ComputedRef<(string | {
|
|
8104
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
8067
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
8105
8068
|
})[]>;
|
|
8106
8069
|
getField: (prop: string) => FormItemContext | undefined;
|
|
8107
8070
|
addField: (field: FormItemContext) => void;
|
|
@@ -8116,8 +8079,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8116
8079
|
scrollToField: (prop: FormItemProp) => void;
|
|
8117
8080
|
}, {}, {}, {}, {
|
|
8118
8081
|
readonly disabled: boolean;
|
|
8119
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
8120
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
8082
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
8083
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
8121
8084
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
8122
8085
|
readonly labelSuffix: string;
|
|
8123
8086
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -8145,7 +8108,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8145
8108
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
8146
8109
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
8147
8110
|
readonly label: string | ComputedRef<string>;
|
|
8148
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
8111
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8149
8112
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8150
8113
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8151
8114
|
style?: CSSProperties | undefined;
|
|
@@ -8172,7 +8135,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8172
8135
|
};
|
|
8173
8136
|
rows: number;
|
|
8174
8137
|
autocomplete: string;
|
|
8175
|
-
type: "" | "number" | "
|
|
8138
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
8176
8139
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
8177
8140
|
step: string | number;
|
|
8178
8141
|
format: string | ProgressFn | undefined;
|
|
@@ -8211,7 +8174,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8211
8174
|
fieldInstance?: any;
|
|
8212
8175
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8213
8176
|
prop: string;
|
|
8214
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
8177
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8215
8178
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8216
8179
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8217
8180
|
style?: CSSProperties | undefined;
|
|
@@ -8241,7 +8204,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8241
8204
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
8242
8205
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
8243
8206
|
readonly label: string | ComputedRef<string>;
|
|
8244
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
8207
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8245
8208
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8246
8209
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8247
8210
|
style?: CSSProperties | undefined;
|
|
@@ -8268,7 +8231,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8268
8231
|
};
|
|
8269
8232
|
rows: number;
|
|
8270
8233
|
autocomplete: string;
|
|
8271
|
-
type: "" | "number" | "
|
|
8234
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
8272
8235
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
8273
8236
|
step: string | number;
|
|
8274
8237
|
format: string | ProgressFn | undefined;
|
|
@@ -8307,7 +8270,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8307
8270
|
fieldInstance?: any;
|
|
8308
8271
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8309
8272
|
prop: string;
|
|
8310
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
8273
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8311
8274
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8312
8275
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8313
8276
|
style?: CSSProperties | undefined;
|
|
@@ -8355,7 +8318,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8355
8318
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
8356
8319
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
8357
8320
|
readonly label: string | ComputedRef<string>;
|
|
8358
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
8321
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8359
8322
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8360
8323
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8361
8324
|
style?: CSSProperties | undefined;
|
|
@@ -8382,7 +8345,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8382
8345
|
};
|
|
8383
8346
|
rows: number;
|
|
8384
8347
|
autocomplete: string;
|
|
8385
|
-
type: "" | "number" | "
|
|
8348
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
8386
8349
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
8387
8350
|
step: string | number;
|
|
8388
8351
|
format: string | ProgressFn | undefined;
|
|
@@ -8421,7 +8384,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8421
8384
|
fieldInstance?: any;
|
|
8422
8385
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8423
8386
|
prop: string;
|
|
8424
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
8387
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8425
8388
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8426
8389
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8427
8390
|
style?: CSSProperties | undefined;
|
|
@@ -8466,9 +8429,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8466
8429
|
columns: PlusColumn[];
|
|
8467
8430
|
headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
8468
8431
|
row: any[];
|
|
8469
|
-
/**
|
|
8470
|
-
* 获取全局配置
|
|
8471
|
-
*/
|
|
8472
8432
|
rowIndex: number;
|
|
8473
8433
|
column: TableColumnCtx<any[]>;
|
|
8474
8434
|
columnIndex: number;
|
|
@@ -8489,7 +8449,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8489
8449
|
color?: string | undefined;
|
|
8490
8450
|
} | undefined;
|
|
8491
8451
|
}>>;
|
|
8492
|
-
defaultSize: "" | "
|
|
8452
|
+
defaultSize: "" | "default" | "small" | "large";
|
|
8493
8453
|
tableData: RecordType[];
|
|
8494
8454
|
pagination: false | Partial< PlusPaginationProps>;
|
|
8495
8455
|
hasIndexColumn: boolean;
|
|
@@ -8515,9 +8475,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8515
8475
|
readonly columns: PlusColumn[];
|
|
8516
8476
|
readonly headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
8517
8477
|
row: any[];
|
|
8518
|
-
/**
|
|
8519
|
-
* 获取全局配置
|
|
8520
|
-
*/
|
|
8521
8478
|
rowIndex: number;
|
|
8522
8479
|
column: TableColumnCtx<any[]>;
|
|
8523
8480
|
columnIndex: number;
|
|
@@ -8538,7 +8495,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8538
8495
|
color?: string | undefined;
|
|
8539
8496
|
} | undefined;
|
|
8540
8497
|
}>>;
|
|
8541
|
-
readonly defaultSize: "" | "
|
|
8498
|
+
readonly defaultSize: "" | "default" | "small" | "large";
|
|
8542
8499
|
readonly tableData: RecordType[];
|
|
8543
8500
|
readonly pagination: false | Partial< PlusPaginationProps>;
|
|
8544
8501
|
readonly hasIndexColumn: boolean;
|
|
@@ -8587,9 +8544,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8587
8544
|
headerCellStyle: {
|
|
8588
8545
|
type: PropType<Partial< CSSProperties> | Partial<(data: {
|
|
8589
8546
|
row: any[];
|
|
8590
|
-
/**
|
|
8591
|
-
* 获取全局配置
|
|
8592
|
-
*/
|
|
8593
8547
|
rowIndex: number;
|
|
8594
8548
|
column: TableColumnCtx<any[]>;
|
|
8595
8549
|
columnIndex: number;
|
|
@@ -8636,7 +8590,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8636
8590
|
default: boolean;
|
|
8637
8591
|
};
|
|
8638
8592
|
defaultSize: {
|
|
8639
|
-
type: PropType<"" | "
|
|
8593
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
8640
8594
|
default: string;
|
|
8641
8595
|
};
|
|
8642
8596
|
tableData: {
|
|
@@ -8730,9 +8684,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8730
8684
|
$slots: Readonly<{
|
|
8731
8685
|
[name: string]: Slot<any> | undefined;
|
|
8732
8686
|
}>;
|
|
8733
|
-
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
8687
|
+
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
|
|
8734
8688
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
8735
|
-
$emit: ((event: "paginationChange", pageInfo: PageInfo) => void) & ((event: "clickAction", data: ButtonsCallBackParams) => void) & ((event: "clickActionConfirmCancel", data: ButtonsCallBackParams) => void) & ((event: "dragSortEnd", newIndex: number, oldIndex: number) => void) & ((event: "formChange", data: FormChangeCallBackParams) => void) & ((event: "refresh") => void) & ((event: "edited") => void) & ((event: "cell-click", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "cell-dblclick", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "filterTableHeader", columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void) & ((event: "radioChange", row: RecordType, index: number, value: boolean) => void);
|
|
8689
|
+
$emit: ((event: "paginationChange", pageInfo: PageInfo) => void) & ((event: "clickAction", data: ButtonsCallBackParams) => void) & ((event: "clickActionConfirmCancel", data: ButtonsCallBackParams) => void) & ((event: "dragSortEnd", newIndex: number, oldIndex: number) => void) & ((event: "formChange", data: FormChangeCallBackParams) => void) & ((event: "refresh") => void) & ((event: "edited") => void) & ((event: "cell-click", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "cell-dblclick", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "filterTableHeader", columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void) & ((event: "radioChange", row: RecordType, index: number, value: boolean) => void); /** 包装后的请求函数 */
|
|
8736
8690
|
$el: any;
|
|
8737
8691
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
8738
8692
|
data: {
|
|
@@ -8749,9 +8703,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8749
8703
|
headerCellStyle: {
|
|
8750
8704
|
type: PropType<Partial< CSSProperties> | Partial<(data: {
|
|
8751
8705
|
row: any[];
|
|
8752
|
-
/**
|
|
8753
|
-
* 获取全局配置
|
|
8754
|
-
*/
|
|
8755
8706
|
rowIndex: number;
|
|
8756
8707
|
column: TableColumnCtx<any[]>;
|
|
8757
8708
|
columnIndex: number;
|
|
@@ -8798,7 +8749,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8798
8749
|
default: boolean;
|
|
8799
8750
|
};
|
|
8800
8751
|
defaultSize: {
|
|
8801
|
-
type: PropType<"" | "
|
|
8752
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
8802
8753
|
default: string;
|
|
8803
8754
|
};
|
|
8804
8755
|
tableData: {
|
|
@@ -8890,7 +8841,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8890
8841
|
default: () => never[];
|
|
8891
8842
|
};
|
|
8892
8843
|
size: {
|
|
8893
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
8844
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
8894
8845
|
readonly required: false;
|
|
8895
8846
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8896
8847
|
__epPropKey: true;
|
|
@@ -8927,7 +8878,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8927
8878
|
defaultExpandAll: BooleanConstructor;
|
|
8928
8879
|
defaultSort: PropType< Sort | undefined>;
|
|
8929
8880
|
tooltipEffect: StringConstructor;
|
|
8930
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "
|
|
8881
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
8931
8882
|
spanMethod: PropType<((data: {
|
|
8932
8883
|
row: any;
|
|
8933
8884
|
rowIndex: number;
|
|
@@ -8971,7 +8922,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8971
8922
|
};
|
|
8972
8923
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
8973
8924
|
flexible: BooleanConstructor;
|
|
8974
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "
|
|
8925
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
8975
8926
|
}>> & {
|
|
8976
8927
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
8977
8928
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9015,7 +8966,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9015
8966
|
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
9016
8967
|
handleMouseLeave: () => void;
|
|
9017
8968
|
tableId: string;
|
|
9018
|
-
tableSize: ComputedRef<"" | "
|
|
8969
|
+
tableSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
9019
8970
|
isHidden: Ref<boolean>;
|
|
9020
8971
|
isEmpty: ComputedRef<boolean>;
|
|
9021
8972
|
renderExpanded: Ref<null>;
|
|
@@ -9086,7 +9037,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9086
9037
|
default: () => never[];
|
|
9087
9038
|
};
|
|
9088
9039
|
size: {
|
|
9089
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
9040
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
9090
9041
|
readonly required: false;
|
|
9091
9042
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9092
9043
|
__epPropKey: true;
|
|
@@ -9123,7 +9074,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9123
9074
|
defaultExpandAll: BooleanConstructor;
|
|
9124
9075
|
defaultSort: PropType< Sort | undefined>;
|
|
9125
9076
|
tooltipEffect: StringConstructor;
|
|
9126
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "
|
|
9077
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9127
9078
|
spanMethod: PropType<((data: {
|
|
9128
9079
|
row: any;
|
|
9129
9080
|
rowIndex: number;
|
|
@@ -9167,7 +9118,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9167
9118
|
};
|
|
9168
9119
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9169
9120
|
flexible: BooleanConstructor;
|
|
9170
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "
|
|
9121
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9171
9122
|
}>> & {
|
|
9172
9123
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9173
9124
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9221,7 +9172,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9221
9172
|
default: () => never[];
|
|
9222
9173
|
};
|
|
9223
9174
|
size: {
|
|
9224
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
9175
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
9225
9176
|
readonly required: false;
|
|
9226
9177
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9227
9178
|
__epPropKey: true;
|
|
@@ -9258,7 +9209,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9258
9209
|
defaultExpandAll: BooleanConstructor;
|
|
9259
9210
|
defaultSort: PropType< Sort | undefined>;
|
|
9260
9211
|
tooltipEffect: StringConstructor;
|
|
9261
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "
|
|
9212
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9262
9213
|
spanMethod: PropType<((data: {
|
|
9263
9214
|
row: any;
|
|
9264
9215
|
rowIndex: number;
|
|
@@ -9302,7 +9253,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9302
9253
|
};
|
|
9303
9254
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9304
9255
|
flexible: BooleanConstructor;
|
|
9305
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "
|
|
9256
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9306
9257
|
}>> & {
|
|
9307
9258
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9308
9259
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9346,7 +9297,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9346
9297
|
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
9347
9298
|
handleMouseLeave: () => void;
|
|
9348
9299
|
tableId: string;
|
|
9349
|
-
tableSize: ComputedRef<"" | "
|
|
9300
|
+
tableSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
9350
9301
|
isHidden: Ref<boolean>;
|
|
9351
9302
|
isEmpty: ComputedRef<boolean>;
|
|
9352
9303
|
renderExpanded: Ref<null>;
|
|
@@ -9450,9 +9401,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9450
9401
|
columns: PlusColumn[];
|
|
9451
9402
|
headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
9452
9403
|
row: any[];
|
|
9453
|
-
/**
|
|
9454
|
-
* 获取全局配置
|
|
9455
|
-
*/
|
|
9456
9404
|
rowIndex: number;
|
|
9457
9405
|
column: TableColumnCtx<any[]>;
|
|
9458
9406
|
columnIndex: number;
|
|
@@ -9473,7 +9421,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9473
9421
|
color?: string | undefined;
|
|
9474
9422
|
} | undefined;
|
|
9475
9423
|
}>>;
|
|
9476
|
-
defaultSize: "" | "
|
|
9424
|
+
defaultSize: "" | "default" | "small" | "large";
|
|
9477
9425
|
tableData: RecordType[];
|
|
9478
9426
|
pagination: false | Partial< PlusPaginationProps>;
|
|
9479
9427
|
hasIndexColumn: boolean;
|
|
@@ -9529,9 +9477,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9529
9477
|
headerCellStyle: {
|
|
9530
9478
|
type: PropType<Partial< CSSProperties> | Partial<(data: {
|
|
9531
9479
|
row: any[];
|
|
9532
|
-
/**
|
|
9533
|
-
* 获取全局配置
|
|
9534
|
-
*/
|
|
9535
9480
|
rowIndex: number;
|
|
9536
9481
|
column: TableColumnCtx<any[]>;
|
|
9537
9482
|
columnIndex: number;
|
|
@@ -9578,7 +9523,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9578
9523
|
default: boolean;
|
|
9579
9524
|
};
|
|
9580
9525
|
defaultSize: {
|
|
9581
|
-
type: PropType<"" | "
|
|
9526
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
9582
9527
|
default: string;
|
|
9583
9528
|
};
|
|
9584
9529
|
tableData: {
|
|
@@ -9670,7 +9615,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9670
9615
|
default: () => never[];
|
|
9671
9616
|
};
|
|
9672
9617
|
size: {
|
|
9673
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
9618
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
9674
9619
|
readonly required: false;
|
|
9675
9620
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9676
9621
|
__epPropKey: true;
|
|
@@ -9707,7 +9652,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9707
9652
|
defaultExpandAll: BooleanConstructor;
|
|
9708
9653
|
defaultSort: PropType< Sort | undefined>;
|
|
9709
9654
|
tooltipEffect: StringConstructor;
|
|
9710
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "
|
|
9655
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9711
9656
|
spanMethod: PropType<((data: {
|
|
9712
9657
|
row: any;
|
|
9713
9658
|
rowIndex: number;
|
|
@@ -9751,7 +9696,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9751
9696
|
};
|
|
9752
9697
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9753
9698
|
flexible: BooleanConstructor;
|
|
9754
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "
|
|
9699
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9755
9700
|
}>> & {
|
|
9756
9701
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9757
9702
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9795,7 +9740,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9795
9740
|
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
9796
9741
|
handleMouseLeave: () => void;
|
|
9797
9742
|
tableId: string;
|
|
9798
|
-
tableSize: ComputedRef<"" | "
|
|
9743
|
+
tableSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
9799
9744
|
isHidden: Ref<boolean>;
|
|
9800
9745
|
isEmpty: ComputedRef<boolean>;
|
|
9801
9746
|
renderExpanded: Ref<null>;
|
|
@@ -9866,7 +9811,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9866
9811
|
default: () => never[];
|
|
9867
9812
|
};
|
|
9868
9813
|
size: {
|
|
9869
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
9814
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
9870
9815
|
readonly required: false;
|
|
9871
9816
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9872
9817
|
__epPropKey: true;
|
|
@@ -9903,7 +9848,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9903
9848
|
defaultExpandAll: BooleanConstructor;
|
|
9904
9849
|
defaultSort: PropType< Sort | undefined>;
|
|
9905
9850
|
tooltipEffect: StringConstructor;
|
|
9906
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "
|
|
9851
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9907
9852
|
spanMethod: PropType<((data: {
|
|
9908
9853
|
row: any;
|
|
9909
9854
|
rowIndex: number;
|
|
@@ -9947,7 +9892,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9947
9892
|
};
|
|
9948
9893
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9949
9894
|
flexible: BooleanConstructor;
|
|
9950
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "
|
|
9895
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9951
9896
|
}>> & {
|
|
9952
9897
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9953
9898
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -10001,7 +9946,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10001
9946
|
default: () => never[];
|
|
10002
9947
|
};
|
|
10003
9948
|
size: {
|
|
10004
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
9949
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
10005
9950
|
readonly required: false;
|
|
10006
9951
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10007
9952
|
__epPropKey: true;
|
|
@@ -10038,7 +9983,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10038
9983
|
defaultExpandAll: BooleanConstructor;
|
|
10039
9984
|
defaultSort: PropType< Sort | undefined>;
|
|
10040
9985
|
tooltipEffect: StringConstructor;
|
|
10041
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "
|
|
9986
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
10042
9987
|
spanMethod: PropType<((data: {
|
|
10043
9988
|
row: any;
|
|
10044
9989
|
rowIndex: number;
|
|
@@ -10082,7 +10027,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10082
10027
|
};
|
|
10083
10028
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
10084
10029
|
flexible: BooleanConstructor;
|
|
10085
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "
|
|
10030
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
10086
10031
|
}>> & {
|
|
10087
10032
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
10088
10033
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -10126,7 +10071,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10126
10071
|
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
10127
10072
|
handleMouseLeave: () => void;
|
|
10128
10073
|
tableId: string;
|
|
10129
|
-
tableSize: ComputedRef<"" | "
|
|
10074
|
+
tableSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
10130
10075
|
isHidden: Ref<boolean>;
|
|
10131
10076
|
isEmpty: ComputedRef<boolean>;
|
|
10132
10077
|
renderExpanded: Ref<null>;
|
|
@@ -10250,7 +10195,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10250
10195
|
$slots: Partial<Record<never, (_: {
|
|
10251
10196
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
10252
10197
|
readonly label: string | ComputedRef<string>;
|
|
10253
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
10198
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
10254
10199
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
10255
10200
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
10256
10201
|
style?: CSSProperties | undefined;
|
|
@@ -10277,7 +10222,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10277
10222
|
};
|
|
10278
10223
|
rows: number;
|
|
10279
10224
|
autocomplete: string;
|
|
10280
|
-
type: "" | "number" | "
|
|
10225
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
10281
10226
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
10282
10227
|
step: string | number;
|
|
10283
10228
|
format: string | ProgressFn | undefined;
|
|
@@ -10316,7 +10261,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10316
10261
|
fieldInstance?: any;
|
|
10317
10262
|
valueIsReady?: Ref<boolean> | undefined;
|
|
10318
10263
|
prop: string;
|
|
10319
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
10264
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
10320
10265
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
10321
10266
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
10322
10267
|
style?: CSSProperties | undefined;
|
|
@@ -10377,9 +10322,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10377
10322
|
columns: PlusColumn[];
|
|
10378
10323
|
headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
10379
10324
|
row: any[];
|
|
10380
|
-
/**
|
|
10381
|
-
* 获取全局配置
|
|
10382
|
-
*/
|
|
10383
10325
|
rowIndex: number;
|
|
10384
10326
|
column: TableColumnCtx<any[]>;
|
|
10385
10327
|
columnIndex: number;
|
|
@@ -10400,7 +10342,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10400
10342
|
color?: string | undefined;
|
|
10401
10343
|
} | undefined;
|
|
10402
10344
|
}>>;
|
|
10403
|
-
defaultSize: "" | "
|
|
10345
|
+
defaultSize: "" | "default" | "small" | "large";
|
|
10404
10346
|
tableData: RecordType[];
|
|
10405
10347
|
pagination: false | Partial< PlusPaginationProps>;
|
|
10406
10348
|
hasIndexColumn: boolean;
|
|
@@ -10426,9 +10368,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10426
10368
|
readonly columns: PlusColumn[];
|
|
10427
10369
|
readonly headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
10428
10370
|
row: any[];
|
|
10429
|
-
/**
|
|
10430
|
-
* 获取全局配置
|
|
10431
|
-
*/
|
|
10432
10371
|
rowIndex: number;
|
|
10433
10372
|
column: TableColumnCtx<any[]>;
|
|
10434
10373
|
columnIndex: number;
|
|
@@ -10449,7 +10388,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10449
10388
|
color?: string | undefined;
|
|
10450
10389
|
} | undefined;
|
|
10451
10390
|
}>>;
|
|
10452
|
-
readonly defaultSize: "" | "
|
|
10391
|
+
readonly defaultSize: "" | "default" | "small" | "large";
|
|
10453
10392
|
readonly tableData: RecordType[];
|
|
10454
10393
|
readonly pagination: false | Partial< PlusPaginationProps>;
|
|
10455
10394
|
readonly hasIndexColumn: boolean;
|
|
@@ -10498,9 +10437,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10498
10437
|
headerCellStyle: {
|
|
10499
10438
|
type: PropType<Partial< CSSProperties> | Partial<(data: {
|
|
10500
10439
|
row: any[];
|
|
10501
|
-
/**
|
|
10502
|
-
* 获取全局配置
|
|
10503
|
-
*/
|
|
10504
10440
|
rowIndex: number;
|
|
10505
10441
|
column: TableColumnCtx<any[]>;
|
|
10506
10442
|
columnIndex: number;
|
|
@@ -10547,7 +10483,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10547
10483
|
default: boolean;
|
|
10548
10484
|
};
|
|
10549
10485
|
defaultSize: {
|
|
10550
|
-
type: PropType<"" | "
|
|
10486
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
10551
10487
|
default: string;
|
|
10552
10488
|
};
|
|
10553
10489
|
tableData: {
|
|
@@ -10641,9 +10577,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10641
10577
|
$slots: Readonly<{
|
|
10642
10578
|
[name: string]: Slot<any> | undefined;
|
|
10643
10579
|
}>;
|
|
10644
|
-
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
10580
|
+
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
|
|
10645
10581
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
10646
|
-
$emit: ((event: "paginationChange", pageInfo: PageInfo) => void) & ((event: "clickAction", data: ButtonsCallBackParams) => void) & ((event: "clickActionConfirmCancel", data: ButtonsCallBackParams) => void) & ((event: "dragSortEnd", newIndex: number, oldIndex: number) => void) & ((event: "formChange", data: FormChangeCallBackParams) => void) & ((event: "refresh") => void) & ((event: "edited") => void) & ((event: "cell-click", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "cell-dblclick", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "filterTableHeader", columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void) & ((event: "radioChange", row: RecordType, index: number, value: boolean) => void);
|
|
10582
|
+
$emit: ((event: "paginationChange", pageInfo: PageInfo) => void) & ((event: "clickAction", data: ButtonsCallBackParams) => void) & ((event: "clickActionConfirmCancel", data: ButtonsCallBackParams) => void) & ((event: "dragSortEnd", newIndex: number, oldIndex: number) => void) & ((event: "formChange", data: FormChangeCallBackParams) => void) & ((event: "refresh") => void) & ((event: "edited") => void) & ((event: "cell-click", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "cell-dblclick", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "filterTableHeader", columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void) & ((event: "radioChange", row: RecordType, index: number, value: boolean) => void); /** 包装后的请求函数 */
|
|
10647
10583
|
$el: any;
|
|
10648
10584
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
10649
10585
|
data: {
|
|
@@ -10660,9 +10596,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10660
10596
|
headerCellStyle: {
|
|
10661
10597
|
type: PropType<Partial< CSSProperties> | Partial<(data: {
|
|
10662
10598
|
row: any[];
|
|
10663
|
-
/**
|
|
10664
|
-
* 获取全局配置
|
|
10665
|
-
*/
|
|
10666
10599
|
rowIndex: number;
|
|
10667
10600
|
column: TableColumnCtx<any[]>;
|
|
10668
10601
|
columnIndex: number;
|
|
@@ -10709,7 +10642,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10709
10642
|
default: boolean;
|
|
10710
10643
|
};
|
|
10711
10644
|
defaultSize: {
|
|
10712
|
-
type: PropType<"" | "
|
|
10645
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
10713
10646
|
default: string;
|
|
10714
10647
|
};
|
|
10715
10648
|
tableData: {
|
|
@@ -10801,7 +10734,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10801
10734
|
default: () => never[];
|
|
10802
10735
|
};
|
|
10803
10736
|
size: {
|
|
10804
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
10737
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
10805
10738
|
readonly required: false;
|
|
10806
10739
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10807
10740
|
__epPropKey: true;
|
|
@@ -10838,7 +10771,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10838
10771
|
defaultExpandAll: BooleanConstructor;
|
|
10839
10772
|
defaultSort: PropType< Sort | undefined>;
|
|
10840
10773
|
tooltipEffect: StringConstructor;
|
|
10841
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "
|
|
10774
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
10842
10775
|
spanMethod: PropType<((data: {
|
|
10843
10776
|
row: any;
|
|
10844
10777
|
rowIndex: number;
|
|
@@ -10882,7 +10815,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10882
10815
|
};
|
|
10883
10816
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
10884
10817
|
flexible: BooleanConstructor;
|
|
10885
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "
|
|
10818
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
10886
10819
|
}>> & {
|
|
10887
10820
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
10888
10821
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -10926,7 +10859,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10926
10859
|
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
10927
10860
|
handleMouseLeave: () => void;
|
|
10928
10861
|
tableId: string;
|
|
10929
|
-
tableSize: ComputedRef<"" | "
|
|
10862
|
+
tableSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
10930
10863
|
isHidden: Ref<boolean>;
|
|
10931
10864
|
isEmpty: ComputedRef<boolean>;
|
|
10932
10865
|
renderExpanded: Ref<null>;
|
|
@@ -10997,7 +10930,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10997
10930
|
default: () => never[];
|
|
10998
10931
|
};
|
|
10999
10932
|
size: {
|
|
11000
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
10933
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
11001
10934
|
readonly required: false;
|
|
11002
10935
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11003
10936
|
__epPropKey: true;
|
|
@@ -11034,7 +10967,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11034
10967
|
defaultExpandAll: BooleanConstructor;
|
|
11035
10968
|
defaultSort: PropType< Sort | undefined>;
|
|
11036
10969
|
tooltipEffect: StringConstructor;
|
|
11037
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "
|
|
10970
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
11038
10971
|
spanMethod: PropType<((data: {
|
|
11039
10972
|
row: any;
|
|
11040
10973
|
rowIndex: number;
|
|
@@ -11078,7 +11011,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11078
11011
|
};
|
|
11079
11012
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11080
11013
|
flexible: BooleanConstructor;
|
|
11081
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "
|
|
11014
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
11082
11015
|
}>> & {
|
|
11083
11016
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11084
11017
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11132,7 +11065,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11132
11065
|
default: () => never[];
|
|
11133
11066
|
};
|
|
11134
11067
|
size: {
|
|
11135
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
11068
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
11136
11069
|
readonly required: false;
|
|
11137
11070
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11138
11071
|
__epPropKey: true;
|
|
@@ -11169,7 +11102,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11169
11102
|
defaultExpandAll: BooleanConstructor;
|
|
11170
11103
|
defaultSort: PropType< Sort | undefined>;
|
|
11171
11104
|
tooltipEffect: StringConstructor;
|
|
11172
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "
|
|
11105
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
11173
11106
|
spanMethod: PropType<((data: {
|
|
11174
11107
|
row: any;
|
|
11175
11108
|
rowIndex: number;
|
|
@@ -11213,7 +11146,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11213
11146
|
};
|
|
11214
11147
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11215
11148
|
flexible: BooleanConstructor;
|
|
11216
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "
|
|
11149
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
11217
11150
|
}>> & {
|
|
11218
11151
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11219
11152
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11257,7 +11190,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11257
11190
|
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
11258
11191
|
handleMouseLeave: () => void;
|
|
11259
11192
|
tableId: string;
|
|
11260
|
-
tableSize: ComputedRef<"" | "
|
|
11193
|
+
tableSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
11261
11194
|
isHidden: Ref<boolean>;
|
|
11262
11195
|
isEmpty: ComputedRef<boolean>;
|
|
11263
11196
|
renderExpanded: Ref<null>;
|
|
@@ -11361,9 +11294,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11361
11294
|
columns: PlusColumn[];
|
|
11362
11295
|
headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
11363
11296
|
row: any[];
|
|
11364
|
-
/**
|
|
11365
|
-
* 获取全局配置
|
|
11366
|
-
*/
|
|
11367
11297
|
rowIndex: number;
|
|
11368
11298
|
column: TableColumnCtx<any[]>;
|
|
11369
11299
|
columnIndex: number;
|
|
@@ -11384,7 +11314,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11384
11314
|
color?: string | undefined;
|
|
11385
11315
|
} | undefined;
|
|
11386
11316
|
}>>;
|
|
11387
|
-
defaultSize: "" | "
|
|
11317
|
+
defaultSize: "" | "default" | "small" | "large";
|
|
11388
11318
|
tableData: RecordType[];
|
|
11389
11319
|
pagination: false | Partial< PlusPaginationProps>;
|
|
11390
11320
|
hasIndexColumn: boolean;
|
|
@@ -11440,9 +11370,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11440
11370
|
headerCellStyle: {
|
|
11441
11371
|
type: PropType<Partial< CSSProperties> | Partial<(data: {
|
|
11442
11372
|
row: any[];
|
|
11443
|
-
/**
|
|
11444
|
-
* 获取全局配置
|
|
11445
|
-
*/
|
|
11446
11373
|
rowIndex: number;
|
|
11447
11374
|
column: TableColumnCtx<any[]>;
|
|
11448
11375
|
columnIndex: number;
|
|
@@ -11489,7 +11416,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11489
11416
|
default: boolean;
|
|
11490
11417
|
};
|
|
11491
11418
|
defaultSize: {
|
|
11492
|
-
type: PropType<"" | "
|
|
11419
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
11493
11420
|
default: string;
|
|
11494
11421
|
};
|
|
11495
11422
|
tableData: {
|
|
@@ -11581,7 +11508,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11581
11508
|
default: () => never[];
|
|
11582
11509
|
};
|
|
11583
11510
|
size: {
|
|
11584
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
11511
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
11585
11512
|
readonly required: false;
|
|
11586
11513
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11587
11514
|
__epPropKey: true;
|
|
@@ -11618,7 +11545,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11618
11545
|
defaultExpandAll: BooleanConstructor;
|
|
11619
11546
|
defaultSort: PropType< Sort | undefined>;
|
|
11620
11547
|
tooltipEffect: StringConstructor;
|
|
11621
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "
|
|
11548
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
11622
11549
|
spanMethod: PropType<((data: {
|
|
11623
11550
|
row: any;
|
|
11624
11551
|
rowIndex: number;
|
|
@@ -11662,7 +11589,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11662
11589
|
};
|
|
11663
11590
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11664
11591
|
flexible: BooleanConstructor;
|
|
11665
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "
|
|
11592
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
11666
11593
|
}>> & {
|
|
11667
11594
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11668
11595
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11706,7 +11633,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11706
11633
|
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
11707
11634
|
handleMouseLeave: () => void;
|
|
11708
11635
|
tableId: string;
|
|
11709
|
-
tableSize: ComputedRef<"" | "
|
|
11636
|
+
tableSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
11710
11637
|
isHidden: Ref<boolean>;
|
|
11711
11638
|
isEmpty: ComputedRef<boolean>;
|
|
11712
11639
|
renderExpanded: Ref<null>;
|
|
@@ -11777,7 +11704,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11777
11704
|
default: () => never[];
|
|
11778
11705
|
};
|
|
11779
11706
|
size: {
|
|
11780
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
11707
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
11781
11708
|
readonly required: false;
|
|
11782
11709
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11783
11710
|
__epPropKey: true;
|
|
@@ -11814,7 +11741,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11814
11741
|
defaultExpandAll: BooleanConstructor;
|
|
11815
11742
|
defaultSort: PropType< Sort | undefined>;
|
|
11816
11743
|
tooltipEffect: StringConstructor;
|
|
11817
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "
|
|
11744
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
11818
11745
|
spanMethod: PropType<((data: {
|
|
11819
11746
|
row: any;
|
|
11820
11747
|
rowIndex: number;
|
|
@@ -11858,7 +11785,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11858
11785
|
};
|
|
11859
11786
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11860
11787
|
flexible: BooleanConstructor;
|
|
11861
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "
|
|
11788
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
11862
11789
|
}>> & {
|
|
11863
11790
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11864
11791
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11912,7 +11839,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11912
11839
|
default: () => never[];
|
|
11913
11840
|
};
|
|
11914
11841
|
size: {
|
|
11915
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
11842
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
11916
11843
|
readonly required: false;
|
|
11917
11844
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11918
11845
|
__epPropKey: true;
|
|
@@ -11949,7 +11876,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11949
11876
|
defaultExpandAll: BooleanConstructor;
|
|
11950
11877
|
defaultSort: PropType< Sort | undefined>;
|
|
11951
11878
|
tooltipEffect: StringConstructor;
|
|
11952
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "
|
|
11879
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
11953
11880
|
spanMethod: PropType<((data: {
|
|
11954
11881
|
row: any;
|
|
11955
11882
|
rowIndex: number;
|
|
@@ -11993,7 +11920,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11993
11920
|
};
|
|
11994
11921
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11995
11922
|
flexible: BooleanConstructor;
|
|
11996
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "
|
|
11923
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
11997
11924
|
}>> & {
|
|
11998
11925
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11999
11926
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12037,7 +11964,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12037
11964
|
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
12038
11965
|
handleMouseLeave: () => void;
|
|
12039
11966
|
tableId: string;
|
|
12040
|
-
tableSize: ComputedRef<"" | "
|
|
11967
|
+
tableSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
12041
11968
|
isHidden: Ref<boolean>;
|
|
12042
11969
|
isEmpty: ComputedRef<boolean>;
|
|
12043
11970
|
renderExpanded: Ref<null>;
|
|
@@ -12156,7 +12083,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12156
12083
|
default: () => never[];
|
|
12157
12084
|
};
|
|
12158
12085
|
size: {
|
|
12159
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
12086
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
12160
12087
|
readonly required: false;
|
|
12161
12088
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12162
12089
|
__epPropKey: true;
|
|
@@ -12193,7 +12120,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12193
12120
|
defaultExpandAll: BooleanConstructor;
|
|
12194
12121
|
defaultSort: PropType< Sort | undefined>;
|
|
12195
12122
|
tooltipEffect: StringConstructor;
|
|
12196
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "
|
|
12123
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
12197
12124
|
spanMethod: PropType<((data: {
|
|
12198
12125
|
row: any;
|
|
12199
12126
|
rowIndex: number;
|
|
@@ -12237,7 +12164,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12237
12164
|
};
|
|
12238
12165
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12239
12166
|
flexible: BooleanConstructor;
|
|
12240
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "
|
|
12167
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
12241
12168
|
}>> & {
|
|
12242
12169
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12243
12170
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12281,7 +12208,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12281
12208
|
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
12282
12209
|
handleMouseLeave: () => void;
|
|
12283
12210
|
tableId: string;
|
|
12284
|
-
tableSize: ComputedRef<"" | "
|
|
12211
|
+
tableSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
12285
12212
|
isHidden: Ref<boolean>;
|
|
12286
12213
|
isEmpty: ComputedRef<boolean>;
|
|
12287
12214
|
renderExpanded: Ref<null>;
|
|
@@ -12352,7 +12279,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12352
12279
|
default: () => never[];
|
|
12353
12280
|
};
|
|
12354
12281
|
size: {
|
|
12355
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
12282
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
12356
12283
|
readonly required: false;
|
|
12357
12284
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12358
12285
|
__epPropKey: true;
|
|
@@ -12389,7 +12316,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12389
12316
|
defaultExpandAll: BooleanConstructor;
|
|
12390
12317
|
defaultSort: PropType< Sort | undefined>;
|
|
12391
12318
|
tooltipEffect: StringConstructor;
|
|
12392
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "
|
|
12319
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
12393
12320
|
spanMethod: PropType<((data: {
|
|
12394
12321
|
row: any;
|
|
12395
12322
|
rowIndex: number;
|
|
@@ -12433,7 +12360,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12433
12360
|
};
|
|
12434
12361
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12435
12362
|
flexible: BooleanConstructor;
|
|
12436
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "
|
|
12363
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
12437
12364
|
}>> & {
|
|
12438
12365
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12439
12366
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12487,7 +12414,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12487
12414
|
default: () => never[];
|
|
12488
12415
|
};
|
|
12489
12416
|
size: {
|
|
12490
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
12417
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
12491
12418
|
readonly required: false;
|
|
12492
12419
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12493
12420
|
__epPropKey: true;
|
|
@@ -12524,7 +12451,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12524
12451
|
defaultExpandAll: BooleanConstructor;
|
|
12525
12452
|
defaultSort: PropType< Sort | undefined>;
|
|
12526
12453
|
tooltipEffect: StringConstructor;
|
|
12527
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "
|
|
12454
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
12528
12455
|
spanMethod: PropType<((data: {
|
|
12529
12456
|
row: any;
|
|
12530
12457
|
rowIndex: number;
|
|
@@ -12568,7 +12495,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12568
12495
|
};
|
|
12569
12496
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12570
12497
|
flexible: BooleanConstructor;
|
|
12571
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "
|
|
12498
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
12572
12499
|
}>> & {
|
|
12573
12500
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12574
12501
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12612,7 +12539,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12612
12539
|
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
12613
12540
|
handleMouseLeave: () => void;
|
|
12614
12541
|
tableId: string;
|
|
12615
|
-
tableSize: ComputedRef<"" | "
|
|
12542
|
+
tableSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
12616
12543
|
isHidden: Ref<boolean>;
|
|
12617
12544
|
isEmpty: ComputedRef<boolean>;
|
|
12618
12545
|
renderExpanded: Ref<null>;
|
|
@@ -12711,7 +12638,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12711
12638
|
defaultPageSize: number;
|
|
12712
12639
|
};
|
|
12713
12640
|
}>>>, {
|
|
12714
|
-
search: false | Record<string, unknown
|
|
12641
|
+
search: false | Partial<PlusSearchSelfProps & Record<string, unknown>>;
|
|
12715
12642
|
pagination: false | Record<string, unknown>;
|
|
12716
12643
|
showSearch: boolean;
|
|
12717
12644
|
isCard: boolean;
|