@anzusystems/common-admin 1.47.0-beta.4 → 1.47.0-beta.6
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 +211 -194
- package/dist/common-admin.es.js +145 -144
- package/dist/{lib-CJ2dFpca.js → lib-DMC5dvce.js} +2352 -2340
- package/dist/lib-DMC5dvce.js.map +1 -0
- package/dist/{webfontloader-CaocCqqB.js → webfontloader-CNg5aG0Z.js} +2 -2
- package/dist/{webfontloader-CaocCqqB.js.map → webfontloader-CNg5aG0Z.js.map} +1 -1
- package/package.json +7 -7
- package/dist/lib-CJ2dFpca.js.map +0 -1
|
@@ -203,8 +203,6 @@ declare type __VLS_NonUndefinedable_8<T> = T extends undefined ? never : T;
|
|
|
203
203
|
|
|
204
204
|
declare type __VLS_NonUndefinedable_80<T> = T extends undefined ? never : T;
|
|
205
205
|
|
|
206
|
-
declare type __VLS_NonUndefinedable_81<T> = T extends undefined ? never : T;
|
|
207
|
-
|
|
208
206
|
declare type __VLS_NonUndefinedable_9<T> = T extends undefined ? never : T;
|
|
209
207
|
|
|
210
208
|
declare type __VLS_Prettify<T> = {
|
|
@@ -503,10 +501,6 @@ declare type __VLS_Prettify_76<T> = {
|
|
|
503
501
|
[K in keyof T]: T[K];
|
|
504
502
|
} & {};
|
|
505
503
|
|
|
506
|
-
declare type __VLS_Prettify_77<T> = {
|
|
507
|
-
[K in keyof T]: T[K];
|
|
508
|
-
} & {};
|
|
509
|
-
|
|
510
504
|
declare type __VLS_Prettify_8<T> = {
|
|
511
505
|
[K in keyof T]: T[K];
|
|
512
506
|
} & {};
|
|
@@ -1226,15 +1220,6 @@ declare type __VLS_TypePropsToRuntimeProps_80<T> = {
|
|
|
1226
1220
|
};
|
|
1227
1221
|
};
|
|
1228
1222
|
|
|
1229
|
-
declare type __VLS_TypePropsToRuntimeProps_81<T> = {
|
|
1230
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
1231
|
-
type: PropType<__VLS_NonUndefinedable_81<T[K]>>;
|
|
1232
|
-
} : {
|
|
1233
|
-
type: PropType<T[K]>;
|
|
1234
|
-
required: true;
|
|
1235
|
-
};
|
|
1236
|
-
};
|
|
1237
|
-
|
|
1238
1223
|
declare type __VLS_TypePropsToRuntimeProps_9<T> = {
|
|
1239
1224
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
1240
1225
|
type: PropType<__VLS_NonUndefinedable_9<T[K]>>;
|
|
@@ -1688,12 +1673,6 @@ declare type __VLS_WithDefaults_76<P, D> = {
|
|
|
1688
1673
|
}> : P[K];
|
|
1689
1674
|
};
|
|
1690
1675
|
|
|
1691
|
-
declare type __VLS_WithDefaults_77<P, D> = {
|
|
1692
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_77<P[K] & {
|
|
1693
|
-
default: D[K];
|
|
1694
|
-
}> : P[K];
|
|
1695
|
-
};
|
|
1696
|
-
|
|
1697
1676
|
declare type __VLS_WithDefaults_8<P, D> = {
|
|
1698
1677
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_8<P[K] & {
|
|
1699
1678
|
default: D[K];
|
|
@@ -1808,12 +1787,6 @@ declare type __VLS_WithTemplateSlots_24<T, S> = T & {
|
|
|
1808
1787
|
};
|
|
1809
1788
|
};
|
|
1810
1789
|
|
|
1811
|
-
declare type __VLS_WithTemplateSlots_25<T, S> = T & {
|
|
1812
|
-
new (): {
|
|
1813
|
-
$slots: S;
|
|
1814
|
-
};
|
|
1815
|
-
};
|
|
1816
|
-
|
|
1817
1790
|
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
1818
1791
|
new (): {
|
|
1819
1792
|
$slots: S;
|
|
@@ -1856,7 +1829,7 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
|
|
|
1856
1829
|
};
|
|
1857
1830
|
};
|
|
1858
1831
|
|
|
1859
|
-
export declare const AActionCloseButton: DefineComponent<
|
|
1832
|
+
export declare const AActionCloseButton: DefineComponent<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_39<{
|
|
1860
1833
|
routeName?: string | undefined;
|
|
1861
1834
|
routeParams?: any | undefined;
|
|
1862
1835
|
buttonT?: string | undefined;
|
|
@@ -1870,7 +1843,7 @@ buttonT: string;
|
|
|
1870
1843
|
buttonClass: string;
|
|
1871
1844
|
dataCy: string;
|
|
1872
1845
|
size: number;
|
|
1873
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
1846
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_39<{
|
|
1874
1847
|
routeName?: string | undefined;
|
|
1875
1848
|
routeParams?: any | undefined;
|
|
1876
1849
|
buttonT?: string | undefined;
|
|
@@ -1893,7 +1866,7 @@ routeName: string;
|
|
|
1893
1866
|
routeParams: any | undefined;
|
|
1894
1867
|
}, {}>;
|
|
1895
1868
|
|
|
1896
|
-
export declare const AActionCreateButton: DefineComponent<
|
|
1869
|
+
export declare const AActionCreateButton: DefineComponent<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_40<{
|
|
1897
1870
|
routeName: string;
|
|
1898
1871
|
buttonT?: string | undefined;
|
|
1899
1872
|
buttonClass?: string | undefined;
|
|
@@ -1906,7 +1879,7 @@ buttonClass: string;
|
|
|
1906
1879
|
dataCy: string;
|
|
1907
1880
|
size: number;
|
|
1908
1881
|
variant: string;
|
|
1909
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
1882
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_40<{
|
|
1910
1883
|
routeName: string;
|
|
1911
1884
|
buttonT?: string | undefined;
|
|
1912
1885
|
buttonClass?: string | undefined;
|
|
@@ -1927,7 +1900,7 @@ buttonClass: string;
|
|
|
1927
1900
|
buttonT: string;
|
|
1928
1901
|
}, {}>;
|
|
1929
1902
|
|
|
1930
|
-
export declare const AActionDeleteButton: DefineComponent<
|
|
1903
|
+
export declare const AActionDeleteButton: DefineComponent<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_41<{
|
|
1931
1904
|
variant?: ButtonVariant | undefined;
|
|
1932
1905
|
buttonT?: string | undefined;
|
|
1933
1906
|
buttonClass?: string | undefined;
|
|
@@ -1962,7 +1935,7 @@ size: number;
|
|
|
1962
1935
|
closeDialog: () => void;
|
|
1963
1936
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1964
1937
|
deleteRecord: () => void;
|
|
1965
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
1938
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_41<{
|
|
1966
1939
|
variant?: ButtonVariant | undefined;
|
|
1967
1940
|
buttonT?: string | undefined;
|
|
1968
1941
|
buttonClass?: string | undefined;
|
|
@@ -2012,7 +1985,7 @@ dialogMaxWidth: number;
|
|
|
2012
1985
|
disableCloseAfterConfirm: boolean;
|
|
2013
1986
|
}, {}>;
|
|
2014
1987
|
|
|
2015
|
-
export declare const AActionEditButton: DefineComponent<
|
|
1988
|
+
export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_42<{
|
|
2016
1989
|
routeName: string;
|
|
2017
1990
|
recordId?: number | string | undefined;
|
|
2018
1991
|
routeParams?: any | undefined;
|
|
@@ -2033,7 +2006,7 @@ size: number;
|
|
|
2033
2006
|
variant: string;
|
|
2034
2007
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2035
2008
|
editRecord: () => void;
|
|
2036
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2009
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_42<{
|
|
2037
2010
|
routeName: string;
|
|
2038
2011
|
recordId?: number | string | undefined;
|
|
2039
2012
|
routeParams?: any | undefined;
|
|
@@ -2057,15 +2030,15 @@ onEditRecord?: (() => any) | undefined;
|
|
|
2057
2030
|
}, {
|
|
2058
2031
|
size: number;
|
|
2059
2032
|
variant: ButtonVariant;
|
|
2060
|
-
loading: boolean;
|
|
2061
2033
|
dataCy: string;
|
|
2034
|
+
loading: boolean;
|
|
2062
2035
|
buttonClass: string;
|
|
2063
2036
|
buttonT: string;
|
|
2064
2037
|
routeParams: any | undefined;
|
|
2065
2038
|
recordId: string | number;
|
|
2066
2039
|
}, {}>;
|
|
2067
2040
|
|
|
2068
|
-
export declare const AActionSaveAndCloseButton: DefineComponent<
|
|
2041
|
+
export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_43<{
|
|
2069
2042
|
buttonT?: string | undefined;
|
|
2070
2043
|
buttonClass?: string | undefined;
|
|
2071
2044
|
dataCy?: string | undefined;
|
|
@@ -2079,7 +2052,7 @@ loading: undefined;
|
|
|
2079
2052
|
disabled: undefined;
|
|
2080
2053
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2081
2054
|
saveRecordAndClose: () => void;
|
|
2082
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2055
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_43<{
|
|
2083
2056
|
buttonT?: string | undefined;
|
|
2084
2057
|
buttonClass?: string | undefined;
|
|
2085
2058
|
dataCy?: string | undefined;
|
|
@@ -2095,13 +2068,13 @@ disabled: undefined;
|
|
|
2095
2068
|
onSaveRecordAndClose?: (() => any) | undefined;
|
|
2096
2069
|
}, {
|
|
2097
2070
|
disabled: boolean;
|
|
2098
|
-
loading: boolean;
|
|
2099
2071
|
dataCy: string;
|
|
2072
|
+
loading: boolean;
|
|
2100
2073
|
buttonClass: string;
|
|
2101
2074
|
buttonT: string;
|
|
2102
2075
|
}, {}>;
|
|
2103
2076
|
|
|
2104
|
-
export declare const AActionSaveButton: DefineComponent<
|
|
2077
|
+
export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_41<__VLS_TypePropsToRuntimeProps_44<{
|
|
2105
2078
|
buttonT?: string | undefined;
|
|
2106
2079
|
buttonClass?: string | undefined;
|
|
2107
2080
|
dataCy?: string | undefined;
|
|
@@ -2119,7 +2092,7 @@ size: number;
|
|
|
2119
2092
|
variant: string;
|
|
2120
2093
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2121
2094
|
saveRecord: () => void;
|
|
2122
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2095
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_41<__VLS_TypePropsToRuntimeProps_44<{
|
|
2123
2096
|
buttonT?: string | undefined;
|
|
2124
2097
|
buttonClass?: string | undefined;
|
|
2125
2098
|
dataCy?: string | undefined;
|
|
@@ -2141,8 +2114,8 @@ onSaveRecord?: (() => any) | undefined;
|
|
|
2141
2114
|
size: number;
|
|
2142
2115
|
variant: ButtonVariant;
|
|
2143
2116
|
disabled: boolean;
|
|
2144
|
-
loading: boolean;
|
|
2145
2117
|
dataCy: string;
|
|
2118
|
+
loading: boolean;
|
|
2146
2119
|
buttonClass: string;
|
|
2147
2120
|
buttonT: string;
|
|
2148
2121
|
}, {}>;
|
|
@@ -2191,7 +2164,7 @@ max: number;
|
|
|
2191
2164
|
customClass: string;
|
|
2192
2165
|
}, {}>;
|
|
2193
2166
|
|
|
2194
|
-
export declare const AAnzuUserAvatar: DefineComponent<
|
|
2167
|
+
export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<{
|
|
2195
2168
|
user?: AnzuUserMinimal | undefined | null;
|
|
2196
2169
|
size?: number | undefined;
|
|
2197
2170
|
containerClass?: string | undefined;
|
|
@@ -2201,7 +2174,7 @@ user: undefined;
|
|
|
2201
2174
|
size: number;
|
|
2202
2175
|
containerClass: string;
|
|
2203
2176
|
tooltip: undefined;
|
|
2204
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2177
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<{
|
|
2205
2178
|
user?: AnzuUserMinimal | undefined | null;
|
|
2206
2179
|
size?: number | undefined;
|
|
2207
2180
|
containerClass?: string | undefined;
|
|
@@ -2218,7 +2191,7 @@ containerClass: string;
|
|
|
2218
2191
|
tooltip: string;
|
|
2219
2192
|
}, {}>;
|
|
2220
2193
|
|
|
2221
|
-
export declare const AAssetSelect:
|
|
2194
|
+
export declare const AAssetSelect: __VLS_WithTemplateSlots_24<DefineComponent<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_72<{
|
|
2222
2195
|
modelValue?: boolean | undefined;
|
|
2223
2196
|
assetType: "image" | "audio" | "video" | "document" | DamAssetType;
|
|
2224
2197
|
minCount: number;
|
|
@@ -2237,7 +2210,7 @@ open: () => void;
|
|
|
2237
2210
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2238
2211
|
"update:modelValue": (data: boolean) => void;
|
|
2239
2212
|
onConfirm: (data: AssetSelectReturnData) => void;
|
|
2240
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2213
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_72<{
|
|
2241
2214
|
modelValue?: boolean | undefined;
|
|
2242
2215
|
assetType: "image" | "audio" | "video" | "document" | DamAssetType;
|
|
2243
2216
|
minCount: number;
|
|
@@ -2269,7 +2242,7 @@ skipCurrentUserCheck: boolean;
|
|
|
2269
2242
|
"button-confirm-title"?(_: {}): any;
|
|
2270
2243
|
}>;
|
|
2271
2244
|
|
|
2272
|
-
export declare const AAvatarColorPicker: DefineComponent<
|
|
2245
|
+
export declare const AAvatarColorPicker: DefineComponent<__VLS_WithDefaults_53<__VLS_TypePropsToRuntimeProps_56<{
|
|
2273
2246
|
modelValue: string;
|
|
2274
2247
|
label?: string | undefined;
|
|
2275
2248
|
loading?: boolean | undefined;
|
|
@@ -2286,7 +2259,7 @@ randomColor: boolean;
|
|
|
2286
2259
|
hideLabel: boolean;
|
|
2287
2260
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2288
2261
|
"update:modelValue": (data: string) => void;
|
|
2289
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2262
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_53<__VLS_TypePropsToRuntimeProps_56<{
|
|
2290
2263
|
modelValue: string;
|
|
2291
2264
|
label?: string | undefined;
|
|
2292
2265
|
loading?: boolean | undefined;
|
|
@@ -2312,7 +2285,7 @@ hideLabel: boolean;
|
|
|
2312
2285
|
randomColor: boolean;
|
|
2313
2286
|
}, {}>;
|
|
2314
2287
|
|
|
2315
|
-
export declare const ABooleanSelect: DefineComponent<
|
|
2288
|
+
export declare const ABooleanSelect: DefineComponent<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_73<{
|
|
2316
2289
|
modelValue: boolean | null;
|
|
2317
2290
|
dataCy?: string | undefined;
|
|
2318
2291
|
label?: string | undefined;
|
|
@@ -2327,7 +2300,7 @@ trueT: string;
|
|
|
2327
2300
|
falseT: string;
|
|
2328
2301
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2329
2302
|
"update:modelValue": (data: boolean | null) => void;
|
|
2330
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2303
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_73<{
|
|
2331
2304
|
modelValue: boolean | null;
|
|
2332
2305
|
dataCy?: string | undefined;
|
|
2333
2306
|
label?: string | undefined;
|
|
@@ -2343,8 +2316,8 @@ falseT: string;
|
|
|
2343
2316
|
}>>> & {
|
|
2344
2317
|
"onUpdate:modelValue"?: ((data: boolean | null) => any) | undefined;
|
|
2345
2318
|
}, {
|
|
2346
|
-
label: string;
|
|
2347
2319
|
dataCy: string;
|
|
2320
|
+
label: string;
|
|
2348
2321
|
allT: string;
|
|
2349
2322
|
trueT: string;
|
|
2350
2323
|
falseT: string;
|
|
@@ -2369,7 +2342,7 @@ chip: boolean;
|
|
|
2369
2342
|
invertColor: boolean;
|
|
2370
2343
|
}, {}>;
|
|
2371
2344
|
|
|
2372
|
-
export declare const ABtnSplit:
|
|
2345
|
+
export declare const ABtnSplit: __VLS_WithTemplateSlots_18<DefineComponent<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<{
|
|
2373
2346
|
buttonT?: string | undefined;
|
|
2374
2347
|
buttonClass?: string | undefined;
|
|
2375
2348
|
dataCy?: string | undefined;
|
|
@@ -2393,7 +2366,7 @@ rounded: undefined;
|
|
|
2393
2366
|
color: string;
|
|
2394
2367
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2395
2368
|
onClick: () => void;
|
|
2396
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2369
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<{
|
|
2397
2370
|
buttonT?: string | undefined;
|
|
2398
2371
|
buttonClass?: string | undefined;
|
|
2399
2372
|
dataCy?: string | undefined;
|
|
@@ -2423,8 +2396,8 @@ color: string;
|
|
|
2423
2396
|
variant: ButtonVariantText;
|
|
2424
2397
|
rounded: "pill";
|
|
2425
2398
|
disabled: boolean;
|
|
2426
|
-
loading: boolean;
|
|
2427
2399
|
dataCy: string;
|
|
2400
|
+
loading: boolean;
|
|
2428
2401
|
buttonClass: string;
|
|
2429
2402
|
buttonT: string;
|
|
2430
2403
|
disableMore: boolean;
|
|
@@ -2562,21 +2535,42 @@ dataCy: string;
|
|
|
2562
2535
|
default?(_: {}): any;
|
|
2563
2536
|
}>;
|
|
2564
2537
|
|
|
2565
|
-
export declare const Acl:
|
|
2566
|
-
permission:
|
|
2567
|
-
subject?: object | undefined;
|
|
2568
|
-
}
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
}
|
|
2538
|
+
export declare const Acl: <TAclValue extends `${string}_${string}_${string}`>(__VLS_props: {
|
|
2539
|
+
permission: TAclValue;
|
|
2540
|
+
subject?: object | undefined;
|
|
2541
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, __VLS_ctx?: {
|
|
2542
|
+
attrs: any;
|
|
2543
|
+
slots: {
|
|
2544
|
+
default?(_: {}): any;
|
|
2545
|
+
};
|
|
2546
|
+
emit: any;
|
|
2547
|
+
} | undefined, __VLS_expose?: ((exposed: ShallowUnwrapRef< {}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
2548
|
+
props: {
|
|
2549
|
+
permission: TAclValue;
|
|
2550
|
+
subject?: object | undefined;
|
|
2551
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
2552
|
+
expose(exposed: ShallowUnwrapRef< {}>): void;
|
|
2553
|
+
attrs: any;
|
|
2554
|
+
slots: {
|
|
2555
|
+
default?(_: {}): any;
|
|
2556
|
+
};
|
|
2557
|
+
emit: any;
|
|
2558
|
+
}>) => VNode<RendererNode, RendererElement, {
|
|
2559
|
+
[key: string]: any;
|
|
2560
|
+
}> & {
|
|
2561
|
+
__ctx?: {
|
|
2562
|
+
props: {
|
|
2563
|
+
permission: TAclValue;
|
|
2564
|
+
subject?: object | undefined;
|
|
2565
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
2566
|
+
expose(exposed: ShallowUnwrapRef< {}>): void;
|
|
2567
|
+
attrs: any;
|
|
2568
|
+
slots: {
|
|
2569
|
+
default?(_: {}): any;
|
|
2570
|
+
};
|
|
2571
|
+
emit: any;
|
|
2572
|
+
} | undefined;
|
|
2573
|
+
};
|
|
2580
2574
|
|
|
2581
2575
|
declare type AclResolverConfig = {
|
|
2582
2576
|
disableInject?: true | undefined;
|
|
@@ -2586,7 +2580,7 @@ declare type AclResolverConfig = {
|
|
|
2586
2580
|
|
|
2587
2581
|
export declare type AclValue = `${string}_${string}_${string}`;
|
|
2588
2582
|
|
|
2589
|
-
export declare const ACollabCountdown: DefineComponent<
|
|
2583
|
+
export declare const ACollabCountdown: DefineComponent<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_70<{
|
|
2590
2584
|
label?: string | undefined;
|
|
2591
2585
|
seconds?: number | undefined;
|
|
2592
2586
|
parentheses?: boolean | undefined;
|
|
@@ -2596,7 +2590,7 @@ seconds: number;
|
|
|
2596
2590
|
parentheses: boolean;
|
|
2597
2591
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2598
2592
|
done: () => void;
|
|
2599
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2593
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_70<{
|
|
2600
2594
|
label?: string | undefined;
|
|
2601
2595
|
seconds?: number | undefined;
|
|
2602
2596
|
parentheses?: boolean | undefined;
|
|
@@ -2612,15 +2606,15 @@ seconds: number;
|
|
|
2612
2606
|
parentheses: boolean;
|
|
2613
2607
|
}, {}>;
|
|
2614
2608
|
|
|
2615
|
-
export declare const ACollabLockedByUser: DefineComponent<
|
|
2609
|
+
export declare const ACollabLockedByUser: DefineComponent<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_69<{
|
|
2616
2610
|
id: null | undefined | IntegerId;
|
|
2617
2611
|
users: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
|
|
2618
|
-
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2612
|
+
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_69<{
|
|
2619
2613
|
id: null | undefined | IntegerId;
|
|
2620
2614
|
users: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
|
|
2621
2615
|
}>, {}>>>, {}, {}>;
|
|
2622
2616
|
|
|
2623
|
-
export declare const ACollabManagement: DefineComponent<
|
|
2617
|
+
export declare const ACollabManagement: DefineComponent<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_71<{
|
|
2624
2618
|
collabRoom: CollabRoom;
|
|
2625
2619
|
cachedUsers: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
|
|
2626
2620
|
isEdit?: boolean | undefined;
|
|
@@ -2630,7 +2624,7 @@ fetchCachedUsers?: (() => Promisify<Promise<any>>) | undefined;
|
|
|
2630
2624
|
isEdit: boolean;
|
|
2631
2625
|
addToCachedUsers: undefined;
|
|
2632
2626
|
fetchCachedUsers: undefined;
|
|
2633
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2627
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_71<{
|
|
2634
2628
|
collabRoom: CollabRoom;
|
|
2635
2629
|
cachedUsers: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
|
|
2636
2630
|
isEdit?: boolean | undefined;
|
|
@@ -2646,14 +2640,14 @@ addToCachedUsers: (...args: AddToCachedArgs<IntegerId>) => void;
|
|
|
2646
2640
|
fetchCachedUsers: () => Promisify<Promise<any>>;
|
|
2647
2641
|
}, {}>;
|
|
2648
2642
|
|
|
2649
|
-
export declare const ACopyText:
|
|
2643
|
+
export declare const ACopyText: __VLS_WithTemplateSlots_17<DefineComponent<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_36<{
|
|
2650
2644
|
value: string | number;
|
|
2651
2645
|
notifyT?: string | undefined;
|
|
2652
2646
|
dataCy?: string | undefined;
|
|
2653
2647
|
}>, {
|
|
2654
2648
|
notifyT: string;
|
|
2655
2649
|
dataCy: string;
|
|
2656
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2650
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_36<{
|
|
2657
2651
|
value: string | number;
|
|
2658
2652
|
notifyT?: string | undefined;
|
|
2659
2653
|
dataCy?: string | undefined;
|
|
@@ -2954,14 +2948,14 @@ setData: (data: default_2.SetDataOptions) => default_2 | undefined;
|
|
|
2954
2948
|
} | undefined;
|
|
2955
2949
|
};
|
|
2956
2950
|
|
|
2957
|
-
export declare const ACurrentUserDropdown: DefineComponent<
|
|
2951
|
+
export declare const ACurrentUserDropdown: DefineComponent<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
|
|
2958
2952
|
currentUser: AnzuUserMinimal | undefined | null;
|
|
2959
2953
|
settingsRouteName: string;
|
|
2960
2954
|
logoutRouteName: string;
|
|
2961
2955
|
dataCy?: string | undefined;
|
|
2962
2956
|
}>, {
|
|
2963
2957
|
dataCy: string;
|
|
2964
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2958
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
|
|
2965
2959
|
currentUser: AnzuUserMinimal | undefined | null;
|
|
2966
2960
|
settingsRouteName: string;
|
|
2967
2961
|
logoutRouteName: string;
|
|
@@ -2972,7 +2966,7 @@ dataCy: string;
|
|
|
2972
2966
|
dataCy: string;
|
|
2973
2967
|
}, {}>;
|
|
2974
2968
|
|
|
2975
|
-
export declare const ACustomDataForm:
|
|
2969
|
+
export declare const ACustomDataForm: __VLS_WithTemplateSlots_22<DefineComponent<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_63<{
|
|
2976
2970
|
modelValue: {
|
|
2977
2971
|
[key: string]: any;
|
|
2978
2972
|
};
|
|
@@ -2989,7 +2983,7 @@ validate: () => Promise<boolean>;
|
|
|
2989
2983
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2990
2984
|
"update:modelValue": (data: any) => void;
|
|
2991
2985
|
anyChange: () => void;
|
|
2992
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
2986
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_63<{
|
|
2993
2987
|
modelValue: {
|
|
2994
2988
|
[key: string]: any;
|
|
2995
2989
|
};
|
|
@@ -3013,7 +3007,7 @@ pinnedCount: number;
|
|
|
3013
3007
|
"after-pinned"?(_: {}): any;
|
|
3014
3008
|
}>;
|
|
3015
3009
|
|
|
3016
|
-
export declare const ACustomDataFormElement: DefineComponent<
|
|
3010
|
+
export declare const ACustomDataFormElement: DefineComponent<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_64<{
|
|
3017
3011
|
modelValue: any;
|
|
3018
3012
|
config: CustomDataFormElement;
|
|
3019
3013
|
validationScope?: ValidationScope;
|
|
@@ -3025,7 +3019,7 @@ property: string;
|
|
|
3025
3019
|
value: any;
|
|
3026
3020
|
}) => void;
|
|
3027
3021
|
blur: (data: any) => void;
|
|
3028
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
3022
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_64<{
|
|
3029
3023
|
modelValue: any;
|
|
3030
3024
|
config: CustomDataFormElement;
|
|
3031
3025
|
validationScope?: ValidationScope;
|
|
@@ -3256,10 +3250,10 @@ onOnClose?: (() => any) | undefined;
|
|
|
3256
3250
|
}, {
|
|
3257
3251
|
disabled: boolean;
|
|
3258
3252
|
type: "datetime";
|
|
3253
|
+
dataCy: string;
|
|
3259
3254
|
placeholder: string;
|
|
3260
3255
|
required: boolean;
|
|
3261
3256
|
label: string;
|
|
3262
|
-
dataCy: string;
|
|
3263
3257
|
hideLabel: boolean;
|
|
3264
3258
|
clearable: boolean;
|
|
3265
3259
|
hideDetails: boolean;
|
|
@@ -3282,7 +3276,7 @@ onOnCancel?: (() => any) | undefined;
|
|
|
3282
3276
|
|
|
3283
3277
|
export declare const AEmptyRouterView: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
3284
3278
|
|
|
3285
|
-
export declare const AFilterAdvancedButton: DefineComponent<
|
|
3279
|
+
export declare const AFilterAdvancedButton: DefineComponent<__VLS_WithDefaults_42<__VLS_TypePropsToRuntimeProps_45<{
|
|
3286
3280
|
tooltipT?: string | undefined;
|
|
3287
3281
|
buttonClass?: string | undefined;
|
|
3288
3282
|
dataCy?: string | undefined;
|
|
@@ -3292,7 +3286,7 @@ buttonClass: string;
|
|
|
3292
3286
|
dataCy: string;
|
|
3293
3287
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3294
3288
|
advancedFilter: () => void;
|
|
3295
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
3289
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_42<__VLS_TypePropsToRuntimeProps_45<{
|
|
3296
3290
|
tooltipT?: string | undefined;
|
|
3297
3291
|
buttonClass?: string | undefined;
|
|
3298
3292
|
dataCy?: string | undefined;
|
|
@@ -3400,7 +3394,7 @@ dataCy: string;
|
|
|
3400
3394
|
dataCy: string;
|
|
3401
3395
|
}, {}>;
|
|
3402
3396
|
|
|
3403
|
-
export declare const AFilterMixed: DefineComponent<
|
|
3397
|
+
export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
|
|
3404
3398
|
filterId?: Filter | undefined;
|
|
3405
3399
|
filterDocId?: Filter | undefined;
|
|
3406
3400
|
filterText?: Filter | undefined;
|
|
@@ -3416,7 +3410,7 @@ filterUrl: undefined;
|
|
|
3416
3410
|
filterOverrides: undefined;
|
|
3417
3411
|
placeholder: undefined;
|
|
3418
3412
|
dataCy: string;
|
|
3419
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
3413
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
|
|
3420
3414
|
filterId?: Filter | undefined;
|
|
3421
3415
|
filterDocId?: Filter | undefined;
|
|
3422
3416
|
filterText?: Filter | undefined;
|
|
@@ -3433,8 +3427,8 @@ filterOverrides: undefined;
|
|
|
3433
3427
|
placeholder: undefined;
|
|
3434
3428
|
dataCy: string;
|
|
3435
3429
|
}>>>, {
|
|
3436
|
-
placeholder: string;
|
|
3437
3430
|
dataCy: string;
|
|
3431
|
+
placeholder: string;
|
|
3438
3432
|
filterId: Filter<any>;
|
|
3439
3433
|
filterDocId: Filter<any>;
|
|
3440
3434
|
filterText: Filter<any>;
|
|
@@ -3481,7 +3475,7 @@ filterSortBy: string | null;
|
|
|
3481
3475
|
disableInitFetch: boolean;
|
|
3482
3476
|
}, {}>;
|
|
3483
3477
|
|
|
3484
|
-
export declare const AFilterResetButton: DefineComponent<
|
|
3478
|
+
export declare const AFilterResetButton: DefineComponent<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_46<{
|
|
3485
3479
|
tooltipT?: string | undefined;
|
|
3486
3480
|
buttonClass?: string | undefined;
|
|
3487
3481
|
dataCy?: string | undefined;
|
|
@@ -3491,7 +3485,7 @@ buttonClass: string;
|
|
|
3491
3485
|
dataCy: string;
|
|
3492
3486
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3493
3487
|
reset: () => void;
|
|
3494
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
3488
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_46<{
|
|
3495
3489
|
tooltipT?: string | undefined;
|
|
3496
3490
|
buttonClass?: string | undefined;
|
|
3497
3491
|
dataCy?: string | undefined;
|
|
@@ -3526,11 +3520,11 @@ dataCy: string;
|
|
|
3526
3520
|
}>>> & {
|
|
3527
3521
|
"onUpdate:modelValue"?: ((data: Filter<any>) => any) | undefined;
|
|
3528
3522
|
}, {
|
|
3529
|
-
placeholder: string;
|
|
3530
3523
|
dataCy: string;
|
|
3524
|
+
placeholder: string;
|
|
3531
3525
|
}, {}>;
|
|
3532
3526
|
|
|
3533
|
-
export declare const AFilterSubmitButton: DefineComponent<
|
|
3527
|
+
export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_44<__VLS_TypePropsToRuntimeProps_47<{
|
|
3534
3528
|
buttonT?: string | undefined;
|
|
3535
3529
|
buttonClass?: string | undefined;
|
|
3536
3530
|
dataCy?: string | undefined;
|
|
@@ -3542,7 +3536,7 @@ dataCy: string;
|
|
|
3542
3536
|
touched: boolean;
|
|
3543
3537
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3544
3538
|
submit: () => void;
|
|
3545
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
3539
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_44<__VLS_TypePropsToRuntimeProps_47<{
|
|
3546
3540
|
buttonT?: string | undefined;
|
|
3547
3541
|
buttonClass?: string | undefined;
|
|
3548
3542
|
dataCy?: string | undefined;
|
|
@@ -3661,6 +3655,7 @@ onBlur?: ((data: string | number | null | undefined) => any) | undefined;
|
|
|
3661
3655
|
"onClick:append"?: ((data: string | number | null | undefined) => any) | undefined;
|
|
3662
3656
|
}, {
|
|
3663
3657
|
disabled: boolean;
|
|
3658
|
+
dataCy: string;
|
|
3664
3659
|
collab: {
|
|
3665
3660
|
room: string;
|
|
3666
3661
|
field: string;
|
|
@@ -3668,7 +3663,6 @@ cachedUsers: CollabCachedUsersMap;
|
|
|
3668
3663
|
};
|
|
3669
3664
|
required: boolean;
|
|
3670
3665
|
label: string;
|
|
3671
|
-
dataCy: string;
|
|
3672
3666
|
clearable: boolean;
|
|
3673
3667
|
errorMessage: string;
|
|
3674
3668
|
v: any;
|
|
@@ -3726,13 +3720,13 @@ onBlur?: ((data: string | number | null) => any) | undefined;
|
|
|
3726
3720
|
"onClick:append"?: ((data: string | number | null) => any) | undefined;
|
|
3727
3721
|
}, {
|
|
3728
3722
|
disabled: boolean;
|
|
3723
|
+
dataCy: string;
|
|
3729
3724
|
collab: {
|
|
3730
3725
|
room: string;
|
|
3731
3726
|
field: string;
|
|
3732
3727
|
cachedUsers: CollabCachedUsersMap;
|
|
3733
3728
|
};
|
|
3734
3729
|
label: string;
|
|
3735
|
-
dataCy: string;
|
|
3736
3730
|
clearable: boolean;
|
|
3737
3731
|
errorMessage: string;
|
|
3738
3732
|
v: any;
|
|
@@ -3757,6 +3751,10 @@ multiple: {
|
|
|
3757
3751
|
type: PropType<boolean>;
|
|
3758
3752
|
default: boolean;
|
|
3759
3753
|
};
|
|
3754
|
+
loading: {
|
|
3755
|
+
type: PropType<boolean>;
|
|
3756
|
+
default: boolean;
|
|
3757
|
+
};
|
|
3760
3758
|
collab: {
|
|
3761
3759
|
type: PropType< {
|
|
3762
3760
|
room: string;
|
|
@@ -3765,10 +3763,6 @@ cachedUsers: CollabCachedUsersMap;
|
|
|
3765
3763
|
}>;
|
|
3766
3764
|
default: undefined;
|
|
3767
3765
|
};
|
|
3768
|
-
loading: {
|
|
3769
|
-
type: PropType<boolean>;
|
|
3770
|
-
default: boolean;
|
|
3771
|
-
};
|
|
3772
3766
|
required: {
|
|
3773
3767
|
type: PropType<boolean>;
|
|
3774
3768
|
default: undefined;
|
|
@@ -3844,6 +3838,10 @@ multiple: {
|
|
|
3844
3838
|
type: PropType<boolean>;
|
|
3845
3839
|
default: boolean;
|
|
3846
3840
|
};
|
|
3841
|
+
loading: {
|
|
3842
|
+
type: PropType<boolean>;
|
|
3843
|
+
default: boolean;
|
|
3844
|
+
};
|
|
3847
3845
|
collab: {
|
|
3848
3846
|
type: PropType< {
|
|
3849
3847
|
room: string;
|
|
@@ -3852,10 +3850,6 @@ cachedUsers: CollabCachedUsersMap;
|
|
|
3852
3850
|
}>;
|
|
3853
3851
|
default: undefined;
|
|
3854
3852
|
};
|
|
3855
|
-
loading: {
|
|
3856
|
-
type: PropType<boolean>;
|
|
3857
|
-
default: boolean;
|
|
3858
|
-
};
|
|
3859
3853
|
required: {
|
|
3860
3854
|
type: PropType<boolean>;
|
|
3861
3855
|
default: undefined;
|
|
@@ -3920,12 +3914,12 @@ onSearchChangeDebounced?: ((data: string) => any) | undefined;
|
|
|
3920
3914
|
}, {
|
|
3921
3915
|
disabled: boolean;
|
|
3922
3916
|
multiple: boolean;
|
|
3917
|
+
loading: boolean;
|
|
3923
3918
|
collab: {
|
|
3924
3919
|
room: string;
|
|
3925
3920
|
field: string;
|
|
3926
3921
|
cachedUsers: CollabCachedUsersMap;
|
|
3927
3922
|
};
|
|
3928
|
-
loading: boolean;
|
|
3929
3923
|
required: boolean;
|
|
3930
3924
|
label: string;
|
|
3931
3925
|
hideLabel: boolean;
|
|
@@ -3943,7 +3937,7 @@ disableInitFetch: boolean;
|
|
|
3943
3937
|
}): any;
|
|
3944
3938
|
}>;
|
|
3945
3939
|
|
|
3946
|
-
export declare const AFormRemoteAutocompleteWithCached: DefineComponent<
|
|
3940
|
+
export declare const AFormRemoteAutocompleteWithCached: DefineComponent<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
|
|
3947
3941
|
modelValue: any;
|
|
3948
3942
|
label?: string | undefined;
|
|
3949
3943
|
required?: boolean | undefined;
|
|
@@ -3979,7 +3973,7 @@ blur: (data: string | number | string[] | number[] | null | undefined) => void;
|
|
|
3979
3973
|
focus: (data: string | number | string[] | number[] | null | undefined) => void;
|
|
3980
3974
|
searchChange: (data: string) => void;
|
|
3981
3975
|
searchChangeDebounced: (data: string) => void;
|
|
3982
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
3976
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
|
|
3983
3977
|
modelValue: any;
|
|
3984
3978
|
label?: string | undefined;
|
|
3985
3979
|
required?: boolean | undefined;
|
|
@@ -4140,13 +4134,13 @@ onFocus?: ((data: boolean) => any) | undefined;
|
|
|
4140
4134
|
onBlur?: ((data: boolean) => any) | undefined;
|
|
4141
4135
|
}, {
|
|
4142
4136
|
disabled: boolean;
|
|
4137
|
+
dataCy: string;
|
|
4143
4138
|
collab: {
|
|
4144
4139
|
room: string;
|
|
4145
4140
|
field: string;
|
|
4146
4141
|
cachedUsers: CollabCachedUsersMap;
|
|
4147
4142
|
};
|
|
4148
4143
|
label: string;
|
|
4149
|
-
dataCy: string;
|
|
4150
4144
|
hideLabel: boolean;
|
|
4151
4145
|
}, {}>, {
|
|
4152
4146
|
locked?(_: {
|
|
@@ -4222,6 +4216,7 @@ onBlur?: ((data: string | null | undefined) => any) | undefined;
|
|
|
4222
4216
|
appendIcon: string;
|
|
4223
4217
|
disabled: boolean;
|
|
4224
4218
|
prependIcon: string;
|
|
4219
|
+
dataCy: string;
|
|
4225
4220
|
collab: {
|
|
4226
4221
|
room: string;
|
|
4227
4222
|
field: string;
|
|
@@ -4230,7 +4225,6 @@ cachedUsers: CollabCachedUsersMap;
|
|
|
4230
4225
|
help: string;
|
|
4231
4226
|
required: boolean;
|
|
4232
4227
|
label: string;
|
|
4233
|
-
dataCy: string;
|
|
4234
4228
|
hideLabel: boolean;
|
|
4235
4229
|
errorMessage: string;
|
|
4236
4230
|
v: any;
|
|
@@ -4327,16 +4321,16 @@ appendIcon: string;
|
|
|
4327
4321
|
disabled: boolean;
|
|
4328
4322
|
prependIcon: string;
|
|
4329
4323
|
type: string;
|
|
4324
|
+
dataCy: string;
|
|
4325
|
+
placeholder: string;
|
|
4330
4326
|
collab: {
|
|
4331
4327
|
room: string;
|
|
4332
4328
|
field: string;
|
|
4333
4329
|
cachedUsers: CollabCachedUsersMap;
|
|
4334
4330
|
};
|
|
4335
4331
|
help: string;
|
|
4336
|
-
placeholder: string;
|
|
4337
4332
|
required: boolean;
|
|
4338
4333
|
label: string;
|
|
4339
|
-
dataCy: string;
|
|
4340
4334
|
step: number;
|
|
4341
4335
|
maxlength: number;
|
|
4342
4336
|
hideLabel: boolean;
|
|
@@ -4412,6 +4406,7 @@ onFocus?: ((data: any) => any) | undefined;
|
|
|
4412
4406
|
onBlur?: ((data: any) => any) | undefined;
|
|
4413
4407
|
}, {
|
|
4414
4408
|
disabled: boolean;
|
|
4409
|
+
dataCy: string;
|
|
4415
4410
|
multiple: boolean;
|
|
4416
4411
|
collab: {
|
|
4417
4412
|
room: string;
|
|
@@ -4420,7 +4415,6 @@ cachedUsers: CollabCachedUsersMap;
|
|
|
4420
4415
|
};
|
|
4421
4416
|
required: boolean;
|
|
4422
4417
|
label: string;
|
|
4423
|
-
dataCy: string;
|
|
4424
4418
|
hideLabel: boolean;
|
|
4425
4419
|
clearable: boolean;
|
|
4426
4420
|
hideDetails: boolean;
|
|
@@ -4432,7 +4426,7 @@ v: any;
|
|
|
4432
4426
|
}): any;
|
|
4433
4427
|
}>;
|
|
4434
4428
|
|
|
4435
|
-
export declare const AIconGroup: DefineComponent<
|
|
4429
|
+
export declare const AIconGroup: DefineComponent<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_37<{
|
|
4436
4430
|
mainIcon: string;
|
|
4437
4431
|
secondaryIcon?: string | null | undefined;
|
|
4438
4432
|
secondaryText?: string | null | undefined;
|
|
@@ -4441,7 +4435,7 @@ size?: string | undefined;
|
|
|
4441
4435
|
secondaryIcon: null;
|
|
4442
4436
|
secondaryText: null;
|
|
4443
4437
|
size: string;
|
|
4444
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
4438
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_37<{
|
|
4445
4439
|
mainIcon: string;
|
|
4446
4440
|
secondaryIcon?: string | null | undefined;
|
|
4447
4441
|
secondaryText?: string | null | undefined;
|
|
@@ -4461,14 +4455,14 @@ modelValue: {
|
|
|
4461
4455
|
required: true;
|
|
4462
4456
|
type: PropType<IntegerIdNullable>;
|
|
4463
4457
|
};
|
|
4464
|
-
image: {
|
|
4465
|
-
type: PropType<ImageAware>;
|
|
4466
|
-
default: undefined;
|
|
4467
|
-
};
|
|
4468
4458
|
dataCy: {
|
|
4469
4459
|
type: PropType<string>;
|
|
4470
4460
|
default: undefined;
|
|
4471
4461
|
};
|
|
4462
|
+
image: {
|
|
4463
|
+
type: PropType<ImageAware>;
|
|
4464
|
+
default: undefined;
|
|
4465
|
+
};
|
|
4472
4466
|
configName: {
|
|
4473
4467
|
type: PropType<string>;
|
|
4474
4468
|
default: string;
|
|
@@ -4491,14 +4485,14 @@ modelValue: {
|
|
|
4491
4485
|
required: true;
|
|
4492
4486
|
type: PropType<IntegerIdNullable>;
|
|
4493
4487
|
};
|
|
4494
|
-
image: {
|
|
4495
|
-
type: PropType<ImageAware>;
|
|
4496
|
-
default: undefined;
|
|
4497
|
-
};
|
|
4498
4488
|
dataCy: {
|
|
4499
4489
|
type: PropType<string>;
|
|
4500
4490
|
default: undefined;
|
|
4501
4491
|
};
|
|
4492
|
+
image: {
|
|
4493
|
+
type: PropType<ImageAware>;
|
|
4494
|
+
default: undefined;
|
|
4495
|
+
};
|
|
4502
4496
|
configName: {
|
|
4503
4497
|
type: PropType<string>;
|
|
4504
4498
|
default: string;
|
|
@@ -4512,13 +4506,13 @@ type: PropType<string>;
|
|
|
4512
4506
|
default: string;
|
|
4513
4507
|
};
|
|
4514
4508
|
}>>, {
|
|
4515
|
-
image: ImageAware;
|
|
4516
4509
|
dataCy: string;
|
|
4510
|
+
image: ImageAware;
|
|
4517
4511
|
configName: string;
|
|
4518
4512
|
labelT: string;
|
|
4519
4513
|
}, {}>;
|
|
4520
4514
|
|
|
4521
|
-
export declare const AImageWidget: DefineComponent<
|
|
4515
|
+
export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_65<{
|
|
4522
4516
|
modelValue: IntegerIdNullable;
|
|
4523
4517
|
queueKey: UploadQueueKey;
|
|
4524
4518
|
uploadLicence: IntegerId;
|
|
@@ -4555,7 +4549,7 @@ metadataConfirm: () => void;
|
|
|
4555
4549
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
4556
4550
|
"update:modelValue": (data: IntegerIdNullable) => void;
|
|
4557
4551
|
afterMetadataSaveSuccess: () => void;
|
|
4558
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
4552
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_65<{
|
|
4559
4553
|
modelValue: IntegerIdNullable;
|
|
4560
4554
|
queueKey: UploadQueueKey;
|
|
4561
4555
|
uploadLicence: IntegerId;
|
|
@@ -4592,6 +4586,7 @@ callDeleteApiOnRemove: boolean;
|
|
|
4592
4586
|
onAfterMetadataSaveSuccess?: (() => any) | undefined;
|
|
4593
4587
|
}, {
|
|
4594
4588
|
width: number;
|
|
4589
|
+
dataCy: string;
|
|
4595
4590
|
collab: {
|
|
4596
4591
|
room: string;
|
|
4597
4592
|
field: string;
|
|
@@ -4601,7 +4596,6 @@ image: ImageAware;
|
|
|
4601
4596
|
required: boolean;
|
|
4602
4597
|
readonly: boolean;
|
|
4603
4598
|
label: string;
|
|
4604
|
-
dataCy: string;
|
|
4605
4599
|
configName: string;
|
|
4606
4600
|
expandOptions: boolean;
|
|
4607
4601
|
expandMetadata: boolean;
|
|
@@ -4609,7 +4603,7 @@ disableOnClickMenu: boolean;
|
|
|
4609
4603
|
callDeleteApiOnRemove: boolean;
|
|
4610
4604
|
}, {}>;
|
|
4611
4605
|
|
|
4612
|
-
export declare const AImageWidgetMultiple: DefineComponent<
|
|
4606
|
+
export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_67<{
|
|
4613
4607
|
modelValue: IntegerId[];
|
|
4614
4608
|
queueKey: UploadQueueKey;
|
|
4615
4609
|
uploadLicence: IntegerId;
|
|
@@ -4635,7 +4629,7 @@ callDeleteApiOnRemove: boolean;
|
|
|
4635
4629
|
saveImages: () => Promise<boolean>;
|
|
4636
4630
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
4637
4631
|
"update:modelValue": (data: number[]) => void;
|
|
4638
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
4632
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_67<{
|
|
4639
4633
|
modelValue: IntegerId[];
|
|
4640
4634
|
queueKey: UploadQueueKey;
|
|
4641
4635
|
uploadLicence: IntegerId;
|
|
@@ -4661,14 +4655,14 @@ callDeleteApiOnRemove: boolean;
|
|
|
4661
4655
|
"onUpdate:modelValue"?: ((data: number[]) => any) | undefined;
|
|
4662
4656
|
}, {
|
|
4663
4657
|
width: number;
|
|
4658
|
+
dataCy: string;
|
|
4664
4659
|
readonly: boolean;
|
|
4665
4660
|
label: string;
|
|
4666
|
-
dataCy: string;
|
|
4667
4661
|
configName: string;
|
|
4668
4662
|
callDeleteApiOnRemove: boolean;
|
|
4669
4663
|
}, {}>;
|
|
4670
4664
|
|
|
4671
|
-
export declare const AImageWidgetMultipleSimple: DefineComponent<
|
|
4665
|
+
export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_68<{
|
|
4672
4666
|
modelValue: IntegerId[];
|
|
4673
4667
|
images?: ImageAware[] | undefined;
|
|
4674
4668
|
configName?: string | undefined;
|
|
@@ -4688,7 +4682,7 @@ disableAspectRatio: boolean;
|
|
|
4688
4682
|
aspectRatio: number;
|
|
4689
4683
|
showDescription: boolean;
|
|
4690
4684
|
showSource: boolean;
|
|
4691
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
4685
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_68<{
|
|
4692
4686
|
modelValue: IntegerId[];
|
|
4693
4687
|
images?: ImageAware[] | undefined;
|
|
4694
4688
|
configName?: string | undefined;
|
|
@@ -4719,7 +4713,7 @@ showSource: boolean;
|
|
|
4719
4713
|
images: ImageAware[];
|
|
4720
4714
|
}, {}>;
|
|
4721
4715
|
|
|
4722
|
-
export declare const AImageWidgetSimple:
|
|
4716
|
+
export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_23<DefineComponent<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_66<{
|
|
4723
4717
|
modelValue: IntegerIdNullable | undefined;
|
|
4724
4718
|
image?: ImageAware | ImageCreateUpdateAware | null | undefined;
|
|
4725
4719
|
configName?: string | undefined;
|
|
@@ -4738,7 +4732,7 @@ disableAspectRatio: boolean;
|
|
|
4738
4732
|
aspectRatio: number;
|
|
4739
4733
|
showDescription: boolean;
|
|
4740
4734
|
showSource: boolean;
|
|
4741
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
4735
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_66<{
|
|
4742
4736
|
modelValue: IntegerIdNullable | undefined;
|
|
4743
4737
|
image?: ImageAware | ImageCreateUpdateAware | null | undefined;
|
|
4744
4738
|
configName?: string | undefined;
|
|
@@ -4808,12 +4802,12 @@ type: PropType<JobBase<`job${string}`>>;
|
|
|
4808
4802
|
};
|
|
4809
4803
|
}>>, {}, {}>;
|
|
4810
4804
|
|
|
4811
|
-
export declare const AJobDetailCommon:
|
|
4805
|
+
export declare const AJobDetailCommon: __VLS_WithTemplateSlots_19<DefineComponent<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
|
|
4812
4806
|
job: JobBase<`job${string}`>;
|
|
4813
4807
|
loading?: boolean | undefined;
|
|
4814
4808
|
}>, {
|
|
4815
4809
|
loading: boolean;
|
|
4816
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
4810
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
|
|
4817
4811
|
job: JobBase<`job${string}`>;
|
|
4818
4812
|
loading?: boolean | undefined;
|
|
4819
4813
|
}>, {
|
|
@@ -4824,9 +4818,9 @@ loading: boolean;
|
|
|
4824
4818
|
"resource-name"?(_: {}): any;
|
|
4825
4819
|
}>;
|
|
4826
4820
|
|
|
4827
|
-
export declare const AJobPriorityChip: DefineComponent<
|
|
4821
|
+
export declare const AJobPriorityChip: DefineComponent<__VLS_TypePropsToRuntimeProps_60<{
|
|
4828
4822
|
priority: number;
|
|
4829
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
4823
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_60<{
|
|
4830
4824
|
priority: number;
|
|
4831
4825
|
}>>>, {}, {}>;
|
|
4832
4826
|
|
|
@@ -4848,7 +4842,7 @@ data: any;
|
|
|
4848
4842
|
data: any;
|
|
4849
4843
|
}>, {}>>>, {}, {}>;
|
|
4850
4844
|
|
|
4851
|
-
export declare const ALoginView: DefineComponent<
|
|
4845
|
+
export declare const ALoginView: DefineComponent<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_77<{
|
|
4852
4846
|
title?: string | undefined;
|
|
4853
4847
|
logoUrl?: string | undefined;
|
|
4854
4848
|
loginUrl?: undefined | (() => string);
|
|
@@ -4858,7 +4852,7 @@ title: undefined;
|
|
|
4858
4852
|
logoUrl: undefined;
|
|
4859
4853
|
loginUrl: undefined;
|
|
4860
4854
|
dataCy: string;
|
|
4861
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
4855
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_77<{
|
|
4862
4856
|
title?: string | undefined;
|
|
4863
4857
|
logoUrl?: string | undefined;
|
|
4864
4858
|
loginUrl?: undefined | (() => string);
|
|
@@ -4875,17 +4869,17 @@ logoUrl: string;
|
|
|
4875
4869
|
loginUrl: () => string;
|
|
4876
4870
|
}, {}>;
|
|
4877
4871
|
|
|
4878
|
-
export declare const ALogLevelChip: DefineComponent<
|
|
4872
|
+
export declare const ALogLevelChip: DefineComponent<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
|
|
4879
4873
|
level: LogLevel;
|
|
4880
|
-
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
4874
|
+
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
|
|
4881
4875
|
level: LogLevel;
|
|
4882
4876
|
}>, {}>>>, {}, {}>;
|
|
4883
4877
|
|
|
4884
|
-
export declare const ALogoutView: DefineComponent<
|
|
4878
|
+
export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_78<{
|
|
4885
4879
|
logoutUrl?: undefined | (() => string);
|
|
4886
4880
|
}>, {
|
|
4887
4881
|
logoutUrl: undefined;
|
|
4888
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
4882
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_78<{
|
|
4889
4883
|
logoutUrl?: undefined | (() => string);
|
|
4890
4884
|
}>, {
|
|
4891
4885
|
logoutUrl: undefined;
|
|
@@ -4893,9 +4887,9 @@ logoutUrl: undefined;
|
|
|
4893
4887
|
logoutUrl: () => string;
|
|
4894
4888
|
}, {}>;
|
|
4895
4889
|
|
|
4896
|
-
export declare const ANotFoundView: DefineComponent<
|
|
4890
|
+
export declare const ANotFoundView: DefineComponent<__VLS_WithDefaults_76<__VLS_TypePropsToRuntimeProps_80<{
|
|
4897
4891
|
returnRouteName: string;
|
|
4898
|
-
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
4892
|
+
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_76<__VLS_TypePropsToRuntimeProps_80<{
|
|
4899
4893
|
returnRouteName: string;
|
|
4900
4894
|
}>, {}>>>, {}, {}>;
|
|
4901
4895
|
|
|
@@ -5077,7 +5071,7 @@ export declare const arraysHaveSameElements: <T>(array1: T[], array2: T[]) => bo
|
|
|
5077
5071
|
|
|
5078
5072
|
export declare const arrayToString: (values: Array<string | number>, separator?: string) => string;
|
|
5079
5073
|
|
|
5080
|
-
export declare const ASortable:
|
|
5074
|
+
export declare const ASortable: __VLS_WithTemplateSlots_20<DefineComponent<__VLS_WithDefaults_57<__VLS_TypePropsToRuntimeProps_61<{
|
|
5081
5075
|
modelValue: any;
|
|
5082
5076
|
dirty?: Set<string | number> | undefined;
|
|
5083
5077
|
keyField?: string | undefined;
|
|
@@ -5131,7 +5125,7 @@ onAddAfter: (data: SortableItem<any>) => void;
|
|
|
5131
5125
|
onAddLast: (data: any) => void;
|
|
5132
5126
|
onEdit: (data: SortableItem<any>) => void;
|
|
5133
5127
|
onDelete: (data: SortableItem<any>) => void;
|
|
5134
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
5128
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_57<__VLS_TypePropsToRuntimeProps_61<{
|
|
5135
5129
|
modelValue: any;
|
|
5136
5130
|
dirty?: Set<string | number> | undefined;
|
|
5137
5131
|
keyField?: string | undefined;
|
|
@@ -5215,7 +5209,7 @@ disableDeleteDialog: boolean;
|
|
|
5215
5209
|
}): any;
|
|
5216
5210
|
}>;
|
|
5217
5211
|
|
|
5218
|
-
export declare const ASortableNested:
|
|
5212
|
+
export declare const ASortableNested: __VLS_WithTemplateSlots_21<DefineComponent<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_62<{
|
|
5219
5213
|
modelValue: SortableNested<any>;
|
|
5220
5214
|
maxDepth: number;
|
|
5221
5215
|
disableDraggable?: boolean | undefined;
|
|
@@ -5251,7 +5245,7 @@ onAddChild: (data: SortableNestedItem<any>) => void;
|
|
|
5251
5245
|
onAddLast: (data: SortableNestedItem<any> | null) => void;
|
|
5252
5246
|
onEdit: (data: SortableNestedItem<any>) => void;
|
|
5253
5247
|
onDelete: (data: SortableNestedItem<any>) => void;
|
|
5254
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
5248
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_62<{
|
|
5255
5249
|
modelValue: SortableNested<any>;
|
|
5256
5250
|
maxDepth: number;
|
|
5257
5251
|
disableDraggable?: boolean | undefined;
|
|
@@ -5500,10 +5494,10 @@ declare enum AssetSelectReturnType {
|
|
|
5500
5494
|
}
|
|
5501
5495
|
|
|
5502
5496
|
export declare const ASubjectSelect: <TItem>(__VLS_props: {
|
|
5503
|
-
submitFilter: Fn;
|
|
5504
|
-
resetFilter: Fn;
|
|
5505
5497
|
pagination: Pagination;
|
|
5506
5498
|
loading?: boolean | undefined;
|
|
5499
|
+
submitFilter: Fn;
|
|
5500
|
+
resetFilter: Fn;
|
|
5507
5501
|
modelValue?: boolean | undefined;
|
|
5508
5502
|
"onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|
|
5509
5503
|
onOnOpen?: (() => any) | undefined;
|
|
@@ -5544,10 +5538,10 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
|
|
|
5544
5538
|
open: () => void;
|
|
5545
5539
|
}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
5546
5540
|
props: {
|
|
5547
|
-
submitFilter: Fn;
|
|
5548
|
-
resetFilter: Fn;
|
|
5549
5541
|
pagination: Pagination;
|
|
5550
5542
|
loading?: boolean | undefined;
|
|
5543
|
+
submitFilter: Fn;
|
|
5544
|
+
resetFilter: Fn;
|
|
5551
5545
|
modelValue?: boolean | undefined;
|
|
5552
5546
|
"onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|
|
5553
5547
|
onOnOpen?: (() => any) | undefined;
|
|
@@ -5592,10 +5586,10 @@ open: () => void;
|
|
|
5592
5586
|
}> & {
|
|
5593
5587
|
__ctx?: {
|
|
5594
5588
|
props: {
|
|
5595
|
-
submitFilter: Fn;
|
|
5596
|
-
resetFilter: Fn;
|
|
5597
5589
|
pagination: Pagination;
|
|
5598
5590
|
loading?: boolean | undefined;
|
|
5591
|
+
submitFilter: Fn;
|
|
5592
|
+
resetFilter: Fn;
|
|
5599
5593
|
modelValue?: boolean | undefined;
|
|
5600
5594
|
"onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|
|
5601
5595
|
onOnOpen?: (() => any) | undefined;
|
|
@@ -5638,14 +5632,14 @@ open: () => void;
|
|
|
5638
5632
|
} | undefined;
|
|
5639
5633
|
};
|
|
5640
5634
|
|
|
5641
|
-
export declare const ASystemBar: DefineComponent<
|
|
5635
|
+
export declare const ASystemBar: DefineComponent<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<{
|
|
5642
5636
|
currentVersion: string;
|
|
5643
5637
|
checkInterval?: number | undefined;
|
|
5644
5638
|
jsonRelativePath?: string | undefined;
|
|
5645
5639
|
}>, {
|
|
5646
5640
|
checkInterval: number;
|
|
5647
5641
|
jsonRelativePath: string;
|
|
5648
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
5642
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<{
|
|
5649
5643
|
currentVersion: string;
|
|
5650
5644
|
checkInterval?: number | undefined;
|
|
5651
5645
|
jsonRelativePath?: string | undefined;
|
|
@@ -5667,7 +5661,7 @@ subject: string;
|
|
|
5667
5661
|
default?(_: {}): any;
|
|
5668
5662
|
}>;
|
|
5669
5663
|
|
|
5670
|
-
export declare const ATableCopyIdButton: DefineComponent<
|
|
5664
|
+
export declare const ATableCopyIdButton: DefineComponent<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<{
|
|
5671
5665
|
id: number | string;
|
|
5672
5666
|
buttonT?: string | undefined;
|
|
5673
5667
|
buttonClass?: string | undefined;
|
|
@@ -5682,7 +5676,7 @@ iconT: string;
|
|
|
5682
5676
|
notifyT: string;
|
|
5683
5677
|
dataCy: string;
|
|
5684
5678
|
size: string;
|
|
5685
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
5679
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<{
|
|
5686
5680
|
id: number | string;
|
|
5687
5681
|
buttonT?: string | undefined;
|
|
5688
5682
|
buttonClass?: string | undefined;
|
|
@@ -5706,7 +5700,7 @@ notifyT: string;
|
|
|
5706
5700
|
iconT: string;
|
|
5707
5701
|
}, {}>;
|
|
5708
5702
|
|
|
5709
|
-
export declare const ATableDetailButton: DefineComponent<
|
|
5703
|
+
export declare const ATableDetailButton: DefineComponent<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_50<{
|
|
5710
5704
|
routeName: string;
|
|
5711
5705
|
recordId?: number | string | undefined;
|
|
5712
5706
|
routeParams?: any | undefined;
|
|
@@ -5719,7 +5713,7 @@ routeParams: undefined;
|
|
|
5719
5713
|
buttonT: string;
|
|
5720
5714
|
buttonClass: string;
|
|
5721
5715
|
dataCy: string;
|
|
5722
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
5716
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_50<{
|
|
5723
5717
|
routeName: string;
|
|
5724
5718
|
recordId?: number | string | undefined;
|
|
5725
5719
|
routeParams?: any | undefined;
|
|
@@ -5740,7 +5734,7 @@ routeParams: any | undefined;
|
|
|
5740
5734
|
recordId: string | number;
|
|
5741
5735
|
}, {}>;
|
|
5742
5736
|
|
|
5743
|
-
export declare const ATableEditButton: DefineComponent<
|
|
5737
|
+
export declare const ATableEditButton: DefineComponent<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_51<{
|
|
5744
5738
|
routeName: string;
|
|
5745
5739
|
recordId?: number | string | undefined;
|
|
5746
5740
|
routeParams?: any | undefined;
|
|
@@ -5753,7 +5747,7 @@ routeParams: undefined;
|
|
|
5753
5747
|
buttonT: string;
|
|
5754
5748
|
buttonClass: string;
|
|
5755
5749
|
dataCy: string;
|
|
5756
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
5750
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_51<{
|
|
5757
5751
|
routeName: string;
|
|
5758
5752
|
recordId?: number | string | undefined;
|
|
5759
5753
|
routeParams?: any | undefined;
|
|
@@ -5806,13 +5800,13 @@ declare interface AudioAttributes {
|
|
|
5806
5800
|
bitrate: number;
|
|
5807
5801
|
}
|
|
5808
5802
|
|
|
5809
|
-
export declare const AUnauthorizedView: DefineComponent<
|
|
5803
|
+
export declare const AUnauthorizedView: DefineComponent<__VLS_WithDefaults_75<__VLS_TypePropsToRuntimeProps_79<{
|
|
5810
5804
|
returnRouteName: string;
|
|
5811
|
-
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
5805
|
+
}>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_75<__VLS_TypePropsToRuntimeProps_79<{
|
|
5812
5806
|
returnRouteName: string;
|
|
5813
5807
|
}>, {}>>>, {}, {}>;
|
|
5814
5808
|
|
|
5815
|
-
export declare const AUserAndTimeTrackingFields: DefineComponent<
|
|
5809
|
+
export declare const AUserAndTimeTrackingFields: DefineComponent<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
|
|
5816
5810
|
data: AnzuUserAndTimeTrackingAware | any;
|
|
5817
5811
|
hideCreatedAt?: boolean | undefined;
|
|
5818
5812
|
hideModifiedAt?: boolean | undefined;
|
|
@@ -5823,7 +5817,7 @@ hideCreatedAt: boolean;
|
|
|
5823
5817
|
hideModifiedAt: boolean;
|
|
5824
5818
|
hideCreatedBy: boolean;
|
|
5825
5819
|
hideModifiedBy: boolean;
|
|
5826
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
5820
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
|
|
5827
5821
|
data: AnzuUserAndTimeTrackingAware | any;
|
|
5828
5822
|
hideCreatedAt?: boolean | undefined;
|
|
5829
5823
|
hideModifiedAt?: boolean | undefined;
|
|
@@ -5851,6 +5845,22 @@ export declare const axiosErrorResponseIsForbidden: (error: Error) => boolean;
|
|
|
5851
5845
|
|
|
5852
5846
|
export declare const booleanToInteger: (value: boolean) => 0 | 1;
|
|
5853
5847
|
|
|
5848
|
+
export declare interface BreadcrumbItem {
|
|
5849
|
+
title: string;
|
|
5850
|
+
routeName: string;
|
|
5851
|
+
id?: IntegerId | DocId;
|
|
5852
|
+
routeParams?: any;
|
|
5853
|
+
}
|
|
5854
|
+
|
|
5855
|
+
declare interface BreadcrumbOptions {
|
|
5856
|
+
linkLastItem: boolean;
|
|
5857
|
+
}
|
|
5858
|
+
|
|
5859
|
+
export declare interface Breadcrumbs {
|
|
5860
|
+
items: ComputedRef<Array<BreadcrumbItem>>;
|
|
5861
|
+
options: BreadcrumbOptions;
|
|
5862
|
+
}
|
|
5863
|
+
|
|
5854
5864
|
export declare const browserHistoryReplaceUrlByRouter: (router: Router, to: RouteLocationRaw) => void;
|
|
5855
5865
|
|
|
5856
5866
|
export declare const browserHistoryReplaceUrlByString: (path: string) => void;
|
|
@@ -6282,6 +6292,10 @@ export declare interface DamAssetLicenceGroup extends AnzuUserAndTimeTrackingAwa
|
|
|
6282
6292
|
|
|
6283
6293
|
export declare const DamAssetLicenceGroupRemoteAutocomplete: DefineComponent< {
|
|
6284
6294
|
selected: PropType<ValueObjectOption<number>[]>;
|
|
6295
|
+
dataCy: {
|
|
6296
|
+
type: PropType<string>;
|
|
6297
|
+
default: string;
|
|
6298
|
+
};
|
|
6285
6299
|
multiple: {
|
|
6286
6300
|
type: PropType<boolean>;
|
|
6287
6301
|
default: boolean;
|
|
@@ -6298,10 +6312,6 @@ label: {
|
|
|
6298
6312
|
type: PropType<string>;
|
|
6299
6313
|
default: undefined;
|
|
6300
6314
|
};
|
|
6301
|
-
dataCy: {
|
|
6302
|
-
type: PropType<string>;
|
|
6303
|
-
default: string;
|
|
6304
|
-
};
|
|
6305
6315
|
clearable: {
|
|
6306
6316
|
type: PropType<boolean>;
|
|
6307
6317
|
default: boolean;
|
|
@@ -6322,6 +6332,10 @@ required: true;
|
|
|
6322
6332
|
"update:modelValue": (data: any) => void;
|
|
6323
6333
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
6324
6334
|
selected: PropType<ValueObjectOption<number>[]>;
|
|
6335
|
+
dataCy: {
|
|
6336
|
+
type: PropType<string>;
|
|
6337
|
+
default: string;
|
|
6338
|
+
};
|
|
6325
6339
|
multiple: {
|
|
6326
6340
|
type: PropType<boolean>;
|
|
6327
6341
|
default: boolean;
|
|
@@ -6338,10 +6352,6 @@ label: {
|
|
|
6338
6352
|
type: PropType<string>;
|
|
6339
6353
|
default: undefined;
|
|
6340
6354
|
};
|
|
6341
|
-
dataCy: {
|
|
6342
|
-
type: PropType<string>;
|
|
6343
|
-
default: string;
|
|
6344
|
-
};
|
|
6345
6355
|
clearable: {
|
|
6346
6356
|
type: PropType<boolean>;
|
|
6347
6357
|
default: boolean;
|
|
@@ -6361,10 +6371,10 @@ required: true;
|
|
|
6361
6371
|
}>> & {
|
|
6362
6372
|
"onUpdate:modelValue"?: ((data: any) => any) | undefined;
|
|
6363
6373
|
}, {
|
|
6374
|
+
dataCy: string;
|
|
6364
6375
|
multiple: boolean;
|
|
6365
6376
|
required: boolean;
|
|
6366
6377
|
label: string;
|
|
6367
|
-
dataCy: string;
|
|
6368
6378
|
clearable: boolean;
|
|
6369
6379
|
hideDetails: boolean;
|
|
6370
6380
|
disableInitFetch: boolean;
|
|
@@ -6377,6 +6387,10 @@ export declare interface DamAssetLicenceMinimal {
|
|
|
6377
6387
|
|
|
6378
6388
|
export declare const DamAssetLicenceRemoteAutocomplete: DefineComponent< {
|
|
6379
6389
|
selected: PropType<ValueObjectOption<number>[]>;
|
|
6390
|
+
dataCy: {
|
|
6391
|
+
type: PropType<string>;
|
|
6392
|
+
default: string;
|
|
6393
|
+
};
|
|
6380
6394
|
multiple: {
|
|
6381
6395
|
type: PropType<boolean>;
|
|
6382
6396
|
default: boolean;
|
|
@@ -6393,10 +6407,6 @@ label: {
|
|
|
6393
6407
|
type: PropType<string>;
|
|
6394
6408
|
default: undefined;
|
|
6395
6409
|
};
|
|
6396
|
-
dataCy: {
|
|
6397
|
-
type: PropType<string>;
|
|
6398
|
-
default: string;
|
|
6399
|
-
};
|
|
6400
6410
|
clearable: {
|
|
6401
6411
|
type: PropType<boolean>;
|
|
6402
6412
|
default: boolean;
|
|
@@ -6421,6 +6431,10 @@ required: true;
|
|
|
6421
6431
|
"update:modelValue": (data: any) => void;
|
|
6422
6432
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
6423
6433
|
selected: PropType<ValueObjectOption<number>[]>;
|
|
6434
|
+
dataCy: {
|
|
6435
|
+
type: PropType<string>;
|
|
6436
|
+
default: string;
|
|
6437
|
+
};
|
|
6424
6438
|
multiple: {
|
|
6425
6439
|
type: PropType<boolean>;
|
|
6426
6440
|
default: boolean;
|
|
@@ -6437,10 +6451,6 @@ label: {
|
|
|
6437
6451
|
type: PropType<string>;
|
|
6438
6452
|
default: undefined;
|
|
6439
6453
|
};
|
|
6440
|
-
dataCy: {
|
|
6441
|
-
type: PropType<string>;
|
|
6442
|
-
default: string;
|
|
6443
|
-
};
|
|
6444
6454
|
clearable: {
|
|
6445
6455
|
type: PropType<boolean>;
|
|
6446
6456
|
default: boolean;
|
|
@@ -6464,10 +6474,10 @@ required: true;
|
|
|
6464
6474
|
}>> & {
|
|
6465
6475
|
"onUpdate:modelValue"?: ((data: any) => any) | undefined;
|
|
6466
6476
|
}, {
|
|
6477
|
+
dataCy: string;
|
|
6467
6478
|
multiple: boolean;
|
|
6468
6479
|
required: boolean;
|
|
6469
6480
|
label: string;
|
|
6470
|
-
dataCy: string;
|
|
6471
6481
|
clearable: boolean;
|
|
6472
6482
|
hideDetails: boolean;
|
|
6473
6483
|
disableInitFetch: boolean;
|
|
@@ -6631,7 +6641,7 @@ export declare enum DamDistributionRequirementStrategy {
|
|
|
6631
6641
|
|
|
6632
6642
|
export declare type DamDistributionServiceName = string;
|
|
6633
6643
|
|
|
6634
|
-
export declare const DamDistributionServiceSelect: DefineComponent<
|
|
6644
|
+
export declare const DamDistributionServiceSelect: DefineComponent<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_76<{
|
|
6635
6645
|
modelValue: string[];
|
|
6636
6646
|
client: () => AxiosInstance;
|
|
6637
6647
|
multiple?: boolean | undefined;
|
|
@@ -6644,7 +6654,7 @@ dataCy: string;
|
|
|
6644
6654
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
6645
6655
|
"update:modelValue": (data: string[]) => void;
|
|
6646
6656
|
blur: (data: string[]) => void;
|
|
6647
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
6657
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_76<{
|
|
6648
6658
|
modelValue: string[];
|
|
6649
6659
|
client: () => AxiosInstance;
|
|
6650
6660
|
multiple?: boolean | undefined;
|
|
@@ -6658,9 +6668,9 @@ dataCy: string;
|
|
|
6658
6668
|
"onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
|
|
6659
6669
|
onBlur?: ((data: string[]) => any) | undefined;
|
|
6660
6670
|
}, {
|
|
6671
|
+
dataCy: string;
|
|
6661
6672
|
multiple: boolean;
|
|
6662
6673
|
label: string;
|
|
6663
|
-
dataCy: string;
|
|
6664
6674
|
}, {}>;
|
|
6665
6675
|
|
|
6666
6676
|
export declare enum DamDistributionServiceType {
|
|
@@ -6685,7 +6695,7 @@ export declare type DamExternalProviderAssetConfig = Record<DamExternalProviderA
|
|
|
6685
6695
|
|
|
6686
6696
|
export declare type DamExternalProviderAssetName = string;
|
|
6687
6697
|
|
|
6688
|
-
export declare const DamExternalProviderAssetSelect: DefineComponent<
|
|
6698
|
+
export declare const DamExternalProviderAssetSelect: DefineComponent<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_75<{
|
|
6689
6699
|
modelValue: string[];
|
|
6690
6700
|
client: () => AxiosInstance;
|
|
6691
6701
|
multiple?: boolean | undefined;
|
|
@@ -6698,7 +6708,7 @@ dataCy: string;
|
|
|
6698
6708
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
6699
6709
|
"update:modelValue": (data: string[]) => void;
|
|
6700
6710
|
blur: (data: string[]) => void;
|
|
6701
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
6711
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_75<{
|
|
6702
6712
|
modelValue: string[];
|
|
6703
6713
|
client: () => AxiosInstance;
|
|
6704
6714
|
multiple?: boolean | undefined;
|
|
@@ -6712,9 +6722,9 @@ dataCy: string;
|
|
|
6712
6722
|
"onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
|
|
6713
6723
|
onBlur?: ((data: string[]) => any) | undefined;
|
|
6714
6724
|
}, {
|
|
6725
|
+
dataCy: string;
|
|
6715
6726
|
multiple: boolean;
|
|
6716
6727
|
label: string;
|
|
6717
|
-
dataCy: string;
|
|
6718
6728
|
}, {}>;
|
|
6719
6729
|
|
|
6720
6730
|
export declare interface DamExtSystem extends AnzuUserAndTimeTrackingAware, ResourceNameSystemAware {
|
|
@@ -6752,7 +6762,7 @@ export declare interface DamExtSystemConfigItem {
|
|
|
6752
6762
|
export declare interface DamExtSystemMinimal extends Pick<DamExtSystem, 'id' | 'name'> {
|
|
6753
6763
|
}
|
|
6754
6764
|
|
|
6755
|
-
export declare const DamExtSystemRemoteAutocomplete: DefineComponent<
|
|
6765
|
+
export declare const DamExtSystemRemoteAutocomplete: DefineComponent<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_74<{
|
|
6756
6766
|
modelValue: IntegerId | null | IntegerId[] | any;
|
|
6757
6767
|
client: () => AxiosInstance;
|
|
6758
6768
|
label?: string | undefined;
|
|
@@ -6772,7 +6782,7 @@ hideDetails: undefined;
|
|
|
6772
6782
|
disableInitFetch: boolean;
|
|
6773
6783
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
6774
6784
|
"update:modelValue": (data: any) => void;
|
|
6775
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
6785
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_74<{
|
|
6776
6786
|
modelValue: IntegerId | null | IntegerId[] | any;
|
|
6777
6787
|
client: () => AxiosInstance;
|
|
6778
6788
|
label?: string | undefined;
|
|
@@ -6793,10 +6803,10 @@ disableInitFetch: boolean;
|
|
|
6793
6803
|
}>>> & {
|
|
6794
6804
|
"onUpdate:modelValue"?: ((data: any) => any) | undefined;
|
|
6795
6805
|
}, {
|
|
6806
|
+
dataCy: string;
|
|
6796
6807
|
multiple: boolean;
|
|
6797
6808
|
required: boolean;
|
|
6798
6809
|
label: string;
|
|
6799
|
-
dataCy: string;
|
|
6800
6810
|
clearable: boolean;
|
|
6801
6811
|
hideDetails: boolean;
|
|
6802
6812
|
disableInitFetch: boolean;
|
|
@@ -7037,6 +7047,13 @@ export declare function defineAuth<TAclValue extends AclValue>(mainCurrentUserSy
|
|
|
7037
7047
|
};
|
|
7038
7048
|
};
|
|
7039
7049
|
|
|
7050
|
+
export declare function defineBreadcrumbs(items: ComputedRef<Array<BreadcrumbItem>>, options?: Partial<BreadcrumbOptions>): {
|
|
7051
|
+
items: ComputedRef<BreadcrumbItem[]>;
|
|
7052
|
+
options: {
|
|
7053
|
+
linkLastItem: boolean;
|
|
7054
|
+
};
|
|
7055
|
+
};
|
|
7056
|
+
|
|
7040
7057
|
/**
|
|
7041
7058
|
* @template I Identifier type
|
|
7042
7059
|
* @template T Source type
|