@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"JaCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/checkbox/JaCheckbox.vue"],"names":[],"mappings":"AA4EA,OAAO,EAAC,KAAK,iBAAiB,EAAa,MAAM,cAAc,CAAA;AAI/D,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,CAAA;IAC1C,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC3B,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,IAAI,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,OAAO,CAAA;IACpC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,aAAa,CAAC,EAAE,OAAO,CAAA;CAC1B,CAAC
|
|
1
|
+
{"version":3,"file":"JaCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/checkbox/JaCheckbox.vue"],"names":[],"mappings":"AA4EA,OAAO,EAAC,KAAK,iBAAiB,EAAa,MAAM,cAAc,CAAA;AAI/D,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,CAAA;IAC1C,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC3B,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,IAAI,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,OAAO,CAAA;IACpC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,aAAa,CAAC,EAAE,OAAO,CAAA;CAC1B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwIF,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -2,44 +2,51 @@ import { type CheckboxGroupValueType } from "element-plus";
|
|
|
2
2
|
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
3
3
|
focus: () => any;
|
|
4
4
|
blur: () => any;
|
|
5
|
-
elCheckboxGroup: import("vue").Ref<{
|
|
5
|
+
elCheckboxGroup: import("vue").Ref<import("element-plus/es/utils/index.mjs").SFCWithInstall<{
|
|
6
6
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
readonly ariaLabel: StringConstructor;
|
|
8
|
-
readonly modelValue:
|
|
9
|
-
readonly type: import("vue").PropType<CheckboxGroupValueType>;
|
|
10
|
-
readonly required: false;
|
|
11
|
-
readonly validator: (val: unknown) => boolean;
|
|
12
|
-
__epPropKey: true;
|
|
13
|
-
} & {
|
|
14
|
-
readonly default: () => never[];
|
|
15
|
-
};
|
|
8
|
+
readonly modelValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => CheckboxGroupValueType) | (() => CheckboxGroupValueType) | ((new (...args: any[]) => CheckboxGroupValueType) | (() => CheckboxGroupValueType))[], unknown, unknown, () => never[], boolean>;
|
|
16
9
|
readonly disabled: BooleanConstructor;
|
|
17
10
|
readonly min: NumberConstructor;
|
|
18
11
|
readonly max: NumberConstructor;
|
|
19
12
|
readonly size: {
|
|
20
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
13
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
21
14
|
readonly required: false;
|
|
22
15
|
readonly validator: (val: unknown) => boolean;
|
|
23
16
|
__epPropKey: true;
|
|
24
17
|
};
|
|
25
18
|
readonly fill: StringConstructor;
|
|
26
19
|
readonly textColor: StringConstructor;
|
|
27
|
-
readonly tag:
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
readonly
|
|
31
|
-
__epPropKey: true;
|
|
32
|
-
} & {
|
|
33
|
-
readonly default: "div";
|
|
34
|
-
};
|
|
35
|
-
readonly validateEvent: {
|
|
36
|
-
readonly type: import("vue").PropType<boolean>;
|
|
20
|
+
readonly tag: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
21
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
22
|
+
readonly options: {
|
|
23
|
+
readonly type: import("vue").PropType<any[]>;
|
|
37
24
|
readonly required: false;
|
|
38
25
|
readonly validator: (val: unknown) => boolean;
|
|
39
26
|
__epPropKey: true;
|
|
40
|
-
} & {
|
|
41
|
-
readonly default: true;
|
|
42
27
|
};
|
|
28
|
+
readonly props: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => {
|
|
29
|
+
value?: string;
|
|
30
|
+
label?: string;
|
|
31
|
+
disabled?: string;
|
|
32
|
+
}) | (() => {
|
|
33
|
+
value?: string;
|
|
34
|
+
label?: string;
|
|
35
|
+
disabled?: string;
|
|
36
|
+
}) | ((new (...args: any[]) => {
|
|
37
|
+
value?: string;
|
|
38
|
+
label?: string;
|
|
39
|
+
disabled?: string;
|
|
40
|
+
}) | (() => {
|
|
41
|
+
value?: string;
|
|
42
|
+
label?: string;
|
|
43
|
+
disabled?: string;
|
|
44
|
+
}))[], unknown, unknown, () => Required<{
|
|
45
|
+
value?: string;
|
|
46
|
+
label?: string;
|
|
47
|
+
disabled?: string;
|
|
48
|
+
}>, boolean>;
|
|
49
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "button" | "checkbox", unknown, "checkbox", boolean>;
|
|
43
50
|
}>> & {
|
|
44
51
|
"onUpdate:modelValue"?: (val: CheckboxGroupValueType) => any;
|
|
45
52
|
onChange?: (val: import("element-plus").CheckboxValueType[]) => any;
|
|
@@ -48,8 +55,14 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
48
55
|
change: (val: import("element-plus").CheckboxValueType[]) => void;
|
|
49
56
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
50
57
|
readonly disabled: boolean;
|
|
58
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "button" | "checkbox", unknown>;
|
|
59
|
+
readonly props: {
|
|
60
|
+
value?: string;
|
|
61
|
+
label?: string;
|
|
62
|
+
disabled?: string;
|
|
63
|
+
};
|
|
51
64
|
readonly modelValue: CheckboxGroupValueType;
|
|
52
|
-
readonly validateEvent:
|
|
65
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
53
66
|
readonly tag: string;
|
|
54
67
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
55
68
|
P: {};
|
|
@@ -60,48 +73,61 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
60
73
|
Defaults: {};
|
|
61
74
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
62
75
|
readonly ariaLabel: StringConstructor;
|
|
63
|
-
readonly modelValue:
|
|
64
|
-
readonly type: import("vue").PropType<CheckboxGroupValueType>;
|
|
65
|
-
readonly required: false;
|
|
66
|
-
readonly validator: (val: unknown) => boolean;
|
|
67
|
-
__epPropKey: true;
|
|
68
|
-
} & {
|
|
69
|
-
readonly default: () => never[];
|
|
70
|
-
};
|
|
76
|
+
readonly modelValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => CheckboxGroupValueType) | (() => CheckboxGroupValueType) | ((new (...args: any[]) => CheckboxGroupValueType) | (() => CheckboxGroupValueType))[], unknown, unknown, () => never[], boolean>;
|
|
71
77
|
readonly disabled: BooleanConstructor;
|
|
72
78
|
readonly min: NumberConstructor;
|
|
73
79
|
readonly max: NumberConstructor;
|
|
74
80
|
readonly size: {
|
|
75
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
81
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
76
82
|
readonly required: false;
|
|
77
83
|
readonly validator: (val: unknown) => boolean;
|
|
78
84
|
__epPropKey: true;
|
|
79
85
|
};
|
|
80
86
|
readonly fill: StringConstructor;
|
|
81
87
|
readonly textColor: StringConstructor;
|
|
82
|
-
readonly tag:
|
|
83
|
-
|
|
88
|
+
readonly tag: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
89
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
90
|
+
readonly options: {
|
|
91
|
+
readonly type: import("vue").PropType<any[]>;
|
|
84
92
|
readonly required: false;
|
|
85
93
|
readonly validator: (val: unknown) => boolean;
|
|
86
94
|
__epPropKey: true;
|
|
87
|
-
} & {
|
|
88
|
-
readonly default: "div";
|
|
89
|
-
};
|
|
90
|
-
readonly validateEvent: {
|
|
91
|
-
readonly type: import("vue").PropType<boolean>;
|
|
92
|
-
readonly required: false;
|
|
93
|
-
readonly validator: (val: unknown) => boolean;
|
|
94
|
-
__epPropKey: true;
|
|
95
|
-
} & {
|
|
96
|
-
readonly default: true;
|
|
97
95
|
};
|
|
96
|
+
readonly props: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => {
|
|
97
|
+
value?: string;
|
|
98
|
+
label?: string;
|
|
99
|
+
disabled?: string;
|
|
100
|
+
}) | (() => {
|
|
101
|
+
value?: string;
|
|
102
|
+
label?: string;
|
|
103
|
+
disabled?: string;
|
|
104
|
+
}) | ((new (...args: any[]) => {
|
|
105
|
+
value?: string;
|
|
106
|
+
label?: string;
|
|
107
|
+
disabled?: string;
|
|
108
|
+
}) | (() => {
|
|
109
|
+
value?: string;
|
|
110
|
+
label?: string;
|
|
111
|
+
disabled?: string;
|
|
112
|
+
}))[], unknown, unknown, () => Required<{
|
|
113
|
+
value?: string;
|
|
114
|
+
label?: string;
|
|
115
|
+
disabled?: string;
|
|
116
|
+
}>, boolean>;
|
|
117
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "button" | "checkbox", unknown, "checkbox", boolean>;
|
|
98
118
|
}>> & {
|
|
99
119
|
"onUpdate:modelValue"?: (val: CheckboxGroupValueType) => any;
|
|
100
120
|
onChange?: (val: import("element-plus").CheckboxValueType[]) => any;
|
|
101
121
|
}, {}, {}, {}, {}, {
|
|
102
122
|
readonly disabled: boolean;
|
|
123
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "button" | "checkbox", unknown>;
|
|
124
|
+
readonly props: {
|
|
125
|
+
value?: string;
|
|
126
|
+
label?: string;
|
|
127
|
+
disabled?: string;
|
|
128
|
+
};
|
|
103
129
|
readonly modelValue: CheckboxGroupValueType;
|
|
104
|
-
readonly validateEvent:
|
|
130
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
105
131
|
readonly tag: string;
|
|
106
132
|
}>;
|
|
107
133
|
__isFragment?: never;
|
|
@@ -109,41 +135,48 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
109
135
|
__isSuspense?: never;
|
|
110
136
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
111
137
|
readonly ariaLabel: StringConstructor;
|
|
112
|
-
readonly modelValue:
|
|
113
|
-
readonly type: import("vue").PropType<CheckboxGroupValueType>;
|
|
114
|
-
readonly required: false;
|
|
115
|
-
readonly validator: (val: unknown) => boolean;
|
|
116
|
-
__epPropKey: true;
|
|
117
|
-
} & {
|
|
118
|
-
readonly default: () => never[];
|
|
119
|
-
};
|
|
138
|
+
readonly modelValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => CheckboxGroupValueType) | (() => CheckboxGroupValueType) | ((new (...args: any[]) => CheckboxGroupValueType) | (() => CheckboxGroupValueType))[], unknown, unknown, () => never[], boolean>;
|
|
120
139
|
readonly disabled: BooleanConstructor;
|
|
121
140
|
readonly min: NumberConstructor;
|
|
122
141
|
readonly max: NumberConstructor;
|
|
123
142
|
readonly size: {
|
|
124
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
143
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
125
144
|
readonly required: false;
|
|
126
145
|
readonly validator: (val: unknown) => boolean;
|
|
127
146
|
__epPropKey: true;
|
|
128
147
|
};
|
|
129
148
|
readonly fill: StringConstructor;
|
|
130
149
|
readonly textColor: StringConstructor;
|
|
131
|
-
readonly tag:
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
readonly
|
|
135
|
-
__epPropKey: true;
|
|
136
|
-
} & {
|
|
137
|
-
readonly default: "div";
|
|
138
|
-
};
|
|
139
|
-
readonly validateEvent: {
|
|
140
|
-
readonly type: import("vue").PropType<boolean>;
|
|
150
|
+
readonly tag: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
151
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
152
|
+
readonly options: {
|
|
153
|
+
readonly type: import("vue").PropType<any[]>;
|
|
141
154
|
readonly required: false;
|
|
142
155
|
readonly validator: (val: unknown) => boolean;
|
|
143
156
|
__epPropKey: true;
|
|
144
|
-
} & {
|
|
145
|
-
readonly default: true;
|
|
146
157
|
};
|
|
158
|
+
readonly props: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => {
|
|
159
|
+
value?: string;
|
|
160
|
+
label?: string;
|
|
161
|
+
disabled?: string;
|
|
162
|
+
}) | (() => {
|
|
163
|
+
value?: string;
|
|
164
|
+
label?: string;
|
|
165
|
+
disabled?: string;
|
|
166
|
+
}) | ((new (...args: any[]) => {
|
|
167
|
+
value?: string;
|
|
168
|
+
label?: string;
|
|
169
|
+
disabled?: string;
|
|
170
|
+
}) | (() => {
|
|
171
|
+
value?: string;
|
|
172
|
+
label?: string;
|
|
173
|
+
disabled?: string;
|
|
174
|
+
}))[], unknown, unknown, () => Required<{
|
|
175
|
+
value?: string;
|
|
176
|
+
label?: string;
|
|
177
|
+
disabled?: string;
|
|
178
|
+
}>, boolean>;
|
|
179
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "button" | "checkbox", unknown, "checkbox", boolean>;
|
|
147
180
|
}>> & {
|
|
148
181
|
"onUpdate:modelValue"?: (val: CheckboxGroupValueType) => any;
|
|
149
182
|
onChange?: (val: import("element-plus").CheckboxValueType[]) => any;
|
|
@@ -152,51 +185,64 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
152
185
|
change: (val: import("element-plus").CheckboxValueType[]) => void;
|
|
153
186
|
}, string, {
|
|
154
187
|
readonly disabled: boolean;
|
|
188
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "button" | "checkbox", unknown>;
|
|
189
|
+
readonly props: {
|
|
190
|
+
value?: string;
|
|
191
|
+
label?: string;
|
|
192
|
+
disabled?: string;
|
|
193
|
+
};
|
|
155
194
|
readonly modelValue: CheckboxGroupValueType;
|
|
156
|
-
readonly validateEvent:
|
|
195
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
157
196
|
readonly tag: string;
|
|
158
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> &
|
|
197
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
159
198
|
$slots: {
|
|
160
199
|
default?(_: {}): any;
|
|
161
200
|
};
|
|
162
|
-
})
|
|
201
|
+
})>, import("element-plus/es/utils/index.mjs").SFCWithInstall<{
|
|
163
202
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
164
203
|
readonly ariaLabel: StringConstructor;
|
|
165
|
-
readonly modelValue:
|
|
166
|
-
readonly type: import("vue").PropType<CheckboxGroupValueType>;
|
|
167
|
-
readonly required: false;
|
|
168
|
-
readonly validator: (val: unknown) => boolean;
|
|
169
|
-
__epPropKey: true;
|
|
170
|
-
} & {
|
|
171
|
-
readonly default: () => never[];
|
|
172
|
-
};
|
|
204
|
+
readonly modelValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => CheckboxGroupValueType) | (() => CheckboxGroupValueType) | ((new (...args: any[]) => CheckboxGroupValueType) | (() => CheckboxGroupValueType))[], unknown, unknown, () => never[], boolean>;
|
|
173
205
|
readonly disabled: BooleanConstructor;
|
|
174
206
|
readonly min: NumberConstructor;
|
|
175
207
|
readonly max: NumberConstructor;
|
|
176
208
|
readonly size: {
|
|
177
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
209
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
178
210
|
readonly required: false;
|
|
179
211
|
readonly validator: (val: unknown) => boolean;
|
|
180
212
|
__epPropKey: true;
|
|
181
213
|
};
|
|
182
214
|
readonly fill: StringConstructor;
|
|
183
215
|
readonly textColor: StringConstructor;
|
|
184
|
-
readonly tag:
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
readonly
|
|
188
|
-
__epPropKey: true;
|
|
189
|
-
} & {
|
|
190
|
-
readonly default: "div";
|
|
191
|
-
};
|
|
192
|
-
readonly validateEvent: {
|
|
193
|
-
readonly type: import("vue").PropType<boolean>;
|
|
216
|
+
readonly tag: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
217
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
218
|
+
readonly options: {
|
|
219
|
+
readonly type: import("vue").PropType<any[]>;
|
|
194
220
|
readonly required: false;
|
|
195
221
|
readonly validator: (val: unknown) => boolean;
|
|
196
222
|
__epPropKey: true;
|
|
197
|
-
} & {
|
|
198
|
-
readonly default: true;
|
|
199
223
|
};
|
|
224
|
+
readonly props: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => {
|
|
225
|
+
value?: string;
|
|
226
|
+
label?: string;
|
|
227
|
+
disabled?: string;
|
|
228
|
+
}) | (() => {
|
|
229
|
+
value?: string;
|
|
230
|
+
label?: string;
|
|
231
|
+
disabled?: string;
|
|
232
|
+
}) | ((new (...args: any[]) => {
|
|
233
|
+
value?: string;
|
|
234
|
+
label?: string;
|
|
235
|
+
disabled?: string;
|
|
236
|
+
}) | (() => {
|
|
237
|
+
value?: string;
|
|
238
|
+
label?: string;
|
|
239
|
+
disabled?: string;
|
|
240
|
+
}))[], unknown, unknown, () => Required<{
|
|
241
|
+
value?: string;
|
|
242
|
+
label?: string;
|
|
243
|
+
disabled?: string;
|
|
244
|
+
}>, boolean>;
|
|
245
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "button" | "checkbox", unknown, "checkbox", boolean>;
|
|
200
246
|
}>> & {
|
|
201
247
|
"onUpdate:modelValue"?: (val: CheckboxGroupValueType) => any;
|
|
202
248
|
onChange?: (val: import("element-plus").CheckboxValueType[]) => any;
|
|
@@ -205,8 +251,14 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
205
251
|
change: (val: import("element-plus").CheckboxValueType[]) => void;
|
|
206
252
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
207
253
|
readonly disabled: boolean;
|
|
254
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "button" | "checkbox", unknown>;
|
|
255
|
+
readonly props: {
|
|
256
|
+
value?: string;
|
|
257
|
+
label?: string;
|
|
258
|
+
disabled?: string;
|
|
259
|
+
};
|
|
208
260
|
readonly modelValue: CheckboxGroupValueType;
|
|
209
|
-
readonly validateEvent:
|
|
261
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
210
262
|
readonly tag: string;
|
|
211
263
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
212
264
|
P: {};
|
|
@@ -217,48 +269,61 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
217
269
|
Defaults: {};
|
|
218
270
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
219
271
|
readonly ariaLabel: StringConstructor;
|
|
220
|
-
readonly modelValue:
|
|
221
|
-
readonly type: import("vue").PropType<CheckboxGroupValueType>;
|
|
222
|
-
readonly required: false;
|
|
223
|
-
readonly validator: (val: unknown) => boolean;
|
|
224
|
-
__epPropKey: true;
|
|
225
|
-
} & {
|
|
226
|
-
readonly default: () => never[];
|
|
227
|
-
};
|
|
272
|
+
readonly modelValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => CheckboxGroupValueType) | (() => CheckboxGroupValueType) | ((new (...args: any[]) => CheckboxGroupValueType) | (() => CheckboxGroupValueType))[], unknown, unknown, () => never[], boolean>;
|
|
228
273
|
readonly disabled: BooleanConstructor;
|
|
229
274
|
readonly min: NumberConstructor;
|
|
230
275
|
readonly max: NumberConstructor;
|
|
231
276
|
readonly size: {
|
|
232
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
277
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
233
278
|
readonly required: false;
|
|
234
279
|
readonly validator: (val: unknown) => boolean;
|
|
235
280
|
__epPropKey: true;
|
|
236
281
|
};
|
|
237
282
|
readonly fill: StringConstructor;
|
|
238
283
|
readonly textColor: StringConstructor;
|
|
239
|
-
readonly tag:
|
|
240
|
-
|
|
284
|
+
readonly tag: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
285
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
286
|
+
readonly options: {
|
|
287
|
+
readonly type: import("vue").PropType<any[]>;
|
|
241
288
|
readonly required: false;
|
|
242
289
|
readonly validator: (val: unknown) => boolean;
|
|
243
290
|
__epPropKey: true;
|
|
244
|
-
} & {
|
|
245
|
-
readonly default: "div";
|
|
246
|
-
};
|
|
247
|
-
readonly validateEvent: {
|
|
248
|
-
readonly type: import("vue").PropType<boolean>;
|
|
249
|
-
readonly required: false;
|
|
250
|
-
readonly validator: (val: unknown) => boolean;
|
|
251
|
-
__epPropKey: true;
|
|
252
|
-
} & {
|
|
253
|
-
readonly default: true;
|
|
254
291
|
};
|
|
292
|
+
readonly props: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => {
|
|
293
|
+
value?: string;
|
|
294
|
+
label?: string;
|
|
295
|
+
disabled?: string;
|
|
296
|
+
}) | (() => {
|
|
297
|
+
value?: string;
|
|
298
|
+
label?: string;
|
|
299
|
+
disabled?: string;
|
|
300
|
+
}) | ((new (...args: any[]) => {
|
|
301
|
+
value?: string;
|
|
302
|
+
label?: string;
|
|
303
|
+
disabled?: string;
|
|
304
|
+
}) | (() => {
|
|
305
|
+
value?: string;
|
|
306
|
+
label?: string;
|
|
307
|
+
disabled?: string;
|
|
308
|
+
}))[], unknown, unknown, () => Required<{
|
|
309
|
+
value?: string;
|
|
310
|
+
label?: string;
|
|
311
|
+
disabled?: string;
|
|
312
|
+
}>, boolean>;
|
|
313
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "button" | "checkbox", unknown, "checkbox", boolean>;
|
|
255
314
|
}>> & {
|
|
256
315
|
"onUpdate:modelValue"?: (val: CheckboxGroupValueType) => any;
|
|
257
316
|
onChange?: (val: import("element-plus").CheckboxValueType[]) => any;
|
|
258
317
|
}, {}, {}, {}, {}, {
|
|
259
318
|
readonly disabled: boolean;
|
|
319
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "button" | "checkbox", unknown>;
|
|
320
|
+
readonly props: {
|
|
321
|
+
value?: string;
|
|
322
|
+
label?: string;
|
|
323
|
+
disabled?: string;
|
|
324
|
+
};
|
|
260
325
|
readonly modelValue: CheckboxGroupValueType;
|
|
261
|
-
readonly validateEvent:
|
|
326
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
262
327
|
readonly tag: string;
|
|
263
328
|
}>;
|
|
264
329
|
__isFragment?: never;
|
|
@@ -266,41 +331,48 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
266
331
|
__isSuspense?: never;
|
|
267
332
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
268
333
|
readonly ariaLabel: StringConstructor;
|
|
269
|
-
readonly modelValue:
|
|
270
|
-
readonly type: import("vue").PropType<CheckboxGroupValueType>;
|
|
271
|
-
readonly required: false;
|
|
272
|
-
readonly validator: (val: unknown) => boolean;
|
|
273
|
-
__epPropKey: true;
|
|
274
|
-
} & {
|
|
275
|
-
readonly default: () => never[];
|
|
276
|
-
};
|
|
334
|
+
readonly modelValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => CheckboxGroupValueType) | (() => CheckboxGroupValueType) | ((new (...args: any[]) => CheckboxGroupValueType) | (() => CheckboxGroupValueType))[], unknown, unknown, () => never[], boolean>;
|
|
277
335
|
readonly disabled: BooleanConstructor;
|
|
278
336
|
readonly min: NumberConstructor;
|
|
279
337
|
readonly max: NumberConstructor;
|
|
280
338
|
readonly size: {
|
|
281
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
339
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
282
340
|
readonly required: false;
|
|
283
341
|
readonly validator: (val: unknown) => boolean;
|
|
284
342
|
__epPropKey: true;
|
|
285
343
|
};
|
|
286
344
|
readonly fill: StringConstructor;
|
|
287
345
|
readonly textColor: StringConstructor;
|
|
288
|
-
readonly tag:
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
readonly
|
|
292
|
-
__epPropKey: true;
|
|
293
|
-
} & {
|
|
294
|
-
readonly default: "div";
|
|
295
|
-
};
|
|
296
|
-
readonly validateEvent: {
|
|
297
|
-
readonly type: import("vue").PropType<boolean>;
|
|
346
|
+
readonly tag: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
347
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
348
|
+
readonly options: {
|
|
349
|
+
readonly type: import("vue").PropType<any[]>;
|
|
298
350
|
readonly required: false;
|
|
299
351
|
readonly validator: (val: unknown) => boolean;
|
|
300
352
|
__epPropKey: true;
|
|
301
|
-
} & {
|
|
302
|
-
readonly default: true;
|
|
303
353
|
};
|
|
354
|
+
readonly props: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => {
|
|
355
|
+
value?: string;
|
|
356
|
+
label?: string;
|
|
357
|
+
disabled?: string;
|
|
358
|
+
}) | (() => {
|
|
359
|
+
value?: string;
|
|
360
|
+
label?: string;
|
|
361
|
+
disabled?: string;
|
|
362
|
+
}) | ((new (...args: any[]) => {
|
|
363
|
+
value?: string;
|
|
364
|
+
label?: string;
|
|
365
|
+
disabled?: string;
|
|
366
|
+
}) | (() => {
|
|
367
|
+
value?: string;
|
|
368
|
+
label?: string;
|
|
369
|
+
disabled?: string;
|
|
370
|
+
}))[], unknown, unknown, () => Required<{
|
|
371
|
+
value?: string;
|
|
372
|
+
label?: string;
|
|
373
|
+
disabled?: string;
|
|
374
|
+
}>, boolean>;
|
|
375
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "button" | "checkbox", unknown, "checkbox", boolean>;
|
|
304
376
|
}>> & {
|
|
305
377
|
"onUpdate:modelValue"?: (val: CheckboxGroupValueType) => any;
|
|
306
378
|
onChange?: (val: import("element-plus").CheckboxValueType[]) => any;
|
|
@@ -309,14 +381,20 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
309
381
|
change: (val: import("element-plus").CheckboxValueType[]) => void;
|
|
310
382
|
}, string, {
|
|
311
383
|
readonly disabled: boolean;
|
|
384
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "button" | "checkbox", unknown>;
|
|
385
|
+
readonly props: {
|
|
386
|
+
value?: string;
|
|
387
|
+
label?: string;
|
|
388
|
+
disabled?: string;
|
|
389
|
+
};
|
|
312
390
|
readonly modelValue: CheckboxGroupValueType;
|
|
313
|
-
readonly validateEvent:
|
|
391
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
314
392
|
readonly tag: string;
|
|
315
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> &
|
|
393
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
316
394
|
$slots: {
|
|
317
395
|
default?(_: {}): any;
|
|
318
396
|
};
|
|
319
|
-
})
|
|
397
|
+
})>>;
|
|
320
398
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
321
399
|
change: (value: CheckboxGroupValueType) => any;
|
|
322
400
|
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"JaCheckboxGroup.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/checkboxGroup/JaCheckboxGroup.vue"],"names":[],"mappings":"AAiDA,OAAO,EAAC,KAAK,sBAAsB,EAAkB,MAAM,cAAc,CAAC
|
|
1
|
+
{"version":3,"file":"JaCheckboxGroup.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/checkboxGroup/JaCheckboxGroup.vue"],"names":[],"mappings":"AAiDA,OAAO,EAAC,KAAK,sBAAsB,EAAkB,MAAM,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0G1E,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|