@anzusystems/common-admin 1.40.0-alpha21 → 1.40.0-alpha22

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.
@@ -21,6 +21,7 @@ import { IntlNumberFormat } from './vue-i18n/dist/vue-i18n.esm-bundler.js';
21
21
  import type { Method } from 'axios';
22
22
  import type { OpUnitType } from 'dayjs';
23
23
  import { Promisify } from '@vueuse/shared';
24
+ import type { Promisify as Promisify_2 } from '@vueuse/core';
24
25
  import { PropType } from 'vue';
25
26
  import type { QUnitType } from 'dayjs';
26
27
  import { Ref } from 'vue';
@@ -28,10 +29,13 @@ import { RendererElement } from 'vue';
28
29
  import { RendererNode } from 'vue';
29
30
  import type { RouteLocationNormalized } from 'vue-router';
30
31
  import type { RouteLocationRaw } from 'vue-router';
32
+ import type { RouteParams } from 'vue-router';
31
33
  import type { Router } from 'vue-router';
32
34
  import { ShallowRef } from 'vue';
33
35
  import { ShallowUnwrapRef } from 'vue';
36
+ import type { Socket } from 'socket.io-client';
34
37
  import { UnwrapRef } from 'vue';
38
+ import { UseEventBusReturn } from '@vueuse/core';
35
39
  import { useI18n } from './vue-i18n/dist/vue-i18n.esm-bundler.js';
36
40
  import { ValidationRuleWithoutParams } from '@vuelidate/core';
37
41
  import { ValidationRuleWithParams } from '@vuelidate/core';
@@ -180,6 +184,10 @@ declare type __VLS_NonUndefinedable_72<T> = T extends undefined ? never : T;
180
184
 
181
185
  declare type __VLS_NonUndefinedable_73<T> = T extends undefined ? never : T;
182
186
 
187
+ declare type __VLS_NonUndefinedable_74<T> = T extends undefined ? never : T;
188
+
189
+ declare type __VLS_NonUndefinedable_75<T> = T extends undefined ? never : T;
190
+
183
191
  declare type __VLS_NonUndefinedable_8<T> = T extends undefined ? never : T;
184
192
 
185
193
  declare type __VLS_NonUndefinedable_9<T> = T extends undefined ? never : T;
@@ -456,6 +464,14 @@ declare type __VLS_Prettify_70<T> = {
456
464
  [K in keyof T]: T[K];
457
465
  } & {};
458
466
 
467
+ declare type __VLS_Prettify_71<T> = {
468
+ [K in keyof T]: T[K];
469
+ } & {};
470
+
471
+ declare type __VLS_Prettify_72<T> = {
472
+ [K in keyof T]: T[K];
473
+ } & {};
474
+
459
475
  declare type __VLS_Prettify_8<T> = {
460
476
  [K in keyof T]: T[K];
461
477
  } & {};
@@ -1103,6 +1119,24 @@ declare type __VLS_TypePropsToRuntimeProps_73<T> = {
1103
1119
  };
1104
1120
  };
1105
1121
 
1122
+ declare type __VLS_TypePropsToRuntimeProps_74<T> = {
1123
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
1124
+ type: PropType<__VLS_NonUndefinedable_74<T[K]>>;
1125
+ } : {
1126
+ type: PropType<T[K]>;
1127
+ required: true;
1128
+ };
1129
+ };
1130
+
1131
+ declare type __VLS_TypePropsToRuntimeProps_75<T> = {
1132
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
1133
+ type: PropType<__VLS_NonUndefinedable_75<T[K]>>;
1134
+ } : {
1135
+ type: PropType<T[K]>;
1136
+ required: true;
1137
+ };
1138
+ };
1139
+
1106
1140
  declare type __VLS_TypePropsToRuntimeProps_8<T> = {
1107
1141
  [K in keyof T]-?: {} extends Pick<T, K> ? {
1108
1142
  type: PropType<__VLS_NonUndefinedable_8<T[K]>>;
@@ -1529,6 +1563,18 @@ declare type __VLS_WithDefaults_70<P, D> = {
1529
1563
  }> : P[K];
1530
1564
  };
1531
1565
 
1566
+ declare type __VLS_WithDefaults_71<P, D> = {
1567
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_71<P[K] & {
1568
+ default: D[K];
1569
+ }> : P[K];
1570
+ };
1571
+
1572
+ declare type __VLS_WithDefaults_72<P, D> = {
1573
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_72<P[K] & {
1574
+ default: D[K];
1575
+ }> : P[K];
1576
+ };
1577
+
1532
1578
  declare type __VLS_WithDefaults_8<P, D> = {
1533
1579
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_8<P[K] & {
1534
1580
  default: D[K];
@@ -1589,12 +1635,54 @@ declare type __VLS_WithTemplateSlots_16<T, S> = T & {
1589
1635
  };
1590
1636
  };
1591
1637
 
1638
+ declare type __VLS_WithTemplateSlots_17<T, S> = T & {
1639
+ new (): {
1640
+ $slots: S;
1641
+ };
1642
+ };
1643
+
1644
+ declare type __VLS_WithTemplateSlots_18<T, S> = T & {
1645
+ new (): {
1646
+ $slots: S;
1647
+ };
1648
+ };
1649
+
1650
+ declare type __VLS_WithTemplateSlots_19<T, S> = T & {
1651
+ new (): {
1652
+ $slots: S;
1653
+ };
1654
+ };
1655
+
1592
1656
  declare type __VLS_WithTemplateSlots_2<T, S> = T & {
1593
1657
  new (): {
1594
1658
  $slots: S;
1595
1659
  };
1596
1660
  };
1597
1661
 
1662
+ declare type __VLS_WithTemplateSlots_20<T, S> = T & {
1663
+ new (): {
1664
+ $slots: S;
1665
+ };
1666
+ };
1667
+
1668
+ declare type __VLS_WithTemplateSlots_21<T, S> = T & {
1669
+ new (): {
1670
+ $slots: S;
1671
+ };
1672
+ };
1673
+
1674
+ declare type __VLS_WithTemplateSlots_22<T, S> = T & {
1675
+ new (): {
1676
+ $slots: S;
1677
+ };
1678
+ };
1679
+
1680
+ declare type __VLS_WithTemplateSlots_23<T, S> = T & {
1681
+ new (): {
1682
+ $slots: S;
1683
+ };
1684
+ };
1685
+
1598
1686
  declare type __VLS_WithTemplateSlots_3<T, S> = T & {
1599
1687
  new (): {
1600
1688
  $slots: S;
@@ -1637,7 +1725,7 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
1637
1725
  };
1638
1726
  };
1639
1727
 
1640
- export declare const AActionCloseButton: DefineComponent<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_40<{
1728
+ export declare const AActionCloseButton: DefineComponent<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_41<{
1641
1729
  routeName?: string | undefined;
1642
1730
  routeParams?: any | undefined;
1643
1731
  buttonT?: string | undefined;
@@ -1651,7 +1739,7 @@ export declare const AActionCloseButton: DefineComponent<__VLS_WithDefaults_37<_
1651
1739
  buttonClass: string;
1652
1740
  dataCy: string;
1653
1741
  size: number;
1654
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_40<{
1742
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_41<{
1655
1743
  routeName?: string | undefined;
1656
1744
  routeParams?: any | undefined;
1657
1745
  buttonT?: string | undefined;
@@ -1674,7 +1762,7 @@ export declare const AActionCloseButton: DefineComponent<__VLS_WithDefaults_37<_
1674
1762
  routeParams: any | undefined;
1675
1763
  }, {}>;
1676
1764
 
1677
- export declare const AActionCreateButton: DefineComponent<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_41<{
1765
+ export declare const AActionCreateButton: DefineComponent<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_42<{
1678
1766
  routeName: string;
1679
1767
  buttonT?: string | undefined;
1680
1768
  buttonClass?: string | undefined;
@@ -1687,7 +1775,7 @@ export declare const AActionCreateButton: DefineComponent<__VLS_WithDefaults_38<
1687
1775
  dataCy: string;
1688
1776
  size: number;
1689
1777
  variant: string;
1690
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_41<{
1778
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_42<{
1691
1779
  routeName: string;
1692
1780
  buttonT?: string | undefined;
1693
1781
  buttonClass?: string | undefined;
@@ -1708,7 +1796,7 @@ export declare const AActionCreateButton: DefineComponent<__VLS_WithDefaults_38<
1708
1796
  buttonT: string;
1709
1797
  }, {}>;
1710
1798
 
1711
- export declare const AActionDeleteButton: DefineComponent<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_42<{
1799
+ export declare const AActionDeleteButton: DefineComponent<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_43<{
1712
1800
  variant?: ButtonVariant | undefined;
1713
1801
  buttonT?: string | undefined;
1714
1802
  buttonClass?: string | undefined;
@@ -1743,7 +1831,7 @@ export declare const AActionDeleteButton: DefineComponent<__VLS_WithDefaults_39<
1743
1831
  closeDialog: () => void;
1744
1832
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1745
1833
  deleteRecord: () => void;
1746
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_42<{
1834
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_43<{
1747
1835
  variant?: ButtonVariant | undefined;
1748
1836
  buttonT?: string | undefined;
1749
1837
  buttonClass?: string | undefined;
@@ -1793,7 +1881,7 @@ export declare const AActionDeleteButton: DefineComponent<__VLS_WithDefaults_39<
1793
1881
  disableCloseAfterConfirm: boolean;
1794
1882
  }, {}>;
1795
1883
 
1796
- export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_43<{
1884
+ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_41<__VLS_TypePropsToRuntimeProps_44<{
1797
1885
  routeName: string;
1798
1886
  recordId?: number | string | undefined;
1799
1887
  routeParams?: any | undefined;
@@ -1814,7 +1902,7 @@ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_40<__
1814
1902
  variant: string;
1815
1903
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1816
1904
  editRecord: () => void;
1817
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_43<{
1905
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_41<__VLS_TypePropsToRuntimeProps_44<{
1818
1906
  routeName: string;
1819
1907
  recordId?: number | string | undefined;
1820
1908
  routeParams?: any | undefined;
@@ -1846,7 +1934,7 @@ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_40<__
1846
1934
  recordId: string | number;
1847
1935
  }, {}>;
1848
1936
 
1849
- export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaults_41<__VLS_TypePropsToRuntimeProps_44<{
1937
+ export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaults_42<__VLS_TypePropsToRuntimeProps_45<{
1850
1938
  buttonT?: string | undefined;
1851
1939
  buttonClass?: string | undefined;
1852
1940
  dataCy?: string | undefined;
@@ -1860,7 +1948,7 @@ export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaul
1860
1948
  disabled: undefined;
1861
1949
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1862
1950
  saveRecordAndClose: () => void;
1863
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_41<__VLS_TypePropsToRuntimeProps_44<{
1951
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_42<__VLS_TypePropsToRuntimeProps_45<{
1864
1952
  buttonT?: string | undefined;
1865
1953
  buttonClass?: string | undefined;
1866
1954
  dataCy?: string | undefined;
@@ -1882,7 +1970,7 @@ export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaul
1882
1970
  buttonT: string;
1883
1971
  }, {}>;
1884
1972
 
1885
- export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_42<__VLS_TypePropsToRuntimeProps_45<{
1973
+ export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_46<{
1886
1974
  buttonT?: string | undefined;
1887
1975
  buttonClass?: string | undefined;
1888
1976
  dataCy?: string | undefined;
@@ -1900,7 +1988,7 @@ export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_42<__
1900
1988
  variant: string;
1901
1989
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1902
1990
  saveRecord: () => void;
1903
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_42<__VLS_TypePropsToRuntimeProps_45<{
1991
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_46<{
1904
1992
  buttonT?: string | undefined;
1905
1993
  buttonClass?: string | undefined;
1906
1994
  dataCy?: string | undefined;
@@ -1928,11 +2016,11 @@ export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_42<__
1928
2016
  buttonT: string;
1929
2017
  }, {}>;
1930
2018
 
1931
- export declare const AAdminSwitcher: DefineComponent<__VLS_WithDefaults_31<__VLS_TypePropsToRuntimeProps_34<{
2019
+ export declare const AAdminSwitcher: DefineComponent<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_35<{
1932
2020
  configUrl?: string | undefined | null;
1933
2021
  }>, {
1934
2022
  configUrl: null;
1935
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_31<__VLS_TypePropsToRuntimeProps_34<{
2023
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_35<{
1936
2024
  configUrl?: string | undefined | null;
1937
2025
  }>, {
1938
2026
  configUrl: null;
@@ -1972,7 +2060,7 @@ export declare const AAlerts: DefineComponent<__VLS_WithDefaults_5<__VLS_TypePro
1972
2060
  customClass: string;
1973
2061
  }, {}>;
1974
2062
 
1975
- export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_53<__VLS_TypePropsToRuntimeProps_56<{
2063
+ export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
1976
2064
  user?: AnzuUserMinimal | undefined | null;
1977
2065
  size?: number | undefined;
1978
2066
  containerClass?: string | undefined;
@@ -1980,7 +2068,7 @@ export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_53<__VL
1980
2068
  user: undefined;
1981
2069
  size: number;
1982
2070
  containerClass: string;
1983
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_53<__VLS_TypePropsToRuntimeProps_56<{
2071
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
1984
2072
  user?: AnzuUserMinimal | undefined | null;
1985
2073
  size?: number | undefined;
1986
2074
  containerClass?: string | undefined;
@@ -1994,7 +2082,7 @@ export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_53<__VL
1994
2082
  containerClass: string;
1995
2083
  }, {}>;
1996
2084
 
1997
- export declare const AAssetSelect: __VLS_WithTemplateSlots_16<DefineComponent<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_69<{
2085
+ export declare const AAssetSelect: __VLS_WithTemplateSlots_23<DefineComponent<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_71<{
1998
2086
  modelValue?: boolean | undefined;
1999
2087
  assetType: "image" | "audio" | "video" | "document" | DamAssetType;
2000
2088
  minCount: number;
@@ -2013,7 +2101,7 @@ export declare const AAssetSelect: __VLS_WithTemplateSlots_16<DefineComponent<__
2013
2101
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2014
2102
  "update:modelValue": (data: boolean) => void;
2015
2103
  onConfirm: (data: AssetSelectReturnData) => void;
2016
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_69<{
2104
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_71<{
2017
2105
  modelValue?: boolean | undefined;
2018
2106
  assetType: "image" | "audio" | "video" | "document" | DamAssetType;
2019
2107
  minCount: number;
@@ -2045,7 +2133,7 @@ export declare const AAssetSelect: __VLS_WithTemplateSlots_16<DefineComponent<__
2045
2133
  "button-confirm-title"?(_: {}): any;
2046
2134
  }>;
2047
2135
 
2048
- export declare const AAvatarColorPicker: DefineComponent<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
2136
+ export declare const AAvatarColorPicker: DefineComponent<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
2049
2137
  modelValue: string;
2050
2138
  label?: string | undefined;
2051
2139
  loading?: boolean | undefined;
@@ -2062,7 +2150,7 @@ export declare const AAvatarColorPicker: DefineComponent<__VLS_WithDefaults_54<_
2062
2150
  hideLabel: boolean;
2063
2151
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2064
2152
  "update:modelValue": (data: string) => void;
2065
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
2153
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
2066
2154
  modelValue: string;
2067
2155
  label?: string | undefined;
2068
2156
  loading?: boolean | undefined;
@@ -2107,7 +2195,7 @@ export declare const ABooleanValue: DefineComponent<__VLS_WithDefaults_6<__VLS_T
2107
2195
  invertColor: boolean;
2108
2196
  }, {}>;
2109
2197
 
2110
- export declare const ABtnSplit: __VLS_WithTemplateSlots_10<DefineComponent<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<{
2198
+ export declare const ABtnSplit: __VLS_WithTemplateSlots_17<DefineComponent<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
2111
2199
  buttonT?: string | undefined;
2112
2200
  buttonClass?: string | undefined;
2113
2201
  dataCy?: string | undefined;
@@ -2131,7 +2219,7 @@ export declare const ABtnSplit: __VLS_WithTemplateSlots_10<DefineComponent<__VLS
2131
2219
  color: string;
2132
2220
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2133
2221
  onClick: () => void;
2134
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<{
2222
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
2135
2223
  buttonT?: string | undefined;
2136
2224
  buttonClass?: string | undefined;
2137
2225
  dataCy?: string | undefined;
@@ -2171,7 +2259,7 @@ export declare const ABtnSplit: __VLS_WithTemplateSlots_10<DefineComponent<__VLS
2171
2259
  default?(_: {}): any;
2172
2260
  }>;
2173
2261
 
2174
- export declare const ACachedChip: __VLS_WithTemplateSlots_8<DefineComponent<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_33<{
2262
+ export declare const ACachedChip: __VLS_WithTemplateSlots_15<DefineComponent<__VLS_WithDefaults_31<__VLS_TypePropsToRuntimeProps_34<{
2175
2263
  id?: string | number | null | undefined;
2176
2264
  title?: string | undefined;
2177
2265
  containerClass?: string | undefined;
@@ -2196,7 +2284,7 @@ export declare const ACachedChip: __VLS_WithTemplateSlots_8<DefineComponent<__VL
2196
2284
  textOnly: boolean;
2197
2285
  fallbackIdText: boolean;
2198
2286
  wrapText: boolean;
2199
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_33<{
2287
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_31<__VLS_TypePropsToRuntimeProps_34<{
2200
2288
  id?: string | number | null | undefined;
2201
2289
  title?: string | undefined;
2202
2290
  containerClass?: string | undefined;
@@ -2291,12 +2379,12 @@ export declare const AChipNoLink: __VLS_WithTemplateSlots_3<DefineComponent<__VL
2291
2379
  default?(_: {}): any;
2292
2380
  }>;
2293
2381
 
2294
- export declare const Acl: __VLS_WithTemplateSlots_9<DefineComponent<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_36<{
2382
+ export declare const Acl: __VLS_WithTemplateSlots_16<DefineComponent<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_37<{
2295
2383
  permission: `${string}_${string}_${string}`;
2296
2384
  subject?: object | undefined;
2297
2385
  }>, {
2298
2386
  subject: undefined;
2299
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_36<{
2387
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_37<{
2300
2388
  permission: `${string}_${string}_${string}`;
2301
2389
  subject?: object | undefined;
2302
2390
  }>, {
@@ -2315,14 +2403,14 @@ declare type AclResolverConfig = {
2315
2403
 
2316
2404
  export declare type AclValue = `${string}_${string}_${string}`;
2317
2405
 
2318
- export declare const ACopyText: DefineComponent<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_37<{
2406
+ export declare const ACopyText: DefineComponent<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
2319
2407
  value: number | string;
2320
2408
  notifyT?: string | undefined;
2321
2409
  dataCy?: string | undefined;
2322
2410
  }>, {
2323
2411
  notifyT: string;
2324
2412
  dataCy: string;
2325
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_37<{
2413
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
2326
2414
  value: number | string;
2327
2415
  notifyT?: string | undefined;
2328
2416
  dataCy?: string | undefined;
@@ -2334,7 +2422,7 @@ export declare const ACopyText: DefineComponent<__VLS_WithDefaults_34<__VLS_Type
2334
2422
  notifyT: string;
2335
2423
  }, {}>;
2336
2424
 
2337
- export declare const ACreateDialog: __VLS_WithTemplateSlots_7<DefineComponent<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_30<{
2425
+ export declare const ACreateDialog: __VLS_WithTemplateSlots_14<DefineComponent<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_31<{
2338
2426
  modelValue: boolean;
2339
2427
  buttonClass?: string | undefined;
2340
2428
  maxWidth?: number | undefined;
@@ -2359,7 +2447,7 @@ export declare const ACreateDialog: __VLS_WithTemplateSlots_7<DefineComponent<__
2359
2447
  onClose: () => void;
2360
2448
  onError: (data: any) => void;
2361
2449
  onSuccess: (data: any) => void;
2362
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_30<{
2450
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_31<{
2363
2451
  modelValue: boolean;
2364
2452
  buttonClass?: string | undefined;
2365
2453
  maxWidth?: number | undefined;
@@ -2586,14 +2674,14 @@ export declare const ACropperjs: <T extends EventTarget = EventTarget>(__VLS_pro
2586
2674
  } | undefined;
2587
2675
  };
2588
2676
 
2589
- export declare const ACurrentUserDropdown: DefineComponent<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
2677
+ export declare const ACurrentUserDropdown: DefineComponent<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
2590
2678
  currentUser: AnzuUserMinimal | undefined | null;
2591
2679
  settingsRouteName: string;
2592
2680
  logoutRouteName: string;
2593
2681
  dataCy?: string | undefined;
2594
2682
  }>, {
2595
2683
  dataCy: string;
2596
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
2684
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
2597
2685
  currentUser: AnzuUserMinimal | undefined | null;
2598
2686
  settingsRouteName: string;
2599
2687
  logoutRouteName: string;
@@ -2604,7 +2692,7 @@ export declare const ACurrentUserDropdown: DefineComponent<__VLS_WithDefaults_55
2604
2692
  dataCy: string;
2605
2693
  }, {}>;
2606
2694
 
2607
- export declare const ACustomDataForm: __VLS_WithTemplateSlots_14<DefineComponent<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_63<{
2695
+ export declare const ACustomDataForm: __VLS_WithTemplateSlots_21<DefineComponent<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_64<{
2608
2696
  modelValue: {
2609
2697
  [key: string]: any;
2610
2698
  };
@@ -2621,7 +2709,7 @@ export declare const ACustomDataForm: __VLS_WithTemplateSlots_14<DefineComponent
2621
2709
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2622
2710
  "update:modelValue": (data: any) => void;
2623
2711
  anyChange: () => void;
2624
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_63<{
2712
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_64<{
2625
2713
  modelValue: {
2626
2714
  [key: string]: any;
2627
2715
  };
@@ -2645,7 +2733,7 @@ export declare const ACustomDataForm: __VLS_WithTemplateSlots_14<DefineComponent
2645
2733
  "after-pinned"?(_: {}): any;
2646
2734
  }>;
2647
2735
 
2648
- export declare const ACustomDataFormElement: DefineComponent<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_64<{
2736
+ export declare const ACustomDataFormElement: DefineComponent<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_65<{
2649
2737
  modelValue: any;
2650
2738
  config: CustomDataFormElement;
2651
2739
  validationScope?: ValidationScope;
@@ -2657,7 +2745,7 @@ export declare const ACustomDataFormElement: DefineComponent<__VLS_WithDefaults_
2657
2745
  value: any;
2658
2746
  }) => void;
2659
2747
  blur: (data: any) => void;
2660
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_64<{
2748
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_65<{
2661
2749
  modelValue: any;
2662
2750
  config: CustomDataFormElement;
2663
2751
  validationScope?: ValidationScope;
@@ -2673,7 +2761,7 @@ export declare const ACustomDataFormElement: DefineComponent<__VLS_WithDefaults_
2673
2761
  validationScope: string | number | boolean | symbol;
2674
2762
  }, {}>;
2675
2763
 
2676
- export declare const ADatatableConfigButton: DefineComponent<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_28<{
2764
+ export declare const ADatatableConfigButton: DefineComponent<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_29<{
2677
2765
  columnsAll: ColumnInternalValues[];
2678
2766
  columnsHidden: Array<string>;
2679
2767
  buttonT?: string | undefined;
@@ -2685,7 +2773,7 @@ export declare const ADatatableConfigButton: DefineComponent<__VLS_WithDefaults_
2685
2773
  dataCy: string;
2686
2774
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2687
2775
  "update:columnsHidden": (data: string[]) => void;
2688
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_28<{
2776
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_29<{
2689
2777
  columnsAll: ColumnInternalValues[];
2690
2778
  columnsHidden: Array<string>;
2691
2779
  buttonT?: string | undefined;
@@ -2703,7 +2791,7 @@ export declare const ADatatableConfigButton: DefineComponent<__VLS_WithDefaults_
2703
2791
  buttonT: string;
2704
2792
  }, {}>;
2705
2793
 
2706
- export declare const ADatatableOrdering: DefineComponent<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_29<{
2794
+ export declare const ADatatableOrdering: DefineComponent<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_30<{
2707
2795
  variant?: "default" | "most-relevant" | undefined;
2708
2796
  modelValue?: number | undefined;
2709
2797
  customOptions?: undefined | DatatableOrderingOptions;
@@ -2714,7 +2802,7 @@ export declare const ADatatableOrdering: DefineComponent<__VLS_WithDefaults_27<_
2714
2802
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2715
2803
  "update:modelValue": (data: number) => void;
2716
2804
  sortByChange: (data: DatatableOrderingOption) => void;
2717
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_29<{
2805
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_30<{
2718
2806
  variant?: "default" | "most-relevant" | undefined;
2719
2807
  modelValue?: number | undefined;
2720
2808
  customOptions?: undefined | DatatableOrderingOptions;
@@ -2731,7 +2819,7 @@ export declare const ADatatableOrdering: DefineComponent<__VLS_WithDefaults_27<_
2731
2819
  customOptions: DatatableOrderingOptions;
2732
2820
  }, {}>;
2733
2821
 
2734
- export declare const ADatatablePagination: DefineComponent<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_27<{
2822
+ export declare const ADatatablePagination: DefineComponent<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_28<{
2735
2823
  modelValue: Pagination;
2736
2824
  itemsPerPageOptions?: number[] | undefined;
2737
2825
  hideRecordsPerPage?: boolean | undefined;
@@ -2741,7 +2829,7 @@ export declare const ADatatablePagination: DefineComponent<__VLS_WithDefaults_25
2741
2829
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2742
2830
  change: () => void;
2743
2831
  "update:modelValue": (data: Pagination) => void;
2744
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_27<{
2832
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_28<{
2745
2833
  modelValue: Pagination;
2746
2834
  itemsPerPageOptions?: number[] | undefined;
2747
2835
  hideRecordsPerPage?: boolean | undefined;
@@ -2756,12 +2844,12 @@ export declare const ADatatablePagination: DefineComponent<__VLS_WithDefaults_25
2756
2844
  hideRecordsPerPage: boolean;
2757
2845
  }, {}>;
2758
2846
 
2759
- export declare const ADatetime: DefineComponent<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_26<{
2847
+ export declare const ADatetime: DefineComponent<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_27<{
2760
2848
  dateTime: DatetimeUTCNullable;
2761
2849
  edgeDateValue?: string | undefined;
2762
2850
  }>, {
2763
2851
  edgeDateValue: string;
2764
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_26<{
2852
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_27<{
2765
2853
  dateTime: DatetimeUTCNullable;
2766
2854
  edgeDateValue?: string | undefined;
2767
2855
  }>, {
@@ -2772,7 +2860,7 @@ export declare const ADatetime: DefineComponent<__VLS_WithDefaults_24<__VLS_Type
2772
2860
 
2773
2861
  declare type AddToCachedArgs<T extends DocId | IntegerId> = Array<T | null | undefined> | Array<Array<T | null | undefined> | T | null | undefined>;
2774
2862
 
2775
- export declare const ADialogToolbar: __VLS_WithTemplateSlots_6<DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2863
+ export declare const ADialogToolbar: __VLS_WithTemplateSlots_13<DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2776
2864
  onCancel: () => void;
2777
2865
  }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>> & {
2778
2866
  onOnCancel?: (() => any) | undefined;
@@ -2782,7 +2870,7 @@ export declare const ADialogToolbar: __VLS_WithTemplateSlots_6<DefineComponent<{
2782
2870
 
2783
2871
  export declare const AEmptyRouterView: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
2784
2872
 
2785
- export declare const AFilterAdvancedButton: DefineComponent<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_46<{
2873
+ export declare const AFilterAdvancedButton: DefineComponent<__VLS_WithDefaults_44<__VLS_TypePropsToRuntimeProps_47<{
2786
2874
  tooltipT?: string | undefined;
2787
2875
  buttonClass?: string | undefined;
2788
2876
  dataCy?: string | undefined;
@@ -2792,7 +2880,7 @@ export declare const AFilterAdvancedButton: DefineComponent<__VLS_WithDefaults_4
2792
2880
  dataCy: string;
2793
2881
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2794
2882
  advancedFilter: () => void;
2795
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_46<{
2883
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_44<__VLS_TypePropsToRuntimeProps_47<{
2796
2884
  tooltipT?: string | undefined;
2797
2885
  buttonClass?: string | undefined;
2798
2886
  dataCy?: string | undefined;
@@ -2808,7 +2896,7 @@ export declare const AFilterAdvancedButton: DefineComponent<__VLS_WithDefaults_4
2808
2896
  buttonClass: string;
2809
2897
  }, {}>;
2810
2898
 
2811
- export declare const AFilterBooleanGroup: DefineComponent<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_23<{
2899
+ export declare const AFilterBooleanGroup: DefineComponent<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_24<{
2812
2900
  modelValue: Filter;
2813
2901
  dataCyTrue?: string | undefined;
2814
2902
  dataCyFalse?: string | undefined;
@@ -2817,7 +2905,7 @@ export declare const AFilterBooleanGroup: DefineComponent<__VLS_WithDefaults_21<
2817
2905
  dataCyFalse: string;
2818
2906
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2819
2907
  "update:modelValue": (data: any) => void;
2820
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_23<{
2908
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_24<{
2821
2909
  modelValue: Filter;
2822
2910
  dataCyTrue?: string | undefined;
2823
2911
  dataCyFalse?: string | undefined;
@@ -2831,14 +2919,14 @@ export declare const AFilterBooleanGroup: DefineComponent<__VLS_WithDefaults_21<
2831
2919
  dataCyFalse: string;
2832
2920
  }, {}>;
2833
2921
 
2834
- export declare const AFilterBooleanSelect: DefineComponent<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_24<{
2922
+ export declare const AFilterBooleanSelect: DefineComponent<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_25<{
2835
2923
  modelValue: Filter;
2836
2924
  dataCy?: string | undefined;
2837
2925
  }>, {
2838
2926
  dataCy: string;
2839
2927
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2840
2928
  "update:modelValue": (data: any) => void;
2841
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_24<{
2929
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_25<{
2842
2930
  modelValue: Filter;
2843
2931
  dataCy?: string | undefined;
2844
2932
  }>, {
@@ -2849,14 +2937,14 @@ export declare const AFilterBooleanSelect: DefineComponent<__VLS_WithDefaults_22
2849
2937
  dataCy: string;
2850
2938
  }, {}>;
2851
2939
 
2852
- export declare const AFilterDatetimePicker: DefineComponent<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_25<{
2940
+ export declare const AFilterDatetimePicker: DefineComponent<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_26<{
2853
2941
  modelValue: Filter;
2854
2942
  dataCy?: string | undefined;
2855
2943
  }>, {
2856
2944
  dataCy: string;
2857
2945
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2858
2946
  "update:modelValue": (data: any) => void;
2859
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_25<{
2947
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_26<{
2860
2948
  modelValue: Filter;
2861
2949
  dataCy?: string | undefined;
2862
2950
  }>, {
@@ -2867,14 +2955,14 @@ export declare const AFilterDatetimePicker: DefineComponent<__VLS_WithDefaults_2
2867
2955
  dataCy: string;
2868
2956
  }, {}>;
2869
2957
 
2870
- export declare const AFilterInteger: DefineComponent<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_20<{
2958
+ export declare const AFilterInteger: DefineComponent<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_21<{
2871
2959
  modelValue: Filter;
2872
2960
  dataCy?: string | undefined;
2873
2961
  }>, {
2874
2962
  dataCy: string;
2875
2963
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2876
2964
  "update:modelValue": (data: Filter<any>) => void;
2877
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_20<{
2965
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_21<{
2878
2966
  modelValue: Filter;
2879
2967
  dataCy?: string | undefined;
2880
2968
  }>, {
@@ -2885,7 +2973,7 @@ export declare const AFilterInteger: DefineComponent<__VLS_WithDefaults_18<__VLS
2885
2973
  dataCy: string;
2886
2974
  }, {}>;
2887
2975
 
2888
- export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<{
2976
+ export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_50<{
2889
2977
  filterId?: Filter | undefined;
2890
2978
  filterDocId?: Filter | undefined;
2891
2979
  filterText?: Filter | undefined;
@@ -2901,7 +2989,7 @@ export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_46<__VLS_T
2901
2989
  filterOverrides: undefined;
2902
2990
  placeholder: undefined;
2903
2991
  dataCy: string;
2904
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<{
2992
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_50<{
2905
2993
  filterId?: Filter | undefined;
2906
2994
  filterDocId?: Filter | undefined;
2907
2995
  filterText?: Filter | undefined;
@@ -2927,7 +3015,7 @@ export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_46<__VLS_T
2927
3015
  filterOverrides: Filter<any>[];
2928
3016
  }, {}>;
2929
3017
 
2930
- export declare const AFilterRemoteAutocomplete: DefineComponent<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_21<{
3018
+ export declare const AFilterRemoteAutocomplete: DefineComponent<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_22<{
2931
3019
  modelValue: Filter;
2932
3020
  fetchItems: (pagination: Pagination, filterBag: FilterBag) => Promise<ValueObjectOption<string | number>[]>;
2933
3021
  fetchItemsByIds: fetchItemsByIdsType_2;
@@ -2943,7 +3031,7 @@ export declare const AFilterRemoteAutocomplete: DefineComponent<__VLS_WithDefaul
2943
3031
  placeholder: undefined;
2944
3032
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2945
3033
  "update:modelValue": (data: Filter<any>) => void;
2946
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_21<{
3034
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_22<{
2947
3035
  modelValue: Filter;
2948
3036
  fetchItems: (pagination: Pagination, filterBag: FilterBag) => Promise<ValueObjectOption<string | number>[]>;
2949
3037
  fetchItemsByIds: fetchItemsByIdsType_2;
@@ -2966,7 +3054,7 @@ export declare const AFilterRemoteAutocomplete: DefineComponent<__VLS_WithDefaul
2966
3054
  disableInitFetch: boolean;
2967
3055
  }, {}>;
2968
3056
 
2969
- export declare const AFilterResetButton: DefineComponent<__VLS_WithDefaults_44<__VLS_TypePropsToRuntimeProps_47<{
3057
+ export declare const AFilterResetButton: DefineComponent<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
2970
3058
  tooltipT?: string | undefined;
2971
3059
  buttonClass?: string | undefined;
2972
3060
  dataCy?: string | undefined;
@@ -2976,7 +3064,7 @@ export declare const AFilterResetButton: DefineComponent<__VLS_WithDefaults_44<_
2976
3064
  dataCy: string;
2977
3065
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2978
3066
  reset: () => void;
2979
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_44<__VLS_TypePropsToRuntimeProps_47<{
3067
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
2980
3068
  tooltipT?: string | undefined;
2981
3069
  buttonClass?: string | undefined;
2982
3070
  dataCy?: string | undefined;
@@ -2992,7 +3080,7 @@ export declare const AFilterResetButton: DefineComponent<__VLS_WithDefaults_44<_
2992
3080
  buttonClass: string;
2993
3081
  }, {}>;
2994
3082
 
2995
- export declare const AFilterString: DefineComponent<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_19<{
3083
+ export declare const AFilterString: DefineComponent<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_20<{
2996
3084
  modelValue: Filter;
2997
3085
  placeholder?: string | undefined;
2998
3086
  dataCy?: string | undefined;
@@ -3001,7 +3089,7 @@ export declare const AFilterString: DefineComponent<__VLS_WithDefaults_17<__VLS_
3001
3089
  dataCy: string;
3002
3090
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3003
3091
  "update:modelValue": (data: Filter<any>) => void;
3004
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_19<{
3092
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_20<{
3005
3093
  modelValue: Filter;
3006
3094
  placeholder?: string | undefined;
3007
3095
  dataCy?: string | undefined;
@@ -3015,7 +3103,7 @@ export declare const AFilterString: DefineComponent<__VLS_WithDefaults_17<__VLS_
3015
3103
  placeholder: string;
3016
3104
  }, {}>;
3017
3105
 
3018
- export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
3106
+ export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<{
3019
3107
  buttonT?: string | undefined;
3020
3108
  buttonClass?: string | undefined;
3021
3109
  dataCy?: string | undefined;
@@ -3027,7 +3115,7 @@ export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_45<
3027
3115
  touched: boolean;
3028
3116
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3029
3117
  submit: () => void;
3030
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
3118
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<{
3031
3119
  buttonT?: string | undefined;
3032
3120
  buttonClass?: string | undefined;
3033
3121
  dataCy?: string | undefined;
@@ -3046,13 +3134,13 @@ export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_45<
3046
3134
  touched: boolean;
3047
3135
  }, {}>;
3048
3136
 
3049
- export declare const AFilterValueObjectOptionsSelect: DefineComponent<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_22<{
3137
+ export declare const AFilterValueObjectOptionsSelect: DefineComponent<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_23<{
3050
3138
  modelValue: Filter;
3051
3139
  items: ValueObjectOption<string | number>[];
3052
3140
  }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3053
3141
  "update:modelValue": (data: any) => void;
3054
3142
  change: () => void;
3055
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_22<{
3143
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_23<{
3056
3144
  modelValue: Filter;
3057
3145
  items: ValueObjectOption<string | number>[];
3058
3146
  }>, {}>>> & {
@@ -3060,7 +3148,7 @@ export declare const AFilterValueObjectOptionsSelect: DefineComponent<__VLS_With
3060
3148
  onChange?: (() => any) | undefined;
3061
3149
  }, {}, {}>;
3062
3150
 
3063
- export declare const AFilterWrapper: __VLS_WithTemplateSlots_5<DefineComponent<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_18<{
3151
+ export declare const AFilterWrapper: __VLS_WithTemplateSlots_12<DefineComponent<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_19<{
3064
3152
  enableAdvanced?: boolean | undefined;
3065
3153
  enableTop?: boolean | undefined;
3066
3154
  hideButtons?: boolean | undefined;
@@ -3072,7 +3160,7 @@ export declare const AFilterWrapper: __VLS_WithTemplateSlots_5<DefineComponent<_
3072
3160
  touched: boolean;
3073
3161
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3074
3162
  resetFilter: () => void;
3075
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_18<{
3163
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_19<{
3076
3164
  enableAdvanced?: boolean | undefined;
3077
3165
  enableTop?: boolean | undefined;
3078
3166
  hideButtons?: boolean | undefined;
@@ -3096,7 +3184,7 @@ export declare const AFilterWrapper: __VLS_WithTemplateSlots_5<DefineComponent<_
3096
3184
  buttons?(_: {}): any;
3097
3185
  }>;
3098
3186
 
3099
- export declare const AFormDatetimePicker: DefineComponent<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_12<{
3187
+ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineComponent<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_12<{
3100
3188
  modelValue: DatetimeUTCNullable | undefined;
3101
3189
  label?: string | undefined;
3102
3190
  errorMessage?: string | undefined;
@@ -3104,6 +3192,13 @@ export declare const AFormDatetimePicker: DefineComponent<__VLS_WithDefaults_10<
3104
3192
  v?: any;
3105
3193
  dataCy?: string | undefined;
3106
3194
  clearable?: boolean | undefined;
3195
+ collab?: {
3196
+ room: string;
3197
+ field: string;
3198
+ enabled: boolean;
3199
+ cachedUsers: CollabCachedUsersMap;
3200
+ } | undefined;
3201
+ disabled?: boolean | undefined;
3107
3202
  }>, {
3108
3203
  label: undefined;
3109
3204
  errorMessage: undefined;
@@ -3111,10 +3206,13 @@ export declare const AFormDatetimePicker: DefineComponent<__VLS_WithDefaults_10<
3111
3206
  v: null;
3112
3207
  dataCy: undefined;
3113
3208
  clearable: boolean;
3209
+ collab: undefined;
3210
+ disabled: undefined;
3114
3211
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3115
3212
  "update:modelValue": (data: DatetimeUTCNullable | undefined) => void;
3116
- "click:append": (data: string | number | null) => void;
3117
- blur: (data: string | number | null) => void;
3213
+ "click:append": (data: string | number | null | undefined) => void;
3214
+ blur: (data: string | number | null | undefined) => void;
3215
+ focus: (data: string | number | null | undefined) => void;
3118
3216
  }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_12<{
3119
3217
  modelValue: DatetimeUTCNullable | undefined;
3120
3218
  label?: string | undefined;
@@ -3123,6 +3221,13 @@ export declare const AFormDatetimePicker: DefineComponent<__VLS_WithDefaults_10<
3123
3221
  v?: any;
3124
3222
  dataCy?: string | undefined;
3125
3223
  clearable?: boolean | undefined;
3224
+ collab?: {
3225
+ room: string;
3226
+ field: string;
3227
+ enabled: boolean;
3228
+ cachedUsers: CollabCachedUsersMap;
3229
+ } | undefined;
3230
+ disabled?: boolean | undefined;
3126
3231
  }>, {
3127
3232
  label: undefined;
3128
3233
  errorMessage: undefined;
@@ -3130,20 +3235,34 @@ export declare const AFormDatetimePicker: DefineComponent<__VLS_WithDefaults_10<
3130
3235
  v: null;
3131
3236
  dataCy: undefined;
3132
3237
  clearable: boolean;
3238
+ collab: undefined;
3239
+ disabled: undefined;
3133
3240
  }>>> & {
3134
3241
  "onUpdate:modelValue"?: ((data: DatetimeUTCNullable | undefined) => any) | undefined;
3135
- onBlur?: ((data: string | number | null) => any) | undefined;
3136
- "onClick:append"?: ((data: string | number | null) => any) | undefined;
3242
+ onFocus?: ((data: string | number | null | undefined) => any) | undefined;
3243
+ onBlur?: ((data: string | number | null | undefined) => any) | undefined;
3244
+ "onClick:append"?: ((data: string | number | null | undefined) => any) | undefined;
3137
3245
  }, {
3246
+ disabled: boolean;
3138
3247
  dataCy: string;
3139
3248
  required: boolean;
3140
3249
  label: string;
3141
3250
  clearable: boolean;
3142
3251
  errorMessage: string;
3143
3252
  v: any;
3144
- }, {}>;
3253
+ collab: {
3254
+ room: string;
3255
+ field: string;
3256
+ enabled: boolean;
3257
+ cachedUsers: CollabCachedUsersMap;
3258
+ };
3259
+ }, {}>, {
3260
+ locked?(_: {
3261
+ userId: IntegerIdNullable;
3262
+ }): any;
3263
+ }>;
3145
3264
 
3146
- export declare const AFormFlagDatetimePicker: DefineComponent<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_13<{
3265
+ export declare const AFormFlagDatetimePicker: __VLS_WithTemplateSlots_8<DefineComponent<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_13<{
3147
3266
  modelValue: DatetimeUTCNullable | undefined;
3148
3267
  label?: string | undefined;
3149
3268
  errorMessage?: string | undefined;
@@ -3151,6 +3270,13 @@ export declare const AFormFlagDatetimePicker: DefineComponent<__VLS_WithDefaults
3151
3270
  dataCy?: string | undefined;
3152
3271
  clearable?: boolean | undefined;
3153
3272
  defaultActivationValue?: DatetimeUTCNullable | (() => DatetimeUTCNullable) | undefined;
3273
+ collab?: {
3274
+ room: string;
3275
+ field: string;
3276
+ enabled: boolean;
3277
+ cachedUsers: CollabCachedUsersMap;
3278
+ } | undefined;
3279
+ disabled?: boolean | undefined;
3154
3280
  }>, {
3155
3281
  label: undefined;
3156
3282
  errorMessage: undefined;
@@ -3158,6 +3284,8 @@ export declare const AFormFlagDatetimePicker: DefineComponent<__VLS_WithDefaults
3158
3284
  dataCy: undefined;
3159
3285
  clearable: boolean;
3160
3286
  defaultActivationValue: string;
3287
+ collab: undefined;
3288
+ disabled: undefined;
3161
3289
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3162
3290
  "update:modelValue": (data: DatetimeUTCNullable | undefined) => void;
3163
3291
  "click:append": (data: string | number | null) => void;
@@ -3170,6 +3298,13 @@ export declare const AFormFlagDatetimePicker: DefineComponent<__VLS_WithDefaults
3170
3298
  dataCy?: string | undefined;
3171
3299
  clearable?: boolean | undefined;
3172
3300
  defaultActivationValue?: DatetimeUTCNullable | (() => DatetimeUTCNullable) | undefined;
3301
+ collab?: {
3302
+ room: string;
3303
+ field: string;
3304
+ enabled: boolean;
3305
+ cachedUsers: CollabCachedUsersMap;
3306
+ } | undefined;
3307
+ disabled?: boolean | undefined;
3173
3308
  }>, {
3174
3309
  label: undefined;
3175
3310
  errorMessage: undefined;
@@ -3177,20 +3312,33 @@ export declare const AFormFlagDatetimePicker: DefineComponent<__VLS_WithDefaults
3177
3312
  dataCy: undefined;
3178
3313
  clearable: boolean;
3179
3314
  defaultActivationValue: string;
3315
+ collab: undefined;
3316
+ disabled: undefined;
3180
3317
  }>>> & {
3181
3318
  "onUpdate:modelValue"?: ((data: DatetimeUTCNullable | undefined) => any) | undefined;
3182
3319
  onBlur?: ((data: string | number | null) => any) | undefined;
3183
3320
  "onClick:append"?: ((data: string | number | null) => any) | undefined;
3184
3321
  }, {
3322
+ disabled: boolean;
3185
3323
  dataCy: string;
3186
3324
  label: string;
3187
3325
  clearable: boolean;
3188
3326
  errorMessage: string;
3189
3327
  v: any;
3190
- defaultActivationValue: DatetimeUTCNullable | 'now' | (() => DatetimeUTCNullable);
3191
- }, {}>;
3328
+ collab: {
3329
+ room: string;
3330
+ field: string;
3331
+ enabled: boolean;
3332
+ cachedUsers: CollabCachedUsersMap;
3333
+ };
3334
+ defaultActivationValue: DatetimeUTCNullable | (() => DatetimeUTCNullable);
3335
+ }, {}>, {
3336
+ locked?(_: {
3337
+ userId: IntegerIdNullable;
3338
+ }): any;
3339
+ }>;
3192
3340
 
3193
- export declare const AFormRemoteAutocomplete: DefineComponent<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_14<{
3341
+ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineComponent<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_14<{
3194
3342
  modelValue: any;
3195
3343
  label?: string | undefined;
3196
3344
  required?: boolean | undefined;
@@ -3207,6 +3355,13 @@ export declare const AFormRemoteAutocomplete: DefineComponent<__VLS_WithDefaults
3207
3355
  filterSortBy?: string | null | undefined;
3208
3356
  disableInitFetch?: boolean | undefined;
3209
3357
  loading?: boolean | undefined;
3358
+ collab?: {
3359
+ room: string;
3360
+ field: string;
3361
+ enabled: boolean;
3362
+ cachedUsers: CollabCachedUsersMap;
3363
+ } | undefined;
3364
+ disabled?: boolean | undefined;
3210
3365
  }>, {
3211
3366
  label: undefined;
3212
3367
  required: undefined;
@@ -3220,11 +3375,14 @@ export declare const AFormRemoteAutocomplete: DefineComponent<__VLS_WithDefaults
3220
3375
  filterSortBy: string;
3221
3376
  disableInitFetch: boolean;
3222
3377
  loading: boolean;
3378
+ collab: undefined;
3379
+ disabled: undefined;
3223
3380
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3224
3381
  "update:modelValue": (data: string | number | string[] | number[] | null) => void;
3225
3382
  searchChange: (data: string) => void;
3226
3383
  searchChangeDebounced: (data: string) => void;
3227
3384
  blur: (data: string | number | string[] | number[] | null) => void;
3385
+ focus: (data: string | number | string[] | number[] | null) => void;
3228
3386
  }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_14<{
3229
3387
  modelValue: any;
3230
3388
  label?: string | undefined;
@@ -3242,6 +3400,13 @@ export declare const AFormRemoteAutocomplete: DefineComponent<__VLS_WithDefaults
3242
3400
  filterSortBy?: string | null | undefined;
3243
3401
  disableInitFetch?: boolean | undefined;
3244
3402
  loading?: boolean | undefined;
3403
+ collab?: {
3404
+ room: string;
3405
+ field: string;
3406
+ enabled: boolean;
3407
+ cachedUsers: CollabCachedUsersMap;
3408
+ } | undefined;
3409
+ disabled?: boolean | undefined;
3245
3410
  }>, {
3246
3411
  label: undefined;
3247
3412
  required: undefined;
@@ -3255,12 +3420,16 @@ export declare const AFormRemoteAutocomplete: DefineComponent<__VLS_WithDefaults
3255
3420
  filterSortBy: string;
3256
3421
  disableInitFetch: boolean;
3257
3422
  loading: boolean;
3423
+ collab: undefined;
3424
+ disabled: undefined;
3258
3425
  }>>> & {
3259
3426
  "onUpdate:modelValue"?: ((data: string | number | string[] | number[] | null) => any) | undefined;
3427
+ onFocus?: ((data: string | number | string[] | number[] | null) => any) | undefined;
3260
3428
  onBlur?: ((data: string | number | string[] | number[] | null) => any) | undefined;
3261
3429
  onSearchChange?: ((data: string) => any) | undefined;
3262
3430
  onSearchChangeDebounced?: ((data: string) => any) | undefined;
3263
3431
  }, {
3432
+ disabled: boolean;
3264
3433
  multiple: boolean;
3265
3434
  required: boolean;
3266
3435
  loading: boolean;
@@ -3270,12 +3439,22 @@ export declare const AFormRemoteAutocomplete: DefineComponent<__VLS_WithDefaults
3270
3439
  hideDetails: boolean;
3271
3440
  errorMessage: string;
3272
3441
  v: any;
3442
+ collab: {
3443
+ room: string;
3444
+ field: string;
3445
+ enabled: boolean;
3446
+ cachedUsers: CollabCachedUsersMap;
3447
+ };
3273
3448
  filterByField: string;
3274
3449
  filterSortBy: string | null;
3275
3450
  disableInitFetch: boolean;
3276
- }, {}>;
3451
+ }, {}>, {
3452
+ locked?(_: {
3453
+ userId: number;
3454
+ }): any;
3455
+ }>;
3277
3456
 
3278
- export declare const AFormRemoteAutocompleteWithCached: DefineComponent<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
3457
+ export declare const AFormRemoteAutocompleteWithCached: DefineComponent<__VLS_WithDefaults_57<__VLS_TypePropsToRuntimeProps_60<{
3279
3458
  modelValue: any;
3280
3459
  label?: string | undefined;
3281
3460
  required?: boolean | undefined;
@@ -3311,7 +3490,7 @@ export declare const AFormRemoteAutocompleteWithCached: DefineComponent<__VLS_Wi
3311
3490
  focus: (data: string | number | string[] | number[] | null | undefined) => void;
3312
3491
  searchChange: (data: string) => void;
3313
3492
  searchChangeDebounced: (data: string) => void;
3314
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
3493
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_57<__VLS_TypePropsToRuntimeProps_60<{
3315
3494
  modelValue: any;
3316
3495
  label?: string | undefined;
3317
3496
  required?: boolean | undefined;
@@ -3436,8 +3615,69 @@ export declare const AFormRemoteSwitch: DefineComponent<__VLS_WithDefaults_14<__
3436
3615
  v: any;
3437
3616
  }, {}>;
3438
3617
 
3439
- export declare const AFormTextarea: DefineComponent<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_11<{
3440
- modelValue: string | null;
3618
+ export declare const AFormSwitch: __VLS_WithTemplateSlots_10<DefineComponent<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_17<{
3619
+ modelValue: boolean;
3620
+ label?: string | undefined;
3621
+ dataCy?: string | undefined;
3622
+ hideLabel?: boolean | undefined;
3623
+ collab?: {
3624
+ room: string;
3625
+ field: string;
3626
+ enabled: boolean;
3627
+ cachedUsers: CollabCachedUsersMap;
3628
+ } | undefined;
3629
+ disabled?: boolean | undefined;
3630
+ }>, {
3631
+ label: undefined;
3632
+ dataCy: undefined;
3633
+ hideLabel: boolean;
3634
+ collab: undefined;
3635
+ disabled: undefined;
3636
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3637
+ "update:modelValue": (data: boolean) => void;
3638
+ blur: (data: boolean) => void;
3639
+ focus: (data: boolean) => void;
3640
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_17<{
3641
+ modelValue: boolean;
3642
+ label?: string | undefined;
3643
+ dataCy?: string | undefined;
3644
+ hideLabel?: boolean | undefined;
3645
+ collab?: {
3646
+ room: string;
3647
+ field: string;
3648
+ enabled: boolean;
3649
+ cachedUsers: CollabCachedUsersMap;
3650
+ } | undefined;
3651
+ disabled?: boolean | undefined;
3652
+ }>, {
3653
+ label: undefined;
3654
+ dataCy: undefined;
3655
+ hideLabel: boolean;
3656
+ collab: undefined;
3657
+ disabled: undefined;
3658
+ }>>> & {
3659
+ "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
3660
+ onFocus?: ((data: boolean) => any) | undefined;
3661
+ onBlur?: ((data: boolean) => any) | undefined;
3662
+ }, {
3663
+ disabled: boolean;
3664
+ dataCy: string;
3665
+ label: string;
3666
+ hideLabel: boolean;
3667
+ collab: {
3668
+ room: string;
3669
+ field: string;
3670
+ enabled: boolean;
3671
+ cachedUsers: CollabCachedUsersMap;
3672
+ };
3673
+ }, {}>, {
3674
+ locked?(_: {
3675
+ userId: number;
3676
+ }): any;
3677
+ }>;
3678
+
3679
+ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_11<{
3680
+ modelValue: string | null | undefined;
3441
3681
  label?: string | undefined;
3442
3682
  errorMessage?: string | undefined;
3443
3683
  required?: boolean | undefined;
@@ -3447,6 +3687,13 @@ export declare const AFormTextarea: DefineComponent<__VLS_WithDefaults_9<__VLS_T
3447
3687
  dataCy?: string | undefined;
3448
3688
  hideLabel?: boolean | undefined;
3449
3689
  rows?: number | undefined;
3690
+ collab?: {
3691
+ room: string;
3692
+ field: string;
3693
+ enabled: boolean;
3694
+ cachedUsers: CollabCachedUsersMap;
3695
+ } | undefined;
3696
+ disabled?: boolean | undefined;
3450
3697
  }>, {
3451
3698
  label: undefined;
3452
3699
  errorMessage: undefined;
@@ -3457,12 +3704,15 @@ export declare const AFormTextarea: DefineComponent<__VLS_WithDefaults_9<__VLS_T
3457
3704
  dataCy: undefined;
3458
3705
  hideLabel: boolean;
3459
3706
  rows: number;
3707
+ collab: undefined;
3708
+ disabled: undefined;
3460
3709
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3461
- "update:modelValue": (data: string | null) => void;
3710
+ "update:modelValue": (data: string | null | undefined) => void;
3462
3711
  "click:append": (data: string | null) => void;
3463
- blur: (data: string | null) => void;
3712
+ blur: (data: string | null | undefined) => void;
3713
+ focus: (data: string | null | undefined) => void;
3464
3714
  }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_11<{
3465
- modelValue: string | null;
3715
+ modelValue: string | null | undefined;
3466
3716
  label?: string | undefined;
3467
3717
  errorMessage?: string | undefined;
3468
3718
  required?: boolean | undefined;
@@ -3472,6 +3722,13 @@ export declare const AFormTextarea: DefineComponent<__VLS_WithDefaults_9<__VLS_T
3472
3722
  dataCy?: string | undefined;
3473
3723
  hideLabel?: boolean | undefined;
3474
3724
  rows?: number | undefined;
3725
+ collab?: {
3726
+ room: string;
3727
+ field: string;
3728
+ enabled: boolean;
3729
+ cachedUsers: CollabCachedUsersMap;
3730
+ } | undefined;
3731
+ disabled?: boolean | undefined;
3475
3732
  }>, {
3476
3733
  label: undefined;
3477
3734
  errorMessage: undefined;
@@ -3482,23 +3739,37 @@ export declare const AFormTextarea: DefineComponent<__VLS_WithDefaults_9<__VLS_T
3482
3739
  dataCy: undefined;
3483
3740
  hideLabel: boolean;
3484
3741
  rows: number;
3742
+ collab: undefined;
3743
+ disabled: undefined;
3485
3744
  }>>> & {
3486
- "onUpdate:modelValue"?: ((data: string | null) => any) | undefined;
3487
- onBlur?: ((data: string | null) => any) | undefined;
3745
+ "onUpdate:modelValue"?: ((data: string | null | undefined) => any) | undefined;
3746
+ onFocus?: ((data: string | null | undefined) => any) | undefined;
3747
+ onBlur?: ((data: string | null | undefined) => any) | undefined;
3488
3748
  "onClick:append"?: ((data: string | null) => any) | undefined;
3489
3749
  }, {
3490
- appendIcon: VuetifyIconValue;
3491
- prependIcon: VuetifyIconValue;
3750
+ appendIcon: string;
3751
+ disabled: boolean;
3752
+ prependIcon: string;
3492
3753
  dataCy: string;
3493
3754
  required: boolean;
3494
3755
  label: string;
3495
3756
  hideLabel: boolean;
3496
3757
  errorMessage: string;
3497
3758
  v: any;
3759
+ collab: {
3760
+ room: string;
3761
+ field: string;
3762
+ enabled: boolean;
3763
+ cachedUsers: CollabCachedUsersMap;
3764
+ };
3498
3765
  rows: number;
3499
- }, {}>;
3766
+ }, {}>, {
3767
+ locked?(_: {
3768
+ userId: number;
3769
+ }): any;
3770
+ }>;
3500
3771
 
3501
- export declare const AFormTextField: DefineComponent<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_10<{
3772
+ export declare const AFormTextField: __VLS_WithTemplateSlots_5<DefineComponent<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_10<{
3502
3773
  modelValue: string | number | null | undefined;
3503
3774
  label?: string | undefined;
3504
3775
  errorMessage?: string | undefined;
@@ -3511,6 +3782,15 @@ export declare const AFormTextField: DefineComponent<__VLS_WithDefaults_8<__VLS_
3511
3782
  type?: string | undefined;
3512
3783
  step?: number | undefined;
3513
3784
  maxlength?: number | undefined;
3785
+ collab?: {
3786
+ room: string;
3787
+ field: string;
3788
+ enabled: boolean;
3789
+ cachedUsers: CollabCachedUsersMap;
3790
+ } | undefined;
3791
+ disabled?: boolean | undefined;
3792
+ placeholder?: string | undefined;
3793
+ persistentPlaceholder?: boolean | undefined;
3514
3794
  }>, {
3515
3795
  label: undefined;
3516
3796
  errorMessage: undefined;
@@ -3523,10 +3803,15 @@ export declare const AFormTextField: DefineComponent<__VLS_WithDefaults_8<__VLS_
3523
3803
  type: string;
3524
3804
  step: undefined;
3525
3805
  maxlength: undefined;
3806
+ collab: undefined;
3807
+ disabled: undefined;
3808
+ placeholder: undefined;
3809
+ persistentPlaceholder: boolean;
3526
3810
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3527
3811
  "update:modelValue": (data: string | number | null | undefined) => void;
3528
3812
  "click:append": (data: string | number | null | undefined) => void;
3529
3813
  blur: (data: string | number | null | undefined) => void;
3814
+ focus: (data: string | number | null | undefined) => void;
3530
3815
  }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_10<{
3531
3816
  modelValue: string | number | null | undefined;
3532
3817
  label?: string | undefined;
@@ -3540,6 +3825,15 @@ export declare const AFormTextField: DefineComponent<__VLS_WithDefaults_8<__VLS_
3540
3825
  type?: string | undefined;
3541
3826
  step?: number | undefined;
3542
3827
  maxlength?: number | undefined;
3828
+ collab?: {
3829
+ room: string;
3830
+ field: string;
3831
+ enabled: boolean;
3832
+ cachedUsers: CollabCachedUsersMap;
3833
+ } | undefined;
3834
+ disabled?: boolean | undefined;
3835
+ placeholder?: string | undefined;
3836
+ persistentPlaceholder?: boolean | undefined;
3543
3837
  }>, {
3544
3838
  label: undefined;
3545
3839
  errorMessage: undefined;
@@ -3552,25 +3846,43 @@ export declare const AFormTextField: DefineComponent<__VLS_WithDefaults_8<__VLS_
3552
3846
  type: string;
3553
3847
  step: undefined;
3554
3848
  maxlength: undefined;
3849
+ collab: undefined;
3850
+ disabled: undefined;
3851
+ placeholder: undefined;
3852
+ persistentPlaceholder: boolean;
3555
3853
  }>>> & {
3556
3854
  "onUpdate:modelValue"?: ((data: string | number | null | undefined) => any) | undefined;
3855
+ onFocus?: ((data: string | number | null | undefined) => any) | undefined;
3557
3856
  onBlur?: ((data: string | number | null | undefined) => any) | undefined;
3558
3857
  "onClick:append"?: ((data: string | number | null | undefined) => any) | undefined;
3559
3858
  }, {
3560
- appendIcon: VuetifyIconValue;
3561
- prependIcon: VuetifyIconValue;
3859
+ appendIcon: string;
3860
+ disabled: boolean;
3861
+ prependIcon: string;
3562
3862
  type: string;
3563
3863
  dataCy: string;
3564
3864
  required: boolean;
3565
3865
  label: string;
3566
3866
  hideLabel: boolean;
3867
+ placeholder: string;
3868
+ persistentPlaceholder: boolean;
3567
3869
  step: number;
3568
3870
  errorMessage: string;
3569
3871
  v: any;
3872
+ collab: {
3873
+ room: string;
3874
+ field: string;
3875
+ enabled: boolean;
3876
+ cachedUsers: CollabCachedUsersMap;
3877
+ };
3570
3878
  maxlength: number;
3571
- }, {}>;
3879
+ }, {}>, {
3880
+ locked?(_: {
3881
+ userId: number;
3882
+ }): any;
3883
+ }>;
3572
3884
 
3573
- export declare const AFormValueObjectOptionsSelect: DefineComponent<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_17<{
3885
+ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<DefineComponent<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_18<{
3574
3886
  modelValue: any;
3575
3887
  items: any[];
3576
3888
  label?: string | undefined;
@@ -3582,6 +3894,13 @@ export declare const AFormValueObjectOptionsSelect: DefineComponent<__VLS_WithDe
3582
3894
  hideDetails?: boolean | undefined;
3583
3895
  clearable?: boolean | undefined;
3584
3896
  dataCy?: string | undefined;
3897
+ collab?: {
3898
+ room: string;
3899
+ field: string;
3900
+ enabled: boolean;
3901
+ cachedUsers: CollabCachedUsersMap;
3902
+ } | undefined;
3903
+ disabled?: boolean | undefined;
3585
3904
  }>, {
3586
3905
  label: undefined;
3587
3906
  errorMessage: undefined;
@@ -3592,10 +3911,13 @@ export declare const AFormValueObjectOptionsSelect: DefineComponent<__VLS_WithDe
3592
3911
  hideDetails: boolean;
3593
3912
  clearable: boolean;
3594
3913
  dataCy: string;
3914
+ collab: undefined;
3915
+ disabled: undefined;
3595
3916
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3596
3917
  "update:modelValue": (data: any) => void;
3597
3918
  blur: (data: any) => void;
3598
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_17<{
3919
+ focus: (data: any) => void;
3920
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_18<{
3599
3921
  modelValue: any;
3600
3922
  items: any[];
3601
3923
  label?: string | undefined;
@@ -3607,6 +3929,13 @@ export declare const AFormValueObjectOptionsSelect: DefineComponent<__VLS_WithDe
3607
3929
  hideDetails?: boolean | undefined;
3608
3930
  clearable?: boolean | undefined;
3609
3931
  dataCy?: string | undefined;
3932
+ collab?: {
3933
+ room: string;
3934
+ field: string;
3935
+ enabled: boolean;
3936
+ cachedUsers: CollabCachedUsersMap;
3937
+ } | undefined;
3938
+ disabled?: boolean | undefined;
3610
3939
  }>, {
3611
3940
  label: undefined;
3612
3941
  errorMessage: undefined;
@@ -3617,10 +3946,14 @@ export declare const AFormValueObjectOptionsSelect: DefineComponent<__VLS_WithDe
3617
3946
  hideDetails: boolean;
3618
3947
  clearable: boolean;
3619
3948
  dataCy: string;
3949
+ collab: undefined;
3950
+ disabled: undefined;
3620
3951
  }>>> & {
3621
3952
  "onUpdate:modelValue"?: ((data: any) => any) | undefined;
3953
+ onFocus?: ((data: any) => any) | undefined;
3622
3954
  onBlur?: ((data: any) => any) | undefined;
3623
3955
  }, {
3956
+ disabled: boolean;
3624
3957
  dataCy: string;
3625
3958
  multiple: boolean;
3626
3959
  required: boolean;
@@ -3630,9 +3963,19 @@ export declare const AFormValueObjectOptionsSelect: DefineComponent<__VLS_WithDe
3630
3963
  hideDetails: boolean;
3631
3964
  errorMessage: string;
3632
3965
  v: any;
3633
- }, {}>;
3966
+ collab: {
3967
+ room: string;
3968
+ field: string;
3969
+ enabled: boolean;
3970
+ cachedUsers: CollabCachedUsersMap;
3971
+ };
3972
+ }, {}>, {
3973
+ locked?(_: {
3974
+ userId: number;
3975
+ }): any;
3976
+ }>;
3634
3977
 
3635
- export declare const AIconGroup: DefineComponent<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
3978
+ export declare const AIconGroup: DefineComponent<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_39<{
3636
3979
  mainIcon: string;
3637
3980
  secondaryIcon?: string | null | undefined;
3638
3981
  secondaryText?: string | null | undefined;
@@ -3641,7 +3984,7 @@ export declare const AIconGroup: DefineComponent<__VLS_WithDefaults_35<__VLS_Typ
3641
3984
  secondaryIcon: null;
3642
3985
  secondaryText: null;
3643
3986
  size: string;
3644
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
3987
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_39<{
3645
3988
  mainIcon: string;
3646
3989
  secondaryIcon?: string | null | undefined;
3647
3990
  secondaryText?: string | null | undefined;
@@ -3656,7 +3999,7 @@ export declare const AIconGroup: DefineComponent<__VLS_WithDefaults_35<__VLS_Typ
3656
3999
  secondaryText: null | string;
3657
4000
  }, {}>;
3658
4001
 
3659
- export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_65<{
4002
+ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_66<{
3660
4003
  modelValue: IntegerIdNullable;
3661
4004
  queueKey: UploadQueueKey;
3662
4005
  uploadConfig: ImageWidgetUploadConfig;
@@ -3689,7 +4032,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
3689
4032
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3690
4033
  "update:modelValue": (data: IntegerIdNullable) => void;
3691
4034
  afterMetadataSaveSuccess: () => void;
3692
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_65<{
4035
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_66<{
3693
4036
  modelValue: IntegerIdNullable;
3694
4037
  queueKey: UploadQueueKey;
3695
4038
  uploadConfig: ImageWidgetUploadConfig;
@@ -3733,7 +4076,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
3733
4076
  callDeleteApiOnRemove: boolean;
3734
4077
  }, {}>;
3735
4078
 
3736
- export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_67<{
4079
+ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_68<{
3737
4080
  modelValue: IntegerId[];
3738
4081
  queueKey: UploadQueueKey;
3739
4082
  uploadConfig: ImageWidgetUploadConfig;
@@ -3759,7 +4102,7 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_64
3759
4102
  saveImages: () => Promise<boolean>;
3760
4103
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3761
4104
  "update:modelValue": (data: number[]) => void;
3762
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_67<{
4105
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_68<{
3763
4106
  modelValue: IntegerId[];
3764
4107
  queueKey: UploadQueueKey;
3765
4108
  uploadConfig: ImageWidgetUploadConfig;
@@ -3792,7 +4135,7 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_64
3792
4135
  callDeleteApiOnRemove: boolean;
3793
4136
  }, {}>;
3794
4137
 
3795
- export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_68<{
4138
+ export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_69<{
3796
4139
  modelValue: IntegerId[];
3797
4140
  images?: ImageAware[] | undefined;
3798
4141
  configName?: string | undefined;
@@ -3812,7 +4155,7 @@ export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefau
3812
4155
  aspectRatio: number;
3813
4156
  showDescription: boolean;
3814
4157
  showSource: boolean;
3815
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_68<{
4158
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_69<{
3816
4159
  modelValue: IntegerId[];
3817
4160
  images?: ImageAware[] | undefined;
3818
4161
  configName?: string | undefined;
@@ -3843,7 +4186,7 @@ export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefau
3843
4186
  images: ImageAware[];
3844
4187
  }, {}>;
3845
4188
 
3846
- export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_15<DefineComponent<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_66<{
4189
+ export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_22<DefineComponent<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_67<{
3847
4190
  modelValue: IntegerIdNullable | undefined;
3848
4191
  image?: ImageAware | ImageCreateUpdateAware | null | undefined;
3849
4192
  configName?: string | undefined;
@@ -3862,7 +4205,7 @@ export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_15<DefineCompon
3862
4205
  aspectRatio: number;
3863
4206
  showDescription: boolean;
3864
4207
  showSource: boolean;
3865
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_66<{
4208
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_67<{
3866
4209
  modelValue: IntegerIdNullable | undefined;
3867
4210
  image?: ImageAware | ImageCreateUpdateAware | null | undefined;
3868
4211
  configName?: string | undefined;
@@ -3920,12 +4263,12 @@ export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_15<DefineCompon
3920
4263
  }): any;
3921
4264
  }>;
3922
4265
 
3923
- export declare const AJobDetailCommon: __VLS_WithTemplateSlots_11<DefineComponent<__VLS_WithDefaults_57<__VLS_TypePropsToRuntimeProps_60<{
4266
+ export declare const AJobDetailCommon: __VLS_WithTemplateSlots_18<DefineComponent<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_61<{
3924
4267
  job: JobBase<`job${string}`>;
3925
4268
  loading?: boolean | undefined;
3926
4269
  }>, {
3927
4270
  loading: boolean;
3928
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_57<__VLS_TypePropsToRuntimeProps_60<{
4271
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_61<{
3929
4272
  job: JobBase<`job${string}`>;
3930
4273
  loading?: boolean | undefined;
3931
4274
  }>, {
@@ -3936,9 +4279,9 @@ export declare const AJobDetailCommon: __VLS_WithTemplateSlots_11<DefineComponen
3936
4279
  "resource-name"?(_: {}): any;
3937
4280
  }>;
3938
4281
 
3939
- export declare const AJobStatusChip: DefineComponent<__VLS_TypePropsToRuntimeProps_32<{
4282
+ export declare const AJobStatusChip: DefineComponent<__VLS_TypePropsToRuntimeProps_33<{
3940
4283
  value: JobStatus;
3941
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_32<{
4284
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_33<{
3942
4285
  value: JobStatus;
3943
4286
  }>>>, {}, {}>;
3944
4287
 
@@ -3948,13 +4291,13 @@ export declare const ALanguageSelect: DefineComponent<{}, {}, {}, {}, {}, Compon
3948
4291
  onAfterChange?: ((code: LanguageCode) => any) | undefined;
3949
4292
  }, {}, {}>;
3950
4293
 
3951
- export declare const ALogData: DefineComponent<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_31<{
4294
+ export declare const ALogData: DefineComponent<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_32<{
3952
4295
  data: any;
3953
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_31<{
4296
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_32<{
3954
4297
  data: any;
3955
4298
  }>, {}>>>, {}, {}>;
3956
4299
 
3957
- export declare const ALoginView: DefineComponent<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_70<{
4300
+ export declare const ALoginView: DefineComponent<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_72<{
3958
4301
  title?: string | undefined;
3959
4302
  logoUrl?: string | undefined;
3960
4303
  loginUrl?: undefined | (() => string);
@@ -3964,7 +4307,7 @@ export declare const ALoginView: DefineComponent<__VLS_WithDefaults_67<__VLS_Typ
3964
4307
  logoUrl: undefined;
3965
4308
  loginUrl: undefined;
3966
4309
  dataCy: string;
3967
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_70<{
4310
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_72<{
3968
4311
  title?: string | undefined;
3969
4312
  logoUrl?: string | undefined;
3970
4313
  loginUrl?: undefined | (() => string);
@@ -3981,17 +4324,17 @@ export declare const ALoginView: DefineComponent<__VLS_WithDefaults_67<__VLS_Typ
3981
4324
  loginUrl: () => string;
3982
4325
  }, {}>;
3983
4326
 
3984
- export declare const ALogLevelChip: DefineComponent<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<{
4327
+ export declare const ALogLevelChip: DefineComponent<__VLS_WithDefaults_53<__VLS_TypePropsToRuntimeProps_56<{
3985
4328
  level: LogLevel;
3986
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<{
4329
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_53<__VLS_TypePropsToRuntimeProps_56<{
3987
4330
  level: LogLevel;
3988
4331
  }>, {}>>>, {}, {}>;
3989
4332
 
3990
- export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_71<{
4333
+ export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_73<{
3991
4334
  logoutUrl?: undefined | (() => string);
3992
4335
  }>, {
3993
4336
  logoutUrl: undefined;
3994
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_71<{
4337
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_73<{
3995
4338
  logoutUrl?: undefined | (() => string);
3996
4339
  }>, {
3997
4340
  logoutUrl: undefined;
@@ -3999,9 +4342,9 @@ export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_68<__VLS_Ty
3999
4342
  logoutUrl: () => string;
4000
4343
  }, {}>;
4001
4344
 
4002
- export declare const ANotFoundView: DefineComponent<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_73<{
4345
+ export declare const ANotFoundView: DefineComponent<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_75<{
4003
4346
  returnRouteName: string;
4004
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_73<{
4347
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_75<{
4005
4348
  returnRouteName: string;
4006
4349
  }>, {}>>>, {}, {}>;
4007
4350
 
@@ -4038,6 +4381,14 @@ export declare const AnzuSystemsCommonAdmin: {
4038
4381
  install<T extends `${string}_${string}_${string}` = `${string}_${string}_${string}`>(app: App, options: PluginOptions<T>): void;
4039
4382
  };
4040
4383
 
4384
+ export declare const AnzutapLockedByUser: DefineComponent<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_70<{
4385
+ id: null | undefined | IntegerId;
4386
+ users: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
4387
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_70<{
4388
+ id: null | undefined | IntegerId;
4389
+ users: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
4390
+ }>, {}>>>, {}, {}>;
4391
+
4041
4392
  export declare interface AnzuUser extends AnzuUserAndTimeTrackingAware, AnzuUserMinimal {
4042
4393
  enabled: boolean;
4043
4394
  roles: string[];
@@ -4180,7 +4531,7 @@ export declare const arraysHaveSameElements: <T>(array1: T[], array2: T[]) => bo
4180
4531
 
4181
4532
  export declare const arrayToString: (values: Array<string | number>, separator?: string) => string;
4182
4533
 
4183
- export declare const ASortable: __VLS_WithTemplateSlots_12<DefineComponent<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_61<{
4534
+ export declare const ASortable: __VLS_WithTemplateSlots_19<DefineComponent<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_62<{
4184
4535
  modelValue: any;
4185
4536
  dirty?: Set<string | number> | undefined;
4186
4537
  keyField?: string | undefined;
@@ -4225,7 +4576,7 @@ export declare const ASortable: __VLS_WithTemplateSlots_12<DefineComponent<__VLS
4225
4576
  onAddLast: (data: any) => void;
4226
4577
  onEdit: (data: SortableItem<any>) => void;
4227
4578
  onDelete: (data: SortableItem<any>) => void;
4228
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_61<{
4579
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_62<{
4229
4580
  modelValue: any;
4230
4581
  dirty?: Set<string | number> | undefined;
4231
4582
  keyField?: string | undefined;
@@ -4290,7 +4641,7 @@ export declare const ASortable: __VLS_WithTemplateSlots_12<DefineComponent<__VLS
4290
4641
  }): any;
4291
4642
  }>;
4292
4643
 
4293
- export declare const ASortableNested: __VLS_WithTemplateSlots_13<DefineComponent<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_62<{
4644
+ export declare const ASortableNested: __VLS_WithTemplateSlots_20<DefineComponent<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_63<{
4294
4645
  modelValue: SortableNested<any>;
4295
4646
  maxDepth: number;
4296
4647
  disableDraggable?: boolean | undefined;
@@ -4326,7 +4677,7 @@ export declare const ASortableNested: __VLS_WithTemplateSlots_13<DefineComponent
4326
4677
  onAddLast: (data: SortableNestedItem<any> | null) => void;
4327
4678
  onEdit: (data: SortableNestedItem<any>) => void;
4328
4679
  onDelete: (data: SortableNestedItem<any>) => void;
4329
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_62<{
4680
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_63<{
4330
4681
  modelValue: SortableNested<any>;
4331
4682
  maxDepth: number;
4332
4683
  disableDraggable?: boolean | undefined;
@@ -4713,14 +5064,14 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
4713
5064
  } | undefined;
4714
5065
  };
4715
5066
 
4716
- export declare const ASystemBar: DefineComponent<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
5067
+ export declare const ASystemBar: DefineComponent<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<{
4717
5068
  currentVersion: string;
4718
5069
  checkInterval?: number | undefined;
4719
5070
  jsonRelativePath?: string | undefined;
4720
5071
  }>, {
4721
5072
  checkInterval: number;
4722
5073
  jsonRelativePath: string;
4723
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
5074
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<{
4724
5075
  currentVersion: string;
4725
5076
  checkInterval?: number | undefined;
4726
5077
  jsonRelativePath?: string | undefined;
@@ -4742,7 +5093,7 @@ export declare const ASystemEntityScope: __VLS_WithTemplateSlots_4<DefineCompone
4742
5093
  default?(_: {}): any;
4743
5094
  }>;
4744
5095
 
4745
- export declare const ATableCopyIdButton: DefineComponent<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_50<{
5096
+ export declare const ATableCopyIdButton: DefineComponent<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_51<{
4746
5097
  id: number | string;
4747
5098
  buttonT?: string | undefined;
4748
5099
  buttonClass?: string | undefined;
@@ -4757,7 +5108,7 @@ export declare const ATableCopyIdButton: DefineComponent<__VLS_WithDefaults_47<_
4757
5108
  notifyT: string;
4758
5109
  dataCy: string;
4759
5110
  size: string;
4760
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_50<{
5111
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_51<{
4761
5112
  id: number | string;
4762
5113
  buttonT?: string | undefined;
4763
5114
  buttonClass?: string | undefined;
@@ -4781,7 +5132,7 @@ export declare const ATableCopyIdButton: DefineComponent<__VLS_WithDefaults_47<_
4781
5132
  iconT: string;
4782
5133
  }, {}>;
4783
5134
 
4784
- export declare const ATableDetailButton: DefineComponent<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_51<{
5135
+ export declare const ATableDetailButton: DefineComponent<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<{
4785
5136
  routeName: string;
4786
5137
  recordId?: number | string | undefined;
4787
5138
  routeParams?: any | undefined;
@@ -4794,7 +5145,7 @@ export declare const ATableDetailButton: DefineComponent<__VLS_WithDefaults_48<_
4794
5145
  buttonT: string;
4795
5146
  buttonClass: string;
4796
5147
  dataCy: string;
4797
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_51<{
5148
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<{
4798
5149
  routeName: string;
4799
5150
  recordId?: number | string | undefined;
4800
5151
  routeParams?: any | undefined;
@@ -4815,7 +5166,7 @@ export declare const ATableDetailButton: DefineComponent<__VLS_WithDefaults_48<_
4815
5166
  recordId: string | number;
4816
5167
  }, {}>;
4817
5168
 
4818
- export declare const ATableEditButton: DefineComponent<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<{
5169
+ export declare const ATableEditButton: DefineComponent<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<{
4819
5170
  routeName: string;
4820
5171
  recordId?: number | string | undefined;
4821
5172
  routeParams?: any | undefined;
@@ -4828,7 +5179,7 @@ export declare const ATableEditButton: DefineComponent<__VLS_WithDefaults_49<__V
4828
5179
  buttonT: string;
4829
5180
  buttonClass: string;
4830
5181
  dataCy: string;
4831
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<{
5182
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<{
4832
5183
  routeName: string;
4833
5184
  recordId?: number | string | undefined;
4834
5185
  routeParams?: any | undefined;
@@ -4851,14 +5202,14 @@ export declare const ATableEditButton: DefineComponent<__VLS_WithDefaults_49<__V
4851
5202
 
4852
5203
  export declare const AThemeSelect: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
4853
5204
 
4854
- export declare const ATimeTrackingFields: DefineComponent<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_35<{
5205
+ export declare const ATimeTrackingFields: DefineComponent<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_36<{
4855
5206
  data: AnzuUserAndTimeTrackingAware | any;
4856
5207
  hideCreatedAt?: boolean | undefined;
4857
5208
  hideModifiedAt?: boolean | undefined;
4858
5209
  }>, {
4859
5210
  hideCreatedAt: boolean;
4860
5211
  hideModifiedAt: boolean;
4861
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_35<{
5212
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_36<{
4862
5213
  data: AnzuUserAndTimeTrackingAware | any;
4863
5214
  hideCreatedAt?: boolean | undefined;
4864
5215
  hideModifiedAt?: boolean | undefined;
@@ -4881,13 +5232,13 @@ declare interface AudioAttributes {
4881
5232
  bitrate: number;
4882
5233
  }
4883
5234
 
4884
- export declare const AUnauthorizedView: DefineComponent<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_72<{
5235
+ export declare const AUnauthorizedView: DefineComponent<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_74<{
4885
5236
  returnRouteName: string;
4886
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_72<{
5237
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_74<{
4887
5238
  returnRouteName: string;
4888
5239
  }>, {}>>>, {}, {}>;
4889
5240
 
4890
- export declare const AUserAndTimeTrackingFields: DefineComponent<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_39<{
5241
+ export declare const AUserAndTimeTrackingFields: DefineComponent<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_40<{
4891
5242
  data: AnzuUserAndTimeTrackingAware | any;
4892
5243
  hideCreatedAt?: boolean | undefined;
4893
5244
  hideModifiedAt?: boolean | undefined;
@@ -4898,7 +5249,7 @@ export declare const AUserAndTimeTrackingFields: DefineComponent<__VLS_WithDefau
4898
5249
  hideModifiedAt: boolean;
4899
5250
  hideCreatedBy: boolean;
4900
5251
  hideModifiedBy: boolean;
4901
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_39<{
5252
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_40<{
4902
5253
  data: AnzuUserAndTimeTrackingAware | any;
4903
5254
  hideCreatedAt?: boolean | undefined;
4904
5255
  hideModifiedAt?: boolean | undefined;
@@ -4944,6 +5295,269 @@ export declare type CachedItem<T extends object> = T & {
4944
5295
  */
4945
5296
  export declare const cloneDeep: <T>(object: T) => T;
4946
5297
 
5298
+ declare interface CollabAccessRoomCallback {
5299
+ status: CollabAccessRoomStatusType;
5300
+ }
5301
+
5302
+ export declare type CollabAccessRoomCallbackTypes = CollabSuccessAccessRoomCallback | CollabOccupiedAccessRoomCallback | CollabFailedAccessRoomCallback;
5303
+
5304
+ export declare const CollabAccessRoomStatus: {
5305
+ readonly Ok: "ok";
5306
+ readonly Occupied: "occupied";
5307
+ readonly Failed: "failed";
5308
+ };
5309
+
5310
+ export declare type CollabAccessRoomStatusType = (typeof CollabAccessRoomStatus)[keyof typeof CollabAccessRoomStatus];
5311
+
5312
+ export declare interface CollabApprovedJoinRequestEvent {
5313
+ room: CollabRoom;
5314
+ }
5315
+
5316
+ export declare interface CollabApprovedRequestToTakeModerationEvent {
5317
+ room: CollabRoom;
5318
+ }
5319
+
5320
+ declare type CollabCachedUsersMap = Map<IntegerId, CachedItem<AnzuUserMinimal>>;
5321
+
5322
+ export declare type CollabChangeRoomLockCallbackTypes = CollabSuccessChangeRoomLockCallback | CollabFailedChangeRoomLockCallback;
5323
+
5324
+ declare interface CollabChangeRoomLocksInfoCallback {
5325
+ status: CollabChangeRoomLockStatusType;
5326
+ }
5327
+
5328
+ export declare const CollabChangeRoomLockStatus: {
5329
+ readonly Ok: "ok";
5330
+ readonly Failed: "failed";
5331
+ };
5332
+
5333
+ export declare type CollabChangeRoomLockStatusType = (typeof CollabChangeRoomLockStatus)[keyof typeof CollabChangeRoomLockStatus];
5334
+
5335
+ export declare interface CollabClientToServerEvents {
5336
+ subscribeCollabRoomInfo: (room: CollabRoom, callback: (data: CollabRoomInfoCallback) => void) => void;
5337
+ unsubscribeCollabRoomInfo: (room: CollabRoom, callback: (data: CollabRoomInfoCallback) => void) => void;
5338
+ joinCollabRoom: (room: CollabRoom, options: CollabRoomOptions, callback: (data: CollabAccessRoomCallbackTypes) => void) => void;
5339
+ leaveCollabRoom: (room: CollabRoom, callback: (data: CollabAccessRoomCallbackTypes) => void) => void;
5340
+ acquireFieldLock: (room: CollabRoom, field: CollabFieldName, options: CollabFieldLockOptions, callback: (data: CollabChangeRoomLockCallbackTypes) => void) => void;
5341
+ releaseFieldLock: (room: CollabRoom, field: CollabFieldName, changedData: unknown, options: CollabFieldLockOptions, callback: (data: CollabChangeRoomLockCallbackTypes) => void) => void;
5342
+ changeFieldData: (room: CollabRoom, field: CollabFieldName, changedData: unknown, callback: (data: CollabChangeRoomLockCallbackTypes) => void) => void;
5343
+ requestToJoin: (room: CollabRoom, timestamp: number, callback: (data: CollabRequestToJoinStatusCallback) => void) => void;
5344
+ approveRequestToJoin: (room: CollabRoom, userId: CollabUserId) => void;
5345
+ rejectRequestToJoin: (room: CollabRoom, userId: CollabUserId) => void;
5346
+ enteredCollabRoom: (room: CollabRoom) => void;
5347
+ requestToTakeModeration: (room: CollabRoom, timestamp: number, callback: (data: CollabRequestToTakeModerationStatusCallback) => void) => void;
5348
+ approveRequestToTakeModeration: (room: CollabRoom) => void;
5349
+ rejectRequestToTakeModeration: (room: CollabRoom) => void;
5350
+ kickUserFromRoom: (room: CollabRoom, userId: CollabUserId) => void;
5351
+ transferModeration: (room: CollabRoom, userId: CollabUserId) => void;
5352
+ fetchRoomsInfo: (rooms: CollabRoom[], callback: (data: CollabRoomsInfo) => void) => void;
5353
+ }
5354
+
5355
+ declare interface CollabConfig {
5356
+ room: CollabRoom;
5357
+ joinStrategy: CollabRoomJoinStrategyType;
5358
+ occupiedOrKickedRedirectToRoute: string;
5359
+ editors: CollabFieldName[];
5360
+ }
5361
+
5362
+ export declare interface CollabDelayedRequest {
5363
+ userId: CollabUserId;
5364
+ timestamp: number;
5365
+ }
5366
+
5367
+ export declare interface CollabFailedAccessRoomCallback extends CollabAccessRoomCallback {
5368
+ status: typeof CollabAccessRoomStatus.Failed;
5369
+ reason: string;
5370
+ }
5371
+
5372
+ export declare interface CollabFailedChangeRoomLockCallback extends CollabChangeRoomLocksInfoCallback {
5373
+ status: typeof CollabChangeRoomLockStatus.Failed;
5374
+ reason: string;
5375
+ }
5376
+
5377
+ export declare type CollabFieldData = unknown;
5378
+
5379
+ export declare interface CollabFieldDataEnvelope {
5380
+ type: 'scalar' | 'json';
5381
+ user: CollabUserId;
5382
+ value: CollabFieldData;
5383
+ }
5384
+
5385
+ export declare type CollabFieldLock = CollabUserIdNullable;
5386
+
5387
+ export declare interface CollabFieldLockOptions {
5388
+ forceFailure?: boolean;
5389
+ }
5390
+
5391
+ export declare const CollabFieldLockStatus: {
5392
+ readonly Success: "success";
5393
+ readonly Failure: "failure";
5394
+ };
5395
+
5396
+ export declare interface CollabFieldLockStatusEvent {
5397
+ room: CollabRoom;
5398
+ field: string;
5399
+ }
5400
+
5401
+ export declare interface CollabFieldLockStatusPayload {
5402
+ type: CollabFieldLockTypeType;
5403
+ status: CollabFieldLockStatusType;
5404
+ }
5405
+
5406
+ export declare type CollabFieldLockStatusType = (typeof CollabFieldLockStatus)[keyof typeof CollabFieldLockStatus];
5407
+
5408
+ export declare const CollabFieldLockType: {
5409
+ readonly Acquire: "acquire";
5410
+ readonly Release: "release";
5411
+ };
5412
+
5413
+ export declare type CollabFieldLockTypeType = (typeof CollabFieldLockType)[keyof typeof CollabFieldLockType];
5414
+
5415
+ export declare type CollabFieldName = string;
5416
+
5417
+ export declare interface CollabGatheringBufferDataEvent {
5418
+ room: CollabRoom;
5419
+ }
5420
+
5421
+ export declare interface CollabJoinRequestEvent {
5422
+ room: CollabRoom;
5423
+ userId: number;
5424
+ timestamp: number;
5425
+ }
5426
+
5427
+ export declare interface CollabKickedFromRoomEvent {
5428
+ room: CollabRoom;
5429
+ }
5430
+
5431
+ export declare interface CollabOccupiedAccessRoomCallback extends CollabAccessRoomCallback, CollabRoomInfoCallback {
5432
+ status: typeof CollabAccessRoomStatus.Occupied;
5433
+ }
5434
+
5435
+ export declare interface CollabRejectedJoinRequestEvent {
5436
+ room: CollabRoom;
5437
+ }
5438
+
5439
+ export declare interface CollabRejectedRequestToTakeModerationEvent {
5440
+ room: CollabRoom;
5441
+ }
5442
+
5443
+ export declare const CollabRequestToJoinStatus: {
5444
+ readonly Ok: "ok";
5445
+ readonly AlreadyRequested: "alreadyRequested";
5446
+ readonly Failed: "failed";
5447
+ };
5448
+
5449
+ export declare interface CollabRequestToJoinStatusCallback {
5450
+ status: CollabRequestToJoinStatusType;
5451
+ }
5452
+
5453
+ export declare type CollabRequestToJoinStatusType = (typeof CollabRequestToJoinStatus)[keyof typeof CollabRequestToJoinStatus];
5454
+
5455
+ export declare interface CollabRequestToTakeModerationEvent {
5456
+ room: CollabRoom;
5457
+ userId: number;
5458
+ timestamp: number;
5459
+ }
5460
+
5461
+ export declare const CollabRequestToTakeModerationStatus: {
5462
+ readonly Ok: "ok";
5463
+ readonly AlreadyRequested: "alreadyRequested";
5464
+ readonly Failed: "failed";
5465
+ };
5466
+
5467
+ export declare interface CollabRequestToTakeModerationStatusCallback {
5468
+ status: CollabRequestToTakeModerationStatusType;
5469
+ }
5470
+
5471
+ export declare type CollabRequestToTakeModerationStatusType = (typeof CollabRequestToTakeModerationStatus)[keyof typeof CollabRequestToTakeModerationStatus];
5472
+
5473
+ export declare type CollabRoom = string;
5474
+
5475
+ export declare interface CollabRoomData extends Record<CollabFieldName, CollabFieldDataEnvelope> {
5476
+ }
5477
+
5478
+ export declare interface CollabRoomDataChangedEvent {
5479
+ room: CollabRoom;
5480
+ field: string;
5481
+ }
5482
+
5483
+ export declare interface CollabRoomInfo {
5484
+ name: CollabRoom;
5485
+ moderator: CollabUserIdNullable;
5486
+ users: CollabUserId[];
5487
+ status: CollabStatusType;
5488
+ }
5489
+
5490
+ export declare interface CollabRoomInfoCallback {
5491
+ room: CollabRoomInfo;
5492
+ }
5493
+
5494
+ export declare const CollabRoomJoinStrategy: {
5495
+ readonly Free: "free";
5496
+ readonly Moderated: "moderated";
5497
+ };
5498
+
5499
+ export declare type CollabRoomJoinStrategyType = (typeof CollabRoomJoinStrategy)[keyof typeof CollabRoomJoinStrategy];
5500
+
5501
+ export declare interface CollabRoomLocks extends Record<CollabFieldName, CollabFieldLock> {
5502
+ }
5503
+
5504
+ export declare interface CollabRoomLocksInfoCallback {
5505
+ locks: CollabRoomLocks;
5506
+ }
5507
+
5508
+ export declare interface CollabRoomOptions {
5509
+ joinStrategy?: CollabRoomJoinStrategyType;
5510
+ editors?: CollabFieldName[];
5511
+ }
5512
+
5513
+ export declare interface CollabRoomPlainData extends Record<CollabFieldName, CollabFieldData> {
5514
+ }
5515
+
5516
+ export declare interface CollabRoomsInfo extends Record<CollabRoom, CollabRoomInfo> {
5517
+ }
5518
+
5519
+ export declare type CollabRouteMeta = (params: RouteParams) => CollabConfig;
5520
+
5521
+ export declare interface CollabServerToClientEvents {
5522
+ collabRoomChanged: (room: CollabRoomInfo) => void;
5523
+ collabRoomLocksChanged: (room: CollabRoom, locks: CollabRoomLocks) => void;
5524
+ collabRoomDataChanged: (room: CollabRoom, data: CollabRoomData) => void;
5525
+ requestToJoin: (room: CollabRoom, user: CollabUserId, timestamp: number) => void;
5526
+ approvedRequestToJoin: (room: CollabRoom) => void;
5527
+ rejectedRequestToJoin: (room: CollabRoom) => void;
5528
+ startCollab: (room: CollabRoom, callback: (data: CollabRoomPlainData) => void) => void;
5529
+ requestToTakeModeration: (room: CollabRoom, user: CollabUserId, timestamp: number) => void;
5530
+ transferredModeration: (room: CollabRoom) => void;
5531
+ approvedRequestToTakeModeration: (room: CollabRoom) => void;
5532
+ rejectedRequestToTakeModeration: (room: CollabRoom) => void;
5533
+ kickedFromRoom: (room: CollabRoom) => void;
5534
+ }
5535
+
5536
+ export declare interface CollabStartingEvent {
5537
+ room: CollabRoom;
5538
+ startedCallback: (data: CollabRoomPlainData) => void;
5539
+ }
5540
+
5541
+ export declare const CollabStatus: {
5542
+ readonly Inactive: "inactive";
5543
+ readonly Active: "active";
5544
+ };
5545
+
5546
+ export declare type CollabStatusType = (typeof CollabStatus)[keyof typeof CollabStatus];
5547
+
5548
+ export declare interface CollabSuccessAccessRoomCallback extends CollabAccessRoomCallback, CollabRoomInfoCallback {
5549
+ status: typeof CollabAccessRoomStatus.Ok;
5550
+ }
5551
+
5552
+ export declare interface CollabSuccessChangeRoomLockCallback extends CollabChangeRoomLocksInfoCallback, CollabRoomLocksInfoCallback {
5553
+ status: typeof CollabChangeRoomLockStatus.Ok;
5554
+ locks: CollabRoomLocks;
5555
+ }
5556
+
5557
+ export declare type CollabUserId = number;
5558
+
5559
+ export declare type CollabUserIdNullable = number | null;
5560
+
4947
5561
  declare type ColumnConfig = {
4948
5562
  key: string;
4949
5563
  title?: string;
@@ -4960,6 +5574,11 @@ declare type ColumnInternalValues = {
4960
5574
 
4961
5575
  export declare const COMMON_CONFIG: Immutable<typeof commonConfig>;
4962
5576
 
5577
+ declare type CommonAdminCollabOptions = undefined | {
5578
+ enabled: boolean;
5579
+ socketUrl: string;
5580
+ };
5581
+
4963
5582
  declare interface CommonAdminCoreDamConfig {
4964
5583
  damClient: () => AxiosInstance;
4965
5584
  }
@@ -5018,6 +5637,8 @@ export declare interface CreatedByAware {
5018
5637
  createdBy: IntegerIdNullable;
5019
5638
  }
5020
5639
 
5640
+ export declare const createFieldLockStatusPayload: (type: CollabFieldLockTypeType, status: CollabFieldLockStatusType) => CollabFieldLockStatusPayload;
5641
+
5021
5642
  export declare const cropToRegion: (cropper: Cropper_2, regionOfInterest: RegionOfInterest, originalImageWidth: number, originalImageHeight: number) => RegionOfInterest;
5022
5643
 
5023
5644
  export declare type CurrentUserType = DeepReadonly<Ref<UnwrapRef<AnzuUser | undefined>>>;
@@ -6279,6 +6900,10 @@ export declare const isArray: <T = unknown>(value: unknown) => value is T[];
6279
6900
 
6280
6901
  export declare const isBoolean: (value: unknown) => value is boolean;
6281
6902
 
6903
+ export declare function isCollabFailedChangeRoomLockCallback(callback: CollabChangeRoomLockCallbackTypes): callback is CollabFailedChangeRoomLockCallback;
6904
+
6905
+ export declare function isCollabSuccessChangeRoomLockCallback(callback: CollabChangeRoomLockCallbackTypes): callback is CollabSuccessChangeRoomLockCallback;
6906
+
6282
6907
  export declare const isCreatedByAware: (value: object) => value is CreatedByAware;
6283
6908
 
6284
6909
  export declare const isDefined: <T>(value: T | undefined) => value is T;
@@ -8375,6 +9000,7 @@ export declare type PluginOptions<T extends AclValue = AclValue> = {
8375
9000
  customAclResolver?: CustomAclResolver<T>;
8376
9001
  coreDam?: CommonAdminCoreDamOptions;
8377
9002
  image?: CommonAdminImageOptions;
9003
+ collab?: CommonAdminCollabOptions;
8378
9004
  };
8379
9005
 
8380
9006
  export declare type Prettify<T> = {
@@ -8650,6 +9276,124 @@ declare type UseCachedType = () => {
8650
9276
  addManualMinimal: any;
8651
9277
  };
8652
9278
 
9279
+ export declare function useCollabAnyDataChange(room: CollabRoom): {
9280
+ addCollabAnyDataChangeListener: (callback: (field: CollabFieldName, data: CollabFieldDataEnvelope) => void) => void;
9281
+ changeCollabAnyData: (field: CollabFieldName, data: CollabFieldData, callback?: Fn | undefined) => void;
9282
+ };
9283
+
9284
+ export declare function useCollabApprovedJoinRequestEventBus(): UseEventBusReturn<CollabApprovedJoinRequestEvent, any>;
9285
+
9286
+ export declare function useCollabApprovedRequestToTakeModerationEventBus(): UseEventBusReturn<CollabApprovedRequestToTakeModerationEvent, any>;
9287
+
9288
+ export declare function useCollabCurrentUserId(): {
9289
+ currentUserId: Ref<IntegerIdNullable>;
9290
+ };
9291
+
9292
+ export declare function useCollabField(room: CollabRoom, field: CollabFieldName): {
9293
+ lockedByUser: ComputedRef<number | null>;
9294
+ addCollabFieldDataChangeListener: (callback: (data: CollabFieldDataEnvelope) => void) => void;
9295
+ addCollabFieldLockStatusListener: (callback: (data: CollabFieldLockStatusPayload) => void) => void;
9296
+ addCollabGatheringBufferDataListener: (callback: () => void) => void;
9297
+ acquireCollabFieldLock: (options?: Partial<CollabFieldLockOptions>) => void;
9298
+ releaseCollabFieldLock: (data: CollabFieldData, options?: Partial<CollabFieldLockOptions>) => void;
9299
+ changeCollabFieldData: (data: CollabFieldData) => void;
9300
+ collabFieldDataBufferState: Map<string, Map<string, unknown>>;
9301
+ };
9302
+
9303
+ export declare function useCollabFieldLockStatusEventBus(): UseEventBusReturn<CollabFieldLockStatusEvent, CollabFieldLockStatusPayload>;
9304
+
9305
+ export declare function useCollabGatheringBufferDataEventBus(): UseEventBusReturn<CollabGatheringBufferDataEvent, any>;
9306
+
9307
+ export declare function useCollabHelpers(): {
9308
+ createCollabRoom: (id: IntegerId | DocId, entity: string, system: string) => string;
9309
+ createCollabFieldConfig: (name: CollabFieldName, room: CollabRoom, cachedUsers: CollabCachedUsersMap) => {
9310
+ room: string;
9311
+ field: string;
9312
+ enabled: boolean;
9313
+ cachedUsers: CollabCachedUsersMap;
9314
+ };
9315
+ createCollabCommandConfig: (name: CollabFieldName, room: CollabRoom, cachedUsers: CollabCachedUsersMap) => {
9316
+ room: string;
9317
+ field: string;
9318
+ enabled: boolean;
9319
+ cachedUsers: CollabCachedUsersMap;
9320
+ };
9321
+ createCollabEmbedFieldName: (id: DocId) => string;
9322
+ createCollabCommentFieldName: (id: DocId) => string;
9323
+ };
9324
+
9325
+ export declare function useCollabInit(): {
9326
+ initCollab: () => void;
9327
+ };
9328
+
9329
+ export declare function useCollabJoinRequestEventBus(): UseEventBusReturn<CollabJoinRequestEvent, any>;
9330
+
9331
+ export declare function useCollabKickedFromRoomEventBus(): UseEventBusReturn<CollabKickedFromRoomEvent, any>;
9332
+
9333
+ export declare function useCollabReconnectEventBus(): UseEventBusReturn<"reconnect", any>;
9334
+
9335
+ export declare function useCollabRejectedJoinRequestEventBus(): UseEventBusReturn<CollabRejectedJoinRequestEvent, any>;
9336
+
9337
+ export declare function useCollabRejectedRequestToTakeModerationEventBus(): UseEventBusReturn<CollabRejectedRequestToTakeModerationEvent, any>;
9338
+
9339
+ export declare function useCollabRequestToTakeModerationEventBus(): UseEventBusReturn<CollabRequestToTakeModerationEvent, any>;
9340
+
9341
+ export declare function useCollabRoom(room: CollabRoom, addToCachedUsers?: ((...args: AddToCachedArgs<IntegerId | DocId>) => void) | undefined, fetchCachedUsers?: (() => Promisify_2<Promise<AnzuUser>>) | undefined): {
9342
+ subscribeCollabRoomInfo: () => void;
9343
+ unsubscribeCollabRoomInfo: () => void;
9344
+ joinCollabRoom: (options?: Partial<CollabRoomOptions>) => Promise<CollabAccessRoomStatusType>;
9345
+ leaveCollabRoom: () => void;
9346
+ requestToJoinCollabRoom: () => Promise<CollabRequestToJoinStatusType>;
9347
+ approveRequestToJoinCollabRoom: (userId: number) => void;
9348
+ rejectRequestToJoinCollabRoom: (userId: number) => void;
9349
+ addJoinRequestListener: (callback: (userId: number, timestamp: number) => void) => void;
9350
+ addCollabReconnectListener: (callback: () => void) => void;
9351
+ addApprovedJoinRequestListener: (callback: () => void) => void;
9352
+ addRejectedJoinRequestListener: (callback: () => void) => void;
9353
+ requestToTakeModeration: () => Promise<CollabRequestToTakeModerationStatusType>;
9354
+ approveRequestToTakeModeration: () => void;
9355
+ rejectRequestToTakeModeration: () => void;
9356
+ addRequestToTakeModerationListener: (callback: (userId: number, timestamp: number) => void) => void;
9357
+ addApprovedRequestToTakeModerationListener: (callback: () => void) => void;
9358
+ addRejectedRequestToTakeModerationListener: (callback: () => void) => void;
9359
+ enteredCollabRoom: () => void;
9360
+ kickUserFromRoom: (userId: number) => void;
9361
+ transferModeration: (userId: number) => void;
9362
+ addKickedFromRoomListener: (callback: () => void) => void;
9363
+ addCollabStartingListener: (callback: (startedCallback: (data: CollabRoomPlainData) => void) => void) => void;
9364
+ fetchRoomInfo: (room: CollabRoom) => Promise<CollabRoomInfo>;
9365
+ collabRoomInfo: ComputedRef<CollabRoomInfo>;
9366
+ collabRoomLocks: ComputedRef<Map<string, CollabUserIdNullable>>;
9367
+ collabFieldDataBufferState: Map<string, Map<string, unknown>>;
9368
+ alertedOccupiedRooms: Ref<Set<string>>;
9369
+ };
9370
+
9371
+ export declare function useCollabRoomDataChangeEventBus(): UseEventBusReturn<CollabRoomDataChangedEvent, CollabFieldDataEnvelope>;
9372
+
9373
+ export declare function useCollabStartingEventBus(): UseEventBusReturn<CollabStartingEvent, {
9374
+ startedCallback: (data: CollabRoomPlainData) => void;
9375
+ }>;
9376
+
9377
+ export declare function useCollabState(): {
9378
+ collabReconnecting: ComputedRef<boolean>;
9379
+ collabConnected: Ref<boolean>;
9380
+ collabSocket: Ref<Socket<CollabServerToClientEvents, CollabClientToServerEvents> | undefined>;
9381
+ collabRoomInfoState: Map<string, {
9382
+ name: string;
9383
+ moderator: CollabUserIdNullable;
9384
+ users: number[];
9385
+ status: CollabStatusType;
9386
+ }>;
9387
+ collabFieldLocksState: Map<string, Map<string, CollabUserIdNullable>>;
9388
+ collabFieldDataBufferState: Map<string, Map<string, unknown>>;
9389
+ gatherBufferData: (room: CollabRoom) => CollabRoomPlainData;
9390
+ };
9391
+
9392
+ export declare function useCommonAdminCollabOptions(): {
9393
+ enabled: boolean;
9394
+ socketUrl: string;
9395
+ };
9396
+
8653
9397
  export declare function useCommonJobFactory(): {
8654
9398
  createBase: (resourceName: JobBaseResource, system: string) => JobBase;
8655
9399
  createUserDataDelete: (system: string) => JobUserDataDelete;