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

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.
@@ -1825,8 +1825,8 @@ export declare const AActionCloseButton: DefineComponent<__VLS_WithDefaults_39<_
1825
1825
  dataCy: string;
1826
1826
  size: number;
1827
1827
  }>>>, {
1828
- dataCy: string;
1829
1828
  size: number;
1829
+ dataCy: string;
1830
1830
  buttonClass: string;
1831
1831
  buttonT: string;
1832
1832
  routeName: string;
@@ -1860,9 +1860,9 @@ export declare const AActionCreateButton: DefineComponent<__VLS_WithDefaults_40<
1860
1860
  size: number;
1861
1861
  variant: string;
1862
1862
  }>>>, {
1863
+ size: number;
1863
1864
  variant: ButtonVariant;
1864
1865
  dataCy: string;
1865
- size: number;
1866
1866
  buttonClass: string;
1867
1867
  buttonT: string;
1868
1868
  }, {}>;
@@ -1936,11 +1936,11 @@ export declare const AActionDeleteButton: DefineComponent<__VLS_WithDefaults_41<
1936
1936
  }>>> & {
1937
1937
  onDeleteRecord?: (() => any) | undefined;
1938
1938
  }, {
1939
+ size: number;
1939
1940
  color: string;
1940
1941
  variant: ButtonVariant;
1941
1942
  disabled: boolean;
1942
1943
  dataCy: string;
1943
- size: number;
1944
1944
  buttonClass: string;
1945
1945
  buttonT: string;
1946
1946
  dialogMessageT: string;
@@ -1995,10 +1995,10 @@ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_42<__
1995
1995
  }>>> & {
1996
1996
  onEditRecord?: (() => any) | undefined;
1997
1997
  }, {
1998
- variant: ButtonVariant;
1999
- dataCy: string;
2000
1998
  size: number;
1999
+ variant: ButtonVariant;
2001
2000
  loading: boolean;
2001
+ dataCy: string;
2002
2002
  buttonClass: string;
2003
2003
  buttonT: string;
2004
2004
  routeParams: any | undefined;
@@ -2035,8 +2035,8 @@ export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaul
2035
2035
  onSaveRecordAndClose?: (() => any) | undefined;
2036
2036
  }, {
2037
2037
  disabled: boolean;
2038
- dataCy: string;
2039
2038
  loading: boolean;
2039
+ dataCy: string;
2040
2040
  buttonClass: string;
2041
2041
  buttonT: string;
2042
2042
  }, {}>;
@@ -2078,11 +2078,11 @@ export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_44<__
2078
2078
  }>>> & {
2079
2079
  onSaveRecord?: (() => any) | undefined;
2080
2080
  }, {
2081
+ size: number;
2081
2082
  variant: ButtonVariant;
2082
2083
  disabled: boolean;
2083
- dataCy: string;
2084
- size: number;
2085
2084
  loading: boolean;
2085
+ dataCy: string;
2086
2086
  buttonClass: string;
2087
2087
  buttonT: string;
2088
2088
  }, {}>;
@@ -2148,8 +2148,8 @@ export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_55<__VL
2148
2148
  size: number;
2149
2149
  containerClass: string;
2150
2150
  }>>>, {
2151
- user: AnzuUserMinimal | null;
2152
2151
  size: number;
2152
+ user: AnzuUserMinimal | null;
2153
2153
  containerClass: string;
2154
2154
  }, {}>;
2155
2155
 
@@ -2315,13 +2315,13 @@ export declare const ABtnSplit: __VLS_WithTemplateSlots_18<DefineComponent<__VLS
2315
2315
  }>>> & {
2316
2316
  onOnClick?: (() => any) | undefined;
2317
2317
  }, {
2318
+ size: "small" | "x-small";
2318
2319
  color: string;
2319
2320
  variant: ButtonVariantText;
2320
2321
  rounded: "pill";
2321
2322
  disabled: boolean;
2322
- dataCy: string;
2323
- size: "small" | "x-small";
2324
2323
  loading: boolean;
2324
+ dataCy: string;
2325
2325
  buttonClass: string;
2326
2326
  buttonT: string;
2327
2327
  disableMore: boolean;
@@ -2381,9 +2381,9 @@ export declare const ACachedChip: __VLS_WithTemplateSlots_16<DefineComponent<__V
2381
2381
  fallbackIdText: boolean;
2382
2382
  wrapText: boolean;
2383
2383
  }>>>, {
2384
+ size: string;
2384
2385
  title: string;
2385
2386
  id: string | number | null;
2386
- size: string;
2387
2387
  containerClass: string;
2388
2388
  disableClick: boolean;
2389
2389
  openInNew: boolean;
@@ -2443,9 +2443,9 @@ export declare const AChipNoLink: __VLS_WithTemplateSlots_3<DefineComponent<__VL
2443
2443
  size: string;
2444
2444
  dataCy: undefined;
2445
2445
  }>>>, {
2446
+ size: string;
2446
2447
  color: string;
2447
2448
  dataCy: string;
2448
- size: string;
2449
2449
  }, {}>, {
2450
2450
  default?(_: {}): any;
2451
2451
  }>;
@@ -2510,26 +2510,28 @@ export declare const ACollabLockedByUser: DefineComponent<__VLS_WithDefaults_68<
2510
2510
 
2511
2511
  export declare const ACollabManagement: DefineComponent<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_73<{
2512
2512
  collabRoom: CollabRoom;
2513
+ cachedUsers: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
2513
2514
  isEdit?: boolean | undefined;
2514
- addToCachedUsers: ((...args: AddToCachedArgs<IntegerId>) => void) | undefined;
2515
- fetchCachedUsers: (() => Promisify<Promise<AnzuUser>>) | undefined;
2515
+ addToCachedUsers?: ((...args: AddToCachedArgs<IntegerId>) => void) | undefined;
2516
+ fetchCachedUsers?: (() => Promisify<Promise<any>>) | undefined;
2516
2517
  }>, {
2517
2518
  isEdit: boolean;
2518
2519
  addToCachedUsers: undefined;
2519
2520
  fetchCachedUsers: undefined;
2520
2521
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_73<{
2521
2522
  collabRoom: CollabRoom;
2523
+ cachedUsers: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
2522
2524
  isEdit?: boolean | undefined;
2523
- addToCachedUsers: ((...args: AddToCachedArgs<IntegerId>) => void) | undefined;
2524
- fetchCachedUsers: (() => Promisify<Promise<AnzuUser>>) | undefined;
2525
+ addToCachedUsers?: ((...args: AddToCachedArgs<IntegerId>) => void) | undefined;
2526
+ fetchCachedUsers?: (() => Promisify<Promise<any>>) | undefined;
2525
2527
  }>, {
2526
2528
  isEdit: boolean;
2527
2529
  addToCachedUsers: undefined;
2528
2530
  fetchCachedUsers: undefined;
2529
2531
  }>>>, {
2530
2532
  isEdit: boolean;
2531
- addToCachedUsers: ((...args: AddToCachedArgs<IntegerId>) => void) | undefined;
2532
- fetchCachedUsers: (() => Promisify<Promise<AnzuUser>>) | undefined;
2533
+ addToCachedUsers: (...args: AddToCachedArgs<IntegerId>) => void;
2534
+ fetchCachedUsers: () => Promisify<Promise<any>>;
2533
2535
  }, {}>;
2534
2536
 
2535
2537
  export declare const ACopyText: DefineComponent<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_39<{
@@ -3071,9 +3073,9 @@ export declare const ADatetimePicker: __VLS_WithTemplateSlots_13<DefineComponent
3071
3073
  enable: DateLimit<DateOption>[];
3072
3074
  disabled: boolean;
3073
3075
  type: "datetime" | "date";
3074
- dataCy: string;
3075
3076
  required: boolean;
3076
3077
  label: string;
3078
+ dataCy: string;
3077
3079
  hideLabel: boolean;
3078
3080
  clearable: boolean;
3079
3081
  hideDetails: boolean;
@@ -3463,17 +3465,17 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
3463
3465
  "onClick:append"?: ((data: string | number | null | undefined) => any) | undefined;
3464
3466
  }, {
3465
3467
  disabled: boolean;
3466
- dataCy: string;
3467
- required: boolean;
3468
- label: string;
3469
- clearable: boolean;
3470
- errorMessage: string;
3471
- v: any;
3472
3468
  collab: {
3473
3469
  room: string;
3474
3470
  field: string;
3475
3471
  cachedUsers: CollabCachedUsersMap;
3476
3472
  };
3473
+ required: boolean;
3474
+ label: string;
3475
+ dataCy: string;
3476
+ clearable: boolean;
3477
+ errorMessage: string;
3478
+ v: any;
3477
3479
  }, {}>, {
3478
3480
  locked?(_: {
3479
3481
  userId: IntegerIdNullable;
@@ -3528,16 +3530,16 @@ export declare const AFormFlagDatetimePicker: __VLS_WithTemplateSlots_8<DefineCo
3528
3530
  "onClick:append"?: ((data: string | number | null) => any) | undefined;
3529
3531
  }, {
3530
3532
  disabled: boolean;
3531
- dataCy: string;
3532
- label: string;
3533
- clearable: boolean;
3534
- errorMessage: string;
3535
- v: any;
3536
3533
  collab: {
3537
3534
  room: string;
3538
3535
  field: string;
3539
3536
  cachedUsers: CollabCachedUsersMap;
3540
3537
  };
3538
+ label: string;
3539
+ dataCy: string;
3540
+ clearable: boolean;
3541
+ errorMessage: string;
3542
+ v: any;
3541
3543
  defaultActivationValue: DatetimeUTCNullable | (() => DatetimeUTCNullable);
3542
3544
  }, {}>, {
3543
3545
  locked?(_: {
@@ -3628,6 +3630,11 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3628
3630
  }, {
3629
3631
  disabled: boolean;
3630
3632
  multiple: boolean;
3633
+ collab: {
3634
+ room: string;
3635
+ field: string;
3636
+ cachedUsers: CollabCachedUsersMap;
3637
+ };
3631
3638
  required: boolean;
3632
3639
  loading: boolean;
3633
3640
  label: string;
@@ -3636,11 +3643,6 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3636
3643
  hideDetails: boolean;
3637
3644
  errorMessage: string;
3638
3645
  v: any;
3639
- collab: {
3640
- room: string;
3641
- field: string;
3642
- cachedUsers: CollabCachedUsersMap;
3643
- };
3644
3646
  filterByField: string;
3645
3647
  filterSortBy: string | null;
3646
3648
  disableInitFetch: boolean;
@@ -3847,14 +3849,14 @@ export declare const AFormSwitch: __VLS_WithTemplateSlots_10<DefineComponent<__V
3847
3849
  onBlur?: ((data: boolean) => any) | undefined;
3848
3850
  }, {
3849
3851
  disabled: boolean;
3850
- dataCy: string;
3851
- label: string;
3852
- hideLabel: boolean;
3853
3852
  collab: {
3854
3853
  room: string;
3855
3854
  field: string;
3856
3855
  cachedUsers: CollabCachedUsersMap;
3857
3856
  };
3857
+ label: string;
3858
+ dataCy: string;
3859
+ hideLabel: boolean;
3858
3860
  }, {}>, {
3859
3861
  locked?(_: {
3860
3862
  userId: number;
@@ -3925,17 +3927,17 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
3925
3927
  appendIcon: string;
3926
3928
  disabled: boolean;
3927
3929
  prependIcon: string;
3928
- dataCy: string;
3929
- required: boolean;
3930
- label: string;
3931
- hideLabel: boolean;
3932
- errorMessage: string;
3933
- v: any;
3934
3930
  collab: {
3935
3931
  room: string;
3936
3932
  field: string;
3937
3933
  cachedUsers: CollabCachedUsersMap;
3938
3934
  };
3935
+ required: boolean;
3936
+ label: string;
3937
+ dataCy: string;
3938
+ hideLabel: boolean;
3939
+ errorMessage: string;
3940
+ v: any;
3939
3941
  rows: number;
3940
3942
  }, {}>, {
3941
3943
  locked?(_: {
@@ -4024,20 +4026,20 @@ export declare const AFormTextField: __VLS_WithTemplateSlots_5<DefineComponent<_
4024
4026
  disabled: boolean;
4025
4027
  prependIcon: string;
4026
4028
  type: string;
4027
- dataCy: string;
4029
+ collab: {
4030
+ room: string;
4031
+ field: string;
4032
+ cachedUsers: CollabCachedUsersMap;
4033
+ };
4028
4034
  required: boolean;
4029
4035
  label: string;
4036
+ dataCy: string;
4030
4037
  hideLabel: boolean;
4031
4038
  placeholder: string;
4032
4039
  persistentPlaceholder: boolean;
4033
4040
  step: number;
4034
4041
  errorMessage: string;
4035
4042
  v: any;
4036
- collab: {
4037
- room: string;
4038
- field: string;
4039
- cachedUsers: CollabCachedUsersMap;
4040
- };
4041
4043
  maxlength: number;
4042
4044
  }, {}>, {
4043
4045
  locked?(_: {
@@ -4107,20 +4109,20 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
4107
4109
  onBlur?: ((data: any) => any) | undefined;
4108
4110
  }, {
4109
4111
  disabled: boolean;
4110
- dataCy: string;
4111
4112
  multiple: boolean;
4113
+ collab: {
4114
+ room: string;
4115
+ field: string;
4116
+ cachedUsers: CollabCachedUsersMap;
4117
+ };
4112
4118
  required: boolean;
4113
4119
  label: string;
4120
+ dataCy: string;
4114
4121
  hideLabel: boolean;
4115
4122
  clearable: boolean;
4116
4123
  hideDetails: boolean;
4117
4124
  errorMessage: string;
4118
4125
  v: any;
4119
- collab: {
4120
- room: string;
4121
- field: string;
4122
- cachedUsers: CollabCachedUsersMap;
4123
- };
4124
4126
  }, {}>, {
4125
4127
  locked?(_: {
4126
4128
  userId: number;
@@ -4158,6 +4160,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_64<__VLS_T
4158
4160
  selectConfig: ImageWidgetSelectConfig[];
4159
4161
  image?: ImageAware | undefined;
4160
4162
  configName?: string | undefined;
4163
+ collab?: CollabComponentConfig;
4161
4164
  label?: string | undefined;
4162
4165
  readonly?: boolean | undefined;
4163
4166
  dataCy?: string | undefined;
@@ -4168,6 +4171,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_64<__VLS_T
4168
4171
  callDeleteApiOnRemove?: boolean | undefined;
4169
4172
  }>, {
4170
4173
  configName: string;
4174
+ collab: undefined;
4171
4175
  label: undefined;
4172
4176
  image: undefined;
4173
4177
  readonly: boolean;
@@ -4191,6 +4195,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_64<__VLS_T
4191
4195
  selectConfig: ImageWidgetSelectConfig[];
4192
4196
  image?: ImageAware | undefined;
4193
4197
  configName?: string | undefined;
4198
+ collab?: CollabComponentConfig;
4194
4199
  label?: string | undefined;
4195
4200
  readonly?: boolean | undefined;
4196
4201
  dataCy?: string | undefined;
@@ -4201,6 +4206,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_64<__VLS_T
4201
4206
  callDeleteApiOnRemove?: boolean | undefined;
4202
4207
  }>, {
4203
4208
  configName: string;
4209
+ collab: undefined;
4204
4210
  label: undefined;
4205
4211
  image: undefined;
4206
4212
  readonly: boolean;
@@ -4217,9 +4223,14 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_64<__VLS_T
4217
4223
  onAfterMetadataSaveSuccess?: (() => any) | undefined;
4218
4224
  }, {
4219
4225
  width: number;
4220
- dataCy: string;
4226
+ collab: {
4227
+ room: string;
4228
+ field: string;
4229
+ cachedUsers: CollabCachedUsersMap;
4230
+ };
4221
4231
  image: ImageAware;
4222
4232
  label: string;
4233
+ dataCy: string;
4223
4234
  readonly: boolean;
4224
4235
  configName: string;
4225
4236
  expandOptions: boolean;
@@ -4280,8 +4291,8 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_66
4280
4291
  "onUpdate:modelValue"?: ((data: number[]) => any) | undefined;
4281
4292
  }, {
4282
4293
  width: number;
4283
- dataCy: string;
4284
4294
  label: string;
4295
+ dataCy: string;
4285
4296
  readonly: boolean;
4286
4297
  configName: string;
4287
4298
  callDeleteApiOnRemove: boolean;
@@ -5042,7 +5053,6 @@ export declare interface AssetSearchListItemDto extends AnzuUserAndTimeTrackingA
5042
5053
  keywords: DocId[];
5043
5054
  authors: DocId[];
5044
5055
  podcasts: DocId[];
5045
- metadata: Metadata_2;
5046
5056
  assetFileProperties: AssetFileProperties;
5047
5057
  }
5048
5058
 
@@ -5070,9 +5080,9 @@ declare enum AssetSelectReturnType {
5070
5080
  }
5071
5081
 
5072
5082
  export declare const ASubjectSelect: <TItem>(__VLS_props: {
5073
- pagination: Pagination;
5074
5083
  submitFilter: Fn;
5075
5084
  resetFilter: Fn;
5085
+ pagination: Pagination;
5076
5086
  loading?: boolean | undefined;
5077
5087
  modelValue?: boolean | undefined;
5078
5088
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
@@ -5114,9 +5124,9 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
5114
5124
  open: () => void;
5115
5125
  }>) => void) | undefined, __VLS_setup?: Promise<{
5116
5126
  props: {
5117
- pagination: Pagination;
5118
5127
  submitFilter: Fn;
5119
5128
  resetFilter: Fn;
5129
+ pagination: Pagination;
5120
5130
  loading?: boolean | undefined;
5121
5131
  modelValue?: boolean | undefined;
5122
5132
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
@@ -5162,9 +5172,9 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
5162
5172
  }> & {
5163
5173
  __ctx?: {
5164
5174
  props: {
5165
- pagination: Pagination;
5166
5175
  submitFilter: Fn;
5167
5176
  resetFilter: Fn;
5177
+ pagination: Pagination;
5168
5178
  loading?: boolean | undefined;
5169
5179
  modelValue?: boolean | undefined;
5170
5180
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
@@ -5268,8 +5278,8 @@ export declare const ATableCopyIdButton: DefineComponent<__VLS_WithDefaults_49<_
5268
5278
  dataCy: string;
5269
5279
  size: string;
5270
5280
  }>>>, {
5271
- dataCy: string;
5272
5281
  size: 'small' | 'x-small';
5282
+ dataCy: string;
5273
5283
  buttonClass: string;
5274
5284
  buttonT: string;
5275
5285
  notifyT: string;
@@ -6862,6 +6872,40 @@ export declare const i18n: I18n<{
6862
6872
  };
6863
6873
  notificationsNotConnected: string;
6864
6874
  };
6875
+ collab: {
6876
+ alert: {
6877
+ occupied: string;
6878
+ error: string;
6879
+ approvedJoinRequest: string;
6880
+ rejectedJoinRequest: string;
6881
+ failedRequestToTakeModeration: string;
6882
+ alreadyRequestedToTakeModeration: string;
6883
+ approvedToTakeModeration: string;
6884
+ rejectedToTakeModeration: string;
6885
+ kickedFromRoom: string;
6886
+ transferredModeration: string;
6887
+ alreadyRequestedToJoin: string;
6888
+ failedRequestedToJoin: string;
6889
+ };
6890
+ occupiedEntityTitle: string;
6891
+ occupiedEntityText: string;
6892
+ requestToCollaborate: string;
6893
+ requestToCollaborateText: string;
6894
+ waitingForApprove: string;
6895
+ approvedAfterCountdown: string;
6896
+ requestToTakeModeration: string;
6897
+ requestToTakeModerationTextTitle: string;
6898
+ requestToTakeModerationText: string;
6899
+ moderatorManagement: string;
6900
+ transferModeration: string;
6901
+ button: {
6902
+ accept: string;
6903
+ reject: string;
6904
+ kickUser: string;
6905
+ kickYourself: string;
6906
+ transferModeration: string;
6907
+ };
6908
+ };
6865
6909
  };
6866
6910
  $vuetify: {
6867
6911
  badge: string;
@@ -7685,6 +7729,40 @@ export declare const messagesCs: {
7685
7729
  };
7686
7730
  notificationsNotConnected: string;
7687
7731
  };
7732
+ collab: {
7733
+ alert: {
7734
+ occupied: string;
7735
+ error: string;
7736
+ approvedJoinRequest: string;
7737
+ rejectedJoinRequest: string;
7738
+ failedRequestToTakeModeration: string;
7739
+ alreadyRequestedToTakeModeration: string;
7740
+ approvedToTakeModeration: string;
7741
+ rejectedToTakeModeration: string;
7742
+ kickedFromRoom: string;
7743
+ transferredModeration: string;
7744
+ alreadyRequestedToJoin: string;
7745
+ failedRequestedToJoin: string;
7746
+ };
7747
+ occupiedEntityTitle: string;
7748
+ occupiedEntityText: string;
7749
+ requestToCollaborate: string;
7750
+ requestToCollaborateText: string;
7751
+ waitingForApprove: string;
7752
+ approvedAfterCountdown: string;
7753
+ requestToTakeModeration: string;
7754
+ requestToTakeModerationTextTitle: string;
7755
+ requestToTakeModerationText: string;
7756
+ moderatorManagement: string;
7757
+ transferModeration: string;
7758
+ button: {
7759
+ accept: string;
7760
+ reject: string;
7761
+ kickUser: string;
7762
+ kickYourself: string;
7763
+ transferModeration: string;
7764
+ };
7765
+ };
7688
7766
  };
7689
7767
  $vuetify: {
7690
7768
  badge: string;
@@ -8301,6 +8379,40 @@ export declare const messagesEn: {
8301
8379
  };
8302
8380
  notificationsNotConnected: string;
8303
8381
  };
8382
+ collab: {
8383
+ alert: {
8384
+ occupied: string;
8385
+ error: string;
8386
+ approvedJoinRequest: string;
8387
+ rejectedJoinRequest: string;
8388
+ failedRequestToTakeModeration: string;
8389
+ alreadyRequestedToTakeModeration: string;
8390
+ approvedToTakeModeration: string;
8391
+ rejectedToTakeModeration: string;
8392
+ kickedFromRoom: string;
8393
+ transferredModeration: string;
8394
+ alreadyRequestedToJoin: string;
8395
+ failedRequestedToJoin: string;
8396
+ };
8397
+ occupiedEntityTitle: string;
8398
+ occupiedEntityText: string;
8399
+ requestToCollaborate: string;
8400
+ requestToCollaborateText: string;
8401
+ waitingForApprove: string;
8402
+ approvedAfterCountdown: string;
8403
+ requestToTakeModeration: string;
8404
+ requestToTakeModerationTextTitle: string;
8405
+ requestToTakeModerationText: string;
8406
+ moderatorManagement: string;
8407
+ transferModeration: string;
8408
+ button: {
8409
+ accept: string;
8410
+ reject: string;
8411
+ kickUser: string;
8412
+ kickYourself: string;
8413
+ transferModeration: string;
8414
+ };
8415
+ };
8304
8416
  };
8305
8417
  $vuetify: {
8306
8418
  badge: string;
@@ -8921,6 +9033,40 @@ export declare const messagesSk: {
8921
9033
  };
8922
9034
  notificationsNotConnected: string;
8923
9035
  };
9036
+ collab: {
9037
+ alert: {
9038
+ occupied: string;
9039
+ error: string;
9040
+ approvedJoinRequest: string;
9041
+ rejectedJoinRequest: string;
9042
+ failedRequestToTakeModeration: string;
9043
+ alreadyRequestedToTakeModeration: string;
9044
+ approvedToTakeModeration: string;
9045
+ rejectedToTakeModeration: string;
9046
+ kickedFromRoom: string;
9047
+ transferredModeration: string;
9048
+ alreadyRequestedToJoin: string;
9049
+ failedRequestedToJoin: string;
9050
+ };
9051
+ occupiedEntityTitle: string;
9052
+ occupiedEntityText: string;
9053
+ requestToCollaborate: string;
9054
+ requestToCollaborateText: string;
9055
+ waitingForApprove: string;
9056
+ approvedAfterCountdown: string;
9057
+ requestToTakeModeration: string;
9058
+ requestToTakeModerationTextTitle: string;
9059
+ requestToTakeModerationText: string;
9060
+ moderatorManagement: string;
9061
+ transferModeration: string;
9062
+ button: {
9063
+ accept: string;
9064
+ reject: string;
9065
+ kickUser: string;
9066
+ kickYourself: string;
9067
+ transferModeration: string;
9068
+ };
9069
+ };
8924
9070
  };
8925
9071
  $vuetify: {
8926
9072
  badge: string;
@@ -9452,7 +9598,7 @@ export declare function useCollabField(room: CollabRoom, field: CollabFieldName)
9452
9598
  acquireCollabFieldLock: (options?: Partial<CollabFieldLockOptions>) => void;
9453
9599
  releaseCollabFieldLock: (data: CollabFieldData, options?: Partial<CollabFieldLockOptions>) => void;
9454
9600
  changeCollabFieldData: (data: CollabFieldData) => void;
9455
- collabFieldDataBufferState: Map<string, Map<string, unknown>>;
9601
+ collabFieldDataBufferState: Map<string, Map<string, unknown> & Omit<Map<string, unknown>, keyof Map<any, any>>> & Omit<Map<string, Map<string, unknown>>, keyof Map<any, any>>;
9456
9602
  };
9457
9603
 
9458
9604
  export declare function useCollabFieldLockStatusEventBus(): UseEventBusReturn<CollabFieldLockStatusEvent, CollabFieldLockStatusPayload>;
@@ -9486,7 +9632,7 @@ export declare function useCollabRejectedRequestToTakeModerationEventBus(): UseE
9486
9632
 
9487
9633
  export declare function useCollabRequestToTakeModerationEventBus(): UseEventBusReturn<CollabRequestToTakeModerationEvent, any>;
9488
9634
 
9489
- export declare function useCollabRoom(room: CollabRoom, watchForNewUsers?: boolean, addToCachedUsers?: ((...args: AddToCachedArgs<IntegerId>) => void) | undefined, fetchCachedUsers?: (() => Promisify<Promise<AnzuUser>>) | undefined): {
9635
+ export declare function useCollabRoom(room: CollabRoom, watchForNewUsers?: boolean, addToCachedUsers?: ((...args: AddToCachedArgs<IntegerId>) => void) | undefined, fetchCachedUsers?: (() => Promisify<Promise<any>>) | undefined): {
9490
9636
  subscribeCollabRoomInfo: () => void;
9491
9637
  unsubscribeCollabRoomInfo: () => void;
9492
9638
  joinCollabRoom: (options?: Partial<CollabRoomOptions>) => Promise<CollabAccessRoomStatusType>;
@@ -9512,8 +9658,8 @@ export declare function useCollabRoom(room: CollabRoom, watchForNewUsers?: boole
9512
9658
  fetchRoomInfo: (room: CollabRoom) => Promise<CollabRoomInfo>;
9513
9659
  collabRoomInfo: ComputedRef<CollabRoomInfo>;
9514
9660
  collabRoomLocks: ComputedRef<Map<string, CollabUserIdNullable>>;
9515
- collabFieldDataBufferState: Map<string, Map<string, unknown>>;
9516
- alertedOccupiedRooms: Ref<Set<string>>;
9661
+ collabFieldDataBufferState: Map<string, Map<string, unknown> & Omit<Map<string, unknown>, keyof Map<any, any>>> & Omit<Map<string, Map<string, unknown>>, keyof Map<any, any>>;
9662
+ alertedOccupiedRooms: Ref<Set<string> & Omit<Set<string>, keyof Set<any>>>;
9517
9663
  };
9518
9664
 
9519
9665
  export declare function useCollabRoomDataChangeEventBus(): UseEventBusReturn<CollabRoomDataChangedEvent, CollabFieldDataEnvelope>;
@@ -9531,9 +9677,9 @@ export declare function useCollabState(): {
9531
9677
  moderator: CollabUserIdNullable;
9532
9678
  users: number[];
9533
9679
  status: CollabStatusType;
9534
- }>;
9535
- collabFieldLocksState: Map<string, Map<string, CollabUserIdNullable>>;
9536
- collabFieldDataBufferState: Map<string, Map<string, unknown>>;
9680
+ }> & Omit<Map<string, CollabRoomInfo>, keyof Map<any, any>>;
9681
+ collabFieldLocksState: Map<string, Map<string, CollabUserIdNullable> & Omit<Map<string, CollabUserIdNullable>, keyof Map<any, any>>> & Omit<Map<string, Map<string, CollabUserIdNullable>>, keyof Map<any, any>>;
9682
+ collabFieldDataBufferState: Map<string, Map<string, unknown> & Omit<Map<string, unknown>, keyof Map<any, any>>> & Omit<Map<string, Map<string, unknown>>, keyof Map<any, any>>;
9537
9683
  gatherBufferData: (room: CollabRoom) => CollabRoomPlainData;
9538
9684
  };
9539
9685
 
@@ -1,4 +1,4 @@
1
- import { R as j, S as G, T as J, U as x, V as q, W, K, d as Q, a8 as X, aq as Y, a9 as Z, e as $, a3 as aa, J as ea, _ as sa, a as ta, c as oa, ao as ia, an as ra, ap as na, O as la, G as ua, am as ma, aa as Aa, ag as ca, ah as da, D as ba, E as pa, C as Ca, z as Ta, B as Sa, F as Fa, L as ga, X as Da, A as ya, x as Ea, y as Ra, u as Ba, $ as Ia, v as Ua, Y as La, t as ha, Z as Oa, w as Pa, s as _a, l as ka, m as va, n as Na, ab as fa, o as Ma, p as wa, q as Va, j as za, k as Ha, r as ja, P as Ga, ai as Ja, ak as xa, al as qa, aj as Wa, ac as Ka, I as Qa, a5 as Xa, H as Ya, a7 as Za, ar as $a, as as ae, au as ee, f as se, h as te, b as oe, ad as ie, ae as re, af as ne, a6 as le, i as ue, a0 as me, a1 as Ae, a2 as ce, a4 as de, M as be, at as pe, Q as Ce, N as Te, dx as Se, dC as Fe, dz as ge, dF as De, dH as ye, dI as Ee, b9 as Re, bb as Be, ba as Ie, cL as Ue, dt as Le, ds as he, cW as Oe, dk as Pe, dl as _e, dg as ke, df as ve, dr as Ne, dq as fe, dp as Me, dj as we, bi as Ve, bj as ze, b_ as He, bZ as je, bl as Ge, bk as Je, br as xe, bm as qe, bn as We, bo as Ke, bq as Qe, cM as Xe, a_ as Ye, b0 as Ze, cQ as $e, cO as as, cS as es, cP as ss, cN as ts, cR as os, cT as is, b6 as rs, b7 as ns, b2 as ls, cV as us, cU as ms, cK as As, cJ as cs, aF as ds, bg as bs, bh as ps, bp as Cs, cr as Ts, cs as Ss, ct as Fs, cu as gs, cv as Ds, cw as ys, cx as Es, cy as Rs, ck as Bs, cj as Is, ch as Us, ci as Ls, cl as hs, be as Os, bf as Ps, bc as _s, bd as ks, dB as vs, dE as Ns, dw as fs, cg as Ms, cn as ws, cm as Vs, bv as zs, aC as Hs, dh as js, cF as Gs, dO as Js, dP as xs, dM as qs, cc as Ws, c5 as Ks, c7 as Qs, ca as Xs, c0 as Ys, c3 as Zs, c2 as $s, c4 as at, c1 as et, c8 as st, c6 as tt, aE as ot, co as it, dN as rt, aK as nt, cp as lt, cq as ut, dL as mt, du as At, aS as ct, dv as dt, dA as bt, dy as pt, dD as Ct, dG as Tt, bA as St, bC as Ft, dn as gt, dm as Dt, b5 as yt, bG as Et, bD as Rt, bw as Bt, bz as It, bx as Ut, bB as Lt, bH as ht, bE as Ot, bJ as Pt, by as _t, b4 as kt, bI as vt, bF as Nt, ce as ft, dK as Mt, ay as wt, cG as Vt, cH as zt, cI as Ht, aH as jt, cf as Gt, bO as Jt, bN as xt, bL as qt, bK as Wt, bM as Kt, cd as Qt, cE as Xt, bW as Yt, bV as Zt, bS as $t, bQ as ao, bP as eo, bU as so, bR as to, bT as oo, bX as io, bY as ro, cb as no, b$ as lo, aZ as uo, cD as mo, aA as Ao, bs as co, cz as bo, aR as po, d3 as Co, d8 as To, db as So, c_ as Fo, d0 as go, di as Do, d7 as yo, d2 as Eo, cY as Ro, da as Bo, de as Io, d5 as Uo, d9 as Lo, dc as ho, dd as Oo, d1 as Po, d4 as _o, d6 as ko, c$ as vo, cZ as No, b8 as fo, dJ as Mo, aL as wo, aM as Vo, aQ as zo, aW as Ho, aX as jo, aN as Go, aY as Jo, aV as xo, aT as qo, aP as Wo, aU as Ko, aB as Qo, ax as Xo, a$ as Yo, b1 as Zo, cA as $o, cB as ai, cC as ei, aG as si, b3 as ti, aI as oi, av as ii, aw as ri, bt as ni, bu as li, az as ui, aJ as mi, aD as Ai, aO as ci, cX as di, c9 as bi } from "./lib-H71QsqK5.js";
1
+ import { R as j, S as G, T as J, U as x, V as q, W, K, d as Q, a8 as X, aq as Y, a9 as Z, e as $, a3 as aa, J as ea, _ as sa, a as ta, c as oa, ao as ia, an as ra, ap as na, O as la, G as ua, am as ma, aa as Aa, ag as ca, ah as da, D as ba, E as pa, C as Ca, z as Ta, B as Sa, F as Fa, L as ga, X as Da, A as ya, x as Ea, y as Ra, u as Ba, $ as Ia, v as Ua, Y as La, t as ha, Z as Oa, w as Pa, s as _a, l as ka, m as va, n as Na, ab as fa, o as Ma, p as wa, q as Va, j as za, k as Ha, r as ja, P as Ga, ai as Ja, ak as xa, al as qa, aj as Wa, ac as Ka, I as Qa, a5 as Xa, H as Ya, a7 as Za, ar as $a, as as ae, au as ee, f as se, h as te, b as oe, ad as ie, ae as re, af as ne, a6 as le, i as ue, a0 as me, a1 as Ae, a2 as ce, a4 as de, M as be, at as pe, Q as Ce, N as Te, dx as Se, dC as Fe, dz as ge, dF as De, dH as ye, dI as Ee, b9 as Re, bb as Be, ba as Ie, cL as Ue, dt as Le, ds as he, cW as Oe, dk as Pe, dl as _e, dg as ke, df as ve, dr as Ne, dq as fe, dp as Me, dj as we, bi as Ve, bj as ze, b_ as He, bZ as je, bl as Ge, bk as Je, br as xe, bm as qe, bn as We, bo as Ke, bq as Qe, cM as Xe, a_ as Ye, b0 as Ze, cQ as $e, cO as as, cS as es, cP as ss, cN as ts, cR as os, cT as is, b6 as rs, b7 as ns, b2 as ls, cV as us, cU as ms, cK as As, cJ as cs, aF as ds, bg as bs, bh as ps, bp as Cs, cr as Ts, cs as Ss, ct as Fs, cu as gs, cv as Ds, cw as ys, cx as Es, cy as Rs, ck as Bs, cj as Is, ch as Us, ci as Ls, cl as hs, be as Os, bf as Ps, bc as _s, bd as ks, dB as vs, dE as Ns, dw as fs, cg as Ms, cn as ws, cm as Vs, bv as zs, aC as Hs, dh as js, cF as Gs, dO as Js, dP as xs, dM as qs, cc as Ws, c5 as Ks, c7 as Qs, ca as Xs, c0 as Ys, c3 as Zs, c2 as $s, c4 as at, c1 as et, c8 as st, c6 as tt, aE as ot, co as it, dN as rt, aK as nt, cp as lt, cq as ut, dL as mt, du as At, aS as ct, dv as dt, dA as bt, dy as pt, dD as Ct, dG as Tt, bA as St, bC as Ft, dn as gt, dm as Dt, b5 as yt, bG as Et, bD as Rt, bw as Bt, bz as It, bx as Ut, bB as Lt, bH as ht, bE as Ot, bJ as Pt, by as _t, b4 as kt, bI as vt, bF as Nt, ce as ft, dK as Mt, ay as wt, cG as Vt, cH as zt, cI as Ht, aH as jt, cf as Gt, bO as Jt, bN as xt, bL as qt, bK as Wt, bM as Kt, cd as Qt, cE as Xt, bW as Yt, bV as Zt, bS as $t, bQ as ao, bP as eo, bU as so, bR as to, bT as oo, bX as io, bY as ro, cb as no, b$ as lo, aZ as uo, cD as mo, aA as Ao, bs as co, cz as bo, aR as po, d3 as Co, d8 as To, db as So, c_ as Fo, d0 as go, di as Do, d7 as yo, d2 as Eo, cY as Ro, da as Bo, de as Io, d5 as Uo, d9 as Lo, dc as ho, dd as Oo, d1 as Po, d4 as _o, d6 as ko, c$ as vo, cZ as No, b8 as fo, dJ as Mo, aL as wo, aM as Vo, aQ as zo, aW as Ho, aX as jo, aN as Go, aY as Jo, aV as xo, aT as qo, aP as Wo, aU as Ko, aB as Qo, ax as Xo, a$ as Yo, b1 as Zo, cA as $o, cB as ai, cC as ei, aG as si, b3 as ti, aI as oi, av as ii, aw as ri, bt as ni, bu as li, az as ui, aJ as mi, aD as Ai, aO as ci, cX as di, c9 as bi } from "./lib-ApzeAhiL.js";
2
2
  import { useI18n as Ci } from "vue-i18n";
3
3
  import "vue";
4
4
  import "vuetify/lib/components/VChip/index.mjs";