@quoreadmin/ui 1.7.16 → 1.7.18
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/index131.js +151 -90
- package/dist/index140.js +291 -281
- package/dist/index185.js +7 -7
- package/dist/index191.js +23 -23
- package/dist/index192.js +1 -1
- package/dist/index193.js +1 -1
- package/dist/index196.js +2 -2
- package/dist/index198.js +14 -14
- package/dist/index199.js +1 -1
- package/dist/index200.js +1 -1
- package/dist/index201.js +3 -3
- package/dist/index202.js +6 -6
- package/dist/index203.js +2 -2
- package/dist/index204.js +2 -2
- package/dist/index205.js +1 -1
- package/dist/index220.js +1 -1
- package/dist/index224.js +1 -1
- package/dist/index226.js +1 -1
- package/dist/index232.js +105 -231
- package/dist/index233.js +38 -8
- package/dist/index234.js +78 -136
- package/dist/index235.js +20 -83
- package/dist/index236.js +20 -3632
- package/dist/index237.js +20 -55
- package/dist/index238.js +20 -77
- package/dist/index239.js +22 -52
- package/dist/index240.js +22 -215
- package/dist/index241.js +20 -10
- package/dist/index242.js +827 -48
- package/dist/index243.js +691 -50
- package/dist/index244.js +174 -52
- package/dist/index245.js +22 -75
- package/dist/index246.js +19 -722
- package/dist/index247.js +20 -39
- package/dist/index248.js +3 -64
- package/dist/index249.js +187 -11
- package/dist/index250.js +124 -696
- package/dist/index251.js +1189 -786
- package/dist/index252.js +19 -126
- package/dist/index253.js +21 -37
- package/dist/index254.js +22 -80
- package/dist/index255.js +22 -13
- package/dist/index256.js +12 -12
- package/dist/index257.js +9 -9
- package/dist/index258.js +2 -20
- package/dist/index259.js +2 -22
- package/dist/index260.js +3632 -22
- package/dist/index261.js +55 -20
- package/dist/index262.js +64 -823
- package/dist/index263.js +43 -693
- package/dist/index264.js +204 -165
- package/dist/index265.js +10 -22
- package/dist/index266.js +57 -20
- package/dist/index267.js +61 -20
- package/dist/index268.js +54 -3
- package/dist/index269.js +69 -181
- package/dist/index270.js +710 -120
- package/dist/index271.js +33 -1217
- package/dist/index272.js +64 -20
- package/dist/index273.js +11 -22
- package/dist/index274.js +705 -22
- package/dist/index275.js +820 -29
- package/dist/index276.js +253 -20
- package/dist/index277.js +8 -20
- package/dist/index278.js +138 -2
- package/dist/index279.js +83 -2
- package/dist/index280.js +1 -1
- package/dist/index285.js +1 -1
- package/dist/index286.js +1 -1
- package/dist/index287.js +1 -1
- package/dist/index288.js +137 -110
- package/dist/index290.js +62 -56
- package/dist/index291.js +31 -26
- package/dist/index294.js +15 -8
- package/dist/index297.js +1 -1
- package/dist/index299.js +36 -37
- package/dist/index305.js +2 -1518
- package/dist/index306.js +1478 -346
- package/dist/index307.js +330 -2675
- package/dist/index308.js +2717 -72
- package/dist/index309.js +75 -3759
- package/dist/index310.js +3758 -48
- package/dist/index311.js +60 -15
- package/dist/index312.js +76 -81
- package/dist/index313.js +22 -202
- package/dist/index314.js +915 -226
- package/dist/index315.js +22 -2
- package/dist/index316.js +19 -78
- package/dist/index317.js +13 -15
- package/dist/index318.js +64 -930
- package/dist/index319.js +18 -21
- package/dist/index320.js +19 -20
- package/dist/index321.js +12 -10
- package/dist/index322.js +21 -68
- package/dist/index323.js +60 -16
- package/dist/index324.js +15 -19
- package/dist/index325.js +83 -21
- package/dist/index326.js +202 -22
- package/dist/index327.js +246 -63
- package/dist/index330.js +1 -1
- package/dist/index331.js +12 -14
- package/dist/index332.js +1 -0
- package/dist/index336.js +4 -3
- package/dist/index342.js +27 -27
- package/dist/index345.js +1 -1
- package/dist/index346.js +1 -1
- package/dist/index372.js +1 -1
- package/dist/index380.js +1 -1
- package/dist/index382.js +16 -100
- package/dist/index383.js +100 -90
- package/dist/index384.js +91 -98
- package/dist/index385.js +97 -16
- package/dist/index43.js +160 -158
- package/dist/src/components/comment/comment.d.ts +27 -0
- package/dist/src/components/comment/comment.stories.d.ts +27 -0
- package/dist/src/components/comment-section/comment-section.d.ts +27 -0
- package/dist/src/components/comment-section/comment-section.stories.d.ts +27 -0
- package/dist/src/components/data-filter/data-filter.d.ts +27 -0
- package/dist/src/components/data-list/data-list.d.ts +27 -0
- package/dist/src/components/grid/grid.stories.d.ts +54 -0
- package/dist/src/components/popover/popover.d.ts +37 -0
- package/dist/src/components/popover/popover.stories.d.ts +189 -0
- package/dist/src/components/room-details-popover/room-details-popover.d.ts +60 -2
- package/dist/src/views/lists.vue.d.ts +54 -0
- package/dist/src/views/tables.vue.d.ts +27 -0
- package/package.json +1 -1
|
@@ -47,6 +47,18 @@ export declare const selectable: {
|
|
|
47
47
|
type: StringConstructor;
|
|
48
48
|
default: string;
|
|
49
49
|
};
|
|
50
|
+
closeOnScrollOutOfView: {
|
|
51
|
+
type: BooleanConstructor;
|
|
52
|
+
default: boolean;
|
|
53
|
+
};
|
|
54
|
+
scrollIntoView: {
|
|
55
|
+
type: BooleanConstructor;
|
|
56
|
+
default: boolean;
|
|
57
|
+
};
|
|
58
|
+
scrollIntoViewPadding: {
|
|
59
|
+
type: NumberConstructor;
|
|
60
|
+
default: number;
|
|
61
|
+
};
|
|
50
62
|
}>, {
|
|
51
63
|
entered: import('vue').Ref<boolean, boolean>;
|
|
52
64
|
offsetStyle: import('vue').Ref<string, string>;
|
|
@@ -117,6 +129,18 @@ export declare const selectable: {
|
|
|
117
129
|
type: StringConstructor;
|
|
118
130
|
default: string;
|
|
119
131
|
};
|
|
132
|
+
closeOnScrollOutOfView: {
|
|
133
|
+
type: BooleanConstructor;
|
|
134
|
+
default: boolean;
|
|
135
|
+
};
|
|
136
|
+
scrollIntoView: {
|
|
137
|
+
type: BooleanConstructor;
|
|
138
|
+
default: boolean;
|
|
139
|
+
};
|
|
140
|
+
scrollIntoViewPadding: {
|
|
141
|
+
type: NumberConstructor;
|
|
142
|
+
default: number;
|
|
143
|
+
};
|
|
120
144
|
}>> & Readonly<{
|
|
121
145
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
122
146
|
}>, {
|
|
@@ -130,6 +154,9 @@ export declare const selectable: {
|
|
|
130
154
|
hasCaret: boolean;
|
|
131
155
|
reposition: boolean;
|
|
132
156
|
followScroll: boolean;
|
|
157
|
+
closeOnScrollOutOfView: boolean;
|
|
158
|
+
scrollIntoView: boolean;
|
|
159
|
+
scrollIntoViewPadding: number;
|
|
133
160
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
134
161
|
};
|
|
135
162
|
setup(this: void): {
|
|
@@ -189,6 +216,18 @@ export declare const Info1: {
|
|
|
189
216
|
type: StringConstructor;
|
|
190
217
|
default: string;
|
|
191
218
|
};
|
|
219
|
+
closeOnScrollOutOfView: {
|
|
220
|
+
type: BooleanConstructor;
|
|
221
|
+
default: boolean;
|
|
222
|
+
};
|
|
223
|
+
scrollIntoView: {
|
|
224
|
+
type: BooleanConstructor;
|
|
225
|
+
default: boolean;
|
|
226
|
+
};
|
|
227
|
+
scrollIntoViewPadding: {
|
|
228
|
+
type: NumberConstructor;
|
|
229
|
+
default: number;
|
|
230
|
+
};
|
|
192
231
|
}>, {
|
|
193
232
|
entered: import('vue').Ref<boolean, boolean>;
|
|
194
233
|
offsetStyle: import('vue').Ref<string, string>;
|
|
@@ -259,6 +298,18 @@ export declare const Info1: {
|
|
|
259
298
|
type: StringConstructor;
|
|
260
299
|
default: string;
|
|
261
300
|
};
|
|
301
|
+
closeOnScrollOutOfView: {
|
|
302
|
+
type: BooleanConstructor;
|
|
303
|
+
default: boolean;
|
|
304
|
+
};
|
|
305
|
+
scrollIntoView: {
|
|
306
|
+
type: BooleanConstructor;
|
|
307
|
+
default: boolean;
|
|
308
|
+
};
|
|
309
|
+
scrollIntoViewPadding: {
|
|
310
|
+
type: NumberConstructor;
|
|
311
|
+
default: number;
|
|
312
|
+
};
|
|
262
313
|
}>> & Readonly<{
|
|
263
314
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
264
315
|
}>, {
|
|
@@ -272,6 +323,9 @@ export declare const Info1: {
|
|
|
272
323
|
hasCaret: boolean;
|
|
273
324
|
reposition: boolean;
|
|
274
325
|
followScroll: boolean;
|
|
326
|
+
closeOnScrollOutOfView: boolean;
|
|
327
|
+
scrollIntoView: boolean;
|
|
328
|
+
scrollIntoViewPadding: number;
|
|
275
329
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
276
330
|
};
|
|
277
331
|
setup(this: void): {
|
|
@@ -332,6 +386,18 @@ export declare const PositionRight: {
|
|
|
332
386
|
type: StringConstructor;
|
|
333
387
|
default: string;
|
|
334
388
|
};
|
|
389
|
+
closeOnScrollOutOfView: {
|
|
390
|
+
type: BooleanConstructor;
|
|
391
|
+
default: boolean;
|
|
392
|
+
};
|
|
393
|
+
scrollIntoView: {
|
|
394
|
+
type: BooleanConstructor;
|
|
395
|
+
default: boolean;
|
|
396
|
+
};
|
|
397
|
+
scrollIntoViewPadding: {
|
|
398
|
+
type: NumberConstructor;
|
|
399
|
+
default: number;
|
|
400
|
+
};
|
|
335
401
|
}>, {
|
|
336
402
|
entered: import('vue').Ref<boolean, boolean>;
|
|
337
403
|
offsetStyle: import('vue').Ref<string, string>;
|
|
@@ -402,6 +468,18 @@ export declare const PositionRight: {
|
|
|
402
468
|
type: StringConstructor;
|
|
403
469
|
default: string;
|
|
404
470
|
};
|
|
471
|
+
closeOnScrollOutOfView: {
|
|
472
|
+
type: BooleanConstructor;
|
|
473
|
+
default: boolean;
|
|
474
|
+
};
|
|
475
|
+
scrollIntoView: {
|
|
476
|
+
type: BooleanConstructor;
|
|
477
|
+
default: boolean;
|
|
478
|
+
};
|
|
479
|
+
scrollIntoViewPadding: {
|
|
480
|
+
type: NumberConstructor;
|
|
481
|
+
default: number;
|
|
482
|
+
};
|
|
405
483
|
}>> & Readonly<{
|
|
406
484
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
407
485
|
}>, {
|
|
@@ -415,6 +493,9 @@ export declare const PositionRight: {
|
|
|
415
493
|
hasCaret: boolean;
|
|
416
494
|
reposition: boolean;
|
|
417
495
|
followScroll: boolean;
|
|
496
|
+
closeOnScrollOutOfView: boolean;
|
|
497
|
+
scrollIntoView: boolean;
|
|
498
|
+
scrollIntoViewPadding: number;
|
|
418
499
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
419
500
|
};
|
|
420
501
|
setup(this: void): {
|
|
@@ -475,6 +556,18 @@ export declare const Info2: {
|
|
|
475
556
|
type: StringConstructor;
|
|
476
557
|
default: string;
|
|
477
558
|
};
|
|
559
|
+
closeOnScrollOutOfView: {
|
|
560
|
+
type: BooleanConstructor;
|
|
561
|
+
default: boolean;
|
|
562
|
+
};
|
|
563
|
+
scrollIntoView: {
|
|
564
|
+
type: BooleanConstructor;
|
|
565
|
+
default: boolean;
|
|
566
|
+
};
|
|
567
|
+
scrollIntoViewPadding: {
|
|
568
|
+
type: NumberConstructor;
|
|
569
|
+
default: number;
|
|
570
|
+
};
|
|
478
571
|
}>, {
|
|
479
572
|
entered: import('vue').Ref<boolean, boolean>;
|
|
480
573
|
offsetStyle: import('vue').Ref<string, string>;
|
|
@@ -545,6 +638,18 @@ export declare const Info2: {
|
|
|
545
638
|
type: StringConstructor;
|
|
546
639
|
default: string;
|
|
547
640
|
};
|
|
641
|
+
closeOnScrollOutOfView: {
|
|
642
|
+
type: BooleanConstructor;
|
|
643
|
+
default: boolean;
|
|
644
|
+
};
|
|
645
|
+
scrollIntoView: {
|
|
646
|
+
type: BooleanConstructor;
|
|
647
|
+
default: boolean;
|
|
648
|
+
};
|
|
649
|
+
scrollIntoViewPadding: {
|
|
650
|
+
type: NumberConstructor;
|
|
651
|
+
default: number;
|
|
652
|
+
};
|
|
548
653
|
}>> & Readonly<{
|
|
549
654
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
550
655
|
}>, {
|
|
@@ -558,6 +663,9 @@ export declare const Info2: {
|
|
|
558
663
|
hasCaret: boolean;
|
|
559
664
|
reposition: boolean;
|
|
560
665
|
followScroll: boolean;
|
|
666
|
+
closeOnScrollOutOfView: boolean;
|
|
667
|
+
scrollIntoView: boolean;
|
|
668
|
+
scrollIntoViewPadding: number;
|
|
561
669
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
562
670
|
};
|
|
563
671
|
setup(this: void): {
|
|
@@ -618,6 +726,18 @@ export declare const FilterSizeSm: {
|
|
|
618
726
|
type: StringConstructor;
|
|
619
727
|
default: string;
|
|
620
728
|
};
|
|
729
|
+
closeOnScrollOutOfView: {
|
|
730
|
+
type: BooleanConstructor;
|
|
731
|
+
default: boolean;
|
|
732
|
+
};
|
|
733
|
+
scrollIntoView: {
|
|
734
|
+
type: BooleanConstructor;
|
|
735
|
+
default: boolean;
|
|
736
|
+
};
|
|
737
|
+
scrollIntoViewPadding: {
|
|
738
|
+
type: NumberConstructor;
|
|
739
|
+
default: number;
|
|
740
|
+
};
|
|
621
741
|
}>, {
|
|
622
742
|
entered: import('vue').Ref<boolean, boolean>;
|
|
623
743
|
offsetStyle: import('vue').Ref<string, string>;
|
|
@@ -688,6 +808,18 @@ export declare const FilterSizeSm: {
|
|
|
688
808
|
type: StringConstructor;
|
|
689
809
|
default: string;
|
|
690
810
|
};
|
|
811
|
+
closeOnScrollOutOfView: {
|
|
812
|
+
type: BooleanConstructor;
|
|
813
|
+
default: boolean;
|
|
814
|
+
};
|
|
815
|
+
scrollIntoView: {
|
|
816
|
+
type: BooleanConstructor;
|
|
817
|
+
default: boolean;
|
|
818
|
+
};
|
|
819
|
+
scrollIntoViewPadding: {
|
|
820
|
+
type: NumberConstructor;
|
|
821
|
+
default: number;
|
|
822
|
+
};
|
|
691
823
|
}>> & Readonly<{
|
|
692
824
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
693
825
|
}>, {
|
|
@@ -701,6 +833,9 @@ export declare const FilterSizeSm: {
|
|
|
701
833
|
hasCaret: boolean;
|
|
702
834
|
reposition: boolean;
|
|
703
835
|
followScroll: boolean;
|
|
836
|
+
closeOnScrollOutOfView: boolean;
|
|
837
|
+
scrollIntoView: boolean;
|
|
838
|
+
scrollIntoViewPadding: number;
|
|
704
839
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
705
840
|
};
|
|
706
841
|
setup(this: void): {
|
|
@@ -761,6 +896,18 @@ export declare const FilterSizeMd: {
|
|
|
761
896
|
type: StringConstructor;
|
|
762
897
|
default: string;
|
|
763
898
|
};
|
|
899
|
+
closeOnScrollOutOfView: {
|
|
900
|
+
type: BooleanConstructor;
|
|
901
|
+
default: boolean;
|
|
902
|
+
};
|
|
903
|
+
scrollIntoView: {
|
|
904
|
+
type: BooleanConstructor;
|
|
905
|
+
default: boolean;
|
|
906
|
+
};
|
|
907
|
+
scrollIntoViewPadding: {
|
|
908
|
+
type: NumberConstructor;
|
|
909
|
+
default: number;
|
|
910
|
+
};
|
|
764
911
|
}>, {
|
|
765
912
|
entered: import('vue').Ref<boolean, boolean>;
|
|
766
913
|
offsetStyle: import('vue').Ref<string, string>;
|
|
@@ -831,6 +978,18 @@ export declare const FilterSizeMd: {
|
|
|
831
978
|
type: StringConstructor;
|
|
832
979
|
default: string;
|
|
833
980
|
};
|
|
981
|
+
closeOnScrollOutOfView: {
|
|
982
|
+
type: BooleanConstructor;
|
|
983
|
+
default: boolean;
|
|
984
|
+
};
|
|
985
|
+
scrollIntoView: {
|
|
986
|
+
type: BooleanConstructor;
|
|
987
|
+
default: boolean;
|
|
988
|
+
};
|
|
989
|
+
scrollIntoViewPadding: {
|
|
990
|
+
type: NumberConstructor;
|
|
991
|
+
default: number;
|
|
992
|
+
};
|
|
834
993
|
}>> & Readonly<{
|
|
835
994
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
836
995
|
}>, {
|
|
@@ -844,6 +1003,9 @@ export declare const FilterSizeMd: {
|
|
|
844
1003
|
hasCaret: boolean;
|
|
845
1004
|
reposition: boolean;
|
|
846
1005
|
followScroll: boolean;
|
|
1006
|
+
closeOnScrollOutOfView: boolean;
|
|
1007
|
+
scrollIntoView: boolean;
|
|
1008
|
+
scrollIntoViewPadding: number;
|
|
847
1009
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
848
1010
|
};
|
|
849
1011
|
setup(this: void): {
|
|
@@ -904,6 +1066,18 @@ export declare const FilterSizeLg: {
|
|
|
904
1066
|
type: StringConstructor;
|
|
905
1067
|
default: string;
|
|
906
1068
|
};
|
|
1069
|
+
closeOnScrollOutOfView: {
|
|
1070
|
+
type: BooleanConstructor;
|
|
1071
|
+
default: boolean;
|
|
1072
|
+
};
|
|
1073
|
+
scrollIntoView: {
|
|
1074
|
+
type: BooleanConstructor;
|
|
1075
|
+
default: boolean;
|
|
1076
|
+
};
|
|
1077
|
+
scrollIntoViewPadding: {
|
|
1078
|
+
type: NumberConstructor;
|
|
1079
|
+
default: number;
|
|
1080
|
+
};
|
|
907
1081
|
}>, {
|
|
908
1082
|
entered: import('vue').Ref<boolean, boolean>;
|
|
909
1083
|
offsetStyle: import('vue').Ref<string, string>;
|
|
@@ -974,6 +1148,18 @@ export declare const FilterSizeLg: {
|
|
|
974
1148
|
type: StringConstructor;
|
|
975
1149
|
default: string;
|
|
976
1150
|
};
|
|
1151
|
+
closeOnScrollOutOfView: {
|
|
1152
|
+
type: BooleanConstructor;
|
|
1153
|
+
default: boolean;
|
|
1154
|
+
};
|
|
1155
|
+
scrollIntoView: {
|
|
1156
|
+
type: BooleanConstructor;
|
|
1157
|
+
default: boolean;
|
|
1158
|
+
};
|
|
1159
|
+
scrollIntoViewPadding: {
|
|
1160
|
+
type: NumberConstructor;
|
|
1161
|
+
default: number;
|
|
1162
|
+
};
|
|
977
1163
|
}>> & Readonly<{
|
|
978
1164
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
979
1165
|
}>, {
|
|
@@ -987,6 +1173,9 @@ export declare const FilterSizeLg: {
|
|
|
987
1173
|
hasCaret: boolean;
|
|
988
1174
|
reposition: boolean;
|
|
989
1175
|
followScroll: boolean;
|
|
1176
|
+
closeOnScrollOutOfView: boolean;
|
|
1177
|
+
scrollIntoView: boolean;
|
|
1178
|
+
scrollIntoViewPadding: number;
|
|
990
1179
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
991
1180
|
};
|
|
992
1181
|
setup(this: void): {
|
|
@@ -115,6 +115,21 @@ declare const QRoomDetailsPopover: import('vue').DefineComponent<import('vue').E
|
|
|
115
115
|
type: StringConstructor;
|
|
116
116
|
default: string;
|
|
117
117
|
};
|
|
118
|
+
/** Whether to close the popover when the trigger scrolls out of its scrollable parent */
|
|
119
|
+
closeOnScrollOutOfView: {
|
|
120
|
+
type: BooleanConstructor;
|
|
121
|
+
default: boolean;
|
|
122
|
+
};
|
|
123
|
+
/** Whether to scroll the page to bring the popover into view when it opens or content changes */
|
|
124
|
+
scrollIntoView: {
|
|
125
|
+
type: BooleanConstructor;
|
|
126
|
+
default: boolean;
|
|
127
|
+
};
|
|
128
|
+
/** Padding (in pixels) from viewport edge when scrolling popover into view */
|
|
129
|
+
scrollIntoViewPadding: {
|
|
130
|
+
type: NumberConstructor;
|
|
131
|
+
default: number;
|
|
132
|
+
};
|
|
118
133
|
}>, {
|
|
119
134
|
DateTime: any;
|
|
120
135
|
actionMenuOpen: import('vue').Ref<boolean, boolean>;
|
|
@@ -328,8 +343,6 @@ declare const QRoomDetailsPopover: import('vue').DefineComponent<import('vue').E
|
|
|
328
343
|
simulateContent: import('vue').Ref<string, string>;
|
|
329
344
|
simulateLoading: import('vue').Ref<boolean, boolean>;
|
|
330
345
|
cleanliness: import('vue').ComputedRef<"" | "CLEAN" | "DIRTY">;
|
|
331
|
-
cleanlinessColor: import('vue').ComputedRef<"blue-10" | "red-10" | "gray-30">;
|
|
332
|
-
cleanlinessTooltipContent: import('vue').ComputedRef<string>;
|
|
333
346
|
filteredReplies: import('vue').ComputedRef<string[]>;
|
|
334
347
|
groupedMessages: import('vue').ComputedRef<any[]>;
|
|
335
348
|
hasGuestCallback: import('vue').ComputedRef<boolean>;
|
|
@@ -494,6 +507,21 @@ declare const QRoomDetailsPopover: import('vue').DefineComponent<import('vue').E
|
|
|
494
507
|
type: StringConstructor;
|
|
495
508
|
default: string;
|
|
496
509
|
};
|
|
510
|
+
/** Whether to close the popover when the trigger scrolls out of its scrollable parent */
|
|
511
|
+
closeOnScrollOutOfView: {
|
|
512
|
+
type: BooleanConstructor;
|
|
513
|
+
default: boolean;
|
|
514
|
+
};
|
|
515
|
+
/** Whether to scroll the page to bring the popover into view when it opens or content changes */
|
|
516
|
+
scrollIntoView: {
|
|
517
|
+
type: BooleanConstructor;
|
|
518
|
+
default: boolean;
|
|
519
|
+
};
|
|
520
|
+
/** Padding (in pixels) from viewport edge when scrolling popover into view */
|
|
521
|
+
scrollIntoViewPadding: {
|
|
522
|
+
type: NumberConstructor;
|
|
523
|
+
default: number;
|
|
524
|
+
};
|
|
497
525
|
}>> & Readonly<{
|
|
498
526
|
onToggle?: ((...args: any[]) => any) | undefined;
|
|
499
527
|
"onCreate:callback"?: ((...args: any[]) => any) | undefined;
|
|
@@ -511,6 +539,9 @@ declare const QRoomDetailsPopover: import('vue').DefineComponent<import('vue').E
|
|
|
511
539
|
teleportTo: string;
|
|
512
540
|
trigger: string | number;
|
|
513
541
|
align: string;
|
|
542
|
+
closeOnScrollOutOfView: boolean;
|
|
543
|
+
scrollIntoView: boolean;
|
|
544
|
+
scrollIntoViewPadding: number;
|
|
514
545
|
comments: unknown[];
|
|
515
546
|
roomDetails: Record<string, any>;
|
|
516
547
|
guestDetails: Record<string, any>;
|
|
@@ -1577,6 +1608,18 @@ declare const QRoomDetailsPopover: import('vue').DefineComponent<import('vue').E
|
|
|
1577
1608
|
type: StringConstructor;
|
|
1578
1609
|
default: string;
|
|
1579
1610
|
};
|
|
1611
|
+
closeOnScrollOutOfView: {
|
|
1612
|
+
type: BooleanConstructor;
|
|
1613
|
+
default: boolean;
|
|
1614
|
+
};
|
|
1615
|
+
scrollIntoView: {
|
|
1616
|
+
type: BooleanConstructor;
|
|
1617
|
+
default: boolean;
|
|
1618
|
+
};
|
|
1619
|
+
scrollIntoViewPadding: {
|
|
1620
|
+
type: NumberConstructor;
|
|
1621
|
+
default: number;
|
|
1622
|
+
};
|
|
1580
1623
|
}>, {
|
|
1581
1624
|
entered: import('vue').Ref<boolean, boolean>;
|
|
1582
1625
|
offsetStyle: import('vue').Ref<string, string>;
|
|
@@ -1647,6 +1690,18 @@ declare const QRoomDetailsPopover: import('vue').DefineComponent<import('vue').E
|
|
|
1647
1690
|
type: StringConstructor;
|
|
1648
1691
|
default: string;
|
|
1649
1692
|
};
|
|
1693
|
+
closeOnScrollOutOfView: {
|
|
1694
|
+
type: BooleanConstructor;
|
|
1695
|
+
default: boolean;
|
|
1696
|
+
};
|
|
1697
|
+
scrollIntoView: {
|
|
1698
|
+
type: BooleanConstructor;
|
|
1699
|
+
default: boolean;
|
|
1700
|
+
};
|
|
1701
|
+
scrollIntoViewPadding: {
|
|
1702
|
+
type: NumberConstructor;
|
|
1703
|
+
default: number;
|
|
1704
|
+
};
|
|
1650
1705
|
}>> & Readonly<{
|
|
1651
1706
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1652
1707
|
}>, {
|
|
@@ -1660,6 +1715,9 @@ declare const QRoomDetailsPopover: import('vue').DefineComponent<import('vue').E
|
|
|
1660
1715
|
hasCaret: boolean;
|
|
1661
1716
|
reposition: boolean;
|
|
1662
1717
|
followScroll: boolean;
|
|
1718
|
+
closeOnScrollOutOfView: boolean;
|
|
1719
|
+
scrollIntoView: boolean;
|
|
1720
|
+
scrollIntoViewPadding: number;
|
|
1663
1721
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1664
1722
|
QTag: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1665
1723
|
tagClass: {
|
|
@@ -1095,6 +1095,18 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
1095
1095
|
type: StringConstructor;
|
|
1096
1096
|
default: string;
|
|
1097
1097
|
};
|
|
1098
|
+
closeOnScrollOutOfView: {
|
|
1099
|
+
type: BooleanConstructor;
|
|
1100
|
+
default: boolean;
|
|
1101
|
+
};
|
|
1102
|
+
scrollIntoView: {
|
|
1103
|
+
type: BooleanConstructor;
|
|
1104
|
+
default: boolean;
|
|
1105
|
+
};
|
|
1106
|
+
scrollIntoViewPadding: {
|
|
1107
|
+
type: NumberConstructor;
|
|
1108
|
+
default: number;
|
|
1109
|
+
};
|
|
1098
1110
|
}>, {
|
|
1099
1111
|
entered: import('vue').Ref<boolean, boolean>;
|
|
1100
1112
|
offsetStyle: import('vue').Ref<string, string>;
|
|
@@ -1165,6 +1177,18 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
1165
1177
|
type: StringConstructor;
|
|
1166
1178
|
default: string;
|
|
1167
1179
|
};
|
|
1180
|
+
closeOnScrollOutOfView: {
|
|
1181
|
+
type: BooleanConstructor;
|
|
1182
|
+
default: boolean;
|
|
1183
|
+
};
|
|
1184
|
+
scrollIntoView: {
|
|
1185
|
+
type: BooleanConstructor;
|
|
1186
|
+
default: boolean;
|
|
1187
|
+
};
|
|
1188
|
+
scrollIntoViewPadding: {
|
|
1189
|
+
type: NumberConstructor;
|
|
1190
|
+
default: number;
|
|
1191
|
+
};
|
|
1168
1192
|
}>> & Readonly<{
|
|
1169
1193
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1170
1194
|
}>, {
|
|
@@ -1178,6 +1202,9 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
1178
1202
|
hasCaret: boolean;
|
|
1179
1203
|
reposition: boolean;
|
|
1180
1204
|
followScroll: boolean;
|
|
1205
|
+
closeOnScrollOutOfView: boolean;
|
|
1206
|
+
scrollIntoView: boolean;
|
|
1207
|
+
scrollIntoViewPadding: number;
|
|
1181
1208
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1182
1209
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1183
1210
|
QDataList: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -2123,6 +2150,18 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
2123
2150
|
type: StringConstructor;
|
|
2124
2151
|
default: string;
|
|
2125
2152
|
};
|
|
2153
|
+
closeOnScrollOutOfView: {
|
|
2154
|
+
type: BooleanConstructor;
|
|
2155
|
+
default: boolean;
|
|
2156
|
+
};
|
|
2157
|
+
scrollIntoView: {
|
|
2158
|
+
type: BooleanConstructor;
|
|
2159
|
+
default: boolean;
|
|
2160
|
+
};
|
|
2161
|
+
scrollIntoViewPadding: {
|
|
2162
|
+
type: NumberConstructor;
|
|
2163
|
+
default: number;
|
|
2164
|
+
};
|
|
2126
2165
|
}>, {
|
|
2127
2166
|
entered: import('vue').Ref<boolean, boolean>;
|
|
2128
2167
|
offsetStyle: import('vue').Ref<string, string>;
|
|
@@ -2193,6 +2232,18 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
2193
2232
|
type: StringConstructor;
|
|
2194
2233
|
default: string;
|
|
2195
2234
|
};
|
|
2235
|
+
closeOnScrollOutOfView: {
|
|
2236
|
+
type: BooleanConstructor;
|
|
2237
|
+
default: boolean;
|
|
2238
|
+
};
|
|
2239
|
+
scrollIntoView: {
|
|
2240
|
+
type: BooleanConstructor;
|
|
2241
|
+
default: boolean;
|
|
2242
|
+
};
|
|
2243
|
+
scrollIntoViewPadding: {
|
|
2244
|
+
type: NumberConstructor;
|
|
2245
|
+
default: number;
|
|
2246
|
+
};
|
|
2196
2247
|
}>> & Readonly<{
|
|
2197
2248
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2198
2249
|
}>, {
|
|
@@ -2206,6 +2257,9 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
2206
2257
|
hasCaret: boolean;
|
|
2207
2258
|
reposition: boolean;
|
|
2208
2259
|
followScroll: boolean;
|
|
2260
|
+
closeOnScrollOutOfView: boolean;
|
|
2261
|
+
scrollIntoView: boolean;
|
|
2262
|
+
scrollIntoViewPadding: number;
|
|
2209
2263
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2210
2264
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2211
2265
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1015,6 +1015,18 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
1015
1015
|
type: StringConstructor;
|
|
1016
1016
|
default: string;
|
|
1017
1017
|
};
|
|
1018
|
+
closeOnScrollOutOfView: {
|
|
1019
|
+
type: BooleanConstructor;
|
|
1020
|
+
default: boolean;
|
|
1021
|
+
};
|
|
1022
|
+
scrollIntoView: {
|
|
1023
|
+
type: BooleanConstructor;
|
|
1024
|
+
default: boolean;
|
|
1025
|
+
};
|
|
1026
|
+
scrollIntoViewPadding: {
|
|
1027
|
+
type: NumberConstructor;
|
|
1028
|
+
default: number;
|
|
1029
|
+
};
|
|
1018
1030
|
}>, {
|
|
1019
1031
|
entered: import('vue').Ref<boolean, boolean>;
|
|
1020
1032
|
offsetStyle: import('vue').Ref<string, string>;
|
|
@@ -1085,6 +1097,18 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
1085
1097
|
type: StringConstructor;
|
|
1086
1098
|
default: string;
|
|
1087
1099
|
};
|
|
1100
|
+
closeOnScrollOutOfView: {
|
|
1101
|
+
type: BooleanConstructor;
|
|
1102
|
+
default: boolean;
|
|
1103
|
+
};
|
|
1104
|
+
scrollIntoView: {
|
|
1105
|
+
type: BooleanConstructor;
|
|
1106
|
+
default: boolean;
|
|
1107
|
+
};
|
|
1108
|
+
scrollIntoViewPadding: {
|
|
1109
|
+
type: NumberConstructor;
|
|
1110
|
+
default: number;
|
|
1111
|
+
};
|
|
1088
1112
|
}>> & Readonly<{
|
|
1089
1113
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1090
1114
|
}>, {
|
|
@@ -1098,6 +1122,9 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
1098
1122
|
hasCaret: boolean;
|
|
1099
1123
|
reposition: boolean;
|
|
1100
1124
|
followScroll: boolean;
|
|
1125
|
+
closeOnScrollOutOfView: boolean;
|
|
1126
|
+
scrollIntoView: boolean;
|
|
1127
|
+
scrollIntoViewPadding: number;
|
|
1101
1128
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1102
1129
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1103
1130
|
QDataTable: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|