@anzusystems/common-admin 1.47.0-alpha1 → 1.47.0-alpha11

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.
@@ -4261,6 +4261,68 @@ export declare const AIconGroup: DefineComponent<__VLS_WithDefaults_36<__VLS_Typ
4261
4261
  secondaryText: null | string;
4262
4262
  }, {}>;
4263
4263
 
4264
+ export declare const AImagePublicInput: DefineComponent<{
4265
+ modelValue: {
4266
+ required: true;
4267
+ type: PropType<IntegerIdNullable>;
4268
+ };
4269
+ dataCy: {
4270
+ type: PropType<string>;
4271
+ default: undefined;
4272
+ };
4273
+ image: {
4274
+ type: PropType<ImageAware>;
4275
+ default: undefined;
4276
+ };
4277
+ configName: {
4278
+ type: PropType<string>;
4279
+ default: string;
4280
+ };
4281
+ selectConfig: {
4282
+ type: PropType<ImageWidgetSelectConfig[]>;
4283
+ required: true;
4284
+ };
4285
+ labelT: {
4286
+ type: PropType<string>;
4287
+ default: string;
4288
+ };
4289
+ }, {
4290
+ submit: () => Promise<{
4291
+ asset: AssetDetailItemDto;
4292
+ image: ImageAware;
4293
+ } | undefined>;
4294
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
4295
+ modelValue: {
4296
+ required: true;
4297
+ type: PropType<IntegerIdNullable>;
4298
+ };
4299
+ dataCy: {
4300
+ type: PropType<string>;
4301
+ default: undefined;
4302
+ };
4303
+ image: {
4304
+ type: PropType<ImageAware>;
4305
+ default: undefined;
4306
+ };
4307
+ configName: {
4308
+ type: PropType<string>;
4309
+ default: string;
4310
+ };
4311
+ selectConfig: {
4312
+ type: PropType<ImageWidgetSelectConfig[]>;
4313
+ required: true;
4314
+ };
4315
+ labelT: {
4316
+ type: PropType<string>;
4317
+ default: string;
4318
+ };
4319
+ }>>, {
4320
+ dataCy: string;
4321
+ image: ImageAware;
4322
+ configName: string;
4323
+ labelT: string;
4324
+ }, {}>;
4325
+
4264
4326
  export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_67<{
4265
4327
  modelValue: IntegerIdNullable;
4266
4328
  queueKey: UploadQueueKey;
@@ -4675,7 +4737,8 @@ export declare const AnzuSystemsCommonAdmin: {
4675
4737
  install<T extends `${string}_${string}_${string}` = `${string}_${string}_${string}`>(app: App, options: PluginOptions<T>): void;
4676
4738
  };
4677
4739
 
4678
- export declare interface AnzuUser extends AnzuUserAndTimeTrackingAware, AnzuUserMinimal {
4740
+ export declare interface AnzuUser extends AnzuUserAndTimeTrackingAware, Omit<AnzuUserMinimal, 'id'> {
4741
+ id?: IntegerIdNullable;
4679
4742
  enabled: boolean;
4680
4743
  roles: string[];
4681
4744
  permissionGroups: IntegerId[];
@@ -4827,6 +4890,7 @@ export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS
4827
4890
  disableDefaultSort?: boolean | undefined;
4828
4891
  updatePosition?: boolean | undefined;
4829
4892
  positionField?: string | undefined;
4893
+ positionMultiplier?: number | undefined;
4830
4894
  showAddAfterButton?: boolean | undefined;
4831
4895
  showAddLastButton?: boolean | undefined;
4832
4896
  showDeleteButton?: boolean | undefined;
@@ -4841,6 +4905,7 @@ export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS
4841
4905
  disableDefaultSort: boolean;
4842
4906
  updatePosition: boolean;
4843
4907
  positionField: string;
4908
+ positionMultiplier: number;
4844
4909
  showAddAfterButton: boolean;
4845
4910
  showAddLastButton: boolean;
4846
4911
  showDeleteButton: boolean;
@@ -4872,6 +4937,7 @@ export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS
4872
4937
  disableDefaultSort?: boolean | undefined;
4873
4938
  updatePosition?: boolean | undefined;
4874
4939
  positionField?: string | undefined;
4940
+ positionMultiplier?: number | undefined;
4875
4941
  showAddAfterButton?: boolean | undefined;
4876
4942
  showAddLastButton?: boolean | undefined;
4877
4943
  showDeleteButton?: boolean | undefined;
@@ -4886,6 +4952,7 @@ export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS
4886
4952
  disableDefaultSort: boolean;
4887
4953
  updatePosition: boolean;
4888
4954
  positionField: string;
4955
+ positionMultiplier: number;
4889
4956
  showAddAfterButton: boolean;
4890
4957
  showAddLastButton: boolean;
4891
4958
  showDeleteButton: boolean;
@@ -4908,6 +4975,7 @@ export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS
4908
4975
  disableDefaultSort: boolean;
4909
4976
  updatePosition: boolean;
4910
4977
  positionField: string;
4978
+ positionMultiplier: number;
4911
4979
  showAddAfterButton: boolean;
4912
4980
  showAddLastButton: boolean;
4913
4981
  showDeleteButton: boolean;
@@ -6054,6 +6122,7 @@ export declare const damCurrentUser: Ref<{
6054
6122
  };
6055
6123
  allowedAssetExternalProviders: string[];
6056
6124
  allowedDistributionServices: string[];
6125
+ id?: IntegerIdNullable | undefined;
6057
6126
  enabled: boolean;
6058
6127
  roles: string[];
6059
6128
  permissionGroups: number[];
@@ -6065,7 +6134,6 @@ export declare const damCurrentUser: Ref<{
6065
6134
  modifiedAt: string;
6066
6135
  modifiedBy: IntegerIdNullable;
6067
6136
  createdBy: IntegerIdNullable;
6068
- id: number;
6069
6137
  email: string;
6070
6138
  } | undefined>;
6071
6139
 
@@ -6543,6 +6611,8 @@ export declare const i18n: I18n<{
6543
6611
  refresh: string;
6544
6612
  forwards: string;
6545
6613
  backwards: string;
6614
+ next: string;
6615
+ prev: string;
6546
6616
  loadMore: string;
6547
6617
  };
6548
6618
  model: {
@@ -6656,6 +6726,11 @@ export declare const i18n: I18n<{
6656
6726
  resolvedPermissions: string;
6657
6727
  noPermissions: string;
6658
6728
  };
6729
+ copyPermissions: {
6730
+ title: string;
6731
+ desc: string;
6732
+ srcUser: string;
6733
+ };
6659
6734
  };
6660
6735
  job: {
6661
6736
  filter: {
@@ -7012,6 +7087,11 @@ export declare const i18n: I18n<{
7012
7087
  mimeType: string;
7013
7088
  };
7014
7089
  notificationsNotConnected: string;
7090
+ public: {
7091
+ idOrUrl: string;
7092
+ inputError: string;
7093
+ imagePreview: string;
7094
+ };
7015
7095
  };
7016
7096
  collab: {
7017
7097
  alert: {
@@ -7435,6 +7515,8 @@ export declare const messagesCs: {
7435
7515
  refresh: string;
7436
7516
  forwards: string;
7437
7517
  backwards: string;
7518
+ next: string;
7519
+ prev: string;
7438
7520
  loadMore: string;
7439
7521
  };
7440
7522
  model: {
@@ -7548,6 +7630,11 @@ export declare const messagesCs: {
7548
7630
  resolvedPermissions: string;
7549
7631
  noPermissions: string;
7550
7632
  };
7633
+ copyPermissions: {
7634
+ title: string;
7635
+ desc: string;
7636
+ srcUser: string;
7637
+ };
7551
7638
  };
7552
7639
  job: {
7553
7640
  filter: {
@@ -7904,6 +7991,11 @@ export declare const messagesCs: {
7904
7991
  mimeType: string;
7905
7992
  };
7906
7993
  notificationsNotConnected: string;
7994
+ public: {
7995
+ idOrUrl: string;
7996
+ inputError: string;
7997
+ imagePreview: string;
7998
+ };
7907
7999
  };
7908
8000
  collab: {
7909
8001
  alert: {
@@ -8118,6 +8210,8 @@ export declare const messagesEn: {
8118
8210
  refresh: string;
8119
8211
  forwards: string;
8120
8212
  backwards: string;
8213
+ next: string;
8214
+ prev: string;
8121
8215
  loadMore: string;
8122
8216
  };
8123
8217
  model: {
@@ -8231,6 +8325,11 @@ export declare const messagesEn: {
8231
8325
  resolvedPermissions: string;
8232
8326
  noPermissions: string;
8233
8327
  };
8328
+ copyPermissions: {
8329
+ title: string;
8330
+ desc: string;
8331
+ srcUser: string;
8332
+ };
8234
8333
  };
8235
8334
  job: {
8236
8335
  filter: {
@@ -8587,6 +8686,11 @@ export declare const messagesEn: {
8587
8686
  mimeType: string;
8588
8687
  };
8589
8688
  notificationsNotConnected: string;
8689
+ public: {
8690
+ idOrUrl: string;
8691
+ inputError: string;
8692
+ imagePreview: string;
8693
+ };
8590
8694
  };
8591
8695
  collab: {
8592
8696
  alert: {
@@ -8801,6 +8905,8 @@ export declare const messagesSk: {
8801
8905
  refresh: string;
8802
8906
  forwards: string;
8803
8907
  backwards: string;
8908
+ next: string;
8909
+ prev: string;
8804
8910
  loadMore: string;
8805
8911
  };
8806
8912
  model: {
@@ -8918,6 +9024,11 @@ export declare const messagesSk: {
8918
9024
  resolvedPermissions: string;
8919
9025
  noPermissions: string;
8920
9026
  };
9027
+ copyPermissions: {
9028
+ title: string;
9029
+ desc: string;
9030
+ srcUser: string;
9031
+ };
8921
9032
  };
8922
9033
  job: {
8923
9034
  filter: {
@@ -9283,6 +9394,11 @@ export declare const messagesSk: {
9283
9394
  mimeType: string;
9284
9395
  };
9285
9396
  notificationsNotConnected: string;
9397
+ public: {
9398
+ idOrUrl: string;
9399
+ inputError: string;
9400
+ imagePreview: string;
9401
+ };
9286
9402
  };
9287
9403
  collab: {
9288
9404
  alert: {
@@ -10190,6 +10306,7 @@ export declare function useDamCurrentUser(): {
10190
10306
  };
10191
10307
  allowedAssetExternalProviders: string[];
10192
10308
  allowedDistributionServices: string[];
10309
+ id?: IntegerIdNullable | undefined;
10193
10310
  enabled: boolean;
10194
10311
  roles: string[];
10195
10312
  permissionGroups: number[];
@@ -10201,7 +10318,6 @@ export declare function useDamCurrentUser(): {
10201
10318
  modifiedAt: string;
10202
10319
  modifiedBy: IntegerIdNullable;
10203
10320
  createdBy: IntegerIdNullable;
10204
- id: number;
10205
10321
  email: string;
10206
10322
  } | undefined>;
10207
10323
  damCurrentUserIsSuperAdmin: Ref<boolean>;