@jari-ace/element-plus-component 0.4.4 → 0.5.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 (54) hide show
  1. package/dist/components/autoComplete/JaAutoComplete.vue.d.ts +24 -24
  2. package/dist/components/avatar/JaAvatar.vue.d.ts.map +1 -1
  3. package/dist/components/avatar/JaAvatar.vue.js +4 -2
  4. package/dist/components/avatar/JaAvatar.vue.js.map +1 -1
  5. package/dist/components/flowShell/FlowFormShell.vue.d.ts +400 -0
  6. package/dist/components/flowShell/FlowFormShell.vue.d.ts.map +1 -0
  7. package/dist/components/flowShell/FlowFormShell.vue.js +671 -0
  8. package/dist/components/flowShell/FlowFormShell.vue.js.map +1 -0
  9. package/dist/components/flowShell/index.d.ts +4 -0
  10. package/dist/components/flowShell/index.d.ts.map +1 -0
  11. package/dist/components/flowShell/index.js +4 -0
  12. package/dist/components/flowShell/index.js.map +1 -0
  13. package/dist/components/formItem/JaFormItem.vue.d.ts +2 -2
  14. package/dist/components/index.d.ts +1 -0
  15. package/dist/components/index.d.ts.map +1 -1
  16. package/dist/components/index.js +1 -0
  17. package/dist/components/index.js.map +1 -1
  18. package/dist/components/input/JaInput.vue.d.ts +14 -14
  19. package/dist/components/inputI18n/InputI18n.vue.d.ts.map +1 -1
  20. package/dist/components/inputI18n/InputI18n.vue.js +2 -0
  21. package/dist/components/inputI18n/InputI18n.vue.js.map +1 -1
  22. package/dist/components/inputI18n/JaInputI18n.vue.d.ts +70 -70
  23. package/dist/components/inputNumber/JaInputNumber.vue.d.ts +18 -18
  24. package/dist/components/scrollbar/Scrollbar.vue.d.ts +10 -10
  25. package/dist/components/select/JaSelect.vue.d.ts +70 -70
  26. package/dist/components/switch/JaSwitch.vue.d.ts +2 -2
  27. package/dist/components/upload/JaUploader.vue.d.ts +16 -4
  28. package/dist/components/upload/JaUploader.vue.d.ts.map +1 -1
  29. package/dist/components/upload/index.d.ts +21 -5
  30. package/dist/components/upload/index.d.ts.map +1 -1
  31. package/dist/components/upload/uploader.vue.d.ts +7 -1
  32. package/dist/components/upload/uploader.vue.d.ts.map +1 -1
  33. package/dist/components/upload/uploader.vue.js +428 -202
  34. package/dist/components/upload/uploader.vue.js.map +1 -1
  35. package/dist/components/userGroupTree/src/userGroupTree.vue.d.ts +4 -4
  36. package/dist/components/userPicker/src/JaUserList.vue.d.ts.map +1 -1
  37. package/dist/components/userPicker/src/JaUserList.vue.js +0 -2
  38. package/dist/components/userPicker/src/JaUserList.vue.js.map +1 -1
  39. package/dist/components/userTag/UserInfoTag.vue.d.ts +7 -1
  40. package/dist/components/userTag/UserInfoTag.vue.d.ts.map +1 -1
  41. package/dist/components/userTag/UserInfoTag.vue.js +67 -50
  42. package/dist/components/userTag/UserInfoTag.vue.js.map +1 -1
  43. package/lib/index.css +2 -2
  44. package/lib/index.js +12307 -11479
  45. package/lib/index.umd.cjs +36 -36
  46. package/package.json +4 -2
  47. package/packages/components/avatar/JaAvatar.vue +4 -2
  48. package/packages/components/flowShell/FlowFormShell.vue +628 -0
  49. package/packages/components/flowShell/index.ts +5 -0
  50. package/packages/components/index.ts +1 -0
  51. package/packages/components/inputI18n/InputI18n.vue +3 -5
  52. package/packages/components/upload/uploader.vue +258 -39
  53. package/packages/components/userPicker/src/JaUserList.vue +0 -1
  54. package/packages/components/userTag/UserInfoTag.vue +28 -6
@@ -22,7 +22,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaAutoComp
22
22
  readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
23
23
  readonly inputStyle: import("vue").StyleValue;
24
24
  readonly rows: number;
25
- readonly inputmode: EpPropMergeType<(new (...args: any[]) => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal") | ((new (...args: any[]) => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal"))[], unknown, unknown>;
25
+ readonly inputmode: EpPropMergeType<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal"))[], unknown, unknown>;
26
26
  readonly clearable: boolean;
27
27
  readonly showPassword: boolean;
28
28
  readonly showWordLimit: boolean;
@@ -41,10 +41,10 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaAutoComp
41
41
  readonly type: string;
42
42
  readonly modelValue: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
43
43
  readonly disabled: boolean;
44
- readonly teleported: EpPropMergeType<BooleanConstructor, unknown, unknown>;
45
- readonly placement: EpPropMergeType<(new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => any) | ((new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => any))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end", unknown>;
46
44
  readonly autofocus: boolean;
45
+ readonly placement: EpPropMergeType<(new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => any) | ((new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => any))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end", unknown>;
47
46
  readonly tabindex: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
47
+ readonly teleported: EpPropMergeType<BooleanConstructor, unknown, unknown>;
48
48
  readonly modelModifiers: import("element-plus").InputModelModifiers;
49
49
  readonly autosize: false;
50
50
  readonly autocomplete: AutoFill;
@@ -71,7 +71,6 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaAutoComp
71
71
  readonly size?: EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>;
72
72
  readonly id?: string;
73
73
  readonly placeholder?: string;
74
- readonly ariaLabel?: string;
75
74
  readonly popperClass?: EpPropMergeType<(new (...args: any[]) => string | {
76
75
  [x: string]: boolean;
77
76
  } | (string | {
@@ -162,11 +161,12 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaAutoComp
162
161
  [x: string]: boolean;
163
162
  })[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>;
164
163
  readonly popperStyle?: import("vue").StyleValue;
165
- readonly formatter?: Function;
164
+ readonly ariaLabel?: string;
166
165
  readonly form?: string;
167
- readonly inputmode?: EpPropMergeType<(new (...args: any[]) => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal") | ((new (...args: any[]) => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal"))[], unknown, unknown>;
166
+ readonly inputmode?: EpPropMergeType<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal"))[], unknown, unknown>;
168
167
  readonly maxlength?: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
169
168
  readonly minlength?: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
169
+ readonly formatter?: Function;
170
170
  readonly parser?: Function;
171
171
  readonly clearIcon?: unknown;
172
172
  readonly suffixIcon?: unknown;
@@ -179,7 +179,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaAutoComp
179
179
  onInput?: (value: string | number) => any;
180
180
  onSelect?: (item: Record<string, any>) => any;
181
181
  onClear?: () => any;
182
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "modelValue" | "id" | "disabled" | "teleported" | "placement" | "autofocus" | "tabindex" | "inputmode" | "modelModifiers" | "autosize" | "autocomplete" | "readonly" | "clearable" | "showPassword" | "showWordLimit" | "wordLimitPosition" | "containerRole" | "validateEvent" | "inputStyle" | "rows" | "debounce" | "valueKey" | "fitInputWidth" | "fetchSuggestions" | "triggerOnFocus" | "selectWhenUnmatched" | "hideLoading" | "highlightFirstItem" | "loopNavigation">;
182
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "modelValue" | "id" | "disabled" | "autofocus" | "placement" | "tabindex" | "teleported" | "inputmode" | "modelModifiers" | "autosize" | "autocomplete" | "readonly" | "clearable" | "showPassword" | "showWordLimit" | "wordLimitPosition" | "containerRole" | "validateEvent" | "inputStyle" | "rows" | "debounce" | "valueKey" | "fitInputWidth" | "fetchSuggestions" | "triggerOnFocus" | "selectWhenUnmatched" | "hideLoading" | "highlightFirstItem" | "loopNavigation">;
183
183
  $attrs: {
184
184
  [x: string]: unknown;
185
185
  };
@@ -313,7 +313,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaAutoComp
313
313
  readonly highlightFirstItem: BooleanConstructor;
314
314
  readonly fitInputWidth: BooleanConstructor;
315
315
  readonly loopNavigation: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
316
- readonly inputmode: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal") | ((new (...args: any[]) => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal"))[], unknown, unknown, undefined, boolean>;
316
+ readonly inputmode: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal"))[], unknown, unknown, undefined, boolean>;
317
317
  readonly name: StringConstructor;
318
318
  readonly ariaLabel: StringConstructor;
319
319
  readonly id: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
@@ -451,7 +451,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaAutoComp
451
451
  readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
452
452
  readonly inputStyle: import("vue").StyleValue;
453
453
  readonly rows: number;
454
- readonly inputmode: EpPropMergeType<(new (...args: any[]) => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal") | ((new (...args: any[]) => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal"))[], unknown, unknown>;
454
+ readonly inputmode: EpPropMergeType<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal"))[], unknown, unknown>;
455
455
  readonly clearable: boolean;
456
456
  readonly showPassword: boolean;
457
457
  readonly showWordLimit: boolean;
@@ -502,7 +502,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaAutoComp
502
502
  readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
503
503
  readonly inputStyle: import("vue").StyleValue;
504
504
  readonly rows: number;
505
- readonly inputmode: EpPropMergeType<(new (...args: any[]) => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal") | ((new (...args: any[]) => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal"))[], unknown, unknown>;
505
+ readonly inputmode: EpPropMergeType<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal"))[], unknown, unknown>;
506
506
  readonly clearable: boolean;
507
507
  readonly showPassword: boolean;
508
508
  readonly showWordLimit: boolean;
@@ -636,7 +636,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaAutoComp
636
636
  readonly highlightFirstItem: BooleanConstructor;
637
637
  readonly fitInputWidth: BooleanConstructor;
638
638
  readonly loopNavigation: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
639
- readonly inputmode: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal") | ((new (...args: any[]) => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal"))[], unknown, unknown, undefined, boolean>;
639
+ readonly inputmode: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal"))[], unknown, unknown, undefined, boolean>;
640
640
  readonly name: StringConstructor;
641
641
  readonly ariaLabel: StringConstructor;
642
642
  readonly id: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
@@ -736,7 +736,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaAutoComp
736
736
  onInput?: (value: string | number) => any;
737
737
  onSelect?: (item: Record<string, any>) => any;
738
738
  onClear?: () => any;
739
- }, "type" | "blur" | "close" | "focus" | "modelValue" | "activated" | "id" | "loading" | "disabled" | "teleported" | "placement" | "autofocus" | "tabindex" | "popperRef" | "inputmode" | "modelModifiers" | "autosize" | "autocomplete" | "readonly" | "clearable" | "showPassword" | "showWordLimit" | "wordLimitPosition" | "containerRole" | "validateEvent" | "inputStyle" | "rows" | "debounce" | "valueKey" | "fitInputWidth" | "inputRef" | "fetchSuggestions" | "triggerOnFocus" | "selectWhenUnmatched" | "hideLoading" | "highlightFirstItem" | "loopNavigation" | "highlightedIndex" | "suggestions" | "handleSelect" | "handleKeyEnter" | "highlight" | "getData"> & import("vue").ShallowUnwrapRef<{
739
+ }, "type" | "blur" | "close" | "focus" | "modelValue" | "activated" | "id" | "loading" | "disabled" | "autofocus" | "placement" | "tabindex" | "teleported" | "popperRef" | "inputmode" | "modelModifiers" | "autosize" | "autocomplete" | "readonly" | "clearable" | "showPassword" | "showWordLimit" | "wordLimitPosition" | "containerRole" | "validateEvent" | "inputStyle" | "rows" | "debounce" | "valueKey" | "fitInputWidth" | "inputRef" | "fetchSuggestions" | "triggerOnFocus" | "selectWhenUnmatched" | "hideLoading" | "highlightFirstItem" | "loopNavigation" | "highlightedIndex" | "suggestions" | "handleSelect" | "handleKeyEnter" | "highlight" | "getData"> & import("vue").ShallowUnwrapRef<{
740
740
  highlightedIndex: import("vue").Ref<number, number>;
741
741
  activated: import("vue").Ref<boolean, boolean>;
742
742
  loading: import("vue").Ref<boolean, boolean>;
@@ -782,7 +782,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaAutoComp
782
782
  readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
783
783
  readonly inputStyle: import("vue").StyleValue;
784
784
  readonly rows: number;
785
- readonly inputmode: EpPropMergeType<(new (...args: any[]) => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal") | ((new (...args: any[]) => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal"))[], unknown, unknown>;
785
+ readonly inputmode: EpPropMergeType<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal"))[], unknown, unknown>;
786
786
  readonly clearable: boolean;
787
787
  readonly showPassword: boolean;
788
788
  readonly showWordLimit: boolean;
@@ -801,10 +801,10 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaAutoComp
801
801
  readonly type: string;
802
802
  readonly modelValue: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
803
803
  readonly disabled: boolean;
804
- readonly teleported: EpPropMergeType<BooleanConstructor, unknown, unknown>;
805
- readonly placement: EpPropMergeType<(new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => any) | ((new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => any))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end", unknown>;
806
804
  readonly autofocus: boolean;
805
+ readonly placement: EpPropMergeType<(new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => any) | ((new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => any))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end", unknown>;
807
806
  readonly tabindex: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
807
+ readonly teleported: EpPropMergeType<BooleanConstructor, unknown, unknown>;
808
808
  readonly modelModifiers: import("element-plus").InputModelModifiers;
809
809
  readonly autosize: false;
810
810
  readonly autocomplete: AutoFill;
@@ -831,7 +831,6 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaAutoComp
831
831
  readonly size?: EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>;
832
832
  readonly id?: string;
833
833
  readonly placeholder?: string;
834
- readonly ariaLabel?: string;
835
834
  readonly popperClass?: EpPropMergeType<(new (...args: any[]) => string | {
836
835
  [x: string]: boolean;
837
836
  } | (string | {
@@ -922,11 +921,12 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaAutoComp
922
921
  [x: string]: boolean;
923
922
  })[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>;
924
923
  readonly popperStyle?: import("vue").StyleValue;
925
- readonly formatter?: Function;
924
+ readonly ariaLabel?: string;
926
925
  readonly form?: string;
927
- readonly inputmode?: EpPropMergeType<(new (...args: any[]) => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal") | ((new (...args: any[]) => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal"))[], unknown, unknown>;
926
+ readonly inputmode?: EpPropMergeType<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal"))[], unknown, unknown>;
928
927
  readonly maxlength?: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
929
928
  readonly minlength?: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
929
+ readonly formatter?: Function;
930
930
  readonly parser?: Function;
931
931
  readonly clearIcon?: unknown;
932
932
  readonly suffixIcon?: unknown;
@@ -939,7 +939,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaAutoComp
939
939
  onInput?: (value: string | number) => any;
940
940
  onSelect?: (item: Record<string, any>) => any;
941
941
  onClear?: () => any;
942
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "modelValue" | "id" | "disabled" | "teleported" | "placement" | "autofocus" | "tabindex" | "inputmode" | "modelModifiers" | "autosize" | "autocomplete" | "readonly" | "clearable" | "showPassword" | "showWordLimit" | "wordLimitPosition" | "containerRole" | "validateEvent" | "inputStyle" | "rows" | "debounce" | "valueKey" | "fitInputWidth" | "fetchSuggestions" | "triggerOnFocus" | "selectWhenUnmatched" | "hideLoading" | "highlightFirstItem" | "loopNavigation">;
942
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "modelValue" | "id" | "disabled" | "autofocus" | "placement" | "tabindex" | "teleported" | "inputmode" | "modelModifiers" | "autosize" | "autocomplete" | "readonly" | "clearable" | "showPassword" | "showWordLimit" | "wordLimitPosition" | "containerRole" | "validateEvent" | "inputStyle" | "rows" | "debounce" | "valueKey" | "fitInputWidth" | "fetchSuggestions" | "triggerOnFocus" | "selectWhenUnmatched" | "hideLoading" | "highlightFirstItem" | "loopNavigation">;
943
943
  $attrs: {
944
944
  [x: string]: unknown;
945
945
  };
@@ -1073,7 +1073,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaAutoComp
1073
1073
  readonly highlightFirstItem: BooleanConstructor;
1074
1074
  readonly fitInputWidth: BooleanConstructor;
1075
1075
  readonly loopNavigation: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
1076
- readonly inputmode: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal") | ((new (...args: any[]) => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal"))[], unknown, unknown, undefined, boolean>;
1076
+ readonly inputmode: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal"))[], unknown, unknown, undefined, boolean>;
1077
1077
  readonly name: StringConstructor;
1078
1078
  readonly ariaLabel: StringConstructor;
1079
1079
  readonly id: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
@@ -1211,7 +1211,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaAutoComp
1211
1211
  readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
1212
1212
  readonly inputStyle: import("vue").StyleValue;
1213
1213
  readonly rows: number;
1214
- readonly inputmode: EpPropMergeType<(new (...args: any[]) => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal") | ((new (...args: any[]) => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal"))[], unknown, unknown>;
1214
+ readonly inputmode: EpPropMergeType<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal"))[], unknown, unknown>;
1215
1215
  readonly clearable: boolean;
1216
1216
  readonly showPassword: boolean;
1217
1217
  readonly showWordLimit: boolean;
@@ -1262,7 +1262,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaAutoComp
1262
1262
  readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
1263
1263
  readonly inputStyle: import("vue").StyleValue;
1264
1264
  readonly rows: number;
1265
- readonly inputmode: EpPropMergeType<(new (...args: any[]) => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal") | ((new (...args: any[]) => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal"))[], unknown, unknown>;
1265
+ readonly inputmode: EpPropMergeType<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal"))[], unknown, unknown>;
1266
1266
  readonly clearable: boolean;
1267
1267
  readonly showPassword: boolean;
1268
1268
  readonly showWordLimit: boolean;
@@ -1396,7 +1396,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaAutoComp
1396
1396
  readonly highlightFirstItem: BooleanConstructor;
1397
1397
  readonly fitInputWidth: BooleanConstructor;
1398
1398
  readonly loopNavigation: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
1399
- readonly inputmode: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal") | ((new (...args: any[]) => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal"))[], unknown, unknown, undefined, boolean>;
1399
+ readonly inputmode: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal"))[], unknown, unknown, undefined, boolean>;
1400
1400
  readonly name: StringConstructor;
1401
1401
  readonly ariaLabel: StringConstructor;
1402
1402
  readonly id: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
@@ -1496,7 +1496,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<JaAutoComp
1496
1496
  onInput?: (value: string | number) => any;
1497
1497
  onSelect?: (item: Record<string, any>) => any;
1498
1498
  onClear?: () => any;
1499
- }, "type" | "blur" | "close" | "focus" | "modelValue" | "activated" | "id" | "loading" | "disabled" | "teleported" | "placement" | "autofocus" | "tabindex" | "popperRef" | "inputmode" | "modelModifiers" | "autosize" | "autocomplete" | "readonly" | "clearable" | "showPassword" | "showWordLimit" | "wordLimitPosition" | "containerRole" | "validateEvent" | "inputStyle" | "rows" | "debounce" | "valueKey" | "fitInputWidth" | "inputRef" | "fetchSuggestions" | "triggerOnFocus" | "selectWhenUnmatched" | "hideLoading" | "highlightFirstItem" | "loopNavigation" | "highlightedIndex" | "suggestions" | "handleSelect" | "handleKeyEnter" | "highlight" | "getData"> & import("vue").ShallowUnwrapRef<{
1499
+ }, "type" | "blur" | "close" | "focus" | "modelValue" | "activated" | "id" | "loading" | "disabled" | "autofocus" | "placement" | "tabindex" | "teleported" | "popperRef" | "inputmode" | "modelModifiers" | "autosize" | "autocomplete" | "readonly" | "clearable" | "showPassword" | "showWordLimit" | "wordLimitPosition" | "containerRole" | "validateEvent" | "inputStyle" | "rows" | "debounce" | "valueKey" | "fitInputWidth" | "inputRef" | "fetchSuggestions" | "triggerOnFocus" | "selectWhenUnmatched" | "hideLoading" | "highlightFirstItem" | "loopNavigation" | "highlightedIndex" | "suggestions" | "handleSelect" | "handleKeyEnter" | "highlight" | "getData"> & import("vue").ShallowUnwrapRef<{
1500
1500
  highlightedIndex: import("vue").Ref<number, number>;
1501
1501
  activated: import("vue").Ref<boolean, boolean>;
1502
1502
  loading: import("vue").Ref<boolean, boolean>;
@@ -1 +1 @@
1
- {"version":3,"file":"JaAvatar.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/avatar/JaAvatar.vue"],"names":[],"mappings":"AA2IA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAWhD,MAAM,WAAW,aAAc,SAAQ,OAAO,CAAC,WAAW,CAAC;IACvD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB,SAAS,CAAC,EAAE,MAAM,CAAA;CACrB;;;;AAmKD,wBAOG"}
1
+ {"version":3,"file":"JaAvatar.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/avatar/JaAvatar.vue"],"names":[],"mappings":"AA6IA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAWhD,MAAM,WAAW,aAAc,SAAQ,OAAO,CAAC,WAAW,CAAC;IACvD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB,SAAS,CAAC,EAAE,MAAM,CAAA;CACrB;;;;AAqKD,wBAOG"}
@@ -32,13 +32,15 @@ const lazyUrl = computed(() => {
32
32
  }
33
33
  if (props.userId && props.userId.length > 0) {
34
34
  const path = '/ace-app-service/avatar/' + props.userId;
35
- return window.appDescriptor.env.isDevMode()
35
+ const win = window.rawWindow ? window.rawWindow : window;
36
+ return win.appDescriptor.env.isDevMode()
36
37
  ? new URL("/ace" + path, location.origin).toString() + "?t=" + token.value.toString() //开发模式下使用vite代理,添加ace前缀,由vite代理修改路由
37
38
  : new URL(path, location.origin).toString() + "?t=" + token.value.toString();
38
39
  }
39
40
  if (props.realm && props.realm.length > 0 && props.username && props.username.length > 0) {
40
41
  const path = '/ace-app-service/avatar/' + props.realm + '/' + props.username;
41
- return window.appDescriptor.env.isDevMode()
42
+ const win = window.rawWindow ? window.rawWindow : window;
43
+ return win.appDescriptor.env.isDevMode()
42
44
  ? new URL("/ace" + path, location.origin).toString() + "?t=" + token.value.toString() //开发模式下使用vite代理,添加ace前缀,由vite代理修改路由
43
45
  : new URL(path, location.origin).toString() + "?t=" + token.value.toString();
44
46
  }
@@ -1 +1 @@
1
- {"version":3,"file":"JaAvatar.vue.js","sourceRoot":"","sources":["../../../packages/components/avatar/JaAvatar.vue"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"JaAvatar.vue.js","sourceRoot":"","sources":["../../../packages/components/avatar/JaAvatar.vue"],"names":[],"mappings":"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"}