@anzusystems/common-admin 1.47.0-beta.47 → 1.47.0-beta.49
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 +458 -370
- package/dist/common-admin.es.js +1 -1
- package/dist/{lib-BVZcBped.js → lib-BCI3_kUQ.js} +8 -8
- package/dist/lib-BCI3_kUQ.js.map +1 -0
- package/dist/{webfontloader-fbfVgMq9.js → webfontloader-BgRNV-P5.js} +2 -2
- package/dist/{webfontloader-fbfVgMq9.js.map → webfontloader-BgRNV-P5.js.map} +1 -1
- package/package.json +5 -5
- package/dist/lib-BVZcBped.js.map +0 -1
|
@@ -1,6 +1,3 @@
|
|
|
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';
|
|
4
1
|
import { AllowedComponentProps } from 'vue';
|
|
5
2
|
import { App } from 'vue';
|
|
6
3
|
import { AxiosError } from 'axios';
|
|
@@ -61,6 +58,94 @@ loading: boolean;
|
|
|
61
58
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
62
59
|
|
|
63
60
|
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< {
|
|
64
149
|
enableAdvanced?: boolean;
|
|
65
150
|
enableTop?: boolean;
|
|
66
151
|
hideButtons?: boolean;
|
|
@@ -81,13 +166,68 @@ enableTop: boolean;
|
|
|
81
166
|
hideButtons: boolean;
|
|
82
167
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
83
168
|
|
|
84
|
-
declare const
|
|
169
|
+
declare const __VLS_component_13: DefineComponent< {
|
|
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, {} & {
|
|
85
225
|
onCancel: () => any;
|
|
86
226
|
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
87
227
|
onOnCancel?: (() => any) | undefined;
|
|
88
228
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
89
229
|
|
|
90
|
-
declare const
|
|
230
|
+
declare const __VLS_component_15: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
91
231
|
"update:modelValue": (modelValue: boolean) => any;
|
|
92
232
|
} & {
|
|
93
233
|
onError: (data: any) => any;
|
|
@@ -112,7 +252,7 @@ redirectRouteName: string;
|
|
|
112
252
|
redirectParamName: string;
|
|
113
253
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
114
254
|
|
|
115
|
-
declare const
|
|
255
|
+
declare const __VLS_component_16: DefineComponent< {
|
|
116
256
|
id?: null | undefined | IntegerId | DocId;
|
|
117
257
|
title?: string;
|
|
118
258
|
containerClass?: undefined | string;
|
|
@@ -160,7 +300,7 @@ fallbackIdText: boolean;
|
|
|
160
300
|
wrapText: boolean;
|
|
161
301
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
162
302
|
|
|
163
|
-
declare const
|
|
303
|
+
declare const __VLS_component_17: DefineComponent< {
|
|
164
304
|
value: number | string;
|
|
165
305
|
notifyT?: string;
|
|
166
306
|
tooltipT?: string;
|
|
@@ -176,7 +316,7 @@ tooltipT: string;
|
|
|
176
316
|
notifyT: string;
|
|
177
317
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
178
318
|
|
|
179
|
-
declare const
|
|
319
|
+
declare const __VLS_component_18: DefineComponent< {
|
|
180
320
|
buttonT?: string;
|
|
181
321
|
buttonClass?: string;
|
|
182
322
|
dataCy?: string;
|
|
@@ -215,7 +355,7 @@ buttonClass: string;
|
|
|
215
355
|
disableMore: boolean;
|
|
216
356
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
217
357
|
|
|
218
|
-
declare const
|
|
358
|
+
declare const __VLS_component_19: DefineComponent< {
|
|
219
359
|
job: JobBase;
|
|
220
360
|
loading?: boolean;
|
|
221
361
|
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
|
|
@@ -225,7 +365,24 @@ loading?: boolean;
|
|
|
225
365
|
loading: boolean;
|
|
226
366
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
227
367
|
|
|
228
|
-
declare const
|
|
368
|
+
declare const __VLS_component_2: DefineComponent< {
|
|
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< {
|
|
229
386
|
modelValue: SortablePropItem[] | any;
|
|
230
387
|
dirty?: Set<DocId | IntegerId>;
|
|
231
388
|
keyField?: string;
|
|
@@ -309,7 +466,7 @@ chipSize: string;
|
|
|
309
466
|
disableDeleteDialog: boolean;
|
|
310
467
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
311
468
|
|
|
312
|
-
declare const
|
|
469
|
+
declare const __VLS_component_21: DefineComponent< {
|
|
313
470
|
modelValue: SortableNested;
|
|
314
471
|
maxDepth: number;
|
|
315
472
|
disableDraggable?: boolean;
|
|
@@ -367,7 +524,7 @@ showEditButton: boolean;
|
|
|
367
524
|
showAddChildButton: boolean;
|
|
368
525
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
369
526
|
|
|
370
|
-
declare const
|
|
527
|
+
declare const __VLS_component_22: DefineComponent< {
|
|
371
528
|
modelValue: {
|
|
372
529
|
[key: string]: any;
|
|
373
530
|
};
|
|
@@ -397,24 +554,7 @@ validationScope: string | number | boolean | symbol;
|
|
|
397
554
|
pinnedCount: number;
|
|
398
555
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
399
556
|
|
|
400
|
-
declare const
|
|
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< {
|
|
557
|
+
declare const __VLS_component_23: DefineComponent< {
|
|
418
558
|
modelValue: IntegerIdNullable | undefined;
|
|
419
559
|
image?: ImageAware | ImageCreateUpdateAware | undefined | null;
|
|
420
560
|
configName?: string;
|
|
@@ -451,7 +591,7 @@ damWidth: number;
|
|
|
451
591
|
damHeight: number;
|
|
452
592
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
453
593
|
|
|
454
|
-
declare const
|
|
594
|
+
declare const __VLS_component_24: DefineComponent<__VLS_PublicProps_5, {
|
|
455
595
|
open: () => void;
|
|
456
596
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
457
597
|
"update:modelValue": (modelValue: boolean) => any;
|
|
@@ -489,6 +629,132 @@ subject: string;
|
|
|
489
629
|
}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
490
630
|
|
|
491
631
|
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< {
|
|
492
758
|
modelValue: DatetimeUTCNullable | undefined;
|
|
493
759
|
label?: string;
|
|
494
760
|
errorMessage?: string;
|
|
@@ -533,7 +799,7 @@ v: any;
|
|
|
533
799
|
clearable: boolean;
|
|
534
800
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
535
801
|
|
|
536
|
-
declare const
|
|
802
|
+
declare const __VLS_component_8: DefineComponent< {
|
|
537
803
|
modelValue: DatetimeUTCNullable | undefined;
|
|
538
804
|
label?: string;
|
|
539
805
|
errorMessage?: string;
|
|
@@ -576,7 +842,7 @@ clearable: boolean;
|
|
|
576
842
|
defaultActivationValue: DatetimeUTCNullable | "now" | (() => DatetimeUTCNullable);
|
|
577
843
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
578
844
|
|
|
579
|
-
declare const
|
|
845
|
+
declare const __VLS_component_9: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
580
846
|
"update:modelValue": (modelValue: any) => any;
|
|
581
847
|
"update:selected": (selected: any) => any;
|
|
582
848
|
} & {
|
|
@@ -613,107 +879,19 @@ disableInitFetch: boolean;
|
|
|
613
879
|
chips: boolean;
|
|
614
880
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
615
881
|
|
|
616
|
-
declare
|
|
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> = {
|
|
882
|
+
declare type __VLS_Prettify<T> = {
|
|
705
883
|
[K in keyof T]: T[K];
|
|
706
884
|
} & {};
|
|
707
885
|
|
|
708
|
-
declare type
|
|
886
|
+
declare type __VLS_Prettify_2<T> = {
|
|
709
887
|
[K in keyof T]: T[K];
|
|
710
888
|
} & {};
|
|
711
889
|
|
|
712
|
-
declare type
|
|
890
|
+
declare type __VLS_Prettify_3<T> = {
|
|
713
891
|
[K in keyof T]: T[K];
|
|
714
892
|
} & {};
|
|
715
893
|
|
|
716
|
-
declare type
|
|
894
|
+
declare type __VLS_Prettify_4<T> = {
|
|
717
895
|
[K in keyof T]: T[K];
|
|
718
896
|
} & {};
|
|
719
897
|
|
|
@@ -747,272 +925,164 @@ declare type __VLS_PublicProps_7 = {
|
|
|
747
925
|
} & typeof __VLS_typeProps_6;
|
|
748
926
|
|
|
749
927
|
declare function __VLS_template(): {
|
|
750
|
-
|
|
751
|
-
default?(_: {}): any;
|
|
752
|
-
};
|
|
753
|
-
refs: {};
|
|
754
|
-
attrs: Partial<{}>;
|
|
928
|
+
default?(_: {}): any;
|
|
755
929
|
};
|
|
756
930
|
|
|
757
931
|
declare function __VLS_template_10(): {
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
advanced?(_: {}): any;
|
|
762
|
-
buttons?(_: {}): any;
|
|
763
|
-
};
|
|
764
|
-
refs: {};
|
|
765
|
-
attrs: Partial<{}>;
|
|
932
|
+
locked?(_: {
|
|
933
|
+
userId: number;
|
|
934
|
+
}): any;
|
|
766
935
|
};
|
|
767
936
|
|
|
768
937
|
declare function __VLS_template_11(): {
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
};
|
|
772
|
-
refs: {};
|
|
773
|
-
attrs: Partial<{}>;
|
|
938
|
+
locked?(_: {
|
|
939
|
+
userId: number;
|
|
940
|
+
}): any;
|
|
774
941
|
};
|
|
775
942
|
|
|
776
943
|
declare function __VLS_template_12(): {
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
"button-confirm-title"?(_: {}): any;
|
|
782
|
-
};
|
|
783
|
-
refs: {};
|
|
784
|
-
attrs: Partial<{}>;
|
|
944
|
+
top?(_: {}): any;
|
|
945
|
+
default?(_: {}): any;
|
|
946
|
+
advanced?(_: {}): any;
|
|
947
|
+
buttons?(_: {}): any;
|
|
785
948
|
};
|
|
786
949
|
|
|
787
950
|
declare function __VLS_template_13(): {
|
|
788
|
-
|
|
789
|
-
empty?(_: {}): any;
|
|
790
|
-
};
|
|
791
|
-
refs: {};
|
|
792
|
-
attrs: Partial<{}>;
|
|
951
|
+
"append-inner"?(_: {}): any;
|
|
793
952
|
};
|
|
794
953
|
|
|
795
954
|
declare function __VLS_template_14(): {
|
|
796
|
-
|
|
797
|
-
activator?(_: {
|
|
798
|
-
props: {
|
|
799
|
-
onClick: (e: Event) => void;
|
|
800
|
-
disabled: boolean;
|
|
801
|
-
};
|
|
802
|
-
}): any;
|
|
803
|
-
};
|
|
804
|
-
refs: {};
|
|
805
|
-
attrs: Partial<{}>;
|
|
955
|
+
default?(_: {}): any;
|
|
806
956
|
};
|
|
807
957
|
|
|
808
958
|
declare function __VLS_template_15(): {
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
};
|
|
814
|
-
refs: {};
|
|
815
|
-
attrs: Partial<{}>;
|
|
959
|
+
"button-title"?(_: {}): any;
|
|
960
|
+
title?(_: {}): any;
|
|
961
|
+
content?(_: {}): any;
|
|
962
|
+
"button-confirm-title"?(_: {}): any;
|
|
816
963
|
};
|
|
817
964
|
|
|
818
965
|
declare function __VLS_template_16(): {
|
|
819
|
-
|
|
820
|
-
"resource-name"?(_: {}): any;
|
|
821
|
-
};
|
|
822
|
-
refs: {};
|
|
823
|
-
attrs: Partial<{}>;
|
|
966
|
+
empty?(_: {}): any;
|
|
824
967
|
};
|
|
825
968
|
|
|
826
969
|
declare function __VLS_template_17(): {
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
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<{}>;
|
|
970
|
+
activator?(_: {
|
|
971
|
+
props: {
|
|
972
|
+
onClick: (e: Event) => void;
|
|
973
|
+
disabled: boolean;
|
|
974
|
+
};
|
|
975
|
+
}): any;
|
|
851
976
|
};
|
|
852
977
|
|
|
853
978
|
declare function __VLS_template_18(): {
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
}): any;
|
|
858
|
-
buttons?(_: {
|
|
859
|
-
item: any;
|
|
860
|
-
}): any;
|
|
861
|
-
};
|
|
862
|
-
refs: {};
|
|
863
|
-
attrs: Partial<{}>;
|
|
979
|
+
"button-content"?(_: {}): any;
|
|
980
|
+
"button-content"?(_: {}): any;
|
|
981
|
+
default?(_: {}): any;
|
|
864
982
|
};
|
|
865
983
|
|
|
866
984
|
declare function __VLS_template_19(): {
|
|
867
|
-
|
|
868
|
-
"before-pinned"?(_: {}): any;
|
|
869
|
-
"after-pinned"?(_: {}): any;
|
|
870
|
-
};
|
|
871
|
-
refs: {};
|
|
872
|
-
attrs: Partial<{}>;
|
|
985
|
+
"resource-name"?(_: {}): any;
|
|
873
986
|
};
|
|
874
987
|
|
|
875
988
|
declare function __VLS_template_2(): {
|
|
876
|
-
|
|
877
|
-
default?(_: {}): any;
|
|
878
|
-
};
|
|
879
|
-
refs: {};
|
|
880
|
-
attrs: Partial<{}>;
|
|
989
|
+
default?(_: {}): any;
|
|
881
990
|
};
|
|
882
991
|
|
|
883
992
|
declare function __VLS_template_20(): {
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
993
|
+
item?(_: {
|
|
994
|
+
item: SortableItem<any>;
|
|
995
|
+
}): any;
|
|
996
|
+
item?(_: {
|
|
997
|
+
item: SortableItem<any>;
|
|
998
|
+
}): any;
|
|
999
|
+
itemBefore?(_: {
|
|
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;
|
|
891
1013
|
};
|
|
892
1014
|
|
|
893
1015
|
declare function __VLS_template_21(): {
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
};
|
|
904
|
-
|
|
905
|
-
|
|
1016
|
+
item?(_: {
|
|
1017
|
+
item: any;
|
|
1018
|
+
}): any;
|
|
1019
|
+
buttons?(_: {
|
|
1020
|
+
item: any;
|
|
1021
|
+
}): any;
|
|
1022
|
+
};
|
|
1023
|
+
|
|
1024
|
+
declare function __VLS_template_22(): {
|
|
1025
|
+
"before-pinned"?(_: {}): any;
|
|
1026
|
+
"after-pinned"?(_: {}): any;
|
|
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;
|
|
906
1044
|
};
|
|
907
1045
|
|
|
908
1046
|
declare function __VLS_template_3(): {
|
|
909
|
-
|
|
910
|
-
default?(_: {}): any;
|
|
911
|
-
};
|
|
912
|
-
refs: {};
|
|
913
|
-
attrs: Partial<{}>;
|
|
1047
|
+
default?(_: {}): any;
|
|
914
1048
|
};
|
|
915
1049
|
|
|
916
1050
|
declare function __VLS_template_4(): {
|
|
917
|
-
|
|
918
|
-
default?(_: {}): any;
|
|
919
|
-
};
|
|
920
|
-
refs: {};
|
|
921
|
-
attrs: Partial<{}>;
|
|
1051
|
+
default?(_: {}): any;
|
|
922
1052
|
};
|
|
923
1053
|
|
|
924
1054
|
declare function __VLS_template_5(): {
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
};
|
|
930
|
-
refs: {};
|
|
931
|
-
attrs: Partial<{}>;
|
|
1055
|
+
locked?(_: {
|
|
1056
|
+
userId: number;
|
|
1057
|
+
}): any;
|
|
1058
|
+
prepend?(_: {}): any;
|
|
932
1059
|
};
|
|
933
1060
|
|
|
934
1061
|
declare function __VLS_template_6(): {
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
};
|
|
940
|
-
refs: {};
|
|
941
|
-
attrs: Partial<{}>;
|
|
1062
|
+
locked?(_: {
|
|
1063
|
+
userId: number;
|
|
1064
|
+
}): any;
|
|
1065
|
+
prepend?(_: {}): any;
|
|
942
1066
|
};
|
|
943
1067
|
|
|
944
1068
|
declare function __VLS_template_7(): {
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
}): any;
|
|
949
|
-
};
|
|
950
|
-
refs: {};
|
|
951
|
-
attrs: Partial<{}>;
|
|
1069
|
+
locked?(_: {
|
|
1070
|
+
userId: IntegerIdNullable;
|
|
1071
|
+
}): any;
|
|
952
1072
|
};
|
|
953
1073
|
|
|
954
1074
|
declare function __VLS_template_8(): {
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
}): any;
|
|
959
|
-
};
|
|
960
|
-
refs: {};
|
|
961
|
-
attrs: Partial<{}>;
|
|
1075
|
+
locked?(_: {
|
|
1076
|
+
userId: IntegerIdNullable;
|
|
1077
|
+
}): any;
|
|
962
1078
|
};
|
|
963
1079
|
|
|
964
1080
|
declare function __VLS_template_9(): {
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
}): any;
|
|
969
|
-
};
|
|
970
|
-
refs: {};
|
|
971
|
-
attrs: Partial<{}>;
|
|
1081
|
+
locked?(_: {
|
|
1082
|
+
userId: number;
|
|
1083
|
+
}): any;
|
|
972
1084
|
};
|
|
973
1085
|
|
|
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
|
-
|
|
1016
1086
|
declare let __VLS_typeProps: {
|
|
1017
1087
|
label?: string | undefined;
|
|
1018
1088
|
required?: boolean | undefined;
|
|
@@ -1172,6 +1242,24 @@ declare type __VLS_WithTemplateSlots_21<T, S> = T & {
|
|
|
1172
1242
|
};
|
|
1173
1243
|
};
|
|
1174
1244
|
|
|
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
|
+
|
|
1175
1263
|
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
1176
1264
|
new (): {
|
|
1177
1265
|
$slots: S;
|
|
@@ -1448,7 +1536,7 @@ containerClass: string;
|
|
|
1448
1536
|
tooltip: string;
|
|
1449
1537
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1450
1538
|
|
|
1451
|
-
export declare const AAssetSelect:
|
|
1539
|
+
export declare const AAssetSelect: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, ReturnType<typeof __VLS_template_24>>;
|
|
1452
1540
|
|
|
1453
1541
|
export declare const AAvatarColorPicker: DefineComponent< {
|
|
1454
1542
|
modelValue: string;
|
|
@@ -1518,11 +1606,11 @@ chip: boolean;
|
|
|
1518
1606
|
invertColor: boolean;
|
|
1519
1607
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1520
1608
|
|
|
1521
|
-
export declare const ABtnSplit:
|
|
1609
|
+
export declare const ABtnSplit: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, ReturnType<typeof __VLS_template_18>>;
|
|
1522
1610
|
|
|
1523
|
-
export declare const ACachedChip:
|
|
1611
|
+
export declare const ACachedChip: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, ReturnType<typeof __VLS_template_16>>;
|
|
1524
1612
|
|
|
1525
|
-
export declare const ACard: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
1613
|
+
export declare const ACard: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
1526
1614
|
|
|
1527
1615
|
export declare const ACardLoader: DefineComponent< {
|
|
1528
1616
|
loading?: boolean;
|
|
@@ -1532,18 +1620,18 @@ loading?: boolean;
|
|
|
1532
1620
|
loading: boolean;
|
|
1533
1621
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1534
1622
|
|
|
1535
|
-
export declare const AChipNoLink: __VLS_WithTemplateSlots_3<typeof __VLS_component_3,
|
|
1623
|
+
export declare const AChipNoLink: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, ReturnType<typeof __VLS_template_3>>;
|
|
1536
1624
|
|
|
1537
|
-
export declare const Acl: <TAclValue extends AclValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?:
|
|
1538
|
-
props:
|
|
1625
|
+
export declare const Acl: <TAclValue extends AclValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_Prettify<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1626
|
+
props: __VLS_Prettify<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<{}> & Readonly<{}>, never>, never> & {
|
|
1539
1627
|
permission: TAclValue;
|
|
1540
1628
|
subject?: object;
|
|
1541
1629
|
}> & PublicProps;
|
|
1542
1630
|
expose(exposed: ShallowUnwrapRef< {}>): void;
|
|
1543
1631
|
attrs: any;
|
|
1544
|
-
slots: {
|
|
1632
|
+
slots: ReturnType<() => {
|
|
1545
1633
|
default?(_: {}): any;
|
|
1546
|
-
}
|
|
1634
|
+
}>;
|
|
1547
1635
|
emit: {};
|
|
1548
1636
|
}>) => VNode<RendererNode, RendererElement, {
|
|
1549
1637
|
[key: string]: any;
|
|
@@ -1597,12 +1685,12 @@ addToCachedUsers: (...args: AddToCachedArgs<IntegerId>) => void;
|
|
|
1597
1685
|
fetchCachedUsers: () => Promisify<Promise<any>>;
|
|
1598
1686
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1599
1687
|
|
|
1600
|
-
export declare const ACopyText:
|
|
1688
|
+
export declare const ACopyText: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, ReturnType<typeof __VLS_template_17>>;
|
|
1601
1689
|
|
|
1602
|
-
export declare const ACreateDialog:
|
|
1690
|
+
export declare const ACreateDialog: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, ReturnType<typeof __VLS_template_15>>;
|
|
1603
1691
|
|
|
1604
|
-
export declare const ACropperjs: <T extends EventTarget = EventTarget>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?:
|
|
1605
|
-
props:
|
|
1692
|
+
export declare const ACropperjs: <T extends EventTarget = EventTarget>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_Prettify_3<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1693
|
+
props: __VLS_Prettify_3<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<{}> & Readonly<{}>, never>, never> & {
|
|
1606
1694
|
src?: string;
|
|
1607
1695
|
alt?: string;
|
|
1608
1696
|
containerStyle?: {
|
|
@@ -1660,7 +1748,7 @@ export declare const ACropperjs: <T extends EventTarget = EventTarget>(__VLS_pro
|
|
|
1660
1748
|
setData: (data: default_2.SetDataOptions) => default_2 | undefined;
|
|
1661
1749
|
}>): void;
|
|
1662
1750
|
attrs: any;
|
|
1663
|
-
slots: {}
|
|
1751
|
+
slots: ReturnType<() => {}>;
|
|
1664
1752
|
emit: {};
|
|
1665
1753
|
}>) => VNode<RendererNode, RendererElement, {
|
|
1666
1754
|
[key: string]: any;
|
|
@@ -1682,7 +1770,7 @@ dataCy?: string;
|
|
|
1682
1770
|
dataCy: string;
|
|
1683
1771
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1684
1772
|
|
|
1685
|
-
export declare const ACustomDataForm:
|
|
1773
|
+
export declare const ACustomDataForm: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, ReturnType<typeof __VLS_template_22>>;
|
|
1686
1774
|
|
|
1687
1775
|
export declare const ACustomDataFormElement: DefineComponent< {
|
|
1688
1776
|
modelValue: any;
|
|
@@ -1708,8 +1796,8 @@ value: any;
|
|
|
1708
1796
|
validationScope: string | number | boolean | symbol;
|
|
1709
1797
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1710
1798
|
|
|
1711
|
-
export declare const ADatatable: <TItem = Record<string, unknown>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?:
|
|
1712
|
-
props:
|
|
1799
|
+
export declare const ADatatable: <TItem = Record<string, unknown>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_Prettify_4<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1800
|
+
props: __VLS_Prettify_4<Pick<Partial<{}> & Omit<{
|
|
1713
1801
|
readonly "onClick:row"?: ((data: any) => any) | undefined;
|
|
1714
1802
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<{}> & Readonly<{
|
|
1715
1803
|
"onClick:row"?: ((data: any) => any) | undefined;
|
|
@@ -1720,12 +1808,12 @@ export declare const ADatatable: <TItem = Record<string, unknown>>(__VLS_props:
|
|
|
1720
1808
|
}> & PublicProps;
|
|
1721
1809
|
expose(exposed: ShallowUnwrapRef< {}>): void;
|
|
1722
1810
|
attrs: any;
|
|
1723
|
-
slots: Partial<Record<string, (_: {
|
|
1811
|
+
slots: ReturnType<() => Partial<Record<string, (_: {
|
|
1724
1812
|
item: any;
|
|
1725
1813
|
}) => any>> & {
|
|
1726
1814
|
bottom?(_: {}): any;
|
|
1727
|
-
}
|
|
1728
|
-
emit: (e: "click:row", data: any) => void;
|
|
1815
|
+
}>;
|
|
1816
|
+
emit: ((e: "click:row", data: any) => void) & {};
|
|
1729
1817
|
}>) => VNode<RendererNode, RendererElement, {
|
|
1730
1818
|
[key: string]: any;
|
|
1731
1819
|
}> & {
|
|
@@ -1803,11 +1891,11 @@ edgeDateValue?: string;
|
|
|
1803
1891
|
edgeDateValue: string;
|
|
1804
1892
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1805
1893
|
|
|
1806
|
-
export
|
|
1894
|
+
export declare const ADatetimePicker: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, ReturnType<typeof __VLS_template_13>>;
|
|
1807
1895
|
|
|
1808
1896
|
declare type AddToCachedArgs<T extends DocId | IntegerId> = Array<T | null | undefined> | Array<Array<T | null | undefined> | T | null | undefined>;
|
|
1809
1897
|
|
|
1810
|
-
export declare const ADialogToolbar:
|
|
1898
|
+
export declare const ADialogToolbar: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, ReturnType<typeof __VLS_template_14>>;
|
|
1811
1899
|
|
|
1812
1900
|
export declare const AEmptyRouterView: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1813
1901
|
|
|
@@ -2022,13 +2110,13 @@ onChange?: (() => any) | undefined;
|
|
|
2022
2110
|
"onUpdate:modelValue"?: ((data: any) => any) | undefined;
|
|
2023
2111
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2024
2112
|
|
|
2025
|
-
export declare const AFilterWrapper:
|
|
2113
|
+
export declare const AFilterWrapper: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, ReturnType<typeof __VLS_template_12>>;
|
|
2026
2114
|
|
|
2027
|
-
export declare const AFormDatetimePicker:
|
|
2115
|
+
export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, ReturnType<typeof __VLS_template_7>>;
|
|
2028
2116
|
|
|
2029
|
-
export declare const AFormFlagDatetimePicker:
|
|
2117
|
+
export declare const AFormFlagDatetimePicker: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, ReturnType<typeof __VLS_template_8>>;
|
|
2030
2118
|
|
|
2031
|
-
export declare const AFormRemoteAutocomplete:
|
|
2119
|
+
export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, ReturnType<typeof __VLS_template_9>>;
|
|
2032
2120
|
|
|
2033
2121
|
export declare const AFormRemoteAutocompleteWithCached: DefineComponent< {
|
|
2034
2122
|
modelValue: any;
|
|
@@ -2145,13 +2233,13 @@ hideLabel: boolean;
|
|
|
2145
2233
|
hideDetails: boolean;
|
|
2146
2234
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2147
2235
|
|
|
2148
|
-
export declare const AFormSwitch:
|
|
2236
|
+
export declare const AFormSwitch: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, ReturnType<typeof __VLS_template_10>>;
|
|
2149
2237
|
|
|
2150
|
-
export
|
|
2238
|
+
export declare const AFormTextarea: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, ReturnType<typeof __VLS_template_6>>;
|
|
2151
2239
|
|
|
2152
|
-
export
|
|
2240
|
+
export declare const AFormTextField: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, ReturnType<typeof __VLS_template_5>>;
|
|
2153
2241
|
|
|
2154
|
-
export declare const AFormValueObjectOptionsSelect:
|
|
2242
|
+
export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, ReturnType<typeof __VLS_template_11>>;
|
|
2155
2243
|
|
|
2156
2244
|
export declare const AIconGroup: DefineComponent< {
|
|
2157
2245
|
mainIcon: string;
|
|
@@ -2314,7 +2402,7 @@ showSource: boolean;
|
|
|
2314
2402
|
images: ImageAware[];
|
|
2315
2403
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2316
2404
|
|
|
2317
|
-
export declare const AImageWidgetSimple:
|
|
2405
|
+
export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, ReturnType<typeof __VLS_template_23>>;
|
|
2318
2406
|
|
|
2319
2407
|
export declare const AJobBaseCreateForm: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2320
2408
|
"update:modelValue": (modelValue: JobBase<`job${string}`>) => any;
|
|
@@ -2322,7 +2410,7 @@ export declare const AJobBaseCreateForm: DefineComponent<__VLS_PublicProps_3, {}
|
|
|
2322
2410
|
"onUpdate:modelValue"?: ((modelValue: JobBase<`job${string}`>) => any) | undefined;
|
|
2323
2411
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2324
2412
|
|
|
2325
|
-
export declare const AJobDetailCommon:
|
|
2413
|
+
export declare const AJobDetailCommon: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, ReturnType<typeof __VLS_template_19>>;
|
|
2326
2414
|
|
|
2327
2415
|
export declare const AJobPriorityChip: DefineComponent< {
|
|
2328
2416
|
priority: number;
|
|
@@ -2528,7 +2616,7 @@ export declare interface ApiResponseList<T> {
|
|
|
2528
2616
|
*/
|
|
2529
2617
|
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>;
|
|
2530
2618
|
|
|
2531
|
-
export declare const ARow: __VLS_WithTemplateSlots_2<typeof __VLS_component_2,
|
|
2619
|
+
export declare const ARow: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, ReturnType<typeof __VLS_template_2>>;
|
|
2532
2620
|
|
|
2533
2621
|
export declare const arrayFlatten: <T>(input: NestedArray<T>, acc?: T[]) => T[];
|
|
2534
2622
|
|
|
@@ -2540,9 +2628,9 @@ export declare const arraysHaveSameElements: <T>(array1: T[], array2: T[]) => bo
|
|
|
2540
2628
|
|
|
2541
2629
|
export declare const arrayToString: (values: Array<string | number>, separator?: string) => string;
|
|
2542
2630
|
|
|
2543
|
-
export declare const ASortable:
|
|
2631
|
+
export declare const ASortable: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, ReturnType<typeof __VLS_template_20>>;
|
|
2544
2632
|
|
|
2545
|
-
export declare const ASortableNested:
|
|
2633
|
+
export declare const ASortableNested: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, ReturnType<typeof __VLS_template_21>>;
|
|
2546
2634
|
|
|
2547
2635
|
export declare type AssetCustomData = Record<string, any>;
|
|
2548
2636
|
|
|
@@ -2752,8 +2840,8 @@ declare const AssetSelectReturnType: {
|
|
|
2752
2840
|
|
|
2753
2841
|
declare type AssetSelectReturnTypeType = (typeof AssetSelectReturnType)[keyof typeof AssetSelectReturnType];
|
|
2754
2842
|
|
|
2755
|
-
export declare const ASubjectSelect: <TItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?:
|
|
2756
|
-
props:
|
|
2843
|
+
export declare const ASubjectSelect: <TItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_Prettify_2<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2844
|
+
props: __VLS_Prettify_2<Pick<Partial<{}> & Omit<{
|
|
2757
2845
|
readonly "onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|
|
2758
2846
|
readonly onOnConfirm?: ((data: TItem[]) => any) | undefined;
|
|
2759
2847
|
readonly onOnOpen?: (() => any) | undefined;
|
|
@@ -2783,7 +2871,7 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: NonNullable<Awaited<ty
|
|
|
2783
2871
|
open: () => void;
|
|
2784
2872
|
}>): void;
|
|
2785
2873
|
attrs: any;
|
|
2786
|
-
slots: {
|
|
2874
|
+
slots: ReturnType<() => {
|
|
2787
2875
|
activator?(_: {
|
|
2788
2876
|
props: {
|
|
2789
2877
|
onClick: () => void;
|
|
@@ -2797,7 +2885,7 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: NonNullable<Awaited<ty
|
|
|
2797
2885
|
content?(_: {}): any;
|
|
2798
2886
|
"button-confirm-title"?(_: {}): any;
|
|
2799
2887
|
"button-confirm-title"?(_: {}): any;
|
|
2800
|
-
}
|
|
2888
|
+
}>;
|
|
2801
2889
|
emit: {
|
|
2802
2890
|
(e: "update:modelValue", data: boolean): void;
|
|
2803
2891
|
(e: "update:pagination", data: Pagination): void;
|
|
@@ -2805,7 +2893,7 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: NonNullable<Awaited<ty
|
|
|
2805
2893
|
(e: "onPageChange"): void;
|
|
2806
2894
|
(e: "onConfirm", data: Array<TItem>): void;
|
|
2807
2895
|
(e: "onFetchNextPage"): void;
|
|
2808
|
-
};
|
|
2896
|
+
} & {};
|
|
2809
2897
|
}>) => VNode<RendererNode, RendererElement, {
|
|
2810
2898
|
[key: string]: any;
|
|
2811
2899
|
}> & {
|
|
@@ -2825,7 +2913,7 @@ checkInterval: number;
|
|
|
2825
2913
|
jsonRelativePath: string;
|
|
2826
2914
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2827
2915
|
|
|
2828
|
-
export declare const ASystemEntityScope: __VLS_WithTemplateSlots_4<typeof __VLS_component_4,
|
|
2916
|
+
export declare const ASystemEntityScope: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, ReturnType<typeof __VLS_template_4>>;
|
|
2829
2917
|
|
|
2830
2918
|
export declare const ATableCopyIdButton: DefineComponent< {
|
|
2831
2919
|
id: number | string;
|