@anzusystems/common-admin 1.46.0-alpha1 → 1.46.0-alpha10

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.
@@ -4260,6 +4260,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
4260
4260
  collab?: CollabComponentConfig;
4261
4261
  label?: string | undefined;
4262
4262
  readonly?: boolean | undefined;
4263
+ required?: boolean | undefined;
4263
4264
  dataCy?: string | undefined;
4264
4265
  expandOptions?: boolean | undefined;
4265
4266
  expandMetadata?: boolean | undefined;
@@ -4272,6 +4273,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
4272
4273
  label: undefined;
4273
4274
  image: undefined;
4274
4275
  readonly: boolean;
4276
+ required: boolean;
4275
4277
  lockable: boolean;
4276
4278
  lockedById: undefined;
4277
4279
  dataCy: undefined;
@@ -4295,6 +4297,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
4295
4297
  collab?: CollabComponentConfig;
4296
4298
  label?: string | undefined;
4297
4299
  readonly?: boolean | undefined;
4300
+ required?: boolean | undefined;
4298
4301
  dataCy?: string | undefined;
4299
4302
  expandOptions?: boolean | undefined;
4300
4303
  expandMetadata?: boolean | undefined;
@@ -4307,6 +4310,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
4307
4310
  label: undefined;
4308
4311
  image: undefined;
4309
4312
  readonly: boolean;
4313
+ required: boolean;
4310
4314
  lockable: boolean;
4311
4315
  lockedById: undefined;
4312
4316
  dataCy: undefined;
@@ -4326,6 +4330,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
4326
4330
  cachedUsers: CollabCachedUsersMap;
4327
4331
  };
4328
4332
  image: ImageAware;
4333
+ required: boolean;
4329
4334
  label: string;
4330
4335
  dataCy: string;
4331
4336
  readonly: boolean;
@@ -4506,14 +4511,14 @@ export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_24<DefineCompon
4506
4511
  licenceId: number;
4507
4512
  regionPosition: number;
4508
4513
  };
4509
- position: number;
4514
+ position?: number | undefined;
4510
4515
  } | {
4511
4516
  id?: number | undefined;
4512
4517
  texts: {
4513
4518
  description: string;
4514
4519
  source: string;
4515
4520
  };
4516
- position: number;
4521
+ position?: number | undefined;
4517
4522
  dam: {
4518
4523
  damId: string;
4519
4524
  licenceId: number;
@@ -6929,6 +6934,15 @@ export declare const i18n: I18n<{
6929
6934
  title: string;
6930
6935
  titleDone: string;
6931
6936
  stopConfirmQuestion: string;
6937
+ limits: {
6938
+ uploadWarning: string;
6939
+ onUploadLimit: string;
6940
+ addingOverLimit: string;
6941
+ countAlreadyInProgress: string;
6942
+ onlyAllowedAtOnce: string;
6943
+ cancelOrUploadFirst: string;
6944
+ actionAddFirstItems: string;
6945
+ };
6932
6946
  };
6933
6947
  keyword: {
6934
6948
  model: {
@@ -7166,7 +7180,7 @@ export declare interface ImageAware {
7166
7180
  licenceId: IntegerId;
7167
7181
  regionPosition: number;
7168
7182
  };
7169
- position: number;
7183
+ position?: number;
7170
7184
  }
7171
7185
 
7172
7186
  export declare interface ImageCreateUpdateAware extends Omit<ImageAware, 'id'> {
@@ -7810,6 +7824,15 @@ export declare const messagesCs: {
7810
7824
  title: string;
7811
7825
  titleDone: string;
7812
7826
  stopConfirmQuestion: string;
7827
+ limits: {
7828
+ uploadWarning: string;
7829
+ onUploadLimit: string;
7830
+ addingOverLimit: string;
7831
+ countAlreadyInProgress: string;
7832
+ onlyAllowedAtOnce: string;
7833
+ cancelOrUploadFirst: string;
7834
+ actionAddFirstItems: string;
7835
+ };
7813
7836
  };
7814
7837
  keyword: {
7815
7838
  model: {
@@ -8484,6 +8507,15 @@ export declare const messagesEn: {
8484
8507
  title: string;
8485
8508
  titleDone: string;
8486
8509
  stopConfirmQuestion: string;
8510
+ limits: {
8511
+ uploadWarning: string;
8512
+ onUploadLimit: string;
8513
+ addingOverLimit: string;
8514
+ countAlreadyInProgress: string;
8515
+ onlyAllowedAtOnce: string;
8516
+ cancelOrUploadFirst: string;
8517
+ actionAddFirstItems: string;
8518
+ };
8487
8519
  };
8488
8520
  keyword: {
8489
8521
  model: {
@@ -9162,6 +9194,15 @@ export declare const messagesSk: {
9162
9194
  title: string;
9163
9195
  titleDone: string;
9164
9196
  stopConfirmQuestion: string;
9197
+ limits: {
9198
+ uploadWarning: string;
9199
+ onUploadLimit: string;
9200
+ addingOverLimit: string;
9201
+ countAlreadyInProgress: string;
9202
+ onlyAllowedAtOnce: string;
9203
+ cancelOrUploadFirst: string;
9204
+ actionAddFirstItems: string;
9205
+ };
9165
9206
  };
9166
9207
  keyword: {
9167
9208
  model: {