@anzusystems/common-admin 1.47.0-alpha16 → 1.47.0-alpha17

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.
@@ -195,8 +195,16 @@ declare type __VLS_NonUndefinedable_77<T> = T extends undefined ? never : T;
195
195
 
196
196
  declare type __VLS_NonUndefinedable_78<T> = T extends undefined ? never : T;
197
197
 
198
+ declare type __VLS_NonUndefinedable_79<T> = T extends undefined ? never : T;
199
+
198
200
  declare type __VLS_NonUndefinedable_8<T> = T extends undefined ? never : T;
199
201
 
202
+ declare type __VLS_NonUndefinedable_80<T> = T extends undefined ? never : T;
203
+
204
+ declare type __VLS_NonUndefinedable_81<T> = T extends undefined ? never : T;
205
+
206
+ declare type __VLS_NonUndefinedable_82<T> = T extends undefined ? never : T;
207
+
200
208
  declare type __VLS_NonUndefinedable_9<T> = T extends undefined ? never : T;
201
209
 
202
210
  declare type __VLS_Prettify<T> = {
@@ -487,6 +495,22 @@ declare type __VLS_Prettify_74<T> = {
487
495
  [K in keyof T]: T[K];
488
496
  } & {};
489
497
 
498
+ declare type __VLS_Prettify_75<T> = {
499
+ [K in keyof T]: T[K];
500
+ } & {};
501
+
502
+ declare type __VLS_Prettify_76<T> = {
503
+ [K in keyof T]: T[K];
504
+ } & {};
505
+
506
+ declare type __VLS_Prettify_77<T> = {
507
+ [K in keyof T]: T[K];
508
+ } & {};
509
+
510
+ declare type __VLS_Prettify_78<T> = {
511
+ [K in keyof T]: T[K];
512
+ } & {};
513
+
490
514
  declare type __VLS_Prettify_8<T> = {
491
515
  [K in keyof T]: T[K];
492
516
  } & {};
@@ -1179,6 +1203,15 @@ declare type __VLS_TypePropsToRuntimeProps_78<T> = {
1179
1203
  };
1180
1204
  };
1181
1205
 
1206
+ declare type __VLS_TypePropsToRuntimeProps_79<T> = {
1207
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
1208
+ type: PropType<__VLS_NonUndefinedable_79<T[K]>>;
1209
+ } : {
1210
+ type: PropType<T[K]>;
1211
+ required: true;
1212
+ };
1213
+ };
1214
+
1182
1215
  declare type __VLS_TypePropsToRuntimeProps_8<T> = {
1183
1216
  [K in keyof T]-?: {} extends Pick<T, K> ? {
1184
1217
  type: PropType<__VLS_NonUndefinedable_8<T[K]>>;
@@ -1188,6 +1221,33 @@ declare type __VLS_TypePropsToRuntimeProps_8<T> = {
1188
1221
  };
1189
1222
  };
1190
1223
 
1224
+ declare type __VLS_TypePropsToRuntimeProps_80<T> = {
1225
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
1226
+ type: PropType<__VLS_NonUndefinedable_80<T[K]>>;
1227
+ } : {
1228
+ type: PropType<T[K]>;
1229
+ required: true;
1230
+ };
1231
+ };
1232
+
1233
+ declare type __VLS_TypePropsToRuntimeProps_81<T> = {
1234
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
1235
+ type: PropType<__VLS_NonUndefinedable_81<T[K]>>;
1236
+ } : {
1237
+ type: PropType<T[K]>;
1238
+ required: true;
1239
+ };
1240
+ };
1241
+
1242
+ declare type __VLS_TypePropsToRuntimeProps_82<T> = {
1243
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
1244
+ type: PropType<__VLS_NonUndefinedable_82<T[K]>>;
1245
+ } : {
1246
+ type: PropType<T[K]>;
1247
+ required: true;
1248
+ };
1249
+ };
1250
+
1191
1251
  declare type __VLS_TypePropsToRuntimeProps_9<T> = {
1192
1252
  [K in keyof T]-?: {} extends Pick<T, K> ? {
1193
1253
  type: PropType<__VLS_NonUndefinedable_9<T[K]>>;
@@ -1629,6 +1689,30 @@ declare type __VLS_WithDefaults_74<P, D> = {
1629
1689
  }> : P[K];
1630
1690
  };
1631
1691
 
1692
+ declare type __VLS_WithDefaults_75<P, D> = {
1693
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_75<P[K] & {
1694
+ default: D[K];
1695
+ }> : P[K];
1696
+ };
1697
+
1698
+ declare type __VLS_WithDefaults_76<P, D> = {
1699
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_76<P[K] & {
1700
+ default: D[K];
1701
+ }> : P[K];
1702
+ };
1703
+
1704
+ declare type __VLS_WithDefaults_77<P, D> = {
1705
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_77<P[K] & {
1706
+ default: D[K];
1707
+ }> : P[K];
1708
+ };
1709
+
1710
+ declare type __VLS_WithDefaults_78<P, D> = {
1711
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_78<P[K] & {
1712
+ default: D[K];
1713
+ }> : P[K];
1714
+ };
1715
+
1632
1716
  declare type __VLS_WithDefaults_8<P, D> = {
1633
1717
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_8<P[K] & {
1634
1718
  default: D[K];
@@ -1992,8 +2076,8 @@ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_40<__
1992
2076
  }, {
1993
2077
  size: number;
1994
2078
  variant: ButtonVariant;
1995
- dataCy: string;
1996
2079
  loading: boolean;
2080
+ dataCy: string;
1997
2081
  buttonClass: string;
1998
2082
  buttonT: string;
1999
2083
  routeParams: any | undefined;
@@ -2030,8 +2114,8 @@ export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaul
2030
2114
  onSaveRecordAndClose?: (() => any) | undefined;
2031
2115
  }, {
2032
2116
  disabled: boolean;
2033
- dataCy: string;
2034
2117
  loading: boolean;
2118
+ dataCy: string;
2035
2119
  buttonClass: string;
2036
2120
  buttonT: string;
2037
2121
  }, {}>;
@@ -2076,8 +2160,8 @@ export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_42<__
2076
2160
  size: number;
2077
2161
  variant: ButtonVariant;
2078
2162
  disabled: boolean;
2079
- dataCy: string;
2080
2163
  loading: boolean;
2164
+ dataCy: string;
2081
2165
  buttonClass: string;
2082
2166
  buttonT: string;
2083
2167
  }, {}>;
@@ -2261,8 +2345,8 @@ export declare const ABooleanSelect: DefineComponent<__VLS_WithDefaults_70<__VLS
2261
2345
  }>>> & {
2262
2346
  "onUpdate:modelValue"?: ((data: boolean | null) => any) | undefined;
2263
2347
  }, {
2264
- dataCy: string;
2265
2348
  label: string;
2349
+ dataCy: string;
2266
2350
  }, {}>;
2267
2351
 
2268
2352
  export declare const ABooleanValue: DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<{
@@ -2338,8 +2422,8 @@ export declare const ABtnSplit: __VLS_WithTemplateSlots_19<DefineComponent<__VLS
2338
2422
  variant: ButtonVariantText;
2339
2423
  rounded: "pill";
2340
2424
  disabled: boolean;
2341
- dataCy: string;
2342
2425
  loading: boolean;
2426
+ dataCy: string;
2343
2427
  buttonClass: string;
2344
2428
  buttonT: string;
2345
2429
  disableMore: boolean;
@@ -3162,10 +3246,10 @@ export declare const ADatetimePicker: __VLS_WithTemplateSlots_13<DefineComponent
3162
3246
  }, {
3163
3247
  disabled: boolean;
3164
3248
  type: "datetime";
3165
- dataCy: string;
3166
3249
  placeholder: string;
3167
3250
  required: boolean;
3168
3251
  label: string;
3252
+ dataCy: string;
3169
3253
  hideLabel: boolean;
3170
3254
  clearable: boolean;
3171
3255
  hideDetails: boolean;
@@ -3324,8 +3408,8 @@ export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_46<__VLS_T
3324
3408
  placeholder: undefined;
3325
3409
  dataCy: string;
3326
3410
  }>>>, {
3327
- dataCy: string;
3328
3411
  placeholder: string;
3412
+ dataCy: string;
3329
3413
  filterId: Filter<any>;
3330
3414
  filterDocId: Filter<any>;
3331
3415
  filterText: Filter<any>;
@@ -3417,8 +3501,8 @@ export declare const AFilterString: DefineComponent<__VLS_WithDefaults_17<__VLS_
3417
3501
  }>>> & {
3418
3502
  "onUpdate:modelValue"?: ((data: Filter<any>) => any) | undefined;
3419
3503
  }, {
3420
- dataCy: string;
3421
3504
  placeholder: string;
3505
+ dataCy: string;
3422
3506
  }, {}>;
3423
3507
 
3424
3508
  export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
@@ -3552,7 +3636,6 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
3552
3636
  "onClick:append"?: ((data: string | number | null | undefined) => any) | undefined;
3553
3637
  }, {
3554
3638
  disabled: boolean;
3555
- dataCy: string;
3556
3639
  collab: {
3557
3640
  room: string;
3558
3641
  field: string;
@@ -3560,6 +3643,7 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
3560
3643
  };
3561
3644
  required: boolean;
3562
3645
  label: string;
3646
+ dataCy: string;
3563
3647
  clearable: boolean;
3564
3648
  errorMessage: string;
3565
3649
  v: any;
@@ -3617,13 +3701,13 @@ export declare const AFormFlagDatetimePicker: __VLS_WithTemplateSlots_8<DefineCo
3617
3701
  "onClick:append"?: ((data: string | number | null) => any) | undefined;
3618
3702
  }, {
3619
3703
  disabled: boolean;
3620
- dataCy: string;
3621
3704
  collab: {
3622
3705
  room: string;
3623
3706
  field: string;
3624
3707
  cachedUsers: CollabCachedUsersMap;
3625
3708
  };
3626
3709
  label: string;
3710
+ dataCy: string;
3627
3711
  clearable: boolean;
3628
3712
  errorMessage: string;
3629
3713
  v: any;
@@ -3648,10 +3732,6 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3648
3732
  type: PropType<boolean>;
3649
3733
  default: boolean;
3650
3734
  };
3651
- loading: {
3652
- type: PropType<boolean>;
3653
- default: boolean;
3654
- };
3655
3735
  collab: {
3656
3736
  type: PropType<{
3657
3737
  room: string;
@@ -3660,6 +3740,10 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3660
3740
  }>;
3661
3741
  default: undefined;
3662
3742
  };
3743
+ loading: {
3744
+ type: PropType<boolean>;
3745
+ default: boolean;
3746
+ };
3663
3747
  required: {
3664
3748
  type: PropType<boolean>;
3665
3749
  default: undefined;
@@ -3735,10 +3819,6 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3735
3819
  type: PropType<boolean>;
3736
3820
  default: boolean;
3737
3821
  };
3738
- loading: {
3739
- type: PropType<boolean>;
3740
- default: boolean;
3741
- };
3742
3822
  collab: {
3743
3823
  type: PropType<{
3744
3824
  room: string;
@@ -3747,6 +3827,10 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3747
3827
  }>;
3748
3828
  default: undefined;
3749
3829
  };
3830
+ loading: {
3831
+ type: PropType<boolean>;
3832
+ default: boolean;
3833
+ };
3750
3834
  required: {
3751
3835
  type: PropType<boolean>;
3752
3836
  default: undefined;
@@ -3811,12 +3895,12 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3811
3895
  }, {
3812
3896
  disabled: boolean;
3813
3897
  multiple: boolean;
3814
- loading: boolean;
3815
3898
  collab: {
3816
3899
  room: string;
3817
3900
  field: string;
3818
3901
  cachedUsers: CollabCachedUsersMap;
3819
3902
  };
3903
+ loading: boolean;
3820
3904
  required: boolean;
3821
3905
  label: string;
3822
3906
  hideLabel: boolean;
@@ -4031,13 +4115,13 @@ export declare const AFormSwitch: __VLS_WithTemplateSlots_10<DefineComponent<__V
4031
4115
  onBlur?: ((data: boolean) => any) | undefined;
4032
4116
  }, {
4033
4117
  disabled: boolean;
4034
- dataCy: string;
4035
4118
  collab: {
4036
4119
  room: string;
4037
4120
  field: string;
4038
4121
  cachedUsers: CollabCachedUsersMap;
4039
4122
  };
4040
4123
  label: string;
4124
+ dataCy: string;
4041
4125
  hideLabel: boolean;
4042
4126
  }, {}>, {
4043
4127
  locked?(_: {
@@ -4109,7 +4193,6 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
4109
4193
  appendIcon: string;
4110
4194
  disabled: boolean;
4111
4195
  prependIcon: string;
4112
- dataCy: string;
4113
4196
  collab: {
4114
4197
  room: string;
4115
4198
  field: string;
@@ -4117,6 +4200,7 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
4117
4200
  };
4118
4201
  required: boolean;
4119
4202
  label: string;
4203
+ dataCy: string;
4120
4204
  hideLabel: boolean;
4121
4205
  errorMessage: string;
4122
4206
  v: any;
@@ -4208,15 +4292,15 @@ export declare const AFormTextField: __VLS_WithTemplateSlots_5<DefineComponent<_
4208
4292
  disabled: boolean;
4209
4293
  prependIcon: string;
4210
4294
  type: string;
4211
- dataCy: string;
4212
- placeholder: string;
4213
4295
  collab: {
4214
4296
  room: string;
4215
4297
  field: string;
4216
4298
  cachedUsers: CollabCachedUsersMap;
4217
4299
  };
4300
+ placeholder: string;
4218
4301
  required: boolean;
4219
4302
  label: string;
4303
+ dataCy: string;
4220
4304
  step: number;
4221
4305
  maxlength: number;
4222
4306
  hideLabel: boolean;
@@ -4291,7 +4375,6 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
4291
4375
  onBlur?: ((data: any) => any) | undefined;
4292
4376
  }, {
4293
4377
  disabled: boolean;
4294
- dataCy: string;
4295
4378
  multiple: boolean;
4296
4379
  collab: {
4297
4380
  room: string;
@@ -4300,6 +4383,7 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
4300
4383
  };
4301
4384
  required: boolean;
4302
4385
  label: string;
4386
+ dataCy: string;
4303
4387
  hideLabel: boolean;
4304
4388
  clearable: boolean;
4305
4389
  hideDetails: boolean;
@@ -4340,14 +4424,14 @@ export declare const AImagePublicInput: DefineComponent<{
4340
4424
  required: true;
4341
4425
  type: PropType<IntegerIdNullable>;
4342
4426
  };
4343
- dataCy: {
4344
- type: PropType<string>;
4345
- default: undefined;
4346
- };
4347
4427
  image: {
4348
4428
  type: PropType<ImageAware>;
4349
4429
  default: undefined;
4350
4430
  };
4431
+ dataCy: {
4432
+ type: PropType<string>;
4433
+ default: undefined;
4434
+ };
4351
4435
  configName: {
4352
4436
  type: PropType<string>;
4353
4437
  default: string;
@@ -4370,14 +4454,14 @@ export declare const AImagePublicInput: DefineComponent<{
4370
4454
  required: true;
4371
4455
  type: PropType<IntegerIdNullable>;
4372
4456
  };
4373
- dataCy: {
4374
- type: PropType<string>;
4375
- default: undefined;
4376
- };
4377
4457
  image: {
4378
4458
  type: PropType<ImageAware>;
4379
4459
  default: undefined;
4380
4460
  };
4461
+ dataCy: {
4462
+ type: PropType<string>;
4463
+ default: undefined;
4464
+ };
4381
4465
  configName: {
4382
4466
  type: PropType<string>;
4383
4467
  default: string;
@@ -4391,8 +4475,8 @@ export declare const AImagePublicInput: DefineComponent<{
4391
4475
  default: string;
4392
4476
  };
4393
4477
  }>>, {
4394
- dataCy: string;
4395
4478
  image: ImageAware;
4479
+ dataCy: string;
4396
4480
  configName: string;
4397
4481
  labelT: string;
4398
4482
  }, {}>;
@@ -4471,7 +4555,6 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
4471
4555
  onAfterMetadataSaveSuccess?: (() => any) | undefined;
4472
4556
  }, {
4473
4557
  width: number;
4474
- dataCy: string;
4475
4558
  collab: {
4476
4559
  room: string;
4477
4560
  field: string;
@@ -4480,6 +4563,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
4480
4563
  image: ImageAware;
4481
4564
  required: boolean;
4482
4565
  label: string;
4566
+ dataCy: string;
4483
4567
  readonly: boolean;
4484
4568
  configName: string;
4485
4569
  expandOptions: boolean;
@@ -4540,8 +4624,8 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_64
4540
4624
  "onUpdate:modelValue"?: ((data: number[]) => any) | undefined;
4541
4625
  }, {
4542
4626
  width: number;
4543
- dataCy: string;
4544
4627
  label: string;
4628
+ dataCy: string;
4545
4629
  readonly: boolean;
4546
4630
  configName: string;
4547
4631
  callDeleteApiOnRemove: boolean;
@@ -4727,7 +4811,7 @@ export declare const ALogData: DefineComponent<__VLS_WithDefaults_29<__VLS_TypeP
4727
4811
  data: any;
4728
4812
  }>, {}>>>, {}, {}>;
4729
4813
 
4730
- export declare const ALoginView: DefineComponent<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_75<{
4814
+ export declare const ALoginView: DefineComponent<__VLS_WithDefaults_75<__VLS_TypePropsToRuntimeProps_79<{
4731
4815
  title?: string | undefined;
4732
4816
  logoUrl?: string | undefined;
4733
4817
  loginUrl?: undefined | (() => string);
@@ -4737,7 +4821,7 @@ export declare const ALoginView: DefineComponent<__VLS_WithDefaults_71<__VLS_Typ
4737
4821
  logoUrl: undefined;
4738
4822
  loginUrl: undefined;
4739
4823
  dataCy: string;
4740
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_75<{
4824
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_75<__VLS_TypePropsToRuntimeProps_79<{
4741
4825
  title?: string | undefined;
4742
4826
  logoUrl?: string | undefined;
4743
4827
  loginUrl?: undefined | (() => string);
@@ -4760,11 +4844,11 @@ export declare const ALogLevelChip: DefineComponent<__VLS_WithDefaults_52<__VLS_
4760
4844
  level: LogLevel;
4761
4845
  }>, {}>>>, {}, {}>;
4762
4846
 
4763
- export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_76<{
4847
+ export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_76<__VLS_TypePropsToRuntimeProps_80<{
4764
4848
  logoutUrl?: undefined | (() => string);
4765
4849
  }>, {
4766
4850
  logoutUrl: undefined;
4767
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_76<{
4851
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_76<__VLS_TypePropsToRuntimeProps_80<{
4768
4852
  logoutUrl?: undefined | (() => string);
4769
4853
  }>, {
4770
4854
  logoutUrl: undefined;
@@ -4772,9 +4856,9 @@ export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_72<__VLS_Ty
4772
4856
  logoutUrl: () => string;
4773
4857
  }, {}>;
4774
4858
 
4775
- export declare const ANotFoundView: DefineComponent<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_78<{
4859
+ export declare const ANotFoundView: DefineComponent<__VLS_WithDefaults_78<__VLS_TypePropsToRuntimeProps_82<{
4776
4860
  returnRouteName: string;
4777
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_78<{
4861
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_78<__VLS_TypePropsToRuntimeProps_82<{
4778
4862
  returnRouteName: string;
4779
4863
  }>, {}>>>, {}, {}>;
4780
4864
 
@@ -5361,10 +5445,10 @@ declare enum AssetSelectReturnType {
5361
5445
  }
5362
5446
 
5363
5447
  export declare const ASubjectSelect: <TItem>(__VLS_props: {
5364
- pagination: Pagination;
5365
- loading?: boolean | undefined;
5366
5448
  submitFilter: Fn;
5367
5449
  resetFilter: Fn;
5450
+ pagination: Pagination;
5451
+ loading?: boolean | undefined;
5368
5452
  modelValue?: boolean | undefined;
5369
5453
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
5370
5454
  onOnOpen?: (() => any) | undefined;
@@ -5405,10 +5489,10 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
5405
5489
  open: () => void;
5406
5490
  }>) => void) | undefined, __VLS_setup?: Promise<{
5407
5491
  props: {
5408
- pagination: Pagination;
5409
- loading?: boolean | undefined;
5410
5492
  submitFilter: Fn;
5411
5493
  resetFilter: Fn;
5494
+ pagination: Pagination;
5495
+ loading?: boolean | undefined;
5412
5496
  modelValue?: boolean | undefined;
5413
5497
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
5414
5498
  onOnOpen?: (() => any) | undefined;
@@ -5453,10 +5537,10 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
5453
5537
  }> & {
5454
5538
  __ctx?: {
5455
5539
  props: {
5456
- pagination: Pagination;
5457
- loading?: boolean | undefined;
5458
5540
  submitFilter: Fn;
5459
5541
  resetFilter: Fn;
5542
+ pagination: Pagination;
5543
+ loading?: boolean | undefined;
5460
5544
  modelValue?: boolean | undefined;
5461
5545
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
5462
5546
  onOnOpen?: (() => any) | undefined;
@@ -5667,9 +5751,9 @@ declare interface AudioAttributes {
5667
5751
  bitrate: number;
5668
5752
  }
5669
5753
 
5670
- export declare const AUnauthorizedView: DefineComponent<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_77<{
5754
+ export declare const AUnauthorizedView: DefineComponent<__VLS_WithDefaults_77<__VLS_TypePropsToRuntimeProps_81<{
5671
5755
  returnRouteName: string;
5672
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_77<{
5756
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_77<__VLS_TypePropsToRuntimeProps_81<{
5673
5757
  returnRouteName: string;
5674
5758
  }>, {}>>>, {}, {}>;
5675
5759
 
@@ -6139,6 +6223,61 @@ export declare interface DamAssetLicenceMinimal {
6139
6223
  name: string;
6140
6224
  }
6141
6225
 
6226
+ export declare const DamAssetLicenceRemoteAutocomplete: DefineComponent<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_78<{
6227
+ modelValue: IntegerId | null | IntegerId[] | any;
6228
+ client: () => AxiosInstance;
6229
+ label?: string | undefined;
6230
+ required?: boolean | undefined;
6231
+ multiple?: boolean | undefined;
6232
+ clearable?: boolean | undefined;
6233
+ dataCy?: string | undefined;
6234
+ extSystemId?: number | null | undefined;
6235
+ hideDetails?: boolean | undefined;
6236
+ disableInitFetch?: boolean | undefined;
6237
+ }>, {
6238
+ label: undefined;
6239
+ required: undefined;
6240
+ multiple: boolean;
6241
+ clearable: boolean;
6242
+ dataCy: string;
6243
+ extSystemId: null;
6244
+ hideDetails: undefined;
6245
+ disableInitFetch: boolean;
6246
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
6247
+ "update:modelValue": (data: any) => void;
6248
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_78<{
6249
+ modelValue: IntegerId | null | IntegerId[] | any;
6250
+ client: () => AxiosInstance;
6251
+ label?: string | undefined;
6252
+ required?: boolean | undefined;
6253
+ multiple?: boolean | undefined;
6254
+ clearable?: boolean | undefined;
6255
+ dataCy?: string | undefined;
6256
+ extSystemId?: number | null | undefined;
6257
+ hideDetails?: boolean | undefined;
6258
+ disableInitFetch?: boolean | undefined;
6259
+ }>, {
6260
+ label: undefined;
6261
+ required: undefined;
6262
+ multiple: boolean;
6263
+ clearable: boolean;
6264
+ dataCy: string;
6265
+ extSystemId: null;
6266
+ hideDetails: undefined;
6267
+ disableInitFetch: boolean;
6268
+ }>>> & {
6269
+ "onUpdate:modelValue"?: ((data: any) => any) | undefined;
6270
+ }, {
6271
+ multiple: boolean;
6272
+ required: boolean;
6273
+ label: string;
6274
+ dataCy: string;
6275
+ clearable: boolean;
6276
+ hideDetails: boolean;
6277
+ disableInitFetch: boolean;
6278
+ extSystemId: IntegerId | null;
6279
+ }, {}>;
6280
+
6142
6281
  export declare enum DamAssetStatus {
6143
6282
  Draft = "draft",
6144
6283
  WithFile = "with_file",
@@ -6278,6 +6417,38 @@ export declare enum DamDistributionRequirementStrategy {
6278
6417
 
6279
6418
  export declare type DamDistributionServiceName = string;
6280
6419
 
6420
+ export declare const DamDistributionServiceSelect: DefineComponent<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_77<{
6421
+ modelValue: string[];
6422
+ client: () => AxiosInstance;
6423
+ multiple?: boolean | undefined;
6424
+ label?: string | undefined;
6425
+ dataCy?: string | undefined;
6426
+ }>, {
6427
+ multiple: boolean;
6428
+ label: undefined;
6429
+ dataCy: string;
6430
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
6431
+ "update:modelValue": (data: string[]) => void;
6432
+ blur: (data: string[]) => void;
6433
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_77<{
6434
+ modelValue: string[];
6435
+ client: () => AxiosInstance;
6436
+ multiple?: boolean | undefined;
6437
+ label?: string | undefined;
6438
+ dataCy?: string | undefined;
6439
+ }>, {
6440
+ multiple: boolean;
6441
+ label: undefined;
6442
+ dataCy: string;
6443
+ }>>> & {
6444
+ "onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
6445
+ onBlur?: ((data: string[]) => any) | undefined;
6446
+ }, {
6447
+ multiple: boolean;
6448
+ label: string;
6449
+ dataCy: string;
6450
+ }, {}>;
6451
+
6281
6452
  export declare enum DamDistributionServiceType {
6282
6453
  Youtube = "youtubeDistribution",
6283
6454
  Jw = "jwDistribution",
@@ -6300,6 +6471,38 @@ export declare type DamExternalProviderAssetConfig = Record<DamExternalProviderA
6300
6471
 
6301
6472
  export declare type DamExternalProviderAssetName = string;
6302
6473
 
6474
+ export declare const DamExternalProviderAssetSelect: DefineComponent<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_76<{
6475
+ modelValue: string[];
6476
+ client: () => AxiosInstance;
6477
+ multiple?: boolean | undefined;
6478
+ label?: string | undefined;
6479
+ dataCy?: string | undefined;
6480
+ }>, {
6481
+ multiple: boolean;
6482
+ label: undefined;
6483
+ dataCy: string;
6484
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
6485
+ "update:modelValue": (data: string[]) => void;
6486
+ blur: (data: string[]) => void;
6487
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_76<{
6488
+ modelValue: string[];
6489
+ client: () => AxiosInstance;
6490
+ multiple?: boolean | undefined;
6491
+ label?: string | undefined;
6492
+ dataCy?: string | undefined;
6493
+ }>, {
6494
+ multiple: boolean;
6495
+ label: undefined;
6496
+ dataCy: string;
6497
+ }>>> & {
6498
+ "onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
6499
+ onBlur?: ((data: string[]) => any) | undefined;
6500
+ }, {
6501
+ multiple: boolean;
6502
+ label: string;
6503
+ dataCy: string;
6504
+ }, {}>;
6505
+
6303
6506
  export declare interface DamExtSystem extends AnzuUserAndTimeTrackingAware, ResourceNameSystemAware {
6304
6507
  id: IntegerId;
6305
6508
  name: string;
@@ -6335,6 +6538,56 @@ export declare interface DamExtSystemConfigItem {
6335
6538
  export declare interface DamExtSystemMinimal extends Pick<DamExtSystem, 'id' | 'name'> {
6336
6539
  }
6337
6540
 
6541
+ export declare const DamExtSystemRemoteAutocomplete: DefineComponent<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_75<{
6542
+ modelValue: IntegerId | null | IntegerId[] | any;
6543
+ client: () => AxiosInstance;
6544
+ label?: string | undefined;
6545
+ required?: boolean | undefined;
6546
+ multiple?: boolean | undefined;
6547
+ clearable?: boolean | undefined;
6548
+ dataCy?: string | undefined;
6549
+ hideDetails?: boolean | undefined;
6550
+ disableInitFetch?: boolean | undefined;
6551
+ }>, {
6552
+ label: undefined;
6553
+ required: undefined;
6554
+ multiple: boolean;
6555
+ clearable: boolean;
6556
+ dataCy: string;
6557
+ hideDetails: undefined;
6558
+ disableInitFetch: boolean;
6559
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
6560
+ "update:modelValue": (data: any) => void;
6561
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_75<{
6562
+ modelValue: IntegerId | null | IntegerId[] | any;
6563
+ client: () => AxiosInstance;
6564
+ label?: string | undefined;
6565
+ required?: boolean | undefined;
6566
+ multiple?: boolean | undefined;
6567
+ clearable?: boolean | undefined;
6568
+ dataCy?: string | undefined;
6569
+ hideDetails?: boolean | undefined;
6570
+ disableInitFetch?: boolean | undefined;
6571
+ }>, {
6572
+ label: undefined;
6573
+ required: undefined;
6574
+ multiple: boolean;
6575
+ clearable: boolean;
6576
+ dataCy: string;
6577
+ hideDetails: undefined;
6578
+ disableInitFetch: boolean;
6579
+ }>>> & {
6580
+ "onUpdate:modelValue"?: ((data: any) => any) | undefined;
6581
+ }, {
6582
+ multiple: boolean;
6583
+ required: boolean;
6584
+ label: string;
6585
+ dataCy: string;
6586
+ clearable: boolean;
6587
+ hideDetails: boolean;
6588
+ disableInitFetch: boolean;
6589
+ }, {}>;
6590
+
6338
6591
  export declare const damFileTypeFix: (file: File | null | undefined) => string;
6339
6592
 
6340
6593
  export declare interface DamKeyword extends AnzuUserAndTimeTrackingAware, ResourceNameSystemAware {
@@ -6469,6 +6722,16 @@ export declare interface DamUploadStartResponse {
6469
6722
  asset: DocId;
6470
6723
  }
6471
6724
 
6725
+ export declare interface DamUserUpdateDto {
6726
+ id: IntegerId;
6727
+ assetLicences: IntegerId[];
6728
+ allowedAssetExternalProviders: string[];
6729
+ allowedDistributionServices: string[];
6730
+ adminToExtSystems: IntegerId[];
6731
+ readonly userToExtSystems: IntegerId[];
6732
+ plainPassword?: string;
6733
+ }
6734
+
6472
6735
  export declare type DatatableOrderingOption = {
6473
6736
  id: number;
6474
6737
  titleT: string;
@@ -6564,8 +6827,16 @@ export declare type EnableDisable = 'enable' | 'disable';
6564
6827
 
6565
6828
  export declare const eventClickBlur: (event?: Event) => void;
6566
6829
 
6830
+ export declare const fetchDamAssetLicenceList: (client: () => AxiosInstance, pagination: Pagination, filterBag: FilterBag) => Promise<DamAssetLicence[]>;
6831
+
6832
+ export declare const fetchDamAssetLicenceListByIds: (client: () => AxiosInstance, ids: IntegerId[]) => Promise<DamAssetLicence[]>;
6833
+
6567
6834
  export declare const fetchDamCurrentUser: (client: () => AxiosInstance) => Promise<DamCurrentUserDto>;
6568
6835
 
6836
+ export declare const fetchDamExtSystemList: (client: () => AxiosInstance, pagination: Pagination, filterBag: FilterBag) => Promise<DamExtSystem[]>;
6837
+
6838
+ export declare const fetchDamExtSystemListByIds: (client: () => AxiosInstance, ids: IntegerId[]) => Promise<DamExtSystem[]>;
6839
+
6569
6840
  declare type fetchItemsByIdsType = ((ids: IntegerId[]) => Promise<ValueObjectOption<IntegerId>[]>) | ((ids: DocId[]) => Promise<ValueObjectOption<DocId>[]>);
6570
6841
 
6571
6842
  declare type fetchItemsByIdsType_2 = ((ids: IntegerId[]) => Promise<ValueObjectOption<IntegerId>[]>) | ((ids: DocId[]) => Promise<ValueObjectOption<DocId>[]>);
@@ -10310,6 +10581,42 @@ export declare function useDamAcceptTypeAndSizeHelper(assetType: DamAssetType |
10310
10581
  uploadAccept: ComputedRef<string>;
10311
10582
  };
10312
10583
 
10584
+ export declare function useDamAssetLicenceFilter(): {
10585
+ name: {
10586
+ field: string;
10587
+ multiple: boolean;
10588
+ variant: FilterVariant;
10589
+ model: any;
10590
+ default: any;
10591
+ titleT?: string | undefined;
10592
+ error: string;
10593
+ mandatory: boolean;
10594
+ exclude: boolean;
10595
+ };
10596
+ extSystem: {
10597
+ field: string;
10598
+ multiple: boolean;
10599
+ variant: FilterVariant;
10600
+ model: any;
10601
+ default: any;
10602
+ titleT?: string | undefined;
10603
+ error: string;
10604
+ mandatory: boolean;
10605
+ exclude: boolean;
10606
+ };
10607
+ extId: {
10608
+ field: string;
10609
+ multiple: boolean;
10610
+ variant: FilterVariant;
10611
+ model: any;
10612
+ default: any;
10613
+ titleT?: string | undefined;
10614
+ error: string;
10615
+ mandatory: boolean;
10616
+ exclude: boolean;
10617
+ };
10618
+ };
10619
+
10313
10620
  export declare function useDamAuthorFactory(): {
10314
10621
  createDefault: (extSystemId: number, reviewed?: boolean) => DamAuthor;
10315
10622
  };
@@ -10410,6 +10717,23 @@ export declare function useDamCurrentUser(): {
10410
10717
  damCurrentUserIsSuperAdmin: Ref<boolean>;
10411
10718
  };
10412
10719
 
10720
+ export declare function useDamDistributionServiceType(client: () => AxiosInstance): {
10721
+ allDistributionServiceTypeOptions: Ref<{
10722
+ value: string;
10723
+ title: string;
10724
+ color?: string | undefined;
10725
+ active?: false | undefined;
10726
+ subtitle?: string | undefined;
10727
+ }[]>;
10728
+ getDistributionServiceTypeOption: (value: string) => {
10729
+ value: string;
10730
+ title: string;
10731
+ color?: string | undefined;
10732
+ active?: false | undefined;
10733
+ subtitle?: string | undefined;
10734
+ } | undefined;
10735
+ };
10736
+
10413
10737
  export declare function useDamKeywordFactory(): {
10414
10738
  createDefault: (extSystemId: number, reviewed?: boolean) => DamKeyword;
10415
10739
  };