dictate-button 1.5.0 → 1.5.1
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/dictate-button.js +205 -205
- package/package.json +5 -5
package/dist/dictate-button.js
CHANGED
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
const
|
|
2
|
-
equals:
|
|
1
|
+
const mt = (t, e) => t === e, j = {
|
|
2
|
+
equals: mt
|
|
3
3
|
};
|
|
4
|
-
let vt =
|
|
5
|
-
const S = 1,
|
|
4
|
+
let vt = pt;
|
|
5
|
+
const S = 1, B = 2, at = {
|
|
6
6
|
owned: null,
|
|
7
7
|
cleanups: null,
|
|
8
8
|
context: null,
|
|
9
9
|
owner: null
|
|
10
10
|
};
|
|
11
|
-
var
|
|
12
|
-
let V = null, Ct = null, p = null, g = null,
|
|
13
|
-
function
|
|
14
|
-
const n = p, o =
|
|
11
|
+
var _ = null;
|
|
12
|
+
let V = null, Ct = null, p = null, g = null, C = null, F = 0;
|
|
13
|
+
function St(t, e) {
|
|
14
|
+
const n = p, o = _, r = t.length === 0, i = e === void 0 ? o : e, l = r ? at : {
|
|
15
15
|
owned: null,
|
|
16
16
|
cleanups: null,
|
|
17
17
|
context: i ? i.context : null,
|
|
18
18
|
owner: i
|
|
19
|
-
}, s = r ? t : () => t(() => W(() =>
|
|
20
|
-
|
|
19
|
+
}, s = r ? t : () => t(() => W(() => T(l)));
|
|
20
|
+
_ = l, p = null;
|
|
21
21
|
try {
|
|
22
|
-
return
|
|
22
|
+
return $(s, !0);
|
|
23
23
|
} finally {
|
|
24
|
-
p = n,
|
|
24
|
+
p = n, _ = o;
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
|
-
function
|
|
28
|
-
e = e ? Object.assign({},
|
|
27
|
+
function ct(t, e) {
|
|
28
|
+
e = e ? Object.assign({}, j, e) : j;
|
|
29
29
|
const n = {
|
|
30
30
|
value: t,
|
|
31
31
|
observers: null,
|
|
32
32
|
observerSlots: null,
|
|
33
33
|
comparator: e.equals || void 0
|
|
34
|
-
}, o = (r) => (typeof r == "function" && (r = r(n.value)),
|
|
35
|
-
return [
|
|
34
|
+
}, o = (r) => (typeof r == "function" && (r = r(n.value)), dt(n, r));
|
|
35
|
+
return [ut.bind(n), o];
|
|
36
36
|
}
|
|
37
|
-
function
|
|
38
|
-
const o =
|
|
39
|
-
|
|
37
|
+
function R(t, e, n) {
|
|
38
|
+
const o = ft(t, e, !1, S);
|
|
39
|
+
L(o);
|
|
40
40
|
}
|
|
41
|
-
function
|
|
42
|
-
n = n ? Object.assign({},
|
|
43
|
-
const o =
|
|
44
|
-
return o.observers = null, o.observerSlots = null, o.comparator = n.equals || void 0,
|
|
41
|
+
function xt(t, e, n) {
|
|
42
|
+
n = n ? Object.assign({}, j, n) : j;
|
|
43
|
+
const o = ft(t, e, !0, 0);
|
|
44
|
+
return o.observers = null, o.observerSlots = null, o.comparator = n.equals || void 0, L(o), ut.bind(o);
|
|
45
45
|
}
|
|
46
46
|
function W(t) {
|
|
47
47
|
if (p === null) return t();
|
|
@@ -53,12 +53,12 @@ function W(t) {
|
|
|
53
53
|
p = e;
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
|
-
function
|
|
56
|
+
function ut() {
|
|
57
57
|
if (this.sources && this.state)
|
|
58
|
-
if (this.state === S)
|
|
58
|
+
if (this.state === S) L(this);
|
|
59
59
|
else {
|
|
60
60
|
const t = g;
|
|
61
|
-
g = null,
|
|
61
|
+
g = null, $(() => I(this), !1), g = t;
|
|
62
62
|
}
|
|
63
63
|
if (p) {
|
|
64
64
|
const t = this.observers ? this.observers.length : 0;
|
|
@@ -66,37 +66,37 @@ function ct() {
|
|
|
66
66
|
}
|
|
67
67
|
return this.value;
|
|
68
68
|
}
|
|
69
|
-
function
|
|
69
|
+
function dt(t, e, n) {
|
|
70
70
|
let o = t.value;
|
|
71
|
-
return (!t.comparator || !t.comparator(o, e)) && (t.value = e, t.observers && t.observers.length &&
|
|
71
|
+
return (!t.comparator || !t.comparator(o, e)) && (t.value = e, t.observers && t.observers.length && $(() => {
|
|
72
72
|
for (let r = 0; r < t.observers.length; r += 1) {
|
|
73
73
|
const i = t.observers[r], l = V && V.running;
|
|
74
|
-
l && V.disposed.has(i), (l ? !i.tState : !i.state) && (i.pure ? g.push(i) :
|
|
74
|
+
l && V.disposed.has(i), (l ? !i.tState : !i.state) && (i.pure ? g.push(i) : C.push(i), i.observers && gt(i)), l || (i.state = S);
|
|
75
75
|
}
|
|
76
76
|
if (g.length > 1e6)
|
|
77
77
|
throw g = [], new Error();
|
|
78
78
|
}, !1)), e;
|
|
79
79
|
}
|
|
80
|
-
function
|
|
80
|
+
function L(t) {
|
|
81
81
|
if (!t.fn) return;
|
|
82
|
-
|
|
83
|
-
const e =
|
|
84
|
-
|
|
82
|
+
T(t);
|
|
83
|
+
const e = F;
|
|
84
|
+
At(t, t.value, e);
|
|
85
85
|
}
|
|
86
|
-
function
|
|
86
|
+
function At(t, e, n) {
|
|
87
87
|
let o;
|
|
88
|
-
const r =
|
|
89
|
-
p =
|
|
88
|
+
const r = _, i = p;
|
|
89
|
+
p = _ = t;
|
|
90
90
|
try {
|
|
91
91
|
o = t.fn(e);
|
|
92
92
|
} catch (l) {
|
|
93
|
-
return t.pure && (t.state = S, t.owned && t.owned.forEach(
|
|
93
|
+
return t.pure && (t.state = S, t.owned && t.owned.forEach(T), t.owned = null), t.updatedAt = n + 1, bt(l);
|
|
94
94
|
} finally {
|
|
95
|
-
p = i,
|
|
95
|
+
p = i, _ = r;
|
|
96
96
|
}
|
|
97
|
-
(!t.updatedAt || t.updatedAt <= n) && (t.updatedAt != null && "observers" in t ?
|
|
97
|
+
(!t.updatedAt || t.updatedAt <= n) && (t.updatedAt != null && "observers" in t ? dt(t, o) : t.value = o, t.updatedAt = n);
|
|
98
98
|
}
|
|
99
|
-
function
|
|
99
|
+
function ft(t, e, n, o = S, r) {
|
|
100
100
|
const i = {
|
|
101
101
|
fn: t,
|
|
102
102
|
state: o,
|
|
@@ -106,63 +106,63 @@ function dt(t, e, n, o = S, r) {
|
|
|
106
106
|
sourceSlots: null,
|
|
107
107
|
cleanups: null,
|
|
108
108
|
value: e,
|
|
109
|
-
owner:
|
|
110
|
-
context:
|
|
109
|
+
owner: _,
|
|
110
|
+
context: _ ? _.context : null,
|
|
111
111
|
pure: n
|
|
112
112
|
};
|
|
113
|
-
return
|
|
113
|
+
return _ === null || _ !== at && (_.owned ? _.owned.push(i) : _.owned = [i]), i;
|
|
114
114
|
}
|
|
115
|
-
function
|
|
115
|
+
function ht(t) {
|
|
116
116
|
if (t.state === 0) return;
|
|
117
|
-
if (t.state ===
|
|
117
|
+
if (t.state === B) return I(t);
|
|
118
118
|
if (t.suspense && W(t.suspense.inFallback)) return t.suspense.effects.push(t);
|
|
119
119
|
const e = [t];
|
|
120
|
-
for (; (t = t.owner) && (!t.updatedAt || t.updatedAt <
|
|
120
|
+
for (; (t = t.owner) && (!t.updatedAt || t.updatedAt < F); )
|
|
121
121
|
t.state && e.push(t);
|
|
122
122
|
for (let n = e.length - 1; n >= 0; n--)
|
|
123
123
|
if (t = e[n], t.state === S)
|
|
124
|
-
|
|
125
|
-
else if (t.state ===
|
|
124
|
+
L(t);
|
|
125
|
+
else if (t.state === B) {
|
|
126
126
|
const o = g;
|
|
127
|
-
g = null,
|
|
127
|
+
g = null, $(() => I(t, e[0]), !1), g = o;
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
|
-
function
|
|
130
|
+
function $(t, e) {
|
|
131
131
|
if (g) return t();
|
|
132
132
|
let n = !1;
|
|
133
|
-
e || (g = []),
|
|
133
|
+
e || (g = []), C ? n = !0 : C = [], F++;
|
|
134
134
|
try {
|
|
135
135
|
const o = t();
|
|
136
|
-
return
|
|
136
|
+
return Et(n), o;
|
|
137
137
|
} catch (o) {
|
|
138
|
-
n || (
|
|
138
|
+
n || (C = null), g = null, bt(o);
|
|
139
139
|
}
|
|
140
140
|
}
|
|
141
|
-
function
|
|
142
|
-
if (g && (
|
|
143
|
-
const e =
|
|
144
|
-
|
|
141
|
+
function Et(t) {
|
|
142
|
+
if (g && (pt(g), g = null), t) return;
|
|
143
|
+
const e = C;
|
|
144
|
+
C = null, e.length && $(() => vt(e), !1);
|
|
145
145
|
}
|
|
146
|
-
function
|
|
147
|
-
for (let e = 0; e < t.length; e++)
|
|
146
|
+
function pt(t) {
|
|
147
|
+
for (let e = 0; e < t.length; e++) ht(t[e]);
|
|
148
148
|
}
|
|
149
|
-
function
|
|
149
|
+
function I(t, e) {
|
|
150
150
|
t.state = 0;
|
|
151
151
|
for (let n = 0; n < t.sources.length; n += 1) {
|
|
152
152
|
const o = t.sources[n];
|
|
153
153
|
if (o.sources) {
|
|
154
154
|
const r = o.state;
|
|
155
|
-
r === S ? o !== e && (!o.updatedAt || o.updatedAt <
|
|
155
|
+
r === S ? o !== e && (!o.updatedAt || o.updatedAt < F) && ht(o) : r === B && I(o, e);
|
|
156
156
|
}
|
|
157
157
|
}
|
|
158
158
|
}
|
|
159
|
-
function
|
|
159
|
+
function gt(t) {
|
|
160
160
|
for (let e = 0; e < t.observers.length; e += 1) {
|
|
161
161
|
const n = t.observers[e];
|
|
162
|
-
n.state || (n.state =
|
|
162
|
+
n.state || (n.state = B, n.pure ? g.push(n) : C.push(n), n.observers && gt(n));
|
|
163
163
|
}
|
|
164
164
|
}
|
|
165
|
-
function
|
|
165
|
+
function T(t) {
|
|
166
166
|
let e;
|
|
167
167
|
if (t.sources)
|
|
168
168
|
for (; t.sources.length; ) {
|
|
@@ -173,11 +173,11 @@ function $(t) {
|
|
|
173
173
|
}
|
|
174
174
|
}
|
|
175
175
|
if (t.tOwned) {
|
|
176
|
-
for (e = t.tOwned.length - 1; e >= 0; e--)
|
|
176
|
+
for (e = t.tOwned.length - 1; e >= 0; e--) T(t.tOwned[e]);
|
|
177
177
|
delete t.tOwned;
|
|
178
178
|
}
|
|
179
179
|
if (t.owned) {
|
|
180
|
-
for (e = t.owned.length - 1; e >= 0; e--)
|
|
180
|
+
for (e = t.owned.length - 1; e >= 0; e--) T(t.owned[e]);
|
|
181
181
|
t.owned = null;
|
|
182
182
|
}
|
|
183
183
|
if (t.cleanups) {
|
|
@@ -186,19 +186,19 @@ function $(t) {
|
|
|
186
186
|
}
|
|
187
187
|
t.state = 0;
|
|
188
188
|
}
|
|
189
|
-
function
|
|
189
|
+
function kt(t) {
|
|
190
190
|
return t instanceof Error ? t : new Error(typeof t == "string" ? t : "Unknown error", {
|
|
191
191
|
cause: t
|
|
192
192
|
});
|
|
193
193
|
}
|
|
194
|
-
function
|
|
195
|
-
throw
|
|
194
|
+
function bt(t, e = _) {
|
|
195
|
+
throw kt(t);
|
|
196
196
|
}
|
|
197
|
-
function
|
|
197
|
+
function M(t, e) {
|
|
198
198
|
return W(() => t(e || {}));
|
|
199
199
|
}
|
|
200
|
-
const
|
|
201
|
-
function
|
|
200
|
+
const N = (t) => xt(() => t());
|
|
201
|
+
function Tt(t, e, n) {
|
|
202
202
|
let o = n.length, r = e.length, i = o, l = 0, s = 0, a = e[r - 1].nextSibling, u = null;
|
|
203
203
|
for (; l < r || s < i; ) {
|
|
204
204
|
if (e[l] === n[s]) {
|
|
@@ -208,36 +208,36 @@ function kt(t, e, n) {
|
|
|
208
208
|
for (; e[r - 1] === n[i - 1]; )
|
|
209
209
|
r--, i--;
|
|
210
210
|
if (r === l) {
|
|
211
|
-
const
|
|
212
|
-
for (; s < i; ) t.insertBefore(n[s++],
|
|
211
|
+
const f = i < o ? s ? n[s - 1].nextSibling : n[i - s] : a;
|
|
212
|
+
for (; s < i; ) t.insertBefore(n[s++], f);
|
|
213
213
|
} else if (i === s)
|
|
214
214
|
for (; l < r; )
|
|
215
215
|
(!u || !u.has(e[l])) && e[l].remove(), l++;
|
|
216
216
|
else if (e[l] === n[i - 1] && n[s] === e[r - 1]) {
|
|
217
|
-
const
|
|
218
|
-
t.insertBefore(n[s++], e[l++].nextSibling), t.insertBefore(n[--i],
|
|
217
|
+
const f = e[--r].nextSibling;
|
|
218
|
+
t.insertBefore(n[s++], e[l++].nextSibling), t.insertBefore(n[--i], f), e[r] = n[i];
|
|
219
219
|
} else {
|
|
220
220
|
if (!u) {
|
|
221
221
|
u = /* @__PURE__ */ new Map();
|
|
222
|
-
let
|
|
223
|
-
for (;
|
|
222
|
+
let b = s;
|
|
223
|
+
for (; b < i; ) u.set(n[b], b++);
|
|
224
224
|
}
|
|
225
|
-
const
|
|
226
|
-
if (
|
|
227
|
-
if (s <
|
|
228
|
-
let
|
|
229
|
-
for (; ++
|
|
225
|
+
const f = u.get(e[l]);
|
|
226
|
+
if (f != null)
|
|
227
|
+
if (s < f && f < i) {
|
|
228
|
+
let b = l, E = 1, P;
|
|
229
|
+
for (; ++b < r && b < i && !((P = u.get(e[b])) == null || P !== f + E); )
|
|
230
230
|
E++;
|
|
231
|
-
if (E >
|
|
232
|
-
const
|
|
233
|
-
for (; s <
|
|
231
|
+
if (E > f - s) {
|
|
232
|
+
const K = e[l];
|
|
233
|
+
for (; s < f; ) t.insertBefore(n[s++], K);
|
|
234
234
|
} else t.replaceChild(n[s++], e[l++]);
|
|
235
235
|
} else l++;
|
|
236
236
|
else e[l++].remove();
|
|
237
237
|
}
|
|
238
238
|
}
|
|
239
239
|
}
|
|
240
|
-
const
|
|
240
|
+
const nt = "_$DX_DELEGATE";
|
|
241
241
|
function O(t, e, n, o) {
|
|
242
242
|
let r;
|
|
243
243
|
const i = () => {
|
|
@@ -247,16 +247,16 @@ function O(t, e, n, o) {
|
|
|
247
247
|
return l.cloneNode = l, l;
|
|
248
248
|
}
|
|
249
249
|
function $t(t, e = window.document) {
|
|
250
|
-
const n = e[
|
|
250
|
+
const n = e[nt] || (e[nt] = /* @__PURE__ */ new Set());
|
|
251
251
|
for (let o = 0, r = t.length; o < r; o++) {
|
|
252
252
|
const i = t[o];
|
|
253
|
-
n.has(i) || (n.add(i), e.addEventListener(i,
|
|
253
|
+
n.has(i) || (n.add(i), e.addEventListener(i, Pt));
|
|
254
254
|
}
|
|
255
255
|
}
|
|
256
256
|
function k(t, e, n) {
|
|
257
257
|
n == null ? t.removeAttribute(e) : t.setAttribute(e, n);
|
|
258
258
|
}
|
|
259
|
-
function
|
|
259
|
+
function Ot(t, e, n) {
|
|
260
260
|
if (!e) return n ? k(t, "style") : e;
|
|
261
261
|
const o = t.style;
|
|
262
262
|
if (typeof e == "string") return o.cssText = e;
|
|
@@ -268,11 +268,11 @@ function Tt(t, e, n) {
|
|
|
268
268
|
r = e[i], r !== n[i] && (o.setProperty(i, r), n[i] = r);
|
|
269
269
|
return n;
|
|
270
270
|
}
|
|
271
|
-
function
|
|
272
|
-
if (n !== void 0 && !o && (o = []), typeof e != "function") return
|
|
273
|
-
|
|
271
|
+
function v(t, e, n, o) {
|
|
272
|
+
if (n !== void 0 && !o && (o = []), typeof e != "function") return D(t, e, o, n);
|
|
273
|
+
R((r) => D(t, e(), r, n), o);
|
|
274
274
|
}
|
|
275
|
-
function
|
|
275
|
+
function Pt(t) {
|
|
276
276
|
let e = t.target;
|
|
277
277
|
const n = `$$${t.type}`, o = t.target, r = t.currentTarget, i = (a) => Object.defineProperty(t, "target", {
|
|
278
278
|
configurable: !0,
|
|
@@ -306,7 +306,7 @@ function Ot(t) {
|
|
|
306
306
|
} else s();
|
|
307
307
|
i(o);
|
|
308
308
|
}
|
|
309
|
-
function
|
|
309
|
+
function D(t, e, n, o, r) {
|
|
310
310
|
for (; typeof n == "function"; ) n = n();
|
|
311
311
|
if (e === n) return n;
|
|
312
312
|
const i = typeof e, l = o !== void 0;
|
|
@@ -322,18 +322,18 @@ function F(t, e, n, o, r) {
|
|
|
322
322
|
n = x(t, n, o);
|
|
323
323
|
else {
|
|
324
324
|
if (i === "function")
|
|
325
|
-
return
|
|
325
|
+
return R(() => {
|
|
326
326
|
let s = e();
|
|
327
327
|
for (; typeof s == "function"; ) s = s();
|
|
328
|
-
n =
|
|
328
|
+
n = D(t, s, n, o);
|
|
329
329
|
}), () => n;
|
|
330
330
|
if (Array.isArray(e)) {
|
|
331
331
|
const s = [], a = n && Array.isArray(n);
|
|
332
332
|
if (G(s, e, n, r))
|
|
333
|
-
return
|
|
333
|
+
return R(() => n = D(t, s, n, o, !0)), () => n;
|
|
334
334
|
if (s.length === 0) {
|
|
335
335
|
if (n = x(t, n, o), l) return n;
|
|
336
|
-
} else a ? n.length === 0 ?
|
|
336
|
+
} else a ? n.length === 0 ? rt(t, s, o) : Tt(t, n, s) : (n && x(t), rt(t, s));
|
|
337
337
|
n = s;
|
|
338
338
|
} else if (e.nodeType) {
|
|
339
339
|
if (Array.isArray(n)) {
|
|
@@ -360,13 +360,13 @@ function G(t, e, n, o) {
|
|
|
360
360
|
} else
|
|
361
361
|
t.push(s), r = !0;
|
|
362
362
|
else {
|
|
363
|
-
const
|
|
364
|
-
a && a.nodeType === 3 && a.data ===
|
|
363
|
+
const f = String(s);
|
|
364
|
+
a && a.nodeType === 3 && a.data === f ? t.push(a) : t.push(document.createTextNode(f));
|
|
365
365
|
}
|
|
366
366
|
}
|
|
367
367
|
return r;
|
|
368
368
|
}
|
|
369
|
-
function
|
|
369
|
+
function rt(t, e, n = null) {
|
|
370
370
|
for (let o = 0, r = e.length; o < r; o++) t.insertBefore(e[o], n);
|
|
371
371
|
}
|
|
372
372
|
function x(t, e, n, o) {
|
|
@@ -384,43 +384,43 @@ function x(t, e, n, o) {
|
|
|
384
384
|
} else t.insertBefore(r, n);
|
|
385
385
|
return [r];
|
|
386
386
|
}
|
|
387
|
-
function
|
|
387
|
+
function Mt(t) {
|
|
388
388
|
return Object.keys(t).reduce((n, o) => {
|
|
389
389
|
const r = t[o];
|
|
390
|
-
return n[o] = Object.assign({}, r),
|
|
390
|
+
return n[o] = Object.assign({}, r), _t(r.value) && !It(r.value) && !Array.isArray(r.value) && (n[o].value = Object.assign({}, r.value)), Array.isArray(r.value) && (n[o].value = r.value.slice(0)), n;
|
|
391
391
|
}, {});
|
|
392
392
|
}
|
|
393
|
-
function
|
|
393
|
+
function Nt(t) {
|
|
394
394
|
return t ? Object.keys(t).reduce((n, o) => {
|
|
395
395
|
const r = t[o];
|
|
396
|
-
return n[o] =
|
|
396
|
+
return n[o] = _t(r) && "value" in r ? r : {
|
|
397
397
|
value: r
|
|
398
|
-
}, n[o].attribute || (n[o].attribute =
|
|
398
|
+
}, n[o].attribute || (n[o].attribute = Rt(o)), n[o].parse = "parse" in n[o] ? n[o].parse : typeof n[o].value != "string", n;
|
|
399
399
|
}, {}) : {};
|
|
400
400
|
}
|
|
401
|
-
function
|
|
401
|
+
function jt(t) {
|
|
402
402
|
return Object.keys(t).reduce((n, o) => (n[o] = t[o].value, n), {});
|
|
403
403
|
}
|
|
404
|
-
function
|
|
405
|
-
const n =
|
|
404
|
+
function Bt(t, e) {
|
|
405
|
+
const n = Mt(e);
|
|
406
406
|
return Object.keys(e).forEach((r) => {
|
|
407
407
|
const i = n[r], l = t.getAttribute(i.attribute), s = t[r];
|
|
408
|
-
l != null && (i.value = i.parse ?
|
|
408
|
+
l != null && (i.value = i.parse ? yt(l) : l), s != null && (i.value = Array.isArray(s) ? s.slice(0) : s), i.reflect && ot(t, i.attribute, i.value, !!i.parse), Object.defineProperty(t, r, {
|
|
409
409
|
get() {
|
|
410
410
|
return i.value;
|
|
411
411
|
},
|
|
412
412
|
set(a) {
|
|
413
413
|
const u = i.value;
|
|
414
|
-
i.value = a, i.reflect &&
|
|
415
|
-
for (let
|
|
416
|
-
this.__propertyChangedCallbacks[
|
|
414
|
+
i.value = a, i.reflect && ot(this, i.attribute, i.value, !!i.parse);
|
|
415
|
+
for (let f = 0, b = this.__propertyChangedCallbacks.length; f < b; f++)
|
|
416
|
+
this.__propertyChangedCallbacks[f](r, a, u);
|
|
417
417
|
},
|
|
418
418
|
enumerable: !0,
|
|
419
419
|
configurable: !0
|
|
420
420
|
});
|
|
421
421
|
}), n;
|
|
422
422
|
}
|
|
423
|
-
function
|
|
423
|
+
function yt(t) {
|
|
424
424
|
if (t)
|
|
425
425
|
try {
|
|
426
426
|
return JSON.parse(t);
|
|
@@ -428,25 +428,25 @@ function bt(t) {
|
|
|
428
428
|
return t;
|
|
429
429
|
}
|
|
430
430
|
}
|
|
431
|
-
function
|
|
431
|
+
function ot(t, e, n, o) {
|
|
432
432
|
if (n == null || n === !1) return t.removeAttribute(e);
|
|
433
433
|
let r = o ? JSON.stringify(n) : n;
|
|
434
434
|
t.__updating[e] = !0, r === "true" && (r = ""), t.setAttribute(e, r), Promise.resolve().then(() => delete t.__updating[e]);
|
|
435
435
|
}
|
|
436
|
-
function
|
|
436
|
+
function Rt(t) {
|
|
437
437
|
return t.replace(/\.?([A-Z]+)/g, (e, n) => "-" + n.toLowerCase()).replace("_", "-").replace(/^-/, "");
|
|
438
438
|
}
|
|
439
|
-
function
|
|
439
|
+
function _t(t) {
|
|
440
440
|
return t != null && (typeof t == "object" || typeof t == "function");
|
|
441
441
|
}
|
|
442
|
-
function
|
|
442
|
+
function It(t) {
|
|
443
443
|
return Object.prototype.toString.call(t) === "[object Function]";
|
|
444
444
|
}
|
|
445
|
-
function
|
|
445
|
+
function Dt(t) {
|
|
446
446
|
return typeof t == "function" && t.toString().indexOf("class") === 0;
|
|
447
447
|
}
|
|
448
448
|
let q;
|
|
449
|
-
function
|
|
449
|
+
function Ft(t, e) {
|
|
450
450
|
const n = Object.keys(e);
|
|
451
451
|
return class extends t {
|
|
452
452
|
static get observedAttributes() {
|
|
@@ -459,10 +459,10 @@ function Dt(t, e) {
|
|
|
459
459
|
}
|
|
460
460
|
connectedCallback() {
|
|
461
461
|
if (this.__initialized) return;
|
|
462
|
-
this.__releaseCallbacks = [], this.__propertyChangedCallbacks = [], this.__updating = {}, this.props =
|
|
463
|
-
const r =
|
|
462
|
+
this.__releaseCallbacks = [], this.__propertyChangedCallbacks = [], this.__updating = {}, this.props = Bt(this, e);
|
|
463
|
+
const r = jt(this.props), i = this.Component, l = q;
|
|
464
464
|
try {
|
|
465
|
-
q = this, this.__initialized = !0,
|
|
465
|
+
q = this, this.__initialized = !0, Dt(i) ? new i(r, {
|
|
466
466
|
element: this
|
|
467
467
|
}) : i(r, {
|
|
468
468
|
element: this
|
|
@@ -481,7 +481,7 @@ function Dt(t, e) {
|
|
|
481
481
|
attributeChangedCallback(r, i, l) {
|
|
482
482
|
if (this.__initialized && !this.__updating[r] && (r = this.lookupProp(r), r in e)) {
|
|
483
483
|
if (l == null && !this[r]) return;
|
|
484
|
-
this[r] = e[r].parse ?
|
|
484
|
+
this[r] = e[r].parse ? yt(l) : l;
|
|
485
485
|
}
|
|
486
486
|
}
|
|
487
487
|
lookupProp(r) {
|
|
@@ -501,7 +501,7 @@ function Dt(t, e) {
|
|
|
501
501
|
}
|
|
502
502
|
};
|
|
503
503
|
}
|
|
504
|
-
function
|
|
504
|
+
function Lt(t, e = {}, n = {}) {
|
|
505
505
|
const {
|
|
506
506
|
BaseElement: o = HTMLElement,
|
|
507
507
|
extension: r,
|
|
@@ -509,13 +509,13 @@ function Ft(t, e = {}, n = {}) {
|
|
|
509
509
|
} = n;
|
|
510
510
|
return (l) => {
|
|
511
511
|
let s = i.get(t);
|
|
512
|
-
return s ? (s.prototype.Component = l, s) : (s =
|
|
512
|
+
return s ? (s.prototype.Component = l, s) : (s = Ft(o, Nt(e)), s.prototype.Component = l, s.prototype.registeredTag = t, i.define(t, s, r), s);
|
|
513
513
|
};
|
|
514
514
|
}
|
|
515
|
-
function
|
|
515
|
+
function Kt(t) {
|
|
516
516
|
const e = Object.keys(t), n = {};
|
|
517
517
|
for (let o = 0; o < e.length; o++) {
|
|
518
|
-
const [r, i] =
|
|
518
|
+
const [r, i] = ct(t[e[o]]);
|
|
519
519
|
Object.defineProperty(n, e[o], {
|
|
520
520
|
get: r,
|
|
521
521
|
set(l) {
|
|
@@ -525,30 +525,30 @@ function Lt(t) {
|
|
|
525
525
|
}
|
|
526
526
|
return n;
|
|
527
527
|
}
|
|
528
|
-
function
|
|
528
|
+
function Ut(t) {
|
|
529
529
|
if (t.assignedSlot && t.assignedSlot._$owner) return t.assignedSlot._$owner;
|
|
530
530
|
let e = t.parentNode;
|
|
531
531
|
for (; e && !e._$owner && !(e.assignedSlot && e.assignedSlot._$owner); )
|
|
532
532
|
e = e.parentNode;
|
|
533
533
|
return e && e.assignedSlot ? e.assignedSlot._$owner : t._$owner;
|
|
534
534
|
}
|
|
535
|
-
function
|
|
535
|
+
function zt(t) {
|
|
536
536
|
return (e, n) => {
|
|
537
537
|
const { element: o } = n;
|
|
538
|
-
return
|
|
539
|
-
const i =
|
|
538
|
+
return St((r) => {
|
|
539
|
+
const i = Kt(e);
|
|
540
540
|
o.addPropertyChangedCallback((s, a) => i[s] = a), o.addReleaseCallback(() => {
|
|
541
541
|
o.renderRoot.textContent = "", r();
|
|
542
542
|
});
|
|
543
543
|
const l = t(i, n);
|
|
544
|
-
return
|
|
545
|
-
},
|
|
544
|
+
return v(o.renderRoot, l);
|
|
545
|
+
}, Ut(o));
|
|
546
546
|
};
|
|
547
547
|
}
|
|
548
|
-
function
|
|
549
|
-
return arguments.length === 2 && (n = e, e = {}),
|
|
548
|
+
function Vt(t, e, n) {
|
|
549
|
+
return arguments.length === 2 && (n = e, e = {}), Lt(t, e)(zt(n));
|
|
550
550
|
}
|
|
551
|
-
const
|
|
551
|
+
const qt = `
|
|
552
552
|
:host([theme="dark"]) {
|
|
553
553
|
color-scheme: only dark;
|
|
554
554
|
}
|
|
@@ -606,61 +606,61 @@ const Vt = `
|
|
|
606
606
|
}
|
|
607
607
|
}
|
|
608
608
|
`;
|
|
609
|
-
var
|
|
610
|
-
console.debug("dictate-button version:", "1.5.
|
|
611
|
-
const
|
|
612
|
-
|
|
609
|
+
var Ht = /* @__PURE__ */ O('<div part=container class=dictate-button__container><style></style><div aria-live=polite class=dictate-button__status-announcer style="position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0"></div><button part=button class=dictate-button__button>'), Gt = /* @__PURE__ */ O('<svg part=icon class="dictate-button__icon dictate-button__icon--idle"fill=none viewBox="0 0 24 24"stroke-width=1.5 stroke=currentColor role=img aria-hidden=true><path stroke-linecap=round stroke-linejoin=round d="M12 18.75a6 6 0 0 0 6-6v-1.5m-6 7.5a6 6 0 0 1-6-6v-1.5m6 7.5v3.75m-3.75 0h7.5M12 15.75a3 3 0 0 1-3-3V4.5a3 3 0 1 1 6 0v8.25a3 3 0 0 1-3 3Z">'), Wt = /* @__PURE__ */ O('<svg part=icon class="dictate-button__icon dictate-button__icon--recording"viewBox="0 0 24 24"fill=currentColor role=img aria-hidden=true><circle cx=12 cy=12 r=10>'), Xt = /* @__PURE__ */ O('<svg part=icon class="dictate-button__icon dictate-button__icon--processing"viewBox="0 0 24 24"fill=none stroke=currentColor stroke-width=1.5 stroke-linecap=round stroke-linejoin=round role=img aria-hidden=true><path d="M12 2v4"></path><path d="m16.2 7.8 2.9-2.9"></path><path d="M18 12h4"></path><path d="m16.2 16.2 2.9 2.9"></path><path d="M12 18v4"></path><path d="m4.9 19.1 2.9-2.9"></path><path d="M2 12h4"></path><path d="m4.9 4.9 2.9 2.9">'), Jt = /* @__PURE__ */ O('<svg part=icon class="dictate-button__icon dictate-button__icon--error"viewBox="0 0 24 24"fill=none stroke=currentColor stroke-width=4 stroke-linecap=round stroke-linejoin=round role=img aria-hidden=true><line x1=12 x2=12 y1=4 y2=14></line><line x1=12 x2=12.01 y1=20 y2=20>');
|
|
610
|
+
console.debug("dictate-button version:", "1.5.1");
|
|
611
|
+
const Zt = "https://api.dictate-button.io/transcribe", m = "dictate-button.io", H = -70, it = -10, st = 0, Qt = 4, Yt = 0.25, te = 0.05;
|
|
612
|
+
Vt("dictate-button", {
|
|
613
613
|
size: 30,
|
|
614
|
-
apiEndpoint:
|
|
614
|
+
apiEndpoint: Zt,
|
|
615
615
|
language: void 0
|
|
616
616
|
}, (t, {
|
|
617
617
|
element: e
|
|
618
618
|
}) => {
|
|
619
619
|
console.debug("api", t.apiEndpoint);
|
|
620
|
-
const [n, o] =
|
|
621
|
-
let r = null, i =
|
|
622
|
-
const
|
|
623
|
-
let
|
|
624
|
-
for (let
|
|
625
|
-
const c = (
|
|
626
|
-
|
|
620
|
+
const [n, o] = ct("idle");
|
|
621
|
+
let r = null, i = null, l = [], s = null, a = null, u = null, f = !1, b = 0;
|
|
622
|
+
const E = (d) => d <= H ? 0 : d >= it ? 1 : (d - H) / (it - H), P = (d) => {
|
|
623
|
+
let w = 0;
|
|
624
|
+
for (let y = 0; y < d.length; y++) {
|
|
625
|
+
const c = (d[y] - 128) / 128;
|
|
626
|
+
w += c * c;
|
|
627
627
|
}
|
|
628
|
-
return Math.sqrt(
|
|
629
|
-
},
|
|
630
|
-
const
|
|
631
|
-
if (!
|
|
628
|
+
return Math.sqrt(w / d.length);
|
|
629
|
+
}, K = (d) => 20 * Math.log10(Math.max(d, 1e-8)), X = (d) => {
|
|
630
|
+
const w = e.shadowRoot.querySelector(".dictate-button__button");
|
|
631
|
+
if (!w)
|
|
632
632
|
return;
|
|
633
|
-
const
|
|
634
|
-
|
|
635
|
-
},
|
|
636
|
-
if (!
|
|
637
|
-
|
|
638
|
-
const
|
|
639
|
-
|
|
633
|
+
const y = st + d * (Qt - st), c = 0 + d * 0.4;
|
|
634
|
+
w.style.boxShadow = `0 0 0 ${y}px light-dark(rgba(0, 0, 0, ${c}), rgba(255, 255, 255, ${c}))`;
|
|
635
|
+
}, J = () => {
|
|
636
|
+
if (!f || !a || !u) return;
|
|
637
|
+
a.getByteTimeDomainData(u);
|
|
638
|
+
const d = P(u), w = K(d), y = E(w), c = y > b ? Yt : te;
|
|
639
|
+
b = c * y + (1 - c) * b, X(b), requestAnimationFrame(J);
|
|
640
640
|
}, U = () => {
|
|
641
|
-
r && r.state !== "inactive" && r.stop(), i = [],
|
|
641
|
+
r && r.state !== "inactive" && r.stop(), i && (i.getTracks().forEach((d) => d.stop()), i = null), l = [], f = !1, s && s.state !== "closed" && s.close(), s = null, a = null, u = null, b = 0, X(0);
|
|
642
642
|
};
|
|
643
643
|
e.addEventListener("disconnected", U);
|
|
644
|
-
const
|
|
644
|
+
const wt = async () => {
|
|
645
645
|
if (U(), n() === "idle")
|
|
646
646
|
try {
|
|
647
|
-
const
|
|
647
|
+
const d = await navigator.mediaDevices.getUserMedia({
|
|
648
648
|
audio: !0
|
|
649
649
|
});
|
|
650
|
-
|
|
651
|
-
const
|
|
652
|
-
|
|
650
|
+
i = d, s = new (window.AudioContext || window.webkitAudioContext)();
|
|
651
|
+
const w = s.createMediaStreamSource(d);
|
|
652
|
+
a = s.createAnalyser(), a.fftSize = 2048, w.connect(a), u = new Uint8Array(a.fftSize), r = new MediaRecorder(d, {
|
|
653
653
|
mimeType: "audio/webm"
|
|
654
|
-
}),
|
|
655
|
-
|
|
654
|
+
}), l = [], r.ondataavailable = (y) => {
|
|
655
|
+
l.push(y.data);
|
|
656
656
|
}, r.onstop = async () => {
|
|
657
|
-
|
|
658
|
-
const
|
|
657
|
+
f = !1, o("processing"), A(e, "transcribing:started", "Started transcribing");
|
|
658
|
+
const y = new Blob(l, {
|
|
659
659
|
type: "audio/webm"
|
|
660
660
|
});
|
|
661
661
|
try {
|
|
662
662
|
const c = new FormData();
|
|
663
|
-
c.append("audio",
|
|
663
|
+
c.append("audio", y, "recording.webm"), c.append("origin", window?.location?.origin), t.language && c.append("language", t.language);
|
|
664
664
|
const h = await fetch(t.apiEndpoint, {
|
|
665
665
|
method: "POST",
|
|
666
666
|
body: c
|
|
@@ -670,64 +670,64 @@ zt("dictate-button", {
|
|
|
670
670
|
if (n() !== "processing") return;
|
|
671
671
|
A(e, "transcribing:finished", z.text), o("idle");
|
|
672
672
|
} catch (c) {
|
|
673
|
-
console.error("Failed to transcribe audio:", c), A(e, "transcribing:failed", "Failed to transcribe audio"),
|
|
673
|
+
console.error("Failed to transcribe audio:", c), A(e, "transcribing:failed", "Failed to transcribe audio"), Z();
|
|
674
674
|
}
|
|
675
|
-
}, r.start(), A(e, "recording:started", "Started recording"),
|
|
676
|
-
} catch (
|
|
677
|
-
console.error("Failed to start recording:",
|
|
675
|
+
}, r.start(), A(e, "recording:started", "Started recording"), f = !0, J(), o("recording");
|
|
676
|
+
} catch (d) {
|
|
677
|
+
console.error("Failed to start recording:", d), A(e, "recording:failed", "Failed to start recording"), Z();
|
|
678
678
|
}
|
|
679
679
|
else
|
|
680
680
|
A(e, "recording:stopped", "Stopped recording"), o("idle"), U();
|
|
681
|
-
},
|
|
681
|
+
}, Z = () => {
|
|
682
682
|
o("error"), setTimeout(() => o("idle"), 2e3);
|
|
683
683
|
};
|
|
684
684
|
return (() => {
|
|
685
|
-
var
|
|
686
|
-
return
|
|
687
|
-
var h =
|
|
688
|
-
return () => h() &&
|
|
689
|
-
})(), null),
|
|
690
|
-
var h =
|
|
691
|
-
return () => h() &&
|
|
692
|
-
})(), null),
|
|
693
|
-
var h =
|
|
694
|
-
return () => h() &&
|
|
695
|
-
})(), null),
|
|
696
|
-
var h =
|
|
697
|
-
return () => h() &&
|
|
698
|
-
})(), null),
|
|
699
|
-
var z = `width:${t.size}px;height:${t.size}px"`,
|
|
700
|
-
return h.e =
|
|
685
|
+
var d = Ht(), w = d.firstChild, y = w.nextSibling, c = y.nextSibling;
|
|
686
|
+
return v(w, qt), v(y, () => lt(n())), c.$$click = wt, v(c, (() => {
|
|
687
|
+
var h = N(() => n() === "idle");
|
|
688
|
+
return () => h() && M(ne, {});
|
|
689
|
+
})(), null), v(c, (() => {
|
|
690
|
+
var h = N(() => n() === "recording");
|
|
691
|
+
return () => h() && M(re, {});
|
|
692
|
+
})(), null), v(c, (() => {
|
|
693
|
+
var h = N(() => n() === "processing");
|
|
694
|
+
return () => h() && M(oe, {});
|
|
695
|
+
})(), null), v(c, (() => {
|
|
696
|
+
var h = N(() => n() === "error");
|
|
697
|
+
return () => h() && M(ie, {});
|
|
698
|
+
})(), null), R((h) => {
|
|
699
|
+
var z = `width:${t.size}px;height:${t.size}px"`, Q = ee(n()), Y = lt(n()), tt = n() === "recording", et = n() === "processing";
|
|
700
|
+
return h.e = Ot(c, z, h.e), Q !== h.t && k(c, "title", h.t = Q), Y !== h.a && k(c, "aria-label", h.a = Y), tt !== h.o && k(c, "aria-pressed", h.o = tt), et !== h.i && k(c, "aria-busy", h.i = et), h;
|
|
701
701
|
}, {
|
|
702
702
|
e: void 0,
|
|
703
703
|
t: void 0,
|
|
704
704
|
a: void 0,
|
|
705
705
|
o: void 0,
|
|
706
706
|
i: void 0
|
|
707
|
-
}),
|
|
707
|
+
}), d;
|
|
708
708
|
})();
|
|
709
709
|
});
|
|
710
|
-
const
|
|
710
|
+
const ee = (t) => {
|
|
711
711
|
switch (t) {
|
|
712
712
|
case "idle":
|
|
713
|
-
return `Start dictation (${
|
|
713
|
+
return `Start dictation (${m})`;
|
|
714
714
|
case "recording":
|
|
715
|
-
return `Stop dictation (${
|
|
715
|
+
return `Stop dictation (${m})`;
|
|
716
716
|
case "processing":
|
|
717
|
-
return `Stop processing (${
|
|
717
|
+
return `Stop processing (${m})`;
|
|
718
718
|
case "error":
|
|
719
|
-
return `Click to reset (${
|
|
719
|
+
return `Click to reset (${m})`;
|
|
720
720
|
}
|
|
721
|
-
},
|
|
721
|
+
}, lt = (t) => {
|
|
722
722
|
switch (t) {
|
|
723
723
|
case "idle":
|
|
724
|
-
return `Start dictation (${
|
|
724
|
+
return `Start dictation (${m})`;
|
|
725
725
|
case "recording":
|
|
726
|
-
return `Dictation in progress. Click to stop it (${
|
|
726
|
+
return `Dictation in progress. Click to stop it (${m})`;
|
|
727
727
|
case "processing":
|
|
728
|
-
return `Processing dictation. Click to cancel it (${
|
|
728
|
+
return `Processing dictation. Click to cancel it (${m})`;
|
|
729
729
|
case "error":
|
|
730
|
-
return `Dictation error. Click to reset (${
|
|
730
|
+
return `Dictation error. Click to reset (${m})`;
|
|
731
731
|
}
|
|
732
732
|
}, A = (t, e, n) => {
|
|
733
733
|
t.dispatchEvent(new CustomEvent(e, {
|
|
@@ -735,5 +735,5 @@ const te = (t) => {
|
|
|
735
735
|
bubbles: !0,
|
|
736
736
|
composed: !0
|
|
737
737
|
}));
|
|
738
|
-
},
|
|
738
|
+
}, ne = () => Gt(), re = () => Wt(), oe = () => Xt(), ie = () => Jt();
|
|
739
739
|
$t(["click"]);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dictate-button",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.1",
|
|
4
4
|
"description": "Dictate Button (Web Component)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"custom-element",
|
|
@@ -64,11 +64,11 @@
|
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"prettier": "^3.6.2",
|
|
67
|
-
"typescript": "^5.9.
|
|
68
|
-
"vite": "^7.1.
|
|
67
|
+
"typescript": "^5.9.3",
|
|
68
|
+
"vite": "^7.1.9",
|
|
69
69
|
"vite-plugin-dts": "^4.5.4",
|
|
70
|
-
"vite-plugin-solid": "^2.11.
|
|
71
|
-
"vite-plugin-static-copy": "^3.1.
|
|
70
|
+
"vite-plugin-solid": "^2.11.9",
|
|
71
|
+
"vite-plugin-static-copy": "^3.1.3"
|
|
72
72
|
},
|
|
73
73
|
"homepage": "https://github.com/dictate-button/dictate-button",
|
|
74
74
|
"repository": {
|