@anzusystems/common-admin 1.40.0-alpha30 → 1.40.0-alpha31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/common-admin.es.d.ts +83 -82
- package/package.json +8 -8
|
@@ -25,6 +25,7 @@ import type { OpUnitType } from 'dayjs';
|
|
|
25
25
|
import type { Promisify } from '@vueuse/core';
|
|
26
26
|
import { Promisify as Promisify_2 } from '@vueuse/shared';
|
|
27
27
|
import { PropType } from 'vue';
|
|
28
|
+
import { PublicProps } from 'vue';
|
|
28
29
|
import type { QUnitType } from 'dayjs';
|
|
29
30
|
import { Ref } from 'vue';
|
|
30
31
|
import { RendererElement } from 'vue';
|
|
@@ -1810,7 +1811,7 @@ export declare const AActionCloseButton: DefineComponent<__VLS_WithDefaults_39<_
|
|
|
1810
1811
|
buttonClass: string;
|
|
1811
1812
|
dataCy: string;
|
|
1812
1813
|
size: number;
|
|
1813
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
1814
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_42<{
|
|
1814
1815
|
routeName?: string | undefined;
|
|
1815
1816
|
routeParams?: any | undefined;
|
|
1816
1817
|
buttonT?: string | undefined;
|
|
@@ -1846,7 +1847,7 @@ export declare const AActionCreateButton: DefineComponent<__VLS_WithDefaults_40<
|
|
|
1846
1847
|
dataCy: string;
|
|
1847
1848
|
size: number;
|
|
1848
1849
|
variant: string;
|
|
1849
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
1850
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_43<{
|
|
1850
1851
|
routeName: string;
|
|
1851
1852
|
buttonT?: string | undefined;
|
|
1852
1853
|
buttonClass?: string | undefined;
|
|
@@ -1902,7 +1903,7 @@ export declare const AActionDeleteButton: DefineComponent<__VLS_WithDefaults_41<
|
|
|
1902
1903
|
closeDialog: () => void;
|
|
1903
1904
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1904
1905
|
deleteRecord: () => void;
|
|
1905
|
-
}, string,
|
|
1906
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_41<__VLS_TypePropsToRuntimeProps_44<{
|
|
1906
1907
|
variant?: ButtonVariant | undefined;
|
|
1907
1908
|
buttonT?: string | undefined;
|
|
1908
1909
|
buttonClass?: string | undefined;
|
|
@@ -1973,7 +1974,7 @@ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_42<__
|
|
|
1973
1974
|
variant: string;
|
|
1974
1975
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1975
1976
|
editRecord: () => void;
|
|
1976
|
-
}, string,
|
|
1977
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_42<__VLS_TypePropsToRuntimeProps_45<{
|
|
1977
1978
|
routeName: string;
|
|
1978
1979
|
recordId?: number | string | undefined;
|
|
1979
1980
|
routeParams?: any | undefined;
|
|
@@ -2019,7 +2020,7 @@ export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaul
|
|
|
2019
2020
|
disabled: undefined;
|
|
2020
2021
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2021
2022
|
saveRecordAndClose: () => void;
|
|
2022
|
-
}, string,
|
|
2023
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_46<{
|
|
2023
2024
|
buttonT?: string | undefined;
|
|
2024
2025
|
buttonClass?: string | undefined;
|
|
2025
2026
|
dataCy?: string | undefined;
|
|
@@ -2059,7 +2060,7 @@ export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_44<__
|
|
|
2059
2060
|
variant: string;
|
|
2060
2061
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2061
2062
|
saveRecord: () => void;
|
|
2062
|
-
}, string,
|
|
2063
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_44<__VLS_TypePropsToRuntimeProps_47<{
|
|
2063
2064
|
buttonT?: string | undefined;
|
|
2064
2065
|
buttonClass?: string | undefined;
|
|
2065
2066
|
dataCy?: string | undefined;
|
|
@@ -2091,7 +2092,7 @@ export declare const AAdminSwitcher: DefineComponent<__VLS_WithDefaults_33<__VLS
|
|
|
2091
2092
|
configUrl?: string | undefined | null;
|
|
2092
2093
|
}>, {
|
|
2093
2094
|
configUrl: null;
|
|
2094
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
2095
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_36<{
|
|
2095
2096
|
configUrl?: string | undefined | null;
|
|
2096
2097
|
}>, {
|
|
2097
2098
|
configUrl: null;
|
|
@@ -2111,7 +2112,7 @@ export declare const AAlerts: DefineComponent<__VLS_WithDefaults_5<__VLS_TypePro
|
|
|
2111
2112
|
position: string;
|
|
2112
2113
|
width: string;
|
|
2113
2114
|
customClass: undefined;
|
|
2114
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
2115
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<{
|
|
2115
2116
|
max?: number | undefined;
|
|
2116
2117
|
group?: string | undefined;
|
|
2117
2118
|
position?: string | undefined;
|
|
@@ -2139,7 +2140,7 @@ export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_55<__VL
|
|
|
2139
2140
|
user: undefined;
|
|
2140
2141
|
size: number;
|
|
2141
2142
|
containerClass: string;
|
|
2142
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
2143
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
|
|
2143
2144
|
user?: AnzuUserMinimal | undefined | null;
|
|
2144
2145
|
size?: number | undefined;
|
|
2145
2146
|
containerClass?: string | undefined;
|
|
@@ -2172,7 +2173,7 @@ export declare const AAssetSelect: __VLS_WithTemplateSlots_24<DefineComponent<__
|
|
|
2172
2173
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2173
2174
|
"update:modelValue": (data: boolean) => void;
|
|
2174
2175
|
onConfirm: (data: AssetSelectReturnData) => void;
|
|
2175
|
-
}, string,
|
|
2176
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_74<{
|
|
2176
2177
|
modelValue?: boolean | undefined;
|
|
2177
2178
|
assetType: "image" | "audio" | "video" | "document" | DamAssetType;
|
|
2178
2179
|
minCount: number;
|
|
@@ -2221,7 +2222,7 @@ export declare const AAvatarColorPicker: DefineComponent<__VLS_WithDefaults_56<_
|
|
|
2221
2222
|
hideLabel: boolean;
|
|
2222
2223
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2223
2224
|
"update:modelValue": (data: string) => void;
|
|
2224
|
-
}, string,
|
|
2225
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
|
|
2225
2226
|
modelValue: string;
|
|
2226
2227
|
label?: string | undefined;
|
|
2227
2228
|
loading?: boolean | undefined;
|
|
@@ -2254,7 +2255,7 @@ export declare const ABooleanValue: DefineComponent<__VLS_WithDefaults_6<__VLS_T
|
|
|
2254
2255
|
}>, {
|
|
2255
2256
|
chip: boolean;
|
|
2256
2257
|
invertColor: boolean;
|
|
2257
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
2258
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<{
|
|
2258
2259
|
value: number | string | boolean;
|
|
2259
2260
|
chip?: boolean | undefined;
|
|
2260
2261
|
invertColor?: boolean | undefined;
|
|
@@ -2290,7 +2291,7 @@ export declare const ABtnSplit: __VLS_WithTemplateSlots_18<DefineComponent<__VLS
|
|
|
2290
2291
|
color: string;
|
|
2291
2292
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2292
2293
|
onClick: () => void;
|
|
2293
|
-
}, string,
|
|
2294
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<{
|
|
2294
2295
|
buttonT?: string | undefined;
|
|
2295
2296
|
buttonClass?: string | undefined;
|
|
2296
2297
|
dataCy?: string | undefined;
|
|
@@ -2355,7 +2356,7 @@ export declare const ACachedChip: __VLS_WithTemplateSlots_16<DefineComponent<__V
|
|
|
2355
2356
|
textOnly: boolean;
|
|
2356
2357
|
fallbackIdText: boolean;
|
|
2357
2358
|
wrapText: boolean;
|
|
2358
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
2359
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_35<{
|
|
2359
2360
|
id?: string | number | null | undefined;
|
|
2360
2361
|
title?: string | undefined;
|
|
2361
2362
|
containerClass?: string | undefined;
|
|
@@ -2401,7 +2402,7 @@ export declare const ACard: __VLS_WithTemplateSlots<DefineComponent<__VLS_WithDe
|
|
|
2401
2402
|
}>, {
|
|
2402
2403
|
loading: undefined;
|
|
2403
2404
|
title: undefined;
|
|
2404
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
2405
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2405
2406
|
loading?: boolean | undefined;
|
|
2406
2407
|
title?: string | undefined;
|
|
2407
2408
|
}>, {
|
|
@@ -2418,7 +2419,7 @@ export declare const ACardLoader: DefineComponent<__VLS_WithDefaults_2<__VLS_Typ
|
|
|
2418
2419
|
loading?: boolean | undefined;
|
|
2419
2420
|
}>, {
|
|
2420
2421
|
loading: undefined;
|
|
2421
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
2422
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<{
|
|
2422
2423
|
loading?: boolean | undefined;
|
|
2423
2424
|
}>, {
|
|
2424
2425
|
loading: undefined;
|
|
@@ -2434,7 +2435,7 @@ export declare const AChipNoLink: __VLS_WithTemplateSlots_3<DefineComponent<__VL
|
|
|
2434
2435
|
color: undefined;
|
|
2435
2436
|
size: string;
|
|
2436
2437
|
dataCy: undefined;
|
|
2437
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
2438
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<{
|
|
2438
2439
|
color?: string | undefined;
|
|
2439
2440
|
size?: string | undefined;
|
|
2440
2441
|
dataCy?: string | undefined;
|
|
@@ -2455,7 +2456,7 @@ export declare const Acl: __VLS_WithTemplateSlots_17<DefineComponent<__VLS_WithD
|
|
|
2455
2456
|
subject?: object | undefined;
|
|
2456
2457
|
}>, {
|
|
2457
2458
|
subject: undefined;
|
|
2458
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
2459
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
|
|
2459
2460
|
permission: `${string}_${string}_${string}`;
|
|
2460
2461
|
subject?: object | undefined;
|
|
2461
2462
|
}>, {
|
|
@@ -2484,7 +2485,7 @@ export declare const ACollabCountdown: DefineComponent<__VLS_WithDefaults_69<__V
|
|
|
2484
2485
|
parentheses: boolean;
|
|
2485
2486
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2486
2487
|
done: () => void;
|
|
2487
|
-
}, string,
|
|
2488
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_72<{
|
|
2488
2489
|
label?: string | undefined;
|
|
2489
2490
|
seconds?: number | undefined;
|
|
2490
2491
|
parentheses?: boolean | undefined;
|
|
@@ -2503,7 +2504,7 @@ export declare const ACollabCountdown: DefineComponent<__VLS_WithDefaults_69<__V
|
|
|
2503
2504
|
export declare const ACollabLockedByUser: DefineComponent<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_71<{
|
|
2504
2505
|
id: null | undefined | IntegerId;
|
|
2505
2506
|
users: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
|
|
2506
|
-
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
2507
|
+
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_71<{
|
|
2507
2508
|
id: null | undefined | IntegerId;
|
|
2508
2509
|
users: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
|
|
2509
2510
|
}>, {}>>>, {}, {}>;
|
|
@@ -2518,7 +2519,7 @@ export declare const ACollabManagement: DefineComponent<__VLS_WithDefaults_70<__
|
|
|
2518
2519
|
isEdit: boolean;
|
|
2519
2520
|
addToCachedUsers: undefined;
|
|
2520
2521
|
fetchCachedUsers: undefined;
|
|
2521
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
2522
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_73<{
|
|
2522
2523
|
collabRoom: CollabRoom;
|
|
2523
2524
|
cachedUsers: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
|
|
2524
2525
|
isEdit?: boolean | undefined;
|
|
@@ -2541,7 +2542,7 @@ export declare const ACopyText: DefineComponent<__VLS_WithDefaults_36<__VLS_Type
|
|
|
2541
2542
|
}>, {
|
|
2542
2543
|
notifyT: string;
|
|
2543
2544
|
dataCy: string;
|
|
2544
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
2545
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_39<{
|
|
2545
2546
|
value: number | string;
|
|
2546
2547
|
notifyT?: string | undefined;
|
|
2547
2548
|
dataCy?: string | undefined;
|
|
@@ -2578,7 +2579,7 @@ export declare const ACreateDialog: __VLS_WithTemplateSlots_15<DefineComponent<_
|
|
|
2578
2579
|
onClose: () => void;
|
|
2579
2580
|
onError: (data: any) => void;
|
|
2580
2581
|
onSuccess: (data: any) => void;
|
|
2581
|
-
}, string,
|
|
2582
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_32<{
|
|
2582
2583
|
modelValue: boolean;
|
|
2583
2584
|
buttonClass?: string | undefined;
|
|
2584
2585
|
maxWidth?: number | undefined;
|
|
@@ -2812,7 +2813,7 @@ export declare const ACurrentUserDropdown: DefineComponent<__VLS_WithDefaults_57
|
|
|
2812
2813
|
dataCy?: string | undefined;
|
|
2813
2814
|
}>, {
|
|
2814
2815
|
dataCy: string;
|
|
2815
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
2816
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_57<__VLS_TypePropsToRuntimeProps_60<{
|
|
2816
2817
|
currentUser: AnzuUserMinimal | undefined | null;
|
|
2817
2818
|
settingsRouteName: string;
|
|
2818
2819
|
logoutRouteName: string;
|
|
@@ -2840,7 +2841,7 @@ export declare const ACustomDataForm: __VLS_WithTemplateSlots_22<DefineComponent
|
|
|
2840
2841
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2841
2842
|
"update:modelValue": (data: any) => void;
|
|
2842
2843
|
anyChange: () => void;
|
|
2843
|
-
}, string,
|
|
2844
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_65<{
|
|
2844
2845
|
modelValue: {
|
|
2845
2846
|
[key: string]: any;
|
|
2846
2847
|
};
|
|
@@ -2876,7 +2877,7 @@ export declare const ACustomDataFormElement: DefineComponent<__VLS_WithDefaults_
|
|
|
2876
2877
|
value: any;
|
|
2877
2878
|
}) => void;
|
|
2878
2879
|
blur: (data: any) => void;
|
|
2879
|
-
}, string,
|
|
2880
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_66<{
|
|
2880
2881
|
modelValue: any;
|
|
2881
2882
|
config: CustomDataFormElement;
|
|
2882
2883
|
validationScope?: ValidationScope;
|
|
@@ -2904,7 +2905,7 @@ export declare const ADatatableConfigButton: DefineComponent<__VLS_WithDefaults_
|
|
|
2904
2905
|
dataCy: string;
|
|
2905
2906
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2906
2907
|
"update:columnsHidden": (data: string[]) => void;
|
|
2907
|
-
}, string,
|
|
2908
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_30<{
|
|
2908
2909
|
columnsAll: ColumnInternalValues[];
|
|
2909
2910
|
columnsHidden: Array<string>;
|
|
2910
2911
|
buttonT?: string | undefined;
|
|
@@ -2933,7 +2934,7 @@ export declare const ADatatableOrdering: DefineComponent<__VLS_WithDefaults_29<_
|
|
|
2933
2934
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2934
2935
|
"update:modelValue": (data: number) => void;
|
|
2935
2936
|
sortByChange: (data: DatatableOrderingOption) => void;
|
|
2936
|
-
}, string,
|
|
2937
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_31<{
|
|
2937
2938
|
variant?: "default" | "most-relevant" | undefined;
|
|
2938
2939
|
modelValue?: number | undefined;
|
|
2939
2940
|
customOptions?: undefined | DatatableOrderingOptions;
|
|
@@ -2960,7 +2961,7 @@ export declare const ADatatablePagination: DefineComponent<__VLS_WithDefaults_27
|
|
|
2960
2961
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2961
2962
|
change: () => void;
|
|
2962
2963
|
"update:modelValue": (data: Pagination) => void;
|
|
2963
|
-
}, string,
|
|
2964
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_29<{
|
|
2964
2965
|
modelValue: Pagination;
|
|
2965
2966
|
itemsPerPageOptions?: number[] | undefined;
|
|
2966
2967
|
hideRecordsPerPage?: boolean | undefined;
|
|
@@ -2980,7 +2981,7 @@ export declare const ADatetime: DefineComponent<__VLS_WithDefaults_25<__VLS_Type
|
|
|
2980
2981
|
edgeDateValue?: string | undefined;
|
|
2981
2982
|
}>, {
|
|
2982
2983
|
edgeDateValue: string;
|
|
2983
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
2984
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_27<{
|
|
2984
2985
|
dateTime: DatetimeUTCNullable;
|
|
2985
2986
|
edgeDateValue?: string | undefined;
|
|
2986
2987
|
}>, {
|
|
@@ -3029,7 +3030,7 @@ export declare const ADatetimePicker: __VLS_WithTemplateSlots_13<DefineComponent
|
|
|
3029
3030
|
"update:modelValue": (data: string | null) => void;
|
|
3030
3031
|
onOpen: () => void;
|
|
3031
3032
|
onClose: () => void;
|
|
3032
|
-
}, string,
|
|
3033
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_28<{
|
|
3033
3034
|
modelValue: DatetimeUTCNullable | undefined;
|
|
3034
3035
|
type?: "datetime" | "date" | undefined;
|
|
3035
3036
|
label?: string | undefined;
|
|
@@ -3093,13 +3094,13 @@ declare type AddToCachedArgs<T extends DocId | IntegerId> = Array<T | null | und
|
|
|
3093
3094
|
|
|
3094
3095
|
export declare const ADialogToolbar: __VLS_WithTemplateSlots_14<DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3095
3096
|
onCancel: () => void;
|
|
3096
|
-
}, string,
|
|
3097
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<{}>> & {
|
|
3097
3098
|
onOnCancel?: (() => any) | undefined;
|
|
3098
3099
|
}, {}, {}>, {
|
|
3099
3100
|
default?(_: {}): any;
|
|
3100
3101
|
}>;
|
|
3101
3102
|
|
|
3102
|
-
export declare const AEmptyRouterView: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
3103
|
+
export declare const AEmptyRouterView: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
|
|
3103
3104
|
|
|
3104
3105
|
export declare const AFilterAdvancedButton: DefineComponent<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
|
|
3105
3106
|
tooltipT?: string | undefined;
|
|
@@ -3111,7 +3112,7 @@ export declare const AFilterAdvancedButton: DefineComponent<__VLS_WithDefaults_4
|
|
|
3111
3112
|
dataCy: string;
|
|
3112
3113
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3113
3114
|
advancedFilter: () => void;
|
|
3114
|
-
}, string,
|
|
3115
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
|
|
3115
3116
|
tooltipT?: string | undefined;
|
|
3116
3117
|
buttonClass?: string | undefined;
|
|
3117
3118
|
dataCy?: string | undefined;
|
|
@@ -3136,7 +3137,7 @@ export declare const AFilterBooleanGroup: DefineComponent<__VLS_WithDefaults_22<
|
|
|
3136
3137
|
dataCyFalse: string;
|
|
3137
3138
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3138
3139
|
"update:modelValue": (data: any) => void;
|
|
3139
|
-
}, string,
|
|
3140
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_24<{
|
|
3140
3141
|
modelValue: Filter;
|
|
3141
3142
|
dataCyTrue?: string | undefined;
|
|
3142
3143
|
dataCyFalse?: string | undefined;
|
|
@@ -3157,7 +3158,7 @@ export declare const AFilterBooleanSelect: DefineComponent<__VLS_WithDefaults_23
|
|
|
3157
3158
|
dataCy: string;
|
|
3158
3159
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3159
3160
|
"update:modelValue": (data: any) => void;
|
|
3160
|
-
}, string,
|
|
3161
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_25<{
|
|
3161
3162
|
modelValue: Filter;
|
|
3162
3163
|
dataCy?: string | undefined;
|
|
3163
3164
|
}>, {
|
|
@@ -3175,7 +3176,7 @@ export declare const AFilterDatetimePicker: DefineComponent<__VLS_WithDefaults_2
|
|
|
3175
3176
|
dataCy: string;
|
|
3176
3177
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3177
3178
|
"update:modelValue": (data: any) => void;
|
|
3178
|
-
}, string,
|
|
3179
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_26<{
|
|
3179
3180
|
modelValue: Filter;
|
|
3180
3181
|
dataCy?: string | undefined;
|
|
3181
3182
|
}>, {
|
|
@@ -3193,7 +3194,7 @@ export declare const AFilterInteger: DefineComponent<__VLS_WithDefaults_19<__VLS
|
|
|
3193
3194
|
dataCy: string;
|
|
3194
3195
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3195
3196
|
"update:modelValue": (data: Filter<any>) => void;
|
|
3196
|
-
}, string,
|
|
3197
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_21<{
|
|
3197
3198
|
modelValue: Filter;
|
|
3198
3199
|
dataCy?: string | undefined;
|
|
3199
3200
|
}>, {
|
|
@@ -3220,7 +3221,7 @@ export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_48<__VLS_T
|
|
|
3220
3221
|
filterOverrides: undefined;
|
|
3221
3222
|
placeholder: undefined;
|
|
3222
3223
|
dataCy: string;
|
|
3223
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
3224
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_51<{
|
|
3224
3225
|
filterId?: Filter | undefined;
|
|
3225
3226
|
filterDocId?: Filter | undefined;
|
|
3226
3227
|
filterText?: Filter | undefined;
|
|
@@ -3262,7 +3263,7 @@ export declare const AFilterRemoteAutocomplete: DefineComponent<__VLS_WithDefaul
|
|
|
3262
3263
|
placeholder: undefined;
|
|
3263
3264
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3264
3265
|
"update:modelValue": (data: Filter<any>) => void;
|
|
3265
|
-
}, string,
|
|
3266
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_22<{
|
|
3266
3267
|
modelValue: Filter;
|
|
3267
3268
|
fetchItems: (pagination: Pagination, filterBag: FilterBag) => Promise<ValueObjectOption<string | number>[]>;
|
|
3268
3269
|
fetchItemsByIds: fetchItemsByIdsType_2;
|
|
@@ -3295,7 +3296,7 @@ export declare const AFilterResetButton: DefineComponent<__VLS_WithDefaults_46<_
|
|
|
3295
3296
|
dataCy: string;
|
|
3296
3297
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3297
3298
|
reset: () => void;
|
|
3298
|
-
}, string,
|
|
3299
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<{
|
|
3299
3300
|
tooltipT?: string | undefined;
|
|
3300
3301
|
buttonClass?: string | undefined;
|
|
3301
3302
|
dataCy?: string | undefined;
|
|
@@ -3320,7 +3321,7 @@ export declare const AFilterString: DefineComponent<__VLS_WithDefaults_18<__VLS_
|
|
|
3320
3321
|
dataCy: string;
|
|
3321
3322
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3322
3323
|
"update:modelValue": (data: Filter<any>) => void;
|
|
3323
|
-
}, string,
|
|
3324
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_20<{
|
|
3324
3325
|
modelValue: Filter;
|
|
3325
3326
|
placeholder?: string | undefined;
|
|
3326
3327
|
dataCy?: string | undefined;
|
|
@@ -3346,7 +3347,7 @@ export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_47<
|
|
|
3346
3347
|
touched: boolean;
|
|
3347
3348
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3348
3349
|
submit: () => void;
|
|
3349
|
-
}, string,
|
|
3350
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_50<{
|
|
3350
3351
|
buttonT?: string | undefined;
|
|
3351
3352
|
buttonClass?: string | undefined;
|
|
3352
3353
|
dataCy?: string | undefined;
|
|
@@ -3371,7 +3372,7 @@ export declare const AFilterValueObjectOptionsSelect: DefineComponent<__VLS_With
|
|
|
3371
3372
|
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3372
3373
|
"update:modelValue": (data: any) => void;
|
|
3373
3374
|
change: () => void;
|
|
3374
|
-
}, string,
|
|
3375
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_23<{
|
|
3375
3376
|
modelValue: Filter;
|
|
3376
3377
|
items: ValueObjectOption<string | number>[];
|
|
3377
3378
|
}>, {}>>> & {
|
|
@@ -3391,7 +3392,7 @@ export declare const AFilterWrapper: __VLS_WithTemplateSlots_12<DefineComponent<
|
|
|
3391
3392
|
touched: boolean;
|
|
3392
3393
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3393
3394
|
resetFilter: () => void;
|
|
3394
|
-
}, string,
|
|
3395
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_19<{
|
|
3395
3396
|
enableAdvanced?: boolean | undefined;
|
|
3396
3397
|
enableTop?: boolean | undefined;
|
|
3397
3398
|
hideButtons?: boolean | undefined;
|
|
@@ -3439,7 +3440,7 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
|
|
|
3439
3440
|
"click:append": (data: string | number | null | undefined) => void;
|
|
3440
3441
|
blur: (data: string | number | null | undefined) => void;
|
|
3441
3442
|
focus: (data: string | number | null | undefined) => void;
|
|
3442
|
-
}, string,
|
|
3443
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_12<{
|
|
3443
3444
|
modelValue: DatetimeUTCNullable | undefined;
|
|
3444
3445
|
label?: string | undefined;
|
|
3445
3446
|
errorMessage?: string | undefined;
|
|
@@ -3505,7 +3506,7 @@ export declare const AFormFlagDatetimePicker: __VLS_WithTemplateSlots_8<DefineCo
|
|
|
3505
3506
|
"update:modelValue": (data: DatetimeUTCNullable | undefined) => void;
|
|
3506
3507
|
"click:append": (data: string | number | null) => void;
|
|
3507
3508
|
blur: (data: string | number | null) => void;
|
|
3508
|
-
}, string,
|
|
3509
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_13<{
|
|
3509
3510
|
modelValue: DatetimeUTCNullable | undefined;
|
|
3510
3511
|
label?: string | undefined;
|
|
3511
3512
|
errorMessage?: string | undefined;
|
|
@@ -3587,7 +3588,7 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
|
|
|
3587
3588
|
searchChangeDebounced: (data: string) => void;
|
|
3588
3589
|
blur: (data: string | number | string[] | number[] | null) => void;
|
|
3589
3590
|
focus: (data: string | number | string[] | number[] | null) => void;
|
|
3590
|
-
}, string,
|
|
3591
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_14<{
|
|
3591
3592
|
modelValue: any;
|
|
3592
3593
|
label?: string | undefined;
|
|
3593
3594
|
required?: boolean | undefined;
|
|
@@ -3688,7 +3689,7 @@ export declare const AFormRemoteAutocompleteWithCached: DefineComponent<__VLS_Wi
|
|
|
3688
3689
|
focus: (data: string | number | string[] | number[] | null | undefined) => void;
|
|
3689
3690
|
searchChange: (data: string) => void;
|
|
3690
3691
|
searchChangeDebounced: (data: string) => void;
|
|
3691
|
-
}, string,
|
|
3692
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_61<{
|
|
3692
3693
|
modelValue: any;
|
|
3693
3694
|
label?: string | undefined;
|
|
3694
3695
|
required?: boolean | undefined;
|
|
@@ -3754,7 +3755,7 @@ export declare const AFormRemoteCheckbox: DefineComponent<__VLS_WithDefaults_13<
|
|
|
3754
3755
|
v: null;
|
|
3755
3756
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3756
3757
|
"update:modelValue": (data: boolean) => void;
|
|
3757
|
-
}, string,
|
|
3758
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_15<{
|
|
3758
3759
|
modelValue: boolean;
|
|
3759
3760
|
callbackToTrue: () => Promise<boolean>;
|
|
3760
3761
|
callbackToFalse: () => Promise<boolean>;
|
|
@@ -3791,7 +3792,7 @@ export declare const AFormRemoteSwitch: DefineComponent<__VLS_WithDefaults_14<__
|
|
|
3791
3792
|
v: null;
|
|
3792
3793
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3793
3794
|
"update:modelValue": (data: boolean) => void;
|
|
3794
|
-
}, string,
|
|
3795
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_16<{
|
|
3795
3796
|
modelValue: boolean;
|
|
3796
3797
|
callbackToTrue: () => Promise<boolean>;
|
|
3797
3798
|
callbackToFalse: () => Promise<boolean>;
|
|
@@ -3830,7 +3831,7 @@ export declare const AFormSwitch: __VLS_WithTemplateSlots_10<DefineComponent<__V
|
|
|
3830
3831
|
"update:modelValue": (data: boolean) => void;
|
|
3831
3832
|
blur: (data: boolean) => void;
|
|
3832
3833
|
focus: (data: boolean) => void;
|
|
3833
|
-
}, string,
|
|
3834
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_17<{
|
|
3834
3835
|
modelValue: boolean;
|
|
3835
3836
|
label?: string | undefined;
|
|
3836
3837
|
dataCy?: string | undefined;
|
|
@@ -3893,7 +3894,7 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
|
|
|
3893
3894
|
"click:append": (data: string | null) => void;
|
|
3894
3895
|
blur: (data: string | null | undefined) => void;
|
|
3895
3896
|
focus: (data: string | null | undefined) => void;
|
|
3896
|
-
}, string,
|
|
3897
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_11<{
|
|
3897
3898
|
modelValue: string | null | undefined;
|
|
3898
3899
|
label?: string | undefined;
|
|
3899
3900
|
errorMessage?: string | undefined;
|
|
@@ -3983,7 +3984,7 @@ export declare const AFormTextField: __VLS_WithTemplateSlots_5<DefineComponent<_
|
|
|
3983
3984
|
"click:append": (data: string | number | null | undefined) => void;
|
|
3984
3985
|
blur: (data: string | number | null | undefined) => void;
|
|
3985
3986
|
focus: (data: string | number | null | undefined) => void;
|
|
3986
|
-
}, string,
|
|
3987
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_10<{
|
|
3987
3988
|
modelValue: string | number | null | undefined;
|
|
3988
3989
|
label?: string | undefined;
|
|
3989
3990
|
errorMessage?: string | undefined;
|
|
@@ -4077,7 +4078,7 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
|
|
|
4077
4078
|
"update:modelValue": (data: any) => void;
|
|
4078
4079
|
blur: (data: any) => void;
|
|
4079
4080
|
focus: (data: any) => void;
|
|
4080
|
-
}, string,
|
|
4081
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_18<{
|
|
4081
4082
|
modelValue: any;
|
|
4082
4083
|
items: any[];
|
|
4083
4084
|
label?: string | undefined;
|
|
@@ -4138,7 +4139,7 @@ export declare const AIconGroup: DefineComponent<__VLS_WithDefaults_37<__VLS_Typ
|
|
|
4138
4139
|
secondaryIcon: null;
|
|
4139
4140
|
secondaryText: null;
|
|
4140
4141
|
size: string;
|
|
4141
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
4142
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_40<{
|
|
4142
4143
|
mainIcon: string;
|
|
4143
4144
|
secondaryIcon?: string | null | undefined;
|
|
4144
4145
|
secondaryText?: string | null | undefined;
|
|
@@ -4188,7 +4189,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_64<__VLS_T
|
|
|
4188
4189
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
4189
4190
|
"update:modelValue": (data: IntegerIdNullable) => void;
|
|
4190
4191
|
afterMetadataSaveSuccess: () => void;
|
|
4191
|
-
}, string,
|
|
4192
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_67<{
|
|
4192
4193
|
modelValue: IntegerIdNullable;
|
|
4193
4194
|
queueKey: UploadQueueKey;
|
|
4194
4195
|
uploadConfig: ImageWidgetUploadConfig;
|
|
@@ -4265,7 +4266,7 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_66
|
|
|
4265
4266
|
saveImages: () => Promise<boolean>;
|
|
4266
4267
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
4267
4268
|
"update:modelValue": (data: number[]) => void;
|
|
4268
|
-
}, string,
|
|
4269
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_69<{
|
|
4269
4270
|
modelValue: IntegerId[];
|
|
4270
4271
|
queueKey: UploadQueueKey;
|
|
4271
4272
|
uploadConfig: ImageWidgetUploadConfig;
|
|
@@ -4318,7 +4319,7 @@ export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefau
|
|
|
4318
4319
|
aspectRatio: number;
|
|
4319
4320
|
showDescription: boolean;
|
|
4320
4321
|
showSource: boolean;
|
|
4321
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
4322
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_70<{
|
|
4322
4323
|
modelValue: IntegerId[];
|
|
4323
4324
|
images?: ImageAware[] | undefined;
|
|
4324
4325
|
configName?: string | undefined;
|
|
@@ -4368,7 +4369,7 @@ export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_23<DefineCompon
|
|
|
4368
4369
|
aspectRatio: number;
|
|
4369
4370
|
showDescription: boolean;
|
|
4370
4371
|
showSource: boolean;
|
|
4371
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
4372
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_68<{
|
|
4372
4373
|
modelValue: IntegerIdNullable | undefined;
|
|
4373
4374
|
image?: ImageAware | ImageCreateUpdateAware | null | undefined;
|
|
4374
4375
|
configName?: string | undefined;
|
|
@@ -4431,7 +4432,7 @@ export declare const AJobDetailCommon: __VLS_WithTemplateSlots_19<DefineComponen
|
|
|
4431
4432
|
loading?: boolean | undefined;
|
|
4432
4433
|
}>, {
|
|
4433
4434
|
loading: boolean;
|
|
4434
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
4435
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_62<{
|
|
4435
4436
|
job: JobBase<`job${string}`>;
|
|
4436
4437
|
loading?: boolean | undefined;
|
|
4437
4438
|
}>, {
|
|
@@ -4444,19 +4445,19 @@ export declare const AJobDetailCommon: __VLS_WithTemplateSlots_19<DefineComponen
|
|
|
4444
4445
|
|
|
4445
4446
|
export declare const AJobStatusChip: DefineComponent<__VLS_TypePropsToRuntimeProps_34<{
|
|
4446
4447
|
value: JobStatus;
|
|
4447
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
4448
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_34<{
|
|
4448
4449
|
value: JobStatus;
|
|
4449
4450
|
}>>>, {}, {}>;
|
|
4450
4451
|
|
|
4451
4452
|
export declare const ALanguageSelect: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
4452
4453
|
afterChange: (code: LanguageCode) => void;
|
|
4453
|
-
}, string,
|
|
4454
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<{}>> & {
|
|
4454
4455
|
onAfterChange?: ((code: LanguageCode) => any) | undefined;
|
|
4455
4456
|
}, {}, {}>;
|
|
4456
4457
|
|
|
4457
4458
|
export declare const ALogData: DefineComponent<__VLS_WithDefaults_31<__VLS_TypePropsToRuntimeProps_33<{
|
|
4458
4459
|
data: any;
|
|
4459
|
-
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
4460
|
+
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_31<__VLS_TypePropsToRuntimeProps_33<{
|
|
4460
4461
|
data: any;
|
|
4461
4462
|
}>, {}>>>, {}, {}>;
|
|
4462
4463
|
|
|
@@ -4470,7 +4471,7 @@ export declare const ALoginView: DefineComponent<__VLS_WithDefaults_72<__VLS_Typ
|
|
|
4470
4471
|
logoUrl: undefined;
|
|
4471
4472
|
loginUrl: undefined;
|
|
4472
4473
|
dataCy: string;
|
|
4473
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
4474
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_75<{
|
|
4474
4475
|
title?: string | undefined;
|
|
4475
4476
|
logoUrl?: string | undefined;
|
|
4476
4477
|
loginUrl?: undefined | (() => string);
|
|
@@ -4489,7 +4490,7 @@ export declare const ALoginView: DefineComponent<__VLS_WithDefaults_72<__VLS_Typ
|
|
|
4489
4490
|
|
|
4490
4491
|
export declare const ALogLevelChip: DefineComponent<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
|
|
4491
4492
|
level: LogLevel;
|
|
4492
|
-
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
4493
|
+
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
|
|
4493
4494
|
level: LogLevel;
|
|
4494
4495
|
}>, {}>>>, {}, {}>;
|
|
4495
4496
|
|
|
@@ -4497,7 +4498,7 @@ export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_73<__VLS_Ty
|
|
|
4497
4498
|
logoutUrl?: undefined | (() => string);
|
|
4498
4499
|
}>, {
|
|
4499
4500
|
logoutUrl: undefined;
|
|
4500
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
4501
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_76<{
|
|
4501
4502
|
logoutUrl?: undefined | (() => string);
|
|
4502
4503
|
}>, {
|
|
4503
4504
|
logoutUrl: undefined;
|
|
@@ -4507,7 +4508,7 @@ export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_73<__VLS_Ty
|
|
|
4507
4508
|
|
|
4508
4509
|
export declare const ANotFoundView: DefineComponent<__VLS_WithDefaults_75<__VLS_TypePropsToRuntimeProps_78<{
|
|
4509
4510
|
returnRouteName: string;
|
|
4510
|
-
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
4511
|
+
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_75<__VLS_TypePropsToRuntimeProps_78<{
|
|
4511
4512
|
returnRouteName: string;
|
|
4512
4513
|
}>, {}>>>, {}, {}>;
|
|
4513
4514
|
|
|
@@ -4579,7 +4580,7 @@ export declare const APermissionGrantEditor: DefineComponent<__VLS_TypePropsToRu
|
|
|
4579
4580
|
selectedGrant: Grant | undefined;
|
|
4580
4581
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
4581
4582
|
change: (data?: Grant | undefined) => void;
|
|
4582
|
-
}, string,
|
|
4583
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_7<{
|
|
4583
4584
|
availableGrants: Grant[];
|
|
4584
4585
|
selectedGrant: Grant | undefined;
|
|
4585
4586
|
}>>> & {
|
|
@@ -4589,7 +4590,7 @@ export declare const APermissionGrantEditor: DefineComponent<__VLS_TypePropsToRu
|
|
|
4589
4590
|
export declare const APermissionValueChip: DefineComponent<__VLS_TypePropsToRuntimeProps_8<{
|
|
4590
4591
|
grant: Grant;
|
|
4591
4592
|
grantOrigin: GrantOrigin;
|
|
4592
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
4593
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_8<{
|
|
4593
4594
|
grant: Grant;
|
|
4594
4595
|
grantOrigin: GrantOrigin;
|
|
4595
4596
|
}>>>, {}, {}>;
|
|
@@ -4657,7 +4658,7 @@ export declare const ARow: __VLS_WithTemplateSlots_2<DefineComponent<__VLS_WithD
|
|
|
4657
4658
|
value: string;
|
|
4658
4659
|
dataCy: undefined;
|
|
4659
4660
|
titleClass: string;
|
|
4660
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
4661
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<{
|
|
4661
4662
|
title?: string | undefined;
|
|
4662
4663
|
value?: string | number | null | undefined;
|
|
4663
4664
|
dataCy?: string | undefined;
|
|
@@ -4731,7 +4732,7 @@ export declare const ASortable: __VLS_WithTemplateSlots_20<DefineComponent<__VLS
|
|
|
4731
4732
|
onAddLast: (data: any) => void;
|
|
4732
4733
|
onEdit: (data: SortableItem<any>) => void;
|
|
4733
4734
|
onDelete: (data: SortableItem<any>) => void;
|
|
4734
|
-
}, string,
|
|
4735
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_63<{
|
|
4735
4736
|
modelValue: any;
|
|
4736
4737
|
dirty?: Set<string | number> | undefined;
|
|
4737
4738
|
keyField?: string | undefined;
|
|
@@ -4832,7 +4833,7 @@ export declare const ASortableNested: __VLS_WithTemplateSlots_21<DefineComponent
|
|
|
4832
4833
|
onAddLast: (data: SortableNestedItem<any> | null) => void;
|
|
4833
4834
|
onEdit: (data: SortableNestedItem<any>) => void;
|
|
4834
4835
|
onDelete: (data: SortableNestedItem<any>) => void;
|
|
4835
|
-
}, string,
|
|
4836
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_64<{
|
|
4836
4837
|
modelValue: SortableNested<any>;
|
|
4837
4838
|
maxDepth: number;
|
|
4838
4839
|
disableDraggable?: boolean | undefined;
|
|
@@ -5225,7 +5226,7 @@ export declare const ASystemBar: DefineComponent<__VLS_WithDefaults_53<__VLS_Typ
|
|
|
5225
5226
|
}>, {
|
|
5226
5227
|
checkInterval: number;
|
|
5227
5228
|
jsonRelativePath: string;
|
|
5228
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
5229
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_53<__VLS_TypePropsToRuntimeProps_56<{
|
|
5229
5230
|
currentVersion: string;
|
|
5230
5231
|
checkInterval?: number | undefined;
|
|
5231
5232
|
jsonRelativePath?: string | undefined;
|
|
@@ -5240,7 +5241,7 @@ export declare const ASystemBar: DefineComponent<__VLS_WithDefaults_53<__VLS_Typ
|
|
|
5240
5241
|
export declare const ASystemEntityScope: __VLS_WithTemplateSlots_4<DefineComponent<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_9<{
|
|
5241
5242
|
system: string;
|
|
5242
5243
|
subject: string;
|
|
5243
|
-
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
5244
|
+
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_9<{
|
|
5244
5245
|
system: string;
|
|
5245
5246
|
subject: string;
|
|
5246
5247
|
}>, {}>>>, {}, {}>, {
|
|
@@ -5262,7 +5263,7 @@ export declare const ATableCopyIdButton: DefineComponent<__VLS_WithDefaults_49<_
|
|
|
5262
5263
|
notifyT: string;
|
|
5263
5264
|
dataCy: string;
|
|
5264
5265
|
size: string;
|
|
5265
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
5266
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<{
|
|
5266
5267
|
id: number | string;
|
|
5267
5268
|
buttonT?: string | undefined;
|
|
5268
5269
|
buttonClass?: string | undefined;
|
|
@@ -5299,7 +5300,7 @@ export declare const ATableDetailButton: DefineComponent<__VLS_WithDefaults_50<_
|
|
|
5299
5300
|
buttonT: string;
|
|
5300
5301
|
buttonClass: string;
|
|
5301
5302
|
dataCy: string;
|
|
5302
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
5303
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<{
|
|
5303
5304
|
routeName: string;
|
|
5304
5305
|
recordId?: number | string | undefined;
|
|
5305
5306
|
routeParams?: any | undefined;
|
|
@@ -5333,7 +5334,7 @@ export declare const ATableEditButton: DefineComponent<__VLS_WithDefaults_51<__V
|
|
|
5333
5334
|
buttonT: string;
|
|
5334
5335
|
buttonClass: string;
|
|
5335
5336
|
dataCy: string;
|
|
5336
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
5337
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
|
|
5337
5338
|
routeName: string;
|
|
5338
5339
|
recordId?: number | string | undefined;
|
|
5339
5340
|
routeParams?: any | undefined;
|
|
@@ -5354,7 +5355,7 @@ export declare const ATableEditButton: DefineComponent<__VLS_WithDefaults_51<__V
|
|
|
5354
5355
|
recordId: string | number;
|
|
5355
5356
|
}, {}>;
|
|
5356
5357
|
|
|
5357
|
-
export declare const AThemeSelect: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
5358
|
+
export declare const AThemeSelect: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
|
|
5358
5359
|
|
|
5359
5360
|
export declare const ATimeTrackingFields: DefineComponent<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_37<{
|
|
5360
5361
|
data: AnzuUserAndTimeTrackingAware | any;
|
|
@@ -5363,7 +5364,7 @@ export declare const ATimeTrackingFields: DefineComponent<__VLS_WithDefaults_34<
|
|
|
5363
5364
|
}>, {
|
|
5364
5365
|
hideCreatedAt: boolean;
|
|
5365
5366
|
hideModifiedAt: boolean;
|
|
5366
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
5367
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_37<{
|
|
5367
5368
|
data: AnzuUserAndTimeTrackingAware | any;
|
|
5368
5369
|
hideCreatedAt?: boolean | undefined;
|
|
5369
5370
|
hideModifiedAt?: boolean | undefined;
|
|
@@ -5388,7 +5389,7 @@ declare interface AudioAttributes {
|
|
|
5388
5389
|
|
|
5389
5390
|
export declare const AUnauthorizedView: DefineComponent<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_77<{
|
|
5390
5391
|
returnRouteName: string;
|
|
5391
|
-
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
5392
|
+
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_77<{
|
|
5392
5393
|
returnRouteName: string;
|
|
5393
5394
|
}>, {}>>>, {}, {}>;
|
|
5394
5395
|
|
|
@@ -5403,7 +5404,7 @@ export declare const AUserAndTimeTrackingFields: DefineComponent<__VLS_WithDefau
|
|
|
5403
5404
|
hideModifiedAt: boolean;
|
|
5404
5405
|
hideCreatedBy: boolean;
|
|
5405
5406
|
hideModifiedBy: boolean;
|
|
5406
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
5407
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_41<{
|
|
5407
5408
|
data: AnzuUserAndTimeTrackingAware | any;
|
|
5408
5409
|
hideCreatedAt?: boolean | undefined;
|
|
5409
5410
|
hideModifiedAt?: boolean | undefined;
|
package/package.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"./styles": "./dist/style.css",
|
|
14
14
|
"./*": "./*"
|
|
15
15
|
},
|
|
16
|
-
"version": "1.40.0-
|
|
16
|
+
"version": "1.40.0-alpha31",
|
|
17
17
|
"type": "module",
|
|
18
18
|
"license": "Apache-2.0",
|
|
19
19
|
"scripts": {
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"@types/sortablejs": "^1.15.7",
|
|
48
48
|
"@types/webfontloader": "^1.6.38",
|
|
49
49
|
"@typescript-eslint/parser": "^6.16.0",
|
|
50
|
-
"@vitejs/plugin-vue": "^5.0.
|
|
51
|
-
"@vue/eslint-config-prettier": "^
|
|
50
|
+
"@vitejs/plugin-vue": "^5.0.1",
|
|
51
|
+
"@vue/eslint-config-prettier": "^9.0.0",
|
|
52
52
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
53
53
|
"@vue/language-server": "^1.8.27",
|
|
54
54
|
"@vue/language-service": "^1.8.27",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"postcss-prefix-selector": "^1.16.0",
|
|
71
71
|
"prettier": "^3.1.1",
|
|
72
72
|
"rusha": "^0.8.14",
|
|
73
|
-
"sass": "^1.69.
|
|
73
|
+
"sass": "^1.69.6",
|
|
74
74
|
"shortcut-buttons-flatpickr": "^0.4.0",
|
|
75
75
|
"socket.io-client": "^4.7.2",
|
|
76
76
|
"sortablejs": "^1.15.1",
|
|
@@ -83,12 +83,12 @@
|
|
|
83
83
|
"vite-plugin-dts": "^3.7.0",
|
|
84
84
|
"vite-plugin-vuetify": "^2.0.1",
|
|
85
85
|
"vitepress": "1.0.0-rc.33",
|
|
86
|
-
"vue": "3.
|
|
86
|
+
"vue": "3.4.0",
|
|
87
87
|
"vue-flatpickr-component": "^11.0.3",
|
|
88
88
|
"vue-i18n": "9.8.0",
|
|
89
89
|
"vue-router": "4.2.5",
|
|
90
90
|
"vue-tsc": "1.8.27",
|
|
91
|
-
"vuetify": "3.4.
|
|
91
|
+
"vuetify": "3.4.9",
|
|
92
92
|
"webfontloader": "^1.6.28"
|
|
93
93
|
},
|
|
94
94
|
"peerDependencies": {
|
|
@@ -100,10 +100,10 @@
|
|
|
100
100
|
"dayjs": "1.11.10",
|
|
101
101
|
"flatpickr": "4.6.13",
|
|
102
102
|
"pinia": "2.1.7",
|
|
103
|
-
"vue": "3.
|
|
103
|
+
"vue": "3.4.0",
|
|
104
104
|
"vue-i18n": "9.8.0",
|
|
105
105
|
"vue-router": "4.2.5",
|
|
106
|
-
"vuetify": "3.4.
|
|
106
|
+
"vuetify": "3.4.9"
|
|
107
107
|
},
|
|
108
108
|
"peerDependenciesMeta": {
|
|
109
109
|
"@vueuse/core": {
|