@anzusystems/common-admin 0.0.62 → 0.0.64

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.
@@ -658,7 +658,7 @@ export declare const AAlerts: DefineComponent<{
658
658
 
659
659
  export declare const AAnzuUserAvatar: DefineComponent<{
660
660
  user: {
661
- type: PropType<AnzuUser | null | undefined>;
661
+ type: PropType<AnzuUserMinimal | null | undefined>;
662
662
  required: false;
663
663
  default: undefined;
664
664
  };
@@ -674,7 +674,7 @@ export declare const AAnzuUserAvatar: DefineComponent<{
674
674
  };
675
675
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
676
676
  user: {
677
- type: PropType<AnzuUser | null | undefined>;
677
+ type: PropType<AnzuUserMinimal | null | undefined>;
678
678
  required: false;
679
679
  default: undefined;
680
680
  };
@@ -691,7 +691,7 @@ export declare const AAnzuUserAvatar: DefineComponent<{
691
691
  }>>, {
692
692
  containerClass: string | undefined;
693
693
  size: number | undefined;
694
- user: AnzuUser | null | undefined;
694
+ user: AnzuUserMinimal | null | undefined;
695
695
  }>;
696
696
 
697
697
  export declare const AAvatarColorPicker: DefineComponent<{
@@ -1157,7 +1157,7 @@ export declare const ACreateDialog: DefineComponent<{
1157
1157
 
1158
1158
  export declare const ACurrentUserDropdown: DefineComponent<{
1159
1159
  currentUser: {
1160
- type: PropType<AnzuUser>;
1160
+ type: PropType<AnzuUserMinimal | null | undefined>;
1161
1161
  required: true;
1162
1162
  };
1163
1163
  settingsRouteName: {
@@ -1170,7 +1170,7 @@ export declare const ACurrentUserDropdown: DefineComponent<{
1170
1170
  };
1171
1171
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
1172
1172
  currentUser: {
1173
- type: PropType<AnzuUser>;
1173
+ type: PropType<AnzuUserMinimal | null | undefined>;
1174
1174
  required: true;
1175
1175
  };
1176
1176
  settingsRouteName: {
@@ -3031,18 +3031,7 @@ export declare const AnzuSystemsCommonAdmin: {
3031
3031
  install<T extends `${string}_${string}_${string}` = `${string}_${string}_${string}`>(app: App, options: PluginOptions<T>): void;
3032
3032
  };
3033
3033
 
3034
- export declare interface AnzuUser extends AnzuUserAndTimeTrackingAware {
3035
- id: IntegerId;
3036
- email: string;
3037
- person: {
3038
- firstName: string;
3039
- lastName: string;
3040
- fullName: string;
3041
- };
3042
- avatar: {
3043
- color: string;
3044
- text: string;
3045
- };
3034
+ export declare interface AnzuUser extends AnzuUserAndTimeTrackingAware, AnzuUserMinimal {
3046
3035
  enabled: boolean;
3047
3036
  roles: string[];
3048
3037
  permissionGroups: IntegerId[];
@@ -3058,6 +3047,20 @@ export declare interface AnzuUserAndTimeTrackingAware extends CreatedByAware {
3058
3047
  modifiedBy: IntegerIdNullable;
3059
3048
  }
3060
3049
 
3050
+ export declare interface AnzuUserMinimal {
3051
+ id: IntegerId;
3052
+ person: {
3053
+ firstName: string;
3054
+ lastName: string;
3055
+ fullName: string;
3056
+ };
3057
+ avatar: {
3058
+ color: string;
3059
+ text: string;
3060
+ };
3061
+ email: string;
3062
+ }
3063
+
3061
3064
  export declare const APermissionGrantEditor: DefineComponent<{
3062
3065
  availableGrants: {
3063
3066
  type: PropType<Grant[]>;
@@ -3974,6 +3977,9 @@ export declare const messagesEn: {
3974
3977
  add: string;
3975
3978
  download: string;
3976
3979
  upload: string;
3980
+ refresh: string;
3981
+ "forwards ": string;
3982
+ "backwards ": string;
3977
3983
  };
3978
3984
  model: {
3979
3985
  system: string;
@@ -4343,7 +4349,10 @@ export declare const messagesSk: {
4343
4349
  copyId: string;
4344
4350
  add: string;
4345
4351
  download: string;
4346
- Upload: string;
4352
+ upload: string;
4353
+ refresh: string;
4354
+ "forwards ": string;
4355
+ "backwards ": string;
4347
4356
  };
4348
4357
  model: {
4349
4358
  system: string;