@anzusystems/common-admin 1.47.0-alpha14 → 1.47.0-alpha16
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 +308 -223
- package/dist/common-admin.es.js +304 -347
- package/dist/common-admin.es.js.map +1 -1
- package/dist/{lib-6r6v23Fs.js → lib--JoA4r5u.js} +5174 -5102
- package/dist/lib--JoA4r5u.js.map +1 -0
- package/dist/{webfontloader-CFSrfUyO.js → webfontloader-qyKpitoe.js} +2 -2
- package/dist/{webfontloader-CFSrfUyO.js.map → webfontloader-qyKpitoe.js.map} +1 -1
- package/package.json +6 -6
- package/dist/lib-6r6v23Fs.js.map +0 -1
|
@@ -195,8 +195,6 @@ declare type __VLS_NonUndefinedable_77<T> = T extends undefined ? never : T;
|
|
|
195
195
|
|
|
196
196
|
declare type __VLS_NonUndefinedable_78<T> = T extends undefined ? never : T;
|
|
197
197
|
|
|
198
|
-
declare type __VLS_NonUndefinedable_79<T> = T extends undefined ? never : T;
|
|
199
|
-
|
|
200
198
|
declare type __VLS_NonUndefinedable_8<T> = T extends undefined ? never : T;
|
|
201
199
|
|
|
202
200
|
declare type __VLS_NonUndefinedable_9<T> = T extends undefined ? never : T;
|
|
@@ -489,10 +487,6 @@ declare type __VLS_Prettify_74<T> = {
|
|
|
489
487
|
[K in keyof T]: T[K];
|
|
490
488
|
} & {};
|
|
491
489
|
|
|
492
|
-
declare type __VLS_Prettify_75<T> = {
|
|
493
|
-
[K in keyof T]: T[K];
|
|
494
|
-
} & {};
|
|
495
|
-
|
|
496
490
|
declare type __VLS_Prettify_8<T> = {
|
|
497
491
|
[K in keyof T]: T[K];
|
|
498
492
|
} & {};
|
|
@@ -1185,15 +1179,6 @@ declare type __VLS_TypePropsToRuntimeProps_78<T> = {
|
|
|
1185
1179
|
};
|
|
1186
1180
|
};
|
|
1187
1181
|
|
|
1188
|
-
declare type __VLS_TypePropsToRuntimeProps_79<T> = {
|
|
1189
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
1190
|
-
type: PropType<__VLS_NonUndefinedable_79<T[K]>>;
|
|
1191
|
-
} : {
|
|
1192
|
-
type: PropType<T[K]>;
|
|
1193
|
-
required: true;
|
|
1194
|
-
};
|
|
1195
|
-
};
|
|
1196
|
-
|
|
1197
1182
|
declare type __VLS_TypePropsToRuntimeProps_8<T> = {
|
|
1198
1183
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
1199
1184
|
type: PropType<__VLS_NonUndefinedable_8<T[K]>>;
|
|
@@ -1644,12 +1629,6 @@ declare type __VLS_WithDefaults_74<P, D> = {
|
|
|
1644
1629
|
}> : P[K];
|
|
1645
1630
|
};
|
|
1646
1631
|
|
|
1647
|
-
declare type __VLS_WithDefaults_75<P, D> = {
|
|
1648
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_75<P[K] & {
|
|
1649
|
-
default: D[K];
|
|
1650
|
-
}> : P[K];
|
|
1651
|
-
};
|
|
1652
|
-
|
|
1653
1632
|
declare type __VLS_WithDefaults_8<P, D> = {
|
|
1654
1633
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_8<P[K] & {
|
|
1655
1634
|
default: D[K];
|
|
@@ -1812,7 +1791,7 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
|
|
|
1812
1791
|
};
|
|
1813
1792
|
};
|
|
1814
1793
|
|
|
1815
|
-
export declare const AActionCloseButton: DefineComponent<
|
|
1794
|
+
export declare const AActionCloseButton: DefineComponent<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_40<{
|
|
1816
1795
|
routeName?: string | undefined;
|
|
1817
1796
|
routeParams?: any | undefined;
|
|
1818
1797
|
buttonT?: string | undefined;
|
|
@@ -1826,7 +1805,7 @@ export declare const AActionCloseButton: DefineComponent<__VLS_WithDefaults_38<_
|
|
|
1826
1805
|
buttonClass: string;
|
|
1827
1806
|
dataCy: string;
|
|
1828
1807
|
size: number;
|
|
1829
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
1808
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_40<{
|
|
1830
1809
|
routeName?: string | undefined;
|
|
1831
1810
|
routeParams?: any | undefined;
|
|
1832
1811
|
buttonT?: string | undefined;
|
|
@@ -1849,7 +1828,7 @@ export declare const AActionCloseButton: DefineComponent<__VLS_WithDefaults_38<_
|
|
|
1849
1828
|
routeParams: any | undefined;
|
|
1850
1829
|
}, {}>;
|
|
1851
1830
|
|
|
1852
|
-
export declare const AActionCreateButton: DefineComponent<
|
|
1831
|
+
export declare const AActionCreateButton: DefineComponent<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_41<{
|
|
1853
1832
|
routeName: string;
|
|
1854
1833
|
buttonT?: string | undefined;
|
|
1855
1834
|
buttonClass?: string | undefined;
|
|
@@ -1862,7 +1841,7 @@ export declare const AActionCreateButton: DefineComponent<__VLS_WithDefaults_39<
|
|
|
1862
1841
|
dataCy: string;
|
|
1863
1842
|
size: number;
|
|
1864
1843
|
variant: string;
|
|
1865
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
1844
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_41<{
|
|
1866
1845
|
routeName: string;
|
|
1867
1846
|
buttonT?: string | undefined;
|
|
1868
1847
|
buttonClass?: string | undefined;
|
|
@@ -1883,7 +1862,7 @@ export declare const AActionCreateButton: DefineComponent<__VLS_WithDefaults_39<
|
|
|
1883
1862
|
buttonT: string;
|
|
1884
1863
|
}, {}>;
|
|
1885
1864
|
|
|
1886
|
-
export declare const AActionDeleteButton: DefineComponent<
|
|
1865
|
+
export declare const AActionDeleteButton: DefineComponent<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_42<{
|
|
1887
1866
|
variant?: ButtonVariant | undefined;
|
|
1888
1867
|
buttonT?: string | undefined;
|
|
1889
1868
|
buttonClass?: string | undefined;
|
|
@@ -1918,7 +1897,7 @@ export declare const AActionDeleteButton: DefineComponent<__VLS_WithDefaults_40<
|
|
|
1918
1897
|
closeDialog: () => void;
|
|
1919
1898
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1920
1899
|
deleteRecord: () => void;
|
|
1921
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
1900
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_42<{
|
|
1922
1901
|
variant?: ButtonVariant | undefined;
|
|
1923
1902
|
buttonT?: string | undefined;
|
|
1924
1903
|
buttonClass?: string | undefined;
|
|
@@ -1968,7 +1947,7 @@ export declare const AActionDeleteButton: DefineComponent<__VLS_WithDefaults_40<
|
|
|
1968
1947
|
disableCloseAfterConfirm: boolean;
|
|
1969
1948
|
}, {}>;
|
|
1970
1949
|
|
|
1971
|
-
export declare const AActionEditButton: DefineComponent<
|
|
1950
|
+
export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_43<{
|
|
1972
1951
|
routeName: string;
|
|
1973
1952
|
recordId?: number | string | undefined;
|
|
1974
1953
|
routeParams?: any | undefined;
|
|
@@ -1989,7 +1968,7 @@ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_41<__
|
|
|
1989
1968
|
variant: string;
|
|
1990
1969
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1991
1970
|
editRecord: () => void;
|
|
1992
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
1971
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_43<{
|
|
1993
1972
|
routeName: string;
|
|
1994
1973
|
recordId?: number | string | undefined;
|
|
1995
1974
|
routeParams?: any | undefined;
|
|
@@ -2021,7 +2000,7 @@ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_41<__
|
|
|
2021
2000
|
recordId: string | number;
|
|
2022
2001
|
}, {}>;
|
|
2023
2002
|
|
|
2024
|
-
export declare const AActionSaveAndCloseButton: DefineComponent<
|
|
2003
|
+
export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaults_41<__VLS_TypePropsToRuntimeProps_44<{
|
|
2025
2004
|
buttonT?: string | undefined;
|
|
2026
2005
|
buttonClass?: string | undefined;
|
|
2027
2006
|
dataCy?: string | undefined;
|
|
@@ -2035,7 +2014,7 @@ export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaul
|
|
|
2035
2014
|
disabled: undefined;
|
|
2036
2015
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2037
2016
|
saveRecordAndClose: () => void;
|
|
2038
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2017
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_41<__VLS_TypePropsToRuntimeProps_44<{
|
|
2039
2018
|
buttonT?: string | undefined;
|
|
2040
2019
|
buttonClass?: string | undefined;
|
|
2041
2020
|
dataCy?: string | undefined;
|
|
@@ -2057,7 +2036,7 @@ export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaul
|
|
|
2057
2036
|
buttonT: string;
|
|
2058
2037
|
}, {}>;
|
|
2059
2038
|
|
|
2060
|
-
export declare const AActionSaveButton: DefineComponent<
|
|
2039
|
+
export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_42<__VLS_TypePropsToRuntimeProps_45<{
|
|
2061
2040
|
buttonT?: string | undefined;
|
|
2062
2041
|
buttonClass?: string | undefined;
|
|
2063
2042
|
dataCy?: string | undefined;
|
|
@@ -2075,7 +2054,7 @@ export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_43<__
|
|
|
2075
2054
|
variant: string;
|
|
2076
2055
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2077
2056
|
saveRecord: () => void;
|
|
2078
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2057
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_42<__VLS_TypePropsToRuntimeProps_45<{
|
|
2079
2058
|
buttonT?: string | undefined;
|
|
2080
2059
|
buttonClass?: string | undefined;
|
|
2081
2060
|
dataCy?: string | undefined;
|
|
@@ -2103,11 +2082,11 @@ export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_43<__
|
|
|
2103
2082
|
buttonT: string;
|
|
2104
2083
|
}, {}>;
|
|
2105
2084
|
|
|
2106
|
-
export declare const AAdminSwitcher: DefineComponent<
|
|
2085
|
+
export declare const AAdminSwitcher: DefineComponent<__VLS_WithDefaults_31<__VLS_TypePropsToRuntimeProps_34<{
|
|
2107
2086
|
configUrl?: string | undefined | null;
|
|
2108
2087
|
}>, {
|
|
2109
2088
|
configUrl: null;
|
|
2110
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2089
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_31<__VLS_TypePropsToRuntimeProps_34<{
|
|
2111
2090
|
configUrl?: string | undefined | null;
|
|
2112
2091
|
}>, {
|
|
2113
2092
|
configUrl: null;
|
|
@@ -2147,7 +2126,7 @@ export declare const AAlerts: DefineComponent<__VLS_WithDefaults_5<__VLS_TypePro
|
|
|
2147
2126
|
customClass: string;
|
|
2148
2127
|
}, {}>;
|
|
2149
2128
|
|
|
2150
|
-
export declare const AAnzuUserAvatar: DefineComponent<
|
|
2129
|
+
export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_53<__VLS_TypePropsToRuntimeProps_56<{
|
|
2151
2130
|
user?: AnzuUserMinimal | undefined | null;
|
|
2152
2131
|
size?: number | undefined;
|
|
2153
2132
|
containerClass?: string | undefined;
|
|
@@ -2155,7 +2134,7 @@ export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_54<__VL
|
|
|
2155
2134
|
user: undefined;
|
|
2156
2135
|
size: number;
|
|
2157
2136
|
containerClass: string;
|
|
2158
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2137
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_53<__VLS_TypePropsToRuntimeProps_56<{
|
|
2159
2138
|
user?: AnzuUserMinimal | undefined | null;
|
|
2160
2139
|
size?: number | undefined;
|
|
2161
2140
|
containerClass?: string | undefined;
|
|
@@ -2169,7 +2148,7 @@ export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_54<__VL
|
|
|
2169
2148
|
containerClass: string;
|
|
2170
2149
|
}, {}>;
|
|
2171
2150
|
|
|
2172
|
-
export declare const AAssetSelect: __VLS_WithTemplateSlots_25<DefineComponent<
|
|
2151
|
+
export declare const AAssetSelect: __VLS_WithTemplateSlots_25<DefineComponent<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_73<{
|
|
2173
2152
|
modelValue?: boolean | undefined;
|
|
2174
2153
|
assetType: "image" | "audio" | "video" | "document" | DamAssetType;
|
|
2175
2154
|
minCount: number;
|
|
@@ -2188,7 +2167,7 @@ export declare const AAssetSelect: __VLS_WithTemplateSlots_25<DefineComponent<__
|
|
|
2188
2167
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2189
2168
|
"update:modelValue": (data: boolean) => void;
|
|
2190
2169
|
onConfirm: (data: AssetSelectReturnData) => void;
|
|
2191
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2170
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_73<{
|
|
2192
2171
|
modelValue?: boolean | undefined;
|
|
2193
2172
|
assetType: "image" | "audio" | "video" | "document" | DamAssetType;
|
|
2194
2173
|
minCount: number;
|
|
@@ -2220,7 +2199,7 @@ export declare const AAssetSelect: __VLS_WithTemplateSlots_25<DefineComponent<__
|
|
|
2220
2199
|
"button-confirm-title"?(_: {}): any;
|
|
2221
2200
|
}>;
|
|
2222
2201
|
|
|
2223
|
-
export declare const AAvatarColorPicker: DefineComponent<
|
|
2202
|
+
export declare const AAvatarColorPicker: DefineComponent<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
|
|
2224
2203
|
modelValue: string;
|
|
2225
2204
|
label?: string | undefined;
|
|
2226
2205
|
loading?: boolean | undefined;
|
|
@@ -2237,7 +2216,7 @@ export declare const AAvatarColorPicker: DefineComponent<__VLS_WithDefaults_55<_
|
|
|
2237
2216
|
hideLabel: boolean;
|
|
2238
2217
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2239
2218
|
"update:modelValue": (data: string) => void;
|
|
2240
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2219
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
|
|
2241
2220
|
modelValue: string;
|
|
2242
2221
|
label?: string | undefined;
|
|
2243
2222
|
loading?: boolean | undefined;
|
|
@@ -2263,7 +2242,7 @@ export declare const AAvatarColorPicker: DefineComponent<__VLS_WithDefaults_55<_
|
|
|
2263
2242
|
randomColor: boolean;
|
|
2264
2243
|
}, {}>;
|
|
2265
2244
|
|
|
2266
|
-
export declare const ABooleanSelect: DefineComponent<
|
|
2245
|
+
export declare const ABooleanSelect: DefineComponent<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_74<{
|
|
2267
2246
|
modelValue: boolean | null;
|
|
2268
2247
|
dataCy?: string | undefined;
|
|
2269
2248
|
label?: string | undefined;
|
|
@@ -2272,7 +2251,7 @@ export declare const ABooleanSelect: DefineComponent<__VLS_WithDefaults_71<__VLS
|
|
|
2272
2251
|
label: undefined;
|
|
2273
2252
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2274
2253
|
"update:modelValue": (data: boolean | null) => void;
|
|
2275
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2254
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_74<{
|
|
2276
2255
|
modelValue: boolean | null;
|
|
2277
2256
|
dataCy?: string | undefined;
|
|
2278
2257
|
label?: string | undefined;
|
|
@@ -2305,7 +2284,7 @@ export declare const ABooleanValue: DefineComponent<__VLS_WithDefaults_6<__VLS_T
|
|
|
2305
2284
|
invertColor: boolean;
|
|
2306
2285
|
}, {}>;
|
|
2307
2286
|
|
|
2308
|
-
export declare const ABtnSplit: __VLS_WithTemplateSlots_19<DefineComponent<
|
|
2287
|
+
export declare const ABtnSplit: __VLS_WithTemplateSlots_19<DefineComponent<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<{
|
|
2309
2288
|
buttonT?: string | undefined;
|
|
2310
2289
|
buttonClass?: string | undefined;
|
|
2311
2290
|
dataCy?: string | undefined;
|
|
@@ -2329,7 +2308,7 @@ export declare const ABtnSplit: __VLS_WithTemplateSlots_19<DefineComponent<__VLS
|
|
|
2329
2308
|
color: string;
|
|
2330
2309
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2331
2310
|
onClick: () => void;
|
|
2332
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2311
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<{
|
|
2333
2312
|
buttonT?: string | undefined;
|
|
2334
2313
|
buttonClass?: string | undefined;
|
|
2335
2314
|
dataCy?: string | undefined;
|
|
@@ -2369,7 +2348,7 @@ export declare const ABtnSplit: __VLS_WithTemplateSlots_19<DefineComponent<__VLS
|
|
|
2369
2348
|
default?(_: {}): any;
|
|
2370
2349
|
}>;
|
|
2371
2350
|
|
|
2372
|
-
export declare const ACachedChip: __VLS_WithTemplateSlots_16<DefineComponent<
|
|
2351
|
+
export declare const ACachedChip: __VLS_WithTemplateSlots_16<DefineComponent<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_33<{
|
|
2373
2352
|
id?: string | number | null | undefined;
|
|
2374
2353
|
title?: string | undefined;
|
|
2375
2354
|
containerClass?: string | undefined;
|
|
@@ -2394,7 +2373,7 @@ export declare const ACachedChip: __VLS_WithTemplateSlots_16<DefineComponent<__V
|
|
|
2394
2373
|
textOnly: boolean;
|
|
2395
2374
|
fallbackIdText: boolean;
|
|
2396
2375
|
wrapText: boolean;
|
|
2397
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2376
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_33<{
|
|
2398
2377
|
id?: string | number | null | undefined;
|
|
2399
2378
|
title?: string | undefined;
|
|
2400
2379
|
containerClass?: string | undefined;
|
|
@@ -2489,12 +2468,12 @@ export declare const AChipNoLink: __VLS_WithTemplateSlots_3<DefineComponent<__VL
|
|
|
2489
2468
|
default?(_: {}): any;
|
|
2490
2469
|
}>;
|
|
2491
2470
|
|
|
2492
|
-
export declare const Acl: __VLS_WithTemplateSlots_17<DefineComponent<
|
|
2471
|
+
export declare const Acl: __VLS_WithTemplateSlots_17<DefineComponent<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_36<{
|
|
2493
2472
|
permission: `${string}_${string}_${string}`;
|
|
2494
2473
|
subject?: object | undefined;
|
|
2495
2474
|
}>, {
|
|
2496
2475
|
subject: undefined;
|
|
2497
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2476
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_36<{
|
|
2498
2477
|
permission: `${string}_${string}_${string}`;
|
|
2499
2478
|
subject?: object | undefined;
|
|
2500
2479
|
}>, {
|
|
@@ -2513,7 +2492,7 @@ declare type AclResolverConfig = {
|
|
|
2513
2492
|
|
|
2514
2493
|
export declare type AclValue = `${string}_${string}_${string}`;
|
|
2515
2494
|
|
|
2516
|
-
export declare const ACollabCountdown: DefineComponent<
|
|
2495
|
+
export declare const ACollabCountdown: DefineComponent<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_71<{
|
|
2517
2496
|
label?: string | undefined;
|
|
2518
2497
|
seconds?: number | undefined;
|
|
2519
2498
|
parentheses?: boolean | undefined;
|
|
@@ -2523,7 +2502,7 @@ export declare const ACollabCountdown: DefineComponent<__VLS_WithDefaults_68<__V
|
|
|
2523
2502
|
parentheses: boolean;
|
|
2524
2503
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2525
2504
|
done: () => void;
|
|
2526
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2505
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_71<{
|
|
2527
2506
|
label?: string | undefined;
|
|
2528
2507
|
seconds?: number | undefined;
|
|
2529
2508
|
parentheses?: boolean | undefined;
|
|
@@ -2539,15 +2518,15 @@ export declare const ACollabCountdown: DefineComponent<__VLS_WithDefaults_68<__V
|
|
|
2539
2518
|
parentheses: boolean;
|
|
2540
2519
|
}, {}>;
|
|
2541
2520
|
|
|
2542
|
-
export declare const ACollabLockedByUser: DefineComponent<
|
|
2521
|
+
export declare const ACollabLockedByUser: DefineComponent<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_70<{
|
|
2543
2522
|
id: null | undefined | IntegerId;
|
|
2544
2523
|
users: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
|
|
2545
|
-
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2524
|
+
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_70<{
|
|
2546
2525
|
id: null | undefined | IntegerId;
|
|
2547
2526
|
users: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
|
|
2548
2527
|
}>, {}>>>, {}, {}>;
|
|
2549
2528
|
|
|
2550
|
-
export declare const ACollabManagement: DefineComponent<
|
|
2529
|
+
export declare const ACollabManagement: DefineComponent<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_72<{
|
|
2551
2530
|
collabRoom: CollabRoom;
|
|
2552
2531
|
cachedUsers: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
|
|
2553
2532
|
isEdit?: boolean | undefined;
|
|
@@ -2557,7 +2536,7 @@ export declare const ACollabManagement: DefineComponent<__VLS_WithDefaults_69<__
|
|
|
2557
2536
|
isEdit: boolean;
|
|
2558
2537
|
addToCachedUsers: undefined;
|
|
2559
2538
|
fetchCachedUsers: undefined;
|
|
2560
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2539
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_72<{
|
|
2561
2540
|
collabRoom: CollabRoom;
|
|
2562
2541
|
cachedUsers: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
|
|
2563
2542
|
isEdit?: boolean | undefined;
|
|
@@ -2573,14 +2552,14 @@ export declare const ACollabManagement: DefineComponent<__VLS_WithDefaults_69<__
|
|
|
2573
2552
|
fetchCachedUsers: () => Promisify<Promise<any>>;
|
|
2574
2553
|
}, {}>;
|
|
2575
2554
|
|
|
2576
|
-
export declare const ACopyText: __VLS_WithTemplateSlots_18<DefineComponent<
|
|
2555
|
+
export declare const ACopyText: __VLS_WithTemplateSlots_18<DefineComponent<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_37<{
|
|
2577
2556
|
value: string | number;
|
|
2578
2557
|
notifyT?: string | undefined;
|
|
2579
2558
|
dataCy?: string | undefined;
|
|
2580
2559
|
}>, {
|
|
2581
2560
|
notifyT: string;
|
|
2582
2561
|
dataCy: string;
|
|
2583
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2562
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_37<{
|
|
2584
2563
|
value: string | number;
|
|
2585
2564
|
notifyT?: string | undefined;
|
|
2586
2565
|
dataCy?: string | undefined;
|
|
@@ -2881,14 +2860,14 @@ export declare const ACropperjs: <T extends EventTarget = EventTarget>(__VLS_pro
|
|
|
2881
2860
|
} | undefined;
|
|
2882
2861
|
};
|
|
2883
2862
|
|
|
2884
|
-
export declare const ACurrentUserDropdown: DefineComponent<
|
|
2863
|
+
export declare const ACurrentUserDropdown: DefineComponent<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
|
|
2885
2864
|
currentUser: AnzuUserMinimal | undefined | null;
|
|
2886
2865
|
settingsRouteName: string;
|
|
2887
2866
|
logoutRouteName: string;
|
|
2888
2867
|
dataCy?: string | undefined;
|
|
2889
2868
|
}>, {
|
|
2890
2869
|
dataCy: string;
|
|
2891
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2870
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
|
|
2892
2871
|
currentUser: AnzuUserMinimal | undefined | null;
|
|
2893
2872
|
settingsRouteName: string;
|
|
2894
2873
|
logoutRouteName: string;
|
|
@@ -2899,7 +2878,7 @@ export declare const ACurrentUserDropdown: DefineComponent<__VLS_WithDefaults_56
|
|
|
2899
2878
|
dataCy: string;
|
|
2900
2879
|
}, {}>;
|
|
2901
2880
|
|
|
2902
|
-
export declare const ACustomDataForm: __VLS_WithTemplateSlots_23<DefineComponent<
|
|
2881
|
+
export declare const ACustomDataForm: __VLS_WithTemplateSlots_23<DefineComponent<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_64<{
|
|
2903
2882
|
modelValue: {
|
|
2904
2883
|
[key: string]: any;
|
|
2905
2884
|
};
|
|
@@ -2916,7 +2895,7 @@ export declare const ACustomDataForm: __VLS_WithTemplateSlots_23<DefineComponent
|
|
|
2916
2895
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2917
2896
|
"update:modelValue": (data: any) => void;
|
|
2918
2897
|
anyChange: () => void;
|
|
2919
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2898
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_64<{
|
|
2920
2899
|
modelValue: {
|
|
2921
2900
|
[key: string]: any;
|
|
2922
2901
|
};
|
|
@@ -2940,7 +2919,7 @@ export declare const ACustomDataForm: __VLS_WithTemplateSlots_23<DefineComponent
|
|
|
2940
2919
|
"after-pinned"?(_: {}): any;
|
|
2941
2920
|
}>;
|
|
2942
2921
|
|
|
2943
|
-
export declare const ACustomDataFormElement: DefineComponent<
|
|
2922
|
+
export declare const ACustomDataFormElement: DefineComponent<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_65<{
|
|
2944
2923
|
modelValue: any;
|
|
2945
2924
|
config: CustomDataFormElement;
|
|
2946
2925
|
validationScope?: ValidationScope;
|
|
@@ -2952,7 +2931,7 @@ export declare const ACustomDataFormElement: DefineComponent<__VLS_WithDefaults_
|
|
|
2952
2931
|
value: any;
|
|
2953
2932
|
}) => void;
|
|
2954
2933
|
blur: (data: any) => void;
|
|
2955
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2934
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_65<{
|
|
2956
2935
|
modelValue: any;
|
|
2957
2936
|
config: CustomDataFormElement;
|
|
2958
2937
|
validationScope?: ValidationScope;
|
|
@@ -3017,7 +2996,7 @@ export declare const ADatatable: <TItem = Record<string, unknown>>(__VLS_props:
|
|
|
3017
2996
|
} | undefined;
|
|
3018
2997
|
};
|
|
3019
2998
|
|
|
3020
|
-
export declare const ADatatableConfigButton: DefineComponent<
|
|
2999
|
+
export declare const ADatatableConfigButton: DefineComponent<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_29<{
|
|
3021
3000
|
columnsAll: ColumnInternalValues[];
|
|
3022
3001
|
columnsHidden: Array<string>;
|
|
3023
3002
|
buttonT?: string | undefined;
|
|
@@ -3029,7 +3008,7 @@ export declare const ADatatableConfigButton: DefineComponent<__VLS_WithDefaults_
|
|
|
3029
3008
|
dataCy: string;
|
|
3030
3009
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3031
3010
|
"update:columnsHidden": (data: string[]) => void;
|
|
3032
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
3011
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_29<{
|
|
3033
3012
|
columnsAll: ColumnInternalValues[];
|
|
3034
3013
|
columnsHidden: Array<string>;
|
|
3035
3014
|
buttonT?: string | undefined;
|
|
@@ -3047,7 +3026,7 @@ export declare const ADatatableConfigButton: DefineComponent<__VLS_WithDefaults_
|
|
|
3047
3026
|
buttonT: string;
|
|
3048
3027
|
}, {}>;
|
|
3049
3028
|
|
|
3050
|
-
export declare const ADatatableOrdering: DefineComponent<
|
|
3029
|
+
export declare const ADatatableOrdering: DefineComponent<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_30<{
|
|
3051
3030
|
variant?: "default" | "most-relevant" | undefined;
|
|
3052
3031
|
modelValue?: number | undefined;
|
|
3053
3032
|
customOptions?: undefined | DatatableOrderingOptions;
|
|
@@ -3058,7 +3037,7 @@ export declare const ADatatableOrdering: DefineComponent<__VLS_WithDefaults_29<_
|
|
|
3058
3037
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3059
3038
|
"update:modelValue": (data: number) => void;
|
|
3060
3039
|
sortByChange: (data: DatatableOrderingOption) => void;
|
|
3061
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
3040
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_30<{
|
|
3062
3041
|
variant?: "default" | "most-relevant" | undefined;
|
|
3063
3042
|
modelValue?: number | undefined;
|
|
3064
3043
|
customOptions?: undefined | DatatableOrderingOptions;
|
|
@@ -3075,7 +3054,7 @@ export declare const ADatatableOrdering: DefineComponent<__VLS_WithDefaults_29<_
|
|
|
3075
3054
|
customOptions: DatatableOrderingOptions;
|
|
3076
3055
|
}, {}>;
|
|
3077
3056
|
|
|
3078
|
-
export declare const ADatatablePagination: DefineComponent<
|
|
3057
|
+
export declare const ADatatablePagination: DefineComponent<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_28<{
|
|
3079
3058
|
modelValue: Pagination;
|
|
3080
3059
|
itemsPerPageOptions?: number[] | undefined;
|
|
3081
3060
|
hideRecordsPerPage?: boolean | undefined;
|
|
@@ -3085,7 +3064,7 @@ export declare const ADatatablePagination: DefineComponent<__VLS_WithDefaults_27
|
|
|
3085
3064
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3086
3065
|
change: () => void;
|
|
3087
3066
|
"update:modelValue": (data: Pagination) => void;
|
|
3088
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
3067
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_28<{
|
|
3089
3068
|
modelValue: Pagination;
|
|
3090
3069
|
itemsPerPageOptions?: number[] | undefined;
|
|
3091
3070
|
hideRecordsPerPage?: boolean | undefined;
|
|
@@ -3100,12 +3079,12 @@ export declare const ADatatablePagination: DefineComponent<__VLS_WithDefaults_27
|
|
|
3100
3079
|
hideRecordsPerPage: boolean;
|
|
3101
3080
|
}, {}>;
|
|
3102
3081
|
|
|
3103
|
-
export declare const ADatetime: DefineComponent<
|
|
3082
|
+
export declare const ADatetime: DefineComponent<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_26<{
|
|
3104
3083
|
dateTime: DatetimeUTCNullable;
|
|
3105
3084
|
edgeDateValue?: string | undefined;
|
|
3106
3085
|
}>, {
|
|
3107
3086
|
edgeDateValue: string;
|
|
3108
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
3087
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_26<{
|
|
3109
3088
|
dateTime: DatetimeUTCNullable;
|
|
3110
3089
|
edgeDateValue?: string | undefined;
|
|
3111
3090
|
}>, {
|
|
@@ -3114,7 +3093,7 @@ export declare const ADatetime: DefineComponent<__VLS_WithDefaults_25<__VLS_Type
|
|
|
3114
3093
|
edgeDateValue: string;
|
|
3115
3094
|
}, {}>;
|
|
3116
3095
|
|
|
3117
|
-
export declare const ADatetimePicker: __VLS_WithTemplateSlots_13<DefineComponent<
|
|
3096
|
+
export declare const ADatetimePicker: __VLS_WithTemplateSlots_13<DefineComponent<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_27<{
|
|
3118
3097
|
modelValue: string | null | undefined;
|
|
3119
3098
|
type?: "datetime" | undefined;
|
|
3120
3099
|
label?: string | undefined;
|
|
@@ -3147,7 +3126,7 @@ export declare const ADatetimePicker: __VLS_WithTemplateSlots_13<DefineComponent
|
|
|
3147
3126
|
"update:modelValue": (data: string | null | undefined) => void;
|
|
3148
3127
|
onOpen: () => void;
|
|
3149
3128
|
onClose: () => void;
|
|
3150
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
3129
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_27<{
|
|
3151
3130
|
modelValue: string | null | undefined;
|
|
3152
3131
|
type?: "datetime" | undefined;
|
|
3153
3132
|
label?: string | undefined;
|
|
@@ -3209,7 +3188,7 @@ export declare const ADialogToolbar: __VLS_WithTemplateSlots_14<DefineComponent<
|
|
|
3209
3188
|
|
|
3210
3189
|
export declare const AEmptyRouterView: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
|
|
3211
3190
|
|
|
3212
|
-
export declare const AFilterAdvancedButton: DefineComponent<
|
|
3191
|
+
export declare const AFilterAdvancedButton: DefineComponent<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_46<{
|
|
3213
3192
|
tooltipT?: string | undefined;
|
|
3214
3193
|
buttonClass?: string | undefined;
|
|
3215
3194
|
dataCy?: string | undefined;
|
|
@@ -3219,7 +3198,7 @@ export declare const AFilterAdvancedButton: DefineComponent<__VLS_WithDefaults_4
|
|
|
3219
3198
|
dataCy: string;
|
|
3220
3199
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3221
3200
|
advancedFilter: () => void;
|
|
3222
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
3201
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_46<{
|
|
3223
3202
|
tooltipT?: string | undefined;
|
|
3224
3203
|
buttonClass?: string | undefined;
|
|
3225
3204
|
dataCy?: string | undefined;
|
|
@@ -3235,7 +3214,7 @@ export declare const AFilterAdvancedButton: DefineComponent<__VLS_WithDefaults_4
|
|
|
3235
3214
|
buttonClass: string;
|
|
3236
3215
|
}, {}>;
|
|
3237
3216
|
|
|
3238
|
-
export declare const AFilterBooleanGroup: DefineComponent<
|
|
3217
|
+
export declare const AFilterBooleanGroup: DefineComponent<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_23<{
|
|
3239
3218
|
modelValue: Filter;
|
|
3240
3219
|
dataCyTrue?: string | undefined;
|
|
3241
3220
|
dataCyFalse?: string | undefined;
|
|
@@ -3244,7 +3223,7 @@ export declare const AFilterBooleanGroup: DefineComponent<__VLS_WithDefaults_22<
|
|
|
3244
3223
|
dataCyFalse: string;
|
|
3245
3224
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3246
3225
|
"update:modelValue": (data: any) => void;
|
|
3247
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
3226
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_23<{
|
|
3248
3227
|
modelValue: Filter;
|
|
3249
3228
|
dataCyTrue?: string | undefined;
|
|
3250
3229
|
dataCyFalse?: string | undefined;
|
|
@@ -3258,14 +3237,14 @@ export declare const AFilterBooleanGroup: DefineComponent<__VLS_WithDefaults_22<
|
|
|
3258
3237
|
dataCyFalse: string;
|
|
3259
3238
|
}, {}>;
|
|
3260
3239
|
|
|
3261
|
-
export declare const AFilterBooleanSelect: DefineComponent<
|
|
3240
|
+
export declare const AFilterBooleanSelect: DefineComponent<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_24<{
|
|
3262
3241
|
modelValue: Filter;
|
|
3263
3242
|
dataCy?: string | undefined;
|
|
3264
3243
|
}>, {
|
|
3265
3244
|
dataCy: string;
|
|
3266
3245
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3267
3246
|
"update:modelValue": (data: any) => void;
|
|
3268
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
3247
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_24<{
|
|
3269
3248
|
modelValue: Filter;
|
|
3270
3249
|
dataCy?: string | undefined;
|
|
3271
3250
|
}>, {
|
|
@@ -3276,14 +3255,14 @@ export declare const AFilterBooleanSelect: DefineComponent<__VLS_WithDefaults_23
|
|
|
3276
3255
|
dataCy: string;
|
|
3277
3256
|
}, {}>;
|
|
3278
3257
|
|
|
3279
|
-
export declare const AFilterDatetimePicker: DefineComponent<
|
|
3258
|
+
export declare const AFilterDatetimePicker: DefineComponent<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_25<{
|
|
3280
3259
|
modelValue: Filter;
|
|
3281
3260
|
dataCy?: string | undefined;
|
|
3282
3261
|
}>, {
|
|
3283
3262
|
dataCy: string;
|
|
3284
3263
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3285
3264
|
"update:modelValue": (data: any) => void;
|
|
3286
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
3265
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_25<{
|
|
3287
3266
|
modelValue: Filter;
|
|
3288
3267
|
dataCy?: string | undefined;
|
|
3289
3268
|
}>, {
|
|
@@ -3294,14 +3273,14 @@ export declare const AFilterDatetimePicker: DefineComponent<__VLS_WithDefaults_2
|
|
|
3294
3273
|
dataCy: string;
|
|
3295
3274
|
}, {}>;
|
|
3296
3275
|
|
|
3297
|
-
export declare const AFilterInteger: DefineComponent<
|
|
3276
|
+
export declare const AFilterInteger: DefineComponent<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_20<{
|
|
3298
3277
|
modelValue: Filter;
|
|
3299
3278
|
dataCy?: string | undefined;
|
|
3300
3279
|
}>, {
|
|
3301
3280
|
dataCy: string;
|
|
3302
3281
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3303
3282
|
"update:modelValue": (data: Filter<any>) => void;
|
|
3304
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
3283
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_20<{
|
|
3305
3284
|
modelValue: Filter;
|
|
3306
3285
|
dataCy?: string | undefined;
|
|
3307
3286
|
}>, {
|
|
@@ -3312,7 +3291,7 @@ export declare const AFilterInteger: DefineComponent<__VLS_WithDefaults_19<__VLS
|
|
|
3312
3291
|
dataCy: string;
|
|
3313
3292
|
}, {}>;
|
|
3314
3293
|
|
|
3315
|
-
export declare const AFilterMixed: DefineComponent<
|
|
3294
|
+
export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<{
|
|
3316
3295
|
filterId?: Filter | undefined;
|
|
3317
3296
|
filterDocId?: Filter | undefined;
|
|
3318
3297
|
filterText?: Filter | undefined;
|
|
@@ -3328,7 +3307,7 @@ export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_47<__VLS_T
|
|
|
3328
3307
|
filterOverrides: undefined;
|
|
3329
3308
|
placeholder: undefined;
|
|
3330
3309
|
dataCy: string;
|
|
3331
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
3310
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<{
|
|
3332
3311
|
filterId?: Filter | undefined;
|
|
3333
3312
|
filterDocId?: Filter | undefined;
|
|
3334
3313
|
filterText?: Filter | undefined;
|
|
@@ -3354,7 +3333,7 @@ export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_47<__VLS_T
|
|
|
3354
3333
|
filterOverrides: Filter<any>[];
|
|
3355
3334
|
}, {}>;
|
|
3356
3335
|
|
|
3357
|
-
export declare const AFilterRemoteAutocomplete: DefineComponent<
|
|
3336
|
+
export declare const AFilterRemoteAutocomplete: DefineComponent<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_21<{
|
|
3358
3337
|
modelValue: Filter;
|
|
3359
3338
|
fetchItems: (pagination: Pagination, filterBag: FilterBag) => Promise<ValueObjectOption<string | number>[]>;
|
|
3360
3339
|
fetchItemsByIds: fetchItemsByIdsType_2;
|
|
@@ -3370,7 +3349,7 @@ export declare const AFilterRemoteAutocomplete: DefineComponent<__VLS_WithDefaul
|
|
|
3370
3349
|
placeholder: undefined;
|
|
3371
3350
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3372
3351
|
"update:modelValue": (data: Filter<any>) => void;
|
|
3373
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
3352
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_21<{
|
|
3374
3353
|
modelValue: Filter;
|
|
3375
3354
|
fetchItems: (pagination: Pagination, filterBag: FilterBag) => Promise<ValueObjectOption<string | number>[]>;
|
|
3376
3355
|
fetchItemsByIds: fetchItemsByIdsType_2;
|
|
@@ -3393,7 +3372,7 @@ export declare const AFilterRemoteAutocomplete: DefineComponent<__VLS_WithDefaul
|
|
|
3393
3372
|
disableInitFetch: boolean;
|
|
3394
3373
|
}, {}>;
|
|
3395
3374
|
|
|
3396
|
-
export declare const AFilterResetButton: DefineComponent<
|
|
3375
|
+
export declare const AFilterResetButton: DefineComponent<__VLS_WithDefaults_44<__VLS_TypePropsToRuntimeProps_47<{
|
|
3397
3376
|
tooltipT?: string | undefined;
|
|
3398
3377
|
buttonClass?: string | undefined;
|
|
3399
3378
|
dataCy?: string | undefined;
|
|
@@ -3403,7 +3382,7 @@ export declare const AFilterResetButton: DefineComponent<__VLS_WithDefaults_45<_
|
|
|
3403
3382
|
dataCy: string;
|
|
3404
3383
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3405
3384
|
reset: () => void;
|
|
3406
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
3385
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_44<__VLS_TypePropsToRuntimeProps_47<{
|
|
3407
3386
|
tooltipT?: string | undefined;
|
|
3408
3387
|
buttonClass?: string | undefined;
|
|
3409
3388
|
dataCy?: string | undefined;
|
|
@@ -3419,7 +3398,7 @@ export declare const AFilterResetButton: DefineComponent<__VLS_WithDefaults_45<_
|
|
|
3419
3398
|
buttonClass: string;
|
|
3420
3399
|
}, {}>;
|
|
3421
3400
|
|
|
3422
|
-
export declare const AFilterString: DefineComponent<
|
|
3401
|
+
export declare const AFilterString: DefineComponent<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_19<{
|
|
3423
3402
|
modelValue: Filter;
|
|
3424
3403
|
placeholder?: string | undefined;
|
|
3425
3404
|
dataCy?: string | undefined;
|
|
@@ -3428,7 +3407,7 @@ export declare const AFilterString: DefineComponent<__VLS_WithDefaults_18<__VLS_
|
|
|
3428
3407
|
dataCy: string;
|
|
3429
3408
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3430
3409
|
"update:modelValue": (data: Filter<any>) => void;
|
|
3431
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
3410
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_19<{
|
|
3432
3411
|
modelValue: Filter;
|
|
3433
3412
|
placeholder?: string | undefined;
|
|
3434
3413
|
dataCy?: string | undefined;
|
|
@@ -3442,7 +3421,7 @@ export declare const AFilterString: DefineComponent<__VLS_WithDefaults_18<__VLS_
|
|
|
3442
3421
|
placeholder: string;
|
|
3443
3422
|
}, {}>;
|
|
3444
3423
|
|
|
3445
|
-
export declare const AFilterSubmitButton: DefineComponent<
|
|
3424
|
+
export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
|
|
3446
3425
|
buttonT?: string | undefined;
|
|
3447
3426
|
buttonClass?: string | undefined;
|
|
3448
3427
|
dataCy?: string | undefined;
|
|
@@ -3454,7 +3433,7 @@ export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_46<
|
|
|
3454
3433
|
touched: boolean;
|
|
3455
3434
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3456
3435
|
submit: () => void;
|
|
3457
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
3436
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
|
|
3458
3437
|
buttonT?: string | undefined;
|
|
3459
3438
|
buttonClass?: string | undefined;
|
|
3460
3439
|
dataCy?: string | undefined;
|
|
@@ -3473,13 +3452,13 @@ export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_46<
|
|
|
3473
3452
|
touched: boolean;
|
|
3474
3453
|
}, {}>;
|
|
3475
3454
|
|
|
3476
|
-
export declare const AFilterValueObjectOptionsSelect: DefineComponent<
|
|
3455
|
+
export declare const AFilterValueObjectOptionsSelect: DefineComponent<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_22<{
|
|
3477
3456
|
modelValue: Filter;
|
|
3478
3457
|
items: ValueObjectOption<string | number>[];
|
|
3479
3458
|
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3480
3459
|
"update:modelValue": (data: any) => void;
|
|
3481
3460
|
change: () => void;
|
|
3482
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
3461
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_22<{
|
|
3483
3462
|
modelValue: Filter;
|
|
3484
3463
|
items: ValueObjectOption<string | number>[];
|
|
3485
3464
|
}>, {}>>> & {
|
|
@@ -3487,7 +3466,7 @@ export declare const AFilterValueObjectOptionsSelect: DefineComponent<__VLS_With
|
|
|
3487
3466
|
onChange?: (() => any) | undefined;
|
|
3488
3467
|
}, {}, {}>;
|
|
3489
3468
|
|
|
3490
|
-
export declare const AFilterWrapper: __VLS_WithTemplateSlots_12<DefineComponent<
|
|
3469
|
+
export declare const AFilterWrapper: __VLS_WithTemplateSlots_12<DefineComponent<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_18<{
|
|
3491
3470
|
enableAdvanced?: boolean | undefined;
|
|
3492
3471
|
enableTop?: boolean | undefined;
|
|
3493
3472
|
hideButtons?: boolean | undefined;
|
|
@@ -3499,7 +3478,7 @@ export declare const AFilterWrapper: __VLS_WithTemplateSlots_12<DefineComponent<
|
|
|
3499
3478
|
touched: boolean;
|
|
3500
3479
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3501
3480
|
resetFilter: () => void;
|
|
3502
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
3481
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_18<{
|
|
3503
3482
|
enableAdvanced?: boolean | undefined;
|
|
3504
3483
|
enableTop?: boolean | undefined;
|
|
3505
3484
|
hideButtons?: boolean | undefined;
|
|
@@ -3655,82 +3634,176 @@ export declare const AFormFlagDatetimePicker: __VLS_WithTemplateSlots_8<DefineCo
|
|
|
3655
3634
|
}): any;
|
|
3656
3635
|
}>;
|
|
3657
3636
|
|
|
3658
|
-
export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineComponent<
|
|
3659
|
-
modelValue:
|
|
3660
|
-
|
|
3661
|
-
|
|
3662
|
-
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
|
|
3666
|
-
|
|
3667
|
-
|
|
3668
|
-
|
|
3669
|
-
|
|
3670
|
-
|
|
3671
|
-
|
|
3672
|
-
|
|
3673
|
-
|
|
3674
|
-
|
|
3675
|
-
|
|
3676
|
-
|
|
3677
|
-
|
|
3678
|
-
|
|
3679
|
-
|
|
3680
|
-
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
|
|
3684
|
-
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
-
|
|
3693
|
-
|
|
3637
|
+
export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineComponent<{
|
|
3638
|
+
modelValue: {
|
|
3639
|
+
required: true;
|
|
3640
|
+
type: PropType<any>;
|
|
3641
|
+
};
|
|
3642
|
+
selected: PropType<any>;
|
|
3643
|
+
disabled: {
|
|
3644
|
+
type: PropType<boolean>;
|
|
3645
|
+
default: undefined;
|
|
3646
|
+
};
|
|
3647
|
+
multiple: {
|
|
3648
|
+
type: PropType<boolean>;
|
|
3649
|
+
default: boolean;
|
|
3650
|
+
};
|
|
3651
|
+
loading: {
|
|
3652
|
+
type: PropType<boolean>;
|
|
3653
|
+
default: boolean;
|
|
3654
|
+
};
|
|
3655
|
+
collab: {
|
|
3656
|
+
type: PropType<{
|
|
3657
|
+
room: string;
|
|
3658
|
+
field: string;
|
|
3659
|
+
cachedUsers: CollabCachedUsersMap;
|
|
3660
|
+
}>;
|
|
3661
|
+
default: undefined;
|
|
3662
|
+
};
|
|
3663
|
+
required: {
|
|
3664
|
+
type: PropType<boolean>;
|
|
3665
|
+
default: undefined;
|
|
3666
|
+
};
|
|
3667
|
+
label: {
|
|
3668
|
+
type: PropType<string>;
|
|
3669
|
+
default: undefined;
|
|
3670
|
+
};
|
|
3671
|
+
hideLabel: {
|
|
3672
|
+
type: PropType<boolean>;
|
|
3673
|
+
default: boolean;
|
|
3674
|
+
};
|
|
3675
|
+
clearable: {
|
|
3676
|
+
type: PropType<boolean>;
|
|
3677
|
+
default: boolean;
|
|
3678
|
+
};
|
|
3679
|
+
hideDetails: {
|
|
3680
|
+
type: PropType<boolean>;
|
|
3681
|
+
default: boolean;
|
|
3682
|
+
};
|
|
3683
|
+
errorMessage: {
|
|
3684
|
+
type: PropType<string>;
|
|
3685
|
+
default: undefined;
|
|
3686
|
+
};
|
|
3687
|
+
v: {
|
|
3688
|
+
type: PropType<any>;
|
|
3689
|
+
default: null;
|
|
3690
|
+
};
|
|
3691
|
+
chips: {
|
|
3692
|
+
type: PropType<boolean>;
|
|
3693
|
+
default: boolean;
|
|
3694
|
+
};
|
|
3695
|
+
fetchItems: {
|
|
3696
|
+
type: PropType<(pagination: Pagination, filterBag: FilterBag) => Promise<ValueObjectOption<string | number>[]>>;
|
|
3697
|
+
required: true;
|
|
3698
|
+
};
|
|
3699
|
+
fetchItemsByIds: {
|
|
3700
|
+
type: PropType<fetchItemsByIdsType>;
|
|
3701
|
+
required: true;
|
|
3702
|
+
};
|
|
3703
|
+
innerFilter: {
|
|
3704
|
+
type: PropType<FilterBag>;
|
|
3705
|
+
required: true;
|
|
3706
|
+
};
|
|
3707
|
+
filterByField: {
|
|
3708
|
+
type: PropType<string>;
|
|
3709
|
+
default: string;
|
|
3710
|
+
};
|
|
3711
|
+
filterSortBy: {
|
|
3712
|
+
type: PropType<string | null>;
|
|
3713
|
+
default: string;
|
|
3714
|
+
};
|
|
3715
|
+
disableInitFetch: {
|
|
3716
|
+
type: PropType<boolean>;
|
|
3717
|
+
default: boolean;
|
|
3718
|
+
};
|
|
3719
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3694
3720
|
searchChange: (data: string) => void;
|
|
3695
3721
|
searchChangeDebounced: (data: string) => void;
|
|
3696
3722
|
blur: (data: string | number | string[] | number[] | null) => void;
|
|
3697
3723
|
focus: (data: string | number | string[] | number[] | null) => void;
|
|
3698
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
3699
|
-
modelValue:
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
|
|
3705
|
-
|
|
3706
|
-
|
|
3707
|
-
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
|
|
3724
|
-
|
|
3725
|
-
|
|
3726
|
-
|
|
3727
|
-
|
|
3728
|
-
|
|
3729
|
-
|
|
3730
|
-
|
|
3731
|
-
|
|
3732
|
-
|
|
3733
|
-
|
|
3724
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<{
|
|
3725
|
+
modelValue: {
|
|
3726
|
+
required: true;
|
|
3727
|
+
type: PropType<any>;
|
|
3728
|
+
};
|
|
3729
|
+
selected: PropType<any>;
|
|
3730
|
+
disabled: {
|
|
3731
|
+
type: PropType<boolean>;
|
|
3732
|
+
default: undefined;
|
|
3733
|
+
};
|
|
3734
|
+
multiple: {
|
|
3735
|
+
type: PropType<boolean>;
|
|
3736
|
+
default: boolean;
|
|
3737
|
+
};
|
|
3738
|
+
loading: {
|
|
3739
|
+
type: PropType<boolean>;
|
|
3740
|
+
default: boolean;
|
|
3741
|
+
};
|
|
3742
|
+
collab: {
|
|
3743
|
+
type: PropType<{
|
|
3744
|
+
room: string;
|
|
3745
|
+
field: string;
|
|
3746
|
+
cachedUsers: CollabCachedUsersMap;
|
|
3747
|
+
}>;
|
|
3748
|
+
default: undefined;
|
|
3749
|
+
};
|
|
3750
|
+
required: {
|
|
3751
|
+
type: PropType<boolean>;
|
|
3752
|
+
default: undefined;
|
|
3753
|
+
};
|
|
3754
|
+
label: {
|
|
3755
|
+
type: PropType<string>;
|
|
3756
|
+
default: undefined;
|
|
3757
|
+
};
|
|
3758
|
+
hideLabel: {
|
|
3759
|
+
type: PropType<boolean>;
|
|
3760
|
+
default: boolean;
|
|
3761
|
+
};
|
|
3762
|
+
clearable: {
|
|
3763
|
+
type: PropType<boolean>;
|
|
3764
|
+
default: boolean;
|
|
3765
|
+
};
|
|
3766
|
+
hideDetails: {
|
|
3767
|
+
type: PropType<boolean>;
|
|
3768
|
+
default: boolean;
|
|
3769
|
+
};
|
|
3770
|
+
errorMessage: {
|
|
3771
|
+
type: PropType<string>;
|
|
3772
|
+
default: undefined;
|
|
3773
|
+
};
|
|
3774
|
+
v: {
|
|
3775
|
+
type: PropType<any>;
|
|
3776
|
+
default: null;
|
|
3777
|
+
};
|
|
3778
|
+
chips: {
|
|
3779
|
+
type: PropType<boolean>;
|
|
3780
|
+
default: boolean;
|
|
3781
|
+
};
|
|
3782
|
+
fetchItems: {
|
|
3783
|
+
type: PropType<(pagination: Pagination, filterBag: FilterBag) => Promise<ValueObjectOption<string | number>[]>>;
|
|
3784
|
+
required: true;
|
|
3785
|
+
};
|
|
3786
|
+
fetchItemsByIds: {
|
|
3787
|
+
type: PropType<fetchItemsByIdsType>;
|
|
3788
|
+
required: true;
|
|
3789
|
+
};
|
|
3790
|
+
innerFilter: {
|
|
3791
|
+
type: PropType<FilterBag>;
|
|
3792
|
+
required: true;
|
|
3793
|
+
};
|
|
3794
|
+
filterByField: {
|
|
3795
|
+
type: PropType<string>;
|
|
3796
|
+
default: string;
|
|
3797
|
+
};
|
|
3798
|
+
filterSortBy: {
|
|
3799
|
+
type: PropType<string | null>;
|
|
3800
|
+
default: string;
|
|
3801
|
+
};
|
|
3802
|
+
disableInitFetch: {
|
|
3803
|
+
type: PropType<boolean>;
|
|
3804
|
+
default: boolean;
|
|
3805
|
+
};
|
|
3806
|
+
}>> & {
|
|
3734
3807
|
onFocus?: ((data: string | number | string[] | number[] | null) => any) | undefined;
|
|
3735
3808
|
onBlur?: ((data: string | number | string[] | number[] | null) => any) | undefined;
|
|
3736
3809
|
onSearchChange?: ((data: string) => any) | undefined;
|
|
@@ -3751,6 +3824,7 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
|
|
|
3751
3824
|
hideDetails: boolean;
|
|
3752
3825
|
errorMessage: string;
|
|
3753
3826
|
v: any;
|
|
3827
|
+
chips: boolean;
|
|
3754
3828
|
filterByField: string;
|
|
3755
3829
|
filterSortBy: string | null;
|
|
3756
3830
|
disableInitFetch: boolean;
|
|
@@ -3760,7 +3834,7 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
|
|
|
3760
3834
|
}): any;
|
|
3761
3835
|
}>;
|
|
3762
3836
|
|
|
3763
|
-
export declare const AFormRemoteAutocompleteWithCached: DefineComponent<
|
|
3837
|
+
export declare const AFormRemoteAutocompleteWithCached: DefineComponent<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
|
|
3764
3838
|
modelValue: any;
|
|
3765
3839
|
label?: string | undefined;
|
|
3766
3840
|
required?: boolean | undefined;
|
|
@@ -3796,7 +3870,7 @@ export declare const AFormRemoteAutocompleteWithCached: DefineComponent<__VLS_Wi
|
|
|
3796
3870
|
focus: (data: string | number | string[] | number[] | null | undefined) => void;
|
|
3797
3871
|
searchChange: (data: string) => void;
|
|
3798
3872
|
searchChangeDebounced: (data: string) => void;
|
|
3799
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
3873
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
|
|
3800
3874
|
modelValue: any;
|
|
3801
3875
|
label?: string | undefined;
|
|
3802
3876
|
required?: boolean | undefined;
|
|
@@ -3847,7 +3921,7 @@ export declare const AFormRemoteAutocompleteWithCached: DefineComponent<__VLS_Wi
|
|
|
3847
3921
|
filterSortBy: string | null;
|
|
3848
3922
|
}, {}>;
|
|
3849
3923
|
|
|
3850
|
-
export declare const AFormRemoteCheckbox: DefineComponent<
|
|
3924
|
+
export declare const AFormRemoteCheckbox: DefineComponent<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_14<{
|
|
3851
3925
|
modelValue: boolean;
|
|
3852
3926
|
callbackToTrue: () => Promise<boolean>;
|
|
3853
3927
|
callbackToFalse: () => Promise<boolean>;
|
|
@@ -3862,7 +3936,7 @@ export declare const AFormRemoteCheckbox: DefineComponent<__VLS_WithDefaults_13<
|
|
|
3862
3936
|
v: null;
|
|
3863
3937
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3864
3938
|
"update:modelValue": (data: boolean) => void;
|
|
3865
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
3939
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_14<{
|
|
3866
3940
|
modelValue: boolean;
|
|
3867
3941
|
callbackToTrue: () => Promise<boolean>;
|
|
3868
3942
|
callbackToFalse: () => Promise<boolean>;
|
|
@@ -3884,7 +3958,7 @@ export declare const AFormRemoteCheckbox: DefineComponent<__VLS_WithDefaults_13<
|
|
|
3884
3958
|
v: any;
|
|
3885
3959
|
}, {}>;
|
|
3886
3960
|
|
|
3887
|
-
export declare const AFormRemoteSwitch: DefineComponent<
|
|
3961
|
+
export declare const AFormRemoteSwitch: DefineComponent<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_15<{
|
|
3888
3962
|
modelValue: boolean;
|
|
3889
3963
|
callbackToTrue: () => Promise<boolean>;
|
|
3890
3964
|
callbackToFalse: () => Promise<boolean>;
|
|
@@ -3899,7 +3973,7 @@ export declare const AFormRemoteSwitch: DefineComponent<__VLS_WithDefaults_14<__
|
|
|
3899
3973
|
v: null;
|
|
3900
3974
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3901
3975
|
"update:modelValue": (data: boolean) => void;
|
|
3902
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
3976
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_15<{
|
|
3903
3977
|
modelValue: boolean;
|
|
3904
3978
|
callbackToTrue: () => Promise<boolean>;
|
|
3905
3979
|
callbackToFalse: () => Promise<boolean>;
|
|
@@ -3921,7 +3995,7 @@ export declare const AFormRemoteSwitch: DefineComponent<__VLS_WithDefaults_14<__
|
|
|
3921
3995
|
v: any;
|
|
3922
3996
|
}, {}>;
|
|
3923
3997
|
|
|
3924
|
-
export declare const AFormSwitch: __VLS_WithTemplateSlots_10<DefineComponent<
|
|
3998
|
+
export declare const AFormSwitch: __VLS_WithTemplateSlots_10<DefineComponent<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_16<{
|
|
3925
3999
|
modelValue: boolean;
|
|
3926
4000
|
label?: string | undefined;
|
|
3927
4001
|
dataCy?: string | undefined;
|
|
@@ -3938,7 +4012,7 @@ export declare const AFormSwitch: __VLS_WithTemplateSlots_10<DefineComponent<__V
|
|
|
3938
4012
|
"update:modelValue": (data: boolean) => void;
|
|
3939
4013
|
blur: (data: boolean) => void;
|
|
3940
4014
|
focus: (data: boolean) => void;
|
|
3941
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
4015
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_16<{
|
|
3942
4016
|
modelValue: boolean;
|
|
3943
4017
|
label?: string | undefined;
|
|
3944
4018
|
dataCy?: string | undefined;
|
|
@@ -4155,7 +4229,7 @@ export declare const AFormTextField: __VLS_WithTemplateSlots_5<DefineComponent<_
|
|
|
4155
4229
|
}): any;
|
|
4156
4230
|
}>;
|
|
4157
4231
|
|
|
4158
|
-
export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<DefineComponent<
|
|
4232
|
+
export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<DefineComponent<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_17<{
|
|
4159
4233
|
modelValue: any;
|
|
4160
4234
|
items: any[];
|
|
4161
4235
|
label?: string | undefined;
|
|
@@ -4185,7 +4259,7 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
|
|
|
4185
4259
|
"update:modelValue": (data: any) => void;
|
|
4186
4260
|
blur: (data: any) => void;
|
|
4187
4261
|
focus: (data: any) => void;
|
|
4188
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
4262
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_17<{
|
|
4189
4263
|
modelValue: any;
|
|
4190
4264
|
items: any[];
|
|
4191
4265
|
label?: string | undefined;
|
|
@@ -4237,7 +4311,7 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
|
|
|
4237
4311
|
}): any;
|
|
4238
4312
|
}>;
|
|
4239
4313
|
|
|
4240
|
-
export declare const AIconGroup: DefineComponent<
|
|
4314
|
+
export declare const AIconGroup: DefineComponent<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
|
|
4241
4315
|
mainIcon: string;
|
|
4242
4316
|
secondaryIcon?: string | null | undefined;
|
|
4243
4317
|
secondaryText?: string | null | undefined;
|
|
@@ -4246,7 +4320,7 @@ export declare const AIconGroup: DefineComponent<__VLS_WithDefaults_36<__VLS_Typ
|
|
|
4246
4320
|
secondaryIcon: null;
|
|
4247
4321
|
secondaryText: null;
|
|
4248
4322
|
size: string;
|
|
4249
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
4323
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
|
|
4250
4324
|
mainIcon: string;
|
|
4251
4325
|
secondaryIcon?: string | null | undefined;
|
|
4252
4326
|
secondaryText?: string | null | undefined;
|
|
@@ -4323,7 +4397,7 @@ export declare const AImagePublicInput: DefineComponent<{
|
|
|
4323
4397
|
labelT: string;
|
|
4324
4398
|
}, {}>;
|
|
4325
4399
|
|
|
4326
|
-
export declare const AImageWidget: DefineComponent<
|
|
4400
|
+
export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_66<{
|
|
4327
4401
|
modelValue: IntegerIdNullable;
|
|
4328
4402
|
queueKey: UploadQueueKey;
|
|
4329
4403
|
uploadConfig: ImageWidgetUploadConfig;
|
|
@@ -4360,7 +4434,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
|
|
|
4360
4434
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
4361
4435
|
"update:modelValue": (data: IntegerIdNullable) => void;
|
|
4362
4436
|
afterMetadataSaveSuccess: () => void;
|
|
4363
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
4437
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_66<{
|
|
4364
4438
|
modelValue: IntegerIdNullable;
|
|
4365
4439
|
queueKey: UploadQueueKey;
|
|
4366
4440
|
uploadConfig: ImageWidgetUploadConfig;
|
|
@@ -4414,7 +4488,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
|
|
|
4414
4488
|
callDeleteApiOnRemove: boolean;
|
|
4415
4489
|
}, {}>;
|
|
4416
4490
|
|
|
4417
|
-
export declare const AImageWidgetMultiple: DefineComponent<
|
|
4491
|
+
export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_68<{
|
|
4418
4492
|
modelValue: IntegerId[];
|
|
4419
4493
|
queueKey: UploadQueueKey;
|
|
4420
4494
|
uploadConfig: ImageWidgetUploadConfig;
|
|
@@ -4440,7 +4514,7 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_65
|
|
|
4440
4514
|
saveImages: () => Promise<boolean>;
|
|
4441
4515
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
4442
4516
|
"update:modelValue": (data: number[]) => void;
|
|
4443
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
4517
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_68<{
|
|
4444
4518
|
modelValue: IntegerId[];
|
|
4445
4519
|
queueKey: UploadQueueKey;
|
|
4446
4520
|
uploadConfig: ImageWidgetUploadConfig;
|
|
@@ -4473,7 +4547,7 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_65
|
|
|
4473
4547
|
callDeleteApiOnRemove: boolean;
|
|
4474
4548
|
}, {}>;
|
|
4475
4549
|
|
|
4476
|
-
export declare const AImageWidgetMultipleSimple: DefineComponent<
|
|
4550
|
+
export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_69<{
|
|
4477
4551
|
modelValue: IntegerId[];
|
|
4478
4552
|
images?: ImageAware[] | undefined;
|
|
4479
4553
|
configName?: string | undefined;
|
|
@@ -4493,7 +4567,7 @@ export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefau
|
|
|
4493
4567
|
aspectRatio: number;
|
|
4494
4568
|
showDescription: boolean;
|
|
4495
4569
|
showSource: boolean;
|
|
4496
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
4570
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_69<{
|
|
4497
4571
|
modelValue: IntegerId[];
|
|
4498
4572
|
images?: ImageAware[] | undefined;
|
|
4499
4573
|
configName?: string | undefined;
|
|
@@ -4524,7 +4598,7 @@ export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefau
|
|
|
4524
4598
|
images: ImageAware[];
|
|
4525
4599
|
}, {}>;
|
|
4526
4600
|
|
|
4527
|
-
export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_24<DefineComponent<
|
|
4601
|
+
export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_24<DefineComponent<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_67<{
|
|
4528
4602
|
modelValue: IntegerIdNullable | undefined;
|
|
4529
4603
|
image?: ImageAware | ImageCreateUpdateAware | null | undefined;
|
|
4530
4604
|
configName?: string | undefined;
|
|
@@ -4543,7 +4617,7 @@ export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_24<DefineCompon
|
|
|
4543
4617
|
aspectRatio: number;
|
|
4544
4618
|
showDescription: boolean;
|
|
4545
4619
|
showSource: boolean;
|
|
4546
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
4620
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_67<{
|
|
4547
4621
|
modelValue: IntegerIdNullable | undefined;
|
|
4548
4622
|
image?: ImageAware | ImageCreateUpdateAware | null | undefined;
|
|
4549
4623
|
configName?: string | undefined;
|
|
@@ -4613,12 +4687,12 @@ export declare const AJobBaseCreateForm: DefineComponent<{
|
|
|
4613
4687
|
};
|
|
4614
4688
|
}>>, {}, {}>;
|
|
4615
4689
|
|
|
4616
|
-
export declare const AJobDetailCommon: __VLS_WithTemplateSlots_20<DefineComponent<
|
|
4690
|
+
export declare const AJobDetailCommon: __VLS_WithTemplateSlots_20<DefineComponent<__VLS_WithDefaults_57<__VLS_TypePropsToRuntimeProps_60<{
|
|
4617
4691
|
job: JobBase<`job${string}`>;
|
|
4618
4692
|
loading?: boolean | undefined;
|
|
4619
4693
|
}>, {
|
|
4620
4694
|
loading: boolean;
|
|
4621
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
4695
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_57<__VLS_TypePropsToRuntimeProps_60<{
|
|
4622
4696
|
job: JobBase<`job${string}`>;
|
|
4623
4697
|
loading?: boolean | undefined;
|
|
4624
4698
|
}>, {
|
|
@@ -4629,15 +4703,15 @@ export declare const AJobDetailCommon: __VLS_WithTemplateSlots_20<DefineComponen
|
|
|
4629
4703
|
"resource-name"?(_: {}): any;
|
|
4630
4704
|
}>;
|
|
4631
4705
|
|
|
4632
|
-
export declare const AJobPriorityChip: DefineComponent<
|
|
4706
|
+
export declare const AJobPriorityChip: DefineComponent<__VLS_TypePropsToRuntimeProps_61<{
|
|
4633
4707
|
priority: number;
|
|
4634
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
4708
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_61<{
|
|
4635
4709
|
priority: number;
|
|
4636
4710
|
}>>>, {}, {}>;
|
|
4637
4711
|
|
|
4638
|
-
export declare const AJobStatusChip: DefineComponent<
|
|
4712
|
+
export declare const AJobStatusChip: DefineComponent<__VLS_TypePropsToRuntimeProps_32<{
|
|
4639
4713
|
value: JobStatus;
|
|
4640
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
4714
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_32<{
|
|
4641
4715
|
value: JobStatus;
|
|
4642
4716
|
}>>>, {}, {}>;
|
|
4643
4717
|
|
|
@@ -4647,13 +4721,13 @@ export declare const ALanguageSelect: DefineComponent<{}, {}, {}, {}, {}, Compon
|
|
|
4647
4721
|
onAfterChange?: ((code: LanguageCode) => any) | undefined;
|
|
4648
4722
|
}, {}, {}>;
|
|
4649
4723
|
|
|
4650
|
-
export declare const ALogData: DefineComponent<
|
|
4724
|
+
export declare const ALogData: DefineComponent<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_31<{
|
|
4651
4725
|
data: any;
|
|
4652
|
-
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
4726
|
+
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_31<{
|
|
4653
4727
|
data: any;
|
|
4654
4728
|
}>, {}>>>, {}, {}>;
|
|
4655
4729
|
|
|
4656
|
-
export declare const ALoginView: DefineComponent<
|
|
4730
|
+
export declare const ALoginView: DefineComponent<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_75<{
|
|
4657
4731
|
title?: string | undefined;
|
|
4658
4732
|
logoUrl?: string | undefined;
|
|
4659
4733
|
loginUrl?: undefined | (() => string);
|
|
@@ -4663,7 +4737,7 @@ export declare const ALoginView: DefineComponent<__VLS_WithDefaults_72<__VLS_Typ
|
|
|
4663
4737
|
logoUrl: undefined;
|
|
4664
4738
|
loginUrl: undefined;
|
|
4665
4739
|
dataCy: string;
|
|
4666
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
4740
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_75<{
|
|
4667
4741
|
title?: string | undefined;
|
|
4668
4742
|
logoUrl?: string | undefined;
|
|
4669
4743
|
loginUrl?: undefined | (() => string);
|
|
@@ -4680,17 +4754,17 @@ export declare const ALoginView: DefineComponent<__VLS_WithDefaults_72<__VLS_Typ
|
|
|
4680
4754
|
loginUrl: () => string;
|
|
4681
4755
|
}, {}>;
|
|
4682
4756
|
|
|
4683
|
-
export declare const ALogLevelChip: DefineComponent<
|
|
4757
|
+
export declare const ALogLevelChip: DefineComponent<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<{
|
|
4684
4758
|
level: LogLevel;
|
|
4685
|
-
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
4759
|
+
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<{
|
|
4686
4760
|
level: LogLevel;
|
|
4687
4761
|
}>, {}>>>, {}, {}>;
|
|
4688
4762
|
|
|
4689
|
-
export declare const ALogoutView: DefineComponent<
|
|
4763
|
+
export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_76<{
|
|
4690
4764
|
logoutUrl?: undefined | (() => string);
|
|
4691
4765
|
}>, {
|
|
4692
4766
|
logoutUrl: undefined;
|
|
4693
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
4767
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_76<{
|
|
4694
4768
|
logoutUrl?: undefined | (() => string);
|
|
4695
4769
|
}>, {
|
|
4696
4770
|
logoutUrl: undefined;
|
|
@@ -4698,9 +4772,9 @@ export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_73<__VLS_Ty
|
|
|
4698
4772
|
logoutUrl: () => string;
|
|
4699
4773
|
}, {}>;
|
|
4700
4774
|
|
|
4701
|
-
export declare const ANotFoundView: DefineComponent<
|
|
4775
|
+
export declare const ANotFoundView: DefineComponent<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_78<{
|
|
4702
4776
|
returnRouteName: string;
|
|
4703
|
-
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
4777
|
+
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_78<{
|
|
4704
4778
|
returnRouteName: string;
|
|
4705
4779
|
}>, {}>>>, {}, {}>;
|
|
4706
4780
|
|
|
@@ -4880,7 +4954,7 @@ export declare const arraysHaveSameElements: <T>(array1: T[], array2: T[]) => bo
|
|
|
4880
4954
|
|
|
4881
4955
|
export declare const arrayToString: (values: Array<string | number>, separator?: string) => string;
|
|
4882
4956
|
|
|
4883
|
-
export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<
|
|
4957
|
+
export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_62<{
|
|
4884
4958
|
modelValue: any;
|
|
4885
4959
|
dirty?: Set<string | number> | undefined;
|
|
4886
4960
|
keyField?: string | undefined;
|
|
@@ -4928,7 +5002,7 @@ export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS
|
|
|
4928
5002
|
onAddLast: (data: any) => void;
|
|
4929
5003
|
onEdit: (data: SortableItem<any>) => void;
|
|
4930
5004
|
onDelete: (data: SortableItem<any>) => void;
|
|
4931
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
5005
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_62<{
|
|
4932
5006
|
modelValue: any;
|
|
4933
5007
|
dirty?: Set<string | number> | undefined;
|
|
4934
5008
|
keyField?: string | undefined;
|
|
@@ -5003,7 +5077,7 @@ export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS
|
|
|
5003
5077
|
}): any;
|
|
5004
5078
|
}>;
|
|
5005
5079
|
|
|
5006
|
-
export declare const ASortableNested: __VLS_WithTemplateSlots_22<DefineComponent<
|
|
5080
|
+
export declare const ASortableNested: __VLS_WithTemplateSlots_22<DefineComponent<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_63<{
|
|
5007
5081
|
modelValue: SortableNested<any>;
|
|
5008
5082
|
maxDepth: number;
|
|
5009
5083
|
disableDraggable?: boolean | undefined;
|
|
@@ -5039,7 +5113,7 @@ export declare const ASortableNested: __VLS_WithTemplateSlots_22<DefineComponent
|
|
|
5039
5113
|
onAddLast: (data: SortableNestedItem<any> | null) => void;
|
|
5040
5114
|
onEdit: (data: SortableNestedItem<any>) => void;
|
|
5041
5115
|
onDelete: (data: SortableNestedItem<any>) => void;
|
|
5042
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
5116
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_63<{
|
|
5043
5117
|
modelValue: SortableNested<any>;
|
|
5044
5118
|
maxDepth: number;
|
|
5045
5119
|
disableDraggable?: boolean | undefined;
|
|
@@ -5425,14 +5499,14 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
|
|
|
5425
5499
|
} | undefined;
|
|
5426
5500
|
};
|
|
5427
5501
|
|
|
5428
|
-
export declare const ASystemBar: DefineComponent<
|
|
5502
|
+
export declare const ASystemBar: DefineComponent<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
|
|
5429
5503
|
currentVersion: string;
|
|
5430
5504
|
checkInterval?: number | undefined;
|
|
5431
5505
|
jsonRelativePath?: string | undefined;
|
|
5432
5506
|
}>, {
|
|
5433
5507
|
checkInterval: number;
|
|
5434
5508
|
jsonRelativePath: string;
|
|
5435
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
5509
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
|
|
5436
5510
|
currentVersion: string;
|
|
5437
5511
|
checkInterval?: number | undefined;
|
|
5438
5512
|
jsonRelativePath?: string | undefined;
|
|
@@ -5454,7 +5528,7 @@ export declare const ASystemEntityScope: __VLS_WithTemplateSlots_4<DefineCompone
|
|
|
5454
5528
|
default?(_: {}): any;
|
|
5455
5529
|
}>;
|
|
5456
5530
|
|
|
5457
|
-
export declare const ATableCopyIdButton: DefineComponent<
|
|
5531
|
+
export declare const ATableCopyIdButton: DefineComponent<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_50<{
|
|
5458
5532
|
id: number | string;
|
|
5459
5533
|
buttonT?: string | undefined;
|
|
5460
5534
|
buttonClass?: string | undefined;
|
|
@@ -5469,7 +5543,7 @@ export declare const ATableCopyIdButton: DefineComponent<__VLS_WithDefaults_48<_
|
|
|
5469
5543
|
notifyT: string;
|
|
5470
5544
|
dataCy: string;
|
|
5471
5545
|
size: string;
|
|
5472
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
5546
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_50<{
|
|
5473
5547
|
id: number | string;
|
|
5474
5548
|
buttonT?: string | undefined;
|
|
5475
5549
|
buttonClass?: string | undefined;
|
|
@@ -5493,7 +5567,7 @@ export declare const ATableCopyIdButton: DefineComponent<__VLS_WithDefaults_48<_
|
|
|
5493
5567
|
iconT: string;
|
|
5494
5568
|
}, {}>;
|
|
5495
5569
|
|
|
5496
|
-
export declare const ATableDetailButton: DefineComponent<
|
|
5570
|
+
export declare const ATableDetailButton: DefineComponent<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_51<{
|
|
5497
5571
|
routeName: string;
|
|
5498
5572
|
recordId?: number | string | undefined;
|
|
5499
5573
|
routeParams?: any | undefined;
|
|
@@ -5506,7 +5580,7 @@ export declare const ATableDetailButton: DefineComponent<__VLS_WithDefaults_49<_
|
|
|
5506
5580
|
buttonT: string;
|
|
5507
5581
|
buttonClass: string;
|
|
5508
5582
|
dataCy: string;
|
|
5509
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
5583
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_51<{
|
|
5510
5584
|
routeName: string;
|
|
5511
5585
|
recordId?: number | string | undefined;
|
|
5512
5586
|
routeParams?: any | undefined;
|
|
@@ -5527,7 +5601,7 @@ export declare const ATableDetailButton: DefineComponent<__VLS_WithDefaults_49<_
|
|
|
5527
5601
|
recordId: string | number;
|
|
5528
5602
|
}, {}>;
|
|
5529
5603
|
|
|
5530
|
-
export declare const ATableEditButton: DefineComponent<
|
|
5604
|
+
export declare const ATableEditButton: DefineComponent<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<{
|
|
5531
5605
|
routeName: string;
|
|
5532
5606
|
recordId?: number | string | undefined;
|
|
5533
5607
|
routeParams?: any | undefined;
|
|
@@ -5540,7 +5614,7 @@ export declare const ATableEditButton: DefineComponent<__VLS_WithDefaults_50<__V
|
|
|
5540
5614
|
buttonT: string;
|
|
5541
5615
|
buttonClass: string;
|
|
5542
5616
|
dataCy: string;
|
|
5543
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
5617
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<{
|
|
5544
5618
|
routeName: string;
|
|
5545
5619
|
recordId?: number | string | undefined;
|
|
5546
5620
|
routeParams?: any | undefined;
|
|
@@ -5563,14 +5637,14 @@ export declare const ATableEditButton: DefineComponent<__VLS_WithDefaults_50<__V
|
|
|
5563
5637
|
|
|
5564
5638
|
export declare const AThemeSelect: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
|
|
5565
5639
|
|
|
5566
|
-
export declare const ATimeTrackingFields: DefineComponent<
|
|
5640
|
+
export declare const ATimeTrackingFields: DefineComponent<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_35<{
|
|
5567
5641
|
data: AnzuUserAndTimeTrackingAware | any;
|
|
5568
5642
|
hideCreatedAt?: boolean | undefined;
|
|
5569
5643
|
hideModifiedAt?: boolean | undefined;
|
|
5570
5644
|
}>, {
|
|
5571
5645
|
hideCreatedAt: boolean;
|
|
5572
5646
|
hideModifiedAt: boolean;
|
|
5573
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
5647
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_35<{
|
|
5574
5648
|
data: AnzuUserAndTimeTrackingAware | any;
|
|
5575
5649
|
hideCreatedAt?: boolean | undefined;
|
|
5576
5650
|
hideModifiedAt?: boolean | undefined;
|
|
@@ -5593,13 +5667,13 @@ declare interface AudioAttributes {
|
|
|
5593
5667
|
bitrate: number;
|
|
5594
5668
|
}
|
|
5595
5669
|
|
|
5596
|
-
export declare const AUnauthorizedView: DefineComponent<
|
|
5670
|
+
export declare const AUnauthorizedView: DefineComponent<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_77<{
|
|
5597
5671
|
returnRouteName: string;
|
|
5598
|
-
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
5672
|
+
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_77<{
|
|
5599
5673
|
returnRouteName: string;
|
|
5600
5674
|
}>, {}>>>, {}, {}>;
|
|
5601
5675
|
|
|
5602
|
-
export declare const AUserAndTimeTrackingFields: DefineComponent<
|
|
5676
|
+
export declare const AUserAndTimeTrackingFields: DefineComponent<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_39<{
|
|
5603
5677
|
data: AnzuUserAndTimeTrackingAware | any;
|
|
5604
5678
|
hideCreatedAt?: boolean | undefined;
|
|
5605
5679
|
hideModifiedAt?: boolean | undefined;
|
|
@@ -5610,7 +5684,7 @@ export declare const AUserAndTimeTrackingFields: DefineComponent<__VLS_WithDefau
|
|
|
5610
5684
|
hideModifiedAt: boolean;
|
|
5611
5685
|
hideCreatedBy: boolean;
|
|
5612
5686
|
hideModifiedBy: boolean;
|
|
5613
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
5687
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_39<{
|
|
5614
5688
|
data: AnzuUserAndTimeTrackingAware | any;
|
|
5615
5689
|
hideCreatedAt?: boolean | undefined;
|
|
5616
5690
|
hideModifiedAt?: boolean | undefined;
|
|
@@ -10218,12 +10292,14 @@ export declare function useCustomDataFormElementType(): {
|
|
|
10218
10292
|
title: string;
|
|
10219
10293
|
color?: string | undefined;
|
|
10220
10294
|
active?: false | undefined;
|
|
10295
|
+
subtitle?: string | undefined;
|
|
10221
10296
|
}[]>;
|
|
10222
10297
|
getCustomDataFormElementTypeOption: (value: CustomDataFormElementTypeType) => {
|
|
10223
10298
|
value: CustomDataFormElementTypeType;
|
|
10224
10299
|
title: string;
|
|
10225
10300
|
color?: string | undefined;
|
|
10226
10301
|
active?: false | undefined;
|
|
10302
|
+
subtitle?: string | undefined;
|
|
10227
10303
|
} | undefined;
|
|
10228
10304
|
};
|
|
10229
10305
|
|
|
@@ -10244,12 +10320,14 @@ export declare function useDamAuthorType(): {
|
|
|
10244
10320
|
title: string;
|
|
10245
10321
|
color?: string | undefined;
|
|
10246
10322
|
active?: false | undefined;
|
|
10323
|
+
subtitle?: string | undefined;
|
|
10247
10324
|
}[]>;
|
|
10248
10325
|
getAuthorTypeOption: (value: DamAuthorType) => {
|
|
10249
10326
|
value: DamAuthorType;
|
|
10250
10327
|
title: string;
|
|
10251
10328
|
color?: string | undefined;
|
|
10252
10329
|
active?: false | undefined;
|
|
10330
|
+
subtitle?: string | undefined;
|
|
10253
10331
|
} | undefined;
|
|
10254
10332
|
};
|
|
10255
10333
|
|
|
@@ -10372,6 +10450,7 @@ export declare function useGrant(): {
|
|
|
10372
10450
|
title: string;
|
|
10373
10451
|
color?: string | undefined;
|
|
10374
10452
|
active?: false | undefined;
|
|
10453
|
+
subtitle?: string | undefined;
|
|
10375
10454
|
}[]>;
|
|
10376
10455
|
getGrantOption: (value: Grant) => ValueObjectOption<Grant>;
|
|
10377
10456
|
};
|
|
@@ -10382,6 +10461,7 @@ export declare function useGrantOrigin(): {
|
|
|
10382
10461
|
title: string;
|
|
10383
10462
|
color?: string | undefined;
|
|
10384
10463
|
active?: false | undefined;
|
|
10464
|
+
subtitle?: string | undefined;
|
|
10385
10465
|
}[]>;
|
|
10386
10466
|
getGrantOriginOption: (value: GrantOrigin) => ValueObjectOption<GrantOrigin>;
|
|
10387
10467
|
};
|
|
@@ -10401,6 +10481,7 @@ export declare function useJobBaseResource<T extends JobBaseResource = JobBaseRe
|
|
|
10401
10481
|
title: string;
|
|
10402
10482
|
color?: string | undefined;
|
|
10403
10483
|
active?: false | undefined;
|
|
10484
|
+
subtitle?: string | undefined;
|
|
10404
10485
|
}[]>;
|
|
10405
10486
|
getJobResourceOption: (value: T) => ValueObjectOption<T>;
|
|
10406
10487
|
};
|
|
@@ -10411,6 +10492,7 @@ export declare function useJobStatus(): {
|
|
|
10411
10492
|
title: string;
|
|
10412
10493
|
color?: string | undefined;
|
|
10413
10494
|
active?: false | undefined;
|
|
10495
|
+
subtitle?: string | undefined;
|
|
10414
10496
|
}[]>;
|
|
10415
10497
|
getJobStatusOption: (value: JobStatus) => ValueObjectOption<JobStatus>;
|
|
10416
10498
|
};
|
|
@@ -10434,12 +10516,14 @@ export declare function useLogLevel(): {
|
|
|
10434
10516
|
title: string;
|
|
10435
10517
|
color?: string | undefined;
|
|
10436
10518
|
active?: false | undefined;
|
|
10519
|
+
subtitle?: string | undefined;
|
|
10437
10520
|
}[]>;
|
|
10438
10521
|
getLogLevelOption: (value: LogLevel) => {
|
|
10439
10522
|
value: LogLevel;
|
|
10440
10523
|
title: string;
|
|
10441
10524
|
color?: string | undefined;
|
|
10442
10525
|
active?: false | undefined;
|
|
10526
|
+
subtitle?: string | undefined;
|
|
10443
10527
|
} | undefined;
|
|
10444
10528
|
};
|
|
10445
10529
|
|
|
@@ -10563,6 +10647,7 @@ export declare interface ValueObjectOption<T> {
|
|
|
10563
10647
|
title: string;
|
|
10564
10648
|
color?: string;
|
|
10565
10649
|
active?: false;
|
|
10650
|
+
subtitle?: string;
|
|
10566
10651
|
}
|
|
10567
10652
|
|
|
10568
10653
|
declare interface VDatatableSelectableItem {
|