@quoreadmin/ui 1.10.14 → 1.10.16
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/index194.js +1 -1
- package/dist/index195.js +7 -7
- package/dist/index201.js +23 -23
- package/dist/index202.js +1 -1
- package/dist/index203.js +1 -1
- package/dist/index206.js +2 -2
- package/dist/index208.js +14 -14
- package/dist/index209.js +1 -1
- package/dist/index210.js +1 -1
- package/dist/index211.js +3 -3
- package/dist/index212.js +6 -6
- package/dist/index234.js +1 -1
- package/dist/index238.js +1 -1
- package/dist/index242.js +3618 -109
- package/dist/index243.js +49 -32
- package/dist/index244.js +70 -73
- package/dist/index245.js +52 -20
- package/dist/index246.js +215 -20
- package/dist/index247.js +10 -20
- package/dist/index248.js +57 -20
- package/dist/index249.js +61 -22
- package/dist/index250.js +54 -22
- package/dist/index251.js +75 -20
- package/dist/index252.js +681 -791
- package/dist/index253.js +33 -693
- package/dist/index254.js +56 -168
- package/dist/index255.js +11 -22
- package/dist/index256.js +705 -20
- package/dist/index257.js +820 -20
- package/dist/index258.js +22 -3
- package/dist/index259.js +21 -186
- package/dist/index260.js +19 -132
- package/dist/index261.js +744 -1131
- package/dist/index262.js +701 -19
- package/dist/index263.js +176 -22
- package/dist/index264.js +13 -15
- package/dist/index265.js +13 -22
- package/dist/index266.js +15 -13
- package/dist/index267.js +12 -12
- package/dist/index268.js +20 -2
- package/dist/index269.js +2 -1
- package/dist/index270.js +166 -3615
- package/dist/index271.js +128 -50
- package/dist/index272.js +1214 -68
- package/dist/index273.js +122 -47
- package/dist/index274.js +20 -215
- package/dist/index275.js +22 -10
- package/dist/index276.js +22 -57
- package/dist/index277.js +32 -55
- package/dist/index278.js +29 -54
- package/dist/index279.js +20 -75
- package/dist/index280.js +19 -725
- package/dist/index281.js +2 -42
- package/dist/index282.js +2 -64
- package/dist/index283.js +79 -10
- package/dist/index284.js +20 -705
- package/dist/index285.js +20 -820
- package/dist/index300.js +1534 -2
- package/dist/index301.js +346 -1494
- package/dist/index302.js +2675 -330
- package/dist/index303.js +72 -2717
- package/dist/index304.js +3782 -76
- package/dist/index305.js +49 -3781
- package/dist/index306.js +15 -60
- package/dist/index307.js +81 -76
- package/dist/index308.js +202 -22
- package/dist/index309.js +226 -915
- package/dist/index310.js +2 -22
- package/dist/index311.js +78 -19
- package/dist/index312.js +15 -13
- package/dist/index313.js +930 -64
- package/dist/index314.js +21 -18
- package/dist/index315.js +20 -19
- package/dist/index316.js +10 -12
- package/dist/index317.js +68 -21
- package/dist/index318.js +16 -60
- package/dist/index319.js +19 -84
- package/dist/index320.js +22 -202
- package/dist/index321.js +22 -246
- package/dist/index322.js +63 -15
- package/dist/index366.js +1 -1
- package/dist/index380.js +95 -98
- package/dist/index381.js +100 -16
- package/dist/index383.js +16 -97
- package/dist/index4.js +39 -18
- package/dist/index68.js +19 -4
- package/dist/src/components/avatar/avatar.d.ts +31 -0
- package/dist/src/components/avatar/avatar.stories.d.ts +29 -0
- 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/room-details-popover/room-details-popover.d.ts +27 -0
- package/package.json +1 -1
package/dist/index383.js
CHANGED
|
@@ -1,100 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
p.
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
p
|
|
10
|
-
|
|
11
|
-
};
|
|
12
|
-
p.prototype.slice = function(t, r) {
|
|
13
|
-
return t === void 0 && (t = 0), r === void 0 && (r = this.length), t >= r ? p.empty : this.sliceInner(Math.max(0, t), Math.min(this.length, r));
|
|
14
|
-
};
|
|
15
|
-
p.prototype.get = function(t) {
|
|
16
|
-
if (!(t < 0 || t >= this.length))
|
|
17
|
-
return this.getInner(t);
|
|
18
|
-
};
|
|
19
|
-
p.prototype.forEach = function(t, r, e) {
|
|
20
|
-
r === void 0 && (r = 0), e === void 0 && (e = this.length), r <= e ? this.forEachInner(t, r, e, 0) : this.forEachInvertedInner(t, r, e, 0);
|
|
21
|
-
};
|
|
22
|
-
p.prototype.map = function(t, r, e) {
|
|
23
|
-
r === void 0 && (r = 0), e === void 0 && (e = this.length);
|
|
24
|
-
var n = [];
|
|
25
|
-
return this.forEach(function(i, s) {
|
|
26
|
-
return n.push(t(i, s));
|
|
27
|
-
}, r, e), n;
|
|
28
|
-
};
|
|
29
|
-
p.from = function(t) {
|
|
30
|
-
return t instanceof p ? t : t && t.length ? new o(t) : p.empty;
|
|
31
|
-
};
|
|
32
|
-
var o = /* @__PURE__ */ (function(h) {
|
|
33
|
-
function t(e) {
|
|
34
|
-
h.call(this), this.values = e;
|
|
35
|
-
}
|
|
36
|
-
h && (t.__proto__ = h), t.prototype = Object.create(h && h.prototype), t.prototype.constructor = t;
|
|
37
|
-
var r = { length: { configurable: !0 }, depth: { configurable: !0 } };
|
|
38
|
-
return t.prototype.flatten = function() {
|
|
39
|
-
return this.values;
|
|
40
|
-
}, t.prototype.sliceInner = function(n, i) {
|
|
41
|
-
return n == 0 && i == this.length ? this : new t(this.values.slice(n, i));
|
|
42
|
-
}, t.prototype.getInner = function(n) {
|
|
43
|
-
return this.values[n];
|
|
44
|
-
}, t.prototype.forEachInner = function(n, i, s, f) {
|
|
45
|
-
for (var a = i; a < s; a++)
|
|
46
|
-
if (n(this.values[a], f + a) === !1)
|
|
47
|
-
return !1;
|
|
48
|
-
}, t.prototype.forEachInvertedInner = function(n, i, s, f) {
|
|
49
|
-
for (var a = i - 1; a >= s; a--)
|
|
50
|
-
if (n(this.values[a], f + a) === !1)
|
|
51
|
-
return !1;
|
|
52
|
-
}, t.prototype.leafAppend = function(n) {
|
|
53
|
-
if (this.length + n.length <= l)
|
|
54
|
-
return new t(this.values.concat(n.flatten()));
|
|
55
|
-
}, t.prototype.leafPrepend = function(n) {
|
|
56
|
-
if (this.length + n.length <= l)
|
|
57
|
-
return new t(n.flatten().concat(this.values));
|
|
58
|
-
}, r.length.get = function() {
|
|
59
|
-
return this.values.length;
|
|
60
|
-
}, r.depth.get = function() {
|
|
61
|
-
return 0;
|
|
62
|
-
}, Object.defineProperties(t.prototype, r), t;
|
|
63
|
-
})(p);
|
|
64
|
-
p.empty = new o([]);
|
|
65
|
-
var u = /* @__PURE__ */ (function(h) {
|
|
66
|
-
function t(r, e) {
|
|
67
|
-
h.call(this), this.left = r, this.right = e, this.length = r.length + e.length, this.depth = Math.max(r.depth, e.depth) + 1;
|
|
1
|
+
import n from "./index288.js";
|
|
2
|
+
var l = {
|
|
3
|
+
root: function(e) {
|
|
4
|
+
var i = e.instance, t = e.props;
|
|
5
|
+
return ["p-inputtext p-component", {
|
|
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
|
+
}];
|
|
68
12
|
}
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
}, t.prototype.forEachInner = function(e, n, i, s) {
|
|
74
|
-
var f = this.left.length;
|
|
75
|
-
if (n < f && this.left.forEachInner(e, n, Math.min(i, f), s) === !1 || i > f && this.right.forEachInner(e, Math.max(n - f, 0), Math.min(this.length, i) - f, s + f) === !1)
|
|
76
|
-
return !1;
|
|
77
|
-
}, t.prototype.forEachInvertedInner = function(e, n, i, s) {
|
|
78
|
-
var f = this.left.length;
|
|
79
|
-
if (n > f && this.right.forEachInvertedInner(e, n - f, Math.max(i, f) - f, s + f) === !1 || i < f && this.left.forEachInvertedInner(e, Math.min(n, f), i, s) === !1)
|
|
80
|
-
return !1;
|
|
81
|
-
}, t.prototype.sliceInner = function(e, n) {
|
|
82
|
-
if (e == 0 && n == this.length)
|
|
83
|
-
return this;
|
|
84
|
-
var i = this.left.length;
|
|
85
|
-
return n <= i ? this.left.slice(e, n) : e >= i ? this.right.slice(e - i, n - i) : this.left.slice(e, i).append(this.right.slice(0, n - i));
|
|
86
|
-
}, t.prototype.leafAppend = function(e) {
|
|
87
|
-
var n = this.right.leafAppend(e);
|
|
88
|
-
if (n)
|
|
89
|
-
return new t(this.left, n);
|
|
90
|
-
}, t.prototype.leafPrepend = function(e) {
|
|
91
|
-
var n = this.left.leafPrepend(e);
|
|
92
|
-
if (n)
|
|
93
|
-
return new t(n, this.right);
|
|
94
|
-
}, t.prototype.appendInner = function(e) {
|
|
95
|
-
return this.left.depth >= Math.max(this.right.depth, e.depth) + 1 ? new t(this.left, new t(this.right, e)) : new t(this, e);
|
|
96
|
-
}, t;
|
|
97
|
-
})(p);
|
|
13
|
+
}, r = n.extend({
|
|
14
|
+
name: "inputtext",
|
|
15
|
+
classes: l
|
|
16
|
+
});
|
|
98
17
|
export {
|
|
99
|
-
|
|
18
|
+
r as default
|
|
100
19
|
};
|
package/dist/index4.js
CHANGED
|
@@ -1,23 +1,44 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { openBlock as a, createElementBlock as
|
|
1
|
+
import d from "./index68.js";
|
|
2
|
+
import { openBlock as a, createElementBlock as s, Fragment as m, normalizeClass as n, createElementVNode as i, toDisplayString as l, createCommentVNode as t, normalizeStyle as u } from "vue";
|
|
3
3
|
/* empty css */
|
|
4
|
-
import
|
|
5
|
-
const
|
|
6
|
-
function
|
|
7
|
-
return a(),
|
|
8
|
-
|
|
9
|
-
}, [
|
|
10
|
-
m("span", p, i(r.text), 1),
|
|
11
|
-
r.src && r.validSrc ? (a(), t("img", {
|
|
4
|
+
import g from "./index65.js";
|
|
5
|
+
const v = { class: "avatar-text" }, p = ["src"], f = { class: "avatar-text" }, $ = ["src"];
|
|
6
|
+
function y(r, e, I, E, b, k) {
|
|
7
|
+
return a(), s(m, null, [
|
|
8
|
+
r.showOuterBorder ? t("", !0) : (a(), s("div", {
|
|
12
9
|
key: 0,
|
|
13
|
-
class: "avatar-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
10
|
+
class: n(["avatar flex justify-center items-center", [`avatar-${r.size}`, `bg-${r.bgColor}`]])
|
|
11
|
+
}, [
|
|
12
|
+
i("span", v, l(r.text), 1),
|
|
13
|
+
r.src && r.validSrc ? (a(), s("img", {
|
|
14
|
+
key: 0,
|
|
15
|
+
class: "avatar-image",
|
|
16
|
+
src: r.src,
|
|
17
|
+
onLoad: e[0] || (e[0] = (...o) => r.onImageLoad && r.onImageLoad(...o)),
|
|
18
|
+
onError: e[1] || (e[1] = (...o) => r.onImageError && r.onImageError(...o))
|
|
19
|
+
}, null, 40, p)) : t("", !0)
|
|
20
|
+
], 2)),
|
|
21
|
+
r.showOuterBorder ? (a(), s("div", {
|
|
22
|
+
key: 1,
|
|
23
|
+
class: n(["avatar-outer flex justify-center items-center rounded-full", [`avatar-outer--${r.size}`, r.outerBorderColor]]),
|
|
24
|
+
style: u({ padding: `${r.outerBorderOffset}px` })
|
|
25
|
+
}, [
|
|
26
|
+
i("div", {
|
|
27
|
+
class: n(["avatar avatar-outer__inner flex justify-center items-center border-2 border-white", [`avatar-${r.size}`, `bg-${r.bgColor}`]])
|
|
28
|
+
}, [
|
|
29
|
+
i("span", f, l(r.text), 1),
|
|
30
|
+
r.src && r.validSrc ? (a(), s("img", {
|
|
31
|
+
key: 0,
|
|
32
|
+
class: "avatar-image",
|
|
33
|
+
src: r.src,
|
|
34
|
+
onLoad: e[2] || (e[2] = (...o) => r.onImageLoad && r.onImageLoad(...o)),
|
|
35
|
+
onError: e[3] || (e[3] = (...o) => r.onImageError && r.onImageError(...o))
|
|
36
|
+
}, null, 40, $)) : t("", !0)
|
|
37
|
+
], 2)
|
|
38
|
+
], 6)) : t("", !0)
|
|
39
|
+
], 64);
|
|
19
40
|
}
|
|
20
|
-
const
|
|
41
|
+
const S = /* @__PURE__ */ g(d, [["render", y], ["__scopeId", "data-v-5c858655"]]);
|
|
21
42
|
export {
|
|
22
|
-
|
|
43
|
+
S as default
|
|
23
44
|
};
|
package/dist/index68.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
const
|
|
1
|
+
import { defineComponent as o, ref as r } from "vue";
|
|
2
|
+
const l = o({
|
|
3
3
|
name: "QAvatar",
|
|
4
4
|
props: {
|
|
5
5
|
/** Determines the size of the avatar (currently, only 'sm' is supported) */
|
|
@@ -21,10 +21,25 @@ const d = r({
|
|
|
21
21
|
src: {
|
|
22
22
|
type: String,
|
|
23
23
|
default: ""
|
|
24
|
+
},
|
|
25
|
+
// Add an outer border to the avatar
|
|
26
|
+
showOuterBorder: {
|
|
27
|
+
type: Boolean,
|
|
28
|
+
default: !1
|
|
29
|
+
},
|
|
30
|
+
/** Full Tailwind class for the outer ring (e.g. bg-gray-40 or border-2 border-gray-40) */
|
|
31
|
+
outerBorderColor: {
|
|
32
|
+
type: String,
|
|
33
|
+
default: "border-gray-40"
|
|
34
|
+
},
|
|
35
|
+
/** Width of the offset ring in pixels when showOuterBorder is true */
|
|
36
|
+
outerBorderOffset: {
|
|
37
|
+
type: Number,
|
|
38
|
+
default: 2
|
|
24
39
|
}
|
|
25
40
|
},
|
|
26
41
|
setup() {
|
|
27
|
-
const e =
|
|
42
|
+
const e = r(!0), t = r(!1);
|
|
28
43
|
return {
|
|
29
44
|
// refs
|
|
30
45
|
validSrc: e,
|
|
@@ -40,5 +55,5 @@ const d = r({
|
|
|
40
55
|
}
|
|
41
56
|
});
|
|
42
57
|
export {
|
|
43
|
-
|
|
58
|
+
l as default
|
|
44
59
|
};
|
|
@@ -19,6 +19,20 @@ declare const QAvatar: import('vue').DefineComponent<import('vue').ExtractPropTy
|
|
|
19
19
|
type: StringConstructor;
|
|
20
20
|
default: string;
|
|
21
21
|
};
|
|
22
|
+
showOuterBorder: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
|
+
/** Full Tailwind class for the outer ring (e.g. bg-gray-40 or border-2 border-gray-40) */
|
|
27
|
+
outerBorderColor: {
|
|
28
|
+
type: StringConstructor;
|
|
29
|
+
default: string;
|
|
30
|
+
};
|
|
31
|
+
/** Width of the offset ring in pixels when showOuterBorder is true */
|
|
32
|
+
outerBorderOffset: {
|
|
33
|
+
type: NumberConstructor;
|
|
34
|
+
default: number;
|
|
35
|
+
};
|
|
22
36
|
}>, {
|
|
23
37
|
validSrc: import('vue').Ref<boolean, boolean>;
|
|
24
38
|
isLoaded: import('vue').Ref<boolean, boolean>;
|
|
@@ -45,10 +59,27 @@ declare const QAvatar: import('vue').DefineComponent<import('vue').ExtractPropTy
|
|
|
45
59
|
type: StringConstructor;
|
|
46
60
|
default: string;
|
|
47
61
|
};
|
|
62
|
+
showOuterBorder: {
|
|
63
|
+
type: BooleanConstructor;
|
|
64
|
+
default: boolean;
|
|
65
|
+
};
|
|
66
|
+
/** Full Tailwind class for the outer ring (e.g. bg-gray-40 or border-2 border-gray-40) */
|
|
67
|
+
outerBorderColor: {
|
|
68
|
+
type: StringConstructor;
|
|
69
|
+
default: string;
|
|
70
|
+
};
|
|
71
|
+
/** Width of the offset ring in pixels when showOuterBorder is true */
|
|
72
|
+
outerBorderOffset: {
|
|
73
|
+
type: NumberConstructor;
|
|
74
|
+
default: number;
|
|
75
|
+
};
|
|
48
76
|
}>> & Readonly<{}>, {
|
|
49
77
|
text: string;
|
|
50
78
|
size: string;
|
|
51
79
|
bgColor: string;
|
|
52
80
|
src: string;
|
|
81
|
+
showOuterBorder: boolean;
|
|
82
|
+
outerBorderColor: string;
|
|
83
|
+
outerBorderOffset: number;
|
|
53
84
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
54
85
|
export default QAvatar;
|
|
@@ -24,6 +24,18 @@ export declare const Primary: {
|
|
|
24
24
|
type: StringConstructor;
|
|
25
25
|
default: string;
|
|
26
26
|
};
|
|
27
|
+
showOuterBorder: {
|
|
28
|
+
type: BooleanConstructor;
|
|
29
|
+
default: boolean;
|
|
30
|
+
};
|
|
31
|
+
outerBorderColor: {
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
35
|
+
outerBorderOffset: {
|
|
36
|
+
type: NumberConstructor;
|
|
37
|
+
default: number;
|
|
38
|
+
};
|
|
27
39
|
}>, {
|
|
28
40
|
validSrc: import('vue').Ref<boolean, boolean>;
|
|
29
41
|
isLoaded: import('vue').Ref<boolean, boolean>;
|
|
@@ -46,11 +58,26 @@ export declare const Primary: {
|
|
|
46
58
|
type: StringConstructor;
|
|
47
59
|
default: string;
|
|
48
60
|
};
|
|
61
|
+
showOuterBorder: {
|
|
62
|
+
type: BooleanConstructor;
|
|
63
|
+
default: boolean;
|
|
64
|
+
};
|
|
65
|
+
outerBorderColor: {
|
|
66
|
+
type: StringConstructor;
|
|
67
|
+
default: string;
|
|
68
|
+
};
|
|
69
|
+
outerBorderOffset: {
|
|
70
|
+
type: NumberConstructor;
|
|
71
|
+
default: number;
|
|
72
|
+
};
|
|
49
73
|
}>> & Readonly<{}>, {
|
|
50
74
|
text: string;
|
|
51
75
|
size: string;
|
|
52
76
|
bgColor: string;
|
|
53
77
|
src: string;
|
|
78
|
+
showOuterBorder: boolean;
|
|
79
|
+
outerBorderColor: string;
|
|
80
|
+
outerBorderOffset: number;
|
|
54
81
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
55
82
|
};
|
|
56
83
|
setup(this: void): {
|
|
@@ -66,3 +93,5 @@ export declare const Primary: {
|
|
|
66
93
|
};
|
|
67
94
|
export declare const PhotoAvatar: Story;
|
|
68
95
|
export declare const InvalidPhoto: Story;
|
|
96
|
+
export declare const WithOuterBorder: Story;
|
|
97
|
+
export declare const StaffOnDuty: Story;
|
|
@@ -323,6 +323,18 @@ declare const QComment: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
323
323
|
type: StringConstructor;
|
|
324
324
|
default: string;
|
|
325
325
|
};
|
|
326
|
+
showOuterBorder: {
|
|
327
|
+
type: BooleanConstructor;
|
|
328
|
+
default: boolean;
|
|
329
|
+
};
|
|
330
|
+
outerBorderColor: {
|
|
331
|
+
type: StringConstructor;
|
|
332
|
+
default: string;
|
|
333
|
+
};
|
|
334
|
+
outerBorderOffset: {
|
|
335
|
+
type: NumberConstructor;
|
|
336
|
+
default: number;
|
|
337
|
+
};
|
|
326
338
|
}>, {
|
|
327
339
|
validSrc: import('vue').Ref<boolean, boolean>;
|
|
328
340
|
isLoaded: import('vue').Ref<boolean, boolean>;
|
|
@@ -345,11 +357,26 @@ declare const QComment: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
345
357
|
type: StringConstructor;
|
|
346
358
|
default: string;
|
|
347
359
|
};
|
|
360
|
+
showOuterBorder: {
|
|
361
|
+
type: BooleanConstructor;
|
|
362
|
+
default: boolean;
|
|
363
|
+
};
|
|
364
|
+
outerBorderColor: {
|
|
365
|
+
type: StringConstructor;
|
|
366
|
+
default: string;
|
|
367
|
+
};
|
|
368
|
+
outerBorderOffset: {
|
|
369
|
+
type: NumberConstructor;
|
|
370
|
+
default: number;
|
|
371
|
+
};
|
|
348
372
|
}>> & Readonly<{}>, {
|
|
349
373
|
text: string;
|
|
350
374
|
size: string;
|
|
351
375
|
bgColor: string;
|
|
352
376
|
src: string;
|
|
377
|
+
showOuterBorder: boolean;
|
|
378
|
+
outerBorderColor: string;
|
|
379
|
+
outerBorderOffset: number;
|
|
353
380
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
354
381
|
QImageGallery: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
355
382
|
id: {
|
|
@@ -291,6 +291,18 @@ export declare const Primary: {
|
|
|
291
291
|
type: StringConstructor;
|
|
292
292
|
default: string;
|
|
293
293
|
};
|
|
294
|
+
showOuterBorder: {
|
|
295
|
+
type: BooleanConstructor;
|
|
296
|
+
default: boolean;
|
|
297
|
+
};
|
|
298
|
+
outerBorderColor: {
|
|
299
|
+
type: StringConstructor;
|
|
300
|
+
default: string;
|
|
301
|
+
};
|
|
302
|
+
outerBorderOffset: {
|
|
303
|
+
type: NumberConstructor;
|
|
304
|
+
default: number;
|
|
305
|
+
};
|
|
294
306
|
}>, {
|
|
295
307
|
validSrc: import('vue').Ref<boolean, boolean>;
|
|
296
308
|
isLoaded: import('vue').Ref<boolean, boolean>;
|
|
@@ -313,11 +325,26 @@ export declare const Primary: {
|
|
|
313
325
|
type: StringConstructor;
|
|
314
326
|
default: string;
|
|
315
327
|
};
|
|
328
|
+
showOuterBorder: {
|
|
329
|
+
type: BooleanConstructor;
|
|
330
|
+
default: boolean;
|
|
331
|
+
};
|
|
332
|
+
outerBorderColor: {
|
|
333
|
+
type: StringConstructor;
|
|
334
|
+
default: string;
|
|
335
|
+
};
|
|
336
|
+
outerBorderOffset: {
|
|
337
|
+
type: NumberConstructor;
|
|
338
|
+
default: number;
|
|
339
|
+
};
|
|
316
340
|
}>> & Readonly<{}>, {
|
|
317
341
|
text: string;
|
|
318
342
|
size: string;
|
|
319
343
|
bgColor: string;
|
|
320
344
|
src: string;
|
|
345
|
+
showOuterBorder: boolean;
|
|
346
|
+
outerBorderColor: string;
|
|
347
|
+
outerBorderOffset: number;
|
|
321
348
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
322
349
|
QImageGallery: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
323
350
|
id: {
|
|
@@ -475,6 +475,18 @@ declare const QCommentSection: import('vue').DefineComponent<import('vue').Extra
|
|
|
475
475
|
type: StringConstructor;
|
|
476
476
|
default: string;
|
|
477
477
|
};
|
|
478
|
+
showOuterBorder: {
|
|
479
|
+
type: BooleanConstructor;
|
|
480
|
+
default: boolean;
|
|
481
|
+
};
|
|
482
|
+
outerBorderColor: {
|
|
483
|
+
type: StringConstructor;
|
|
484
|
+
default: string;
|
|
485
|
+
};
|
|
486
|
+
outerBorderOffset: {
|
|
487
|
+
type: NumberConstructor;
|
|
488
|
+
default: number;
|
|
489
|
+
};
|
|
478
490
|
}>, {
|
|
479
491
|
validSrc: import('vue').Ref<boolean, boolean>;
|
|
480
492
|
isLoaded: import('vue').Ref<boolean, boolean>;
|
|
@@ -497,11 +509,26 @@ declare const QCommentSection: import('vue').DefineComponent<import('vue').Extra
|
|
|
497
509
|
type: StringConstructor;
|
|
498
510
|
default: string;
|
|
499
511
|
};
|
|
512
|
+
showOuterBorder: {
|
|
513
|
+
type: BooleanConstructor;
|
|
514
|
+
default: boolean;
|
|
515
|
+
};
|
|
516
|
+
outerBorderColor: {
|
|
517
|
+
type: StringConstructor;
|
|
518
|
+
default: string;
|
|
519
|
+
};
|
|
520
|
+
outerBorderOffset: {
|
|
521
|
+
type: NumberConstructor;
|
|
522
|
+
default: number;
|
|
523
|
+
};
|
|
500
524
|
}>> & Readonly<{}>, {
|
|
501
525
|
text: string;
|
|
502
526
|
size: string;
|
|
503
527
|
bgColor: string;
|
|
504
528
|
src: string;
|
|
529
|
+
showOuterBorder: boolean;
|
|
530
|
+
outerBorderColor: string;
|
|
531
|
+
outerBorderOffset: number;
|
|
505
532
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
506
533
|
QImageGallery: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
507
534
|
id: {
|
|
@@ -445,6 +445,18 @@ export declare const Primary: {
|
|
|
445
445
|
type: StringConstructor;
|
|
446
446
|
default: string;
|
|
447
447
|
};
|
|
448
|
+
showOuterBorder: {
|
|
449
|
+
type: BooleanConstructor;
|
|
450
|
+
default: boolean;
|
|
451
|
+
};
|
|
452
|
+
outerBorderColor: {
|
|
453
|
+
type: StringConstructor;
|
|
454
|
+
default: string;
|
|
455
|
+
};
|
|
456
|
+
outerBorderOffset: {
|
|
457
|
+
type: NumberConstructor;
|
|
458
|
+
default: number;
|
|
459
|
+
};
|
|
448
460
|
}>, {
|
|
449
461
|
validSrc: import('vue').Ref<boolean, boolean>;
|
|
450
462
|
isLoaded: import('vue').Ref<boolean, boolean>;
|
|
@@ -467,11 +479,26 @@ export declare const Primary: {
|
|
|
467
479
|
type: StringConstructor;
|
|
468
480
|
default: string;
|
|
469
481
|
};
|
|
482
|
+
showOuterBorder: {
|
|
483
|
+
type: BooleanConstructor;
|
|
484
|
+
default: boolean;
|
|
485
|
+
};
|
|
486
|
+
outerBorderColor: {
|
|
487
|
+
type: StringConstructor;
|
|
488
|
+
default: string;
|
|
489
|
+
};
|
|
490
|
+
outerBorderOffset: {
|
|
491
|
+
type: NumberConstructor;
|
|
492
|
+
default: number;
|
|
493
|
+
};
|
|
470
494
|
}>> & Readonly<{}>, {
|
|
471
495
|
text: string;
|
|
472
496
|
size: string;
|
|
473
497
|
bgColor: string;
|
|
474
498
|
src: string;
|
|
499
|
+
showOuterBorder: boolean;
|
|
500
|
+
outerBorderColor: string;
|
|
501
|
+
outerBorderOffset: number;
|
|
475
502
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
476
503
|
QImageGallery: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
477
504
|
id: {
|
|
@@ -778,6 +778,18 @@ declare const QRoomDetailsPopover: import('vue').DefineComponent<import('vue').E
|
|
|
778
778
|
type: StringConstructor;
|
|
779
779
|
default: string;
|
|
780
780
|
};
|
|
781
|
+
showOuterBorder: {
|
|
782
|
+
type: BooleanConstructor;
|
|
783
|
+
default: boolean;
|
|
784
|
+
};
|
|
785
|
+
outerBorderColor: {
|
|
786
|
+
type: StringConstructor;
|
|
787
|
+
default: string;
|
|
788
|
+
};
|
|
789
|
+
outerBorderOffset: {
|
|
790
|
+
type: NumberConstructor;
|
|
791
|
+
default: number;
|
|
792
|
+
};
|
|
781
793
|
}>, {
|
|
782
794
|
validSrc: import('vue').Ref<boolean, boolean>;
|
|
783
795
|
isLoaded: import('vue').Ref<boolean, boolean>;
|
|
@@ -800,11 +812,26 @@ declare const QRoomDetailsPopover: import('vue').DefineComponent<import('vue').E
|
|
|
800
812
|
type: StringConstructor;
|
|
801
813
|
default: string;
|
|
802
814
|
};
|
|
815
|
+
showOuterBorder: {
|
|
816
|
+
type: BooleanConstructor;
|
|
817
|
+
default: boolean;
|
|
818
|
+
};
|
|
819
|
+
outerBorderColor: {
|
|
820
|
+
type: StringConstructor;
|
|
821
|
+
default: string;
|
|
822
|
+
};
|
|
823
|
+
outerBorderOffset: {
|
|
824
|
+
type: NumberConstructor;
|
|
825
|
+
default: number;
|
|
826
|
+
};
|
|
803
827
|
}>> & Readonly<{}>, {
|
|
804
828
|
text: string;
|
|
805
829
|
size: string;
|
|
806
830
|
bgColor: string;
|
|
807
831
|
src: string;
|
|
832
|
+
showOuterBorder: boolean;
|
|
833
|
+
outerBorderColor: string;
|
|
834
|
+
outerBorderOffset: number;
|
|
808
835
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
809
836
|
QDatePicker: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
810
837
|
id: {
|