@anzusystems/common-admin 1.47.0-alpha26 → 1.47.0-alpha28

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.
@@ -2055,8 +2055,8 @@ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_40<__
2055
2055
  }, {
2056
2056
  size: number;
2057
2057
  variant: ButtonVariant;
2058
- dataCy: string;
2059
2058
  loading: boolean;
2059
+ dataCy: string;
2060
2060
  buttonClass: string;
2061
2061
  buttonT: string;
2062
2062
  routeParams: any | undefined;
@@ -2093,8 +2093,8 @@ export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaul
2093
2093
  onSaveRecordAndClose?: (() => any) | undefined;
2094
2094
  }, {
2095
2095
  disabled: boolean;
2096
- dataCy: string;
2097
2096
  loading: boolean;
2097
+ dataCy: string;
2098
2098
  buttonClass: string;
2099
2099
  buttonT: string;
2100
2100
  }, {}>;
@@ -2139,8 +2139,8 @@ export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_42<__
2139
2139
  size: number;
2140
2140
  variant: ButtonVariant;
2141
2141
  disabled: boolean;
2142
- dataCy: string;
2143
2142
  loading: boolean;
2143
+ dataCy: string;
2144
2144
  buttonClass: string;
2145
2145
  buttonT: string;
2146
2146
  }, {}>;
@@ -2216,7 +2216,7 @@ export declare const AAssetSelect: __VLS_WithTemplateSlots_25<DefineComponent<__
2216
2216
  assetType: "image" | "audio" | "video" | "document" | DamAssetType;
2217
2217
  minCount: number;
2218
2218
  maxCount: number;
2219
- selectConfig: ImageWidgetSelectConfig[];
2219
+ selectLicences: number[];
2220
2220
  returnType?: "asset" | "mainFileId" | "assetId" | AssetSelectReturnType | undefined;
2221
2221
  configName?: string | undefined;
2222
2222
  skipCurrentUserCheck?: boolean | undefined;
@@ -2235,7 +2235,7 @@ export declare const AAssetSelect: __VLS_WithTemplateSlots_25<DefineComponent<__
2235
2235
  assetType: "image" | "audio" | "video" | "document" | DamAssetType;
2236
2236
  minCount: number;
2237
2237
  maxCount: number;
2238
- selectConfig: ImageWidgetSelectConfig[];
2238
+ selectLicences: number[];
2239
2239
  returnType?: "asset" | "mainFileId" | "assetId" | AssetSelectReturnType | undefined;
2240
2240
  configName?: string | undefined;
2241
2241
  skipCurrentUserCheck?: boolean | undefined;
@@ -2324,8 +2324,8 @@ export declare const ABooleanSelect: DefineComponent<__VLS_WithDefaults_70<__VLS
2324
2324
  }>>> & {
2325
2325
  "onUpdate:modelValue"?: ((data: boolean | null) => any) | undefined;
2326
2326
  }, {
2327
- dataCy: string;
2328
2327
  label: string;
2328
+ dataCy: string;
2329
2329
  }, {}>;
2330
2330
 
2331
2331
  export declare const ABooleanValue: DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<{
@@ -2401,8 +2401,8 @@ export declare const ABtnSplit: __VLS_WithTemplateSlots_19<DefineComponent<__VLS
2401
2401
  variant: ButtonVariantText;
2402
2402
  rounded: "pill";
2403
2403
  disabled: boolean;
2404
- dataCy: string;
2405
2404
  loading: boolean;
2405
+ dataCy: string;
2406
2406
  buttonClass: string;
2407
2407
  buttonT: string;
2408
2408
  disableMore: boolean;
@@ -3234,10 +3234,10 @@ export declare const ADatetimePicker: __VLS_WithTemplateSlots_13<DefineComponent
3234
3234
  }, {
3235
3235
  disabled: boolean;
3236
3236
  type: "datetime";
3237
- dataCy: string;
3238
3237
  placeholder: string;
3239
3238
  required: boolean;
3240
3239
  label: string;
3240
+ dataCy: string;
3241
3241
  hideLabel: boolean;
3242
3242
  clearable: boolean;
3243
3243
  hideDetails: boolean;
@@ -3396,8 +3396,8 @@ export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_46<__VLS_T
3396
3396
  placeholder: undefined;
3397
3397
  dataCy: string;
3398
3398
  }>>>, {
3399
- dataCy: string;
3400
3399
  placeholder: string;
3400
+ dataCy: string;
3401
3401
  filterId: Filter<any>;
3402
3402
  filterDocId: Filter<any>;
3403
3403
  filterText: Filter<any>;
@@ -3489,8 +3489,8 @@ export declare const AFilterString: DefineComponent<__VLS_WithDefaults_17<__VLS_
3489
3489
  }>>> & {
3490
3490
  "onUpdate:modelValue"?: ((data: Filter<any>) => any) | undefined;
3491
3491
  }, {
3492
- dataCy: string;
3493
3492
  placeholder: string;
3493
+ dataCy: string;
3494
3494
  }, {}>;
3495
3495
 
3496
3496
  export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
@@ -3624,7 +3624,6 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
3624
3624
  "onClick:append"?: ((data: string | number | null | undefined) => any) | undefined;
3625
3625
  }, {
3626
3626
  disabled: boolean;
3627
- dataCy: string;
3628
3627
  collab: {
3629
3628
  room: string;
3630
3629
  field: string;
@@ -3632,6 +3631,7 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
3632
3631
  };
3633
3632
  required: boolean;
3634
3633
  label: string;
3634
+ dataCy: string;
3635
3635
  clearable: boolean;
3636
3636
  errorMessage: string;
3637
3637
  v: any;
@@ -3689,13 +3689,13 @@ export declare const AFormFlagDatetimePicker: __VLS_WithTemplateSlots_8<DefineCo
3689
3689
  "onClick:append"?: ((data: string | number | null) => any) | undefined;
3690
3690
  }, {
3691
3691
  disabled: boolean;
3692
- dataCy: string;
3693
3692
  collab: {
3694
3693
  room: string;
3695
3694
  field: string;
3696
3695
  cachedUsers: CollabCachedUsersMap;
3697
3696
  };
3698
3697
  label: string;
3698
+ dataCy: string;
3699
3699
  clearable: boolean;
3700
3700
  errorMessage: string;
3701
3701
  v: any;
@@ -3720,10 +3720,6 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3720
3720
  type: PropType<boolean>;
3721
3721
  default: boolean;
3722
3722
  };
3723
- loading: {
3724
- type: PropType<boolean>;
3725
- default: boolean;
3726
- };
3727
3723
  collab: {
3728
3724
  type: PropType<{
3729
3725
  room: string;
@@ -3732,6 +3728,10 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3732
3728
  }>;
3733
3729
  default: undefined;
3734
3730
  };
3731
+ loading: {
3732
+ type: PropType<boolean>;
3733
+ default: boolean;
3734
+ };
3735
3735
  required: {
3736
3736
  type: PropType<boolean>;
3737
3737
  default: undefined;
@@ -3807,10 +3807,6 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3807
3807
  type: PropType<boolean>;
3808
3808
  default: boolean;
3809
3809
  };
3810
- loading: {
3811
- type: PropType<boolean>;
3812
- default: boolean;
3813
- };
3814
3810
  collab: {
3815
3811
  type: PropType<{
3816
3812
  room: string;
@@ -3819,6 +3815,10 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3819
3815
  }>;
3820
3816
  default: undefined;
3821
3817
  };
3818
+ loading: {
3819
+ type: PropType<boolean>;
3820
+ default: boolean;
3821
+ };
3822
3822
  required: {
3823
3823
  type: PropType<boolean>;
3824
3824
  default: undefined;
@@ -3883,12 +3883,12 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3883
3883
  }, {
3884
3884
  disabled: boolean;
3885
3885
  multiple: boolean;
3886
- loading: boolean;
3887
3886
  collab: {
3888
3887
  room: string;
3889
3888
  field: string;
3890
3889
  cachedUsers: CollabCachedUsersMap;
3891
3890
  };
3891
+ loading: boolean;
3892
3892
  required: boolean;
3893
3893
  label: string;
3894
3894
  hideLabel: boolean;
@@ -4103,13 +4103,13 @@ export declare const AFormSwitch: __VLS_WithTemplateSlots_10<DefineComponent<__V
4103
4103
  onBlur?: ((data: boolean) => any) | undefined;
4104
4104
  }, {
4105
4105
  disabled: boolean;
4106
- dataCy: string;
4107
4106
  collab: {
4108
4107
  room: string;
4109
4108
  field: string;
4110
4109
  cachedUsers: CollabCachedUsersMap;
4111
4110
  };
4112
4111
  label: string;
4112
+ dataCy: string;
4113
4113
  hideLabel: boolean;
4114
4114
  }, {}>, {
4115
4115
  locked?(_: {
@@ -4181,7 +4181,6 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
4181
4181
  appendIcon: string;
4182
4182
  disabled: boolean;
4183
4183
  prependIcon: string;
4184
- dataCy: string;
4185
4184
  collab: {
4186
4185
  room: string;
4187
4186
  field: string;
@@ -4189,6 +4188,7 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
4189
4188
  };
4190
4189
  required: boolean;
4191
4190
  label: string;
4191
+ dataCy: string;
4192
4192
  hideLabel: boolean;
4193
4193
  errorMessage: string;
4194
4194
  v: any;
@@ -4280,15 +4280,15 @@ export declare const AFormTextField: __VLS_WithTemplateSlots_5<DefineComponent<_
4280
4280
  disabled: boolean;
4281
4281
  prependIcon: string;
4282
4282
  type: string;
4283
- dataCy: string;
4284
- placeholder: string;
4285
4283
  collab: {
4286
4284
  room: string;
4287
4285
  field: string;
4288
4286
  cachedUsers: CollabCachedUsersMap;
4289
4287
  };
4288
+ placeholder: string;
4290
4289
  required: boolean;
4291
4290
  label: string;
4291
+ dataCy: string;
4292
4292
  step: number;
4293
4293
  maxlength: number;
4294
4294
  hideLabel: boolean;
@@ -4363,7 +4363,6 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
4363
4363
  onBlur?: ((data: any) => any) | undefined;
4364
4364
  }, {
4365
4365
  disabled: boolean;
4366
- dataCy: string;
4367
4366
  multiple: boolean;
4368
4367
  collab: {
4369
4368
  room: string;
@@ -4372,6 +4371,7 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
4372
4371
  };
4373
4372
  required: boolean;
4374
4373
  label: string;
4374
+ dataCy: string;
4375
4375
  hideLabel: boolean;
4376
4376
  clearable: boolean;
4377
4377
  hideDetails: boolean;
@@ -4412,20 +4412,20 @@ export declare const AImagePublicInput: DefineComponent<{
4412
4412
  required: true;
4413
4413
  type: PropType<IntegerIdNullable>;
4414
4414
  };
4415
- dataCy: {
4416
- type: PropType<string>;
4417
- default: undefined;
4418
- };
4419
4415
  image: {
4420
4416
  type: PropType<ImageAware>;
4421
4417
  default: undefined;
4422
4418
  };
4419
+ dataCy: {
4420
+ type: PropType<string>;
4421
+ default: undefined;
4422
+ };
4423
4423
  configName: {
4424
4424
  type: PropType<string>;
4425
4425
  default: string;
4426
4426
  };
4427
- selectConfig: {
4428
- type: PropType<ImageWidgetSelectConfig[]>;
4427
+ selectLicences: {
4428
+ type: PropType<number[]>;
4429
4429
  required: true;
4430
4430
  };
4431
4431
  labelT: {
@@ -4442,20 +4442,20 @@ export declare const AImagePublicInput: DefineComponent<{
4442
4442
  required: true;
4443
4443
  type: PropType<IntegerIdNullable>;
4444
4444
  };
4445
- dataCy: {
4446
- type: PropType<string>;
4447
- default: undefined;
4448
- };
4449
4445
  image: {
4450
4446
  type: PropType<ImageAware>;
4451
4447
  default: undefined;
4452
4448
  };
4449
+ dataCy: {
4450
+ type: PropType<string>;
4451
+ default: undefined;
4452
+ };
4453
4453
  configName: {
4454
4454
  type: PropType<string>;
4455
4455
  default: string;
4456
4456
  };
4457
- selectConfig: {
4458
- type: PropType<ImageWidgetSelectConfig[]>;
4457
+ selectLicences: {
4458
+ type: PropType<number[]>;
4459
4459
  required: true;
4460
4460
  };
4461
4461
  labelT: {
@@ -4463,8 +4463,8 @@ export declare const AImagePublicInput: DefineComponent<{
4463
4463
  default: string;
4464
4464
  };
4465
4465
  }>>, {
4466
- dataCy: string;
4467
4466
  image: ImageAware;
4467
+ dataCy: string;
4468
4468
  configName: string;
4469
4469
  labelT: string;
4470
4470
  }, {}>;
@@ -4472,8 +4472,8 @@ export declare const AImagePublicInput: DefineComponent<{
4472
4472
  export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_66<{
4473
4473
  modelValue: IntegerIdNullable;
4474
4474
  queueKey: UploadQueueKey;
4475
- uploadConfig: ImageWidgetUploadConfig;
4476
- selectConfig: ImageWidgetSelectConfig[];
4475
+ uploadLicence: IntegerId;
4476
+ selectLicences: IntegerId[];
4477
4477
  image?: ImageAware | undefined;
4478
4478
  configName?: string | undefined;
4479
4479
  collab?: CollabComponentConfig;
@@ -4509,8 +4509,8 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
4509
4509
  }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_66<{
4510
4510
  modelValue: IntegerIdNullable;
4511
4511
  queueKey: UploadQueueKey;
4512
- uploadConfig: ImageWidgetUploadConfig;
4513
- selectConfig: ImageWidgetSelectConfig[];
4512
+ uploadLicence: IntegerId;
4513
+ selectLicences: IntegerId[];
4514
4514
  image?: ImageAware | undefined;
4515
4515
  configName?: string | undefined;
4516
4516
  collab?: CollabComponentConfig;
@@ -4543,7 +4543,6 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
4543
4543
  onAfterMetadataSaveSuccess?: (() => any) | undefined;
4544
4544
  }, {
4545
4545
  width: number;
4546
- dataCy: string;
4547
4546
  collab: {
4548
4547
  room: string;
4549
4548
  field: string;
@@ -4552,6 +4551,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
4552
4551
  image: ImageAware;
4553
4552
  required: boolean;
4554
4553
  label: string;
4554
+ dataCy: string;
4555
4555
  readonly: boolean;
4556
4556
  configName: string;
4557
4557
  expandOptions: boolean;
@@ -4563,8 +4563,8 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
4563
4563
  export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_68<{
4564
4564
  modelValue: IntegerId[];
4565
4565
  queueKey: UploadQueueKey;
4566
- uploadConfig: ImageWidgetUploadConfig;
4567
- selectConfig: ImageWidgetSelectConfig[];
4566
+ uploadLicence: IntegerId;
4567
+ selectLicences: IntegerId[];
4568
4568
  configName?: string | undefined;
4569
4569
  label?: string | undefined;
4570
4570
  readonly?: boolean | undefined;
@@ -4589,8 +4589,8 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_64
4589
4589
  }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_68<{
4590
4590
  modelValue: IntegerId[];
4591
4591
  queueKey: UploadQueueKey;
4592
- uploadConfig: ImageWidgetUploadConfig;
4593
- selectConfig: ImageWidgetSelectConfig[];
4592
+ uploadLicence: IntegerId;
4593
+ selectLicences: IntegerId[];
4594
4594
  configName?: string | undefined;
4595
4595
  label?: string | undefined;
4596
4596
  readonly?: boolean | undefined;
@@ -4612,8 +4612,8 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_64
4612
4612
  "onUpdate:modelValue"?: ((data: number[]) => any) | undefined;
4613
4613
  }, {
4614
4614
  width: number;
4615
- dataCy: string;
4616
4615
  label: string;
4616
+ dataCy: string;
4617
4617
  readonly: boolean;
4618
4618
  configName: string;
4619
4619
  callDeleteApiOnRemove: boolean;
@@ -5433,10 +5433,10 @@ declare enum AssetSelectReturnType {
5433
5433
  }
5434
5434
 
5435
5435
  export declare const ASubjectSelect: <TItem>(__VLS_props: {
5436
- pagination: Pagination;
5437
- loading?: boolean | undefined;
5438
5436
  submitFilter: Fn;
5439
5437
  resetFilter: Fn;
5438
+ pagination: Pagination;
5439
+ loading?: boolean | undefined;
5440
5440
  modelValue?: boolean | undefined;
5441
5441
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
5442
5442
  onOnOpen?: (() => any) | undefined;
@@ -5477,10 +5477,10 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
5477
5477
  open: () => void;
5478
5478
  }>) => void) | undefined, __VLS_setup?: Promise<{
5479
5479
  props: {
5480
- pagination: Pagination;
5481
- loading?: boolean | undefined;
5482
5480
  submitFilter: Fn;
5483
5481
  resetFilter: Fn;
5482
+ pagination: Pagination;
5483
+ loading?: boolean | undefined;
5484
5484
  modelValue?: boolean | undefined;
5485
5485
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
5486
5486
  onOnOpen?: (() => any) | undefined;
@@ -5525,10 +5525,10 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
5525
5525
  }> & {
5526
5526
  __ctx?: {
5527
5527
  props: {
5528
- pagination: Pagination;
5529
- loading?: boolean | undefined;
5530
5528
  submitFilter: Fn;
5531
5529
  resetFilter: Fn;
5530
+ pagination: Pagination;
5531
+ loading?: boolean | undefined;
5532
5532
  modelValue?: boolean | undefined;
5533
5533
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
5534
5534
  onOnOpen?: (() => any) | undefined;
@@ -6213,10 +6213,6 @@ export declare interface DamAssetLicenceMinimal {
6213
6213
 
6214
6214
  export declare const DamAssetLicenceRemoteAutocomplete: DefineComponent<{
6215
6215
  selected: PropType<ValueObjectOption<number>[]>;
6216
- dataCy: {
6217
- type: PropType<string>;
6218
- default: string;
6219
- };
6220
6216
  multiple: {
6221
6217
  type: PropType<boolean>;
6222
6218
  default: boolean;
@@ -6233,6 +6229,10 @@ export declare const DamAssetLicenceRemoteAutocomplete: DefineComponent<{
6233
6229
  type: PropType<string>;
6234
6230
  default: undefined;
6235
6231
  };
6232
+ dataCy: {
6233
+ type: PropType<string>;
6234
+ default: string;
6235
+ };
6236
6236
  clearable: {
6237
6237
  type: PropType<boolean>;
6238
6238
  default: boolean;
@@ -6257,10 +6257,6 @@ export declare const DamAssetLicenceRemoteAutocomplete: DefineComponent<{
6257
6257
  "update:modelValue": (data: any) => void;
6258
6258
  }, string, PublicProps, Readonly<ExtractPropTypes<{
6259
6259
  selected: PropType<ValueObjectOption<number>[]>;
6260
- dataCy: {
6261
- type: PropType<string>;
6262
- default: string;
6263
- };
6264
6260
  multiple: {
6265
6261
  type: PropType<boolean>;
6266
6262
  default: boolean;
@@ -6277,6 +6273,10 @@ export declare const DamAssetLicenceRemoteAutocomplete: DefineComponent<{
6277
6273
  type: PropType<string>;
6278
6274
  default: undefined;
6279
6275
  };
6276
+ dataCy: {
6277
+ type: PropType<string>;
6278
+ default: string;
6279
+ };
6280
6280
  clearable: {
6281
6281
  type: PropType<boolean>;
6282
6282
  default: boolean;
@@ -6300,10 +6300,10 @@ export declare const DamAssetLicenceRemoteAutocomplete: DefineComponent<{
6300
6300
  }>> & {
6301
6301
  "onUpdate:modelValue"?: ((data: any) => any) | undefined;
6302
6302
  }, {
6303
- dataCy: string;
6304
6303
  multiple: boolean;
6305
6304
  required: boolean;
6306
6305
  label: string;
6306
+ dataCy: string;
6307
6307
  clearable: boolean;
6308
6308
  hideDetails: boolean;
6309
6309
  disableInitFetch: boolean;
@@ -6345,6 +6345,18 @@ export declare enum DamAuthorType {
6345
6345
  Default = "none"
6346
6346
  }
6347
6347
 
6348
+ declare interface DamConfigLicenceExtSystem {
6349
+ extSystem: IntegerId;
6350
+ name: string;
6351
+ }
6352
+
6353
+ declare interface DamConfigLicenceExtSystemReturnType {
6354
+ licence: IntegerId;
6355
+ extSystem: IntegerId;
6356
+ licenceName: string;
6357
+ extSystemConfig: DamExtSystemConfig;
6358
+ }
6359
+
6348
6360
  export declare const damCurrentUser: Ref<{
6349
6361
  selectedLicence: {
6350
6362
  id: number;
@@ -6476,9 +6488,9 @@ export declare const DamDistributionServiceSelect: DefineComponent<__VLS_WithDef
6476
6488
  "onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
6477
6489
  onBlur?: ((data: string[]) => any) | undefined;
6478
6490
  }, {
6479
- dataCy: string;
6480
6491
  multiple: boolean;
6481
6492
  label: string;
6493
+ dataCy: string;
6482
6494
  }, {}>;
6483
6495
 
6484
6496
  export declare enum DamDistributionServiceType {
@@ -6530,9 +6542,9 @@ export declare const DamExternalProviderAssetSelect: DefineComponent<__VLS_WithD
6530
6542
  "onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
6531
6543
  onBlur?: ((data: string[]) => any) | undefined;
6532
6544
  }, {
6533
- dataCy: string;
6534
6545
  multiple: boolean;
6535
6546
  label: string;
6547
+ dataCy: string;
6536
6548
  }, {}>;
6537
6549
 
6538
6550
  export declare interface DamExtSystem extends AnzuUserAndTimeTrackingAware, ResourceNameSystemAware {
@@ -6611,10 +6623,10 @@ export declare const DamExtSystemRemoteAutocomplete: DefineComponent<__VLS_WithD
6611
6623
  }>>> & {
6612
6624
  "onUpdate:modelValue"?: ((data: any) => any) | undefined;
6613
6625
  }, {
6614
- dataCy: string;
6615
6626
  multiple: boolean;
6616
6627
  required: boolean;
6617
6628
  label: string;
6629
+ dataCy: string;
6618
6630
  clearable: boolean;
6619
6631
  hideDetails: boolean;
6620
6632
  disableInitFetch: boolean;
@@ -7694,17 +7706,6 @@ export declare interface ImageCreateUpdateAwareKeyed extends ImageCreateUpdateAw
7694
7706
  key: string;
7695
7707
  }
7696
7708
 
7697
- export declare interface ImageWidgetSelectConfig {
7698
- title: string;
7699
- licence: IntegerId;
7700
- extSystem: IntegerId;
7701
- }
7702
-
7703
- export declare interface ImageWidgetUploadConfig {
7704
- licence: IntegerId;
7705
- extSystem: IntegerId;
7706
- }
7707
-
7708
7709
  export declare type Immutable<T> = {
7709
7710
  readonly [K in keyof T]: Immutable<T[K]>;
7710
7711
  };
@@ -10696,6 +10697,7 @@ export declare function useDamConfigState(client?: undefined | (() => AxiosInsta
10696
10697
  damPubConfig: ShallowRef<DamPubConfig>;
10697
10698
  damPrvConfig: ShallowRef<DamPrvConfig>;
10698
10699
  damConfigExtSystem: ShallowRef<Map<number, DamExtSystemConfig>>;
10700
+ damConfigLicenceExtSystem: ShallowRef<Map<number, DamConfigLicenceExtSystem>>;
10699
10701
  damConfigAssetCustomFormElements: ShallowRef<Map<number, {
10700
10702
  image: CustomDataFormElement[];
10701
10703
  audio: CustomDataFormElement[];
@@ -10703,6 +10705,8 @@ export declare function useDamConfigState(client?: undefined | (() => AxiosInsta
10703
10705
  document: CustomDataFormElement[];
10704
10706
  }>>;
10705
10707
  damConfigDistributionCustomFormElements: ShallowRef<Map<string, CustomDataFormElement[]>>;
10708
+ getOrLoadDamConfigExtSystemByLicence: (licence: IntegerId) => Promise<DamConfigLicenceExtSystemReturnType | undefined>;
10709
+ getOrLoadDamConfigExtSystemByLicences: (licences: IntegerId[]) => Promise<DamConfigLicenceExtSystemReturnType[]>;
10706
10710
  loadDamPrvConfig: () => Promise<unknown>;
10707
10711
  loadDamPubConfig: () => Promise<unknown>;
10708
10712
  loadDamConfigExtSystem: (extSystemId: IntegerId) => Promise<unknown>;
@@ -1,4 +1,4 @@
1
- import { R as s, S as t, T as o, U as i, V as r, W as n, K as l, d as u, a8 as c, at as A, a9 as m, av as d, e as b, a3 as p, J as C, _ as S, a as T, c as D, ar as g, aq as F, as as y, O as E, G as R, ap as B, aa as I, ai as L, aj as h, au as U, D as O, E as P, C as _, z as f, B as v, F as k, L as N, X as M, A as V, x as w, y as z, u as H, $ as x, v as j, Y as J, t as G, Z as q, w as W, s as K, l as Q, m as X, n as Y, ab as Z, o as $, p as aa, q as ea, j as sa, k as ta, r as oa, P as ia, ao as ra, ak as na, am as la, an as ua, al as ca, ae as Aa, ac as ma, ad as da, I as ba, a5 as pa, H as Ca, a7 as Sa, aA as Ta, aB as Da, aD as ga, f as Fa, h as ya, b as Ea, af as Ra, ag as Ba, ah as Ia, a6 as La, i as ha, a0 as Ua, a1 as Oa, a2 as Pa, a4 as _a, M as fa, aC as va, Q as ka, N as Na, dS as Ma, dX as Va, dU as wa, d_ as za, e0 as Ha, e1 as xa, bm as ja, bo as Ja, bn as Ga, d4 as qa, dO as Wa, dN as Ka, df as Qa, dG as Xa, dH as Ya, dC as Za, dB as $a, dM as ae, dL as ee, dK as se, dF as te, bv as oe, bw as ie, cb as re, ca as ne, az as le, by as ue, bx as ce, bE as Ae, bz as me, ay as de, bA as be, bB as pe, aw as Ce, ax as Se, bD as Te, d5 as De, bb as ge, bd as Fe, d9 as ye, d7 as Ee, db as Re, d8 as Be, d6 as Ie, da as Le, dc as he, bj as Ue, bk as Oe, bf as Pe, de as _e, dd as fe, d3 as ve, d2 as ke, aO as Ne, bt as Me, bu as Ve, bC as we, cE as ze, cF as He, cG as xe, cH as je, cI as Je, cJ as Ge, cK as qe, cL as We, cx as Ke, cw as Qe, cu as Xe, cv as Ye, cy as Ze, br as $e, bs as as, bp as es, bq as ss, dW as ts, dZ as os, dR as is, ct as rs, cA as ns, cz as ls, bI as us, aL as cs, dD as As, cS as ms, e7 as ds, e8 as bs, e5 as ps, cp as Cs, ci as Ss, ck as Ts, cn as Ds, cd as gs, cg as Fs, cf as ys, ch as Es, ce as Rs, cl as Bs, cj as Is, aN as Ls, cB as hs, cU as Us, cT as Os, e6 as Ps, cW as _s, cV as fs, c_ as vs, cY as ks, cX as Ns, aT as Ms, cC as Vs, cD as ws, e4 as zs, dP as Hs, a$ as xs, dQ as js, dV as Js, dT as Gs, dY as qs, d$ as Ws, bN as Ks, bP as Qs, dJ as Xs, dI as Ys, bi as Zs, bT as $s, bQ as at, bJ as et, bM as st, bK as tt, bO as ot, bU as it, bR as rt, bW as nt, bL as lt, bh as ut, bV as ct, bS as At, cr as mt, e3 as dt, aH as bt, c$ as pt, d0 as Ct, d1 as St, aQ as Tt, cs as Dt, b$ as gt, b_ as Ft, bY as yt, bX as Et, bZ as Rt, cq as Bt, cR as It, c7 as Lt, c6 as ht, c3 as Ut, c1 as Ot, c0 as Pt, c5 as _t, c2 as ft, c4 as vt, c8 as kt, c9 as Nt, co as Mt, cc as Vt, b6 as wt, cZ as zt, cQ as Ht, aJ as xt, bF as jt, cM as Jt, a_ as Gt, dp as qt, du as Wt, dx as Kt, dj as Qt, dl as Xt, dE as Yt, dt as Zt, dn as $t, dh as ao, dw as eo, dA as so, dr as to, dv as oo, dy as io, dz as ro, dm as no, dq as lo, ds as uo, dk as co, di as Ao, ba as mo, bl as bo, e2 as po, aU as Co, aV as So, aZ as To, b8 as Do, b3 as go, b4 as Fo, aW as yo, b5 as Eo, b7 as Ro, b2 as Bo, b0 as Io, aY as Lo, b1 as ho, aK as Uo, aG as Oo, bc as Po, be as _o, b9 as fo, cN as vo, cO as ko, cP as No, aP as Mo, bg as Vo, aR as wo, aE as zo, aF as Ho, bG as xo, bH as jo, aI as Jo, aS as Go, aM as qo, aX as Wo, dg as Ko, cm as Qo } from "./lib-DnlVHOmX.js";
1
+ import { R as s, S as t, T as o, U as i, V as r, W as n, K as l, d as u, a8 as c, at as A, a9 as m, av as d, e as b, a3 as p, J as C, _ as S, a as T, c as D, ar as g, aq as F, as as y, O as E, G as R, ap as B, aa as I, ai as L, aj as h, au as U, D as O, E as P, C as _, z as f, B as v, F as k, L as N, X as M, A as V, x as w, y as z, u as H, $ as x, v as j, Y as J, t as G, Z as q, w as W, s as K, l as Q, m as X, n as Y, ab as Z, o as $, p as aa, q as ea, j as sa, k as ta, r as oa, P as ia, ao as ra, ak as na, am as la, an as ua, al as ca, ae as Aa, ac as ma, ad as da, I as ba, a5 as pa, H as Ca, a7 as Sa, aA as Ta, aB as Da, aD as ga, f as Fa, h as ya, b as Ea, af as Ra, ag as Ba, ah as Ia, a6 as La, i as ha, a0 as Ua, a1 as Oa, a2 as Pa, a4 as _a, M as fa, aC as va, Q as ka, N as Na, dS as Ma, dX as Va, dU as wa, d_ as za, e0 as Ha, e1 as xa, bm as ja, bo as Ja, bn as Ga, d4 as qa, dO as Wa, dN as Ka, df as Qa, dG as Xa, dH as Ya, dC as Za, dB as $a, dM as ae, dL as ee, dK as se, dF as te, bv as oe, bw as ie, cb as re, ca as ne, az as le, by as ue, bx as ce, bE as Ae, bz as me, ay as de, bA as be, bB as pe, aw as Ce, ax as Se, bD as Te, d5 as De, bb as ge, bd as Fe, d9 as ye, d7 as Ee, db as Re, d8 as Be, d6 as Ie, da as Le, dc as he, bj as Ue, bk as Oe, bf as Pe, de as _e, dd as fe, d3 as ve, d2 as ke, aO as Ne, bt as Me, bu as Ve, bC as we, cE as ze, cF as He, cG as xe, cH as je, cI as Je, cJ as Ge, cK as qe, cL as We, cx as Ke, cw as Qe, cu as Xe, cv as Ye, cy as Ze, br as $e, bs as as, bp as es, bq as ss, dW as ts, dZ as os, dR as is, ct as rs, cA as ns, cz as ls, bI as us, aL as cs, dD as As, cS as ms, e7 as ds, e8 as bs, e5 as ps, cp as Cs, ci as Ss, ck as Ts, cn as Ds, cd as gs, cg as Fs, cf as ys, ch as Es, ce as Rs, cl as Bs, cj as Is, aN as Ls, cB as hs, cU as Us, cT as Os, e6 as Ps, cW as _s, cV as fs, c_ as vs, cY as ks, cX as Ns, aT as Ms, cC as Vs, cD as ws, e4 as zs, dP as Hs, a$ as xs, dQ as js, dV as Js, dT as Gs, dY as qs, d$ as Ws, bN as Ks, bP as Qs, dJ as Xs, dI as Ys, bi as Zs, bT as $s, bQ as at, bJ as et, bM as st, bK as tt, bO as ot, bU as it, bR as rt, bW as nt, bL as lt, bh as ut, bV as ct, bS as At, cr as mt, e3 as dt, aH as bt, c$ as pt, d0 as Ct, d1 as St, aQ as Tt, cs as Dt, b$ as gt, b_ as Ft, bY as yt, bX as Et, bZ as Rt, cq as Bt, cR as It, c7 as Lt, c6 as ht, c3 as Ut, c1 as Ot, c0 as Pt, c5 as _t, c2 as ft, c4 as vt, c8 as kt, c9 as Nt, co as Mt, cc as Vt, b6 as wt, cZ as zt, cQ as Ht, aJ as xt, bF as jt, cM as Jt, a_ as Gt, dp as qt, du as Wt, dx as Kt, dj as Qt, dl as Xt, dE as Yt, dt as Zt, dn as $t, dh as ao, dw as eo, dA as so, dr as to, dv as oo, dy as io, dz as ro, dm as no, dq as lo, ds as uo, dk as co, di as Ao, ba as mo, bl as bo, e2 as po, aU as Co, aV as So, aZ as To, b8 as Do, b3 as go, b4 as Fo, aW as yo, b5 as Eo, b7 as Ro, b2 as Bo, b0 as Io, aY as Lo, b1 as ho, aK as Uo, aG as Oo, bc as Po, be as _o, b9 as fo, cN as vo, cO as ko, cP as No, aP as Mo, bg as Vo, aR as wo, aE as zo, aF as Ho, bG as xo, bH as jo, aI as Jo, aS as Go, aM as qo, aX as Wo, dg as Ko, cm as Qo } from "./lib-gk_FDIqo.js";
2
2
  import { useI18n as Yo } from "vue-i18n";
3
3
  export {
4
4
  s as AActionCloseButton,