@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/index219.js
CHANGED
|
@@ -1,163 +1,45 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
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
|
-
}
|
|
79
|
-
},
|
|
80
|
-
style: h,
|
|
81
|
-
provide: function() {
|
|
82
|
-
return {
|
|
83
|
-
$parentInstance: this
|
|
84
|
-
};
|
|
1
|
+
import { __rest as M } from "./index330.js";
|
|
2
|
+
import { detectAnimationFromOptions as U } from "./index331.js";
|
|
3
|
+
import k, { cancelSync as w } from "./index212.js";
|
|
4
|
+
import { interpolate as A } from "./index332.js";
|
|
5
|
+
import { hasRepeatDelayElapsed as I, reverseElapsed as N, loopElapsed as q } from "./index333.js";
|
|
6
|
+
const z = (n) => {
|
|
7
|
+
const o = ({ delta: a }) => n(a);
|
|
8
|
+
return {
|
|
9
|
+
start: () => k.update(o, !0),
|
|
10
|
+
stop: () => w.update(o)
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
function L(n) {
|
|
14
|
+
var o, a, { from: p, autoplay: O = !0, driver: P = z, elapsed: e = 0, repeat: R = 0, repeatType: x = "loop", repeatDelay: u = 0, onPlay: c, onStop: v, onComplete: D, onRepeat: T, onUpdate: y } = n, l = M(n, ["from", "autoplay", "driver", "elapsed", "repeat", "repeatType", "repeatDelay", "onPlay", "onStop", "onComplete", "onRepeat", "onUpdate"]);
|
|
15
|
+
let { to: i } = l, s, m = 0, t = l.duration, d, f = !1, r = !0, b;
|
|
16
|
+
const g = U(l);
|
|
17
|
+
!((a = (o = g).needsInterpolation) === null || a === void 0) && a.call(o, p, i) && (b = A([0, 100], [p, i], {
|
|
18
|
+
clamp: !1
|
|
19
|
+
}), p = 0, i = 100);
|
|
20
|
+
const E = g(Object.assign(Object.assign({}, l), { from: p, to: i }));
|
|
21
|
+
function S() {
|
|
22
|
+
m++, x === "reverse" ? (r = m % 2 === 0, e = N(e, t, u, r)) : (e = q(e, t, u), x === "mirror" && E.flipTarget()), f = !1, T && T();
|
|
85
23
|
}
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
return s(l, {
|
|
94
|
-
context: {
|
|
95
|
-
disabled: this.disabled
|
|
96
|
-
}
|
|
97
|
-
});
|
|
98
|
-
}
|
|
99
|
-
},
|
|
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;
|
|
24
|
+
function _() {
|
|
25
|
+
s.stop(), D && D();
|
|
26
|
+
}
|
|
27
|
+
function h(C) {
|
|
28
|
+
if (r || (C = -C), e += C, !f) {
|
|
29
|
+
const F = E.next(Math.max(0, e));
|
|
30
|
+
d = F.value, b && (d = b(d)), f = r ? F.done : e <= 0;
|
|
109
31
|
}
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
},
|
|
115
|
-
directives: {
|
|
116
|
-
ripple: b
|
|
32
|
+
y?.(d), f && (m === 0 && (t ?? (t = e)), m < R ? I(e, t, u, r) && S() : _());
|
|
33
|
+
}
|
|
34
|
+
function j() {
|
|
35
|
+
c?.(), s = P(h), s.start();
|
|
117
36
|
}
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
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: u([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(), d(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: u([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)) : p("", !0)];
|
|
149
|
-
}), I("span", t({
|
|
150
|
-
class: e.cx("label")
|
|
151
|
-
}, e.ptm("label")), $(e.label || " "), 17), e.badge ? (n(), d(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"])) : p("", !0)];
|
|
158
|
-
})], 16, P)), [[g]]);
|
|
37
|
+
return O && j(), {
|
|
38
|
+
stop: () => {
|
|
39
|
+
v?.(), s.stop();
|
|
40
|
+
}
|
|
41
|
+
};
|
|
159
42
|
}
|
|
160
|
-
C.render = A;
|
|
161
43
|
export {
|
|
162
|
-
|
|
44
|
+
L as animate
|
|
163
45
|
};
|
package/dist/index220.js
CHANGED
|
@@ -1,22 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
var i = {
|
|
4
|
-
name: "PlusIcon",
|
|
5
|
-
extends: r
|
|
6
|
-
}, l = /* @__PURE__ */ C("path", {
|
|
7
|
-
d: "M7.67742 6.32258V0.677419C7.67742 0.497757 7.60605 0.325452 7.47901 0.198411C7.35197 0.0713707 7.17966 0 7 0C6.82034 0 6.64803 0.0713707 6.52099 0.198411C6.39395 0.325452 6.32258 0.497757 6.32258 0.677419V6.32258H0.677419C0.497757 6.32258 0.325452 6.39395 0.198411 6.52099C0.0713707 6.64803 0 6.82034 0 7C0 7.17966 0.0713707 7.35197 0.198411 7.47901C0.325452 7.60605 0.497757 7.67742 0.677419 7.67742H6.32258V13.3226C6.32492 13.5015 6.39704 13.6725 6.52358 13.799C6.65012 13.9255 6.82106 13.9977 7 14C7.17966 14 7.35197 13.9286 7.47901 13.8016C7.60605 13.6745 7.67742 13.5022 7.67742 13.3226V7.67742H13.3226C13.5022 7.67742 13.6745 7.60605 13.8016 7.47901C13.9286 7.35197 14 7.17966 14 7C13.9977 6.82106 13.9255 6.65012 13.799 6.52358C13.6725 6.39704 13.5015 6.32492 13.3226 6.32258H7.67742Z",
|
|
8
|
-
fill: "currentColor"
|
|
9
|
-
}, null, -1), p = [l];
|
|
10
|
-
function s(e, a, c, d, m, h) {
|
|
11
|
-
return o(), t("svg", n({
|
|
12
|
-
width: "14",
|
|
13
|
-
height: "14",
|
|
14
|
-
viewBox: "0 0 14 14",
|
|
15
|
-
fill: "none",
|
|
16
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
17
|
-
}, e.pti()), p, 16);
|
|
1
|
+
function n(c, e) {
|
|
2
|
+
return e ? c * (1e3 / e) : 0;
|
|
18
3
|
}
|
|
19
|
-
i.render = s;
|
|
20
4
|
export {
|
|
21
|
-
|
|
5
|
+
n as velocityPerSecond
|
|
22
6
|
};
|
package/dist/index221.js
CHANGED
|
@@ -1,22 +1,41 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { linear as h } from "./index222.js";
|
|
2
|
+
const a = (e, n) => 1 - 3 * n + 3 * e, d = (e, n) => 3 * n - 6 * e, w = (e) => 3 * e, p = (e, n, r) => ((a(n, r) * e + d(n, r)) * e + w(n)) * e, v = (e, n, r) => 3 * a(n, r) * e * e + 2 * d(n, r) * e + w(n), F = 1e-7, I = 10;
|
|
3
|
+
function M(e, n, r, c, o) {
|
|
4
|
+
let i, t, s = 0;
|
|
5
|
+
do
|
|
6
|
+
t = n + (r - n) / 2, i = p(t, c, o) - e, i > 0 ? r = t : n = t;
|
|
7
|
+
while (Math.abs(i) > F && ++s < I);
|
|
8
|
+
return t;
|
|
9
|
+
}
|
|
10
|
+
const k = 8, x = 1e-3;
|
|
11
|
+
function y(e, n, r, c) {
|
|
12
|
+
for (let o = 0; o < k; ++o) {
|
|
13
|
+
const i = v(n, r, c);
|
|
14
|
+
if (i === 0)
|
|
15
|
+
return n;
|
|
16
|
+
const t = p(n, r, c) - e;
|
|
17
|
+
n -= t / i;
|
|
18
|
+
}
|
|
19
|
+
return n;
|
|
20
|
+
}
|
|
21
|
+
const f = 11, u = 1 / (f - 1);
|
|
22
|
+
function P(e, n, r, c) {
|
|
23
|
+
if (e === n && r === c)
|
|
24
|
+
return h;
|
|
25
|
+
const o = new Float32Array(f);
|
|
26
|
+
for (let t = 0; t < f; ++t)
|
|
27
|
+
o[t] = p(t * u, e, r);
|
|
28
|
+
function i(t) {
|
|
29
|
+
let s = 0, l = 1;
|
|
30
|
+
const z = f - 1;
|
|
31
|
+
for (; l !== z && o[l] <= t; ++l)
|
|
32
|
+
s += u;
|
|
33
|
+
--l;
|
|
34
|
+
const g = (t - o[l]) / (o[l + 1] - o[l]), S = s + g * u, b = v(S, e, r);
|
|
35
|
+
return b >= x ? y(t, S, e, r) : b === 0 ? S : M(t, s, s + u, e, r);
|
|
36
|
+
}
|
|
37
|
+
return (t) => t === 0 || t === 1 ? t : p(i(t), n, c);
|
|
18
38
|
}
|
|
19
|
-
i.render = l;
|
|
20
39
|
export {
|
|
21
|
-
|
|
40
|
+
P as cubicBezier
|
|
22
41
|
};
|
package/dist/index222.js
CHANGED
|
@@ -1,24 +1,23 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
"clip-rule": "evenodd",
|
|
9
|
-
d: "M6.58942 9.82197C6.70165 9.93405 6.85328 9.99793 7.012 10C7.17071 9.99793 7.32234 9.93405 7.43458 9.82197C7.54681 9.7099 7.61079 9.55849 7.61286 9.4V2.04798L9.79204 4.22402C9.84752 4.28011 9.91365 4.32457 9.98657 4.35479C10.0595 4.38502 10.1377 4.40039 10.2167 4.40002C10.2956 4.40039 10.3738 4.38502 10.4467 4.35479C10.5197 4.32457 10.5858 4.28011 10.6413 4.22402C10.7538 4.11152 10.817 3.95902 10.817 3.80002C10.817 3.64102 10.7538 3.48852 10.6413 3.37602L7.45127 0.190618C7.44656 0.185584 7.44176 0.180622 7.43687 0.175736C7.32419 0.063214 7.17136 0 7.012 0C6.85264 0 6.69981 0.063214 6.58712 0.175736C6.58181 0.181045 6.5766 0.186443 6.5715 0.191927L3.38282 3.37602C3.27669 3.48976 3.2189 3.6402 3.22165 3.79564C3.2244 3.95108 3.28746 4.09939 3.39755 4.20932C3.50764 4.31925 3.65616 4.38222 3.81182 4.38496C3.96749 4.3877 4.11814 4.33001 4.23204 4.22402L6.41113 2.04807V9.4C6.41321 9.55849 6.47718 9.7099 6.58942 9.82197ZM11.9952 14H2.02883C1.751 13.9887 1.47813 13.9228 1.22584 13.8061C0.973545 13.6894 0.746779 13.5241 0.558517 13.3197C0.370254 13.1154 0.22419 12.876 0.128681 12.6152C0.0331723 12.3545 -0.00990605 12.0775 0.0019109 11.8V9.40005C0.0019109 9.24092 0.065216 9.08831 0.1779 8.97579C0.290584 8.86326 0.443416 8.80005 0.602775 8.80005C0.762134 8.80005 0.914966 8.86326 1.02765 8.97579C1.14033 9.08831 1.20364 9.24092 1.20364 9.40005V11.8C1.18295 12.0376 1.25463 12.274 1.40379 12.4602C1.55296 12.6463 1.76817 12.7681 2.00479 12.8H11.9952C12.2318 12.7681 12.447 12.6463 12.5962 12.4602C12.7453 12.274 12.817 12.0376 12.7963 11.8V9.40005C12.7963 9.24092 12.8596 9.08831 12.9723 8.97579C13.085 8.86326 13.2378 8.80005 13.3972 8.80005C13.5565 8.80005 13.7094 8.86326 13.8221 8.97579C13.9347 9.08831 13.998 9.24092 13.998 9.40005V11.8C14.022 12.3563 13.8251 12.8996 13.45 13.3116C13.0749 13.7236 12.552 13.971 11.9952 14Z",
|
|
10
|
-
fill: "currentColor"
|
|
11
|
-
}, null, -1), p = [i];
|
|
12
|
-
function d(C, a, s, c, m, h) {
|
|
13
|
-
return o(), r("svg", t({
|
|
14
|
-
width: "14",
|
|
15
|
-
height: "14",
|
|
16
|
-
viewBox: "0 0 14 14",
|
|
17
|
-
fill: "none",
|
|
18
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
19
|
-
}, C.pti()), p, 16);
|
|
20
|
-
}
|
|
21
|
-
n.render = d;
|
|
1
|
+
import { reverseEasing as n, createAnticipate as O, mirrorEasing as s, createBackIn as i, createExpoIn as u } from "./index350.js";
|
|
2
|
+
const e = 1.525, E = 4 / 11, I = 8 / 11, H = 9 / 10, N = (c) => c, a = u(2), k = n(a), B = s(a), T = (c) => 1 - Math.sin(Math.acos(c)), _ = n(T), C = s(_), r = i(e), L = n(r), U = s(r), m = O(e), b = 4356 / 361, R = 35442 / 1805, S = 16061 / 1805, o = (c) => {
|
|
3
|
+
if (c === 1 || c === 0)
|
|
4
|
+
return c;
|
|
5
|
+
const t = c * c;
|
|
6
|
+
return c < E ? 7.5625 * t : c < I ? 9.075 * t - 9.9 * c + 3.4 : c < H ? b * t - R * c + S : 10.8 * c * c - 20.52 * c + 10.72;
|
|
7
|
+
}, f = n(o), g = (c) => c < 0.5 ? 0.5 * (1 - o(1 - c * 2)) : 0.5 * o(c * 2 - 1) + 0.5;
|
|
22
8
|
export {
|
|
23
|
-
|
|
9
|
+
m as anticipate,
|
|
10
|
+
r as backIn,
|
|
11
|
+
U as backInOut,
|
|
12
|
+
L as backOut,
|
|
13
|
+
f as bounceIn,
|
|
14
|
+
g as bounceInOut,
|
|
15
|
+
o as bounceOut,
|
|
16
|
+
T as circIn,
|
|
17
|
+
C as circInOut,
|
|
18
|
+
_ as circOut,
|
|
19
|
+
a as easeIn,
|
|
20
|
+
B as easeInOut,
|
|
21
|
+
k as easeOut,
|
|
22
|
+
N as linear
|
|
24
23
|
};
|
package/dist/index223.js
CHANGED
|
@@ -1,201 +1,129 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
import C from "./index284.js";
|
|
9
|
-
import { resolveComponent as j, resolveDirective as k, createBlock as p, openBlock as s, Transition as D, mergeProps as n, withCtx as B, withDirectives as v, createElementVNode as g, renderSlot as a, createElementBlock as m, createCommentVNode as A, resolveDynamicComponent as T, vShow as E } from "vue";
|
|
10
|
-
var N = {
|
|
11
|
-
name: "BaseMessage",
|
|
12
|
-
extends: $,
|
|
13
|
-
props: {
|
|
14
|
-
severity: {
|
|
15
|
-
type: String,
|
|
16
|
-
default: "info"
|
|
17
|
-
},
|
|
18
|
-
closable: {
|
|
19
|
-
type: Boolean,
|
|
20
|
-
default: !0
|
|
21
|
-
},
|
|
22
|
-
sticky: {
|
|
23
|
-
type: Boolean,
|
|
24
|
-
default: !0
|
|
25
|
-
},
|
|
26
|
-
life: {
|
|
27
|
-
type: Number,
|
|
28
|
-
default: 3e3
|
|
29
|
-
},
|
|
30
|
-
icon: {
|
|
31
|
-
type: String,
|
|
32
|
-
default: void 0
|
|
33
|
-
},
|
|
34
|
-
closeIcon: {
|
|
35
|
-
type: String,
|
|
36
|
-
default: void 0
|
|
37
|
-
},
|
|
38
|
-
closeButtonProps: {
|
|
39
|
-
type: null,
|
|
40
|
-
default: null
|
|
41
|
-
}
|
|
42
|
-
},
|
|
43
|
-
style: C,
|
|
44
|
-
provide: function() {
|
|
45
|
-
return {
|
|
46
|
-
$parentInstance: this
|
|
47
|
-
};
|
|
48
|
-
}
|
|
49
|
-
}, L = {
|
|
50
|
-
name: "Message",
|
|
51
|
-
extends: N,
|
|
52
|
-
inheritAttrs: !1,
|
|
53
|
-
emits: ["close", "life-end"],
|
|
54
|
-
timeout: null,
|
|
55
|
-
data: function() {
|
|
56
|
-
return {
|
|
57
|
-
visible: !0
|
|
58
|
-
};
|
|
59
|
-
},
|
|
60
|
-
watch: {
|
|
61
|
-
sticky: function(t) {
|
|
62
|
-
t || this.closeAfterDelay();
|
|
63
|
-
}
|
|
64
|
-
},
|
|
65
|
-
mounted: function() {
|
|
66
|
-
this.sticky || this.closeAfterDelay();
|
|
67
|
-
},
|
|
68
|
-
methods: {
|
|
69
|
-
close: function(t) {
|
|
70
|
-
this.visible = !1, this.$emit("close", t);
|
|
71
|
-
},
|
|
72
|
-
closeAfterDelay: function() {
|
|
73
|
-
var t = this;
|
|
74
|
-
setTimeout(function() {
|
|
75
|
-
t.visible = !1, t.$emit("life-end");
|
|
76
|
-
}, this.life);
|
|
77
|
-
}
|
|
78
|
-
},
|
|
79
|
-
computed: {
|
|
80
|
-
iconComponent: function() {
|
|
81
|
-
return {
|
|
82
|
-
info: b,
|
|
83
|
-
success: f,
|
|
84
|
-
warn: y,
|
|
85
|
-
error: d
|
|
86
|
-
}[this.severity];
|
|
87
|
-
},
|
|
88
|
-
closeAriaLabel: function() {
|
|
89
|
-
return this.$primevue.config.locale.aria ? this.$primevue.config.locale.aria.close : void 0;
|
|
90
|
-
}
|
|
91
|
-
},
|
|
92
|
-
directives: {
|
|
93
|
-
ripple: S
|
|
94
|
-
},
|
|
95
|
-
components: {
|
|
96
|
-
TimesIcon: P,
|
|
97
|
-
InfoCircleIcon: b,
|
|
98
|
-
CheckIcon: f,
|
|
99
|
-
ExclamationTriangleIcon: y,
|
|
100
|
-
TimesCircleIcon: d
|
|
101
|
-
}
|
|
102
|
-
};
|
|
103
|
-
function c(e) {
|
|
1
|
+
import { DomHandler as s, ObjectUtils as h } from "./index169.js";
|
|
2
|
+
import E from "./index275.js";
|
|
3
|
+
import $ from "./index279.js";
|
|
4
|
+
var g = E.extend({
|
|
5
|
+
style: $
|
|
6
|
+
});
|
|
7
|
+
function m(o) {
|
|
104
8
|
"@babel/helpers - typeof";
|
|
105
|
-
return
|
|
106
|
-
return typeof
|
|
107
|
-
} : function(
|
|
108
|
-
return
|
|
109
|
-
},
|
|
9
|
+
return m = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
10
|
+
return typeof e;
|
|
11
|
+
} : function(e) {
|
|
12
|
+
return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
|
|
13
|
+
}, m(o);
|
|
110
14
|
}
|
|
111
|
-
function
|
|
112
|
-
var
|
|
15
|
+
function v(o, e) {
|
|
16
|
+
var t = Object.keys(o);
|
|
113
17
|
if (Object.getOwnPropertySymbols) {
|
|
114
|
-
var r = Object.getOwnPropertySymbols(
|
|
115
|
-
|
|
116
|
-
return Object.getOwnPropertyDescriptor(
|
|
117
|
-
})),
|
|
18
|
+
var r = Object.getOwnPropertySymbols(o);
|
|
19
|
+
e && (r = r.filter(function(n) {
|
|
20
|
+
return Object.getOwnPropertyDescriptor(o, n).enumerable;
|
|
21
|
+
})), t.push.apply(t, r);
|
|
118
22
|
}
|
|
119
|
-
return
|
|
23
|
+
return t;
|
|
120
24
|
}
|
|
121
|
-
function
|
|
122
|
-
for (var
|
|
123
|
-
var
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(
|
|
127
|
-
Object.defineProperty(
|
|
25
|
+
function F(o) {
|
|
26
|
+
for (var e = 1; e < arguments.length; e++) {
|
|
27
|
+
var t = arguments[e] != null ? arguments[e] : {};
|
|
28
|
+
e % 2 ? v(Object(t), !0).forEach(function(r) {
|
|
29
|
+
S(o, r, t[r]);
|
|
30
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(o, Object.getOwnPropertyDescriptors(t)) : v(Object(t)).forEach(function(r) {
|
|
31
|
+
Object.defineProperty(o, r, Object.getOwnPropertyDescriptor(t, r));
|
|
128
32
|
});
|
|
129
33
|
}
|
|
130
|
-
return
|
|
34
|
+
return o;
|
|
131
35
|
}
|
|
132
|
-
function
|
|
133
|
-
return
|
|
36
|
+
function S(o, e, t) {
|
|
37
|
+
return e = y(e), e in o ? Object.defineProperty(o, e, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : o[e] = t, o;
|
|
134
38
|
}
|
|
135
|
-
function
|
|
136
|
-
var
|
|
137
|
-
return
|
|
39
|
+
function y(o) {
|
|
40
|
+
var e = O(o, "string");
|
|
41
|
+
return m(e) == "symbol" ? e : String(e);
|
|
138
42
|
}
|
|
139
|
-
function
|
|
140
|
-
if (
|
|
141
|
-
var
|
|
142
|
-
if (
|
|
143
|
-
var r =
|
|
144
|
-
if (
|
|
43
|
+
function O(o, e) {
|
|
44
|
+
if (m(o) != "object" || !o) return o;
|
|
45
|
+
var t = o[Symbol.toPrimitive];
|
|
46
|
+
if (t !== void 0) {
|
|
47
|
+
var r = t.call(o, e);
|
|
48
|
+
if (m(r) != "object") return r;
|
|
145
49
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
146
50
|
}
|
|
147
|
-
return (
|
|
51
|
+
return (e === "string" ? String : Number)(o);
|
|
148
52
|
}
|
|
149
|
-
var
|
|
150
|
-
function
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
}, e.
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
53
|
+
var x = g.extend("focustrap", {
|
|
54
|
+
mounted: function(e, t) {
|
|
55
|
+
var r = t.value || {}, n = r.disabled;
|
|
56
|
+
n || (this.createHiddenFocusableElements(e, t), this.bind(e, t), this.autoElementFocus(e, t)), e.setAttribute("data-pd-focustrap", !0), this.$el = e;
|
|
57
|
+
},
|
|
58
|
+
updated: function(e, t) {
|
|
59
|
+
var r = t.value || {}, n = r.disabled;
|
|
60
|
+
n && this.unbind(e);
|
|
61
|
+
},
|
|
62
|
+
unmounted: function(e) {
|
|
63
|
+
this.unbind(e);
|
|
64
|
+
},
|
|
65
|
+
methods: {
|
|
66
|
+
getComputedSelector: function(e) {
|
|
67
|
+
return ':not(.p-hidden-focusable):not([data-p-hidden-focusable="true"])'.concat(e ?? "");
|
|
68
|
+
},
|
|
69
|
+
bind: function(e, t) {
|
|
70
|
+
var r = this, n = t.value || {}, u = n.onFocusIn, l = n.onFocusOut;
|
|
71
|
+
e.$_pfocustrap_mutationobserver = new MutationObserver(function(c) {
|
|
72
|
+
c.forEach(function(f) {
|
|
73
|
+
if (f.type === "childList" && !e.contains(document.activeElement)) {
|
|
74
|
+
var d = function p(a) {
|
|
75
|
+
var i = s.isFocusableElement(a) ? s.isFocusableElement(a, r.getComputedSelector(e.$_pfocustrap_focusableselector)) ? a : s.getFirstFocusableElement(e, r.getComputedSelector(e.$_pfocustrap_focusableselector)) : s.getFirstFocusableElement(a);
|
|
76
|
+
return h.isNotEmpty(i) ? i : a.nextSibling && p(a.nextSibling);
|
|
77
|
+
};
|
|
78
|
+
s.focus(d(f.nextSibling));
|
|
79
|
+
}
|
|
80
|
+
});
|
|
81
|
+
}), e.$_pfocustrap_mutationobserver.disconnect(), e.$_pfocustrap_mutationobserver.observe(e, {
|
|
82
|
+
childList: !0
|
|
83
|
+
}), e.$_pfocustrap_focusinlistener = function(c) {
|
|
84
|
+
return u && u(c);
|
|
85
|
+
}, e.$_pfocustrap_focusoutlistener = function(c) {
|
|
86
|
+
return l && l(c);
|
|
87
|
+
}, e.addEventListener("focusin", e.$_pfocustrap_focusinlistener), e.addEventListener("focusout", e.$_pfocustrap_focusoutlistener);
|
|
88
|
+
},
|
|
89
|
+
unbind: function(e) {
|
|
90
|
+
e.$_pfocustrap_mutationobserver && e.$_pfocustrap_mutationobserver.disconnect(), e.$_pfocustrap_focusinlistener && e.removeEventListener("focusin", e.$_pfocustrap_focusinlistener) && (e.$_pfocustrap_focusinlistener = null), e.$_pfocustrap_focusoutlistener && e.removeEventListener("focusout", e.$_pfocustrap_focusoutlistener) && (e.$_pfocustrap_focusoutlistener = null);
|
|
91
|
+
},
|
|
92
|
+
autoFocus: function(e) {
|
|
93
|
+
this.autoElementFocus(this.$el, {
|
|
94
|
+
value: F(F({}, e), {}, {
|
|
95
|
+
autoFocus: !0
|
|
184
96
|
})
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
97
|
+
});
|
|
98
|
+
},
|
|
99
|
+
autoElementFocus: function(e, t) {
|
|
100
|
+
var r = t.value || {}, n = r.autoFocusSelector, u = n === void 0 ? "" : n, l = r.firstFocusableSelector, c = l === void 0 ? "" : l, f = r.autoFocus, d = f === void 0 ? !1 : f, p = s.getFirstFocusableElement(e, "[autofocus]".concat(this.getComputedSelector(u)));
|
|
101
|
+
d && !p && (p = s.getFirstFocusableElement(e, this.getComputedSelector(c))), s.focus(p);
|
|
102
|
+
},
|
|
103
|
+
onFirstHiddenElementFocus: function(e) {
|
|
104
|
+
var t, r = e.currentTarget, n = e.relatedTarget, u = n === r.$_pfocustrap_lasthiddenfocusableelement || !((t = this.$el) !== null && t !== void 0 && t.contains(n)) ? s.getFirstFocusableElement(r.parentElement, this.getComputedSelector(r.$_pfocustrap_focusableselector)) : r.$_pfocustrap_lasthiddenfocusableelement;
|
|
105
|
+
s.focus(u);
|
|
106
|
+
},
|
|
107
|
+
onLastHiddenElementFocus: function(e) {
|
|
108
|
+
var t, r = e.currentTarget, n = e.relatedTarget, u = n === r.$_pfocustrap_firsthiddenfocusableelement || !((t = this.$el) !== null && t !== void 0 && t.contains(n)) ? s.getLastFocusableElement(r.parentElement, this.getComputedSelector(r.$_pfocustrap_focusableselector)) : r.$_pfocustrap_firsthiddenfocusableelement;
|
|
109
|
+
s.focus(u);
|
|
110
|
+
},
|
|
111
|
+
createHiddenFocusableElements: function(e, t) {
|
|
112
|
+
var r = this, n = t.value || {}, u = n.tabIndex, l = u === void 0 ? 0 : u, c = n.firstFocusableSelector, f = c === void 0 ? "" : c, d = n.lastFocusableSelector, p = d === void 0 ? "" : d, a = function(_) {
|
|
113
|
+
return s.createElement("span", {
|
|
114
|
+
class: "p-hidden-accessible p-hidden-focusable",
|
|
115
|
+
tabIndex: l,
|
|
116
|
+
role: "presentation",
|
|
117
|
+
"aria-hidden": !0,
|
|
118
|
+
"data-p-hidden-accessible": !0,
|
|
119
|
+
"data-p-hidden-focusable": !0,
|
|
120
|
+
onFocus: _?.bind(r)
|
|
121
|
+
});
|
|
122
|
+
}, i = a(this.onFirstHiddenElementFocus), b = a(this.onLastHiddenElementFocus);
|
|
123
|
+
i.$_pfocustrap_lasthiddenfocusableelement = b, i.$_pfocustrap_focusableselector = f, i.setAttribute("data-pc-section", "firstfocusableelement"), b.$_pfocustrap_firsthiddenfocusableelement = i, b.$_pfocustrap_focusableselector = p, b.setAttribute("data-pc-section", "lastfocusableelement"), e.prepend(i), e.append(b);
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
});
|
|
199
127
|
export {
|
|
200
|
-
|
|
128
|
+
x as default
|
|
201
129
|
};
|