@anzusystems/common-admin 1.40.0-alpha3 → 1.40.0-alpha31

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.
@@ -7,31 +7,39 @@ import type { CancelTokenSource } from 'axios';
7
7
  import { ComponentCustomProps } from 'vue';
8
8
  import { ComponentOptionsMixin } from 'vue';
9
9
  import { ComputedRef } from 'vue';
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';
10
13
  import dayjs from 'dayjs';
11
14
  import type { DeepReadonly } from 'vue';
12
15
  import { DefineComponent } from 'vue';
13
16
  import { ExtractPropTypes } from 'vue';
14
17
  import type { Fn } from '@vueuse/core';
15
18
  import { Fn as Fn_2 } from '@vueuse/shared';
16
- import { I18n } from './vue-i18n/dist/vue-i18n.esm-bundler.js';
19
+ import { I18n } from '../../vue-i18n/dist/vue-i18n.esm-bundler.js';
17
20
  import type { InjectionKey } from 'vue';
18
- import { IntlDateTimeFormat } from './vue-i18n/dist/vue-i18n.esm-bundler.js';
19
- 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';
20
23
  import type { Method } from 'axios';
21
24
  import type { OpUnitType } from 'dayjs';
22
- import { Promisify } from '@vueuse/shared';
25
+ import type { Promisify } from '@vueuse/core';
26
+ import { Promisify as Promisify_2 } from '@vueuse/shared';
23
27
  import { PropType } from 'vue';
28
+ import { PublicProps } from 'vue';
24
29
  import type { QUnitType } from 'dayjs';
25
30
  import { Ref } from 'vue';
26
31
  import { RendererElement } from 'vue';
27
32
  import { RendererNode } from 'vue';
28
33
  import type { RouteLocationNormalized } from 'vue-router';
29
34
  import type { RouteLocationRaw } from 'vue-router';
35
+ import type { RouteParams } from 'vue-router';
30
36
  import type { Router } from 'vue-router';
31
37
  import { ShallowRef } from 'vue';
32
38
  import { ShallowUnwrapRef } from 'vue';
39
+ import type { Socket } from 'socket.io-client';
33
40
  import { UnwrapRef } from 'vue';
34
- 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';
35
43
  import { ValidationRuleWithoutParams } from '@vuelidate/core';
36
44
  import { ValidationRuleWithParams } from '@vuelidate/core';
37
45
  import { VNode } from 'vue';
@@ -177,6 +185,18 @@ declare type __VLS_NonUndefinedable_71<T> = T extends undefined ? never : T;
177
185
 
178
186
  declare type __VLS_NonUndefinedable_72<T> = T extends undefined ? never : T;
179
187
 
188
+ declare type __VLS_NonUndefinedable_73<T> = T extends undefined ? never : T;
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
+
198
+ declare type __VLS_NonUndefinedable_78<T> = T extends undefined ? never : T;
199
+
180
200
  declare type __VLS_NonUndefinedable_8<T> = T extends undefined ? never : T;
181
201
 
182
202
  declare type __VLS_NonUndefinedable_9<T> = T extends undefined ? never : T;
@@ -449,6 +469,30 @@ declare type __VLS_Prettify_7<T> = {
449
469
  [K in keyof T]: T[K];
450
470
  } & {};
451
471
 
472
+ declare type __VLS_Prettify_70<T> = {
473
+ [K in keyof T]: T[K];
474
+ } & {};
475
+
476
+ declare type __VLS_Prettify_71<T> = {
477
+ [K in keyof T]: T[K];
478
+ } & {};
479
+
480
+ declare type __VLS_Prettify_72<T> = {
481
+ [K in keyof T]: T[K];
482
+ } & {};
483
+
484
+ declare type __VLS_Prettify_73<T> = {
485
+ [K in keyof T]: T[K];
486
+ } & {};
487
+
488
+ declare type __VLS_Prettify_74<T> = {
489
+ [K in keyof T]: T[K];
490
+ } & {};
491
+
492
+ declare type __VLS_Prettify_75<T> = {
493
+ [K in keyof T]: T[K];
494
+ } & {};
495
+
452
496
  declare type __VLS_Prettify_8<T> = {
453
497
  [K in keyof T]: T[K];
454
498
  } & {};
@@ -1087,6 +1131,60 @@ declare type __VLS_TypePropsToRuntimeProps_72<T> = {
1087
1131
  };
1088
1132
  };
1089
1133
 
1134
+ declare type __VLS_TypePropsToRuntimeProps_73<T> = {
1135
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
1136
+ type: PropType<__VLS_NonUndefinedable_73<T[K]>>;
1137
+ } : {
1138
+ type: PropType<T[K]>;
1139
+ required: true;
1140
+ };
1141
+ };
1142
+
1143
+ declare type __VLS_TypePropsToRuntimeProps_74<T> = {
1144
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
1145
+ type: PropType<__VLS_NonUndefinedable_74<T[K]>>;
1146
+ } : {
1147
+ type: PropType<T[K]>;
1148
+ required: true;
1149
+ };
1150
+ };
1151
+
1152
+ declare type __VLS_TypePropsToRuntimeProps_75<T> = {
1153
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
1154
+ type: PropType<__VLS_NonUndefinedable_75<T[K]>>;
1155
+ } : {
1156
+ type: PropType<T[K]>;
1157
+ required: true;
1158
+ };
1159
+ };
1160
+
1161
+ declare type __VLS_TypePropsToRuntimeProps_76<T> = {
1162
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
1163
+ type: PropType<__VLS_NonUndefinedable_76<T[K]>>;
1164
+ } : {
1165
+ type: PropType<T[K]>;
1166
+ required: true;
1167
+ };
1168
+ };
1169
+
1170
+ declare type __VLS_TypePropsToRuntimeProps_77<T> = {
1171
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
1172
+ type: PropType<__VLS_NonUndefinedable_77<T[K]>>;
1173
+ } : {
1174
+ type: PropType<T[K]>;
1175
+ required: true;
1176
+ };
1177
+ };
1178
+
1179
+ declare type __VLS_TypePropsToRuntimeProps_78<T> = {
1180
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
1181
+ type: PropType<__VLS_NonUndefinedable_78<T[K]>>;
1182
+ } : {
1183
+ type: PropType<T[K]>;
1184
+ required: true;
1185
+ };
1186
+ };
1187
+
1090
1188
  declare type __VLS_TypePropsToRuntimeProps_8<T> = {
1091
1189
  [K in keyof T]-?: {} extends Pick<T, K> ? {
1092
1190
  type: PropType<__VLS_NonUndefinedable_8<T[K]>>;
@@ -1507,6 +1605,42 @@ declare type __VLS_WithDefaults_7<P, D> = {
1507
1605
  }> : P[K];
1508
1606
  };
1509
1607
 
1608
+ declare type __VLS_WithDefaults_70<P, D> = {
1609
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_70<P[K] & {
1610
+ default: D[K];
1611
+ }> : P[K];
1612
+ };
1613
+
1614
+ declare type __VLS_WithDefaults_71<P, D> = {
1615
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_71<P[K] & {
1616
+ default: D[K];
1617
+ }> : P[K];
1618
+ };
1619
+
1620
+ declare type __VLS_WithDefaults_72<P, D> = {
1621
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_72<P[K] & {
1622
+ default: D[K];
1623
+ }> : P[K];
1624
+ };
1625
+
1626
+ declare type __VLS_WithDefaults_73<P, D> = {
1627
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_73<P[K] & {
1628
+ default: D[K];
1629
+ }> : P[K];
1630
+ };
1631
+
1632
+ declare type __VLS_WithDefaults_74<P, D> = {
1633
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_74<P[K] & {
1634
+ default: D[K];
1635
+ }> : P[K];
1636
+ };
1637
+
1638
+ declare type __VLS_WithDefaults_75<P, D> = {
1639
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_75<P[K] & {
1640
+ default: D[K];
1641
+ }> : P[K];
1642
+ };
1643
+
1510
1644
  declare type __VLS_WithDefaults_8<P, D> = {
1511
1645
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_8<P[K] & {
1512
1646
  default: D[K];
@@ -1567,12 +1701,60 @@ declare type __VLS_WithTemplateSlots_16<T, S> = T & {
1567
1701
  };
1568
1702
  };
1569
1703
 
1704
+ declare type __VLS_WithTemplateSlots_17<T, S> = T & {
1705
+ new (): {
1706
+ $slots: S;
1707
+ };
1708
+ };
1709
+
1710
+ declare type __VLS_WithTemplateSlots_18<T, S> = T & {
1711
+ new (): {
1712
+ $slots: S;
1713
+ };
1714
+ };
1715
+
1716
+ declare type __VLS_WithTemplateSlots_19<T, S> = T & {
1717
+ new (): {
1718
+ $slots: S;
1719
+ };
1720
+ };
1721
+
1570
1722
  declare type __VLS_WithTemplateSlots_2<T, S> = T & {
1571
1723
  new (): {
1572
1724
  $slots: S;
1573
1725
  };
1574
1726
  };
1575
1727
 
1728
+ declare type __VLS_WithTemplateSlots_20<T, S> = T & {
1729
+ new (): {
1730
+ $slots: S;
1731
+ };
1732
+ };
1733
+
1734
+ declare type __VLS_WithTemplateSlots_21<T, S> = T & {
1735
+ new (): {
1736
+ $slots: S;
1737
+ };
1738
+ };
1739
+
1740
+ declare type __VLS_WithTemplateSlots_22<T, S> = T & {
1741
+ new (): {
1742
+ $slots: S;
1743
+ };
1744
+ };
1745
+
1746
+ declare type __VLS_WithTemplateSlots_23<T, S> = T & {
1747
+ new (): {
1748
+ $slots: S;
1749
+ };
1750
+ };
1751
+
1752
+ declare type __VLS_WithTemplateSlots_24<T, S> = T & {
1753
+ new (): {
1754
+ $slots: S;
1755
+ };
1756
+ };
1757
+
1576
1758
  declare type __VLS_WithTemplateSlots_3<T, S> = T & {
1577
1759
  new (): {
1578
1760
  $slots: S;
@@ -1615,7 +1797,7 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
1615
1797
  };
1616
1798
  };
1617
1799
 
1618
- export declare const AActionCloseButton: DefineComponent<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_40<{
1800
+ export declare const AActionCloseButton: DefineComponent<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_42<{
1619
1801
  routeName?: string | undefined;
1620
1802
  routeParams?: any | undefined;
1621
1803
  buttonT?: string | undefined;
@@ -1629,7 +1811,7 @@ export declare const AActionCloseButton: DefineComponent<__VLS_WithDefaults_37<_
1629
1811
  buttonClass: string;
1630
1812
  dataCy: string;
1631
1813
  size: number;
1632
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_40<{
1814
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_42<{
1633
1815
  routeName?: string | undefined;
1634
1816
  routeParams?: any | undefined;
1635
1817
  buttonT?: string | undefined;
@@ -1652,7 +1834,7 @@ export declare const AActionCloseButton: DefineComponent<__VLS_WithDefaults_37<_
1652
1834
  routeParams: any | undefined;
1653
1835
  }, {}>;
1654
1836
 
1655
- export declare const AActionCreateButton: DefineComponent<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_41<{
1837
+ export declare const AActionCreateButton: DefineComponent<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_43<{
1656
1838
  routeName: string;
1657
1839
  buttonT?: string | undefined;
1658
1840
  buttonClass?: string | undefined;
@@ -1665,7 +1847,7 @@ export declare const AActionCreateButton: DefineComponent<__VLS_WithDefaults_38<
1665
1847
  dataCy: string;
1666
1848
  size: number;
1667
1849
  variant: string;
1668
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_41<{
1850
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_43<{
1669
1851
  routeName: string;
1670
1852
  buttonT?: string | undefined;
1671
1853
  buttonClass?: string | undefined;
@@ -1679,14 +1861,14 @@ export declare const AActionCreateButton: DefineComponent<__VLS_WithDefaults_38<
1679
1861
  size: number;
1680
1862
  variant: string;
1681
1863
  }>>>, {
1682
- variant: ButtonVariant;
1683
1864
  size: number;
1865
+ variant: ButtonVariant;
1684
1866
  dataCy: string;
1685
1867
  buttonClass: string;
1686
1868
  buttonT: string;
1687
1869
  }, {}>;
1688
1870
 
1689
- export declare const AActionDeleteButton: DefineComponent<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_42<{
1871
+ export declare const AActionDeleteButton: DefineComponent<__VLS_WithDefaults_41<__VLS_TypePropsToRuntimeProps_44<{
1690
1872
  variant?: ButtonVariant | undefined;
1691
1873
  buttonT?: string | undefined;
1692
1874
  buttonClass?: string | undefined;
@@ -1721,7 +1903,7 @@ export declare const AActionDeleteButton: DefineComponent<__VLS_WithDefaults_39<
1721
1903
  closeDialog: () => void;
1722
1904
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1723
1905
  deleteRecord: () => void;
1724
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_42<{
1906
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_41<__VLS_TypePropsToRuntimeProps_44<{
1725
1907
  variant?: ButtonVariant | undefined;
1726
1908
  buttonT?: string | undefined;
1727
1909
  buttonClass?: string | undefined;
@@ -1755,10 +1937,10 @@ export declare const AActionDeleteButton: DefineComponent<__VLS_WithDefaults_39<
1755
1937
  }>>> & {
1756
1938
  onDeleteRecord?: (() => any) | undefined;
1757
1939
  }, {
1940
+ size: number;
1758
1941
  color: string;
1759
1942
  variant: ButtonVariant;
1760
1943
  disabled: boolean;
1761
- size: number;
1762
1944
  dataCy: string;
1763
1945
  buttonClass: string;
1764
1946
  buttonT: string;
@@ -1771,7 +1953,7 @@ export declare const AActionDeleteButton: DefineComponent<__VLS_WithDefaults_39<
1771
1953
  disableCloseAfterConfirm: boolean;
1772
1954
  }, {}>;
1773
1955
 
1774
- export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_43<{
1956
+ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_42<__VLS_TypePropsToRuntimeProps_45<{
1775
1957
  routeName: string;
1776
1958
  recordId?: number | string | undefined;
1777
1959
  routeParams?: any | undefined;
@@ -1792,7 +1974,7 @@ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_40<__
1792
1974
  variant: string;
1793
1975
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1794
1976
  editRecord: () => void;
1795
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_43<{
1977
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_42<__VLS_TypePropsToRuntimeProps_45<{
1796
1978
  routeName: string;
1797
1979
  recordId?: number | string | undefined;
1798
1980
  routeParams?: any | undefined;
@@ -1814,8 +1996,8 @@ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_40<__
1814
1996
  }>>> & {
1815
1997
  onEditRecord?: (() => any) | undefined;
1816
1998
  }, {
1817
- variant: ButtonVariant;
1818
1999
  size: number;
2000
+ variant: ButtonVariant;
1819
2001
  loading: boolean;
1820
2002
  dataCy: string;
1821
2003
  buttonClass: string;
@@ -1824,7 +2006,7 @@ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_40<__
1824
2006
  recordId: string | number;
1825
2007
  }, {}>;
1826
2008
 
1827
- export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaults_41<__VLS_TypePropsToRuntimeProps_44<{
2009
+ export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_46<{
1828
2010
  buttonT?: string | undefined;
1829
2011
  buttonClass?: string | undefined;
1830
2012
  dataCy?: string | undefined;
@@ -1838,7 +2020,7 @@ export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaul
1838
2020
  disabled: undefined;
1839
2021
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1840
2022
  saveRecordAndClose: () => void;
1841
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_41<__VLS_TypePropsToRuntimeProps_44<{
2023
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_46<{
1842
2024
  buttonT?: string | undefined;
1843
2025
  buttonClass?: string | undefined;
1844
2026
  dataCy?: string | undefined;
@@ -1860,7 +2042,7 @@ export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaul
1860
2042
  buttonT: string;
1861
2043
  }, {}>;
1862
2044
 
1863
- export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_42<__VLS_TypePropsToRuntimeProps_45<{
2045
+ export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_44<__VLS_TypePropsToRuntimeProps_47<{
1864
2046
  buttonT?: string | undefined;
1865
2047
  buttonClass?: string | undefined;
1866
2048
  dataCy?: string | undefined;
@@ -1878,7 +2060,7 @@ export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_42<__
1878
2060
  variant: string;
1879
2061
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1880
2062
  saveRecord: () => void;
1881
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_42<__VLS_TypePropsToRuntimeProps_45<{
2063
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_44<__VLS_TypePropsToRuntimeProps_47<{
1882
2064
  buttonT?: string | undefined;
1883
2065
  buttonClass?: string | undefined;
1884
2066
  dataCy?: string | undefined;
@@ -1897,20 +2079,20 @@ export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_42<__
1897
2079
  }>>> & {
1898
2080
  onSaveRecord?: (() => any) | undefined;
1899
2081
  }, {
2082
+ size: number;
1900
2083
  variant: ButtonVariant;
1901
2084
  disabled: boolean;
1902
- size: number;
1903
2085
  loading: boolean;
1904
2086
  dataCy: string;
1905
2087
  buttonClass: string;
1906
2088
  buttonT: string;
1907
2089
  }, {}>;
1908
2090
 
1909
- export declare const AAdminSwitcher: DefineComponent<__VLS_WithDefaults_31<__VLS_TypePropsToRuntimeProps_34<{
2091
+ export declare const AAdminSwitcher: DefineComponent<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_36<{
1910
2092
  configUrl?: string | undefined | null;
1911
2093
  }>, {
1912
2094
  configUrl: null;
1913
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_31<__VLS_TypePropsToRuntimeProps_34<{
2095
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_36<{
1914
2096
  configUrl?: string | undefined | null;
1915
2097
  }>, {
1916
2098
  configUrl: null;
@@ -1930,7 +2112,7 @@ export declare const AAlerts: DefineComponent<__VLS_WithDefaults_5<__VLS_TypePro
1930
2112
  position: string;
1931
2113
  width: string;
1932
2114
  customClass: undefined;
1933
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<{
2115
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<{
1934
2116
  max?: number | undefined;
1935
2117
  group?: string | undefined;
1936
2118
  position?: string | undefined;
@@ -1950,7 +2132,7 @@ export declare const AAlerts: DefineComponent<__VLS_WithDefaults_5<__VLS_TypePro
1950
2132
  customClass: string;
1951
2133
  }, {}>;
1952
2134
 
1953
- export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_53<__VLS_TypePropsToRuntimeProps_56<{
2135
+ export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
1954
2136
  user?: AnzuUserMinimal | undefined | null;
1955
2137
  size?: number | undefined;
1956
2138
  containerClass?: string | undefined;
@@ -1958,7 +2140,7 @@ export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_53<__VL
1958
2140
  user: undefined;
1959
2141
  size: number;
1960
2142
  containerClass: string;
1961
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_53<__VLS_TypePropsToRuntimeProps_56<{
2143
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
1962
2144
  user?: AnzuUserMinimal | undefined | null;
1963
2145
  size?: number | undefined;
1964
2146
  containerClass?: string | undefined;
@@ -1967,50 +2149,52 @@ export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_53<__VL
1967
2149
  size: number;
1968
2150
  containerClass: string;
1969
2151
  }>>>, {
1970
- user: AnzuUserMinimal | null;
1971
2152
  size: number;
2153
+ user: AnzuUserMinimal | null;
1972
2154
  containerClass: string;
1973
2155
  }, {}>;
1974
2156
 
1975
- export declare const AAssetSelect: __VLS_WithTemplateSlots_16<DefineComponent<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_68<{
2157
+ export declare const AAssetSelect: __VLS_WithTemplateSlots_24<DefineComponent<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_74<{
1976
2158
  modelValue?: boolean | undefined;
1977
- assetType: "image" | "audio" | "video" | DamAssetType | "document";
2159
+ assetType: "image" | "audio" | "video" | "document" | DamAssetType;
1978
2160
  minCount: number;
1979
2161
  maxCount: number;
1980
- assetLicenceId?: number | undefined;
1981
- returnType?: "asset" | "assetId" | AssetSelectReturnType | "mainFileId" | undefined;
2162
+ selectConfig: ImageWidgetSelectConfig[];
2163
+ returnType?: "asset" | "mainFileId" | "assetId" | AssetSelectReturnType | undefined;
1982
2164
  configName?: string | undefined;
2165
+ skipCurrentUserCheck?: boolean | undefined;
1983
2166
  }>, {
1984
2167
  modelValue: undefined;
1985
- assetLicenceId: undefined;
1986
2168
  returnType: string;
1987
2169
  configName: string;
2170
+ skipCurrentUserCheck: boolean;
1988
2171
  }>, {
1989
2172
  open: () => void;
1990
2173
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1991
2174
  "update:modelValue": (data: boolean) => void;
1992
2175
  onConfirm: (data: AssetSelectReturnData) => void;
1993
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_68<{
2176
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_74<{
1994
2177
  modelValue?: boolean | undefined;
1995
- assetType: "image" | "audio" | "video" | DamAssetType | "document";
2178
+ assetType: "image" | "audio" | "video" | "document" | DamAssetType;
1996
2179
  minCount: number;
1997
2180
  maxCount: number;
1998
- assetLicenceId?: number | undefined;
1999
- returnType?: "asset" | "assetId" | AssetSelectReturnType | "mainFileId" | undefined;
2181
+ selectConfig: ImageWidgetSelectConfig[];
2182
+ returnType?: "asset" | "mainFileId" | "assetId" | AssetSelectReturnType | undefined;
2000
2183
  configName?: string | undefined;
2184
+ skipCurrentUserCheck?: boolean | undefined;
2001
2185
  }>, {
2002
2186
  modelValue: undefined;
2003
- assetLicenceId: undefined;
2004
2187
  returnType: string;
2005
2188
  configName: string;
2189
+ skipCurrentUserCheck: boolean;
2006
2190
  }>>> & {
2007
2191
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
2008
2192
  onOnConfirm?: ((data: AssetSelectReturnData) => any) | undefined;
2009
2193
  }, {
2010
2194
  modelValue: boolean;
2011
2195
  configName: string;
2012
- assetLicenceId: number;
2013
- returnType: "asset" | "assetId" | AssetSelectReturnType | "mainFileId";
2196
+ returnType: "asset" | "mainFileId" | "assetId" | AssetSelectReturnType;
2197
+ skipCurrentUserCheck: boolean;
2014
2198
  }, {}>, {
2015
2199
  activator?(_: {
2016
2200
  props: {
@@ -2021,7 +2205,7 @@ export declare const AAssetSelect: __VLS_WithTemplateSlots_16<DefineComponent<__
2021
2205
  "button-confirm-title"?(_: {}): any;
2022
2206
  }>;
2023
2207
 
2024
- export declare const AAvatarColorPicker: DefineComponent<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
2208
+ export declare const AAvatarColorPicker: DefineComponent<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
2025
2209
  modelValue: string;
2026
2210
  label?: string | undefined;
2027
2211
  loading?: boolean | undefined;
@@ -2038,7 +2222,7 @@ export declare const AAvatarColorPicker: DefineComponent<__VLS_WithDefaults_54<_
2038
2222
  hideLabel: boolean;
2039
2223
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2040
2224
  "update:modelValue": (data: string) => void;
2041
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
2225
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
2042
2226
  modelValue: string;
2043
2227
  label?: string | undefined;
2044
2228
  loading?: boolean | undefined;
@@ -2071,7 +2255,7 @@ export declare const ABooleanValue: DefineComponent<__VLS_WithDefaults_6<__VLS_T
2071
2255
  }>, {
2072
2256
  chip: boolean;
2073
2257
  invertColor: boolean;
2074
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<{
2258
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<{
2075
2259
  value: number | string | boolean;
2076
2260
  chip?: boolean | undefined;
2077
2261
  invertColor?: boolean | undefined;
@@ -2083,7 +2267,7 @@ export declare const ABooleanValue: DefineComponent<__VLS_WithDefaults_6<__VLS_T
2083
2267
  invertColor: boolean;
2084
2268
  }, {}>;
2085
2269
 
2086
- export declare const ABtnSplit: __VLS_WithTemplateSlots_10<DefineComponent<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<{
2270
+ export declare const ABtnSplit: __VLS_WithTemplateSlots_18<DefineComponent<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<{
2087
2271
  buttonT?: string | undefined;
2088
2272
  buttonClass?: string | undefined;
2089
2273
  dataCy?: string | undefined;
@@ -2107,7 +2291,7 @@ export declare const ABtnSplit: __VLS_WithTemplateSlots_10<DefineComponent<__VLS
2107
2291
  color: string;
2108
2292
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2109
2293
  onClick: () => void;
2110
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<{
2294
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<{
2111
2295
  buttonT?: string | undefined;
2112
2296
  buttonClass?: string | undefined;
2113
2297
  dataCy?: string | undefined;
@@ -2132,11 +2316,11 @@ export declare const ABtnSplit: __VLS_WithTemplateSlots_10<DefineComponent<__VLS
2132
2316
  }>>> & {
2133
2317
  onOnClick?: (() => any) | undefined;
2134
2318
  }, {
2319
+ size: "small" | "x-small";
2135
2320
  color: string;
2136
2321
  variant: ButtonVariantText;
2137
2322
  rounded: "pill";
2138
2323
  disabled: boolean;
2139
- size: "small" | "x-small";
2140
2324
  loading: boolean;
2141
2325
  dataCy: string;
2142
2326
  buttonClass: string;
@@ -2147,7 +2331,7 @@ export declare const ABtnSplit: __VLS_WithTemplateSlots_10<DefineComponent<__VLS
2147
2331
  default?(_: {}): any;
2148
2332
  }>;
2149
2333
 
2150
- export declare const ACachedChip: __VLS_WithTemplateSlots_8<DefineComponent<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_33<{
2334
+ export declare const ACachedChip: __VLS_WithTemplateSlots_16<DefineComponent<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_35<{
2151
2335
  id?: string | number | null | undefined;
2152
2336
  title?: string | undefined;
2153
2337
  containerClass?: string | undefined;
@@ -2172,7 +2356,7 @@ export declare const ACachedChip: __VLS_WithTemplateSlots_8<DefineComponent<__VL
2172
2356
  textOnly: boolean;
2173
2357
  fallbackIdText: boolean;
2174
2358
  wrapText: boolean;
2175
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_33<{
2359
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_35<{
2176
2360
  id?: string | number | null | undefined;
2177
2361
  title?: string | undefined;
2178
2362
  containerClass?: string | undefined;
@@ -2198,9 +2382,9 @@ export declare const ACachedChip: __VLS_WithTemplateSlots_8<DefineComponent<__VL
2198
2382
  fallbackIdText: boolean;
2199
2383
  wrapText: boolean;
2200
2384
  }>>>, {
2385
+ size: string;
2201
2386
  title: string;
2202
2387
  id: string | number | null;
2203
- size: string;
2204
2388
  containerClass: string;
2205
2389
  disableClick: boolean;
2206
2390
  openInNew: boolean;
@@ -2218,7 +2402,7 @@ export declare const ACard: __VLS_WithTemplateSlots<DefineComponent<__VLS_WithDe
2218
2402
  }>, {
2219
2403
  loading: undefined;
2220
2404
  title: undefined;
2221
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2405
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2222
2406
  loading?: boolean | undefined;
2223
2407
  title?: string | undefined;
2224
2408
  }>, {
@@ -2235,7 +2419,7 @@ export declare const ACardLoader: DefineComponent<__VLS_WithDefaults_2<__VLS_Typ
2235
2419
  loading?: boolean | undefined;
2236
2420
  }>, {
2237
2421
  loading: undefined;
2238
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<{
2422
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<{
2239
2423
  loading?: boolean | undefined;
2240
2424
  }>, {
2241
2425
  loading: undefined;
@@ -2251,7 +2435,7 @@ export declare const AChipNoLink: __VLS_WithTemplateSlots_3<DefineComponent<__VL
2251
2435
  color: undefined;
2252
2436
  size: string;
2253
2437
  dataCy: undefined;
2254
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<{
2438
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<{
2255
2439
  color?: string | undefined;
2256
2440
  size?: string | undefined;
2257
2441
  dataCy?: string | undefined;
@@ -2260,19 +2444,19 @@ export declare const AChipNoLink: __VLS_WithTemplateSlots_3<DefineComponent<__VL
2260
2444
  size: string;
2261
2445
  dataCy: undefined;
2262
2446
  }>>>, {
2263
- color: string;
2264
2447
  size: string;
2448
+ color: string;
2265
2449
  dataCy: string;
2266
2450
  }, {}>, {
2267
2451
  default?(_: {}): any;
2268
2452
  }>;
2269
2453
 
2270
- export declare const Acl: __VLS_WithTemplateSlots_9<DefineComponent<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_36<{
2454
+ export declare const Acl: __VLS_WithTemplateSlots_17<DefineComponent<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
2271
2455
  permission: `${string}_${string}_${string}`;
2272
2456
  subject?: object | undefined;
2273
2457
  }>, {
2274
2458
  subject: undefined;
2275
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_36<{
2459
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
2276
2460
  permission: `${string}_${string}_${string}`;
2277
2461
  subject?: object | undefined;
2278
2462
  }>, {
@@ -2291,14 +2475,74 @@ declare type AclResolverConfig = {
2291
2475
 
2292
2476
  export declare type AclValue = `${string}_${string}_${string}`;
2293
2477
 
2294
- export declare const ACopyText: DefineComponent<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_37<{
2478
+ export declare const ACollabCountdown: DefineComponent<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_72<{
2479
+ label?: string | undefined;
2480
+ seconds?: number | undefined;
2481
+ parentheses?: boolean | undefined;
2482
+ }>, {
2483
+ label: string;
2484
+ seconds: number;
2485
+ parentheses: boolean;
2486
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2487
+ done: () => void;
2488
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_72<{
2489
+ label?: string | undefined;
2490
+ seconds?: number | undefined;
2491
+ parentheses?: boolean | undefined;
2492
+ }>, {
2493
+ label: string;
2494
+ seconds: number;
2495
+ parentheses: boolean;
2496
+ }>>> & {
2497
+ onDone?: (() => any) | undefined;
2498
+ }, {
2499
+ label: string;
2500
+ seconds: number;
2501
+ parentheses: boolean;
2502
+ }, {}>;
2503
+
2504
+ export declare const ACollabLockedByUser: DefineComponent<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_71<{
2505
+ id: null | undefined | IntegerId;
2506
+ users: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
2507
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_71<{
2508
+ id: null | undefined | IntegerId;
2509
+ users: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
2510
+ }>, {}>>>, {}, {}>;
2511
+
2512
+ export declare const ACollabManagement: DefineComponent<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_73<{
2513
+ collabRoom: CollabRoom;
2514
+ cachedUsers: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
2515
+ isEdit?: boolean | undefined;
2516
+ addToCachedUsers?: ((...args: AddToCachedArgs<IntegerId>) => void) | undefined;
2517
+ fetchCachedUsers?: (() => Promisify<Promise<any>>) | undefined;
2518
+ }>, {
2519
+ isEdit: boolean;
2520
+ addToCachedUsers: undefined;
2521
+ fetchCachedUsers: undefined;
2522
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_73<{
2523
+ collabRoom: CollabRoom;
2524
+ cachedUsers: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
2525
+ isEdit?: boolean | undefined;
2526
+ addToCachedUsers?: ((...args: AddToCachedArgs<IntegerId>) => void) | undefined;
2527
+ fetchCachedUsers?: (() => Promisify<Promise<any>>) | undefined;
2528
+ }>, {
2529
+ isEdit: boolean;
2530
+ addToCachedUsers: undefined;
2531
+ fetchCachedUsers: undefined;
2532
+ }>>>, {
2533
+ isEdit: boolean;
2534
+ addToCachedUsers: (...args: AddToCachedArgs<IntegerId>) => void;
2535
+ fetchCachedUsers: () => Promisify<Promise<any>>;
2536
+ }, {}>;
2537
+
2538
+ export declare const ACopyText: DefineComponent<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_39<{
2295
2539
  value: number | string;
2296
2540
  notifyT?: string | undefined;
2297
2541
  dataCy?: string | undefined;
2298
2542
  }>, {
2299
2543
  notifyT: string;
2300
2544
  dataCy: string;
2301
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_37<{
2545
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_39<{
2302
2546
  value: number | string;
2303
2547
  notifyT?: string | undefined;
2304
2548
  dataCy?: string | undefined;
@@ -2310,7 +2554,7 @@ export declare const ACopyText: DefineComponent<__VLS_WithDefaults_34<__VLS_Type
2310
2554
  notifyT: string;
2311
2555
  }, {}>;
2312
2556
 
2313
- export declare const ACreateDialog: __VLS_WithTemplateSlots_7<DefineComponent<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_30<{
2557
+ export declare const ACreateDialog: __VLS_WithTemplateSlots_15<DefineComponent<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_32<{
2314
2558
  modelValue: boolean;
2315
2559
  buttonClass?: string | undefined;
2316
2560
  maxWidth?: number | undefined;
@@ -2335,7 +2579,7 @@ export declare const ACreateDialog: __VLS_WithTemplateSlots_7<DefineComponent<__
2335
2579
  onClose: () => void;
2336
2580
  onError: (data: any) => void;
2337
2581
  onSuccess: (data: any) => void;
2338
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_30<{
2582
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_32<{
2339
2583
  modelValue: boolean;
2340
2584
  buttonClass?: string | undefined;
2341
2585
  maxWidth?: number | undefined;
@@ -2375,14 +2619,201 @@ export declare const ACreateDialog: __VLS_WithTemplateSlots_7<DefineComponent<__
2375
2619
  "button-confirm-title"?(_: {}): any;
2376
2620
  }>;
2377
2621
 
2378
- export declare const ACurrentUserDropdown: DefineComponent<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
2622
+ export declare const ACropperjs: <T extends EventTarget = EventTarget>(__VLS_props: {
2623
+ modal?: boolean | undefined;
2624
+ center?: boolean | undefined;
2625
+ data?: Cropper_2.SetDataOptions | null | undefined;
2626
+ src?: string | undefined;
2627
+ alt?: string | undefined;
2628
+ background?: boolean | undefined;
2629
+ aspectRatio?: number | undefined;
2630
+ containerStyle?: {
2631
+ [key: string]: string;
2632
+ } | undefined;
2633
+ imgStyle?: {
2634
+ [key: string]: string;
2635
+ } | undefined;
2636
+ autoCrop?: boolean | undefined;
2637
+ autoCropArea?: number | undefined;
2638
+ checkCrossOrigin?: boolean | undefined;
2639
+ checkOrientation?: boolean | undefined;
2640
+ cropBoxMovable?: boolean | undefined;
2641
+ cropBoxResizable?: boolean | undefined;
2642
+ dragMode?: Cropper_2.DragMode | undefined;
2643
+ guides?: boolean | undefined;
2644
+ highlight?: boolean | undefined;
2645
+ initialAspectRatio?: number | undefined;
2646
+ movable?: boolean | undefined;
2647
+ preview?: string | HTMLElement | HTMLElement[] | NodeListOf<HTMLElement> | undefined;
2648
+ responsive?: boolean | undefined;
2649
+ restore?: boolean | undefined;
2650
+ rotatable?: boolean | undefined;
2651
+ scalable?: boolean | undefined;
2652
+ toggleDragModeOnDblclick?: boolean | undefined;
2653
+ viewMode?: Cropper_2.ViewMode | undefined;
2654
+ wheelZoomRatio?: number | undefined;
2655
+ zoomOnTouch?: boolean | undefined;
2656
+ zoomOnWheel?: boolean | undefined;
2657
+ zoomable?: boolean | undefined;
2658
+ minCanvasWidth?: number | undefined;
2659
+ minCanvasHeight?: number | undefined;
2660
+ minContainerWidth?: number | undefined;
2661
+ minContainerHeight?: number | undefined;
2662
+ minCropBoxWidth?: number | undefined;
2663
+ minCropBoxHeight?: number | undefined;
2664
+ ready?: ((event: Cropper_2.ReadyEvent<T>) => void) | null | undefined;
2665
+ crop?: ((event: Cropper_2.CropEvent<T>) => void) | null | undefined;
2666
+ cropend?: ((event: Cropper_2.CropEndEvent<T>) => void) | null | undefined;
2667
+ cropmove?: ((event: Cropper_2.CropMoveEvent<T>) => void) | null | undefined;
2668
+ cropstart?: ((event: Cropper_2.CropStartEvent<T>) => void) | null | undefined;
2669
+ zoom?: ((event: Cropper_2.ZoomEvent<T>) => void) | null | undefined;
2670
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, __VLS_ctx?: {
2671
+ attrs: any;
2672
+ slots: {};
2673
+ emit: any;
2674
+ } | undefined, __VLS_expose?: ((exposed: ShallowUnwrapRef<{
2675
+ enable: () => void;
2676
+ disable: () => void;
2677
+ destroy: () => void;
2678
+ getImageData: () => Cropper_2.ImageData | undefined;
2679
+ getData: () => Cropper_2.Data | undefined;
2680
+ setData: (data: Cropper_2.SetDataOptions) => Cropper_2 | undefined;
2681
+ }>) => void) | undefined, __VLS_setup?: Promise<{
2682
+ props: {
2683
+ modal?: boolean | undefined;
2684
+ center?: boolean | undefined;
2685
+ data?: Cropper_2.SetDataOptions | null | undefined;
2686
+ src?: string | undefined;
2687
+ alt?: string | undefined;
2688
+ background?: boolean | undefined;
2689
+ aspectRatio?: number | undefined;
2690
+ containerStyle?: {
2691
+ [key: string]: string;
2692
+ } | undefined;
2693
+ imgStyle?: {
2694
+ [key: string]: string;
2695
+ } | undefined;
2696
+ autoCrop?: boolean | undefined;
2697
+ autoCropArea?: number | undefined;
2698
+ checkCrossOrigin?: boolean | undefined;
2699
+ checkOrientation?: boolean | undefined;
2700
+ cropBoxMovable?: boolean | undefined;
2701
+ cropBoxResizable?: boolean | undefined;
2702
+ dragMode?: Cropper_2.DragMode | undefined;
2703
+ guides?: boolean | undefined;
2704
+ highlight?: boolean | undefined;
2705
+ initialAspectRatio?: number | undefined;
2706
+ movable?: boolean | undefined;
2707
+ preview?: string | HTMLElement | HTMLElement[] | NodeListOf<HTMLElement> | undefined;
2708
+ responsive?: boolean | undefined;
2709
+ restore?: boolean | undefined;
2710
+ rotatable?: boolean | undefined;
2711
+ scalable?: boolean | undefined;
2712
+ toggleDragModeOnDblclick?: boolean | undefined;
2713
+ viewMode?: Cropper_2.ViewMode | undefined;
2714
+ wheelZoomRatio?: number | undefined;
2715
+ zoomOnTouch?: boolean | undefined;
2716
+ zoomOnWheel?: boolean | undefined;
2717
+ zoomable?: boolean | undefined;
2718
+ minCanvasWidth?: number | undefined;
2719
+ minCanvasHeight?: number | undefined;
2720
+ minContainerWidth?: number | undefined;
2721
+ minContainerHeight?: number | undefined;
2722
+ minCropBoxWidth?: number | undefined;
2723
+ minCropBoxHeight?: number | undefined;
2724
+ ready?: ((event: Cropper_2.ReadyEvent<T>) => void) | null | undefined;
2725
+ crop?: ((event: Cropper_2.CropEvent<T>) => void) | null | undefined;
2726
+ cropend?: ((event: Cropper_2.CropEndEvent<T>) => void) | null | undefined;
2727
+ cropmove?: ((event: Cropper_2.CropMoveEvent<T>) => void) | null | undefined;
2728
+ cropstart?: ((event: Cropper_2.CropStartEvent<T>) => void) | null | undefined;
2729
+ zoom?: ((event: Cropper_2.ZoomEvent<T>) => void) | null | undefined;
2730
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
2731
+ expose(exposed: ShallowUnwrapRef<{
2732
+ enable: () => void;
2733
+ disable: () => void;
2734
+ destroy: () => void;
2735
+ getImageData: () => Cropper_2.ImageData | undefined;
2736
+ getData: () => Cropper_2.Data | undefined;
2737
+ setData: (data: Cropper_2.SetDataOptions) => Cropper_2 | undefined;
2738
+ }>): void;
2739
+ attrs: any;
2740
+ slots: {};
2741
+ emit: any;
2742
+ }>) => VNode<RendererNode, RendererElement, {
2743
+ [key: string]: any;
2744
+ }> & {
2745
+ __ctx?: {
2746
+ props: {
2747
+ modal?: boolean | undefined;
2748
+ center?: boolean | undefined;
2749
+ data?: Cropper_2.SetDataOptions | null | undefined;
2750
+ src?: string | undefined;
2751
+ alt?: string | undefined;
2752
+ background?: boolean | undefined;
2753
+ aspectRatio?: number | undefined;
2754
+ containerStyle?: {
2755
+ [key: string]: string;
2756
+ } | undefined;
2757
+ imgStyle?: {
2758
+ [key: string]: string;
2759
+ } | undefined;
2760
+ autoCrop?: boolean | undefined;
2761
+ autoCropArea?: number | undefined;
2762
+ checkCrossOrigin?: boolean | undefined;
2763
+ checkOrientation?: boolean | undefined;
2764
+ cropBoxMovable?: boolean | undefined;
2765
+ cropBoxResizable?: boolean | undefined;
2766
+ dragMode?: Cropper_2.DragMode | undefined;
2767
+ guides?: boolean | undefined;
2768
+ highlight?: boolean | undefined;
2769
+ initialAspectRatio?: number | undefined;
2770
+ movable?: boolean | undefined;
2771
+ preview?: string | HTMLElement | HTMLElement[] | NodeListOf<HTMLElement> | undefined;
2772
+ responsive?: boolean | undefined;
2773
+ restore?: boolean | undefined;
2774
+ rotatable?: boolean | undefined;
2775
+ scalable?: boolean | undefined;
2776
+ toggleDragModeOnDblclick?: boolean | undefined;
2777
+ viewMode?: Cropper_2.ViewMode | undefined;
2778
+ wheelZoomRatio?: number | undefined;
2779
+ zoomOnTouch?: boolean | undefined;
2780
+ zoomOnWheel?: boolean | undefined;
2781
+ zoomable?: boolean | undefined;
2782
+ minCanvasWidth?: number | undefined;
2783
+ minCanvasHeight?: number | undefined;
2784
+ minContainerWidth?: number | undefined;
2785
+ minContainerHeight?: number | undefined;
2786
+ minCropBoxWidth?: number | undefined;
2787
+ minCropBoxHeight?: number | undefined;
2788
+ ready?: ((event: Cropper_2.ReadyEvent<T>) => void) | null | undefined;
2789
+ crop?: ((event: Cropper_2.CropEvent<T>) => void) | null | undefined;
2790
+ cropend?: ((event: Cropper_2.CropEndEvent<T>) => void) | null | undefined;
2791
+ cropmove?: ((event: Cropper_2.CropMoveEvent<T>) => void) | null | undefined;
2792
+ cropstart?: ((event: Cropper_2.CropStartEvent<T>) => void) | null | undefined;
2793
+ zoom?: ((event: Cropper_2.ZoomEvent<T>) => void) | null | undefined;
2794
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
2795
+ expose(exposed: ShallowUnwrapRef<{
2796
+ enable: () => void;
2797
+ disable: () => void;
2798
+ destroy: () => void;
2799
+ getImageData: () => Cropper_2.ImageData | undefined;
2800
+ getData: () => Cropper_2.Data | undefined;
2801
+ setData: (data: Cropper_2.SetDataOptions) => Cropper_2 | undefined;
2802
+ }>): void;
2803
+ attrs: any;
2804
+ slots: {};
2805
+ emit: any;
2806
+ } | undefined;
2807
+ };
2808
+
2809
+ export declare const ACurrentUserDropdown: DefineComponent<__VLS_WithDefaults_57<__VLS_TypePropsToRuntimeProps_60<{
2379
2810
  currentUser: AnzuUserMinimal | undefined | null;
2380
2811
  settingsRouteName: string;
2381
2812
  logoutRouteName: string;
2382
2813
  dataCy?: string | undefined;
2383
2814
  }>, {
2384
2815
  dataCy: string;
2385
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
2816
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_57<__VLS_TypePropsToRuntimeProps_60<{
2386
2817
  currentUser: AnzuUserMinimal | undefined | null;
2387
2818
  settingsRouteName: string;
2388
2819
  logoutRouteName: string;
@@ -2393,7 +2824,7 @@ export declare const ACurrentUserDropdown: DefineComponent<__VLS_WithDefaults_55
2393
2824
  dataCy: string;
2394
2825
  }, {}>;
2395
2826
 
2396
- export declare const ACustomDataForm: __VLS_WithTemplateSlots_14<DefineComponent<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_63<{
2827
+ export declare const ACustomDataForm: __VLS_WithTemplateSlots_22<DefineComponent<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_65<{
2397
2828
  modelValue: {
2398
2829
  [key: string]: any;
2399
2830
  };
@@ -2410,7 +2841,7 @@ export declare const ACustomDataForm: __VLS_WithTemplateSlots_14<DefineComponent
2410
2841
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2411
2842
  "update:modelValue": (data: any) => void;
2412
2843
  anyChange: () => void;
2413
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_63<{
2844
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_65<{
2414
2845
  modelValue: {
2415
2846
  [key: string]: any;
2416
2847
  };
@@ -2434,7 +2865,7 @@ export declare const ACustomDataForm: __VLS_WithTemplateSlots_14<DefineComponent
2434
2865
  "after-pinned"?(_: {}): any;
2435
2866
  }>;
2436
2867
 
2437
- export declare const ACustomDataFormElement: DefineComponent<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_64<{
2868
+ export declare const ACustomDataFormElement: DefineComponent<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_66<{
2438
2869
  modelValue: any;
2439
2870
  config: CustomDataFormElement;
2440
2871
  validationScope?: ValidationScope;
@@ -2446,7 +2877,7 @@ export declare const ACustomDataFormElement: DefineComponent<__VLS_WithDefaults_
2446
2877
  value: any;
2447
2878
  }) => void;
2448
2879
  blur: (data: any) => void;
2449
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_64<{
2880
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_66<{
2450
2881
  modelValue: any;
2451
2882
  config: CustomDataFormElement;
2452
2883
  validationScope?: ValidationScope;
@@ -2462,7 +2893,7 @@ export declare const ACustomDataFormElement: DefineComponent<__VLS_WithDefaults_
2462
2893
  validationScope: string | number | boolean | symbol;
2463
2894
  }, {}>;
2464
2895
 
2465
- export declare const ADatatableConfigButton: DefineComponent<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_28<{
2896
+ export declare const ADatatableConfigButton: DefineComponent<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_30<{
2466
2897
  columnsAll: ColumnInternalValues[];
2467
2898
  columnsHidden: Array<string>;
2468
2899
  buttonT?: string | undefined;
@@ -2474,7 +2905,7 @@ export declare const ADatatableConfigButton: DefineComponent<__VLS_WithDefaults_
2474
2905
  dataCy: string;
2475
2906
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2476
2907
  "update:columnsHidden": (data: string[]) => void;
2477
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_28<{
2908
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_30<{
2478
2909
  columnsAll: ColumnInternalValues[];
2479
2910
  columnsHidden: Array<string>;
2480
2911
  buttonT?: string | undefined;
@@ -2492,7 +2923,7 @@ export declare const ADatatableConfigButton: DefineComponent<__VLS_WithDefaults_
2492
2923
  buttonT: string;
2493
2924
  }, {}>;
2494
2925
 
2495
- export declare const ADatatableOrdering: DefineComponent<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_29<{
2926
+ export declare const ADatatableOrdering: DefineComponent<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_31<{
2496
2927
  variant?: "default" | "most-relevant" | undefined;
2497
2928
  modelValue?: number | undefined;
2498
2929
  customOptions?: undefined | DatatableOrderingOptions;
@@ -2503,7 +2934,7 @@ export declare const ADatatableOrdering: DefineComponent<__VLS_WithDefaults_27<_
2503
2934
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2504
2935
  "update:modelValue": (data: number) => void;
2505
2936
  sortByChange: (data: DatatableOrderingOption) => void;
2506
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_29<{
2937
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_31<{
2507
2938
  variant?: "default" | "most-relevant" | undefined;
2508
2939
  modelValue?: number | undefined;
2509
2940
  customOptions?: undefined | DatatableOrderingOptions;
@@ -2520,7 +2951,7 @@ export declare const ADatatableOrdering: DefineComponent<__VLS_WithDefaults_27<_
2520
2951
  customOptions: DatatableOrderingOptions;
2521
2952
  }, {}>;
2522
2953
 
2523
- export declare const ADatatablePagination: DefineComponent<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_27<{
2954
+ export declare const ADatatablePagination: DefineComponent<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_29<{
2524
2955
  modelValue: Pagination;
2525
2956
  itemsPerPageOptions?: number[] | undefined;
2526
2957
  hideRecordsPerPage?: boolean | undefined;
@@ -2530,7 +2961,7 @@ export declare const ADatatablePagination: DefineComponent<__VLS_WithDefaults_25
2530
2961
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2531
2962
  change: () => void;
2532
2963
  "update:modelValue": (data: Pagination) => void;
2533
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_27<{
2964
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_29<{
2534
2965
  modelValue: Pagination;
2535
2966
  itemsPerPageOptions?: number[] | undefined;
2536
2967
  hideRecordsPerPage?: boolean | undefined;
@@ -2545,12 +2976,12 @@ export declare const ADatatablePagination: DefineComponent<__VLS_WithDefaults_25
2545
2976
  hideRecordsPerPage: boolean;
2546
2977
  }, {}>;
2547
2978
 
2548
- export declare const ADatetime: DefineComponent<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_26<{
2979
+ export declare const ADatetime: DefineComponent<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_27<{
2549
2980
  dateTime: DatetimeUTCNullable;
2550
2981
  edgeDateValue?: string | undefined;
2551
2982
  }>, {
2552
2983
  edgeDateValue: string;
2553
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_26<{
2984
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_27<{
2554
2985
  dateTime: DatetimeUTCNullable;
2555
2986
  edgeDateValue?: string | undefined;
2556
2987
  }>, {
@@ -2559,19 +2990,119 @@ export declare const ADatetime: DefineComponent<__VLS_WithDefaults_24<__VLS_Type
2559
2990
  edgeDateValue: string;
2560
2991
  }, {}>;
2561
2992
 
2993
+ export declare const ADatetimePicker: __VLS_WithTemplateSlots_13<DefineComponent<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_28<{
2994
+ modelValue: DatetimeUTCNullable | undefined;
2995
+ type?: "datetime" | "date" | undefined;
2996
+ label?: string | undefined;
2997
+ hideLabel?: boolean | undefined;
2998
+ clearable?: boolean | undefined;
2999
+ disabled?: boolean | undefined;
3000
+ hideDetails?: boolean | undefined;
3001
+ minNow?: boolean | undefined;
3002
+ required?: boolean | undefined;
3003
+ hideSetToNow?: boolean | undefined;
3004
+ placeholder?: string | undefined;
3005
+ enable?: DateLimit<DateOption>[] | undefined;
3006
+ weekNumbers?: false | undefined;
3007
+ dataCy?: string | undefined;
3008
+ defaultValue?: DatetimeUTCNullable | undefined;
3009
+ errorMessages?: string[] | undefined;
3010
+ }>, {
3011
+ type: string;
3012
+ label: string;
3013
+ hideLabel: boolean;
3014
+ clearable: boolean;
3015
+ disabled: boolean;
3016
+ hideDetails: boolean;
3017
+ minNow: boolean;
3018
+ required: boolean;
3019
+ hideSetToNow: boolean;
3020
+ placeholder: string;
3021
+ enable: undefined;
3022
+ weekNumbers: boolean;
3023
+ dataCy: string;
3024
+ defaultValue: null;
3025
+ errorMessages: undefined;
3026
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3027
+ change: () => void;
3028
+ blur: () => void;
3029
+ focus: () => void;
3030
+ "update:modelValue": (data: string | null) => void;
3031
+ onOpen: () => void;
3032
+ onClose: () => void;
3033
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_28<{
3034
+ modelValue: DatetimeUTCNullable | undefined;
3035
+ type?: "datetime" | "date" | undefined;
3036
+ label?: string | undefined;
3037
+ hideLabel?: boolean | undefined;
3038
+ clearable?: boolean | undefined;
3039
+ disabled?: boolean | undefined;
3040
+ hideDetails?: boolean | undefined;
3041
+ minNow?: boolean | undefined;
3042
+ required?: boolean | undefined;
3043
+ hideSetToNow?: boolean | undefined;
3044
+ placeholder?: string | undefined;
3045
+ enable?: DateLimit<DateOption>[] | undefined;
3046
+ weekNumbers?: false | undefined;
3047
+ dataCy?: string | undefined;
3048
+ defaultValue?: DatetimeUTCNullable | undefined;
3049
+ errorMessages?: string[] | undefined;
3050
+ }>, {
3051
+ type: string;
3052
+ label: string;
3053
+ hideLabel: boolean;
3054
+ clearable: boolean;
3055
+ disabled: boolean;
3056
+ hideDetails: boolean;
3057
+ minNow: boolean;
3058
+ required: boolean;
3059
+ hideSetToNow: boolean;
3060
+ placeholder: string;
3061
+ enable: undefined;
3062
+ weekNumbers: boolean;
3063
+ dataCy: string;
3064
+ defaultValue: null;
3065
+ errorMessages: undefined;
3066
+ }>>> & {
3067
+ "onUpdate:modelValue"?: ((data: string | null) => any) | undefined;
3068
+ onFocus?: (() => any) | undefined;
3069
+ onBlur?: (() => any) | undefined;
3070
+ onChange?: (() => any) | undefined;
3071
+ onOnOpen?: (() => any) | undefined;
3072
+ onOnClose?: (() => any) | undefined;
3073
+ }, {
3074
+ enable: DateLimit<DateOption>[];
3075
+ disabled: boolean;
3076
+ type: "datetime" | "date";
3077
+ required: boolean;
3078
+ label: string;
3079
+ dataCy: string;
3080
+ hideLabel: boolean;
3081
+ clearable: boolean;
3082
+ hideDetails: boolean;
3083
+ minNow: boolean;
3084
+ hideSetToNow: boolean;
3085
+ placeholder: string;
3086
+ weekNumbers: false;
3087
+ defaultValue: DatetimeUTCNullable;
3088
+ errorMessages: string[];
3089
+ }, {}>, {
3090
+ "append-inner"?(_: {}): any;
3091
+ }>;
3092
+
2562
3093
  declare type AddToCachedArgs<T extends DocId | IntegerId> = Array<T | null | undefined> | Array<Array<T | null | undefined> | T | null | undefined>;
2563
3094
 
2564
- export declare const ADialogToolbar: __VLS_WithTemplateSlots_6<DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3095
+ export declare const ADialogToolbar: __VLS_WithTemplateSlots_14<DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2565
3096
  onCancel: () => void;
2566
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>> & {
3097
+ }, string, PublicProps, Readonly<ExtractPropTypes<{}>> & {
2567
3098
  onOnCancel?: (() => any) | undefined;
2568
3099
  }, {}, {}>, {
2569
3100
  default?(_: {}): any;
2570
3101
  }>;
2571
3102
 
2572
- export declare const AEmptyRouterView: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
3103
+ export declare const AEmptyRouterView: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
2573
3104
 
2574
- export declare const AFilterAdvancedButton: DefineComponent<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_46<{
3105
+ export declare const AFilterAdvancedButton: DefineComponent<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
2575
3106
  tooltipT?: string | undefined;
2576
3107
  buttonClass?: string | undefined;
2577
3108
  dataCy?: string | undefined;
@@ -2581,7 +3112,7 @@ export declare const AFilterAdvancedButton: DefineComponent<__VLS_WithDefaults_4
2581
3112
  dataCy: string;
2582
3113
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2583
3114
  advancedFilter: () => void;
2584
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_46<{
3115
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
2585
3116
  tooltipT?: string | undefined;
2586
3117
  buttonClass?: string | undefined;
2587
3118
  dataCy?: string | undefined;
@@ -2597,7 +3128,7 @@ export declare const AFilterAdvancedButton: DefineComponent<__VLS_WithDefaults_4
2597
3128
  buttonClass: string;
2598
3129
  }, {}>;
2599
3130
 
2600
- export declare const AFilterBooleanGroup: DefineComponent<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_23<{
3131
+ export declare const AFilterBooleanGroup: DefineComponent<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_24<{
2601
3132
  modelValue: Filter;
2602
3133
  dataCyTrue?: string | undefined;
2603
3134
  dataCyFalse?: string | undefined;
@@ -2606,7 +3137,7 @@ export declare const AFilterBooleanGroup: DefineComponent<__VLS_WithDefaults_21<
2606
3137
  dataCyFalse: string;
2607
3138
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2608
3139
  "update:modelValue": (data: any) => void;
2609
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_23<{
3140
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_24<{
2610
3141
  modelValue: Filter;
2611
3142
  dataCyTrue?: string | undefined;
2612
3143
  dataCyFalse?: string | undefined;
@@ -2620,14 +3151,14 @@ export declare const AFilterBooleanGroup: DefineComponent<__VLS_WithDefaults_21<
2620
3151
  dataCyFalse: string;
2621
3152
  }, {}>;
2622
3153
 
2623
- export declare const AFilterBooleanSelect: DefineComponent<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_24<{
3154
+ export declare const AFilterBooleanSelect: DefineComponent<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_25<{
2624
3155
  modelValue: Filter;
2625
3156
  dataCy?: string | undefined;
2626
3157
  }>, {
2627
3158
  dataCy: string;
2628
3159
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2629
3160
  "update:modelValue": (data: any) => void;
2630
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_24<{
3161
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_25<{
2631
3162
  modelValue: Filter;
2632
3163
  dataCy?: string | undefined;
2633
3164
  }>, {
@@ -2638,14 +3169,14 @@ export declare const AFilterBooleanSelect: DefineComponent<__VLS_WithDefaults_22
2638
3169
  dataCy: string;
2639
3170
  }, {}>;
2640
3171
 
2641
- export declare const AFilterDatetimePicker: DefineComponent<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_25<{
3172
+ export declare const AFilterDatetimePicker: DefineComponent<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_26<{
2642
3173
  modelValue: Filter;
2643
3174
  dataCy?: string | undefined;
2644
3175
  }>, {
2645
3176
  dataCy: string;
2646
3177
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2647
3178
  "update:modelValue": (data: any) => void;
2648
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_25<{
3179
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_26<{
2649
3180
  modelValue: Filter;
2650
3181
  dataCy?: string | undefined;
2651
3182
  }>, {
@@ -2656,14 +3187,14 @@ export declare const AFilterDatetimePicker: DefineComponent<__VLS_WithDefaults_2
2656
3187
  dataCy: string;
2657
3188
  }, {}>;
2658
3189
 
2659
- export declare const AFilterInteger: DefineComponent<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_20<{
3190
+ export declare const AFilterInteger: DefineComponent<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_21<{
2660
3191
  modelValue: Filter;
2661
3192
  dataCy?: string | undefined;
2662
3193
  }>, {
2663
3194
  dataCy: string;
2664
3195
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2665
3196
  "update:modelValue": (data: Filter<any>) => void;
2666
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_20<{
3197
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_21<{
2667
3198
  modelValue: Filter;
2668
3199
  dataCy?: string | undefined;
2669
3200
  }>, {
@@ -2674,7 +3205,7 @@ export declare const AFilterInteger: DefineComponent<__VLS_WithDefaults_18<__VLS
2674
3205
  dataCy: string;
2675
3206
  }, {}>;
2676
3207
 
2677
- export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<{
3208
+ export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_51<{
2678
3209
  filterId?: Filter | undefined;
2679
3210
  filterDocId?: Filter | undefined;
2680
3211
  filterText?: Filter | undefined;
@@ -2690,7 +3221,7 @@ export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_46<__VLS_T
2690
3221
  filterOverrides: undefined;
2691
3222
  placeholder: undefined;
2692
3223
  dataCy: string;
2693
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<{
3224
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_51<{
2694
3225
  filterId?: Filter | undefined;
2695
3226
  filterDocId?: Filter | undefined;
2696
3227
  filterText?: Filter | undefined;
@@ -2716,7 +3247,7 @@ export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_46<__VLS_T
2716
3247
  filterOverrides: Filter<any>[];
2717
3248
  }, {}>;
2718
3249
 
2719
- export declare const AFilterRemoteAutocomplete: DefineComponent<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_21<{
3250
+ export declare const AFilterRemoteAutocomplete: DefineComponent<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_22<{
2720
3251
  modelValue: Filter;
2721
3252
  fetchItems: (pagination: Pagination, filterBag: FilterBag) => Promise<ValueObjectOption<string | number>[]>;
2722
3253
  fetchItemsByIds: fetchItemsByIdsType_2;
@@ -2732,7 +3263,7 @@ export declare const AFilterRemoteAutocomplete: DefineComponent<__VLS_WithDefaul
2732
3263
  placeholder: undefined;
2733
3264
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2734
3265
  "update:modelValue": (data: Filter<any>) => void;
2735
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_21<{
3266
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_22<{
2736
3267
  modelValue: Filter;
2737
3268
  fetchItems: (pagination: Pagination, filterBag: FilterBag) => Promise<ValueObjectOption<string | number>[]>;
2738
3269
  fetchItemsByIds: fetchItemsByIdsType_2;
@@ -2755,7 +3286,7 @@ export declare const AFilterRemoteAutocomplete: DefineComponent<__VLS_WithDefaul
2755
3286
  disableInitFetch: boolean;
2756
3287
  }, {}>;
2757
3288
 
2758
- export declare const AFilterResetButton: DefineComponent<__VLS_WithDefaults_44<__VLS_TypePropsToRuntimeProps_47<{
3289
+ export declare const AFilterResetButton: DefineComponent<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<{
2759
3290
  tooltipT?: string | undefined;
2760
3291
  buttonClass?: string | undefined;
2761
3292
  dataCy?: string | undefined;
@@ -2765,7 +3296,7 @@ export declare const AFilterResetButton: DefineComponent<__VLS_WithDefaults_44<_
2765
3296
  dataCy: string;
2766
3297
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2767
3298
  reset: () => void;
2768
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_44<__VLS_TypePropsToRuntimeProps_47<{
3299
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<{
2769
3300
  tooltipT?: string | undefined;
2770
3301
  buttonClass?: string | undefined;
2771
3302
  dataCy?: string | undefined;
@@ -2781,7 +3312,7 @@ export declare const AFilterResetButton: DefineComponent<__VLS_WithDefaults_44<_
2781
3312
  buttonClass: string;
2782
3313
  }, {}>;
2783
3314
 
2784
- export declare const AFilterString: DefineComponent<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_19<{
3315
+ export declare const AFilterString: DefineComponent<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_20<{
2785
3316
  modelValue: Filter;
2786
3317
  placeholder?: string | undefined;
2787
3318
  dataCy?: string | undefined;
@@ -2790,7 +3321,7 @@ export declare const AFilterString: DefineComponent<__VLS_WithDefaults_17<__VLS_
2790
3321
  dataCy: string;
2791
3322
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2792
3323
  "update:modelValue": (data: Filter<any>) => void;
2793
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_19<{
3324
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_20<{
2794
3325
  modelValue: Filter;
2795
3326
  placeholder?: string | undefined;
2796
3327
  dataCy?: string | undefined;
@@ -2804,7 +3335,7 @@ export declare const AFilterString: DefineComponent<__VLS_WithDefaults_17<__VLS_
2804
3335
  placeholder: string;
2805
3336
  }, {}>;
2806
3337
 
2807
- export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
3338
+ export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_50<{
2808
3339
  buttonT?: string | undefined;
2809
3340
  buttonClass?: string | undefined;
2810
3341
  dataCy?: string | undefined;
@@ -2816,7 +3347,7 @@ export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_45<
2816
3347
  touched: boolean;
2817
3348
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2818
3349
  submit: () => void;
2819
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
3350
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_50<{
2820
3351
  buttonT?: string | undefined;
2821
3352
  buttonClass?: string | undefined;
2822
3353
  dataCy?: string | undefined;
@@ -2835,13 +3366,13 @@ export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_45<
2835
3366
  touched: boolean;
2836
3367
  }, {}>;
2837
3368
 
2838
- export declare const AFilterValueObjectOptionsSelect: DefineComponent<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_22<{
3369
+ export declare const AFilterValueObjectOptionsSelect: DefineComponent<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_23<{
2839
3370
  modelValue: Filter;
2840
3371
  items: ValueObjectOption<string | number>[];
2841
3372
  }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2842
3373
  "update:modelValue": (data: any) => void;
2843
3374
  change: () => void;
2844
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_22<{
3375
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_23<{
2845
3376
  modelValue: Filter;
2846
3377
  items: ValueObjectOption<string | number>[];
2847
3378
  }>, {}>>> & {
@@ -2849,7 +3380,7 @@ export declare const AFilterValueObjectOptionsSelect: DefineComponent<__VLS_With
2849
3380
  onChange?: (() => any) | undefined;
2850
3381
  }, {}, {}>;
2851
3382
 
2852
- export declare const AFilterWrapper: __VLS_WithTemplateSlots_5<DefineComponent<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_18<{
3383
+ export declare const AFilterWrapper: __VLS_WithTemplateSlots_12<DefineComponent<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_19<{
2853
3384
  enableAdvanced?: boolean | undefined;
2854
3385
  enableTop?: boolean | undefined;
2855
3386
  hideButtons?: boolean | undefined;
@@ -2861,7 +3392,7 @@ export declare const AFilterWrapper: __VLS_WithTemplateSlots_5<DefineComponent<_
2861
3392
  touched: boolean;
2862
3393
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2863
3394
  resetFilter: () => void;
2864
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_18<{
3395
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_19<{
2865
3396
  enableAdvanced?: boolean | undefined;
2866
3397
  enableTop?: boolean | undefined;
2867
3398
  hideButtons?: boolean | undefined;
@@ -2885,7 +3416,7 @@ export declare const AFilterWrapper: __VLS_WithTemplateSlots_5<DefineComponent<_
2885
3416
  buttons?(_: {}): any;
2886
3417
  }>;
2887
3418
 
2888
- export declare const AFormDatetimePicker: DefineComponent<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_12<{
3419
+ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineComponent<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_12<{
2889
3420
  modelValue: DatetimeUTCNullable | undefined;
2890
3421
  label?: string | undefined;
2891
3422
  errorMessage?: string | undefined;
@@ -2893,6 +3424,8 @@ export declare const AFormDatetimePicker: DefineComponent<__VLS_WithDefaults_10<
2893
3424
  v?: any;
2894
3425
  dataCy?: string | undefined;
2895
3426
  clearable?: boolean | undefined;
3427
+ collab?: CollabComponentConfig;
3428
+ disabled?: boolean | undefined;
2896
3429
  }>, {
2897
3430
  label: undefined;
2898
3431
  errorMessage: undefined;
@@ -2900,11 +3433,14 @@ export declare const AFormDatetimePicker: DefineComponent<__VLS_WithDefaults_10<
2900
3433
  v: null;
2901
3434
  dataCy: undefined;
2902
3435
  clearable: boolean;
3436
+ collab: undefined;
3437
+ disabled: undefined;
2903
3438
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2904
3439
  "update:modelValue": (data: DatetimeUTCNullable | undefined) => void;
2905
- "click:append": (data: string | number | null) => void;
2906
- blur: (data: string | number | null) => void;
2907
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_12<{
3440
+ "click:append": (data: string | number | null | undefined) => void;
3441
+ blur: (data: string | number | null | undefined) => void;
3442
+ focus: (data: string | number | null | undefined) => void;
3443
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_12<{
2908
3444
  modelValue: DatetimeUTCNullable | undefined;
2909
3445
  label?: string | undefined;
2910
3446
  errorMessage?: string | undefined;
@@ -2912,6 +3448,8 @@ export declare const AFormDatetimePicker: DefineComponent<__VLS_WithDefaults_10<
2912
3448
  v?: any;
2913
3449
  dataCy?: string | undefined;
2914
3450
  clearable?: boolean | undefined;
3451
+ collab?: CollabComponentConfig;
3452
+ disabled?: boolean | undefined;
2915
3453
  }>, {
2916
3454
  label: undefined;
2917
3455
  errorMessage: undefined;
@@ -2919,20 +3457,33 @@ export declare const AFormDatetimePicker: DefineComponent<__VLS_WithDefaults_10<
2919
3457
  v: null;
2920
3458
  dataCy: undefined;
2921
3459
  clearable: boolean;
3460
+ collab: undefined;
3461
+ disabled: undefined;
2922
3462
  }>>> & {
2923
3463
  "onUpdate:modelValue"?: ((data: DatetimeUTCNullable | undefined) => any) | undefined;
2924
- onBlur?: ((data: string | number | null) => any) | undefined;
2925
- "onClick:append"?: ((data: string | number | null) => any) | undefined;
3464
+ onFocus?: ((data: string | number | null | undefined) => any) | undefined;
3465
+ onBlur?: ((data: string | number | null | undefined) => any) | undefined;
3466
+ "onClick:append"?: ((data: string | number | null | undefined) => any) | undefined;
2926
3467
  }, {
3468
+ disabled: boolean;
3469
+ collab: {
3470
+ room: string;
3471
+ field: string;
3472
+ cachedUsers: CollabCachedUsersMap;
3473
+ };
2927
3474
  required: boolean;
2928
3475
  label: string;
2929
3476
  dataCy: string;
2930
3477
  clearable: boolean;
2931
3478
  errorMessage: string;
2932
3479
  v: any;
2933
- }, {}>;
3480
+ }, {}>, {
3481
+ locked?(_: {
3482
+ userId: IntegerIdNullable;
3483
+ }): any;
3484
+ }>;
2934
3485
 
2935
- export declare const AFormFlagDatetimePicker: DefineComponent<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_13<{
3486
+ export declare const AFormFlagDatetimePicker: __VLS_WithTemplateSlots_8<DefineComponent<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_13<{
2936
3487
  modelValue: DatetimeUTCNullable | undefined;
2937
3488
  label?: string | undefined;
2938
3489
  errorMessage?: string | undefined;
@@ -2940,6 +3491,8 @@ export declare const AFormFlagDatetimePicker: DefineComponent<__VLS_WithDefaults
2940
3491
  dataCy?: string | undefined;
2941
3492
  clearable?: boolean | undefined;
2942
3493
  defaultActivationValue?: DatetimeUTCNullable | (() => DatetimeUTCNullable) | undefined;
3494
+ collab?: CollabComponentConfig;
3495
+ disabled?: boolean | undefined;
2943
3496
  }>, {
2944
3497
  label: undefined;
2945
3498
  errorMessage: undefined;
@@ -2947,11 +3500,13 @@ export declare const AFormFlagDatetimePicker: DefineComponent<__VLS_WithDefaults
2947
3500
  dataCy: undefined;
2948
3501
  clearable: boolean;
2949
3502
  defaultActivationValue: string;
3503
+ collab: undefined;
3504
+ disabled: undefined;
2950
3505
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2951
3506
  "update:modelValue": (data: DatetimeUTCNullable | undefined) => void;
2952
3507
  "click:append": (data: string | number | null) => void;
2953
3508
  blur: (data: string | number | null) => void;
2954
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_13<{
3509
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_13<{
2955
3510
  modelValue: DatetimeUTCNullable | undefined;
2956
3511
  label?: string | undefined;
2957
3512
  errorMessage?: string | undefined;
@@ -2959,6 +3514,8 @@ export declare const AFormFlagDatetimePicker: DefineComponent<__VLS_WithDefaults
2959
3514
  dataCy?: string | undefined;
2960
3515
  clearable?: boolean | undefined;
2961
3516
  defaultActivationValue?: DatetimeUTCNullable | (() => DatetimeUTCNullable) | undefined;
3517
+ collab?: CollabComponentConfig;
3518
+ disabled?: boolean | undefined;
2962
3519
  }>, {
2963
3520
  label: undefined;
2964
3521
  errorMessage: undefined;
@@ -2966,20 +3523,32 @@ export declare const AFormFlagDatetimePicker: DefineComponent<__VLS_WithDefaults
2966
3523
  dataCy: undefined;
2967
3524
  clearable: boolean;
2968
3525
  defaultActivationValue: string;
3526
+ collab: undefined;
3527
+ disabled: undefined;
2969
3528
  }>>> & {
2970
3529
  "onUpdate:modelValue"?: ((data: DatetimeUTCNullable | undefined) => any) | undefined;
2971
3530
  onBlur?: ((data: string | number | null) => any) | undefined;
2972
3531
  "onClick:append"?: ((data: string | number | null) => any) | undefined;
2973
3532
  }, {
3533
+ disabled: boolean;
3534
+ collab: {
3535
+ room: string;
3536
+ field: string;
3537
+ cachedUsers: CollabCachedUsersMap;
3538
+ };
2974
3539
  label: string;
2975
3540
  dataCy: string;
2976
3541
  clearable: boolean;
2977
3542
  errorMessage: string;
2978
3543
  v: any;
2979
- defaultActivationValue: DatetimeUTCNullable | 'now' | (() => DatetimeUTCNullable);
2980
- }, {}>;
3544
+ defaultActivationValue: DatetimeUTCNullable | (() => DatetimeUTCNullable);
3545
+ }, {}>, {
3546
+ locked?(_: {
3547
+ userId: IntegerIdNullable;
3548
+ }): any;
3549
+ }>;
2981
3550
 
2982
- export declare const AFormRemoteAutocomplete: DefineComponent<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_14<{
3551
+ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineComponent<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_14<{
2983
3552
  modelValue: any;
2984
3553
  label?: string | undefined;
2985
3554
  required?: boolean | undefined;
@@ -2996,6 +3565,8 @@ export declare const AFormRemoteAutocomplete: DefineComponent<__VLS_WithDefaults
2996
3565
  filterSortBy?: string | null | undefined;
2997
3566
  disableInitFetch?: boolean | undefined;
2998
3567
  loading?: boolean | undefined;
3568
+ collab?: CollabComponentConfig;
3569
+ disabled?: boolean | undefined;
2999
3570
  }>, {
3000
3571
  label: undefined;
3001
3572
  required: undefined;
@@ -3009,12 +3580,15 @@ export declare const AFormRemoteAutocomplete: DefineComponent<__VLS_WithDefaults
3009
3580
  filterSortBy: string;
3010
3581
  disableInitFetch: boolean;
3011
3582
  loading: boolean;
3583
+ collab: undefined;
3584
+ disabled: undefined;
3012
3585
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3013
3586
  "update:modelValue": (data: string | number | string[] | number[] | null) => void;
3014
3587
  searchChange: (data: string) => void;
3015
3588
  searchChangeDebounced: (data: string) => void;
3016
3589
  blur: (data: string | number | string[] | number[] | null) => void;
3017
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_14<{
3590
+ focus: (data: string | number | string[] | number[] | null) => void;
3591
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_14<{
3018
3592
  modelValue: any;
3019
3593
  label?: string | undefined;
3020
3594
  required?: boolean | undefined;
@@ -3031,6 +3605,8 @@ export declare const AFormRemoteAutocomplete: DefineComponent<__VLS_WithDefaults
3031
3605
  filterSortBy?: string | null | undefined;
3032
3606
  disableInitFetch?: boolean | undefined;
3033
3607
  loading?: boolean | undefined;
3608
+ collab?: CollabComponentConfig;
3609
+ disabled?: boolean | undefined;
3034
3610
  }>, {
3035
3611
  label: undefined;
3036
3612
  required: undefined;
@@ -3044,13 +3620,22 @@ export declare const AFormRemoteAutocomplete: DefineComponent<__VLS_WithDefaults
3044
3620
  filterSortBy: string;
3045
3621
  disableInitFetch: boolean;
3046
3622
  loading: boolean;
3623
+ collab: undefined;
3624
+ disabled: undefined;
3047
3625
  }>>> & {
3048
3626
  "onUpdate:modelValue"?: ((data: string | number | string[] | number[] | null) => any) | undefined;
3627
+ onFocus?: ((data: string | number | string[] | number[] | null) => any) | undefined;
3049
3628
  onBlur?: ((data: string | number | string[] | number[] | null) => any) | undefined;
3050
3629
  onSearchChange?: ((data: string) => any) | undefined;
3051
3630
  onSearchChangeDebounced?: ((data: string) => any) | undefined;
3052
3631
  }, {
3632
+ disabled: boolean;
3053
3633
  multiple: boolean;
3634
+ collab: {
3635
+ room: string;
3636
+ field: string;
3637
+ cachedUsers: CollabCachedUsersMap;
3638
+ };
3054
3639
  required: boolean;
3055
3640
  loading: boolean;
3056
3641
  label: string;
@@ -3062,9 +3647,13 @@ export declare const AFormRemoteAutocomplete: DefineComponent<__VLS_WithDefaults
3062
3647
  filterByField: string;
3063
3648
  filterSortBy: string | null;
3064
3649
  disableInitFetch: boolean;
3065
- }, {}>;
3650
+ }, {}>, {
3651
+ locked?(_: {
3652
+ userId: number;
3653
+ }): any;
3654
+ }>;
3066
3655
 
3067
- export declare const AFormRemoteAutocompleteWithCached: DefineComponent<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
3656
+ export declare const AFormRemoteAutocompleteWithCached: DefineComponent<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_61<{
3068
3657
  modelValue: any;
3069
3658
  label?: string | undefined;
3070
3659
  required?: boolean | undefined;
@@ -3100,7 +3689,7 @@ export declare const AFormRemoteAutocompleteWithCached: DefineComponent<__VLS_Wi
3100
3689
  focus: (data: string | number | string[] | number[] | null | undefined) => void;
3101
3690
  searchChange: (data: string) => void;
3102
3691
  searchChangeDebounced: (data: string) => void;
3103
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
3692
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_61<{
3104
3693
  modelValue: any;
3105
3694
  label?: string | undefined;
3106
3695
  required?: boolean | undefined;
@@ -3166,7 +3755,7 @@ export declare const AFormRemoteCheckbox: DefineComponent<__VLS_WithDefaults_13<
3166
3755
  v: null;
3167
3756
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3168
3757
  "update:modelValue": (data: boolean) => void;
3169
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_15<{
3758
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_15<{
3170
3759
  modelValue: boolean;
3171
3760
  callbackToTrue: () => Promise<boolean>;
3172
3761
  callbackToFalse: () => Promise<boolean>;
@@ -3203,7 +3792,7 @@ export declare const AFormRemoteSwitch: DefineComponent<__VLS_WithDefaults_14<__
3203
3792
  v: null;
3204
3793
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3205
3794
  "update:modelValue": (data: boolean) => void;
3206
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_16<{
3795
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_16<{
3207
3796
  modelValue: boolean;
3208
3797
  callbackToTrue: () => Promise<boolean>;
3209
3798
  callbackToFalse: () => Promise<boolean>;
@@ -3225,8 +3814,58 @@ export declare const AFormRemoteSwitch: DefineComponent<__VLS_WithDefaults_14<__
3225
3814
  v: any;
3226
3815
  }, {}>;
3227
3816
 
3228
- export declare const AFormTextarea: DefineComponent<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_11<{
3229
- modelValue: string | null;
3817
+ export declare const AFormSwitch: __VLS_WithTemplateSlots_10<DefineComponent<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_17<{
3818
+ modelValue: boolean;
3819
+ label?: string | undefined;
3820
+ dataCy?: string | undefined;
3821
+ hideLabel?: boolean | undefined;
3822
+ collab?: CollabComponentConfig;
3823
+ disabled?: boolean | undefined;
3824
+ }>, {
3825
+ label: undefined;
3826
+ dataCy: undefined;
3827
+ hideLabel: boolean;
3828
+ collab: undefined;
3829
+ disabled: undefined;
3830
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3831
+ "update:modelValue": (data: boolean) => void;
3832
+ blur: (data: boolean) => void;
3833
+ focus: (data: boolean) => void;
3834
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_17<{
3835
+ modelValue: boolean;
3836
+ label?: string | undefined;
3837
+ dataCy?: string | undefined;
3838
+ hideLabel?: boolean | undefined;
3839
+ collab?: CollabComponentConfig;
3840
+ disabled?: boolean | undefined;
3841
+ }>, {
3842
+ label: undefined;
3843
+ dataCy: undefined;
3844
+ hideLabel: boolean;
3845
+ collab: undefined;
3846
+ disabled: undefined;
3847
+ }>>> & {
3848
+ "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
3849
+ onFocus?: ((data: boolean) => any) | undefined;
3850
+ onBlur?: ((data: boolean) => any) | undefined;
3851
+ }, {
3852
+ disabled: boolean;
3853
+ collab: {
3854
+ room: string;
3855
+ field: string;
3856
+ cachedUsers: CollabCachedUsersMap;
3857
+ };
3858
+ label: string;
3859
+ dataCy: string;
3860
+ hideLabel: boolean;
3861
+ }, {}>, {
3862
+ locked?(_: {
3863
+ userId: number;
3864
+ }): any;
3865
+ }>;
3866
+
3867
+ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_11<{
3868
+ modelValue: string | null | undefined;
3230
3869
  label?: string | undefined;
3231
3870
  errorMessage?: string | undefined;
3232
3871
  required?: boolean | undefined;
@@ -3236,6 +3875,8 @@ export declare const AFormTextarea: DefineComponent<__VLS_WithDefaults_9<__VLS_T
3236
3875
  dataCy?: string | undefined;
3237
3876
  hideLabel?: boolean | undefined;
3238
3877
  rows?: number | undefined;
3878
+ collab?: CollabComponentConfig;
3879
+ disabled?: boolean | undefined;
3239
3880
  }>, {
3240
3881
  label: undefined;
3241
3882
  errorMessage: undefined;
@@ -3246,12 +3887,15 @@ export declare const AFormTextarea: DefineComponent<__VLS_WithDefaults_9<__VLS_T
3246
3887
  dataCy: undefined;
3247
3888
  hideLabel: boolean;
3248
3889
  rows: number;
3890
+ collab: undefined;
3891
+ disabled: undefined;
3249
3892
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3250
- "update:modelValue": (data: string | null) => void;
3893
+ "update:modelValue": (data: string | null | undefined) => void;
3251
3894
  "click:append": (data: string | null) => void;
3252
- blur: (data: string | null) => void;
3253
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_11<{
3254
- modelValue: string | null;
3895
+ blur: (data: string | null | undefined) => void;
3896
+ focus: (data: string | null | undefined) => void;
3897
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_11<{
3898
+ modelValue: string | null | undefined;
3255
3899
  label?: string | undefined;
3256
3900
  errorMessage?: string | undefined;
3257
3901
  required?: boolean | undefined;
@@ -3261,6 +3905,8 @@ export declare const AFormTextarea: DefineComponent<__VLS_WithDefaults_9<__VLS_T
3261
3905
  dataCy?: string | undefined;
3262
3906
  hideLabel?: boolean | undefined;
3263
3907
  rows?: number | undefined;
3908
+ collab?: CollabComponentConfig;
3909
+ disabled?: boolean | undefined;
3264
3910
  }>, {
3265
3911
  label: undefined;
3266
3912
  errorMessage: undefined;
@@ -3271,13 +3917,22 @@ export declare const AFormTextarea: DefineComponent<__VLS_WithDefaults_9<__VLS_T
3271
3917
  dataCy: undefined;
3272
3918
  hideLabel: boolean;
3273
3919
  rows: number;
3920
+ collab: undefined;
3921
+ disabled: undefined;
3274
3922
  }>>> & {
3275
- "onUpdate:modelValue"?: ((data: string | null) => any) | undefined;
3276
- onBlur?: ((data: string | null) => any) | undefined;
3923
+ "onUpdate:modelValue"?: ((data: string | null | undefined) => any) | undefined;
3924
+ onFocus?: ((data: string | null | undefined) => any) | undefined;
3925
+ onBlur?: ((data: string | null | undefined) => any) | undefined;
3277
3926
  "onClick:append"?: ((data: string | null) => any) | undefined;
3278
3927
  }, {
3279
- appendIcon: VuetifyIconValue;
3280
- prependIcon: VuetifyIconValue;
3928
+ appendIcon: string;
3929
+ disabled: boolean;
3930
+ prependIcon: string;
3931
+ collab: {
3932
+ room: string;
3933
+ field: string;
3934
+ cachedUsers: CollabCachedUsersMap;
3935
+ };
3281
3936
  required: boolean;
3282
3937
  label: string;
3283
3938
  dataCy: string;
@@ -3285,9 +3940,13 @@ export declare const AFormTextarea: DefineComponent<__VLS_WithDefaults_9<__VLS_T
3285
3940
  errorMessage: string;
3286
3941
  v: any;
3287
3942
  rows: number;
3288
- }, {}>;
3943
+ }, {}>, {
3944
+ locked?(_: {
3945
+ userId: number;
3946
+ }): any;
3947
+ }>;
3289
3948
 
3290
- export declare const AFormTextField: DefineComponent<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_10<{
3949
+ export declare const AFormTextField: __VLS_WithTemplateSlots_5<DefineComponent<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_10<{
3291
3950
  modelValue: string | number | null | undefined;
3292
3951
  label?: string | undefined;
3293
3952
  errorMessage?: string | undefined;
@@ -3300,6 +3959,10 @@ export declare const AFormTextField: DefineComponent<__VLS_WithDefaults_8<__VLS_
3300
3959
  type?: string | undefined;
3301
3960
  step?: number | undefined;
3302
3961
  maxlength?: number | undefined;
3962
+ collab?: CollabComponentConfig;
3963
+ disabled?: boolean | undefined;
3964
+ placeholder?: string | undefined;
3965
+ persistentPlaceholder?: boolean | undefined;
3303
3966
  }>, {
3304
3967
  label: undefined;
3305
3968
  errorMessage: undefined;
@@ -3312,11 +3975,16 @@ export declare const AFormTextField: DefineComponent<__VLS_WithDefaults_8<__VLS_
3312
3975
  type: string;
3313
3976
  step: undefined;
3314
3977
  maxlength: undefined;
3978
+ collab: undefined;
3979
+ disabled: undefined;
3980
+ placeholder: undefined;
3981
+ persistentPlaceholder: boolean;
3315
3982
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3316
3983
  "update:modelValue": (data: string | number | null | undefined) => void;
3317
3984
  "click:append": (data: string | number | null | undefined) => void;
3318
3985
  blur: (data: string | number | null | undefined) => void;
3319
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_10<{
3986
+ focus: (data: string | number | null | undefined) => void;
3987
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_10<{
3320
3988
  modelValue: string | number | null | undefined;
3321
3989
  label?: string | undefined;
3322
3990
  errorMessage?: string | undefined;
@@ -3329,6 +3997,10 @@ export declare const AFormTextField: DefineComponent<__VLS_WithDefaults_8<__VLS_
3329
3997
  type?: string | undefined;
3330
3998
  step?: number | undefined;
3331
3999
  maxlength?: number | undefined;
4000
+ collab?: CollabComponentConfig;
4001
+ disabled?: boolean | undefined;
4002
+ placeholder?: string | undefined;
4003
+ persistentPlaceholder?: boolean | undefined;
3332
4004
  }>, {
3333
4005
  label: undefined;
3334
4006
  errorMessage: undefined;
@@ -3341,25 +4013,42 @@ export declare const AFormTextField: DefineComponent<__VLS_WithDefaults_8<__VLS_
3341
4013
  type: string;
3342
4014
  step: undefined;
3343
4015
  maxlength: undefined;
4016
+ collab: undefined;
4017
+ disabled: undefined;
4018
+ placeholder: undefined;
4019
+ persistentPlaceholder: boolean;
3344
4020
  }>>> & {
3345
4021
  "onUpdate:modelValue"?: ((data: string | number | null | undefined) => any) | undefined;
4022
+ onFocus?: ((data: string | number | null | undefined) => any) | undefined;
3346
4023
  onBlur?: ((data: string | number | null | undefined) => any) | undefined;
3347
4024
  "onClick:append"?: ((data: string | number | null | undefined) => any) | undefined;
3348
4025
  }, {
3349
- appendIcon: VuetifyIconValue;
3350
- prependIcon: VuetifyIconValue;
4026
+ appendIcon: string;
4027
+ disabled: boolean;
4028
+ prependIcon: string;
3351
4029
  type: string;
4030
+ collab: {
4031
+ room: string;
4032
+ field: string;
4033
+ cachedUsers: CollabCachedUsersMap;
4034
+ };
3352
4035
  required: boolean;
3353
4036
  label: string;
3354
4037
  dataCy: string;
3355
4038
  hideLabel: boolean;
4039
+ placeholder: string;
4040
+ persistentPlaceholder: boolean;
3356
4041
  step: number;
3357
4042
  errorMessage: string;
3358
4043
  v: any;
3359
4044
  maxlength: number;
3360
- }, {}>;
4045
+ }, {}>, {
4046
+ locked?(_: {
4047
+ userId: number;
4048
+ }): any;
4049
+ }>;
3361
4050
 
3362
- export declare const AFormValueObjectOptionsSelect: DefineComponent<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_17<{
4051
+ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<DefineComponent<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_18<{
3363
4052
  modelValue: any;
3364
4053
  items: any[];
3365
4054
  label?: string | undefined;
@@ -3371,6 +4060,8 @@ export declare const AFormValueObjectOptionsSelect: DefineComponent<__VLS_WithDe
3371
4060
  hideDetails?: boolean | undefined;
3372
4061
  clearable?: boolean | undefined;
3373
4062
  dataCy?: string | undefined;
4063
+ collab?: CollabComponentConfig;
4064
+ disabled?: boolean | undefined;
3374
4065
  }>, {
3375
4066
  label: undefined;
3376
4067
  errorMessage: undefined;
@@ -3381,10 +4072,13 @@ export declare const AFormValueObjectOptionsSelect: DefineComponent<__VLS_WithDe
3381
4072
  hideDetails: boolean;
3382
4073
  clearable: boolean;
3383
4074
  dataCy: string;
4075
+ collab: undefined;
4076
+ disabled: undefined;
3384
4077
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3385
4078
  "update:modelValue": (data: any) => void;
3386
4079
  blur: (data: any) => void;
3387
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_17<{
4080
+ focus: (data: any) => void;
4081
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_18<{
3388
4082
  modelValue: any;
3389
4083
  items: any[];
3390
4084
  label?: string | undefined;
@@ -3396,6 +4090,8 @@ export declare const AFormValueObjectOptionsSelect: DefineComponent<__VLS_WithDe
3396
4090
  hideDetails?: boolean | undefined;
3397
4091
  clearable?: boolean | undefined;
3398
4092
  dataCy?: string | undefined;
4093
+ collab?: CollabComponentConfig;
4094
+ disabled?: boolean | undefined;
3399
4095
  }>, {
3400
4096
  label: undefined;
3401
4097
  errorMessage: undefined;
@@ -3406,11 +4102,20 @@ export declare const AFormValueObjectOptionsSelect: DefineComponent<__VLS_WithDe
3406
4102
  hideDetails: boolean;
3407
4103
  clearable: boolean;
3408
4104
  dataCy: string;
4105
+ collab: undefined;
4106
+ disabled: undefined;
3409
4107
  }>>> & {
3410
4108
  "onUpdate:modelValue"?: ((data: any) => any) | undefined;
4109
+ onFocus?: ((data: any) => any) | undefined;
3411
4110
  onBlur?: ((data: any) => any) | undefined;
3412
4111
  }, {
4112
+ disabled: boolean;
3413
4113
  multiple: boolean;
4114
+ collab: {
4115
+ room: string;
4116
+ field: string;
4117
+ cachedUsers: CollabCachedUsersMap;
4118
+ };
3414
4119
  required: boolean;
3415
4120
  label: string;
3416
4121
  dataCy: string;
@@ -3419,9 +4124,13 @@ export declare const AFormValueObjectOptionsSelect: DefineComponent<__VLS_WithDe
3419
4124
  hideDetails: boolean;
3420
4125
  errorMessage: string;
3421
4126
  v: any;
3422
- }, {}>;
4127
+ }, {}>, {
4128
+ locked?(_: {
4129
+ userId: number;
4130
+ }): any;
4131
+ }>;
3423
4132
 
3424
- export declare const AIconGroup: DefineComponent<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
4133
+ export declare const AIconGroup: DefineComponent<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_40<{
3425
4134
  mainIcon: string;
3426
4135
  secondaryIcon?: string | null | undefined;
3427
4136
  secondaryText?: string | null | undefined;
@@ -3430,7 +4139,7 @@ export declare const AIconGroup: DefineComponent<__VLS_WithDefaults_35<__VLS_Typ
3430
4139
  secondaryIcon: null;
3431
4140
  secondaryText: null;
3432
4141
  size: string;
3433
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
4142
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_40<{
3434
4143
  mainIcon: string;
3435
4144
  secondaryIcon?: string | null | undefined;
3436
4145
  secondaryText?: string | null | undefined;
@@ -3445,21 +4154,25 @@ export declare const AIconGroup: DefineComponent<__VLS_WithDefaults_35<__VLS_Typ
3445
4154
  secondaryText: null | string;
3446
4155
  }, {}>;
3447
4156
 
3448
- export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_65<{
4157
+ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_67<{
3449
4158
  modelValue: IntegerIdNullable;
3450
4159
  queueKey: UploadQueueKey;
3451
- licenceId: IntegerId;
3452
- extSystem: IntegerId;
4160
+ uploadConfig: ImageWidgetUploadConfig;
4161
+ selectConfig: ImageWidgetSelectConfig[];
3453
4162
  image?: ImageAware | undefined;
3454
4163
  configName?: string | undefined;
4164
+ collab?: CollabComponentConfig;
3455
4165
  label?: string | undefined;
3456
4166
  readonly?: boolean | undefined;
3457
4167
  dataCy?: string | undefined;
3458
4168
  expandOptions?: boolean | undefined;
4169
+ expandMetadata?: boolean | undefined;
3459
4170
  disableOnClickMenu?: boolean | undefined;
3460
4171
  width?: number | undefined;
4172
+ callDeleteApiOnRemove?: boolean | undefined;
3461
4173
  }>, {
3462
4174
  configName: string;
4175
+ collab: undefined;
3463
4176
  label: undefined;
3464
4177
  image: undefined;
3465
4178
  readonly: boolean;
@@ -3467,25 +4180,34 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
3467
4180
  lockedById: undefined;
3468
4181
  dataCy: undefined;
3469
4182
  expandOptions: boolean;
4183
+ expandMetadata: boolean;
3470
4184
  disableOnClickMenu: boolean;
3471
4185
  width: undefined;
3472
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4186
+ callDeleteApiOnRemove: boolean;
4187
+ }>, {
4188
+ metadataConfirm: () => void;
4189
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3473
4190
  "update:modelValue": (data: IntegerIdNullable) => void;
3474
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_65<{
4191
+ afterMetadataSaveSuccess: () => void;
4192
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_67<{
3475
4193
  modelValue: IntegerIdNullable;
3476
4194
  queueKey: UploadQueueKey;
3477
- licenceId: IntegerId;
3478
- extSystem: IntegerId;
4195
+ uploadConfig: ImageWidgetUploadConfig;
4196
+ selectConfig: ImageWidgetSelectConfig[];
3479
4197
  image?: ImageAware | undefined;
3480
4198
  configName?: string | undefined;
4199
+ collab?: CollabComponentConfig;
3481
4200
  label?: string | undefined;
3482
4201
  readonly?: boolean | undefined;
3483
4202
  dataCy?: string | undefined;
3484
4203
  expandOptions?: boolean | undefined;
4204
+ expandMetadata?: boolean | undefined;
3485
4205
  disableOnClickMenu?: boolean | undefined;
3486
4206
  width?: number | undefined;
4207
+ callDeleteApiOnRemove?: boolean | undefined;
3487
4208
  }>, {
3488
4209
  configName: string;
4210
+ collab: undefined;
3489
4211
  label: undefined;
3490
4212
  image: undefined;
3491
4213
  readonly: boolean;
@@ -3493,31 +4215,42 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
3493
4215
  lockedById: undefined;
3494
4216
  dataCy: undefined;
3495
4217
  expandOptions: boolean;
4218
+ expandMetadata: boolean;
3496
4219
  disableOnClickMenu: boolean;
3497
4220
  width: undefined;
4221
+ callDeleteApiOnRemove: boolean;
3498
4222
  }>>> & {
3499
4223
  "onUpdate:modelValue"?: ((data: IntegerIdNullable) => any) | undefined;
4224
+ onAfterMetadataSaveSuccess?: (() => any) | undefined;
3500
4225
  }, {
3501
4226
  width: number;
4227
+ collab: {
4228
+ room: string;
4229
+ field: string;
4230
+ cachedUsers: CollabCachedUsersMap;
4231
+ };
3502
4232
  image: ImageAware;
3503
4233
  label: string;
3504
4234
  dataCy: string;
3505
4235
  readonly: boolean;
3506
4236
  configName: string;
3507
4237
  expandOptions: boolean;
4238
+ expandMetadata: boolean;
3508
4239
  disableOnClickMenu: boolean;
4240
+ callDeleteApiOnRemove: boolean;
3509
4241
  }, {}>;
3510
4242
 
3511
- export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_67<{
4243
+ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_69<{
3512
4244
  modelValue: IntegerId[];
3513
4245
  queueKey: UploadQueueKey;
3514
- licenceId: IntegerId;
3515
- extSystem: IntegerId;
4246
+ uploadConfig: ImageWidgetUploadConfig;
4247
+ selectConfig: ImageWidgetSelectConfig[];
3516
4248
  configName?: string | undefined;
3517
4249
  label?: string | undefined;
3518
4250
  readonly?: boolean | undefined;
3519
4251
  dataCy?: string | undefined;
3520
4252
  width?: number | undefined;
4253
+ callDeleteApiOnRemove?: boolean | undefined;
3521
4254
  }>, {
3522
4255
  configName: string;
3523
4256
  label: undefined;
@@ -3528,20 +4261,22 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_64
3528
4261
  dataCy: undefined;
3529
4262
  expandOptions: boolean;
3530
4263
  width: undefined;
4264
+ callDeleteApiOnRemove: boolean;
3531
4265
  }>, {
3532
- saveImages: () => Promise<false | void>;
4266
+ saveImages: () => Promise<boolean>;
3533
4267
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3534
4268
  "update:modelValue": (data: number[]) => void;
3535
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_67<{
4269
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_69<{
3536
4270
  modelValue: IntegerId[];
3537
4271
  queueKey: UploadQueueKey;
3538
- licenceId: IntegerId;
3539
- extSystem: IntegerId;
4272
+ uploadConfig: ImageWidgetUploadConfig;
4273
+ selectConfig: ImageWidgetSelectConfig[];
3540
4274
  configName?: string | undefined;
3541
4275
  label?: string | undefined;
3542
4276
  readonly?: boolean | undefined;
3543
4277
  dataCy?: string | undefined;
3544
4278
  width?: number | undefined;
4279
+ callDeleteApiOnRemove?: boolean | undefined;
3545
4280
  }>, {
3546
4281
  configName: string;
3547
4282
  label: undefined;
@@ -3552,6 +4287,7 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_64
3552
4287
  dataCy: undefined;
3553
4288
  expandOptions: boolean;
3554
4289
  width: undefined;
4290
+ callDeleteApiOnRemove: boolean;
3555
4291
  }>>> & {
3556
4292
  "onUpdate:modelValue"?: ((data: number[]) => any) | undefined;
3557
4293
  }, {
@@ -3560,16 +4296,70 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_64
3560
4296
  dataCy: string;
3561
4297
  readonly: boolean;
3562
4298
  configName: string;
4299
+ callDeleteApiOnRemove: boolean;
4300
+ }, {}>;
4301
+
4302
+ export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_70<{
4303
+ modelValue: IntegerId[];
4304
+ images?: ImageAware[] | undefined;
4305
+ configName?: string | undefined;
4306
+ label?: string | undefined;
4307
+ width?: number | undefined;
4308
+ disableAspectRatio?: boolean | undefined;
4309
+ aspectRatio?: string | number | undefined;
4310
+ showDescription?: boolean | undefined;
4311
+ showSource?: boolean | undefined;
4312
+ }>, {
4313
+ images: () => never[];
4314
+ configName: string;
4315
+ label: undefined;
4316
+ image: undefined;
4317
+ width: undefined;
4318
+ disableAspectRatio: boolean;
4319
+ aspectRatio: number;
4320
+ showDescription: boolean;
4321
+ showSource: boolean;
4322
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_70<{
4323
+ modelValue: IntegerId[];
4324
+ images?: ImageAware[] | undefined;
4325
+ configName?: string | undefined;
4326
+ label?: string | undefined;
4327
+ width?: number | undefined;
4328
+ disableAspectRatio?: boolean | undefined;
4329
+ aspectRatio?: string | number | undefined;
4330
+ showDescription?: boolean | undefined;
4331
+ showSource?: boolean | undefined;
4332
+ }>, {
4333
+ images: () => never[];
4334
+ configName: string;
4335
+ label: undefined;
4336
+ image: undefined;
4337
+ width: undefined;
4338
+ disableAspectRatio: boolean;
4339
+ aspectRatio: number;
4340
+ showDescription: boolean;
4341
+ showSource: boolean;
4342
+ }>>>, {
4343
+ width: number;
4344
+ label: string;
4345
+ configName: string;
4346
+ disableAspectRatio: boolean;
4347
+ aspectRatio: number | string;
4348
+ showDescription: boolean;
4349
+ showSource: boolean;
4350
+ images: ImageAware[];
3563
4351
  }, {}>;
3564
4352
 
3565
- export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_15<DefineComponent<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_66<{
4353
+ export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_23<DefineComponent<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_68<{
3566
4354
  modelValue: IntegerIdNullable | undefined;
3567
- image?: ImageAware | ImageCreateUpdateAware | undefined;
4355
+ image?: ImageAware | ImageCreateUpdateAware | null | undefined;
3568
4356
  configName?: string | undefined;
3569
4357
  label?: string | undefined;
3570
4358
  width?: number | undefined;
3571
4359
  disableAspectRatio?: boolean | undefined;
3572
4360
  aspectRatio?: string | number | undefined;
4361
+ showDescription?: boolean | undefined;
4362
+ showSource?: boolean | undefined;
3573
4363
  }>, {
3574
4364
  configName: string;
3575
4365
  label: undefined;
@@ -3577,14 +4367,18 @@ export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_15<DefineCompon
3577
4367
  width: undefined;
3578
4368
  disableAspectRatio: boolean;
3579
4369
  aspectRatio: number;
3580
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_66<{
4370
+ showDescription: boolean;
4371
+ showSource: boolean;
4372
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_68<{
3581
4373
  modelValue: IntegerIdNullable | undefined;
3582
- image?: ImageAware | ImageCreateUpdateAware | undefined;
4374
+ image?: ImageAware | ImageCreateUpdateAware | null | undefined;
3583
4375
  configName?: string | undefined;
3584
4376
  label?: string | undefined;
3585
4377
  width?: number | undefined;
3586
4378
  disableAspectRatio?: boolean | undefined;
3587
4379
  aspectRatio?: string | number | undefined;
4380
+ showDescription?: boolean | undefined;
4381
+ showSource?: boolean | undefined;
3588
4382
  }>, {
3589
4383
  configName: string;
3590
4384
  label: undefined;
@@ -3592,13 +4386,17 @@ export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_15<DefineCompon
3592
4386
  width: undefined;
3593
4387
  disableAspectRatio: boolean;
3594
4388
  aspectRatio: number;
4389
+ showDescription: boolean;
4390
+ showSource: boolean;
3595
4391
  }>>>, {
3596
4392
  width: number;
3597
- image: ImageAware | ImageCreateUpdateAware;
4393
+ image: ImageAware | ImageCreateUpdateAware | null;
3598
4394
  label: string;
3599
4395
  configName: string;
3600
4396
  disableAspectRatio: boolean;
3601
4397
  aspectRatio: string | number;
4398
+ showDescription: boolean;
4399
+ showSource: boolean;
3602
4400
  }, {}>, {
3603
4401
  append?(_: {
3604
4402
  image: {
@@ -3609,6 +4407,7 @@ export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_15<DefineCompon
3609
4407
  };
3610
4408
  dam: {
3611
4409
  damId: string;
4410
+ licenceId: number;
3612
4411
  regionPosition: number;
3613
4412
  };
3614
4413
  position: number;
@@ -3621,18 +4420,19 @@ export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_15<DefineCompon
3621
4420
  position: number;
3622
4421
  dam: {
3623
4422
  damId: string;
4423
+ licenceId: number;
3624
4424
  regionPosition: number;
3625
4425
  };
3626
4426
  } | null;
3627
4427
  }): any;
3628
4428
  }>;
3629
4429
 
3630
- export declare const AJobDetailCommon: __VLS_WithTemplateSlots_11<DefineComponent<__VLS_WithDefaults_57<__VLS_TypePropsToRuntimeProps_60<{
4430
+ export declare const AJobDetailCommon: __VLS_WithTemplateSlots_19<DefineComponent<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_62<{
3631
4431
  job: JobBase<`job${string}`>;
3632
4432
  loading?: boolean | undefined;
3633
4433
  }>, {
3634
4434
  loading: boolean;
3635
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_57<__VLS_TypePropsToRuntimeProps_60<{
4435
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_62<{
3636
4436
  job: JobBase<`job${string}`>;
3637
4437
  loading?: boolean | undefined;
3638
4438
  }>, {
@@ -3643,25 +4443,25 @@ export declare const AJobDetailCommon: __VLS_WithTemplateSlots_11<DefineComponen
3643
4443
  "resource-name"?(_: {}): any;
3644
4444
  }>;
3645
4445
 
3646
- export declare const AJobStatusChip: DefineComponent<__VLS_TypePropsToRuntimeProps_32<{
4446
+ export declare const AJobStatusChip: DefineComponent<__VLS_TypePropsToRuntimeProps_34<{
3647
4447
  value: JobStatus;
3648
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_32<{
4448
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_34<{
3649
4449
  value: JobStatus;
3650
4450
  }>>>, {}, {}>;
3651
4451
 
3652
4452
  export declare const ALanguageSelect: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3653
4453
  afterChange: (code: LanguageCode) => void;
3654
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>> & {
4454
+ }, string, PublicProps, Readonly<ExtractPropTypes<{}>> & {
3655
4455
  onAfterChange?: ((code: LanguageCode) => any) | undefined;
3656
4456
  }, {}, {}>;
3657
4457
 
3658
- export declare const ALogData: DefineComponent<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_31<{
4458
+ export declare const ALogData: DefineComponent<__VLS_WithDefaults_31<__VLS_TypePropsToRuntimeProps_33<{
3659
4459
  data: any;
3660
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_31<{
4460
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_31<__VLS_TypePropsToRuntimeProps_33<{
3661
4461
  data: any;
3662
4462
  }>, {}>>>, {}, {}>;
3663
4463
 
3664
- export declare const ALoginView: DefineComponent<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_69<{
4464
+ export declare const ALoginView: DefineComponent<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_75<{
3665
4465
  title?: string | undefined;
3666
4466
  logoUrl?: string | undefined;
3667
4467
  loginUrl?: undefined | (() => string);
@@ -3671,7 +4471,7 @@ export declare const ALoginView: DefineComponent<__VLS_WithDefaults_66<__VLS_Typ
3671
4471
  logoUrl: undefined;
3672
4472
  loginUrl: undefined;
3673
4473
  dataCy: string;
3674
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_69<{
4474
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_75<{
3675
4475
  title?: string | undefined;
3676
4476
  logoUrl?: string | undefined;
3677
4477
  loginUrl?: undefined | (() => string);
@@ -3688,17 +4488,17 @@ export declare const ALoginView: DefineComponent<__VLS_WithDefaults_66<__VLS_Typ
3688
4488
  loginUrl: () => string;
3689
4489
  }, {}>;
3690
4490
 
3691
- export declare const ALogLevelChip: DefineComponent<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<{
4491
+ export declare const ALogLevelChip: DefineComponent<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
3692
4492
  level: LogLevel;
3693
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<{
4493
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
3694
4494
  level: LogLevel;
3695
4495
  }>, {}>>>, {}, {}>;
3696
4496
 
3697
- export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_70<{
4497
+ export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_76<{
3698
4498
  logoutUrl?: undefined | (() => string);
3699
4499
  }>, {
3700
4500
  logoutUrl: undefined;
3701
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_70<{
4501
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_76<{
3702
4502
  logoutUrl?: undefined | (() => string);
3703
4503
  }>, {
3704
4504
  logoutUrl: undefined;
@@ -3706,9 +4506,9 @@ export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_67<__VLS_Ty
3706
4506
  logoutUrl: () => string;
3707
4507
  }, {}>;
3708
4508
 
3709
- export declare const ANotFoundView: DefineComponent<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_72<{
4509
+ export declare const ANotFoundView: DefineComponent<__VLS_WithDefaults_75<__VLS_TypePropsToRuntimeProps_78<{
3710
4510
  returnRouteName: string;
3711
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_72<{
4511
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_75<__VLS_TypePropsToRuntimeProps_78<{
3712
4512
  returnRouteName: string;
3713
4513
  }>, {}>>>, {}, {}>;
3714
4514
 
@@ -3780,7 +4580,7 @@ export declare const APermissionGrantEditor: DefineComponent<__VLS_TypePropsToRu
3780
4580
  selectedGrant: Grant | undefined;
3781
4581
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3782
4582
  change: (data?: Grant | undefined) => void;
3783
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_7<{
4583
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_7<{
3784
4584
  availableGrants: Grant[];
3785
4585
  selectedGrant: Grant | undefined;
3786
4586
  }>>> & {
@@ -3790,7 +4590,7 @@ export declare const APermissionGrantEditor: DefineComponent<__VLS_TypePropsToRu
3790
4590
  export declare const APermissionValueChip: DefineComponent<__VLS_TypePropsToRuntimeProps_8<{
3791
4591
  grant: Grant;
3792
4592
  grantOrigin: GrantOrigin;
3793
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_8<{
4593
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_8<{
3794
4594
  grant: Grant;
3795
4595
  grantOrigin: GrantOrigin;
3796
4596
  }>>>, {}, {}>;
@@ -3858,7 +4658,7 @@ export declare const ARow: __VLS_WithTemplateSlots_2<DefineComponent<__VLS_WithD
3858
4658
  value: string;
3859
4659
  dataCy: undefined;
3860
4660
  titleClass: string;
3861
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<{
4661
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<{
3862
4662
  title?: string | undefined;
3863
4663
  value?: string | number | null | undefined;
3864
4664
  dataCy?: string | undefined;
@@ -3887,7 +4687,7 @@ export declare const arraysHaveSameElements: <T>(array1: T[], array2: T[]) => bo
3887
4687
 
3888
4688
  export declare const arrayToString: (values: Array<string | number>, separator?: string) => string;
3889
4689
 
3890
- export declare const ASortable: __VLS_WithTemplateSlots_12<DefineComponent<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_61<{
4690
+ export declare const ASortable: __VLS_WithTemplateSlots_20<DefineComponent<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_63<{
3891
4691
  modelValue: any;
3892
4692
  dirty?: Set<string | number> | undefined;
3893
4693
  keyField?: string | undefined;
@@ -3932,7 +4732,7 @@ export declare const ASortable: __VLS_WithTemplateSlots_12<DefineComponent<__VLS
3932
4732
  onAddLast: (data: any) => void;
3933
4733
  onEdit: (data: SortableItem<any>) => void;
3934
4734
  onDelete: (data: SortableItem<any>) => void;
3935
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_61<{
4735
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_63<{
3936
4736
  modelValue: any;
3937
4737
  dirty?: Set<string | number> | undefined;
3938
4738
  keyField?: string | undefined;
@@ -3997,7 +4797,7 @@ export declare const ASortable: __VLS_WithTemplateSlots_12<DefineComponent<__VLS
3997
4797
  }): any;
3998
4798
  }>;
3999
4799
 
4000
- export declare const ASortableNested: __VLS_WithTemplateSlots_13<DefineComponent<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_62<{
4800
+ export declare const ASortableNested: __VLS_WithTemplateSlots_21<DefineComponent<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_64<{
4001
4801
  modelValue: SortableNested<any>;
4002
4802
  maxDepth: number;
4003
4803
  disableDraggable?: boolean | undefined;
@@ -4033,7 +4833,7 @@ export declare const ASortableNested: __VLS_WithTemplateSlots_13<DefineComponent
4033
4833
  onAddLast: (data: SortableNestedItem<any> | null) => void;
4034
4834
  onEdit: (data: SortableNestedItem<any>) => void;
4035
4835
  onDelete: (data: SortableNestedItem<any>) => void;
4036
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_62<{
4836
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_64<{
4037
4837
  modelValue: SortableNested<any>;
4038
4838
  maxDepth: number;
4039
4839
  disableDraggable?: boolean | undefined;
@@ -4107,7 +4907,7 @@ declare type AssetExternalProviderMetadata = Record<string, string | number | nu
4107
4907
 
4108
4908
  export declare type AssetFile = AssetFileImage | AssetFileAudio | AssetFileVideo | AssetFileDocument;
4109
4909
 
4110
- export declare interface AssetFileAudio extends AnzuUserAndTimeTrackingAware {
4910
+ export declare interface AssetFileAudio extends AnzuUserAndTimeTrackingAware, AssetFileMainRouteAware {
4111
4911
  id: DocId;
4112
4912
  asset: DocId;
4113
4913
  fileAttributes: FileAttributes;
@@ -4117,7 +4917,7 @@ export declare interface AssetFileAudio extends AnzuUserAndTimeTrackingAware {
4117
4917
  _resourceName: 'audioFile';
4118
4918
  }
4119
4919
 
4120
- export declare interface AssetFileDocument extends AnzuUserAndTimeTrackingAware {
4920
+ export declare interface AssetFileDocument extends AnzuUserAndTimeTrackingAware, AssetFileMainRouteAware {
4121
4921
  id: DocId;
4122
4922
  asset: DocId;
4123
4923
  fileAttributes: FileAttributes;
@@ -4144,7 +4944,7 @@ export declare enum AssetFileFailReason {
4144
4944
  Default = "none"
4145
4945
  }
4146
4946
 
4147
- export declare interface AssetFileImage extends AnzuUserAndTimeTrackingAware {
4947
+ export declare interface AssetFileImage extends AnzuUserAndTimeTrackingAware, AssetFileMainRouteAware {
4148
4948
  id: DocId;
4149
4949
  asset: DocId;
4150
4950
  fileAttributes: FileAttributes;
@@ -4188,14 +4988,18 @@ export declare enum AssetFileLinkType {
4188
4988
  Default = "image"
4189
4989
  }
4190
4990
 
4991
+ export declare interface AssetFileMainRouteAware {
4992
+ mainRoute?: AssetFileRoute;
4993
+ }
4994
+
4191
4995
  export declare type AssetFileNullable = AssetFileImage | AssetFileAudio | AssetFileVideo | AssetFileDocument | null;
4192
4996
 
4193
4997
  export declare enum AssetFileProcessStatus {
4194
- Uploading = "uploading",
4195
- Uploaded = "uploaded",
4196
- Stored = "stored",
4197
- Duplicate = "duplicate",
4198
- Processed = "processed",
4998
+ Uploading = "uploading",// file entity created and ready to receive chunks
4999
+ Uploaded = "uploaded",// all chunks were sent
5000
+ Stored = "stored",// File is stored and ready to processing
5001
+ Duplicate = "duplicate",// AssetFile is duplicate of another asset
5002
+ Processed = "processed",// file processed and ready to serve
4199
5003
  Failed = "failed"
4200
5004
  }
4201
5005
 
@@ -4207,6 +5011,20 @@ export declare interface AssetFileProperties {
4207
5011
  height: number;
4208
5012
  }
4209
5013
 
5014
+ export declare interface AssetFileRoute {
5015
+ id: DocId;
5016
+ status: AssetFileRouteStatus;
5017
+ main: boolean;
5018
+ publicUrl: string;
5019
+ _resourceName: 'assetFileRoute';
5020
+ }
5021
+
5022
+ export declare enum AssetFileRouteStatus {
5023
+ Disabled = "disabled",
5024
+ Active = "active",
5025
+ Default = "disabled"
5026
+ }
5027
+
4210
5028
  export declare interface AssetFileVideo extends AnzuUserAndTimeTrackingAware {
4211
5029
  id: DocId;
4212
5030
  asset: DocId;
@@ -4236,7 +5054,6 @@ export declare interface AssetSearchListItemDto extends AnzuUserAndTimeTrackingA
4236
5054
  keywords: DocId[];
4237
5055
  authors: DocId[];
4238
5056
  podcasts: DocId[];
4239
- metadata: Metadata_2;
4240
5057
  assetFileProperties: AssetFileProperties;
4241
5058
  }
4242
5059
 
@@ -4402,14 +5219,14 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
4402
5219
  } | undefined;
4403
5220
  };
4404
5221
 
4405
- export declare const ASystemBar: DefineComponent<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
5222
+ export declare const ASystemBar: DefineComponent<__VLS_WithDefaults_53<__VLS_TypePropsToRuntimeProps_56<{
4406
5223
  currentVersion: string;
4407
5224
  checkInterval?: number | undefined;
4408
5225
  jsonRelativePath?: string | undefined;
4409
5226
  }>, {
4410
5227
  checkInterval: number;
4411
5228
  jsonRelativePath: string;
4412
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
5229
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_53<__VLS_TypePropsToRuntimeProps_56<{
4413
5230
  currentVersion: string;
4414
5231
  checkInterval?: number | undefined;
4415
5232
  jsonRelativePath?: string | undefined;
@@ -4424,14 +5241,14 @@ export declare const ASystemBar: DefineComponent<__VLS_WithDefaults_51<__VLS_Typ
4424
5241
  export declare const ASystemEntityScope: __VLS_WithTemplateSlots_4<DefineComponent<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_9<{
4425
5242
  system: string;
4426
5243
  subject: string;
4427
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_9<{
5244
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_9<{
4428
5245
  system: string;
4429
5246
  subject: string;
4430
5247
  }>, {}>>>, {}, {}>, {
4431
5248
  default?(_: {}): any;
4432
5249
  }>;
4433
5250
 
4434
- export declare const ATableCopyIdButton: DefineComponent<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_50<{
5251
+ export declare const ATableCopyIdButton: DefineComponent<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<{
4435
5252
  id: number | string;
4436
5253
  buttonT?: string | undefined;
4437
5254
  buttonClass?: string | undefined;
@@ -4446,7 +5263,7 @@ export declare const ATableCopyIdButton: DefineComponent<__VLS_WithDefaults_47<_
4446
5263
  notifyT: string;
4447
5264
  dataCy: string;
4448
5265
  size: string;
4449
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_50<{
5266
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<{
4450
5267
  id: number | string;
4451
5268
  buttonT?: string | undefined;
4452
5269
  buttonClass?: string | undefined;
@@ -4470,7 +5287,7 @@ export declare const ATableCopyIdButton: DefineComponent<__VLS_WithDefaults_47<_
4470
5287
  iconT: string;
4471
5288
  }, {}>;
4472
5289
 
4473
- export declare const ATableDetailButton: DefineComponent<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_51<{
5290
+ export declare const ATableDetailButton: DefineComponent<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<{
4474
5291
  routeName: string;
4475
5292
  recordId?: number | string | undefined;
4476
5293
  routeParams?: any | undefined;
@@ -4483,7 +5300,7 @@ export declare const ATableDetailButton: DefineComponent<__VLS_WithDefaults_48<_
4483
5300
  buttonT: string;
4484
5301
  buttonClass: string;
4485
5302
  dataCy: string;
4486
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_51<{
5303
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<{
4487
5304
  routeName: string;
4488
5305
  recordId?: number | string | undefined;
4489
5306
  routeParams?: any | undefined;
@@ -4504,7 +5321,7 @@ export declare const ATableDetailButton: DefineComponent<__VLS_WithDefaults_48<_
4504
5321
  recordId: string | number;
4505
5322
  }, {}>;
4506
5323
 
4507
- export declare const ATableEditButton: DefineComponent<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<{
5324
+ export declare const ATableEditButton: DefineComponent<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
4508
5325
  routeName: string;
4509
5326
  recordId?: number | string | undefined;
4510
5327
  routeParams?: any | undefined;
@@ -4517,7 +5334,7 @@ export declare const ATableEditButton: DefineComponent<__VLS_WithDefaults_49<__V
4517
5334
  buttonT: string;
4518
5335
  buttonClass: string;
4519
5336
  dataCy: string;
4520
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<{
5337
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
4521
5338
  routeName: string;
4522
5339
  recordId?: number | string | undefined;
4523
5340
  routeParams?: any | undefined;
@@ -4538,16 +5355,16 @@ export declare const ATableEditButton: DefineComponent<__VLS_WithDefaults_49<__V
4538
5355
  recordId: string | number;
4539
5356
  }, {}>;
4540
5357
 
4541
- export declare const AThemeSelect: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
5358
+ export declare const AThemeSelect: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
4542
5359
 
4543
- export declare const ATimeTrackingFields: DefineComponent<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_35<{
5360
+ export declare const ATimeTrackingFields: DefineComponent<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_37<{
4544
5361
  data: AnzuUserAndTimeTrackingAware | any;
4545
5362
  hideCreatedAt?: boolean | undefined;
4546
5363
  hideModifiedAt?: boolean | undefined;
4547
5364
  }>, {
4548
5365
  hideCreatedAt: boolean;
4549
5366
  hideModifiedAt: boolean;
4550
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_35<{
5367
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_37<{
4551
5368
  data: AnzuUserAndTimeTrackingAware | any;
4552
5369
  hideCreatedAt?: boolean | undefined;
4553
5370
  hideModifiedAt?: boolean | undefined;
@@ -4570,13 +5387,13 @@ declare interface AudioAttributes {
4570
5387
  bitrate: number;
4571
5388
  }
4572
5389
 
4573
- export declare const AUnauthorizedView: DefineComponent<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_71<{
5390
+ export declare const AUnauthorizedView: DefineComponent<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_77<{
4574
5391
  returnRouteName: string;
4575
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_71<{
5392
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_77<{
4576
5393
  returnRouteName: string;
4577
5394
  }>, {}>>>, {}, {}>;
4578
5395
 
4579
- export declare const AUserAndTimeTrackingFields: DefineComponent<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_39<{
5396
+ export declare const AUserAndTimeTrackingFields: DefineComponent<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_41<{
4580
5397
  data: AnzuUserAndTimeTrackingAware | any;
4581
5398
  hideCreatedAt?: boolean | undefined;
4582
5399
  hideModifiedAt?: boolean | undefined;
@@ -4587,7 +5404,7 @@ export declare const AUserAndTimeTrackingFields: DefineComponent<__VLS_WithDefau
4587
5404
  hideModifiedAt: boolean;
4588
5405
  hideCreatedBy: boolean;
4589
5406
  hideModifiedBy: boolean;
4590
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_39<{
5407
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_41<{
4591
5408
  data: AnzuUserAndTimeTrackingAware | any;
4592
5409
  hideCreatedAt?: boolean | undefined;
4593
5410
  hideModifiedAt?: boolean | undefined;
@@ -4633,126 +5450,417 @@ export declare type CachedItem<T extends object> = T & {
4633
5450
  */
4634
5451
  export declare const cloneDeep: <T>(object: T) => T;
4635
5452
 
4636
- declare type ColumnConfig = {
4637
- key: string;
4638
- title?: string;
4639
- sortable?: boolean;
4640
- fixed?: boolean;
4641
- };
4642
-
4643
- declare type ColumnInternalValues = {
4644
- key: string;
4645
- title?: string;
4646
- sortable: boolean;
4647
- fixed: boolean;
4648
- };
5453
+ export declare const COLLAB_FIELD_PREFIX_COMMENT = "comment:";
4649
5454
 
4650
- export declare const COMMON_CONFIG: Immutable<typeof commonConfig>;
5455
+ export declare const COLLAB_FIELD_PREFIX_EMBED = "embed:";
4651
5456
 
4652
- declare interface CommonAdminCoreDamConfig {
4653
- damClient: () => AxiosInstance;
4654
- defaultLicenceId?: IntegerId;
5457
+ declare interface CollabAccessRoomCallback {
5458
+ status: CollabAccessRoomStatusType;
4655
5459
  }
4656
5460
 
4657
- declare type CommonAdminCoreDamOptions = undefined | {
4658
- configs: {
4659
- [key: string]: CommonAdminCoreDamConfig;
4660
- };
4661
- apiTimeout: number;
4662
- uploadStatusFallback: boolean;
4663
- notification: {
4664
- enabled: boolean;
4665
- webSocketUrl: string;
4666
- };
5461
+ export declare type CollabAccessRoomCallbackTypes = CollabSuccessAccessRoomCallback | CollabOccupiedAccessRoomCallback | CollabFailedAccessRoomCallback;
5462
+
5463
+ export declare const CollabAccessRoomStatus: {
5464
+ readonly Ok: "ok";
5465
+ readonly Occupied: "occupied";
5466
+ readonly Failed: "failed";
4667
5467
  };
4668
5468
 
4669
- declare interface CommonAdminImageConfig {
4670
- imageClient: () => AxiosInstance;
4671
- previewDomain: string;
4672
- width: number;
4673
- height: number;
5469
+ export declare type CollabAccessRoomStatusType = (typeof CollabAccessRoomStatus)[keyof typeof CollabAccessRoomStatus];
5470
+
5471
+ export declare interface CollabApprovedJoinRequestEvent {
5472
+ room: CollabRoom;
4674
5473
  }
4675
5474
 
4676
- declare type CommonAdminImageOptions = undefined | {
4677
- configs: {
4678
- [key: string]: CommonAdminImageConfig;
4679
- };
4680
- };
5475
+ export declare interface CollabApprovedRequestToTakeModerationEvent {
5476
+ room: CollabRoom;
5477
+ }
4681
5478
 
4682
- declare const commonConfig: {
4683
- CHIP: {
4684
- CLASS: {
4685
- NO_LINK: string;
4686
- };
4687
- ICON: {
4688
- LINK: string;
4689
- LINK_EXTERNAL: string;
4690
- };
4691
- };
4692
- };
5479
+ export declare type CollabCachedUsersMap = Map<IntegerId, CachedItem<AnzuUserMinimal>>;
4693
5480
 
4694
- export declare function createDatatableColumnsConfig(config: ColumnConfig[], columnsHidden: Ref<Array<string>>, system?: string | undefined, subject?: string | undefined, disableActions?: boolean, customPagination?: Pagination | undefined, customI18n?: undefined | any): {
4695
- columnsAll: {
4696
- key: string;
4697
- title?: string | undefined;
4698
- sortable: boolean;
4699
- fixed: boolean;
4700
- }[];
4701
- columnsVisible: ComputedRef<any>;
4702
- columnsHidden: Ref<string[]>;
4703
- updateSortBy: (sortBy: any) => void;
4704
- pagination: Pagination;
4705
- };
5481
+ export declare type CollabChangeRoomLockCallbackTypes = CollabSuccessChangeRoomLockCallback | CollabFailedChangeRoomLockCallback;
4706
5482
 
4707
- export declare interface CreatedByAware {
4708
- createdBy: IntegerIdNullable;
5483
+ declare interface CollabChangeRoomLocksInfoCallback {
5484
+ status: CollabChangeRoomLockStatusType;
4709
5485
  }
4710
5486
 
4711
- export declare type CurrentUserType = DeepReadonly<Ref<UnwrapRef<AnzuUser | undefined>>>;
5487
+ export declare const CollabChangeRoomLockStatus: {
5488
+ readonly Ok: "ok";
5489
+ readonly Failed: "failed";
5490
+ };
5491
+
5492
+ export declare type CollabChangeRoomLockStatusType = (typeof CollabChangeRoomLockStatus)[keyof typeof CollabChangeRoomLockStatus];
5493
+
5494
+ export declare interface CollabClientToServerEvents {
5495
+ subscribeCollabRoomInfo: (room: CollabRoom, callback: (data: CollabRoomInfoCallback) => void) => void;
5496
+ unsubscribeCollabRoomInfo: (room: CollabRoom, callback: (data: CollabRoomInfoCallback) => void) => void;
5497
+ joinCollabRoom: (room: CollabRoom, options: CollabRoomOptions, callback: (data: CollabAccessRoomCallbackTypes) => void) => void;
5498
+ leaveCollabRoom: (room: CollabRoom, callback: (data: CollabAccessRoomCallbackTypes) => void) => void;
5499
+ acquireFieldLock: (room: CollabRoom, field: CollabFieldName, options: CollabFieldLockOptions, callback: (data: CollabChangeRoomLockCallbackTypes) => void) => void;
5500
+ releaseFieldLock: (room: CollabRoom, field: CollabFieldName, changedData: unknown, options: CollabFieldLockOptions, callback: (data: CollabChangeRoomLockCallbackTypes) => void) => void;
5501
+ changeFieldData: (room: CollabRoom, field: CollabFieldName, changedData: unknown, callback: (data: CollabChangeRoomLockCallbackTypes) => void) => void;
5502
+ requestToJoin: (room: CollabRoom, timestamp: number, callback: (data: CollabRequestToJoinStatusCallback) => void) => void;
5503
+ approveRequestToJoin: (room: CollabRoom, userId: CollabUserId) => void;
5504
+ rejectRequestToJoin: (room: CollabRoom, userId: CollabUserId) => void;
5505
+ enteredCollabRoom: (room: CollabRoom) => void;
5506
+ requestToTakeModeration: (room: CollabRoom, timestamp: number, callback: (data: CollabRequestToTakeModerationStatusCallback) => void) => void;
5507
+ approveRequestToTakeModeration: (room: CollabRoom) => void;
5508
+ rejectRequestToTakeModeration: (room: CollabRoom) => void;
5509
+ kickUserFromRoom: (room: CollabRoom, userId: CollabUserId) => void;
5510
+ transferModeration: (room: CollabRoom, userId: CollabUserId) => void;
5511
+ fetchRoomsInfo: (rooms: CollabRoom[], callback: (data: CollabRoomsInfo) => void) => void;
5512
+ }
4712
5513
 
4713
- export declare type CustomAclResolver<T extends AclValue = AclValue> = undefined | {
4714
- can?: (acl: T, subject?: object) => boolean;
4715
- canOwner?: (subject: object) => boolean;
5514
+ export declare type CollabComponentConfig = undefined | {
5515
+ room: CollabRoom;
5516
+ field: CollabFieldName;
5517
+ cachedUsers: CollabCachedUsersMap;
4716
5518
  };
4717
5519
 
4718
- export declare interface CustomDataAware {
4719
- customData: {
4720
- [key: string]: any;
4721
- };
5520
+ declare interface CollabConfig {
5521
+ room: CollabRoom;
5522
+ joinStrategy: CollabRoomJoinStrategyType;
5523
+ occupiedOrKickedRedirectToRoute: string;
5524
+ editors: CollabFieldName[];
4722
5525
  }
4723
5526
 
4724
- export declare interface CustomDataFormElement extends AnzuUserAndTimeTrackingAware, ResourceNameSystemAware {
4725
- id: DocId;
4726
- property: string;
4727
- name: string;
4728
- position: number;
4729
- attributes: CustomDataFormElementAttributes;
5527
+ export declare interface CollabDelayedRequest {
5528
+ userId: CollabUserId;
5529
+ timestamp: number;
4730
5530
  }
4731
5531
 
4732
- export declare interface CustomDataFormElementAttributes {
4733
- type: CustomDataFormElementTypeType;
4734
- minValue: number | null;
4735
- maxValue: number | null;
4736
- minCount: number | null;
4737
- maxCount: number | null;
4738
- required: boolean;
4739
- searchable: boolean;
4740
- readonly: boolean;
5532
+ export declare interface CollabFailedAccessRoomCallback extends CollabAccessRoomCallback {
5533
+ status: typeof CollabAccessRoomStatus.Failed;
5534
+ reason: string;
4741
5535
  }
4742
5536
 
4743
- export declare const CustomDataFormElementType: {
4744
- readonly String: "string";
4745
- readonly Integer: "integer";
4746
- readonly StringArray: "string_array";
4747
- readonly Boolean: "boolean";
4748
- };
5537
+ export declare interface CollabFailedChangeRoomLockCallback extends CollabChangeRoomLocksInfoCallback {
5538
+ status: typeof CollabChangeRoomLockStatus.Failed;
5539
+ reason: string;
5540
+ }
4749
5541
 
4750
- export declare const CustomDataFormElementTypeDefault: "string";
5542
+ export declare type CollabFieldData = unknown;
4751
5543
 
4752
- export declare type CustomDataFormElementTypeType = (typeof CustomDataFormElementType)[keyof typeof CustomDataFormElementType];
5544
+ export declare interface CollabFieldDataEnvelope {
5545
+ type: 'scalar' | 'json';
5546
+ user: CollabUserId;
5547
+ value: CollabFieldData;
5548
+ }
4753
5549
 
4754
- export declare enum DamAssetStatus {
4755
- Draft = "draft",
5550
+ export declare type CollabFieldLock = CollabUserIdNullable;
5551
+
5552
+ export declare interface CollabFieldLockOptions {
5553
+ forceFailure?: boolean;
5554
+ }
5555
+
5556
+ export declare const CollabFieldLockStatus: {
5557
+ readonly Success: "success";
5558
+ readonly Failure: "failure";
5559
+ };
5560
+
5561
+ export declare interface CollabFieldLockStatusEvent {
5562
+ room: CollabRoom;
5563
+ field: string;
5564
+ }
5565
+
5566
+ export declare interface CollabFieldLockStatusPayload {
5567
+ type: CollabFieldLockTypeType;
5568
+ status: CollabFieldLockStatusType;
5569
+ }
5570
+
5571
+ export declare type CollabFieldLockStatusType = (typeof CollabFieldLockStatus)[keyof typeof CollabFieldLockStatus];
5572
+
5573
+ export declare const CollabFieldLockType: {
5574
+ readonly Acquire: "acquire";
5575
+ readonly Release: "release";
5576
+ };
5577
+
5578
+ export declare type CollabFieldLockTypeType = (typeof CollabFieldLockType)[keyof typeof CollabFieldLockType];
5579
+
5580
+ export declare type CollabFieldName = string;
5581
+
5582
+ export declare interface CollabGatheringBufferDataEvent {
5583
+ room: CollabRoom;
5584
+ }
5585
+
5586
+ export declare interface CollabJoinRequestEvent {
5587
+ room: CollabRoom;
5588
+ userId: number;
5589
+ timestamp: number;
5590
+ }
5591
+
5592
+ export declare interface CollabKickedFromRoomEvent {
5593
+ room: CollabRoom;
5594
+ }
5595
+
5596
+ export declare interface CollabOccupiedAccessRoomCallback extends CollabAccessRoomCallback, CollabRoomInfoCallback {
5597
+ status: typeof CollabAccessRoomStatus.Occupied;
5598
+ }
5599
+
5600
+ export declare interface CollabRejectedJoinRequestEvent {
5601
+ room: CollabRoom;
5602
+ }
5603
+
5604
+ export declare interface CollabRejectedRequestToTakeModerationEvent {
5605
+ room: CollabRoom;
5606
+ }
5607
+
5608
+ export declare const CollabRequestToJoinStatus: {
5609
+ readonly Ok: "ok";
5610
+ readonly AlreadyRequested: "alreadyRequested";
5611
+ readonly Failed: "failed";
5612
+ };
5613
+
5614
+ export declare interface CollabRequestToJoinStatusCallback {
5615
+ status: CollabRequestToJoinStatusType;
5616
+ }
5617
+
5618
+ export declare type CollabRequestToJoinStatusType = (typeof CollabRequestToJoinStatus)[keyof typeof CollabRequestToJoinStatus];
5619
+
5620
+ export declare interface CollabRequestToTakeModerationEvent {
5621
+ room: CollabRoom;
5622
+ userId: number;
5623
+ timestamp: number;
5624
+ }
5625
+
5626
+ export declare const CollabRequestToTakeModerationStatus: {
5627
+ readonly Ok: "ok";
5628
+ readonly AlreadyRequested: "alreadyRequested";
5629
+ readonly Failed: "failed";
5630
+ };
5631
+
5632
+ export declare interface CollabRequestToTakeModerationStatusCallback {
5633
+ status: CollabRequestToTakeModerationStatusType;
5634
+ }
5635
+
5636
+ export declare type CollabRequestToTakeModerationStatusType = (typeof CollabRequestToTakeModerationStatus)[keyof typeof CollabRequestToTakeModerationStatus];
5637
+
5638
+ export declare type CollabRoom = string;
5639
+
5640
+ export declare interface CollabRoomData extends Record<CollabFieldName, CollabFieldDataEnvelope> {
5641
+ }
5642
+
5643
+ export declare interface CollabRoomDataChangedEvent {
5644
+ room: CollabRoom;
5645
+ field: string;
5646
+ }
5647
+
5648
+ export declare interface CollabRoomInfo {
5649
+ name: CollabRoom;
5650
+ moderator: CollabUserIdNullable;
5651
+ users: CollabUserId[];
5652
+ status: CollabStatusType;
5653
+ }
5654
+
5655
+ export declare interface CollabRoomInfoCallback {
5656
+ room: CollabRoomInfo;
5657
+ }
5658
+
5659
+ export declare const CollabRoomJoinStrategy: {
5660
+ readonly Free: "free";
5661
+ readonly Moderated: "moderated";
5662
+ };
5663
+
5664
+ export declare type CollabRoomJoinStrategyType = (typeof CollabRoomJoinStrategy)[keyof typeof CollabRoomJoinStrategy];
5665
+
5666
+ export declare interface CollabRoomLocks extends Record<CollabFieldName, CollabFieldLock> {
5667
+ }
5668
+
5669
+ export declare interface CollabRoomLocksInfoCallback {
5670
+ locks: CollabRoomLocks;
5671
+ }
5672
+
5673
+ export declare interface CollabRoomOptions {
5674
+ joinStrategy?: CollabRoomJoinStrategyType;
5675
+ editors?: CollabFieldName[];
5676
+ }
5677
+
5678
+ export declare interface CollabRoomPlainData extends Record<CollabFieldName, CollabFieldData> {
5679
+ }
5680
+
5681
+ export declare interface CollabRoomsInfo extends Record<CollabRoom, CollabRoomInfo> {
5682
+ }
5683
+
5684
+ export declare type CollabRouteMeta = (params: RouteParams) => CollabConfig;
5685
+
5686
+ export declare interface CollabServerToClientEvents {
5687
+ collabRoomChanged: (room: CollabRoomInfo) => void;
5688
+ collabRoomLocksChanged: (room: CollabRoom, locks: CollabRoomLocks) => void;
5689
+ collabRoomDataChanged: (room: CollabRoom, data: CollabRoomData) => void;
5690
+ requestToJoin: (room: CollabRoom, user: CollabUserId, timestamp: number) => void;
5691
+ approvedRequestToJoin: (room: CollabRoom) => void;
5692
+ rejectedRequestToJoin: (room: CollabRoom) => void;
5693
+ startCollab: (room: CollabRoom, callback: (data: CollabRoomPlainData) => void) => void;
5694
+ requestToTakeModeration: (room: CollabRoom, user: CollabUserId, timestamp: number) => void;
5695
+ transferredModeration: (room: CollabRoom) => void;
5696
+ approvedRequestToTakeModeration: (room: CollabRoom) => void;
5697
+ rejectedRequestToTakeModeration: (room: CollabRoom) => void;
5698
+ kickedFromRoom: (room: CollabRoom) => void;
5699
+ }
5700
+
5701
+ export declare interface CollabStartingEvent {
5702
+ room: CollabRoom;
5703
+ startedCallback: (data: CollabRoomPlainData) => void;
5704
+ }
5705
+
5706
+ export declare const CollabStatus: {
5707
+ readonly Inactive: "inactive";
5708
+ readonly Active: "active";
5709
+ };
5710
+
5711
+ export declare type CollabStatusType = (typeof CollabStatus)[keyof typeof CollabStatus];
5712
+
5713
+ export declare interface CollabSuccessAccessRoomCallback extends CollabAccessRoomCallback, CollabRoomInfoCallback {
5714
+ status: typeof CollabAccessRoomStatus.Ok;
5715
+ }
5716
+
5717
+ export declare interface CollabSuccessChangeRoomLockCallback extends CollabChangeRoomLocksInfoCallback, CollabRoomLocksInfoCallback {
5718
+ status: typeof CollabChangeRoomLockStatus.Ok;
5719
+ locks: CollabRoomLocks;
5720
+ }
5721
+
5722
+ export declare type CollabUserId = number;
5723
+
5724
+ export declare type CollabUserIdNullable = number | null;
5725
+
5726
+ declare type ColumnConfig = {
5727
+ key: string;
5728
+ title?: string;
5729
+ sortable?: boolean;
5730
+ fixed?: boolean;
5731
+ };
5732
+
5733
+ declare type ColumnInternalValues = {
5734
+ key: string;
5735
+ title?: string;
5736
+ sortable: boolean;
5737
+ fixed: boolean;
5738
+ };
5739
+
5740
+ export declare const COMMON_CONFIG: Immutable<typeof commonConfig>;
5741
+
5742
+ declare type CommonAdminCollabOptions = {
5743
+ enabled: boolean;
5744
+ socketUrl: string;
5745
+ };
5746
+
5747
+ declare interface CommonAdminCoreDamConfig {
5748
+ damClient: () => AxiosInstance;
5749
+ }
5750
+
5751
+ declare type CommonAdminCoreDamOptions = undefined | {
5752
+ configs: {
5753
+ [key: string]: CommonAdminCoreDamConfig;
5754
+ };
5755
+ apiTimeout: number;
5756
+ uploadStatusFallback: boolean;
5757
+ notification: {
5758
+ enabled: boolean;
5759
+ webSocketUrl: string;
5760
+ };
5761
+ };
5762
+
5763
+ declare interface CommonAdminImageConfig {
5764
+ imageClient: () => AxiosInstance;
5765
+ previewDomain: string;
5766
+ width: number;
5767
+ height: number;
5768
+ }
5769
+
5770
+ declare type CommonAdminImageOptions = undefined | {
5771
+ configs: {
5772
+ [key: string]: CommonAdminImageConfig;
5773
+ };
5774
+ };
5775
+
5776
+ declare const commonConfig: {
5777
+ CHIP: {
5778
+ CLASS: {
5779
+ NO_LINK: string;
5780
+ };
5781
+ ICON: {
5782
+ LINK: string;
5783
+ LINK_EXTERNAL: string;
5784
+ };
5785
+ };
5786
+ };
5787
+
5788
+ export declare function createDatatableColumnsConfig(config: ColumnConfig[], columnsHidden: Ref<Array<string>>, system?: string | undefined, subject?: string | undefined, disableActions?: boolean, customPagination?: Pagination | undefined, customI18n?: undefined | any): {
5789
+ columnsAll: {
5790
+ key: string;
5791
+ title?: string | undefined;
5792
+ sortable: boolean;
5793
+ fixed: boolean;
5794
+ }[];
5795
+ columnsVisible: ComputedRef<any>;
5796
+ columnsHidden: Ref<string[]>;
5797
+ updateSortBy: (sortBy: any) => void;
5798
+ pagination: Pagination;
5799
+ };
5800
+
5801
+ export declare interface CreatedByAware {
5802
+ createdBy: IntegerIdNullable;
5803
+ }
5804
+
5805
+ export declare const createFieldLockStatusPayload: (type: CollabFieldLockTypeType, status: CollabFieldLockStatusType) => CollabFieldLockStatusPayload;
5806
+
5807
+ export declare const cropToRegion: (cropper: Cropper_2, regionOfInterest: RegionOfInterest, originalImageWidth: number, originalImageHeight: number) => RegionOfInterest;
5808
+
5809
+ export declare type CurrentUserType = DeepReadonly<Ref<UnwrapRef<AnzuUser | undefined>>>;
5810
+
5811
+ export declare type CustomAclResolver<T extends AclValue = AclValue> = undefined | {
5812
+ can?: (acl: T, subject?: object) => boolean;
5813
+ canOwner?: (subject: object) => boolean;
5814
+ };
5815
+
5816
+ export declare interface CustomDataAware {
5817
+ customData: {
5818
+ [key: string]: any;
5819
+ };
5820
+ }
5821
+
5822
+ export declare interface CustomDataFormElement extends AnzuUserAndTimeTrackingAware, ResourceNameSystemAware {
5823
+ id: DocId;
5824
+ property: string;
5825
+ name: string;
5826
+ position: number;
5827
+ attributes: CustomDataFormElementAttributes;
5828
+ }
5829
+
5830
+ export declare interface CustomDataFormElementAttributes {
5831
+ type: CustomDataFormElementTypeType;
5832
+ minValue: number | null;
5833
+ maxValue: number | null;
5834
+ minCount: number | null;
5835
+ maxCount: number | null;
5836
+ required: boolean;
5837
+ searchable: boolean;
5838
+ readonly: boolean;
5839
+ }
5840
+
5841
+ export declare const CustomDataFormElementType: {
5842
+ readonly String: "string";
5843
+ readonly Integer: "integer";
5844
+ readonly StringArray: "string_array";
5845
+ readonly Boolean: "boolean";
5846
+ };
5847
+
5848
+ export declare const CustomDataFormElementTypeDefault: "string";
5849
+
5850
+ export declare type CustomDataFormElementTypeType = (typeof CustomDataFormElementType)[keyof typeof CustomDataFormElementType];
5851
+
5852
+ export declare interface DamAssetLicence extends DamAssetLicenceMinimal, AnzuUserAndTimeTrackingAware, ResourceNameSystemAware {
5853
+ extSystem: IntegerIdNullable;
5854
+ extId: string;
5855
+ }
5856
+
5857
+ export declare interface DamAssetLicenceMinimal {
5858
+ id: IntegerId;
5859
+ name: string;
5860
+ }
5861
+
5862
+ export declare enum DamAssetStatus {
5863
+ Draft = "draft",
4756
5864
  WithFile = "with_file",
4757
5865
  Deleting = "deleting",
4758
5866
  Default = "draft"
@@ -4766,6 +5874,102 @@ export declare enum DamAssetType {
4766
5874
  Default = "image"
4767
5875
  }
4768
5876
 
5877
+ export declare interface DamAuthor extends DamAuthorMinimal, AnzuUserAndTimeTrackingAware, ResourceNameSystemAware {
5878
+ extSystem: IntegerId;
5879
+ flags: Flags_3;
5880
+ type: DamAuthorType;
5881
+ }
5882
+
5883
+ export declare interface DamAuthorMinimal {
5884
+ id: DocId;
5885
+ name: string;
5886
+ identifier: string;
5887
+ }
5888
+
5889
+ export declare enum DamAuthorType {
5890
+ None = "none",
5891
+ Internal = "internal",
5892
+ External = "external",
5893
+ Agency = "agency",
5894
+ Default = "none"
5895
+ }
5896
+
5897
+ export declare const damCurrentUser: Ref<{
5898
+ selectedLicence: {
5899
+ id: number;
5900
+ name: string;
5901
+ extSystem: number;
5902
+ } | null;
5903
+ adminToExtSystems: {
5904
+ id: number;
5905
+ name: string;
5906
+ }[];
5907
+ userToExtSystems: {
5908
+ id: number;
5909
+ name: string;
5910
+ }[];
5911
+ assetLicences: {
5912
+ id: number;
5913
+ name: string;
5914
+ extSystem: number;
5915
+ }[];
5916
+ person: {
5917
+ firstName: string;
5918
+ lastName: string;
5919
+ fullName: string;
5920
+ };
5921
+ avatar: {
5922
+ color: string;
5923
+ text: string;
5924
+ };
5925
+ allowedAssetExternalProviders: string[];
5926
+ allowedDistributionServices: string[];
5927
+ enabled: boolean;
5928
+ roles: string[];
5929
+ permissionGroups: number[];
5930
+ permissions: Permissions_2;
5931
+ resolvedPermissions: Permissions_2;
5932
+ _resourceName: string;
5933
+ _system: string;
5934
+ createdAt: string;
5935
+ modifiedAt: string;
5936
+ modifiedBy: IntegerIdNullable;
5937
+ createdBy: IntegerIdNullable;
5938
+ id: number;
5939
+ email: string;
5940
+ } | undefined>;
5941
+
5942
+ declare interface DamCurrentUserAssetLicence {
5943
+ id: IntegerId;
5944
+ name: string;
5945
+ extSystem: IntegerId;
5946
+ }
5947
+
5948
+ export declare interface DamCurrentUserDto extends AnzuUser {
5949
+ selectedLicence: DamCurrentUserAssetLicence | null;
5950
+ adminToExtSystems: DamCurrentUserExtSystem[];
5951
+ userToExtSystems: DamCurrentUserExtSystem[];
5952
+ assetLicences: DamCurrentUserAssetLicence[];
5953
+ person: {
5954
+ firstName: string;
5955
+ lastName: string;
5956
+ fullName: string;
5957
+ };
5958
+ avatar: {
5959
+ color: string;
5960
+ text: string;
5961
+ };
5962
+ allowedAssetExternalProviders: string[];
5963
+ allowedDistributionServices: string[];
5964
+ }
5965
+
5966
+ declare interface DamCurrentUserExtSystem {
5967
+ id: IntegerId;
5968
+ name: string;
5969
+ }
5970
+
5971
+ export declare const damCurrentUserIsSuperAdmin: Ref<boolean>;
5972
+
4769
5973
  export declare interface DamDistributionConfig {
4770
5974
  distributionServices: Array<DamDistributionServiceName>;
4771
5975
  distributionRequirements: Record<DamDistributionServiceName, DamDistributionRequirementsConfig>;
@@ -4816,6 +6020,13 @@ export declare type DamExternalProviderAssetConfig = Record<DamExternalProviderA
4816
6020
 
4817
6021
  export declare type DamExternalProviderAssetName = string;
4818
6022
 
6023
+ export declare interface DamExtSystem extends AnzuUserAndTimeTrackingAware, ResourceNameSystemAware {
6024
+ id: IntegerId;
6025
+ name: string;
6026
+ slug: string;
6027
+ adminUsers: IntegerId[];
6028
+ }
6029
+
4819
6030
  export declare interface DamExtSystemAssetTypeExifMetadata {
4820
6031
  enabled: boolean;
4821
6032
  required: boolean;
@@ -4841,8 +6052,23 @@ export declare interface DamExtSystemConfigItem {
4841
6052
  slots: string[];
4842
6053
  }
4843
6054
 
6055
+ export declare interface DamExtSystemMinimal extends Pick<DamExtSystem, 'id' | 'name'> {
6056
+ }
6057
+
4844
6058
  export declare const damFileTypeFix: (file: File | null | undefined) => string;
4845
6059
 
6060
+ export declare interface DamKeyword extends AnzuUserAndTimeTrackingAware, ResourceNameSystemAware {
6061
+ id: DocId;
6062
+ name: string;
6063
+ extSystem: IntegerId;
6064
+ flags: Flags_2;
6065
+ }
6066
+
6067
+ export declare interface DamKeywordMinimal {
6068
+ id: DocId;
6069
+ name: string;
6070
+ }
6071
+
4846
6072
  declare type DamNotification = DamNotificationAssetFileProcessed | DamNotificationAssetFileFailed | DamNotificationAssetFileDuplicate | DamNotificationAssetFileUploaded | DamNotificationAssetFileDeleted | DamNotificationAssetMetadataProcessed | DamNotificationAssetDeleted | DamNotificationDistributionDistributing | DamNotificationDistributionRemoteProcessing | DamNotificationDistributionDistributed | DamNotificationDistributionFailed | DamNotificationDistributionAuthorized | DamNotificationUserUpdated;
4847
6073
 
4848
6074
  declare interface DamNotificationAssetData {
@@ -5036,7 +6262,7 @@ export declare const DefaultLanguageSymbol: InjectionKey<LanguageCode | undefine
5036
6262
  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): {
5037
6263
  cache: Ref<Map<I, CachedItem<M>>>;
5038
6264
  toFetch: Ref<Set<I>>;
5039
- fetch: () => Promisify<Promise<T[]>>;
6265
+ fetch: () => Promisify_2<Promise<T[]>>;
5040
6266
  immediateFetch: () => Promise<T[]>;
5041
6267
  add: (...args: AddToCachedArgs<I>) => void;
5042
6268
  addManual: (data: T) => void;
@@ -5058,6 +6284,8 @@ export declare type EnableDisable = 'enable' | 'disable';
5058
6284
 
5059
6285
  export declare const eventClickBlur: (event?: Event) => void;
5060
6286
 
6287
+ export declare const fetchDamCurrentUser: (client: () => AxiosInstance) => Promise<DamCurrentUserDto>;
6288
+
5061
6289
  declare type fetchItemsByIdsType = ((ids: IntegerId[]) => Promise<ValueObjectOption<IntegerId>[]>) | ((ids: DocId[]) => Promise<ValueObjectOption<DocId>[]>);
5062
6290
 
5063
6291
  declare type fetchItemsByIdsType_2 = ((ids: IntegerId[]) => Promise<ValueObjectOption<IntegerId>[]>) | ((ids: DocId[]) => Promise<ValueObjectOption<DocId>[]>);
@@ -5096,6 +6324,14 @@ declare interface Flags {
5096
6324
  visible: boolean;
5097
6325
  }
5098
6326
 
6327
+ declare interface Flags_2 {
6328
+ reviewed: boolean;
6329
+ }
6330
+
6331
+ declare interface Flags_3 {
6332
+ reviewed: boolean;
6333
+ }
6334
+
5099
6335
  export declare const generateDatatableMinMaxSelectStrategy: (min: number, max: number) => DataTableSelectStrategy;
5100
6336
 
5101
6337
  export declare const generateUUIDv1: () => any;
@@ -5429,11 +6665,15 @@ export declare const i18n: I18n<{
5429
6665
  };
5430
6666
  };
5431
6667
  filter: {
6668
+ licence: string;
5432
6669
  text: string;
5433
6670
  described: string;
5434
6671
  visible: string;
5435
6672
  generatedBySystem: string;
5436
6673
  };
6674
+ error: {
6675
+ unallowedLicence: string;
6676
+ };
5437
6677
  };
5438
6678
  subjectSelect: {
5439
6679
  filter: {
@@ -5471,6 +6711,202 @@ export declare const i18n: I18n<{
5471
6711
  unableToAdd: string;
5472
6712
  };
5473
6713
  };
6714
+ damImage: {
6715
+ image: {
6716
+ model: {
6717
+ texts: {
6718
+ description: string;
6719
+ source: string;
6720
+ };
6721
+ };
6722
+ meta: {
6723
+ edit: string;
6724
+ };
6725
+ button: {
6726
+ options: string;
6727
+ editAsset: string;
6728
+ upload: string;
6729
+ addFromDam: string;
6730
+ replaceFromDam: string;
6731
+ removeImage: string;
6732
+ };
6733
+ };
6734
+ queueItem: {
6735
+ edit: string;
6736
+ displayTitle: string;
6737
+ error: string;
6738
+ copyAssetId: string;
6739
+ };
6740
+ asset: {
6741
+ model: {
6742
+ authors: string;
6743
+ keywords: string;
6744
+ };
6745
+ assetType: {
6746
+ image: string;
6747
+ audio: string;
6748
+ video: string;
6749
+ document: string;
6750
+ };
6751
+ detail: {
6752
+ toggleInfo: string;
6753
+ metadataToggle: {
6754
+ show: string;
6755
+ hide: string;
6756
+ };
6757
+ tabs: {
6758
+ info: string;
6759
+ roi: string;
6760
+ };
6761
+ info: {
6762
+ status: {
6763
+ duplicate: string;
6764
+ draft: string;
6765
+ deleting: string;
6766
+ failed: string;
6767
+ };
6768
+ metadata: string;
6769
+ file: string;
6770
+ field: {
6771
+ id: string;
6772
+ mainFileId: string;
6773
+ type: string;
6774
+ mimeType: string;
6775
+ size: string;
6776
+ dominantColor: string;
6777
+ width: string;
6778
+ height: string;
6779
+ ratio: string;
6780
+ animated: string;
6781
+ };
6782
+ };
6783
+ roi: {
6784
+ title: string;
6785
+ description: string;
6786
+ refresh: string;
6787
+ rotate: {
6788
+ rotateMainFileImage: string;
6789
+ rotateClockwise: string;
6790
+ rotateCounterclockwise: string;
6791
+ };
6792
+ };
6793
+ };
6794
+ massOperations: {
6795
+ title: string;
6796
+ description: string;
6797
+ fillOneEmpty: string;
6798
+ fillAllEmpty: string;
6799
+ replaceOne: string;
6800
+ replaceAll: string;
6801
+ clearForm: string;
6802
+ general: string;
6803
+ };
6804
+ metaIcons: {
6805
+ low: string;
6806
+ slots: string;
6807
+ rss: string;
6808
+ fullHd: string;
6809
+ "2k": string;
6810
+ qhd: string;
6811
+ "4k": string;
6812
+ "8k": string;
6813
+ };
6814
+ assetFileFailReason: {
6815
+ none: string;
6816
+ unknown: string;
6817
+ invalidChecksum: string;
6818
+ invalidMimeType: string;
6819
+ downloadFailed: string;
6820
+ invalidSize: string;
6821
+ };
6822
+ };
6823
+ upload: {
6824
+ waiting: string;
6825
+ processing: string;
6826
+ uploading: string;
6827
+ done: string;
6828
+ stop: string;
6829
+ add: string;
6830
+ save: string;
6831
+ saveAndApply: string;
6832
+ title: string;
6833
+ titleDone: string;
6834
+ stopConfirmQuestion: string;
6835
+ };
6836
+ keyword: {
6837
+ model: {
6838
+ name: string;
6839
+ };
6840
+ button: {
6841
+ add: string;
6842
+ };
6843
+ meta: {
6844
+ create: string;
6845
+ };
6846
+ };
6847
+ author: {
6848
+ model: {
6849
+ name: string;
6850
+ identifier: string;
6851
+ type: string;
6852
+ };
6853
+ authorType: {
6854
+ none: string;
6855
+ internal: string;
6856
+ external: string;
6857
+ agency: string;
6858
+ };
6859
+ button: {
6860
+ add: string;
6861
+ };
6862
+ meta: {
6863
+ create: string;
6864
+ };
6865
+ conflicts: string;
6866
+ };
6867
+ uploadErrors: {
6868
+ unknownError: string;
6869
+ systemError: string;
6870
+ size: string;
6871
+ offset: string;
6872
+ mimeType: string;
6873
+ };
6874
+ notificationsNotConnected: string;
6875
+ };
6876
+ collab: {
6877
+ alert: {
6878
+ occupied: string;
6879
+ error: string;
6880
+ approvedJoinRequest: string;
6881
+ rejectedJoinRequest: string;
6882
+ failedRequestToTakeModeration: string;
6883
+ alreadyRequestedToTakeModeration: string;
6884
+ approvedToTakeModeration: string;
6885
+ rejectedToTakeModeration: string;
6886
+ kickedFromRoom: string;
6887
+ transferredModeration: string;
6888
+ alreadyRequestedToJoin: string;
6889
+ failedRequestedToJoin: string;
6890
+ };
6891
+ occupiedEntityTitle: string;
6892
+ occupiedEntityText: string;
6893
+ requestToCollaborate: string;
6894
+ requestToCollaborateText: string;
6895
+ waitingForApprove: string;
6896
+ approvedAfterCountdown: string;
6897
+ requestToTakeModeration: string;
6898
+ requestToTakeModerationTextTitle: string;
6899
+ requestToTakeModerationText: string;
6900
+ moderatorManagement: string;
6901
+ transferModeration: string;
6902
+ button: {
6903
+ accept: string;
6904
+ reject: string;
6905
+ kickUser: string;
6906
+ kickYourself: string;
6907
+ transferModeration: string;
6908
+ };
6909
+ };
5474
6910
  };
5475
6911
  $vuetify: {
5476
6912
  badge: string;
@@ -5599,7 +7035,7 @@ declare interface ImageAttributes {
5599
7035
  animated: boolean;
5600
7036
  }
5601
7037
 
5602
- declare interface ImageAware {
7038
+ export declare interface ImageAware {
5603
7039
  id: IntegerId;
5604
7040
  texts: {
5605
7041
  description: string;
@@ -5607,15 +7043,31 @@ declare interface ImageAware {
5607
7043
  };
5608
7044
  dam: {
5609
7045
  damId: DocId;
7046
+ licenceId: IntegerId;
5610
7047
  regionPosition: number;
5611
7048
  };
5612
7049
  position: number;
5613
7050
  }
5614
7051
 
5615
- declare interface ImageCreateUpdateAware extends Omit<ImageAware, 'id'> {
7052
+ export declare interface ImageCreateUpdateAware extends Omit<ImageAware, 'id'> {
5616
7053
  id?: IntegerId;
5617
7054
  }
5618
7055
 
7056
+ export declare interface ImageCreateUpdateAwareKeyed extends ImageCreateUpdateAware {
7057
+ key: string;
7058
+ }
7059
+
7060
+ export declare interface ImageWidgetSelectConfig {
7061
+ title: string;
7062
+ licence: IntegerId;
7063
+ extSystem: IntegerId;
7064
+ }
7065
+
7066
+ export declare interface ImageWidgetUploadConfig {
7067
+ licence: IntegerId;
7068
+ extSystem: IntegerId;
7069
+ }
7070
+
5619
7071
  export declare type Immutable<T> = {
5620
7072
  readonly [K in keyof T]: Immutable<T[K]>;
5621
7073
  };
@@ -5647,6 +7099,10 @@ export declare const isArray: <T = unknown>(value: unknown) => value is T[];
5647
7099
 
5648
7100
  export declare const isBoolean: (value: unknown) => value is boolean;
5649
7101
 
7102
+ export declare function isCollabFailedChangeRoomLockCallback(callback: CollabChangeRoomLockCallbackTypes): callback is CollabFailedChangeRoomLockCallback;
7103
+
7104
+ export declare function isCollabSuccessChangeRoomLockCallback(callback: CollabChangeRoomLockCallbackTypes): callback is CollabSuccessChangeRoomLockCallback;
7105
+
5650
7106
  export declare const isCreatedByAware: (value: object) => value is CreatedByAware;
5651
7107
 
5652
7108
  export declare const isDefined: <T>(value: T | undefined) => value is T;
@@ -6066,11 +7522,15 @@ export declare const messagesCs: {
6066
7522
  };
6067
7523
  };
6068
7524
  filter: {
7525
+ licence: string;
6069
7526
  text: string;
6070
7527
  described: string;
6071
7528
  visible: string;
6072
7529
  generatedBySystem: string;
6073
7530
  };
7531
+ error: {
7532
+ unallowedLicence: string;
7533
+ };
6074
7534
  };
6075
7535
  subjectSelect: {
6076
7536
  filter: {
@@ -6108,6 +7568,202 @@ export declare const messagesCs: {
6108
7568
  unableToAdd: string;
6109
7569
  };
6110
7570
  };
7571
+ damImage: {
7572
+ image: {
7573
+ model: {
7574
+ texts: {
7575
+ description: string;
7576
+ source: string;
7577
+ };
7578
+ };
7579
+ meta: {
7580
+ edit: string;
7581
+ };
7582
+ button: {
7583
+ options: string;
7584
+ editAsset: string;
7585
+ upload: string;
7586
+ addFromDam: string;
7587
+ replaceFromDam: string;
7588
+ removeImage: string;
7589
+ };
7590
+ };
7591
+ queueItem: {
7592
+ edit: string;
7593
+ displayTitle: string;
7594
+ error: string;
7595
+ copyAssetId: string;
7596
+ };
7597
+ asset: {
7598
+ model: {
7599
+ authors: string;
7600
+ keywords: string;
7601
+ };
7602
+ assetType: {
7603
+ image: string;
7604
+ audio: string;
7605
+ video: string;
7606
+ document: string;
7607
+ };
7608
+ detail: {
7609
+ toggleInfo: string;
7610
+ metadataToggle: {
7611
+ show: string;
7612
+ hide: string;
7613
+ };
7614
+ tabs: {
7615
+ info: string;
7616
+ roi: string;
7617
+ };
7618
+ info: {
7619
+ status: {
7620
+ duplicate: string;
7621
+ draft: string;
7622
+ deleting: string;
7623
+ failed: string;
7624
+ };
7625
+ metadata: string;
7626
+ file: string;
7627
+ field: {
7628
+ id: string;
7629
+ mainFileId: string;
7630
+ type: string;
7631
+ mimeType: string;
7632
+ size: string;
7633
+ dominantColor: string;
7634
+ width: string;
7635
+ height: string;
7636
+ ratio: string;
7637
+ animated: string;
7638
+ };
7639
+ };
7640
+ roi: {
7641
+ title: string;
7642
+ description: string;
7643
+ refresh: string;
7644
+ rotate: {
7645
+ rotateMainFileImage: string;
7646
+ rotateClockwise: string;
7647
+ rotateCounterclockwise: string;
7648
+ };
7649
+ };
7650
+ };
7651
+ massOperations: {
7652
+ title: string;
7653
+ description: string;
7654
+ fillOneEmpty: string;
7655
+ fillAllEmpty: string;
7656
+ replaceOne: string;
7657
+ replaceAll: string;
7658
+ clearForm: string;
7659
+ general: string;
7660
+ };
7661
+ metaIcons: {
7662
+ low: string;
7663
+ slots: string;
7664
+ rss: string;
7665
+ fullHd: string;
7666
+ "2k": string;
7667
+ qhd: string;
7668
+ "4k": string;
7669
+ "8k": string;
7670
+ };
7671
+ assetFileFailReason: {
7672
+ none: string;
7673
+ unknown: string;
7674
+ invalidChecksum: string;
7675
+ invalidMimeType: string;
7676
+ downloadFailed: string;
7677
+ invalidSize: string;
7678
+ };
7679
+ };
7680
+ upload: {
7681
+ waiting: string;
7682
+ processing: string;
7683
+ uploading: string;
7684
+ done: string;
7685
+ stop: string;
7686
+ add: string;
7687
+ save: string;
7688
+ saveAndApply: string;
7689
+ title: string;
7690
+ titleDone: string;
7691
+ stopConfirmQuestion: string;
7692
+ };
7693
+ keyword: {
7694
+ model: {
7695
+ name: string;
7696
+ };
7697
+ button: {
7698
+ add: string;
7699
+ };
7700
+ meta: {
7701
+ create: string;
7702
+ };
7703
+ };
7704
+ author: {
7705
+ model: {
7706
+ name: string;
7707
+ identifier: string;
7708
+ type: string;
7709
+ };
7710
+ authorType: {
7711
+ none: string;
7712
+ internal: string;
7713
+ external: string;
7714
+ agency: string;
7715
+ };
7716
+ button: {
7717
+ add: string;
7718
+ };
7719
+ meta: {
7720
+ create: string;
7721
+ };
7722
+ conflicts: string;
7723
+ };
7724
+ uploadErrors: {
7725
+ unknownError: string;
7726
+ systemError: string;
7727
+ size: string;
7728
+ offset: string;
7729
+ mimeType: string;
7730
+ };
7731
+ notificationsNotConnected: string;
7732
+ };
7733
+ collab: {
7734
+ alert: {
7735
+ occupied: string;
7736
+ error: string;
7737
+ approvedJoinRequest: string;
7738
+ rejectedJoinRequest: string;
7739
+ failedRequestToTakeModeration: string;
7740
+ alreadyRequestedToTakeModeration: string;
7741
+ approvedToTakeModeration: string;
7742
+ rejectedToTakeModeration: string;
7743
+ kickedFromRoom: string;
7744
+ transferredModeration: string;
7745
+ alreadyRequestedToJoin: string;
7746
+ failedRequestedToJoin: string;
7747
+ };
7748
+ occupiedEntityTitle: string;
7749
+ occupiedEntityText: string;
7750
+ requestToCollaborate: string;
7751
+ requestToCollaborateText: string;
7752
+ waitingForApprove: string;
7753
+ approvedAfterCountdown: string;
7754
+ requestToTakeModeration: string;
7755
+ requestToTakeModerationTextTitle: string;
7756
+ requestToTakeModerationText: string;
7757
+ moderatorManagement: string;
7758
+ transferModeration: string;
7759
+ button: {
7760
+ accept: string;
7761
+ reject: string;
7762
+ kickUser: string;
7763
+ kickYourself: string;
7764
+ transferModeration: string;
7765
+ };
7766
+ };
6111
7767
  };
6112
7768
  $vuetify: {
6113
7769
  badge: string;
@@ -6516,11 +8172,15 @@ export declare const messagesEn: {
6516
8172
  };
6517
8173
  };
6518
8174
  filter: {
8175
+ licence: string;
6519
8176
  text: string;
6520
8177
  described: string;
6521
8178
  visible: string;
6522
8179
  generatedBySystem: string;
6523
8180
  };
8181
+ error: {
8182
+ unallowedLicence: string;
8183
+ };
6524
8184
  };
6525
8185
  subjectSelect: {
6526
8186
  filter: {
@@ -6558,6 +8218,202 @@ export declare const messagesEn: {
6558
8218
  unableToAdd: string;
6559
8219
  };
6560
8220
  };
8221
+ damImage: {
8222
+ image: {
8223
+ model: {
8224
+ texts: {
8225
+ description: string;
8226
+ source: string;
8227
+ };
8228
+ };
8229
+ meta: {
8230
+ edit: string;
8231
+ };
8232
+ button: {
8233
+ options: string;
8234
+ editAsset: string;
8235
+ upload: string;
8236
+ addFromDam: string;
8237
+ replaceFromDam: string;
8238
+ removeImage: string;
8239
+ };
8240
+ };
8241
+ queueItem: {
8242
+ edit: string;
8243
+ displayTitle: string;
8244
+ error: string;
8245
+ copyAssetId: string;
8246
+ };
8247
+ asset: {
8248
+ model: {
8249
+ authors: string;
8250
+ keywords: string;
8251
+ };
8252
+ assetType: {
8253
+ image: string;
8254
+ audio: string;
8255
+ video: string;
8256
+ document: string;
8257
+ };
8258
+ detail: {
8259
+ toggleInfo: string;
8260
+ metadataToggle: {
8261
+ show: string;
8262
+ hide: string;
8263
+ };
8264
+ tabs: {
8265
+ info: string;
8266
+ roi: string;
8267
+ };
8268
+ info: {
8269
+ status: {
8270
+ duplicate: string;
8271
+ draft: string;
8272
+ deleting: string;
8273
+ failed: string;
8274
+ };
8275
+ metadata: string;
8276
+ file: string;
8277
+ field: {
8278
+ id: string;
8279
+ mainFileId: string;
8280
+ type: string;
8281
+ mimeType: string;
8282
+ size: string;
8283
+ dominantColor: string;
8284
+ width: string;
8285
+ height: string;
8286
+ ratio: string;
8287
+ animated: string;
8288
+ };
8289
+ };
8290
+ roi: {
8291
+ title: string;
8292
+ description: string;
8293
+ refresh: string;
8294
+ rotate: {
8295
+ rotateMainFileImage: string;
8296
+ rotateClockwise: string;
8297
+ rotateCounterclockwise: string;
8298
+ };
8299
+ };
8300
+ };
8301
+ massOperations: {
8302
+ title: string;
8303
+ description: string;
8304
+ fillOneEmpty: string;
8305
+ fillAllEmpty: string;
8306
+ replaceOne: string;
8307
+ replaceAll: string;
8308
+ clearForm: string;
8309
+ general: string;
8310
+ };
8311
+ metaIcons: {
8312
+ low: string;
8313
+ slots: string;
8314
+ rss: string;
8315
+ fullHd: string;
8316
+ "2k": string;
8317
+ qhd: string;
8318
+ "4k": string;
8319
+ "8k": string;
8320
+ };
8321
+ assetFileFailReason: {
8322
+ none: string;
8323
+ unknown: string;
8324
+ invalidChecksum: string;
8325
+ invalidMimeType: string;
8326
+ downloadFailed: string;
8327
+ invalidSize: string;
8328
+ };
8329
+ };
8330
+ upload: {
8331
+ waiting: string;
8332
+ processing: string;
8333
+ uploading: string;
8334
+ done: string;
8335
+ stop: string;
8336
+ add: string;
8337
+ save: string;
8338
+ saveAndApply: string;
8339
+ title: string;
8340
+ titleDone: string;
8341
+ stopConfirmQuestion: string;
8342
+ };
8343
+ keyword: {
8344
+ model: {
8345
+ name: string;
8346
+ };
8347
+ button: {
8348
+ add: string;
8349
+ };
8350
+ meta: {
8351
+ create: string;
8352
+ };
8353
+ };
8354
+ author: {
8355
+ model: {
8356
+ name: string;
8357
+ identifier: string;
8358
+ type: string;
8359
+ };
8360
+ authorType: {
8361
+ none: string;
8362
+ internal: string;
8363
+ external: string;
8364
+ agency: string;
8365
+ };
8366
+ button: {
8367
+ add: string;
8368
+ };
8369
+ meta: {
8370
+ create: string;
8371
+ };
8372
+ conflicts: string;
8373
+ };
8374
+ uploadErrors: {
8375
+ unknownError: string;
8376
+ systemError: string;
8377
+ size: string;
8378
+ offset: string;
8379
+ mimeType: string;
8380
+ };
8381
+ notificationsNotConnected: string;
8382
+ };
8383
+ collab: {
8384
+ alert: {
8385
+ occupied: string;
8386
+ error: string;
8387
+ approvedJoinRequest: string;
8388
+ rejectedJoinRequest: string;
8389
+ failedRequestToTakeModeration: string;
8390
+ alreadyRequestedToTakeModeration: string;
8391
+ approvedToTakeModeration: string;
8392
+ rejectedToTakeModeration: string;
8393
+ kickedFromRoom: string;
8394
+ transferredModeration: string;
8395
+ alreadyRequestedToJoin: string;
8396
+ failedRequestedToJoin: string;
8397
+ };
8398
+ occupiedEntityTitle: string;
8399
+ occupiedEntityText: string;
8400
+ requestToCollaborate: string;
8401
+ requestToCollaborateText: string;
8402
+ waitingForApprove: string;
8403
+ approvedAfterCountdown: string;
8404
+ requestToTakeModeration: string;
8405
+ requestToTakeModerationTextTitle: string;
8406
+ requestToTakeModerationText: string;
8407
+ moderatorManagement: string;
8408
+ transferModeration: string;
8409
+ button: {
8410
+ accept: string;
8411
+ reject: string;
8412
+ kickUser: string;
8413
+ kickYourself: string;
8414
+ transferModeration: string;
8415
+ };
8416
+ };
6561
8417
  };
6562
8418
  $vuetify: {
6563
8419
  badge: string;
@@ -6970,11 +8826,15 @@ export declare const messagesSk: {
6970
8826
  };
6971
8827
  };
6972
8828
  filter: {
8829
+ licence: string;
6973
8830
  text: string;
6974
8831
  described: string;
6975
8832
  visible: string;
6976
8833
  generatedBySystem: string;
6977
8834
  };
8835
+ error: {
8836
+ unallowedLicence: string;
8837
+ };
6978
8838
  };
6979
8839
  subjectSelect: {
6980
8840
  filter: {
@@ -7174,6 +9034,40 @@ export declare const messagesSk: {
7174
9034
  };
7175
9035
  notificationsNotConnected: string;
7176
9036
  };
9037
+ collab: {
9038
+ alert: {
9039
+ occupied: string;
9040
+ error: string;
9041
+ approvedJoinRequest: string;
9042
+ rejectedJoinRequest: string;
9043
+ failedRequestToTakeModeration: string;
9044
+ alreadyRequestedToTakeModeration: string;
9045
+ approvedToTakeModeration: string;
9046
+ rejectedToTakeModeration: string;
9047
+ kickedFromRoom: string;
9048
+ transferredModeration: string;
9049
+ alreadyRequestedToJoin: string;
9050
+ failedRequestedToJoin: string;
9051
+ };
9052
+ occupiedEntityTitle: string;
9053
+ occupiedEntityText: string;
9054
+ requestToCollaborate: string;
9055
+ requestToCollaborateText: string;
9056
+ waitingForApprove: string;
9057
+ approvedAfterCountdown: string;
9058
+ requestToTakeModeration: string;
9059
+ requestToTakeModerationTextTitle: string;
9060
+ requestToTakeModerationText: string;
9061
+ moderatorManagement: string;
9062
+ transferModeration: string;
9063
+ button: {
9064
+ accept: string;
9065
+ reject: string;
9066
+ kickUser: string;
9067
+ kickYourself: string;
9068
+ transferModeration: string;
9069
+ };
9070
+ };
7177
9071
  };
7178
9072
  $vuetify: {
7179
9073
  badge: string;
@@ -7407,6 +9301,7 @@ export declare type PluginOptions<T extends AclValue = AclValue> = {
7407
9301
  customAclResolver?: CustomAclResolver<T>;
7408
9302
  coreDam?: CommonAdminCoreDamOptions;
7409
9303
  image?: CommonAdminImageOptions;
9304
+ collab?: CommonAdminCollabOptions;
7410
9305
  };
7411
9306
 
7412
9307
  export declare type Prettify<T> = {
@@ -7419,6 +9314,30 @@ declare type Prev = [never, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, ...0[]];
7419
9314
 
7420
9315
  export declare type RecordWasType = 'created' | 'deleted' | 'updated' | 'published' | 'unpublished' | 'enabled' | 'disabled';
7421
9316
 
9317
+ declare interface RegionOfInterest extends AnzuUserAndTimeTrackingAware, ResourceNameSystemAware {
9318
+ id: DocId;
9319
+ title: string;
9320
+ position: number;
9321
+ image: DocId;
9322
+ pointX: number;
9323
+ pointY: number;
9324
+ percentageWidth: number;
9325
+ percentageHeight: number;
9326
+ links: {
9327
+ image_roi_example: AssetFileLink[];
9328
+ };
9329
+ }
9330
+
9331
+ export declare const regionToCrop: (cropper: Cropper_2, regionOfInterest: RegionOfInterest, originalImageWidth: number, originalImageHeight: number) => {
9332
+ x: number;
9333
+ y: number;
9334
+ width: number;
9335
+ height: number;
9336
+ rotate: number;
9337
+ scaleX: number;
9338
+ scaleY: number;
9339
+ };
9340
+
7422
9341
  export declare interface ResourceNameSystemAware {
7423
9342
  _resourceName: string;
7424
9343
  _system: string;
@@ -7528,6 +9447,8 @@ export declare const timePretty: (isoDate: DatetimeUTC | DatetimeUTCNullable | s
7528
9447
 
7529
9448
  export declare const timestampCurrent: () => number;
7530
9449
 
9450
+ export declare function updateDamCurrentUser(client: () => AxiosInstance): Promise<unknown>;
9451
+
7531
9452
  export declare interface UploadQueue {
7532
9453
  items: UploadQueueItem[];
7533
9454
  totalCount: number;
@@ -7582,12 +9503,12 @@ export declare interface UploadQueueItem {
7582
9503
  }
7583
9504
 
7584
9505
  export declare enum UploadQueueItemStatus {
7585
- Loading = "loading",
7586
- Waiting = "waiting",
7587
- Uploading = "uploading",
7588
- Processing = "processing",
7589
- Failed = "failed",
7590
- Uploaded = "uploaded",
9506
+ Loading = "loading",// loading additional api data
9507
+ Waiting = "waiting",// waiting to be uploaded
9508
+ Uploading = "uploading",// uploading right now
9509
+ Processing = "processing",// all data sent by FE, server processing, waiting for notification, todo
9510
+ Failed = "failed",// any error
9511
+ Uploaded = "uploaded",// uploaded/ready after loading
7591
9512
  Stop = "stop"
7592
9513
  }
7593
9514
 
@@ -7656,6 +9577,120 @@ declare type UseCachedType = () => {
7656
9577
  addManualMinimal: any;
7657
9578
  };
7658
9579
 
9580
+ export declare function useCollabAnyDataChange(room: CollabRoom): {
9581
+ addCollabAnyDataChangeListener: (callback: (field: CollabFieldName, data: CollabFieldDataEnvelope) => void) => void;
9582
+ changeCollabAnyData: (field: CollabFieldName, data: CollabFieldData, callback?: Fn | undefined) => void;
9583
+ };
9584
+
9585
+ export declare function useCollabApprovedJoinRequestEventBus(): UseEventBusReturn<CollabApprovedJoinRequestEvent, any>;
9586
+
9587
+ export declare function useCollabApprovedRequestToTakeModerationEventBus(): UseEventBusReturn<CollabApprovedRequestToTakeModerationEvent, any>;
9588
+
9589
+ export declare function useCollabCurrentUserId(): {
9590
+ setCollabUserCurrentId: (value: IntegerIdNullable) => void;
9591
+ currentUserId: Ref<IntegerIdNullable>;
9592
+ };
9593
+
9594
+ export declare function useCollabField(room: CollabRoom, field: CollabFieldName): {
9595
+ lockedByUser: ComputedRef<number | null>;
9596
+ addCollabFieldDataChangeListener: (callback: (data: CollabFieldDataEnvelope) => void) => void;
9597
+ addCollabFieldLockStatusListener: (callback: (data: CollabFieldLockStatusPayload) => void) => void;
9598
+ addCollabGatheringBufferDataListener: (callback: () => void) => void;
9599
+ acquireCollabFieldLock: (options?: Partial<CollabFieldLockOptions>) => void;
9600
+ releaseCollabFieldLock: (data: CollabFieldData, options?: Partial<CollabFieldLockOptions>) => void;
9601
+ changeCollabFieldData: (data: CollabFieldData) => void;
9602
+ collabFieldDataBufferState: Map<string, Map<string, unknown> & Omit<Map<string, unknown>, keyof Map<any, any>>> & Omit<Map<string, Map<string, unknown>>, keyof Map<any, any>>;
9603
+ };
9604
+
9605
+ export declare function useCollabFieldLockStatusEventBus(): UseEventBusReturn<CollabFieldLockStatusEvent, CollabFieldLockStatusPayload>;
9606
+
9607
+ export declare function useCollabGatheringBufferDataEventBus(): UseEventBusReturn<CollabGatheringBufferDataEvent, any>;
9608
+
9609
+ export declare function useCollabHelpers(): {
9610
+ createCollabRoom: (id: IntegerId | DocId, entity: string, system: string) => string;
9611
+ createCollabFieldConfig: (name: CollabFieldName, room: CollabRoom, cachedUsers: CollabCachedUsersMap) => {
9612
+ room: string;
9613
+ field: string;
9614
+ cachedUsers: CollabCachedUsersMap;
9615
+ };
9616
+ createCollabEmbedFieldName: (id: DocId) => string;
9617
+ createCollabCommentFieldName: (id: DocId) => string;
9618
+ };
9619
+
9620
+ export declare function useCollabInit(): {
9621
+ initCollab: () => void;
9622
+ };
9623
+
9624
+ export declare function useCollabJoinRequestEventBus(): UseEventBusReturn<CollabJoinRequestEvent, any>;
9625
+
9626
+ export declare function useCollabKickedFromRoomEventBus(): UseEventBusReturn<CollabKickedFromRoomEvent, any>;
9627
+
9628
+ export declare function useCollabReconnectEventBus(): UseEventBusReturn<"reconnect", any>;
9629
+
9630
+ export declare function useCollabRejectedJoinRequestEventBus(): UseEventBusReturn<CollabRejectedJoinRequestEvent, any>;
9631
+
9632
+ export declare function useCollabRejectedRequestToTakeModerationEventBus(): UseEventBusReturn<CollabRejectedRequestToTakeModerationEvent, any>;
9633
+
9634
+ export declare function useCollabRequestToTakeModerationEventBus(): UseEventBusReturn<CollabRequestToTakeModerationEvent, any>;
9635
+
9636
+ export declare function useCollabRoom(room: CollabRoom, watchForNewUsers?: boolean, addToCachedUsers?: ((...args: AddToCachedArgs<IntegerId>) => void) | undefined, fetchCachedUsers?: (() => Promisify<Promise<any>>) | undefined): {
9637
+ subscribeCollabRoomInfo: () => void;
9638
+ unsubscribeCollabRoomInfo: () => void;
9639
+ joinCollabRoom: (options?: Partial<CollabRoomOptions>) => Promise<CollabAccessRoomStatusType>;
9640
+ leaveCollabRoom: () => void;
9641
+ requestToJoinCollabRoom: () => Promise<CollabRequestToJoinStatusType>;
9642
+ approveRequestToJoinCollabRoom: (userId: number) => void;
9643
+ rejectRequestToJoinCollabRoom: (userId: number) => void;
9644
+ addJoinRequestListener: (callback: (userId: number, timestamp: number) => void) => void;
9645
+ addCollabReconnectListener: (callback: () => void) => void;
9646
+ addApprovedJoinRequestListener: (callback: () => void) => void;
9647
+ addRejectedJoinRequestListener: (callback: () => void) => void;
9648
+ requestToTakeModeration: () => Promise<CollabRequestToTakeModerationStatusType>;
9649
+ approveRequestToTakeModeration: () => void;
9650
+ rejectRequestToTakeModeration: () => void;
9651
+ addRequestToTakeModerationListener: (callback: (userId: number, timestamp: number) => void) => void;
9652
+ addApprovedRequestToTakeModerationListener: (callback: () => void) => void;
9653
+ addRejectedRequestToTakeModerationListener: (callback: () => void) => void;
9654
+ enteredCollabRoom: () => void;
9655
+ kickUserFromRoom: (userId: number) => void;
9656
+ transferModeration: (userId: number) => void;
9657
+ addKickedFromRoomListener: (callback: () => void) => void;
9658
+ addCollabStartingListener: (callback: (startedCallback: (data: CollabRoomPlainData) => void) => void) => void;
9659
+ fetchRoomInfo: (room: CollabRoom) => Promise<CollabRoomInfo>;
9660
+ collabRoomInfo: ComputedRef<CollabRoomInfo>;
9661
+ collabRoomLocks: ComputedRef<Map<string, CollabUserIdNullable>>;
9662
+ collabFieldDataBufferState: Map<string, Map<string, unknown> & Omit<Map<string, unknown>, keyof Map<any, any>>> & Omit<Map<string, Map<string, unknown>>, keyof Map<any, any>>;
9663
+ alertedOccupiedRooms: Ref<Set<string> & Omit<Set<string>, keyof Set<any>>>;
9664
+ };
9665
+
9666
+ export declare function useCollabRoomDataChangeEventBus(): UseEventBusReturn<CollabRoomDataChangedEvent, CollabFieldDataEnvelope>;
9667
+
9668
+ export declare function useCollabStartingEventBus(): UseEventBusReturn<CollabStartingEvent, {
9669
+ startedCallback: (data: CollabRoomPlainData) => void;
9670
+ }>;
9671
+
9672
+ export declare function useCollabState(): {
9673
+ collabReconnecting: ComputedRef<boolean>;
9674
+ collabConnected: Ref<boolean>;
9675
+ collabSocket: Ref<Socket<CollabServerToClientEvents, CollabClientToServerEvents> | undefined>;
9676
+ collabRoomInfoState: Map<string, {
9677
+ name: string;
9678
+ moderator: CollabUserIdNullable;
9679
+ users: number[];
9680
+ status: CollabStatusType;
9681
+ }> & Omit<Map<string, CollabRoomInfo>, keyof Map<any, any>>;
9682
+ collabFieldLocksState: Map<string, Map<string, CollabUserIdNullable> & Omit<Map<string, CollabUserIdNullable>, keyof Map<any, any>>> & Omit<Map<string, Map<string, CollabUserIdNullable>>, keyof Map<any, any>>;
9683
+ collabFieldDataBufferState: Map<string, Map<string, unknown> & Omit<Map<string, unknown>, keyof Map<any, any>>> & Omit<Map<string, Map<string, unknown>>, keyof Map<any, any>>;
9684
+ gatherBufferData: (room: CollabRoom) => CollabRoomPlainData;
9685
+ };
9686
+
9687
+ export declare function useCommonAdminCollabOptions(): {
9688
+ collabOptions: Ref<{
9689
+ enabled: boolean;
9690
+ socketUrl: string;
9691
+ }>;
9692
+ };
9693
+
7659
9694
  export declare function useCommonJobFactory(): {
7660
9695
  createBase: (resourceName: JobBaseResource, system: string) => JobBase;
7661
9696
  createUserDataDelete: (system: string) => JobUserDataDelete;
@@ -7801,33 +9836,106 @@ export declare function useDamAcceptTypeAndSizeHelper(assetType: DamAssetType |
7801
9836
  uploadAccept: ComputedRef<string>;
7802
9837
  };
7803
9838
 
9839
+ export declare function useDamAuthorFactory(): {
9840
+ createDefault: (extSystemId: number, reviewed?: boolean) => DamAuthor;
9841
+ };
9842
+
9843
+ export declare function useDamAuthorType(): {
9844
+ authorTypeOptions: Ref<{
9845
+ value: DamAuthorType;
9846
+ title: string;
9847
+ color?: string | undefined;
9848
+ active?: false | undefined;
9849
+ }[]>;
9850
+ getAuthorTypeOption: (value: DamAuthorType) => {
9851
+ value: DamAuthorType;
9852
+ title: string;
9853
+ color?: string | undefined;
9854
+ active?: false | undefined;
9855
+ } | undefined;
9856
+ };
9857
+
7804
9858
  export declare function useDamConfigState(client?: undefined | (() => AxiosInstance)): {
7805
9859
  initialized: {
7806
9860
  damPubConfig: boolean;
7807
9861
  damPrvConfig: boolean;
7808
- damConfigExtSystem: number | null;
7809
- damConfigAssetCustomFormElements: number | null;
7810
9862
  };
7811
- damPubConfig: Ref<DamPubConfig> | ShallowRef<DamPubConfig>;
7812
- damPrvConfig: Ref<DamPrvConfig> | ShallowRef<DamPrvConfig>;
7813
- damConfigExtSystem: Ref<DamExtSystemConfig> | ShallowRef<DamExtSystemConfig>;
7814
- damConfigAssetCustomFormElements: Ref<{
7815
- image: CustomDataFormElement[];
7816
- audio: CustomDataFormElement[];
7817
- video: CustomDataFormElement[];
7818
- document: CustomDataFormElement[];
7819
- }> | ShallowRef<{
9863
+ damPubConfig: ShallowRef<DamPubConfig>;
9864
+ damPrvConfig: ShallowRef<DamPrvConfig>;
9865
+ damConfigExtSystem: ShallowRef<Map<number, DamExtSystemConfig>>;
9866
+ damConfigAssetCustomFormElements: ShallowRef<Map<number, {
7820
9867
  image: CustomDataFormElement[];
7821
9868
  audio: CustomDataFormElement[];
7822
9869
  video: CustomDataFormElement[];
7823
9870
  document: CustomDataFormElement[];
7824
- }>;
7825
- damConfigDistributionCustomFormElements: Ref<Record<string, CustomDataFormElement[]>> | ShallowRef<Record<string, CustomDataFormElement[]>>;
9871
+ }>>;
9872
+ damConfigDistributionCustomFormElements: ShallowRef<Map<string, CustomDataFormElement[]>>;
7826
9873
  loadDamPrvConfig: () => Promise<unknown>;
7827
9874
  loadDamPubConfig: () => Promise<unknown>;
7828
9875
  loadDamConfigExtSystem: (extSystemId: IntegerId) => Promise<unknown>;
7829
9876
  loadDamConfigAssetCustomFormElements: (extSystemId: IntegerId) => Promise<unknown>;
7830
9877
  loadDamConfigDistributionCustomFormElements: (distributionServiceName: DamDistributionServiceName) => Promise<unknown>;
9878
+ isDamPubConfigLoaded: () => boolean;
9879
+ isDamPrvConfigLoaded: () => boolean;
9880
+ getDamConfigExtSystem: (extSystemId: IntegerId) => DamExtSystemConfig | undefined;
9881
+ getDamConfigAssetCustomFormElements: (extSystemId: IntegerId) => {
9882
+ image: CustomDataFormElement[];
9883
+ audio: CustomDataFormElement[];
9884
+ video: CustomDataFormElement[];
9885
+ document: CustomDataFormElement[];
9886
+ } | undefined;
9887
+ };
9888
+
9889
+ export declare function useDamCurrentUser(): {
9890
+ damCurrentUser: Ref<{
9891
+ selectedLicence: {
9892
+ id: number;
9893
+ name: string;
9894
+ extSystem: number;
9895
+ } | null;
9896
+ adminToExtSystems: {
9897
+ id: number;
9898
+ name: string;
9899
+ }[];
9900
+ userToExtSystems: {
9901
+ id: number;
9902
+ name: string;
9903
+ }[];
9904
+ assetLicences: {
9905
+ id: number;
9906
+ name: string;
9907
+ extSystem: number;
9908
+ }[];
9909
+ person: {
9910
+ firstName: string;
9911
+ lastName: string;
9912
+ fullName: string;
9913
+ };
9914
+ avatar: {
9915
+ color: string;
9916
+ text: string;
9917
+ };
9918
+ allowedAssetExternalProviders: string[];
9919
+ allowedDistributionServices: string[];
9920
+ enabled: boolean;
9921
+ roles: string[];
9922
+ permissionGroups: number[];
9923
+ permissions: Permissions_2;
9924
+ resolvedPermissions: Permissions_2;
9925
+ _resourceName: string;
9926
+ _system: string;
9927
+ createdAt: string;
9928
+ modifiedAt: string;
9929
+ modifiedBy: IntegerIdNullable;
9930
+ createdBy: IntegerIdNullable;
9931
+ id: number;
9932
+ email: string;
9933
+ } | undefined>;
9934
+ damCurrentUserIsSuperAdmin: Ref<boolean>;
9935
+ };
9936
+
9937
+ export declare function useDamKeywordFactory(): {
9938
+ createDefault: (extSystemId: number, reviewed?: boolean) => DamKeyword;
7831
9939
  };
7832
9940
 
7833
9941
  export declare function useDamNotifications(): {
@@ -7839,6 +9947,12 @@ export declare function useDamUploadChunkSize(apiTimeout?: number): {
7839
9947
  updateChunkSize: (speed: number | null) => boolean;
7840
9948
  };
7841
9949
 
9950
+ export declare function useDropzoneGlobalDragState(): {
9951
+ isDraggingFile: Ref<boolean>;
9952
+ initGlobalDragState: () => void;
9953
+ destroyGlobalDragState: () => void;
9954
+ };
9955
+
7842
9956
  export declare function useErrors(): {
7843
9957
  isAnzuFatalError: (error: any) => error is AnzuFatalError;
7844
9958
  isAnzuApiForbiddenError: (error: any) => error is AnzuApiForbiddenError;