@quoreadmin/ui 1.7.13 → 1.7.15
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.css +1 -1
- package/dist/index131.js +90 -85
- package/dist/index152.js +14 -10
- package/dist/index173.js +1 -1
- package/dist/index176.js +4 -4
- package/dist/index184.js +5 -0
- package/dist/index185.js +7 -7
- package/dist/index188.js +17 -17
- package/dist/index191.js +4 -4
- package/dist/index20.js +15 -14
- package/dist/index202.js +4 -4
- package/dist/index206.js +2 -2
- package/dist/index227.js +124 -19
- package/dist/index228.js +35 -158
- package/dist/index229.js +79 -227
- package/dist/index230.js +19 -36
- package/dist/index231.js +20 -10
- package/dist/index232.js +19 -126
- package/dist/index233.js +19 -37
- package/dist/index234.js +17 -75
- package/dist/index235.js +160 -19
- package/dist/index236.js +228 -20
- package/dist/index237.js +36 -19
- package/dist/index238.js +10 -20
- package/dist/index239.js +6 -6
- package/dist/index240.js +1 -1
- package/dist/index241.js +1 -1
- package/dist/index254.js +2 -2
- package/dist/index258.js +6 -6
- package/dist/index259.js +1 -1
- package/dist/index265.js +1 -1
- package/dist/index266.js +1 -1
- package/dist/index267.js +5 -5
- package/dist/index288.js +2 -3
- package/dist/index289.js +1515 -24
- package/dist/index290.js +386 -2
- package/dist/index291.js +2717 -221
- package/dist/index292.js +84 -4
- package/dist/index293.js +3764 -128
- package/dist/index294.js +57 -65
- package/dist/index295.js +14 -86
- package/dist/index296.js +82 -27
- package/dist/index297.js +200 -7
- package/dist/index298.js +237 -66
- package/dist/index299.js +3 -4
- package/dist/index300.js +27 -2
- package/dist/index301.js +74 -78
- package/dist/index302.js +21 -53
- package/dist/index303.js +934 -5
- package/dist/index304.js +21 -4
- package/dist/index305.js +19 -178
- package/dist/index306.js +19 -62
- package/dist/index307.js +68 -74
- package/dist/index308.js +19 -1518
- package/dist/index309.js +19 -386
- package/dist/index310.js +22 -2731
- package/dist/index311.js +21 -85
- package/dist/index312.js +63 -3770
- package/dist/index313.js +227 -52
- package/dist/index314.js +6 -15
- package/dist/index315.js +124 -74
- package/dist/index316.js +61 -195
- package/dist/index317.js +81 -240
- package/dist/index318.js +25 -75
- package/dist/index319.js +8 -21
- package/dist/index320.js +66 -926
- package/dist/index321.js +3 -21
- package/dist/index322.js +2 -20
- package/dist/index323.js +82 -19
- package/dist/index324.js +51 -66
- package/dist/index325.js +6 -19
- package/dist/index326.js +5 -19
- package/dist/index327.js +178 -21
- package/dist/index328.js +62 -21
- package/dist/index329.js +74 -62
- package/dist/index354.js +19 -20
- package/dist/index355.js +19 -55
- package/dist/index356.js +63 -28
- package/dist/index357.js +37 -7
- package/dist/index358.js +18 -49
- package/dist/index359.js +56 -6
- package/dist/index360.js +27 -10
- package/dist/index361.js +7 -7
- package/dist/index362.js +51 -27
- package/dist/index363.js +6 -2
- package/dist/index364.js +11 -69
- package/dist/index365.js +6 -166
- package/dist/index366.js +28 -20
- package/dist/index367.js +2 -20
- package/dist/index368.js +67 -61
- package/dist/index369.js +166 -36
- package/dist/index370.js +98 -28
- package/dist/index371.js +90 -10
- package/dist/index372.js +98 -4
- package/dist/index373.js +17 -4
- package/dist/index374.js +30 -12
- package/dist/index375.js +11 -7
- package/dist/index376.js +3 -11
- package/dist/index377.js +3 -4
- package/dist/index378.js +13 -33
- package/dist/index379.js +7 -31
- package/dist/index380.js +12 -28
- package/dist/index381.js +5 -61
- package/dist/index382.js +33 -101
- package/dist/index383.js +31 -91
- package/dist/index384.js +27 -97
- package/dist/index385.js +60 -16
- package/dist/index386.js +1 -1
- package/dist/index391.js +1 -1
- package/dist/index392.js +2 -2
- 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 +36 -0
- package/dist/src/components/comment-section/comment-section.stories.d.ts +45 -0
- package/dist/src/components/data-filter/data-filter.d.ts +18 -0
- package/dist/src/components/data-list/data-list.d.ts +18 -0
- package/dist/src/components/data-table/data-table.d.ts +9 -0
- package/dist/src/components/event/event.d.ts +9 -0
- package/dist/src/components/file-upload/file-upload.d.ts +9 -0
- package/dist/src/components/file-upload/file-upload.stories.d.ts +45 -0
- package/dist/src/components/grid/grid.stories.d.ts +36 -0
- package/dist/src/components/icon-action-group/icon-action-group.d.ts +9 -0
- package/dist/src/components/icon-action-group/icon-action-group.stories.d.ts +45 -0
- package/dist/src/components/image-gallery/image-gallery.d.ts +9 -0
- package/dist/src/components/image-gallery/image-gallery.stories.d.ts +18 -0
- package/dist/src/components/popover/popover.d.ts +15 -0
- package/dist/src/components/popover/popover.stories.d.ts +63 -0
- package/dist/src/components/room-details-popover/room-details-popover.d.ts +18 -0
- package/dist/src/components/table/table.d.ts +9 -0
- package/dist/src/components/tooltip/tooltip.d.ts +9 -0
- package/dist/src/components/tooltip/tooltip.stories.d.ts +63 -0
- package/dist/src/components/wysiwyg/wysiwyg.d.ts +9 -0
- package/dist/src/components/wysiwyg/wysiwyg.stories.d.ts +9 -0
- package/dist/src/views/lists.vue.d.ts +45 -0
- package/dist/src/views/tables.vue.d.ts +36 -0
- package/package.json +1 -1
package/dist/index385.js
CHANGED
|
@@ -1,19 +1,63 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
return
|
|
6
|
-
"p-filled": i.filled,
|
|
7
|
-
"p-inputtext-sm": t.size === "small",
|
|
8
|
-
"p-inputtext-lg": t.size === "large",
|
|
9
|
-
"p-invalid": t.invalid,
|
|
10
|
-
"p-variant-filled": t.variant ? t.variant === "filled" : i.$primevue.config.inputStyle === "filled"
|
|
11
|
-
}];
|
|
1
|
+
const f = function* (e, t) {
|
|
2
|
+
let n = e.byteLength;
|
|
3
|
+
if (n < t) {
|
|
4
|
+
yield e;
|
|
5
|
+
return;
|
|
12
6
|
}
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
})
|
|
7
|
+
let a = 0, r;
|
|
8
|
+
for (; a < n; )
|
|
9
|
+
r = a + t, yield e.slice(a, r), a = r;
|
|
10
|
+
}, w = async function* (e, t) {
|
|
11
|
+
for await (const n of b(e))
|
|
12
|
+
yield* f(n, t);
|
|
13
|
+
}, b = async function* (e) {
|
|
14
|
+
if (e[Symbol.asyncIterator]) {
|
|
15
|
+
yield* e;
|
|
16
|
+
return;
|
|
17
|
+
}
|
|
18
|
+
const t = e.getReader();
|
|
19
|
+
try {
|
|
20
|
+
for (; ; ) {
|
|
21
|
+
const { done: n, value: a } = await t.read();
|
|
22
|
+
if (n)
|
|
23
|
+
break;
|
|
24
|
+
yield a;
|
|
25
|
+
}
|
|
26
|
+
} finally {
|
|
27
|
+
await t.cancel();
|
|
28
|
+
}
|
|
29
|
+
}, h = (e, t, n, a) => {
|
|
30
|
+
const r = w(e, t);
|
|
31
|
+
let d = 0, o, c = (l) => {
|
|
32
|
+
o || (o = !0, a && a(l));
|
|
33
|
+
};
|
|
34
|
+
return new ReadableStream({
|
|
35
|
+
async pull(l) {
|
|
36
|
+
try {
|
|
37
|
+
const { done: i, value: y } = await r.next();
|
|
38
|
+
if (i) {
|
|
39
|
+
c(), l.close();
|
|
40
|
+
return;
|
|
41
|
+
}
|
|
42
|
+
let s = y.byteLength;
|
|
43
|
+
if (n) {
|
|
44
|
+
let u = d += s;
|
|
45
|
+
n(u);
|
|
46
|
+
}
|
|
47
|
+
l.enqueue(new Uint8Array(y));
|
|
48
|
+
} catch (i) {
|
|
49
|
+
throw c(i), i;
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
cancel(l) {
|
|
53
|
+
return c(l), r.return();
|
|
54
|
+
}
|
|
55
|
+
}, {
|
|
56
|
+
highWaterMark: 2
|
|
57
|
+
});
|
|
58
|
+
};
|
|
17
59
|
export {
|
|
18
|
-
|
|
60
|
+
w as readBytes,
|
|
61
|
+
f as streamChunk,
|
|
62
|
+
h as trackStream
|
|
19
63
|
};
|
package/dist/index386.js
CHANGED
package/dist/index391.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import o from "./
|
|
1
|
+
import o from "./index365.js";
|
|
2
2
|
const n = o.hasStandardBrowserEnv ? /* @__PURE__ */ ((r, e) => (t) => (t = new URL(t, o.origin), r.protocol === t.protocol && r.host === t.host && (e || r.port === t.port)))(
|
|
3
3
|
new URL(o.origin),
|
|
4
4
|
o.navigator && /(msie|trident)/i.test(o.navigator.userAgent)
|
package/dist/index392.js
CHANGED
|
@@ -1090,6 +1090,10 @@ declare const QComment: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1090
1090
|
type: BooleanConstructor;
|
|
1091
1091
|
default: boolean;
|
|
1092
1092
|
};
|
|
1093
|
+
tooltipGap: {
|
|
1094
|
+
type: NumberConstructor;
|
|
1095
|
+
default: number;
|
|
1096
|
+
};
|
|
1093
1097
|
}>, {
|
|
1094
1098
|
tooltipStyle: import('vue').Ref<{
|
|
1095
1099
|
top: string;
|
|
@@ -1150,6 +1154,10 @@ declare const QComment: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1150
1154
|
type: BooleanConstructor;
|
|
1151
1155
|
default: boolean;
|
|
1152
1156
|
};
|
|
1157
|
+
tooltipGap: {
|
|
1158
|
+
type: NumberConstructor;
|
|
1159
|
+
default: number;
|
|
1160
|
+
};
|
|
1153
1161
|
}>> & Readonly<{}>, {
|
|
1154
1162
|
color: string;
|
|
1155
1163
|
position: string;
|
|
@@ -1162,6 +1170,7 @@ declare const QComment: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1162
1170
|
teleport: boolean;
|
|
1163
1171
|
teleportTo: string;
|
|
1164
1172
|
tooltipClasses: string | Record<string, any> | unknown[];
|
|
1173
|
+
tooltipGap: number;
|
|
1165
1174
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1166
1175
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1167
1176
|
QMenu: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -1306,6 +1315,10 @@ declare const QComment: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1306
1315
|
type: StringConstructor;
|
|
1307
1316
|
default: string;
|
|
1308
1317
|
};
|
|
1318
|
+
followScroll: {
|
|
1319
|
+
type: BooleanConstructor;
|
|
1320
|
+
default: boolean;
|
|
1321
|
+
};
|
|
1309
1322
|
trigger: {
|
|
1310
1323
|
type: StringConstructor;
|
|
1311
1324
|
default: string;
|
|
@@ -1372,6 +1385,10 @@ declare const QComment: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1372
1385
|
type: StringConstructor;
|
|
1373
1386
|
default: string;
|
|
1374
1387
|
};
|
|
1388
|
+
followScroll: {
|
|
1389
|
+
type: BooleanConstructor;
|
|
1390
|
+
default: boolean;
|
|
1391
|
+
};
|
|
1375
1392
|
trigger: {
|
|
1376
1393
|
type: StringConstructor;
|
|
1377
1394
|
default: string;
|
|
@@ -1388,6 +1405,7 @@ declare const QComment: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1388
1405
|
align: string;
|
|
1389
1406
|
hasCaret: boolean;
|
|
1390
1407
|
reposition: boolean;
|
|
1408
|
+
followScroll: boolean;
|
|
1391
1409
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1392
1410
|
QWarningModal: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1393
1411
|
toggle: {
|
|
@@ -2892,6 +2910,10 @@ declare const QComment: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2892
2910
|
type: BooleanConstructor;
|
|
2893
2911
|
default: boolean;
|
|
2894
2912
|
};
|
|
2913
|
+
tooltipGap: {
|
|
2914
|
+
type: NumberConstructor;
|
|
2915
|
+
default: number;
|
|
2916
|
+
};
|
|
2895
2917
|
}>, {
|
|
2896
2918
|
tooltipStyle: import('vue').Ref<{
|
|
2897
2919
|
top: string;
|
|
@@ -2952,6 +2974,10 @@ declare const QComment: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2952
2974
|
type: BooleanConstructor;
|
|
2953
2975
|
default: boolean;
|
|
2954
2976
|
};
|
|
2977
|
+
tooltipGap: {
|
|
2978
|
+
type: NumberConstructor;
|
|
2979
|
+
default: number;
|
|
2980
|
+
};
|
|
2955
2981
|
}>> & Readonly<{}>, {
|
|
2956
2982
|
color: string;
|
|
2957
2983
|
position: string;
|
|
@@ -2964,6 +2990,7 @@ declare const QComment: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2964
2990
|
teleport: boolean;
|
|
2965
2991
|
teleportTo: string;
|
|
2966
2992
|
tooltipClasses: string | Record<string, any> | unknown[];
|
|
2993
|
+
tooltipGap: number;
|
|
2967
2994
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2968
2995
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2969
2996
|
QModal: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -1058,6 +1058,10 @@ export declare const Primary: {
|
|
|
1058
1058
|
type: BooleanConstructor;
|
|
1059
1059
|
default: boolean;
|
|
1060
1060
|
};
|
|
1061
|
+
tooltipGap: {
|
|
1062
|
+
type: NumberConstructor;
|
|
1063
|
+
default: number;
|
|
1064
|
+
};
|
|
1061
1065
|
}>, {
|
|
1062
1066
|
tooltipStyle: import('vue').Ref<{
|
|
1063
1067
|
top: string;
|
|
@@ -1118,6 +1122,10 @@ export declare const Primary: {
|
|
|
1118
1122
|
type: BooleanConstructor;
|
|
1119
1123
|
default: boolean;
|
|
1120
1124
|
};
|
|
1125
|
+
tooltipGap: {
|
|
1126
|
+
type: NumberConstructor;
|
|
1127
|
+
default: number;
|
|
1128
|
+
};
|
|
1121
1129
|
}>> & Readonly<{}>, {
|
|
1122
1130
|
color: string;
|
|
1123
1131
|
position: string;
|
|
@@ -1130,6 +1138,7 @@ export declare const Primary: {
|
|
|
1130
1138
|
teleport: boolean;
|
|
1131
1139
|
teleportTo: string;
|
|
1132
1140
|
tooltipClasses: string | Record<string, any> | unknown[];
|
|
1141
|
+
tooltipGap: number;
|
|
1133
1142
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1134
1143
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1135
1144
|
QMenu: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -1274,6 +1283,10 @@ export declare const Primary: {
|
|
|
1274
1283
|
type: StringConstructor;
|
|
1275
1284
|
default: string;
|
|
1276
1285
|
};
|
|
1286
|
+
followScroll: {
|
|
1287
|
+
type: BooleanConstructor;
|
|
1288
|
+
default: boolean;
|
|
1289
|
+
};
|
|
1277
1290
|
trigger: {
|
|
1278
1291
|
type: StringConstructor;
|
|
1279
1292
|
default: string;
|
|
@@ -1340,6 +1353,10 @@ export declare const Primary: {
|
|
|
1340
1353
|
type: StringConstructor;
|
|
1341
1354
|
default: string;
|
|
1342
1355
|
};
|
|
1356
|
+
followScroll: {
|
|
1357
|
+
type: BooleanConstructor;
|
|
1358
|
+
default: boolean;
|
|
1359
|
+
};
|
|
1343
1360
|
trigger: {
|
|
1344
1361
|
type: StringConstructor;
|
|
1345
1362
|
default: string;
|
|
@@ -1356,6 +1373,7 @@ export declare const Primary: {
|
|
|
1356
1373
|
align: string;
|
|
1357
1374
|
hasCaret: boolean;
|
|
1358
1375
|
reposition: boolean;
|
|
1376
|
+
followScroll: boolean;
|
|
1359
1377
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1360
1378
|
QWarningModal: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1361
1379
|
toggle: {
|
|
@@ -2860,6 +2878,10 @@ export declare const Primary: {
|
|
|
2860
2878
|
type: BooleanConstructor;
|
|
2861
2879
|
default: boolean;
|
|
2862
2880
|
};
|
|
2881
|
+
tooltipGap: {
|
|
2882
|
+
type: NumberConstructor;
|
|
2883
|
+
default: number;
|
|
2884
|
+
};
|
|
2863
2885
|
}>, {
|
|
2864
2886
|
tooltipStyle: import('vue').Ref<{
|
|
2865
2887
|
top: string;
|
|
@@ -2920,6 +2942,10 @@ export declare const Primary: {
|
|
|
2920
2942
|
type: BooleanConstructor;
|
|
2921
2943
|
default: boolean;
|
|
2922
2944
|
};
|
|
2945
|
+
tooltipGap: {
|
|
2946
|
+
type: NumberConstructor;
|
|
2947
|
+
default: number;
|
|
2948
|
+
};
|
|
2923
2949
|
}>> & Readonly<{}>, {
|
|
2924
2950
|
color: string;
|
|
2925
2951
|
position: string;
|
|
@@ -2932,6 +2958,7 @@ export declare const Primary: {
|
|
|
2932
2958
|
teleport: boolean;
|
|
2933
2959
|
teleportTo: string;
|
|
2934
2960
|
tooltipClasses: string | Record<string, any> | unknown[];
|
|
2961
|
+
tooltipGap: number;
|
|
2935
2962
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2936
2963
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2937
2964
|
QModal: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -1242,6 +1242,10 @@ declare const QCommentSection: import('vue').DefineComponent<import('vue').Extra
|
|
|
1242
1242
|
type: BooleanConstructor;
|
|
1243
1243
|
default: boolean;
|
|
1244
1244
|
};
|
|
1245
|
+
tooltipGap: {
|
|
1246
|
+
type: NumberConstructor;
|
|
1247
|
+
default: number;
|
|
1248
|
+
};
|
|
1245
1249
|
}>, {
|
|
1246
1250
|
tooltipStyle: import('vue').Ref<{
|
|
1247
1251
|
top: string;
|
|
@@ -1302,6 +1306,10 @@ declare const QCommentSection: import('vue').DefineComponent<import('vue').Extra
|
|
|
1302
1306
|
type: BooleanConstructor;
|
|
1303
1307
|
default: boolean;
|
|
1304
1308
|
};
|
|
1309
|
+
tooltipGap: {
|
|
1310
|
+
type: NumberConstructor;
|
|
1311
|
+
default: number;
|
|
1312
|
+
};
|
|
1305
1313
|
}>> & Readonly<{}>, {
|
|
1306
1314
|
color: string;
|
|
1307
1315
|
position: string;
|
|
@@ -1314,6 +1322,7 @@ declare const QCommentSection: import('vue').DefineComponent<import('vue').Extra
|
|
|
1314
1322
|
teleport: boolean;
|
|
1315
1323
|
teleportTo: string;
|
|
1316
1324
|
tooltipClasses: string | Record<string, any> | unknown[];
|
|
1325
|
+
tooltipGap: number;
|
|
1317
1326
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1318
1327
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1319
1328
|
QMenu: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -1458,6 +1467,10 @@ declare const QCommentSection: import('vue').DefineComponent<import('vue').Extra
|
|
|
1458
1467
|
type: StringConstructor;
|
|
1459
1468
|
default: string;
|
|
1460
1469
|
};
|
|
1470
|
+
followScroll: {
|
|
1471
|
+
type: BooleanConstructor;
|
|
1472
|
+
default: boolean;
|
|
1473
|
+
};
|
|
1461
1474
|
trigger: {
|
|
1462
1475
|
type: StringConstructor;
|
|
1463
1476
|
default: string;
|
|
@@ -1524,6 +1537,10 @@ declare const QCommentSection: import('vue').DefineComponent<import('vue').Extra
|
|
|
1524
1537
|
type: StringConstructor;
|
|
1525
1538
|
default: string;
|
|
1526
1539
|
};
|
|
1540
|
+
followScroll: {
|
|
1541
|
+
type: BooleanConstructor;
|
|
1542
|
+
default: boolean;
|
|
1543
|
+
};
|
|
1527
1544
|
trigger: {
|
|
1528
1545
|
type: StringConstructor;
|
|
1529
1546
|
default: string;
|
|
@@ -1540,6 +1557,7 @@ declare const QCommentSection: import('vue').DefineComponent<import('vue').Extra
|
|
|
1540
1557
|
align: string;
|
|
1541
1558
|
hasCaret: boolean;
|
|
1542
1559
|
reposition: boolean;
|
|
1560
|
+
followScroll: boolean;
|
|
1543
1561
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1544
1562
|
QWarningModal: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1545
1563
|
toggle: {
|
|
@@ -3044,6 +3062,10 @@ declare const QCommentSection: import('vue').DefineComponent<import('vue').Extra
|
|
|
3044
3062
|
type: BooleanConstructor;
|
|
3045
3063
|
default: boolean;
|
|
3046
3064
|
};
|
|
3065
|
+
tooltipGap: {
|
|
3066
|
+
type: NumberConstructor;
|
|
3067
|
+
default: number;
|
|
3068
|
+
};
|
|
3047
3069
|
}>, {
|
|
3048
3070
|
tooltipStyle: import('vue').Ref<{
|
|
3049
3071
|
top: string;
|
|
@@ -3104,6 +3126,10 @@ declare const QCommentSection: import('vue').DefineComponent<import('vue').Extra
|
|
|
3104
3126
|
type: BooleanConstructor;
|
|
3105
3127
|
default: boolean;
|
|
3106
3128
|
};
|
|
3129
|
+
tooltipGap: {
|
|
3130
|
+
type: NumberConstructor;
|
|
3131
|
+
default: number;
|
|
3132
|
+
};
|
|
3107
3133
|
}>> & Readonly<{}>, {
|
|
3108
3134
|
color: string;
|
|
3109
3135
|
position: string;
|
|
@@ -3116,6 +3142,7 @@ declare const QCommentSection: import('vue').DefineComponent<import('vue').Extra
|
|
|
3116
3142
|
teleport: boolean;
|
|
3117
3143
|
teleportTo: string;
|
|
3118
3144
|
tooltipClasses: string | Record<string, any> | unknown[];
|
|
3145
|
+
tooltipGap: number;
|
|
3119
3146
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3120
3147
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3121
3148
|
QModal: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -4610,6 +4637,10 @@ declare const QCommentSection: import('vue').DefineComponent<import('vue').Extra
|
|
|
4610
4637
|
type: BooleanConstructor;
|
|
4611
4638
|
default: boolean;
|
|
4612
4639
|
};
|
|
4640
|
+
tooltipGap: {
|
|
4641
|
+
type: NumberConstructor;
|
|
4642
|
+
default: number;
|
|
4643
|
+
};
|
|
4613
4644
|
}>, {
|
|
4614
4645
|
tooltipStyle: import('vue').Ref<{
|
|
4615
4646
|
top: string;
|
|
@@ -4670,6 +4701,10 @@ declare const QCommentSection: import('vue').DefineComponent<import('vue').Extra
|
|
|
4670
4701
|
type: BooleanConstructor;
|
|
4671
4702
|
default: boolean;
|
|
4672
4703
|
};
|
|
4704
|
+
tooltipGap: {
|
|
4705
|
+
type: NumberConstructor;
|
|
4706
|
+
default: number;
|
|
4707
|
+
};
|
|
4673
4708
|
}>> & Readonly<{}>, {
|
|
4674
4709
|
color: string;
|
|
4675
4710
|
position: string;
|
|
@@ -4682,6 +4717,7 @@ declare const QCommentSection: import('vue').DefineComponent<import('vue').Extra
|
|
|
4682
4717
|
teleport: boolean;
|
|
4683
4718
|
teleportTo: string;
|
|
4684
4719
|
tooltipClasses: string | Record<string, any> | unknown[];
|
|
4720
|
+
tooltipGap: number;
|
|
4685
4721
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4686
4722
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4687
4723
|
QModal: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -1212,6 +1212,10 @@ export declare const Primary: {
|
|
|
1212
1212
|
type: BooleanConstructor;
|
|
1213
1213
|
default: boolean;
|
|
1214
1214
|
};
|
|
1215
|
+
tooltipGap: {
|
|
1216
|
+
type: NumberConstructor;
|
|
1217
|
+
default: number;
|
|
1218
|
+
};
|
|
1215
1219
|
}>, {
|
|
1216
1220
|
tooltipStyle: import('vue').Ref<{
|
|
1217
1221
|
top: string;
|
|
@@ -1272,6 +1276,10 @@ export declare const Primary: {
|
|
|
1272
1276
|
type: BooleanConstructor;
|
|
1273
1277
|
default: boolean;
|
|
1274
1278
|
};
|
|
1279
|
+
tooltipGap: {
|
|
1280
|
+
type: NumberConstructor;
|
|
1281
|
+
default: number;
|
|
1282
|
+
};
|
|
1275
1283
|
}>> & Readonly<{}>, {
|
|
1276
1284
|
color: string;
|
|
1277
1285
|
position: string;
|
|
@@ -1284,6 +1292,7 @@ export declare const Primary: {
|
|
|
1284
1292
|
teleport: boolean;
|
|
1285
1293
|
teleportTo: string;
|
|
1286
1294
|
tooltipClasses: string | Record<string, any> | unknown[];
|
|
1295
|
+
tooltipGap: number;
|
|
1287
1296
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1288
1297
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1289
1298
|
QMenu: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -1428,6 +1437,10 @@ export declare const Primary: {
|
|
|
1428
1437
|
type: StringConstructor;
|
|
1429
1438
|
default: string;
|
|
1430
1439
|
};
|
|
1440
|
+
followScroll: {
|
|
1441
|
+
type: BooleanConstructor;
|
|
1442
|
+
default: boolean;
|
|
1443
|
+
};
|
|
1431
1444
|
trigger: {
|
|
1432
1445
|
type: StringConstructor;
|
|
1433
1446
|
default: string;
|
|
@@ -1494,6 +1507,10 @@ export declare const Primary: {
|
|
|
1494
1507
|
type: StringConstructor;
|
|
1495
1508
|
default: string;
|
|
1496
1509
|
};
|
|
1510
|
+
followScroll: {
|
|
1511
|
+
type: BooleanConstructor;
|
|
1512
|
+
default: boolean;
|
|
1513
|
+
};
|
|
1497
1514
|
trigger: {
|
|
1498
1515
|
type: StringConstructor;
|
|
1499
1516
|
default: string;
|
|
@@ -1510,6 +1527,7 @@ export declare const Primary: {
|
|
|
1510
1527
|
align: string;
|
|
1511
1528
|
hasCaret: boolean;
|
|
1512
1529
|
reposition: boolean;
|
|
1530
|
+
followScroll: boolean;
|
|
1513
1531
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1514
1532
|
QWarningModal: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1515
1533
|
toggle: {
|
|
@@ -3014,6 +3032,10 @@ export declare const Primary: {
|
|
|
3014
3032
|
type: BooleanConstructor;
|
|
3015
3033
|
default: boolean;
|
|
3016
3034
|
};
|
|
3035
|
+
tooltipGap: {
|
|
3036
|
+
type: NumberConstructor;
|
|
3037
|
+
default: number;
|
|
3038
|
+
};
|
|
3017
3039
|
}>, {
|
|
3018
3040
|
tooltipStyle: import('vue').Ref<{
|
|
3019
3041
|
top: string;
|
|
@@ -3074,6 +3096,10 @@ export declare const Primary: {
|
|
|
3074
3096
|
type: BooleanConstructor;
|
|
3075
3097
|
default: boolean;
|
|
3076
3098
|
};
|
|
3099
|
+
tooltipGap: {
|
|
3100
|
+
type: NumberConstructor;
|
|
3101
|
+
default: number;
|
|
3102
|
+
};
|
|
3077
3103
|
}>> & Readonly<{}>, {
|
|
3078
3104
|
color: string;
|
|
3079
3105
|
position: string;
|
|
@@ -3086,6 +3112,7 @@ export declare const Primary: {
|
|
|
3086
3112
|
teleport: boolean;
|
|
3087
3113
|
teleportTo: string;
|
|
3088
3114
|
tooltipClasses: string | Record<string, any> | unknown[];
|
|
3115
|
+
tooltipGap: number;
|
|
3089
3116
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3090
3117
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3091
3118
|
QModal: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -4580,6 +4607,10 @@ export declare const Primary: {
|
|
|
4580
4607
|
type: BooleanConstructor;
|
|
4581
4608
|
default: boolean;
|
|
4582
4609
|
};
|
|
4610
|
+
tooltipGap: {
|
|
4611
|
+
type: NumberConstructor;
|
|
4612
|
+
default: number;
|
|
4613
|
+
};
|
|
4583
4614
|
}>, {
|
|
4584
4615
|
tooltipStyle: import('vue').Ref<{
|
|
4585
4616
|
top: string;
|
|
@@ -4640,6 +4671,10 @@ export declare const Primary: {
|
|
|
4640
4671
|
type: BooleanConstructor;
|
|
4641
4672
|
default: boolean;
|
|
4642
4673
|
};
|
|
4674
|
+
tooltipGap: {
|
|
4675
|
+
type: NumberConstructor;
|
|
4676
|
+
default: number;
|
|
4677
|
+
};
|
|
4643
4678
|
}>> & Readonly<{}>, {
|
|
4644
4679
|
color: string;
|
|
4645
4680
|
position: string;
|
|
@@ -4652,6 +4687,7 @@ export declare const Primary: {
|
|
|
4652
4687
|
teleport: boolean;
|
|
4653
4688
|
teleportTo: string;
|
|
4654
4689
|
tooltipClasses: string | Record<string, any> | unknown[];
|
|
4690
|
+
tooltipGap: number;
|
|
4655
4691
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4656
4692
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4657
4693
|
QModal: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -6146,6 +6182,10 @@ export declare const Primary: {
|
|
|
6146
6182
|
type: BooleanConstructor;
|
|
6147
6183
|
default: boolean;
|
|
6148
6184
|
};
|
|
6185
|
+
tooltipGap: {
|
|
6186
|
+
type: NumberConstructor;
|
|
6187
|
+
default: number;
|
|
6188
|
+
};
|
|
6149
6189
|
}>, {
|
|
6150
6190
|
tooltipStyle: import('vue').Ref<{
|
|
6151
6191
|
top: string;
|
|
@@ -6206,6 +6246,10 @@ export declare const Primary: {
|
|
|
6206
6246
|
type: BooleanConstructor;
|
|
6207
6247
|
default: boolean;
|
|
6208
6248
|
};
|
|
6249
|
+
tooltipGap: {
|
|
6250
|
+
type: NumberConstructor;
|
|
6251
|
+
default: number;
|
|
6252
|
+
};
|
|
6209
6253
|
}>> & Readonly<{}>, {
|
|
6210
6254
|
color: string;
|
|
6211
6255
|
position: string;
|
|
@@ -6218,6 +6262,7 @@ export declare const Primary: {
|
|
|
6218
6262
|
teleport: boolean;
|
|
6219
6263
|
teleportTo: string;
|
|
6220
6264
|
tooltipClasses: string | Record<string, any> | unknown[];
|
|
6265
|
+
tooltipGap: number;
|
|
6221
6266
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6222
6267
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6223
6268
|
QModal: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -663,6 +663,10 @@ declare const QDataFilter: import('vue').DefineComponent<import('vue').ExtractPr
|
|
|
663
663
|
type: BooleanConstructor;
|
|
664
664
|
default: boolean;
|
|
665
665
|
};
|
|
666
|
+
tooltipGap: {
|
|
667
|
+
type: NumberConstructor;
|
|
668
|
+
default: number;
|
|
669
|
+
};
|
|
666
670
|
}>, {
|
|
667
671
|
tooltipStyle: import('vue').Ref<{
|
|
668
672
|
top: string;
|
|
@@ -723,6 +727,10 @@ declare const QDataFilter: import('vue').DefineComponent<import('vue').ExtractPr
|
|
|
723
727
|
type: BooleanConstructor;
|
|
724
728
|
default: boolean;
|
|
725
729
|
};
|
|
730
|
+
tooltipGap: {
|
|
731
|
+
type: NumberConstructor;
|
|
732
|
+
default: number;
|
|
733
|
+
};
|
|
726
734
|
}>> & Readonly<{}>, {
|
|
727
735
|
color: string;
|
|
728
736
|
position: string;
|
|
@@ -735,6 +743,7 @@ declare const QDataFilter: import('vue').DefineComponent<import('vue').ExtractPr
|
|
|
735
743
|
teleport: boolean;
|
|
736
744
|
teleportTo: string;
|
|
737
745
|
tooltipClasses: string | Record<string, any> | unknown[];
|
|
746
|
+
tooltipGap: number;
|
|
738
747
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
739
748
|
QPopover: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
740
749
|
align: {
|
|
@@ -769,6 +778,10 @@ declare const QDataFilter: import('vue').DefineComponent<import('vue').ExtractPr
|
|
|
769
778
|
type: StringConstructor;
|
|
770
779
|
default: string;
|
|
771
780
|
};
|
|
781
|
+
followScroll: {
|
|
782
|
+
type: BooleanConstructor;
|
|
783
|
+
default: boolean;
|
|
784
|
+
};
|
|
772
785
|
trigger: {
|
|
773
786
|
type: StringConstructor;
|
|
774
787
|
default: string;
|
|
@@ -835,6 +848,10 @@ declare const QDataFilter: import('vue').DefineComponent<import('vue').ExtractPr
|
|
|
835
848
|
type: StringConstructor;
|
|
836
849
|
default: string;
|
|
837
850
|
};
|
|
851
|
+
followScroll: {
|
|
852
|
+
type: BooleanConstructor;
|
|
853
|
+
default: boolean;
|
|
854
|
+
};
|
|
838
855
|
trigger: {
|
|
839
856
|
type: StringConstructor;
|
|
840
857
|
default: string;
|
|
@@ -851,6 +868,7 @@ declare const QDataFilter: import('vue').DefineComponent<import('vue').ExtractPr
|
|
|
851
868
|
align: string;
|
|
852
869
|
hasCaret: boolean;
|
|
853
870
|
reposition: boolean;
|
|
871
|
+
followScroll: boolean;
|
|
854
872
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
855
873
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
856
874
|
export type QDataFilter = typeof QDataFilter;
|
|
@@ -834,6 +834,10 @@ declare const QDataList: import('vue').DefineComponent<import('vue').ExtractProp
|
|
|
834
834
|
type: BooleanConstructor;
|
|
835
835
|
default: boolean;
|
|
836
836
|
};
|
|
837
|
+
tooltipGap: {
|
|
838
|
+
type: NumberConstructor;
|
|
839
|
+
default: number;
|
|
840
|
+
};
|
|
837
841
|
}>, {
|
|
838
842
|
tooltipStyle: import('vue').Ref<{
|
|
839
843
|
top: string;
|
|
@@ -894,6 +898,10 @@ declare const QDataList: import('vue').DefineComponent<import('vue').ExtractProp
|
|
|
894
898
|
type: BooleanConstructor;
|
|
895
899
|
default: boolean;
|
|
896
900
|
};
|
|
901
|
+
tooltipGap: {
|
|
902
|
+
type: NumberConstructor;
|
|
903
|
+
default: number;
|
|
904
|
+
};
|
|
897
905
|
}>> & Readonly<{}>, {
|
|
898
906
|
color: string;
|
|
899
907
|
position: string;
|
|
@@ -906,6 +914,7 @@ declare const QDataList: import('vue').DefineComponent<import('vue').ExtractProp
|
|
|
906
914
|
teleport: boolean;
|
|
907
915
|
teleportTo: string;
|
|
908
916
|
tooltipClasses: string | Record<string, any> | unknown[];
|
|
917
|
+
tooltipGap: number;
|
|
909
918
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
910
919
|
QPopover: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
911
920
|
align: {
|
|
@@ -940,6 +949,10 @@ declare const QDataList: import('vue').DefineComponent<import('vue').ExtractProp
|
|
|
940
949
|
type: StringConstructor;
|
|
941
950
|
default: string;
|
|
942
951
|
};
|
|
952
|
+
followScroll: {
|
|
953
|
+
type: BooleanConstructor;
|
|
954
|
+
default: boolean;
|
|
955
|
+
};
|
|
943
956
|
trigger: {
|
|
944
957
|
type: StringConstructor;
|
|
945
958
|
default: string;
|
|
@@ -1006,6 +1019,10 @@ declare const QDataList: import('vue').DefineComponent<import('vue').ExtractProp
|
|
|
1006
1019
|
type: StringConstructor;
|
|
1007
1020
|
default: string;
|
|
1008
1021
|
};
|
|
1022
|
+
followScroll: {
|
|
1023
|
+
type: BooleanConstructor;
|
|
1024
|
+
default: boolean;
|
|
1025
|
+
};
|
|
1009
1026
|
trigger: {
|
|
1010
1027
|
type: StringConstructor;
|
|
1011
1028
|
default: string;
|
|
@@ -1022,6 +1039,7 @@ declare const QDataList: import('vue').DefineComponent<import('vue').ExtractProp
|
|
|
1022
1039
|
align: string;
|
|
1023
1040
|
hasCaret: boolean;
|
|
1024
1041
|
reposition: boolean;
|
|
1042
|
+
followScroll: boolean;
|
|
1025
1043
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1026
1044
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1027
1045
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|