@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,64 +1,31 @@
|
|
|
1
|
+
import type { EpPropMergeType } from "element-plus/es/utils";
|
|
1
2
|
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
2
3
|
focus: () => any;
|
|
3
4
|
blur: () => any;
|
|
4
|
-
elRadioGroup: import("vue").Ref<{
|
|
5
|
+
elRadioGroup: import("vue").Ref<import("element-plus/es/utils/index.mjs").SFCWithInstall<{
|
|
5
6
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
6
7
|
readonly ariaLabel: StringConstructor;
|
|
7
|
-
readonly id:
|
|
8
|
-
readonly type: import("vue").PropType<string>;
|
|
9
|
-
readonly required: false;
|
|
10
|
-
readonly validator: (val: unknown) => boolean;
|
|
11
|
-
__epPropKey: true;
|
|
12
|
-
} & {
|
|
13
|
-
readonly default: undefined;
|
|
14
|
-
};
|
|
8
|
+
readonly id: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
15
9
|
readonly size: {
|
|
16
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
10
|
+
readonly type: import("vue").PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
17
11
|
readonly required: false;
|
|
18
12
|
readonly validator: (val: unknown) => boolean;
|
|
19
13
|
__epPropKey: true;
|
|
20
14
|
};
|
|
21
15
|
readonly disabled: BooleanConstructor;
|
|
22
|
-
readonly modelValue:
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
readonly
|
|
29
|
-
};
|
|
30
|
-
readonly fill: {
|
|
31
|
-
readonly type: import("vue").PropType<string>;
|
|
32
|
-
readonly required: false;
|
|
33
|
-
readonly validator: (val: unknown) => boolean;
|
|
34
|
-
__epPropKey: true;
|
|
35
|
-
} & {
|
|
36
|
-
readonly default: "";
|
|
37
|
-
};
|
|
38
|
-
readonly textColor: {
|
|
39
|
-
readonly type: import("vue").PropType<string>;
|
|
40
|
-
readonly required: false;
|
|
41
|
-
readonly validator: (val: unknown) => boolean;
|
|
42
|
-
__epPropKey: true;
|
|
43
|
-
} & {
|
|
44
|
-
readonly default: "";
|
|
45
|
-
};
|
|
46
|
-
readonly name: {
|
|
47
|
-
readonly type: import("vue").PropType<string>;
|
|
48
|
-
readonly required: false;
|
|
49
|
-
readonly validator: (val: unknown) => boolean;
|
|
50
|
-
__epPropKey: true;
|
|
51
|
-
} & {
|
|
52
|
-
readonly default: undefined;
|
|
53
|
-
};
|
|
54
|
-
readonly validateEvent: {
|
|
55
|
-
readonly type: import("vue").PropType<boolean>;
|
|
16
|
+
readonly modelValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor], unknown, unknown, undefined, boolean>;
|
|
17
|
+
readonly fill: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
18
|
+
readonly textColor: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
19
|
+
readonly name: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
20
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
21
|
+
readonly options: {
|
|
22
|
+
readonly type: import("vue").PropType<any[]>;
|
|
56
23
|
readonly required: false;
|
|
57
24
|
readonly validator: (val: unknown) => boolean;
|
|
58
25
|
__epPropKey: true;
|
|
59
|
-
} & {
|
|
60
|
-
readonly default: true;
|
|
61
26
|
};
|
|
27
|
+
readonly props: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => import("element-plus").radioOptionProp) | (() => import("element-plus").radioOptionProp) | ((new (...args: any[]) => import("element-plus").radioOptionProp) | (() => import("element-plus").radioOptionProp))[], unknown, unknown, () => Required<import("element-plus").radioOptionProp>, boolean>;
|
|
28
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "button" | "radio", unknown, "radio", boolean>;
|
|
62
29
|
}>> & {
|
|
63
30
|
"onUpdate:modelValue"?: (val: string | number | boolean) => any;
|
|
64
31
|
onChange?: (val: string | number | boolean) => any;
|
|
@@ -69,9 +36,11 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
69
36
|
readonly disabled: boolean;
|
|
70
37
|
readonly fill: string;
|
|
71
38
|
readonly id: string;
|
|
39
|
+
readonly type: EpPropMergeType<StringConstructor, "button" | "radio", unknown>;
|
|
40
|
+
readonly props: import("element-plus").radioOptionProp;
|
|
72
41
|
readonly name: string;
|
|
73
|
-
readonly modelValue:
|
|
74
|
-
readonly validateEvent:
|
|
42
|
+
readonly modelValue: EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor], unknown, unknown>;
|
|
43
|
+
readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
75
44
|
readonly textColor: string;
|
|
76
45
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
77
46
|
P: {};
|
|
@@ -82,61 +51,27 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
82
51
|
Defaults: {};
|
|
83
52
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
84
53
|
readonly ariaLabel: StringConstructor;
|
|
85
|
-
readonly id:
|
|
86
|
-
readonly type: import("vue").PropType<string>;
|
|
87
|
-
readonly required: false;
|
|
88
|
-
readonly validator: (val: unknown) => boolean;
|
|
89
|
-
__epPropKey: true;
|
|
90
|
-
} & {
|
|
91
|
-
readonly default: undefined;
|
|
92
|
-
};
|
|
54
|
+
readonly id: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
93
55
|
readonly size: {
|
|
94
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
56
|
+
readonly type: import("vue").PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
95
57
|
readonly required: false;
|
|
96
58
|
readonly validator: (val: unknown) => boolean;
|
|
97
59
|
__epPropKey: true;
|
|
98
60
|
};
|
|
99
61
|
readonly disabled: BooleanConstructor;
|
|
100
|
-
readonly modelValue:
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
readonly
|
|
107
|
-
};
|
|
108
|
-
readonly fill: {
|
|
109
|
-
readonly type: import("vue").PropType<string>;
|
|
110
|
-
readonly required: false;
|
|
111
|
-
readonly validator: (val: unknown) => boolean;
|
|
112
|
-
__epPropKey: true;
|
|
113
|
-
} & {
|
|
114
|
-
readonly default: "";
|
|
115
|
-
};
|
|
116
|
-
readonly textColor: {
|
|
117
|
-
readonly type: import("vue").PropType<string>;
|
|
118
|
-
readonly required: false;
|
|
119
|
-
readonly validator: (val: unknown) => boolean;
|
|
120
|
-
__epPropKey: true;
|
|
121
|
-
} & {
|
|
122
|
-
readonly default: "";
|
|
123
|
-
};
|
|
124
|
-
readonly name: {
|
|
125
|
-
readonly type: import("vue").PropType<string>;
|
|
62
|
+
readonly modelValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor], unknown, unknown, undefined, boolean>;
|
|
63
|
+
readonly fill: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
64
|
+
readonly textColor: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
65
|
+
readonly name: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
66
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
67
|
+
readonly options: {
|
|
68
|
+
readonly type: import("vue").PropType<any[]>;
|
|
126
69
|
readonly required: false;
|
|
127
70
|
readonly validator: (val: unknown) => boolean;
|
|
128
71
|
__epPropKey: true;
|
|
129
|
-
} & {
|
|
130
|
-
readonly default: undefined;
|
|
131
|
-
};
|
|
132
|
-
readonly validateEvent: {
|
|
133
|
-
readonly type: import("vue").PropType<boolean>;
|
|
134
|
-
readonly required: false;
|
|
135
|
-
readonly validator: (val: unknown) => boolean;
|
|
136
|
-
__epPropKey: true;
|
|
137
|
-
} & {
|
|
138
|
-
readonly default: true;
|
|
139
72
|
};
|
|
73
|
+
readonly props: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => import("element-plus").radioOptionProp) | (() => import("element-plus").radioOptionProp) | ((new (...args: any[]) => import("element-plus").radioOptionProp) | (() => import("element-plus").radioOptionProp))[], unknown, unknown, () => Required<import("element-plus").radioOptionProp>, boolean>;
|
|
74
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "button" | "radio", unknown, "radio", boolean>;
|
|
140
75
|
}>> & {
|
|
141
76
|
"onUpdate:modelValue"?: (val: string | number | boolean) => any;
|
|
142
77
|
onChange?: (val: string | number | boolean) => any;
|
|
@@ -144,9 +79,11 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
144
79
|
readonly disabled: boolean;
|
|
145
80
|
readonly fill: string;
|
|
146
81
|
readonly id: string;
|
|
82
|
+
readonly type: EpPropMergeType<StringConstructor, "button" | "radio", unknown>;
|
|
83
|
+
readonly props: import("element-plus").radioOptionProp;
|
|
147
84
|
readonly name: string;
|
|
148
|
-
readonly modelValue:
|
|
149
|
-
readonly validateEvent:
|
|
85
|
+
readonly modelValue: EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor], unknown, unknown>;
|
|
86
|
+
readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
150
87
|
readonly textColor: string;
|
|
151
88
|
}>;
|
|
152
89
|
__isFragment?: never;
|
|
@@ -154,61 +91,27 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
154
91
|
__isSuspense?: never;
|
|
155
92
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
156
93
|
readonly ariaLabel: StringConstructor;
|
|
157
|
-
readonly id:
|
|
158
|
-
readonly type: import("vue").PropType<string>;
|
|
159
|
-
readonly required: false;
|
|
160
|
-
readonly validator: (val: unknown) => boolean;
|
|
161
|
-
__epPropKey: true;
|
|
162
|
-
} & {
|
|
163
|
-
readonly default: undefined;
|
|
164
|
-
};
|
|
94
|
+
readonly id: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
165
95
|
readonly size: {
|
|
166
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
96
|
+
readonly type: import("vue").PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
167
97
|
readonly required: false;
|
|
168
98
|
readonly validator: (val: unknown) => boolean;
|
|
169
99
|
__epPropKey: true;
|
|
170
100
|
};
|
|
171
101
|
readonly disabled: BooleanConstructor;
|
|
172
|
-
readonly modelValue:
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
readonly
|
|
179
|
-
};
|
|
180
|
-
readonly fill: {
|
|
181
|
-
readonly type: import("vue").PropType<string>;
|
|
182
|
-
readonly required: false;
|
|
183
|
-
readonly validator: (val: unknown) => boolean;
|
|
184
|
-
__epPropKey: true;
|
|
185
|
-
} & {
|
|
186
|
-
readonly default: "";
|
|
187
|
-
};
|
|
188
|
-
readonly textColor: {
|
|
189
|
-
readonly type: import("vue").PropType<string>;
|
|
190
|
-
readonly required: false;
|
|
191
|
-
readonly validator: (val: unknown) => boolean;
|
|
192
|
-
__epPropKey: true;
|
|
193
|
-
} & {
|
|
194
|
-
readonly default: "";
|
|
195
|
-
};
|
|
196
|
-
readonly name: {
|
|
197
|
-
readonly type: import("vue").PropType<string>;
|
|
198
|
-
readonly required: false;
|
|
199
|
-
readonly validator: (val: unknown) => boolean;
|
|
200
|
-
__epPropKey: true;
|
|
201
|
-
} & {
|
|
202
|
-
readonly default: undefined;
|
|
203
|
-
};
|
|
204
|
-
readonly validateEvent: {
|
|
205
|
-
readonly type: import("vue").PropType<boolean>;
|
|
102
|
+
readonly modelValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor], unknown, unknown, undefined, boolean>;
|
|
103
|
+
readonly fill: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
104
|
+
readonly textColor: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
105
|
+
readonly name: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
106
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
107
|
+
readonly options: {
|
|
108
|
+
readonly type: import("vue").PropType<any[]>;
|
|
206
109
|
readonly required: false;
|
|
207
110
|
readonly validator: (val: unknown) => boolean;
|
|
208
111
|
__epPropKey: true;
|
|
209
|
-
} & {
|
|
210
|
-
readonly default: true;
|
|
211
112
|
};
|
|
113
|
+
readonly props: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => import("element-plus").radioOptionProp) | (() => import("element-plus").radioOptionProp) | ((new (...args: any[]) => import("element-plus").radioOptionProp) | (() => import("element-plus").radioOptionProp))[], unknown, unknown, () => Required<import("element-plus").radioOptionProp>, boolean>;
|
|
114
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "button" | "radio", unknown, "radio", boolean>;
|
|
212
115
|
}>> & {
|
|
213
116
|
"onUpdate:modelValue"?: (val: string | number | boolean) => any;
|
|
214
117
|
onChange?: (val: string | number | boolean) => any;
|
|
@@ -219,72 +122,40 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
219
122
|
readonly disabled: boolean;
|
|
220
123
|
readonly fill: string;
|
|
221
124
|
readonly id: string;
|
|
125
|
+
readonly type: EpPropMergeType<StringConstructor, "button" | "radio", unknown>;
|
|
126
|
+
readonly props: import("element-plus").radioOptionProp;
|
|
222
127
|
readonly name: string;
|
|
223
|
-
readonly modelValue:
|
|
224
|
-
readonly validateEvent:
|
|
128
|
+
readonly modelValue: EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor], unknown, unknown>;
|
|
129
|
+
readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
225
130
|
readonly textColor: string;
|
|
226
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> &
|
|
131
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
227
132
|
$slots: {
|
|
228
133
|
default?(_: {}): any;
|
|
229
134
|
};
|
|
230
|
-
})
|
|
135
|
+
})>, import("element-plus/es/utils/index.mjs").SFCWithInstall<{
|
|
231
136
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
232
137
|
readonly ariaLabel: StringConstructor;
|
|
233
|
-
readonly id:
|
|
234
|
-
readonly type: import("vue").PropType<string>;
|
|
235
|
-
readonly required: false;
|
|
236
|
-
readonly validator: (val: unknown) => boolean;
|
|
237
|
-
__epPropKey: true;
|
|
238
|
-
} & {
|
|
239
|
-
readonly default: undefined;
|
|
240
|
-
};
|
|
138
|
+
readonly id: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
241
139
|
readonly size: {
|
|
242
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
140
|
+
readonly type: import("vue").PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
243
141
|
readonly required: false;
|
|
244
142
|
readonly validator: (val: unknown) => boolean;
|
|
245
143
|
__epPropKey: true;
|
|
246
144
|
};
|
|
247
145
|
readonly disabled: BooleanConstructor;
|
|
248
|
-
readonly modelValue:
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
readonly
|
|
255
|
-
};
|
|
256
|
-
readonly fill: {
|
|
257
|
-
readonly type: import("vue").PropType<string>;
|
|
258
|
-
readonly required: false;
|
|
259
|
-
readonly validator: (val: unknown) => boolean;
|
|
260
|
-
__epPropKey: true;
|
|
261
|
-
} & {
|
|
262
|
-
readonly default: "";
|
|
263
|
-
};
|
|
264
|
-
readonly textColor: {
|
|
265
|
-
readonly type: import("vue").PropType<string>;
|
|
266
|
-
readonly required: false;
|
|
267
|
-
readonly validator: (val: unknown) => boolean;
|
|
268
|
-
__epPropKey: true;
|
|
269
|
-
} & {
|
|
270
|
-
readonly default: "";
|
|
271
|
-
};
|
|
272
|
-
readonly name: {
|
|
273
|
-
readonly type: import("vue").PropType<string>;
|
|
274
|
-
readonly required: false;
|
|
275
|
-
readonly validator: (val: unknown) => boolean;
|
|
276
|
-
__epPropKey: true;
|
|
277
|
-
} & {
|
|
278
|
-
readonly default: undefined;
|
|
279
|
-
};
|
|
280
|
-
readonly validateEvent: {
|
|
281
|
-
readonly type: import("vue").PropType<boolean>;
|
|
146
|
+
readonly modelValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor], unknown, unknown, undefined, boolean>;
|
|
147
|
+
readonly fill: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
148
|
+
readonly textColor: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
149
|
+
readonly name: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
150
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
151
|
+
readonly options: {
|
|
152
|
+
readonly type: import("vue").PropType<any[]>;
|
|
282
153
|
readonly required: false;
|
|
283
154
|
readonly validator: (val: unknown) => boolean;
|
|
284
155
|
__epPropKey: true;
|
|
285
|
-
} & {
|
|
286
|
-
readonly default: true;
|
|
287
156
|
};
|
|
157
|
+
readonly props: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => import("element-plus").radioOptionProp) | (() => import("element-plus").radioOptionProp) | ((new (...args: any[]) => import("element-plus").radioOptionProp) | (() => import("element-plus").radioOptionProp))[], unknown, unknown, () => Required<import("element-plus").radioOptionProp>, boolean>;
|
|
158
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "button" | "radio", unknown, "radio", boolean>;
|
|
288
159
|
}>> & {
|
|
289
160
|
"onUpdate:modelValue"?: (val: string | number | boolean) => any;
|
|
290
161
|
onChange?: (val: string | number | boolean) => any;
|
|
@@ -295,9 +166,11 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
295
166
|
readonly disabled: boolean;
|
|
296
167
|
readonly fill: string;
|
|
297
168
|
readonly id: string;
|
|
169
|
+
readonly type: EpPropMergeType<StringConstructor, "button" | "radio", unknown>;
|
|
170
|
+
readonly props: import("element-plus").radioOptionProp;
|
|
298
171
|
readonly name: string;
|
|
299
|
-
readonly modelValue:
|
|
300
|
-
readonly validateEvent:
|
|
172
|
+
readonly modelValue: EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor], unknown, unknown>;
|
|
173
|
+
readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
301
174
|
readonly textColor: string;
|
|
302
175
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
303
176
|
P: {};
|
|
@@ -308,61 +181,27 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
308
181
|
Defaults: {};
|
|
309
182
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
310
183
|
readonly ariaLabel: StringConstructor;
|
|
311
|
-
readonly id:
|
|
312
|
-
readonly type: import("vue").PropType<string>;
|
|
313
|
-
readonly required: false;
|
|
314
|
-
readonly validator: (val: unknown) => boolean;
|
|
315
|
-
__epPropKey: true;
|
|
316
|
-
} & {
|
|
317
|
-
readonly default: undefined;
|
|
318
|
-
};
|
|
184
|
+
readonly id: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
319
185
|
readonly size: {
|
|
320
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
186
|
+
readonly type: import("vue").PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
321
187
|
readonly required: false;
|
|
322
188
|
readonly validator: (val: unknown) => boolean;
|
|
323
189
|
__epPropKey: true;
|
|
324
190
|
};
|
|
325
191
|
readonly disabled: BooleanConstructor;
|
|
326
|
-
readonly modelValue:
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
readonly
|
|
333
|
-
};
|
|
334
|
-
readonly fill: {
|
|
335
|
-
readonly type: import("vue").PropType<string>;
|
|
336
|
-
readonly required: false;
|
|
337
|
-
readonly validator: (val: unknown) => boolean;
|
|
338
|
-
__epPropKey: true;
|
|
339
|
-
} & {
|
|
340
|
-
readonly default: "";
|
|
341
|
-
};
|
|
342
|
-
readonly textColor: {
|
|
343
|
-
readonly type: import("vue").PropType<string>;
|
|
344
|
-
readonly required: false;
|
|
345
|
-
readonly validator: (val: unknown) => boolean;
|
|
346
|
-
__epPropKey: true;
|
|
347
|
-
} & {
|
|
348
|
-
readonly default: "";
|
|
349
|
-
};
|
|
350
|
-
readonly name: {
|
|
351
|
-
readonly type: import("vue").PropType<string>;
|
|
192
|
+
readonly modelValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor], unknown, unknown, undefined, boolean>;
|
|
193
|
+
readonly fill: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
194
|
+
readonly textColor: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
195
|
+
readonly name: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
196
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
197
|
+
readonly options: {
|
|
198
|
+
readonly type: import("vue").PropType<any[]>;
|
|
352
199
|
readonly required: false;
|
|
353
200
|
readonly validator: (val: unknown) => boolean;
|
|
354
201
|
__epPropKey: true;
|
|
355
|
-
} & {
|
|
356
|
-
readonly default: undefined;
|
|
357
|
-
};
|
|
358
|
-
readonly validateEvent: {
|
|
359
|
-
readonly type: import("vue").PropType<boolean>;
|
|
360
|
-
readonly required: false;
|
|
361
|
-
readonly validator: (val: unknown) => boolean;
|
|
362
|
-
__epPropKey: true;
|
|
363
|
-
} & {
|
|
364
|
-
readonly default: true;
|
|
365
202
|
};
|
|
203
|
+
readonly props: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => import("element-plus").radioOptionProp) | (() => import("element-plus").radioOptionProp) | ((new (...args: any[]) => import("element-plus").radioOptionProp) | (() => import("element-plus").radioOptionProp))[], unknown, unknown, () => Required<import("element-plus").radioOptionProp>, boolean>;
|
|
204
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "button" | "radio", unknown, "radio", boolean>;
|
|
366
205
|
}>> & {
|
|
367
206
|
"onUpdate:modelValue"?: (val: string | number | boolean) => any;
|
|
368
207
|
onChange?: (val: string | number | boolean) => any;
|
|
@@ -370,9 +209,11 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
370
209
|
readonly disabled: boolean;
|
|
371
210
|
readonly fill: string;
|
|
372
211
|
readonly id: string;
|
|
212
|
+
readonly type: EpPropMergeType<StringConstructor, "button" | "radio", unknown>;
|
|
213
|
+
readonly props: import("element-plus").radioOptionProp;
|
|
373
214
|
readonly name: string;
|
|
374
|
-
readonly modelValue:
|
|
375
|
-
readonly validateEvent:
|
|
215
|
+
readonly modelValue: EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor], unknown, unknown>;
|
|
216
|
+
readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
376
217
|
readonly textColor: string;
|
|
377
218
|
}>;
|
|
378
219
|
__isFragment?: never;
|
|
@@ -380,61 +221,27 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
380
221
|
__isSuspense?: never;
|
|
381
222
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
382
223
|
readonly ariaLabel: StringConstructor;
|
|
383
|
-
readonly id:
|
|
384
|
-
readonly type: import("vue").PropType<string>;
|
|
385
|
-
readonly required: false;
|
|
386
|
-
readonly validator: (val: unknown) => boolean;
|
|
387
|
-
__epPropKey: true;
|
|
388
|
-
} & {
|
|
389
|
-
readonly default: undefined;
|
|
390
|
-
};
|
|
224
|
+
readonly id: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
391
225
|
readonly size: {
|
|
392
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
226
|
+
readonly type: import("vue").PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
393
227
|
readonly required: false;
|
|
394
228
|
readonly validator: (val: unknown) => boolean;
|
|
395
229
|
__epPropKey: true;
|
|
396
230
|
};
|
|
397
231
|
readonly disabled: BooleanConstructor;
|
|
398
|
-
readonly modelValue:
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
readonly
|
|
405
|
-
};
|
|
406
|
-
readonly fill: {
|
|
407
|
-
readonly type: import("vue").PropType<string>;
|
|
408
|
-
readonly required: false;
|
|
409
|
-
readonly validator: (val: unknown) => boolean;
|
|
410
|
-
__epPropKey: true;
|
|
411
|
-
} & {
|
|
412
|
-
readonly default: "";
|
|
413
|
-
};
|
|
414
|
-
readonly textColor: {
|
|
415
|
-
readonly type: import("vue").PropType<string>;
|
|
416
|
-
readonly required: false;
|
|
417
|
-
readonly validator: (val: unknown) => boolean;
|
|
418
|
-
__epPropKey: true;
|
|
419
|
-
} & {
|
|
420
|
-
readonly default: "";
|
|
421
|
-
};
|
|
422
|
-
readonly name: {
|
|
423
|
-
readonly type: import("vue").PropType<string>;
|
|
424
|
-
readonly required: false;
|
|
425
|
-
readonly validator: (val: unknown) => boolean;
|
|
426
|
-
__epPropKey: true;
|
|
427
|
-
} & {
|
|
428
|
-
readonly default: undefined;
|
|
429
|
-
};
|
|
430
|
-
readonly validateEvent: {
|
|
431
|
-
readonly type: import("vue").PropType<boolean>;
|
|
232
|
+
readonly modelValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor], unknown, unknown, undefined, boolean>;
|
|
233
|
+
readonly fill: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
234
|
+
readonly textColor: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
235
|
+
readonly name: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
236
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
237
|
+
readonly options: {
|
|
238
|
+
readonly type: import("vue").PropType<any[]>;
|
|
432
239
|
readonly required: false;
|
|
433
240
|
readonly validator: (val: unknown) => boolean;
|
|
434
241
|
__epPropKey: true;
|
|
435
|
-
} & {
|
|
436
|
-
readonly default: true;
|
|
437
242
|
};
|
|
243
|
+
readonly props: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => import("element-plus").radioOptionProp) | (() => import("element-plus").radioOptionProp) | ((new (...args: any[]) => import("element-plus").radioOptionProp) | (() => import("element-plus").radioOptionProp))[], unknown, unknown, () => Required<import("element-plus").radioOptionProp>, boolean>;
|
|
244
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "button" | "radio", unknown, "radio", boolean>;
|
|
438
245
|
}>> & {
|
|
439
246
|
"onUpdate:modelValue"?: (val: string | number | boolean) => any;
|
|
440
247
|
onChange?: (val: string | number | boolean) => any;
|
|
@@ -445,15 +252,17 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
445
252
|
readonly disabled: boolean;
|
|
446
253
|
readonly fill: string;
|
|
447
254
|
readonly id: string;
|
|
255
|
+
readonly type: EpPropMergeType<StringConstructor, "button" | "radio", unknown>;
|
|
256
|
+
readonly props: import("element-plus").radioOptionProp;
|
|
448
257
|
readonly name: string;
|
|
449
|
-
readonly modelValue:
|
|
450
|
-
readonly validateEvent:
|
|
258
|
+
readonly modelValue: EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor], unknown, unknown>;
|
|
259
|
+
readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
451
260
|
readonly textColor: string;
|
|
452
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> &
|
|
261
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
453
262
|
$slots: {
|
|
454
263
|
default?(_: {}): any;
|
|
455
264
|
};
|
|
456
|
-
})
|
|
265
|
+
})>>;
|
|
457
266
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
458
267
|
change: (value: string | number | boolean) => any;
|
|
459
268
|
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"JaRadioGroup.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/radioGroup/JaRadioGroup.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"JaRadioGroup.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/radioGroup/JaRadioGroup.vue"],"names":[],"mappings":"AAuDA,OAAO,KAAK,EAAC,eAAe,EAAC,MAAM,uBAAuB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8G3D,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
appId?: string;
|
|
3
|
+
allowEdit?: boolean;
|
|
4
|
+
};
|
|
5
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
6
|
+
modelValue?: string;
|
|
7
|
+
};
|
|
8
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
|
+
"update:modelValue": (value: string) => any;
|
|
10
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
11
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
|
12
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
|
+
export default _default;
|
|
14
|
+
//# sourceMappingURL=RoleCategorySelector.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RoleCategorySelector.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/rolePicker/RoleCategorySelector.vue"],"names":[],"mappings":"AAoKA,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,OAAO,CAAA;CACtB,CAAC;AA0GF,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;AAuTF,wBAOG"}
|