@jari-ace/element-plus-component 0.3.1 → 0.3.3
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/autoComplete/JaAutoComplete.vue.d.ts +956 -1179
- package/dist/components/autoComplete/JaAutoComplete.vue.d.ts.map +1 -1
- package/dist/components/button/JaButton.vue.d.ts +114 -450
- package/dist/components/button/JaButton.vue.d.ts.map +1 -1
- package/dist/components/checkbox/JaCheckbox.vue.d.ts +228 -150
- package/dist/components/checkbox/JaCheckbox.vue.d.ts.map +1 -1
- package/dist/components/checkboxGroup/JaCheckboxGroup.vue.d.ts +215 -137
- package/dist/components/checkboxGroup/JaCheckboxGroup.vue.d.ts.map +1 -1
- package/dist/components/dropdownButton/JaDropdownButton.vue.d.ts +700 -1596
- package/dist/components/dropdownButton/JaDropdownButton.vue.d.ts.map +1 -1
- package/dist/components/form/JaForm.vue.d.ts +1 -1
- package/dist/components/formItem/JaFormItem.vue.d.ts +83 -293
- package/dist/components/formItem/JaFormItem.vue.d.ts.map +1 -1
- package/dist/components/input/JaInput.vue.d.ts +244 -609
- package/dist/components/input/JaInput.vue.d.ts.map +1 -1
- package/dist/components/inputI18n/I18nBundleEditor.vue.d.ts +1 -1
- package/dist/components/inputI18n/I18nBundleEditor.vue.d.ts.map +1 -1
- package/dist/components/inputI18n/I18nBundleEditor.vue.js +1 -1
- package/dist/components/inputI18n/I18nBundleEditor.vue.js.map +1 -1
- package/dist/components/inputI18n/InputI18n.vue.d.ts.map +1 -1
- package/dist/components/inputI18n/InputI18n.vue.js +14 -5
- package/dist/components/inputI18n/InputI18n.vue.js.map +1 -1
- package/dist/components/inputNumber/JaInputNumber.vue.d.ts +117 -471
- package/dist/components/inputNumber/JaInputNumber.vue.d.ts.map +1 -1
- package/dist/components/inputNumber/JaInputNumber.vue.js +4 -1
- package/dist/components/inputNumber/JaInputNumber.vue.js.map +1 -1
- package/dist/components/properyPicker/PropertyPicker.vue.d.ts.map +1 -1
- package/dist/components/properyPicker/PropertyPicker.vue.js +4 -8
- package/dist/components/properyPicker/PropertyPicker.vue.js.map +1 -1
- package/dist/components/radioGroup/JaRadioGroup.vue.d.ts +96 -287
- package/dist/components/radioGroup/JaRadioGroup.vue.d.ts.map +1 -1
- package/dist/components/rolePicker/RoleCategorySelector.vue.d.ts +14 -0
- package/dist/components/rolePicker/RoleCategorySelector.vue.d.ts.map +1 -0
- package/dist/components/rolePicker/RoleCategorySelector.vue.js +410 -0
- package/dist/components/rolePicker/RoleCategorySelector.vue.js.map +1 -0
- package/dist/components/rolePicker/RoleEditor.vue.d.ts +1 -0
- package/dist/components/rolePicker/RoleEditor.vue.d.ts.map +1 -1
- package/dist/components/rolePicker/RoleEditor.vue.js +64 -31
- package/dist/components/rolePicker/RoleEditor.vue.js.map +1 -1
- package/dist/components/rolePicker/baseRolePicker.vue.d.ts.map +1 -1
- package/dist/components/rolePicker/baseRolePicker.vue.js +7 -9
- package/dist/components/rolePicker/baseRolePicker.vue.js.map +1 -1
- package/dist/components/rolePicker/index.d.ts +2 -0
- package/dist/components/rolePicker/index.d.ts.map +1 -1
- package/dist/components/rolePicker/index.js +2 -0
- package/dist/components/rolePicker/index.js.map +1 -1
- package/dist/components/scrollbar/Scrollbar.vue.d.ts +110 -378
- package/dist/components/scrollbar/Scrollbar.vue.d.ts.map +1 -1
- package/dist/components/switch/JaSwitch.vue.d.ts +96 -431
- package/dist/components/switch/JaSwitch.vue.d.ts.map +1 -1
- package/dist/components/upload/JaUploader.vue.d.ts +50 -6
- package/dist/components/upload/JaUploader.vue.d.ts.map +1 -1
- package/dist/components/upload/index.d.ts +141 -3
- package/dist/components/upload/index.d.ts.map +1 -1
- package/dist/components/upload/index.js +4 -1
- package/dist/components/upload/index.js.map +1 -1
- package/dist/components/upload/types.d.ts +3 -0
- package/dist/components/upload/types.d.ts.map +1 -0
- package/dist/components/upload/types.js +2 -0
- package/dist/components/upload/types.js.map +1 -0
- package/dist/components/upload/uploader.vue.d.ts +26 -3
- package/dist/components/upload/uploader.vue.d.ts.map +1 -1
- package/dist/components/upload/uploader.vue.js +28 -11
- package/dist/components/upload/uploader.vue.js.map +1 -1
- package/dist/components/userGroupTree/src/userGroupTree.vue.d.ts +1808 -0
- package/dist/components/userGroupTree/src/userGroupTree.vue.d.ts.map +1 -0
- package/dist/components/userGroupTree/src/userGroupTree.vue.js +23 -14
- package/dist/components/userGroupTree/src/userGroupTree.vue.js.map +1 -1
- package/dist/components/userSelectDialog/src/userSelectDialog.vue.d.ts.map +1 -1
- package/dist/components/userSelectDialog/src/userSelectDialog.vue.js +2 -0
- package/dist/components/userSelectDialog/src/userSelectDialog.vue.js.map +1 -1
- package/dist/hooks/useAppInstances.d.ts +17 -4
- package/dist/hooks/useAppInstances.d.ts.map +1 -1
- package/dist/hooks/useAppInstances.js +109 -24
- package/dist/hooks/useAppInstances.js.map +1 -1
- package/dist/hooks/useClassificationLevels.d.ts.map +1 -1
- package/dist/hooks/useClassificationLevels.js +30 -7
- package/dist/hooks/useClassificationLevels.js.map +1 -1
- package/dist/hooks/useConstraintProviders.d.ts +5 -0
- package/dist/hooks/useConstraintProviders.d.ts.map +1 -0
- package/dist/hooks/useConstraintProviders.js +31 -0
- package/dist/hooks/useConstraintProviders.js.map +1 -0
- package/dist/hooks/useEntities.d.ts +9 -0
- package/dist/hooks/useEntities.d.ts.map +1 -0
- package/dist/hooks/useEntities.js +40 -0
- package/dist/hooks/useEntities.js.map +1 -0
- package/dist/hooks/useEntityPropDataTypes.d.ts +5 -0
- package/dist/hooks/useEntityPropDataTypes.d.ts.map +1 -0
- package/dist/hooks/useEntityPropDataTypes.js +31 -0
- package/dist/hooks/useEntityPropDataTypes.js.map +1 -0
- package/dist/hooks/useFileConfigurations.d.ts +6 -0
- package/dist/hooks/useFileConfigurations.d.ts.map +1 -0
- package/dist/hooks/useFileConfigurations.js +37 -0
- package/dist/hooks/useFileConfigurations.js.map +1 -0
- package/dist/hooks/useGroups.d.ts +7 -0
- package/dist/hooks/useGroups.d.ts.map +1 -0
- package/dist/hooks/useGroups.js +75 -0
- package/dist/hooks/useGroups.js.map +1 -0
- package/dist/hooks/useNumberTemplates.d.ts +6 -0
- package/dist/hooks/useNumberTemplates.d.ts.map +1 -0
- package/dist/hooks/useNumberTemplates.js +37 -0
- package/dist/hooks/useNumberTemplates.js.map +1 -0
- package/dist/hooks/useProperties.d.ts +9 -0
- package/dist/hooks/useProperties.d.ts.map +1 -0
- package/dist/hooks/useProperties.js +40 -0
- package/dist/hooks/useProperties.js.map +1 -0
- package/dist/hooks/useRoleCategories.d.ts +6 -0
- package/dist/hooks/useRoleCategories.d.ts.map +1 -0
- package/dist/hooks/useRoleCategories.js +37 -0
- package/dist/hooks/useRoleCategories.js.map +1 -0
- package/dist/hooks/useRoles.d.ts +6 -0
- package/dist/hooks/useRoles.d.ts.map +1 -0
- package/dist/hooks/useRoles.js +38 -0
- package/dist/hooks/useRoles.js.map +1 -0
- package/dist/index.d.ts +9 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9 -0
- package/dist/index.js.map +1 -1
- package/lib/index.css +1 -1
- package/lib/index.js +9385 -8876
- package/lib/index.umd.cjs +34 -34
- package/package.json +7 -7
- package/packages/components/input/JaInput.vue +1 -1
- package/packages/components/inputI18n/I18nBundleEditor.vue +2 -2
- package/packages/components/inputI18n/InputI18n.vue +33 -25
- package/packages/components/inputNumber/JaInputNumber.vue +6 -5
- package/packages/components/properyPicker/PropertyPicker.vue +4 -8
- package/packages/components/rolePicker/RoleCategorySelector.vue +154 -0
- package/packages/components/rolePicker/RoleEditor.vue +16 -7
- package/packages/components/rolePicker/baseRolePicker.vue +6 -13
- package/packages/components/rolePicker/index.ts +3 -0
- package/packages/components/upload/index.ts +4 -1
- package/packages/components/upload/types.ts +4 -0
- package/packages/components/upload/uploader.vue +456 -381
- package/packages/components/userGroupTree/src/userGroupTree.vue +54 -17
- package/packages/components/userSelectDialog/src/userSelectDialog.vue +1 -1
- package/packages/hooks/useAppInstances.ts +121 -25
- package/packages/hooks/useClassificationLevels.ts +31 -7
- package/packages/hooks/useConstraintProviders.ts +36 -0
- package/packages/hooks/useEntities.ts +44 -0
- package/packages/hooks/useEntityPropDataTypes.ts +37 -0
- package/packages/hooks/useFileConfigurations.ts +41 -0
- package/packages/hooks/useGroups.ts +81 -0
- package/packages/hooks/useNumberTemplates.ts +43 -0
- package/packages/hooks/useProperties.ts +44 -0
- package/packages/hooks/useRoleCategories.ts +42 -0
- package/packages/hooks/useRoles.ts +44 -0
- package/packages/index.ts +9 -0
|
@@ -12,7 +12,7 @@ type __VLS_Props = {
|
|
|
12
12
|
validateEvent?: boolean;
|
|
13
13
|
};
|
|
14
14
|
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Props, {
|
|
15
|
-
elCheckbox: import("vue").Ref<({
|
|
15
|
+
elCheckbox: import("vue").Ref<import("element-plus/es/utils/index.mjs").SFCWithInstall<{
|
|
16
16
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
17
17
|
ariaControls: StringConstructor;
|
|
18
18
|
modelValue: {
|
|
@@ -56,7 +56,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
56
56
|
};
|
|
57
57
|
border: BooleanConstructor;
|
|
58
58
|
size: {
|
|
59
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
59
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
60
60
|
readonly required: false;
|
|
61
61
|
readonly validator: (val: unknown) => boolean;
|
|
62
62
|
__epPropKey: true;
|
|
@@ -137,7 +137,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
137
137
|
};
|
|
138
138
|
border: BooleanConstructor;
|
|
139
139
|
size: {
|
|
140
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
140
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
141
141
|
readonly required: false;
|
|
142
142
|
readonly validator: (val: unknown) => boolean;
|
|
143
143
|
__epPropKey: true;
|
|
@@ -212,7 +212,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
212
212
|
};
|
|
213
213
|
border: BooleanConstructor;
|
|
214
214
|
size: {
|
|
215
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
215
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
216
216
|
readonly required: false;
|
|
217
217
|
readonly validator: (val: unknown) => boolean;
|
|
218
218
|
__epPropKey: true;
|
|
@@ -243,11 +243,11 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
243
243
|
falseValue: string | number;
|
|
244
244
|
trueLabel: string | number;
|
|
245
245
|
falseLabel: string | number;
|
|
246
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> &
|
|
246
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
247
247
|
$slots: {
|
|
248
248
|
default?(_: {}): any;
|
|
249
249
|
};
|
|
250
|
-
}) &
|
|
250
|
+
})> & {
|
|
251
251
|
CheckboxButton: {
|
|
252
252
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
253
253
|
ariaControls: StringConstructor;
|
|
@@ -292,7 +292,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
292
292
|
};
|
|
293
293
|
border: BooleanConstructor;
|
|
294
294
|
size: {
|
|
295
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
295
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
296
296
|
readonly required: false;
|
|
297
297
|
readonly validator: (val: unknown) => boolean;
|
|
298
298
|
__epPropKey: true;
|
|
@@ -373,7 +373,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
373
373
|
};
|
|
374
374
|
border: BooleanConstructor;
|
|
375
375
|
size: {
|
|
376
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
376
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
377
377
|
readonly required: false;
|
|
378
378
|
readonly validator: (val: unknown) => boolean;
|
|
379
379
|
__epPropKey: true;
|
|
@@ -448,7 +448,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
448
448
|
};
|
|
449
449
|
border: BooleanConstructor;
|
|
450
450
|
size: {
|
|
451
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
451
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
452
452
|
readonly required: false;
|
|
453
453
|
readonly validator: (val: unknown) => boolean;
|
|
454
454
|
__epPropKey: true;
|
|
@@ -487,41 +487,48 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
487
487
|
CheckboxGroup: {
|
|
488
488
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
489
489
|
readonly ariaLabel: StringConstructor;
|
|
490
|
-
readonly modelValue:
|
|
491
|
-
readonly type: import("vue").PropType<import("element-plus").CheckboxGroupValueType>;
|
|
492
|
-
readonly required: false;
|
|
493
|
-
readonly validator: (val: unknown) => boolean;
|
|
494
|
-
__epPropKey: true;
|
|
495
|
-
} & {
|
|
496
|
-
readonly default: () => never[];
|
|
497
|
-
};
|
|
490
|
+
readonly modelValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => import("element-plus").CheckboxGroupValueType) | (() => import("element-plus").CheckboxGroupValueType) | ((new (...args: any[]) => import("element-plus").CheckboxGroupValueType) | (() => import("element-plus").CheckboxGroupValueType))[], unknown, unknown, () => never[], boolean>;
|
|
498
491
|
readonly disabled: BooleanConstructor;
|
|
499
492
|
readonly min: NumberConstructor;
|
|
500
493
|
readonly max: NumberConstructor;
|
|
501
494
|
readonly size: {
|
|
502
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
495
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
503
496
|
readonly required: false;
|
|
504
497
|
readonly validator: (val: unknown) => boolean;
|
|
505
498
|
__epPropKey: true;
|
|
506
499
|
};
|
|
507
500
|
readonly fill: StringConstructor;
|
|
508
501
|
readonly textColor: StringConstructor;
|
|
509
|
-
readonly tag:
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
readonly
|
|
513
|
-
__epPropKey: true;
|
|
514
|
-
} & {
|
|
515
|
-
readonly default: "div";
|
|
516
|
-
};
|
|
517
|
-
readonly validateEvent: {
|
|
518
|
-
readonly type: import("vue").PropType<boolean>;
|
|
502
|
+
readonly tag: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
503
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
504
|
+
readonly options: {
|
|
505
|
+
readonly type: import("vue").PropType<any[]>;
|
|
519
506
|
readonly required: false;
|
|
520
507
|
readonly validator: (val: unknown) => boolean;
|
|
521
508
|
__epPropKey: true;
|
|
522
|
-
} & {
|
|
523
|
-
readonly default: true;
|
|
524
509
|
};
|
|
510
|
+
readonly props: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => {
|
|
511
|
+
value?: string;
|
|
512
|
+
label?: string;
|
|
513
|
+
disabled?: string;
|
|
514
|
+
}) | (() => {
|
|
515
|
+
value?: string;
|
|
516
|
+
label?: string;
|
|
517
|
+
disabled?: string;
|
|
518
|
+
}) | ((new (...args: any[]) => {
|
|
519
|
+
value?: string;
|
|
520
|
+
label?: string;
|
|
521
|
+
disabled?: string;
|
|
522
|
+
}) | (() => {
|
|
523
|
+
value?: string;
|
|
524
|
+
label?: string;
|
|
525
|
+
disabled?: string;
|
|
526
|
+
}))[], unknown, unknown, () => Required<{
|
|
527
|
+
value?: string;
|
|
528
|
+
label?: string;
|
|
529
|
+
disabled?: string;
|
|
530
|
+
}>, boolean>;
|
|
531
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "button" | "checkbox", unknown, "checkbox", boolean>;
|
|
525
532
|
}>> & {
|
|
526
533
|
"onUpdate:modelValue"?: (val: import("element-plus").CheckboxGroupValueType) => any;
|
|
527
534
|
onChange?: (val: CheckboxValueType[]) => any;
|
|
@@ -530,8 +537,14 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
530
537
|
change: (val: CheckboxValueType[]) => void;
|
|
531
538
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
532
539
|
readonly disabled: boolean;
|
|
540
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "button" | "checkbox", unknown>;
|
|
541
|
+
readonly props: {
|
|
542
|
+
value?: string;
|
|
543
|
+
label?: string;
|
|
544
|
+
disabled?: string;
|
|
545
|
+
};
|
|
533
546
|
readonly modelValue: import("element-plus").CheckboxGroupValueType;
|
|
534
|
-
readonly validateEvent:
|
|
547
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
535
548
|
readonly tag: string;
|
|
536
549
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
537
550
|
P: {};
|
|
@@ -542,48 +555,61 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
542
555
|
Defaults: {};
|
|
543
556
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
544
557
|
readonly ariaLabel: StringConstructor;
|
|
545
|
-
readonly modelValue:
|
|
546
|
-
readonly type: import("vue").PropType<import("element-plus").CheckboxGroupValueType>;
|
|
547
|
-
readonly required: false;
|
|
548
|
-
readonly validator: (val: unknown) => boolean;
|
|
549
|
-
__epPropKey: true;
|
|
550
|
-
} & {
|
|
551
|
-
readonly default: () => never[];
|
|
552
|
-
};
|
|
558
|
+
readonly modelValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => import("element-plus").CheckboxGroupValueType) | (() => import("element-plus").CheckboxGroupValueType) | ((new (...args: any[]) => import("element-plus").CheckboxGroupValueType) | (() => import("element-plus").CheckboxGroupValueType))[], unknown, unknown, () => never[], boolean>;
|
|
553
559
|
readonly disabled: BooleanConstructor;
|
|
554
560
|
readonly min: NumberConstructor;
|
|
555
561
|
readonly max: NumberConstructor;
|
|
556
562
|
readonly size: {
|
|
557
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
563
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
558
564
|
readonly required: false;
|
|
559
565
|
readonly validator: (val: unknown) => boolean;
|
|
560
566
|
__epPropKey: true;
|
|
561
567
|
};
|
|
562
568
|
readonly fill: StringConstructor;
|
|
563
569
|
readonly textColor: StringConstructor;
|
|
564
|
-
readonly tag:
|
|
565
|
-
|
|
570
|
+
readonly tag: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
571
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
572
|
+
readonly options: {
|
|
573
|
+
readonly type: import("vue").PropType<any[]>;
|
|
566
574
|
readonly required: false;
|
|
567
575
|
readonly validator: (val: unknown) => boolean;
|
|
568
576
|
__epPropKey: true;
|
|
569
|
-
} & {
|
|
570
|
-
readonly default: "div";
|
|
571
|
-
};
|
|
572
|
-
readonly validateEvent: {
|
|
573
|
-
readonly type: import("vue").PropType<boolean>;
|
|
574
|
-
readonly required: false;
|
|
575
|
-
readonly validator: (val: unknown) => boolean;
|
|
576
|
-
__epPropKey: true;
|
|
577
|
-
} & {
|
|
578
|
-
readonly default: true;
|
|
579
577
|
};
|
|
578
|
+
readonly props: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => {
|
|
579
|
+
value?: string;
|
|
580
|
+
label?: string;
|
|
581
|
+
disabled?: string;
|
|
582
|
+
}) | (() => {
|
|
583
|
+
value?: string;
|
|
584
|
+
label?: string;
|
|
585
|
+
disabled?: string;
|
|
586
|
+
}) | ((new (...args: any[]) => {
|
|
587
|
+
value?: string;
|
|
588
|
+
label?: string;
|
|
589
|
+
disabled?: string;
|
|
590
|
+
}) | (() => {
|
|
591
|
+
value?: string;
|
|
592
|
+
label?: string;
|
|
593
|
+
disabled?: string;
|
|
594
|
+
}))[], unknown, unknown, () => Required<{
|
|
595
|
+
value?: string;
|
|
596
|
+
label?: string;
|
|
597
|
+
disabled?: string;
|
|
598
|
+
}>, boolean>;
|
|
599
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "button" | "checkbox", unknown, "checkbox", boolean>;
|
|
580
600
|
}>> & {
|
|
581
601
|
"onUpdate:modelValue"?: (val: import("element-plus").CheckboxGroupValueType) => any;
|
|
582
602
|
onChange?: (val: CheckboxValueType[]) => any;
|
|
583
603
|
}, {}, {}, {}, {}, {
|
|
584
604
|
readonly disabled: boolean;
|
|
605
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "button" | "checkbox", unknown>;
|
|
606
|
+
readonly props: {
|
|
607
|
+
value?: string;
|
|
608
|
+
label?: string;
|
|
609
|
+
disabled?: string;
|
|
610
|
+
};
|
|
585
611
|
readonly modelValue: import("element-plus").CheckboxGroupValueType;
|
|
586
|
-
readonly validateEvent:
|
|
612
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
587
613
|
readonly tag: string;
|
|
588
614
|
}>;
|
|
589
615
|
__isFragment?: never;
|
|
@@ -591,41 +617,48 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
591
617
|
__isSuspense?: never;
|
|
592
618
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
593
619
|
readonly ariaLabel: StringConstructor;
|
|
594
|
-
readonly modelValue:
|
|
595
|
-
readonly type: import("vue").PropType<import("element-plus").CheckboxGroupValueType>;
|
|
596
|
-
readonly required: false;
|
|
597
|
-
readonly validator: (val: unknown) => boolean;
|
|
598
|
-
__epPropKey: true;
|
|
599
|
-
} & {
|
|
600
|
-
readonly default: () => never[];
|
|
601
|
-
};
|
|
620
|
+
readonly modelValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => import("element-plus").CheckboxGroupValueType) | (() => import("element-plus").CheckboxGroupValueType) | ((new (...args: any[]) => import("element-plus").CheckboxGroupValueType) | (() => import("element-plus").CheckboxGroupValueType))[], unknown, unknown, () => never[], boolean>;
|
|
602
621
|
readonly disabled: BooleanConstructor;
|
|
603
622
|
readonly min: NumberConstructor;
|
|
604
623
|
readonly max: NumberConstructor;
|
|
605
624
|
readonly size: {
|
|
606
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
625
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
607
626
|
readonly required: false;
|
|
608
627
|
readonly validator: (val: unknown) => boolean;
|
|
609
628
|
__epPropKey: true;
|
|
610
629
|
};
|
|
611
630
|
readonly fill: StringConstructor;
|
|
612
631
|
readonly textColor: StringConstructor;
|
|
613
|
-
readonly tag:
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
readonly
|
|
617
|
-
__epPropKey: true;
|
|
618
|
-
} & {
|
|
619
|
-
readonly default: "div";
|
|
620
|
-
};
|
|
621
|
-
readonly validateEvent: {
|
|
622
|
-
readonly type: import("vue").PropType<boolean>;
|
|
632
|
+
readonly tag: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
633
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
634
|
+
readonly options: {
|
|
635
|
+
readonly type: import("vue").PropType<any[]>;
|
|
623
636
|
readonly required: false;
|
|
624
637
|
readonly validator: (val: unknown) => boolean;
|
|
625
638
|
__epPropKey: true;
|
|
626
|
-
} & {
|
|
627
|
-
readonly default: true;
|
|
628
639
|
};
|
|
640
|
+
readonly props: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => {
|
|
641
|
+
value?: string;
|
|
642
|
+
label?: string;
|
|
643
|
+
disabled?: string;
|
|
644
|
+
}) | (() => {
|
|
645
|
+
value?: string;
|
|
646
|
+
label?: string;
|
|
647
|
+
disabled?: string;
|
|
648
|
+
}) | ((new (...args: any[]) => {
|
|
649
|
+
value?: string;
|
|
650
|
+
label?: string;
|
|
651
|
+
disabled?: string;
|
|
652
|
+
}) | (() => {
|
|
653
|
+
value?: string;
|
|
654
|
+
label?: string;
|
|
655
|
+
disabled?: string;
|
|
656
|
+
}))[], unknown, unknown, () => Required<{
|
|
657
|
+
value?: string;
|
|
658
|
+
label?: string;
|
|
659
|
+
disabled?: string;
|
|
660
|
+
}>, boolean>;
|
|
661
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "button" | "checkbox", unknown, "checkbox", boolean>;
|
|
629
662
|
}>> & {
|
|
630
663
|
"onUpdate:modelValue"?: (val: import("element-plus").CheckboxGroupValueType) => any;
|
|
631
664
|
onChange?: (val: CheckboxValueType[]) => any;
|
|
@@ -634,15 +667,21 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
634
667
|
change: (val: CheckboxValueType[]) => void;
|
|
635
668
|
}, string, {
|
|
636
669
|
readonly disabled: boolean;
|
|
670
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "button" | "checkbox", unknown>;
|
|
671
|
+
readonly props: {
|
|
672
|
+
value?: string;
|
|
673
|
+
label?: string;
|
|
674
|
+
disabled?: string;
|
|
675
|
+
};
|
|
637
676
|
readonly modelValue: import("element-plus").CheckboxGroupValueType;
|
|
638
|
-
readonly validateEvent:
|
|
677
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
639
678
|
readonly tag: string;
|
|
640
679
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
641
680
|
$slots: {
|
|
642
681
|
default?(_: {}): any;
|
|
643
682
|
};
|
|
644
683
|
});
|
|
645
|
-
}, ({
|
|
684
|
+
}, import("element-plus/es/utils/index.mjs").SFCWithInstall<{
|
|
646
685
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
647
686
|
ariaControls: StringConstructor;
|
|
648
687
|
modelValue: {
|
|
@@ -686,7 +725,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
686
725
|
};
|
|
687
726
|
border: BooleanConstructor;
|
|
688
727
|
size: {
|
|
689
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
728
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
690
729
|
readonly required: false;
|
|
691
730
|
readonly validator: (val: unknown) => boolean;
|
|
692
731
|
__epPropKey: true;
|
|
@@ -767,7 +806,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
767
806
|
};
|
|
768
807
|
border: BooleanConstructor;
|
|
769
808
|
size: {
|
|
770
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
809
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
771
810
|
readonly required: false;
|
|
772
811
|
readonly validator: (val: unknown) => boolean;
|
|
773
812
|
__epPropKey: true;
|
|
@@ -842,7 +881,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
842
881
|
};
|
|
843
882
|
border: BooleanConstructor;
|
|
844
883
|
size: {
|
|
845
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
884
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
846
885
|
readonly required: false;
|
|
847
886
|
readonly validator: (val: unknown) => boolean;
|
|
848
887
|
__epPropKey: true;
|
|
@@ -873,11 +912,11 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
873
912
|
falseValue: string | number;
|
|
874
913
|
trueLabel: string | number;
|
|
875
914
|
falseLabel: string | number;
|
|
876
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> &
|
|
915
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
877
916
|
$slots: {
|
|
878
917
|
default?(_: {}): any;
|
|
879
918
|
};
|
|
880
|
-
}) &
|
|
919
|
+
})> & {
|
|
881
920
|
CheckboxButton: {
|
|
882
921
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
883
922
|
ariaControls: StringConstructor;
|
|
@@ -922,7 +961,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
922
961
|
};
|
|
923
962
|
border: BooleanConstructor;
|
|
924
963
|
size: {
|
|
925
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
964
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
926
965
|
readonly required: false;
|
|
927
966
|
readonly validator: (val: unknown) => boolean;
|
|
928
967
|
__epPropKey: true;
|
|
@@ -1003,7 +1042,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
1003
1042
|
};
|
|
1004
1043
|
border: BooleanConstructor;
|
|
1005
1044
|
size: {
|
|
1006
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
1045
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
1007
1046
|
readonly required: false;
|
|
1008
1047
|
readonly validator: (val: unknown) => boolean;
|
|
1009
1048
|
__epPropKey: true;
|
|
@@ -1078,7 +1117,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
1078
1117
|
};
|
|
1079
1118
|
border: BooleanConstructor;
|
|
1080
1119
|
size: {
|
|
1081
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
1120
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
1082
1121
|
readonly required: false;
|
|
1083
1122
|
readonly validator: (val: unknown) => boolean;
|
|
1084
1123
|
__epPropKey: true;
|
|
@@ -1117,41 +1156,48 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
1117
1156
|
CheckboxGroup: {
|
|
1118
1157
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1119
1158
|
readonly ariaLabel: StringConstructor;
|
|
1120
|
-
readonly modelValue:
|
|
1121
|
-
readonly type: import("vue").PropType<import("element-plus").CheckboxGroupValueType>;
|
|
1122
|
-
readonly required: false;
|
|
1123
|
-
readonly validator: (val: unknown) => boolean;
|
|
1124
|
-
__epPropKey: true;
|
|
1125
|
-
} & {
|
|
1126
|
-
readonly default: () => never[];
|
|
1127
|
-
};
|
|
1159
|
+
readonly modelValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => import("element-plus").CheckboxGroupValueType) | (() => import("element-plus").CheckboxGroupValueType) | ((new (...args: any[]) => import("element-plus").CheckboxGroupValueType) | (() => import("element-plus").CheckboxGroupValueType))[], unknown, unknown, () => never[], boolean>;
|
|
1128
1160
|
readonly disabled: BooleanConstructor;
|
|
1129
1161
|
readonly min: NumberConstructor;
|
|
1130
1162
|
readonly max: NumberConstructor;
|
|
1131
1163
|
readonly size: {
|
|
1132
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
1164
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
1133
1165
|
readonly required: false;
|
|
1134
1166
|
readonly validator: (val: unknown) => boolean;
|
|
1135
1167
|
__epPropKey: true;
|
|
1136
1168
|
};
|
|
1137
1169
|
readonly fill: StringConstructor;
|
|
1138
1170
|
readonly textColor: StringConstructor;
|
|
1139
|
-
readonly tag:
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
readonly
|
|
1143
|
-
__epPropKey: true;
|
|
1144
|
-
} & {
|
|
1145
|
-
readonly default: "div";
|
|
1146
|
-
};
|
|
1147
|
-
readonly validateEvent: {
|
|
1148
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1171
|
+
readonly tag: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
1172
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1173
|
+
readonly options: {
|
|
1174
|
+
readonly type: import("vue").PropType<any[]>;
|
|
1149
1175
|
readonly required: false;
|
|
1150
1176
|
readonly validator: (val: unknown) => boolean;
|
|
1151
1177
|
__epPropKey: true;
|
|
1152
|
-
} & {
|
|
1153
|
-
readonly default: true;
|
|
1154
1178
|
};
|
|
1179
|
+
readonly props: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => {
|
|
1180
|
+
value?: string;
|
|
1181
|
+
label?: string;
|
|
1182
|
+
disabled?: string;
|
|
1183
|
+
}) | (() => {
|
|
1184
|
+
value?: string;
|
|
1185
|
+
label?: string;
|
|
1186
|
+
disabled?: string;
|
|
1187
|
+
}) | ((new (...args: any[]) => {
|
|
1188
|
+
value?: string;
|
|
1189
|
+
label?: string;
|
|
1190
|
+
disabled?: string;
|
|
1191
|
+
}) | (() => {
|
|
1192
|
+
value?: string;
|
|
1193
|
+
label?: string;
|
|
1194
|
+
disabled?: string;
|
|
1195
|
+
}))[], unknown, unknown, () => Required<{
|
|
1196
|
+
value?: string;
|
|
1197
|
+
label?: string;
|
|
1198
|
+
disabled?: string;
|
|
1199
|
+
}>, boolean>;
|
|
1200
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "button" | "checkbox", unknown, "checkbox", boolean>;
|
|
1155
1201
|
}>> & {
|
|
1156
1202
|
"onUpdate:modelValue"?: (val: import("element-plus").CheckboxGroupValueType) => any;
|
|
1157
1203
|
onChange?: (val: CheckboxValueType[]) => any;
|
|
@@ -1160,8 +1206,14 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
1160
1206
|
change: (val: CheckboxValueType[]) => void;
|
|
1161
1207
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
1162
1208
|
readonly disabled: boolean;
|
|
1209
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "button" | "checkbox", unknown>;
|
|
1210
|
+
readonly props: {
|
|
1211
|
+
value?: string;
|
|
1212
|
+
label?: string;
|
|
1213
|
+
disabled?: string;
|
|
1214
|
+
};
|
|
1163
1215
|
readonly modelValue: import("element-plus").CheckboxGroupValueType;
|
|
1164
|
-
readonly validateEvent:
|
|
1216
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1165
1217
|
readonly tag: string;
|
|
1166
1218
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1167
1219
|
P: {};
|
|
@@ -1172,48 +1224,61 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
1172
1224
|
Defaults: {};
|
|
1173
1225
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1174
1226
|
readonly ariaLabel: StringConstructor;
|
|
1175
|
-
readonly modelValue:
|
|
1176
|
-
readonly type: import("vue").PropType<import("element-plus").CheckboxGroupValueType>;
|
|
1177
|
-
readonly required: false;
|
|
1178
|
-
readonly validator: (val: unknown) => boolean;
|
|
1179
|
-
__epPropKey: true;
|
|
1180
|
-
} & {
|
|
1181
|
-
readonly default: () => never[];
|
|
1182
|
-
};
|
|
1227
|
+
readonly modelValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => import("element-plus").CheckboxGroupValueType) | (() => import("element-plus").CheckboxGroupValueType) | ((new (...args: any[]) => import("element-plus").CheckboxGroupValueType) | (() => import("element-plus").CheckboxGroupValueType))[], unknown, unknown, () => never[], boolean>;
|
|
1183
1228
|
readonly disabled: BooleanConstructor;
|
|
1184
1229
|
readonly min: NumberConstructor;
|
|
1185
1230
|
readonly max: NumberConstructor;
|
|
1186
1231
|
readonly size: {
|
|
1187
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
1232
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
1188
1233
|
readonly required: false;
|
|
1189
1234
|
readonly validator: (val: unknown) => boolean;
|
|
1190
1235
|
__epPropKey: true;
|
|
1191
1236
|
};
|
|
1192
1237
|
readonly fill: StringConstructor;
|
|
1193
1238
|
readonly textColor: StringConstructor;
|
|
1194
|
-
readonly tag:
|
|
1195
|
-
|
|
1239
|
+
readonly tag: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
1240
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1241
|
+
readonly options: {
|
|
1242
|
+
readonly type: import("vue").PropType<any[]>;
|
|
1196
1243
|
readonly required: false;
|
|
1197
1244
|
readonly validator: (val: unknown) => boolean;
|
|
1198
1245
|
__epPropKey: true;
|
|
1199
|
-
} & {
|
|
1200
|
-
readonly default: "div";
|
|
1201
|
-
};
|
|
1202
|
-
readonly validateEvent: {
|
|
1203
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1204
|
-
readonly required: false;
|
|
1205
|
-
readonly validator: (val: unknown) => boolean;
|
|
1206
|
-
__epPropKey: true;
|
|
1207
|
-
} & {
|
|
1208
|
-
readonly default: true;
|
|
1209
1246
|
};
|
|
1247
|
+
readonly props: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => {
|
|
1248
|
+
value?: string;
|
|
1249
|
+
label?: string;
|
|
1250
|
+
disabled?: string;
|
|
1251
|
+
}) | (() => {
|
|
1252
|
+
value?: string;
|
|
1253
|
+
label?: string;
|
|
1254
|
+
disabled?: string;
|
|
1255
|
+
}) | ((new (...args: any[]) => {
|
|
1256
|
+
value?: string;
|
|
1257
|
+
label?: string;
|
|
1258
|
+
disabled?: string;
|
|
1259
|
+
}) | (() => {
|
|
1260
|
+
value?: string;
|
|
1261
|
+
label?: string;
|
|
1262
|
+
disabled?: string;
|
|
1263
|
+
}))[], unknown, unknown, () => Required<{
|
|
1264
|
+
value?: string;
|
|
1265
|
+
label?: string;
|
|
1266
|
+
disabled?: string;
|
|
1267
|
+
}>, boolean>;
|
|
1268
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "button" | "checkbox", unknown, "checkbox", boolean>;
|
|
1210
1269
|
}>> & {
|
|
1211
1270
|
"onUpdate:modelValue"?: (val: import("element-plus").CheckboxGroupValueType) => any;
|
|
1212
1271
|
onChange?: (val: CheckboxValueType[]) => any;
|
|
1213
1272
|
}, {}, {}, {}, {}, {
|
|
1214
1273
|
readonly disabled: boolean;
|
|
1274
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "button" | "checkbox", unknown>;
|
|
1275
|
+
readonly props: {
|
|
1276
|
+
value?: string;
|
|
1277
|
+
label?: string;
|
|
1278
|
+
disabled?: string;
|
|
1279
|
+
};
|
|
1215
1280
|
readonly modelValue: import("element-plus").CheckboxGroupValueType;
|
|
1216
|
-
readonly validateEvent:
|
|
1281
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1217
1282
|
readonly tag: string;
|
|
1218
1283
|
}>;
|
|
1219
1284
|
__isFragment?: never;
|
|
@@ -1221,41 +1286,48 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
1221
1286
|
__isSuspense?: never;
|
|
1222
1287
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1223
1288
|
readonly ariaLabel: StringConstructor;
|
|
1224
|
-
readonly modelValue:
|
|
1225
|
-
readonly type: import("vue").PropType<import("element-plus").CheckboxGroupValueType>;
|
|
1226
|
-
readonly required: false;
|
|
1227
|
-
readonly validator: (val: unknown) => boolean;
|
|
1228
|
-
__epPropKey: true;
|
|
1229
|
-
} & {
|
|
1230
|
-
readonly default: () => never[];
|
|
1231
|
-
};
|
|
1289
|
+
readonly modelValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => import("element-plus").CheckboxGroupValueType) | (() => import("element-plus").CheckboxGroupValueType) | ((new (...args: any[]) => import("element-plus").CheckboxGroupValueType) | (() => import("element-plus").CheckboxGroupValueType))[], unknown, unknown, () => never[], boolean>;
|
|
1232
1290
|
readonly disabled: BooleanConstructor;
|
|
1233
1291
|
readonly min: NumberConstructor;
|
|
1234
1292
|
readonly max: NumberConstructor;
|
|
1235
1293
|
readonly size: {
|
|
1236
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
1294
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
1237
1295
|
readonly required: false;
|
|
1238
1296
|
readonly validator: (val: unknown) => boolean;
|
|
1239
1297
|
__epPropKey: true;
|
|
1240
1298
|
};
|
|
1241
1299
|
readonly fill: StringConstructor;
|
|
1242
1300
|
readonly textColor: StringConstructor;
|
|
1243
|
-
readonly tag:
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
readonly
|
|
1247
|
-
__epPropKey: true;
|
|
1248
|
-
} & {
|
|
1249
|
-
readonly default: "div";
|
|
1250
|
-
};
|
|
1251
|
-
readonly validateEvent: {
|
|
1252
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1301
|
+
readonly tag: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
1302
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1303
|
+
readonly options: {
|
|
1304
|
+
readonly type: import("vue").PropType<any[]>;
|
|
1253
1305
|
readonly required: false;
|
|
1254
1306
|
readonly validator: (val: unknown) => boolean;
|
|
1255
1307
|
__epPropKey: true;
|
|
1256
|
-
} & {
|
|
1257
|
-
readonly default: true;
|
|
1258
1308
|
};
|
|
1309
|
+
readonly props: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => {
|
|
1310
|
+
value?: string;
|
|
1311
|
+
label?: string;
|
|
1312
|
+
disabled?: string;
|
|
1313
|
+
}) | (() => {
|
|
1314
|
+
value?: string;
|
|
1315
|
+
label?: string;
|
|
1316
|
+
disabled?: string;
|
|
1317
|
+
}) | ((new (...args: any[]) => {
|
|
1318
|
+
value?: string;
|
|
1319
|
+
label?: string;
|
|
1320
|
+
disabled?: string;
|
|
1321
|
+
}) | (() => {
|
|
1322
|
+
value?: string;
|
|
1323
|
+
label?: string;
|
|
1324
|
+
disabled?: string;
|
|
1325
|
+
}))[], unknown, unknown, () => Required<{
|
|
1326
|
+
value?: string;
|
|
1327
|
+
label?: string;
|
|
1328
|
+
disabled?: string;
|
|
1329
|
+
}>, boolean>;
|
|
1330
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "button" | "checkbox", unknown, "checkbox", boolean>;
|
|
1259
1331
|
}>> & {
|
|
1260
1332
|
"onUpdate:modelValue"?: (val: import("element-plus").CheckboxGroupValueType) => any;
|
|
1261
1333
|
onChange?: (val: CheckboxValueType[]) => any;
|
|
@@ -1264,8 +1336,14 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
1264
1336
|
change: (val: CheckboxValueType[]) => void;
|
|
1265
1337
|
}, string, {
|
|
1266
1338
|
readonly disabled: boolean;
|
|
1339
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "button" | "checkbox", unknown>;
|
|
1340
|
+
readonly props: {
|
|
1341
|
+
value?: string;
|
|
1342
|
+
label?: string;
|
|
1343
|
+
disabled?: string;
|
|
1344
|
+
};
|
|
1267
1345
|
readonly modelValue: import("element-plus").CheckboxGroupValueType;
|
|
1268
|
-
readonly validateEvent:
|
|
1346
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1269
1347
|
readonly tag: string;
|
|
1270
1348
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1271
1349
|
$slots: {
|