@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.
Files changed (59) hide show
  1. package/dist/components/autoComplete/JaAutoComplete.vue.d.ts +18 -18
  2. package/dist/components/button/JaButton.vue.d.ts +24 -24
  3. package/dist/components/customGroupTree/src/customGroupTree.vue.d.ts +1 -1
  4. package/dist/components/departmentPicker/src/DepartmentPicker.vue.d.ts +2 -2
  5. package/dist/components/departmentTree/src/departmentTree.vue.d.ts +1 -1
  6. package/dist/components/dropdownButton/JaDropdownButton.vue.d.ts +55 -55
  7. package/dist/components/enumList/EnumListInput.vue.d.ts +2 -2
  8. package/dist/components/enumPicker/src/EnumPicker.vue.d.ts +1 -1
  9. package/dist/components/form/JaForm.vue.d.ts +1 -1
  10. package/dist/components/formItem/JaFormItem.vue.d.ts +12 -12
  11. package/dist/components/input/JaInput.vue.d.ts +18 -18
  12. package/dist/components/inputI18n/I18nBundleEditor.vue.d.ts +1 -1
  13. package/dist/components/inputI18n/InputI18n.vue.d.ts +2 -2
  14. package/dist/components/inputI18n/JaInputI18n.vue.d.ts +70 -70
  15. package/dist/components/inputNumber/JaInputNumber.vue.d.ts +12 -12
  16. package/dist/components/mapItemList/MapItemListInput.vue.d.ts +2 -2
  17. package/dist/components/numberList/NumberListInput.vue.d.ts +2 -2
  18. package/dist/components/rolePicker/RoleEditor.vue.d.ts +1 -1
  19. package/dist/components/rolePicker/baseRolePicker.vue.d.ts +1 -1
  20. package/dist/components/scrollbar/Scrollbar.vue.d.ts +8 -8
  21. package/dist/components/select/JaSelect.vue.d.ts +70 -70
  22. package/dist/components/stringList/StringListInput.vue.d.ts +2 -2
  23. package/dist/components/tip/index.d.ts +6 -6
  24. package/dist/components/tip/src/AceTip.vue.d.ts +1 -1
  25. package/dist/components/upload/JaUploader.vue.d.ts +85 -0
  26. package/dist/components/upload/JaUploader.vue.d.ts.map +1 -0
  27. package/dist/components/upload/JaUploader.vue.js +85 -0
  28. package/dist/components/upload/JaUploader.vue.js.map +1 -0
  29. package/dist/components/upload/index.d.ts +25 -4
  30. package/dist/components/upload/index.d.ts.map +1 -1
  31. package/dist/components/upload/index.js +2 -4
  32. package/dist/components/upload/index.js.map +1 -1
  33. package/dist/components/upload/pdf-viewer/PdfViewerModal.vue.d.ts +27 -0
  34. package/dist/components/upload/pdf-viewer/PdfViewerModal.vue.d.ts.map +1 -0
  35. package/dist/components/upload/pdf-viewer/PdfViewerModal.vue.js +94 -0
  36. package/dist/components/upload/pdf-viewer/PdfViewerModal.vue.js.map +1 -0
  37. package/dist/components/upload/uploader-locale-zh-cn.d.ts +223 -0
  38. package/dist/components/upload/uploader-locale-zh-cn.d.ts.map +1 -0
  39. package/dist/components/upload/uploader-locale-zh-cn.js +224 -0
  40. package/dist/components/upload/uploader-locale-zh-cn.js.map +1 -0
  41. package/dist/components/upload/uploader.vue.d.ts +44 -0
  42. package/dist/components/upload/uploader.vue.d.ts.map +1 -0
  43. package/dist/components/upload/uploader.vue.js +721 -0
  44. package/dist/components/upload/uploader.vue.js.map +1 -0
  45. package/dist/components/userGroupPicker/src/UserGroupPicker.vue.d.ts +2 -2
  46. package/dist/components/userPicker/src/UserPicker.vue.d.ts +3 -3
  47. package/dist/components/userSelectDialog/src/userSelectDialog.vue.d.ts +1 -1
  48. package/dist/components/userTag/UserInfoTag.vue.d.ts +2 -2
  49. package/lib/index.css +9 -1
  50. package/lib/index.js +37353 -2739
  51. package/lib/index.umd.cjs +407 -2
  52. package/package.json +14 -5
  53. package/packages/components/upload/JaUploader.vue +71 -0
  54. package/packages/components/upload/index.ts +2 -5
  55. package/packages/components/upload/pdf-viewer/PdfViewerModal.vue +32 -0
  56. package/packages/components/upload/uploader-locale-zh-cn.ts +223 -0
  57. package/packages/components/upload/uploader.vue +515 -0
  58. package/packages/components/upload/src/Upload.vue +0 -25
  59. package/packages/components/upload/src/type.ts +0 -3
@@ -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" | "text" | "url" | "none" | "email" | "tel" | "numeric" | "decimal">;
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<"none" | "both" | "horizontal" | "vertical">;
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" | "text" | "url" | "none" | "email" | "tel" | "numeric" | "decimal";
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" | "text" | "url" | "none" | "email" | "tel" | "numeric" | "decimal">;
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<"none" | "both" | "horizontal" | "vertical">;
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" | "text" | "url" | "none" | "email" | "tel" | "numeric" | "decimal";
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" | "text" | "url" | "none" | "email" | "tel" | "numeric" | "decimal">;
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<"none" | "both" | "horizontal" | "vertical">;
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" | "text" | "url" | "none" | "email" | "tel" | "numeric" | "decimal";
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" | "text" | "url" | "none" | "email" | "tel" | "numeric" | "decimal">;
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<"none" | "both" | "horizontal" | "vertical">;
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" | "text" | "url" | "none" | "email" | "tel" | "numeric" | "decimal";
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" | "text" | "url" | "none" | "email" | "tel" | "numeric" | "decimal">;
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<"none" | "both" | "horizontal" | "vertical">;
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" | "text" | "url" | "none" | "email" | "tel" | "numeric" | "decimal";
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" | "text" | "url" | "none" | "email" | "tel" | "numeric" | "decimal">;
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<"none" | "both" | "horizontal" | "vertical">;
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" | "text" | "url" | "none" | "email" | "tel" | "numeric" | "decimal";
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" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
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" | "text" | "primary" | "success" | "warning" | "info" | "danger";
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" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
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" | "text" | "primary" | "success" | "warning" | "info" | "danger";
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" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
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" | "text" | "primary" | "success" | "warning" | "info" | "danger";
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" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
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" | "text" | "primary" | "success" | "warning" | "info" | "danger";
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" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
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" | "text" | "primary" | "success" | "warning" | "info" | "danger";
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" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
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" | "text" | "primary" | "success" | "warning" | "info" | "danger";
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" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
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" | "text" | "primary" | "success" | "warning" | "info" | "danger";
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" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
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" | "text" | "primary" | "success" | "warning" | "info" | "danger";
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" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
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" | "text" | "primary" | "success" | "warning" | "info" | "danger";
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" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
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" | "text" | "primary" | "success" | "warning" | "info" | "danger";
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" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
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" | "text" | "primary" | "success" | "warning" | "info" | "danger";
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" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
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" | "text" | "primary" | "success" | "warning" | "info" | "danger";
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;