@anzusystems/common-admin 1.47.0-beta.46 → 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 +400 -473
- package/package.json +8 -8
|
@@ -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,7 +160,7 @@ 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;
|
|
306
166
|
tooltipT?: string;
|
|
@@ -316,7 +176,7 @@ tooltipT: string;
|
|
|
316
176
|
notifyT: string;
|
|
317
177
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
318
178
|
|
|
319
|
-
declare const
|
|
179
|
+
declare const __VLS_component_15: DefineComponent< {
|
|
320
180
|
buttonT?: string;
|
|
321
181
|
buttonClass?: string;
|
|
322
182
|
dataCy?: string;
|
|
@@ -355,7 +215,7 @@ buttonClass: string;
|
|
|
355
215
|
disableMore: boolean;
|
|
356
216
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
357
217
|
|
|
358
|
-
declare const
|
|
218
|
+
declare const __VLS_component_16: DefineComponent< {
|
|
359
219
|
job: JobBase;
|
|
360
220
|
loading?: boolean;
|
|
361
221
|
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
|
|
@@ -365,24 +225,7 @@ loading?: boolean;
|
|
|
365
225
|
loading: boolean;
|
|
366
226
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
367
227
|
|
|
368
|
-
declare const
|
|
369
|
-
title?: string;
|
|
370
|
-
value?: string | number | undefined | null;
|
|
371
|
-
dataCy?: string | undefined;
|
|
372
|
-
titleClass?: string | undefined;
|
|
373
|
-
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
|
|
374
|
-
title?: string;
|
|
375
|
-
value?: string | number | undefined | null;
|
|
376
|
-
dataCy?: string | undefined;
|
|
377
|
-
titleClass?: string | undefined;
|
|
378
|
-
}> & Readonly<{}>, {
|
|
379
|
-
value: string | number | null;
|
|
380
|
-
title: string;
|
|
381
|
-
dataCy: string;
|
|
382
|
-
titleClass: string;
|
|
383
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
384
|
-
|
|
385
|
-
declare const __VLS_component_20: DefineComponent< {
|
|
228
|
+
declare const __VLS_component_17: DefineComponent< {
|
|
386
229
|
modelValue: SortablePropItem[] | any;
|
|
387
230
|
dirty?: Set<DocId | IntegerId>;
|
|
388
231
|
keyField?: string;
|
|
@@ -466,7 +309,7 @@ chipSize: string;
|
|
|
466
309
|
disableDeleteDialog: boolean;
|
|
467
310
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
468
311
|
|
|
469
|
-
declare const
|
|
312
|
+
declare const __VLS_component_18: DefineComponent< {
|
|
470
313
|
modelValue: SortableNested;
|
|
471
314
|
maxDepth: number;
|
|
472
315
|
disableDraggable?: boolean;
|
|
@@ -524,7 +367,7 @@ showEditButton: boolean;
|
|
|
524
367
|
showAddChildButton: boolean;
|
|
525
368
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
526
369
|
|
|
527
|
-
declare const
|
|
370
|
+
declare const __VLS_component_19: DefineComponent< {
|
|
528
371
|
modelValue: {
|
|
529
372
|
[key: string]: any;
|
|
530
373
|
};
|
|
@@ -554,7 +397,24 @@ validationScope: string | number | boolean | symbol;
|
|
|
554
397
|
pinnedCount: number;
|
|
555
398
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
556
399
|
|
|
557
|
-
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< {
|
|
558
418
|
modelValue: IntegerIdNullable | undefined;
|
|
559
419
|
image?: ImageAware | ImageCreateUpdateAware | undefined | null;
|
|
560
420
|
configName?: string;
|
|
@@ -591,7 +451,7 @@ damWidth: number;
|
|
|
591
451
|
damHeight: number;
|
|
592
452
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
593
453
|
|
|
594
|
-
declare const
|
|
454
|
+
declare const __VLS_component_21: DefineComponent<__VLS_PublicProps_5, {
|
|
595
455
|
open: () => void;
|
|
596
456
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
597
457
|
"update:modelValue": (modelValue: boolean) => any;
|
|
@@ -629,132 +489,6 @@ subject: string;
|
|
|
629
489
|
}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
630
490
|
|
|
631
491
|
declare const __VLS_component_5: DefineComponent< {
|
|
632
|
-
modelValue: string | number | null | undefined;
|
|
633
|
-
label?: string;
|
|
634
|
-
errorMessage?: string;
|
|
635
|
-
required?: boolean;
|
|
636
|
-
v?: any;
|
|
637
|
-
prependIcon?: VuetifyIconValue;
|
|
638
|
-
appendIcon?: VuetifyIconValue;
|
|
639
|
-
dataCy?: string;
|
|
640
|
-
hideLabel?: boolean;
|
|
641
|
-
type?: string;
|
|
642
|
-
step?: number;
|
|
643
|
-
maxlength?: number | undefined;
|
|
644
|
-
collab?: CollabComponentConfig;
|
|
645
|
-
disabled?: boolean;
|
|
646
|
-
placeholder?: undefined | string;
|
|
647
|
-
persistentPlaceholder?: boolean;
|
|
648
|
-
help?: string | undefined;
|
|
649
|
-
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
650
|
-
blur: (data: string | number | null | undefined) => any;
|
|
651
|
-
focus: (data: string | number | null | undefined) => any;
|
|
652
|
-
"update:modelValue": (data: string | number | null | undefined) => any;
|
|
653
|
-
"click:append": (data: string | number | null | undefined) => any;
|
|
654
|
-
}, string, PublicProps, Readonly<{
|
|
655
|
-
modelValue: string | number | null | undefined;
|
|
656
|
-
label?: string;
|
|
657
|
-
errorMessage?: string;
|
|
658
|
-
required?: boolean;
|
|
659
|
-
v?: any;
|
|
660
|
-
prependIcon?: VuetifyIconValue;
|
|
661
|
-
appendIcon?: VuetifyIconValue;
|
|
662
|
-
dataCy?: string;
|
|
663
|
-
hideLabel?: boolean;
|
|
664
|
-
type?: string;
|
|
665
|
-
step?: number;
|
|
666
|
-
maxlength?: number | undefined;
|
|
667
|
-
collab?: CollabComponentConfig;
|
|
668
|
-
disabled?: boolean;
|
|
669
|
-
placeholder?: undefined | string;
|
|
670
|
-
persistentPlaceholder?: boolean;
|
|
671
|
-
help?: string | undefined;
|
|
672
|
-
}> & Readonly<{
|
|
673
|
-
onBlur?: ((data: string | number | null | undefined) => any) | undefined;
|
|
674
|
-
onFocus?: ((data: string | number | null | undefined) => any) | undefined;
|
|
675
|
-
"onUpdate:modelValue"?: ((data: string | number | null | undefined) => any) | undefined;
|
|
676
|
-
"onClick:append"?: ((data: string | number | null | undefined) => any) | undefined;
|
|
677
|
-
}>, {
|
|
678
|
-
required: boolean;
|
|
679
|
-
collab: {
|
|
680
|
-
room: CollabRoom;
|
|
681
|
-
field: CollabFieldName;
|
|
682
|
-
cachedUsers: CollabCachedUsersMap;
|
|
683
|
-
};
|
|
684
|
-
disabled: boolean;
|
|
685
|
-
help: string;
|
|
686
|
-
type: string;
|
|
687
|
-
placeholder: string;
|
|
688
|
-
dataCy: string;
|
|
689
|
-
appendIcon: VuetifyIconValue;
|
|
690
|
-
label: string;
|
|
691
|
-
prependIcon: VuetifyIconValue;
|
|
692
|
-
errorMessage: string;
|
|
693
|
-
v: any;
|
|
694
|
-
hideLabel: boolean;
|
|
695
|
-
step: number;
|
|
696
|
-
maxlength: number;
|
|
697
|
-
persistentPlaceholder: boolean;
|
|
698
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
699
|
-
|
|
700
|
-
declare const __VLS_component_6: DefineComponent< {
|
|
701
|
-
modelValue: string | null | undefined;
|
|
702
|
-
label?: string | undefined;
|
|
703
|
-
errorMessage?: string | undefined;
|
|
704
|
-
required?: boolean | undefined;
|
|
705
|
-
v?: any;
|
|
706
|
-
prependIcon?: VuetifyIconValue | undefined;
|
|
707
|
-
appendIcon?: VuetifyIconValue | undefined;
|
|
708
|
-
dataCy?: string | undefined;
|
|
709
|
-
hideLabel?: boolean;
|
|
710
|
-
rows?: number;
|
|
711
|
-
collab?: CollabComponentConfig | undefined;
|
|
712
|
-
disabled?: boolean | undefined;
|
|
713
|
-
help?: string | undefined;
|
|
714
|
-
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
715
|
-
blur: (data: string | null | undefined) => any;
|
|
716
|
-
focus: (data: string | null | undefined) => any;
|
|
717
|
-
"update:modelValue": (data: string | null | undefined) => any;
|
|
718
|
-
"click:append": (data: string | null) => any;
|
|
719
|
-
}, string, PublicProps, Readonly<{
|
|
720
|
-
modelValue: string | null | undefined;
|
|
721
|
-
label?: string | undefined;
|
|
722
|
-
errorMessage?: string | undefined;
|
|
723
|
-
required?: boolean | undefined;
|
|
724
|
-
v?: any;
|
|
725
|
-
prependIcon?: VuetifyIconValue | undefined;
|
|
726
|
-
appendIcon?: VuetifyIconValue | undefined;
|
|
727
|
-
dataCy?: string | undefined;
|
|
728
|
-
hideLabel?: boolean;
|
|
729
|
-
rows?: number;
|
|
730
|
-
collab?: CollabComponentConfig | undefined;
|
|
731
|
-
disabled?: boolean | undefined;
|
|
732
|
-
help?: string | undefined;
|
|
733
|
-
}> & Readonly<{
|
|
734
|
-
onBlur?: ((data: string | null | undefined) => any) | undefined;
|
|
735
|
-
onFocus?: ((data: string | null | undefined) => any) | undefined;
|
|
736
|
-
"onUpdate:modelValue"?: ((data: string | null | undefined) => any) | undefined;
|
|
737
|
-
"onClick:append"?: ((data: string | null) => any) | undefined;
|
|
738
|
-
}>, {
|
|
739
|
-
required: boolean;
|
|
740
|
-
collab: {
|
|
741
|
-
room: CollabRoom;
|
|
742
|
-
field: CollabFieldName;
|
|
743
|
-
cachedUsers: CollabCachedUsersMap;
|
|
744
|
-
};
|
|
745
|
-
disabled: boolean;
|
|
746
|
-
help: string;
|
|
747
|
-
dataCy: string;
|
|
748
|
-
appendIcon: string;
|
|
749
|
-
label: string;
|
|
750
|
-
prependIcon: string;
|
|
751
|
-
errorMessage: string;
|
|
752
|
-
v: any;
|
|
753
|
-
hideLabel: boolean;
|
|
754
|
-
rows: number;
|
|
755
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
756
|
-
|
|
757
|
-
declare const __VLS_component_7: DefineComponent< {
|
|
758
492
|
modelValue: DatetimeUTCNullable | undefined;
|
|
759
493
|
label?: string;
|
|
760
494
|
errorMessage?: string;
|
|
@@ -799,7 +533,7 @@ v: any;
|
|
|
799
533
|
clearable: boolean;
|
|
800
534
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
801
535
|
|
|
802
|
-
declare const
|
|
536
|
+
declare const __VLS_component_6: DefineComponent< {
|
|
803
537
|
modelValue: DatetimeUTCNullable | undefined;
|
|
804
538
|
label?: string;
|
|
805
539
|
errorMessage?: string;
|
|
@@ -842,7 +576,7 @@ clearable: boolean;
|
|
|
842
576
|
defaultActivationValue: DatetimeUTCNullable | "now" | (() => DatetimeUTCNullable);
|
|
843
577
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
844
578
|
|
|
845
|
-
declare const
|
|
579
|
+
declare const __VLS_component_7: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
846
580
|
"update:modelValue": (modelValue: any) => any;
|
|
847
581
|
"update:selected": (selected: any) => any;
|
|
848
582
|
} & {
|
|
@@ -879,19 +613,107 @@ disableInitFetch: boolean;
|
|
|
879
613
|
chips: boolean;
|
|
880
614
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
881
615
|
|
|
882
|
-
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> = {
|
|
883
705
|
[K in keyof T]: T[K];
|
|
884
706
|
} & {};
|
|
885
707
|
|
|
886
|
-
declare type
|
|
708
|
+
declare type __VLS_PrettifyLocal_2<T> = {
|
|
887
709
|
[K in keyof T]: T[K];
|
|
888
710
|
} & {};
|
|
889
711
|
|
|
890
|
-
declare type
|
|
712
|
+
declare type __VLS_PrettifyLocal_3<T> = {
|
|
891
713
|
[K in keyof T]: T[K];
|
|
892
714
|
} & {};
|
|
893
715
|
|
|
894
|
-
declare type
|
|
716
|
+
declare type __VLS_PrettifyLocal_4<T> = {
|
|
895
717
|
[K in keyof T]: T[K];
|
|
896
718
|
} & {};
|
|
897
719
|
|
|
@@ -925,164 +747,272 @@ declare type __VLS_PublicProps_7 = {
|
|
|
925
747
|
} & typeof __VLS_typeProps_6;
|
|
926
748
|
|
|
927
749
|
declare function __VLS_template(): {
|
|
928
|
-
|
|
750
|
+
slots: {
|
|
751
|
+
default?(_: {}): any;
|
|
752
|
+
};
|
|
753
|
+
refs: {};
|
|
754
|
+
attrs: Partial<{}>;
|
|
929
755
|
};
|
|
930
756
|
|
|
931
757
|
declare function __VLS_template_10(): {
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
758
|
+
slots: {
|
|
759
|
+
top?(_: {}): any;
|
|
760
|
+
default?(_: {}): any;
|
|
761
|
+
advanced?(_: {}): any;
|
|
762
|
+
buttons?(_: {}): any;
|
|
763
|
+
};
|
|
764
|
+
refs: {};
|
|
765
|
+
attrs: Partial<{}>;
|
|
935
766
|
};
|
|
936
767
|
|
|
937
768
|
declare function __VLS_template_11(): {
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
}
|
|
769
|
+
slots: {
|
|
770
|
+
default?(_: {}): any;
|
|
771
|
+
};
|
|
772
|
+
refs: {};
|
|
773
|
+
attrs: Partial<{}>;
|
|
941
774
|
};
|
|
942
775
|
|
|
943
776
|
declare function __VLS_template_12(): {
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
777
|
+
slots: {
|
|
778
|
+
"button-title"?(_: {}): any;
|
|
779
|
+
title?(_: {}): any;
|
|
780
|
+
content?(_: {}): any;
|
|
781
|
+
"button-confirm-title"?(_: {}): any;
|
|
782
|
+
};
|
|
783
|
+
refs: {};
|
|
784
|
+
attrs: Partial<{}>;
|
|
948
785
|
};
|
|
949
786
|
|
|
950
787
|
declare function __VLS_template_13(): {
|
|
951
|
-
|
|
788
|
+
slots: {
|
|
789
|
+
empty?(_: {}): any;
|
|
790
|
+
};
|
|
791
|
+
refs: {};
|
|
792
|
+
attrs: Partial<{}>;
|
|
952
793
|
};
|
|
953
794
|
|
|
954
795
|
declare function __VLS_template_14(): {
|
|
955
|
-
|
|
796
|
+
slots: {
|
|
797
|
+
activator?(_: {
|
|
798
|
+
props: {
|
|
799
|
+
onClick: (e: Event) => void;
|
|
800
|
+
disabled: boolean;
|
|
801
|
+
};
|
|
802
|
+
}): any;
|
|
803
|
+
};
|
|
804
|
+
refs: {};
|
|
805
|
+
attrs: Partial<{}>;
|
|
956
806
|
};
|
|
957
807
|
|
|
958
808
|
declare function __VLS_template_15(): {
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
809
|
+
slots: {
|
|
810
|
+
"button-content"?(_: {}): any;
|
|
811
|
+
"button-content"?(_: {}): any;
|
|
812
|
+
default?(_: {}): any;
|
|
813
|
+
};
|
|
814
|
+
refs: {};
|
|
815
|
+
attrs: Partial<{}>;
|
|
963
816
|
};
|
|
964
817
|
|
|
965
818
|
declare function __VLS_template_16(): {
|
|
966
|
-
|
|
819
|
+
slots: {
|
|
820
|
+
"resource-name"?(_: {}): any;
|
|
821
|
+
};
|
|
822
|
+
refs: {};
|
|
823
|
+
attrs: Partial<{}>;
|
|
967
824
|
};
|
|
968
825
|
|
|
969
826
|
declare function __VLS_template_17(): {
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
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<{}>;
|
|
976
851
|
};
|
|
977
852
|
|
|
978
853
|
declare function __VLS_template_18(): {
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
854
|
+
slots: {
|
|
855
|
+
item?(_: {
|
|
856
|
+
item: any;
|
|
857
|
+
}): any;
|
|
858
|
+
buttons?(_: {
|
|
859
|
+
item: any;
|
|
860
|
+
}): any;
|
|
861
|
+
};
|
|
862
|
+
refs: {};
|
|
863
|
+
attrs: Partial<{}>;
|
|
982
864
|
};
|
|
983
865
|
|
|
984
866
|
declare function __VLS_template_19(): {
|
|
985
|
-
|
|
867
|
+
slots: {
|
|
868
|
+
"before-pinned"?(_: {}): any;
|
|
869
|
+
"after-pinned"?(_: {}): any;
|
|
870
|
+
};
|
|
871
|
+
refs: {};
|
|
872
|
+
attrs: Partial<{}>;
|
|
986
873
|
};
|
|
987
874
|
|
|
988
875
|
declare function __VLS_template_2(): {
|
|
989
|
-
|
|
876
|
+
slots: {
|
|
877
|
+
default?(_: {}): any;
|
|
878
|
+
};
|
|
879
|
+
refs: {};
|
|
880
|
+
attrs: Partial<{}>;
|
|
990
881
|
};
|
|
991
882
|
|
|
992
883
|
declare function __VLS_template_20(): {
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
item: SortableItem<any>;
|
|
1001
|
-
}): any;
|
|
1002
|
-
buttons?(_: {
|
|
1003
|
-
item: SortableItem<any>;
|
|
1004
|
-
}): any;
|
|
1005
|
-
itemAfter?(_: {
|
|
1006
|
-
item: SortableItem<any>;
|
|
1007
|
-
}): any;
|
|
1008
|
-
"add-last-activator"?(_: {
|
|
1009
|
-
props: {
|
|
1010
|
-
onClick: () => void;
|
|
1011
|
-
};
|
|
1012
|
-
}): any;
|
|
884
|
+
slots: {
|
|
885
|
+
append?(_: {
|
|
886
|
+
image: ImageCreateUpdateAware | null;
|
|
887
|
+
}): any;
|
|
888
|
+
};
|
|
889
|
+
refs: {};
|
|
890
|
+
attrs: Partial<{}>;
|
|
1013
891
|
};
|
|
1014
892
|
|
|
1015
893
|
declare function __VLS_template_21(): {
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
};
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
}
|
|
1028
|
-
|
|
1029
|
-
declare function __VLS_template_23(): {
|
|
1030
|
-
append?(_: {
|
|
1031
|
-
image: ImageCreateUpdateAware | null;
|
|
1032
|
-
}): any;
|
|
1033
|
-
};
|
|
1034
|
-
|
|
1035
|
-
declare function __VLS_template_24(): {
|
|
1036
|
-
activator?(_: {
|
|
1037
|
-
props: {
|
|
1038
|
-
onClick: () => void;
|
|
1039
|
-
};
|
|
1040
|
-
}): any;
|
|
1041
|
-
title?(_: {}): any;
|
|
1042
|
-
"button-confirm-title"?(_: {}): any;
|
|
1043
|
-
"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<{}>;
|
|
1044
906
|
};
|
|
1045
907
|
|
|
1046
908
|
declare function __VLS_template_3(): {
|
|
1047
|
-
|
|
909
|
+
slots: {
|
|
910
|
+
default?(_: {}): any;
|
|
911
|
+
};
|
|
912
|
+
refs: {};
|
|
913
|
+
attrs: Partial<{}>;
|
|
1048
914
|
};
|
|
1049
915
|
|
|
1050
916
|
declare function __VLS_template_4(): {
|
|
1051
|
-
|
|
917
|
+
slots: {
|
|
918
|
+
default?(_: {}): any;
|
|
919
|
+
};
|
|
920
|
+
refs: {};
|
|
921
|
+
attrs: Partial<{}>;
|
|
1052
922
|
};
|
|
1053
923
|
|
|
1054
924
|
declare function __VLS_template_5(): {
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
925
|
+
slots: {
|
|
926
|
+
locked?(_: {
|
|
927
|
+
userId: IntegerIdNullable;
|
|
928
|
+
}): any;
|
|
929
|
+
};
|
|
930
|
+
refs: {};
|
|
931
|
+
attrs: Partial<{}>;
|
|
1059
932
|
};
|
|
1060
933
|
|
|
1061
934
|
declare function __VLS_template_6(): {
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
935
|
+
slots: {
|
|
936
|
+
locked?(_: {
|
|
937
|
+
userId: IntegerIdNullable;
|
|
938
|
+
}): any;
|
|
939
|
+
};
|
|
940
|
+
refs: {};
|
|
941
|
+
attrs: Partial<{}>;
|
|
1066
942
|
};
|
|
1067
943
|
|
|
1068
944
|
declare function __VLS_template_7(): {
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
945
|
+
slots: {
|
|
946
|
+
locked?(_: {
|
|
947
|
+
userId: number;
|
|
948
|
+
}): any;
|
|
949
|
+
};
|
|
950
|
+
refs: {};
|
|
951
|
+
attrs: Partial<{}>;
|
|
1072
952
|
};
|
|
1073
953
|
|
|
1074
954
|
declare function __VLS_template_8(): {
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
955
|
+
slots: {
|
|
956
|
+
locked?(_: {
|
|
957
|
+
userId: number;
|
|
958
|
+
}): any;
|
|
959
|
+
};
|
|
960
|
+
refs: {};
|
|
961
|
+
attrs: Partial<{}>;
|
|
1078
962
|
};
|
|
1079
963
|
|
|
1080
964
|
declare function __VLS_template_9(): {
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
965
|
+
slots: {
|
|
966
|
+
locked?(_: {
|
|
967
|
+
userId: number;
|
|
968
|
+
}): any;
|
|
969
|
+
};
|
|
970
|
+
refs: {};
|
|
971
|
+
attrs: Partial<{}>;
|
|
1084
972
|
};
|
|
1085
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
|
+
|
|
1086
1016
|
declare let __VLS_typeProps: {
|
|
1087
1017
|
label?: string | undefined;
|
|
1088
1018
|
required?: boolean | undefined;
|
|
@@ -1242,24 +1172,6 @@ declare type __VLS_WithTemplateSlots_21<T, S> = T & {
|
|
|
1242
1172
|
};
|
|
1243
1173
|
};
|
|
1244
1174
|
|
|
1245
|
-
declare type __VLS_WithTemplateSlots_22<T, S> = T & {
|
|
1246
|
-
new (): {
|
|
1247
|
-
$slots: S;
|
|
1248
|
-
};
|
|
1249
|
-
};
|
|
1250
|
-
|
|
1251
|
-
declare type __VLS_WithTemplateSlots_23<T, S> = T & {
|
|
1252
|
-
new (): {
|
|
1253
|
-
$slots: S;
|
|
1254
|
-
};
|
|
1255
|
-
};
|
|
1256
|
-
|
|
1257
|
-
declare type __VLS_WithTemplateSlots_24<T, S> = T & {
|
|
1258
|
-
new (): {
|
|
1259
|
-
$slots: S;
|
|
1260
|
-
};
|
|
1261
|
-
};
|
|
1262
|
-
|
|
1263
1175
|
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
1264
1176
|
new (): {
|
|
1265
1177
|
$slots: S;
|
|
@@ -1536,7 +1448,7 @@ containerClass: string;
|
|
|
1536
1448
|
tooltip: string;
|
|
1537
1449
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1538
1450
|
|
|
1539
|
-
export declare const AAssetSelect:
|
|
1451
|
+
export declare const AAssetSelect: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1540
1452
|
|
|
1541
1453
|
export declare const AAvatarColorPicker: DefineComponent< {
|
|
1542
1454
|
modelValue: string;
|
|
@@ -1606,11 +1518,11 @@ chip: boolean;
|
|
|
1606
1518
|
invertColor: boolean;
|
|
1607
1519
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1608
1520
|
|
|
1609
|
-
export declare const ABtnSplit:
|
|
1521
|
+
export declare const ABtnSplit: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1610
1522
|
|
|
1611
|
-
export declare const ACachedChip:
|
|
1523
|
+
export declare const ACachedChip: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1612
1524
|
|
|
1613
|
-
export declare const ACard: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
1525
|
+
export declare const ACard: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1614
1526
|
|
|
1615
1527
|
export declare const ACardLoader: DefineComponent< {
|
|
1616
1528
|
loading?: boolean;
|
|
@@ -1620,18 +1532,18 @@ loading?: boolean;
|
|
|
1620
1532
|
loading: boolean;
|
|
1621
1533
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1622
1534
|
|
|
1623
|
-
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"]>;
|
|
1624
1536
|
|
|
1625
|
-
export declare const Acl: <TAclValue extends AclValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?:
|
|
1626
|
-
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> & {
|
|
1627
1539
|
permission: TAclValue;
|
|
1628
1540
|
subject?: object;
|
|
1629
1541
|
}> & PublicProps;
|
|
1630
1542
|
expose(exposed: ShallowUnwrapRef< {}>): void;
|
|
1631
1543
|
attrs: any;
|
|
1632
|
-
slots:
|
|
1544
|
+
slots: {
|
|
1633
1545
|
default?(_: {}): any;
|
|
1634
|
-
}
|
|
1546
|
+
};
|
|
1635
1547
|
emit: {};
|
|
1636
1548
|
}>) => VNode<RendererNode, RendererElement, {
|
|
1637
1549
|
[key: string]: any;
|
|
@@ -1685,12 +1597,12 @@ addToCachedUsers: (...args: AddToCachedArgs<IntegerId>) => void;
|
|
|
1685
1597
|
fetchCachedUsers: () => Promisify<Promise<any>>;
|
|
1686
1598
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1687
1599
|
|
|
1688
|
-
export declare const ACopyText:
|
|
1600
|
+
export declare const ACopyText: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1689
1601
|
|
|
1690
|
-
export declare const ACreateDialog:
|
|
1602
|
+
export declare const ACreateDialog: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1691
1603
|
|
|
1692
|
-
export declare const ACropperjs: <T extends EventTarget = EventTarget>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?:
|
|
1693
|
-
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> & {
|
|
1694
1606
|
src?: string;
|
|
1695
1607
|
alt?: string;
|
|
1696
1608
|
containerStyle?: {
|
|
@@ -1748,7 +1660,7 @@ export declare const ACropperjs: <T extends EventTarget = EventTarget>(__VLS_pro
|
|
|
1748
1660
|
setData: (data: default_2.SetDataOptions) => default_2 | undefined;
|
|
1749
1661
|
}>): void;
|
|
1750
1662
|
attrs: any;
|
|
1751
|
-
slots:
|
|
1663
|
+
slots: {};
|
|
1752
1664
|
emit: {};
|
|
1753
1665
|
}>) => VNode<RendererNode, RendererElement, {
|
|
1754
1666
|
[key: string]: any;
|
|
@@ -1770,7 +1682,7 @@ dataCy?: string;
|
|
|
1770
1682
|
dataCy: string;
|
|
1771
1683
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1772
1684
|
|
|
1773
|
-
export declare const ACustomDataForm:
|
|
1685
|
+
export declare const ACustomDataForm: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1774
1686
|
|
|
1775
1687
|
export declare const ACustomDataFormElement: DefineComponent< {
|
|
1776
1688
|
modelValue: any;
|
|
@@ -1796,8 +1708,8 @@ value: any;
|
|
|
1796
1708
|
validationScope: string | number | boolean | symbol;
|
|
1797
1709
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1798
1710
|
|
|
1799
|
-
export declare const ADatatable: <TItem = Record<string, unknown>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?:
|
|
1800
|
-
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<{
|
|
1801
1713
|
readonly "onClick:row"?: ((data: any) => any) | undefined;
|
|
1802
1714
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<{}> & Readonly<{
|
|
1803
1715
|
"onClick:row"?: ((data: any) => any) | undefined;
|
|
@@ -1808,12 +1720,12 @@ export declare const ADatatable: <TItem = Record<string, unknown>>(__VLS_props:
|
|
|
1808
1720
|
}> & PublicProps;
|
|
1809
1721
|
expose(exposed: ShallowUnwrapRef< {}>): void;
|
|
1810
1722
|
attrs: any;
|
|
1811
|
-
slots:
|
|
1723
|
+
slots: Partial<Record<string, (_: {
|
|
1812
1724
|
item: any;
|
|
1813
1725
|
}) => any>> & {
|
|
1814
1726
|
bottom?(_: {}): any;
|
|
1815
|
-
}
|
|
1816
|
-
emit: (
|
|
1727
|
+
};
|
|
1728
|
+
emit: (e: "click:row", data: any) => void;
|
|
1817
1729
|
}>) => VNode<RendererNode, RendererElement, {
|
|
1818
1730
|
[key: string]: any;
|
|
1819
1731
|
}> & {
|
|
@@ -1891,11 +1803,11 @@ edgeDateValue?: string;
|
|
|
1891
1803
|
edgeDateValue: string;
|
|
1892
1804
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1893
1805
|
|
|
1894
|
-
export
|
|
1806
|
+
export { ADatetimePicker }
|
|
1895
1807
|
|
|
1896
1808
|
declare type AddToCachedArgs<T extends DocId | IntegerId> = Array<T | null | undefined> | Array<Array<T | null | undefined> | T | null | undefined>;
|
|
1897
1809
|
|
|
1898
|
-
export declare const ADialogToolbar:
|
|
1810
|
+
export declare const ADialogToolbar: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1899
1811
|
|
|
1900
1812
|
export declare const AEmptyRouterView: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1901
1813
|
|
|
@@ -2110,13 +2022,13 @@ onChange?: (() => any) | undefined;
|
|
|
2110
2022
|
"onUpdate:modelValue"?: ((data: any) => any) | undefined;
|
|
2111
2023
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2112
2024
|
|
|
2113
|
-
export declare const AFilterWrapper:
|
|
2025
|
+
export declare const AFilterWrapper: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
2114
2026
|
|
|
2115
|
-
export declare const AFormDatetimePicker:
|
|
2027
|
+
export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
2116
2028
|
|
|
2117
|
-
export declare const AFormFlagDatetimePicker:
|
|
2029
|
+
export declare const AFormFlagDatetimePicker: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
2118
2030
|
|
|
2119
|
-
export declare const AFormRemoteAutocomplete:
|
|
2031
|
+
export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
2120
2032
|
|
|
2121
2033
|
export declare const AFormRemoteAutocompleteWithCached: DefineComponent< {
|
|
2122
2034
|
modelValue: any;
|
|
@@ -2233,13 +2145,13 @@ hideLabel: boolean;
|
|
|
2233
2145
|
hideDetails: boolean;
|
|
2234
2146
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2235
2147
|
|
|
2236
|
-
export declare const AFormSwitch:
|
|
2148
|
+
export declare const AFormSwitch: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
2237
2149
|
|
|
2238
|
-
export
|
|
2150
|
+
export { AFormTextarea }
|
|
2239
2151
|
|
|
2240
|
-
export
|
|
2152
|
+
export { AFormTextField }
|
|
2241
2153
|
|
|
2242
|
-
export declare const AFormValueObjectOptionsSelect:
|
|
2154
|
+
export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
2243
2155
|
|
|
2244
2156
|
export declare const AIconGroup: DefineComponent< {
|
|
2245
2157
|
mainIcon: string;
|
|
@@ -2402,7 +2314,7 @@ showSource: boolean;
|
|
|
2402
2314
|
images: ImageAware[];
|
|
2403
2315
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2404
2316
|
|
|
2405
|
-
export declare const AImageWidgetSimple:
|
|
2317
|
+
export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
2406
2318
|
|
|
2407
2319
|
export declare const AJobBaseCreateForm: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2408
2320
|
"update:modelValue": (modelValue: JobBase<`job${string}`>) => any;
|
|
@@ -2410,7 +2322,7 @@ export declare const AJobBaseCreateForm: DefineComponent<__VLS_PublicProps_3, {}
|
|
|
2410
2322
|
"onUpdate:modelValue"?: ((modelValue: JobBase<`job${string}`>) => any) | undefined;
|
|
2411
2323
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2412
2324
|
|
|
2413
|
-
export declare const AJobDetailCommon:
|
|
2325
|
+
export declare const AJobDetailCommon: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
2414
2326
|
|
|
2415
2327
|
export declare const AJobPriorityChip: DefineComponent< {
|
|
2416
2328
|
priority: number;
|
|
@@ -2616,7 +2528,7 @@ export declare interface ApiResponseList<T> {
|
|
|
2616
2528
|
*/
|
|
2617
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>;
|
|
2618
2530
|
|
|
2619
|
-
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"]>;
|
|
2620
2532
|
|
|
2621
2533
|
export declare const arrayFlatten: <T>(input: NestedArray<T>, acc?: T[]) => T[];
|
|
2622
2534
|
|
|
@@ -2628,9 +2540,9 @@ export declare const arraysHaveSameElements: <T>(array1: T[], array2: T[]) => bo
|
|
|
2628
2540
|
|
|
2629
2541
|
export declare const arrayToString: (values: Array<string | number>, separator?: string) => string;
|
|
2630
2542
|
|
|
2631
|
-
export declare const ASortable:
|
|
2543
|
+
export declare const ASortable: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
2632
2544
|
|
|
2633
|
-
export declare const ASortableNested:
|
|
2545
|
+
export declare const ASortableNested: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
2634
2546
|
|
|
2635
2547
|
export declare type AssetCustomData = Record<string, any>;
|
|
2636
2548
|
|
|
@@ -2840,8 +2752,8 @@ declare const AssetSelectReturnType: {
|
|
|
2840
2752
|
|
|
2841
2753
|
declare type AssetSelectReturnTypeType = (typeof AssetSelectReturnType)[keyof typeof AssetSelectReturnType];
|
|
2842
2754
|
|
|
2843
|
-
export declare const ASubjectSelect: <TItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?:
|
|
2844
|
-
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<{
|
|
2845
2757
|
readonly "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|
|
2846
2758
|
readonly onOnConfirm?: ((data: TItem[]) => any) | undefined;
|
|
2847
2759
|
readonly onOnOpen?: (() => any) | undefined;
|
|
@@ -2871,7 +2783,7 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: NonNullable<Awaited<ty
|
|
|
2871
2783
|
open: () => void;
|
|
2872
2784
|
}>): void;
|
|
2873
2785
|
attrs: any;
|
|
2874
|
-
slots:
|
|
2786
|
+
slots: {
|
|
2875
2787
|
activator?(_: {
|
|
2876
2788
|
props: {
|
|
2877
2789
|
onClick: () => void;
|
|
@@ -2885,7 +2797,7 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: NonNullable<Awaited<ty
|
|
|
2885
2797
|
content?(_: {}): any;
|
|
2886
2798
|
"button-confirm-title"?(_: {}): any;
|
|
2887
2799
|
"button-confirm-title"?(_: {}): any;
|
|
2888
|
-
}
|
|
2800
|
+
};
|
|
2889
2801
|
emit: {
|
|
2890
2802
|
(e: "update:modelValue", data: boolean): void;
|
|
2891
2803
|
(e: "update:pagination", data: Pagination): void;
|
|
@@ -2893,7 +2805,7 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: NonNullable<Awaited<ty
|
|
|
2893
2805
|
(e: "onPageChange"): void;
|
|
2894
2806
|
(e: "onConfirm", data: Array<TItem>): void;
|
|
2895
2807
|
(e: "onFetchNextPage"): void;
|
|
2896
|
-
}
|
|
2808
|
+
};
|
|
2897
2809
|
}>) => VNode<RendererNode, RendererElement, {
|
|
2898
2810
|
[key: string]: any;
|
|
2899
2811
|
}> & {
|
|
@@ -2913,7 +2825,7 @@ checkInterval: number;
|
|
|
2913
2825
|
jsonRelativePath: string;
|
|
2914
2826
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2915
2827
|
|
|
2916
|
-
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"]>;
|
|
2917
2829
|
|
|
2918
2830
|
export declare const ATableCopyIdButton: DefineComponent< {
|
|
2919
2831
|
id: number | string;
|
|
@@ -8168,51 +8080,66 @@ initialized: {
|
|
|
8168
8080
|
damPubConfig: boolean;
|
|
8169
8081
|
damPrvConfig: boolean;
|
|
8170
8082
|
};
|
|
8171
|
-
damPubConfig: ShallowRef<DamPubConfig>;
|
|
8172
|
-
damPrvConfig: ShallowRef<DamPrvConfig>;
|
|
8173
|
-
damConfigExtSystem: ShallowRef<Map<number, DamExtSystemConfig>>;
|
|
8174
|
-
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>>;
|
|
8175
8087
|
damConfigAssetCustomFormElements: ShallowRef<Map<number, {
|
|
8176
8088
|
image: CustomDataFormElement[];
|
|
8177
8089
|
audio: CustomDataFormElement[];
|
|
8178
8090
|
video: CustomDataFormElement[];
|
|
8179
8091
|
document: CustomDataFormElement[];
|
|
8092
|
+
}>, Map<number, {
|
|
8093
|
+
image: CustomDataFormElement[];
|
|
8094
|
+
audio: CustomDataFormElement[];
|
|
8095
|
+
video: CustomDataFormElement[];
|
|
8096
|
+
document: CustomDataFormElement[];
|
|
8180
8097
|
}>>;
|
|
8181
|
-
damConfigDistributionCustomFormElements: ShallowRef<Map<string, CustomDataFormElement[]>>;
|
|
8098
|
+
damConfigDistributionCustomFormElements: ShallowRef<Map<string, CustomDataFormElement[]>, Map<string, CustomDataFormElement[]>>;
|
|
8182
8099
|
reset: () => void;
|
|
8183
8100
|
}, "damPubConfig" | "damPrvConfig" | "initialized" | "damConfigExtSystem" | "damConfigLicenceExtSystem" | "damConfigAssetCustomFormElements" | "damConfigDistributionCustomFormElements">>, Pick<{
|
|
8184
8101
|
initialized: {
|
|
8185
8102
|
damPubConfig: boolean;
|
|
8186
8103
|
damPrvConfig: boolean;
|
|
8187
8104
|
};
|
|
8188
|
-
damPubConfig: ShallowRef<DamPubConfig>;
|
|
8189
|
-
damPrvConfig: ShallowRef<DamPrvConfig>;
|
|
8190
|
-
damConfigExtSystem: ShallowRef<Map<number, DamExtSystemConfig>>;
|
|
8191
|
-
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>>;
|
|
8192
8109
|
damConfigAssetCustomFormElements: ShallowRef<Map<number, {
|
|
8193
8110
|
image: CustomDataFormElement[];
|
|
8194
8111
|
audio: CustomDataFormElement[];
|
|
8195
8112
|
video: CustomDataFormElement[];
|
|
8196
8113
|
document: CustomDataFormElement[];
|
|
8114
|
+
}>, Map<number, {
|
|
8115
|
+
image: CustomDataFormElement[];
|
|
8116
|
+
audio: CustomDataFormElement[];
|
|
8117
|
+
video: CustomDataFormElement[];
|
|
8118
|
+
document: CustomDataFormElement[];
|
|
8197
8119
|
}>>;
|
|
8198
|
-
damConfigDistributionCustomFormElements: ShallowRef<Map<string, CustomDataFormElement[]>>;
|
|
8120
|
+
damConfigDistributionCustomFormElements: ShallowRef<Map<string, CustomDataFormElement[]>, Map<string, CustomDataFormElement[]>>;
|
|
8199
8121
|
reset: () => void;
|
|
8200
8122
|
}, never>, Pick<{
|
|
8201
8123
|
initialized: {
|
|
8202
8124
|
damPubConfig: boolean;
|
|
8203
8125
|
damPrvConfig: boolean;
|
|
8204
8126
|
};
|
|
8205
|
-
damPubConfig: ShallowRef<DamPubConfig>;
|
|
8206
|
-
damPrvConfig: ShallowRef<DamPrvConfig>;
|
|
8207
|
-
damConfigExtSystem: ShallowRef<Map<number, DamExtSystemConfig>>;
|
|
8208
|
-
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>>;
|
|
8209
8131
|
damConfigAssetCustomFormElements: ShallowRef<Map<number, {
|
|
8210
8132
|
image: CustomDataFormElement[];
|
|
8211
8133
|
audio: CustomDataFormElement[];
|
|
8212
8134
|
video: CustomDataFormElement[];
|
|
8213
8135
|
document: CustomDataFormElement[];
|
|
8136
|
+
}>, Map<number, {
|
|
8137
|
+
image: CustomDataFormElement[];
|
|
8138
|
+
audio: CustomDataFormElement[];
|
|
8139
|
+
video: CustomDataFormElement[];
|
|
8140
|
+
document: CustomDataFormElement[];
|
|
8214
8141
|
}>>;
|
|
8215
|
-
damConfigDistributionCustomFormElements: ShallowRef<Map<string, CustomDataFormElement[]>>;
|
|
8142
|
+
damConfigDistributionCustomFormElements: ShallowRef<Map<string, CustomDataFormElement[]>, Map<string, CustomDataFormElement[]>>;
|
|
8216
8143
|
reset: () => void;
|
|
8217
8144
|
}, "reset">>;
|
|
8218
8145
|
|
package/package.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"./styles": "./dist/style.css",
|
|
14
14
|
"./*": "./*"
|
|
15
15
|
},
|
|
16
|
-
"version": "1.47.0-beta.
|
|
16
|
+
"version": "1.47.0-beta.47",
|
|
17
17
|
"type": "module",
|
|
18
18
|
"license": "Apache-2.0",
|
|
19
19
|
"scripts": {
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
"@kyvg/vue3-notification": "^3.3.0",
|
|
45
45
|
"@mdi/font": "^7.4.47",
|
|
46
46
|
"@rushstack/eslint-patch": "^1.10.4",
|
|
47
|
-
"@shikijs/vitepress-twoslash": "^1.
|
|
47
|
+
"@shikijs/vitepress-twoslash": "^1.20.0",
|
|
48
48
|
"@stylistic/eslint-plugin": "^2.8.0",
|
|
49
49
|
"@tsconfig/node18": "^18.2.4",
|
|
50
|
-
"@types/node": "^20.16.
|
|
50
|
+
"@types/node": "^20.16.10",
|
|
51
51
|
"@types/rusha": "^0.8.3",
|
|
52
52
|
"@types/sortablejs": "^1.15.8",
|
|
53
53
|
"@types/webfontloader": "^1.6.38",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"postcss-prefix-selector": "^1.16.1",
|
|
73
73
|
"prettier": "^3.3.3",
|
|
74
74
|
"rusha": "^0.8.14",
|
|
75
|
-
"sass": "^1.79.
|
|
75
|
+
"sass": "^1.79.4",
|
|
76
76
|
"socket.io-client": "4.8.0",
|
|
77
77
|
"sortablejs": "^1.15.3",
|
|
78
78
|
"stylelint": "16.9.0",
|
|
@@ -80,11 +80,11 @@
|
|
|
80
80
|
"stylelint-config-standard-scss": "^13.1.0",
|
|
81
81
|
"typescript": "5.5.4",
|
|
82
82
|
"uuid": "^10.0.0",
|
|
83
|
-
"vite": "5.4.
|
|
84
|
-
"vite-plugin-dts": "^4.
|
|
83
|
+
"vite": "5.4.8",
|
|
84
|
+
"vite-plugin-dts": "^4.2.2",
|
|
85
85
|
"vite-plugin-vuetify": "^2.0.4",
|
|
86
86
|
"vitepress": "1.3.4",
|
|
87
|
-
"vue": "3.5.
|
|
87
|
+
"vue": "3.5.10",
|
|
88
88
|
"vue-i18n": "9.14.0",
|
|
89
89
|
"vue-router": "4.4.5",
|
|
90
90
|
"vue-tsc": "2.1.6",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"dayjs": "1.11.13",
|
|
101
101
|
"pinia": "2.2.2",
|
|
102
102
|
"socket.io-client": "4.8.0",
|
|
103
|
-
"vue": "3.5.
|
|
103
|
+
"vue": "3.5.10",
|
|
104
104
|
"vue-i18n": "9.14.0",
|
|
105
105
|
"vue-router": "4.4.5",
|
|
106
106
|
"vuetify": "3.7.2"
|