@hiver/connector-agent 3.1.5-beta.1 → 3.1.5-beta.2
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/features/connector-cards/components/card-list/Card.d.ts.map +1 -1
- package/index.es.js +1016 -1016
- package/index.umd.js +28 -28
- package/package.json +1 -1
package/index.es.js
CHANGED
|
@@ -4,17 +4,17 @@ var cc = (e) => {
|
|
|
4
4
|
};
|
|
5
5
|
var J0 = (e, t, n) => t in e ? $0(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
|
|
6
6
|
var $o = (e, t, n) => J0(e, typeof t != "symbol" ? t + "" : t, n), Jo = (e, t, n) => t.has(e) || cc("Cannot " + n);
|
|
7
|
-
var
|
|
7
|
+
var _ = (e, t, n) => (Jo(e, t, "read from private field"), n ? n.call(e) : t.get(e)), K = (e, t, n) => t.has(e) ? cc("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, n), W = (e, t, n, r) => (Jo(e, t, "write to private field"), r ? r.call(e, n) : t.set(e, n), n), de = (e, t, n) => (Jo(e, t, "access private method"), n);
|
|
8
8
|
var wi = (e, t, n, r) => ({
|
|
9
9
|
set _(i) {
|
|
10
|
-
|
|
10
|
+
W(e, t, i, n);
|
|
11
11
|
},
|
|
12
12
|
get _() {
|
|
13
|
-
return
|
|
13
|
+
return _(e, t, r);
|
|
14
14
|
}
|
|
15
15
|
});
|
|
16
|
-
import * as
|
|
17
|
-
import ve, { useState as
|
|
16
|
+
import * as M from "react";
|
|
17
|
+
import ve, { useState as Y, useRef as ke, useSyncExternalStore as Q0, useLayoutEffect as mi, useEffect as pe, isValidElement as hr, cloneElement as xs, createContext as du, useContext as ct, useCallback as Ne, useMemo as Ge, forwardRef as ma, Component as q0, Fragment as ws, useReducer as K0, Suspense as eh } from "react";
|
|
18
18
|
import { createPortal as ba } from "react-dom";
|
|
19
19
|
import { styled as k, Stack as Q, theme as z, Button as bt, icons as Nt, Typography as fe, Tooltip as We, IconButton as fn, brandIcons as fu, Grid as th, Box as Oe, Link as Eo, Skeleton as va, TableHead as nh, TableCell as xo, TableRow as hu, palette as rh, TableContainer as ih, Table as oh, TableBody as sh, Dialog as ah, Icon as pu, TextField as ch, DatePicker as lh, DateTextField as uh, InputAdornment as dh, Paper as fh, HiverProvider as hh } from "@hiver/hiver-ui-kit";
|
|
20
20
|
var se = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, As = { exports: {} }, Wr = {};
|
|
@@ -55,57 +55,57 @@ var uc;
|
|
|
55
55
|
function gh() {
|
|
56
56
|
return uc || (uc = 1, process.env.NODE_ENV !== "production" && function() {
|
|
57
57
|
var e = ve, t = Symbol.for("react.element"), n = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), i = Symbol.for("react.strict_mode"), o = Symbol.for("react.profiler"), s = Symbol.for("react.provider"), l = Symbol.for("react.context"), a = Symbol.for("react.forward_ref"), c = Symbol.for("react.suspense"), u = Symbol.for("react.suspense_list"), b = Symbol.for("react.memo"), v = Symbol.for("react.lazy"), C = Symbol.for("react.offscreen"), g = Symbol.iterator, h = "@@iterator";
|
|
58
|
-
function d(
|
|
59
|
-
if (
|
|
58
|
+
function d(T) {
|
|
59
|
+
if (T === null || typeof T != "object")
|
|
60
60
|
return null;
|
|
61
|
-
var N = g &&
|
|
61
|
+
var N = g && T[g] || T[h];
|
|
62
62
|
return typeof N == "function" ? N : null;
|
|
63
63
|
}
|
|
64
64
|
var f = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
65
|
-
function p(
|
|
65
|
+
function p(T) {
|
|
66
66
|
{
|
|
67
|
-
for (var N = arguments.length,
|
|
68
|
-
|
|
69
|
-
m("error",
|
|
67
|
+
for (var N = arguments.length, H = new Array(N > 1 ? N - 1 : 0), oe = 1; oe < N; oe++)
|
|
68
|
+
H[oe - 1] = arguments[oe];
|
|
69
|
+
m("error", T, H);
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
|
-
function m(
|
|
72
|
+
function m(T, N, H) {
|
|
73
73
|
{
|
|
74
74
|
var oe = f.ReactDebugCurrentFrame, we = oe.getStackAddendum();
|
|
75
|
-
we !== "" && (N += "%s",
|
|
76
|
-
var Le =
|
|
75
|
+
we !== "" && (N += "%s", H = H.concat([we]));
|
|
76
|
+
var Le = H.map(function(be) {
|
|
77
77
|
return String(be);
|
|
78
78
|
});
|
|
79
|
-
Le.unshift("Warning: " + N), Function.prototype.apply.call(console[
|
|
79
|
+
Le.unshift("Warning: " + N), Function.prototype.apply.call(console[T], console, Le);
|
|
80
80
|
}
|
|
81
81
|
}
|
|
82
|
-
var I = !1, y = !1, x = !1, w = !1, A = !1,
|
|
83
|
-
|
|
84
|
-
function F(
|
|
85
|
-
return !!(typeof
|
|
82
|
+
var I = !1, y = !1, x = !1, w = !1, A = !1, S;
|
|
83
|
+
S = Symbol.for("react.module.reference");
|
|
84
|
+
function F(T) {
|
|
85
|
+
return !!(typeof T == "string" || typeof T == "function" || T === r || T === o || A || T === i || T === c || T === u || w || T === C || I || y || x || typeof T == "object" && T !== null && (T.$$typeof === v || T.$$typeof === b || T.$$typeof === s || T.$$typeof === l || T.$$typeof === a || // This needs to include all possible module reference object
|
|
86
86
|
// types supported by any Flight configuration anywhere since
|
|
87
87
|
// we don't know which Flight build this will end up being used
|
|
88
88
|
// with.
|
|
89
|
-
|
|
89
|
+
T.$$typeof === S || T.getModuleId !== void 0));
|
|
90
90
|
}
|
|
91
|
-
function R(
|
|
92
|
-
var oe =
|
|
91
|
+
function R(T, N, H) {
|
|
92
|
+
var oe = T.displayName;
|
|
93
93
|
if (oe)
|
|
94
94
|
return oe;
|
|
95
95
|
var we = N.displayName || N.name || "";
|
|
96
|
-
return we !== "" ?
|
|
96
|
+
return we !== "" ? H + "(" + we + ")" : H;
|
|
97
97
|
}
|
|
98
|
-
function D(
|
|
99
|
-
return
|
|
98
|
+
function D(T) {
|
|
99
|
+
return T.displayName || "Context";
|
|
100
100
|
}
|
|
101
|
-
function L(
|
|
102
|
-
if (
|
|
101
|
+
function L(T) {
|
|
102
|
+
if (T == null)
|
|
103
103
|
return null;
|
|
104
|
-
if (typeof
|
|
105
|
-
return
|
|
106
|
-
if (typeof
|
|
107
|
-
return
|
|
108
|
-
switch (
|
|
104
|
+
if (typeof T.tag == "number" && p("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof T == "function")
|
|
105
|
+
return T.displayName || T.name || null;
|
|
106
|
+
if (typeof T == "string")
|
|
107
|
+
return T;
|
|
108
|
+
switch (T) {
|
|
109
109
|
case r:
|
|
110
110
|
return "Fragment";
|
|
111
111
|
case n:
|
|
@@ -119,21 +119,21 @@ function gh() {
|
|
|
119
119
|
case u:
|
|
120
120
|
return "SuspenseList";
|
|
121
121
|
}
|
|
122
|
-
if (typeof
|
|
123
|
-
switch (
|
|
122
|
+
if (typeof T == "object")
|
|
123
|
+
switch (T.$$typeof) {
|
|
124
124
|
case l:
|
|
125
|
-
var N =
|
|
125
|
+
var N = T;
|
|
126
126
|
return D(N) + ".Consumer";
|
|
127
127
|
case s:
|
|
128
|
-
var
|
|
129
|
-
return D(
|
|
128
|
+
var H = T;
|
|
129
|
+
return D(H._context) + ".Provider";
|
|
130
130
|
case a:
|
|
131
|
-
return R(
|
|
131
|
+
return R(T, T.render, "ForwardRef");
|
|
132
132
|
case b:
|
|
133
|
-
var oe =
|
|
134
|
-
return oe !== null ? oe : L(
|
|
133
|
+
var oe = T.displayName || null;
|
|
134
|
+
return oe !== null ? oe : L(T.type) || "Memo";
|
|
135
135
|
case v: {
|
|
136
|
-
var we =
|
|
136
|
+
var we = T, Le = we._payload, be = we._init;
|
|
137
137
|
try {
|
|
138
138
|
return L(be(Le));
|
|
139
139
|
} catch {
|
|
@@ -143,70 +143,70 @@ function gh() {
|
|
|
143
143
|
}
|
|
144
144
|
return null;
|
|
145
145
|
}
|
|
146
|
-
var
|
|
147
|
-
function
|
|
146
|
+
var Z = Object.assign, X = 0, V, U, B, ne, ae, ce, P;
|
|
147
|
+
function G() {
|
|
148
148
|
}
|
|
149
|
-
|
|
150
|
-
function
|
|
149
|
+
G.__reactDisabledLog = !0;
|
|
150
|
+
function J() {
|
|
151
151
|
{
|
|
152
|
-
if (
|
|
153
|
-
|
|
154
|
-
var
|
|
152
|
+
if (X === 0) {
|
|
153
|
+
V = console.log, U = console.info, B = console.warn, ne = console.error, ae = console.group, ce = console.groupCollapsed, P = console.groupEnd;
|
|
154
|
+
var T = {
|
|
155
155
|
configurable: !0,
|
|
156
156
|
enumerable: !0,
|
|
157
|
-
value:
|
|
157
|
+
value: G,
|
|
158
158
|
writable: !0
|
|
159
159
|
};
|
|
160
160
|
Object.defineProperties(console, {
|
|
161
|
-
info:
|
|
162
|
-
log:
|
|
163
|
-
warn:
|
|
164
|
-
error:
|
|
165
|
-
group:
|
|
166
|
-
groupCollapsed:
|
|
167
|
-
groupEnd:
|
|
161
|
+
info: T,
|
|
162
|
+
log: T,
|
|
163
|
+
warn: T,
|
|
164
|
+
error: T,
|
|
165
|
+
group: T,
|
|
166
|
+
groupCollapsed: T,
|
|
167
|
+
groupEnd: T
|
|
168
168
|
});
|
|
169
169
|
}
|
|
170
|
-
|
|
170
|
+
X++;
|
|
171
171
|
}
|
|
172
172
|
}
|
|
173
|
-
function
|
|
173
|
+
function re() {
|
|
174
174
|
{
|
|
175
|
-
if (
|
|
176
|
-
var
|
|
175
|
+
if (X--, X === 0) {
|
|
176
|
+
var T = {
|
|
177
177
|
configurable: !0,
|
|
178
178
|
enumerable: !0,
|
|
179
179
|
writable: !0
|
|
180
180
|
};
|
|
181
181
|
Object.defineProperties(console, {
|
|
182
|
-
log:
|
|
183
|
-
value:
|
|
182
|
+
log: Z({}, T, {
|
|
183
|
+
value: V
|
|
184
184
|
}),
|
|
185
|
-
info:
|
|
186
|
-
value:
|
|
185
|
+
info: Z({}, T, {
|
|
186
|
+
value: U
|
|
187
187
|
}),
|
|
188
|
-
warn:
|
|
189
|
-
value:
|
|
188
|
+
warn: Z({}, T, {
|
|
189
|
+
value: B
|
|
190
190
|
}),
|
|
191
|
-
error:
|
|
191
|
+
error: Z({}, T, {
|
|
192
192
|
value: ne
|
|
193
193
|
}),
|
|
194
|
-
group:
|
|
194
|
+
group: Z({}, T, {
|
|
195
195
|
value: ae
|
|
196
196
|
}),
|
|
197
|
-
groupCollapsed:
|
|
198
|
-
value:
|
|
197
|
+
groupCollapsed: Z({}, T, {
|
|
198
|
+
value: ce
|
|
199
199
|
}),
|
|
200
|
-
groupEnd:
|
|
201
|
-
value:
|
|
200
|
+
groupEnd: Z({}, T, {
|
|
201
|
+
value: P
|
|
202
202
|
})
|
|
203
203
|
});
|
|
204
204
|
}
|
|
205
|
-
|
|
205
|
+
X < 0 && p("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
206
206
|
}
|
|
207
207
|
}
|
|
208
208
|
var ue = f.ReactCurrentDispatcher, Ce;
|
|
209
|
-
function Re(
|
|
209
|
+
function Re(T, N, H) {
|
|
210
210
|
{
|
|
211
211
|
if (Ce === void 0)
|
|
212
212
|
try {
|
|
@@ -216,7 +216,7 @@ function gh() {
|
|
|
216
216
|
Ce = oe && oe[1] || "";
|
|
217
217
|
}
|
|
218
218
|
return `
|
|
219
|
-
` + Ce +
|
|
219
|
+
` + Ce + T;
|
|
220
220
|
}
|
|
221
221
|
}
|
|
222
222
|
var ie = !1, ge;
|
|
@@ -224,20 +224,20 @@ function gh() {
|
|
|
224
224
|
var $e = typeof WeakMap == "function" ? WeakMap : Map;
|
|
225
225
|
ge = new $e();
|
|
226
226
|
}
|
|
227
|
-
function
|
|
228
|
-
if (!
|
|
227
|
+
function j(T, N) {
|
|
228
|
+
if (!T || ie)
|
|
229
229
|
return "";
|
|
230
230
|
{
|
|
231
|
-
var
|
|
232
|
-
if (
|
|
233
|
-
return
|
|
231
|
+
var H = ge.get(T);
|
|
232
|
+
if (H !== void 0)
|
|
233
|
+
return H;
|
|
234
234
|
}
|
|
235
235
|
var oe;
|
|
236
236
|
ie = !0;
|
|
237
237
|
var we = Error.prepareStackTrace;
|
|
238
238
|
Error.prepareStackTrace = void 0;
|
|
239
239
|
var Le;
|
|
240
|
-
Le = ue.current, ue.current = null,
|
|
240
|
+
Le = ue.current, ue.current = null, J();
|
|
241
241
|
try {
|
|
242
242
|
if (N) {
|
|
243
243
|
var be = function() {
|
|
@@ -253,14 +253,14 @@ function gh() {
|
|
|
253
253
|
} catch (ut) {
|
|
254
254
|
oe = ut;
|
|
255
255
|
}
|
|
256
|
-
Reflect.construct(
|
|
256
|
+
Reflect.construct(T, [], be);
|
|
257
257
|
} else {
|
|
258
258
|
try {
|
|
259
259
|
be.call();
|
|
260
260
|
} catch (ut) {
|
|
261
261
|
oe = ut;
|
|
262
262
|
}
|
|
263
|
-
|
|
263
|
+
T.call(be.prototype);
|
|
264
264
|
}
|
|
265
265
|
} else {
|
|
266
266
|
try {
|
|
@@ -268,7 +268,7 @@ function gh() {
|
|
|
268
268
|
} catch (ut) {
|
|
269
269
|
oe = ut;
|
|
270
270
|
}
|
|
271
|
-
|
|
271
|
+
T();
|
|
272
272
|
}
|
|
273
273
|
} catch (ut) {
|
|
274
274
|
if (ut && oe && typeof ut.stack == "string") {
|
|
@@ -283,48 +283,48 @@ function gh() {
|
|
|
283
283
|
if (Ve--, Ze--, Ze < 0 || he[Ve] !== it[Ze]) {
|
|
284
284
|
var Lt = `
|
|
285
285
|
` + he[Ve].replace(" at new ", " at ");
|
|
286
|
-
return
|
|
286
|
+
return T.displayName && Lt.includes("<anonymous>") && (Lt = Lt.replace("<anonymous>", T.displayName)), typeof T == "function" && ge.set(T, Lt), Lt;
|
|
287
287
|
}
|
|
288
288
|
while (Ve >= 1 && Ze >= 0);
|
|
289
289
|
break;
|
|
290
290
|
}
|
|
291
291
|
}
|
|
292
292
|
} finally {
|
|
293
|
-
ie = !1, ue.current = Le,
|
|
293
|
+
ie = !1, ue.current = Le, re(), Error.prepareStackTrace = we;
|
|
294
294
|
}
|
|
295
|
-
var ar =
|
|
296
|
-
return typeof
|
|
295
|
+
var ar = T ? T.displayName || T.name : "", Fn = ar ? Re(ar) : "";
|
|
296
|
+
return typeof T == "function" && ge.set(T, Fn), Fn;
|
|
297
297
|
}
|
|
298
|
-
function Pe(
|
|
299
|
-
return
|
|
298
|
+
function Pe(T, N, H) {
|
|
299
|
+
return j(T, !1);
|
|
300
300
|
}
|
|
301
|
-
function tt(
|
|
302
|
-
var N =
|
|
301
|
+
function tt(T) {
|
|
302
|
+
var N = T.prototype;
|
|
303
303
|
return !!(N && N.isReactComponent);
|
|
304
304
|
}
|
|
305
|
-
function Qe(
|
|
306
|
-
if (
|
|
305
|
+
function Qe(T, N, H) {
|
|
306
|
+
if (T == null)
|
|
307
307
|
return "";
|
|
308
|
-
if (typeof
|
|
309
|
-
return
|
|
310
|
-
if (typeof
|
|
311
|
-
return Re(
|
|
312
|
-
switch (
|
|
308
|
+
if (typeof T == "function")
|
|
309
|
+
return j(T, tt(T));
|
|
310
|
+
if (typeof T == "string")
|
|
311
|
+
return Re(T);
|
|
312
|
+
switch (T) {
|
|
313
313
|
case c:
|
|
314
314
|
return Re("Suspense");
|
|
315
315
|
case u:
|
|
316
316
|
return Re("SuspenseList");
|
|
317
317
|
}
|
|
318
|
-
if (typeof
|
|
319
|
-
switch (
|
|
318
|
+
if (typeof T == "object")
|
|
319
|
+
switch (T.$$typeof) {
|
|
320
320
|
case a:
|
|
321
|
-
return Pe(
|
|
321
|
+
return Pe(T.render);
|
|
322
322
|
case b:
|
|
323
|
-
return Qe(
|
|
323
|
+
return Qe(T.type, N, H);
|
|
324
324
|
case v: {
|
|
325
|
-
var oe =
|
|
325
|
+
var oe = T, we = oe._payload, Le = oe._init;
|
|
326
326
|
try {
|
|
327
|
-
return Qe(Le(we), N,
|
|
327
|
+
return Qe(Le(we), N, H);
|
|
328
328
|
} catch {
|
|
329
329
|
}
|
|
330
330
|
}
|
|
@@ -332,55 +332,55 @@ function gh() {
|
|
|
332
332
|
return "";
|
|
333
333
|
}
|
|
334
334
|
var Ot = Object.prototype.hasOwnProperty, nr = {}, kt = f.ReactDebugCurrentFrame;
|
|
335
|
-
function lt(
|
|
336
|
-
if (
|
|
337
|
-
var N =
|
|
338
|
-
kt.setExtraStackFrame(
|
|
335
|
+
function lt(T) {
|
|
336
|
+
if (T) {
|
|
337
|
+
var N = T._owner, H = Qe(T.type, T._source, N ? N.type : null);
|
|
338
|
+
kt.setExtraStackFrame(H);
|
|
339
339
|
} else
|
|
340
340
|
kt.setExtraStackFrame(null);
|
|
341
341
|
}
|
|
342
|
-
function qe(
|
|
342
|
+
function qe(T, N, H, oe, we) {
|
|
343
343
|
{
|
|
344
344
|
var Le = Function.call.bind(Ot);
|
|
345
|
-
for (var be in
|
|
346
|
-
if (Le(
|
|
345
|
+
for (var be in T)
|
|
346
|
+
if (Le(T, be)) {
|
|
347
347
|
var he = void 0;
|
|
348
348
|
try {
|
|
349
|
-
if (typeof
|
|
350
|
-
var it = Error((oe || "React class") + ": " +
|
|
349
|
+
if (typeof T[be] != "function") {
|
|
350
|
+
var it = Error((oe || "React class") + ": " + H + " type `" + be + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof T[be] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
351
351
|
throw it.name = "Invariant Violation", it;
|
|
352
352
|
}
|
|
353
|
-
he =
|
|
353
|
+
he = T[be](N, be, oe, H, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
354
354
|
} catch (Ve) {
|
|
355
355
|
he = Ve;
|
|
356
356
|
}
|
|
357
|
-
he && !(he instanceof Error) && (lt(we), p("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", oe || "React class",
|
|
357
|
+
he && !(he instanceof Error) && (lt(we), p("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", oe || "React class", H, be, typeof he), lt(null)), he instanceof Error && !(he.message in nr) && (nr[he.message] = !0, lt(we), p("Failed %s type: %s", H, he.message), lt(null));
|
|
358
358
|
}
|
|
359
359
|
}
|
|
360
360
|
}
|
|
361
361
|
var rr = Array.isArray;
|
|
362
|
-
function rn(
|
|
363
|
-
return rr(
|
|
362
|
+
function rn(T) {
|
|
363
|
+
return rr(T);
|
|
364
364
|
}
|
|
365
|
-
function Wo(
|
|
365
|
+
function Wo(T) {
|
|
366
366
|
{
|
|
367
|
-
var N = typeof Symbol == "function" && Symbol.toStringTag,
|
|
368
|
-
return
|
|
367
|
+
var N = typeof Symbol == "function" && Symbol.toStringTag, H = N && T[Symbol.toStringTag] || T.constructor.name || "Object";
|
|
368
|
+
return H;
|
|
369
369
|
}
|
|
370
370
|
}
|
|
371
|
-
function Hr(
|
|
371
|
+
function Hr(T) {
|
|
372
372
|
try {
|
|
373
|
-
return ir(
|
|
373
|
+
return ir(T), !1;
|
|
374
374
|
} catch {
|
|
375
375
|
return !0;
|
|
376
376
|
}
|
|
377
377
|
}
|
|
378
|
-
function ir(
|
|
379
|
-
return "" +
|
|
378
|
+
function ir(T) {
|
|
379
|
+
return "" + T;
|
|
380
380
|
}
|
|
381
|
-
function Ei(
|
|
382
|
-
if (Hr(
|
|
383
|
-
return p("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Wo(
|
|
381
|
+
function Ei(T) {
|
|
382
|
+
if (Hr(T))
|
|
383
|
+
return p("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Wo(T)), ir(T);
|
|
384
384
|
}
|
|
385
385
|
var ze = f.ReactCurrentOwner, on = {
|
|
386
386
|
key: !0,
|
|
@@ -389,58 +389,58 @@ function gh() {
|
|
|
389
389
|
__source: !0
|
|
390
390
|
}, or, xi, Zo;
|
|
391
391
|
Zo = {};
|
|
392
|
-
function F0(
|
|
393
|
-
if (Ot.call(
|
|
394
|
-
var N = Object.getOwnPropertyDescriptor(
|
|
392
|
+
function F0(T) {
|
|
393
|
+
if (Ot.call(T, "ref")) {
|
|
394
|
+
var N = Object.getOwnPropertyDescriptor(T, "ref").get;
|
|
395
395
|
if (N && N.isReactWarning)
|
|
396
396
|
return !1;
|
|
397
397
|
}
|
|
398
|
-
return
|
|
398
|
+
return T.ref !== void 0;
|
|
399
399
|
}
|
|
400
|
-
function D0(
|
|
401
|
-
if (Ot.call(
|
|
402
|
-
var N = Object.getOwnPropertyDescriptor(
|
|
400
|
+
function D0(T) {
|
|
401
|
+
if (Ot.call(T, "key")) {
|
|
402
|
+
var N = Object.getOwnPropertyDescriptor(T, "key").get;
|
|
403
403
|
if (N && N.isReactWarning)
|
|
404
404
|
return !1;
|
|
405
405
|
}
|
|
406
|
-
return
|
|
406
|
+
return T.key !== void 0;
|
|
407
407
|
}
|
|
408
|
-
function N0(
|
|
409
|
-
if (typeof
|
|
410
|
-
var
|
|
411
|
-
Zo[
|
|
408
|
+
function N0(T, N) {
|
|
409
|
+
if (typeof T.ref == "string" && ze.current && N && ze.current.stateNode !== N) {
|
|
410
|
+
var H = L(ze.current.type);
|
|
411
|
+
Zo[H] || (p('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', L(ze.current.type), T.ref), Zo[H] = !0);
|
|
412
412
|
}
|
|
413
413
|
}
|
|
414
|
-
function k0(
|
|
414
|
+
function k0(T, N) {
|
|
415
415
|
{
|
|
416
|
-
var
|
|
416
|
+
var H = function() {
|
|
417
417
|
or || (or = !0, p("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", N));
|
|
418
418
|
};
|
|
419
|
-
|
|
420
|
-
get:
|
|
419
|
+
H.isReactWarning = !0, Object.defineProperty(T, "key", {
|
|
420
|
+
get: H,
|
|
421
421
|
configurable: !0
|
|
422
422
|
});
|
|
423
423
|
}
|
|
424
424
|
}
|
|
425
|
-
function P0(
|
|
425
|
+
function P0(T, N) {
|
|
426
426
|
{
|
|
427
|
-
var
|
|
427
|
+
var H = function() {
|
|
428
428
|
xi || (xi = !0, p("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", N));
|
|
429
429
|
};
|
|
430
|
-
|
|
431
|
-
get:
|
|
430
|
+
H.isReactWarning = !0, Object.defineProperty(T, "ref", {
|
|
431
|
+
get: H,
|
|
432
432
|
configurable: !0
|
|
433
433
|
});
|
|
434
434
|
}
|
|
435
435
|
}
|
|
436
|
-
var M0 = function(
|
|
436
|
+
var M0 = function(T, N, H, oe, we, Le, be) {
|
|
437
437
|
var he = {
|
|
438
438
|
// This tag allows us to uniquely identify this as a React Element
|
|
439
439
|
$$typeof: t,
|
|
440
440
|
// Built-in properties that belong on the element
|
|
441
|
-
type:
|
|
441
|
+
type: T,
|
|
442
442
|
key: N,
|
|
443
|
-
ref:
|
|
443
|
+
ref: H,
|
|
444
444
|
props: be,
|
|
445
445
|
// Record the component responsible for creating this element.
|
|
446
446
|
_owner: Le
|
|
@@ -462,114 +462,114 @@ function gh() {
|
|
|
462
462
|
value: we
|
|
463
463
|
}), Object.freeze && (Object.freeze(he.props), Object.freeze(he)), he;
|
|
464
464
|
};
|
|
465
|
-
function B0(
|
|
465
|
+
function B0(T, N, H, oe, we) {
|
|
466
466
|
{
|
|
467
467
|
var Le, be = {}, he = null, it = null;
|
|
468
|
-
|
|
468
|
+
H !== void 0 && (Ei(H), he = "" + H), D0(N) && (Ei(N.key), he = "" + N.key), F0(N) && (it = N.ref, N0(N, we));
|
|
469
469
|
for (Le in N)
|
|
470
470
|
Ot.call(N, Le) && !on.hasOwnProperty(Le) && (be[Le] = N[Le]);
|
|
471
|
-
if (
|
|
472
|
-
var Ve =
|
|
471
|
+
if (T && T.defaultProps) {
|
|
472
|
+
var Ve = T.defaultProps;
|
|
473
473
|
for (Le in Ve)
|
|
474
474
|
be[Le] === void 0 && (be[Le] = Ve[Le]);
|
|
475
475
|
}
|
|
476
476
|
if (he || it) {
|
|
477
|
-
var Ze = typeof
|
|
477
|
+
var Ze = typeof T == "function" ? T.displayName || T.name || "Unknown" : T;
|
|
478
478
|
he && k0(be, Ze), it && P0(be, Ze);
|
|
479
479
|
}
|
|
480
|
-
return M0(
|
|
480
|
+
return M0(T, he, it, we, oe, ze.current, be);
|
|
481
481
|
}
|
|
482
482
|
}
|
|
483
483
|
var Xo = f.ReactCurrentOwner, tc = f.ReactDebugCurrentFrame;
|
|
484
|
-
function sr(
|
|
485
|
-
if (
|
|
486
|
-
var N =
|
|
487
|
-
tc.setExtraStackFrame(
|
|
484
|
+
function sr(T) {
|
|
485
|
+
if (T) {
|
|
486
|
+
var N = T._owner, H = Qe(T.type, T._source, N ? N.type : null);
|
|
487
|
+
tc.setExtraStackFrame(H);
|
|
488
488
|
} else
|
|
489
489
|
tc.setExtraStackFrame(null);
|
|
490
490
|
}
|
|
491
491
|
var Uo;
|
|
492
492
|
Uo = !1;
|
|
493
|
-
function zo(
|
|
494
|
-
return typeof
|
|
493
|
+
function zo(T) {
|
|
494
|
+
return typeof T == "object" && T !== null && T.$$typeof === t;
|
|
495
495
|
}
|
|
496
496
|
function nc() {
|
|
497
497
|
{
|
|
498
498
|
if (Xo.current) {
|
|
499
|
-
var
|
|
500
|
-
if (
|
|
499
|
+
var T = L(Xo.current.type);
|
|
500
|
+
if (T)
|
|
501
501
|
return `
|
|
502
502
|
|
|
503
|
-
Check the render method of \`` +
|
|
503
|
+
Check the render method of \`` + T + "`.";
|
|
504
504
|
}
|
|
505
505
|
return "";
|
|
506
506
|
}
|
|
507
507
|
}
|
|
508
|
-
function G0(
|
|
508
|
+
function G0(T) {
|
|
509
509
|
return "";
|
|
510
510
|
}
|
|
511
511
|
var rc = {};
|
|
512
|
-
function j0(
|
|
512
|
+
function j0(T) {
|
|
513
513
|
{
|
|
514
514
|
var N = nc();
|
|
515
515
|
if (!N) {
|
|
516
|
-
var
|
|
517
|
-
|
|
516
|
+
var H = typeof T == "string" ? T : T.displayName || T.name;
|
|
517
|
+
H && (N = `
|
|
518
518
|
|
|
519
|
-
Check the top-level render call using <` +
|
|
519
|
+
Check the top-level render call using <` + H + ">.");
|
|
520
520
|
}
|
|
521
521
|
return N;
|
|
522
522
|
}
|
|
523
523
|
}
|
|
524
|
-
function ic(
|
|
524
|
+
function ic(T, N) {
|
|
525
525
|
{
|
|
526
|
-
if (!
|
|
526
|
+
if (!T._store || T._store.validated || T.key != null)
|
|
527
527
|
return;
|
|
528
|
-
|
|
529
|
-
var
|
|
530
|
-
if (rc[
|
|
528
|
+
T._store.validated = !0;
|
|
529
|
+
var H = j0(N);
|
|
530
|
+
if (rc[H])
|
|
531
531
|
return;
|
|
532
|
-
rc[
|
|
532
|
+
rc[H] = !0;
|
|
533
533
|
var oe = "";
|
|
534
|
-
|
|
534
|
+
T && T._owner && T._owner !== Xo.current && (oe = " It was passed a child from " + L(T._owner.type) + "."), sr(T), p('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', H, oe), sr(null);
|
|
535
535
|
}
|
|
536
536
|
}
|
|
537
|
-
function oc(
|
|
537
|
+
function oc(T, N) {
|
|
538
538
|
{
|
|
539
|
-
if (typeof
|
|
539
|
+
if (typeof T != "object")
|
|
540
540
|
return;
|
|
541
|
-
if (rn(
|
|
542
|
-
for (var
|
|
543
|
-
var oe =
|
|
541
|
+
if (rn(T))
|
|
542
|
+
for (var H = 0; H < T.length; H++) {
|
|
543
|
+
var oe = T[H];
|
|
544
544
|
zo(oe) && ic(oe, N);
|
|
545
545
|
}
|
|
546
|
-
else if (zo(
|
|
547
|
-
|
|
548
|
-
else if (
|
|
549
|
-
var we = d(
|
|
550
|
-
if (typeof we == "function" && we !==
|
|
551
|
-
for (var Le = we.call(
|
|
546
|
+
else if (zo(T))
|
|
547
|
+
T._store && (T._store.validated = !0);
|
|
548
|
+
else if (T) {
|
|
549
|
+
var we = d(T);
|
|
550
|
+
if (typeof we == "function" && we !== T.entries)
|
|
551
|
+
for (var Le = we.call(T), be; !(be = Le.next()).done; )
|
|
552
552
|
zo(be.value) && ic(be.value, N);
|
|
553
553
|
}
|
|
554
554
|
}
|
|
555
555
|
}
|
|
556
|
-
function V0(
|
|
556
|
+
function V0(T) {
|
|
557
557
|
{
|
|
558
|
-
var N =
|
|
558
|
+
var N = T.type;
|
|
559
559
|
if (N == null || typeof N == "string")
|
|
560
560
|
return;
|
|
561
|
-
var
|
|
561
|
+
var H;
|
|
562
562
|
if (typeof N == "function")
|
|
563
|
-
|
|
563
|
+
H = N.propTypes;
|
|
564
564
|
else if (typeof N == "object" && (N.$$typeof === a || // Note: Memo only checks outer props here.
|
|
565
565
|
// Inner props are checked in the reconciler.
|
|
566
566
|
N.$$typeof === b))
|
|
567
|
-
|
|
567
|
+
H = N.propTypes;
|
|
568
568
|
else
|
|
569
569
|
return;
|
|
570
|
-
if (
|
|
570
|
+
if (H) {
|
|
571
571
|
var oe = L(N);
|
|
572
|
-
qe(
|
|
572
|
+
qe(H, T.props, "prop", oe, T);
|
|
573
573
|
} else if (N.PropTypes !== void 0 && !Uo) {
|
|
574
574
|
Uo = !0;
|
|
575
575
|
var we = L(N);
|
|
@@ -578,31 +578,31 @@ Check the top-level render call using <` + W + ">.");
|
|
|
578
578
|
typeof N.getDefaultProps == "function" && !N.getDefaultProps.isReactClassApproved && p("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
579
579
|
}
|
|
580
580
|
}
|
|
581
|
-
function H0(
|
|
581
|
+
function H0(T) {
|
|
582
582
|
{
|
|
583
|
-
for (var N = Object.keys(
|
|
584
|
-
var oe = N[
|
|
583
|
+
for (var N = Object.keys(T.props), H = 0; H < N.length; H++) {
|
|
584
|
+
var oe = N[H];
|
|
585
585
|
if (oe !== "children" && oe !== "key") {
|
|
586
|
-
sr(
|
|
586
|
+
sr(T), p("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", oe), sr(null);
|
|
587
587
|
break;
|
|
588
588
|
}
|
|
589
589
|
}
|
|
590
|
-
|
|
590
|
+
T.ref !== null && (sr(T), p("Invalid attribute `ref` supplied to `React.Fragment`."), sr(null));
|
|
591
591
|
}
|
|
592
592
|
}
|
|
593
593
|
var sc = {};
|
|
594
|
-
function ac(
|
|
594
|
+
function ac(T, N, H, oe, we, Le) {
|
|
595
595
|
{
|
|
596
|
-
var be = F(
|
|
596
|
+
var be = F(T);
|
|
597
597
|
if (!be) {
|
|
598
598
|
var he = "";
|
|
599
|
-
(
|
|
599
|
+
(T === void 0 || typeof T == "object" && T !== null && Object.keys(T).length === 0) && (he += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
600
600
|
var it = G0();
|
|
601
601
|
it ? he += it : he += nc();
|
|
602
602
|
var Ve;
|
|
603
|
-
|
|
603
|
+
T === null ? Ve = "null" : rn(T) ? Ve = "array" : T !== void 0 && T.$$typeof === t ? (Ve = "<" + (L(T.type) || "Unknown") + " />", he = " Did you accidentally export a JSX literal instead of a component?") : Ve = typeof T, p("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", Ve, he);
|
|
604
604
|
}
|
|
605
|
-
var Ze = B0(
|
|
605
|
+
var Ze = B0(T, N, H, we, Le);
|
|
606
606
|
if (Ze == null)
|
|
607
607
|
return Ze;
|
|
608
608
|
if (be) {
|
|
@@ -611,15 +611,15 @@ Check the top-level render call using <` + W + ">.");
|
|
|
611
611
|
if (oe)
|
|
612
612
|
if (rn(Lt)) {
|
|
613
613
|
for (var ar = 0; ar < Lt.length; ar++)
|
|
614
|
-
oc(Lt[ar],
|
|
614
|
+
oc(Lt[ar], T);
|
|
615
615
|
Object.freeze && Object.freeze(Lt);
|
|
616
616
|
} else
|
|
617
617
|
p("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
618
618
|
else
|
|
619
|
-
oc(Lt,
|
|
619
|
+
oc(Lt, T);
|
|
620
620
|
}
|
|
621
621
|
if (Ot.call(N, "key")) {
|
|
622
|
-
var Fn = L(
|
|
622
|
+
var Fn = L(T), ut = Object.keys(N).filter(function(Y0) {
|
|
623
623
|
return Y0 !== "key";
|
|
624
624
|
}), Yo = ut.length > 0 ? "{key: someKey, " + ut.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
625
625
|
if (!sc[Fn + Yo]) {
|
|
@@ -632,14 +632,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
632
632
|
<%s key={someKey} {...props} />`, Yo, Fn, z0, Fn), sc[Fn + Yo] = !0;
|
|
633
633
|
}
|
|
634
634
|
}
|
|
635
|
-
return
|
|
635
|
+
return T === r ? H0(Ze) : V0(Ze), Ze;
|
|
636
636
|
}
|
|
637
637
|
}
|
|
638
|
-
function W0(
|
|
639
|
-
return ac(
|
|
638
|
+
function W0(T, N, H) {
|
|
639
|
+
return ac(T, N, H, !0);
|
|
640
640
|
}
|
|
641
|
-
function Z0(
|
|
642
|
-
return ac(
|
|
641
|
+
function Z0(T, N, H) {
|
|
642
|
+
return ac(T, N, H, !1);
|
|
643
643
|
}
|
|
644
644
|
var X0 = Z0, U0 = W0;
|
|
645
645
|
Zr.Fragment = r, Zr.jsx = X0, Zr.jsxs = U0;
|
|
@@ -721,47 +721,47 @@ function vh(e) {
|
|
|
721
721
|
const m = /* @__PURE__ */ new Map(), I = /* @__PURE__ */ new Set(), y = () => {
|
|
722
722
|
f = Array.from(m.values()), I.forEach((A) => A());
|
|
723
723
|
}, x = (A) => {
|
|
724
|
-
d = A == null ? [] : d.filter((
|
|
724
|
+
d = A == null ? [] : d.filter((S) => S !== A), y();
|
|
725
725
|
}, w = (A) => {
|
|
726
|
-
const { toastId:
|
|
727
|
-
A.staleId && m.delete(A.staleId), m.set(
|
|
726
|
+
const { toastId: S, onOpen: F, updateId: R, children: D } = A.props, L = R == null;
|
|
727
|
+
A.staleId && m.delete(A.staleId), m.set(S, A), d = [...d, A.props.toastId].filter((Z) => Z !== A.staleId), y(), v(dc(A, L ? "added" : "updated")), L && Et(F) && F(hr(D) && D.props);
|
|
728
728
|
};
|
|
729
|
-
return { id: u, props: p, observe: (A) => (I.add(A), () => I.delete(A)), toggle: (A,
|
|
729
|
+
return { id: u, props: p, observe: (A) => (I.add(A), () => I.delete(A)), toggle: (A, S) => {
|
|
730
730
|
m.forEach((F) => {
|
|
731
|
-
|
|
731
|
+
S != null && S !== F.props.toastId || Et(F.toggle) && F.toggle(A);
|
|
732
732
|
});
|
|
733
733
|
}, removeToast: x, toasts: m, clearQueue: () => {
|
|
734
734
|
g -= h.length, h = [];
|
|
735
|
-
}, buildToast: (A,
|
|
736
|
-
if (((
|
|
737
|
-
let { containerId:
|
|
738
|
-
const ue =
|
|
735
|
+
}, buildToast: (A, S) => {
|
|
736
|
+
if (((P) => {
|
|
737
|
+
let { containerId: G, toastId: J, updateId: re } = P;
|
|
738
|
+
const ue = G ? G !== u : u !== 1, Ce = m.has(J) && re == null;
|
|
739
739
|
return ue || Ce;
|
|
740
|
-
})(
|
|
741
|
-
const { toastId: F, updateId: R, data: D, staleId: L, delay:
|
|
740
|
+
})(S)) return;
|
|
741
|
+
const { toastId: F, updateId: R, data: D, staleId: L, delay: Z } = S, X = () => {
|
|
742
742
|
x(F);
|
|
743
|
-
},
|
|
744
|
-
|
|
745
|
-
const
|
|
746
|
-
let [
|
|
747
|
-
return
|
|
748
|
-
})), toastId: F, updateId: R, data: D, closeToast:
|
|
749
|
-
const
|
|
750
|
-
Et(
|
|
743
|
+
}, V = R == null;
|
|
744
|
+
V && g++;
|
|
745
|
+
const U = { ...p, style: p.toastStyle, key: C++, ...Object.fromEntries(Object.entries(S).filter((P) => {
|
|
746
|
+
let [G, J] = P;
|
|
747
|
+
return J != null;
|
|
748
|
+
})), toastId: F, updateId: R, data: D, closeToast: X, isIn: !1, className: Pi(S.className || p.toastClassName), bodyClassName: Pi(S.bodyClassName || p.bodyClassName), progressClassName: Pi(S.progressClassName || p.progressClassName), autoClose: !S.isLoading && (B = S.autoClose, ne = p.autoClose, B === !1 || ni(B) && B > 0 ? B : ne), deleteToast() {
|
|
749
|
+
const P = m.get(F), { onClose: G, children: J } = P.props;
|
|
750
|
+
Et(G) && G(hr(J) && J.props), v(dc(P, "removed")), m.delete(F), g--, g < 0 && (g = 0), h.length > 0 ? w(h.shift()) : y();
|
|
751
751
|
} };
|
|
752
|
-
var
|
|
753
|
-
|
|
752
|
+
var B, ne;
|
|
753
|
+
U.closeButton = p.closeButton, S.closeButton === !1 || Ts(S.closeButton) ? U.closeButton = S.closeButton : S.closeButton === !0 && (U.closeButton = !Ts(p.closeButton) || p.closeButton);
|
|
754
754
|
let ae = A;
|
|
755
|
-
hr(A) && !Un(A.type) ? ae = xs(A, { closeToast:
|
|
756
|
-
const
|
|
757
|
-
p.limit && p.limit > 0 && g > p.limit &&
|
|
758
|
-
w(
|
|
759
|
-
},
|
|
755
|
+
hr(A) && !Un(A.type) ? ae = xs(A, { closeToast: X, toastProps: U, data: D }) : Et(A) && (ae = A({ closeToast: X, toastProps: U, data: D }));
|
|
756
|
+
const ce = { content: ae, props: U, staleId: L };
|
|
757
|
+
p.limit && p.limit > 0 && g > p.limit && V ? h.push(ce) : ni(Z) ? setTimeout(() => {
|
|
758
|
+
w(ce);
|
|
759
|
+
}, Z) : w(ce);
|
|
760
760
|
}, setProps(A) {
|
|
761
761
|
p = A;
|
|
762
|
-
}, setToggle: (A,
|
|
763
|
-
m.get(A).toggle =
|
|
764
|
-
}, isToastActive: (A) => d.some((
|
|
762
|
+
}, setToggle: (A, S) => {
|
|
763
|
+
m.get(A).toggle = S;
|
|
764
|
+
}, isToastActive: (A) => d.some((S) => S === A), getSnapshot: () => p.newestOnTop ? f.reverse() : f };
|
|
765
765
|
}(s, o, bh);
|
|
766
766
|
at.set(s, a);
|
|
767
767
|
const c = a.observe(l);
|
|
@@ -788,7 +788,7 @@ function vh(e) {
|
|
|
788
788
|
}, isToastActive: bu, count: i == null ? void 0 : i.length };
|
|
789
789
|
}
|
|
790
790
|
function yh(e) {
|
|
791
|
-
const [t, n] =
|
|
791
|
+
const [t, n] = Y(!1), [r, i] = Y(!1), o = ke(null), s = ke({ start: 0, delta: 0, removalDistance: 0, canCloseOnClick: !0, canDrag: !1, didMove: !1 }).current, { autoClose: l, pauseOnHover: a, closeToast: c, onClick: u, closeOnClick: b } = e;
|
|
792
792
|
var v, C;
|
|
793
793
|
function g() {
|
|
794
794
|
n(!0);
|
|
@@ -915,18 +915,18 @@ const xh = typeof window < "u" ? mi : pe, Ti = (e) => {
|
|
|
915
915
|
}, spinner: function() {
|
|
916
916
|
return ve.createElement("div", { className: "Toastify__spinner" });
|
|
917
917
|
} }, wh = (e) => {
|
|
918
|
-
const { isRunning: t, preventExitTransition: n, toastRef: r, eventHandlers: i, playToast: o } = yh(e), { closeButton: s, children: l, autoClose: a, onClick: c, type: u, hideProgressBar: b, closeToast: v, transition: C, position: g, className: h, style: d, bodyClassName: f, bodyStyle: p, progressClassName: m, progressStyle: I, updateId: y, role: x, progress: w, rtl: A, toastId:
|
|
919
|
-
let { theme:
|
|
920
|
-
const Ce = { theme:
|
|
921
|
-
return
|
|
922
|
-
}(e),
|
|
918
|
+
const { isRunning: t, preventExitTransition: n, toastRef: r, eventHandlers: i, playToast: o } = yh(e), { closeButton: s, children: l, autoClose: a, onClick: c, type: u, hideProgressBar: b, closeToast: v, transition: C, position: g, className: h, style: d, bodyClassName: f, bodyStyle: p, progressClassName: m, progressStyle: I, updateId: y, role: x, progress: w, rtl: A, toastId: S, deleteToast: F, isIn: R, isLoading: D, closeOnClick: L, theme: Z } = e, X = Sn("Toastify__toast", `Toastify__toast-theme--${Z}`, `Toastify__toast--${u}`, { "Toastify__toast--rtl": A }, { "Toastify__toast--close-on-click": L }), V = Et(h) ? h({ rtl: A, position: g, type: u, defaultClassName: X }) : Sn(X, h), U = function(ce) {
|
|
919
|
+
let { theme: P, type: G, isLoading: J, icon: re } = ce, ue = null;
|
|
920
|
+
const Ce = { theme: P, type: G };
|
|
921
|
+
return re === !1 || (Et(re) ? ue = re({ ...Ce, isLoading: J }) : hr(re) ? ue = xs(re, Ce) : J ? ue = Qo.spinner() : ((Re) => Re in Qo)(G) && (ue = Qo[G](Ce))), ue;
|
|
922
|
+
}(e), B = !!w || !a, ne = { closeToast: v, type: u, theme: Z };
|
|
923
923
|
let ae = null;
|
|
924
|
-
return s === !1 || (ae = Et(s) ? s(ne) : hr(s) ? xs(s, ne) : function(
|
|
925
|
-
let { closeToast:
|
|
926
|
-
return ve.createElement("button", { className: `Toastify__close-button Toastify__close-button--${
|
|
927
|
-
|
|
928
|
-
}, "aria-label":
|
|
929
|
-
}(ne)), ve.createElement(C, { isIn: R, done: F, position: g, preventExitTransition: n, nodeRef: r, playToast: o }, ve.createElement("div", { id:
|
|
924
|
+
return s === !1 || (ae = Et(s) ? s(ne) : hr(s) ? xs(s, ne) : function(ce) {
|
|
925
|
+
let { closeToast: P, theme: G, ariaLabel: J = "close" } = ce;
|
|
926
|
+
return ve.createElement("button", { className: `Toastify__close-button Toastify__close-button--${G}`, type: "button", onClick: (re) => {
|
|
927
|
+
re.stopPropagation(), P(re);
|
|
928
|
+
}, "aria-label": J }, ve.createElement("svg", { "aria-hidden": "true", viewBox: "0 0 14 16" }, ve.createElement("path", { fillRule: "evenodd", d: "M7.71 8.23l3.75 3.75-1.48 1.48-3.75-3.75-3.75 3.75L1 11.98l3.75-3.75L1 4.48 2.48 3l3.75 3.75L9.98 3l1.48 1.48-3.75 3.75z" })));
|
|
929
|
+
}(ne)), ve.createElement(C, { isIn: R, done: F, position: g, preventExitTransition: n, nodeRef: r, playToast: o }, ve.createElement("div", { id: S, onClick: c, "data-in": R, className: V, ...i, style: d, ref: r }, ve.createElement("div", { ...R && { role: x }, className: Et(f) ? f({ type: u }) : Sn("Toastify__toast-body", f), style: p }, U != null && ve.createElement("div", { className: Sn("Toastify__toast-icon", { "Toastify--animate-icon Toastify__zoom-enter": !D }) }, U), ve.createElement("div", null, l)), ae, ve.createElement(Ch, { ...y && !B ? { key: `pb-${y}` } : {}, rtl: A, theme: Z, delay: a, isRunning: t, isIn: R, closeToast: v, hide: b, type: u, style: I, className: m, controlledProgress: B, progress: w || 0 })));
|
|
930
930
|
}, Ao = function(e, t) {
|
|
931
931
|
return t === void 0 && (t = !1), { enter: `Toastify--animate Toastify__${e}-enter`, exit: `Toastify--animate Toastify__${e}-exit`, appendPosition: t };
|
|
932
932
|
}, Ah = wo(Ao("bounce", !0));
|
|
@@ -936,7 +936,7 @@ wo(Ao("flip"));
|
|
|
936
936
|
const Th = { position: "top-right", transition: Ah, autoClose: 5e3, closeButton: !0, pauseOnHover: !0, pauseOnFocusLoss: !0, draggable: "touch", draggablePercent: 80, draggableDirection: "x", role: "alert", theme: "light" };
|
|
937
937
|
function _h(e) {
|
|
938
938
|
let t = { ...Th, ...e };
|
|
939
|
-
const n = e.stacked, [r, i] =
|
|
939
|
+
const n = e.stacked, [r, i] = Y(!0), o = ke(null), { getToastToRender: s, isToastActive: l, count: a } = vh(t), { className: c, style: u, rtl: b, containerId: v } = t;
|
|
940
940
|
function C(h) {
|
|
941
941
|
const d = Sn("Toastify__toast-container", `Toastify__toast-container--${h}`, { "Toastify__toast-container--rtl": b });
|
|
942
942
|
return Et(c) ? c({ position: h, rtl: b, defaultClassName: d }) : Sn(d, Pi(c));
|
|
@@ -1215,10 +1215,10 @@ var O = {
|
|
|
1215
1215
|
setImmediate: _u,
|
|
1216
1216
|
asap: hp
|
|
1217
1217
|
};
|
|
1218
|
-
function
|
|
1218
|
+
function le(e, t, n, r, i) {
|
|
1219
1219
|
Error.call(this), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack, this.message = e, this.name = "AxiosError", t && (this.code = t), n && (this.config = n), r && (this.request = r), i && (this.response = i, this.status = i.status ? i.status : null);
|
|
1220
1220
|
}
|
|
1221
|
-
O.inherits(
|
|
1221
|
+
O.inherits(le, Error, {
|
|
1222
1222
|
toJSON: function() {
|
|
1223
1223
|
return {
|
|
1224
1224
|
// Standard
|
|
@@ -1239,7 +1239,7 @@ O.inherits(ce, Error, {
|
|
|
1239
1239
|
};
|
|
1240
1240
|
}
|
|
1241
1241
|
});
|
|
1242
|
-
const Su =
|
|
1242
|
+
const Su = le.prototype, Ru = {};
|
|
1243
1243
|
[
|
|
1244
1244
|
"ERR_BAD_OPTION_VALUE",
|
|
1245
1245
|
"ERR_BAD_OPTION",
|
|
@@ -1257,13 +1257,13 @@ const Su = ce.prototype, Ru = {};
|
|
|
1257
1257
|
].forEach((e) => {
|
|
1258
1258
|
Ru[e] = { value: e };
|
|
1259
1259
|
});
|
|
1260
|
-
Object.defineProperties(
|
|
1260
|
+
Object.defineProperties(le, Ru);
|
|
1261
1261
|
Object.defineProperty(Su, "isAxiosError", { value: !0 });
|
|
1262
|
-
|
|
1262
|
+
le.from = (e, t, n, r, i, o) => {
|
|
1263
1263
|
const s = Object.create(Su);
|
|
1264
1264
|
return O.toFlatObject(e, s, function(a) {
|
|
1265
1265
|
return a !== Error.prototype;
|
|
1266
|
-
}, (l) => l !== "isAxiosError"),
|
|
1266
|
+
}, (l) => l !== "isAxiosError"), le.call(s, e.message, t, n, r, i), s.cause = e, s.name = e.name, o && Object.assign(s, o), s;
|
|
1267
1267
|
};
|
|
1268
1268
|
var pp = null;
|
|
1269
1269
|
function Os(e) {
|
|
@@ -1301,7 +1301,7 @@ function Ro(e, t, n) {
|
|
|
1301
1301
|
if (O.isDate(g))
|
|
1302
1302
|
return g.toISOString();
|
|
1303
1303
|
if (!a && O.isBlob(g))
|
|
1304
|
-
throw new
|
|
1304
|
+
throw new le("Blob is not supported. Use a Buffer instead.");
|
|
1305
1305
|
return O.isArrayBuffer(g) || O.isTypedArray(g) ? a && typeof Blob == "function" ? new Blob([g]) : Buffer.from(g) : g;
|
|
1306
1306
|
}
|
|
1307
1307
|
function u(g, h, d) {
|
|
@@ -1549,7 +1549,7 @@ const Ea = {
|
|
|
1549
1549
|
return JSON.parse(t);
|
|
1550
1550
|
} catch (l) {
|
|
1551
1551
|
if (s)
|
|
1552
|
-
throw l.name === "SyntaxError" ?
|
|
1552
|
+
throw l.name === "SyntaxError" ? le.from(l, le.ERR_BAD_RESPONSE, this, null, this.response) : l;
|
|
1553
1553
|
}
|
|
1554
1554
|
}
|
|
1555
1555
|
return t;
|
|
@@ -1788,16 +1788,16 @@ function ku(e) {
|
|
|
1788
1788
|
return !!(e && e.__CANCEL__);
|
|
1789
1789
|
}
|
|
1790
1790
|
function Pr(e, t, n) {
|
|
1791
|
-
|
|
1791
|
+
le.call(this, e ?? "canceled", le.ERR_CANCELED, t, n), this.name = "CanceledError";
|
|
1792
1792
|
}
|
|
1793
|
-
O.inherits(Pr,
|
|
1793
|
+
O.inherits(Pr, le, {
|
|
1794
1794
|
__CANCEL__: !0
|
|
1795
1795
|
});
|
|
1796
1796
|
function Pu(e, t, n) {
|
|
1797
1797
|
const r = n.config.validateStatus;
|
|
1798
|
-
!n.status || !r || r(n.status) ? e(n) : t(new
|
|
1798
|
+
!n.status || !r || r(n.status) ? e(n) : t(new le(
|
|
1799
1799
|
"Request failed with status code " + n.status,
|
|
1800
|
-
[
|
|
1800
|
+
[le.ERR_BAD_REQUEST, le.ERR_BAD_RESPONSE][Math.floor(n.status / 100) - 4],
|
|
1801
1801
|
n.config,
|
|
1802
1802
|
n.request,
|
|
1803
1803
|
n
|
|
@@ -2050,15 +2050,15 @@ var Xp = Zp && function(e) {
|
|
|
2050
2050
|
"onloadend" in d ? d.onloadend = f : d.onreadystatechange = function() {
|
|
2051
2051
|
!d || d.readyState !== 4 || d.status === 0 && !(d.responseURL && d.responseURL.indexOf("file:") === 0) || setTimeout(f);
|
|
2052
2052
|
}, d.onabort = function() {
|
|
2053
|
-
d && (r(new
|
|
2053
|
+
d && (r(new le("Request aborted", le.ECONNABORTED, e, d)), d = null);
|
|
2054
2054
|
}, d.onerror = function() {
|
|
2055
|
-
r(new
|
|
2055
|
+
r(new le("Network Error", le.ERR_NETWORK, e, d)), d = null;
|
|
2056
2056
|
}, d.ontimeout = function() {
|
|
2057
2057
|
let I = i.timeout ? "timeout of " + i.timeout + "ms exceeded" : "timeout exceeded";
|
|
2058
2058
|
const y = i.transitional || Du;
|
|
2059
|
-
i.timeoutErrorMessage && (I = i.timeoutErrorMessage), r(new
|
|
2059
|
+
i.timeoutErrorMessage && (I = i.timeoutErrorMessage), r(new le(
|
|
2060
2060
|
I,
|
|
2061
|
-
y.clarifyTimeoutError ?
|
|
2061
|
+
y.clarifyTimeoutError ? le.ETIMEDOUT : le.ECONNABORTED,
|
|
2062
2062
|
e,
|
|
2063
2063
|
d
|
|
2064
2064
|
)), d = null;
|
|
@@ -2069,7 +2069,7 @@ var Xp = Zp && function(e) {
|
|
|
2069
2069
|
}, i.cancelToken && i.cancelToken.subscribe(u), i.signal && (i.signal.aborted ? u() : i.signal.addEventListener("abort", u)));
|
|
2070
2070
|
const p = Mp(i.url);
|
|
2071
2071
|
if (p && mt.protocols.indexOf(p) === -1) {
|
|
2072
|
-
r(new
|
|
2072
|
+
r(new le("Unsupported protocol " + p + ":", le.ERR_BAD_REQUEST, e));
|
|
2073
2073
|
return;
|
|
2074
2074
|
}
|
|
2075
2075
|
d.send(o || null);
|
|
@@ -2083,11 +2083,11 @@ const Up = (e, t) => {
|
|
|
2083
2083
|
if (!i) {
|
|
2084
2084
|
i = !0, l();
|
|
2085
2085
|
const u = c instanceof Error ? c : this.reason;
|
|
2086
|
-
r.abort(u instanceof
|
|
2086
|
+
r.abort(u instanceof le ? u : new Pr(u instanceof Error ? u.message : u));
|
|
2087
2087
|
}
|
|
2088
2088
|
};
|
|
2089
2089
|
let s = t && setTimeout(() => {
|
|
2090
|
-
s = null, o(new
|
|
2090
|
+
s = null, o(new le(`timeout ${t} of ms exceeded`, le.ETIMEDOUT));
|
|
2091
2091
|
}, t);
|
|
2092
2092
|
const l = () => {
|
|
2093
2093
|
e && (s && clearTimeout(s), s = null, e.forEach((c) => {
|
|
@@ -2179,7 +2179,7 @@ const Yp = function* (e, t) {
|
|
|
2179
2179
|
Lo && ((e) => {
|
|
2180
2180
|
["text", "arrayBuffer", "blob", "formData", "stream"].forEach((t) => {
|
|
2181
2181
|
!ro[t] && (ro[t] = O.isFunction(e[t]) ? (n) => n[t]() : (n, r) => {
|
|
2182
|
-
throw new
|
|
2182
|
+
throw new le(`Response type '${t}' is not supported`, le.ERR_NOT_SUPPORT, r);
|
|
2183
2183
|
});
|
|
2184
2184
|
});
|
|
2185
2185
|
})(new Response());
|
|
@@ -2252,8 +2252,8 @@ var tg = Lo && (async (e) => {
|
|
|
2252
2252
|
const m = Fs && (c === "stream" || c === "response");
|
|
2253
2253
|
if (Fs && (l || m && h)) {
|
|
2254
2254
|
const y = {};
|
|
2255
|
-
["status", "statusText", "headers"].forEach((
|
|
2256
|
-
y[
|
|
2255
|
+
["status", "statusText", "headers"].forEach((S) => {
|
|
2256
|
+
y[S] = p[S];
|
|
2257
2257
|
});
|
|
2258
2258
|
const x = O.toFiniteNumber(p.headers.get("content-length")), [w, A] = l && yc(
|
|
2259
2259
|
x,
|
|
@@ -2280,11 +2280,11 @@ var tg = Lo && (async (e) => {
|
|
|
2280
2280
|
});
|
|
2281
2281
|
} catch (f) {
|
|
2282
2282
|
throw h && h(), f && f.name === "TypeError" && /fetch/i.test(f.message) ? Object.assign(
|
|
2283
|
-
new
|
|
2283
|
+
new le("Network Error", le.ERR_NETWORK, e, g),
|
|
2284
2284
|
{
|
|
2285
2285
|
cause: f.cause || f
|
|
2286
2286
|
}
|
|
2287
|
-
) :
|
|
2287
|
+
) : le.from(f, f && f.code, e, g);
|
|
2288
2288
|
}
|
|
2289
2289
|
});
|
|
2290
2290
|
const Ds = {
|
|
@@ -2312,7 +2312,7 @@ var Vu = {
|
|
|
2312
2312
|
n = e[o];
|
|
2313
2313
|
let s;
|
|
2314
2314
|
if (r = n, !ng(n) && (r = Ds[(s = String(n)).toLowerCase()], r === void 0))
|
|
2315
|
-
throw new
|
|
2315
|
+
throw new le(`Unknown adapter '${s}'`);
|
|
2316
2316
|
if (r)
|
|
2317
2317
|
break;
|
|
2318
2318
|
i[s || "#" + o] = r;
|
|
@@ -2324,7 +2324,7 @@ var Vu = {
|
|
|
2324
2324
|
let s = t ? o.length > 1 ? `since :
|
|
2325
2325
|
` + o.map(wc).join(`
|
|
2326
2326
|
`) : " " + wc(o[0]) : "as no adapter specified";
|
|
2327
|
-
throw new
|
|
2327
|
+
throw new le(
|
|
2328
2328
|
"There is no suitable adapter to dispatch the request " + s,
|
|
2329
2329
|
"ERR_NOT_SUPPORT"
|
|
2330
2330
|
);
|
|
@@ -2368,9 +2368,9 @@ wa.transitional = function(t, n, r) {
|
|
|
2368
2368
|
}
|
|
2369
2369
|
return (o, s, l) => {
|
|
2370
2370
|
if (t === !1)
|
|
2371
|
-
throw new
|
|
2371
|
+
throw new le(
|
|
2372
2372
|
i(s, " has been removed" + (n ? " in " + n : "")),
|
|
2373
|
-
|
|
2373
|
+
le.ERR_DEPRECATED
|
|
2374
2374
|
);
|
|
2375
2375
|
return n && !Tc[s] && (Tc[s] = !0, console.warn(
|
|
2376
2376
|
i(
|
|
@@ -2382,7 +2382,7 @@ wa.transitional = function(t, n, r) {
|
|
|
2382
2382
|
};
|
|
2383
2383
|
function rg(e, t, n) {
|
|
2384
2384
|
if (typeof e != "object")
|
|
2385
|
-
throw new
|
|
2385
|
+
throw new le("options must be an object", le.ERR_BAD_OPTION_VALUE);
|
|
2386
2386
|
const r = Object.keys(e);
|
|
2387
2387
|
let i = r.length;
|
|
2388
2388
|
for (; i-- > 0; ) {
|
|
@@ -2390,11 +2390,11 @@ function rg(e, t, n) {
|
|
|
2390
2390
|
if (s) {
|
|
2391
2391
|
const l = e[o], a = l === void 0 || s(l, o, e);
|
|
2392
2392
|
if (a !== !0)
|
|
2393
|
-
throw new
|
|
2393
|
+
throw new le("option " + o + " must be " + a, le.ERR_BAD_OPTION_VALUE);
|
|
2394
2394
|
continue;
|
|
2395
2395
|
}
|
|
2396
2396
|
if (n !== !0)
|
|
2397
|
-
throw new
|
|
2397
|
+
throw new le("Unknown option " + o, le.ERR_BAD_OPTION);
|
|
2398
2398
|
}
|
|
2399
2399
|
}
|
|
2400
2400
|
var Ns = {
|
|
@@ -2688,7 +2688,7 @@ Ue.CancelToken = ig;
|
|
|
2688
2688
|
Ue.isCancel = ku;
|
|
2689
2689
|
Ue.VERSION = Hu;
|
|
2690
2690
|
Ue.toFormData = Ro;
|
|
2691
|
-
Ue.AxiosError =
|
|
2691
|
+
Ue.AxiosError = le;
|
|
2692
2692
|
Ue.Cancel = Ue.CanceledError;
|
|
2693
2693
|
Ue.all = function(t) {
|
|
2694
2694
|
return Promise.all(t);
|
|
@@ -3051,15 +3051,15 @@ function Uu() {
|
|
|
3051
3051
|
function y(A) {
|
|
3052
3052
|
try {
|
|
3053
3053
|
w(f.next(A));
|
|
3054
|
-
} catch (
|
|
3055
|
-
I(
|
|
3054
|
+
} catch (S) {
|
|
3055
|
+
I(S);
|
|
3056
3056
|
}
|
|
3057
3057
|
}
|
|
3058
3058
|
function x(A) {
|
|
3059
3059
|
try {
|
|
3060
3060
|
w(f.throw(A));
|
|
3061
|
-
} catch (
|
|
3062
|
-
I(
|
|
3061
|
+
} catch (S) {
|
|
3062
|
+
I(S);
|
|
3063
3063
|
}
|
|
3064
3064
|
}
|
|
3065
3065
|
function w(A) {
|
|
@@ -3181,7 +3181,7 @@ function Uu() {
|
|
|
3181
3181
|
};
|
|
3182
3182
|
}, u = function(g, h, d, f, p) {
|
|
3183
3183
|
return e(void 0, void 0, void 0, function() {
|
|
3184
|
-
var m, I, y, x, w, A,
|
|
3184
|
+
var m, I, y, x, w, A, S;
|
|
3185
3185
|
return t(this, function(F) {
|
|
3186
3186
|
switch (F.label) {
|
|
3187
3187
|
case 0:
|
|
@@ -3193,7 +3193,7 @@ function Uu() {
|
|
|
3193
3193
|
atToken: (x = I == null ? void 0 : I.data.at) === null || x === void 0 ? void 0 : x.token,
|
|
3194
3194
|
expiryTime: (w = I == null ? void 0 : I.data.at) === null || w === void 0 ? void 0 : w.expires_at,
|
|
3195
3195
|
userId: (A = I == null ? void 0 : I.data) === null || A === void 0 ? void 0 : A.user_id,
|
|
3196
|
-
userGroupId: (
|
|
3196
|
+
userGroupId: (S = I == null ? void 0 : I.data) === null || S === void 0 ? void 0 : S.usergroup_id
|
|
3197
3197
|
}];
|
|
3198
3198
|
case 3:
|
|
3199
3199
|
return console.log("Heimdall: Valid token already exists"), [2, {}];
|
|
@@ -3210,7 +3210,7 @@ function Uu() {
|
|
|
3210
3210
|
Pt.getAccessToken = u;
|
|
3211
3211
|
var b = function(g, h, d, f, p, m) {
|
|
3212
3212
|
return e(void 0, void 0, void 0, function() {
|
|
3213
|
-
var I, y, x, w, A,
|
|
3213
|
+
var I, y, x, w, A, S, F;
|
|
3214
3214
|
return t(this, function(R) {
|
|
3215
3215
|
switch (R.label) {
|
|
3216
3216
|
case 0:
|
|
@@ -3221,7 +3221,7 @@ function Uu() {
|
|
|
3221
3221
|
return y = R.sent(), [2, {
|
|
3222
3222
|
userId: (w = y == null ? void 0 : y.data) === null || w === void 0 ? void 0 : w.user_id,
|
|
3223
3223
|
userGroupId: (A = y == null ? void 0 : y.data) === null || A === void 0 ? void 0 : A.usergroup_id,
|
|
3224
|
-
atToken: (
|
|
3224
|
+
atToken: (S = y == null ? void 0 : y.data.at) === null || S === void 0 ? void 0 : S.token,
|
|
3225
3225
|
expiryTime: (F = y == null ? void 0 : y.data.at) === null || F === void 0 ? void 0 : F.expires_at
|
|
3226
3226
|
}];
|
|
3227
3227
|
case 3:
|
|
@@ -3399,15 +3399,15 @@ function zu() {
|
|
|
3399
3399
|
function y(A) {
|
|
3400
3400
|
try {
|
|
3401
3401
|
w(f.next(A));
|
|
3402
|
-
} catch (
|
|
3403
|
-
I(
|
|
3402
|
+
} catch (S) {
|
|
3403
|
+
I(S);
|
|
3404
3404
|
}
|
|
3405
3405
|
}
|
|
3406
3406
|
function x(A) {
|
|
3407
3407
|
try {
|
|
3408
3408
|
w(f.throw(A));
|
|
3409
|
-
} catch (
|
|
3410
|
-
I(
|
|
3409
|
+
} catch (S) {
|
|
3410
|
+
I(S);
|
|
3411
3411
|
}
|
|
3412
3412
|
}
|
|
3413
3413
|
function w(A) {
|
|
@@ -3478,7 +3478,7 @@ function zu() {
|
|
|
3478
3478
|
Object.defineProperty(Ur, "__esModule", { value: !0 }), Ur.fetchAccessToken = void 0;
|
|
3479
3479
|
var n = Uu(), r = Ln, i = xe, o = Fo, s, l, a, c = function(g, h, d, f, p, m) {
|
|
3480
3480
|
return m === void 0 && (m = r.APP_UI.DEFAULT), e(void 0, void 0, void 0, function() {
|
|
3481
|
-
var I, y, x, w, A,
|
|
3481
|
+
var I, y, x, w, A, S, F, R, D;
|
|
3482
3482
|
return t(this, function(L) {
|
|
3483
3483
|
switch (L.label) {
|
|
3484
3484
|
case 0:
|
|
@@ -3494,7 +3494,7 @@ function zu() {
|
|
|
3494
3494
|
case 5:
|
|
3495
3495
|
return [4, (0, n.getLoginToken)(y, r.CONFIG_HIVER, g, f, h.userId, h.usergroupId)];
|
|
3496
3496
|
case 6:
|
|
3497
|
-
return x = L.sent(), w = x.userId, A = x.userGroupId,
|
|
3497
|
+
return x = L.sent(), w = x.userId, A = x.userGroupId, S = x.atToken, F = x.expiryTime, (0, i.setTokenAndExpiry)(S, F), (0, i.setUserDetails)(w, A), [3, 12];
|
|
3498
3498
|
case 7:
|
|
3499
3499
|
R = L.sent(), console.log("ERROR debug: in error login:", R, m), D = d, L.label = 8;
|
|
3500
3500
|
case 8:
|
|
@@ -3530,34 +3530,34 @@ function zu() {
|
|
|
3530
3530
|
});
|
|
3531
3531
|
}, b = function(g, h, d, f, p, m, I, y, x) {
|
|
3532
3532
|
return y === void 0 && (y = "default"), e(void 0, void 0, void 0, function() {
|
|
3533
|
-
var w, A,
|
|
3534
|
-
return t(this, function(
|
|
3535
|
-
switch (
|
|
3533
|
+
var w, A, S, F, R, D, L, Z, X, V, U, B, ne, ae;
|
|
3534
|
+
return t(this, function(ce) {
|
|
3535
|
+
switch (ce.label) {
|
|
3536
3536
|
case 0:
|
|
3537
|
-
return
|
|
3537
|
+
return ce.trys.push([0, 2, , 12]), console.log("Heimdall: Interval Set on fetch token in fetchAndSaveToken:", a), [4, (0, n.getAccessToken)(r.CONFIG_HIVER, f, p, m, y)];
|
|
3538
3538
|
case 1:
|
|
3539
|
-
return w =
|
|
3539
|
+
return w = ce.sent(), A = w.atToken, S = w.expiryTime, F = w.userId, R = w.userGroupId, A && S && (0, i.setTokenAndExpiry)(A, S), F && R && (0, i.setUserDetails)(F, R), g = r.INITIAL_RETRY_DELAY, h = r.INITIAL_RETRY_DELAY, d = 0, [3, 12];
|
|
3540
3540
|
case 2:
|
|
3541
|
-
return D =
|
|
3541
|
+
return D = ce.sent(), console.log("ERROR: Heimdall fetch token", D), ((X = D.response) === null || X === void 0 ? void 0 : X.status) === 401 || ((V = D.request) === null || V === void 0 ? void 0 : V.status) === 401 ? (L = 1, [4, c(f, p, L, m, I, x)]) : [3, 4];
|
|
3542
3542
|
case 3:
|
|
3543
|
-
return
|
|
3543
|
+
return ce.sent(), [3, 11];
|
|
3544
3544
|
case 4:
|
|
3545
|
-
return ((
|
|
3545
|
+
return ((U = D.response) === null || U === void 0 ? void 0 : U.status) === 409 || ((B = D.request) === null || B === void 0 ? void 0 : B.status) === 409 ? (console.log("Heimdall: Fetching token post 409 in fetch And Save Token"), Z = { retryDelay: g, configs: f, apiParams: p, appUI: x }, [4, u(h, d, Z, m, I)]) : [3, 6];
|
|
3546
3546
|
case 5:
|
|
3547
|
-
if (
|
|
3547
|
+
if (ce.sent(), d >= r.MAX_CONFLICT_RETRY_DELAY)
|
|
3548
3548
|
throw D;
|
|
3549
3549
|
return [3, 11];
|
|
3550
3550
|
case 6:
|
|
3551
3551
|
if (!(((ne = D.response) === null || ne === void 0 ? void 0 : ne.status) === 422 || ((ae = D.request) === null || ae === void 0 ? void 0 : ae.status) === 422)) return [3, 7];
|
|
3552
3552
|
throw console.log("ERROR: Throwing error", D.response.status), D;
|
|
3553
3553
|
case 7:
|
|
3554
|
-
return g <= r.MAX_RETRY_DELAY ? [4, new Promise(function(
|
|
3555
|
-
return setTimeout(
|
|
3554
|
+
return g <= r.MAX_RETRY_DELAY ? [4, new Promise(function(P) {
|
|
3555
|
+
return setTimeout(P, g);
|
|
3556
3556
|
})] : [3, 10];
|
|
3557
3557
|
case 8:
|
|
3558
|
-
return
|
|
3558
|
+
return ce.sent(), g *= 2, console.log("Heimdall: Fetch token post doubling retry delay", g), [4, b(g, h, d, f, p, m, I, x)];
|
|
3559
3559
|
case 9:
|
|
3560
|
-
return
|
|
3560
|
+
return ce.sent(), [3, 11];
|
|
3561
3561
|
case 10:
|
|
3562
3562
|
throw D;
|
|
3563
3563
|
case 11:
|
|
@@ -3570,18 +3570,18 @@ function zu() {
|
|
|
3570
3570
|
}, v = function(g, h, d, f, p, m, I, y) {
|
|
3571
3571
|
return d === void 0 && (d = r.INITIAL_RETRY_DELAY), f === void 0 && (f = r.INITIAL_RETRY_DELAY), e(void 0, void 0, void 0, function() {
|
|
3572
3572
|
var x, w, A;
|
|
3573
|
-
return t(this, function(
|
|
3574
|
-
switch (
|
|
3573
|
+
return t(this, function(S) {
|
|
3574
|
+
switch (S.label) {
|
|
3575
3575
|
case 0:
|
|
3576
|
-
return
|
|
3576
|
+
return S.trys.push([0, 4, , 5]), x = (0, i.isTokenInExpiryWindow)(), x ? (w = (0, i.getRandomDelay)(), [4, (0, i.introduceDelay)(w)]) : [3, 3];
|
|
3577
3577
|
case 1:
|
|
3578
|
-
return
|
|
3578
|
+
return S.sent(), console.log("Heimdall: Fetching token - in expiry window"), [4, b(d, f, p, g, h, m, I, y)];
|
|
3579
3579
|
case 2:
|
|
3580
|
-
|
|
3580
|
+
S.sent(), S.label = 3;
|
|
3581
3581
|
case 3:
|
|
3582
3582
|
return [3, 5];
|
|
3583
3583
|
case 4:
|
|
3584
|
-
throw A =
|
|
3584
|
+
throw A = S.sent(), A;
|
|
3585
3585
|
case 5:
|
|
3586
3586
|
return [2];
|
|
3587
3587
|
}
|
|
@@ -3589,7 +3589,7 @@ function zu() {
|
|
|
3589
3589
|
});
|
|
3590
3590
|
}, C = function(g, h, d, f, p, m, I) {
|
|
3591
3591
|
return e(void 0, void 0, void 0, function() {
|
|
3592
|
-
var y, x, w, A,
|
|
3592
|
+
var y, x, w, A, S, F;
|
|
3593
3593
|
return t(this, function(R) {
|
|
3594
3594
|
switch (R.label) {
|
|
3595
3595
|
case 0:
|
|
@@ -3599,7 +3599,7 @@ function zu() {
|
|
|
3599
3599
|
case 2:
|
|
3600
3600
|
return R.sent(), console.log("Heimdall: Interval Set on fetch token when fetch token is called:", a), clearInterval(a), a = setInterval(function() {
|
|
3601
3601
|
return v(A, d, r.INITIAL_RETRY_DELAY, r.INITIAL_RETRY_DELAY, 0, f, p, I);
|
|
3602
|
-
}, r.REFETCH_CHECK_DELAY),
|
|
3602
|
+
}, r.REFETCH_CHECK_DELAY), S = function() {
|
|
3603
3603
|
return e(void 0, void 0, void 0, function() {
|
|
3604
3604
|
return t(this, function(D) {
|
|
3605
3605
|
switch (D.label) {
|
|
@@ -3610,7 +3610,7 @@ function zu() {
|
|
|
3610
3610
|
}
|
|
3611
3611
|
});
|
|
3612
3612
|
});
|
|
3613
|
-
}, console.log("Heimdall: Interval Set on fetch token:", a), (0, o.subscribeToOnlineEvent)(
|
|
3613
|
+
}, console.log("Heimdall: Interval Set on fetch token:", a), (0, o.subscribeToOnlineEvent)(S), [3, 4];
|
|
3614
3614
|
case 3:
|
|
3615
3615
|
return F = R.sent(), console.log("ERROR: Fetching token failed", F), [3, 4];
|
|
3616
3616
|
case 4:
|
|
@@ -3640,22 +3640,22 @@ function Yu() {
|
|
|
3640
3640
|
});
|
|
3641
3641
|
}
|
|
3642
3642
|
return new (f || (f = Promise))(function(I, y) {
|
|
3643
|
-
function x(
|
|
3643
|
+
function x(S) {
|
|
3644
3644
|
try {
|
|
3645
|
-
A(p.next(
|
|
3645
|
+
A(p.next(S));
|
|
3646
3646
|
} catch (F) {
|
|
3647
3647
|
y(F);
|
|
3648
3648
|
}
|
|
3649
3649
|
}
|
|
3650
|
-
function w(
|
|
3650
|
+
function w(S) {
|
|
3651
3651
|
try {
|
|
3652
|
-
A(p.throw(
|
|
3652
|
+
A(p.throw(S));
|
|
3653
3653
|
} catch (F) {
|
|
3654
3654
|
y(F);
|
|
3655
3655
|
}
|
|
3656
3656
|
}
|
|
3657
|
-
function A(
|
|
3658
|
-
|
|
3657
|
+
function A(S) {
|
|
3658
|
+
S.done ? I(S.value) : m(S.value).then(x, w);
|
|
3659
3659
|
}
|
|
3660
3660
|
A((p = p.apply(h, d || [])).next());
|
|
3661
3661
|
});
|
|
@@ -3668,8 +3668,8 @@ function Yu() {
|
|
|
3668
3668
|
return this;
|
|
3669
3669
|
}), y;
|
|
3670
3670
|
function x(A) {
|
|
3671
|
-
return function(
|
|
3672
|
-
return w([A,
|
|
3671
|
+
return function(S) {
|
|
3672
|
+
return w([A, S]);
|
|
3673
3673
|
};
|
|
3674
3674
|
}
|
|
3675
3675
|
function w(A) {
|
|
@@ -3710,8 +3710,8 @@ function Yu() {
|
|
|
3710
3710
|
continue;
|
|
3711
3711
|
}
|
|
3712
3712
|
A = d.call(h, f);
|
|
3713
|
-
} catch (
|
|
3714
|
-
A = [6,
|
|
3713
|
+
} catch (S) {
|
|
3714
|
+
A = [6, S], m = 0;
|
|
3715
3715
|
} finally {
|
|
3716
3716
|
p = I = 0;
|
|
3717
3717
|
}
|
|
@@ -3774,7 +3774,7 @@ function Yu() {
|
|
|
3774
3774
|
function g(h, d, f, p, m) {
|
|
3775
3775
|
var I, y;
|
|
3776
3776
|
return m === void 0 && (m = 0), t(this, void 0, void 0, function() {
|
|
3777
|
-
var x, w, A,
|
|
3777
|
+
var x, w, A, S, F, R, D;
|
|
3778
3778
|
return n(this, function(L) {
|
|
3779
3779
|
switch (L.label) {
|
|
3780
3780
|
case 0:
|
|
@@ -3788,7 +3788,7 @@ function Yu() {
|
|
|
3788
3788
|
case 1:
|
|
3789
3789
|
L.sent(), L.label = 2;
|
|
3790
3790
|
case 2:
|
|
3791
|
-
return h.csrfToken && u(d, f),
|
|
3791
|
+
return h.csrfToken && u(d, f), S = h.tenantPlatform === l.TENANT_PLATFORM.HIVERWEB ? l.TENANT_PLATFORM.HIVERWEB : l.TENANT_PLATFORM.GMAIL, d.headers = e(e({}, d.headers), { "x-hiver-tenant": S, "x-hiver-userid": (0, s.getItemFromStorage)("hiverAuthUserId") || "0", "x-hiver-usergroupid": (0, s.getItemFromStorage)("hiverAuthUserGroupId") || "0" }), f.getToken && (a = (0, s.getItemFromStorage)("hiverAuthToken") || "", d.headers = e(e({}, d.headers), { Authorization: "Bearer ".concat(a) })), console.log("Performing axios call for:", d), [4, v(d, h.withCredentials)];
|
|
3792
3792
|
case 3:
|
|
3793
3793
|
return F = L.sent(), d.onSuccess && d.onSuccess(F), [2, F];
|
|
3794
3794
|
case 4:
|
|
@@ -4347,22 +4347,22 @@ function Qu() {
|
|
|
4347
4347
|
var n = e1(), r = Be, i = De, o, s, l, a = function(C, g, h) {
|
|
4348
4348
|
return h === void 0 && (h = r.APP_UI.DEFAULT), e(void 0, void 0, void 0, function() {
|
|
4349
4349
|
var d, f, p, m, I, y, x, w, A;
|
|
4350
|
-
return t(this, function(
|
|
4351
|
-
switch (
|
|
4350
|
+
return t(this, function(S) {
|
|
4351
|
+
switch (S.label) {
|
|
4352
4352
|
case 0:
|
|
4353
|
-
d = 2,
|
|
4353
|
+
d = 2, S.label = 1;
|
|
4354
4354
|
case 1:
|
|
4355
|
-
return
|
|
4355
|
+
return S.trys.push([1, 4, , 9]), console.log("ERROR debug: in login:", h), [4, (0, n.getV2LoginCode)(r.CONFIG_HIVER, C, h)];
|
|
4356
4356
|
case 2:
|
|
4357
|
-
return f =
|
|
4357
|
+
return f = S.sent(), [4, (0, n.getLoginToken)(f, r.CONFIG_HIVER, C)];
|
|
4358
4358
|
case 3:
|
|
4359
|
-
return p =
|
|
4359
|
+
return p = S.sent(), m = p.userId, I = p.userGroupId, y = p.atToken, x = p.expiryTime, (0, i.setTokenAndExpiry)(y, x), (0, i.setUserDetails)(m, I), [3, 9];
|
|
4360
4360
|
case 4:
|
|
4361
|
-
w =
|
|
4361
|
+
w = S.sent(), console.log("ERROR debug: in error login:", w, h), A = g, S.label = 5;
|
|
4362
4362
|
case 5:
|
|
4363
4363
|
return A < d ? [4, a(C, A + 1, h)] : [3, 8];
|
|
4364
4364
|
case 6:
|
|
4365
|
-
|
|
4365
|
+
S.sent(), S.label = 7;
|
|
4366
4366
|
case 7:
|
|
4367
4367
|
return A++, [3, 5];
|
|
4368
4368
|
case 8:
|
|
@@ -4392,36 +4392,36 @@ function Qu() {
|
|
|
4392
4392
|
});
|
|
4393
4393
|
}, u = function(C, g, h, d, f, p, m) {
|
|
4394
4394
|
return p === void 0 && (p = "default"), e(void 0, void 0, void 0, function() {
|
|
4395
|
-
var I, y, x, w, A,
|
|
4396
|
-
return t(this, function(
|
|
4397
|
-
switch (
|
|
4395
|
+
var I, y, x, w, A, S, F, R, D, L, Z, X, V, U;
|
|
4396
|
+
return t(this, function(B) {
|
|
4397
|
+
switch (B.label) {
|
|
4398
4398
|
case 0:
|
|
4399
|
-
return
|
|
4399
|
+
return B.trys.push([0, 2, , 12]), console.log("Heimdall: Interval Set on fetch token in fetchAndSaveToken:", l), [4, (0, n.getAccessToken)(r.CONFIG_HIVER, d, f, p)];
|
|
4400
4400
|
case 1:
|
|
4401
|
-
return I =
|
|
4401
|
+
return I = B.sent(), y = I.atToken, x = I.expiryTime, w = I.userId, A = I.userGroupId, y && x && (0, i.setTokenAndExpiry)(y, x), w && A && (0, i.setUserDetails)(w, A), C = r.INITIAL_RETRY_DELAY, g = r.INITIAL_RETRY_DELAY, h = 0, [3, 12];
|
|
4402
4402
|
case 2:
|
|
4403
|
-
return
|
|
4403
|
+
return S = B.sent(), console.log("ERROR: Heimdall fetch token", S), ((D = S.response) === null || D === void 0 ? void 0 : D.status) === 401 || ((L = S.request) === null || L === void 0 ? void 0 : L.status) === 401 ? (F = 1, [4, a(d, F, m)]) : [3, 4];
|
|
4404
4404
|
case 3:
|
|
4405
|
-
return
|
|
4405
|
+
return B.sent(), [3, 11];
|
|
4406
4406
|
case 4:
|
|
4407
|
-
return ((
|
|
4407
|
+
return ((Z = S.response) === null || Z === void 0 ? void 0 : Z.status) === 409 || ((X = S.request) === null || X === void 0 ? void 0 : X.status) === 409 ? (console.log("Heimdall: Fetching token post 409 in fetch And Save Token"), R = { retryDelay: C, configs: d, api_params: f, appUI: m }, [4, c(g, h, R)]) : [3, 6];
|
|
4408
4408
|
case 5:
|
|
4409
|
-
if (
|
|
4410
|
-
throw
|
|
4409
|
+
if (B.sent(), h >= r.MAX_CONFLICT_RETRY_DELAY)
|
|
4410
|
+
throw S;
|
|
4411
4411
|
return [3, 11];
|
|
4412
4412
|
case 6:
|
|
4413
|
-
if (!(((
|
|
4414
|
-
throw console.log("ERROR: Throwing error",
|
|
4413
|
+
if (!(((V = S.response) === null || V === void 0 ? void 0 : V.status) === 422 || ((U = S.request) === null || U === void 0 ? void 0 : U.status) === 422)) return [3, 7];
|
|
4414
|
+
throw console.log("ERROR: Throwing error", S.response.status), S;
|
|
4415
4415
|
case 7:
|
|
4416
4416
|
return C <= r.MAX_RETRY_DELAY ? [4, new Promise(function(ne) {
|
|
4417
4417
|
return setTimeout(ne, C);
|
|
4418
4418
|
})] : [3, 10];
|
|
4419
4419
|
case 8:
|
|
4420
|
-
return
|
|
4420
|
+
return B.sent(), C *= 2, console.log("Heimdall: Fetch token post doubling retry delay", C), [4, u(C, g, h, d, f, m)];
|
|
4421
4421
|
case 9:
|
|
4422
|
-
return
|
|
4422
|
+
return B.sent(), [3, 11];
|
|
4423
4423
|
case 10:
|
|
4424
|
-
throw
|
|
4424
|
+
throw S;
|
|
4425
4425
|
case 11:
|
|
4426
4426
|
return [3, 12];
|
|
4427
4427
|
case 12:
|
|
@@ -4463,12 +4463,12 @@ function Qu() {
|
|
|
4463
4463
|
return b(x, h);
|
|
4464
4464
|
}, r.REFETCH_CHECK_DELAY), console.log("Heimdall: Interval Set on fetch token:", l), window.addEventListener("online", function() {
|
|
4465
4465
|
return e(void 0, void 0, void 0, function() {
|
|
4466
|
-
return t(this, function(
|
|
4467
|
-
switch (
|
|
4466
|
+
return t(this, function(S) {
|
|
4467
|
+
switch (S.label) {
|
|
4468
4468
|
case 0:
|
|
4469
4469
|
return console.log("Online status detected. Fetching token..."), [4, b(x, h)];
|
|
4470
4470
|
case 1:
|
|
4471
|
-
return
|
|
4471
|
+
return S.sent(), [2];
|
|
4472
4472
|
}
|
|
4473
4473
|
});
|
|
4474
4474
|
});
|
|
@@ -4970,7 +4970,7 @@ const Mt = {
|
|
|
4970
4970
|
`, v2 = k(fe)`
|
|
4971
4971
|
color: ${z.palette.gray.gray2};
|
|
4972
4972
|
`, y2 = () => {
|
|
4973
|
-
const { availableFeatures: e, sendTrackingEvent: t, isAdmin: n } = ct(yt), [r, i] =
|
|
4973
|
+
const { availableFeatures: e, sendTrackingEvent: t, isAdmin: n } = ct(yt), [r, i] = Y(() => !(localStorage.getItem(is) === "true") && Vt(e, s1));
|
|
4974
4974
|
pe(() => {
|
|
4975
4975
|
localStorage.getItem(is) === "true" && i(!1);
|
|
4976
4976
|
}, []);
|
|
@@ -5085,17 +5085,17 @@ function I2() {
|
|
|
5085
5085
|
}
|
|
5086
5086
|
return x = D, D;
|
|
5087
5087
|
}
|
|
5088
|
-
var
|
|
5089
|
-
if (n(
|
|
5090
|
-
return
|
|
5091
|
-
var
|
|
5092
|
-
return C !== void 0 && C(
|
|
5093
|
-
}, A = b === void 0 ? null : b,
|
|
5088
|
+
var Z = y, X = x;
|
|
5089
|
+
if (n(Z, R))
|
|
5090
|
+
return X;
|
|
5091
|
+
var V = v(R);
|
|
5092
|
+
return C !== void 0 && C(X, V) ? X : (y = R, x = V, V);
|
|
5093
|
+
}, A = b === void 0 ? null : b, S = function() {
|
|
5094
5094
|
return w(u());
|
|
5095
5095
|
}, F = A === null ? void 0 : function() {
|
|
5096
5096
|
return w(A());
|
|
5097
5097
|
};
|
|
5098
|
-
return [
|
|
5098
|
+
return [S, F];
|
|
5099
5099
|
}, [u, b, v, C]), f = d[0], p = d[1], m = r(c, f, p);
|
|
5100
5100
|
return o(function() {
|
|
5101
5101
|
h.hasValue = !0, h.value = m;
|
|
@@ -5108,7 +5108,7 @@ process.env.NODE_ENV === "production" ? Ms.exports = C2() : Ms.exports = I2();
|
|
|
5108
5108
|
var E2 = Ms.exports, wt = (
|
|
5109
5109
|
// prettier-ignore
|
|
5110
5110
|
// @ts-ignore
|
|
5111
|
-
"default" in
|
|
5111
|
+
"default" in M ? M.default : M
|
|
5112
5112
|
), Gc = Symbol.for("react-redux-context"), jc = typeof globalThis < "u" ? globalThis : (
|
|
5113
5113
|
/* fall back to a per-module scope (pre-8.1 behaviour) if `globalThis` is not available */
|
|
5114
5114
|
{}
|
|
@@ -5363,7 +5363,7 @@ const en = G2.withTypes(), ye = S2.withTypes(), Rt = {
|
|
|
5363
5363
|
DELETE: "DELETE",
|
|
5364
5364
|
PATCH: "PATCH",
|
|
5365
5365
|
PUT: "PUT"
|
|
5366
|
-
},
|
|
5366
|
+
}, $ = {
|
|
5367
5367
|
IDLE: "idle",
|
|
5368
5368
|
LOADING: "loading",
|
|
5369
5369
|
FAILED: "failed"
|
|
@@ -6950,9 +6950,9 @@ var cb = "ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW", lb
|
|
|
6950
6950
|
name: "ConditionError",
|
|
6951
6951
|
message: "Aborted due to condition callback returning false."
|
|
6952
6952
|
};
|
|
6953
|
-
const w = new Promise((A,
|
|
6953
|
+
const w = new Promise((A, S) => {
|
|
6954
6954
|
g = () => {
|
|
6955
|
-
|
|
6955
|
+
S({
|
|
6956
6956
|
name: "AbortError",
|
|
6957
6957
|
message: h || "Aborted"
|
|
6958
6958
|
});
|
|
@@ -6971,8 +6971,8 @@ var cb = "ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW", lb
|
|
|
6971
6971
|
requestId: v,
|
|
6972
6972
|
signal: C.signal,
|
|
6973
6973
|
abort: d,
|
|
6974
|
-
rejectWithValue: (A,
|
|
6975
|
-
fulfillWithValue: (A,
|
|
6974
|
+
rejectWithValue: (A, S) => new us(A, S),
|
|
6975
|
+
fulfillWithValue: (A, S) => new qc(A, S)
|
|
6976
6976
|
})).then((A) => {
|
|
6977
6977
|
if (A instanceof us)
|
|
6978
6978
|
throw A;
|
|
@@ -7109,10 +7109,10 @@ function mb({
|
|
|
7109
7109
|
});
|
|
7110
7110
|
return Qc(A, w, {
|
|
7111
7111
|
insert: () => {
|
|
7112
|
-
const
|
|
7112
|
+
const S = {};
|
|
7113
7113
|
for (const [F, R] of Object.entries(i.selectors ?? {}))
|
|
7114
|
-
|
|
7115
|
-
return
|
|
7114
|
+
S[F] = bb(R, w, d, I);
|
|
7115
|
+
return S;
|
|
7116
7116
|
}
|
|
7117
7117
|
});
|
|
7118
7118
|
}
|
|
@@ -7311,7 +7311,7 @@ function Db(e) {
|
|
|
7311
7311
|
_e.dismiss(e);
|
|
7312
7312
|
}
|
|
7313
7313
|
const Kc = {
|
|
7314
|
-
updateFormApiStatus:
|
|
7314
|
+
updateFormApiStatus: $.IDLE,
|
|
7315
7315
|
createObjectList: [],
|
|
7316
7316
|
createObjectConnectorNamesList: [],
|
|
7317
7317
|
linkObjectList: [],
|
|
@@ -7319,14 +7319,14 @@ const Kc = {
|
|
|
7319
7319
|
searchObjectList: [],
|
|
7320
7320
|
objectDict: null,
|
|
7321
7321
|
formFields: null,
|
|
7322
|
-
objectListApiStatus:
|
|
7323
|
-
unlinkCardApiStatus:
|
|
7324
|
-
linkCardApiStatus:
|
|
7322
|
+
objectListApiStatus: $.IDLE,
|
|
7323
|
+
unlinkCardApiStatus: $.IDLE,
|
|
7324
|
+
linkCardApiStatus: $.IDLE,
|
|
7325
7325
|
optionsMap: null,
|
|
7326
|
-
dropdownOptionsApis:
|
|
7326
|
+
dropdownOptionsApis: $.IDLE,
|
|
7327
7327
|
dependentFieldsMap: {},
|
|
7328
|
-
createFormApiStatus:
|
|
7329
|
-
currentResourceDetailsApiStatus:
|
|
7328
|
+
createFormApiStatus: $.IDLE,
|
|
7329
|
+
currentResourceDetailsApiStatus: $.IDLE,
|
|
7330
7330
|
currentResourceDetails: null,
|
|
7331
7331
|
currentCardInEdit: null,
|
|
7332
7332
|
hasUnsavedChanges: !1
|
|
@@ -7424,24 +7424,24 @@ const Kc = {
|
|
|
7424
7424
|
});
|
|
7425
7425
|
}, rl = {
|
|
7426
7426
|
optionsMap: null,
|
|
7427
|
-
dropdownOptionsApis:
|
|
7427
|
+
dropdownOptionsApis: $.IDLE,
|
|
7428
7428
|
previewCardData: null,
|
|
7429
|
-
previewCardApiStatus:
|
|
7429
|
+
previewCardApiStatus: $.IDLE
|
|
7430
7430
|
}, Ud = Ma({
|
|
7431
7431
|
name: "commonSlice",
|
|
7432
7432
|
initialState: rl,
|
|
7433
7433
|
reducers: {
|
|
7434
7434
|
resetState: () => rl,
|
|
7435
7435
|
resetPreviewCardData: (e) => {
|
|
7436
|
-
e.previewCardData = null, e.previewCardApiStatus =
|
|
7436
|
+
e.previewCardData = null, e.previewCardApiStatus = $.IDLE;
|
|
7437
7437
|
}
|
|
7438
7438
|
},
|
|
7439
7439
|
extraReducers: (e) => {
|
|
7440
7440
|
e.addCase($n.pending, (t) => {
|
|
7441
|
-
t.dropdownOptionsApis =
|
|
7441
|
+
t.dropdownOptionsApis = $.LOADING;
|
|
7442
7442
|
}).addCase($n.fulfilled, (t, n) => {
|
|
7443
7443
|
const r = t.optionsMap || {}, { optionsList: i, hasMore: o, currentPage: s, key: l } = n.payload;
|
|
7444
|
-
t.dropdownOptionsApis =
|
|
7444
|
+
t.dropdownOptionsApis = $.IDLE, t.optionsMap = {
|
|
7445
7445
|
...r,
|
|
7446
7446
|
[l]: {
|
|
7447
7447
|
options: i,
|
|
@@ -7450,14 +7450,14 @@ const Kc = {
|
|
|
7450
7450
|
}
|
|
7451
7451
|
};
|
|
7452
7452
|
}).addCase($n.rejected, (t) => {
|
|
7453
|
-
t.dropdownOptionsApis =
|
|
7453
|
+
t.dropdownOptionsApis = $.FAILED;
|
|
7454
7454
|
}).addCase(pr.pending, (t) => {
|
|
7455
|
-
t.previewCardApiStatus =
|
|
7455
|
+
t.previewCardApiStatus = $.LOADING;
|
|
7456
7456
|
}).addCase(pr.fulfilled, (t, n) => {
|
|
7457
7457
|
const { data: r } = n.payload;
|
|
7458
|
-
r && (t.previewCardData = r), t.previewCardApiStatus =
|
|
7458
|
+
r && (t.previewCardData = r), t.previewCardApiStatus = $.IDLE;
|
|
7459
7459
|
}).addCase(pr.rejected, (t) => {
|
|
7460
|
-
t.previewCardApiStatus =
|
|
7460
|
+
t.previewCardApiStatus = $.FAILED;
|
|
7461
7461
|
});
|
|
7462
7462
|
}
|
|
7463
7463
|
}), $n = tn(
|
|
@@ -7494,9 +7494,9 @@ const Kc = {
|
|
|
7494
7494
|
} : {
|
|
7495
7495
|
label: F.label,
|
|
7496
7496
|
value: F.value
|
|
7497
|
-
}), A = d ? w.length >= p : !1,
|
|
7498
|
-
return s == null || s(
|
|
7499
|
-
optionsList:
|
|
7497
|
+
}), A = d ? w.length >= p : !1, S = [...C, ...w];
|
|
7498
|
+
return s == null || s(S), {
|
|
7499
|
+
optionsList: S,
|
|
7500
7500
|
fieldName: r,
|
|
7501
7501
|
formId: i,
|
|
7502
7502
|
currentPage: h + 1,
|
|
@@ -7586,7 +7586,7 @@ Do you want to continue?`, Ov = "Select an object to create", Lv = "Select an ob
|
|
|
7586
7586
|
reducers: {
|
|
7587
7587
|
resetState: () => Kc,
|
|
7588
7588
|
resetCurrentResourceDetails: (e) => {
|
|
7589
|
-
e.currentResourceDetails = null, e.currentResourceDetailsApiStatus =
|
|
7589
|
+
e.currentResourceDetails = null, e.currentResourceDetailsApiStatus = $.IDLE;
|
|
7590
7590
|
},
|
|
7591
7591
|
setCurrentCardInEdit: (e, t) => {
|
|
7592
7592
|
e.currentCardInEdit = t.payload;
|
|
@@ -7597,7 +7597,7 @@ Do you want to continue?`, Ov = "Select an object to create", Lv = "Select an ob
|
|
|
7597
7597
|
},
|
|
7598
7598
|
extraReducers: (e) => {
|
|
7599
7599
|
e.addCase(Wi.pending, (t) => {
|
|
7600
|
-
t.objectListApiStatus =
|
|
7600
|
+
t.objectListApiStatus = $.LOADING;
|
|
7601
7601
|
}).addCase(Wi.fulfilled, (t, n) => {
|
|
7602
7602
|
const {
|
|
7603
7603
|
createObjectList: r,
|
|
@@ -7609,14 +7609,14 @@ Do you want to continue?`, Ov = "Select an object to create", Lv = "Select an ob
|
|
|
7609
7609
|
objectDict: c,
|
|
7610
7610
|
dependentFieldsMap: u
|
|
7611
7611
|
} = n.payload;
|
|
7612
|
-
t.objectListApiStatus =
|
|
7612
|
+
t.objectListApiStatus = $.IDLE, t.createObjectList = r, t.createObjectConnectorNamesList = i, t.linkObjectList = o, t.editObjectList = s, t.searchObjectList = l, t.formFields = a, t.objectDict = c, t.dependentFieldsMap = u;
|
|
7613
7613
|
}).addCase(Wi.rejected, (t) => {
|
|
7614
|
-
t.objectListApiStatus =
|
|
7614
|
+
t.objectListApiStatus = $.FAILED;
|
|
7615
7615
|
}).addCase($n.pending, (t) => {
|
|
7616
|
-
t.dropdownOptionsApis =
|
|
7616
|
+
t.dropdownOptionsApis = $.LOADING;
|
|
7617
7617
|
}).addCase($n.fulfilled, (t, n) => {
|
|
7618
7618
|
const r = t.optionsMap || {}, { optionsList: i, hasMore: o, currentPage: s, key: l } = n.payload;
|
|
7619
|
-
t.dropdownOptionsApis =
|
|
7619
|
+
t.dropdownOptionsApis = $.IDLE, t.optionsMap = {
|
|
7620
7620
|
...r,
|
|
7621
7621
|
[l]: {
|
|
7622
7622
|
options: i,
|
|
@@ -7625,38 +7625,38 @@ Do you want to continue?`, Ov = "Select an object to create", Lv = "Select an ob
|
|
|
7625
7625
|
}
|
|
7626
7626
|
};
|
|
7627
7627
|
}).addCase($n.rejected, (t) => {
|
|
7628
|
-
t.dropdownOptionsApis =
|
|
7628
|
+
t.dropdownOptionsApis = $.FAILED;
|
|
7629
7629
|
}).addCase(Zi.pending, (t) => {
|
|
7630
|
-
t.createFormApiStatus =
|
|
7630
|
+
t.createFormApiStatus = $.LOADING;
|
|
7631
7631
|
}).addCase(Zi.fulfilled, (t) => {
|
|
7632
|
-
t.createFormApiStatus =
|
|
7632
|
+
t.createFormApiStatus = $.IDLE;
|
|
7633
7633
|
}).addCase(Zi.rejected, (t) => {
|
|
7634
|
-
t.createFormApiStatus =
|
|
7634
|
+
t.createFormApiStatus = $.FAILED;
|
|
7635
7635
|
}).addCase(zi.pending, (t) => {
|
|
7636
|
-
t.linkCardApiStatus =
|
|
7636
|
+
t.linkCardApiStatus = $.LOADING;
|
|
7637
7637
|
}).addCase(zi.fulfilled, (t) => {
|
|
7638
|
-
t.linkCardApiStatus =
|
|
7638
|
+
t.linkCardApiStatus = $.IDLE;
|
|
7639
7639
|
}).addCase(zi.rejected, (t) => {
|
|
7640
|
-
t.linkCardApiStatus =
|
|
7640
|
+
t.linkCardApiStatus = $.FAILED;
|
|
7641
7641
|
}).addCase(Ui.pending, (t) => {
|
|
7642
|
-
t.unlinkCardApiStatus =
|
|
7642
|
+
t.unlinkCardApiStatus = $.LOADING;
|
|
7643
7643
|
}).addCase(Ui.fulfilled, (t) => {
|
|
7644
|
-
t.unlinkCardApiStatus =
|
|
7644
|
+
t.unlinkCardApiStatus = $.IDLE;
|
|
7645
7645
|
}).addCase(Ui.rejected, (t) => {
|
|
7646
|
-
t.unlinkCardApiStatus =
|
|
7646
|
+
t.unlinkCardApiStatus = $.FAILED;
|
|
7647
7647
|
}).addCase(Xi.pending, (t) => {
|
|
7648
|
-
t.updateFormApiStatus =
|
|
7648
|
+
t.updateFormApiStatus = $.LOADING;
|
|
7649
7649
|
}).addCase(Xi.fulfilled, (t) => {
|
|
7650
|
-
t.updateFormApiStatus =
|
|
7650
|
+
t.updateFormApiStatus = $.IDLE;
|
|
7651
7651
|
}).addCase(Xi.rejected, (t) => {
|
|
7652
|
-
t.updateFormApiStatus =
|
|
7652
|
+
t.updateFormApiStatus = $.FAILED;
|
|
7653
7653
|
}).addCase(Yi.pending, (t) => {
|
|
7654
|
-
t.currentResourceDetailsApiStatus =
|
|
7654
|
+
t.currentResourceDetailsApiStatus = $.LOADING;
|
|
7655
7655
|
}).addCase(Yi.fulfilled, (t, n) => {
|
|
7656
7656
|
const { data: r } = n.payload;
|
|
7657
|
-
r && (t.currentResourceDetails = r), t.currentResourceDetailsApiStatus =
|
|
7657
|
+
r && (t.currentResourceDetails = r), t.currentResourceDetailsApiStatus = $.IDLE;
|
|
7658
7658
|
}).addCase(Yi.rejected, (t) => {
|
|
7659
|
-
t.currentResourceDetailsApiStatus =
|
|
7659
|
+
t.currentResourceDetailsApiStatus = $.FAILED;
|
|
7660
7660
|
});
|
|
7661
7661
|
}
|
|
7662
7662
|
}), Wi = tn(
|
|
@@ -7679,7 +7679,7 @@ Do you want to continue?`, Ov = "Select an object to create", Lv = "Select an ob
|
|
|
7679
7679
|
var d, f;
|
|
7680
7680
|
const h = { ...g };
|
|
7681
7681
|
"fieldList" in h && delete h.fieldList, C[g.id] = h, s[g.id] || (s[g.id] = {}), v[g.id] || (v[g.id] = []), g.type === "create" && g.authenticated ? (l.push({ value: g.id, label: g.name, avatarUrl: g.logoUrl }), g.connectorName && !a.includes(g.connectorName) && a.push(g.connectorName)) : g.type === "link" && g.authenticated ? c.push({ value: g.id, label: g.name, avatarUrl: g.logoUrl }) : g.type === "edit" && g.authenticated ? u.push({ value: g.id, label: g.name, avatarUrl: g.logoUrl }) : g.type === "search_and_link" && g.authenticated && b.push({ value: g.id, label: g.name, avatarUrl: g.logoUrl }), (d = g.fieldList) == null || d.sort((p, m) => p.priority - m.priority), (f = g.fieldList) == null || f.forEach((p) => {
|
|
7682
|
-
var I, y, x, w, A,
|
|
7682
|
+
var I, y, x, w, A, S, F, R, D, L, Z, X;
|
|
7683
7683
|
let m = {};
|
|
7684
7684
|
switch (p.type) {
|
|
7685
7685
|
case "select":
|
|
@@ -7708,7 +7708,7 @@ Do you want to continue?`, Ov = "Select an object to create", Lv = "Select an ob
|
|
|
7708
7708
|
m = {
|
|
7709
7709
|
...p,
|
|
7710
7710
|
type: "number",
|
|
7711
|
-
min: ((F = (
|
|
7711
|
+
min: ((F = (S = p.validations) == null ? void 0 : S.range) == null ? void 0 : F.min) || Number.MIN_SAFE_INTEGER,
|
|
7712
7712
|
max: ((D = (R = p.validations) == null ? void 0 : R.range) == null ? void 0 : D.max) || Number.MAX_SAFE_INTEGER
|
|
7713
7713
|
};
|
|
7714
7714
|
break;
|
|
@@ -7718,7 +7718,7 @@ Do you want to continue?`, Ov = "Select an object to create", Lv = "Select an ob
|
|
|
7718
7718
|
...p,
|
|
7719
7719
|
type: "text",
|
|
7720
7720
|
maxRows: ((L = p.validations) == null ? void 0 : L.maxRows) || 5,
|
|
7721
|
-
limit: (
|
|
7721
|
+
limit: (Z = p.validations) == null ? void 0 : Z.maxCharacters,
|
|
7722
7722
|
rows: 5,
|
|
7723
7723
|
multiline: !0
|
|
7724
7724
|
};
|
|
@@ -7728,7 +7728,7 @@ Do you want to continue?`, Ov = "Select an object to create", Lv = "Select an ob
|
|
|
7728
7728
|
m = {
|
|
7729
7729
|
...p,
|
|
7730
7730
|
type: "text",
|
|
7731
|
-
limit: (
|
|
7731
|
+
limit: (X = p.validations) == null ? void 0 : X.maxCharacters
|
|
7732
7732
|
};
|
|
7733
7733
|
break;
|
|
7734
7734
|
}
|
|
@@ -7736,9 +7736,9 @@ Do you want to continue?`, Ov = "Select an object to create", Lv = "Select an ob
|
|
|
7736
7736
|
m = { ...p };
|
|
7737
7737
|
}
|
|
7738
7738
|
if ("value" in m && (m.defaultValue = m.value, delete m.value), v[g.id] = [...v[g.id], m], p.interfaceDetails && (p.interfaceDetails.args || p.interfaceDetails.optionalArgs)) {
|
|
7739
|
-
const
|
|
7740
|
-
Object.values(
|
|
7741
|
-
s[g.id][
|
|
7739
|
+
const V = { ...p.interfaceDetails.args, ...p.interfaceDetails.optionalArgs };
|
|
7740
|
+
Object.values(V).forEach((U) => {
|
|
7741
|
+
s[g.id][U] ? s[g.id][U] = [...s[g.id][U], p.name] : s[g.id][U] = [p.name];
|
|
7742
7742
|
});
|
|
7743
7743
|
}
|
|
7744
7744
|
});
|
|
@@ -7835,7 +7835,7 @@ Do you want to continue?`, Ov = "Select an object to create", Lv = "Select an ob
|
|
|
7835
7835
|
}
|
|
7836
7836
|
}
|
|
7837
7837
|
), { resetState: T5, setCurrentCardInEdit: gr, resetCurrentResourceDetails: Pv, setHasUnsavedChanges: ol } = $d.actions, Mv = $d.reducer, Bv = () => {
|
|
7838
|
-
const [e, t] =
|
|
7838
|
+
const [e, t] = Y(null), [n, r] = Y({
|
|
7839
7839
|
isVertical: !1,
|
|
7840
7840
|
isHorizontal: !1,
|
|
7841
7841
|
isScrolling: !1
|
|
@@ -7922,14 +7922,14 @@ Do you want to continue?`, Ov = "Select an object to create", Lv = "Select an ob
|
|
|
7922
7922
|
cardId: v,
|
|
7923
7923
|
isCardLevelError: C,
|
|
7924
7924
|
fieldName: g
|
|
7925
|
-
} = e, h = ke(null), d = ke(null), { email: f, currentSmIds: p, conversationId: m, sendTrackingEvent: I, connectorFunctions: y } = ct(yt), x = ye(Uv), w = x == null ? void 0 : x[v], [A,
|
|
7925
|
+
} = e, h = ke(null), d = ke(null), { email: f, currentSmIds: p, conversationId: m, sendTrackingEvent: I, connectorFunctions: y } = ct(yt), x = ye(Uv), w = x == null ? void 0 : x[v], [A, S] = Y(!1), F = Ge(() => {
|
|
7926
7926
|
if (n && C) {
|
|
7927
|
-
const { error_message:
|
|
7928
|
-
return
|
|
7927
|
+
const { error_message: B } = sl(n);
|
|
7928
|
+
return B;
|
|
7929
7929
|
}
|
|
7930
7930
|
return a ? ad.replace(/{{connector_name}}/g, (c == null ? void 0 : c[0]) || "") : Nc;
|
|
7931
7931
|
}, [n, a, c, C]), R = Ne(() => {
|
|
7932
|
-
const
|
|
7932
|
+
const B = n || Yv(w, c), { error_code: ne, error_message: ae } = sl(B);
|
|
7933
7933
|
I == null || I(o2, {
|
|
7934
7934
|
sm_ids: p,
|
|
7935
7935
|
frontend_req_params: {
|
|
@@ -7956,32 +7956,32 @@ Do you want to continue?`, Ov = "Select an object to create", Lv = "Select an ob
|
|
|
7956
7956
|
pe(() => {
|
|
7957
7957
|
(n && C || a && w) && R();
|
|
7958
7958
|
}, [R, w, a, n, C]), pe(() => {
|
|
7959
|
-
const
|
|
7960
|
-
if (
|
|
7961
|
-
const ne =
|
|
7962
|
-
|
|
7959
|
+
const B = r ? d.current : h.current;
|
|
7960
|
+
if (B) {
|
|
7961
|
+
const ne = B.scrollHeight > B.clientHeight || B.scrollWidth > B.clientWidth;
|
|
7962
|
+
S(ne);
|
|
7963
7963
|
}
|
|
7964
7964
|
}, [t, r]);
|
|
7965
7965
|
const D = i == Ps.NOT_FOUND;
|
|
7966
7966
|
let L = D ? Vi : t;
|
|
7967
7967
|
s === "date" && L && !D && (L = new Date(parseInt(L)).toLocaleDateString(navigator.language));
|
|
7968
|
-
const
|
|
7968
|
+
const Z = !!n || a, X = () => {
|
|
7969
7969
|
l ? y == null || y.redirectToAdmin() : window.open(_1, "_blank");
|
|
7970
|
-
},
|
|
7970
|
+
}, V = () => {
|
|
7971
7971
|
I == null || I(a2, {
|
|
7972
7972
|
sm_ids: p,
|
|
7973
7973
|
card_title: u,
|
|
7974
7974
|
field_name: g
|
|
7975
7975
|
});
|
|
7976
|
-
},
|
|
7977
|
-
const ne = /<>(.*?)<>/g, ae =
|
|
7976
|
+
}, U = (B) => {
|
|
7977
|
+
const ne = /<>(.*?)<>/g, ae = B.split(ne);
|
|
7978
7978
|
return /* @__PURE__ */ E.jsx(ve.Fragment, { children: ae.map(
|
|
7979
|
-
(
|
|
7979
|
+
(ce, P) => P % 2 === 1 ? /* @__PURE__ */ E.jsx(U2, { variant: "body2", onClick: X, children: ce }, P) : ce
|
|
7980
7980
|
) });
|
|
7981
7981
|
};
|
|
7982
|
-
return o ? /* @__PURE__ */ E.jsx(zn, { variant: "rounded", width: "100%", height: 16, animation: "wave", margin: "4px 0 0 0" }) :
|
|
7982
|
+
return o ? /* @__PURE__ */ E.jsx(zn, { variant: "rounded", width: "100%", height: 16, animation: "wave", margin: "4px 0 0 0" }) : Z ? /* @__PURE__ */ E.jsxs(vd, { gap: "7px", children: [
|
|
7983
7983
|
/* @__PURE__ */ E.jsx(Q, { marginTop: "3px", flexShrink: "0", children: /* @__PURE__ */ E.jsx("img", { src: zv, width: "18px", height: "18px" }) }),
|
|
7984
|
-
/* @__PURE__ */ E.jsx(yd, { variant: "body2", children: F ?
|
|
7984
|
+
/* @__PURE__ */ E.jsx(yd, { variant: "body2", children: F ? U(F) : Nc })
|
|
7985
7985
|
] }) : /* @__PURE__ */ E.jsx(We, { title: A ? L : null, placement: "bottom", children: r ? /* @__PURE__ */ E.jsx(
|
|
7986
7986
|
Cd,
|
|
7987
7987
|
{
|
|
@@ -7990,7 +7990,7 @@ Do you want to continue?`, Ov = "Select an object to create", Lv = "Select an ob
|
|
|
7990
7990
|
underline: "none",
|
|
7991
7991
|
href: r,
|
|
7992
7992
|
fontSize: "13px",
|
|
7993
|
-
onClick:
|
|
7993
|
+
onClick: V,
|
|
7994
7994
|
children: L || Vi
|
|
7995
7995
|
}
|
|
7996
7996
|
) : /* @__PURE__ */ E.jsx(Y2, { ref: h, variant: "body2", children: L || Vi }) });
|
|
@@ -8020,38 +8020,38 @@ Do you want to continue?`, Ov = "Select an object to create", Lv = "Select an ob
|
|
|
8020
8020
|
] })
|
|
8021
8021
|
}
|
|
8022
8022
|
), Jd = (e) => {
|
|
8023
|
-
var
|
|
8024
|
-
const { id: t, cardTitle: n, specificCardData: r, specificConnectorApiStatus: i, isOpen: o, currentCard: s } = e, l = 24, a = (i == null ? void 0 : i[t]) ===
|
|
8025
|
-
var
|
|
8026
|
-
return d && ((
|
|
8027
|
-
}, [d, v]), F = Ge(() =>
|
|
8023
|
+
var ce, P;
|
|
8024
|
+
const { id: t, cardTitle: n, specificCardData: r, specificConnectorApiStatus: i, isOpen: o, currentCard: s } = e, l = 24, a = (i == null ? void 0 : i[t]) === $.IDLE, c = (i == null ? void 0 : i[t]) === $.LOADING, u = (i == null ? void 0 : i[t]) === $.FAILED, { cardType: b, data: v, cardErrorMessage: C, redirectToAdminTab: g, connectorNames: h } = (r == null ? void 0 : r[t]) || {}, d = b === "flat", [f, p] = Y(!1), [m, I] = Y(!1), [y, x] = Y(!1), [w, A] = Y(!1), S = Ge(() => {
|
|
8025
|
+
var G, J, re, ue;
|
|
8026
|
+
return d && ((G = v == null ? void 0 : v.flatDisplay) != null && G.data) ? v.flatDisplay.data : !d && ((ue = (re = (J = v == null ? void 0 : v.listItems) == null ? void 0 : J.fields) == null ? void 0 : re[0]) != null && ue.data) ? v.listItems.fields[0].data : [];
|
|
8027
|
+
}, [d, v]), F = Ge(() => S == null ? void 0 : S.slice(0, 5), [S]), [R, D] = Y([]), L = ke(null), [Z, X] = Y(0), V = f ? -180 : 0, U = d ? !1 : !!((ce = v == null ? void 0 : v.listItems) != null && ce.errorMessage), B = U || u || C, ne = a && !U && o && (y || m);
|
|
8028
8028
|
mi(() => {
|
|
8029
|
-
var
|
|
8030
|
-
(
|
|
8029
|
+
var G;
|
|
8030
|
+
(G = L.current) != null && G.scrollHeight && X(L.current.scrollHeight + l);
|
|
8031
8031
|
}, [i == null ? void 0 : i[t], R, L]), pe(() => {
|
|
8032
8032
|
var ue, Ce;
|
|
8033
|
-
const
|
|
8034
|
-
x(
|
|
8035
|
-
}, [v, d,
|
|
8036
|
-
D(f ?
|
|
8037
|
-
}, [v, f, F,
|
|
8033
|
+
const G = ((S == null ? void 0 : S.length) || 0) > 5, J = !d && (((Ce = (ue = v == null ? void 0 : v.listItems) == null ? void 0 : ue.fields) == null ? void 0 : Ce.length) || 0) > 1;
|
|
8034
|
+
x(G && !J), I(J);
|
|
8035
|
+
}, [v, d, S == null ? void 0 : S.length]), pe(() => {
|
|
8036
|
+
D(f ? S : F);
|
|
8037
|
+
}, [v, f, F, S]);
|
|
8038
8038
|
const ae = () => {
|
|
8039
|
-
y ? p((
|
|
8039
|
+
y ? p((G) => !G) : A((G) => !G);
|
|
8040
8040
|
};
|
|
8041
8041
|
return /* @__PURE__ */ E.jsxs(E.Fragment, { children: [
|
|
8042
8042
|
/* @__PURE__ */ E.jsx(Ga, { shown: w, setShown: A, showCloseButton: !0, borderRadius: 12, children: /* @__PURE__ */ E.jsx(
|
|
8043
8043
|
jv,
|
|
8044
8044
|
{
|
|
8045
|
-
data: ((
|
|
8045
|
+
data: ((P = v == null ? void 0 : v.listItems) == null ? void 0 : P.fields) || [],
|
|
8046
8046
|
title: n,
|
|
8047
8047
|
currentCard: s,
|
|
8048
8048
|
setShowModal: A
|
|
8049
8049
|
}
|
|
8050
8050
|
) }),
|
|
8051
|
-
/* @__PURE__ */ E.jsx(Z2, { className: o ? "" : "slideUp", height:
|
|
8051
|
+
/* @__PURE__ */ E.jsx(Z2, { className: o ? "" : "slideUp", height: Z, children: /* @__PURE__ */ E.jsx(Q, { ref: L, gap: 1, margin: "12px", children: c && !(R != null && R.length) ? /* @__PURE__ */ E.jsxs(E.Fragment, { children: [
|
|
8052
8052
|
/* @__PURE__ */ E.jsx(zn, { variant: "rounded", width: "100%", height: 20, animation: "wave" }),
|
|
8053
8053
|
/* @__PURE__ */ E.jsx(zn, { variant: "rounded", width: "100%", height: 20, animation: "wave" })
|
|
8054
|
-
] }) : /* @__PURE__ */ E.jsx(E.Fragment, { children:
|
|
8054
|
+
] }) : /* @__PURE__ */ E.jsx(E.Fragment, { children: B ? /* @__PURE__ */ E.jsx(Oe, { margin: "8px 0", children: /* @__PURE__ */ E.jsx(
|
|
8055
8055
|
al,
|
|
8056
8056
|
{
|
|
8057
8057
|
error: C,
|
|
@@ -8064,14 +8064,14 @@ Do you want to continue?`, Ov = "Select an object to create", Lv = "Select an ob
|
|
|
8064
8064
|
currentCard: s,
|
|
8065
8065
|
isCardLevelError: !0
|
|
8066
8066
|
}
|
|
8067
|
-
) }) : R != null && R.length ? R == null ? void 0 : R.map((
|
|
8068
|
-
const { value:
|
|
8067
|
+
) }) : R != null && R.length ? R == null ? void 0 : R.map((G) => {
|
|
8068
|
+
const { value: J, label: re, deepLink: ue, type: Ce } = G, Re = "errorMessage" in G ? G.errorMessage : null, ie = "statusCode" in G ? G.statusCode : null;
|
|
8069
8069
|
return /* @__PURE__ */ E.jsxs("div", { children: [
|
|
8070
|
-
/* @__PURE__ */ E.jsx(X2, { variant: "overline", children:
|
|
8070
|
+
/* @__PURE__ */ E.jsx(X2, { variant: "overline", children: re }),
|
|
8071
8071
|
/* @__PURE__ */ E.jsx(
|
|
8072
8072
|
al,
|
|
8073
8073
|
{
|
|
8074
|
-
value:
|
|
8074
|
+
value: J,
|
|
8075
8075
|
error: Re,
|
|
8076
8076
|
deepLink: ue,
|
|
8077
8077
|
statusCode: ie,
|
|
@@ -8080,21 +8080,21 @@ Do you want to continue?`, Ov = "Select an object to create", Lv = "Select an ob
|
|
|
8080
8080
|
cardTitle: n,
|
|
8081
8081
|
currentCard: s,
|
|
8082
8082
|
cardId: t,
|
|
8083
|
-
fieldName:
|
|
8083
|
+
fieldName: re
|
|
8084
8084
|
}
|
|
8085
8085
|
)
|
|
8086
|
-
] },
|
|
8086
|
+
] }, re);
|
|
8087
8087
|
}) : /* @__PURE__ */ E.jsx(Oe, { margin: "8px 0", children: /* @__PURE__ */ E.jsx(yd, { children: p1 }) }) }) }) }),
|
|
8088
8088
|
!C && ne && /* @__PURE__ */ E.jsx(nm, { variant: "body2_medium", onClick: ae, children: y ? /* @__PURE__ */ E.jsxs(E.Fragment, { children: [
|
|
8089
8089
|
f ? vm : Hc,
|
|
8090
|
-
/* @__PURE__ */ E.jsx(tm, { src: bm, transformAngle:
|
|
8090
|
+
/* @__PURE__ */ E.jsx(tm, { src: bm, transformAngle: V })
|
|
8091
8091
|
] }) : Hc })
|
|
8092
8092
|
] });
|
|
8093
8093
|
}, Jv = {
|
|
8094
8094
|
connectorCards: null,
|
|
8095
8095
|
cardSpecificData: null,
|
|
8096
|
-
connectorApiStatus:
|
|
8097
|
-
conversationMetaDataApiStatus:
|
|
8096
|
+
connectorApiStatus: $.IDLE,
|
|
8097
|
+
conversationMetaDataApiStatus: $.IDLE,
|
|
8098
8098
|
specificConnectorApiStatus: null,
|
|
8099
8099
|
threadId: null,
|
|
8100
8100
|
connectorsEnabled: !1,
|
|
@@ -8130,17 +8130,17 @@ Do you want to continue?`, Ov = "Select an object to create", Lv = "Select an ob
|
|
|
8130
8130
|
},
|
|
8131
8131
|
extraReducers: (e) => {
|
|
8132
8132
|
e.addCase($i.pending, (t) => {
|
|
8133
|
-
t.connectorApiStatus =
|
|
8133
|
+
t.connectorApiStatus = $.LOADING;
|
|
8134
8134
|
}).addCase($i.fulfilled, (t, n) => {
|
|
8135
|
-
t.connectorApiStatus =
|
|
8135
|
+
t.connectorApiStatus = $.IDLE, t.connectorCards = n.payload.cards, t.connectorsEnabled = n.payload.connectorsEnabled;
|
|
8136
8136
|
}).addCase($i.rejected, (t) => {
|
|
8137
|
-
t.connectorApiStatus =
|
|
8137
|
+
t.connectorApiStatus = $.FAILED;
|
|
8138
8138
|
}).addCase(ti.pending, (t, n) => {
|
|
8139
8139
|
const { id: r, externalResourceId: i = "" } = n.meta.arg;
|
|
8140
8140
|
let o = r;
|
|
8141
8141
|
i && (o = `${o}_${i}`), t.specificConnectorApiStatus = {
|
|
8142
8142
|
...t.specificConnectorApiStatus ?? {},
|
|
8143
|
-
[o]:
|
|
8143
|
+
[o]: $.LOADING
|
|
8144
8144
|
};
|
|
8145
8145
|
}).addCase(ti.fulfilled, (t, n) => {
|
|
8146
8146
|
const { id: r, externalResourceId: i = "" } = n.meta.arg;
|
|
@@ -8152,14 +8152,14 @@ Do you want to continue?`, Ov = "Select an object to create", Lv = "Select an ob
|
|
|
8152
8152
|
[o]: s
|
|
8153
8153
|
}), t.specificConnectorApiStatus = {
|
|
8154
8154
|
...t.specificConnectorApiStatus ?? {},
|
|
8155
|
-
[o]:
|
|
8155
|
+
[o]: $.IDLE
|
|
8156
8156
|
};
|
|
8157
8157
|
}).addCase(ti.rejected, (t, n) => {
|
|
8158
8158
|
const { id: r, externalResourceId: i = "" } = n.meta.arg;
|
|
8159
8159
|
let o = r;
|
|
8160
8160
|
i && (o = `${o}_${i}`), t.specificConnectorApiStatus = {
|
|
8161
8161
|
...t.specificConnectorApiStatus ?? {},
|
|
8162
|
-
[o]:
|
|
8162
|
+
[o]: $.FAILED
|
|
8163
8163
|
};
|
|
8164
8164
|
const s = n.payload && typeof n.payload == "object" && "code" in n.payload ? String(n.payload.code) : cd;
|
|
8165
8165
|
t.specificConnectorErrorCode = {
|
|
@@ -8220,7 +8220,7 @@ Do you want to continue?`, Ov = "Select an object to create", Lv = "Select an ob
|
|
|
8220
8220
|
conversationId: o,
|
|
8221
8221
|
connectorName: s
|
|
8222
8222
|
}) => {
|
|
8223
|
-
const l = en(), { sendTrackingEvent: a } = ct(yt), u = ye(ly) ===
|
|
8223
|
+
const l = en(), { sendTrackingEvent: a } = ct(yt), u = ye(ly) === $.LOADING, b = () => {
|
|
8224
8224
|
o && i && l(Ui({ id: n, conversationId: o, externalResourceId: i })).unwrap().then(() => {
|
|
8225
8225
|
a(U1, {
|
|
8226
8226
|
connector_name: s,
|
|
@@ -8252,33 +8252,33 @@ Do you want to continue?`, Ov = "Select an object to create", Lv = "Select an ob
|
|
|
8252
8252
|
specificConnectorApiStatus: i,
|
|
8253
8253
|
defaultOpenState: o = !1,
|
|
8254
8254
|
onCardUnlinking: s
|
|
8255
|
-
} = e, l = en(), { availableFeatures: a, sendTrackingEvent: c, conversationId: u, currentSmIds: b } = ct(yt), { userGroupId: v } = Gr() || {}, [C, g] =
|
|
8256
|
-
let
|
|
8257
|
-
y && (
|
|
8258
|
-
const { data:
|
|
8259
|
-
var
|
|
8260
|
-
if (
|
|
8255
|
+
} = e, l = en(), { availableFeatures: a, sendTrackingEvent: c, conversationId: u, currentSmIds: b } = ct(yt), { userGroupId: v } = Gr() || {}, [C, g] = Y(!!o), [h, d] = Y(!1), [f, p] = Y(!1), { id: m, title: I, externalResourceId: y = "", forms: x = [] } = t;
|
|
8256
|
+
let w = m;
|
|
8257
|
+
y && (w = `${w}_${y}`);
|
|
8258
|
+
const { data: A, cardType: S, cardErrorMessage: F, connectorNames: R } = (n == null ? void 0 : n[w]) ?? {}, D = (R == null ? void 0 : R[0]) || "", L = (i == null ? void 0 : i[w]) === $.LOADING, Z = (i == null ? void 0 : i[w]) === $.FAILED, X = !!(Vt(a, Ku) && y), V = Ge(() => {
|
|
8259
|
+
var P, G;
|
|
8260
|
+
if (F || Z || !(Vt(a, a1) && x.some((J) => J.type === "edit")))
|
|
8261
8261
|
return !1;
|
|
8262
|
-
switch (
|
|
8262
|
+
switch (S) {
|
|
8263
8263
|
case "flat":
|
|
8264
|
-
return !!((
|
|
8264
|
+
return !!((A == null ? void 0 : A.flatDisplay.externalResourceId) ?? t.externalResourceId);
|
|
8265
8265
|
case "flat_with_list":
|
|
8266
|
-
return ((
|
|
8266
|
+
return ((P = A == null ? void 0 : A.listItems) == null ? void 0 : P.fields.length) === 1 ? (G = A == null ? void 0 : A.listItems) == null ? void 0 : G.fields.some((J) => J.externalResourceId) : !1;
|
|
8267
8267
|
default:
|
|
8268
8268
|
return !1;
|
|
8269
8269
|
}
|
|
8270
|
-
}, [
|
|
8271
|
-
(
|
|
8272
|
-
const G =
|
|
8273
|
-
r && m && u && l(ti({ id: m, email: r, conversationId: u, externalResourceId: y })).unwrap().then((
|
|
8270
|
+
}, [A, S, a, x, t, F, Z]), U = Ne(
|
|
8271
|
+
(P = !1) => {
|
|
8272
|
+
const G = P ? Q1 : J1;
|
|
8273
|
+
r && m && u && l(ti({ id: m, email: r, conversationId: u, externalResourceId: y })).unwrap().then((J) => {
|
|
8274
8274
|
const re = {
|
|
8275
|
-
...kc(
|
|
8275
|
+
...kc(J, I, P, !0),
|
|
8276
8276
|
sm_ids: b
|
|
8277
8277
|
};
|
|
8278
8278
|
c(G, re);
|
|
8279
|
-
}).catch((
|
|
8279
|
+
}).catch((J) => {
|
|
8280
8280
|
const re = {
|
|
8281
|
-
...kc(
|
|
8281
|
+
...kc(J, I, P, !1),
|
|
8282
8282
|
sm_ids: b
|
|
8283
8283
|
};
|
|
8284
8284
|
c(G, re);
|
|
@@ -8287,58 +8287,58 @@ Do you want to continue?`, Ov = "Select an object to create", Lv = "Select an ob
|
|
|
8287
8287
|
[l, r, m, I, c, u, y, b]
|
|
8288
8288
|
);
|
|
8289
8289
|
pe(() => {
|
|
8290
|
-
C &&
|
|
8291
|
-
}, [C,
|
|
8292
|
-
const
|
|
8290
|
+
C && U(!0);
|
|
8291
|
+
}, [C, U]);
|
|
8292
|
+
const B = (P, G) => {
|
|
8293
8293
|
var re;
|
|
8294
|
-
|
|
8294
|
+
P == null || P.stopPropagation(), l(ti({ id: G, email: r, conversationId: u, isRefresh: !0, externalResourceId: y })).unwrap().then(() => {
|
|
8295
8295
|
c(P1, {
|
|
8296
8296
|
id: G
|
|
8297
8297
|
});
|
|
8298
8298
|
});
|
|
8299
|
-
const
|
|
8300
|
-
|
|
8301
|
-
},
|
|
8302
|
-
|
|
8299
|
+
const J = P.target.tagName === "BUTTON" ? (re = P.target) == null ? void 0 : re.firstChild : P.target;
|
|
8300
|
+
J.className && (J.className = ""), setTimeout(() => J.className = "selected", 1);
|
|
8301
|
+
}, ne = (P, G) => {
|
|
8302
|
+
P.stopPropagation(), !(n != null && n[G]) && !L && U(), c(C ? k1 : N1, {
|
|
8303
8303
|
id: G
|
|
8304
|
-
}), g((
|
|
8305
|
-
},
|
|
8306
|
-
|
|
8307
|
-
const G =
|
|
8304
|
+
}), g((J) => !J);
|
|
8305
|
+
}, ae = (P) => {
|
|
8306
|
+
P.stopPropagation();
|
|
8307
|
+
const G = P.currentTarget.offsetWidth < P.currentTarget.scrollWidth;
|
|
8308
8308
|
d(!!G);
|
|
8309
|
-
},
|
|
8310
|
-
var G,
|
|
8309
|
+
}, ce = () => {
|
|
8310
|
+
var G, J;
|
|
8311
8311
|
c(dd, {
|
|
8312
8312
|
card_title: I,
|
|
8313
|
-
connector_name:
|
|
8313
|
+
connector_name: D,
|
|
8314
8314
|
ug_id: v,
|
|
8315
8315
|
sm_ids: b
|
|
8316
8316
|
});
|
|
8317
|
-
let
|
|
8318
|
-
|
|
8317
|
+
let P;
|
|
8318
|
+
S === "flat" ? P = (A == null ? void 0 : A.flatDisplay.externalResourceId) ?? t.externalResourceId : S === "flat_with_list" && (P = (J = (G = A == null ? void 0 : A.listItems) == null ? void 0 : G.fields[0]) == null ? void 0 : J.externalResourceId), P ? l(gr({ ...t, externalResourceId: P })) : He({ message: Ba, type: It });
|
|
8319
8319
|
};
|
|
8320
8320
|
return /* @__PURE__ */ E.jsxs(V2, { "data-testid": `test_${m}`, children: [
|
|
8321
8321
|
/* @__PURE__ */ E.jsxs(H2, { className: C ? "hiver-card-expanded" : "", children: [
|
|
8322
|
-
/* @__PURE__ */ E.jsx(We, { title: h ? I : "", placement: "bottom", children: /* @__PURE__ */ E.jsx(W2, { variant: "h4", onMouseOver: (
|
|
8322
|
+
/* @__PURE__ */ E.jsx(We, { title: h ? I : "", placement: "bottom", children: /* @__PURE__ */ E.jsx(W2, { variant: "h4", onMouseOver: (P) => ae(P), onMouseLeave: (P) => ae(P), children: I }) }),
|
|
8323
8323
|
/* @__PURE__ */ E.jsxs(vd, { children: [
|
|
8324
|
-
C &&
|
|
8324
|
+
C && V ? /* @__PURE__ */ E.jsx(We, { title: id, placement: "bottom", children: /* @__PURE__ */ E.jsx(Mn, { onClick: ce, children: /* @__PURE__ */ E.jsx("img", { src: ry }) }) }) : null,
|
|
8325
8325
|
C && X ? /* @__PURE__ */ E.jsx(We, { title: rd, placement: "bottom", children: /* @__PURE__ */ E.jsx(Mn, { onClick: () => p(!0), children: /* @__PURE__ */ E.jsx("img", { src: ny }) }) }) : null,
|
|
8326
8326
|
C ? /* @__PURE__ */ E.jsx(We, { title: ed, placement: "bottom", children: /* @__PURE__ */ E.jsx(
|
|
8327
8327
|
Mn,
|
|
8328
8328
|
{
|
|
8329
|
-
"data-testid":
|
|
8330
|
-
onClick: (
|
|
8331
|
-
className:
|
|
8329
|
+
"data-testid": L ? "loading" : "reloadIcon",
|
|
8330
|
+
onClick: (P) => B(P, m),
|
|
8331
|
+
className: L ? "disabled" : "",
|
|
8332
8332
|
children: /* @__PURE__ */ E.jsx("img", { src: Kd })
|
|
8333
8333
|
}
|
|
8334
8334
|
) }) : null,
|
|
8335
|
-
/* @__PURE__ */ E.jsx(We, { title: C ? td : Oa, placement: "bottom", children: /* @__PURE__ */ E.jsx(Mn, { onClick: (
|
|
8335
|
+
/* @__PURE__ */ E.jsx(We, { title: C ? td : Oa, placement: "bottom", children: /* @__PURE__ */ E.jsx(Mn, { onClick: (P) => ne(P, w), children: /* @__PURE__ */ E.jsx(Na, { className: C ? "" : "hiver-up" }) }) })
|
|
8336
8336
|
] })
|
|
8337
8337
|
] }),
|
|
8338
8338
|
/* @__PURE__ */ E.jsx(
|
|
8339
8339
|
Jd,
|
|
8340
8340
|
{
|
|
8341
|
-
id:
|
|
8341
|
+
id: w,
|
|
8342
8342
|
cardTitle: t.title,
|
|
8343
8343
|
currentCard: t,
|
|
8344
8344
|
specificCardData: n,
|
|
@@ -8355,7 +8355,7 @@ Do you want to continue?`, Ov = "Select an object to create", Lv = "Select an ob
|
|
|
8355
8355
|
onCardUnlinking: s,
|
|
8356
8356
|
conversationId: u,
|
|
8357
8357
|
externalResourceId: y,
|
|
8358
|
-
connectorName:
|
|
8358
|
+
connectorName: D
|
|
8359
8359
|
}
|
|
8360
8360
|
)
|
|
8361
8361
|
] });
|
|
@@ -8560,24 +8560,24 @@ function nn(e, t) {
|
|
|
8560
8560
|
}
|
|
8561
8561
|
var Xy = ["defaultInputValue", "defaultMenuIsOpen", "defaultValue", "inputValue", "menuIsOpen", "onChange", "onInputChange", "onMenuClose", "onMenuOpen", "value"];
|
|
8562
8562
|
function af(e) {
|
|
8563
|
-
var t = e.defaultInputValue, n = t === void 0 ? "" : t, r = e.defaultMenuIsOpen, i = r === void 0 ? !1 : r, o = e.defaultValue, s = o === void 0 ? null : o, l = e.inputValue, a = e.menuIsOpen, c = e.onChange, u = e.onInputChange, b = e.onMenuClose, v = e.onMenuOpen, C = e.value, g = nn(e, Xy), h =
|
|
8564
|
-
typeof c == "function" && c(
|
|
8565
|
-
}, [c]), D = Ne(function(
|
|
8563
|
+
var t = e.defaultInputValue, n = t === void 0 ? "" : t, r = e.defaultMenuIsOpen, i = r === void 0 ? !1 : r, o = e.defaultValue, s = o === void 0 ? null : o, l = e.inputValue, a = e.menuIsOpen, c = e.onChange, u = e.onInputChange, b = e.onMenuClose, v = e.onMenuOpen, C = e.value, g = nn(e, Xy), h = Y(l !== void 0 ? l : n), d = Je(h, 2), f = d[0], p = d[1], m = Y(a !== void 0 ? a : i), I = Je(m, 2), y = I[0], x = I[1], w = Y(C !== void 0 ? C : s), A = Je(w, 2), S = A[0], F = A[1], R = Ne(function(B, ne) {
|
|
8564
|
+
typeof c == "function" && c(B, ne), F(B);
|
|
8565
|
+
}, [c]), D = Ne(function(B, ne) {
|
|
8566
8566
|
var ae;
|
|
8567
|
-
typeof u == "function" && (ae = u(
|
|
8567
|
+
typeof u == "function" && (ae = u(B, ne)), p(ae !== void 0 ? ae : B);
|
|
8568
8568
|
}, [u]), L = Ne(function() {
|
|
8569
8569
|
typeof v == "function" && v(), x(!0);
|
|
8570
|
-
}, [v]),
|
|
8570
|
+
}, [v]), Z = Ne(function() {
|
|
8571
8571
|
typeof b == "function" && b(), x(!1);
|
|
8572
|
-
}, [b]),
|
|
8572
|
+
}, [b]), X = l !== void 0 ? l : f, V = a !== void 0 ? a : y, U = C !== void 0 ? C : S;
|
|
8573
8573
|
return q(q({}, g), {}, {
|
|
8574
|
-
inputValue:
|
|
8575
|
-
menuIsOpen:
|
|
8574
|
+
inputValue: X,
|
|
8575
|
+
menuIsOpen: V,
|
|
8576
8576
|
onChange: R,
|
|
8577
8577
|
onInputChange: D,
|
|
8578
|
-
onMenuClose:
|
|
8578
|
+
onMenuClose: Z,
|
|
8579
8579
|
onMenuOpen: L,
|
|
8580
|
-
value:
|
|
8580
|
+
value: U
|
|
8581
8581
|
});
|
|
8582
8582
|
}
|
|
8583
8583
|
function te() {
|
|
@@ -9314,16 +9314,16 @@ var bl;
|
|
|
9314
9314
|
function DC() {
|
|
9315
9315
|
return bl || (bl = 1, process.env.NODE_ENV !== "production" && function() {
|
|
9316
9316
|
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, r = e ? Symbol.for("react.fragment") : 60107, i = e ? Symbol.for("react.strict_mode") : 60108, o = e ? Symbol.for("react.profiler") : 60114, s = e ? Symbol.for("react.provider") : 60109, l = e ? Symbol.for("react.context") : 60110, a = e ? Symbol.for("react.async_mode") : 60111, c = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, b = e ? Symbol.for("react.suspense") : 60113, v = e ? Symbol.for("react.suspense_list") : 60120, C = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, h = e ? Symbol.for("react.block") : 60121, d = e ? Symbol.for("react.fundamental") : 60117, f = e ? Symbol.for("react.responder") : 60118, p = e ? Symbol.for("react.scope") : 60119;
|
|
9317
|
-
function m(
|
|
9318
|
-
return typeof
|
|
9319
|
-
|
|
9317
|
+
function m(j) {
|
|
9318
|
+
return typeof j == "string" || typeof j == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
9319
|
+
j === r || j === c || j === o || j === i || j === b || j === v || typeof j == "object" && j !== null && (j.$$typeof === g || j.$$typeof === C || j.$$typeof === s || j.$$typeof === l || j.$$typeof === u || j.$$typeof === d || j.$$typeof === f || j.$$typeof === p || j.$$typeof === h);
|
|
9320
9320
|
}
|
|
9321
|
-
function I(
|
|
9322
|
-
if (typeof
|
|
9323
|
-
var Pe =
|
|
9321
|
+
function I(j) {
|
|
9322
|
+
if (typeof j == "object" && j !== null) {
|
|
9323
|
+
var Pe = j.$$typeof;
|
|
9324
9324
|
switch (Pe) {
|
|
9325
9325
|
case t:
|
|
9326
|
-
var tt =
|
|
9326
|
+
var tt = j.type;
|
|
9327
9327
|
switch (tt) {
|
|
9328
9328
|
case a:
|
|
9329
9329
|
case c:
|
|
@@ -9350,47 +9350,47 @@ function DC() {
|
|
|
9350
9350
|
}
|
|
9351
9351
|
}
|
|
9352
9352
|
}
|
|
9353
|
-
var y = a, x = c, w = l, A = s,
|
|
9354
|
-
function ne(
|
|
9355
|
-
return
|
|
9353
|
+
var y = a, x = c, w = l, A = s, S = t, F = u, R = r, D = g, L = C, Z = n, X = o, V = i, U = b, B = !1;
|
|
9354
|
+
function ne(j) {
|
|
9355
|
+
return B || (B = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), ae(j) || I(j) === a;
|
|
9356
9356
|
}
|
|
9357
|
-
function ae(
|
|
9358
|
-
return I(
|
|
9357
|
+
function ae(j) {
|
|
9358
|
+
return I(j) === c;
|
|
9359
9359
|
}
|
|
9360
|
-
function
|
|
9361
|
-
return I(
|
|
9360
|
+
function ce(j) {
|
|
9361
|
+
return I(j) === l;
|
|
9362
9362
|
}
|
|
9363
|
-
function
|
|
9364
|
-
return I(
|
|
9363
|
+
function P(j) {
|
|
9364
|
+
return I(j) === s;
|
|
9365
9365
|
}
|
|
9366
|
-
function j
|
|
9367
|
-
return typeof
|
|
9366
|
+
function G(j) {
|
|
9367
|
+
return typeof j == "object" && j !== null && j.$$typeof === t;
|
|
9368
9368
|
}
|
|
9369
|
-
function
|
|
9370
|
-
return I(
|
|
9369
|
+
function J(j) {
|
|
9370
|
+
return I(j) === u;
|
|
9371
9371
|
}
|
|
9372
|
-
function
|
|
9373
|
-
return I(
|
|
9372
|
+
function re(j) {
|
|
9373
|
+
return I(j) === r;
|
|
9374
9374
|
}
|
|
9375
|
-
function ue(
|
|
9376
|
-
return I(
|
|
9375
|
+
function ue(j) {
|
|
9376
|
+
return I(j) === g;
|
|
9377
9377
|
}
|
|
9378
|
-
function Ce(
|
|
9379
|
-
return I(
|
|
9378
|
+
function Ce(j) {
|
|
9379
|
+
return I(j) === C;
|
|
9380
9380
|
}
|
|
9381
|
-
function Re(
|
|
9382
|
-
return I(
|
|
9381
|
+
function Re(j) {
|
|
9382
|
+
return I(j) === n;
|
|
9383
9383
|
}
|
|
9384
|
-
function ie(
|
|
9385
|
-
return I(
|
|
9384
|
+
function ie(j) {
|
|
9385
|
+
return I(j) === o;
|
|
9386
9386
|
}
|
|
9387
|
-
function ge(
|
|
9388
|
-
return I(
|
|
9387
|
+
function ge(j) {
|
|
9388
|
+
return I(j) === i;
|
|
9389
9389
|
}
|
|
9390
|
-
function $e(
|
|
9391
|
-
return I(
|
|
9390
|
+
function $e(j) {
|
|
9391
|
+
return I(j) === b;
|
|
9392
9392
|
}
|
|
9393
|
-
Te.AsyncMode = y, Te.ConcurrentMode = x, Te.ContextConsumer = w, Te.ContextProvider = A, Te.Element =
|
|
9393
|
+
Te.AsyncMode = y, Te.ConcurrentMode = x, Te.ContextConsumer = w, Te.ContextProvider = A, Te.Element = S, Te.ForwardRef = F, Te.Fragment = R, Te.Lazy = D, Te.Memo = L, Te.Portal = Z, Te.Profiler = X, Te.StrictMode = V, Te.Suspense = U, Te.isAsyncMode = ne, Te.isConcurrentMode = ae, Te.isContextConsumer = ce, Te.isContextProvider = P, Te.isElement = G, Te.isForwardRef = J, Te.isFragment = re, Te.isLazy = ue, Te.isMemo = Ce, Te.isPortal = Re, Te.isProfiler = ie, Te.isStrictMode = ge, Te.isSuspense = $e, Te.isValidElementType = m, Te.typeOf = I;
|
|
9394
9394
|
}()), Te;
|
|
9395
9395
|
}
|
|
9396
9396
|
process.env.NODE_ENV === "production" ? Js.exports = FC() : Js.exports = DC();
|
|
@@ -9634,7 +9634,7 @@ function Cf(e, t, n) {
|
|
|
9634
9634
|
}
|
|
9635
9635
|
var zC = function(t) {
|
|
9636
9636
|
return t();
|
|
9637
|
-
}, YC =
|
|
9637
|
+
}, YC = M.useInsertionEffect ? M.useInsertionEffect : !1, $C = YC || zC, JC = !1, If = /* @__PURE__ */ M.createContext(
|
|
9638
9638
|
// we're doing this to avoid preconstruct's dead code elimination in this one case
|
|
9639
9639
|
// because this module is primarily intended for the browser and node
|
|
9640
9640
|
// but it's also required in react native and similar environments sometimes
|
|
@@ -9651,7 +9651,7 @@ var QC = function(t) {
|
|
|
9651
9651
|
var i = ct(If);
|
|
9652
9652
|
return t(n, i, r);
|
|
9653
9653
|
});
|
|
9654
|
-
}, qC = /* @__PURE__ */
|
|
9654
|
+
}, qC = /* @__PURE__ */ M.createContext({}), Za = {}.hasOwnProperty, Qs = "__EMOTION_TYPE_PLEASE_DO_NOT_USE__", KC = function(t, n) {
|
|
9655
9655
|
var r = {};
|
|
9656
9656
|
for (var i in n)
|
|
9657
9657
|
Za.call(n, i) && (r[i] = n[i]);
|
|
@@ -9668,26 +9668,26 @@ var QC = function(t) {
|
|
|
9668
9668
|
typeof r == "string" && t.registered[r] !== void 0 && (r = t.registered[r]);
|
|
9669
9669
|
var i = e[Qs], o = [r], s = "";
|
|
9670
9670
|
typeof e.className == "string" ? s = BC(t.registered, o, e.className) : e.className != null && (s = e.className + " ");
|
|
9671
|
-
var l = Cf(o, void 0,
|
|
9671
|
+
var l = Cf(o, void 0, M.useContext(qC));
|
|
9672
9672
|
s += t.key + "-" + l.name;
|
|
9673
9673
|
var a = {};
|
|
9674
9674
|
for (var c in e)
|
|
9675
9675
|
Za.call(e, c) && c !== "css" && c !== Qs && !JC && (a[c] = e[c]);
|
|
9676
|
-
return a.className = s, n && (a.ref = n), /* @__PURE__ */
|
|
9676
|
+
return a.className = s, n && (a.ref = n), /* @__PURE__ */ M.createElement(M.Fragment, null, /* @__PURE__ */ M.createElement(e3, {
|
|
9677
9677
|
cache: t,
|
|
9678
9678
|
serialized: l,
|
|
9679
9679
|
isStringTag: typeof i == "string"
|
|
9680
|
-
}), /* @__PURE__ */
|
|
9680
|
+
}), /* @__PURE__ */ M.createElement(i, a));
|
|
9681
9681
|
}
|
|
9682
9682
|
), n3 = t3, ee = function(t, n) {
|
|
9683
9683
|
var r = arguments;
|
|
9684
9684
|
if (n == null || !Za.call(n, "css"))
|
|
9685
|
-
return
|
|
9685
|
+
return M.createElement.apply(void 0, r);
|
|
9686
9686
|
var i = r.length, o = new Array(i);
|
|
9687
9687
|
o[0] = n3, o[1] = KC(t, n);
|
|
9688
9688
|
for (var s = 2; s < i; s++)
|
|
9689
9689
|
o[s] = r[s];
|
|
9690
|
-
return
|
|
9690
|
+
return M.createElement.apply(null, o);
|
|
9691
9691
|
};
|
|
9692
9692
|
function Xa() {
|
|
9693
9693
|
for (var e = arguments.length, t = new Array(e), n = 0; n < e; n++)
|
|
@@ -10087,7 +10087,7 @@ function N3(e) {
|
|
|
10087
10087
|
maxHeight: t
|
|
10088
10088
|
};
|
|
10089
10089
|
if (!n || !n.offsetParent) return c;
|
|
10090
|
-
var u = a.getBoundingClientRect(), b = u.height, v = n.getBoundingClientRect(), C = v.bottom, g = v.height, h = v.top, d = n.offsetParent.getBoundingClientRect(), f = d.top, p = s ? window.innerHeight : E3(a), m = Sf(a), I = parseInt(getComputedStyle(n).marginBottom, 10), y = parseInt(getComputedStyle(n).marginTop, 10), x = f - y, w = p - h, A = x + m,
|
|
10090
|
+
var u = a.getBoundingClientRect(), b = u.height, v = n.getBoundingClientRect(), C = v.bottom, g = v.height, h = v.top, d = n.offsetParent.getBoundingClientRect(), f = d.top, p = s ? window.innerHeight : E3(a), m = Sf(a), I = parseInt(getComputedStyle(n).marginBottom, 10), y = parseInt(getComputedStyle(n).marginTop, 10), x = f - y, w = p - h, A = x + m, S = b - m - h, F = C - p + m + I, R = m + h - y, D = 160;
|
|
10091
10091
|
switch (i) {
|
|
10092
10092
|
case "auto":
|
|
10093
10093
|
case "bottom":
|
|
@@ -10096,24 +10096,24 @@ function N3(e) {
|
|
|
10096
10096
|
placement: "bottom",
|
|
10097
10097
|
maxHeight: t
|
|
10098
10098
|
};
|
|
10099
|
-
if (
|
|
10099
|
+
if (S >= g && !s)
|
|
10100
10100
|
return o && Fi(a, F, D), {
|
|
10101
10101
|
placement: "bottom",
|
|
10102
10102
|
maxHeight: t
|
|
10103
10103
|
};
|
|
10104
|
-
if (!s &&
|
|
10104
|
+
if (!s && S >= r || s && w >= r) {
|
|
10105
10105
|
o && Fi(a, F, D);
|
|
10106
|
-
var L = s ? w - I :
|
|
10106
|
+
var L = s ? w - I : S - I;
|
|
10107
10107
|
return {
|
|
10108
10108
|
placement: "bottom",
|
|
10109
10109
|
maxHeight: L
|
|
10110
10110
|
};
|
|
10111
10111
|
}
|
|
10112
10112
|
if (i === "auto" || s) {
|
|
10113
|
-
var
|
|
10114
|
-
return
|
|
10113
|
+
var Z = t, X = s ? x : A;
|
|
10114
|
+
return X >= r && (Z = Math.min(X - I - l, t)), {
|
|
10115
10115
|
placement: "top",
|
|
10116
|
-
maxHeight:
|
|
10116
|
+
maxHeight: Z
|
|
10117
10117
|
};
|
|
10118
10118
|
}
|
|
10119
10119
|
if (i === "bottom")
|
|
@@ -10134,10 +10134,10 @@ function N3(e) {
|
|
|
10134
10134
|
maxHeight: t
|
|
10135
10135
|
};
|
|
10136
10136
|
if (!s && A >= r || s && x >= r) {
|
|
10137
|
-
var
|
|
10138
|
-
return (!s && A >= r || s && x >= r) && (
|
|
10137
|
+
var V = t;
|
|
10138
|
+
return (!s && A >= r || s && x >= r) && (V = s ? x - y : A - y), o && Fi(a, R, D), {
|
|
10139
10139
|
placement: "top",
|
|
10140
|
-
maxHeight:
|
|
10140
|
+
maxHeight: V
|
|
10141
10141
|
};
|
|
10142
10142
|
}
|
|
10143
10143
|
return {
|
|
@@ -10170,7 +10170,7 @@ var Of = function(t) {
|
|
|
10170
10170
|
marginTop: l.menuGutter
|
|
10171
10171
|
});
|
|
10172
10172
|
}, Lf = /* @__PURE__ */ du(null), M3 = function(t) {
|
|
10173
|
-
var n = t.children, r = t.minMenuHeight, i = t.maxMenuHeight, o = t.menuPlacement, s = t.menuPosition, l = t.menuShouldScrollIntoView, a = t.theme, c = ct(Lf) || {}, u = c.setPortalPlacement, b = ke(null), v =
|
|
10173
|
+
var n = t.children, r = t.minMenuHeight, i = t.maxMenuHeight, o = t.menuPlacement, s = t.menuPosition, l = t.menuShouldScrollIntoView, a = t.theme, c = ct(Lf) || {}, u = c.setPortalPlacement, b = ke(null), v = Y(i), C = Je(v, 2), g = C[0], h = C[1], d = Y(null), f = Je(d, 2), p = f[0], m = f[1], I = a.spacing.controlHeight;
|
|
10174
10174
|
return Ks(function() {
|
|
10175
10175
|
var y = b.current;
|
|
10176
10176
|
if (y) {
|
|
@@ -10255,15 +10255,15 @@ var Of = function(t) {
|
|
|
10255
10255
|
zIndex: 1
|
|
10256
10256
|
};
|
|
10257
10257
|
}, z3 = function(t) {
|
|
10258
|
-
var n = t.appendTo, r = t.children, i = t.controlElement, o = t.innerProps, s = t.menuPlacement, l = t.menuPosition, a = ke(null), c = ke(null), u =
|
|
10258
|
+
var n = t.appendTo, r = t.children, i = t.controlElement, o = t.innerProps, s = t.menuPlacement, l = t.menuPosition, a = ke(null), c = ke(null), u = Y(Of(s)), b = Je(u, 2), v = b[0], C = b[1], g = Ge(function() {
|
|
10259
10259
|
return {
|
|
10260
10260
|
setPortalPlacement: C
|
|
10261
10261
|
};
|
|
10262
|
-
}, []), h =
|
|
10262
|
+
}, []), h = Y(null), d = Je(h, 2), f = d[0], p = d[1], m = Ne(function() {
|
|
10263
10263
|
if (i) {
|
|
10264
|
-
var w = A3(i), A = l === "fixed" ? 0 : window.pageYOffset,
|
|
10265
|
-
(
|
|
10266
|
-
offset:
|
|
10264
|
+
var w = A3(i), A = l === "fixed" ? 0 : window.pageYOffset, S = w[v] + A;
|
|
10265
|
+
(S !== (f == null ? void 0 : f.offset) || w.left !== (f == null ? void 0 : f.rect.left) || w.width !== (f == null ? void 0 : f.rect.width)) && p({
|
|
10266
|
+
offset: S,
|
|
10267
10267
|
rect: w
|
|
10268
10268
|
});
|
|
10269
10269
|
}
|
|
@@ -10863,56 +10863,56 @@ var JI = process.env.NODE_ENV === "production" ? {
|
|
|
10863
10863
|
}, KI = function(t) {
|
|
10864
10864
|
var n = t.ariaSelection, r = t.focusedOption, i = t.focusedValue, o = t.focusableOptions, s = t.isFocused, l = t.selectValue, a = t.selectProps, c = t.id, u = t.isAppleDevice, b = a.ariaLiveMessages, v = a.getOptionLabel, C = a.inputValue, g = a.isMulti, h = a.isOptionDisabled, d = a.isSearchable, f = a.menuIsOpen, p = a.options, m = a.screenReaderStatus, I = a.tabSelectsValue, y = a.isLoading, x = a["aria-label"], w = a["aria-live"], A = Ge(function() {
|
|
10865
10865
|
return q(q({}, qI), b || {});
|
|
10866
|
-
}, [b]),
|
|
10867
|
-
var
|
|
10866
|
+
}, [b]), S = Ge(function() {
|
|
10867
|
+
var X = "";
|
|
10868
10868
|
if (n && A.onChange) {
|
|
10869
|
-
var
|
|
10869
|
+
var V = n.option, U = n.options, B = n.removedValue, ne = n.removedValues, ae = n.value, ce = function(Re) {
|
|
10870
10870
|
return Array.isArray(Re) ? null : Re;
|
|
10871
|
-
},
|
|
10871
|
+
}, P = B || V || ce(ae), G = P ? v(P) : "", J = U || ne || void 0, re = J ? J.map(v) : [], ue = q({
|
|
10872
10872
|
// multiSelected items are usually items that have already been selected
|
|
10873
10873
|
// or set by the user as a default value so we assume they are not disabled
|
|
10874
|
-
isDisabled:
|
|
10875
|
-
label:
|
|
10876
|
-
labels:
|
|
10874
|
+
isDisabled: P && h(P, l),
|
|
10875
|
+
label: G,
|
|
10876
|
+
labels: re
|
|
10877
10877
|
}, n);
|
|
10878
|
-
|
|
10878
|
+
X = A.onChange(ue);
|
|
10879
10879
|
}
|
|
10880
|
-
return
|
|
10880
|
+
return X;
|
|
10881
10881
|
}, [n, A, h, l, v]), F = Ge(function() {
|
|
10882
|
-
var
|
|
10883
|
-
if (
|
|
10884
|
-
var
|
|
10885
|
-
focused:
|
|
10886
|
-
label: v(
|
|
10887
|
-
isDisabled: h(
|
|
10888
|
-
isSelected:
|
|
10882
|
+
var X = "", V = r || i, U = !!(r && l && l.includes(r));
|
|
10883
|
+
if (V && A.onFocus) {
|
|
10884
|
+
var B = {
|
|
10885
|
+
focused: V,
|
|
10886
|
+
label: v(V),
|
|
10887
|
+
isDisabled: h(V, l),
|
|
10888
|
+
isSelected: U,
|
|
10889
10889
|
options: o,
|
|
10890
|
-
context:
|
|
10890
|
+
context: V === r ? "menu" : "value",
|
|
10891
10891
|
selectValue: l,
|
|
10892
10892
|
isAppleDevice: u
|
|
10893
10893
|
};
|
|
10894
|
-
|
|
10894
|
+
X = A.onFocus(B);
|
|
10895
10895
|
}
|
|
10896
|
-
return
|
|
10896
|
+
return X;
|
|
10897
10897
|
}, [r, i, v, h, A, o, l, u]), R = Ge(function() {
|
|
10898
|
-
var
|
|
10898
|
+
var X = "";
|
|
10899
10899
|
if (f && p.length && !y && A.onFilter) {
|
|
10900
|
-
var
|
|
10900
|
+
var V = m({
|
|
10901
10901
|
count: o.length
|
|
10902
10902
|
});
|
|
10903
|
-
|
|
10903
|
+
X = A.onFilter({
|
|
10904
10904
|
inputValue: C,
|
|
10905
|
-
resultsMessage:
|
|
10905
|
+
resultsMessage: V
|
|
10906
10906
|
});
|
|
10907
10907
|
}
|
|
10908
|
-
return
|
|
10908
|
+
return X;
|
|
10909
10909
|
}, [o, C, f, A, p, m, y]), D = (n == null ? void 0 : n.action) === "initial-input-focus", L = Ge(function() {
|
|
10910
|
-
var
|
|
10910
|
+
var X = "";
|
|
10911
10911
|
if (A.guidance) {
|
|
10912
|
-
var
|
|
10913
|
-
|
|
10912
|
+
var V = i ? "value" : f ? "menu" : "input";
|
|
10913
|
+
X = A.guidance({
|
|
10914
10914
|
"aria-label": x,
|
|
10915
|
-
context:
|
|
10915
|
+
context: V,
|
|
10916
10916
|
isDisabled: r && h(r, l),
|
|
10917
10917
|
isMulti: g,
|
|
10918
10918
|
isSearchable: d,
|
|
@@ -10920,10 +10920,10 @@ var JI = process.env.NODE_ENV === "production" ? {
|
|
|
10920
10920
|
isInitialFocus: D
|
|
10921
10921
|
});
|
|
10922
10922
|
}
|
|
10923
|
-
return
|
|
10924
|
-
}, [x, r, i, g, h, d, f, A, l, I, D]),
|
|
10923
|
+
return X;
|
|
10924
|
+
}, [x, r, i, g, h, d, f, A, l, I, D]), Z = ee(ws, null, ee("span", {
|
|
10925
10925
|
id: "aria-selection"
|
|
10926
|
-
},
|
|
10926
|
+
}, S), ee("span", {
|
|
10927
10927
|
id: "aria-focused"
|
|
10928
10928
|
}, F), ee("span", {
|
|
10929
10929
|
id: "aria-results"
|
|
@@ -10932,12 +10932,12 @@ var JI = process.env.NODE_ENV === "production" ? {
|
|
|
10932
10932
|
}, L));
|
|
10933
10933
|
return ee(ws, null, ee(Rl, {
|
|
10934
10934
|
id: c
|
|
10935
|
-
}, D &&
|
|
10935
|
+
}, D && Z), ee(Rl, {
|
|
10936
10936
|
"aria-live": w,
|
|
10937
10937
|
"aria-atomic": "false",
|
|
10938
10938
|
"aria-relevant": "additions text",
|
|
10939
10939
|
role: "log"
|
|
10940
|
-
}, s && !D &&
|
|
10940
|
+
}, s && !D && Z));
|
|
10941
10941
|
}, eE = KI, ea = [{
|
|
10942
10942
|
base: "A",
|
|
10943
10943
|
letters: "AⒶAÀÁÂẦẤẪẨÃĀĂẰẮẴẲȦǠÄǞẢÅǺǍȀȂẠẬẶḀĄȺⱯ"
|
|
@@ -11251,8 +11251,8 @@ var aE = function(t) {
|
|
|
11251
11251
|
function cE(e) {
|
|
11252
11252
|
var t = e.isEnabled, n = e.onBottomArrive, r = e.onBottomLeave, i = e.onTopArrive, o = e.onTopLeave, s = ke(!1), l = ke(!1), a = ke(0), c = ke(null), u = Ne(function(d, f) {
|
|
11253
11253
|
if (c.current !== null) {
|
|
11254
|
-
var p = c.current, m = p.scrollTop, I = p.scrollHeight, y = p.clientHeight, x = c.current, w = f > 0, A = I - y - m,
|
|
11255
|
-
A > f && s.current && (r && r(d), s.current = !1), w && l.current && (o && o(d), l.current = !1), w && f > A ? (n && !s.current && n(d), x.scrollTop = I,
|
|
11254
|
+
var p = c.current, m = p.scrollTop, I = p.scrollHeight, y = p.clientHeight, x = c.current, w = f > 0, A = I - y - m, S = !1;
|
|
11255
|
+
A > f && s.current && (r && r(d), s.current = !1), w && l.current && (o && o(d), l.current = !1), w && f > A ? (n && !s.current && n(d), x.scrollTop = I, S = !0, s.current = !0) : !w && -f > m && (i && !l.current && i(d), x.scrollTop = 0, S = !0, l.current = !0), S && aE(d);
|
|
11256
11256
|
}
|
|
11257
11257
|
}, [n, r, i, o]), b = Ne(function(d) {
|
|
11258
11258
|
u(d, d.deltaY);
|
|
@@ -12174,7 +12174,7 @@ var zf = function(t) {
|
|
|
12174
12174
|
} : {
|
|
12175
12175
|
"aria-describedby": this.getElementId("placeholder")
|
|
12176
12176
|
});
|
|
12177
|
-
return s ? /* @__PURE__ */
|
|
12177
|
+
return s ? /* @__PURE__ */ M.createElement(g, te({}, p, {
|
|
12178
12178
|
autoCapitalize: "none",
|
|
12179
12179
|
autoComplete: "off",
|
|
12180
12180
|
autoCorrect: "off",
|
|
@@ -12190,7 +12190,7 @@ var zf = function(t) {
|
|
|
12190
12190
|
form: u,
|
|
12191
12191
|
type: "text",
|
|
12192
12192
|
value: a
|
|
12193
|
-
}, I)) : /* @__PURE__ */
|
|
12193
|
+
}, I)) : /* @__PURE__ */ M.createElement(sE, te({
|
|
12194
12194
|
id: m,
|
|
12195
12195
|
innerRef: this.getInputRef,
|
|
12196
12196
|
onBlur: this.onInputBlur,
|
|
@@ -12209,7 +12209,7 @@ var zf = function(t) {
|
|
|
12209
12209
|
value: function() {
|
|
12210
12210
|
var i = this, o = this.getComponents(), s = o.MultiValue, l = o.MultiValueContainer, a = o.MultiValueLabel, c = o.MultiValueRemove, u = o.SingleValue, b = o.Placeholder, v = this.commonProps, C = this.props, g = C.controlShouldRenderValue, h = C.isDisabled, d = C.isMulti, f = C.inputValue, p = C.placeholder, m = this.state, I = m.selectValue, y = m.focusedValue, x = m.isFocused;
|
|
12211
12211
|
if (!this.hasValue() || !g)
|
|
12212
|
-
return f ? null : /* @__PURE__ */
|
|
12212
|
+
return f ? null : /* @__PURE__ */ M.createElement(b, te({}, v, {
|
|
12213
12213
|
key: "placeholder",
|
|
12214
12214
|
isDisabled: h,
|
|
12215
12215
|
isFocused: x,
|
|
@@ -12218,9 +12218,9 @@ var zf = function(t) {
|
|
|
12218
12218
|
}
|
|
12219
12219
|
}), p);
|
|
12220
12220
|
if (d)
|
|
12221
|
-
return I.map(function(A,
|
|
12221
|
+
return I.map(function(A, S) {
|
|
12222
12222
|
var F = A === y, R = "".concat(i.getOptionLabel(A), "-").concat(i.getOptionValue(A));
|
|
12223
|
-
return /* @__PURE__ */
|
|
12223
|
+
return /* @__PURE__ */ M.createElement(s, te({}, v, {
|
|
12224
12224
|
components: {
|
|
12225
12225
|
Container: l,
|
|
12226
12226
|
Label: a,
|
|
@@ -12229,7 +12229,7 @@ var zf = function(t) {
|
|
|
12229
12229
|
isFocused: F,
|
|
12230
12230
|
isDisabled: h,
|
|
12231
12231
|
key: R,
|
|
12232
|
-
index:
|
|
12232
|
+
index: S,
|
|
12233
12233
|
removeProps: {
|
|
12234
12234
|
onClick: function() {
|
|
12235
12235
|
return i.removeValue(A);
|
|
@@ -12247,7 +12247,7 @@ var zf = function(t) {
|
|
|
12247
12247
|
if (f)
|
|
12248
12248
|
return null;
|
|
12249
12249
|
var w = I[0];
|
|
12250
|
-
return /* @__PURE__ */
|
|
12250
|
+
return /* @__PURE__ */ M.createElement(u, te({}, v, {
|
|
12251
12251
|
data: w,
|
|
12252
12252
|
isDisabled: h
|
|
12253
12253
|
}), this.formatOptionLabel(w, "value"));
|
|
@@ -12263,7 +12263,7 @@ var zf = function(t) {
|
|
|
12263
12263
|
onTouchEnd: this.onClearIndicatorTouchEnd,
|
|
12264
12264
|
"aria-hidden": "true"
|
|
12265
12265
|
};
|
|
12266
|
-
return /* @__PURE__ */
|
|
12266
|
+
return /* @__PURE__ */ M.createElement(o, te({}, s, {
|
|
12267
12267
|
innerProps: b,
|
|
12268
12268
|
isFocused: u
|
|
12269
12269
|
}));
|
|
@@ -12276,7 +12276,7 @@ var zf = function(t) {
|
|
|
12276
12276
|
var b = {
|
|
12277
12277
|
"aria-hidden": "true"
|
|
12278
12278
|
};
|
|
12279
|
-
return /* @__PURE__ */
|
|
12279
|
+
return /* @__PURE__ */ M.createElement(o, te({}, s, {
|
|
12280
12280
|
innerProps: b,
|
|
12281
12281
|
isDisabled: a,
|
|
12282
12282
|
isFocused: u
|
|
@@ -12288,7 +12288,7 @@ var zf = function(t) {
|
|
|
12288
12288
|
var i = this.getComponents(), o = i.DropdownIndicator, s = i.IndicatorSeparator;
|
|
12289
12289
|
if (!o || !s) return null;
|
|
12290
12290
|
var l = this.commonProps, a = this.props.isDisabled, c = this.state.isFocused;
|
|
12291
|
-
return /* @__PURE__ */
|
|
12291
|
+
return /* @__PURE__ */ M.createElement(s, te({}, l, {
|
|
12292
12292
|
isDisabled: a,
|
|
12293
12293
|
isFocused: c
|
|
12294
12294
|
}));
|
|
@@ -12303,7 +12303,7 @@ var zf = function(t) {
|
|
|
12303
12303
|
onTouchEnd: this.onDropdownIndicatorTouchEnd,
|
|
12304
12304
|
"aria-hidden": "true"
|
|
12305
12305
|
};
|
|
12306
|
-
return /* @__PURE__ */
|
|
12306
|
+
return /* @__PURE__ */ M.createElement(o, te({}, s, {
|
|
12307
12307
|
innerProps: c,
|
|
12308
12308
|
isDisabled: l,
|
|
12309
12309
|
isFocused: a
|
|
@@ -12312,92 +12312,92 @@ var zf = function(t) {
|
|
|
12312
12312
|
}, {
|
|
12313
12313
|
key: "renderMenu",
|
|
12314
12314
|
value: function() {
|
|
12315
|
-
var i = this, o = this.getComponents(), s = o.Group, l = o.GroupHeading, a = o.Menu, c = o.MenuList, u = o.MenuPortal, b = o.LoadingMessage, v = o.NoOptionsMessage, C = o.Option, g = this.commonProps, h = this.state.focusedOption, d = this.props, f = d.captureMenuScroll, p = d.inputValue, m = d.isLoading, I = d.loadingMessage, y = d.minMenuHeight, x = d.maxMenuHeight, w = d.menuIsOpen, A = d.menuPlacement,
|
|
12315
|
+
var i = this, o = this.getComponents(), s = o.Group, l = o.GroupHeading, a = o.Menu, c = o.MenuList, u = o.MenuPortal, b = o.LoadingMessage, v = o.NoOptionsMessage, C = o.Option, g = this.commonProps, h = this.state.focusedOption, d = this.props, f = d.captureMenuScroll, p = d.inputValue, m = d.isLoading, I = d.loadingMessage, y = d.minMenuHeight, x = d.maxMenuHeight, w = d.menuIsOpen, A = d.menuPlacement, S = d.menuPosition, F = d.menuPortalTarget, R = d.menuShouldBlockScroll, D = d.menuShouldScrollIntoView, L = d.noOptionsMessage, Z = d.onMenuScrollToTop, X = d.onMenuScrollToBottom;
|
|
12316
12316
|
if (!w) return null;
|
|
12317
|
-
var
|
|
12318
|
-
var
|
|
12317
|
+
var V = function(G, J) {
|
|
12318
|
+
var re = G.type, ue = G.data, Ce = G.isDisabled, Re = G.isSelected, ie = G.label, ge = G.value, $e = h === ue, j = Ce ? void 0 : function() {
|
|
12319
12319
|
return i.onOptionHover(ue);
|
|
12320
12320
|
}, Pe = Ce ? void 0 : function() {
|
|
12321
12321
|
return i.selectOption(ue);
|
|
12322
|
-
}, tt = "".concat(i.getElementId("option"), "-").concat(
|
|
12322
|
+
}, tt = "".concat(i.getElementId("option"), "-").concat(J), Qe = {
|
|
12323
12323
|
id: tt,
|
|
12324
12324
|
onClick: Pe,
|
|
12325
|
-
onMouseMove:
|
|
12326
|
-
onMouseOver:
|
|
12325
|
+
onMouseMove: j,
|
|
12326
|
+
onMouseOver: j,
|
|
12327
12327
|
tabIndex: -1,
|
|
12328
12328
|
role: "option",
|
|
12329
12329
|
"aria-selected": i.isAppleDevice ? void 0 : Re
|
|
12330
12330
|
// is not supported on Apple devices
|
|
12331
12331
|
};
|
|
12332
|
-
return /* @__PURE__ */
|
|
12332
|
+
return /* @__PURE__ */ M.createElement(C, te({}, g, {
|
|
12333
12333
|
innerProps: Qe,
|
|
12334
12334
|
data: ue,
|
|
12335
12335
|
isDisabled: Ce,
|
|
12336
12336
|
isSelected: Re,
|
|
12337
12337
|
key: tt,
|
|
12338
12338
|
label: ie,
|
|
12339
|
-
type:
|
|
12339
|
+
type: re,
|
|
12340
12340
|
value: ge,
|
|
12341
12341
|
isFocused: $e,
|
|
12342
12342
|
innerRef: $e ? i.getFocusedOptionRef : void 0
|
|
12343
|
-
}), i.formatOptionLabel(
|
|
12344
|
-
},
|
|
12343
|
+
}), i.formatOptionLabel(G.data, "menu"));
|
|
12344
|
+
}, U;
|
|
12345
12345
|
if (this.hasOptions())
|
|
12346
|
-
|
|
12347
|
-
if (
|
|
12348
|
-
var
|
|
12349
|
-
return /* @__PURE__ */
|
|
12346
|
+
U = this.getCategorizedOptions().map(function(P) {
|
|
12347
|
+
if (P.type === "group") {
|
|
12348
|
+
var G = P.data, J = P.options, re = P.index, ue = "".concat(i.getElementId("group"), "-").concat(re), Ce = "".concat(ue, "-heading");
|
|
12349
|
+
return /* @__PURE__ */ M.createElement(s, te({}, g, {
|
|
12350
12350
|
key: ue,
|
|
12351
|
-
data:
|
|
12352
|
-
options:
|
|
12351
|
+
data: G,
|
|
12352
|
+
options: J,
|
|
12353
12353
|
Heading: l,
|
|
12354
12354
|
headingProps: {
|
|
12355
12355
|
id: Ce,
|
|
12356
|
-
data:
|
|
12356
|
+
data: P.data
|
|
12357
12357
|
},
|
|
12358
|
-
label: i.formatGroupLabel(
|
|
12359
|
-
}),
|
|
12360
|
-
return
|
|
12358
|
+
label: i.formatGroupLabel(P.data)
|
|
12359
|
+
}), P.options.map(function(Re) {
|
|
12360
|
+
return V(Re, "".concat(re, "-").concat(Re.index));
|
|
12361
12361
|
}));
|
|
12362
|
-
} else if (
|
|
12363
|
-
return
|
|
12362
|
+
} else if (P.type === "option")
|
|
12363
|
+
return V(P, "".concat(P.index));
|
|
12364
12364
|
});
|
|
12365
12365
|
else if (m) {
|
|
12366
|
-
var
|
|
12366
|
+
var B = I({
|
|
12367
12367
|
inputValue: p
|
|
12368
12368
|
});
|
|
12369
|
-
if (
|
|
12370
|
-
|
|
12369
|
+
if (B === null) return null;
|
|
12370
|
+
U = /* @__PURE__ */ M.createElement(b, g, B);
|
|
12371
12371
|
} else {
|
|
12372
12372
|
var ne = L({
|
|
12373
12373
|
inputValue: p
|
|
12374
12374
|
});
|
|
12375
12375
|
if (ne === null) return null;
|
|
12376
|
-
|
|
12376
|
+
U = /* @__PURE__ */ M.createElement(v, g, ne);
|
|
12377
12377
|
}
|
|
12378
12378
|
var ae = {
|
|
12379
12379
|
minMenuHeight: y,
|
|
12380
12380
|
maxMenuHeight: x,
|
|
12381
12381
|
menuPlacement: A,
|
|
12382
|
-
menuPosition:
|
|
12382
|
+
menuPosition: S,
|
|
12383
12383
|
menuShouldScrollIntoView: D
|
|
12384
|
-
},
|
|
12385
|
-
var
|
|
12386
|
-
return /* @__PURE__ */
|
|
12387
|
-
innerRef:
|
|
12384
|
+
}, ce = /* @__PURE__ */ M.createElement(M3, te({}, g, ae), function(P) {
|
|
12385
|
+
var G = P.ref, J = P.placerProps, re = J.placement, ue = J.maxHeight;
|
|
12386
|
+
return /* @__PURE__ */ M.createElement(a, te({}, g, ae, {
|
|
12387
|
+
innerRef: G,
|
|
12388
12388
|
innerProps: {
|
|
12389
12389
|
onMouseDown: i.onMenuMouseDown,
|
|
12390
12390
|
onMouseMove: i.onMenuMouseMove
|
|
12391
12391
|
},
|
|
12392
12392
|
isLoading: m,
|
|
12393
|
-
placement:
|
|
12394
|
-
}), /* @__PURE__ */
|
|
12393
|
+
placement: re
|
|
12394
|
+
}), /* @__PURE__ */ M.createElement(hE, {
|
|
12395
12395
|
captureEnabled: f,
|
|
12396
|
-
onTopArrive:
|
|
12397
|
-
onBottomArrive:
|
|
12396
|
+
onTopArrive: Z,
|
|
12397
|
+
onBottomArrive: X,
|
|
12398
12398
|
lockEnabled: R
|
|
12399
12399
|
}, function(Ce) {
|
|
12400
|
-
return /* @__PURE__ */
|
|
12400
|
+
return /* @__PURE__ */ M.createElement(c, te({}, g, {
|
|
12401
12401
|
innerRef: function(ie) {
|
|
12402
12402
|
i.getMenuListRef(ie), Ce(ie);
|
|
12403
12403
|
},
|
|
@@ -12409,22 +12409,22 @@ var zf = function(t) {
|
|
|
12409
12409
|
isLoading: m,
|
|
12410
12410
|
maxHeight: ue,
|
|
12411
12411
|
focusedOption: h
|
|
12412
|
-
}),
|
|
12412
|
+
}), U);
|
|
12413
12413
|
}));
|
|
12414
12414
|
});
|
|
12415
|
-
return F ||
|
|
12415
|
+
return F || S === "fixed" ? /* @__PURE__ */ M.createElement(u, te({}, g, {
|
|
12416
12416
|
appendTo: F,
|
|
12417
12417
|
controlElement: this.controlRef,
|
|
12418
12418
|
menuPlacement: A,
|
|
12419
|
-
menuPosition:
|
|
12420
|
-
}),
|
|
12419
|
+
menuPosition: S
|
|
12420
|
+
}), ce) : ce;
|
|
12421
12421
|
}
|
|
12422
12422
|
}, {
|
|
12423
12423
|
key: "renderFormField",
|
|
12424
12424
|
value: function() {
|
|
12425
12425
|
var i = this, o = this.props, s = o.delimiter, l = o.isDisabled, a = o.isMulti, c = o.name, u = o.required, b = this.state.selectValue;
|
|
12426
12426
|
if (u && !this.hasValue() && !l)
|
|
12427
|
-
return /* @__PURE__ */
|
|
12427
|
+
return /* @__PURE__ */ M.createElement(bE, {
|
|
12428
12428
|
name: c,
|
|
12429
12429
|
onFocus: this.onValueInputFocus
|
|
12430
12430
|
});
|
|
@@ -12434,29 +12434,29 @@ var zf = function(t) {
|
|
|
12434
12434
|
var v = b.map(function(h) {
|
|
12435
12435
|
return i.getOptionValue(h);
|
|
12436
12436
|
}).join(s);
|
|
12437
|
-
return /* @__PURE__ */
|
|
12437
|
+
return /* @__PURE__ */ M.createElement("input", {
|
|
12438
12438
|
name: c,
|
|
12439
12439
|
type: "hidden",
|
|
12440
12440
|
value: v
|
|
12441
12441
|
});
|
|
12442
12442
|
} else {
|
|
12443
12443
|
var C = b.length > 0 ? b.map(function(h, d) {
|
|
12444
|
-
return /* @__PURE__ */
|
|
12444
|
+
return /* @__PURE__ */ M.createElement("input", {
|
|
12445
12445
|
key: "i-".concat(d),
|
|
12446
12446
|
name: c,
|
|
12447
12447
|
type: "hidden",
|
|
12448
12448
|
value: i.getOptionValue(h)
|
|
12449
12449
|
});
|
|
12450
|
-
}) : /* @__PURE__ */
|
|
12450
|
+
}) : /* @__PURE__ */ M.createElement("input", {
|
|
12451
12451
|
name: c,
|
|
12452
12452
|
type: "hidden",
|
|
12453
12453
|
value: ""
|
|
12454
12454
|
});
|
|
12455
|
-
return /* @__PURE__ */
|
|
12455
|
+
return /* @__PURE__ */ M.createElement("div", null, C);
|
|
12456
12456
|
}
|
|
12457
12457
|
else {
|
|
12458
12458
|
var g = b[0] ? this.getOptionValue(b[0]) : "";
|
|
12459
|
-
return /* @__PURE__ */
|
|
12459
|
+
return /* @__PURE__ */ M.createElement("input", {
|
|
12460
12460
|
name: c,
|
|
12461
12461
|
type: "hidden",
|
|
12462
12462
|
value: g
|
|
@@ -12467,7 +12467,7 @@ var zf = function(t) {
|
|
|
12467
12467
|
key: "renderLiveRegion",
|
|
12468
12468
|
value: function() {
|
|
12469
12469
|
var i = this.commonProps, o = this.state, s = o.ariaSelection, l = o.focusedOption, a = o.focusedValue, c = o.isFocused, u = o.selectValue, b = this.getFocusableOptions();
|
|
12470
|
-
return /* @__PURE__ */
|
|
12470
|
+
return /* @__PURE__ */ M.createElement(eE, te({}, i, {
|
|
12471
12471
|
id: this.getElementId("live-region"),
|
|
12472
12472
|
ariaSelection: s,
|
|
12473
12473
|
focusedOption: l,
|
|
@@ -12482,7 +12482,7 @@ var zf = function(t) {
|
|
|
12482
12482
|
key: "render",
|
|
12483
12483
|
value: function() {
|
|
12484
12484
|
var i = this.getComponents(), o = i.Control, s = i.IndicatorsContainer, l = i.SelectContainer, a = i.ValueContainer, c = this.props, u = c.className, b = c.id, v = c.isDisabled, C = c.menuIsOpen, g = this.state.isFocused, h = this.commonProps = this.getCommonProps();
|
|
12485
|
-
return /* @__PURE__ */
|
|
12485
|
+
return /* @__PURE__ */ M.createElement(l, te({}, h, {
|
|
12486
12486
|
className: u,
|
|
12487
12487
|
innerProps: {
|
|
12488
12488
|
id: b,
|
|
@@ -12490,7 +12490,7 @@ var zf = function(t) {
|
|
|
12490
12490
|
},
|
|
12491
12491
|
isDisabled: v,
|
|
12492
12492
|
isFocused: g
|
|
12493
|
-
}), this.renderLiveRegion(), /* @__PURE__ */
|
|
12493
|
+
}), this.renderLiveRegion(), /* @__PURE__ */ M.createElement(o, te({}, h, {
|
|
12494
12494
|
innerRef: this.getControlRef,
|
|
12495
12495
|
innerProps: {
|
|
12496
12496
|
onMouseDown: this.onControlMouseDown,
|
|
@@ -12499,9 +12499,9 @@ var zf = function(t) {
|
|
|
12499
12499
|
isDisabled: v,
|
|
12500
12500
|
isFocused: g,
|
|
12501
12501
|
menuIsOpen: C
|
|
12502
|
-
}), /* @__PURE__ */
|
|
12502
|
+
}), /* @__PURE__ */ M.createElement(a, te({}, h, {
|
|
12503
12503
|
isDisabled: v
|
|
12504
|
-
}), this.renderPlaceholderOrValue(), this.renderInput()), /* @__PURE__ */
|
|
12504
|
+
}), this.renderPlaceholderOrValue(), this.renderInput()), /* @__PURE__ */ M.createElement(s, te({}, h, {
|
|
12505
12505
|
isDisabled: v
|
|
12506
12506
|
}), this.renderClearIndicator(), this.renderLoadingIndicator(), this.renderIndicatorSeparator(), this.renderDropdownIndicator())), this.renderMenu(), this.renderFormField());
|
|
12507
12507
|
}
|
|
@@ -12520,7 +12520,7 @@ var zf = function(t) {
|
|
|
12520
12520
|
clearFocusValueOnUpdate: !1
|
|
12521
12521
|
};
|
|
12522
12522
|
}
|
|
12523
|
-
var
|
|
12523
|
+
var S = a != null && i !== s ? {
|
|
12524
12524
|
inputIsHidden: a,
|
|
12525
12525
|
inputIsHiddenAfterUpdate: void 0
|
|
12526
12526
|
} : {}, F = c, R = u && b;
|
|
@@ -12528,7 +12528,7 @@ var zf = function(t) {
|
|
|
12528
12528
|
value: Ni(f, p, p[0] || null),
|
|
12529
12529
|
options: p,
|
|
12530
12530
|
action: "initial-input-focus"
|
|
12531
|
-
}, R = !b), (c == null ? void 0 : c.action) === "initial-input-focus" && (F = null), q(q(q({}, m),
|
|
12531
|
+
}, R = !b), (c == null ? void 0 : c.action) === "initial-input-focus" && (F = null), q(q(q({}, m), S), {}, {
|
|
12532
12532
|
prevProps: i,
|
|
12533
12533
|
ariaSelection: F,
|
|
12534
12534
|
prevWasFocused: R
|
|
@@ -12539,7 +12539,7 @@ var zf = function(t) {
|
|
|
12539
12539
|
Qa.defaultProps = FE;
|
|
12540
12540
|
var ME = /* @__PURE__ */ ma(function(e, t) {
|
|
12541
12541
|
var n = af(e);
|
|
12542
|
-
return /* @__PURE__ */
|
|
12542
|
+
return /* @__PURE__ */ M.createElement(Qa, te({
|
|
12543
12543
|
ref: t
|
|
12544
12544
|
}, n));
|
|
12545
12545
|
}), BE = ME;
|
|
@@ -12744,7 +12744,7 @@ var zE = ["defaultOptions", "cacheOptions", "loadOptions", "options", "isLoading
|
|
|
12744
12744
|
function YE(e) {
|
|
12745
12745
|
var t = e.defaultOptions, n = t === void 0 ? !1 : t, r = e.cacheOptions, i = r === void 0 ? !1 : r, o = e.loadOptions;
|
|
12746
12746
|
e.options;
|
|
12747
|
-
var s = e.isLoading, l = s === void 0 ? !1 : s, a = e.onInputChange, c = e.filterOption, u = c === void 0 ? null : c, b = nn(e, zE), v = b.inputValue, C = ke(void 0), g = ke(!1), h =
|
|
12747
|
+
var s = e.isLoading, l = s === void 0 ? !1 : s, a = e.onInputChange, c = e.filterOption, u = c === void 0 ? null : c, b = nn(e, zE), v = b.inputValue, C = ke(void 0), g = ke(!1), h = Y(Array.isArray(n) ? n : void 0), d = Je(h, 2), f = d[0], p = d[1], m = Y(typeof v < "u" ? v : ""), I = Je(m, 2), y = I[0], x = I[1], w = Y(n === !0), A = Je(w, 2), S = A[0], F = A[1], R = Y(void 0), D = Je(R, 2), L = D[0], Z = D[1], X = Y([]), V = Je(X, 2), U = V[0], B = V[1], ne = Y(!1), ae = Je(ne, 2), ce = ae[0], P = ae[1], G = Y({}), J = Je(G, 2), re = J[0], ue = J[1], Ce = Y(void 0), Re = Je(Ce, 2), ie = Re[0], ge = Re[1], $e = Y(void 0), j = Je($e, 2), Pe = j[0], tt = j[1];
|
|
12748
12748
|
i !== Pe && (ue({}), tt(i)), n !== ie && (p(Array.isArray(n) ? n : void 0), ge(n)), pe(function() {
|
|
12749
12749
|
return g.current = !0, function() {
|
|
12750
12750
|
g.current = !1;
|
|
@@ -12765,28 +12765,28 @@ function YE(e) {
|
|
|
12765
12765
|
var Ot = Ne(function(kt, lt) {
|
|
12766
12766
|
var qe = I3(kt, lt, a);
|
|
12767
12767
|
if (!qe) {
|
|
12768
|
-
C.current = void 0, x(""),
|
|
12768
|
+
C.current = void 0, x(""), Z(""), B([]), F(!1), P(!1);
|
|
12769
12769
|
return;
|
|
12770
12770
|
}
|
|
12771
|
-
if (i &&
|
|
12772
|
-
x(qe),
|
|
12771
|
+
if (i && re[qe])
|
|
12772
|
+
x(qe), Z(qe), B(re[qe]), F(!1), P(!1);
|
|
12773
12773
|
else {
|
|
12774
12774
|
var rr = C.current = {};
|
|
12775
|
-
x(qe), F(!0),
|
|
12776
|
-
g && rr === C.current && (C.current = void 0, F(!1),
|
|
12775
|
+
x(qe), F(!0), P(!L), Qe(qe, function(rn) {
|
|
12776
|
+
g && rr === C.current && (C.current = void 0, F(!1), Z(qe), B(rn || []), P(!1), ue(rn ? q(q({}, re), {}, fr({}, qe, rn)) : re));
|
|
12777
12777
|
});
|
|
12778
12778
|
}
|
|
12779
|
-
}, [i, Qe, L,
|
|
12779
|
+
}, [i, Qe, L, re, a]), nr = ce ? [] : y && L ? U : f || [];
|
|
12780
12780
|
return q(q({}, b), {}, {
|
|
12781
12781
|
options: nr,
|
|
12782
|
-
isLoading:
|
|
12782
|
+
isLoading: S || l,
|
|
12783
12783
|
onInputChange: Ot,
|
|
12784
12784
|
filterOption: u
|
|
12785
12785
|
});
|
|
12786
12786
|
}
|
|
12787
12787
|
var $E = /* @__PURE__ */ ma(function(e, t) {
|
|
12788
12788
|
var n = YE(e), r = af(n);
|
|
12789
|
-
return /* @__PURE__ */
|
|
12789
|
+
return /* @__PURE__ */ M.createElement(Qa, te({
|
|
12790
12790
|
ref: t
|
|
12791
12791
|
}, r));
|
|
12792
12792
|
}), JE = $E;
|
|
@@ -12794,7 +12794,7 @@ function QE(e) {
|
|
|
12794
12794
|
return /* @__PURE__ */ E.jsx(gn.DropdownIndicator, { ...e, children: /* @__PURE__ */ E.jsx(pu, { children: e.selectProps.menuIsOpen ? /* @__PURE__ */ E.jsx(Nt.ArrowDropUp, {}) : /* @__PURE__ */ E.jsx(Nt.ArrowDropDown, {}) }) });
|
|
12795
12795
|
}
|
|
12796
12796
|
function qE(e) {
|
|
12797
|
-
const [t, n] =
|
|
12797
|
+
const [t, n] = Y([]), [r, i] = Y(""), [o, s] = Y(!1), { loadOptions: l, isApiSearchEnabled: a = !1, isInfiniteScrollable: c = !1, loadOptionsOnFocus: u = !1 } = e, b = (f, p) => {
|
|
12798
12798
|
if (i(f), t.length > 0 && !a) {
|
|
12799
12799
|
const I = t.filter((y) => y && typeof y == "object" && "label" in y && typeof y.label == "string" ? y.label.toLowerCase().includes(f.toLowerCase()) : !1);
|
|
12800
12800
|
p(I);
|
|
@@ -12842,7 +12842,7 @@ function qE(e) {
|
|
|
12842
12842
|
);
|
|
12843
12843
|
}
|
|
12844
12844
|
function KE(e) {
|
|
12845
|
-
const [t, n] =
|
|
12845
|
+
const [t, n] = Y(!1), r = ke(null);
|
|
12846
12846
|
pe(() => {
|
|
12847
12847
|
t && r.current && r.current.focus();
|
|
12848
12848
|
}, [t]);
|
|
@@ -12910,35 +12910,35 @@ const vo = (e) => {
|
|
|
12910
12910
|
labelSpacing: g = 1,
|
|
12911
12911
|
loadOptions: h,
|
|
12912
12912
|
showGlobalLoader: d = !1
|
|
12913
|
-
} = e, [f, p] =
|
|
12913
|
+
} = e, [f, p] = Y(!1), [m, I] = Y("");
|
|
12914
12914
|
pe(() => {
|
|
12915
12915
|
f || x(e.value, !1);
|
|
12916
12916
|
}, [f, e.value]);
|
|
12917
12917
|
const y = (L) => {
|
|
12918
12918
|
L && !f && p(!0);
|
|
12919
12919
|
};
|
|
12920
|
-
function x(L,
|
|
12921
|
-
let
|
|
12922
|
-
if ((t != null && t.isRequired || C) && (
|
|
12923
|
-
const
|
|
12924
|
-
|
|
12920
|
+
function x(L, Z = !0, X) {
|
|
12921
|
+
let V = "";
|
|
12922
|
+
if ((t != null && t.isRequired || C) && (V = L ? "" : Vl, !L && typeof (t == null ? void 0 : t.isRequired) == "function")) {
|
|
12923
|
+
const B = t.isRequired(L);
|
|
12924
|
+
B && typeof B == "boolean" ? V = Vl : B && (V = B);
|
|
12925
12925
|
}
|
|
12926
|
-
let
|
|
12927
|
-
if (e.type === "date" ?
|
|
12928
|
-
const
|
|
12929
|
-
typeof
|
|
12926
|
+
let U = { id: r, name: o, label: i };
|
|
12927
|
+
if (e.type === "date" ? U = { ...U, disableFuture: e.disableFuture, disablePast: e.disablePast } : e.type === "number" ? U = { ...U, min: e.min, max: e.max } : e.type === "text" && e.multiline && (U = { ...U, maxCharacters: e.maxCharacters }), L && !V && (t != null && t.validate)) {
|
|
12928
|
+
const B = t.validate(L, { ...U, ...X });
|
|
12929
|
+
typeof B == "boolean" && B === !1 ? V = WE : typeof B == "string" && (V = B);
|
|
12930
12930
|
}
|
|
12931
|
-
|
|
12931
|
+
Z && I(V), b == null || b(o, V);
|
|
12932
12932
|
}
|
|
12933
12933
|
const w = (L) => {
|
|
12934
|
-
var
|
|
12935
|
-
f || p(!0), (
|
|
12936
|
-
}, A = () => e.helperText ? /* @__PURE__ */ E.jsx(Wl, { children: n }) : f && m ? /* @__PURE__ */ E.jsx(Wl, { className: "helper--error", children: m }) : null,
|
|
12934
|
+
var Z;
|
|
12935
|
+
f || p(!0), (Z = e.onBlur) == null || Z.call(e, L), f && s && x(e.value);
|
|
12936
|
+
}, A = () => e.helperText ? /* @__PURE__ */ E.jsx(Wl, { children: n }) : f && m ? /* @__PURE__ */ E.jsx(Wl, { className: "helper--error", children: m }) : null, S = (L) => {
|
|
12937
12937
|
L && !f && p(!0), a == null || a(L), f && l && x(L.target.value);
|
|
12938
|
-
}, F = (L,
|
|
12939
|
-
c == null || c(L,
|
|
12940
|
-
}, R = (L,
|
|
12941
|
-
u == null || u(o, L,
|
|
12938
|
+
}, F = (L, Z) => {
|
|
12939
|
+
c == null || c(L, Z), L && !f && p(!0), L && typeof L == "object" && "value" in L && f && l && x(L.value);
|
|
12940
|
+
}, R = (L, Z) => {
|
|
12941
|
+
u == null || u(o, L, Z), L && !f && p(!0), f && l && x(L);
|
|
12942
12942
|
}, D = (L) => {
|
|
12943
12943
|
if (d)
|
|
12944
12944
|
return /* @__PURE__ */ E.jsx(va, { variant: "rounded", height: 29.69, animation: "wave" });
|
|
@@ -12990,7 +12990,7 @@ const vo = (e) => {
|
|
|
12990
12990
|
...L,
|
|
12991
12991
|
label: void 0,
|
|
12992
12992
|
onBlur: w,
|
|
12993
|
-
onChange:
|
|
12993
|
+
onChange: S,
|
|
12994
12994
|
onFocus: y,
|
|
12995
12995
|
error: !!(m && f),
|
|
12996
12996
|
inputProps: {
|
|
@@ -13095,8 +13095,8 @@ const vo = (e) => {
|
|
|
13095
13095
|
width: 40px;
|
|
13096
13096
|
height: 40px;
|
|
13097
13097
|
}
|
|
13098
|
-
`, nx = (e) => /* @__PURE__ */
|
|
13099
|
-
const [n, r] =
|
|
13098
|
+
`, nx = (e) => /* @__PURE__ */ M.createElement("svg", { width: 35, height: 35, viewBox: "0 0 35 35", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ M.createElement("rect", { x: 9, y: 9, width: 15, height: 17, fill: "white" }), /* @__PURE__ */ M.createElement("g", { clipPath: "url(#clip0_7787_114457)" }, /* @__PURE__ */ M.createElement("path", { d: "M17.1981 2.86633C9.28704 2.86633 2.86646 9.28691 2.86646 17.198C2.86646 25.1091 9.28704 31.5296 17.1981 31.5296C25.1092 31.5296 31.5298 25.1091 31.5298 17.198C31.5298 9.28691 25.1092 2.86633 17.1981 2.86633ZM14.3318 23.6472V10.7487L22.9308 17.198L14.3318 23.6472Z", fill: "#4D596C" })), /* @__PURE__ */ M.createElement("defs", null, /* @__PURE__ */ M.createElement("clipPath", { id: "clip0_7787_114457" }, /* @__PURE__ */ M.createElement("rect", { width: 34.396, height: 34.396, fill: "white" })))), rx = ({ aspectRatio: e = "auto", ...t }) => {
|
|
13099
|
+
const [n, r] = Y(!1);
|
|
13100
13100
|
return n ? null : /* @__PURE__ */ E.jsxs(tx, { aspectRatio: e, children: [
|
|
13101
13101
|
/* @__PURE__ */ E.jsx("img", { className: "preview-img", onError: () => r(!0), ...t }),
|
|
13102
13102
|
/* @__PURE__ */ E.jsx(nx, { className: "play-icon" })
|
|
@@ -13154,7 +13154,7 @@ const vo = (e) => {
|
|
|
13154
13154
|
/* @__PURE__ */ E.jsx(zn, { variant: "rounded", width: "100%", height: "46px", animation: "wave" })
|
|
13155
13155
|
] })
|
|
13156
13156
|
] }), ax = () => {
|
|
13157
|
-
const { metaData: e, sendTrackingEvent: t, isAdmin: n, connectorFunctions: r } = ct(yt), [i, o] =
|
|
13157
|
+
const { metaData: e, sendTrackingEvent: t, isAdmin: n, connectorFunctions: r } = ct(yt), [i, o] = Y(!1), s = ke(null), [l, a] = Y(0), { templateUpdates: c } = e || {}, { sections: u = [], actionButtons: b = [], title: v } = c || {}, { version: C = "" } = c || {}, g = R1(C), h = Ge(
|
|
13158
13158
|
() => S1(C),
|
|
13159
13159
|
[C]
|
|
13160
13160
|
), d = Ge(() => (b == null ? void 0 : b.filter(({ isAdminPanelLink: I }) => !(!n && I))) ?? [], [b, n]);
|
|
@@ -13191,7 +13191,7 @@ const vo = (e) => {
|
|
|
13191
13191
|
u.map(({ title: I, items: y, type: x }) => /* @__PURE__ */ E.jsxs(fm, { children: [
|
|
13192
13192
|
/* @__PURE__ */ E.jsx(fe, { variant: "body2_medium", children: I }),
|
|
13193
13193
|
y.map((w) => {
|
|
13194
|
-
const A = x === w1, { deeplink:
|
|
13194
|
+
const A = x === w1, { deeplink: S, textHtml: F, imageUrl: R } = w, D = () => /* @__PURE__ */ E.jsx(
|
|
13195
13195
|
z2,
|
|
13196
13196
|
{
|
|
13197
13197
|
className: A ? "" : "ellipsisClass",
|
|
@@ -13204,12 +13204,12 @@ const vo = (e) => {
|
|
|
13204
13204
|
);
|
|
13205
13205
|
return /* @__PURE__ */ E.jsx(cm, { component: "ul", children: /* @__PURE__ */ E.jsxs(lm, { component: A ? "li" : "div", marginLeft: R ? "0" : "14px", children: [
|
|
13206
13206
|
R ? /* @__PURE__ */ E.jsx("img", { src: R }) : null,
|
|
13207
|
-
|
|
13207
|
+
S ? /* @__PURE__ */ E.jsx(
|
|
13208
13208
|
Cd,
|
|
13209
13209
|
{
|
|
13210
13210
|
target: "_blank",
|
|
13211
13211
|
underline: "none",
|
|
13212
|
-
onClick: (L) => p(L,
|
|
13212
|
+
onClick: (L) => p(L, S),
|
|
13213
13213
|
fontSize: "13px",
|
|
13214
13214
|
children: D()
|
|
13215
13215
|
}
|
|
@@ -13221,7 +13221,7 @@ const vo = (e) => {
|
|
|
13221
13221
|
] }) })
|
|
13222
13222
|
] });
|
|
13223
13223
|
}, cx = "data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='7'%20cy='7'%20r='7'%20fill='%23196FE0'/%3e%3cpath%20d='M10.8288%204.89995C10.5922%204.64324%2010.1976%204.63193%209.94761%204.87601L5.96804%208.75823L4.06989%206.75353C3.82948%206.49981%203.43531%206.49425%203.18845%206.74158C2.9418%206.98865%202.9366%207.39455%203.1768%207.64827L5.50404%2010.1061C5.626%2010.235%205.78808%2010.3%205.95059%2010.3C6.10477%2010.3%206.25896%2010.2414%206.37969%2010.124L10.8056%205.80646C11.0553%205.56278%2011.0659%205.15689%2010.8288%204.89995Z'%20fill='white'/%3e%3c/svg%3e", Kf = (e) => {
|
|
13224
|
-
const t = ke(null), [n, r] =
|
|
13224
|
+
const t = ke(null), [n, r] = Y(!1);
|
|
13225
13225
|
return pe(() => {
|
|
13226
13226
|
t.current && r(t.current.scrollWidth > t.current.clientWidth);
|
|
13227
13227
|
}, [e]), { textRef: t, isOverflow: n };
|
|
@@ -13336,7 +13336,7 @@ const vo = (e) => {
|
|
|
13336
13336
|
backButtonTooltip: o,
|
|
13337
13337
|
portalId: s
|
|
13338
13338
|
}) => {
|
|
13339
|
-
const l = ve.useRef(null), [a, c] =
|
|
13339
|
+
const l = ve.useRef(null), [a, c] = Y(!1);
|
|
13340
13340
|
return pe(() => {
|
|
13341
13341
|
s && (l.current = document.querySelector(`[data-connectorid=${s}]`), c(!0));
|
|
13342
13342
|
}, [s, c]), pe(() => () => {
|
|
@@ -13374,7 +13374,7 @@ const vo = (e) => {
|
|
|
13374
13374
|
margin-top: 10px;
|
|
13375
13375
|
display: block;
|
|
13376
13376
|
`, n0 = ({ cardData: e, cardDataApiStatus: t, objectToLink: n, args: r }) => {
|
|
13377
|
-
const i = en(), [o, s] =
|
|
13377
|
+
const i = en(), [o, s] = Y(!1), [l, a] = Y(!0), { id: c = "", cardTitle: u = "" } = e || {}, b = t === $.LOADING, v = (g) => {
|
|
13378
13378
|
g.stopPropagation();
|
|
13379
13379
|
const h = g.currentTarget.offsetWidth < g.currentTarget.scrollWidth;
|
|
13380
13380
|
s(!!h);
|
|
@@ -13443,13 +13443,13 @@ const vo = (e) => {
|
|
|
13443
13443
|
}
|
|
13444
13444
|
margin-left: 12px;
|
|
13445
13445
|
`, Ex = ({ setOpenTaskLinking: e, onLinkingSuccess: t }) => {
|
|
13446
|
-
const n = en(), r = ye(e0), i = ye(t0), o = ye(cy), s = ye(tf), [l, a] =
|
|
13446
|
+
const n = en(), r = ye(e0), i = ye(t0), o = ye(cy), s = ye(tf), [l, a] = Y(!1), [c, u] = Y(null), [b, v] = Y(""), [C, g] = Y({}), { conversationId: h, sendTrackingEvent: d } = ct(yt);
|
|
13447
13447
|
pe(() => {
|
|
13448
13448
|
s && s.length && u(s[0]);
|
|
13449
13449
|
}, [s]);
|
|
13450
13450
|
const f = {
|
|
13451
13451
|
externalResourceId: b
|
|
13452
|
-
}, p = i ===
|
|
13452
|
+
}, p = i === $.LOADING, m = o === $.LOADING, I = () => {
|
|
13453
13453
|
!l && c && "value" in c && (d(z1, { object_type: c.label }), n(pr({ id: String(c == null ? void 0 : c.value), args: f })).unwrap().catch((R) => {
|
|
13454
13454
|
(R == null ? void 0 : R.status) === 400 ? He({ message: il, type: It }) : He({ message: yv, type: It });
|
|
13455
13455
|
})), a((R) => !R);
|
|
@@ -13470,7 +13470,7 @@ const vo = (e) => {
|
|
|
13470
13470
|
R.stopPropagation();
|
|
13471
13471
|
const { value: D } = (R == null ? void 0 : R.target) || {};
|
|
13472
13472
|
v(D), a(!1);
|
|
13473
|
-
},
|
|
13473
|
+
}, S = (R, D) => {
|
|
13474
13474
|
g((L) => ({
|
|
13475
13475
|
...L,
|
|
13476
13476
|
[R]: !!D
|
|
@@ -13490,7 +13490,7 @@ const vo = (e) => {
|
|
|
13490
13490
|
label: Lv,
|
|
13491
13491
|
labelSpacing: 0.5,
|
|
13492
13492
|
validation: { isRequired: !0 },
|
|
13493
|
-
onValidationError:
|
|
13493
|
+
onValidationError: S
|
|
13494
13494
|
}
|
|
13495
13495
|
),
|
|
13496
13496
|
/* @__PURE__ */ E.jsx(
|
|
@@ -13504,7 +13504,7 @@ const vo = (e) => {
|
|
|
13504
13504
|
label: Dv,
|
|
13505
13505
|
labelSpacing: 0.5,
|
|
13506
13506
|
validation: { isRequired: !0, validate: ev() },
|
|
13507
|
-
onValidationError:
|
|
13507
|
+
onValidationError: S
|
|
13508
13508
|
}
|
|
13509
13509
|
),
|
|
13510
13510
|
l ? /* @__PURE__ */ E.jsx(
|
|
@@ -13682,7 +13682,7 @@ const vo = (e) => {
|
|
|
13682
13682
|
)) })
|
|
13683
13683
|
] }) }), Xl = ({ isEdit: e = !1, onClose: t, onCreateSuccess: n, metaData: r, setMetaData: i }) => {
|
|
13684
13684
|
var Re;
|
|
13685
|
-
const [o, s] =
|
|
13685
|
+
const [o, s] = Y(null), [l, a] = Y(!1), c = ke(null), [u, b] = c0(), v = ye(nf), C = ye(e ? oy : ef), g = ye(ay), h = ye(sy), d = ye(uy), f = ye(dy), p = ye(fy), m = ye(hy), I = ye(py), y = ye(rf), x = Ge(() => o && "value" in o && g && g[o.value] && Array.isArray(g[o.value]) ? [
|
|
13686
13686
|
{
|
|
13687
13687
|
id: o.value,
|
|
13688
13688
|
formFields: g[o.value]
|
|
@@ -13696,20 +13696,20 @@ const vo = (e) => {
|
|
|
13696
13696
|
formId: x[0].id,
|
|
13697
13697
|
formState: u
|
|
13698
13698
|
}), {
|
|
13699
|
-
setValue:
|
|
13699
|
+
setValue: S,
|
|
13700
13700
|
inputChangeHandler: F,
|
|
13701
13701
|
dateChangeHandler: R,
|
|
13702
13702
|
clearDependentFields: D,
|
|
13703
13703
|
handleValidationError: L,
|
|
13704
|
-
isErrorInValidations:
|
|
13705
|
-
} = l0({ state: u, dispatch: b, validations: w }), { conversationId:
|
|
13704
|
+
isErrorInValidations: Z
|
|
13705
|
+
} = l0({ state: u, dispatch: b, validations: w }), { conversationId: X, sendTrackingEvent: V, currentSmIds: U } = ct(yt), { userGroupId: B } = Gr() || {}, ne = (Re = v == null ? void 0 : v.forms.find((ie) => ie.type === "edit")) == null ? void 0 : Re.id, { externalResourceId: ae } = v ?? {}, ce = [f, p, I].includes($.LOADING), P = en();
|
|
13706
13706
|
pe(() => {
|
|
13707
|
-
|
|
13707
|
+
P(
|
|
13708
13708
|
ol(
|
|
13709
13709
|
e ? !(m && "values" in m && "values" in u && JSON.stringify(ll(u.values)) === JSON.stringify(ll(m.values))) : (r == null ? void 0 : r.fields_filled) !== void 0 && r.fields_filled > 0
|
|
13710
13710
|
)
|
|
13711
13711
|
);
|
|
13712
|
-
}, [e, r, m, u,
|
|
13712
|
+
}, [e, r, m, u, P]), pe(() => (e && m && b({ type: Jt.SET_FIELDS, payload: m }), () => {
|
|
13713
13713
|
b({ type: Jt.SET_FIELDS, payload: { values: {} } });
|
|
13714
13714
|
}), [e, b, m]), pe(() => {
|
|
13715
13715
|
o !== null && i((ie) => ({ ...ie, object_type: o.label }));
|
|
@@ -13721,72 +13721,72 @@ const vo = (e) => {
|
|
|
13721
13721
|
}, [u, i]), pe(() => {
|
|
13722
13722
|
C && C.length && s(e && ne ? C.find((ie) => ie.value === ne) ?? null : C[0]);
|
|
13723
13723
|
}, [C, e, ne]);
|
|
13724
|
-
const
|
|
13724
|
+
const G = () => {
|
|
13725
13725
|
s(c.current), a(!1), b({ type: Jt.RESET_STATE });
|
|
13726
|
-
},
|
|
13727
|
-
if (ge.action === "clear" && ge.name && (
|
|
13726
|
+
}, J = (ie, ge, $e) => {
|
|
13727
|
+
if (ge.action === "clear" && ge.name && (S(ge.name, ""), o != null && o.value && D(ge.name, d == null ? void 0 : d[o.value]), w[ge.name].isRequired && L(ge.name, !0)), ie && typeof ie == "object" && "label" in ie && typeof ie.label == "string" && "value" in ie && (typeof ie.value == "string" || typeof ie.value == "number") && typeof ge.name < "u")
|
|
13728
13728
|
if (ge.name === "form-object")
|
|
13729
|
-
c.current = { value: ie.value, label: ie.label }, u.values && ie.value !== (o == null ? void 0 : o.value) && (Object.values(u.values).filter((Pe) => Pe !== "").length > 0 ? a(!0) :
|
|
13729
|
+
c.current = { value: ie.value, label: ie.label }, u.values && ie.value !== (o == null ? void 0 : o.value) && (Object.values(u.values).filter((Pe) => Pe !== "").length > 0 ? a(!0) : G());
|
|
13730
13730
|
else {
|
|
13731
|
-
let
|
|
13732
|
-
$e && (
|
|
13733
|
-
const Pe =
|
|
13734
|
-
|
|
13731
|
+
let j = !1;
|
|
13732
|
+
$e && (j = $e.isMultiSelect || !1);
|
|
13733
|
+
const Pe = j ? [{ value: ie.value, label: ie.label }] : { value: ie.value, label: ie.label };
|
|
13734
|
+
S(ge.name, Pe), o != null && o.value && D(ge.name, d == null ? void 0 : d[o.value]);
|
|
13735
13735
|
}
|
|
13736
|
-
},
|
|
13737
|
-
if (!
|
|
13736
|
+
}, re = () => {
|
|
13737
|
+
if (!Z() && ne && (h != null && h[ne]) && X && ae) {
|
|
13738
13738
|
const { connectorName: ie, title: ge } = v;
|
|
13739
|
-
|
|
13739
|
+
V(e2, {
|
|
13740
13740
|
connector_name: ie,
|
|
13741
13741
|
card_title: ge,
|
|
13742
|
-
sm_ids:
|
|
13743
|
-
ug_id:
|
|
13742
|
+
sm_ids: U,
|
|
13743
|
+
ug_id: B
|
|
13744
13744
|
});
|
|
13745
13745
|
const $e = h[ne].interfaceDetails;
|
|
13746
13746
|
if (!$e || !m)
|
|
13747
13747
|
return;
|
|
13748
|
-
const { id:
|
|
13749
|
-
|
|
13748
|
+
const { id: j, args: Pe = {}, previousArgs: tt = {} } = $e, Qe = Hi(m, tt), Ot = Hi(u, Pe);
|
|
13749
|
+
P(
|
|
13750
13750
|
Xi({
|
|
13751
13751
|
formId: String(ne),
|
|
13752
|
-
conversationId:
|
|
13752
|
+
conversationId: X,
|
|
13753
13753
|
args: Ot,
|
|
13754
13754
|
previousArgs: Qe,
|
|
13755
13755
|
externalResourceId: ae,
|
|
13756
|
-
interfaceId:
|
|
13756
|
+
interfaceId: j,
|
|
13757
13757
|
successCallback: () => {
|
|
13758
13758
|
n();
|
|
13759
13759
|
}
|
|
13760
13760
|
})
|
|
13761
13761
|
).unwrap().then(() => {
|
|
13762
|
-
|
|
13762
|
+
V(r2, {
|
|
13763
13763
|
connector_name: ie,
|
|
13764
13764
|
card_title: ge,
|
|
13765
|
-
sm_ids:
|
|
13766
|
-
ug_id:
|
|
13765
|
+
sm_ids: U,
|
|
13766
|
+
ug_id: B
|
|
13767
13767
|
});
|
|
13768
13768
|
}).finally(() => {
|
|
13769
|
-
|
|
13769
|
+
P(gr(null));
|
|
13770
13770
|
});
|
|
13771
13771
|
}
|
|
13772
13772
|
}, ue = () => {
|
|
13773
|
-
if (!
|
|
13773
|
+
if (!Z() && o && (h != null && h[o.value]) && X) {
|
|
13774
13774
|
const ie = h == null ? void 0 : h[o.value].interfaceDetails;
|
|
13775
13775
|
if (!ie)
|
|
13776
13776
|
return;
|
|
13777
|
-
const { id: ge, args: $e = {} } = ie,
|
|
13778
|
-
|
|
13777
|
+
const { id: ge, args: $e = {} } = ie, j = Hi(u, $e);
|
|
13778
|
+
P(
|
|
13779
13779
|
Zi({
|
|
13780
13780
|
formId: String(o.value),
|
|
13781
|
-
conversationId:
|
|
13782
|
-
args:
|
|
13781
|
+
conversationId: X,
|
|
13782
|
+
args: j,
|
|
13783
13783
|
interfaceId: ge,
|
|
13784
13784
|
successCallback: () => {
|
|
13785
13785
|
n();
|
|
13786
13786
|
}
|
|
13787
13787
|
})
|
|
13788
13788
|
).unwrap().then(() => {
|
|
13789
|
-
|
|
13789
|
+
V(Z1, {
|
|
13790
13790
|
object_type: o
|
|
13791
13791
|
});
|
|
13792
13792
|
});
|
|
@@ -13799,7 +13799,7 @@ const vo = (e) => {
|
|
|
13799
13799
|
},
|
|
13800
13800
|
{
|
|
13801
13801
|
label: "Continue",
|
|
13802
|
-
action:
|
|
13802
|
+
action: G
|
|
13803
13803
|
}
|
|
13804
13804
|
];
|
|
13805
13805
|
return /* @__PURE__ */ E.jsxs(o0, { children: [
|
|
@@ -13822,7 +13822,7 @@ const vo = (e) => {
|
|
|
13822
13822
|
options: C,
|
|
13823
13823
|
value: o,
|
|
13824
13824
|
name: "form-object",
|
|
13825
|
-
selectChangeHandler:
|
|
13825
|
+
selectChangeHandler: J,
|
|
13826
13826
|
label: Ov,
|
|
13827
13827
|
labelSpacing: 0.5,
|
|
13828
13828
|
validation: { isRequired: !0 }
|
|
@@ -13831,9 +13831,9 @@ const vo = (e) => {
|
|
|
13831
13831
|
/* @__PURE__ */ E.jsx(
|
|
13832
13832
|
qf,
|
|
13833
13833
|
{
|
|
13834
|
-
showGlobalLoader: I ===
|
|
13834
|
+
showGlobalLoader: I === $.LOADING,
|
|
13835
13835
|
formConfig: x,
|
|
13836
|
-
selectChangeHandler:
|
|
13836
|
+
selectChangeHandler: J,
|
|
13837
13837
|
inputChangeHandler: F,
|
|
13838
13838
|
dateChangeHandler: R,
|
|
13839
13839
|
onValidationError: L,
|
|
@@ -13849,13 +13849,13 @@ const vo = (e) => {
|
|
|
13849
13849
|
/* @__PURE__ */ E.jsx(
|
|
13850
13850
|
bt,
|
|
13851
13851
|
{
|
|
13852
|
-
disabled:
|
|
13853
|
-
onClick: e ?
|
|
13852
|
+
disabled: Z() || ce || !y,
|
|
13853
|
+
onClick: e ? re : ue,
|
|
13854
13854
|
size: "small",
|
|
13855
13855
|
children: e ? y1 : v1
|
|
13856
13856
|
}
|
|
13857
13857
|
),
|
|
13858
|
-
/* @__PURE__ */ E.jsx(s0, { variant: "outlined", color: "tertiary", size: "small", onClick: t, disabled:
|
|
13858
|
+
/* @__PURE__ */ E.jsx(s0, { variant: "outlined", color: "tertiary", size: "small", onClick: t, disabled: ce, children: La })
|
|
13859
13859
|
] })
|
|
13860
13860
|
] });
|
|
13861
13861
|
}, wx = k(bt)`
|
|
@@ -13879,9 +13879,9 @@ const vo = (e) => {
|
|
|
13879
13879
|
& .content__btn {
|
|
13880
13880
|
margin-left: 8px;
|
|
13881
13881
|
}
|
|
13882
|
-
`, Tx = (e) => /* @__PURE__ */
|
|
13882
|
+
`, Tx = (e) => /* @__PURE__ */ M.createElement("svg", { width: 20, height: 21, viewBox: "0 0 20 21", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ M.createElement("mask", { id: "mask0_4649_80352", style: {
|
|
13883
13883
|
maskType: "alpha"
|
|
13884
|
-
}, maskUnits: "userSpaceOnUse", x: 0, y: 0, width: 20, height: 21 }, /* @__PURE__ */
|
|
13884
|
+
}, maskUnits: "userSpaceOnUse", x: 0, y: 0, width: 20, height: 21 }, /* @__PURE__ */ M.createElement("rect", { y: 0.320312, width: 20, height: 20, fill: "#D9D9D9" })), /* @__PURE__ */ M.createElement("g", { mask: "url(#mask0_4649_80352)" }, /* @__PURE__ */ M.createElement("path", { d: "M9.16797 14.4873H10.8346V11.154H14.168V9.4873H10.8346V6.15397H9.16797V9.4873H5.83464V11.154H9.16797V14.4873ZM10.0013 18.654C8.84852 18.654 7.76519 18.4352 6.7513 17.9977C5.73741 17.5602 4.85547 16.9665 4.10547 16.2165C3.35547 15.4665 2.76172 14.5845 2.32422 13.5706C1.88672 12.5567 1.66797 11.4734 1.66797 10.3206C1.66797 9.16786 1.88672 8.08453 2.32422 7.07064C2.76172 6.05675 3.35547 5.1748 4.10547 4.4248C4.85547 3.6748 5.73741 3.08105 6.7513 2.64355C7.76519 2.20605 8.84852 1.9873 10.0013 1.9873C11.1541 1.9873 12.2374 2.20605 13.2513 2.64355C14.2652 3.08105 15.1471 3.6748 15.8971 4.4248C16.6471 5.1748 17.2409 6.05675 17.6784 7.07064C18.1159 8.08453 18.3346 9.16786 18.3346 10.3206C18.3346 11.4734 18.1159 12.5567 17.6784 13.5706C17.2409 14.5845 16.6471 15.4665 15.8971 16.2165C15.1471 16.9665 14.2652 17.5602 13.2513 17.9977C12.2374 18.4352 11.1541 18.654 10.0013 18.654ZM10.0013 16.9873C11.8624 16.9873 13.4388 16.3415 14.7305 15.0498C16.0221 13.7581 16.668 12.1817 16.668 10.3206C16.668 8.45953 16.0221 6.88314 14.7305 5.59147C13.4388 4.2998 11.8624 3.65397 10.0013 3.65397C8.14019 3.65397 6.5638 4.2998 5.27214 5.59147C3.98047 6.88314 3.33464 8.45953 3.33464 10.3206C3.33464 12.1817 3.98047 13.7581 5.27214 15.0498C6.5638 16.3415 8.14019 16.9873 10.0013 16.9873Z", fill: "#4D596C" }))), _x = (e) => /* @__PURE__ */ M.createElement("svg", { width: 20, height: 21, viewBox: "0 0 20 21", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ M.createElement("path", { d: "M14.3462 8.73757C14.0406 8.43198 13.5451 8.43198 13.2395 8.73757C12.9339 9.04316 12.9339 9.53863 13.2395 9.84422L14.3462 8.73757ZM15.2392 10.7372L15.7925 10.1839L15.2392 10.7372ZM16.2377 13.1478L15.4552 13.1478L16.2377 13.1478ZM15.2392 15.5584L14.6859 15.0051L15.2392 15.5584ZM10.418 15.5584L9.86469 16.1118L10.418 15.5584ZM9.52499 13.5588C9.2194 13.2532 8.72393 13.2532 8.41834 13.5588C8.11275 13.8643 8.11275 14.3598 8.41834 14.6654L9.52499 13.5588ZM5.52477 11.7731C5.83036 12.0787 6.32583 12.0787 6.63142 11.7731C6.93701 11.4675 6.93701 10.972 6.63142 10.6665L5.52477 11.7731ZM9.45292 4.95224L10.0062 4.39892L9.45292 4.95224ZM10.346 6.95192C10.6515 7.25752 11.147 7.25752 11.4526 6.95192C11.7582 6.64633 11.7582 6.15087 11.4526 5.84527L10.346 6.95192ZM13.2395 9.84422L14.6859 11.2906L15.7925 10.1839L14.3462 8.73757L13.2395 9.84422ZM14.6859 11.2906C15.1785 11.7832 15.4552 12.4512 15.4552 13.1478L17.0202 13.1478C17.0202 12.0362 16.5786 10.97 15.7925 10.1839L14.6859 11.2906ZM15.4552 13.1478C15.4552 13.8445 15.1785 14.5125 14.6859 15.0051L15.7925 16.1118C16.5786 15.3257 17.0202 14.2595 17.0202 13.1478L15.4552 13.1478ZM14.6859 15.0051C13.6601 16.0308 11.9971 16.0308 10.9713 15.0051L9.86469 16.1118C11.5016 17.7487 14.1556 17.7487 15.7925 16.1118L14.6859 15.0051ZM10.9713 15.0051L9.52499 13.5588L8.41834 14.6654L9.86469 16.1118L10.9713 15.0051ZM6.63142 10.6665L5.18507 9.2201L4.07842 10.3268L5.52477 11.7731L6.63142 10.6665ZM5.18507 9.2201C4.69249 8.72752 4.41576 8.05944 4.41576 7.36283H2.85072C2.85072 8.47452 3.29234 9.54067 4.07842 10.3268L5.18507 9.2201ZM4.41576 7.36283C4.41576 6.66622 4.69249 5.99815 5.18507 5.50557L4.07842 4.39892C3.29234 5.185 2.85072 6.25115 2.85072 7.36283H4.41576ZM5.18507 5.50557C6.21081 4.47983 7.87386 4.47983 8.8996 5.50557L10.0062 4.39892C8.36932 2.76199 5.71534 2.76199 4.07842 4.39892L5.18507 5.50557ZM8.8996 5.50557L10.346 6.95192L11.4526 5.84527L10.0062 4.39892L8.8996 5.50557Z", fill: "#4D596C" }), /* @__PURE__ */ M.createElement("rect", { x: 6.36328, y: 7.91895, width: 1.66667, height: 8.33333, rx: 0.833333, transform: "rotate(-45 6.36328 7.91895)", fill: "#4D596C" })), Sx = ({
|
|
13885
13885
|
onCreateClick: e,
|
|
13886
13886
|
onLinkClick: t,
|
|
13887
13887
|
haveCreateObjects: n,
|
|
@@ -13898,7 +13898,7 @@ const vo = (e) => {
|
|
|
13898
13898
|
/* @__PURE__ */ E.jsx("span", { className: "content__btn", children: sd })
|
|
13899
13899
|
] }) : null
|
|
13900
13900
|
] })
|
|
13901
|
-
] }), Rx = (e) => e.write.searchObjectList, f0 = (e) => e.write.objectDict, Ox = (e) => e.write.formFields, Lx = (e) => e.write.dependentFieldsMap, Fx = "Search in Connectors", Dx = "Start typing to search..", Nx = "Smart search suggestions", kx = ":count result:countSuffix found for :searchObject in :connectorName", Px = "Back to search results", Mx = "No search results found", Bx = (e) => /* @__PURE__ */
|
|
13901
|
+
] }), Rx = (e) => e.write.searchObjectList, f0 = (e) => e.write.objectDict, Ox = (e) => e.write.formFields, Lx = (e) => e.write.dependentFieldsMap, Fx = "Search in Connectors", Dx = "Start typing to search..", Nx = "Smart search suggestions", kx = ":count result:countSuffix found for :searchObject in :connectorName", Px = "Back to search results", Mx = "No search results found", Bx = (e) => /* @__PURE__ */ M.createElement("svg", { width: 12, height: 12, viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ M.createElement("g", { id: "icons/Actions/Search" }, /* @__PURE__ */ M.createElement("path", { id: "Shape", fillRule: "evenodd", clipRule: "evenodd", d: "M8.57633 7.54717H8.03431L7.8422 7.36192C8.51458 6.57976 8.91938 5.56432 8.91938 4.45969C8.91938 1.99657 6.92281 0 4.45969 0C1.99657 0 0 1.99657 0 4.45969C0 6.92281 1.99657 8.91938 4.45969 8.91938C5.56432 8.91938 6.57976 8.51458 7.36192 7.8422L7.54717 8.03431V8.57633L10.9777 12L12 10.9777L8.57633 7.54717ZM4.45969 7.54717C2.75129 7.54717 1.37221 6.1681 1.37221 4.45969C1.37221 2.75129 2.75129 1.37221 4.45969 1.37221C6.1681 1.37221 7.54717 2.75129 7.54717 4.45969C7.54717 6.1681 6.1681 7.54717 4.45969 7.54717Z", fill: "#97A3B7" }))), Gx = k(Q)`
|
|
13902
13902
|
flex-flow: row nowrap;
|
|
13903
13903
|
align-items: center;
|
|
13904
13904
|
column-gap: 12px;
|
|
@@ -14037,8 +14037,8 @@ const vo = (e) => {
|
|
|
14037
14037
|
const A = s[e].searchInterfaceDetails;
|
|
14038
14038
|
if (!A)
|
|
14039
14039
|
return;
|
|
14040
|
-
const { id:
|
|
14041
|
-
p({ id: x, interfaceId:
|
|
14040
|
+
const { id: S, args: F = {} } = A, R = Hi(r, F);
|
|
14041
|
+
p({ id: x, interfaceId: S, searchString: t, args: R });
|
|
14042
14042
|
}, [r, c, s, e, t, d, p]), pe(() => () => {
|
|
14043
14043
|
o.current && clearTimeout(o.current);
|
|
14044
14044
|
}, []);
|
|
@@ -14046,8 +14046,8 @@ const vo = (e) => {
|
|
|
14046
14046
|
if (x.action === "clear" && x.name && (b(x.name, ""), g(x.name, a[e]), u[x.name].isRequired && h(x.name, !0)), y && typeof y == "object" && "label" in y && typeof y.label == "string" && "value" in y && (typeof y.value == "string" || typeof y.value == "number") && typeof x.name < "u") {
|
|
14047
14047
|
let A = !1;
|
|
14048
14048
|
w && (A = w.isMultiSelect || !1);
|
|
14049
|
-
const
|
|
14050
|
-
b(x.name,
|
|
14049
|
+
const S = A ? [{ value: y.value, label: y.label }] : { value: y.value, label: y.label };
|
|
14050
|
+
b(x.name, S), g(x.name, a[e]);
|
|
14051
14051
|
}
|
|
14052
14052
|
};
|
|
14053
14053
|
return /* @__PURE__ */ E.jsx(zx, { isEmpty: ((I = c.formFields) == null ? void 0 : I.length) === 0, children: /* @__PURE__ */ E.jsx(
|
|
@@ -14317,7 +14317,7 @@ var Bn, yn, vr, tu, d4 = (tu = class extends Vr {
|
|
|
14317
14317
|
K(this, Bn);
|
|
14318
14318
|
K(this, yn);
|
|
14319
14319
|
K(this, vr);
|
|
14320
|
-
|
|
14320
|
+
W(this, vr, (t) => {
|
|
14321
14321
|
if (!er && window.addEventListener) {
|
|
14322
14322
|
const n = () => t();
|
|
14323
14323
|
return window.addEventListener("visibilitychange", n, !1), () => {
|
|
@@ -14327,20 +14327,20 @@ var Bn, yn, vr, tu, d4 = (tu = class extends Vr {
|
|
|
14327
14327
|
});
|
|
14328
14328
|
}
|
|
14329
14329
|
onSubscribe() {
|
|
14330
|
-
|
|
14330
|
+
_(this, yn) || this.setEventListener(_(this, vr));
|
|
14331
14331
|
}
|
|
14332
14332
|
onUnsubscribe() {
|
|
14333
14333
|
var t;
|
|
14334
|
-
this.hasListeners() || ((t =
|
|
14334
|
+
this.hasListeners() || ((t = _(this, yn)) == null || t.call(this), W(this, yn, void 0));
|
|
14335
14335
|
}
|
|
14336
14336
|
setEventListener(t) {
|
|
14337
14337
|
var n;
|
|
14338
|
-
|
|
14338
|
+
W(this, vr, t), (n = _(this, yn)) == null || n.call(this), W(this, yn, t((r) => {
|
|
14339
14339
|
typeof r == "boolean" ? this.setFocused(r) : this.onFocus();
|
|
14340
14340
|
}));
|
|
14341
14341
|
}
|
|
14342
14342
|
setFocused(t) {
|
|
14343
|
-
|
|
14343
|
+
_(this, Bn) !== t && (W(this, Bn, t), this.onFocus());
|
|
14344
14344
|
}
|
|
14345
14345
|
onFocus() {
|
|
14346
14346
|
const t = this.isFocused();
|
|
@@ -14350,7 +14350,7 @@ var Bn, yn, vr, tu, d4 = (tu = class extends Vr {
|
|
|
14350
14350
|
}
|
|
14351
14351
|
isFocused() {
|
|
14352
14352
|
var t;
|
|
14353
|
-
return typeof
|
|
14353
|
+
return typeof _(this, Bn) == "boolean" ? _(this, Bn) : ((t = globalThis.document) == null ? void 0 : t.visibilityState) !== "hidden";
|
|
14354
14354
|
}
|
|
14355
14355
|
}, Bn = new WeakMap(), yn = new WeakMap(), vr = new WeakMap(), tu), Ka = new d4(), yr, Cn, Cr, nu, f4 = (nu = class extends Vr {
|
|
14356
14356
|
constructor() {
|
|
@@ -14358,7 +14358,7 @@ var Bn, yn, vr, tu, d4 = (tu = class extends Vr {
|
|
|
14358
14358
|
K(this, yr, !0);
|
|
14359
14359
|
K(this, Cn);
|
|
14360
14360
|
K(this, Cr);
|
|
14361
|
-
|
|
14361
|
+
W(this, Cr, (t) => {
|
|
14362
14362
|
if (!er && window.addEventListener) {
|
|
14363
14363
|
const n = () => t(!0), r = () => t(!1);
|
|
14364
14364
|
return window.addEventListener("online", n, !1), window.addEventListener("offline", r, !1), () => {
|
|
@@ -14368,23 +14368,23 @@ var Bn, yn, vr, tu, d4 = (tu = class extends Vr {
|
|
|
14368
14368
|
});
|
|
14369
14369
|
}
|
|
14370
14370
|
onSubscribe() {
|
|
14371
|
-
|
|
14371
|
+
_(this, Cn) || this.setEventListener(_(this, Cr));
|
|
14372
14372
|
}
|
|
14373
14373
|
onUnsubscribe() {
|
|
14374
14374
|
var t;
|
|
14375
|
-
this.hasListeners() || ((t =
|
|
14375
|
+
this.hasListeners() || ((t = _(this, Cn)) == null || t.call(this), W(this, Cn, void 0));
|
|
14376
14376
|
}
|
|
14377
14377
|
setEventListener(t) {
|
|
14378
14378
|
var n;
|
|
14379
|
-
|
|
14379
|
+
W(this, Cr, t), (n = _(this, Cn)) == null || n.call(this), W(this, Cn, t(this.setOnline.bind(this)));
|
|
14380
14380
|
}
|
|
14381
14381
|
setOnline(t) {
|
|
14382
|
-
|
|
14382
|
+
_(this, yr) !== t && (W(this, yr, t), this.listeners.forEach((r) => {
|
|
14383
14383
|
r(t);
|
|
14384
14384
|
}));
|
|
14385
14385
|
}
|
|
14386
14386
|
isOnline() {
|
|
14387
|
-
return
|
|
14387
|
+
return _(this, yr);
|
|
14388
14388
|
}
|
|
14389
14389
|
}, yr = new WeakMap(), Cn = new WeakMap(), Cr = new WeakMap(), nu), Io = new f4();
|
|
14390
14390
|
function oa() {
|
|
@@ -14547,7 +14547,7 @@ var Ye = p4(), Gn, ru, y0 = (ru = class {
|
|
|
14547
14547
|
this.clearGcTimeout();
|
|
14548
14548
|
}
|
|
14549
14549
|
scheduleGc() {
|
|
14550
|
-
this.clearGcTimeout(), ta(this.gcTime) &&
|
|
14550
|
+
this.clearGcTimeout(), ta(this.gcTime) && W(this, Gn, setTimeout(() => {
|
|
14551
14551
|
this.optionalRemove();
|
|
14552
14552
|
}, this.gcTime));
|
|
14553
14553
|
}
|
|
@@ -14558,7 +14558,7 @@ var Ye = p4(), Gn, ru, y0 = (ru = class {
|
|
|
14558
14558
|
);
|
|
14559
14559
|
}
|
|
14560
14560
|
clearGcTimeout() {
|
|
14561
|
-
|
|
14561
|
+
_(this, Gn) && (clearTimeout(_(this, Gn)), W(this, Gn, void 0));
|
|
14562
14562
|
}
|
|
14563
14563
|
}, Gn = new WeakMap(), ru), Ir, Er, Ft, jn, rt, fi, Vn, Bt, an, iu, g4 = (iu = class extends y0 {
|
|
14564
14564
|
constructor(t) {
|
|
@@ -14571,20 +14571,20 @@ var Ye = p4(), Gn, ru, y0 = (ru = class {
|
|
|
14571
14571
|
K(this, rt);
|
|
14572
14572
|
K(this, fi);
|
|
14573
14573
|
K(this, Vn);
|
|
14574
|
-
|
|
14574
|
+
W(this, Vn, !1), W(this, fi, t.defaultOptions), this.setOptions(t.options), this.observers = [], W(this, jn, t.client), W(this, Ft, _(this, jn).getQueryCache()), this.queryKey = t.queryKey, this.queryHash = t.queryHash, W(this, Ir, m4(this.options)), this.state = t.state ?? _(this, Ir), this.scheduleGc();
|
|
14575
14575
|
}
|
|
14576
14576
|
get meta() {
|
|
14577
14577
|
return this.options.meta;
|
|
14578
14578
|
}
|
|
14579
14579
|
get promise() {
|
|
14580
14580
|
var t;
|
|
14581
|
-
return (t =
|
|
14581
|
+
return (t = _(this, rt)) == null ? void 0 : t.promise;
|
|
14582
14582
|
}
|
|
14583
14583
|
setOptions(t) {
|
|
14584
|
-
this.options = { ...
|
|
14584
|
+
this.options = { ..._(this, fi), ...t }, this.updateGcTime(this.options.gcTime);
|
|
14585
14585
|
}
|
|
14586
14586
|
optionalRemove() {
|
|
14587
|
-
!this.observers.length && this.state.fetchStatus === "idle" &&
|
|
14587
|
+
!this.observers.length && this.state.fetchStatus === "idle" && _(this, Ft).remove(this);
|
|
14588
14588
|
}
|
|
14589
14589
|
setData(t, n) {
|
|
14590
14590
|
const r = ia(this.state.data, t, this.options);
|
|
@@ -14600,14 +14600,14 @@ var Ye = p4(), Gn, ru, y0 = (ru = class {
|
|
|
14600
14600
|
}
|
|
14601
14601
|
cancel(t) {
|
|
14602
14602
|
var r, i;
|
|
14603
|
-
const n = (r =
|
|
14604
|
-
return (i =
|
|
14603
|
+
const n = (r = _(this, rt)) == null ? void 0 : r.promise;
|
|
14604
|
+
return (i = _(this, rt)) == null || i.cancel(t), n ? n.then(Dt).catch(Dt) : Promise.resolve();
|
|
14605
14605
|
}
|
|
14606
14606
|
destroy() {
|
|
14607
14607
|
super.destroy(), this.cancel({ silent: !0 });
|
|
14608
14608
|
}
|
|
14609
14609
|
reset() {
|
|
14610
|
-
this.destroy(), this.setState(
|
|
14610
|
+
this.destroy(), this.setState(_(this, Ir));
|
|
14611
14611
|
}
|
|
14612
14612
|
isActive() {
|
|
14613
14613
|
return this.observers.some(
|
|
@@ -14628,18 +14628,18 @@ var Ye = p4(), Gn, ru, y0 = (ru = class {
|
|
|
14628
14628
|
onFocus() {
|
|
14629
14629
|
var n;
|
|
14630
14630
|
const t = this.observers.find((r) => r.shouldFetchOnWindowFocus());
|
|
14631
|
-
t == null || t.refetch({ cancelRefetch: !1 }), (n =
|
|
14631
|
+
t == null || t.refetch({ cancelRefetch: !1 }), (n = _(this, rt)) == null || n.continue();
|
|
14632
14632
|
}
|
|
14633
14633
|
onOnline() {
|
|
14634
14634
|
var n;
|
|
14635
14635
|
const t = this.observers.find((r) => r.shouldFetchOnReconnect());
|
|
14636
|
-
t == null || t.refetch({ cancelRefetch: !1 }), (n =
|
|
14636
|
+
t == null || t.refetch({ cancelRefetch: !1 }), (n = _(this, rt)) == null || n.continue();
|
|
14637
14637
|
}
|
|
14638
14638
|
addObserver(t) {
|
|
14639
|
-
this.observers.includes(t) || (this.observers.push(t), this.clearGcTimeout(),
|
|
14639
|
+
this.observers.includes(t) || (this.observers.push(t), this.clearGcTimeout(), _(this, Ft).notify({ type: "observerAdded", query: this, observer: t }));
|
|
14640
14640
|
}
|
|
14641
14641
|
removeObserver(t) {
|
|
14642
|
-
this.observers.includes(t) && (this.observers = this.observers.filter((n) => n !== t), this.observers.length || (
|
|
14642
|
+
this.observers.includes(t) && (this.observers = this.observers.filter((n) => n !== t), this.observers.length || (_(this, rt) && (_(this, Vn) ? _(this, rt).cancel({ revert: !0 }) : _(this, rt).cancelRetry()), this.scheduleGc()), _(this, Ft).notify({ type: "observerRemoved", query: this, observer: t }));
|
|
14643
14643
|
}
|
|
14644
14644
|
getObserversCount() {
|
|
14645
14645
|
return this.observers.length;
|
|
@@ -14652,8 +14652,8 @@ var Ye = p4(), Gn, ru, y0 = (ru = class {
|
|
|
14652
14652
|
if (this.state.fetchStatus !== "idle") {
|
|
14653
14653
|
if (this.state.data !== void 0 && (n != null && n.cancelRefetch))
|
|
14654
14654
|
this.cancel({ silent: !0 });
|
|
14655
|
-
else if (
|
|
14656
|
-
return
|
|
14655
|
+
else if (_(this, rt))
|
|
14656
|
+
return _(this, rt).continueRetry(), _(this, rt).promise;
|
|
14657
14657
|
}
|
|
14658
14658
|
if (t && this.setOptions(t), !this.options.queryFn) {
|
|
14659
14659
|
const b = this.observers.find((v) => v.options.queryFn);
|
|
@@ -14665,15 +14665,15 @@ var Ye = p4(), Gn, ru, y0 = (ru = class {
|
|
|
14665
14665
|
const r = new AbortController(), i = (b) => {
|
|
14666
14666
|
Object.defineProperty(b, "signal", {
|
|
14667
14667
|
enumerable: !0,
|
|
14668
|
-
get: () => (
|
|
14668
|
+
get: () => (W(this, Vn, !0), r.signal)
|
|
14669
14669
|
});
|
|
14670
14670
|
}, o = () => {
|
|
14671
14671
|
const b = g0(this.options, n), v = {
|
|
14672
|
-
client:
|
|
14672
|
+
client: _(this, jn),
|
|
14673
14673
|
queryKey: this.queryKey,
|
|
14674
14674
|
meta: this.meta
|
|
14675
14675
|
};
|
|
14676
|
-
return i(v),
|
|
14676
|
+
return i(v), W(this, Vn, !1), this.options.persister ? this.options.persister(
|
|
14677
14677
|
b,
|
|
14678
14678
|
v,
|
|
14679
14679
|
this
|
|
@@ -14682,31 +14682,31 @@ var Ye = p4(), Gn, ru, y0 = (ru = class {
|
|
|
14682
14682
|
fetchOptions: n,
|
|
14683
14683
|
options: this.options,
|
|
14684
14684
|
queryKey: this.queryKey,
|
|
14685
|
-
client:
|
|
14685
|
+
client: _(this, jn),
|
|
14686
14686
|
state: this.state,
|
|
14687
14687
|
fetchFn: o
|
|
14688
14688
|
};
|
|
14689
14689
|
i(s), (a = this.options.behavior) == null || a.onFetch(
|
|
14690
14690
|
s,
|
|
14691
14691
|
this
|
|
14692
|
-
),
|
|
14692
|
+
), W(this, Er, this.state), (this.state.fetchStatus === "idle" || this.state.fetchMeta !== ((c = s.fetchOptions) == null ? void 0 : c.meta)) && de(this, Bt, an).call(this, { type: "fetch", meta: (u = s.fetchOptions) == null ? void 0 : u.meta });
|
|
14693
14693
|
const l = (b) => {
|
|
14694
14694
|
var v, C, g, h;
|
|
14695
14695
|
Is(b) && b.silent || de(this, Bt, an).call(this, {
|
|
14696
14696
|
type: "error",
|
|
14697
14697
|
error: b
|
|
14698
|
-
}), Is(b) || ((C = (v =
|
|
14698
|
+
}), Is(b) || ((C = (v = _(this, Ft).config).onError) == null || C.call(
|
|
14699
14699
|
v,
|
|
14700
14700
|
b,
|
|
14701
14701
|
this
|
|
14702
|
-
), (h = (g =
|
|
14702
|
+
), (h = (g = _(this, Ft).config).onSettled) == null || h.call(
|
|
14703
14703
|
g,
|
|
14704
14704
|
this.state.data,
|
|
14705
14705
|
b,
|
|
14706
14706
|
this
|
|
14707
14707
|
)), this.scheduleGc();
|
|
14708
14708
|
};
|
|
14709
|
-
return
|
|
14709
|
+
return W(this, rt, v0({
|
|
14710
14710
|
initialPromise: n == null ? void 0 : n.initialPromise,
|
|
14711
14711
|
fn: s.fetchFn,
|
|
14712
14712
|
abort: r.abort.bind(r),
|
|
@@ -14724,7 +14724,7 @@ var Ye = p4(), Gn, ru, y0 = (ru = class {
|
|
|
14724
14724
|
l(d);
|
|
14725
14725
|
return;
|
|
14726
14726
|
}
|
|
14727
|
-
(C = (v =
|
|
14727
|
+
(C = (v = _(this, Ft).config).onSuccess) == null || C.call(v, b, this), (h = (g = _(this, Ft).config).onSettled) == null || h.call(
|
|
14728
14728
|
g,
|
|
14729
14729
|
b,
|
|
14730
14730
|
this.state.error,
|
|
@@ -14745,7 +14745,7 @@ var Ye = p4(), Gn, ru, y0 = (ru = class {
|
|
|
14745
14745
|
retryDelay: s.options.retryDelay,
|
|
14746
14746
|
networkMode: s.options.networkMode,
|
|
14747
14747
|
canRun: () => !0
|
|
14748
|
-
})),
|
|
14748
|
+
})), _(this, rt).start();
|
|
14749
14749
|
}
|
|
14750
14750
|
}, Ir = new WeakMap(), Er = new WeakMap(), Ft = new WeakMap(), jn = new WeakMap(), rt = new WeakMap(), fi = new WeakMap(), Vn = new WeakMap(), Bt = new WeakSet(), an = function(t) {
|
|
14751
14751
|
const n = (r) => {
|
|
@@ -14789,7 +14789,7 @@ var Ye = p4(), Gn, ru, y0 = (ru = class {
|
|
|
14789
14789
|
};
|
|
14790
14790
|
case "error":
|
|
14791
14791
|
const i = t.error;
|
|
14792
|
-
return Is(i) && i.revert &&
|
|
14792
|
+
return Is(i) && i.revert && _(this, Er) ? { ..._(this, Er), fetchStatus: "idle" } : {
|
|
14793
14793
|
...r,
|
|
14794
14794
|
error: i,
|
|
14795
14795
|
errorUpdateCount: r.errorUpdateCount + 1,
|
|
@@ -14814,7 +14814,7 @@ var Ye = p4(), Gn, ru, y0 = (ru = class {
|
|
|
14814
14814
|
this.state = n(this.state), Ye.batch(() => {
|
|
14815
14815
|
this.observers.forEach((r) => {
|
|
14816
14816
|
r.onQueryUpdate();
|
|
14817
|
-
}),
|
|
14817
|
+
}), _(this, Ft).notify({ query: this, type: "updated", action: t });
|
|
14818
14818
|
});
|
|
14819
14819
|
}, iu);
|
|
14820
14820
|
function C0(e, t) {
|
|
@@ -14849,7 +14849,7 @@ var Zt, ou, b4 = (ou = class extends Vr {
|
|
|
14849
14849
|
constructor(t = {}) {
|
|
14850
14850
|
super();
|
|
14851
14851
|
K(this, Zt);
|
|
14852
|
-
this.config = t,
|
|
14852
|
+
this.config = t, W(this, Zt, /* @__PURE__ */ new Map());
|
|
14853
14853
|
}
|
|
14854
14854
|
build(t, n, r) {
|
|
14855
14855
|
const i = n.queryKey, o = n.queryHash ?? qa(i, n);
|
|
@@ -14864,14 +14864,14 @@ var Zt, ou, b4 = (ou = class extends Vr {
|
|
|
14864
14864
|
}), this.add(s)), s;
|
|
14865
14865
|
}
|
|
14866
14866
|
add(t) {
|
|
14867
|
-
|
|
14867
|
+
_(this, Zt).has(t.queryHash) || (_(this, Zt).set(t.queryHash, t), this.notify({
|
|
14868
14868
|
type: "added",
|
|
14869
14869
|
query: t
|
|
14870
14870
|
}));
|
|
14871
14871
|
}
|
|
14872
14872
|
remove(t) {
|
|
14873
|
-
const n =
|
|
14874
|
-
n && (t.destroy(), n === t &&
|
|
14873
|
+
const n = _(this, Zt).get(t.queryHash);
|
|
14874
|
+
n && (t.destroy(), n === t && _(this, Zt).delete(t.queryHash), this.notify({ type: "removed", query: t }));
|
|
14875
14875
|
}
|
|
14876
14876
|
clear() {
|
|
14877
14877
|
Ye.batch(() => {
|
|
@@ -14881,10 +14881,10 @@ var Zt, ou, b4 = (ou = class extends Vr {
|
|
|
14881
14881
|
});
|
|
14882
14882
|
}
|
|
14883
14883
|
get(t) {
|
|
14884
|
-
return
|
|
14884
|
+
return _(this, Zt).get(t);
|
|
14885
14885
|
}
|
|
14886
14886
|
getAll() {
|
|
14887
|
-
return [...
|
|
14887
|
+
return [..._(this, Zt).values()];
|
|
14888
14888
|
}
|
|
14889
14889
|
find(t) {
|
|
14890
14890
|
const n = { exact: !0, ...t };
|
|
@@ -14924,7 +14924,7 @@ var Zt, ou, b4 = (ou = class extends Vr {
|
|
|
14924
14924
|
K(this, Xt);
|
|
14925
14925
|
K(this, ot);
|
|
14926
14926
|
K(this, Hn);
|
|
14927
|
-
this.mutationId = t.mutationId,
|
|
14927
|
+
this.mutationId = t.mutationId, W(this, ot, t.mutationCache), W(this, Xt, []), this.state = t.state || I0(), this.setOptions(t.options), this.scheduleGc();
|
|
14928
14928
|
}
|
|
14929
14929
|
setOptions(t) {
|
|
14930
14930
|
this.options = t, this.updateGcTime(this.options.gcTime);
|
|
@@ -14933,33 +14933,33 @@ var Zt, ou, b4 = (ou = class extends Vr {
|
|
|
14933
14933
|
return this.options.meta;
|
|
14934
14934
|
}
|
|
14935
14935
|
addObserver(t) {
|
|
14936
|
-
|
|
14936
|
+
_(this, Xt).includes(t) || (_(this, Xt).push(t), this.clearGcTimeout(), _(this, ot).notify({
|
|
14937
14937
|
type: "observerAdded",
|
|
14938
14938
|
mutation: this,
|
|
14939
14939
|
observer: t
|
|
14940
14940
|
}));
|
|
14941
14941
|
}
|
|
14942
14942
|
removeObserver(t) {
|
|
14943
|
-
|
|
14943
|
+
W(this, Xt, _(this, Xt).filter((n) => n !== t)), this.scheduleGc(), _(this, ot).notify({
|
|
14944
14944
|
type: "observerRemoved",
|
|
14945
14945
|
mutation: this,
|
|
14946
14946
|
observer: t
|
|
14947
14947
|
});
|
|
14948
14948
|
}
|
|
14949
14949
|
optionalRemove() {
|
|
14950
|
-
|
|
14950
|
+
_(this, Xt).length || (this.state.status === "pending" ? this.scheduleGc() : _(this, ot).remove(this));
|
|
14951
14951
|
}
|
|
14952
14952
|
continue() {
|
|
14953
14953
|
var t;
|
|
14954
|
-
return ((t =
|
|
14954
|
+
return ((t = _(this, Hn)) == null ? void 0 : t.continue()) ?? // continuing a mutation assumes that variables are set, mutation must have been dehydrated before
|
|
14955
14955
|
this.execute(this.state.variables);
|
|
14956
14956
|
}
|
|
14957
14957
|
async execute(t) {
|
|
14958
14958
|
var i, o, s, l, a, c, u, b, v, C, g, h, d, f, p, m, I, y, x, w;
|
|
14959
|
-
|
|
14959
|
+
W(this, Hn, v0({
|
|
14960
14960
|
fn: () => this.options.mutationFn ? this.options.mutationFn(t) : Promise.reject(new Error("No mutationFn found")),
|
|
14961
|
-
onFail: (A,
|
|
14962
|
-
de(this, Ut, vn).call(this, { type: "failed", failureCount: A, error:
|
|
14961
|
+
onFail: (A, S) => {
|
|
14962
|
+
de(this, Ut, vn).call(this, { type: "failed", failureCount: A, error: S });
|
|
14963
14963
|
},
|
|
14964
14964
|
onPause: () => {
|
|
14965
14965
|
de(this, Ut, vn).call(this, { type: "pause" });
|
|
@@ -14970,32 +14970,32 @@ var Zt, ou, b4 = (ou = class extends Vr {
|
|
|
14970
14970
|
retry: this.options.retry ?? 0,
|
|
14971
14971
|
retryDelay: this.options.retryDelay,
|
|
14972
14972
|
networkMode: this.options.networkMode,
|
|
14973
|
-
canRun: () =>
|
|
14973
|
+
canRun: () => _(this, ot).canRun(this)
|
|
14974
14974
|
}));
|
|
14975
|
-
const n = this.state.status === "pending", r = !
|
|
14975
|
+
const n = this.state.status === "pending", r = !_(this, Hn).canStart();
|
|
14976
14976
|
try {
|
|
14977
14977
|
if (!n) {
|
|
14978
|
-
de(this, Ut, vn).call(this, { type: "pending", variables: t, isPaused: r }), await ((o = (i =
|
|
14978
|
+
de(this, Ut, vn).call(this, { type: "pending", variables: t, isPaused: r }), await ((o = (i = _(this, ot).config).onMutate) == null ? void 0 : o.call(
|
|
14979
14979
|
i,
|
|
14980
14980
|
t,
|
|
14981
14981
|
this
|
|
14982
14982
|
));
|
|
14983
|
-
const
|
|
14984
|
-
|
|
14983
|
+
const S = await ((l = (s = this.options).onMutate) == null ? void 0 : l.call(s, t));
|
|
14984
|
+
S !== this.state.context && de(this, Ut, vn).call(this, {
|
|
14985
14985
|
type: "pending",
|
|
14986
|
-
context:
|
|
14986
|
+
context: S,
|
|
14987
14987
|
variables: t,
|
|
14988
14988
|
isPaused: r
|
|
14989
14989
|
});
|
|
14990
14990
|
}
|
|
14991
|
-
const A = await
|
|
14992
|
-
return await ((c = (a =
|
|
14991
|
+
const A = await _(this, Hn).start();
|
|
14992
|
+
return await ((c = (a = _(this, ot).config).onSuccess) == null ? void 0 : c.call(
|
|
14993
14993
|
a,
|
|
14994
14994
|
A,
|
|
14995
14995
|
t,
|
|
14996
14996
|
this.state.context,
|
|
14997
14997
|
this
|
|
14998
|
-
)), await ((b = (u = this.options).onSuccess) == null ? void 0 : b.call(u, A, t, this.state.context)), await ((C = (v =
|
|
14998
|
+
)), await ((b = (u = this.options).onSuccess) == null ? void 0 : b.call(u, A, t, this.state.context)), await ((C = (v = _(this, ot).config).onSettled) == null ? void 0 : C.call(
|
|
14999
14999
|
v,
|
|
15000
15000
|
A,
|
|
15001
15001
|
null,
|
|
@@ -15005,7 +15005,7 @@ var Zt, ou, b4 = (ou = class extends Vr {
|
|
|
15005
15005
|
)), await ((h = (g = this.options).onSettled) == null ? void 0 : h.call(g, A, null, t, this.state.context)), de(this, Ut, vn).call(this, { type: "success", data: A }), A;
|
|
15006
15006
|
} catch (A) {
|
|
15007
15007
|
try {
|
|
15008
|
-
throw await ((f = (d =
|
|
15008
|
+
throw await ((f = (d = _(this, ot).config).onError) == null ? void 0 : f.call(
|
|
15009
15009
|
d,
|
|
15010
15010
|
A,
|
|
15011
15011
|
t,
|
|
@@ -15016,7 +15016,7 @@ var Zt, ou, b4 = (ou = class extends Vr {
|
|
|
15016
15016
|
A,
|
|
15017
15017
|
t,
|
|
15018
15018
|
this.state.context
|
|
15019
|
-
)), await ((y = (I =
|
|
15019
|
+
)), await ((y = (I = _(this, ot).config).onSettled) == null ? void 0 : y.call(
|
|
15020
15020
|
I,
|
|
15021
15021
|
void 0,
|
|
15022
15022
|
A,
|
|
@@ -15034,7 +15034,7 @@ var Zt, ou, b4 = (ou = class extends Vr {
|
|
|
15034
15034
|
de(this, Ut, vn).call(this, { type: "error", error: A });
|
|
15035
15035
|
}
|
|
15036
15036
|
} finally {
|
|
15037
|
-
|
|
15037
|
+
_(this, ot).runNext(this);
|
|
15038
15038
|
}
|
|
15039
15039
|
}
|
|
15040
15040
|
}, Xt = new WeakMap(), ot = new WeakMap(), Hn = new WeakMap(), Ut = new WeakSet(), vn = function(t) {
|
|
@@ -15092,9 +15092,9 @@ var Zt, ou, b4 = (ou = class extends Vr {
|
|
|
15092
15092
|
}
|
|
15093
15093
|
};
|
|
15094
15094
|
this.state = n(this.state), Ye.batch(() => {
|
|
15095
|
-
|
|
15095
|
+
_(this, Xt).forEach((r) => {
|
|
15096
15096
|
r.onMutationUpdate(t);
|
|
15097
|
-
}),
|
|
15097
|
+
}), _(this, ot).notify({
|
|
15098
15098
|
mutation: this,
|
|
15099
15099
|
type: "updated",
|
|
15100
15100
|
action: t
|
|
@@ -15120,7 +15120,7 @@ var cn, Gt, hi, au, y4 = (au = class extends Vr {
|
|
|
15120
15120
|
K(this, cn);
|
|
15121
15121
|
K(this, Gt);
|
|
15122
15122
|
K(this, hi);
|
|
15123
|
-
this.config = t,
|
|
15123
|
+
this.config = t, W(this, cn, /* @__PURE__ */ new Set()), W(this, Gt, /* @__PURE__ */ new Map()), W(this, hi, 0);
|
|
15124
15124
|
}
|
|
15125
15125
|
build(t, n, r) {
|
|
15126
15126
|
const i = new v4({
|
|
@@ -15132,24 +15132,24 @@ var cn, Gt, hi, au, y4 = (au = class extends Vr {
|
|
|
15132
15132
|
return this.add(i), i;
|
|
15133
15133
|
}
|
|
15134
15134
|
add(t) {
|
|
15135
|
-
|
|
15135
|
+
_(this, cn).add(t);
|
|
15136
15136
|
const n = ki(t);
|
|
15137
15137
|
if (typeof n == "string") {
|
|
15138
|
-
const r =
|
|
15139
|
-
r ? r.push(t) :
|
|
15138
|
+
const r = _(this, Gt).get(n);
|
|
15139
|
+
r ? r.push(t) : _(this, Gt).set(n, [t]);
|
|
15140
15140
|
}
|
|
15141
15141
|
this.notify({ type: "added", mutation: t });
|
|
15142
15142
|
}
|
|
15143
15143
|
remove(t) {
|
|
15144
|
-
if (
|
|
15144
|
+
if (_(this, cn).delete(t)) {
|
|
15145
15145
|
const n = ki(t);
|
|
15146
15146
|
if (typeof n == "string") {
|
|
15147
|
-
const r =
|
|
15147
|
+
const r = _(this, Gt).get(n);
|
|
15148
15148
|
if (r)
|
|
15149
15149
|
if (r.length > 1) {
|
|
15150
15150
|
const i = r.indexOf(t);
|
|
15151
15151
|
i !== -1 && r.splice(i, 1);
|
|
15152
|
-
} else r[0] === t &&
|
|
15152
|
+
} else r[0] === t && _(this, Gt).delete(n);
|
|
15153
15153
|
}
|
|
15154
15154
|
}
|
|
15155
15155
|
this.notify({ type: "removed", mutation: t });
|
|
@@ -15157,7 +15157,7 @@ var cn, Gt, hi, au, y4 = (au = class extends Vr {
|
|
|
15157
15157
|
canRun(t) {
|
|
15158
15158
|
const n = ki(t);
|
|
15159
15159
|
if (typeof n == "string") {
|
|
15160
|
-
const r =
|
|
15160
|
+
const r = _(this, Gt).get(n), i = r == null ? void 0 : r.find(
|
|
15161
15161
|
(o) => o.state.status === "pending"
|
|
15162
15162
|
);
|
|
15163
15163
|
return !i || i === t;
|
|
@@ -15168,20 +15168,20 @@ var cn, Gt, hi, au, y4 = (au = class extends Vr {
|
|
|
15168
15168
|
var r;
|
|
15169
15169
|
const n = ki(t);
|
|
15170
15170
|
if (typeof n == "string") {
|
|
15171
|
-
const i = (r =
|
|
15171
|
+
const i = (r = _(this, Gt).get(n)) == null ? void 0 : r.find((o) => o !== t && o.state.isPaused);
|
|
15172
15172
|
return (i == null ? void 0 : i.continue()) ?? Promise.resolve();
|
|
15173
15173
|
} else
|
|
15174
15174
|
return Promise.resolve();
|
|
15175
15175
|
}
|
|
15176
15176
|
clear() {
|
|
15177
15177
|
Ye.batch(() => {
|
|
15178
|
-
|
|
15178
|
+
_(this, cn).forEach((t) => {
|
|
15179
15179
|
this.notify({ type: "removed", mutation: t });
|
|
15180
|
-
}),
|
|
15180
|
+
}), _(this, cn).clear(), _(this, Gt).clear();
|
|
15181
15181
|
});
|
|
15182
15182
|
}
|
|
15183
15183
|
getAll() {
|
|
15184
|
-
return Array.from(
|
|
15184
|
+
return Array.from(_(this, cn));
|
|
15185
15185
|
}
|
|
15186
15186
|
find(t) {
|
|
15187
15187
|
const n = { exact: !0, ...t };
|
|
@@ -15242,10 +15242,10 @@ function Jl(e) {
|
|
|
15242
15242
|
d(x);
|
|
15243
15243
|
const w = await f(
|
|
15244
15244
|
x
|
|
15245
|
-
), { maxPages: A } = t.options,
|
|
15245
|
+
), { maxPages: A } = t.options, S = y ? u4 : l4;
|
|
15246
15246
|
return {
|
|
15247
|
-
pages:
|
|
15248
|
-
pageParams:
|
|
15247
|
+
pages: S(m.pages, w, A),
|
|
15248
|
+
pageParams: S(m.pageParams, I, A)
|
|
15249
15249
|
};
|
|
15250
15250
|
};
|
|
15251
15251
|
if (i && o.length) {
|
|
@@ -15305,50 +15305,50 @@ var Me, In, En, xr, wr, xn, Ar, Tr, cu, I4 = (cu = class {
|
|
|
15305
15305
|
K(this, xn);
|
|
15306
15306
|
K(this, Ar);
|
|
15307
15307
|
K(this, Tr);
|
|
15308
|
-
|
|
15308
|
+
W(this, Me, e.queryCache || new b4()), W(this, In, e.mutationCache || new y4()), W(this, En, e.defaultOptions || {}), W(this, xr, /* @__PURE__ */ new Map()), W(this, wr, /* @__PURE__ */ new Map()), W(this, xn, 0);
|
|
15309
15309
|
}
|
|
15310
15310
|
mount() {
|
|
15311
|
-
wi(this, xn)._++,
|
|
15312
|
-
e && (await this.resumePausedMutations(),
|
|
15313
|
-
})),
|
|
15314
|
-
e && (await this.resumePausedMutations(),
|
|
15311
|
+
wi(this, xn)._++, _(this, xn) === 1 && (W(this, Ar, Ka.subscribe(async (e) => {
|
|
15312
|
+
e && (await this.resumePausedMutations(), _(this, Me).onFocus());
|
|
15313
|
+
})), W(this, Tr, Io.subscribe(async (e) => {
|
|
15314
|
+
e && (await this.resumePausedMutations(), _(this, Me).onOnline());
|
|
15315
15315
|
})));
|
|
15316
15316
|
}
|
|
15317
15317
|
unmount() {
|
|
15318
15318
|
var e, t;
|
|
15319
|
-
wi(this, xn)._--,
|
|
15319
|
+
wi(this, xn)._--, _(this, xn) === 0 && ((e = _(this, Ar)) == null || e.call(this), W(this, Ar, void 0), (t = _(this, Tr)) == null || t.call(this), W(this, Tr, void 0));
|
|
15320
15320
|
}
|
|
15321
15321
|
isFetching(e) {
|
|
15322
|
-
return
|
|
15322
|
+
return _(this, Me).findAll({ ...e, fetchStatus: "fetching" }).length;
|
|
15323
15323
|
}
|
|
15324
15324
|
isMutating(e) {
|
|
15325
|
-
return
|
|
15325
|
+
return _(this, In).findAll({ ...e, status: "pending" }).length;
|
|
15326
15326
|
}
|
|
15327
15327
|
getQueryData(e) {
|
|
15328
15328
|
var n;
|
|
15329
15329
|
const t = this.defaultQueryOptions({ queryKey: e });
|
|
15330
|
-
return (n =
|
|
15330
|
+
return (n = _(this, Me).get(t.queryHash)) == null ? void 0 : n.state.data;
|
|
15331
15331
|
}
|
|
15332
15332
|
ensureQueryData(e) {
|
|
15333
|
-
const t = this.defaultQueryOptions(e), n =
|
|
15333
|
+
const t = this.defaultQueryOptions(e), n = _(this, Me).build(this, t), r = n.state.data;
|
|
15334
15334
|
return r === void 0 ? this.fetchQuery(e) : (e.revalidateIfStale && n.isStaleByTime(br(t.staleTime, n)) && this.prefetchQuery(t), Promise.resolve(r));
|
|
15335
15335
|
}
|
|
15336
15336
|
getQueriesData(e) {
|
|
15337
|
-
return
|
|
15337
|
+
return _(this, Me).findAll(e).map(({ queryKey: t, state: n }) => {
|
|
15338
15338
|
const r = n.data;
|
|
15339
15339
|
return [t, r];
|
|
15340
15340
|
});
|
|
15341
15341
|
}
|
|
15342
15342
|
setQueryData(e, t, n) {
|
|
15343
|
-
const r = this.defaultQueryOptions({ queryKey: e }), i =
|
|
15343
|
+
const r = this.defaultQueryOptions({ queryKey: e }), i = _(this, Me).get(
|
|
15344
15344
|
r.queryHash
|
|
15345
15345
|
), o = i == null ? void 0 : i.state.data, s = a4(t, o);
|
|
15346
15346
|
if (s !== void 0)
|
|
15347
|
-
return
|
|
15347
|
+
return _(this, Me).build(this, r).setData(s, { ...n, manual: !0 });
|
|
15348
15348
|
}
|
|
15349
15349
|
setQueriesData(e, t, n) {
|
|
15350
15350
|
return Ye.batch(
|
|
15351
|
-
() =>
|
|
15351
|
+
() => _(this, Me).findAll(e).map(({ queryKey: r }) => [
|
|
15352
15352
|
r,
|
|
15353
15353
|
this.setQueryData(r, t, n)
|
|
15354
15354
|
])
|
|
@@ -15357,12 +15357,12 @@ var Me, In, En, xr, wr, xn, Ar, Tr, cu, I4 = (cu = class {
|
|
|
15357
15357
|
getQueryState(e) {
|
|
15358
15358
|
var n;
|
|
15359
15359
|
const t = this.defaultQueryOptions({ queryKey: e });
|
|
15360
|
-
return (n =
|
|
15360
|
+
return (n = _(this, Me).get(
|
|
15361
15361
|
t.queryHash
|
|
15362
15362
|
)) == null ? void 0 : n.state;
|
|
15363
15363
|
}
|
|
15364
15364
|
removeQueries(e) {
|
|
15365
|
-
const t =
|
|
15365
|
+
const t = _(this, Me);
|
|
15366
15366
|
Ye.batch(() => {
|
|
15367
15367
|
t.findAll(e).forEach((n) => {
|
|
15368
15368
|
t.remove(n);
|
|
@@ -15370,7 +15370,7 @@ var Me, In, En, xr, wr, xn, Ar, Tr, cu, I4 = (cu = class {
|
|
|
15370
15370
|
});
|
|
15371
15371
|
}
|
|
15372
15372
|
resetQueries(e, t) {
|
|
15373
|
-
const n =
|
|
15373
|
+
const n = _(this, Me);
|
|
15374
15374
|
return Ye.batch(() => (n.findAll(e).forEach((r) => {
|
|
15375
15375
|
r.reset();
|
|
15376
15376
|
}), this.refetchQueries(
|
|
@@ -15383,12 +15383,12 @@ var Me, In, En, xr, wr, xn, Ar, Tr, cu, I4 = (cu = class {
|
|
|
15383
15383
|
}
|
|
15384
15384
|
cancelQueries(e, t = {}) {
|
|
15385
15385
|
const n = { revert: !0, ...t }, r = Ye.batch(
|
|
15386
|
-
() =>
|
|
15386
|
+
() => _(this, Me).findAll(e).map((i) => i.cancel(n))
|
|
15387
15387
|
);
|
|
15388
15388
|
return Promise.all(r).then(Dt).catch(Dt);
|
|
15389
15389
|
}
|
|
15390
15390
|
invalidateQueries(e, t = {}) {
|
|
15391
|
-
return Ye.batch(() => (
|
|
15391
|
+
return Ye.batch(() => (_(this, Me).findAll(e).forEach((n) => {
|
|
15392
15392
|
n.invalidate();
|
|
15393
15393
|
}), (e == null ? void 0 : e.refetchType) === "none" ? Promise.resolve() : this.refetchQueries(
|
|
15394
15394
|
{
|
|
@@ -15403,7 +15403,7 @@ var Me, In, En, xr, wr, xn, Ar, Tr, cu, I4 = (cu = class {
|
|
|
15403
15403
|
...t,
|
|
15404
15404
|
cancelRefetch: t.cancelRefetch ?? !0
|
|
15405
15405
|
}, r = Ye.batch(
|
|
15406
|
-
() =>
|
|
15406
|
+
() => _(this, Me).findAll(e).filter((i) => !i.isDisabled()).map((i) => {
|
|
15407
15407
|
let o = i.fetch(void 0, n);
|
|
15408
15408
|
return n.throwOnError || (o = o.catch(Dt)), i.state.fetchStatus === "paused" ? Promise.resolve() : o;
|
|
15409
15409
|
})
|
|
@@ -15413,7 +15413,7 @@ var Me, In, En, xr, wr, xn, Ar, Tr, cu, I4 = (cu = class {
|
|
|
15413
15413
|
fetchQuery(e) {
|
|
15414
15414
|
const t = this.defaultQueryOptions(e);
|
|
15415
15415
|
t.retry === void 0 && (t.retry = !1);
|
|
15416
|
-
const n =
|
|
15416
|
+
const n = _(this, Me).build(this, t);
|
|
15417
15417
|
return n.isStaleByTime(
|
|
15418
15418
|
br(t.staleTime, n)
|
|
15419
15419
|
) ? n.fetch(t) : Promise.resolve(n.state.data);
|
|
@@ -15431,40 +15431,40 @@ var Me, In, En, xr, wr, xn, Ar, Tr, cu, I4 = (cu = class {
|
|
|
15431
15431
|
return e.behavior = Jl(e.pages), this.ensureQueryData(e);
|
|
15432
15432
|
}
|
|
15433
15433
|
resumePausedMutations() {
|
|
15434
|
-
return Io.isOnline() ?
|
|
15434
|
+
return Io.isOnline() ? _(this, In).resumePausedMutations() : Promise.resolve();
|
|
15435
15435
|
}
|
|
15436
15436
|
getQueryCache() {
|
|
15437
|
-
return
|
|
15437
|
+
return _(this, Me);
|
|
15438
15438
|
}
|
|
15439
15439
|
getMutationCache() {
|
|
15440
|
-
return
|
|
15440
|
+
return _(this, In);
|
|
15441
15441
|
}
|
|
15442
15442
|
getDefaultOptions() {
|
|
15443
|
-
return
|
|
15443
|
+
return _(this, En);
|
|
15444
15444
|
}
|
|
15445
15445
|
setDefaultOptions(e) {
|
|
15446
|
-
|
|
15446
|
+
W(this, En, e);
|
|
15447
15447
|
}
|
|
15448
15448
|
setQueryDefaults(e, t) {
|
|
15449
|
-
|
|
15449
|
+
_(this, xr).set(tr(e), {
|
|
15450
15450
|
queryKey: e,
|
|
15451
15451
|
defaultOptions: t
|
|
15452
15452
|
});
|
|
15453
15453
|
}
|
|
15454
15454
|
getQueryDefaults(e) {
|
|
15455
|
-
const t = [...
|
|
15455
|
+
const t = [..._(this, xr).values()], n = {};
|
|
15456
15456
|
return t.forEach((r) => {
|
|
15457
15457
|
di(e, r.queryKey) && Object.assign(n, r.defaultOptions);
|
|
15458
15458
|
}), n;
|
|
15459
15459
|
}
|
|
15460
15460
|
setMutationDefaults(e, t) {
|
|
15461
|
-
|
|
15461
|
+
_(this, wr).set(tr(e), {
|
|
15462
15462
|
mutationKey: e,
|
|
15463
15463
|
defaultOptions: t
|
|
15464
15464
|
});
|
|
15465
15465
|
}
|
|
15466
15466
|
getMutationDefaults(e) {
|
|
15467
|
-
const t = [...
|
|
15467
|
+
const t = [..._(this, wr).values()], n = {};
|
|
15468
15468
|
return t.forEach((r) => {
|
|
15469
15469
|
di(e, r.mutationKey) && Object.assign(n, r.defaultOptions);
|
|
15470
15470
|
}), n;
|
|
@@ -15473,7 +15473,7 @@ var Me, In, En, xr, wr, xn, Ar, Tr, cu, I4 = (cu = class {
|
|
|
15473
15473
|
if (e._defaulted)
|
|
15474
15474
|
return e;
|
|
15475
15475
|
const t = {
|
|
15476
|
-
...
|
|
15476
|
+
..._(this, En).queries,
|
|
15477
15477
|
...this.getQueryDefaults(e.queryKey),
|
|
15478
15478
|
...e,
|
|
15479
15479
|
_defaulted: !0
|
|
@@ -15485,14 +15485,14 @@ var Me, In, En, xr, wr, xn, Ar, Tr, cu, I4 = (cu = class {
|
|
|
15485
15485
|
}
|
|
15486
15486
|
defaultMutationOptions(e) {
|
|
15487
15487
|
return e != null && e._defaulted ? e : {
|
|
15488
|
-
...
|
|
15488
|
+
..._(this, En).mutations,
|
|
15489
15489
|
...(e == null ? void 0 : e.mutationKey) && this.getMutationDefaults(e.mutationKey),
|
|
15490
15490
|
...e,
|
|
15491
15491
|
_defaulted: !0
|
|
15492
15492
|
};
|
|
15493
15493
|
}
|
|
15494
15494
|
clear() {
|
|
15495
|
-
|
|
15495
|
+
_(this, Me).clear(), _(this, In).clear();
|
|
15496
15496
|
}
|
|
15497
15497
|
}, Me = new WeakMap(), In = new WeakMap(), En = new WeakMap(), xr = new WeakMap(), wr = new WeakMap(), xn = new WeakMap(), Ar = new WeakMap(), Tr = new WeakMap(), cu), dt, me, pi, st, Wn, _r, wn, zt, gi, Sr, Rr, Zn, Xn, An, Or, Se, qr, sa, aa, ca, la, ua, da, fa, E0, lu, E4 = (lu = class extends Vr {
|
|
15498
15498
|
constructor(t, n) {
|
|
@@ -15515,7 +15515,7 @@ var Me, In, En, xr, wr, xn, Ar, Tr, cu, I4 = (cu = class {
|
|
|
15515
15515
|
K(this, Xn);
|
|
15516
15516
|
K(this, An);
|
|
15517
15517
|
K(this, Or, /* @__PURE__ */ new Set());
|
|
15518
|
-
this.options = n,
|
|
15518
|
+
this.options = n, W(this, dt, t), W(this, zt, null), W(this, wn, oa()), this.options.experimental_prefetchInRender || _(this, wn).reject(
|
|
15519
15519
|
new Error("experimental_prefetchInRender feature flag is not enabled")
|
|
15520
15520
|
), this.bindMethods(), this.setOptions(n);
|
|
15521
15521
|
}
|
|
@@ -15523,55 +15523,55 @@ var Me, In, En, xr, wr, xn, Ar, Tr, cu, I4 = (cu = class {
|
|
|
15523
15523
|
this.refetch = this.refetch.bind(this);
|
|
15524
15524
|
}
|
|
15525
15525
|
onSubscribe() {
|
|
15526
|
-
this.listeners.size === 1 && (
|
|
15526
|
+
this.listeners.size === 1 && (_(this, me).addObserver(this), ql(_(this, me), this.options) ? de(this, Se, qr).call(this) : this.updateResult(), de(this, Se, la).call(this));
|
|
15527
15527
|
}
|
|
15528
15528
|
onUnsubscribe() {
|
|
15529
15529
|
this.hasListeners() || this.destroy();
|
|
15530
15530
|
}
|
|
15531
15531
|
shouldFetchOnReconnect() {
|
|
15532
15532
|
return ha(
|
|
15533
|
-
|
|
15533
|
+
_(this, me),
|
|
15534
15534
|
this.options,
|
|
15535
15535
|
this.options.refetchOnReconnect
|
|
15536
15536
|
);
|
|
15537
15537
|
}
|
|
15538
15538
|
shouldFetchOnWindowFocus() {
|
|
15539
15539
|
return ha(
|
|
15540
|
-
|
|
15540
|
+
_(this, me),
|
|
15541
15541
|
this.options,
|
|
15542
15542
|
this.options.refetchOnWindowFocus
|
|
15543
15543
|
);
|
|
15544
15544
|
}
|
|
15545
15545
|
destroy() {
|
|
15546
|
-
this.listeners = /* @__PURE__ */ new Set(), de(this, Se, ua).call(this), de(this, Se, da).call(this),
|
|
15546
|
+
this.listeners = /* @__PURE__ */ new Set(), de(this, Se, ua).call(this), de(this, Se, da).call(this), _(this, me).removeObserver(this);
|
|
15547
15547
|
}
|
|
15548
15548
|
setOptions(t, n) {
|
|
15549
|
-
const r = this.options, i =
|
|
15550
|
-
if (this.options =
|
|
15549
|
+
const r = this.options, i = _(this, me);
|
|
15550
|
+
if (this.options = _(this, dt).defaultQueryOptions(t), this.options.enabled !== void 0 && typeof this.options.enabled != "boolean" && typeof this.options.enabled != "function" && typeof jt(this.options.enabled, _(this, me)) != "boolean")
|
|
15551
15551
|
throw new Error(
|
|
15552
15552
|
"Expected enabled to be a boolean or a callback that returns a boolean"
|
|
15553
15553
|
);
|
|
15554
|
-
de(this, Se, fa).call(this),
|
|
15554
|
+
de(this, Se, fa).call(this), _(this, me).setOptions(this.options), r._defaulted && !yo(this.options, r) && _(this, dt).getQueryCache().notify({
|
|
15555
15555
|
type: "observerOptionsUpdated",
|
|
15556
|
-
query:
|
|
15556
|
+
query: _(this, me),
|
|
15557
15557
|
observer: this
|
|
15558
15558
|
});
|
|
15559
15559
|
const o = this.hasListeners();
|
|
15560
15560
|
o && Kl(
|
|
15561
|
-
|
|
15561
|
+
_(this, me),
|
|
15562
15562
|
i,
|
|
15563
15563
|
this.options,
|
|
15564
15564
|
r
|
|
15565
|
-
) && de(this, Se, qr).call(this), this.updateResult(n), o && (
|
|
15565
|
+
) && de(this, Se, qr).call(this), this.updateResult(n), o && (_(this, me) !== i || jt(this.options.enabled, _(this, me)) !== jt(r.enabled, _(this, me)) || br(this.options.staleTime, _(this, me)) !== br(r.staleTime, _(this, me))) && de(this, Se, sa).call(this);
|
|
15566
15566
|
const s = de(this, Se, aa).call(this);
|
|
15567
|
-
o && (
|
|
15567
|
+
o && (_(this, me) !== i || jt(this.options.enabled, _(this, me)) !== jt(r.enabled, _(this, me)) || s !== _(this, An)) && de(this, Se, ca).call(this, s);
|
|
15568
15568
|
}
|
|
15569
15569
|
getOptimisticResult(t) {
|
|
15570
|
-
const n =
|
|
15571
|
-
return w4(this, r) && (
|
|
15570
|
+
const n = _(this, dt).getQueryCache().build(_(this, dt), t), r = this.createResult(n, t);
|
|
15571
|
+
return w4(this, r) && (W(this, st, r), W(this, _r, this.options), W(this, Wn, _(this, me).state)), r;
|
|
15572
15572
|
}
|
|
15573
15573
|
getCurrentResult() {
|
|
15574
|
-
return
|
|
15574
|
+
return _(this, st);
|
|
15575
15575
|
}
|
|
15576
15576
|
trackResult(t, n) {
|
|
15577
15577
|
const r = {};
|
|
@@ -15584,10 +15584,10 @@ var Me, In, En, xr, wr, xn, Ar, Tr, cu, I4 = (cu = class {
|
|
|
15584
15584
|
}), r;
|
|
15585
15585
|
}
|
|
15586
15586
|
trackProp(t) {
|
|
15587
|
-
|
|
15587
|
+
_(this, Or).add(t);
|
|
15588
15588
|
}
|
|
15589
15589
|
getCurrentQuery() {
|
|
15590
|
-
return
|
|
15590
|
+
return _(this, me);
|
|
15591
15591
|
}
|
|
15592
15592
|
refetch({ ...t } = {}) {
|
|
15593
15593
|
return this.fetch({
|
|
@@ -15595,21 +15595,21 @@ var Me, In, En, xr, wr, xn, Ar, Tr, cu, I4 = (cu = class {
|
|
|
15595
15595
|
});
|
|
15596
15596
|
}
|
|
15597
15597
|
fetchOptimistic(t) {
|
|
15598
|
-
const n =
|
|
15598
|
+
const n = _(this, dt).defaultQueryOptions(t), r = _(this, dt).getQueryCache().build(_(this, dt), n);
|
|
15599
15599
|
return r.fetch().then(() => this.createResult(r, n));
|
|
15600
15600
|
}
|
|
15601
15601
|
fetch(t) {
|
|
15602
15602
|
return de(this, Se, qr).call(this, {
|
|
15603
15603
|
...t,
|
|
15604
15604
|
cancelRefetch: t.cancelRefetch ?? !0
|
|
15605
|
-
}).then(() => (this.updateResult(),
|
|
15605
|
+
}).then(() => (this.updateResult(), _(this, st)));
|
|
15606
15606
|
}
|
|
15607
15607
|
createResult(t, n) {
|
|
15608
15608
|
var A;
|
|
15609
|
-
const r =
|
|
15609
|
+
const r = _(this, me), i = this.options, o = _(this, st), s = _(this, Wn), l = _(this, _r), c = t !== r ? t.state : _(this, pi), { state: u } = t;
|
|
15610
15610
|
let b = { ...u }, v = !1, C;
|
|
15611
15611
|
if (n._optimisticResults) {
|
|
15612
|
-
const
|
|
15612
|
+
const S = this.hasListeners(), F = !S && ql(t, n), R = S && Kl(t, r, n, i);
|
|
15613
15613
|
(F || R) && (b = {
|
|
15614
15614
|
...b,
|
|
15615
15615
|
...C0(u.data, t.options)
|
|
@@ -15617,36 +15617,36 @@ var Me, In, En, xr, wr, xn, Ar, Tr, cu, I4 = (cu = class {
|
|
|
15617
15617
|
}
|
|
15618
15618
|
let { error: g, errorUpdatedAt: h, status: d } = b;
|
|
15619
15619
|
if (n.select && b.data !== void 0)
|
|
15620
|
-
if (o && b.data === (s == null ? void 0 : s.data) && n.select ===
|
|
15621
|
-
C =
|
|
15620
|
+
if (o && b.data === (s == null ? void 0 : s.data) && n.select === _(this, gi))
|
|
15621
|
+
C = _(this, Sr);
|
|
15622
15622
|
else
|
|
15623
15623
|
try {
|
|
15624
|
-
|
|
15625
|
-
} catch (
|
|
15626
|
-
|
|
15624
|
+
W(this, gi, n.select), C = n.select(b.data), C = ia(o == null ? void 0 : o.data, C, n), W(this, Sr, C), W(this, zt, null);
|
|
15625
|
+
} catch (S) {
|
|
15626
|
+
W(this, zt, S);
|
|
15627
15627
|
}
|
|
15628
15628
|
else
|
|
15629
15629
|
C = b.data;
|
|
15630
15630
|
if (n.placeholderData !== void 0 && C === void 0 && d === "pending") {
|
|
15631
|
-
let
|
|
15631
|
+
let S;
|
|
15632
15632
|
if (o != null && o.isPlaceholderData && n.placeholderData === (l == null ? void 0 : l.placeholderData))
|
|
15633
|
-
|
|
15634
|
-
else if (
|
|
15635
|
-
(A =
|
|
15636
|
-
|
|
15637
|
-
) : n.placeholderData, n.select &&
|
|
15633
|
+
S = o.data;
|
|
15634
|
+
else if (S = typeof n.placeholderData == "function" ? n.placeholderData(
|
|
15635
|
+
(A = _(this, Rr)) == null ? void 0 : A.state.data,
|
|
15636
|
+
_(this, Rr)
|
|
15637
|
+
) : n.placeholderData, n.select && S !== void 0)
|
|
15638
15638
|
try {
|
|
15639
|
-
|
|
15639
|
+
S = n.select(S), W(this, zt, null);
|
|
15640
15640
|
} catch (F) {
|
|
15641
|
-
|
|
15641
|
+
W(this, zt, F);
|
|
15642
15642
|
}
|
|
15643
|
-
|
|
15643
|
+
S !== void 0 && (d = "success", C = ia(
|
|
15644
15644
|
o == null ? void 0 : o.data,
|
|
15645
|
-
|
|
15645
|
+
S,
|
|
15646
15646
|
n
|
|
15647
15647
|
), v = !0);
|
|
15648
15648
|
}
|
|
15649
|
-
|
|
15649
|
+
_(this, zt) && (g = _(this, zt), C = _(this, Sr), h = Date.now(), d = "error");
|
|
15650
15650
|
const f = b.fetchStatus === "fetching", p = d === "pending", m = d === "error", I = p && f, y = C !== void 0, w = {
|
|
15651
15651
|
status: d,
|
|
15652
15652
|
fetchStatus: b.fetchStatus,
|
|
@@ -15672,18 +15672,18 @@ var Me, In, En, xr, wr, xn, Ar, Tr, cu, I4 = (cu = class {
|
|
|
15672
15672
|
isRefetchError: m && y,
|
|
15673
15673
|
isStale: ec(t, n),
|
|
15674
15674
|
refetch: this.refetch,
|
|
15675
|
-
promise:
|
|
15675
|
+
promise: _(this, wn)
|
|
15676
15676
|
};
|
|
15677
15677
|
if (this.options.experimental_prefetchInRender) {
|
|
15678
|
-
const
|
|
15678
|
+
const S = (D) => {
|
|
15679
15679
|
w.status === "error" ? D.reject(w.error) : w.data !== void 0 && D.resolve(w.data);
|
|
15680
15680
|
}, F = () => {
|
|
15681
|
-
const D =
|
|
15682
|
-
|
|
15683
|
-
}, R =
|
|
15681
|
+
const D = W(this, wn, w.promise = oa());
|
|
15682
|
+
S(D);
|
|
15683
|
+
}, R = _(this, wn);
|
|
15684
15684
|
switch (R.status) {
|
|
15685
15685
|
case "pending":
|
|
15686
|
-
t.queryHash === r.queryHash &&
|
|
15686
|
+
t.queryHash === r.queryHash && S(R);
|
|
15687
15687
|
break;
|
|
15688
15688
|
case "fulfilled":
|
|
15689
15689
|
(w.status === "error" || w.data !== R.value) && F();
|
|
@@ -15696,22 +15696,22 @@ var Me, In, En, xr, wr, xn, Ar, Tr, cu, I4 = (cu = class {
|
|
|
15696
15696
|
return w;
|
|
15697
15697
|
}
|
|
15698
15698
|
updateResult(t) {
|
|
15699
|
-
const n =
|
|
15700
|
-
if (
|
|
15699
|
+
const n = _(this, st), r = this.createResult(_(this, me), this.options);
|
|
15700
|
+
if (W(this, Wn, _(this, me).state), W(this, _r, this.options), _(this, Wn).data !== void 0 && W(this, Rr, _(this, me)), yo(r, n))
|
|
15701
15701
|
return;
|
|
15702
|
-
|
|
15702
|
+
W(this, st, r);
|
|
15703
15703
|
const i = {}, o = () => {
|
|
15704
15704
|
if (!n)
|
|
15705
15705
|
return !0;
|
|
15706
15706
|
const { notifyOnChangeProps: s } = this.options, l = typeof s == "function" ? s() : s;
|
|
15707
|
-
if (l === "all" || !l && !
|
|
15707
|
+
if (l === "all" || !l && !_(this, Or).size)
|
|
15708
15708
|
return !0;
|
|
15709
15709
|
const a = new Set(
|
|
15710
|
-
l ??
|
|
15710
|
+
l ?? _(this, Or)
|
|
15711
15711
|
);
|
|
15712
|
-
return this.options.throwOnError && a.add("error"), Object.keys(
|
|
15712
|
+
return this.options.throwOnError && a.add("error"), Object.keys(_(this, st)).some((c) => {
|
|
15713
15713
|
const u = c;
|
|
15714
|
-
return
|
|
15714
|
+
return _(this, st)[u] !== n[u] && a.has(u);
|
|
15715
15715
|
});
|
|
15716
15716
|
};
|
|
15717
15717
|
(t == null ? void 0 : t.listeners) !== !1 && o() && (i.listeners = !0), de(this, Se, E0).call(this, { ...i, ...t });
|
|
@@ -15721,7 +15721,7 @@ var Me, In, En, xr, wr, xn, Ar, Tr, cu, I4 = (cu = class {
|
|
|
15721
15721
|
}
|
|
15722
15722
|
}, dt = new WeakMap(), me = new WeakMap(), pi = new WeakMap(), st = new WeakMap(), Wn = new WeakMap(), _r = new WeakMap(), wn = new WeakMap(), zt = new WeakMap(), gi = new WeakMap(), Sr = new WeakMap(), Rr = new WeakMap(), Zn = new WeakMap(), Xn = new WeakMap(), An = new WeakMap(), Or = new WeakMap(), Se = new WeakSet(), qr = function(t) {
|
|
15723
15723
|
de(this, Se, fa).call(this);
|
|
15724
|
-
let n =
|
|
15724
|
+
let n = _(this, me).fetch(
|
|
15725
15725
|
this.options,
|
|
15726
15726
|
t
|
|
15727
15727
|
);
|
|
@@ -15730,38 +15730,38 @@ var Me, In, En, xr, wr, xn, Ar, Tr, cu, I4 = (cu = class {
|
|
|
15730
15730
|
de(this, Se, ua).call(this);
|
|
15731
15731
|
const t = br(
|
|
15732
15732
|
this.options.staleTime,
|
|
15733
|
-
|
|
15733
|
+
_(this, me)
|
|
15734
15734
|
);
|
|
15735
|
-
if (er ||
|
|
15735
|
+
if (er || _(this, st).isStale || !ta(t))
|
|
15736
15736
|
return;
|
|
15737
|
-
const r = p0(
|
|
15738
|
-
|
|
15739
|
-
|
|
15737
|
+
const r = p0(_(this, st).dataUpdatedAt, t) + 1;
|
|
15738
|
+
W(this, Zn, setTimeout(() => {
|
|
15739
|
+
_(this, st).isStale || this.updateResult();
|
|
15740
15740
|
}, r));
|
|
15741
15741
|
}, aa = function() {
|
|
15742
|
-
return (typeof this.options.refetchInterval == "function" ? this.options.refetchInterval(
|
|
15742
|
+
return (typeof this.options.refetchInterval == "function" ? this.options.refetchInterval(_(this, me)) : this.options.refetchInterval) ?? !1;
|
|
15743
15743
|
}, ca = function(t) {
|
|
15744
|
-
de(this, Se, da).call(this),
|
|
15744
|
+
de(this, Se, da).call(this), W(this, An, t), !(er || jt(this.options.enabled, _(this, me)) === !1 || !ta(_(this, An)) || _(this, An) === 0) && W(this, Xn, setInterval(() => {
|
|
15745
15745
|
(this.options.refetchIntervalInBackground || Ka.isFocused()) && de(this, Se, qr).call(this);
|
|
15746
|
-
},
|
|
15746
|
+
}, _(this, An)));
|
|
15747
15747
|
}, la = function() {
|
|
15748
15748
|
de(this, Se, sa).call(this), de(this, Se, ca).call(this, de(this, Se, aa).call(this));
|
|
15749
15749
|
}, ua = function() {
|
|
15750
|
-
|
|
15750
|
+
_(this, Zn) && (clearTimeout(_(this, Zn)), W(this, Zn, void 0));
|
|
15751
15751
|
}, da = function() {
|
|
15752
|
-
|
|
15752
|
+
_(this, Xn) && (clearInterval(_(this, Xn)), W(this, Xn, void 0));
|
|
15753
15753
|
}, fa = function() {
|
|
15754
|
-
const t =
|
|
15755
|
-
if (t ===
|
|
15754
|
+
const t = _(this, dt).getQueryCache().build(_(this, dt), this.options);
|
|
15755
|
+
if (t === _(this, me))
|
|
15756
15756
|
return;
|
|
15757
|
-
const n =
|
|
15758
|
-
|
|
15757
|
+
const n = _(this, me);
|
|
15758
|
+
W(this, me, t), W(this, pi, t.state), this.hasListeners() && (n == null || n.removeObserver(this), t.addObserver(this));
|
|
15759
15759
|
}, E0 = function(t) {
|
|
15760
15760
|
Ye.batch(() => {
|
|
15761
15761
|
t.listeners && this.listeners.forEach((n) => {
|
|
15762
|
-
n(
|
|
15763
|
-
}),
|
|
15764
|
-
query:
|
|
15762
|
+
n(_(this, st));
|
|
15763
|
+
}), _(this, dt).getQueryCache().notify({
|
|
15764
|
+
query: _(this, me),
|
|
15765
15765
|
type: "observerResultsUpdated"
|
|
15766
15766
|
});
|
|
15767
15767
|
});
|
|
@@ -15796,7 +15796,7 @@ var Tn, _n, ft, ln, dn, eo, pa, uu, A4 = (uu = class extends Vr {
|
|
|
15796
15796
|
K(this, _n);
|
|
15797
15797
|
K(this, ft);
|
|
15798
15798
|
K(this, ln);
|
|
15799
|
-
|
|
15799
|
+
W(this, Tn, t), this.setOptions(n), this.bindMethods(), de(this, dn, eo).call(this);
|
|
15800
15800
|
}
|
|
15801
15801
|
bindMethods() {
|
|
15802
15802
|
this.mutate = this.mutate.bind(this), this.reset = this.reset.bind(this);
|
|
@@ -15804,34 +15804,34 @@ var Tn, _n, ft, ln, dn, eo, pa, uu, A4 = (uu = class extends Vr {
|
|
|
15804
15804
|
setOptions(t) {
|
|
15805
15805
|
var r;
|
|
15806
15806
|
const n = this.options;
|
|
15807
|
-
this.options =
|
|
15807
|
+
this.options = _(this, Tn).defaultMutationOptions(t), yo(this.options, n) || _(this, Tn).getMutationCache().notify({
|
|
15808
15808
|
type: "observerOptionsUpdated",
|
|
15809
|
-
mutation:
|
|
15809
|
+
mutation: _(this, ft),
|
|
15810
15810
|
observer: this
|
|
15811
|
-
}), n != null && n.mutationKey && this.options.mutationKey && tr(n.mutationKey) !== tr(this.options.mutationKey) ? this.reset() : ((r =
|
|
15811
|
+
}), n != null && n.mutationKey && this.options.mutationKey && tr(n.mutationKey) !== tr(this.options.mutationKey) ? this.reset() : ((r = _(this, ft)) == null ? void 0 : r.state.status) === "pending" && _(this, ft).setOptions(this.options);
|
|
15812
15812
|
}
|
|
15813
15813
|
onUnsubscribe() {
|
|
15814
15814
|
var t;
|
|
15815
|
-
this.hasListeners() || (t =
|
|
15815
|
+
this.hasListeners() || (t = _(this, ft)) == null || t.removeObserver(this);
|
|
15816
15816
|
}
|
|
15817
15817
|
onMutationUpdate(t) {
|
|
15818
15818
|
de(this, dn, eo).call(this), de(this, dn, pa).call(this, t);
|
|
15819
15819
|
}
|
|
15820
15820
|
getCurrentResult() {
|
|
15821
|
-
return
|
|
15821
|
+
return _(this, _n);
|
|
15822
15822
|
}
|
|
15823
15823
|
reset() {
|
|
15824
15824
|
var t;
|
|
15825
|
-
(t =
|
|
15825
|
+
(t = _(this, ft)) == null || t.removeObserver(this), W(this, ft, void 0), de(this, dn, eo).call(this), de(this, dn, pa).call(this);
|
|
15826
15826
|
}
|
|
15827
15827
|
mutate(t, n) {
|
|
15828
15828
|
var r;
|
|
15829
|
-
return
|
|
15829
|
+
return W(this, ln, n), (r = _(this, ft)) == null || r.removeObserver(this), W(this, ft, _(this, Tn).getMutationCache().build(_(this, Tn), this.options)), _(this, ft).addObserver(this), _(this, ft).execute(t);
|
|
15830
15830
|
}
|
|
15831
15831
|
}, Tn = new WeakMap(), _n = new WeakMap(), ft = new WeakMap(), ln = new WeakMap(), dn = new WeakSet(), eo = function() {
|
|
15832
15832
|
var n;
|
|
15833
|
-
const t = ((n =
|
|
15834
|
-
|
|
15833
|
+
const t = ((n = _(this, ft)) == null ? void 0 : n.state) ?? I0();
|
|
15834
|
+
W(this, _n, {
|
|
15835
15835
|
...t,
|
|
15836
15836
|
isPending: t.status === "pending",
|
|
15837
15837
|
isSuccess: t.status === "success",
|
|
@@ -15843,9 +15843,9 @@ var Tn, _n, ft, ln, dn, eo, pa, uu, A4 = (uu = class extends Vr {
|
|
|
15843
15843
|
}, pa = function(t) {
|
|
15844
15844
|
Ye.batch(() => {
|
|
15845
15845
|
var n, r, i, o, s, l, a, c;
|
|
15846
|
-
if (
|
|
15847
|
-
const u =
|
|
15848
|
-
(t == null ? void 0 : t.type) === "success" ? ((r = (n =
|
|
15846
|
+
if (_(this, ln) && this.hasListeners()) {
|
|
15847
|
+
const u = _(this, _n).variables, b = _(this, _n).context;
|
|
15848
|
+
(t == null ? void 0 : t.type) === "success" ? ((r = (n = _(this, ln)).onSuccess) == null || r.call(n, t.data, u, b), (o = (i = _(this, ln)).onSettled) == null || o.call(i, t.data, null, u, b)) : (t == null ? void 0 : t.type) === "error" && ((l = (s = _(this, ln)).onError) == null || l.call(s, t.error, u, b), (c = (a = _(this, ln)).onSettled) == null || c.call(
|
|
15849
15849
|
a,
|
|
15850
15850
|
void 0,
|
|
15851
15851
|
t.error,
|
|
@@ -15854,22 +15854,22 @@ var Tn, _n, ft, ln, dn, eo, pa, uu, A4 = (uu = class extends Vr {
|
|
|
15854
15854
|
));
|
|
15855
15855
|
}
|
|
15856
15856
|
this.listeners.forEach((u) => {
|
|
15857
|
-
u(
|
|
15857
|
+
u(_(this, _n));
|
|
15858
15858
|
});
|
|
15859
15859
|
});
|
|
15860
|
-
}, uu), x0 =
|
|
15860
|
+
}, uu), x0 = M.createContext(
|
|
15861
15861
|
void 0
|
|
15862
15862
|
), w0 = (e) => {
|
|
15863
|
-
const t =
|
|
15863
|
+
const t = M.useContext(x0);
|
|
15864
15864
|
if (!t)
|
|
15865
15865
|
throw new Error("No QueryClient set, use QueryClientProvider to set one");
|
|
15866
15866
|
return t;
|
|
15867
15867
|
}, T4 = ({
|
|
15868
15868
|
client: e,
|
|
15869
15869
|
children: t
|
|
15870
|
-
}) => (
|
|
15870
|
+
}) => (M.useEffect(() => (e.mount(), () => {
|
|
15871
15871
|
e.unmount();
|
|
15872
|
-
}), [e]), /* @__PURE__ */ E.jsx(x0.Provider, { value: e, children: t })), A0 =
|
|
15872
|
+
}), [e]), /* @__PURE__ */ E.jsx(x0.Provider, { value: e, children: t })), A0 = M.createContext(!1), _4 = () => M.useContext(A0);
|
|
15873
15873
|
A0.Provider;
|
|
15874
15874
|
function S4() {
|
|
15875
15875
|
let e = !1;
|
|
@@ -15883,7 +15883,7 @@ function S4() {
|
|
|
15883
15883
|
isReset: () => e
|
|
15884
15884
|
};
|
|
15885
15885
|
}
|
|
15886
|
-
var R4 =
|
|
15886
|
+
var R4 = M.createContext(S4()), O4 = () => M.useContext(R4);
|
|
15887
15887
|
function T0(e, t) {
|
|
15888
15888
|
return typeof e == "function" ? e(...t) : !!e;
|
|
15889
15889
|
}
|
|
@@ -15892,7 +15892,7 @@ function ga() {
|
|
|
15892
15892
|
var L4 = (e, t) => {
|
|
15893
15893
|
(e.suspense || e.throwOnError || e.experimental_prefetchInRender) && (t.isReset() || (e.retryOnMount = !1));
|
|
15894
15894
|
}, F4 = (e) => {
|
|
15895
|
-
|
|
15895
|
+
M.useEffect(() => {
|
|
15896
15896
|
e.clearReset();
|
|
15897
15897
|
}, [e]);
|
|
15898
15898
|
}, D4 = ({
|
|
@@ -15920,14 +15920,14 @@ function M4(e, t, n) {
|
|
|
15920
15920
|
), process.env.NODE_ENV !== "production" && (s.queryFn || console.error(
|
|
15921
15921
|
`[${s.queryHash}]: No queryFn was passed as an option, and no default queryFn was found. The queryFn parameter is only optional when using a default queryFn. More info here: https://tanstack.com/query/latest/docs/framework/react/guides/default-query-function`
|
|
15922
15922
|
)), s._optimisticResults = i ? "isRestoring" : "optimistic", N4(s), L4(s, o), F4(o);
|
|
15923
|
-
const l = !r.getQueryCache().get(s.queryHash), [a] =
|
|
15923
|
+
const l = !r.getQueryCache().get(s.queryHash), [a] = M.useState(
|
|
15924
15924
|
() => new t(
|
|
15925
15925
|
r,
|
|
15926
15926
|
s
|
|
15927
15927
|
)
|
|
15928
15928
|
), c = a.getOptimisticResult(s), u = !i && e.subscribed !== !1;
|
|
15929
|
-
if (
|
|
15930
|
-
|
|
15929
|
+
if (M.useSyncExternalStore(
|
|
15930
|
+
M.useCallback(
|
|
15931
15931
|
(d) => {
|
|
15932
15932
|
const f = u ? a.subscribe(Ye.batchCalls(d)) : ga;
|
|
15933
15933
|
return a.updateResult(), f;
|
|
@@ -15936,7 +15936,7 @@ function M4(e, t, n) {
|
|
|
15936
15936
|
),
|
|
15937
15937
|
() => a.getCurrentResult(),
|
|
15938
15938
|
() => a.getCurrentResult()
|
|
15939
|
-
),
|
|
15939
|
+
), M.useEffect(() => {
|
|
15940
15940
|
a.setOptions(s, { listeners: !1 });
|
|
15941
15941
|
}, [s, a]), P4(s, c))
|
|
15942
15942
|
throw eu(s, a, o);
|
|
@@ -15970,23 +15970,23 @@ function _0(e, t) {
|
|
|
15970
15970
|
return M4(e, E4);
|
|
15971
15971
|
}
|
|
15972
15972
|
function S0(e, t) {
|
|
15973
|
-
const n = w0(), [r] =
|
|
15973
|
+
const n = w0(), [r] = M.useState(
|
|
15974
15974
|
() => new A4(
|
|
15975
15975
|
n,
|
|
15976
15976
|
e
|
|
15977
15977
|
)
|
|
15978
15978
|
);
|
|
15979
|
-
|
|
15979
|
+
M.useEffect(() => {
|
|
15980
15980
|
r.setOptions(e);
|
|
15981
15981
|
}, [r, e]);
|
|
15982
|
-
const i =
|
|
15983
|
-
|
|
15982
|
+
const i = M.useSyncExternalStore(
|
|
15983
|
+
M.useCallback(
|
|
15984
15984
|
(s) => r.subscribe(Ye.batchCalls(s)),
|
|
15985
15985
|
[r]
|
|
15986
15986
|
),
|
|
15987
15987
|
() => r.getCurrentResult(),
|
|
15988
15988
|
() => r.getCurrentResult()
|
|
15989
|
-
), o =
|
|
15989
|
+
), o = M.useCallback(
|
|
15990
15990
|
(s, l) => {
|
|
15991
15991
|
r.mutate(s, l).catch(ga);
|
|
15992
15992
|
},
|
|
@@ -16074,7 +16074,7 @@ const B4 = (e) => new Promise((t) => setTimeout(t, e)), G4 = ({
|
|
|
16074
16074
|
fetchSearchResults: n,
|
|
16075
16075
|
onReset: r
|
|
16076
16076
|
}) => {
|
|
16077
|
-
const [i, o] =
|
|
16077
|
+
const [i, o] = Y(""), { conversationId: s, email: l, availableFeatures: a } = ct(yt), c = ye(Rx), u = ye(f0), b = Vt(a, d1), { sortedObjectList: v, updatePriority: C } = n4({ objectList: c }), { data: g } = U4({
|
|
16078
16078
|
enabled: b && !!s,
|
|
16079
16079
|
conversationId: String(s),
|
|
16080
16080
|
senderEmail: l
|
|
@@ -16146,7 +16146,7 @@ const B4 = (e) => new Promise((t) => setTimeout(t, e)), G4 = ({
|
|
|
16146
16146
|
text-align: center;
|
|
16147
16147
|
vertical-align: middle;
|
|
16148
16148
|
`, K4 = ({ meta: { externalResourceId: e, formId: t }, onBack: n, onLink: r }) => {
|
|
16149
|
-
const i = en(), { conversationId: o } = ct(yt), s = ye(e0), l = ye(t0), { mutate: a, isPending: c } = J4({ onSuccess: r }), u = l ===
|
|
16149
|
+
const i = en(), { conversationId: o } = ct(yt), s = ye(e0), l = ye(t0), { mutate: a, isPending: c } = J4({ onSuccess: r }), u = l === $.LOADING, b = {
|
|
16150
16150
|
externalResourceId: e
|
|
16151
16151
|
};
|
|
16152
16152
|
pe(() => {
|
|
@@ -16197,7 +16197,7 @@ const B4 = (e) => new Promise((t) => setTimeout(t, e)), G4 = ({
|
|
|
16197
16197
|
/* @__PURE__ */ E.jsx("img", { src: e5, width: 124, height: 107 }),
|
|
16198
16198
|
/* @__PURE__ */ E.jsx(fe, { variant: "body2", color: z.palette.gray.gray3, children: Mx })
|
|
16199
16199
|
] }), n5 = ({ searchResults: e, selectedObject: t, onReset: n, fetchCards: r }) => {
|
|
16200
|
-
const i = en(), [o, s] =
|
|
16200
|
+
const i = en(), [o, s] = Y(null), l = vi(kx, {
|
|
16201
16201
|
count: e.length.toString(),
|
|
16202
16202
|
countSuffix: e.length > 1 ? "s" : "",
|
|
16203
16203
|
searchObject: t.objectName,
|
|
@@ -16247,18 +16247,18 @@ const B4 = (e) => new Promise((t) => setTimeout(t, e)), G4 = ({
|
|
|
16247
16247
|
}
|
|
16248
16248
|
}, o5 = () => S0({
|
|
16249
16249
|
mutationFn: i5
|
|
16250
|
-
}), s5 = "data:image/svg+xml,%3csvg%20width='20'%20height='21'%20viewBox='0%200%2020%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_4649_80352'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='20'%20height='21'%3e%3crect%20y='0.320312'%20width='20'%20height='20'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_4649_80352)'%3e%3cpath%20d='M9.16797%2014.4873H10.8346V11.154H14.168V9.4873H10.8346V6.15397H9.16797V9.4873H5.83464V11.154H9.16797V14.4873ZM10.0013%2018.654C8.84852%2018.654%207.76519%2018.4352%206.7513%2017.9977C5.73741%2017.5602%204.85547%2016.9665%204.10547%2016.2165C3.35547%2015.4665%202.76172%2014.5845%202.32422%2013.5706C1.88672%2012.5567%201.66797%2011.4734%201.66797%2010.3206C1.66797%209.16786%201.88672%208.08453%202.32422%207.07064C2.76172%206.05675%203.35547%205.1748%204.10547%204.4248C4.85547%203.6748%205.73741%203.08105%206.7513%202.64355C7.76519%202.20605%208.84852%201.9873%2010.0013%201.9873C11.1541%201.9873%2012.2374%202.20605%2013.2513%202.64355C14.2652%203.08105%2015.1471%203.6748%2015.8971%204.4248C16.6471%205.1748%2017.2409%206.05675%2017.6784%207.07064C18.1159%208.08453%2018.3346%209.16786%2018.3346%2010.3206C18.3346%2011.4734%2018.1159%2012.5567%2017.6784%2013.5706C17.2409%2014.5845%2016.6471%2015.4665%2015.8971%2016.2165C15.1471%2016.9665%2014.2652%2017.5602%2013.2513%2017.9977C12.2374%2018.4352%2011.1541%2018.654%2010.0013%2018.654ZM10.0013%2016.9873C11.8624%2016.9873%2013.4388%2016.3415%2014.7305%2015.0498C16.0221%2013.7581%2016.668%2012.1817%2016.668%2010.3206C16.668%208.45953%2016.0221%206.88314%2014.7305%205.59147C13.4388%204.2998%2011.8624%203.65397%2010.0013%203.65397C8.14019%203.65397%206.5638%204.2998%205.27214%205.59147C3.98047%206.88314%203.33464%208.45953%203.33464%2010.3206C3.33464%2012.1817%203.98047%2013.7581%205.27214%2015.0498C6.5638%2016.3415%208.14019%2016.9873%2010.0013%2016.9873Z'%20fill='%234D596C'/%3e%3c/g%3e%3c/svg%3e", a5 = "data:image/svg+xml,%3csvg%20width='20'%20height='21'%20viewBox='0%200%2020%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.3462%208.73757C14.0406%208.43198%2013.5451%208.43198%2013.2395%208.73757C12.9339%209.04316%2012.9339%209.53863%2013.2395%209.84422L14.3462%208.73757ZM15.2392%2010.7372L15.7925%2010.1839L15.2392%2010.7372ZM16.2377%2013.1478L15.4552%2013.1478L16.2377%2013.1478ZM15.2392%2015.5584L14.6859%2015.0051L15.2392%2015.5584ZM10.418%2015.5584L9.86469%2016.1118L10.418%2015.5584ZM9.52499%2013.5588C9.2194%2013.2532%208.72393%2013.2532%208.41834%2013.5588C8.11275%2013.8643%208.11275%2014.3598%208.41834%2014.6654L9.52499%2013.5588ZM5.52477%2011.7731C5.83036%2012.0787%206.32583%2012.0787%206.63142%2011.7731C6.93701%2011.4675%206.93701%2010.972%206.63142%2010.6665L5.52477%2011.7731ZM9.45292%204.95224L10.0062%204.39892L9.45292%204.95224ZM10.346%206.95192C10.6515%207.25752%2011.147%207.25752%2011.4526%206.95192C11.7582%206.64633%2011.7582%206.15087%2011.4526%205.84527L10.346%206.95192ZM13.2395%209.84422L14.6859%2011.2906L15.7925%2010.1839L14.3462%208.73757L13.2395%209.84422ZM14.6859%2011.2906C15.1785%2011.7832%2015.4552%2012.4512%2015.4552%2013.1478L17.0202%2013.1478C17.0202%2012.0362%2016.5786%2010.97%2015.7925%2010.1839L14.6859%2011.2906ZM15.4552%2013.1478C15.4552%2013.8445%2015.1785%2014.5125%2014.6859%2015.0051L15.7925%2016.1118C16.5786%2015.3257%2017.0202%2014.2595%2017.0202%2013.1478L15.4552%2013.1478ZM14.6859%2015.0051C13.6601%2016.0308%2011.9971%2016.0308%2010.9713%2015.0051L9.86469%2016.1118C11.5016%2017.7487%2014.1556%2017.7487%2015.7925%2016.1118L14.6859%2015.0051ZM10.9713%2015.0051L9.52499%2013.5588L8.41834%2014.6654L9.86469%2016.1118L10.9713%2015.0051ZM6.63142%2010.6665L5.18507%209.2201L4.07842%2010.3268L5.52477%2011.7731L6.63142%2010.6665ZM5.18507%209.2201C4.69249%208.72752%204.41576%208.05944%204.41576%207.36283H2.85072C2.85072%208.47452%203.29234%209.54067%204.07842%2010.3268L5.18507%209.2201ZM4.41576%207.36283C4.41576%206.66622%204.69249%205.99815%205.18507%205.50557L4.07842%204.39892C3.29234%205.185%202.85072%206.25115%202.85072%207.36283H4.41576ZM5.18507%205.50557C6.21081%204.47983%207.87386%204.47983%208.8996%205.50557L10.0062%204.39892C8.36932%202.76199%205.71534%202.76199%204.07842%204.39892L5.18507%205.50557ZM8.8996%205.50557L10.346%206.95192L11.4526%205.84527L10.0062%204.39892L8.8996%205.50557Z'%20fill='%234D596C'/%3e%3crect%20x='6.36328'%20y='7.91895'%20width='1.66667'%20height='8.33333'%20rx='0.833333'%20transform='rotate(-45%206.36328%207.91895)'%20fill='%234D596C'/%3e%3c/svg%3e", c5 = (e) => /* @__PURE__ */
|
|
16251
|
-
const { email: t, currentSmIds: n, sendTrackingEvent: r, availableFeatures: i, conversationId: o } = ct(yt), s = en(), { userGroupId: l, userId: a } = Gr() || {}, c = ke(!1), [u, b] =
|
|
16250
|
+
}), s5 = "data:image/svg+xml,%3csvg%20width='20'%20height='21'%20viewBox='0%200%2020%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_4649_80352'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='20'%20height='21'%3e%3crect%20y='0.320312'%20width='20'%20height='20'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_4649_80352)'%3e%3cpath%20d='M9.16797%2014.4873H10.8346V11.154H14.168V9.4873H10.8346V6.15397H9.16797V9.4873H5.83464V11.154H9.16797V14.4873ZM10.0013%2018.654C8.84852%2018.654%207.76519%2018.4352%206.7513%2017.9977C5.73741%2017.5602%204.85547%2016.9665%204.10547%2016.2165C3.35547%2015.4665%202.76172%2014.5845%202.32422%2013.5706C1.88672%2012.5567%201.66797%2011.4734%201.66797%2010.3206C1.66797%209.16786%201.88672%208.08453%202.32422%207.07064C2.76172%206.05675%203.35547%205.1748%204.10547%204.4248C4.85547%203.6748%205.73741%203.08105%206.7513%202.64355C7.76519%202.20605%208.84852%201.9873%2010.0013%201.9873C11.1541%201.9873%2012.2374%202.20605%2013.2513%202.64355C14.2652%203.08105%2015.1471%203.6748%2015.8971%204.4248C16.6471%205.1748%2017.2409%206.05675%2017.6784%207.07064C18.1159%208.08453%2018.3346%209.16786%2018.3346%2010.3206C18.3346%2011.4734%2018.1159%2012.5567%2017.6784%2013.5706C17.2409%2014.5845%2016.6471%2015.4665%2015.8971%2016.2165C15.1471%2016.9665%2014.2652%2017.5602%2013.2513%2017.9977C12.2374%2018.4352%2011.1541%2018.654%2010.0013%2018.654ZM10.0013%2016.9873C11.8624%2016.9873%2013.4388%2016.3415%2014.7305%2015.0498C16.0221%2013.7581%2016.668%2012.1817%2016.668%2010.3206C16.668%208.45953%2016.0221%206.88314%2014.7305%205.59147C13.4388%204.2998%2011.8624%203.65397%2010.0013%203.65397C8.14019%203.65397%206.5638%204.2998%205.27214%205.59147C3.98047%206.88314%203.33464%208.45953%203.33464%2010.3206C3.33464%2012.1817%203.98047%2013.7581%205.27214%2015.0498C6.5638%2016.3415%208.14019%2016.9873%2010.0013%2016.9873Z'%20fill='%234D596C'/%3e%3c/g%3e%3c/svg%3e", a5 = "data:image/svg+xml,%3csvg%20width='20'%20height='21'%20viewBox='0%200%2020%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.3462%208.73757C14.0406%208.43198%2013.5451%208.43198%2013.2395%208.73757C12.9339%209.04316%2012.9339%209.53863%2013.2395%209.84422L14.3462%208.73757ZM15.2392%2010.7372L15.7925%2010.1839L15.2392%2010.7372ZM16.2377%2013.1478L15.4552%2013.1478L16.2377%2013.1478ZM15.2392%2015.5584L14.6859%2015.0051L15.2392%2015.5584ZM10.418%2015.5584L9.86469%2016.1118L10.418%2015.5584ZM9.52499%2013.5588C9.2194%2013.2532%208.72393%2013.2532%208.41834%2013.5588C8.11275%2013.8643%208.11275%2014.3598%208.41834%2014.6654L9.52499%2013.5588ZM5.52477%2011.7731C5.83036%2012.0787%206.32583%2012.0787%206.63142%2011.7731C6.93701%2011.4675%206.93701%2010.972%206.63142%2010.6665L5.52477%2011.7731ZM9.45292%204.95224L10.0062%204.39892L9.45292%204.95224ZM10.346%206.95192C10.6515%207.25752%2011.147%207.25752%2011.4526%206.95192C11.7582%206.64633%2011.7582%206.15087%2011.4526%205.84527L10.346%206.95192ZM13.2395%209.84422L14.6859%2011.2906L15.7925%2010.1839L14.3462%208.73757L13.2395%209.84422ZM14.6859%2011.2906C15.1785%2011.7832%2015.4552%2012.4512%2015.4552%2013.1478L17.0202%2013.1478C17.0202%2012.0362%2016.5786%2010.97%2015.7925%2010.1839L14.6859%2011.2906ZM15.4552%2013.1478C15.4552%2013.8445%2015.1785%2014.5125%2014.6859%2015.0051L15.7925%2016.1118C16.5786%2015.3257%2017.0202%2014.2595%2017.0202%2013.1478L15.4552%2013.1478ZM14.6859%2015.0051C13.6601%2016.0308%2011.9971%2016.0308%2010.9713%2015.0051L9.86469%2016.1118C11.5016%2017.7487%2014.1556%2017.7487%2015.7925%2016.1118L14.6859%2015.0051ZM10.9713%2015.0051L9.52499%2013.5588L8.41834%2014.6654L9.86469%2016.1118L10.9713%2015.0051ZM6.63142%2010.6665L5.18507%209.2201L4.07842%2010.3268L5.52477%2011.7731L6.63142%2010.6665ZM5.18507%209.2201C4.69249%208.72752%204.41576%208.05944%204.41576%207.36283H2.85072C2.85072%208.47452%203.29234%209.54067%204.07842%2010.3268L5.18507%209.2201ZM4.41576%207.36283C4.41576%206.66622%204.69249%205.99815%205.18507%205.50557L4.07842%204.39892C3.29234%205.185%202.85072%206.25115%202.85072%207.36283H4.41576ZM5.18507%205.50557C6.21081%204.47983%207.87386%204.47983%208.8996%205.50557L10.0062%204.39892C8.36932%202.76199%205.71534%202.76199%204.07842%204.39892L5.18507%205.50557ZM8.8996%205.50557L10.346%206.95192L11.4526%205.84527L10.0062%204.39892L8.8996%205.50557Z'%20fill='%234D596C'/%3e%3crect%20x='6.36328'%20y='7.91895'%20width='1.66667'%20height='8.33333'%20rx='0.833333'%20transform='rotate(-45%206.36328%207.91895)'%20fill='%234D596C'/%3e%3c/svg%3e", c5 = (e) => /* @__PURE__ */ M.createElement("svg", { width: 14, height: 14, viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ M.createElement("path", { d: "M12.3333 0.333008H1.66659C0.933252 0.333008 0.339919 0.933008 0.339919 1.66634L0.333252 13.6663L2.99992 10.9997H12.3333C13.0666 10.9997 13.6666 10.3997 13.6666 9.66634V1.66634C13.6666 0.933008 13.0666 0.333008 12.3333 0.333008ZM12.3333 9.66634H2.44659L2.05325 10.0597L1.66659 10.4463V1.66634H12.3333V9.66634ZM6.33325 6.99967H7.66659V8.33301H6.33325V6.99967ZM6.33325 2.99967H7.66659V5.66634H6.33325V2.99967Z", fill: "#6F7C90" })), l5 = ({ isAdmin: e = !1 }) => {
|
|
16251
|
+
const { email: t, currentSmIds: n, sendTrackingEvent: r, availableFeatures: i, conversationId: o } = ct(yt), s = en(), { userGroupId: l, userId: a } = Gr() || {}, c = ke(!1), [u, b] = Y(!1), [v, C] = Y(!1), [g, h] = Y(!1), [d, f] = Y(), [p, m] = Y(!1), [I, y] = Y(null), [x, w] = Y(t), A = ye(Vv), S = ye(Hv), F = ye(Zv), R = ye(Xv), D = ye(Wv), L = ye(ef), Z = ye(iy), X = ye(tf), V = ye(nf), U = ye(rf), B = Vt(i, i1), ne = Vt(i, Ku), ae = Vt(i, u1), ce = Vt(i, f1), P = Vt(i, h1), G = O1(F), J = L1(a, l, n, G), { data: re } = R0({
|
|
16252
16252
|
senderEmail: t,
|
|
16253
16253
|
conversationId: String(o),
|
|
16254
|
-
enabled:
|
|
16255
|
-
}), { emailHeaders: ue } =
|
|
16254
|
+
enabled: ce && !!t
|
|
16255
|
+
}), { emailHeaders: ue } = re ?? {}, {
|
|
16256
16256
|
mutate: Ce,
|
|
16257
16257
|
reset: Re,
|
|
16258
16258
|
data: ie,
|
|
16259
16259
|
isPending: ge,
|
|
16260
16260
|
isIdle: $e
|
|
16261
|
-
} = o5(),
|
|
16261
|
+
} = o5(), j = Ne(() => {
|
|
16262
16262
|
Re(), y(null);
|
|
16263
16263
|
}, [Re, y]), Pe = Ne(() => {
|
|
16264
16264
|
t && n.length && o && s($i({ inboxIds: n, conversationId: o }));
|
|
@@ -16282,13 +16282,13 @@ const B4 = (e) => new Promise((t) => setTimeout(t, e)), G4 = ({
|
|
|
16282
16282
|
w(t);
|
|
16283
16283
|
}, [t]), pe(() => {
|
|
16284
16284
|
var ze;
|
|
16285
|
-
if (
|
|
16285
|
+
if (V) {
|
|
16286
16286
|
b(!0);
|
|
16287
|
-
const { externalResourceId: on } =
|
|
16287
|
+
const { externalResourceId: on } = V, or = (ze = V.forms.find((xi) => xi.type === "edit")) == null ? void 0 : ze.id;
|
|
16288
16288
|
tt(or, on);
|
|
16289
16289
|
} else
|
|
16290
16290
|
b(!1), s(Pv());
|
|
16291
|
-
}, [
|
|
16291
|
+
}, [V, tt, s]), pe(() => (Pe(), () => {
|
|
16292
16292
|
s(cl.clearConnectorList());
|
|
16293
16293
|
}), [s, Pe]), pe(() => (A && A.length && !c.current && (r(M1, {
|
|
16294
16294
|
numOfCards: A.length,
|
|
@@ -16297,11 +16297,11 @@ const B4 = (e) => new Promise((t) => setTimeout(t, e)), G4 = ({
|
|
|
16297
16297
|
(!A || !n || c.current) && (c.current = !1);
|
|
16298
16298
|
}), [A, r, n]), pe(() => {
|
|
16299
16299
|
o && n && n.length && s(Wi({ inboxIds: n, conversationId: o, channelType: "email" }));
|
|
16300
|
-
}, [s, n, o]), !t.length || D ===
|
|
16300
|
+
}, [s, n, o]), !t.length || D === $.LOADING)
|
|
16301
16301
|
return /* @__PURE__ */ E.jsx(sx, {});
|
|
16302
16302
|
const Qe = (ze = !1) => {
|
|
16303
16303
|
r(H1, {
|
|
16304
|
-
connector_name:
|
|
16304
|
+
connector_name: Z,
|
|
16305
16305
|
source: ze ? "main_button" : "link_icon",
|
|
16306
16306
|
sm_ids: n
|
|
16307
16307
|
});
|
|
@@ -16310,10 +16310,10 @@ const B4 = (e) => new Promise((t) => setTimeout(t, e)), G4 = ({
|
|
|
16310
16310
|
}, nr = () => {
|
|
16311
16311
|
h(!0), r(W1);
|
|
16312
16312
|
}, kt = (ze) => {
|
|
16313
|
-
r(ze, d),
|
|
16313
|
+
r(ze, d), U ? m(!0) : C(!1);
|
|
16314
16314
|
}, lt = (ze) => {
|
|
16315
|
-
if (
|
|
16316
|
-
const { connectorName: on, title: or } =
|
|
16315
|
+
if (V) {
|
|
16316
|
+
const { connectorName: on, title: or } = V;
|
|
16317
16317
|
r(ze, {
|
|
16318
16318
|
connector_name: on,
|
|
16319
16319
|
card_title: or,
|
|
@@ -16321,7 +16321,7 @@ const B4 = (e) => new Promise((t) => setTimeout(t, e)), G4 = ({
|
|
|
16321
16321
|
ug_id: l
|
|
16322
16322
|
});
|
|
16323
16323
|
}
|
|
16324
|
-
|
|
16324
|
+
U ? m(!0) : s(gr(null));
|
|
16325
16325
|
}, qe = () => {
|
|
16326
16326
|
C(!1), s(gr(null)), f(void 0), m(!1);
|
|
16327
16327
|
}, rr = () => {
|
|
@@ -16330,7 +16330,7 @@ const B4 = (e) => new Promise((t) => setTimeout(t, e)), G4 = ({
|
|
|
16330
16330
|
r(s2, {
|
|
16331
16331
|
sm_ids: n,
|
|
16332
16332
|
ug_id: l,
|
|
16333
|
-
connector_names:
|
|
16333
|
+
connector_names: G
|
|
16334
16334
|
});
|
|
16335
16335
|
}, Wo = [
|
|
16336
16336
|
{
|
|
@@ -16343,7 +16343,7 @@ const B4 = (e) => new Promise((t) => setTimeout(t, e)), G4 = ({
|
|
|
16343
16343
|
variant: "contained",
|
|
16344
16344
|
action: () => m(!1)
|
|
16345
16345
|
}
|
|
16346
|
-
], Hr = L.length > 0, ir =
|
|
16346
|
+
], Hr = L.length > 0, ir = X.length > 0, Ei = () => Hr || ir ? /* @__PURE__ */ E.jsx(
|
|
16347
16347
|
Sx,
|
|
16348
16348
|
{
|
|
16349
16349
|
haveCreateObjects: Hr,
|
|
@@ -16369,7 +16369,7 @@ const B4 = (e) => new Promise((t) => setTimeout(t, e)), G4 = ({
|
|
|
16369
16369
|
buttons: Wo
|
|
16370
16370
|
}
|
|
16371
16371
|
),
|
|
16372
|
-
/* @__PURE__ */ E.jsx(j2, { children:
|
|
16372
|
+
/* @__PURE__ */ E.jsx(j2, { children: S ? /* @__PURE__ */ E.jsxs(E.Fragment, { children: [
|
|
16373
16373
|
/* @__PURE__ */ E.jsxs(Q, { direction: "row", justifyContent: "space-between", marginBottom: "8px", height: "36px", children: [
|
|
16374
16374
|
/* @__PURE__ */ E.jsxs(Q, { direction: "row", alignItems: "center", children: [
|
|
16375
16375
|
/* @__PURE__ */ E.jsx(gd, {}),
|
|
@@ -16386,7 +16386,7 @@ const B4 = (e) => new Promise((t) => setTimeout(t, e)), G4 = ({
|
|
|
16386
16386
|
selectedObject: I,
|
|
16387
16387
|
setSelectedObject: y,
|
|
16388
16388
|
fetchSearchResults: Ce,
|
|
16389
|
-
onReset:
|
|
16389
|
+
onReset: j
|
|
16390
16390
|
}
|
|
16391
16391
|
) : null,
|
|
16392
16392
|
/* @__PURE__ */ E.jsxs(Xs, { children: [
|
|
@@ -16396,12 +16396,12 @@ const B4 = (e) => new Promise((t) => setTimeout(t, e)), G4 = ({
|
|
|
16396
16396
|
{
|
|
16397
16397
|
searchResults: ie ?? [],
|
|
16398
16398
|
selectedObject: I,
|
|
16399
|
-
onReset:
|
|
16399
|
+
onReset: j,
|
|
16400
16400
|
fetchCards: Pe
|
|
16401
16401
|
}
|
|
16402
16402
|
) }, "results"),
|
|
16403
16403
|
/* @__PURE__ */ E.jsxs(dr, { fallback: !0, children: [
|
|
16404
|
-
|
|
16404
|
+
ce && (A != null && A.length) ? /* @__PURE__ */ E.jsx(
|
|
16405
16405
|
px,
|
|
16406
16406
|
{
|
|
16407
16407
|
emailHeaders: ue,
|
|
@@ -16409,7 +16409,7 @@ const B4 = (e) => new Promise((t) => setTimeout(t, e)), G4 = ({
|
|
|
16409
16409
|
setSelectedEmail: w
|
|
16410
16410
|
}
|
|
16411
16411
|
) : null,
|
|
16412
|
-
|
|
16412
|
+
B ? /* @__PURE__ */ E.jsx(ax, {}) : null,
|
|
16413
16413
|
/* @__PURE__ */ E.jsxs(Xs, { children: [
|
|
16414
16414
|
/* @__PURE__ */ E.jsxs(dr, { condition: !!A && A.length > 0, children: [
|
|
16415
16415
|
/* @__PURE__ */ E.jsx(
|
|
@@ -16422,12 +16422,12 @@ const B4 = (e) => new Promise((t) => setTimeout(t, e)), G4 = ({
|
|
|
16422
16422
|
onCardUnlinking: Pe
|
|
16423
16423
|
}
|
|
16424
16424
|
),
|
|
16425
|
-
|
|
16425
|
+
P ? /* @__PURE__ */ E.jsx(hm, { children: /* @__PURE__ */ E.jsxs(
|
|
16426
16426
|
bt,
|
|
16427
16427
|
{
|
|
16428
16428
|
size: "small",
|
|
16429
16429
|
variant: "text",
|
|
16430
|
-
href:
|
|
16430
|
+
href: J,
|
|
16431
16431
|
target: "_blank",
|
|
16432
16432
|
onClick: rn,
|
|
16433
16433
|
children: [
|
|
@@ -16491,7 +16491,7 @@ const B4 = (e) => new Promise((t) => setTimeout(t, e)), G4 = ({
|
|
|
16491
16491
|
children: /* @__PURE__ */ E.jsx(Ex, { setOpenTaskLinking: h, onLinkingSuccess: Pe })
|
|
16492
16492
|
}
|
|
16493
16493
|
),
|
|
16494
|
-
!
|
|
16494
|
+
!S && /* @__PURE__ */ E.jsx(y2, {})
|
|
16495
16495
|
]
|
|
16496
16496
|
}
|
|
16497
16497
|
);
|