@quoreadmin/ui 1.10.3 → 1.10.5
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/index138.js +155 -105
- package/dist/index147.js +1 -1
- package/dist/index186.js +4 -4
- package/dist/index193.js +8 -8
- package/dist/index195.js +8 -8
- package/dist/index201.js +7 -7
- 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/index230.js +159 -159
- package/dist/index231.js +228 -20
- package/dist/index232.js +36 -19
- package/dist/index233.js +10 -22
- package/dist/index234.js +113 -185
- package/dist/index235.js +25 -57
- package/dist/index236.js +77 -31
- package/dist/index237.js +19 -39
- package/dist/index238.js +19 -126
- package/dist/index239.js +16 -34
- package/dist/index240.js +20 -80
- package/dist/index241.js +10 -10
- package/dist/index242.js +3636 -20
- package/dist/index243.js +55 -20
- package/dist/index244.js +77 -20
- package/dist/index245.js +51 -160
- package/dist/index246.js +212 -225
- package/dist/index247.js +10 -37
- package/dist/index248.js +57 -10
- package/dist/index249.js +46 -3621
- package/dist/index250.js +35 -36
- package/dist/index251.js +28 -30
- package/dist/index252.js +702 -28
- package/dist/index253.js +22 -195
- package/dist/index254.js +63 -9
- package/dist/index255.js +8 -54
- package/dist/index256.js +695 -51
- package/dist/index257.js +815 -49
- package/dist/index258.js +154 -68
- package/dist/index259.js +19 -725
- package/dist/index260.js +22 -42
- package/dist/index261.js +190 -55
- package/dist/index262.js +70 -11
- package/dist/index263.js +33 -704
- package/dist/index264.js +37 -817
- package/dist/index277.js +3 -3
- package/dist/index292.js +2 -54
- package/dist/index294.js +1534 -26
- package/dist/index295.js +386 -22
- package/dist/index296.js +2731 -22
- package/dist/index297.js +86 -16
- package/dist/index298.js +3792 -17
- package/dist/index299.js +59 -22
- package/dist/index300.js +15 -2
- package/dist/index301.js +62 -1512
- package/dist/index302.js +172 -356
- package/dist/index303.js +210 -2695
- package/dist/index304.js +50 -82
- package/dist/index305.js +26 -3792
- package/dist/index306.js +21 -59
- package/dist/index307.js +22 -15
- package/dist/index308.js +16 -84
- package/dist/index309.js +16 -201
- package/dist/index310.js +23 -246
- package/dist/index313.js +1 -1
- package/dist/index380.js +95 -98
- package/dist/index381.js +100 -90
- package/dist/index382.js +91 -98
- package/dist/index41.js +5 -5
- package/dist/src/components/comment/comment.d.ts +6 -0
- package/dist/src/components/comment/comment.stories.d.ts +6 -0
- package/dist/src/components/comment-section/comment-section.d.ts +6 -0
- package/dist/src/components/comment-section/comment-section.stories.d.ts +6 -0
- package/dist/src/components/data-filter/data-filter.d.ts +6 -0
- package/dist/src/components/data-list/data-list.d.ts +6 -0
- package/dist/src/components/grid/grid.stories.d.ts +12 -0
- package/dist/src/components/popover/popover.d.ts +6 -0
- package/dist/src/components/popover/popover.stories.d.ts +42 -0
- package/dist/src/components/room-details-popover/room-details-popover.d.ts +6 -0
- package/dist/src/views/lists.vue.d.ts +12 -0
- package/dist/src/views/tables.vue.d.ts +6 -0
- package/package.json +1 -1
package/dist/index258.js
CHANGED
|
@@ -1,77 +1,163 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
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
|
-
|
|
1
|
+
import y from "./index264.js";
|
|
2
|
+
import m from "./index267.js";
|
|
3
|
+
import b from "./index227.js";
|
|
4
|
+
import v from "./index228.js";
|
|
5
|
+
import h from "./index304.js";
|
|
6
|
+
import { resolveComponent as r, resolveDirective as S, withDirectives as B, openBlock as n, createElementBlock as i, mergeProps as t, renderSlot as o, normalizeClass as d, createBlock as p, createCommentVNode as u, createElementVNode as I, toDisplayString as $ } from "vue";
|
|
7
|
+
var k = {
|
|
8
|
+
name: "BaseButton",
|
|
9
|
+
extends: v,
|
|
10
|
+
props: {
|
|
11
|
+
label: {
|
|
12
|
+
type: String,
|
|
13
|
+
default: null
|
|
14
|
+
},
|
|
15
|
+
icon: {
|
|
16
|
+
type: String,
|
|
17
|
+
default: null
|
|
18
|
+
},
|
|
19
|
+
iconPos: {
|
|
20
|
+
type: String,
|
|
21
|
+
default: "left"
|
|
22
|
+
},
|
|
23
|
+
iconClass: {
|
|
24
|
+
type: String,
|
|
25
|
+
default: null
|
|
26
|
+
},
|
|
27
|
+
badge: {
|
|
28
|
+
type: String,
|
|
29
|
+
default: null
|
|
30
|
+
},
|
|
31
|
+
badgeClass: {
|
|
32
|
+
type: String,
|
|
33
|
+
default: null
|
|
34
|
+
},
|
|
35
|
+
badgeSeverity: {
|
|
36
|
+
type: String,
|
|
37
|
+
default: null
|
|
38
|
+
},
|
|
39
|
+
loading: {
|
|
40
|
+
type: Boolean,
|
|
41
|
+
default: !1
|
|
42
|
+
},
|
|
43
|
+
loadingIcon: {
|
|
44
|
+
type: String,
|
|
45
|
+
default: void 0
|
|
46
|
+
},
|
|
47
|
+
link: {
|
|
48
|
+
type: Boolean,
|
|
49
|
+
default: !1
|
|
50
|
+
},
|
|
51
|
+
severity: {
|
|
52
|
+
type: String,
|
|
53
|
+
default: null
|
|
54
|
+
},
|
|
55
|
+
raised: {
|
|
56
|
+
type: Boolean,
|
|
57
|
+
default: !1
|
|
58
|
+
},
|
|
59
|
+
rounded: {
|
|
60
|
+
type: Boolean,
|
|
61
|
+
default: !1
|
|
62
|
+
},
|
|
63
|
+
text: {
|
|
64
|
+
type: Boolean,
|
|
65
|
+
default: !1
|
|
66
|
+
},
|
|
67
|
+
outlined: {
|
|
68
|
+
type: Boolean,
|
|
69
|
+
default: !1
|
|
70
|
+
},
|
|
71
|
+
size: {
|
|
72
|
+
type: String,
|
|
73
|
+
default: null
|
|
74
|
+
},
|
|
75
|
+
plain: {
|
|
76
|
+
type: Boolean,
|
|
77
|
+
default: !1
|
|
78
|
+
}
|
|
29
79
|
},
|
|
30
|
-
|
|
80
|
+
style: h,
|
|
81
|
+
provide: function() {
|
|
31
82
|
return {
|
|
32
|
-
|
|
33
|
-
toggleItalic: () => ({ commands: t }) => t.toggleMark(this.name),
|
|
34
|
-
unsetItalic: () => ({ commands: t }) => t.unsetMark(this.name)
|
|
83
|
+
$parentInstance: this
|
|
35
84
|
};
|
|
85
|
+
}
|
|
86
|
+
}, C = {
|
|
87
|
+
name: "Button",
|
|
88
|
+
extends: k,
|
|
89
|
+
inheritAttrs: !1,
|
|
90
|
+
methods: {
|
|
91
|
+
getPTOptions: function(l) {
|
|
92
|
+
var s = l === "root" ? this.ptmi : this.ptm;
|
|
93
|
+
return s(l, {
|
|
94
|
+
context: {
|
|
95
|
+
disabled: this.disabled
|
|
96
|
+
}
|
|
97
|
+
});
|
|
98
|
+
}
|
|
36
99
|
},
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
"
|
|
43
|
-
|
|
44
|
-
|
|
100
|
+
computed: {
|
|
101
|
+
disabled: function() {
|
|
102
|
+
return this.$attrs.disabled || this.$attrs.disabled === "" || this.loading;
|
|
103
|
+
},
|
|
104
|
+
defaultAriaLabel: function() {
|
|
105
|
+
return this.label ? this.label + (this.badge ? " " + this.badge : "") : this.$attrs.ariaLabel;
|
|
106
|
+
},
|
|
107
|
+
hasIcon: function() {
|
|
108
|
+
return this.icon || this.$slots.icon;
|
|
109
|
+
}
|
|
45
110
|
},
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
find: i,
|
|
50
|
-
type: this.type
|
|
51
|
-
}),
|
|
52
|
-
a({
|
|
53
|
-
find: o,
|
|
54
|
-
type: this.type
|
|
55
|
-
})
|
|
56
|
-
];
|
|
111
|
+
components: {
|
|
112
|
+
SpinnerIcon: m,
|
|
113
|
+
Badge: y
|
|
57
114
|
},
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
r({
|
|
61
|
-
find: d,
|
|
62
|
-
type: this.type
|
|
63
|
-
}),
|
|
64
|
-
r({
|
|
65
|
-
find: l,
|
|
66
|
-
type: this.type
|
|
67
|
-
})
|
|
68
|
-
];
|
|
115
|
+
directives: {
|
|
116
|
+
ripple: b
|
|
69
117
|
}
|
|
70
|
-
}
|
|
118
|
+
}, P = ["aria-label", "disabled", "data-p-severity"];
|
|
119
|
+
function A(e, l, s, L, D, a) {
|
|
120
|
+
var c = r("SpinnerIcon"), f = r("Badge"), g = S("ripple");
|
|
121
|
+
return B((n(), i("button", t({
|
|
122
|
+
class: e.cx("root"),
|
|
123
|
+
type: "button",
|
|
124
|
+
"aria-label": a.defaultAriaLabel,
|
|
125
|
+
disabled: a.disabled
|
|
126
|
+
}, a.getPTOptions("root"), {
|
|
127
|
+
"data-p-severity": e.severity
|
|
128
|
+
}), [o(e.$slots, "default", {}, function() {
|
|
129
|
+
return [e.loading ? o(e.$slots, "loadingicon", {
|
|
130
|
+
key: 0,
|
|
131
|
+
class: d([e.cx("loadingIcon"), e.cx("icon")])
|
|
132
|
+
}, function() {
|
|
133
|
+
return [e.loadingIcon ? (n(), i("span", t({
|
|
134
|
+
key: 0,
|
|
135
|
+
class: [e.cx("loadingIcon"), e.cx("icon"), e.loadingIcon]
|
|
136
|
+
}, e.ptm("loadingIcon")), null, 16)) : (n(), p(c, t({
|
|
137
|
+
key: 1,
|
|
138
|
+
class: [e.cx("loadingIcon"), e.cx("icon")],
|
|
139
|
+
spin: ""
|
|
140
|
+
}, e.ptm("loadingIcon")), null, 16, ["class"]))];
|
|
141
|
+
}) : o(e.$slots, "icon", {
|
|
142
|
+
key: 1,
|
|
143
|
+
class: d([e.cx("icon")])
|
|
144
|
+
}, function() {
|
|
145
|
+
return [e.icon ? (n(), i("span", t({
|
|
146
|
+
key: 0,
|
|
147
|
+
class: [e.cx("icon"), e.icon, e.iconClass]
|
|
148
|
+
}, e.ptm("icon")), null, 16)) : u("", !0)];
|
|
149
|
+
}), I("span", t({
|
|
150
|
+
class: e.cx("label")
|
|
151
|
+
}, e.ptm("label")), $(e.label || " "), 17), e.badge ? (n(), p(f, t({
|
|
152
|
+
key: 2,
|
|
153
|
+
value: e.badge,
|
|
154
|
+
class: e.badgeClass,
|
|
155
|
+
severity: e.badgeSeverity,
|
|
156
|
+
unstyled: e.unstyled
|
|
157
|
+
}, e.ptm("badge")), null, 16, ["value", "class", "severity", "unstyled"])) : u("", !0)];
|
|
158
|
+
})], 16, P)), [[g]]);
|
|
159
|
+
}
|
|
160
|
+
C.render = A;
|
|
71
161
|
export {
|
|
72
|
-
|
|
73
|
-
i as starInputRegex,
|
|
74
|
-
d as starPasteRegex,
|
|
75
|
-
o as underscoreInputRegex,
|
|
76
|
-
l as underscorePasteRegex
|
|
162
|
+
C as default
|
|
77
163
|
};
|