@anzusystems/common-admin 1.47.0-beta.dev-1771894807 → 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.css +1 -1
- package/dist/common-admin.d.ts +309 -188
- package/dist/common-admin.js +7214 -7081
- package/dist/common-admin.js.map +1 -1
- package/dist/{index-D3GfWQ5v.mjs → index-D6n2IC2w.mjs} +4434 -4337
- package/dist/index-D6n2IC2w.mjs.map +1 -0
- package/dist/labs.js +290 -290
- package/dist/labs.js.map +1 -1
- package/package.json +11 -11
- package/dist/AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-Bie-Z6Y5.mjs.map +0 -1
- package/dist/index-D3GfWQ5v.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
|
}>, {
|
|
@@ -2207,6 +2207,7 @@ readonly expand?: boolean | undefined;
|
|
|
2207
2207
|
readonly showDamAuthors?: boolean | undefined;
|
|
2208
2208
|
readonly showSourceEnabled?: boolean | undefined;
|
|
2209
2209
|
readonly sourceLabel?: string | undefined;
|
|
2210
|
+
readonly editAssetLabel?: string | undefined;
|
|
2210
2211
|
readonly onEditAsset?: ((data: string) => any) | undefined;
|
|
2211
2212
|
readonly onOnConfirm?: (() => any) | undefined;
|
|
2212
2213
|
readonly onOnClose?: (() => any) | undefined;
|
|
@@ -2233,6 +2234,7 @@ expand?: boolean;
|
|
|
2233
2234
|
showDamAuthors?: boolean;
|
|
2234
2235
|
showSourceEnabled?: boolean;
|
|
2235
2236
|
sourceLabel?: string;
|
|
2237
|
+
editAssetLabel?: string;
|
|
2236
2238
|
}> & Readonly<{
|
|
2237
2239
|
onEditAsset?: ((data: string) => any) | undefined;
|
|
2238
2240
|
onOnConfirm?: (() => any) | undefined;
|
|
@@ -2244,6 +2246,7 @@ editAsset: (data: string) => any;
|
|
|
2244
2246
|
onConfirm: () => any;
|
|
2245
2247
|
onClose: () => any;
|
|
2246
2248
|
}, string, {
|
|
2249
|
+
editAssetLabel: string;
|
|
2247
2250
|
showDamAuthors: boolean;
|
|
2248
2251
|
sourceLabel: string;
|
|
2249
2252
|
expand: boolean;
|
|
@@ -2269,6 +2272,7 @@ $forceUpdate: () => void;
|
|
|
2269
2272
|
$nextTick: nextTick;
|
|
2270
2273
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
2271
2274
|
} & Readonly<{
|
|
2275
|
+
editAssetLabel: string;
|
|
2272
2276
|
showDamAuthors: boolean;
|
|
2273
2277
|
sourceLabel: string;
|
|
2274
2278
|
expand: boolean;
|
|
@@ -2281,11 +2285,12 @@ expand?: boolean;
|
|
|
2281
2285
|
showDamAuthors?: boolean;
|
|
2282
2286
|
showSourceEnabled?: boolean;
|
|
2283
2287
|
sourceLabel?: string;
|
|
2288
|
+
editAssetLabel?: string;
|
|
2284
2289
|
}> & Readonly<{
|
|
2285
2290
|
onEditAsset?: ((data: string) => any) | undefined;
|
|
2286
2291
|
onOnConfirm?: (() => any) | undefined;
|
|
2287
2292
|
onOnClose?: (() => any) | undefined;
|
|
2288
|
-
}>, "confirm" | ("showDamAuthors" | "sourceLabel" | "expand" | "showSourceEnabled")> & ShallowUnwrapRef< {
|
|
2293
|
+
}>, "confirm" | ("editAssetLabel" | "showDamAuthors" | "sourceLabel" | "expand" | "showSourceEnabled")> & ShallowUnwrapRef< {
|
|
2289
2294
|
confirm: () => void;
|
|
2290
2295
|
}> & {} & ComponentCustomProperties & {} & {
|
|
2291
2296
|
$slots: {
|
|
@@ -2462,6 +2467,8 @@ source: string;
|
|
|
2462
2467
|
};
|
|
2463
2468
|
flags: {
|
|
2464
2469
|
showSource: boolean;
|
|
2470
|
+
internal: boolean;
|
|
2471
|
+
overrideInternal: boolean;
|
|
2465
2472
|
};
|
|
2466
2473
|
position?: number | undefined;
|
|
2467
2474
|
dam: {
|
|
@@ -2730,6 +2737,7 @@ readonly expand?: boolean | undefined;
|
|
|
2730
2737
|
readonly showDamAuthors?: boolean | undefined;
|
|
2731
2738
|
readonly showSourceEnabled?: boolean | undefined;
|
|
2732
2739
|
readonly sourceLabel?: string | undefined;
|
|
2740
|
+
readonly editAssetLabel?: string | undefined;
|
|
2733
2741
|
readonly onEditAsset?: ((data: string) => any) | undefined;
|
|
2734
2742
|
readonly onOnConfirm?: (() => any) | undefined;
|
|
2735
2743
|
readonly onOnClose?: (() => any) | undefined;
|
|
@@ -2756,6 +2764,7 @@ expand?: boolean;
|
|
|
2756
2764
|
showDamAuthors?: boolean;
|
|
2757
2765
|
showSourceEnabled?: boolean;
|
|
2758
2766
|
sourceLabel?: string;
|
|
2767
|
+
editAssetLabel?: string;
|
|
2759
2768
|
}> & Readonly<{
|
|
2760
2769
|
onEditAsset?: ((data: string) => any) | undefined;
|
|
2761
2770
|
onOnConfirm?: (() => any) | undefined;
|
|
@@ -2767,6 +2776,7 @@ editAsset: (data: string) => any;
|
|
|
2767
2776
|
onConfirm: () => any;
|
|
2768
2777
|
onClose: () => any;
|
|
2769
2778
|
}, string, {
|
|
2779
|
+
editAssetLabel: string;
|
|
2770
2780
|
showDamAuthors: boolean;
|
|
2771
2781
|
sourceLabel: string;
|
|
2772
2782
|
expand: boolean;
|
|
@@ -2792,6 +2802,7 @@ $forceUpdate: () => void;
|
|
|
2792
2802
|
$nextTick: nextTick;
|
|
2793
2803
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
2794
2804
|
} & Readonly<{
|
|
2805
|
+
editAssetLabel: string;
|
|
2795
2806
|
showDamAuthors: boolean;
|
|
2796
2807
|
sourceLabel: string;
|
|
2797
2808
|
expand: boolean;
|
|
@@ -2804,11 +2815,12 @@ expand?: boolean;
|
|
|
2804
2815
|
showDamAuthors?: boolean;
|
|
2805
2816
|
showSourceEnabled?: boolean;
|
|
2806
2817
|
sourceLabel?: string;
|
|
2818
|
+
editAssetLabel?: string;
|
|
2807
2819
|
}> & Readonly<{
|
|
2808
2820
|
onEditAsset?: ((data: string) => any) | undefined;
|
|
2809
2821
|
onOnConfirm?: (() => any) | undefined;
|
|
2810
2822
|
onOnClose?: (() => any) | undefined;
|
|
2811
|
-
}>, "confirm" | ("showDamAuthors" | "sourceLabel" | "expand" | "showSourceEnabled")> & ShallowUnwrapRef< {
|
|
2823
|
+
}>, "confirm" | ("editAssetLabel" | "showDamAuthors" | "sourceLabel" | "expand" | "showSourceEnabled")> & ShallowUnwrapRef< {
|
|
2812
2824
|
confirm: () => void;
|
|
2813
2825
|
}> & {} & ComponentCustomProperties & {} & {
|
|
2814
2826
|
$slots: {
|
|
@@ -3131,6 +3143,7 @@ readonly expand?: boolean | undefined;
|
|
|
3131
3143
|
readonly showDamAuthors?: boolean | undefined;
|
|
3132
3144
|
readonly showSourceEnabled?: boolean | undefined;
|
|
3133
3145
|
readonly sourceLabel?: string | undefined;
|
|
3146
|
+
readonly editAssetLabel?: string | undefined;
|
|
3134
3147
|
readonly onEditAsset?: ((data: string) => any) | undefined;
|
|
3135
3148
|
readonly onOnConfirm?: (() => any) | undefined;
|
|
3136
3149
|
readonly onOnClose?: (() => any) | undefined;
|
|
@@ -3157,6 +3170,7 @@ expand?: boolean;
|
|
|
3157
3170
|
showDamAuthors?: boolean;
|
|
3158
3171
|
showSourceEnabled?: boolean;
|
|
3159
3172
|
sourceLabel?: string;
|
|
3173
|
+
editAssetLabel?: string;
|
|
3160
3174
|
}> & Readonly<{
|
|
3161
3175
|
onEditAsset?: ((data: string) => any) | undefined;
|
|
3162
3176
|
onOnConfirm?: (() => any) | undefined;
|
|
@@ -3168,6 +3182,7 @@ editAsset: (data: string) => any;
|
|
|
3168
3182
|
onConfirm: () => any;
|
|
3169
3183
|
onClose: () => any;
|
|
3170
3184
|
}, string, {
|
|
3185
|
+
editAssetLabel: string;
|
|
3171
3186
|
showDamAuthors: boolean;
|
|
3172
3187
|
sourceLabel: string;
|
|
3173
3188
|
expand: boolean;
|
|
@@ -3193,6 +3208,7 @@ $forceUpdate: () => void;
|
|
|
3193
3208
|
$nextTick: nextTick;
|
|
3194
3209
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
3195
3210
|
} & Readonly<{
|
|
3211
|
+
editAssetLabel: string;
|
|
3196
3212
|
showDamAuthors: boolean;
|
|
3197
3213
|
sourceLabel: string;
|
|
3198
3214
|
expand: boolean;
|
|
@@ -3205,11 +3221,12 @@ expand?: boolean;
|
|
|
3205
3221
|
showDamAuthors?: boolean;
|
|
3206
3222
|
showSourceEnabled?: boolean;
|
|
3207
3223
|
sourceLabel?: string;
|
|
3224
|
+
editAssetLabel?: string;
|
|
3208
3225
|
}> & Readonly<{
|
|
3209
3226
|
onEditAsset?: ((data: string) => any) | undefined;
|
|
3210
3227
|
onOnConfirm?: (() => any) | undefined;
|
|
3211
3228
|
onOnClose?: (() => any) | undefined;
|
|
3212
|
-
}>, "confirm" | ("showDamAuthors" | "sourceLabel" | "expand" | "showSourceEnabled")> & ShallowUnwrapRef< {
|
|
3229
|
+
}>, "confirm" | ("editAssetLabel" | "showDamAuthors" | "sourceLabel" | "expand" | "showSourceEnabled")> & ShallowUnwrapRef< {
|
|
3213
3230
|
confirm: () => void;
|
|
3214
3231
|
}> & {} & ComponentCustomProperties & {} & {
|
|
3215
3232
|
$slots: {
|
|
@@ -3387,6 +3404,8 @@ source: string;
|
|
|
3387
3404
|
};
|
|
3388
3405
|
flags: {
|
|
3389
3406
|
showSource: boolean;
|
|
3407
|
+
internal: boolean;
|
|
3408
|
+
overrideInternal: boolean;
|
|
3390
3409
|
};
|
|
3391
3410
|
position?: number | undefined;
|
|
3392
3411
|
dam: {
|
|
@@ -3443,7 +3462,7 @@ extService: "damVideo" | "damPodcast";
|
|
|
3443
3462
|
}) | null;
|
|
3444
3463
|
}, any>;
|
|
3445
3464
|
|
|
3446
|
-
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<{}>, {
|
|
3447
3466
|
image: ImageAware | ImageCreateUpdateAware | null;
|
|
3448
3467
|
showSource: boolean;
|
|
3449
3468
|
width: number;
|
|
@@ -3460,7 +3479,7 @@ useHtmlImg: boolean;
|
|
|
3460
3479
|
sourceLabel: string;
|
|
3461
3480
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3462
3481
|
|
|
3463
|
-
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<{}>, {
|
|
3464
3483
|
media: MediaAware<DamMedia_2> | null;
|
|
3465
3484
|
showSource: boolean;
|
|
3466
3485
|
width: number;
|
|
@@ -3476,12 +3495,12 @@ damHeight: number;
|
|
|
3476
3495
|
useHtmlImg: boolean;
|
|
3477
3496
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3478
3497
|
|
|
3479
|
-
declare const __VLS_component_29: DefineComponent<
|
|
3498
|
+
declare const __VLS_component_29: DefineComponent<__VLS_Props_85, {
|
|
3480
3499
|
activate: () => void;
|
|
3481
3500
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
3482
3501
|
change: (event: InputFileChangeEvent_3) => any;
|
|
3483
3502
|
filesInput: (files: File[]) => any;
|
|
3484
|
-
}, string, PublicProps, Readonly<
|
|
3503
|
+
}, string, PublicProps, Readonly<__VLS_Props_85> & Readonly<{
|
|
3485
3504
|
onChange?: ((event: InputFileChangeEvent_3) => any) | undefined;
|
|
3486
3505
|
onFilesInput?: ((files: File[]) => any) | undefined;
|
|
3487
3506
|
}>, {
|
|
@@ -3548,14 +3567,14 @@ skipCurrentUserCheck: boolean;
|
|
|
3548
3567
|
onDetailLoadedCallback: (asset: AssetDetailItemDto) => void;
|
|
3549
3568
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3550
3569
|
|
|
3551
|
-
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<{}>, {
|
|
3552
3571
|
title: string;
|
|
3553
3572
|
dataCy: string;
|
|
3554
3573
|
logoUrl: string;
|
|
3555
3574
|
loginUrl: () => string;
|
|
3556
3575
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3557
3576
|
|
|
3558
|
-
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<{}>, {
|
|
3559
3578
|
title: string;
|
|
3560
3579
|
text: string;
|
|
3561
3580
|
icon: string;
|
|
@@ -6077,29 +6096,34 @@ declare type __VLS_Props_10 = {
|
|
|
6077
6096
|
};
|
|
6078
6097
|
|
|
6079
6098
|
declare type __VLS_Props_100 = {
|
|
6080
|
-
|
|
6099
|
+
configName?: string;
|
|
6081
6100
|
};
|
|
6082
6101
|
|
|
6083
6102
|
declare type __VLS_Props_101 = {
|
|
6103
|
+
assetId?: DocIdNullable;
|
|
6104
|
+
configName?: string;
|
|
6105
|
+
};
|
|
6106
|
+
|
|
6107
|
+
declare type __VLS_Props_102 = {
|
|
6084
6108
|
title?: string | undefined;
|
|
6085
6109
|
logoUrl?: string | undefined;
|
|
6086
6110
|
loginUrl?: undefined | (() => string);
|
|
6087
6111
|
dataCy?: string;
|
|
6088
6112
|
};
|
|
6089
6113
|
|
|
6090
|
-
declare type
|
|
6114
|
+
declare type __VLS_Props_103 = {
|
|
6091
6115
|
logoutUrl?: undefined | (() => string);
|
|
6092
6116
|
};
|
|
6093
6117
|
|
|
6094
|
-
declare type
|
|
6118
|
+
declare type __VLS_Props_104 = {
|
|
6095
6119
|
returnRouteName: string;
|
|
6096
6120
|
};
|
|
6097
6121
|
|
|
6098
|
-
declare type
|
|
6122
|
+
declare type __VLS_Props_105 = {
|
|
6099
6123
|
returnRouteName: string;
|
|
6100
6124
|
};
|
|
6101
6125
|
|
|
6102
|
-
declare type
|
|
6126
|
+
declare type __VLS_Props_106 = {
|
|
6103
6127
|
title?: string;
|
|
6104
6128
|
text?: string;
|
|
6105
6129
|
buttonText?: string;
|
|
@@ -6448,6 +6472,16 @@ declare type __VLS_Props_44 = {
|
|
|
6448
6472
|
};
|
|
6449
6473
|
|
|
6450
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 = {
|
|
6451
6485
|
routeName: string;
|
|
6452
6486
|
buttonT?: string;
|
|
6453
6487
|
buttonClass?: string;
|
|
@@ -6456,7 +6490,7 @@ declare type __VLS_Props_45 = {
|
|
|
6456
6490
|
variant?: ButtonVariant;
|
|
6457
6491
|
};
|
|
6458
6492
|
|
|
6459
|
-
declare type
|
|
6493
|
+
declare type __VLS_Props_47 = {
|
|
6460
6494
|
variant?: ButtonVariant;
|
|
6461
6495
|
buttonT?: string;
|
|
6462
6496
|
buttonClass?: string;
|
|
@@ -6474,7 +6508,7 @@ declare type __VLS_Props_46 = {
|
|
|
6474
6508
|
size?: number;
|
|
6475
6509
|
};
|
|
6476
6510
|
|
|
6477
|
-
declare type
|
|
6511
|
+
declare type __VLS_Props_48 = {
|
|
6478
6512
|
routeName: string;
|
|
6479
6513
|
recordId?: number | string | undefined;
|
|
6480
6514
|
routeParams?: any | undefined;
|
|
@@ -6486,22 +6520,12 @@ declare type __VLS_Props_47 = {
|
|
|
6486
6520
|
variant?: ButtonVariant;
|
|
6487
6521
|
};
|
|
6488
6522
|
|
|
6489
|
-
declare type __VLS_Props_48 = {
|
|
6490
|
-
buttonT?: string;
|
|
6491
|
-
buttonClass?: string;
|
|
6492
|
-
dataCy?: string;
|
|
6493
|
-
loading?: boolean;
|
|
6494
|
-
disabled?: boolean;
|
|
6495
|
-
};
|
|
6496
|
-
|
|
6497
6523
|
declare type __VLS_Props_49 = {
|
|
6498
6524
|
buttonT?: string;
|
|
6499
6525
|
buttonClass?: string;
|
|
6500
6526
|
dataCy?: string;
|
|
6501
6527
|
loading?: boolean;
|
|
6502
6528
|
disabled?: boolean;
|
|
6503
|
-
size?: number;
|
|
6504
|
-
variant?: ButtonVariant;
|
|
6505
6529
|
};
|
|
6506
6530
|
|
|
6507
6531
|
declare type __VLS_Props_5 = {
|
|
@@ -6511,9 +6535,13 @@ declare type __VLS_Props_5 = {
|
|
|
6511
6535
|
};
|
|
6512
6536
|
|
|
6513
6537
|
declare type __VLS_Props_50 = {
|
|
6514
|
-
|
|
6538
|
+
buttonT?: string;
|
|
6515
6539
|
buttonClass?: string;
|
|
6516
6540
|
dataCy?: string;
|
|
6541
|
+
loading?: boolean;
|
|
6542
|
+
disabled?: boolean;
|
|
6543
|
+
size?: number;
|
|
6544
|
+
variant?: ButtonVariant;
|
|
6517
6545
|
};
|
|
6518
6546
|
|
|
6519
6547
|
declare type __VLS_Props_51 = {
|
|
@@ -6523,13 +6551,19 @@ declare type __VLS_Props_51 = {
|
|
|
6523
6551
|
};
|
|
6524
6552
|
|
|
6525
6553
|
declare type __VLS_Props_52 = {
|
|
6554
|
+
tooltipT?: string;
|
|
6555
|
+
buttonClass?: string;
|
|
6556
|
+
dataCy?: string;
|
|
6557
|
+
};
|
|
6558
|
+
|
|
6559
|
+
declare type __VLS_Props_53 = {
|
|
6526
6560
|
buttonT?: string;
|
|
6527
6561
|
buttonClass?: string;
|
|
6528
6562
|
dataCy?: string;
|
|
6529
6563
|
touched?: boolean;
|
|
6530
6564
|
};
|
|
6531
6565
|
|
|
6532
|
-
declare type
|
|
6566
|
+
declare type __VLS_Props_54 = {
|
|
6533
6567
|
filterId?: Filter | undefined;
|
|
6534
6568
|
filterDocId?: Filter | undefined;
|
|
6535
6569
|
filterText?: Filter | undefined;
|
|
@@ -6539,7 +6573,7 @@ declare type __VLS_Props_53 = {
|
|
|
6539
6573
|
dataCy?: string;
|
|
6540
6574
|
};
|
|
6541
6575
|
|
|
6542
|
-
declare type
|
|
6576
|
+
declare type __VLS_Props_55 = {
|
|
6543
6577
|
id: number | string;
|
|
6544
6578
|
buttonT?: string;
|
|
6545
6579
|
buttonClass?: string;
|
|
@@ -6549,7 +6583,7 @@ declare type __VLS_Props_54 = {
|
|
|
6549
6583
|
size?: 'small' | 'x-small';
|
|
6550
6584
|
};
|
|
6551
6585
|
|
|
6552
|
-
declare type
|
|
6586
|
+
declare type __VLS_Props_56 = {
|
|
6553
6587
|
routeName: string;
|
|
6554
6588
|
recordId?: number | string | undefined;
|
|
6555
6589
|
routeParams?: any | undefined;
|
|
@@ -6558,7 +6592,7 @@ declare type __VLS_Props_55 = {
|
|
|
6558
6592
|
dataCy?: string;
|
|
6559
6593
|
};
|
|
6560
6594
|
|
|
6561
|
-
declare type
|
|
6595
|
+
declare type __VLS_Props_57 = {
|
|
6562
6596
|
routeName: string;
|
|
6563
6597
|
recordId?: number | string | undefined;
|
|
6564
6598
|
routeParams?: any | undefined;
|
|
@@ -6567,7 +6601,7 @@ declare type __VLS_Props_56 = {
|
|
|
6567
6601
|
dataCy?: string;
|
|
6568
6602
|
};
|
|
6569
6603
|
|
|
6570
|
-
declare type
|
|
6604
|
+
declare type __VLS_Props_58 = {
|
|
6571
6605
|
buttonT?: string;
|
|
6572
6606
|
buttonClass?: string;
|
|
6573
6607
|
dataCy?: string;
|
|
@@ -6580,15 +6614,8 @@ declare type __VLS_Props_57 = {
|
|
|
6580
6614
|
color?: string;
|
|
6581
6615
|
};
|
|
6582
6616
|
|
|
6583
|
-
declare type __VLS_Props_58 = {
|
|
6584
|
-
isAdministrator: boolean;
|
|
6585
|
-
};
|
|
6586
|
-
|
|
6587
6617
|
declare type __VLS_Props_59 = {
|
|
6588
|
-
|
|
6589
|
-
checkInterval?: number;
|
|
6590
|
-
jsonRelativePath?: string;
|
|
6591
|
-
minInactiveTime?: number;
|
|
6618
|
+
isAdministrator: boolean;
|
|
6592
6619
|
};
|
|
6593
6620
|
|
|
6594
6621
|
declare type __VLS_Props_6 = {
|
|
@@ -6600,17 +6627,24 @@ declare type __VLS_Props_6 = {
|
|
|
6600
6627
|
};
|
|
6601
6628
|
|
|
6602
6629
|
declare type __VLS_Props_60 = {
|
|
6603
|
-
|
|
6630
|
+
currentVersion: string;
|
|
6631
|
+
checkInterval?: number;
|
|
6632
|
+
jsonRelativePath?: string;
|
|
6633
|
+
minInactiveTime?: number;
|
|
6604
6634
|
};
|
|
6605
6635
|
|
|
6606
6636
|
declare type __VLS_Props_61 = {
|
|
6637
|
+
level: LogLevelType;
|
|
6638
|
+
};
|
|
6639
|
+
|
|
6640
|
+
declare type __VLS_Props_62 = {
|
|
6607
6641
|
user?: AnzuUserMinimal | undefined | null;
|
|
6608
6642
|
size?: number;
|
|
6609
6643
|
containerClass?: string;
|
|
6610
6644
|
tooltip?: string | undefined;
|
|
6611
6645
|
};
|
|
6612
6646
|
|
|
6613
|
-
declare type
|
|
6647
|
+
declare type __VLS_Props_63 = {
|
|
6614
6648
|
modelValue: string;
|
|
6615
6649
|
label?: string;
|
|
6616
6650
|
loading?: boolean;
|
|
@@ -6620,14 +6654,14 @@ declare type __VLS_Props_62 = {
|
|
|
6620
6654
|
hideLabel?: boolean;
|
|
6621
6655
|
};
|
|
6622
6656
|
|
|
6623
|
-
declare type
|
|
6657
|
+
declare type __VLS_Props_64 = {
|
|
6624
6658
|
currentUser: AnzuUserMinimal | undefined | null;
|
|
6625
6659
|
settingsRouteName: string;
|
|
6626
6660
|
logoutRouteName: string;
|
|
6627
6661
|
dataCy?: string;
|
|
6628
6662
|
};
|
|
6629
6663
|
|
|
6630
|
-
declare type
|
|
6664
|
+
declare type __VLS_Props_65 = {
|
|
6631
6665
|
modelValue: any;
|
|
6632
6666
|
label?: string | undefined;
|
|
6633
6667
|
required?: boolean;
|
|
@@ -6648,16 +6682,16 @@ declare type __VLS_Props_64 = {
|
|
|
6648
6682
|
minSearchText?: string | undefined;
|
|
6649
6683
|
};
|
|
6650
6684
|
|
|
6651
|
-
declare type
|
|
6685
|
+
declare type __VLS_Props_66 = {
|
|
6652
6686
|
job: JobBase;
|
|
6653
6687
|
loading?: boolean;
|
|
6654
6688
|
};
|
|
6655
6689
|
|
|
6656
|
-
declare type
|
|
6690
|
+
declare type __VLS_Props_67 = {
|
|
6657
6691
|
priority: number;
|
|
6658
6692
|
};
|
|
6659
6693
|
|
|
6660
|
-
declare type
|
|
6694
|
+
declare type __VLS_Props_68 = {
|
|
6661
6695
|
modelValue: SortablePropItem[] | any;
|
|
6662
6696
|
dirty?: Set<DocId | IntegerId>;
|
|
6663
6697
|
keyField?: string;
|
|
@@ -6679,7 +6713,7 @@ declare type __VLS_Props_67 = {
|
|
|
6679
6713
|
permanentButtons?: boolean;
|
|
6680
6714
|
};
|
|
6681
6715
|
|
|
6682
|
-
declare type
|
|
6716
|
+
declare type __VLS_Props_69 = {
|
|
6683
6717
|
modelValue: SortableNested;
|
|
6684
6718
|
maxDepth: number;
|
|
6685
6719
|
disableDraggable?: boolean;
|
|
@@ -6693,7 +6727,13 @@ declare type __VLS_Props_68 = {
|
|
|
6693
6727
|
showEditButton?: boolean;
|
|
6694
6728
|
};
|
|
6695
6729
|
|
|
6696
|
-
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 = {
|
|
6697
6737
|
modelValue: {
|
|
6698
6738
|
[key: string]: any;
|
|
6699
6739
|
};
|
|
@@ -6703,19 +6743,13 @@ declare type __VLS_Props_69 = {
|
|
|
6703
6743
|
readonly?: boolean;
|
|
6704
6744
|
};
|
|
6705
6745
|
|
|
6706
|
-
declare type
|
|
6707
|
-
value: number | string | boolean;
|
|
6708
|
-
chip?: boolean;
|
|
6709
|
-
invertColor?: boolean;
|
|
6710
|
-
};
|
|
6711
|
-
|
|
6712
|
-
declare type __VLS_Props_70 = {
|
|
6746
|
+
declare type __VLS_Props_71 = {
|
|
6713
6747
|
modelValue: any;
|
|
6714
6748
|
config: CustomDataFormElement;
|
|
6715
6749
|
validationScope?: ValidationScope;
|
|
6716
6750
|
};
|
|
6717
6751
|
|
|
6718
|
-
declare type
|
|
6752
|
+
declare type __VLS_Props_72 = {
|
|
6719
6753
|
modelValue: IntegerIdNullable;
|
|
6720
6754
|
queueKey: UploadQueueKey;
|
|
6721
6755
|
uploadLicence: IntegerId;
|
|
@@ -6739,7 +6773,7 @@ declare type __VLS_Props_71 = {
|
|
|
6739
6773
|
damHeight?: undefined | number;
|
|
6740
6774
|
};
|
|
6741
6775
|
|
|
6742
|
-
declare type
|
|
6776
|
+
declare type __VLS_Props_73 = {
|
|
6743
6777
|
queueKey: UploadQueueKey;
|
|
6744
6778
|
uploadLicence: IntegerId;
|
|
6745
6779
|
selectLicences: IntegerId[];
|
|
@@ -6763,7 +6797,7 @@ declare type __VLS_Props_72 = {
|
|
|
6763
6797
|
skipCurrentUserCheck?: boolean;
|
|
6764
6798
|
};
|
|
6765
6799
|
|
|
6766
|
-
declare type
|
|
6800
|
+
declare type __VLS_Props_74 = {
|
|
6767
6801
|
queueKey: UploadQueueKey;
|
|
6768
6802
|
uploadLicence: IntegerId;
|
|
6769
6803
|
selectLicences: IntegerId[];
|
|
@@ -6786,7 +6820,7 @@ declare type __VLS_Props_73 = {
|
|
|
6786
6820
|
damHeight?: undefined | number;
|
|
6787
6821
|
};
|
|
6788
6822
|
|
|
6789
|
-
declare type
|
|
6823
|
+
declare type __VLS_Props_75 = {
|
|
6790
6824
|
modelValue: IntegerIdNullable | undefined;
|
|
6791
6825
|
image?: ImageAware | ImageCreateUpdateAware | undefined | null;
|
|
6792
6826
|
configName?: string;
|
|
@@ -6804,7 +6838,7 @@ declare type __VLS_Props_74 = {
|
|
|
6804
6838
|
sourceLabel?: string | undefined;
|
|
6805
6839
|
};
|
|
6806
6840
|
|
|
6807
|
-
declare type
|
|
6841
|
+
declare type __VLS_Props_76 = {
|
|
6808
6842
|
media?: MediaAware | null | undefined;
|
|
6809
6843
|
configName?: string;
|
|
6810
6844
|
label?: string | undefined;
|
|
@@ -6820,7 +6854,7 @@ declare type __VLS_Props_75 = {
|
|
|
6820
6854
|
widgetClass?: string | undefined;
|
|
6821
6855
|
};
|
|
6822
6856
|
|
|
6823
|
-
declare type
|
|
6857
|
+
declare type __VLS_Props_77 = {
|
|
6824
6858
|
modelValue: IntegerId[];
|
|
6825
6859
|
queueKey: UploadQueueKey;
|
|
6826
6860
|
uploadLicence: IntegerId;
|
|
@@ -6833,7 +6867,7 @@ declare type __VLS_Props_76 = {
|
|
|
6833
6867
|
callDeleteApiOnRemove?: boolean;
|
|
6834
6868
|
};
|
|
6835
6869
|
|
|
6836
|
-
declare type
|
|
6870
|
+
declare type __VLS_Props_78 = {
|
|
6837
6871
|
modelValue: IntegerId[];
|
|
6838
6872
|
queueKey: UploadQueueKey;
|
|
6839
6873
|
uploadLicence: IntegerId;
|
|
@@ -6849,7 +6883,7 @@ declare type __VLS_Props_77 = {
|
|
|
6849
6883
|
skipCurrentUserCheck?: boolean;
|
|
6850
6884
|
};
|
|
6851
6885
|
|
|
6852
|
-
declare type
|
|
6886
|
+
declare type __VLS_Props_79 = {
|
|
6853
6887
|
modelValue: IntegerId[];
|
|
6854
6888
|
images?: ImageAware[];
|
|
6855
6889
|
configName?: string;
|
|
@@ -6861,7 +6895,12 @@ declare type __VLS_Props_78 = {
|
|
|
6861
6895
|
showSource?: boolean;
|
|
6862
6896
|
};
|
|
6863
6897
|
|
|
6864
|
-
declare type
|
|
6898
|
+
declare type __VLS_Props_8 = {
|
|
6899
|
+
availableGrants: GrantType[];
|
|
6900
|
+
selectedGrant: GrantType | undefined;
|
|
6901
|
+
};
|
|
6902
|
+
|
|
6903
|
+
declare type __VLS_Props_80 = {
|
|
6865
6904
|
selectLicences: IntegerId[];
|
|
6866
6905
|
image?: ImageAware | undefined;
|
|
6867
6906
|
configName?: string;
|
|
@@ -6869,29 +6908,24 @@ declare type __VLS_Props_79 = {
|
|
|
6869
6908
|
dataCy?: string | undefined;
|
|
6870
6909
|
};
|
|
6871
6910
|
|
|
6872
|
-
declare type
|
|
6873
|
-
availableGrants: GrantType[];
|
|
6874
|
-
selectedGrant: GrantType | undefined;
|
|
6875
|
-
};
|
|
6876
|
-
|
|
6877
|
-
declare type __VLS_Props_80 = {
|
|
6911
|
+
declare type __VLS_Props_81 = {
|
|
6878
6912
|
extSystem: IntegerId;
|
|
6879
6913
|
configName?: string;
|
|
6880
6914
|
};
|
|
6881
6915
|
|
|
6882
|
-
declare type
|
|
6916
|
+
declare type __VLS_Props_82 = {
|
|
6883
6917
|
id: null | undefined | IntegerId;
|
|
6884
6918
|
users: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
|
|
6885
6919
|
isModerator?: boolean;
|
|
6886
6920
|
};
|
|
6887
6921
|
|
|
6888
|
-
declare type
|
|
6922
|
+
declare type __VLS_Props_83 = {
|
|
6889
6923
|
label?: string;
|
|
6890
6924
|
seconds?: number;
|
|
6891
6925
|
parentheses?: boolean;
|
|
6892
6926
|
};
|
|
6893
6927
|
|
|
6894
|
-
declare type
|
|
6928
|
+
declare type __VLS_Props_84 = {
|
|
6895
6929
|
collabRoom: CollabRoom;
|
|
6896
6930
|
cachedUsers: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
|
|
6897
6931
|
isEdit?: boolean;
|
|
@@ -6904,7 +6938,7 @@ declare type __VLS_Props_83 = {
|
|
|
6904
6938
|
/**
|
|
6905
6939
|
* For accept and maxSizes check docs {@see useFormatAndSizeCheck}
|
|
6906
6940
|
*/
|
|
6907
|
-
declare type
|
|
6941
|
+
declare type __VLS_Props_85 = {
|
|
6908
6942
|
fileInputKey?: number | undefined;
|
|
6909
6943
|
accept?: string | undefined;
|
|
6910
6944
|
maxSizes?: Record<string, number> | undefined;
|
|
@@ -6915,7 +6949,7 @@ declare type __VLS_Props_84 = {
|
|
|
6915
6949
|
hoverOnly?: boolean;
|
|
6916
6950
|
};
|
|
6917
6951
|
|
|
6918
|
-
declare type
|
|
6952
|
+
declare type __VLS_Props_86 = {
|
|
6919
6953
|
assetType: DamAssetTypeType;
|
|
6920
6954
|
inPodcast?: boolean | null;
|
|
6921
6955
|
minCount: number;
|
|
@@ -6928,7 +6962,7 @@ declare type __VLS_Props_85 = {
|
|
|
6928
6962
|
onDetailLoadedCallback?: ((asset: AssetDetailItemDto) => void) | undefined;
|
|
6929
6963
|
};
|
|
6930
6964
|
|
|
6931
|
-
declare type
|
|
6965
|
+
declare type __VLS_Props_87 = {
|
|
6932
6966
|
assetType: DamAssetTypeType;
|
|
6933
6967
|
queueKey: UploadQueueKey;
|
|
6934
6968
|
inPodcast?: boolean | null;
|
|
@@ -6939,7 +6973,7 @@ declare type __VLS_Props_86 = {
|
|
|
6939
6973
|
onDetailLoadedCallback?: ((asset: AssetDetailItemDto) => void) | undefined;
|
|
6940
6974
|
};
|
|
6941
6975
|
|
|
6942
|
-
declare type
|
|
6976
|
+
declare type __VLS_Props_88 = {
|
|
6943
6977
|
assetType: DamAssetTypeType;
|
|
6944
6978
|
queueKey: UploadQueueKey;
|
|
6945
6979
|
selectConfigs: DamConfigLicenceExtSystemReturnType[];
|
|
@@ -6949,7 +6983,7 @@ declare type __VLS_Props_87 = {
|
|
|
6949
6983
|
onDetailLoadedCallback?: ((asset: AssetDetailItemDto) => void) | undefined;
|
|
6950
6984
|
};
|
|
6951
6985
|
|
|
6952
|
-
declare type
|
|
6986
|
+
declare type __VLS_Props_89 = {
|
|
6953
6987
|
modelValue: boolean | null;
|
|
6954
6988
|
dataCy?: string;
|
|
6955
6989
|
label?: string | undefined;
|
|
@@ -6958,7 +6992,12 @@ declare type __VLS_Props_88 = {
|
|
|
6958
6992
|
falseT?: string;
|
|
6959
6993
|
};
|
|
6960
6994
|
|
|
6961
|
-
declare type
|
|
6995
|
+
declare type __VLS_Props_9 = {
|
|
6996
|
+
grant: GrantType;
|
|
6997
|
+
grantOrigin: GrantOriginType;
|
|
6998
|
+
};
|
|
6999
|
+
|
|
7000
|
+
declare type __VLS_Props_90 = {
|
|
6962
7001
|
modelValue: IntegerId | null | IntegerId[] | any;
|
|
6963
7002
|
client: () => AxiosInstance;
|
|
6964
7003
|
label?: string | undefined;
|
|
@@ -6969,12 +7008,7 @@ declare type __VLS_Props_89 = {
|
|
|
6969
7008
|
hideDetails?: boolean;
|
|
6970
7009
|
};
|
|
6971
7010
|
|
|
6972
|
-
declare type
|
|
6973
|
-
grant: GrantType;
|
|
6974
|
-
grantOrigin: GrantOriginType;
|
|
6975
|
-
};
|
|
6976
|
-
|
|
6977
|
-
declare type __VLS_Props_90 = {
|
|
7011
|
+
declare type __VLS_Props_91 = {
|
|
6978
7012
|
modelValue: string[];
|
|
6979
7013
|
client: () => AxiosInstance;
|
|
6980
7014
|
multiple?: boolean;
|
|
@@ -6982,7 +7016,7 @@ declare type __VLS_Props_90 = {
|
|
|
6982
7016
|
dataCy?: string;
|
|
6983
7017
|
};
|
|
6984
7018
|
|
|
6985
|
-
declare type
|
|
7019
|
+
declare type __VLS_Props_92 = {
|
|
6986
7020
|
modelValue: string[];
|
|
6987
7021
|
client: () => AxiosInstance;
|
|
6988
7022
|
multiple?: boolean;
|
|
@@ -6990,7 +7024,7 @@ declare type __VLS_Props_91 = {
|
|
|
6990
7024
|
dataCy?: string;
|
|
6991
7025
|
};
|
|
6992
7026
|
|
|
6993
|
-
declare type
|
|
7027
|
+
declare type __VLS_Props_93 = {
|
|
6994
7028
|
modelValue: IntegerId | null | IntegerId[] | any;
|
|
6995
7029
|
client: () => AxiosInstance;
|
|
6996
7030
|
label?: string | undefined;
|
|
@@ -7002,7 +7036,7 @@ declare type __VLS_Props_92 = {
|
|
|
7002
7036
|
hideDetails?: boolean;
|
|
7003
7037
|
};
|
|
7004
7038
|
|
|
7005
|
-
declare type
|
|
7039
|
+
declare type __VLS_Props_94 = {
|
|
7006
7040
|
modelValue: IntegerId | null | IntegerId[] | any;
|
|
7007
7041
|
client: () => AxiosInstance;
|
|
7008
7042
|
label?: string | undefined;
|
|
@@ -7013,30 +7047,26 @@ declare type __VLS_Props_93 = {
|
|
|
7013
7047
|
hideDetails?: boolean;
|
|
7014
7048
|
};
|
|
7015
7049
|
|
|
7016
|
-
declare type __VLS_Props_94 = {
|
|
7017
|
-
name: string;
|
|
7018
|
-
extSystem: IntegerId;
|
|
7019
|
-
};
|
|
7020
|
-
|
|
7021
7050
|
declare type __VLS_Props_95 = {
|
|
7051
|
+
name: string;
|
|
7022
7052
|
extSystem: IntegerId;
|
|
7023
7053
|
};
|
|
7024
7054
|
|
|
7025
7055
|
declare type __VLS_Props_96 = {
|
|
7026
|
-
name: string;
|
|
7027
7056
|
extSystem: IntegerId;
|
|
7028
7057
|
};
|
|
7029
7058
|
|
|
7030
7059
|
declare type __VLS_Props_97 = {
|
|
7060
|
+
name: string;
|
|
7031
7061
|
extSystem: IntegerId;
|
|
7032
7062
|
};
|
|
7033
7063
|
|
|
7034
7064
|
declare type __VLS_Props_98 = {
|
|
7035
|
-
|
|
7036
|
-
configName?: string;
|
|
7065
|
+
extSystem: IntegerId;
|
|
7037
7066
|
};
|
|
7038
7067
|
|
|
7039
7068
|
declare type __VLS_Props_99 = {
|
|
7069
|
+
name: string;
|
|
7040
7070
|
configName?: string;
|
|
7041
7071
|
};
|
|
7042
7072
|
|
|
@@ -7047,31 +7077,31 @@ declare type __VLS_PublicProps = {
|
|
|
7047
7077
|
|
|
7048
7078
|
declare type __VLS_PublicProps_10 = {
|
|
7049
7079
|
'sort'?: number;
|
|
7050
|
-
} &
|
|
7080
|
+
} & __VLS_Props_87;
|
|
7051
7081
|
|
|
7052
7082
|
declare type __VLS_PublicProps_11 = {
|
|
7053
7083
|
'sort'?: number;
|
|
7054
|
-
} &
|
|
7084
|
+
} & __VLS_Props_88;
|
|
7055
7085
|
|
|
7056
7086
|
declare type __VLS_PublicProps_12 = {
|
|
7057
7087
|
'selected'?: ValueObjectOption<IntegerId>[];
|
|
7058
|
-
} &
|
|
7088
|
+
} & __VLS_Props_93;
|
|
7059
7089
|
|
|
7060
7090
|
declare type __VLS_PublicProps_13 = {
|
|
7061
7091
|
'selected'?: ValueObjectOption<IntegerId>[];
|
|
7062
|
-
} &
|
|
7092
|
+
} & __VLS_Props_94;
|
|
7063
7093
|
|
|
7064
7094
|
declare type __VLS_PublicProps_14 = {
|
|
7065
7095
|
modelValue: Filter;
|
|
7066
|
-
} &
|
|
7096
|
+
} & __VLS_Props_96;
|
|
7067
7097
|
|
|
7068
7098
|
declare type __VLS_PublicProps_15 = {
|
|
7069
7099
|
modelValue: Filter;
|
|
7070
|
-
} &
|
|
7100
|
+
} & __VLS_Props_98;
|
|
7071
7101
|
|
|
7072
7102
|
declare type __VLS_PublicProps_16 = {
|
|
7073
7103
|
modelValue: Filter;
|
|
7074
|
-
} &
|
|
7104
|
+
} & __VLS_Props_100;
|
|
7075
7105
|
|
|
7076
7106
|
declare type __VLS_PublicProps_2 = {
|
|
7077
7107
|
'showAdvanced'?: boolean;
|
|
@@ -7085,7 +7115,7 @@ declare type __VLS_PublicProps_4 = {
|
|
|
7085
7115
|
'search'?: string;
|
|
7086
7116
|
'loadingLocal'?: boolean;
|
|
7087
7117
|
'fetchedItemsMinimal': Map<IntegerId | DocId, any>;
|
|
7088
|
-
} &
|
|
7118
|
+
} & __VLS_Props_65;
|
|
7089
7119
|
|
|
7090
7120
|
declare type __VLS_PublicProps_5 = {
|
|
7091
7121
|
modelValue: JobBase;
|
|
@@ -7093,22 +7123,22 @@ declare type __VLS_PublicProps_5 = {
|
|
|
7093
7123
|
|
|
7094
7124
|
declare type __VLS_PublicProps_6 = {
|
|
7095
7125
|
modelValue: IntegerIdNullable;
|
|
7096
|
-
} &
|
|
7126
|
+
} & __VLS_Props_73;
|
|
7097
7127
|
|
|
7098
7128
|
declare type __VLS_PublicProps_7 = {
|
|
7099
7129
|
'media': MediaAware | null;
|
|
7100
7130
|
'image': IntegerIdNullable;
|
|
7101
|
-
} &
|
|
7131
|
+
} & __VLS_Props_74;
|
|
7102
7132
|
|
|
7103
7133
|
declare type __VLS_PublicProps_8 = {
|
|
7104
7134
|
modelValue: IntegerIdNullable;
|
|
7105
|
-
} &
|
|
7135
|
+
} & __VLS_Props_80;
|
|
7106
7136
|
|
|
7107
7137
|
declare type __VLS_PublicProps_9 = {
|
|
7108
7138
|
modelValue?: boolean;
|
|
7109
7139
|
'sort'?: number;
|
|
7110
7140
|
'ready'?: boolean;
|
|
7111
|
-
} &
|
|
7141
|
+
} & __VLS_Props_86;
|
|
7112
7142
|
|
|
7113
7143
|
declare function __VLS_template(): {
|
|
7114
7144
|
attrs: Partial<{}>;
|
|
@@ -8798,6 +8828,8 @@ declare function __VLS_template_24(): {
|
|
|
8798
8828
|
};
|
|
8799
8829
|
flags: {
|
|
8800
8830
|
showSource: boolean;
|
|
8831
|
+
internal: boolean;
|
|
8832
|
+
overrideInternal: boolean;
|
|
8801
8833
|
};
|
|
8802
8834
|
position?: number | undefined;
|
|
8803
8835
|
dam: {
|
|
@@ -9066,6 +9098,7 @@ declare function __VLS_template_24(): {
|
|
|
9066
9098
|
readonly showDamAuthors?: boolean | undefined;
|
|
9067
9099
|
readonly showSourceEnabled?: boolean | undefined;
|
|
9068
9100
|
readonly sourceLabel?: string | undefined;
|
|
9101
|
+
readonly editAssetLabel?: string | undefined;
|
|
9069
9102
|
readonly onEditAsset?: ((data: string) => any) | undefined;
|
|
9070
9103
|
readonly onOnConfirm?: (() => any) | undefined;
|
|
9071
9104
|
readonly onOnClose?: (() => any) | undefined;
|
|
@@ -9092,6 +9125,7 @@ declare function __VLS_template_24(): {
|
|
|
9092
9125
|
showDamAuthors?: boolean;
|
|
9093
9126
|
showSourceEnabled?: boolean;
|
|
9094
9127
|
sourceLabel?: string;
|
|
9128
|
+
editAssetLabel?: string;
|
|
9095
9129
|
}> & Readonly<{
|
|
9096
9130
|
onEditAsset?: ((data: string) => any) | undefined;
|
|
9097
9131
|
onOnConfirm?: (() => any) | undefined;
|
|
@@ -9103,6 +9137,7 @@ declare function __VLS_template_24(): {
|
|
|
9103
9137
|
onConfirm: () => any;
|
|
9104
9138
|
onClose: () => any;
|
|
9105
9139
|
}, string, {
|
|
9140
|
+
editAssetLabel: string;
|
|
9106
9141
|
showDamAuthors: boolean;
|
|
9107
9142
|
sourceLabel: string;
|
|
9108
9143
|
expand: boolean;
|
|
@@ -9128,6 +9163,7 @@ declare function __VLS_template_24(): {
|
|
|
9128
9163
|
$nextTick: nextTick;
|
|
9129
9164
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
9130
9165
|
} & Readonly<{
|
|
9166
|
+
editAssetLabel: string;
|
|
9131
9167
|
showDamAuthors: boolean;
|
|
9132
9168
|
sourceLabel: string;
|
|
9133
9169
|
expand: boolean;
|
|
@@ -9140,11 +9176,12 @@ declare function __VLS_template_24(): {
|
|
|
9140
9176
|
showDamAuthors?: boolean;
|
|
9141
9177
|
showSourceEnabled?: boolean;
|
|
9142
9178
|
sourceLabel?: string;
|
|
9179
|
+
editAssetLabel?: string;
|
|
9143
9180
|
}> & Readonly<{
|
|
9144
9181
|
onEditAsset?: ((data: string) => any) | undefined;
|
|
9145
9182
|
onOnConfirm?: (() => any) | undefined;
|
|
9146
9183
|
onOnClose?: (() => any) | undefined;
|
|
9147
|
-
}>, "confirm" | ("showDamAuthors" | "sourceLabel" | "expand" | "showSourceEnabled")> & ShallowUnwrapRef< {
|
|
9184
|
+
}>, "confirm" | ("editAssetLabel" | "showDamAuthors" | "sourceLabel" | "expand" | "showSourceEnabled")> & ShallowUnwrapRef< {
|
|
9148
9185
|
confirm: () => void;
|
|
9149
9186
|
}> & {} & ComponentCustomProperties & {} & {
|
|
9150
9187
|
$slots: {
|
|
@@ -9321,6 +9358,8 @@ declare function __VLS_template_24(): {
|
|
|
9321
9358
|
};
|
|
9322
9359
|
flags: {
|
|
9323
9360
|
showSource: boolean;
|
|
9361
|
+
internal: boolean;
|
|
9362
|
+
overrideInternal: boolean;
|
|
9324
9363
|
};
|
|
9325
9364
|
position?: number | undefined;
|
|
9326
9365
|
dam: {
|
|
@@ -9348,6 +9387,8 @@ declare function __VLS_template_25(): {
|
|
|
9348
9387
|
};
|
|
9349
9388
|
flags: {
|
|
9350
9389
|
showSource: boolean;
|
|
9390
|
+
internal: boolean;
|
|
9391
|
+
overrideInternal: boolean;
|
|
9351
9392
|
};
|
|
9352
9393
|
position?: number | undefined;
|
|
9353
9394
|
dam: {
|
|
@@ -9581,6 +9622,7 @@ declare function __VLS_template_25(): {
|
|
|
9581
9622
|
readonly showDamAuthors?: boolean | undefined;
|
|
9582
9623
|
readonly showSourceEnabled?: boolean | undefined;
|
|
9583
9624
|
readonly sourceLabel?: string | undefined;
|
|
9625
|
+
readonly editAssetLabel?: string | undefined;
|
|
9584
9626
|
readonly onEditAsset?: ((data: string) => any) | undefined;
|
|
9585
9627
|
readonly onOnConfirm?: (() => any) | undefined;
|
|
9586
9628
|
readonly onOnClose?: (() => any) | undefined;
|
|
@@ -9607,6 +9649,7 @@ declare function __VLS_template_25(): {
|
|
|
9607
9649
|
showDamAuthors?: boolean;
|
|
9608
9650
|
showSourceEnabled?: boolean;
|
|
9609
9651
|
sourceLabel?: string;
|
|
9652
|
+
editAssetLabel?: string;
|
|
9610
9653
|
}> & Readonly<{
|
|
9611
9654
|
onEditAsset?: ((data: string) => any) | undefined;
|
|
9612
9655
|
onOnConfirm?: (() => any) | undefined;
|
|
@@ -9618,6 +9661,7 @@ declare function __VLS_template_25(): {
|
|
|
9618
9661
|
onConfirm: () => any;
|
|
9619
9662
|
onClose: () => any;
|
|
9620
9663
|
}, string, {
|
|
9664
|
+
editAssetLabel: string;
|
|
9621
9665
|
showDamAuthors: boolean;
|
|
9622
9666
|
sourceLabel: string;
|
|
9623
9667
|
expand: boolean;
|
|
@@ -9643,6 +9687,7 @@ declare function __VLS_template_25(): {
|
|
|
9643
9687
|
$nextTick: nextTick;
|
|
9644
9688
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
9645
9689
|
} & Readonly<{
|
|
9690
|
+
editAssetLabel: string;
|
|
9646
9691
|
showDamAuthors: boolean;
|
|
9647
9692
|
sourceLabel: string;
|
|
9648
9693
|
expand: boolean;
|
|
@@ -9655,11 +9700,12 @@ declare function __VLS_template_25(): {
|
|
|
9655
9700
|
showDamAuthors?: boolean;
|
|
9656
9701
|
showSourceEnabled?: boolean;
|
|
9657
9702
|
sourceLabel?: string;
|
|
9703
|
+
editAssetLabel?: string;
|
|
9658
9704
|
}> & Readonly<{
|
|
9659
9705
|
onEditAsset?: ((data: string) => any) | undefined;
|
|
9660
9706
|
onOnConfirm?: (() => any) | undefined;
|
|
9661
9707
|
onOnClose?: (() => any) | undefined;
|
|
9662
|
-
}>, "confirm" | ("showDamAuthors" | "sourceLabel" | "expand" | "showSourceEnabled")> & ShallowUnwrapRef< {
|
|
9708
|
+
}>, "confirm" | ("editAssetLabel" | "showDamAuthors" | "sourceLabel" | "expand" | "showSourceEnabled")> & ShallowUnwrapRef< {
|
|
9663
9709
|
confirm: () => void;
|
|
9664
9710
|
}> & {} & ComponentCustomProperties & {} & {
|
|
9665
9711
|
$slots: {
|
|
@@ -9704,6 +9750,8 @@ declare function __VLS_template_26(): {
|
|
|
9704
9750
|
};
|
|
9705
9751
|
flags: {
|
|
9706
9752
|
showSource: boolean;
|
|
9753
|
+
internal: boolean;
|
|
9754
|
+
overrideInternal: boolean;
|
|
9707
9755
|
};
|
|
9708
9756
|
position?: number | undefined;
|
|
9709
9757
|
dam: {
|
|
@@ -10016,6 +10064,7 @@ declare function __VLS_template_26(): {
|
|
|
10016
10064
|
readonly showDamAuthors?: boolean | undefined;
|
|
10017
10065
|
readonly showSourceEnabled?: boolean | undefined;
|
|
10018
10066
|
readonly sourceLabel?: string | undefined;
|
|
10067
|
+
readonly editAssetLabel?: string | undefined;
|
|
10019
10068
|
readonly onEditAsset?: ((data: string) => any) | undefined;
|
|
10020
10069
|
readonly onOnConfirm?: (() => any) | undefined;
|
|
10021
10070
|
readonly onOnClose?: (() => any) | undefined;
|
|
@@ -10042,6 +10091,7 @@ declare function __VLS_template_26(): {
|
|
|
10042
10091
|
showDamAuthors?: boolean;
|
|
10043
10092
|
showSourceEnabled?: boolean;
|
|
10044
10093
|
sourceLabel?: string;
|
|
10094
|
+
editAssetLabel?: string;
|
|
10045
10095
|
}> & Readonly<{
|
|
10046
10096
|
onEditAsset?: ((data: string) => any) | undefined;
|
|
10047
10097
|
onOnConfirm?: (() => any) | undefined;
|
|
@@ -10053,6 +10103,7 @@ declare function __VLS_template_26(): {
|
|
|
10053
10103
|
onConfirm: () => any;
|
|
10054
10104
|
onClose: () => any;
|
|
10055
10105
|
}, string, {
|
|
10106
|
+
editAssetLabel: string;
|
|
10056
10107
|
showDamAuthors: boolean;
|
|
10057
10108
|
sourceLabel: string;
|
|
10058
10109
|
expand: boolean;
|
|
@@ -10078,6 +10129,7 @@ declare function __VLS_template_26(): {
|
|
|
10078
10129
|
$nextTick: nextTick;
|
|
10079
10130
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
10080
10131
|
} & Readonly<{
|
|
10132
|
+
editAssetLabel: string;
|
|
10081
10133
|
showDamAuthors: boolean;
|
|
10082
10134
|
sourceLabel: string;
|
|
10083
10135
|
expand: boolean;
|
|
@@ -10090,11 +10142,12 @@ declare function __VLS_template_26(): {
|
|
|
10090
10142
|
showDamAuthors?: boolean;
|
|
10091
10143
|
showSourceEnabled?: boolean;
|
|
10092
10144
|
sourceLabel?: string;
|
|
10145
|
+
editAssetLabel?: string;
|
|
10093
10146
|
}> & Readonly<{
|
|
10094
10147
|
onEditAsset?: ((data: string) => any) | undefined;
|
|
10095
10148
|
onOnConfirm?: (() => any) | undefined;
|
|
10096
10149
|
onOnClose?: (() => any) | undefined;
|
|
10097
|
-
}>, "confirm" | ("showDamAuthors" | "sourceLabel" | "expand" | "showSourceEnabled")> & ShallowUnwrapRef< {
|
|
10150
|
+
}>, "confirm" | ("editAssetLabel" | "showDamAuthors" | "sourceLabel" | "expand" | "showSourceEnabled")> & ShallowUnwrapRef< {
|
|
10098
10151
|
confirm: () => void;
|
|
10099
10152
|
}> & {} & ComponentCustomProperties & {} & {
|
|
10100
10153
|
$slots: {
|
|
@@ -10272,6 +10325,8 @@ declare function __VLS_template_26(): {
|
|
|
10272
10325
|
};
|
|
10273
10326
|
flags: {
|
|
10274
10327
|
showSource: boolean;
|
|
10328
|
+
internal: boolean;
|
|
10329
|
+
overrideInternal: boolean;
|
|
10275
10330
|
};
|
|
10276
10331
|
position?: number | undefined;
|
|
10277
10332
|
dam: {
|
|
@@ -10342,6 +10397,8 @@ declare function __VLS_template_27(): {
|
|
|
10342
10397
|
};
|
|
10343
10398
|
flags: {
|
|
10344
10399
|
showSource: boolean;
|
|
10400
|
+
internal: boolean;
|
|
10401
|
+
overrideInternal: boolean;
|
|
10345
10402
|
};
|
|
10346
10403
|
position?: number | undefined;
|
|
10347
10404
|
dam: {
|
|
@@ -10362,6 +10419,8 @@ declare function __VLS_template_27(): {
|
|
|
10362
10419
|
};
|
|
10363
10420
|
flags: {
|
|
10364
10421
|
showSource: boolean;
|
|
10422
|
+
internal: boolean;
|
|
10423
|
+
overrideInternal: boolean;
|
|
10365
10424
|
};
|
|
10366
10425
|
position?: number | undefined;
|
|
10367
10426
|
} | null;
|
|
@@ -13176,7 +13235,17 @@ routeName: string;
|
|
|
13176
13235
|
routeParams: any | undefined;
|
|
13177
13236
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
13178
13237
|
|
|
13179
|
-
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<{}>, {
|
|
13180
13249
|
size: number;
|
|
13181
13250
|
variant: ButtonVariant;
|
|
13182
13251
|
dataCy: string;
|
|
@@ -13184,11 +13253,11 @@ buttonT: string;
|
|
|
13184
13253
|
buttonClass: string;
|
|
13185
13254
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
13186
13255
|
|
|
13187
|
-
export declare const AActionDeleteButton: DefineComponent<
|
|
13256
|
+
export declare const AActionDeleteButton: DefineComponent<__VLS_Props_47, {
|
|
13188
13257
|
closeDialog: () => void;
|
|
13189
13258
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
13190
13259
|
deleteRecord: () => any;
|
|
13191
|
-
}, string, PublicProps, Readonly<
|
|
13260
|
+
}, string, PublicProps, Readonly<__VLS_Props_47> & Readonly<{
|
|
13192
13261
|
onDeleteRecord?: (() => any) | undefined;
|
|
13193
13262
|
}>, {
|
|
13194
13263
|
disabled: boolean;
|
|
@@ -13207,9 +13276,9 @@ dialogMaxWidth: number;
|
|
|
13207
13276
|
disableCloseAfterConfirm: boolean;
|
|
13208
13277
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
13209
13278
|
|
|
13210
|
-
export declare const AActionEditButton: DefineComponent<
|
|
13279
|
+
export declare const AActionEditButton: DefineComponent<__VLS_Props_48, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
13211
13280
|
editRecord: () => any;
|
|
13212
|
-
}, string, PublicProps, Readonly<
|
|
13281
|
+
}, string, PublicProps, Readonly<__VLS_Props_48> & Readonly<{
|
|
13213
13282
|
onEditRecord?: (() => any) | undefined;
|
|
13214
13283
|
}>, {
|
|
13215
13284
|
size: number;
|
|
@@ -13222,9 +13291,9 @@ routeParams: any | undefined;
|
|
|
13222
13291
|
recordId: string | number;
|
|
13223
13292
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
13224
13293
|
|
|
13225
|
-
export declare const AActionSaveAndCloseButton: DefineComponent<
|
|
13294
|
+
export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_Props_49, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
13226
13295
|
saveRecordAndClose: () => any;
|
|
13227
|
-
}, string, PublicProps, Readonly<
|
|
13296
|
+
}, string, PublicProps, Readonly<__VLS_Props_49> & Readonly<{
|
|
13228
13297
|
onSaveRecordAndClose?: (() => any) | undefined;
|
|
13229
13298
|
}>, {
|
|
13230
13299
|
disabled: boolean;
|
|
@@ -13234,9 +13303,9 @@ buttonT: string;
|
|
|
13234
13303
|
buttonClass: string;
|
|
13235
13304
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
13236
13305
|
|
|
13237
|
-
export declare const AActionSaveButton: DefineComponent<
|
|
13306
|
+
export declare const AActionSaveButton: DefineComponent<__VLS_Props_50, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
13238
13307
|
saveRecord: () => any;
|
|
13239
|
-
}, string, PublicProps, Readonly<
|
|
13308
|
+
}, string, PublicProps, Readonly<__VLS_Props_50> & Readonly<{
|
|
13240
13309
|
onSaveRecord?: (() => any) | undefined;
|
|
13241
13310
|
}>, {
|
|
13242
13311
|
disabled: boolean;
|
|
@@ -13260,7 +13329,7 @@ position: string;
|
|
|
13260
13329
|
customClass: string;
|
|
13261
13330
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
13262
13331
|
|
|
13263
|
-
export declare const AAnzuUserAvatar: DefineComponent<
|
|
13332
|
+
export declare const AAnzuUserAvatar: DefineComponent<__VLS_Props_62, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_62> & Readonly<{}>, {
|
|
13264
13333
|
user: AnzuUserMinimal | null;
|
|
13265
13334
|
size: number;
|
|
13266
13335
|
containerClass: string;
|
|
@@ -13273,9 +13342,9 @@ export declare const AAssetListInner: __VLS_WithTemplateSlots_32<typeof __VLS_co
|
|
|
13273
13342
|
|
|
13274
13343
|
export declare const AAssetSelect: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
|
|
13275
13344
|
|
|
13276
|
-
export declare const AAvatarColorPicker: DefineComponent<
|
|
13345
|
+
export declare const AAvatarColorPicker: DefineComponent<__VLS_Props_63, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
13277
13346
|
"update:modelValue": (data: string) => any;
|
|
13278
|
-
}, string, PublicProps, Readonly<
|
|
13347
|
+
}, string, PublicProps, Readonly<__VLS_Props_63> & Readonly<{
|
|
13279
13348
|
"onUpdate:modelValue"?: ((data: string) => any) | undefined;
|
|
13280
13349
|
}>, {
|
|
13281
13350
|
loading: boolean;
|
|
@@ -13286,9 +13355,9 @@ readonly: boolean;
|
|
|
13286
13355
|
randomColor: boolean;
|
|
13287
13356
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
13288
13357
|
|
|
13289
|
-
export declare const ABooleanSelect: DefineComponent<
|
|
13358
|
+
export declare const ABooleanSelect: DefineComponent<__VLS_Props_89, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
13290
13359
|
"update:modelValue": (data: boolean | null) => any;
|
|
13291
|
-
}, string, PublicProps, Readonly<
|
|
13360
|
+
}, string, PublicProps, Readonly<__VLS_Props_89> & Readonly<{
|
|
13292
13361
|
"onUpdate:modelValue"?: ((data: boolean | null) => any) | undefined;
|
|
13293
13362
|
}>, {
|
|
13294
13363
|
label: string;
|
|
@@ -13338,9 +13407,9 @@ export declare const Acl: <TAclValue extends AclValue>(__VLS_props: NonNullable<
|
|
|
13338
13407
|
|
|
13339
13408
|
export declare type AclValue = `${string}_${string}_${string}`;
|
|
13340
13409
|
|
|
13341
|
-
export declare const ACollabCountdown: DefineComponent<
|
|
13410
|
+
export declare const ACollabCountdown: DefineComponent<__VLS_Props_83, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
13342
13411
|
done: () => any;
|
|
13343
|
-
}, string, PublicProps, Readonly<
|
|
13412
|
+
}, string, PublicProps, Readonly<__VLS_Props_83> & Readonly<{
|
|
13344
13413
|
onDone?: (() => any) | undefined;
|
|
13345
13414
|
}>, {
|
|
13346
13415
|
label: string;
|
|
@@ -13348,13 +13417,13 @@ seconds: number;
|
|
|
13348
13417
|
parentheses: boolean;
|
|
13349
13418
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
13350
13419
|
|
|
13351
|
-
export declare const ACollabLockedByUser: DefineComponent<
|
|
13420
|
+
export declare const ACollabLockedByUser: DefineComponent<__VLS_Props_82, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_82> & Readonly<{}>, {
|
|
13352
13421
|
isModerator: boolean;
|
|
13353
13422
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
13354
13423
|
|
|
13355
|
-
export declare const ACollabManagement: DefineComponent<
|
|
13424
|
+
export declare const ACollabManagement: DefineComponent<__VLS_Props_84, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
13356
13425
|
approvedRequestToJoinCollabRoom: () => any;
|
|
13357
|
-
}, string, PublicProps, Readonly<
|
|
13426
|
+
}, string, PublicProps, Readonly<__VLS_Props_84> & Readonly<{
|
|
13358
13427
|
onApprovedRequestToJoinCollabRoom?: (() => any) | undefined;
|
|
13359
13428
|
}>, {
|
|
13360
13429
|
isEdit: boolean;
|
|
@@ -13442,19 +13511,19 @@ export declare interface ACropperjsExposed {
|
|
|
13442
13511
|
setData: (data: Cropper.SetDataOptions) => void;
|
|
13443
13512
|
}
|
|
13444
13513
|
|
|
13445
|
-
export declare const ACurrentUserDropdown: DefineComponent<
|
|
13514
|
+
export declare const ACurrentUserDropdown: DefineComponent<__VLS_Props_64, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_64> & Readonly<{}>, {
|
|
13446
13515
|
dataCy: string;
|
|
13447
13516
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
13448
13517
|
|
|
13449
13518
|
export declare const ACustomDataForm: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
13450
13519
|
|
|
13451
|
-
export declare const ACustomDataFormElement: DefineComponent<
|
|
13520
|
+
export declare const ACustomDataFormElement: DefineComponent<__VLS_Props_71, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
13452
13521
|
blur: (data: any) => any;
|
|
13453
13522
|
"update:modelValue": (data: {
|
|
13454
13523
|
property: string;
|
|
13455
13524
|
value: any;
|
|
13456
13525
|
}) => any;
|
|
13457
|
-
}, string, PublicProps, Readonly<
|
|
13526
|
+
}, string, PublicProps, Readonly<__VLS_Props_71> & Readonly<{
|
|
13458
13527
|
onBlur?: ((data: any) => any) | undefined;
|
|
13459
13528
|
"onUpdate:modelValue"?: ((data: {
|
|
13460
13529
|
property: string;
|
|
@@ -13531,9 +13600,9 @@ export declare const AEmptyRouterView: DefineComponent< {}, {}, {}, {}, {}, C
|
|
|
13531
13600
|
|
|
13532
13601
|
export declare const AFileInput: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
|
|
13533
13602
|
|
|
13534
|
-
export declare const AFilterAdvancedButton: DefineComponent<
|
|
13603
|
+
export declare const AFilterAdvancedButton: DefineComponent<__VLS_Props_51, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
13535
13604
|
advancedFilter: () => any;
|
|
13536
|
-
}, string, PublicProps, Readonly<
|
|
13605
|
+
}, string, PublicProps, Readonly<__VLS_Props_51> & Readonly<{
|
|
13537
13606
|
onAdvancedFilter?: (() => any) | undefined;
|
|
13538
13607
|
}>, {
|
|
13539
13608
|
dataCy: string;
|
|
@@ -13577,7 +13646,7 @@ export declare const AFilterInteger: DefineComponent<__VLS_Props_22, {}, {}, {},
|
|
|
13577
13646
|
dataCy: string;
|
|
13578
13647
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
13579
13648
|
|
|
13580
|
-
export declare const AFilterMixed: DefineComponent<
|
|
13649
|
+
export declare const AFilterMixed: DefineComponent<__VLS_Props_54, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_54> & Readonly<{}>, {
|
|
13581
13650
|
placeholder: string;
|
|
13582
13651
|
dataCy: string;
|
|
13583
13652
|
filterId: Filter<any>;
|
|
@@ -13611,9 +13680,9 @@ filterSortBy: string | null;
|
|
|
13611
13680
|
disableInitFetch: boolean;
|
|
13612
13681
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
13613
13682
|
|
|
13614
|
-
export declare const AFilterResetButton: DefineComponent<
|
|
13683
|
+
export declare const AFilterResetButton: DefineComponent<__VLS_Props_52, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
13615
13684
|
reset: () => any;
|
|
13616
|
-
}, string, PublicProps, Readonly<
|
|
13685
|
+
}, string, PublicProps, Readonly<__VLS_Props_52> & Readonly<{
|
|
13617
13686
|
onReset?: (() => any) | undefined;
|
|
13618
13687
|
}>, {
|
|
13619
13688
|
dataCy: string;
|
|
@@ -13630,9 +13699,9 @@ placeholder: string;
|
|
|
13630
13699
|
dataCy: string;
|
|
13631
13700
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
13632
13701
|
|
|
13633
|
-
export declare const AFilterSubmitButton: DefineComponent<
|
|
13702
|
+
export declare const AFilterSubmitButton: DefineComponent<__VLS_Props_53, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
13634
13703
|
submit: () => any;
|
|
13635
|
-
}, string, PublicProps, Readonly<
|
|
13704
|
+
}, string, PublicProps, Readonly<__VLS_Props_53> & Readonly<{
|
|
13636
13705
|
onSubmit?: (() => any) | undefined;
|
|
13637
13706
|
}>, {
|
|
13638
13707
|
dataCy: string;
|
|
@@ -13719,11 +13788,11 @@ export declare const AImageWidget: __VLS_WithTemplateSlots_24<typeof __VLS_compo
|
|
|
13719
13788
|
|
|
13720
13789
|
export declare const AImageWidgetInner: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
13721
13790
|
|
|
13722
|
-
export declare const AImageWidgetMultiple: DefineComponent<
|
|
13791
|
+
export declare const AImageWidgetMultiple: DefineComponent<__VLS_Props_77, {
|
|
13723
13792
|
saveImages: () => Promise<boolean>;
|
|
13724
13793
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
13725
13794
|
"update:modelValue": (data: number[]) => any;
|
|
13726
|
-
}, string, PublicProps, Readonly<
|
|
13795
|
+
}, string, PublicProps, Readonly<__VLS_Props_77> & Readonly<{
|
|
13727
13796
|
"onUpdate:modelValue"?: ((data: number[]) => any) | undefined;
|
|
13728
13797
|
}>, {
|
|
13729
13798
|
width: number;
|
|
@@ -14043,11 +14112,11 @@ callDeleteApiOnRemove: boolean;
|
|
|
14043
14112
|
}> | null;
|
|
14044
14113
|
}, any>;
|
|
14045
14114
|
|
|
14046
|
-
export declare const AImageWidgetMultipleInner: DefineComponent<
|
|
14115
|
+
export declare const AImageWidgetMultipleInner: DefineComponent<__VLS_Props_78, {
|
|
14047
14116
|
saveImages: () => Promise<boolean>;
|
|
14048
14117
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
14049
14118
|
"update:modelValue": (data: number[]) => any;
|
|
14050
|
-
}, string, PublicProps, Readonly<
|
|
14119
|
+
}, string, PublicProps, Readonly<__VLS_Props_78> & Readonly<{
|
|
14051
14120
|
"onUpdate:modelValue"?: ((data: number[]) => any) | undefined;
|
|
14052
14121
|
}>, {
|
|
14053
14122
|
width: number;
|
|
@@ -14303,7 +14372,7 @@ check: (files: File[]) => void;
|
|
|
14303
14372
|
}, {}, {}, {}, {}> | null;
|
|
14304
14373
|
}, HTMLDivElement>;
|
|
14305
14374
|
|
|
14306
|
-
export declare const AImageWidgetMultipleSimple: DefineComponent<
|
|
14375
|
+
export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_Props_79, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_79> & Readonly<{}>, {
|
|
14307
14376
|
showSource: boolean;
|
|
14308
14377
|
width: number;
|
|
14309
14378
|
label: string;
|
|
@@ -14324,13 +14393,13 @@ export declare const AJobBaseCreateForm: DefineComponent<__VLS_PublicProps_5, {}
|
|
|
14324
14393
|
|
|
14325
14394
|
export declare const AJobDetailCommon: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
14326
14395
|
|
|
14327
|
-
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>;
|
|
14328
14397
|
|
|
14329
14398
|
export declare const AJobStatusChip: DefineComponent<__VLS_Props_36, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_36> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
14330
14399
|
|
|
14331
|
-
export declare const ALanguageSelect: DefineComponent<
|
|
14400
|
+
export declare const ALanguageSelect: DefineComponent<__VLS_Props_59, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
14332
14401
|
afterChange: (code: LanguageCode) => any;
|
|
14333
|
-
}, string, PublicProps, Readonly<
|
|
14402
|
+
}, string, PublicProps, Readonly<__VLS_Props_59> & Readonly<{
|
|
14334
14403
|
onAfterChange?: ((code: LanguageCode) => any) | undefined;
|
|
14335
14404
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
14336
14405
|
|
|
@@ -14338,15 +14407,15 @@ export declare const ALogData: DefineComponent<__VLS_Props_35, {}, {}, {}, {}, C
|
|
|
14338
14407
|
|
|
14339
14408
|
export declare const ALoginView: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
|
|
14340
14409
|
|
|
14341
|
-
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>;
|
|
14342
14411
|
|
|
14343
|
-
export declare const ALogoutView: DefineComponent<
|
|
14412
|
+
export declare const ALogoutView: DefineComponent<__VLS_Props_103, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_103> & Readonly<{}>, {
|
|
14344
14413
|
logoutUrl: () => string;
|
|
14345
14414
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
14346
14415
|
|
|
14347
14416
|
export declare const AMediaWidgetSimple: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
14348
14417
|
|
|
14349
|
-
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>;
|
|
14350
14419
|
|
|
14351
14420
|
export declare class AnzuApiDependencyExistsError extends Error {
|
|
14352
14421
|
dependencies: string[];
|
|
@@ -14509,6 +14578,8 @@ export declare interface AssetDetailItemDto extends AnzuUserAndTimeTrackingAware
|
|
|
14509
14578
|
distributionCategory: DocIdNullable;
|
|
14510
14579
|
assetFileProperties: AssetFileProperties;
|
|
14511
14580
|
mainFileSingleUse: Readonly<boolean | null>;
|
|
14581
|
+
mainFileInternal: Readonly<boolean | null>;
|
|
14582
|
+
mainFileOverrideInternal: Readonly<boolean | null>;
|
|
14512
14583
|
}
|
|
14513
14584
|
|
|
14514
14585
|
declare type AssetExternalProviderId = string | number;
|
|
@@ -14534,6 +14605,8 @@ declare interface AssetFileAware {
|
|
|
14534
14605
|
flags: {
|
|
14535
14606
|
public: boolean;
|
|
14536
14607
|
singleUse: boolean;
|
|
14608
|
+
overrideInternal: boolean;
|
|
14609
|
+
internal: boolean;
|
|
14537
14610
|
};
|
|
14538
14611
|
}
|
|
14539
14612
|
|
|
@@ -14671,6 +14744,8 @@ declare interface AssetMetadataBulkItem {
|
|
|
14671
14744
|
described: boolean;
|
|
14672
14745
|
customData: AssetCustomData_2;
|
|
14673
14746
|
mainFileSingleUse: boolean | null;
|
|
14747
|
+
mainFileInternal: boolean | null;
|
|
14748
|
+
mainFileOverrideInternal: boolean | null;
|
|
14674
14749
|
}
|
|
14675
14750
|
|
|
14676
14751
|
export declare interface AssetMetadataDto extends AnzuUserAndTimeTrackingAware, ResourceNameSystemAware, Metadata_2 {
|
|
@@ -14691,6 +14766,8 @@ export declare interface AssetSearchListItemDto extends AnzuUserAndTimeTrackingA
|
|
|
14691
14766
|
podcasts: DocId[];
|
|
14692
14767
|
assetFileProperties: AssetFileProperties;
|
|
14693
14768
|
mainFileSingleUse: Readonly<boolean | null>;
|
|
14769
|
+
mainFileInternal: Readonly<boolean | null>;
|
|
14770
|
+
mainFileOverrideInternal: Readonly<boolean | null>;
|
|
14694
14771
|
}
|
|
14695
14772
|
|
|
14696
14773
|
export declare type AssetSelectMetadataToImageMapFn = (assetRes: AssetDetailItemDto) => {
|
|
@@ -14778,7 +14855,7 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: NonNullable<Awaited<ty
|
|
|
14778
14855
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
14779
14856
|
};
|
|
14780
14857
|
|
|
14781
|
-
export declare const ASystemBar: DefineComponent<
|
|
14858
|
+
export declare const ASystemBar: DefineComponent<__VLS_Props_60, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_60> & Readonly<{}>, {
|
|
14782
14859
|
checkInterval: number;
|
|
14783
14860
|
jsonRelativePath: string;
|
|
14784
14861
|
minInactiveTime: number;
|
|
@@ -14786,7 +14863,7 @@ minInactiveTime: number;
|
|
|
14786
14863
|
|
|
14787
14864
|
export declare const ASystemEntityScope: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
14788
14865
|
|
|
14789
|
-
export declare const ATableCopyIdButton: DefineComponent<
|
|
14866
|
+
export declare const ATableCopyIdButton: DefineComponent<__VLS_Props_55, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_55> & Readonly<{}>, {
|
|
14790
14867
|
size: "small" | "x-small";
|
|
14791
14868
|
dataCy: string;
|
|
14792
14869
|
buttonT: string;
|
|
@@ -14795,7 +14872,7 @@ notifyT: string;
|
|
|
14795
14872
|
iconT: string;
|
|
14796
14873
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
14797
14874
|
|
|
14798
|
-
export declare const ATableDetailButton: DefineComponent<
|
|
14875
|
+
export declare const ATableDetailButton: DefineComponent<__VLS_Props_56, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_56> & Readonly<{}>, {
|
|
14799
14876
|
dataCy: string;
|
|
14800
14877
|
buttonT: string;
|
|
14801
14878
|
buttonClass: string;
|
|
@@ -14803,7 +14880,7 @@ routeParams: any | undefined;
|
|
|
14803
14880
|
recordId: string | number;
|
|
14804
14881
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
14805
14882
|
|
|
14806
|
-
export declare const ATableEditButton: DefineComponent<
|
|
14883
|
+
export declare const ATableEditButton: DefineComponent<__VLS_Props_57, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_57> & Readonly<{}>, {
|
|
14807
14884
|
dataCy: string;
|
|
14808
14885
|
buttonT: string;
|
|
14809
14886
|
buttonClass: string;
|
|
@@ -14829,7 +14906,7 @@ declare interface AudioAttributes {
|
|
|
14829
14906
|
bitrate: number;
|
|
14830
14907
|
}
|
|
14831
14908
|
|
|
14832
|
-
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>;
|
|
14833
14910
|
|
|
14834
14911
|
export declare const AUserAndTimeTrackingFields: DefineComponent<__VLS_Props_43, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_43> & Readonly<{}>, {
|
|
14835
14912
|
hideCreatedAt: boolean;
|
|
@@ -15209,6 +15286,9 @@ declare interface CommonAdminCoreDamConfig {
|
|
|
15209
15286
|
showSourceEnabled?: boolean;
|
|
15210
15287
|
showFileInfoEnabled?: boolean;
|
|
15211
15288
|
sourceLabel?: string;
|
|
15289
|
+
editAssetLabel?: string;
|
|
15290
|
+
addFromDamLabel?: string;
|
|
15291
|
+
replaceFromDamLabel?: string;
|
|
15212
15292
|
descriptionValidation?: ImageFieldValidationConfig;
|
|
15213
15293
|
sourceValidation?: ImageFieldValidationConfig;
|
|
15214
15294
|
customUploadMetadataToImageMap?: UploadMetadataToImageMapFn;
|
|
@@ -15330,11 +15410,12 @@ export declare type CustomDataFormElementTypeType = (typeof CustomDataFormElemen
|
|
|
15330
15410
|
|
|
15331
15411
|
export declare type CustomDataValue = boolean | string | number | string[] | number[];
|
|
15332
15412
|
|
|
15333
|
-
export declare const DamAdminAssetLink: DefineComponent<
|
|
15413
|
+
export declare const DamAdminAssetLink: DefineComponent<__VLS_Props_101, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_101> & Readonly<{}>, {
|
|
15334
15414
|
assetId: DocIdNullable;
|
|
15415
|
+
configName: string;
|
|
15335
15416
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
15336
15417
|
|
|
15337
|
-
export declare const DamAssetImageRoiSelect: DefineComponent<
|
|
15418
|
+
export declare const DamAssetImageRoiSelect: DefineComponent<__VLS_Props_81, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_81> & Readonly<{}>, {
|
|
15338
15419
|
configName: string;
|
|
15339
15420
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
15340
15421
|
cropperInstance: ShallowUnwrapRef< {
|
|
@@ -15426,9 +15507,9 @@ export declare interface DamAuthor extends Pick<DamAuthorMinimal, 'id' | 'name'
|
|
|
15426
15507
|
childAuthors: DocId[];
|
|
15427
15508
|
}
|
|
15428
15509
|
|
|
15429
|
-
export declare const DamAuthorFilterRemoteAutocomplete: DefineComponent<
|
|
15510
|
+
export declare const DamAuthorFilterRemoteAutocomplete: DefineComponent<__VLS_Props_95, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
15430
15511
|
change: () => any;
|
|
15431
|
-
}, string, PublicProps, Readonly<
|
|
15512
|
+
}, string, PublicProps, Readonly<__VLS_Props_95> & Readonly<{
|
|
15432
15513
|
onChange?: (() => any) | undefined;
|
|
15433
15514
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
15434
15515
|
|
|
@@ -15533,10 +15614,10 @@ export declare type DamDistributionRequirementStrategyType = (typeof DamDistribu
|
|
|
15533
15614
|
|
|
15534
15615
|
export declare type DamDistributionServiceName = string;
|
|
15535
15616
|
|
|
15536
|
-
export declare const DamDistributionServiceSelect: DefineComponent<
|
|
15617
|
+
export declare const DamDistributionServiceSelect: DefineComponent<__VLS_Props_92, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
15537
15618
|
blur: (data: string[]) => any;
|
|
15538
15619
|
"update:modelValue": (data: string[]) => any;
|
|
15539
|
-
}, string, PublicProps, Readonly<
|
|
15620
|
+
}, string, PublicProps, Readonly<__VLS_Props_92> & Readonly<{
|
|
15540
15621
|
onBlur?: ((data: string[]) => any) | undefined;
|
|
15541
15622
|
"onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
|
|
15542
15623
|
}>, {
|
|
@@ -15572,10 +15653,10 @@ export declare type DamExternalProviderAssetConfig = Record<DamExternalProviderA
|
|
|
15572
15653
|
|
|
15573
15654
|
export declare type DamExternalProviderAssetName = string;
|
|
15574
15655
|
|
|
15575
|
-
export declare const DamExternalProviderAssetSelect: DefineComponent<
|
|
15656
|
+
export declare const DamExternalProviderAssetSelect: DefineComponent<__VLS_Props_91, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
15576
15657
|
blur: (data: string[]) => any;
|
|
15577
15658
|
"update:modelValue": (data: string[]) => any;
|
|
15578
|
-
}, string, PublicProps, Readonly<
|
|
15659
|
+
}, string, PublicProps, Readonly<__VLS_Props_91> & Readonly<{
|
|
15579
15660
|
onBlur?: ((data: string[]) => any) | undefined;
|
|
15580
15661
|
"onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
|
|
15581
15662
|
}>, {
|
|
@@ -15625,9 +15706,9 @@ export declare interface DamExtSystemConfigItemImage extends DamExtSystemConfigI
|
|
|
15625
15706
|
export declare interface DamExtSystemMinimal extends Pick<DamExtSystem, 'id' | 'name'> {
|
|
15626
15707
|
}
|
|
15627
15708
|
|
|
15628
|
-
export declare const DamExtSystemRemoteAutocomplete: DefineComponent<
|
|
15709
|
+
export declare const DamExtSystemRemoteAutocomplete: DefineComponent<__VLS_Props_90, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
15629
15710
|
"update:modelValue": (data: any) => any;
|
|
15630
|
-
}, string, PublicProps, Readonly<
|
|
15711
|
+
}, string, PublicProps, Readonly<__VLS_Props_90> & Readonly<{
|
|
15631
15712
|
"onUpdate:modelValue"?: ((data: any) => any) | undefined;
|
|
15632
15713
|
}>, {
|
|
15633
15714
|
required: boolean;
|
|
@@ -15647,9 +15728,9 @@ export declare interface DamKeyword extends AnzuUserAndTimeTrackingAware, Resour
|
|
|
15647
15728
|
flags: Flags_2;
|
|
15648
15729
|
}
|
|
15649
15730
|
|
|
15650
|
-
export declare const DamKeywordFilterRemoteAutocomplete: DefineComponent<
|
|
15731
|
+
export declare const DamKeywordFilterRemoteAutocomplete: DefineComponent<__VLS_Props_97, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
15651
15732
|
change: () => any;
|
|
15652
|
-
}, string, PublicProps, Readonly<
|
|
15733
|
+
}, string, PublicProps, Readonly<__VLS_Props_97> & Readonly<{
|
|
15653
15734
|
onChange?: (() => any) | undefined;
|
|
15654
15735
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
15655
15736
|
|
|
@@ -15817,9 +15898,9 @@ export declare interface DamUploadStartResponse {
|
|
|
15817
15898
|
export declare interface DamUser extends Omit<AnzuUser, 'id'>, DamUserUpdateDto {
|
|
15818
15899
|
}
|
|
15819
15900
|
|
|
15820
|
-
export declare const DamUserFilterRemoteAutocomplete: DefineComponent<
|
|
15901
|
+
export declare const DamUserFilterRemoteAutocomplete: DefineComponent<__VLS_Props_99, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
15821
15902
|
change: () => any;
|
|
15822
|
-
}, string, PublicProps, Readonly<
|
|
15903
|
+
}, string, PublicProps, Readonly<__VLS_Props_99> & Readonly<{
|
|
15823
15904
|
onChange?: (() => any) | undefined;
|
|
15824
15905
|
}>, {
|
|
15825
15906
|
configName: string;
|
|
@@ -16568,11 +16649,9 @@ notPlayable: string;
|
|
|
16568
16649
|
};
|
|
16569
16650
|
button: {
|
|
16570
16651
|
remove: string;
|
|
16571
|
-
editInDam: string;
|
|
16572
16652
|
};
|
|
16573
16653
|
};
|
|
16574
16654
|
queueItem: {
|
|
16575
|
-
edit: string;
|
|
16576
16655
|
displayTitle: string;
|
|
16577
16656
|
error: string;
|
|
16578
16657
|
copyAssetId: string;
|
|
@@ -16972,6 +17051,8 @@ export declare interface ImageAware {
|
|
|
16972
17051
|
};
|
|
16973
17052
|
flags: {
|
|
16974
17053
|
showSource: boolean;
|
|
17054
|
+
internal: boolean;
|
|
17055
|
+
overrideInternal: boolean;
|
|
16975
17056
|
};
|
|
16976
17057
|
position?: number;
|
|
16977
17058
|
}
|
|
@@ -18437,11 +18518,9 @@ export declare const messagesEn: {
|
|
|
18437
18518
|
};
|
|
18438
18519
|
button: {
|
|
18439
18520
|
remove: string;
|
|
18440
|
-
editInDam: string;
|
|
18441
18521
|
};
|
|
18442
18522
|
};
|
|
18443
18523
|
queueItem: {
|
|
18444
|
-
edit: string;
|
|
18445
18524
|
displayTitle: string;
|
|
18446
18525
|
error: string;
|
|
18447
18526
|
copyAssetId: string;
|
|
@@ -19250,11 +19329,9 @@ export declare const messagesSk: {
|
|
|
19250
19329
|
};
|
|
19251
19330
|
button: {
|
|
19252
19331
|
remove: string;
|
|
19253
|
-
editInDam: string;
|
|
19254
19332
|
};
|
|
19255
19333
|
};
|
|
19256
19334
|
queueItem: {
|
|
19257
|
-
edit: string;
|
|
19258
19335
|
displayTitle: string;
|
|
19259
19336
|
error: string;
|
|
19260
19337
|
copyAssetId: string;
|
|
@@ -19727,6 +19804,13 @@ export declare function modifyLanguageSettings(configAvailableLanguages: Languag
|
|
|
19727
19804
|
allLanguages: Language[];
|
|
19728
19805
|
};
|
|
19729
19806
|
|
|
19807
|
+
declare interface NavigateBackOptions {
|
|
19808
|
+
stepsBack?: number;
|
|
19809
|
+
skipRouteNames?: string[];
|
|
19810
|
+
fallbackRouteName?: string;
|
|
19811
|
+
fallbackRouteParams?: Record<string, any>;
|
|
19812
|
+
}
|
|
19813
|
+
|
|
19730
19814
|
export declare type NestedArray<T> = Array<NestedArray<T> | T>;
|
|
19731
19815
|
|
|
19732
19816
|
export declare const NEW_LINE_MARK = "\n";
|
|
@@ -20151,6 +20235,13 @@ export declare function useBaseUserFactory(): {
|
|
|
20151
20235
|
createBaseUser: () => BaseUser;
|
|
20152
20236
|
};
|
|
20153
20237
|
|
|
20238
|
+
export declare function useCachedItem<T extends {
|
|
20239
|
+
_loaded?: boolean;
|
|
20240
|
+
}>(getter: () => T | undefined): {
|
|
20241
|
+
cached: ShallowRef<T | undefined>;
|
|
20242
|
+
loaded: ShallowRef<boolean>;
|
|
20243
|
+
};
|
|
20244
|
+
|
|
20154
20245
|
declare type UseCachedType = () => {
|
|
20155
20246
|
fetch: any;
|
|
20156
20247
|
add: any;
|
|
@@ -20603,6 +20694,7 @@ export declare const useDamCachedUsers: () => {
|
|
|
20603
20694
|
export declare function useDamConfigState(client?: undefined | (() => AxiosInstance)): {
|
|
20604
20695
|
getOrLoadDamConfigExtSystemByLicences: (licences: IntegerId[]) => Promise<DamConfigLicenceExtSystemReturnType[]>;
|
|
20605
20696
|
getOrLoadDamConfigExtSystemByLicence: (licence: IntegerId) => Promise<DamConfigLicenceExtSystemReturnType | undefined>;
|
|
20697
|
+
getExtSystemByLicence: (licence: IntegerId) => Promise<IntegerId | null>;
|
|
20606
20698
|
loadDamPrvConfig: () => Promise<unknown>;
|
|
20607
20699
|
loadDamPubConfig: () => Promise<unknown>;
|
|
20608
20700
|
loadDamConfigExtSystem: (extSystemId: IntegerId) => Promise<unknown>;
|
|
@@ -20723,6 +20815,12 @@ export declare function useDamUploadChunkSize(apiTimeout?: number): {
|
|
|
20723
20815
|
updateChunkSize: (speed: number | null) => boolean;
|
|
20724
20816
|
};
|
|
20725
20817
|
|
|
20818
|
+
export declare function useDatatablePageStore(): {
|
|
20819
|
+
setStoredPage: (page: number) => void;
|
|
20820
|
+
setPreservePage: () => void;
|
|
20821
|
+
consumeStoredPage: () => number | null;
|
|
20822
|
+
};
|
|
20823
|
+
|
|
20726
20824
|
export declare function useDropzoneGlobalDragState(): {
|
|
20727
20825
|
isDraggingFile: Ref<boolean, boolean>;
|
|
20728
20826
|
initGlobalDragState: () => void;
|
|
@@ -20809,6 +20907,8 @@ source: string;
|
|
|
20809
20907
|
};
|
|
20810
20908
|
flags: {
|
|
20811
20909
|
showSource: boolean;
|
|
20910
|
+
internal: boolean;
|
|
20911
|
+
overrideInternal: boolean;
|
|
20812
20912
|
};
|
|
20813
20913
|
position?: number | undefined;
|
|
20814
20914
|
dam: {
|
|
@@ -20828,6 +20928,8 @@ source: string;
|
|
|
20828
20928
|
};
|
|
20829
20929
|
flags: {
|
|
20830
20930
|
showSource: boolean;
|
|
20931
|
+
internal: boolean;
|
|
20932
|
+
overrideInternal: boolean;
|
|
20831
20933
|
};
|
|
20832
20934
|
position?: number | undefined;
|
|
20833
20935
|
dam: {
|
|
@@ -20855,6 +20957,8 @@ source: string;
|
|
|
20855
20957
|
};
|
|
20856
20958
|
flags: {
|
|
20857
20959
|
showSource: boolean;
|
|
20960
|
+
internal: boolean;
|
|
20961
|
+
overrideInternal: boolean;
|
|
20858
20962
|
};
|
|
20859
20963
|
position?: number | undefined;
|
|
20860
20964
|
dam: {
|
|
@@ -20874,6 +20978,8 @@ source: string;
|
|
|
20874
20978
|
};
|
|
20875
20979
|
flags: {
|
|
20876
20980
|
showSource: boolean;
|
|
20981
|
+
internal: boolean;
|
|
20982
|
+
overrideInternal: boolean;
|
|
20877
20983
|
};
|
|
20878
20984
|
position?: number | undefined;
|
|
20879
20985
|
dam: {
|
|
@@ -20901,6 +21007,8 @@ source: string;
|
|
|
20901
21007
|
};
|
|
20902
21008
|
flags: {
|
|
20903
21009
|
showSource: boolean;
|
|
21010
|
+
internal: boolean;
|
|
21011
|
+
overrideInternal: boolean;
|
|
20904
21012
|
};
|
|
20905
21013
|
position?: number | undefined;
|
|
20906
21014
|
dam: {
|
|
@@ -20920,6 +21028,8 @@ source: string;
|
|
|
20920
21028
|
};
|
|
20921
21029
|
flags: {
|
|
20922
21030
|
showSource: boolean;
|
|
21031
|
+
internal: boolean;
|
|
21032
|
+
overrideInternal: boolean;
|
|
20923
21033
|
};
|
|
20924
21034
|
position?: number | undefined;
|
|
20925
21035
|
dam: {
|
|
@@ -21051,6 +21161,17 @@ export declare function useRemainingTime(): {
|
|
|
21051
21161
|
remainingTimeLong: (seconds: number) => string;
|
|
21052
21162
|
};
|
|
21053
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
|
+
|
|
21054
21175
|
export declare function useSentry(): {
|
|
21055
21176
|
logError: (error: Error, context?: SentryContext) => void;
|
|
21056
21177
|
logMessage: (message: string, level?: "fatal" | "error" | "warning" | "info" | "debug", context?: SentryContext) => void;
|