@anzusystems/common-admin 1.46.0-alpha8 → 1.46.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/common-admin.es.d.ts +126 -248
- package/dist/common-admin.es.js +82 -82
- package/dist/common-admin.es.js.map +1 -1
- package/dist/lib-O1PWmJyA.js +26778 -0
- package/dist/lib-O1PWmJyA.js.map +1 -0
- package/dist/shortcut-buttons-flatpickr-TZxy8YYt.js +168 -0
- package/dist/shortcut-buttons-flatpickr-TZxy8YYt.js.map +1 -0
- package/dist/style.css +2 -2
- package/dist/{webfontloader-96GHYq-O.js → webfontloader-U2YFdwQC.js} +2 -2
- package/dist/{webfontloader-96GHYq-O.js.map → webfontloader-U2YFdwQC.js.map} +1 -1
- package/package.json +25 -23
- package/dist/lib-DhfhysVE.js +0 -23290
- package/dist/lib-DhfhysVE.js.map +0 -1
|
@@ -8,6 +8,8 @@ import { ComponentCustomProps } from 'vue';
|
|
|
8
8
|
import { ComponentOptionsMixin } from 'vue';
|
|
9
9
|
import { ComputedRef } from 'vue';
|
|
10
10
|
import { default as Cropper_2 } from 'cropperjs';
|
|
11
|
+
import type { DateLimit } from 'flatpickr/dist/types/options';
|
|
12
|
+
import type { DateOption } from 'flatpickr/dist/types/options';
|
|
11
13
|
import dayjs from 'dayjs';
|
|
12
14
|
import type { DeepReadonly } from 'vue';
|
|
13
15
|
import { DefineComponent } from 'vue';
|
|
@@ -487,10 +489,6 @@ declare type __VLS_Prettify_74<T> = {
|
|
|
487
489
|
[K in keyof T]: T[K];
|
|
488
490
|
} & {};
|
|
489
491
|
|
|
490
|
-
declare type __VLS_Prettify_75<T> = {
|
|
491
|
-
[K in keyof T]: T[K];
|
|
492
|
-
} & {};
|
|
493
|
-
|
|
494
492
|
declare type __VLS_Prettify_8<T> = {
|
|
495
493
|
[K in keyof T]: T[K];
|
|
496
494
|
} & {};
|
|
@@ -1633,12 +1631,6 @@ declare type __VLS_WithDefaults_74<P, D> = {
|
|
|
1633
1631
|
}> : P[K];
|
|
1634
1632
|
};
|
|
1635
1633
|
|
|
1636
|
-
declare type __VLS_WithDefaults_75<P, D> = {
|
|
1637
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_75<P[K] & {
|
|
1638
|
-
default: D[K];
|
|
1639
|
-
}> : P[K];
|
|
1640
|
-
};
|
|
1641
|
-
|
|
1642
1634
|
declare type __VLS_WithDefaults_8<P, D> = {
|
|
1643
1635
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_8<P[K] & {
|
|
1644
1636
|
default: D[K];
|
|
@@ -2158,7 +2150,7 @@ export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_54<__VL
|
|
|
2158
2150
|
containerClass: string;
|
|
2159
2151
|
}, {}>;
|
|
2160
2152
|
|
|
2161
|
-
export declare const AAssetSelect: __VLS_WithTemplateSlots_25<DefineComponent<__VLS_WithDefaults_70<
|
|
2153
|
+
export declare const AAssetSelect: __VLS_WithTemplateSlots_25<DefineComponent<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_74<{
|
|
2162
2154
|
modelValue?: boolean | undefined;
|
|
2163
2155
|
assetType: "image" | "audio" | "video" | "document" | DamAssetType;
|
|
2164
2156
|
minCount: number;
|
|
@@ -2177,7 +2169,7 @@ export declare const AAssetSelect: __VLS_WithTemplateSlots_25<DefineComponent<__
|
|
|
2177
2169
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2178
2170
|
"update:modelValue": (data: boolean) => void;
|
|
2179
2171
|
onConfirm: (data: AssetSelectReturnData) => void;
|
|
2180
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_70<
|
|
2172
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_74<{
|
|
2181
2173
|
modelValue?: boolean | undefined;
|
|
2182
2174
|
assetType: "image" | "audio" | "video" | "document" | DamAssetType;
|
|
2183
2175
|
minCount: number;
|
|
@@ -2244,37 +2236,14 @@ export declare const AAvatarColorPicker: DefineComponent<__VLS_WithDefaults_55<_
|
|
|
2244
2236
|
}>>> & {
|
|
2245
2237
|
"onUpdate:modelValue"?: ((data: string) => any) | undefined;
|
|
2246
2238
|
}, {
|
|
2247
|
-
loading: boolean;
|
|
2248
2239
|
required: boolean;
|
|
2240
|
+
loading: boolean;
|
|
2249
2241
|
label: string;
|
|
2250
2242
|
hideLabel: boolean;
|
|
2251
2243
|
readonly: boolean;
|
|
2252
2244
|
randomColor: boolean;
|
|
2253
2245
|
}, {}>;
|
|
2254
2246
|
|
|
2255
|
-
export declare const ABooleanSelect: DefineComponent<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_74<{
|
|
2256
|
-
modelValue: boolean | null;
|
|
2257
|
-
dataCy?: string | undefined;
|
|
2258
|
-
label?: string | undefined;
|
|
2259
|
-
}>, {
|
|
2260
|
-
dataCy: string;
|
|
2261
|
-
label: undefined;
|
|
2262
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2263
|
-
"update:modelValue": (data: boolean | null) => void;
|
|
2264
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_74<{
|
|
2265
|
-
modelValue: boolean | null;
|
|
2266
|
-
dataCy?: string | undefined;
|
|
2267
|
-
label?: string | undefined;
|
|
2268
|
-
}>, {
|
|
2269
|
-
dataCy: string;
|
|
2270
|
-
label: undefined;
|
|
2271
|
-
}>>> & {
|
|
2272
|
-
"onUpdate:modelValue"?: ((data: boolean | null) => any) | undefined;
|
|
2273
|
-
}, {
|
|
2274
|
-
dataCy: string;
|
|
2275
|
-
label: string;
|
|
2276
|
-
}, {}>;
|
|
2277
|
-
|
|
2278
2247
|
export declare const ABooleanValue: DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<{
|
|
2279
2248
|
value: number | string | boolean;
|
|
2280
2249
|
chip?: boolean | undefined;
|
|
@@ -2502,7 +2471,7 @@ declare type AclResolverConfig = {
|
|
|
2502
2471
|
|
|
2503
2472
|
export declare type AclValue = `${string}_${string}_${string}`;
|
|
2504
2473
|
|
|
2505
|
-
export declare const ACollabCountdown: DefineComponent<__VLS_WithDefaults_68<
|
|
2474
|
+
export declare const ACollabCountdown: DefineComponent<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_72<{
|
|
2506
2475
|
label?: string | undefined;
|
|
2507
2476
|
seconds?: number | undefined;
|
|
2508
2477
|
parentheses?: boolean | undefined;
|
|
@@ -2512,7 +2481,7 @@ export declare const ACollabCountdown: DefineComponent<__VLS_WithDefaults_68<__V
|
|
|
2512
2481
|
parentheses: boolean;
|
|
2513
2482
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2514
2483
|
done: () => void;
|
|
2515
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_68<
|
|
2484
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_72<{
|
|
2516
2485
|
label?: string | undefined;
|
|
2517
2486
|
seconds?: number | undefined;
|
|
2518
2487
|
parentheses?: boolean | undefined;
|
|
@@ -2528,15 +2497,15 @@ export declare const ACollabCountdown: DefineComponent<__VLS_WithDefaults_68<__V
|
|
|
2528
2497
|
parentheses: boolean;
|
|
2529
2498
|
}, {}>;
|
|
2530
2499
|
|
|
2531
|
-
export declare const ACollabLockedByUser: DefineComponent<__VLS_WithDefaults_67<
|
|
2500
|
+
export declare const ACollabLockedByUser: DefineComponent<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_71<{
|
|
2532
2501
|
id: null | undefined | IntegerId;
|
|
2533
2502
|
users: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
|
|
2534
|
-
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_67<
|
|
2503
|
+
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_71<{
|
|
2535
2504
|
id: null | undefined | IntegerId;
|
|
2536
2505
|
users: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
|
|
2537
2506
|
}>, {}>>>, {}, {}>;
|
|
2538
2507
|
|
|
2539
|
-
export declare const ACollabManagement: DefineComponent<__VLS_WithDefaults_69<
|
|
2508
|
+
export declare const ACollabManagement: DefineComponent<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_73<{
|
|
2540
2509
|
collabRoom: CollabRoom;
|
|
2541
2510
|
cachedUsers: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
|
|
2542
2511
|
isEdit?: boolean | undefined;
|
|
@@ -2546,7 +2515,7 @@ export declare const ACollabManagement: DefineComponent<__VLS_WithDefaults_69<__
|
|
|
2546
2515
|
isEdit: boolean;
|
|
2547
2516
|
addToCachedUsers: undefined;
|
|
2548
2517
|
fetchCachedUsers: undefined;
|
|
2549
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_69<
|
|
2518
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_73<{
|
|
2550
2519
|
collabRoom: CollabRoom;
|
|
2551
2520
|
cachedUsers: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
|
|
2552
2521
|
isEdit?: boolean | undefined;
|
|
@@ -2690,7 +2659,6 @@ export declare const ACropperjs: <T extends EventTarget = EventTarget>(__VLS_pro
|
|
|
2690
2659
|
src?: string | undefined;
|
|
2691
2660
|
alt?: string | undefined;
|
|
2692
2661
|
background?: boolean | undefined;
|
|
2693
|
-
viewMode?: Cropper_2.ViewMode | undefined;
|
|
2694
2662
|
aspectRatio?: number | undefined;
|
|
2695
2663
|
containerStyle?: {
|
|
2696
2664
|
[key: string]: string;
|
|
@@ -2709,12 +2677,13 @@ export declare const ACropperjs: <T extends EventTarget = EventTarget>(__VLS_pro
|
|
|
2709
2677
|
highlight?: boolean | undefined;
|
|
2710
2678
|
initialAspectRatio?: number | undefined;
|
|
2711
2679
|
movable?: boolean | undefined;
|
|
2712
|
-
preview?: string | HTMLElement |
|
|
2680
|
+
preview?: string | HTMLElement | HTMLElement[] | NodeListOf<HTMLElement> | undefined;
|
|
2713
2681
|
responsive?: boolean | undefined;
|
|
2714
2682
|
restore?: boolean | undefined;
|
|
2715
2683
|
rotatable?: boolean | undefined;
|
|
2716
2684
|
scalable?: boolean | undefined;
|
|
2717
2685
|
toggleDragModeOnDblclick?: boolean | undefined;
|
|
2686
|
+
viewMode?: Cropper_2.ViewMode | undefined;
|
|
2718
2687
|
wheelZoomRatio?: number | undefined;
|
|
2719
2688
|
zoomOnTouch?: boolean | undefined;
|
|
2720
2689
|
zoomOnWheel?: boolean | undefined;
|
|
@@ -2750,7 +2719,6 @@ export declare const ACropperjs: <T extends EventTarget = EventTarget>(__VLS_pro
|
|
|
2750
2719
|
src?: string | undefined;
|
|
2751
2720
|
alt?: string | undefined;
|
|
2752
2721
|
background?: boolean | undefined;
|
|
2753
|
-
viewMode?: Cropper_2.ViewMode | undefined;
|
|
2754
2722
|
aspectRatio?: number | undefined;
|
|
2755
2723
|
containerStyle?: {
|
|
2756
2724
|
[key: string]: string;
|
|
@@ -2769,12 +2737,13 @@ export declare const ACropperjs: <T extends EventTarget = EventTarget>(__VLS_pro
|
|
|
2769
2737
|
highlight?: boolean | undefined;
|
|
2770
2738
|
initialAspectRatio?: number | undefined;
|
|
2771
2739
|
movable?: boolean | undefined;
|
|
2772
|
-
preview?: string | HTMLElement |
|
|
2740
|
+
preview?: string | HTMLElement | HTMLElement[] | NodeListOf<HTMLElement> | undefined;
|
|
2773
2741
|
responsive?: boolean | undefined;
|
|
2774
2742
|
restore?: boolean | undefined;
|
|
2775
2743
|
rotatable?: boolean | undefined;
|
|
2776
2744
|
scalable?: boolean | undefined;
|
|
2777
2745
|
toggleDragModeOnDblclick?: boolean | undefined;
|
|
2746
|
+
viewMode?: Cropper_2.ViewMode | undefined;
|
|
2778
2747
|
wheelZoomRatio?: number | undefined;
|
|
2779
2748
|
zoomOnTouch?: boolean | undefined;
|
|
2780
2749
|
zoomOnWheel?: boolean | undefined;
|
|
@@ -2814,7 +2783,6 @@ export declare const ACropperjs: <T extends EventTarget = EventTarget>(__VLS_pro
|
|
|
2814
2783
|
src?: string | undefined;
|
|
2815
2784
|
alt?: string | undefined;
|
|
2816
2785
|
background?: boolean | undefined;
|
|
2817
|
-
viewMode?: Cropper_2.ViewMode | undefined;
|
|
2818
2786
|
aspectRatio?: number | undefined;
|
|
2819
2787
|
containerStyle?: {
|
|
2820
2788
|
[key: string]: string;
|
|
@@ -2833,12 +2801,13 @@ export declare const ACropperjs: <T extends EventTarget = EventTarget>(__VLS_pro
|
|
|
2833
2801
|
highlight?: boolean | undefined;
|
|
2834
2802
|
initialAspectRatio?: number | undefined;
|
|
2835
2803
|
movable?: boolean | undefined;
|
|
2836
|
-
preview?: string | HTMLElement |
|
|
2804
|
+
preview?: string | HTMLElement | HTMLElement[] | NodeListOf<HTMLElement> | undefined;
|
|
2837
2805
|
responsive?: boolean | undefined;
|
|
2838
2806
|
restore?: boolean | undefined;
|
|
2839
2807
|
rotatable?: boolean | undefined;
|
|
2840
2808
|
scalable?: boolean | undefined;
|
|
2841
2809
|
toggleDragModeOnDblclick?: boolean | undefined;
|
|
2810
|
+
viewMode?: Cropper_2.ViewMode | undefined;
|
|
2842
2811
|
wheelZoomRatio?: number | undefined;
|
|
2843
2812
|
zoomOnTouch?: boolean | undefined;
|
|
2844
2813
|
zoomOnWheel?: boolean | undefined;
|
|
@@ -2888,7 +2857,7 @@ export declare const ACurrentUserDropdown: DefineComponent<__VLS_WithDefaults_56
|
|
|
2888
2857
|
dataCy: string;
|
|
2889
2858
|
}, {}>;
|
|
2890
2859
|
|
|
2891
|
-
export declare const ACustomDataForm: __VLS_WithTemplateSlots_23<DefineComponent<__VLS_WithDefaults_61<
|
|
2860
|
+
export declare const ACustomDataForm: __VLS_WithTemplateSlots_23<DefineComponent<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_65<{
|
|
2892
2861
|
modelValue: {
|
|
2893
2862
|
[key: string]: any;
|
|
2894
2863
|
};
|
|
@@ -2905,7 +2874,7 @@ export declare const ACustomDataForm: __VLS_WithTemplateSlots_23<DefineComponent
|
|
|
2905
2874
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2906
2875
|
"update:modelValue": (data: any) => void;
|
|
2907
2876
|
anyChange: () => void;
|
|
2908
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_61<
|
|
2877
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_65<{
|
|
2909
2878
|
modelValue: {
|
|
2910
2879
|
[key: string]: any;
|
|
2911
2880
|
};
|
|
@@ -2929,7 +2898,7 @@ export declare const ACustomDataForm: __VLS_WithTemplateSlots_23<DefineComponent
|
|
|
2929
2898
|
"after-pinned"?(_: {}): any;
|
|
2930
2899
|
}>;
|
|
2931
2900
|
|
|
2932
|
-
export declare const ACustomDataFormElement: DefineComponent<__VLS_WithDefaults_62<
|
|
2901
|
+
export declare const ACustomDataFormElement: DefineComponent<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_66<{
|
|
2933
2902
|
modelValue: any;
|
|
2934
2903
|
config: CustomDataFormElement;
|
|
2935
2904
|
validationScope?: ValidationScope;
|
|
@@ -2941,7 +2910,7 @@ export declare const ACustomDataFormElement: DefineComponent<__VLS_WithDefaults_
|
|
|
2941
2910
|
value: any;
|
|
2942
2911
|
}) => void;
|
|
2943
2912
|
blur: (data: any) => void;
|
|
2944
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_62<
|
|
2913
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_66<{
|
|
2945
2914
|
modelValue: any;
|
|
2946
2915
|
config: CustomDataFormElement;
|
|
2947
2916
|
validationScope?: ValidationScope;
|
|
@@ -3104,18 +3073,21 @@ export declare const ADatetime: DefineComponent<__VLS_WithDefaults_25<__VLS_Type
|
|
|
3104
3073
|
}, {}>;
|
|
3105
3074
|
|
|
3106
3075
|
export declare const ADatetimePicker: __VLS_WithTemplateSlots_13<DefineComponent<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_28<{
|
|
3107
|
-
modelValue:
|
|
3108
|
-
type?: "datetime" | undefined;
|
|
3076
|
+
modelValue: DatetimeUTCNullable | undefined;
|
|
3077
|
+
type?: "datetime" | "date" | undefined;
|
|
3109
3078
|
label?: string | undefined;
|
|
3110
3079
|
hideLabel?: boolean | undefined;
|
|
3111
3080
|
clearable?: boolean | undefined;
|
|
3112
3081
|
disabled?: boolean | undefined;
|
|
3113
3082
|
hideDetails?: boolean | undefined;
|
|
3083
|
+
minNow?: boolean | undefined;
|
|
3114
3084
|
required?: boolean | undefined;
|
|
3115
3085
|
hideSetToNow?: boolean | undefined;
|
|
3116
3086
|
placeholder?: string | undefined;
|
|
3087
|
+
enable?: DateLimit<DateOption>[] | undefined;
|
|
3088
|
+
weekNumbers?: false | undefined;
|
|
3117
3089
|
dataCy?: string | undefined;
|
|
3118
|
-
defaultValue?:
|
|
3090
|
+
defaultValue?: DatetimeUTCNullable | undefined;
|
|
3119
3091
|
errorMessages?: string[] | undefined;
|
|
3120
3092
|
}>, {
|
|
3121
3093
|
type: string;
|
|
@@ -3124,31 +3096,38 @@ export declare const ADatetimePicker: __VLS_WithTemplateSlots_13<DefineComponent
|
|
|
3124
3096
|
clearable: boolean;
|
|
3125
3097
|
disabled: boolean;
|
|
3126
3098
|
hideDetails: boolean;
|
|
3099
|
+
minNow: boolean;
|
|
3127
3100
|
required: boolean;
|
|
3128
3101
|
hideSetToNow: boolean;
|
|
3129
3102
|
placeholder: string;
|
|
3103
|
+
enable: undefined;
|
|
3104
|
+
weekNumbers: boolean;
|
|
3130
3105
|
dataCy: string;
|
|
3131
3106
|
defaultValue: null;
|
|
3132
3107
|
errorMessages: undefined;
|
|
3133
3108
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3109
|
+
change: () => void;
|
|
3134
3110
|
blur: () => void;
|
|
3135
3111
|
focus: () => void;
|
|
3136
|
-
"update:modelValue": (data: string | null
|
|
3112
|
+
"update:modelValue": (data: string | null) => void;
|
|
3137
3113
|
onOpen: () => void;
|
|
3138
3114
|
onClose: () => void;
|
|
3139
3115
|
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_28<{
|
|
3140
|
-
modelValue:
|
|
3141
|
-
type?: "datetime" | undefined;
|
|
3116
|
+
modelValue: DatetimeUTCNullable | undefined;
|
|
3117
|
+
type?: "datetime" | "date" | undefined;
|
|
3142
3118
|
label?: string | undefined;
|
|
3143
3119
|
hideLabel?: boolean | undefined;
|
|
3144
3120
|
clearable?: boolean | undefined;
|
|
3145
3121
|
disabled?: boolean | undefined;
|
|
3146
3122
|
hideDetails?: boolean | undefined;
|
|
3123
|
+
minNow?: boolean | undefined;
|
|
3147
3124
|
required?: boolean | undefined;
|
|
3148
3125
|
hideSetToNow?: boolean | undefined;
|
|
3149
3126
|
placeholder?: string | undefined;
|
|
3127
|
+
enable?: DateLimit<DateOption>[] | undefined;
|
|
3128
|
+
weekNumbers?: false | undefined;
|
|
3150
3129
|
dataCy?: string | undefined;
|
|
3151
|
-
defaultValue?:
|
|
3130
|
+
defaultValue?: DatetimeUTCNullable | undefined;
|
|
3152
3131
|
errorMessages?: string[] | undefined;
|
|
3153
3132
|
}>, {
|
|
3154
3133
|
type: string;
|
|
@@ -3157,30 +3136,37 @@ export declare const ADatetimePicker: __VLS_WithTemplateSlots_13<DefineComponent
|
|
|
3157
3136
|
clearable: boolean;
|
|
3158
3137
|
disabled: boolean;
|
|
3159
3138
|
hideDetails: boolean;
|
|
3139
|
+
minNow: boolean;
|
|
3160
3140
|
required: boolean;
|
|
3161
3141
|
hideSetToNow: boolean;
|
|
3162
3142
|
placeholder: string;
|
|
3143
|
+
enable: undefined;
|
|
3144
|
+
weekNumbers: boolean;
|
|
3163
3145
|
dataCy: string;
|
|
3164
3146
|
defaultValue: null;
|
|
3165
3147
|
errorMessages: undefined;
|
|
3166
3148
|
}>>> & {
|
|
3167
|
-
"onUpdate:modelValue"?: ((data: string | null
|
|
3149
|
+
"onUpdate:modelValue"?: ((data: string | null) => any) | undefined;
|
|
3168
3150
|
onFocus?: (() => any) | undefined;
|
|
3169
3151
|
onBlur?: (() => any) | undefined;
|
|
3152
|
+
onChange?: (() => any) | undefined;
|
|
3170
3153
|
onOnOpen?: (() => any) | undefined;
|
|
3171
3154
|
onOnClose?: (() => any) | undefined;
|
|
3172
3155
|
}, {
|
|
3156
|
+
enable: DateLimit<DateOption>[];
|
|
3173
3157
|
disabled: boolean;
|
|
3174
|
-
type: "datetime";
|
|
3158
|
+
type: "datetime" | "date";
|
|
3175
3159
|
dataCy: string;
|
|
3176
|
-
placeholder: string;
|
|
3177
3160
|
required: boolean;
|
|
3178
3161
|
label: string;
|
|
3179
3162
|
hideLabel: boolean;
|
|
3180
3163
|
clearable: boolean;
|
|
3181
3164
|
hideDetails: boolean;
|
|
3165
|
+
minNow: boolean;
|
|
3182
3166
|
hideSetToNow: boolean;
|
|
3183
|
-
|
|
3167
|
+
placeholder: string;
|
|
3168
|
+
weekNumbers: false;
|
|
3169
|
+
defaultValue: DatetimeUTCNullable;
|
|
3184
3170
|
errorMessages: string[];
|
|
3185
3171
|
}, {}>, {
|
|
3186
3172
|
"append-inner"?(_: {}): any;
|
|
@@ -3727,13 +3713,13 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
|
|
|
3727
3713
|
}, {
|
|
3728
3714
|
disabled: boolean;
|
|
3729
3715
|
multiple: boolean;
|
|
3730
|
-
loading: boolean;
|
|
3731
3716
|
collab: {
|
|
3732
3717
|
room: string;
|
|
3733
3718
|
field: string;
|
|
3734
3719
|
cachedUsers: CollabCachedUsersMap;
|
|
3735
3720
|
};
|
|
3736
3721
|
required: boolean;
|
|
3722
|
+
loading: boolean;
|
|
3737
3723
|
label: string;
|
|
3738
3724
|
hideLabel: boolean;
|
|
3739
3725
|
clearable: boolean;
|
|
@@ -3825,8 +3811,8 @@ export declare const AFormRemoteAutocompleteWithCached: DefineComponent<__VLS_Wi
|
|
|
3825
3811
|
itemTitle: string;
|
|
3826
3812
|
itemValue: string;
|
|
3827
3813
|
multiple: boolean;
|
|
3828
|
-
loading: boolean;
|
|
3829
3814
|
required: boolean;
|
|
3815
|
+
loading: boolean;
|
|
3830
3816
|
label: string;
|
|
3831
3817
|
hideLabel: boolean;
|
|
3832
3818
|
clearable: boolean;
|
|
@@ -4124,7 +4110,6 @@ export declare const AFormTextField: __VLS_WithTemplateSlots_5<DefineComponent<_
|
|
|
4124
4110
|
prependIcon: string;
|
|
4125
4111
|
type: string;
|
|
4126
4112
|
dataCy: string;
|
|
4127
|
-
placeholder: string;
|
|
4128
4113
|
collab: {
|
|
4129
4114
|
room: string;
|
|
4130
4115
|
field: string;
|
|
@@ -4132,12 +4117,13 @@ export declare const AFormTextField: __VLS_WithTemplateSlots_5<DefineComponent<_
|
|
|
4132
4117
|
};
|
|
4133
4118
|
required: boolean;
|
|
4134
4119
|
label: string;
|
|
4135
|
-
step: number;
|
|
4136
|
-
maxlength: number;
|
|
4137
4120
|
hideLabel: boolean;
|
|
4121
|
+
placeholder: string;
|
|
4138
4122
|
persistentPlaceholder: boolean;
|
|
4123
|
+
step: number;
|
|
4139
4124
|
errorMessage: string;
|
|
4140
4125
|
v: any;
|
|
4126
|
+
maxlength: number;
|
|
4141
4127
|
}, {}>, {
|
|
4142
4128
|
locked?(_: {
|
|
4143
4129
|
userId: number;
|
|
@@ -4250,7 +4236,7 @@ export declare const AIconGroup: DefineComponent<__VLS_WithDefaults_36<__VLS_Typ
|
|
|
4250
4236
|
secondaryText: null | string;
|
|
4251
4237
|
}, {}>;
|
|
4252
4238
|
|
|
4253
|
-
export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<
|
|
4239
|
+
export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_67<{
|
|
4254
4240
|
modelValue: IntegerIdNullable;
|
|
4255
4241
|
queueKey: UploadQueueKey;
|
|
4256
4242
|
uploadConfig: ImageWidgetUploadConfig;
|
|
@@ -4260,7 +4246,6 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
|
|
|
4260
4246
|
collab?: CollabComponentConfig;
|
|
4261
4247
|
label?: string | undefined;
|
|
4262
4248
|
readonly?: boolean | undefined;
|
|
4263
|
-
required?: boolean | undefined;
|
|
4264
4249
|
dataCy?: string | undefined;
|
|
4265
4250
|
expandOptions?: boolean | undefined;
|
|
4266
4251
|
expandMetadata?: boolean | undefined;
|
|
@@ -4273,7 +4258,6 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
|
|
|
4273
4258
|
label: undefined;
|
|
4274
4259
|
image: undefined;
|
|
4275
4260
|
readonly: boolean;
|
|
4276
|
-
required: boolean;
|
|
4277
4261
|
lockable: boolean;
|
|
4278
4262
|
lockedById: undefined;
|
|
4279
4263
|
dataCy: undefined;
|
|
@@ -4287,7 +4271,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
|
|
|
4287
4271
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
4288
4272
|
"update:modelValue": (data: IntegerIdNullable) => void;
|
|
4289
4273
|
afterMetadataSaveSuccess: () => void;
|
|
4290
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_63<
|
|
4274
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_67<{
|
|
4291
4275
|
modelValue: IntegerIdNullable;
|
|
4292
4276
|
queueKey: UploadQueueKey;
|
|
4293
4277
|
uploadConfig: ImageWidgetUploadConfig;
|
|
@@ -4297,7 +4281,6 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
|
|
|
4297
4281
|
collab?: CollabComponentConfig;
|
|
4298
4282
|
label?: string | undefined;
|
|
4299
4283
|
readonly?: boolean | undefined;
|
|
4300
|
-
required?: boolean | undefined;
|
|
4301
4284
|
dataCy?: string | undefined;
|
|
4302
4285
|
expandOptions?: boolean | undefined;
|
|
4303
4286
|
expandMetadata?: boolean | undefined;
|
|
@@ -4310,7 +4293,6 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
|
|
|
4310
4293
|
label: undefined;
|
|
4311
4294
|
image: undefined;
|
|
4312
4295
|
readonly: boolean;
|
|
4313
|
-
required: boolean;
|
|
4314
4296
|
lockable: boolean;
|
|
4315
4297
|
lockedById: undefined;
|
|
4316
4298
|
dataCy: undefined;
|
|
@@ -4331,7 +4313,6 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
|
|
|
4331
4313
|
cachedUsers: CollabCachedUsersMap;
|
|
4332
4314
|
};
|
|
4333
4315
|
image: ImageAware;
|
|
4334
|
-
required: boolean;
|
|
4335
4316
|
label: string;
|
|
4336
4317
|
readonly: boolean;
|
|
4337
4318
|
configName: string;
|
|
@@ -4341,7 +4322,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
|
|
|
4341
4322
|
callDeleteApiOnRemove: boolean;
|
|
4342
4323
|
}, {}>;
|
|
4343
4324
|
|
|
4344
|
-
export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_65<
|
|
4325
|
+
export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_69<{
|
|
4345
4326
|
modelValue: IntegerId[];
|
|
4346
4327
|
queueKey: UploadQueueKey;
|
|
4347
4328
|
uploadConfig: ImageWidgetUploadConfig;
|
|
@@ -4367,7 +4348,7 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_65
|
|
|
4367
4348
|
saveImages: () => Promise<boolean>;
|
|
4368
4349
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
4369
4350
|
"update:modelValue": (data: number[]) => void;
|
|
4370
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_65<
|
|
4351
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_69<{
|
|
4371
4352
|
modelValue: IntegerId[];
|
|
4372
4353
|
queueKey: UploadQueueKey;
|
|
4373
4354
|
uploadConfig: ImageWidgetUploadConfig;
|
|
@@ -4400,7 +4381,7 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_65
|
|
|
4400
4381
|
callDeleteApiOnRemove: boolean;
|
|
4401
4382
|
}, {}>;
|
|
4402
4383
|
|
|
4403
|
-
export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefaults_66<
|
|
4384
|
+
export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_70<{
|
|
4404
4385
|
modelValue: IntegerId[];
|
|
4405
4386
|
images?: ImageAware[] | undefined;
|
|
4406
4387
|
configName?: string | undefined;
|
|
@@ -4420,7 +4401,7 @@ export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefau
|
|
|
4420
4401
|
aspectRatio: number;
|
|
4421
4402
|
showDescription: boolean;
|
|
4422
4403
|
showSource: boolean;
|
|
4423
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_66<
|
|
4404
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_70<{
|
|
4424
4405
|
modelValue: IntegerId[];
|
|
4425
4406
|
images?: ImageAware[] | undefined;
|
|
4426
4407
|
configName?: string | undefined;
|
|
@@ -4451,7 +4432,7 @@ export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefau
|
|
|
4451
4432
|
images: ImageAware[];
|
|
4452
4433
|
}, {}>;
|
|
4453
4434
|
|
|
4454
|
-
export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_24<DefineComponent<__VLS_WithDefaults_64<
|
|
4435
|
+
export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_24<DefineComponent<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_68<{
|
|
4455
4436
|
modelValue: IntegerIdNullable | undefined;
|
|
4456
4437
|
image?: ImageAware | ImageCreateUpdateAware | null | undefined;
|
|
4457
4438
|
configName?: string | undefined;
|
|
@@ -4470,7 +4451,7 @@ export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_24<DefineCompon
|
|
|
4470
4451
|
aspectRatio: number;
|
|
4471
4452
|
showDescription: boolean;
|
|
4472
4453
|
showSource: boolean;
|
|
4473
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_64<
|
|
4454
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_68<{
|
|
4474
4455
|
modelValue: IntegerIdNullable | undefined;
|
|
4475
4456
|
image?: ImageAware | ImageCreateUpdateAware | null | undefined;
|
|
4476
4457
|
configName?: string | undefined;
|
|
@@ -4511,14 +4492,14 @@ export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_24<DefineCompon
|
|
|
4511
4492
|
licenceId: number;
|
|
4512
4493
|
regionPosition: number;
|
|
4513
4494
|
};
|
|
4514
|
-
position
|
|
4495
|
+
position: number;
|
|
4515
4496
|
} | {
|
|
4516
4497
|
id?: number | undefined;
|
|
4517
4498
|
texts: {
|
|
4518
4499
|
description: string;
|
|
4519
4500
|
source: string;
|
|
4520
4501
|
};
|
|
4521
|
-
position
|
|
4502
|
+
position: number;
|
|
4522
4503
|
dam: {
|
|
4523
4504
|
damId: string;
|
|
4524
4505
|
licenceId: number;
|
|
@@ -4528,6 +4509,18 @@ export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_24<DefineCompon
|
|
|
4528
4509
|
}): any;
|
|
4529
4510
|
}>;
|
|
4530
4511
|
|
|
4512
|
+
export declare const AJobBaseCreateForm: DefineComponent<{
|
|
4513
|
+
modelValue: {
|
|
4514
|
+
required: true;
|
|
4515
|
+
type: PropType<JobBase<`job${string}`>>;
|
|
4516
|
+
};
|
|
4517
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
|
|
4518
|
+
modelValue: {
|
|
4519
|
+
required: true;
|
|
4520
|
+
type: PropType<JobBase<`job${string}`>>;
|
|
4521
|
+
};
|
|
4522
|
+
}>>, {}, {}>;
|
|
4523
|
+
|
|
4531
4524
|
export declare const AJobDetailCommon: __VLS_WithTemplateSlots_20<DefineComponent<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_61<{
|
|
4532
4525
|
job: JobBase<`job${string}`>;
|
|
4533
4526
|
loading?: boolean | undefined;
|
|
@@ -4544,6 +4537,12 @@ export declare const AJobDetailCommon: __VLS_WithTemplateSlots_20<DefineComponen
|
|
|
4544
4537
|
"resource-name"?(_: {}): any;
|
|
4545
4538
|
}>;
|
|
4546
4539
|
|
|
4540
|
+
export declare const AJobPriorityChip: DefineComponent<__VLS_TypePropsToRuntimeProps_62<{
|
|
4541
|
+
priority: number;
|
|
4542
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_62<{
|
|
4543
|
+
priority: number;
|
|
4544
|
+
}>>>, {}, {}>;
|
|
4545
|
+
|
|
4547
4546
|
export declare const AJobStatusChip: DefineComponent<__VLS_TypePropsToRuntimeProps_33<{
|
|
4548
4547
|
value: JobStatus;
|
|
4549
4548
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_33<{
|
|
@@ -4562,7 +4561,7 @@ export declare const ALogData: DefineComponent<__VLS_WithDefaults_30<__VLS_TypeP
|
|
|
4562
4561
|
data: any;
|
|
4563
4562
|
}>, {}>>>, {}, {}>;
|
|
4564
4563
|
|
|
4565
|
-
export declare const ALoginView: DefineComponent<
|
|
4564
|
+
export declare const ALoginView: DefineComponent<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_75<{
|
|
4566
4565
|
title?: string | undefined;
|
|
4567
4566
|
logoUrl?: string | undefined;
|
|
4568
4567
|
loginUrl?: undefined | (() => string);
|
|
@@ -4572,7 +4571,7 @@ export declare const ALoginView: DefineComponent<__VLS_WithDefaults_72<__VLS_Typ
|
|
|
4572
4571
|
logoUrl: undefined;
|
|
4573
4572
|
loginUrl: undefined;
|
|
4574
4573
|
dataCy: string;
|
|
4575
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
4574
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_75<{
|
|
4576
4575
|
title?: string | undefined;
|
|
4577
4576
|
logoUrl?: string | undefined;
|
|
4578
4577
|
loginUrl?: undefined | (() => string);
|
|
@@ -4595,11 +4594,11 @@ export declare const ALogLevelChip: DefineComponent<__VLS_WithDefaults_53<__VLS_
|
|
|
4595
4594
|
level: LogLevel;
|
|
4596
4595
|
}>, {}>>>, {}, {}>;
|
|
4597
4596
|
|
|
4598
|
-
export declare const ALogoutView: DefineComponent<
|
|
4597
|
+
export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_76<{
|
|
4599
4598
|
logoutUrl?: undefined | (() => string);
|
|
4600
4599
|
}>, {
|
|
4601
4600
|
logoutUrl: undefined;
|
|
4602
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
4601
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_76<{
|
|
4603
4602
|
logoutUrl?: undefined | (() => string);
|
|
4604
4603
|
}>, {
|
|
4605
4604
|
logoutUrl: undefined;
|
|
@@ -4607,9 +4606,9 @@ export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_73<__VLS_Ty
|
|
|
4607
4606
|
logoutUrl: () => string;
|
|
4608
4607
|
}, {}>;
|
|
4609
4608
|
|
|
4610
|
-
export declare const ANotFoundView: DefineComponent<
|
|
4609
|
+
export declare const ANotFoundView: DefineComponent<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_78<{
|
|
4611
4610
|
returnRouteName: string;
|
|
4612
|
-
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
4611
|
+
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_78<{
|
|
4613
4612
|
returnRouteName: string;
|
|
4614
4613
|
}>, {}>>>, {}, {}>;
|
|
4615
4614
|
|
|
@@ -4788,7 +4787,7 @@ export declare const arraysHaveSameElements: <T>(array1: T[], array2: T[]) => bo
|
|
|
4788
4787
|
|
|
4789
4788
|
export declare const arrayToString: (values: Array<string | number>, separator?: string) => string;
|
|
4790
4789
|
|
|
4791
|
-
export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS_WithDefaults_59<
|
|
4790
|
+
export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_63<{
|
|
4792
4791
|
modelValue: any;
|
|
4793
4792
|
dirty?: Set<string | number> | undefined;
|
|
4794
4793
|
keyField?: string | undefined;
|
|
@@ -4833,7 +4832,7 @@ export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS
|
|
|
4833
4832
|
onAddLast: (data: any) => void;
|
|
4834
4833
|
onEdit: (data: SortableItem<any>) => void;
|
|
4835
4834
|
onDelete: (data: SortableItem<any>) => void;
|
|
4836
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_59<
|
|
4835
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_63<{
|
|
4837
4836
|
modelValue: any;
|
|
4838
4837
|
dirty?: Set<string | number> | undefined;
|
|
4839
4838
|
keyField?: string | undefined;
|
|
@@ -4864,8 +4863,8 @@ export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS
|
|
|
4864
4863
|
addLastButtonT: string;
|
|
4865
4864
|
}>>> & {
|
|
4866
4865
|
"onUpdate:modelValue"?: ((data: any[]) => any) | undefined;
|
|
4867
|
-
"onUpdate:dirty"?: ((data: (string | number)[]) => any) | undefined;
|
|
4868
4866
|
onOnEnd?: ((data: SortableItemNewPositions) => any) | undefined;
|
|
4867
|
+
"onUpdate:dirty"?: ((data: (string | number)[]) => any) | undefined;
|
|
4869
4868
|
onOnAddAfter?: ((data: SortableItem<any>) => any) | undefined;
|
|
4870
4869
|
onOnAddLast?: ((data: any) => any) | undefined;
|
|
4871
4870
|
onOnEdit?: ((data: SortableItem<any>) => any) | undefined;
|
|
@@ -4898,7 +4897,7 @@ export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS
|
|
|
4898
4897
|
}): any;
|
|
4899
4898
|
}>;
|
|
4900
4899
|
|
|
4901
|
-
export declare const ASortableNested: __VLS_WithTemplateSlots_22<DefineComponent<__VLS_WithDefaults_60<
|
|
4900
|
+
export declare const ASortableNested: __VLS_WithTemplateSlots_22<DefineComponent<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_64<{
|
|
4902
4901
|
modelValue: SortableNested<any>;
|
|
4903
4902
|
maxDepth: number;
|
|
4904
4903
|
disableDraggable?: boolean | undefined;
|
|
@@ -4934,7 +4933,7 @@ export declare const ASortableNested: __VLS_WithTemplateSlots_22<DefineComponent
|
|
|
4934
4933
|
onAddLast: (data: SortableNestedItem<any> | null) => void;
|
|
4935
4934
|
onEdit: (data: SortableNestedItem<any>) => void;
|
|
4936
4935
|
onDelete: (data: SortableNestedItem<any>) => void;
|
|
4937
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_60<
|
|
4936
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_64<{
|
|
4938
4937
|
modelValue: SortableNested<any>;
|
|
4939
4938
|
maxDepth: number;
|
|
4940
4939
|
disableDraggable?: boolean | undefined;
|
|
@@ -5183,9 +5182,9 @@ declare enum AssetSelectReturnType {
|
|
|
5183
5182
|
|
|
5184
5183
|
export declare const ASubjectSelect: <TItem>(__VLS_props: {
|
|
5185
5184
|
pagination: Pagination;
|
|
5186
|
-
loading?: boolean | undefined;
|
|
5187
5185
|
submitFilter: Fn;
|
|
5188
5186
|
resetFilter: Fn;
|
|
5187
|
+
loading?: boolean | undefined;
|
|
5189
5188
|
modelValue?: boolean | undefined;
|
|
5190
5189
|
"onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|
|
5191
5190
|
onOnOpen?: (() => any) | undefined;
|
|
@@ -5227,9 +5226,9 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
|
|
|
5227
5226
|
}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
5228
5227
|
props: {
|
|
5229
5228
|
pagination: Pagination;
|
|
5230
|
-
loading?: boolean | undefined;
|
|
5231
5229
|
submitFilter: Fn;
|
|
5232
5230
|
resetFilter: Fn;
|
|
5231
|
+
loading?: boolean | undefined;
|
|
5233
5232
|
modelValue?: boolean | undefined;
|
|
5234
5233
|
"onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|
|
5235
5234
|
onOnOpen?: (() => any) | undefined;
|
|
@@ -5275,9 +5274,9 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
|
|
|
5275
5274
|
__ctx?: {
|
|
5276
5275
|
props: {
|
|
5277
5276
|
pagination: Pagination;
|
|
5278
|
-
loading?: boolean | undefined;
|
|
5279
5277
|
submitFilter: Fn;
|
|
5280
5278
|
resetFilter: Fn;
|
|
5279
|
+
loading?: boolean | undefined;
|
|
5281
5280
|
modelValue?: boolean | undefined;
|
|
5282
5281
|
"onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|
|
5283
5282
|
onOnOpen?: (() => any) | undefined;
|
|
@@ -5488,9 +5487,9 @@ declare interface AudioAttributes {
|
|
|
5488
5487
|
bitrate: number;
|
|
5489
5488
|
}
|
|
5490
5489
|
|
|
5491
|
-
export declare const AUnauthorizedView: DefineComponent<
|
|
5490
|
+
export declare const AUnauthorizedView: DefineComponent<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_77<{
|
|
5492
5491
|
returnRouteName: string;
|
|
5493
|
-
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
5492
|
+
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_77<{
|
|
5494
5493
|
returnRouteName: string;
|
|
5495
5494
|
}>, {}>>>, {}, {}>;
|
|
5496
5495
|
|
|
@@ -6799,7 +6798,6 @@ export declare const i18n: I18n<{
|
|
|
6799
6798
|
remainingHours: string;
|
|
6800
6799
|
remainingDays: string;
|
|
6801
6800
|
};
|
|
6802
|
-
now: string;
|
|
6803
6801
|
};
|
|
6804
6802
|
sortable: {
|
|
6805
6803
|
addNewAtEnd: string;
|
|
@@ -6934,15 +6932,6 @@ export declare const i18n: I18n<{
|
|
|
6934
6932
|
title: string;
|
|
6935
6933
|
titleDone: string;
|
|
6936
6934
|
stopConfirmQuestion: string;
|
|
6937
|
-
limits: {
|
|
6938
|
-
uploadWarning: string;
|
|
6939
|
-
onUploadLimit: string;
|
|
6940
|
-
addingOverLimit: string;
|
|
6941
|
-
countAlreadyInProgress: string;
|
|
6942
|
-
onlyAllowedAtOnce: string;
|
|
6943
|
-
cancelOrUploadFirst: string;
|
|
6944
|
-
actionAddFirstItems: string;
|
|
6945
|
-
};
|
|
6946
6935
|
};
|
|
6947
6936
|
keyword: {
|
|
6948
6937
|
model: {
|
|
@@ -7023,10 +7012,6 @@ export declare const i18n: I18n<{
|
|
|
7023
7012
|
badge: string;
|
|
7024
7013
|
open: string;
|
|
7025
7014
|
close: string;
|
|
7026
|
-
confirmEdit: {
|
|
7027
|
-
ok: string;
|
|
7028
|
-
cancel: string;
|
|
7029
|
-
};
|
|
7030
7015
|
dataIterator: {
|
|
7031
7016
|
noResultsText: string;
|
|
7032
7017
|
loadingText: string;
|
|
@@ -7052,20 +7037,12 @@ export declare const i18n: I18n<{
|
|
|
7052
7037
|
lastPage: string;
|
|
7053
7038
|
pageText: string;
|
|
7054
7039
|
};
|
|
7055
|
-
dateRangeInput: {
|
|
7056
|
-
divider: string;
|
|
7057
|
-
};
|
|
7058
7040
|
datePicker: {
|
|
7059
7041
|
itemsSelected: string;
|
|
7060
|
-
|
|
7061
|
-
|
|
7062
|
-
|
|
7063
|
-
|
|
7064
|
-
title: string;
|
|
7065
|
-
header: string;
|
|
7066
|
-
input: {
|
|
7067
|
-
placeholder: string;
|
|
7068
|
-
};
|
|
7042
|
+
nextMonthAriaLabel: string;
|
|
7043
|
+
nextYearAriaLabel: string;
|
|
7044
|
+
prevMonthAriaLabel: string;
|
|
7045
|
+
prevYearAriaLabel: string;
|
|
7069
7046
|
};
|
|
7070
7047
|
noDataText: string;
|
|
7071
7048
|
carousel: {
|
|
@@ -7077,13 +7054,11 @@ export declare const i18n: I18n<{
|
|
|
7077
7054
|
};
|
|
7078
7055
|
calendar: {
|
|
7079
7056
|
moreEvents: string;
|
|
7080
|
-
today: string;
|
|
7081
7057
|
};
|
|
7082
7058
|
input: {
|
|
7083
7059
|
clear: string;
|
|
7084
7060
|
prependAction: string;
|
|
7085
7061
|
appendAction: string;
|
|
7086
|
-
otp: string;
|
|
7087
7062
|
};
|
|
7088
7063
|
fileInput: {
|
|
7089
7064
|
counter: string;
|
|
@@ -7104,20 +7079,11 @@ export declare const i18n: I18n<{
|
|
|
7104
7079
|
last: string;
|
|
7105
7080
|
};
|
|
7106
7081
|
};
|
|
7107
|
-
stepper: {
|
|
7108
|
-
next: string;
|
|
7109
|
-
prev: string;
|
|
7110
|
-
};
|
|
7111
7082
|
rating: {
|
|
7112
7083
|
ariaLabel: {
|
|
7113
7084
|
item: string;
|
|
7114
7085
|
};
|
|
7115
7086
|
};
|
|
7116
|
-
loading: string;
|
|
7117
|
-
infiniteScroll: {
|
|
7118
|
-
loadMore: string;
|
|
7119
|
-
empty: string;
|
|
7120
|
-
};
|
|
7121
7087
|
};
|
|
7122
7088
|
error: {
|
|
7123
7089
|
apiValidation: {
|
|
@@ -7180,7 +7146,7 @@ export declare interface ImageAware {
|
|
|
7180
7146
|
licenceId: IntegerId;
|
|
7181
7147
|
regionPosition: number;
|
|
7182
7148
|
};
|
|
7183
|
-
position
|
|
7149
|
+
position: number;
|
|
7184
7150
|
}
|
|
7185
7151
|
|
|
7186
7152
|
export declare interface ImageCreateUpdateAware extends Omit<ImageAware, 'id'> {
|
|
@@ -7271,6 +7237,8 @@ export declare const JOB_RESOURCE_USER_DATA_DELETE = "jobUserDataDelete";
|
|
|
7271
7237
|
|
|
7272
7238
|
export declare interface JobBase<T extends JobBaseResource = JobBaseResource> extends AnzuUserAndTimeTrackingAware {
|
|
7273
7239
|
readonly id: IntegerId;
|
|
7240
|
+
scheduledAt: DatetimeUTC;
|
|
7241
|
+
priority: number;
|
|
7274
7242
|
readonly status: JobStatus;
|
|
7275
7243
|
readonly startedAt: DatetimeUTCNullable;
|
|
7276
7244
|
readonly finishedAt: DatetimeUTCNullable;
|
|
@@ -7689,7 +7657,6 @@ export declare const messagesCs: {
|
|
|
7689
7657
|
remainingHours: string;
|
|
7690
7658
|
remainingDays: string;
|
|
7691
7659
|
};
|
|
7692
|
-
now: string;
|
|
7693
7660
|
};
|
|
7694
7661
|
sortable: {
|
|
7695
7662
|
addNewAtEnd: string;
|
|
@@ -7824,15 +7791,6 @@ export declare const messagesCs: {
|
|
|
7824
7791
|
title: string;
|
|
7825
7792
|
titleDone: string;
|
|
7826
7793
|
stopConfirmQuestion: string;
|
|
7827
|
-
limits: {
|
|
7828
|
-
uploadWarning: string;
|
|
7829
|
-
onUploadLimit: string;
|
|
7830
|
-
addingOverLimit: string;
|
|
7831
|
-
countAlreadyInProgress: string;
|
|
7832
|
-
onlyAllowedAtOnce: string;
|
|
7833
|
-
cancelOrUploadFirst: string;
|
|
7834
|
-
actionAddFirstItems: string;
|
|
7835
|
-
};
|
|
7836
7794
|
};
|
|
7837
7795
|
keyword: {
|
|
7838
7796
|
model: {
|
|
@@ -7913,10 +7871,6 @@ export declare const messagesCs: {
|
|
|
7913
7871
|
badge: string;
|
|
7914
7872
|
open: string;
|
|
7915
7873
|
close: string;
|
|
7916
|
-
confirmEdit: {
|
|
7917
|
-
ok: string;
|
|
7918
|
-
cancel: string;
|
|
7919
|
-
};
|
|
7920
7874
|
dataIterator: {
|
|
7921
7875
|
noResultsText: string;
|
|
7922
7876
|
loadingText: string;
|
|
@@ -7942,20 +7896,12 @@ export declare const messagesCs: {
|
|
|
7942
7896
|
lastPage: string;
|
|
7943
7897
|
pageText: string;
|
|
7944
7898
|
};
|
|
7945
|
-
dateRangeInput: {
|
|
7946
|
-
divider: string;
|
|
7947
|
-
};
|
|
7948
7899
|
datePicker: {
|
|
7949
7900
|
itemsSelected: string;
|
|
7950
|
-
|
|
7951
|
-
|
|
7952
|
-
|
|
7953
|
-
|
|
7954
|
-
title: string;
|
|
7955
|
-
header: string;
|
|
7956
|
-
input: {
|
|
7957
|
-
placeholder: string;
|
|
7958
|
-
};
|
|
7901
|
+
nextMonthAriaLabel: string;
|
|
7902
|
+
nextYearAriaLabel: string;
|
|
7903
|
+
prevMonthAriaLabel: string;
|
|
7904
|
+
prevYearAriaLabel: string;
|
|
7959
7905
|
};
|
|
7960
7906
|
noDataText: string;
|
|
7961
7907
|
carousel: {
|
|
@@ -7967,13 +7913,11 @@ export declare const messagesCs: {
|
|
|
7967
7913
|
};
|
|
7968
7914
|
calendar: {
|
|
7969
7915
|
moreEvents: string;
|
|
7970
|
-
today: string;
|
|
7971
7916
|
};
|
|
7972
7917
|
input: {
|
|
7973
7918
|
clear: string;
|
|
7974
7919
|
prependAction: string;
|
|
7975
7920
|
appendAction: string;
|
|
7976
|
-
otp: string;
|
|
7977
7921
|
};
|
|
7978
7922
|
fileInput: {
|
|
7979
7923
|
counter: string;
|
|
@@ -7994,20 +7938,11 @@ export declare const messagesCs: {
|
|
|
7994
7938
|
last: string;
|
|
7995
7939
|
};
|
|
7996
7940
|
};
|
|
7997
|
-
stepper: {
|
|
7998
|
-
next: string;
|
|
7999
|
-
prev: string;
|
|
8000
|
-
};
|
|
8001
7941
|
rating: {
|
|
8002
7942
|
ariaLabel: {
|
|
8003
7943
|
item: string;
|
|
8004
7944
|
};
|
|
8005
7945
|
};
|
|
8006
|
-
loading: string;
|
|
8007
|
-
infiniteScroll: {
|
|
8008
|
-
loadMore: string;
|
|
8009
|
-
empty: string;
|
|
8010
|
-
};
|
|
8011
7946
|
};
|
|
8012
7947
|
error: {
|
|
8013
7948
|
apiValidation: {
|
|
@@ -8372,7 +8307,6 @@ export declare const messagesEn: {
|
|
|
8372
8307
|
remainingHours: string;
|
|
8373
8308
|
remainingDays: string;
|
|
8374
8309
|
};
|
|
8375
|
-
now: string;
|
|
8376
8310
|
};
|
|
8377
8311
|
sortable: {
|
|
8378
8312
|
addNewAtEnd: string;
|
|
@@ -8507,15 +8441,6 @@ export declare const messagesEn: {
|
|
|
8507
8441
|
title: string;
|
|
8508
8442
|
titleDone: string;
|
|
8509
8443
|
stopConfirmQuestion: string;
|
|
8510
|
-
limits: {
|
|
8511
|
-
uploadWarning: string;
|
|
8512
|
-
onUploadLimit: string;
|
|
8513
|
-
addingOverLimit: string;
|
|
8514
|
-
countAlreadyInProgress: string;
|
|
8515
|
-
onlyAllowedAtOnce: string;
|
|
8516
|
-
cancelOrUploadFirst: string;
|
|
8517
|
-
actionAddFirstItems: string;
|
|
8518
|
-
};
|
|
8519
8444
|
};
|
|
8520
8445
|
keyword: {
|
|
8521
8446
|
model: {
|
|
@@ -8596,10 +8521,6 @@ export declare const messagesEn: {
|
|
|
8596
8521
|
badge: string;
|
|
8597
8522
|
open: string;
|
|
8598
8523
|
close: string;
|
|
8599
|
-
confirmEdit: {
|
|
8600
|
-
ok: string;
|
|
8601
|
-
cancel: string;
|
|
8602
|
-
};
|
|
8603
8524
|
dataIterator: {
|
|
8604
8525
|
noResultsText: string;
|
|
8605
8526
|
loadingText: string;
|
|
@@ -8625,20 +8546,12 @@ export declare const messagesEn: {
|
|
|
8625
8546
|
lastPage: string;
|
|
8626
8547
|
pageText: string;
|
|
8627
8548
|
};
|
|
8628
|
-
dateRangeInput: {
|
|
8629
|
-
divider: string;
|
|
8630
|
-
};
|
|
8631
8549
|
datePicker: {
|
|
8632
8550
|
itemsSelected: string;
|
|
8633
|
-
|
|
8634
|
-
|
|
8635
|
-
|
|
8636
|
-
|
|
8637
|
-
title: string;
|
|
8638
|
-
header: string;
|
|
8639
|
-
input: {
|
|
8640
|
-
placeholder: string;
|
|
8641
|
-
};
|
|
8551
|
+
nextMonthAriaLabel: string;
|
|
8552
|
+
nextYearAriaLabel: string;
|
|
8553
|
+
prevMonthAriaLabel: string;
|
|
8554
|
+
prevYearAriaLabel: string;
|
|
8642
8555
|
};
|
|
8643
8556
|
noDataText: string;
|
|
8644
8557
|
carousel: {
|
|
@@ -8650,13 +8563,11 @@ export declare const messagesEn: {
|
|
|
8650
8563
|
};
|
|
8651
8564
|
calendar: {
|
|
8652
8565
|
moreEvents: string;
|
|
8653
|
-
today: string;
|
|
8654
8566
|
};
|
|
8655
8567
|
input: {
|
|
8656
8568
|
clear: string;
|
|
8657
8569
|
prependAction: string;
|
|
8658
8570
|
appendAction: string;
|
|
8659
|
-
otp: string;
|
|
8660
8571
|
};
|
|
8661
8572
|
fileInput: {
|
|
8662
8573
|
counter: string;
|
|
@@ -8677,20 +8588,11 @@ export declare const messagesEn: {
|
|
|
8677
8588
|
last: string;
|
|
8678
8589
|
};
|
|
8679
8590
|
};
|
|
8680
|
-
stepper: {
|
|
8681
|
-
next: string;
|
|
8682
|
-
prev: string;
|
|
8683
|
-
};
|
|
8684
8591
|
rating: {
|
|
8685
8592
|
ariaLabel: {
|
|
8686
8593
|
item: string;
|
|
8687
8594
|
};
|
|
8688
8595
|
};
|
|
8689
|
-
loading: string;
|
|
8690
|
-
infiniteScroll: {
|
|
8691
|
-
loadMore: string;
|
|
8692
|
-
empty: string;
|
|
8693
|
-
};
|
|
8694
8596
|
};
|
|
8695
8597
|
error: {
|
|
8696
8598
|
apiValidation: {
|
|
@@ -8898,6 +8800,8 @@ export declare const messagesSk: {
|
|
|
8898
8800
|
model: {
|
|
8899
8801
|
id: string;
|
|
8900
8802
|
_resourceName: string;
|
|
8803
|
+
priority: string;
|
|
8804
|
+
scheduledAt: string;
|
|
8901
8805
|
status: string;
|
|
8902
8806
|
startedAt: string;
|
|
8903
8807
|
finishedAt: string;
|
|
@@ -8905,6 +8809,13 @@ export declare const messagesSk: {
|
|
|
8905
8809
|
targetUserId: string;
|
|
8906
8810
|
anonymizeUser: string;
|
|
8907
8811
|
};
|
|
8812
|
+
meta: {
|
|
8813
|
+
priority: {
|
|
8814
|
+
low: string;
|
|
8815
|
+
medium: string;
|
|
8816
|
+
high: string;
|
|
8817
|
+
};
|
|
8818
|
+
};
|
|
8908
8819
|
jobResource: {
|
|
8909
8820
|
jobUserDataDelete: string;
|
|
8910
8821
|
};
|
|
@@ -9059,7 +8970,6 @@ export declare const messagesSk: {
|
|
|
9059
8970
|
remainingHours: string;
|
|
9060
8971
|
remainingDays: string;
|
|
9061
8972
|
};
|
|
9062
|
-
now: string;
|
|
9063
8973
|
};
|
|
9064
8974
|
sortable: {
|
|
9065
8975
|
addNewAtEnd: string;
|
|
@@ -9194,15 +9104,6 @@ export declare const messagesSk: {
|
|
|
9194
9104
|
title: string;
|
|
9195
9105
|
titleDone: string;
|
|
9196
9106
|
stopConfirmQuestion: string;
|
|
9197
|
-
limits: {
|
|
9198
|
-
uploadWarning: string;
|
|
9199
|
-
onUploadLimit: string;
|
|
9200
|
-
addingOverLimit: string;
|
|
9201
|
-
countAlreadyInProgress: string;
|
|
9202
|
-
onlyAllowedAtOnce: string;
|
|
9203
|
-
cancelOrUploadFirst: string;
|
|
9204
|
-
actionAddFirstItems: string;
|
|
9205
|
-
};
|
|
9206
9107
|
};
|
|
9207
9108
|
keyword: {
|
|
9208
9109
|
model: {
|
|
@@ -9283,10 +9184,6 @@ export declare const messagesSk: {
|
|
|
9283
9184
|
badge: string;
|
|
9284
9185
|
open: string;
|
|
9285
9186
|
close: string;
|
|
9286
|
-
confirmEdit: {
|
|
9287
|
-
ok: string;
|
|
9288
|
-
cancel: string;
|
|
9289
|
-
};
|
|
9290
9187
|
dataIterator: {
|
|
9291
9188
|
noResultsText: string;
|
|
9292
9189
|
loadingText: string;
|
|
@@ -9312,20 +9209,12 @@ export declare const messagesSk: {
|
|
|
9312
9209
|
lastPage: string;
|
|
9313
9210
|
pageText: string;
|
|
9314
9211
|
};
|
|
9315
|
-
dateRangeInput: {
|
|
9316
|
-
divider: string;
|
|
9317
|
-
};
|
|
9318
9212
|
datePicker: {
|
|
9319
9213
|
itemsSelected: string;
|
|
9320
|
-
|
|
9321
|
-
|
|
9322
|
-
|
|
9323
|
-
|
|
9324
|
-
title: string;
|
|
9325
|
-
header: string;
|
|
9326
|
-
input: {
|
|
9327
|
-
placeholder: string;
|
|
9328
|
-
};
|
|
9214
|
+
nextMonthAriaLabel: string;
|
|
9215
|
+
nextYearAriaLabel: string;
|
|
9216
|
+
prevMonthAriaLabel: string;
|
|
9217
|
+
prevYearAriaLabel: string;
|
|
9329
9218
|
};
|
|
9330
9219
|
noDataText: string;
|
|
9331
9220
|
carousel: {
|
|
@@ -9337,13 +9226,11 @@ export declare const messagesSk: {
|
|
|
9337
9226
|
};
|
|
9338
9227
|
calendar: {
|
|
9339
9228
|
moreEvents: string;
|
|
9340
|
-
today: string;
|
|
9341
9229
|
};
|
|
9342
9230
|
input: {
|
|
9343
9231
|
clear: string;
|
|
9344
9232
|
prependAction: string;
|
|
9345
9233
|
appendAction: string;
|
|
9346
|
-
otp: string;
|
|
9347
9234
|
};
|
|
9348
9235
|
fileInput: {
|
|
9349
9236
|
counter: string;
|
|
@@ -9364,20 +9251,11 @@ export declare const messagesSk: {
|
|
|
9364
9251
|
last: string;
|
|
9365
9252
|
};
|
|
9366
9253
|
};
|
|
9367
|
-
stepper: {
|
|
9368
|
-
next: string;
|
|
9369
|
-
prev: string;
|
|
9370
|
-
};
|
|
9371
9254
|
rating: {
|
|
9372
9255
|
ariaLabel: {
|
|
9373
9256
|
item: string;
|
|
9374
9257
|
};
|
|
9375
9258
|
};
|
|
9376
|
-
loading: string;
|
|
9377
|
-
infiniteScroll: {
|
|
9378
|
-
loadMore: string;
|
|
9379
|
-
empty: string;
|
|
9380
|
-
};
|
|
9381
9259
|
};
|
|
9382
9260
|
error: {
|
|
9383
9261
|
apiValidation: {
|