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