@anzusystems/common-admin 1.40.0-alpha23 → 1.40.0-alpha25

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.
@@ -22,8 +22,8 @@ import { IntlDateTimeFormat } from './vue-i18n/dist/vue-i18n.esm-bundler.js';
22
22
  import { IntlNumberFormat } from './vue-i18n/dist/vue-i18n.esm-bundler.js';
23
23
  import type { Method } from 'axios';
24
24
  import type { OpUnitType } from 'dayjs';
25
- import { Promisify } from '@vueuse/shared';
26
- import type { Promisify as Promisify_2 } from '@vueuse/core';
25
+ import type { Promisify } from '@vueuse/core';
26
+ import { Promisify as Promisify_2 } from '@vueuse/shared';
27
27
  import { PropType } from 'vue';
28
28
  import type { QUnitType } from 'dayjs';
29
29
  import { Ref } from 'vue';
@@ -192,6 +192,10 @@ declare type __VLS_NonUndefinedable_75<T> = T extends undefined ? never : T;
192
192
 
193
193
  declare type __VLS_NonUndefinedable_76<T> = T extends undefined ? never : T;
194
194
 
195
+ declare type __VLS_NonUndefinedable_77<T> = T extends undefined ? never : T;
196
+
197
+ declare type __VLS_NonUndefinedable_78<T> = T extends undefined ? never : T;
198
+
195
199
  declare type __VLS_NonUndefinedable_8<T> = T extends undefined ? never : T;
196
200
 
197
201
  declare type __VLS_NonUndefinedable_9<T> = T extends undefined ? never : T;
@@ -480,6 +484,14 @@ declare type __VLS_Prettify_73<T> = {
480
484
  [K in keyof T]: T[K];
481
485
  } & {};
482
486
 
487
+ declare type __VLS_Prettify_74<T> = {
488
+ [K in keyof T]: T[K];
489
+ } & {};
490
+
491
+ declare type __VLS_Prettify_75<T> = {
492
+ [K in keyof T]: T[K];
493
+ } & {};
494
+
483
495
  declare type __VLS_Prettify_8<T> = {
484
496
  [K in keyof T]: T[K];
485
497
  } & {};
@@ -1154,6 +1166,24 @@ declare type __VLS_TypePropsToRuntimeProps_76<T> = {
1154
1166
  };
1155
1167
  };
1156
1168
 
1169
+ declare type __VLS_TypePropsToRuntimeProps_77<T> = {
1170
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
1171
+ type: PropType<__VLS_NonUndefinedable_77<T[K]>>;
1172
+ } : {
1173
+ type: PropType<T[K]>;
1174
+ required: true;
1175
+ };
1176
+ };
1177
+
1178
+ declare type __VLS_TypePropsToRuntimeProps_78<T> = {
1179
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
1180
+ type: PropType<__VLS_NonUndefinedable_78<T[K]>>;
1181
+ } : {
1182
+ type: PropType<T[K]>;
1183
+ required: true;
1184
+ };
1185
+ };
1186
+
1157
1187
  declare type __VLS_TypePropsToRuntimeProps_8<T> = {
1158
1188
  [K in keyof T]-?: {} extends Pick<T, K> ? {
1159
1189
  type: PropType<__VLS_NonUndefinedable_8<T[K]>>;
@@ -1598,6 +1628,18 @@ declare type __VLS_WithDefaults_73<P, D> = {
1598
1628
  }> : P[K];
1599
1629
  };
1600
1630
 
1631
+ declare type __VLS_WithDefaults_74<P, D> = {
1632
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_74<P[K] & {
1633
+ default: D[K];
1634
+ }> : P[K];
1635
+ };
1636
+
1637
+ declare type __VLS_WithDefaults_75<P, D> = {
1638
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_75<P[K] & {
1639
+ default: D[K];
1640
+ }> : P[K];
1641
+ };
1642
+
1601
1643
  declare type __VLS_WithDefaults_8<P, D> = {
1602
1644
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_8<P[K] & {
1603
1645
  default: D[K];
@@ -2111,7 +2153,7 @@ export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_55<__VL
2111
2153
  containerClass: string;
2112
2154
  }, {}>;
2113
2155
 
2114
- export declare const AAssetSelect: __VLS_WithTemplateSlots_24<DefineComponent<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_72<{
2156
+ export declare const AAssetSelect: __VLS_WithTemplateSlots_24<DefineComponent<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_74<{
2115
2157
  modelValue?: boolean | undefined;
2116
2158
  assetType: "image" | "audio" | "video" | "document" | DamAssetType;
2117
2159
  minCount: number;
@@ -2130,7 +2172,7 @@ export declare const AAssetSelect: __VLS_WithTemplateSlots_24<DefineComponent<__
2130
2172
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2131
2173
  "update:modelValue": (data: boolean) => void;
2132
2174
  onConfirm: (data: AssetSelectReturnData) => void;
2133
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_72<{
2175
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_74<{
2134
2176
  modelValue?: boolean | undefined;
2135
2177
  assetType: "image" | "audio" | "video" | "document" | DamAssetType;
2136
2178
  minCount: number;
@@ -2432,6 +2474,64 @@ declare type AclResolverConfig = {
2432
2474
 
2433
2475
  export declare type AclValue = `${string}_${string}_${string}`;
2434
2476
 
2477
+ export declare const ACollabCountdown: DefineComponent<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_72<{
2478
+ label?: string | undefined;
2479
+ seconds?: number | undefined;
2480
+ parentheses?: boolean | undefined;
2481
+ }>, {
2482
+ label: string;
2483
+ seconds: number;
2484
+ parentheses: boolean;
2485
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2486
+ done: () => void;
2487
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_72<{
2488
+ label?: string | undefined;
2489
+ seconds?: number | undefined;
2490
+ parentheses?: boolean | undefined;
2491
+ }>, {
2492
+ label: string;
2493
+ seconds: number;
2494
+ parentheses: boolean;
2495
+ }>>> & {
2496
+ onDone?: (() => any) | undefined;
2497
+ }, {
2498
+ label: string;
2499
+ seconds: number;
2500
+ parentheses: boolean;
2501
+ }, {}>;
2502
+
2503
+ export declare const ACollabLockedByUser: DefineComponent<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_71<{
2504
+ id: null | undefined | IntegerId;
2505
+ users: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
2506
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_71<{
2507
+ id: null | undefined | IntegerId;
2508
+ users: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
2509
+ }>, {}>>>, {}, {}>;
2510
+
2511
+ export declare const ACollabManagement: DefineComponent<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_73<{
2512
+ collabRoom: CollabRoom;
2513
+ isEdit?: boolean | undefined;
2514
+ addToCachedUsers: ((...args: AddToCachedArgs<IntegerId>) => void) | undefined;
2515
+ fetchCachedUsers: (() => Promisify<Promise<AnzuUser>>) | undefined;
2516
+ }>, {
2517
+ isEdit: boolean;
2518
+ addToCachedUsers: undefined;
2519
+ fetchCachedUsers: undefined;
2520
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_73<{
2521
+ collabRoom: CollabRoom;
2522
+ isEdit?: boolean | undefined;
2523
+ addToCachedUsers: ((...args: AddToCachedArgs<IntegerId>) => void) | undefined;
2524
+ fetchCachedUsers: (() => Promisify<Promise<AnzuUser>>) | undefined;
2525
+ }>, {
2526
+ isEdit: boolean;
2527
+ addToCachedUsers: undefined;
2528
+ fetchCachedUsers: undefined;
2529
+ }>>>, {
2530
+ isEdit: boolean;
2531
+ addToCachedUsers: ((...args: AddToCachedArgs<IntegerId>) => void) | undefined;
2532
+ fetchCachedUsers: (() => Promisify<Promise<AnzuUser>>) | undefined;
2533
+ }, {}>;
2534
+
2435
2535
  export declare const ACopyText: DefineComponent<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_39<{
2436
2536
  value: number | string;
2437
2537
  notifyT?: string | undefined;
@@ -3321,12 +3421,7 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
3321
3421
  v?: any;
3322
3422
  dataCy?: string | undefined;
3323
3423
  clearable?: boolean | undefined;
3324
- collab?: {
3325
- room: string;
3326
- field: string;
3327
- enabled: boolean;
3328
- cachedUsers: CollabCachedUsersMap;
3329
- } | undefined;
3424
+ collab?: CollabComponentConfig;
3330
3425
  disabled?: boolean | undefined;
3331
3426
  }>, {
3332
3427
  label: undefined;
@@ -3350,12 +3445,7 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
3350
3445
  v?: any;
3351
3446
  dataCy?: string | undefined;
3352
3447
  clearable?: boolean | undefined;
3353
- collab?: {
3354
- room: string;
3355
- field: string;
3356
- enabled: boolean;
3357
- cachedUsers: CollabCachedUsersMap;
3358
- } | undefined;
3448
+ collab?: CollabComponentConfig;
3359
3449
  disabled?: boolean | undefined;
3360
3450
  }>, {
3361
3451
  label: undefined;
@@ -3382,7 +3472,6 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
3382
3472
  collab: {
3383
3473
  room: string;
3384
3474
  field: string;
3385
- enabled: boolean;
3386
3475
  cachedUsers: CollabCachedUsersMap;
3387
3476
  };
3388
3477
  }, {}>, {
@@ -3399,12 +3488,7 @@ export declare const AFormFlagDatetimePicker: __VLS_WithTemplateSlots_8<DefineCo
3399
3488
  dataCy?: string | undefined;
3400
3489
  clearable?: boolean | undefined;
3401
3490
  defaultActivationValue?: DatetimeUTCNullable | (() => DatetimeUTCNullable) | undefined;
3402
- collab?: {
3403
- room: string;
3404
- field: string;
3405
- enabled: boolean;
3406
- cachedUsers: CollabCachedUsersMap;
3407
- } | undefined;
3491
+ collab?: CollabComponentConfig;
3408
3492
  disabled?: boolean | undefined;
3409
3493
  }>, {
3410
3494
  label: undefined;
@@ -3427,12 +3511,7 @@ export declare const AFormFlagDatetimePicker: __VLS_WithTemplateSlots_8<DefineCo
3427
3511
  dataCy?: string | undefined;
3428
3512
  clearable?: boolean | undefined;
3429
3513
  defaultActivationValue?: DatetimeUTCNullable | (() => DatetimeUTCNullable) | undefined;
3430
- collab?: {
3431
- room: string;
3432
- field: string;
3433
- enabled: boolean;
3434
- cachedUsers: CollabCachedUsersMap;
3435
- } | undefined;
3514
+ collab?: CollabComponentConfig;
3436
3515
  disabled?: boolean | undefined;
3437
3516
  }>, {
3438
3517
  label: undefined;
@@ -3457,7 +3536,6 @@ export declare const AFormFlagDatetimePicker: __VLS_WithTemplateSlots_8<DefineCo
3457
3536
  collab: {
3458
3537
  room: string;
3459
3538
  field: string;
3460
- enabled: boolean;
3461
3539
  cachedUsers: CollabCachedUsersMap;
3462
3540
  };
3463
3541
  defaultActivationValue: DatetimeUTCNullable | (() => DatetimeUTCNullable);
@@ -3484,12 +3562,7 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3484
3562
  filterSortBy?: string | null | undefined;
3485
3563
  disableInitFetch?: boolean | undefined;
3486
3564
  loading?: boolean | undefined;
3487
- collab?: {
3488
- room: string;
3489
- field: string;
3490
- enabled: boolean;
3491
- cachedUsers: CollabCachedUsersMap;
3492
- } | undefined;
3565
+ collab?: CollabComponentConfig;
3493
3566
  disabled?: boolean | undefined;
3494
3567
  }>, {
3495
3568
  label: undefined;
@@ -3529,12 +3602,7 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3529
3602
  filterSortBy?: string | null | undefined;
3530
3603
  disableInitFetch?: boolean | undefined;
3531
3604
  loading?: boolean | undefined;
3532
- collab?: {
3533
- room: string;
3534
- field: string;
3535
- enabled: boolean;
3536
- cachedUsers: CollabCachedUsersMap;
3537
- } | undefined;
3605
+ collab?: CollabComponentConfig;
3538
3606
  disabled?: boolean | undefined;
3539
3607
  }>, {
3540
3608
  label: undefined;
@@ -3571,7 +3639,6 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3571
3639
  collab: {
3572
3640
  room: string;
3573
3641
  field: string;
3574
- enabled: boolean;
3575
3642
  cachedUsers: CollabCachedUsersMap;
3576
3643
  };
3577
3644
  filterByField: string;
@@ -3749,12 +3816,7 @@ export declare const AFormSwitch: __VLS_WithTemplateSlots_10<DefineComponent<__V
3749
3816
  label?: string | undefined;
3750
3817
  dataCy?: string | undefined;
3751
3818
  hideLabel?: boolean | undefined;
3752
- collab?: {
3753
- room: string;
3754
- field: string;
3755
- enabled: boolean;
3756
- cachedUsers: CollabCachedUsersMap;
3757
- } | undefined;
3819
+ collab?: CollabComponentConfig;
3758
3820
  disabled?: boolean | undefined;
3759
3821
  }>, {
3760
3822
  label: undefined;
@@ -3771,12 +3833,7 @@ export declare const AFormSwitch: __VLS_WithTemplateSlots_10<DefineComponent<__V
3771
3833
  label?: string | undefined;
3772
3834
  dataCy?: string | undefined;
3773
3835
  hideLabel?: boolean | undefined;
3774
- collab?: {
3775
- room: string;
3776
- field: string;
3777
- enabled: boolean;
3778
- cachedUsers: CollabCachedUsersMap;
3779
- } | undefined;
3836
+ collab?: CollabComponentConfig;
3780
3837
  disabled?: boolean | undefined;
3781
3838
  }>, {
3782
3839
  label: undefined;
@@ -3796,7 +3853,6 @@ export declare const AFormSwitch: __VLS_WithTemplateSlots_10<DefineComponent<__V
3796
3853
  collab: {
3797
3854
  room: string;
3798
3855
  field: string;
3799
- enabled: boolean;
3800
3856
  cachedUsers: CollabCachedUsersMap;
3801
3857
  };
3802
3858
  }, {}>, {
@@ -3816,12 +3872,7 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
3816
3872
  dataCy?: string | undefined;
3817
3873
  hideLabel?: boolean | undefined;
3818
3874
  rows?: number | undefined;
3819
- collab?: {
3820
- room: string;
3821
- field: string;
3822
- enabled: boolean;
3823
- cachedUsers: CollabCachedUsersMap;
3824
- } | undefined;
3875
+ collab?: CollabComponentConfig;
3825
3876
  disabled?: boolean | undefined;
3826
3877
  }>, {
3827
3878
  label: undefined;
@@ -3851,12 +3902,7 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
3851
3902
  dataCy?: string | undefined;
3852
3903
  hideLabel?: boolean | undefined;
3853
3904
  rows?: number | undefined;
3854
- collab?: {
3855
- room: string;
3856
- field: string;
3857
- enabled: boolean;
3858
- cachedUsers: CollabCachedUsersMap;
3859
- } | undefined;
3905
+ collab?: CollabComponentConfig;
3860
3906
  disabled?: boolean | undefined;
3861
3907
  }>, {
3862
3908
  label: undefined;
@@ -3888,7 +3934,6 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
3888
3934
  collab: {
3889
3935
  room: string;
3890
3936
  field: string;
3891
- enabled: boolean;
3892
3937
  cachedUsers: CollabCachedUsersMap;
3893
3938
  };
3894
3939
  rows: number;
@@ -3911,12 +3956,7 @@ export declare const AFormTextField: __VLS_WithTemplateSlots_5<DefineComponent<_
3911
3956
  type?: string | undefined;
3912
3957
  step?: number | undefined;
3913
3958
  maxlength?: number | undefined;
3914
- collab?: {
3915
- room: string;
3916
- field: string;
3917
- enabled: boolean;
3918
- cachedUsers: CollabCachedUsersMap;
3919
- } | undefined;
3959
+ collab?: CollabComponentConfig;
3920
3960
  disabled?: boolean | undefined;
3921
3961
  placeholder?: string | undefined;
3922
3962
  persistentPlaceholder?: boolean | undefined;
@@ -3954,12 +3994,7 @@ export declare const AFormTextField: __VLS_WithTemplateSlots_5<DefineComponent<_
3954
3994
  type?: string | undefined;
3955
3995
  step?: number | undefined;
3956
3996
  maxlength?: number | undefined;
3957
- collab?: {
3958
- room: string;
3959
- field: string;
3960
- enabled: boolean;
3961
- cachedUsers: CollabCachedUsersMap;
3962
- } | undefined;
3997
+ collab?: CollabComponentConfig;
3963
3998
  disabled?: boolean | undefined;
3964
3999
  placeholder?: string | undefined;
3965
4000
  persistentPlaceholder?: boolean | undefined;
@@ -4001,7 +4036,6 @@ export declare const AFormTextField: __VLS_WithTemplateSlots_5<DefineComponent<_
4001
4036
  collab: {
4002
4037
  room: string;
4003
4038
  field: string;
4004
- enabled: boolean;
4005
4039
  cachedUsers: CollabCachedUsersMap;
4006
4040
  };
4007
4041
  maxlength: number;
@@ -4023,12 +4057,7 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
4023
4057
  hideDetails?: boolean | undefined;
4024
4058
  clearable?: boolean | undefined;
4025
4059
  dataCy?: string | undefined;
4026
- collab?: {
4027
- room: string;
4028
- field: string;
4029
- enabled: boolean;
4030
- cachedUsers: CollabCachedUsersMap;
4031
- } | undefined;
4060
+ collab?: CollabComponentConfig;
4032
4061
  disabled?: boolean | undefined;
4033
4062
  }>, {
4034
4063
  label: undefined;
@@ -4058,12 +4087,7 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
4058
4087
  hideDetails?: boolean | undefined;
4059
4088
  clearable?: boolean | undefined;
4060
4089
  dataCy?: string | undefined;
4061
- collab?: {
4062
- room: string;
4063
- field: string;
4064
- enabled: boolean;
4065
- cachedUsers: CollabCachedUsersMap;
4066
- } | undefined;
4090
+ collab?: CollabComponentConfig;
4067
4091
  disabled?: boolean | undefined;
4068
4092
  }>, {
4069
4093
  label: undefined;
@@ -4095,7 +4119,6 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
4095
4119
  collab: {
4096
4120
  room: string;
4097
4121
  field: string;
4098
- enabled: boolean;
4099
4122
  cachedUsers: CollabCachedUsersMap;
4100
4123
  };
4101
4124
  }, {}>, {
@@ -4426,7 +4449,7 @@ export declare const ALogData: DefineComponent<__VLS_WithDefaults_31<__VLS_TypeP
4426
4449
  data: any;
4427
4450
  }>, {}>>>, {}, {}>;
4428
4451
 
4429
- export declare const ALoginView: DefineComponent<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_73<{
4452
+ export declare const ALoginView: DefineComponent<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_75<{
4430
4453
  title?: string | undefined;
4431
4454
  logoUrl?: string | undefined;
4432
4455
  loginUrl?: undefined | (() => string);
@@ -4436,7 +4459,7 @@ export declare const ALoginView: DefineComponent<__VLS_WithDefaults_70<__VLS_Typ
4436
4459
  logoUrl: undefined;
4437
4460
  loginUrl: undefined;
4438
4461
  dataCy: string;
4439
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_73<{
4462
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_75<{
4440
4463
  title?: string | undefined;
4441
4464
  logoUrl?: string | undefined;
4442
4465
  loginUrl?: undefined | (() => string);
@@ -4459,11 +4482,11 @@ export declare const ALogLevelChip: DefineComponent<__VLS_WithDefaults_54<__VLS_
4459
4482
  level: LogLevel;
4460
4483
  }>, {}>>>, {}, {}>;
4461
4484
 
4462
- export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_74<{
4485
+ export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_76<{
4463
4486
  logoutUrl?: undefined | (() => string);
4464
4487
  }>, {
4465
4488
  logoutUrl: undefined;
4466
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_74<{
4489
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_76<{
4467
4490
  logoutUrl?: undefined | (() => string);
4468
4491
  }>, {
4469
4492
  logoutUrl: undefined;
@@ -4471,9 +4494,9 @@ export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_71<__VLS_Ty
4471
4494
  logoutUrl: () => string;
4472
4495
  }, {}>;
4473
4496
 
4474
- export declare const ANotFoundView: DefineComponent<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_76<{
4497
+ export declare const ANotFoundView: DefineComponent<__VLS_WithDefaults_75<__VLS_TypePropsToRuntimeProps_78<{
4475
4498
  returnRouteName: string;
4476
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_76<{
4499
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_75<__VLS_TypePropsToRuntimeProps_78<{
4477
4500
  returnRouteName: string;
4478
4501
  }>, {}>>>, {}, {}>;
4479
4502
 
@@ -4510,14 +4533,6 @@ export declare const AnzuSystemsCommonAdmin: {
4510
4533
  install<T extends `${string}_${string}_${string}` = `${string}_${string}_${string}`>(app: App, options: PluginOptions<T>): void;
4511
4534
  };
4512
4535
 
4513
- export declare const AnzutapLockedByUser: DefineComponent<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_71<{
4514
- id: null | undefined | IntegerId;
4515
- users: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
4516
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_71<{
4517
- id: null | undefined | IntegerId;
4518
- users: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
4519
- }>, {}>>>, {}, {}>;
4520
-
4521
4536
  export declare interface AnzuUser extends AnzuUserAndTimeTrackingAware, AnzuUserMinimal {
4522
4537
  enabled: boolean;
4523
4538
  roles: string[];
@@ -5361,9 +5376,9 @@ declare interface AudioAttributes {
5361
5376
  bitrate: number;
5362
5377
  }
5363
5378
 
5364
- export declare const AUnauthorizedView: DefineComponent<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_75<{
5379
+ export declare const AUnauthorizedView: DefineComponent<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_77<{
5365
5380
  returnRouteName: string;
5366
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_75<{
5381
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_77<{
5367
5382
  returnRouteName: string;
5368
5383
  }>, {}>>>, {}, {}>;
5369
5384
 
@@ -5485,6 +5500,12 @@ export declare interface CollabClientToServerEvents {
5485
5500
  fetchRoomsInfo: (rooms: CollabRoom[], callback: (data: CollabRoomsInfo) => void) => void;
5486
5501
  }
5487
5502
 
5503
+ export declare type CollabComponentConfig = undefined | {
5504
+ room: CollabRoom;
5505
+ field: CollabFieldName;
5506
+ cachedUsers: CollabCachedUsersMap;
5507
+ };
5508
+
5488
5509
  declare interface CollabConfig {
5489
5510
  room: CollabRoom;
5490
5511
  joinStrategy: CollabRoomJoinStrategyType;
@@ -5707,7 +5728,7 @@ declare type ColumnInternalValues = {
5707
5728
 
5708
5729
  export declare const COMMON_CONFIG: Immutable<typeof commonConfig>;
5709
5730
 
5710
- declare type CommonAdminCollabOptions = undefined | {
5731
+ declare type CommonAdminCollabOptions = {
5711
5732
  enabled: boolean;
5712
5733
  socketUrl: string;
5713
5734
  };
@@ -6230,7 +6251,7 @@ export declare const DefaultLanguageSymbol: InjectionKey<LanguageCode | undefine
6230
6251
  export declare function defineCached<I extends DocId | IntegerId, T extends Record<DocId | IntegerId, any>, M extends Record<DocId | IntegerId, any>>(mapFullToMinimal: (source: T) => M, mapIdToMinimal: (id: I) => M, fetchCallback: (ids: I[]) => Promise<T[]>, idProp?: string): {
6231
6252
  cache: Ref<Map<I, CachedItem<M>>>;
6232
6253
  toFetch: Ref<Set<I>>;
6233
- fetch: () => Promisify<Promise<T[]>>;
6254
+ fetch: () => Promisify_2<Promise<T[]>>;
6234
6255
  immediateFetch: () => Promise<T[]>;
6235
6256
  add: (...args: AddToCachedArgs<I>) => void;
6236
6257
  addManual: (data: T) => void;
@@ -9443,13 +9464,6 @@ export declare function useCollabHelpers(): {
9443
9464
  createCollabFieldConfig: (name: CollabFieldName, room: CollabRoom, cachedUsers: CollabCachedUsersMap) => {
9444
9465
  room: string;
9445
9466
  field: string;
9446
- enabled: boolean;
9447
- cachedUsers: CollabCachedUsersMap;
9448
- };
9449
- createCollabCommandConfig: (name: CollabFieldName, room: CollabRoom, cachedUsers: CollabCachedUsersMap) => {
9450
- room: string;
9451
- field: string;
9452
- enabled: boolean;
9453
9467
  cachedUsers: CollabCachedUsersMap;
9454
9468
  };
9455
9469
  createCollabEmbedFieldName: (id: DocId) => string;
@@ -9472,7 +9486,7 @@ export declare function useCollabRejectedRequestToTakeModerationEventBus(): UseE
9472
9486
 
9473
9487
  export declare function useCollabRequestToTakeModerationEventBus(): UseEventBusReturn<CollabRequestToTakeModerationEvent, any>;
9474
9488
 
9475
- export declare function useCollabRoom(room: CollabRoom, addToCachedUsers?: ((...args: AddToCachedArgs<IntegerId | DocId>) => void) | undefined, fetchCachedUsers?: (() => Promisify_2<Promise<AnzuUser>>) | undefined): {
9489
+ export declare function useCollabRoom(room: CollabRoom, watchForNewUsers?: boolean, addToCachedUsers?: ((...args: AddToCachedArgs<IntegerId>) => void) | undefined, fetchCachedUsers?: (() => Promisify<Promise<AnzuUser>>) | undefined): {
9476
9490
  subscribeCollabRoomInfo: () => void;
9477
9491
  unsubscribeCollabRoomInfo: () => void;
9478
9492
  joinCollabRoom: (options?: Partial<CollabRoomOptions>) => Promise<CollabAccessRoomStatusType>;
@@ -9524,8 +9538,10 @@ export declare function useCollabState(): {
9524
9538
  };
9525
9539
 
9526
9540
  export declare function useCommonAdminCollabOptions(): {
9527
- enabled: boolean;
9528
- socketUrl: string;
9541
+ collabOptions: Ref<{
9542
+ enabled: boolean;
9543
+ socketUrl: string;
9544
+ }>;
9529
9545
  };
9530
9546
 
9531
9547
  export declare function useCommonJobFactory(): {