@anzusystems/common-admin 1.47.0-beta.45 → 1.47.0-beta.47
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.
- package/dist/common-admin.es.d.ts +415 -473
- package/dist/common-admin.es.js +1 -1
- package/dist/{lib-RTtEiDtg.js → lib-BVZcBped.js} +1181 -1170
- package/dist/lib-BVZcBped.js.map +1 -0
- package/dist/{webfontloader-DT69p1H3.js → webfontloader-fbfVgMq9.js} +2 -2
- package/dist/{webfontloader-DT69p1H3.js.map → webfontloader-fbfVgMq9.js.map} +1 -1
- package/package.json +11 -11
- package/dist/lib-RTtEiDtg.js.map +0 -1
|
@@ -1,3 +1,6 @@
|
|
|
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';
|
|
@@ -58,94 +61,6 @@ loading: boolean;
|
|
|
58
61
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
59
62
|
|
|
60
63
|
declare const __VLS_component_10: DefineComponent< {
|
|
61
|
-
modelValue: boolean;
|
|
62
|
-
label?: string;
|
|
63
|
-
dataCy?: string;
|
|
64
|
-
hideLabel?: boolean;
|
|
65
|
-
collab?: CollabComponentConfig;
|
|
66
|
-
disabled?: boolean;
|
|
67
|
-
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
68
|
-
blur: (data: boolean) => any;
|
|
69
|
-
focus: (data: boolean) => any;
|
|
70
|
-
"update:modelValue": (data: boolean) => any;
|
|
71
|
-
}, string, PublicProps, Readonly<{
|
|
72
|
-
modelValue: boolean;
|
|
73
|
-
label?: string;
|
|
74
|
-
dataCy?: string;
|
|
75
|
-
hideLabel?: boolean;
|
|
76
|
-
collab?: CollabComponentConfig;
|
|
77
|
-
disabled?: boolean;
|
|
78
|
-
}> & Readonly<{
|
|
79
|
-
onBlur?: ((data: boolean) => any) | undefined;
|
|
80
|
-
onFocus?: ((data: boolean) => any) | undefined;
|
|
81
|
-
"onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|
|
82
|
-
}>, {
|
|
83
|
-
collab: {
|
|
84
|
-
room: CollabRoom;
|
|
85
|
-
field: CollabFieldName;
|
|
86
|
-
cachedUsers: CollabCachedUsersMap;
|
|
87
|
-
};
|
|
88
|
-
disabled: boolean;
|
|
89
|
-
dataCy: string;
|
|
90
|
-
label: string;
|
|
91
|
-
hideLabel: boolean;
|
|
92
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
93
|
-
|
|
94
|
-
declare const __VLS_component_11: DefineComponent< {
|
|
95
|
-
modelValue: any;
|
|
96
|
-
items: any[];
|
|
97
|
-
label?: string;
|
|
98
|
-
errorMessage?: string;
|
|
99
|
-
required?: boolean;
|
|
100
|
-
v?: any;
|
|
101
|
-
hideLabel?: boolean;
|
|
102
|
-
multiple?: boolean;
|
|
103
|
-
hideDetails?: boolean;
|
|
104
|
-
clearable?: boolean;
|
|
105
|
-
dataCy?: string;
|
|
106
|
-
collab?: CollabComponentConfig;
|
|
107
|
-
disabled?: boolean;
|
|
108
|
-
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
109
|
-
blur: (data: any) => any;
|
|
110
|
-
focus: (data: any) => any;
|
|
111
|
-
"update:modelValue": (data: any) => any;
|
|
112
|
-
}, string, PublicProps, Readonly<{
|
|
113
|
-
modelValue: any;
|
|
114
|
-
items: any[];
|
|
115
|
-
label?: string;
|
|
116
|
-
errorMessage?: string;
|
|
117
|
-
required?: boolean;
|
|
118
|
-
v?: any;
|
|
119
|
-
hideLabel?: boolean;
|
|
120
|
-
multiple?: boolean;
|
|
121
|
-
hideDetails?: boolean;
|
|
122
|
-
clearable?: boolean;
|
|
123
|
-
dataCy?: string;
|
|
124
|
-
collab?: CollabComponentConfig;
|
|
125
|
-
disabled?: boolean;
|
|
126
|
-
}> & Readonly<{
|
|
127
|
-
onBlur?: ((data: any) => any) | undefined;
|
|
128
|
-
onFocus?: ((data: any) => any) | undefined;
|
|
129
|
-
"onUpdate:modelValue"?: ((data: any) => any) | undefined;
|
|
130
|
-
}>, {
|
|
131
|
-
required: boolean;
|
|
132
|
-
collab: {
|
|
133
|
-
room: CollabRoom;
|
|
134
|
-
field: CollabFieldName;
|
|
135
|
-
cachedUsers: CollabCachedUsersMap;
|
|
136
|
-
};
|
|
137
|
-
disabled: boolean;
|
|
138
|
-
dataCy: string;
|
|
139
|
-
label: string;
|
|
140
|
-
errorMessage: string;
|
|
141
|
-
v: any;
|
|
142
|
-
hideLabel: boolean;
|
|
143
|
-
hideDetails: boolean;
|
|
144
|
-
clearable: boolean;
|
|
145
|
-
multiple: boolean;
|
|
146
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
147
|
-
|
|
148
|
-
declare const __VLS_component_12: DefineComponent< {
|
|
149
64
|
enableAdvanced?: boolean;
|
|
150
65
|
enableTop?: boolean;
|
|
151
66
|
hideButtons?: boolean;
|
|
@@ -166,68 +81,13 @@ enableTop: boolean;
|
|
|
166
81
|
hideButtons: boolean;
|
|
167
82
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
168
83
|
|
|
169
|
-
declare const
|
|
170
|
-
modelValue: DatetimeUTC | null | undefined;
|
|
171
|
-
type?: "datetime";
|
|
172
|
-
label?: string;
|
|
173
|
-
hideLabel?: boolean;
|
|
174
|
-
clearable?: boolean;
|
|
175
|
-
disabled?: boolean;
|
|
176
|
-
hideDetails?: boolean;
|
|
177
|
-
required?: boolean;
|
|
178
|
-
hideSetToNow?: boolean;
|
|
179
|
-
placeholder?: string;
|
|
180
|
-
dataCy?: string;
|
|
181
|
-
defaultValue?: DatetimeUTC | null | undefined;
|
|
182
|
-
errorMessages?: string[];
|
|
183
|
-
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
184
|
-
blur: () => any;
|
|
185
|
-
focus: () => any;
|
|
186
|
-
"update:modelValue": (data: string | null | undefined) => any;
|
|
187
|
-
onOpen: () => any;
|
|
188
|
-
onClose: () => any;
|
|
189
|
-
}, string, PublicProps, Readonly<{
|
|
190
|
-
modelValue: DatetimeUTC | null | undefined;
|
|
191
|
-
type?: "datetime";
|
|
192
|
-
label?: string;
|
|
193
|
-
hideLabel?: boolean;
|
|
194
|
-
clearable?: boolean;
|
|
195
|
-
disabled?: boolean;
|
|
196
|
-
hideDetails?: boolean;
|
|
197
|
-
required?: boolean;
|
|
198
|
-
hideSetToNow?: boolean;
|
|
199
|
-
placeholder?: string;
|
|
200
|
-
dataCy?: string;
|
|
201
|
-
defaultValue?: DatetimeUTC | null | undefined;
|
|
202
|
-
errorMessages?: string[];
|
|
203
|
-
}> & Readonly<{
|
|
204
|
-
onBlur?: (() => any) | undefined;
|
|
205
|
-
onFocus?: (() => any) | undefined;
|
|
206
|
-
"onUpdate:modelValue"?: ((data: string | null | undefined) => any) | undefined;
|
|
207
|
-
onOnOpen?: (() => any) | undefined;
|
|
208
|
-
onOnClose?: (() => any) | undefined;
|
|
209
|
-
}>, {
|
|
210
|
-
required: boolean;
|
|
211
|
-
disabled: boolean;
|
|
212
|
-
type: "datetime";
|
|
213
|
-
placeholder: string;
|
|
214
|
-
dataCy: string;
|
|
215
|
-
label: string;
|
|
216
|
-
hideLabel: boolean;
|
|
217
|
-
errorMessages: string[];
|
|
218
|
-
hideDetails: boolean;
|
|
219
|
-
clearable: boolean;
|
|
220
|
-
defaultValue: string | null;
|
|
221
|
-
hideSetToNow: boolean;
|
|
222
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
223
|
-
|
|
224
|
-
declare const __VLS_component_14: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
84
|
+
declare const __VLS_component_11: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
225
85
|
onCancel: () => any;
|
|
226
86
|
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
227
87
|
onOnCancel?: (() => any) | undefined;
|
|
228
88
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
229
89
|
|
|
230
|
-
declare const
|
|
90
|
+
declare const __VLS_component_12: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
231
91
|
"update:modelValue": (modelValue: boolean) => any;
|
|
232
92
|
} & {
|
|
233
93
|
onError: (data: any) => any;
|
|
@@ -252,7 +112,7 @@ redirectRouteName: string;
|
|
|
252
112
|
redirectParamName: string;
|
|
253
113
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
254
114
|
|
|
255
|
-
declare const
|
|
115
|
+
declare const __VLS_component_13: DefineComponent< {
|
|
256
116
|
id?: null | undefined | IntegerId | DocId;
|
|
257
117
|
title?: string;
|
|
258
118
|
containerClass?: undefined | string;
|
|
@@ -300,20 +160,23 @@ fallbackIdText: boolean;
|
|
|
300
160
|
wrapText: boolean;
|
|
301
161
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
302
162
|
|
|
303
|
-
declare const
|
|
163
|
+
declare const __VLS_component_14: DefineComponent< {
|
|
304
164
|
value: number | string;
|
|
305
165
|
notifyT?: string;
|
|
166
|
+
tooltipT?: string;
|
|
306
167
|
dataCy?: string;
|
|
307
168
|
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
|
|
308
169
|
value: number | string;
|
|
309
170
|
notifyT?: string;
|
|
171
|
+
tooltipT?: string;
|
|
310
172
|
dataCy?: string;
|
|
311
173
|
}> & Readonly<{}>, {
|
|
312
174
|
dataCy: string;
|
|
175
|
+
tooltipT: string;
|
|
313
176
|
notifyT: string;
|
|
314
177
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
315
178
|
|
|
316
|
-
declare const
|
|
179
|
+
declare const __VLS_component_15: DefineComponent< {
|
|
317
180
|
buttonT?: string;
|
|
318
181
|
buttonClass?: string;
|
|
319
182
|
dataCy?: string;
|
|
@@ -352,7 +215,7 @@ buttonClass: string;
|
|
|
352
215
|
disableMore: boolean;
|
|
353
216
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
354
217
|
|
|
355
|
-
declare const
|
|
218
|
+
declare const __VLS_component_16: DefineComponent< {
|
|
356
219
|
job: JobBase;
|
|
357
220
|
loading?: boolean;
|
|
358
221
|
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
|
|
@@ -362,24 +225,7 @@ loading?: boolean;
|
|
|
362
225
|
loading: boolean;
|
|
363
226
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
364
227
|
|
|
365
|
-
declare const
|
|
366
|
-
title?: string;
|
|
367
|
-
value?: string | number | undefined | null;
|
|
368
|
-
dataCy?: string | undefined;
|
|
369
|
-
titleClass?: string | undefined;
|
|
370
|
-
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
|
|
371
|
-
title?: string;
|
|
372
|
-
value?: string | number | undefined | null;
|
|
373
|
-
dataCy?: string | undefined;
|
|
374
|
-
titleClass?: string | undefined;
|
|
375
|
-
}> & Readonly<{}>, {
|
|
376
|
-
value: string | number | null;
|
|
377
|
-
title: string;
|
|
378
|
-
dataCy: string;
|
|
379
|
-
titleClass: string;
|
|
380
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
381
|
-
|
|
382
|
-
declare const __VLS_component_20: DefineComponent< {
|
|
228
|
+
declare const __VLS_component_17: DefineComponent< {
|
|
383
229
|
modelValue: SortablePropItem[] | any;
|
|
384
230
|
dirty?: Set<DocId | IntegerId>;
|
|
385
231
|
keyField?: string;
|
|
@@ -463,7 +309,7 @@ chipSize: string;
|
|
|
463
309
|
disableDeleteDialog: boolean;
|
|
464
310
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
465
311
|
|
|
466
|
-
declare const
|
|
312
|
+
declare const __VLS_component_18: DefineComponent< {
|
|
467
313
|
modelValue: SortableNested;
|
|
468
314
|
maxDepth: number;
|
|
469
315
|
disableDraggable?: boolean;
|
|
@@ -521,7 +367,7 @@ showEditButton: boolean;
|
|
|
521
367
|
showAddChildButton: boolean;
|
|
522
368
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
523
369
|
|
|
524
|
-
declare const
|
|
370
|
+
declare const __VLS_component_19: DefineComponent< {
|
|
525
371
|
modelValue: {
|
|
526
372
|
[key: string]: any;
|
|
527
373
|
};
|
|
@@ -551,7 +397,24 @@ validationScope: string | number | boolean | symbol;
|
|
|
551
397
|
pinnedCount: number;
|
|
552
398
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
553
399
|
|
|
554
|
-
declare const
|
|
400
|
+
declare const __VLS_component_2: DefineComponent< {
|
|
401
|
+
title?: string;
|
|
402
|
+
value?: string | number | undefined | null;
|
|
403
|
+
dataCy?: string | undefined;
|
|
404
|
+
titleClass?: string | undefined;
|
|
405
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
|
|
406
|
+
title?: string;
|
|
407
|
+
value?: string | number | undefined | null;
|
|
408
|
+
dataCy?: string | undefined;
|
|
409
|
+
titleClass?: string | undefined;
|
|
410
|
+
}> & Readonly<{}>, {
|
|
411
|
+
value: string | number | null;
|
|
412
|
+
title: string;
|
|
413
|
+
dataCy: string;
|
|
414
|
+
titleClass: string;
|
|
415
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
416
|
+
|
|
417
|
+
declare const __VLS_component_20: DefineComponent< {
|
|
555
418
|
modelValue: IntegerIdNullable | undefined;
|
|
556
419
|
image?: ImageAware | ImageCreateUpdateAware | undefined | null;
|
|
557
420
|
configName?: string;
|
|
@@ -588,7 +451,7 @@ damWidth: number;
|
|
|
588
451
|
damHeight: number;
|
|
589
452
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
590
453
|
|
|
591
|
-
declare const
|
|
454
|
+
declare const __VLS_component_21: DefineComponent<__VLS_PublicProps_5, {
|
|
592
455
|
open: () => void;
|
|
593
456
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
594
457
|
"update:modelValue": (modelValue: boolean) => any;
|
|
@@ -626,132 +489,6 @@ subject: string;
|
|
|
626
489
|
}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
627
490
|
|
|
628
491
|
declare const __VLS_component_5: DefineComponent< {
|
|
629
|
-
modelValue: string | number | null | undefined;
|
|
630
|
-
label?: string;
|
|
631
|
-
errorMessage?: string;
|
|
632
|
-
required?: boolean;
|
|
633
|
-
v?: any;
|
|
634
|
-
prependIcon?: VuetifyIconValue;
|
|
635
|
-
appendIcon?: VuetifyIconValue;
|
|
636
|
-
dataCy?: string;
|
|
637
|
-
hideLabel?: boolean;
|
|
638
|
-
type?: string;
|
|
639
|
-
step?: number;
|
|
640
|
-
maxlength?: number | undefined;
|
|
641
|
-
collab?: CollabComponentConfig;
|
|
642
|
-
disabled?: boolean;
|
|
643
|
-
placeholder?: undefined | string;
|
|
644
|
-
persistentPlaceholder?: boolean;
|
|
645
|
-
help?: string | undefined;
|
|
646
|
-
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
647
|
-
blur: (data: string | number | null | undefined) => any;
|
|
648
|
-
focus: (data: string | number | null | undefined) => any;
|
|
649
|
-
"update:modelValue": (data: string | number | null | undefined) => any;
|
|
650
|
-
"click:append": (data: string | number | null | undefined) => any;
|
|
651
|
-
}, string, PublicProps, Readonly<{
|
|
652
|
-
modelValue: string | number | null | undefined;
|
|
653
|
-
label?: string;
|
|
654
|
-
errorMessage?: string;
|
|
655
|
-
required?: boolean;
|
|
656
|
-
v?: any;
|
|
657
|
-
prependIcon?: VuetifyIconValue;
|
|
658
|
-
appendIcon?: VuetifyIconValue;
|
|
659
|
-
dataCy?: string;
|
|
660
|
-
hideLabel?: boolean;
|
|
661
|
-
type?: string;
|
|
662
|
-
step?: number;
|
|
663
|
-
maxlength?: number | undefined;
|
|
664
|
-
collab?: CollabComponentConfig;
|
|
665
|
-
disabled?: boolean;
|
|
666
|
-
placeholder?: undefined | string;
|
|
667
|
-
persistentPlaceholder?: boolean;
|
|
668
|
-
help?: string | undefined;
|
|
669
|
-
}> & Readonly<{
|
|
670
|
-
onBlur?: ((data: string | number | null | undefined) => any) | undefined;
|
|
671
|
-
onFocus?: ((data: string | number | null | undefined) => any) | undefined;
|
|
672
|
-
"onUpdate:modelValue"?: ((data: string | number | null | undefined) => any) | undefined;
|
|
673
|
-
"onClick:append"?: ((data: string | number | null | undefined) => any) | undefined;
|
|
674
|
-
}>, {
|
|
675
|
-
required: boolean;
|
|
676
|
-
collab: {
|
|
677
|
-
room: CollabRoom;
|
|
678
|
-
field: CollabFieldName;
|
|
679
|
-
cachedUsers: CollabCachedUsersMap;
|
|
680
|
-
};
|
|
681
|
-
disabled: boolean;
|
|
682
|
-
help: string;
|
|
683
|
-
type: string;
|
|
684
|
-
placeholder: string;
|
|
685
|
-
dataCy: string;
|
|
686
|
-
appendIcon: VuetifyIconValue;
|
|
687
|
-
label: string;
|
|
688
|
-
prependIcon: VuetifyIconValue;
|
|
689
|
-
errorMessage: string;
|
|
690
|
-
v: any;
|
|
691
|
-
hideLabel: boolean;
|
|
692
|
-
step: number;
|
|
693
|
-
maxlength: number;
|
|
694
|
-
persistentPlaceholder: boolean;
|
|
695
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
696
|
-
|
|
697
|
-
declare const __VLS_component_6: DefineComponent< {
|
|
698
|
-
modelValue: string | null | undefined;
|
|
699
|
-
label?: string | undefined;
|
|
700
|
-
errorMessage?: string | undefined;
|
|
701
|
-
required?: boolean | undefined;
|
|
702
|
-
v?: any;
|
|
703
|
-
prependIcon?: VuetifyIconValue | undefined;
|
|
704
|
-
appendIcon?: VuetifyIconValue | undefined;
|
|
705
|
-
dataCy?: string | undefined;
|
|
706
|
-
hideLabel?: boolean;
|
|
707
|
-
rows?: number;
|
|
708
|
-
collab?: CollabComponentConfig | undefined;
|
|
709
|
-
disabled?: boolean | undefined;
|
|
710
|
-
help?: string | undefined;
|
|
711
|
-
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
712
|
-
blur: (data: string | null | undefined) => any;
|
|
713
|
-
focus: (data: string | null | undefined) => any;
|
|
714
|
-
"update:modelValue": (data: string | null | undefined) => any;
|
|
715
|
-
"click:append": (data: string | null) => any;
|
|
716
|
-
}, string, PublicProps, Readonly<{
|
|
717
|
-
modelValue: string | null | undefined;
|
|
718
|
-
label?: string | undefined;
|
|
719
|
-
errorMessage?: string | undefined;
|
|
720
|
-
required?: boolean | undefined;
|
|
721
|
-
v?: any;
|
|
722
|
-
prependIcon?: VuetifyIconValue | undefined;
|
|
723
|
-
appendIcon?: VuetifyIconValue | undefined;
|
|
724
|
-
dataCy?: string | undefined;
|
|
725
|
-
hideLabel?: boolean;
|
|
726
|
-
rows?: number;
|
|
727
|
-
collab?: CollabComponentConfig | undefined;
|
|
728
|
-
disabled?: boolean | undefined;
|
|
729
|
-
help?: string | undefined;
|
|
730
|
-
}> & Readonly<{
|
|
731
|
-
onBlur?: ((data: string | null | undefined) => any) | undefined;
|
|
732
|
-
onFocus?: ((data: string | null | undefined) => any) | undefined;
|
|
733
|
-
"onUpdate:modelValue"?: ((data: string | null | undefined) => any) | undefined;
|
|
734
|
-
"onClick:append"?: ((data: string | null) => any) | undefined;
|
|
735
|
-
}>, {
|
|
736
|
-
required: boolean;
|
|
737
|
-
collab: {
|
|
738
|
-
room: CollabRoom;
|
|
739
|
-
field: CollabFieldName;
|
|
740
|
-
cachedUsers: CollabCachedUsersMap;
|
|
741
|
-
};
|
|
742
|
-
disabled: boolean;
|
|
743
|
-
help: string;
|
|
744
|
-
dataCy: string;
|
|
745
|
-
appendIcon: string;
|
|
746
|
-
label: string;
|
|
747
|
-
prependIcon: string;
|
|
748
|
-
errorMessage: string;
|
|
749
|
-
v: any;
|
|
750
|
-
hideLabel: boolean;
|
|
751
|
-
rows: number;
|
|
752
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
753
|
-
|
|
754
|
-
declare const __VLS_component_7: DefineComponent< {
|
|
755
492
|
modelValue: DatetimeUTCNullable | undefined;
|
|
756
493
|
label?: string;
|
|
757
494
|
errorMessage?: string;
|
|
@@ -796,7 +533,7 @@ v: any;
|
|
|
796
533
|
clearable: boolean;
|
|
797
534
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
798
535
|
|
|
799
|
-
declare const
|
|
536
|
+
declare const __VLS_component_6: DefineComponent< {
|
|
800
537
|
modelValue: DatetimeUTCNullable | undefined;
|
|
801
538
|
label?: string;
|
|
802
539
|
errorMessage?: string;
|
|
@@ -839,7 +576,7 @@ clearable: boolean;
|
|
|
839
576
|
defaultActivationValue: DatetimeUTCNullable | "now" | (() => DatetimeUTCNullable);
|
|
840
577
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
841
578
|
|
|
842
|
-
declare const
|
|
579
|
+
declare const __VLS_component_7: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
843
580
|
"update:modelValue": (modelValue: any) => any;
|
|
844
581
|
"update:selected": (selected: any) => any;
|
|
845
582
|
} & {
|
|
@@ -876,19 +613,107 @@ disableInitFetch: boolean;
|
|
|
876
613
|
chips: boolean;
|
|
877
614
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
878
615
|
|
|
879
|
-
declare
|
|
616
|
+
declare const __VLS_component_8: DefineComponent< {
|
|
617
|
+
modelValue: boolean;
|
|
618
|
+
label?: string;
|
|
619
|
+
dataCy?: string;
|
|
620
|
+
hideLabel?: boolean;
|
|
621
|
+
collab?: CollabComponentConfig;
|
|
622
|
+
disabled?: boolean;
|
|
623
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
624
|
+
blur: (data: boolean) => any;
|
|
625
|
+
focus: (data: boolean) => any;
|
|
626
|
+
"update:modelValue": (data: boolean) => any;
|
|
627
|
+
}, string, PublicProps, Readonly<{
|
|
628
|
+
modelValue: boolean;
|
|
629
|
+
label?: string;
|
|
630
|
+
dataCy?: string;
|
|
631
|
+
hideLabel?: boolean;
|
|
632
|
+
collab?: CollabComponentConfig;
|
|
633
|
+
disabled?: boolean;
|
|
634
|
+
}> & Readonly<{
|
|
635
|
+
onBlur?: ((data: boolean) => any) | undefined;
|
|
636
|
+
onFocus?: ((data: boolean) => any) | undefined;
|
|
637
|
+
"onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|
|
638
|
+
}>, {
|
|
639
|
+
collab: {
|
|
640
|
+
room: CollabRoom;
|
|
641
|
+
field: CollabFieldName;
|
|
642
|
+
cachedUsers: CollabCachedUsersMap;
|
|
643
|
+
};
|
|
644
|
+
disabled: boolean;
|
|
645
|
+
dataCy: string;
|
|
646
|
+
label: string;
|
|
647
|
+
hideLabel: boolean;
|
|
648
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
649
|
+
|
|
650
|
+
declare const __VLS_component_9: DefineComponent< {
|
|
651
|
+
modelValue: any;
|
|
652
|
+
items: any[];
|
|
653
|
+
label?: string;
|
|
654
|
+
errorMessage?: string;
|
|
655
|
+
required?: boolean;
|
|
656
|
+
v?: any;
|
|
657
|
+
hideLabel?: boolean;
|
|
658
|
+
multiple?: boolean;
|
|
659
|
+
hideDetails?: boolean;
|
|
660
|
+
clearable?: boolean;
|
|
661
|
+
dataCy?: string;
|
|
662
|
+
collab?: CollabComponentConfig;
|
|
663
|
+
disabled?: boolean;
|
|
664
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
665
|
+
blur: (data: any) => any;
|
|
666
|
+
focus: (data: any) => any;
|
|
667
|
+
"update:modelValue": (data: any) => any;
|
|
668
|
+
}, string, PublicProps, Readonly<{
|
|
669
|
+
modelValue: any;
|
|
670
|
+
items: any[];
|
|
671
|
+
label?: string;
|
|
672
|
+
errorMessage?: string;
|
|
673
|
+
required?: boolean;
|
|
674
|
+
v?: any;
|
|
675
|
+
hideLabel?: boolean;
|
|
676
|
+
multiple?: boolean;
|
|
677
|
+
hideDetails?: boolean;
|
|
678
|
+
clearable?: boolean;
|
|
679
|
+
dataCy?: string;
|
|
680
|
+
collab?: CollabComponentConfig;
|
|
681
|
+
disabled?: boolean;
|
|
682
|
+
}> & Readonly<{
|
|
683
|
+
onBlur?: ((data: any) => any) | undefined;
|
|
684
|
+
onFocus?: ((data: any) => any) | undefined;
|
|
685
|
+
"onUpdate:modelValue"?: ((data: any) => any) | undefined;
|
|
686
|
+
}>, {
|
|
687
|
+
required: boolean;
|
|
688
|
+
collab: {
|
|
689
|
+
room: CollabRoom;
|
|
690
|
+
field: CollabFieldName;
|
|
691
|
+
cachedUsers: CollabCachedUsersMap;
|
|
692
|
+
};
|
|
693
|
+
disabled: boolean;
|
|
694
|
+
dataCy: string;
|
|
695
|
+
label: string;
|
|
696
|
+
errorMessage: string;
|
|
697
|
+
v: any;
|
|
698
|
+
hideLabel: boolean;
|
|
699
|
+
hideDetails: boolean;
|
|
700
|
+
clearable: boolean;
|
|
701
|
+
multiple: boolean;
|
|
702
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
703
|
+
|
|
704
|
+
declare type __VLS_PrettifyLocal<T> = {
|
|
880
705
|
[K in keyof T]: T[K];
|
|
881
706
|
} & {};
|
|
882
707
|
|
|
883
|
-
declare type
|
|
708
|
+
declare type __VLS_PrettifyLocal_2<T> = {
|
|
884
709
|
[K in keyof T]: T[K];
|
|
885
710
|
} & {};
|
|
886
711
|
|
|
887
|
-
declare type
|
|
712
|
+
declare type __VLS_PrettifyLocal_3<T> = {
|
|
888
713
|
[K in keyof T]: T[K];
|
|
889
714
|
} & {};
|
|
890
715
|
|
|
891
|
-
declare type
|
|
716
|
+
declare type __VLS_PrettifyLocal_4<T> = {
|
|
892
717
|
[K in keyof T]: T[K];
|
|
893
718
|
} & {};
|
|
894
719
|
|
|
@@ -922,164 +747,272 @@ declare type __VLS_PublicProps_7 = {
|
|
|
922
747
|
} & typeof __VLS_typeProps_6;
|
|
923
748
|
|
|
924
749
|
declare function __VLS_template(): {
|
|
925
|
-
|
|
750
|
+
slots: {
|
|
751
|
+
default?(_: {}): any;
|
|
752
|
+
};
|
|
753
|
+
refs: {};
|
|
754
|
+
attrs: Partial<{}>;
|
|
926
755
|
};
|
|
927
756
|
|
|
928
757
|
declare function __VLS_template_10(): {
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
758
|
+
slots: {
|
|
759
|
+
top?(_: {}): any;
|
|
760
|
+
default?(_: {}): any;
|
|
761
|
+
advanced?(_: {}): any;
|
|
762
|
+
buttons?(_: {}): any;
|
|
763
|
+
};
|
|
764
|
+
refs: {};
|
|
765
|
+
attrs: Partial<{}>;
|
|
932
766
|
};
|
|
933
767
|
|
|
934
768
|
declare function __VLS_template_11(): {
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
}
|
|
769
|
+
slots: {
|
|
770
|
+
default?(_: {}): any;
|
|
771
|
+
};
|
|
772
|
+
refs: {};
|
|
773
|
+
attrs: Partial<{}>;
|
|
938
774
|
};
|
|
939
775
|
|
|
940
776
|
declare function __VLS_template_12(): {
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
777
|
+
slots: {
|
|
778
|
+
"button-title"?(_: {}): any;
|
|
779
|
+
title?(_: {}): any;
|
|
780
|
+
content?(_: {}): any;
|
|
781
|
+
"button-confirm-title"?(_: {}): any;
|
|
782
|
+
};
|
|
783
|
+
refs: {};
|
|
784
|
+
attrs: Partial<{}>;
|
|
945
785
|
};
|
|
946
786
|
|
|
947
787
|
declare function __VLS_template_13(): {
|
|
948
|
-
|
|
788
|
+
slots: {
|
|
789
|
+
empty?(_: {}): any;
|
|
790
|
+
};
|
|
791
|
+
refs: {};
|
|
792
|
+
attrs: Partial<{}>;
|
|
949
793
|
};
|
|
950
794
|
|
|
951
795
|
declare function __VLS_template_14(): {
|
|
952
|
-
|
|
796
|
+
slots: {
|
|
797
|
+
activator?(_: {
|
|
798
|
+
props: {
|
|
799
|
+
onClick: (e: Event) => void;
|
|
800
|
+
disabled: boolean;
|
|
801
|
+
};
|
|
802
|
+
}): any;
|
|
803
|
+
};
|
|
804
|
+
refs: {};
|
|
805
|
+
attrs: Partial<{}>;
|
|
953
806
|
};
|
|
954
807
|
|
|
955
808
|
declare function __VLS_template_15(): {
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
809
|
+
slots: {
|
|
810
|
+
"button-content"?(_: {}): any;
|
|
811
|
+
"button-content"?(_: {}): any;
|
|
812
|
+
default?(_: {}): any;
|
|
813
|
+
};
|
|
814
|
+
refs: {};
|
|
815
|
+
attrs: Partial<{}>;
|
|
960
816
|
};
|
|
961
817
|
|
|
962
818
|
declare function __VLS_template_16(): {
|
|
963
|
-
|
|
819
|
+
slots: {
|
|
820
|
+
"resource-name"?(_: {}): any;
|
|
821
|
+
};
|
|
822
|
+
refs: {};
|
|
823
|
+
attrs: Partial<{}>;
|
|
964
824
|
};
|
|
965
825
|
|
|
966
826
|
declare function __VLS_template_17(): {
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
827
|
+
slots: {
|
|
828
|
+
item?(_: {
|
|
829
|
+
item: SortableItem<any>;
|
|
830
|
+
}): any;
|
|
831
|
+
item?(_: {
|
|
832
|
+
item: SortableItem<any>;
|
|
833
|
+
}): any;
|
|
834
|
+
itemBefore?(_: {
|
|
835
|
+
item: SortableItem<any>;
|
|
836
|
+
}): any;
|
|
837
|
+
buttons?(_: {
|
|
838
|
+
item: SortableItem<any>;
|
|
839
|
+
}): any;
|
|
840
|
+
itemAfter?(_: {
|
|
841
|
+
item: SortableItem<any>;
|
|
842
|
+
}): any;
|
|
843
|
+
"add-last-activator"?(_: {
|
|
844
|
+
props: {
|
|
845
|
+
onClick: () => void;
|
|
846
|
+
};
|
|
847
|
+
}): any;
|
|
848
|
+
};
|
|
849
|
+
refs: {};
|
|
850
|
+
attrs: Partial<{}>;
|
|
973
851
|
};
|
|
974
852
|
|
|
975
853
|
declare function __VLS_template_18(): {
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
854
|
+
slots: {
|
|
855
|
+
item?(_: {
|
|
856
|
+
item: any;
|
|
857
|
+
}): any;
|
|
858
|
+
buttons?(_: {
|
|
859
|
+
item: any;
|
|
860
|
+
}): any;
|
|
861
|
+
};
|
|
862
|
+
refs: {};
|
|
863
|
+
attrs: Partial<{}>;
|
|
979
864
|
};
|
|
980
865
|
|
|
981
866
|
declare function __VLS_template_19(): {
|
|
982
|
-
|
|
867
|
+
slots: {
|
|
868
|
+
"before-pinned"?(_: {}): any;
|
|
869
|
+
"after-pinned"?(_: {}): any;
|
|
870
|
+
};
|
|
871
|
+
refs: {};
|
|
872
|
+
attrs: Partial<{}>;
|
|
983
873
|
};
|
|
984
874
|
|
|
985
875
|
declare function __VLS_template_2(): {
|
|
986
|
-
|
|
876
|
+
slots: {
|
|
877
|
+
default?(_: {}): any;
|
|
878
|
+
};
|
|
879
|
+
refs: {};
|
|
880
|
+
attrs: Partial<{}>;
|
|
987
881
|
};
|
|
988
882
|
|
|
989
883
|
declare function __VLS_template_20(): {
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
item: SortableItem<any>;
|
|
998
|
-
}): any;
|
|
999
|
-
buttons?(_: {
|
|
1000
|
-
item: SortableItem<any>;
|
|
1001
|
-
}): any;
|
|
1002
|
-
itemAfter?(_: {
|
|
1003
|
-
item: SortableItem<any>;
|
|
1004
|
-
}): any;
|
|
1005
|
-
"add-last-activator"?(_: {
|
|
1006
|
-
props: {
|
|
1007
|
-
onClick: () => void;
|
|
1008
|
-
};
|
|
1009
|
-
}): any;
|
|
884
|
+
slots: {
|
|
885
|
+
append?(_: {
|
|
886
|
+
image: ImageCreateUpdateAware | null;
|
|
887
|
+
}): any;
|
|
888
|
+
};
|
|
889
|
+
refs: {};
|
|
890
|
+
attrs: Partial<{}>;
|
|
1010
891
|
};
|
|
1011
892
|
|
|
1012
893
|
declare function __VLS_template_21(): {
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
};
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
}
|
|
1025
|
-
|
|
1026
|
-
declare function __VLS_template_23(): {
|
|
1027
|
-
append?(_: {
|
|
1028
|
-
image: ImageCreateUpdateAware | null;
|
|
1029
|
-
}): any;
|
|
1030
|
-
};
|
|
1031
|
-
|
|
1032
|
-
declare function __VLS_template_24(): {
|
|
1033
|
-
activator?(_: {
|
|
1034
|
-
props: {
|
|
1035
|
-
onClick: () => void;
|
|
1036
|
-
};
|
|
1037
|
-
}): any;
|
|
1038
|
-
title?(_: {}): any;
|
|
1039
|
-
"button-confirm-title"?(_: {}): any;
|
|
1040
|
-
"button-confirm-title"?(_: {}): any;
|
|
894
|
+
slots: {
|
|
895
|
+
activator?(_: {
|
|
896
|
+
props: {
|
|
897
|
+
onClick: () => void;
|
|
898
|
+
};
|
|
899
|
+
}): any;
|
|
900
|
+
title?(_: {}): any;
|
|
901
|
+
"button-confirm-title"?(_: {}): any;
|
|
902
|
+
"button-confirm-title"?(_: {}): any;
|
|
903
|
+
};
|
|
904
|
+
refs: {};
|
|
905
|
+
attrs: Partial<{}>;
|
|
1041
906
|
};
|
|
1042
907
|
|
|
1043
908
|
declare function __VLS_template_3(): {
|
|
1044
|
-
|
|
909
|
+
slots: {
|
|
910
|
+
default?(_: {}): any;
|
|
911
|
+
};
|
|
912
|
+
refs: {};
|
|
913
|
+
attrs: Partial<{}>;
|
|
1045
914
|
};
|
|
1046
915
|
|
|
1047
916
|
declare function __VLS_template_4(): {
|
|
1048
|
-
|
|
917
|
+
slots: {
|
|
918
|
+
default?(_: {}): any;
|
|
919
|
+
};
|
|
920
|
+
refs: {};
|
|
921
|
+
attrs: Partial<{}>;
|
|
1049
922
|
};
|
|
1050
923
|
|
|
1051
924
|
declare function __VLS_template_5(): {
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
925
|
+
slots: {
|
|
926
|
+
locked?(_: {
|
|
927
|
+
userId: IntegerIdNullable;
|
|
928
|
+
}): any;
|
|
929
|
+
};
|
|
930
|
+
refs: {};
|
|
931
|
+
attrs: Partial<{}>;
|
|
1056
932
|
};
|
|
1057
933
|
|
|
1058
934
|
declare function __VLS_template_6(): {
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
935
|
+
slots: {
|
|
936
|
+
locked?(_: {
|
|
937
|
+
userId: IntegerIdNullable;
|
|
938
|
+
}): any;
|
|
939
|
+
};
|
|
940
|
+
refs: {};
|
|
941
|
+
attrs: Partial<{}>;
|
|
1063
942
|
};
|
|
1064
943
|
|
|
1065
944
|
declare function __VLS_template_7(): {
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
945
|
+
slots: {
|
|
946
|
+
locked?(_: {
|
|
947
|
+
userId: number;
|
|
948
|
+
}): any;
|
|
949
|
+
};
|
|
950
|
+
refs: {};
|
|
951
|
+
attrs: Partial<{}>;
|
|
1069
952
|
};
|
|
1070
953
|
|
|
1071
954
|
declare function __VLS_template_8(): {
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
955
|
+
slots: {
|
|
956
|
+
locked?(_: {
|
|
957
|
+
userId: number;
|
|
958
|
+
}): any;
|
|
959
|
+
};
|
|
960
|
+
refs: {};
|
|
961
|
+
attrs: Partial<{}>;
|
|
1075
962
|
};
|
|
1076
963
|
|
|
1077
964
|
declare function __VLS_template_9(): {
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
965
|
+
slots: {
|
|
966
|
+
locked?(_: {
|
|
967
|
+
userId: number;
|
|
968
|
+
}): any;
|
|
969
|
+
};
|
|
970
|
+
refs: {};
|
|
971
|
+
attrs: Partial<{}>;
|
|
1081
972
|
};
|
|
1082
973
|
|
|
974
|
+
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
975
|
+
|
|
976
|
+
declare type __VLS_TemplateResult_10 = ReturnType<typeof __VLS_template_10>;
|
|
977
|
+
|
|
978
|
+
declare type __VLS_TemplateResult_11 = ReturnType<typeof __VLS_template_11>;
|
|
979
|
+
|
|
980
|
+
declare type __VLS_TemplateResult_12 = ReturnType<typeof __VLS_template_12>;
|
|
981
|
+
|
|
982
|
+
declare type __VLS_TemplateResult_13 = ReturnType<typeof __VLS_template_13>;
|
|
983
|
+
|
|
984
|
+
declare type __VLS_TemplateResult_14 = ReturnType<typeof __VLS_template_14>;
|
|
985
|
+
|
|
986
|
+
declare type __VLS_TemplateResult_15 = ReturnType<typeof __VLS_template_15>;
|
|
987
|
+
|
|
988
|
+
declare type __VLS_TemplateResult_16 = ReturnType<typeof __VLS_template_16>;
|
|
989
|
+
|
|
990
|
+
declare type __VLS_TemplateResult_17 = ReturnType<typeof __VLS_template_17>;
|
|
991
|
+
|
|
992
|
+
declare type __VLS_TemplateResult_18 = ReturnType<typeof __VLS_template_18>;
|
|
993
|
+
|
|
994
|
+
declare type __VLS_TemplateResult_19 = ReturnType<typeof __VLS_template_19>;
|
|
995
|
+
|
|
996
|
+
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
997
|
+
|
|
998
|
+
declare type __VLS_TemplateResult_20 = ReturnType<typeof __VLS_template_20>;
|
|
999
|
+
|
|
1000
|
+
declare type __VLS_TemplateResult_21 = ReturnType<typeof __VLS_template_21>;
|
|
1001
|
+
|
|
1002
|
+
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
1003
|
+
|
|
1004
|
+
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
1005
|
+
|
|
1006
|
+
declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
|
|
1007
|
+
|
|
1008
|
+
declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
|
|
1009
|
+
|
|
1010
|
+
declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
|
|
1011
|
+
|
|
1012
|
+
declare type __VLS_TemplateResult_8 = ReturnType<typeof __VLS_template_8>;
|
|
1013
|
+
|
|
1014
|
+
declare type __VLS_TemplateResult_9 = ReturnType<typeof __VLS_template_9>;
|
|
1015
|
+
|
|
1083
1016
|
declare let __VLS_typeProps: {
|
|
1084
1017
|
label?: string | undefined;
|
|
1085
1018
|
required?: boolean | undefined;
|
|
@@ -1239,24 +1172,6 @@ declare type __VLS_WithTemplateSlots_21<T, S> = T & {
|
|
|
1239
1172
|
};
|
|
1240
1173
|
};
|
|
1241
1174
|
|
|
1242
|
-
declare type __VLS_WithTemplateSlots_22<T, S> = T & {
|
|
1243
|
-
new (): {
|
|
1244
|
-
$slots: S;
|
|
1245
|
-
};
|
|
1246
|
-
};
|
|
1247
|
-
|
|
1248
|
-
declare type __VLS_WithTemplateSlots_23<T, S> = T & {
|
|
1249
|
-
new (): {
|
|
1250
|
-
$slots: S;
|
|
1251
|
-
};
|
|
1252
|
-
};
|
|
1253
|
-
|
|
1254
|
-
declare type __VLS_WithTemplateSlots_24<T, S> = T & {
|
|
1255
|
-
new (): {
|
|
1256
|
-
$slots: S;
|
|
1257
|
-
};
|
|
1258
|
-
};
|
|
1259
|
-
|
|
1260
1175
|
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
1261
1176
|
new (): {
|
|
1262
1177
|
$slots: S;
|
|
@@ -1533,7 +1448,7 @@ containerClass: string;
|
|
|
1533
1448
|
tooltip: string;
|
|
1534
1449
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1535
1450
|
|
|
1536
|
-
export declare const AAssetSelect:
|
|
1451
|
+
export declare const AAssetSelect: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1537
1452
|
|
|
1538
1453
|
export declare const AAvatarColorPicker: DefineComponent< {
|
|
1539
1454
|
modelValue: string;
|
|
@@ -1603,11 +1518,11 @@ chip: boolean;
|
|
|
1603
1518
|
invertColor: boolean;
|
|
1604
1519
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1605
1520
|
|
|
1606
|
-
export declare const ABtnSplit:
|
|
1521
|
+
export declare const ABtnSplit: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1607
1522
|
|
|
1608
|
-
export declare const ACachedChip:
|
|
1523
|
+
export declare const ACachedChip: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1609
1524
|
|
|
1610
|
-
export declare const ACard: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
1525
|
+
export declare const ACard: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1611
1526
|
|
|
1612
1527
|
export declare const ACardLoader: DefineComponent< {
|
|
1613
1528
|
loading?: boolean;
|
|
@@ -1617,18 +1532,18 @@ loading?: boolean;
|
|
|
1617
1532
|
loading: boolean;
|
|
1618
1533
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1619
1534
|
|
|
1620
|
-
export declare const AChipNoLink: __VLS_WithTemplateSlots_3<typeof __VLS_component_3,
|
|
1535
|
+
export declare const AChipNoLink: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
1621
1536
|
|
|
1622
|
-
export declare const Acl: <TAclValue extends AclValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?:
|
|
1623
|
-
props:
|
|
1537
|
+
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<{
|
|
1538
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<{}> & Readonly<{}>, never>, never> & {
|
|
1624
1539
|
permission: TAclValue;
|
|
1625
1540
|
subject?: object;
|
|
1626
1541
|
}> & PublicProps;
|
|
1627
1542
|
expose(exposed: ShallowUnwrapRef< {}>): void;
|
|
1628
1543
|
attrs: any;
|
|
1629
|
-
slots:
|
|
1544
|
+
slots: {
|
|
1630
1545
|
default?(_: {}): any;
|
|
1631
|
-
}
|
|
1546
|
+
};
|
|
1632
1547
|
emit: {};
|
|
1633
1548
|
}>) => VNode<RendererNode, RendererElement, {
|
|
1634
1549
|
[key: string]: any;
|
|
@@ -1682,12 +1597,12 @@ addToCachedUsers: (...args: AddToCachedArgs<IntegerId>) => void;
|
|
|
1682
1597
|
fetchCachedUsers: () => Promisify<Promise<any>>;
|
|
1683
1598
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1684
1599
|
|
|
1685
|
-
export declare const ACopyText:
|
|
1600
|
+
export declare const ACopyText: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1686
1601
|
|
|
1687
|
-
export declare const ACreateDialog:
|
|
1602
|
+
export declare const ACreateDialog: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1688
1603
|
|
|
1689
|
-
export declare const ACropperjs: <T extends EventTarget = EventTarget>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?:
|
|
1690
|
-
props:
|
|
1604
|
+
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<{
|
|
1605
|
+
props: __VLS_PrettifyLocal_3<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<{}> & Readonly<{}>, never>, never> & {
|
|
1691
1606
|
src?: string;
|
|
1692
1607
|
alt?: string;
|
|
1693
1608
|
containerStyle?: {
|
|
@@ -1745,7 +1660,7 @@ export declare const ACropperjs: <T extends EventTarget = EventTarget>(__VLS_pro
|
|
|
1745
1660
|
setData: (data: default_2.SetDataOptions) => default_2 | undefined;
|
|
1746
1661
|
}>): void;
|
|
1747
1662
|
attrs: any;
|
|
1748
|
-
slots:
|
|
1663
|
+
slots: {};
|
|
1749
1664
|
emit: {};
|
|
1750
1665
|
}>) => VNode<RendererNode, RendererElement, {
|
|
1751
1666
|
[key: string]: any;
|
|
@@ -1767,7 +1682,7 @@ dataCy?: string;
|
|
|
1767
1682
|
dataCy: string;
|
|
1768
1683
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1769
1684
|
|
|
1770
|
-
export declare const ACustomDataForm:
|
|
1685
|
+
export declare const ACustomDataForm: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1771
1686
|
|
|
1772
1687
|
export declare const ACustomDataFormElement: DefineComponent< {
|
|
1773
1688
|
modelValue: any;
|
|
@@ -1793,8 +1708,8 @@ value: any;
|
|
|
1793
1708
|
validationScope: string | number | boolean | symbol;
|
|
1794
1709
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1795
1710
|
|
|
1796
|
-
export declare const ADatatable: <TItem = Record<string, unknown>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?:
|
|
1797
|
-
props:
|
|
1711
|
+
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<{
|
|
1712
|
+
props: __VLS_PrettifyLocal_4<Pick<Partial<{}> & Omit<{
|
|
1798
1713
|
readonly "onClick:row"?: ((data: any) => any) | undefined;
|
|
1799
1714
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<{}> & Readonly<{
|
|
1800
1715
|
"onClick:row"?: ((data: any) => any) | undefined;
|
|
@@ -1805,12 +1720,12 @@ export declare const ADatatable: <TItem = Record<string, unknown>>(__VLS_props:
|
|
|
1805
1720
|
}> & PublicProps;
|
|
1806
1721
|
expose(exposed: ShallowUnwrapRef< {}>): void;
|
|
1807
1722
|
attrs: any;
|
|
1808
|
-
slots:
|
|
1723
|
+
slots: Partial<Record<string, (_: {
|
|
1809
1724
|
item: any;
|
|
1810
1725
|
}) => any>> & {
|
|
1811
1726
|
bottom?(_: {}): any;
|
|
1812
|
-
}
|
|
1813
|
-
emit: (
|
|
1727
|
+
};
|
|
1728
|
+
emit: (e: "click:row", data: any) => void;
|
|
1814
1729
|
}>) => VNode<RendererNode, RendererElement, {
|
|
1815
1730
|
[key: string]: any;
|
|
1816
1731
|
}> & {
|
|
@@ -1888,11 +1803,11 @@ edgeDateValue?: string;
|
|
|
1888
1803
|
edgeDateValue: string;
|
|
1889
1804
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1890
1805
|
|
|
1891
|
-
export
|
|
1806
|
+
export { ADatetimePicker }
|
|
1892
1807
|
|
|
1893
1808
|
declare type AddToCachedArgs<T extends DocId | IntegerId> = Array<T | null | undefined> | Array<Array<T | null | undefined> | T | null | undefined>;
|
|
1894
1809
|
|
|
1895
|
-
export declare const ADialogToolbar:
|
|
1810
|
+
export declare const ADialogToolbar: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1896
1811
|
|
|
1897
1812
|
export declare const AEmptyRouterView: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1898
1813
|
|
|
@@ -2107,13 +2022,13 @@ onChange?: (() => any) | undefined;
|
|
|
2107
2022
|
"onUpdate:modelValue"?: ((data: any) => any) | undefined;
|
|
2108
2023
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2109
2024
|
|
|
2110
|
-
export declare const AFilterWrapper:
|
|
2025
|
+
export declare const AFilterWrapper: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
2111
2026
|
|
|
2112
|
-
export declare const AFormDatetimePicker:
|
|
2027
|
+
export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
2113
2028
|
|
|
2114
|
-
export declare const AFormFlagDatetimePicker:
|
|
2029
|
+
export declare const AFormFlagDatetimePicker: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
2115
2030
|
|
|
2116
|
-
export declare const AFormRemoteAutocomplete:
|
|
2031
|
+
export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
2117
2032
|
|
|
2118
2033
|
export declare const AFormRemoteAutocompleteWithCached: DefineComponent< {
|
|
2119
2034
|
modelValue: any;
|
|
@@ -2230,13 +2145,13 @@ hideLabel: boolean;
|
|
|
2230
2145
|
hideDetails: boolean;
|
|
2231
2146
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2232
2147
|
|
|
2233
|
-
export declare const AFormSwitch:
|
|
2148
|
+
export declare const AFormSwitch: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
2234
2149
|
|
|
2235
|
-
export
|
|
2150
|
+
export { AFormTextarea }
|
|
2236
2151
|
|
|
2237
|
-
export
|
|
2152
|
+
export { AFormTextField }
|
|
2238
2153
|
|
|
2239
|
-
export declare const AFormValueObjectOptionsSelect:
|
|
2154
|
+
export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
2240
2155
|
|
|
2241
2156
|
export declare const AIconGroup: DefineComponent< {
|
|
2242
2157
|
mainIcon: string;
|
|
@@ -2399,7 +2314,7 @@ showSource: boolean;
|
|
|
2399
2314
|
images: ImageAware[];
|
|
2400
2315
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2401
2316
|
|
|
2402
|
-
export declare const AImageWidgetSimple:
|
|
2317
|
+
export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
2403
2318
|
|
|
2404
2319
|
export declare const AJobBaseCreateForm: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2405
2320
|
"update:modelValue": (modelValue: JobBase<`job${string}`>) => any;
|
|
@@ -2407,7 +2322,7 @@ export declare const AJobBaseCreateForm: DefineComponent<__VLS_PublicProps_3, {}
|
|
|
2407
2322
|
"onUpdate:modelValue"?: ((modelValue: JobBase<`job${string}`>) => any) | undefined;
|
|
2408
2323
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2409
2324
|
|
|
2410
|
-
export declare const AJobDetailCommon:
|
|
2325
|
+
export declare const AJobDetailCommon: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
2411
2326
|
|
|
2412
2327
|
export declare const AJobPriorityChip: DefineComponent< {
|
|
2413
2328
|
priority: number;
|
|
@@ -2613,7 +2528,7 @@ export declare interface ApiResponseList<T> {
|
|
|
2613
2528
|
*/
|
|
2614
2529
|
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>;
|
|
2615
2530
|
|
|
2616
|
-
export declare const ARow: __VLS_WithTemplateSlots_2<typeof __VLS_component_2,
|
|
2531
|
+
export declare const ARow: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
2617
2532
|
|
|
2618
2533
|
export declare const arrayFlatten: <T>(input: NestedArray<T>, acc?: T[]) => T[];
|
|
2619
2534
|
|
|
@@ -2625,9 +2540,9 @@ export declare const arraysHaveSameElements: <T>(array1: T[], array2: T[]) => bo
|
|
|
2625
2540
|
|
|
2626
2541
|
export declare const arrayToString: (values: Array<string | number>, separator?: string) => string;
|
|
2627
2542
|
|
|
2628
|
-
export declare const ASortable:
|
|
2543
|
+
export declare const ASortable: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
2629
2544
|
|
|
2630
|
-
export declare const ASortableNested:
|
|
2545
|
+
export declare const ASortableNested: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
2631
2546
|
|
|
2632
2547
|
export declare type AssetCustomData = Record<string, any>;
|
|
2633
2548
|
|
|
@@ -2837,8 +2752,8 @@ declare const AssetSelectReturnType: {
|
|
|
2837
2752
|
|
|
2838
2753
|
declare type AssetSelectReturnTypeType = (typeof AssetSelectReturnType)[keyof typeof AssetSelectReturnType];
|
|
2839
2754
|
|
|
2840
|
-
export declare const ASubjectSelect: <TItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?:
|
|
2841
|
-
props:
|
|
2755
|
+
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<{
|
|
2756
|
+
props: __VLS_PrettifyLocal_2<Pick<Partial<{}> & Omit<{
|
|
2842
2757
|
readonly "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|
|
2843
2758
|
readonly onOnConfirm?: ((data: TItem[]) => any) | undefined;
|
|
2844
2759
|
readonly onOnOpen?: (() => any) | undefined;
|
|
@@ -2868,7 +2783,7 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: NonNullable<Awaited<ty
|
|
|
2868
2783
|
open: () => void;
|
|
2869
2784
|
}>): void;
|
|
2870
2785
|
attrs: any;
|
|
2871
|
-
slots:
|
|
2786
|
+
slots: {
|
|
2872
2787
|
activator?(_: {
|
|
2873
2788
|
props: {
|
|
2874
2789
|
onClick: () => void;
|
|
@@ -2882,7 +2797,7 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: NonNullable<Awaited<ty
|
|
|
2882
2797
|
content?(_: {}): any;
|
|
2883
2798
|
"button-confirm-title"?(_: {}): any;
|
|
2884
2799
|
"button-confirm-title"?(_: {}): any;
|
|
2885
|
-
}
|
|
2800
|
+
};
|
|
2886
2801
|
emit: {
|
|
2887
2802
|
(e: "update:modelValue", data: boolean): void;
|
|
2888
2803
|
(e: "update:pagination", data: Pagination): void;
|
|
@@ -2890,7 +2805,7 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: NonNullable<Awaited<ty
|
|
|
2890
2805
|
(e: "onPageChange"): void;
|
|
2891
2806
|
(e: "onConfirm", data: Array<TItem>): void;
|
|
2892
2807
|
(e: "onFetchNextPage"): void;
|
|
2893
|
-
}
|
|
2808
|
+
};
|
|
2894
2809
|
}>) => VNode<RendererNode, RendererElement, {
|
|
2895
2810
|
[key: string]: any;
|
|
2896
2811
|
}> & {
|
|
@@ -2910,7 +2825,7 @@ checkInterval: number;
|
|
|
2910
2825
|
jsonRelativePath: string;
|
|
2911
2826
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2912
2827
|
|
|
2913
|
-
export declare const ASystemEntityScope: __VLS_WithTemplateSlots_4<typeof __VLS_component_4,
|
|
2828
|
+
export declare const ASystemEntityScope: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
2914
2829
|
|
|
2915
2830
|
export declare const ATableCopyIdButton: DefineComponent< {
|
|
2916
2831
|
id: number | string;
|
|
@@ -4223,6 +4138,7 @@ backwards: string;
|
|
|
4223
4138
|
next: string;
|
|
4224
4139
|
prev: string;
|
|
4225
4140
|
loadMore: string;
|
|
4141
|
+
copy: string;
|
|
4226
4142
|
};
|
|
4227
4143
|
model: {
|
|
4228
4144
|
system: string;
|
|
@@ -4741,6 +4657,8 @@ kickUser: string;
|
|
|
4741
4657
|
kickYourself: string;
|
|
4742
4658
|
transferModeration: string;
|
|
4743
4659
|
};
|
|
4660
|
+
moderator: string;
|
|
4661
|
+
users: string;
|
|
4744
4662
|
};
|
|
4745
4663
|
};
|
|
4746
4664
|
$vuetify: {
|
|
@@ -5135,6 +5053,7 @@ export declare const messagesCs: {
|
|
|
5135
5053
|
next: string;
|
|
5136
5054
|
prev: string;
|
|
5137
5055
|
loadMore: string;
|
|
5056
|
+
copy: string;
|
|
5138
5057
|
};
|
|
5139
5058
|
model: {
|
|
5140
5059
|
system: string;
|
|
@@ -5653,6 +5572,8 @@ export declare const messagesCs: {
|
|
|
5653
5572
|
kickYourself: string;
|
|
5654
5573
|
transferModeration: string;
|
|
5655
5574
|
};
|
|
5575
|
+
moderator: string;
|
|
5576
|
+
users: string;
|
|
5656
5577
|
};
|
|
5657
5578
|
};
|
|
5658
5579
|
$vuetify: {
|
|
@@ -5836,6 +5757,7 @@ export declare const messagesEn: {
|
|
|
5836
5757
|
next: string;
|
|
5837
5758
|
prev: string;
|
|
5838
5759
|
loadMore: string;
|
|
5760
|
+
copy: string;
|
|
5839
5761
|
};
|
|
5840
5762
|
model: {
|
|
5841
5763
|
system: string;
|
|
@@ -6354,6 +6276,8 @@ export declare const messagesEn: {
|
|
|
6354
6276
|
kickYourself: string;
|
|
6355
6277
|
transferModeration: string;
|
|
6356
6278
|
};
|
|
6279
|
+
moderator: string;
|
|
6280
|
+
users: string;
|
|
6357
6281
|
};
|
|
6358
6282
|
};
|
|
6359
6283
|
$vuetify: {
|
|
@@ -6537,6 +6461,7 @@ export declare const messagesSk: {
|
|
|
6537
6461
|
next: string;
|
|
6538
6462
|
prev: string;
|
|
6539
6463
|
loadMore: string;
|
|
6464
|
+
copy: string;
|
|
6540
6465
|
};
|
|
6541
6466
|
model: {
|
|
6542
6467
|
system: string;
|
|
@@ -7068,6 +6993,8 @@ export declare const messagesSk: {
|
|
|
7068
6993
|
kickYourself: string;
|
|
7069
6994
|
transferModeration: string;
|
|
7070
6995
|
};
|
|
6996
|
+
moderator: string;
|
|
6997
|
+
users: string;
|
|
7071
6998
|
};
|
|
7072
6999
|
};
|
|
7073
7000
|
$vuetify: {
|
|
@@ -8153,51 +8080,66 @@ initialized: {
|
|
|
8153
8080
|
damPubConfig: boolean;
|
|
8154
8081
|
damPrvConfig: boolean;
|
|
8155
8082
|
};
|
|
8156
|
-
damPubConfig: ShallowRef<DamPubConfig>;
|
|
8157
|
-
damPrvConfig: ShallowRef<DamPrvConfig>;
|
|
8158
|
-
damConfigExtSystem: ShallowRef<Map<number, DamExtSystemConfig>>;
|
|
8159
|
-
damConfigLicenceExtSystem: ShallowRef<Map<number, DamConfigLicenceExtSystem>>;
|
|
8083
|
+
damPubConfig: ShallowRef<DamPubConfig, DamPubConfig>;
|
|
8084
|
+
damPrvConfig: ShallowRef<DamPrvConfig, DamPrvConfig>;
|
|
8085
|
+
damConfigExtSystem: ShallowRef<Map<number, DamExtSystemConfig>, Map<number, DamExtSystemConfig>>;
|
|
8086
|
+
damConfigLicenceExtSystem: ShallowRef<Map<number, DamConfigLicenceExtSystem>, Map<number, DamConfigLicenceExtSystem>>;
|
|
8160
8087
|
damConfigAssetCustomFormElements: ShallowRef<Map<number, {
|
|
8161
8088
|
image: CustomDataFormElement[];
|
|
8162
8089
|
audio: CustomDataFormElement[];
|
|
8163
8090
|
video: CustomDataFormElement[];
|
|
8164
8091
|
document: CustomDataFormElement[];
|
|
8092
|
+
}>, Map<number, {
|
|
8093
|
+
image: CustomDataFormElement[];
|
|
8094
|
+
audio: CustomDataFormElement[];
|
|
8095
|
+
video: CustomDataFormElement[];
|
|
8096
|
+
document: CustomDataFormElement[];
|
|
8165
8097
|
}>>;
|
|
8166
|
-
damConfigDistributionCustomFormElements: ShallowRef<Map<string, CustomDataFormElement[]>>;
|
|
8098
|
+
damConfigDistributionCustomFormElements: ShallowRef<Map<string, CustomDataFormElement[]>, Map<string, CustomDataFormElement[]>>;
|
|
8167
8099
|
reset: () => void;
|
|
8168
8100
|
}, "damPubConfig" | "damPrvConfig" | "initialized" | "damConfigExtSystem" | "damConfigLicenceExtSystem" | "damConfigAssetCustomFormElements" | "damConfigDistributionCustomFormElements">>, Pick<{
|
|
8169
8101
|
initialized: {
|
|
8170
8102
|
damPubConfig: boolean;
|
|
8171
8103
|
damPrvConfig: boolean;
|
|
8172
8104
|
};
|
|
8173
|
-
damPubConfig: ShallowRef<DamPubConfig>;
|
|
8174
|
-
damPrvConfig: ShallowRef<DamPrvConfig>;
|
|
8175
|
-
damConfigExtSystem: ShallowRef<Map<number, DamExtSystemConfig>>;
|
|
8176
|
-
damConfigLicenceExtSystem: ShallowRef<Map<number, DamConfigLicenceExtSystem>>;
|
|
8105
|
+
damPubConfig: ShallowRef<DamPubConfig, DamPubConfig>;
|
|
8106
|
+
damPrvConfig: ShallowRef<DamPrvConfig, DamPrvConfig>;
|
|
8107
|
+
damConfigExtSystem: ShallowRef<Map<number, DamExtSystemConfig>, Map<number, DamExtSystemConfig>>;
|
|
8108
|
+
damConfigLicenceExtSystem: ShallowRef<Map<number, DamConfigLicenceExtSystem>, Map<number, DamConfigLicenceExtSystem>>;
|
|
8177
8109
|
damConfigAssetCustomFormElements: ShallowRef<Map<number, {
|
|
8178
8110
|
image: CustomDataFormElement[];
|
|
8179
8111
|
audio: CustomDataFormElement[];
|
|
8180
8112
|
video: CustomDataFormElement[];
|
|
8181
8113
|
document: CustomDataFormElement[];
|
|
8114
|
+
}>, Map<number, {
|
|
8115
|
+
image: CustomDataFormElement[];
|
|
8116
|
+
audio: CustomDataFormElement[];
|
|
8117
|
+
video: CustomDataFormElement[];
|
|
8118
|
+
document: CustomDataFormElement[];
|
|
8182
8119
|
}>>;
|
|
8183
|
-
damConfigDistributionCustomFormElements: ShallowRef<Map<string, CustomDataFormElement[]>>;
|
|
8120
|
+
damConfigDistributionCustomFormElements: ShallowRef<Map<string, CustomDataFormElement[]>, Map<string, CustomDataFormElement[]>>;
|
|
8184
8121
|
reset: () => void;
|
|
8185
8122
|
}, never>, Pick<{
|
|
8186
8123
|
initialized: {
|
|
8187
8124
|
damPubConfig: boolean;
|
|
8188
8125
|
damPrvConfig: boolean;
|
|
8189
8126
|
};
|
|
8190
|
-
damPubConfig: ShallowRef<DamPubConfig>;
|
|
8191
|
-
damPrvConfig: ShallowRef<DamPrvConfig>;
|
|
8192
|
-
damConfigExtSystem: ShallowRef<Map<number, DamExtSystemConfig>>;
|
|
8193
|
-
damConfigLicenceExtSystem: ShallowRef<Map<number, DamConfigLicenceExtSystem>>;
|
|
8127
|
+
damPubConfig: ShallowRef<DamPubConfig, DamPubConfig>;
|
|
8128
|
+
damPrvConfig: ShallowRef<DamPrvConfig, DamPrvConfig>;
|
|
8129
|
+
damConfigExtSystem: ShallowRef<Map<number, DamExtSystemConfig>, Map<number, DamExtSystemConfig>>;
|
|
8130
|
+
damConfigLicenceExtSystem: ShallowRef<Map<number, DamConfigLicenceExtSystem>, Map<number, DamConfigLicenceExtSystem>>;
|
|
8194
8131
|
damConfigAssetCustomFormElements: ShallowRef<Map<number, {
|
|
8195
8132
|
image: CustomDataFormElement[];
|
|
8196
8133
|
audio: CustomDataFormElement[];
|
|
8197
8134
|
video: CustomDataFormElement[];
|
|
8198
8135
|
document: CustomDataFormElement[];
|
|
8136
|
+
}>, Map<number, {
|
|
8137
|
+
image: CustomDataFormElement[];
|
|
8138
|
+
audio: CustomDataFormElement[];
|
|
8139
|
+
video: CustomDataFormElement[];
|
|
8140
|
+
document: CustomDataFormElement[];
|
|
8199
8141
|
}>>;
|
|
8200
|
-
damConfigDistributionCustomFormElements: ShallowRef<Map<string, CustomDataFormElement[]>>;
|
|
8142
|
+
damConfigDistributionCustomFormElements: ShallowRef<Map<string, CustomDataFormElement[]>, Map<string, CustomDataFormElement[]>>;
|
|
8201
8143
|
reset: () => void;
|
|
8202
8144
|
}, "reset">>;
|
|
8203
8145
|
|