@quoreadmin/ui 1.7.16 → 1.7.18
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/index131.js +151 -90
- package/dist/index140.js +291 -281
- package/dist/index185.js +7 -7
- package/dist/index191.js +23 -23
- package/dist/index192.js +1 -1
- package/dist/index193.js +1 -1
- package/dist/index196.js +2 -2
- package/dist/index198.js +14 -14
- package/dist/index199.js +1 -1
- package/dist/index200.js +1 -1
- package/dist/index201.js +3 -3
- package/dist/index202.js +6 -6
- package/dist/index203.js +2 -2
- package/dist/index204.js +2 -2
- package/dist/index205.js +1 -1
- package/dist/index220.js +1 -1
- package/dist/index224.js +1 -1
- package/dist/index226.js +1 -1
- package/dist/index232.js +105 -231
- package/dist/index233.js +38 -8
- package/dist/index234.js +78 -136
- package/dist/index235.js +20 -83
- package/dist/index236.js +20 -3632
- package/dist/index237.js +20 -55
- package/dist/index238.js +20 -77
- package/dist/index239.js +22 -52
- package/dist/index240.js +22 -215
- package/dist/index241.js +20 -10
- package/dist/index242.js +827 -48
- package/dist/index243.js +691 -50
- package/dist/index244.js +174 -52
- package/dist/index245.js +22 -75
- package/dist/index246.js +19 -722
- package/dist/index247.js +20 -39
- package/dist/index248.js +3 -64
- package/dist/index249.js +187 -11
- package/dist/index250.js +124 -696
- package/dist/index251.js +1189 -786
- package/dist/index252.js +19 -126
- package/dist/index253.js +21 -37
- package/dist/index254.js +22 -80
- package/dist/index255.js +22 -13
- package/dist/index256.js +12 -12
- package/dist/index257.js +9 -9
- package/dist/index258.js +2 -20
- package/dist/index259.js +2 -22
- package/dist/index260.js +3632 -22
- package/dist/index261.js +55 -20
- package/dist/index262.js +64 -823
- package/dist/index263.js +43 -693
- package/dist/index264.js +204 -165
- package/dist/index265.js +10 -22
- package/dist/index266.js +57 -20
- package/dist/index267.js +61 -20
- package/dist/index268.js +54 -3
- package/dist/index269.js +69 -181
- package/dist/index270.js +710 -120
- package/dist/index271.js +33 -1217
- package/dist/index272.js +64 -20
- package/dist/index273.js +11 -22
- package/dist/index274.js +705 -22
- package/dist/index275.js +820 -29
- package/dist/index276.js +253 -20
- package/dist/index277.js +8 -20
- package/dist/index278.js +138 -2
- package/dist/index279.js +83 -2
- package/dist/index280.js +1 -1
- package/dist/index285.js +1 -1
- package/dist/index286.js +1 -1
- package/dist/index287.js +1 -1
- package/dist/index288.js +137 -110
- package/dist/index290.js +62 -56
- package/dist/index291.js +31 -26
- package/dist/index294.js +15 -8
- package/dist/index297.js +1 -1
- package/dist/index299.js +36 -37
- package/dist/index305.js +2 -1518
- package/dist/index306.js +1478 -346
- package/dist/index307.js +330 -2675
- package/dist/index308.js +2717 -72
- package/dist/index309.js +75 -3759
- package/dist/index310.js +3758 -48
- package/dist/index311.js +60 -15
- package/dist/index312.js +76 -81
- package/dist/index313.js +22 -202
- package/dist/index314.js +915 -226
- package/dist/index315.js +22 -2
- package/dist/index316.js +19 -78
- package/dist/index317.js +13 -15
- package/dist/index318.js +64 -930
- package/dist/index319.js +18 -21
- package/dist/index320.js +19 -20
- package/dist/index321.js +12 -10
- package/dist/index322.js +21 -68
- package/dist/index323.js +60 -16
- package/dist/index324.js +15 -19
- package/dist/index325.js +83 -21
- package/dist/index326.js +202 -22
- package/dist/index327.js +246 -63
- package/dist/index330.js +1 -1
- package/dist/index331.js +12 -14
- package/dist/index332.js +1 -0
- package/dist/index336.js +4 -3
- package/dist/index342.js +27 -27
- package/dist/index345.js +1 -1
- package/dist/index346.js +1 -1
- package/dist/index372.js +1 -1
- package/dist/index380.js +1 -1
- package/dist/index382.js +16 -100
- package/dist/index383.js +100 -90
- package/dist/index384.js +91 -98
- package/dist/index385.js +97 -16
- package/dist/index43.js +160 -158
- 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/data-filter/data-filter.d.ts +27 -0
- package/dist/src/components/data-list/data-list.d.ts +27 -0
- package/dist/src/components/grid/grid.stories.d.ts +54 -0
- package/dist/src/components/popover/popover.d.ts +37 -0
- package/dist/src/components/popover/popover.stories.d.ts +189 -0
- package/dist/src/components/room-details-popover/room-details-popover.d.ts +60 -2
- package/dist/src/views/lists.vue.d.ts +54 -0
- package/dist/src/views/tables.vue.d.ts +27 -0
- package/package.json +1 -1
package/dist/index342.js
CHANGED
|
@@ -7,28 +7,28 @@ import te from "./index302.js";
|
|
|
7
7
|
import { progressEventDecorator as I, progressEventReducer as M, asyncDecorator as j } from "./index378.js";
|
|
8
8
|
import se from "./index379.js";
|
|
9
9
|
import re from "./index376.js";
|
|
10
|
-
const J = 64 * 1024, { isFunction: P } = t, ne = (({ Request:
|
|
11
|
-
Request:
|
|
12
|
-
Response:
|
|
10
|
+
const J = 64 * 1024, { isFunction: P } = t, ne = (({ Request: n, Response: o }) => ({
|
|
11
|
+
Request: n,
|
|
12
|
+
Response: o
|
|
13
13
|
}))(t.global), {
|
|
14
14
|
ReadableStream: V,
|
|
15
15
|
TextEncoder: W
|
|
16
|
-
} = t.global, Z = (
|
|
16
|
+
} = t.global, Z = (n, ...o) => {
|
|
17
17
|
try {
|
|
18
|
-
return !!
|
|
18
|
+
return !!n(...o);
|
|
19
19
|
} catch {
|
|
20
20
|
return !1;
|
|
21
21
|
}
|
|
22
|
-
}, oe = (
|
|
23
|
-
|
|
22
|
+
}, oe = (n) => {
|
|
23
|
+
n = t.merge.call({
|
|
24
24
|
skipUndefined: !0
|
|
25
|
-
}, ne,
|
|
26
|
-
const { fetch:
|
|
25
|
+
}, ne, n);
|
|
26
|
+
const { fetch: o, Request: a, Response: y } = n, g = o ? P(o) : typeof fetch == "function", f = P(a), F = P(y);
|
|
27
27
|
if (!g)
|
|
28
28
|
return !1;
|
|
29
|
-
const w = g && P(V), R = g && (typeof W == "function" ? /* @__PURE__ */ ((e) => (s) => e.encode(s))(new W()) : async (e) => new Uint8Array(await new
|
|
29
|
+
const w = g && P(V), R = g && (typeof W == "function" ? /* @__PURE__ */ ((e) => (s) => e.encode(s))(new W()) : async (e) => new Uint8Array(await new a(e).arrayBuffer())), d = f && w && Z(() => {
|
|
30
30
|
let e = !1;
|
|
31
|
-
const s = new
|
|
31
|
+
const s = new a(K.origin, {
|
|
32
32
|
body: new V(),
|
|
33
33
|
method: "POST",
|
|
34
34
|
get duplex() {
|
|
@@ -53,7 +53,7 @@ const J = 64 * 1024, { isFunction: P } = t, ne = (({ Request: r, Response: n })
|
|
|
53
53
|
if (t.isBlob(e))
|
|
54
54
|
return e.size;
|
|
55
55
|
if (t.isSpecCompliantForm(e))
|
|
56
|
-
return (await new
|
|
56
|
+
return (await new a(K.origin, {
|
|
57
57
|
method: "POST",
|
|
58
58
|
body: e
|
|
59
59
|
}).arrayBuffer()).byteLength;
|
|
@@ -79,7 +79,7 @@ const J = 64 * 1024, { isFunction: P } = t, ne = (({ Request: r, Response: n })
|
|
|
79
79
|
headers: q,
|
|
80
80
|
withCredentials: C = "same-origin",
|
|
81
81
|
fetchOptions: U
|
|
82
|
-
} = se(e), v =
|
|
82
|
+
} = se(e), v = o || fetch;
|
|
83
83
|
l = l ? (l + "").toLowerCase() : "text";
|
|
84
84
|
let E = ee([Q, _ && _.toAbortSignal()], X), T = null;
|
|
85
85
|
const m = E && E.unsubscribe && (() => {
|
|
@@ -88,7 +88,7 @@ const J = 64 * 1024, { isFunction: P } = t, ne = (({ Request: r, Response: n })
|
|
|
88
88
|
let D;
|
|
89
89
|
try {
|
|
90
90
|
if (B && d && i !== "get" && i !== "head" && (D = await G(q, c)) !== 0) {
|
|
91
|
-
let p = new
|
|
91
|
+
let p = new a(s, {
|
|
92
92
|
method: "POST",
|
|
93
93
|
body: c,
|
|
94
94
|
duplex: "half"
|
|
@@ -102,16 +102,16 @@ const J = 64 * 1024, { isFunction: P } = t, ne = (({ Request: r, Response: n })
|
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
104
|
t.isString(C) || (C = C ? "include" : "omit");
|
|
105
|
-
const
|
|
105
|
+
const r = f && "credentials" in a.prototype, N = {
|
|
106
106
|
...U,
|
|
107
107
|
signal: E,
|
|
108
108
|
method: i.toUpperCase(),
|
|
109
109
|
headers: q.normalize().toJSON(),
|
|
110
110
|
body: c,
|
|
111
111
|
duplex: "half",
|
|
112
|
-
credentials:
|
|
112
|
+
credentials: r ? C : void 0
|
|
113
113
|
};
|
|
114
|
-
T = f && new
|
|
114
|
+
T = f && new a(s, N);
|
|
115
115
|
let u = await (f ? v(T, U) : v(s, N));
|
|
116
116
|
const k = h && (l === "stream" || l === "response");
|
|
117
117
|
if (h && (O || k && m)) {
|
|
@@ -142,25 +142,25 @@ const J = 64 * 1024, { isFunction: P } = t, ne = (({ Request: r, Response: n })
|
|
|
142
142
|
request: T
|
|
143
143
|
});
|
|
144
144
|
});
|
|
145
|
-
} catch (
|
|
146
|
-
throw m && m(),
|
|
147
|
-
new b("Network Error", b.ERR_NETWORK, e, T),
|
|
145
|
+
} catch (r) {
|
|
146
|
+
throw m && m(), r && r.name === "TypeError" && /Load failed|fetch/i.test(r.message) ? Object.assign(
|
|
147
|
+
new b("Network Error", b.ERR_NETWORK, e, T, r && r.response),
|
|
148
148
|
{
|
|
149
|
-
cause:
|
|
149
|
+
cause: r.cause || r
|
|
150
150
|
}
|
|
151
|
-
) : b.from(
|
|
151
|
+
) : b.from(r, r && r.code, e, T, r && r.response);
|
|
152
152
|
}
|
|
153
153
|
};
|
|
154
|
-
}, ae = /* @__PURE__ */ new Map(), ie = (
|
|
155
|
-
let
|
|
156
|
-
const { fetch:
|
|
154
|
+
}, ae = /* @__PURE__ */ new Map(), ie = (n) => {
|
|
155
|
+
let o = n && n.env || {};
|
|
156
|
+
const { fetch: a, Request: y, Response: g } = o, f = [
|
|
157
157
|
y,
|
|
158
158
|
g,
|
|
159
|
-
|
|
159
|
+
a
|
|
160
160
|
];
|
|
161
161
|
let F = f.length, w = F, R, d, h = ae;
|
|
162
162
|
for (; w--; )
|
|
163
|
-
R = f[w], d = h.get(R), d === void 0 && h.set(R, d = w ? /* @__PURE__ */ new Map() : oe(
|
|
163
|
+
R = f[w], d = h.get(R), d === void 0 && h.set(R, d = w ? /* @__PURE__ */ new Map() : oe(o)), h = d;
|
|
164
164
|
return d;
|
|
165
165
|
};
|
|
166
166
|
ie();
|
package/dist/index345.js
CHANGED
package/dist/index346.js
CHANGED
package/dist/index372.js
CHANGED
package/dist/index380.js
CHANGED
|
@@ -13,7 +13,7 @@ const h = (e, t) => {
|
|
|
13
13
|
}
|
|
14
14
|
};
|
|
15
15
|
let c = t && setTimeout(() => {
|
|
16
|
-
c = null, n(new s(`timeout ${t}
|
|
16
|
+
c = null, n(new s(`timeout of ${t}ms exceeded`, s.ETIMEDOUT));
|
|
17
17
|
}, t);
|
|
18
18
|
const i = () => {
|
|
19
19
|
e && (c && clearTimeout(c), c = null, e.forEach((r) => {
|
package/dist/index382.js
CHANGED
|
@@ -1,103 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
e.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
// Retrieve the value stored under `key`, or return undefined when
|
|
13
|
-
// no such key exists.
|
|
14
|
-
get: function(t) {
|
|
15
|
-
var n = this.find(t);
|
|
16
|
-
return n == -1 ? void 0 : this.content[n + 1];
|
|
17
|
-
},
|
|
18
|
-
// :: (string, any, ?string) → OrderedMap
|
|
19
|
-
// Create a new map by replacing the value of `key` with a new
|
|
20
|
-
// value, or adding a binding to the end of the map. If `newKey` is
|
|
21
|
-
// given, the key of the binding will be replaced with that key.
|
|
22
|
-
update: function(t, n, r) {
|
|
23
|
-
var i = r && r != t ? this.remove(r) : this, o = i.find(t), c = i.content.slice();
|
|
24
|
-
return o == -1 ? c.push(r || t, n) : (c[o + 1] = n, r && (c[o] = r)), new e(c);
|
|
25
|
-
},
|
|
26
|
-
// :: (string) → OrderedMap
|
|
27
|
-
// Return a map with the given key removed, if it existed.
|
|
28
|
-
remove: function(t) {
|
|
29
|
-
var n = this.find(t);
|
|
30
|
-
if (n == -1) return this;
|
|
31
|
-
var r = this.content.slice();
|
|
32
|
-
return r.splice(n, 2), new e(r);
|
|
33
|
-
},
|
|
34
|
-
// :: (string, any) → OrderedMap
|
|
35
|
-
// Add a new key to the start of the map.
|
|
36
|
-
addToStart: function(t, n) {
|
|
37
|
-
return new e([t, n].concat(this.remove(t).content));
|
|
38
|
-
},
|
|
39
|
-
// :: (string, any) → OrderedMap
|
|
40
|
-
// Add a new key to the end of the map.
|
|
41
|
-
addToEnd: function(t, n) {
|
|
42
|
-
var r = this.remove(t).content.slice();
|
|
43
|
-
return r.push(t, n), new e(r);
|
|
44
|
-
},
|
|
45
|
-
// :: (string, string, any) → OrderedMap
|
|
46
|
-
// Add a key after the given key. If `place` is not found, the new
|
|
47
|
-
// key is added to the end.
|
|
48
|
-
addBefore: function(t, n, r) {
|
|
49
|
-
var i = this.remove(n), o = i.content.slice(), c = i.find(t);
|
|
50
|
-
return o.splice(c == -1 ? o.length : c, 0, n, r), new e(o);
|
|
51
|
-
},
|
|
52
|
-
// :: ((key: string, value: any))
|
|
53
|
-
// Call the given function for each key/value pair in the map, in
|
|
54
|
-
// order.
|
|
55
|
-
forEach: function(t) {
|
|
56
|
-
for (var n = 0; n < this.content.length; n += 2)
|
|
57
|
-
t(this.content[n], this.content[n + 1]);
|
|
58
|
-
},
|
|
59
|
-
// :: (union<Object, OrderedMap>) → OrderedMap
|
|
60
|
-
// Create a new map by prepending the keys in this map that don't
|
|
61
|
-
// appear in `map` before the keys in `map`.
|
|
62
|
-
prepend: function(t) {
|
|
63
|
-
return t = e.from(t), t.size ? new e(t.content.concat(this.subtract(t).content)) : this;
|
|
64
|
-
},
|
|
65
|
-
// :: (union<Object, OrderedMap>) → OrderedMap
|
|
66
|
-
// Create a new map by appending the keys in this map that don't
|
|
67
|
-
// appear in `map` after the keys in `map`.
|
|
68
|
-
append: function(t) {
|
|
69
|
-
return t = e.from(t), t.size ? new e(this.subtract(t).content.concat(t.content)) : this;
|
|
70
|
-
},
|
|
71
|
-
// :: (union<Object, OrderedMap>) → OrderedMap
|
|
72
|
-
// Create a map containing all the keys in this map that don't
|
|
73
|
-
// appear in `map`.
|
|
74
|
-
subtract: function(t) {
|
|
75
|
-
var n = this;
|
|
76
|
-
t = e.from(t);
|
|
77
|
-
for (var r = 0; r < t.content.length; r += 2)
|
|
78
|
-
n = n.remove(t.content[r]);
|
|
79
|
-
return n;
|
|
80
|
-
},
|
|
81
|
-
// :: () → Object
|
|
82
|
-
// Turn ordered map into a plain object.
|
|
83
|
-
toObject: function() {
|
|
84
|
-
var t = {};
|
|
85
|
-
return this.forEach(function(n, r) {
|
|
86
|
-
t[n] = r;
|
|
87
|
-
}), t;
|
|
88
|
-
},
|
|
89
|
-
// :: number
|
|
90
|
-
// The amount of keys in this map.
|
|
91
|
-
get size() {
|
|
92
|
-
return this.content.length >> 1;
|
|
1
|
+
import n from "./index278.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
|
+
}];
|
|
93
12
|
}
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
if (t) for (var r in t) n.push(r, t[r]);
|
|
99
|
-
return new e(n);
|
|
100
|
-
};
|
|
13
|
+
}, r = n.extend({
|
|
14
|
+
name: "inputtext",
|
|
15
|
+
classes: l
|
|
16
|
+
});
|
|
101
17
|
export {
|
|
102
|
-
|
|
18
|
+
r as default
|
|
103
19
|
};
|
package/dist/index383.js
CHANGED
|
@@ -1,93 +1,103 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
9: "Tab",
|
|
4
|
-
10: "Enter",
|
|
5
|
-
12: "NumLock",
|
|
6
|
-
13: "Enter",
|
|
7
|
-
16: "Shift",
|
|
8
|
-
17: "Control",
|
|
9
|
-
18: "Alt",
|
|
10
|
-
20: "CapsLock",
|
|
11
|
-
27: "Escape",
|
|
12
|
-
32: " ",
|
|
13
|
-
33: "PageUp",
|
|
14
|
-
34: "PageDown",
|
|
15
|
-
35: "End",
|
|
16
|
-
36: "Home",
|
|
17
|
-
37: "ArrowLeft",
|
|
18
|
-
38: "ArrowUp",
|
|
19
|
-
39: "ArrowRight",
|
|
20
|
-
40: "ArrowDown",
|
|
21
|
-
44: "PrintScreen",
|
|
22
|
-
45: "Insert",
|
|
23
|
-
46: "Delete",
|
|
24
|
-
59: ";",
|
|
25
|
-
61: "=",
|
|
26
|
-
91: "Meta",
|
|
27
|
-
92: "Meta",
|
|
28
|
-
106: "*",
|
|
29
|
-
107: "+",
|
|
30
|
-
108: ",",
|
|
31
|
-
109: "-",
|
|
32
|
-
110: ".",
|
|
33
|
-
111: "/",
|
|
34
|
-
144: "NumLock",
|
|
35
|
-
145: "ScrollLock",
|
|
36
|
-
160: "Shift",
|
|
37
|
-
161: "Shift",
|
|
38
|
-
162: "Control",
|
|
39
|
-
163: "Control",
|
|
40
|
-
164: "Alt",
|
|
41
|
-
165: "Alt",
|
|
42
|
-
173: "-",
|
|
43
|
-
186: ";",
|
|
44
|
-
187: "=",
|
|
45
|
-
188: ",",
|
|
46
|
-
189: "-",
|
|
47
|
-
190: ".",
|
|
48
|
-
191: "/",
|
|
49
|
-
192: "`",
|
|
50
|
-
219: "[",
|
|
51
|
-
220: "\\",
|
|
52
|
-
221: "]",
|
|
53
|
-
222: "'"
|
|
54
|
-
}, a = {
|
|
55
|
-
48: ")",
|
|
56
|
-
49: "!",
|
|
57
|
-
50: "@",
|
|
58
|
-
51: "#",
|
|
59
|
-
52: "$",
|
|
60
|
-
53: "%",
|
|
61
|
-
54: "^",
|
|
62
|
-
55: "&",
|
|
63
|
-
56: "*",
|
|
64
|
-
57: "(",
|
|
65
|
-
59: ":",
|
|
66
|
-
61: "+",
|
|
67
|
-
173: "_",
|
|
68
|
-
186: ":",
|
|
69
|
-
187: "+",
|
|
70
|
-
188: "<",
|
|
71
|
-
189: "_",
|
|
72
|
-
190: ">",
|
|
73
|
-
191: "?",
|
|
74
|
-
192: "~",
|
|
75
|
-
219: "{",
|
|
76
|
-
220: "|",
|
|
77
|
-
221: "}",
|
|
78
|
-
222: '"'
|
|
79
|
-
}, n = typeof navigator < "u" && /Mac/.test(navigator.platform), y = typeof navigator < "u" && /MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent);
|
|
80
|
-
for (var r = 0; r < 10; r++) t[48 + r] = t[96 + r] = String(r);
|
|
81
|
-
for (var r = 1; r <= 24; r++) t[r + 111] = "F" + r;
|
|
82
|
-
for (var r = 65; r <= 90; r++)
|
|
83
|
-
t[r] = String.fromCharCode(r + 32), a[r] = String.fromCharCode(r);
|
|
84
|
-
for (var i in t) a.hasOwnProperty(i) || (a[i] = t[i]);
|
|
85
|
-
function g(o) {
|
|
86
|
-
var f = n && o.metaKey && o.shiftKey && !o.ctrlKey && !o.altKey || y && o.shiftKey && o.key && o.key.length == 1 || o.key == "Unidentified", e = !f && o.key || (o.shiftKey ? a : t)[o.keyCode] || o.key || "Unidentified";
|
|
87
|
-
return e == "Esc" && (e = "Escape"), e == "Del" && (e = "Delete"), e == "Left" && (e = "ArrowLeft"), e == "Up" && (e = "ArrowUp"), e == "Right" && (e = "ArrowRight"), e == "Down" && (e = "ArrowDown"), e;
|
|
1
|
+
function e(t) {
|
|
2
|
+
this.content = t;
|
|
88
3
|
}
|
|
4
|
+
e.prototype = {
|
|
5
|
+
constructor: e,
|
|
6
|
+
find: function(t) {
|
|
7
|
+
for (var n = 0; n < this.content.length; n += 2)
|
|
8
|
+
if (this.content[n] === t) return n;
|
|
9
|
+
return -1;
|
|
10
|
+
},
|
|
11
|
+
// :: (string) → ?any
|
|
12
|
+
// Retrieve the value stored under `key`, or return undefined when
|
|
13
|
+
// no such key exists.
|
|
14
|
+
get: function(t) {
|
|
15
|
+
var n = this.find(t);
|
|
16
|
+
return n == -1 ? void 0 : this.content[n + 1];
|
|
17
|
+
},
|
|
18
|
+
// :: (string, any, ?string) → OrderedMap
|
|
19
|
+
// Create a new map by replacing the value of `key` with a new
|
|
20
|
+
// value, or adding a binding to the end of the map. If `newKey` is
|
|
21
|
+
// given, the key of the binding will be replaced with that key.
|
|
22
|
+
update: function(t, n, r) {
|
|
23
|
+
var i = r && r != t ? this.remove(r) : this, o = i.find(t), c = i.content.slice();
|
|
24
|
+
return o == -1 ? c.push(r || t, n) : (c[o + 1] = n, r && (c[o] = r)), new e(c);
|
|
25
|
+
},
|
|
26
|
+
// :: (string) → OrderedMap
|
|
27
|
+
// Return a map with the given key removed, if it existed.
|
|
28
|
+
remove: function(t) {
|
|
29
|
+
var n = this.find(t);
|
|
30
|
+
if (n == -1) return this;
|
|
31
|
+
var r = this.content.slice();
|
|
32
|
+
return r.splice(n, 2), new e(r);
|
|
33
|
+
},
|
|
34
|
+
// :: (string, any) → OrderedMap
|
|
35
|
+
// Add a new key to the start of the map.
|
|
36
|
+
addToStart: function(t, n) {
|
|
37
|
+
return new e([t, n].concat(this.remove(t).content));
|
|
38
|
+
},
|
|
39
|
+
// :: (string, any) → OrderedMap
|
|
40
|
+
// Add a new key to the end of the map.
|
|
41
|
+
addToEnd: function(t, n) {
|
|
42
|
+
var r = this.remove(t).content.slice();
|
|
43
|
+
return r.push(t, n), new e(r);
|
|
44
|
+
},
|
|
45
|
+
// :: (string, string, any) → OrderedMap
|
|
46
|
+
// Add a key after the given key. If `place` is not found, the new
|
|
47
|
+
// key is added to the end.
|
|
48
|
+
addBefore: function(t, n, r) {
|
|
49
|
+
var i = this.remove(n), o = i.content.slice(), c = i.find(t);
|
|
50
|
+
return o.splice(c == -1 ? o.length : c, 0, n, r), new e(o);
|
|
51
|
+
},
|
|
52
|
+
// :: ((key: string, value: any))
|
|
53
|
+
// Call the given function for each key/value pair in the map, in
|
|
54
|
+
// order.
|
|
55
|
+
forEach: function(t) {
|
|
56
|
+
for (var n = 0; n < this.content.length; n += 2)
|
|
57
|
+
t(this.content[n], this.content[n + 1]);
|
|
58
|
+
},
|
|
59
|
+
// :: (union<Object, OrderedMap>) → OrderedMap
|
|
60
|
+
// Create a new map by prepending the keys in this map that don't
|
|
61
|
+
// appear in `map` before the keys in `map`.
|
|
62
|
+
prepend: function(t) {
|
|
63
|
+
return t = e.from(t), t.size ? new e(t.content.concat(this.subtract(t).content)) : this;
|
|
64
|
+
},
|
|
65
|
+
// :: (union<Object, OrderedMap>) → OrderedMap
|
|
66
|
+
// Create a new map by appending the keys in this map that don't
|
|
67
|
+
// appear in `map` after the keys in `map`.
|
|
68
|
+
append: function(t) {
|
|
69
|
+
return t = e.from(t), t.size ? new e(this.subtract(t).content.concat(t.content)) : this;
|
|
70
|
+
},
|
|
71
|
+
// :: (union<Object, OrderedMap>) → OrderedMap
|
|
72
|
+
// Create a map containing all the keys in this map that don't
|
|
73
|
+
// appear in `map`.
|
|
74
|
+
subtract: function(t) {
|
|
75
|
+
var n = this;
|
|
76
|
+
t = e.from(t);
|
|
77
|
+
for (var r = 0; r < t.content.length; r += 2)
|
|
78
|
+
n = n.remove(t.content[r]);
|
|
79
|
+
return n;
|
|
80
|
+
},
|
|
81
|
+
// :: () → Object
|
|
82
|
+
// Turn ordered map into a plain object.
|
|
83
|
+
toObject: function() {
|
|
84
|
+
var t = {};
|
|
85
|
+
return this.forEach(function(n, r) {
|
|
86
|
+
t[n] = r;
|
|
87
|
+
}), t;
|
|
88
|
+
},
|
|
89
|
+
// :: number
|
|
90
|
+
// The amount of keys in this map.
|
|
91
|
+
get size() {
|
|
92
|
+
return this.content.length >> 1;
|
|
93
|
+
}
|
|
94
|
+
};
|
|
95
|
+
e.from = function(t) {
|
|
96
|
+
if (t instanceof e) return t;
|
|
97
|
+
var n = [];
|
|
98
|
+
if (t) for (var r in t) n.push(r, t[r]);
|
|
99
|
+
return new e(n);
|
|
100
|
+
};
|
|
89
101
|
export {
|
|
90
|
-
|
|
91
|
-
g as keyName,
|
|
92
|
-
a as shift
|
|
102
|
+
e as default
|
|
93
103
|
};
|
package/dist/index384.js
CHANGED
|
@@ -1,100 +1,93 @@
|
|
|
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
|
-
|
|
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);
|
|
1
|
+
var t = {
|
|
2
|
+
8: "Backspace",
|
|
3
|
+
9: "Tab",
|
|
4
|
+
10: "Enter",
|
|
5
|
+
12: "NumLock",
|
|
6
|
+
13: "Enter",
|
|
7
|
+
16: "Shift",
|
|
8
|
+
17: "Control",
|
|
9
|
+
18: "Alt",
|
|
10
|
+
20: "CapsLock",
|
|
11
|
+
27: "Escape",
|
|
12
|
+
32: " ",
|
|
13
|
+
33: "PageUp",
|
|
14
|
+
34: "PageDown",
|
|
15
|
+
35: "End",
|
|
16
|
+
36: "Home",
|
|
17
|
+
37: "ArrowLeft",
|
|
18
|
+
38: "ArrowUp",
|
|
19
|
+
39: "ArrowRight",
|
|
20
|
+
40: "ArrowDown",
|
|
21
|
+
44: "PrintScreen",
|
|
22
|
+
45: "Insert",
|
|
23
|
+
46: "Delete",
|
|
24
|
+
59: ";",
|
|
25
|
+
61: "=",
|
|
26
|
+
91: "Meta",
|
|
27
|
+
92: "Meta",
|
|
28
|
+
106: "*",
|
|
29
|
+
107: "+",
|
|
30
|
+
108: ",",
|
|
31
|
+
109: "-",
|
|
32
|
+
110: ".",
|
|
33
|
+
111: "/",
|
|
34
|
+
144: "NumLock",
|
|
35
|
+
145: "ScrollLock",
|
|
36
|
+
160: "Shift",
|
|
37
|
+
161: "Shift",
|
|
38
|
+
162: "Control",
|
|
39
|
+
163: "Control",
|
|
40
|
+
164: "Alt",
|
|
41
|
+
165: "Alt",
|
|
42
|
+
173: "-",
|
|
43
|
+
186: ";",
|
|
44
|
+
187: "=",
|
|
45
|
+
188: ",",
|
|
46
|
+
189: "-",
|
|
47
|
+
190: ".",
|
|
48
|
+
191: "/",
|
|
49
|
+
192: "`",
|
|
50
|
+
219: "[",
|
|
51
|
+
220: "\\",
|
|
52
|
+
221: "]",
|
|
53
|
+
222: "'"
|
|
54
|
+
}, a = {
|
|
55
|
+
48: ")",
|
|
56
|
+
49: "!",
|
|
57
|
+
50: "@",
|
|
58
|
+
51: "#",
|
|
59
|
+
52: "$",
|
|
60
|
+
53: "%",
|
|
61
|
+
54: "^",
|
|
62
|
+
55: "&",
|
|
63
|
+
56: "*",
|
|
64
|
+
57: "(",
|
|
65
|
+
59: ":",
|
|
66
|
+
61: "+",
|
|
67
|
+
173: "_",
|
|
68
|
+
186: ":",
|
|
69
|
+
187: "+",
|
|
70
|
+
188: "<",
|
|
71
|
+
189: "_",
|
|
72
|
+
190: ">",
|
|
73
|
+
191: "?",
|
|
74
|
+
192: "~",
|
|
75
|
+
219: "{",
|
|
76
|
+
220: "|",
|
|
77
|
+
221: "}",
|
|
78
|
+
222: '"'
|
|
79
|
+
}, n = typeof navigator < "u" && /Mac/.test(navigator.platform), y = typeof navigator < "u" && /MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent);
|
|
80
|
+
for (var r = 0; r < 10; r++) t[48 + r] = t[96 + r] = String(r);
|
|
81
|
+
for (var r = 1; r <= 24; r++) t[r + 111] = "F" + r;
|
|
82
|
+
for (var r = 65; r <= 90; r++)
|
|
83
|
+
t[r] = String.fromCharCode(r + 32), a[r] = String.fromCharCode(r);
|
|
84
|
+
for (var i in t) a.hasOwnProperty(i) || (a[i] = t[i]);
|
|
85
|
+
function g(o) {
|
|
86
|
+
var f = n && o.metaKey && o.shiftKey && !o.ctrlKey && !o.altKey || y && o.shiftKey && o.key && o.key.length == 1 || o.key == "Unidentified", e = !f && o.key || (o.shiftKey ? a : t)[o.keyCode] || o.key || "Unidentified";
|
|
87
|
+
return e == "Esc" && (e = "Escape"), e == "Del" && (e = "Delete"), e == "Left" && (e = "ArrowLeft"), e == "Up" && (e = "ArrowUp"), e == "Right" && (e = "ArrowRight"), e == "Down" && (e = "ArrowDown"), e;
|
|
88
|
+
}
|
|
98
89
|
export {
|
|
99
|
-
|
|
90
|
+
t as base,
|
|
91
|
+
g as keyName,
|
|
92
|
+
a as shift
|
|
100
93
|
};
|