@jari-ace/element-plus-component 0.2.3 → 0.3.1
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 +18 -18
- package/dist/components/button/JaButton.vue.d.ts +24 -24
- package/dist/components/customGroupTree/src/customGroupTree.vue.d.ts +1 -1
- package/dist/components/departmentPicker/src/DepartmentPicker.vue.d.ts +2 -2
- package/dist/components/departmentTree/src/departmentTree.vue.d.ts +1 -1
- package/dist/components/dropdownButton/JaDropdownButton.vue.d.ts +55 -55
- package/dist/components/enumList/EnumListInput.vue.d.ts +2 -2
- package/dist/components/enumPicker/src/EnumPicker.vue.d.ts +1 -1
- package/dist/components/form/JaForm.vue.d.ts +1 -1
- package/dist/components/formItem/JaFormItem.vue.d.ts +12 -12
- package/dist/components/input/JaInput.vue.d.ts +18 -18
- package/dist/components/inputI18n/I18nBundleEditor.vue.d.ts +1 -1
- package/dist/components/inputI18n/InputI18n.vue.d.ts +2 -2
- package/dist/components/inputI18n/JaInputI18n.vue.d.ts +70 -70
- package/dist/components/inputNumber/JaInputNumber.vue.d.ts +12 -12
- package/dist/components/mapItemList/MapItemListInput.vue.d.ts +2 -2
- package/dist/components/numberList/NumberListInput.vue.d.ts +2 -2
- package/dist/components/rolePicker/RoleEditor.vue.d.ts +1 -1
- package/dist/components/rolePicker/baseRolePicker.vue.d.ts +1 -1
- package/dist/components/scrollbar/Scrollbar.vue.d.ts +8 -8
- package/dist/components/select/JaSelect.vue.d.ts +70 -70
- package/dist/components/stringList/StringListInput.vue.d.ts +2 -2
- package/dist/components/tip/index.d.ts +6 -6
- package/dist/components/tip/src/AceTip.vue.d.ts +1 -1
- package/dist/components/upload/JaUploader.vue.d.ts +85 -0
- package/dist/components/upload/JaUploader.vue.d.ts.map +1 -0
- package/dist/components/upload/JaUploader.vue.js +85 -0
- package/dist/components/upload/JaUploader.vue.js.map +1 -0
- package/dist/components/upload/index.d.ts +25 -4
- package/dist/components/upload/index.d.ts.map +1 -1
- package/dist/components/upload/index.js +2 -4
- package/dist/components/upload/index.js.map +1 -1
- package/dist/components/upload/pdf-viewer/PdfViewerModal.vue.d.ts +27 -0
- package/dist/components/upload/pdf-viewer/PdfViewerModal.vue.d.ts.map +1 -0
- package/dist/components/upload/pdf-viewer/PdfViewerModal.vue.js +94 -0
- package/dist/components/upload/pdf-viewer/PdfViewerModal.vue.js.map +1 -0
- package/dist/components/upload/uploader-locale-zh-cn.d.ts +223 -0
- package/dist/components/upload/uploader-locale-zh-cn.d.ts.map +1 -0
- package/dist/components/upload/uploader-locale-zh-cn.js +224 -0
- package/dist/components/upload/uploader-locale-zh-cn.js.map +1 -0
- package/dist/components/upload/uploader.vue.d.ts +44 -0
- package/dist/components/upload/uploader.vue.d.ts.map +1 -0
- package/dist/components/upload/uploader.vue.js +721 -0
- package/dist/components/upload/uploader.vue.js.map +1 -0
- package/dist/components/userGroupPicker/src/UserGroupPicker.vue.d.ts +2 -2
- package/dist/components/userPicker/src/UserPicker.vue.d.ts +3 -3
- package/dist/components/userSelectDialog/src/userSelectDialog.vue.d.ts +1 -1
- package/dist/components/userTag/UserInfoTag.vue.d.ts +2 -2
- package/lib/index.css +9 -1
- package/lib/index.js +37353 -2739
- package/lib/index.umd.cjs +407 -2
- package/package.json +14 -5
- package/packages/components/upload/JaUploader.vue +71 -0
- package/packages/components/upload/index.ts +2 -5
- package/packages/components/upload/pdf-viewer/PdfViewerModal.vue +32 -0
- package/packages/components/upload/uploader-locale-zh-cn.ts +223 -0
- package/packages/components/upload/uploader.vue +515 -0
- package/packages/components/upload/src/Upload.vue +0 -25
- package/packages/components/upload/src/type.ts +0 -3
|
@@ -37,7 +37,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
37
37
|
elInput: import("vue").Ref<{
|
|
38
38
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
39
39
|
readonly inputmode: {
|
|
40
|
-
readonly type: import("vue").PropType<"search" | "
|
|
40
|
+
readonly type: import("vue").PropType<"search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal">;
|
|
41
41
|
readonly required: false;
|
|
42
42
|
readonly validator: (val: unknown) => boolean;
|
|
43
43
|
__epPropKey: true;
|
|
@@ -90,7 +90,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
90
90
|
readonly default: "text";
|
|
91
91
|
};
|
|
92
92
|
readonly resize: {
|
|
93
|
-
readonly type: import("vue").PropType<"
|
|
93
|
+
readonly type: import("vue").PropType<"both" | "none" | "horizontal" | "vertical">;
|
|
94
94
|
readonly required: false;
|
|
95
95
|
readonly validator: (val: unknown) => boolean;
|
|
96
96
|
__epPropKey: true;
|
|
@@ -243,7 +243,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
243
243
|
readonly validateEvent: boolean;
|
|
244
244
|
readonly inputStyle: StyleValue;
|
|
245
245
|
readonly rows: number;
|
|
246
|
-
readonly inputmode: "search" | "
|
|
246
|
+
readonly inputmode: "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal";
|
|
247
247
|
readonly clearable: boolean;
|
|
248
248
|
readonly showPassword: boolean;
|
|
249
249
|
readonly showWordLimit: boolean;
|
|
@@ -257,7 +257,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
257
257
|
Defaults: {};
|
|
258
258
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
259
259
|
readonly inputmode: {
|
|
260
|
-
readonly type: import("vue").PropType<"search" | "
|
|
260
|
+
readonly type: import("vue").PropType<"search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal">;
|
|
261
261
|
readonly required: false;
|
|
262
262
|
readonly validator: (val: unknown) => boolean;
|
|
263
263
|
__epPropKey: true;
|
|
@@ -310,7 +310,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
310
310
|
readonly default: "text";
|
|
311
311
|
};
|
|
312
312
|
readonly resize: {
|
|
313
|
-
readonly type: import("vue").PropType<"
|
|
313
|
+
readonly type: import("vue").PropType<"both" | "none" | "horizontal" | "vertical">;
|
|
314
314
|
readonly required: false;
|
|
315
315
|
readonly validator: (val: unknown) => boolean;
|
|
316
316
|
__epPropKey: true;
|
|
@@ -450,7 +450,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
450
450
|
readonly validateEvent: boolean;
|
|
451
451
|
readonly inputStyle: StyleValue;
|
|
452
452
|
readonly rows: number;
|
|
453
|
-
readonly inputmode: "search" | "
|
|
453
|
+
readonly inputmode: "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal";
|
|
454
454
|
readonly clearable: boolean;
|
|
455
455
|
readonly showPassword: boolean;
|
|
456
456
|
readonly showWordLimit: boolean;
|
|
@@ -461,7 +461,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
461
461
|
__isSuspense?: never;
|
|
462
462
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
463
463
|
readonly inputmode: {
|
|
464
|
-
readonly type: import("vue").PropType<"search" | "
|
|
464
|
+
readonly type: import("vue").PropType<"search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal">;
|
|
465
465
|
readonly required: false;
|
|
466
466
|
readonly validator: (val: unknown) => boolean;
|
|
467
467
|
__epPropKey: true;
|
|
@@ -514,7 +514,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
514
514
|
readonly default: "text";
|
|
515
515
|
};
|
|
516
516
|
readonly resize: {
|
|
517
|
-
readonly type: import("vue").PropType<"
|
|
517
|
+
readonly type: import("vue").PropType<"both" | "none" | "horizontal" | "vertical">;
|
|
518
518
|
readonly required: false;
|
|
519
519
|
readonly validator: (val: unknown) => boolean;
|
|
520
520
|
__epPropKey: true;
|
|
@@ -667,7 +667,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
667
667
|
readonly validateEvent: boolean;
|
|
668
668
|
readonly inputStyle: StyleValue;
|
|
669
669
|
readonly rows: number;
|
|
670
|
-
readonly inputmode: "search" | "
|
|
670
|
+
readonly inputmode: "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal";
|
|
671
671
|
readonly clearable: boolean;
|
|
672
672
|
readonly showPassword: boolean;
|
|
673
673
|
readonly showWordLimit: boolean;
|
|
@@ -682,7 +682,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
682
682
|
}) & import("vue").Plugin))), {
|
|
683
683
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
684
684
|
readonly inputmode: {
|
|
685
|
-
readonly type: import("vue").PropType<"search" | "
|
|
685
|
+
readonly type: import("vue").PropType<"search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal">;
|
|
686
686
|
readonly required: false;
|
|
687
687
|
readonly validator: (val: unknown) => boolean;
|
|
688
688
|
__epPropKey: true;
|
|
@@ -735,7 +735,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
735
735
|
readonly default: "text";
|
|
736
736
|
};
|
|
737
737
|
readonly resize: {
|
|
738
|
-
readonly type: import("vue").PropType<"
|
|
738
|
+
readonly type: import("vue").PropType<"both" | "none" | "horizontal" | "vertical">;
|
|
739
739
|
readonly required: false;
|
|
740
740
|
readonly validator: (val: unknown) => boolean;
|
|
741
741
|
__epPropKey: true;
|
|
@@ -888,7 +888,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
888
888
|
readonly validateEvent: boolean;
|
|
889
889
|
readonly inputStyle: StyleValue;
|
|
890
890
|
readonly rows: number;
|
|
891
|
-
readonly inputmode: "search" | "
|
|
891
|
+
readonly inputmode: "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal";
|
|
892
892
|
readonly clearable: boolean;
|
|
893
893
|
readonly showPassword: boolean;
|
|
894
894
|
readonly showWordLimit: boolean;
|
|
@@ -902,7 +902,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
902
902
|
Defaults: {};
|
|
903
903
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
904
904
|
readonly inputmode: {
|
|
905
|
-
readonly type: import("vue").PropType<"search" | "
|
|
905
|
+
readonly type: import("vue").PropType<"search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal">;
|
|
906
906
|
readonly required: false;
|
|
907
907
|
readonly validator: (val: unknown) => boolean;
|
|
908
908
|
__epPropKey: true;
|
|
@@ -955,7 +955,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
955
955
|
readonly default: "text";
|
|
956
956
|
};
|
|
957
957
|
readonly resize: {
|
|
958
|
-
readonly type: import("vue").PropType<"
|
|
958
|
+
readonly type: import("vue").PropType<"both" | "none" | "horizontal" | "vertical">;
|
|
959
959
|
readonly required: false;
|
|
960
960
|
readonly validator: (val: unknown) => boolean;
|
|
961
961
|
__epPropKey: true;
|
|
@@ -1095,7 +1095,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
1095
1095
|
readonly validateEvent: boolean;
|
|
1096
1096
|
readonly inputStyle: StyleValue;
|
|
1097
1097
|
readonly rows: number;
|
|
1098
|
-
readonly inputmode: "search" | "
|
|
1098
|
+
readonly inputmode: "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal";
|
|
1099
1099
|
readonly clearable: boolean;
|
|
1100
1100
|
readonly showPassword: boolean;
|
|
1101
1101
|
readonly showWordLimit: boolean;
|
|
@@ -1106,7 +1106,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
1106
1106
|
__isSuspense?: never;
|
|
1107
1107
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1108
1108
|
readonly inputmode: {
|
|
1109
|
-
readonly type: import("vue").PropType<"search" | "
|
|
1109
|
+
readonly type: import("vue").PropType<"search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal">;
|
|
1110
1110
|
readonly required: false;
|
|
1111
1111
|
readonly validator: (val: unknown) => boolean;
|
|
1112
1112
|
__epPropKey: true;
|
|
@@ -1159,7 +1159,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
1159
1159
|
readonly default: "text";
|
|
1160
1160
|
};
|
|
1161
1161
|
readonly resize: {
|
|
1162
|
-
readonly type: import("vue").PropType<"
|
|
1162
|
+
readonly type: import("vue").PropType<"both" | "none" | "horizontal" | "vertical">;
|
|
1163
1163
|
readonly required: false;
|
|
1164
1164
|
readonly validator: (val: unknown) => boolean;
|
|
1165
1165
|
__epPropKey: true;
|
|
@@ -1312,7 +1312,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
1312
1312
|
readonly validateEvent: boolean;
|
|
1313
1313
|
readonly inputStyle: StyleValue;
|
|
1314
1314
|
readonly rows: number;
|
|
1315
|
-
readonly inputmode: "search" | "
|
|
1315
|
+
readonly inputmode: "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal";
|
|
1316
1316
|
readonly clearable: boolean;
|
|
1317
1317
|
readonly showPassword: boolean;
|
|
1318
1318
|
readonly showWordLimit: boolean;
|
|
@@ -9,8 +9,8 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
9
9
|
success: (...args: any[]) => void;
|
|
10
10
|
"update:modelValue": (value: boolean) => void;
|
|
11
11
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
12
|
-
onSuccess?: (...args: any[]) => any;
|
|
13
12
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
13
|
+
onSuccess?: (...args: any[]) => any;
|
|
14
14
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
15
|
export default _default;
|
|
16
16
|
//# sourceMappingURL=I18nBundleEditor.vue.d.ts.map
|
|
@@ -16,13 +16,13 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
16
16
|
focus: (...args: any[]) => void;
|
|
17
17
|
"update:modelValue": (value: string) => void;
|
|
18
18
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
19
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
|
19
20
|
onBlur?: (...args: any[]) => any;
|
|
20
21
|
onChange?: (...args: any[]) => any;
|
|
21
22
|
onFocus?: (...args: any[]) => any;
|
|
22
|
-
"onUpdate:modelValue"?: (value: string) => any;
|
|
23
23
|
}>, {
|
|
24
|
-
textarea: boolean;
|
|
25
24
|
size: "default" | "small" | "large";
|
|
25
|
+
textarea: boolean;
|
|
26
26
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
27
27
|
export default _default;
|
|
28
28
|
//# sourceMappingURL=InputI18n.vue.d.ts.map
|