@hiver/connector-admin 4.17.0 → 4.17.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.es.js +335 -331
- package/index.umd.js +33 -22
- package/package.json +1 -1
- package/v2/app/connectors/pages/app-detail/Overview.d.ts.map +1 -1
- package/v2/app/connectors/pages/app-detail/style.d.ts +1 -0
- package/v2/app/connectors/pages/app-detail/style.d.ts.map +1 -1
- package/v2/testing/mocks/handlers/connector-template.d.ts.map +1 -1
package/index.es.js
CHANGED
|
@@ -17,7 +17,7 @@ import * as S from "react";
|
|
|
17
17
|
import he, { useState as ne, useRef as ke, useSyncExternalStore as gv, useLayoutEffect as eu, useEffect as pe, isValidElement as TA, cloneElement as Xg, createContext as Ho, Suspense as BC, useContext as Ue, useMemo as Te, useCallback as it, memo as dv, useReducer as QC, Fragment as Cc, Component as tu, forwardRef as nu } from "react";
|
|
18
18
|
import * as Cv from "react-dom";
|
|
19
19
|
import wB, { unstable_batchedUpdates as il, createPortal as ru, render as Ev, unmountComponentAtNode as fv } from "react-dom";
|
|
20
|
-
import { HiverProvider as ou, styled as w, Stack as H, Box as
|
|
20
|
+
import { HiverProvider as ou, styled as w, Stack as H, Box as ie, Typography as Z, Skeleton as cn, theme as K, Icon as lA, CircularProgress as qr, palette as xt, Button as rt, Tab as ZA, Chip as da, Alert as SA, icons as Ct, Dialog as iu, Tooltip as pt, IconButton as Wn, brandIcons as TB, tooltipClasses as Xr, Checkbox as Mo, TextField as js, Autocomplete as $A, Tabs as Au, Grid as au, Switch as mC, DatePicker as Iv, DateTextField as pv, InputAdornment as hv, ListSubheader as Ll, InputBase as SB, MenuItem as yA, FormControl as bC, Select as vC, Paper as Bv, Popper as Qv, ClickAwayListener as mv, Accordion as _B, AccordionSummary as RB, accordionSummaryClasses as OB, AccordionDetails as DB, Snackbar as LB, Link as FB, ScopedCssBaseline as bv, createTheme as vv, DialogCloseButton as yv, MenuSearch as xv, MenuScrollable as wv, RadioGroup as Tv, FormControlLabel as Sv, Radio as _v } from "@hiver/hiver-ui-kit";
|
|
21
21
|
var et = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
22
22
|
function su(e) {
|
|
23
23
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
@@ -6835,7 +6835,7 @@ const Rr = {
|
|
|
6835
6835
|
if (!Rr.baseUrl)
|
|
6836
6836
|
throw new Error("Base url is not setup. please call the initConnectorsBifrost function with the appropriate value");
|
|
6837
6837
|
return Rr;
|
|
6838
|
-
},
|
|
6838
|
+
}, KK = ({
|
|
6839
6839
|
baseUrl: e,
|
|
6840
6840
|
appEnv: t,
|
|
6841
6841
|
tier: n,
|
|
@@ -10074,11 +10074,11 @@ function eS(e) {
|
|
|
10074
10074
|
let qe = J || fg(G, ue), ze = ue || me || _I(qe), Ze = !$ && (!g.v7_partialHydration || !Se);
|
|
10075
10075
|
if (T) {
|
|
10076
10076
|
if (Ze) {
|
|
10077
|
-
let
|
|
10077
|
+
let Ae = Ln(Be);
|
|
10078
10078
|
De(Zt({
|
|
10079
10079
|
navigation: qe
|
|
10080
|
-
},
|
|
10081
|
-
actionData:
|
|
10080
|
+
}, Ae !== void 0 ? {
|
|
10081
|
+
actionData: Ae
|
|
10082
10082
|
} : {}), {
|
|
10083
10083
|
flushSync: Qe
|
|
10084
10084
|
});
|
|
@@ -10090,21 +10090,21 @@ function eS(e) {
|
|
|
10090
10090
|
};
|
|
10091
10091
|
if (W.type === "error") {
|
|
10092
10092
|
let {
|
|
10093
|
-
boundaryId:
|
|
10093
|
+
boundaryId: Ae,
|
|
10094
10094
|
error: ge
|
|
10095
10095
|
} = qt(G.pathname, W);
|
|
10096
10096
|
return {
|
|
10097
10097
|
matches: W.partialMatches,
|
|
10098
10098
|
loaderData: {},
|
|
10099
10099
|
errors: {
|
|
10100
|
-
[
|
|
10100
|
+
[Ae]: ge
|
|
10101
10101
|
}
|
|
10102
10102
|
};
|
|
10103
10103
|
} else if (W.matches)
|
|
10104
10104
|
q = W.matches;
|
|
10105
10105
|
else {
|
|
10106
10106
|
let {
|
|
10107
|
-
error:
|
|
10107
|
+
error: Ae,
|
|
10108
10108
|
notFoundMatches: ge,
|
|
10109
10109
|
route: fe
|
|
10110
10110
|
} = Kt(G.pathname);
|
|
@@ -10112,13 +10112,13 @@ function eS(e) {
|
|
|
10112
10112
|
matches: ge,
|
|
10113
10113
|
loaderData: {},
|
|
10114
10114
|
errors: {
|
|
10115
|
-
[fe.id]:
|
|
10115
|
+
[fe.id]: Ae
|
|
10116
10116
|
}
|
|
10117
10117
|
};
|
|
10118
10118
|
}
|
|
10119
10119
|
}
|
|
10120
10120
|
let $e = a || A, [kt, Qt] = QI(e.history, b, q, ze, G, g.v7_partialHydration && Se === !0, g.v7_skipActionErrorRevalidation, ee, se, Ce, ae, V, M, $e, s, Be);
|
|
10121
|
-
if (_n((W) => !(q && q.some((
|
|
10121
|
+
if (_n((W) => !(q && q.some((Ae) => Ae.route.id === W)) || kt && kt.some((Ae) => Ae.route.id === W)), L = ++N, kt.length === 0 && Qt.length === 0) {
|
|
10122
10122
|
let W = Fe();
|
|
10123
10123
|
return Ke(G, Zt({
|
|
10124
10124
|
matches: q,
|
|
@@ -10139,8 +10139,8 @@ function eS(e) {
|
|
|
10139
10139
|
let W = {};
|
|
10140
10140
|
if (!T) {
|
|
10141
10141
|
W.navigation = qe;
|
|
10142
|
-
let
|
|
10143
|
-
|
|
10142
|
+
let Ae = Ln(Be);
|
|
10143
|
+
Ae !== void 0 && (W.actionData = Ae);
|
|
10144
10144
|
}
|
|
10145
10145
|
Qt.length > 0 && (W.fetchers = Fn(Qt)), De(W, {
|
|
10146
10146
|
flushSync: Qe
|
|
@@ -10177,17 +10177,17 @@ function eS(e) {
|
|
|
10177
10177
|
loaderData: gA,
|
|
10178
10178
|
errors: Sr
|
|
10179
10179
|
} = yI(b, q, kt, jn, Be, Qt, io, re);
|
|
10180
|
-
re.forEach((W,
|
|
10180
|
+
re.forEach((W, Ae) => {
|
|
10181
10181
|
W.subscribe((ge) => {
|
|
10182
|
-
(ge || W.done) && re.delete(
|
|
10182
|
+
(ge || W.done) && re.delete(Ae);
|
|
10183
10183
|
});
|
|
10184
10184
|
}), g.v7_partialHydration && Se && b.errors && Object.entries(b.errors).filter((W) => {
|
|
10185
|
-
let [
|
|
10186
|
-
return !kt.some((ge) => ge.route.id ===
|
|
10185
|
+
let [Ae] = W;
|
|
10186
|
+
return !kt.some((ge) => ge.route.id === Ae);
|
|
10187
10187
|
}).forEach((W) => {
|
|
10188
|
-
let [
|
|
10188
|
+
let [Ae, ge] = W;
|
|
10189
10189
|
Sr = Object.assign(Sr || {}, {
|
|
10190
|
-
[
|
|
10190
|
+
[Ae]: ge
|
|
10191
10191
|
});
|
|
10192
10192
|
});
|
|
10193
10193
|
let le = Fe(), k = Ur(L), oe = le || k || Qt.length > 0;
|
|
@@ -10350,7 +10350,7 @@ function eS(e) {
|
|
|
10350
10350
|
if (W = gl(oe), W)
|
|
10351
10351
|
return M.add(W.key), $n(Qt, W.result, !1);
|
|
10352
10352
|
let {
|
|
10353
|
-
loaderData:
|
|
10353
|
+
loaderData: Ae,
|
|
10354
10354
|
errors: ge
|
|
10355
10355
|
} = yI(b, jn, gA, k, void 0, Sr, oe, re);
|
|
10356
10356
|
if (b.fetchers.has(F)) {
|
|
@@ -10359,12 +10359,12 @@ function eS(e) {
|
|
|
10359
10359
|
}
|
|
10360
10360
|
Ur(io), b.navigation.state === "loading" && io > L ? (He(x, "Expected pending action"), _ && _.abort(), Ke(b.navigation.location, {
|
|
10361
10361
|
matches: jn,
|
|
10362
|
-
loaderData:
|
|
10362
|
+
loaderData: Ae,
|
|
10363
10363
|
errors: ge,
|
|
10364
10364
|
fetchers: new Map(b.fetchers)
|
|
10365
10365
|
})) : (De({
|
|
10366
10366
|
errors: ge,
|
|
10367
|
-
loaderData: xI(b.loaderData,
|
|
10367
|
+
loaderData: xI(b.loaderData, Ae, jn, ge),
|
|
10368
10368
|
fetchers: new Map(b.fetchers)
|
|
10369
10369
|
}), ee = !1);
|
|
10370
10370
|
}
|
|
@@ -12648,7 +12648,7 @@ const m5 = w(H)`
|
|
|
12648
12648
|
border-radius: 10px;
|
|
12649
12649
|
overflow: hidden;
|
|
12650
12650
|
flex-direction: row;
|
|
12651
|
-
`, v5 = w(
|
|
12651
|
+
`, v5 = w(ie)`
|
|
12652
12652
|
width: 367px;
|
|
12653
12653
|
height: 100%;
|
|
12654
12654
|
background: #f6f8fc;
|
|
@@ -12662,7 +12662,7 @@ const m5 = w(H)`
|
|
|
12662
12662
|
color: #196fe0;
|
|
12663
12663
|
cursor: pointer;
|
|
12664
12664
|
}
|
|
12665
|
-
`, y5 = w(
|
|
12665
|
+
`, y5 = w(ie)`
|
|
12666
12666
|
width: 501px;
|
|
12667
12667
|
height: 100%;
|
|
12668
12668
|
background: #e5eeff;
|
|
@@ -12779,14 +12779,14 @@ const m5 = w(H)`
|
|
|
12779
12779
|
overflow: hidden;
|
|
12780
12780
|
text-overflow: ellipsis;
|
|
12781
12781
|
white-space: nowrap;
|
|
12782
|
-
`, i6 = w(
|
|
12782
|
+
`, i6 = w(ie)`
|
|
12783
12783
|
display: flex;
|
|
12784
12784
|
flex-wrap: wrap;
|
|
12785
12785
|
gap: 20px;
|
|
12786
12786
|
max-width: 796px;
|
|
12787
12787
|
list-style: none;
|
|
12788
12788
|
justify-content: flex-start;
|
|
12789
|
-
`, A6 = w(
|
|
12789
|
+
`, A6 = w(ie)`
|
|
12790
12790
|
cursor: pointer;
|
|
12791
12791
|
width: 252px;
|
|
12792
12792
|
height: 187px;
|
|
@@ -12818,7 +12818,7 @@ const m5 = w(H)`
|
|
|
12818
12818
|
-webkit-box-orient: vertical;
|
|
12819
12819
|
overflow: hidden;
|
|
12820
12820
|
text-overflow: ellipsis;
|
|
12821
|
-
`, l6 = "Visibility not set", HQ = "Configure visibility settings", c6 = "Contact your admin to configure visibility", u6 = "Select inbox(es)", g6 = "Select the inbox(es)", d6 = "Select the role", C6 = "Select role", PI = "inbox", E6 = "roles", f6 = "Close", I6 = "Configure Visibility", p6 = "Set card visibility across shared mailboxes and roles to enable the connector", NI = "conn_visibility_popover", h6 = "useSingletonContext must be used within a SingletonProvider", B6 = "${{connector}}", Q6 = "Visibility settings saved", m6 = "Some error occured. Please contact support@hiverhq.com", b6 = "Selecting any lower role will automatically select the roles above it", v6 = "Loading custom fields...", y6 = "Save", kI = "enabled", MI = "disabled", x6 = "Select atleast one field to save", $C = "New", w6 = "Upgrade now", T6 = "Authentication failed", S6 = "More info about the current updates that will be there in this connector", _6 = w(
|
|
12821
|
+
`, l6 = "Visibility not set", HQ = "Configure visibility settings", c6 = "Contact your admin to configure visibility", u6 = "Select inbox(es)", g6 = "Select the inbox(es)", d6 = "Select the role", C6 = "Select role", PI = "inbox", E6 = "roles", f6 = "Close", I6 = "Configure Visibility", p6 = "Set card visibility across shared mailboxes and roles to enable the connector", NI = "conn_visibility_popover", h6 = "useSingletonContext must be used within a SingletonProvider", B6 = "${{connector}}", Q6 = "Visibility settings saved", m6 = "Some error occured. Please contact support@hiverhq.com", b6 = "Selecting any lower role will automatically select the roles above it", v6 = "Loading custom fields...", y6 = "Save", kI = "enabled", MI = "disabled", x6 = "Select atleast one field to save", $C = "New", w6 = "Upgrade now", T6 = "Authentication failed", S6 = "More info about the current updates that will be there in this connector", _6 = w(ie)`
|
|
12822
12822
|
min-height: 506px;
|
|
12823
12823
|
width: 462px;
|
|
12824
12824
|
padding: 32px;
|
|
@@ -12893,7 +12893,7 @@ const m5 = w(H)`
|
|
|
12893
12893
|
border-radius: 12px;
|
|
12894
12894
|
box-shadow: 0 0 10px 0 rgba(239, 241, 244, 1);
|
|
12895
12895
|
margin-bottom: 32px;
|
|
12896
|
-
`, V6 = w(
|
|
12896
|
+
`, V6 = w(ie)`
|
|
12897
12897
|
padding: 12.3px 0 12.3px 0;
|
|
12898
12898
|
box-sizing: border-box;
|
|
12899
12899
|
width: 531px;
|
|
@@ -12962,7 +12962,7 @@ const m5 = w(H)`
|
|
|
12962
12962
|
return /* @__PURE__ */ l.jsx(eE.Provider, { value: r, children: e });
|
|
12963
12963
|
});
|
|
12964
12964
|
WQ.displayName = "SingletonProvider";
|
|
12965
|
-
const zQ = (e) => e.connectorLirary.connectorList, Tu = (e) => e.connectorLirary.connectors, YQ = (e) => e.connectorLirary.connectorsApiStatus, X6 = (e) => e.connectorLirary.currentUpdatingConnectors, tE = (e) => e.connectorLirary.connectorDetailApiStatus, JQ = (e) => e.connectorLirary.emailInboxDetails, XQ = (e) => e.connectorLirary.rolesAndPermissions, K6 = (e) => e.connectorLirary.updateEnableConnectorsApiStatus, q6 = (e) => e.connectorLirary.cardCustomFields, Z6 = (e) => e.connectorLirary.cardCustomFieldsApiStatus, $6 = w(
|
|
12965
|
+
const zQ = (e) => e.connectorLirary.connectorList, Tu = (e) => e.connectorLirary.connectors, YQ = (e) => e.connectorLirary.connectorsApiStatus, X6 = (e) => e.connectorLirary.currentUpdatingConnectors, tE = (e) => e.connectorLirary.connectorDetailApiStatus, JQ = (e) => e.connectorLirary.emailInboxDetails, XQ = (e) => e.connectorLirary.rolesAndPermissions, K6 = (e) => e.connectorLirary.updateEnableConnectorsApiStatus, q6 = (e) => e.connectorLirary.cardCustomFields, Z6 = (e) => e.connectorLirary.cardCustomFieldsApiStatus, $6 = w(ie)`
|
|
12966
12966
|
border-radius: 4px;
|
|
12967
12967
|
border: 1px solid ${K.palette.gray.gray5};
|
|
12968
12968
|
margin-bottom: 12px;
|
|
@@ -12973,7 +12973,7 @@ const zQ = (e) => e.connectorLirary.connectorList, Tu = (e) => e.connectorLirary
|
|
|
12973
12973
|
& .MuiSwitch-root {
|
|
12974
12974
|
padding: 12px;
|
|
12975
12975
|
}
|
|
12976
|
-
`, e9 = w(
|
|
12976
|
+
`, e9 = w(ie)`
|
|
12977
12977
|
box-sizing: border-box;
|
|
12978
12978
|
|
|
12979
12979
|
&.connector-grid,
|
|
@@ -13039,7 +13039,7 @@ const zQ = (e) => e.connectorLirary.connectorList, Tu = (e) => e.connectorLirary
|
|
|
13039
13039
|
height: 38px;
|
|
13040
13040
|
position: relative;
|
|
13041
13041
|
margin-left: 10px;
|
|
13042
|
-
`, o9 = w(
|
|
13042
|
+
`, o9 = w(ie)`
|
|
13043
13043
|
margin-left: 30px;
|
|
13044
13044
|
width: 50px;
|
|
13045
13045
|
aspect-ratio: 1;
|
|
@@ -13104,11 +13104,11 @@ const zQ = (e) => e.connectorLirary.connectorList, Tu = (e) => e.connectorLirary
|
|
|
13104
13104
|
}
|
|
13105
13105
|
},
|
|
13106
13106
|
children: /* @__PURE__ */ l.jsxs(H, { direction: "row", children: [
|
|
13107
|
-
r && /* @__PURE__ */ l.jsx(
|
|
13107
|
+
r && /* @__PURE__ */ l.jsx(ie, { position: "absolute", right: 10, top: 10, children: /* @__PURE__ */ l.jsx(pt, { title: "Close", placement: "bottom", children: /* @__PURE__ */ l.jsx(Wn, { onClick: () => t(!1), "data-testid": "close-modal", children: /* @__PURE__ */ l.jsx("img", { src: C9 }) }) }) }),
|
|
13108
13108
|
n
|
|
13109
13109
|
] })
|
|
13110
13110
|
}
|
|
13111
|
-
), E9 = w(
|
|
13111
|
+
), E9 = w(ie)`
|
|
13112
13112
|
.connector-enabled-img {
|
|
13113
13113
|
width: 562px;
|
|
13114
13114
|
height: 500px;
|
|
@@ -13136,11 +13136,11 @@ const zQ = (e) => e.connectorLirary.connectorList, Tu = (e) => e.connectorLirary
|
|
|
13136
13136
|
] }) }),
|
|
13137
13137
|
/* @__PURE__ */ l.jsx(E9, { children: /* @__PURE__ */ l.jsx("img", { className: "connector-enabled-img", src: o, alt: "Connector enabled" }) })
|
|
13138
13138
|
] });
|
|
13139
|
-
}, h9 = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='15'%20height='15'%20viewBox='0%200%2015%2015'%3e%3cpath%20fill='%23ffffff'%20fill-rule='nonzero'%20d='M8.821%207.496L14.716%201.6A.937.937%200%201%200%2013.391.275L7.496%206.17%201.6.275A.937.937%200%201%200%20.275%201.601L6.17%207.496.275%2013.39A.937.937%200%201%200%201.6%2014.716L7.496%208.82l5.895%205.895a.935.935%200%200%200%201.325%200%20.937.937%200%200%200%200-1.326L8.821%207.496z'%20opacity='.8'/%3e%3c/svg%3e", B9 = w(
|
|
13139
|
+
}, h9 = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='15'%20height='15'%20viewBox='0%200%2015%2015'%3e%3cpath%20fill='%23ffffff'%20fill-rule='nonzero'%20d='M8.821%207.496L14.716%201.6A.937.937%200%201%200%2013.391.275L7.496%206.17%201.6.275A.937.937%200%201%200%20.275%201.601L6.17%207.496.275%2013.39A.937.937%200%201%200%201.6%2014.716L7.496%208.82l5.895%205.895a.935.935%200%200%200%201.325%200%20.937.937%200%200%200%200-1.326L8.821%207.496z'%20opacity='.8'/%3e%3c/svg%3e", B9 = w(ie)`
|
|
13140
13140
|
display: flex;
|
|
13141
13141
|
flex-direction: row;
|
|
13142
13142
|
align-items: center;
|
|
13143
|
-
`, Q9 = w(
|
|
13143
|
+
`, Q9 = w(ie)`
|
|
13144
13144
|
padding: 5px 8px;
|
|
13145
13145
|
color: white;
|
|
13146
13146
|
`, m9 = w(TB.Logo)(() => ({
|
|
@@ -13202,7 +13202,7 @@ function ar(e) {
|
|
|
13202
13202
|
function y9(e) {
|
|
13203
13203
|
gt.dismiss(e);
|
|
13204
13204
|
}
|
|
13205
|
-
const x9 = w(
|
|
13205
|
+
const x9 = w(ie)`
|
|
13206
13206
|
height: 100%;
|
|
13207
13207
|
width: 100%;
|
|
13208
13208
|
padding: 16px 12px;
|
|
@@ -16134,7 +16134,7 @@ const I8 = w(H)`
|
|
|
16134
16134
|
}
|
|
16135
16135
|
}
|
|
16136
16136
|
}
|
|
16137
|
-
`, p8 = w(
|
|
16137
|
+
`, p8 = w(ie)`
|
|
16138
16138
|
max-height: 256px;
|
|
16139
16139
|
overflow: hidden;
|
|
16140
16140
|
margin-left: -24px;
|
|
@@ -16283,7 +16283,7 @@ const I8 = w(H)`
|
|
|
16283
16283
|
/* @__PURE__ */ l.jsx(Z, { variant: "caption", color: xt.gray.gray3, fontSize: "12px", children: v6 })
|
|
16284
16284
|
] }) : null
|
|
16285
16285
|
] });
|
|
16286
|
-
}, Qm = (e) => /* @__PURE__ */ l.jsx(js, { ...e }), T8 = w(
|
|
16286
|
+
}, Qm = (e) => /* @__PURE__ */ l.jsx(js, { ...e }), T8 = w(ie)`
|
|
16287
16287
|
.request-new-connector-img {
|
|
16288
16288
|
width: 500px;
|
|
16289
16289
|
height: 500px;
|
|
@@ -16302,7 +16302,7 @@ const I8 = w(H)`
|
|
|
16302
16302
|
transform: translate(0px, -50%);
|
|
16303
16303
|
}
|
|
16304
16304
|
}
|
|
16305
|
-
`, _8 = w(
|
|
16305
|
+
`, _8 = w(ie)`
|
|
16306
16306
|
cursor: pointer;
|
|
16307
16307
|
.MuiInput-root::after {
|
|
16308
16308
|
border-bottom: 1px solid #196fe0 !important;
|
|
@@ -16346,7 +16346,7 @@ const I8 = w(H)`
|
|
|
16346
16346
|
getOptionLabel: (c) => c[r] ?? "",
|
|
16347
16347
|
onChange: i,
|
|
16348
16348
|
options: e,
|
|
16349
|
-
renderOption: (c, u) => /* @__PURE__ */ l.jsx(
|
|
16349
|
+
renderOption: (c, u) => /* @__PURE__ */ l.jsx(ie, { component: "li", ...c, minHeight: "34px !important", children: u[r] }),
|
|
16350
16350
|
renderInput: (c) => /* @__PURE__ */ l.jsx(Wd, { ...c, ref: c.inputProps.ref, placeholder: n })
|
|
16351
16351
|
}
|
|
16352
16352
|
) : /* @__PURE__ */ l.jsx(
|
|
@@ -16374,7 +16374,7 @@ const I8 = w(H)`
|
|
|
16374
16374
|
isOptionEqualToValue: (c, u) => (u == null ? void 0 : u[o]) === "" ? !0 : c[o] === u[o],
|
|
16375
16375
|
renderOption: (c, u, { selected: g }) => {
|
|
16376
16376
|
const { key: E, ...p } = c;
|
|
16377
|
-
return /* @__PURE__ */ l.jsxs(
|
|
16377
|
+
return /* @__PURE__ */ l.jsxs(ie, { component: "li", ...p, minHeight: "36px", children: [
|
|
16378
16378
|
/* @__PURE__ */ l.jsx(Mo, { style: { marginRight: 8 }, checked: g }),
|
|
16379
16379
|
u[r]
|
|
16380
16380
|
] }, E);
|
|
@@ -16401,7 +16401,7 @@ const I8 = w(H)`
|
|
|
16401
16401
|
{ type: E6, options: i, label: d6, isSingleSelect: !0 }
|
|
16402
16402
|
].map(({ type: s, options: c, label: u, isSingleSelect: g }) => {
|
|
16403
16403
|
const E = s === PI, p = E ? t : r;
|
|
16404
|
-
return /* @__PURE__ */ l.jsxs(
|
|
16404
|
+
return /* @__PURE__ */ l.jsxs(ie, { marginBottom: "20px", children: [
|
|
16405
16405
|
/* @__PURE__ */ l.jsx(O6, { variant: "h4", children: u }),
|
|
16406
16406
|
/* @__PURE__ */ l.jsx(
|
|
16407
16407
|
O8,
|
|
@@ -16521,7 +16521,7 @@ const I8 = w(H)`
|
|
|
16521
16521
|
};
|
|
16522
16522
|
return /* @__PURE__ */ l.jsx(_6, { children: /* @__PURE__ */ l.jsxs(F6, { children: [
|
|
16523
16523
|
/* @__PURE__ */ l.jsx(R6, { variant: "h2", children: HQ }),
|
|
16524
|
-
/* @__PURE__ */ l.jsx(
|
|
16524
|
+
/* @__PURE__ */ l.jsx(ie, { marginBottom: "24px", children: /* @__PURE__ */ l.jsxs(Au, { value: b, onChange: L, children: [
|
|
16525
16525
|
/* @__PURE__ */ l.jsx(jI, { label: O(Ti.CARD_VISIBILITY.ID) }),
|
|
16526
16526
|
/* @__PURE__ */ l.jsx(jI, { label: O(Ti.FIELD_VISIBILITY.ID, Ce) })
|
|
16527
16527
|
] }) }),
|
|
@@ -16540,7 +16540,7 @@ const I8 = w(H)`
|
|
|
16540
16540
|
/* @__PURE__ */ l.jsx(pt, { title: U ? x6 : null, children: /* @__PURE__ */ l.jsx("div", { children: /* @__PURE__ */ l.jsx(P6, { onClick: z, disabled: R, children: C !== Me.LOADING ? /* @__PURE__ */ l.jsx(Z, { variant: "body2_medium", children: y6 }) : /* @__PURE__ */ l.jsx(au, { height: "22px", children: /* @__PURE__ */ l.jsx(L6, { size: 22 }) }) }) }) })
|
|
16541
16541
|
] })
|
|
16542
16542
|
] }) });
|
|
16543
|
-
}, P8 = w(
|
|
16543
|
+
}, P8 = w(ie)`
|
|
16544
16544
|
height: 52px;
|
|
16545
16545
|
box-sizing: border-box;
|
|
16546
16546
|
width: 100%;
|
|
@@ -16589,7 +16589,7 @@ w(Z)`
|
|
|
16589
16589
|
const N8 = w(H)`
|
|
16590
16590
|
align-items: center;
|
|
16591
16591
|
flex-direction: row;
|
|
16592
|
-
`, k8 = w(
|
|
16592
|
+
`, k8 = w(ie)`
|
|
16593
16593
|
visibility: hidden;
|
|
16594
16594
|
`, M8 = w(Wn)`
|
|
16595
16595
|
&.Mui-disabled {
|
|
@@ -16724,7 +16724,7 @@ const N8 = w(H)`
|
|
|
16724
16724
|
/* @__PURE__ */ l.jsxs(H, { className: U, width: "100%", children: [
|
|
16725
16725
|
/* @__PURE__ */ l.jsx(H, { direction: "row", gap: 1, alignItems: "center", children: /* @__PURE__ */ l.jsxs(H, { flexDirection: "row", alignItems: "center", children: [
|
|
16726
16726
|
t ? /* @__PURE__ */ l.jsx("img", { src: a ?? "", className: "logoIcon", width: "28xp", height: "28px", alt: A }) : null,
|
|
16727
|
-
/* @__PURE__ */ l.jsxs(
|
|
16727
|
+
/* @__PURE__ */ l.jsxs(ie, { children: [
|
|
16728
16728
|
/* @__PURE__ */ l.jsx(t9, { variant: r ? "body1_medium" : "h2", children: A }),
|
|
16729
16729
|
/* @__PURE__ */ l.jsxs(
|
|
16730
16730
|
H,
|
|
@@ -16749,7 +16749,7 @@ const N8 = w(H)`
|
|
|
16749
16749
|
] })
|
|
16750
16750
|
] }) }),
|
|
16751
16751
|
t && !n ? /* @__PURE__ */ l.jsx(i9, { variant: "contained", onClick: (R) => Q(R, i), children: q5 }) : /* @__PURE__ */ l.jsxs(n9, { children: [
|
|
16752
|
-
!t && u && !x ? /* @__PURE__ */ l.jsx(
|
|
16752
|
+
!t && u && !x ? /* @__PURE__ */ l.jsx(ie, { marginRight: "7px", children: /* @__PURE__ */ l.jsx(rt, { size: "small", onClick: y, children: w6 }) }) : null,
|
|
16753
16753
|
!t && x ? /* @__PURE__ */ l.jsx(A9, { severity: "error", children: T6 }) : null,
|
|
16754
16754
|
/* @__PURE__ */ l.jsx(pt, { title: Z5, placement: "bottom", children: /* @__PURE__ */ l.jsx(Wn, { onClick: (R) => m(R, i), children: /* @__PURE__ */ l.jsx("img", { src: c9, className: "settingsIcon" }) }) }),
|
|
16755
16755
|
(E == null ? void 0 : E[i]) !== Me.LOADING ? /* @__PURE__ */ l.jsx(pt, { title: b ? e6 : $5, placement: "bottom", children: /* @__PURE__ */ l.jsx(
|
|
@@ -16787,7 +16787,7 @@ const N8 = w(H)`
|
|
|
16787
16787
|
] });
|
|
16788
16788
|
}, W8 = () => {
|
|
16789
16789
|
const e = It(zQ), t = It(Tu);
|
|
16790
|
-
return /* @__PURE__ */ l.jsx(WQ, { children: /* @__PURE__ */ l.jsx(
|
|
16790
|
+
return /* @__PURE__ */ l.jsx(WQ, { children: /* @__PURE__ */ l.jsx(ie, { "data-testid": "connector-custom-card", children: e.map((n) => {
|
|
16791
16791
|
var r;
|
|
16792
16792
|
return (r = t == null ? void 0 : t[n]) != null && r.id ? /* @__PURE__ */ l.jsx(
|
|
16793
16793
|
bm,
|
|
@@ -16832,7 +16832,7 @@ const N8 = w(H)`
|
|
|
16832
16832
|
isOptionEqualToValue: (g, E) => g.id === E.id,
|
|
16833
16833
|
renderOption: (g, E, { selected: p }) => {
|
|
16834
16834
|
const { key: f, ...d } = g;
|
|
16835
|
-
return /* @__PURE__ */ l.jsxs(
|
|
16835
|
+
return /* @__PURE__ */ l.jsxs(ie, { component: "li", ...d, minHeight: "36px", children: [
|
|
16836
16836
|
/* @__PURE__ */ l.jsx(Mo, { style: { marginRight: 8 }, checked: p }),
|
|
16837
16837
|
E.label
|
|
16838
16838
|
] }, f);
|
|
@@ -16951,7 +16951,7 @@ const N8 = w(H)`
|
|
|
16951
16951
|
}
|
|
16952
16952
|
) })
|
|
16953
16953
|
] });
|
|
16954
|
-
}, K8 = "Custom Connectors", q8 = "Connectors help you get a better customer context and key actions right into your inbox", Z8 = "Library", $8 = "Use these pre-built connectors to get started without any hassle. Authenticate and access them from the right panel of Hiver.", eR = w(
|
|
16954
|
+
}, K8 = "Custom Connectors", q8 = "Connectors help you get a better customer context and key actions right into your inbox", Z8 = "Library", $8 = "Use these pre-built connectors to get started without any hassle. Authenticate and access them from the right panel of Hiver.", eR = w(ie)`
|
|
16955
16955
|
padding: 14px 0px 0 32px;
|
|
16956
16956
|
box-sizing: border-box;
|
|
16957
16957
|
`, tR = w(H)`
|
|
@@ -17094,7 +17094,7 @@ const N8 = w(H)`
|
|
|
17094
17094
|
] }),
|
|
17095
17095
|
/* @__PURE__ */ l.jsx(rR, { variant: "body1", color: "rgba(108, 123, 148, 1)", children: q8 }),
|
|
17096
17096
|
E ? /* @__PURE__ */ l.jsx(sR, {}) : /* @__PURE__ */ l.jsx(l.Fragment, { children: c ? /* @__PURE__ */ l.jsx(W8, {}) : /* @__PURE__ */ l.jsx(J6, { setModalState: p }) }),
|
|
17097
|
-
/* @__PURE__ */ l.jsxs(
|
|
17097
|
+
/* @__PURE__ */ l.jsxs(ie, { marginTop: "32px", children: [
|
|
17098
17098
|
u ? /* @__PURE__ */ l.jsxs(l.Fragment, { children: [
|
|
17099
17099
|
/* @__PURE__ */ l.jsx(oR, { variant: "h2", children: Z8 }),
|
|
17100
17100
|
/* @__PURE__ */ l.jsx(iR, { variant: "body1", color: K.palette.gray.gray3, children: $8 })
|
|
@@ -17110,14 +17110,14 @@ const N8 = w(H)`
|
|
|
17110
17110
|
}
|
|
17111
17111
|
)
|
|
17112
17112
|
] });
|
|
17113
|
-
}, yR = w(
|
|
17113
|
+
}, yR = w(ie)`
|
|
17114
17114
|
box-sizing: border-box;
|
|
17115
17115
|
background-color: #ffffff;
|
|
17116
17116
|
width: 178px;
|
|
17117
17117
|
z-index: 2;
|
|
17118
17118
|
position: fixed;
|
|
17119
17119
|
height: 100%;
|
|
17120
|
-
`, xR = w(
|
|
17120
|
+
`, xR = w(ie)`
|
|
17121
17121
|
padding-top: 17px;
|
|
17122
17122
|
box-sizing: border-box;
|
|
17123
17123
|
width: 178px;
|
|
@@ -17126,7 +17126,7 @@ const N8 = w(H)`
|
|
|
17126
17126
|
`, wR = w(Z)`
|
|
17127
17127
|
font-size: 14px;
|
|
17128
17128
|
line-height: 24px;
|
|
17129
|
-
`, TR = w(
|
|
17129
|
+
`, TR = w(ie)`
|
|
17130
17130
|
display: flex;
|
|
17131
17131
|
flex-direction: column;
|
|
17132
17132
|
gap: 8px;
|
|
@@ -17177,7 +17177,7 @@ const N8 = w(H)`
|
|
|
17177
17177
|
flex-direction: row;
|
|
17178
17178
|
align-items: stretch;
|
|
17179
17179
|
min-height: 100%;
|
|
17180
|
-
`, RR = w(
|
|
17180
|
+
`, RR = w(ie)`
|
|
17181
17181
|
margin: 0 48px 20px 177px;
|
|
17182
17182
|
width: 100%;
|
|
17183
17183
|
min-height: 100%;
|
|
@@ -17998,10 +17998,10 @@ const nO = /* @__PURE__ */ su(Om);
|
|
|
17998
17998
|
function A(le) {
|
|
17999
17999
|
for (var k = 1; k < arguments.length; k++) {
|
|
18000
18000
|
var oe = arguments[k] != null ? arguments[k] : {}, W = Object.keys(oe);
|
|
18001
|
-
typeof Object.getOwnPropertySymbols == "function" && (W = W.concat(Object.getOwnPropertySymbols(oe).filter(function(
|
|
18002
|
-
return Object.getOwnPropertyDescriptor(oe,
|
|
18003
|
-
}))), W.forEach(function(
|
|
18004
|
-
i(le,
|
|
18001
|
+
typeof Object.getOwnPropertySymbols == "function" && (W = W.concat(Object.getOwnPropertySymbols(oe).filter(function(Ae) {
|
|
18002
|
+
return Object.getOwnPropertyDescriptor(oe, Ae).enumerable;
|
|
18003
|
+
}))), W.forEach(function(Ae) {
|
|
18004
|
+
i(le, Ae, oe[Ae]);
|
|
18005
18005
|
});
|
|
18006
18006
|
}
|
|
18007
18007
|
return le;
|
|
@@ -18108,42 +18108,42 @@ const nO = /* @__PURE__ */ su(Om);
|
|
|
18108
18108
|
}
|
|
18109
18109
|
var k = le.prototype;
|
|
18110
18110
|
return k.forEach = function(W) {
|
|
18111
|
-
for (var
|
|
18112
|
-
W(this.elements[this.keyOrder[
|
|
18113
|
-
}, k.set = function(W,
|
|
18111
|
+
for (var Ae = 0; Ae < this.keyOrder.length; Ae++)
|
|
18112
|
+
W(this.elements[this.keyOrder[Ae]], this.keyOrder[Ae]);
|
|
18113
|
+
}, k.set = function(W, Ae, ge) {
|
|
18114
18114
|
if (!this.elements.hasOwnProperty(W))
|
|
18115
18115
|
this.keyOrder.push(W);
|
|
18116
18116
|
else if (ge) {
|
|
18117
18117
|
var fe = this.keyOrder.indexOf(W);
|
|
18118
18118
|
this.keyOrder.splice(fe, 1), this.keyOrder.push(W);
|
|
18119
18119
|
}
|
|
18120
|
-
if (
|
|
18121
|
-
this.elements[W] =
|
|
18120
|
+
if (Ae == null) {
|
|
18121
|
+
this.elements[W] = Ae;
|
|
18122
18122
|
return;
|
|
18123
18123
|
}
|
|
18124
|
-
if (v &&
|
|
18124
|
+
if (v && Ae instanceof Map || Ae instanceof le) {
|
|
18125
18125
|
var xe = this.elements.hasOwnProperty(W) ? this.elements[W] : new le();
|
|
18126
|
-
|
|
18126
|
+
Ae.forEach(function(Et, At) {
|
|
18127
18127
|
xe.set(At, Et, ge);
|
|
18128
18128
|
}), this.elements[W] = xe;
|
|
18129
18129
|
return;
|
|
18130
18130
|
}
|
|
18131
|
-
if (!Array.isArray(
|
|
18132
|
-
for (var ve = this.elements.hasOwnProperty(W) ? this.elements[W] : new le(), we = Object.keys(
|
|
18133
|
-
ve.set(we[_e],
|
|
18131
|
+
if (!Array.isArray(Ae) && o(Ae) === "object") {
|
|
18132
|
+
for (var ve = this.elements.hasOwnProperty(W) ? this.elements[W] : new le(), we = Object.keys(Ae), _e = 0; _e < we.length; _e += 1)
|
|
18133
|
+
ve.set(we[_e], Ae[we[_e]], ge);
|
|
18134
18134
|
this.elements[W] = ve;
|
|
18135
18135
|
return;
|
|
18136
18136
|
}
|
|
18137
|
-
this.elements[W] =
|
|
18137
|
+
this.elements[W] = Ae;
|
|
18138
18138
|
}, k.get = function(W) {
|
|
18139
18139
|
return this.elements[W];
|
|
18140
18140
|
}, k.has = function(W) {
|
|
18141
18141
|
return this.elements.hasOwnProperty(W);
|
|
18142
18142
|
}, k.addStyleType = function(W) {
|
|
18143
|
-
var
|
|
18143
|
+
var Ae = this;
|
|
18144
18144
|
if (v && W instanceof Map || W instanceof le)
|
|
18145
18145
|
W.forEach(function(xe, ve) {
|
|
18146
|
-
|
|
18146
|
+
Ae.set(ve, xe, !0);
|
|
18147
18147
|
});
|
|
18148
18148
|
else
|
|
18149
18149
|
for (var ge = Object.keys(W), fe = 0; fe < ge.length; fe++)
|
|
@@ -18171,12 +18171,12 @@ const nO = /* @__PURE__ */ su(Om);
|
|
|
18171
18171
|
var D = x(function(le, k) {
|
|
18172
18172
|
Object.defineProperty(k, "__esModule", {
|
|
18173
18173
|
value: !0
|
|
18174
|
-
}), k.default =
|
|
18174
|
+
}), k.default = Ae;
|
|
18175
18175
|
var oe = W(_);
|
|
18176
18176
|
function W(ge) {
|
|
18177
18177
|
return ge && ge.__esModule ? ge : { default: ge };
|
|
18178
18178
|
}
|
|
18179
|
-
function
|
|
18179
|
+
function Ae(ge, fe, xe) {
|
|
18180
18180
|
if (ge.hasOwnProperty(fe)) {
|
|
18181
18181
|
for (var ve = {}, we = ge[fe], _e = (0, oe.default)(fe), Et = Object.keys(xe), At = 0; At < Et.length; At++) {
|
|
18182
18182
|
var Bt = Et[At];
|
|
@@ -18195,9 +18195,9 @@ const nO = /* @__PURE__ */ su(Om);
|
|
|
18195
18195
|
Object.defineProperty(k, "__esModule", {
|
|
18196
18196
|
value: !0
|
|
18197
18197
|
}), k.default = oe;
|
|
18198
|
-
function oe(W,
|
|
18198
|
+
function oe(W, Ae, ge, fe, xe) {
|
|
18199
18199
|
for (var ve = 0, we = W.length; ve < we; ++ve) {
|
|
18200
|
-
var _e = W[ve](
|
|
18200
|
+
var _e = W[ve](Ae, ge, fe, xe);
|
|
18201
18201
|
if (_e)
|
|
18202
18202
|
return _e;
|
|
18203
18203
|
}
|
|
@@ -18208,15 +18208,15 @@ const nO = /* @__PURE__ */ su(Om);
|
|
|
18208
18208
|
Object.defineProperty(k, "__esModule", {
|
|
18209
18209
|
value: !0
|
|
18210
18210
|
}), k.default = W;
|
|
18211
|
-
function oe(
|
|
18212
|
-
|
|
18211
|
+
function oe(Ae, ge) {
|
|
18212
|
+
Ae.indexOf(ge) === -1 && Ae.push(ge);
|
|
18213
18213
|
}
|
|
18214
|
-
function W(
|
|
18214
|
+
function W(Ae, ge) {
|
|
18215
18215
|
if (Array.isArray(ge))
|
|
18216
18216
|
for (var fe = 0, xe = ge.length; fe < xe; ++fe)
|
|
18217
|
-
oe(
|
|
18217
|
+
oe(Ae, ge[fe]);
|
|
18218
18218
|
else
|
|
18219
|
-
oe(
|
|
18219
|
+
oe(Ae, ge);
|
|
18220
18220
|
}
|
|
18221
18221
|
});
|
|
18222
18222
|
b(R);
|
|
@@ -18233,7 +18233,7 @@ const nO = /* @__PURE__ */ su(Om);
|
|
|
18233
18233
|
Object.defineProperty(k, "__esModule", {
|
|
18234
18234
|
value: !0
|
|
18235
18235
|
}), k.default = xe;
|
|
18236
|
-
var oe = fe(D), W = fe(U),
|
|
18236
|
+
var oe = fe(D), W = fe(U), Ae = fe(R), ge = fe($);
|
|
18237
18237
|
function fe(ve) {
|
|
18238
18238
|
return ve && ve.__esModule ? ve : { default: ve };
|
|
18239
18239
|
}
|
|
@@ -18247,7 +18247,7 @@ const nO = /* @__PURE__ */ su(Om);
|
|
|
18247
18247
|
else if (Array.isArray(mt)) {
|
|
18248
18248
|
for (var Ut = [], Cn = 0, tr = mt.length; Cn < tr; ++Cn) {
|
|
18249
18249
|
var dA = (0, W.default)(_e, Bt, mt[Cn], At, we);
|
|
18250
|
-
(0,
|
|
18250
|
+
(0, Ae.default)(Ut, dA || mt[Cn]);
|
|
18251
18251
|
}
|
|
18252
18252
|
Ut.length > 0 && (At[Bt] = Ut);
|
|
18253
18253
|
} else {
|
|
@@ -18262,8 +18262,8 @@ const nO = /* @__PURE__ */ su(Om);
|
|
|
18262
18262
|
Object.defineProperty(k, "__esModule", {
|
|
18263
18263
|
value: !0
|
|
18264
18264
|
}), k.default = oe;
|
|
18265
|
-
function oe(W,
|
|
18266
|
-
if (typeof
|
|
18265
|
+
function oe(W, Ae) {
|
|
18266
|
+
if (typeof Ae == "string" && Ae === "text")
|
|
18267
18267
|
return ["-webkit-text", "text"];
|
|
18268
18268
|
}
|
|
18269
18269
|
}), z = b(Ce), N = x(function(le, k) {
|
|
@@ -18271,8 +18271,8 @@ const nO = /* @__PURE__ */ su(Om);
|
|
|
18271
18271
|
value: !0
|
|
18272
18272
|
}), k.default = W;
|
|
18273
18273
|
var oe = /-webkit-|-moz-|-ms-/;
|
|
18274
|
-
function W(
|
|
18275
|
-
return typeof
|
|
18274
|
+
function W(Ae) {
|
|
18275
|
+
return typeof Ae == "string" && oe.test(Ae);
|
|
18276
18276
|
}
|
|
18277
18277
|
le.exports = k.default;
|
|
18278
18278
|
});
|
|
@@ -18285,10 +18285,10 @@ const nO = /* @__PURE__ */ su(Om);
|
|
|
18285
18285
|
function W(fe) {
|
|
18286
18286
|
return fe && fe.__esModule ? fe : { default: fe };
|
|
18287
18287
|
}
|
|
18288
|
-
var
|
|
18288
|
+
var Ae = ["-webkit-", "-moz-", ""];
|
|
18289
18289
|
function ge(fe, xe) {
|
|
18290
18290
|
if (typeof xe == "string" && !(0, oe.default)(xe) && xe.indexOf("calc(") > -1)
|
|
18291
|
-
return
|
|
18291
|
+
return Ae.map(function(ve) {
|
|
18292
18292
|
return xe.replace(/calc\(/g, ve + "calc(");
|
|
18293
18293
|
});
|
|
18294
18294
|
}
|
|
@@ -18300,24 +18300,24 @@ const nO = /* @__PURE__ */ su(Om);
|
|
|
18300
18300
|
function W(fe) {
|
|
18301
18301
|
return fe && fe.__esModule ? fe : { default: fe };
|
|
18302
18302
|
}
|
|
18303
|
-
var
|
|
18303
|
+
var Ae = ["-webkit-", ""];
|
|
18304
18304
|
function ge(fe, xe) {
|
|
18305
18305
|
if (typeof xe == "string" && !(0, oe.default)(xe) && xe.indexOf("cross-fade(") > -1)
|
|
18306
|
-
return
|
|
18306
|
+
return Ae.map(function(ve) {
|
|
18307
18307
|
return xe.replace(/cross-fade\(/g, ve + "cross-fade(");
|
|
18308
18308
|
});
|
|
18309
18309
|
}
|
|
18310
18310
|
}), V = b(M), X = x(function(le, k) {
|
|
18311
18311
|
Object.defineProperty(k, "__esModule", {
|
|
18312
18312
|
value: !0
|
|
18313
|
-
}), k.default =
|
|
18313
|
+
}), k.default = Ae;
|
|
18314
18314
|
var oe = ["-webkit-", "-moz-", ""], W = {
|
|
18315
18315
|
"zoom-in": !0,
|
|
18316
18316
|
"zoom-out": !0,
|
|
18317
18317
|
grab: !0,
|
|
18318
18318
|
grabbing: !0
|
|
18319
18319
|
};
|
|
18320
|
-
function
|
|
18320
|
+
function Ae(ge, fe) {
|
|
18321
18321
|
if (ge === "cursor" && W.hasOwnProperty(fe))
|
|
18322
18322
|
return oe.map(function(xe) {
|
|
18323
18323
|
return xe + fe;
|
|
@@ -18331,10 +18331,10 @@ const nO = /* @__PURE__ */ su(Om);
|
|
|
18331
18331
|
function W(fe) {
|
|
18332
18332
|
return fe && fe.__esModule ? fe : { default: fe };
|
|
18333
18333
|
}
|
|
18334
|
-
var
|
|
18334
|
+
var Ae = ["-webkit-", ""];
|
|
18335
18335
|
function ge(fe, xe) {
|
|
18336
18336
|
if (typeof xe == "string" && !(0, oe.default)(xe) && xe.indexOf("filter(") > -1)
|
|
18337
|
-
return
|
|
18337
|
+
return Ae.map(function(ve) {
|
|
18338
18338
|
return xe.replace(/filter\(/g, ve + "filter(");
|
|
18339
18339
|
});
|
|
18340
18340
|
}
|
|
@@ -18346,8 +18346,8 @@ const nO = /* @__PURE__ */ su(Om);
|
|
|
18346
18346
|
flex: ["-webkit-box", "-moz-box", "-ms-flexbox", "-webkit-flex", "flex"],
|
|
18347
18347
|
"inline-flex": ["-webkit-inline-box", "-moz-inline-box", "-ms-inline-flexbox", "-webkit-inline-flex", "inline-flex"]
|
|
18348
18348
|
};
|
|
18349
|
-
function W(
|
|
18350
|
-
if (
|
|
18349
|
+
function W(Ae, ge) {
|
|
18350
|
+
if (Ae === "display" && oe.hasOwnProperty(ge))
|
|
18351
18351
|
return oe[ge];
|
|
18352
18352
|
}
|
|
18353
18353
|
}), de = b(te), Ve = x(function(le, k) {
|
|
@@ -18369,7 +18369,7 @@ const nO = /* @__PURE__ */ su(Om);
|
|
|
18369
18369
|
flexShrink: "msFlexNegative",
|
|
18370
18370
|
flexBasis: "msFlexPreferredSize"
|
|
18371
18371
|
// Full expanded syntax is flex-grow | flex-shrink | flex-basis.
|
|
18372
|
-
},
|
|
18372
|
+
}, Ae = {
|
|
18373
18373
|
auto: "1 1 auto",
|
|
18374
18374
|
inherit: "inherit",
|
|
18375
18375
|
initial: "0 1 auto",
|
|
@@ -18378,8 +18378,8 @@ const nO = /* @__PURE__ */ su(Om);
|
|
|
18378
18378
|
}, ge = /^\d+(\.\d+)?$/;
|
|
18379
18379
|
function fe(xe, ve, we) {
|
|
18380
18380
|
if (Object.prototype.hasOwnProperty.call(W, xe) && (we[W[xe]] = oe[ve] || ve), xe === "flex") {
|
|
18381
|
-
if (Object.prototype.hasOwnProperty.call(
|
|
18382
|
-
we.msFlex =
|
|
18381
|
+
if (Object.prototype.hasOwnProperty.call(Ae, ve)) {
|
|
18382
|
+
we.msFlex = Ae[ve];
|
|
18383
18383
|
return;
|
|
18384
18384
|
}
|
|
18385
18385
|
if (ge.test(ve)) {
|
|
@@ -18402,7 +18402,7 @@ const nO = /* @__PURE__ */ su(Om);
|
|
|
18402
18402
|
}), Y = b(Ve), nt = x(function(le, k) {
|
|
18403
18403
|
Object.defineProperty(k, "__esModule", {
|
|
18404
18404
|
value: !0
|
|
18405
|
-
}), k.default =
|
|
18405
|
+
}), k.default = Ae;
|
|
18406
18406
|
var oe = {
|
|
18407
18407
|
"space-around": "justify",
|
|
18408
18408
|
"space-between": "justify",
|
|
@@ -18416,7 +18416,7 @@ const nO = /* @__PURE__ */ su(Om);
|
|
|
18416
18416
|
flexWrap: "WebkitBoxLines",
|
|
18417
18417
|
flexGrow: "WebkitBoxFlex"
|
|
18418
18418
|
};
|
|
18419
|
-
function
|
|
18419
|
+
function Ae(ge, fe, xe) {
|
|
18420
18420
|
ge === "flexDirection" && typeof fe == "string" && (fe.indexOf("column") > -1 ? xe.WebkitBoxOrient = "vertical" : xe.WebkitBoxOrient = "horizontal", fe.indexOf("reverse") > -1 ? xe.WebkitBoxDirection = "reverse" : xe.WebkitBoxDirection = "normal"), W.hasOwnProperty(ge) && (xe[W[ge]] = oe[fe] || fe);
|
|
18421
18421
|
}
|
|
18422
18422
|
}), De = b(nt), Ke = x(function(le, k) {
|
|
@@ -18427,10 +18427,10 @@ const nO = /* @__PURE__ */ su(Om);
|
|
|
18427
18427
|
function W(xe) {
|
|
18428
18428
|
return xe && xe.__esModule ? xe : { default: xe };
|
|
18429
18429
|
}
|
|
18430
|
-
var
|
|
18430
|
+
var Ae = ["-webkit-", "-moz-", ""], ge = /linear-gradient|radial-gradient|repeating-linear-gradient|repeating-radial-gradient/gi;
|
|
18431
18431
|
function fe(xe, ve) {
|
|
18432
18432
|
if (typeof ve == "string" && !(0, oe.default)(ve) && ge.test(ve))
|
|
18433
|
-
return
|
|
18433
|
+
return Ae.map(function(we) {
|
|
18434
18434
|
return ve.replace(ge, function(_e) {
|
|
18435
18435
|
return we + _e;
|
|
18436
18436
|
});
|
|
@@ -18469,12 +18469,12 @@ const nO = /* @__PURE__ */ su(Om);
|
|
|
18469
18469
|
function W(ve) {
|
|
18470
18470
|
return typeof ve == "number" && !isNaN(ve);
|
|
18471
18471
|
}
|
|
18472
|
-
var
|
|
18472
|
+
var Ae = ["center", "end", "start", "stretch"], ge = {
|
|
18473
18473
|
"inline-grid": ["-ms-inline-grid", "inline-grid"],
|
|
18474
18474
|
grid: ["-ms-grid", "grid"]
|
|
18475
18475
|
}, fe = {
|
|
18476
18476
|
alignSelf: function(we, _e) {
|
|
18477
|
-
|
|
18477
|
+
Ae.indexOf(we) > -1 && (_e.msGridRowAlign = we);
|
|
18478
18478
|
},
|
|
18479
18479
|
gridColumn: function(we, _e) {
|
|
18480
18480
|
if (W(we))
|
|
@@ -18517,7 +18517,7 @@ const nO = /* @__PURE__ */ su(Om);
|
|
|
18517
18517
|
_e.msGridRows = we;
|
|
18518
18518
|
},
|
|
18519
18519
|
justifySelf: function(we, _e) {
|
|
18520
|
-
|
|
18520
|
+
Ae.indexOf(we) > -1 && (_e.msGridColumnAlign = we);
|
|
18521
18521
|
}
|
|
18522
18522
|
};
|
|
18523
18523
|
function xe(ve, we, _e) {
|
|
@@ -18536,10 +18536,10 @@ const nO = /* @__PURE__ */ su(Om);
|
|
|
18536
18536
|
function W(fe) {
|
|
18537
18537
|
return fe && fe.__esModule ? fe : { default: fe };
|
|
18538
18538
|
}
|
|
18539
|
-
var
|
|
18539
|
+
var Ae = ["-webkit-", ""];
|
|
18540
18540
|
function ge(fe, xe) {
|
|
18541
18541
|
if (typeof xe == "string" && !(0, oe.default)(xe) && xe.indexOf("image-set(") > -1)
|
|
18542
|
-
return
|
|
18542
|
+
return Ae.map(function(ve) {
|
|
18543
18543
|
return xe.replace(/image-set\(/g, ve + "image-set(");
|
|
18544
18544
|
});
|
|
18545
18545
|
}
|
|
@@ -18573,17 +18573,17 @@ const nO = /* @__PURE__ */ su(Om);
|
|
|
18573
18573
|
borderInlineEndStyle: ["WebkitBorderEndStyle", "MozBorderEndStyle"],
|
|
18574
18574
|
borderInlineEndWidth: ["WebkitBorderEndWidth", "MozBorderEndWidth"]
|
|
18575
18575
|
};
|
|
18576
|
-
function W(
|
|
18577
|
-
if (Object.prototype.hasOwnProperty.call(oe,
|
|
18578
|
-
for (var xe = oe[
|
|
18576
|
+
function W(Ae, ge, fe) {
|
|
18577
|
+
if (Object.prototype.hasOwnProperty.call(oe, Ae))
|
|
18578
|
+
for (var xe = oe[Ae], ve = 0, we = xe.length; ve < we; ++ve)
|
|
18579
18579
|
fe[xe[ve]] = ge;
|
|
18580
18580
|
}
|
|
18581
18581
|
}), Fn = b(Ln), Jo = x(function(le, k) {
|
|
18582
18582
|
Object.defineProperty(k, "__esModule", {
|
|
18583
18583
|
value: !0
|
|
18584
18584
|
}), k.default = oe;
|
|
18585
|
-
function oe(W,
|
|
18586
|
-
if (W === "position" &&
|
|
18585
|
+
function oe(W, Ae) {
|
|
18586
|
+
if (W === "position" && Ae === "sticky")
|
|
18587
18587
|
return ["-webkit-sticky", "sticky"];
|
|
18588
18588
|
}
|
|
18589
18589
|
}), Xo = b(Jo), Ko = x(function(le, k) {
|
|
@@ -18598,7 +18598,7 @@ const nO = /* @__PURE__ */ su(Om);
|
|
|
18598
18598
|
columnWidth: !0,
|
|
18599
18599
|
minWidth: !0,
|
|
18600
18600
|
minHeight: !0
|
|
18601
|
-
},
|
|
18601
|
+
}, Ae = {
|
|
18602
18602
|
"min-content": !0,
|
|
18603
18603
|
"max-content": !0,
|
|
18604
18604
|
"fill-available": !0,
|
|
@@ -18606,7 +18606,7 @@ const nO = /* @__PURE__ */ su(Om);
|
|
|
18606
18606
|
"contain-floats": !0
|
|
18607
18607
|
};
|
|
18608
18608
|
function ge(fe, xe) {
|
|
18609
|
-
if (W.hasOwnProperty(fe) &&
|
|
18609
|
+
if (W.hasOwnProperty(fe) && Ae.hasOwnProperty(xe))
|
|
18610
18610
|
return oe.map(function(ve) {
|
|
18611
18611
|
return ve + xe;
|
|
18612
18612
|
});
|
|
@@ -18626,12 +18626,12 @@ const nO = /* @__PURE__ */ su(Om);
|
|
|
18626
18626
|
}), oo = P(So), qo = x(function(le, k) {
|
|
18627
18627
|
Object.defineProperty(k, "__esModule", {
|
|
18628
18628
|
value: !0
|
|
18629
|
-
}), k.default =
|
|
18629
|
+
}), k.default = Ae;
|
|
18630
18630
|
var oe = W(oo);
|
|
18631
18631
|
function W(ge) {
|
|
18632
18632
|
return ge && ge.__esModule ? ge : { default: ge };
|
|
18633
18633
|
}
|
|
18634
|
-
function
|
|
18634
|
+
function Ae(ge) {
|
|
18635
18635
|
return (0, oe.default)(ge);
|
|
18636
18636
|
}
|
|
18637
18637
|
le.exports = k.default;
|
|
@@ -18641,7 +18641,7 @@ const nO = /* @__PURE__ */ su(Om);
|
|
|
18641
18641
|
Object.defineProperty(k, "__esModule", {
|
|
18642
18642
|
value: !0
|
|
18643
18643
|
}), k.default = we;
|
|
18644
|
-
var oe = ge(qo), W = ge(N),
|
|
18644
|
+
var oe = ge(qo), W = ge(N), Ae = ge(_);
|
|
18645
18645
|
function ge(_e) {
|
|
18646
18646
|
return _e && _e.__esModule ? _e : { default: _e };
|
|
18647
18647
|
}
|
|
@@ -18682,7 +18682,7 @@ const nO = /* @__PURE__ */ su(Om);
|
|
|
18682
18682
|
var Cn = mt.split(/,(?![^()]*(?:\([^()]*\))?\))/g).filter(function(tr) {
|
|
18683
18683
|
return !/-webkit-|-ms-/.test(tr);
|
|
18684
18684
|
}).join(",");
|
|
18685
|
-
return _e.indexOf("Moz") > -1 ? Cn : (At["Webkit" + (0,
|
|
18685
|
+
return _e.indexOf("Moz") > -1 ? Cn : (At["Webkit" + (0, Ae.default)(_e)] = Ut, At["Moz" + (0, Ae.default)(_e)] = Cn, mt);
|
|
18686
18686
|
}
|
|
18687
18687
|
}
|
|
18688
18688
|
}), _o = b(kn), Fe = ["Webkit"], Ur = ["Moz"], wr = ["ms"], Xt = ["Webkit", "Moz"], ht = ["Webkit", "ms"], Nt = ["Webkit", "Moz", "ms"], Kt = {
|
|
@@ -18806,29 +18806,29 @@ const nO = /* @__PURE__ */ su(Om);
|
|
|
18806
18806
|
function(k, oe, W) {
|
|
18807
18807
|
if (k[0] !== "@")
|
|
18808
18808
|
return null;
|
|
18809
|
-
var
|
|
18810
|
-
return ["".concat(k, "{").concat(
|
|
18809
|
+
var Ae = W(oe);
|
|
18810
|
+
return ["".concat(k, "{").concat(Ae.join(""), "}")];
|
|
18811
18811
|
}
|
|
18812
|
-
], ln = function le(k, oe, W,
|
|
18812
|
+
], ln = function le(k, oe, W, Ae, ge) {
|
|
18813
18813
|
for (var fe = new y(), xe = 0; xe < oe.length; xe++)
|
|
18814
18814
|
fe.addStyleType(oe[xe]);
|
|
18815
18815
|
var ve = new y(), we = [];
|
|
18816
18816
|
fe.forEach(function(Et, At) {
|
|
18817
18817
|
var Bt = W.some(function(mt) {
|
|
18818
18818
|
var Ut = mt(At, k, function(Cn) {
|
|
18819
|
-
return le(Cn, [Et], W,
|
|
18819
|
+
return le(Cn, [Et], W, Ae, ge);
|
|
18820
18820
|
});
|
|
18821
18821
|
if (Ut != null)
|
|
18822
18822
|
return Array.isArray(Ut) ? we.push.apply(we, a(Ut)) : (console.warn("WARNING: Selector handlers should return an array of rules.Returning a string containing multiple rules is deprecated.", mt), we.push("@media all {".concat(Ut, "}"))), !0;
|
|
18823
18823
|
});
|
|
18824
18824
|
Bt || ve.set(At, Et, !0);
|
|
18825
18825
|
});
|
|
18826
|
-
var _e = dn(k, ve,
|
|
18826
|
+
var _e = dn(k, ve, Ae, ge, W);
|
|
18827
18827
|
return _e && we.unshift(_e), we;
|
|
18828
18828
|
}, gn = function(k, oe, W) {
|
|
18829
18829
|
if (oe)
|
|
18830
|
-
for (var
|
|
18831
|
-
var fe =
|
|
18830
|
+
for (var Ae = Object.keys(oe), ge = 0; ge < Ae.length; ge++) {
|
|
18831
|
+
var fe = Ae[ge];
|
|
18832
18832
|
k.has(fe) && k.set(
|
|
18833
18833
|
fe,
|
|
18834
18834
|
oe[fe](k.get(fe), W),
|
|
@@ -18845,7 +18845,7 @@ const nO = /* @__PURE__ */ su(Om);
|
|
|
18845
18845
|
);
|
|
18846
18846
|
}, er = function(k, oe) {
|
|
18847
18847
|
return k[oe] = !0, k;
|
|
18848
|
-
}, dn = function(k, oe, W,
|
|
18848
|
+
}, dn = function(k, oe, W, Ae, ge) {
|
|
18849
18849
|
gn(oe, W, ge);
|
|
18850
18850
|
var fe = Object.keys(oe.elements).reduce(er, /* @__PURE__ */ Object.create(null)), xe = qt(oe.elements), ve = Object.keys(xe);
|
|
18851
18851
|
if (ve.length !== oe.keyOrder.length) {
|
|
@@ -18859,7 +18859,7 @@ const nO = /* @__PURE__ */ su(Om);
|
|
|
18859
18859
|
oe.keyOrder.unshift(ve[we]);
|
|
18860
18860
|
}
|
|
18861
18861
|
}
|
|
18862
|
-
for (var At =
|
|
18862
|
+
for (var At = Ae === !1 ? h : I, Bt = [], mt = 0; mt < oe.keyOrder.length; mt++) {
|
|
18863
18863
|
var Ut = oe.keyOrder[mt], Cn = xe[Ut];
|
|
18864
18864
|
if (Array.isArray(Cn))
|
|
18865
18865
|
for (var tr = 0; tr < Cn.length; tr++)
|
|
@@ -18875,10 +18875,10 @@ const nO = /* @__PURE__ */ su(Om);
|
|
|
18875
18875
|
}
|
|
18876
18876
|
var W = Yt.styleSheet || Yt.sheet;
|
|
18877
18877
|
if (W.insertRule) {
|
|
18878
|
-
var
|
|
18878
|
+
var Ae = W.cssRules.length;
|
|
18879
18879
|
k.forEach(function(ge) {
|
|
18880
18880
|
try {
|
|
18881
|
-
W.insertRule(ge,
|
|
18881
|
+
W.insertRule(ge, Ae), Ae += 1;
|
|
18882
18882
|
} catch {
|
|
18883
18883
|
}
|
|
18884
18884
|
});
|
|
@@ -18923,12 +18923,12 @@ const nO = /* @__PURE__ */ su(Om);
|
|
|
18923
18923
|
return le(ge, oe);
|
|
18924
18924
|
}).join(",");
|
|
18925
18925
|
if (o(k) === "object") {
|
|
18926
|
-
var W = "keyframe_".concat(Q(k)),
|
|
18926
|
+
var W = "keyframe_".concat(Q(k)), Ae = "@keyframes ".concat(W, "{");
|
|
18927
18927
|
return k instanceof y ? k.forEach(function(ge, fe) {
|
|
18928
|
-
|
|
18928
|
+
Ae += ln(fe, [ge], oe, Cr, !1).join("");
|
|
18929
18929
|
}) : Object.keys(k).forEach(function(ge) {
|
|
18930
|
-
|
|
18931
|
-
}),
|
|
18930
|
+
Ae += ln(ge, [k[ge]], oe, Cr, !1).join("");
|
|
18931
|
+
}), Ae += "}", q(W, [Ae]), W;
|
|
18932
18932
|
} else
|
|
18933
18933
|
return k;
|
|
18934
18934
|
}
|
|
@@ -18942,10 +18942,10 @@ const nO = /* @__PURE__ */ su(Om);
|
|
|
18942
18942
|
}
|
|
18943
18943
|
(W = F).push.apply(W, a(oe)), Mn[k] = !0;
|
|
18944
18944
|
}
|
|
18945
|
-
}, T = function(k, oe, W,
|
|
18945
|
+
}, T = function(k, oe, W, Ae) {
|
|
18946
18946
|
var ge = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : [];
|
|
18947
18947
|
if (!Mn[k]) {
|
|
18948
|
-
var fe = ln(oe, W, ge, Cr,
|
|
18948
|
+
var fe = ln(oe, W, ge, Cr, Ae);
|
|
18949
18949
|
q(k, fe);
|
|
18950
18950
|
}
|
|
18951
18951
|
}, J = function() {
|
|
@@ -18975,30 +18975,30 @@ const nO = /* @__PURE__ */ su(Om);
|
|
|
18975
18975
|
});
|
|
18976
18976
|
}, Ze = function(k) {
|
|
18977
18977
|
return "_definition" in k && "_name" in k && "_len" in k;
|
|
18978
|
-
}, $e = function le(k, oe, W,
|
|
18978
|
+
}, $e = function le(k, oe, W, Ae) {
|
|
18979
18979
|
for (var ge = 0; ge < k.length; ge += 1)
|
|
18980
18980
|
if (k[ge])
|
|
18981
18981
|
if (Array.isArray(k[ge]))
|
|
18982
|
-
|
|
18982
|
+
Ae += le(k[ge], oe, W, Ae);
|
|
18983
18983
|
else if (Ze(k[ge]))
|
|
18984
|
-
oe.push(k[ge]._name), W.push(k[ge]._definition),
|
|
18984
|
+
oe.push(k[ge]._name), W.push(k[ge]._definition), Ae += k[ge]._len;
|
|
18985
18985
|
else
|
|
18986
18986
|
throw new Error("Invalid Style Definition: Styles should be defined using the StyleSheet.create method.");
|
|
18987
|
-
return
|
|
18987
|
+
return Ae;
|
|
18988
18988
|
}, kt = function(k, oe, W) {
|
|
18989
|
-
var
|
|
18990
|
-
if (
|
|
18989
|
+
var Ae = [], ge = [], fe = $e(oe, Ae, ge, 0);
|
|
18990
|
+
if (Ae.length === 0)
|
|
18991
18991
|
return "";
|
|
18992
18992
|
var xe;
|
|
18993
|
-
return process.env.NODE_ENV === "production" ? xe =
|
|
18993
|
+
return process.env.NODE_ENV === "production" ? xe = Ae.length === 1 ? "_".concat(Ae[0]) : "_".concat(B(Ae.join())).concat((fe % 36).toString(36)) : xe = Ae.join("-o_O-"), T(xe, ".".concat(xe), ge, k, W), xe;
|
|
18994
18994
|
}, Qt = function(k, oe) {
|
|
18995
18995
|
return "".concat(oe, "_").concat(B(k));
|
|
18996
18996
|
}, tn = function() {
|
|
18997
18997
|
return process.env.NODE_ENV === "production" ? B : Qt;
|
|
18998
18998
|
}, jn = tn(), io = {
|
|
18999
18999
|
create: function(k) {
|
|
19000
|
-
for (var oe = {}, W = Object.keys(k),
|
|
19001
|
-
var ge = W[
|
|
19000
|
+
for (var oe = {}, W = Object.keys(k), Ae = 0; Ae < W.length; Ae += 1) {
|
|
19001
|
+
var ge = W[Ae], fe = k[ge], xe = JSON.stringify(fe);
|
|
19002
19002
|
oe[ge] = {
|
|
19003
19003
|
_len: xe.length,
|
|
19004
19004
|
_name: jn(xe, ge),
|
|
@@ -19074,12 +19074,12 @@ const nO = /* @__PURE__ */ su(Om);
|
|
|
19074
19074
|
* instance of Aphrodite.
|
|
19075
19075
|
*/
|
|
19076
19076
|
extend: function(W) {
|
|
19077
|
-
var
|
|
19077
|
+
var Ae = W.map(function(ge) {
|
|
19078
19078
|
return ge.selectorHandler;
|
|
19079
19079
|
}).filter(function(ge) {
|
|
19080
19080
|
return ge;
|
|
19081
19081
|
});
|
|
19082
|
-
return Sr(le, k.concat(
|
|
19082
|
+
return Sr(le, k.concat(Ae));
|
|
19083
19083
|
}
|
|
19084
19084
|
}),
|
|
19085
19085
|
StyleSheetServer: Tr,
|
|
@@ -19088,9 +19088,9 @@ const nO = /* @__PURE__ */ su(Om);
|
|
|
19088
19088
|
jn = W ? B : Qt;
|
|
19089
19089
|
},
|
|
19090
19090
|
css: function() {
|
|
19091
|
-
for (var W = arguments.length,
|
|
19092
|
-
|
|
19093
|
-
return kt(le,
|
|
19091
|
+
for (var W = arguments.length, Ae = new Array(W), ge = 0; ge < W; ge++)
|
|
19092
|
+
Ae[ge] = arguments[ge];
|
|
19093
|
+
return kt(le, Ae, k);
|
|
19094
19094
|
},
|
|
19095
19095
|
flushToStyleTag: Be,
|
|
19096
19096
|
injectAndGetClassName: kt,
|
|
@@ -22458,7 +22458,7 @@ const q7 = {
|
|
|
22458
22458
|
overflow-x: auto;
|
|
22459
22459
|
overflow-y: hidden;
|
|
22460
22460
|
white-space: nowrap;
|
|
22461
|
-
`, $7 = w(
|
|
22461
|
+
`, $7 = w(ie)`
|
|
22462
22462
|
flex-shrink: 0;
|
|
22463
22463
|
width: 40%;
|
|
22464
22464
|
max-width: 400px;
|
|
@@ -22528,10 +22528,10 @@ const q7 = {
|
|
|
22528
22528
|
/* @__PURE__ */ l.jsx(AL, {}),
|
|
22529
22529
|
/* @__PURE__ */ l.jsx(Z, { children: rL(e) }),
|
|
22530
22530
|
/* @__PURE__ */ l.jsx(iL, { onClick: t, children: tL })
|
|
22531
|
-
] }), sL = w(
|
|
22531
|
+
] }), sL = w(ie)`
|
|
22532
22532
|
margin-top: 24px;
|
|
22533
22533
|
width: 100%;
|
|
22534
|
-
`, lL = w(
|
|
22534
|
+
`, lL = w(ie)`
|
|
22535
22535
|
margin-top: 27px;
|
|
22536
22536
|
margin-bottom: 24px;
|
|
22537
22537
|
font-size: 13px;
|
|
@@ -26809,7 +26809,7 @@ var Dk = /* @__PURE__ */ nu(function(e, t) {
|
|
|
26809
26809
|
ref: t
|
|
26810
26810
|
}, n));
|
|
26811
26811
|
}), Lk = Dk;
|
|
26812
|
-
const Fk = w(
|
|
26812
|
+
const Fk = w(ie)`
|
|
26813
26813
|
display: flex;
|
|
26814
26814
|
align-items: center;
|
|
26815
26815
|
width: 100%;
|
|
@@ -26838,7 +26838,7 @@ function u2(e) {
|
|
|
26838
26838
|
n ? /* @__PURE__ */ l.jsx(c2, { fill: "#97A3B7", style: { marginLeft: "auto", flexShrink: 0 } }) : null
|
|
26839
26839
|
] }) });
|
|
26840
26840
|
}
|
|
26841
|
-
const Nk = w(
|
|
26841
|
+
const Nk = w(ie)`
|
|
26842
26842
|
height: 24px;
|
|
26843
26843
|
width: 24px;
|
|
26844
26844
|
border-radius: 50%;
|
|
@@ -26863,7 +26863,7 @@ const Nk = w(Ae)`
|
|
|
26863
26863
|
&:after {
|
|
26864
26864
|
transform: rotate(-45deg);
|
|
26865
26865
|
}
|
|
26866
|
-
`, g2 = (e) => /* @__PURE__ */ l.jsx(_a.ClearIndicator, { ...e, children: /* @__PURE__ */ l.jsx(Nk, {}) }), kk = w(
|
|
26866
|
+
`, g2 = (e) => /* @__PURE__ */ l.jsx(_a.ClearIndicator, { ...e, children: /* @__PURE__ */ l.jsx(Nk, {}) }), kk = w(ie)`
|
|
26867
26867
|
position: relative;
|
|
26868
26868
|
height: 14px;
|
|
26869
26869
|
width: 14px;
|
|
@@ -27257,12 +27257,12 @@ function $k({ stackIndex: e, isScrollTarget: t, ...n }) {
|
|
|
27257
27257
|
}
|
|
27258
27258
|
);
|
|
27259
27259
|
}
|
|
27260
|
-
const Ks = "table-cell-form-field", kE = "60px", Hu = "24px", eM = w(
|
|
27260
|
+
const Ks = "table-cell-form-field", kE = "60px", Hu = "24px", eM = w(ie)`
|
|
27261
27261
|
width: 100%;
|
|
27262
|
-
`, tM = w(
|
|
27262
|
+
`, tM = w(ie)`
|
|
27263
27263
|
width: 100%;
|
|
27264
27264
|
overflow-x: auto;
|
|
27265
|
-
`, nM = w(
|
|
27265
|
+
`, nM = w(ie)`
|
|
27266
27266
|
--border-color: rgb(214, 221, 232);
|
|
27267
27267
|
--border-size: 1px;
|
|
27268
27268
|
display: grid;
|
|
@@ -27276,7 +27276,7 @@ const Ks = "table-cell-form-field", kE = "60px", Hu = "24px", eM = w(Ae)`
|
|
|
27276
27276
|
&:empty {
|
|
27277
27277
|
margin-top: 0;
|
|
27278
27278
|
}
|
|
27279
|
-
`, m2 = w(
|
|
27279
|
+
`, m2 = w(ie)`
|
|
27280
27280
|
--cell-padding: 0;
|
|
27281
27281
|
display: grid;
|
|
27282
27282
|
grid-template-columns: subgrid;
|
|
@@ -27288,7 +27288,7 @@ const Ks = "table-cell-form-field", kE = "60px", Hu = "24px", eM = w(Ae)`
|
|
|
27288
27288
|
`, oM = w(m2)`
|
|
27289
27289
|
--cell-padding: 10px ${Hu};
|
|
27290
27290
|
border-bottom: 1px solid var(--border-color);
|
|
27291
|
-
`, Vg = w(
|
|
27291
|
+
`, Vg = w(ie)`
|
|
27292
27292
|
border: var(--border-size) solid transparent;
|
|
27293
27293
|
border-right: var(--border-size) solid var(--border-color);
|
|
27294
27294
|
padding: var(--cell-padding, 0);
|
|
@@ -27337,7 +27337,7 @@ const Ks = "table-cell-form-field", kE = "60px", Hu = "24px", eM = w(Ae)`
|
|
|
27337
27337
|
width: 20px;
|
|
27338
27338
|
height: 20px;
|
|
27339
27339
|
}
|
|
27340
|
-
`, AM = w(
|
|
27340
|
+
`, AM = w(ie)`
|
|
27341
27341
|
margin-left: auto;
|
|
27342
27342
|
`, aM = w(H)`
|
|
27343
27343
|
box-sizing: content-box;
|
|
@@ -27456,10 +27456,10 @@ const cM = (e, t) => ({
|
|
|
27456
27456
|
};
|
|
27457
27457
|
A == null || A(g, c);
|
|
27458
27458
|
};
|
|
27459
|
-
return /* @__PURE__ */ l.jsx(
|
|
27459
|
+
return /* @__PURE__ */ l.jsx(ie, { sx: cM(n, o), className: r, role: "radiogroup", "aria-label": e, children: gM.map((c) => {
|
|
27460
27460
|
const u = c.value === a;
|
|
27461
27461
|
return /* @__PURE__ */ l.jsx(
|
|
27462
|
-
|
|
27462
|
+
ie,
|
|
27463
27463
|
{
|
|
27464
27464
|
component: "button",
|
|
27465
27465
|
type: "button",
|
|
@@ -27488,7 +27488,7 @@ const cM = (e, t) => ({
|
|
|
27488
27488
|
DELETE: "DELETE",
|
|
27489
27489
|
PATCH: "PATCH",
|
|
27490
27490
|
PUT: "PUT"
|
|
27491
|
-
}, EM = "Invalid text",
|
|
27491
|
+
}, EM = "Invalid text", qK = async (e) => {
|
|
27492
27492
|
const t = new URLSearchParams(), { inboxIds: n, channelType: r, conversationId: o, fetchAuthenticatedConnectors: i } = e || {};
|
|
27493
27493
|
return n == null || n.forEach((a) => {
|
|
27494
27494
|
t.append("inbox_ids", a);
|
|
@@ -27502,7 +27502,7 @@ const cM = (e, t) => ({
|
|
|
27502
27502
|
url: `${CM}?${t.toString()}`,
|
|
27503
27503
|
method: aa.GET
|
|
27504
27504
|
});
|
|
27505
|
-
}, fM = "/v1/api/connectors/ug",
|
|
27505
|
+
}, fM = "/v1/api/connectors/ug", ZK = async (e) => {
|
|
27506
27506
|
const t = new URLSearchParams();
|
|
27507
27507
|
for (const [i, A] of Object.entries(e || {}))
|
|
27508
27508
|
if (Array.isArray(A))
|
|
@@ -27550,7 +27550,7 @@ const cM = (e, t) => ({
|
|
|
27550
27550
|
fieldLabel: r.fieldLabel,
|
|
27551
27551
|
fieldSource: r.fieldSource
|
|
27552
27552
|
}))
|
|
27553
|
-
),
|
|
27553
|
+
), $K = async (e) => {
|
|
27554
27554
|
var i, A;
|
|
27555
27555
|
const [t, n] = await Promise.all([
|
|
27556
27556
|
We({
|
|
@@ -27572,14 +27572,14 @@ const cM = (e, t) => ({
|
|
|
27572
27572
|
return { objectName: n.objectName, fields: r };
|
|
27573
27573
|
});
|
|
27574
27574
|
return y2(t);
|
|
27575
|
-
},
|
|
27575
|
+
}, eq = async (e) => {
|
|
27576
27576
|
var n;
|
|
27577
27577
|
const t = await We({
|
|
27578
27578
|
url: `/v1/api/connectors/${e}/object-fields/static`,
|
|
27579
27579
|
method: aa.GET
|
|
27580
27580
|
});
|
|
27581
27581
|
return x2(((n = t == null ? void 0 : t.data) == null ? void 0 : n.objects) ?? []);
|
|
27582
|
-
},
|
|
27582
|
+
}, tq = async (e) => {
|
|
27583
27583
|
var n;
|
|
27584
27584
|
const t = await We({
|
|
27585
27585
|
url: `/v1/api/connectors/${e}/object-fields/dynamic`,
|
|
@@ -27954,7 +27954,7 @@ const pM = {
|
|
|
27954
27954
|
] });
|
|
27955
27955
|
};
|
|
27956
27956
|
D2.ROW_ID = Di;
|
|
27957
|
-
const RM = w(
|
|
27957
|
+
const RM = w(ie)`
|
|
27958
27958
|
box-sizing: border-box;
|
|
27959
27959
|
&:not(:has(.${Ks})) {
|
|
27960
27960
|
transform: translate(0, 5px);
|
|
@@ -28005,7 +28005,7 @@ const RM = w(Ae)`
|
|
|
28005
28005
|
&.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
|
|
28006
28006
|
border-width: 1px;
|
|
28007
28007
|
}
|
|
28008
|
-
`, uh = w(
|
|
28008
|
+
`, uh = w(ie)`
|
|
28009
28009
|
& .hiverFormField__placeholder {
|
|
28010
28010
|
color: #97a3b7;
|
|
28011
28011
|
}
|
|
@@ -28113,7 +28113,7 @@ const RM = w(Ae)`
|
|
|
28113
28113
|
height: 100%;
|
|
28114
28114
|
}
|
|
28115
28115
|
}
|
|
28116
|
-
`, gh = w(
|
|
28116
|
+
`, gh = w(ie)`
|
|
28117
28117
|
font-size: 12px;
|
|
28118
28118
|
font-weight: 400;
|
|
28119
28119
|
font-family: ${K.typography.fontFamily};
|
|
@@ -28125,7 +28125,7 @@ const RM = w(Ae)`
|
|
|
28125
28125
|
&.helper--error {
|
|
28126
28126
|
color: #d32f2f;
|
|
28127
28127
|
}
|
|
28128
|
-
`, FM = w(
|
|
28128
|
+
`, FM = w(ie)`
|
|
28129
28129
|
width: 100%;
|
|
28130
28130
|
position: relative;
|
|
28131
28131
|
& .MuiInputBase-root {
|
|
@@ -28139,7 +28139,7 @@ const RM = w(Ae)`
|
|
|
28139
28139
|
position: absolute;
|
|
28140
28140
|
margin-left: 5px;
|
|
28141
28141
|
}
|
|
28142
|
-
`, PM = w(
|
|
28142
|
+
`, PM = w(ie)`
|
|
28143
28143
|
display: inline-block;
|
|
28144
28144
|
margin-right: 9px;
|
|
28145
28145
|
width: 9px;
|
|
@@ -28399,7 +28399,7 @@ const RM = w(Ae)`
|
|
|
28399
28399
|
--field-space: calc( ${e - 1} * var(--field-gap));
|
|
28400
28400
|
--field-width: calc( ( 100% - var(--field-space) ) / ${e} );
|
|
28401
28401
|
`}
|
|
28402
|
-
`, VM = w(
|
|
28402
|
+
`, VM = w(ie)`
|
|
28403
28403
|
--cols: ${({ cols: e }) => e};
|
|
28404
28404
|
--include-gap: calc((var(--cols) - 1) * var(--field-gap));
|
|
28405
28405
|
--include-width: calc(var(--cols) * var(--field-width));
|
|
@@ -28456,7 +28456,7 @@ const RM = w(Ae)`
|
|
|
28456
28456
|
) }, ((x = d == null ? void 0 : d[b.name]) == null ? void 0 : x.key) || b.name);
|
|
28457
28457
|
}) })
|
|
28458
28458
|
] }, Q)) });
|
|
28459
|
-
}, GM = w(
|
|
28459
|
+
}, GM = w(ie)`
|
|
28460
28460
|
width: 100%;
|
|
28461
28461
|
aspect-ratio: ${({ aspectRatio: e }) => e};
|
|
28462
28462
|
border-radius: 8px;
|
|
@@ -28797,7 +28797,7 @@ const Xc = (e) => !!e && typeof e == "object" && "value" in e && "label" in e, F
|
|
|
28797
28797
|
"& .MuiChip-deleteIcon": {
|
|
28798
28798
|
margin: "0 0 0 4px"
|
|
28799
28799
|
}
|
|
28800
|
-
}, uj = w(
|
|
28800
|
+
}, uj = w(ie)`
|
|
28801
28801
|
position: relative;
|
|
28802
28802
|
height: 14px;
|
|
28803
28803
|
width: 14px;
|
|
@@ -28843,7 +28843,7 @@ const Xc = (e) => !!e && typeof e == "object" && "value" in e && "label" in e, F
|
|
|
28843
28843
|
backgroundColor: "#F6F8FC"
|
|
28844
28844
|
}
|
|
28845
28845
|
}
|
|
28846
|
-
}), M2 = w(
|
|
28846
|
+
}), M2 = w(ie)`
|
|
28847
28847
|
height: 28px;
|
|
28848
28848
|
width: 28px;
|
|
28849
28849
|
border-radius: 50%;
|
|
@@ -28888,7 +28888,7 @@ const Xc = (e) => !!e && typeof e == "object" && "value" in e && "label" in e, F
|
|
|
28888
28888
|
searchOffset: E = 0,
|
|
28889
28889
|
setSearch: p
|
|
28890
28890
|
}) => {
|
|
28891
|
-
const f = new Set(t.map(String)), d = c && s.length === 0, C = i && g && !d && !r, h = /* @__PURE__ */ l.jsx(Ll, { sx: ij, style: { top: E }, children: /* @__PURE__ */ l.jsxs(
|
|
28891
|
+
const f = new Set(t.map(String)), d = c && s.length === 0, C = i && g && !d && !r, h = /* @__PURE__ */ l.jsx(Ll, { sx: ij, style: { top: E }, children: /* @__PURE__ */ l.jsxs(ie, { sx: Aj, children: [
|
|
28892
28892
|
/* @__PURE__ */ l.jsx(Ct.Search, { sx: { fontSize: 18, color: K.palette.gray.gray3, flexShrink: 0 } }),
|
|
28893
28893
|
/* @__PURE__ */ l.jsx(
|
|
28894
28894
|
SB,
|
|
@@ -28923,7 +28923,7 @@ const Xc = (e) => !!e && typeof e == "object" && "value" in e && "label" in e, F
|
|
|
28923
28923
|
opacity: 1,
|
|
28924
28924
|
cursor: "default"
|
|
28925
28925
|
},
|
|
28926
|
-
children: u ? /* @__PURE__ */ l.jsx(qr, { size: 20 }) : /* @__PURE__ */ l.jsx(
|
|
28926
|
+
children: u ? /* @__PURE__ */ l.jsx(qr, { size: 20 }) : /* @__PURE__ */ l.jsx(ie, { sx: { minHeight: 1, width: "100%" }, "aria-hidden": !0 })
|
|
28927
28927
|
}
|
|
28928
28928
|
) : null];
|
|
28929
28929
|
}, dh = String(Symbol("_no_results")), dj = (e) => !!e && typeof e == "object" && "label" in e && "value" in e, Cj = ({
|
|
@@ -28970,7 +28970,7 @@ const Xc = (e) => !!e && typeof e == "object" && "value" in e && "label" in e, F
|
|
|
28970
28970
|
R !== dh && u({ value: R, label: B[R] });
|
|
28971
28971
|
}, x = (D) => {
|
|
28972
28972
|
u(f.filter((U) => String(U.value) !== String(D)));
|
|
28973
|
-
}, P = n ? p.length > 0 : !!E, _ = () => n ? f.length ? /* @__PURE__ */ l.jsx(
|
|
28973
|
+
}, P = n ? p.length > 0 : !!E, _ = () => n ? f.length ? /* @__PURE__ */ l.jsx(ie, { sx: lj, children: f.map((D) => /* @__PURE__ */ l.jsx(
|
|
28974
28974
|
da,
|
|
28975
28975
|
{
|
|
28976
28976
|
label: D.label,
|
|
@@ -29240,7 +29240,7 @@ const Xc = (e) => !!e && typeof e == "object" && "value" in e && "label" in e, F
|
|
|
29240
29240
|
},
|
|
29241
29241
|
onPointerEnter: () => A(),
|
|
29242
29242
|
onPointerLeave: () => a(),
|
|
29243
|
-
children: i && i.options.length > 0 ? /* @__PURE__ */ l.jsx(
|
|
29243
|
+
children: i && i.options.length > 0 ? /* @__PURE__ */ l.jsx(ie, { role: "list", sx: wj, children: i.options.map((c) => {
|
|
29244
29244
|
var g;
|
|
29245
29245
|
const u = (t == null ? void 0 : t.name) === i.name && ((g = t == null ? void 0 : t.option) == null ? void 0 : g.value) === c.value;
|
|
29246
29246
|
return /* @__PURE__ */ l.jsx(
|
|
@@ -29255,7 +29255,7 @@ const Xc = (e) => !!e && typeof e == "object" && "value" in e && "label" in e, F
|
|
|
29255
29255
|
},
|
|
29256
29256
|
c.value
|
|
29257
29257
|
);
|
|
29258
|
-
}) }) : i && i.options.length === 0 ? /* @__PURE__ */ l.jsx(
|
|
29258
|
+
}) }) : i && i.options.length === 0 ? /* @__PURE__ */ l.jsx(ie, { sx: Sj, children: "No options" }) : null
|
|
29259
29259
|
}
|
|
29260
29260
|
)
|
|
29261
29261
|
}
|
|
@@ -29271,7 +29271,7 @@ const Xc = (e) => !!e && typeof e == "object" && "value" in e && "label" in e, F
|
|
|
29271
29271
|
overflow-y: auto;
|
|
29272
29272
|
overflow-x: hidden;
|
|
29273
29273
|
padding: 8px 0 16px;
|
|
29274
|
-
`, Eh = w(
|
|
29274
|
+
`, Eh = w(ie)`
|
|
29275
29275
|
padding: 8px 20px;
|
|
29276
29276
|
width: 100%;
|
|
29277
29277
|
flex-shrink: 0;
|
|
@@ -29300,7 +29300,7 @@ const Xc = (e) => !!e && typeof e == "object" && "value" in e && "label" in e, F
|
|
|
29300
29300
|
overflow: hidden;
|
|
29301
29301
|
text-overflow: ellipsis;
|
|
29302
29302
|
white-space: nowrap;
|
|
29303
|
-
`, Fj = w(
|
|
29303
|
+
`, Fj = w(ie)`
|
|
29304
29304
|
box-sizing: border-box;
|
|
29305
29305
|
background-color: white;
|
|
29306
29306
|
border: 1px solid #d6dde8;
|
|
@@ -29345,7 +29345,7 @@ const Xc = (e) => !!e && typeof e == "object" && "value" in e && "label" in e, F
|
|
|
29345
29345
|
border-radius: 8px;
|
|
29346
29346
|
border: 1px solid #eceff6;
|
|
29347
29347
|
}
|
|
29348
|
-
`, kj = w(
|
|
29348
|
+
`, kj = w(ie)`
|
|
29349
29349
|
padding: 8px 0 8px 8px;
|
|
29350
29350
|
display: flex;
|
|
29351
29351
|
align-items: center;
|
|
@@ -29428,7 +29428,7 @@ const Xc = (e) => !!e && typeof e == "object" && "value" in e && "label" in e, F
|
|
|
29428
29428
|
onClickAway: () => {
|
|
29429
29429
|
i(!1);
|
|
29430
29430
|
},
|
|
29431
|
-
children: /* @__PURE__ */ l.jsx(
|
|
29431
|
+
children: /* @__PURE__ */ l.jsx(ie, { children: /* @__PURE__ */ l.jsx(
|
|
29432
29432
|
pt,
|
|
29433
29433
|
{
|
|
29434
29434
|
title: /* @__PURE__ */ l.jsx(Mj, { name: e, variables: t, customFields: n, onOptionClick: A }),
|
|
@@ -29449,7 +29449,7 @@ const Xc = (e) => !!e && typeof e == "object" && "value" in e && "label" in e, F
|
|
|
29449
29449
|
}
|
|
29450
29450
|
}
|
|
29451
29451
|
},
|
|
29452
|
-
children: /* @__PURE__ */ l.jsx(
|
|
29452
|
+
children: /* @__PURE__ */ l.jsx(ie, { children: /* @__PURE__ */ l.jsx(jj, { setOpen: i }) })
|
|
29453
29453
|
}
|
|
29454
29454
|
) })
|
|
29455
29455
|
}
|
|
@@ -29611,9 +29611,9 @@ const Xc = (e) => !!e && typeof e == "object" && "value" in e && "label" in e, F
|
|
|
29611
29611
|
},
|
|
29612
29612
|
onChange: $,
|
|
29613
29613
|
children: [
|
|
29614
|
-
/* @__PURE__ */ l.jsx(Ll, { sx: Bj, children: /* @__PURE__ */ l.jsxs(
|
|
29614
|
+
/* @__PURE__ */ l.jsx(Ll, { sx: Bj, children: /* @__PURE__ */ l.jsxs(ie, { sx: yj, children: [
|
|
29615
29615
|
/* @__PURE__ */ l.jsx(
|
|
29616
|
-
|
|
29616
|
+
ie,
|
|
29617
29617
|
{
|
|
29618
29618
|
component: "button",
|
|
29619
29619
|
type: "button",
|
|
@@ -29623,7 +29623,7 @@ const Xc = (e) => !!e && typeof e == "object" && "value" in e && "label" in e, F
|
|
|
29623
29623
|
}
|
|
29624
29624
|
),
|
|
29625
29625
|
/* @__PURE__ */ l.jsx(
|
|
29626
|
-
|
|
29626
|
+
ie,
|
|
29627
29627
|
{
|
|
29628
29628
|
component: "button",
|
|
29629
29629
|
type: "button",
|
|
@@ -29798,7 +29798,7 @@ const Xc = (e) => !!e && typeof e == "object" && "value" in e && "label" in e, F
|
|
|
29798
29798
|
display: "block"
|
|
29799
29799
|
}
|
|
29800
29800
|
}
|
|
29801
|
-
}, Yj = () => /* @__PURE__ */ l.jsx(
|
|
29801
|
+
}, Yj = () => /* @__PURE__ */ l.jsx(ie, { "aria-hidden": !0, component: "span", sx: Hg.outer, children: /* @__PURE__ */ l.jsx(ie, { component: "span", sx: Hg.frame, children: /* @__PURE__ */ l.jsx(ie, { component: "span", sx: Hg.rotate, children: /* @__PURE__ */ l.jsx(zj, {}) }) }) }), Jj = w("img")`
|
|
29802
29802
|
width: 16px;
|
|
29803
29803
|
height: auto;
|
|
29804
29804
|
object-fit: cover;
|
|
@@ -29838,7 +29838,7 @@ const Xc = (e) => !!e && typeof e == "object" && "value" in e && "label" in e, F
|
|
|
29838
29838
|
padding: 16px 32px;
|
|
29839
29839
|
gap: 10px;
|
|
29840
29840
|
border-top: 1px solid ${({ theme: e }) => e.palette.gray.gray5};
|
|
29841
|
-
`, nU = w(
|
|
29841
|
+
`, nU = w(ie)`
|
|
29842
29842
|
width: 320px;
|
|
29843
29843
|
flex-shrink: 0;
|
|
29844
29844
|
padding-left: 20px;
|
|
@@ -29936,7 +29936,7 @@ const H2 = ({
|
|
|
29936
29936
|
}
|
|
29937
29937
|
C(ee);
|
|
29938
29938
|
}, $ = Object.keys(m).length > 0 || y;
|
|
29939
|
-
return /* @__PURE__ */ l.jsx(iu, { className: E, open: e, onClose: D, PaperProps: { sx: iU }, maxWidth: !1, children: s ? /* @__PURE__ */ l.jsx(
|
|
29939
|
+
return /* @__PURE__ */ l.jsx(iu, { className: E, open: e, onClose: D, PaperProps: { sx: iU }, maxWidth: !1, children: s ? /* @__PURE__ */ l.jsx(ie, { sx: { display: "flex", justifyContent: "center", alignItems: "center", height: "100%", width: "615px" }, children: /* @__PURE__ */ l.jsx(qr, {}) }) : /* @__PURE__ */ l.jsxs(qj, { children: [
|
|
29940
29940
|
/* @__PURE__ */ l.jsxs(Zj, { children: [
|
|
29941
29941
|
/* @__PURE__ */ l.jsxs(H, { direction: "row", alignItems: "center", gap: 2, children: [
|
|
29942
29942
|
/* @__PURE__ */ l.jsx(Yj, {}),
|
|
@@ -30052,12 +30052,12 @@ const H2 = ({
|
|
|
30052
30052
|
] })
|
|
30053
30053
|
] }) });
|
|
30054
30054
|
};
|
|
30055
|
-
w(
|
|
30055
|
+
w(ie)`
|
|
30056
30056
|
position: fixed;
|
|
30057
30057
|
inset: 0;
|
|
30058
30058
|
z-index: ${({ zIndex: e }) => e};
|
|
30059
30059
|
`;
|
|
30060
|
-
w(
|
|
30060
|
+
w(ie)`
|
|
30061
30061
|
position: fixed;
|
|
30062
30062
|
top: ${({ top: e }) => `${e}px`};
|
|
30063
30063
|
left: ${({ left: e }) => `${e}px`};
|
|
@@ -30902,7 +30902,7 @@ const IU = (e, t) => {
|
|
|
30902
30902
|
}
|
|
30903
30903
|
)
|
|
30904
30904
|
] });
|
|
30905
|
-
}, PU = (e) => /* @__PURE__ */ S.createElement("svg", { width: 19, height: 14, viewBox: "0 0 19 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ S.createElement("path", { d: "M4.5 11C5.15764 11 5.79771 11.0833 6.42021 11.25C7.04285 11.4167 7.65278 11.625 8.25 11.875V2.41667C7.66667 2.11111 7.0625 1.88194 6.4375 1.72917C5.8125 1.57639 5.16514 1.5 4.49542 1.5C3.98236 1.5 3.47292 1.54514 2.96708 1.63542C2.46125 1.72569 1.97222 1.875 1.5 2.08333V11.5C1.98611 11.3194 2.47785 11.191 2.97521 11.1146C3.47271 11.0382 3.98097 11 4.5 11ZM9.75 11.875C10.3472 11.5972 10.9572 11.3819 11.5798 11.2292C12.2023 11.0764 12.8424 11 13.5 11C14.0139 11 14.5243 11.0312 15.0312 11.0938C15.5382 11.1562 16.0278 11.2917 16.5 11.5V2.08333C16.0139 1.90278 15.5195 1.76042 15.0169 1.65625C14.5142 1.55208 14.0081 1.5 13.4983 1.5C12.8328 1.5 12.1875 1.57639 11.5625 1.72917C10.9375 1.88194 10.3333 2.11111 9.75 2.41667V11.875ZM9 14C8.31944 13.5556 7.60417 13.1944 6.85417 12.9167C6.10417 12.6389 5.31944 12.5 4.5 12.5C3.97222 12.5 3.44444 12.5521 2.91667 12.6562C2.38889 12.7604 1.88194 12.9167 1.39583 13.125C1.0625 13.2639 0.746528 13.2394 0.447917 13.0515C0.149306 12.8635 0 12.5894 0 12.2292V1.75C0 1.55556 0.0520833 1.375 0.15625 1.20833C0.260417 1.04167 0.402778 0.916667 0.583333 0.833333C1.20833 0.555556 1.8475 0.347222 2.50083 0.208333C3.15417 0.0694444 3.82056 0 4.5 0C5.29097 0 6.06486 0.09375 6.82167 0.28125C7.57847 0.46875 8.30458 0.75 9 1.125C9.70833 0.763889 10.4388 0.486111 11.1915 0.291667C11.944 0.0972222 12.7135 0 13.5 0C14.1794 0 14.8458 0.0694444 15.4992 0.208333C16.1525 0.347222 16.7917 0.555556 17.4167 0.833333C17.5972 0.916667 17.7431 1.04167 17.8542 1.20833C17.9653 1.375 18.0208 1.55556 18.0208 1.75V12.2292C18.0208 12.5764 17.9132 12.8542 17.6979 13.0625C17.4826 13.2708 17.2569 13.3194 17.0208 13.2083C16.4653 12.9583 15.8925 12.7778 15.3025 12.6667C14.7126 12.5556 14.1118 12.5 13.5 12.5C12.6806 12.5 11.8958 12.6389 11.1458 12.9167C10.3958 13.1944 9.68056 13.5556 9 14Z", fill: "#4D596C" })), NU = (e) => /* @__PURE__ */ S.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", ...e }, /* @__PURE__ */ S.createElement("g", { clipPath: "url(#clip0_5762_155564)" }, /* @__PURE__ */ S.createElement("path", { d: "M8.33342 13.75L13.3334 9.99996L8.33342 6.24996V13.75ZM10.0001 1.66663C5.40008 1.66663 1.66675 5.39996 1.66675 9.99996C1.66675 14.6 5.40008 18.3333 10.0001 18.3333C14.6001 18.3333 18.3334 14.6 18.3334 9.99996C18.3334 5.39996 14.6001 1.66663 10.0001 1.66663ZM10.0001 16.6666C6.32508 16.6666 3.33341 13.675 3.33341 9.99996C3.33341 6.32496 6.32508 3.33329 10.0001 3.33329C13.6751 3.33329 16.6667 6.32496 16.6667 9.99996C16.6667 13.675 13.6751 16.6666 10.0001 16.6666Z", fill: "#4D596C" })), /* @__PURE__ */ S.createElement("defs", null, /* @__PURE__ */ S.createElement("clipPath", { id: "clip0_5762_155564" }, /* @__PURE__ */ S.createElement("rect", { width: 20, height: 20, fill: "white" })))), kU = (e) => /* @__PURE__ */ S.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ S.createElement("path", { d: "M17.5 9.31947C17.503 10.456 17.2374 11.5772 16.725 12.5917C16.1174 13.8074 15.1834 14.8299 14.0275 15.5447C12.8717 16.2595 11.5396 16.6384 10.1806 16.6389C9.044 16.6419 7.92282 16.3763 6.90833 15.8639L2 17.5L3.63611 12.5917C3.12369 11.5772 2.85815 10.456 2.86111 9.31947C2.86164 7.96043 3.24053 6.62837 3.95534 5.4725C4.67016 4.31663 5.69266 3.3826 6.90833 2.77502C7.92282 2.2626 9.044 1.99706 10.1806 2.00002H10.6111C11.4833 2.04814 12.332 2.25177 13.1199 2.59427C13.9534 2.95658 14.7189 3.4743 15.3723 4.12771C16.1287 4.8841 16.7033 5.7907 17.0654 6.77911C17.3118 7.45168 17.4599 8.16213 17.5 8.88891V9.31947Z", stroke: "#4D596C", strokeWidth: 1.44667, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ S.createElement("circle", { cx: 7, cy: 9.5, r: 1, fill: "#4D596C" }), /* @__PURE__ */ S.createElement("circle", { cx: 10, cy: 9.5, r: 1, fill: "#4D596C" }), /* @__PURE__ */ S.createElement("circle", { cx: 13, cy: 9.5, r: 1, fill: "#4D596C" })), MU = w(
|
|
30905
|
+
}, PU = (e) => /* @__PURE__ */ S.createElement("svg", { width: 19, height: 14, viewBox: "0 0 19 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ S.createElement("path", { d: "M4.5 11C5.15764 11 5.79771 11.0833 6.42021 11.25C7.04285 11.4167 7.65278 11.625 8.25 11.875V2.41667C7.66667 2.11111 7.0625 1.88194 6.4375 1.72917C5.8125 1.57639 5.16514 1.5 4.49542 1.5C3.98236 1.5 3.47292 1.54514 2.96708 1.63542C2.46125 1.72569 1.97222 1.875 1.5 2.08333V11.5C1.98611 11.3194 2.47785 11.191 2.97521 11.1146C3.47271 11.0382 3.98097 11 4.5 11ZM9.75 11.875C10.3472 11.5972 10.9572 11.3819 11.5798 11.2292C12.2023 11.0764 12.8424 11 13.5 11C14.0139 11 14.5243 11.0312 15.0312 11.0938C15.5382 11.1562 16.0278 11.2917 16.5 11.5V2.08333C16.0139 1.90278 15.5195 1.76042 15.0169 1.65625C14.5142 1.55208 14.0081 1.5 13.4983 1.5C12.8328 1.5 12.1875 1.57639 11.5625 1.72917C10.9375 1.88194 10.3333 2.11111 9.75 2.41667V11.875ZM9 14C8.31944 13.5556 7.60417 13.1944 6.85417 12.9167C6.10417 12.6389 5.31944 12.5 4.5 12.5C3.97222 12.5 3.44444 12.5521 2.91667 12.6562C2.38889 12.7604 1.88194 12.9167 1.39583 13.125C1.0625 13.2639 0.746528 13.2394 0.447917 13.0515C0.149306 12.8635 0 12.5894 0 12.2292V1.75C0 1.55556 0.0520833 1.375 0.15625 1.20833C0.260417 1.04167 0.402778 0.916667 0.583333 0.833333C1.20833 0.555556 1.8475 0.347222 2.50083 0.208333C3.15417 0.0694444 3.82056 0 4.5 0C5.29097 0 6.06486 0.09375 6.82167 0.28125C7.57847 0.46875 8.30458 0.75 9 1.125C9.70833 0.763889 10.4388 0.486111 11.1915 0.291667C11.944 0.0972222 12.7135 0 13.5 0C14.1794 0 14.8458 0.0694444 15.4992 0.208333C16.1525 0.347222 16.7917 0.555556 17.4167 0.833333C17.5972 0.916667 17.7431 1.04167 17.8542 1.20833C17.9653 1.375 18.0208 1.55556 18.0208 1.75V12.2292C18.0208 12.5764 17.9132 12.8542 17.6979 13.0625C17.4826 13.2708 17.2569 13.3194 17.0208 13.2083C16.4653 12.9583 15.8925 12.7778 15.3025 12.6667C14.7126 12.5556 14.1118 12.5 13.5 12.5C12.6806 12.5 11.8958 12.6389 11.1458 12.9167C10.3958 13.1944 9.68056 13.5556 9 14Z", fill: "#4D596C" })), NU = (e) => /* @__PURE__ */ S.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", ...e }, /* @__PURE__ */ S.createElement("g", { clipPath: "url(#clip0_5762_155564)" }, /* @__PURE__ */ S.createElement("path", { d: "M8.33342 13.75L13.3334 9.99996L8.33342 6.24996V13.75ZM10.0001 1.66663C5.40008 1.66663 1.66675 5.39996 1.66675 9.99996C1.66675 14.6 5.40008 18.3333 10.0001 18.3333C14.6001 18.3333 18.3334 14.6 18.3334 9.99996C18.3334 5.39996 14.6001 1.66663 10.0001 1.66663ZM10.0001 16.6666C6.32508 16.6666 3.33341 13.675 3.33341 9.99996C3.33341 6.32496 6.32508 3.33329 10.0001 3.33329C13.6751 3.33329 16.6667 6.32496 16.6667 9.99996C16.6667 13.675 13.6751 16.6666 10.0001 16.6666Z", fill: "#4D596C" })), /* @__PURE__ */ S.createElement("defs", null, /* @__PURE__ */ S.createElement("clipPath", { id: "clip0_5762_155564" }, /* @__PURE__ */ S.createElement("rect", { width: 20, height: 20, fill: "white" })))), kU = (e) => /* @__PURE__ */ S.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ S.createElement("path", { d: "M17.5 9.31947C17.503 10.456 17.2374 11.5772 16.725 12.5917C16.1174 13.8074 15.1834 14.8299 14.0275 15.5447C12.8717 16.2595 11.5396 16.6384 10.1806 16.6389C9.044 16.6419 7.92282 16.3763 6.90833 15.8639L2 17.5L3.63611 12.5917C3.12369 11.5772 2.85815 10.456 2.86111 9.31947C2.86164 7.96043 3.24053 6.62837 3.95534 5.4725C4.67016 4.31663 5.69266 3.3826 6.90833 2.77502C7.92282 2.2626 9.044 1.99706 10.1806 2.00002H10.6111C11.4833 2.04814 12.332 2.25177 13.1199 2.59427C13.9534 2.95658 14.7189 3.4743 15.3723 4.12771C16.1287 4.8841 16.7033 5.7907 17.0654 6.77911C17.3118 7.45168 17.4599 8.16213 17.5 8.88891V9.31947Z", stroke: "#4D596C", strokeWidth: 1.44667, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ S.createElement("circle", { cx: 7, cy: 9.5, r: 1, fill: "#4D596C" }), /* @__PURE__ */ S.createElement("circle", { cx: 10, cy: 9.5, r: 1, fill: "#4D596C" }), /* @__PURE__ */ S.createElement("circle", { cx: 13, cy: 9.5, r: 1, fill: "#4D596C" })), MU = w(ie)`
|
|
30906
30906
|
background-color: #f6f8fc;
|
|
30907
30907
|
border-radius: 4px;
|
|
30908
30908
|
padding: 4px 12px 4px 12px;
|
|
@@ -31247,7 +31247,7 @@ const JU = w(H)`
|
|
|
31247
31247
|
] })
|
|
31248
31248
|
] })
|
|
31249
31249
|
] });
|
|
31250
|
-
}, AV = (e) => e.auth.verifyTokenApiStatus, aV = (e) => e.auth.authVerificationDone, sV = w(
|
|
31250
|
+
}, AV = (e) => e.auth.verifyTokenApiStatus, aV = (e) => e.auth.authVerificationDone, sV = w(ie)`
|
|
31251
31251
|
position: fixed;
|
|
31252
31252
|
z-index: 1000;
|
|
31253
31253
|
background-color: #fff;
|
|
@@ -31312,7 +31312,7 @@ const JU = w(H)`
|
|
|
31312
31312
|
var o;
|
|
31313
31313
|
const r = Te(() => cV(e), [e]);
|
|
31314
31314
|
return (o = t == null ? void 0 : t.templateUpdates) != null && o.version && n && (m8(t.templateUpdates.version), x8(n)), /* @__PURE__ */ l.jsx(kQ, { router: r });
|
|
31315
|
-
}, gV = w(
|
|
31315
|
+
}, gV = w(ie)`
|
|
31316
31316
|
padding: 43px 0px 0 35px;
|
|
31317
31317
|
box-sizing: border-box;
|
|
31318
31318
|
width: 100%;
|
|
@@ -31336,7 +31336,7 @@ const JU = w(H)`
|
|
|
31336
31336
|
margin-left: 102px;
|
|
31337
31337
|
max-width: 868px;
|
|
31338
31338
|
max-height: 380px;
|
|
31339
|
-
`, fV = w(
|
|
31339
|
+
`, fV = w(ie)`
|
|
31340
31340
|
box-sizing: border-box;
|
|
31341
31341
|
padding: 69px 40px;
|
|
31342
31342
|
width: 434px;
|
|
@@ -31423,7 +31423,7 @@ const JU = w(H)`
|
|
|
31423
31423
|
/* @__PURE__ */ l.jsx(IV, { children: /* @__PURE__ */ l.jsx("img", { src: L5 }) })
|
|
31424
31424
|
] })
|
|
31425
31425
|
] });
|
|
31426
|
-
}, yV = w(
|
|
31426
|
+
}, yV = w(ie)`
|
|
31427
31427
|
height: 100%;
|
|
31428
31428
|
& > div {
|
|
31429
31429
|
height: 100%;
|
|
@@ -31431,7 +31431,7 @@ const JU = w(H)`
|
|
|
31431
31431
|
[hidden] {
|
|
31432
31432
|
display: none;
|
|
31433
31433
|
}
|
|
31434
|
-
`, xV = w(
|
|
31434
|
+
`, xV = w(ie)`
|
|
31435
31435
|
:root {
|
|
31436
31436
|
--toastify-color-light: #fff;
|
|
31437
31437
|
--toastify-color-dark: #121212;
|
|
@@ -32456,11 +32456,11 @@ const vr = (e = {}, t) => e && typeof e[t] > "u" ? (e == null ? void 0 : e[KV])
|
|
|
32456
32456
|
url: xr(mG, { connectorId: e }),
|
|
32457
32457
|
method: Wt.PATCH,
|
|
32458
32458
|
data: t
|
|
32459
|
-
}), YG = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='15'%20height='15'%20viewBox='0%200%2015%2015'%3e%3cpath%20fill='%23ffffff'%20fill-rule='nonzero'%20d='M8.821%207.496L14.716%201.6A.937.937%200%201%200%2013.391.275L7.496%206.17%201.6.275A.937.937%200%201%200%20.275%201.601L6.17%207.496.275%2013.39A.937.937%200%201%200%201.6%2014.716L7.496%208.82l5.895%205.895a.935.935%200%200%200%201.325%200%20.937.937%200%200%200%200-1.326L8.821%207.496z'%20opacity='.8'/%3e%3c/svg%3e", JG = w(
|
|
32459
|
+
}), YG = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='15'%20height='15'%20viewBox='0%200%2015%2015'%3e%3cpath%20fill='%23ffffff'%20fill-rule='nonzero'%20d='M8.821%207.496L14.716%201.6A.937.937%200%201%200%2013.391.275L7.496%206.17%201.6.275A.937.937%200%201%200%20.275%201.601L6.17%207.496.275%2013.39A.937.937%200%201%200%201.6%2014.716L7.496%208.82l5.895%205.895a.935.935%200%200%200%201.325%200%20.937.937%200%200%200%200-1.326L8.821%207.496z'%20opacity='.8'/%3e%3c/svg%3e", JG = w(ie)`
|
|
32460
32460
|
display: flex;
|
|
32461
32461
|
flex-direction: row;
|
|
32462
32462
|
align-items: center;
|
|
32463
|
-
`, XG = w(
|
|
32463
|
+
`, XG = w(ie)`
|
|
32464
32464
|
padding: 5px 8px;
|
|
32465
32465
|
color: white;
|
|
32466
32466
|
`, KG = w(TB.Logo)(() => ({
|
|
@@ -33210,7 +33210,7 @@ const JE = (e) => {
|
|
|
33210
33210
|
border: 1px solid ${K.palette.gray.gray6};
|
|
33211
33211
|
border-radius: 8px;
|
|
33212
33212
|
box-sizing: border-box;
|
|
33213
|
-
`, As = () => /* @__PURE__ */ l.jsx(H, { marginTop: "28px", gap: "12px", "data-testid": "loading", flexDirection: "row", flexWrap: "wrap", children: Array(6).fill(0).map((e, t) => /* @__PURE__ */ l.jsx(zH, { justifyContent: "center", children: /* @__PURE__ */ l.jsx(WH, { variant: "rounded", maxWidth: "260px", height: "60px", animation: "wave" }) }, t)) }), Cb = (e) => e.connectorLirary.connectorList, ro = (e) => e.connectorLirary.connectors, XE = (e) => e.connectorLirary.connectorsApiStatus, Eb = (e) => e.connectorLirary.currentUpdatingConnectors, Da = (e) => e.connectorLirary.connectorDetailApiStatus, uA = (e) => e.connectorLirary.rolesAndPermissions ?? [], KE = (e) => e.connectorLirary.updateEnableConnectorsApiStatus, qE = (e) => e.connectorLirary.cardCustomFields, YH = (e) => e.connectorLirary.cardCustomFieldsApiStatus, JH = (e) => e.connectorLirary.notAuthenticatedConnectors, XH = (e) => e.connectorLirary.requireUpgradeConnectors, KH = (e) => e.connectorLirary.enableCustomCardApiStatus, qH = (e) => e.connectorLirary.updateConnectorByIdApiStatus, Rh = "Visibility not set", ZE = "Configure visibility settings", ZH = "Set the card visibility across shared mailboxes and roles to enable ${{connector}}", fb = "Configure fields", $H = "Choose which fields your team can view in Hiver and which can be filled in when creating new ${{connector}} records.", Oh = "Contact your admin to configure visibility", eW = "Select inbox(es)", tW = "Select the inbox(es)", nW = "Select the role", rW = "Select role", Dh = "inbox", oW = "roles", $E = "Close", Zc = "${{connector}}", Ib = "Visibility settings saved", iW = "Field visibility settings saved", ef = "Some error occured. Please contact support@hiverhq.com", AW = "Selecting any lower role will automatically select the roles above it", aW = "Loading custom fields...", tf = "Save", la = "enabled", ca = "disabled", pb = "Select atleast one field to save", Yu = "New", sW = "Upgrade now", lW = "Authentication failed", cW = "More info about the current updates that will be there in this app", uW = "App's visibility & access", gW = "Set the card & field visibility across shared mailboxes and roles to enable the connector", dW = "Customer identity mapping", CW = "Choose how Hiver should identify customers when fetching data from connected apps.", EW = "Edit", fW = "Save", IW = "Matches with %s's", pW = "Customer identity mapping saved", hW = "Failed to save. Please try again.", BW = "Pre-fill fields", nf = w(
|
|
33213
|
+
`, As = () => /* @__PURE__ */ l.jsx(H, { marginTop: "28px", gap: "12px", "data-testid": "loading", flexDirection: "row", flexWrap: "wrap", children: Array(6).fill(0).map((e, t) => /* @__PURE__ */ l.jsx(zH, { justifyContent: "center", children: /* @__PURE__ */ l.jsx(WH, { variant: "rounded", maxWidth: "260px", height: "60px", animation: "wave" }) }, t)) }), Cb = (e) => e.connectorLirary.connectorList, ro = (e) => e.connectorLirary.connectors, XE = (e) => e.connectorLirary.connectorsApiStatus, Eb = (e) => e.connectorLirary.currentUpdatingConnectors, Da = (e) => e.connectorLirary.connectorDetailApiStatus, uA = (e) => e.connectorLirary.rolesAndPermissions ?? [], KE = (e) => e.connectorLirary.updateEnableConnectorsApiStatus, qE = (e) => e.connectorLirary.cardCustomFields, YH = (e) => e.connectorLirary.cardCustomFieldsApiStatus, JH = (e) => e.connectorLirary.notAuthenticatedConnectors, XH = (e) => e.connectorLirary.requireUpgradeConnectors, KH = (e) => e.connectorLirary.enableCustomCardApiStatus, qH = (e) => e.connectorLirary.updateConnectorByIdApiStatus, Rh = "Visibility not set", ZE = "Configure visibility settings", ZH = "Set the card visibility across shared mailboxes and roles to enable ${{connector}}", fb = "Configure fields", $H = "Choose which fields your team can view in Hiver and which can be filled in when creating new ${{connector}} records.", Oh = "Contact your admin to configure visibility", eW = "Select inbox(es)", tW = "Select the inbox(es)", nW = "Select the role", rW = "Select role", Dh = "inbox", oW = "roles", $E = "Close", Zc = "${{connector}}", Ib = "Visibility settings saved", iW = "Field visibility settings saved", ef = "Some error occured. Please contact support@hiverhq.com", AW = "Selecting any lower role will automatically select the roles above it", aW = "Loading custom fields...", tf = "Save", la = "enabled", ca = "disabled", pb = "Select atleast one field to save", Yu = "New", sW = "Upgrade now", lW = "Authentication failed", cW = "More info about the current updates that will be there in this app", uW = "App's visibility & access", gW = "Set the card & field visibility across shared mailboxes and roles to enable the connector", dW = "Customer identity mapping", CW = "Choose how Hiver should identify customers when fetching data from connected apps.", EW = "Edit", fW = "Save", IW = "Matches with %s's", pW = "Customer identity mapping saved", hW = "Failed to save. Please try again.", BW = "Pre-fill fields", nf = w(ie)`
|
|
33214
33214
|
min-height: 506px;
|
|
33215
33215
|
width: 462px;
|
|
33216
33216
|
padding: 32px;
|
|
@@ -33614,7 +33614,7 @@ const yb = {
|
|
|
33614
33614
|
},
|
|
33615
33615
|
sx: { ...s },
|
|
33616
33616
|
children: /* @__PURE__ */ l.jsxs(H, { direction: "row", children: [
|
|
33617
|
-
r && /* @__PURE__ */ l.jsx(
|
|
33617
|
+
r && /* @__PURE__ */ l.jsx(ie, { position: "absolute", right: 10, top: 10, children: /* @__PURE__ */ l.jsx(pt, { title: "Close", placement: "bottom", children: /* @__PURE__ */ l.jsx(Wn, { onClick: c, "data-testid": "close-modal", children: /* @__PURE__ */ l.jsx(
|
|
33618
33618
|
"img",
|
|
33619
33619
|
{
|
|
33620
33620
|
src: kW,
|
|
@@ -33658,7 +33658,7 @@ const yb = {
|
|
|
33658
33658
|
isOptionEqualToValue: (g, E) => g.id === E.id,
|
|
33659
33659
|
renderOption: (g, E, { selected: p }) => {
|
|
33660
33660
|
const { key: f, ...d } = g;
|
|
33661
|
-
return /* @__PURE__ */ l.jsxs(
|
|
33661
|
+
return /* @__PURE__ */ l.jsxs(ie, { component: "li", ...d, minHeight: "36px", children: [
|
|
33662
33662
|
/* @__PURE__ */ l.jsx(Mo, { style: { marginRight: 8 }, checked: p }),
|
|
33663
33663
|
E.label
|
|
33664
33664
|
] }, f);
|
|
@@ -33698,7 +33698,7 @@ const yb = {
|
|
|
33698
33698
|
}
|
|
33699
33699
|
) })
|
|
33700
33700
|
] }) });
|
|
33701
|
-
}, wb = "data:image/svg+xml,%3csvg%20width='92'%20height='92'%20viewBox='0%200%2092%2092'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='46'%20cy='46'%20r='23'%20fill='%2336A40F'/%3e%3ccircle%20opacity='0.1'%20cx='45.5'%20cy='45.5'%20r='34.5'%20fill='%235AAA3D'/%3e%3ccircle%20opacity='0.1'%20cx='46'%20cy='46'%20r='46'%20fill='%232CAA00'/%3e%3cpath%20d='M37%2046L44%2053L58%2039'%20stroke='white'%20stroke-width='3'/%3e%3c/svg%3e", VW = w(
|
|
33701
|
+
}, wb = "data:image/svg+xml,%3csvg%20width='92'%20height='92'%20viewBox='0%200%2092%2092'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='46'%20cy='46'%20r='23'%20fill='%2336A40F'/%3e%3ccircle%20opacity='0.1'%20cx='45.5'%20cy='45.5'%20r='34.5'%20fill='%235AAA3D'/%3e%3ccircle%20opacity='0.1'%20cx='46'%20cy='46'%20r='46'%20fill='%232CAA00'/%3e%3cpath%20d='M37%2046L44%2053L58%2039'%20stroke='white'%20stroke-width='3'/%3e%3c/svg%3e", VW = w(ie)`
|
|
33702
33702
|
.request-new-connector-img {
|
|
33703
33703
|
height: 500px;
|
|
33704
33704
|
}
|
|
@@ -33770,7 +33770,7 @@ const yb = {
|
|
|
33770
33770
|
}
|
|
33771
33771
|
) })
|
|
33772
33772
|
] });
|
|
33773
|
-
}, La = "Oauth1", el = "Oauth2", tl = "Oauth2Pat", Sb = "ApiKey", nl = "BasicAuth", Rl = ["Authentication", "Visibility"], zW = "Apps", YW = "Installed apps", JW = "Marketplace", XW = "Suggested apps", KW = "Inbox apps", qW = w(
|
|
33773
|
+
}, La = "Oauth1", el = "Oauth2", tl = "Oauth2Pat", Sb = "ApiKey", nl = "BasicAuth", Rl = ["Authentication", "Visibility"], zW = "Apps", YW = "Installed apps", JW = "Marketplace", XW = "Suggested apps", KW = "Inbox apps", qW = w(ie)`
|
|
33774
33774
|
box-sizing: border-box;
|
|
33775
33775
|
`, ZW = w(H)`
|
|
33776
33776
|
align-items: center;
|
|
@@ -33894,7 +33894,7 @@ const yb = {
|
|
|
33894
33894
|
), u = c.length === 0;
|
|
33895
33895
|
return /* @__PURE__ */ l.jsxs(iu, { open: e, sx: fz, className: "connectorAdmin-portal", classes: {}, children: [
|
|
33896
33896
|
/* @__PURE__ */ l.jsxs(H, { spacing: 2, className: "px-5 pb-5", children: [
|
|
33897
|
-
/* @__PURE__ */ l.jsx(
|
|
33897
|
+
/* @__PURE__ */ l.jsx(ie, { children: /* @__PURE__ */ l.jsx(Z, { variant: "h3", sx: { letterSpacing: "0.042px" }, children: "Select Inboxes" }) }),
|
|
33898
33898
|
/* @__PURE__ */ l.jsx(
|
|
33899
33899
|
yv,
|
|
33900
33900
|
{
|
|
@@ -34138,7 +34138,7 @@ const yb = {
|
|
|
34138
34138
|
E.keyName
|
|
34139
34139
|
)) })
|
|
34140
34140
|
] }) });
|
|
34141
|
-
}, wz = w(
|
|
34141
|
+
}, wz = w(ie)`
|
|
34142
34142
|
border-radius: 4px;
|
|
34143
34143
|
border: 1px solid ${K.palette.gray.gray5};
|
|
34144
34144
|
margin-bottom: 12px;
|
|
@@ -34146,7 +34146,7 @@ const yb = {
|
|
|
34146
34146
|
border: none;
|
|
34147
34147
|
overflow: visible;
|
|
34148
34148
|
}
|
|
34149
|
-
`, Tz = w(
|
|
34149
|
+
`, Tz = w(ie)`
|
|
34150
34150
|
box-sizing: border-box;
|
|
34151
34151
|
|
|
34152
34152
|
&.connector-grid,
|
|
@@ -34212,7 +34212,7 @@ const yb = {
|
|
|
34212
34212
|
height: 38px;
|
|
34213
34213
|
position: relative;
|
|
34214
34214
|
margin-left: 10px;
|
|
34215
|
-
`, Oz = w(
|
|
34215
|
+
`, Oz = w(ie)`
|
|
34216
34216
|
margin-left: 30px;
|
|
34217
34217
|
width: 50px;
|
|
34218
34218
|
aspect-ratio: 1;
|
|
@@ -34252,7 +34252,7 @@ const yb = {
|
|
|
34252
34252
|
`, Fz = w(Ct.InfoOutlined)`
|
|
34253
34253
|
width: 16px;
|
|
34254
34254
|
color: ${K.palette.gray.gray3};
|
|
34255
|
-
`, Pz = "data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_3354_177467'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='22'%20height='22'%3e%3crect%20width='22'%20height='22'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_3354_177467)'%3e%3cpath%20d='M15.5827%2015.584C15.9646%2015.584%2016.2893%2015.4503%2016.5566%2015.1829C16.824%2014.9156%2016.9577%2014.5909%2016.9577%2014.209C16.9577%2013.827%2016.824%2013.5024%2016.5566%2013.235C16.2893%2012.9677%2015.9646%2012.834%2015.5827%2012.834C15.2007%2012.834%2014.8761%2012.9677%2014.6087%2013.235C14.3414%2013.5024%2014.2077%2013.827%2014.2077%2014.209C14.2077%2014.5909%2014.3414%2014.9156%2014.6087%2015.1829C14.8761%2015.4503%2015.2007%2015.584%2015.5827%2015.584ZM15.5827%2018.334C16.0563%2018.334%2016.4917%2018.2232%2016.8889%2018.0017C17.2862%2017.7802%2017.607%2017.4861%2017.8514%2017.1194C17.5153%2016.9208%2017.1563%2016.768%2016.7743%2016.6611C16.3924%2016.5541%2015.9952%2016.5007%2015.5827%2016.5007C15.1702%2016.5007%2014.773%2016.5541%2014.391%2016.6611C14.0091%2016.768%2013.65%2016.9208%2013.3139%2017.1194C13.5584%2017.4861%2013.8792%2017.7802%2014.2764%2018.0017C14.6737%2018.2232%2015.1091%2018.334%2015.5827%2018.334ZM10.9993%2020.1673C8.87574%2019.6326%207.12261%2018.4142%205.73997%2016.5121C4.35734%2014.61%203.66602%2012.4979%203.66602%2010.1757V4.58398L10.9993%201.83398L18.3327%204.58398V9.78607C18.0424%209.66385%2017.7445%209.55308%2017.4389%209.45378C17.1334%209.35447%2016.8202%209.2819%2016.4993%209.23607V5.86732L10.9993%203.80482L5.49935%205.86732V10.1757C5.49935%2010.8937%205.59484%2011.6118%205.78581%2012.3298C5.97678%2013.0479%206.24414%2013.7316%206.58789%2014.3809C6.93164%2015.0302%207.34796%2015.6298%207.83685%2016.1798C8.32574%2016.7298%208.8681%2017.1882%209.46393%2017.5548C9.63199%2018.0437%209.85352%2018.5097%2010.1285%2018.9527C10.4035%2019.3958%2010.7167%2019.793%2011.0681%2020.1444C11.0528%2020.1444%2011.0414%2020.1482%2011.0337%2020.1559C11.0261%2020.1635%2011.0146%2020.1673%2010.9993%2020.1673ZM15.5827%2020.1673C14.3146%2020.1673%2013.2337%2019.7204%2012.34%2018.8267C11.4462%2017.9329%2010.9993%2016.852%2010.9993%2015.584C10.9993%2014.3159%2011.4462%2013.235%2012.34%2012.3413C13.2337%2011.4475%2014.3146%2011.0007%2015.5827%2011.0007C16.8507%2011.0007%2017.9316%2011.4475%2018.8254%2012.3413C19.7191%2013.235%2020.166%2014.3159%2020.166%2015.584C20.166%2016.852%2019.7191%2017.9329%2018.8254%2018.8267C17.9316%2019.7204%2016.8507%2020.1673%2015.5827%2020.1673Z'%20fill='%233E4C5A'/%3e%3c/g%3e%3c/svg%3e", Nz = "App is Enabled", kz = "View and manage App data right from Hiver’s side panel for smooth workflows and quick access.", Mz = "Got it", jz = w(
|
|
34255
|
+
`, Pz = "data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_3354_177467'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='22'%20height='22'%3e%3crect%20width='22'%20height='22'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_3354_177467)'%3e%3cpath%20d='M15.5827%2015.584C15.9646%2015.584%2016.2893%2015.4503%2016.5566%2015.1829C16.824%2014.9156%2016.9577%2014.5909%2016.9577%2014.209C16.9577%2013.827%2016.824%2013.5024%2016.5566%2013.235C16.2893%2012.9677%2015.9646%2012.834%2015.5827%2012.834C15.2007%2012.834%2014.8761%2012.9677%2014.6087%2013.235C14.3414%2013.5024%2014.2077%2013.827%2014.2077%2014.209C14.2077%2014.5909%2014.3414%2014.9156%2014.6087%2015.1829C14.8761%2015.4503%2015.2007%2015.584%2015.5827%2015.584ZM15.5827%2018.334C16.0563%2018.334%2016.4917%2018.2232%2016.8889%2018.0017C17.2862%2017.7802%2017.607%2017.4861%2017.8514%2017.1194C17.5153%2016.9208%2017.1563%2016.768%2016.7743%2016.6611C16.3924%2016.5541%2015.9952%2016.5007%2015.5827%2016.5007C15.1702%2016.5007%2014.773%2016.5541%2014.391%2016.6611C14.0091%2016.768%2013.65%2016.9208%2013.3139%2017.1194C13.5584%2017.4861%2013.8792%2017.7802%2014.2764%2018.0017C14.6737%2018.2232%2015.1091%2018.334%2015.5827%2018.334ZM10.9993%2020.1673C8.87574%2019.6326%207.12261%2018.4142%205.73997%2016.5121C4.35734%2014.61%203.66602%2012.4979%203.66602%2010.1757V4.58398L10.9993%201.83398L18.3327%204.58398V9.78607C18.0424%209.66385%2017.7445%209.55308%2017.4389%209.45378C17.1334%209.35447%2016.8202%209.2819%2016.4993%209.23607V5.86732L10.9993%203.80482L5.49935%205.86732V10.1757C5.49935%2010.8937%205.59484%2011.6118%205.78581%2012.3298C5.97678%2013.0479%206.24414%2013.7316%206.58789%2014.3809C6.93164%2015.0302%207.34796%2015.6298%207.83685%2016.1798C8.32574%2016.7298%208.8681%2017.1882%209.46393%2017.5548C9.63199%2018.0437%209.85352%2018.5097%2010.1285%2018.9527C10.4035%2019.3958%2010.7167%2019.793%2011.0681%2020.1444C11.0528%2020.1444%2011.0414%2020.1482%2011.0337%2020.1559C11.0261%2020.1635%2011.0146%2020.1673%2010.9993%2020.1673ZM15.5827%2020.1673C14.3146%2020.1673%2013.2337%2019.7204%2012.34%2018.8267C11.4462%2017.9329%2010.9993%2016.852%2010.9993%2015.584C10.9993%2014.3159%2011.4462%2013.235%2012.34%2012.3413C13.2337%2011.4475%2014.3146%2011.0007%2015.5827%2011.0007C16.8507%2011.0007%2017.9316%2011.4475%2018.8254%2012.3413C19.7191%2013.235%2020.166%2014.3159%2020.166%2015.584C20.166%2016.852%2019.7191%2017.9329%2018.8254%2018.8267C17.9316%2019.7204%2016.8507%2020.1673%2015.5827%2020.1673Z'%20fill='%233E4C5A'/%3e%3c/g%3e%3c/svg%3e", Nz = "App is Enabled", kz = "View and manage App data right from Hiver’s side panel for smooth workflows and quick access.", Mz = "Got it", jz = w(ie)`
|
|
34256
34256
|
.connector-enabled-img {
|
|
34257
34257
|
width: 562px;
|
|
34258
34258
|
height: 500px;
|
|
@@ -34438,7 +34438,7 @@ const yb = {
|
|
|
34438
34438
|
}
|
|
34439
34439
|
}
|
|
34440
34440
|
}
|
|
34441
|
-
`, eY = w(
|
|
34441
|
+
`, eY = w(ie)`
|
|
34442
34442
|
max-height: 256px;
|
|
34443
34443
|
overflow: hidden;
|
|
34444
34444
|
margin-left: -24px;
|
|
@@ -34480,7 +34480,7 @@ const yb = {
|
|
|
34480
34480
|
}, nY = {
|
|
34481
34481
|
[sA.STANDARD]: "Standard fields",
|
|
34482
34482
|
[sA.CUSTOM]: "Custom fields"
|
|
34483
|
-
}, rY = w(
|
|
34483
|
+
}, rY = w(ie)`
|
|
34484
34484
|
background: ${xt.gray.gray6a};
|
|
34485
34485
|
border-radius: 4px;
|
|
34486
34486
|
padding: 4px;
|
|
@@ -34522,7 +34522,7 @@ const yb = {
|
|
|
34522
34522
|
children: nY[n]
|
|
34523
34523
|
}
|
|
34524
34524
|
) }, n);
|
|
34525
|
-
}) }), aY = w(
|
|
34525
|
+
}) }), aY = w(ie)`
|
|
34526
34526
|
flex-basis: 300px;
|
|
34527
34527
|
flex-grow: 1;
|
|
34528
34528
|
border: 1px solid ${xt.gray.gray6};
|
|
@@ -34532,7 +34532,7 @@ const yb = {
|
|
|
34532
34532
|
display: grid;
|
|
34533
34533
|
grid-template-columns: minmax(0, 300fr) minmax(0, 127fr) minmax(0, 112fr);
|
|
34534
34534
|
grid-template-rows: max-content;
|
|
34535
|
-
`, sY = w(
|
|
34535
|
+
`, sY = w(ie)`
|
|
34536
34536
|
display: grid;
|
|
34537
34537
|
grid-template-columns: subgrid;
|
|
34538
34538
|
grid-template-rows: max-content;
|
|
@@ -34570,7 +34570,7 @@ const yb = {
|
|
|
34570
34570
|
}
|
|
34571
34571
|
}
|
|
34572
34572
|
}
|
|
34573
|
-
`, cY = w(
|
|
34573
|
+
`, cY = w(ie)`
|
|
34574
34574
|
max-height: 256px;
|
|
34575
34575
|
overflow: hidden;
|
|
34576
34576
|
overflow-y: scroll;
|
|
@@ -34883,7 +34883,7 @@ const yb = {
|
|
|
34883
34883
|
'& .MuiAutocomplete-option[aria-selected="true"].Mui-focused': {
|
|
34884
34884
|
backgroundColor: `${Kn.optionHighlightBg} !important`
|
|
34885
34885
|
}
|
|
34886
|
-
} : {}, Mh = () => Cf() ? { elevation: 0 } : {}, mY = w(
|
|
34886
|
+
} : {}, Mh = () => Cf() ? { elevation: 0 } : {}, mY = w(ie)`
|
|
34887
34887
|
cursor: pointer;
|
|
34888
34888
|
.MuiInput-root::after {
|
|
34889
34889
|
border-bottom: 1px solid #196fe0 !important;
|
|
@@ -34937,7 +34937,7 @@ const yb = {
|
|
|
34937
34937
|
getOptionLabel: (g) => g[r] ?? "",
|
|
34938
34938
|
onChange: i,
|
|
34939
34939
|
options: e,
|
|
34940
|
-
renderOption: (g, E) => /* @__PURE__ */ l.jsx(
|
|
34940
|
+
renderOption: (g, E) => /* @__PURE__ */ l.jsx(ie, { component: "li", ...g, minHeight: "34px !important", children: E[r] }),
|
|
34941
34941
|
renderInput: (g) => /* @__PURE__ */ l.jsx(CC, { ...g, ref: g.inputProps.ref, variant: s, placeholder: n })
|
|
34942
34942
|
}
|
|
34943
34943
|
) : /* @__PURE__ */ l.jsx(
|
|
@@ -34968,7 +34968,7 @@ const yb = {
|
|
|
34968
34968
|
isOptionEqualToValue: (g, E) => (E == null ? void 0 : E[o]) === "" ? !0 : g[o] === E[o],
|
|
34969
34969
|
renderOption: (g, E, { selected: p }) => {
|
|
34970
34970
|
const { key: f, ...d } = g;
|
|
34971
|
-
return /* @__PURE__ */ l.jsxs(
|
|
34971
|
+
return /* @__PURE__ */ l.jsxs(ie, { component: "li", ...d, minHeight: "36px", children: [
|
|
34972
34972
|
/* @__PURE__ */ l.jsx(Mo, { style: { marginRight: 8 }, checked: p }),
|
|
34973
34973
|
E[r]
|
|
34974
34974
|
] }, f);
|
|
@@ -34995,7 +34995,7 @@ const yb = {
|
|
|
34995
34995
|
{ type: oW, options: i, label: nW, isSingleSelect: !0 }
|
|
34996
34996
|
].map(({ type: s, options: c, label: u, isSingleSelect: g }) => {
|
|
34997
34997
|
const E = s === Dh, p = E ? t : r;
|
|
34998
|
-
return /* @__PURE__ */ l.jsxs(
|
|
34998
|
+
return /* @__PURE__ */ l.jsxs(ie, { marginBottom: "20px", children: [
|
|
34999
34999
|
/* @__PURE__ */ l.jsx(mW, { variant: "h4", children: u }),
|
|
35000
35000
|
/* @__PURE__ */ l.jsx(
|
|
35001
35001
|
$c,
|
|
@@ -35103,7 +35103,7 @@ const yb = {
|
|
|
35103
35103
|
}, V = (I == null ? void 0 : I.cardAccessMode) === wn.READ_WRITE;
|
|
35104
35104
|
return /* @__PURE__ */ l.jsx(nf, { children: /* @__PURE__ */ l.jsxs(Af, { style: { height: "max-content" }, children: [
|
|
35105
35105
|
/* @__PURE__ */ l.jsx(QW, { variant: "h2", children: ZE }),
|
|
35106
|
-
/* @__PURE__ */ l.jsx(
|
|
35106
|
+
/* @__PURE__ */ l.jsx(ie, { marginBottom: "24px", children: /* @__PURE__ */ l.jsxs(Au, { value: x, onChange: O, children: [
|
|
35107
35107
|
/* @__PURE__ */ l.jsx(Lh, { label: M(Si.CARD_VISIBILITY.ID) }),
|
|
35108
35108
|
/* @__PURE__ */ l.jsx(Lh, { label: M(Si.FIELD_VISIBILITY.ID, z) })
|
|
35109
35109
|
] }) }),
|
|
@@ -35277,7 +35277,7 @@ const yb = {
|
|
|
35277
35277
|
/* @__PURE__ */ l.jsx(pt, { title: v ? pb : null, children: /* @__PURE__ */ l.jsx("div", { children: /* @__PURE__ */ l.jsx(af, { onClick: x, disabled: y, children: f !== be.LOADING ? /* @__PURE__ */ l.jsx(Z, { variant: "body2_medium", children: tf }) : /* @__PURE__ */ l.jsx(au, { height: "22px", children: /* @__PURE__ */ l.jsx(of, { size: 22 }) }) }) }) })
|
|
35278
35278
|
] })
|
|
35279
35279
|
] }) });
|
|
35280
|
-
}, TY = w(
|
|
35280
|
+
}, TY = w(ie)`
|
|
35281
35281
|
height: 52px;
|
|
35282
35282
|
box-sizing: border-box;
|
|
35283
35283
|
width: 100%;
|
|
@@ -35327,7 +35327,7 @@ const SY = w(H)`
|
|
|
35327
35327
|
align-items: center;
|
|
35328
35328
|
flex-direction: row;
|
|
35329
35329
|
`;
|
|
35330
|
-
w(
|
|
35330
|
+
w(ie)`
|
|
35331
35331
|
visibility: hidden;
|
|
35332
35332
|
`;
|
|
35333
35333
|
const jh = w(Wn)`
|
|
@@ -35640,7 +35640,7 @@ const jh = w(Wn)`
|
|
|
35640
35640
|
/* @__PURE__ */ l.jsxs(H, { className: U, width: "100%", children: [
|
|
35641
35641
|
/* @__PURE__ */ l.jsx(H, { direction: "row", gap: 1, alignItems: "center", children: /* @__PURE__ */ l.jsxs(H, { flexDirection: "row", alignItems: "center", children: [
|
|
35642
35642
|
t ? /* @__PURE__ */ l.jsx("img", { src: a ?? "", className: "logoIcon", width: "28xp", height: "28px", alt: A }) : null,
|
|
35643
|
-
/* @__PURE__ */ l.jsxs(
|
|
35643
|
+
/* @__PURE__ */ l.jsxs(ie, { children: [
|
|
35644
35644
|
/* @__PURE__ */ l.jsx(Sz, { variant: r ? "body1_medium" : "h2", children: A }),
|
|
35645
35645
|
/* @__PURE__ */ l.jsxs(
|
|
35646
35646
|
H,
|
|
@@ -35665,7 +35665,7 @@ const jh = w(Wn)`
|
|
|
35665
35665
|
] })
|
|
35666
35666
|
] }) }),
|
|
35667
35667
|
t && !n ? /* @__PURE__ */ l.jsx(Dz, { variant: "contained", onClick: (R) => Q(R, i), children: kH }) : /* @__PURE__ */ l.jsxs(_z, { children: [
|
|
35668
|
-
!t && u && !x ? /* @__PURE__ */ l.jsx(
|
|
35668
|
+
!t && u && !x ? /* @__PURE__ */ l.jsx(ie, { marginRight: "7px", children: /* @__PURE__ */ l.jsx(rt, { size: "small", onClick: y, children: sW }) }) : null,
|
|
35669
35669
|
!t && x ? /* @__PURE__ */ l.jsx(Lz, { severity: "error", children: lW }) : null,
|
|
35670
35670
|
/* @__PURE__ */ l.jsx(pt, { title: MH, placement: "bottom", children: /* @__PURE__ */ l.jsx(Wn, { onClick: (R) => m(R, i), children: /* @__PURE__ */ l.jsx("img", { src: Pz, className: "settingsIcon" }) }) }),
|
|
35671
35671
|
(E == null ? void 0 : E[i]) !== be.LOADING ? /* @__PURE__ */ l.jsx(pt, { title: b ? UH : jH, placement: "bottom", children: /* @__PURE__ */ l.jsx(
|
|
@@ -35713,7 +35713,7 @@ const jh = w(Wn)`
|
|
|
35713
35713
|
overflow-x: auto;
|
|
35714
35714
|
overflow-y: hidden;
|
|
35715
35715
|
white-space: nowrap;
|
|
35716
|
-
`, PY = w(
|
|
35716
|
+
`, PY = w(ie)`
|
|
35717
35717
|
flex-shrink: 0;
|
|
35718
35718
|
width: 40%;
|
|
35719
35719
|
max-width: 400px;
|
|
@@ -35785,7 +35785,7 @@ const jh = w(Wn)`
|
|
|
35785
35785
|
/* @__PURE__ */ l.jsx(VY, {}),
|
|
35786
35786
|
/* @__PURE__ */ l.jsx(Z, { children: MY(e) }),
|
|
35787
35787
|
/* @__PURE__ */ l.jsx(UY, { onClick: t, children: NY })
|
|
35788
|
-
] }), HY = w(
|
|
35788
|
+
] }), HY = w(ie)`
|
|
35789
35789
|
margin-top: 24px;
|
|
35790
35790
|
width: 100%;
|
|
35791
35791
|
& ul,
|
|
@@ -35793,7 +35793,7 @@ const jh = w(Wn)`
|
|
|
35793
35793
|
list-style: unset;
|
|
35794
35794
|
padding-left: 16px;
|
|
35795
35795
|
}
|
|
35796
|
-
`, WY = w(
|
|
35796
|
+
`, WY = w(ie)`
|
|
35797
35797
|
margin-top: 27px;
|
|
35798
35798
|
margin-bottom: 24px;
|
|
35799
35799
|
font-size: 13px;
|
|
@@ -35968,7 +35968,7 @@ const jh = w(Wn)`
|
|
|
35968
35968
|
A ? null : /* @__PURE__ */ l.jsx(nJ, { direction: "row", alignItems: "center", justifyContent: "center", children: /* @__PURE__ */ l.jsx("div", { className: "arrow" }) })
|
|
35969
35969
|
] }, r.replace(/\s/g, ""));
|
|
35970
35970
|
}) });
|
|
35971
|
-
}, rJ = "Settings", oJ = "Setup", iJ = w(
|
|
35971
|
+
}, rJ = "Settings", oJ = "Setup", iJ = w(ie)`
|
|
35972
35972
|
background-color: ${({ active: e }) => e ? K.palette.green.primary : K.palette.gray.gray4};
|
|
35973
35973
|
`, AJ = w(da)`
|
|
35974
35974
|
background-color: ${({ active: e }) => e ? "#BBF0BB80" : K.palette.gray.gray6};
|
|
@@ -35987,7 +35987,7 @@ const jh = w(Wn)`
|
|
|
35987
35987
|
t
|
|
35988
35988
|
] })
|
|
35989
35989
|
}
|
|
35990
|
-
), sJ = w(
|
|
35990
|
+
), sJ = w(ie)`
|
|
35991
35991
|
border-radius: 50%;
|
|
35992
35992
|
height: 20px;
|
|
35993
35993
|
width: 20px;
|
|
@@ -37461,7 +37461,7 @@ const BX = ({
|
|
|
37461
37461
|
);
|
|
37462
37462
|
}) })
|
|
37463
37463
|
] });
|
|
37464
|
-
}, vX = (e) => /* @__PURE__ */ S.createElement("svg", { width: 19, height: 14, viewBox: "0 0 19 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ S.createElement("path", { d: "M4.5 11C5.15764 11 5.79771 11.0833 6.42021 11.25C7.04285 11.4167 7.65278 11.625 8.25 11.875V2.41667C7.66667 2.11111 7.0625 1.88194 6.4375 1.72917C5.8125 1.57639 5.16514 1.5 4.49542 1.5C3.98236 1.5 3.47292 1.54514 2.96708 1.63542C2.46125 1.72569 1.97222 1.875 1.5 2.08333V11.5C1.98611 11.3194 2.47785 11.191 2.97521 11.1146C3.47271 11.0382 3.98097 11 4.5 11ZM9.75 11.875C10.3472 11.5972 10.9572 11.3819 11.5798 11.2292C12.2023 11.0764 12.8424 11 13.5 11C14.0139 11 14.5243 11.0312 15.0312 11.0938C15.5382 11.1562 16.0278 11.2917 16.5 11.5V2.08333C16.0139 1.90278 15.5195 1.76042 15.0169 1.65625C14.5142 1.55208 14.0081 1.5 13.4983 1.5C12.8328 1.5 12.1875 1.57639 11.5625 1.72917C10.9375 1.88194 10.3333 2.11111 9.75 2.41667V11.875ZM9 14C8.31944 13.5556 7.60417 13.1944 6.85417 12.9167C6.10417 12.6389 5.31944 12.5 4.5 12.5C3.97222 12.5 3.44444 12.5521 2.91667 12.6562C2.38889 12.7604 1.88194 12.9167 1.39583 13.125C1.0625 13.2639 0.746528 13.2394 0.447917 13.0515C0.149306 12.8635 0 12.5894 0 12.2292V1.75C0 1.55556 0.0520833 1.375 0.15625 1.20833C0.260417 1.04167 0.402778 0.916667 0.583333 0.833333C1.20833 0.555556 1.8475 0.347222 2.50083 0.208333C3.15417 0.0694444 3.82056 0 4.5 0C5.29097 0 6.06486 0.09375 6.82167 0.28125C7.57847 0.46875 8.30458 0.75 9 1.125C9.70833 0.763889 10.4388 0.486111 11.1915 0.291667C11.944 0.0972222 12.7135 0 13.5 0C14.1794 0 14.8458 0.0694444 15.4992 0.208333C16.1525 0.347222 16.7917 0.555556 17.4167 0.833333C17.5972 0.916667 17.7431 1.04167 17.8542 1.20833C17.9653 1.375 18.0208 1.55556 18.0208 1.75V12.2292C18.0208 12.5764 17.9132 12.8542 17.6979 13.0625C17.4826 13.2708 17.2569 13.3194 17.0208 13.2083C16.4653 12.9583 15.8925 12.7778 15.3025 12.6667C14.7126 12.5556 14.1118 12.5 13.5 12.5C12.6806 12.5 11.8958 12.6389 11.1458 12.9167C10.3958 13.1944 9.68056 13.5556 9 14Z", fill: "#4D596C" })), yX = (e) => /* @__PURE__ */ S.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", ...e }, /* @__PURE__ */ S.createElement("g", { clipPath: "url(#clip0_5762_155564)" }, /* @__PURE__ */ S.createElement("path", { d: "M8.33342 13.75L13.3334 9.99996L8.33342 6.24996V13.75ZM10.0001 1.66663C5.40008 1.66663 1.66675 5.39996 1.66675 9.99996C1.66675 14.6 5.40008 18.3333 10.0001 18.3333C14.6001 18.3333 18.3334 14.6 18.3334 9.99996C18.3334 5.39996 14.6001 1.66663 10.0001 1.66663ZM10.0001 16.6666C6.32508 16.6666 3.33341 13.675 3.33341 9.99996C3.33341 6.32496 6.32508 3.33329 10.0001 3.33329C13.6751 3.33329 16.6667 6.32496 16.6667 9.99996C16.6667 13.675 13.6751 16.6666 10.0001 16.6666Z", fill: "#4D596C" })), /* @__PURE__ */ S.createElement("defs", null, /* @__PURE__ */ S.createElement("clipPath", { id: "clip0_5762_155564" }, /* @__PURE__ */ S.createElement("rect", { width: 20, height: 20, fill: "white" })))), xX = (e) => /* @__PURE__ */ S.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ S.createElement("path", { d: "M17.5 9.31947C17.503 10.456 17.2374 11.5772 16.725 12.5917C16.1174 13.8074 15.1834 14.8299 14.0275 15.5447C12.8717 16.2595 11.5396 16.6384 10.1806 16.6389C9.044 16.6419 7.92282 16.3763 6.90833 15.8639L2 17.5L3.63611 12.5917C3.12369 11.5772 2.85815 10.456 2.86111 9.31947C2.86164 7.96043 3.24053 6.62837 3.95534 5.4725C4.67016 4.31663 5.69266 3.3826 6.90833 2.77502C7.92282 2.2626 9.044 1.99706 10.1806 2.00002H10.6111C11.4833 2.04814 12.332 2.25177 13.1199 2.59427C13.9534 2.95658 14.7189 3.4743 15.3723 4.12771C16.1287 4.8841 16.7033 5.7907 17.0654 6.77911C17.3118 7.45168 17.4599 8.16213 17.5 8.88891V9.31947Z", stroke: "#4D596C", strokeWidth: 1.44667, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ S.createElement("circle", { cx: 7, cy: 9.5, r: 1, fill: "#4D596C" }), /* @__PURE__ */ S.createElement("circle", { cx: 10, cy: 9.5, r: 1, fill: "#4D596C" }), /* @__PURE__ */ S.createElement("circle", { cx: 13, cy: 9.5, r: 1, fill: "#4D596C" })), wX = w(
|
|
37464
|
+
}, vX = (e) => /* @__PURE__ */ S.createElement("svg", { width: 19, height: 14, viewBox: "0 0 19 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ S.createElement("path", { d: "M4.5 11C5.15764 11 5.79771 11.0833 6.42021 11.25C7.04285 11.4167 7.65278 11.625 8.25 11.875V2.41667C7.66667 2.11111 7.0625 1.88194 6.4375 1.72917C5.8125 1.57639 5.16514 1.5 4.49542 1.5C3.98236 1.5 3.47292 1.54514 2.96708 1.63542C2.46125 1.72569 1.97222 1.875 1.5 2.08333V11.5C1.98611 11.3194 2.47785 11.191 2.97521 11.1146C3.47271 11.0382 3.98097 11 4.5 11ZM9.75 11.875C10.3472 11.5972 10.9572 11.3819 11.5798 11.2292C12.2023 11.0764 12.8424 11 13.5 11C14.0139 11 14.5243 11.0312 15.0312 11.0938C15.5382 11.1562 16.0278 11.2917 16.5 11.5V2.08333C16.0139 1.90278 15.5195 1.76042 15.0169 1.65625C14.5142 1.55208 14.0081 1.5 13.4983 1.5C12.8328 1.5 12.1875 1.57639 11.5625 1.72917C10.9375 1.88194 10.3333 2.11111 9.75 2.41667V11.875ZM9 14C8.31944 13.5556 7.60417 13.1944 6.85417 12.9167C6.10417 12.6389 5.31944 12.5 4.5 12.5C3.97222 12.5 3.44444 12.5521 2.91667 12.6562C2.38889 12.7604 1.88194 12.9167 1.39583 13.125C1.0625 13.2639 0.746528 13.2394 0.447917 13.0515C0.149306 12.8635 0 12.5894 0 12.2292V1.75C0 1.55556 0.0520833 1.375 0.15625 1.20833C0.260417 1.04167 0.402778 0.916667 0.583333 0.833333C1.20833 0.555556 1.8475 0.347222 2.50083 0.208333C3.15417 0.0694444 3.82056 0 4.5 0C5.29097 0 6.06486 0.09375 6.82167 0.28125C7.57847 0.46875 8.30458 0.75 9 1.125C9.70833 0.763889 10.4388 0.486111 11.1915 0.291667C11.944 0.0972222 12.7135 0 13.5 0C14.1794 0 14.8458 0.0694444 15.4992 0.208333C16.1525 0.347222 16.7917 0.555556 17.4167 0.833333C17.5972 0.916667 17.7431 1.04167 17.8542 1.20833C17.9653 1.375 18.0208 1.55556 18.0208 1.75V12.2292C18.0208 12.5764 17.9132 12.8542 17.6979 13.0625C17.4826 13.2708 17.2569 13.3194 17.0208 13.2083C16.4653 12.9583 15.8925 12.7778 15.3025 12.6667C14.7126 12.5556 14.1118 12.5 13.5 12.5C12.6806 12.5 11.8958 12.6389 11.1458 12.9167C10.3958 13.1944 9.68056 13.5556 9 14Z", fill: "#4D596C" })), yX = (e) => /* @__PURE__ */ S.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", ...e }, /* @__PURE__ */ S.createElement("g", { clipPath: "url(#clip0_5762_155564)" }, /* @__PURE__ */ S.createElement("path", { d: "M8.33342 13.75L13.3334 9.99996L8.33342 6.24996V13.75ZM10.0001 1.66663C5.40008 1.66663 1.66675 5.39996 1.66675 9.99996C1.66675 14.6 5.40008 18.3333 10.0001 18.3333C14.6001 18.3333 18.3334 14.6 18.3334 9.99996C18.3334 5.39996 14.6001 1.66663 10.0001 1.66663ZM10.0001 16.6666C6.32508 16.6666 3.33341 13.675 3.33341 9.99996C3.33341 6.32496 6.32508 3.33329 10.0001 3.33329C13.6751 3.33329 16.6667 6.32496 16.6667 9.99996C16.6667 13.675 13.6751 16.6666 10.0001 16.6666Z", fill: "#4D596C" })), /* @__PURE__ */ S.createElement("defs", null, /* @__PURE__ */ S.createElement("clipPath", { id: "clip0_5762_155564" }, /* @__PURE__ */ S.createElement("rect", { width: 20, height: 20, fill: "white" })))), xX = (e) => /* @__PURE__ */ S.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ S.createElement("path", { d: "M17.5 9.31947C17.503 10.456 17.2374 11.5772 16.725 12.5917C16.1174 13.8074 15.1834 14.8299 14.0275 15.5447C12.8717 16.2595 11.5396 16.6384 10.1806 16.6389C9.044 16.6419 7.92282 16.3763 6.90833 15.8639L2 17.5L3.63611 12.5917C3.12369 11.5772 2.85815 10.456 2.86111 9.31947C2.86164 7.96043 3.24053 6.62837 3.95534 5.4725C4.67016 4.31663 5.69266 3.3826 6.90833 2.77502C7.92282 2.2626 9.044 1.99706 10.1806 2.00002H10.6111C11.4833 2.04814 12.332 2.25177 13.1199 2.59427C13.9534 2.95658 14.7189 3.4743 15.3723 4.12771C16.1287 4.8841 16.7033 5.7907 17.0654 6.77911C17.3118 7.45168 17.4599 8.16213 17.5 8.88891V9.31947Z", stroke: "#4D596C", strokeWidth: 1.44667, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ S.createElement("circle", { cx: 7, cy: 9.5, r: 1, fill: "#4D596C" }), /* @__PURE__ */ S.createElement("circle", { cx: 10, cy: 9.5, r: 1, fill: "#4D596C" }), /* @__PURE__ */ S.createElement("circle", { cx: 13, cy: 9.5, r: 1, fill: "#4D596C" })), wX = w(ie)`
|
|
37465
37465
|
background-color: #f6f8fc;
|
|
37466
37466
|
border-radius: 4px;
|
|
37467
37467
|
padding: 4px 12px 4px 12px;
|
|
@@ -38045,7 +38045,7 @@ const FX = w(H)`
|
|
|
38045
38045
|
/* @__PURE__ */ l.jsx("div", { hidden: g !== 1, className: "grow overflow-auto py-6", children: /* @__PURE__ */ l.jsx(JX, { connectorData: C }) })
|
|
38046
38046
|
] }) : /* @__PURE__ */ l.jsx("div", { className: "grow overflow-auto py-0", children: /* @__PURE__ */ l.jsx($h, { connectorData: C }) })
|
|
38047
38047
|
] });
|
|
38048
|
-
}, KX = (e) => e.auth.verifyTokenApiStatus, qX = (e) => e.auth.authVerificationDone, ZX = w(
|
|
38048
|
+
}, KX = (e) => e.auth.verifyTokenApiStatus, qX = (e) => e.auth.authVerificationDone, ZX = w(ie)`
|
|
38049
38049
|
position: fixed;
|
|
38050
38050
|
z-index: 1000;
|
|
38051
38051
|
background-color: #fff;
|
|
@@ -38167,7 +38167,7 @@ const FX = w(H)`
|
|
|
38167
38167
|
/* @__PURE__ */ l.jsx(rt, { className: "!mt-4", onClick: Q, disabled: I, children: "Save and enable" })
|
|
38168
38168
|
] })
|
|
38169
38169
|
] });
|
|
38170
|
-
}, pC = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.86421%2015.9708C9.20287%2016.3941%209.13423%2017.0118%208.71091%2017.3505C8.28758%2017.6891%207.66987%2017.6205%207.33121%2017.1972L8.09771%2016.584L8.86421%2015.9708ZM2.94434%2010.1423L2.17784%2010.7555C1.89104%2010.397%201.89104%209.88757%202.17784%209.52907L2.94434%2010.1423ZM7.33121%203.08735C7.66987%202.66403%208.28758%202.59539%208.71091%202.93405C9.13423%203.27271%209.20287%203.89042%208.86421%204.31375L8.09771%203.70055L7.33121%203.08735ZM3.31243%2011.1852C2.77031%2011.1852%202.33084%2010.7457%202.33084%2010.2036C2.33084%209.66149%202.77031%209.22201%203.31243%209.22201V10.2036L3.31243%2011.1852ZM17.0548%209.22201C17.5969%209.22201%2018.0364%209.66149%2018.0364%2010.2036C18.0364%2010.7457%2017.5969%2011.1852%2017.0548%2011.1852V10.2036V9.22201ZM8.09771%2016.584L7.33121%2017.1972L2.17784%2010.7555L2.94434%2010.1423L3.71083%209.52907L8.86421%2015.9708L8.09771%2016.584ZM2.94434%2010.1423L2.17784%209.52907L7.33121%203.08735L8.09771%203.70055L8.86421%204.31375L3.71083%2010.7555L2.94434%2010.1423ZM3.31243%2010.2036V9.22201L17.0548%209.22201V10.2036V11.1852L3.31243%2011.1852L3.31243%2010.2036Z'%20fill='%236F7C90'/%3e%3c/svg%3e", as = w(
|
|
38170
|
+
}, pC = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.86421%2015.9708C9.20287%2016.3941%209.13423%2017.0118%208.71091%2017.3505C8.28758%2017.6891%207.66987%2017.6205%207.33121%2017.1972L8.09771%2016.584L8.86421%2015.9708ZM2.94434%2010.1423L2.17784%2010.7555C1.89104%2010.397%201.89104%209.88757%202.17784%209.52907L2.94434%2010.1423ZM7.33121%203.08735C7.66987%202.66403%208.28758%202.59539%208.71091%202.93405C9.13423%203.27271%209.20287%203.89042%208.86421%204.31375L8.09771%203.70055L7.33121%203.08735ZM3.31243%2011.1852C2.77031%2011.1852%202.33084%2010.7457%202.33084%2010.2036C2.33084%209.66149%202.77031%209.22201%203.31243%209.22201V10.2036L3.31243%2011.1852ZM17.0548%209.22201C17.5969%209.22201%2018.0364%209.66149%2018.0364%2010.2036C18.0364%2010.7457%2017.5969%2011.1852%2017.0548%2011.1852V10.2036V9.22201ZM8.09771%2016.584L7.33121%2017.1972L2.17784%2010.7555L2.94434%2010.1423L3.71083%209.52907L8.86421%2015.9708L8.09771%2016.584ZM2.94434%2010.1423L2.17784%209.52907L7.33121%203.08735L8.09771%203.70055L8.86421%204.31375L3.71083%2010.7555L2.94434%2010.1423ZM3.31243%2010.2036V9.22201L17.0548%209.22201V10.2036V11.1852L3.31243%2011.1852L3.31243%2010.2036Z'%20fill='%236F7C90'/%3e%3c/svg%3e", as = w(ie)`
|
|
38171
38171
|
width: 100%;
|
|
38172
38172
|
/* This screen is Hanken Grotesk (matching the agent UI + host app). MUI
|
|
38173
38173
|
components get it from the nested font theme; plain elements inherit it
|
|
@@ -38175,7 +38175,7 @@ const FX = w(H)`
|
|
|
38175
38175
|
font-family: 'Hanken Grotesk', system-ui, sans-serif;
|
|
38176
38176
|
`;
|
|
38177
38177
|
var QB, mB;
|
|
38178
|
-
const hC = w(
|
|
38178
|
+
const hC = w(ie)`
|
|
38179
38179
|
display: inline-flex;
|
|
38180
38180
|
align-items: center;
|
|
38181
38181
|
gap: 16px;
|
|
@@ -38189,13 +38189,13 @@ const hC = w(Ae)`
|
|
|
38189
38189
|
&:hover {
|
|
38190
38190
|
color: ${((mB = K.palette.gray) == null ? void 0 : mB.gray1) ?? "#3D434C"};
|
|
38191
38191
|
}
|
|
38192
|
-
`, ov = w(
|
|
38192
|
+
`, ov = w(ie)`
|
|
38193
38193
|
display: flex;
|
|
38194
38194
|
align-items: flex-start;
|
|
38195
38195
|
justify-content: space-between;
|
|
38196
38196
|
gap: 16px;
|
|
38197
38197
|
margin-top: 24px;
|
|
38198
|
-
`, iv = w(
|
|
38198
|
+
`, iv = w(ie)`
|
|
38199
38199
|
display: flex;
|
|
38200
38200
|
align-items: flex-start;
|
|
38201
38201
|
gap: 16px;
|
|
@@ -38203,7 +38203,7 @@ const hC = w(Ae)`
|
|
|
38203
38203
|
min-width: 0;
|
|
38204
38204
|
`;
|
|
38205
38205
|
var bB;
|
|
38206
|
-
const oK = w(
|
|
38206
|
+
const oK = w(ie)`
|
|
38207
38207
|
flex-shrink: 0;
|
|
38208
38208
|
width: 64px;
|
|
38209
38209
|
height: 64px;
|
|
@@ -38212,7 +38212,7 @@ const oK = w(Ae)`
|
|
|
38212
38212
|
display: flex;
|
|
38213
38213
|
align-items: center;
|
|
38214
38214
|
justify-content: center;
|
|
38215
|
-
`, iK = w(
|
|
38215
|
+
`, iK = w(ie)`
|
|
38216
38216
|
width: 48px;
|
|
38217
38217
|
height: 48px;
|
|
38218
38218
|
display: flex;
|
|
@@ -38223,7 +38223,7 @@ const oK = w(Ae)`
|
|
|
38223
38223
|
height: 32px;
|
|
38224
38224
|
object-fit: contain;
|
|
38225
38225
|
}
|
|
38226
|
-
`, AK = w(
|
|
38226
|
+
`, AK = w(ie)`
|
|
38227
38227
|
display: flex;
|
|
38228
38228
|
flex-direction: column;
|
|
38229
38229
|
gap: 8px;
|
|
@@ -38245,20 +38245,31 @@ const aK = w(rt)`
|
|
|
38245
38245
|
&:hover {
|
|
38246
38246
|
background: ${K.palette.purple.hover ?? K.palette.purple.primary};
|
|
38247
38247
|
}
|
|
38248
|
-
`, Av = w(
|
|
38248
|
+
`, Av = w(ie)`
|
|
38249
38249
|
display: grid;
|
|
38250
38250
|
grid-template-columns: 1fr 280px;
|
|
38251
38251
|
gap: 24px;
|
|
38252
38252
|
margin-top: 16px;
|
|
38253
38253
|
align-items: start;
|
|
38254
|
+
`, sK = w(ie)`
|
|
38255
|
+
width: 100%;
|
|
38256
|
+
border-radius: 12px;
|
|
38257
|
+
background: linear-gradient(180deg, #fbcfe8 0%, #fce7f3 50%, #ede9fe 100%);
|
|
38258
|
+
overflow: hidden;
|
|
38259
|
+
& > img {
|
|
38260
|
+
display: block;
|
|
38261
|
+
width: 100%;
|
|
38262
|
+
max-width: 772px;
|
|
38263
|
+
height: auto;
|
|
38264
|
+
}
|
|
38254
38265
|
`;
|
|
38255
|
-
w(
|
|
38266
|
+
w(ie)`
|
|
38256
38267
|
display: grid;
|
|
38257
38268
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
38258
38269
|
gap: 16px;
|
|
38259
38270
|
`;
|
|
38260
38271
|
var yB;
|
|
38261
|
-
w(
|
|
38272
|
+
w(ie)`
|
|
38262
38273
|
height: 160px;
|
|
38263
38274
|
border-radius: 12px;
|
|
38264
38275
|
background: ${K.palette.purple.light};
|
|
@@ -38274,22 +38285,22 @@ w(Ae)`
|
|
|
38274
38285
|
object-fit: cover;
|
|
38275
38286
|
}
|
|
38276
38287
|
`;
|
|
38277
|
-
const
|
|
38288
|
+
const lK = w(ie)`
|
|
38278
38289
|
margin-top: 24px;
|
|
38279
38290
|
display: flex;
|
|
38280
38291
|
flex-direction: column;
|
|
38281
38292
|
gap: 6px;
|
|
38282
|
-
`,
|
|
38293
|
+
`, cK = w(ie)`
|
|
38283
38294
|
display: flex;
|
|
38284
38295
|
flex-direction: column;
|
|
38285
38296
|
gap: 32px;
|
|
38286
38297
|
width: 650px;
|
|
38287
38298
|
max-width: 100%;
|
|
38288
|
-
`,
|
|
38299
|
+
`, uK = w(ie)`
|
|
38289
38300
|
display: flex;
|
|
38290
38301
|
flex-direction: column;
|
|
38291
38302
|
gap: 12px;
|
|
38292
|
-
`,
|
|
38303
|
+
`, gK = w(ie)`
|
|
38293
38304
|
width: 100%;
|
|
38294
38305
|
|
|
38295
38306
|
& .MuiOutlinedInput-root {
|
|
@@ -38349,7 +38360,7 @@ const sK = w(Ae)`
|
|
|
38349
38360
|
width: 20px;
|
|
38350
38361
|
height: 20px;
|
|
38351
38362
|
}
|
|
38352
|
-
`,
|
|
38363
|
+
`, dK = w(ie)`
|
|
38353
38364
|
display: flex;
|
|
38354
38365
|
align-items: center;
|
|
38355
38366
|
gap: 16px;
|
|
@@ -38359,7 +38370,7 @@ const sK = w(Ae)`
|
|
|
38359
38370
|
/* @__PURE__ */ l.jsxs(ov, { children: [
|
|
38360
38371
|
/* @__PURE__ */ l.jsxs(iv, { children: [
|
|
38361
38372
|
/* @__PURE__ */ l.jsx(cn, { variant: "rounded", width: 64, height: 64, sx: { borderRadius: "6px", flexShrink: 0 } }),
|
|
38362
|
-
/* @__PURE__ */ l.jsxs(
|
|
38373
|
+
/* @__PURE__ */ l.jsxs(ie, { sx: { display: "flex", flexDirection: "column", gap: "8px", paddingTop: "4px", flex: 1, minWidth: 0 }, children: [
|
|
38363
38374
|
/* @__PURE__ */ l.jsx(cn, { variant: "text", width: 120, height: 32 }),
|
|
38364
38375
|
/* @__PURE__ */ l.jsx(cn, { variant: "text", width: "60%", height: 18 }),
|
|
38365
38376
|
/* @__PURE__ */ l.jsx(cn, { variant: "text", width: "42%", height: 18 })
|
|
@@ -38368,7 +38379,7 @@ const sK = w(Ae)`
|
|
|
38368
38379
|
/* @__PURE__ */ l.jsx(cn, { variant: "rounded", width: 132, height: 32, sx: { borderRadius: "20px", flexShrink: 0 } })
|
|
38369
38380
|
] }),
|
|
38370
38381
|
/* @__PURE__ */ l.jsxs(
|
|
38371
|
-
|
|
38382
|
+
ie,
|
|
38372
38383
|
{
|
|
38373
38384
|
sx: {
|
|
38374
38385
|
display: "flex",
|
|
@@ -38384,18 +38395,18 @@ const sK = w(Ae)`
|
|
|
38384
38395
|
}
|
|
38385
38396
|
),
|
|
38386
38397
|
/* @__PURE__ */ l.jsxs(Av, { children: [
|
|
38387
|
-
/* @__PURE__ */ l.jsxs(
|
|
38398
|
+
/* @__PURE__ */ l.jsxs(ie, { sx: { display: "flex", flexDirection: "column", gap: "12px" }, children: [
|
|
38388
38399
|
/* @__PURE__ */ l.jsx(cn, { variant: "text", width: 96, height: 24 }),
|
|
38389
38400
|
/* @__PURE__ */ l.jsx(cn, { variant: "text", width: "78%", height: 18 }),
|
|
38390
38401
|
/* @__PURE__ */ l.jsx(cn, { variant: "text", width: "64%", height: 18 })
|
|
38391
38402
|
] }),
|
|
38392
|
-
/* @__PURE__ */ l.jsxs(
|
|
38403
|
+
/* @__PURE__ */ l.jsxs(ie, { sx: { display: "flex", flexDirection: "column", gap: "16px" }, children: [
|
|
38393
38404
|
/* @__PURE__ */ l.jsx(cn, { variant: "rounded", height: 90, sx: { borderRadius: "8px" } }),
|
|
38394
38405
|
/* @__PURE__ */ l.jsx(cn, { variant: "rounded", height: 54, sx: { borderRadius: "8px" } }),
|
|
38395
38406
|
/* @__PURE__ */ l.jsx(cn, { variant: "rounded", height: 54, sx: { borderRadius: "8px" } })
|
|
38396
38407
|
] })
|
|
38397
38408
|
] })
|
|
38398
|
-
] }), nB = ({ size: e = 20 }) => /* @__PURE__ */ l.jsx("svg", { width: e, height: e, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-hidden": !0, children: /* @__PURE__ */ l.jsx("path", { d: "M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6z", fill: "#97A3B7" }) }),
|
|
38409
|
+
] }), nB = ({ size: e = 20 }) => /* @__PURE__ */ l.jsx("svg", { width: e, height: e, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-hidden": !0, children: /* @__PURE__ */ l.jsx("path", { d: "M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6z", fill: "#97A3B7" }) }), CK = ({ schema: e, controller: t }) => {
|
|
38399
38410
|
var i, A, a;
|
|
38400
38411
|
const n = Pe(yi) ?? [], r = Pe(uA) ?? [], o = (s) => s === "inboxes" ? /* @__PURE__ */ l.jsx(
|
|
38401
38412
|
$c,
|
|
@@ -38453,9 +38464,9 @@ const sK = w(Ae)`
|
|
|
38453
38464
|
children: e.subtitle
|
|
38454
38465
|
}
|
|
38455
38466
|
),
|
|
38456
|
-
e.blocks && e.blocks.length > 0 ? /* @__PURE__ */ l.jsx(
|
|
38467
|
+
e.blocks && e.blocks.length > 0 ? /* @__PURE__ */ l.jsx(cK, { children: e.blocks.map((s) => {
|
|
38457
38468
|
var c;
|
|
38458
|
-
return /* @__PURE__ */ l.jsxs(
|
|
38469
|
+
return /* @__PURE__ */ l.jsxs(uK, { children: [
|
|
38459
38470
|
/* @__PURE__ */ l.jsx(
|
|
38460
38471
|
Z,
|
|
38461
38472
|
{
|
|
@@ -38469,7 +38480,7 @@ const sK = w(Ae)`
|
|
|
38469
38480
|
children: s.title
|
|
38470
38481
|
}
|
|
38471
38482
|
),
|
|
38472
|
-
/* @__PURE__ */ l.jsx(
|
|
38483
|
+
/* @__PURE__ */ l.jsx(gK, { children: o(s.field) })
|
|
38473
38484
|
] }, s.field);
|
|
38474
38485
|
}) }) : e.visibility !== !1 && /* @__PURE__ */ l.jsx(
|
|
38475
38486
|
rv,
|
|
@@ -38482,7 +38493,7 @@ const sK = w(Ae)`
|
|
|
38482
38493
|
inboxes: n
|
|
38483
38494
|
}
|
|
38484
38495
|
),
|
|
38485
|
-
/* @__PURE__ */ l.jsxs(
|
|
38496
|
+
/* @__PURE__ */ l.jsxs(dK, { children: [
|
|
38486
38497
|
/* @__PURE__ */ l.jsx(
|
|
38487
38498
|
rt,
|
|
38488
38499
|
{
|
|
@@ -38523,7 +38534,7 @@ const sK = w(Ae)`
|
|
|
38523
38534
|
)
|
|
38524
38535
|
] })
|
|
38525
38536
|
] });
|
|
38526
|
-
},
|
|
38537
|
+
}, EK = ({
|
|
38527
38538
|
carouselImages: e,
|
|
38528
38539
|
illustrationUrl: t,
|
|
38529
38540
|
overviewHelpHeading: n,
|
|
@@ -38537,16 +38548,9 @@ const sK = w(Ae)`
|
|
|
38537
38548
|
const s = (e ?? []).map(({ url: u }) => ({ src: u }));
|
|
38538
38549
|
return /* @__PURE__ */ l.jsxs(Av, { children: [
|
|
38539
38550
|
/* @__PURE__ */ l.jsxs("div", { children: [
|
|
38540
|
-
t ? /* @__PURE__ */ l.jsx(
|
|
38541
|
-
"img",
|
|
38542
|
-
{
|
|
38543
|
-
src: t,
|
|
38544
|
-
alt: `${a ?? "App"} overview`,
|
|
38545
|
-
style: { width: "100%", maxWidth: 772, height: "auto", borderRadius: 12, display: "block" }
|
|
38546
|
-
}
|
|
38547
|
-
) : s.length > 0 && /* @__PURE__ */ l.jsx(jb, { previewList: s }),
|
|
38551
|
+
t ? /* @__PURE__ */ l.jsx(sK, { children: /* @__PURE__ */ l.jsx("img", { src: t, alt: `${a ?? "App"} overview` }) }) : s.length > 0 && /* @__PURE__ */ l.jsx(jb, { previewList: s }),
|
|
38548
38552
|
o && /* @__PURE__ */ l.jsx(Z, { variant: "body2", sx: { color: (c = K.palette.gray) == null ? void 0 : c.gray1, marginTop: 2 }, children: /* @__PURE__ */ l.jsx("span", { dangerouslySetInnerHTML: { __html: o } }) }),
|
|
38549
|
-
i && i.length > 0 && /* @__PURE__ */ l.jsxs(
|
|
38553
|
+
i && i.length > 0 && /* @__PURE__ */ l.jsxs(lK, { children: [
|
|
38550
38554
|
/* @__PURE__ */ l.jsx(
|
|
38551
38555
|
Z,
|
|
38552
38556
|
{
|
|
@@ -38588,7 +38592,7 @@ const sK = w(Ae)`
|
|
|
38588
38592
|
/* @__PURE__ */ l.jsx(Zb, { connectorName: a, supportLinks: A })
|
|
38589
38593
|
] })
|
|
38590
38594
|
] });
|
|
38591
|
-
}, rB = ["Overview", "Configuration"],
|
|
38595
|
+
}, rB = ["Overview", "Configuration"], fK = { title: "Configuration", visibility: !0 }, IK = JE("'Hanken Grotesk', system-ui, sans-serif");
|
|
38592
38596
|
var xB;
|
|
38593
38597
|
const oB = {
|
|
38594
38598
|
textTransform: "none",
|
|
@@ -38635,7 +38639,7 @@ const oB = {
|
|
|
38635
38639
|
const I = new URLSearchParams(o);
|
|
38636
38640
|
I.set("tab", h === 1 ? "configuration" : "overview"), i(I, { replace: !0 });
|
|
38637
38641
|
}, f = () => p({}, 1);
|
|
38638
|
-
return /* @__PURE__ */ l.jsx(ou, { theme:
|
|
38642
|
+
return /* @__PURE__ */ l.jsx(ou, { theme: IK, children: /* @__PURE__ */ l.jsxs(as, { children: [
|
|
38639
38643
|
/* @__PURE__ */ l.jsxs(hC, { onClick: () => r(`${Ne.BASEPATH}${Ne.DASHBOARD}`), children: [
|
|
38640
38644
|
/* @__PURE__ */ l.jsx("img", { src: pC, alt: "", width: 20, height: 20 }),
|
|
38641
38645
|
"Apps Marketplace"
|
|
@@ -38692,7 +38696,7 @@ const oB = {
|
|
|
38692
38696
|
}
|
|
38693
38697
|
),
|
|
38694
38698
|
/* @__PURE__ */ l.jsx("div", { hidden: g !== 0, style: { paddingTop: 24 }, children: /* @__PURE__ */ l.jsx(
|
|
38695
|
-
|
|
38699
|
+
EK,
|
|
38696
38700
|
{
|
|
38697
38701
|
carouselImages: n.carouselImages,
|
|
38698
38702
|
illustrationUrl: n.illustrationUrl,
|
|
@@ -38704,9 +38708,9 @@ const oB = {
|
|
|
38704
38708
|
appName: n.name
|
|
38705
38709
|
}
|
|
38706
38710
|
) }),
|
|
38707
|
-
/* @__PURE__ */ l.jsx("div", { hidden: g !== 1, style: { paddingTop: 24 }, children: /* @__PURE__ */ l.jsx(
|
|
38711
|
+
/* @__PURE__ */ l.jsx("div", { hidden: g !== 1, style: { paddingTop: 24 }, children: /* @__PURE__ */ l.jsx(CK, { schema: n.configuration ?? fK, controller: a }) })
|
|
38708
38712
|
] }) });
|
|
38709
|
-
},
|
|
38713
|
+
}, pK = (e) => PQ(
|
|
38710
38714
|
[
|
|
38711
38715
|
{
|
|
38712
38716
|
path: Ne.BASEPATH,
|
|
@@ -38748,45 +38752,45 @@ const oB = {
|
|
|
38748
38752
|
{
|
|
38749
38753
|
basename: e
|
|
38750
38754
|
}
|
|
38751
|
-
),
|
|
38755
|
+
), hK = ({
|
|
38752
38756
|
basename: e = "/",
|
|
38753
38757
|
metaData: t,
|
|
38754
38758
|
userId: n
|
|
38755
38759
|
}) => {
|
|
38756
38760
|
var o;
|
|
38757
|
-
const r = Te(() =>
|
|
38761
|
+
const r = Te(() => pK(e), [e]);
|
|
38758
38762
|
return (o = t == null ? void 0 : t.templateUpdates) != null && o.version && n && (fY(t.templateUpdates.version), BY(n)), /* @__PURE__ */ l.jsx(kQ, { router: r });
|
|
38759
|
-
},
|
|
38763
|
+
}, BK = "internal-chat", QK = w(ie)`
|
|
38760
38764
|
padding: 43px 0px 0 35px;
|
|
38761
38765
|
box-sizing: border-box;
|
|
38762
38766
|
width: 100%;
|
|
38763
38767
|
`, av = w(H)`
|
|
38764
38768
|
align-items: center;
|
|
38765
38769
|
flex-direction: row;
|
|
38766
|
-
`,
|
|
38770
|
+
`, mK = w(av)`
|
|
38767
38771
|
margin-top: 32px;
|
|
38768
38772
|
a {
|
|
38769
38773
|
cursor: pointer;
|
|
38770
38774
|
}
|
|
38771
|
-
`,
|
|
38775
|
+
`, bK = w(H)`
|
|
38772
38776
|
align-items: center;
|
|
38773
38777
|
justify-content: space-between;
|
|
38774
38778
|
flex-direction: row;
|
|
38775
38779
|
margin-bottom: 111px;
|
|
38776
|
-
`,
|
|
38780
|
+
`, vK = w(H)`
|
|
38777
38781
|
align-items: center;
|
|
38778
38782
|
justify-content: space-between;
|
|
38779
38783
|
flex-direction: row;
|
|
38780
38784
|
margin-left: 102px;
|
|
38781
38785
|
max-width: 868px;
|
|
38782
38786
|
max-height: 380px;
|
|
38783
|
-
`,
|
|
38787
|
+
`, yK = w(ie)`
|
|
38784
38788
|
box-sizing: border-box;
|
|
38785
38789
|
padding: 69px 40px;
|
|
38786
38790
|
width: 434px;
|
|
38787
38791
|
height: 380px;
|
|
38788
38792
|
background-color: rgba(246, 248, 252, 1);
|
|
38789
|
-
`,
|
|
38793
|
+
`, xK = w(H)`
|
|
38790
38794
|
background-color: #e5eeff;
|
|
38791
38795
|
width: 434px;
|
|
38792
38796
|
justify-content: center;
|
|
@@ -38794,7 +38798,7 @@ const oB = {
|
|
|
38794
38798
|
padding: 28px 93px 0 94px;
|
|
38795
38799
|
box-sizing: border-box;
|
|
38796
38800
|
max-height: 380px;
|
|
38797
|
-
`,
|
|
38801
|
+
`, wK = w(H)`
|
|
38798
38802
|
flex-direction: row;
|
|
38799
38803
|
background-color: #fbb401;
|
|
38800
38804
|
padding: 4px 8px;
|
|
@@ -38807,7 +38811,7 @@ const oB = {
|
|
|
38807
38811
|
width: 11px;
|
|
38808
38812
|
margin-right: 5px;
|
|
38809
38813
|
}
|
|
38810
|
-
`,
|
|
38814
|
+
`, TK = w(Z)`
|
|
38811
38815
|
font-weight: 500;
|
|
38812
38816
|
justify-content: center;
|
|
38813
38817
|
align-items: center;
|
|
@@ -38816,16 +38820,16 @@ const oB = {
|
|
|
38816
38820
|
color: white;
|
|
38817
38821
|
line-height: 12px;
|
|
38818
38822
|
letter-spacing: 0.01px;
|
|
38819
|
-
`,
|
|
38823
|
+
`, SK = w(Z)`
|
|
38820
38824
|
color: ${K.palette.gray.gray2};
|
|
38821
38825
|
margin-top: 8px;
|
|
38822
38826
|
margin-bottom: 20px;
|
|
38823
|
-
`,
|
|
38827
|
+
`, _K = w(rt)`
|
|
38824
38828
|
width: 95px;
|
|
38825
38829
|
height: 32px;
|
|
38826
38830
|
display: flex;
|
|
38827
38831
|
align-items: center;
|
|
38828
|
-
`,
|
|
38832
|
+
`, RK = w(rt)`
|
|
38829
38833
|
height: 32px;
|
|
38830
38834
|
white-space: pre;
|
|
38831
38835
|
display: flex;
|
|
@@ -38847,7 +38851,7 @@ const oB = {
|
|
|
38847
38851
|
text-overflow: ellipsis;
|
|
38848
38852
|
white-space: nowrap;
|
|
38849
38853
|
`;
|
|
38850
|
-
w(
|
|
38854
|
+
w(ie)`
|
|
38851
38855
|
cursor: pointer;
|
|
38852
38856
|
width: 252px;
|
|
38853
38857
|
height: 187px;
|
|
@@ -38882,36 +38886,36 @@ w(Z)`
|
|
|
38882
38886
|
overflow: hidden;
|
|
38883
38887
|
text-overflow: ellipsis;
|
|
38884
38888
|
`;
|
|
38885
|
-
const
|
|
38889
|
+
const OK = "data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.44441%207.72259C1.2339%206.35423%201.02339%204.98592%200.812876%203.61756C0.766191%203.31424%201.11132%203.10736%201.35682%203.2915C2.01269%203.7834%202.66853%204.27527%203.32439%204.76717C3.54034%204.92913%203.84799%204.87642%203.9977%204.65182L5.63574%202.19474C5.80885%201.93509%206.19035%201.93509%206.36346%202.19474L8.0015%204.65182C8.15121%204.87642%208.45886%204.92909%208.67481%204.76717C9.33068%204.27527%209.98651%203.7834%2010.6424%203.2915C10.8879%203.10736%2011.233%203.31424%2011.1864%203.61756C10.9758%204.98592%2010.7653%206.35423%2010.5548%207.72259H1.44441Z'%20fill='white'/%3e%3cpath%20d='M10.0788%2010.0027H1.91834C1.65602%2010.0027%201.44336%209.79009%201.44336%209.52777V8.48438H10.5538V9.52777C10.5537%209.79009%2010.3411%2010.0027%2010.0788%2010.0027Z'%20fill='white'/%3e%3c/svg%3e", DK = ({ availableFeatures: e }) => {
|
|
38886
38890
|
const { connectorFunctions: t } = Ue(wt), n = (o) => {
|
|
38887
|
-
o.stopPropagation(), vr(e,
|
|
38891
|
+
o.stopPropagation(), vr(e, BK) && aG();
|
|
38888
38892
|
}, r = () => {
|
|
38889
38893
|
t != null && t.redirectToUpgradePage && t.redirectToUpgradePage();
|
|
38890
38894
|
};
|
|
38891
|
-
return /* @__PURE__ */ l.jsxs(
|
|
38892
|
-
/* @__PURE__ */ l.jsx(
|
|
38893
|
-
/* @__PURE__ */ l.jsxs(
|
|
38894
|
-
/* @__PURE__ */ l.jsxs(
|
|
38895
|
-
/* @__PURE__ */ l.jsxs(
|
|
38896
|
-
/* @__PURE__ */ l.jsx("img", { src:
|
|
38897
|
-
/* @__PURE__ */ l.jsx(
|
|
38895
|
+
return /* @__PURE__ */ l.jsxs(QK, { children: [
|
|
38896
|
+
/* @__PURE__ */ l.jsx(bK, { children: /* @__PURE__ */ l.jsx(sB, { variant: "h2", children: Kc }) }),
|
|
38897
|
+
/* @__PURE__ */ l.jsxs(vK, { children: [
|
|
38898
|
+
/* @__PURE__ */ l.jsxs(yK, { children: [
|
|
38899
|
+
/* @__PURE__ */ l.jsxs(wK, { children: [
|
|
38900
|
+
/* @__PURE__ */ l.jsx("img", { src: OK }),
|
|
38901
|
+
/* @__PURE__ */ l.jsx(TK, { variant: "caption", children: UV })
|
|
38898
38902
|
] }),
|
|
38899
38903
|
/* @__PURE__ */ l.jsx(sB, { variant: "h2", children: Kc }),
|
|
38900
|
-
/* @__PURE__ */ l.jsx(
|
|
38904
|
+
/* @__PURE__ */ l.jsx(SK, { variant: "body2", children: VV }),
|
|
38901
38905
|
/* @__PURE__ */ l.jsxs(av, { children: [
|
|
38902
|
-
/* @__PURE__ */ l.jsx(
|
|
38903
|
-
/* @__PURE__ */ l.jsx(
|
|
38906
|
+
/* @__PURE__ */ l.jsx(_K, { onClick: r, children: GV }),
|
|
38907
|
+
/* @__PURE__ */ l.jsx(RK, { variant: "outlined", children: HV })
|
|
38904
38908
|
] }),
|
|
38905
|
-
/* @__PURE__ */ l.jsxs(
|
|
38909
|
+
/* @__PURE__ */ l.jsxs(mK, { children: [
|
|
38906
38910
|
/* @__PURE__ */ l.jsx(aB, { variant: "body1", children: WV }),
|
|
38907
38911
|
" ",
|
|
38908
38912
|
/* @__PURE__ */ l.jsx(aB, { component: "a", variant: "body1", color: "#1a70e0", onClick: (o) => n(o), children: zV })
|
|
38909
38913
|
] })
|
|
38910
38914
|
] }),
|
|
38911
|
-
/* @__PURE__ */ l.jsx(
|
|
38915
|
+
/* @__PURE__ */ l.jsx(xK, { children: /* @__PURE__ */ l.jsx("img", { src: WW }) })
|
|
38912
38916
|
] })
|
|
38913
38917
|
] });
|
|
38914
|
-
},
|
|
38918
|
+
}, LK = w(ie)`
|
|
38915
38919
|
:root {
|
|
38916
38920
|
--toastify-color-light: #fff;
|
|
38917
38921
|
--toastify-color-dark: #121212;
|
|
@@ -39642,7 +39646,7 @@ const RK = "data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%20
|
|
|
39642
39646
|
transform: rotate(360deg);
|
|
39643
39647
|
}
|
|
39644
39648
|
}
|
|
39645
|
-
`,
|
|
39649
|
+
`, FK = w(LK)`
|
|
39646
39650
|
.Toastify__toast-container {
|
|
39647
39651
|
min-width: 320px !important;
|
|
39648
39652
|
font-size: 16px;
|
|
@@ -39691,7 +39695,7 @@ const RK = "data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%20
|
|
|
39691
39695
|
align-self: auto !important;
|
|
39692
39696
|
margin-left: 12px;
|
|
39693
39697
|
}
|
|
39694
|
-
`,
|
|
39698
|
+
`, PK = ({
|
|
39695
39699
|
basename: e,
|
|
39696
39700
|
baseUrls: t,
|
|
39697
39701
|
extraParams: n = {},
|
|
@@ -39712,10 +39716,10 @@ const RK = "data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%20
|
|
|
39712
39716
|
nativeIntegrations: i,
|
|
39713
39717
|
suggestedAppsMap: A,
|
|
39714
39718
|
overrideFont: a,
|
|
39715
|
-
children: AG(r) ? /* @__PURE__ */ l.jsx(
|
|
39716
|
-
/* @__PURE__ */ l.jsx(
|
|
39719
|
+
children: AG(r) ? /* @__PURE__ */ l.jsx(DK, { availableFeatures: r }) : /* @__PURE__ */ l.jsxs(l.Fragment, { children: [
|
|
39720
|
+
/* @__PURE__ */ l.jsx(hK, { basename: e, metaData: n.metaData, userId: s }),
|
|
39717
39721
|
ru(
|
|
39718
|
-
/* @__PURE__ */ l.jsx(
|
|
39722
|
+
/* @__PURE__ */ l.jsx(FK, { id: "toast-message", children: /* @__PURE__ */ l.jsx(
|
|
39719
39723
|
UB,
|
|
39720
39724
|
{
|
|
39721
39725
|
position: "bottom-left",
|
|
@@ -39733,7 +39737,7 @@ const RK = "data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%20
|
|
|
39733
39737
|
] })
|
|
39734
39738
|
}
|
|
39735
39739
|
) });
|
|
39736
|
-
},
|
|
39740
|
+
}, nq = (e) => e.isUnifiedView ? /* @__PURE__ */ l.jsx(PK, { ...e }) : /* @__PURE__ */ l.jsx(TV, { ...e }), NK = async ({ formId: e }) => {
|
|
39737
39741
|
const t = await We({
|
|
39738
39742
|
url: Pr(LG, { formId: e }),
|
|
39739
39743
|
method: An.GET
|
|
@@ -39741,11 +39745,11 @@ const RK = "data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%20
|
|
|
39741
39745
|
if (!n.fieldList.length)
|
|
39742
39746
|
throw new Error("Form has no fields");
|
|
39743
39747
|
return n;
|
|
39744
|
-
},
|
|
39748
|
+
}, kK = ({ formId: e, enabled: t }) => yo({
|
|
39745
39749
|
queryKey: ["fetchFormById", e],
|
|
39746
|
-
queryFn: () =>
|
|
39750
|
+
queryFn: () => NK({ formId: e }),
|
|
39747
39751
|
enabled: !!e && t
|
|
39748
|
-
}),
|
|
39752
|
+
}), MK = async ({ entityId: e }) => {
|
|
39749
39753
|
try {
|
|
39750
39754
|
const t = new URLSearchParams();
|
|
39751
39755
|
t.append("entity_type", "step_automation");
|
|
@@ -39762,11 +39766,11 @@ const RK = "data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%20
|
|
|
39762
39766
|
"ConnectorLibrary",
|
|
39763
39767
|
"FormDefaultsById",
|
|
39764
39768
|
e
|
|
39765
|
-
],
|
|
39769
|
+
], jK = ({ entityId: e, enabled: t }) => {
|
|
39766
39770
|
const n = ke(!0), r = yo({
|
|
39767
39771
|
queryKey: sv({ entityId: e }),
|
|
39768
39772
|
queryFn: async () => {
|
|
39769
|
-
const o = await
|
|
39773
|
+
const o = await MK({ entityId: e });
|
|
39770
39774
|
return n.current = !1, o;
|
|
39771
39775
|
},
|
|
39772
39776
|
refetchOnMount: !0,
|
|
@@ -39777,7 +39781,7 @@ const RK = "data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%20
|
|
|
39777
39781
|
enabledRef: n,
|
|
39778
39782
|
...r
|
|
39779
39783
|
};
|
|
39780
|
-
},
|
|
39784
|
+
}, UK = async ({
|
|
39781
39785
|
formId: e,
|
|
39782
39786
|
entityId: t,
|
|
39783
39787
|
data: n
|
|
@@ -39800,7 +39804,7 @@ const RK = "data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%20
|
|
|
39800
39804
|
} catch (r) {
|
|
39801
39805
|
throw console.error(r), r;
|
|
39802
39806
|
}
|
|
39803
|
-
},
|
|
39807
|
+
}, VK = ({
|
|
39804
39808
|
formId: e,
|
|
39805
39809
|
entityId: t,
|
|
39806
39810
|
onSuccess: n,
|
|
@@ -39808,7 +39812,7 @@ const RK = "data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%20
|
|
|
39808
39812
|
}) => {
|
|
39809
39813
|
const o = Wo();
|
|
39810
39814
|
return Qi({
|
|
39811
|
-
mutationFn: (i) =>
|
|
39815
|
+
mutationFn: (i) => UK({ formId: e, entityId: t, data: i }),
|
|
39812
39816
|
onSuccess: (i) => {
|
|
39813
39817
|
t && o.invalidateQueries({ queryKey: sv({ entityId: t }) }), ar({ message: "Form defaults updated successfully", type: ra }), n == null || n(i);
|
|
39814
39818
|
},
|
|
@@ -39816,7 +39820,7 @@ const RK = "data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%20
|
|
|
39816
39820
|
r == null || r(), ar({ message: "Failed to update form defaults", type: jo });
|
|
39817
39821
|
}
|
|
39818
39822
|
});
|
|
39819
|
-
},
|
|
39823
|
+
}, GK = ({
|
|
39820
39824
|
open: e,
|
|
39821
39825
|
formId: t,
|
|
39822
39826
|
entityId: n,
|
|
@@ -39831,7 +39835,7 @@ const RK = "data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%20
|
|
|
39831
39835
|
data: g,
|
|
39832
39836
|
isLoading: E,
|
|
39833
39837
|
isError: p
|
|
39834
|
-
} =
|
|
39838
|
+
} = kK({
|
|
39835
39839
|
formId: t,
|
|
39836
39840
|
enabled: e && !!t
|
|
39837
39841
|
}), {
|
|
@@ -39850,10 +39854,10 @@ const RK = "data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%20
|
|
|
39850
39854
|
data: Q,
|
|
39851
39855
|
enabledRef: m,
|
|
39852
39856
|
isLoading: v
|
|
39853
|
-
} =
|
|
39857
|
+
} = jK({
|
|
39854
39858
|
entityId: n,
|
|
39855
39859
|
enabled: !!e && !!n
|
|
39856
|
-
}), { mutate: y, isPending: b } =
|
|
39860
|
+
}), { mutate: y, isPending: b } = VK({
|
|
39857
39861
|
formId: t,
|
|
39858
39862
|
entityId: n,
|
|
39859
39863
|
onSuccess: (R) => {
|
|
@@ -39911,19 +39915,19 @@ const RK = "data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%20
|
|
|
39911
39915
|
onFieldChange: U
|
|
39912
39916
|
}
|
|
39913
39917
|
);
|
|
39914
|
-
},
|
|
39918
|
+
}, HK = ({ children: e }) => {
|
|
39915
39919
|
const t = JE("Open Sans");
|
|
39916
39920
|
return /* @__PURE__ */ l.jsx(ou, { theme: t, children: /* @__PURE__ */ l.jsx(BC, { fallback: /* @__PURE__ */ l.jsx(l.Fragment, {}), children: /* @__PURE__ */ l.jsx(mQ, { children: e }) }) });
|
|
39917
|
-
},
|
|
39921
|
+
}, rq = (e) => /* @__PURE__ */ l.jsx(HK, { children: /* @__PURE__ */ l.jsx(GK, { ...e, className: "connectorAdmin-portal" }) });
|
|
39918
39922
|
export {
|
|
39919
|
-
|
|
39920
|
-
|
|
39923
|
+
rq as AutomationMapDefaults,
|
|
39924
|
+
nq as ConnectorsApp,
|
|
39921
39925
|
We as HiverConnectorBifrostAuth,
|
|
39922
|
-
|
|
39923
|
-
|
|
39924
|
-
|
|
39926
|
+
tq as getConnectorDynamicFieldOptions,
|
|
39927
|
+
$K as getConnectorFieldDropdownOptions,
|
|
39928
|
+
eq as getConnectorStaticFieldOptions,
|
|
39925
39929
|
Nr as getConnectorsBifrostConfigs,
|
|
39926
|
-
|
|
39927
|
-
|
|
39928
|
-
|
|
39930
|
+
ZK as getEnabledAuthenticatedConnectors,
|
|
39931
|
+
qK as getMetaData,
|
|
39932
|
+
KK as initConnectorsBifrost
|
|
39929
39933
|
};
|