@anzusystems/common-admin 1.47.0-beta.dev-1771894808 → 1.47.0-beta.dev-1771894809
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/{AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-Bie-Z6Y5.mjs → AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-BPeNEU1y.mjs} +1851 -1830
- package/dist/AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-BPeNEU1y.mjs.map +1 -0
- package/dist/common-admin.d.ts +261 -176
- package/dist/common-admin.js +5458 -5334
- package/dist/common-admin.js.map +1 -1
- package/dist/{index-DUeIo0hV.mjs → index-D6n2IC2w.mjs} +2575 -2532
- package/dist/index-D6n2IC2w.mjs.map +1 -0
- package/dist/labs.js +290 -290
- package/dist/labs.js.map +1 -1
- package/package.json +4 -4
- package/dist/AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-Bie-Z6Y5.mjs.map +0 -1
- package/dist/index-DUeIo0hV.mjs.map +0 -1
package/dist/common-admin.d.ts
CHANGED
|
@@ -1760,9 +1760,9 @@ tooltipT: string;
|
|
|
1760
1760
|
notifyT: string;
|
|
1761
1761
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1762
1762
|
|
|
1763
|
-
declare const __VLS_component_18: DefineComponent<
|
|
1763
|
+
declare const __VLS_component_18: DefineComponent<__VLS_Props_58, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1764
1764
|
onClick: () => any;
|
|
1765
|
-
}, string, PublicProps, Readonly<
|
|
1765
|
+
}, string, PublicProps, Readonly<__VLS_Props_58> & Readonly<{
|
|
1766
1766
|
onOnClick?: (() => any) | undefined;
|
|
1767
1767
|
}>, {
|
|
1768
1768
|
disabled: boolean;
|
|
@@ -1820,11 +1820,11 @@ dataCy: string;
|
|
|
1820
1820
|
titleClass: string;
|
|
1821
1821
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1822
1822
|
|
|
1823
|
-
declare const __VLS_component_20: DefineComponent<
|
|
1823
|
+
declare const __VLS_component_20: DefineComponent<__VLS_Props_66, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_66> & Readonly<{}>, {
|
|
1824
1824
|
loading: boolean;
|
|
1825
1825
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1826
1826
|
|
|
1827
|
-
declare const __VLS_component_21: DefineComponent<
|
|
1827
|
+
declare const __VLS_component_21: DefineComponent<__VLS_Props_68, {
|
|
1828
1828
|
refresh: () => void;
|
|
1829
1829
|
addAfterId: (targetId: DocId | IntegerId | null, data: SortablePropItem) => SortableItemNewPositions;
|
|
1830
1830
|
addAfterIndex: (targetIndex: number | null, data: SortablePropItem) => SortableItemNewPositions;
|
|
@@ -1841,7 +1841,7 @@ onAddAfter: (data: SortableItem<any>) => any;
|
|
|
1841
1841
|
onAddLast: (data: any) => any;
|
|
1842
1842
|
onEdit: (data: SortableItem<any>) => any;
|
|
1843
1843
|
onDelete: (data: SortableItem<any>) => any;
|
|
1844
|
-
}, string, PublicProps, Readonly<
|
|
1844
|
+
}, string, PublicProps, Readonly<__VLS_Props_68> & Readonly<{
|
|
1845
1845
|
"onUpdate:modelValue"?: ((data: any[]) => any) | undefined;
|
|
1846
1846
|
onOnEnd?: ((data: SortableItemNewPositions) => any) | undefined;
|
|
1847
1847
|
onOnStart?: (() => any) | undefined;
|
|
@@ -1871,7 +1871,7 @@ disableDeleteDialog: boolean;
|
|
|
1871
1871
|
permanentButtons: boolean;
|
|
1872
1872
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1873
1873
|
|
|
1874
|
-
declare const __VLS_component_22: DefineComponent<
|
|
1874
|
+
declare const __VLS_component_22: DefineComponent<__VLS_Props_69, {
|
|
1875
1875
|
refresh: () => void;
|
|
1876
1876
|
addAfterId: (targetId: DocId_2 | IntegerId_2 | null, data: any, childrenAllowed: boolean) => SortableItemNewPositions;
|
|
1877
1877
|
addChildToId: (targetId: DocId_2 | IntegerId_2, data: any, childrenAllowed: boolean) => void;
|
|
@@ -1885,7 +1885,7 @@ onAddLast: (data: SortableNestedItem<any> | null) => any;
|
|
|
1885
1885
|
onEdit: (data: SortableNestedItem<any>) => any;
|
|
1886
1886
|
onDelete: (data: SortableNestedItem<any>) => any;
|
|
1887
1887
|
onAddChild: (data: SortableNestedItem<any>) => any;
|
|
1888
|
-
}, string, PublicProps, Readonly<
|
|
1888
|
+
}, string, PublicProps, Readonly<__VLS_Props_69> & Readonly<{
|
|
1889
1889
|
"onUpdate:modelValue"?: ((data: SortableNested<any>) => any) | undefined;
|
|
1890
1890
|
onOnEnd?: ((data: SortableItemNewPositions) => any) | undefined;
|
|
1891
1891
|
onOnAddAfter?: ((data: SortableNestedItem<any>) => any) | undefined;
|
|
@@ -1905,12 +1905,12 @@ showEditButton: boolean;
|
|
|
1905
1905
|
showAddChildButton: boolean;
|
|
1906
1906
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1907
1907
|
|
|
1908
|
-
declare const __VLS_component_23: DefineComponent<
|
|
1908
|
+
declare const __VLS_component_23: DefineComponent<__VLS_Props_70, {
|
|
1909
1909
|
validate: () => Promise<boolean>;
|
|
1910
1910
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1911
1911
|
"update:modelValue": (data: any) => any;
|
|
1912
1912
|
anyChange: () => any;
|
|
1913
|
-
}, string, PublicProps, Readonly<
|
|
1913
|
+
}, string, PublicProps, Readonly<__VLS_Props_70> & Readonly<{
|
|
1914
1914
|
"onUpdate:modelValue"?: ((data: any) => any) | undefined;
|
|
1915
1915
|
onAnyChange?: (() => any) | undefined;
|
|
1916
1916
|
}>, {
|
|
@@ -1919,12 +1919,12 @@ validationScope: string | number | boolean | symbol;
|
|
|
1919
1919
|
pinnedCount: number;
|
|
1920
1920
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1921
1921
|
|
|
1922
|
-
declare const __VLS_component_24: DefineComponent<
|
|
1922
|
+
declare const __VLS_component_24: DefineComponent<__VLS_Props_72, {
|
|
1923
1923
|
metadataConfirm: () => void;
|
|
1924
1924
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1925
1925
|
"update:modelValue": (data: IntegerIdNullable) => any;
|
|
1926
1926
|
afterMetadataSaveSuccess: () => any;
|
|
1927
|
-
}, string, PublicProps, Readonly<
|
|
1927
|
+
}, string, PublicProps, Readonly<__VLS_Props_72> & Readonly<{
|
|
1928
1928
|
"onUpdate:modelValue"?: ((data: IntegerIdNullable) => any) | undefined;
|
|
1929
1929
|
onAfterMetadataSaveSuccess?: (() => any) | undefined;
|
|
1930
1930
|
}>, {
|
|
@@ -2467,6 +2467,8 @@ source: string;
|
|
|
2467
2467
|
};
|
|
2468
2468
|
flags: {
|
|
2469
2469
|
showSource: boolean;
|
|
2470
|
+
internal: boolean;
|
|
2471
|
+
overrideInternal: boolean;
|
|
2470
2472
|
};
|
|
2471
2473
|
position?: number | undefined;
|
|
2472
2474
|
dam: {
|
|
@@ -3402,6 +3404,8 @@ source: string;
|
|
|
3402
3404
|
};
|
|
3403
3405
|
flags: {
|
|
3404
3406
|
showSource: boolean;
|
|
3407
|
+
internal: boolean;
|
|
3408
|
+
overrideInternal: boolean;
|
|
3405
3409
|
};
|
|
3406
3410
|
position?: number | undefined;
|
|
3407
3411
|
dam: {
|
|
@@ -3458,7 +3462,7 @@ extService: "damVideo" | "damPodcast";
|
|
|
3458
3462
|
}) | null;
|
|
3459
3463
|
}, any>;
|
|
3460
3464
|
|
|
3461
|
-
declare const __VLS_component_27: DefineComponent<
|
|
3465
|
+
declare const __VLS_component_27: DefineComponent<__VLS_Props_75, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_75> & Readonly<{}>, {
|
|
3462
3466
|
image: ImageAware | ImageCreateUpdateAware | null;
|
|
3463
3467
|
showSource: boolean;
|
|
3464
3468
|
width: number;
|
|
@@ -3475,7 +3479,7 @@ useHtmlImg: boolean;
|
|
|
3475
3479
|
sourceLabel: string;
|
|
3476
3480
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3477
3481
|
|
|
3478
|
-
declare const __VLS_component_28: DefineComponent<
|
|
3482
|
+
declare const __VLS_component_28: DefineComponent<__VLS_Props_76, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_76> & Readonly<{}>, {
|
|
3479
3483
|
media: MediaAware<DamMedia_2> | null;
|
|
3480
3484
|
showSource: boolean;
|
|
3481
3485
|
width: number;
|
|
@@ -3491,12 +3495,12 @@ damHeight: number;
|
|
|
3491
3495
|
useHtmlImg: boolean;
|
|
3492
3496
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3493
3497
|
|
|
3494
|
-
declare const __VLS_component_29: DefineComponent<
|
|
3498
|
+
declare const __VLS_component_29: DefineComponent<__VLS_Props_85, {
|
|
3495
3499
|
activate: () => void;
|
|
3496
3500
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
3497
3501
|
change: (event: InputFileChangeEvent_3) => any;
|
|
3498
3502
|
filesInput: (files: File[]) => any;
|
|
3499
|
-
}, string, PublicProps, Readonly<
|
|
3503
|
+
}, string, PublicProps, Readonly<__VLS_Props_85> & Readonly<{
|
|
3500
3504
|
onChange?: ((event: InputFileChangeEvent_3) => any) | undefined;
|
|
3501
3505
|
onFilesInput?: ((files: File[]) => any) | undefined;
|
|
3502
3506
|
}>, {
|
|
@@ -3563,14 +3567,14 @@ skipCurrentUserCheck: boolean;
|
|
|
3563
3567
|
onDetailLoadedCallback: (asset: AssetDetailItemDto) => void;
|
|
3564
3568
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3565
3569
|
|
|
3566
|
-
declare const __VLS_component_33: DefineComponent<
|
|
3570
|
+
declare const __VLS_component_33: DefineComponent<__VLS_Props_102, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_102> & Readonly<{}>, {
|
|
3567
3571
|
title: string;
|
|
3568
3572
|
dataCy: string;
|
|
3569
3573
|
logoUrl: string;
|
|
3570
3574
|
loginUrl: () => string;
|
|
3571
3575
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3572
3576
|
|
|
3573
|
-
declare const __VLS_component_34: DefineComponent<
|
|
3577
|
+
declare const __VLS_component_34: DefineComponent<__VLS_Props_106, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_106> & Readonly<{}>, {
|
|
3574
3578
|
title: string;
|
|
3575
3579
|
text: string;
|
|
3576
3580
|
icon: string;
|
|
@@ -6092,30 +6096,34 @@ declare type __VLS_Props_10 = {
|
|
|
6092
6096
|
};
|
|
6093
6097
|
|
|
6094
6098
|
declare type __VLS_Props_100 = {
|
|
6095
|
-
assetId?: DocIdNullable;
|
|
6096
6099
|
configName?: string;
|
|
6097
6100
|
};
|
|
6098
6101
|
|
|
6099
6102
|
declare type __VLS_Props_101 = {
|
|
6103
|
+
assetId?: DocIdNullable;
|
|
6104
|
+
configName?: string;
|
|
6105
|
+
};
|
|
6106
|
+
|
|
6107
|
+
declare type __VLS_Props_102 = {
|
|
6100
6108
|
title?: string | undefined;
|
|
6101
6109
|
logoUrl?: string | undefined;
|
|
6102
6110
|
loginUrl?: undefined | (() => string);
|
|
6103
6111
|
dataCy?: string;
|
|
6104
6112
|
};
|
|
6105
6113
|
|
|
6106
|
-
declare type
|
|
6114
|
+
declare type __VLS_Props_103 = {
|
|
6107
6115
|
logoutUrl?: undefined | (() => string);
|
|
6108
6116
|
};
|
|
6109
6117
|
|
|
6110
|
-
declare type
|
|
6118
|
+
declare type __VLS_Props_104 = {
|
|
6111
6119
|
returnRouteName: string;
|
|
6112
6120
|
};
|
|
6113
6121
|
|
|
6114
|
-
declare type
|
|
6122
|
+
declare type __VLS_Props_105 = {
|
|
6115
6123
|
returnRouteName: string;
|
|
6116
6124
|
};
|
|
6117
6125
|
|
|
6118
|
-
declare type
|
|
6126
|
+
declare type __VLS_Props_106 = {
|
|
6119
6127
|
title?: string;
|
|
6120
6128
|
text?: string;
|
|
6121
6129
|
buttonText?: string;
|
|
@@ -6464,6 +6472,16 @@ declare type __VLS_Props_44 = {
|
|
|
6464
6472
|
};
|
|
6465
6473
|
|
|
6466
6474
|
declare type __VLS_Props_45 = {
|
|
6475
|
+
stepsBack?: number;
|
|
6476
|
+
skipRouteNames?: string[];
|
|
6477
|
+
fallbackRouteName?: string;
|
|
6478
|
+
fallbackRouteParams?: Record<string, any>;
|
|
6479
|
+
buttonClass?: string;
|
|
6480
|
+
dataCy?: string;
|
|
6481
|
+
size?: number;
|
|
6482
|
+
};
|
|
6483
|
+
|
|
6484
|
+
declare type __VLS_Props_46 = {
|
|
6467
6485
|
routeName: string;
|
|
6468
6486
|
buttonT?: string;
|
|
6469
6487
|
buttonClass?: string;
|
|
@@ -6472,7 +6490,7 @@ declare type __VLS_Props_45 = {
|
|
|
6472
6490
|
variant?: ButtonVariant;
|
|
6473
6491
|
};
|
|
6474
6492
|
|
|
6475
|
-
declare type
|
|
6493
|
+
declare type __VLS_Props_47 = {
|
|
6476
6494
|
variant?: ButtonVariant;
|
|
6477
6495
|
buttonT?: string;
|
|
6478
6496
|
buttonClass?: string;
|
|
@@ -6490,7 +6508,7 @@ declare type __VLS_Props_46 = {
|
|
|
6490
6508
|
size?: number;
|
|
6491
6509
|
};
|
|
6492
6510
|
|
|
6493
|
-
declare type
|
|
6511
|
+
declare type __VLS_Props_48 = {
|
|
6494
6512
|
routeName: string;
|
|
6495
6513
|
recordId?: number | string | undefined;
|
|
6496
6514
|
routeParams?: any | undefined;
|
|
@@ -6502,22 +6520,12 @@ declare type __VLS_Props_47 = {
|
|
|
6502
6520
|
variant?: ButtonVariant;
|
|
6503
6521
|
};
|
|
6504
6522
|
|
|
6505
|
-
declare type __VLS_Props_48 = {
|
|
6506
|
-
buttonT?: string;
|
|
6507
|
-
buttonClass?: string;
|
|
6508
|
-
dataCy?: string;
|
|
6509
|
-
loading?: boolean;
|
|
6510
|
-
disabled?: boolean;
|
|
6511
|
-
};
|
|
6512
|
-
|
|
6513
6523
|
declare type __VLS_Props_49 = {
|
|
6514
6524
|
buttonT?: string;
|
|
6515
6525
|
buttonClass?: string;
|
|
6516
6526
|
dataCy?: string;
|
|
6517
6527
|
loading?: boolean;
|
|
6518
6528
|
disabled?: boolean;
|
|
6519
|
-
size?: number;
|
|
6520
|
-
variant?: ButtonVariant;
|
|
6521
6529
|
};
|
|
6522
6530
|
|
|
6523
6531
|
declare type __VLS_Props_5 = {
|
|
@@ -6527,9 +6535,13 @@ declare type __VLS_Props_5 = {
|
|
|
6527
6535
|
};
|
|
6528
6536
|
|
|
6529
6537
|
declare type __VLS_Props_50 = {
|
|
6530
|
-
|
|
6538
|
+
buttonT?: string;
|
|
6531
6539
|
buttonClass?: string;
|
|
6532
6540
|
dataCy?: string;
|
|
6541
|
+
loading?: boolean;
|
|
6542
|
+
disabled?: boolean;
|
|
6543
|
+
size?: number;
|
|
6544
|
+
variant?: ButtonVariant;
|
|
6533
6545
|
};
|
|
6534
6546
|
|
|
6535
6547
|
declare type __VLS_Props_51 = {
|
|
@@ -6539,13 +6551,19 @@ declare type __VLS_Props_51 = {
|
|
|
6539
6551
|
};
|
|
6540
6552
|
|
|
6541
6553
|
declare type __VLS_Props_52 = {
|
|
6554
|
+
tooltipT?: string;
|
|
6555
|
+
buttonClass?: string;
|
|
6556
|
+
dataCy?: string;
|
|
6557
|
+
};
|
|
6558
|
+
|
|
6559
|
+
declare type __VLS_Props_53 = {
|
|
6542
6560
|
buttonT?: string;
|
|
6543
6561
|
buttonClass?: string;
|
|
6544
6562
|
dataCy?: string;
|
|
6545
6563
|
touched?: boolean;
|
|
6546
6564
|
};
|
|
6547
6565
|
|
|
6548
|
-
declare type
|
|
6566
|
+
declare type __VLS_Props_54 = {
|
|
6549
6567
|
filterId?: Filter | undefined;
|
|
6550
6568
|
filterDocId?: Filter | undefined;
|
|
6551
6569
|
filterText?: Filter | undefined;
|
|
@@ -6555,7 +6573,7 @@ declare type __VLS_Props_53 = {
|
|
|
6555
6573
|
dataCy?: string;
|
|
6556
6574
|
};
|
|
6557
6575
|
|
|
6558
|
-
declare type
|
|
6576
|
+
declare type __VLS_Props_55 = {
|
|
6559
6577
|
id: number | string;
|
|
6560
6578
|
buttonT?: string;
|
|
6561
6579
|
buttonClass?: string;
|
|
@@ -6565,7 +6583,7 @@ declare type __VLS_Props_54 = {
|
|
|
6565
6583
|
size?: 'small' | 'x-small';
|
|
6566
6584
|
};
|
|
6567
6585
|
|
|
6568
|
-
declare type
|
|
6586
|
+
declare type __VLS_Props_56 = {
|
|
6569
6587
|
routeName: string;
|
|
6570
6588
|
recordId?: number | string | undefined;
|
|
6571
6589
|
routeParams?: any | undefined;
|
|
@@ -6574,7 +6592,7 @@ declare type __VLS_Props_55 = {
|
|
|
6574
6592
|
dataCy?: string;
|
|
6575
6593
|
};
|
|
6576
6594
|
|
|
6577
|
-
declare type
|
|
6595
|
+
declare type __VLS_Props_57 = {
|
|
6578
6596
|
routeName: string;
|
|
6579
6597
|
recordId?: number | string | undefined;
|
|
6580
6598
|
routeParams?: any | undefined;
|
|
@@ -6583,7 +6601,7 @@ declare type __VLS_Props_56 = {
|
|
|
6583
6601
|
dataCy?: string;
|
|
6584
6602
|
};
|
|
6585
6603
|
|
|
6586
|
-
declare type
|
|
6604
|
+
declare type __VLS_Props_58 = {
|
|
6587
6605
|
buttonT?: string;
|
|
6588
6606
|
buttonClass?: string;
|
|
6589
6607
|
dataCy?: string;
|
|
@@ -6596,15 +6614,8 @@ declare type __VLS_Props_57 = {
|
|
|
6596
6614
|
color?: string;
|
|
6597
6615
|
};
|
|
6598
6616
|
|
|
6599
|
-
declare type __VLS_Props_58 = {
|
|
6600
|
-
isAdministrator: boolean;
|
|
6601
|
-
};
|
|
6602
|
-
|
|
6603
6617
|
declare type __VLS_Props_59 = {
|
|
6604
|
-
|
|
6605
|
-
checkInterval?: number;
|
|
6606
|
-
jsonRelativePath?: string;
|
|
6607
|
-
minInactiveTime?: number;
|
|
6618
|
+
isAdministrator: boolean;
|
|
6608
6619
|
};
|
|
6609
6620
|
|
|
6610
6621
|
declare type __VLS_Props_6 = {
|
|
@@ -6616,17 +6627,24 @@ declare type __VLS_Props_6 = {
|
|
|
6616
6627
|
};
|
|
6617
6628
|
|
|
6618
6629
|
declare type __VLS_Props_60 = {
|
|
6619
|
-
|
|
6630
|
+
currentVersion: string;
|
|
6631
|
+
checkInterval?: number;
|
|
6632
|
+
jsonRelativePath?: string;
|
|
6633
|
+
minInactiveTime?: number;
|
|
6620
6634
|
};
|
|
6621
6635
|
|
|
6622
6636
|
declare type __VLS_Props_61 = {
|
|
6637
|
+
level: LogLevelType;
|
|
6638
|
+
};
|
|
6639
|
+
|
|
6640
|
+
declare type __VLS_Props_62 = {
|
|
6623
6641
|
user?: AnzuUserMinimal | undefined | null;
|
|
6624
6642
|
size?: number;
|
|
6625
6643
|
containerClass?: string;
|
|
6626
6644
|
tooltip?: string | undefined;
|
|
6627
6645
|
};
|
|
6628
6646
|
|
|
6629
|
-
declare type
|
|
6647
|
+
declare type __VLS_Props_63 = {
|
|
6630
6648
|
modelValue: string;
|
|
6631
6649
|
label?: string;
|
|
6632
6650
|
loading?: boolean;
|
|
@@ -6636,14 +6654,14 @@ declare type __VLS_Props_62 = {
|
|
|
6636
6654
|
hideLabel?: boolean;
|
|
6637
6655
|
};
|
|
6638
6656
|
|
|
6639
|
-
declare type
|
|
6657
|
+
declare type __VLS_Props_64 = {
|
|
6640
6658
|
currentUser: AnzuUserMinimal | undefined | null;
|
|
6641
6659
|
settingsRouteName: string;
|
|
6642
6660
|
logoutRouteName: string;
|
|
6643
6661
|
dataCy?: string;
|
|
6644
6662
|
};
|
|
6645
6663
|
|
|
6646
|
-
declare type
|
|
6664
|
+
declare type __VLS_Props_65 = {
|
|
6647
6665
|
modelValue: any;
|
|
6648
6666
|
label?: string | undefined;
|
|
6649
6667
|
required?: boolean;
|
|
@@ -6664,16 +6682,16 @@ declare type __VLS_Props_64 = {
|
|
|
6664
6682
|
minSearchText?: string | undefined;
|
|
6665
6683
|
};
|
|
6666
6684
|
|
|
6667
|
-
declare type
|
|
6685
|
+
declare type __VLS_Props_66 = {
|
|
6668
6686
|
job: JobBase;
|
|
6669
6687
|
loading?: boolean;
|
|
6670
6688
|
};
|
|
6671
6689
|
|
|
6672
|
-
declare type
|
|
6690
|
+
declare type __VLS_Props_67 = {
|
|
6673
6691
|
priority: number;
|
|
6674
6692
|
};
|
|
6675
6693
|
|
|
6676
|
-
declare type
|
|
6694
|
+
declare type __VLS_Props_68 = {
|
|
6677
6695
|
modelValue: SortablePropItem[] | any;
|
|
6678
6696
|
dirty?: Set<DocId | IntegerId>;
|
|
6679
6697
|
keyField?: string;
|
|
@@ -6695,7 +6713,7 @@ declare type __VLS_Props_67 = {
|
|
|
6695
6713
|
permanentButtons?: boolean;
|
|
6696
6714
|
};
|
|
6697
6715
|
|
|
6698
|
-
declare type
|
|
6716
|
+
declare type __VLS_Props_69 = {
|
|
6699
6717
|
modelValue: SortableNested;
|
|
6700
6718
|
maxDepth: number;
|
|
6701
6719
|
disableDraggable?: boolean;
|
|
@@ -6709,7 +6727,13 @@ declare type __VLS_Props_68 = {
|
|
|
6709
6727
|
showEditButton?: boolean;
|
|
6710
6728
|
};
|
|
6711
6729
|
|
|
6712
|
-
declare type
|
|
6730
|
+
declare type __VLS_Props_7 = {
|
|
6731
|
+
value: number | string | boolean;
|
|
6732
|
+
chip?: boolean;
|
|
6733
|
+
invertColor?: boolean;
|
|
6734
|
+
};
|
|
6735
|
+
|
|
6736
|
+
declare type __VLS_Props_70 = {
|
|
6713
6737
|
modelValue: {
|
|
6714
6738
|
[key: string]: any;
|
|
6715
6739
|
};
|
|
@@ -6719,19 +6743,13 @@ declare type __VLS_Props_69 = {
|
|
|
6719
6743
|
readonly?: boolean;
|
|
6720
6744
|
};
|
|
6721
6745
|
|
|
6722
|
-
declare type
|
|
6723
|
-
value: number | string | boolean;
|
|
6724
|
-
chip?: boolean;
|
|
6725
|
-
invertColor?: boolean;
|
|
6726
|
-
};
|
|
6727
|
-
|
|
6728
|
-
declare type __VLS_Props_70 = {
|
|
6746
|
+
declare type __VLS_Props_71 = {
|
|
6729
6747
|
modelValue: any;
|
|
6730
6748
|
config: CustomDataFormElement;
|
|
6731
6749
|
validationScope?: ValidationScope;
|
|
6732
6750
|
};
|
|
6733
6751
|
|
|
6734
|
-
declare type
|
|
6752
|
+
declare type __VLS_Props_72 = {
|
|
6735
6753
|
modelValue: IntegerIdNullable;
|
|
6736
6754
|
queueKey: UploadQueueKey;
|
|
6737
6755
|
uploadLicence: IntegerId;
|
|
@@ -6755,7 +6773,7 @@ declare type __VLS_Props_71 = {
|
|
|
6755
6773
|
damHeight?: undefined | number;
|
|
6756
6774
|
};
|
|
6757
6775
|
|
|
6758
|
-
declare type
|
|
6776
|
+
declare type __VLS_Props_73 = {
|
|
6759
6777
|
queueKey: UploadQueueKey;
|
|
6760
6778
|
uploadLicence: IntegerId;
|
|
6761
6779
|
selectLicences: IntegerId[];
|
|
@@ -6779,7 +6797,7 @@ declare type __VLS_Props_72 = {
|
|
|
6779
6797
|
skipCurrentUserCheck?: boolean;
|
|
6780
6798
|
};
|
|
6781
6799
|
|
|
6782
|
-
declare type
|
|
6800
|
+
declare type __VLS_Props_74 = {
|
|
6783
6801
|
queueKey: UploadQueueKey;
|
|
6784
6802
|
uploadLicence: IntegerId;
|
|
6785
6803
|
selectLicences: IntegerId[];
|
|
@@ -6802,7 +6820,7 @@ declare type __VLS_Props_73 = {
|
|
|
6802
6820
|
damHeight?: undefined | number;
|
|
6803
6821
|
};
|
|
6804
6822
|
|
|
6805
|
-
declare type
|
|
6823
|
+
declare type __VLS_Props_75 = {
|
|
6806
6824
|
modelValue: IntegerIdNullable | undefined;
|
|
6807
6825
|
image?: ImageAware | ImageCreateUpdateAware | undefined | null;
|
|
6808
6826
|
configName?: string;
|
|
@@ -6820,7 +6838,7 @@ declare type __VLS_Props_74 = {
|
|
|
6820
6838
|
sourceLabel?: string | undefined;
|
|
6821
6839
|
};
|
|
6822
6840
|
|
|
6823
|
-
declare type
|
|
6841
|
+
declare type __VLS_Props_76 = {
|
|
6824
6842
|
media?: MediaAware | null | undefined;
|
|
6825
6843
|
configName?: string;
|
|
6826
6844
|
label?: string | undefined;
|
|
@@ -6836,7 +6854,7 @@ declare type __VLS_Props_75 = {
|
|
|
6836
6854
|
widgetClass?: string | undefined;
|
|
6837
6855
|
};
|
|
6838
6856
|
|
|
6839
|
-
declare type
|
|
6857
|
+
declare type __VLS_Props_77 = {
|
|
6840
6858
|
modelValue: IntegerId[];
|
|
6841
6859
|
queueKey: UploadQueueKey;
|
|
6842
6860
|
uploadLicence: IntegerId;
|
|
@@ -6849,7 +6867,7 @@ declare type __VLS_Props_76 = {
|
|
|
6849
6867
|
callDeleteApiOnRemove?: boolean;
|
|
6850
6868
|
};
|
|
6851
6869
|
|
|
6852
|
-
declare type
|
|
6870
|
+
declare type __VLS_Props_78 = {
|
|
6853
6871
|
modelValue: IntegerId[];
|
|
6854
6872
|
queueKey: UploadQueueKey;
|
|
6855
6873
|
uploadLicence: IntegerId;
|
|
@@ -6865,7 +6883,7 @@ declare type __VLS_Props_77 = {
|
|
|
6865
6883
|
skipCurrentUserCheck?: boolean;
|
|
6866
6884
|
};
|
|
6867
6885
|
|
|
6868
|
-
declare type
|
|
6886
|
+
declare type __VLS_Props_79 = {
|
|
6869
6887
|
modelValue: IntegerId[];
|
|
6870
6888
|
images?: ImageAware[];
|
|
6871
6889
|
configName?: string;
|
|
@@ -6877,7 +6895,12 @@ declare type __VLS_Props_78 = {
|
|
|
6877
6895
|
showSource?: boolean;
|
|
6878
6896
|
};
|
|
6879
6897
|
|
|
6880
|
-
declare type
|
|
6898
|
+
declare type __VLS_Props_8 = {
|
|
6899
|
+
availableGrants: GrantType[];
|
|
6900
|
+
selectedGrant: GrantType | undefined;
|
|
6901
|
+
};
|
|
6902
|
+
|
|
6903
|
+
declare type __VLS_Props_80 = {
|
|
6881
6904
|
selectLicences: IntegerId[];
|
|
6882
6905
|
image?: ImageAware | undefined;
|
|
6883
6906
|
configName?: string;
|
|
@@ -6885,29 +6908,24 @@ declare type __VLS_Props_79 = {
|
|
|
6885
6908
|
dataCy?: string | undefined;
|
|
6886
6909
|
};
|
|
6887
6910
|
|
|
6888
|
-
declare type
|
|
6889
|
-
availableGrants: GrantType[];
|
|
6890
|
-
selectedGrant: GrantType | undefined;
|
|
6891
|
-
};
|
|
6892
|
-
|
|
6893
|
-
declare type __VLS_Props_80 = {
|
|
6911
|
+
declare type __VLS_Props_81 = {
|
|
6894
6912
|
extSystem: IntegerId;
|
|
6895
6913
|
configName?: string;
|
|
6896
6914
|
};
|
|
6897
6915
|
|
|
6898
|
-
declare type
|
|
6916
|
+
declare type __VLS_Props_82 = {
|
|
6899
6917
|
id: null | undefined | IntegerId;
|
|
6900
6918
|
users: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
|
|
6901
6919
|
isModerator?: boolean;
|
|
6902
6920
|
};
|
|
6903
6921
|
|
|
6904
|
-
declare type
|
|
6922
|
+
declare type __VLS_Props_83 = {
|
|
6905
6923
|
label?: string;
|
|
6906
6924
|
seconds?: number;
|
|
6907
6925
|
parentheses?: boolean;
|
|
6908
6926
|
};
|
|
6909
6927
|
|
|
6910
|
-
declare type
|
|
6928
|
+
declare type __VLS_Props_84 = {
|
|
6911
6929
|
collabRoom: CollabRoom;
|
|
6912
6930
|
cachedUsers: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
|
|
6913
6931
|
isEdit?: boolean;
|
|
@@ -6920,7 +6938,7 @@ declare type __VLS_Props_83 = {
|
|
|
6920
6938
|
/**
|
|
6921
6939
|
* For accept and maxSizes check docs {@see useFormatAndSizeCheck}
|
|
6922
6940
|
*/
|
|
6923
|
-
declare type
|
|
6941
|
+
declare type __VLS_Props_85 = {
|
|
6924
6942
|
fileInputKey?: number | undefined;
|
|
6925
6943
|
accept?: string | undefined;
|
|
6926
6944
|
maxSizes?: Record<string, number> | undefined;
|
|
@@ -6931,7 +6949,7 @@ declare type __VLS_Props_84 = {
|
|
|
6931
6949
|
hoverOnly?: boolean;
|
|
6932
6950
|
};
|
|
6933
6951
|
|
|
6934
|
-
declare type
|
|
6952
|
+
declare type __VLS_Props_86 = {
|
|
6935
6953
|
assetType: DamAssetTypeType;
|
|
6936
6954
|
inPodcast?: boolean | null;
|
|
6937
6955
|
minCount: number;
|
|
@@ -6944,7 +6962,7 @@ declare type __VLS_Props_85 = {
|
|
|
6944
6962
|
onDetailLoadedCallback?: ((asset: AssetDetailItemDto) => void) | undefined;
|
|
6945
6963
|
};
|
|
6946
6964
|
|
|
6947
|
-
declare type
|
|
6965
|
+
declare type __VLS_Props_87 = {
|
|
6948
6966
|
assetType: DamAssetTypeType;
|
|
6949
6967
|
queueKey: UploadQueueKey;
|
|
6950
6968
|
inPodcast?: boolean | null;
|
|
@@ -6955,7 +6973,7 @@ declare type __VLS_Props_86 = {
|
|
|
6955
6973
|
onDetailLoadedCallback?: ((asset: AssetDetailItemDto) => void) | undefined;
|
|
6956
6974
|
};
|
|
6957
6975
|
|
|
6958
|
-
declare type
|
|
6976
|
+
declare type __VLS_Props_88 = {
|
|
6959
6977
|
assetType: DamAssetTypeType;
|
|
6960
6978
|
queueKey: UploadQueueKey;
|
|
6961
6979
|
selectConfigs: DamConfigLicenceExtSystemReturnType[];
|
|
@@ -6965,7 +6983,7 @@ declare type __VLS_Props_87 = {
|
|
|
6965
6983
|
onDetailLoadedCallback?: ((asset: AssetDetailItemDto) => void) | undefined;
|
|
6966
6984
|
};
|
|
6967
6985
|
|
|
6968
|
-
declare type
|
|
6986
|
+
declare type __VLS_Props_89 = {
|
|
6969
6987
|
modelValue: boolean | null;
|
|
6970
6988
|
dataCy?: string;
|
|
6971
6989
|
label?: string | undefined;
|
|
@@ -6974,7 +6992,12 @@ declare type __VLS_Props_88 = {
|
|
|
6974
6992
|
falseT?: string;
|
|
6975
6993
|
};
|
|
6976
6994
|
|
|
6977
|
-
declare type
|
|
6995
|
+
declare type __VLS_Props_9 = {
|
|
6996
|
+
grant: GrantType;
|
|
6997
|
+
grantOrigin: GrantOriginType;
|
|
6998
|
+
};
|
|
6999
|
+
|
|
7000
|
+
declare type __VLS_Props_90 = {
|
|
6978
7001
|
modelValue: IntegerId | null | IntegerId[] | any;
|
|
6979
7002
|
client: () => AxiosInstance;
|
|
6980
7003
|
label?: string | undefined;
|
|
@@ -6985,12 +7008,7 @@ declare type __VLS_Props_89 = {
|
|
|
6985
7008
|
hideDetails?: boolean;
|
|
6986
7009
|
};
|
|
6987
7010
|
|
|
6988
|
-
declare type
|
|
6989
|
-
grant: GrantType;
|
|
6990
|
-
grantOrigin: GrantOriginType;
|
|
6991
|
-
};
|
|
6992
|
-
|
|
6993
|
-
declare type __VLS_Props_90 = {
|
|
7011
|
+
declare type __VLS_Props_91 = {
|
|
6994
7012
|
modelValue: string[];
|
|
6995
7013
|
client: () => AxiosInstance;
|
|
6996
7014
|
multiple?: boolean;
|
|
@@ -6998,7 +7016,7 @@ declare type __VLS_Props_90 = {
|
|
|
6998
7016
|
dataCy?: string;
|
|
6999
7017
|
};
|
|
7000
7018
|
|
|
7001
|
-
declare type
|
|
7019
|
+
declare type __VLS_Props_92 = {
|
|
7002
7020
|
modelValue: string[];
|
|
7003
7021
|
client: () => AxiosInstance;
|
|
7004
7022
|
multiple?: boolean;
|
|
@@ -7006,7 +7024,7 @@ declare type __VLS_Props_91 = {
|
|
|
7006
7024
|
dataCy?: string;
|
|
7007
7025
|
};
|
|
7008
7026
|
|
|
7009
|
-
declare type
|
|
7027
|
+
declare type __VLS_Props_93 = {
|
|
7010
7028
|
modelValue: IntegerId | null | IntegerId[] | any;
|
|
7011
7029
|
client: () => AxiosInstance;
|
|
7012
7030
|
label?: string | undefined;
|
|
@@ -7018,7 +7036,7 @@ declare type __VLS_Props_92 = {
|
|
|
7018
7036
|
hideDetails?: boolean;
|
|
7019
7037
|
};
|
|
7020
7038
|
|
|
7021
|
-
declare type
|
|
7039
|
+
declare type __VLS_Props_94 = {
|
|
7022
7040
|
modelValue: IntegerId | null | IntegerId[] | any;
|
|
7023
7041
|
client: () => AxiosInstance;
|
|
7024
7042
|
label?: string | undefined;
|
|
@@ -7029,30 +7047,26 @@ declare type __VLS_Props_93 = {
|
|
|
7029
7047
|
hideDetails?: boolean;
|
|
7030
7048
|
};
|
|
7031
7049
|
|
|
7032
|
-
declare type __VLS_Props_94 = {
|
|
7033
|
-
name: string;
|
|
7034
|
-
extSystem: IntegerId;
|
|
7035
|
-
};
|
|
7036
|
-
|
|
7037
7050
|
declare type __VLS_Props_95 = {
|
|
7051
|
+
name: string;
|
|
7038
7052
|
extSystem: IntegerId;
|
|
7039
7053
|
};
|
|
7040
7054
|
|
|
7041
7055
|
declare type __VLS_Props_96 = {
|
|
7042
|
-
name: string;
|
|
7043
7056
|
extSystem: IntegerId;
|
|
7044
7057
|
};
|
|
7045
7058
|
|
|
7046
7059
|
declare type __VLS_Props_97 = {
|
|
7060
|
+
name: string;
|
|
7047
7061
|
extSystem: IntegerId;
|
|
7048
7062
|
};
|
|
7049
7063
|
|
|
7050
7064
|
declare type __VLS_Props_98 = {
|
|
7051
|
-
|
|
7052
|
-
configName?: string;
|
|
7065
|
+
extSystem: IntegerId;
|
|
7053
7066
|
};
|
|
7054
7067
|
|
|
7055
7068
|
declare type __VLS_Props_99 = {
|
|
7069
|
+
name: string;
|
|
7056
7070
|
configName?: string;
|
|
7057
7071
|
};
|
|
7058
7072
|
|
|
@@ -7063,31 +7077,31 @@ declare type __VLS_PublicProps = {
|
|
|
7063
7077
|
|
|
7064
7078
|
declare type __VLS_PublicProps_10 = {
|
|
7065
7079
|
'sort'?: number;
|
|
7066
|
-
} &
|
|
7080
|
+
} & __VLS_Props_87;
|
|
7067
7081
|
|
|
7068
7082
|
declare type __VLS_PublicProps_11 = {
|
|
7069
7083
|
'sort'?: number;
|
|
7070
|
-
} &
|
|
7084
|
+
} & __VLS_Props_88;
|
|
7071
7085
|
|
|
7072
7086
|
declare type __VLS_PublicProps_12 = {
|
|
7073
7087
|
'selected'?: ValueObjectOption<IntegerId>[];
|
|
7074
|
-
} &
|
|
7088
|
+
} & __VLS_Props_93;
|
|
7075
7089
|
|
|
7076
7090
|
declare type __VLS_PublicProps_13 = {
|
|
7077
7091
|
'selected'?: ValueObjectOption<IntegerId>[];
|
|
7078
|
-
} &
|
|
7092
|
+
} & __VLS_Props_94;
|
|
7079
7093
|
|
|
7080
7094
|
declare type __VLS_PublicProps_14 = {
|
|
7081
7095
|
modelValue: Filter;
|
|
7082
|
-
} &
|
|
7096
|
+
} & __VLS_Props_96;
|
|
7083
7097
|
|
|
7084
7098
|
declare type __VLS_PublicProps_15 = {
|
|
7085
7099
|
modelValue: Filter;
|
|
7086
|
-
} &
|
|
7100
|
+
} & __VLS_Props_98;
|
|
7087
7101
|
|
|
7088
7102
|
declare type __VLS_PublicProps_16 = {
|
|
7089
7103
|
modelValue: Filter;
|
|
7090
|
-
} &
|
|
7104
|
+
} & __VLS_Props_100;
|
|
7091
7105
|
|
|
7092
7106
|
declare type __VLS_PublicProps_2 = {
|
|
7093
7107
|
'showAdvanced'?: boolean;
|
|
@@ -7101,7 +7115,7 @@ declare type __VLS_PublicProps_4 = {
|
|
|
7101
7115
|
'search'?: string;
|
|
7102
7116
|
'loadingLocal'?: boolean;
|
|
7103
7117
|
'fetchedItemsMinimal': Map<IntegerId | DocId, any>;
|
|
7104
|
-
} &
|
|
7118
|
+
} & __VLS_Props_65;
|
|
7105
7119
|
|
|
7106
7120
|
declare type __VLS_PublicProps_5 = {
|
|
7107
7121
|
modelValue: JobBase;
|
|
@@ -7109,22 +7123,22 @@ declare type __VLS_PublicProps_5 = {
|
|
|
7109
7123
|
|
|
7110
7124
|
declare type __VLS_PublicProps_6 = {
|
|
7111
7125
|
modelValue: IntegerIdNullable;
|
|
7112
|
-
} &
|
|
7126
|
+
} & __VLS_Props_73;
|
|
7113
7127
|
|
|
7114
7128
|
declare type __VLS_PublicProps_7 = {
|
|
7115
7129
|
'media': MediaAware | null;
|
|
7116
7130
|
'image': IntegerIdNullable;
|
|
7117
|
-
} &
|
|
7131
|
+
} & __VLS_Props_74;
|
|
7118
7132
|
|
|
7119
7133
|
declare type __VLS_PublicProps_8 = {
|
|
7120
7134
|
modelValue: IntegerIdNullable;
|
|
7121
|
-
} &
|
|
7135
|
+
} & __VLS_Props_80;
|
|
7122
7136
|
|
|
7123
7137
|
declare type __VLS_PublicProps_9 = {
|
|
7124
7138
|
modelValue?: boolean;
|
|
7125
7139
|
'sort'?: number;
|
|
7126
7140
|
'ready'?: boolean;
|
|
7127
|
-
} &
|
|
7141
|
+
} & __VLS_Props_86;
|
|
7128
7142
|
|
|
7129
7143
|
declare function __VLS_template(): {
|
|
7130
7144
|
attrs: Partial<{}>;
|
|
@@ -8814,6 +8828,8 @@ declare function __VLS_template_24(): {
|
|
|
8814
8828
|
};
|
|
8815
8829
|
flags: {
|
|
8816
8830
|
showSource: boolean;
|
|
8831
|
+
internal: boolean;
|
|
8832
|
+
overrideInternal: boolean;
|
|
8817
8833
|
};
|
|
8818
8834
|
position?: number | undefined;
|
|
8819
8835
|
dam: {
|
|
@@ -9342,6 +9358,8 @@ declare function __VLS_template_24(): {
|
|
|
9342
9358
|
};
|
|
9343
9359
|
flags: {
|
|
9344
9360
|
showSource: boolean;
|
|
9361
|
+
internal: boolean;
|
|
9362
|
+
overrideInternal: boolean;
|
|
9345
9363
|
};
|
|
9346
9364
|
position?: number | undefined;
|
|
9347
9365
|
dam: {
|
|
@@ -9369,6 +9387,8 @@ declare function __VLS_template_25(): {
|
|
|
9369
9387
|
};
|
|
9370
9388
|
flags: {
|
|
9371
9389
|
showSource: boolean;
|
|
9390
|
+
internal: boolean;
|
|
9391
|
+
overrideInternal: boolean;
|
|
9372
9392
|
};
|
|
9373
9393
|
position?: number | undefined;
|
|
9374
9394
|
dam: {
|
|
@@ -9730,6 +9750,8 @@ declare function __VLS_template_26(): {
|
|
|
9730
9750
|
};
|
|
9731
9751
|
flags: {
|
|
9732
9752
|
showSource: boolean;
|
|
9753
|
+
internal: boolean;
|
|
9754
|
+
overrideInternal: boolean;
|
|
9733
9755
|
};
|
|
9734
9756
|
position?: number | undefined;
|
|
9735
9757
|
dam: {
|
|
@@ -10303,6 +10325,8 @@ declare function __VLS_template_26(): {
|
|
|
10303
10325
|
};
|
|
10304
10326
|
flags: {
|
|
10305
10327
|
showSource: boolean;
|
|
10328
|
+
internal: boolean;
|
|
10329
|
+
overrideInternal: boolean;
|
|
10306
10330
|
};
|
|
10307
10331
|
position?: number | undefined;
|
|
10308
10332
|
dam: {
|
|
@@ -10373,6 +10397,8 @@ declare function __VLS_template_27(): {
|
|
|
10373
10397
|
};
|
|
10374
10398
|
flags: {
|
|
10375
10399
|
showSource: boolean;
|
|
10400
|
+
internal: boolean;
|
|
10401
|
+
overrideInternal: boolean;
|
|
10376
10402
|
};
|
|
10377
10403
|
position?: number | undefined;
|
|
10378
10404
|
dam: {
|
|
@@ -10393,6 +10419,8 @@ declare function __VLS_template_27(): {
|
|
|
10393
10419
|
};
|
|
10394
10420
|
flags: {
|
|
10395
10421
|
showSource: boolean;
|
|
10422
|
+
internal: boolean;
|
|
10423
|
+
overrideInternal: boolean;
|
|
10396
10424
|
};
|
|
10397
10425
|
position?: number | undefined;
|
|
10398
10426
|
} | null;
|
|
@@ -13207,7 +13235,17 @@ routeName: string;
|
|
|
13207
13235
|
routeParams: any | undefined;
|
|
13208
13236
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
13209
13237
|
|
|
13210
|
-
export declare const
|
|
13238
|
+
export declare const AActionCloseButtonHistory: DefineComponent<__VLS_Props_45, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_45> & Readonly<{}>, {
|
|
13239
|
+
size: number;
|
|
13240
|
+
dataCy: string;
|
|
13241
|
+
buttonClass: string;
|
|
13242
|
+
stepsBack: number;
|
|
13243
|
+
skipRouteNames: string[];
|
|
13244
|
+
fallbackRouteName: string;
|
|
13245
|
+
fallbackRouteParams: Record<string, any>;
|
|
13246
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
13247
|
+
|
|
13248
|
+
export declare const AActionCreateButton: DefineComponent<__VLS_Props_46, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_46> & Readonly<{}>, {
|
|
13211
13249
|
size: number;
|
|
13212
13250
|
variant: ButtonVariant;
|
|
13213
13251
|
dataCy: string;
|
|
@@ -13215,11 +13253,11 @@ buttonT: string;
|
|
|
13215
13253
|
buttonClass: string;
|
|
13216
13254
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
13217
13255
|
|
|
13218
|
-
export declare const AActionDeleteButton: DefineComponent<
|
|
13256
|
+
export declare const AActionDeleteButton: DefineComponent<__VLS_Props_47, {
|
|
13219
13257
|
closeDialog: () => void;
|
|
13220
13258
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
13221
13259
|
deleteRecord: () => any;
|
|
13222
|
-
}, string, PublicProps, Readonly<
|
|
13260
|
+
}, string, PublicProps, Readonly<__VLS_Props_47> & Readonly<{
|
|
13223
13261
|
onDeleteRecord?: (() => any) | undefined;
|
|
13224
13262
|
}>, {
|
|
13225
13263
|
disabled: boolean;
|
|
@@ -13238,9 +13276,9 @@ dialogMaxWidth: number;
|
|
|
13238
13276
|
disableCloseAfterConfirm: boolean;
|
|
13239
13277
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
13240
13278
|
|
|
13241
|
-
export declare const AActionEditButton: DefineComponent<
|
|
13279
|
+
export declare const AActionEditButton: DefineComponent<__VLS_Props_48, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
13242
13280
|
editRecord: () => any;
|
|
13243
|
-
}, string, PublicProps, Readonly<
|
|
13281
|
+
}, string, PublicProps, Readonly<__VLS_Props_48> & Readonly<{
|
|
13244
13282
|
onEditRecord?: (() => any) | undefined;
|
|
13245
13283
|
}>, {
|
|
13246
13284
|
size: number;
|
|
@@ -13253,9 +13291,9 @@ routeParams: any | undefined;
|
|
|
13253
13291
|
recordId: string | number;
|
|
13254
13292
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
13255
13293
|
|
|
13256
|
-
export declare const AActionSaveAndCloseButton: DefineComponent<
|
|
13294
|
+
export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_Props_49, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
13257
13295
|
saveRecordAndClose: () => any;
|
|
13258
|
-
}, string, PublicProps, Readonly<
|
|
13296
|
+
}, string, PublicProps, Readonly<__VLS_Props_49> & Readonly<{
|
|
13259
13297
|
onSaveRecordAndClose?: (() => any) | undefined;
|
|
13260
13298
|
}>, {
|
|
13261
13299
|
disabled: boolean;
|
|
@@ -13265,9 +13303,9 @@ buttonT: string;
|
|
|
13265
13303
|
buttonClass: string;
|
|
13266
13304
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
13267
13305
|
|
|
13268
|
-
export declare const AActionSaveButton: DefineComponent<
|
|
13306
|
+
export declare const AActionSaveButton: DefineComponent<__VLS_Props_50, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
13269
13307
|
saveRecord: () => any;
|
|
13270
|
-
}, string, PublicProps, Readonly<
|
|
13308
|
+
}, string, PublicProps, Readonly<__VLS_Props_50> & Readonly<{
|
|
13271
13309
|
onSaveRecord?: (() => any) | undefined;
|
|
13272
13310
|
}>, {
|
|
13273
13311
|
disabled: boolean;
|
|
@@ -13291,7 +13329,7 @@ position: string;
|
|
|
13291
13329
|
customClass: string;
|
|
13292
13330
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
13293
13331
|
|
|
13294
|
-
export declare const AAnzuUserAvatar: DefineComponent<
|
|
13332
|
+
export declare const AAnzuUserAvatar: DefineComponent<__VLS_Props_62, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_62> & Readonly<{}>, {
|
|
13295
13333
|
user: AnzuUserMinimal | null;
|
|
13296
13334
|
size: number;
|
|
13297
13335
|
containerClass: string;
|
|
@@ -13304,9 +13342,9 @@ export declare const AAssetListInner: __VLS_WithTemplateSlots_32<typeof __VLS_co
|
|
|
13304
13342
|
|
|
13305
13343
|
export declare const AAssetSelect: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
|
|
13306
13344
|
|
|
13307
|
-
export declare const AAvatarColorPicker: DefineComponent<
|
|
13345
|
+
export declare const AAvatarColorPicker: DefineComponent<__VLS_Props_63, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
13308
13346
|
"update:modelValue": (data: string) => any;
|
|
13309
|
-
}, string, PublicProps, Readonly<
|
|
13347
|
+
}, string, PublicProps, Readonly<__VLS_Props_63> & Readonly<{
|
|
13310
13348
|
"onUpdate:modelValue"?: ((data: string) => any) | undefined;
|
|
13311
13349
|
}>, {
|
|
13312
13350
|
loading: boolean;
|
|
@@ -13317,9 +13355,9 @@ readonly: boolean;
|
|
|
13317
13355
|
randomColor: boolean;
|
|
13318
13356
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
13319
13357
|
|
|
13320
|
-
export declare const ABooleanSelect: DefineComponent<
|
|
13358
|
+
export declare const ABooleanSelect: DefineComponent<__VLS_Props_89, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
13321
13359
|
"update:modelValue": (data: boolean | null) => any;
|
|
13322
|
-
}, string, PublicProps, Readonly<
|
|
13360
|
+
}, string, PublicProps, Readonly<__VLS_Props_89> & Readonly<{
|
|
13323
13361
|
"onUpdate:modelValue"?: ((data: boolean | null) => any) | undefined;
|
|
13324
13362
|
}>, {
|
|
13325
13363
|
label: string;
|
|
@@ -13369,9 +13407,9 @@ export declare const Acl: <TAclValue extends AclValue>(__VLS_props: NonNullable<
|
|
|
13369
13407
|
|
|
13370
13408
|
export declare type AclValue = `${string}_${string}_${string}`;
|
|
13371
13409
|
|
|
13372
|
-
export declare const ACollabCountdown: DefineComponent<
|
|
13410
|
+
export declare const ACollabCountdown: DefineComponent<__VLS_Props_83, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
13373
13411
|
done: () => any;
|
|
13374
|
-
}, string, PublicProps, Readonly<
|
|
13412
|
+
}, string, PublicProps, Readonly<__VLS_Props_83> & Readonly<{
|
|
13375
13413
|
onDone?: (() => any) | undefined;
|
|
13376
13414
|
}>, {
|
|
13377
13415
|
label: string;
|
|
@@ -13379,13 +13417,13 @@ seconds: number;
|
|
|
13379
13417
|
parentheses: boolean;
|
|
13380
13418
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
13381
13419
|
|
|
13382
|
-
export declare const ACollabLockedByUser: DefineComponent<
|
|
13420
|
+
export declare const ACollabLockedByUser: DefineComponent<__VLS_Props_82, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_82> & Readonly<{}>, {
|
|
13383
13421
|
isModerator: boolean;
|
|
13384
13422
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
13385
13423
|
|
|
13386
|
-
export declare const ACollabManagement: DefineComponent<
|
|
13424
|
+
export declare const ACollabManagement: DefineComponent<__VLS_Props_84, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
13387
13425
|
approvedRequestToJoinCollabRoom: () => any;
|
|
13388
|
-
}, string, PublicProps, Readonly<
|
|
13426
|
+
}, string, PublicProps, Readonly<__VLS_Props_84> & Readonly<{
|
|
13389
13427
|
onApprovedRequestToJoinCollabRoom?: (() => any) | undefined;
|
|
13390
13428
|
}>, {
|
|
13391
13429
|
isEdit: boolean;
|
|
@@ -13473,19 +13511,19 @@ export declare interface ACropperjsExposed {
|
|
|
13473
13511
|
setData: (data: Cropper.SetDataOptions) => void;
|
|
13474
13512
|
}
|
|
13475
13513
|
|
|
13476
|
-
export declare const ACurrentUserDropdown: DefineComponent<
|
|
13514
|
+
export declare const ACurrentUserDropdown: DefineComponent<__VLS_Props_64, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_64> & Readonly<{}>, {
|
|
13477
13515
|
dataCy: string;
|
|
13478
13516
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
13479
13517
|
|
|
13480
13518
|
export declare const ACustomDataForm: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
13481
13519
|
|
|
13482
|
-
export declare const ACustomDataFormElement: DefineComponent<
|
|
13520
|
+
export declare const ACustomDataFormElement: DefineComponent<__VLS_Props_71, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
13483
13521
|
blur: (data: any) => any;
|
|
13484
13522
|
"update:modelValue": (data: {
|
|
13485
13523
|
property: string;
|
|
13486
13524
|
value: any;
|
|
13487
13525
|
}) => any;
|
|
13488
|
-
}, string, PublicProps, Readonly<
|
|
13526
|
+
}, string, PublicProps, Readonly<__VLS_Props_71> & Readonly<{
|
|
13489
13527
|
onBlur?: ((data: any) => any) | undefined;
|
|
13490
13528
|
"onUpdate:modelValue"?: ((data: {
|
|
13491
13529
|
property: string;
|
|
@@ -13562,9 +13600,9 @@ export declare const AEmptyRouterView: DefineComponent< {}, {}, {}, {}, {}, C
|
|
|
13562
13600
|
|
|
13563
13601
|
export declare const AFileInput: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
|
|
13564
13602
|
|
|
13565
|
-
export declare const AFilterAdvancedButton: DefineComponent<
|
|
13603
|
+
export declare const AFilterAdvancedButton: DefineComponent<__VLS_Props_51, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
13566
13604
|
advancedFilter: () => any;
|
|
13567
|
-
}, string, PublicProps, Readonly<
|
|
13605
|
+
}, string, PublicProps, Readonly<__VLS_Props_51> & Readonly<{
|
|
13568
13606
|
onAdvancedFilter?: (() => any) | undefined;
|
|
13569
13607
|
}>, {
|
|
13570
13608
|
dataCy: string;
|
|
@@ -13608,7 +13646,7 @@ export declare const AFilterInteger: DefineComponent<__VLS_Props_22, {}, {}, {},
|
|
|
13608
13646
|
dataCy: string;
|
|
13609
13647
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
13610
13648
|
|
|
13611
|
-
export declare const AFilterMixed: DefineComponent<
|
|
13649
|
+
export declare const AFilterMixed: DefineComponent<__VLS_Props_54, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_54> & Readonly<{}>, {
|
|
13612
13650
|
placeholder: string;
|
|
13613
13651
|
dataCy: string;
|
|
13614
13652
|
filterId: Filter<any>;
|
|
@@ -13642,9 +13680,9 @@ filterSortBy: string | null;
|
|
|
13642
13680
|
disableInitFetch: boolean;
|
|
13643
13681
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
13644
13682
|
|
|
13645
|
-
export declare const AFilterResetButton: DefineComponent<
|
|
13683
|
+
export declare const AFilterResetButton: DefineComponent<__VLS_Props_52, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
13646
13684
|
reset: () => any;
|
|
13647
|
-
}, string, PublicProps, Readonly<
|
|
13685
|
+
}, string, PublicProps, Readonly<__VLS_Props_52> & Readonly<{
|
|
13648
13686
|
onReset?: (() => any) | undefined;
|
|
13649
13687
|
}>, {
|
|
13650
13688
|
dataCy: string;
|
|
@@ -13661,9 +13699,9 @@ placeholder: string;
|
|
|
13661
13699
|
dataCy: string;
|
|
13662
13700
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
13663
13701
|
|
|
13664
|
-
export declare const AFilterSubmitButton: DefineComponent<
|
|
13702
|
+
export declare const AFilterSubmitButton: DefineComponent<__VLS_Props_53, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
13665
13703
|
submit: () => any;
|
|
13666
|
-
}, string, PublicProps, Readonly<
|
|
13704
|
+
}, string, PublicProps, Readonly<__VLS_Props_53> & Readonly<{
|
|
13667
13705
|
onSubmit?: (() => any) | undefined;
|
|
13668
13706
|
}>, {
|
|
13669
13707
|
dataCy: string;
|
|
@@ -13750,11 +13788,11 @@ export declare const AImageWidget: __VLS_WithTemplateSlots_24<typeof __VLS_compo
|
|
|
13750
13788
|
|
|
13751
13789
|
export declare const AImageWidgetInner: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
13752
13790
|
|
|
13753
|
-
export declare const AImageWidgetMultiple: DefineComponent<
|
|
13791
|
+
export declare const AImageWidgetMultiple: DefineComponent<__VLS_Props_77, {
|
|
13754
13792
|
saveImages: () => Promise<boolean>;
|
|
13755
13793
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
13756
13794
|
"update:modelValue": (data: number[]) => any;
|
|
13757
|
-
}, string, PublicProps, Readonly<
|
|
13795
|
+
}, string, PublicProps, Readonly<__VLS_Props_77> & Readonly<{
|
|
13758
13796
|
"onUpdate:modelValue"?: ((data: number[]) => any) | undefined;
|
|
13759
13797
|
}>, {
|
|
13760
13798
|
width: number;
|
|
@@ -14074,11 +14112,11 @@ callDeleteApiOnRemove: boolean;
|
|
|
14074
14112
|
}> | null;
|
|
14075
14113
|
}, any>;
|
|
14076
14114
|
|
|
14077
|
-
export declare const AImageWidgetMultipleInner: DefineComponent<
|
|
14115
|
+
export declare const AImageWidgetMultipleInner: DefineComponent<__VLS_Props_78, {
|
|
14078
14116
|
saveImages: () => Promise<boolean>;
|
|
14079
14117
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
14080
14118
|
"update:modelValue": (data: number[]) => any;
|
|
14081
|
-
}, string, PublicProps, Readonly<
|
|
14119
|
+
}, string, PublicProps, Readonly<__VLS_Props_78> & Readonly<{
|
|
14082
14120
|
"onUpdate:modelValue"?: ((data: number[]) => any) | undefined;
|
|
14083
14121
|
}>, {
|
|
14084
14122
|
width: number;
|
|
@@ -14334,7 +14372,7 @@ check: (files: File[]) => void;
|
|
|
14334
14372
|
}, {}, {}, {}, {}> | null;
|
|
14335
14373
|
}, HTMLDivElement>;
|
|
14336
14374
|
|
|
14337
|
-
export declare const AImageWidgetMultipleSimple: DefineComponent<
|
|
14375
|
+
export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_Props_79, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_79> & Readonly<{}>, {
|
|
14338
14376
|
showSource: boolean;
|
|
14339
14377
|
width: number;
|
|
14340
14378
|
label: string;
|
|
@@ -14355,13 +14393,13 @@ export declare const AJobBaseCreateForm: DefineComponent<__VLS_PublicProps_5, {}
|
|
|
14355
14393
|
|
|
14356
14394
|
export declare const AJobDetailCommon: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
14357
14395
|
|
|
14358
|
-
export declare const AJobPriorityChip: DefineComponent<
|
|
14396
|
+
export declare const AJobPriorityChip: DefineComponent<__VLS_Props_67, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_67> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
14359
14397
|
|
|
14360
14398
|
export declare const AJobStatusChip: DefineComponent<__VLS_Props_36, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_36> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
14361
14399
|
|
|
14362
|
-
export declare const ALanguageSelect: DefineComponent<
|
|
14400
|
+
export declare const ALanguageSelect: DefineComponent<__VLS_Props_59, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
14363
14401
|
afterChange: (code: LanguageCode) => any;
|
|
14364
|
-
}, string, PublicProps, Readonly<
|
|
14402
|
+
}, string, PublicProps, Readonly<__VLS_Props_59> & Readonly<{
|
|
14365
14403
|
onAfterChange?: ((code: LanguageCode) => any) | undefined;
|
|
14366
14404
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
14367
14405
|
|
|
@@ -14369,15 +14407,15 @@ export declare const ALogData: DefineComponent<__VLS_Props_35, {}, {}, {}, {}, C
|
|
|
14369
14407
|
|
|
14370
14408
|
export declare const ALoginView: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
|
|
14371
14409
|
|
|
14372
|
-
export declare const ALogLevelChip: DefineComponent<
|
|
14410
|
+
export declare const ALogLevelChip: DefineComponent<__VLS_Props_61, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_61> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
14373
14411
|
|
|
14374
|
-
export declare const ALogoutView: DefineComponent<
|
|
14412
|
+
export declare const ALogoutView: DefineComponent<__VLS_Props_103, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_103> & Readonly<{}>, {
|
|
14375
14413
|
logoutUrl: () => string;
|
|
14376
14414
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
14377
14415
|
|
|
14378
14416
|
export declare const AMediaWidgetSimple: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
14379
14417
|
|
|
14380
|
-
export declare const ANotFoundView: DefineComponent<
|
|
14418
|
+
export declare const ANotFoundView: DefineComponent<__VLS_Props_105, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_105> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
14381
14419
|
|
|
14382
14420
|
export declare class AnzuApiDependencyExistsError extends Error {
|
|
14383
14421
|
dependencies: string[];
|
|
@@ -14540,6 +14578,8 @@ export declare interface AssetDetailItemDto extends AnzuUserAndTimeTrackingAware
|
|
|
14540
14578
|
distributionCategory: DocIdNullable;
|
|
14541
14579
|
assetFileProperties: AssetFileProperties;
|
|
14542
14580
|
mainFileSingleUse: Readonly<boolean | null>;
|
|
14581
|
+
mainFileInternal: Readonly<boolean | null>;
|
|
14582
|
+
mainFileOverrideInternal: Readonly<boolean | null>;
|
|
14543
14583
|
}
|
|
14544
14584
|
|
|
14545
14585
|
declare type AssetExternalProviderId = string | number;
|
|
@@ -14565,6 +14605,8 @@ declare interface AssetFileAware {
|
|
|
14565
14605
|
flags: {
|
|
14566
14606
|
public: boolean;
|
|
14567
14607
|
singleUse: boolean;
|
|
14608
|
+
overrideInternal: boolean;
|
|
14609
|
+
internal: boolean;
|
|
14568
14610
|
};
|
|
14569
14611
|
}
|
|
14570
14612
|
|
|
@@ -14702,6 +14744,8 @@ declare interface AssetMetadataBulkItem {
|
|
|
14702
14744
|
described: boolean;
|
|
14703
14745
|
customData: AssetCustomData_2;
|
|
14704
14746
|
mainFileSingleUse: boolean | null;
|
|
14747
|
+
mainFileInternal: boolean | null;
|
|
14748
|
+
mainFileOverrideInternal: boolean | null;
|
|
14705
14749
|
}
|
|
14706
14750
|
|
|
14707
14751
|
export declare interface AssetMetadataDto extends AnzuUserAndTimeTrackingAware, ResourceNameSystemAware, Metadata_2 {
|
|
@@ -14722,6 +14766,8 @@ export declare interface AssetSearchListItemDto extends AnzuUserAndTimeTrackingA
|
|
|
14722
14766
|
podcasts: DocId[];
|
|
14723
14767
|
assetFileProperties: AssetFileProperties;
|
|
14724
14768
|
mainFileSingleUse: Readonly<boolean | null>;
|
|
14769
|
+
mainFileInternal: Readonly<boolean | null>;
|
|
14770
|
+
mainFileOverrideInternal: Readonly<boolean | null>;
|
|
14725
14771
|
}
|
|
14726
14772
|
|
|
14727
14773
|
export declare type AssetSelectMetadataToImageMapFn = (assetRes: AssetDetailItemDto) => {
|
|
@@ -14809,7 +14855,7 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: NonNullable<Awaited<ty
|
|
|
14809
14855
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
14810
14856
|
};
|
|
14811
14857
|
|
|
14812
|
-
export declare const ASystemBar: DefineComponent<
|
|
14858
|
+
export declare const ASystemBar: DefineComponent<__VLS_Props_60, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_60> & Readonly<{}>, {
|
|
14813
14859
|
checkInterval: number;
|
|
14814
14860
|
jsonRelativePath: string;
|
|
14815
14861
|
minInactiveTime: number;
|
|
@@ -14817,7 +14863,7 @@ minInactiveTime: number;
|
|
|
14817
14863
|
|
|
14818
14864
|
export declare const ASystemEntityScope: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
14819
14865
|
|
|
14820
|
-
export declare const ATableCopyIdButton: DefineComponent<
|
|
14866
|
+
export declare const ATableCopyIdButton: DefineComponent<__VLS_Props_55, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_55> & Readonly<{}>, {
|
|
14821
14867
|
size: "small" | "x-small";
|
|
14822
14868
|
dataCy: string;
|
|
14823
14869
|
buttonT: string;
|
|
@@ -14826,7 +14872,7 @@ notifyT: string;
|
|
|
14826
14872
|
iconT: string;
|
|
14827
14873
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
14828
14874
|
|
|
14829
|
-
export declare const ATableDetailButton: DefineComponent<
|
|
14875
|
+
export declare const ATableDetailButton: DefineComponent<__VLS_Props_56, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_56> & Readonly<{}>, {
|
|
14830
14876
|
dataCy: string;
|
|
14831
14877
|
buttonT: string;
|
|
14832
14878
|
buttonClass: string;
|
|
@@ -14834,7 +14880,7 @@ routeParams: any | undefined;
|
|
|
14834
14880
|
recordId: string | number;
|
|
14835
14881
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
14836
14882
|
|
|
14837
|
-
export declare const ATableEditButton: DefineComponent<
|
|
14883
|
+
export declare const ATableEditButton: DefineComponent<__VLS_Props_57, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_57> & Readonly<{}>, {
|
|
14838
14884
|
dataCy: string;
|
|
14839
14885
|
buttonT: string;
|
|
14840
14886
|
buttonClass: string;
|
|
@@ -14860,7 +14906,7 @@ declare interface AudioAttributes {
|
|
|
14860
14906
|
bitrate: number;
|
|
14861
14907
|
}
|
|
14862
14908
|
|
|
14863
|
-
export declare const AUnauthorizedView: DefineComponent<
|
|
14909
|
+
export declare const AUnauthorizedView: DefineComponent<__VLS_Props_104, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_104> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
14864
14910
|
|
|
14865
14911
|
export declare const AUserAndTimeTrackingFields: DefineComponent<__VLS_Props_43, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_43> & Readonly<{}>, {
|
|
14866
14912
|
hideCreatedAt: boolean;
|
|
@@ -15364,12 +15410,12 @@ export declare type CustomDataFormElementTypeType = (typeof CustomDataFormElemen
|
|
|
15364
15410
|
|
|
15365
15411
|
export declare type CustomDataValue = boolean | string | number | string[] | number[];
|
|
15366
15412
|
|
|
15367
|
-
export declare const DamAdminAssetLink: DefineComponent<
|
|
15413
|
+
export declare const DamAdminAssetLink: DefineComponent<__VLS_Props_101, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_101> & Readonly<{}>, {
|
|
15368
15414
|
assetId: DocIdNullable;
|
|
15369
15415
|
configName: string;
|
|
15370
15416
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
15371
15417
|
|
|
15372
|
-
export declare const DamAssetImageRoiSelect: DefineComponent<
|
|
15418
|
+
export declare const DamAssetImageRoiSelect: DefineComponent<__VLS_Props_81, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_81> & Readonly<{}>, {
|
|
15373
15419
|
configName: string;
|
|
15374
15420
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
15375
15421
|
cropperInstance: ShallowUnwrapRef< {
|
|
@@ -15461,9 +15507,9 @@ export declare interface DamAuthor extends Pick<DamAuthorMinimal, 'id' | 'name'
|
|
|
15461
15507
|
childAuthors: DocId[];
|
|
15462
15508
|
}
|
|
15463
15509
|
|
|
15464
|
-
export declare const DamAuthorFilterRemoteAutocomplete: DefineComponent<
|
|
15510
|
+
export declare const DamAuthorFilterRemoteAutocomplete: DefineComponent<__VLS_Props_95, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
15465
15511
|
change: () => any;
|
|
15466
|
-
}, string, PublicProps, Readonly<
|
|
15512
|
+
}, string, PublicProps, Readonly<__VLS_Props_95> & Readonly<{
|
|
15467
15513
|
onChange?: (() => any) | undefined;
|
|
15468
15514
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
15469
15515
|
|
|
@@ -15568,10 +15614,10 @@ export declare type DamDistributionRequirementStrategyType = (typeof DamDistribu
|
|
|
15568
15614
|
|
|
15569
15615
|
export declare type DamDistributionServiceName = string;
|
|
15570
15616
|
|
|
15571
|
-
export declare const DamDistributionServiceSelect: DefineComponent<
|
|
15617
|
+
export declare const DamDistributionServiceSelect: DefineComponent<__VLS_Props_92, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
15572
15618
|
blur: (data: string[]) => any;
|
|
15573
15619
|
"update:modelValue": (data: string[]) => any;
|
|
15574
|
-
}, string, PublicProps, Readonly<
|
|
15620
|
+
}, string, PublicProps, Readonly<__VLS_Props_92> & Readonly<{
|
|
15575
15621
|
onBlur?: ((data: string[]) => any) | undefined;
|
|
15576
15622
|
"onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
|
|
15577
15623
|
}>, {
|
|
@@ -15607,10 +15653,10 @@ export declare type DamExternalProviderAssetConfig = Record<DamExternalProviderA
|
|
|
15607
15653
|
|
|
15608
15654
|
export declare type DamExternalProviderAssetName = string;
|
|
15609
15655
|
|
|
15610
|
-
export declare const DamExternalProviderAssetSelect: DefineComponent<
|
|
15656
|
+
export declare const DamExternalProviderAssetSelect: DefineComponent<__VLS_Props_91, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
15611
15657
|
blur: (data: string[]) => any;
|
|
15612
15658
|
"update:modelValue": (data: string[]) => any;
|
|
15613
|
-
}, string, PublicProps, Readonly<
|
|
15659
|
+
}, string, PublicProps, Readonly<__VLS_Props_91> & Readonly<{
|
|
15614
15660
|
onBlur?: ((data: string[]) => any) | undefined;
|
|
15615
15661
|
"onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
|
|
15616
15662
|
}>, {
|
|
@@ -15660,9 +15706,9 @@ export declare interface DamExtSystemConfigItemImage extends DamExtSystemConfigI
|
|
|
15660
15706
|
export declare interface DamExtSystemMinimal extends Pick<DamExtSystem, 'id' | 'name'> {
|
|
15661
15707
|
}
|
|
15662
15708
|
|
|
15663
|
-
export declare const DamExtSystemRemoteAutocomplete: DefineComponent<
|
|
15709
|
+
export declare const DamExtSystemRemoteAutocomplete: DefineComponent<__VLS_Props_90, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
15664
15710
|
"update:modelValue": (data: any) => any;
|
|
15665
|
-
}, string, PublicProps, Readonly<
|
|
15711
|
+
}, string, PublicProps, Readonly<__VLS_Props_90> & Readonly<{
|
|
15666
15712
|
"onUpdate:modelValue"?: ((data: any) => any) | undefined;
|
|
15667
15713
|
}>, {
|
|
15668
15714
|
required: boolean;
|
|
@@ -15682,9 +15728,9 @@ export declare interface DamKeyword extends AnzuUserAndTimeTrackingAware, Resour
|
|
|
15682
15728
|
flags: Flags_2;
|
|
15683
15729
|
}
|
|
15684
15730
|
|
|
15685
|
-
export declare const DamKeywordFilterRemoteAutocomplete: DefineComponent<
|
|
15731
|
+
export declare const DamKeywordFilterRemoteAutocomplete: DefineComponent<__VLS_Props_97, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
15686
15732
|
change: () => any;
|
|
15687
|
-
}, string, PublicProps, Readonly<
|
|
15733
|
+
}, string, PublicProps, Readonly<__VLS_Props_97> & Readonly<{
|
|
15688
15734
|
onChange?: (() => any) | undefined;
|
|
15689
15735
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
15690
15736
|
|
|
@@ -15852,9 +15898,9 @@ export declare interface DamUploadStartResponse {
|
|
|
15852
15898
|
export declare interface DamUser extends Omit<AnzuUser, 'id'>, DamUserUpdateDto {
|
|
15853
15899
|
}
|
|
15854
15900
|
|
|
15855
|
-
export declare const DamUserFilterRemoteAutocomplete: DefineComponent<
|
|
15901
|
+
export declare const DamUserFilterRemoteAutocomplete: DefineComponent<__VLS_Props_99, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
15856
15902
|
change: () => any;
|
|
15857
|
-
}, string, PublicProps, Readonly<
|
|
15903
|
+
}, string, PublicProps, Readonly<__VLS_Props_99> & Readonly<{
|
|
15858
15904
|
onChange?: (() => any) | undefined;
|
|
15859
15905
|
}>, {
|
|
15860
15906
|
configName: string;
|
|
@@ -17005,6 +17051,8 @@ export declare interface ImageAware {
|
|
|
17005
17051
|
};
|
|
17006
17052
|
flags: {
|
|
17007
17053
|
showSource: boolean;
|
|
17054
|
+
internal: boolean;
|
|
17055
|
+
overrideInternal: boolean;
|
|
17008
17056
|
};
|
|
17009
17057
|
position?: number;
|
|
17010
17058
|
}
|
|
@@ -19756,6 +19804,13 @@ export declare function modifyLanguageSettings(configAvailableLanguages: Languag
|
|
|
19756
19804
|
allLanguages: Language[];
|
|
19757
19805
|
};
|
|
19758
19806
|
|
|
19807
|
+
declare interface NavigateBackOptions {
|
|
19808
|
+
stepsBack?: number;
|
|
19809
|
+
skipRouteNames?: string[];
|
|
19810
|
+
fallbackRouteName?: string;
|
|
19811
|
+
fallbackRouteParams?: Record<string, any>;
|
|
19812
|
+
}
|
|
19813
|
+
|
|
19759
19814
|
export declare type NestedArray<T> = Array<NestedArray<T> | T>;
|
|
19760
19815
|
|
|
19761
19816
|
export declare const NEW_LINE_MARK = "\n";
|
|
@@ -20639,6 +20694,7 @@ export declare const useDamCachedUsers: () => {
|
|
|
20639
20694
|
export declare function useDamConfigState(client?: undefined | (() => AxiosInstance)): {
|
|
20640
20695
|
getOrLoadDamConfigExtSystemByLicences: (licences: IntegerId[]) => Promise<DamConfigLicenceExtSystemReturnType[]>;
|
|
20641
20696
|
getOrLoadDamConfigExtSystemByLicence: (licence: IntegerId) => Promise<DamConfigLicenceExtSystemReturnType | undefined>;
|
|
20697
|
+
getExtSystemByLicence: (licence: IntegerId) => Promise<IntegerId | null>;
|
|
20642
20698
|
loadDamPrvConfig: () => Promise<unknown>;
|
|
20643
20699
|
loadDamPubConfig: () => Promise<unknown>;
|
|
20644
20700
|
loadDamConfigExtSystem: (extSystemId: IntegerId) => Promise<unknown>;
|
|
@@ -20759,6 +20815,12 @@ export declare function useDamUploadChunkSize(apiTimeout?: number): {
|
|
|
20759
20815
|
updateChunkSize: (speed: number | null) => boolean;
|
|
20760
20816
|
};
|
|
20761
20817
|
|
|
20818
|
+
export declare function useDatatablePageStore(): {
|
|
20819
|
+
setStoredPage: (page: number) => void;
|
|
20820
|
+
setPreservePage: () => void;
|
|
20821
|
+
consumeStoredPage: () => number | null;
|
|
20822
|
+
};
|
|
20823
|
+
|
|
20762
20824
|
export declare function useDropzoneGlobalDragState(): {
|
|
20763
20825
|
isDraggingFile: Ref<boolean, boolean>;
|
|
20764
20826
|
initGlobalDragState: () => void;
|
|
@@ -20845,6 +20907,8 @@ source: string;
|
|
|
20845
20907
|
};
|
|
20846
20908
|
flags: {
|
|
20847
20909
|
showSource: boolean;
|
|
20910
|
+
internal: boolean;
|
|
20911
|
+
overrideInternal: boolean;
|
|
20848
20912
|
};
|
|
20849
20913
|
position?: number | undefined;
|
|
20850
20914
|
dam: {
|
|
@@ -20864,6 +20928,8 @@ source: string;
|
|
|
20864
20928
|
};
|
|
20865
20929
|
flags: {
|
|
20866
20930
|
showSource: boolean;
|
|
20931
|
+
internal: boolean;
|
|
20932
|
+
overrideInternal: boolean;
|
|
20867
20933
|
};
|
|
20868
20934
|
position?: number | undefined;
|
|
20869
20935
|
dam: {
|
|
@@ -20891,6 +20957,8 @@ source: string;
|
|
|
20891
20957
|
};
|
|
20892
20958
|
flags: {
|
|
20893
20959
|
showSource: boolean;
|
|
20960
|
+
internal: boolean;
|
|
20961
|
+
overrideInternal: boolean;
|
|
20894
20962
|
};
|
|
20895
20963
|
position?: number | undefined;
|
|
20896
20964
|
dam: {
|
|
@@ -20910,6 +20978,8 @@ source: string;
|
|
|
20910
20978
|
};
|
|
20911
20979
|
flags: {
|
|
20912
20980
|
showSource: boolean;
|
|
20981
|
+
internal: boolean;
|
|
20982
|
+
overrideInternal: boolean;
|
|
20913
20983
|
};
|
|
20914
20984
|
position?: number | undefined;
|
|
20915
20985
|
dam: {
|
|
@@ -20937,6 +21007,8 @@ source: string;
|
|
|
20937
21007
|
};
|
|
20938
21008
|
flags: {
|
|
20939
21009
|
showSource: boolean;
|
|
21010
|
+
internal: boolean;
|
|
21011
|
+
overrideInternal: boolean;
|
|
20940
21012
|
};
|
|
20941
21013
|
position?: number | undefined;
|
|
20942
21014
|
dam: {
|
|
@@ -20956,6 +21028,8 @@ source: string;
|
|
|
20956
21028
|
};
|
|
20957
21029
|
flags: {
|
|
20958
21030
|
showSource: boolean;
|
|
21031
|
+
internal: boolean;
|
|
21032
|
+
overrideInternal: boolean;
|
|
20959
21033
|
};
|
|
20960
21034
|
position?: number | undefined;
|
|
20961
21035
|
dam: {
|
|
@@ -21087,6 +21161,17 @@ export declare function useRemainingTime(): {
|
|
|
21087
21161
|
remainingTimeLong: (seconds: number) => string;
|
|
21088
21162
|
};
|
|
21089
21163
|
|
|
21164
|
+
export declare function useRouteHistory(): {
|
|
21165
|
+
history: DeepReadonly<Ref<RouteLocationNormalized[]>>;
|
|
21166
|
+
addRoute: (route: RouteLocationNormalized) => void;
|
|
21167
|
+
getRouteBack: (steps?: number) => RouteLocationNormalized | undefined;
|
|
21168
|
+
getFirstRouteNotMatching: (routeNamesToSkip: string[]) => RouteLocationNormalized | undefined;
|
|
21169
|
+
clearHistory: () => void;
|
|
21170
|
+
setBlacklistedRoutes: (routeNames: string[]) => void;
|
|
21171
|
+
addBlacklistedRoute: (routeName: string) => void;
|
|
21172
|
+
navigateBack: (router: Router, options?: NavigateBackOptions) => void;
|
|
21173
|
+
};
|
|
21174
|
+
|
|
21090
21175
|
export declare function useSentry(): {
|
|
21091
21176
|
logError: (error: Error, context?: SentryContext) => void;
|
|
21092
21177
|
logMessage: (message: string, level?: "fatal" | "error" | "warning" | "info" | "debug", context?: SentryContext) => void;
|