@anzusystems/common-admin 1.46.0-alpha9 → 1.47.0-alpha1

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,6 +195,8 @@ 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
 
200
202
  declare type __VLS_NonUndefinedable_9<T> = T extends undefined ? never : T;
@@ -1183,6 +1185,15 @@ declare type __VLS_TypePropsToRuntimeProps_78<T> = {
1183
1185
  };
1184
1186
  };
1185
1187
 
1188
+ declare type __VLS_TypePropsToRuntimeProps_79<T> = {
1189
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
1190
+ type: PropType<__VLS_NonUndefinedable_79<T[K]>>;
1191
+ } : {
1192
+ type: PropType<T[K]>;
1193
+ required: true;
1194
+ };
1195
+ };
1196
+
1186
1197
  declare type __VLS_TypePropsToRuntimeProps_8<T> = {
1187
1198
  [K in keyof T]-?: {} extends Pick<T, K> ? {
1188
1199
  type: PropType<__VLS_NonUndefinedable_8<T[K]>>;
@@ -2002,8 +2013,8 @@ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_41<__
2002
2013
  }, {
2003
2014
  size: number;
2004
2015
  variant: ButtonVariant;
2005
- loading: boolean;
2006
2016
  dataCy: string;
2017
+ loading: boolean;
2007
2018
  buttonClass: string;
2008
2019
  buttonT: string;
2009
2020
  routeParams: any | undefined;
@@ -2040,8 +2051,8 @@ export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaul
2040
2051
  onSaveRecordAndClose?: (() => any) | undefined;
2041
2052
  }, {
2042
2053
  disabled: boolean;
2043
- loading: boolean;
2044
2054
  dataCy: string;
2055
+ loading: boolean;
2045
2056
  buttonClass: string;
2046
2057
  buttonT: string;
2047
2058
  }, {}>;
@@ -2086,8 +2097,8 @@ export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_43<__
2086
2097
  size: number;
2087
2098
  variant: ButtonVariant;
2088
2099
  disabled: boolean;
2089
- loading: boolean;
2090
2100
  dataCy: string;
2101
+ loading: boolean;
2091
2102
  buttonClass: string;
2092
2103
  buttonT: string;
2093
2104
  }, {}>;
@@ -2158,7 +2169,7 @@ export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_54<__VL
2158
2169
  containerClass: string;
2159
2170
  }, {}>;
2160
2171
 
2161
- export declare const AAssetSelect: __VLS_WithTemplateSlots_25<DefineComponent<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_73<{
2172
+ export declare const AAssetSelect: __VLS_WithTemplateSlots_25<DefineComponent<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_74<{
2162
2173
  modelValue?: boolean | undefined;
2163
2174
  assetType: "image" | "audio" | "video" | "document" | DamAssetType;
2164
2175
  minCount: number;
@@ -2177,7 +2188,7 @@ export declare const AAssetSelect: __VLS_WithTemplateSlots_25<DefineComponent<__
2177
2188
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2178
2189
  "update:modelValue": (data: boolean) => void;
2179
2190
  onConfirm: (data: AssetSelectReturnData) => void;
2180
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_73<{
2191
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_74<{
2181
2192
  modelValue?: boolean | undefined;
2182
2193
  assetType: "image" | "audio" | "video" | "document" | DamAssetType;
2183
2194
  minCount: number;
@@ -2252,7 +2263,7 @@ export declare const AAvatarColorPicker: DefineComponent<__VLS_WithDefaults_55<_
2252
2263
  randomColor: boolean;
2253
2264
  }, {}>;
2254
2265
 
2255
- export declare const ABooleanSelect: DefineComponent<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_74<{
2266
+ export declare const ABooleanSelect: DefineComponent<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_75<{
2256
2267
  modelValue: boolean | null;
2257
2268
  dataCy?: string | undefined;
2258
2269
  label?: string | undefined;
@@ -2261,7 +2272,7 @@ export declare const ABooleanSelect: DefineComponent<__VLS_WithDefaults_71<__VLS
2261
2272
  label: undefined;
2262
2273
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2263
2274
  "update:modelValue": (data: boolean | null) => void;
2264
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_74<{
2275
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_75<{
2265
2276
  modelValue: boolean | null;
2266
2277
  dataCy?: string | undefined;
2267
2278
  label?: string | undefined;
@@ -2271,8 +2282,8 @@ export declare const ABooleanSelect: DefineComponent<__VLS_WithDefaults_71<__VLS
2271
2282
  }>>> & {
2272
2283
  "onUpdate:modelValue"?: ((data: boolean | null) => any) | undefined;
2273
2284
  }, {
2274
- label: string;
2275
2285
  dataCy: string;
2286
+ label: string;
2276
2287
  }, {}>;
2277
2288
 
2278
2289
  export declare const ABooleanValue: DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<{
@@ -2348,8 +2359,8 @@ export declare const ABtnSplit: __VLS_WithTemplateSlots_19<DefineComponent<__VLS
2348
2359
  variant: ButtonVariantText;
2349
2360
  rounded: "pill";
2350
2361
  disabled: boolean;
2351
- loading: boolean;
2352
2362
  dataCy: string;
2363
+ loading: boolean;
2353
2364
  buttonClass: string;
2354
2365
  buttonT: string;
2355
2366
  disableMore: boolean;
@@ -2502,7 +2513,7 @@ declare type AclResolverConfig = {
2502
2513
 
2503
2514
  export declare type AclValue = `${string}_${string}_${string}`;
2504
2515
 
2505
- export declare const ACollabCountdown: DefineComponent<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_71<{
2516
+ export declare const ACollabCountdown: DefineComponent<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_72<{
2506
2517
  label?: string | undefined;
2507
2518
  seconds?: number | undefined;
2508
2519
  parentheses?: boolean | undefined;
@@ -2512,7 +2523,7 @@ export declare const ACollabCountdown: DefineComponent<__VLS_WithDefaults_68<__V
2512
2523
  parentheses: boolean;
2513
2524
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2514
2525
  done: () => void;
2515
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_71<{
2526
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_72<{
2516
2527
  label?: string | undefined;
2517
2528
  seconds?: number | undefined;
2518
2529
  parentheses?: boolean | undefined;
@@ -2528,15 +2539,15 @@ export declare const ACollabCountdown: DefineComponent<__VLS_WithDefaults_68<__V
2528
2539
  parentheses: boolean;
2529
2540
  }, {}>;
2530
2541
 
2531
- export declare const ACollabLockedByUser: DefineComponent<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_70<{
2542
+ export declare const ACollabLockedByUser: DefineComponent<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_71<{
2532
2543
  id: null | undefined | IntegerId;
2533
2544
  users: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
2534
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_70<{
2545
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_71<{
2535
2546
  id: null | undefined | IntegerId;
2536
2547
  users: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
2537
2548
  }>, {}>>>, {}, {}>;
2538
2549
 
2539
- export declare const ACollabManagement: DefineComponent<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_72<{
2550
+ export declare const ACollabManagement: DefineComponent<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_73<{
2540
2551
  collabRoom: CollabRoom;
2541
2552
  cachedUsers: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
2542
2553
  isEdit?: boolean | undefined;
@@ -2546,7 +2557,7 @@ export declare const ACollabManagement: DefineComponent<__VLS_WithDefaults_69<__
2546
2557
  isEdit: boolean;
2547
2558
  addToCachedUsers: undefined;
2548
2559
  fetchCachedUsers: undefined;
2549
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_72<{
2560
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_73<{
2550
2561
  collabRoom: CollabRoom;
2551
2562
  cachedUsers: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
2552
2563
  isEdit?: boolean | undefined;
@@ -2888,7 +2899,7 @@ export declare const ACurrentUserDropdown: DefineComponent<__VLS_WithDefaults_56
2888
2899
  dataCy: string;
2889
2900
  }, {}>;
2890
2901
 
2891
- export declare const ACustomDataForm: __VLS_WithTemplateSlots_23<DefineComponent<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_64<{
2902
+ export declare const ACustomDataForm: __VLS_WithTemplateSlots_23<DefineComponent<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_65<{
2892
2903
  modelValue: {
2893
2904
  [key: string]: any;
2894
2905
  };
@@ -2905,7 +2916,7 @@ export declare const ACustomDataForm: __VLS_WithTemplateSlots_23<DefineComponent
2905
2916
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2906
2917
  "update:modelValue": (data: any) => void;
2907
2918
  anyChange: () => void;
2908
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_64<{
2919
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_65<{
2909
2920
  modelValue: {
2910
2921
  [key: string]: any;
2911
2922
  };
@@ -2929,7 +2940,7 @@ export declare const ACustomDataForm: __VLS_WithTemplateSlots_23<DefineComponent
2929
2940
  "after-pinned"?(_: {}): any;
2930
2941
  }>;
2931
2942
 
2932
- export declare const ACustomDataFormElement: DefineComponent<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_65<{
2943
+ export declare const ACustomDataFormElement: DefineComponent<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_66<{
2933
2944
  modelValue: any;
2934
2945
  config: CustomDataFormElement;
2935
2946
  validationScope?: ValidationScope;
@@ -2941,7 +2952,7 @@ export declare const ACustomDataFormElement: DefineComponent<__VLS_WithDefaults_
2941
2952
  value: any;
2942
2953
  }) => void;
2943
2954
  blur: (data: any) => void;
2944
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_65<{
2955
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_66<{
2945
2956
  modelValue: any;
2946
2957
  config: CustomDataFormElement;
2947
2958
  validationScope?: ValidationScope;
@@ -3172,10 +3183,10 @@ export declare const ADatetimePicker: __VLS_WithTemplateSlots_13<DefineComponent
3172
3183
  }, {
3173
3184
  disabled: boolean;
3174
3185
  type: "datetime";
3186
+ dataCy: string;
3175
3187
  placeholder: string;
3176
3188
  required: boolean;
3177
3189
  label: string;
3178
- dataCy: string;
3179
3190
  hideLabel: boolean;
3180
3191
  clearable: boolean;
3181
3192
  hideDetails: boolean;
@@ -3334,8 +3345,8 @@ export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_47<__VLS_T
3334
3345
  placeholder: undefined;
3335
3346
  dataCy: string;
3336
3347
  }>>>, {
3337
- placeholder: string;
3338
3348
  dataCy: string;
3349
+ placeholder: string;
3339
3350
  filterId: Filter<any>;
3340
3351
  filterDocId: Filter<any>;
3341
3352
  filterText: Filter<any>;
@@ -3427,8 +3438,8 @@ export declare const AFilterString: DefineComponent<__VLS_WithDefaults_18<__VLS_
3427
3438
  }>>> & {
3428
3439
  "onUpdate:modelValue"?: ((data: Filter<any>) => any) | undefined;
3429
3440
  }, {
3430
- placeholder: string;
3431
3441
  dataCy: string;
3442
+ placeholder: string;
3432
3443
  }, {}>;
3433
3444
 
3434
3445
  export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<{
@@ -3562,6 +3573,7 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
3562
3573
  "onClick:append"?: ((data: string | number | null | undefined) => any) | undefined;
3563
3574
  }, {
3564
3575
  disabled: boolean;
3576
+ dataCy: string;
3565
3577
  collab: {
3566
3578
  room: string;
3567
3579
  field: string;
@@ -3569,7 +3581,6 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
3569
3581
  };
3570
3582
  required: boolean;
3571
3583
  label: string;
3572
- dataCy: string;
3573
3584
  clearable: boolean;
3574
3585
  errorMessage: string;
3575
3586
  v: any;
@@ -3627,13 +3638,13 @@ export declare const AFormFlagDatetimePicker: __VLS_WithTemplateSlots_8<DefineCo
3627
3638
  "onClick:append"?: ((data: string | number | null) => any) | undefined;
3628
3639
  }, {
3629
3640
  disabled: boolean;
3641
+ dataCy: string;
3630
3642
  collab: {
3631
3643
  room: string;
3632
3644
  field: string;
3633
3645
  cachedUsers: CollabCachedUsersMap;
3634
3646
  };
3635
3647
  label: string;
3636
- dataCy: string;
3637
3648
  clearable: boolean;
3638
3649
  errorMessage: string;
3639
3650
  v: any;
@@ -3727,12 +3738,12 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3727
3738
  }, {
3728
3739
  disabled: boolean;
3729
3740
  multiple: boolean;
3741
+ loading: boolean;
3730
3742
  collab: {
3731
3743
  room: string;
3732
3744
  field: string;
3733
3745
  cachedUsers: CollabCachedUsersMap;
3734
3746
  };
3735
- loading: boolean;
3736
3747
  required: boolean;
3737
3748
  label: string;
3738
3749
  hideLabel: boolean;
@@ -3946,13 +3957,13 @@ export declare const AFormSwitch: __VLS_WithTemplateSlots_10<DefineComponent<__V
3946
3957
  onBlur?: ((data: boolean) => any) | undefined;
3947
3958
  }, {
3948
3959
  disabled: boolean;
3960
+ dataCy: string;
3949
3961
  collab: {
3950
3962
  room: string;
3951
3963
  field: string;
3952
3964
  cachedUsers: CollabCachedUsersMap;
3953
3965
  };
3954
3966
  label: string;
3955
- dataCy: string;
3956
3967
  hideLabel: boolean;
3957
3968
  }, {}>, {
3958
3969
  locked?(_: {
@@ -4024,6 +4035,7 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
4024
4035
  appendIcon: string;
4025
4036
  disabled: boolean;
4026
4037
  prependIcon: string;
4038
+ dataCy: string;
4027
4039
  collab: {
4028
4040
  room: string;
4029
4041
  field: string;
@@ -4031,7 +4043,6 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
4031
4043
  };
4032
4044
  required: boolean;
4033
4045
  label: string;
4034
- dataCy: string;
4035
4046
  hideLabel: boolean;
4036
4047
  errorMessage: string;
4037
4048
  v: any;
@@ -4123,15 +4134,15 @@ export declare const AFormTextField: __VLS_WithTemplateSlots_5<DefineComponent<_
4123
4134
  disabled: boolean;
4124
4135
  prependIcon: string;
4125
4136
  type: string;
4137
+ dataCy: string;
4138
+ placeholder: string;
4126
4139
  collab: {
4127
4140
  room: string;
4128
4141
  field: string;
4129
4142
  cachedUsers: CollabCachedUsersMap;
4130
4143
  };
4131
- placeholder: string;
4132
4144
  required: boolean;
4133
4145
  label: string;
4134
- dataCy: string;
4135
4146
  step: number;
4136
4147
  maxlength: number;
4137
4148
  hideLabel: boolean;
@@ -4206,6 +4217,7 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
4206
4217
  onBlur?: ((data: any) => any) | undefined;
4207
4218
  }, {
4208
4219
  disabled: boolean;
4220
+ dataCy: string;
4209
4221
  multiple: boolean;
4210
4222
  collab: {
4211
4223
  room: string;
@@ -4214,7 +4226,6 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
4214
4226
  };
4215
4227
  required: boolean;
4216
4228
  label: string;
4217
- dataCy: string;
4218
4229
  hideLabel: boolean;
4219
4230
  clearable: boolean;
4220
4231
  hideDetails: boolean;
@@ -4250,7 +4261,7 @@ export declare const AIconGroup: DefineComponent<__VLS_WithDefaults_36<__VLS_Typ
4250
4261
  secondaryText: null | string;
4251
4262
  }, {}>;
4252
4263
 
4253
- export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_66<{
4264
+ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_67<{
4254
4265
  modelValue: IntegerIdNullable;
4255
4266
  queueKey: UploadQueueKey;
4256
4267
  uploadConfig: ImageWidgetUploadConfig;
@@ -4287,7 +4298,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
4287
4298
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4288
4299
  "update:modelValue": (data: IntegerIdNullable) => void;
4289
4300
  afterMetadataSaveSuccess: () => void;
4290
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_66<{
4301
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_67<{
4291
4302
  modelValue: IntegerIdNullable;
4292
4303
  queueKey: UploadQueueKey;
4293
4304
  uploadConfig: ImageWidgetUploadConfig;
@@ -4324,6 +4335,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
4324
4335
  onAfterMetadataSaveSuccess?: (() => any) | undefined;
4325
4336
  }, {
4326
4337
  width: number;
4338
+ dataCy: string;
4327
4339
  collab: {
4328
4340
  room: string;
4329
4341
  field: string;
@@ -4332,7 +4344,6 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
4332
4344
  image: ImageAware;
4333
4345
  required: boolean;
4334
4346
  label: string;
4335
- dataCy: string;
4336
4347
  readonly: boolean;
4337
4348
  configName: string;
4338
4349
  expandOptions: boolean;
@@ -4341,7 +4352,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
4341
4352
  callDeleteApiOnRemove: boolean;
4342
4353
  }, {}>;
4343
4354
 
4344
- export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_68<{
4355
+ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_69<{
4345
4356
  modelValue: IntegerId[];
4346
4357
  queueKey: UploadQueueKey;
4347
4358
  uploadConfig: ImageWidgetUploadConfig;
@@ -4367,7 +4378,7 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_65
4367
4378
  saveImages: () => Promise<boolean>;
4368
4379
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4369
4380
  "update:modelValue": (data: number[]) => void;
4370
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_68<{
4381
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_69<{
4371
4382
  modelValue: IntegerId[];
4372
4383
  queueKey: UploadQueueKey;
4373
4384
  uploadConfig: ImageWidgetUploadConfig;
@@ -4393,14 +4404,14 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_65
4393
4404
  "onUpdate:modelValue"?: ((data: number[]) => any) | undefined;
4394
4405
  }, {
4395
4406
  width: number;
4396
- label: string;
4397
4407
  dataCy: string;
4408
+ label: string;
4398
4409
  readonly: boolean;
4399
4410
  configName: string;
4400
4411
  callDeleteApiOnRemove: boolean;
4401
4412
  }, {}>;
4402
4413
 
4403
- export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_69<{
4414
+ export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_70<{
4404
4415
  modelValue: IntegerId[];
4405
4416
  images?: ImageAware[] | undefined;
4406
4417
  configName?: string | undefined;
@@ -4420,7 +4431,7 @@ export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefau
4420
4431
  aspectRatio: number;
4421
4432
  showDescription: boolean;
4422
4433
  showSource: boolean;
4423
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_69<{
4434
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_70<{
4424
4435
  modelValue: IntegerId[];
4425
4436
  images?: ImageAware[] | undefined;
4426
4437
  configName?: string | undefined;
@@ -4451,7 +4462,7 @@ export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefau
4451
4462
  images: ImageAware[];
4452
4463
  }, {}>;
4453
4464
 
4454
- export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_24<DefineComponent<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_67<{
4465
+ export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_24<DefineComponent<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_68<{
4455
4466
  modelValue: IntegerIdNullable | undefined;
4456
4467
  image?: ImageAware | ImageCreateUpdateAware | null | undefined;
4457
4468
  configName?: string | undefined;
@@ -4470,7 +4481,7 @@ export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_24<DefineCompon
4470
4481
  aspectRatio: number;
4471
4482
  showDescription: boolean;
4472
4483
  showSource: boolean;
4473
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_67<{
4484
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_68<{
4474
4485
  modelValue: IntegerIdNullable | undefined;
4475
4486
  image?: ImageAware | ImageCreateUpdateAware | null | undefined;
4476
4487
  configName?: string | undefined;
@@ -4528,6 +4539,18 @@ export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_24<DefineCompon
4528
4539
  }): any;
4529
4540
  }>;
4530
4541
 
4542
+ export declare const AJobBaseCreateForm: DefineComponent<{
4543
+ modelValue: {
4544
+ required: true;
4545
+ type: PropType<JobBase<`job${string}`>>;
4546
+ };
4547
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
4548
+ modelValue: {
4549
+ required: true;
4550
+ type: PropType<JobBase<`job${string}`>>;
4551
+ };
4552
+ }>>, {}, {}>;
4553
+
4531
4554
  export declare const AJobDetailCommon: __VLS_WithTemplateSlots_20<DefineComponent<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_61<{
4532
4555
  job: JobBase<`job${string}`>;
4533
4556
  loading?: boolean | undefined;
@@ -4544,6 +4567,12 @@ export declare const AJobDetailCommon: __VLS_WithTemplateSlots_20<DefineComponen
4544
4567
  "resource-name"?(_: {}): any;
4545
4568
  }>;
4546
4569
 
4570
+ export declare const AJobPriorityChip: DefineComponent<__VLS_TypePropsToRuntimeProps_62<{
4571
+ priority: number;
4572
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_62<{
4573
+ priority: number;
4574
+ }>>>, {}, {}>;
4575
+
4547
4576
  export declare const AJobStatusChip: DefineComponent<__VLS_TypePropsToRuntimeProps_33<{
4548
4577
  value: JobStatus;
4549
4578
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_33<{
@@ -4562,7 +4591,7 @@ export declare const ALogData: DefineComponent<__VLS_WithDefaults_30<__VLS_TypeP
4562
4591
  data: any;
4563
4592
  }>, {}>>>, {}, {}>;
4564
4593
 
4565
- export declare const ALoginView: DefineComponent<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_75<{
4594
+ export declare const ALoginView: DefineComponent<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_76<{
4566
4595
  title?: string | undefined;
4567
4596
  logoUrl?: string | undefined;
4568
4597
  loginUrl?: undefined | (() => string);
@@ -4572,7 +4601,7 @@ export declare const ALoginView: DefineComponent<__VLS_WithDefaults_72<__VLS_Typ
4572
4601
  logoUrl: undefined;
4573
4602
  loginUrl: undefined;
4574
4603
  dataCy: string;
4575
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_75<{
4604
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_76<{
4576
4605
  title?: string | undefined;
4577
4606
  logoUrl?: string | undefined;
4578
4607
  loginUrl?: undefined | (() => string);
@@ -4595,11 +4624,11 @@ export declare const ALogLevelChip: DefineComponent<__VLS_WithDefaults_53<__VLS_
4595
4624
  level: LogLevel;
4596
4625
  }>, {}>>>, {}, {}>;
4597
4626
 
4598
- export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_76<{
4627
+ export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_77<{
4599
4628
  logoutUrl?: undefined | (() => string);
4600
4629
  }>, {
4601
4630
  logoutUrl: undefined;
4602
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_76<{
4631
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_77<{
4603
4632
  logoutUrl?: undefined | (() => string);
4604
4633
  }>, {
4605
4634
  logoutUrl: undefined;
@@ -4607,9 +4636,9 @@ export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_73<__VLS_Ty
4607
4636
  logoutUrl: () => string;
4608
4637
  }, {}>;
4609
4638
 
4610
- export declare const ANotFoundView: DefineComponent<__VLS_WithDefaults_75<__VLS_TypePropsToRuntimeProps_78<{
4639
+ export declare const ANotFoundView: DefineComponent<__VLS_WithDefaults_75<__VLS_TypePropsToRuntimeProps_79<{
4611
4640
  returnRouteName: string;
4612
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_75<__VLS_TypePropsToRuntimeProps_78<{
4641
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_75<__VLS_TypePropsToRuntimeProps_79<{
4613
4642
  returnRouteName: string;
4614
4643
  }>, {}>>>, {}, {}>;
4615
4644
 
@@ -4788,7 +4817,7 @@ export declare const arraysHaveSameElements: <T>(array1: T[], array2: T[]) => bo
4788
4817
 
4789
4818
  export declare const arrayToString: (values: Array<string | number>, separator?: string) => string;
4790
4819
 
4791
- export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_62<{
4820
+ export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_63<{
4792
4821
  modelValue: any;
4793
4822
  dirty?: Set<string | number> | undefined;
4794
4823
  keyField?: string | undefined;
@@ -4833,7 +4862,7 @@ export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS
4833
4862
  onAddLast: (data: any) => void;
4834
4863
  onEdit: (data: SortableItem<any>) => void;
4835
4864
  onDelete: (data: SortableItem<any>) => void;
4836
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_62<{
4865
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_63<{
4837
4866
  modelValue: any;
4838
4867
  dirty?: Set<string | number> | undefined;
4839
4868
  keyField?: string | undefined;
@@ -4864,8 +4893,8 @@ export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS
4864
4893
  addLastButtonT: string;
4865
4894
  }>>> & {
4866
4895
  "onUpdate:modelValue"?: ((data: any[]) => any) | undefined;
4867
- "onUpdate:dirty"?: ((data: (string | number)[]) => any) | undefined;
4868
4896
  onOnEnd?: ((data: SortableItemNewPositions) => any) | undefined;
4897
+ "onUpdate:dirty"?: ((data: (string | number)[]) => any) | undefined;
4869
4898
  onOnAddAfter?: ((data: SortableItem<any>) => any) | undefined;
4870
4899
  onOnAddLast?: ((data: any) => any) | undefined;
4871
4900
  onOnEdit?: ((data: SortableItem<any>) => any) | undefined;
@@ -4898,7 +4927,7 @@ export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS
4898
4927
  }): any;
4899
4928
  }>;
4900
4929
 
4901
- export declare const ASortableNested: __VLS_WithTemplateSlots_22<DefineComponent<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_63<{
4930
+ export declare const ASortableNested: __VLS_WithTemplateSlots_22<DefineComponent<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_64<{
4902
4931
  modelValue: SortableNested<any>;
4903
4932
  maxDepth: number;
4904
4933
  disableDraggable?: boolean | undefined;
@@ -4934,7 +4963,7 @@ export declare const ASortableNested: __VLS_WithTemplateSlots_22<DefineComponent
4934
4963
  onAddLast: (data: SortableNestedItem<any> | null) => void;
4935
4964
  onEdit: (data: SortableNestedItem<any>) => void;
4936
4965
  onDelete: (data: SortableNestedItem<any>) => void;
4937
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_63<{
4966
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_64<{
4938
4967
  modelValue: SortableNested<any>;
4939
4968
  maxDepth: number;
4940
4969
  disableDraggable?: boolean | undefined;
@@ -5182,10 +5211,10 @@ declare enum AssetSelectReturnType {
5182
5211
  }
5183
5212
 
5184
5213
  export declare const ASubjectSelect: <TItem>(__VLS_props: {
5185
- submitFilter: Fn;
5186
- resetFilter: Fn;
5187
5214
  pagination: Pagination;
5188
5215
  loading?: boolean | undefined;
5216
+ submitFilter: Fn;
5217
+ resetFilter: Fn;
5189
5218
  modelValue?: boolean | undefined;
5190
5219
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
5191
5220
  onOnOpen?: (() => any) | undefined;
@@ -5226,10 +5255,10 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
5226
5255
  open: () => void;
5227
5256
  }>) => void) | undefined, __VLS_setup?: Promise<{
5228
5257
  props: {
5229
- submitFilter: Fn;
5230
- resetFilter: Fn;
5231
5258
  pagination: Pagination;
5232
5259
  loading?: boolean | undefined;
5260
+ submitFilter: Fn;
5261
+ resetFilter: Fn;
5233
5262
  modelValue?: boolean | undefined;
5234
5263
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
5235
5264
  onOnOpen?: (() => any) | undefined;
@@ -5274,10 +5303,10 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
5274
5303
  }> & {
5275
5304
  __ctx?: {
5276
5305
  props: {
5277
- submitFilter: Fn;
5278
- resetFilter: Fn;
5279
5306
  pagination: Pagination;
5280
5307
  loading?: boolean | undefined;
5308
+ submitFilter: Fn;
5309
+ resetFilter: Fn;
5281
5310
  modelValue?: boolean | undefined;
5282
5311
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
5283
5312
  onOnOpen?: (() => any) | undefined;
@@ -5488,9 +5517,9 @@ declare interface AudioAttributes {
5488
5517
  bitrate: number;
5489
5518
  }
5490
5519
 
5491
- export declare const AUnauthorizedView: DefineComponent<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_77<{
5520
+ export declare const AUnauthorizedView: DefineComponent<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_78<{
5492
5521
  returnRouteName: string;
5493
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_77<{
5522
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_78<{
5494
5523
  returnRouteName: string;
5495
5524
  }>, {}>>>, {}, {}>;
5496
5525
 
@@ -7271,6 +7300,8 @@ export declare const JOB_RESOURCE_USER_DATA_DELETE = "jobUserDataDelete";
7271
7300
 
7272
7301
  export declare interface JobBase<T extends JobBaseResource = JobBaseResource> extends AnzuUserAndTimeTrackingAware {
7273
7302
  readonly id: IntegerId;
7303
+ scheduledAt: DatetimeUTC;
7304
+ priority: number;
7274
7305
  readonly status: JobStatus;
7275
7306
  readonly startedAt: DatetimeUTCNullable;
7276
7307
  readonly finishedAt: DatetimeUTCNullable;
@@ -8898,6 +8929,8 @@ export declare const messagesSk: {
8898
8929
  model: {
8899
8930
  id: string;
8900
8931
  _resourceName: string;
8932
+ priority: string;
8933
+ scheduledAt: string;
8901
8934
  status: string;
8902
8935
  startedAt: string;
8903
8936
  finishedAt: string;
@@ -8905,6 +8938,13 @@ export declare const messagesSk: {
8905
8938
  targetUserId: string;
8906
8939
  anonymizeUser: string;
8907
8940
  };
8941
+ meta: {
8942
+ priority: {
8943
+ low: string;
8944
+ medium: string;
8945
+ high: string;
8946
+ };
8947
+ };
8908
8948
  jobResource: {
8909
8949
  jobUserDataDelete: string;
8910
8950
  };