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

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.
@@ -8,6 +8,8 @@ import { ComponentCustomProps } from 'vue';
8
8
  import { ComponentOptionsMixin } from 'vue';
9
9
  import { ComputedRef } from 'vue';
10
10
  import { default as Cropper_2 } from 'cropperjs';
11
+ import type { DateLimit } from 'flatpickr/dist/types/options';
12
+ import type { DateOption } from 'flatpickr/dist/types/options';
11
13
  import dayjs from 'dayjs';
12
14
  import type { DeepReadonly } from 'vue';
13
15
  import { DefineComponent } from 'vue';
@@ -21,6 +23,7 @@ import { IntlNumberFormat } from './vue-i18n/dist/vue-i18n.esm-bundler.js';
21
23
  import type { Method } from 'axios';
22
24
  import type { OpUnitType } from 'dayjs';
23
25
  import { Promisify } from '@vueuse/shared';
26
+ import type { Promisify as Promisify_2 } from '@vueuse/core';
24
27
  import { PropType } from 'vue';
25
28
  import type { QUnitType } from 'dayjs';
26
29
  import { Ref } from 'vue';
@@ -28,10 +31,13 @@ import { RendererElement } from 'vue';
28
31
  import { RendererNode } from 'vue';
29
32
  import type { RouteLocationNormalized } from 'vue-router';
30
33
  import type { RouteLocationRaw } from 'vue-router';
34
+ import type { RouteParams } from 'vue-router';
31
35
  import type { Router } from 'vue-router';
32
36
  import { ShallowRef } from 'vue';
33
37
  import { ShallowUnwrapRef } from 'vue';
38
+ import type { Socket } from 'socket.io-client';
34
39
  import { UnwrapRef } from 'vue';
40
+ import { UseEventBusReturn } from '@vueuse/core';
35
41
  import { useI18n } from './vue-i18n/dist/vue-i18n.esm-bundler.js';
36
42
  import { ValidationRuleWithoutParams } from '@vuelidate/core';
37
43
  import { ValidationRuleWithParams } from '@vuelidate/core';
@@ -180,6 +186,12 @@ declare type __VLS_NonUndefinedable_72<T> = T extends undefined ? never : T;
180
186
 
181
187
  declare type __VLS_NonUndefinedable_73<T> = T extends undefined ? never : T;
182
188
 
189
+ declare type __VLS_NonUndefinedable_74<T> = T extends undefined ? never : T;
190
+
191
+ declare type __VLS_NonUndefinedable_75<T> = T extends undefined ? never : T;
192
+
193
+ declare type __VLS_NonUndefinedable_76<T> = T extends undefined ? never : T;
194
+
183
195
  declare type __VLS_NonUndefinedable_8<T> = T extends undefined ? never : T;
184
196
 
185
197
  declare type __VLS_NonUndefinedable_9<T> = T extends undefined ? never : T;
@@ -456,6 +468,18 @@ declare type __VLS_Prettify_70<T> = {
456
468
  [K in keyof T]: T[K];
457
469
  } & {};
458
470
 
471
+ declare type __VLS_Prettify_71<T> = {
472
+ [K in keyof T]: T[K];
473
+ } & {};
474
+
475
+ declare type __VLS_Prettify_72<T> = {
476
+ [K in keyof T]: T[K];
477
+ } & {};
478
+
479
+ declare type __VLS_Prettify_73<T> = {
480
+ [K in keyof T]: T[K];
481
+ } & {};
482
+
459
483
  declare type __VLS_Prettify_8<T> = {
460
484
  [K in keyof T]: T[K];
461
485
  } & {};
@@ -1103,6 +1127,33 @@ declare type __VLS_TypePropsToRuntimeProps_73<T> = {
1103
1127
  };
1104
1128
  };
1105
1129
 
1130
+ declare type __VLS_TypePropsToRuntimeProps_74<T> = {
1131
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
1132
+ type: PropType<__VLS_NonUndefinedable_74<T[K]>>;
1133
+ } : {
1134
+ type: PropType<T[K]>;
1135
+ required: true;
1136
+ };
1137
+ };
1138
+
1139
+ declare type __VLS_TypePropsToRuntimeProps_75<T> = {
1140
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
1141
+ type: PropType<__VLS_NonUndefinedable_75<T[K]>>;
1142
+ } : {
1143
+ type: PropType<T[K]>;
1144
+ required: true;
1145
+ };
1146
+ };
1147
+
1148
+ declare type __VLS_TypePropsToRuntimeProps_76<T> = {
1149
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
1150
+ type: PropType<__VLS_NonUndefinedable_76<T[K]>>;
1151
+ } : {
1152
+ type: PropType<T[K]>;
1153
+ required: true;
1154
+ };
1155
+ };
1156
+
1106
1157
  declare type __VLS_TypePropsToRuntimeProps_8<T> = {
1107
1158
  [K in keyof T]-?: {} extends Pick<T, K> ? {
1108
1159
  type: PropType<__VLS_NonUndefinedable_8<T[K]>>;
@@ -1529,6 +1580,24 @@ declare type __VLS_WithDefaults_70<P, D> = {
1529
1580
  }> : P[K];
1530
1581
  };
1531
1582
 
1583
+ declare type __VLS_WithDefaults_71<P, D> = {
1584
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_71<P[K] & {
1585
+ default: D[K];
1586
+ }> : P[K];
1587
+ };
1588
+
1589
+ declare type __VLS_WithDefaults_72<P, D> = {
1590
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_72<P[K] & {
1591
+ default: D[K];
1592
+ }> : P[K];
1593
+ };
1594
+
1595
+ declare type __VLS_WithDefaults_73<P, D> = {
1596
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_73<P[K] & {
1597
+ default: D[K];
1598
+ }> : P[K];
1599
+ };
1600
+
1532
1601
  declare type __VLS_WithDefaults_8<P, D> = {
1533
1602
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_8<P[K] & {
1534
1603
  default: D[K];
@@ -1589,12 +1658,60 @@ declare type __VLS_WithTemplateSlots_16<T, S> = T & {
1589
1658
  };
1590
1659
  };
1591
1660
 
1661
+ declare type __VLS_WithTemplateSlots_17<T, S> = T & {
1662
+ new (): {
1663
+ $slots: S;
1664
+ };
1665
+ };
1666
+
1667
+ declare type __VLS_WithTemplateSlots_18<T, S> = T & {
1668
+ new (): {
1669
+ $slots: S;
1670
+ };
1671
+ };
1672
+
1673
+ declare type __VLS_WithTemplateSlots_19<T, S> = T & {
1674
+ new (): {
1675
+ $slots: S;
1676
+ };
1677
+ };
1678
+
1592
1679
  declare type __VLS_WithTemplateSlots_2<T, S> = T & {
1593
1680
  new (): {
1594
1681
  $slots: S;
1595
1682
  };
1596
1683
  };
1597
1684
 
1685
+ declare type __VLS_WithTemplateSlots_20<T, S> = T & {
1686
+ new (): {
1687
+ $slots: S;
1688
+ };
1689
+ };
1690
+
1691
+ declare type __VLS_WithTemplateSlots_21<T, S> = T & {
1692
+ new (): {
1693
+ $slots: S;
1694
+ };
1695
+ };
1696
+
1697
+ declare type __VLS_WithTemplateSlots_22<T, S> = T & {
1698
+ new (): {
1699
+ $slots: S;
1700
+ };
1701
+ };
1702
+
1703
+ declare type __VLS_WithTemplateSlots_23<T, S> = T & {
1704
+ new (): {
1705
+ $slots: S;
1706
+ };
1707
+ };
1708
+
1709
+ declare type __VLS_WithTemplateSlots_24<T, S> = T & {
1710
+ new (): {
1711
+ $slots: S;
1712
+ };
1713
+ };
1714
+
1598
1715
  declare type __VLS_WithTemplateSlots_3<T, S> = T & {
1599
1716
  new (): {
1600
1717
  $slots: S;
@@ -1637,7 +1754,7 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
1637
1754
  };
1638
1755
  };
1639
1756
 
1640
- export declare const AActionCloseButton: DefineComponent<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_40<{
1757
+ export declare const AActionCloseButton: DefineComponent<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_42<{
1641
1758
  routeName?: string | undefined;
1642
1759
  routeParams?: any | undefined;
1643
1760
  buttonT?: string | undefined;
@@ -1651,7 +1768,7 @@ export declare const AActionCloseButton: DefineComponent<__VLS_WithDefaults_37<_
1651
1768
  buttonClass: string;
1652
1769
  dataCy: string;
1653
1770
  size: number;
1654
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_40<{
1771
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_42<{
1655
1772
  routeName?: string | undefined;
1656
1773
  routeParams?: any | undefined;
1657
1774
  buttonT?: string | undefined;
@@ -1674,7 +1791,7 @@ export declare const AActionCloseButton: DefineComponent<__VLS_WithDefaults_37<_
1674
1791
  routeParams: any | undefined;
1675
1792
  }, {}>;
1676
1793
 
1677
- export declare const AActionCreateButton: DefineComponent<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_41<{
1794
+ export declare const AActionCreateButton: DefineComponent<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_43<{
1678
1795
  routeName: string;
1679
1796
  buttonT?: string | undefined;
1680
1797
  buttonClass?: string | undefined;
@@ -1687,7 +1804,7 @@ export declare const AActionCreateButton: DefineComponent<__VLS_WithDefaults_38<
1687
1804
  dataCy: string;
1688
1805
  size: number;
1689
1806
  variant: string;
1690
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_41<{
1807
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_43<{
1691
1808
  routeName: string;
1692
1809
  buttonT?: string | undefined;
1693
1810
  buttonClass?: string | undefined;
@@ -1708,7 +1825,7 @@ export declare const AActionCreateButton: DefineComponent<__VLS_WithDefaults_38<
1708
1825
  buttonT: string;
1709
1826
  }, {}>;
1710
1827
 
1711
- export declare const AActionDeleteButton: DefineComponent<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_42<{
1828
+ export declare const AActionDeleteButton: DefineComponent<__VLS_WithDefaults_41<__VLS_TypePropsToRuntimeProps_44<{
1712
1829
  variant?: ButtonVariant | undefined;
1713
1830
  buttonT?: string | undefined;
1714
1831
  buttonClass?: string | undefined;
@@ -1743,7 +1860,7 @@ export declare const AActionDeleteButton: DefineComponent<__VLS_WithDefaults_39<
1743
1860
  closeDialog: () => void;
1744
1861
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1745
1862
  deleteRecord: () => void;
1746
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_42<{
1863
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_41<__VLS_TypePropsToRuntimeProps_44<{
1747
1864
  variant?: ButtonVariant | undefined;
1748
1865
  buttonT?: string | undefined;
1749
1866
  buttonClass?: string | undefined;
@@ -1793,7 +1910,7 @@ export declare const AActionDeleteButton: DefineComponent<__VLS_WithDefaults_39<
1793
1910
  disableCloseAfterConfirm: boolean;
1794
1911
  }, {}>;
1795
1912
 
1796
- export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_43<{
1913
+ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_42<__VLS_TypePropsToRuntimeProps_45<{
1797
1914
  routeName: string;
1798
1915
  recordId?: number | string | undefined;
1799
1916
  routeParams?: any | undefined;
@@ -1814,7 +1931,7 @@ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_40<__
1814
1931
  variant: string;
1815
1932
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1816
1933
  editRecord: () => void;
1817
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_43<{
1934
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_42<__VLS_TypePropsToRuntimeProps_45<{
1818
1935
  routeName: string;
1819
1936
  recordId?: number | string | undefined;
1820
1937
  routeParams?: any | undefined;
@@ -1846,7 +1963,7 @@ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_40<__
1846
1963
  recordId: string | number;
1847
1964
  }, {}>;
1848
1965
 
1849
- export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaults_41<__VLS_TypePropsToRuntimeProps_44<{
1966
+ export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_46<{
1850
1967
  buttonT?: string | undefined;
1851
1968
  buttonClass?: string | undefined;
1852
1969
  dataCy?: string | undefined;
@@ -1860,7 +1977,7 @@ export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaul
1860
1977
  disabled: undefined;
1861
1978
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1862
1979
  saveRecordAndClose: () => void;
1863
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_41<__VLS_TypePropsToRuntimeProps_44<{
1980
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_46<{
1864
1981
  buttonT?: string | undefined;
1865
1982
  buttonClass?: string | undefined;
1866
1983
  dataCy?: string | undefined;
@@ -1882,7 +1999,7 @@ export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaul
1882
1999
  buttonT: string;
1883
2000
  }, {}>;
1884
2001
 
1885
- export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_42<__VLS_TypePropsToRuntimeProps_45<{
2002
+ export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_44<__VLS_TypePropsToRuntimeProps_47<{
1886
2003
  buttonT?: string | undefined;
1887
2004
  buttonClass?: string | undefined;
1888
2005
  dataCy?: string | undefined;
@@ -1900,7 +2017,7 @@ export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_42<__
1900
2017
  variant: string;
1901
2018
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1902
2019
  saveRecord: () => void;
1903
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_42<__VLS_TypePropsToRuntimeProps_45<{
2020
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_44<__VLS_TypePropsToRuntimeProps_47<{
1904
2021
  buttonT?: string | undefined;
1905
2022
  buttonClass?: string | undefined;
1906
2023
  dataCy?: string | undefined;
@@ -1928,11 +2045,11 @@ export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_42<__
1928
2045
  buttonT: string;
1929
2046
  }, {}>;
1930
2047
 
1931
- export declare const AAdminSwitcher: DefineComponent<__VLS_WithDefaults_31<__VLS_TypePropsToRuntimeProps_34<{
2048
+ export declare const AAdminSwitcher: DefineComponent<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_36<{
1932
2049
  configUrl?: string | undefined | null;
1933
2050
  }>, {
1934
2051
  configUrl: null;
1935
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_31<__VLS_TypePropsToRuntimeProps_34<{
2052
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_36<{
1936
2053
  configUrl?: string | undefined | null;
1937
2054
  }>, {
1938
2055
  configUrl: null;
@@ -1972,7 +2089,7 @@ export declare const AAlerts: DefineComponent<__VLS_WithDefaults_5<__VLS_TypePro
1972
2089
  customClass: string;
1973
2090
  }, {}>;
1974
2091
 
1975
- export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_53<__VLS_TypePropsToRuntimeProps_56<{
2092
+ export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
1976
2093
  user?: AnzuUserMinimal | undefined | null;
1977
2094
  size?: number | undefined;
1978
2095
  containerClass?: string | undefined;
@@ -1980,7 +2097,7 @@ export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_53<__VL
1980
2097
  user: undefined;
1981
2098
  size: number;
1982
2099
  containerClass: string;
1983
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_53<__VLS_TypePropsToRuntimeProps_56<{
2100
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
1984
2101
  user?: AnzuUserMinimal | undefined | null;
1985
2102
  size?: number | undefined;
1986
2103
  containerClass?: string | undefined;
@@ -1994,7 +2111,7 @@ export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_53<__VL
1994
2111
  containerClass: string;
1995
2112
  }, {}>;
1996
2113
 
1997
- export declare const AAssetSelect: __VLS_WithTemplateSlots_16<DefineComponent<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_69<{
2114
+ export declare const AAssetSelect: __VLS_WithTemplateSlots_24<DefineComponent<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_72<{
1998
2115
  modelValue?: boolean | undefined;
1999
2116
  assetType: "image" | "audio" | "video" | "document" | DamAssetType;
2000
2117
  minCount: number;
@@ -2013,7 +2130,7 @@ export declare const AAssetSelect: __VLS_WithTemplateSlots_16<DefineComponent<__
2013
2130
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2014
2131
  "update:modelValue": (data: boolean) => void;
2015
2132
  onConfirm: (data: AssetSelectReturnData) => void;
2016
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_69<{
2133
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_72<{
2017
2134
  modelValue?: boolean | undefined;
2018
2135
  assetType: "image" | "audio" | "video" | "document" | DamAssetType;
2019
2136
  minCount: number;
@@ -2045,7 +2162,7 @@ export declare const AAssetSelect: __VLS_WithTemplateSlots_16<DefineComponent<__
2045
2162
  "button-confirm-title"?(_: {}): any;
2046
2163
  }>;
2047
2164
 
2048
- export declare const AAvatarColorPicker: DefineComponent<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
2165
+ export declare const AAvatarColorPicker: DefineComponent<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
2049
2166
  modelValue: string;
2050
2167
  label?: string | undefined;
2051
2168
  loading?: boolean | undefined;
@@ -2062,7 +2179,7 @@ export declare const AAvatarColorPicker: DefineComponent<__VLS_WithDefaults_54<_
2062
2179
  hideLabel: boolean;
2063
2180
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2064
2181
  "update:modelValue": (data: string) => void;
2065
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
2182
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
2066
2183
  modelValue: string;
2067
2184
  label?: string | undefined;
2068
2185
  loading?: boolean | undefined;
@@ -2107,7 +2224,7 @@ export declare const ABooleanValue: DefineComponent<__VLS_WithDefaults_6<__VLS_T
2107
2224
  invertColor: boolean;
2108
2225
  }, {}>;
2109
2226
 
2110
- export declare const ABtnSplit: __VLS_WithTemplateSlots_10<DefineComponent<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<{
2227
+ export declare const ABtnSplit: __VLS_WithTemplateSlots_18<DefineComponent<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<{
2111
2228
  buttonT?: string | undefined;
2112
2229
  buttonClass?: string | undefined;
2113
2230
  dataCy?: string | undefined;
@@ -2131,7 +2248,7 @@ export declare const ABtnSplit: __VLS_WithTemplateSlots_10<DefineComponent<__VLS
2131
2248
  color: string;
2132
2249
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2133
2250
  onClick: () => void;
2134
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<{
2251
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<{
2135
2252
  buttonT?: string | undefined;
2136
2253
  buttonClass?: string | undefined;
2137
2254
  dataCy?: string | undefined;
@@ -2171,7 +2288,7 @@ export declare const ABtnSplit: __VLS_WithTemplateSlots_10<DefineComponent<__VLS
2171
2288
  default?(_: {}): any;
2172
2289
  }>;
2173
2290
 
2174
- export declare const ACachedChip: __VLS_WithTemplateSlots_8<DefineComponent<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_33<{
2291
+ export declare const ACachedChip: __VLS_WithTemplateSlots_16<DefineComponent<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_35<{
2175
2292
  id?: string | number | null | undefined;
2176
2293
  title?: string | undefined;
2177
2294
  containerClass?: string | undefined;
@@ -2196,7 +2313,7 @@ export declare const ACachedChip: __VLS_WithTemplateSlots_8<DefineComponent<__VL
2196
2313
  textOnly: boolean;
2197
2314
  fallbackIdText: boolean;
2198
2315
  wrapText: boolean;
2199
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_33<{
2316
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_35<{
2200
2317
  id?: string | number | null | undefined;
2201
2318
  title?: string | undefined;
2202
2319
  containerClass?: string | undefined;
@@ -2291,12 +2408,12 @@ export declare const AChipNoLink: __VLS_WithTemplateSlots_3<DefineComponent<__VL
2291
2408
  default?(_: {}): any;
2292
2409
  }>;
2293
2410
 
2294
- export declare const Acl: __VLS_WithTemplateSlots_9<DefineComponent<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_36<{
2411
+ export declare const Acl: __VLS_WithTemplateSlots_17<DefineComponent<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
2295
2412
  permission: `${string}_${string}_${string}`;
2296
2413
  subject?: object | undefined;
2297
2414
  }>, {
2298
2415
  subject: undefined;
2299
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_36<{
2416
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
2300
2417
  permission: `${string}_${string}_${string}`;
2301
2418
  subject?: object | undefined;
2302
2419
  }>, {
@@ -2315,14 +2432,14 @@ declare type AclResolverConfig = {
2315
2432
 
2316
2433
  export declare type AclValue = `${string}_${string}_${string}`;
2317
2434
 
2318
- export declare const ACopyText: DefineComponent<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_37<{
2435
+ export declare const ACopyText: DefineComponent<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_39<{
2319
2436
  value: number | string;
2320
2437
  notifyT?: string | undefined;
2321
2438
  dataCy?: string | undefined;
2322
2439
  }>, {
2323
2440
  notifyT: string;
2324
2441
  dataCy: string;
2325
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_37<{
2442
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_39<{
2326
2443
  value: number | string;
2327
2444
  notifyT?: string | undefined;
2328
2445
  dataCy?: string | undefined;
@@ -2334,7 +2451,7 @@ export declare const ACopyText: DefineComponent<__VLS_WithDefaults_34<__VLS_Type
2334
2451
  notifyT: string;
2335
2452
  }, {}>;
2336
2453
 
2337
- export declare const ACreateDialog: __VLS_WithTemplateSlots_7<DefineComponent<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_30<{
2454
+ export declare const ACreateDialog: __VLS_WithTemplateSlots_15<DefineComponent<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_32<{
2338
2455
  modelValue: boolean;
2339
2456
  buttonClass?: string | undefined;
2340
2457
  maxWidth?: number | undefined;
@@ -2359,7 +2476,7 @@ export declare const ACreateDialog: __VLS_WithTemplateSlots_7<DefineComponent<__
2359
2476
  onClose: () => void;
2360
2477
  onError: (data: any) => void;
2361
2478
  onSuccess: (data: any) => void;
2362
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_30<{
2479
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_32<{
2363
2480
  modelValue: boolean;
2364
2481
  buttonClass?: string | undefined;
2365
2482
  maxWidth?: number | undefined;
@@ -2586,14 +2703,14 @@ export declare const ACropperjs: <T extends EventTarget = EventTarget>(__VLS_pro
2586
2703
  } | undefined;
2587
2704
  };
2588
2705
 
2589
- export declare const ACurrentUserDropdown: DefineComponent<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
2706
+ export declare const ACurrentUserDropdown: DefineComponent<__VLS_WithDefaults_57<__VLS_TypePropsToRuntimeProps_60<{
2590
2707
  currentUser: AnzuUserMinimal | undefined | null;
2591
2708
  settingsRouteName: string;
2592
2709
  logoutRouteName: string;
2593
2710
  dataCy?: string | undefined;
2594
2711
  }>, {
2595
2712
  dataCy: string;
2596
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
2713
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_57<__VLS_TypePropsToRuntimeProps_60<{
2597
2714
  currentUser: AnzuUserMinimal | undefined | null;
2598
2715
  settingsRouteName: string;
2599
2716
  logoutRouteName: string;
@@ -2604,7 +2721,7 @@ export declare const ACurrentUserDropdown: DefineComponent<__VLS_WithDefaults_55
2604
2721
  dataCy: string;
2605
2722
  }, {}>;
2606
2723
 
2607
- export declare const ACustomDataForm: __VLS_WithTemplateSlots_14<DefineComponent<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_63<{
2724
+ export declare const ACustomDataForm: __VLS_WithTemplateSlots_22<DefineComponent<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_65<{
2608
2725
  modelValue: {
2609
2726
  [key: string]: any;
2610
2727
  };
@@ -2621,7 +2738,7 @@ export declare const ACustomDataForm: __VLS_WithTemplateSlots_14<DefineComponent
2621
2738
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2622
2739
  "update:modelValue": (data: any) => void;
2623
2740
  anyChange: () => void;
2624
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_63<{
2741
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_65<{
2625
2742
  modelValue: {
2626
2743
  [key: string]: any;
2627
2744
  };
@@ -2645,7 +2762,7 @@ export declare const ACustomDataForm: __VLS_WithTemplateSlots_14<DefineComponent
2645
2762
  "after-pinned"?(_: {}): any;
2646
2763
  }>;
2647
2764
 
2648
- export declare const ACustomDataFormElement: DefineComponent<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_64<{
2765
+ export declare const ACustomDataFormElement: DefineComponent<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_66<{
2649
2766
  modelValue: any;
2650
2767
  config: CustomDataFormElement;
2651
2768
  validationScope?: ValidationScope;
@@ -2657,7 +2774,7 @@ export declare const ACustomDataFormElement: DefineComponent<__VLS_WithDefaults_
2657
2774
  value: any;
2658
2775
  }) => void;
2659
2776
  blur: (data: any) => void;
2660
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_64<{
2777
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_66<{
2661
2778
  modelValue: any;
2662
2779
  config: CustomDataFormElement;
2663
2780
  validationScope?: ValidationScope;
@@ -2673,7 +2790,7 @@ export declare const ACustomDataFormElement: DefineComponent<__VLS_WithDefaults_
2673
2790
  validationScope: string | number | boolean | symbol;
2674
2791
  }, {}>;
2675
2792
 
2676
- export declare const ADatatableConfigButton: DefineComponent<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_28<{
2793
+ export declare const ADatatableConfigButton: DefineComponent<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_30<{
2677
2794
  columnsAll: ColumnInternalValues[];
2678
2795
  columnsHidden: Array<string>;
2679
2796
  buttonT?: string | undefined;
@@ -2685,7 +2802,7 @@ export declare const ADatatableConfigButton: DefineComponent<__VLS_WithDefaults_
2685
2802
  dataCy: string;
2686
2803
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2687
2804
  "update:columnsHidden": (data: string[]) => void;
2688
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_28<{
2805
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_30<{
2689
2806
  columnsAll: ColumnInternalValues[];
2690
2807
  columnsHidden: Array<string>;
2691
2808
  buttonT?: string | undefined;
@@ -2703,7 +2820,7 @@ export declare const ADatatableConfigButton: DefineComponent<__VLS_WithDefaults_
2703
2820
  buttonT: string;
2704
2821
  }, {}>;
2705
2822
 
2706
- export declare const ADatatableOrdering: DefineComponent<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_29<{
2823
+ export declare const ADatatableOrdering: DefineComponent<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_31<{
2707
2824
  variant?: "default" | "most-relevant" | undefined;
2708
2825
  modelValue?: number | undefined;
2709
2826
  customOptions?: undefined | DatatableOrderingOptions;
@@ -2714,7 +2831,7 @@ export declare const ADatatableOrdering: DefineComponent<__VLS_WithDefaults_27<_
2714
2831
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2715
2832
  "update:modelValue": (data: number) => void;
2716
2833
  sortByChange: (data: DatatableOrderingOption) => void;
2717
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_29<{
2834
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_31<{
2718
2835
  variant?: "default" | "most-relevant" | undefined;
2719
2836
  modelValue?: number | undefined;
2720
2837
  customOptions?: undefined | DatatableOrderingOptions;
@@ -2731,7 +2848,7 @@ export declare const ADatatableOrdering: DefineComponent<__VLS_WithDefaults_27<_
2731
2848
  customOptions: DatatableOrderingOptions;
2732
2849
  }, {}>;
2733
2850
 
2734
- export declare const ADatatablePagination: DefineComponent<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_27<{
2851
+ export declare const ADatatablePagination: DefineComponent<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_29<{
2735
2852
  modelValue: Pagination;
2736
2853
  itemsPerPageOptions?: number[] | undefined;
2737
2854
  hideRecordsPerPage?: boolean | undefined;
@@ -2741,7 +2858,7 @@ export declare const ADatatablePagination: DefineComponent<__VLS_WithDefaults_25
2741
2858
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2742
2859
  change: () => void;
2743
2860
  "update:modelValue": (data: Pagination) => void;
2744
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_27<{
2861
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_29<{
2745
2862
  modelValue: Pagination;
2746
2863
  itemsPerPageOptions?: number[] | undefined;
2747
2864
  hideRecordsPerPage?: boolean | undefined;
@@ -2756,12 +2873,12 @@ export declare const ADatatablePagination: DefineComponent<__VLS_WithDefaults_25
2756
2873
  hideRecordsPerPage: boolean;
2757
2874
  }, {}>;
2758
2875
 
2759
- export declare const ADatetime: DefineComponent<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_26<{
2876
+ export declare const ADatetime: DefineComponent<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_27<{
2760
2877
  dateTime: DatetimeUTCNullable;
2761
2878
  edgeDateValue?: string | undefined;
2762
2879
  }>, {
2763
2880
  edgeDateValue: string;
2764
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_26<{
2881
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_27<{
2765
2882
  dateTime: DatetimeUTCNullable;
2766
2883
  edgeDateValue?: string | undefined;
2767
2884
  }>, {
@@ -2770,9 +2887,109 @@ export declare const ADatetime: DefineComponent<__VLS_WithDefaults_24<__VLS_Type
2770
2887
  edgeDateValue: string;
2771
2888
  }, {}>;
2772
2889
 
2890
+ export declare const ADatetimePicker: __VLS_WithTemplateSlots_13<DefineComponent<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_28<{
2891
+ modelValue: DatetimeUTCNullable | undefined;
2892
+ type?: "datetime" | "date" | undefined;
2893
+ label?: string | undefined;
2894
+ hideLabel?: boolean | undefined;
2895
+ clearable?: boolean | undefined;
2896
+ disabled?: boolean | undefined;
2897
+ hideDetails?: boolean | undefined;
2898
+ minNow?: boolean | undefined;
2899
+ required?: boolean | undefined;
2900
+ hideSetToNow?: boolean | undefined;
2901
+ placeholder?: string | undefined;
2902
+ enable?: DateLimit<DateOption>[] | undefined;
2903
+ weekNumbers?: false | undefined;
2904
+ dataCy?: string | undefined;
2905
+ defaultValue?: DatetimeUTCNullable | undefined;
2906
+ errorMessages?: string[] | undefined;
2907
+ }>, {
2908
+ type: string;
2909
+ label: string;
2910
+ hideLabel: boolean;
2911
+ clearable: boolean;
2912
+ disabled: boolean;
2913
+ hideDetails: boolean;
2914
+ minNow: boolean;
2915
+ required: boolean;
2916
+ hideSetToNow: boolean;
2917
+ placeholder: string;
2918
+ enable: undefined;
2919
+ weekNumbers: boolean;
2920
+ dataCy: string;
2921
+ defaultValue: null;
2922
+ errorMessages: undefined;
2923
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2924
+ change: () => void;
2925
+ blur: () => void;
2926
+ focus: () => void;
2927
+ "update:modelValue": (data: string | null) => void;
2928
+ onOpen: () => void;
2929
+ onClose: () => void;
2930
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_28<{
2931
+ modelValue: DatetimeUTCNullable | undefined;
2932
+ type?: "datetime" | "date" | undefined;
2933
+ label?: string | undefined;
2934
+ hideLabel?: boolean | undefined;
2935
+ clearable?: boolean | undefined;
2936
+ disabled?: boolean | undefined;
2937
+ hideDetails?: boolean | undefined;
2938
+ minNow?: boolean | undefined;
2939
+ required?: boolean | undefined;
2940
+ hideSetToNow?: boolean | undefined;
2941
+ placeholder?: string | undefined;
2942
+ enable?: DateLimit<DateOption>[] | undefined;
2943
+ weekNumbers?: false | undefined;
2944
+ dataCy?: string | undefined;
2945
+ defaultValue?: DatetimeUTCNullable | undefined;
2946
+ errorMessages?: string[] | undefined;
2947
+ }>, {
2948
+ type: string;
2949
+ label: string;
2950
+ hideLabel: boolean;
2951
+ clearable: boolean;
2952
+ disabled: boolean;
2953
+ hideDetails: boolean;
2954
+ minNow: boolean;
2955
+ required: boolean;
2956
+ hideSetToNow: boolean;
2957
+ placeholder: string;
2958
+ enable: undefined;
2959
+ weekNumbers: boolean;
2960
+ dataCy: string;
2961
+ defaultValue: null;
2962
+ errorMessages: undefined;
2963
+ }>>> & {
2964
+ "onUpdate:modelValue"?: ((data: string | null) => any) | undefined;
2965
+ onFocus?: (() => any) | undefined;
2966
+ onBlur?: (() => any) | undefined;
2967
+ onChange?: (() => any) | undefined;
2968
+ onOnOpen?: (() => any) | undefined;
2969
+ onOnClose?: (() => any) | undefined;
2970
+ }, {
2971
+ enable: DateLimit<DateOption>[];
2972
+ disabled: boolean;
2973
+ type: "datetime" | "date";
2974
+ dataCy: string;
2975
+ required: boolean;
2976
+ label: string;
2977
+ hideLabel: boolean;
2978
+ clearable: boolean;
2979
+ hideDetails: boolean;
2980
+ minNow: boolean;
2981
+ hideSetToNow: boolean;
2982
+ placeholder: string;
2983
+ weekNumbers: false;
2984
+ defaultValue: DatetimeUTCNullable;
2985
+ errorMessages: string[];
2986
+ }, {}>, {
2987
+ "append-inner"?(_: {}): any;
2988
+ }>;
2989
+
2773
2990
  declare type AddToCachedArgs<T extends DocId | IntegerId> = Array<T | null | undefined> | Array<Array<T | null | undefined> | T | null | undefined>;
2774
2991
 
2775
- export declare const ADialogToolbar: __VLS_WithTemplateSlots_6<DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2992
+ export declare const ADialogToolbar: __VLS_WithTemplateSlots_14<DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2776
2993
  onCancel: () => void;
2777
2994
  }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>> & {
2778
2995
  onOnCancel?: (() => any) | undefined;
@@ -2782,7 +2999,7 @@ export declare const ADialogToolbar: __VLS_WithTemplateSlots_6<DefineComponent<{
2782
2999
 
2783
3000
  export declare const AEmptyRouterView: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
2784
3001
 
2785
- export declare const AFilterAdvancedButton: DefineComponent<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_46<{
3002
+ export declare const AFilterAdvancedButton: DefineComponent<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
2786
3003
  tooltipT?: string | undefined;
2787
3004
  buttonClass?: string | undefined;
2788
3005
  dataCy?: string | undefined;
@@ -2792,7 +3009,7 @@ export declare const AFilterAdvancedButton: DefineComponent<__VLS_WithDefaults_4
2792
3009
  dataCy: string;
2793
3010
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2794
3011
  advancedFilter: () => void;
2795
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_46<{
3012
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
2796
3013
  tooltipT?: string | undefined;
2797
3014
  buttonClass?: string | undefined;
2798
3015
  dataCy?: string | undefined;
@@ -2808,7 +3025,7 @@ export declare const AFilterAdvancedButton: DefineComponent<__VLS_WithDefaults_4
2808
3025
  buttonClass: string;
2809
3026
  }, {}>;
2810
3027
 
2811
- export declare const AFilterBooleanGroup: DefineComponent<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_23<{
3028
+ export declare const AFilterBooleanGroup: DefineComponent<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_24<{
2812
3029
  modelValue: Filter;
2813
3030
  dataCyTrue?: string | undefined;
2814
3031
  dataCyFalse?: string | undefined;
@@ -2817,7 +3034,7 @@ export declare const AFilterBooleanGroup: DefineComponent<__VLS_WithDefaults_21<
2817
3034
  dataCyFalse: string;
2818
3035
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2819
3036
  "update:modelValue": (data: any) => void;
2820
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_23<{
3037
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_24<{
2821
3038
  modelValue: Filter;
2822
3039
  dataCyTrue?: string | undefined;
2823
3040
  dataCyFalse?: string | undefined;
@@ -2831,14 +3048,14 @@ export declare const AFilterBooleanGroup: DefineComponent<__VLS_WithDefaults_21<
2831
3048
  dataCyFalse: string;
2832
3049
  }, {}>;
2833
3050
 
2834
- export declare const AFilterBooleanSelect: DefineComponent<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_24<{
3051
+ export declare const AFilterBooleanSelect: DefineComponent<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_25<{
2835
3052
  modelValue: Filter;
2836
3053
  dataCy?: string | undefined;
2837
3054
  }>, {
2838
3055
  dataCy: string;
2839
3056
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2840
3057
  "update:modelValue": (data: any) => void;
2841
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_24<{
3058
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_25<{
2842
3059
  modelValue: Filter;
2843
3060
  dataCy?: string | undefined;
2844
3061
  }>, {
@@ -2849,14 +3066,14 @@ export declare const AFilterBooleanSelect: DefineComponent<__VLS_WithDefaults_22
2849
3066
  dataCy: string;
2850
3067
  }, {}>;
2851
3068
 
2852
- export declare const AFilterDatetimePicker: DefineComponent<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_25<{
3069
+ export declare const AFilterDatetimePicker: DefineComponent<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_26<{
2853
3070
  modelValue: Filter;
2854
3071
  dataCy?: string | undefined;
2855
3072
  }>, {
2856
3073
  dataCy: string;
2857
3074
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2858
3075
  "update:modelValue": (data: any) => void;
2859
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_25<{
3076
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_26<{
2860
3077
  modelValue: Filter;
2861
3078
  dataCy?: string | undefined;
2862
3079
  }>, {
@@ -2867,14 +3084,14 @@ export declare const AFilterDatetimePicker: DefineComponent<__VLS_WithDefaults_2
2867
3084
  dataCy: string;
2868
3085
  }, {}>;
2869
3086
 
2870
- export declare const AFilterInteger: DefineComponent<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_20<{
3087
+ export declare const AFilterInteger: DefineComponent<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_21<{
2871
3088
  modelValue: Filter;
2872
3089
  dataCy?: string | undefined;
2873
3090
  }>, {
2874
3091
  dataCy: string;
2875
3092
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2876
3093
  "update:modelValue": (data: Filter<any>) => void;
2877
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_20<{
3094
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_21<{
2878
3095
  modelValue: Filter;
2879
3096
  dataCy?: string | undefined;
2880
3097
  }>, {
@@ -2885,7 +3102,7 @@ export declare const AFilterInteger: DefineComponent<__VLS_WithDefaults_18<__VLS
2885
3102
  dataCy: string;
2886
3103
  }, {}>;
2887
3104
 
2888
- export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<{
3105
+ export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_51<{
2889
3106
  filterId?: Filter | undefined;
2890
3107
  filterDocId?: Filter | undefined;
2891
3108
  filterText?: Filter | undefined;
@@ -2901,7 +3118,7 @@ export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_46<__VLS_T
2901
3118
  filterOverrides: undefined;
2902
3119
  placeholder: undefined;
2903
3120
  dataCy: string;
2904
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<{
3121
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_51<{
2905
3122
  filterId?: Filter | undefined;
2906
3123
  filterDocId?: Filter | undefined;
2907
3124
  filterText?: Filter | undefined;
@@ -2927,7 +3144,7 @@ export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_46<__VLS_T
2927
3144
  filterOverrides: Filter<any>[];
2928
3145
  }, {}>;
2929
3146
 
2930
- export declare const AFilterRemoteAutocomplete: DefineComponent<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_21<{
3147
+ export declare const AFilterRemoteAutocomplete: DefineComponent<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_22<{
2931
3148
  modelValue: Filter;
2932
3149
  fetchItems: (pagination: Pagination, filterBag: FilterBag) => Promise<ValueObjectOption<string | number>[]>;
2933
3150
  fetchItemsByIds: fetchItemsByIdsType_2;
@@ -2943,7 +3160,7 @@ export declare const AFilterRemoteAutocomplete: DefineComponent<__VLS_WithDefaul
2943
3160
  placeholder: undefined;
2944
3161
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2945
3162
  "update:modelValue": (data: Filter<any>) => void;
2946
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_21<{
3163
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_22<{
2947
3164
  modelValue: Filter;
2948
3165
  fetchItems: (pagination: Pagination, filterBag: FilterBag) => Promise<ValueObjectOption<string | number>[]>;
2949
3166
  fetchItemsByIds: fetchItemsByIdsType_2;
@@ -2966,7 +3183,7 @@ export declare const AFilterRemoteAutocomplete: DefineComponent<__VLS_WithDefaul
2966
3183
  disableInitFetch: boolean;
2967
3184
  }, {}>;
2968
3185
 
2969
- export declare const AFilterResetButton: DefineComponent<__VLS_WithDefaults_44<__VLS_TypePropsToRuntimeProps_47<{
3186
+ export declare const AFilterResetButton: DefineComponent<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<{
2970
3187
  tooltipT?: string | undefined;
2971
3188
  buttonClass?: string | undefined;
2972
3189
  dataCy?: string | undefined;
@@ -2976,7 +3193,7 @@ export declare const AFilterResetButton: DefineComponent<__VLS_WithDefaults_44<_
2976
3193
  dataCy: string;
2977
3194
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2978
3195
  reset: () => void;
2979
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_44<__VLS_TypePropsToRuntimeProps_47<{
3196
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<{
2980
3197
  tooltipT?: string | undefined;
2981
3198
  buttonClass?: string | undefined;
2982
3199
  dataCy?: string | undefined;
@@ -2992,7 +3209,7 @@ export declare const AFilterResetButton: DefineComponent<__VLS_WithDefaults_44<_
2992
3209
  buttonClass: string;
2993
3210
  }, {}>;
2994
3211
 
2995
- export declare const AFilterString: DefineComponent<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_19<{
3212
+ export declare const AFilterString: DefineComponent<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_20<{
2996
3213
  modelValue: Filter;
2997
3214
  placeholder?: string | undefined;
2998
3215
  dataCy?: string | undefined;
@@ -3001,7 +3218,7 @@ export declare const AFilterString: DefineComponent<__VLS_WithDefaults_17<__VLS_
3001
3218
  dataCy: string;
3002
3219
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3003
3220
  "update:modelValue": (data: Filter<any>) => void;
3004
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_19<{
3221
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_20<{
3005
3222
  modelValue: Filter;
3006
3223
  placeholder?: string | undefined;
3007
3224
  dataCy?: string | undefined;
@@ -3015,7 +3232,7 @@ export declare const AFilterString: DefineComponent<__VLS_WithDefaults_17<__VLS_
3015
3232
  placeholder: string;
3016
3233
  }, {}>;
3017
3234
 
3018
- export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
3235
+ export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_50<{
3019
3236
  buttonT?: string | undefined;
3020
3237
  buttonClass?: string | undefined;
3021
3238
  dataCy?: string | undefined;
@@ -3027,7 +3244,7 @@ export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_45<
3027
3244
  touched: boolean;
3028
3245
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3029
3246
  submit: () => void;
3030
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
3247
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_50<{
3031
3248
  buttonT?: string | undefined;
3032
3249
  buttonClass?: string | undefined;
3033
3250
  dataCy?: string | undefined;
@@ -3046,13 +3263,13 @@ export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_45<
3046
3263
  touched: boolean;
3047
3264
  }, {}>;
3048
3265
 
3049
- export declare const AFilterValueObjectOptionsSelect: DefineComponent<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_22<{
3266
+ export declare const AFilterValueObjectOptionsSelect: DefineComponent<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_23<{
3050
3267
  modelValue: Filter;
3051
3268
  items: ValueObjectOption<string | number>[];
3052
3269
  }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3053
3270
  "update:modelValue": (data: any) => void;
3054
3271
  change: () => void;
3055
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_22<{
3272
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_23<{
3056
3273
  modelValue: Filter;
3057
3274
  items: ValueObjectOption<string | number>[];
3058
3275
  }>, {}>>> & {
@@ -3060,7 +3277,7 @@ export declare const AFilterValueObjectOptionsSelect: DefineComponent<__VLS_With
3060
3277
  onChange?: (() => any) | undefined;
3061
3278
  }, {}, {}>;
3062
3279
 
3063
- export declare const AFilterWrapper: __VLS_WithTemplateSlots_5<DefineComponent<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_18<{
3280
+ export declare const AFilterWrapper: __VLS_WithTemplateSlots_12<DefineComponent<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_19<{
3064
3281
  enableAdvanced?: boolean | undefined;
3065
3282
  enableTop?: boolean | undefined;
3066
3283
  hideButtons?: boolean | undefined;
@@ -3072,7 +3289,7 @@ export declare const AFilterWrapper: __VLS_WithTemplateSlots_5<DefineComponent<_
3072
3289
  touched: boolean;
3073
3290
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3074
3291
  resetFilter: () => void;
3075
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_18<{
3292
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_19<{
3076
3293
  enableAdvanced?: boolean | undefined;
3077
3294
  enableTop?: boolean | undefined;
3078
3295
  hideButtons?: boolean | undefined;
@@ -3096,7 +3313,7 @@ export declare const AFilterWrapper: __VLS_WithTemplateSlots_5<DefineComponent<_
3096
3313
  buttons?(_: {}): any;
3097
3314
  }>;
3098
3315
 
3099
- export declare const AFormDatetimePicker: DefineComponent<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_12<{
3316
+ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineComponent<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_12<{
3100
3317
  modelValue: DatetimeUTCNullable | undefined;
3101
3318
  label?: string | undefined;
3102
3319
  errorMessage?: string | undefined;
@@ -3104,6 +3321,13 @@ export declare const AFormDatetimePicker: DefineComponent<__VLS_WithDefaults_10<
3104
3321
  v?: any;
3105
3322
  dataCy?: string | undefined;
3106
3323
  clearable?: boolean | undefined;
3324
+ collab?: {
3325
+ room: string;
3326
+ field: string;
3327
+ enabled: boolean;
3328
+ cachedUsers: CollabCachedUsersMap;
3329
+ } | undefined;
3330
+ disabled?: boolean | undefined;
3107
3331
  }>, {
3108
3332
  label: undefined;
3109
3333
  errorMessage: undefined;
@@ -3111,10 +3335,13 @@ export declare const AFormDatetimePicker: DefineComponent<__VLS_WithDefaults_10<
3111
3335
  v: null;
3112
3336
  dataCy: undefined;
3113
3337
  clearable: boolean;
3338
+ collab: undefined;
3339
+ disabled: undefined;
3114
3340
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3115
3341
  "update:modelValue": (data: DatetimeUTCNullable | undefined) => void;
3116
- "click:append": (data: string | number | null) => void;
3117
- blur: (data: string | number | null) => void;
3342
+ "click:append": (data: string | number | null | undefined) => void;
3343
+ blur: (data: string | number | null | undefined) => void;
3344
+ focus: (data: string | number | null | undefined) => void;
3118
3345
  }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_12<{
3119
3346
  modelValue: DatetimeUTCNullable | undefined;
3120
3347
  label?: string | undefined;
@@ -3123,6 +3350,13 @@ export declare const AFormDatetimePicker: DefineComponent<__VLS_WithDefaults_10<
3123
3350
  v?: any;
3124
3351
  dataCy?: string | undefined;
3125
3352
  clearable?: boolean | undefined;
3353
+ collab?: {
3354
+ room: string;
3355
+ field: string;
3356
+ enabled: boolean;
3357
+ cachedUsers: CollabCachedUsersMap;
3358
+ } | undefined;
3359
+ disabled?: boolean | undefined;
3126
3360
  }>, {
3127
3361
  label: undefined;
3128
3362
  errorMessage: undefined;
@@ -3130,20 +3364,34 @@ export declare const AFormDatetimePicker: DefineComponent<__VLS_WithDefaults_10<
3130
3364
  v: null;
3131
3365
  dataCy: undefined;
3132
3366
  clearable: boolean;
3367
+ collab: undefined;
3368
+ disabled: undefined;
3133
3369
  }>>> & {
3134
3370
  "onUpdate:modelValue"?: ((data: DatetimeUTCNullable | undefined) => any) | undefined;
3135
- onBlur?: ((data: string | number | null) => any) | undefined;
3136
- "onClick:append"?: ((data: string | number | null) => any) | undefined;
3371
+ onFocus?: ((data: string | number | null | undefined) => any) | undefined;
3372
+ onBlur?: ((data: string | number | null | undefined) => any) | undefined;
3373
+ "onClick:append"?: ((data: string | number | null | undefined) => any) | undefined;
3137
3374
  }, {
3375
+ disabled: boolean;
3138
3376
  dataCy: string;
3139
3377
  required: boolean;
3140
3378
  label: string;
3141
3379
  clearable: boolean;
3142
3380
  errorMessage: string;
3143
3381
  v: any;
3144
- }, {}>;
3382
+ collab: {
3383
+ room: string;
3384
+ field: string;
3385
+ enabled: boolean;
3386
+ cachedUsers: CollabCachedUsersMap;
3387
+ };
3388
+ }, {}>, {
3389
+ locked?(_: {
3390
+ userId: IntegerIdNullable;
3391
+ }): any;
3392
+ }>;
3145
3393
 
3146
- export declare const AFormFlagDatetimePicker: DefineComponent<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_13<{
3394
+ export declare const AFormFlagDatetimePicker: __VLS_WithTemplateSlots_8<DefineComponent<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_13<{
3147
3395
  modelValue: DatetimeUTCNullable | undefined;
3148
3396
  label?: string | undefined;
3149
3397
  errorMessage?: string | undefined;
@@ -3151,6 +3399,13 @@ export declare const AFormFlagDatetimePicker: DefineComponent<__VLS_WithDefaults
3151
3399
  dataCy?: string | undefined;
3152
3400
  clearable?: boolean | undefined;
3153
3401
  defaultActivationValue?: DatetimeUTCNullable | (() => DatetimeUTCNullable) | undefined;
3402
+ collab?: {
3403
+ room: string;
3404
+ field: string;
3405
+ enabled: boolean;
3406
+ cachedUsers: CollabCachedUsersMap;
3407
+ } | undefined;
3408
+ disabled?: boolean | undefined;
3154
3409
  }>, {
3155
3410
  label: undefined;
3156
3411
  errorMessage: undefined;
@@ -3158,6 +3413,8 @@ export declare const AFormFlagDatetimePicker: DefineComponent<__VLS_WithDefaults
3158
3413
  dataCy: undefined;
3159
3414
  clearable: boolean;
3160
3415
  defaultActivationValue: string;
3416
+ collab: undefined;
3417
+ disabled: undefined;
3161
3418
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3162
3419
  "update:modelValue": (data: DatetimeUTCNullable | undefined) => void;
3163
3420
  "click:append": (data: string | number | null) => void;
@@ -3170,6 +3427,13 @@ export declare const AFormFlagDatetimePicker: DefineComponent<__VLS_WithDefaults
3170
3427
  dataCy?: string | undefined;
3171
3428
  clearable?: boolean | undefined;
3172
3429
  defaultActivationValue?: DatetimeUTCNullable | (() => DatetimeUTCNullable) | undefined;
3430
+ collab?: {
3431
+ room: string;
3432
+ field: string;
3433
+ enabled: boolean;
3434
+ cachedUsers: CollabCachedUsersMap;
3435
+ } | undefined;
3436
+ disabled?: boolean | undefined;
3173
3437
  }>, {
3174
3438
  label: undefined;
3175
3439
  errorMessage: undefined;
@@ -3177,20 +3441,33 @@ export declare const AFormFlagDatetimePicker: DefineComponent<__VLS_WithDefaults
3177
3441
  dataCy: undefined;
3178
3442
  clearable: boolean;
3179
3443
  defaultActivationValue: string;
3444
+ collab: undefined;
3445
+ disabled: undefined;
3180
3446
  }>>> & {
3181
3447
  "onUpdate:modelValue"?: ((data: DatetimeUTCNullable | undefined) => any) | undefined;
3182
3448
  onBlur?: ((data: string | number | null) => any) | undefined;
3183
3449
  "onClick:append"?: ((data: string | number | null) => any) | undefined;
3184
3450
  }, {
3451
+ disabled: boolean;
3185
3452
  dataCy: string;
3186
3453
  label: string;
3187
3454
  clearable: boolean;
3188
3455
  errorMessage: string;
3189
3456
  v: any;
3190
- defaultActivationValue: DatetimeUTCNullable | 'now' | (() => DatetimeUTCNullable);
3191
- }, {}>;
3457
+ collab: {
3458
+ room: string;
3459
+ field: string;
3460
+ enabled: boolean;
3461
+ cachedUsers: CollabCachedUsersMap;
3462
+ };
3463
+ defaultActivationValue: DatetimeUTCNullable | (() => DatetimeUTCNullable);
3464
+ }, {}>, {
3465
+ locked?(_: {
3466
+ userId: IntegerIdNullable;
3467
+ }): any;
3468
+ }>;
3192
3469
 
3193
- export declare const AFormRemoteAutocomplete: DefineComponent<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_14<{
3470
+ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineComponent<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_14<{
3194
3471
  modelValue: any;
3195
3472
  label?: string | undefined;
3196
3473
  required?: boolean | undefined;
@@ -3207,6 +3484,13 @@ export declare const AFormRemoteAutocomplete: DefineComponent<__VLS_WithDefaults
3207
3484
  filterSortBy?: string | null | undefined;
3208
3485
  disableInitFetch?: boolean | undefined;
3209
3486
  loading?: boolean | undefined;
3487
+ collab?: {
3488
+ room: string;
3489
+ field: string;
3490
+ enabled: boolean;
3491
+ cachedUsers: CollabCachedUsersMap;
3492
+ } | undefined;
3493
+ disabled?: boolean | undefined;
3210
3494
  }>, {
3211
3495
  label: undefined;
3212
3496
  required: undefined;
@@ -3220,11 +3504,14 @@ export declare const AFormRemoteAutocomplete: DefineComponent<__VLS_WithDefaults
3220
3504
  filterSortBy: string;
3221
3505
  disableInitFetch: boolean;
3222
3506
  loading: boolean;
3507
+ collab: undefined;
3508
+ disabled: undefined;
3223
3509
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3224
3510
  "update:modelValue": (data: string | number | string[] | number[] | null) => void;
3225
3511
  searchChange: (data: string) => void;
3226
3512
  searchChangeDebounced: (data: string) => void;
3227
3513
  blur: (data: string | number | string[] | number[] | null) => void;
3514
+ focus: (data: string | number | string[] | number[] | null) => void;
3228
3515
  }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_14<{
3229
3516
  modelValue: any;
3230
3517
  label?: string | undefined;
@@ -3242,6 +3529,13 @@ export declare const AFormRemoteAutocomplete: DefineComponent<__VLS_WithDefaults
3242
3529
  filterSortBy?: string | null | undefined;
3243
3530
  disableInitFetch?: boolean | undefined;
3244
3531
  loading?: boolean | undefined;
3532
+ collab?: {
3533
+ room: string;
3534
+ field: string;
3535
+ enabled: boolean;
3536
+ cachedUsers: CollabCachedUsersMap;
3537
+ } | undefined;
3538
+ disabled?: boolean | undefined;
3245
3539
  }>, {
3246
3540
  label: undefined;
3247
3541
  required: undefined;
@@ -3255,12 +3549,16 @@ export declare const AFormRemoteAutocomplete: DefineComponent<__VLS_WithDefaults
3255
3549
  filterSortBy: string;
3256
3550
  disableInitFetch: boolean;
3257
3551
  loading: boolean;
3552
+ collab: undefined;
3553
+ disabled: undefined;
3258
3554
  }>>> & {
3259
3555
  "onUpdate:modelValue"?: ((data: string | number | string[] | number[] | null) => any) | undefined;
3556
+ onFocus?: ((data: string | number | string[] | number[] | null) => any) | undefined;
3260
3557
  onBlur?: ((data: string | number | string[] | number[] | null) => any) | undefined;
3261
3558
  onSearchChange?: ((data: string) => any) | undefined;
3262
3559
  onSearchChangeDebounced?: ((data: string) => any) | undefined;
3263
3560
  }, {
3561
+ disabled: boolean;
3264
3562
  multiple: boolean;
3265
3563
  required: boolean;
3266
3564
  loading: boolean;
@@ -3270,12 +3568,22 @@ export declare const AFormRemoteAutocomplete: DefineComponent<__VLS_WithDefaults
3270
3568
  hideDetails: boolean;
3271
3569
  errorMessage: string;
3272
3570
  v: any;
3571
+ collab: {
3572
+ room: string;
3573
+ field: string;
3574
+ enabled: boolean;
3575
+ cachedUsers: CollabCachedUsersMap;
3576
+ };
3273
3577
  filterByField: string;
3274
3578
  filterSortBy: string | null;
3275
3579
  disableInitFetch: boolean;
3276
- }, {}>;
3580
+ }, {}>, {
3581
+ locked?(_: {
3582
+ userId: number;
3583
+ }): any;
3584
+ }>;
3277
3585
 
3278
- export declare const AFormRemoteAutocompleteWithCached: DefineComponent<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
3586
+ export declare const AFormRemoteAutocompleteWithCached: DefineComponent<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_61<{
3279
3587
  modelValue: any;
3280
3588
  label?: string | undefined;
3281
3589
  required?: boolean | undefined;
@@ -3311,7 +3619,7 @@ export declare const AFormRemoteAutocompleteWithCached: DefineComponent<__VLS_Wi
3311
3619
  focus: (data: string | number | string[] | number[] | null | undefined) => void;
3312
3620
  searchChange: (data: string) => void;
3313
3621
  searchChangeDebounced: (data: string) => void;
3314
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
3622
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_61<{
3315
3623
  modelValue: any;
3316
3624
  label?: string | undefined;
3317
3625
  required?: boolean | undefined;
@@ -3414,30 +3722,91 @@ export declare const AFormRemoteSwitch: DefineComponent<__VLS_WithDefaults_14<__
3414
3722
  v: null;
3415
3723
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3416
3724
  "update:modelValue": (data: boolean) => void;
3417
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_16<{
3725
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_16<{
3726
+ modelValue: boolean;
3727
+ callbackToTrue: () => Promise<boolean>;
3728
+ callbackToFalse: () => Promise<boolean>;
3729
+ label?: string | undefined;
3730
+ hideDetails?: boolean | undefined;
3731
+ hideLabel?: boolean | undefined;
3732
+ v?: any;
3733
+ }>, {
3734
+ label: undefined;
3735
+ hideDetails: undefined;
3736
+ hideLabel: undefined;
3737
+ v: null;
3738
+ }>>> & {
3739
+ "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
3740
+ }, {
3741
+ label: string;
3742
+ hideLabel: boolean;
3743
+ hideDetails: boolean;
3744
+ v: any;
3745
+ }, {}>;
3746
+
3747
+ export declare const AFormSwitch: __VLS_WithTemplateSlots_10<DefineComponent<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_17<{
3748
+ modelValue: boolean;
3749
+ label?: string | undefined;
3750
+ dataCy?: string | undefined;
3751
+ hideLabel?: boolean | undefined;
3752
+ collab?: {
3753
+ room: string;
3754
+ field: string;
3755
+ enabled: boolean;
3756
+ cachedUsers: CollabCachedUsersMap;
3757
+ } | undefined;
3758
+ disabled?: boolean | undefined;
3759
+ }>, {
3760
+ label: undefined;
3761
+ dataCy: undefined;
3762
+ hideLabel: boolean;
3763
+ collab: undefined;
3764
+ disabled: undefined;
3765
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3766
+ "update:modelValue": (data: boolean) => void;
3767
+ blur: (data: boolean) => void;
3768
+ focus: (data: boolean) => void;
3769
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_17<{
3418
3770
  modelValue: boolean;
3419
- callbackToTrue: () => Promise<boolean>;
3420
- callbackToFalse: () => Promise<boolean>;
3421
3771
  label?: string | undefined;
3422
- hideDetails?: boolean | undefined;
3772
+ dataCy?: string | undefined;
3423
3773
  hideLabel?: boolean | undefined;
3424
- v?: any;
3774
+ collab?: {
3775
+ room: string;
3776
+ field: string;
3777
+ enabled: boolean;
3778
+ cachedUsers: CollabCachedUsersMap;
3779
+ } | undefined;
3780
+ disabled?: boolean | undefined;
3425
3781
  }>, {
3426
3782
  label: undefined;
3427
- hideDetails: undefined;
3428
- hideLabel: undefined;
3429
- v: null;
3783
+ dataCy: undefined;
3784
+ hideLabel: boolean;
3785
+ collab: undefined;
3786
+ disabled: undefined;
3430
3787
  }>>> & {
3431
3788
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
3789
+ onFocus?: ((data: boolean) => any) | undefined;
3790
+ onBlur?: ((data: boolean) => any) | undefined;
3432
3791
  }, {
3792
+ disabled: boolean;
3793
+ dataCy: string;
3433
3794
  label: string;
3434
3795
  hideLabel: boolean;
3435
- hideDetails: boolean;
3436
- v: any;
3437
- }, {}>;
3796
+ collab: {
3797
+ room: string;
3798
+ field: string;
3799
+ enabled: boolean;
3800
+ cachedUsers: CollabCachedUsersMap;
3801
+ };
3802
+ }, {}>, {
3803
+ locked?(_: {
3804
+ userId: number;
3805
+ }): any;
3806
+ }>;
3438
3807
 
3439
- export declare const AFormTextarea: DefineComponent<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_11<{
3440
- modelValue: string | null;
3808
+ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_11<{
3809
+ modelValue: string | null | undefined;
3441
3810
  label?: string | undefined;
3442
3811
  errorMessage?: string | undefined;
3443
3812
  required?: boolean | undefined;
@@ -3447,6 +3816,13 @@ export declare const AFormTextarea: DefineComponent<__VLS_WithDefaults_9<__VLS_T
3447
3816
  dataCy?: string | undefined;
3448
3817
  hideLabel?: boolean | undefined;
3449
3818
  rows?: number | undefined;
3819
+ collab?: {
3820
+ room: string;
3821
+ field: string;
3822
+ enabled: boolean;
3823
+ cachedUsers: CollabCachedUsersMap;
3824
+ } | undefined;
3825
+ disabled?: boolean | undefined;
3450
3826
  }>, {
3451
3827
  label: undefined;
3452
3828
  errorMessage: undefined;
@@ -3457,12 +3833,15 @@ export declare const AFormTextarea: DefineComponent<__VLS_WithDefaults_9<__VLS_T
3457
3833
  dataCy: undefined;
3458
3834
  hideLabel: boolean;
3459
3835
  rows: number;
3836
+ collab: undefined;
3837
+ disabled: undefined;
3460
3838
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3461
- "update:modelValue": (data: string | null) => void;
3839
+ "update:modelValue": (data: string | null | undefined) => void;
3462
3840
  "click:append": (data: string | null) => void;
3463
- blur: (data: string | null) => void;
3841
+ blur: (data: string | null | undefined) => void;
3842
+ focus: (data: string | null | undefined) => void;
3464
3843
  }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_11<{
3465
- modelValue: string | null;
3844
+ modelValue: string | null | undefined;
3466
3845
  label?: string | undefined;
3467
3846
  errorMessage?: string | undefined;
3468
3847
  required?: boolean | undefined;
@@ -3472,6 +3851,13 @@ export declare const AFormTextarea: DefineComponent<__VLS_WithDefaults_9<__VLS_T
3472
3851
  dataCy?: string | undefined;
3473
3852
  hideLabel?: boolean | undefined;
3474
3853
  rows?: number | undefined;
3854
+ collab?: {
3855
+ room: string;
3856
+ field: string;
3857
+ enabled: boolean;
3858
+ cachedUsers: CollabCachedUsersMap;
3859
+ } | undefined;
3860
+ disabled?: boolean | undefined;
3475
3861
  }>, {
3476
3862
  label: undefined;
3477
3863
  errorMessage: undefined;
@@ -3482,23 +3868,37 @@ export declare const AFormTextarea: DefineComponent<__VLS_WithDefaults_9<__VLS_T
3482
3868
  dataCy: undefined;
3483
3869
  hideLabel: boolean;
3484
3870
  rows: number;
3871
+ collab: undefined;
3872
+ disabled: undefined;
3485
3873
  }>>> & {
3486
- "onUpdate:modelValue"?: ((data: string | null) => any) | undefined;
3487
- onBlur?: ((data: string | null) => any) | undefined;
3874
+ "onUpdate:modelValue"?: ((data: string | null | undefined) => any) | undefined;
3875
+ onFocus?: ((data: string | null | undefined) => any) | undefined;
3876
+ onBlur?: ((data: string | null | undefined) => any) | undefined;
3488
3877
  "onClick:append"?: ((data: string | null) => any) | undefined;
3489
3878
  }, {
3490
- appendIcon: VuetifyIconValue;
3491
- prependIcon: VuetifyIconValue;
3879
+ appendIcon: string;
3880
+ disabled: boolean;
3881
+ prependIcon: string;
3492
3882
  dataCy: string;
3493
3883
  required: boolean;
3494
3884
  label: string;
3495
3885
  hideLabel: boolean;
3496
3886
  errorMessage: string;
3497
3887
  v: any;
3888
+ collab: {
3889
+ room: string;
3890
+ field: string;
3891
+ enabled: boolean;
3892
+ cachedUsers: CollabCachedUsersMap;
3893
+ };
3498
3894
  rows: number;
3499
- }, {}>;
3895
+ }, {}>, {
3896
+ locked?(_: {
3897
+ userId: number;
3898
+ }): any;
3899
+ }>;
3500
3900
 
3501
- export declare const AFormTextField: DefineComponent<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_10<{
3901
+ export declare const AFormTextField: __VLS_WithTemplateSlots_5<DefineComponent<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_10<{
3502
3902
  modelValue: string | number | null | undefined;
3503
3903
  label?: string | undefined;
3504
3904
  errorMessage?: string | undefined;
@@ -3511,6 +3911,15 @@ export declare const AFormTextField: DefineComponent<__VLS_WithDefaults_8<__VLS_
3511
3911
  type?: string | undefined;
3512
3912
  step?: number | undefined;
3513
3913
  maxlength?: number | undefined;
3914
+ collab?: {
3915
+ room: string;
3916
+ field: string;
3917
+ enabled: boolean;
3918
+ cachedUsers: CollabCachedUsersMap;
3919
+ } | undefined;
3920
+ disabled?: boolean | undefined;
3921
+ placeholder?: string | undefined;
3922
+ persistentPlaceholder?: boolean | undefined;
3514
3923
  }>, {
3515
3924
  label: undefined;
3516
3925
  errorMessage: undefined;
@@ -3523,10 +3932,15 @@ export declare const AFormTextField: DefineComponent<__VLS_WithDefaults_8<__VLS_
3523
3932
  type: string;
3524
3933
  step: undefined;
3525
3934
  maxlength: undefined;
3935
+ collab: undefined;
3936
+ disabled: undefined;
3937
+ placeholder: undefined;
3938
+ persistentPlaceholder: boolean;
3526
3939
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3527
3940
  "update:modelValue": (data: string | number | null | undefined) => void;
3528
3941
  "click:append": (data: string | number | null | undefined) => void;
3529
3942
  blur: (data: string | number | null | undefined) => void;
3943
+ focus: (data: string | number | null | undefined) => void;
3530
3944
  }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_10<{
3531
3945
  modelValue: string | number | null | undefined;
3532
3946
  label?: string | undefined;
@@ -3540,6 +3954,15 @@ export declare const AFormTextField: DefineComponent<__VLS_WithDefaults_8<__VLS_
3540
3954
  type?: string | undefined;
3541
3955
  step?: number | undefined;
3542
3956
  maxlength?: number | undefined;
3957
+ collab?: {
3958
+ room: string;
3959
+ field: string;
3960
+ enabled: boolean;
3961
+ cachedUsers: CollabCachedUsersMap;
3962
+ } | undefined;
3963
+ disabled?: boolean | undefined;
3964
+ placeholder?: string | undefined;
3965
+ persistentPlaceholder?: boolean | undefined;
3543
3966
  }>, {
3544
3967
  label: undefined;
3545
3968
  errorMessage: undefined;
@@ -3552,25 +3975,43 @@ export declare const AFormTextField: DefineComponent<__VLS_WithDefaults_8<__VLS_
3552
3975
  type: string;
3553
3976
  step: undefined;
3554
3977
  maxlength: undefined;
3978
+ collab: undefined;
3979
+ disabled: undefined;
3980
+ placeholder: undefined;
3981
+ persistentPlaceholder: boolean;
3555
3982
  }>>> & {
3556
3983
  "onUpdate:modelValue"?: ((data: string | number | null | undefined) => any) | undefined;
3984
+ onFocus?: ((data: string | number | null | undefined) => any) | undefined;
3557
3985
  onBlur?: ((data: string | number | null | undefined) => any) | undefined;
3558
3986
  "onClick:append"?: ((data: string | number | null | undefined) => any) | undefined;
3559
3987
  }, {
3560
- appendIcon: VuetifyIconValue;
3561
- prependIcon: VuetifyIconValue;
3988
+ appendIcon: string;
3989
+ disabled: boolean;
3990
+ prependIcon: string;
3562
3991
  type: string;
3563
3992
  dataCy: string;
3564
3993
  required: boolean;
3565
3994
  label: string;
3566
3995
  hideLabel: boolean;
3996
+ placeholder: string;
3997
+ persistentPlaceholder: boolean;
3567
3998
  step: number;
3568
3999
  errorMessage: string;
3569
4000
  v: any;
4001
+ collab: {
4002
+ room: string;
4003
+ field: string;
4004
+ enabled: boolean;
4005
+ cachedUsers: CollabCachedUsersMap;
4006
+ };
3570
4007
  maxlength: number;
3571
- }, {}>;
4008
+ }, {}>, {
4009
+ locked?(_: {
4010
+ userId: number;
4011
+ }): any;
4012
+ }>;
3572
4013
 
3573
- export declare const AFormValueObjectOptionsSelect: DefineComponent<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_17<{
4014
+ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<DefineComponent<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_18<{
3574
4015
  modelValue: any;
3575
4016
  items: any[];
3576
4017
  label?: string | undefined;
@@ -3582,6 +4023,13 @@ export declare const AFormValueObjectOptionsSelect: DefineComponent<__VLS_WithDe
3582
4023
  hideDetails?: boolean | undefined;
3583
4024
  clearable?: boolean | undefined;
3584
4025
  dataCy?: string | undefined;
4026
+ collab?: {
4027
+ room: string;
4028
+ field: string;
4029
+ enabled: boolean;
4030
+ cachedUsers: CollabCachedUsersMap;
4031
+ } | undefined;
4032
+ disabled?: boolean | undefined;
3585
4033
  }>, {
3586
4034
  label: undefined;
3587
4035
  errorMessage: undefined;
@@ -3592,10 +4040,13 @@ export declare const AFormValueObjectOptionsSelect: DefineComponent<__VLS_WithDe
3592
4040
  hideDetails: boolean;
3593
4041
  clearable: boolean;
3594
4042
  dataCy: string;
4043
+ collab: undefined;
4044
+ disabled: undefined;
3595
4045
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3596
4046
  "update:modelValue": (data: any) => void;
3597
4047
  blur: (data: any) => void;
3598
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_17<{
4048
+ focus: (data: any) => void;
4049
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_18<{
3599
4050
  modelValue: any;
3600
4051
  items: any[];
3601
4052
  label?: string | undefined;
@@ -3607,6 +4058,13 @@ export declare const AFormValueObjectOptionsSelect: DefineComponent<__VLS_WithDe
3607
4058
  hideDetails?: boolean | undefined;
3608
4059
  clearable?: boolean | undefined;
3609
4060
  dataCy?: string | undefined;
4061
+ collab?: {
4062
+ room: string;
4063
+ field: string;
4064
+ enabled: boolean;
4065
+ cachedUsers: CollabCachedUsersMap;
4066
+ } | undefined;
4067
+ disabled?: boolean | undefined;
3610
4068
  }>, {
3611
4069
  label: undefined;
3612
4070
  errorMessage: undefined;
@@ -3617,10 +4075,14 @@ export declare const AFormValueObjectOptionsSelect: DefineComponent<__VLS_WithDe
3617
4075
  hideDetails: boolean;
3618
4076
  clearable: boolean;
3619
4077
  dataCy: string;
4078
+ collab: undefined;
4079
+ disabled: undefined;
3620
4080
  }>>> & {
3621
4081
  "onUpdate:modelValue"?: ((data: any) => any) | undefined;
4082
+ onFocus?: ((data: any) => any) | undefined;
3622
4083
  onBlur?: ((data: any) => any) | undefined;
3623
4084
  }, {
4085
+ disabled: boolean;
3624
4086
  dataCy: string;
3625
4087
  multiple: boolean;
3626
4088
  required: boolean;
@@ -3630,9 +4092,19 @@ export declare const AFormValueObjectOptionsSelect: DefineComponent<__VLS_WithDe
3630
4092
  hideDetails: boolean;
3631
4093
  errorMessage: string;
3632
4094
  v: any;
3633
- }, {}>;
4095
+ collab: {
4096
+ room: string;
4097
+ field: string;
4098
+ enabled: boolean;
4099
+ cachedUsers: CollabCachedUsersMap;
4100
+ };
4101
+ }, {}>, {
4102
+ locked?(_: {
4103
+ userId: number;
4104
+ }): any;
4105
+ }>;
3634
4106
 
3635
- export declare const AIconGroup: DefineComponent<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
4107
+ export declare const AIconGroup: DefineComponent<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_40<{
3636
4108
  mainIcon: string;
3637
4109
  secondaryIcon?: string | null | undefined;
3638
4110
  secondaryText?: string | null | undefined;
@@ -3641,7 +4113,7 @@ export declare const AIconGroup: DefineComponent<__VLS_WithDefaults_35<__VLS_Typ
3641
4113
  secondaryIcon: null;
3642
4114
  secondaryText: null;
3643
4115
  size: string;
3644
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
4116
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_40<{
3645
4117
  mainIcon: string;
3646
4118
  secondaryIcon?: string | null | undefined;
3647
4119
  secondaryText?: string | null | undefined;
@@ -3656,7 +4128,7 @@ export declare const AIconGroup: DefineComponent<__VLS_WithDefaults_35<__VLS_Typ
3656
4128
  secondaryText: null | string;
3657
4129
  }, {}>;
3658
4130
 
3659
- export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_65<{
4131
+ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_67<{
3660
4132
  modelValue: IntegerIdNullable;
3661
4133
  queueKey: UploadQueueKey;
3662
4134
  uploadConfig: ImageWidgetUploadConfig;
@@ -3689,7 +4161,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
3689
4161
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3690
4162
  "update:modelValue": (data: IntegerIdNullable) => void;
3691
4163
  afterMetadataSaveSuccess: () => void;
3692
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_65<{
4164
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_67<{
3693
4165
  modelValue: IntegerIdNullable;
3694
4166
  queueKey: UploadQueueKey;
3695
4167
  uploadConfig: ImageWidgetUploadConfig;
@@ -3733,7 +4205,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
3733
4205
  callDeleteApiOnRemove: boolean;
3734
4206
  }, {}>;
3735
4207
 
3736
- export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_67<{
4208
+ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_69<{
3737
4209
  modelValue: IntegerId[];
3738
4210
  queueKey: UploadQueueKey;
3739
4211
  uploadConfig: ImageWidgetUploadConfig;
@@ -3759,7 +4231,7 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_64
3759
4231
  saveImages: () => Promise<boolean>;
3760
4232
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3761
4233
  "update:modelValue": (data: number[]) => void;
3762
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_67<{
4234
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_69<{
3763
4235
  modelValue: IntegerId[];
3764
4236
  queueKey: UploadQueueKey;
3765
4237
  uploadConfig: ImageWidgetUploadConfig;
@@ -3792,7 +4264,7 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_64
3792
4264
  callDeleteApiOnRemove: boolean;
3793
4265
  }, {}>;
3794
4266
 
3795
- export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_68<{
4267
+ export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_70<{
3796
4268
  modelValue: IntegerId[];
3797
4269
  images?: ImageAware[] | undefined;
3798
4270
  configName?: string | undefined;
@@ -3812,7 +4284,7 @@ export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefau
3812
4284
  aspectRatio: number;
3813
4285
  showDescription: boolean;
3814
4286
  showSource: boolean;
3815
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_68<{
4287
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_70<{
3816
4288
  modelValue: IntegerId[];
3817
4289
  images?: ImageAware[] | undefined;
3818
4290
  configName?: string | undefined;
@@ -3843,7 +4315,7 @@ export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefau
3843
4315
  images: ImageAware[];
3844
4316
  }, {}>;
3845
4317
 
3846
- export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_15<DefineComponent<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_66<{
4318
+ export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_23<DefineComponent<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_68<{
3847
4319
  modelValue: IntegerIdNullable | undefined;
3848
4320
  image?: ImageAware | ImageCreateUpdateAware | null | undefined;
3849
4321
  configName?: string | undefined;
@@ -3862,7 +4334,7 @@ export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_15<DefineCompon
3862
4334
  aspectRatio: number;
3863
4335
  showDescription: boolean;
3864
4336
  showSource: boolean;
3865
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_66<{
4337
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_68<{
3866
4338
  modelValue: IntegerIdNullable | undefined;
3867
4339
  image?: ImageAware | ImageCreateUpdateAware | null | undefined;
3868
4340
  configName?: string | undefined;
@@ -3920,12 +4392,12 @@ export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_15<DefineCompon
3920
4392
  }): any;
3921
4393
  }>;
3922
4394
 
3923
- export declare const AJobDetailCommon: __VLS_WithTemplateSlots_11<DefineComponent<__VLS_WithDefaults_57<__VLS_TypePropsToRuntimeProps_60<{
4395
+ export declare const AJobDetailCommon: __VLS_WithTemplateSlots_19<DefineComponent<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_62<{
3924
4396
  job: JobBase<`job${string}`>;
3925
4397
  loading?: boolean | undefined;
3926
4398
  }>, {
3927
4399
  loading: boolean;
3928
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_57<__VLS_TypePropsToRuntimeProps_60<{
4400
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_62<{
3929
4401
  job: JobBase<`job${string}`>;
3930
4402
  loading?: boolean | undefined;
3931
4403
  }>, {
@@ -3936,9 +4408,9 @@ export declare const AJobDetailCommon: __VLS_WithTemplateSlots_11<DefineComponen
3936
4408
  "resource-name"?(_: {}): any;
3937
4409
  }>;
3938
4410
 
3939
- export declare const AJobStatusChip: DefineComponent<__VLS_TypePropsToRuntimeProps_32<{
4411
+ export declare const AJobStatusChip: DefineComponent<__VLS_TypePropsToRuntimeProps_34<{
3940
4412
  value: JobStatus;
3941
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_32<{
4413
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_34<{
3942
4414
  value: JobStatus;
3943
4415
  }>>>, {}, {}>;
3944
4416
 
@@ -3948,13 +4420,13 @@ export declare const ALanguageSelect: DefineComponent<{}, {}, {}, {}, {}, Compon
3948
4420
  onAfterChange?: ((code: LanguageCode) => any) | undefined;
3949
4421
  }, {}, {}>;
3950
4422
 
3951
- export declare const ALogData: DefineComponent<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_31<{
4423
+ export declare const ALogData: DefineComponent<__VLS_WithDefaults_31<__VLS_TypePropsToRuntimeProps_33<{
3952
4424
  data: any;
3953
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_31<{
4425
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_31<__VLS_TypePropsToRuntimeProps_33<{
3954
4426
  data: any;
3955
4427
  }>, {}>>>, {}, {}>;
3956
4428
 
3957
- export declare const ALoginView: DefineComponent<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_70<{
4429
+ export declare const ALoginView: DefineComponent<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_73<{
3958
4430
  title?: string | undefined;
3959
4431
  logoUrl?: string | undefined;
3960
4432
  loginUrl?: undefined | (() => string);
@@ -3964,7 +4436,7 @@ export declare const ALoginView: DefineComponent<__VLS_WithDefaults_67<__VLS_Typ
3964
4436
  logoUrl: undefined;
3965
4437
  loginUrl: undefined;
3966
4438
  dataCy: string;
3967
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_70<{
4439
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_73<{
3968
4440
  title?: string | undefined;
3969
4441
  logoUrl?: string | undefined;
3970
4442
  loginUrl?: undefined | (() => string);
@@ -3981,17 +4453,17 @@ export declare const ALoginView: DefineComponent<__VLS_WithDefaults_67<__VLS_Typ
3981
4453
  loginUrl: () => string;
3982
4454
  }, {}>;
3983
4455
 
3984
- export declare const ALogLevelChip: DefineComponent<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<{
4456
+ export declare const ALogLevelChip: DefineComponent<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
3985
4457
  level: LogLevel;
3986
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<{
4458
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
3987
4459
  level: LogLevel;
3988
4460
  }>, {}>>>, {}, {}>;
3989
4461
 
3990
- export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_71<{
4462
+ export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_74<{
3991
4463
  logoutUrl?: undefined | (() => string);
3992
4464
  }>, {
3993
4465
  logoutUrl: undefined;
3994
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_71<{
4466
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_74<{
3995
4467
  logoutUrl?: undefined | (() => string);
3996
4468
  }>, {
3997
4469
  logoutUrl: undefined;
@@ -3999,9 +4471,9 @@ export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_68<__VLS_Ty
3999
4471
  logoutUrl: () => string;
4000
4472
  }, {}>;
4001
4473
 
4002
- export declare const ANotFoundView: DefineComponent<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_73<{
4474
+ export declare const ANotFoundView: DefineComponent<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_76<{
4003
4475
  returnRouteName: string;
4004
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_73<{
4476
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_76<{
4005
4477
  returnRouteName: string;
4006
4478
  }>, {}>>>, {}, {}>;
4007
4479
 
@@ -4038,6 +4510,14 @@ export declare const AnzuSystemsCommonAdmin: {
4038
4510
  install<T extends `${string}_${string}_${string}` = `${string}_${string}_${string}`>(app: App, options: PluginOptions<T>): void;
4039
4511
  };
4040
4512
 
4513
+ export declare const AnzutapLockedByUser: DefineComponent<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_71<{
4514
+ id: null | undefined | IntegerId;
4515
+ users: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
4516
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_71<{
4517
+ id: null | undefined | IntegerId;
4518
+ users: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
4519
+ }>, {}>>>, {}, {}>;
4520
+
4041
4521
  export declare interface AnzuUser extends AnzuUserAndTimeTrackingAware, AnzuUserMinimal {
4042
4522
  enabled: boolean;
4043
4523
  roles: string[];
@@ -4180,7 +4660,7 @@ export declare const arraysHaveSameElements: <T>(array1: T[], array2: T[]) => bo
4180
4660
 
4181
4661
  export declare const arrayToString: (values: Array<string | number>, separator?: string) => string;
4182
4662
 
4183
- export declare const ASortable: __VLS_WithTemplateSlots_12<DefineComponent<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_61<{
4663
+ export declare const ASortable: __VLS_WithTemplateSlots_20<DefineComponent<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_63<{
4184
4664
  modelValue: any;
4185
4665
  dirty?: Set<string | number> | undefined;
4186
4666
  keyField?: string | undefined;
@@ -4225,7 +4705,7 @@ export declare const ASortable: __VLS_WithTemplateSlots_12<DefineComponent<__VLS
4225
4705
  onAddLast: (data: any) => void;
4226
4706
  onEdit: (data: SortableItem<any>) => void;
4227
4707
  onDelete: (data: SortableItem<any>) => void;
4228
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_61<{
4708
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_63<{
4229
4709
  modelValue: any;
4230
4710
  dirty?: Set<string | number> | undefined;
4231
4711
  keyField?: string | undefined;
@@ -4290,7 +4770,7 @@ export declare const ASortable: __VLS_WithTemplateSlots_12<DefineComponent<__VLS
4290
4770
  }): any;
4291
4771
  }>;
4292
4772
 
4293
- export declare const ASortableNested: __VLS_WithTemplateSlots_13<DefineComponent<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_62<{
4773
+ export declare const ASortableNested: __VLS_WithTemplateSlots_21<DefineComponent<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_64<{
4294
4774
  modelValue: SortableNested<any>;
4295
4775
  maxDepth: number;
4296
4776
  disableDraggable?: boolean | undefined;
@@ -4326,7 +4806,7 @@ export declare const ASortableNested: __VLS_WithTemplateSlots_13<DefineComponent
4326
4806
  onAddLast: (data: SortableNestedItem<any> | null) => void;
4327
4807
  onEdit: (data: SortableNestedItem<any>) => void;
4328
4808
  onDelete: (data: SortableNestedItem<any>) => void;
4329
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_62<{
4809
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_64<{
4330
4810
  modelValue: SortableNested<any>;
4331
4811
  maxDepth: number;
4332
4812
  disableDraggable?: boolean | undefined;
@@ -4713,14 +5193,14 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
4713
5193
  } | undefined;
4714
5194
  };
4715
5195
 
4716
- export declare const ASystemBar: DefineComponent<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
5196
+ export declare const ASystemBar: DefineComponent<__VLS_WithDefaults_53<__VLS_TypePropsToRuntimeProps_56<{
4717
5197
  currentVersion: string;
4718
5198
  checkInterval?: number | undefined;
4719
5199
  jsonRelativePath?: string | undefined;
4720
5200
  }>, {
4721
5201
  checkInterval: number;
4722
5202
  jsonRelativePath: string;
4723
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
5203
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_53<__VLS_TypePropsToRuntimeProps_56<{
4724
5204
  currentVersion: string;
4725
5205
  checkInterval?: number | undefined;
4726
5206
  jsonRelativePath?: string | undefined;
@@ -4742,7 +5222,7 @@ export declare const ASystemEntityScope: __VLS_WithTemplateSlots_4<DefineCompone
4742
5222
  default?(_: {}): any;
4743
5223
  }>;
4744
5224
 
4745
- export declare const ATableCopyIdButton: DefineComponent<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_50<{
5225
+ export declare const ATableCopyIdButton: DefineComponent<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<{
4746
5226
  id: number | string;
4747
5227
  buttonT?: string | undefined;
4748
5228
  buttonClass?: string | undefined;
@@ -4757,7 +5237,7 @@ export declare const ATableCopyIdButton: DefineComponent<__VLS_WithDefaults_47<_
4757
5237
  notifyT: string;
4758
5238
  dataCy: string;
4759
5239
  size: string;
4760
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_50<{
5240
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<{
4761
5241
  id: number | string;
4762
5242
  buttonT?: string | undefined;
4763
5243
  buttonClass?: string | undefined;
@@ -4781,7 +5261,7 @@ export declare const ATableCopyIdButton: DefineComponent<__VLS_WithDefaults_47<_
4781
5261
  iconT: string;
4782
5262
  }, {}>;
4783
5263
 
4784
- export declare const ATableDetailButton: DefineComponent<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_51<{
5264
+ export declare const ATableDetailButton: DefineComponent<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<{
4785
5265
  routeName: string;
4786
5266
  recordId?: number | string | undefined;
4787
5267
  routeParams?: any | undefined;
@@ -4794,7 +5274,7 @@ export declare const ATableDetailButton: DefineComponent<__VLS_WithDefaults_48<_
4794
5274
  buttonT: string;
4795
5275
  buttonClass: string;
4796
5276
  dataCy: string;
4797
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_51<{
5277
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<{
4798
5278
  routeName: string;
4799
5279
  recordId?: number | string | undefined;
4800
5280
  routeParams?: any | undefined;
@@ -4815,7 +5295,7 @@ export declare const ATableDetailButton: DefineComponent<__VLS_WithDefaults_48<_
4815
5295
  recordId: string | number;
4816
5296
  }, {}>;
4817
5297
 
4818
- export declare const ATableEditButton: DefineComponent<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<{
5298
+ export declare const ATableEditButton: DefineComponent<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
4819
5299
  routeName: string;
4820
5300
  recordId?: number | string | undefined;
4821
5301
  routeParams?: any | undefined;
@@ -4828,7 +5308,7 @@ export declare const ATableEditButton: DefineComponent<__VLS_WithDefaults_49<__V
4828
5308
  buttonT: string;
4829
5309
  buttonClass: string;
4830
5310
  dataCy: string;
4831
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<{
5311
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
4832
5312
  routeName: string;
4833
5313
  recordId?: number | string | undefined;
4834
5314
  routeParams?: any | undefined;
@@ -4851,14 +5331,14 @@ export declare const ATableEditButton: DefineComponent<__VLS_WithDefaults_49<__V
4851
5331
 
4852
5332
  export declare const AThemeSelect: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
4853
5333
 
4854
- export declare const ATimeTrackingFields: DefineComponent<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_35<{
5334
+ export declare const ATimeTrackingFields: DefineComponent<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_37<{
4855
5335
  data: AnzuUserAndTimeTrackingAware | any;
4856
5336
  hideCreatedAt?: boolean | undefined;
4857
5337
  hideModifiedAt?: boolean | undefined;
4858
5338
  }>, {
4859
5339
  hideCreatedAt: boolean;
4860
5340
  hideModifiedAt: boolean;
4861
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_35<{
5341
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_37<{
4862
5342
  data: AnzuUserAndTimeTrackingAware | any;
4863
5343
  hideCreatedAt?: boolean | undefined;
4864
5344
  hideModifiedAt?: boolean | undefined;
@@ -4881,13 +5361,13 @@ declare interface AudioAttributes {
4881
5361
  bitrate: number;
4882
5362
  }
4883
5363
 
4884
- export declare const AUnauthorizedView: DefineComponent<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_72<{
5364
+ export declare const AUnauthorizedView: DefineComponent<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_75<{
4885
5365
  returnRouteName: string;
4886
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_72<{
5366
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_75<{
4887
5367
  returnRouteName: string;
4888
5368
  }>, {}>>>, {}, {}>;
4889
5369
 
4890
- export declare const AUserAndTimeTrackingFields: DefineComponent<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_39<{
5370
+ export declare const AUserAndTimeTrackingFields: DefineComponent<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_41<{
4891
5371
  data: AnzuUserAndTimeTrackingAware | any;
4892
5372
  hideCreatedAt?: boolean | undefined;
4893
5373
  hideModifiedAt?: boolean | undefined;
@@ -4898,7 +5378,7 @@ export declare const AUserAndTimeTrackingFields: DefineComponent<__VLS_WithDefau
4898
5378
  hideModifiedAt: boolean;
4899
5379
  hideCreatedBy: boolean;
4900
5380
  hideModifiedBy: boolean;
4901
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_39<{
5381
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_41<{
4902
5382
  data: AnzuUserAndTimeTrackingAware | any;
4903
5383
  hideCreatedAt?: boolean | undefined;
4904
5384
  hideModifiedAt?: boolean | undefined;
@@ -4944,6 +5424,273 @@ export declare type CachedItem<T extends object> = T & {
4944
5424
  */
4945
5425
  export declare const cloneDeep: <T>(object: T) => T;
4946
5426
 
5427
+ export declare const COLLAB_FIELD_PREFIX_COMMENT = "comment:";
5428
+
5429
+ export declare const COLLAB_FIELD_PREFIX_EMBED = "embed:";
5430
+
5431
+ declare interface CollabAccessRoomCallback {
5432
+ status: CollabAccessRoomStatusType;
5433
+ }
5434
+
5435
+ export declare type CollabAccessRoomCallbackTypes = CollabSuccessAccessRoomCallback | CollabOccupiedAccessRoomCallback | CollabFailedAccessRoomCallback;
5436
+
5437
+ export declare const CollabAccessRoomStatus: {
5438
+ readonly Ok: "ok";
5439
+ readonly Occupied: "occupied";
5440
+ readonly Failed: "failed";
5441
+ };
5442
+
5443
+ export declare type CollabAccessRoomStatusType = (typeof CollabAccessRoomStatus)[keyof typeof CollabAccessRoomStatus];
5444
+
5445
+ export declare interface CollabApprovedJoinRequestEvent {
5446
+ room: CollabRoom;
5447
+ }
5448
+
5449
+ export declare interface CollabApprovedRequestToTakeModerationEvent {
5450
+ room: CollabRoom;
5451
+ }
5452
+
5453
+ export declare type CollabCachedUsersMap = Map<IntegerId, CachedItem<AnzuUserMinimal>>;
5454
+
5455
+ export declare type CollabChangeRoomLockCallbackTypes = CollabSuccessChangeRoomLockCallback | CollabFailedChangeRoomLockCallback;
5456
+
5457
+ declare interface CollabChangeRoomLocksInfoCallback {
5458
+ status: CollabChangeRoomLockStatusType;
5459
+ }
5460
+
5461
+ export declare const CollabChangeRoomLockStatus: {
5462
+ readonly Ok: "ok";
5463
+ readonly Failed: "failed";
5464
+ };
5465
+
5466
+ export declare type CollabChangeRoomLockStatusType = (typeof CollabChangeRoomLockStatus)[keyof typeof CollabChangeRoomLockStatus];
5467
+
5468
+ export declare interface CollabClientToServerEvents {
5469
+ subscribeCollabRoomInfo: (room: CollabRoom, callback: (data: CollabRoomInfoCallback) => void) => void;
5470
+ unsubscribeCollabRoomInfo: (room: CollabRoom, callback: (data: CollabRoomInfoCallback) => void) => void;
5471
+ joinCollabRoom: (room: CollabRoom, options: CollabRoomOptions, callback: (data: CollabAccessRoomCallbackTypes) => void) => void;
5472
+ leaveCollabRoom: (room: CollabRoom, callback: (data: CollabAccessRoomCallbackTypes) => void) => void;
5473
+ acquireFieldLock: (room: CollabRoom, field: CollabFieldName, options: CollabFieldLockOptions, callback: (data: CollabChangeRoomLockCallbackTypes) => void) => void;
5474
+ releaseFieldLock: (room: CollabRoom, field: CollabFieldName, changedData: unknown, options: CollabFieldLockOptions, callback: (data: CollabChangeRoomLockCallbackTypes) => void) => void;
5475
+ changeFieldData: (room: CollabRoom, field: CollabFieldName, changedData: unknown, callback: (data: CollabChangeRoomLockCallbackTypes) => void) => void;
5476
+ requestToJoin: (room: CollabRoom, timestamp: number, callback: (data: CollabRequestToJoinStatusCallback) => void) => void;
5477
+ approveRequestToJoin: (room: CollabRoom, userId: CollabUserId) => void;
5478
+ rejectRequestToJoin: (room: CollabRoom, userId: CollabUserId) => void;
5479
+ enteredCollabRoom: (room: CollabRoom) => void;
5480
+ requestToTakeModeration: (room: CollabRoom, timestamp: number, callback: (data: CollabRequestToTakeModerationStatusCallback) => void) => void;
5481
+ approveRequestToTakeModeration: (room: CollabRoom) => void;
5482
+ rejectRequestToTakeModeration: (room: CollabRoom) => void;
5483
+ kickUserFromRoom: (room: CollabRoom, userId: CollabUserId) => void;
5484
+ transferModeration: (room: CollabRoom, userId: CollabUserId) => void;
5485
+ fetchRoomsInfo: (rooms: CollabRoom[], callback: (data: CollabRoomsInfo) => void) => void;
5486
+ }
5487
+
5488
+ declare interface CollabConfig {
5489
+ room: CollabRoom;
5490
+ joinStrategy: CollabRoomJoinStrategyType;
5491
+ occupiedOrKickedRedirectToRoute: string;
5492
+ editors: CollabFieldName[];
5493
+ }
5494
+
5495
+ export declare interface CollabDelayedRequest {
5496
+ userId: CollabUserId;
5497
+ timestamp: number;
5498
+ }
5499
+
5500
+ export declare interface CollabFailedAccessRoomCallback extends CollabAccessRoomCallback {
5501
+ status: typeof CollabAccessRoomStatus.Failed;
5502
+ reason: string;
5503
+ }
5504
+
5505
+ export declare interface CollabFailedChangeRoomLockCallback extends CollabChangeRoomLocksInfoCallback {
5506
+ status: typeof CollabChangeRoomLockStatus.Failed;
5507
+ reason: string;
5508
+ }
5509
+
5510
+ export declare type CollabFieldData = unknown;
5511
+
5512
+ export declare interface CollabFieldDataEnvelope {
5513
+ type: 'scalar' | 'json';
5514
+ user: CollabUserId;
5515
+ value: CollabFieldData;
5516
+ }
5517
+
5518
+ export declare type CollabFieldLock = CollabUserIdNullable;
5519
+
5520
+ export declare interface CollabFieldLockOptions {
5521
+ forceFailure?: boolean;
5522
+ }
5523
+
5524
+ export declare const CollabFieldLockStatus: {
5525
+ readonly Success: "success";
5526
+ readonly Failure: "failure";
5527
+ };
5528
+
5529
+ export declare interface CollabFieldLockStatusEvent {
5530
+ room: CollabRoom;
5531
+ field: string;
5532
+ }
5533
+
5534
+ export declare interface CollabFieldLockStatusPayload {
5535
+ type: CollabFieldLockTypeType;
5536
+ status: CollabFieldLockStatusType;
5537
+ }
5538
+
5539
+ export declare type CollabFieldLockStatusType = (typeof CollabFieldLockStatus)[keyof typeof CollabFieldLockStatus];
5540
+
5541
+ export declare const CollabFieldLockType: {
5542
+ readonly Acquire: "acquire";
5543
+ readonly Release: "release";
5544
+ };
5545
+
5546
+ export declare type CollabFieldLockTypeType = (typeof CollabFieldLockType)[keyof typeof CollabFieldLockType];
5547
+
5548
+ export declare type CollabFieldName = string;
5549
+
5550
+ export declare interface CollabGatheringBufferDataEvent {
5551
+ room: CollabRoom;
5552
+ }
5553
+
5554
+ export declare interface CollabJoinRequestEvent {
5555
+ room: CollabRoom;
5556
+ userId: number;
5557
+ timestamp: number;
5558
+ }
5559
+
5560
+ export declare interface CollabKickedFromRoomEvent {
5561
+ room: CollabRoom;
5562
+ }
5563
+
5564
+ export declare interface CollabOccupiedAccessRoomCallback extends CollabAccessRoomCallback, CollabRoomInfoCallback {
5565
+ status: typeof CollabAccessRoomStatus.Occupied;
5566
+ }
5567
+
5568
+ export declare interface CollabRejectedJoinRequestEvent {
5569
+ room: CollabRoom;
5570
+ }
5571
+
5572
+ export declare interface CollabRejectedRequestToTakeModerationEvent {
5573
+ room: CollabRoom;
5574
+ }
5575
+
5576
+ export declare const CollabRequestToJoinStatus: {
5577
+ readonly Ok: "ok";
5578
+ readonly AlreadyRequested: "alreadyRequested";
5579
+ readonly Failed: "failed";
5580
+ };
5581
+
5582
+ export declare interface CollabRequestToJoinStatusCallback {
5583
+ status: CollabRequestToJoinStatusType;
5584
+ }
5585
+
5586
+ export declare type CollabRequestToJoinStatusType = (typeof CollabRequestToJoinStatus)[keyof typeof CollabRequestToJoinStatus];
5587
+
5588
+ export declare interface CollabRequestToTakeModerationEvent {
5589
+ room: CollabRoom;
5590
+ userId: number;
5591
+ timestamp: number;
5592
+ }
5593
+
5594
+ export declare const CollabRequestToTakeModerationStatus: {
5595
+ readonly Ok: "ok";
5596
+ readonly AlreadyRequested: "alreadyRequested";
5597
+ readonly Failed: "failed";
5598
+ };
5599
+
5600
+ export declare interface CollabRequestToTakeModerationStatusCallback {
5601
+ status: CollabRequestToTakeModerationStatusType;
5602
+ }
5603
+
5604
+ export declare type CollabRequestToTakeModerationStatusType = (typeof CollabRequestToTakeModerationStatus)[keyof typeof CollabRequestToTakeModerationStatus];
5605
+
5606
+ export declare type CollabRoom = string;
5607
+
5608
+ export declare interface CollabRoomData extends Record<CollabFieldName, CollabFieldDataEnvelope> {
5609
+ }
5610
+
5611
+ export declare interface CollabRoomDataChangedEvent {
5612
+ room: CollabRoom;
5613
+ field: string;
5614
+ }
5615
+
5616
+ export declare interface CollabRoomInfo {
5617
+ name: CollabRoom;
5618
+ moderator: CollabUserIdNullable;
5619
+ users: CollabUserId[];
5620
+ status: CollabStatusType;
5621
+ }
5622
+
5623
+ export declare interface CollabRoomInfoCallback {
5624
+ room: CollabRoomInfo;
5625
+ }
5626
+
5627
+ export declare const CollabRoomJoinStrategy: {
5628
+ readonly Free: "free";
5629
+ readonly Moderated: "moderated";
5630
+ };
5631
+
5632
+ export declare type CollabRoomJoinStrategyType = (typeof CollabRoomJoinStrategy)[keyof typeof CollabRoomJoinStrategy];
5633
+
5634
+ export declare interface CollabRoomLocks extends Record<CollabFieldName, CollabFieldLock> {
5635
+ }
5636
+
5637
+ export declare interface CollabRoomLocksInfoCallback {
5638
+ locks: CollabRoomLocks;
5639
+ }
5640
+
5641
+ export declare interface CollabRoomOptions {
5642
+ joinStrategy?: CollabRoomJoinStrategyType;
5643
+ editors?: CollabFieldName[];
5644
+ }
5645
+
5646
+ export declare interface CollabRoomPlainData extends Record<CollabFieldName, CollabFieldData> {
5647
+ }
5648
+
5649
+ export declare interface CollabRoomsInfo extends Record<CollabRoom, CollabRoomInfo> {
5650
+ }
5651
+
5652
+ export declare type CollabRouteMeta = (params: RouteParams) => CollabConfig;
5653
+
5654
+ export declare interface CollabServerToClientEvents {
5655
+ collabRoomChanged: (room: CollabRoomInfo) => void;
5656
+ collabRoomLocksChanged: (room: CollabRoom, locks: CollabRoomLocks) => void;
5657
+ collabRoomDataChanged: (room: CollabRoom, data: CollabRoomData) => void;
5658
+ requestToJoin: (room: CollabRoom, user: CollabUserId, timestamp: number) => void;
5659
+ approvedRequestToJoin: (room: CollabRoom) => void;
5660
+ rejectedRequestToJoin: (room: CollabRoom) => void;
5661
+ startCollab: (room: CollabRoom, callback: (data: CollabRoomPlainData) => void) => void;
5662
+ requestToTakeModeration: (room: CollabRoom, user: CollabUserId, timestamp: number) => void;
5663
+ transferredModeration: (room: CollabRoom) => void;
5664
+ approvedRequestToTakeModeration: (room: CollabRoom) => void;
5665
+ rejectedRequestToTakeModeration: (room: CollabRoom) => void;
5666
+ kickedFromRoom: (room: CollabRoom) => void;
5667
+ }
5668
+
5669
+ export declare interface CollabStartingEvent {
5670
+ room: CollabRoom;
5671
+ startedCallback: (data: CollabRoomPlainData) => void;
5672
+ }
5673
+
5674
+ export declare const CollabStatus: {
5675
+ readonly Inactive: "inactive";
5676
+ readonly Active: "active";
5677
+ };
5678
+
5679
+ export declare type CollabStatusType = (typeof CollabStatus)[keyof typeof CollabStatus];
5680
+
5681
+ export declare interface CollabSuccessAccessRoomCallback extends CollabAccessRoomCallback, CollabRoomInfoCallback {
5682
+ status: typeof CollabAccessRoomStatus.Ok;
5683
+ }
5684
+
5685
+ export declare interface CollabSuccessChangeRoomLockCallback extends CollabChangeRoomLocksInfoCallback, CollabRoomLocksInfoCallback {
5686
+ status: typeof CollabChangeRoomLockStatus.Ok;
5687
+ locks: CollabRoomLocks;
5688
+ }
5689
+
5690
+ export declare type CollabUserId = number;
5691
+
5692
+ export declare type CollabUserIdNullable = number | null;
5693
+
4947
5694
  declare type ColumnConfig = {
4948
5695
  key: string;
4949
5696
  title?: string;
@@ -4960,6 +5707,11 @@ declare type ColumnInternalValues = {
4960
5707
 
4961
5708
  export declare const COMMON_CONFIG: Immutable<typeof commonConfig>;
4962
5709
 
5710
+ declare type CommonAdminCollabOptions = undefined | {
5711
+ enabled: boolean;
5712
+ socketUrl: string;
5713
+ };
5714
+
4963
5715
  declare interface CommonAdminCoreDamConfig {
4964
5716
  damClient: () => AxiosInstance;
4965
5717
  }
@@ -5018,6 +5770,8 @@ export declare interface CreatedByAware {
5018
5770
  createdBy: IntegerIdNullable;
5019
5771
  }
5020
5772
 
5773
+ export declare const createFieldLockStatusPayload: (type: CollabFieldLockTypeType, status: CollabFieldLockStatusType) => CollabFieldLockStatusPayload;
5774
+
5021
5775
  export declare const cropToRegion: (cropper: Cropper_2, regionOfInterest: RegionOfInterest, originalImageWidth: number, originalImageHeight: number) => RegionOfInterest;
5022
5776
 
5023
5777
  export declare type CurrentUserType = DeepReadonly<Ref<UnwrapRef<AnzuUser | undefined>>>;
@@ -6279,6 +7033,10 @@ export declare const isArray: <T = unknown>(value: unknown) => value is T[];
6279
7033
 
6280
7034
  export declare const isBoolean: (value: unknown) => value is boolean;
6281
7035
 
7036
+ export declare function isCollabFailedChangeRoomLockCallback(callback: CollabChangeRoomLockCallbackTypes): callback is CollabFailedChangeRoomLockCallback;
7037
+
7038
+ export declare function isCollabSuccessChangeRoomLockCallback(callback: CollabChangeRoomLockCallbackTypes): callback is CollabSuccessChangeRoomLockCallback;
7039
+
6282
7040
  export declare const isCreatedByAware: (value: object) => value is CreatedByAware;
6283
7041
 
6284
7042
  export declare const isDefined: <T>(value: T | undefined) => value is T;
@@ -8375,6 +9133,7 @@ export declare type PluginOptions<T extends AclValue = AclValue> = {
8375
9133
  customAclResolver?: CustomAclResolver<T>;
8376
9134
  coreDam?: CommonAdminCoreDamOptions;
8377
9135
  image?: CommonAdminImageOptions;
9136
+ collab?: CommonAdminCollabOptions;
8378
9137
  };
8379
9138
 
8380
9139
  export declare type Prettify<T> = {
@@ -8650,6 +9409,125 @@ declare type UseCachedType = () => {
8650
9409
  addManualMinimal: any;
8651
9410
  };
8652
9411
 
9412
+ export declare function useCollabAnyDataChange(room: CollabRoom): {
9413
+ addCollabAnyDataChangeListener: (callback: (field: CollabFieldName, data: CollabFieldDataEnvelope) => void) => void;
9414
+ changeCollabAnyData: (field: CollabFieldName, data: CollabFieldData, callback?: Fn | undefined) => void;
9415
+ };
9416
+
9417
+ export declare function useCollabApprovedJoinRequestEventBus(): UseEventBusReturn<CollabApprovedJoinRequestEvent, any>;
9418
+
9419
+ export declare function useCollabApprovedRequestToTakeModerationEventBus(): UseEventBusReturn<CollabApprovedRequestToTakeModerationEvent, any>;
9420
+
9421
+ export declare function useCollabCurrentUserId(): {
9422
+ setCollabUserCurrentId: (value: IntegerIdNullable) => void;
9423
+ currentUserId: Ref<IntegerIdNullable>;
9424
+ };
9425
+
9426
+ export declare function useCollabField(room: CollabRoom, field: CollabFieldName): {
9427
+ lockedByUser: ComputedRef<number | null>;
9428
+ addCollabFieldDataChangeListener: (callback: (data: CollabFieldDataEnvelope) => void) => void;
9429
+ addCollabFieldLockStatusListener: (callback: (data: CollabFieldLockStatusPayload) => void) => void;
9430
+ addCollabGatheringBufferDataListener: (callback: () => void) => void;
9431
+ acquireCollabFieldLock: (options?: Partial<CollabFieldLockOptions>) => void;
9432
+ releaseCollabFieldLock: (data: CollabFieldData, options?: Partial<CollabFieldLockOptions>) => void;
9433
+ changeCollabFieldData: (data: CollabFieldData) => void;
9434
+ collabFieldDataBufferState: Map<string, Map<string, unknown>>;
9435
+ };
9436
+
9437
+ export declare function useCollabFieldLockStatusEventBus(): UseEventBusReturn<CollabFieldLockStatusEvent, CollabFieldLockStatusPayload>;
9438
+
9439
+ export declare function useCollabGatheringBufferDataEventBus(): UseEventBusReturn<CollabGatheringBufferDataEvent, any>;
9440
+
9441
+ export declare function useCollabHelpers(): {
9442
+ createCollabRoom: (id: IntegerId | DocId, entity: string, system: string) => string;
9443
+ createCollabFieldConfig: (name: CollabFieldName, room: CollabRoom, cachedUsers: CollabCachedUsersMap) => {
9444
+ room: string;
9445
+ field: string;
9446
+ enabled: boolean;
9447
+ cachedUsers: CollabCachedUsersMap;
9448
+ };
9449
+ createCollabCommandConfig: (name: CollabFieldName, room: CollabRoom, cachedUsers: CollabCachedUsersMap) => {
9450
+ room: string;
9451
+ field: string;
9452
+ enabled: boolean;
9453
+ cachedUsers: CollabCachedUsersMap;
9454
+ };
9455
+ createCollabEmbedFieldName: (id: DocId) => string;
9456
+ createCollabCommentFieldName: (id: DocId) => string;
9457
+ };
9458
+
9459
+ export declare function useCollabInit(): {
9460
+ initCollab: () => void;
9461
+ };
9462
+
9463
+ export declare function useCollabJoinRequestEventBus(): UseEventBusReturn<CollabJoinRequestEvent, any>;
9464
+
9465
+ export declare function useCollabKickedFromRoomEventBus(): UseEventBusReturn<CollabKickedFromRoomEvent, any>;
9466
+
9467
+ export declare function useCollabReconnectEventBus(): UseEventBusReturn<"reconnect", any>;
9468
+
9469
+ export declare function useCollabRejectedJoinRequestEventBus(): UseEventBusReturn<CollabRejectedJoinRequestEvent, any>;
9470
+
9471
+ export declare function useCollabRejectedRequestToTakeModerationEventBus(): UseEventBusReturn<CollabRejectedRequestToTakeModerationEvent, any>;
9472
+
9473
+ export declare function useCollabRequestToTakeModerationEventBus(): UseEventBusReturn<CollabRequestToTakeModerationEvent, any>;
9474
+
9475
+ export declare function useCollabRoom(room: CollabRoom, addToCachedUsers?: ((...args: AddToCachedArgs<IntegerId | DocId>) => void) | undefined, fetchCachedUsers?: (() => Promisify_2<Promise<AnzuUser>>) | undefined): {
9476
+ subscribeCollabRoomInfo: () => void;
9477
+ unsubscribeCollabRoomInfo: () => void;
9478
+ joinCollabRoom: (options?: Partial<CollabRoomOptions>) => Promise<CollabAccessRoomStatusType>;
9479
+ leaveCollabRoom: () => void;
9480
+ requestToJoinCollabRoom: () => Promise<CollabRequestToJoinStatusType>;
9481
+ approveRequestToJoinCollabRoom: (userId: number) => void;
9482
+ rejectRequestToJoinCollabRoom: (userId: number) => void;
9483
+ addJoinRequestListener: (callback: (userId: number, timestamp: number) => void) => void;
9484
+ addCollabReconnectListener: (callback: () => void) => void;
9485
+ addApprovedJoinRequestListener: (callback: () => void) => void;
9486
+ addRejectedJoinRequestListener: (callback: () => void) => void;
9487
+ requestToTakeModeration: () => Promise<CollabRequestToTakeModerationStatusType>;
9488
+ approveRequestToTakeModeration: () => void;
9489
+ rejectRequestToTakeModeration: () => void;
9490
+ addRequestToTakeModerationListener: (callback: (userId: number, timestamp: number) => void) => void;
9491
+ addApprovedRequestToTakeModerationListener: (callback: () => void) => void;
9492
+ addRejectedRequestToTakeModerationListener: (callback: () => void) => void;
9493
+ enteredCollabRoom: () => void;
9494
+ kickUserFromRoom: (userId: number) => void;
9495
+ transferModeration: (userId: number) => void;
9496
+ addKickedFromRoomListener: (callback: () => void) => void;
9497
+ addCollabStartingListener: (callback: (startedCallback: (data: CollabRoomPlainData) => void) => void) => void;
9498
+ fetchRoomInfo: (room: CollabRoom) => Promise<CollabRoomInfo>;
9499
+ collabRoomInfo: ComputedRef<CollabRoomInfo>;
9500
+ collabRoomLocks: ComputedRef<Map<string, CollabUserIdNullable>>;
9501
+ collabFieldDataBufferState: Map<string, Map<string, unknown>>;
9502
+ alertedOccupiedRooms: Ref<Set<string>>;
9503
+ };
9504
+
9505
+ export declare function useCollabRoomDataChangeEventBus(): UseEventBusReturn<CollabRoomDataChangedEvent, CollabFieldDataEnvelope>;
9506
+
9507
+ export declare function useCollabStartingEventBus(): UseEventBusReturn<CollabStartingEvent, {
9508
+ startedCallback: (data: CollabRoomPlainData) => void;
9509
+ }>;
9510
+
9511
+ export declare function useCollabState(): {
9512
+ collabReconnecting: ComputedRef<boolean>;
9513
+ collabConnected: Ref<boolean>;
9514
+ collabSocket: Ref<Socket<CollabServerToClientEvents, CollabClientToServerEvents> | undefined>;
9515
+ collabRoomInfoState: Map<string, {
9516
+ name: string;
9517
+ moderator: CollabUserIdNullable;
9518
+ users: number[];
9519
+ status: CollabStatusType;
9520
+ }>;
9521
+ collabFieldLocksState: Map<string, Map<string, CollabUserIdNullable>>;
9522
+ collabFieldDataBufferState: Map<string, Map<string, unknown>>;
9523
+ gatherBufferData: (room: CollabRoom) => CollabRoomPlainData;
9524
+ };
9525
+
9526
+ export declare function useCommonAdminCollabOptions(): {
9527
+ enabled: boolean;
9528
+ socketUrl: string;
9529
+ };
9530
+
8653
9531
  export declare function useCommonJobFactory(): {
8654
9532
  createBase: (resourceName: JobBaseResource, system: string) => JobBase;
8655
9533
  createUserDataDelete: (system: string) => JobUserDataDelete;