@quoreadmin/ui 1.7.6 → 1.7.8
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/index115.js +24 -18
- package/dist/index140.js +374 -352
- package/dist/index142.js +10 -5
- package/dist/index171.js +14 -14
- package/dist/index172.js +3 -3
- package/dist/index175.js +4 -4
- package/dist/index182.js +10 -10
- package/dist/index184.js +10 -10
- package/dist/index190.js +9 -9
- package/dist/index191.js +1 -1
- package/dist/index192.js +1 -1
- package/dist/index193.js +1 -1
- package/dist/index20.js +26 -19
- package/dist/index201.js +4 -4
- package/dist/index202.js +84 -29
- package/dist/index203.js +400 -109
- package/dist/index204.js +22 -36
- package/dist/index205.js +161 -26
- package/dist/index206.js +225 -33
- package/dist/index207.js +37 -9
- package/dist/index208.js +10 -19
- package/dist/index209.js +33 -10
- package/dist/index210.js +116 -10
- package/dist/index211.js +35 -50
- package/dist/index212.js +26 -43
- package/dist/index213.js +35 -3
- package/dist/index214.js +9 -39
- package/dist/index215.js +19 -21
- package/dist/index216.js +10 -88
- package/dist/index217.js +9 -406
- package/dist/index218.js +51 -22
- package/dist/index219.js +39 -157
- package/dist/index220.js +3 -19
- package/dist/index221.js +38 -19
- package/dist/index222.js +21 -22
- package/dist/index223.js +113 -185
- package/dist/index224.js +25 -57
- package/dist/index225.js +77 -31
- package/dist/index226.js +19 -39
- package/dist/index227.js +19 -126
- package/dist/index228.js +16 -34
- package/dist/index229.js +20 -80
- package/dist/index230.js +10 -10
- package/dist/index231.js +160 -19
- package/dist/index232.js +10 -10
- package/dist/index233.js +15 -13
- package/dist/index234.js +194 -156
- package/dist/index235.js +66 -224
- package/dist/index236.js +34 -37
- package/dist/index237.js +39 -9
- package/dist/index241.js +8 -8
- package/dist/index242.js +2 -2
- package/dist/index248.js +2 -2
- package/dist/index249.js +2 -2
- package/dist/index250.js +8 -8
- package/dist/index259.js +6 -6
- package/dist/index260.js +1 -1
- package/dist/index261.js +1 -1
- package/dist/index274.js +2 -2
- package/dist/index279.js +2 -54
- package/dist/index280.js +1 -1
- package/dist/index281.js +3 -26
- package/dist/index282.js +26 -21
- package/dist/index283.js +53 -21
- package/dist/index284.js +26 -16
- package/dist/index285.js +22 -17
- package/dist/index286.js +21 -22
- package/dist/index287.js +16 -2
- package/dist/index288.js +17 -3
- package/dist/index289.js +23 -27
- package/dist/index290.js +1518 -79
- package/dist/index291.js +386 -22
- package/dist/index292.js +2698 -902
- package/dist/index293.js +85 -21
- package/dist/index294.js +3770 -20
- package/dist/index295.js +59 -19
- package/dist/index296.js +15 -69
- package/dist/index297.js +84 -19
- package/dist/index298.js +201 -18
- package/dist/index299.js +246 -22
- package/dist/index300.js +78 -21
- package/dist/index301.js +22 -63
- package/dist/index302.js +909 -1492
- package/dist/index303.js +22 -386
- package/dist/index304.js +20 -2731
- package/dist/index305.js +19 -85
- package/dist/index306.js +58 -3759
- package/dist/index307.js +19 -60
- package/dist/index308.js +19 -15
- package/dist/index309.js +21 -83
- package/dist/index31.js +34 -27
- package/dist/index310.js +22 -202
- package/dist/index311.js +63 -246
- package/dist/index332.js +1 -1
- package/dist/index337.js +1 -1
- package/dist/index342.js +2 -2
- package/dist/index347.js +1 -1
- package/dist/index348.js +2 -2
- package/dist/index355.js +2 -2
- package/dist/index369.js +100 -16
- package/dist/index370.js +90 -100
- package/dist/index371.js +98 -91
- package/dist/index372.js +16 -97
- package/dist/index43.js +535 -501
- package/dist/index44.js +100 -84
- package/dist/index95.js +23 -15
- package/dist/src/components/data-filter/data-filter.d.ts +10 -0
- package/dist/src/components/data-list/data-list.d.ts +10 -0
- package/dist/src/components/date-picker/date-picker.d.ts +10 -0
- package/dist/src/components/date-picker/date-picker.stories.d.ts +20 -0
- package/dist/src/components/form-group/form-group.stories.d.ts +10 -0
- package/dist/src/components/grid/grid.stories.d.ts +28 -0
- package/dist/src/components/input/input.d.ts +10 -0
- package/dist/src/components/input/input.stories.d.ts +40 -0
- package/dist/src/components/list/list.stories.d.ts +9 -0
- package/dist/src/components/modal/modal.stories.d.ts +9 -0
- package/dist/src/components/room-details-popover/room-details-popover.d.ts +24 -7
- package/dist/src/components/select/select.d.ts +9 -0
- package/dist/src/components/select/select.stories.d.ts +27 -0
- package/dist/src/views/lists.vue.d.ts +20 -0
- package/dist/src/views/tables.vue.d.ts +10 -0
- package/package.json +1 -1
package/dist/index371.js
CHANGED
|
@@ -1,93 +1,100 @@
|
|
|
1
|
-
var
|
|
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
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
1
|
+
var l = 200, p = function() {
|
|
2
|
+
};
|
|
3
|
+
p.prototype.append = function(t) {
|
|
4
|
+
return t.length ? (t = p.from(t), !this.length && t || t.length < l && this.leafAppend(t) || this.length < l && t.leafPrepend(this) || this.appendInner(t)) : this;
|
|
5
|
+
};
|
|
6
|
+
p.prototype.prepend = function(t) {
|
|
7
|
+
return t.length ? p.from(t).append(this) : this;
|
|
8
|
+
};
|
|
9
|
+
p.prototype.appendInner = function(t) {
|
|
10
|
+
return new u(this, t);
|
|
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;
|
|
68
|
+
}
|
|
69
|
+
return h && (t.__proto__ = h), t.prototype = Object.create(h && h.prototype), t.prototype.constructor = t, t.prototype.flatten = function() {
|
|
70
|
+
return this.left.flatten().concat(this.right.flatten());
|
|
71
|
+
}, t.prototype.getInner = function(e) {
|
|
72
|
+
return e < this.left.length ? this.left.get(e) : this.right.get(e - this.left.length);
|
|
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);
|
|
89
98
|
export {
|
|
90
|
-
|
|
91
|
-
g as keyName,
|
|
92
|
-
a as shift
|
|
99
|
+
p as default
|
|
93
100
|
};
|
package/dist/index372.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 "./index277.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
|
};
|