@anzusystems/common-admin 1.40.0-alpha9 → 1.41.0

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,31 +8,38 @@ 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';
14
16
  import { ExtractPropTypes } from 'vue';
15
17
  import type { Fn } from '@vueuse/core';
16
18
  import { Fn as Fn_2 } from '@vueuse/shared';
17
- import { I18n } from './vue-i18n/dist/vue-i18n.esm-bundler.js';
19
+ import { I18n } from '../../vue-i18n/dist/vue-i18n.esm-bundler.js';
18
20
  import type { InjectionKey } from 'vue';
19
- import { IntlDateTimeFormat } from './vue-i18n/dist/vue-i18n.esm-bundler.js';
20
- import { IntlNumberFormat } from './vue-i18n/dist/vue-i18n.esm-bundler.js';
21
+ import { IntlDateTimeFormat } from '../../vue-i18n/dist/vue-i18n.esm-bundler.js';
22
+ 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
- import { Promisify } from '@vueuse/shared';
25
+ import type { Promisify } from '@vueuse/core';
26
+ import { Promisify as Promisify_2 } from '@vueuse/shared';
24
27
  import { PropType } from 'vue';
28
+ import { PublicProps } from 'vue';
25
29
  import type { QUnitType } from 'dayjs';
26
30
  import { Ref } from 'vue';
27
31
  import { RendererElement } from 'vue';
28
32
  import { RendererNode } from 'vue';
29
33
  import type { RouteLocationNormalized } from 'vue-router';
30
34
  import type { RouteLocationRaw } from 'vue-router';
35
+ import type { RouteParams } from 'vue-router';
31
36
  import type { Router } from 'vue-router';
32
37
  import { ShallowRef } from 'vue';
33
38
  import { ShallowUnwrapRef } from 'vue';
39
+ import type { Socket } from 'socket.io-client';
34
40
  import { UnwrapRef } from 'vue';
35
- import { useI18n } from './vue-i18n/dist/vue-i18n.esm-bundler.js';
41
+ import { UseEventBusReturn } from '@vueuse/core';
42
+ import { useI18n } from '../vue-i18n/dist/vue-i18n.esm-bundler.js';
36
43
  import { ValidationRuleWithoutParams } from '@vuelidate/core';
37
44
  import { ValidationRuleWithParams } from '@vuelidate/core';
38
45
  import { VNode } from 'vue';
@@ -180,6 +187,14 @@ declare type __VLS_NonUndefinedable_72<T> = T extends undefined ? never : T;
180
187
 
181
188
  declare type __VLS_NonUndefinedable_73<T> = T extends undefined ? never : T;
182
189
 
190
+ declare type __VLS_NonUndefinedable_74<T> = T extends undefined ? never : T;
191
+
192
+ declare type __VLS_NonUndefinedable_75<T> = T extends undefined ? never : T;
193
+
194
+ declare type __VLS_NonUndefinedable_76<T> = T extends undefined ? never : T;
195
+
196
+ declare type __VLS_NonUndefinedable_77<T> = T extends undefined ? never : T;
197
+
183
198
  declare type __VLS_NonUndefinedable_8<T> = T extends undefined ? never : T;
184
199
 
185
200
  declare type __VLS_NonUndefinedable_9<T> = T extends undefined ? never : T;
@@ -456,6 +471,22 @@ declare type __VLS_Prettify_70<T> = {
456
471
  [K in keyof T]: T[K];
457
472
  } & {};
458
473
 
474
+ declare type __VLS_Prettify_71<T> = {
475
+ [K in keyof T]: T[K];
476
+ } & {};
477
+
478
+ declare type __VLS_Prettify_72<T> = {
479
+ [K in keyof T]: T[K];
480
+ } & {};
481
+
482
+ declare type __VLS_Prettify_73<T> = {
483
+ [K in keyof T]: T[K];
484
+ } & {};
485
+
486
+ declare type __VLS_Prettify_74<T> = {
487
+ [K in keyof T]: T[K];
488
+ } & {};
489
+
459
490
  declare type __VLS_Prettify_8<T> = {
460
491
  [K in keyof T]: T[K];
461
492
  } & {};
@@ -1103,6 +1134,42 @@ declare type __VLS_TypePropsToRuntimeProps_73<T> = {
1103
1134
  };
1104
1135
  };
1105
1136
 
1137
+ declare type __VLS_TypePropsToRuntimeProps_74<T> = {
1138
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
1139
+ type: PropType<__VLS_NonUndefinedable_74<T[K]>>;
1140
+ } : {
1141
+ type: PropType<T[K]>;
1142
+ required: true;
1143
+ };
1144
+ };
1145
+
1146
+ declare type __VLS_TypePropsToRuntimeProps_75<T> = {
1147
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
1148
+ type: PropType<__VLS_NonUndefinedable_75<T[K]>>;
1149
+ } : {
1150
+ type: PropType<T[K]>;
1151
+ required: true;
1152
+ };
1153
+ };
1154
+
1155
+ declare type __VLS_TypePropsToRuntimeProps_76<T> = {
1156
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
1157
+ type: PropType<__VLS_NonUndefinedable_76<T[K]>>;
1158
+ } : {
1159
+ type: PropType<T[K]>;
1160
+ required: true;
1161
+ };
1162
+ };
1163
+
1164
+ declare type __VLS_TypePropsToRuntimeProps_77<T> = {
1165
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
1166
+ type: PropType<__VLS_NonUndefinedable_77<T[K]>>;
1167
+ } : {
1168
+ type: PropType<T[K]>;
1169
+ required: true;
1170
+ };
1171
+ };
1172
+
1106
1173
  declare type __VLS_TypePropsToRuntimeProps_8<T> = {
1107
1174
  [K in keyof T]-?: {} extends Pick<T, K> ? {
1108
1175
  type: PropType<__VLS_NonUndefinedable_8<T[K]>>;
@@ -1529,6 +1596,30 @@ declare type __VLS_WithDefaults_70<P, D> = {
1529
1596
  }> : P[K];
1530
1597
  };
1531
1598
 
1599
+ declare type __VLS_WithDefaults_71<P, D> = {
1600
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_71<P[K] & {
1601
+ default: D[K];
1602
+ }> : P[K];
1603
+ };
1604
+
1605
+ declare type __VLS_WithDefaults_72<P, D> = {
1606
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_72<P[K] & {
1607
+ default: D[K];
1608
+ }> : P[K];
1609
+ };
1610
+
1611
+ declare type __VLS_WithDefaults_73<P, D> = {
1612
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_73<P[K] & {
1613
+ default: D[K];
1614
+ }> : P[K];
1615
+ };
1616
+
1617
+ declare type __VLS_WithDefaults_74<P, D> = {
1618
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_74<P[K] & {
1619
+ default: D[K];
1620
+ }> : P[K];
1621
+ };
1622
+
1532
1623
  declare type __VLS_WithDefaults_8<P, D> = {
1533
1624
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_8<P[K] & {
1534
1625
  default: D[K];
@@ -1589,12 +1680,60 @@ declare type __VLS_WithTemplateSlots_16<T, S> = T & {
1589
1680
  };
1590
1681
  };
1591
1682
 
1683
+ declare type __VLS_WithTemplateSlots_17<T, S> = T & {
1684
+ new (): {
1685
+ $slots: S;
1686
+ };
1687
+ };
1688
+
1689
+ declare type __VLS_WithTemplateSlots_18<T, S> = T & {
1690
+ new (): {
1691
+ $slots: S;
1692
+ };
1693
+ };
1694
+
1695
+ declare type __VLS_WithTemplateSlots_19<T, S> = T & {
1696
+ new (): {
1697
+ $slots: S;
1698
+ };
1699
+ };
1700
+
1592
1701
  declare type __VLS_WithTemplateSlots_2<T, S> = T & {
1593
1702
  new (): {
1594
1703
  $slots: S;
1595
1704
  };
1596
1705
  };
1597
1706
 
1707
+ declare type __VLS_WithTemplateSlots_20<T, S> = T & {
1708
+ new (): {
1709
+ $slots: S;
1710
+ };
1711
+ };
1712
+
1713
+ declare type __VLS_WithTemplateSlots_21<T, S> = T & {
1714
+ new (): {
1715
+ $slots: S;
1716
+ };
1717
+ };
1718
+
1719
+ declare type __VLS_WithTemplateSlots_22<T, S> = T & {
1720
+ new (): {
1721
+ $slots: S;
1722
+ };
1723
+ };
1724
+
1725
+ declare type __VLS_WithTemplateSlots_23<T, S> = T & {
1726
+ new (): {
1727
+ $slots: S;
1728
+ };
1729
+ };
1730
+
1731
+ declare type __VLS_WithTemplateSlots_24<T, S> = T & {
1732
+ new (): {
1733
+ $slots: S;
1734
+ };
1735
+ };
1736
+
1598
1737
  declare type __VLS_WithTemplateSlots_3<T, S> = T & {
1599
1738
  new (): {
1600
1739
  $slots: S;
@@ -1637,7 +1776,7 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
1637
1776
  };
1638
1777
  };
1639
1778
 
1640
- export declare const AActionCloseButton: DefineComponent<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_40<{
1779
+ export declare const AActionCloseButton: DefineComponent<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_41<{
1641
1780
  routeName?: string | undefined;
1642
1781
  routeParams?: any | undefined;
1643
1782
  buttonT?: string | undefined;
@@ -1651,7 +1790,7 @@ export declare const AActionCloseButton: DefineComponent<__VLS_WithDefaults_37<_
1651
1790
  buttonClass: string;
1652
1791
  dataCy: string;
1653
1792
  size: number;
1654
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_40<{
1793
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_41<{
1655
1794
  routeName?: string | undefined;
1656
1795
  routeParams?: any | undefined;
1657
1796
  buttonT?: string | undefined;
@@ -1674,7 +1813,7 @@ export declare const AActionCloseButton: DefineComponent<__VLS_WithDefaults_37<_
1674
1813
  routeParams: any | undefined;
1675
1814
  }, {}>;
1676
1815
 
1677
- export declare const AActionCreateButton: DefineComponent<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_41<{
1816
+ export declare const AActionCreateButton: DefineComponent<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_42<{
1678
1817
  routeName: string;
1679
1818
  buttonT?: string | undefined;
1680
1819
  buttonClass?: string | undefined;
@@ -1687,7 +1826,7 @@ export declare const AActionCreateButton: DefineComponent<__VLS_WithDefaults_38<
1687
1826
  dataCy: string;
1688
1827
  size: number;
1689
1828
  variant: string;
1690
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_41<{
1829
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_42<{
1691
1830
  routeName: string;
1692
1831
  buttonT?: string | undefined;
1693
1832
  buttonClass?: string | undefined;
@@ -1701,14 +1840,14 @@ export declare const AActionCreateButton: DefineComponent<__VLS_WithDefaults_38<
1701
1840
  size: number;
1702
1841
  variant: string;
1703
1842
  }>>>, {
1704
- variant: ButtonVariant;
1705
1843
  size: number;
1844
+ variant: ButtonVariant;
1706
1845
  dataCy: string;
1707
1846
  buttonClass: string;
1708
1847
  buttonT: string;
1709
1848
  }, {}>;
1710
1849
 
1711
- export declare const AActionDeleteButton: DefineComponent<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_42<{
1850
+ export declare const AActionDeleteButton: DefineComponent<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_43<{
1712
1851
  variant?: ButtonVariant | undefined;
1713
1852
  buttonT?: string | undefined;
1714
1853
  buttonClass?: string | undefined;
@@ -1743,7 +1882,7 @@ export declare const AActionDeleteButton: DefineComponent<__VLS_WithDefaults_39<
1743
1882
  closeDialog: () => void;
1744
1883
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1745
1884
  deleteRecord: () => void;
1746
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_42<{
1885
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_43<{
1747
1886
  variant?: ButtonVariant | undefined;
1748
1887
  buttonT?: string | undefined;
1749
1888
  buttonClass?: string | undefined;
@@ -1777,10 +1916,10 @@ export declare const AActionDeleteButton: DefineComponent<__VLS_WithDefaults_39<
1777
1916
  }>>> & {
1778
1917
  onDeleteRecord?: (() => any) | undefined;
1779
1918
  }, {
1919
+ size: number;
1780
1920
  color: string;
1781
1921
  variant: ButtonVariant;
1782
1922
  disabled: boolean;
1783
- size: number;
1784
1923
  dataCy: string;
1785
1924
  buttonClass: string;
1786
1925
  buttonT: string;
@@ -1793,7 +1932,7 @@ export declare const AActionDeleteButton: DefineComponent<__VLS_WithDefaults_39<
1793
1932
  disableCloseAfterConfirm: boolean;
1794
1933
  }, {}>;
1795
1934
 
1796
- export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_43<{
1935
+ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_41<__VLS_TypePropsToRuntimeProps_44<{
1797
1936
  routeName: string;
1798
1937
  recordId?: number | string | undefined;
1799
1938
  routeParams?: any | undefined;
@@ -1814,7 +1953,7 @@ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_40<__
1814
1953
  variant: string;
1815
1954
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1816
1955
  editRecord: () => void;
1817
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_43<{
1956
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_41<__VLS_TypePropsToRuntimeProps_44<{
1818
1957
  routeName: string;
1819
1958
  recordId?: number | string | undefined;
1820
1959
  routeParams?: any | undefined;
@@ -1836,17 +1975,17 @@ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_40<__
1836
1975
  }>>> & {
1837
1976
  onEditRecord?: (() => any) | undefined;
1838
1977
  }, {
1839
- variant: ButtonVariant;
1840
1978
  size: number;
1841
- loading: boolean;
1979
+ variant: ButtonVariant;
1842
1980
  dataCy: string;
1981
+ loading: boolean;
1843
1982
  buttonClass: string;
1844
1983
  buttonT: string;
1845
1984
  routeParams: any | undefined;
1846
1985
  recordId: string | number;
1847
1986
  }, {}>;
1848
1987
 
1849
- export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaults_41<__VLS_TypePropsToRuntimeProps_44<{
1988
+ export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaults_42<__VLS_TypePropsToRuntimeProps_45<{
1850
1989
  buttonT?: string | undefined;
1851
1990
  buttonClass?: string | undefined;
1852
1991
  dataCy?: string | undefined;
@@ -1860,7 +1999,7 @@ export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaul
1860
1999
  disabled: undefined;
1861
2000
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1862
2001
  saveRecordAndClose: () => void;
1863
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_41<__VLS_TypePropsToRuntimeProps_44<{
2002
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_42<__VLS_TypePropsToRuntimeProps_45<{
1864
2003
  buttonT?: string | undefined;
1865
2004
  buttonClass?: string | undefined;
1866
2005
  dataCy?: string | undefined;
@@ -1876,13 +2015,13 @@ export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaul
1876
2015
  onSaveRecordAndClose?: (() => any) | undefined;
1877
2016
  }, {
1878
2017
  disabled: boolean;
1879
- loading: boolean;
1880
2018
  dataCy: string;
2019
+ loading: boolean;
1881
2020
  buttonClass: string;
1882
2021
  buttonT: string;
1883
2022
  }, {}>;
1884
2023
 
1885
- export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_42<__VLS_TypePropsToRuntimeProps_45<{
2024
+ export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_46<{
1886
2025
  buttonT?: string | undefined;
1887
2026
  buttonClass?: string | undefined;
1888
2027
  dataCy?: string | undefined;
@@ -1900,7 +2039,7 @@ export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_42<__
1900
2039
  variant: string;
1901
2040
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1902
2041
  saveRecord: () => void;
1903
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_42<__VLS_TypePropsToRuntimeProps_45<{
2042
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_46<{
1904
2043
  buttonT?: string | undefined;
1905
2044
  buttonClass?: string | undefined;
1906
2045
  dataCy?: string | undefined;
@@ -1919,20 +2058,20 @@ export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_42<__
1919
2058
  }>>> & {
1920
2059
  onSaveRecord?: (() => any) | undefined;
1921
2060
  }, {
2061
+ size: number;
1922
2062
  variant: ButtonVariant;
1923
2063
  disabled: boolean;
1924
- size: number;
1925
- loading: boolean;
1926
2064
  dataCy: string;
2065
+ loading: boolean;
1927
2066
  buttonClass: string;
1928
2067
  buttonT: string;
1929
2068
  }, {}>;
1930
2069
 
1931
- export declare const AAdminSwitcher: DefineComponent<__VLS_WithDefaults_31<__VLS_TypePropsToRuntimeProps_34<{
2070
+ export declare const AAdminSwitcher: DefineComponent<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_35<{
1932
2071
  configUrl?: string | undefined | null;
1933
2072
  }>, {
1934
2073
  configUrl: null;
1935
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_31<__VLS_TypePropsToRuntimeProps_34<{
2074
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_35<{
1936
2075
  configUrl?: string | undefined | null;
1937
2076
  }>, {
1938
2077
  configUrl: null;
@@ -1952,7 +2091,7 @@ export declare const AAlerts: DefineComponent<__VLS_WithDefaults_5<__VLS_TypePro
1952
2091
  position: string;
1953
2092
  width: string;
1954
2093
  customClass: undefined;
1955
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<{
2094
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<{
1956
2095
  max?: number | undefined;
1957
2096
  group?: string | undefined;
1958
2097
  position?: string | undefined;
@@ -1972,7 +2111,7 @@ export declare const AAlerts: DefineComponent<__VLS_WithDefaults_5<__VLS_TypePro
1972
2111
  customClass: string;
1973
2112
  }, {}>;
1974
2113
 
1975
- export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_53<__VLS_TypePropsToRuntimeProps_56<{
2114
+ export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
1976
2115
  user?: AnzuUserMinimal | undefined | null;
1977
2116
  size?: number | undefined;
1978
2117
  containerClass?: string | undefined;
@@ -1980,7 +2119,7 @@ export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_53<__VL
1980
2119
  user: undefined;
1981
2120
  size: number;
1982
2121
  containerClass: string;
1983
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_53<__VLS_TypePropsToRuntimeProps_56<{
2122
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
1984
2123
  user?: AnzuUserMinimal | undefined | null;
1985
2124
  size?: number | undefined;
1986
2125
  containerClass?: string | undefined;
@@ -1989,50 +2128,52 @@ export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_53<__VL
1989
2128
  size: number;
1990
2129
  containerClass: string;
1991
2130
  }>>>, {
1992
- user: AnzuUserMinimal | null;
1993
2131
  size: number;
2132
+ user: AnzuUserMinimal | null;
1994
2133
  containerClass: string;
1995
2134
  }, {}>;
1996
2135
 
1997
- export declare const AAssetSelect: __VLS_WithTemplateSlots_16<DefineComponent<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_69<{
2136
+ export declare const AAssetSelect: __VLS_WithTemplateSlots_24<DefineComponent<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_73<{
1998
2137
  modelValue?: boolean | undefined;
1999
- assetType: "image" | "audio" | "video" | DamAssetType | "document";
2138
+ assetType: "image" | "audio" | "video" | "document" | DamAssetType;
2000
2139
  minCount: number;
2001
2140
  maxCount: number;
2002
- assetLicenceId?: number | undefined;
2003
- returnType?: "asset" | "assetId" | AssetSelectReturnType | "mainFileId" | undefined;
2141
+ selectConfig: ImageWidgetSelectConfig[];
2142
+ returnType?: "asset" | "mainFileId" | "assetId" | AssetSelectReturnType | undefined;
2004
2143
  configName?: string | undefined;
2144
+ skipCurrentUserCheck?: boolean | undefined;
2005
2145
  }>, {
2006
2146
  modelValue: undefined;
2007
- assetLicenceId: undefined;
2008
2147
  returnType: string;
2009
2148
  configName: string;
2149
+ skipCurrentUserCheck: boolean;
2010
2150
  }>, {
2011
2151
  open: () => void;
2012
2152
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2013
2153
  "update:modelValue": (data: boolean) => void;
2014
2154
  onConfirm: (data: AssetSelectReturnData) => void;
2015
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_69<{
2155
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_73<{
2016
2156
  modelValue?: boolean | undefined;
2017
- assetType: "image" | "audio" | "video" | DamAssetType | "document";
2157
+ assetType: "image" | "audio" | "video" | "document" | DamAssetType;
2018
2158
  minCount: number;
2019
2159
  maxCount: number;
2020
- assetLicenceId?: number | undefined;
2021
- returnType?: "asset" | "assetId" | AssetSelectReturnType | "mainFileId" | undefined;
2160
+ selectConfig: ImageWidgetSelectConfig[];
2161
+ returnType?: "asset" | "mainFileId" | "assetId" | AssetSelectReturnType | undefined;
2022
2162
  configName?: string | undefined;
2163
+ skipCurrentUserCheck?: boolean | undefined;
2023
2164
  }>, {
2024
2165
  modelValue: undefined;
2025
- assetLicenceId: undefined;
2026
2166
  returnType: string;
2027
2167
  configName: string;
2168
+ skipCurrentUserCheck: boolean;
2028
2169
  }>>> & {
2029
2170
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
2030
2171
  onOnConfirm?: ((data: AssetSelectReturnData) => any) | undefined;
2031
2172
  }, {
2032
2173
  modelValue: boolean;
2033
2174
  configName: string;
2034
- assetLicenceId: number;
2035
- returnType: "asset" | "assetId" | AssetSelectReturnType | "mainFileId";
2175
+ returnType: "asset" | "mainFileId" | "assetId" | AssetSelectReturnType;
2176
+ skipCurrentUserCheck: boolean;
2036
2177
  }, {}>, {
2037
2178
  activator?(_: {
2038
2179
  props: {
@@ -2043,7 +2184,7 @@ export declare const AAssetSelect: __VLS_WithTemplateSlots_16<DefineComponent<__
2043
2184
  "button-confirm-title"?(_: {}): any;
2044
2185
  }>;
2045
2186
 
2046
- export declare const AAvatarColorPicker: DefineComponent<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
2187
+ export declare const AAvatarColorPicker: DefineComponent<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
2047
2188
  modelValue: string;
2048
2189
  label?: string | undefined;
2049
2190
  loading?: boolean | undefined;
@@ -2060,7 +2201,7 @@ export declare const AAvatarColorPicker: DefineComponent<__VLS_WithDefaults_54<_
2060
2201
  hideLabel: boolean;
2061
2202
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2062
2203
  "update:modelValue": (data: string) => void;
2063
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
2204
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
2064
2205
  modelValue: string;
2065
2206
  label?: string | undefined;
2066
2207
  loading?: boolean | undefined;
@@ -2093,7 +2234,7 @@ export declare const ABooleanValue: DefineComponent<__VLS_WithDefaults_6<__VLS_T
2093
2234
  }>, {
2094
2235
  chip: boolean;
2095
2236
  invertColor: boolean;
2096
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<{
2237
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<{
2097
2238
  value: number | string | boolean;
2098
2239
  chip?: boolean | undefined;
2099
2240
  invertColor?: boolean | undefined;
@@ -2105,7 +2246,7 @@ export declare const ABooleanValue: DefineComponent<__VLS_WithDefaults_6<__VLS_T
2105
2246
  invertColor: boolean;
2106
2247
  }, {}>;
2107
2248
 
2108
- export declare const ABtnSplit: __VLS_WithTemplateSlots_10<DefineComponent<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<{
2249
+ export declare const ABtnSplit: __VLS_WithTemplateSlots_18<DefineComponent<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
2109
2250
  buttonT?: string | undefined;
2110
2251
  buttonClass?: string | undefined;
2111
2252
  dataCy?: string | undefined;
@@ -2129,7 +2270,7 @@ export declare const ABtnSplit: __VLS_WithTemplateSlots_10<DefineComponent<__VLS
2129
2270
  color: string;
2130
2271
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2131
2272
  onClick: () => void;
2132
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<{
2273
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
2133
2274
  buttonT?: string | undefined;
2134
2275
  buttonClass?: string | undefined;
2135
2276
  dataCy?: string | undefined;
@@ -2154,13 +2295,13 @@ export declare const ABtnSplit: __VLS_WithTemplateSlots_10<DefineComponent<__VLS
2154
2295
  }>>> & {
2155
2296
  onOnClick?: (() => any) | undefined;
2156
2297
  }, {
2298
+ size: "small" | "x-small";
2157
2299
  color: string;
2158
2300
  variant: ButtonVariantText;
2159
2301
  rounded: "pill";
2160
2302
  disabled: boolean;
2161
- size: "small" | "x-small";
2162
- loading: boolean;
2163
2303
  dataCy: string;
2304
+ loading: boolean;
2164
2305
  buttonClass: string;
2165
2306
  buttonT: string;
2166
2307
  disableMore: boolean;
@@ -2169,7 +2310,7 @@ export declare const ABtnSplit: __VLS_WithTemplateSlots_10<DefineComponent<__VLS
2169
2310
  default?(_: {}): any;
2170
2311
  }>;
2171
2312
 
2172
- export declare const ACachedChip: __VLS_WithTemplateSlots_8<DefineComponent<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_33<{
2313
+ export declare const ACachedChip: __VLS_WithTemplateSlots_16<DefineComponent<__VLS_WithDefaults_31<__VLS_TypePropsToRuntimeProps_34<{
2173
2314
  id?: string | number | null | undefined;
2174
2315
  title?: string | undefined;
2175
2316
  containerClass?: string | undefined;
@@ -2194,7 +2335,7 @@ export declare const ACachedChip: __VLS_WithTemplateSlots_8<DefineComponent<__VL
2194
2335
  textOnly: boolean;
2195
2336
  fallbackIdText: boolean;
2196
2337
  wrapText: boolean;
2197
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_33<{
2338
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_31<__VLS_TypePropsToRuntimeProps_34<{
2198
2339
  id?: string | number | null | undefined;
2199
2340
  title?: string | undefined;
2200
2341
  containerClass?: string | undefined;
@@ -2220,9 +2361,9 @@ export declare const ACachedChip: __VLS_WithTemplateSlots_8<DefineComponent<__VL
2220
2361
  fallbackIdText: boolean;
2221
2362
  wrapText: boolean;
2222
2363
  }>>>, {
2364
+ size: string;
2223
2365
  title: string;
2224
2366
  id: string | number | null;
2225
- size: string;
2226
2367
  containerClass: string;
2227
2368
  disableClick: boolean;
2228
2369
  openInNew: boolean;
@@ -2240,7 +2381,7 @@ export declare const ACard: __VLS_WithTemplateSlots<DefineComponent<__VLS_WithDe
2240
2381
  }>, {
2241
2382
  loading: undefined;
2242
2383
  title: undefined;
2243
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2384
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2244
2385
  loading?: boolean | undefined;
2245
2386
  title?: string | undefined;
2246
2387
  }>, {
@@ -2257,7 +2398,7 @@ export declare const ACardLoader: DefineComponent<__VLS_WithDefaults_2<__VLS_Typ
2257
2398
  loading?: boolean | undefined;
2258
2399
  }>, {
2259
2400
  loading: undefined;
2260
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<{
2401
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<{
2261
2402
  loading?: boolean | undefined;
2262
2403
  }>, {
2263
2404
  loading: undefined;
@@ -2273,7 +2414,7 @@ export declare const AChipNoLink: __VLS_WithTemplateSlots_3<DefineComponent<__VL
2273
2414
  color: undefined;
2274
2415
  size: string;
2275
2416
  dataCy: undefined;
2276
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<{
2417
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<{
2277
2418
  color?: string | undefined;
2278
2419
  size?: string | undefined;
2279
2420
  dataCy?: string | undefined;
@@ -2282,19 +2423,19 @@ export declare const AChipNoLink: __VLS_WithTemplateSlots_3<DefineComponent<__VL
2282
2423
  size: string;
2283
2424
  dataCy: undefined;
2284
2425
  }>>>, {
2285
- color: string;
2286
2426
  size: string;
2427
+ color: string;
2287
2428
  dataCy: string;
2288
2429
  }, {}>, {
2289
2430
  default?(_: {}): any;
2290
2431
  }>;
2291
2432
 
2292
- export declare const Acl: __VLS_WithTemplateSlots_9<DefineComponent<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_36<{
2433
+ export declare const Acl: __VLS_WithTemplateSlots_17<DefineComponent<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_37<{
2293
2434
  permission: `${string}_${string}_${string}`;
2294
2435
  subject?: object | undefined;
2295
2436
  }>, {
2296
2437
  subject: undefined;
2297
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_36<{
2438
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_37<{
2298
2439
  permission: `${string}_${string}_${string}`;
2299
2440
  subject?: object | undefined;
2300
2441
  }>, {
@@ -2313,14 +2454,74 @@ declare type AclResolverConfig = {
2313
2454
 
2314
2455
  export declare type AclValue = `${string}_${string}_${string}`;
2315
2456
 
2316
- export declare const ACopyText: DefineComponent<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_37<{
2457
+ export declare const ACollabCountdown: DefineComponent<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_71<{
2458
+ label?: string | undefined;
2459
+ seconds?: number | undefined;
2460
+ parentheses?: boolean | undefined;
2461
+ }>, {
2462
+ label: string;
2463
+ seconds: number;
2464
+ parentheses: boolean;
2465
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2466
+ done: () => void;
2467
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_71<{
2468
+ label?: string | undefined;
2469
+ seconds?: number | undefined;
2470
+ parentheses?: boolean | undefined;
2471
+ }>, {
2472
+ label: string;
2473
+ seconds: number;
2474
+ parentheses: boolean;
2475
+ }>>> & {
2476
+ onDone?: (() => any) | undefined;
2477
+ }, {
2478
+ label: string;
2479
+ seconds: number;
2480
+ parentheses: boolean;
2481
+ }, {}>;
2482
+
2483
+ export declare const ACollabLockedByUser: DefineComponent<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_70<{
2484
+ id: null | undefined | IntegerId;
2485
+ users: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
2486
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_70<{
2487
+ id: null | undefined | IntegerId;
2488
+ users: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
2489
+ }>, {}>>>, {}, {}>;
2490
+
2491
+ export declare const ACollabManagement: DefineComponent<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_72<{
2492
+ collabRoom: CollabRoom;
2493
+ cachedUsers: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
2494
+ isEdit?: boolean | undefined;
2495
+ addToCachedUsers?: ((...args: AddToCachedArgs<IntegerId>) => void) | undefined;
2496
+ fetchCachedUsers?: (() => Promisify<Promise<any>>) | undefined;
2497
+ }>, {
2498
+ isEdit: boolean;
2499
+ addToCachedUsers: undefined;
2500
+ fetchCachedUsers: undefined;
2501
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_72<{
2502
+ collabRoom: CollabRoom;
2503
+ cachedUsers: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
2504
+ isEdit?: boolean | undefined;
2505
+ addToCachedUsers?: ((...args: AddToCachedArgs<IntegerId>) => void) | undefined;
2506
+ fetchCachedUsers?: (() => Promisify<Promise<any>>) | undefined;
2507
+ }>, {
2508
+ isEdit: boolean;
2509
+ addToCachedUsers: undefined;
2510
+ fetchCachedUsers: undefined;
2511
+ }>>>, {
2512
+ isEdit: boolean;
2513
+ addToCachedUsers: (...args: AddToCachedArgs<IntegerId>) => void;
2514
+ fetchCachedUsers: () => Promisify<Promise<any>>;
2515
+ }, {}>;
2516
+
2517
+ export declare const ACopyText: DefineComponent<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
2317
2518
  value: number | string;
2318
2519
  notifyT?: string | undefined;
2319
2520
  dataCy?: string | undefined;
2320
2521
  }>, {
2321
2522
  notifyT: string;
2322
2523
  dataCy: string;
2323
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_37<{
2524
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
2324
2525
  value: number | string;
2325
2526
  notifyT?: string | undefined;
2326
2527
  dataCy?: string | undefined;
@@ -2332,51 +2533,81 @@ export declare const ACopyText: DefineComponent<__VLS_WithDefaults_34<__VLS_Type
2332
2533
  notifyT: string;
2333
2534
  }, {}>;
2334
2535
 
2335
- export declare const ACreateDialog: __VLS_WithTemplateSlots_7<DefineComponent<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_30<{
2336
- modelValue: boolean;
2337
- buttonClass?: string | undefined;
2338
- maxWidth?: number | undefined;
2339
- dataCy?: string | undefined;
2340
- v?: any;
2341
- callCreate: () => Promise<any>;
2342
- disableRedirect?: boolean | undefined;
2343
- redirectRouteName?: string | undefined;
2344
- redirectParamName?: string | undefined;
2345
- }>, {
2346
- buttonClass: string;
2347
- maxWidth: undefined;
2348
- dataCy: string;
2349
- v: undefined;
2350
- disableRedirect: boolean;
2351
- redirectRouteName: undefined;
2352
- redirectParamName: string;
2353
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2354
- "update:modelValue": (data: boolean) => void;
2536
+ export declare const ACreateDialog: __VLS_WithTemplateSlots_15<DefineComponent<{
2537
+ modelValue: PropType<boolean>;
2538
+ maxWidth: {
2539
+ type: PropType<number>;
2540
+ default: undefined;
2541
+ };
2542
+ dataCy: {
2543
+ type: PropType<string>;
2544
+ default: string;
2545
+ };
2546
+ v: {
2547
+ type: PropType<any>;
2548
+ default: undefined;
2549
+ };
2550
+ buttonClass: {
2551
+ type: PropType<string>;
2552
+ default: string;
2553
+ };
2554
+ callCreate: {
2555
+ type: PropType<() => Promise<any>>;
2556
+ required: true;
2557
+ };
2558
+ disableRedirect: {
2559
+ type: PropType<boolean>;
2560
+ default: boolean;
2561
+ };
2562
+ redirectRouteName: {
2563
+ type: PropType<string>;
2564
+ default: undefined;
2565
+ };
2566
+ redirectParamName: {
2567
+ type: PropType<string>;
2568
+ default: string;
2569
+ };
2570
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2355
2571
  onConfirm: () => void;
2356
2572
  onOpen: () => void;
2357
2573
  onClose: () => void;
2358
2574
  onError: (data: any) => void;
2359
2575
  onSuccess: (data: any) => void;
2360
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_30<{
2361
- modelValue: boolean;
2362
- buttonClass?: string | undefined;
2363
- maxWidth?: number | undefined;
2364
- dataCy?: string | undefined;
2365
- v?: any;
2366
- callCreate: () => Promise<any>;
2367
- disableRedirect?: boolean | undefined;
2368
- redirectRouteName?: string | undefined;
2369
- redirectParamName?: string | undefined;
2370
- }>, {
2371
- buttonClass: string;
2372
- maxWidth: undefined;
2373
- dataCy: string;
2374
- v: undefined;
2375
- disableRedirect: boolean;
2376
- redirectRouteName: undefined;
2377
- redirectParamName: string;
2378
- }>>> & {
2379
- "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
2576
+ }, string, PublicProps, Readonly<ExtractPropTypes<{
2577
+ modelValue: PropType<boolean>;
2578
+ maxWidth: {
2579
+ type: PropType<number>;
2580
+ default: undefined;
2581
+ };
2582
+ dataCy: {
2583
+ type: PropType<string>;
2584
+ default: string;
2585
+ };
2586
+ v: {
2587
+ type: PropType<any>;
2588
+ default: undefined;
2589
+ };
2590
+ buttonClass: {
2591
+ type: PropType<string>;
2592
+ default: string;
2593
+ };
2594
+ callCreate: {
2595
+ type: PropType<() => Promise<any>>;
2596
+ required: true;
2597
+ };
2598
+ disableRedirect: {
2599
+ type: PropType<boolean>;
2600
+ default: boolean;
2601
+ };
2602
+ redirectRouteName: {
2603
+ type: PropType<string>;
2604
+ default: undefined;
2605
+ };
2606
+ redirectParamName: {
2607
+ type: PropType<string>;
2608
+ default: string;
2609
+ };
2610
+ }>> & {
2380
2611
  onOnOpen?: (() => any) | undefined;
2381
2612
  onOnClose?: (() => any) | undefined;
2382
2613
  onOnError?: ((data: any) => any) | undefined;
@@ -2584,14 +2815,14 @@ export declare const ACropperjs: <T extends EventTarget = EventTarget>(__VLS_pro
2584
2815
  } | undefined;
2585
2816
  };
2586
2817
 
2587
- export declare const ACurrentUserDropdown: DefineComponent<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
2818
+ export declare const ACurrentUserDropdown: DefineComponent<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
2588
2819
  currentUser: AnzuUserMinimal | undefined | null;
2589
2820
  settingsRouteName: string;
2590
2821
  logoutRouteName: string;
2591
2822
  dataCy?: string | undefined;
2592
2823
  }>, {
2593
2824
  dataCy: string;
2594
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
2825
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
2595
2826
  currentUser: AnzuUserMinimal | undefined | null;
2596
2827
  settingsRouteName: string;
2597
2828
  logoutRouteName: string;
@@ -2602,7 +2833,7 @@ export declare const ACurrentUserDropdown: DefineComponent<__VLS_WithDefaults_55
2602
2833
  dataCy: string;
2603
2834
  }, {}>;
2604
2835
 
2605
- export declare const ACustomDataForm: __VLS_WithTemplateSlots_14<DefineComponent<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_63<{
2836
+ export declare const ACustomDataForm: __VLS_WithTemplateSlots_22<DefineComponent<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_64<{
2606
2837
  modelValue: {
2607
2838
  [key: string]: any;
2608
2839
  };
@@ -2619,7 +2850,7 @@ export declare const ACustomDataForm: __VLS_WithTemplateSlots_14<DefineComponent
2619
2850
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2620
2851
  "update:modelValue": (data: any) => void;
2621
2852
  anyChange: () => void;
2622
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_63<{
2853
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_64<{
2623
2854
  modelValue: {
2624
2855
  [key: string]: any;
2625
2856
  };
@@ -2643,7 +2874,7 @@ export declare const ACustomDataForm: __VLS_WithTemplateSlots_14<DefineComponent
2643
2874
  "after-pinned"?(_: {}): any;
2644
2875
  }>;
2645
2876
 
2646
- export declare const ACustomDataFormElement: DefineComponent<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_64<{
2877
+ export declare const ACustomDataFormElement: DefineComponent<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_65<{
2647
2878
  modelValue: any;
2648
2879
  config: CustomDataFormElement;
2649
2880
  validationScope?: ValidationScope;
@@ -2655,7 +2886,7 @@ export declare const ACustomDataFormElement: DefineComponent<__VLS_WithDefaults_
2655
2886
  value: any;
2656
2887
  }) => void;
2657
2888
  blur: (data: any) => void;
2658
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_64<{
2889
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_65<{
2659
2890
  modelValue: any;
2660
2891
  config: CustomDataFormElement;
2661
2892
  validationScope?: ValidationScope;
@@ -2671,7 +2902,7 @@ export declare const ACustomDataFormElement: DefineComponent<__VLS_WithDefaults_
2671
2902
  validationScope: string | number | boolean | symbol;
2672
2903
  }, {}>;
2673
2904
 
2674
- export declare const ADatatableConfigButton: DefineComponent<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_28<{
2905
+ export declare const ADatatableConfigButton: DefineComponent<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_30<{
2675
2906
  columnsAll: ColumnInternalValues[];
2676
2907
  columnsHidden: Array<string>;
2677
2908
  buttonT?: string | undefined;
@@ -2683,7 +2914,7 @@ export declare const ADatatableConfigButton: DefineComponent<__VLS_WithDefaults_
2683
2914
  dataCy: string;
2684
2915
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2685
2916
  "update:columnsHidden": (data: string[]) => void;
2686
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_28<{
2917
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_30<{
2687
2918
  columnsAll: ColumnInternalValues[];
2688
2919
  columnsHidden: Array<string>;
2689
2920
  buttonT?: string | undefined;
@@ -2701,7 +2932,7 @@ export declare const ADatatableConfigButton: DefineComponent<__VLS_WithDefaults_
2701
2932
  buttonT: string;
2702
2933
  }, {}>;
2703
2934
 
2704
- export declare const ADatatableOrdering: DefineComponent<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_29<{
2935
+ export declare const ADatatableOrdering: DefineComponent<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_31<{
2705
2936
  variant?: "default" | "most-relevant" | undefined;
2706
2937
  modelValue?: number | undefined;
2707
2938
  customOptions?: undefined | DatatableOrderingOptions;
@@ -2712,7 +2943,7 @@ export declare const ADatatableOrdering: DefineComponent<__VLS_WithDefaults_27<_
2712
2943
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2713
2944
  "update:modelValue": (data: number) => void;
2714
2945
  sortByChange: (data: DatatableOrderingOption) => void;
2715
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_29<{
2946
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_31<{
2716
2947
  variant?: "default" | "most-relevant" | undefined;
2717
2948
  modelValue?: number | undefined;
2718
2949
  customOptions?: undefined | DatatableOrderingOptions;
@@ -2729,7 +2960,7 @@ export declare const ADatatableOrdering: DefineComponent<__VLS_WithDefaults_27<_
2729
2960
  customOptions: DatatableOrderingOptions;
2730
2961
  }, {}>;
2731
2962
 
2732
- export declare const ADatatablePagination: DefineComponent<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_27<{
2963
+ export declare const ADatatablePagination: DefineComponent<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_29<{
2733
2964
  modelValue: Pagination;
2734
2965
  itemsPerPageOptions?: number[] | undefined;
2735
2966
  hideRecordsPerPage?: boolean | undefined;
@@ -2739,7 +2970,7 @@ export declare const ADatatablePagination: DefineComponent<__VLS_WithDefaults_25
2739
2970
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2740
2971
  change: () => void;
2741
2972
  "update:modelValue": (data: Pagination) => void;
2742
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_27<{
2973
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_29<{
2743
2974
  modelValue: Pagination;
2744
2975
  itemsPerPageOptions?: number[] | undefined;
2745
2976
  hideRecordsPerPage?: boolean | undefined;
@@ -2754,12 +2985,12 @@ export declare const ADatatablePagination: DefineComponent<__VLS_WithDefaults_25
2754
2985
  hideRecordsPerPage: boolean;
2755
2986
  }, {}>;
2756
2987
 
2757
- export declare const ADatetime: DefineComponent<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_26<{
2988
+ export declare const ADatetime: DefineComponent<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_27<{
2758
2989
  dateTime: DatetimeUTCNullable;
2759
2990
  edgeDateValue?: string | undefined;
2760
2991
  }>, {
2761
2992
  edgeDateValue: string;
2762
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_26<{
2993
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_27<{
2763
2994
  dateTime: DatetimeUTCNullable;
2764
2995
  edgeDateValue?: string | undefined;
2765
2996
  }>, {
@@ -2768,19 +2999,119 @@ export declare const ADatetime: DefineComponent<__VLS_WithDefaults_24<__VLS_Type
2768
2999
  edgeDateValue: string;
2769
3000
  }, {}>;
2770
3001
 
3002
+ export declare const ADatetimePicker: __VLS_WithTemplateSlots_13<DefineComponent<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_28<{
3003
+ modelValue: DatetimeUTCNullable | undefined;
3004
+ type?: "datetime" | "date" | undefined;
3005
+ label?: string | undefined;
3006
+ hideLabel?: boolean | undefined;
3007
+ clearable?: boolean | undefined;
3008
+ disabled?: boolean | undefined;
3009
+ hideDetails?: boolean | undefined;
3010
+ minNow?: boolean | undefined;
3011
+ required?: boolean | undefined;
3012
+ hideSetToNow?: boolean | undefined;
3013
+ placeholder?: string | undefined;
3014
+ enable?: DateLimit<DateOption>[] | undefined;
3015
+ weekNumbers?: false | undefined;
3016
+ dataCy?: string | undefined;
3017
+ defaultValue?: DatetimeUTCNullable | undefined;
3018
+ errorMessages?: string[] | undefined;
3019
+ }>, {
3020
+ type: string;
3021
+ label: string;
3022
+ hideLabel: boolean;
3023
+ clearable: boolean;
3024
+ disabled: boolean;
3025
+ hideDetails: boolean;
3026
+ minNow: boolean;
3027
+ required: boolean;
3028
+ hideSetToNow: boolean;
3029
+ placeholder: string;
3030
+ enable: undefined;
3031
+ weekNumbers: boolean;
3032
+ dataCy: string;
3033
+ defaultValue: null;
3034
+ errorMessages: undefined;
3035
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3036
+ change: () => void;
3037
+ blur: () => void;
3038
+ focus: () => void;
3039
+ "update:modelValue": (data: string | null) => void;
3040
+ onOpen: () => void;
3041
+ onClose: () => void;
3042
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_28<{
3043
+ modelValue: DatetimeUTCNullable | undefined;
3044
+ type?: "datetime" | "date" | undefined;
3045
+ label?: string | undefined;
3046
+ hideLabel?: boolean | undefined;
3047
+ clearable?: boolean | undefined;
3048
+ disabled?: boolean | undefined;
3049
+ hideDetails?: boolean | undefined;
3050
+ minNow?: boolean | undefined;
3051
+ required?: boolean | undefined;
3052
+ hideSetToNow?: boolean | undefined;
3053
+ placeholder?: string | undefined;
3054
+ enable?: DateLimit<DateOption>[] | undefined;
3055
+ weekNumbers?: false | undefined;
3056
+ dataCy?: string | undefined;
3057
+ defaultValue?: DatetimeUTCNullable | undefined;
3058
+ errorMessages?: string[] | undefined;
3059
+ }>, {
3060
+ type: string;
3061
+ label: string;
3062
+ hideLabel: boolean;
3063
+ clearable: boolean;
3064
+ disabled: boolean;
3065
+ hideDetails: boolean;
3066
+ minNow: boolean;
3067
+ required: boolean;
3068
+ hideSetToNow: boolean;
3069
+ placeholder: string;
3070
+ enable: undefined;
3071
+ weekNumbers: boolean;
3072
+ dataCy: string;
3073
+ defaultValue: null;
3074
+ errorMessages: undefined;
3075
+ }>>> & {
3076
+ "onUpdate:modelValue"?: ((data: string | null) => any) | undefined;
3077
+ onFocus?: (() => any) | undefined;
3078
+ onBlur?: (() => any) | undefined;
3079
+ onChange?: (() => any) | undefined;
3080
+ onOnOpen?: (() => any) | undefined;
3081
+ onOnClose?: (() => any) | undefined;
3082
+ }, {
3083
+ enable: DateLimit<DateOption>[];
3084
+ disabled: boolean;
3085
+ type: "datetime" | "date";
3086
+ dataCy: string;
3087
+ required: boolean;
3088
+ label: string;
3089
+ hideLabel: boolean;
3090
+ clearable: boolean;
3091
+ hideDetails: boolean;
3092
+ minNow: boolean;
3093
+ hideSetToNow: boolean;
3094
+ placeholder: string;
3095
+ weekNumbers: false;
3096
+ defaultValue: DatetimeUTCNullable;
3097
+ errorMessages: string[];
3098
+ }, {}>, {
3099
+ "append-inner"?(_: {}): any;
3100
+ }>;
3101
+
2771
3102
  declare type AddToCachedArgs<T extends DocId | IntegerId> = Array<T | null | undefined> | Array<Array<T | null | undefined> | T | null | undefined>;
2772
3103
 
2773
- export declare const ADialogToolbar: __VLS_WithTemplateSlots_6<DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3104
+ export declare const ADialogToolbar: __VLS_WithTemplateSlots_14<DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2774
3105
  onCancel: () => void;
2775
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>> & {
3106
+ }, string, PublicProps, Readonly<ExtractPropTypes<{}>> & {
2776
3107
  onOnCancel?: (() => any) | undefined;
2777
3108
  }, {}, {}>, {
2778
3109
  default?(_: {}): any;
2779
3110
  }>;
2780
3111
 
2781
- export declare const AEmptyRouterView: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
3112
+ export declare const AEmptyRouterView: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
2782
3113
 
2783
- export declare const AFilterAdvancedButton: DefineComponent<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_46<{
3114
+ export declare const AFilterAdvancedButton: DefineComponent<__VLS_WithDefaults_44<__VLS_TypePropsToRuntimeProps_47<{
2784
3115
  tooltipT?: string | undefined;
2785
3116
  buttonClass?: string | undefined;
2786
3117
  dataCy?: string | undefined;
@@ -2790,7 +3121,7 @@ export declare const AFilterAdvancedButton: DefineComponent<__VLS_WithDefaults_4
2790
3121
  dataCy: string;
2791
3122
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2792
3123
  advancedFilter: () => void;
2793
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_46<{
3124
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_44<__VLS_TypePropsToRuntimeProps_47<{
2794
3125
  tooltipT?: string | undefined;
2795
3126
  buttonClass?: string | undefined;
2796
3127
  dataCy?: string | undefined;
@@ -2806,7 +3137,7 @@ export declare const AFilterAdvancedButton: DefineComponent<__VLS_WithDefaults_4
2806
3137
  buttonClass: string;
2807
3138
  }, {}>;
2808
3139
 
2809
- export declare const AFilterBooleanGroup: DefineComponent<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_23<{
3140
+ export declare const AFilterBooleanGroup: DefineComponent<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_24<{
2810
3141
  modelValue: Filter;
2811
3142
  dataCyTrue?: string | undefined;
2812
3143
  dataCyFalse?: string | undefined;
@@ -2815,7 +3146,7 @@ export declare const AFilterBooleanGroup: DefineComponent<__VLS_WithDefaults_21<
2815
3146
  dataCyFalse: string;
2816
3147
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2817
3148
  "update:modelValue": (data: any) => void;
2818
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_23<{
3149
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_24<{
2819
3150
  modelValue: Filter;
2820
3151
  dataCyTrue?: string | undefined;
2821
3152
  dataCyFalse?: string | undefined;
@@ -2829,14 +3160,14 @@ export declare const AFilterBooleanGroup: DefineComponent<__VLS_WithDefaults_21<
2829
3160
  dataCyFalse: string;
2830
3161
  }, {}>;
2831
3162
 
2832
- export declare const AFilterBooleanSelect: DefineComponent<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_24<{
3163
+ export declare const AFilterBooleanSelect: DefineComponent<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_25<{
2833
3164
  modelValue: Filter;
2834
3165
  dataCy?: string | undefined;
2835
3166
  }>, {
2836
3167
  dataCy: string;
2837
3168
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2838
3169
  "update:modelValue": (data: any) => void;
2839
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_24<{
3170
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_25<{
2840
3171
  modelValue: Filter;
2841
3172
  dataCy?: string | undefined;
2842
3173
  }>, {
@@ -2847,14 +3178,14 @@ export declare const AFilterBooleanSelect: DefineComponent<__VLS_WithDefaults_22
2847
3178
  dataCy: string;
2848
3179
  }, {}>;
2849
3180
 
2850
- export declare const AFilterDatetimePicker: DefineComponent<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_25<{
3181
+ export declare const AFilterDatetimePicker: DefineComponent<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_26<{
2851
3182
  modelValue: Filter;
2852
3183
  dataCy?: string | undefined;
2853
3184
  }>, {
2854
3185
  dataCy: string;
2855
3186
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2856
3187
  "update:modelValue": (data: any) => void;
2857
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_25<{
3188
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_26<{
2858
3189
  modelValue: Filter;
2859
3190
  dataCy?: string | undefined;
2860
3191
  }>, {
@@ -2865,14 +3196,14 @@ export declare const AFilterDatetimePicker: DefineComponent<__VLS_WithDefaults_2
2865
3196
  dataCy: string;
2866
3197
  }, {}>;
2867
3198
 
2868
- export declare const AFilterInteger: DefineComponent<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_20<{
3199
+ export declare const AFilterInteger: DefineComponent<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_21<{
2869
3200
  modelValue: Filter;
2870
3201
  dataCy?: string | undefined;
2871
3202
  }>, {
2872
3203
  dataCy: string;
2873
3204
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2874
3205
  "update:modelValue": (data: Filter<any>) => void;
2875
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_20<{
3206
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_21<{
2876
3207
  modelValue: Filter;
2877
3208
  dataCy?: string | undefined;
2878
3209
  }>, {
@@ -2883,7 +3214,7 @@ export declare const AFilterInteger: DefineComponent<__VLS_WithDefaults_18<__VLS
2883
3214
  dataCy: string;
2884
3215
  }, {}>;
2885
3216
 
2886
- export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<{
3217
+ export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_50<{
2887
3218
  filterId?: Filter | undefined;
2888
3219
  filterDocId?: Filter | undefined;
2889
3220
  filterText?: Filter | undefined;
@@ -2899,7 +3230,7 @@ export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_46<__VLS_T
2899
3230
  filterOverrides: undefined;
2900
3231
  placeholder: undefined;
2901
3232
  dataCy: string;
2902
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<{
3233
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_50<{
2903
3234
  filterId?: Filter | undefined;
2904
3235
  filterDocId?: Filter | undefined;
2905
3236
  filterText?: Filter | undefined;
@@ -2925,7 +3256,7 @@ export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_46<__VLS_T
2925
3256
  filterOverrides: Filter<any>[];
2926
3257
  }, {}>;
2927
3258
 
2928
- export declare const AFilterRemoteAutocomplete: DefineComponent<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_21<{
3259
+ export declare const AFilterRemoteAutocomplete: DefineComponent<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_22<{
2929
3260
  modelValue: Filter;
2930
3261
  fetchItems: (pagination: Pagination, filterBag: FilterBag) => Promise<ValueObjectOption<string | number>[]>;
2931
3262
  fetchItemsByIds: fetchItemsByIdsType_2;
@@ -2941,7 +3272,7 @@ export declare const AFilterRemoteAutocomplete: DefineComponent<__VLS_WithDefaul
2941
3272
  placeholder: undefined;
2942
3273
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2943
3274
  "update:modelValue": (data: Filter<any>) => void;
2944
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_21<{
3275
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_22<{
2945
3276
  modelValue: Filter;
2946
3277
  fetchItems: (pagination: Pagination, filterBag: FilterBag) => Promise<ValueObjectOption<string | number>[]>;
2947
3278
  fetchItemsByIds: fetchItemsByIdsType_2;
@@ -2964,7 +3295,7 @@ export declare const AFilterRemoteAutocomplete: DefineComponent<__VLS_WithDefaul
2964
3295
  disableInitFetch: boolean;
2965
3296
  }, {}>;
2966
3297
 
2967
- export declare const AFilterResetButton: DefineComponent<__VLS_WithDefaults_44<__VLS_TypePropsToRuntimeProps_47<{
3298
+ export declare const AFilterResetButton: DefineComponent<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
2968
3299
  tooltipT?: string | undefined;
2969
3300
  buttonClass?: string | undefined;
2970
3301
  dataCy?: string | undefined;
@@ -2974,7 +3305,7 @@ export declare const AFilterResetButton: DefineComponent<__VLS_WithDefaults_44<_
2974
3305
  dataCy: string;
2975
3306
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2976
3307
  reset: () => void;
2977
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_44<__VLS_TypePropsToRuntimeProps_47<{
3308
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
2978
3309
  tooltipT?: string | undefined;
2979
3310
  buttonClass?: string | undefined;
2980
3311
  dataCy?: string | undefined;
@@ -2990,7 +3321,7 @@ export declare const AFilterResetButton: DefineComponent<__VLS_WithDefaults_44<_
2990
3321
  buttonClass: string;
2991
3322
  }, {}>;
2992
3323
 
2993
- export declare const AFilterString: DefineComponent<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_19<{
3324
+ export declare const AFilterString: DefineComponent<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_20<{
2994
3325
  modelValue: Filter;
2995
3326
  placeholder?: string | undefined;
2996
3327
  dataCy?: string | undefined;
@@ -2999,7 +3330,7 @@ export declare const AFilterString: DefineComponent<__VLS_WithDefaults_17<__VLS_
2999
3330
  dataCy: string;
3000
3331
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3001
3332
  "update:modelValue": (data: Filter<any>) => void;
3002
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_19<{
3333
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_20<{
3003
3334
  modelValue: Filter;
3004
3335
  placeholder?: string | undefined;
3005
3336
  dataCy?: string | undefined;
@@ -3013,7 +3344,7 @@ export declare const AFilterString: DefineComponent<__VLS_WithDefaults_17<__VLS_
3013
3344
  placeholder: string;
3014
3345
  }, {}>;
3015
3346
 
3016
- export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
3347
+ export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<{
3017
3348
  buttonT?: string | undefined;
3018
3349
  buttonClass?: string | undefined;
3019
3350
  dataCy?: string | undefined;
@@ -3025,7 +3356,7 @@ export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_45<
3025
3356
  touched: boolean;
3026
3357
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3027
3358
  submit: () => void;
3028
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
3359
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<{
3029
3360
  buttonT?: string | undefined;
3030
3361
  buttonClass?: string | undefined;
3031
3362
  dataCy?: string | undefined;
@@ -3044,13 +3375,13 @@ export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_45<
3044
3375
  touched: boolean;
3045
3376
  }, {}>;
3046
3377
 
3047
- export declare const AFilterValueObjectOptionsSelect: DefineComponent<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_22<{
3378
+ export declare const AFilterValueObjectOptionsSelect: DefineComponent<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_23<{
3048
3379
  modelValue: Filter;
3049
3380
  items: ValueObjectOption<string | number>[];
3050
3381
  }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3051
3382
  "update:modelValue": (data: any) => void;
3052
3383
  change: () => void;
3053
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_22<{
3384
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_23<{
3054
3385
  modelValue: Filter;
3055
3386
  items: ValueObjectOption<string | number>[];
3056
3387
  }>, {}>>> & {
@@ -3058,7 +3389,7 @@ export declare const AFilterValueObjectOptionsSelect: DefineComponent<__VLS_With
3058
3389
  onChange?: (() => any) | undefined;
3059
3390
  }, {}, {}>;
3060
3391
 
3061
- export declare const AFilterWrapper: __VLS_WithTemplateSlots_5<DefineComponent<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_18<{
3392
+ export declare const AFilterWrapper: __VLS_WithTemplateSlots_12<DefineComponent<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_19<{
3062
3393
  enableAdvanced?: boolean | undefined;
3063
3394
  enableTop?: boolean | undefined;
3064
3395
  hideButtons?: boolean | undefined;
@@ -3070,7 +3401,7 @@ export declare const AFilterWrapper: __VLS_WithTemplateSlots_5<DefineComponent<_
3070
3401
  touched: boolean;
3071
3402
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3072
3403
  resetFilter: () => void;
3073
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_18<{
3404
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_19<{
3074
3405
  enableAdvanced?: boolean | undefined;
3075
3406
  enableTop?: boolean | undefined;
3076
3407
  hideButtons?: boolean | undefined;
@@ -3094,7 +3425,7 @@ export declare const AFilterWrapper: __VLS_WithTemplateSlots_5<DefineComponent<_
3094
3425
  buttons?(_: {}): any;
3095
3426
  }>;
3096
3427
 
3097
- export declare const AFormDatetimePicker: DefineComponent<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_12<{
3428
+ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineComponent<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_12<{
3098
3429
  modelValue: DatetimeUTCNullable | undefined;
3099
3430
  label?: string | undefined;
3100
3431
  errorMessage?: string | undefined;
@@ -3102,6 +3433,8 @@ export declare const AFormDatetimePicker: DefineComponent<__VLS_WithDefaults_10<
3102
3433
  v?: any;
3103
3434
  dataCy?: string | undefined;
3104
3435
  clearable?: boolean | undefined;
3436
+ collab?: CollabComponentConfig;
3437
+ disabled?: boolean | undefined;
3105
3438
  }>, {
3106
3439
  label: undefined;
3107
3440
  errorMessage: undefined;
@@ -3109,11 +3442,14 @@ export declare const AFormDatetimePicker: DefineComponent<__VLS_WithDefaults_10<
3109
3442
  v: null;
3110
3443
  dataCy: undefined;
3111
3444
  clearable: boolean;
3445
+ collab: undefined;
3446
+ disabled: undefined;
3112
3447
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3113
3448
  "update:modelValue": (data: DatetimeUTCNullable | undefined) => void;
3114
- "click:append": (data: string | number | null) => void;
3115
- blur: (data: string | number | null) => void;
3116
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_12<{
3449
+ "click:append": (data: string | number | null | undefined) => void;
3450
+ blur: (data: string | number | null | undefined) => void;
3451
+ focus: (data: string | number | null | undefined) => void;
3452
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_12<{
3117
3453
  modelValue: DatetimeUTCNullable | undefined;
3118
3454
  label?: string | undefined;
3119
3455
  errorMessage?: string | undefined;
@@ -3121,6 +3457,8 @@ export declare const AFormDatetimePicker: DefineComponent<__VLS_WithDefaults_10<
3121
3457
  v?: any;
3122
3458
  dataCy?: string | undefined;
3123
3459
  clearable?: boolean | undefined;
3460
+ collab?: CollabComponentConfig;
3461
+ disabled?: boolean | undefined;
3124
3462
  }>, {
3125
3463
  label: undefined;
3126
3464
  errorMessage: undefined;
@@ -3128,27 +3466,42 @@ export declare const AFormDatetimePicker: DefineComponent<__VLS_WithDefaults_10<
3128
3466
  v: null;
3129
3467
  dataCy: undefined;
3130
3468
  clearable: boolean;
3469
+ collab: undefined;
3470
+ disabled: undefined;
3131
3471
  }>>> & {
3132
3472
  "onUpdate:modelValue"?: ((data: DatetimeUTCNullable | undefined) => any) | undefined;
3133
- onBlur?: ((data: string | number | null) => any) | undefined;
3134
- "onClick:append"?: ((data: string | number | null) => any) | undefined;
3473
+ onFocus?: ((data: string | number | null | undefined) => any) | undefined;
3474
+ onBlur?: ((data: string | number | null | undefined) => any) | undefined;
3475
+ "onClick:append"?: ((data: string | number | null | undefined) => any) | undefined;
3135
3476
  }, {
3477
+ disabled: boolean;
3478
+ dataCy: string;
3479
+ collab: {
3480
+ room: string;
3481
+ field: string;
3482
+ cachedUsers: CollabCachedUsersMap;
3483
+ };
3136
3484
  required: boolean;
3137
3485
  label: string;
3138
- dataCy: string;
3139
3486
  clearable: boolean;
3140
3487
  errorMessage: string;
3141
3488
  v: any;
3142
- }, {}>;
3143
-
3144
- export declare const AFormFlagDatetimePicker: DefineComponent<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_13<{
3145
- modelValue: DatetimeUTCNullable | undefined;
3489
+ }, {}>, {
3490
+ locked?(_: {
3491
+ userId: IntegerIdNullable;
3492
+ }): any;
3493
+ }>;
3494
+
3495
+ export declare const AFormFlagDatetimePicker: __VLS_WithTemplateSlots_8<DefineComponent<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_13<{
3496
+ modelValue: DatetimeUTCNullable | undefined;
3146
3497
  label?: string | undefined;
3147
3498
  errorMessage?: string | undefined;
3148
3499
  v?: any;
3149
3500
  dataCy?: string | undefined;
3150
3501
  clearable?: boolean | undefined;
3151
3502
  defaultActivationValue?: DatetimeUTCNullable | (() => DatetimeUTCNullable) | undefined;
3503
+ collab?: CollabComponentConfig;
3504
+ disabled?: boolean | undefined;
3152
3505
  }>, {
3153
3506
  label: undefined;
3154
3507
  errorMessage: undefined;
@@ -3156,11 +3509,13 @@ export declare const AFormFlagDatetimePicker: DefineComponent<__VLS_WithDefaults
3156
3509
  dataCy: undefined;
3157
3510
  clearable: boolean;
3158
3511
  defaultActivationValue: string;
3512
+ collab: undefined;
3513
+ disabled: undefined;
3159
3514
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3160
3515
  "update:modelValue": (data: DatetimeUTCNullable | undefined) => void;
3161
3516
  "click:append": (data: string | number | null) => void;
3162
3517
  blur: (data: string | number | null) => void;
3163
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_13<{
3518
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_13<{
3164
3519
  modelValue: DatetimeUTCNullable | undefined;
3165
3520
  label?: string | undefined;
3166
3521
  errorMessage?: string | undefined;
@@ -3168,6 +3523,8 @@ export declare const AFormFlagDatetimePicker: DefineComponent<__VLS_WithDefaults
3168
3523
  dataCy?: string | undefined;
3169
3524
  clearable?: boolean | undefined;
3170
3525
  defaultActivationValue?: DatetimeUTCNullable | (() => DatetimeUTCNullable) | undefined;
3526
+ collab?: CollabComponentConfig;
3527
+ disabled?: boolean | undefined;
3171
3528
  }>, {
3172
3529
  label: undefined;
3173
3530
  errorMessage: undefined;
@@ -3175,20 +3532,32 @@ export declare const AFormFlagDatetimePicker: DefineComponent<__VLS_WithDefaults
3175
3532
  dataCy: undefined;
3176
3533
  clearable: boolean;
3177
3534
  defaultActivationValue: string;
3535
+ collab: undefined;
3536
+ disabled: undefined;
3178
3537
  }>>> & {
3179
3538
  "onUpdate:modelValue"?: ((data: DatetimeUTCNullable | undefined) => any) | undefined;
3180
3539
  onBlur?: ((data: string | number | null) => any) | undefined;
3181
3540
  "onClick:append"?: ((data: string | number | null) => any) | undefined;
3182
3541
  }, {
3183
- label: string;
3542
+ disabled: boolean;
3184
3543
  dataCy: string;
3544
+ collab: {
3545
+ room: string;
3546
+ field: string;
3547
+ cachedUsers: CollabCachedUsersMap;
3548
+ };
3549
+ label: string;
3185
3550
  clearable: boolean;
3186
3551
  errorMessage: string;
3187
3552
  v: any;
3188
- defaultActivationValue: DatetimeUTCNullable | 'now' | (() => DatetimeUTCNullable);
3189
- }, {}>;
3553
+ defaultActivationValue: DatetimeUTCNullable | (() => DatetimeUTCNullable);
3554
+ }, {}>, {
3555
+ locked?(_: {
3556
+ userId: IntegerIdNullable;
3557
+ }): any;
3558
+ }>;
3190
3559
 
3191
- export declare const AFormRemoteAutocomplete: DefineComponent<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_14<{
3560
+ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineComponent<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_14<{
3192
3561
  modelValue: any;
3193
3562
  label?: string | undefined;
3194
3563
  required?: boolean | undefined;
@@ -3205,6 +3574,8 @@ export declare const AFormRemoteAutocomplete: DefineComponent<__VLS_WithDefaults
3205
3574
  filterSortBy?: string | null | undefined;
3206
3575
  disableInitFetch?: boolean | undefined;
3207
3576
  loading?: boolean | undefined;
3577
+ collab?: CollabComponentConfig;
3578
+ disabled?: boolean | undefined;
3208
3579
  }>, {
3209
3580
  label: undefined;
3210
3581
  required: undefined;
@@ -3218,12 +3589,15 @@ export declare const AFormRemoteAutocomplete: DefineComponent<__VLS_WithDefaults
3218
3589
  filterSortBy: string;
3219
3590
  disableInitFetch: boolean;
3220
3591
  loading: boolean;
3592
+ collab: undefined;
3593
+ disabled: undefined;
3221
3594
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3222
3595
  "update:modelValue": (data: string | number | string[] | number[] | null) => void;
3223
3596
  searchChange: (data: string) => void;
3224
3597
  searchChangeDebounced: (data: string) => void;
3225
3598
  blur: (data: string | number | string[] | number[] | null) => void;
3226
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_14<{
3599
+ focus: (data: string | number | string[] | number[] | null) => void;
3600
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_14<{
3227
3601
  modelValue: any;
3228
3602
  label?: string | undefined;
3229
3603
  required?: boolean | undefined;
@@ -3240,6 +3614,8 @@ export declare const AFormRemoteAutocomplete: DefineComponent<__VLS_WithDefaults
3240
3614
  filterSortBy?: string | null | undefined;
3241
3615
  disableInitFetch?: boolean | undefined;
3242
3616
  loading?: boolean | undefined;
3617
+ collab?: CollabComponentConfig;
3618
+ disabled?: boolean | undefined;
3243
3619
  }>, {
3244
3620
  label: undefined;
3245
3621
  required: undefined;
@@ -3253,13 +3629,22 @@ export declare const AFormRemoteAutocomplete: DefineComponent<__VLS_WithDefaults
3253
3629
  filterSortBy: string;
3254
3630
  disableInitFetch: boolean;
3255
3631
  loading: boolean;
3632
+ collab: undefined;
3633
+ disabled: undefined;
3256
3634
  }>>> & {
3257
3635
  "onUpdate:modelValue"?: ((data: string | number | string[] | number[] | null) => any) | undefined;
3636
+ onFocus?: ((data: string | number | string[] | number[] | null) => any) | undefined;
3258
3637
  onBlur?: ((data: string | number | string[] | number[] | null) => any) | undefined;
3259
3638
  onSearchChange?: ((data: string) => any) | undefined;
3260
3639
  onSearchChangeDebounced?: ((data: string) => any) | undefined;
3261
3640
  }, {
3641
+ disabled: boolean;
3262
3642
  multiple: boolean;
3643
+ collab: {
3644
+ room: string;
3645
+ field: string;
3646
+ cachedUsers: CollabCachedUsersMap;
3647
+ };
3263
3648
  required: boolean;
3264
3649
  loading: boolean;
3265
3650
  label: string;
@@ -3271,9 +3656,13 @@ export declare const AFormRemoteAutocomplete: DefineComponent<__VLS_WithDefaults
3271
3656
  filterByField: string;
3272
3657
  filterSortBy: string | null;
3273
3658
  disableInitFetch: boolean;
3274
- }, {}>;
3659
+ }, {}>, {
3660
+ locked?(_: {
3661
+ userId: number;
3662
+ }): any;
3663
+ }>;
3275
3664
 
3276
- export declare const AFormRemoteAutocompleteWithCached: DefineComponent<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
3665
+ export declare const AFormRemoteAutocompleteWithCached: DefineComponent<__VLS_WithDefaults_57<__VLS_TypePropsToRuntimeProps_60<{
3277
3666
  modelValue: any;
3278
3667
  label?: string | undefined;
3279
3668
  required?: boolean | undefined;
@@ -3309,7 +3698,7 @@ export declare const AFormRemoteAutocompleteWithCached: DefineComponent<__VLS_Wi
3309
3698
  focus: (data: string | number | string[] | number[] | null | undefined) => void;
3310
3699
  searchChange: (data: string) => void;
3311
3700
  searchChangeDebounced: (data: string) => void;
3312
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
3701
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_57<__VLS_TypePropsToRuntimeProps_60<{
3313
3702
  modelValue: any;
3314
3703
  label?: string | undefined;
3315
3704
  required?: boolean | undefined;
@@ -3375,7 +3764,7 @@ export declare const AFormRemoteCheckbox: DefineComponent<__VLS_WithDefaults_13<
3375
3764
  v: null;
3376
3765
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3377
3766
  "update:modelValue": (data: boolean) => void;
3378
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_15<{
3767
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_15<{
3379
3768
  modelValue: boolean;
3380
3769
  callbackToTrue: () => Promise<boolean>;
3381
3770
  callbackToFalse: () => Promise<boolean>;
@@ -3412,7 +3801,7 @@ export declare const AFormRemoteSwitch: DefineComponent<__VLS_WithDefaults_14<__
3412
3801
  v: null;
3413
3802
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3414
3803
  "update:modelValue": (data: boolean) => void;
3415
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_16<{
3804
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_16<{
3416
3805
  modelValue: boolean;
3417
3806
  callbackToTrue: () => Promise<boolean>;
3418
3807
  callbackToFalse: () => Promise<boolean>;
@@ -3434,8 +3823,58 @@ export declare const AFormRemoteSwitch: DefineComponent<__VLS_WithDefaults_14<__
3434
3823
  v: any;
3435
3824
  }, {}>;
3436
3825
 
3437
- export declare const AFormTextarea: DefineComponent<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_11<{
3438
- modelValue: string | null;
3826
+ export declare const AFormSwitch: __VLS_WithTemplateSlots_10<DefineComponent<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_17<{
3827
+ modelValue: boolean;
3828
+ label?: string | undefined;
3829
+ dataCy?: string | undefined;
3830
+ hideLabel?: boolean | undefined;
3831
+ collab?: CollabComponentConfig;
3832
+ disabled?: boolean | undefined;
3833
+ }>, {
3834
+ label: undefined;
3835
+ dataCy: undefined;
3836
+ hideLabel: boolean;
3837
+ collab: undefined;
3838
+ disabled: undefined;
3839
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3840
+ "update:modelValue": (data: boolean) => void;
3841
+ blur: (data: boolean) => void;
3842
+ focus: (data: boolean) => void;
3843
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_17<{
3844
+ modelValue: boolean;
3845
+ label?: string | undefined;
3846
+ dataCy?: string | undefined;
3847
+ hideLabel?: boolean | undefined;
3848
+ collab?: CollabComponentConfig;
3849
+ disabled?: boolean | undefined;
3850
+ }>, {
3851
+ label: undefined;
3852
+ dataCy: undefined;
3853
+ hideLabel: boolean;
3854
+ collab: undefined;
3855
+ disabled: undefined;
3856
+ }>>> & {
3857
+ "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
3858
+ onFocus?: ((data: boolean) => any) | undefined;
3859
+ onBlur?: ((data: boolean) => any) | undefined;
3860
+ }, {
3861
+ disabled: boolean;
3862
+ dataCy: string;
3863
+ collab: {
3864
+ room: string;
3865
+ field: string;
3866
+ cachedUsers: CollabCachedUsersMap;
3867
+ };
3868
+ label: string;
3869
+ hideLabel: boolean;
3870
+ }, {}>, {
3871
+ locked?(_: {
3872
+ userId: number;
3873
+ }): any;
3874
+ }>;
3875
+
3876
+ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_11<{
3877
+ modelValue: string | null | undefined;
3439
3878
  label?: string | undefined;
3440
3879
  errorMessage?: string | undefined;
3441
3880
  required?: boolean | undefined;
@@ -3445,6 +3884,8 @@ export declare const AFormTextarea: DefineComponent<__VLS_WithDefaults_9<__VLS_T
3445
3884
  dataCy?: string | undefined;
3446
3885
  hideLabel?: boolean | undefined;
3447
3886
  rows?: number | undefined;
3887
+ collab?: CollabComponentConfig;
3888
+ disabled?: boolean | undefined;
3448
3889
  }>, {
3449
3890
  label: undefined;
3450
3891
  errorMessage: undefined;
@@ -3455,12 +3896,15 @@ export declare const AFormTextarea: DefineComponent<__VLS_WithDefaults_9<__VLS_T
3455
3896
  dataCy: undefined;
3456
3897
  hideLabel: boolean;
3457
3898
  rows: number;
3899
+ collab: undefined;
3900
+ disabled: undefined;
3458
3901
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3459
- "update:modelValue": (data: string | null) => void;
3902
+ "update:modelValue": (data: string | null | undefined) => void;
3460
3903
  "click:append": (data: string | null) => void;
3461
- blur: (data: string | null) => void;
3462
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_11<{
3463
- modelValue: string | null;
3904
+ blur: (data: string | null | undefined) => void;
3905
+ focus: (data: string | null | undefined) => void;
3906
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_11<{
3907
+ modelValue: string | null | undefined;
3464
3908
  label?: string | undefined;
3465
3909
  errorMessage?: string | undefined;
3466
3910
  required?: boolean | undefined;
@@ -3470,6 +3914,8 @@ export declare const AFormTextarea: DefineComponent<__VLS_WithDefaults_9<__VLS_T
3470
3914
  dataCy?: string | undefined;
3471
3915
  hideLabel?: boolean | undefined;
3472
3916
  rows?: number | undefined;
3917
+ collab?: CollabComponentConfig;
3918
+ disabled?: boolean | undefined;
3473
3919
  }>, {
3474
3920
  label: undefined;
3475
3921
  errorMessage: undefined;
@@ -3480,23 +3926,36 @@ export declare const AFormTextarea: DefineComponent<__VLS_WithDefaults_9<__VLS_T
3480
3926
  dataCy: undefined;
3481
3927
  hideLabel: boolean;
3482
3928
  rows: number;
3929
+ collab: undefined;
3930
+ disabled: undefined;
3483
3931
  }>>> & {
3484
- "onUpdate:modelValue"?: ((data: string | null) => any) | undefined;
3485
- onBlur?: ((data: string | null) => any) | undefined;
3932
+ "onUpdate:modelValue"?: ((data: string | null | undefined) => any) | undefined;
3933
+ onFocus?: ((data: string | null | undefined) => any) | undefined;
3934
+ onBlur?: ((data: string | null | undefined) => any) | undefined;
3486
3935
  "onClick:append"?: ((data: string | null) => any) | undefined;
3487
3936
  }, {
3488
- appendIcon: VuetifyIconValue;
3489
- prependIcon: VuetifyIconValue;
3937
+ appendIcon: string;
3938
+ disabled: boolean;
3939
+ prependIcon: string;
3940
+ dataCy: string;
3941
+ collab: {
3942
+ room: string;
3943
+ field: string;
3944
+ cachedUsers: CollabCachedUsersMap;
3945
+ };
3490
3946
  required: boolean;
3491
3947
  label: string;
3492
- dataCy: string;
3493
3948
  hideLabel: boolean;
3494
3949
  errorMessage: string;
3495
3950
  v: any;
3496
3951
  rows: number;
3497
- }, {}>;
3952
+ }, {}>, {
3953
+ locked?(_: {
3954
+ userId: number;
3955
+ }): any;
3956
+ }>;
3498
3957
 
3499
- export declare const AFormTextField: DefineComponent<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_10<{
3958
+ export declare const AFormTextField: __VLS_WithTemplateSlots_5<DefineComponent<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_10<{
3500
3959
  modelValue: string | number | null | undefined;
3501
3960
  label?: string | undefined;
3502
3961
  errorMessage?: string | undefined;
@@ -3509,6 +3968,10 @@ export declare const AFormTextField: DefineComponent<__VLS_WithDefaults_8<__VLS_
3509
3968
  type?: string | undefined;
3510
3969
  step?: number | undefined;
3511
3970
  maxlength?: number | undefined;
3971
+ collab?: CollabComponentConfig;
3972
+ disabled?: boolean | undefined;
3973
+ placeholder?: string | undefined;
3974
+ persistentPlaceholder?: boolean | undefined;
3512
3975
  }>, {
3513
3976
  label: undefined;
3514
3977
  errorMessage: undefined;
@@ -3521,11 +3984,16 @@ export declare const AFormTextField: DefineComponent<__VLS_WithDefaults_8<__VLS_
3521
3984
  type: string;
3522
3985
  step: undefined;
3523
3986
  maxlength: undefined;
3987
+ collab: undefined;
3988
+ disabled: undefined;
3989
+ placeholder: undefined;
3990
+ persistentPlaceholder: boolean;
3524
3991
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3525
3992
  "update:modelValue": (data: string | number | null | undefined) => void;
3526
3993
  "click:append": (data: string | number | null | undefined) => void;
3527
3994
  blur: (data: string | number | null | undefined) => void;
3528
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_10<{
3995
+ focus: (data: string | number | null | undefined) => void;
3996
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_10<{
3529
3997
  modelValue: string | number | null | undefined;
3530
3998
  label?: string | undefined;
3531
3999
  errorMessage?: string | undefined;
@@ -3538,6 +4006,10 @@ export declare const AFormTextField: DefineComponent<__VLS_WithDefaults_8<__VLS_
3538
4006
  type?: string | undefined;
3539
4007
  step?: number | undefined;
3540
4008
  maxlength?: number | undefined;
4009
+ collab?: CollabComponentConfig;
4010
+ disabled?: boolean | undefined;
4011
+ placeholder?: string | undefined;
4012
+ persistentPlaceholder?: boolean | undefined;
3541
4013
  }>, {
3542
4014
  label: undefined;
3543
4015
  errorMessage: undefined;
@@ -3550,25 +4022,42 @@ export declare const AFormTextField: DefineComponent<__VLS_WithDefaults_8<__VLS_
3550
4022
  type: string;
3551
4023
  step: undefined;
3552
4024
  maxlength: undefined;
4025
+ collab: undefined;
4026
+ disabled: undefined;
4027
+ placeholder: undefined;
4028
+ persistentPlaceholder: boolean;
3553
4029
  }>>> & {
3554
4030
  "onUpdate:modelValue"?: ((data: string | number | null | undefined) => any) | undefined;
4031
+ onFocus?: ((data: string | number | null | undefined) => any) | undefined;
3555
4032
  onBlur?: ((data: string | number | null | undefined) => any) | undefined;
3556
4033
  "onClick:append"?: ((data: string | number | null | undefined) => any) | undefined;
3557
4034
  }, {
3558
- appendIcon: VuetifyIconValue;
3559
- prependIcon: VuetifyIconValue;
4035
+ appendIcon: string;
4036
+ disabled: boolean;
4037
+ prependIcon: string;
3560
4038
  type: string;
4039
+ dataCy: string;
4040
+ collab: {
4041
+ room: string;
4042
+ field: string;
4043
+ cachedUsers: CollabCachedUsersMap;
4044
+ };
3561
4045
  required: boolean;
3562
4046
  label: string;
3563
- dataCy: string;
3564
4047
  hideLabel: boolean;
4048
+ placeholder: string;
4049
+ persistentPlaceholder: boolean;
3565
4050
  step: number;
3566
4051
  errorMessage: string;
3567
4052
  v: any;
3568
4053
  maxlength: number;
3569
- }, {}>;
4054
+ }, {}>, {
4055
+ locked?(_: {
4056
+ userId: number;
4057
+ }): any;
4058
+ }>;
3570
4059
 
3571
- export declare const AFormValueObjectOptionsSelect: DefineComponent<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_17<{
4060
+ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<DefineComponent<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_18<{
3572
4061
  modelValue: any;
3573
4062
  items: any[];
3574
4063
  label?: string | undefined;
@@ -3580,6 +4069,8 @@ export declare const AFormValueObjectOptionsSelect: DefineComponent<__VLS_WithDe
3580
4069
  hideDetails?: boolean | undefined;
3581
4070
  clearable?: boolean | undefined;
3582
4071
  dataCy?: string | undefined;
4072
+ collab?: CollabComponentConfig;
4073
+ disabled?: boolean | undefined;
3583
4074
  }>, {
3584
4075
  label: undefined;
3585
4076
  errorMessage: undefined;
@@ -3590,10 +4081,13 @@ export declare const AFormValueObjectOptionsSelect: DefineComponent<__VLS_WithDe
3590
4081
  hideDetails: boolean;
3591
4082
  clearable: boolean;
3592
4083
  dataCy: string;
4084
+ collab: undefined;
4085
+ disabled: undefined;
3593
4086
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3594
4087
  "update:modelValue": (data: any) => void;
3595
4088
  blur: (data: any) => void;
3596
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_17<{
4089
+ focus: (data: any) => void;
4090
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_18<{
3597
4091
  modelValue: any;
3598
4092
  items: any[];
3599
4093
  label?: string | undefined;
@@ -3605,6 +4099,8 @@ export declare const AFormValueObjectOptionsSelect: DefineComponent<__VLS_WithDe
3605
4099
  hideDetails?: boolean | undefined;
3606
4100
  clearable?: boolean | undefined;
3607
4101
  dataCy?: string | undefined;
4102
+ collab?: CollabComponentConfig;
4103
+ disabled?: boolean | undefined;
3608
4104
  }>, {
3609
4105
  label: undefined;
3610
4106
  errorMessage: undefined;
@@ -3615,22 +4111,35 @@ export declare const AFormValueObjectOptionsSelect: DefineComponent<__VLS_WithDe
3615
4111
  hideDetails: boolean;
3616
4112
  clearable: boolean;
3617
4113
  dataCy: string;
4114
+ collab: undefined;
4115
+ disabled: undefined;
3618
4116
  }>>> & {
3619
4117
  "onUpdate:modelValue"?: ((data: any) => any) | undefined;
4118
+ onFocus?: ((data: any) => any) | undefined;
3620
4119
  onBlur?: ((data: any) => any) | undefined;
3621
4120
  }, {
4121
+ disabled: boolean;
4122
+ dataCy: string;
3622
4123
  multiple: boolean;
4124
+ collab: {
4125
+ room: string;
4126
+ field: string;
4127
+ cachedUsers: CollabCachedUsersMap;
4128
+ };
3623
4129
  required: boolean;
3624
4130
  label: string;
3625
- dataCy: string;
3626
4131
  hideLabel: boolean;
3627
4132
  clearable: boolean;
3628
4133
  hideDetails: boolean;
3629
4134
  errorMessage: string;
3630
4135
  v: any;
3631
- }, {}>;
4136
+ }, {}>, {
4137
+ locked?(_: {
4138
+ userId: number;
4139
+ }): any;
4140
+ }>;
3632
4141
 
3633
- export declare const AIconGroup: DefineComponent<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
4142
+ export declare const AIconGroup: DefineComponent<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_39<{
3634
4143
  mainIcon: string;
3635
4144
  secondaryIcon?: string | null | undefined;
3636
4145
  secondaryText?: string | null | undefined;
@@ -3639,7 +4148,7 @@ export declare const AIconGroup: DefineComponent<__VLS_WithDefaults_35<__VLS_Typ
3639
4148
  secondaryIcon: null;
3640
4149
  secondaryText: null;
3641
4150
  size: string;
3642
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
4151
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_39<{
3643
4152
  mainIcon: string;
3644
4153
  secondaryIcon?: string | null | undefined;
3645
4154
  secondaryText?: string | null | undefined;
@@ -3654,22 +4163,25 @@ export declare const AIconGroup: DefineComponent<__VLS_WithDefaults_35<__VLS_Typ
3654
4163
  secondaryText: null | string;
3655
4164
  }, {}>;
3656
4165
 
3657
- export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_65<{
4166
+ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_66<{
3658
4167
  modelValue: IntegerIdNullable;
3659
4168
  queueKey: UploadQueueKey;
3660
- licenceId: IntegerId;
3661
- extSystem: IntegerId;
4169
+ uploadConfig: ImageWidgetUploadConfig;
4170
+ selectConfig: ImageWidgetSelectConfig[];
3662
4171
  image?: ImageAware | undefined;
3663
4172
  configName?: string | undefined;
4173
+ collab?: CollabComponentConfig;
3664
4174
  label?: string | undefined;
3665
4175
  readonly?: boolean | undefined;
3666
4176
  dataCy?: string | undefined;
3667
4177
  expandOptions?: boolean | undefined;
4178
+ expandMetadata?: boolean | undefined;
3668
4179
  disableOnClickMenu?: boolean | undefined;
3669
4180
  width?: number | undefined;
3670
4181
  callDeleteApiOnRemove?: boolean | undefined;
3671
4182
  }>, {
3672
4183
  configName: string;
4184
+ collab: undefined;
3673
4185
  label: undefined;
3674
4186
  image: undefined;
3675
4187
  readonly: boolean;
@@ -3677,27 +4189,34 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
3677
4189
  lockedById: undefined;
3678
4190
  dataCy: undefined;
3679
4191
  expandOptions: boolean;
4192
+ expandMetadata: boolean;
3680
4193
  disableOnClickMenu: boolean;
3681
4194
  width: undefined;
3682
4195
  callDeleteApiOnRemove: boolean;
3683
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4196
+ }>, {
4197
+ metadataConfirm: () => void;
4198
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3684
4199
  "update:modelValue": (data: IntegerIdNullable) => void;
3685
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_65<{
4200
+ afterMetadataSaveSuccess: () => void;
4201
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_66<{
3686
4202
  modelValue: IntegerIdNullable;
3687
4203
  queueKey: UploadQueueKey;
3688
- licenceId: IntegerId;
3689
- extSystem: IntegerId;
4204
+ uploadConfig: ImageWidgetUploadConfig;
4205
+ selectConfig: ImageWidgetSelectConfig[];
3690
4206
  image?: ImageAware | undefined;
3691
4207
  configName?: string | undefined;
4208
+ collab?: CollabComponentConfig;
3692
4209
  label?: string | undefined;
3693
4210
  readonly?: boolean | undefined;
3694
4211
  dataCy?: string | undefined;
3695
4212
  expandOptions?: boolean | undefined;
4213
+ expandMetadata?: boolean | undefined;
3696
4214
  disableOnClickMenu?: boolean | undefined;
3697
4215
  width?: number | undefined;
3698
4216
  callDeleteApiOnRemove?: boolean | undefined;
3699
4217
  }>, {
3700
4218
  configName: string;
4219
+ collab: undefined;
3701
4220
  label: undefined;
3702
4221
  image: undefined;
3703
4222
  readonly: boolean;
@@ -3705,28 +4224,36 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
3705
4224
  lockedById: undefined;
3706
4225
  dataCy: undefined;
3707
4226
  expandOptions: boolean;
4227
+ expandMetadata: boolean;
3708
4228
  disableOnClickMenu: boolean;
3709
4229
  width: undefined;
3710
4230
  callDeleteApiOnRemove: boolean;
3711
4231
  }>>> & {
3712
4232
  "onUpdate:modelValue"?: ((data: IntegerIdNullable) => any) | undefined;
4233
+ onAfterMetadataSaveSuccess?: (() => any) | undefined;
3713
4234
  }, {
3714
4235
  width: number;
4236
+ dataCy: string;
4237
+ collab: {
4238
+ room: string;
4239
+ field: string;
4240
+ cachedUsers: CollabCachedUsersMap;
4241
+ };
3715
4242
  image: ImageAware;
3716
4243
  label: string;
3717
- dataCy: string;
3718
4244
  readonly: boolean;
3719
4245
  configName: string;
3720
4246
  expandOptions: boolean;
4247
+ expandMetadata: boolean;
3721
4248
  disableOnClickMenu: boolean;
3722
4249
  callDeleteApiOnRemove: boolean;
3723
4250
  }, {}>;
3724
4251
 
3725
- export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_67<{
4252
+ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_68<{
3726
4253
  modelValue: IntegerId[];
3727
4254
  queueKey: UploadQueueKey;
3728
- licenceId: IntegerId;
3729
- extSystem: IntegerId;
4255
+ uploadConfig: ImageWidgetUploadConfig;
4256
+ selectConfig: ImageWidgetSelectConfig[];
3730
4257
  configName?: string | undefined;
3731
4258
  label?: string | undefined;
3732
4259
  readonly?: boolean | undefined;
@@ -3748,11 +4275,11 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_64
3748
4275
  saveImages: () => Promise<boolean>;
3749
4276
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3750
4277
  "update:modelValue": (data: number[]) => void;
3751
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_67<{
4278
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_68<{
3752
4279
  modelValue: IntegerId[];
3753
4280
  queueKey: UploadQueueKey;
3754
- licenceId: IntegerId;
3755
- extSystem: IntegerId;
4281
+ uploadConfig: ImageWidgetUploadConfig;
4282
+ selectConfig: ImageWidgetSelectConfig[];
3756
4283
  configName?: string | undefined;
3757
4284
  label?: string | undefined;
3758
4285
  readonly?: boolean | undefined;
@@ -3774,14 +4301,14 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_64
3774
4301
  "onUpdate:modelValue"?: ((data: number[]) => any) | undefined;
3775
4302
  }, {
3776
4303
  width: number;
3777
- label: string;
3778
4304
  dataCy: string;
4305
+ label: string;
3779
4306
  readonly: boolean;
3780
4307
  configName: string;
3781
4308
  callDeleteApiOnRemove: boolean;
3782
4309
  }, {}>;
3783
4310
 
3784
- export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_68<{
4311
+ export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_69<{
3785
4312
  modelValue: IntegerId[];
3786
4313
  images?: ImageAware[] | undefined;
3787
4314
  configName?: string | undefined;
@@ -3801,7 +4328,7 @@ export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefau
3801
4328
  aspectRatio: number;
3802
4329
  showDescription: boolean;
3803
4330
  showSource: boolean;
3804
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_68<{
4331
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_69<{
3805
4332
  modelValue: IntegerId[];
3806
4333
  images?: ImageAware[] | undefined;
3807
4334
  configName?: string | undefined;
@@ -3832,7 +4359,7 @@ export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefau
3832
4359
  images: ImageAware[];
3833
4360
  }, {}>;
3834
4361
 
3835
- export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_15<DefineComponent<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_66<{
4362
+ export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_23<DefineComponent<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_67<{
3836
4363
  modelValue: IntegerIdNullable | undefined;
3837
4364
  image?: ImageAware | ImageCreateUpdateAware | null | undefined;
3838
4365
  configName?: string | undefined;
@@ -3851,7 +4378,7 @@ export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_15<DefineCompon
3851
4378
  aspectRatio: number;
3852
4379
  showDescription: boolean;
3853
4380
  showSource: boolean;
3854
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_66<{
4381
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_67<{
3855
4382
  modelValue: IntegerIdNullable | undefined;
3856
4383
  image?: ImageAware | ImageCreateUpdateAware | null | undefined;
3857
4384
  configName?: string | undefined;
@@ -3889,6 +4416,7 @@ export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_15<DefineCompon
3889
4416
  };
3890
4417
  dam: {
3891
4418
  damId: string;
4419
+ licenceId: number;
3892
4420
  regionPosition: number;
3893
4421
  };
3894
4422
  position: number;
@@ -3901,18 +4429,19 @@ export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_15<DefineCompon
3901
4429
  position: number;
3902
4430
  dam: {
3903
4431
  damId: string;
4432
+ licenceId: number;
3904
4433
  regionPosition: number;
3905
4434
  };
3906
4435
  } | null;
3907
4436
  }): any;
3908
4437
  }>;
3909
4438
 
3910
- export declare const AJobDetailCommon: __VLS_WithTemplateSlots_11<DefineComponent<__VLS_WithDefaults_57<__VLS_TypePropsToRuntimeProps_60<{
4439
+ export declare const AJobDetailCommon: __VLS_WithTemplateSlots_19<DefineComponent<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_61<{
3911
4440
  job: JobBase<`job${string}`>;
3912
4441
  loading?: boolean | undefined;
3913
4442
  }>, {
3914
4443
  loading: boolean;
3915
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_57<__VLS_TypePropsToRuntimeProps_60<{
4444
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_61<{
3916
4445
  job: JobBase<`job${string}`>;
3917
4446
  loading?: boolean | undefined;
3918
4447
  }>, {
@@ -3923,25 +4452,25 @@ export declare const AJobDetailCommon: __VLS_WithTemplateSlots_11<DefineComponen
3923
4452
  "resource-name"?(_: {}): any;
3924
4453
  }>;
3925
4454
 
3926
- export declare const AJobStatusChip: DefineComponent<__VLS_TypePropsToRuntimeProps_32<{
4455
+ export declare const AJobStatusChip: DefineComponent<__VLS_TypePropsToRuntimeProps_33<{
3927
4456
  value: JobStatus;
3928
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_32<{
4457
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_33<{
3929
4458
  value: JobStatus;
3930
4459
  }>>>, {}, {}>;
3931
4460
 
3932
4461
  export declare const ALanguageSelect: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3933
4462
  afterChange: (code: LanguageCode) => void;
3934
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>> & {
4463
+ }, string, PublicProps, Readonly<ExtractPropTypes<{}>> & {
3935
4464
  onAfterChange?: ((code: LanguageCode) => any) | undefined;
3936
4465
  }, {}, {}>;
3937
4466
 
3938
- export declare const ALogData: DefineComponent<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_31<{
4467
+ export declare const ALogData: DefineComponent<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_32<{
3939
4468
  data: any;
3940
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_31<{
4469
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_32<{
3941
4470
  data: any;
3942
4471
  }>, {}>>>, {}, {}>;
3943
4472
 
3944
- export declare const ALoginView: DefineComponent<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_70<{
4473
+ export declare const ALoginView: DefineComponent<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_74<{
3945
4474
  title?: string | undefined;
3946
4475
  logoUrl?: string | undefined;
3947
4476
  loginUrl?: undefined | (() => string);
@@ -3951,7 +4480,7 @@ export declare const ALoginView: DefineComponent<__VLS_WithDefaults_67<__VLS_Typ
3951
4480
  logoUrl: undefined;
3952
4481
  loginUrl: undefined;
3953
4482
  dataCy: string;
3954
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_70<{
4483
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_74<{
3955
4484
  title?: string | undefined;
3956
4485
  logoUrl?: string | undefined;
3957
4486
  loginUrl?: undefined | (() => string);
@@ -3968,17 +4497,17 @@ export declare const ALoginView: DefineComponent<__VLS_WithDefaults_67<__VLS_Typ
3968
4497
  loginUrl: () => string;
3969
4498
  }, {}>;
3970
4499
 
3971
- export declare const ALogLevelChip: DefineComponent<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<{
4500
+ export declare const ALogLevelChip: DefineComponent<__VLS_WithDefaults_53<__VLS_TypePropsToRuntimeProps_56<{
3972
4501
  level: LogLevel;
3973
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<{
4502
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_53<__VLS_TypePropsToRuntimeProps_56<{
3974
4503
  level: LogLevel;
3975
4504
  }>, {}>>>, {}, {}>;
3976
4505
 
3977
- export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_71<{
4506
+ export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_75<{
3978
4507
  logoutUrl?: undefined | (() => string);
3979
4508
  }>, {
3980
4509
  logoutUrl: undefined;
3981
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_71<{
4510
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_75<{
3982
4511
  logoutUrl?: undefined | (() => string);
3983
4512
  }>, {
3984
4513
  logoutUrl: undefined;
@@ -3986,9 +4515,9 @@ export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_68<__VLS_Ty
3986
4515
  logoutUrl: () => string;
3987
4516
  }, {}>;
3988
4517
 
3989
- export declare const ANotFoundView: DefineComponent<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_73<{
4518
+ export declare const ANotFoundView: DefineComponent<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_77<{
3990
4519
  returnRouteName: string;
3991
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_73<{
4520
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_77<{
3992
4521
  returnRouteName: string;
3993
4522
  }>, {}>>>, {}, {}>;
3994
4523
 
@@ -4060,7 +4589,7 @@ export declare const APermissionGrantEditor: DefineComponent<__VLS_TypePropsToRu
4060
4589
  selectedGrant: Grant | undefined;
4061
4590
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4062
4591
  change: (data?: Grant | undefined) => void;
4063
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_7<{
4592
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_7<{
4064
4593
  availableGrants: Grant[];
4065
4594
  selectedGrant: Grant | undefined;
4066
4595
  }>>> & {
@@ -4070,7 +4599,7 @@ export declare const APermissionGrantEditor: DefineComponent<__VLS_TypePropsToRu
4070
4599
  export declare const APermissionValueChip: DefineComponent<__VLS_TypePropsToRuntimeProps_8<{
4071
4600
  grant: Grant;
4072
4601
  grantOrigin: GrantOrigin;
4073
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_8<{
4602
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_8<{
4074
4603
  grant: Grant;
4075
4604
  grantOrigin: GrantOrigin;
4076
4605
  }>>>, {}, {}>;
@@ -4138,7 +4667,7 @@ export declare const ARow: __VLS_WithTemplateSlots_2<DefineComponent<__VLS_WithD
4138
4667
  value: string;
4139
4668
  dataCy: undefined;
4140
4669
  titleClass: string;
4141
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<{
4670
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<{
4142
4671
  title?: string | undefined;
4143
4672
  value?: string | number | null | undefined;
4144
4673
  dataCy?: string | undefined;
@@ -4167,7 +4696,7 @@ export declare const arraysHaveSameElements: <T>(array1: T[], array2: T[]) => bo
4167
4696
 
4168
4697
  export declare const arrayToString: (values: Array<string | number>, separator?: string) => string;
4169
4698
 
4170
- export declare const ASortable: __VLS_WithTemplateSlots_12<DefineComponent<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_61<{
4699
+ export declare const ASortable: __VLS_WithTemplateSlots_20<DefineComponent<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_62<{
4171
4700
  modelValue: any;
4172
4701
  dirty?: Set<string | number> | undefined;
4173
4702
  keyField?: string | undefined;
@@ -4212,7 +4741,7 @@ export declare const ASortable: __VLS_WithTemplateSlots_12<DefineComponent<__VLS
4212
4741
  onAddLast: (data: any) => void;
4213
4742
  onEdit: (data: SortableItem<any>) => void;
4214
4743
  onDelete: (data: SortableItem<any>) => void;
4215
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_61<{
4744
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_62<{
4216
4745
  modelValue: any;
4217
4746
  dirty?: Set<string | number> | undefined;
4218
4747
  keyField?: string | undefined;
@@ -4277,7 +4806,7 @@ export declare const ASortable: __VLS_WithTemplateSlots_12<DefineComponent<__VLS
4277
4806
  }): any;
4278
4807
  }>;
4279
4808
 
4280
- export declare const ASortableNested: __VLS_WithTemplateSlots_13<DefineComponent<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_62<{
4809
+ export declare const ASortableNested: __VLS_WithTemplateSlots_21<DefineComponent<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_63<{
4281
4810
  modelValue: SortableNested<any>;
4282
4811
  maxDepth: number;
4283
4812
  disableDraggable?: boolean | undefined;
@@ -4313,7 +4842,7 @@ export declare const ASortableNested: __VLS_WithTemplateSlots_13<DefineComponent
4313
4842
  onAddLast: (data: SortableNestedItem<any> | null) => void;
4314
4843
  onEdit: (data: SortableNestedItem<any>) => void;
4315
4844
  onDelete: (data: SortableNestedItem<any>) => void;
4316
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_62<{
4845
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_63<{
4317
4846
  modelValue: SortableNested<any>;
4318
4847
  maxDepth: number;
4319
4848
  disableDraggable?: boolean | undefined;
@@ -4387,7 +4916,7 @@ declare type AssetExternalProviderMetadata = Record<string, string | number | nu
4387
4916
 
4388
4917
  export declare type AssetFile = AssetFileImage | AssetFileAudio | AssetFileVideo | AssetFileDocument;
4389
4918
 
4390
- export declare interface AssetFileAudio extends AnzuUserAndTimeTrackingAware {
4919
+ export declare interface AssetFileAudio extends AnzuUserAndTimeTrackingAware, AssetFileMainRouteAware {
4391
4920
  id: DocId;
4392
4921
  asset: DocId;
4393
4922
  fileAttributes: FileAttributes;
@@ -4397,7 +4926,7 @@ export declare interface AssetFileAudio extends AnzuUserAndTimeTrackingAware {
4397
4926
  _resourceName: 'audioFile';
4398
4927
  }
4399
4928
 
4400
- export declare interface AssetFileDocument extends AnzuUserAndTimeTrackingAware {
4929
+ export declare interface AssetFileDocument extends AnzuUserAndTimeTrackingAware, AssetFileMainRouteAware {
4401
4930
  id: DocId;
4402
4931
  asset: DocId;
4403
4932
  fileAttributes: FileAttributes;
@@ -4424,7 +4953,7 @@ export declare enum AssetFileFailReason {
4424
4953
  Default = "none"
4425
4954
  }
4426
4955
 
4427
- export declare interface AssetFileImage extends AnzuUserAndTimeTrackingAware {
4956
+ export declare interface AssetFileImage extends AnzuUserAndTimeTrackingAware, AssetFileMainRouteAware {
4428
4957
  id: DocId;
4429
4958
  asset: DocId;
4430
4959
  fileAttributes: FileAttributes;
@@ -4460,7 +4989,7 @@ export declare interface AssetFileLink {
4460
4989
  type: AssetFileLinkType;
4461
4990
  }
4462
4991
 
4463
- export declare type AssetFileLinks = Record<'image_list' | 'image_table' | 'image_detail' | 'audio', AssetFileLink> | Record<string, never>;
4992
+ export declare type AssetFileLinks = Record<'image_list' | 'image_table' | 'image_detail' | 'image_animated' | 'audio', AssetFileLink> | Record<string, never>;
4464
4993
 
4465
4994
  export declare enum AssetFileLinkType {
4466
4995
  Image = "image",
@@ -4468,14 +4997,18 @@ export declare enum AssetFileLinkType {
4468
4997
  Default = "image"
4469
4998
  }
4470
4999
 
5000
+ export declare interface AssetFileMainRouteAware {
5001
+ mainRoute?: AssetFileRoute;
5002
+ }
5003
+
4471
5004
  export declare type AssetFileNullable = AssetFileImage | AssetFileAudio | AssetFileVideo | AssetFileDocument | null;
4472
5005
 
4473
5006
  export declare enum AssetFileProcessStatus {
4474
- Uploading = "uploading",
4475
- Uploaded = "uploaded",
4476
- Stored = "stored",
4477
- Duplicate = "duplicate",
4478
- Processed = "processed",
5007
+ Uploading = "uploading",// file entity created and ready to receive chunks
5008
+ Uploaded = "uploaded",// all chunks were sent
5009
+ Stored = "stored",// File is stored and ready to processing
5010
+ Duplicate = "duplicate",// AssetFile is duplicate of another asset
5011
+ Processed = "processed",// file processed and ready to serve
4479
5012
  Failed = "failed"
4480
5013
  }
4481
5014
 
@@ -4487,6 +5020,20 @@ export declare interface AssetFileProperties {
4487
5020
  height: number;
4488
5021
  }
4489
5022
 
5023
+ export declare interface AssetFileRoute {
5024
+ id: DocId;
5025
+ status: AssetFileRouteStatus;
5026
+ main: boolean;
5027
+ publicUrl: string;
5028
+ _resourceName: 'assetFileRoute';
5029
+ }
5030
+
5031
+ export declare enum AssetFileRouteStatus {
5032
+ Disabled = "disabled",
5033
+ Active = "active",
5034
+ Default = "disabled"
5035
+ }
5036
+
4490
5037
  export declare interface AssetFileVideo extends AnzuUserAndTimeTrackingAware {
4491
5038
  id: DocId;
4492
5039
  asset: DocId;
@@ -4516,7 +5063,6 @@ export declare interface AssetSearchListItemDto extends AnzuUserAndTimeTrackingA
4516
5063
  keywords: DocId[];
4517
5064
  authors: DocId[];
4518
5065
  podcasts: DocId[];
4519
- metadata: Metadata_2;
4520
5066
  assetFileProperties: AssetFileProperties;
4521
5067
  }
4522
5068
 
@@ -4544,9 +5090,9 @@ declare enum AssetSelectReturnType {
4544
5090
  }
4545
5091
 
4546
5092
  export declare const ASubjectSelect: <TItem>(__VLS_props: {
5093
+ pagination: Pagination;
4547
5094
  submitFilter: Fn;
4548
5095
  resetFilter: Fn;
4549
- pagination: Pagination;
4550
5096
  loading?: boolean | undefined;
4551
5097
  modelValue?: boolean | undefined;
4552
5098
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
@@ -4588,9 +5134,9 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
4588
5134
  open: () => void;
4589
5135
  }>) => void) | undefined, __VLS_setup?: Promise<{
4590
5136
  props: {
5137
+ pagination: Pagination;
4591
5138
  submitFilter: Fn;
4592
5139
  resetFilter: Fn;
4593
- pagination: Pagination;
4594
5140
  loading?: boolean | undefined;
4595
5141
  modelValue?: boolean | undefined;
4596
5142
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
@@ -4636,9 +5182,9 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
4636
5182
  }> & {
4637
5183
  __ctx?: {
4638
5184
  props: {
5185
+ pagination: Pagination;
4639
5186
  submitFilter: Fn;
4640
5187
  resetFilter: Fn;
4641
- pagination: Pagination;
4642
5188
  loading?: boolean | undefined;
4643
5189
  modelValue?: boolean | undefined;
4644
5190
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
@@ -4682,14 +5228,14 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
4682
5228
  } | undefined;
4683
5229
  };
4684
5230
 
4685
- export declare const ASystemBar: DefineComponent<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
5231
+ export declare const ASystemBar: DefineComponent<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<{
4686
5232
  currentVersion: string;
4687
5233
  checkInterval?: number | undefined;
4688
5234
  jsonRelativePath?: string | undefined;
4689
5235
  }>, {
4690
5236
  checkInterval: number;
4691
5237
  jsonRelativePath: string;
4692
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
5238
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<{
4693
5239
  currentVersion: string;
4694
5240
  checkInterval?: number | undefined;
4695
5241
  jsonRelativePath?: string | undefined;
@@ -4704,14 +5250,14 @@ export declare const ASystemBar: DefineComponent<__VLS_WithDefaults_51<__VLS_Typ
4704
5250
  export declare const ASystemEntityScope: __VLS_WithTemplateSlots_4<DefineComponent<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_9<{
4705
5251
  system: string;
4706
5252
  subject: string;
4707
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_9<{
5253
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_9<{
4708
5254
  system: string;
4709
5255
  subject: string;
4710
5256
  }>, {}>>>, {}, {}>, {
4711
5257
  default?(_: {}): any;
4712
5258
  }>;
4713
5259
 
4714
- export declare const ATableCopyIdButton: DefineComponent<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_50<{
5260
+ export declare const ATableCopyIdButton: DefineComponent<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_51<{
4715
5261
  id: number | string;
4716
5262
  buttonT?: string | undefined;
4717
5263
  buttonClass?: string | undefined;
@@ -4726,7 +5272,7 @@ export declare const ATableCopyIdButton: DefineComponent<__VLS_WithDefaults_47<_
4726
5272
  notifyT: string;
4727
5273
  dataCy: string;
4728
5274
  size: string;
4729
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_50<{
5275
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_51<{
4730
5276
  id: number | string;
4731
5277
  buttonT?: string | undefined;
4732
5278
  buttonClass?: string | undefined;
@@ -4750,7 +5296,7 @@ export declare const ATableCopyIdButton: DefineComponent<__VLS_WithDefaults_47<_
4750
5296
  iconT: string;
4751
5297
  }, {}>;
4752
5298
 
4753
- export declare const ATableDetailButton: DefineComponent<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_51<{
5299
+ export declare const ATableDetailButton: DefineComponent<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<{
4754
5300
  routeName: string;
4755
5301
  recordId?: number | string | undefined;
4756
5302
  routeParams?: any | undefined;
@@ -4763,7 +5309,7 @@ export declare const ATableDetailButton: DefineComponent<__VLS_WithDefaults_48<_
4763
5309
  buttonT: string;
4764
5310
  buttonClass: string;
4765
5311
  dataCy: string;
4766
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_51<{
5312
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<{
4767
5313
  routeName: string;
4768
5314
  recordId?: number | string | undefined;
4769
5315
  routeParams?: any | undefined;
@@ -4784,7 +5330,7 @@ export declare const ATableDetailButton: DefineComponent<__VLS_WithDefaults_48<_
4784
5330
  recordId: string | number;
4785
5331
  }, {}>;
4786
5332
 
4787
- export declare const ATableEditButton: DefineComponent<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<{
5333
+ export declare const ATableEditButton: DefineComponent<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<{
4788
5334
  routeName: string;
4789
5335
  recordId?: number | string | undefined;
4790
5336
  routeParams?: any | undefined;
@@ -4797,7 +5343,7 @@ export declare const ATableEditButton: DefineComponent<__VLS_WithDefaults_49<__V
4797
5343
  buttonT: string;
4798
5344
  buttonClass: string;
4799
5345
  dataCy: string;
4800
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<{
5346
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<{
4801
5347
  routeName: string;
4802
5348
  recordId?: number | string | undefined;
4803
5349
  routeParams?: any | undefined;
@@ -4818,16 +5364,16 @@ export declare const ATableEditButton: DefineComponent<__VLS_WithDefaults_49<__V
4818
5364
  recordId: string | number;
4819
5365
  }, {}>;
4820
5366
 
4821
- export declare const AThemeSelect: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
5367
+ export declare const AThemeSelect: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
4822
5368
 
4823
- export declare const ATimeTrackingFields: DefineComponent<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_35<{
5369
+ export declare const ATimeTrackingFields: DefineComponent<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_36<{
4824
5370
  data: AnzuUserAndTimeTrackingAware | any;
4825
5371
  hideCreatedAt?: boolean | undefined;
4826
5372
  hideModifiedAt?: boolean | undefined;
4827
5373
  }>, {
4828
5374
  hideCreatedAt: boolean;
4829
5375
  hideModifiedAt: boolean;
4830
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_35<{
5376
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_36<{
4831
5377
  data: AnzuUserAndTimeTrackingAware | any;
4832
5378
  hideCreatedAt?: boolean | undefined;
4833
5379
  hideModifiedAt?: boolean | undefined;
@@ -4850,13 +5396,13 @@ declare interface AudioAttributes {
4850
5396
  bitrate: number;
4851
5397
  }
4852
5398
 
4853
- export declare const AUnauthorizedView: DefineComponent<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_72<{
5399
+ export declare const AUnauthorizedView: DefineComponent<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_76<{
4854
5400
  returnRouteName: string;
4855
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_72<{
5401
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_76<{
4856
5402
  returnRouteName: string;
4857
5403
  }>, {}>>>, {}, {}>;
4858
5404
 
4859
- export declare const AUserAndTimeTrackingFields: DefineComponent<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_39<{
5405
+ export declare const AUserAndTimeTrackingFields: DefineComponent<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_40<{
4860
5406
  data: AnzuUserAndTimeTrackingAware | any;
4861
5407
  hideCreatedAt?: boolean | undefined;
4862
5408
  hideModifiedAt?: boolean | undefined;
@@ -4867,7 +5413,7 @@ export declare const AUserAndTimeTrackingFields: DefineComponent<__VLS_WithDefau
4867
5413
  hideModifiedAt: boolean;
4868
5414
  hideCreatedBy: boolean;
4869
5415
  hideModifiedBy: boolean;
4870
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_39<{
5416
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_40<{
4871
5417
  data: AnzuUserAndTimeTrackingAware | any;
4872
5418
  hideCreatedAt?: boolean | undefined;
4873
5419
  hideModifiedAt?: boolean | undefined;
@@ -4913,6 +5459,279 @@ export declare type CachedItem<T extends object> = T & {
4913
5459
  */
4914
5460
  export declare const cloneDeep: <T>(object: T) => T;
4915
5461
 
5462
+ export declare const COLLAB_FIELD_PREFIX_COMMENT = "comment:";
5463
+
5464
+ export declare const COLLAB_FIELD_PREFIX_EMBED = "embed:";
5465
+
5466
+ declare interface CollabAccessRoomCallback {
5467
+ status: CollabAccessRoomStatusType;
5468
+ }
5469
+
5470
+ export declare type CollabAccessRoomCallbackTypes = CollabSuccessAccessRoomCallback | CollabOccupiedAccessRoomCallback | CollabFailedAccessRoomCallback;
5471
+
5472
+ export declare const CollabAccessRoomStatus: {
5473
+ readonly Ok: "ok";
5474
+ readonly Occupied: "occupied";
5475
+ readonly Failed: "failed";
5476
+ };
5477
+
5478
+ export declare type CollabAccessRoomStatusType = (typeof CollabAccessRoomStatus)[keyof typeof CollabAccessRoomStatus];
5479
+
5480
+ export declare interface CollabApprovedJoinRequestEvent {
5481
+ room: CollabRoom;
5482
+ }
5483
+
5484
+ export declare interface CollabApprovedRequestToTakeModerationEvent {
5485
+ room: CollabRoom;
5486
+ }
5487
+
5488
+ export declare type CollabCachedUsersMap = Map<IntegerId, CachedItem<AnzuUserMinimal>>;
5489
+
5490
+ export declare type CollabChangeRoomLockCallbackTypes = CollabSuccessChangeRoomLockCallback | CollabFailedChangeRoomLockCallback;
5491
+
5492
+ declare interface CollabChangeRoomLocksInfoCallback {
5493
+ status: CollabChangeRoomLockStatusType;
5494
+ }
5495
+
5496
+ export declare const CollabChangeRoomLockStatus: {
5497
+ readonly Ok: "ok";
5498
+ readonly Failed: "failed";
5499
+ };
5500
+
5501
+ export declare type CollabChangeRoomLockStatusType = (typeof CollabChangeRoomLockStatus)[keyof typeof CollabChangeRoomLockStatus];
5502
+
5503
+ export declare interface CollabClientToServerEvents {
5504
+ subscribeCollabRoomInfo: (room: CollabRoom, callback: (data: CollabRoomInfoCallback) => void) => void;
5505
+ unsubscribeCollabRoomInfo: (room: CollabRoom, callback: (data: CollabRoomInfoCallback) => void) => void;
5506
+ joinCollabRoom: (room: CollabRoom, options: CollabRoomOptions, callback: (data: CollabAccessRoomCallbackTypes) => void) => void;
5507
+ leaveCollabRoom: (room: CollabRoom, callback: (data: CollabAccessRoomCallbackTypes) => void) => void;
5508
+ acquireFieldLock: (room: CollabRoom, field: CollabFieldName, options: CollabFieldLockOptions, callback: (data: CollabChangeRoomLockCallbackTypes) => void) => void;
5509
+ releaseFieldLock: (room: CollabRoom, field: CollabFieldName, changedData: unknown, options: CollabFieldLockOptions, callback: (data: CollabChangeRoomLockCallbackTypes) => void) => void;
5510
+ changeFieldData: (room: CollabRoom, field: CollabFieldName, changedData: unknown, callback: (data: CollabChangeRoomLockCallbackTypes) => void) => void;
5511
+ requestToJoin: (room: CollabRoom, timestamp: number, callback: (data: CollabRequestToJoinStatusCallback) => void) => void;
5512
+ approveRequestToJoin: (room: CollabRoom, userId: CollabUserId) => void;
5513
+ rejectRequestToJoin: (room: CollabRoom, userId: CollabUserId) => void;
5514
+ enteredCollabRoom: (room: CollabRoom) => void;
5515
+ requestToTakeModeration: (room: CollabRoom, timestamp: number, callback: (data: CollabRequestToTakeModerationStatusCallback) => void) => void;
5516
+ approveRequestToTakeModeration: (room: CollabRoom) => void;
5517
+ rejectRequestToTakeModeration: (room: CollabRoom) => void;
5518
+ kickUserFromRoom: (room: CollabRoom, userId: CollabUserId) => void;
5519
+ transferModeration: (room: CollabRoom, userId: CollabUserId) => void;
5520
+ fetchRoomsInfo: (rooms: CollabRoom[], callback: (data: CollabRoomsInfo) => void) => void;
5521
+ }
5522
+
5523
+ export declare type CollabComponentConfig = undefined | {
5524
+ room: CollabRoom;
5525
+ field: CollabFieldName;
5526
+ cachedUsers: CollabCachedUsersMap;
5527
+ };
5528
+
5529
+ declare interface CollabConfig {
5530
+ room: CollabRoom;
5531
+ joinStrategy: CollabRoomJoinStrategyType;
5532
+ occupiedOrKickedRedirectToRoute: string;
5533
+ editors: CollabFieldName[];
5534
+ }
5535
+
5536
+ export declare interface CollabDelayedRequest {
5537
+ userId: CollabUserId;
5538
+ timestamp: number;
5539
+ }
5540
+
5541
+ export declare interface CollabFailedAccessRoomCallback extends CollabAccessRoomCallback {
5542
+ status: typeof CollabAccessRoomStatus.Failed;
5543
+ reason: string;
5544
+ }
5545
+
5546
+ export declare interface CollabFailedChangeRoomLockCallback extends CollabChangeRoomLocksInfoCallback {
5547
+ status: typeof CollabChangeRoomLockStatus.Failed;
5548
+ reason: string;
5549
+ }
5550
+
5551
+ export declare type CollabFieldData = unknown;
5552
+
5553
+ export declare interface CollabFieldDataEnvelope {
5554
+ type: 'scalar' | 'json';
5555
+ user: CollabUserId;
5556
+ value: CollabFieldData;
5557
+ }
5558
+
5559
+ export declare type CollabFieldLock = CollabUserIdNullable;
5560
+
5561
+ export declare interface CollabFieldLockOptions {
5562
+ forceFailure?: boolean;
5563
+ }
5564
+
5565
+ export declare const CollabFieldLockStatus: {
5566
+ readonly Success: "success";
5567
+ readonly Failure: "failure";
5568
+ };
5569
+
5570
+ export declare interface CollabFieldLockStatusEvent {
5571
+ room: CollabRoom;
5572
+ field: string;
5573
+ }
5574
+
5575
+ export declare interface CollabFieldLockStatusPayload {
5576
+ type: CollabFieldLockTypeType;
5577
+ status: CollabFieldLockStatusType;
5578
+ }
5579
+
5580
+ export declare type CollabFieldLockStatusType = (typeof CollabFieldLockStatus)[keyof typeof CollabFieldLockStatus];
5581
+
5582
+ export declare const CollabFieldLockType: {
5583
+ readonly Acquire: "acquire";
5584
+ readonly Release: "release";
5585
+ };
5586
+
5587
+ export declare type CollabFieldLockTypeType = (typeof CollabFieldLockType)[keyof typeof CollabFieldLockType];
5588
+
5589
+ export declare type CollabFieldName = string;
5590
+
5591
+ export declare interface CollabGatheringBufferDataEvent {
5592
+ room: CollabRoom;
5593
+ }
5594
+
5595
+ export declare interface CollabJoinRequestEvent {
5596
+ room: CollabRoom;
5597
+ userId: number;
5598
+ timestamp: number;
5599
+ }
5600
+
5601
+ export declare interface CollabKickedFromRoomEvent {
5602
+ room: CollabRoom;
5603
+ }
5604
+
5605
+ export declare interface CollabOccupiedAccessRoomCallback extends CollabAccessRoomCallback, CollabRoomInfoCallback {
5606
+ status: typeof CollabAccessRoomStatus.Occupied;
5607
+ }
5608
+
5609
+ export declare interface CollabRejectedJoinRequestEvent {
5610
+ room: CollabRoom;
5611
+ }
5612
+
5613
+ export declare interface CollabRejectedRequestToTakeModerationEvent {
5614
+ room: CollabRoom;
5615
+ }
5616
+
5617
+ export declare const CollabRequestToJoinStatus: {
5618
+ readonly Ok: "ok";
5619
+ readonly AlreadyRequested: "alreadyRequested";
5620
+ readonly Failed: "failed";
5621
+ };
5622
+
5623
+ export declare interface CollabRequestToJoinStatusCallback {
5624
+ status: CollabRequestToJoinStatusType;
5625
+ }
5626
+
5627
+ export declare type CollabRequestToJoinStatusType = (typeof CollabRequestToJoinStatus)[keyof typeof CollabRequestToJoinStatus];
5628
+
5629
+ export declare interface CollabRequestToTakeModerationEvent {
5630
+ room: CollabRoom;
5631
+ userId: number;
5632
+ timestamp: number;
5633
+ }
5634
+
5635
+ export declare const CollabRequestToTakeModerationStatus: {
5636
+ readonly Ok: "ok";
5637
+ readonly AlreadyRequested: "alreadyRequested";
5638
+ readonly Failed: "failed";
5639
+ };
5640
+
5641
+ export declare interface CollabRequestToTakeModerationStatusCallback {
5642
+ status: CollabRequestToTakeModerationStatusType;
5643
+ }
5644
+
5645
+ export declare type CollabRequestToTakeModerationStatusType = (typeof CollabRequestToTakeModerationStatus)[keyof typeof CollabRequestToTakeModerationStatus];
5646
+
5647
+ export declare type CollabRoom = string;
5648
+
5649
+ export declare interface CollabRoomData extends Record<CollabFieldName, CollabFieldDataEnvelope> {
5650
+ }
5651
+
5652
+ export declare interface CollabRoomDataChangedEvent {
5653
+ room: CollabRoom;
5654
+ field: string;
5655
+ }
5656
+
5657
+ export declare interface CollabRoomInfo {
5658
+ name: CollabRoom;
5659
+ moderator: CollabUserIdNullable;
5660
+ users: CollabUserId[];
5661
+ status: CollabStatusType;
5662
+ }
5663
+
5664
+ export declare interface CollabRoomInfoCallback {
5665
+ room: CollabRoomInfo;
5666
+ }
5667
+
5668
+ export declare const CollabRoomJoinStrategy: {
5669
+ readonly Free: "free";
5670
+ readonly Moderated: "moderated";
5671
+ };
5672
+
5673
+ export declare type CollabRoomJoinStrategyType = (typeof CollabRoomJoinStrategy)[keyof typeof CollabRoomJoinStrategy];
5674
+
5675
+ export declare interface CollabRoomLocks extends Record<CollabFieldName, CollabFieldLock> {
5676
+ }
5677
+
5678
+ export declare interface CollabRoomLocksInfoCallback {
5679
+ locks: CollabRoomLocks;
5680
+ }
5681
+
5682
+ export declare interface CollabRoomOptions {
5683
+ joinStrategy?: CollabRoomJoinStrategyType;
5684
+ editors?: CollabFieldName[];
5685
+ }
5686
+
5687
+ export declare interface CollabRoomPlainData extends Record<CollabFieldName, CollabFieldData> {
5688
+ }
5689
+
5690
+ export declare interface CollabRoomsInfo extends Record<CollabRoom, CollabRoomInfo> {
5691
+ }
5692
+
5693
+ export declare type CollabRouteMeta = (params: RouteParams) => CollabConfig;
5694
+
5695
+ export declare interface CollabServerToClientEvents {
5696
+ collabRoomChanged: (room: CollabRoomInfo) => void;
5697
+ collabRoomLocksChanged: (room: CollabRoom, locks: CollabRoomLocks) => void;
5698
+ collabRoomDataChanged: (room: CollabRoom, data: CollabRoomData) => void;
5699
+ requestToJoin: (room: CollabRoom, user: CollabUserId, timestamp: number) => void;
5700
+ approvedRequestToJoin: (room: CollabRoom) => void;
5701
+ rejectedRequestToJoin: (room: CollabRoom) => void;
5702
+ startCollab: (room: CollabRoom, callback: (data: CollabRoomPlainData) => void) => void;
5703
+ requestToTakeModeration: (room: CollabRoom, user: CollabUserId, timestamp: number) => void;
5704
+ transferredModeration: (room: CollabRoom) => void;
5705
+ approvedRequestToTakeModeration: (room: CollabRoom) => void;
5706
+ rejectedRequestToTakeModeration: (room: CollabRoom) => void;
5707
+ kickedFromRoom: (room: CollabRoom) => void;
5708
+ }
5709
+
5710
+ export declare interface CollabStartingEvent {
5711
+ room: CollabRoom;
5712
+ startedCallback: (data: CollabRoomPlainData) => void;
5713
+ }
5714
+
5715
+ export declare const CollabStatus: {
5716
+ readonly Inactive: "inactive";
5717
+ readonly Active: "active";
5718
+ };
5719
+
5720
+ export declare type CollabStatusType = (typeof CollabStatus)[keyof typeof CollabStatus];
5721
+
5722
+ export declare interface CollabSuccessAccessRoomCallback extends CollabAccessRoomCallback, CollabRoomInfoCallback {
5723
+ status: typeof CollabAccessRoomStatus.Ok;
5724
+ }
5725
+
5726
+ export declare interface CollabSuccessChangeRoomLockCallback extends CollabChangeRoomLocksInfoCallback, CollabRoomLocksInfoCallback {
5727
+ status: typeof CollabChangeRoomLockStatus.Ok;
5728
+ locks: CollabRoomLocks;
5729
+ }
5730
+
5731
+ export declare type CollabUserId = number;
5732
+
5733
+ export declare type CollabUserIdNullable = number | null;
5734
+
4916
5735
  declare type ColumnConfig = {
4917
5736
  key: string;
4918
5737
  title?: string;
@@ -4929,9 +5748,13 @@ declare type ColumnInternalValues = {
4929
5748
 
4930
5749
  export declare const COMMON_CONFIG: Immutable<typeof commonConfig>;
4931
5750
 
5751
+ declare type CommonAdminCollabOptions = {
5752
+ enabled: boolean;
5753
+ socketUrl: string;
5754
+ };
5755
+
4932
5756
  declare interface CommonAdminCoreDamConfig {
4933
5757
  damClient: () => AxiosInstance;
4934
- defaultLicenceId?: IntegerId;
4935
5758
  }
4936
5759
 
4937
5760
  declare type CommonAdminCoreDamOptions = undefined | {
@@ -4988,6 +5811,8 @@ export declare interface CreatedByAware {
4988
5811
  createdBy: IntegerIdNullable;
4989
5812
  }
4990
5813
 
5814
+ export declare const createFieldLockStatusPayload: (type: CollabFieldLockTypeType, status: CollabFieldLockStatusType) => CollabFieldLockStatusPayload;
5815
+
4991
5816
  export declare const cropToRegion: (cropper: Cropper_2, regionOfInterest: RegionOfInterest, originalImageWidth: number, originalImageHeight: number) => RegionOfInterest;
4992
5817
 
4993
5818
  export declare type CurrentUserType = DeepReadonly<Ref<UnwrapRef<AnzuUser | undefined>>>;
@@ -5033,6 +5858,16 @@ export declare const CustomDataFormElementTypeDefault: "string";
5033
5858
 
5034
5859
  export declare type CustomDataFormElementTypeType = (typeof CustomDataFormElementType)[keyof typeof CustomDataFormElementType];
5035
5860
 
5861
+ export declare interface DamAssetLicence extends DamAssetLicenceMinimal, AnzuUserAndTimeTrackingAware, ResourceNameSystemAware {
5862
+ extSystem: IntegerIdNullable;
5863
+ extId: string;
5864
+ }
5865
+
5866
+ export declare interface DamAssetLicenceMinimal {
5867
+ id: IntegerId;
5868
+ name: string;
5869
+ }
5870
+
5036
5871
  export declare enum DamAssetStatus {
5037
5872
  Draft = "draft",
5038
5873
  WithFile = "with_file",
@@ -5068,10 +5903,86 @@ export declare enum DamAuthorType {
5068
5903
  Default = "none"
5069
5904
  }
5070
5905
 
5071
- export declare interface DamDistributionConfig {
5072
- distributionServices: Array<DamDistributionServiceName>;
5073
- distributionRequirements: Record<DamDistributionServiceName, DamDistributionRequirementsConfig>;
5074
- }
5906
+ export declare const damCurrentUser: Ref<{
5907
+ selectedLicence: {
5908
+ id: number;
5909
+ name: string;
5910
+ extSystem: number;
5911
+ } | null;
5912
+ adminToExtSystems: {
5913
+ id: number;
5914
+ name: string;
5915
+ }[];
5916
+ userToExtSystems: {
5917
+ id: number;
5918
+ name: string;
5919
+ }[];
5920
+ assetLicences: {
5921
+ id: number;
5922
+ name: string;
5923
+ extSystem: number;
5924
+ }[];
5925
+ person: {
5926
+ firstName: string;
5927
+ lastName: string;
5928
+ fullName: string;
5929
+ };
5930
+ avatar: {
5931
+ color: string;
5932
+ text: string;
5933
+ };
5934
+ allowedAssetExternalProviders: string[];
5935
+ allowedDistributionServices: string[];
5936
+ enabled: boolean;
5937
+ roles: string[];
5938
+ permissionGroups: number[];
5939
+ permissions: Permissions_2;
5940
+ resolvedPermissions: Permissions_2;
5941
+ _resourceName: string;
5942
+ _system: string;
5943
+ createdAt: string;
5944
+ modifiedAt: string;
5945
+ modifiedBy: IntegerIdNullable;
5946
+ createdBy: IntegerIdNullable;
5947
+ id: number;
5948
+ email: string;
5949
+ } | undefined>;
5950
+
5951
+ declare interface DamCurrentUserAssetLicence {
5952
+ id: IntegerId;
5953
+ name: string;
5954
+ extSystem: IntegerId;
5955
+ }
5956
+
5957
+ export declare interface DamCurrentUserDto extends AnzuUser {
5958
+ selectedLicence: DamCurrentUserAssetLicence | null;
5959
+ adminToExtSystems: DamCurrentUserExtSystem[];
5960
+ userToExtSystems: DamCurrentUserExtSystem[];
5961
+ assetLicences: DamCurrentUserAssetLicence[];
5962
+ person: {
5963
+ firstName: string;
5964
+ lastName: string;
5965
+ fullName: string;
5966
+ };
5967
+ avatar: {
5968
+ color: string;
5969
+ text: string;
5970
+ };
5971
+ allowedAssetExternalProviders: string[];
5972
+ allowedDistributionServices: string[];
5973
+ }
5974
+
5975
+ declare interface DamCurrentUserExtSystem {
5976
+ id: IntegerId;
5977
+ name: string;
5978
+ }
5979
+
5980
+ export declare const damCurrentUserIsSuperAdmin: Ref<boolean>;
5981
+
5982
+ export declare interface DamDistributionConfig {
5983
+ distributionServices: Array<DamDistributionServiceName>;
5984
+ distributionRequirements: Record<DamDistributionServiceName, DamDistributionRequirementsConfig>;
5985
+ }
5075
5986
 
5076
5987
  export declare interface DamDistributionRequirementsCategorySelectConfig {
5077
5988
  enabled: boolean;
@@ -5360,7 +6271,7 @@ export declare const DefaultLanguageSymbol: InjectionKey<LanguageCode | undefine
5360
6271
  export declare function defineCached<I extends DocId | IntegerId, T extends Record<DocId | IntegerId, any>, M extends Record<DocId | IntegerId, any>>(mapFullToMinimal: (source: T) => M, mapIdToMinimal: (id: I) => M, fetchCallback: (ids: I[]) => Promise<T[]>, idProp?: string): {
5361
6272
  cache: Ref<Map<I, CachedItem<M>>>;
5362
6273
  toFetch: Ref<Set<I>>;
5363
- fetch: () => Promisify<Promise<T[]>>;
6274
+ fetch: () => Promisify_2<Promise<T[]>>;
5364
6275
  immediateFetch: () => Promise<T[]>;
5365
6276
  add: (...args: AddToCachedArgs<I>) => void;
5366
6277
  addManual: (data: T) => void;
@@ -5382,6 +6293,8 @@ export declare type EnableDisable = 'enable' | 'disable';
5382
6293
 
5383
6294
  export declare const eventClickBlur: (event?: Event) => void;
5384
6295
 
6296
+ export declare const fetchDamCurrentUser: (client: () => AxiosInstance) => Promise<DamCurrentUserDto>;
6297
+
5385
6298
  declare type fetchItemsByIdsType = ((ids: IntegerId[]) => Promise<ValueObjectOption<IntegerId>[]>) | ((ids: DocId[]) => Promise<ValueObjectOption<DocId>[]>);
5386
6299
 
5387
6300
  declare type fetchItemsByIdsType_2 = ((ids: IntegerId[]) => Promise<ValueObjectOption<IntegerId>[]>) | ((ids: DocId[]) => Promise<ValueObjectOption<DocId>[]>);
@@ -5761,11 +6674,15 @@ export declare const i18n: I18n<{
5761
6674
  };
5762
6675
  };
5763
6676
  filter: {
6677
+ licence: string;
5764
6678
  text: string;
5765
6679
  described: string;
5766
6680
  visible: string;
5767
6681
  generatedBySystem: string;
5768
6682
  };
6683
+ error: {
6684
+ unallowedLicence: string;
6685
+ };
5769
6686
  };
5770
6687
  subjectSelect: {
5771
6688
  filter: {
@@ -5803,6 +6720,202 @@ export declare const i18n: I18n<{
5803
6720
  unableToAdd: string;
5804
6721
  };
5805
6722
  };
6723
+ damImage: {
6724
+ image: {
6725
+ model: {
6726
+ texts: {
6727
+ description: string;
6728
+ source: string;
6729
+ };
6730
+ };
6731
+ meta: {
6732
+ edit: string;
6733
+ };
6734
+ button: {
6735
+ options: string;
6736
+ editAsset: string;
6737
+ upload: string;
6738
+ addFromDam: string;
6739
+ replaceFromDam: string;
6740
+ removeImage: string;
6741
+ };
6742
+ };
6743
+ queueItem: {
6744
+ edit: string;
6745
+ displayTitle: string;
6746
+ error: string;
6747
+ copyAssetId: string;
6748
+ };
6749
+ asset: {
6750
+ model: {
6751
+ authors: string;
6752
+ keywords: string;
6753
+ };
6754
+ assetType: {
6755
+ image: string;
6756
+ audio: string;
6757
+ video: string;
6758
+ document: string;
6759
+ };
6760
+ detail: {
6761
+ toggleInfo: string;
6762
+ metadataToggle: {
6763
+ show: string;
6764
+ hide: string;
6765
+ };
6766
+ tabs: {
6767
+ info: string;
6768
+ roi: string;
6769
+ };
6770
+ info: {
6771
+ status: {
6772
+ duplicate: string;
6773
+ draft: string;
6774
+ deleting: string;
6775
+ failed: string;
6776
+ };
6777
+ metadata: string;
6778
+ file: string;
6779
+ field: {
6780
+ id: string;
6781
+ mainFileId: string;
6782
+ type: string;
6783
+ mimeType: string;
6784
+ size: string;
6785
+ dominantColor: string;
6786
+ width: string;
6787
+ height: string;
6788
+ ratio: string;
6789
+ animated: string;
6790
+ };
6791
+ };
6792
+ roi: {
6793
+ title: string;
6794
+ description: string;
6795
+ refresh: string;
6796
+ rotate: {
6797
+ rotateMainFileImage: string;
6798
+ rotateClockwise: string;
6799
+ rotateCounterclockwise: string;
6800
+ };
6801
+ };
6802
+ };
6803
+ massOperations: {
6804
+ title: string;
6805
+ description: string;
6806
+ fillOneEmpty: string;
6807
+ fillAllEmpty: string;
6808
+ replaceOne: string;
6809
+ replaceAll: string;
6810
+ clearForm: string;
6811
+ general: string;
6812
+ };
6813
+ metaIcons: {
6814
+ low: string;
6815
+ slots: string;
6816
+ rss: string;
6817
+ fullHd: string;
6818
+ "2k": string;
6819
+ qhd: string;
6820
+ "4k": string;
6821
+ "8k": string;
6822
+ };
6823
+ assetFileFailReason: {
6824
+ none: string;
6825
+ unknown: string;
6826
+ invalidChecksum: string;
6827
+ invalidMimeType: string;
6828
+ downloadFailed: string;
6829
+ invalidSize: string;
6830
+ };
6831
+ };
6832
+ upload: {
6833
+ waiting: string;
6834
+ processing: string;
6835
+ uploading: string;
6836
+ done: string;
6837
+ stop: string;
6838
+ add: string;
6839
+ save: string;
6840
+ saveAndApply: string;
6841
+ title: string;
6842
+ titleDone: string;
6843
+ stopConfirmQuestion: string;
6844
+ };
6845
+ keyword: {
6846
+ model: {
6847
+ name: string;
6848
+ };
6849
+ button: {
6850
+ add: string;
6851
+ };
6852
+ meta: {
6853
+ create: string;
6854
+ };
6855
+ };
6856
+ author: {
6857
+ model: {
6858
+ name: string;
6859
+ identifier: string;
6860
+ type: string;
6861
+ };
6862
+ authorType: {
6863
+ none: string;
6864
+ internal: string;
6865
+ external: string;
6866
+ agency: string;
6867
+ };
6868
+ button: {
6869
+ add: string;
6870
+ };
6871
+ meta: {
6872
+ create: string;
6873
+ };
6874
+ conflicts: string;
6875
+ };
6876
+ uploadErrors: {
6877
+ unknownError: string;
6878
+ systemError: string;
6879
+ size: string;
6880
+ offset: string;
6881
+ mimeType: string;
6882
+ };
6883
+ notificationsNotConnected: string;
6884
+ };
6885
+ collab: {
6886
+ alert: {
6887
+ occupied: string;
6888
+ error: string;
6889
+ approvedJoinRequest: string;
6890
+ rejectedJoinRequest: string;
6891
+ failedRequestToTakeModeration: string;
6892
+ alreadyRequestedToTakeModeration: string;
6893
+ approvedToTakeModeration: string;
6894
+ rejectedToTakeModeration: string;
6895
+ kickedFromRoom: string;
6896
+ transferredModeration: string;
6897
+ alreadyRequestedToJoin: string;
6898
+ failedRequestedToJoin: string;
6899
+ };
6900
+ occupiedEntityTitle: string;
6901
+ occupiedEntityText: string;
6902
+ requestToCollaborate: string;
6903
+ requestToCollaborateText: string;
6904
+ waitingForApprove: string;
6905
+ approvedAfterCountdown: string;
6906
+ requestToTakeModeration: string;
6907
+ requestToTakeModerationTextTitle: string;
6908
+ requestToTakeModerationText: string;
6909
+ moderatorManagement: string;
6910
+ transferModeration: string;
6911
+ button: {
6912
+ accept: string;
6913
+ reject: string;
6914
+ kickUser: string;
6915
+ kickYourself: string;
6916
+ transferModeration: string;
6917
+ };
6918
+ };
5806
6919
  };
5807
6920
  $vuetify: {
5808
6921
  badge: string;
@@ -5939,6 +7052,7 @@ export declare interface ImageAware {
5939
7052
  };
5940
7053
  dam: {
5941
7054
  damId: DocId;
7055
+ licenceId: IntegerId;
5942
7056
  regionPosition: number;
5943
7057
  };
5944
7058
  position: number;
@@ -5952,6 +7066,17 @@ export declare interface ImageCreateUpdateAwareKeyed extends ImageCreateUpdateAw
5952
7066
  key: string;
5953
7067
  }
5954
7068
 
7069
+ export declare interface ImageWidgetSelectConfig {
7070
+ title: string;
7071
+ licence: IntegerId;
7072
+ extSystem: IntegerId;
7073
+ }
7074
+
7075
+ export declare interface ImageWidgetUploadConfig {
7076
+ licence: IntegerId;
7077
+ extSystem: IntegerId;
7078
+ }
7079
+
5955
7080
  export declare type Immutable<T> = {
5956
7081
  readonly [K in keyof T]: Immutable<T[K]>;
5957
7082
  };
@@ -5983,6 +7108,10 @@ export declare const isArray: <T = unknown>(value: unknown) => value is T[];
5983
7108
 
5984
7109
  export declare const isBoolean: (value: unknown) => value is boolean;
5985
7110
 
7111
+ export declare function isCollabFailedChangeRoomLockCallback(callback: CollabChangeRoomLockCallbackTypes): callback is CollabFailedChangeRoomLockCallback;
7112
+
7113
+ export declare function isCollabSuccessChangeRoomLockCallback(callback: CollabChangeRoomLockCallbackTypes): callback is CollabSuccessChangeRoomLockCallback;
7114
+
5986
7115
  export declare const isCreatedByAware: (value: object) => value is CreatedByAware;
5987
7116
 
5988
7117
  export declare const isDefined: <T>(value: T | undefined) => value is T;
@@ -6402,11 +7531,15 @@ export declare const messagesCs: {
6402
7531
  };
6403
7532
  };
6404
7533
  filter: {
7534
+ licence: string;
6405
7535
  text: string;
6406
7536
  described: string;
6407
7537
  visible: string;
6408
7538
  generatedBySystem: string;
6409
7539
  };
7540
+ error: {
7541
+ unallowedLicence: string;
7542
+ };
6410
7543
  };
6411
7544
  subjectSelect: {
6412
7545
  filter: {
@@ -6444,6 +7577,202 @@ export declare const messagesCs: {
6444
7577
  unableToAdd: string;
6445
7578
  };
6446
7579
  };
7580
+ damImage: {
7581
+ image: {
7582
+ model: {
7583
+ texts: {
7584
+ description: string;
7585
+ source: string;
7586
+ };
7587
+ };
7588
+ meta: {
7589
+ edit: string;
7590
+ };
7591
+ button: {
7592
+ options: string;
7593
+ editAsset: string;
7594
+ upload: string;
7595
+ addFromDam: string;
7596
+ replaceFromDam: string;
7597
+ removeImage: string;
7598
+ };
7599
+ };
7600
+ queueItem: {
7601
+ edit: string;
7602
+ displayTitle: string;
7603
+ error: string;
7604
+ copyAssetId: string;
7605
+ };
7606
+ asset: {
7607
+ model: {
7608
+ authors: string;
7609
+ keywords: string;
7610
+ };
7611
+ assetType: {
7612
+ image: string;
7613
+ audio: string;
7614
+ video: string;
7615
+ document: string;
7616
+ };
7617
+ detail: {
7618
+ toggleInfo: string;
7619
+ metadataToggle: {
7620
+ show: string;
7621
+ hide: string;
7622
+ };
7623
+ tabs: {
7624
+ info: string;
7625
+ roi: string;
7626
+ };
7627
+ info: {
7628
+ status: {
7629
+ duplicate: string;
7630
+ draft: string;
7631
+ deleting: string;
7632
+ failed: string;
7633
+ };
7634
+ metadata: string;
7635
+ file: string;
7636
+ field: {
7637
+ id: string;
7638
+ mainFileId: string;
7639
+ type: string;
7640
+ mimeType: string;
7641
+ size: string;
7642
+ dominantColor: string;
7643
+ width: string;
7644
+ height: string;
7645
+ ratio: string;
7646
+ animated: string;
7647
+ };
7648
+ };
7649
+ roi: {
7650
+ title: string;
7651
+ description: string;
7652
+ refresh: string;
7653
+ rotate: {
7654
+ rotateMainFileImage: string;
7655
+ rotateClockwise: string;
7656
+ rotateCounterclockwise: string;
7657
+ };
7658
+ };
7659
+ };
7660
+ massOperations: {
7661
+ title: string;
7662
+ description: string;
7663
+ fillOneEmpty: string;
7664
+ fillAllEmpty: string;
7665
+ replaceOne: string;
7666
+ replaceAll: string;
7667
+ clearForm: string;
7668
+ general: string;
7669
+ };
7670
+ metaIcons: {
7671
+ low: string;
7672
+ slots: string;
7673
+ rss: string;
7674
+ fullHd: string;
7675
+ "2k": string;
7676
+ qhd: string;
7677
+ "4k": string;
7678
+ "8k": string;
7679
+ };
7680
+ assetFileFailReason: {
7681
+ none: string;
7682
+ unknown: string;
7683
+ invalidChecksum: string;
7684
+ invalidMimeType: string;
7685
+ downloadFailed: string;
7686
+ invalidSize: string;
7687
+ };
7688
+ };
7689
+ upload: {
7690
+ waiting: string;
7691
+ processing: string;
7692
+ uploading: string;
7693
+ done: string;
7694
+ stop: string;
7695
+ add: string;
7696
+ save: string;
7697
+ saveAndApply: string;
7698
+ title: string;
7699
+ titleDone: string;
7700
+ stopConfirmQuestion: string;
7701
+ };
7702
+ keyword: {
7703
+ model: {
7704
+ name: string;
7705
+ };
7706
+ button: {
7707
+ add: string;
7708
+ };
7709
+ meta: {
7710
+ create: string;
7711
+ };
7712
+ };
7713
+ author: {
7714
+ model: {
7715
+ name: string;
7716
+ identifier: string;
7717
+ type: string;
7718
+ };
7719
+ authorType: {
7720
+ none: string;
7721
+ internal: string;
7722
+ external: string;
7723
+ agency: string;
7724
+ };
7725
+ button: {
7726
+ add: string;
7727
+ };
7728
+ meta: {
7729
+ create: string;
7730
+ };
7731
+ conflicts: string;
7732
+ };
7733
+ uploadErrors: {
7734
+ unknownError: string;
7735
+ systemError: string;
7736
+ size: string;
7737
+ offset: string;
7738
+ mimeType: string;
7739
+ };
7740
+ notificationsNotConnected: string;
7741
+ };
7742
+ collab: {
7743
+ alert: {
7744
+ occupied: string;
7745
+ error: string;
7746
+ approvedJoinRequest: string;
7747
+ rejectedJoinRequest: string;
7748
+ failedRequestToTakeModeration: string;
7749
+ alreadyRequestedToTakeModeration: string;
7750
+ approvedToTakeModeration: string;
7751
+ rejectedToTakeModeration: string;
7752
+ kickedFromRoom: string;
7753
+ transferredModeration: string;
7754
+ alreadyRequestedToJoin: string;
7755
+ failedRequestedToJoin: string;
7756
+ };
7757
+ occupiedEntityTitle: string;
7758
+ occupiedEntityText: string;
7759
+ requestToCollaborate: string;
7760
+ requestToCollaborateText: string;
7761
+ waitingForApprove: string;
7762
+ approvedAfterCountdown: string;
7763
+ requestToTakeModeration: string;
7764
+ requestToTakeModerationTextTitle: string;
7765
+ requestToTakeModerationText: string;
7766
+ moderatorManagement: string;
7767
+ transferModeration: string;
7768
+ button: {
7769
+ accept: string;
7770
+ reject: string;
7771
+ kickUser: string;
7772
+ kickYourself: string;
7773
+ transferModeration: string;
7774
+ };
7775
+ };
6447
7776
  };
6448
7777
  $vuetify: {
6449
7778
  badge: string;
@@ -6852,11 +8181,15 @@ export declare const messagesEn: {
6852
8181
  };
6853
8182
  };
6854
8183
  filter: {
8184
+ licence: string;
6855
8185
  text: string;
6856
8186
  described: string;
6857
8187
  visible: string;
6858
8188
  generatedBySystem: string;
6859
8189
  };
8190
+ error: {
8191
+ unallowedLicence: string;
8192
+ };
6860
8193
  };
6861
8194
  subjectSelect: {
6862
8195
  filter: {
@@ -6894,6 +8227,202 @@ export declare const messagesEn: {
6894
8227
  unableToAdd: string;
6895
8228
  };
6896
8229
  };
8230
+ damImage: {
8231
+ image: {
8232
+ model: {
8233
+ texts: {
8234
+ description: string;
8235
+ source: string;
8236
+ };
8237
+ };
8238
+ meta: {
8239
+ edit: string;
8240
+ };
8241
+ button: {
8242
+ options: string;
8243
+ editAsset: string;
8244
+ upload: string;
8245
+ addFromDam: string;
8246
+ replaceFromDam: string;
8247
+ removeImage: string;
8248
+ };
8249
+ };
8250
+ queueItem: {
8251
+ edit: string;
8252
+ displayTitle: string;
8253
+ error: string;
8254
+ copyAssetId: string;
8255
+ };
8256
+ asset: {
8257
+ model: {
8258
+ authors: string;
8259
+ keywords: string;
8260
+ };
8261
+ assetType: {
8262
+ image: string;
8263
+ audio: string;
8264
+ video: string;
8265
+ document: string;
8266
+ };
8267
+ detail: {
8268
+ toggleInfo: string;
8269
+ metadataToggle: {
8270
+ show: string;
8271
+ hide: string;
8272
+ };
8273
+ tabs: {
8274
+ info: string;
8275
+ roi: string;
8276
+ };
8277
+ info: {
8278
+ status: {
8279
+ duplicate: string;
8280
+ draft: string;
8281
+ deleting: string;
8282
+ failed: string;
8283
+ };
8284
+ metadata: string;
8285
+ file: string;
8286
+ field: {
8287
+ id: string;
8288
+ mainFileId: string;
8289
+ type: string;
8290
+ mimeType: string;
8291
+ size: string;
8292
+ dominantColor: string;
8293
+ width: string;
8294
+ height: string;
8295
+ ratio: string;
8296
+ animated: string;
8297
+ };
8298
+ };
8299
+ roi: {
8300
+ title: string;
8301
+ description: string;
8302
+ refresh: string;
8303
+ rotate: {
8304
+ rotateMainFileImage: string;
8305
+ rotateClockwise: string;
8306
+ rotateCounterclockwise: string;
8307
+ };
8308
+ };
8309
+ };
8310
+ massOperations: {
8311
+ title: string;
8312
+ description: string;
8313
+ fillOneEmpty: string;
8314
+ fillAllEmpty: string;
8315
+ replaceOne: string;
8316
+ replaceAll: string;
8317
+ clearForm: string;
8318
+ general: string;
8319
+ };
8320
+ metaIcons: {
8321
+ low: string;
8322
+ slots: string;
8323
+ rss: string;
8324
+ fullHd: string;
8325
+ "2k": string;
8326
+ qhd: string;
8327
+ "4k": string;
8328
+ "8k": string;
8329
+ };
8330
+ assetFileFailReason: {
8331
+ none: string;
8332
+ unknown: string;
8333
+ invalidChecksum: string;
8334
+ invalidMimeType: string;
8335
+ downloadFailed: string;
8336
+ invalidSize: string;
8337
+ };
8338
+ };
8339
+ upload: {
8340
+ waiting: string;
8341
+ processing: string;
8342
+ uploading: string;
8343
+ done: string;
8344
+ stop: string;
8345
+ add: string;
8346
+ save: string;
8347
+ saveAndApply: string;
8348
+ title: string;
8349
+ titleDone: string;
8350
+ stopConfirmQuestion: string;
8351
+ };
8352
+ keyword: {
8353
+ model: {
8354
+ name: string;
8355
+ };
8356
+ button: {
8357
+ add: string;
8358
+ };
8359
+ meta: {
8360
+ create: string;
8361
+ };
8362
+ };
8363
+ author: {
8364
+ model: {
8365
+ name: string;
8366
+ identifier: string;
8367
+ type: string;
8368
+ };
8369
+ authorType: {
8370
+ none: string;
8371
+ internal: string;
8372
+ external: string;
8373
+ agency: string;
8374
+ };
8375
+ button: {
8376
+ add: string;
8377
+ };
8378
+ meta: {
8379
+ create: string;
8380
+ };
8381
+ conflicts: string;
8382
+ };
8383
+ uploadErrors: {
8384
+ unknownError: string;
8385
+ systemError: string;
8386
+ size: string;
8387
+ offset: string;
8388
+ mimeType: string;
8389
+ };
8390
+ notificationsNotConnected: string;
8391
+ };
8392
+ collab: {
8393
+ alert: {
8394
+ occupied: string;
8395
+ error: string;
8396
+ approvedJoinRequest: string;
8397
+ rejectedJoinRequest: string;
8398
+ failedRequestToTakeModeration: string;
8399
+ alreadyRequestedToTakeModeration: string;
8400
+ approvedToTakeModeration: string;
8401
+ rejectedToTakeModeration: string;
8402
+ kickedFromRoom: string;
8403
+ transferredModeration: string;
8404
+ alreadyRequestedToJoin: string;
8405
+ failedRequestedToJoin: string;
8406
+ };
8407
+ occupiedEntityTitle: string;
8408
+ occupiedEntityText: string;
8409
+ requestToCollaborate: string;
8410
+ requestToCollaborateText: string;
8411
+ waitingForApprove: string;
8412
+ approvedAfterCountdown: string;
8413
+ requestToTakeModeration: string;
8414
+ requestToTakeModerationTextTitle: string;
8415
+ requestToTakeModerationText: string;
8416
+ moderatorManagement: string;
8417
+ transferModeration: string;
8418
+ button: {
8419
+ accept: string;
8420
+ reject: string;
8421
+ kickUser: string;
8422
+ kickYourself: string;
8423
+ transferModeration: string;
8424
+ };
8425
+ };
6897
8426
  };
6898
8427
  $vuetify: {
6899
8428
  badge: string;
@@ -7306,11 +8835,15 @@ export declare const messagesSk: {
7306
8835
  };
7307
8836
  };
7308
8837
  filter: {
8838
+ licence: string;
7309
8839
  text: string;
7310
8840
  described: string;
7311
8841
  visible: string;
7312
8842
  generatedBySystem: string;
7313
8843
  };
8844
+ error: {
8845
+ unallowedLicence: string;
8846
+ };
7314
8847
  };
7315
8848
  subjectSelect: {
7316
8849
  filter: {
@@ -7510,6 +9043,40 @@ export declare const messagesSk: {
7510
9043
  };
7511
9044
  notificationsNotConnected: string;
7512
9045
  };
9046
+ collab: {
9047
+ alert: {
9048
+ occupied: string;
9049
+ error: string;
9050
+ approvedJoinRequest: string;
9051
+ rejectedJoinRequest: string;
9052
+ failedRequestToTakeModeration: string;
9053
+ alreadyRequestedToTakeModeration: string;
9054
+ approvedToTakeModeration: string;
9055
+ rejectedToTakeModeration: string;
9056
+ kickedFromRoom: string;
9057
+ transferredModeration: string;
9058
+ alreadyRequestedToJoin: string;
9059
+ failedRequestedToJoin: string;
9060
+ };
9061
+ occupiedEntityTitle: string;
9062
+ occupiedEntityText: string;
9063
+ requestToCollaborate: string;
9064
+ requestToCollaborateText: string;
9065
+ waitingForApprove: string;
9066
+ approvedAfterCountdown: string;
9067
+ requestToTakeModeration: string;
9068
+ requestToTakeModerationTextTitle: string;
9069
+ requestToTakeModerationText: string;
9070
+ moderatorManagement: string;
9071
+ transferModeration: string;
9072
+ button: {
9073
+ accept: string;
9074
+ reject: string;
9075
+ kickUser: string;
9076
+ kickYourself: string;
9077
+ transferModeration: string;
9078
+ };
9079
+ };
7513
9080
  };
7514
9081
  $vuetify: {
7515
9082
  badge: string;
@@ -7743,6 +9310,7 @@ export declare type PluginOptions<T extends AclValue = AclValue> = {
7743
9310
  customAclResolver?: CustomAclResolver<T>;
7744
9311
  coreDam?: CommonAdminCoreDamOptions;
7745
9312
  image?: CommonAdminImageOptions;
9313
+ collab?: CommonAdminCollabOptions;
7746
9314
  };
7747
9315
 
7748
9316
  export declare type Prettify<T> = {
@@ -7888,6 +9456,8 @@ export declare const timePretty: (isoDate: DatetimeUTC | DatetimeUTCNullable | s
7888
9456
 
7889
9457
  export declare const timestampCurrent: () => number;
7890
9458
 
9459
+ export declare function updateDamCurrentUser(client: () => AxiosInstance): Promise<unknown>;
9460
+
7891
9461
  export declare interface UploadQueue {
7892
9462
  items: UploadQueueItem[];
7893
9463
  totalCount: number;
@@ -7942,12 +9512,12 @@ export declare interface UploadQueueItem {
7942
9512
  }
7943
9513
 
7944
9514
  export declare enum UploadQueueItemStatus {
7945
- Loading = "loading",
7946
- Waiting = "waiting",
7947
- Uploading = "uploading",
7948
- Processing = "processing",
7949
- Failed = "failed",
7950
- Uploaded = "uploaded",
9515
+ Loading = "loading",// loading additional api data
9516
+ Waiting = "waiting",// waiting to be uploaded
9517
+ Uploading = "uploading",// uploading right now
9518
+ Processing = "processing",// all data sent by FE, server processing, waiting for notification, todo
9519
+ Failed = "failed",// any error
9520
+ Uploaded = "uploaded",// uploaded/ready after loading
7951
9521
  Stop = "stop"
7952
9522
  }
7953
9523
 
@@ -8016,6 +9586,120 @@ declare type UseCachedType = () => {
8016
9586
  addManualMinimal: any;
8017
9587
  };
8018
9588
 
9589
+ export declare function useCollabAnyDataChange(room: CollabRoom): {
9590
+ addCollabAnyDataChangeListener: (callback: (field: CollabFieldName, data: CollabFieldDataEnvelope) => void) => void;
9591
+ changeCollabAnyData: (field: CollabFieldName, data: CollabFieldData, callback?: Fn | undefined) => void;
9592
+ };
9593
+
9594
+ export declare function useCollabApprovedJoinRequestEventBus(): UseEventBusReturn<CollabApprovedJoinRequestEvent, any>;
9595
+
9596
+ export declare function useCollabApprovedRequestToTakeModerationEventBus(): UseEventBusReturn<CollabApprovedRequestToTakeModerationEvent, any>;
9597
+
9598
+ export declare function useCollabCurrentUserId(): {
9599
+ setCollabUserCurrentId: (value: IntegerIdNullable) => void;
9600
+ currentUserId: Ref<IntegerIdNullable>;
9601
+ };
9602
+
9603
+ export declare function useCollabField(room: CollabRoom, field: CollabFieldName): {
9604
+ lockedByUser: ComputedRef<number | null>;
9605
+ addCollabFieldDataChangeListener: (callback: (data: CollabFieldDataEnvelope) => void) => void;
9606
+ addCollabFieldLockStatusListener: (callback: (data: CollabFieldLockStatusPayload) => void) => void;
9607
+ addCollabGatheringBufferDataListener: (callback: () => void) => void;
9608
+ acquireCollabFieldLock: (options?: Partial<CollabFieldLockOptions>) => void;
9609
+ releaseCollabFieldLock: (data: CollabFieldData, options?: Partial<CollabFieldLockOptions>) => void;
9610
+ changeCollabFieldData: (data: CollabFieldData) => void;
9611
+ collabFieldDataBufferState: Map<string, Map<string, unknown> & Omit<Map<string, unknown>, keyof Map<any, any>>> & Omit<Map<string, Map<string, unknown>>, keyof Map<any, any>>;
9612
+ };
9613
+
9614
+ export declare function useCollabFieldLockStatusEventBus(): UseEventBusReturn<CollabFieldLockStatusEvent, CollabFieldLockStatusPayload>;
9615
+
9616
+ export declare function useCollabGatheringBufferDataEventBus(): UseEventBusReturn<CollabGatheringBufferDataEvent, any>;
9617
+
9618
+ export declare function useCollabHelpers(): {
9619
+ createCollabRoom: (id: IntegerId | DocId, entity: string, system: string) => string;
9620
+ createCollabFieldConfig: (name: CollabFieldName, room: CollabRoom, cachedUsers: CollabCachedUsersMap) => {
9621
+ room: string;
9622
+ field: string;
9623
+ cachedUsers: CollabCachedUsersMap;
9624
+ };
9625
+ createCollabEmbedFieldName: (id: DocId) => string;
9626
+ createCollabCommentFieldName: (id: DocId) => string;
9627
+ };
9628
+
9629
+ export declare function useCollabInit(): {
9630
+ initCollab: () => void;
9631
+ };
9632
+
9633
+ export declare function useCollabJoinRequestEventBus(): UseEventBusReturn<CollabJoinRequestEvent, any>;
9634
+
9635
+ export declare function useCollabKickedFromRoomEventBus(): UseEventBusReturn<CollabKickedFromRoomEvent, any>;
9636
+
9637
+ export declare function useCollabReconnectEventBus(): UseEventBusReturn<"reconnect", any>;
9638
+
9639
+ export declare function useCollabRejectedJoinRequestEventBus(): UseEventBusReturn<CollabRejectedJoinRequestEvent, any>;
9640
+
9641
+ export declare function useCollabRejectedRequestToTakeModerationEventBus(): UseEventBusReturn<CollabRejectedRequestToTakeModerationEvent, any>;
9642
+
9643
+ export declare function useCollabRequestToTakeModerationEventBus(): UseEventBusReturn<CollabRequestToTakeModerationEvent, any>;
9644
+
9645
+ export declare function useCollabRoom(room: CollabRoom, watchForNewUsers?: boolean, addToCachedUsers?: ((...args: AddToCachedArgs<IntegerId>) => void) | undefined, fetchCachedUsers?: (() => Promisify<Promise<any>>) | undefined): {
9646
+ subscribeCollabRoomInfo: () => void;
9647
+ unsubscribeCollabRoomInfo: () => void;
9648
+ joinCollabRoom: (options?: Partial<CollabRoomOptions>) => Promise<CollabAccessRoomStatusType>;
9649
+ leaveCollabRoom: () => void;
9650
+ requestToJoinCollabRoom: () => Promise<CollabRequestToJoinStatusType>;
9651
+ approveRequestToJoinCollabRoom: (userId: number) => void;
9652
+ rejectRequestToJoinCollabRoom: (userId: number) => void;
9653
+ addJoinRequestListener: (callback: (userId: number, timestamp: number) => void) => void;
9654
+ addCollabReconnectListener: (callback: () => void) => void;
9655
+ addApprovedJoinRequestListener: (callback: () => void) => void;
9656
+ addRejectedJoinRequestListener: (callback: () => void) => void;
9657
+ requestToTakeModeration: () => Promise<CollabRequestToTakeModerationStatusType>;
9658
+ approveRequestToTakeModeration: () => void;
9659
+ rejectRequestToTakeModeration: () => void;
9660
+ addRequestToTakeModerationListener: (callback: (userId: number, timestamp: number) => void) => void;
9661
+ addApprovedRequestToTakeModerationListener: (callback: () => void) => void;
9662
+ addRejectedRequestToTakeModerationListener: (callback: () => void) => void;
9663
+ enteredCollabRoom: () => void;
9664
+ kickUserFromRoom: (userId: number) => void;
9665
+ transferModeration: (userId: number) => void;
9666
+ addKickedFromRoomListener: (callback: () => void) => void;
9667
+ addCollabStartingListener: (callback: (startedCallback: (data: CollabRoomPlainData) => void) => void) => void;
9668
+ fetchRoomInfo: (room: CollabRoom) => Promise<CollabRoomInfo>;
9669
+ collabRoomInfo: ComputedRef<CollabRoomInfo>;
9670
+ collabRoomLocks: ComputedRef<Map<string, CollabUserIdNullable>>;
9671
+ collabFieldDataBufferState: Map<string, Map<string, unknown> & Omit<Map<string, unknown>, keyof Map<any, any>>> & Omit<Map<string, Map<string, unknown>>, keyof Map<any, any>>;
9672
+ alertedOccupiedRooms: Ref<Set<string> & Omit<Set<string>, keyof Set<any>>>;
9673
+ };
9674
+
9675
+ export declare function useCollabRoomDataChangeEventBus(): UseEventBusReturn<CollabRoomDataChangedEvent, CollabFieldDataEnvelope>;
9676
+
9677
+ export declare function useCollabStartingEventBus(): UseEventBusReturn<CollabStartingEvent, {
9678
+ startedCallback: (data: CollabRoomPlainData) => void;
9679
+ }>;
9680
+
9681
+ export declare function useCollabState(): {
9682
+ collabReconnecting: ComputedRef<boolean>;
9683
+ collabConnected: Ref<boolean>;
9684
+ collabSocket: Ref<Socket<CollabServerToClientEvents, CollabClientToServerEvents> | undefined>;
9685
+ collabRoomInfoState: Map<string, {
9686
+ name: string;
9687
+ moderator: CollabUserIdNullable;
9688
+ users: number[];
9689
+ status: CollabStatusType;
9690
+ }> & Omit<Map<string, CollabRoomInfo>, keyof Map<any, any>>;
9691
+ collabFieldLocksState: Map<string, Map<string, CollabUserIdNullable> & Omit<Map<string, CollabUserIdNullable>, keyof Map<any, any>>> & Omit<Map<string, Map<string, CollabUserIdNullable>>, keyof Map<any, any>>;
9692
+ collabFieldDataBufferState: Map<string, Map<string, unknown> & Omit<Map<string, unknown>, keyof Map<any, any>>> & Omit<Map<string, Map<string, unknown>>, keyof Map<any, any>>;
9693
+ gatherBufferData: (room: CollabRoom) => CollabRoomPlainData;
9694
+ };
9695
+
9696
+ export declare function useCommonAdminCollabOptions(): {
9697
+ collabOptions: Ref<{
9698
+ enabled: boolean;
9699
+ socketUrl: string;
9700
+ }>;
9701
+ };
9702
+
8019
9703
  export declare function useCommonJobFactory(): {
8020
9704
  createBase: (resourceName: JobBaseResource, system: string) => JobBase;
8021
9705
  createUserDataDelete: (system: string) => JobUserDataDelete;
@@ -8184,29 +9868,79 @@ export declare function useDamConfigState(client?: undefined | (() => AxiosInsta
8184
9868
  initialized: {
8185
9869
  damPubConfig: boolean;
8186
9870
  damPrvConfig: boolean;
8187
- damConfigExtSystem: number | null;
8188
- damConfigAssetCustomFormElements: number | null;
8189
9871
  };
8190
- damPubConfig: Ref<DamPubConfig> | ShallowRef<DamPubConfig>;
8191
- damPrvConfig: Ref<DamPrvConfig> | ShallowRef<DamPrvConfig>;
8192
- damConfigExtSystem: Ref<DamExtSystemConfig> | ShallowRef<DamExtSystemConfig>;
8193
- damConfigAssetCustomFormElements: Ref<{
8194
- image: CustomDataFormElement[];
8195
- audio: CustomDataFormElement[];
8196
- video: CustomDataFormElement[];
8197
- document: CustomDataFormElement[];
8198
- }> | ShallowRef<{
9872
+ damPubConfig: ShallowRef<DamPubConfig>;
9873
+ damPrvConfig: ShallowRef<DamPrvConfig>;
9874
+ damConfigExtSystem: ShallowRef<Map<number, DamExtSystemConfig>>;
9875
+ damConfigAssetCustomFormElements: ShallowRef<Map<number, {
8199
9876
  image: CustomDataFormElement[];
8200
9877
  audio: CustomDataFormElement[];
8201
9878
  video: CustomDataFormElement[];
8202
9879
  document: CustomDataFormElement[];
8203
- }>;
8204
- damConfigDistributionCustomFormElements: Ref<Record<string, CustomDataFormElement[]>> | ShallowRef<Record<string, CustomDataFormElement[]>>;
9880
+ }>>;
9881
+ damConfigDistributionCustomFormElements: ShallowRef<Map<string, CustomDataFormElement[]>>;
8205
9882
  loadDamPrvConfig: () => Promise<unknown>;
8206
9883
  loadDamPubConfig: () => Promise<unknown>;
8207
9884
  loadDamConfigExtSystem: (extSystemId: IntegerId) => Promise<unknown>;
8208
9885
  loadDamConfigAssetCustomFormElements: (extSystemId: IntegerId) => Promise<unknown>;
8209
9886
  loadDamConfigDistributionCustomFormElements: (distributionServiceName: DamDistributionServiceName) => Promise<unknown>;
9887
+ isDamPubConfigLoaded: () => boolean;
9888
+ isDamPrvConfigLoaded: () => boolean;
9889
+ getDamConfigExtSystem: (extSystemId: IntegerId) => DamExtSystemConfig | undefined;
9890
+ getDamConfigAssetCustomFormElements: (extSystemId: IntegerId) => {
9891
+ image: CustomDataFormElement[];
9892
+ audio: CustomDataFormElement[];
9893
+ video: CustomDataFormElement[];
9894
+ document: CustomDataFormElement[];
9895
+ } | undefined;
9896
+ };
9897
+
9898
+ export declare function useDamCurrentUser(): {
9899
+ damCurrentUser: Ref<{
9900
+ selectedLicence: {
9901
+ id: number;
9902
+ name: string;
9903
+ extSystem: number;
9904
+ } | null;
9905
+ adminToExtSystems: {
9906
+ id: number;
9907
+ name: string;
9908
+ }[];
9909
+ userToExtSystems: {
9910
+ id: number;
9911
+ name: string;
9912
+ }[];
9913
+ assetLicences: {
9914
+ id: number;
9915
+ name: string;
9916
+ extSystem: number;
9917
+ }[];
9918
+ person: {
9919
+ firstName: string;
9920
+ lastName: string;
9921
+ fullName: string;
9922
+ };
9923
+ avatar: {
9924
+ color: string;
9925
+ text: string;
9926
+ };
9927
+ allowedAssetExternalProviders: string[];
9928
+ allowedDistributionServices: string[];
9929
+ enabled: boolean;
9930
+ roles: string[];
9931
+ permissionGroups: number[];
9932
+ permissions: Permissions_2;
9933
+ resolvedPermissions: Permissions_2;
9934
+ _resourceName: string;
9935
+ _system: string;
9936
+ createdAt: string;
9937
+ modifiedAt: string;
9938
+ modifiedBy: IntegerIdNullable;
9939
+ createdBy: IntegerIdNullable;
9940
+ id: number;
9941
+ email: string;
9942
+ } | undefined>;
9943
+ damCurrentUserIsSuperAdmin: Ref<boolean>;
8210
9944
  };
8211
9945
 
8212
9946
  export declare function useDamKeywordFactory(): {