@hinen/pro-element-plus 1.4.0 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts +2 -2
- package/dist/components/DataSelect/DataSelect.vue.d.ts +6 -6
- package/dist/components/DataTable/DataTable.vue.d.ts +7 -7
- package/dist/components/DataTable/DataTable.vue.d.ts.map +1 -1
- package/dist/components/DataTable/types.d.ts +1 -1
- package/dist/components/DataTable/types.d.ts.map +1 -1
- package/dist/components/DataTable/useFixedScrollbar.d.ts +13 -0
- package/dist/components/DataTable/useFixedScrollbar.d.ts.map +1 -0
- package/dist/components/Drawer/Drawer.vue.d.ts +10 -10
- package/dist/components/Drawer/props.d.ts +2 -2
- package/dist/components/Drawer/props.d.ts.map +1 -1
- package/dist/components/EllipsisText/EllipsisText.vue.d.ts +1 -1
- package/dist/components/FormFields/FormCascadeSelect/FormCascadeSelect.vue.d.ts +8 -8
- package/dist/components/FormFields/FormCascadeSelect/props.d.ts +1 -1
- package/dist/components/FormFields/FormCheckboxGroup/FormCheckboxGroup.vue.d.ts +4 -4
- package/dist/components/FormFields/FormCheckboxGroup/props.d.ts +1 -1
- package/dist/components/FormFields/FormDatePicker/FormDatePicker.vue.d.ts +8 -8
- package/dist/components/FormFields/FormDatePicker/props.d.ts +1 -1
- package/dist/components/FormFields/FormItem/FormItem.vue.d.ts +3 -3
- package/dist/components/FormFields/FormItem/props.d.ts +1 -1
- package/dist/components/FormFields/FormItem/utils.d.ts +1 -1
- package/dist/components/FormFields/FormNumber/FormNumber.vue.d.ts +6 -6
- package/dist/components/FormFields/FormNumber/props.d.ts +1 -1
- package/dist/components/FormFields/FormRadioGroup/FormRadioGroup.vue.d.ts +4 -4
- package/dist/components/FormFields/FormRadioGroup/props.d.ts +1 -1
- package/dist/components/FormFields/FormRate/FormRate.vue.d.ts +5 -5
- package/dist/components/FormFields/FormRate/props.d.ts +1 -1
- package/dist/components/FormFields/FormSelect/FormSelect.vue.d.ts +8 -8
- package/dist/components/FormFields/FormSelect/props.d.ts +1 -1
- package/dist/components/FormFields/FormSwitch/FormSwitch.vue.d.ts +4 -4
- package/dist/components/FormFields/FormSwitch/props.d.ts +1 -1
- package/dist/components/FormFields/FormTagInput/FormTagInput.vue.d.ts +10 -10
- package/dist/components/FormFields/FormTagInput/props.d.ts +1 -1
- package/dist/components/FormFields/FormText/FormText.vue.d.ts +18 -18
- package/dist/components/FormFields/FormText/props.d.ts +1 -1
- package/dist/components/FormFields/FormTimePicker/FormTimePicker.vue.d.ts +8 -8
- package/dist/components/FormFields/FormTimePicker/props.d.ts +1 -1
- package/dist/components/FormFields/FormTreeSelect/FormTreeSelect.vue.d.ts +1 -1
- package/dist/components/FormFields/FormTreeSelect/props.d.ts +1 -1
- package/dist/components/FormFields/utils.d.ts +1 -1
- package/dist/components/Image/Image.vue.d.ts +14 -5
- package/dist/components/Image/Image.vue.d.ts.map +1 -1
- package/dist/components/Image/props.d.ts +4 -0
- package/dist/components/Image/props.d.ts.map +1 -1
- package/dist/components/Modal/Modal.vue.d.ts +10 -10
- package/dist/components/Modal/props.d.ts +2 -2
- package/dist/components/Modal/props.d.ts.map +1 -1
- package/dist/components/QueryForm/QueryForm.vue.d.ts +2 -2
- package/dist/components/QueryForm/QueryForm.vue.d.ts.map +1 -1
- package/dist/components/QueryForm/TagContent.vue.d.ts +16 -0
- package/dist/components/QueryForm/TagContent.vue.d.ts.map +1 -0
- package/dist/components/QueryForm/contants.d.ts +2 -0
- package/dist/components/QueryForm/contants.d.ts.map +1 -0
- package/dist/components/QueryForm/types.d.ts +5 -1
- package/dist/components/QueryForm/types.d.ts.map +1 -1
- package/dist/components/QueryForm/utils.d.ts +1 -0
- package/dist/components/QueryForm/utils.d.ts.map +1 -1
- package/dist/components/RadioGroup/RadioGroup.vue.d.ts +2 -2
- package/dist/components/Select/Select.vue.d.ts +7 -6
- package/dist/components/Select/Select.vue.d.ts.map +1 -1
- package/dist/components/Select/types.d.ts +1 -0
- package/dist/components/Select/types.d.ts.map +1 -1
- package/dist/index.cjs +26 -26
- package/dist/index.js +2380 -2124
- package/dist/style.css +1 -1
- package/package.json +3 -2
|
@@ -40,8 +40,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
40
40
|
readonly default: true;
|
|
41
41
|
};
|
|
42
42
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
43
|
-
"update:modelValue": (val: import('element-plus').CheckboxGroupValueType) => void;
|
|
44
43
|
change: (val: import('element-plus').CheckboxValueType[]) => void;
|
|
44
|
+
"update:modelValue": (val: import('element-plus').CheckboxGroupValueType) => void;
|
|
45
45
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
46
46
|
options: import('vue').PropType<import('./props').CheckboxGroupOptionType[]>;
|
|
47
47
|
ariaLabel: StringConstructor;
|
|
@@ -81,8 +81,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
81
81
|
readonly default: true;
|
|
82
82
|
};
|
|
83
83
|
}>> & Readonly<{
|
|
84
|
-
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxGroupValueType) => any) | undefined;
|
|
85
84
|
onChange?: ((val: import('element-plus').CheckboxValueType[]) => any) | undefined;
|
|
85
|
+
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxGroupValueType) => any) | undefined;
|
|
86
86
|
}>, {
|
|
87
87
|
modelValue: import('element-plus').CheckboxGroupValueType;
|
|
88
88
|
disabled: boolean;
|
|
@@ -234,11 +234,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
234
234
|
blur: () => void;
|
|
235
235
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
236
236
|
search: (value?: string | undefined) => void;
|
|
237
|
-
|
|
237
|
+
blur: (value: FocusEvent) => void;
|
|
238
238
|
change: (value: import('./props').DataSelectValueType | import('./props').DataSelectValueType[]) => void;
|
|
239
|
-
clear: () => void;
|
|
240
239
|
focus: (value: FocusEvent) => void;
|
|
241
|
-
|
|
240
|
+
"update:modelValue": (value: import('./props').DataSelectValueType | import('./props').DataSelectValueType[]) => void;
|
|
241
|
+
clear: () => void;
|
|
242
242
|
"visible-change": (visible: boolean) => void;
|
|
243
243
|
"remove-tag": (value: import('./props').DataSelectValueType) => void;
|
|
244
244
|
"popup-scroll": (data: {
|
|
@@ -474,11 +474,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
474
474
|
};
|
|
475
475
|
}>> & Readonly<{
|
|
476
476
|
onSearch?: ((value?: string | undefined) => any) | undefined;
|
|
477
|
-
|
|
477
|
+
onBlur?: ((value: FocusEvent) => any) | undefined;
|
|
478
478
|
onChange?: ((value: import('./props').DataSelectValueType | import('./props').DataSelectValueType[]) => any) | undefined;
|
|
479
|
-
onClear?: (() => any) | undefined;
|
|
480
479
|
onFocus?: ((value: FocusEvent) => any) | undefined;
|
|
481
|
-
|
|
480
|
+
"onUpdate:modelValue"?: ((value: import('./props').DataSelectValueType | import('./props').DataSelectValueType[]) => any) | undefined;
|
|
481
|
+
onClear?: (() => any) | undefined;
|
|
482
482
|
"onVisible-change"?: ((visible: boolean) => any) | undefined;
|
|
483
483
|
"onRemove-tag"?: ((value: import('./props').DataSelectValueType) => any) | undefined;
|
|
484
484
|
"onPopup-scroll"?: ((data: {
|
|
@@ -197,13 +197,13 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
197
197
|
getFormData: () => any;
|
|
198
198
|
getSearchParams: () => any;
|
|
199
199
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
200
|
-
select: (selection: any[], row: any) => void;
|
|
201
|
-
expandChange: (row: any, expandedRows: boolean | any[]) => void;
|
|
202
|
-
currentChange: (currentRow: any, oldCurrentRow: any) => void;
|
|
203
200
|
scroll: (event: {
|
|
204
201
|
scrollLeft: number;
|
|
205
202
|
scrollTop: number;
|
|
206
203
|
}) => void;
|
|
204
|
+
select: (selection: any[], row: any) => void;
|
|
205
|
+
expandChange: (row: any, expandedRows: boolean | any[]) => void;
|
|
206
|
+
currentChange: (currentRow: any, oldCurrentRow: any) => void;
|
|
207
207
|
selectAll: (selection: any[]) => void;
|
|
208
208
|
selectionChange: (selection: any[]) => void;
|
|
209
209
|
cellMouseEnter: (row: any, column: any, cell: HTMLTableCellElement, event: Event) => void;
|
|
@@ -391,13 +391,13 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
391
391
|
preserveExpandedContent: BooleanConstructor;
|
|
392
392
|
nativeScrollbar: BooleanConstructor;
|
|
393
393
|
}>> & Readonly<{
|
|
394
|
-
onSelect?: ((selection: any[], row: any) => any) | undefined;
|
|
395
|
-
onExpandChange?: ((row: any, expandedRows: boolean | any[]) => any) | undefined;
|
|
396
|
-
onCurrentChange?: ((currentRow: any, oldCurrentRow: any) => any) | undefined;
|
|
397
394
|
onScroll?: ((event: {
|
|
398
395
|
scrollLeft: number;
|
|
399
396
|
scrollTop: number;
|
|
400
397
|
}) => any) | undefined;
|
|
398
|
+
onSelect?: ((selection: any[], row: any) => any) | undefined;
|
|
399
|
+
onExpandChange?: ((row: any, expandedRows: boolean | any[]) => any) | undefined;
|
|
400
|
+
onCurrentChange?: ((currentRow: any, oldCurrentRow: any) => any) | undefined;
|
|
401
401
|
onSelectAll?: ((selection: any[]) => any) | undefined;
|
|
402
402
|
onSelectionChange?: ((selection: any[]) => any) | undefined;
|
|
403
403
|
onCellMouseEnter?: ((row: any, column: any, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
@@ -420,6 +420,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
420
420
|
onFormDataChange?: ((data: any) => any) | undefined;
|
|
421
421
|
onSearchParamsChange?: ((data: any) => any) | undefined;
|
|
422
422
|
}>, {
|
|
423
|
+
lazy: boolean;
|
|
423
424
|
border: boolean;
|
|
424
425
|
style: import('vue').CSSProperties;
|
|
425
426
|
loading: boolean;
|
|
@@ -434,7 +435,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
434
435
|
selectOnIndeterminate: boolean;
|
|
435
436
|
indent: number;
|
|
436
437
|
treeProps: import('element-plus/es/components/table/src/table/defaults').TreeProps | undefined;
|
|
437
|
-
lazy: boolean;
|
|
438
438
|
tableLayout: "fixed" | "auto";
|
|
439
439
|
scrollbarAlwaysOn: boolean;
|
|
440
440
|
flexible: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataTable.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/DataTable.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DataTable.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/DataTable.vue"],"names":[],"mappings":"AAcA,OAAO,EAEL,KAAK,qBAAqB,EAE3B,MAAM,cAAc,CAAC;AACtB,OAAO,EAUL,KAAK,aAAa,EACnB,MAAM,cAAc,CAAC;AAEtB,OAAO,KAAK,EACV,mBAAmB,EAEnB,kBAAkB,EAEnB,MAAM,SAAS,CAAC;AAygBjB,iBAAS,cAAc,sDAqdtB;AAiDD,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qDAp1BhB,uBACJ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qDADI,uBACJ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EA21BC,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -30,7 +30,7 @@ export type DataTableQueryPlaceholderDataType<RecordType = any, QueryFormDataTyp
|
|
|
30
30
|
export type DataTableQueryKeyType<QueryFormDataType extends Record<string, any> = Record<string, any>> = (params: QueryFormDataType & PaginateParams, sort: SortParams | undefined, originalQueryKey: EntryKey) => EntryKey;
|
|
31
31
|
export type DataTableQueryFnType<RecordType = any, QueryFormDataType extends Record<string, any> = Record<string, any>> = (params: QueryFormDataType & PaginateParams, sort?: SortParams) => Promise<DataTableQueryFnReturnType<RecordType>>;
|
|
32
32
|
export type ElTableColumnProps<RecordType = any> = Omit<ElTableColumnInstance['$props'], 'formatter'> & {
|
|
33
|
-
formatter?: (row: RecordType, column: ElTableColumnCtx<RecordType>, cellValue: any, index: number) =>
|
|
33
|
+
formatter?: (row: RecordType, column: ElTableColumnCtx<RecordType>, cellValue: any, index: number) => any;
|
|
34
34
|
};
|
|
35
35
|
/** 表格列的默认插槽作用域类型 */
|
|
36
36
|
export type DefaultSlotScopeType<RecordType = any> = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/types.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { MaybeRefOrGetter, ShallowRef } from 'vue';
|
|
2
|
+
import { AffixInstance, TableInstance } from 'element-plus';
|
|
3
|
+
|
|
4
|
+
export declare const useFixedScrollbar: (instance: ShallowRef<TableInstance | null>, options: {
|
|
5
|
+
fixed: MaybeRefOrGetter<boolean>;
|
|
6
|
+
offset: MaybeRefOrGetter<number>;
|
|
7
|
+
disabled: MaybeRefOrGetter<boolean>;
|
|
8
|
+
affix: ShallowRef<AffixInstance | null>;
|
|
9
|
+
}) => {
|
|
10
|
+
footerHeight: import('vue').ComputedRef<string>;
|
|
11
|
+
footerOffset: import('vue').ComputedRef<string>;
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=useFixedScrollbar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useFixedScrollbar.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/useFixedScrollbar.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,aAAa,EAEb,aAAa,EACd,MAAM,cAAc,CAAC;AACtB,OAAO,EAEL,KAAK,gBAAgB,EACrB,KAAK,UAAU,EAGhB,MAAM,KAAK,CAAC;AAEb,eAAO,MAAM,iBAAiB,aAClB,UAAU,CAAC,aAAa,GAAG,IAAI,CAAC,WACjC;IACP,KAAK,EAAE,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACjC,MAAM,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAC;IACjC,QAAQ,EAAE,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,KAAK,EAAE,UAAU,CAAC,aAAa,GAAG,IAAI,CAAC,CAAC;CACzC;;;CAgCF,CAAC"}
|
|
@@ -5,8 +5,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
5
5
|
default: boolean;
|
|
6
6
|
};
|
|
7
7
|
footer: {
|
|
8
|
-
type:
|
|
9
|
-
default:
|
|
8
|
+
type: BooleanConstructor;
|
|
9
|
+
default: boolean;
|
|
10
10
|
};
|
|
11
11
|
cancelText: {
|
|
12
12
|
type: StringConstructor;
|
|
@@ -195,10 +195,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
195
195
|
readonly default: "2";
|
|
196
196
|
};
|
|
197
197
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
198
|
-
"update:modelValue": (value: boolean) => void;
|
|
199
|
-
open: () => void;
|
|
200
198
|
cancel: () => void;
|
|
201
199
|
close: () => void;
|
|
200
|
+
"update:modelValue": (value: boolean) => void;
|
|
201
|
+
open: () => void;
|
|
202
202
|
closed: () => void;
|
|
203
203
|
ok: () => void;
|
|
204
204
|
opened: () => void;
|
|
@@ -210,8 +210,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
210
210
|
default: boolean;
|
|
211
211
|
};
|
|
212
212
|
footer: {
|
|
213
|
-
type:
|
|
214
|
-
default:
|
|
213
|
+
type: BooleanConstructor;
|
|
214
|
+
default: boolean;
|
|
215
215
|
};
|
|
216
216
|
cancelText: {
|
|
217
217
|
type: StringConstructor;
|
|
@@ -400,10 +400,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
400
400
|
readonly default: "2";
|
|
401
401
|
};
|
|
402
402
|
}>> & Readonly<{
|
|
403
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
404
|
-
onOpen?: (() => any) | undefined;
|
|
405
403
|
onCancel?: (() => any) | undefined;
|
|
406
404
|
onClose?: (() => any) | undefined;
|
|
405
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
406
|
+
onOpen?: (() => any) | undefined;
|
|
407
407
|
onClosed?: (() => any) | undefined;
|
|
408
408
|
onOk?: (() => any) | undefined;
|
|
409
409
|
onOpened?: (() => any) | undefined;
|
|
@@ -415,10 +415,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
415
415
|
transition: import('element-plus').DialogTransition;
|
|
416
416
|
appendTo: string | HTMLElement;
|
|
417
417
|
showClose: boolean;
|
|
418
|
-
footer:
|
|
418
|
+
footer: boolean;
|
|
419
419
|
title: string;
|
|
420
420
|
center: boolean;
|
|
421
421
|
draggable: boolean;
|
|
422
|
+
ariaLevel: string;
|
|
422
423
|
fullscreen: boolean;
|
|
423
424
|
appendToBody: boolean;
|
|
424
425
|
cancelButtonProps: Partial<import('element-plus').ButtonProps>;
|
|
@@ -440,7 +441,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
440
441
|
trapFocus: boolean;
|
|
441
442
|
alignCenter: boolean;
|
|
442
443
|
overflow: boolean;
|
|
443
|
-
ariaLevel: string;
|
|
444
444
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
445
445
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
446
446
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../src/components/Drawer/props.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,WAAW,EACjB,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEpC,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../src/components/Drawer/props.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,WAAW,EACjB,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEpC,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;cAmBJ,QAAQ,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC;;;;cAI9B,QAAQ,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC;;;;cAI9B,QAAQ,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;;;;;;;;;;;cAW7B,QAAQ,CAAC,OAAO,GAAG,OAAO,GAAG,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG1D,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;;;;;;CAIvB,CAAC"}
|
|
@@ -143,7 +143,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
143
143
|
hideAfter: number;
|
|
144
144
|
autoClose: number;
|
|
145
145
|
enterable: boolean;
|
|
146
|
-
trigger: "
|
|
146
|
+
trigger: "click" | "contextmenu" | "focus" | "hover";
|
|
147
147
|
focusOnShow: boolean;
|
|
148
148
|
popperStyle: any;
|
|
149
149
|
truncated: boolean;
|
|
@@ -95,7 +95,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
95
95
|
};
|
|
96
96
|
error: StringConstructor;
|
|
97
97
|
validateStatus: {
|
|
98
|
-
readonly type: import('vue').PropType<"" | "
|
|
98
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "validating">;
|
|
99
99
|
readonly required: false;
|
|
100
100
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
101
101
|
__epPropKey: true;
|
|
@@ -510,11 +510,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
510
510
|
formItem: import('vue').ShallowRef<FormItemInstance | undefined, FormItemInstance | undefined>;
|
|
511
511
|
field: import('vue').ShallowRef<CascaderInstance | undefined, CascaderInstance | undefined>;
|
|
512
512
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
513
|
-
|
|
513
|
+
blur: (evt: FocusEvent) => void;
|
|
514
514
|
change: (value: import('element-plus').CascaderValue | null | undefined) => void;
|
|
515
|
-
clear: () => void;
|
|
516
515
|
focus: (evt: FocusEvent) => void;
|
|
517
|
-
|
|
516
|
+
"update:modelValue": (value: import('element-plus').CascaderValue | null | undefined) => void;
|
|
517
|
+
clear: () => void;
|
|
518
518
|
visibleChange: (val: boolean) => void;
|
|
519
519
|
expandChange: (val: import('element-plus').CascaderValue) => void;
|
|
520
520
|
removeTag: (val: (string | number)[] | (string | number)) => void;
|
|
@@ -562,7 +562,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
562
562
|
};
|
|
563
563
|
error: StringConstructor;
|
|
564
564
|
validateStatus: {
|
|
565
|
-
readonly type: import('vue').PropType<"" | "
|
|
565
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "validating">;
|
|
566
566
|
readonly required: false;
|
|
567
567
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
568
568
|
__epPropKey: true;
|
|
@@ -974,11 +974,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
974
974
|
default: () => {};
|
|
975
975
|
};
|
|
976
976
|
}>> & Readonly<{
|
|
977
|
-
|
|
977
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
978
978
|
onChange?: ((value: import('element-plus').CascaderValue | null | undefined) => any) | undefined;
|
|
979
|
-
onClear?: (() => any) | undefined;
|
|
980
979
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
981
|
-
|
|
980
|
+
"onUpdate:modelValue"?: ((value: import('element-plus').CascaderValue | null | undefined) => any) | undefined;
|
|
981
|
+
onClear?: (() => any) | undefined;
|
|
982
982
|
onVisibleChange?: ((val: boolean) => any) | undefined;
|
|
983
983
|
onExpandChange?: ((val: import('element-plus').CascaderValue) => any) | undefined;
|
|
984
984
|
onRemoveTag?: ((val: (string | number)[] | (string | number)) => any) | undefined;
|
|
@@ -42,7 +42,7 @@ export declare const formCascadeSelectProps: {
|
|
|
42
42
|
};
|
|
43
43
|
error: StringConstructor;
|
|
44
44
|
validateStatus: {
|
|
45
|
-
readonly type: import('vue').PropType<"" | "
|
|
45
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "validating">;
|
|
46
46
|
readonly required: false;
|
|
47
47
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
48
48
|
__epPropKey: true;
|
|
@@ -66,7 +66,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
66
66
|
};
|
|
67
67
|
error: StringConstructor;
|
|
68
68
|
validateStatus: {
|
|
69
|
-
readonly type: import('vue').PropType<"" | "
|
|
69
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "validating">;
|
|
70
70
|
readonly required: false;
|
|
71
71
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
72
72
|
__epPropKey: true;
|
|
@@ -179,8 +179,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
179
179
|
formItem: import('vue').ShallowRef<FormItemInstance | undefined, FormItemInstance | undefined>;
|
|
180
180
|
field: import('vue').ShallowRef<any, any>;
|
|
181
181
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
182
|
-
"update:modelValue": (val: import('element-plus').CheckboxGroupValueType) => void;
|
|
183
182
|
change: (val: import('element-plus').CheckboxValueType[]) => void;
|
|
183
|
+
"update:modelValue": (val: import('element-plus').CheckboxGroupValueType) => void;
|
|
184
184
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
185
185
|
valueEnum: import('vue').PropType<Record<string, string>>;
|
|
186
186
|
htmlFor: StringConstructor;
|
|
@@ -226,7 +226,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
226
226
|
};
|
|
227
227
|
error: StringConstructor;
|
|
228
228
|
validateStatus: {
|
|
229
|
-
readonly type: import('vue').PropType<"" | "
|
|
229
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "validating">;
|
|
230
230
|
readonly required: false;
|
|
231
231
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
232
232
|
__epPropKey: true;
|
|
@@ -336,8 +336,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
336
336
|
default: () => {};
|
|
337
337
|
};
|
|
338
338
|
}>> & Readonly<{
|
|
339
|
-
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxGroupValueType) => any) | undefined;
|
|
340
339
|
onChange?: ((val: import('element-plus').CheckboxValueType[]) => any) | undefined;
|
|
340
|
+
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxGroupValueType) => any) | undefined;
|
|
341
341
|
}>, {
|
|
342
342
|
required: boolean;
|
|
343
343
|
modelValue: import('element-plus').CheckboxGroupValueType;
|
|
@@ -45,7 +45,7 @@ export declare const formCheckboxGroupProps: {
|
|
|
45
45
|
};
|
|
46
46
|
error: StringConstructor;
|
|
47
47
|
validateStatus: {
|
|
48
|
-
readonly type: PropType<"" | "
|
|
48
|
+
readonly type: PropType<"" | "error" | "success" | "validating">;
|
|
49
49
|
readonly required: false;
|
|
50
50
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
51
51
|
__epPropKey: true;
|
|
@@ -69,7 +69,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
69
69
|
};
|
|
70
70
|
error: StringConstructor;
|
|
71
71
|
validateStatus: {
|
|
72
|
-
readonly type: import('vue').PropType<"" | "
|
|
72
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "validating">;
|
|
73
73
|
readonly required: false;
|
|
74
74
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
75
75
|
__epPropKey: true;
|
|
@@ -548,11 +548,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
548
548
|
formItem: import('vue').ShallowRef<FormItemInstance | undefined, FormItemInstance | undefined>;
|
|
549
549
|
field: import('vue').ShallowRef<DatePickerInstance | undefined, DatePickerInstance | undefined>;
|
|
550
550
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
551
|
-
|
|
551
|
+
blur: (value: FocusEvent) => void;
|
|
552
552
|
change: (value: import('./props').FormDatePickerValueType) => void;
|
|
553
|
-
clear: () => void;
|
|
554
553
|
focus: (value: FocusEvent) => void;
|
|
555
|
-
|
|
554
|
+
"update:modelValue": (value: import('./props').FormDatePickerValueType) => void;
|
|
555
|
+
clear: () => void;
|
|
556
556
|
"visible-change": (visibility: boolean) => void;
|
|
557
557
|
"calendar-change": (value: [Date, Date | null]) => void;
|
|
558
558
|
"panel-change": (date: Date | [Date, Date], mode: "month" | "year", view?: string | undefined) => void;
|
|
@@ -600,7 +600,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
600
600
|
};
|
|
601
601
|
error: StringConstructor;
|
|
602
602
|
validateStatus: {
|
|
603
|
-
readonly type: import('vue').PropType<"" | "
|
|
603
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "validating">;
|
|
604
604
|
readonly required: false;
|
|
605
605
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
606
606
|
__epPropKey: true;
|
|
@@ -1076,11 +1076,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
1076
1076
|
default: () => {};
|
|
1077
1077
|
};
|
|
1078
1078
|
}>> & Readonly<{
|
|
1079
|
-
|
|
1079
|
+
onBlur?: ((value: FocusEvent) => any) | undefined;
|
|
1080
1080
|
onChange?: ((value: import('./props').FormDatePickerValueType) => any) | undefined;
|
|
1081
|
-
onClear?: (() => any) | undefined;
|
|
1082
1081
|
onFocus?: ((value: FocusEvent) => any) | undefined;
|
|
1083
|
-
|
|
1082
|
+
"onUpdate:modelValue"?: ((value: import('./props').FormDatePickerValueType) => any) | undefined;
|
|
1083
|
+
onClear?: (() => any) | undefined;
|
|
1084
1084
|
"onVisible-change"?: ((visibility: boolean) => any) | undefined;
|
|
1085
1085
|
"onCalendar-change"?: ((value: [Date, Date | null]) => any) | undefined;
|
|
1086
1086
|
"onPanel-change"?: ((date: Date | [Date, Date], mode: "month" | "year", view?: string | undefined) => any) | undefined;
|
|
@@ -42,7 +42,7 @@ export declare const formDatePickerProps: {
|
|
|
42
42
|
};
|
|
43
43
|
error: StringConstructor;
|
|
44
44
|
validateStatus: {
|
|
45
|
-
readonly type: import('vue').PropType<"" | "
|
|
45
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "validating">;
|
|
46
46
|
readonly required: false;
|
|
47
47
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
48
48
|
__epPropKey: true;
|
|
@@ -65,7 +65,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
65
65
|
};
|
|
66
66
|
error: StringConstructor;
|
|
67
67
|
validateStatus: {
|
|
68
|
-
readonly type: import('vue').PropType<"" | "
|
|
68
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "validating">;
|
|
69
69
|
readonly required: false;
|
|
70
70
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
71
71
|
__epPropKey: true;
|
|
@@ -95,7 +95,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
95
95
|
}>, {
|
|
96
96
|
size: "" | "small" | "default" | "large" | undefined;
|
|
97
97
|
validateMessage: string | undefined;
|
|
98
|
-
validateState: "" | "
|
|
98
|
+
validateState: "" | "error" | "success" | "validating" | undefined;
|
|
99
99
|
validate: (trigger: string, callback?: FormValidateCallback) => import('element-plus').FormValidationResult | undefined;
|
|
100
100
|
clearValidate: () => void | undefined;
|
|
101
101
|
resetField: () => void | undefined;
|
|
@@ -143,7 +143,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
143
143
|
};
|
|
144
144
|
error: StringConstructor;
|
|
145
145
|
validateStatus: {
|
|
146
|
-
readonly type: import('vue').PropType<"" | "
|
|
146
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "validating">;
|
|
147
147
|
readonly required: false;
|
|
148
148
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
149
149
|
__epPropKey: true;
|
|
@@ -45,7 +45,7 @@ export declare const formItemProps: {
|
|
|
45
45
|
};
|
|
46
46
|
error: StringConstructor;
|
|
47
47
|
validateStatus: {
|
|
48
|
-
readonly type: PropType<"" | "
|
|
48
|
+
readonly type: PropType<"" | "error" | "success" | "validating">;
|
|
49
49
|
readonly required: false;
|
|
50
50
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
51
51
|
__epPropKey: true;
|
|
@@ -11,7 +11,7 @@ export declare const getTooltipProps: (options?: string | Partial<TooltipPropsTy
|
|
|
11
11
|
hideAfter?: number | undefined;
|
|
12
12
|
autoClose?: number | undefined;
|
|
13
13
|
enterable?: boolean | undefined;
|
|
14
|
-
trigger?: "
|
|
14
|
+
trigger?: "click" | "contextmenu" | "focus" | "hover" | undefined;
|
|
15
15
|
focusOnShow?: boolean | undefined;
|
|
16
16
|
popperStyle?: any;
|
|
17
17
|
transition?: string | undefined;
|
|
@@ -79,7 +79,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
79
79
|
};
|
|
80
80
|
error: StringConstructor;
|
|
81
81
|
validateStatus: {
|
|
82
|
-
readonly type: import('vue').PropType<"" | "
|
|
82
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "validating">;
|
|
83
83
|
readonly required: false;
|
|
84
84
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
85
85
|
__epPropKey: true;
|
|
@@ -336,11 +336,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
336
336
|
formItem: import('vue').ShallowRef<FormItemInstance | undefined, FormItemInstance | undefined>;
|
|
337
337
|
field: import('vue').ShallowRef<InputNumberInstance | undefined, InputNumberInstance | undefined>;
|
|
338
338
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
339
|
-
|
|
339
|
+
blur: (e: FocusEvent) => void;
|
|
340
340
|
change: (cur: number | undefined, prev: number | undefined) => void;
|
|
341
341
|
focus: (e: FocusEvent) => void;
|
|
342
|
-
blur: (e: FocusEvent) => void;
|
|
343
342
|
input: (val: number | null | undefined) => void;
|
|
343
|
+
"update:modelValue": (val: number | undefined) => void;
|
|
344
344
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
345
345
|
htmlFor: StringConstructor;
|
|
346
346
|
tooltip: {
|
|
@@ -385,7 +385,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
385
385
|
};
|
|
386
386
|
error: StringConstructor;
|
|
387
387
|
validateStatus: {
|
|
388
|
-
readonly type: import('vue').PropType<"" | "
|
|
388
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "validating">;
|
|
389
389
|
readonly required: false;
|
|
390
390
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
391
391
|
__epPropKey: true;
|
|
@@ -639,11 +639,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
639
639
|
default: () => {};
|
|
640
640
|
};
|
|
641
641
|
}>> & Readonly<{
|
|
642
|
-
|
|
642
|
+
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
643
643
|
onChange?: ((cur: number | undefined, prev: number | undefined) => any) | undefined;
|
|
644
644
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
645
|
-
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
646
645
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
646
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
647
647
|
}>, {
|
|
648
648
|
required: boolean;
|
|
649
649
|
readonly disabled: boolean;
|
|
@@ -42,7 +42,7 @@ export declare const formNumberProps: {
|
|
|
42
42
|
};
|
|
43
43
|
error: StringConstructor;
|
|
44
44
|
validateStatus: {
|
|
45
|
-
readonly type: import('vue').PropType<"" | "
|
|
45
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "validating">;
|
|
46
46
|
readonly required: false;
|
|
47
47
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
48
48
|
__epPropKey: true;
|
|
@@ -66,7 +66,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
66
66
|
};
|
|
67
67
|
error: StringConstructor;
|
|
68
68
|
validateStatus: {
|
|
69
|
-
readonly type: import('vue').PropType<"" | "
|
|
69
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "validating">;
|
|
70
70
|
readonly required: false;
|
|
71
71
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
72
72
|
__epPropKey: true;
|
|
@@ -211,8 +211,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
211
211
|
formItem: import('vue').ShallowRef<FormItemInstance | undefined, FormItemInstance | undefined>;
|
|
212
212
|
field: import('vue').ShallowRef<any, any>;
|
|
213
213
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
214
|
-
"update:modelValue": (val: string | number | boolean | undefined) => void;
|
|
215
214
|
change: (val: string | number | boolean | undefined) => void;
|
|
215
|
+
"update:modelValue": (val: string | number | boolean | undefined) => void;
|
|
216
216
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
217
217
|
valueEnum: import('vue').PropType<Record<string, string>>;
|
|
218
218
|
htmlFor: StringConstructor;
|
|
@@ -258,7 +258,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
258
258
|
};
|
|
259
259
|
error: StringConstructor;
|
|
260
260
|
validateStatus: {
|
|
261
|
-
readonly type: import('vue').PropType<"" | "
|
|
261
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "validating">;
|
|
262
262
|
readonly required: false;
|
|
263
263
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
264
264
|
__epPropKey: true;
|
|
@@ -400,8 +400,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
400
400
|
default: () => {};
|
|
401
401
|
};
|
|
402
402
|
}>> & Readonly<{
|
|
403
|
-
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
404
403
|
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
404
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
405
405
|
}>, {
|
|
406
406
|
required: boolean;
|
|
407
407
|
modelValue: string | number | boolean;
|
|
@@ -45,7 +45,7 @@ export declare const formRadioGroupProps: {
|
|
|
45
45
|
};
|
|
46
46
|
error: StringConstructor;
|
|
47
47
|
validateStatus: {
|
|
48
|
-
readonly type: PropType<"" | "
|
|
48
|
+
readonly type: PropType<"" | "error" | "success" | "validating">;
|
|
49
49
|
readonly required: false;
|
|
50
50
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
51
51
|
__epPropKey: true;
|