@anzusystems/common-admin 1.47.0-beta.52 → 1.47.0-beta.54

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,25 +1,37 @@
1
+ import { default as ADatetimePicker } from './components/datetime/ADatetimePicker.vue';
2
+ import { default as AFormTextarea } from './components/form/AFormTextarea.vue';
3
+ import { default as AFormTextField } from './components/form/AFormTextField.vue';
1
4
  import { AllowedComponentProps } from 'vue';
2
5
  import { App } from 'vue';
3
6
  import { AxiosError } from 'axios';
4
7
  import { AxiosInstance } from 'axios';
5
8
  import { AxiosRequestConfig } from 'axios';
6
9
  import { CancelTokenSource } from 'axios';
10
+ import { ComponentCustomProperties } from 'vue';
7
11
  import { ComponentCustomProps } from 'vue';
12
+ import { ComponentInternalInstance } from 'vue';
13
+ import { ComponentOptionsBase } from 'vue';
8
14
  import { ComponentOptionsMixin } from 'vue';
9
15
  import { ComponentProvideOptions } from 'vue';
16
+ import { ComponentPublicInstance } from 'vue';
10
17
  import { ComputedRef } from 'vue';
18
+ import { DebuggerEvent } from 'vue';
11
19
  import { DeepReadonly } from 'vue';
12
20
  import { default as default_2 } from 'cropperjs';
13
21
  import { default as default_3 } from 'dayjs';
14
22
  import { DefineComponent } from 'vue';
15
23
  import { Fn } from '@vueuse/core';
16
24
  import { Fn as Fn_2 } from '@vueuse/shared';
25
+ import { GlobalComponents } from 'vue';
26
+ import { GlobalDirectives } from 'vue';
17
27
  import { I18n } from '../../vue-i18n/dist/vue-i18n.esm-bundler.js';
18
28
  import { InjectionKey } from 'vue';
19
29
  import { IntlDateTimeFormat } from '../../vue-i18n/dist/vue-i18n.esm-bundler.js';
20
30
  import { IntlNumberFormat } from '../../vue-i18n/dist/vue-i18n.esm-bundler.js';
21
31
  import { MaybeRef } from 'vue';
22
32
  import { Method } from 'axios';
33
+ import { nextTick } from 'vue';
34
+ import { OnCleanup } from '@vue/reactivity';
23
35
  import { OpUnitType } from 'dayjs';
24
36
  import { Promisify } from '@vueuse/core';
25
37
  import { Promisify as Promisify_2 } from '@vueuse/shared';
@@ -35,6 +47,7 @@ import { RouteParams } from 'vue-router';
35
47
  import { Router } from 'vue-router';
36
48
  import { ShallowRef } from 'vue';
37
49
  import { ShallowUnwrapRef } from 'vue';
50
+ import { Slot } from 'vue';
38
51
  import { Socket } from 'socket.io-client';
39
52
  import { StoreDefinition } from 'pinia';
40
53
  import { UnwrapRef } from 'vue';
@@ -44,6 +57,8 @@ import { ValidationRuleWithoutParams } from '@vuelidate/core';
44
57
  import { ValidationRuleWithParams } from '@vuelidate/core';
45
58
  import { VNode } from 'vue';
46
59
  import { VNodeProps } from 'vue';
60
+ import { WatchOptions } from 'vue';
61
+ import { WatchStopHandle } from 'vue';
47
62
 
48
63
  declare const __VLS_component: DefineComponent< {
49
64
  loading?: boolean;
@@ -57,94 +72,6 @@ loading: boolean;
57
72
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
58
73
 
59
74
  declare const __VLS_component_10: DefineComponent< {
60
- modelValue: boolean;
61
- label?: string;
62
- dataCy?: string;
63
- hideLabel?: boolean;
64
- collab?: CollabComponentConfig;
65
- disabled?: boolean;
66
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
67
- blur: (data: boolean) => any;
68
- focus: (data: boolean) => any;
69
- "update:modelValue": (data: boolean) => any;
70
- }, string, PublicProps, Readonly<{
71
- modelValue: boolean;
72
- label?: string;
73
- dataCy?: string;
74
- hideLabel?: boolean;
75
- collab?: CollabComponentConfig;
76
- disabled?: boolean;
77
- }> & Readonly<{
78
- onBlur?: ((data: boolean) => any) | undefined;
79
- onFocus?: ((data: boolean) => any) | undefined;
80
- "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
81
- }>, {
82
- collab: {
83
- room: CollabRoom;
84
- field: CollabFieldName;
85
- cachedUsers: CollabCachedUsersMap;
86
- };
87
- disabled: boolean;
88
- dataCy: string;
89
- label: string;
90
- hideLabel: boolean;
91
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
92
-
93
- declare const __VLS_component_11: DefineComponent< {
94
- modelValue: any;
95
- items: any[];
96
- label?: string;
97
- errorMessage?: string;
98
- required?: boolean;
99
- v?: any;
100
- hideLabel?: boolean;
101
- multiple?: boolean;
102
- hideDetails?: boolean;
103
- clearable?: boolean;
104
- dataCy?: string;
105
- collab?: CollabComponentConfig;
106
- disabled?: boolean;
107
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
108
- blur: (data: any) => any;
109
- focus: (data: any) => any;
110
- "update:modelValue": (data: any) => any;
111
- }, string, PublicProps, Readonly<{
112
- modelValue: any;
113
- items: any[];
114
- label?: string;
115
- errorMessage?: string;
116
- required?: boolean;
117
- v?: any;
118
- hideLabel?: boolean;
119
- multiple?: boolean;
120
- hideDetails?: boolean;
121
- clearable?: boolean;
122
- dataCy?: string;
123
- collab?: CollabComponentConfig;
124
- disabled?: boolean;
125
- }> & Readonly<{
126
- onBlur?: ((data: any) => any) | undefined;
127
- onFocus?: ((data: any) => any) | undefined;
128
- "onUpdate:modelValue"?: ((data: any) => any) | undefined;
129
- }>, {
130
- required: boolean;
131
- collab: {
132
- room: CollabRoom;
133
- field: CollabFieldName;
134
- cachedUsers: CollabCachedUsersMap;
135
- };
136
- disabled: boolean;
137
- dataCy: string;
138
- label: string;
139
- errorMessage: string;
140
- v: any;
141
- hideLabel: boolean;
142
- hideDetails: boolean;
143
- clearable: boolean;
144
- multiple: boolean;
145
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
146
-
147
- declare const __VLS_component_12: DefineComponent< {
148
75
  enableAdvanced?: boolean;
149
76
  enableTop?: boolean;
150
77
  hideButtons?: boolean;
@@ -165,68 +92,13 @@ enableTop: boolean;
165
92
  hideButtons: boolean;
166
93
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
167
94
 
168
- declare const __VLS_component_13: DefineComponent< {
169
- modelValue: DatetimeUTC | null | undefined;
170
- type?: "datetime";
171
- label?: string;
172
- hideLabel?: boolean;
173
- clearable?: boolean;
174
- disabled?: boolean;
175
- hideDetails?: boolean;
176
- required?: boolean;
177
- hideSetToNow?: boolean;
178
- placeholder?: string;
179
- dataCy?: string;
180
- defaultValue?: DatetimeUTC | null | undefined;
181
- errorMessages?: string[];
182
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
183
- blur: () => any;
184
- focus: () => any;
185
- "update:modelValue": (data: string | null | undefined) => any;
186
- onOpen: () => any;
187
- onClose: () => any;
188
- }, string, PublicProps, Readonly<{
189
- modelValue: DatetimeUTC | null | undefined;
190
- type?: "datetime";
191
- label?: string;
192
- hideLabel?: boolean;
193
- clearable?: boolean;
194
- disabled?: boolean;
195
- hideDetails?: boolean;
196
- required?: boolean;
197
- hideSetToNow?: boolean;
198
- placeholder?: string;
199
- dataCy?: string;
200
- defaultValue?: DatetimeUTC | null | undefined;
201
- errorMessages?: string[];
202
- }> & Readonly<{
203
- onBlur?: (() => any) | undefined;
204
- onFocus?: (() => any) | undefined;
205
- "onUpdate:modelValue"?: ((data: string | null | undefined) => any) | undefined;
206
- onOnOpen?: (() => any) | undefined;
207
- onOnClose?: (() => any) | undefined;
208
- }>, {
209
- required: boolean;
210
- disabled: boolean;
211
- type: "datetime";
212
- placeholder: string;
213
- dataCy: string;
214
- label: string;
215
- hideLabel: boolean;
216
- errorMessages: string[];
217
- hideDetails: boolean;
218
- clearable: boolean;
219
- defaultValue: string | null;
220
- hideSetToNow: boolean;
221
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
222
-
223
- declare const __VLS_component_14: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
95
+ declare const __VLS_component_11: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
224
96
  onCancel: () => any;
225
97
  }, string, PublicProps, Readonly<{}> & Readonly<{
226
98
  onOnCancel?: (() => any) | undefined;
227
99
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
228
100
 
229
- declare const __VLS_component_15: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
101
+ declare const __VLS_component_12: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
230
102
  "update:modelValue": (modelValue: boolean) => any;
231
103
  } & {
232
104
  onError: (data: any) => any;
@@ -251,7 +123,7 @@ redirectRouteName: string;
251
123
  redirectParamName: string;
252
124
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
253
125
 
254
- declare const __VLS_component_16: DefineComponent< {
126
+ declare const __VLS_component_13: DefineComponent< {
255
127
  id?: null | undefined | IntegerId | DocId;
256
128
  title?: string;
257
129
  containerClass?: undefined | string;
@@ -299,7 +171,7 @@ fallbackIdText: boolean;
299
171
  wrapText: boolean;
300
172
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
301
173
 
302
- declare const __VLS_component_17: DefineComponent< {
174
+ declare const __VLS_component_14: DefineComponent< {
303
175
  value: number | string;
304
176
  notifyT?: string;
305
177
  tooltipT?: string;
@@ -315,7 +187,7 @@ tooltipT: string;
315
187
  notifyT: string;
316
188
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
317
189
 
318
- declare const __VLS_component_18: DefineComponent< {
190
+ declare const __VLS_component_15: DefineComponent< {
319
191
  buttonT?: string;
320
192
  buttonClass?: string;
321
193
  dataCy?: string;
@@ -354,7 +226,7 @@ buttonClass: string;
354
226
  disableMore: boolean;
355
227
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
356
228
 
357
- declare const __VLS_component_19: DefineComponent< {
229
+ declare const __VLS_component_16: DefineComponent< {
358
230
  job: JobBase;
359
231
  loading?: boolean;
360
232
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
@@ -364,24 +236,7 @@ loading?: boolean;
364
236
  loading: boolean;
365
237
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
366
238
 
367
- declare const __VLS_component_2: DefineComponent< {
368
- title?: string;
369
- value?: string | number | undefined | null;
370
- dataCy?: string | undefined;
371
- titleClass?: string | undefined;
372
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
373
- title?: string;
374
- value?: string | number | undefined | null;
375
- dataCy?: string | undefined;
376
- titleClass?: string | undefined;
377
- }> & Readonly<{}>, {
378
- value: string | number | null;
379
- title: string;
380
- dataCy: string;
381
- titleClass: string;
382
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
383
-
384
- declare const __VLS_component_20: DefineComponent< {
239
+ declare const __VLS_component_17: DefineComponent< {
385
240
  modelValue: SortablePropItem[] | any;
386
241
  dirty?: Set<DocId | IntegerId>;
387
242
  keyField?: string;
@@ -465,7 +320,7 @@ chipSize: string;
465
320
  disableDeleteDialog: boolean;
466
321
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
467
322
 
468
- declare const __VLS_component_21: DefineComponent< {
323
+ declare const __VLS_component_18: DefineComponent< {
469
324
  modelValue: SortableNested;
470
325
  maxDepth: number;
471
326
  disableDraggable?: boolean;
@@ -523,7 +378,7 @@ showEditButton: boolean;
523
378
  showAddChildButton: boolean;
524
379
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
525
380
 
526
- declare const __VLS_component_22: DefineComponent< {
381
+ declare const __VLS_component_19: DefineComponent< {
527
382
  modelValue: {
528
383
  [key: string]: any;
529
384
  };
@@ -553,7 +408,24 @@ validationScope: string | number | boolean | symbol;
553
408
  pinnedCount: number;
554
409
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
555
410
 
556
- declare const __VLS_component_23: DefineComponent< {
411
+ declare const __VLS_component_2: DefineComponent< {
412
+ title?: string;
413
+ value?: string | number | undefined | null;
414
+ dataCy?: string | undefined;
415
+ titleClass?: string | undefined;
416
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
417
+ title?: string;
418
+ value?: string | number | undefined | null;
419
+ dataCy?: string | undefined;
420
+ titleClass?: string | undefined;
421
+ }> & Readonly<{}>, {
422
+ value: string | number | null;
423
+ title: string;
424
+ dataCy: string;
425
+ titleClass: string;
426
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
427
+
428
+ declare const __VLS_component_20: DefineComponent< {
557
429
  modelValue: IntegerIdNullable;
558
430
  queueKey: UploadQueueKey;
559
431
  uploadLicence: IntegerId;
@@ -614,7 +486,7 @@ disableOnClickMenu: boolean;
614
486
  callDeleteApiOnRemove: boolean;
615
487
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
616
488
 
617
- declare const __VLS_component_24: DefineComponent< {
489
+ declare const __VLS_component_21: DefineComponent< {
618
490
  modelValue: IntegerIdNullable | undefined;
619
491
  image?: ImageAware | ImageCreateUpdateAware | undefined | null;
620
492
  configName?: string;
@@ -651,7 +523,7 @@ damWidth: number;
651
523
  damHeight: number;
652
524
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
653
525
 
654
- declare const __VLS_component_25: DefineComponent<__VLS_PublicProps_5, {
526
+ declare const __VLS_component_22: DefineComponent<__VLS_PublicProps_5, {
655
527
  open: () => void;
656
528
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
657
529
  "update:modelValue": (modelValue: boolean) => any;
@@ -689,132 +561,6 @@ subject: string;
689
561
  }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
690
562
 
691
563
  declare const __VLS_component_5: DefineComponent< {
692
- modelValue: string | number | null | undefined;
693
- label?: string;
694
- errorMessage?: string;
695
- required?: boolean;
696
- v?: any;
697
- prependIcon?: VuetifyIconValue;
698
- appendIcon?: VuetifyIconValue;
699
- dataCy?: string;
700
- hideLabel?: boolean;
701
- type?: string;
702
- step?: number;
703
- maxlength?: number | undefined;
704
- collab?: CollabComponentConfig;
705
- disabled?: boolean;
706
- placeholder?: undefined | string;
707
- persistentPlaceholder?: boolean;
708
- help?: string | undefined;
709
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
710
- blur: (data: string | number | null | undefined) => any;
711
- focus: (data: string | number | null | undefined) => any;
712
- "update:modelValue": (data: string | number | null | undefined) => any;
713
- "click:append": (data: string | number | null | undefined) => any;
714
- }, string, PublicProps, Readonly<{
715
- modelValue: string | number | null | undefined;
716
- label?: string;
717
- errorMessage?: string;
718
- required?: boolean;
719
- v?: any;
720
- prependIcon?: VuetifyIconValue;
721
- appendIcon?: VuetifyIconValue;
722
- dataCy?: string;
723
- hideLabel?: boolean;
724
- type?: string;
725
- step?: number;
726
- maxlength?: number | undefined;
727
- collab?: CollabComponentConfig;
728
- disabled?: boolean;
729
- placeholder?: undefined | string;
730
- persistentPlaceholder?: boolean;
731
- help?: string | undefined;
732
- }> & Readonly<{
733
- onBlur?: ((data: string | number | null | undefined) => any) | undefined;
734
- onFocus?: ((data: string | number | null | undefined) => any) | undefined;
735
- "onUpdate:modelValue"?: ((data: string | number | null | undefined) => any) | undefined;
736
- "onClick:append"?: ((data: string | number | null | undefined) => any) | undefined;
737
- }>, {
738
- required: boolean;
739
- collab: {
740
- room: CollabRoom;
741
- field: CollabFieldName;
742
- cachedUsers: CollabCachedUsersMap;
743
- };
744
- disabled: boolean;
745
- help: string;
746
- type: string;
747
- placeholder: string;
748
- dataCy: string;
749
- appendIcon: VuetifyIconValue;
750
- label: string;
751
- prependIcon: VuetifyIconValue;
752
- errorMessage: string;
753
- v: any;
754
- hideLabel: boolean;
755
- step: number;
756
- maxlength: number;
757
- persistentPlaceholder: boolean;
758
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
759
-
760
- declare const __VLS_component_6: DefineComponent< {
761
- modelValue: string | null | undefined;
762
- label?: string | undefined;
763
- errorMessage?: string | undefined;
764
- required?: boolean | undefined;
765
- v?: any;
766
- prependIcon?: VuetifyIconValue | undefined;
767
- appendIcon?: VuetifyIconValue | undefined;
768
- dataCy?: string | undefined;
769
- hideLabel?: boolean;
770
- rows?: number;
771
- collab?: CollabComponentConfig | undefined;
772
- disabled?: boolean | undefined;
773
- help?: string | undefined;
774
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
775
- blur: (data: string | null | undefined) => any;
776
- focus: (data: string | null | undefined) => any;
777
- "update:modelValue": (data: string | null | undefined) => any;
778
- "click:append": (data: string | null) => any;
779
- }, string, PublicProps, Readonly<{
780
- modelValue: string | null | undefined;
781
- label?: string | undefined;
782
- errorMessage?: string | undefined;
783
- required?: boolean | undefined;
784
- v?: any;
785
- prependIcon?: VuetifyIconValue | undefined;
786
- appendIcon?: VuetifyIconValue | undefined;
787
- dataCy?: string | undefined;
788
- hideLabel?: boolean;
789
- rows?: number;
790
- collab?: CollabComponentConfig | undefined;
791
- disabled?: boolean | undefined;
792
- help?: string | undefined;
793
- }> & Readonly<{
794
- onBlur?: ((data: string | null | undefined) => any) | undefined;
795
- onFocus?: ((data: string | null | undefined) => any) | undefined;
796
- "onUpdate:modelValue"?: ((data: string | null | undefined) => any) | undefined;
797
- "onClick:append"?: ((data: string | null) => any) | undefined;
798
- }>, {
799
- required: boolean;
800
- collab: {
801
- room: CollabRoom;
802
- field: CollabFieldName;
803
- cachedUsers: CollabCachedUsersMap;
804
- };
805
- disabled: boolean;
806
- help: string;
807
- dataCy: string;
808
- appendIcon: string;
809
- label: string;
810
- prependIcon: string;
811
- errorMessage: string;
812
- v: any;
813
- hideLabel: boolean;
814
- rows: number;
815
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
816
-
817
- declare const __VLS_component_7: DefineComponent< {
818
564
  modelValue: DatetimeUTCNullable | undefined;
819
565
  label?: string;
820
566
  errorMessage?: string;
@@ -859,7 +605,7 @@ v: any;
859
605
  clearable: boolean;
860
606
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
861
607
 
862
- declare const __VLS_component_8: DefineComponent< {
608
+ declare const __VLS_component_6: DefineComponent< {
863
609
  modelValue: DatetimeUTCNullable | undefined;
864
610
  label?: string;
865
611
  errorMessage?: string;
@@ -902,7 +648,7 @@ clearable: boolean;
902
648
  defaultActivationValue: DatetimeUTCNullable | "now" | (() => DatetimeUTCNullable);
903
649
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
904
650
 
905
- declare const __VLS_component_9: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
651
+ declare const __VLS_component_7: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
906
652
  "update:modelValue": (modelValue: any) => any;
907
653
  "update:selected": (selected: any) => any;
908
654
  } & {
@@ -939,19 +685,107 @@ disableInitFetch: boolean;
939
685
  chips: boolean;
940
686
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
941
687
 
942
- declare type __VLS_Prettify<T> = {
688
+ declare const __VLS_component_8: DefineComponent< {
689
+ modelValue: boolean;
690
+ label?: string;
691
+ dataCy?: string;
692
+ hideLabel?: boolean;
693
+ collab?: CollabComponentConfig;
694
+ disabled?: boolean;
695
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
696
+ blur: (data: boolean) => any;
697
+ focus: (data: boolean) => any;
698
+ "update:modelValue": (data: boolean) => any;
699
+ }, string, PublicProps, Readonly<{
700
+ modelValue: boolean;
701
+ label?: string;
702
+ dataCy?: string;
703
+ hideLabel?: boolean;
704
+ collab?: CollabComponentConfig;
705
+ disabled?: boolean;
706
+ }> & Readonly<{
707
+ onBlur?: ((data: boolean) => any) | undefined;
708
+ onFocus?: ((data: boolean) => any) | undefined;
709
+ "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
710
+ }>, {
711
+ collab: {
712
+ room: CollabRoom;
713
+ field: CollabFieldName;
714
+ cachedUsers: CollabCachedUsersMap;
715
+ };
716
+ disabled: boolean;
717
+ dataCy: string;
718
+ label: string;
719
+ hideLabel: boolean;
720
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
721
+
722
+ declare const __VLS_component_9: DefineComponent< {
723
+ modelValue: any;
724
+ items: any[];
725
+ label?: string;
726
+ errorMessage?: string;
727
+ required?: boolean;
728
+ v?: any;
729
+ hideLabel?: boolean;
730
+ multiple?: boolean;
731
+ hideDetails?: boolean;
732
+ clearable?: boolean;
733
+ dataCy?: string;
734
+ collab?: CollabComponentConfig;
735
+ disabled?: boolean;
736
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
737
+ blur: (data: any) => any;
738
+ focus: (data: any) => any;
739
+ "update:modelValue": (data: any) => any;
740
+ }, string, PublicProps, Readonly<{
741
+ modelValue: any;
742
+ items: any[];
743
+ label?: string;
744
+ errorMessage?: string;
745
+ required?: boolean;
746
+ v?: any;
747
+ hideLabel?: boolean;
748
+ multiple?: boolean;
749
+ hideDetails?: boolean;
750
+ clearable?: boolean;
751
+ dataCy?: string;
752
+ collab?: CollabComponentConfig;
753
+ disabled?: boolean;
754
+ }> & Readonly<{
755
+ onBlur?: ((data: any) => any) | undefined;
756
+ onFocus?: ((data: any) => any) | undefined;
757
+ "onUpdate:modelValue"?: ((data: any) => any) | undefined;
758
+ }>, {
759
+ required: boolean;
760
+ collab: {
761
+ room: CollabRoom;
762
+ field: CollabFieldName;
763
+ cachedUsers: CollabCachedUsersMap;
764
+ };
765
+ disabled: boolean;
766
+ dataCy: string;
767
+ label: string;
768
+ errorMessage: string;
769
+ v: any;
770
+ hideLabel: boolean;
771
+ hideDetails: boolean;
772
+ clearable: boolean;
773
+ multiple: boolean;
774
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
775
+
776
+ declare type __VLS_PrettifyLocal<T> = {
943
777
  [K in keyof T]: T[K];
944
778
  } & {};
945
779
 
946
- declare type __VLS_Prettify_2<T> = {
780
+ declare type __VLS_PrettifyLocal_2<T> = {
947
781
  [K in keyof T]: T[K];
948
782
  } & {};
949
783
 
950
- declare type __VLS_Prettify_3<T> = {
784
+ declare type __VLS_PrettifyLocal_3<T> = {
951
785
  [K in keyof T]: T[K];
952
786
  } & {};
953
787
 
954
- declare type __VLS_Prettify_4<T> = {
788
+ declare type __VLS_PrettifyLocal_4<T> = {
955
789
  [K in keyof T]: T[K];
956
790
  } & {};
957
791
 
@@ -985,206 +819,481 @@ declare type __VLS_PublicProps_7 = {
985
819
  } & typeof __VLS_typeProps_6;
986
820
 
987
821
  declare function __VLS_template(): {
988
- default?(_: {}): any;
822
+ slots: {
823
+ default?(_: {}): any;
824
+ };
825
+ refs: {};
826
+ attrs: Partial<{}>;
989
827
  };
990
828
 
991
829
  declare function __VLS_template_10(): {
992
- locked?(_: {
993
- userId: number;
994
- }): any;
830
+ slots: {
831
+ top?(_: {}): any;
832
+ default?(_: {}): any;
833
+ advanced?(_: {}): any;
834
+ buttons?(_: {}): any;
835
+ };
836
+ refs: {};
837
+ attrs: Partial<{}>;
995
838
  };
996
839
 
997
840
  declare function __VLS_template_11(): {
998
- locked?(_: {
999
- userId: number;
1000
- }): any;
841
+ slots: {
842
+ default?(_: {}): any;
843
+ };
844
+ refs: {};
845
+ attrs: Partial<{}>;
1001
846
  };
1002
847
 
1003
848
  declare function __VLS_template_12(): {
1004
- top?(_: {}): any;
1005
- default?(_: {}): any;
1006
- advanced?(_: {}): any;
1007
- buttons?(_: {}): any;
849
+ slots: {
850
+ "button-title"?(_: {}): any;
851
+ title?(_: {}): any;
852
+ content?(_: {}): any;
853
+ "button-confirm-title"?(_: {}): any;
854
+ };
855
+ refs: {};
856
+ attrs: Partial<{}>;
1008
857
  };
1009
858
 
1010
859
  declare function __VLS_template_13(): {
1011
- "append-inner"?(_: {}): any;
860
+ slots: {
861
+ empty?(_: {}): any;
862
+ };
863
+ refs: {};
864
+ attrs: Partial<{}>;
1012
865
  };
1013
866
 
1014
867
  declare function __VLS_template_14(): {
1015
- default?(_: {}): any;
868
+ slots: {
869
+ activator?(_: {
870
+ props: {
871
+ onClick: (e: Event) => void;
872
+ disabled: boolean;
873
+ };
874
+ }): any;
875
+ };
876
+ refs: {};
877
+ attrs: Partial<{}>;
1016
878
  };
1017
879
 
1018
880
  declare function __VLS_template_15(): {
1019
- "button-title"?(_: {}): any;
1020
- title?(_: {}): any;
1021
- content?(_: {}): any;
1022
- "button-confirm-title"?(_: {}): any;
881
+ slots: {
882
+ "button-content"?(_: {}): any;
883
+ "button-content"?(_: {}): any;
884
+ default?(_: {}): any;
885
+ };
886
+ refs: {};
887
+ attrs: Partial<{}>;
1023
888
  };
1024
889
 
1025
890
  declare function __VLS_template_16(): {
1026
- empty?(_: {}): any;
891
+ slots: {
892
+ "resource-name"?(_: {}): any;
893
+ };
894
+ refs: {};
895
+ attrs: Partial<{}>;
1027
896
  };
1028
897
 
1029
898
  declare function __VLS_template_17(): {
1030
- activator?(_: {
1031
- props: {
1032
- onClick: (e: Event) => void;
1033
- disabled: boolean;
1034
- };
1035
- }): any;
899
+ slots: {
900
+ item?(_: {
901
+ item: SortableItem<any>;
902
+ }): any;
903
+ item?(_: {
904
+ item: SortableItem<any>;
905
+ }): any;
906
+ itemBefore?(_: {
907
+ item: SortableItem<any>;
908
+ }): any;
909
+ buttons?(_: {
910
+ item: SortableItem<any>;
911
+ }): any;
912
+ itemAfter?(_: {
913
+ item: SortableItem<any>;
914
+ }): any;
915
+ "add-last-activator"?(_: {
916
+ props: {
917
+ onClick: () => void;
918
+ };
919
+ }): any;
920
+ };
921
+ refs: {};
922
+ attrs: Partial<{}>;
1036
923
  };
1037
924
 
1038
925
  declare function __VLS_template_18(): {
1039
- "button-content"?(_: {}): any;
1040
- "button-content"?(_: {}): any;
1041
- default?(_: {}): any;
926
+ slots: {
927
+ item?(_: {
928
+ item: any;
929
+ }): any;
930
+ buttons?(_: {
931
+ item: any;
932
+ }): any;
933
+ };
934
+ refs: {};
935
+ attrs: Partial<{}>;
1042
936
  };
1043
937
 
1044
938
  declare function __VLS_template_19(): {
1045
- "resource-name"?(_: {}): any;
939
+ slots: {
940
+ "before-pinned"?(_: {}): any;
941
+ "after-pinned"?(_: {}): any;
942
+ };
943
+ refs: {};
944
+ attrs: Partial<{}>;
1046
945
  };
1047
946
 
1048
947
  declare function __VLS_template_2(): {
1049
- default?(_: {}): any;
948
+ slots: {
949
+ default?(_: {}): any;
950
+ };
951
+ refs: {};
952
+ attrs: Partial<{}>;
1050
953
  };
1051
954
 
1052
955
  declare function __VLS_template_20(): {
1053
- item?(_: {
1054
- item: SortableItem<any>;
1055
- }): any;
1056
- item?(_: {
1057
- item: SortableItem<any>;
1058
- }): any;
1059
- itemBefore?(_: {
1060
- item: SortableItem<any>;
1061
- }): any;
1062
- buttons?(_: {
1063
- item: SortableItem<any>;
1064
- }): any;
1065
- itemAfter?(_: {
1066
- item: SortableItem<any>;
1067
- }): any;
1068
- "add-last-activator"?(_: {
1069
- props: {
1070
- onClick: () => void;
1071
- };
1072
- }): any;
956
+ slots: {
957
+ append?(_: {
958
+ image: {
959
+ id?: IntegerId | undefined;
960
+ texts: {
961
+ description: string;
962
+ source: string;
963
+ };
964
+ position?: number | undefined;
965
+ dam: {
966
+ damId: DocId;
967
+ licenceId: IntegerId;
968
+ regionPosition: number;
969
+ };
970
+ } | null;
971
+ }): any;
972
+ };
973
+ refs: {
974
+ innerComponent: ({
975
+ $: ComponentInternalInstance;
976
+ $data: {};
977
+ $props: {
978
+ readonly modelValue: IntegerIdNullable;
979
+ readonly queueKey: UploadQueueKey;
980
+ readonly uploadLicence: IntegerId;
981
+ readonly selectLicences: IntegerId[];
982
+ readonly image?: ImageAware | undefined;
983
+ readonly configName?: string | undefined;
984
+ readonly collab?: CollabComponentConfig;
985
+ readonly label?: string | undefined;
986
+ readonly required?: boolean | undefined;
987
+ readonly readonly?: boolean | undefined;
988
+ readonly dataCy?: string | undefined;
989
+ readonly expandOptions?: boolean | undefined;
990
+ readonly expandMetadata?: boolean | undefined;
991
+ readonly disableOnClickMenu?: boolean | undefined;
992
+ readonly width?: number | undefined;
993
+ readonly callDeleteApiOnRemove?: boolean | undefined;
994
+ readonly "onUpdate:modelValue"?: ((modelValue: IntegerIdNullable) => any) | undefined;
995
+ readonly onAfterMetadataSaveSuccess?: (() => any) | undefined;
996
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
997
+ $attrs: {
998
+ [x: string]: unknown;
999
+ };
1000
+ $refs: {
1001
+ [x: string]: unknown;
1002
+ };
1003
+ $slots: Readonly<{
1004
+ [name: string]: Slot<any> | undefined;
1005
+ }>;
1006
+ $root: ComponentPublicInstance | null;
1007
+ $parent: ComponentPublicInstance | null;
1008
+ $host: Element | null;
1009
+ $emit: ((event: "update:modelValue", modelValue: IntegerIdNullable) => void) & ((event: "afterMetadataSaveSuccess") => void);
1010
+ $el: any;
1011
+ $options: ComponentOptionsBase<Readonly<{
1012
+ modelValue: IntegerIdNullable;
1013
+ } & {
1014
+ queueKey: UploadQueueKey;
1015
+ uploadLicence: IntegerId;
1016
+ selectLicences: IntegerId[];
1017
+ image?: ImageAware | undefined;
1018
+ configName?: string;
1019
+ collab?: CollabComponentConfig;
1020
+ label?: string | undefined;
1021
+ required?: boolean;
1022
+ readonly?: boolean;
1023
+ dataCy?: string | undefined;
1024
+ expandOptions?: boolean;
1025
+ expandMetadata?: boolean;
1026
+ disableOnClickMenu?: boolean;
1027
+ width?: number | undefined;
1028
+ callDeleteApiOnRemove?: boolean;
1029
+ }> & Readonly<{
1030
+ "onUpdate:modelValue"?: ((modelValue: IntegerIdNullable) => any) | undefined;
1031
+ onAfterMetadataSaveSuccess?: (() => any) | undefined;
1032
+ }>, {
1033
+ metadataConfirm: () => void;
1034
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1035
+ "update:modelValue": (modelValue: IntegerIdNullable) => any;
1036
+ } & {
1037
+ afterMetadataSaveSuccess: () => any;
1038
+ }, string, {
1039
+ required: boolean;
1040
+ collab: {
1041
+ room: CollabRoom;
1042
+ field: CollabFieldName;
1043
+ cachedUsers: CollabCachedUsersMap;
1044
+ };
1045
+ image: ImageAware;
1046
+ width: number;
1047
+ dataCy: string;
1048
+ label: string;
1049
+ readonly: boolean;
1050
+ configName: string;
1051
+ expandOptions: boolean;
1052
+ expandMetadata: boolean;
1053
+ disableOnClickMenu: boolean;
1054
+ callDeleteApiOnRemove: boolean;
1055
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
1056
+ beforeCreate?: (() => void) | (() => void)[];
1057
+ created?: (() => void) | (() => void)[];
1058
+ beforeMount?: (() => void) | (() => void)[];
1059
+ mounted?: (() => void) | (() => void)[];
1060
+ beforeUpdate?: (() => void) | (() => void)[];
1061
+ updated?: (() => void) | (() => void)[];
1062
+ activated?: (() => void) | (() => void)[];
1063
+ deactivated?: (() => void) | (() => void)[];
1064
+ beforeDestroy?: (() => void) | (() => void)[];
1065
+ beforeUnmount?: (() => void) | (() => void)[];
1066
+ destroyed?: (() => void) | (() => void)[];
1067
+ unmounted?: (() => void) | (() => void)[];
1068
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
1069
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
1070
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
1071
+ };
1072
+ $forceUpdate: () => void;
1073
+ $nextTick: nextTick;
1074
+ $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;
1075
+ } & Readonly<{
1076
+ required: boolean;
1077
+ collab: {
1078
+ room: CollabRoom;
1079
+ field: CollabFieldName;
1080
+ cachedUsers: CollabCachedUsersMap;
1081
+ };
1082
+ image: ImageAware;
1083
+ width: number;
1084
+ dataCy: string;
1085
+ label: string;
1086
+ readonly: boolean;
1087
+ configName: string;
1088
+ expandOptions: boolean;
1089
+ expandMetadata: boolean;
1090
+ disableOnClickMenu: boolean;
1091
+ callDeleteApiOnRemove: boolean;
1092
+ }> & Omit<Readonly<{
1093
+ modelValue: IntegerIdNullable;
1094
+ } & {
1095
+ queueKey: UploadQueueKey;
1096
+ uploadLicence: IntegerId;
1097
+ selectLicences: IntegerId[];
1098
+ image?: ImageAware | undefined;
1099
+ configName?: string;
1100
+ collab?: CollabComponentConfig;
1101
+ label?: string | undefined;
1102
+ required?: boolean;
1103
+ readonly?: boolean;
1104
+ dataCy?: string | undefined;
1105
+ expandOptions?: boolean;
1106
+ expandMetadata?: boolean;
1107
+ disableOnClickMenu?: boolean;
1108
+ width?: number | undefined;
1109
+ callDeleteApiOnRemove?: boolean;
1110
+ }> & Readonly<{
1111
+ "onUpdate:modelValue"?: ((modelValue: IntegerIdNullable) => any) | undefined;
1112
+ onAfterMetadataSaveSuccess?: (() => any) | undefined;
1113
+ }>, "metadataConfirm" | ("required" | "collab" | "image" | "width" | "dataCy" | "label" | "readonly" | "configName" | "expandOptions" | "expandMetadata" | "disableOnClickMenu" | "callDeleteApiOnRemove")> & ShallowUnwrapRef< {
1114
+ metadataConfirm: () => void;
1115
+ }> & {} & ComponentCustomProperties & {} & {
1116
+ $slots: {
1117
+ append?(_: {
1118
+ image: {
1119
+ id?: IntegerId | undefined;
1120
+ texts: {
1121
+ description: string;
1122
+ source: string;
1123
+ };
1124
+ position?: number | undefined;
1125
+ dam: {
1126
+ damId: DocId;
1127
+ licenceId: IntegerId;
1128
+ regionPosition: number;
1129
+ };
1130
+ } | null;
1131
+ }): any;
1132
+ };
1133
+ }) | null;
1134
+ };
1135
+ attrs: Partial<{}>;
1073
1136
  };
1074
1137
 
1075
1138
  declare function __VLS_template_21(): {
1076
- item?(_: {
1077
- item: any;
1078
- }): any;
1079
- buttons?(_: {
1080
- item: any;
1081
- }): any;
1139
+ slots: {
1140
+ append?(_: {
1141
+ image: {
1142
+ id: IntegerId;
1143
+ texts: {
1144
+ description: string;
1145
+ source: string;
1146
+ };
1147
+ dam: {
1148
+ damId: DocId;
1149
+ licenceId: IntegerId;
1150
+ regionPosition: number;
1151
+ };
1152
+ position?: number | undefined;
1153
+ } | {
1154
+ id?: IntegerId | undefined;
1155
+ texts: {
1156
+ description: string;
1157
+ source: string;
1158
+ };
1159
+ position?: number | undefined;
1160
+ dam: {
1161
+ damId: DocId;
1162
+ licenceId: IntegerId;
1163
+ regionPosition: number;
1164
+ };
1165
+ } | null;
1166
+ }): any;
1167
+ };
1168
+ refs: {};
1169
+ attrs: Partial<{}>;
1082
1170
  };
1083
1171
 
1084
1172
  declare function __VLS_template_22(): {
1085
- "before-pinned"?(_: {}): any;
1086
- "after-pinned"?(_: {}): any;
1087
- };
1088
-
1089
- declare function __VLS_template_23(): {
1090
- append?(_: {
1091
- image: {
1092
- id?: IntegerId | undefined;
1093
- texts: {
1094
- description: string;
1095
- source: string;
1096
- };
1097
- position?: number | undefined;
1098
- dam: {
1099
- damId: DocId;
1100
- licenceId: IntegerId;
1101
- regionPosition: number;
1102
- };
1103
- } | null;
1104
- }): any;
1105
- };
1106
-
1107
- declare function __VLS_template_24(): {
1108
- append?(_: {
1109
- image: {
1110
- id: IntegerId;
1111
- texts: {
1112
- description: string;
1113
- source: string;
1114
- };
1115
- dam: {
1116
- damId: DocId;
1117
- licenceId: IntegerId;
1118
- regionPosition: number;
1119
- };
1120
- position?: number | undefined;
1121
- } | {
1122
- id?: IntegerId | undefined;
1123
- texts: {
1124
- description: string;
1125
- source: string;
1126
- };
1127
- position?: number | undefined;
1128
- dam: {
1129
- damId: DocId;
1130
- licenceId: IntegerId;
1131
- regionPosition: number;
1173
+ slots: {
1174
+ activator?(_: {
1175
+ props: {
1176
+ onClick: () => void;
1132
1177
  };
1133
- } | null;
1134
- }): any;
1135
- };
1136
-
1137
- declare function __VLS_template_25(): {
1138
- activator?(_: {
1139
- props: {
1140
- onClick: () => void;
1141
- };
1142
- }): any;
1143
- title?(_: {}): any;
1144
- "button-confirm-title"?(_: {}): any;
1145
- "button-confirm-title"?(_: {}): any;
1178
+ }): any;
1179
+ title?(_: {}): any;
1180
+ "button-confirm-title"?(_: {}): any;
1181
+ "button-confirm-title"?(_: {}): any;
1182
+ };
1183
+ refs: {};
1184
+ attrs: Partial<{}>;
1146
1185
  };
1147
1186
 
1148
1187
  declare function __VLS_template_3(): {
1149
- default?(_: {}): any;
1188
+ slots: {
1189
+ default?(_: {}): any;
1190
+ };
1191
+ refs: {};
1192
+ attrs: Partial<{}>;
1150
1193
  };
1151
1194
 
1152
1195
  declare function __VLS_template_4(): {
1153
- default?(_: {}): any;
1196
+ slots: {
1197
+ default?(_: {}): any;
1198
+ };
1199
+ refs: {};
1200
+ attrs: Partial<{}>;
1154
1201
  };
1155
1202
 
1156
1203
  declare function __VLS_template_5(): {
1157
- locked?(_: {
1158
- userId: number;
1159
- }): any;
1160
- prepend?(_: {}): any;
1204
+ slots: {
1205
+ locked?(_: {
1206
+ userId: IntegerIdNullable;
1207
+ }): any;
1208
+ };
1209
+ refs: {};
1210
+ attrs: Partial<{}>;
1161
1211
  };
1162
1212
 
1163
1213
  declare function __VLS_template_6(): {
1164
- locked?(_: {
1165
- userId: number;
1166
- }): any;
1167
- prepend?(_: {}): any;
1214
+ slots: {
1215
+ locked?(_: {
1216
+ userId: IntegerIdNullable;
1217
+ }): any;
1218
+ };
1219
+ refs: {};
1220
+ attrs: Partial<{}>;
1168
1221
  };
1169
1222
 
1170
1223
  declare function __VLS_template_7(): {
1171
- locked?(_: {
1172
- userId: IntegerIdNullable;
1173
- }): any;
1224
+ slots: {
1225
+ locked?(_: {
1226
+ userId: number;
1227
+ }): any;
1228
+ };
1229
+ refs: {};
1230
+ attrs: Partial<{}>;
1174
1231
  };
1175
1232
 
1176
1233
  declare function __VLS_template_8(): {
1177
- locked?(_: {
1178
- userId: IntegerIdNullable;
1179
- }): any;
1234
+ slots: {
1235
+ locked?(_: {
1236
+ userId: number;
1237
+ }): any;
1238
+ };
1239
+ refs: {};
1240
+ attrs: Partial<{}>;
1180
1241
  };
1181
1242
 
1182
1243
  declare function __VLS_template_9(): {
1183
- locked?(_: {
1184
- userId: number;
1185
- }): any;
1244
+ slots: {
1245
+ locked?(_: {
1246
+ userId: number;
1247
+ }): any;
1248
+ };
1249
+ refs: {};
1250
+ attrs: Partial<{}>;
1186
1251
  };
1187
1252
 
1253
+ declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
1254
+
1255
+ declare type __VLS_TemplateResult_10 = ReturnType<typeof __VLS_template_10>;
1256
+
1257
+ declare type __VLS_TemplateResult_11 = ReturnType<typeof __VLS_template_11>;
1258
+
1259
+ declare type __VLS_TemplateResult_12 = ReturnType<typeof __VLS_template_12>;
1260
+
1261
+ declare type __VLS_TemplateResult_13 = ReturnType<typeof __VLS_template_13>;
1262
+
1263
+ declare type __VLS_TemplateResult_14 = ReturnType<typeof __VLS_template_14>;
1264
+
1265
+ declare type __VLS_TemplateResult_15 = ReturnType<typeof __VLS_template_15>;
1266
+
1267
+ declare type __VLS_TemplateResult_16 = ReturnType<typeof __VLS_template_16>;
1268
+
1269
+ declare type __VLS_TemplateResult_17 = ReturnType<typeof __VLS_template_17>;
1270
+
1271
+ declare type __VLS_TemplateResult_18 = ReturnType<typeof __VLS_template_18>;
1272
+
1273
+ declare type __VLS_TemplateResult_19 = ReturnType<typeof __VLS_template_19>;
1274
+
1275
+ declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
1276
+
1277
+ declare type __VLS_TemplateResult_20 = ReturnType<typeof __VLS_template_20>;
1278
+
1279
+ declare type __VLS_TemplateResult_21 = ReturnType<typeof __VLS_template_21>;
1280
+
1281
+ declare type __VLS_TemplateResult_22 = ReturnType<typeof __VLS_template_22>;
1282
+
1283
+ declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
1284
+
1285
+ declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
1286
+
1287
+ declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
1288
+
1289
+ declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
1290
+
1291
+ declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
1292
+
1293
+ declare type __VLS_TemplateResult_8 = ReturnType<typeof __VLS_template_8>;
1294
+
1295
+ declare type __VLS_TemplateResult_9 = ReturnType<typeof __VLS_template_9>;
1296
+
1188
1297
  declare let __VLS_typeProps: {
1189
1298
  label?: string | undefined;
1190
1299
  required?: boolean | undefined;
@@ -1350,24 +1459,6 @@ declare type __VLS_WithTemplateSlots_22<T, S> = T & {
1350
1459
  };
1351
1460
  };
1352
1461
 
1353
- declare type __VLS_WithTemplateSlots_23<T, S> = T & {
1354
- new (): {
1355
- $slots: S;
1356
- };
1357
- };
1358
-
1359
- declare type __VLS_WithTemplateSlots_24<T, S> = T & {
1360
- new (): {
1361
- $slots: S;
1362
- };
1363
- };
1364
-
1365
- declare type __VLS_WithTemplateSlots_25<T, S> = T & {
1366
- new (): {
1367
- $slots: S;
1368
- };
1369
- };
1370
-
1371
1462
  declare type __VLS_WithTemplateSlots_3<T, S> = T & {
1372
1463
  new (): {
1373
1464
  $slots: S;
@@ -1644,7 +1735,7 @@ containerClass: string;
1644
1735
  tooltip: string;
1645
1736
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1646
1737
 
1647
- export declare const AAssetSelect: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, ReturnType<typeof __VLS_template_25>>;
1738
+ export declare const AAssetSelect: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
1648
1739
 
1649
1740
  export declare const AAvatarColorPicker: DefineComponent< {
1650
1741
  modelValue: string;
@@ -1714,11 +1805,11 @@ chip: boolean;
1714
1805
  invertColor: boolean;
1715
1806
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1716
1807
 
1717
- export declare const ABtnSplit: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, ReturnType<typeof __VLS_template_18>>;
1808
+ export declare const ABtnSplit: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
1718
1809
 
1719
- export declare const ACachedChip: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, ReturnType<typeof __VLS_template_16>>;
1810
+ export declare const ACachedChip: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
1720
1811
 
1721
- export declare const ACard: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
1812
+ export declare const ACard: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
1722
1813
 
1723
1814
  export declare const ACardLoader: DefineComponent< {
1724
1815
  loading?: boolean;
@@ -1728,18 +1819,18 @@ loading?: boolean;
1728
1819
  loading: boolean;
1729
1820
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1730
1821
 
1731
- export declare const AChipNoLink: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, ReturnType<typeof __VLS_template_3>>;
1822
+ export declare const AChipNoLink: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
1732
1823
 
1733
- export declare const Acl: <TAclValue extends AclValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_Prettify<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
1734
- props: __VLS_Prettify<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & {
1824
+ export declare const Acl: <TAclValue extends AclValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
1825
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & {
1735
1826
  permission: TAclValue;
1736
1827
  subject?: object;
1737
1828
  }> & PublicProps;
1738
1829
  expose(exposed: ShallowUnwrapRef< {}>): void;
1739
1830
  attrs: any;
1740
- slots: ReturnType<() => {
1831
+ slots: {
1741
1832
  default?(_: {}): any;
1742
- }>;
1833
+ };
1743
1834
  emit: {};
1744
1835
  }>) => VNode<RendererNode, RendererElement, {
1745
1836
  [key: string]: any;
@@ -1793,12 +1884,12 @@ addToCachedUsers: (...args: AddToCachedArgs<IntegerId>) => void;
1793
1884
  fetchCachedUsers: () => Promisify<Promise<any>>;
1794
1885
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1795
1886
 
1796
- export declare const ACopyText: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, ReturnType<typeof __VLS_template_17>>;
1887
+ export declare const ACopyText: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
1797
1888
 
1798
- export declare const ACreateDialog: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, ReturnType<typeof __VLS_template_15>>;
1889
+ export declare const ACreateDialog: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
1799
1890
 
1800
- export declare const ACropperjs: <T extends EventTarget = EventTarget>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_Prettify_3<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
1801
- props: __VLS_Prettify_3<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & {
1891
+ export declare const ACropperjs: <T extends EventTarget = EventTarget>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal_3<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
1892
+ props: __VLS_PrettifyLocal_3<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & {
1802
1893
  src?: string;
1803
1894
  alt?: string;
1804
1895
  containerStyle?: {
@@ -1856,7 +1947,7 @@ export declare const ACropperjs: <T extends EventTarget = EventTarget>(__VLS_pro
1856
1947
  setData: (data: default_2.SetDataOptions) => default_2 | undefined;
1857
1948
  }>): void;
1858
1949
  attrs: any;
1859
- slots: ReturnType<() => {}>;
1950
+ slots: {};
1860
1951
  emit: {};
1861
1952
  }>) => VNode<RendererNode, RendererElement, {
1862
1953
  [key: string]: any;
@@ -1878,7 +1969,7 @@ dataCy?: string;
1878
1969
  dataCy: string;
1879
1970
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1880
1971
 
1881
- export declare const ACustomDataForm: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, ReturnType<typeof __VLS_template_22>>;
1972
+ export declare const ACustomDataForm: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
1882
1973
 
1883
1974
  export declare const ACustomDataFormElement: DefineComponent< {
1884
1975
  modelValue: any;
@@ -1904,8 +1995,8 @@ value: any;
1904
1995
  validationScope: string | number | boolean | symbol;
1905
1996
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1906
1997
 
1907
- export declare const ADatatable: <TItem = Record<string, unknown>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_Prettify_4<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
1908
- props: __VLS_Prettify_4<Pick<Partial<{}> & Omit<{
1998
+ export declare const ADatatable: <TItem = Record<string, unknown>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal_4<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
1999
+ props: __VLS_PrettifyLocal_4<Pick<Partial<{}> & Omit<{
1909
2000
  readonly "onClick:row"?: ((data: any) => any) | undefined;
1910
2001
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, "onClick:row"> & {
1911
2002
  items: TItem[];
@@ -1914,12 +2005,12 @@ export declare const ADatatable: <TItem = Record<string, unknown>>(__VLS_props:
1914
2005
  }> & PublicProps;
1915
2006
  expose(exposed: ShallowUnwrapRef< {}>): void;
1916
2007
  attrs: any;
1917
- slots: ReturnType<() => Partial<Record<string, (_: {
2008
+ slots: Partial<Record<string, (_: {
1918
2009
  item: any;
1919
2010
  }) => any>> & {
1920
2011
  bottom?(_: {}): any;
1921
- }>;
1922
- emit: ((e: "click:row", data: any) => void) & {};
2012
+ };
2013
+ emit: (e: "click:row", data: any) => void;
1923
2014
  }>) => VNode<RendererNode, RendererElement, {
1924
2015
  [key: string]: any;
1925
2016
  }> & {
@@ -1997,11 +2088,11 @@ edgeDateValue?: string;
1997
2088
  edgeDateValue: string;
1998
2089
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1999
2090
 
2000
- export declare const ADatetimePicker: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, ReturnType<typeof __VLS_template_13>>;
2091
+ export { ADatetimePicker }
2001
2092
 
2002
2093
  declare type AddToCachedArgs<T extends DocId | IntegerId> = Array<T | null | undefined> | Array<Array<T | null | undefined> | T | null | undefined>;
2003
2094
 
2004
- export declare const ADialogToolbar: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, ReturnType<typeof __VLS_template_14>>;
2095
+ export declare const ADialogToolbar: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
2005
2096
 
2006
2097
  export declare const AEmptyRouterView: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2007
2098
 
@@ -2216,13 +2307,13 @@ onChange?: (() => any) | undefined;
2216
2307
  "onUpdate:modelValue"?: ((data: any) => any) | undefined;
2217
2308
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2218
2309
 
2219
- export declare const AFilterWrapper: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, ReturnType<typeof __VLS_template_12>>;
2310
+ export declare const AFilterWrapper: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
2220
2311
 
2221
- export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, ReturnType<typeof __VLS_template_7>>;
2312
+ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
2222
2313
 
2223
- export declare const AFormFlagDatetimePicker: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, ReturnType<typeof __VLS_template_8>>;
2314
+ export declare const AFormFlagDatetimePicker: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
2224
2315
 
2225
- export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, ReturnType<typeof __VLS_template_9>>;
2316
+ export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
2226
2317
 
2227
2318
  export declare const AFormRemoteAutocompleteWithCached: DefineComponent< {
2228
2319
  modelValue: any;
@@ -2339,13 +2430,13 @@ hideLabel: boolean;
2339
2430
  hideDetails: boolean;
2340
2431
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2341
2432
 
2342
- export declare const AFormSwitch: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, ReturnType<typeof __VLS_template_10>>;
2433
+ export declare const AFormSwitch: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
2343
2434
 
2344
- export declare const AFormTextarea: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, ReturnType<typeof __VLS_template_6>>;
2435
+ export { AFormTextarea }
2345
2436
 
2346
- export declare const AFormTextField: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, ReturnType<typeof __VLS_template_5>>;
2437
+ export { AFormTextField }
2347
2438
 
2348
- export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, ReturnType<typeof __VLS_template_11>>;
2439
+ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
2349
2440
 
2350
2441
  export declare const AIconGroup: DefineComponent< {
2351
2442
  mainIcon: string;
@@ -2379,7 +2470,7 @@ configName: string;
2379
2470
  labelT: string;
2380
2471
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2381
2472
 
2382
- export declare const AImageWidget: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, ReturnType<typeof __VLS_template_23>>;
2473
+ export declare const AImageWidget: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
2383
2474
 
2384
2475
  export declare const AImageWidgetMultiple: DefineComponent< {
2385
2476
  modelValue: IntegerId[];
@@ -2449,7 +2540,7 @@ showSource: boolean;
2449
2540
  images: ImageAware[];
2450
2541
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2451
2542
 
2452
- export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, ReturnType<typeof __VLS_template_24>>;
2543
+ export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
2453
2544
 
2454
2545
  export declare const AJobBaseCreateForm: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2455
2546
  "update:modelValue": (modelValue: JobBase<`job${string}`>) => any;
@@ -2457,7 +2548,7 @@ export declare const AJobBaseCreateForm: DefineComponent<__VLS_PublicProps_3, {}
2457
2548
  "onUpdate:modelValue"?: ((modelValue: JobBase<`job${string}`>) => any) | undefined;
2458
2549
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2459
2550
 
2460
- export declare const AJobDetailCommon: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, ReturnType<typeof __VLS_template_19>>;
2551
+ export declare const AJobDetailCommon: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
2461
2552
 
2462
2553
  export declare const AJobPriorityChip: DefineComponent< {
2463
2554
  priority: number;
@@ -2663,7 +2754,7 @@ export declare interface ApiResponseList<T> {
2663
2754
  */
2664
2755
  export declare const apiUpdateOne: <T, R = T>(client: () => AxiosInstance, object: (T | Record<string, never>) | undefined, urlTemplate: string, urlParams: UrlParams | undefined, system: string, entity: string, options?: AxiosRequestConfig) => Promise<R>;
2665
2756
 
2666
- export declare const ARow: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, ReturnType<typeof __VLS_template_2>>;
2757
+ export declare const ARow: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
2667
2758
 
2668
2759
  export declare const arrayFlatten: <T>(input: NestedArray<T>, acc?: T[]) => T[];
2669
2760
 
@@ -2675,9 +2766,9 @@ export declare const arraysHaveSameElements: <T>(array1: T[], array2: T[]) => bo
2675
2766
 
2676
2767
  export declare const arrayToString: (values: Array<string | number>, separator?: string) => string;
2677
2768
 
2678
- export declare const ASortable: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, ReturnType<typeof __VLS_template_20>>;
2769
+ export declare const ASortable: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
2679
2770
 
2680
- export declare const ASortableNested: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, ReturnType<typeof __VLS_template_21>>;
2771
+ export declare const ASortableNested: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
2681
2772
 
2682
2773
  export declare type AssetCustomData = Record<string, any>;
2683
2774
 
@@ -2887,8 +2978,8 @@ declare const AssetSelectReturnType: {
2887
2978
 
2888
2979
  declare type AssetSelectReturnTypeType = (typeof AssetSelectReturnType)[keyof typeof AssetSelectReturnType];
2889
2980
 
2890
- export declare const ASubjectSelect: <TItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_Prettify_2<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
2891
- props: __VLS_Prettify_2<Pick<Partial<{}> & Omit<{
2981
+ export declare const ASubjectSelect: <TItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal_2<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
2982
+ props: __VLS_PrettifyLocal_2<Pick<Partial<{}> & Omit<{
2892
2983
  readonly "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
2893
2984
  readonly onOnConfirm?: ((data: TItem[]) => any) | undefined;
2894
2985
  readonly onOnOpen?: (() => any) | undefined;
@@ -2911,7 +3002,7 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: NonNullable<Awaited<ty
2911
3002
  open: () => void;
2912
3003
  }>): void;
2913
3004
  attrs: any;
2914
- slots: ReturnType<() => {
3005
+ slots: {
2915
3006
  activator?(_: {
2916
3007
  props: {
2917
3008
  onClick: () => void;
@@ -2925,7 +3016,7 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: NonNullable<Awaited<ty
2925
3016
  content?(_: {}): any;
2926
3017
  "button-confirm-title"?(_: {}): any;
2927
3018
  "button-confirm-title"?(_: {}): any;
2928
- }>;
3019
+ };
2929
3020
  emit: {
2930
3021
  (e: "update:modelValue", data: boolean): void;
2931
3022
  (e: "update:pagination", data: Pagination): void;
@@ -2933,7 +3024,7 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: NonNullable<Awaited<ty
2933
3024
  (e: "onPageChange"): void;
2934
3025
  (e: "onConfirm", data: Array<TItem>): void;
2935
3026
  (e: "onFetchNextPage"): void;
2936
- } & {};
3027
+ };
2937
3028
  }>) => VNode<RendererNode, RendererElement, {
2938
3029
  [key: string]: any;
2939
3030
  }> & {
@@ -2953,7 +3044,7 @@ checkInterval: number;
2953
3044
  jsonRelativePath: string;
2954
3045
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2955
3046
 
2956
- export declare const ASystemEntityScope: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, ReturnType<typeof __VLS_template_4>>;
3047
+ export declare const ASystemEntityScope: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
2957
3048
 
2958
3049
  export declare const ATableCopyIdButton: DefineComponent< {
2959
3050
  id: number | string;