@anzusystems/common-admin 1.47.0-beta.159 → 1.47.0-beta.160

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,13 +1,23 @@
1
1
  import { default as ADatetimePicker } from './components/datetime/ADatetimePicker.vue';
2
+ import { AddToCachedArgs as AddToCachedArgs_2 } from '../../../../composables/system/defineCached';
2
3
  import { default as AFormTextarea } from './components/form/AFormTextarea.vue';
3
4
  import { default as AFormTextField } from './components/form/AFormTextField.vue';
4
5
  import { default as AImageWidgetMultiple } from './components/damImage/AImageWidgetMultiple.vue';
5
6
  import { AllowedComponentProps } from 'vue';
7
+ import { AnzuApiForbiddenError as AnzuApiForbiddenError_2 } from '../../model/error/AnzuApiForbiddenError';
8
+ import { AnzuApiResponseCodeError as AnzuApiResponseCodeError_2 } from '../../model/error/AnzuApiResponseCodeError';
9
+ import { AnzuApiValidationError as AnzuApiValidationError_2 } from '../../model/error/AnzuApiValidationError';
10
+ import { AnzuFatalError as AnzuFatalError_2 } from '../../model/error/AnzuFatalError';
6
11
  import { App } from 'vue';
7
12
  import { AxiosError } from 'axios';
8
13
  import { AxiosInstance } from 'axios';
9
14
  import { AxiosRequestConfig } from 'axios';
15
+ import { CachedItem as CachedItem_2 } from '../../../../composables/system/defineCached';
10
16
  import { CancelTokenSource } from 'axios';
17
+ import { CollabCachedUsersMap as CollabCachedUsersMap_2 } from '../../lib';
18
+ import { CollabFieldName as CollabFieldName_2 } from '../collab/types/Collab';
19
+ import { CollabRoom as CollabRoom_2 } from '../collab/types/Collab';
20
+ import { CollabUserIdNullable as CollabUserIdNullable_2 } from '../types/Collab';
11
21
  import { ComponentCustomProperties } from 'vue';
12
22
  import { ComponentCustomProps } from 'vue';
13
23
  import { ComponentInternalInstance } from 'vue';
@@ -17,20 +27,32 @@ import { ComponentProvideOptions } from 'vue';
17
27
  import { ComponentPublicInstance } from 'vue';
18
28
  import { ComputedRef } from 'vue';
19
29
  import { CreateComponentPublicInstanceWithMixins } from 'vue';
30
+ import { DamAssetTypeType as DamAssetTypeType_2 } from '../../lib';
31
+ import { DatetimeUTCNullable as DatetimeUTCNullable_2 } from '../../lib';
20
32
  import { DebuggerEvent } from 'vue';
21
33
  import { DeepReadonly } from 'vue';
22
34
  import { default as default_2 } from 'cropperjs';
23
35
  import { default as default_3 } from 'dayjs';
24
36
  import { DefineComponent } from 'vue';
37
+ import { DocId as DocId_2 } from '../../lib';
38
+ import { DocId as DocId_3 } from '../../types/common';
39
+ import { DocId as DocId_4 } from '../../../../lib';
40
+ import { DocIdNullable as DocIdNullable_2 } from '../../types/common';
41
+ import { FilterVariant as FilterVariant_2 } from '../../../lib';
25
42
  import { Fn } from '@vueuse/core';
26
43
  import { Fn as Fn_2 } from '@vueuse/shared';
27
44
  import { GlobalComponents } from 'vue';
28
45
  import { GlobalDirectives } from 'vue';
29
46
  import { I18n } from '../../vue-i18n/dist/vue-i18n.esm-bundler.js';
30
47
  import { InjectionKey } from 'vue';
48
+ import { InputFileChangeEvent } from '../../types/ChangeEvent';
49
+ import { IntegerId as IntegerId_2 } from '../../lib';
50
+ import { IntegerId as IntegerId_3 } from '../../types/common';
51
+ import { IntegerId as IntegerId_4 } from '../../../../lib';
31
52
  import { IntlDateTimeFormat } from '../../vue-i18n/dist/vue-i18n.esm-bundler.js';
32
53
  import { IntlNumberFormat } from '../../vue-i18n/dist/vue-i18n.esm-bundler.js';
33
54
  import { MaybeRef } from 'vue';
55
+ import { MediaExtServiceType as MediaExtServiceType_2 } from '../../types/MediaAware.ts';
34
56
  import { Method } from 'axios';
35
57
  import { nextTick } from 'vue';
36
58
  import { OnCleanup } from '@vue/reactivity';
@@ -49,6 +71,7 @@ import { ShallowRef } from 'vue';
49
71
  import { ShallowUnwrapRef } from 'vue';
50
72
  import { Slot } from 'vue';
51
73
  import { Socket } from 'socket.io-client';
74
+ import { SortableItemNewPositions } from './sortableUtils';
52
75
  import { StoreDefinition } from 'pinia';
53
76
  import { UnwrapRef } from 'vue';
54
77
  import { UseEventBusReturn } from '@vueuse/core';
@@ -241,10 +264,10 @@ disableDeleteDialog: boolean;
241
264
 
242
265
  declare const __VLS_component_19: DefineComponent<__VLS_Props_64, {
243
266
  refresh: () => void;
244
- addAfterId: (targetId: DocId | IntegerId | null, data: any, childrenAllowed: boolean) => SortableItemNewPositions;
245
- addChildToId: (targetId: DocId | IntegerId, data: any, childrenAllowed: boolean) => void;
246
- removeById: (id: DocId | IntegerId) => SortableItemNewPositions;
247
- updateData: (id: DocId | IntegerId, data: any, children: Array<SortableNestedItem> | undefined | null, position: number | null, dirty?: boolean | null, parent?: DocId | IntegerId | null | undefined) => void;
267
+ addAfterId: (targetId: DocId_2 | IntegerId_2 | null, data: any, childrenAllowed: boolean) => SortableItemNewPositions;
268
+ addChildToId: (targetId: DocId_2 | IntegerId_2, data: any, childrenAllowed: boolean) => void;
269
+ removeById: (id: DocId_2 | IntegerId_2) => SortableItemNewPositions;
270
+ updateData: (id: DocId_2 | IntegerId_2, data: any, children: Array<SortableNestedItem> | undefined | null, position: number | null, dirty?: boolean | null, parent?: DocId_2 | IntegerId_2 | null | undefined) => void;
248
271
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
249
272
  "update:modelValue": (data: SortableNested<any>) => any;
250
273
  onEnd: (data: SortableItemNewPositions) => any;
@@ -304,9 +327,9 @@ afterMetadataSaveSuccess: () => any;
304
327
  onAfterMetadataSaveSuccess?: (() => any) | undefined;
305
328
  }>, {
306
329
  collab: {
307
- room: CollabRoom;
308
- field: CollabFieldName;
309
- cachedUsers: CollabCachedUsersMap;
330
+ room: CollabRoom_2;
331
+ field: CollabFieldName_2;
332
+ cachedUsers: CollabCachedUsersMap_2;
310
333
  };
311
334
  image: ImageAware;
312
335
  width: number;
@@ -369,8 +392,8 @@ readonly accept?: string | undefined | undefined;
369
392
  readonly maxSizes?: Record<string, number> | undefined;
370
393
  readonly multiple?: boolean | undefined;
371
394
  readonly toolbarT?: string | undefined;
372
- readonly onChange?: ((event: InputFileChangeEvent) => any) | undefined;
373
395
  readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
396
+ readonly onChange?: ((event: InputFileChangeEvent) => any) | undefined;
374
397
  readonly onFilesInput?: ((files: File[]) => any) | undefined;
375
398
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
376
399
  $attrs: {
@@ -490,7 +513,7 @@ $slots: Readonly<{
490
513
  $root: ComponentPublicInstance | null;
491
514
  $parent: ComponentPublicInstance | null;
492
515
  $host: Element | null;
493
- $emit: ((event: "change", event: InputFileChangeEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "filesInput", files: File[]) => void);
516
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "change", event: InputFileChangeEvent) => void) & ((event: "filesInput", files: File[]) => void);
494
517
  $el: any;
495
518
  $options: ComponentOptionsBase<Readonly<{
496
519
  modelValue?: boolean;
@@ -501,8 +524,8 @@ maxSizes?: Record<string, number> | undefined;
501
524
  multiple?: boolean;
502
525
  toolbarT?: string;
503
526
  }> & Readonly<{
504
- onChange?: ((event: InputFileChangeEvent) => any) | undefined;
505
527
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
528
+ onChange?: ((event: InputFileChangeEvent) => any) | undefined;
506
529
  onFilesInput?: ((files: File[]) => any) | undefined;
507
530
  }>, {
508
531
  activate: () => void;
@@ -552,8 +575,8 @@ maxSizes?: Record<string, number> | undefined;
552
575
  multiple?: boolean;
553
576
  toolbarT?: string;
554
577
  }> & Readonly<{
555
- onChange?: ((event: InputFileChangeEvent) => any) | undefined;
556
578
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
579
+ onChange?: ((event: InputFileChangeEvent) => any) | undefined;
557
580
  onFilesInput?: ((files: File[]) => any) | undefined;
558
581
  }>, "activate" | ("accept" | "multiple" | "fileInputKey" | "maxSizes" | "toolbarT")> & ShallowUnwrapRef< {
559
582
  activate: () => void;
@@ -569,7 +592,7 @@ detailDialogMetadataComponent: CreateComponentPublicInstanceWithMixins<Readonly<
569
592
  modelValue: boolean;
570
593
  saving: boolean;
571
594
  loading: boolean;
572
- type: DamAssetTypeType | null;
595
+ type: DamAssetTypeType_2 | null;
573
596
  expand?: boolean;
574
597
  showDamAuthors?: boolean;
575
598
  }> & Readonly<{
@@ -596,7 +619,7 @@ Defaults: {};
596
619
  modelValue: boolean;
597
620
  saving: boolean;
598
621
  loading: boolean;
599
- type: DamAssetTypeType | null;
622
+ type: DamAssetTypeType_2 | null;
600
623
  expand?: boolean;
601
624
  showDamAuthors?: boolean;
602
625
  }> & Readonly<{
@@ -652,9 +675,9 @@ metadataConfirm: () => void;
652
675
  afterMetadataSaveSuccess: () => any;
653
676
  }, string, {
654
677
  collab: {
655
- room: CollabRoom;
656
- field: CollabFieldName;
657
- cachedUsers: CollabCachedUsersMap;
678
+ room: CollabRoom_2;
679
+ field: CollabFieldName_2;
680
+ cachedUsers: CollabCachedUsersMap_2;
658
681
  };
659
682
  image: ImageAware;
660
683
  width: number;
@@ -694,9 +717,9 @@ $nextTick: nextTick;
694
717
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
695
718
  } & Readonly<{
696
719
  collab: {
697
- room: CollabRoom;
698
- field: CollabFieldName;
699
- cachedUsers: CollabCachedUsersMap;
720
+ room: CollabRoom_2;
721
+ field: CollabFieldName_2;
722
+ cachedUsers: CollabCachedUsersMap_2;
700
723
  };
701
724
  image: ImageAware;
702
725
  width: number;
@@ -755,7 +778,7 @@ flags: {
755
778
  showSource: boolean;
756
779
  };
757
780
  dam: {
758
- damId: DocId;
781
+ damId: DocId_3;
759
782
  licenceId: IntegerId;
760
783
  regionPosition: number;
761
784
  };
@@ -779,9 +802,9 @@ onAfterMetadataSaveSuccess?: (() => any) | undefined;
779
802
  "onUpdate:media"?: ((value: IntegerIdNullable) => any) | undefined;
780
803
  }>, {
781
804
  collab: {
782
- room: CollabRoom;
783
- field: CollabFieldName;
784
- cachedUsers: CollabCachedUsersMap;
805
+ room: CollabRoom_2;
806
+ field: CollabFieldName_2;
807
+ cachedUsers: CollabCachedUsersMap_2;
785
808
  };
786
809
  width: number;
787
810
  height: number;
@@ -848,8 +871,8 @@ readonly accept?: string | undefined | undefined;
848
871
  readonly maxSizes?: Record<string, number> | undefined;
849
872
  readonly multiple?: boolean | undefined;
850
873
  readonly toolbarT?: string | undefined;
851
- readonly onChange?: ((event: InputFileChangeEvent) => any) | undefined;
852
874
  readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
875
+ readonly onChange?: ((event: InputFileChangeEvent) => any) | undefined;
853
876
  readonly onFilesInput?: ((files: File[]) => any) | undefined;
854
877
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
855
878
  $attrs: {
@@ -969,7 +992,7 @@ $slots: Readonly<{
969
992
  $root: ComponentPublicInstance | null;
970
993
  $parent: ComponentPublicInstance | null;
971
994
  $host: Element | null;
972
- $emit: ((event: "change", event: InputFileChangeEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "filesInput", files: File[]) => void);
995
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "change", event: InputFileChangeEvent) => void) & ((event: "filesInput", files: File[]) => void);
973
996
  $el: any;
974
997
  $options: ComponentOptionsBase<Readonly<{
975
998
  modelValue?: boolean;
@@ -980,8 +1003,8 @@ maxSizes?: Record<string, number> | undefined;
980
1003
  multiple?: boolean;
981
1004
  toolbarT?: string;
982
1005
  }> & Readonly<{
983
- onChange?: ((event: InputFileChangeEvent) => any) | undefined;
984
1006
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1007
+ onChange?: ((event: InputFileChangeEvent) => any) | undefined;
985
1008
  onFilesInput?: ((files: File[]) => any) | undefined;
986
1009
  }>, {
987
1010
  activate: () => void;
@@ -1031,8 +1054,8 @@ maxSizes?: Record<string, number> | undefined;
1031
1054
  multiple?: boolean;
1032
1055
  toolbarT?: string;
1033
1056
  }> & Readonly<{
1034
- onChange?: ((event: InputFileChangeEvent) => any) | undefined;
1035
1057
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1058
+ onChange?: ((event: InputFileChangeEvent) => any) | undefined;
1036
1059
  onFilesInput?: ((files: File[]) => any) | undefined;
1037
1060
  }>, "activate" | ("accept" | "multiple" | "fileInputKey" | "maxSizes" | "toolbarT")> & ShallowUnwrapRef< {
1038
1061
  activate: () => void;
@@ -1048,7 +1071,7 @@ detailDialogMetadataComponent: CreateComponentPublicInstanceWithMixins<Readonly<
1048
1071
  modelValue: boolean;
1049
1072
  saving: boolean;
1050
1073
  loading: boolean;
1051
- type: DamAssetTypeType | null;
1074
+ type: DamAssetTypeType_2 | null;
1052
1075
  expand?: boolean;
1053
1076
  showDamAuthors?: boolean;
1054
1077
  }> & Readonly<{
@@ -1075,7 +1098,7 @@ Defaults: {};
1075
1098
  modelValue: boolean;
1076
1099
  saving: boolean;
1077
1100
  loading: boolean;
1078
- type: DamAssetTypeType | null;
1101
+ type: DamAssetTypeType_2 | null;
1079
1102
  expand?: boolean;
1080
1103
  showDamAuthors?: boolean;
1081
1104
  }> & Readonly<{
@@ -1135,9 +1158,9 @@ metadataConfirm: () => void;
1135
1158
  afterMetadataSaveSuccess: () => any;
1136
1159
  }, string, {
1137
1160
  collab: {
1138
- room: CollabRoom;
1139
- field: CollabFieldName;
1140
- cachedUsers: CollabCachedUsersMap;
1161
+ room: CollabRoom_2;
1162
+ field: CollabFieldName_2;
1163
+ cachedUsers: CollabCachedUsersMap_2;
1141
1164
  };
1142
1165
  width: number;
1143
1166
  height: number;
@@ -1178,9 +1201,9 @@ $nextTick: nextTick;
1178
1201
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
1179
1202
  } & Readonly<{
1180
1203
  collab: {
1181
- room: CollabRoom;
1182
- field: CollabFieldName;
1183
- cachedUsers: CollabCachedUsersMap;
1204
+ room: CollabRoom_2;
1205
+ field: CollabFieldName_2;
1206
+ cachedUsers: CollabCachedUsersMap_2;
1184
1207
  };
1185
1208
  width: number;
1186
1209
  height: number;
@@ -1243,17 +1266,17 @@ flags: {
1243
1266
  showSource: boolean;
1244
1267
  };
1245
1268
  dam: {
1246
- damId: DocId;
1269
+ damId: DocId_3;
1247
1270
  licenceId: IntegerId;
1248
1271
  regionPosition: number;
1249
1272
  };
1250
1273
  position?: number | undefined;
1251
1274
  } | {
1252
1275
  id?: IntegerId | undefined;
1253
- extService: MediaExtServiceType;
1276
+ extService: MediaExtServiceType_2;
1254
1277
  dam: {
1255
- imageFileId: DocIdNullable;
1256
- assetId: DocIdNullable;
1278
+ imageFileId: DocIdNullable_2;
1279
+ assetId: DocIdNullable_2;
1257
1280
  licenceId: IntegerId;
1258
1281
  };
1259
1282
  } | null;
@@ -1323,9 +1346,9 @@ onFocus?: ((data: string | number | null | undefined) => any) | undefined;
1323
1346
  "onClick:append"?: ((data: string | number | null | undefined) => any) | undefined;
1324
1347
  }>, {
1325
1348
  collab: {
1326
- room: CollabRoom;
1327
- field: CollabFieldName;
1328
- cachedUsers: CollabCachedUsersMap;
1349
+ room: CollabRoom_2;
1350
+ field: CollabFieldName_2;
1351
+ cachedUsers: CollabCachedUsersMap_2;
1329
1352
  };
1330
1353
  disabled: boolean;
1331
1354
  required: boolean;
@@ -1346,9 +1369,9 @@ onBlur?: ((data: string | number | null) => any) | undefined;
1346
1369
  "onClick:append"?: ((data: string | number | null) => any) | undefined;
1347
1370
  }>, {
1348
1371
  collab: {
1349
- room: CollabRoom;
1350
- field: CollabFieldName;
1351
- cachedUsers: CollabCachedUsersMap;
1372
+ room: CollabRoom_2;
1373
+ field: CollabFieldName_2;
1374
+ cachedUsers: CollabCachedUsersMap_2;
1352
1375
  };
1353
1376
  disabled: boolean;
1354
1377
  label: string;
@@ -1376,9 +1399,9 @@ onSearchChange?: ((data: string) => any) | undefined;
1376
1399
  onSearchChangeDebounced?: ((data: string) => any) | undefined;
1377
1400
  }>, {
1378
1401
  collab: {
1379
- room: CollabRoom;
1380
- field: CollabFieldName;
1381
- cachedUsers: CollabCachedUsersMap;
1402
+ room: CollabRoom_2;
1403
+ field: CollabFieldName_2;
1404
+ cachedUsers: CollabCachedUsersMap_2;
1382
1405
  };
1383
1406
  disabled: boolean;
1384
1407
  loading: boolean;
@@ -1406,9 +1429,9 @@ onFocus?: ((data: boolean) => any) | undefined;
1406
1429
  "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
1407
1430
  }>, {
1408
1431
  collab: {
1409
- room: CollabRoom;
1410
- field: CollabFieldName;
1411
- cachedUsers: CollabCachedUsersMap;
1432
+ room: CollabRoom_2;
1433
+ field: CollabFieldName_2;
1434
+ cachedUsers: CollabCachedUsersMap_2;
1412
1435
  };
1413
1436
  disabled: boolean;
1414
1437
  label: string;
@@ -1426,9 +1449,9 @@ onFocus?: ((data: any) => any) | undefined;
1426
1449
  "onUpdate:modelValue"?: ((data: any) => any) | undefined;
1427
1450
  }>, {
1428
1451
  collab: {
1429
- room: CollabRoom;
1430
- field: CollabFieldName;
1431
- cachedUsers: CollabCachedUsersMap;
1452
+ room: CollabRoom_2;
1453
+ field: CollabFieldName_2;
1454
+ cachedUsers: CollabCachedUsersMap_2;
1432
1455
  };
1433
1456
  disabled: boolean;
1434
1457
  required: boolean;
@@ -2459,7 +2482,7 @@ declare function __VLS_template_21(): {
2459
2482
  showSource: boolean;
2460
2483
  };
2461
2484
  dam: {
2462
- damId: DocId;
2485
+ damId: DocId_3;
2463
2486
  licenceId: IntegerId;
2464
2487
  regionPosition: number;
2465
2488
  };
@@ -2512,8 +2535,8 @@ declare function __VLS_template_21(): {
2512
2535
  readonly maxSizes?: Record<string, number> | undefined;
2513
2536
  readonly multiple?: boolean | undefined;
2514
2537
  readonly toolbarT?: string | undefined;
2515
- readonly onChange?: ((event: InputFileChangeEvent) => any) | undefined;
2516
2538
  readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2539
+ readonly onChange?: ((event: InputFileChangeEvent) => any) | undefined;
2517
2540
  readonly onFilesInput?: ((files: File[]) => any) | undefined;
2518
2541
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
2519
2542
  $attrs: {
@@ -2633,7 +2656,7 @@ declare function __VLS_template_21(): {
2633
2656
  $root: ComponentPublicInstance | null;
2634
2657
  $parent: ComponentPublicInstance | null;
2635
2658
  $host: Element | null;
2636
- $emit: ((event: "change", event: InputFileChangeEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "filesInput", files: File[]) => void);
2659
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "change", event: InputFileChangeEvent) => void) & ((event: "filesInput", files: File[]) => void);
2637
2660
  $el: any;
2638
2661
  $options: ComponentOptionsBase<Readonly<{
2639
2662
  modelValue?: boolean;
@@ -2644,8 +2667,8 @@ declare function __VLS_template_21(): {
2644
2667
  multiple?: boolean;
2645
2668
  toolbarT?: string;
2646
2669
  }> & Readonly<{
2647
- onChange?: ((event: InputFileChangeEvent) => any) | undefined;
2648
2670
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2671
+ onChange?: ((event: InputFileChangeEvent) => any) | undefined;
2649
2672
  onFilesInput?: ((files: File[]) => any) | undefined;
2650
2673
  }>, {
2651
2674
  activate: () => void;
@@ -2695,8 +2718,8 @@ declare function __VLS_template_21(): {
2695
2718
  multiple?: boolean;
2696
2719
  toolbarT?: string;
2697
2720
  }> & Readonly<{
2698
- onChange?: ((event: InputFileChangeEvent) => any) | undefined;
2699
2721
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2722
+ onChange?: ((event: InputFileChangeEvent) => any) | undefined;
2700
2723
  onFilesInput?: ((files: File[]) => any) | undefined;
2701
2724
  }>, "activate" | ("accept" | "multiple" | "fileInputKey" | "maxSizes" | "toolbarT")> & ShallowUnwrapRef< {
2702
2725
  activate: () => void;
@@ -2712,7 +2735,7 @@ declare function __VLS_template_21(): {
2712
2735
  modelValue: boolean;
2713
2736
  saving: boolean;
2714
2737
  loading: boolean;
2715
- type: DamAssetTypeType | null;
2738
+ type: DamAssetTypeType_2 | null;
2716
2739
  expand?: boolean;
2717
2740
  showDamAuthors?: boolean;
2718
2741
  }> & Readonly<{
@@ -2739,7 +2762,7 @@ declare function __VLS_template_21(): {
2739
2762
  modelValue: boolean;
2740
2763
  saving: boolean;
2741
2764
  loading: boolean;
2742
- type: DamAssetTypeType | null;
2765
+ type: DamAssetTypeType_2 | null;
2743
2766
  expand?: boolean;
2744
2767
  showDamAuthors?: boolean;
2745
2768
  }> & Readonly<{
@@ -2795,9 +2818,9 @@ declare function __VLS_template_21(): {
2795
2818
  afterMetadataSaveSuccess: () => any;
2796
2819
  }, string, {
2797
2820
  collab: {
2798
- room: CollabRoom;
2799
- field: CollabFieldName;
2800
- cachedUsers: CollabCachedUsersMap;
2821
+ room: CollabRoom_2;
2822
+ field: CollabFieldName_2;
2823
+ cachedUsers: CollabCachedUsersMap_2;
2801
2824
  };
2802
2825
  image: ImageAware;
2803
2826
  width: number;
@@ -2837,9 +2860,9 @@ declare function __VLS_template_21(): {
2837
2860
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
2838
2861
  } & Readonly<{
2839
2862
  collab: {
2840
- room: CollabRoom;
2841
- field: CollabFieldName;
2842
- cachedUsers: CollabCachedUsersMap;
2863
+ room: CollabRoom_2;
2864
+ field: CollabFieldName_2;
2865
+ cachedUsers: CollabCachedUsersMap_2;
2843
2866
  };
2844
2867
  image: ImageAware;
2845
2868
  width: number;
@@ -2898,7 +2921,7 @@ declare function __VLS_template_21(): {
2898
2921
  showSource: boolean;
2899
2922
  };
2900
2923
  dam: {
2901
- damId: DocId;
2924
+ damId: DocId_3;
2902
2925
  licenceId: IntegerId;
2903
2926
  regionPosition: number;
2904
2927
  };
@@ -2925,17 +2948,17 @@ declare function __VLS_template_22(): {
2925
2948
  showSource: boolean;
2926
2949
  };
2927
2950
  dam: {
2928
- damId: DocId;
2951
+ damId: DocId_3;
2929
2952
  licenceId: IntegerId;
2930
2953
  regionPosition: number;
2931
2954
  };
2932
2955
  position?: number | undefined;
2933
2956
  } | {
2934
2957
  id?: IntegerId | undefined;
2935
- extService: MediaExtServiceType;
2958
+ extService: MediaExtServiceType_2;
2936
2959
  dam: {
2937
- imageFileId: DocIdNullable;
2938
- assetId: DocIdNullable;
2960
+ imageFileId: DocIdNullable_2;
2961
+ assetId: DocIdNullable_2;
2939
2962
  licenceId: IntegerId;
2940
2963
  };
2941
2964
  } | null;
@@ -2989,8 +3012,8 @@ declare function __VLS_template_22(): {
2989
3012
  readonly maxSizes?: Record<string, number> | undefined;
2990
3013
  readonly multiple?: boolean | undefined;
2991
3014
  readonly toolbarT?: string | undefined;
2992
- readonly onChange?: ((event: InputFileChangeEvent) => any) | undefined;
2993
3015
  readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
3016
+ readonly onChange?: ((event: InputFileChangeEvent) => any) | undefined;
2994
3017
  readonly onFilesInput?: ((files: File[]) => any) | undefined;
2995
3018
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
2996
3019
  $attrs: {
@@ -3110,7 +3133,7 @@ declare function __VLS_template_22(): {
3110
3133
  $root: ComponentPublicInstance | null;
3111
3134
  $parent: ComponentPublicInstance | null;
3112
3135
  $host: Element | null;
3113
- $emit: ((event: "change", event: InputFileChangeEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "filesInput", files: File[]) => void);
3136
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "change", event: InputFileChangeEvent) => void) & ((event: "filesInput", files: File[]) => void);
3114
3137
  $el: any;
3115
3138
  $options: ComponentOptionsBase<Readonly<{
3116
3139
  modelValue?: boolean;
@@ -3121,8 +3144,8 @@ declare function __VLS_template_22(): {
3121
3144
  multiple?: boolean;
3122
3145
  toolbarT?: string;
3123
3146
  }> & Readonly<{
3124
- onChange?: ((event: InputFileChangeEvent) => any) | undefined;
3125
3147
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
3148
+ onChange?: ((event: InputFileChangeEvent) => any) | undefined;
3126
3149
  onFilesInput?: ((files: File[]) => any) | undefined;
3127
3150
  }>, {
3128
3151
  activate: () => void;
@@ -3172,8 +3195,8 @@ declare function __VLS_template_22(): {
3172
3195
  multiple?: boolean;
3173
3196
  toolbarT?: string;
3174
3197
  }> & Readonly<{
3175
- onChange?: ((event: InputFileChangeEvent) => any) | undefined;
3176
3198
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
3199
+ onChange?: ((event: InputFileChangeEvent) => any) | undefined;
3177
3200
  onFilesInput?: ((files: File[]) => any) | undefined;
3178
3201
  }>, "activate" | ("accept" | "multiple" | "fileInputKey" | "maxSizes" | "toolbarT")> & ShallowUnwrapRef< {
3179
3202
  activate: () => void;
@@ -3189,7 +3212,7 @@ declare function __VLS_template_22(): {
3189
3212
  modelValue: boolean;
3190
3213
  saving: boolean;
3191
3214
  loading: boolean;
3192
- type: DamAssetTypeType | null;
3215
+ type: DamAssetTypeType_2 | null;
3193
3216
  expand?: boolean;
3194
3217
  showDamAuthors?: boolean;
3195
3218
  }> & Readonly<{
@@ -3216,7 +3239,7 @@ declare function __VLS_template_22(): {
3216
3239
  modelValue: boolean;
3217
3240
  saving: boolean;
3218
3241
  loading: boolean;
3219
- type: DamAssetTypeType | null;
3242
+ type: DamAssetTypeType_2 | null;
3220
3243
  expand?: boolean;
3221
3244
  showDamAuthors?: boolean;
3222
3245
  }> & Readonly<{
@@ -3276,9 +3299,9 @@ declare function __VLS_template_22(): {
3276
3299
  afterMetadataSaveSuccess: () => any;
3277
3300
  }, string, {
3278
3301
  collab: {
3279
- room: CollabRoom;
3280
- field: CollabFieldName;
3281
- cachedUsers: CollabCachedUsersMap;
3302
+ room: CollabRoom_2;
3303
+ field: CollabFieldName_2;
3304
+ cachedUsers: CollabCachedUsersMap_2;
3282
3305
  };
3283
3306
  width: number;
3284
3307
  height: number;
@@ -3319,9 +3342,9 @@ declare function __VLS_template_22(): {
3319
3342
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
3320
3343
  } & Readonly<{
3321
3344
  collab: {
3322
- room: CollabRoom;
3323
- field: CollabFieldName;
3324
- cachedUsers: CollabCachedUsersMap;
3345
+ room: CollabRoom_2;
3346
+ field: CollabFieldName_2;
3347
+ cachedUsers: CollabCachedUsersMap_2;
3325
3348
  };
3326
3349
  width: number;
3327
3350
  height: number;
@@ -3384,17 +3407,17 @@ declare function __VLS_template_22(): {
3384
3407
  showSource: boolean;
3385
3408
  };
3386
3409
  dam: {
3387
- damId: DocId;
3410
+ damId: DocId_3;
3388
3411
  licenceId: IntegerId;
3389
3412
  regionPosition: number;
3390
3413
  };
3391
3414
  position?: number | undefined;
3392
3415
  } | {
3393
3416
  id?: IntegerId | undefined;
3394
- extService: MediaExtServiceType;
3417
+ extService: MediaExtServiceType_2;
3395
3418
  dam: {
3396
- imageFileId: DocIdNullable;
3397
- assetId: DocIdNullable;
3419
+ imageFileId: DocIdNullable_2;
3420
+ assetId: DocIdNullable_2;
3398
3421
  licenceId: IntegerId;
3399
3422
  };
3400
3423
  } | null;
@@ -3410,7 +3433,7 @@ declare function __VLS_template_23(): {
3410
3433
  slots: {
3411
3434
  append?(_: {
3412
3435
  image: {
3413
- id?: IntegerId | undefined;
3436
+ id?: IntegerId_3 | undefined;
3414
3437
  texts: {
3415
3438
  description: string;
3416
3439
  source: string;
@@ -3419,20 +3442,20 @@ declare function __VLS_template_23(): {
3419
3442
  showSource: boolean;
3420
3443
  };
3421
3444
  dam: {
3422
- damId: DocId;
3423
- licenceId: IntegerId;
3445
+ damId: DocId_3;
3446
+ licenceId: IntegerId_3;
3424
3447
  regionPosition: number;
3425
3448
  };
3426
3449
  position?: number | undefined;
3427
3450
  } | {
3428
- id: IntegerId;
3451
+ id: IntegerId_3;
3429
3452
  texts: {
3430
3453
  description: string;
3431
3454
  source: string;
3432
3455
  };
3433
3456
  dam: {
3434
- damId: DocId;
3435
- licenceId: IntegerId;
3457
+ damId: DocId_3;
3458
+ licenceId: IntegerId_3;
3436
3459
  regionPosition: number;
3437
3460
  };
3438
3461
  flags: {
@@ -4046,11 +4069,11 @@ customOptions: DatatableOrderingOptions;
4046
4069
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
4047
4070
 
4048
4071
  export declare const ADatatablePagination: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4049
- change: () => any;
4050
4072
  "update:modelValue": (data: Pagination) => any;
4073
+ change: () => any;
4051
4074
  }, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{
4052
- onChange?: (() => any) | undefined;
4053
4075
  "onUpdate:modelValue"?: ((data: Pagination) => any) | undefined;
4076
+ onChange?: (() => any) | undefined;
4054
4077
  }>, {
4055
4078
  itemsPerPageOptions: number[];
4056
4079
  hideRecordsPerPage: boolean;
@@ -4179,11 +4202,11 @@ touched: boolean;
4179
4202
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
4180
4203
 
4181
4204
  export declare const AFilterValueObjectOptionsSelect: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4182
- change: () => any;
4183
4205
  "update:modelValue": (data: any) => any;
4206
+ change: () => any;
4184
4207
  }, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{
4185
- onChange?: (() => any) | undefined;
4186
4208
  "onUpdate:modelValue"?: ((data: any) => any) | undefined;
4209
+ onChange?: (() => any) | undefined;
4187
4210
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
4188
4211
 
4189
4212
  export declare const AFilterWrapper: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
@@ -6769,10 +6792,6 @@ export declare function initDamNotifications(): {
6769
6792
  damNotificationsInitialized: Ref<boolean, boolean>;
6770
6793
  };
6771
6794
 
6772
- declare interface InputFileChangeEvent extends Event {
6773
- target: HTMLInputElement & EventTarget;
6774
- }
6775
-
6776
6795
  /**
6777
6796
  * Integer ID.
6778
6797
  */
@@ -9450,13 +9469,6 @@ export declare interface SortableItemDataAware {
9450
9469
  position: number;
9451
9470
  }
9452
9471
 
9453
- declare interface SortableItemNewPosition {
9454
- id?: DocId | IntegerId;
9455
- position: number;
9456
- }
9457
-
9458
- declare type SortableItemNewPositions = Array<SortableItemNewPosition>;
9459
-
9460
9472
  export declare interface SortableItemWithParentDataAware {
9461
9473
  id: DocId | IntegerId;
9462
9474
  position: number;
@@ -9770,7 +9782,7 @@ export declare function useCollabRoom(room: CollabRoom, watchForNewUsers?: boole
9770
9782
  addCollabStartingListener: (callback: (startedCallback: (data: CollabRoomPlainData) => void) => void) => void;
9771
9783
  fetchRoomInfo: (room: CollabRoom) => Promise<CollabRoomInfo>;
9772
9784
  collabRoomInfo: ComputedRef<CollabRoomInfo>;
9773
- collabRoomLocks: ComputedRef<Map<string, CollabUserIdNullable>>;
9785
+ collabRoomLocks: ComputedRef<Map<string, CollabUserIdNullable_2>>;
9774
9786
  collabFieldDataBufferState: Reactive<Map<string, Map<string, unknown>>>;
9775
9787
  alertedOccupiedRooms: Ref<Set<string> & Omit<Set<string>, keyof Set<any>>, Set<string> | (Set<string> & Omit<Set<string>, keyof Set<any>>)>;
9776
9788
  unsubscribeJoinRequestListener: Ref<Fn | undefined, Fn | undefined>;
@@ -9794,7 +9806,7 @@ export declare function useCollabState(): {
9794
9806
  collabConnected: Ref<boolean, boolean>;
9795
9807
  collabSocket: Ref<Socket<CollabServerToClientEvents, CollabClientToServerEvents> | undefined, Socket<CollabServerToClientEvents, CollabClientToServerEvents> | undefined>;
9796
9808
  collabRoomInfoState: Reactive<Map<string, CollabRoomInfo>>;
9797
- collabFieldLocksState: Reactive<Map<string, Map<string, CollabUserIdNullable>>>;
9809
+ collabFieldLocksState: Reactive<Map<string, Map<string, CollabUserIdNullable_2>>>;
9798
9810
  collabFieldDataBufferState: Reactive<Map<string, Map<string, unknown>>>;
9799
9811
  gatherBufferData: (room: CollabRoom) => CollabRoomPlainData;
9800
9812
  };
@@ -9977,7 +9989,7 @@ export declare function useDamAssetLicenceFilter(): {
9977
9989
  field: string;
9978
9990
  multiple: boolean;
9979
9991
  clearable: boolean;
9980
- variant: FilterVariant;
9992
+ variant: FilterVariant_2;
9981
9993
  model: any;
9982
9994
  default: any;
9983
9995
  titleT?: string | undefined;
@@ -9990,7 +10002,7 @@ export declare function useDamAssetLicenceFilter(): {
9990
10002
  field: string;
9991
10003
  multiple: boolean;
9992
10004
  clearable: boolean;
9993
- variant: FilterVariant;
10005
+ variant: FilterVariant_2;
9994
10006
  model: any;
9995
10007
  default: any;
9996
10008
  titleT?: string | undefined;
@@ -10003,7 +10015,7 @@ export declare function useDamAssetLicenceFilter(): {
10003
10015
  field: string;
10004
10016
  multiple: boolean;
10005
10017
  clearable: boolean;
10006
- variant: FilterVariant;
10018
+ variant: FilterVariant_2;
10007
10019
  model: any;
10008
10020
  default: any;
10009
10021
  titleT?: string | undefined;
@@ -10043,11 +10055,11 @@ export declare function useDamAuthorType(): {
10043
10055
 
10044
10056
  export declare const useDamCachedUsers: () => {
10045
10057
  addManualToCachedUsers: (data: DamUser) => void;
10046
- addToCachedUsers: (...args: AddToCachedArgs<number>) => void;
10058
+ addToCachedUsers: (...args: AddToCachedArgs_2<number>) => void;
10047
10059
  fetchCachedUsers: () => Promisify_2<Promise<DamUser[]>>;
10048
- cachedUsers: Ref<Map<number, CachedItem<AnzuUserMinimal>>, Map<number, CachedItem<AnzuUserMinimal>>>;
10060
+ cachedUsers: Ref<Map<number, CachedItem_2<AnzuUserMinimal>>, Map<number, CachedItem_2<AnzuUserMinimal>>>;
10049
10061
  hasCachedUser: (id: number | null | undefined) => boolean;
10050
- getCachedUser: (id: number | null | undefined) => CachedItem<AnzuUserMinimal> | undefined;
10062
+ getCachedUser: (id: number | null | undefined) => CachedItem_2<AnzuUserMinimal> | undefined;
10051
10063
  isLoadedCachedUser: (id: number | null | undefined) => boolean;
10052
10064
  };
10053
10065
 
@@ -10181,10 +10193,10 @@ export declare function useDropzoneGlobalDragState(): {
10181
10193
  };
10182
10194
 
10183
10195
  export declare function useErrors(): {
10184
- isAnzuFatalError: (error: any) => error is AnzuFatalError;
10185
- isAnzuApiForbiddenError: (error: any) => error is AnzuApiForbiddenError;
10186
- isAnzuApiValidationError: (error: any) => error is AnzuApiValidationError;
10187
- isAnzuApiResponseCodeError: (error: any) => error is AnzuApiResponseCodeError;
10196
+ isAnzuFatalError: (error: any) => error is AnzuFatalError_2;
10197
+ isAnzuApiForbiddenError: (error: any) => error is AnzuApiForbiddenError_2;
10198
+ isAnzuApiValidationError: (error: any) => error is AnzuApiValidationError_2;
10199
+ isAnzuApiResponseCodeError: (error: any) => error is AnzuApiResponseCodeError_2;
10188
10200
  };
10189
10201
 
10190
10202
  export declare function useFilterHelpers(storeId?: string | undefined): {
@@ -10241,11 +10253,11 @@ export declare function useImageActions(config: ReturnType<typeof useCommonAdmin
10241
10253
 
10242
10254
  export declare const useImageStore: StoreDefinition<"commonImageStore", Pick<{
10243
10255
  images: Ref< {
10244
- damAuthors: DocId[];
10256
+ damAuthors: DocId_4[];
10245
10257
  showDamAuthors: boolean;
10246
- assetId: undefined | DocId;
10258
+ assetId: undefined | DocId_4;
10247
10259
  key: string;
10248
- id?: IntegerId | undefined;
10260
+ id?: IntegerId_4 | undefined;
10249
10261
  texts: {
10250
10262
  description: string;
10251
10263
  source: string;
@@ -10254,17 +10266,17 @@ flags: {
10254
10266
  showSource: boolean;
10255
10267
  };
10256
10268
  dam: {
10257
- damId: DocId;
10258
- licenceId: IntegerId;
10269
+ damId: DocId_4;
10270
+ licenceId: IntegerId_4;
10259
10271
  regionPosition: number;
10260
10272
  };
10261
10273
  position?: number | undefined;
10262
10274
  }[], ImageStoreItem[] | {
10263
- damAuthors: DocId[];
10275
+ damAuthors: DocId_4[];
10264
10276
  showDamAuthors: boolean;
10265
- assetId: undefined | DocId;
10277
+ assetId: undefined | DocId_4;
10266
10278
  key: string;
10267
- id?: IntegerId | undefined;
10279
+ id?: IntegerId_4 | undefined;
10268
10280
  texts: {
10269
10281
  description: string;
10270
10282
  source: string;
@@ -10273,8 +10285,8 @@ flags: {
10273
10285
  showSource: boolean;
10274
10286
  };
10275
10287
  dam: {
10276
- damId: DocId;
10277
- licenceId: IntegerId;
10288
+ damId: DocId_4;
10289
+ licenceId: IntegerId_4;
10278
10290
  regionPosition: number;
10279
10291
  };
10280
10292
  position?: number | undefined;
@@ -10287,11 +10299,11 @@ removeImageByIndex: (index: number) => void;
10287
10299
  reset: () => void;
10288
10300
  }, "images" | "maxPosition">, Pick<{
10289
10301
  images: Ref< {
10290
- damAuthors: DocId[];
10302
+ damAuthors: DocId_4[];
10291
10303
  showDamAuthors: boolean;
10292
- assetId: undefined | DocId;
10304
+ assetId: undefined | DocId_4;
10293
10305
  key: string;
10294
- id?: IntegerId | undefined;
10306
+ id?: IntegerId_4 | undefined;
10295
10307
  texts: {
10296
10308
  description: string;
10297
10309
  source: string;
@@ -10300,17 +10312,17 @@ flags: {
10300
10312
  showSource: boolean;
10301
10313
  };
10302
10314
  dam: {
10303
- damId: DocId;
10304
- licenceId: IntegerId;
10315
+ damId: DocId_4;
10316
+ licenceId: IntegerId_4;
10305
10317
  regionPosition: number;
10306
10318
  };
10307
10319
  position?: number | undefined;
10308
10320
  }[], ImageStoreItem[] | {
10309
- damAuthors: DocId[];
10321
+ damAuthors: DocId_4[];
10310
10322
  showDamAuthors: boolean;
10311
- assetId: undefined | DocId;
10323
+ assetId: undefined | DocId_4;
10312
10324
  key: string;
10313
- id?: IntegerId | undefined;
10325
+ id?: IntegerId_4 | undefined;
10314
10326
  texts: {
10315
10327
  description: string;
10316
10328
  source: string;
@@ -10319,8 +10331,8 @@ flags: {
10319
10331
  showSource: boolean;
10320
10332
  };
10321
10333
  dam: {
10322
- damId: DocId;
10323
- licenceId: IntegerId;
10334
+ damId: DocId_4;
10335
+ licenceId: IntegerId_4;
10324
10336
  regionPosition: number;
10325
10337
  };
10326
10338
  position?: number | undefined;
@@ -10333,11 +10345,11 @@ removeImageByIndex: (index: number) => void;
10333
10345
  reset: () => void;
10334
10346
  }, never>, Pick<{
10335
10347
  images: Ref< {
10336
- damAuthors: DocId[];
10348
+ damAuthors: DocId_4[];
10337
10349
  showDamAuthors: boolean;
10338
- assetId: undefined | DocId;
10350
+ assetId: undefined | DocId_4;
10339
10351
  key: string;
10340
- id?: IntegerId | undefined;
10352
+ id?: IntegerId_4 | undefined;
10341
10353
  texts: {
10342
10354
  description: string;
10343
10355
  source: string;
@@ -10346,17 +10358,17 @@ flags: {
10346
10358
  showSource: boolean;
10347
10359
  };
10348
10360
  dam: {
10349
- damId: DocId;
10350
- licenceId: IntegerId;
10361
+ damId: DocId_4;
10362
+ licenceId: IntegerId_4;
10351
10363
  regionPosition: number;
10352
10364
  };
10353
10365
  position?: number | undefined;
10354
10366
  }[], ImageStoreItem[] | {
10355
- damAuthors: DocId[];
10367
+ damAuthors: DocId_4[];
10356
10368
  showDamAuthors: boolean;
10357
- assetId: undefined | DocId;
10369
+ assetId: undefined | DocId_4;
10358
10370
  key: string;
10359
- id?: IntegerId | undefined;
10371
+ id?: IntegerId_4 | undefined;
10360
10372
  texts: {
10361
10373
  description: string;
10362
10374
  source: string;
@@ -10365,8 +10377,8 @@ flags: {
10365
10377
  showSource: boolean;
10366
10378
  };
10367
10379
  dam: {
10368
- damId: DocId;
10369
- licenceId: IntegerId;
10380
+ damId: DocId_4;
10381
+ licenceId: IntegerId_4;
10370
10382
  regionPosition: number;
10371
10383
  };
10372
10384
  position?: number | undefined;
@@ -10563,8 +10575,8 @@ export declare function useValidate(): {
10563
10575
  type: string;
10564
10576
  };
10565
10577
  };
10566
- datesCompare: (otherDate: Ref<DatetimeUTCNullable, DatetimeUTCNullable> | ComputedRef<DatetimeUTCNullable> | ShallowRef<DatetimeUTCNullable> | WritableComputedRef<DatetimeUTCNullable, DatetimeUTCNullable>, otherDateName: string, variant: "laterThan" | "onOrAfter" | "earlierThan" | "onOrBefore") => {
10567
- $validator: (value: DatetimeUTCNullable) => boolean;
10578
+ datesCompare: (otherDate: Ref<DatetimeUTCNullable_2, DatetimeUTCNullable_2> | ComputedRef<DatetimeUTCNullable_2> | ShallowRef<DatetimeUTCNullable_2> | WritableComputedRef<DatetimeUTCNullable_2, DatetimeUTCNullable_2>, otherDateName: string, variant: "laterThan" | "onOrAfter" | "earlierThan" | "onOrBefore") => {
10579
+ $validator: (value: DatetimeUTCNullable_2) => boolean;
10568
10580
  $params: {
10569
10581
  otherDateName: string;
10570
10582
  variant: "laterThan" | "onOrAfter" | "earlierThan" | "onOrBefore";