@jari-ace/element-plus-component 0.2.2 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- 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/rolePicker/baseRolePicker.vue.d.ts.map +1 -1
- package/dist/components/rolePicker/baseRolePicker.vue.js +4 -2
- package/dist/components/rolePicker/baseRolePicker.vue.js.map +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/index.d.ts +23 -4
- package/dist/components/upload/index.d.ts.map +1 -1
- package/dist/components/upload/index.js +1 -3
- 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 +42 -0
- package/dist/components/upload/uploader.vue.d.ts.map +1 -0
- package/dist/components/upload/uploader.vue.js +713 -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 +37354 -2740
- package/lib/index.umd.cjs +407 -2
- package/package.json +70 -61
- package/packages/components/autoComplete/JaAutoComplete.vue +47 -47
- package/packages/components/autoComplete/index.ts +5 -5
- package/packages/components/avatar/JaAvatar.vue +126 -126
- package/packages/components/avatar/avatarToken.ts +11 -11
- package/packages/components/avatar/defaultImg.ts +14 -14
- package/packages/components/avatar/index.ts +7 -7
- package/packages/components/button/JaButton.vue +51 -51
- package/packages/components/button/index.ts +4 -4
- package/packages/components/channelPicker/index.ts +7 -7
- package/packages/components/channelPicker/src/ChannelPicker.vue +43 -43
- package/packages/components/channelPicker/src/JaChannelPicker.vue +42 -42
- package/packages/components/checkbox/JaCheckbox.vue +73 -73
- package/packages/components/checkbox/index.ts +4 -4
- package/packages/components/checkboxGroup/JaCheckboxGroup.vue +45 -45
- package/packages/components/checkboxGroup/index.ts +4 -4
- package/packages/components/customGroupTree/index.ts +10 -10
- package/packages/components/customGroupTree/src/customGroupTree.vue +91 -91
- package/packages/components/datePicker/JaDatePicker.vue +52 -52
- package/packages/components/datePicker/index.ts +4 -4
- package/packages/components/departmentPicker/index.ts +4 -4
- package/packages/components/departmentPicker/src/DepartmentPicker.vue +107 -107
- package/packages/components/departmentPicker/src/consts.ts +2 -2
- package/packages/components/departmentTree/index.ts +10 -10
- package/packages/components/departmentTree/src/departmentTree.vue +135 -135
- package/packages/components/dropdownButton/JaDropdownButton.vue +59 -59
- package/packages/components/dropdownButton/index.ts +4 -4
- package/packages/components/enumList/EnumListInput.vue +107 -107
- package/packages/components/enumList/JaEnumList.vue +39 -39
- package/packages/components/enumList/index.ts +7 -7
- package/packages/components/enumPicker/index.ts +5 -5
- package/packages/components/enumPicker/src/EnumPicker.vue +103 -103
- package/packages/components/form/JaForm.vue +146 -146
- package/packages/components/form/index.ts +5 -5
- package/packages/components/form/types.ts +4 -4
- package/packages/components/formItem/JaFormItem.vue +87 -87
- package/packages/components/formItem/index.ts +4 -4
- package/packages/components/index.ts +34 -34
- package/packages/components/input/JaInput.vue +143 -143
- package/packages/components/input/index.ts +4 -4
- package/packages/components/inputI18n/I18nBundleEditor.vue +76 -76
- package/packages/components/inputI18n/InputI18n.vue +146 -146
- package/packages/components/inputI18n/JaInputI18n.vue +50 -50
- package/packages/components/inputI18n/index.ts +8 -8
- package/packages/components/inputNumber/JaInputNumber.vue +98 -98
- package/packages/components/inputNumber/index.ts +4 -4
- package/packages/components/mapItemList/JaMapItemList.vue +35 -35
- package/packages/components/mapItemList/MapItemListInput.vue +191 -191
- package/packages/components/mapItemList/index.ts +7 -7
- package/packages/components/numberList/JaNumberList.vue +36 -36
- package/packages/components/numberList/NumberListInput.vue +111 -111
- package/packages/components/numberList/index.ts +7 -7
- package/packages/components/properyPicker/JaPropertyPicker.vue +38 -38
- package/packages/components/properyPicker/PropertyPicker.vue +314 -314
- package/packages/components/properyPicker/index.ts +7 -7
- package/packages/components/radioGroup/JaRadioGroup.vue +50 -50
- package/packages/components/radioGroup/index.ts +4 -4
- package/packages/components/rolePicker/RoleEditor.vue +129 -129
- package/packages/components/rolePicker/RolePicker.vue +44 -44
- package/packages/components/rolePicker/RolePickerRaw.vue +56 -56
- package/packages/components/rolePicker/baseRolePicker.vue +91 -87
- package/packages/components/rolePicker/index.ts +10 -10
- package/packages/components/scrollbar/Scrollbar.vue +89 -89
- package/packages/components/scrollbar/index.ts +5 -5
- package/packages/components/scrollbar/utils.ts +17 -17
- package/packages/components/select/JaSelect.vue +48 -48
- package/packages/components/select/index.ts +4 -4
- package/packages/components/stringList/JaStringList.vue +36 -36
- package/packages/components/stringList/StringListInput.vue +96 -96
- package/packages/components/stringList/index.ts +7 -7
- package/packages/components/switch/JaSwitch.vue +50 -50
- package/packages/components/switch/index.ts +4 -4
- package/packages/components/timePicker/JaTimePicker.vue +52 -52
- package/packages/components/timePicker/index.ts +5 -5
- package/packages/components/tip/index.ts +4 -4
- package/packages/components/tip/src/AceTip.vue +43 -43
- package/packages/components/upload/index.ts +4 -6
- 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 +513 -0
- package/packages/components/userGroupPicker/index.ts +4 -4
- package/packages/components/userGroupPicker/src/UserGroupPicker.vue +94 -94
- package/packages/components/userGroupTree/index.ts +10 -10
- package/packages/components/userGroupTree/src/userGroupTree.vue +149 -149
- package/packages/components/userPicker/index.ts +10 -10
- package/packages/components/userPicker/src/CustomGroupManager.vue +189 -189
- package/packages/components/userPicker/src/JaUserList.vue +317 -317
- package/packages/components/userPicker/src/JaUserPicker.vue +40 -40
- package/packages/components/userPicker/src/UserPicker.vue +472 -472
- package/packages/components/userSelectDialog/index.ts +6 -6
- package/packages/components/userSelectDialog/src/userSelectDialog.vue +462 -462
- package/packages/components/userTag/UserInfoTag.vue +397 -397
- package/packages/components/userTag/index.ts +6 -6
- package/packages/components/userTag/sharedAxios.ts +8 -8
- package/packages/directives/auth/index.ts +41 -41
- package/packages/directives/autofocus/index.ts +29 -29
- package/packages/directives/index.ts +10 -10
- package/packages/directives/shortcut/index.ts +192 -192
- package/packages/hooks/useAppInstances.ts +34 -34
- package/packages/hooks/useBackendValidations.ts +81 -81
- package/packages/hooks/useBridage.ts +157 -157
- package/packages/hooks/useClassificationLevels.ts +62 -62
- package/packages/hooks/useDateTimeShortCuts.ts +65 -65
- package/packages/hooks/useRealms.ts +28 -28
- package/packages/hooks/useTreeData.ts +45 -45
- package/packages/hooks/useUserRefQuery.ts +232 -232
- package/packages/index.ts +24 -24
- package/packages/list.json +7 -7
- package/packages/types/custom.d.ts +13 -13
- package/packages/types/window.d.ts +16 -16
- package/packages/utils/install.ts +43 -43
- package/packages/utils/objectUtils.ts +31 -31
- package/theme-style/fonts/iconfont.json +5196 -5196
- package/theme-style/index.scss +10 -10
- package/theme-style/styles/element-plus-var.scss +1419 -1419
- package/theme-style/styles/iconfont.css +2979 -2979
- package/theme-style/styles/theme-var.scss +72 -72
- package/theme-style/styles/transition.scss +122 -122
- package/packages/components/upload/src/Upload.vue +0 -25
- package/packages/components/upload/src/type.ts +0 -3
package/README.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
# Wrapped Element-Plus controls for JARI-ACE Platform
|
|
1
|
+
# Wrapped Element-Plus controls for JARI-ACE Platform
|
|
@@ -104,7 +104,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
104
104
|
readonly default: false;
|
|
105
105
|
};
|
|
106
106
|
readonly inputmode: {
|
|
107
|
-
readonly type: import("vue").PropType<"search" | "
|
|
107
|
+
readonly type: import("vue").PropType<"search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal">;
|
|
108
108
|
readonly required: false;
|
|
109
109
|
readonly validator: (val: unknown) => boolean;
|
|
110
110
|
__epPropKey: true;
|
|
@@ -149,7 +149,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
149
149
|
readonly default: "text";
|
|
150
150
|
};
|
|
151
151
|
readonly resize: {
|
|
152
|
-
readonly type: import("vue").PropType<"
|
|
152
|
+
readonly type: import("vue").PropType<"both" | "none" | "horizontal" | "vertical">;
|
|
153
153
|
readonly required: false;
|
|
154
154
|
readonly validator: (val: unknown) => boolean;
|
|
155
155
|
__epPropKey: true;
|
|
@@ -295,7 +295,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
295
295
|
readonly validateEvent: boolean;
|
|
296
296
|
readonly inputStyle: import("vue").StyleValue;
|
|
297
297
|
readonly rows: number;
|
|
298
|
-
readonly inputmode: "search" | "
|
|
298
|
+
readonly inputmode: "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal";
|
|
299
299
|
readonly clearable: boolean;
|
|
300
300
|
readonly showPassword: boolean;
|
|
301
301
|
readonly showWordLimit: boolean;
|
|
@@ -421,7 +421,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
421
421
|
readonly default: false;
|
|
422
422
|
};
|
|
423
423
|
readonly inputmode: {
|
|
424
|
-
readonly type: import("vue").PropType<"search" | "
|
|
424
|
+
readonly type: import("vue").PropType<"search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal">;
|
|
425
425
|
readonly required: false;
|
|
426
426
|
readonly validator: (val: unknown) => boolean;
|
|
427
427
|
__epPropKey: true;
|
|
@@ -466,7 +466,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
466
466
|
readonly default: "text";
|
|
467
467
|
};
|
|
468
468
|
readonly resize: {
|
|
469
|
-
readonly type: import("vue").PropType<"
|
|
469
|
+
readonly type: import("vue").PropType<"both" | "none" | "horizontal" | "vertical">;
|
|
470
470
|
readonly required: false;
|
|
471
471
|
readonly validator: (val: unknown) => boolean;
|
|
472
472
|
__epPropKey: true;
|
|
@@ -604,7 +604,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
604
604
|
readonly validateEvent: boolean;
|
|
605
605
|
readonly inputStyle: import("vue").StyleValue;
|
|
606
606
|
readonly rows: number;
|
|
607
|
-
readonly inputmode: "search" | "
|
|
607
|
+
readonly inputmode: "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal";
|
|
608
608
|
readonly clearable: boolean;
|
|
609
609
|
readonly showPassword: boolean;
|
|
610
610
|
readonly showWordLimit: boolean;
|
|
@@ -727,7 +727,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
727
727
|
readonly default: false;
|
|
728
728
|
};
|
|
729
729
|
readonly inputmode: {
|
|
730
|
-
readonly type: import("vue").PropType<"search" | "
|
|
730
|
+
readonly type: import("vue").PropType<"search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal">;
|
|
731
731
|
readonly required: false;
|
|
732
732
|
readonly validator: (val: unknown) => boolean;
|
|
733
733
|
__epPropKey: true;
|
|
@@ -772,7 +772,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
772
772
|
readonly default: "text";
|
|
773
773
|
};
|
|
774
774
|
readonly resize: {
|
|
775
|
-
readonly type: import("vue").PropType<"
|
|
775
|
+
readonly type: import("vue").PropType<"both" | "none" | "horizontal" | "vertical">;
|
|
776
776
|
readonly required: false;
|
|
777
777
|
readonly validator: (val: unknown) => boolean;
|
|
778
778
|
__epPropKey: true;
|
|
@@ -918,7 +918,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
918
918
|
readonly validateEvent: boolean;
|
|
919
919
|
readonly inputStyle: import("vue").StyleValue;
|
|
920
920
|
readonly rows: number;
|
|
921
|
-
readonly inputmode: "search" | "
|
|
921
|
+
readonly inputmode: "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal";
|
|
922
922
|
readonly clearable: boolean;
|
|
923
923
|
readonly showPassword: boolean;
|
|
924
924
|
readonly showWordLimit: boolean;
|
|
@@ -1049,7 +1049,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
1049
1049
|
readonly default: false;
|
|
1050
1050
|
};
|
|
1051
1051
|
readonly inputmode: {
|
|
1052
|
-
readonly type: import("vue").PropType<"search" | "
|
|
1052
|
+
readonly type: import("vue").PropType<"search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal">;
|
|
1053
1053
|
readonly required: false;
|
|
1054
1054
|
readonly validator: (val: unknown) => boolean;
|
|
1055
1055
|
__epPropKey: true;
|
|
@@ -1094,7 +1094,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
1094
1094
|
readonly default: "text";
|
|
1095
1095
|
};
|
|
1096
1096
|
readonly resize: {
|
|
1097
|
-
readonly type: import("vue").PropType<"
|
|
1097
|
+
readonly type: import("vue").PropType<"both" | "none" | "horizontal" | "vertical">;
|
|
1098
1098
|
readonly required: false;
|
|
1099
1099
|
readonly validator: (val: unknown) => boolean;
|
|
1100
1100
|
__epPropKey: true;
|
|
@@ -1240,7 +1240,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
1240
1240
|
readonly validateEvent: boolean;
|
|
1241
1241
|
readonly inputStyle: import("vue").StyleValue;
|
|
1242
1242
|
readonly rows: number;
|
|
1243
|
-
readonly inputmode: "search" | "
|
|
1243
|
+
readonly inputmode: "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal";
|
|
1244
1244
|
readonly clearable: boolean;
|
|
1245
1245
|
readonly showPassword: boolean;
|
|
1246
1246
|
readonly showWordLimit: boolean;
|
|
@@ -1366,7 +1366,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
1366
1366
|
readonly default: false;
|
|
1367
1367
|
};
|
|
1368
1368
|
readonly inputmode: {
|
|
1369
|
-
readonly type: import("vue").PropType<"search" | "
|
|
1369
|
+
readonly type: import("vue").PropType<"search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal">;
|
|
1370
1370
|
readonly required: false;
|
|
1371
1371
|
readonly validator: (val: unknown) => boolean;
|
|
1372
1372
|
__epPropKey: true;
|
|
@@ -1411,7 +1411,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
1411
1411
|
readonly default: "text";
|
|
1412
1412
|
};
|
|
1413
1413
|
readonly resize: {
|
|
1414
|
-
readonly type: import("vue").PropType<"
|
|
1414
|
+
readonly type: import("vue").PropType<"both" | "none" | "horizontal" | "vertical">;
|
|
1415
1415
|
readonly required: false;
|
|
1416
1416
|
readonly validator: (val: unknown) => boolean;
|
|
1417
1417
|
__epPropKey: true;
|
|
@@ -1549,7 +1549,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
1549
1549
|
readonly validateEvent: boolean;
|
|
1550
1550
|
readonly inputStyle: import("vue").StyleValue;
|
|
1551
1551
|
readonly rows: number;
|
|
1552
|
-
readonly inputmode: "search" | "
|
|
1552
|
+
readonly inputmode: "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal";
|
|
1553
1553
|
readonly clearable: boolean;
|
|
1554
1554
|
readonly showPassword: boolean;
|
|
1555
1555
|
readonly showWordLimit: boolean;
|
|
@@ -1672,7 +1672,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
1672
1672
|
readonly default: false;
|
|
1673
1673
|
};
|
|
1674
1674
|
readonly inputmode: {
|
|
1675
|
-
readonly type: import("vue").PropType<"search" | "
|
|
1675
|
+
readonly type: import("vue").PropType<"search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal">;
|
|
1676
1676
|
readonly required: false;
|
|
1677
1677
|
readonly validator: (val: unknown) => boolean;
|
|
1678
1678
|
__epPropKey: true;
|
|
@@ -1717,7 +1717,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
1717
1717
|
readonly default: "text";
|
|
1718
1718
|
};
|
|
1719
1719
|
readonly resize: {
|
|
1720
|
-
readonly type: import("vue").PropType<"
|
|
1720
|
+
readonly type: import("vue").PropType<"both" | "none" | "horizontal" | "vertical">;
|
|
1721
1721
|
readonly required: false;
|
|
1722
1722
|
readonly validator: (val: unknown) => boolean;
|
|
1723
1723
|
__epPropKey: true;
|
|
@@ -1863,7 +1863,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
1863
1863
|
readonly validateEvent: boolean;
|
|
1864
1864
|
readonly inputStyle: import("vue").StyleValue;
|
|
1865
1865
|
readonly rows: number;
|
|
1866
|
-
readonly inputmode: "search" | "
|
|
1866
|
+
readonly inputmode: "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal";
|
|
1867
1867
|
readonly clearable: boolean;
|
|
1868
1868
|
readonly showPassword: boolean;
|
|
1869
1869
|
readonly showWordLimit: boolean;
|
|
@@ -20,7 +20,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
20
20
|
};
|
|
21
21
|
readonly disabled: BooleanConstructor;
|
|
22
22
|
readonly type: {
|
|
23
|
-
readonly type: import("vue").PropType<"" | "default" | "
|
|
23
|
+
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
24
24
|
readonly required: false;
|
|
25
25
|
readonly validator: (val: unknown) => boolean;
|
|
26
26
|
__epPropKey: true;
|
|
@@ -106,7 +106,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
106
106
|
readonly disabled: boolean;
|
|
107
107
|
readonly round: boolean;
|
|
108
108
|
readonly dark: boolean;
|
|
109
|
-
readonly type: "" | "default" | "
|
|
109
|
+
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger";
|
|
110
110
|
readonly bg: boolean;
|
|
111
111
|
readonly loading: boolean;
|
|
112
112
|
readonly autofocus: boolean;
|
|
@@ -131,7 +131,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
131
131
|
};
|
|
132
132
|
readonly disabled: BooleanConstructor;
|
|
133
133
|
readonly type: {
|
|
134
|
-
readonly type: import("vue").PropType<"" | "default" | "
|
|
134
|
+
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
135
135
|
readonly required: false;
|
|
136
136
|
readonly validator: (val: unknown) => boolean;
|
|
137
137
|
__epPropKey: true;
|
|
@@ -215,7 +215,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
215
215
|
readonly disabled: boolean;
|
|
216
216
|
readonly round: boolean;
|
|
217
217
|
readonly dark: boolean;
|
|
218
|
-
readonly type: "" | "default" | "
|
|
218
|
+
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger";
|
|
219
219
|
readonly bg: boolean;
|
|
220
220
|
readonly loading: boolean;
|
|
221
221
|
readonly autofocus: boolean;
|
|
@@ -237,7 +237,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
237
237
|
};
|
|
238
238
|
readonly disabled: BooleanConstructor;
|
|
239
239
|
readonly type: {
|
|
240
|
-
readonly type: import("vue").PropType<"" | "default" | "
|
|
240
|
+
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
241
241
|
readonly required: false;
|
|
242
242
|
readonly validator: (val: unknown) => boolean;
|
|
243
243
|
__epPropKey: true;
|
|
@@ -323,7 +323,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
323
323
|
readonly disabled: boolean;
|
|
324
324
|
readonly round: boolean;
|
|
325
325
|
readonly dark: boolean;
|
|
326
|
-
readonly type: "" | "default" | "
|
|
326
|
+
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger";
|
|
327
327
|
readonly bg: boolean;
|
|
328
328
|
readonly loading: boolean;
|
|
329
329
|
readonly autofocus: boolean;
|
|
@@ -348,7 +348,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
348
348
|
__epPropKey: true;
|
|
349
349
|
};
|
|
350
350
|
readonly type: {
|
|
351
|
-
readonly type: import("vue").PropType<"" | "default" | "
|
|
351
|
+
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
352
352
|
readonly required: false;
|
|
353
353
|
readonly validator: (val: unknown) => boolean;
|
|
354
354
|
__epPropKey: true;
|
|
@@ -356,7 +356,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
356
356
|
readonly default: "";
|
|
357
357
|
};
|
|
358
358
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
359
|
-
readonly type: "" | "default" | "
|
|
359
|
+
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger";
|
|
360
360
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
361
361
|
P: {};
|
|
362
362
|
B: {};
|
|
@@ -372,7 +372,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
372
372
|
__epPropKey: true;
|
|
373
373
|
};
|
|
374
374
|
readonly type: {
|
|
375
|
-
readonly type: import("vue").PropType<"" | "default" | "
|
|
375
|
+
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
376
376
|
readonly required: false;
|
|
377
377
|
readonly validator: (val: unknown) => boolean;
|
|
378
378
|
__epPropKey: true;
|
|
@@ -380,7 +380,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
380
380
|
readonly default: "";
|
|
381
381
|
};
|
|
382
382
|
}>>, {}, {}, {}, {}, {
|
|
383
|
-
readonly type: "" | "default" | "
|
|
383
|
+
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger";
|
|
384
384
|
}>;
|
|
385
385
|
__isFragment?: never;
|
|
386
386
|
__isTeleport?: never;
|
|
@@ -393,7 +393,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
393
393
|
__epPropKey: true;
|
|
394
394
|
};
|
|
395
395
|
readonly type: {
|
|
396
|
-
readonly type: import("vue").PropType<"" | "default" | "
|
|
396
|
+
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
397
397
|
readonly required: false;
|
|
398
398
|
readonly validator: (val: unknown) => boolean;
|
|
399
399
|
__epPropKey: true;
|
|
@@ -401,7 +401,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
401
401
|
readonly default: "";
|
|
402
402
|
};
|
|
403
403
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
404
|
-
readonly type: "" | "default" | "
|
|
404
|
+
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger";
|
|
405
405
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
406
406
|
$slots: {
|
|
407
407
|
default?(_: {}): any;
|
|
@@ -417,7 +417,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
417
417
|
};
|
|
418
418
|
readonly disabled: BooleanConstructor;
|
|
419
419
|
readonly type: {
|
|
420
|
-
readonly type: import("vue").PropType<"" | "default" | "
|
|
420
|
+
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
421
421
|
readonly required: false;
|
|
422
422
|
readonly validator: (val: unknown) => boolean;
|
|
423
423
|
__epPropKey: true;
|
|
@@ -503,7 +503,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
503
503
|
readonly disabled: boolean;
|
|
504
504
|
readonly round: boolean;
|
|
505
505
|
readonly dark: boolean;
|
|
506
|
-
readonly type: "" | "default" | "
|
|
506
|
+
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger";
|
|
507
507
|
readonly bg: boolean;
|
|
508
508
|
readonly loading: boolean;
|
|
509
509
|
readonly autofocus: boolean;
|
|
@@ -528,7 +528,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
528
528
|
};
|
|
529
529
|
readonly disabled: BooleanConstructor;
|
|
530
530
|
readonly type: {
|
|
531
|
-
readonly type: import("vue").PropType<"" | "default" | "
|
|
531
|
+
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
532
532
|
readonly required: false;
|
|
533
533
|
readonly validator: (val: unknown) => boolean;
|
|
534
534
|
__epPropKey: true;
|
|
@@ -612,7 +612,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
612
612
|
readonly disabled: boolean;
|
|
613
613
|
readonly round: boolean;
|
|
614
614
|
readonly dark: boolean;
|
|
615
|
-
readonly type: "" | "default" | "
|
|
615
|
+
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger";
|
|
616
616
|
readonly bg: boolean;
|
|
617
617
|
readonly loading: boolean;
|
|
618
618
|
readonly autofocus: boolean;
|
|
@@ -634,7 +634,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
634
634
|
};
|
|
635
635
|
readonly disabled: BooleanConstructor;
|
|
636
636
|
readonly type: {
|
|
637
|
-
readonly type: import("vue").PropType<"" | "default" | "
|
|
637
|
+
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
638
638
|
readonly required: false;
|
|
639
639
|
readonly validator: (val: unknown) => boolean;
|
|
640
640
|
__epPropKey: true;
|
|
@@ -720,7 +720,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
720
720
|
readonly disabled: boolean;
|
|
721
721
|
readonly round: boolean;
|
|
722
722
|
readonly dark: boolean;
|
|
723
|
-
readonly type: "" | "default" | "
|
|
723
|
+
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger";
|
|
724
724
|
readonly bg: boolean;
|
|
725
725
|
readonly loading: boolean;
|
|
726
726
|
readonly autofocus: boolean;
|
|
@@ -745,7 +745,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
745
745
|
__epPropKey: true;
|
|
746
746
|
};
|
|
747
747
|
readonly type: {
|
|
748
|
-
readonly type: import("vue").PropType<"" | "default" | "
|
|
748
|
+
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
749
749
|
readonly required: false;
|
|
750
750
|
readonly validator: (val: unknown) => boolean;
|
|
751
751
|
__epPropKey: true;
|
|
@@ -753,7 +753,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
753
753
|
readonly default: "";
|
|
754
754
|
};
|
|
755
755
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
756
|
-
readonly type: "" | "default" | "
|
|
756
|
+
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger";
|
|
757
757
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
758
758
|
P: {};
|
|
759
759
|
B: {};
|
|
@@ -769,7 +769,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
769
769
|
__epPropKey: true;
|
|
770
770
|
};
|
|
771
771
|
readonly type: {
|
|
772
|
-
readonly type: import("vue").PropType<"" | "default" | "
|
|
772
|
+
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
773
773
|
readonly required: false;
|
|
774
774
|
readonly validator: (val: unknown) => boolean;
|
|
775
775
|
__epPropKey: true;
|
|
@@ -777,7 +777,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
777
777
|
readonly default: "";
|
|
778
778
|
};
|
|
779
779
|
}>>, {}, {}, {}, {}, {
|
|
780
|
-
readonly type: "" | "default" | "
|
|
780
|
+
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger";
|
|
781
781
|
}>;
|
|
782
782
|
__isFragment?: never;
|
|
783
783
|
__isTeleport?: never;
|
|
@@ -790,7 +790,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
790
790
|
__epPropKey: true;
|
|
791
791
|
};
|
|
792
792
|
readonly type: {
|
|
793
|
-
readonly type: import("vue").PropType<"" | "default" | "
|
|
793
|
+
readonly type: import("vue").PropType<"" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger">;
|
|
794
794
|
readonly required: false;
|
|
795
795
|
readonly validator: (val: unknown) => boolean;
|
|
796
796
|
__epPropKey: true;
|
|
@@ -798,7 +798,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
798
798
|
readonly default: "";
|
|
799
799
|
};
|
|
800
800
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
801
|
-
readonly type: "" | "default" | "
|
|
801
|
+
readonly type: "" | "default" | "info" | "warning" | "success" | "text" | "primary" | "danger";
|
|
802
802
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
803
803
|
$slots: {
|
|
804
804
|
default?(_: {}): any;
|
|
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
13
13
|
loaded: (...args: any[]) => void;
|
|
14
14
|
"update:modelValue": (value: CustomGroup) => void;
|
|
15
15
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
16
|
-
onChange?: (...args: any[]) => any;
|
|
17
16
|
"onUpdate:modelValue"?: (value: CustomGroup) => any;
|
|
17
|
+
onChange?: (...args: any[]) => any;
|
|
18
18
|
onLoaded?: (...args: any[]) => any;
|
|
19
19
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
20
20
|
export default _default;
|
|
@@ -13,11 +13,11 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
13
13
|
change: (...args: any[]) => void;
|
|
14
14
|
"update:modelValue": (value: string | string[]) => void;
|
|
15
15
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
16
|
-
onChange?: (...args: any[]) => any;
|
|
17
16
|
"onUpdate:modelValue"?: (value: string | string[]) => any;
|
|
17
|
+
onChange?: (...args: any[]) => any;
|
|
18
18
|
}>, {
|
|
19
|
-
multiple: boolean;
|
|
20
19
|
size: "default" | "small";
|
|
20
|
+
multiple: boolean;
|
|
21
21
|
showNodeAll: boolean;
|
|
22
22
|
allId: string;
|
|
23
23
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -18,8 +18,8 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
18
18
|
loaded: (...args: any[]) => void;
|
|
19
19
|
"update:modelValue": (value: ProjectedDepartment) => void;
|
|
20
20
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
21
|
-
onChange?: (...args: any[]) => any;
|
|
22
21
|
"onUpdate:modelValue"?: (value: ProjectedDepartment) => any;
|
|
22
|
+
onChange?: (...args: any[]) => any;
|
|
23
23
|
onLoaded?: (...args: any[]) => any;
|
|
24
24
|
}>, {
|
|
25
25
|
showNoDepartment: boolean;
|