@anzusystems/common-admin 1.47.0-beta.95 → 1.47.0-beta.98

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.
@@ -59,6 +59,7 @@ import { VNode } from 'vue';
59
59
  import { VNodeProps } from 'vue';
60
60
  import { WatchOptions } from 'vue';
61
61
  import { WatchStopHandle } from 'vue';
62
+ import { WritableComputedRef } from 'vue';
62
63
 
63
64
  declare const __VLS_component: DefineComponent< {
64
65
  loading?: boolean;
@@ -214,15 +215,51 @@ disabled: boolean;
214
215
  color: string;
215
216
  size: "small" | "x-small";
216
217
  loading: boolean;
217
- dataCy: string;
218
218
  variant: ButtonVariantText;
219
219
  rounded: "pill";
220
+ dataCy: string;
220
221
  buttonT: string;
221
222
  buttonClass: string;
222
223
  disableMore: boolean;
223
224
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
224
225
 
225
- declare const __VLS_component_16: DefineComponent< {
226
+ declare const __VLS_component_16: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
227
+ "update:search": (search: string) => any;
228
+ "update:loadingLocal": (loadingLocal: boolean) => any;
229
+ "update:fetchedItemsMinimal": (fetchedItemsMinimal: Map<string | number, any>) => any;
230
+ } & {
231
+ blur: (data: string | number | string[] | number[] | null | undefined) => any;
232
+ focus: (data: string | number | string[] | number[] | null | undefined) => any;
233
+ "update:modelValue": (data: string | number | string[] | number[] | null | undefined) => any;
234
+ searchChange: (data: string) => any;
235
+ searchChangeDebounced: (data: string) => any;
236
+ }, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
237
+ onBlur?: ((data: string | number | string[] | number[] | null | undefined) => any) | undefined;
238
+ onFocus?: ((data: string | number | string[] | number[] | null | undefined) => any) | undefined;
239
+ "onUpdate:modelValue"?: ((data: string | number | string[] | number[] | null | undefined) => any) | undefined;
240
+ onSearchChange?: ((data: string) => any) | undefined;
241
+ onSearchChangeDebounced?: ((data: string) => any) | undefined;
242
+ "onUpdate:search"?: ((search: string) => any) | undefined;
243
+ "onUpdate:loadingLocal"?: ((loadingLocal: boolean) => any) | undefined;
244
+ "onUpdate:fetchedItemsMinimal"?: ((fetchedItemsMinimal: Map<string | number, any>) => any) | undefined;
245
+ }>, {
246
+ required: boolean;
247
+ loading: boolean;
248
+ label: string;
249
+ errorMessage: string;
250
+ v: any;
251
+ hideLabel: boolean;
252
+ clearable: boolean;
253
+ multiple: boolean;
254
+ itemTitle: string;
255
+ itemValue: string;
256
+ filterByField: string;
257
+ filterSortBy: string | null;
258
+ minSearchChars: number;
259
+ minSearchText: string;
260
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
261
+
262
+ declare const __VLS_component_17: DefineComponent< {
226
263
  job: JobBase;
227
264
  loading?: boolean;
228
265
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
@@ -232,7 +269,7 @@ loading?: boolean;
232
269
  loading: boolean;
233
270
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
234
271
 
235
- declare const __VLS_component_17: DefineComponent< {
272
+ declare const __VLS_component_18: DefineComponent< {
236
273
  modelValue: SortablePropItem[] | any;
237
274
  dirty?: Set<DocId | IntegerId>;
238
275
  keyField?: string;
@@ -316,7 +353,7 @@ chipSize: string;
316
353
  disableDeleteDialog: boolean;
317
354
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
318
355
 
319
- declare const __VLS_component_18: DefineComponent< {
356
+ declare const __VLS_component_19: DefineComponent< {
320
357
  modelValue: SortableNested;
321
358
  maxDepth: number;
322
359
  disableDraggable?: boolean;
@@ -374,7 +411,24 @@ showEditButton: boolean;
374
411
  showAddChildButton: boolean;
375
412
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
376
413
 
377
- declare const __VLS_component_19: DefineComponent< {
414
+ declare const __VLS_component_2: DefineComponent< {
415
+ title?: string;
416
+ value?: string | number | undefined | null;
417
+ dataCy?: string | undefined;
418
+ titleClass?: string | undefined;
419
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
420
+ title?: string;
421
+ value?: string | number | undefined | null;
422
+ dataCy?: string | undefined;
423
+ titleClass?: string | undefined;
424
+ }> & Readonly<{}>, {
425
+ value: string | number | null;
426
+ title: string;
427
+ dataCy: string;
428
+ titleClass: string;
429
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
430
+
431
+ declare const __VLS_component_20: DefineComponent< {
378
432
  modelValue: {
379
433
  [key: string]: any;
380
434
  };
@@ -404,24 +458,7 @@ validationScope: string | number | boolean | symbol;
404
458
  pinnedCount: number;
405
459
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
406
460
 
407
- declare const __VLS_component_2: DefineComponent< {
408
- title?: string;
409
- value?: string | number | undefined | null;
410
- dataCy?: string | undefined;
411
- titleClass?: string | undefined;
412
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
413
- title?: string;
414
- value?: string | number | undefined | null;
415
- dataCy?: string | undefined;
416
- titleClass?: string | undefined;
417
- }> & Readonly<{}>, {
418
- value: string | number | null;
419
- title: string;
420
- dataCy: string;
421
- titleClass: string;
422
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
423
-
424
- declare const __VLS_component_20: DefineComponent< {
461
+ declare const __VLS_component_21: DefineComponent< {
425
462
  modelValue: IntegerIdNullable;
426
463
  queueKey: UploadQueueKey;
427
464
  uploadLicence: IntegerId;
@@ -483,8 +520,8 @@ cachedUsers: CollabCachedUsersMap;
483
520
  image: ImageAware;
484
521
  width: number;
485
522
  height: number;
486
- dataCy: string;
487
523
  label: string;
524
+ dataCy: string;
488
525
  maxWidth: number;
489
526
  readonly: boolean;
490
527
  configName: string;
@@ -497,7 +534,7 @@ disableOnClickMenu: boolean;
497
534
  callDeleteApiOnRemove: boolean;
498
535
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
499
536
 
500
- declare const __VLS_component_21: DefineComponent< {
537
+ declare const __VLS_component_22: DefineComponent< {
501
538
  modelValue: IntegerIdNullable | undefined;
502
539
  image?: ImageAware | ImageCreateUpdateAware | undefined | null;
503
540
  configName?: string;
@@ -534,13 +571,13 @@ damWidth: number;
534
571
  damHeight: number;
535
572
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
536
573
 
537
- declare const __VLS_component_22: DefineComponent<__VLS_PublicProps_6, {
574
+ declare const __VLS_component_23: DefineComponent<__VLS_PublicProps_7, {
538
575
  open: () => void;
539
576
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
540
577
  "update:modelValue": (modelValue: boolean) => any;
541
578
  } & {
542
579
  onConfirm: (data: AssetSelectReturnData) => any;
543
- }, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
580
+ }, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
544
581
  "onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
545
582
  onOnConfirm?: ((data: AssetSelectReturnData) => any) | undefined;
546
583
  }>, {
@@ -609,8 +646,8 @@ field: CollabFieldName;
609
646
  cachedUsers: CollabCachedUsersMap;
610
647
  };
611
648
  disabled: boolean;
612
- dataCy: string;
613
649
  label: string;
650
+ dataCy: string;
614
651
  errorMessage: string;
615
652
  v: any;
616
653
  clearable: boolean;
@@ -651,8 +688,8 @@ field: CollabFieldName;
651
688
  cachedUsers: CollabCachedUsersMap;
652
689
  };
653
690
  disabled: boolean;
654
- dataCy: string;
655
691
  label: string;
692
+ dataCy: string;
656
693
  errorMessage: string;
657
694
  v: any;
658
695
  clearable: boolean;
@@ -725,8 +762,8 @@ field: CollabFieldName;
725
762
  cachedUsers: CollabCachedUsersMap;
726
763
  };
727
764
  disabled: boolean;
728
- dataCy: string;
729
765
  label: string;
766
+ dataCy: string;
730
767
  hideLabel: boolean;
731
768
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
732
769
 
@@ -774,8 +811,8 @@ field: CollabFieldName;
774
811
  cachedUsers: CollabCachedUsersMap;
775
812
  };
776
813
  disabled: boolean;
777
- dataCy: string;
778
814
  label: string;
815
+ dataCy: string;
779
816
  errorMessage: string;
780
817
  v: any;
781
818
  hideLabel: boolean;
@@ -813,6 +850,10 @@ declare type __VLS_PublicProps_11 = {
813
850
  modelValue: Filter;
814
851
  } & typeof __VLS_typeProps_10;
815
852
 
853
+ declare type __VLS_PublicProps_12 = {
854
+ modelValue: Filter;
855
+ } & typeof __VLS_typeProps_11;
856
+
816
857
  declare type __VLS_PublicProps_2 = {
817
858
  'showAdvanced'?: boolean;
818
859
  } & typeof __VLS_typeProps_2;
@@ -822,19 +863,21 @@ declare type __VLS_PublicProps_3 = {
822
863
  } & typeof __VLS_typeProps_3;
823
864
 
824
865
  declare type __VLS_PublicProps_4 = {
825
- modelValue: JobBase;
826
- };
866
+ 'search'?: string;
867
+ 'loadingLocal'?: boolean;
868
+ 'fetchedItemsMinimal'?: Map<IntegerId | DocId, any>;
869
+ } & typeof __VLS_typeProps_4;
827
870
 
828
871
  declare type __VLS_PublicProps_5 = {
829
- modelValue: IntegerIdNullable;
830
- } & typeof __VLS_typeProps_4;
872
+ modelValue: JobBase;
873
+ };
831
874
 
832
875
  declare type __VLS_PublicProps_6 = {
833
- modelValue?: boolean;
876
+ modelValue: IntegerIdNullable;
834
877
  } & typeof __VLS_typeProps_5;
835
878
 
836
879
  declare type __VLS_PublicProps_7 = {
837
- 'selected'?: ValueObjectOption<IntegerId>[];
880
+ modelValue?: boolean;
838
881
  } & typeof __VLS_typeProps_6;
839
882
 
840
883
  declare type __VLS_PublicProps_8 = {
@@ -842,7 +885,7 @@ declare type __VLS_PublicProps_8 = {
842
885
  } & typeof __VLS_typeProps_7;
843
886
 
844
887
  declare type __VLS_PublicProps_9 = {
845
- modelValue: Filter;
888
+ 'selected'?: ValueObjectOption<IntegerId>[];
846
889
  } & typeof __VLS_typeProps_8;
847
890
 
848
891
  declare function __VLS_template(): {
@@ -916,13 +959,21 @@ declare function __VLS_template_15(): {
916
959
 
917
960
  declare function __VLS_template_16(): {
918
961
  slots: {
919
- "resource-name"?(_: {}): any;
962
+ "append-item"?(_: {}): any;
920
963
  };
921
964
  refs: {};
922
965
  attrs: Partial<{}>;
923
966
  };
924
967
 
925
968
  declare function __VLS_template_17(): {
969
+ slots: {
970
+ "resource-name"?(_: {}): any;
971
+ };
972
+ refs: {};
973
+ attrs: Partial<{}>;
974
+ };
975
+
976
+ declare function __VLS_template_18(): {
926
977
  slots: {
927
978
  item?(_: {
928
979
  item: SortableItem<any>;
@@ -949,7 +1000,7 @@ declare function __VLS_template_17(): {
949
1000
  attrs: Partial<{}>;
950
1001
  };
951
1002
 
952
- declare function __VLS_template_18(): {
1003
+ declare function __VLS_template_19(): {
953
1004
  slots: {
954
1005
  item?(_: {
955
1006
  item: any;
@@ -962,24 +1013,24 @@ declare function __VLS_template_18(): {
962
1013
  attrs: Partial<{}>;
963
1014
  };
964
1015
 
965
- declare function __VLS_template_19(): {
1016
+ declare function __VLS_template_2(): {
966
1017
  slots: {
967
- "before-pinned"?(_: {}): any;
968
- "after-pinned"?(_: {}): any;
1018
+ default?(_: {}): any;
969
1019
  };
970
1020
  refs: {};
971
1021
  attrs: Partial<{}>;
972
1022
  };
973
1023
 
974
- declare function __VLS_template_2(): {
1024
+ declare function __VLS_template_20(): {
975
1025
  slots: {
976
- default?(_: {}): any;
1026
+ "before-pinned"?(_: {}): any;
1027
+ "after-pinned"?(_: {}): any;
977
1028
  };
978
1029
  refs: {};
979
1030
  attrs: Partial<{}>;
980
1031
  };
981
1032
 
982
- declare function __VLS_template_20(): {
1033
+ declare function __VLS_template_21(): {
983
1034
  slots: {
984
1035
  append?(_: {
985
1036
  image: {
@@ -1082,8 +1133,8 @@ declare function __VLS_template_20(): {
1082
1133
  image: ImageAware;
1083
1134
  width: number;
1084
1135
  height: number;
1085
- dataCy: string;
1086
1136
  label: string;
1137
+ dataCy: string;
1087
1138
  maxWidth: number;
1088
1139
  readonly: boolean;
1089
1140
  configName: string;
@@ -1124,8 +1175,8 @@ declare function __VLS_template_20(): {
1124
1175
  image: ImageAware;
1125
1176
  width: number;
1126
1177
  height: number;
1127
- dataCy: string;
1128
1178
  label: string;
1179
+ dataCy: string;
1129
1180
  maxWidth: number;
1130
1181
  readonly: boolean;
1131
1182
  configName: string;
@@ -1162,7 +1213,7 @@ declare function __VLS_template_20(): {
1162
1213
  }> & Readonly<{
1163
1214
  "onUpdate:modelValue"?: ((modelValue: IntegerIdNullable) => any) | undefined;
1164
1215
  onAfterMetadataSaveSuccess?: (() => any) | undefined;
1165
- }>, "metadataConfirm" | ("required" | "collab" | "image" | "width" | "height" | "dataCy" | "label" | "maxWidth" | "readonly" | "configName" | "damWidth" | "damHeight" | "collabStatus" | "expandOptions" | "expandMetadata" | "disableOnClickMenu" | "callDeleteApiOnRemove")> & ShallowUnwrapRef< {
1216
+ }>, "metadataConfirm" | ("required" | "collab" | "image" | "width" | "height" | "label" | "dataCy" | "maxWidth" | "readonly" | "configName" | "damWidth" | "damHeight" | "collabStatus" | "expandOptions" | "expandMetadata" | "disableOnClickMenu" | "callDeleteApiOnRemove")> & ShallowUnwrapRef< {
1166
1217
  metadataConfirm: () => void;
1167
1218
  }> & {} & ComponentCustomProperties & {} & {
1168
1219
  $slots: {
@@ -1187,7 +1238,7 @@ declare function __VLS_template_20(): {
1187
1238
  attrs: Partial<{}>;
1188
1239
  };
1189
1240
 
1190
- declare function __VLS_template_21(): {
1241
+ declare function __VLS_template_22(): {
1191
1242
  slots: {
1192
1243
  append?(_: {
1193
1244
  image: {
@@ -1221,7 +1272,7 @@ declare function __VLS_template_21(): {
1221
1272
  attrs: Partial<{}>;
1222
1273
  };
1223
1274
 
1224
- declare function __VLS_template_22(): {
1275
+ declare function __VLS_template_23(): {
1225
1276
  slots: {
1226
1277
  activator?(_: {
1227
1278
  props: {
@@ -1332,6 +1383,8 @@ declare type __VLS_TemplateResult_21 = ReturnType<typeof __VLS_template_21>;
1332
1383
 
1333
1384
  declare type __VLS_TemplateResult_22 = ReturnType<typeof __VLS_template_22>;
1334
1385
 
1386
+ declare type __VLS_TemplateResult_23 = ReturnType<typeof __VLS_template_23>;
1387
+
1335
1388
  declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
1336
1389
 
1337
1390
  declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
@@ -1368,6 +1421,10 @@ declare let __VLS_typeProps: {
1368
1421
  };
1369
1422
 
1370
1423
  declare let __VLS_typeProps_10: {
1424
+ extSystem: IntegerId;
1425
+ };
1426
+
1427
+ declare let __VLS_typeProps_11: {
1371
1428
  configName?: string;
1372
1429
  };
1373
1430
 
@@ -1390,6 +1447,27 @@ declare let __VLS_typeProps_3: {
1390
1447
  };
1391
1448
 
1392
1449
  declare let __VLS_typeProps_4: {
1450
+ modelValue: any;
1451
+ label?: string | undefined;
1452
+ required?: boolean;
1453
+ multiple?: boolean;
1454
+ clearable?: boolean;
1455
+ v?: any;
1456
+ errorMessage?: string;
1457
+ hideLabel?: boolean;
1458
+ fetchItemsMinimal: FetchItemsMinimalType;
1459
+ innerFilter: FilterBag;
1460
+ filterByField?: string;
1461
+ filterSortBy?: string | null;
1462
+ loading?: boolean;
1463
+ useCached: UseCachedType;
1464
+ itemTitle?: string;
1465
+ itemValue?: string;
1466
+ minSearchChars?: number;
1467
+ minSearchText?: string;
1468
+ };
1469
+
1470
+ declare let __VLS_typeProps_5: {
1393
1471
  selectLicences: IntegerId[];
1394
1472
  image?: ImageAware | undefined;
1395
1473
  configName?: string;
@@ -1397,7 +1475,7 @@ declare let __VLS_typeProps_4: {
1397
1475
  dataCy?: string | undefined;
1398
1476
  };
1399
1477
 
1400
- declare let __VLS_typeProps_5: {
1478
+ declare let __VLS_typeProps_6: {
1401
1479
  assetType: DamAssetTypeType;
1402
1480
  minCount: number;
1403
1481
  maxCount: number;
@@ -1407,7 +1485,7 @@ declare let __VLS_typeProps_5: {
1407
1485
  skipCurrentUserCheck?: boolean;
1408
1486
  };
1409
1487
 
1410
- declare let __VLS_typeProps_6: {
1488
+ declare let __VLS_typeProps_7: {
1411
1489
  modelValue: IntegerId | null | IntegerId[] | any;
1412
1490
  client: () => AxiosInstance;
1413
1491
  label?: string | undefined;
@@ -1420,7 +1498,7 @@ declare let __VLS_typeProps_6: {
1420
1498
  disableInitFetch?: boolean;
1421
1499
  };
1422
1500
 
1423
- declare let __VLS_typeProps_7: {
1501
+ declare let __VLS_typeProps_8: {
1424
1502
  modelValue: IntegerId | null | IntegerId[] | any;
1425
1503
  client: () => AxiosInstance;
1426
1504
  label?: string | undefined;
@@ -1432,10 +1510,6 @@ declare let __VLS_typeProps_7: {
1432
1510
  disableInitFetch?: boolean;
1433
1511
  };
1434
1512
 
1435
- declare let __VLS_typeProps_8: {
1436
- extSystem: IntegerId;
1437
- };
1438
-
1439
1513
  declare let __VLS_typeProps_9: {
1440
1514
  extSystem: IntegerId;
1441
1515
  };
@@ -1530,6 +1604,12 @@ declare type __VLS_WithTemplateSlots_22<T, S> = T & {
1530
1604
  };
1531
1605
  };
1532
1606
 
1607
+ declare type __VLS_WithTemplateSlots_23<T, S> = T & {
1608
+ new (): {
1609
+ $slots: S;
1610
+ };
1611
+ };
1612
+
1533
1613
  declare type __VLS_WithTemplateSlots_3<T, S> = T & {
1534
1614
  new (): {
1535
1615
  $slots: S;
@@ -1611,8 +1691,8 @@ size?: number;
1611
1691
  variant?: ButtonVariant;
1612
1692
  }> & Readonly<{}>, {
1613
1693
  size: number;
1614
- dataCy: string;
1615
1694
  variant: ButtonVariant;
1695
+ dataCy: string;
1616
1696
  buttonT: string;
1617
1697
  buttonClass: string;
1618
1698
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
@@ -1659,8 +1739,8 @@ onDeleteRecord?: (() => any) | undefined;
1659
1739
  disabled: boolean;
1660
1740
  color: string;
1661
1741
  size: number;
1662
- dataCy: string;
1663
1742
  variant: ButtonVariant;
1743
+ dataCy: string;
1664
1744
  buttonT: string;
1665
1745
  buttonClass: string;
1666
1746
  dialogMessageT: string;
@@ -1699,8 +1779,8 @@ onEditRecord?: (() => any) | undefined;
1699
1779
  }>, {
1700
1780
  size: number;
1701
1781
  loading: boolean;
1702
- dataCy: string;
1703
1782
  variant: ButtonVariant;
1783
+ dataCy: string;
1704
1784
  buttonT: string;
1705
1785
  buttonClass: string;
1706
1786
  routeParams: any | undefined;
@@ -1755,8 +1835,8 @@ onSaveRecord?: (() => any) | undefined;
1755
1835
  disabled: boolean;
1756
1836
  size: number;
1757
1837
  loading: boolean;
1758
- dataCy: string;
1759
1838
  variant: ButtonVariant;
1839
+ dataCy: string;
1760
1840
  buttonT: string;
1761
1841
  buttonClass: string;
1762
1842
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
@@ -1784,8 +1864,8 @@ customClass?: string | undefined;
1784
1864
  }> & Readonly<{}>, {
1785
1865
  group: string;
1786
1866
  width: string;
1787
- position: string;
1788
1867
  max: number;
1868
+ position: string;
1789
1869
  customClass: string;
1790
1870
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1791
1871
 
@@ -1806,7 +1886,7 @@ containerClass: string;
1806
1886
  tooltip: string;
1807
1887
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1808
1888
 
1809
- export declare const AAssetSelect: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
1889
+ export declare const AAssetSelect: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
1810
1890
 
1811
1891
  export declare const AAvatarColorPicker: DefineComponent< {
1812
1892
  modelValue: string;
@@ -1856,8 +1936,8 @@ falseT?: string;
1856
1936
  }> & Readonly<{
1857
1937
  "onUpdate:modelValue"?: ((data: boolean | null) => any) | undefined;
1858
1938
  }>, {
1859
- dataCy: string;
1860
1939
  label: string;
1940
+ dataCy: string;
1861
1941
  allT: string;
1862
1942
  trueT: string;
1863
1943
  falseT: string;
@@ -2040,7 +2120,7 @@ dataCy?: string;
2040
2120
  dataCy: string;
2041
2121
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2042
2122
 
2043
- export declare const ACustomDataForm: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
2123
+ export declare const ACustomDataForm: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
2044
2124
 
2045
2125
  export declare const ACustomDataFormElement: DefineComponent< {
2046
2126
  modelValue: any;
@@ -2386,72 +2466,7 @@ export declare const AFormFlagDatetimePicker: __VLS_WithTemplateSlots_6<typeof _
2386
2466
 
2387
2467
  export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
2388
2468
 
2389
- export declare const AFormRemoteAutocompleteWithCached: DefineComponent< {
2390
- modelValue: any;
2391
- label?: string | undefined;
2392
- required?: boolean;
2393
- multiple?: boolean;
2394
- clearable?: boolean;
2395
- v?: any;
2396
- errorMessage?: string;
2397
- hideLabel?: boolean;
2398
- fetchItemsMinimal: FetchItemsMinimalType;
2399
- innerFilter: FilterBag;
2400
- filterByField?: string;
2401
- filterSortBy?: string | null;
2402
- loading?: boolean;
2403
- useCached: UseCachedType;
2404
- itemTitle?: string;
2405
- itemValue?: string;
2406
- minSearchChars?: number;
2407
- minSearchText?: string;
2408
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2409
- blur: (data: string | number | string[] | number[] | null | undefined) => any;
2410
- focus: (data: string | number | string[] | number[] | null | undefined) => any;
2411
- "update:modelValue": (data: string | number | string[] | number[] | null | undefined) => any;
2412
- searchChange: (data: string) => any;
2413
- searchChangeDebounced: (data: string) => any;
2414
- }, string, PublicProps, Readonly<{
2415
- modelValue: any;
2416
- label?: string | undefined;
2417
- required?: boolean;
2418
- multiple?: boolean;
2419
- clearable?: boolean;
2420
- v?: any;
2421
- errorMessage?: string;
2422
- hideLabel?: boolean;
2423
- fetchItemsMinimal: FetchItemsMinimalType;
2424
- innerFilter: FilterBag;
2425
- filterByField?: string;
2426
- filterSortBy?: string | null;
2427
- loading?: boolean;
2428
- useCached: UseCachedType;
2429
- itemTitle?: string;
2430
- itemValue?: string;
2431
- minSearchChars?: number;
2432
- minSearchText?: string;
2433
- }> & Readonly<{
2434
- onBlur?: ((data: string | number | string[] | number[] | null | undefined) => any) | undefined;
2435
- onFocus?: ((data: string | number | string[] | number[] | null | undefined) => any) | undefined;
2436
- "onUpdate:modelValue"?: ((data: string | number | string[] | number[] | null | undefined) => any) | undefined;
2437
- onSearchChange?: ((data: string) => any) | undefined;
2438
- onSearchChangeDebounced?: ((data: string) => any) | undefined;
2439
- }>, {
2440
- required: boolean;
2441
- loading: boolean;
2442
- label: string;
2443
- errorMessage: string;
2444
- v: any;
2445
- hideLabel: boolean;
2446
- clearable: boolean;
2447
- multiple: boolean;
2448
- itemTitle: string;
2449
- itemValue: string;
2450
- filterByField: string;
2451
- filterSortBy: string | null;
2452
- minSearchChars: number;
2453
- minSearchText: string;
2454
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2469
+ export declare const AFormRemoteAutocompleteWithCached: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
2455
2470
 
2456
2471
  export declare const AFormRemoteCheckbox: DefineComponent< {
2457
2472
  modelValue: boolean;
@@ -2531,14 +2546,14 @@ secondaryIcon: null | string;
2531
2546
  secondaryText: null | string;
2532
2547
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2533
2548
 
2534
- export declare const AImagePublicInput: DefineComponent<__VLS_PublicProps_5, {
2549
+ export declare const AImagePublicInput: DefineComponent<__VLS_PublicProps_6, {
2535
2550
  submit: () => Promise<{
2536
2551
  asset: AssetDetailItemDto;
2537
2552
  image: ImageAware;
2538
2553
  } | undefined>;
2539
2554
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2540
2555
  "update:modelValue": (modelValue: IntegerIdNullable) => any;
2541
- }, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
2556
+ }, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
2542
2557
  "onUpdate:modelValue"?: ((modelValue: IntegerIdNullable) => any) | undefined;
2543
2558
  }>, {
2544
2559
  image: ImageAware;
@@ -2547,7 +2562,7 @@ configName: string;
2547
2562
  labelT: string;
2548
2563
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2549
2564
 
2550
- export declare const AImageWidget: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
2565
+ export declare const AImageWidget: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
2551
2566
 
2552
2567
  export declare const AImageWidgetMultiple: DefineComponent< {
2553
2568
  modelValue: IntegerId[];
@@ -2579,8 +2594,8 @@ callDeleteApiOnRemove?: boolean;
2579
2594
  "onUpdate:modelValue"?: ((data: number[]) => any) | undefined;
2580
2595
  }>, {
2581
2596
  width: number;
2582
- dataCy: string;
2583
2597
  label: string;
2598
+ dataCy: string;
2584
2599
  readonly: boolean;
2585
2600
  configName: string;
2586
2601
  callDeleteApiOnRemove: boolean;
@@ -2617,15 +2632,15 @@ showSource: boolean;
2617
2632
  images: ImageAware[];
2618
2633
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2619
2634
 
2620
- export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
2635
+ export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
2621
2636
 
2622
- export declare const AJobBaseCreateForm: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2637
+ export declare const AJobBaseCreateForm: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2623
2638
  "update:modelValue": (modelValue: JobBase<`job${string}`>) => any;
2624
- }, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
2639
+ }, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
2625
2640
  "onUpdate:modelValue"?: ((modelValue: JobBase<`job${string}`>) => any) | undefined;
2626
2641
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2627
2642
 
2628
- export declare const AJobDetailCommon: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
2643
+ export declare const AJobDetailCommon: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
2629
2644
 
2630
2645
  export declare const AJobPriorityChip: DefineComponent< {
2631
2646
  priority: number;
@@ -2832,9 +2847,9 @@ export declare const arraysHaveSameElements: <T>(array1: T[], array2: T[]) => bo
2832
2847
 
2833
2848
  export declare const arrayToString: (values: Array<string | number>, separator?: string) => string;
2834
2849
 
2835
- export declare const ASortable: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
2850
+ export declare const ASortable: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
2836
2851
 
2837
- export declare const ASortableNested: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
2852
+ export declare const ASortableNested: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
2838
2853
 
2839
2854
  export declare type AssetCustomData = Record<string, any>;
2840
2855
 
@@ -3711,17 +3726,17 @@ export declare interface DamAssetLicenceGroup extends AnzuUserAndTimeTrackingAwa
3711
3726
  licences: IntegerId[];
3712
3727
  }
3713
3728
 
3714
- export declare const DamAssetLicenceGroupRemoteAutocomplete: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3729
+ export declare const DamAssetLicenceGroupRemoteAutocomplete: DefineComponent<__VLS_PublicProps_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3715
3730
  "update:selected": (selected: ValueObjectOption<number>[]) => any;
3716
3731
  } & {
3717
3732
  "update:modelValue": (data: any) => any;
3718
- }, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
3733
+ }, string, PublicProps, Readonly<__VLS_PublicProps_9> & Readonly<{
3719
3734
  "onUpdate:modelValue"?: ((data: any) => any) | undefined;
3720
3735
  "onUpdate:selected"?: ((selected: ValueObjectOption<number>[]) => any) | undefined;
3721
3736
  }>, {
3722
3737
  required: boolean;
3723
- dataCy: string;
3724
3738
  label: string;
3739
+ dataCy: string;
3725
3740
  hideDetails: boolean;
3726
3741
  clearable: boolean;
3727
3742
  multiple: boolean;
@@ -3733,17 +3748,17 @@ export declare interface DamAssetLicenceMinimal {
3733
3748
  name: string;
3734
3749
  }
3735
3750
 
3736
- export declare const DamAssetLicenceRemoteAutocomplete: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3751
+ export declare const DamAssetLicenceRemoteAutocomplete: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3737
3752
  "update:selected": (selected: ValueObjectOption<number>[]) => any;
3738
3753
  } & {
3739
3754
  "update:modelValue": (data: any) => any;
3740
- }, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
3755
+ }, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
3741
3756
  "onUpdate:modelValue"?: ((data: any) => any) | undefined;
3742
3757
  "onUpdate:selected"?: ((selected: ValueObjectOption<number>[]) => any) | undefined;
3743
3758
  }>, {
3744
3759
  required: boolean;
3745
- dataCy: string;
3746
3760
  label: string;
3761
+ dataCy: string;
3747
3762
  hideDetails: boolean;
3748
3763
  clearable: boolean;
3749
3764
  multiple: boolean;
@@ -3778,9 +3793,9 @@ export declare interface DamAuthor extends Pick<DamAuthorMinimal, 'id' | 'name'
3778
3793
  type: DamAuthorTypeType;
3779
3794
  }
3780
3795
 
3781
- export declare const DamAuthorFilterRemoteAutocomplete: DefineComponent<__VLS_PublicProps_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3796
+ export declare const DamAuthorFilterRemoteAutocomplete: DefineComponent<__VLS_PublicProps_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3782
3797
  "update:modelValue": (modelValue: Filter<any>) => any;
3783
- }, string, PublicProps, Readonly<__VLS_PublicProps_9> & Readonly<{
3798
+ }, string, PublicProps, Readonly<__VLS_PublicProps_10> & Readonly<{
3784
3799
  "onUpdate:modelValue"?: ((modelValue: Filter<any>) => any) | undefined;
3785
3800
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3786
3801
 
@@ -3898,8 +3913,8 @@ dataCy?: string;
3898
3913
  onBlur?: ((data: string[]) => any) | undefined;
3899
3914
  "onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
3900
3915
  }>, {
3901
- dataCy: string;
3902
3916
  label: string;
3917
+ dataCy: string;
3903
3918
  multiple: boolean;
3904
3919
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3905
3920
 
@@ -3949,8 +3964,8 @@ dataCy?: string;
3949
3964
  onBlur?: ((data: string[]) => any) | undefined;
3950
3965
  "onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
3951
3966
  }>, {
3952
- dataCy: string;
3953
3967
  label: string;
3968
+ dataCy: string;
3954
3969
  multiple: boolean;
3955
3970
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3956
3971
 
@@ -4015,8 +4030,8 @@ disableInitFetch?: boolean;
4015
4030
  "onUpdate:modelValue"?: ((data: any) => any) | undefined;
4016
4031
  }>, {
4017
4032
  required: boolean;
4018
- dataCy: string;
4019
4033
  label: string;
4034
+ dataCy: string;
4020
4035
  hideDetails: boolean;
4021
4036
  clearable: boolean;
4022
4037
  multiple: boolean;
@@ -4032,9 +4047,9 @@ export declare interface DamKeyword extends AnzuUserAndTimeTrackingAware, Resour
4032
4047
  flags: Flags_2;
4033
4048
  }
4034
4049
 
4035
- export declare const DamKeywordFilterRemoteAutocomplete: DefineComponent<__VLS_PublicProps_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4050
+ export declare const DamKeywordFilterRemoteAutocomplete: DefineComponent<__VLS_PublicProps_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4036
4051
  "update:modelValue": (modelValue: Filter<any>) => any;
4037
- }, string, PublicProps, Readonly<__VLS_PublicProps_10> & Readonly<{
4052
+ }, string, PublicProps, Readonly<__VLS_PublicProps_11> & Readonly<{
4038
4053
  "onUpdate:modelValue"?: ((modelValue: Filter<any>) => any) | undefined;
4039
4054
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
4040
4055
 
@@ -4166,9 +4181,9 @@ export declare interface DamUploadStartResponse {
4166
4181
  export declare interface DamUser extends Omit<AnzuUser, 'id'>, DamUserUpdateDto {
4167
4182
  }
4168
4183
 
4169
- export declare const DamUserFilterRemoteAutocomplete: DefineComponent<__VLS_PublicProps_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4184
+ export declare const DamUserFilterRemoteAutocomplete: DefineComponent<__VLS_PublicProps_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4170
4185
  "update:modelValue": (modelValue: Filter<any>) => any;
4171
- }, string, PublicProps, Readonly<__VLS_PublicProps_11> & Readonly<{
4186
+ }, string, PublicProps, Readonly<__VLS_PublicProps_12> & Readonly<{
4172
4187
  "onUpdate:modelValue"?: ((modelValue: Filter<any>) => any) | undefined;
4173
4188
  }>, {
4174
4189
  configName: string;
@@ -5152,6 +5167,12 @@ url: string;
5152
5167
  numeric: string;
5153
5168
  slug: string;
5154
5169
  stringArrayItemLength: string;
5170
+ datesCompare: {
5171
+ laterThan: string;
5172
+ onOrAfter: string;
5173
+ earlierThan: string;
5174
+ onOrBefore: string;
5175
+ };
5155
5176
  };
5156
5177
  };
5157
5178
  };
@@ -6091,6 +6112,12 @@ export declare const messagesCs: {
6091
6112
  numeric: string;
6092
6113
  slug: string;
6093
6114
  stringArrayItemLength: string;
6115
+ datesCompare: {
6116
+ laterThan: string;
6117
+ onOrAfter: string;
6118
+ earlierThan: string;
6119
+ onOrBefore: string;
6120
+ };
6094
6121
  };
6095
6122
  };
6096
6123
  };
@@ -6813,6 +6840,12 @@ export declare const messagesEn: {
6813
6840
  numeric: string;
6814
6841
  slug: string;
6815
6842
  stringArrayItemLength: string;
6843
+ datesCompare: {
6844
+ laterThan: string;
6845
+ onOrAfter: string;
6846
+ earlierThan: string;
6847
+ onOrBefore: string;
6848
+ };
6816
6849
  };
6817
6850
  };
6818
6851
  };
@@ -7544,6 +7577,12 @@ export declare const messagesSk: {
7544
7577
  numeric: string;
7545
7578
  slug: string;
7546
7579
  stringArrayItemLength: string;
7580
+ datesCompare: {
7581
+ laterThan: string;
7582
+ onOrAfter: string;
7583
+ earlierThan: string;
7584
+ onOrBefore: string;
7585
+ };
7547
7586
  };
7548
7587
  };
7549
7588
  };
@@ -8685,6 +8724,14 @@ export declare function useValidate(): {
8685
8724
  type: string;
8686
8725
  };
8687
8726
  };
8727
+ datesCompare: (otherDate: Ref<DatetimeUTCNullable, DatetimeUTCNullable> | ComputedRef<DatetimeUTCNullable> | ShallowRef<DatetimeUTCNullable> | WritableComputedRef<DatetimeUTCNullable, DatetimeUTCNullable>, otherDateName: string, variant: "laterThan" | "onOrAfter" | "earlierThan" | "onOrBefore") => {
8728
+ $validator: (value: DatetimeUTCNullable) => boolean;
8729
+ $params: {
8730
+ otherDateName: string;
8731
+ variant: "laterThan" | "onOrAfter" | "earlierThan" | "onOrBefore";
8732
+ type: string;
8733
+ };
8734
+ };
8688
8735
  };
8689
8736
 
8690
8737
  export declare interface ValidationError {