@anzusystems/common-admin 1.47.0-alpha2 → 1.47.0-alpha20

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.
@@ -1,7 +1,7 @@
1
1
  import { AllowedComponentProps } from 'vue';
2
2
  import type { App } from 'vue';
3
3
  import { AxiosError } from 'axios';
4
- import type { AxiosInstance } from 'axios';
4
+ import { AxiosInstance } from 'axios';
5
5
  import type { AxiosRequestConfig } from 'axios';
6
6
  import type { CancelTokenSource } from 'axios';
7
7
  import { ComponentCustomProps } from 'vue';
@@ -199,6 +199,12 @@ declare type __VLS_NonUndefinedable_79<T> = T extends undefined ? never : T;
199
199
 
200
200
  declare type __VLS_NonUndefinedable_8<T> = T extends undefined ? never : T;
201
201
 
202
+ declare type __VLS_NonUndefinedable_80<T> = T extends undefined ? never : T;
203
+
204
+ declare type __VLS_NonUndefinedable_81<T> = T extends undefined ? never : T;
205
+
206
+ declare type __VLS_NonUndefinedable_82<T> = T extends undefined ? never : T;
207
+
202
208
  declare type __VLS_NonUndefinedable_9<T> = T extends undefined ? never : T;
203
209
 
204
210
  declare type __VLS_Prettify<T> = {
@@ -493,6 +499,18 @@ declare type __VLS_Prettify_75<T> = {
493
499
  [K in keyof T]: T[K];
494
500
  } & {};
495
501
 
502
+ declare type __VLS_Prettify_76<T> = {
503
+ [K in keyof T]: T[K];
504
+ } & {};
505
+
506
+ declare type __VLS_Prettify_77<T> = {
507
+ [K in keyof T]: T[K];
508
+ } & {};
509
+
510
+ declare type __VLS_Prettify_78<T> = {
511
+ [K in keyof T]: T[K];
512
+ } & {};
513
+
496
514
  declare type __VLS_Prettify_8<T> = {
497
515
  [K in keyof T]: T[K];
498
516
  } & {};
@@ -1203,6 +1221,33 @@ declare type __VLS_TypePropsToRuntimeProps_8<T> = {
1203
1221
  };
1204
1222
  };
1205
1223
 
1224
+ declare type __VLS_TypePropsToRuntimeProps_80<T> = {
1225
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
1226
+ type: PropType<__VLS_NonUndefinedable_80<T[K]>>;
1227
+ } : {
1228
+ type: PropType<T[K]>;
1229
+ required: true;
1230
+ };
1231
+ };
1232
+
1233
+ declare type __VLS_TypePropsToRuntimeProps_81<T> = {
1234
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
1235
+ type: PropType<__VLS_NonUndefinedable_81<T[K]>>;
1236
+ } : {
1237
+ type: PropType<T[K]>;
1238
+ required: true;
1239
+ };
1240
+ };
1241
+
1242
+ declare type __VLS_TypePropsToRuntimeProps_82<T> = {
1243
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
1244
+ type: PropType<__VLS_NonUndefinedable_82<T[K]>>;
1245
+ } : {
1246
+ type: PropType<T[K]>;
1247
+ required: true;
1248
+ };
1249
+ };
1250
+
1206
1251
  declare type __VLS_TypePropsToRuntimeProps_9<T> = {
1207
1252
  [K in keyof T]-?: {} extends Pick<T, K> ? {
1208
1253
  type: PropType<__VLS_NonUndefinedable_9<T[K]>>;
@@ -1650,6 +1695,24 @@ declare type __VLS_WithDefaults_75<P, D> = {
1650
1695
  }> : P[K];
1651
1696
  };
1652
1697
 
1698
+ declare type __VLS_WithDefaults_76<P, D> = {
1699
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_76<P[K] & {
1700
+ default: D[K];
1701
+ }> : P[K];
1702
+ };
1703
+
1704
+ declare type __VLS_WithDefaults_77<P, D> = {
1705
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_77<P[K] & {
1706
+ default: D[K];
1707
+ }> : P[K];
1708
+ };
1709
+
1710
+ declare type __VLS_WithDefaults_78<P, D> = {
1711
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_78<P[K] & {
1712
+ default: D[K];
1713
+ }> : P[K];
1714
+ };
1715
+
1653
1716
  declare type __VLS_WithDefaults_8<P, D> = {
1654
1717
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_8<P[K] & {
1655
1718
  default: D[K];
@@ -1812,7 +1875,7 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
1812
1875
  };
1813
1876
  };
1814
1877
 
1815
- export declare const AActionCloseButton: DefineComponent<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_41<{
1878
+ export declare const AActionCloseButton: DefineComponent<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_40<{
1816
1879
  routeName?: string | undefined;
1817
1880
  routeParams?: any | undefined;
1818
1881
  buttonT?: string | undefined;
@@ -1826,7 +1889,7 @@ export declare const AActionCloseButton: DefineComponent<__VLS_WithDefaults_38<_
1826
1889
  buttonClass: string;
1827
1890
  dataCy: string;
1828
1891
  size: number;
1829
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_41<{
1892
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_40<{
1830
1893
  routeName?: string | undefined;
1831
1894
  routeParams?: any | undefined;
1832
1895
  buttonT?: string | undefined;
@@ -1849,7 +1912,7 @@ export declare const AActionCloseButton: DefineComponent<__VLS_WithDefaults_38<_
1849
1912
  routeParams: any | undefined;
1850
1913
  }, {}>;
1851
1914
 
1852
- export declare const AActionCreateButton: DefineComponent<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_42<{
1915
+ export declare const AActionCreateButton: DefineComponent<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_41<{
1853
1916
  routeName: string;
1854
1917
  buttonT?: string | undefined;
1855
1918
  buttonClass?: string | undefined;
@@ -1862,7 +1925,7 @@ export declare const AActionCreateButton: DefineComponent<__VLS_WithDefaults_39<
1862
1925
  dataCy: string;
1863
1926
  size: number;
1864
1927
  variant: string;
1865
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_42<{
1928
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_41<{
1866
1929
  routeName: string;
1867
1930
  buttonT?: string | undefined;
1868
1931
  buttonClass?: string | undefined;
@@ -1883,7 +1946,7 @@ export declare const AActionCreateButton: DefineComponent<__VLS_WithDefaults_39<
1883
1946
  buttonT: string;
1884
1947
  }, {}>;
1885
1948
 
1886
- export declare const AActionDeleteButton: DefineComponent<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_43<{
1949
+ export declare const AActionDeleteButton: DefineComponent<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_42<{
1887
1950
  variant?: ButtonVariant | undefined;
1888
1951
  buttonT?: string | undefined;
1889
1952
  buttonClass?: string | undefined;
@@ -1918,7 +1981,7 @@ export declare const AActionDeleteButton: DefineComponent<__VLS_WithDefaults_40<
1918
1981
  closeDialog: () => void;
1919
1982
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1920
1983
  deleteRecord: () => void;
1921
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_43<{
1984
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_42<{
1922
1985
  variant?: ButtonVariant | undefined;
1923
1986
  buttonT?: string | undefined;
1924
1987
  buttonClass?: string | undefined;
@@ -1968,7 +2031,7 @@ export declare const AActionDeleteButton: DefineComponent<__VLS_WithDefaults_40<
1968
2031
  disableCloseAfterConfirm: boolean;
1969
2032
  }, {}>;
1970
2033
 
1971
- export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_41<__VLS_TypePropsToRuntimeProps_44<{
2034
+ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_43<{
1972
2035
  routeName: string;
1973
2036
  recordId?: number | string | undefined;
1974
2037
  routeParams?: any | undefined;
@@ -1989,7 +2052,7 @@ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_41<__
1989
2052
  variant: string;
1990
2053
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1991
2054
  editRecord: () => void;
1992
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_41<__VLS_TypePropsToRuntimeProps_44<{
2055
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_43<{
1993
2056
  routeName: string;
1994
2057
  recordId?: number | string | undefined;
1995
2058
  routeParams?: any | undefined;
@@ -2013,15 +2076,15 @@ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_41<__
2013
2076
  }, {
2014
2077
  size: number;
2015
2078
  variant: ButtonVariant;
2016
- dataCy: string;
2017
2079
  loading: boolean;
2080
+ dataCy: string;
2018
2081
  buttonClass: string;
2019
2082
  buttonT: string;
2020
2083
  routeParams: any | undefined;
2021
2084
  recordId: string | number;
2022
2085
  }, {}>;
2023
2086
 
2024
- export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaults_42<__VLS_TypePropsToRuntimeProps_45<{
2087
+ export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaults_41<__VLS_TypePropsToRuntimeProps_44<{
2025
2088
  buttonT?: string | undefined;
2026
2089
  buttonClass?: string | undefined;
2027
2090
  dataCy?: string | undefined;
@@ -2035,7 +2098,7 @@ export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaul
2035
2098
  disabled: undefined;
2036
2099
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2037
2100
  saveRecordAndClose: () => void;
2038
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_42<__VLS_TypePropsToRuntimeProps_45<{
2101
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_41<__VLS_TypePropsToRuntimeProps_44<{
2039
2102
  buttonT?: string | undefined;
2040
2103
  buttonClass?: string | undefined;
2041
2104
  dataCy?: string | undefined;
@@ -2051,13 +2114,13 @@ export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaul
2051
2114
  onSaveRecordAndClose?: (() => any) | undefined;
2052
2115
  }, {
2053
2116
  disabled: boolean;
2054
- dataCy: string;
2055
2117
  loading: boolean;
2118
+ dataCy: string;
2056
2119
  buttonClass: string;
2057
2120
  buttonT: string;
2058
2121
  }, {}>;
2059
2122
 
2060
- export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_46<{
2123
+ export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_42<__VLS_TypePropsToRuntimeProps_45<{
2061
2124
  buttonT?: string | undefined;
2062
2125
  buttonClass?: string | undefined;
2063
2126
  dataCy?: string | undefined;
@@ -2075,7 +2138,7 @@ export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_43<__
2075
2138
  variant: string;
2076
2139
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2077
2140
  saveRecord: () => void;
2078
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_46<{
2141
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_42<__VLS_TypePropsToRuntimeProps_45<{
2079
2142
  buttonT?: string | undefined;
2080
2143
  buttonClass?: string | undefined;
2081
2144
  dataCy?: string | undefined;
@@ -2097,17 +2160,17 @@ export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_43<__
2097
2160
  size: number;
2098
2161
  variant: ButtonVariant;
2099
2162
  disabled: boolean;
2100
- dataCy: string;
2101
2163
  loading: boolean;
2164
+ dataCy: string;
2102
2165
  buttonClass: string;
2103
2166
  buttonT: string;
2104
2167
  }, {}>;
2105
2168
 
2106
- export declare const AAdminSwitcher: DefineComponent<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_35<{
2169
+ export declare const AAdminSwitcher: DefineComponent<__VLS_WithDefaults_31<__VLS_TypePropsToRuntimeProps_34<{
2107
2170
  configUrl?: string | undefined | null;
2108
2171
  }>, {
2109
2172
  configUrl: null;
2110
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_35<{
2173
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_31<__VLS_TypePropsToRuntimeProps_34<{
2111
2174
  configUrl?: string | undefined | null;
2112
2175
  }>, {
2113
2176
  configUrl: null;
@@ -2147,7 +2210,7 @@ export declare const AAlerts: DefineComponent<__VLS_WithDefaults_5<__VLS_TypePro
2147
2210
  customClass: string;
2148
2211
  }, {}>;
2149
2212
 
2150
- export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
2213
+ export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_53<__VLS_TypePropsToRuntimeProps_56<{
2151
2214
  user?: AnzuUserMinimal | undefined | null;
2152
2215
  size?: number | undefined;
2153
2216
  containerClass?: string | undefined;
@@ -2155,7 +2218,7 @@ export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_54<__VL
2155
2218
  user: undefined;
2156
2219
  size: number;
2157
2220
  containerClass: string;
2158
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
2221
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_53<__VLS_TypePropsToRuntimeProps_56<{
2159
2222
  user?: AnzuUserMinimal | undefined | null;
2160
2223
  size?: number | undefined;
2161
2224
  containerClass?: string | undefined;
@@ -2169,7 +2232,7 @@ export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_54<__VL
2169
2232
  containerClass: string;
2170
2233
  }, {}>;
2171
2234
 
2172
- export declare const AAssetSelect: __VLS_WithTemplateSlots_25<DefineComponent<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_74<{
2235
+ export declare const AAssetSelect: __VLS_WithTemplateSlots_25<DefineComponent<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_73<{
2173
2236
  modelValue?: boolean | undefined;
2174
2237
  assetType: "image" | "audio" | "video" | "document" | DamAssetType;
2175
2238
  minCount: number;
@@ -2188,7 +2251,7 @@ export declare const AAssetSelect: __VLS_WithTemplateSlots_25<DefineComponent<__
2188
2251
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2189
2252
  "update:modelValue": (data: boolean) => void;
2190
2253
  onConfirm: (data: AssetSelectReturnData) => void;
2191
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_74<{
2254
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_73<{
2192
2255
  modelValue?: boolean | undefined;
2193
2256
  assetType: "image" | "audio" | "video" | "document" | DamAssetType;
2194
2257
  minCount: number;
@@ -2220,7 +2283,7 @@ export declare const AAssetSelect: __VLS_WithTemplateSlots_25<DefineComponent<__
2220
2283
  "button-confirm-title"?(_: {}): any;
2221
2284
  }>;
2222
2285
 
2223
- export declare const AAvatarColorPicker: DefineComponent<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
2286
+ export declare const AAvatarColorPicker: DefineComponent<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
2224
2287
  modelValue: string;
2225
2288
  label?: string | undefined;
2226
2289
  loading?: boolean | undefined;
@@ -2237,7 +2300,7 @@ export declare const AAvatarColorPicker: DefineComponent<__VLS_WithDefaults_55<_
2237
2300
  hideLabel: boolean;
2238
2301
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2239
2302
  "update:modelValue": (data: string) => void;
2240
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
2303
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
2241
2304
  modelValue: string;
2242
2305
  label?: string | undefined;
2243
2306
  loading?: boolean | undefined;
@@ -2263,7 +2326,7 @@ export declare const AAvatarColorPicker: DefineComponent<__VLS_WithDefaults_55<_
2263
2326
  randomColor: boolean;
2264
2327
  }, {}>;
2265
2328
 
2266
- export declare const ABooleanSelect: DefineComponent<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_75<{
2329
+ export declare const ABooleanSelect: DefineComponent<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_74<{
2267
2330
  modelValue: boolean | null;
2268
2331
  dataCy?: string | undefined;
2269
2332
  label?: string | undefined;
@@ -2272,7 +2335,7 @@ export declare const ABooleanSelect: DefineComponent<__VLS_WithDefaults_71<__VLS
2272
2335
  label: undefined;
2273
2336
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2274
2337
  "update:modelValue": (data: boolean | null) => void;
2275
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_75<{
2338
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_74<{
2276
2339
  modelValue: boolean | null;
2277
2340
  dataCy?: string | undefined;
2278
2341
  label?: string | undefined;
@@ -2282,8 +2345,8 @@ export declare const ABooleanSelect: DefineComponent<__VLS_WithDefaults_71<__VLS
2282
2345
  }>>> & {
2283
2346
  "onUpdate:modelValue"?: ((data: boolean | null) => any) | undefined;
2284
2347
  }, {
2285
- dataCy: string;
2286
2348
  label: string;
2349
+ dataCy: string;
2287
2350
  }, {}>;
2288
2351
 
2289
2352
  export declare const ABooleanValue: DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<{
@@ -2305,7 +2368,7 @@ export declare const ABooleanValue: DefineComponent<__VLS_WithDefaults_6<__VLS_T
2305
2368
  invertColor: boolean;
2306
2369
  }, {}>;
2307
2370
 
2308
- export declare const ABtnSplit: __VLS_WithTemplateSlots_19<DefineComponent<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
2371
+ export declare const ABtnSplit: __VLS_WithTemplateSlots_19<DefineComponent<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<{
2309
2372
  buttonT?: string | undefined;
2310
2373
  buttonClass?: string | undefined;
2311
2374
  dataCy?: string | undefined;
@@ -2329,7 +2392,7 @@ export declare const ABtnSplit: __VLS_WithTemplateSlots_19<DefineComponent<__VLS
2329
2392
  color: string;
2330
2393
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2331
2394
  onClick: () => void;
2332
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
2395
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<{
2333
2396
  buttonT?: string | undefined;
2334
2397
  buttonClass?: string | undefined;
2335
2398
  dataCy?: string | undefined;
@@ -2359,8 +2422,8 @@ export declare const ABtnSplit: __VLS_WithTemplateSlots_19<DefineComponent<__VLS
2359
2422
  variant: ButtonVariantText;
2360
2423
  rounded: "pill";
2361
2424
  disabled: boolean;
2362
- dataCy: string;
2363
2425
  loading: boolean;
2426
+ dataCy: string;
2364
2427
  buttonClass: string;
2365
2428
  buttonT: string;
2366
2429
  disableMore: boolean;
@@ -2369,7 +2432,7 @@ export declare const ABtnSplit: __VLS_WithTemplateSlots_19<DefineComponent<__VLS
2369
2432
  default?(_: {}): any;
2370
2433
  }>;
2371
2434
 
2372
- export declare const ACachedChip: __VLS_WithTemplateSlots_16<DefineComponent<__VLS_WithDefaults_31<__VLS_TypePropsToRuntimeProps_34<{
2435
+ export declare const ACachedChip: __VLS_WithTemplateSlots_16<DefineComponent<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_33<{
2373
2436
  id?: string | number | null | undefined;
2374
2437
  title?: string | undefined;
2375
2438
  containerClass?: string | undefined;
@@ -2394,7 +2457,7 @@ export declare const ACachedChip: __VLS_WithTemplateSlots_16<DefineComponent<__V
2394
2457
  textOnly: boolean;
2395
2458
  fallbackIdText: boolean;
2396
2459
  wrapText: boolean;
2397
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_31<__VLS_TypePropsToRuntimeProps_34<{
2460
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_33<{
2398
2461
  id?: string | number | null | undefined;
2399
2462
  title?: string | undefined;
2400
2463
  containerClass?: string | undefined;
@@ -2489,12 +2552,12 @@ export declare const AChipNoLink: __VLS_WithTemplateSlots_3<DefineComponent<__VL
2489
2552
  default?(_: {}): any;
2490
2553
  }>;
2491
2554
 
2492
- export declare const Acl: __VLS_WithTemplateSlots_17<DefineComponent<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_37<{
2555
+ export declare const Acl: __VLS_WithTemplateSlots_17<DefineComponent<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_36<{
2493
2556
  permission: `${string}_${string}_${string}`;
2494
2557
  subject?: object | undefined;
2495
2558
  }>, {
2496
2559
  subject: undefined;
2497
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_37<{
2560
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_36<{
2498
2561
  permission: `${string}_${string}_${string}`;
2499
2562
  subject?: object | undefined;
2500
2563
  }>, {
@@ -2513,7 +2576,7 @@ declare type AclResolverConfig = {
2513
2576
 
2514
2577
  export declare type AclValue = `${string}_${string}_${string}`;
2515
2578
 
2516
- export declare const ACollabCountdown: DefineComponent<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_72<{
2579
+ export declare const ACollabCountdown: DefineComponent<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_71<{
2517
2580
  label?: string | undefined;
2518
2581
  seconds?: number | undefined;
2519
2582
  parentheses?: boolean | undefined;
@@ -2523,7 +2586,7 @@ export declare const ACollabCountdown: DefineComponent<__VLS_WithDefaults_68<__V
2523
2586
  parentheses: boolean;
2524
2587
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2525
2588
  done: () => void;
2526
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_72<{
2589
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_71<{
2527
2590
  label?: string | undefined;
2528
2591
  seconds?: number | undefined;
2529
2592
  parentheses?: boolean | undefined;
@@ -2539,15 +2602,15 @@ export declare const ACollabCountdown: DefineComponent<__VLS_WithDefaults_68<__V
2539
2602
  parentheses: boolean;
2540
2603
  }, {}>;
2541
2604
 
2542
- export declare const ACollabLockedByUser: DefineComponent<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_71<{
2605
+ export declare const ACollabLockedByUser: DefineComponent<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_70<{
2543
2606
  id: null | undefined | IntegerId;
2544
2607
  users: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
2545
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_71<{
2608
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_70<{
2546
2609
  id: null | undefined | IntegerId;
2547
2610
  users: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
2548
2611
  }>, {}>>>, {}, {}>;
2549
2612
 
2550
- export declare const ACollabManagement: DefineComponent<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_73<{
2613
+ export declare const ACollabManagement: DefineComponent<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_72<{
2551
2614
  collabRoom: CollabRoom;
2552
2615
  cachedUsers: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
2553
2616
  isEdit?: boolean | undefined;
@@ -2557,7 +2620,7 @@ export declare const ACollabManagement: DefineComponent<__VLS_WithDefaults_69<__
2557
2620
  isEdit: boolean;
2558
2621
  addToCachedUsers: undefined;
2559
2622
  fetchCachedUsers: undefined;
2560
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_73<{
2623
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_72<{
2561
2624
  collabRoom: CollabRoom;
2562
2625
  cachedUsers: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
2563
2626
  isEdit?: boolean | undefined;
@@ -2573,14 +2636,14 @@ export declare const ACollabManagement: DefineComponent<__VLS_WithDefaults_69<__
2573
2636
  fetchCachedUsers: () => Promisify<Promise<any>>;
2574
2637
  }, {}>;
2575
2638
 
2576
- export declare const ACopyText: __VLS_WithTemplateSlots_18<DefineComponent<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
2639
+ export declare const ACopyText: __VLS_WithTemplateSlots_18<DefineComponent<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_37<{
2577
2640
  value: string | number;
2578
2641
  notifyT?: string | undefined;
2579
2642
  dataCy?: string | undefined;
2580
2643
  }>, {
2581
2644
  notifyT: string;
2582
2645
  dataCy: string;
2583
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
2646
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_37<{
2584
2647
  value: string | number;
2585
2648
  notifyT?: string | undefined;
2586
2649
  dataCy?: string | undefined;
@@ -2881,14 +2944,14 @@ export declare const ACropperjs: <T extends EventTarget = EventTarget>(__VLS_pro
2881
2944
  } | undefined;
2882
2945
  };
2883
2946
 
2884
- export declare const ACurrentUserDropdown: DefineComponent<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
2947
+ export declare const ACurrentUserDropdown: DefineComponent<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
2885
2948
  currentUser: AnzuUserMinimal | undefined | null;
2886
2949
  settingsRouteName: string;
2887
2950
  logoutRouteName: string;
2888
2951
  dataCy?: string | undefined;
2889
2952
  }>, {
2890
2953
  dataCy: string;
2891
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
2954
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
2892
2955
  currentUser: AnzuUserMinimal | undefined | null;
2893
2956
  settingsRouteName: string;
2894
2957
  logoutRouteName: string;
@@ -2899,7 +2962,7 @@ export declare const ACurrentUserDropdown: DefineComponent<__VLS_WithDefaults_56
2899
2962
  dataCy: string;
2900
2963
  }, {}>;
2901
2964
 
2902
- export declare const ACustomDataForm: __VLS_WithTemplateSlots_23<DefineComponent<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_65<{
2965
+ export declare const ACustomDataForm: __VLS_WithTemplateSlots_23<DefineComponent<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_64<{
2903
2966
  modelValue: {
2904
2967
  [key: string]: any;
2905
2968
  };
@@ -2916,7 +2979,7 @@ export declare const ACustomDataForm: __VLS_WithTemplateSlots_23<DefineComponent
2916
2979
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2917
2980
  "update:modelValue": (data: any) => void;
2918
2981
  anyChange: () => void;
2919
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_65<{
2982
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_64<{
2920
2983
  modelValue: {
2921
2984
  [key: string]: any;
2922
2985
  };
@@ -2940,7 +3003,7 @@ export declare const ACustomDataForm: __VLS_WithTemplateSlots_23<DefineComponent
2940
3003
  "after-pinned"?(_: {}): any;
2941
3004
  }>;
2942
3005
 
2943
- export declare const ACustomDataFormElement: DefineComponent<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_66<{
3006
+ export declare const ACustomDataFormElement: DefineComponent<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_65<{
2944
3007
  modelValue: any;
2945
3008
  config: CustomDataFormElement;
2946
3009
  validationScope?: ValidationScope;
@@ -2952,7 +3015,7 @@ export declare const ACustomDataFormElement: DefineComponent<__VLS_WithDefaults_
2952
3015
  value: any;
2953
3016
  }) => void;
2954
3017
  blur: (data: any) => void;
2955
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_66<{
3018
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_65<{
2956
3019
  modelValue: any;
2957
3020
  config: CustomDataFormElement;
2958
3021
  validationScope?: ValidationScope;
@@ -3017,7 +3080,7 @@ export declare const ADatatable: <TItem = Record<string, unknown>>(__VLS_props:
3017
3080
  } | undefined;
3018
3081
  };
3019
3082
 
3020
- export declare const ADatatableConfigButton: DefineComponent<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_30<{
3083
+ export declare const ADatatableConfigButton: DefineComponent<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_29<{
3021
3084
  columnsAll: ColumnInternalValues[];
3022
3085
  columnsHidden: Array<string>;
3023
3086
  buttonT?: string | undefined;
@@ -3029,7 +3092,7 @@ export declare const ADatatableConfigButton: DefineComponent<__VLS_WithDefaults_
3029
3092
  dataCy: string;
3030
3093
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3031
3094
  "update:columnsHidden": (data: string[]) => void;
3032
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_30<{
3095
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_29<{
3033
3096
  columnsAll: ColumnInternalValues[];
3034
3097
  columnsHidden: Array<string>;
3035
3098
  buttonT?: string | undefined;
@@ -3047,7 +3110,7 @@ export declare const ADatatableConfigButton: DefineComponent<__VLS_WithDefaults_
3047
3110
  buttonT: string;
3048
3111
  }, {}>;
3049
3112
 
3050
- export declare const ADatatableOrdering: DefineComponent<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_31<{
3113
+ export declare const ADatatableOrdering: DefineComponent<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_30<{
3051
3114
  variant?: "default" | "most-relevant" | undefined;
3052
3115
  modelValue?: number | undefined;
3053
3116
  customOptions?: undefined | DatatableOrderingOptions;
@@ -3058,7 +3121,7 @@ export declare const ADatatableOrdering: DefineComponent<__VLS_WithDefaults_29<_
3058
3121
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3059
3122
  "update:modelValue": (data: number) => void;
3060
3123
  sortByChange: (data: DatatableOrderingOption) => void;
3061
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_31<{
3124
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_30<{
3062
3125
  variant?: "default" | "most-relevant" | undefined;
3063
3126
  modelValue?: number | undefined;
3064
3127
  customOptions?: undefined | DatatableOrderingOptions;
@@ -3075,7 +3138,7 @@ export declare const ADatatableOrdering: DefineComponent<__VLS_WithDefaults_29<_
3075
3138
  customOptions: DatatableOrderingOptions;
3076
3139
  }, {}>;
3077
3140
 
3078
- export declare const ADatatablePagination: DefineComponent<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_29<{
3141
+ export declare const ADatatablePagination: DefineComponent<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_28<{
3079
3142
  modelValue: Pagination;
3080
3143
  itemsPerPageOptions?: number[] | undefined;
3081
3144
  hideRecordsPerPage?: boolean | undefined;
@@ -3085,7 +3148,7 @@ export declare const ADatatablePagination: DefineComponent<__VLS_WithDefaults_27
3085
3148
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3086
3149
  change: () => void;
3087
3150
  "update:modelValue": (data: Pagination) => void;
3088
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_29<{
3151
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_28<{
3089
3152
  modelValue: Pagination;
3090
3153
  itemsPerPageOptions?: number[] | undefined;
3091
3154
  hideRecordsPerPage?: boolean | undefined;
@@ -3100,12 +3163,12 @@ export declare const ADatatablePagination: DefineComponent<__VLS_WithDefaults_27
3100
3163
  hideRecordsPerPage: boolean;
3101
3164
  }, {}>;
3102
3165
 
3103
- export declare const ADatetime: DefineComponent<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_27<{
3166
+ export declare const ADatetime: DefineComponent<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_26<{
3104
3167
  dateTime: DatetimeUTCNullable;
3105
3168
  edgeDateValue?: string | undefined;
3106
3169
  }>, {
3107
3170
  edgeDateValue: string;
3108
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_27<{
3171
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_26<{
3109
3172
  dateTime: DatetimeUTCNullable;
3110
3173
  edgeDateValue?: string | undefined;
3111
3174
  }>, {
@@ -3114,7 +3177,7 @@ export declare const ADatetime: DefineComponent<__VLS_WithDefaults_25<__VLS_Type
3114
3177
  edgeDateValue: string;
3115
3178
  }, {}>;
3116
3179
 
3117
- export declare const ADatetimePicker: __VLS_WithTemplateSlots_13<DefineComponent<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_28<{
3180
+ export declare const ADatetimePicker: __VLS_WithTemplateSlots_13<DefineComponent<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_27<{
3118
3181
  modelValue: string | null | undefined;
3119
3182
  type?: "datetime" | undefined;
3120
3183
  label?: string | undefined;
@@ -3147,7 +3210,7 @@ export declare const ADatetimePicker: __VLS_WithTemplateSlots_13<DefineComponent
3147
3210
  "update:modelValue": (data: string | null | undefined) => void;
3148
3211
  onOpen: () => void;
3149
3212
  onClose: () => void;
3150
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_28<{
3213
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_27<{
3151
3214
  modelValue: string | null | undefined;
3152
3215
  type?: "datetime" | undefined;
3153
3216
  label?: string | undefined;
@@ -3183,10 +3246,10 @@ export declare const ADatetimePicker: __VLS_WithTemplateSlots_13<DefineComponent
3183
3246
  }, {
3184
3247
  disabled: boolean;
3185
3248
  type: "datetime";
3186
- dataCy: string;
3187
3249
  placeholder: string;
3188
3250
  required: boolean;
3189
3251
  label: string;
3252
+ dataCy: string;
3190
3253
  hideLabel: boolean;
3191
3254
  clearable: boolean;
3192
3255
  hideDetails: boolean;
@@ -3209,7 +3272,7 @@ export declare const ADialogToolbar: __VLS_WithTemplateSlots_14<DefineComponent<
3209
3272
 
3210
3273
  export declare const AEmptyRouterView: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
3211
3274
 
3212
- export declare const AFilterAdvancedButton: DefineComponent<__VLS_WithDefaults_44<__VLS_TypePropsToRuntimeProps_47<{
3275
+ export declare const AFilterAdvancedButton: DefineComponent<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_46<{
3213
3276
  tooltipT?: string | undefined;
3214
3277
  buttonClass?: string | undefined;
3215
3278
  dataCy?: string | undefined;
@@ -3219,7 +3282,7 @@ export declare const AFilterAdvancedButton: DefineComponent<__VLS_WithDefaults_4
3219
3282
  dataCy: string;
3220
3283
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3221
3284
  advancedFilter: () => void;
3222
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_44<__VLS_TypePropsToRuntimeProps_47<{
3285
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_46<{
3223
3286
  tooltipT?: string | undefined;
3224
3287
  buttonClass?: string | undefined;
3225
3288
  dataCy?: string | undefined;
@@ -3235,7 +3298,7 @@ export declare const AFilterAdvancedButton: DefineComponent<__VLS_WithDefaults_4
3235
3298
  buttonClass: string;
3236
3299
  }, {}>;
3237
3300
 
3238
- export declare const AFilterBooleanGroup: DefineComponent<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_24<{
3301
+ export declare const AFilterBooleanGroup: DefineComponent<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_23<{
3239
3302
  modelValue: Filter;
3240
3303
  dataCyTrue?: string | undefined;
3241
3304
  dataCyFalse?: string | undefined;
@@ -3244,7 +3307,7 @@ export declare const AFilterBooleanGroup: DefineComponent<__VLS_WithDefaults_22<
3244
3307
  dataCyFalse: string;
3245
3308
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3246
3309
  "update:modelValue": (data: any) => void;
3247
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_24<{
3310
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_23<{
3248
3311
  modelValue: Filter;
3249
3312
  dataCyTrue?: string | undefined;
3250
3313
  dataCyFalse?: string | undefined;
@@ -3258,14 +3321,14 @@ export declare const AFilterBooleanGroup: DefineComponent<__VLS_WithDefaults_22<
3258
3321
  dataCyFalse: string;
3259
3322
  }, {}>;
3260
3323
 
3261
- export declare const AFilterBooleanSelect: DefineComponent<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_25<{
3324
+ export declare const AFilterBooleanSelect: DefineComponent<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_24<{
3262
3325
  modelValue: Filter;
3263
3326
  dataCy?: string | undefined;
3264
3327
  }>, {
3265
3328
  dataCy: string;
3266
3329
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3267
3330
  "update:modelValue": (data: any) => void;
3268
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_25<{
3331
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_24<{
3269
3332
  modelValue: Filter;
3270
3333
  dataCy?: string | undefined;
3271
3334
  }>, {
@@ -3276,14 +3339,14 @@ export declare const AFilterBooleanSelect: DefineComponent<__VLS_WithDefaults_23
3276
3339
  dataCy: string;
3277
3340
  }, {}>;
3278
3341
 
3279
- export declare const AFilterDatetimePicker: DefineComponent<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_26<{
3342
+ export declare const AFilterDatetimePicker: DefineComponent<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_25<{
3280
3343
  modelValue: Filter;
3281
3344
  dataCy?: string | undefined;
3282
3345
  }>, {
3283
3346
  dataCy: string;
3284
3347
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3285
3348
  "update:modelValue": (data: any) => void;
3286
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_26<{
3349
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_25<{
3287
3350
  modelValue: Filter;
3288
3351
  dataCy?: string | undefined;
3289
3352
  }>, {
@@ -3294,14 +3357,14 @@ export declare const AFilterDatetimePicker: DefineComponent<__VLS_WithDefaults_2
3294
3357
  dataCy: string;
3295
3358
  }, {}>;
3296
3359
 
3297
- export declare const AFilterInteger: DefineComponent<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_21<{
3360
+ export declare const AFilterInteger: DefineComponent<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_20<{
3298
3361
  modelValue: Filter;
3299
3362
  dataCy?: string | undefined;
3300
3363
  }>, {
3301
3364
  dataCy: string;
3302
3365
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3303
3366
  "update:modelValue": (data: Filter<any>) => void;
3304
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_21<{
3367
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_20<{
3305
3368
  modelValue: Filter;
3306
3369
  dataCy?: string | undefined;
3307
3370
  }>, {
@@ -3312,7 +3375,7 @@ export declare const AFilterInteger: DefineComponent<__VLS_WithDefaults_19<__VLS
3312
3375
  dataCy: string;
3313
3376
  }, {}>;
3314
3377
 
3315
- export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_50<{
3378
+ export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<{
3316
3379
  filterId?: Filter | undefined;
3317
3380
  filterDocId?: Filter | undefined;
3318
3381
  filterText?: Filter | undefined;
@@ -3328,7 +3391,7 @@ export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_47<__VLS_T
3328
3391
  filterOverrides: undefined;
3329
3392
  placeholder: undefined;
3330
3393
  dataCy: string;
3331
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_50<{
3394
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<{
3332
3395
  filterId?: Filter | undefined;
3333
3396
  filterDocId?: Filter | undefined;
3334
3397
  filterText?: Filter | undefined;
@@ -3345,8 +3408,8 @@ export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_47<__VLS_T
3345
3408
  placeholder: undefined;
3346
3409
  dataCy: string;
3347
3410
  }>>>, {
3348
- dataCy: string;
3349
3411
  placeholder: string;
3412
+ dataCy: string;
3350
3413
  filterId: Filter<any>;
3351
3414
  filterDocId: Filter<any>;
3352
3415
  filterText: Filter<any>;
@@ -3354,7 +3417,7 @@ export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_47<__VLS_T
3354
3417
  filterOverrides: Filter<any>[];
3355
3418
  }, {}>;
3356
3419
 
3357
- export declare const AFilterRemoteAutocomplete: DefineComponent<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_22<{
3420
+ export declare const AFilterRemoteAutocomplete: DefineComponent<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_21<{
3358
3421
  modelValue: Filter;
3359
3422
  fetchItems: (pagination: Pagination, filterBag: FilterBag) => Promise<ValueObjectOption<string | number>[]>;
3360
3423
  fetchItemsByIds: fetchItemsByIdsType_2;
@@ -3370,7 +3433,7 @@ export declare const AFilterRemoteAutocomplete: DefineComponent<__VLS_WithDefaul
3370
3433
  placeholder: undefined;
3371
3434
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3372
3435
  "update:modelValue": (data: Filter<any>) => void;
3373
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_22<{
3436
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_21<{
3374
3437
  modelValue: Filter;
3375
3438
  fetchItems: (pagination: Pagination, filterBag: FilterBag) => Promise<ValueObjectOption<string | number>[]>;
3376
3439
  fetchItemsByIds: fetchItemsByIdsType_2;
@@ -3393,7 +3456,7 @@ export declare const AFilterRemoteAutocomplete: DefineComponent<__VLS_WithDefaul
3393
3456
  disableInitFetch: boolean;
3394
3457
  }, {}>;
3395
3458
 
3396
- export declare const AFilterResetButton: DefineComponent<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
3459
+ export declare const AFilterResetButton: DefineComponent<__VLS_WithDefaults_44<__VLS_TypePropsToRuntimeProps_47<{
3397
3460
  tooltipT?: string | undefined;
3398
3461
  buttonClass?: string | undefined;
3399
3462
  dataCy?: string | undefined;
@@ -3403,7 +3466,7 @@ export declare const AFilterResetButton: DefineComponent<__VLS_WithDefaults_45<_
3403
3466
  dataCy: string;
3404
3467
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3405
3468
  reset: () => void;
3406
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
3469
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_44<__VLS_TypePropsToRuntimeProps_47<{
3407
3470
  tooltipT?: string | undefined;
3408
3471
  buttonClass?: string | undefined;
3409
3472
  dataCy?: string | undefined;
@@ -3419,7 +3482,7 @@ export declare const AFilterResetButton: DefineComponent<__VLS_WithDefaults_45<_
3419
3482
  buttonClass: string;
3420
3483
  }, {}>;
3421
3484
 
3422
- export declare const AFilterString: DefineComponent<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_20<{
3485
+ export declare const AFilterString: DefineComponent<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_19<{
3423
3486
  modelValue: Filter;
3424
3487
  placeholder?: string | undefined;
3425
3488
  dataCy?: string | undefined;
@@ -3428,7 +3491,7 @@ export declare const AFilterString: DefineComponent<__VLS_WithDefaults_18<__VLS_
3428
3491
  dataCy: string;
3429
3492
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3430
3493
  "update:modelValue": (data: Filter<any>) => void;
3431
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_20<{
3494
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_19<{
3432
3495
  modelValue: Filter;
3433
3496
  placeholder?: string | undefined;
3434
3497
  dataCy?: string | undefined;
@@ -3438,11 +3501,11 @@ export declare const AFilterString: DefineComponent<__VLS_WithDefaults_18<__VLS_
3438
3501
  }>>> & {
3439
3502
  "onUpdate:modelValue"?: ((data: Filter<any>) => any) | undefined;
3440
3503
  }, {
3441
- dataCy: string;
3442
3504
  placeholder: string;
3505
+ dataCy: string;
3443
3506
  }, {}>;
3444
3507
 
3445
- export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<{
3508
+ export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
3446
3509
  buttonT?: string | undefined;
3447
3510
  buttonClass?: string | undefined;
3448
3511
  dataCy?: string | undefined;
@@ -3454,7 +3517,7 @@ export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_46<
3454
3517
  touched: boolean;
3455
3518
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3456
3519
  submit: () => void;
3457
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<{
3520
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
3458
3521
  buttonT?: string | undefined;
3459
3522
  buttonClass?: string | undefined;
3460
3523
  dataCy?: string | undefined;
@@ -3473,13 +3536,13 @@ export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_46<
3473
3536
  touched: boolean;
3474
3537
  }, {}>;
3475
3538
 
3476
- export declare const AFilterValueObjectOptionsSelect: DefineComponent<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_23<{
3539
+ export declare const AFilterValueObjectOptionsSelect: DefineComponent<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_22<{
3477
3540
  modelValue: Filter;
3478
3541
  items: ValueObjectOption<string | number>[];
3479
3542
  }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3480
3543
  "update:modelValue": (data: any) => void;
3481
3544
  change: () => void;
3482
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_23<{
3545
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_22<{
3483
3546
  modelValue: Filter;
3484
3547
  items: ValueObjectOption<string | number>[];
3485
3548
  }>, {}>>> & {
@@ -3487,7 +3550,7 @@ export declare const AFilterValueObjectOptionsSelect: DefineComponent<__VLS_With
3487
3550
  onChange?: (() => any) | undefined;
3488
3551
  }, {}, {}>;
3489
3552
 
3490
- export declare const AFilterWrapper: __VLS_WithTemplateSlots_12<DefineComponent<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_19<{
3553
+ export declare const AFilterWrapper: __VLS_WithTemplateSlots_12<DefineComponent<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_18<{
3491
3554
  enableAdvanced?: boolean | undefined;
3492
3555
  enableTop?: boolean | undefined;
3493
3556
  hideButtons?: boolean | undefined;
@@ -3499,7 +3562,7 @@ export declare const AFilterWrapper: __VLS_WithTemplateSlots_12<DefineComponent<
3499
3562
  touched: boolean;
3500
3563
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3501
3564
  resetFilter: () => void;
3502
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_19<{
3565
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_18<{
3503
3566
  enableAdvanced?: boolean | undefined;
3504
3567
  enableTop?: boolean | undefined;
3505
3568
  hideButtons?: boolean | undefined;
@@ -3573,7 +3636,6 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
3573
3636
  "onClick:append"?: ((data: string | number | null | undefined) => any) | undefined;
3574
3637
  }, {
3575
3638
  disabled: boolean;
3576
- dataCy: string;
3577
3639
  collab: {
3578
3640
  room: string;
3579
3641
  field: string;
@@ -3581,6 +3643,7 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
3581
3643
  };
3582
3644
  required: boolean;
3583
3645
  label: string;
3646
+ dataCy: string;
3584
3647
  clearable: boolean;
3585
3648
  errorMessage: string;
3586
3649
  v: any;
@@ -3638,13 +3701,13 @@ export declare const AFormFlagDatetimePicker: __VLS_WithTemplateSlots_8<DefineCo
3638
3701
  "onClick:append"?: ((data: string | number | null) => any) | undefined;
3639
3702
  }, {
3640
3703
  disabled: boolean;
3641
- dataCy: string;
3642
3704
  collab: {
3643
3705
  room: string;
3644
3706
  field: string;
3645
3707
  cachedUsers: CollabCachedUsersMap;
3646
3708
  };
3647
3709
  label: string;
3710
+ dataCy: string;
3648
3711
  clearable: boolean;
3649
3712
  errorMessage: string;
3650
3713
  v: any;
@@ -3655,82 +3718,176 @@ export declare const AFormFlagDatetimePicker: __VLS_WithTemplateSlots_8<DefineCo
3655
3718
  }): any;
3656
3719
  }>;
3657
3720
 
3658
- export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineComponent<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_14<{
3659
- modelValue: any;
3660
- label?: string | undefined;
3661
- required?: boolean | undefined;
3662
- multiple?: boolean | undefined;
3663
- clearable?: boolean | undefined;
3664
- v?: any;
3665
- errorMessage?: string | undefined;
3666
- hideDetails?: boolean | undefined;
3667
- hideLabel?: boolean | undefined;
3668
- fetchItems: (pagination: Pagination, filterBag: FilterBag) => Promise<ValueObjectOption<string | number>[]>;
3669
- fetchItemsByIds: fetchItemsByIdsType;
3670
- innerFilter: FilterBag;
3671
- filterByField?: string | undefined;
3672
- filterSortBy?: string | null | undefined;
3673
- disableInitFetch?: boolean | undefined;
3674
- loading?: boolean | undefined;
3675
- collab?: CollabComponentConfig;
3676
- disabled?: boolean | undefined;
3677
- }>, {
3678
- label: undefined;
3679
- required: undefined;
3680
- multiple: boolean;
3681
- clearable: boolean;
3682
- v: null;
3683
- errorMessage: undefined;
3684
- hideDetails: boolean;
3685
- hideLabel: boolean;
3686
- filterByField: string;
3687
- filterSortBy: string;
3688
- disableInitFetch: boolean;
3689
- loading: boolean;
3690
- collab: undefined;
3691
- disabled: undefined;
3692
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3693
- "update:modelValue": (data: string | number | string[] | number[] | null) => void;
3721
+ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineComponent<{
3722
+ modelValue: {
3723
+ required: true;
3724
+ type: PropType<any>;
3725
+ };
3726
+ selected: PropType<any>;
3727
+ disabled: {
3728
+ type: PropType<boolean>;
3729
+ default: undefined;
3730
+ };
3731
+ multiple: {
3732
+ type: PropType<boolean>;
3733
+ default: boolean;
3734
+ };
3735
+ collab: {
3736
+ type: PropType<{
3737
+ room: string;
3738
+ field: string;
3739
+ cachedUsers: CollabCachedUsersMap;
3740
+ }>;
3741
+ default: undefined;
3742
+ };
3743
+ loading: {
3744
+ type: PropType<boolean>;
3745
+ default: boolean;
3746
+ };
3747
+ required: {
3748
+ type: PropType<boolean>;
3749
+ default: undefined;
3750
+ };
3751
+ label: {
3752
+ type: PropType<string>;
3753
+ default: undefined;
3754
+ };
3755
+ hideLabel: {
3756
+ type: PropType<boolean>;
3757
+ default: boolean;
3758
+ };
3759
+ clearable: {
3760
+ type: PropType<boolean>;
3761
+ default: boolean;
3762
+ };
3763
+ hideDetails: {
3764
+ type: PropType<boolean>;
3765
+ default: boolean;
3766
+ };
3767
+ errorMessage: {
3768
+ type: PropType<string>;
3769
+ default: undefined;
3770
+ };
3771
+ v: {
3772
+ type: PropType<any>;
3773
+ default: null;
3774
+ };
3775
+ chips: {
3776
+ type: PropType<boolean>;
3777
+ default: boolean;
3778
+ };
3779
+ fetchItems: {
3780
+ type: PropType<(pagination: Pagination, filterBag: FilterBag) => Promise<ValueObjectOption<string | number>[]>>;
3781
+ required: true;
3782
+ };
3783
+ fetchItemsByIds: {
3784
+ type: PropType<fetchItemsByIdsType>;
3785
+ required: true;
3786
+ };
3787
+ innerFilter: {
3788
+ type: PropType<FilterBag>;
3789
+ required: true;
3790
+ };
3791
+ filterByField: {
3792
+ type: PropType<string>;
3793
+ default: string;
3794
+ };
3795
+ filterSortBy: {
3796
+ type: PropType<string | null>;
3797
+ default: string;
3798
+ };
3799
+ disableInitFetch: {
3800
+ type: PropType<boolean>;
3801
+ default: boolean;
3802
+ };
3803
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3694
3804
  searchChange: (data: string) => void;
3695
3805
  searchChangeDebounced: (data: string) => void;
3696
3806
  blur: (data: string | number | string[] | number[] | null) => void;
3697
3807
  focus: (data: string | number | string[] | number[] | null) => void;
3698
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_14<{
3699
- modelValue: any;
3700
- label?: string | undefined;
3701
- required?: boolean | undefined;
3702
- multiple?: boolean | undefined;
3703
- clearable?: boolean | undefined;
3704
- v?: any;
3705
- errorMessage?: string | undefined;
3706
- hideDetails?: boolean | undefined;
3707
- hideLabel?: boolean | undefined;
3708
- fetchItems: (pagination: Pagination, filterBag: FilterBag) => Promise<ValueObjectOption<string | number>[]>;
3709
- fetchItemsByIds: fetchItemsByIdsType;
3710
- innerFilter: FilterBag;
3711
- filterByField?: string | undefined;
3712
- filterSortBy?: string | null | undefined;
3713
- disableInitFetch?: boolean | undefined;
3714
- loading?: boolean | undefined;
3715
- collab?: CollabComponentConfig;
3716
- disabled?: boolean | undefined;
3717
- }>, {
3718
- label: undefined;
3719
- required: undefined;
3720
- multiple: boolean;
3721
- clearable: boolean;
3722
- v: null;
3723
- errorMessage: undefined;
3724
- hideDetails: boolean;
3725
- hideLabel: boolean;
3726
- filterByField: string;
3727
- filterSortBy: string;
3728
- disableInitFetch: boolean;
3729
- loading: boolean;
3730
- collab: undefined;
3731
- disabled: undefined;
3732
- }>>> & {
3733
- "onUpdate:modelValue"?: ((data: string | number | string[] | number[] | null) => any) | undefined;
3808
+ }, string, PublicProps, Readonly<ExtractPropTypes<{
3809
+ modelValue: {
3810
+ required: true;
3811
+ type: PropType<any>;
3812
+ };
3813
+ selected: PropType<any>;
3814
+ disabled: {
3815
+ type: PropType<boolean>;
3816
+ default: undefined;
3817
+ };
3818
+ multiple: {
3819
+ type: PropType<boolean>;
3820
+ default: boolean;
3821
+ };
3822
+ collab: {
3823
+ type: PropType<{
3824
+ room: string;
3825
+ field: string;
3826
+ cachedUsers: CollabCachedUsersMap;
3827
+ }>;
3828
+ default: undefined;
3829
+ };
3830
+ loading: {
3831
+ type: PropType<boolean>;
3832
+ default: boolean;
3833
+ };
3834
+ required: {
3835
+ type: PropType<boolean>;
3836
+ default: undefined;
3837
+ };
3838
+ label: {
3839
+ type: PropType<string>;
3840
+ default: undefined;
3841
+ };
3842
+ hideLabel: {
3843
+ type: PropType<boolean>;
3844
+ default: boolean;
3845
+ };
3846
+ clearable: {
3847
+ type: PropType<boolean>;
3848
+ default: boolean;
3849
+ };
3850
+ hideDetails: {
3851
+ type: PropType<boolean>;
3852
+ default: boolean;
3853
+ };
3854
+ errorMessage: {
3855
+ type: PropType<string>;
3856
+ default: undefined;
3857
+ };
3858
+ v: {
3859
+ type: PropType<any>;
3860
+ default: null;
3861
+ };
3862
+ chips: {
3863
+ type: PropType<boolean>;
3864
+ default: boolean;
3865
+ };
3866
+ fetchItems: {
3867
+ type: PropType<(pagination: Pagination, filterBag: FilterBag) => Promise<ValueObjectOption<string | number>[]>>;
3868
+ required: true;
3869
+ };
3870
+ fetchItemsByIds: {
3871
+ type: PropType<fetchItemsByIdsType>;
3872
+ required: true;
3873
+ };
3874
+ innerFilter: {
3875
+ type: PropType<FilterBag>;
3876
+ required: true;
3877
+ };
3878
+ filterByField: {
3879
+ type: PropType<string>;
3880
+ default: string;
3881
+ };
3882
+ filterSortBy: {
3883
+ type: PropType<string | null>;
3884
+ default: string;
3885
+ };
3886
+ disableInitFetch: {
3887
+ type: PropType<boolean>;
3888
+ default: boolean;
3889
+ };
3890
+ }>> & {
3734
3891
  onFocus?: ((data: string | number | string[] | number[] | null) => any) | undefined;
3735
3892
  onBlur?: ((data: string | number | string[] | number[] | null) => any) | undefined;
3736
3893
  onSearchChange?: ((data: string) => any) | undefined;
@@ -3738,12 +3895,12 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3738
3895
  }, {
3739
3896
  disabled: boolean;
3740
3897
  multiple: boolean;
3741
- loading: boolean;
3742
3898
  collab: {
3743
3899
  room: string;
3744
3900
  field: string;
3745
3901
  cachedUsers: CollabCachedUsersMap;
3746
3902
  };
3903
+ loading: boolean;
3747
3904
  required: boolean;
3748
3905
  label: string;
3749
3906
  hideLabel: boolean;
@@ -3751,6 +3908,7 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3751
3908
  hideDetails: boolean;
3752
3909
  errorMessage: string;
3753
3910
  v: any;
3911
+ chips: boolean;
3754
3912
  filterByField: string;
3755
3913
  filterSortBy: string | null;
3756
3914
  disableInitFetch: boolean;
@@ -3760,7 +3918,7 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3760
3918
  }): any;
3761
3919
  }>;
3762
3920
 
3763
- export declare const AFormRemoteAutocompleteWithCached: DefineComponent<__VLS_WithDefaults_57<__VLS_TypePropsToRuntimeProps_60<{
3921
+ export declare const AFormRemoteAutocompleteWithCached: DefineComponent<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
3764
3922
  modelValue: any;
3765
3923
  label?: string | undefined;
3766
3924
  required?: boolean | undefined;
@@ -3796,7 +3954,7 @@ export declare const AFormRemoteAutocompleteWithCached: DefineComponent<__VLS_Wi
3796
3954
  focus: (data: string | number | string[] | number[] | null | undefined) => void;
3797
3955
  searchChange: (data: string) => void;
3798
3956
  searchChangeDebounced: (data: string) => void;
3799
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_57<__VLS_TypePropsToRuntimeProps_60<{
3957
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
3800
3958
  modelValue: any;
3801
3959
  label?: string | undefined;
3802
3960
  required?: boolean | undefined;
@@ -3847,7 +4005,7 @@ export declare const AFormRemoteAutocompleteWithCached: DefineComponent<__VLS_Wi
3847
4005
  filterSortBy: string | null;
3848
4006
  }, {}>;
3849
4007
 
3850
- export declare const AFormRemoteCheckbox: DefineComponent<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_15<{
4008
+ export declare const AFormRemoteCheckbox: DefineComponent<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_14<{
3851
4009
  modelValue: boolean;
3852
4010
  callbackToTrue: () => Promise<boolean>;
3853
4011
  callbackToFalse: () => Promise<boolean>;
@@ -3862,7 +4020,7 @@ export declare const AFormRemoteCheckbox: DefineComponent<__VLS_WithDefaults_13<
3862
4020
  v: null;
3863
4021
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3864
4022
  "update:modelValue": (data: boolean) => void;
3865
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_15<{
4023
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_14<{
3866
4024
  modelValue: boolean;
3867
4025
  callbackToTrue: () => Promise<boolean>;
3868
4026
  callbackToFalse: () => Promise<boolean>;
@@ -3884,7 +4042,7 @@ export declare const AFormRemoteCheckbox: DefineComponent<__VLS_WithDefaults_13<
3884
4042
  v: any;
3885
4043
  }, {}>;
3886
4044
 
3887
- export declare const AFormRemoteSwitch: DefineComponent<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_16<{
4045
+ export declare const AFormRemoteSwitch: DefineComponent<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_15<{
3888
4046
  modelValue: boolean;
3889
4047
  callbackToTrue: () => Promise<boolean>;
3890
4048
  callbackToFalse: () => Promise<boolean>;
@@ -3899,7 +4057,7 @@ export declare const AFormRemoteSwitch: DefineComponent<__VLS_WithDefaults_14<__
3899
4057
  v: null;
3900
4058
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3901
4059
  "update:modelValue": (data: boolean) => void;
3902
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_16<{
4060
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_15<{
3903
4061
  modelValue: boolean;
3904
4062
  callbackToTrue: () => Promise<boolean>;
3905
4063
  callbackToFalse: () => Promise<boolean>;
@@ -3921,7 +4079,7 @@ export declare const AFormRemoteSwitch: DefineComponent<__VLS_WithDefaults_14<__
3921
4079
  v: any;
3922
4080
  }, {}>;
3923
4081
 
3924
- export declare const AFormSwitch: __VLS_WithTemplateSlots_10<DefineComponent<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_17<{
4082
+ export declare const AFormSwitch: __VLS_WithTemplateSlots_10<DefineComponent<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_16<{
3925
4083
  modelValue: boolean;
3926
4084
  label?: string | undefined;
3927
4085
  dataCy?: string | undefined;
@@ -3938,7 +4096,7 @@ export declare const AFormSwitch: __VLS_WithTemplateSlots_10<DefineComponent<__V
3938
4096
  "update:modelValue": (data: boolean) => void;
3939
4097
  blur: (data: boolean) => void;
3940
4098
  focus: (data: boolean) => void;
3941
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_17<{
4099
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_16<{
3942
4100
  modelValue: boolean;
3943
4101
  label?: string | undefined;
3944
4102
  dataCy?: string | undefined;
@@ -3957,13 +4115,13 @@ export declare const AFormSwitch: __VLS_WithTemplateSlots_10<DefineComponent<__V
3957
4115
  onBlur?: ((data: boolean) => any) | undefined;
3958
4116
  }, {
3959
4117
  disabled: boolean;
3960
- dataCy: string;
3961
4118
  collab: {
3962
4119
  room: string;
3963
4120
  field: string;
3964
4121
  cachedUsers: CollabCachedUsersMap;
3965
4122
  };
3966
4123
  label: string;
4124
+ dataCy: string;
3967
4125
  hideLabel: boolean;
3968
4126
  }, {}>, {
3969
4127
  locked?(_: {
@@ -4035,7 +4193,6 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
4035
4193
  appendIcon: string;
4036
4194
  disabled: boolean;
4037
4195
  prependIcon: string;
4038
- dataCy: string;
4039
4196
  collab: {
4040
4197
  room: string;
4041
4198
  field: string;
@@ -4043,6 +4200,7 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
4043
4200
  };
4044
4201
  required: boolean;
4045
4202
  label: string;
4203
+ dataCy: string;
4046
4204
  hideLabel: boolean;
4047
4205
  errorMessage: string;
4048
4206
  v: any;
@@ -4134,15 +4292,15 @@ export declare const AFormTextField: __VLS_WithTemplateSlots_5<DefineComponent<_
4134
4292
  disabled: boolean;
4135
4293
  prependIcon: string;
4136
4294
  type: string;
4137
- dataCy: string;
4138
- placeholder: string;
4139
4295
  collab: {
4140
4296
  room: string;
4141
4297
  field: string;
4142
4298
  cachedUsers: CollabCachedUsersMap;
4143
4299
  };
4300
+ placeholder: string;
4144
4301
  required: boolean;
4145
4302
  label: string;
4303
+ dataCy: string;
4146
4304
  step: number;
4147
4305
  maxlength: number;
4148
4306
  hideLabel: boolean;
@@ -4155,7 +4313,7 @@ export declare const AFormTextField: __VLS_WithTemplateSlots_5<DefineComponent<_
4155
4313
  }): any;
4156
4314
  }>;
4157
4315
 
4158
- export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<DefineComponent<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_18<{
4316
+ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<DefineComponent<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_17<{
4159
4317
  modelValue: any;
4160
4318
  items: any[];
4161
4319
  label?: string | undefined;
@@ -4185,7 +4343,7 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
4185
4343
  "update:modelValue": (data: any) => void;
4186
4344
  blur: (data: any) => void;
4187
4345
  focus: (data: any) => void;
4188
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_18<{
4346
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_17<{
4189
4347
  modelValue: any;
4190
4348
  items: any[];
4191
4349
  label?: string | undefined;
@@ -4217,7 +4375,6 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
4217
4375
  onBlur?: ((data: any) => any) | undefined;
4218
4376
  }, {
4219
4377
  disabled: boolean;
4220
- dataCy: string;
4221
4378
  multiple: boolean;
4222
4379
  collab: {
4223
4380
  room: string;
@@ -4226,6 +4383,7 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
4226
4383
  };
4227
4384
  required: boolean;
4228
4385
  label: string;
4386
+ dataCy: string;
4229
4387
  hideLabel: boolean;
4230
4388
  clearable: boolean;
4231
4389
  hideDetails: boolean;
@@ -4237,7 +4395,7 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
4237
4395
  }): any;
4238
4396
  }>;
4239
4397
 
4240
- export declare const AIconGroup: DefineComponent<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_39<{
4398
+ export declare const AIconGroup: DefineComponent<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
4241
4399
  mainIcon: string;
4242
4400
  secondaryIcon?: string | null | undefined;
4243
4401
  secondaryText?: string | null | undefined;
@@ -4246,7 +4404,7 @@ export declare const AIconGroup: DefineComponent<__VLS_WithDefaults_36<__VLS_Typ
4246
4404
  secondaryIcon: null;
4247
4405
  secondaryText: null;
4248
4406
  size: string;
4249
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_39<{
4407
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
4250
4408
  mainIcon: string;
4251
4409
  secondaryIcon?: string | null | undefined;
4252
4410
  secondaryText?: string | null | undefined;
@@ -4266,14 +4424,14 @@ export declare const AImagePublicInput: DefineComponent<{
4266
4424
  required: true;
4267
4425
  type: PropType<IntegerIdNullable>;
4268
4426
  };
4269
- dataCy: {
4270
- type: PropType<string>;
4271
- default: undefined;
4272
- };
4273
4427
  image: {
4274
4428
  type: PropType<ImageAware>;
4275
4429
  default: undefined;
4276
4430
  };
4431
+ dataCy: {
4432
+ type: PropType<string>;
4433
+ default: undefined;
4434
+ };
4277
4435
  configName: {
4278
4436
  type: PropType<string>;
4279
4437
  default: string;
@@ -4296,14 +4454,14 @@ export declare const AImagePublicInput: DefineComponent<{
4296
4454
  required: true;
4297
4455
  type: PropType<IntegerIdNullable>;
4298
4456
  };
4299
- dataCy: {
4300
- type: PropType<string>;
4301
- default: undefined;
4302
- };
4303
4457
  image: {
4304
4458
  type: PropType<ImageAware>;
4305
4459
  default: undefined;
4306
4460
  };
4461
+ dataCy: {
4462
+ type: PropType<string>;
4463
+ default: undefined;
4464
+ };
4307
4465
  configName: {
4308
4466
  type: PropType<string>;
4309
4467
  default: string;
@@ -4317,13 +4475,13 @@ export declare const AImagePublicInput: DefineComponent<{
4317
4475
  default: string;
4318
4476
  };
4319
4477
  }>>, {
4320
- dataCy: string;
4321
4478
  image: ImageAware;
4479
+ dataCy: string;
4322
4480
  configName: string;
4323
4481
  labelT: string;
4324
4482
  }, {}>;
4325
4483
 
4326
- export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_67<{
4484
+ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_66<{
4327
4485
  modelValue: IntegerIdNullable;
4328
4486
  queueKey: UploadQueueKey;
4329
4487
  uploadConfig: ImageWidgetUploadConfig;
@@ -4360,7 +4518,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
4360
4518
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4361
4519
  "update:modelValue": (data: IntegerIdNullable) => void;
4362
4520
  afterMetadataSaveSuccess: () => void;
4363
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_67<{
4521
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_66<{
4364
4522
  modelValue: IntegerIdNullable;
4365
4523
  queueKey: UploadQueueKey;
4366
4524
  uploadConfig: ImageWidgetUploadConfig;
@@ -4397,7 +4555,6 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
4397
4555
  onAfterMetadataSaveSuccess?: (() => any) | undefined;
4398
4556
  }, {
4399
4557
  width: number;
4400
- dataCy: string;
4401
4558
  collab: {
4402
4559
  room: string;
4403
4560
  field: string;
@@ -4406,6 +4563,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
4406
4563
  image: ImageAware;
4407
4564
  required: boolean;
4408
4565
  label: string;
4566
+ dataCy: string;
4409
4567
  readonly: boolean;
4410
4568
  configName: string;
4411
4569
  expandOptions: boolean;
@@ -4414,7 +4572,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
4414
4572
  callDeleteApiOnRemove: boolean;
4415
4573
  }, {}>;
4416
4574
 
4417
- export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_69<{
4575
+ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_68<{
4418
4576
  modelValue: IntegerId[];
4419
4577
  queueKey: UploadQueueKey;
4420
4578
  uploadConfig: ImageWidgetUploadConfig;
@@ -4440,7 +4598,7 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_65
4440
4598
  saveImages: () => Promise<boolean>;
4441
4599
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4442
4600
  "update:modelValue": (data: number[]) => void;
4443
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_69<{
4601
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_68<{
4444
4602
  modelValue: IntegerId[];
4445
4603
  queueKey: UploadQueueKey;
4446
4604
  uploadConfig: ImageWidgetUploadConfig;
@@ -4466,14 +4624,14 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_65
4466
4624
  "onUpdate:modelValue"?: ((data: number[]) => any) | undefined;
4467
4625
  }, {
4468
4626
  width: number;
4469
- dataCy: string;
4470
4627
  label: string;
4628
+ dataCy: string;
4471
4629
  readonly: boolean;
4472
4630
  configName: string;
4473
4631
  callDeleteApiOnRemove: boolean;
4474
4632
  }, {}>;
4475
4633
 
4476
- export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_70<{
4634
+ export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_69<{
4477
4635
  modelValue: IntegerId[];
4478
4636
  images?: ImageAware[] | undefined;
4479
4637
  configName?: string | undefined;
@@ -4493,7 +4651,7 @@ export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefau
4493
4651
  aspectRatio: number;
4494
4652
  showDescription: boolean;
4495
4653
  showSource: boolean;
4496
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_70<{
4654
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_69<{
4497
4655
  modelValue: IntegerId[];
4498
4656
  images?: ImageAware[] | undefined;
4499
4657
  configName?: string | undefined;
@@ -4524,7 +4682,7 @@ export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefau
4524
4682
  images: ImageAware[];
4525
4683
  }, {}>;
4526
4684
 
4527
- export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_24<DefineComponent<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_68<{
4685
+ export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_24<DefineComponent<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_67<{
4528
4686
  modelValue: IntegerIdNullable | undefined;
4529
4687
  image?: ImageAware | ImageCreateUpdateAware | null | undefined;
4530
4688
  configName?: string | undefined;
@@ -4543,7 +4701,7 @@ export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_24<DefineCompon
4543
4701
  aspectRatio: number;
4544
4702
  showDescription: boolean;
4545
4703
  showSource: boolean;
4546
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_68<{
4704
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_67<{
4547
4705
  modelValue: IntegerIdNullable | undefined;
4548
4706
  image?: ImageAware | ImageCreateUpdateAware | null | undefined;
4549
4707
  configName?: string | undefined;
@@ -4613,12 +4771,12 @@ export declare const AJobBaseCreateForm: DefineComponent<{
4613
4771
  };
4614
4772
  }>>, {}, {}>;
4615
4773
 
4616
- export declare const AJobDetailCommon: __VLS_WithTemplateSlots_20<DefineComponent<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_61<{
4774
+ export declare const AJobDetailCommon: __VLS_WithTemplateSlots_20<DefineComponent<__VLS_WithDefaults_57<__VLS_TypePropsToRuntimeProps_60<{
4617
4775
  job: JobBase<`job${string}`>;
4618
4776
  loading?: boolean | undefined;
4619
4777
  }>, {
4620
4778
  loading: boolean;
4621
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_61<{
4779
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_57<__VLS_TypePropsToRuntimeProps_60<{
4622
4780
  job: JobBase<`job${string}`>;
4623
4781
  loading?: boolean | undefined;
4624
4782
  }>, {
@@ -4629,15 +4787,15 @@ export declare const AJobDetailCommon: __VLS_WithTemplateSlots_20<DefineComponen
4629
4787
  "resource-name"?(_: {}): any;
4630
4788
  }>;
4631
4789
 
4632
- export declare const AJobPriorityChip: DefineComponent<__VLS_TypePropsToRuntimeProps_62<{
4790
+ export declare const AJobPriorityChip: DefineComponent<__VLS_TypePropsToRuntimeProps_61<{
4633
4791
  priority: number;
4634
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_62<{
4792
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_61<{
4635
4793
  priority: number;
4636
4794
  }>>>, {}, {}>;
4637
4795
 
4638
- export declare const AJobStatusChip: DefineComponent<__VLS_TypePropsToRuntimeProps_33<{
4796
+ export declare const AJobStatusChip: DefineComponent<__VLS_TypePropsToRuntimeProps_32<{
4639
4797
  value: JobStatus;
4640
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_33<{
4798
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_32<{
4641
4799
  value: JobStatus;
4642
4800
  }>>>, {}, {}>;
4643
4801
 
@@ -4647,13 +4805,13 @@ export declare const ALanguageSelect: DefineComponent<{}, {}, {}, {}, {}, Compon
4647
4805
  onAfterChange?: ((code: LanguageCode) => any) | undefined;
4648
4806
  }, {}, {}>;
4649
4807
 
4650
- export declare const ALogData: DefineComponent<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_32<{
4808
+ export declare const ALogData: DefineComponent<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_31<{
4651
4809
  data: any;
4652
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_32<{
4810
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_31<{
4653
4811
  data: any;
4654
4812
  }>, {}>>>, {}, {}>;
4655
4813
 
4656
- export declare const ALoginView: DefineComponent<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_76<{
4814
+ export declare const ALoginView: DefineComponent<__VLS_WithDefaults_75<__VLS_TypePropsToRuntimeProps_79<{
4657
4815
  title?: string | undefined;
4658
4816
  logoUrl?: string | undefined;
4659
4817
  loginUrl?: undefined | (() => string);
@@ -4663,7 +4821,7 @@ export declare const ALoginView: DefineComponent<__VLS_WithDefaults_72<__VLS_Typ
4663
4821
  logoUrl: undefined;
4664
4822
  loginUrl: undefined;
4665
4823
  dataCy: string;
4666
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_76<{
4824
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_75<__VLS_TypePropsToRuntimeProps_79<{
4667
4825
  title?: string | undefined;
4668
4826
  logoUrl?: string | undefined;
4669
4827
  loginUrl?: undefined | (() => string);
@@ -4680,17 +4838,17 @@ export declare const ALoginView: DefineComponent<__VLS_WithDefaults_72<__VLS_Typ
4680
4838
  loginUrl: () => string;
4681
4839
  }, {}>;
4682
4840
 
4683
- export declare const ALogLevelChip: DefineComponent<__VLS_WithDefaults_53<__VLS_TypePropsToRuntimeProps_56<{
4841
+ export declare const ALogLevelChip: DefineComponent<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<{
4684
4842
  level: LogLevel;
4685
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_53<__VLS_TypePropsToRuntimeProps_56<{
4843
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<{
4686
4844
  level: LogLevel;
4687
4845
  }>, {}>>>, {}, {}>;
4688
4846
 
4689
- export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_77<{
4847
+ export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_76<__VLS_TypePropsToRuntimeProps_80<{
4690
4848
  logoutUrl?: undefined | (() => string);
4691
4849
  }>, {
4692
4850
  logoutUrl: undefined;
4693
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_77<{
4851
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_76<__VLS_TypePropsToRuntimeProps_80<{
4694
4852
  logoutUrl?: undefined | (() => string);
4695
4853
  }>, {
4696
4854
  logoutUrl: undefined;
@@ -4698,9 +4856,9 @@ export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_73<__VLS_Ty
4698
4856
  logoutUrl: () => string;
4699
4857
  }, {}>;
4700
4858
 
4701
- export declare const ANotFoundView: DefineComponent<__VLS_WithDefaults_75<__VLS_TypePropsToRuntimeProps_79<{
4859
+ export declare const ANotFoundView: DefineComponent<__VLS_WithDefaults_78<__VLS_TypePropsToRuntimeProps_82<{
4702
4860
  returnRouteName: string;
4703
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_75<__VLS_TypePropsToRuntimeProps_79<{
4861
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_78<__VLS_TypePropsToRuntimeProps_82<{
4704
4862
  returnRouteName: string;
4705
4863
  }>, {}>>>, {}, {}>;
4706
4864
 
@@ -4737,7 +4895,8 @@ export declare const AnzuSystemsCommonAdmin: {
4737
4895
  install<T extends `${string}_${string}_${string}` = `${string}_${string}_${string}`>(app: App, options: PluginOptions<T>): void;
4738
4896
  };
4739
4897
 
4740
- export declare interface AnzuUser extends AnzuUserAndTimeTrackingAware, AnzuUserMinimal {
4898
+ export declare interface AnzuUser extends AnzuUserAndTimeTrackingAware, Omit<AnzuUserMinimal, 'id'> {
4899
+ id?: IntegerIdNullable;
4741
4900
  enabled: boolean;
4742
4901
  roles: string[];
4743
4902
  permissionGroups: IntegerId[];
@@ -4879,7 +5038,7 @@ export declare const arraysHaveSameElements: <T>(array1: T[], array2: T[]) => bo
4879
5038
 
4880
5039
  export declare const arrayToString: (values: Array<string | number>, separator?: string) => string;
4881
5040
 
4882
- export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_63<{
5041
+ export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_62<{
4883
5042
  modelValue: any;
4884
5043
  dirty?: Set<string | number> | undefined;
4885
5044
  keyField?: string | undefined;
@@ -4889,6 +5048,7 @@ export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS
4889
5048
  disableDefaultSort?: boolean | undefined;
4890
5049
  updatePosition?: boolean | undefined;
4891
5050
  positionField?: string | undefined;
5051
+ positionMultiplier?: number | undefined;
4892
5052
  showAddAfterButton?: boolean | undefined;
4893
5053
  showAddLastButton?: boolean | undefined;
4894
5054
  showDeleteButton?: boolean | undefined;
@@ -4903,6 +5063,7 @@ export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS
4903
5063
  disableDefaultSort: boolean;
4904
5064
  updatePosition: boolean;
4905
5065
  positionField: string;
5066
+ positionMultiplier: number;
4906
5067
  showAddAfterButton: boolean;
4907
5068
  showAddLastButton: boolean;
4908
5069
  showDeleteButton: boolean;
@@ -4919,12 +5080,13 @@ export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS
4919
5080
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4920
5081
  "update:modelValue": (data: any[]) => void;
4921
5082
  "update:dirty": (data: (string | number)[]) => void;
5083
+ onStart: () => void;
4922
5084
  onEnd: (data: SortableItemNewPositions) => void;
4923
5085
  onAddAfter: (data: SortableItem<any>) => void;
4924
5086
  onAddLast: (data: any) => void;
4925
5087
  onEdit: (data: SortableItem<any>) => void;
4926
5088
  onDelete: (data: SortableItem<any>) => void;
4927
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_63<{
5089
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_62<{
4928
5090
  modelValue: any;
4929
5091
  dirty?: Set<string | number> | undefined;
4930
5092
  keyField?: string | undefined;
@@ -4934,6 +5096,7 @@ export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS
4934
5096
  disableDefaultSort?: boolean | undefined;
4935
5097
  updatePosition?: boolean | undefined;
4936
5098
  positionField?: string | undefined;
5099
+ positionMultiplier?: number | undefined;
4937
5100
  showAddAfterButton?: boolean | undefined;
4938
5101
  showAddLastButton?: boolean | undefined;
4939
5102
  showDeleteButton?: boolean | undefined;
@@ -4948,6 +5111,7 @@ export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS
4948
5111
  disableDefaultSort: boolean;
4949
5112
  updatePosition: boolean;
4950
5113
  positionField: string;
5114
+ positionMultiplier: number;
4951
5115
  showAddAfterButton: boolean;
4952
5116
  showAddLastButton: boolean;
4953
5117
  showDeleteButton: boolean;
@@ -4956,6 +5120,7 @@ export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS
4956
5120
  }>>> & {
4957
5121
  "onUpdate:modelValue"?: ((data: any[]) => any) | undefined;
4958
5122
  onOnEnd?: ((data: SortableItemNewPositions) => any) | undefined;
5123
+ onOnStart?: (() => any) | undefined;
4959
5124
  "onUpdate:dirty"?: ((data: (string | number)[]) => any) | undefined;
4960
5125
  onOnAddAfter?: ((data: SortableItem<any>) => any) | undefined;
4961
5126
  onOnAddLast?: ((data: any) => any) | undefined;
@@ -4970,18 +5135,25 @@ export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS
4970
5135
  disableDefaultSort: boolean;
4971
5136
  updatePosition: boolean;
4972
5137
  positionField: string;
5138
+ positionMultiplier: number;
4973
5139
  showAddAfterButton: boolean;
4974
5140
  showAddLastButton: boolean;
4975
5141
  showDeleteButton: boolean;
4976
5142
  showEditButton: boolean;
4977
5143
  addLastButtonT: string;
4978
5144
  }, {}>, {
5145
+ itemBefore?(_: {
5146
+ item: SortableItem<any>;
5147
+ }): any;
4979
5148
  item?(_: {
4980
5149
  item: SortableItem<any>;
4981
5150
  }): any;
4982
5151
  buttons?(_: {
4983
5152
  item: SortableItem<any>;
4984
5153
  }): any;
5154
+ itemAfter?(_: {
5155
+ item: SortableItem<any>;
5156
+ }): any;
4985
5157
  "add-last-activator"?(_: {
4986
5158
  props: {
4987
5159
  onClick: () => void;
@@ -4989,7 +5161,7 @@ export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS
4989
5161
  }): any;
4990
5162
  }>;
4991
5163
 
4992
- export declare const ASortableNested: __VLS_WithTemplateSlots_22<DefineComponent<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_64<{
5164
+ export declare const ASortableNested: __VLS_WithTemplateSlots_22<DefineComponent<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_63<{
4993
5165
  modelValue: SortableNested<any>;
4994
5166
  maxDepth: number;
4995
5167
  disableDraggable?: boolean | undefined;
@@ -5025,7 +5197,7 @@ export declare const ASortableNested: __VLS_WithTemplateSlots_22<DefineComponent
5025
5197
  onAddLast: (data: SortableNestedItem<any> | null) => void;
5026
5198
  onEdit: (data: SortableNestedItem<any>) => void;
5027
5199
  onDelete: (data: SortableNestedItem<any>) => void;
5028
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_64<{
5200
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_63<{
5029
5201
  modelValue: SortableNested<any>;
5030
5202
  maxDepth: number;
5031
5203
  disableDraggable?: boolean | undefined;
@@ -5273,10 +5445,10 @@ declare enum AssetSelectReturnType {
5273
5445
  }
5274
5446
 
5275
5447
  export declare const ASubjectSelect: <TItem>(__VLS_props: {
5276
- pagination: Pagination;
5277
- loading?: boolean | undefined;
5278
5448
  submitFilter: Fn;
5279
5449
  resetFilter: Fn;
5450
+ pagination: Pagination;
5451
+ loading?: boolean | undefined;
5280
5452
  modelValue?: boolean | undefined;
5281
5453
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
5282
5454
  onOnOpen?: (() => any) | undefined;
@@ -5317,10 +5489,10 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
5317
5489
  open: () => void;
5318
5490
  }>) => void) | undefined, __VLS_setup?: Promise<{
5319
5491
  props: {
5320
- pagination: Pagination;
5321
- loading?: boolean | undefined;
5322
5492
  submitFilter: Fn;
5323
5493
  resetFilter: Fn;
5494
+ pagination: Pagination;
5495
+ loading?: boolean | undefined;
5324
5496
  modelValue?: boolean | undefined;
5325
5497
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
5326
5498
  onOnOpen?: (() => any) | undefined;
@@ -5365,10 +5537,10 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
5365
5537
  }> & {
5366
5538
  __ctx?: {
5367
5539
  props: {
5368
- pagination: Pagination;
5369
- loading?: boolean | undefined;
5370
5540
  submitFilter: Fn;
5371
5541
  resetFilter: Fn;
5542
+ pagination: Pagination;
5543
+ loading?: boolean | undefined;
5372
5544
  modelValue?: boolean | undefined;
5373
5545
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
5374
5546
  onOnOpen?: (() => any) | undefined;
@@ -5411,14 +5583,14 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
5411
5583
  } | undefined;
5412
5584
  };
5413
5585
 
5414
- export declare const ASystemBar: DefineComponent<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<{
5586
+ export declare const ASystemBar: DefineComponent<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
5415
5587
  currentVersion: string;
5416
5588
  checkInterval?: number | undefined;
5417
5589
  jsonRelativePath?: string | undefined;
5418
5590
  }>, {
5419
5591
  checkInterval: number;
5420
5592
  jsonRelativePath: string;
5421
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<{
5593
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
5422
5594
  currentVersion: string;
5423
5595
  checkInterval?: number | undefined;
5424
5596
  jsonRelativePath?: string | undefined;
@@ -5440,7 +5612,7 @@ export declare const ASystemEntityScope: __VLS_WithTemplateSlots_4<DefineCompone
5440
5612
  default?(_: {}): any;
5441
5613
  }>;
5442
5614
 
5443
- export declare const ATableCopyIdButton: DefineComponent<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_51<{
5615
+ export declare const ATableCopyIdButton: DefineComponent<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_50<{
5444
5616
  id: number | string;
5445
5617
  buttonT?: string | undefined;
5446
5618
  buttonClass?: string | undefined;
@@ -5455,7 +5627,7 @@ export declare const ATableCopyIdButton: DefineComponent<__VLS_WithDefaults_48<_
5455
5627
  notifyT: string;
5456
5628
  dataCy: string;
5457
5629
  size: string;
5458
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_51<{
5630
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_50<{
5459
5631
  id: number | string;
5460
5632
  buttonT?: string | undefined;
5461
5633
  buttonClass?: string | undefined;
@@ -5479,7 +5651,7 @@ export declare const ATableCopyIdButton: DefineComponent<__VLS_WithDefaults_48<_
5479
5651
  iconT: string;
5480
5652
  }, {}>;
5481
5653
 
5482
- export declare const ATableDetailButton: DefineComponent<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<{
5654
+ export declare const ATableDetailButton: DefineComponent<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_51<{
5483
5655
  routeName: string;
5484
5656
  recordId?: number | string | undefined;
5485
5657
  routeParams?: any | undefined;
@@ -5492,7 +5664,7 @@ export declare const ATableDetailButton: DefineComponent<__VLS_WithDefaults_49<_
5492
5664
  buttonT: string;
5493
5665
  buttonClass: string;
5494
5666
  dataCy: string;
5495
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<{
5667
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_51<{
5496
5668
  routeName: string;
5497
5669
  recordId?: number | string | undefined;
5498
5670
  routeParams?: any | undefined;
@@ -5513,7 +5685,7 @@ export declare const ATableDetailButton: DefineComponent<__VLS_WithDefaults_49<_
5513
5685
  recordId: string | number;
5514
5686
  }, {}>;
5515
5687
 
5516
- export declare const ATableEditButton: DefineComponent<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<{
5688
+ export declare const ATableEditButton: DefineComponent<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<{
5517
5689
  routeName: string;
5518
5690
  recordId?: number | string | undefined;
5519
5691
  routeParams?: any | undefined;
@@ -5526,7 +5698,7 @@ export declare const ATableEditButton: DefineComponent<__VLS_WithDefaults_50<__V
5526
5698
  buttonT: string;
5527
5699
  buttonClass: string;
5528
5700
  dataCy: string;
5529
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<{
5701
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<{
5530
5702
  routeName: string;
5531
5703
  recordId?: number | string | undefined;
5532
5704
  routeParams?: any | undefined;
@@ -5549,14 +5721,14 @@ export declare const ATableEditButton: DefineComponent<__VLS_WithDefaults_50<__V
5549
5721
 
5550
5722
  export declare const AThemeSelect: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
5551
5723
 
5552
- export declare const ATimeTrackingFields: DefineComponent<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_36<{
5724
+ export declare const ATimeTrackingFields: DefineComponent<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_35<{
5553
5725
  data: AnzuUserAndTimeTrackingAware | any;
5554
5726
  hideCreatedAt?: boolean | undefined;
5555
5727
  hideModifiedAt?: boolean | undefined;
5556
5728
  }>, {
5557
5729
  hideCreatedAt: boolean;
5558
5730
  hideModifiedAt: boolean;
5559
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_36<{
5731
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_35<{
5560
5732
  data: AnzuUserAndTimeTrackingAware | any;
5561
5733
  hideCreatedAt?: boolean | undefined;
5562
5734
  hideModifiedAt?: boolean | undefined;
@@ -5579,13 +5751,13 @@ declare interface AudioAttributes {
5579
5751
  bitrate: number;
5580
5752
  }
5581
5753
 
5582
- export declare const AUnauthorizedView: DefineComponent<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_78<{
5754
+ export declare const AUnauthorizedView: DefineComponent<__VLS_WithDefaults_77<__VLS_TypePropsToRuntimeProps_81<{
5583
5755
  returnRouteName: string;
5584
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_78<{
5756
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_77<__VLS_TypePropsToRuntimeProps_81<{
5585
5757
  returnRouteName: string;
5586
5758
  }>, {}>>>, {}, {}>;
5587
5759
 
5588
- export declare const AUserAndTimeTrackingFields: DefineComponent<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_40<{
5760
+ export declare const AUserAndTimeTrackingFields: DefineComponent<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_39<{
5589
5761
  data: AnzuUserAndTimeTrackingAware | any;
5590
5762
  hideCreatedAt?: boolean | undefined;
5591
5763
  hideModifiedAt?: boolean | undefined;
@@ -5596,7 +5768,7 @@ export declare const AUserAndTimeTrackingFields: DefineComponent<__VLS_WithDefau
5596
5768
  hideModifiedAt: boolean;
5597
5769
  hideCreatedBy: boolean;
5598
5770
  hideModifiedBy: boolean;
5599
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_40<{
5771
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_39<{
5600
5772
  data: AnzuUserAndTimeTrackingAware | any;
5601
5773
  hideCreatedAt?: boolean | undefined;
5602
5774
  hideModifiedAt?: boolean | undefined;
@@ -6051,6 +6223,61 @@ export declare interface DamAssetLicenceMinimal {
6051
6223
  name: string;
6052
6224
  }
6053
6225
 
6226
+ export declare const DamAssetLicenceRemoteAutocomplete: DefineComponent<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_78<{
6227
+ modelValue: IntegerId | null | IntegerId[] | any;
6228
+ client: () => AxiosInstance;
6229
+ label?: string | undefined;
6230
+ required?: boolean | undefined;
6231
+ multiple?: boolean | undefined;
6232
+ clearable?: boolean | undefined;
6233
+ dataCy?: string | undefined;
6234
+ extSystemId?: number | null | undefined;
6235
+ hideDetails?: boolean | undefined;
6236
+ disableInitFetch?: boolean | undefined;
6237
+ }>, {
6238
+ label: undefined;
6239
+ required: undefined;
6240
+ multiple: boolean;
6241
+ clearable: boolean;
6242
+ dataCy: string;
6243
+ extSystemId: null;
6244
+ hideDetails: undefined;
6245
+ disableInitFetch: boolean;
6246
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
6247
+ "update:modelValue": (data: any) => void;
6248
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_78<{
6249
+ modelValue: IntegerId | null | IntegerId[] | any;
6250
+ client: () => AxiosInstance;
6251
+ label?: string | undefined;
6252
+ required?: boolean | undefined;
6253
+ multiple?: boolean | undefined;
6254
+ clearable?: boolean | undefined;
6255
+ dataCy?: string | undefined;
6256
+ extSystemId?: number | null | undefined;
6257
+ hideDetails?: boolean | undefined;
6258
+ disableInitFetch?: boolean | undefined;
6259
+ }>, {
6260
+ label: undefined;
6261
+ required: undefined;
6262
+ multiple: boolean;
6263
+ clearable: boolean;
6264
+ dataCy: string;
6265
+ extSystemId: null;
6266
+ hideDetails: undefined;
6267
+ disableInitFetch: boolean;
6268
+ }>>> & {
6269
+ "onUpdate:modelValue"?: ((data: any) => any) | undefined;
6270
+ }, {
6271
+ multiple: boolean;
6272
+ required: boolean;
6273
+ label: string;
6274
+ dataCy: string;
6275
+ clearable: boolean;
6276
+ hideDetails: boolean;
6277
+ disableInitFetch: boolean;
6278
+ extSystemId: IntegerId | null;
6279
+ }, {}>;
6280
+
6054
6281
  export declare enum DamAssetStatus {
6055
6282
  Draft = "draft",
6056
6283
  WithFile = "with_file",
@@ -6116,6 +6343,7 @@ export declare const damCurrentUser: Ref<{
6116
6343
  };
6117
6344
  allowedAssetExternalProviders: string[];
6118
6345
  allowedDistributionServices: string[];
6346
+ id?: IntegerIdNullable | undefined;
6119
6347
  enabled: boolean;
6120
6348
  roles: string[];
6121
6349
  permissionGroups: number[];
@@ -6127,7 +6355,6 @@ export declare const damCurrentUser: Ref<{
6127
6355
  modifiedAt: string;
6128
6356
  modifiedBy: IntegerIdNullable;
6129
6357
  createdBy: IntegerIdNullable;
6130
- id: number;
6131
6358
  email: string;
6132
6359
  } | undefined>;
6133
6360
 
@@ -6190,6 +6417,38 @@ export declare enum DamDistributionRequirementStrategy {
6190
6417
 
6191
6418
  export declare type DamDistributionServiceName = string;
6192
6419
 
6420
+ export declare const DamDistributionServiceSelect: DefineComponent<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_77<{
6421
+ modelValue: string[];
6422
+ client: () => AxiosInstance;
6423
+ multiple?: boolean | undefined;
6424
+ label?: string | undefined;
6425
+ dataCy?: string | undefined;
6426
+ }>, {
6427
+ multiple: boolean;
6428
+ label: undefined;
6429
+ dataCy: string;
6430
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
6431
+ "update:modelValue": (data: string[]) => void;
6432
+ blur: (data: string[]) => void;
6433
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_77<{
6434
+ modelValue: string[];
6435
+ client: () => AxiosInstance;
6436
+ multiple?: boolean | undefined;
6437
+ label?: string | undefined;
6438
+ dataCy?: string | undefined;
6439
+ }>, {
6440
+ multiple: boolean;
6441
+ label: undefined;
6442
+ dataCy: string;
6443
+ }>>> & {
6444
+ "onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
6445
+ onBlur?: ((data: string[]) => any) | undefined;
6446
+ }, {
6447
+ multiple: boolean;
6448
+ label: string;
6449
+ dataCy: string;
6450
+ }, {}>;
6451
+
6193
6452
  export declare enum DamDistributionServiceType {
6194
6453
  Youtube = "youtubeDistribution",
6195
6454
  Jw = "jwDistribution",
@@ -6212,6 +6471,38 @@ export declare type DamExternalProviderAssetConfig = Record<DamExternalProviderA
6212
6471
 
6213
6472
  export declare type DamExternalProviderAssetName = string;
6214
6473
 
6474
+ export declare const DamExternalProviderAssetSelect: DefineComponent<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_76<{
6475
+ modelValue: string[];
6476
+ client: () => AxiosInstance;
6477
+ multiple?: boolean | undefined;
6478
+ label?: string | undefined;
6479
+ dataCy?: string | undefined;
6480
+ }>, {
6481
+ multiple: boolean;
6482
+ label: undefined;
6483
+ dataCy: string;
6484
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
6485
+ "update:modelValue": (data: string[]) => void;
6486
+ blur: (data: string[]) => void;
6487
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_76<{
6488
+ modelValue: string[];
6489
+ client: () => AxiosInstance;
6490
+ multiple?: boolean | undefined;
6491
+ label?: string | undefined;
6492
+ dataCy?: string | undefined;
6493
+ }>, {
6494
+ multiple: boolean;
6495
+ label: undefined;
6496
+ dataCy: string;
6497
+ }>>> & {
6498
+ "onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
6499
+ onBlur?: ((data: string[]) => any) | undefined;
6500
+ }, {
6501
+ multiple: boolean;
6502
+ label: string;
6503
+ dataCy: string;
6504
+ }, {}>;
6505
+
6215
6506
  export declare interface DamExtSystem extends AnzuUserAndTimeTrackingAware, ResourceNameSystemAware {
6216
6507
  id: IntegerId;
6217
6508
  name: string;
@@ -6247,6 +6538,56 @@ export declare interface DamExtSystemConfigItem {
6247
6538
  export declare interface DamExtSystemMinimal extends Pick<DamExtSystem, 'id' | 'name'> {
6248
6539
  }
6249
6540
 
6541
+ export declare const DamExtSystemRemoteAutocomplete: DefineComponent<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_75<{
6542
+ modelValue: IntegerId | null | IntegerId[] | any;
6543
+ client: () => AxiosInstance;
6544
+ label?: string | undefined;
6545
+ required?: boolean | undefined;
6546
+ multiple?: boolean | undefined;
6547
+ clearable?: boolean | undefined;
6548
+ dataCy?: string | undefined;
6549
+ hideDetails?: boolean | undefined;
6550
+ disableInitFetch?: boolean | undefined;
6551
+ }>, {
6552
+ label: undefined;
6553
+ required: undefined;
6554
+ multiple: boolean;
6555
+ clearable: boolean;
6556
+ dataCy: string;
6557
+ hideDetails: undefined;
6558
+ disableInitFetch: boolean;
6559
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
6560
+ "update:modelValue": (data: any) => void;
6561
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_75<{
6562
+ modelValue: IntegerId | null | IntegerId[] | any;
6563
+ client: () => AxiosInstance;
6564
+ label?: string | undefined;
6565
+ required?: boolean | undefined;
6566
+ multiple?: boolean | undefined;
6567
+ clearable?: boolean | undefined;
6568
+ dataCy?: string | undefined;
6569
+ hideDetails?: boolean | undefined;
6570
+ disableInitFetch?: boolean | undefined;
6571
+ }>, {
6572
+ label: undefined;
6573
+ required: undefined;
6574
+ multiple: boolean;
6575
+ clearable: boolean;
6576
+ dataCy: string;
6577
+ hideDetails: undefined;
6578
+ disableInitFetch: boolean;
6579
+ }>>> & {
6580
+ "onUpdate:modelValue"?: ((data: any) => any) | undefined;
6581
+ }, {
6582
+ multiple: boolean;
6583
+ required: boolean;
6584
+ label: string;
6585
+ dataCy: string;
6586
+ clearable: boolean;
6587
+ hideDetails: boolean;
6588
+ disableInitFetch: boolean;
6589
+ }, {}>;
6590
+
6250
6591
  export declare const damFileTypeFix: (file: File | null | undefined) => string;
6251
6592
 
6252
6593
  export declare interface DamKeyword extends AnzuUserAndTimeTrackingAware, ResourceNameSystemAware {
@@ -6381,6 +6722,19 @@ export declare interface DamUploadStartResponse {
6381
6722
  asset: DocId;
6382
6723
  }
6383
6724
 
6725
+ export declare interface DamUser extends Omit<AnzuUser, 'id'>, DamUserUpdateDto {
6726
+ }
6727
+
6728
+ export declare interface DamUserUpdateDto {
6729
+ id: IntegerId;
6730
+ assetLicences: IntegerId[];
6731
+ allowedAssetExternalProviders: string[];
6732
+ allowedDistributionServices: string[];
6733
+ adminToExtSystems: IntegerId[];
6734
+ readonly userToExtSystems: IntegerId[];
6735
+ plainPassword?: string;
6736
+ }
6737
+
6384
6738
  export declare type DatatableOrderingOption = {
6385
6739
  id: number;
6386
6740
  titleT: string;
@@ -6476,8 +6830,22 @@ export declare type EnableDisable = 'enable' | 'disable';
6476
6830
 
6477
6831
  export declare const eventClickBlur: (event?: Event) => void;
6478
6832
 
6833
+ export declare const fetchDamAssetLicenceList: (client: () => AxiosInstance, pagination: Pagination, filterBag: FilterBag) => Promise<DamAssetLicence[]>;
6834
+
6835
+ export declare const fetchDamAssetLicenceListByIds: (client: () => AxiosInstance, ids: IntegerId[]) => Promise<DamAssetLicence[]>;
6836
+
6479
6837
  export declare const fetchDamCurrentUser: (client: () => AxiosInstance) => Promise<DamCurrentUserDto>;
6480
6838
 
6839
+ export declare const fetchDamExtSystemList: (client: () => AxiosInstance, pagination: Pagination, filterBag: FilterBag) => Promise<DamExtSystem[]>;
6840
+
6841
+ export declare const fetchDamExtSystemListByIds: (client: () => AxiosInstance, ids: IntegerId[]) => Promise<DamExtSystem[]>;
6842
+
6843
+ export declare const fetchDamUser: (client: () => AxiosInstance, id: number) => Promise<DamUser>;
6844
+
6845
+ export declare const fetchDamUserList: (client: () => AxiosInstance, pagination: Pagination, filterBag: FilterBag) => Promise<DamUser[]>;
6846
+
6847
+ export declare const fetchDamUserListByIds: (client: () => AxiosInstance, ids: number[]) => Promise<DamUser[]>;
6848
+
6481
6849
  declare type fetchItemsByIdsType = ((ids: IntegerId[]) => Promise<ValueObjectOption<IntegerId>[]>) | ((ids: DocId[]) => Promise<ValueObjectOption<DocId>[]>);
6482
6850
 
6483
6851
  declare type fetchItemsByIdsType_2 = ((ids: IntegerId[]) => Promise<ValueObjectOption<IntegerId>[]>) | ((ids: DocId[]) => Promise<ValueObjectOption<DocId>[]>);
@@ -6605,6 +6973,8 @@ export declare const i18n: I18n<{
6605
6973
  refresh: string;
6606
6974
  forwards: string;
6607
6975
  backwards: string;
6976
+ next: string;
6977
+ prev: string;
6608
6978
  loadMore: string;
6609
6979
  };
6610
6980
  model: {
@@ -6718,6 +7088,11 @@ export declare const i18n: I18n<{
6718
7088
  resolvedPermissions: string;
6719
7089
  noPermissions: string;
6720
7090
  };
7091
+ copyPermissions: {
7092
+ title: string;
7093
+ desc: string;
7094
+ srcUser: string;
7095
+ };
6721
7096
  };
6722
7097
  job: {
6723
7098
  filter: {
@@ -7502,6 +7877,8 @@ export declare const messagesCs: {
7502
7877
  refresh: string;
7503
7878
  forwards: string;
7504
7879
  backwards: string;
7880
+ next: string;
7881
+ prev: string;
7505
7882
  loadMore: string;
7506
7883
  };
7507
7884
  model: {
@@ -7615,6 +7992,11 @@ export declare const messagesCs: {
7615
7992
  resolvedPermissions: string;
7616
7993
  noPermissions: string;
7617
7994
  };
7995
+ copyPermissions: {
7996
+ title: string;
7997
+ desc: string;
7998
+ srcUser: string;
7999
+ };
7618
8000
  };
7619
8001
  job: {
7620
8002
  filter: {
@@ -8190,6 +8572,8 @@ export declare const messagesEn: {
8190
8572
  refresh: string;
8191
8573
  forwards: string;
8192
8574
  backwards: string;
8575
+ next: string;
8576
+ prev: string;
8193
8577
  loadMore: string;
8194
8578
  };
8195
8579
  model: {
@@ -8303,6 +8687,11 @@ export declare const messagesEn: {
8303
8687
  resolvedPermissions: string;
8304
8688
  noPermissions: string;
8305
8689
  };
8690
+ copyPermissions: {
8691
+ title: string;
8692
+ desc: string;
8693
+ srcUser: string;
8694
+ };
8306
8695
  };
8307
8696
  job: {
8308
8697
  filter: {
@@ -8878,6 +9267,8 @@ export declare const messagesSk: {
8878
9267
  refresh: string;
8879
9268
  forwards: string;
8880
9269
  backwards: string;
9270
+ next: string;
9271
+ prev: string;
8881
9272
  loadMore: string;
8882
9273
  };
8883
9274
  model: {
@@ -8995,6 +9386,11 @@ export declare const messagesSk: {
8995
9386
  resolvedPermissions: string;
8996
9387
  noPermissions: string;
8997
9388
  };
9389
+ copyPermissions: {
9390
+ title: string;
9391
+ desc: string;
9392
+ srcUser: string;
9393
+ };
8998
9394
  };
8999
9395
  job: {
9000
9396
  filter: {
@@ -9644,6 +10040,7 @@ export declare interface PermissionGroupMinimal {
9644
10040
  declare type Permissions_2 = {
9645
10041
  [key in AclValue]?: Grant;
9646
10042
  };
10043
+ export { Permissions_2 as Permissions }
9647
10044
 
9648
10045
  export declare type PermissionTranslationGroup = 'subjects' | 'actions' | 'roles';
9649
10046
 
@@ -9804,6 +10201,8 @@ export declare const timestampCurrent: () => number;
9804
10201
 
9805
10202
  export declare function updateDamCurrentUser(client: () => AxiosInstance): Promise<unknown>;
9806
10203
 
10204
+ export declare const updateDamUser: (client: () => AxiosInstance, id: number, data: DamUserUpdateDto) => Promise<DamUser>;
10205
+
9807
10206
  export declare interface UploadQueue {
9808
10207
  items: UploadQueueItem[];
9809
10208
  totalCount: number;
@@ -10046,6 +10445,13 @@ export declare function useCommonAdminCollabOptions(): {
10046
10445
  }>;
10047
10446
  };
10048
10447
 
10448
+ export declare function useCommonAdminImageOptions(configName?: string): {
10449
+ imageClient: () => AxiosInstance;
10450
+ previewDomain: string;
10451
+ imageWidth: number;
10452
+ imageHeight: number;
10453
+ };
10454
+
10049
10455
  export declare function useCommonJobFactory(): {
10050
10456
  createBase: (resourceName: JobBaseResource, system: string) => JobBase;
10051
10457
  createUserDataDelete: (system: string) => JobUserDataDelete;
@@ -10175,12 +10581,14 @@ export declare function useCustomDataFormElementType(): {
10175
10581
  title: string;
10176
10582
  color?: string | undefined;
10177
10583
  active?: false | undefined;
10584
+ subtitle?: string | undefined;
10178
10585
  }[]>;
10179
10586
  getCustomDataFormElementTypeOption: (value: CustomDataFormElementTypeType) => {
10180
10587
  value: CustomDataFormElementTypeType;
10181
10588
  title: string;
10182
10589
  color?: string | undefined;
10183
10590
  active?: false | undefined;
10591
+ subtitle?: string | undefined;
10184
10592
  } | undefined;
10185
10593
  };
10186
10594
 
@@ -10191,6 +10599,42 @@ export declare function useDamAcceptTypeAndSizeHelper(assetType: DamAssetType |
10191
10599
  uploadAccept: ComputedRef<string>;
10192
10600
  };
10193
10601
 
10602
+ export declare function useDamAssetLicenceFilter(): {
10603
+ name: {
10604
+ field: string;
10605
+ multiple: boolean;
10606
+ variant: FilterVariant;
10607
+ model: any;
10608
+ default: any;
10609
+ titleT?: string | undefined;
10610
+ error: string;
10611
+ mandatory: boolean;
10612
+ exclude: boolean;
10613
+ };
10614
+ extSystem: {
10615
+ field: string;
10616
+ multiple: boolean;
10617
+ variant: FilterVariant;
10618
+ model: any;
10619
+ default: any;
10620
+ titleT?: string | undefined;
10621
+ error: string;
10622
+ mandatory: boolean;
10623
+ exclude: boolean;
10624
+ };
10625
+ extId: {
10626
+ field: string;
10627
+ multiple: boolean;
10628
+ variant: FilterVariant;
10629
+ model: any;
10630
+ default: any;
10631
+ titleT?: string | undefined;
10632
+ error: string;
10633
+ mandatory: boolean;
10634
+ exclude: boolean;
10635
+ };
10636
+ };
10637
+
10194
10638
  export declare function useDamAuthorFactory(): {
10195
10639
  createDefault: (extSystemId: number, reviewed?: boolean) => DamAuthor;
10196
10640
  };
@@ -10201,12 +10645,14 @@ export declare function useDamAuthorType(): {
10201
10645
  title: string;
10202
10646
  color?: string | undefined;
10203
10647
  active?: false | undefined;
10648
+ subtitle?: string | undefined;
10204
10649
  }[]>;
10205
10650
  getAuthorTypeOption: (value: DamAuthorType) => {
10206
10651
  value: DamAuthorType;
10207
10652
  title: string;
10208
10653
  color?: string | undefined;
10209
10654
  active?: false | undefined;
10655
+ subtitle?: string | undefined;
10210
10656
  } | undefined;
10211
10657
  };
10212
10658
 
@@ -10272,6 +10718,7 @@ export declare function useDamCurrentUser(): {
10272
10718
  };
10273
10719
  allowedAssetExternalProviders: string[];
10274
10720
  allowedDistributionServices: string[];
10721
+ id?: IntegerIdNullable | undefined;
10275
10722
  enabled: boolean;
10276
10723
  roles: string[];
10277
10724
  permissionGroups: number[];
@@ -10283,12 +10730,28 @@ export declare function useDamCurrentUser(): {
10283
10730
  modifiedAt: string;
10284
10731
  modifiedBy: IntegerIdNullable;
10285
10732
  createdBy: IntegerIdNullable;
10286
- id: number;
10287
10733
  email: string;
10288
10734
  } | undefined>;
10289
10735
  damCurrentUserIsSuperAdmin: Ref<boolean>;
10290
10736
  };
10291
10737
 
10738
+ export declare function useDamDistributionServiceType(client: () => AxiosInstance): {
10739
+ allDistributionServiceTypeOptions: Ref<{
10740
+ value: string;
10741
+ title: string;
10742
+ color?: string | undefined;
10743
+ active?: false | undefined;
10744
+ subtitle?: string | undefined;
10745
+ }[]>;
10746
+ getDistributionServiceTypeOption: (value: string) => {
10747
+ value: string;
10748
+ title: string;
10749
+ color?: string | undefined;
10750
+ active?: false | undefined;
10751
+ subtitle?: string | undefined;
10752
+ } | undefined;
10753
+ };
10754
+
10292
10755
  export declare function useDamKeywordFactory(): {
10293
10756
  createDefault: (extSystemId: number, reviewed?: boolean) => DamKeyword;
10294
10757
  };
@@ -10329,6 +10792,7 @@ export declare function useGrant(): {
10329
10792
  title: string;
10330
10793
  color?: string | undefined;
10331
10794
  active?: false | undefined;
10795
+ subtitle?: string | undefined;
10332
10796
  }[]>;
10333
10797
  getGrantOption: (value: Grant) => ValueObjectOption<Grant>;
10334
10798
  };
@@ -10339,12 +10803,20 @@ export declare function useGrantOrigin(): {
10339
10803
  title: string;
10340
10804
  color?: string | undefined;
10341
10805
  active?: false | undefined;
10806
+ subtitle?: string | undefined;
10342
10807
  }[]>;
10343
10808
  getGrantOriginOption: (value: GrantOrigin) => ValueObjectOption<GrantOrigin>;
10344
10809
  };
10345
10810
 
10346
10811
  export { useI18n }
10347
10812
 
10813
+ export declare function useImageActions(config: ReturnType<typeof useCommonAdminImageOptions>): {
10814
+ widgetImageToDamImageUrl: (image: ImageAware | ImageCreateUpdateAware, width?: number, height?: number, random?: boolean) => string;
10815
+ widgetImageToDamImageOriginalUrl: (image: ImageAware | ImageCreateUpdateAware, random?: boolean) => string;
10816
+ damImageIdToDamImageUrl: (imageId: DocId, width?: number, height?: number, random?: boolean) => string;
10817
+ damImageIdToDamImageOriginalUrl: (imageId: DocId, random?: boolean) => string;
10818
+ };
10819
+
10348
10820
  export declare function useJobApi<JobType extends JobBase = JobBase>(client: () => AxiosInstance, system: string): {
10349
10821
  fetchJobList: (pagination: Pagination, filterBag: FilterBag) => Promise<JobType[]>;
10350
10822
  fetchJob: (id: number) => Promise<JobType>;
@@ -10358,6 +10830,7 @@ export declare function useJobBaseResource<T extends JobBaseResource = JobBaseRe
10358
10830
  title: string;
10359
10831
  color?: string | undefined;
10360
10832
  active?: false | undefined;
10833
+ subtitle?: string | undefined;
10361
10834
  }[]>;
10362
10835
  getJobResourceOption: (value: T) => ValueObjectOption<T>;
10363
10836
  };
@@ -10368,6 +10841,7 @@ export declare function useJobStatus(): {
10368
10841
  title: string;
10369
10842
  color?: string | undefined;
10370
10843
  active?: false | undefined;
10844
+ subtitle?: string | undefined;
10371
10845
  }[]>;
10372
10846
  getJobStatusOption: (value: JobStatus) => ValueObjectOption<JobStatus>;
10373
10847
  };
@@ -10391,12 +10865,14 @@ export declare function useLogLevel(): {
10391
10865
  title: string;
10392
10866
  color?: string | undefined;
10393
10867
  active?: false | undefined;
10868
+ subtitle?: string | undefined;
10394
10869
  }[]>;
10395
10870
  getLogLevelOption: (value: LogLevel) => {
10396
10871
  value: LogLevel;
10397
10872
  title: string;
10398
10873
  color?: string | undefined;
10399
10874
  active?: false | undefined;
10875
+ subtitle?: string | undefined;
10400
10876
  } | undefined;
10401
10877
  };
10402
10878
 
@@ -10520,6 +10996,7 @@ export declare interface ValueObjectOption<T> {
10520
10996
  title: string;
10521
10997
  color?: string;
10522
10998
  active?: false;
10999
+ subtitle?: string;
10523
11000
  }
10524
11001
 
10525
11002
  declare interface VDatatableSelectableItem {