@anzusystems/common-admin 1.47.0-alpha13 → 1.47.0-alpha15

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.
@@ -195,8 +195,6 @@ declare type __VLS_NonUndefinedable_77<T> = T extends undefined ? never : T;
195
195
 
196
196
  declare type __VLS_NonUndefinedable_78<T> = T extends undefined ? never : T;
197
197
 
198
- declare type __VLS_NonUndefinedable_79<T> = T extends undefined ? never : T;
199
-
200
198
  declare type __VLS_NonUndefinedable_8<T> = T extends undefined ? never : T;
201
199
 
202
200
  declare type __VLS_NonUndefinedable_9<T> = T extends undefined ? never : T;
@@ -489,10 +487,6 @@ declare type __VLS_Prettify_74<T> = {
489
487
  [K in keyof T]: T[K];
490
488
  } & {};
491
489
 
492
- declare type __VLS_Prettify_75<T> = {
493
- [K in keyof T]: T[K];
494
- } & {};
495
-
496
490
  declare type __VLS_Prettify_8<T> = {
497
491
  [K in keyof T]: T[K];
498
492
  } & {};
@@ -1185,15 +1179,6 @@ declare type __VLS_TypePropsToRuntimeProps_78<T> = {
1185
1179
  };
1186
1180
  };
1187
1181
 
1188
- declare type __VLS_TypePropsToRuntimeProps_79<T> = {
1189
- [K in keyof T]-?: {} extends Pick<T, K> ? {
1190
- type: PropType<__VLS_NonUndefinedable_79<T[K]>>;
1191
- } : {
1192
- type: PropType<T[K]>;
1193
- required: true;
1194
- };
1195
- };
1196
-
1197
1182
  declare type __VLS_TypePropsToRuntimeProps_8<T> = {
1198
1183
  [K in keyof T]-?: {} extends Pick<T, K> ? {
1199
1184
  type: PropType<__VLS_NonUndefinedable_8<T[K]>>;
@@ -1644,12 +1629,6 @@ declare type __VLS_WithDefaults_74<P, D> = {
1644
1629
  }> : P[K];
1645
1630
  };
1646
1631
 
1647
- declare type __VLS_WithDefaults_75<P, D> = {
1648
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_75<P[K] & {
1649
- default: D[K];
1650
- }> : P[K];
1651
- };
1652
-
1653
1632
  declare type __VLS_WithDefaults_8<P, D> = {
1654
1633
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_8<P[K] & {
1655
1634
  default: D[K];
@@ -1812,7 +1791,7 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
1812
1791
  };
1813
1792
  };
1814
1793
 
1815
- export declare const AActionCloseButton: DefineComponent<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_41<{
1794
+ export declare const AActionCloseButton: DefineComponent<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_40<{
1816
1795
  routeName?: string | undefined;
1817
1796
  routeParams?: any | undefined;
1818
1797
  buttonT?: string | undefined;
@@ -1826,7 +1805,7 @@ export declare const AActionCloseButton: DefineComponent<__VLS_WithDefaults_38<_
1826
1805
  buttonClass: string;
1827
1806
  dataCy: string;
1828
1807
  size: number;
1829
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_41<{
1808
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_40<{
1830
1809
  routeName?: string | undefined;
1831
1810
  routeParams?: any | undefined;
1832
1811
  buttonT?: string | undefined;
@@ -1849,7 +1828,7 @@ export declare const AActionCloseButton: DefineComponent<__VLS_WithDefaults_38<_
1849
1828
  routeParams: any | undefined;
1850
1829
  }, {}>;
1851
1830
 
1852
- export declare const AActionCreateButton: DefineComponent<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_42<{
1831
+ export declare const AActionCreateButton: DefineComponent<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_41<{
1853
1832
  routeName: string;
1854
1833
  buttonT?: string | undefined;
1855
1834
  buttonClass?: string | undefined;
@@ -1862,7 +1841,7 @@ export declare const AActionCreateButton: DefineComponent<__VLS_WithDefaults_39<
1862
1841
  dataCy: string;
1863
1842
  size: number;
1864
1843
  variant: string;
1865
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_42<{
1844
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_38<__VLS_TypePropsToRuntimeProps_41<{
1866
1845
  routeName: string;
1867
1846
  buttonT?: string | undefined;
1868
1847
  buttonClass?: string | undefined;
@@ -1883,7 +1862,7 @@ export declare const AActionCreateButton: DefineComponent<__VLS_WithDefaults_39<
1883
1862
  buttonT: string;
1884
1863
  }, {}>;
1885
1864
 
1886
- export declare const AActionDeleteButton: DefineComponent<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_43<{
1865
+ export declare const AActionDeleteButton: DefineComponent<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_42<{
1887
1866
  variant?: ButtonVariant | undefined;
1888
1867
  buttonT?: string | undefined;
1889
1868
  buttonClass?: string | undefined;
@@ -1918,7 +1897,7 @@ export declare const AActionDeleteButton: DefineComponent<__VLS_WithDefaults_40<
1918
1897
  closeDialog: () => void;
1919
1898
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1920
1899
  deleteRecord: () => void;
1921
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_43<{
1900
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_39<__VLS_TypePropsToRuntimeProps_42<{
1922
1901
  variant?: ButtonVariant | undefined;
1923
1902
  buttonT?: string | undefined;
1924
1903
  buttonClass?: string | undefined;
@@ -1968,7 +1947,7 @@ export declare const AActionDeleteButton: DefineComponent<__VLS_WithDefaults_40<
1968
1947
  disableCloseAfterConfirm: boolean;
1969
1948
  }, {}>;
1970
1949
 
1971
- export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_41<__VLS_TypePropsToRuntimeProps_44<{
1950
+ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_43<{
1972
1951
  routeName: string;
1973
1952
  recordId?: number | string | undefined;
1974
1953
  routeParams?: any | undefined;
@@ -1989,7 +1968,7 @@ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_41<__
1989
1968
  variant: string;
1990
1969
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1991
1970
  editRecord: () => void;
1992
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_41<__VLS_TypePropsToRuntimeProps_44<{
1971
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_40<__VLS_TypePropsToRuntimeProps_43<{
1993
1972
  routeName: string;
1994
1973
  recordId?: number | string | undefined;
1995
1974
  routeParams?: any | undefined;
@@ -2013,15 +1992,15 @@ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_41<__
2013
1992
  }, {
2014
1993
  size: number;
2015
1994
  variant: ButtonVariant;
2016
- dataCy: string;
2017
1995
  loading: boolean;
1996
+ dataCy: string;
2018
1997
  buttonClass: string;
2019
1998
  buttonT: string;
2020
1999
  routeParams: any | undefined;
2021
2000
  recordId: string | number;
2022
2001
  }, {}>;
2023
2002
 
2024
- export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaults_42<__VLS_TypePropsToRuntimeProps_45<{
2003
+ export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaults_41<__VLS_TypePropsToRuntimeProps_44<{
2025
2004
  buttonT?: string | undefined;
2026
2005
  buttonClass?: string | undefined;
2027
2006
  dataCy?: string | undefined;
@@ -2035,7 +2014,7 @@ export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaul
2035
2014
  disabled: undefined;
2036
2015
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2037
2016
  saveRecordAndClose: () => void;
2038
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_42<__VLS_TypePropsToRuntimeProps_45<{
2017
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_41<__VLS_TypePropsToRuntimeProps_44<{
2039
2018
  buttonT?: string | undefined;
2040
2019
  buttonClass?: string | undefined;
2041
2020
  dataCy?: string | undefined;
@@ -2051,13 +2030,13 @@ export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaul
2051
2030
  onSaveRecordAndClose?: (() => any) | undefined;
2052
2031
  }, {
2053
2032
  disabled: boolean;
2054
- dataCy: string;
2055
2033
  loading: boolean;
2034
+ dataCy: string;
2056
2035
  buttonClass: string;
2057
2036
  buttonT: string;
2058
2037
  }, {}>;
2059
2038
 
2060
- export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_46<{
2039
+ export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_42<__VLS_TypePropsToRuntimeProps_45<{
2061
2040
  buttonT?: string | undefined;
2062
2041
  buttonClass?: string | undefined;
2063
2042
  dataCy?: string | undefined;
@@ -2075,7 +2054,7 @@ export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_43<__
2075
2054
  variant: string;
2076
2055
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2077
2056
  saveRecord: () => void;
2078
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_46<{
2057
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_42<__VLS_TypePropsToRuntimeProps_45<{
2079
2058
  buttonT?: string | undefined;
2080
2059
  buttonClass?: string | undefined;
2081
2060
  dataCy?: string | undefined;
@@ -2097,17 +2076,17 @@ export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_43<__
2097
2076
  size: number;
2098
2077
  variant: ButtonVariant;
2099
2078
  disabled: boolean;
2100
- dataCy: string;
2101
2079
  loading: boolean;
2080
+ dataCy: string;
2102
2081
  buttonClass: string;
2103
2082
  buttonT: string;
2104
2083
  }, {}>;
2105
2084
 
2106
- export declare const AAdminSwitcher: DefineComponent<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_35<{
2085
+ export declare const AAdminSwitcher: DefineComponent<__VLS_WithDefaults_31<__VLS_TypePropsToRuntimeProps_34<{
2107
2086
  configUrl?: string | undefined | null;
2108
2087
  }>, {
2109
2088
  configUrl: null;
2110
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_35<{
2089
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_31<__VLS_TypePropsToRuntimeProps_34<{
2111
2090
  configUrl?: string | undefined | null;
2112
2091
  }>, {
2113
2092
  configUrl: null;
@@ -2147,7 +2126,7 @@ export declare const AAlerts: DefineComponent<__VLS_WithDefaults_5<__VLS_TypePro
2147
2126
  customClass: string;
2148
2127
  }, {}>;
2149
2128
 
2150
- export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
2129
+ export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_53<__VLS_TypePropsToRuntimeProps_56<{
2151
2130
  user?: AnzuUserMinimal | undefined | null;
2152
2131
  size?: number | undefined;
2153
2132
  containerClass?: string | undefined;
@@ -2155,7 +2134,7 @@ export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_54<__VL
2155
2134
  user: undefined;
2156
2135
  size: number;
2157
2136
  containerClass: string;
2158
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
2137
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_53<__VLS_TypePropsToRuntimeProps_56<{
2159
2138
  user?: AnzuUserMinimal | undefined | null;
2160
2139
  size?: number | undefined;
2161
2140
  containerClass?: string | undefined;
@@ -2169,7 +2148,7 @@ export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_54<__VL
2169
2148
  containerClass: string;
2170
2149
  }, {}>;
2171
2150
 
2172
- export declare const AAssetSelect: __VLS_WithTemplateSlots_25<DefineComponent<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_74<{
2151
+ export declare const AAssetSelect: __VLS_WithTemplateSlots_25<DefineComponent<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_73<{
2173
2152
  modelValue?: boolean | undefined;
2174
2153
  assetType: "image" | "audio" | "video" | "document" | DamAssetType;
2175
2154
  minCount: number;
@@ -2188,7 +2167,7 @@ export declare const AAssetSelect: __VLS_WithTemplateSlots_25<DefineComponent<__
2188
2167
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2189
2168
  "update:modelValue": (data: boolean) => void;
2190
2169
  onConfirm: (data: AssetSelectReturnData) => void;
2191
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_74<{
2170
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_73<{
2192
2171
  modelValue?: boolean | undefined;
2193
2172
  assetType: "image" | "audio" | "video" | "document" | DamAssetType;
2194
2173
  minCount: number;
@@ -2220,7 +2199,7 @@ export declare const AAssetSelect: __VLS_WithTemplateSlots_25<DefineComponent<__
2220
2199
  "button-confirm-title"?(_: {}): any;
2221
2200
  }>;
2222
2201
 
2223
- export declare const AAvatarColorPicker: DefineComponent<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
2202
+ export declare const AAvatarColorPicker: DefineComponent<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
2224
2203
  modelValue: string;
2225
2204
  label?: string | undefined;
2226
2205
  loading?: boolean | undefined;
@@ -2237,7 +2216,7 @@ export declare const AAvatarColorPicker: DefineComponent<__VLS_WithDefaults_55<_
2237
2216
  hideLabel: boolean;
2238
2217
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2239
2218
  "update:modelValue": (data: string) => void;
2240
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
2219
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
2241
2220
  modelValue: string;
2242
2221
  label?: string | undefined;
2243
2222
  loading?: boolean | undefined;
@@ -2263,7 +2242,7 @@ export declare const AAvatarColorPicker: DefineComponent<__VLS_WithDefaults_55<_
2263
2242
  randomColor: boolean;
2264
2243
  }, {}>;
2265
2244
 
2266
- export declare const ABooleanSelect: DefineComponent<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_75<{
2245
+ export declare const ABooleanSelect: DefineComponent<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_74<{
2267
2246
  modelValue: boolean | null;
2268
2247
  dataCy?: string | undefined;
2269
2248
  label?: string | undefined;
@@ -2272,7 +2251,7 @@ export declare const ABooleanSelect: DefineComponent<__VLS_WithDefaults_71<__VLS
2272
2251
  label: undefined;
2273
2252
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2274
2253
  "update:modelValue": (data: boolean | null) => void;
2275
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_75<{
2254
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_74<{
2276
2255
  modelValue: boolean | null;
2277
2256
  dataCy?: string | undefined;
2278
2257
  label?: string | undefined;
@@ -2282,8 +2261,8 @@ export declare const ABooleanSelect: DefineComponent<__VLS_WithDefaults_71<__VLS
2282
2261
  }>>> & {
2283
2262
  "onUpdate:modelValue"?: ((data: boolean | null) => any) | undefined;
2284
2263
  }, {
2285
- dataCy: string;
2286
2264
  label: string;
2265
+ dataCy: string;
2287
2266
  }, {}>;
2288
2267
 
2289
2268
  export declare const ABooleanValue: DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<{
@@ -2305,7 +2284,7 @@ export declare const ABooleanValue: DefineComponent<__VLS_WithDefaults_6<__VLS_T
2305
2284
  invertColor: boolean;
2306
2285
  }, {}>;
2307
2286
 
2308
- export declare const ABtnSplit: __VLS_WithTemplateSlots_19<DefineComponent<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
2287
+ export declare const ABtnSplit: __VLS_WithTemplateSlots_19<DefineComponent<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<{
2309
2288
  buttonT?: string | undefined;
2310
2289
  buttonClass?: string | undefined;
2311
2290
  dataCy?: string | undefined;
@@ -2329,7 +2308,7 @@ export declare const ABtnSplit: __VLS_WithTemplateSlots_19<DefineComponent<__VLS
2329
2308
  color: string;
2330
2309
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2331
2310
  onClick: () => void;
2332
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
2311
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<{
2333
2312
  buttonT?: string | undefined;
2334
2313
  buttonClass?: string | undefined;
2335
2314
  dataCy?: string | undefined;
@@ -2359,8 +2338,8 @@ export declare const ABtnSplit: __VLS_WithTemplateSlots_19<DefineComponent<__VLS
2359
2338
  variant: ButtonVariantText;
2360
2339
  rounded: "pill";
2361
2340
  disabled: boolean;
2362
- dataCy: string;
2363
2341
  loading: boolean;
2342
+ dataCy: string;
2364
2343
  buttonClass: string;
2365
2344
  buttonT: string;
2366
2345
  disableMore: boolean;
@@ -2369,7 +2348,7 @@ export declare const ABtnSplit: __VLS_WithTemplateSlots_19<DefineComponent<__VLS
2369
2348
  default?(_: {}): any;
2370
2349
  }>;
2371
2350
 
2372
- export declare const ACachedChip: __VLS_WithTemplateSlots_16<DefineComponent<__VLS_WithDefaults_31<__VLS_TypePropsToRuntimeProps_34<{
2351
+ export declare const ACachedChip: __VLS_WithTemplateSlots_16<DefineComponent<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_33<{
2373
2352
  id?: string | number | null | undefined;
2374
2353
  title?: string | undefined;
2375
2354
  containerClass?: string | undefined;
@@ -2394,7 +2373,7 @@ export declare const ACachedChip: __VLS_WithTemplateSlots_16<DefineComponent<__V
2394
2373
  textOnly: boolean;
2395
2374
  fallbackIdText: boolean;
2396
2375
  wrapText: boolean;
2397
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_31<__VLS_TypePropsToRuntimeProps_34<{
2376
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_33<{
2398
2377
  id?: string | number | null | undefined;
2399
2378
  title?: string | undefined;
2400
2379
  containerClass?: string | undefined;
@@ -2489,12 +2468,12 @@ export declare const AChipNoLink: __VLS_WithTemplateSlots_3<DefineComponent<__VL
2489
2468
  default?(_: {}): any;
2490
2469
  }>;
2491
2470
 
2492
- export declare const Acl: __VLS_WithTemplateSlots_17<DefineComponent<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_37<{
2471
+ export declare const Acl: __VLS_WithTemplateSlots_17<DefineComponent<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_36<{
2493
2472
  permission: `${string}_${string}_${string}`;
2494
2473
  subject?: object | undefined;
2495
2474
  }>, {
2496
2475
  subject: undefined;
2497
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_37<{
2476
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_36<{
2498
2477
  permission: `${string}_${string}_${string}`;
2499
2478
  subject?: object | undefined;
2500
2479
  }>, {
@@ -2513,7 +2492,7 @@ declare type AclResolverConfig = {
2513
2492
 
2514
2493
  export declare type AclValue = `${string}_${string}_${string}`;
2515
2494
 
2516
- export declare const ACollabCountdown: DefineComponent<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_72<{
2495
+ export declare const ACollabCountdown: DefineComponent<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_71<{
2517
2496
  label?: string | undefined;
2518
2497
  seconds?: number | undefined;
2519
2498
  parentheses?: boolean | undefined;
@@ -2523,7 +2502,7 @@ export declare const ACollabCountdown: DefineComponent<__VLS_WithDefaults_68<__V
2523
2502
  parentheses: boolean;
2524
2503
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2525
2504
  done: () => void;
2526
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_72<{
2505
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_71<{
2527
2506
  label?: string | undefined;
2528
2507
  seconds?: number | undefined;
2529
2508
  parentheses?: boolean | undefined;
@@ -2539,15 +2518,15 @@ export declare const ACollabCountdown: DefineComponent<__VLS_WithDefaults_68<__V
2539
2518
  parentheses: boolean;
2540
2519
  }, {}>;
2541
2520
 
2542
- export declare const ACollabLockedByUser: DefineComponent<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_71<{
2521
+ export declare const ACollabLockedByUser: DefineComponent<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_70<{
2543
2522
  id: null | undefined | IntegerId;
2544
2523
  users: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
2545
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_71<{
2524
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_70<{
2546
2525
  id: null | undefined | IntegerId;
2547
2526
  users: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
2548
2527
  }>, {}>>>, {}, {}>;
2549
2528
 
2550
- export declare const ACollabManagement: DefineComponent<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_73<{
2529
+ export declare const ACollabManagement: DefineComponent<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_72<{
2551
2530
  collabRoom: CollabRoom;
2552
2531
  cachedUsers: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
2553
2532
  isEdit?: boolean | undefined;
@@ -2557,7 +2536,7 @@ export declare const ACollabManagement: DefineComponent<__VLS_WithDefaults_69<__
2557
2536
  isEdit: boolean;
2558
2537
  addToCachedUsers: undefined;
2559
2538
  fetchCachedUsers: undefined;
2560
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_73<{
2539
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_72<{
2561
2540
  collabRoom: CollabRoom;
2562
2541
  cachedUsers: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
2563
2542
  isEdit?: boolean | undefined;
@@ -2573,14 +2552,14 @@ export declare const ACollabManagement: DefineComponent<__VLS_WithDefaults_69<__
2573
2552
  fetchCachedUsers: () => Promisify<Promise<any>>;
2574
2553
  }, {}>;
2575
2554
 
2576
- export declare const ACopyText: __VLS_WithTemplateSlots_18<DefineComponent<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
2555
+ export declare const ACopyText: __VLS_WithTemplateSlots_18<DefineComponent<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_37<{
2577
2556
  value: string | number;
2578
2557
  notifyT?: string | undefined;
2579
2558
  dataCy?: string | undefined;
2580
2559
  }>, {
2581
2560
  notifyT: string;
2582
2561
  dataCy: string;
2583
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
2562
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_34<__VLS_TypePropsToRuntimeProps_37<{
2584
2563
  value: string | number;
2585
2564
  notifyT?: string | undefined;
2586
2565
  dataCy?: string | undefined;
@@ -2881,14 +2860,14 @@ export declare const ACropperjs: <T extends EventTarget = EventTarget>(__VLS_pro
2881
2860
  } | undefined;
2882
2861
  };
2883
2862
 
2884
- export declare const ACurrentUserDropdown: DefineComponent<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
2863
+ export declare const ACurrentUserDropdown: DefineComponent<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
2885
2864
  currentUser: AnzuUserMinimal | undefined | null;
2886
2865
  settingsRouteName: string;
2887
2866
  logoutRouteName: string;
2888
2867
  dataCy?: string | undefined;
2889
2868
  }>, {
2890
2869
  dataCy: string;
2891
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
2870
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
2892
2871
  currentUser: AnzuUserMinimal | undefined | null;
2893
2872
  settingsRouteName: string;
2894
2873
  logoutRouteName: string;
@@ -2899,7 +2878,7 @@ export declare const ACurrentUserDropdown: DefineComponent<__VLS_WithDefaults_56
2899
2878
  dataCy: string;
2900
2879
  }, {}>;
2901
2880
 
2902
- export declare const ACustomDataForm: __VLS_WithTemplateSlots_23<DefineComponent<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_65<{
2881
+ export declare const ACustomDataForm: __VLS_WithTemplateSlots_23<DefineComponent<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_64<{
2903
2882
  modelValue: {
2904
2883
  [key: string]: any;
2905
2884
  };
@@ -2916,7 +2895,7 @@ export declare const ACustomDataForm: __VLS_WithTemplateSlots_23<DefineComponent
2916
2895
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2917
2896
  "update:modelValue": (data: any) => void;
2918
2897
  anyChange: () => void;
2919
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_65<{
2898
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_64<{
2920
2899
  modelValue: {
2921
2900
  [key: string]: any;
2922
2901
  };
@@ -2940,7 +2919,7 @@ export declare const ACustomDataForm: __VLS_WithTemplateSlots_23<DefineComponent
2940
2919
  "after-pinned"?(_: {}): any;
2941
2920
  }>;
2942
2921
 
2943
- export declare const ACustomDataFormElement: DefineComponent<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_66<{
2922
+ export declare const ACustomDataFormElement: DefineComponent<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_65<{
2944
2923
  modelValue: any;
2945
2924
  config: CustomDataFormElement;
2946
2925
  validationScope?: ValidationScope;
@@ -2952,7 +2931,7 @@ export declare const ACustomDataFormElement: DefineComponent<__VLS_WithDefaults_
2952
2931
  value: any;
2953
2932
  }) => void;
2954
2933
  blur: (data: any) => void;
2955
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_66<{
2934
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_65<{
2956
2935
  modelValue: any;
2957
2936
  config: CustomDataFormElement;
2958
2937
  validationScope?: ValidationScope;
@@ -3017,7 +2996,7 @@ export declare const ADatatable: <TItem = Record<string, unknown>>(__VLS_props:
3017
2996
  } | undefined;
3018
2997
  };
3019
2998
 
3020
- export declare const ADatatableConfigButton: DefineComponent<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_30<{
2999
+ export declare const ADatatableConfigButton: DefineComponent<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_29<{
3021
3000
  columnsAll: ColumnInternalValues[];
3022
3001
  columnsHidden: Array<string>;
3023
3002
  buttonT?: string | undefined;
@@ -3029,7 +3008,7 @@ export declare const ADatatableConfigButton: DefineComponent<__VLS_WithDefaults_
3029
3008
  dataCy: string;
3030
3009
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3031
3010
  "update:columnsHidden": (data: string[]) => void;
3032
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_30<{
3011
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_29<{
3033
3012
  columnsAll: ColumnInternalValues[];
3034
3013
  columnsHidden: Array<string>;
3035
3014
  buttonT?: string | undefined;
@@ -3047,7 +3026,7 @@ export declare const ADatatableConfigButton: DefineComponent<__VLS_WithDefaults_
3047
3026
  buttonT: string;
3048
3027
  }, {}>;
3049
3028
 
3050
- export declare const ADatatableOrdering: DefineComponent<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_31<{
3029
+ export declare const ADatatableOrdering: DefineComponent<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_30<{
3051
3030
  variant?: "default" | "most-relevant" | undefined;
3052
3031
  modelValue?: number | undefined;
3053
3032
  customOptions?: undefined | DatatableOrderingOptions;
@@ -3058,7 +3037,7 @@ export declare const ADatatableOrdering: DefineComponent<__VLS_WithDefaults_29<_
3058
3037
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3059
3038
  "update:modelValue": (data: number) => void;
3060
3039
  sortByChange: (data: DatatableOrderingOption) => void;
3061
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_31<{
3040
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_28<__VLS_TypePropsToRuntimeProps_30<{
3062
3041
  variant?: "default" | "most-relevant" | undefined;
3063
3042
  modelValue?: number | undefined;
3064
3043
  customOptions?: undefined | DatatableOrderingOptions;
@@ -3075,7 +3054,7 @@ export declare const ADatatableOrdering: DefineComponent<__VLS_WithDefaults_29<_
3075
3054
  customOptions: DatatableOrderingOptions;
3076
3055
  }, {}>;
3077
3056
 
3078
- export declare const ADatatablePagination: DefineComponent<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_29<{
3057
+ export declare const ADatatablePagination: DefineComponent<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_28<{
3079
3058
  modelValue: Pagination;
3080
3059
  itemsPerPageOptions?: number[] | undefined;
3081
3060
  hideRecordsPerPage?: boolean | undefined;
@@ -3085,7 +3064,7 @@ export declare const ADatatablePagination: DefineComponent<__VLS_WithDefaults_27
3085
3064
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3086
3065
  change: () => void;
3087
3066
  "update:modelValue": (data: Pagination) => void;
3088
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_27<__VLS_TypePropsToRuntimeProps_29<{
3067
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_28<{
3089
3068
  modelValue: Pagination;
3090
3069
  itemsPerPageOptions?: number[] | undefined;
3091
3070
  hideRecordsPerPage?: boolean | undefined;
@@ -3100,12 +3079,12 @@ export declare const ADatatablePagination: DefineComponent<__VLS_WithDefaults_27
3100
3079
  hideRecordsPerPage: boolean;
3101
3080
  }, {}>;
3102
3081
 
3103
- export declare const ADatetime: DefineComponent<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_27<{
3082
+ export declare const ADatetime: DefineComponent<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_26<{
3104
3083
  dateTime: DatetimeUTCNullable;
3105
3084
  edgeDateValue?: string | undefined;
3106
3085
  }>, {
3107
3086
  edgeDateValue: string;
3108
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_27<{
3087
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_26<{
3109
3088
  dateTime: DatetimeUTCNullable;
3110
3089
  edgeDateValue?: string | undefined;
3111
3090
  }>, {
@@ -3114,7 +3093,7 @@ export declare const ADatetime: DefineComponent<__VLS_WithDefaults_25<__VLS_Type
3114
3093
  edgeDateValue: string;
3115
3094
  }, {}>;
3116
3095
 
3117
- export declare const ADatetimePicker: __VLS_WithTemplateSlots_13<DefineComponent<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_28<{
3096
+ export declare const ADatetimePicker: __VLS_WithTemplateSlots_13<DefineComponent<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_27<{
3118
3097
  modelValue: string | null | undefined;
3119
3098
  type?: "datetime" | undefined;
3120
3099
  label?: string | undefined;
@@ -3147,7 +3126,7 @@ export declare const ADatetimePicker: __VLS_WithTemplateSlots_13<DefineComponent
3147
3126
  "update:modelValue": (data: string | null | undefined) => void;
3148
3127
  onOpen: () => void;
3149
3128
  onClose: () => void;
3150
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_28<{
3129
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_27<{
3151
3130
  modelValue: string | null | undefined;
3152
3131
  type?: "datetime" | undefined;
3153
3132
  label?: string | undefined;
@@ -3183,10 +3162,10 @@ export declare const ADatetimePicker: __VLS_WithTemplateSlots_13<DefineComponent
3183
3162
  }, {
3184
3163
  disabled: boolean;
3185
3164
  type: "datetime";
3186
- dataCy: string;
3187
3165
  placeholder: string;
3188
3166
  required: boolean;
3189
3167
  label: string;
3168
+ dataCy: string;
3190
3169
  hideLabel: boolean;
3191
3170
  clearable: boolean;
3192
3171
  hideDetails: boolean;
@@ -3209,7 +3188,7 @@ export declare const ADialogToolbar: __VLS_WithTemplateSlots_14<DefineComponent<
3209
3188
 
3210
3189
  export declare const AEmptyRouterView: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
3211
3190
 
3212
- export declare const AFilterAdvancedButton: DefineComponent<__VLS_WithDefaults_44<__VLS_TypePropsToRuntimeProps_47<{
3191
+ export declare const AFilterAdvancedButton: DefineComponent<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_46<{
3213
3192
  tooltipT?: string | undefined;
3214
3193
  buttonClass?: string | undefined;
3215
3194
  dataCy?: string | undefined;
@@ -3219,7 +3198,7 @@ export declare const AFilterAdvancedButton: DefineComponent<__VLS_WithDefaults_4
3219
3198
  dataCy: string;
3220
3199
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3221
3200
  advancedFilter: () => void;
3222
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_44<__VLS_TypePropsToRuntimeProps_47<{
3201
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_43<__VLS_TypePropsToRuntimeProps_46<{
3223
3202
  tooltipT?: string | undefined;
3224
3203
  buttonClass?: string | undefined;
3225
3204
  dataCy?: string | undefined;
@@ -3235,7 +3214,7 @@ export declare const AFilterAdvancedButton: DefineComponent<__VLS_WithDefaults_4
3235
3214
  buttonClass: string;
3236
3215
  }, {}>;
3237
3216
 
3238
- export declare const AFilterBooleanGroup: DefineComponent<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_24<{
3217
+ export declare const AFilterBooleanGroup: DefineComponent<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_23<{
3239
3218
  modelValue: Filter;
3240
3219
  dataCyTrue?: string | undefined;
3241
3220
  dataCyFalse?: string | undefined;
@@ -3244,7 +3223,7 @@ export declare const AFilterBooleanGroup: DefineComponent<__VLS_WithDefaults_22<
3244
3223
  dataCyFalse: string;
3245
3224
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3246
3225
  "update:modelValue": (data: any) => void;
3247
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_24<{
3226
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_23<{
3248
3227
  modelValue: Filter;
3249
3228
  dataCyTrue?: string | undefined;
3250
3229
  dataCyFalse?: string | undefined;
@@ -3258,14 +3237,14 @@ export declare const AFilterBooleanGroup: DefineComponent<__VLS_WithDefaults_22<
3258
3237
  dataCyFalse: string;
3259
3238
  }, {}>;
3260
3239
 
3261
- export declare const AFilterBooleanSelect: DefineComponent<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_25<{
3240
+ export declare const AFilterBooleanSelect: DefineComponent<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_24<{
3262
3241
  modelValue: Filter;
3263
3242
  dataCy?: string | undefined;
3264
3243
  }>, {
3265
3244
  dataCy: string;
3266
3245
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3267
3246
  "update:modelValue": (data: any) => void;
3268
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_25<{
3247
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_24<{
3269
3248
  modelValue: Filter;
3270
3249
  dataCy?: string | undefined;
3271
3250
  }>, {
@@ -3276,14 +3255,14 @@ export declare const AFilterBooleanSelect: DefineComponent<__VLS_WithDefaults_23
3276
3255
  dataCy: string;
3277
3256
  }, {}>;
3278
3257
 
3279
- export declare const AFilterDatetimePicker: DefineComponent<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_26<{
3258
+ export declare const AFilterDatetimePicker: DefineComponent<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_25<{
3280
3259
  modelValue: Filter;
3281
3260
  dataCy?: string | undefined;
3282
3261
  }>, {
3283
3262
  dataCy: string;
3284
3263
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3285
3264
  "update:modelValue": (data: any) => void;
3286
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_26<{
3265
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_25<{
3287
3266
  modelValue: Filter;
3288
3267
  dataCy?: string | undefined;
3289
3268
  }>, {
@@ -3294,14 +3273,14 @@ export declare const AFilterDatetimePicker: DefineComponent<__VLS_WithDefaults_2
3294
3273
  dataCy: string;
3295
3274
  }, {}>;
3296
3275
 
3297
- export declare const AFilterInteger: DefineComponent<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_21<{
3276
+ export declare const AFilterInteger: DefineComponent<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_20<{
3298
3277
  modelValue: Filter;
3299
3278
  dataCy?: string | undefined;
3300
3279
  }>, {
3301
3280
  dataCy: string;
3302
3281
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3303
3282
  "update:modelValue": (data: Filter<any>) => void;
3304
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_21<{
3283
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_20<{
3305
3284
  modelValue: Filter;
3306
3285
  dataCy?: string | undefined;
3307
3286
  }>, {
@@ -3312,7 +3291,7 @@ export declare const AFilterInteger: DefineComponent<__VLS_WithDefaults_19<__VLS
3312
3291
  dataCy: string;
3313
3292
  }, {}>;
3314
3293
 
3315
- export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_50<{
3294
+ export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<{
3316
3295
  filterId?: Filter | undefined;
3317
3296
  filterDocId?: Filter | undefined;
3318
3297
  filterText?: Filter | undefined;
@@ -3328,7 +3307,7 @@ export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_47<__VLS_T
3328
3307
  filterOverrides: undefined;
3329
3308
  placeholder: undefined;
3330
3309
  dataCy: string;
3331
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_50<{
3310
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<{
3332
3311
  filterId?: Filter | undefined;
3333
3312
  filterDocId?: Filter | undefined;
3334
3313
  filterText?: Filter | undefined;
@@ -3345,8 +3324,8 @@ export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_47<__VLS_T
3345
3324
  placeholder: undefined;
3346
3325
  dataCy: string;
3347
3326
  }>>>, {
3348
- dataCy: string;
3349
3327
  placeholder: string;
3328
+ dataCy: string;
3350
3329
  filterId: Filter<any>;
3351
3330
  filterDocId: Filter<any>;
3352
3331
  filterText: Filter<any>;
@@ -3354,7 +3333,7 @@ export declare const AFilterMixed: DefineComponent<__VLS_WithDefaults_47<__VLS_T
3354
3333
  filterOverrides: Filter<any>[];
3355
3334
  }, {}>;
3356
3335
 
3357
- export declare const AFilterRemoteAutocomplete: DefineComponent<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_22<{
3336
+ export declare const AFilterRemoteAutocomplete: DefineComponent<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_21<{
3358
3337
  modelValue: Filter;
3359
3338
  fetchItems: (pagination: Pagination, filterBag: FilterBag) => Promise<ValueObjectOption<string | number>[]>;
3360
3339
  fetchItemsByIds: fetchItemsByIdsType_2;
@@ -3370,7 +3349,7 @@ export declare const AFilterRemoteAutocomplete: DefineComponent<__VLS_WithDefaul
3370
3349
  placeholder: undefined;
3371
3350
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3372
3351
  "update:modelValue": (data: Filter<any>) => void;
3373
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_22<{
3352
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_21<{
3374
3353
  modelValue: Filter;
3375
3354
  fetchItems: (pagination: Pagination, filterBag: FilterBag) => Promise<ValueObjectOption<string | number>[]>;
3376
3355
  fetchItemsByIds: fetchItemsByIdsType_2;
@@ -3393,7 +3372,7 @@ export declare const AFilterRemoteAutocomplete: DefineComponent<__VLS_WithDefaul
3393
3372
  disableInitFetch: boolean;
3394
3373
  }, {}>;
3395
3374
 
3396
- export declare const AFilterResetButton: DefineComponent<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
3375
+ export declare const AFilterResetButton: DefineComponent<__VLS_WithDefaults_44<__VLS_TypePropsToRuntimeProps_47<{
3397
3376
  tooltipT?: string | undefined;
3398
3377
  buttonClass?: string | undefined;
3399
3378
  dataCy?: string | undefined;
@@ -3403,7 +3382,7 @@ export declare const AFilterResetButton: DefineComponent<__VLS_WithDefaults_45<_
3403
3382
  dataCy: string;
3404
3383
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3405
3384
  reset: () => void;
3406
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
3385
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_44<__VLS_TypePropsToRuntimeProps_47<{
3407
3386
  tooltipT?: string | undefined;
3408
3387
  buttonClass?: string | undefined;
3409
3388
  dataCy?: string | undefined;
@@ -3419,7 +3398,7 @@ export declare const AFilterResetButton: DefineComponent<__VLS_WithDefaults_45<_
3419
3398
  buttonClass: string;
3420
3399
  }, {}>;
3421
3400
 
3422
- export declare const AFilterString: DefineComponent<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_20<{
3401
+ export declare const AFilterString: DefineComponent<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_19<{
3423
3402
  modelValue: Filter;
3424
3403
  placeholder?: string | undefined;
3425
3404
  dataCy?: string | undefined;
@@ -3428,7 +3407,7 @@ export declare const AFilterString: DefineComponent<__VLS_WithDefaults_18<__VLS_
3428
3407
  dataCy: string;
3429
3408
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3430
3409
  "update:modelValue": (data: Filter<any>) => void;
3431
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_20<{
3410
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_19<{
3432
3411
  modelValue: Filter;
3433
3412
  placeholder?: string | undefined;
3434
3413
  dataCy?: string | undefined;
@@ -3438,11 +3417,11 @@ export declare const AFilterString: DefineComponent<__VLS_WithDefaults_18<__VLS_
3438
3417
  }>>> & {
3439
3418
  "onUpdate:modelValue"?: ((data: Filter<any>) => any) | undefined;
3440
3419
  }, {
3441
- dataCy: string;
3442
3420
  placeholder: string;
3421
+ dataCy: string;
3443
3422
  }, {}>;
3444
3423
 
3445
- export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<{
3424
+ export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
3446
3425
  buttonT?: string | undefined;
3447
3426
  buttonClass?: string | undefined;
3448
3427
  dataCy?: string | undefined;
@@ -3454,7 +3433,7 @@ export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_46<
3454
3433
  touched: boolean;
3455
3434
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3456
3435
  submit: () => void;
3457
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_46<__VLS_TypePropsToRuntimeProps_49<{
3436
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_45<__VLS_TypePropsToRuntimeProps_48<{
3458
3437
  buttonT?: string | undefined;
3459
3438
  buttonClass?: string | undefined;
3460
3439
  dataCy?: string | undefined;
@@ -3473,13 +3452,13 @@ export declare const AFilterSubmitButton: DefineComponent<__VLS_WithDefaults_46<
3473
3452
  touched: boolean;
3474
3453
  }, {}>;
3475
3454
 
3476
- export declare const AFilterValueObjectOptionsSelect: DefineComponent<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_23<{
3455
+ export declare const AFilterValueObjectOptionsSelect: DefineComponent<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_22<{
3477
3456
  modelValue: Filter;
3478
3457
  items: ValueObjectOption<string | number>[];
3479
3458
  }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3480
3459
  "update:modelValue": (data: any) => void;
3481
3460
  change: () => void;
3482
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_23<{
3461
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_22<{
3483
3462
  modelValue: Filter;
3484
3463
  items: ValueObjectOption<string | number>[];
3485
3464
  }>, {}>>> & {
@@ -3487,7 +3466,7 @@ export declare const AFilterValueObjectOptionsSelect: DefineComponent<__VLS_With
3487
3466
  onChange?: (() => any) | undefined;
3488
3467
  }, {}, {}>;
3489
3468
 
3490
- export declare const AFilterWrapper: __VLS_WithTemplateSlots_12<DefineComponent<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_19<{
3469
+ export declare const AFilterWrapper: __VLS_WithTemplateSlots_12<DefineComponent<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_18<{
3491
3470
  enableAdvanced?: boolean | undefined;
3492
3471
  enableTop?: boolean | undefined;
3493
3472
  hideButtons?: boolean | undefined;
@@ -3499,7 +3478,7 @@ export declare const AFilterWrapper: __VLS_WithTemplateSlots_12<DefineComponent<
3499
3478
  touched: boolean;
3500
3479
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3501
3480
  resetFilter: () => void;
3502
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_19<{
3481
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_18<{
3503
3482
  enableAdvanced?: boolean | undefined;
3504
3483
  enableTop?: boolean | undefined;
3505
3484
  hideButtons?: boolean | undefined;
@@ -3573,7 +3552,6 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
3573
3552
  "onClick:append"?: ((data: string | number | null | undefined) => any) | undefined;
3574
3553
  }, {
3575
3554
  disabled: boolean;
3576
- dataCy: string;
3577
3555
  collab: {
3578
3556
  room: string;
3579
3557
  field: string;
@@ -3581,6 +3559,7 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
3581
3559
  };
3582
3560
  required: boolean;
3583
3561
  label: string;
3562
+ dataCy: string;
3584
3563
  clearable: boolean;
3585
3564
  errorMessage: string;
3586
3565
  v: any;
@@ -3638,13 +3617,13 @@ export declare const AFormFlagDatetimePicker: __VLS_WithTemplateSlots_8<DefineCo
3638
3617
  "onClick:append"?: ((data: string | number | null) => any) | undefined;
3639
3618
  }, {
3640
3619
  disabled: boolean;
3641
- dataCy: string;
3642
3620
  collab: {
3643
3621
  room: string;
3644
3622
  field: string;
3645
3623
  cachedUsers: CollabCachedUsersMap;
3646
3624
  };
3647
3625
  label: string;
3626
+ dataCy: string;
3648
3627
  clearable: boolean;
3649
3628
  errorMessage: string;
3650
3629
  v: any;
@@ -3655,82 +3634,176 @@ export declare const AFormFlagDatetimePicker: __VLS_WithTemplateSlots_8<DefineCo
3655
3634
  }): any;
3656
3635
  }>;
3657
3636
 
3658
- export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineComponent<__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;
3637
+ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineComponent<{
3638
+ modelValue: {
3639
+ required: true;
3640
+ type: PropType<any>;
3641
+ };
3642
+ selected: PropType<any>;
3643
+ disabled: {
3644
+ type: PropType<boolean>;
3645
+ default: undefined;
3646
+ };
3647
+ multiple: {
3648
+ type: PropType<boolean>;
3649
+ default: boolean;
3650
+ };
3651
+ collab: {
3652
+ type: PropType<{
3653
+ room: string;
3654
+ field: string;
3655
+ cachedUsers: CollabCachedUsersMap;
3656
+ }>;
3657
+ default: undefined;
3658
+ };
3659
+ loading: {
3660
+ type: PropType<boolean>;
3661
+ default: boolean;
3662
+ };
3663
+ required: {
3664
+ type: PropType<boolean>;
3665
+ default: undefined;
3666
+ };
3667
+ label: {
3668
+ type: PropType<string>;
3669
+ default: undefined;
3670
+ };
3671
+ hideLabel: {
3672
+ type: PropType<boolean>;
3673
+ default: boolean;
3674
+ };
3675
+ clearable: {
3676
+ type: PropType<boolean>;
3677
+ default: boolean;
3678
+ };
3679
+ hideDetails: {
3680
+ type: PropType<boolean>;
3681
+ default: boolean;
3682
+ };
3683
+ errorMessage: {
3684
+ type: PropType<string>;
3685
+ default: undefined;
3686
+ };
3687
+ v: {
3688
+ type: PropType<any>;
3689
+ default: null;
3690
+ };
3691
+ chips: {
3692
+ type: PropType<boolean>;
3693
+ default: boolean;
3694
+ };
3695
+ fetchItems: {
3696
+ type: PropType<(pagination: Pagination, filterBag: FilterBag) => Promise<ValueObjectOption<string | number>[]>>;
3697
+ required: true;
3698
+ };
3699
+ fetchItemsByIds: {
3700
+ type: PropType<fetchItemsByIdsType>;
3701
+ required: true;
3702
+ };
3703
+ innerFilter: {
3704
+ type: PropType<FilterBag>;
3705
+ required: true;
3706
+ };
3707
+ filterByField: {
3708
+ type: PropType<string>;
3709
+ default: string;
3710
+ };
3711
+ filterSortBy: {
3712
+ type: PropType<string | null>;
3713
+ default: string;
3714
+ };
3715
+ disableInitFetch: {
3716
+ type: PropType<boolean>;
3717
+ default: boolean;
3718
+ };
3719
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3694
3720
  searchChange: (data: string) => void;
3695
3721
  searchChangeDebounced: (data: string) => void;
3696
3722
  blur: (data: string | number | string[] | number[] | null) => void;
3697
3723
  focus: (data: string | number | string[] | number[] | null) => void;
3698
- }, string, PublicProps, Readonly<ExtractPropTypes<__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;
3724
+ }, string, PublicProps, Readonly<ExtractPropTypes<{
3725
+ modelValue: {
3726
+ required: true;
3727
+ type: PropType<any>;
3728
+ };
3729
+ selected: PropType<any>;
3730
+ disabled: {
3731
+ type: PropType<boolean>;
3732
+ default: undefined;
3733
+ };
3734
+ multiple: {
3735
+ type: PropType<boolean>;
3736
+ default: boolean;
3737
+ };
3738
+ collab: {
3739
+ type: PropType<{
3740
+ room: string;
3741
+ field: string;
3742
+ cachedUsers: CollabCachedUsersMap;
3743
+ }>;
3744
+ default: undefined;
3745
+ };
3746
+ loading: {
3747
+ type: PropType<boolean>;
3748
+ default: boolean;
3749
+ };
3750
+ required: {
3751
+ type: PropType<boolean>;
3752
+ default: undefined;
3753
+ };
3754
+ label: {
3755
+ type: PropType<string>;
3756
+ default: undefined;
3757
+ };
3758
+ hideLabel: {
3759
+ type: PropType<boolean>;
3760
+ default: boolean;
3761
+ };
3762
+ clearable: {
3763
+ type: PropType<boolean>;
3764
+ default: boolean;
3765
+ };
3766
+ hideDetails: {
3767
+ type: PropType<boolean>;
3768
+ default: boolean;
3769
+ };
3770
+ errorMessage: {
3771
+ type: PropType<string>;
3772
+ default: undefined;
3773
+ };
3774
+ v: {
3775
+ type: PropType<any>;
3776
+ default: null;
3777
+ };
3778
+ chips: {
3779
+ type: PropType<boolean>;
3780
+ default: boolean;
3781
+ };
3782
+ fetchItems: {
3783
+ type: PropType<(pagination: Pagination, filterBag: FilterBag) => Promise<ValueObjectOption<string | number>[]>>;
3784
+ required: true;
3785
+ };
3786
+ fetchItemsByIds: {
3787
+ type: PropType<fetchItemsByIdsType>;
3788
+ required: true;
3789
+ };
3790
+ innerFilter: {
3791
+ type: PropType<FilterBag>;
3792
+ required: true;
3793
+ };
3794
+ filterByField: {
3795
+ type: PropType<string>;
3796
+ default: string;
3797
+ };
3798
+ filterSortBy: {
3799
+ type: PropType<string | null>;
3800
+ default: string;
3801
+ };
3802
+ disableInitFetch: {
3803
+ type: PropType<boolean>;
3804
+ default: boolean;
3805
+ };
3806
+ }>> & {
3734
3807
  onFocus?: ((data: string | number | string[] | number[] | null) => any) | undefined;
3735
3808
  onBlur?: ((data: string | number | string[] | number[] | null) => any) | undefined;
3736
3809
  onSearchChange?: ((data: string) => any) | undefined;
@@ -3738,12 +3811,12 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3738
3811
  }, {
3739
3812
  disabled: boolean;
3740
3813
  multiple: boolean;
3741
- loading: boolean;
3742
3814
  collab: {
3743
3815
  room: string;
3744
3816
  field: string;
3745
3817
  cachedUsers: CollabCachedUsersMap;
3746
3818
  };
3819
+ loading: boolean;
3747
3820
  required: boolean;
3748
3821
  label: string;
3749
3822
  hideLabel: boolean;
@@ -3751,6 +3824,7 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3751
3824
  hideDetails: boolean;
3752
3825
  errorMessage: string;
3753
3826
  v: any;
3827
+ chips: boolean;
3754
3828
  filterByField: string;
3755
3829
  filterSortBy: string | null;
3756
3830
  disableInitFetch: boolean;
@@ -3760,7 +3834,7 @@ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<DefineCo
3760
3834
  }): any;
3761
3835
  }>;
3762
3836
 
3763
- export declare const AFormRemoteAutocompleteWithCached: DefineComponent<__VLS_WithDefaults_57<__VLS_TypePropsToRuntimeProps_60<{
3837
+ export declare const AFormRemoteAutocompleteWithCached: DefineComponent<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
3764
3838
  modelValue: any;
3765
3839
  label?: string | undefined;
3766
3840
  required?: boolean | undefined;
@@ -3796,7 +3870,7 @@ export declare const AFormRemoteAutocompleteWithCached: DefineComponent<__VLS_Wi
3796
3870
  focus: (data: string | number | string[] | number[] | null | undefined) => void;
3797
3871
  searchChange: (data: string) => void;
3798
3872
  searchChangeDebounced: (data: string) => void;
3799
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_57<__VLS_TypePropsToRuntimeProps_60<{
3873
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
3800
3874
  modelValue: any;
3801
3875
  label?: string | undefined;
3802
3876
  required?: boolean | undefined;
@@ -3847,7 +3921,7 @@ export declare const AFormRemoteAutocompleteWithCached: DefineComponent<__VLS_Wi
3847
3921
  filterSortBy: string | null;
3848
3922
  }, {}>;
3849
3923
 
3850
- export declare const AFormRemoteCheckbox: DefineComponent<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_15<{
3924
+ export declare const AFormRemoteCheckbox: DefineComponent<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_14<{
3851
3925
  modelValue: boolean;
3852
3926
  callbackToTrue: () => Promise<boolean>;
3853
3927
  callbackToFalse: () => Promise<boolean>;
@@ -3862,7 +3936,7 @@ export declare const AFormRemoteCheckbox: DefineComponent<__VLS_WithDefaults_13<
3862
3936
  v: null;
3863
3937
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3864
3938
  "update:modelValue": (data: boolean) => void;
3865
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_15<{
3939
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_14<{
3866
3940
  modelValue: boolean;
3867
3941
  callbackToTrue: () => Promise<boolean>;
3868
3942
  callbackToFalse: () => Promise<boolean>;
@@ -3884,7 +3958,7 @@ export declare const AFormRemoteCheckbox: DefineComponent<__VLS_WithDefaults_13<
3884
3958
  v: any;
3885
3959
  }, {}>;
3886
3960
 
3887
- export declare const AFormRemoteSwitch: DefineComponent<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_16<{
3961
+ export declare const AFormRemoteSwitch: DefineComponent<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_15<{
3888
3962
  modelValue: boolean;
3889
3963
  callbackToTrue: () => Promise<boolean>;
3890
3964
  callbackToFalse: () => Promise<boolean>;
@@ -3899,7 +3973,7 @@ export declare const AFormRemoteSwitch: DefineComponent<__VLS_WithDefaults_14<__
3899
3973
  v: null;
3900
3974
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3901
3975
  "update:modelValue": (data: boolean) => void;
3902
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_16<{
3976
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_15<{
3903
3977
  modelValue: boolean;
3904
3978
  callbackToTrue: () => Promise<boolean>;
3905
3979
  callbackToFalse: () => Promise<boolean>;
@@ -3921,7 +3995,7 @@ export declare const AFormRemoteSwitch: DefineComponent<__VLS_WithDefaults_14<__
3921
3995
  v: any;
3922
3996
  }, {}>;
3923
3997
 
3924
- export declare const AFormSwitch: __VLS_WithTemplateSlots_10<DefineComponent<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_17<{
3998
+ export declare const AFormSwitch: __VLS_WithTemplateSlots_10<DefineComponent<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_16<{
3925
3999
  modelValue: boolean;
3926
4000
  label?: string | undefined;
3927
4001
  dataCy?: string | undefined;
@@ -3938,7 +4012,7 @@ export declare const AFormSwitch: __VLS_WithTemplateSlots_10<DefineComponent<__V
3938
4012
  "update:modelValue": (data: boolean) => void;
3939
4013
  blur: (data: boolean) => void;
3940
4014
  focus: (data: boolean) => void;
3941
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_17<{
4015
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_16<{
3942
4016
  modelValue: boolean;
3943
4017
  label?: string | undefined;
3944
4018
  dataCy?: string | undefined;
@@ -3957,13 +4031,13 @@ export declare const AFormSwitch: __VLS_WithTemplateSlots_10<DefineComponent<__V
3957
4031
  onBlur?: ((data: boolean) => any) | undefined;
3958
4032
  }, {
3959
4033
  disabled: boolean;
3960
- dataCy: string;
3961
4034
  collab: {
3962
4035
  room: string;
3963
4036
  field: string;
3964
4037
  cachedUsers: CollabCachedUsersMap;
3965
4038
  };
3966
4039
  label: string;
4040
+ dataCy: string;
3967
4041
  hideLabel: boolean;
3968
4042
  }, {}>, {
3969
4043
  locked?(_: {
@@ -4035,7 +4109,6 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
4035
4109
  appendIcon: string;
4036
4110
  disabled: boolean;
4037
4111
  prependIcon: string;
4038
- dataCy: string;
4039
4112
  collab: {
4040
4113
  room: string;
4041
4114
  field: string;
@@ -4043,6 +4116,7 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
4043
4116
  };
4044
4117
  required: boolean;
4045
4118
  label: string;
4119
+ dataCy: string;
4046
4120
  hideLabel: boolean;
4047
4121
  errorMessage: string;
4048
4122
  v: any;
@@ -4134,15 +4208,15 @@ export declare const AFormTextField: __VLS_WithTemplateSlots_5<DefineComponent<_
4134
4208
  disabled: boolean;
4135
4209
  prependIcon: string;
4136
4210
  type: string;
4137
- dataCy: string;
4138
- placeholder: string;
4139
4211
  collab: {
4140
4212
  room: string;
4141
4213
  field: string;
4142
4214
  cachedUsers: CollabCachedUsersMap;
4143
4215
  };
4216
+ placeholder: string;
4144
4217
  required: boolean;
4145
4218
  label: string;
4219
+ dataCy: string;
4146
4220
  step: number;
4147
4221
  maxlength: number;
4148
4222
  hideLabel: boolean;
@@ -4155,7 +4229,7 @@ export declare const AFormTextField: __VLS_WithTemplateSlots_5<DefineComponent<_
4155
4229
  }): any;
4156
4230
  }>;
4157
4231
 
4158
- export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<DefineComponent<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_18<{
4232
+ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<DefineComponent<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_17<{
4159
4233
  modelValue: any;
4160
4234
  items: any[];
4161
4235
  label?: string | undefined;
@@ -4185,7 +4259,7 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
4185
4259
  "update:modelValue": (data: any) => void;
4186
4260
  blur: (data: any) => void;
4187
4261
  focus: (data: any) => void;
4188
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_18<{
4262
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_17<{
4189
4263
  modelValue: any;
4190
4264
  items: any[];
4191
4265
  label?: string | undefined;
@@ -4217,7 +4291,6 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
4217
4291
  onBlur?: ((data: any) => any) | undefined;
4218
4292
  }, {
4219
4293
  disabled: boolean;
4220
- dataCy: string;
4221
4294
  multiple: boolean;
4222
4295
  collab: {
4223
4296
  room: string;
@@ -4226,6 +4299,7 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
4226
4299
  };
4227
4300
  required: boolean;
4228
4301
  label: string;
4302
+ dataCy: string;
4229
4303
  hideLabel: boolean;
4230
4304
  clearable: boolean;
4231
4305
  hideDetails: boolean;
@@ -4237,7 +4311,7 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
4237
4311
  }): any;
4238
4312
  }>;
4239
4313
 
4240
- export declare const AIconGroup: DefineComponent<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_39<{
4314
+ export declare const AIconGroup: DefineComponent<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
4241
4315
  mainIcon: string;
4242
4316
  secondaryIcon?: string | null | undefined;
4243
4317
  secondaryText?: string | null | undefined;
@@ -4246,7 +4320,7 @@ export declare const AIconGroup: DefineComponent<__VLS_WithDefaults_36<__VLS_Typ
4246
4320
  secondaryIcon: null;
4247
4321
  secondaryText: null;
4248
4322
  size: string;
4249
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_39<{
4323
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
4250
4324
  mainIcon: string;
4251
4325
  secondaryIcon?: string | null | undefined;
4252
4326
  secondaryText?: string | null | undefined;
@@ -4266,14 +4340,14 @@ export declare const AImagePublicInput: DefineComponent<{
4266
4340
  required: true;
4267
4341
  type: PropType<IntegerIdNullable>;
4268
4342
  };
4269
- dataCy: {
4270
- type: PropType<string>;
4271
- default: undefined;
4272
- };
4273
4343
  image: {
4274
4344
  type: PropType<ImageAware>;
4275
4345
  default: undefined;
4276
4346
  };
4347
+ dataCy: {
4348
+ type: PropType<string>;
4349
+ default: undefined;
4350
+ };
4277
4351
  configName: {
4278
4352
  type: PropType<string>;
4279
4353
  default: string;
@@ -4296,14 +4370,14 @@ export declare const AImagePublicInput: DefineComponent<{
4296
4370
  required: true;
4297
4371
  type: PropType<IntegerIdNullable>;
4298
4372
  };
4299
- dataCy: {
4300
- type: PropType<string>;
4301
- default: undefined;
4302
- };
4303
4373
  image: {
4304
4374
  type: PropType<ImageAware>;
4305
4375
  default: undefined;
4306
4376
  };
4377
+ dataCy: {
4378
+ type: PropType<string>;
4379
+ default: undefined;
4380
+ };
4307
4381
  configName: {
4308
4382
  type: PropType<string>;
4309
4383
  default: string;
@@ -4317,13 +4391,13 @@ export declare const AImagePublicInput: DefineComponent<{
4317
4391
  default: string;
4318
4392
  };
4319
4393
  }>>, {
4320
- dataCy: string;
4321
4394
  image: ImageAware;
4395
+ dataCy: string;
4322
4396
  configName: string;
4323
4397
  labelT: string;
4324
4398
  }, {}>;
4325
4399
 
4326
- export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_67<{
4400
+ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_66<{
4327
4401
  modelValue: IntegerIdNullable;
4328
4402
  queueKey: UploadQueueKey;
4329
4403
  uploadConfig: ImageWidgetUploadConfig;
@@ -4360,7 +4434,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
4360
4434
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4361
4435
  "update:modelValue": (data: IntegerIdNullable) => void;
4362
4436
  afterMetadataSaveSuccess: () => void;
4363
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_67<{
4437
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_66<{
4364
4438
  modelValue: IntegerIdNullable;
4365
4439
  queueKey: UploadQueueKey;
4366
4440
  uploadConfig: ImageWidgetUploadConfig;
@@ -4397,7 +4471,6 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
4397
4471
  onAfterMetadataSaveSuccess?: (() => any) | undefined;
4398
4472
  }, {
4399
4473
  width: number;
4400
- dataCy: string;
4401
4474
  collab: {
4402
4475
  room: string;
4403
4476
  field: string;
@@ -4406,6 +4479,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
4406
4479
  image: ImageAware;
4407
4480
  required: boolean;
4408
4481
  label: string;
4482
+ dataCy: string;
4409
4483
  readonly: boolean;
4410
4484
  configName: string;
4411
4485
  expandOptions: boolean;
@@ -4414,7 +4488,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
4414
4488
  callDeleteApiOnRemove: boolean;
4415
4489
  }, {}>;
4416
4490
 
4417
- export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_69<{
4491
+ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_68<{
4418
4492
  modelValue: IntegerId[];
4419
4493
  queueKey: UploadQueueKey;
4420
4494
  uploadConfig: ImageWidgetUploadConfig;
@@ -4440,7 +4514,7 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_65
4440
4514
  saveImages: () => Promise<boolean>;
4441
4515
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4442
4516
  "update:modelValue": (data: number[]) => void;
4443
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_69<{
4517
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_68<{
4444
4518
  modelValue: IntegerId[];
4445
4519
  queueKey: UploadQueueKey;
4446
4520
  uploadConfig: ImageWidgetUploadConfig;
@@ -4466,14 +4540,14 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_65
4466
4540
  "onUpdate:modelValue"?: ((data: number[]) => any) | undefined;
4467
4541
  }, {
4468
4542
  width: number;
4469
- dataCy: string;
4470
4543
  label: string;
4544
+ dataCy: string;
4471
4545
  readonly: boolean;
4472
4546
  configName: string;
4473
4547
  callDeleteApiOnRemove: boolean;
4474
4548
  }, {}>;
4475
4549
 
4476
- export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_70<{
4550
+ export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_69<{
4477
4551
  modelValue: IntegerId[];
4478
4552
  images?: ImageAware[] | undefined;
4479
4553
  configName?: string | undefined;
@@ -4493,7 +4567,7 @@ export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefau
4493
4567
  aspectRatio: number;
4494
4568
  showDescription: boolean;
4495
4569
  showSource: boolean;
4496
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_70<{
4570
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_69<{
4497
4571
  modelValue: IntegerId[];
4498
4572
  images?: ImageAware[] | undefined;
4499
4573
  configName?: string | undefined;
@@ -4524,7 +4598,7 @@ export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefau
4524
4598
  images: ImageAware[];
4525
4599
  }, {}>;
4526
4600
 
4527
- export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_24<DefineComponent<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_68<{
4601
+ export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_24<DefineComponent<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_67<{
4528
4602
  modelValue: IntegerIdNullable | undefined;
4529
4603
  image?: ImageAware | ImageCreateUpdateAware | null | undefined;
4530
4604
  configName?: string | undefined;
@@ -4543,7 +4617,7 @@ export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_24<DefineCompon
4543
4617
  aspectRatio: number;
4544
4618
  showDescription: boolean;
4545
4619
  showSource: boolean;
4546
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_68<{
4620
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_67<{
4547
4621
  modelValue: IntegerIdNullable | undefined;
4548
4622
  image?: ImageAware | ImageCreateUpdateAware | null | undefined;
4549
4623
  configName?: string | undefined;
@@ -4613,12 +4687,12 @@ export declare const AJobBaseCreateForm: DefineComponent<{
4613
4687
  };
4614
4688
  }>>, {}, {}>;
4615
4689
 
4616
- export declare const AJobDetailCommon: __VLS_WithTemplateSlots_20<DefineComponent<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_61<{
4690
+ export declare const AJobDetailCommon: __VLS_WithTemplateSlots_20<DefineComponent<__VLS_WithDefaults_57<__VLS_TypePropsToRuntimeProps_60<{
4617
4691
  job: JobBase<`job${string}`>;
4618
4692
  loading?: boolean | undefined;
4619
4693
  }>, {
4620
4694
  loading: boolean;
4621
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_61<{
4695
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_57<__VLS_TypePropsToRuntimeProps_60<{
4622
4696
  job: JobBase<`job${string}`>;
4623
4697
  loading?: boolean | undefined;
4624
4698
  }>, {
@@ -4629,15 +4703,15 @@ export declare const AJobDetailCommon: __VLS_WithTemplateSlots_20<DefineComponen
4629
4703
  "resource-name"?(_: {}): any;
4630
4704
  }>;
4631
4705
 
4632
- export declare const AJobPriorityChip: DefineComponent<__VLS_TypePropsToRuntimeProps_62<{
4706
+ export declare const AJobPriorityChip: DefineComponent<__VLS_TypePropsToRuntimeProps_61<{
4633
4707
  priority: number;
4634
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_62<{
4708
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_61<{
4635
4709
  priority: number;
4636
4710
  }>>>, {}, {}>;
4637
4711
 
4638
- export declare const AJobStatusChip: DefineComponent<__VLS_TypePropsToRuntimeProps_33<{
4712
+ export declare const AJobStatusChip: DefineComponent<__VLS_TypePropsToRuntimeProps_32<{
4639
4713
  value: JobStatus;
4640
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_33<{
4714
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_32<{
4641
4715
  value: JobStatus;
4642
4716
  }>>>, {}, {}>;
4643
4717
 
@@ -4647,13 +4721,13 @@ export declare const ALanguageSelect: DefineComponent<{}, {}, {}, {}, {}, Compon
4647
4721
  onAfterChange?: ((code: LanguageCode) => any) | undefined;
4648
4722
  }, {}, {}>;
4649
4723
 
4650
- export declare const ALogData: DefineComponent<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_32<{
4724
+ export declare const ALogData: DefineComponent<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_31<{
4651
4725
  data: any;
4652
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_30<__VLS_TypePropsToRuntimeProps_32<{
4726
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_29<__VLS_TypePropsToRuntimeProps_31<{
4653
4727
  data: any;
4654
4728
  }>, {}>>>, {}, {}>;
4655
4729
 
4656
- export declare const ALoginView: DefineComponent<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_76<{
4730
+ export declare const ALoginView: DefineComponent<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_75<{
4657
4731
  title?: string | undefined;
4658
4732
  logoUrl?: string | undefined;
4659
4733
  loginUrl?: undefined | (() => string);
@@ -4663,7 +4737,7 @@ export declare const ALoginView: DefineComponent<__VLS_WithDefaults_72<__VLS_Typ
4663
4737
  logoUrl: undefined;
4664
4738
  loginUrl: undefined;
4665
4739
  dataCy: string;
4666
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_76<{
4740
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_75<{
4667
4741
  title?: string | undefined;
4668
4742
  logoUrl?: string | undefined;
4669
4743
  loginUrl?: undefined | (() => string);
@@ -4680,17 +4754,17 @@ export declare const ALoginView: DefineComponent<__VLS_WithDefaults_72<__VLS_Typ
4680
4754
  loginUrl: () => string;
4681
4755
  }, {}>;
4682
4756
 
4683
- export declare const ALogLevelChip: DefineComponent<__VLS_WithDefaults_53<__VLS_TypePropsToRuntimeProps_56<{
4757
+ export declare const ALogLevelChip: DefineComponent<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<{
4684
4758
  level: LogLevel;
4685
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_53<__VLS_TypePropsToRuntimeProps_56<{
4759
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<{
4686
4760
  level: LogLevel;
4687
4761
  }>, {}>>>, {}, {}>;
4688
4762
 
4689
- export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_77<{
4763
+ export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_76<{
4690
4764
  logoutUrl?: undefined | (() => string);
4691
4765
  }>, {
4692
4766
  logoutUrl: undefined;
4693
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_77<{
4767
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_76<{
4694
4768
  logoutUrl?: undefined | (() => string);
4695
4769
  }>, {
4696
4770
  logoutUrl: undefined;
@@ -4698,9 +4772,9 @@ export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_73<__VLS_Ty
4698
4772
  logoutUrl: () => string;
4699
4773
  }, {}>;
4700
4774
 
4701
- export declare const ANotFoundView: DefineComponent<__VLS_WithDefaults_75<__VLS_TypePropsToRuntimeProps_79<{
4775
+ export declare const ANotFoundView: DefineComponent<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_78<{
4702
4776
  returnRouteName: string;
4703
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_75<__VLS_TypePropsToRuntimeProps_79<{
4777
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_78<{
4704
4778
  returnRouteName: string;
4705
4779
  }>, {}>>>, {}, {}>;
4706
4780
 
@@ -4880,7 +4954,7 @@ export declare const arraysHaveSameElements: <T>(array1: T[], array2: T[]) => bo
4880
4954
 
4881
4955
  export declare const arrayToString: (values: Array<string | number>, separator?: string) => string;
4882
4956
 
4883
- export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_63<{
4957
+ export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_62<{
4884
4958
  modelValue: any;
4885
4959
  dirty?: Set<string | number> | undefined;
4886
4960
  keyField?: string | undefined;
@@ -4922,12 +4996,13 @@ export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS
4922
4996
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4923
4997
  "update:modelValue": (data: any[]) => void;
4924
4998
  "update:dirty": (data: (string | number)[]) => void;
4999
+ onStart: () => void;
4925
5000
  onEnd: (data: SortableItemNewPositions) => void;
4926
5001
  onAddAfter: (data: SortableItem<any>) => void;
4927
5002
  onAddLast: (data: any) => void;
4928
5003
  onEdit: (data: SortableItem<any>) => void;
4929
5004
  onDelete: (data: SortableItem<any>) => void;
4930
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_63<{
5005
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_62<{
4931
5006
  modelValue: any;
4932
5007
  dirty?: Set<string | number> | undefined;
4933
5008
  keyField?: string | undefined;
@@ -4961,6 +5036,7 @@ export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS
4961
5036
  }>>> & {
4962
5037
  "onUpdate:modelValue"?: ((data: any[]) => any) | undefined;
4963
5038
  onOnEnd?: ((data: SortableItemNewPositions) => any) | undefined;
5039
+ onOnStart?: (() => any) | undefined;
4964
5040
  "onUpdate:dirty"?: ((data: (string | number)[]) => any) | undefined;
4965
5041
  onOnAddAfter?: ((data: SortableItem<any>) => any) | undefined;
4966
5042
  onOnAddLast?: ((data: any) => any) | undefined;
@@ -4982,12 +5058,18 @@ export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS
4982
5058
  showEditButton: boolean;
4983
5059
  addLastButtonT: string;
4984
5060
  }, {}>, {
5061
+ itemBefore?(_: {
5062
+ item: SortableItem<any>;
5063
+ }): any;
4985
5064
  item?(_: {
4986
5065
  item: SortableItem<any>;
4987
5066
  }): any;
4988
5067
  buttons?(_: {
4989
5068
  item: SortableItem<any>;
4990
5069
  }): any;
5070
+ itemAfter?(_: {
5071
+ item: SortableItem<any>;
5072
+ }): any;
4991
5073
  "add-last-activator"?(_: {
4992
5074
  props: {
4993
5075
  onClick: () => void;
@@ -4995,7 +5077,7 @@ export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS
4995
5077
  }): any;
4996
5078
  }>;
4997
5079
 
4998
- export declare const ASortableNested: __VLS_WithTemplateSlots_22<DefineComponent<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_64<{
5080
+ export declare const ASortableNested: __VLS_WithTemplateSlots_22<DefineComponent<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_63<{
4999
5081
  modelValue: SortableNested<any>;
5000
5082
  maxDepth: number;
5001
5083
  disableDraggable?: boolean | undefined;
@@ -5031,7 +5113,7 @@ export declare const ASortableNested: __VLS_WithTemplateSlots_22<DefineComponent
5031
5113
  onAddLast: (data: SortableNestedItem<any> | null) => void;
5032
5114
  onEdit: (data: SortableNestedItem<any>) => void;
5033
5115
  onDelete: (data: SortableNestedItem<any>) => void;
5034
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_64<{
5116
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_63<{
5035
5117
  modelValue: SortableNested<any>;
5036
5118
  maxDepth: number;
5037
5119
  disableDraggable?: boolean | undefined;
@@ -5279,10 +5361,10 @@ declare enum AssetSelectReturnType {
5279
5361
  }
5280
5362
 
5281
5363
  export declare const ASubjectSelect: <TItem>(__VLS_props: {
5282
- pagination: Pagination;
5283
- loading?: boolean | undefined;
5284
5364
  submitFilter: Fn;
5285
5365
  resetFilter: Fn;
5366
+ pagination: Pagination;
5367
+ loading?: boolean | undefined;
5286
5368
  modelValue?: boolean | undefined;
5287
5369
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
5288
5370
  onOnOpen?: (() => any) | undefined;
@@ -5323,10 +5405,10 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
5323
5405
  open: () => void;
5324
5406
  }>) => void) | undefined, __VLS_setup?: Promise<{
5325
5407
  props: {
5326
- pagination: Pagination;
5327
- loading?: boolean | undefined;
5328
5408
  submitFilter: Fn;
5329
5409
  resetFilter: Fn;
5410
+ pagination: Pagination;
5411
+ loading?: boolean | undefined;
5330
5412
  modelValue?: boolean | undefined;
5331
5413
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
5332
5414
  onOnOpen?: (() => any) | undefined;
@@ -5371,10 +5453,10 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
5371
5453
  }> & {
5372
5454
  __ctx?: {
5373
5455
  props: {
5374
- pagination: Pagination;
5375
- loading?: boolean | undefined;
5376
5456
  submitFilter: Fn;
5377
5457
  resetFilter: Fn;
5458
+ pagination: Pagination;
5459
+ loading?: boolean | undefined;
5378
5460
  modelValue?: boolean | undefined;
5379
5461
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
5380
5462
  onOnOpen?: (() => any) | undefined;
@@ -5417,14 +5499,14 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
5417
5499
  } | undefined;
5418
5500
  };
5419
5501
 
5420
- export declare const ASystemBar: DefineComponent<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<{
5502
+ export declare const ASystemBar: DefineComponent<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
5421
5503
  currentVersion: string;
5422
5504
  checkInterval?: number | undefined;
5423
5505
  jsonRelativePath?: string | undefined;
5424
5506
  }>, {
5425
5507
  checkInterval: number;
5426
5508
  jsonRelativePath: string;
5427
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<{
5509
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
5428
5510
  currentVersion: string;
5429
5511
  checkInterval?: number | undefined;
5430
5512
  jsonRelativePath?: string | undefined;
@@ -5446,7 +5528,7 @@ export declare const ASystemEntityScope: __VLS_WithTemplateSlots_4<DefineCompone
5446
5528
  default?(_: {}): any;
5447
5529
  }>;
5448
5530
 
5449
- export declare const ATableCopyIdButton: DefineComponent<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_51<{
5531
+ export declare const ATableCopyIdButton: DefineComponent<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_50<{
5450
5532
  id: number | string;
5451
5533
  buttonT?: string | undefined;
5452
5534
  buttonClass?: string | undefined;
@@ -5461,7 +5543,7 @@ export declare const ATableCopyIdButton: DefineComponent<__VLS_WithDefaults_48<_
5461
5543
  notifyT: string;
5462
5544
  dataCy: string;
5463
5545
  size: string;
5464
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_51<{
5546
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_47<__VLS_TypePropsToRuntimeProps_50<{
5465
5547
  id: number | string;
5466
5548
  buttonT?: string | undefined;
5467
5549
  buttonClass?: string | undefined;
@@ -5485,7 +5567,7 @@ export declare const ATableCopyIdButton: DefineComponent<__VLS_WithDefaults_48<_
5485
5567
  iconT: string;
5486
5568
  }, {}>;
5487
5569
 
5488
- export declare const ATableDetailButton: DefineComponent<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<{
5570
+ export declare const ATableDetailButton: DefineComponent<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_51<{
5489
5571
  routeName: string;
5490
5572
  recordId?: number | string | undefined;
5491
5573
  routeParams?: any | undefined;
@@ -5498,7 +5580,7 @@ export declare const ATableDetailButton: DefineComponent<__VLS_WithDefaults_49<_
5498
5580
  buttonT: string;
5499
5581
  buttonClass: string;
5500
5582
  dataCy: string;
5501
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<{
5583
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_48<__VLS_TypePropsToRuntimeProps_51<{
5502
5584
  routeName: string;
5503
5585
  recordId?: number | string | undefined;
5504
5586
  routeParams?: any | undefined;
@@ -5519,7 +5601,7 @@ export declare const ATableDetailButton: DefineComponent<__VLS_WithDefaults_49<_
5519
5601
  recordId: string | number;
5520
5602
  }, {}>;
5521
5603
 
5522
- export declare const ATableEditButton: DefineComponent<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<{
5604
+ export declare const ATableEditButton: DefineComponent<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<{
5523
5605
  routeName: string;
5524
5606
  recordId?: number | string | undefined;
5525
5607
  routeParams?: any | undefined;
@@ -5532,7 +5614,7 @@ export declare const ATableEditButton: DefineComponent<__VLS_WithDefaults_50<__V
5532
5614
  buttonT: string;
5533
5615
  buttonClass: string;
5534
5616
  dataCy: string;
5535
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<{
5617
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_49<__VLS_TypePropsToRuntimeProps_52<{
5536
5618
  routeName: string;
5537
5619
  recordId?: number | string | undefined;
5538
5620
  routeParams?: any | undefined;
@@ -5555,14 +5637,14 @@ export declare const ATableEditButton: DefineComponent<__VLS_WithDefaults_50<__V
5555
5637
 
5556
5638
  export declare const AThemeSelect: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
5557
5639
 
5558
- export declare const ATimeTrackingFields: DefineComponent<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_36<{
5640
+ export declare const ATimeTrackingFields: DefineComponent<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_35<{
5559
5641
  data: AnzuUserAndTimeTrackingAware | any;
5560
5642
  hideCreatedAt?: boolean | undefined;
5561
5643
  hideModifiedAt?: boolean | undefined;
5562
5644
  }>, {
5563
5645
  hideCreatedAt: boolean;
5564
5646
  hideModifiedAt: boolean;
5565
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_33<__VLS_TypePropsToRuntimeProps_36<{
5647
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_32<__VLS_TypePropsToRuntimeProps_35<{
5566
5648
  data: AnzuUserAndTimeTrackingAware | any;
5567
5649
  hideCreatedAt?: boolean | undefined;
5568
5650
  hideModifiedAt?: boolean | undefined;
@@ -5585,13 +5667,13 @@ declare interface AudioAttributes {
5585
5667
  bitrate: number;
5586
5668
  }
5587
5669
 
5588
- export declare const AUnauthorizedView: DefineComponent<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_78<{
5670
+ export declare const AUnauthorizedView: DefineComponent<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_77<{
5589
5671
  returnRouteName: string;
5590
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_78<{
5672
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_77<{
5591
5673
  returnRouteName: string;
5592
5674
  }>, {}>>>, {}, {}>;
5593
5675
 
5594
- export declare const AUserAndTimeTrackingFields: DefineComponent<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_40<{
5676
+ export declare const AUserAndTimeTrackingFields: DefineComponent<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_39<{
5595
5677
  data: AnzuUserAndTimeTrackingAware | any;
5596
5678
  hideCreatedAt?: boolean | undefined;
5597
5679
  hideModifiedAt?: boolean | undefined;
@@ -5602,7 +5684,7 @@ export declare const AUserAndTimeTrackingFields: DefineComponent<__VLS_WithDefau
5602
5684
  hideModifiedAt: boolean;
5603
5685
  hideCreatedBy: boolean;
5604
5686
  hideModifiedBy: boolean;
5605
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_37<__VLS_TypePropsToRuntimeProps_40<{
5687
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_36<__VLS_TypePropsToRuntimeProps_39<{
5606
5688
  data: AnzuUserAndTimeTrackingAware | any;
5607
5689
  hideCreatedAt?: boolean | undefined;
5608
5690
  hideModifiedAt?: boolean | undefined;
@@ -10210,12 +10292,14 @@ export declare function useCustomDataFormElementType(): {
10210
10292
  title: string;
10211
10293
  color?: string | undefined;
10212
10294
  active?: false | undefined;
10295
+ subtitle?: string | undefined;
10213
10296
  }[]>;
10214
10297
  getCustomDataFormElementTypeOption: (value: CustomDataFormElementTypeType) => {
10215
10298
  value: CustomDataFormElementTypeType;
10216
10299
  title: string;
10217
10300
  color?: string | undefined;
10218
10301
  active?: false | undefined;
10302
+ subtitle?: string | undefined;
10219
10303
  } | undefined;
10220
10304
  };
10221
10305
 
@@ -10236,12 +10320,14 @@ export declare function useDamAuthorType(): {
10236
10320
  title: string;
10237
10321
  color?: string | undefined;
10238
10322
  active?: false | undefined;
10323
+ subtitle?: string | undefined;
10239
10324
  }[]>;
10240
10325
  getAuthorTypeOption: (value: DamAuthorType) => {
10241
10326
  value: DamAuthorType;
10242
10327
  title: string;
10243
10328
  color?: string | undefined;
10244
10329
  active?: false | undefined;
10330
+ subtitle?: string | undefined;
10245
10331
  } | undefined;
10246
10332
  };
10247
10333
 
@@ -10364,6 +10450,7 @@ export declare function useGrant(): {
10364
10450
  title: string;
10365
10451
  color?: string | undefined;
10366
10452
  active?: false | undefined;
10453
+ subtitle?: string | undefined;
10367
10454
  }[]>;
10368
10455
  getGrantOption: (value: Grant) => ValueObjectOption<Grant>;
10369
10456
  };
@@ -10374,6 +10461,7 @@ export declare function useGrantOrigin(): {
10374
10461
  title: string;
10375
10462
  color?: string | undefined;
10376
10463
  active?: false | undefined;
10464
+ subtitle?: string | undefined;
10377
10465
  }[]>;
10378
10466
  getGrantOriginOption: (value: GrantOrigin) => ValueObjectOption<GrantOrigin>;
10379
10467
  };
@@ -10393,6 +10481,7 @@ export declare function useJobBaseResource<T extends JobBaseResource = JobBaseRe
10393
10481
  title: string;
10394
10482
  color?: string | undefined;
10395
10483
  active?: false | undefined;
10484
+ subtitle?: string | undefined;
10396
10485
  }[]>;
10397
10486
  getJobResourceOption: (value: T) => ValueObjectOption<T>;
10398
10487
  };
@@ -10403,6 +10492,7 @@ export declare function useJobStatus(): {
10403
10492
  title: string;
10404
10493
  color?: string | undefined;
10405
10494
  active?: false | undefined;
10495
+ subtitle?: string | undefined;
10406
10496
  }[]>;
10407
10497
  getJobStatusOption: (value: JobStatus) => ValueObjectOption<JobStatus>;
10408
10498
  };
@@ -10426,12 +10516,14 @@ export declare function useLogLevel(): {
10426
10516
  title: string;
10427
10517
  color?: string | undefined;
10428
10518
  active?: false | undefined;
10519
+ subtitle?: string | undefined;
10429
10520
  }[]>;
10430
10521
  getLogLevelOption: (value: LogLevel) => {
10431
10522
  value: LogLevel;
10432
10523
  title: string;
10433
10524
  color?: string | undefined;
10434
10525
  active?: false | undefined;
10526
+ subtitle?: string | undefined;
10435
10527
  } | undefined;
10436
10528
  };
10437
10529
 
@@ -10555,6 +10647,7 @@ export declare interface ValueObjectOption<T> {
10555
10647
  title: string;
10556
10648
  color?: string;
10557
10649
  active?: false;
10650
+ subtitle?: string;
10558
10651
  }
10559
10652
 
10560
10653
  declare interface VDatatableSelectableItem {