@anzusystems/common-admin 1.47.0-beta.5 → 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 +126 -132
- package/dist/common-admin.es.js +1 -1
- package/dist/{lib-Bhgubt2h.js → lib-DMC5dvce.js} +2161 -2162
- package/dist/lib-DMC5dvce.js.map +1 -0
- package/dist/{webfontloader-Dgpeknn3.js → webfontloader-CNg5aG0Z.js} +2 -2
- package/dist/{webfontloader-Dgpeknn3.js.map → webfontloader-CNg5aG0Z.js.map} +1 -1
- package/package.json +5 -5
- package/dist/lib-Bhgubt2h.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;
|
|
@@ -2065,7 +2038,7 @@ 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;
|
|
@@ -2101,7 +2074,7 @@ 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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -3530,7 +3524,7 @@ dataCy: string;
|
|
|
3530
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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -4518,7 +4512,7 @@ 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;
|
|
@@ -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;
|
|
@@ -4668,7 +4662,7 @@ 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;
|
|
@@ -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;
|
|
@@ -6647,7 +6641,7 @@ export declare enum DamDistributionRequirementStrategy {
|
|
|
6647
6641
|
|
|
6648
6642
|
export declare type DamDistributionServiceName = string;
|
|
6649
6643
|
|
|
6650
|
-
export declare const DamDistributionServiceSelect: DefineComponent<
|
|
6644
|
+
export declare const DamDistributionServiceSelect: DefineComponent<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_76<{
|
|
6651
6645
|
modelValue: string[];
|
|
6652
6646
|
client: () => AxiosInstance;
|
|
6653
6647
|
multiple?: boolean | undefined;
|
|
@@ -6660,7 +6654,7 @@ dataCy: string;
|
|
|
6660
6654
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
6661
6655
|
"update:modelValue": (data: string[]) => void;
|
|
6662
6656
|
blur: (data: string[]) => void;
|
|
6663
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
6657
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_76<{
|
|
6664
6658
|
modelValue: string[];
|
|
6665
6659
|
client: () => AxiosInstance;
|
|
6666
6660
|
multiple?: boolean | undefined;
|
|
@@ -6701,7 +6695,7 @@ export declare type DamExternalProviderAssetConfig = Record<DamExternalProviderA
|
|
|
6701
6695
|
|
|
6702
6696
|
export declare type DamExternalProviderAssetName = string;
|
|
6703
6697
|
|
|
6704
|
-
export declare const DamExternalProviderAssetSelect: DefineComponent<
|
|
6698
|
+
export declare const DamExternalProviderAssetSelect: DefineComponent<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_75<{
|
|
6705
6699
|
modelValue: string[];
|
|
6706
6700
|
client: () => AxiosInstance;
|
|
6707
6701
|
multiple?: boolean | undefined;
|
|
@@ -6714,7 +6708,7 @@ dataCy: string;
|
|
|
6714
6708
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
6715
6709
|
"update:modelValue": (data: string[]) => void;
|
|
6716
6710
|
blur: (data: string[]) => void;
|
|
6717
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
6711
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_75<{
|
|
6718
6712
|
modelValue: string[];
|
|
6719
6713
|
client: () => AxiosInstance;
|
|
6720
6714
|
multiple?: boolean | undefined;
|
|
@@ -6768,7 +6762,7 @@ export declare interface DamExtSystemConfigItem {
|
|
|
6768
6762
|
export declare interface DamExtSystemMinimal extends Pick<DamExtSystem, 'id' | 'name'> {
|
|
6769
6763
|
}
|
|
6770
6764
|
|
|
6771
|
-
export declare const DamExtSystemRemoteAutocomplete: DefineComponent<
|
|
6765
|
+
export declare const DamExtSystemRemoteAutocomplete: DefineComponent<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_74<{
|
|
6772
6766
|
modelValue: IntegerId | null | IntegerId[] | any;
|
|
6773
6767
|
client: () => AxiosInstance;
|
|
6774
6768
|
label?: string | undefined;
|
|
@@ -6788,7 +6782,7 @@ hideDetails: undefined;
|
|
|
6788
6782
|
disableInitFetch: boolean;
|
|
6789
6783
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
6790
6784
|
"update:modelValue": (data: any) => void;
|
|
6791
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<
|
|
6785
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_74<{
|
|
6792
6786
|
modelValue: IntegerId | null | IntegerId[] | any;
|
|
6793
6787
|
client: () => AxiosInstance;
|
|
6794
6788
|
label?: string | undefined;
|