@lokalise/harmony 1.22.2 → 1.24.0
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/harmony.cjs +1 -1
- package/dist/harmony.mjs +959 -908
- package/dist/types/src/features/publicApi/hooks/useGetScoreQuery.d.ts +21 -0
- package/dist/types/src/features/publicApi/node.d.ts +2 -0
- package/dist/types/src/features/publicApi/score.d.ts +102 -0
- package/dist/types/src/features/publicApi/types/scoreTypes.d.ts +65 -0
- package/package.json +1 -1
package/dist/harmony.mjs
CHANGED
@@ -1,22 +1,22 @@
|
|
1
1
|
var Zt = Object.defineProperty;
|
2
|
-
var en = (e, t,
|
3
|
-
var re = (e, t,
|
4
|
-
import { jsx as
|
5
|
-
import * as
|
6
|
-
import { useRef as Ct, useState as I, useCallback as
|
7
|
-
import { Tooltip as
|
2
|
+
var en = (e, t, r) => t in e ? Zt(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r;
|
3
|
+
var re = (e, t, r) => en(e, typeof t != "symbol" ? t + "" : t, r);
|
4
|
+
import { jsx as o, jsxs as p, Fragment as He } from "react/jsx-runtime";
|
5
|
+
import * as z from "react";
|
6
|
+
import { useRef as Ct, useState as I, useCallback as Qe, useEffect as Q, useContext as Pt, createContext as wt, cloneElement as tn, Fragment as At, forwardRef as nn } from "react";
|
7
|
+
import { Tooltip as D, Link as U, Menu as le, MenuList as ue, CaretUpIcon as rn, UserIcon as Rt, MenuItem as W, MenuDivider as kt, ConfirmModal as an, Alert as sn, Tag as Oe, Button as xe, Loading as on, Popover as cn, JobIcon as ln } from "@lokalise/louis";
|
8
8
|
import { format as It, parseISO as un, isThisSecond as dn } from "date-fns";
|
9
9
|
import { toZonedTime as mn } from "date-fns-tz";
|
10
|
-
import { z as
|
11
|
-
import { buildPayloadRoute as
|
12
|
-
import { sendByPayloadRoute as
|
13
|
-
import { useQuery as
|
10
|
+
import { z as n } from "zod";
|
11
|
+
import { buildPayloadRoute as Y, buildGetRoute as X } from "@lokalise/api-contracts";
|
12
|
+
import { sendByPayloadRoute as $, sendByGetRoute as G } from "@lokalise/frontend-http-client";
|
13
|
+
import { useQuery as H, useMutation as qe } from "@tanstack/react-query";
|
14
14
|
const Le = {
|
15
15
|
Completed: "completed",
|
16
16
|
InProgress: "in_progress",
|
17
17
|
Created: "created",
|
18
18
|
Queued: "queued"
|
19
|
-
},
|
19
|
+
}, A = {
|
20
20
|
...Le,
|
21
21
|
NotStarted: "not_started"
|
22
22
|
}, ae = {
|
@@ -25,33 +25,33 @@ const Le = {
|
|
25
25
|
lqa_by_ai: "lqa_by_ai",
|
26
26
|
automatic_translation: "automatic_translation"
|
27
27
|
};
|
28
|
-
var
|
28
|
+
var se = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
29
29
|
function jt(e) {
|
30
30
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
31
31
|
}
|
32
|
-
var
|
33
|
-
function
|
34
|
-
if (
|
35
|
-
|
32
|
+
var he, We;
|
33
|
+
function Be() {
|
34
|
+
if (We) return he;
|
35
|
+
We = 1;
|
36
36
|
function e(t) {
|
37
|
-
var
|
38
|
-
return t != null && (
|
37
|
+
var r = typeof t;
|
38
|
+
return t != null && (r == "object" || r == "function");
|
39
39
|
}
|
40
|
-
return
|
40
|
+
return he = e, he;
|
41
41
|
}
|
42
|
-
var
|
42
|
+
var pe, Ye;
|
43
43
|
function _n() {
|
44
|
-
if (Ye) return
|
44
|
+
if (Ye) return pe;
|
45
45
|
Ye = 1;
|
46
|
-
var e = typeof
|
47
|
-
return
|
46
|
+
var e = typeof se == "object" && se && se.Object === Object && se;
|
47
|
+
return pe = e, pe;
|
48
48
|
}
|
49
|
-
var
|
49
|
+
var fe, Xe;
|
50
50
|
function Nt() {
|
51
|
-
if (Xe) return
|
51
|
+
if (Xe) return fe;
|
52
52
|
Xe = 1;
|
53
|
-
var e = _n(), t = typeof self == "object" && self && self.Object === Object && self,
|
54
|
-
return
|
53
|
+
var e = _n(), t = typeof self == "object" && self && self.Object === Object && self, r = e || t || Function("return this")();
|
54
|
+
return fe = r, fe;
|
55
55
|
}
|
56
56
|
var be, Ve;
|
57
57
|
function gn() {
|
@@ -63,99 +63,99 @@ function gn() {
|
|
63
63
|
return be = t, be;
|
64
64
|
}
|
65
65
|
var Te, Ze;
|
66
|
-
function
|
66
|
+
function hn() {
|
67
67
|
if (Ze) return Te;
|
68
68
|
Ze = 1;
|
69
69
|
var e = /\s/;
|
70
|
-
function t(
|
71
|
-
for (var a =
|
70
|
+
function t(r) {
|
71
|
+
for (var a = r.length; a-- && e.test(r.charAt(a)); )
|
72
72
|
;
|
73
73
|
return a;
|
74
74
|
}
|
75
75
|
return Te = t, Te;
|
76
76
|
}
|
77
77
|
var ve, et;
|
78
|
-
function
|
78
|
+
function pn() {
|
79
79
|
if (et) return ve;
|
80
80
|
et = 1;
|
81
|
-
var e =
|
82
|
-
function
|
81
|
+
var e = hn(), t = /^\s+/;
|
82
|
+
function r(a) {
|
83
83
|
return a && a.slice(0, e(a) + 1).replace(t, "");
|
84
84
|
}
|
85
|
-
return ve =
|
85
|
+
return ve = r, ve;
|
86
86
|
}
|
87
|
-
var
|
87
|
+
var Se, tt;
|
88
88
|
function Ot() {
|
89
|
-
if (tt) return
|
89
|
+
if (tt) return Se;
|
90
90
|
tt = 1;
|
91
91
|
var e = Nt(), t = e.Symbol;
|
92
|
-
return
|
92
|
+
return Se = t, Se;
|
93
93
|
}
|
94
|
-
var
|
95
|
-
function
|
96
|
-
if (nt) return
|
94
|
+
var ye, nt;
|
95
|
+
function fn() {
|
96
|
+
if (nt) return ye;
|
97
97
|
nt = 1;
|
98
|
-
var e = Ot(), t = Object.prototype,
|
98
|
+
var e = Ot(), t = Object.prototype, r = t.hasOwnProperty, a = t.toString, s = e ? e.toStringTag : void 0;
|
99
99
|
function i(c) {
|
100
|
-
var u =
|
100
|
+
var u = r.call(c, s), d = c[s];
|
101
101
|
try {
|
102
|
-
c[
|
102
|
+
c[s] = void 0;
|
103
103
|
var l = !0;
|
104
104
|
} catch {
|
105
105
|
}
|
106
106
|
var m = a.call(c);
|
107
|
-
return l && (u ? c[
|
107
|
+
return l && (u ? c[s] = d : delete c[s]), m;
|
108
108
|
}
|
109
|
-
return
|
109
|
+
return ye = i, ye;
|
110
110
|
}
|
111
|
-
var
|
111
|
+
var Ee, rt;
|
112
112
|
function bn() {
|
113
|
-
if (rt) return
|
113
|
+
if (rt) return Ee;
|
114
114
|
rt = 1;
|
115
115
|
var e = Object.prototype, t = e.toString;
|
116
|
-
function
|
116
|
+
function r(a) {
|
117
117
|
return t.call(a);
|
118
118
|
}
|
119
|
-
return
|
119
|
+
return Ee = r, Ee;
|
120
120
|
}
|
121
121
|
var Ce, at;
|
122
122
|
function Tn() {
|
123
123
|
if (at) return Ce;
|
124
124
|
at = 1;
|
125
|
-
var e = Ot(), t =
|
125
|
+
var e = Ot(), t = fn(), r = bn(), a = "[object Null]", s = "[object Undefined]", i = e ? e.toStringTag : void 0;
|
126
126
|
function c(u) {
|
127
|
-
return u == null ? u === void 0 ?
|
127
|
+
return u == null ? u === void 0 ? s : a : i && i in Object(u) ? t(u) : r(u);
|
128
128
|
}
|
129
129
|
return Ce = c, Ce;
|
130
130
|
}
|
131
|
-
var
|
131
|
+
var Pe, st;
|
132
132
|
function vn() {
|
133
|
-
if (
|
134
|
-
|
133
|
+
if (st) return Pe;
|
134
|
+
st = 1;
|
135
135
|
function e(t) {
|
136
136
|
return t != null && typeof t == "object";
|
137
137
|
}
|
138
|
-
return
|
138
|
+
return Pe = e, Pe;
|
139
139
|
}
|
140
|
-
var
|
141
|
-
function
|
142
|
-
if (
|
143
|
-
|
144
|
-
var e = Tn(), t = vn(),
|
145
|
-
function a(
|
146
|
-
return typeof
|
140
|
+
var we, ot;
|
141
|
+
function Sn() {
|
142
|
+
if (ot) return we;
|
143
|
+
ot = 1;
|
144
|
+
var e = Tn(), t = vn(), r = "[object Symbol]";
|
145
|
+
function a(s) {
|
146
|
+
return typeof s == "symbol" || t(s) && e(s) == r;
|
147
147
|
}
|
148
|
-
return
|
148
|
+
return we = a, we;
|
149
149
|
}
|
150
|
-
var
|
151
|
-
function
|
152
|
-
if (it) return
|
150
|
+
var Ae, it;
|
151
|
+
function yn() {
|
152
|
+
if (it) return Ae;
|
153
153
|
it = 1;
|
154
|
-
var e =
|
154
|
+
var e = pn(), t = Be(), r = Sn(), a = NaN, s = /^[-+]0x[0-9a-f]+$/i, i = /^0b[01]+$/i, c = /^0o[0-7]+$/i, u = parseInt;
|
155
155
|
function d(l) {
|
156
156
|
if (typeof l == "number")
|
157
157
|
return l;
|
158
|
-
if (
|
158
|
+
if (r(l))
|
159
159
|
return a;
|
160
160
|
if (t(l)) {
|
161
161
|
var m = typeof l.valueOf == "function" ? l.valueOf() : l;
|
@@ -165,76 +165,76 @@ function En() {
|
|
165
165
|
return l === 0 ? l : +l;
|
166
166
|
l = e(l);
|
167
167
|
var g = i.test(l);
|
168
|
-
return g || c.test(l) ? u(l.slice(2), g ? 2 : 8) :
|
168
|
+
return g || c.test(l) ? u(l.slice(2), g ? 2 : 8) : s.test(l) ? a : +l;
|
169
169
|
}
|
170
|
-
return
|
170
|
+
return Ae = d, Ae;
|
171
171
|
}
|
172
172
|
var Re, ct;
|
173
173
|
function xt() {
|
174
174
|
if (ct) return Re;
|
175
175
|
ct = 1;
|
176
|
-
var e =
|
176
|
+
var e = Be(), t = gn(), r = yn(), a = "Expected a function", s = Math.max, i = Math.min;
|
177
177
|
function c(u, d, l) {
|
178
|
-
var m, g, v,
|
178
|
+
var m, g, v, S, _, E, b = 0, h = !1, f = !1, T = !0;
|
179
179
|
if (typeof u != "function")
|
180
180
|
throw new TypeError(a);
|
181
|
-
d =
|
182
|
-
function
|
183
|
-
var N = m,
|
184
|
-
return m = g = void 0, b =
|
181
|
+
d = r(d) || 0, e(l) && (h = !!l.leading, f = "maxWait" in l, v = f ? s(r(l.maxWait) || 0, d) : v, T = "trailing" in l ? !!l.trailing : T);
|
182
|
+
function P(y) {
|
183
|
+
var N = m, F = g;
|
184
|
+
return m = g = void 0, b = y, S = u.apply(F, N), S;
|
185
185
|
}
|
186
|
-
function C(
|
187
|
-
return b =
|
186
|
+
function C(y) {
|
187
|
+
return b = y, _ = setTimeout(ne, d), h ? P(y) : S;
|
188
188
|
}
|
189
|
-
function te(
|
190
|
-
var N =
|
191
|
-
return
|
189
|
+
function te(y) {
|
190
|
+
var N = y - E, F = y - b, Je = d - N;
|
191
|
+
return f ? i(Je, v - F) : Je;
|
192
192
|
}
|
193
|
-
function Ke(
|
194
|
-
var N =
|
195
|
-
return
|
193
|
+
function Ke(y) {
|
194
|
+
var N = y - E, F = y - b;
|
195
|
+
return E === void 0 || N >= d || N < 0 || f && F >= v;
|
196
196
|
}
|
197
197
|
function ne() {
|
198
|
-
var
|
199
|
-
if (Ke(
|
200
|
-
return ze(
|
201
|
-
_ = setTimeout(ne, te(
|
198
|
+
var y = t();
|
199
|
+
if (Ke(y))
|
200
|
+
return ze(y);
|
201
|
+
_ = setTimeout(ne, te(y));
|
202
202
|
}
|
203
|
-
function ze(
|
204
|
-
return _ = void 0, T && m ?
|
203
|
+
function ze(y) {
|
204
|
+
return _ = void 0, T && m ? P(y) : (m = g = void 0, S);
|
205
205
|
}
|
206
206
|
function Xt() {
|
207
|
-
_ !== void 0 && clearTimeout(_), b = 0, m =
|
207
|
+
_ !== void 0 && clearTimeout(_), b = 0, m = E = g = _ = void 0;
|
208
208
|
}
|
209
209
|
function Vt() {
|
210
|
-
return _ === void 0 ?
|
210
|
+
return _ === void 0 ? S : ze(t());
|
211
211
|
}
|
212
212
|
function ge() {
|
213
|
-
var
|
214
|
-
if (m = arguments, g = this,
|
213
|
+
var y = t(), N = Ke(y);
|
214
|
+
if (m = arguments, g = this, E = y, N) {
|
215
215
|
if (_ === void 0)
|
216
|
-
return C(
|
217
|
-
if (
|
218
|
-
return clearTimeout(_), _ = setTimeout(ne, d),
|
216
|
+
return C(E);
|
217
|
+
if (f)
|
218
|
+
return clearTimeout(_), _ = setTimeout(ne, d), P(E);
|
219
219
|
}
|
220
|
-
return _ === void 0 && (_ = setTimeout(ne, d)),
|
220
|
+
return _ === void 0 && (_ = setTimeout(ne, d)), S;
|
221
221
|
}
|
222
222
|
return ge.cancel = Xt, ge.flush = Vt, ge;
|
223
223
|
}
|
224
224
|
return Re = c, Re;
|
225
225
|
}
|
226
|
-
var
|
227
|
-
const Cn = /* @__PURE__ */ jt(
|
226
|
+
var En = xt();
|
227
|
+
const Cn = /* @__PURE__ */ jt(En);
|
228
228
|
var ke, lt;
|
229
|
-
function
|
229
|
+
function Pn() {
|
230
230
|
if (lt) return ke;
|
231
231
|
lt = 1;
|
232
|
-
var e = xt(), t =
|
233
|
-
function a(
|
232
|
+
var e = xt(), t = Be(), r = "Expected a function";
|
233
|
+
function a(s, i, c) {
|
234
234
|
var u = !0, d = !0;
|
235
|
-
if (typeof
|
236
|
-
throw new TypeError(
|
237
|
-
return t(c) && (u = "leading" in c ? !!c.leading : u, d = "trailing" in c ? !!c.trailing : d), e(
|
235
|
+
if (typeof s != "function")
|
236
|
+
throw new TypeError(r);
|
237
|
+
return t(c) && (u = "leading" in c ? !!c.leading : u, d = "trailing" in c ? !!c.trailing : d), e(s, i, {
|
238
238
|
leading: u,
|
239
239
|
maxWait: i,
|
240
240
|
trailing: d
|
@@ -242,43 +242,43 @@ function wn() {
|
|
242
242
|
}
|
243
243
|
return ke = a, ke;
|
244
244
|
}
|
245
|
-
var
|
246
|
-
const
|
245
|
+
var wn = Pn();
|
246
|
+
const An = /* @__PURE__ */ jt(wn), Rn = (e, t, r, a) => {
|
247
247
|
switch (t) {
|
248
248
|
case "debounce":
|
249
|
-
return Cn(e,
|
249
|
+
return Cn(e, r, a);
|
250
250
|
case "throttle":
|
251
|
-
return
|
251
|
+
return An(e, r, a);
|
252
252
|
default:
|
253
253
|
return e;
|
254
254
|
}
|
255
255
|
}, kn = (
|
256
256
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
257
257
|
(e) => {
|
258
|
-
const t =
|
259
|
-
return
|
258
|
+
const t = z.useRef(e);
|
259
|
+
return z.useEffect(() => {
|
260
260
|
t.current = e;
|
261
|
-
}),
|
261
|
+
}), z.useMemo(() => (...r) => {
|
262
262
|
var a;
|
263
|
-
return (a = t.current) === null || a === void 0 ? void 0 : a.call(t, ...
|
263
|
+
return (a = t.current) === null || a === void 0 ? void 0 : a.call(t, ...r);
|
264
264
|
}, []);
|
265
265
|
}
|
266
266
|
), In = (
|
267
267
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
268
268
|
(e) => {
|
269
|
-
const [t,
|
269
|
+
const [t, r] = z.useState((e == null ? void 0 : e.current) || null);
|
270
270
|
return e && setTimeout(() => {
|
271
|
-
e.current !== t &&
|
272
|
-
}, 0), { refProxy:
|
273
|
-
|
271
|
+
e.current !== t && r(e.current);
|
272
|
+
}, 0), { refProxy: z.useMemo(() => new Proxy((s) => {
|
273
|
+
s !== t && r(s);
|
274
274
|
}, {
|
275
|
-
get(
|
276
|
-
return i === "current" ? t :
|
275
|
+
get(s, i) {
|
276
|
+
return i === "current" ? t : s[i];
|
277
277
|
},
|
278
|
-
set(
|
279
|
-
return i === "current" ?
|
278
|
+
set(s, i, c) {
|
279
|
+
return i === "current" ? r(c) : s[i] = c, !0;
|
280
280
|
}
|
281
|
-
}), [t]), refElement: t, setRefElement:
|
281
|
+
}), [t]), refElement: t, setRefElement: r };
|
282
282
|
}
|
283
283
|
), jn = (e, t) => t === "border-box" ? {
|
284
284
|
width: e.borderBoxSize[0].inlineSize,
|
@@ -290,55 +290,55 @@ const Pn = /* @__PURE__ */ jt(An), Rn = (e, t, n, a) => {
|
|
290
290
|
width: e.contentRect.width,
|
291
291
|
height: e.contentRect.height
|
292
292
|
};
|
293
|
-
function Nn({ skipOnMount: e = !1, refreshMode: t, refreshRate:
|
293
|
+
function Nn({ skipOnMount: e = !1, refreshMode: t, refreshRate: r = 1e3, refreshOptions: a, handleWidth: s = !0, handleHeight: i = !0, targetRef: c, observerOptions: u, onResize: d } = {}) {
|
294
294
|
const l = Ct(e), m = kn(d), [g, v] = I({
|
295
295
|
width: void 0,
|
296
296
|
height: void 0
|
297
|
-
}), { refProxy:
|
298
|
-
if (!
|
297
|
+
}), { refProxy: S, refElement: _ } = In(c), { box: E } = u || {}, b = Qe((f) => {
|
298
|
+
if (!s && !i)
|
299
299
|
return;
|
300
300
|
if (l.current) {
|
301
301
|
l.current = !1;
|
302
302
|
return;
|
303
303
|
}
|
304
|
-
const T = (
|
305
|
-
|
306
|
-
const C = jn(
|
304
|
+
const T = (P, C) => s && P.width !== C.width || i && P.height !== C.height;
|
305
|
+
f.forEach((P) => {
|
306
|
+
const C = jn(P, E);
|
307
307
|
v((te) => T(te, C) ? (m == null || m({
|
308
308
|
width: C.width,
|
309
309
|
height: C.height,
|
310
|
-
entry:
|
310
|
+
entry: P
|
311
311
|
}), C) : te);
|
312
312
|
});
|
313
|
-
}, [
|
313
|
+
}, [s, i, l, E]), h = Qe(Rn(b, t, r, a), [
|
314
314
|
b,
|
315
315
|
t,
|
316
|
-
|
316
|
+
r,
|
317
317
|
a
|
318
318
|
]);
|
319
|
-
return
|
320
|
-
let
|
321
|
-
return _ ? (
|
319
|
+
return Q(() => {
|
320
|
+
let f;
|
321
|
+
return _ ? (f = new window.ResizeObserver(h), f.observe(_, u)) : (g.width || g.height) && (m == null || m({
|
322
322
|
width: null,
|
323
323
|
height: null,
|
324
324
|
entry: null
|
325
325
|
}), v({ width: void 0, height: void 0 })), () => {
|
326
|
-
var T,
|
327
|
-
(T =
|
326
|
+
var T, P, C;
|
327
|
+
(T = f == null ? void 0 : f.disconnect) === null || T === void 0 || T.call(f), (C = (P = h).cancel) === null || C === void 0 || C.call(P);
|
328
328
|
};
|
329
|
-
}, [
|
329
|
+
}, [h, _]), Object.assign({ ref: S }, g);
|
330
330
|
}
|
331
331
|
function Lt(e) {
|
332
|
-
var t,
|
332
|
+
var t, r, a = "";
|
333
333
|
if (typeof e == "string" || typeof e == "number") a += e;
|
334
334
|
else if (typeof e == "object") if (Array.isArray(e)) {
|
335
|
-
var
|
336
|
-
for (t = 0; t <
|
337
|
-
} else for (
|
335
|
+
var s = e.length;
|
336
|
+
for (t = 0; t < s; t++) e[t] && (r = Lt(e[t])) && (a && (a += " "), a += r);
|
337
|
+
} else for (r in e) e[r] && (a && (a += " "), a += r);
|
338
338
|
return a;
|
339
339
|
}
|
340
340
|
function j() {
|
341
|
-
for (var e, t,
|
341
|
+
for (var e, t, r = 0, a = "", s = arguments.length; r < s; r++) (e = arguments[r]) && (t = Lt(e)) && (a && (a += " "), a += t);
|
342
342
|
return a;
|
343
343
|
}
|
344
344
|
const On = "_headerContainer_1cubo_1", xn = "_navigationTabList_1cubo_8", Ln = "_navigationTab_1cubo_8", Mn = "_headerContent_1cubo_34", Un = "_staticEnabled_1cubo_50", B = {
|
@@ -347,77 +347,78 @@ const On = "_headerContainer_1cubo_1", xn = "_navigationTabList_1cubo_8", Ln = "
|
|
347
347
|
navigationTab: Ln,
|
348
348
|
headerContent: Mn,
|
349
349
|
staticEnabled: Un
|
350
|
-
}, Hn = 77,
|
351
|
-
const { ref:
|
350
|
+
}, Hn = 77, oe = ({ sticky: e, children: t }) => {
|
351
|
+
const { ref: r, height: a } = Nn({
|
352
352
|
refreshMode: "debounce",
|
353
353
|
refreshRate: 0
|
354
|
-
}), [
|
355
|
-
|
354
|
+
}), [s, i] = I(!1), c = () => s ? !e : !0;
|
355
|
+
Q(() => {
|
356
356
|
const d = () => {
|
357
357
|
i(window.scrollY > 0);
|
358
358
|
};
|
359
359
|
return window.addEventListener("scroll", d), () => window.removeEventListener("scroll", d);
|
360
360
|
}, []);
|
361
361
|
const u = `${a || Hn}px`;
|
362
|
-
return /* @__PURE__ */
|
362
|
+
return /* @__PURE__ */ o("div", { style: { minHeight: u }, children: /* @__PURE__ */ o("div", { children: /* @__PURE__ */ p(
|
363
363
|
"div",
|
364
364
|
{
|
365
|
-
ref:
|
365
|
+
ref: r,
|
366
366
|
className: j(B.headerContent, {
|
367
367
|
[B.staticEnabled]: c()
|
368
368
|
}),
|
369
369
|
children: [
|
370
|
-
/* @__PURE__ */
|
371
|
-
/* @__PURE__ */
|
370
|
+
/* @__PURE__ */ o(oe.Header, {}),
|
371
|
+
/* @__PURE__ */ o(oe.Tabs, {}),
|
372
372
|
t
|
373
373
|
]
|
374
374
|
}
|
375
375
|
) }) });
|
376
376
|
};
|
377
|
-
|
378
|
-
|
379
|
-
const
|
380
|
-
sidebarContainer:
|
377
|
+
oe.Header = ({ children: e }) => /* @__PURE__ */ o("div", { className: B.headerContainer, children: e });
|
378
|
+
oe.Tabs = ({ children: e }) => /* @__PURE__ */ o("div", { className: "flex justify-between gap-2 nowrap", children: e });
|
379
|
+
const qn = "_sidebarContainer_bmdti_1", Bn = {
|
380
|
+
sidebarContainer: qn
|
381
381
|
}, Dn = "_logoLink_1baxb_1", $n = {
|
382
382
|
logoLink: Dn
|
383
383
|
}, Gn = ({
|
384
384
|
src: e,
|
385
385
|
href: t = "/",
|
386
|
-
ariaLabel:
|
386
|
+
ariaLabel: r = "Lokalise App Home",
|
387
387
|
alt: a = "Lokalise Logo"
|
388
|
-
}) => /* @__PURE__ */
|
388
|
+
}) => /* @__PURE__ */ o("a", { className: $n.logoLink, href: t, "aria-label": r, children: /* @__PURE__ */ o("img", { src: e, alt: a }) }), Fn = "_link_18vhx_1", Kn = "_active_18vhx_18", ut = {
|
389
389
|
link: Fn,
|
390
390
|
active: Kn
|
391
|
-
}, zn = ({ label: e, to: t, icon:
|
392
|
-
|
391
|
+
}, zn = ({ label: e, to: t, icon: r }) => /* @__PURE__ */ o(D, { placement: "right", tooltip: e, children: /* @__PURE__ */ o(
|
392
|
+
U,
|
393
393
|
{
|
394
|
+
"aria-label": e,
|
394
395
|
className: j(ut.link, {
|
395
396
|
[ut.active]: window.location.pathname.startsWith(t)
|
396
397
|
}),
|
397
398
|
href: t,
|
398
|
-
children: /* @__PURE__ */
|
399
|
+
children: /* @__PURE__ */ o(r, { size: "25px" })
|
399
400
|
}
|
400
|
-
) }), Jn = "_dropdownButton_13l5r_1",
|
401
|
+
) }), Jn = "_dropdownButton_13l5r_1", Qn = "_dropdownButtonActive_13l5r_18", dt = {
|
401
402
|
dropdownButton: Jn,
|
402
|
-
dropdownButtonActive:
|
403
|
-
},
|
403
|
+
dropdownButtonActive: Qn
|
404
|
+
}, Wn = ({ children: e, icon: t }) => /* @__PURE__ */ o(
|
404
405
|
le,
|
405
406
|
{
|
406
|
-
menuButton: ({ opened:
|
407
|
+
menuButton: ({ opened: r }) => /* @__PURE__ */ o(D, { placement: "right", tooltip: "Help", children: /* @__PURE__ */ o(
|
407
408
|
"button",
|
408
409
|
{
|
409
410
|
type: "button",
|
410
411
|
className: j(dt.dropdownButton, {
|
411
|
-
[dt.dropdownButtonActive]:
|
412
|
+
[dt.dropdownButtonActive]: r
|
412
413
|
}),
|
413
|
-
children: /* @__PURE__ */
|
414
|
+
children: /* @__PURE__ */ o(t, { size: "25px" })
|
414
415
|
}
|
415
416
|
) }),
|
416
|
-
children: /* @__PURE__ */
|
417
|
+
children: /* @__PURE__ */ o(ue, { placement: "right-start", children: e })
|
417
418
|
}
|
418
419
|
), Yn = "_iconContainer_nz34m_1", Xn = {
|
419
420
|
iconContainer: Yn
|
420
|
-
}, Mt = ({ className: e = "" }) => /* @__PURE__ */
|
421
|
+
}, Mt = ({ className: e = "" }) => /* @__PURE__ */ o(
|
421
422
|
"div",
|
422
423
|
{
|
423
424
|
"aria-label": "Upgrade Icon",
|
@@ -428,21 +429,21 @@ const Bn = "_sidebarContainer_bmdti_1", qn = {
|
|
428
429
|
"justify-center",
|
429
430
|
e
|
430
431
|
),
|
431
|
-
children: /* @__PURE__ */
|
432
|
+
children: /* @__PURE__ */ o(rn, {})
|
432
433
|
}
|
433
|
-
), Vn = "_menuContainer_1phdw_10", Zn = "_profileButton_1phdw_20", er = "_profileImage_1phdw_33", tr = "_profileImageHighlight_1phdw_41", nr = "_profileImageUpgradeIcon_1phdw_45", rr = "_userIconWrapper_1phdw_51",
|
434
|
+
), Vn = "_menuContainer_1phdw_10", Zn = "_profileButton_1phdw_20", er = "_profileImage_1phdw_33", tr = "_profileImageHighlight_1phdw_41", nr = "_profileImageUpgradeIcon_1phdw_45", rr = "_userIconWrapper_1phdw_51", L = {
|
434
435
|
menuContainer: Vn,
|
435
436
|
profileButton: Zn,
|
436
437
|
profileImage: er,
|
437
438
|
profileImageHighlight: tr,
|
438
439
|
profileImageUpgradeIcon: nr,
|
439
440
|
userIconWrapper: rr
|
440
|
-
}, Ut =
|
441
|
+
}, Ut = wt({}), V = () => Pt(Ut), ar = ({ children: e }) => {
|
441
442
|
const {
|
442
443
|
currentTeam: t,
|
443
|
-
otherTeams:
|
444
|
+
otherTeams: r,
|
444
445
|
showUpgradeCta: a,
|
445
|
-
showBillingButton:
|
446
|
+
showBillingButton: s,
|
446
447
|
allowTeamCreation: i,
|
447
448
|
isProviderAlpha: c,
|
448
449
|
canAccessTeamSettings: u,
|
@@ -450,63 +451,63 @@ const Bn = "_sidebarContainer_bmdti_1", qn = {
|
|
450
451
|
isTeamSuspended: l,
|
451
452
|
isFullyAuthenticated: m
|
452
453
|
} = V();
|
453
|
-
return /* @__PURE__ */
|
454
|
+
return /* @__PURE__ */ o(
|
454
455
|
le,
|
455
456
|
{
|
456
|
-
menuButton: () => /* @__PURE__ */
|
457
|
-
t != null && t.logoUrl ? /* @__PURE__ */
|
457
|
+
menuButton: () => /* @__PURE__ */ p("button", { className: L.profileButton, "aria-label": "Profile menu", type: "button", children: [
|
458
|
+
t != null && t.logoUrl ? /* @__PURE__ */ o(
|
458
459
|
"img",
|
459
460
|
{
|
460
461
|
src: t.logoUrl,
|
461
|
-
className: j(
|
462
|
-
[
|
462
|
+
className: j(L.profileImage, {
|
463
|
+
[L.profileImageHighlight]: a
|
463
464
|
}),
|
464
465
|
alt: "Team Logo"
|
465
466
|
}
|
466
|
-
) : /* @__PURE__ */
|
467
|
+
) : /* @__PURE__ */ o(
|
467
468
|
"div",
|
468
469
|
{
|
469
|
-
className: j(
|
470
|
-
[
|
470
|
+
className: j(L.userIconWrapper, "flex-row", "align-center", "items-center", {
|
471
|
+
[L.profileImageHighlight]: a
|
471
472
|
}),
|
472
|
-
children: /* @__PURE__ */
|
473
|
+
children: /* @__PURE__ */ o(Rt, { size: "25px" })
|
473
474
|
}
|
474
475
|
),
|
475
|
-
a && /* @__PURE__ */
|
476
|
+
a && /* @__PURE__ */ o(Mt, { className: L.profileImageUpgradeIcon })
|
476
477
|
] }),
|
477
|
-
children: /* @__PURE__ */
|
478
|
+
children: /* @__PURE__ */ o(ue, { placement: "right-end", className: L.menuContainer, children: e({
|
478
479
|
allowTeamCreation: i,
|
479
|
-
otherTeams:
|
480
|
+
otherTeams: r,
|
480
481
|
canAccessTeamSettings: u,
|
481
482
|
isEndOfTrialActive: d,
|
482
483
|
isTeamSuspended: l,
|
483
|
-
showBillingButton:
|
484
|
+
showBillingButton: s,
|
484
485
|
isProviderAlpha: c,
|
485
486
|
isFullyAuthenticated: m
|
486
487
|
}) })
|
487
488
|
}
|
488
489
|
);
|
489
|
-
}, Ht = 0,
|
490
|
+
}, Ht = 0, sr = 9999, or = [150, 151, 250, 251], ir = [152, 153, 252, 253], cr = [154, 155, 157, 158, 254, 255, 258, 354, 355, 358], lr = [156, 159, 160, 256, 259, 260], qt = 9998, De = (e) => e === Ht, Bt = (e) => e === sr, Qs = (e) => or.includes(e), Ws = (e) => ir.includes(e), Ys = (e) => cr.includes(e), Xs = (e) => lr.includes(e), Vs = (e) => e > Ht && e < qt, Zs = (e) => e === qt, ur = /\n/, mt = (e, t, r) => e.split(t).flatMap((a, s) => s !== 0 ? [tn(r, { key: Math.random().toString(32).slice(0, 10) }), a] : a), dr = (e, t, r) => typeof e == "string" ? mt(e, t, r) : e.flatMap((a) => typeof a == "string" ? mt(a, t, r) : a), mr = (e) => dr(e, ur, /* @__PURE__ */ o("br", {})), _r = /(\b(https?|):\/\/[-a-zA-Zа-яА-Я0-9+&@#/%?=~_|!:,.;]*[-a-zA-Zа-яА-Я0-9+&@#/%=~_|])/gi, gr = (e) => e.match(_r) ?? [], _t = (e, t, r) => {
|
490
491
|
const a = e.split(t);
|
491
492
|
if (a.length === 1)
|
492
493
|
return e;
|
493
|
-
const
|
494
|
-
return a[0] !== "" &&
|
495
|
-
/* @__PURE__ */
|
496
|
-
),
|
494
|
+
const s = [];
|
495
|
+
return a[0] !== "" && s.push(a[0]), a.shift(), a[a.length - 1] === "" && a.pop(), s.push(
|
496
|
+
/* @__PURE__ */ o("a", { href: t, target: "_blank", rel: "noreferrer noopener", children: t }, t + r)
|
497
|
+
), s.push(a.join(t)), s.filter((i) => i !== "");
|
497
498
|
}, gt = (e) => {
|
498
499
|
const t = gr(e);
|
499
|
-
return t != null && t.length ? t.reduce((
|
500
|
-
},
|
501
|
-
|
502
|
-
},
|
500
|
+
return t != null && t.length ? t.reduce((r, a, s) => typeof r == "string" ? _t(r, a, s) : r.flatMap((i) => typeof i == "string" ? _t(i, a, s) : i), e) : e;
|
501
|
+
}, hr = (e) => typeof e == "string" ? gt(e) : e.flatMap((t) => typeof t == "string" ? gt(t) : t, e), pr = (e, t = "PP") => It(e, t), eo = (e, t, r = "PP") => It(mn(e, t), r), $e = (e) => {
|
502
|
+
Q(e, []);
|
503
|
+
}, ht = {
|
503
504
|
biller: "biller",
|
504
505
|
owner: "owner"
|
505
|
-
},
|
506
|
-
|
507
|
-
|
508
|
-
],
|
509
|
-
const { teams:
|
506
|
+
}, pt = [
|
507
|
+
ht.biller,
|
508
|
+
ht.owner
|
509
|
+
], fr = ({ children: e, config: t }) => {
|
510
|
+
const { teams: r, currentTeamId: a, planId: s, isEndOfTrialActive: i, isFullyAuthenticated: c, userTeamRole: u } = t, d = r.find((h) => h.id === a), l = r.filter((h) => h.id !== a), m = pt.includes(u), g = pt.includes(u), v = De(s) || Bt(s), b = {
|
510
511
|
...t,
|
511
512
|
currentTeam: d,
|
512
513
|
otherTeams: l,
|
@@ -517,103 +518,102 @@ const Bn = "_sidebarContainer_bmdti_1", qn = {
|
|
517
518
|
showBillingButton: c && g && m,
|
518
519
|
allowTeamCreation: c && !i
|
519
520
|
};
|
520
|
-
return /* @__PURE__ */
|
521
|
-
}, br = ({ config: e, children: t }) => /* @__PURE__ */
|
521
|
+
return /* @__PURE__ */ o(Ut.Provider, { value: b, children: e });
|
522
|
+
}, br = ({ config: e, children: t }) => /* @__PURE__ */ o(fr, { config: e, children: /* @__PURE__ */ o(ar, { children: t }) }), Tr = "_container_q5pot_1", vr = "_profileEmail_q5pot_5", ft = {
|
522
523
|
container: Tr,
|
523
524
|
profileEmail: vr
|
524
|
-
},
|
525
|
+
}, Sr = ({
|
525
526
|
href: e,
|
526
527
|
onClick: t,
|
527
|
-
userEmail:
|
528
|
+
userEmail: r,
|
528
529
|
hideBottomDivider: a
|
529
530
|
}) => {
|
530
|
-
const { isEndOfTrialActive:
|
531
|
-
return
|
532
|
-
/* @__PURE__ */
|
531
|
+
const { isEndOfTrialActive: s, isTeamSuspended: i } = V();
|
532
|
+
return s || i ? null : /* @__PURE__ */ p(He, { children: [
|
533
|
+
/* @__PURE__ */ o(
|
533
534
|
W,
|
534
535
|
{
|
535
536
|
href: e,
|
536
537
|
onClick: () => {
|
537
538
|
t == null || t();
|
538
539
|
},
|
539
|
-
children: /* @__PURE__ */
|
540
|
-
/* @__PURE__ */
|
541
|
-
/* @__PURE__ */
|
540
|
+
children: /* @__PURE__ */ p("div", { className: `flex-col ${ft.container}`, children: [
|
541
|
+
/* @__PURE__ */ o("span", { children: "Profile Settings" }),
|
542
|
+
/* @__PURE__ */ o("span", { className: ft.profileEmail, children: r })
|
542
543
|
] })
|
543
544
|
}
|
544
545
|
),
|
545
|
-
!a && /* @__PURE__ */
|
546
|
+
!a && /* @__PURE__ */ o(kt, {})
|
546
547
|
] });
|
547
|
-
},
|
548
|
-
wrapper:
|
549
|
-
profileImage:
|
548
|
+
}, yr = "_wrapper_1in7x_5", Er = "_profileImage_1in7x_11", Cr = "_teamDetails_1in7x_19", Pr = "_planWrapper_1in7x_28", wr = "_teamName_1in7x_36", Ar = "_membership_1in7x_53", Rr = "_defaultProfileImage_1in7x_59", O = {
|
549
|
+
wrapper: yr,
|
550
|
+
profileImage: Er,
|
550
551
|
teamDetails: Cr,
|
551
|
-
planWrapper:
|
552
|
-
teamName:
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
const { currentTeam: a, planId: o } = V(), i = e || a;
|
552
|
+
planWrapper: Pr,
|
553
|
+
teamName: wr,
|
554
|
+
membership: Ar,
|
555
|
+
defaultProfileImage: Rr
|
556
|
+
}, Dt = ({ team: e, onClick: t, hidePlanLabel: r }) => {
|
557
|
+
const { currentTeam: a, planId: s } = V(), i = e || a;
|
558
558
|
if (!i)
|
559
559
|
return null;
|
560
|
-
const c = De(
|
561
|
-
return /* @__PURE__ */
|
560
|
+
const c = De(s) ? "Free" : Bt(s) ? "Trial" : void 0;
|
561
|
+
return /* @__PURE__ */ p(
|
562
562
|
t ? W : "div",
|
563
563
|
{
|
564
564
|
className: O.wrapper,
|
565
565
|
...t && { onClick: () => t(i) },
|
566
566
|
children: [
|
567
|
-
i.logoUrl ? /* @__PURE__ */
|
568
|
-
/* @__PURE__ */
|
569
|
-
/* @__PURE__ */
|
570
|
-
/* @__PURE__ */
|
571
|
-
c && !
|
567
|
+
i.logoUrl ? /* @__PURE__ */ o("img", { className: O.profileImage, src: i.logoUrl, alt: "Team logo" }) : /* @__PURE__ */ o("span", { className: `${O.defaultProfileImage}`, children: /* @__PURE__ */ o(Rt, { size: "25px" }) }),
|
568
|
+
/* @__PURE__ */ p("div", { className: O.teamDetails, children: [
|
569
|
+
/* @__PURE__ */ p("div", { className: O.planWrapper, children: [
|
570
|
+
/* @__PURE__ */ o("span", { className: O.teamName, children: i.name }),
|
571
|
+
c && !r && /* @__PURE__ */ o("span", { title: i.name, className: O.teamName, children: c })
|
572
572
|
] }),
|
573
|
-
/* @__PURE__ */
|
573
|
+
/* @__PURE__ */ o("span", { className: O.membership, children: i.role })
|
574
574
|
] })
|
575
575
|
]
|
576
576
|
}
|
577
577
|
);
|
578
|
-
},
|
579
|
-
teamsContainer:
|
580
|
-
},
|
578
|
+
}, kr = "_teamsContainer_1ncrr_5", Ir = {
|
579
|
+
teamsContainer: kr
|
580
|
+
}, jr = ({ onSwitchTeam: e }) => {
|
581
581
|
const { otherTeams: t } = V();
|
582
|
-
return t.length === 0 ? null : /* @__PURE__ */
|
582
|
+
return t.length === 0 ? null : /* @__PURE__ */ o(
|
583
583
|
"div",
|
584
584
|
{
|
585
585
|
"data-testid": "sidebar-team-switch",
|
586
|
-
className: `flex-col items-stretch ${
|
587
|
-
children: t.map((
|
586
|
+
className: `flex-col items-stretch ${Ir.teamsContainer}`,
|
587
|
+
children: t.map((r) => /* @__PURE__ */ o(Dt, { team: r, onClick: e, hidePlanLabel: !0 }, r.id))
|
588
588
|
}
|
589
589
|
);
|
590
|
-
},
|
591
|
-
container:
|
592
|
-
planCta:
|
593
|
-
upgradeIconWrapper:
|
594
|
-
},
|
595
|
-
const { planId: t, trialDaysLeft:
|
590
|
+
}, Nr = "_container_1u995_1", Or = "_planCta_1u995_15", xr = "_upgradeIconWrapper_1u995_19", Ie = {
|
591
|
+
container: Nr,
|
592
|
+
planCta: Or,
|
593
|
+
upgradeIconWrapper: xr
|
594
|
+
}, Lr = ({ upgradeOptionHref: e }) => {
|
595
|
+
const { planId: t, trialDaysLeft: r, showUpgradeCta: a } = V();
|
596
596
|
if (!a)
|
597
597
|
return null;
|
598
|
-
const c = De(t) ? "Your team is currently on the Free plan" : `Free trial ends in ${
|
599
|
-
return /* @__PURE__ */
|
598
|
+
const c = De(t) ? "Your team is currently on the Free plan" : `Free trial ends in ${r} ${r === 1 ? "day" : "days"}`;
|
599
|
+
return /* @__PURE__ */ p(
|
600
600
|
W,
|
601
601
|
{
|
602
602
|
"data-testid": "sidebar-upgrade-menu-item",
|
603
603
|
href: e,
|
604
604
|
className: `flex-col gap-1 items-start ${Ie.container}`,
|
605
605
|
children: [
|
606
|
-
/* @__PURE__ */
|
607
|
-
/* @__PURE__ */
|
608
|
-
/* @__PURE__ */
|
609
|
-
/* @__PURE__ */
|
606
|
+
/* @__PURE__ */ o("span", { className: Ie.planCta, children: c }),
|
607
|
+
/* @__PURE__ */ p("div", { className: `flex-row items-center gap-1 ${Ie.upgradeIconWrapper}`, children: [
|
608
|
+
/* @__PURE__ */ o(Mt, {}),
|
609
|
+
/* @__PURE__ */ o("span", { children: "See upgrade options" })
|
610
610
|
] })
|
611
611
|
]
|
612
612
|
}
|
613
613
|
);
|
614
|
-
},
|
615
|
-
function bt(e, t,
|
616
|
-
return
|
614
|
+
}, Mr = Math.min, Ur = Math.max;
|
615
|
+
function bt(e, t, r) {
|
616
|
+
return Ur(e, Mr(t, r));
|
617
617
|
}
|
618
618
|
function $t(e, t) {
|
619
619
|
return typeof e == "function" ? e(t) : e;
|
@@ -621,13 +621,13 @@ function $t(e, t) {
|
|
621
621
|
function Gt(e) {
|
622
622
|
return e.split("-")[0];
|
623
623
|
}
|
624
|
-
function
|
624
|
+
function Hr(e) {
|
625
625
|
return e === "x" ? "y" : "x";
|
626
626
|
}
|
627
627
|
function qr(e) {
|
628
628
|
return ["top", "bottom"].includes(Gt(e)) ? "y" : "x";
|
629
629
|
}
|
630
|
-
function
|
630
|
+
function Br(e) {
|
631
631
|
return {
|
632
632
|
top: 0,
|
633
633
|
right: 0,
|
@@ -636,8 +636,8 @@ function Dr(e) {
|
|
636
636
|
...e
|
637
637
|
};
|
638
638
|
}
|
639
|
-
function
|
640
|
-
return typeof e != "number" ?
|
639
|
+
function Dr(e) {
|
640
|
+
return typeof e != "number" ? Br(e) : {
|
641
641
|
top: e,
|
642
642
|
right: e,
|
643
643
|
bottom: e,
|
@@ -647,27 +647,27 @@ function $r(e) {
|
|
647
647
|
function Tt(e) {
|
648
648
|
const {
|
649
649
|
x: t,
|
650
|
-
y:
|
650
|
+
y: r,
|
651
651
|
width: a,
|
652
|
-
height:
|
652
|
+
height: s
|
653
653
|
} = e;
|
654
654
|
return {
|
655
655
|
width: a,
|
656
|
-
height:
|
657
|
-
top:
|
656
|
+
height: s,
|
657
|
+
top: r,
|
658
658
|
left: t,
|
659
659
|
right: t + a,
|
660
|
-
bottom:
|
660
|
+
bottom: r + s,
|
661
661
|
x: t,
|
662
|
-
y:
|
662
|
+
y: r
|
663
663
|
};
|
664
664
|
}
|
665
|
-
async function
|
666
|
-
var
|
665
|
+
async function $r(e, t) {
|
666
|
+
var r;
|
667
667
|
t === void 0 && (t = {});
|
668
668
|
const {
|
669
669
|
x: a,
|
670
|
-
y:
|
670
|
+
y: s,
|
671
671
|
platform: i,
|
672
672
|
rects: c,
|
673
673
|
elements: u,
|
@@ -677,18 +677,18 @@ async function Gr(e, t) {
|
|
677
677
|
rootBoundary: m = "viewport",
|
678
678
|
elementContext: g = "floating",
|
679
679
|
altBoundary: v = !1,
|
680
|
-
padding:
|
681
|
-
} = $t(t, e), _ =
|
682
|
-
element: (
|
680
|
+
padding: S = 0
|
681
|
+
} = $t(t, e), _ = Dr(S), b = u[v ? g === "floating" ? "reference" : "floating" : g], h = Tt(await i.getClippingRect({
|
682
|
+
element: (r = await (i.isElement == null ? void 0 : i.isElement(b))) == null || r ? b : b.contextElement || await (i.getDocumentElement == null ? void 0 : i.getDocumentElement(u.floating)),
|
683
683
|
boundary: l,
|
684
684
|
rootBoundary: m,
|
685
685
|
strategy: d
|
686
|
-
})),
|
686
|
+
})), f = g === "floating" ? {
|
687
687
|
x: a,
|
688
|
-
y:
|
688
|
+
y: s,
|
689
689
|
width: c.floating.width,
|
690
690
|
height: c.floating.height
|
691
|
-
} : c.reference, T = await (i.getOffsetParent == null ? void 0 : i.getOffsetParent(u.floating)),
|
691
|
+
} : c.reference, T = await (i.getOffsetParent == null ? void 0 : i.getOffsetParent(u.floating)), P = await (i.isElement == null ? void 0 : i.isElement(T)) ? await (i.getScale == null ? void 0 : i.getScale(T)) || {
|
692
692
|
x: 1,
|
693
693
|
y: 1
|
694
694
|
} : {
|
@@ -696,65 +696,65 @@ async function Gr(e, t) {
|
|
696
696
|
y: 1
|
697
697
|
}, C = Tt(i.convertOffsetParentRelativeRectToViewportRelativeRect ? await i.convertOffsetParentRelativeRectToViewportRelativeRect({
|
698
698
|
elements: u,
|
699
|
-
rect:
|
699
|
+
rect: f,
|
700
700
|
offsetParent: T,
|
701
701
|
strategy: d
|
702
|
-
}) :
|
702
|
+
}) : f);
|
703
703
|
return {
|
704
|
-
top: (
|
705
|
-
bottom: (C.bottom -
|
706
|
-
left: (
|
707
|
-
right: (C.right -
|
704
|
+
top: (h.top - C.top + _.top) / P.y,
|
705
|
+
bottom: (C.bottom - h.bottom + _.bottom) / P.y,
|
706
|
+
left: (h.left - C.left + _.left) / P.x,
|
707
|
+
right: (C.right - h.right + _.right) / P.x
|
708
708
|
};
|
709
709
|
}
|
710
|
-
const
|
710
|
+
const Gr = function(e) {
|
711
711
|
return e === void 0 && (e = {}), {
|
712
712
|
name: "shift",
|
713
713
|
options: e,
|
714
714
|
async fn(t) {
|
715
715
|
const {
|
716
|
-
x:
|
716
|
+
x: r,
|
717
717
|
y: a,
|
718
|
-
placement:
|
718
|
+
placement: s
|
719
719
|
} = t, {
|
720
720
|
mainAxis: i = !0,
|
721
721
|
crossAxis: c = !1,
|
722
722
|
limiter: u = {
|
723
723
|
fn: (b) => {
|
724
724
|
let {
|
725
|
-
x:
|
726
|
-
y:
|
725
|
+
x: h,
|
726
|
+
y: f
|
727
727
|
} = b;
|
728
728
|
return {
|
729
|
-
x:
|
730
|
-
y:
|
729
|
+
x: h,
|
730
|
+
y: f
|
731
731
|
};
|
732
732
|
}
|
733
733
|
},
|
734
734
|
...d
|
735
735
|
} = $t(e, t), l = {
|
736
|
-
x:
|
736
|
+
x: r,
|
737
737
|
y: a
|
738
|
-
}, m = await
|
739
|
-
let
|
738
|
+
}, m = await $r(t, d), g = qr(Gt(s)), v = Hr(g);
|
739
|
+
let S = l[v], _ = l[g];
|
740
740
|
if (i) {
|
741
|
-
const b = v === "y" ? "top" : "left",
|
742
|
-
|
741
|
+
const b = v === "y" ? "top" : "left", h = v === "y" ? "bottom" : "right", f = S + m[b], T = S - m[h];
|
742
|
+
S = bt(f, S, T);
|
743
743
|
}
|
744
744
|
if (c) {
|
745
|
-
const b = g === "y" ? "top" : "left",
|
746
|
-
_ = bt(
|
745
|
+
const b = g === "y" ? "top" : "left", h = g === "y" ? "bottom" : "right", f = _ + m[b], T = _ - m[h];
|
746
|
+
_ = bt(f, _, T);
|
747
747
|
}
|
748
|
-
const
|
748
|
+
const E = u.fn({
|
749
749
|
...t,
|
750
|
-
[v]:
|
750
|
+
[v]: S,
|
751
751
|
[g]: _
|
752
752
|
});
|
753
753
|
return {
|
754
|
-
...
|
754
|
+
...E,
|
755
755
|
data: {
|
756
|
-
x:
|
757
|
-
y:
|
756
|
+
x: E.x - r,
|
757
|
+
y: E.y - a,
|
758
758
|
enabled: {
|
759
759
|
[v]: i,
|
760
760
|
[g]: c
|
@@ -763,53 +763,53 @@ const Fr = function(e) {
|
|
763
763
|
};
|
764
764
|
}
|
765
765
|
};
|
766
|
-
},
|
767
|
-
navItem:
|
768
|
-
activeNavItem:
|
769
|
-
badge:
|
770
|
-
}, Ft =
|
771
|
-
const t = e.lastIndexOf("."),
|
772
|
-
return { name:
|
766
|
+
}, Fr = "_navItem_1dudv_1", Kr = "_activeNavItem_1dudv_18", zr = "_badge_1dudv_23", je = {
|
767
|
+
navItem: Fr,
|
768
|
+
activeNavItem: Kr,
|
769
|
+
badge: zr
|
770
|
+
}, Ft = wt({}), Z = () => Pt(Ft), Jr = (e) => {
|
771
|
+
const t = e.lastIndexOf("."), r = e.slice(0, t), a = e.slice(t + 1);
|
772
|
+
return { name: r, extension: a };
|
773
773
|
}, Qr = (e, t) => {
|
774
774
|
switch (e) {
|
775
|
-
case
|
775
|
+
case A.Completed:
|
776
776
|
return t < 100 ? "Closed" : "Completed";
|
777
|
-
case
|
777
|
+
case A.Created:
|
778
778
|
return t > 0 ? "In progress" : "Not started";
|
779
|
-
case
|
779
|
+
case A.InProgress:
|
780
780
|
return "In progress";
|
781
|
-
case
|
781
|
+
case A.Queued:
|
782
782
|
return "Queued";
|
783
|
-
case
|
783
|
+
case A.NotStarted:
|
784
784
|
return "Not started";
|
785
785
|
default:
|
786
786
|
return "-";
|
787
787
|
}
|
788
|
-
},
|
788
|
+
}, Wr = (e) => {
|
789
789
|
const t = e.progress ?? 0;
|
790
|
-
return e.status ===
|
791
|
-
},
|
790
|
+
return e.status === A.Created && t > 0 ? A.InProgress : e.status;
|
791
|
+
}, Yr = {
|
792
792
|
[ae.translation]: "#0891B2",
|
793
793
|
[ae.review]: "#16922D",
|
794
794
|
[ae.lqa_by_ai]: "#8B5CF6",
|
795
795
|
[ae.automatic_translation]: "#60A5FA"
|
796
|
-
},
|
796
|
+
}, Xr = (e) => {
|
797
797
|
const t = [
|
798
|
-
|
799
|
-
|
800
|
-
|
798
|
+
A.InProgress,
|
799
|
+
A.Created,
|
800
|
+
A.Completed
|
801
801
|
];
|
802
|
-
return e.filter((
|
803
|
-
}, vt = (e) => [Le.InProgress, Le.Created].includes(e),
|
804
|
-
const [
|
802
|
+
return e.filter((r) => r.status !== "queued").map((r) => ({ ...r, status: Wr(r) })).sort((r, a) => r.status === A.InProgress && r.progress === 100 ? -1 : a.status === A.InProgress && a.progress === 100 ? 1 : r.status === a.status ? r.name < a.name ? 1 : -1 : t.indexOf(r.status) - t.indexOf(a.status));
|
803
|
+
}, vt = (e) => [Le.InProgress, Le.Created].includes(e), Vr = (e, t) => vt(e.status) && vt(t.status) && (t.progress ?? 0) >= 100, Zr = ({ task: e, language: t }) => {
|
804
|
+
const [r, a] = I(!1), [s, i] = I(!1), { onLanguageCompleteConfirm: c, fetchTasks: u } = Z(), d = () => {
|
805
805
|
i(!1);
|
806
806
|
};
|
807
|
-
return /* @__PURE__ */
|
808
|
-
|
807
|
+
return /* @__PURE__ */ p(He, { children: [
|
808
|
+
s && /* @__PURE__ */ o(
|
809
809
|
an,
|
810
810
|
{
|
811
811
|
opened: !0,
|
812
|
-
loading:
|
812
|
+
loading: r,
|
813
813
|
title: `Are you finished with ${t.name}?`,
|
814
814
|
confirmText: "Mark as done",
|
815
815
|
closeText: "Cancel",
|
@@ -817,17 +817,17 @@ const Fr = function(e) {
|
|
817
817
|
onConfirm: async () => {
|
818
818
|
a(!0), await c({ task: e, language: t, closePrompt: d }), u();
|
819
819
|
},
|
820
|
-
children: /* @__PURE__ */
|
820
|
+
children: /* @__PURE__ */ p(sn, { status: "info", children: [
|
821
821
|
"Make sure you are finished and ",
|
822
|
-
/* @__PURE__ */
|
822
|
+
/* @__PURE__ */ o("strong", { children: "mark it as done" }),
|
823
823
|
" to notify your team admin. This action cannot be undone, and the language might no longer be available for you to edit."
|
824
824
|
] })
|
825
825
|
}
|
826
826
|
),
|
827
|
-
/* @__PURE__ */
|
828
|
-
|
827
|
+
/* @__PURE__ */ o(
|
828
|
+
U,
|
829
829
|
{
|
830
|
-
disabled:
|
830
|
+
disabled: r,
|
831
831
|
onClick: () => {
|
832
832
|
i(!0);
|
833
833
|
},
|
@@ -835,44 +835,44 @@ const Fr = function(e) {
|
|
835
835
|
}
|
836
836
|
)
|
837
837
|
] });
|
838
|
-
},
|
839
|
-
langRowCompleted:
|
840
|
-
langCellSecondary:
|
841
|
-
langStatus:
|
842
|
-
},
|
843
|
-
const { getProjectUrl:
|
844
|
-
return /* @__PURE__ */
|
838
|
+
}, ea = "_langRowCompleted_vpgdi_1", ta = "_langCellSecondary_vpgdi_15", na = "_langStatus_vpgdi_20", Ne = {
|
839
|
+
langRowCompleted: ea,
|
840
|
+
langCellSecondary: ta,
|
841
|
+
langStatus: na
|
842
|
+
}, ra = ({ language: e, task: t }) => {
|
843
|
+
const { getProjectUrl: r, langNameOnClick: a, langProgressOnClick: s } = Z(), i = e.progress ?? 0, c = e.status === A.Completed, u = Vr(t, e);
|
844
|
+
return /* @__PURE__ */ p(
|
845
845
|
"tr",
|
846
846
|
{
|
847
847
|
className: j({
|
848
848
|
[Ne.langRowCompleted]: u
|
849
849
|
}),
|
850
850
|
children: [
|
851
|
-
/* @__PURE__ */
|
852
|
-
|
851
|
+
/* @__PURE__ */ o("td", { children: /* @__PURE__ */ o(D, { tooltip: "Open in bilingual view", children: /* @__PURE__ */ o(
|
852
|
+
U,
|
853
853
|
{
|
854
|
-
href:
|
854
|
+
href: r({ task: t, language: e }),
|
855
855
|
onClick: () => {
|
856
856
|
a == null || a({ task: t, language: e });
|
857
857
|
},
|
858
858
|
children: e.name
|
859
859
|
}
|
860
860
|
) }) }),
|
861
|
-
/* @__PURE__ */
|
862
|
-
|
861
|
+
/* @__PURE__ */ o("td", { className: Ne.langCellSecondary, children: u || c ? "0" : /* @__PURE__ */ o(D, { tooltip: "Open uncompleted items", children: /* @__PURE__ */ o(
|
862
|
+
U,
|
863
863
|
{
|
864
|
-
href:
|
864
|
+
href: r({ task: t, language: e, taskUncompleted: !0 }),
|
865
865
|
onClick: () => {
|
866
|
-
|
866
|
+
s == null || s({ task: t, language: e });
|
867
867
|
},
|
868
868
|
children: e.base_words_total - e.base_words_done
|
869
869
|
}
|
870
870
|
) }) }),
|
871
|
-
/* @__PURE__ */
|
871
|
+
/* @__PURE__ */ p("td", { children: [
|
872
872
|
i,
|
873
873
|
"%"
|
874
874
|
] }),
|
875
|
-
/* @__PURE__ */
|
875
|
+
/* @__PURE__ */ o("td", { children: u ? /* @__PURE__ */ o(Zr, { task: t, language: e }) : /* @__PURE__ */ o(
|
876
876
|
"span",
|
877
877
|
{
|
878
878
|
className: `${Ne.langStatus} flex-row items-center justify-start`,
|
@@ -883,164 +883,164 @@ const Fr = function(e) {
|
|
883
883
|
]
|
884
884
|
}
|
885
885
|
);
|
886
|
-
},
|
887
|
-
taskContainer:
|
886
|
+
}, aa = "_taskContainer_mt2or_1", sa = "_taskTitle_mt2or_21", oa = "_taskDescription_mt2or_28", ia = "_languagesTable_mt2or_35", ca = "_metadata_mt2or_87", q = {
|
887
|
+
taskContainer: aa,
|
888
888
|
taskTitle: sa,
|
889
|
-
taskDescription:
|
890
|
-
languagesTable:
|
891
|
-
metadata:
|
892
|
-
},
|
893
|
-
const { getProjectUrl: t, taskTitleOnClick:
|
889
|
+
taskDescription: oa,
|
890
|
+
languagesTable: ia,
|
891
|
+
metadata: ca
|
892
|
+
}, la = ({ task: e }) => {
|
893
|
+
const { getProjectUrl: t, taskTitleOnClick: r } = Z(), a = Xr(e.langs), s = (i) => {
|
894
894
|
window.open(
|
895
895
|
`/style-guide/${e.team_id}/download/${i.id}/link`,
|
896
896
|
"_blank",
|
897
897
|
"noopener,noreferrer"
|
898
898
|
);
|
899
899
|
};
|
900
|
-
return /* @__PURE__ */
|
901
|
-
/* @__PURE__ */
|
902
|
-
/* @__PURE__ */
|
903
|
-
/* @__PURE__ */
|
904
|
-
e.due_date && /* @__PURE__ */
|
900
|
+
return /* @__PURE__ */ p("div", { className: q.taskContainer, children: [
|
901
|
+
/* @__PURE__ */ p("div", { className: "flex-row gap-1 items-center", children: [
|
902
|
+
/* @__PURE__ */ p("div", { className: "flex-row gap-1 items-start flex-wrap", children: [
|
903
|
+
/* @__PURE__ */ o(Oe, { color: Yr[e.task_type], variant: "solid", children: e.task_type.toLocaleUpperCase() }),
|
904
|
+
e.due_date && /* @__PURE__ */ p(Oe, { color: "#EAB308", children: [
|
905
905
|
"DUE ",
|
906
|
-
|
906
|
+
pr(un(e.due_date), "yyyy-MM-dd")
|
907
907
|
] })
|
908
908
|
] }),
|
909
|
-
e.style_guides.length > 0 && /* @__PURE__ */
|
909
|
+
e.style_guides.length > 0 && /* @__PURE__ */ o("div", { className: "flex-row", children: e.style_guides.length === 1 ? /* @__PURE__ */ o(
|
910
910
|
xe,
|
911
911
|
{
|
912
912
|
size: "sm",
|
913
913
|
variant: "secondary",
|
914
|
-
onClick: () =>
|
914
|
+
onClick: () => s(e.style_guides[0]),
|
915
915
|
children: "Download style guide"
|
916
916
|
}
|
917
|
-
) : /* @__PURE__ */
|
917
|
+
) : /* @__PURE__ */ o(
|
918
918
|
le,
|
919
919
|
{
|
920
|
-
menuButton: /* @__PURE__ */
|
921
|
-
children: /* @__PURE__ */
|
920
|
+
menuButton: /* @__PURE__ */ o(xe, { variant: "secondary", size: "sm", children: "Download style guide" }),
|
921
|
+
children: /* @__PURE__ */ o(ue, { children: e.style_guides.map((i) => /* @__PURE__ */ o(
|
922
922
|
W,
|
923
923
|
{
|
924
|
-
onClick: () =>
|
925
|
-
children:
|
924
|
+
onClick: () => s(i),
|
925
|
+
children: Jr(i.name).name
|
926
926
|
},
|
927
927
|
i.id
|
928
928
|
)) })
|
929
929
|
}
|
930
930
|
) })
|
931
931
|
] }),
|
932
|
-
/* @__PURE__ */
|
933
|
-
|
932
|
+
/* @__PURE__ */ o("h4", { className: q.taskTitle, children: /* @__PURE__ */ o(
|
933
|
+
U,
|
934
934
|
{
|
935
935
|
href: t({ task: e, view: "multi" }),
|
936
936
|
onClick: () => {
|
937
|
-
|
937
|
+
r == null || r({ task: e });
|
938
938
|
},
|
939
939
|
children: e.title
|
940
940
|
}
|
941
941
|
) }),
|
942
|
-
e.description && /* @__PURE__ */
|
943
|
-
/* @__PURE__ */
|
944
|
-
/* @__PURE__ */
|
945
|
-
/* @__PURE__ */
|
946
|
-
/* @__PURE__ */
|
947
|
-
/* @__PURE__ */
|
948
|
-
/* @__PURE__ */
|
942
|
+
e.description && /* @__PURE__ */ o("div", { className: q.taskDescription, children: mr(hr(e.description)) }),
|
943
|
+
/* @__PURE__ */ p("table", { className: q.languagesTable, children: [
|
944
|
+
/* @__PURE__ */ o("thead", { children: /* @__PURE__ */ p("tr", { children: [
|
945
|
+
/* @__PURE__ */ o("th", { children: "Languages" }),
|
946
|
+
/* @__PURE__ */ o("th", { children: "Words to do" }),
|
947
|
+
/* @__PURE__ */ o("th", { children: "Progress" }),
|
948
|
+
/* @__PURE__ */ o("th", { children: "Status" })
|
949
949
|
] }) }),
|
950
|
-
/* @__PURE__ */
|
950
|
+
/* @__PURE__ */ o("tbody", { children: a.map((i) => /* @__PURE__ */ o(ra, { language: i, task: e }, i.lang_id)) })
|
951
951
|
] }),
|
952
|
-
/* @__PURE__ */
|
953
|
-
/* @__PURE__ */
|
952
|
+
/* @__PURE__ */ p("div", { "data-testid": "sidebar-task-overview-metadata", className: q.metadata, children: [
|
953
|
+
/* @__PURE__ */ p("span", { children: [
|
954
954
|
"Source: ",
|
955
955
|
e.source_lang_name
|
956
956
|
] }),
|
957
|
-
/* @__PURE__ */
|
958
|
-
/* @__PURE__ */
|
957
|
+
/* @__PURE__ */ o("span", { children: e.created_by_fullname }),
|
958
|
+
/* @__PURE__ */ p("span", { children: [
|
959
959
|
"In ",
|
960
960
|
e.project_name,
|
961
|
-
e.master_branching_enabled === "1" && /* @__PURE__ */
|
961
|
+
e.master_branching_enabled === "1" && /* @__PURE__ */ o("div", { className: q.tag, children: e.branch_name ? e.branch_name : "master" })
|
962
962
|
] })
|
963
963
|
] })
|
964
964
|
] });
|
965
|
-
},
|
965
|
+
}, w = {
|
966
966
|
TaskCompleted: "task_completed",
|
967
967
|
TaskClosed: "task_closed",
|
968
968
|
Refresh: "refresh",
|
969
969
|
ShowDialog: "show_dialog"
|
970
|
-
},
|
971
|
-
loadingContainer:
|
972
|
-
noTasksContainer:
|
973
|
-
noTasksHeading:
|
974
|
-
noTasksText:
|
975
|
-
tasksContainer:
|
976
|
-
},
|
977
|
-
const { tasks: e, onTasksWidgetOpen: t, loadingTasks:
|
970
|
+
}, ua = "_loadingContainer_19d6m_1", da = "_noTasksContainer_19d6m_7", ma = "_noTasksHeading_19d6m_14", _a = "_noTasksText_19d6m_18", ga = "_tasksContainer_19d6m_23", K = {
|
971
|
+
loadingContainer: ua,
|
972
|
+
noTasksContainer: da,
|
973
|
+
noTasksHeading: ma,
|
974
|
+
noTasksText: _a,
|
975
|
+
tasksContainer: ga
|
976
|
+
}, ha = () => {
|
977
|
+
const { tasks: e, onTasksWidgetOpen: t, loadingTasks: r, fetchTasks: a } = Z();
|
978
978
|
return $e(() => ((async () => {
|
979
979
|
const i = await a();
|
980
980
|
t == null || t({ tasks: i });
|
981
|
-
})(), document.addEventListener(
|
982
|
-
document.removeEventListener(
|
983
|
-
})),
|
984
|
-
/* @__PURE__ */
|
985
|
-
/* @__PURE__ */
|
981
|
+
})(), document.addEventListener(w.TaskCompleted, a), document.addEventListener(w.TaskClosed, a), document.addEventListener(w.Refresh, a), () => {
|
982
|
+
document.removeEventListener(w.TaskCompleted, a), document.removeEventListener(w.TaskClosed, a), document.removeEventListener(w.Refresh, a);
|
983
|
+
})), r ? /* @__PURE__ */ o("div", { "data-testid": "sidebar-tasks-loading-popover", className: K.loadingContainer, children: /* @__PURE__ */ o(on, {}) }) : e.length === 0 ? /* @__PURE__ */ p("div", { "data-testid": "sidebar-no-tasks-popover", className: K.noTasksContainer, children: [
|
984
|
+
/* @__PURE__ */ o("h3", { className: K.noTasksHeading, children: "No tasks" }),
|
985
|
+
/* @__PURE__ */ p("div", { className: K.noTasksText, children: [
|
986
986
|
"Your incoming tasks will appear here.",
|
987
|
-
/* @__PURE__ */
|
988
|
-
/* @__PURE__ */
|
987
|
+
/* @__PURE__ */ o("br", {}),
|
988
|
+
/* @__PURE__ */ o(U, { href: "https://docs.lokalise.com/translation-workflow/tasks", target: "_new", children: "Learn more" })
|
989
989
|
] })
|
990
|
-
] }) : /* @__PURE__ */
|
991
|
-
},
|
992
|
-
const [
|
990
|
+
] }) : /* @__PURE__ */ o("div", { "data-testid": "sidebar-tasks-popover", className: K.tasksContainer, children: e.map((s) => /* @__PURE__ */ o(la, { task: s }, s.id)) });
|
991
|
+
}, pa = ({ children: e, config: t }) => {
|
992
|
+
const [r, a] = I([]), [s, i] = I(!0), [c, u] = I(0), {
|
993
993
|
getProjectUrl: d,
|
994
994
|
onLanguageCompleteConfirm: l,
|
995
995
|
onTasksWidgetOpen: m,
|
996
996
|
langNameOnClick: g,
|
997
997
|
langProgressOnClick: v,
|
998
|
-
taskTitleOnClick:
|
999
|
-
} = t, { getTasks: _, getTasksCount:
|
998
|
+
taskTitleOnClick: S
|
999
|
+
} = t, { getTasks: _, getTasksCount: E } = t, b = async () => {
|
1000
1000
|
i(!0);
|
1001
1001
|
const T = await _();
|
1002
1002
|
return a(T), i(!1), T;
|
1003
|
-
},
|
1004
|
-
const T = await
|
1003
|
+
}, h = async () => {
|
1004
|
+
const T = await E();
|
1005
1005
|
u(T);
|
1006
1006
|
};
|
1007
|
-
$e(() => (
|
1008
|
-
document.removeEventListener(
|
1007
|
+
$e(() => (h(), document.addEventListener(w.TaskCompleted, h), document.addEventListener(w.TaskClosed, h), document.addEventListener(w.Refresh, h), () => {
|
1008
|
+
document.removeEventListener(w.TaskCompleted, h), document.removeEventListener(w.TaskClosed, h), document.removeEventListener(w.Refresh, h);
|
1009
1009
|
}));
|
1010
|
-
const
|
1010
|
+
const f = {
|
1011
1011
|
fetchTasks: b,
|
1012
|
-
tasks:
|
1012
|
+
tasks: r,
|
1013
1013
|
tasksCount: c,
|
1014
|
-
loadingTasks:
|
1014
|
+
loadingTasks: s,
|
1015
1015
|
getProjectUrl: d,
|
1016
1016
|
onLanguageCompleteConfirm: l,
|
1017
1017
|
onTasksWidgetOpen: m,
|
1018
1018
|
langNameOnClick: g,
|
1019
1019
|
langProgressOnClick: v,
|
1020
|
-
taskTitleOnClick:
|
1020
|
+
taskTitleOnClick: S
|
1021
1021
|
};
|
1022
|
-
return /* @__PURE__ */
|
1023
|
-
},
|
1024
|
-
const { config: a, ...
|
1025
|
-
return /* @__PURE__ */
|
1026
|
-
},
|
1027
|
-
const [e, t] = I(!1), { tasksCount:
|
1022
|
+
return /* @__PURE__ */ o(Ft.Provider, { value: f, children: e });
|
1023
|
+
}, fa = (e) => function(r) {
|
1024
|
+
const { config: a, ...s } = r;
|
1025
|
+
return /* @__PURE__ */ o(pa, { config: a, children: /* @__PURE__ */ o(e, { ...s }) });
|
1026
|
+
}, ba = fa(() => {
|
1027
|
+
const [e, t] = I(!1), { tasksCount: r } = Z();
|
1028
1028
|
return $e(() => {
|
1029
1029
|
const a = () => {
|
1030
1030
|
t(!0);
|
1031
1031
|
};
|
1032
|
-
return document.addEventListener(
|
1033
|
-
document.removeEventListener(
|
1032
|
+
return document.addEventListener(w.ShowDialog, a), () => {
|
1033
|
+
document.removeEventListener(w.ShowDialog, a);
|
1034
1034
|
};
|
1035
|
-
}), /* @__PURE__ */
|
1035
|
+
}), /* @__PURE__ */ o(D, { tooltip: "Tasks", placement: "right", children: /* @__PURE__ */ o(
|
1036
1036
|
cn,
|
1037
1037
|
{
|
1038
|
-
content: /* @__PURE__ */
|
1038
|
+
content: /* @__PURE__ */ o(ha, {}),
|
1039
1039
|
placement: "right",
|
1040
1040
|
open: e,
|
1041
1041
|
onOpenChange: t,
|
1042
1042
|
middlewares: [
|
1043
|
-
|
1043
|
+
Gr({
|
1044
1044
|
// Adding some spacing to the top and bottom so the popover
|
1045
1045
|
// doesn't extend to the edges of the screen.
|
1046
1046
|
padding: {
|
@@ -1049,7 +1049,7 @@ const Fr = function(e) {
|
|
1049
1049
|
}
|
1050
1050
|
})
|
1051
1051
|
],
|
1052
|
-
children: (a) => /* @__PURE__ */
|
1052
|
+
children: (a) => /* @__PURE__ */ p(
|
1053
1053
|
xe,
|
1054
1054
|
{
|
1055
1055
|
type: "button",
|
@@ -1059,107 +1059,107 @@ const Fr = function(e) {
|
|
1059
1059
|
[je.activeNavItem]: a
|
1060
1060
|
}),
|
1061
1061
|
children: [
|
1062
|
-
/* @__PURE__ */
|
1063
|
-
|
1062
|
+
/* @__PURE__ */ o(ln, { size: "25px" }),
|
1063
|
+
r > 0 && /* @__PURE__ */ o("div", { className: je.badge, "aria-label": `${r} items requiring attention`, children: r > 9 ? "9+" : r })
|
1064
1064
|
]
|
1065
1065
|
}
|
1066
1066
|
)
|
1067
1067
|
}
|
1068
1068
|
) });
|
1069
|
-
}), R = ({ children: e, ...t }) => /* @__PURE__ */
|
1070
|
-
R.Top =
|
1071
|
-
const
|
1072
|
-
R.Bottom =
|
1069
|
+
}), R = ({ children: e, ...t }) => /* @__PURE__ */ o("nav", { ...t, className: Bn.sidebarContainer, children: e }), Ta = ({ children: e }) => /* @__PURE__ */ o("div", { children: e });
|
1070
|
+
R.Top = Ta;
|
1071
|
+
const va = ({ children: e }) => /* @__PURE__ */ o("div", { children: e });
|
1072
|
+
R.Bottom = va;
|
1073
1073
|
R.Avatar = Gn;
|
1074
1074
|
R.IconLink = zn;
|
1075
|
-
R.Menu =
|
1075
|
+
R.Menu = Wn;
|
1076
1076
|
R.ProfileMenu = br;
|
1077
|
-
R.TeamSwitch =
|
1077
|
+
R.TeamSwitch = jr;
|
1078
1078
|
R.TeamMenuItem = Dt;
|
1079
|
-
R.UpgradeMenuItem =
|
1080
|
-
R.ProfileSettingsMenuItem =
|
1081
|
-
R.Tasks =
|
1082
|
-
const
|
1083
|
-
breadcrumbsItem:
|
1084
|
-
breadcrumbs:
|
1085
|
-
},
|
1086
|
-
/* @__PURE__ */
|
1087
|
-
|
1088
|
-
] }, `${t.link}-${t.name}`)) }),
|
1089
|
-
!!
|
1090
|
-
t.filter(({ visible: a }) => a).map(({ link: a, label:
|
1091
|
-
] }, t[0].label)) }),
|
1092
|
-
badge:
|
1093
|
-
tag:
|
1094
|
-
withNavLinkStyle:
|
1095
|
-
disabled:
|
1096
|
-
projectNavigationItem:
|
1097
|
-
projectNavigationItemDisabled:
|
1098
|
-
},
|
1099
|
-
/* @__PURE__ */
|
1100
|
-
/* @__PURE__ */
|
1101
|
-
!!t && /* @__PURE__ */
|
1079
|
+
R.UpgradeMenuItem = Lr;
|
1080
|
+
R.ProfileSettingsMenuItem = Sr;
|
1081
|
+
R.Tasks = ba;
|
1082
|
+
const Sa = "_breadcrumbsItem_1hm6a_1", ya = "_breadcrumbs_1hm6a_1", St = {
|
1083
|
+
breadcrumbsItem: Sa,
|
1084
|
+
breadcrumbs: ya
|
1085
|
+
}, to = ({ items: e }) => /* @__PURE__ */ o("nav", { "aria-label": "breadcrumb", className: St.breadcrumbs, children: e.map((t, r) => /* @__PURE__ */ p(At, { children: [
|
1086
|
+
/* @__PURE__ */ o(U, { className: St.breadcrumbsItem, href: t.link, rel: "noreferrer", children: t.name }),
|
1087
|
+
r < e.length - 1 && /* @__PURE__ */ o("span", { children: " — " })
|
1088
|
+
] }, `${t.link}-${t.name}`)) }), Ea = ({ items: e }) => /* @__PURE__ */ o(He, { children: e.map((t, r) => /* @__PURE__ */ p(At, { children: [
|
1089
|
+
!!r && t.some((a) => a.visible) && /* @__PURE__ */ o(kt, {}),
|
1090
|
+
t.filter(({ visible: a }) => a).map(({ link: a, label: s, onClick: i }) => /* @__PURE__ */ o(W, { href: a || "#", "aria-label": s, onClick: i, children: s }, s))
|
1091
|
+
] }, t[0].label)) }), Ca = "_badge_1pc1v_1", Pa = "_tag_1pc1v_15", wa = "_withNavLinkStyle_1pc1v_42 _withLinkStyle_1pc1v_21", Aa = "_disabled_1pc1v_57", Ra = "_projectNavigationItem_1pc1v_61", ka = "_projectNavigationItemDisabled_1pc1v_67", M = {
|
1092
|
+
badge: Ca,
|
1093
|
+
tag: Pa,
|
1094
|
+
withNavLinkStyle: wa,
|
1095
|
+
disabled: Aa,
|
1096
|
+
projectNavigationItem: Ra,
|
1097
|
+
projectNavigationItemDisabled: ka
|
1098
|
+
}, yt = ({ label: e, badge: t, novel: r }) => /* @__PURE__ */ p("div", { className: "flex gap-1", children: [
|
1099
|
+
/* @__PURE__ */ p("div", { children: [
|
1100
|
+
/* @__PURE__ */ o("span", { children: e }),
|
1101
|
+
!!t && /* @__PURE__ */ o("div", { className: M.badge, "aria-label": `${t} items requiring attention`, children: t > 9 ? "9+" : t })
|
1102
1102
|
] }),
|
1103
|
-
!!
|
1103
|
+
!!r && /* @__PURE__ */ o(Oe, { className: M.tag, children: r })
|
1104
1104
|
] }), Me = nn(
|
1105
|
-
({ label: e, href: t = "", disabled:
|
1105
|
+
({ label: e, href: t = "", disabled: r = !1, badge: a, onClick: s, novel: i }, c) => /* @__PURE__ */ o(D, { tooltip: "You do not have access to this function", show: r, children: /* @__PURE__ */ o(
|
1106
1106
|
"div",
|
1107
1107
|
{
|
1108
|
-
className:
|
1109
|
-
children:
|
1108
|
+
className: r ? M.projectNavigationItemDisabled : M.projectNavigationItem,
|
1109
|
+
children: s || r || !t ? /* @__PURE__ */ o(
|
1110
1110
|
"button",
|
1111
1111
|
{
|
1112
1112
|
type: "button",
|
1113
1113
|
ref: c,
|
1114
|
-
className: j(
|
1115
|
-
[
|
1114
|
+
className: j(M.withNavLinkStyle, {
|
1115
|
+
[M.disabled]: r
|
1116
1116
|
}),
|
1117
|
-
disabled:
|
1118
|
-
onClick:
|
1119
|
-
children: /* @__PURE__ */
|
1117
|
+
disabled: r,
|
1118
|
+
onClick: s,
|
1119
|
+
children: /* @__PURE__ */ o(yt, { label: e, badge: a, novel: i })
|
1120
1120
|
}
|
1121
|
-
) : /* @__PURE__ */
|
1121
|
+
) : /* @__PURE__ */ o("a", { href: t, className: M.withNavLinkStyle, children: /* @__PURE__ */ o(yt, { label: e, badge: a, novel: i }) })
|
1122
1122
|
}
|
1123
1123
|
) })
|
1124
1124
|
);
|
1125
1125
|
Me.displayName = "NavigationTabsItem";
|
1126
|
-
const
|
1127
|
-
var a,
|
1128
|
-
return
|
1126
|
+
const Ia = (e) => (e == null ? void 0 : e.some((t) => t.some((r) => r.visible))) ?? !1, ja = (e) => e.visible && (!e.dropdown || Ia(e.dropdown)), no = ({ navigation: e, activeItem: t }) => /* @__PURE__ */ o("nav", { "aria-label": "Project", children: /* @__PURE__ */ o("ul", { className: B.navigationTabList, "aria-orientation": "horizontal", children: e.filter(ja).map((r) => {
|
1127
|
+
var a, s, i;
|
1128
|
+
return r.dropdown ? /* @__PURE__ */ o(
|
1129
1129
|
"li",
|
1130
1130
|
{
|
1131
1131
|
className: B.navigationTab,
|
1132
|
-
"data-testid":
|
1133
|
-
"aria-selected": (a =
|
1134
|
-
children: /* @__PURE__ */
|
1132
|
+
"data-testid": r.key,
|
1133
|
+
"aria-selected": (a = r.isActive) == null ? void 0 : a.call(r, t),
|
1134
|
+
children: /* @__PURE__ */ o(
|
1135
1135
|
le,
|
1136
1136
|
{
|
1137
|
-
menuButton: ({ opened: c }) => /* @__PURE__ */
|
1138
|
-
children: /* @__PURE__ */
|
1137
|
+
menuButton: ({ opened: c }) => /* @__PURE__ */ o(Me, { label: r.label, disabled: r.disabled, active: c }),
|
1138
|
+
children: /* @__PURE__ */ o(ue, { children: /* @__PURE__ */ o(Ea, { items: r.dropdown }) })
|
1139
1139
|
}
|
1140
1140
|
)
|
1141
1141
|
},
|
1142
|
-
|
1143
|
-
) : /* @__PURE__ */
|
1142
|
+
r.key
|
1143
|
+
) : /* @__PURE__ */ o(
|
1144
1144
|
"li",
|
1145
1145
|
{
|
1146
1146
|
className: B.navigationTab,
|
1147
|
-
"data-testid":
|
1148
|
-
"aria-selected": (
|
1149
|
-
children: /* @__PURE__ */
|
1147
|
+
"data-testid": r.key,
|
1148
|
+
"aria-selected": (s = r.isActive) == null ? void 0 : s.call(r, t),
|
1149
|
+
children: /* @__PURE__ */ o(
|
1150
1150
|
Me,
|
1151
1151
|
{
|
1152
|
-
label:
|
1153
|
-
href:
|
1154
|
-
onClick:
|
1155
|
-
disabled:
|
1156
|
-
badge:
|
1157
|
-
novel:
|
1158
|
-
active: (i =
|
1152
|
+
label: r.label,
|
1153
|
+
href: r.link,
|
1154
|
+
onClick: r.onClick,
|
1155
|
+
disabled: r.disabled,
|
1156
|
+
badge: r.badge,
|
1157
|
+
novel: r.novel,
|
1158
|
+
active: (i = r.isActive) == null ? void 0 : i.call(r, t)
|
1159
1159
|
}
|
1160
1160
|
)
|
1161
1161
|
},
|
1162
|
-
|
1162
|
+
r.key
|
1163
1163
|
);
|
1164
1164
|
}) }) });
|
1165
1165
|
class k {
|
@@ -1193,8 +1193,8 @@ class k {
|
|
1193
1193
|
* @param key - The key of the header
|
1194
1194
|
* @param value - The value of the header
|
1195
1195
|
*/
|
1196
|
-
add(t,
|
1197
|
-
return new k([...this.factories, () => ({ [t]:
|
1196
|
+
add(t, r) {
|
1197
|
+
return new k([...this.factories, () => ({ [t]: r })]);
|
1198
1198
|
}
|
1199
1199
|
/**
|
1200
1200
|
* Adds multiple headers to the builder by providing an object or a promise of an object with the headers.
|
@@ -1298,48 +1298,48 @@ class k {
|
|
1298
1298
|
* console.log(headers) // { 'Content-Type': 'application/json' }
|
1299
1299
|
*/
|
1300
1300
|
async resolve() {
|
1301
|
-
const t = this.factories.map((a) => a()),
|
1302
|
-
return Object.assign({}, ...
|
1301
|
+
const t = this.factories.map((a) => a()), r = await Promise.all(t);
|
1302
|
+
return Object.assign({}, ...r);
|
1303
1303
|
}
|
1304
1304
|
}
|
1305
1305
|
function Kt(e) {
|
1306
|
-
return new
|
1306
|
+
return new Na(e);
|
1307
1307
|
}
|
1308
|
-
class
|
1308
|
+
class Na {
|
1309
1309
|
constructor(t) {
|
1310
1310
|
this.middleware = t;
|
1311
1311
|
}
|
1312
1312
|
apply(t) {
|
1313
1313
|
return t.from(async () => {
|
1314
|
-
const
|
1315
|
-
return
|
1314
|
+
const r = this.middleware(k.create());
|
1315
|
+
return r instanceof Promise ? r.then((a) => a.resolve()) : r.resolve();
|
1316
1316
|
});
|
1317
1317
|
}
|
1318
1318
|
}
|
1319
|
-
const zt =
|
1320
|
-
|
1321
|
-
|
1322
|
-
|
1323
|
-
|
1324
|
-
]),
|
1325
|
-
userId:
|
1326
|
-
userUuid:
|
1327
|
-
teamId:
|
1328
|
-
teamUuid:
|
1319
|
+
const zt = n.union([
|
1320
|
+
n.literal("owner"),
|
1321
|
+
n.literal("admin"),
|
1322
|
+
n.literal("biller"),
|
1323
|
+
n.literal("member")
|
1324
|
+
]), Oa = n.object({
|
1325
|
+
userId: n.number(),
|
1326
|
+
userUuid: n.string().uuid(),
|
1327
|
+
teamId: n.number(),
|
1328
|
+
teamUuid: n.string().uuid(),
|
1329
1329
|
userTeamRole: zt,
|
1330
|
-
userEmail:
|
1331
|
-
userName:
|
1332
|
-
userCurrentTeamId:
|
1333
|
-
planId:
|
1334
|
-
planName:
|
1335
|
-
isProviderAlpha:
|
1336
|
-
isFullyAuthenticated:
|
1337
|
-
exp:
|
1330
|
+
userEmail: n.string().email(),
|
1331
|
+
userName: n.string(),
|
1332
|
+
userCurrentTeamId: n.number(),
|
1333
|
+
planId: n.number(),
|
1334
|
+
planName: n.string(),
|
1335
|
+
isProviderAlpha: n.boolean(),
|
1336
|
+
isFullyAuthenticated: n.boolean(),
|
1337
|
+
exp: n.number()
|
1338
1338
|
});
|
1339
1339
|
function ee(e) {
|
1340
1340
|
try {
|
1341
|
-
const t = e.split(".")[1],
|
1342
|
-
return
|
1341
|
+
const t = e.split(".")[1], r = atob(t);
|
1342
|
+
return Oa.parse(JSON.parse(r));
|
1343
1343
|
} catch {
|
1344
1344
|
return;
|
1345
1345
|
}
|
@@ -1351,36 +1351,36 @@ class ie extends Error {
|
|
1351
1351
|
re(this, "status", 401);
|
1352
1352
|
}
|
1353
1353
|
}
|
1354
|
-
function
|
1354
|
+
function ro(e) {
|
1355
1355
|
return Kt(async (t) => {
|
1356
1356
|
var i, c;
|
1357
|
-
const
|
1358
|
-
if (!
|
1357
|
+
const r = e.getCurrentToken() ?? await ((i = e.generateNewToken) == null ? void 0 : i.call(e));
|
1358
|
+
if (!r)
|
1359
1359
|
throw new ie();
|
1360
|
-
const { exp: a } = ee(
|
1360
|
+
const { exp: a } = ee(r.accessToken) ?? { exp: 0 };
|
1361
1361
|
if (!dn(new Date(a)))
|
1362
|
-
return t.add("authorization", `Bearer ${
|
1363
|
-
const
|
1364
|
-
if (!
|
1362
|
+
return t.add("authorization", `Bearer ${r.accessToken}`);
|
1363
|
+
const s = await e.refreshToken(r);
|
1364
|
+
if (!s)
|
1365
1365
|
throw new ie();
|
1366
|
-
return (c = e.onNewTokenIssued) == null || c.call(e,
|
1366
|
+
return (c = e.onNewTokenIssued) == null || c.call(e, s), t.add("authorization", `Bearer ${s.accessToken}`);
|
1367
1367
|
});
|
1368
1368
|
}
|
1369
|
-
const
|
1369
|
+
const ao = Kt(
|
1370
1370
|
(e) => e.and({ "x-lokalise-plugin": "true" })
|
1371
1371
|
);
|
1372
1372
|
function Jt() {
|
1373
1373
|
const e = Ue(document.cookie, "accessToken"), t = Ue(document.cookie, "refreshToken");
|
1374
1374
|
return !e || !t ? null : { accessToken: e, refreshToken: t };
|
1375
1375
|
}
|
1376
|
-
function
|
1376
|
+
function xa() {
|
1377
1377
|
return Ue(document.cookie, "csrf_token") ?? null;
|
1378
1378
|
}
|
1379
1379
|
function Ue(e, t) {
|
1380
|
-
var
|
1381
|
-
return (a = (
|
1380
|
+
var r, a;
|
1381
|
+
return (a = (r = e.split(";").find((s) => s.trim().startsWith(`${t}=`))) == null ? void 0 : r.trim()) == null ? void 0 : a.substring(t.length + 1);
|
1382
1382
|
}
|
1383
|
-
function
|
1383
|
+
function so() {
|
1384
1384
|
const e = Jt();
|
1385
1385
|
if (!e)
|
1386
1386
|
return;
|
@@ -1388,71 +1388,71 @@ function ts() {
|
|
1388
1388
|
if (t)
|
1389
1389
|
return { ...e, payload: t };
|
1390
1390
|
}
|
1391
|
-
const
|
1392
|
-
|
1393
|
-
|
1394
|
-
]),
|
1395
|
-
|
1396
|
-
|
1397
|
-
|
1398
|
-
|
1399
|
-
]),
|
1400
|
-
|
1401
|
-
|
1402
|
-
]),
|
1403
|
-
|
1404
|
-
|
1405
|
-
|
1406
|
-
]),
|
1407
|
-
accessToken:
|
1408
|
-
refreshToken:
|
1409
|
-
}), qa =
|
1410
|
-
|
1411
|
-
|
1412
|
-
|
1413
|
-
|
1414
|
-
]),
|
1415
|
-
|
1391
|
+
const Qt = n.union([
|
1392
|
+
n.object({ authorization: n.string() }),
|
1393
|
+
n.object({ AUTHORIZATION: n.string() })
|
1394
|
+
]), La = n.union([
|
1395
|
+
n.object({ "X-API-Token": n.string() }),
|
1396
|
+
n.object({ "X-Api-Token": n.string() }),
|
1397
|
+
n.object({ "x-api-token": n.string() }),
|
1398
|
+
n.object({ "X-API-TOKEN": n.string() })
|
1399
|
+
]), Ma = n.union([
|
1400
|
+
Qt,
|
1401
|
+
La
|
1402
|
+
]), Ua = n.union([
|
1403
|
+
n.object({ "X-Lokalise-Plugin": n.string() }),
|
1404
|
+
n.object({ "x-lokalise-plugin": n.string() }),
|
1405
|
+
n.object({ "X-LOKALISE-PLUGIN": n.string() })
|
1406
|
+
]), x = Ma.and(Ua), Ha = n.object({
|
1407
|
+
accessToken: n.string(),
|
1408
|
+
refreshToken: n.string()
|
1409
|
+
}), qa = n.union([
|
1410
|
+
n.object({ "X-Csrf-Token": n.string() }),
|
1411
|
+
n.object({ "X-CSRF-Token": n.string() }),
|
1412
|
+
n.object({ "x-csrf-token": n.string() }),
|
1413
|
+
n.object({ "X-CSRF-TOKEN": n.string() })
|
1414
|
+
]), Ba = n.union([
|
1415
|
+
Qt,
|
1416
1416
|
qa
|
1417
|
-
]), Ge =
|
1417
|
+
]), Ge = Y({
|
1418
1418
|
description: "Takes a teamId and returns a JWT token access and refresh token for the user",
|
1419
1419
|
method: "post",
|
1420
|
-
requestPathParamsSchema:
|
1420
|
+
requestPathParamsSchema: n.object({ teamId: n.number() }),
|
1421
1421
|
pathResolver: (e) => `/team/${e.teamId}/actions/get-user-token`,
|
1422
|
-
requestHeaderSchema:
|
1423
|
-
requestBodySchema:
|
1422
|
+
requestHeaderSchema: Ba,
|
1423
|
+
requestBodySchema: n.undefined(),
|
1424
1424
|
isEmptyResponseExpected: !0,
|
1425
|
-
successResponseBodySchema:
|
1425
|
+
successResponseBodySchema: Ha
|
1426
1426
|
});
|
1427
|
-
function
|
1427
|
+
function oo(e, t, r) {
|
1428
1428
|
return async () => {
|
1429
1429
|
const a = t();
|
1430
1430
|
if (!a)
|
1431
1431
|
throw new ie();
|
1432
|
-
return
|
1433
|
-
pathParams: { teamId: Number(await
|
1432
|
+
return $(e, Ge, {
|
1433
|
+
pathParams: { teamId: Number(await r()) },
|
1434
1434
|
headers: await k.create().add("x-csrf-token", a).resolve()
|
1435
1435
|
});
|
1436
1436
|
};
|
1437
1437
|
}
|
1438
|
-
function
|
1439
|
-
return async ({ accessToken: t, refreshToken:
|
1438
|
+
function io(e) {
|
1439
|
+
return async ({ accessToken: t, refreshToken: r }) => {
|
1440
1440
|
const a = ee(t);
|
1441
1441
|
if (!a)
|
1442
1442
|
throw new ie();
|
1443
|
-
return
|
1443
|
+
return $(e, Ge, {
|
1444
1444
|
pathParams: { teamId: a.teamId },
|
1445
|
-
headers: await k.create().add("authorization", `Bearer ${
|
1445
|
+
headers: await k.create().add("authorization", `Bearer ${r}`).resolve()
|
1446
1446
|
});
|
1447
1447
|
};
|
1448
1448
|
}
|
1449
|
-
const
|
1449
|
+
const Da = {
|
1450
1450
|
teamKey: (e) => ["getUserToken", e]
|
1451
|
-
},
|
1452
|
-
...
|
1453
|
-
queryFn: async ({ queryKey: [a,
|
1451
|
+
}, $a = (e, t, r) => H({
|
1452
|
+
...r,
|
1453
|
+
queryFn: async ({ queryKey: [a, s] }) => $(e, Ge, {
|
1454
1454
|
headers: await t.resolve(),
|
1455
|
-
pathParams: { teamId:
|
1455
|
+
pathParams: { teamId: s }
|
1456
1456
|
})
|
1457
1457
|
}), ce = class ce extends CustomEvent {
|
1458
1458
|
constructor(t) {
|
@@ -1462,467 +1462,518 @@ const $a = {
|
|
1462
1462
|
}
|
1463
1463
|
};
|
1464
1464
|
re(ce, "eventName", "new-jwt-issued");
|
1465
|
-
let
|
1466
|
-
function
|
1467
|
-
const a =
|
1468
|
-
queryKey:
|
1465
|
+
let J = ce;
|
1466
|
+
function co(e, t, r) {
|
1467
|
+
const a = xa(), s = $a(e, t.add("x-csrf-token", a ?? ""), {
|
1468
|
+
queryKey: Da.teamKey(r),
|
1469
1469
|
enabled: a !== void 0
|
1470
1470
|
}), i = Ct();
|
1471
|
-
return
|
1472
|
-
|
1473
|
-
}, [
|
1471
|
+
return Q(() => {
|
1472
|
+
s.data && s.data.accessToken !== i.current && (window.dispatchEvent(new J(s.data)), i.current = s.data.accessToken);
|
1473
|
+
}, [s.data]), s;
|
1474
1474
|
}
|
1475
|
-
function
|
1475
|
+
function Wt() {
|
1476
1476
|
const [e, t] = I();
|
1477
|
-
return
|
1478
|
-
const
|
1479
|
-
t(
|
1477
|
+
return Q(() => {
|
1478
|
+
const r = (s) => {
|
1479
|
+
t(s.detail.payload);
|
1480
1480
|
}, a = Jt();
|
1481
|
-
return t(a ? ee(a.accessToken) : void 0), window.addEventListener(
|
1482
|
-
window.removeEventListener(
|
1481
|
+
return t(a ? ee(a.accessToken) : void 0), window.addEventListener(J.eventName, r), () => {
|
1482
|
+
window.removeEventListener(J.eventName, r);
|
1483
1483
|
};
|
1484
1484
|
}, []), e;
|
1485
1485
|
}
|
1486
|
-
const
|
1487
|
-
user_id:
|
1488
|
-
email:
|
1489
|
-
fullname:
|
1490
|
-
created_at:
|
1491
|
-
created_at_timestamp:
|
1486
|
+
const Ga = x, Fa = n.object({
|
1487
|
+
user_id: n.number(),
|
1488
|
+
email: n.string().email(),
|
1489
|
+
fullname: n.string(),
|
1490
|
+
created_at: n.string(),
|
1491
|
+
created_at_timestamp: n.number(),
|
1492
1492
|
role: zt
|
1493
|
-
}),
|
1494
|
-
teamId:
|
1495
|
-
userId:
|
1496
|
-
}),
|
1497
|
-
team_id:
|
1498
|
-
team_user:
|
1499
|
-
}),
|
1493
|
+
}), Ka = n.object({
|
1494
|
+
teamId: n.number(),
|
1495
|
+
userId: n.number()
|
1496
|
+
}), za = n.object({
|
1497
|
+
team_id: n.number(),
|
1498
|
+
team_user: Fa
|
1499
|
+
}), Ja = X({
|
1500
1500
|
description: "Get the details of a team user",
|
1501
|
-
requestHeaderSchema:
|
1502
|
-
requestPathParamsSchema:
|
1501
|
+
requestHeaderSchema: Ga,
|
1502
|
+
requestPathParamsSchema: Ka,
|
1503
1503
|
pathResolver: ({ teamId: e, userId: t }) => `/teams/${e}/users/${t}`,
|
1504
|
-
successResponseBodySchema:
|
1504
|
+
successResponseBodySchema: za
|
1505
1505
|
}), Qa = {
|
1506
1506
|
teamUserKey: (e, t) => ["GetTeamUsers", e, t]
|
1507
|
-
},
|
1508
|
-
...
|
1509
|
-
queryFn: async ({ queryKey: [a,
|
1507
|
+
}, Wa = (e, t, r) => H({
|
1508
|
+
...r,
|
1509
|
+
queryFn: async ({ queryKey: [a, s, i] }) => G(e, Ja, {
|
1510
1510
|
headers: await t.resolve(),
|
1511
|
-
pathParams: { teamId:
|
1511
|
+
pathParams: { teamId: s, userId: i }
|
1512
1512
|
})
|
1513
1513
|
});
|
1514
|
-
function
|
1515
|
-
const
|
1516
|
-
return
|
1517
|
-
queryKey: Qa.teamUserKey((
|
1518
|
-
enabled: (
|
1514
|
+
function lo(e, t) {
|
1515
|
+
const r = Wt();
|
1516
|
+
return Wa(e, t, {
|
1517
|
+
queryKey: Qa.teamUserKey((r == null ? void 0 : r.teamId) ?? 0, (r == null ? void 0 : r.userId) ?? 0),
|
1518
|
+
enabled: (r == null ? void 0 : r.userId) !== void 0 && r.teamId !== void 0
|
1519
1519
|
});
|
1520
1520
|
}
|
1521
|
-
const
|
1522
|
-
lang_id:
|
1523
|
-
lang_iso:
|
1524
|
-
lang_name:
|
1525
|
-
is_writable:
|
1526
|
-
}),
|
1527
|
-
user_id:
|
1528
|
-
email:
|
1529
|
-
fullname:
|
1530
|
-
created_at:
|
1531
|
-
created_at_timestamp:
|
1532
|
-
admin_rights:
|
1533
|
-
languages:
|
1534
|
-
is_admin:
|
1535
|
-
is_reviewer:
|
1536
|
-
}),
|
1537
|
-
|
1538
|
-
|
1539
|
-
]),
|
1540
|
-
|
1541
|
-
|
1542
|
-
|
1543
|
-
]),
|
1544
|
-
project:
|
1545
|
-
contributor:
|
1546
|
-
}),
|
1547
|
-
project_id:
|
1548
|
-
contributor:
|
1549
|
-
}),
|
1521
|
+
const uo = x, Ya = n.object({
|
1522
|
+
lang_id: n.number(),
|
1523
|
+
lang_iso: n.string(),
|
1524
|
+
lang_name: n.string(),
|
1525
|
+
is_writable: n.union([n.literal(0), n.literal(1)])
|
1526
|
+
}), Xa = n.object({
|
1527
|
+
user_id: n.number(),
|
1528
|
+
email: n.string().email(),
|
1529
|
+
fullname: n.string(),
|
1530
|
+
created_at: n.string(),
|
1531
|
+
created_at_timestamp: n.number(),
|
1532
|
+
admin_rights: n.array(n.string()),
|
1533
|
+
languages: n.array(Ya),
|
1534
|
+
is_admin: n.boolean(),
|
1535
|
+
is_reviewer: n.boolean()
|
1536
|
+
}), Va = n.union([
|
1537
|
+
n.object({ uuid: n.string().uuid() }),
|
1538
|
+
n.object({ id: n.string() })
|
1539
|
+
]), Za = n.union([
|
1540
|
+
n.object({ authenticatedUser: n.literal(!0) }),
|
1541
|
+
n.object({ uuid: n.string().uuid() }),
|
1542
|
+
n.object({ id: n.number() })
|
1543
|
+
]), es = n.object({
|
1544
|
+
project: Va,
|
1545
|
+
contributor: Za
|
1546
|
+
}), ts = n.object({
|
1547
|
+
project_id: n.string(),
|
1548
|
+
contributor: Xa
|
1549
|
+
}), ns = (e) => "authenticatedUser" in e ? "me" : "uuid" in e ? e.uuid : `${e.id}`, rs = (e) => "uuid" in e ? e.uuid : e.id, as = X({
|
1550
1550
|
description: "Get the details of a project contributor",
|
1551
|
-
requestHeaderSchema:
|
1552
|
-
requestPathParamsSchema:
|
1553
|
-
pathResolver: ({ project: e, contributor: t }) => `/projects/${
|
1554
|
-
successResponseBodySchema:
|
1555
|
-
}),
|
1551
|
+
requestHeaderSchema: x,
|
1552
|
+
requestPathParamsSchema: es,
|
1553
|
+
pathResolver: ({ project: e, contributor: t }) => `/projects/${rs(e)}/contributors/${ns(t)}`,
|
1554
|
+
successResponseBodySchema: ts
|
1555
|
+
}), ss = {
|
1556
1556
|
projectUserKey: (e) => ["RetrieveContributor", e]
|
1557
|
-
},
|
1558
|
-
...
|
1559
|
-
queryFn: async ({ queryKey: [a,
|
1560
|
-
pathParams:
|
1557
|
+
}, os = (e, t, r) => H({
|
1558
|
+
...r,
|
1559
|
+
queryFn: async ({ queryKey: [a, s] }) => G(e, as, {
|
1560
|
+
pathParams: s,
|
1561
1561
|
headers: await t.resolve()
|
1562
1562
|
})
|
1563
1563
|
});
|
1564
|
-
function
|
1565
|
-
const a =
|
1566
|
-
return
|
1567
|
-
queryKey:
|
1564
|
+
function mo(e, t, r) {
|
1565
|
+
const a = Wt(), s = a != null && a.userId ? { id: a.userId } : { authenticatedUser: !0 };
|
1566
|
+
return os(e, t, {
|
1567
|
+
queryKey: ss.projectUserKey({ project: { id: r }, contributor: s }),
|
1568
1568
|
enabled: a !== void 0
|
1569
1569
|
});
|
1570
1570
|
}
|
1571
|
-
const
|
1572
|
-
lang_iso:
|
1573
|
-
custom_iso:
|
1574
|
-
}),
|
1575
|
-
language_id:
|
1576
|
-
language_iso:
|
1577
|
-
progress:
|
1578
|
-
words_to_do:
|
1579
|
-
project_language_id:
|
1580
|
-
project_language_uuid:
|
1581
|
-
}),
|
1582
|
-
projectId:
|
1583
|
-
}), Yt =
|
1584
|
-
lang_id:
|
1585
|
-
lang_iso:
|
1586
|
-
lang_name:
|
1587
|
-
is_rtl:
|
1588
|
-
plural_forms:
|
1589
|
-
project_language_id:
|
1590
|
-
project_language_uuid:
|
1591
|
-
}),
|
1592
|
-
project_id:
|
1593
|
-
project_uuid:
|
1594
|
-
languages:
|
1595
|
-
}),
|
1596
|
-
projectId:
|
1597
|
-
}),
|
1598
|
-
languages:
|
1599
|
-
|
1600
|
-
lang_iso:
|
1601
|
-
custom_iso:
|
1602
|
-
custom_name:
|
1603
|
-
custom_plural_forms:
|
1571
|
+
const is = n.object({
|
1572
|
+
lang_iso: n.string(),
|
1573
|
+
custom_iso: n.string().optional()
|
1574
|
+
}), cs = n.object({
|
1575
|
+
language_id: n.number(),
|
1576
|
+
language_iso: n.string(),
|
1577
|
+
progress: n.number(),
|
1578
|
+
words_to_do: n.number(),
|
1579
|
+
project_language_id: n.number(),
|
1580
|
+
project_language_uuid: n.string().uuid()
|
1581
|
+
}), ls = n.object({
|
1582
|
+
projectId: n.string()
|
1583
|
+
}), Yt = n.object({
|
1584
|
+
lang_id: n.number(),
|
1585
|
+
lang_iso: n.string(),
|
1586
|
+
lang_name: n.string(),
|
1587
|
+
is_rtl: n.boolean(),
|
1588
|
+
plural_forms: n.array(n.string().optional()),
|
1589
|
+
project_language_id: n.string(),
|
1590
|
+
project_language_uuid: n.string().uuid()
|
1591
|
+
}), us = n.object({
|
1592
|
+
project_id: n.string(),
|
1593
|
+
project_uuid: n.string().uuid(),
|
1594
|
+
languages: n.array(Yt)
|
1595
|
+
}), ds = n.object({
|
1596
|
+
projectId: n.string()
|
1597
|
+
}), ms = n.object({
|
1598
|
+
languages: n.array(
|
1599
|
+
n.object({
|
1600
|
+
lang_iso: n.string(),
|
1601
|
+
custom_iso: n.string().optional(),
|
1602
|
+
custom_name: n.string().optional(),
|
1603
|
+
custom_plural_forms: n.array(n.string()).optional()
|
1604
1604
|
})
|
1605
1605
|
)
|
1606
|
-
}),
|
1607
|
-
project_id:
|
1608
|
-
project_uuid:
|
1609
|
-
languages:
|
1610
|
-
errors:
|
1611
|
-
|
1612
|
-
message:
|
1613
|
-
code:
|
1614
|
-
lang_iso:
|
1606
|
+
}), _s = n.object({
|
1607
|
+
project_id: n.string(),
|
1608
|
+
project_uuid: n.string().uuid(),
|
1609
|
+
languages: n.array(Yt),
|
1610
|
+
errors: n.array(
|
1611
|
+
n.object({
|
1612
|
+
message: n.string(),
|
1613
|
+
code: n.number(),
|
1614
|
+
lang_iso: n.string()
|
1615
1615
|
})
|
1616
1616
|
).optional()
|
1617
|
-
}),
|
1618
|
-
projectId:
|
1619
|
-
}),
|
1620
|
-
langs:
|
1621
|
-
|
1622
|
-
lang_iso:
|
1623
|
-
base_lang:
|
1617
|
+
}), gs = n.object({
|
1618
|
+
projectId: n.string()
|
1619
|
+
}), hs = n.object({
|
1620
|
+
langs: n.array(
|
1621
|
+
n.object({
|
1622
|
+
lang_iso: n.string(),
|
1623
|
+
base_lang: n.boolean()
|
1624
1624
|
})
|
1625
1625
|
)
|
1626
|
-
}),
|
1627
|
-
result:
|
1628
|
-
}),
|
1626
|
+
}), ps = n.object({
|
1627
|
+
result: n.boolean()
|
1628
|
+
}), fs = X({
|
1629
1629
|
description: "List of project languages",
|
1630
|
-
requestHeaderSchema:
|
1631
|
-
requestPathParamsSchema:
|
1630
|
+
requestHeaderSchema: x,
|
1631
|
+
requestPathParamsSchema: ls,
|
1632
1632
|
pathResolver: ({ projectId: e }) => `/projects/${e}/languages`,
|
1633
|
-
successResponseBodySchema:
|
1634
|
-
}),
|
1633
|
+
successResponseBodySchema: us
|
1634
|
+
}), _o = Y({
|
1635
1635
|
description: "Add languages to existing project",
|
1636
|
-
requestHeaderSchema:
|
1636
|
+
requestHeaderSchema: x,
|
1637
1637
|
method: "post",
|
1638
|
-
requestPathParamsSchema:
|
1638
|
+
requestPathParamsSchema: ds,
|
1639
1639
|
pathResolver: ({ projectId: e }) => `/projects/${e}/languages`,
|
1640
|
-
requestBodySchema:
|
1641
|
-
successResponseBodySchema:
|
1642
|
-
}),
|
1640
|
+
requestBodySchema: ms,
|
1641
|
+
successResponseBodySchema: _s
|
1642
|
+
}), bs = Y({
|
1643
1643
|
description: "Bulk update project languages",
|
1644
|
-
requestHeaderSchema:
|
1644
|
+
requestHeaderSchema: x,
|
1645
1645
|
method: "put",
|
1646
|
-
requestPathParamsSchema:
|
1646
|
+
requestPathParamsSchema: gs,
|
1647
1647
|
pathResolver: ({ projectId: e }) => `/projects/${e}/languages/bulk-update`,
|
1648
|
-
requestBodySchema:
|
1649
|
-
successResponseBodySchema:
|
1650
|
-
}), de =
|
1651
|
-
|
1652
|
-
|
1653
|
-
|
1654
|
-
]),
|
1655
|
-
per_platform_key_names:
|
1656
|
-
reviewing:
|
1657
|
-
auto_toggle_unverified:
|
1658
|
-
offline_translation:
|
1659
|
-
key_editing:
|
1660
|
-
inline_machine_translations:
|
1661
|
-
custom_translation_statuses:
|
1662
|
-
custom_translation_statuses_allow_multiple:
|
1663
|
-
segmentation:
|
1664
|
-
contributor_preview_download_enabled:
|
1665
|
-
}),
|
1666
|
-
not_reviewed:
|
1667
|
-
unverified:
|
1668
|
-
spelling_grammar:
|
1669
|
-
inconsistent_placeholders:
|
1670
|
-
inconsistent_html:
|
1671
|
-
different_number_of_urls:
|
1672
|
-
different_urls:
|
1673
|
-
leading_whitespace:
|
1674
|
-
trailing_whitespace:
|
1675
|
-
different_number_of_email_address:
|
1676
|
-
different_email_address:
|
1677
|
-
different_brackets:
|
1678
|
-
different_numbers:
|
1679
|
-
double_space:
|
1680
|
-
special_placeholder:
|
1681
|
-
unbalanced_brackets:
|
1682
|
-
}),
|
1683
|
-
progress_total:
|
1684
|
-
keys_total:
|
1685
|
-
team:
|
1686
|
-
base_words:
|
1687
|
-
qa_issues_total:
|
1688
|
-
qa_issues:
|
1689
|
-
languages:
|
1690
|
-
}), me =
|
1691
|
-
project_id:
|
1692
|
-
uuid:
|
1648
|
+
requestBodySchema: hs,
|
1649
|
+
successResponseBodySchema: ps
|
1650
|
+
}), de = x, Fe = n.union([
|
1651
|
+
n.literal("localization_files"),
|
1652
|
+
n.literal("paged_documents"),
|
1653
|
+
n.literal("marketing")
|
1654
|
+
]), Ts = n.object({
|
1655
|
+
per_platform_key_names: n.boolean(),
|
1656
|
+
reviewing: n.boolean(),
|
1657
|
+
auto_toggle_unverified: n.boolean(),
|
1658
|
+
offline_translation: n.boolean(),
|
1659
|
+
key_editing: n.boolean(),
|
1660
|
+
inline_machine_translations: n.boolean(),
|
1661
|
+
custom_translation_statuses: n.boolean(),
|
1662
|
+
custom_translation_statuses_allow_multiple: n.boolean(),
|
1663
|
+
segmentation: n.boolean(),
|
1664
|
+
contributor_preview_download_enabled: n.boolean()
|
1665
|
+
}), vs = n.object({
|
1666
|
+
not_reviewed: n.number(),
|
1667
|
+
unverified: n.number(),
|
1668
|
+
spelling_grammar: n.number(),
|
1669
|
+
inconsistent_placeholders: n.number(),
|
1670
|
+
inconsistent_html: n.number(),
|
1671
|
+
different_number_of_urls: n.number(),
|
1672
|
+
different_urls: n.number(),
|
1673
|
+
leading_whitespace: n.number(),
|
1674
|
+
trailing_whitespace: n.number(),
|
1675
|
+
different_number_of_email_address: n.number(),
|
1676
|
+
different_email_address: n.number(),
|
1677
|
+
different_brackets: n.number(),
|
1678
|
+
different_numbers: n.number(),
|
1679
|
+
double_space: n.number(),
|
1680
|
+
special_placeholder: n.number(),
|
1681
|
+
unbalanced_brackets: n.number()
|
1682
|
+
}), Ss = n.object({
|
1683
|
+
progress_total: n.number(),
|
1684
|
+
keys_total: n.number(),
|
1685
|
+
team: n.number(),
|
1686
|
+
base_words: n.number(),
|
1687
|
+
qa_issues_total: n.number(),
|
1688
|
+
qa_issues: vs,
|
1689
|
+
languages: n.array(cs)
|
1690
|
+
}), me = n.object({
|
1691
|
+
project_id: n.string(),
|
1692
|
+
uuid: n.string().uuid(),
|
1693
1693
|
project_type: Fe,
|
1694
|
-
name:
|
1695
|
-
description:
|
1696
|
-
created_at:
|
1697
|
-
created_at_timestamp:
|
1698
|
-
created_by:
|
1699
|
-
created_by_email:
|
1700
|
-
team_id:
|
1701
|
-
team_uuid:
|
1702
|
-
base_language_id:
|
1703
|
-
base_language_iso:
|
1704
|
-
base_project_language_id:
|
1705
|
-
base_project_language_uuid:
|
1706
|
-
settings:
|
1707
|
-
statistics:
|
1708
|
-
}),
|
1709
|
-
name:
|
1710
|
-
team_id:
|
1711
|
-
base_lang_iso:
|
1712
|
-
languages:
|
1694
|
+
name: n.string(),
|
1695
|
+
description: n.string(),
|
1696
|
+
created_at: n.string(),
|
1697
|
+
created_at_timestamp: n.number(),
|
1698
|
+
created_by: n.number(),
|
1699
|
+
created_by_email: n.string(),
|
1700
|
+
team_id: n.number(),
|
1701
|
+
team_uuid: n.string().uuid(),
|
1702
|
+
base_language_id: n.number(),
|
1703
|
+
base_language_iso: n.string(),
|
1704
|
+
base_project_language_id: n.number(),
|
1705
|
+
base_project_language_uuid: n.string().uuid(),
|
1706
|
+
settings: Ts.optional(),
|
1707
|
+
statistics: Ss.optional()
|
1708
|
+
}), ys = n.object({
|
1709
|
+
name: n.string(),
|
1710
|
+
team_id: n.string(),
|
1711
|
+
base_lang_iso: n.string(),
|
1712
|
+
languages: n.array(is),
|
1713
1713
|
project_type: Fe,
|
1714
|
-
is_segmentation_enabled:
|
1715
|
-
}),
|
1714
|
+
is_segmentation_enabled: n.boolean()
|
1715
|
+
}), Et = n.union([n.literal(0), n.literal(1)]), Es = n.object({
|
1716
1716
|
filter_type: Fe.optional(),
|
1717
|
-
filter_team_id:
|
1718
|
-
filter_names:
|
1719
|
-
include_statistics:
|
1720
|
-
include_settings:
|
1721
|
-
limit:
|
1722
|
-
page:
|
1723
|
-
}),
|
1724
|
-
projects:
|
1725
|
-
}),
|
1726
|
-
project_id:
|
1727
|
-
}),
|
1728
|
-
project_id:
|
1729
|
-
}),
|
1730
|
-
name:
|
1731
|
-
description:
|
1732
|
-
}), _e = () => "/projects",
|
1717
|
+
filter_team_id: n.number().optional(),
|
1718
|
+
filter_names: n.string().optional(),
|
1719
|
+
include_statistics: Et.optional(),
|
1720
|
+
include_settings: Et.optional(),
|
1721
|
+
limit: n.number().optional(),
|
1722
|
+
page: n.number().optional()
|
1723
|
+
}), Cs = n.object({
|
1724
|
+
projects: n.array(me)
|
1725
|
+
}), Ps = n.object({
|
1726
|
+
project_id: n.string()
|
1727
|
+
}), ws = n.object({
|
1728
|
+
project_id: n.string()
|
1729
|
+
}), As = n.object({
|
1730
|
+
name: n.string().min(1),
|
1731
|
+
description: n.string().optional()
|
1732
|
+
}), _e = () => "/projects", Rs = Y({
|
1733
1733
|
description: "Create a new project",
|
1734
1734
|
requestHeaderSchema: de,
|
1735
1735
|
method: "post",
|
1736
1736
|
pathResolver: _e,
|
1737
|
-
requestBodySchema:
|
1737
|
+
requestBodySchema: ys,
|
1738
1738
|
successResponseBodySchema: me
|
1739
|
-
}),
|
1739
|
+
}), ks = X({
|
1740
1740
|
description: "List all projects",
|
1741
1741
|
requestHeaderSchema: de,
|
1742
1742
|
pathResolver: _e,
|
1743
|
-
requestQuerySchema:
|
1744
|
-
successResponseBodySchema:
|
1745
|
-
}),
|
1743
|
+
requestQuerySchema: Es,
|
1744
|
+
successResponseBodySchema: Cs
|
1745
|
+
}), Is = X({
|
1746
1746
|
description: "Retrieve a project",
|
1747
1747
|
requestHeaderSchema: de,
|
1748
|
-
requestPathParamsSchema:
|
1748
|
+
requestPathParamsSchema: Ps,
|
1749
1749
|
pathResolver: ({ project_id: e }) => `${_e()}/${e}`,
|
1750
1750
|
successResponseBodySchema: me
|
1751
|
-
}),
|
1751
|
+
}), js = Y({
|
1752
1752
|
description: "Update a project",
|
1753
1753
|
requestHeaderSchema: de,
|
1754
1754
|
method: "put",
|
1755
|
-
requestPathParamsSchema:
|
1755
|
+
requestPathParamsSchema: ws,
|
1756
1756
|
pathResolver: ({ project_id: e }) => `${_e()}/${e}`,
|
1757
|
-
requestBodySchema:
|
1757
|
+
requestBodySchema: As,
|
1758
1758
|
successResponseBodySchema: me
|
1759
|
+
}), Ns = n.object({
|
1760
|
+
projectId: n.string(),
|
1761
|
+
translationId: n.number()
|
1762
|
+
}), Os = n.enum(["critical", "major", "minor"]), xs = n.object({
|
1763
|
+
category: n.string(),
|
1764
|
+
comment: n.string(),
|
1765
|
+
severity: Os
|
1766
|
+
}), Ls = n.object({
|
1767
|
+
score: n.number(),
|
1768
|
+
hasMajorIssue: n.boolean(),
|
1769
|
+
hasCriticalIssue: n.boolean(),
|
1770
|
+
issues: n.array(xs)
|
1759
1771
|
});
|
1760
|
-
function
|
1761
|
-
return
|
1762
|
-
...
|
1763
|
-
mutationFn: async (a) =>
|
1772
|
+
function go(e, t, r = {}) {
|
1773
|
+
return qe({
|
1774
|
+
...r,
|
1775
|
+
mutationFn: async (a) => $(e, Rs, {
|
1764
1776
|
headers: await t.resolve(),
|
1765
1777
|
body: a
|
1766
1778
|
})
|
1767
1779
|
});
|
1768
1780
|
}
|
1769
|
-
const
|
1781
|
+
const ho = {
|
1770
1782
|
projectIdKey: (e) => ["listProjectLanguages", e]
|
1771
1783
|
};
|
1772
|
-
function
|
1773
|
-
return
|
1774
|
-
...
|
1775
|
-
queryFn: async ({ queryKey: [a,
|
1784
|
+
function po(e, t, r) {
|
1785
|
+
return H({
|
1786
|
+
...r,
|
1787
|
+
queryFn: async ({ queryKey: [a, s] }) => G(e, fs, {
|
1776
1788
|
headers: await t.resolve(),
|
1777
|
-
pathParams: { projectId:
|
1789
|
+
pathParams: { projectId: s }
|
1778
1790
|
})
|
1779
1791
|
});
|
1780
1792
|
}
|
1781
|
-
const
|
1793
|
+
const fo = {
|
1782
1794
|
paramsKey: (e) => ["listProjects", e]
|
1783
1795
|
};
|
1784
|
-
function
|
1785
|
-
return
|
1786
|
-
...
|
1787
|
-
queryFn: async ({ queryKey: [a,
|
1796
|
+
function bo(e, t, r) {
|
1797
|
+
return H({
|
1798
|
+
...r,
|
1799
|
+
queryFn: async ({ queryKey: [a, s] }) => G(e, ks, {
|
1788
1800
|
headers: await t.resolve(),
|
1789
|
-
queryParams:
|
1801
|
+
queryParams: s
|
1790
1802
|
})
|
1791
1803
|
});
|
1792
1804
|
}
|
1793
|
-
const
|
1805
|
+
const To = {
|
1794
1806
|
projectIdKey: (e) => ["retrieveProject", e]
|
1795
1807
|
};
|
1796
|
-
function
|
1797
|
-
return
|
1798
|
-
...
|
1799
|
-
queryFn: async ({ queryKey: [a,
|
1808
|
+
function vo(e, t, r) {
|
1809
|
+
return H({
|
1810
|
+
...r,
|
1811
|
+
queryFn: async ({ queryKey: [a, s] }) => G(e, Is, {
|
1800
1812
|
headers: await t.resolve(),
|
1801
|
-
pathParams: { project_id:
|
1813
|
+
pathParams: { project_id: s }
|
1802
1814
|
})
|
1803
1815
|
});
|
1804
1816
|
}
|
1805
|
-
function
|
1806
|
-
return
|
1817
|
+
function So(e, t, r, a = {}) {
|
1818
|
+
return qe({
|
1807
1819
|
...a,
|
1808
|
-
mutationFn: async (
|
1820
|
+
mutationFn: async (s) => $(e, js, {
|
1809
1821
|
headers: await t.resolve(),
|
1810
|
-
body:
|
1811
|
-
pathParams:
|
1822
|
+
body: s,
|
1823
|
+
pathParams: r
|
1812
1824
|
})
|
1813
1825
|
});
|
1814
1826
|
}
|
1815
|
-
function
|
1816
|
-
return
|
1827
|
+
function yo(e, t, r, a = {}) {
|
1828
|
+
return qe({
|
1817
1829
|
...a,
|
1818
|
-
mutationFn: async (
|
1830
|
+
mutationFn: async (s) => $(e, bs, {
|
1819
1831
|
pathParams: t,
|
1820
|
-
headers: await
|
1821
|
-
body:
|
1832
|
+
headers: await r.resolve(),
|
1833
|
+
body: s
|
1834
|
+
})
|
1835
|
+
});
|
1836
|
+
}
|
1837
|
+
function Ms(e) {
|
1838
|
+
return {
|
1839
|
+
isEmptyResponseExpected: e.isEmptyResponseExpected ?? !1,
|
1840
|
+
isNonJSONResponseExpected: e.isNonJSONResponseExpected ?? !1,
|
1841
|
+
method: "get",
|
1842
|
+
pathResolver: e.pathResolver,
|
1843
|
+
requestHeaderSchema: e.requestHeaderSchema,
|
1844
|
+
requestPathParamsSchema: e.requestPathParamsSchema,
|
1845
|
+
requestQuerySchema: e.requestQuerySchema,
|
1846
|
+
successResponseBodySchema: e.successResponseBodySchema,
|
1847
|
+
description: e.description,
|
1848
|
+
responseSchemasByStatusCode: e.responseSchemasByStatusCode,
|
1849
|
+
metadata: e.metadata
|
1850
|
+
};
|
1851
|
+
}
|
1852
|
+
const Us = Ms({
|
1853
|
+
description: "Generate translation quality score",
|
1854
|
+
requestHeaderSchema: x,
|
1855
|
+
requestPathParamsSchema: Ns,
|
1856
|
+
pathResolver: ({ projectId: e, translationId: t }) => `/projects/${e}/translations/${t}/scoring-guidance`,
|
1857
|
+
successResponseBodySchema: Ls
|
1858
|
+
}), Eo = {
|
1859
|
+
paramsKey: (e) => ["getScore", e]
|
1860
|
+
};
|
1861
|
+
function Co(e, t, r) {
|
1862
|
+
return H({
|
1863
|
+
...r,
|
1864
|
+
queryFn: async ({ queryKey: [a, s] }) => G(e, Us, {
|
1865
|
+
headers: await t.resolve(),
|
1866
|
+
pathParams: s
|
1822
1867
|
})
|
1823
1868
|
});
|
1824
1869
|
}
|
1825
1870
|
export {
|
1826
|
-
|
1827
|
-
|
1828
|
-
|
1829
|
-
|
1830
|
-
|
1831
|
-
|
1832
|
-
|
1833
|
-
|
1834
|
-
|
1835
|
-
|
1836
|
-
|
1837
|
-
|
1871
|
+
ds as ADD_LANGUAGES_TO_PROJECT_PATH_PARAMS_SCHEMA,
|
1872
|
+
ms as ADD_LANGUAGES_TO_PROJECT_REQUEST_BODY_SCHEMA,
|
1873
|
+
_s as ADD_LANGUAGES_TO_PROJECT_RESPONSE_SCHEMA,
|
1874
|
+
gs as BULK_UPDATE_PROJECT_LANGUAGES_PATH_PARAMS_SCHEMA,
|
1875
|
+
hs as BULK_UPDATE_PROJECT_LANGUAGES_REQUEST_BODY_SCHEMA,
|
1876
|
+
ps as BULK_UPDATE_PROJECT_LANGUAGES_RESPONSE_SCHEMA,
|
1877
|
+
to as Breadcrumbs,
|
1878
|
+
uo as CONTRIBUTOR_API_BASE_HEADER_SCHEMA,
|
1879
|
+
Ya as CONTRIBUTOR_LANGUAGE_SCHEMA,
|
1880
|
+
Xa as CONTRIBUTOR_SCHEMA,
|
1881
|
+
ys as CREATE_PROJECT_REQUEST_BODY_SCHEMA,
|
1882
|
+
qt as ENTERPRISE_OPENSOURCE_PLAN_ID,
|
1838
1883
|
lr as ENTERPRISE_PLAN_IDS,
|
1839
1884
|
ir as ESSENTIAL_PLAN_IDS,
|
1840
1885
|
Ht as FREE_PLAN_ID,
|
1886
|
+
Ns as GET_SCORE_REQUEST_QUERY_SCHEMA,
|
1887
|
+
Ls as GET_SCORE_RESPONSE_SCHEMA,
|
1841
1888
|
k as HeaderBuilder,
|
1842
|
-
|
1843
|
-
|
1844
|
-
|
1889
|
+
xs as ISSUE_SCHEMA,
|
1890
|
+
Ha as JWT_TOKEN_SCHEMA,
|
1891
|
+
ro as JwtAuthHeaderBuilderMiddleware,
|
1892
|
+
is as LANGUAGE_ISO_SCHEMA,
|
1845
1893
|
Yt as LANGUAGE_SCHEMA,
|
1846
|
-
|
1847
|
-
|
1848
|
-
|
1849
|
-
|
1850
|
-
|
1851
|
-
|
1852
|
-
|
1894
|
+
cs as LANGUAGE_STATISTICS_SCHEMA,
|
1895
|
+
Es as LIST_PROJECTS_REQUEST_QUERY_SCHEMA,
|
1896
|
+
Cs as LIST_PROJECTS_SUCCESS_RESPONSE_BODY,
|
1897
|
+
ls as LIST_PROJECT_LANGUAGES_PATH_PARAMS_SCHEMA,
|
1898
|
+
us as LIST_PROJECT_LANGUAGES_RESPONSE_SCHEMA,
|
1899
|
+
oe as NavigationPanel,
|
1900
|
+
no as NavigationTabs,
|
1853
1901
|
de as PROJECT_API_BASE_HEADERS_SCHEMA,
|
1854
|
-
|
1902
|
+
vs as PROJECT_QA_ISSUES_SCHEMA,
|
1855
1903
|
me as PROJECT_SCHEMA,
|
1856
|
-
|
1857
|
-
|
1904
|
+
Ts as PROJECT_SETTINGS_SCHEMA,
|
1905
|
+
Ss as PROJECT_STATISTICS_SCHEMA,
|
1858
1906
|
Fe as PROJECT_TYPE_SCHEMA,
|
1859
1907
|
cr as PRO_PLAN_IDS,
|
1860
|
-
|
1861
|
-
|
1862
|
-
|
1863
|
-
|
1864
|
-
|
1908
|
+
ao as PublicApiHeaderBuilderMiddleware,
|
1909
|
+
es as RETRIEVE_CONTRIBUTOR_PATH_PARAMS_SCHEMA,
|
1910
|
+
ts as RETRIEVE_CONTRIBUTOR_RESPONSE_SCHEMA,
|
1911
|
+
Ps as RETRIEVE_PROJECT_PATH_PARAM_SCHEMA,
|
1912
|
+
Os as SEVERITY_ENUM,
|
1913
|
+
or as START_PLAN_IDS,
|
1865
1914
|
R as Sidebar,
|
1866
|
-
|
1915
|
+
A as SidebarTaskLanguageStatuses,
|
1867
1916
|
Le as SidebarTaskStatuses,
|
1868
1917
|
ae as SidebarTaskTypeOptions,
|
1869
1918
|
zt as TEAM_ROLE_SCHEMA,
|
1870
|
-
|
1871
|
-
|
1872
|
-
|
1873
|
-
|
1874
|
-
|
1875
|
-
|
1876
|
-
|
1877
|
-
|
1919
|
+
Ga as TEAM_USER_API_BASE_HEADERS_SCHEMA,
|
1920
|
+
Ka as TEAM_USER_PATH_PARAMS_SCHEMA,
|
1921
|
+
za as TEAM_USER_RESPONSE_SCHEMA,
|
1922
|
+
Fa as TEAM_USER_SCHEMA,
|
1923
|
+
sr as TRIAL_PLAN_ID,
|
1924
|
+
ws as UPDATE_PROJECT_PATH_PARAMS_SCHEMA,
|
1925
|
+
As as UPDATE_PROJECT_REQUEST_BODY_SCHEMA,
|
1926
|
+
Ba as USER_TOKEN_REQUEST_HEADER_SCHEMA,
|
1878
1927
|
ie as UnauthorizedError,
|
1879
|
-
|
1880
|
-
|
1928
|
+
_o as addLanguagesToProject,
|
1929
|
+
bs as bulkUpdateProjectLanguages,
|
1881
1930
|
mr as convertNewLineToBreakTag,
|
1882
1931
|
Kt as createHeaderBuilderMiddleware,
|
1883
|
-
|
1884
|
-
|
1885
|
-
|
1886
|
-
|
1887
|
-
|
1888
|
-
|
1932
|
+
Rs as createProject,
|
1933
|
+
pr as formatDate,
|
1934
|
+
eo as formatDateTz,
|
1935
|
+
oo as generateTokenFromClassicSession,
|
1936
|
+
so as getAuthenticatedSessionDetailFromRequest,
|
1937
|
+
xa as getCsrfTokenFromCookie,
|
1889
1938
|
Jt as getJwtTokenFromCookie,
|
1890
|
-
|
1939
|
+
Eo as getScoreKey,
|
1940
|
+
Ja as getTeamUser,
|
1891
1941
|
Qa as getTeamUsersQueryKey,
|
1892
1942
|
Ge as getUserToken,
|
1893
|
-
|
1894
|
-
|
1895
|
-
|
1896
|
-
|
1943
|
+
Da as getUserTokenKey,
|
1944
|
+
Zs as isEnterpriseOpenSourcePlan,
|
1945
|
+
Xs as isEnterprisePlan,
|
1946
|
+
Ws as isEssentialPlan,
|
1897
1947
|
De as isFreePlan,
|
1898
|
-
|
1899
|
-
|
1900
|
-
|
1901
|
-
|
1902
|
-
|
1903
|
-
|
1904
|
-
|
1905
|
-
|
1906
|
-
|
1948
|
+
Vs as isPaidPlan,
|
1949
|
+
Ys as isProPlan,
|
1950
|
+
Qs as isStartPlan,
|
1951
|
+
Bt as isTrialPlan,
|
1952
|
+
fs as listProjectLanguages,
|
1953
|
+
ho as listProjectLanguagesKey,
|
1954
|
+
ks as listProjects,
|
1955
|
+
fo as listProjectsKey,
|
1956
|
+
hr as makeUrlClickable,
|
1907
1957
|
ee as parseJwtTokenPayload,
|
1908
|
-
|
1909
|
-
|
1910
|
-
|
1911
|
-
|
1912
|
-
|
1913
|
-
|
1914
|
-
|
1915
|
-
|
1916
|
-
|
1917
|
-
|
1918
|
-
|
1958
|
+
io as refreshExpiredToken,
|
1959
|
+
as as retrieveContributor,
|
1960
|
+
ss as retrieveContributorKeys,
|
1961
|
+
Is as retrieveProject,
|
1962
|
+
To as retrieveProjectQueryKey,
|
1963
|
+
js as updateProject,
|
1964
|
+
mo as useAuthenticatedProjectContributor,
|
1965
|
+
Wt as useAuthenticatedSessionPayload,
|
1966
|
+
lo as useAuthenticatedUser,
|
1967
|
+
yo as useBulkUpdateProjectLanguagesMutation,
|
1968
|
+
go as useCreateProjectMutation,
|
1919
1969
|
$e as useEffectOnce,
|
1920
|
-
|
1921
|
-
|
1922
|
-
|
1923
|
-
|
1924
|
-
|
1925
|
-
|
1926
|
-
|
1927
|
-
|
1970
|
+
co as useGetPromotedClassicSessionJwtQuery,
|
1971
|
+
Co as useGetScoreQuery,
|
1972
|
+
Wa as useGetTeamUsersQuery,
|
1973
|
+
$a as useGetUserTokenQuery,
|
1974
|
+
po as useListProjectLanguagesQuery,
|
1975
|
+
bo as useListProjectsQuery,
|
1976
|
+
os as useRetrieveContributorQuery,
|
1977
|
+
vo as useRetrieveProjectQuery,
|
1978
|
+
So as useUpdateProjectMutation
|
1928
1979
|
};
|