@quidgest/ui 0.8.12 → 0.9.0
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/index.d.ts +806 -1001
- package/dist/ui.esm.js +990 -1015
- package/dist/ui.esm.js.map +1 -1
- package/dist/ui.js +4 -4
- package/dist/ui.js.map +1 -1
- package/dist/ui.min.js +174 -176
- package/dist/ui.min.js.map +1 -1
- package/dist/ui.scss +1 -1
- package/package.json +28 -28
package/dist/index.d.ts
CHANGED
|
@@ -13,6 +13,7 @@ import { ExtractPropTypes } from 'vue';
|
|
|
13
13
|
import { nextTick } from 'vue';
|
|
14
14
|
import type { Plugin as Plugin_2 } from 'vue';
|
|
15
15
|
import { PropType } from 'vue';
|
|
16
|
+
import { PublicProps } from 'vue';
|
|
16
17
|
import { Ref } from 'vue';
|
|
17
18
|
import { ShallowUnwrapRef } from 'vue';
|
|
18
19
|
import { Slot } from 'vue';
|
|
@@ -30,24 +31,8 @@ declare type __VLS_NonUndefinedable_12<T> = T extends undefined ? never : T;
|
|
|
30
31
|
|
|
31
32
|
declare type __VLS_NonUndefinedable_13<T> = T extends undefined ? never : T;
|
|
32
33
|
|
|
33
|
-
declare type __VLS_NonUndefinedable_14<T> = T extends undefined ? never : T;
|
|
34
|
-
|
|
35
|
-
declare type __VLS_NonUndefinedable_15<T> = T extends undefined ? never : T;
|
|
36
|
-
|
|
37
|
-
declare type __VLS_NonUndefinedable_16<T> = T extends undefined ? never : T;
|
|
38
|
-
|
|
39
|
-
declare type __VLS_NonUndefinedable_17<T> = T extends undefined ? never : T;
|
|
40
|
-
|
|
41
|
-
declare type __VLS_NonUndefinedable_18<T> = T extends undefined ? never : T;
|
|
42
|
-
|
|
43
|
-
declare type __VLS_NonUndefinedable_19<T> = T extends undefined ? never : T;
|
|
44
|
-
|
|
45
34
|
declare type __VLS_NonUndefinedable_2<T> = T extends undefined ? never : T;
|
|
46
35
|
|
|
47
|
-
declare type __VLS_NonUndefinedable_20<T> = T extends undefined ? never : T;
|
|
48
|
-
|
|
49
|
-
declare type __VLS_NonUndefinedable_21<T> = T extends undefined ? never : T;
|
|
50
|
-
|
|
51
36
|
declare type __VLS_NonUndefinedable_3<T> = T extends undefined ? never : T;
|
|
52
37
|
|
|
53
38
|
declare type __VLS_NonUndefinedable_4<T> = T extends undefined ? never : T;
|
|
@@ -74,34 +59,6 @@ declare type __VLS_Prettify_11<T> = {
|
|
|
74
59
|
[K in keyof T]: T[K];
|
|
75
60
|
} & {};
|
|
76
61
|
|
|
77
|
-
declare type __VLS_Prettify_12<T> = {
|
|
78
|
-
[K in keyof T]: T[K];
|
|
79
|
-
} & {};
|
|
80
|
-
|
|
81
|
-
declare type __VLS_Prettify_13<T> = {
|
|
82
|
-
[K in keyof T]: T[K];
|
|
83
|
-
} & {};
|
|
84
|
-
|
|
85
|
-
declare type __VLS_Prettify_14<T> = {
|
|
86
|
-
[K in keyof T]: T[K];
|
|
87
|
-
} & {};
|
|
88
|
-
|
|
89
|
-
declare type __VLS_Prettify_15<T> = {
|
|
90
|
-
[K in keyof T]: T[K];
|
|
91
|
-
} & {};
|
|
92
|
-
|
|
93
|
-
declare type __VLS_Prettify_16<T> = {
|
|
94
|
-
[K in keyof T]: T[K];
|
|
95
|
-
} & {};
|
|
96
|
-
|
|
97
|
-
declare type __VLS_Prettify_17<T> = {
|
|
98
|
-
[K in keyof T]: T[K];
|
|
99
|
-
} & {};
|
|
100
|
-
|
|
101
|
-
declare type __VLS_Prettify_18<T> = {
|
|
102
|
-
[K in keyof T]: T[K];
|
|
103
|
-
} & {};
|
|
104
|
-
|
|
105
62
|
declare type __VLS_Prettify_2<T> = {
|
|
106
63
|
[K in keyof T]: T[K];
|
|
107
64
|
} & {};
|
|
@@ -179,60 +136,6 @@ declare type __VLS_TypePropsToRuntimeProps_13<T> = {
|
|
|
179
136
|
};
|
|
180
137
|
};
|
|
181
138
|
|
|
182
|
-
declare type __VLS_TypePropsToRuntimeProps_14<T> = {
|
|
183
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
184
|
-
type: PropType<__VLS_NonUndefinedable_14<T[K]>>;
|
|
185
|
-
} : {
|
|
186
|
-
type: PropType<T[K]>;
|
|
187
|
-
required: true;
|
|
188
|
-
};
|
|
189
|
-
};
|
|
190
|
-
|
|
191
|
-
declare type __VLS_TypePropsToRuntimeProps_15<T> = {
|
|
192
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
193
|
-
type: PropType<__VLS_NonUndefinedable_15<T[K]>>;
|
|
194
|
-
} : {
|
|
195
|
-
type: PropType<T[K]>;
|
|
196
|
-
required: true;
|
|
197
|
-
};
|
|
198
|
-
};
|
|
199
|
-
|
|
200
|
-
declare type __VLS_TypePropsToRuntimeProps_16<T> = {
|
|
201
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
202
|
-
type: PropType<__VLS_NonUndefinedable_16<T[K]>>;
|
|
203
|
-
} : {
|
|
204
|
-
type: PropType<T[K]>;
|
|
205
|
-
required: true;
|
|
206
|
-
};
|
|
207
|
-
};
|
|
208
|
-
|
|
209
|
-
declare type __VLS_TypePropsToRuntimeProps_17<T> = {
|
|
210
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
211
|
-
type: PropType<__VLS_NonUndefinedable_17<T[K]>>;
|
|
212
|
-
} : {
|
|
213
|
-
type: PropType<T[K]>;
|
|
214
|
-
required: true;
|
|
215
|
-
};
|
|
216
|
-
};
|
|
217
|
-
|
|
218
|
-
declare type __VLS_TypePropsToRuntimeProps_18<T> = {
|
|
219
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
220
|
-
type: PropType<__VLS_NonUndefinedable_18<T[K]>>;
|
|
221
|
-
} : {
|
|
222
|
-
type: PropType<T[K]>;
|
|
223
|
-
required: true;
|
|
224
|
-
};
|
|
225
|
-
};
|
|
226
|
-
|
|
227
|
-
declare type __VLS_TypePropsToRuntimeProps_19<T> = {
|
|
228
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
229
|
-
type: PropType<__VLS_NonUndefinedable_19<T[K]>>;
|
|
230
|
-
} : {
|
|
231
|
-
type: PropType<T[K]>;
|
|
232
|
-
required: true;
|
|
233
|
-
};
|
|
234
|
-
};
|
|
235
|
-
|
|
236
139
|
declare type __VLS_TypePropsToRuntimeProps_2<T> = {
|
|
237
140
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
238
141
|
type: PropType<__VLS_NonUndefinedable_2<T[K]>>;
|
|
@@ -242,24 +145,6 @@ declare type __VLS_TypePropsToRuntimeProps_2<T> = {
|
|
|
242
145
|
};
|
|
243
146
|
};
|
|
244
147
|
|
|
245
|
-
declare type __VLS_TypePropsToRuntimeProps_20<T> = {
|
|
246
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
247
|
-
type: PropType<__VLS_NonUndefinedable_20<T[K]>>;
|
|
248
|
-
} : {
|
|
249
|
-
type: PropType<T[K]>;
|
|
250
|
-
required: true;
|
|
251
|
-
};
|
|
252
|
-
};
|
|
253
|
-
|
|
254
|
-
declare type __VLS_TypePropsToRuntimeProps_21<T> = {
|
|
255
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
256
|
-
type: PropType<__VLS_NonUndefinedable_21<T[K]>>;
|
|
257
|
-
} : {
|
|
258
|
-
type: PropType<T[K]>;
|
|
259
|
-
required: true;
|
|
260
|
-
};
|
|
261
|
-
};
|
|
262
|
-
|
|
263
148
|
declare type __VLS_TypePropsToRuntimeProps_3<T> = {
|
|
264
149
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
265
150
|
type: PropType<__VLS_NonUndefinedable_3<T[K]>>;
|
|
@@ -341,48 +226,6 @@ declare type __VLS_WithDefaults_11<P, D> = {
|
|
|
341
226
|
}> : P[K];
|
|
342
227
|
};
|
|
343
228
|
|
|
344
|
-
declare type __VLS_WithDefaults_12<P, D> = {
|
|
345
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_12<P[K] & {
|
|
346
|
-
default: D[K];
|
|
347
|
-
}> : P[K];
|
|
348
|
-
};
|
|
349
|
-
|
|
350
|
-
declare type __VLS_WithDefaults_13<P, D> = {
|
|
351
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_13<P[K] & {
|
|
352
|
-
default: D[K];
|
|
353
|
-
}> : P[K];
|
|
354
|
-
};
|
|
355
|
-
|
|
356
|
-
declare type __VLS_WithDefaults_14<P, D> = {
|
|
357
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_14<P[K] & {
|
|
358
|
-
default: D[K];
|
|
359
|
-
}> : P[K];
|
|
360
|
-
};
|
|
361
|
-
|
|
362
|
-
declare type __VLS_WithDefaults_15<P, D> = {
|
|
363
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_15<P[K] & {
|
|
364
|
-
default: D[K];
|
|
365
|
-
}> : P[K];
|
|
366
|
-
};
|
|
367
|
-
|
|
368
|
-
declare type __VLS_WithDefaults_16<P, D> = {
|
|
369
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_16<P[K] & {
|
|
370
|
-
default: D[K];
|
|
371
|
-
}> : P[K];
|
|
372
|
-
};
|
|
373
|
-
|
|
374
|
-
declare type __VLS_WithDefaults_17<P, D> = {
|
|
375
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_17<P[K] & {
|
|
376
|
-
default: D[K];
|
|
377
|
-
}> : P[K];
|
|
378
|
-
};
|
|
379
|
-
|
|
380
|
-
declare type __VLS_WithDefaults_18<P, D> = {
|
|
381
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_18<P[K] & {
|
|
382
|
-
default: D[K];
|
|
383
|
-
}> : P[K];
|
|
384
|
-
};
|
|
385
|
-
|
|
386
229
|
declare type __VLS_WithDefaults_2<P, D> = {
|
|
387
230
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_2<P[K] & {
|
|
388
231
|
default: D[K];
|
|
@@ -576,7 +419,7 @@ declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_WithDefaul
|
|
|
576
419
|
class: undefined;
|
|
577
420
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
578
421
|
click: (event: Event) => void;
|
|
579
|
-
}, string,
|
|
422
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<QButtonProps>, {
|
|
580
423
|
bStyle: string;
|
|
581
424
|
label: string;
|
|
582
425
|
size: string;
|
|
@@ -592,14 +435,14 @@ declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_WithDefaul
|
|
|
592
435
|
default?(_: {}): any;
|
|
593
436
|
}>;
|
|
594
437
|
|
|
595
|
-
declare const _default_10: __VLS_WithTemplateSlots_6<DefineComponent<
|
|
438
|
+
declare const _default_10: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_8<QInputGroupProps>, {
|
|
596
439
|
id: undefined;
|
|
597
440
|
label: string;
|
|
598
441
|
prependIcon: undefined;
|
|
599
442
|
appendIcon: undefined;
|
|
600
443
|
size: string;
|
|
601
444
|
class: undefined;
|
|
602
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
445
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_8<QInputGroupProps>, {
|
|
603
446
|
id: undefined;
|
|
604
447
|
label: string;
|
|
605
448
|
prependIcon: undefined;
|
|
@@ -619,41 +462,80 @@ declare const _default_10: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_WithD
|
|
|
619
462
|
append?(_: {}): any;
|
|
620
463
|
}>;
|
|
621
464
|
|
|
622
|
-
declare const _default_11: DefineComponent<
|
|
465
|
+
declare const _default_11: DefineComponent<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_9<QLineLoaderProps>, {
|
|
623
466
|
class: undefined;
|
|
624
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
467
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_9<QLineLoaderProps>, {
|
|
625
468
|
class: undefined;
|
|
626
469
|
}>>>, {
|
|
627
470
|
class: string | unknown[];
|
|
628
471
|
}, {}>;
|
|
629
472
|
|
|
630
|
-
declare const _default_12: __VLS_WithTemplateSlots_7<DefineComponent<
|
|
631
|
-
modelValue:
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
473
|
+
declare const _default_12: __VLS_WithTemplateSlots_7<DefineComponent<{
|
|
474
|
+
modelValue: PropType<Primitive>;
|
|
475
|
+
class: {
|
|
476
|
+
type: PropType<string | unknown[]>;
|
|
477
|
+
default: undefined;
|
|
478
|
+
};
|
|
479
|
+
disabled: {
|
|
480
|
+
type: PropType<boolean>;
|
|
481
|
+
};
|
|
482
|
+
highlighted: {
|
|
483
|
+
type: PropType<Primitive>;
|
|
484
|
+
default: undefined;
|
|
485
|
+
};
|
|
486
|
+
items: {
|
|
487
|
+
type: PropType<Item[]>;
|
|
488
|
+
required: true;
|
|
489
|
+
};
|
|
490
|
+
groups: {
|
|
491
|
+
type: PropType<Group[]>;
|
|
492
|
+
default: () => never[];
|
|
493
|
+
};
|
|
494
|
+
itemValue: {
|
|
495
|
+
type: PropType<string>;
|
|
496
|
+
default: string;
|
|
497
|
+
};
|
|
498
|
+
itemLabel: {
|
|
499
|
+
type: PropType<string>;
|
|
500
|
+
default: string;
|
|
501
|
+
};
|
|
502
|
+
}, {
|
|
638
503
|
focusItem: typeof focusItem;
|
|
639
504
|
getItem: typeof getItem;
|
|
640
505
|
getAdjacentItemIndex: typeof getAdjacentItemIndex;
|
|
641
506
|
getFirstFocusableItemIndex: typeof getFirstFocusableItemIndex;
|
|
642
507
|
getLastFocusableItemIndex: typeof getLastFocusableItemIndex;
|
|
643
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
508
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
|
|
509
|
+
modelValue: PropType<Primitive>;
|
|
510
|
+
class: {
|
|
511
|
+
type: PropType<string | unknown[]>;
|
|
512
|
+
default: undefined;
|
|
513
|
+
};
|
|
514
|
+
disabled: {
|
|
515
|
+
type: PropType<boolean>;
|
|
516
|
+
};
|
|
517
|
+
highlighted: {
|
|
518
|
+
type: PropType<Primitive>;
|
|
519
|
+
default: undefined;
|
|
520
|
+
};
|
|
521
|
+
items: {
|
|
522
|
+
type: PropType<Item[]>;
|
|
523
|
+
required: true;
|
|
524
|
+
};
|
|
525
|
+
groups: {
|
|
526
|
+
type: PropType<Group[]>;
|
|
527
|
+
default: () => never[];
|
|
528
|
+
};
|
|
529
|
+
itemValue: {
|
|
530
|
+
type: PropType<string>;
|
|
531
|
+
default: string;
|
|
532
|
+
};
|
|
533
|
+
itemLabel: {
|
|
534
|
+
type: PropType<string>;
|
|
535
|
+
default: string;
|
|
536
|
+
};
|
|
537
|
+
}>>, {
|
|
655
538
|
class: string | unknown[];
|
|
656
|
-
modelValue: Primitive;
|
|
657
539
|
highlighted: Primitive;
|
|
658
540
|
groups: Group[];
|
|
659
541
|
itemValue: string;
|
|
@@ -664,12 +546,12 @@ declare const _default_12: __VLS_WithTemplateSlots_7<DefineComponent<__VLS_WithD
|
|
|
664
546
|
}): any;
|
|
665
547
|
}>;
|
|
666
548
|
|
|
667
|
-
declare const _default_13: __VLS_WithTemplateSlots_8<DefineComponent<
|
|
549
|
+
declare const _default_13: __VLS_WithTemplateSlots_8<DefineComponent<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_10<QListItemProps>, {
|
|
668
550
|
icon: undefined;
|
|
669
551
|
icons: () => Record<string, Icon>;
|
|
670
552
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
671
553
|
select: (value: Primitive) => void;
|
|
672
|
-
}, string,
|
|
554
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_10<QListItemProps>, {
|
|
673
555
|
icon: undefined;
|
|
674
556
|
icons: () => Record<string, Icon>;
|
|
675
557
|
}>>> & {
|
|
@@ -681,9 +563,9 @@ declare const _default_13: __VLS_WithTemplateSlots_8<DefineComponent<__VLS_WithD
|
|
|
681
563
|
default?(_: {}): any;
|
|
682
564
|
}>;
|
|
683
565
|
|
|
684
|
-
declare const _default_14: __VLS_WithTemplateSlots_9<DefineComponent<
|
|
566
|
+
declare const _default_14: __VLS_WithTemplateSlots_9<DefineComponent<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_11<QListItemGroupProps>, {
|
|
685
567
|
title: string;
|
|
686
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
568
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_11<QListItemGroupProps>, {
|
|
687
569
|
title: string;
|
|
688
570
|
}>>>, {
|
|
689
571
|
title: string;
|
|
@@ -691,34 +573,112 @@ declare const _default_14: __VLS_WithTemplateSlots_9<DefineComponent<__VLS_WithD
|
|
|
691
573
|
default?(_: {}): any;
|
|
692
574
|
}>;
|
|
693
575
|
|
|
694
|
-
declare const _default_15: __VLS_WithTemplateSlots_10<DefineComponent<
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
576
|
+
declare const _default_15: __VLS_WithTemplateSlots_10<DefineComponent<{
|
|
577
|
+
modelValue: PropType<boolean>;
|
|
578
|
+
class: {
|
|
579
|
+
type: PropType<string | unknown[]>;
|
|
580
|
+
default: undefined;
|
|
581
|
+
};
|
|
582
|
+
anchor: {
|
|
583
|
+
type: PropType<Selector>;
|
|
584
|
+
default: undefined;
|
|
585
|
+
};
|
|
586
|
+
transition: {
|
|
587
|
+
type: PropType<string>;
|
|
588
|
+
default: string;
|
|
589
|
+
};
|
|
590
|
+
width: {
|
|
591
|
+
type: PropType<"anchor" | "auto">;
|
|
592
|
+
default: string;
|
|
593
|
+
};
|
|
594
|
+
appearance: {
|
|
595
|
+
type: PropType<Appearance>;
|
|
596
|
+
default: string;
|
|
597
|
+
};
|
|
598
|
+
arrow: {
|
|
599
|
+
type: PropType<boolean>;
|
|
600
|
+
};
|
|
601
|
+
attach: {
|
|
602
|
+
type: PropType<string>;
|
|
603
|
+
default: string;
|
|
604
|
+
};
|
|
605
|
+
backdropBlur: {
|
|
606
|
+
type: PropType<boolean>;
|
|
607
|
+
};
|
|
608
|
+
delay: {
|
|
609
|
+
type: PropType<number>;
|
|
610
|
+
default: number;
|
|
611
|
+
};
|
|
612
|
+
offset: {
|
|
613
|
+
type: PropType<number>;
|
|
614
|
+
default: number;
|
|
615
|
+
};
|
|
616
|
+
placement: {
|
|
617
|
+
type: PropType<Placement>;
|
|
618
|
+
default: string;
|
|
619
|
+
};
|
|
620
|
+
spy: {
|
|
621
|
+
type: PropType<boolean>;
|
|
622
|
+
};
|
|
623
|
+
trigger: {
|
|
624
|
+
type: PropType<Trigger>;
|
|
625
|
+
default: string;
|
|
626
|
+
};
|
|
627
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
707
628
|
enter: () => void;
|
|
708
629
|
leave: () => void;
|
|
709
|
-
}, string,
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
630
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<{
|
|
631
|
+
modelValue: PropType<boolean>;
|
|
632
|
+
class: {
|
|
633
|
+
type: PropType<string | unknown[]>;
|
|
634
|
+
default: undefined;
|
|
635
|
+
};
|
|
636
|
+
anchor: {
|
|
637
|
+
type: PropType<Selector>;
|
|
638
|
+
default: undefined;
|
|
639
|
+
};
|
|
640
|
+
transition: {
|
|
641
|
+
type: PropType<string>;
|
|
642
|
+
default: string;
|
|
643
|
+
};
|
|
644
|
+
width: {
|
|
645
|
+
type: PropType<"anchor" | "auto">;
|
|
646
|
+
default: string;
|
|
647
|
+
};
|
|
648
|
+
appearance: {
|
|
649
|
+
type: PropType<Appearance>;
|
|
650
|
+
default: string;
|
|
651
|
+
};
|
|
652
|
+
arrow: {
|
|
653
|
+
type: PropType<boolean>;
|
|
654
|
+
};
|
|
655
|
+
attach: {
|
|
656
|
+
type: PropType<string>;
|
|
657
|
+
default: string;
|
|
658
|
+
};
|
|
659
|
+
backdropBlur: {
|
|
660
|
+
type: PropType<boolean>;
|
|
661
|
+
};
|
|
662
|
+
delay: {
|
|
663
|
+
type: PropType<number>;
|
|
664
|
+
default: number;
|
|
665
|
+
};
|
|
666
|
+
offset: {
|
|
667
|
+
type: PropType<number>;
|
|
668
|
+
default: number;
|
|
669
|
+
};
|
|
670
|
+
placement: {
|
|
671
|
+
type: PropType<Placement>;
|
|
672
|
+
default: string;
|
|
673
|
+
};
|
|
674
|
+
spy: {
|
|
675
|
+
type: PropType<boolean>;
|
|
676
|
+
};
|
|
677
|
+
trigger: {
|
|
678
|
+
type: PropType<Trigger>;
|
|
679
|
+
default: string;
|
|
680
|
+
};
|
|
681
|
+
}>> & {
|
|
722
682
|
onEnter?: (() => any) | undefined;
|
|
723
683
|
onLeave?: (() => any) | undefined;
|
|
724
684
|
}, {
|
|
@@ -736,93 +696,73 @@ declare const _default_15: __VLS_WithTemplateSlots_10<DefineComponent<__VLS_With
|
|
|
736
696
|
default?(_: {}): any;
|
|
737
697
|
}>;
|
|
738
698
|
|
|
739
|
-
declare const _default_16: __VLS_WithTemplateSlots_11<DefineComponent<
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
placement
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
}
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
*/
|
|
807
|
-
html?: boolean | undefined;
|
|
808
|
-
/**
|
|
809
|
-
* The placement of the popover.
|
|
810
|
-
*/
|
|
811
|
-
placement?: Placement | undefined;
|
|
812
|
-
/**
|
|
813
|
-
* The text of the popover.
|
|
814
|
-
*/
|
|
815
|
-
text: string;
|
|
816
|
-
/**
|
|
817
|
-
* The title of the popover.
|
|
818
|
-
*/
|
|
819
|
-
title: string;
|
|
820
|
-
}>, {
|
|
821
|
-
arrow: boolean;
|
|
822
|
-
attach: string;
|
|
823
|
-
html: boolean;
|
|
824
|
-
placement: string;
|
|
825
|
-
}>>>, {
|
|
699
|
+
declare const _default_16: __VLS_WithTemplateSlots_11<DefineComponent<{
|
|
700
|
+
modelValue: PropType<boolean>;
|
|
701
|
+
html: {
|
|
702
|
+
type: PropType<boolean>;
|
|
703
|
+
default: boolean;
|
|
704
|
+
};
|
|
705
|
+
title: {
|
|
706
|
+
type: PropType<string>;
|
|
707
|
+
required: true;
|
|
708
|
+
};
|
|
709
|
+
text: {
|
|
710
|
+
type: PropType<string>;
|
|
711
|
+
required: true;
|
|
712
|
+
};
|
|
713
|
+
anchor: {
|
|
714
|
+
type: PropType<Selector>;
|
|
715
|
+
required: true;
|
|
716
|
+
};
|
|
717
|
+
disabled: {
|
|
718
|
+
type: PropType<boolean>;
|
|
719
|
+
};
|
|
720
|
+
arrow: {
|
|
721
|
+
type: PropType<boolean>;
|
|
722
|
+
default: boolean;
|
|
723
|
+
};
|
|
724
|
+
attach: {
|
|
725
|
+
type: PropType<string>;
|
|
726
|
+
default: string;
|
|
727
|
+
};
|
|
728
|
+
placement: {
|
|
729
|
+
type: PropType<Placement>;
|
|
730
|
+
default: string;
|
|
731
|
+
};
|
|
732
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
|
|
733
|
+
modelValue: PropType<boolean>;
|
|
734
|
+
html: {
|
|
735
|
+
type: PropType<boolean>;
|
|
736
|
+
default: boolean;
|
|
737
|
+
};
|
|
738
|
+
title: {
|
|
739
|
+
type: PropType<string>;
|
|
740
|
+
required: true;
|
|
741
|
+
};
|
|
742
|
+
text: {
|
|
743
|
+
type: PropType<string>;
|
|
744
|
+
required: true;
|
|
745
|
+
};
|
|
746
|
+
anchor: {
|
|
747
|
+
type: PropType<Selector>;
|
|
748
|
+
required: true;
|
|
749
|
+
};
|
|
750
|
+
disabled: {
|
|
751
|
+
type: PropType<boolean>;
|
|
752
|
+
};
|
|
753
|
+
arrow: {
|
|
754
|
+
type: PropType<boolean>;
|
|
755
|
+
default: boolean;
|
|
756
|
+
};
|
|
757
|
+
attach: {
|
|
758
|
+
type: PropType<string>;
|
|
759
|
+
default: string;
|
|
760
|
+
};
|
|
761
|
+
placement: {
|
|
762
|
+
type: PropType<Placement>;
|
|
763
|
+
default: string;
|
|
764
|
+
};
|
|
765
|
+
}>>, {
|
|
826
766
|
html: boolean;
|
|
827
767
|
arrow: boolean;
|
|
828
768
|
attach: string;
|
|
@@ -832,196 +772,150 @@ declare const _default_16: __VLS_WithTemplateSlots_11<DefineComponent<__VLS_With
|
|
|
832
772
|
body?(_: {}): any;
|
|
833
773
|
}>;
|
|
834
774
|
|
|
835
|
-
declare const _default_17: __VLS_WithTemplateSlots_12<DefineComponent<
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
/**
|
|
841
|
-
* The field unique identifier.
|
|
842
|
-
*/
|
|
843
|
-
id?: string | undefined;
|
|
844
|
-
/**
|
|
845
|
-
* The label of the input.
|
|
846
|
-
*/
|
|
847
|
-
label?: string | undefined;
|
|
848
|
-
/**
|
|
849
|
-
* Whether the value of the component can be cleared.
|
|
850
|
-
*/
|
|
851
|
-
clearable?: boolean | undefined;
|
|
852
|
-
/**
|
|
853
|
-
* Whether the select is readonly.
|
|
854
|
-
*/
|
|
855
|
-
readonly?: boolean | undefined;
|
|
856
|
-
/**
|
|
857
|
-
* Whether the select is disabled.
|
|
858
|
-
*/
|
|
859
|
-
disabled?: boolean | undefined;
|
|
860
|
-
/**
|
|
861
|
-
* If set to true, an asterisk (*) is displayed
|
|
862
|
-
* to indicate that the field is required.
|
|
863
|
-
*/
|
|
864
|
-
required?: boolean | undefined;
|
|
865
|
-
/**
|
|
866
|
-
* Whether the items of the list are being loaded.
|
|
867
|
-
*/
|
|
868
|
-
loading?: boolean | undefined;
|
|
869
|
-
/**
|
|
870
|
-
* The icons of the component.
|
|
871
|
-
*/
|
|
872
|
-
icons?: Record<string, Icon> | undefined;
|
|
873
|
-
/**
|
|
874
|
-
* The list of available items for selection.
|
|
875
|
-
*/
|
|
876
|
-
items: (Omit<QListItemProps, "label" | "value"> & {
|
|
877
|
-
[key: string]: any;
|
|
878
|
-
})[];
|
|
879
|
-
/**
|
|
880
|
-
* The item groups used for organizing the available items.
|
|
881
|
-
*/
|
|
882
|
-
groups?: (QListItemGroupProps & {
|
|
883
|
-
id: string;
|
|
884
|
-
})[] | undefined;
|
|
885
|
-
/**
|
|
886
|
-
* Property on each item that contains its value.
|
|
887
|
-
*/
|
|
888
|
-
itemValue?: string | undefined;
|
|
889
|
-
/**
|
|
890
|
-
* Property on each item that contains its title.
|
|
891
|
-
*/
|
|
892
|
-
itemLabel?: string | undefined;
|
|
893
|
-
/**
|
|
894
|
-
* The value to be used in comparisons,
|
|
895
|
-
* used to check if the field has a selected item.
|
|
896
|
-
*/
|
|
897
|
-
emptyValue?: Primitive | undefined;
|
|
898
|
-
/**
|
|
899
|
-
* The size category of the input.
|
|
900
|
-
*/
|
|
901
|
-
size?: QFieldSize | undefined;
|
|
902
|
-
/**
|
|
903
|
-
* Necessary strings to be used in labels and buttons of the component.
|
|
904
|
-
*/
|
|
905
|
-
texts?: {
|
|
906
|
-
placeholder: string;
|
|
907
|
-
} | undefined;
|
|
908
|
-
/**
|
|
909
|
-
* Custom set of classes to apply to the component.
|
|
910
|
-
*/
|
|
911
|
-
class?: string | unknown[] | undefined;
|
|
912
|
-
}>, {
|
|
913
|
-
modelValue: undefined;
|
|
914
|
-
id: undefined;
|
|
915
|
-
label: string;
|
|
916
|
-
icons: () => Record<string, Icon>;
|
|
917
|
-
groups: () => never[];
|
|
918
|
-
itemValue: string;
|
|
919
|
-
itemLabel: string;
|
|
920
|
-
emptyValue: undefined;
|
|
921
|
-
size: undefined;
|
|
922
|
-
texts: () => {
|
|
923
|
-
placeholder: string;
|
|
775
|
+
declare const _default_17: __VLS_WithTemplateSlots_12<DefineComponent<{
|
|
776
|
+
modelValue: PropType<Primitive>;
|
|
777
|
+
size: {
|
|
778
|
+
type: PropType<QFieldSize>;
|
|
779
|
+
default: undefined;
|
|
924
780
|
};
|
|
925
|
-
class:
|
|
926
|
-
|
|
927
|
-
|
|
781
|
+
class: {
|
|
782
|
+
type: PropType<string | unknown[]>;
|
|
783
|
+
default: string;
|
|
784
|
+
};
|
|
785
|
+
label: {
|
|
786
|
+
type: PropType<string>;
|
|
787
|
+
default: string;
|
|
788
|
+
};
|
|
789
|
+
disabled: {
|
|
790
|
+
type: PropType<boolean>;
|
|
791
|
+
};
|
|
792
|
+
loading: {
|
|
793
|
+
type: PropType<boolean>;
|
|
794
|
+
};
|
|
795
|
+
required: {
|
|
796
|
+
type: PropType<boolean>;
|
|
797
|
+
};
|
|
798
|
+
icons: {
|
|
799
|
+
type: PropType<Record<string, Icon>>;
|
|
800
|
+
default: () => Record<string, Icon>;
|
|
801
|
+
};
|
|
802
|
+
items: {
|
|
803
|
+
type: PropType<(Omit<QListItemProps, "label" | "value"> & {
|
|
804
|
+
[key: string]: any;
|
|
805
|
+
})[]>;
|
|
806
|
+
required: true;
|
|
807
|
+
};
|
|
808
|
+
groups: {
|
|
809
|
+
type: PropType<(QListItemGroupProps & {
|
|
810
|
+
id: string;
|
|
811
|
+
})[]>;
|
|
812
|
+
default: () => never[];
|
|
813
|
+
};
|
|
814
|
+
itemValue: {
|
|
815
|
+
type: PropType<string>;
|
|
816
|
+
default: string;
|
|
817
|
+
};
|
|
818
|
+
itemLabel: {
|
|
819
|
+
type: PropType<string>;
|
|
820
|
+
default: string;
|
|
821
|
+
};
|
|
822
|
+
id: {
|
|
823
|
+
type: PropType<string>;
|
|
824
|
+
default: undefined;
|
|
825
|
+
};
|
|
826
|
+
readonly: {
|
|
827
|
+
type: PropType<boolean>;
|
|
828
|
+
};
|
|
829
|
+
clearable: {
|
|
830
|
+
type: PropType<boolean>;
|
|
831
|
+
};
|
|
832
|
+
emptyValue: {
|
|
833
|
+
type: PropType<Primitive>;
|
|
834
|
+
default: undefined;
|
|
835
|
+
};
|
|
836
|
+
texts: {
|
|
837
|
+
type: PropType<{
|
|
838
|
+
placeholder: string;
|
|
839
|
+
}>;
|
|
840
|
+
default: () => {
|
|
841
|
+
placeholder: string;
|
|
842
|
+
};
|
|
843
|
+
};
|
|
844
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
928
845
|
"before-show": () => void;
|
|
929
846
|
"before-hide": () => void;
|
|
930
847
|
show: () => void;
|
|
931
848
|
hide: () => void;
|
|
932
|
-
}, string,
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
/**
|
|
938
|
-
* The field unique identifier.
|
|
939
|
-
*/
|
|
940
|
-
id?: string | undefined;
|
|
941
|
-
/**
|
|
942
|
-
* The label of the input.
|
|
943
|
-
*/
|
|
944
|
-
label?: string | undefined;
|
|
945
|
-
/**
|
|
946
|
-
* Whether the value of the component can be cleared.
|
|
947
|
-
*/
|
|
948
|
-
clearable?: boolean | undefined;
|
|
949
|
-
/**
|
|
950
|
-
* Whether the select is readonly.
|
|
951
|
-
*/
|
|
952
|
-
readonly?: boolean | undefined;
|
|
953
|
-
/**
|
|
954
|
-
* Whether the select is disabled.
|
|
955
|
-
*/
|
|
956
|
-
disabled?: boolean | undefined;
|
|
957
|
-
/**
|
|
958
|
-
* If set to true, an asterisk (*) is displayed
|
|
959
|
-
* to indicate that the field is required.
|
|
960
|
-
*/
|
|
961
|
-
required?: boolean | undefined;
|
|
962
|
-
/**
|
|
963
|
-
* Whether the items of the list are being loaded.
|
|
964
|
-
*/
|
|
965
|
-
loading?: boolean | undefined;
|
|
966
|
-
/**
|
|
967
|
-
* The icons of the component.
|
|
968
|
-
*/
|
|
969
|
-
icons?: Record<string, Icon> | undefined;
|
|
970
|
-
/**
|
|
971
|
-
* The list of available items for selection.
|
|
972
|
-
*/
|
|
973
|
-
items: (Omit<QListItemProps, "label" | "value"> & {
|
|
974
|
-
[key: string]: any;
|
|
975
|
-
})[];
|
|
976
|
-
/**
|
|
977
|
-
* The item groups used for organizing the available items.
|
|
978
|
-
*/
|
|
979
|
-
groups?: (QListItemGroupProps & {
|
|
980
|
-
id: string;
|
|
981
|
-
})[] | undefined;
|
|
982
|
-
/**
|
|
983
|
-
* Property on each item that contains its value.
|
|
984
|
-
*/
|
|
985
|
-
itemValue?: string | undefined;
|
|
986
|
-
/**
|
|
987
|
-
* Property on each item that contains its title.
|
|
988
|
-
*/
|
|
989
|
-
itemLabel?: string | undefined;
|
|
990
|
-
/**
|
|
991
|
-
* The value to be used in comparisons,
|
|
992
|
-
* used to check if the field has a selected item.
|
|
993
|
-
*/
|
|
994
|
-
emptyValue?: Primitive | undefined;
|
|
995
|
-
/**
|
|
996
|
-
* The size category of the input.
|
|
997
|
-
*/
|
|
998
|
-
size?: QFieldSize | undefined;
|
|
999
|
-
/**
|
|
1000
|
-
* Necessary strings to be used in labels and buttons of the component.
|
|
1001
|
-
*/
|
|
1002
|
-
texts?: {
|
|
1003
|
-
placeholder: string;
|
|
1004
|
-
} | undefined;
|
|
1005
|
-
/**
|
|
1006
|
-
* Custom set of classes to apply to the component.
|
|
1007
|
-
*/
|
|
1008
|
-
class?: string | unknown[] | undefined;
|
|
1009
|
-
}>, {
|
|
1010
|
-
modelValue: undefined;
|
|
1011
|
-
id: undefined;
|
|
1012
|
-
label: string;
|
|
1013
|
-
icons: () => Record<string, Icon>;
|
|
1014
|
-
groups: () => never[];
|
|
1015
|
-
itemValue: string;
|
|
1016
|
-
itemLabel: string;
|
|
1017
|
-
emptyValue: undefined;
|
|
1018
|
-
size: undefined;
|
|
1019
|
-
texts: () => {
|
|
1020
|
-
placeholder: string;
|
|
849
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<{
|
|
850
|
+
modelValue: PropType<Primitive>;
|
|
851
|
+
size: {
|
|
852
|
+
type: PropType<QFieldSize>;
|
|
853
|
+
default: undefined;
|
|
1021
854
|
};
|
|
1022
|
-
class:
|
|
1023
|
-
|
|
1024
|
-
|
|
855
|
+
class: {
|
|
856
|
+
type: PropType<string | unknown[]>;
|
|
857
|
+
default: string;
|
|
858
|
+
};
|
|
859
|
+
label: {
|
|
860
|
+
type: PropType<string>;
|
|
861
|
+
default: string;
|
|
862
|
+
};
|
|
863
|
+
disabled: {
|
|
864
|
+
type: PropType<boolean>;
|
|
865
|
+
};
|
|
866
|
+
loading: {
|
|
867
|
+
type: PropType<boolean>;
|
|
868
|
+
};
|
|
869
|
+
required: {
|
|
870
|
+
type: PropType<boolean>;
|
|
871
|
+
};
|
|
872
|
+
icons: {
|
|
873
|
+
type: PropType<Record<string, Icon>>;
|
|
874
|
+
default: () => Record<string, Icon>;
|
|
875
|
+
};
|
|
876
|
+
items: {
|
|
877
|
+
type: PropType<(Omit<QListItemProps, "label" | "value"> & {
|
|
878
|
+
[key: string]: any;
|
|
879
|
+
})[]>;
|
|
880
|
+
required: true;
|
|
881
|
+
};
|
|
882
|
+
groups: {
|
|
883
|
+
type: PropType<(QListItemGroupProps & {
|
|
884
|
+
id: string;
|
|
885
|
+
})[]>;
|
|
886
|
+
default: () => never[];
|
|
887
|
+
};
|
|
888
|
+
itemValue: {
|
|
889
|
+
type: PropType<string>;
|
|
890
|
+
default: string;
|
|
891
|
+
};
|
|
892
|
+
itemLabel: {
|
|
893
|
+
type: PropType<string>;
|
|
894
|
+
default: string;
|
|
895
|
+
};
|
|
896
|
+
id: {
|
|
897
|
+
type: PropType<string>;
|
|
898
|
+
default: undefined;
|
|
899
|
+
};
|
|
900
|
+
readonly: {
|
|
901
|
+
type: PropType<boolean>;
|
|
902
|
+
};
|
|
903
|
+
clearable: {
|
|
904
|
+
type: PropType<boolean>;
|
|
905
|
+
};
|
|
906
|
+
emptyValue: {
|
|
907
|
+
type: PropType<Primitive>;
|
|
908
|
+
default: undefined;
|
|
909
|
+
};
|
|
910
|
+
texts: {
|
|
911
|
+
type: PropType<{
|
|
912
|
+
placeholder: string;
|
|
913
|
+
}>;
|
|
914
|
+
default: () => {
|
|
915
|
+
placeholder: string;
|
|
916
|
+
};
|
|
917
|
+
};
|
|
918
|
+
}>> & {
|
|
1025
919
|
onHide?: (() => any) | undefined;
|
|
1026
920
|
"onBefore-show"?: (() => any) | undefined;
|
|
1027
921
|
"onBefore-hide"?: (() => any) | undefined;
|
|
@@ -1030,8 +924,7 @@ declare const _default_17: __VLS_WithTemplateSlots_12<DefineComponent<__VLS_With
|
|
|
1030
924
|
size: QFieldSize;
|
|
1031
925
|
class: string | unknown[];
|
|
1032
926
|
label: string;
|
|
1033
|
-
|
|
1034
|
-
icons: Icons_3;
|
|
927
|
+
icons: Record<string, Icon>;
|
|
1035
928
|
groups: (QListItemGroupProps & {
|
|
1036
929
|
id: string;
|
|
1037
930
|
})[];
|
|
@@ -1039,7 +932,9 @@ declare const _default_17: __VLS_WithTemplateSlots_12<DefineComponent<__VLS_With
|
|
|
1039
932
|
itemLabel: string;
|
|
1040
933
|
id: string;
|
|
1041
934
|
emptyValue: Primitive;
|
|
1042
|
-
texts:
|
|
935
|
+
texts: {
|
|
936
|
+
placeholder: string;
|
|
937
|
+
};
|
|
1043
938
|
}, {}>, {
|
|
1044
939
|
prepend?(_: {}): any;
|
|
1045
940
|
append?(_: {}): any;
|
|
@@ -1051,10 +946,10 @@ declare const _default_17: __VLS_WithTemplateSlots_12<DefineComponent<__VLS_With
|
|
|
1051
946
|
"body.append"?(_: {}): any;
|
|
1052
947
|
}>;
|
|
1053
948
|
|
|
1054
|
-
declare const _default_18: DefineComponent<
|
|
949
|
+
declare const _default_18: DefineComponent<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_12<QSpinnerLoaderProps>, {
|
|
1055
950
|
size: number;
|
|
1056
951
|
class: undefined;
|
|
1057
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
952
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_12<QSpinnerLoaderProps>, {
|
|
1058
953
|
size: number;
|
|
1059
954
|
class: undefined;
|
|
1060
955
|
}>>>, {
|
|
@@ -1062,39 +957,100 @@ declare const _default_18: DefineComponent<__VLS_WithDefaults_16<__VLS_TypeProps
|
|
|
1062
957
|
class: string | unknown[];
|
|
1063
958
|
}, {}>;
|
|
1064
959
|
|
|
1065
|
-
declare const _default_19: __VLS_WithTemplateSlots_13<DefineComponent<
|
|
1066
|
-
modelValue: string
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
960
|
+
declare const _default_19: __VLS_WithTemplateSlots_13<DefineComponent<{
|
|
961
|
+
modelValue: PropType<string>;
|
|
962
|
+
size: {
|
|
963
|
+
type: PropType<QFieldSize>;
|
|
964
|
+
default: undefined;
|
|
965
|
+
};
|
|
966
|
+
class: {
|
|
967
|
+
type: PropType<string | unknown[]>;
|
|
968
|
+
default: undefined;
|
|
969
|
+
};
|
|
970
|
+
type: {
|
|
971
|
+
type: PropType<string>;
|
|
972
|
+
default: string;
|
|
973
|
+
};
|
|
974
|
+
label: {
|
|
975
|
+
type: PropType<string>;
|
|
976
|
+
default: string;
|
|
977
|
+
};
|
|
978
|
+
disabled: {
|
|
979
|
+
type: PropType<boolean>;
|
|
980
|
+
};
|
|
981
|
+
required: {
|
|
982
|
+
type: PropType<boolean>;
|
|
983
|
+
};
|
|
984
|
+
id: {
|
|
985
|
+
type: PropType<string>;
|
|
986
|
+
default: undefined;
|
|
987
|
+
};
|
|
988
|
+
role: {
|
|
989
|
+
type: PropType<string>;
|
|
990
|
+
default: undefined;
|
|
991
|
+
};
|
|
992
|
+
maxLength: {
|
|
993
|
+
type: PropType<number>;
|
|
994
|
+
default: undefined;
|
|
995
|
+
};
|
|
996
|
+
placeholder: {
|
|
997
|
+
type: PropType<string>;
|
|
998
|
+
default: string;
|
|
999
|
+
};
|
|
1000
|
+
readonly: {
|
|
1001
|
+
type: PropType<boolean>;
|
|
1002
|
+
};
|
|
1003
|
+
}, {
|
|
1076
1004
|
fieldRef: ComputedRef<HTMLElement | null | undefined>;
|
|
1077
1005
|
inputRef: Ref<HTMLElement | null>;
|
|
1078
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
type:
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1006
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
|
|
1007
|
+
modelValue: PropType<string>;
|
|
1008
|
+
size: {
|
|
1009
|
+
type: PropType<QFieldSize>;
|
|
1010
|
+
default: undefined;
|
|
1011
|
+
};
|
|
1012
|
+
class: {
|
|
1013
|
+
type: PropType<string | unknown[]>;
|
|
1014
|
+
default: undefined;
|
|
1015
|
+
};
|
|
1016
|
+
type: {
|
|
1017
|
+
type: PropType<string>;
|
|
1018
|
+
default: string;
|
|
1019
|
+
};
|
|
1020
|
+
label: {
|
|
1021
|
+
type: PropType<string>;
|
|
1022
|
+
default: string;
|
|
1023
|
+
};
|
|
1024
|
+
disabled: {
|
|
1025
|
+
type: PropType<boolean>;
|
|
1026
|
+
};
|
|
1027
|
+
required: {
|
|
1028
|
+
type: PropType<boolean>;
|
|
1029
|
+
};
|
|
1030
|
+
id: {
|
|
1031
|
+
type: PropType<string>;
|
|
1032
|
+
default: undefined;
|
|
1033
|
+
};
|
|
1034
|
+
role: {
|
|
1035
|
+
type: PropType<string>;
|
|
1036
|
+
default: undefined;
|
|
1037
|
+
};
|
|
1038
|
+
maxLength: {
|
|
1039
|
+
type: PropType<number>;
|
|
1040
|
+
default: undefined;
|
|
1041
|
+
};
|
|
1042
|
+
placeholder: {
|
|
1043
|
+
type: PropType<string>;
|
|
1044
|
+
default: string;
|
|
1045
|
+
};
|
|
1046
|
+
readonly: {
|
|
1047
|
+
type: PropType<boolean>;
|
|
1048
|
+
};
|
|
1049
|
+
}>>, {
|
|
1093
1050
|
size: QFieldSize;
|
|
1094
1051
|
class: string | unknown[];
|
|
1095
1052
|
type: string;
|
|
1096
1053
|
label: string;
|
|
1097
|
-
modelValue: string;
|
|
1098
1054
|
id: string;
|
|
1099
1055
|
role: string;
|
|
1100
1056
|
maxLength: number;
|
|
@@ -1109,7 +1065,7 @@ declare const _default_19: __VLS_WithTemplateSlots_13<DefineComponent<__VLS_With
|
|
|
1109
1065
|
|
|
1110
1066
|
declare const _default_2: __VLS_WithTemplateSlots_2<DefineComponent<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<QButtonGroupProps>, {
|
|
1111
1067
|
class: undefined;
|
|
1112
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
1068
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<QButtonGroupProps>, {
|
|
1113
1069
|
class: undefined;
|
|
1114
1070
|
}>>>, {
|
|
1115
1071
|
class: string | unknown[];
|
|
@@ -1117,143 +1073,109 @@ declare const _default_2: __VLS_WithTemplateSlots_2<DefineComponent<__VLS_WithDe
|
|
|
1117
1073
|
default?(_: {}): any;
|
|
1118
1074
|
}>;
|
|
1119
1075
|
|
|
1120
|
-
declare const _default_20: __VLS_WithTemplateSlots_14<DefineComponent<
|
|
1076
|
+
declare const _default_20: __VLS_WithTemplateSlots_14<DefineComponent<__VLS_TypePropsToRuntimeProps_13<QThemeProviderProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_13<QThemeProviderProps>>>, {}, {}>, {
|
|
1121
1077
|
default?(_: {}): any;
|
|
1122
1078
|
}>;
|
|
1123
1079
|
|
|
1124
|
-
declare const _default_21: __VLS_WithTemplateSlots_15<DefineComponent<
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
}
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
* Whether the tooltip is disabled.
|
|
1224
|
-
*/
|
|
1225
|
-
disabled?: boolean | undefined;
|
|
1226
|
-
/**
|
|
1227
|
-
* Whether the tooltip's content is treated as HTML.
|
|
1228
|
-
*/
|
|
1229
|
-
html?: boolean | undefined;
|
|
1230
|
-
/**
|
|
1231
|
-
* The placement of the tooltip.
|
|
1232
|
-
*/
|
|
1233
|
-
placement?: Placement | undefined;
|
|
1234
|
-
/**
|
|
1235
|
-
* The text of the tooltip.
|
|
1236
|
-
*/
|
|
1237
|
-
text: string;
|
|
1238
|
-
/**
|
|
1239
|
-
* The method to trigger the overlay.
|
|
1240
|
-
*/
|
|
1241
|
-
trigger?: Trigger | undefined;
|
|
1242
|
-
/**
|
|
1243
|
-
* Custom set of classes to apply to the component.
|
|
1244
|
-
*/
|
|
1245
|
-
class?: string | unknown[] | undefined;
|
|
1246
|
-
}>, {
|
|
1247
|
-
id: undefined;
|
|
1248
|
-
appearance: string;
|
|
1249
|
-
arrow: boolean;
|
|
1250
|
-
attach: string;
|
|
1251
|
-
delay: number;
|
|
1252
|
-
html: boolean;
|
|
1253
|
-
placement: string;
|
|
1254
|
-
trigger: string;
|
|
1255
|
-
class: undefined;
|
|
1256
|
-
}>>>, {
|
|
1080
|
+
declare const _default_21: __VLS_WithTemplateSlots_15<DefineComponent<{
|
|
1081
|
+
modelValue: PropType<boolean>;
|
|
1082
|
+
class: {
|
|
1083
|
+
type: PropType<string | unknown[]>;
|
|
1084
|
+
default: undefined;
|
|
1085
|
+
};
|
|
1086
|
+
html: {
|
|
1087
|
+
type: PropType<boolean>;
|
|
1088
|
+
default: boolean;
|
|
1089
|
+
};
|
|
1090
|
+
text: {
|
|
1091
|
+
type: PropType<string>;
|
|
1092
|
+
required: true;
|
|
1093
|
+
};
|
|
1094
|
+
anchor: {
|
|
1095
|
+
type: PropType<Selector>;
|
|
1096
|
+
required: true;
|
|
1097
|
+
};
|
|
1098
|
+
disabled: {
|
|
1099
|
+
type: PropType<boolean>;
|
|
1100
|
+
};
|
|
1101
|
+
id: {
|
|
1102
|
+
type: PropType<string>;
|
|
1103
|
+
default: undefined;
|
|
1104
|
+
};
|
|
1105
|
+
appearance: {
|
|
1106
|
+
type: PropType<Appearance>;
|
|
1107
|
+
default: string;
|
|
1108
|
+
};
|
|
1109
|
+
arrow: {
|
|
1110
|
+
type: PropType<boolean>;
|
|
1111
|
+
default: boolean;
|
|
1112
|
+
};
|
|
1113
|
+
attach: {
|
|
1114
|
+
type: PropType<string>;
|
|
1115
|
+
default: string;
|
|
1116
|
+
};
|
|
1117
|
+
delay: {
|
|
1118
|
+
type: PropType<number>;
|
|
1119
|
+
default: number;
|
|
1120
|
+
};
|
|
1121
|
+
placement: {
|
|
1122
|
+
type: PropType<Placement>;
|
|
1123
|
+
default: string;
|
|
1124
|
+
};
|
|
1125
|
+
trigger: {
|
|
1126
|
+
type: PropType<Trigger>;
|
|
1127
|
+
default: string;
|
|
1128
|
+
};
|
|
1129
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
|
|
1130
|
+
modelValue: PropType<boolean>;
|
|
1131
|
+
class: {
|
|
1132
|
+
type: PropType<string | unknown[]>;
|
|
1133
|
+
default: undefined;
|
|
1134
|
+
};
|
|
1135
|
+
html: {
|
|
1136
|
+
type: PropType<boolean>;
|
|
1137
|
+
default: boolean;
|
|
1138
|
+
};
|
|
1139
|
+
text: {
|
|
1140
|
+
type: PropType<string>;
|
|
1141
|
+
required: true;
|
|
1142
|
+
};
|
|
1143
|
+
anchor: {
|
|
1144
|
+
type: PropType<Selector>;
|
|
1145
|
+
required: true;
|
|
1146
|
+
};
|
|
1147
|
+
disabled: {
|
|
1148
|
+
type: PropType<boolean>;
|
|
1149
|
+
};
|
|
1150
|
+
id: {
|
|
1151
|
+
type: PropType<string>;
|
|
1152
|
+
default: undefined;
|
|
1153
|
+
};
|
|
1154
|
+
appearance: {
|
|
1155
|
+
type: PropType<Appearance>;
|
|
1156
|
+
default: string;
|
|
1157
|
+
};
|
|
1158
|
+
arrow: {
|
|
1159
|
+
type: PropType<boolean>;
|
|
1160
|
+
default: boolean;
|
|
1161
|
+
};
|
|
1162
|
+
attach: {
|
|
1163
|
+
type: PropType<string>;
|
|
1164
|
+
default: string;
|
|
1165
|
+
};
|
|
1166
|
+
delay: {
|
|
1167
|
+
type: PropType<number>;
|
|
1168
|
+
default: number;
|
|
1169
|
+
};
|
|
1170
|
+
placement: {
|
|
1171
|
+
type: PropType<Placement>;
|
|
1172
|
+
default: string;
|
|
1173
|
+
};
|
|
1174
|
+
trigger: {
|
|
1175
|
+
type: PropType<Trigger>;
|
|
1176
|
+
default: string;
|
|
1177
|
+
};
|
|
1178
|
+
}>>, {
|
|
1257
1179
|
class: string | unknown[];
|
|
1258
1180
|
html: boolean;
|
|
1259
1181
|
id: string;
|
|
@@ -1268,33 +1190,137 @@ declare const _default_21: __VLS_WithTemplateSlots_15<DefineComponent<__VLS_With
|
|
|
1268
1190
|
props: {
|
|
1269
1191
|
'aria-describedby': string;
|
|
1270
1192
|
};
|
|
1271
|
-
}): any;
|
|
1272
|
-
}>;
|
|
1273
|
-
|
|
1274
|
-
declare const _default_3: __VLS_WithTemplateSlots_3<DefineComponent<
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1193
|
+
}): any;
|
|
1194
|
+
}>;
|
|
1195
|
+
|
|
1196
|
+
declare const _default_3: __VLS_WithTemplateSlots_3<DefineComponent<{
|
|
1197
|
+
modelValue: PropType<string>;
|
|
1198
|
+
options: {
|
|
1199
|
+
type: PropType<QButtonToggleOption[]>;
|
|
1200
|
+
required: true;
|
|
1201
|
+
};
|
|
1202
|
+
disabled: {
|
|
1203
|
+
type: PropType<boolean>;
|
|
1204
|
+
};
|
|
1205
|
+
borderless: {
|
|
1206
|
+
type: PropType<boolean>;
|
|
1207
|
+
};
|
|
1208
|
+
elevated: {
|
|
1209
|
+
type: PropType<boolean>;
|
|
1210
|
+
};
|
|
1211
|
+
required: {
|
|
1212
|
+
type: PropType<boolean>;
|
|
1213
|
+
};
|
|
1214
|
+
class: {
|
|
1215
|
+
type: PropType<string | unknown[]>;
|
|
1216
|
+
};
|
|
1217
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
|
|
1218
|
+
modelValue: PropType<string>;
|
|
1219
|
+
options: {
|
|
1220
|
+
type: PropType<QButtonToggleOption[]>;
|
|
1221
|
+
required: true;
|
|
1222
|
+
};
|
|
1223
|
+
disabled: {
|
|
1224
|
+
type: PropType<boolean>;
|
|
1225
|
+
};
|
|
1226
|
+
borderless: {
|
|
1227
|
+
type: PropType<boolean>;
|
|
1228
|
+
};
|
|
1229
|
+
elevated: {
|
|
1230
|
+
type: PropType<boolean>;
|
|
1231
|
+
};
|
|
1232
|
+
required: {
|
|
1233
|
+
type: PropType<boolean>;
|
|
1234
|
+
};
|
|
1235
|
+
class: {
|
|
1236
|
+
type: PropType<string | unknown[]>;
|
|
1237
|
+
};
|
|
1238
|
+
}>>, {}, {}>, Partial<Record<string, (_: {}) => any>>>;
|
|
1239
|
+
|
|
1240
|
+
declare const _default_4: __VLS_WithTemplateSlots_4<DefineComponent<{
|
|
1241
|
+
modelValue: PropType<Primitive>;
|
|
1242
|
+
open: PropType<boolean>;
|
|
1243
|
+
search: PropType<string>;
|
|
1244
|
+
size: {
|
|
1245
|
+
type: PropType<QFieldSize>;
|
|
1246
|
+
default: undefined;
|
|
1247
|
+
};
|
|
1248
|
+
class: {
|
|
1249
|
+
type: PropType<string | unknown[]>;
|
|
1250
|
+
default: undefined;
|
|
1251
|
+
};
|
|
1252
|
+
label: {
|
|
1253
|
+
type: PropType<string>;
|
|
1254
|
+
default: string;
|
|
1255
|
+
};
|
|
1256
|
+
disabled: {
|
|
1257
|
+
type: PropType<boolean>;
|
|
1258
|
+
};
|
|
1259
|
+
loading: {
|
|
1260
|
+
type: PropType<boolean>;
|
|
1261
|
+
};
|
|
1262
|
+
required: {
|
|
1263
|
+
type: PropType<boolean>;
|
|
1264
|
+
};
|
|
1265
|
+
icons: {
|
|
1266
|
+
type: PropType<Record<string, Icon>>;
|
|
1267
|
+
default: () => Record<string, Icon>;
|
|
1268
|
+
};
|
|
1269
|
+
items: {
|
|
1270
|
+
type: PropType<(Omit<QListItemProps, "label" | "value"> & {
|
|
1271
|
+
[key: string]: any;
|
|
1272
|
+
})[]>;
|
|
1273
|
+
required: true;
|
|
1274
|
+
};
|
|
1275
|
+
groups: {
|
|
1276
|
+
type: PropType<(QListItemGroupProps & {
|
|
1277
|
+
id: string;
|
|
1278
|
+
})[]>;
|
|
1279
|
+
default: () => never[];
|
|
1280
|
+
};
|
|
1281
|
+
itemValue: {
|
|
1282
|
+
type: PropType<string>;
|
|
1283
|
+
default: string;
|
|
1284
|
+
};
|
|
1285
|
+
itemLabel: {
|
|
1286
|
+
type: PropType<string>;
|
|
1287
|
+
default: string;
|
|
1288
|
+
};
|
|
1289
|
+
id: {
|
|
1290
|
+
type: PropType<string>;
|
|
1291
|
+
default: undefined;
|
|
1292
|
+
};
|
|
1293
|
+
placeholder: {
|
|
1294
|
+
type: PropType<string>;
|
|
1295
|
+
default: string;
|
|
1296
|
+
};
|
|
1297
|
+
readonly: {
|
|
1298
|
+
type: PropType<boolean>;
|
|
1299
|
+
};
|
|
1300
|
+
selectionMode: {
|
|
1301
|
+
type: PropType<"manual" | "automatic">;
|
|
1302
|
+
default: string;
|
|
1303
|
+
};
|
|
1304
|
+
filterMode: {
|
|
1305
|
+
type: PropType<"manual" | "builtin">;
|
|
1306
|
+
default: string;
|
|
1307
|
+
};
|
|
1308
|
+
clearable: {
|
|
1309
|
+
type: PropType<boolean>;
|
|
1310
|
+
};
|
|
1311
|
+
emptyValue: {
|
|
1312
|
+
type: PropType<Primitive>;
|
|
1313
|
+
default: undefined;
|
|
1314
|
+
};
|
|
1315
|
+
texts: {
|
|
1316
|
+
type: PropType<{
|
|
1317
|
+
noData: string;
|
|
1318
|
+
}>;
|
|
1319
|
+
default: () => {
|
|
1320
|
+
noData: string;
|
|
1321
|
+
};
|
|
1294
1322
|
};
|
|
1295
|
-
|
|
1296
|
-
class: undefined;
|
|
1297
|
-
}>, {
|
|
1323
|
+
}, {
|
|
1298
1324
|
triggerEl: Ref<({
|
|
1299
1325
|
$: ComponentInternalInstance;
|
|
1300
1326
|
$data: {};
|
|
@@ -1303,7 +1329,6 @@ declare const _default_4: __VLS_WithTemplateSlots_4<DefineComponent<__VLS_WithDe
|
|
|
1303
1329
|
class: string | unknown[];
|
|
1304
1330
|
type: string;
|
|
1305
1331
|
label: string;
|
|
1306
|
-
modelValue: string;
|
|
1307
1332
|
id: string;
|
|
1308
1333
|
role: string;
|
|
1309
1334
|
maxLength: number;
|
|
@@ -1311,18 +1336,18 @@ declare const _default_4: __VLS_WithTemplateSlots_4<DefineComponent<__VLS_WithDe
|
|
|
1311
1336
|
}> & Omit<{
|
|
1312
1337
|
readonly type: string;
|
|
1313
1338
|
readonly label: string;
|
|
1314
|
-
readonly modelValue: string;
|
|
1315
1339
|
readonly placeholder: string;
|
|
1316
1340
|
readonly size?: QFieldSize | undefined;
|
|
1317
1341
|
readonly class?: string | unknown[] | undefined;
|
|
1318
1342
|
readonly disabled?: boolean | undefined;
|
|
1319
1343
|
readonly required?: boolean | undefined;
|
|
1344
|
+
readonly modelValue?: string | undefined;
|
|
1320
1345
|
readonly id?: string | undefined;
|
|
1321
1346
|
readonly role?: string | undefined;
|
|
1322
1347
|
readonly maxLength?: number | undefined;
|
|
1323
1348
|
readonly readonly?: boolean | undefined;
|
|
1324
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1325
1349
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
|
|
1350
|
+
modelValue: PropType<string>;
|
|
1326
1351
|
size: {
|
|
1327
1352
|
type: PropType<QFieldSize>;
|
|
1328
1353
|
default: undefined;
|
|
@@ -1342,10 +1367,6 @@ declare const _default_4: __VLS_WithTemplateSlots_4<DefineComponent<__VLS_WithDe
|
|
|
1342
1367
|
disabled: {
|
|
1343
1368
|
type: PropType<boolean>;
|
|
1344
1369
|
};
|
|
1345
|
-
modelValue: {
|
|
1346
|
-
type: PropType<string>;
|
|
1347
|
-
default: string;
|
|
1348
|
-
};
|
|
1349
1370
|
required: {
|
|
1350
1371
|
type: PropType<boolean>;
|
|
1351
1372
|
};
|
|
@@ -1368,9 +1389,7 @@ declare const _default_4: __VLS_WithTemplateSlots_4<DefineComponent<__VLS_WithDe
|
|
|
1368
1389
|
readonly: {
|
|
1369
1390
|
type: PropType<boolean>;
|
|
1370
1391
|
};
|
|
1371
|
-
}
|
|
1372
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1373
|
-
}, "size" | "class" | "type" | "label" | "modelValue" | "id" | "role" | "maxLength" | "placeholder">;
|
|
1392
|
+
}>>, "size" | "class" | "type" | "label" | "id" | "role" | "maxLength" | "placeholder">;
|
|
1374
1393
|
$attrs: {
|
|
1375
1394
|
[x: string]: unknown;
|
|
1376
1395
|
};
|
|
@@ -1382,9 +1401,10 @@ declare const _default_4: __VLS_WithTemplateSlots_4<DefineComponent<__VLS_WithDe
|
|
|
1382
1401
|
}>;
|
|
1383
1402
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
1384
1403
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
1385
|
-
$emit: (event:
|
|
1404
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
1386
1405
|
$el: any;
|
|
1387
1406
|
$options: ComponentOptionsBase<Readonly<ExtractPropTypes<{
|
|
1407
|
+
modelValue: PropType<string>;
|
|
1388
1408
|
size: {
|
|
1389
1409
|
type: PropType<QFieldSize>;
|
|
1390
1410
|
default: undefined;
|
|
@@ -1404,10 +1424,6 @@ declare const _default_4: __VLS_WithTemplateSlots_4<DefineComponent<__VLS_WithDe
|
|
|
1404
1424
|
disabled: {
|
|
1405
1425
|
type: PropType<boolean>;
|
|
1406
1426
|
};
|
|
1407
|
-
modelValue: {
|
|
1408
|
-
type: PropType<string>;
|
|
1409
|
-
default: string;
|
|
1410
|
-
};
|
|
1411
1427
|
required: {
|
|
1412
1428
|
type: PropType<boolean>;
|
|
1413
1429
|
};
|
|
@@ -1430,19 +1446,14 @@ declare const _default_4: __VLS_WithTemplateSlots_4<DefineComponent<__VLS_WithDe
|
|
|
1430
1446
|
readonly: {
|
|
1431
1447
|
type: PropType<boolean>;
|
|
1432
1448
|
};
|
|
1433
|
-
}
|
|
1434
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1435
|
-
}, {
|
|
1449
|
+
}>>, {
|
|
1436
1450
|
fieldRef: ComputedRef<HTMLElement | null | undefined>;
|
|
1437
1451
|
inputRef: Ref<HTMLElement | null>;
|
|
1438
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1439
|
-
"update:modelValue": (value: string) => void;
|
|
1440
|
-
}, string, {
|
|
1452
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
1441
1453
|
size: QFieldSize;
|
|
1442
1454
|
class: string | unknown[];
|
|
1443
1455
|
type: string;
|
|
1444
1456
|
label: string;
|
|
1445
|
-
modelValue: string;
|
|
1446
1457
|
id: string;
|
|
1447
1458
|
role: string;
|
|
1448
1459
|
maxLength: number;
|
|
@@ -1468,6 +1479,7 @@ declare const _default_4: __VLS_WithTemplateSlots_4<DefineComponent<__VLS_WithDe
|
|
|
1468
1479
|
$nextTick: typeof nextTick;
|
|
1469
1480
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
1470
1481
|
} & Omit<Readonly<ExtractPropTypes<{
|
|
1482
|
+
modelValue: PropType<string>;
|
|
1471
1483
|
size: {
|
|
1472
1484
|
type: PropType<QFieldSize>;
|
|
1473
1485
|
default: undefined;
|
|
@@ -1487,10 +1499,6 @@ declare const _default_4: __VLS_WithTemplateSlots_4<DefineComponent<__VLS_WithDe
|
|
|
1487
1499
|
disabled: {
|
|
1488
1500
|
type: PropType<boolean>;
|
|
1489
1501
|
};
|
|
1490
|
-
modelValue: {
|
|
1491
|
-
type: PropType<string>;
|
|
1492
|
-
default: string;
|
|
1493
|
-
};
|
|
1494
1502
|
required: {
|
|
1495
1503
|
type: PropType<boolean>;
|
|
1496
1504
|
};
|
|
@@ -1513,9 +1521,7 @@ declare const _default_4: __VLS_WithTemplateSlots_4<DefineComponent<__VLS_WithDe
|
|
|
1513
1521
|
readonly: {
|
|
1514
1522
|
type: PropType<boolean>;
|
|
1515
1523
|
};
|
|
1516
|
-
}
|
|
1517
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1518
|
-
}, "fieldRef" | "inputRef"> & ShallowUnwrapRef<{
|
|
1524
|
+
}>>, "fieldRef" | "inputRef"> & ShallowUnwrapRef<{
|
|
1519
1525
|
fieldRef: ComputedRef<HTMLElement | null | undefined>;
|
|
1520
1526
|
inputRef: Ref<HTMLElement | null>;
|
|
1521
1527
|
}> & {} & ComponentCustomProperties & {} & {
|
|
@@ -1528,33 +1534,95 @@ declare const _default_4: __VLS_WithTemplateSlots_4<DefineComponent<__VLS_WithDe
|
|
|
1528
1534
|
};
|
|
1529
1535
|
}) | null>;
|
|
1530
1536
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1531
|
-
"update:modelValue": (value: Primitive | undefined) => void;
|
|
1532
|
-
"update:inputValue": (value: string) => void;
|
|
1533
1537
|
"before-show": () => void;
|
|
1534
1538
|
"before-hide": () => void;
|
|
1535
1539
|
show: () => void;
|
|
1536
1540
|
hide: () => void;
|
|
1537
|
-
}, string,
|
|
1538
|
-
modelValue:
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
groups: () => never[];
|
|
1545
|
-
itemValue: string;
|
|
1546
|
-
itemLabel: string;
|
|
1547
|
-
emptyValue: undefined;
|
|
1548
|
-
size: undefined;
|
|
1549
|
-
texts: () => {
|
|
1550
|
-
noData: string;
|
|
1541
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<{
|
|
1542
|
+
modelValue: PropType<Primitive>;
|
|
1543
|
+
open: PropType<boolean>;
|
|
1544
|
+
search: PropType<string>;
|
|
1545
|
+
size: {
|
|
1546
|
+
type: PropType<QFieldSize>;
|
|
1547
|
+
default: undefined;
|
|
1551
1548
|
};
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1549
|
+
class: {
|
|
1550
|
+
type: PropType<string | unknown[]>;
|
|
1551
|
+
default: undefined;
|
|
1552
|
+
};
|
|
1553
|
+
label: {
|
|
1554
|
+
type: PropType<string>;
|
|
1555
|
+
default: string;
|
|
1556
|
+
};
|
|
1557
|
+
disabled: {
|
|
1558
|
+
type: PropType<boolean>;
|
|
1559
|
+
};
|
|
1560
|
+
loading: {
|
|
1561
|
+
type: PropType<boolean>;
|
|
1562
|
+
};
|
|
1563
|
+
required: {
|
|
1564
|
+
type: PropType<boolean>;
|
|
1565
|
+
};
|
|
1566
|
+
icons: {
|
|
1567
|
+
type: PropType<Record<string, Icon>>;
|
|
1568
|
+
default: () => Record<string, Icon>;
|
|
1569
|
+
};
|
|
1570
|
+
items: {
|
|
1571
|
+
type: PropType<(Omit<QListItemProps, "label" | "value"> & {
|
|
1572
|
+
[key: string]: any;
|
|
1573
|
+
})[]>;
|
|
1574
|
+
required: true;
|
|
1575
|
+
};
|
|
1576
|
+
groups: {
|
|
1577
|
+
type: PropType<(QListItemGroupProps & {
|
|
1578
|
+
id: string;
|
|
1579
|
+
})[]>;
|
|
1580
|
+
default: () => never[];
|
|
1581
|
+
};
|
|
1582
|
+
itemValue: {
|
|
1583
|
+
type: PropType<string>;
|
|
1584
|
+
default: string;
|
|
1585
|
+
};
|
|
1586
|
+
itemLabel: {
|
|
1587
|
+
type: PropType<string>;
|
|
1588
|
+
default: string;
|
|
1589
|
+
};
|
|
1590
|
+
id: {
|
|
1591
|
+
type: PropType<string>;
|
|
1592
|
+
default: undefined;
|
|
1593
|
+
};
|
|
1594
|
+
placeholder: {
|
|
1595
|
+
type: PropType<string>;
|
|
1596
|
+
default: string;
|
|
1597
|
+
};
|
|
1598
|
+
readonly: {
|
|
1599
|
+
type: PropType<boolean>;
|
|
1600
|
+
};
|
|
1601
|
+
selectionMode: {
|
|
1602
|
+
type: PropType<"manual" | "automatic">;
|
|
1603
|
+
default: string;
|
|
1604
|
+
};
|
|
1605
|
+
filterMode: {
|
|
1606
|
+
type: PropType<"manual" | "builtin">;
|
|
1607
|
+
default: string;
|
|
1608
|
+
};
|
|
1609
|
+
clearable: {
|
|
1610
|
+
type: PropType<boolean>;
|
|
1611
|
+
};
|
|
1612
|
+
emptyValue: {
|
|
1613
|
+
type: PropType<Primitive>;
|
|
1614
|
+
default: undefined;
|
|
1615
|
+
};
|
|
1616
|
+
texts: {
|
|
1617
|
+
type: PropType<{
|
|
1618
|
+
noData: string;
|
|
1619
|
+
}>;
|
|
1620
|
+
default: () => {
|
|
1621
|
+
noData: string;
|
|
1622
|
+
};
|
|
1623
|
+
};
|
|
1624
|
+
}>> & {
|
|
1556
1625
|
onHide?: (() => any) | undefined;
|
|
1557
|
-
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
|
1558
1626
|
"onBefore-show"?: (() => any) | undefined;
|
|
1559
1627
|
"onBefore-hide"?: (() => any) | undefined;
|
|
1560
1628
|
onShow?: (() => any) | undefined;
|
|
@@ -1562,7 +1630,6 @@ declare const _default_4: __VLS_WithTemplateSlots_4<DefineComponent<__VLS_WithDe
|
|
|
1562
1630
|
size: QFieldSize;
|
|
1563
1631
|
class: string | unknown[];
|
|
1564
1632
|
label: string;
|
|
1565
|
-
modelValue: Primitive;
|
|
1566
1633
|
icons: Record<string, Icon>;
|
|
1567
1634
|
groups: (QListItemGroupProps & {
|
|
1568
1635
|
id: string;
|
|
@@ -1590,7 +1657,7 @@ declare const _default_4: __VLS_WithTemplateSlots_4<DefineComponent<__VLS_WithDe
|
|
|
1590
1657
|
"body.append"?(_: {}): any;
|
|
1591
1658
|
}>;
|
|
1592
1659
|
|
|
1593
|
-
declare const _default_5: __VLS_WithTemplateSlots_5<DefineComponent<
|
|
1660
|
+
declare const _default_5: __VLS_WithTemplateSlots_5<DefineComponent<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<QFieldProps>, {
|
|
1594
1661
|
id: undefined;
|
|
1595
1662
|
label: string;
|
|
1596
1663
|
for: undefined;
|
|
@@ -1598,7 +1665,7 @@ declare const _default_5: __VLS_WithTemplateSlots_5<DefineComponent<__VLS_WithDe
|
|
|
1598
1665
|
class: undefined;
|
|
1599
1666
|
}>, {
|
|
1600
1667
|
fieldRef: Ref<HTMLElement | null>;
|
|
1601
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
1668
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<QFieldProps>, {
|
|
1602
1669
|
id: undefined;
|
|
1603
1670
|
label: string;
|
|
1604
1671
|
for: undefined;
|
|
@@ -1620,11 +1687,11 @@ declare const _default_5: __VLS_WithTemplateSlots_5<DefineComponent<__VLS_WithDe
|
|
|
1620
1687
|
extras?(_: {}): any;
|
|
1621
1688
|
}>;
|
|
1622
1689
|
|
|
1623
|
-
declare const _default_6: DefineComponent<
|
|
1690
|
+
declare const _default_6: DefineComponent<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<Icon>, {
|
|
1624
1691
|
type: string;
|
|
1625
1692
|
size: undefined;
|
|
1626
1693
|
class: undefined;
|
|
1627
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
1694
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<Icon>, {
|
|
1628
1695
|
type: string;
|
|
1629
1696
|
size: undefined;
|
|
1630
1697
|
class: undefined;
|
|
@@ -1634,12 +1701,12 @@ declare const _default_6: DefineComponent<__VLS_WithDefaults_5<__VLS_TypePropsTo
|
|
|
1634
1701
|
type: "img" | "svg" | "font";
|
|
1635
1702
|
}, {}>;
|
|
1636
1703
|
|
|
1637
|
-
declare const _default_7: DefineComponent<
|
|
1704
|
+
declare const _default_7: DefineComponent<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<QIconFontProps>, {
|
|
1638
1705
|
library: string;
|
|
1639
1706
|
variant: string;
|
|
1640
1707
|
size: undefined;
|
|
1641
1708
|
class: undefined;
|
|
1642
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
1709
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<QIconFontProps>, {
|
|
1643
1710
|
library: string;
|
|
1644
1711
|
variant: string;
|
|
1645
1712
|
size: undefined;
|
|
@@ -1651,7 +1718,7 @@ declare const _default_7: DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsTo
|
|
|
1651
1718
|
variant: string;
|
|
1652
1719
|
}, {}>;
|
|
1653
1720
|
|
|
1654
|
-
declare const _default_8: DefineComponent<
|
|
1721
|
+
declare const _default_8: DefineComponent<__VLS_TypePropsToRuntimeProps_6<{
|
|
1655
1722
|
/**
|
|
1656
1723
|
* The URL of the image to be used as the icon.
|
|
1657
1724
|
*/
|
|
@@ -1664,7 +1731,7 @@ declare const _default_8: DefineComponent<__VLS_TypePropsToRuntimeProps_8<{
|
|
|
1664
1731
|
* Custom set of classes to apply to the component.
|
|
1665
1732
|
*/
|
|
1666
1733
|
class?: string | unknown[] | undefined;
|
|
1667
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
1734
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_6<{
|
|
1668
1735
|
/**
|
|
1669
1736
|
* The URL of the image to be used as the icon.
|
|
1670
1737
|
*/
|
|
@@ -1679,7 +1746,7 @@ declare const _default_8: DefineComponent<__VLS_TypePropsToRuntimeProps_8<{
|
|
|
1679
1746
|
class?: string | unknown[] | undefined;
|
|
1680
1747
|
}>>>, {}, {}>;
|
|
1681
1748
|
|
|
1682
|
-
declare const _default_9: DefineComponent<
|
|
1749
|
+
declare const _default_9: DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_7<{
|
|
1683
1750
|
/**
|
|
1684
1751
|
* The identifier of the SVG.
|
|
1685
1752
|
*/
|
|
@@ -1703,7 +1770,7 @@ declare const _default_9: DefineComponent<__VLS_WithDefaults_7<__VLS_TypePropsTo
|
|
|
1703
1770
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1704
1771
|
loaded: (value: Element) => void;
|
|
1705
1772
|
unloaded: () => void;
|
|
1706
|
-
}, string,
|
|
1773
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_7<{
|
|
1707
1774
|
/**
|
|
1708
1775
|
* The identifier of the SVG.
|
|
1709
1776
|
*/
|
|
@@ -1735,18 +1802,6 @@ declare const _default_9: DefineComponent<__VLS_WithDefaults_7<__VLS_TypePropsTo
|
|
|
1735
1802
|
|
|
1736
1803
|
declare const DEFAULT_ICONS: Record<string, Icon>;
|
|
1737
1804
|
|
|
1738
|
-
declare const DEFAULT_ICONS_2: Record<string, Icon>;
|
|
1739
|
-
|
|
1740
|
-
declare const DEFAULT_ICONS_3: Record<string, Icon>;
|
|
1741
|
-
|
|
1742
|
-
declare const DEFAULT_TEXTS: {
|
|
1743
|
-
noData: string;
|
|
1744
|
-
};
|
|
1745
|
-
|
|
1746
|
-
declare const DEFAULT_TEXTS_2: {
|
|
1747
|
-
placeholder: string;
|
|
1748
|
-
};
|
|
1749
|
-
|
|
1750
1805
|
export declare const defaultDarkColorScheme: ColorScheme;
|
|
1751
1806
|
|
|
1752
1807
|
export declare const defaultLightColorScheme: ColorScheme;
|
|
@@ -1824,10 +1879,6 @@ export declare type Icon = {
|
|
|
1824
1879
|
|
|
1825
1880
|
declare type Icons = typeof DEFAULT_ICONS;
|
|
1826
1881
|
|
|
1827
|
-
declare type Icons_2 = typeof DEFAULT_ICONS_2;
|
|
1828
|
-
|
|
1829
|
-
declare type Icons_3 = typeof DEFAULT_ICONS_3;
|
|
1830
|
-
|
|
1831
1882
|
export declare type IQButton = InstanceType<typeof _default>;
|
|
1832
1883
|
|
|
1833
1884
|
export declare type IQButtonGroup = InstanceType<typeof _default_2>;
|
|
@@ -1965,128 +2016,8 @@ declare type QButtonToggleOption = {
|
|
|
1965
2016
|
label?: string;
|
|
1966
2017
|
};
|
|
1967
2018
|
|
|
1968
|
-
declare type QButtonToggleProps = {
|
|
1969
|
-
/**
|
|
1970
|
-
* The key of the selected option.
|
|
1971
|
-
*/
|
|
1972
|
-
modelValue?: string;
|
|
1973
|
-
/**
|
|
1974
|
-
* The list of available options to display
|
|
1975
|
-
*/
|
|
1976
|
-
options: QButtonToggleOption[];
|
|
1977
|
-
/**
|
|
1978
|
-
* Indicates if the button toggle is disabled.
|
|
1979
|
-
*/
|
|
1980
|
-
disabled?: boolean;
|
|
1981
|
-
/**
|
|
1982
|
-
* Indicates if the buttons' border should be removed.
|
|
1983
|
-
*/
|
|
1984
|
-
borderless?: boolean;
|
|
1985
|
-
/**
|
|
1986
|
-
* Indicates if the buttons should have an elevated appearance.
|
|
1987
|
-
*/
|
|
1988
|
-
elevated?: boolean;
|
|
1989
|
-
/**
|
|
1990
|
-
* Indicates if options can be deselected.
|
|
1991
|
-
*/
|
|
1992
|
-
required?: boolean;
|
|
1993
|
-
/**
|
|
1994
|
-
* Custom set of classes to apply to the component.
|
|
1995
|
-
*/
|
|
1996
|
-
class?: string | unknown[];
|
|
1997
|
-
};
|
|
1998
|
-
|
|
1999
2019
|
export declare const QCombobox: IQCombobox;
|
|
2000
2020
|
|
|
2001
|
-
declare type QComboboxProps = {
|
|
2002
|
-
/**
|
|
2003
|
-
* The value of the component.
|
|
2004
|
-
*/
|
|
2005
|
-
modelValue?: Primitive;
|
|
2006
|
-
/**
|
|
2007
|
-
* The field unique identifier.
|
|
2008
|
-
*/
|
|
2009
|
-
id?: string;
|
|
2010
|
-
/**
|
|
2011
|
-
* The placeholder text for the combobox.
|
|
2012
|
-
*/
|
|
2013
|
-
placeholder?: string;
|
|
2014
|
-
/**
|
|
2015
|
-
* The nature of the autocomplete and selection mechanism.
|
|
2016
|
-
*/
|
|
2017
|
-
selectionMode?: 'manual' | 'automatic';
|
|
2018
|
-
/**
|
|
2019
|
-
* The mode of the combobox filter.
|
|
2020
|
-
*/
|
|
2021
|
-
filterMode?: 'builtin' | 'manual';
|
|
2022
|
-
/**
|
|
2023
|
-
* The label of the input.
|
|
2024
|
-
*/
|
|
2025
|
-
label?: string;
|
|
2026
|
-
/**
|
|
2027
|
-
* Whether the value of the component can be cleared.
|
|
2028
|
-
*/
|
|
2029
|
-
clearable?: boolean;
|
|
2030
|
-
/**
|
|
2031
|
-
* Whether the field is readonly.
|
|
2032
|
-
*/
|
|
2033
|
-
readonly?: boolean;
|
|
2034
|
-
/**
|
|
2035
|
-
* Whether the field is disabled.
|
|
2036
|
-
*/
|
|
2037
|
-
disabled?: boolean;
|
|
2038
|
-
/**
|
|
2039
|
-
* If set to true, an asterisk (*) is displayed
|
|
2040
|
-
* to indicate that the field is required.
|
|
2041
|
-
*/
|
|
2042
|
-
required?: boolean;
|
|
2043
|
-
/**
|
|
2044
|
-
* Whether the items of the list are being loaded.
|
|
2045
|
-
*/
|
|
2046
|
-
loading?: boolean;
|
|
2047
|
-
/**
|
|
2048
|
-
* The list of available items for selection.
|
|
2049
|
-
*/
|
|
2050
|
-
items: (Omit<QListItemProps, 'value' | 'label'> & {
|
|
2051
|
-
[key: string]: any;
|
|
2052
|
-
})[];
|
|
2053
|
-
/**
|
|
2054
|
-
* The item groups used for organizing the available items.
|
|
2055
|
-
*/
|
|
2056
|
-
groups?: (QListItemGroupProps & {
|
|
2057
|
-
id: string;
|
|
2058
|
-
})[];
|
|
2059
|
-
/**
|
|
2060
|
-
* Property on each item that contains its value.
|
|
2061
|
-
*/
|
|
2062
|
-
itemValue?: string;
|
|
2063
|
-
/**
|
|
2064
|
-
* Property on each item that contains its title.
|
|
2065
|
-
*/
|
|
2066
|
-
itemLabel?: string;
|
|
2067
|
-
/**
|
|
2068
|
-
* The value to be used in comparisons,
|
|
2069
|
-
* used to check if the field has a selected item.
|
|
2070
|
-
*/
|
|
2071
|
-
emptyValue?: Primitive;
|
|
2072
|
-
/**
|
|
2073
|
-
* The size category of the field.
|
|
2074
|
-
*/
|
|
2075
|
-
size?: QFieldSize;
|
|
2076
|
-
/**
|
|
2077
|
-
* Necessary strings to be used in labels and buttons of the component.
|
|
2078
|
-
*/
|
|
2079
|
-
texts?: Texts;
|
|
2080
|
-
/**
|
|
2081
|
-
* The icons of the component.
|
|
2082
|
-
*/
|
|
2083
|
-
icons?: Icons_2;
|
|
2084
|
-
/**
|
|
2085
|
-
* Custom set of classes to apply to the component.
|
|
2086
|
-
*/
|
|
2087
|
-
class?: string | unknown[];
|
|
2088
|
-
};
|
|
2089
|
-
|
|
2090
2021
|
export declare const QField: IQField;
|
|
2091
2022
|
|
|
2092
2023
|
export declare type QFieldProps = {
|
|
@@ -2250,10 +2181,6 @@ export declare type QListItemProps = {
|
|
|
2250
2181
|
};
|
|
2251
2182
|
|
|
2252
2183
|
export declare type QListProps = {
|
|
2253
|
-
/**
|
|
2254
|
-
* The value of the currently selected item.
|
|
2255
|
-
*/
|
|
2256
|
-
modelValue?: Primitive;
|
|
2257
2184
|
/**
|
|
2258
2185
|
* The value of the currently highlighted item.
|
|
2259
2186
|
*/
|
|
@@ -2286,71 +2213,6 @@ export declare type QListProps = {
|
|
|
2286
2213
|
|
|
2287
2214
|
export declare const QOverlay: IQOverlay;
|
|
2288
2215
|
|
|
2289
|
-
declare type QOverlayProps = {
|
|
2290
|
-
/**
|
|
2291
|
-
* Determines whether the overlay is visible or not.
|
|
2292
|
-
*/
|
|
2293
|
-
modelValue?: boolean;
|
|
2294
|
-
/**
|
|
2295
|
-
* The DOM element the overlay should be anchored to.
|
|
2296
|
-
*/
|
|
2297
|
-
anchor?: Selector;
|
|
2298
|
-
/**
|
|
2299
|
-
* The appearance of the overlay.
|
|
2300
|
-
* 'regular' uses body text color for background and body background color for text.
|
|
2301
|
-
* 'inverted' matches body color scheme.
|
|
2302
|
-
*/
|
|
2303
|
-
appearance?: Appearance;
|
|
2304
|
-
/**
|
|
2305
|
-
* Whether the overlay has an arrow pointing to the target.
|
|
2306
|
-
*/
|
|
2307
|
-
arrow?: boolean;
|
|
2308
|
-
/**
|
|
2309
|
-
* The DOM element the overlay should be teleported to.
|
|
2310
|
-
* Defaults to the body of the document.
|
|
2311
|
-
*/
|
|
2312
|
-
attach?: string;
|
|
2313
|
-
/**
|
|
2314
|
-
* Applies a backdrop blur effect behind the overlay.
|
|
2315
|
-
*/
|
|
2316
|
-
backdropBlur?: boolean;
|
|
2317
|
-
/**
|
|
2318
|
-
* The delay in milliseconds before showing the overlay.
|
|
2319
|
-
*/
|
|
2320
|
-
delay?: number;
|
|
2321
|
-
/**
|
|
2322
|
-
* Offset the overlay in the given amount of pixels.
|
|
2323
|
-
*/
|
|
2324
|
-
offset?: number;
|
|
2325
|
-
/**
|
|
2326
|
-
* The placement of the overlay.
|
|
2327
|
-
*/
|
|
2328
|
-
placement?: Placement;
|
|
2329
|
-
/**
|
|
2330
|
-
* Whether to spy on the real-time position of the anchor,
|
|
2331
|
-
* to keep the position of the overlay up-to-date at all times.
|
|
2332
|
-
*/
|
|
2333
|
-
spy?: boolean;
|
|
2334
|
-
/**
|
|
2335
|
-
* The name of the transition to apply.
|
|
2336
|
-
*/
|
|
2337
|
-
transition?: string;
|
|
2338
|
-
/**
|
|
2339
|
-
* The method to trigger the overlay.
|
|
2340
|
-
*/
|
|
2341
|
-
trigger?: Trigger;
|
|
2342
|
-
/**
|
|
2343
|
-
* The width of the overlay.
|
|
2344
|
-
* Either is automatic, based on the overlay content,
|
|
2345
|
-
* or matches the overlay's anchor.
|
|
2346
|
-
*/
|
|
2347
|
-
width?: 'auto' | 'anchor';
|
|
2348
|
-
/**
|
|
2349
|
-
* Custom set of classes to apply to the component.
|
|
2350
|
-
*/
|
|
2351
|
-
class?: string | unknown[];
|
|
2352
|
-
};
|
|
2353
|
-
|
|
2354
2216
|
export declare const QPopover: IQPopover;
|
|
2355
2217
|
|
|
2356
2218
|
export declare const QSelect: IQSelect;
|
|
@@ -2370,59 +2232,6 @@ declare type QSpinnerLoaderProps = {
|
|
|
2370
2232
|
|
|
2371
2233
|
export declare const QTextField: IQTextField;
|
|
2372
2234
|
|
|
2373
|
-
declare type QTextFieldProps = {
|
|
2374
|
-
/**
|
|
2375
|
-
* The value of the text field.
|
|
2376
|
-
*/
|
|
2377
|
-
modelValue?: string;
|
|
2378
|
-
/**
|
|
2379
|
-
* The field unique identifier.
|
|
2380
|
-
*/
|
|
2381
|
-
id?: string;
|
|
2382
|
-
/**
|
|
2383
|
-
* The placeholder text for the text field.
|
|
2384
|
-
*/
|
|
2385
|
-
placeholder?: string;
|
|
2386
|
-
/**
|
|
2387
|
-
* The label of the input.
|
|
2388
|
-
*/
|
|
2389
|
-
label?: string;
|
|
2390
|
-
/**
|
|
2391
|
-
* The size of the text field.
|
|
2392
|
-
*/
|
|
2393
|
-
size?: QFieldSize;
|
|
2394
|
-
/**
|
|
2395
|
-
* If set, defines the maximum string length
|
|
2396
|
-
* that the user can enter into the text field.
|
|
2397
|
-
*/
|
|
2398
|
-
maxLength?: number;
|
|
2399
|
-
/**
|
|
2400
|
-
* If set to true, the text field is read-only.
|
|
2401
|
-
*/
|
|
2402
|
-
readonly?: boolean;
|
|
2403
|
-
/**
|
|
2404
|
-
* If set to true, the text field is disabled.
|
|
2405
|
-
*/
|
|
2406
|
-
disabled?: boolean;
|
|
2407
|
-
/**
|
|
2408
|
-
* If set to true, an asterisk (*) is displayed
|
|
2409
|
-
* to indicate that the text field is required.
|
|
2410
|
-
*/
|
|
2411
|
-
required?: boolean;
|
|
2412
|
-
/**
|
|
2413
|
-
* The role attribute to apply to the input.
|
|
2414
|
-
*/
|
|
2415
|
-
role?: string;
|
|
2416
|
-
/**
|
|
2417
|
-
* The type attribute to apply to the input.
|
|
2418
|
-
*/
|
|
2419
|
-
type?: string;
|
|
2420
|
-
/**
|
|
2421
|
-
* Custom set of classes to apply to the component.
|
|
2422
|
-
*/
|
|
2423
|
-
class?: string | unknown[];
|
|
2424
|
-
};
|
|
2425
|
-
|
|
2426
2235
|
export declare const QThemeProvider: IQThemeProvider;
|
|
2427
2236
|
|
|
2428
2237
|
declare type QThemeProviderProps = {
|
|
@@ -2436,10 +2245,6 @@ export declare const QTooltip: IQTooltip;
|
|
|
2436
2245
|
|
|
2437
2246
|
declare type Selector = string | HTMLElement | ComponentPublicInstance;
|
|
2438
2247
|
|
|
2439
|
-
declare type Texts = typeof DEFAULT_TEXTS;
|
|
2440
|
-
|
|
2441
|
-
declare type Texts_2 = typeof DEFAULT_TEXTS_2;
|
|
2442
|
-
|
|
2443
2248
|
declare type ThemeDefinition = {
|
|
2444
2249
|
name: string;
|
|
2445
2250
|
mode: ThemeMode;
|