@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/index271.js
CHANGED
|
@@ -1,57 +1,135 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
1
|
+
import { ObjectUtils as d } from "./index180.js";
|
|
2
|
+
import u from "./index228.js";
|
|
3
|
+
import r from "./index319.js";
|
|
4
|
+
import { openBlock as o, createElementBlock as s, mergeProps as n, createElementVNode as i } from "vue";
|
|
5
|
+
var p = {
|
|
6
|
+
name: "BaseRadioButton",
|
|
7
|
+
extends: u,
|
|
8
|
+
props: {
|
|
9
|
+
value: null,
|
|
10
|
+
modelValue: null,
|
|
11
|
+
binary: Boolean,
|
|
12
|
+
name: {
|
|
13
|
+
type: String,
|
|
14
|
+
default: null
|
|
15
|
+
},
|
|
16
|
+
variant: {
|
|
17
|
+
type: String,
|
|
18
|
+
default: null
|
|
19
|
+
},
|
|
20
|
+
invalid: {
|
|
21
|
+
type: Boolean,
|
|
22
|
+
default: !1
|
|
23
|
+
},
|
|
24
|
+
disabled: {
|
|
25
|
+
type: Boolean,
|
|
26
|
+
default: !1
|
|
27
|
+
},
|
|
28
|
+
readonly: {
|
|
29
|
+
type: Boolean,
|
|
30
|
+
default: !1
|
|
31
|
+
},
|
|
32
|
+
tabindex: {
|
|
33
|
+
type: Number,
|
|
34
|
+
default: null
|
|
35
|
+
},
|
|
36
|
+
inputId: {
|
|
37
|
+
type: String,
|
|
38
|
+
default: null
|
|
39
|
+
},
|
|
40
|
+
inputClass: {
|
|
41
|
+
type: [String, Object],
|
|
42
|
+
default: null
|
|
43
|
+
},
|
|
44
|
+
inputStyle: {
|
|
45
|
+
type: Object,
|
|
46
|
+
default: null
|
|
47
|
+
},
|
|
48
|
+
ariaLabelledby: {
|
|
49
|
+
type: String,
|
|
50
|
+
default: null
|
|
51
|
+
},
|
|
52
|
+
ariaLabel: {
|
|
53
|
+
type: String,
|
|
54
|
+
default: null
|
|
55
|
+
}
|
|
32
56
|
},
|
|
33
|
-
|
|
57
|
+
style: r,
|
|
58
|
+
provide: function() {
|
|
34
59
|
return {
|
|
35
|
-
|
|
36
|
-
toggleBlockquote: () => ({ commands: t }) => t.toggleWrap(this.name),
|
|
37
|
-
unsetBlockquote: () => ({ commands: t }) => t.lift(this.name)
|
|
38
|
-
};
|
|
39
|
-
},
|
|
40
|
-
addKeyboardShortcuts() {
|
|
41
|
-
return {
|
|
42
|
-
"Mod-Shift-b": () => this.editor.commands.toggleBlockquote()
|
|
60
|
+
$parentInstance: this
|
|
43
61
|
};
|
|
62
|
+
}
|
|
63
|
+
}, h = {
|
|
64
|
+
name: "RadioButton",
|
|
65
|
+
extends: p,
|
|
66
|
+
inheritAttrs: !1,
|
|
67
|
+
emits: ["update:modelValue", "change", "focus", "blur"],
|
|
68
|
+
methods: {
|
|
69
|
+
getPTOptions: function(a) {
|
|
70
|
+
var t = a === "root" ? this.ptmi : this.ptm;
|
|
71
|
+
return t(a, {
|
|
72
|
+
context: {
|
|
73
|
+
checked: this.checked,
|
|
74
|
+
disabled: this.disabled
|
|
75
|
+
}
|
|
76
|
+
});
|
|
77
|
+
},
|
|
78
|
+
onChange: function(a) {
|
|
79
|
+
if (!this.disabled && !this.readonly) {
|
|
80
|
+
var t = this.binary ? !this.checked : this.value;
|
|
81
|
+
this.$emit("update:modelValue", t), this.$emit("change", a);
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
onFocus: function(a) {
|
|
85
|
+
this.$emit("focus", a);
|
|
86
|
+
},
|
|
87
|
+
onBlur: function(a) {
|
|
88
|
+
this.$emit("blur", a);
|
|
89
|
+
}
|
|
44
90
|
},
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
type: this.type
|
|
50
|
-
})
|
|
51
|
-
];
|
|
91
|
+
computed: {
|
|
92
|
+
checked: function() {
|
|
93
|
+
return this.modelValue != null && (this.binary ? !!this.modelValue : d.equals(this.modelValue, this.value));
|
|
94
|
+
}
|
|
52
95
|
}
|
|
53
|
-
}
|
|
96
|
+
}, b = ["data-p-highlight", "data-p-disabled"], m = ["id", "value", "name", "checked", "tabindex", "disabled", "readonly", "aria-labelledby", "aria-label", "aria-invalid"];
|
|
97
|
+
function c(e, a, t, f, y, l) {
|
|
98
|
+
return o(), s("div", n({
|
|
99
|
+
class: e.cx("root")
|
|
100
|
+
}, l.getPTOptions("root"), {
|
|
101
|
+
"data-p-highlight": l.checked,
|
|
102
|
+
"data-p-disabled": e.disabled
|
|
103
|
+
}), [i("input", n({
|
|
104
|
+
id: e.inputId,
|
|
105
|
+
type: "radio",
|
|
106
|
+
class: [e.cx("input"), e.inputClass],
|
|
107
|
+
style: e.inputStyle,
|
|
108
|
+
value: e.value,
|
|
109
|
+
name: e.name,
|
|
110
|
+
checked: l.checked,
|
|
111
|
+
tabindex: e.tabindex,
|
|
112
|
+
disabled: e.disabled,
|
|
113
|
+
readonly: e.readonly,
|
|
114
|
+
"aria-labelledby": e.ariaLabelledby,
|
|
115
|
+
"aria-label": e.ariaLabel,
|
|
116
|
+
"aria-invalid": e.invalid || void 0,
|
|
117
|
+
onFocus: a[0] || (a[0] = function() {
|
|
118
|
+
return l.onFocus && l.onFocus.apply(l, arguments);
|
|
119
|
+
}),
|
|
120
|
+
onBlur: a[1] || (a[1] = function() {
|
|
121
|
+
return l.onBlur && l.onBlur.apply(l, arguments);
|
|
122
|
+
}),
|
|
123
|
+
onChange: a[2] || (a[2] = function() {
|
|
124
|
+
return l.onChange && l.onChange.apply(l, arguments);
|
|
125
|
+
})
|
|
126
|
+
}, l.getPTOptions("input")), null, 16, m), i("div", n({
|
|
127
|
+
class: e.cx("box")
|
|
128
|
+
}, l.getPTOptions("box")), [i("div", n({
|
|
129
|
+
class: e.cx("icon")
|
|
130
|
+
}, l.getPTOptions("icon")), null, 16)], 16)], 16, b);
|
|
131
|
+
}
|
|
132
|
+
h.render = c;
|
|
54
133
|
export {
|
|
55
|
-
|
|
56
|
-
l as inputRegex
|
|
134
|
+
h as default
|
|
57
135
|
};
|