@mparticle/aquarium 1.40.0-poc-unified-nav.16 → 1.40.0-test-internal-publish.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/aquarium.js +369 -369
- package/dist/aquarium.umd.cjs +18 -18
- package/package.json +1 -1
package/dist/aquarium.js
CHANGED
|
@@ -35,11 +35,11 @@ var eo = (i, h, g) => new Promise((l, z) => {
|
|
|
35
35
|
}, Le = (Pe) => Pe.done ? l(Pe.value) : Promise.resolve(Pe.value).then(te, x);
|
|
36
36
|
Le((g = g.apply(i, h)).next());
|
|
37
37
|
});
|
|
38
|
-
import { jsx as Q, jsxs as jr, Fragment as
|
|
38
|
+
import { jsx as Q, jsxs as jr, Fragment as b5 } from "react/jsx-runtime";
|
|
39
39
|
import * as $ from "react";
|
|
40
40
|
import of, { forwardRef as cg, useEffect as rf, useState as Da, useCallback as fg, useRef as a5, Fragment as M_, createElement as D_, version as k_, isValidElement as N_, useMemo as i9 } from "react";
|
|
41
41
|
import { ConfigProvider as pd, Button as od, FloatButton as A9, Rate as P_, Form as Xl, TreeSelect as lf, Select as M9, Mentions as D9, Radio as k9, ColorPicker as H_, Slider as I_, Cascader as hd, DatePicker as ql, Checkbox as dg, Input as uf, InputNumber as V_, Switch as O_, Upload as N9, AutoComplete as U_, TimePicker as vg, Transfer as md, Typography as sf, Collapse as pg, Timeline as hg, Calendar as mg, Segmented as z_, Tabs as Cg, Tag as gg, Tour as B_, Carousel as $_, Tooltip as F_, Statistic as yg, Tree as P9, Image as Sg, QRCode as j_, Badge as Eg, Card as H9, Avatar as Tg, Descriptions as wg, Table as jo, Empty as I9, Popover as Z_, List as bg, Progress as G_, Result as Cd, Spin as _g, Skeleton as Ys, Watermark as W_, Popconfirm as Y_, Drawer as Q_, Modal as Zo, notification as no, Alert as Rg, message as ro, Flex as Lg, Divider as K_, Space as V9, Layout as cf, Steps as X_, Anchor as xg, Dropdown as Ag, Breadcrumb as Mg, Pagination as q_, Menu as ff, Affix as J_, Row as eR, Col as tR } from "antd";
|
|
42
|
-
import { Col as
|
|
42
|
+
import { Col as TW, Grid as wW, Row as bW, message as _W, notification as RW } from "antd";
|
|
43
43
|
const nR = {
|
|
44
44
|
token: {
|
|
45
45
|
colorText: "rgba(0, 0, 0, 0.95)",
|
|
@@ -162,7 +162,7 @@ const Yl = (i) => {
|
|
|
162
162
|
var x, Pe;
|
|
163
163
|
const h = {
|
|
164
164
|
"with-new-icon": "u-display-flex u-align-items-center u-justify-center"
|
|
165
|
-
}, g = of.isValidElement(i.icon) && i.icon.type ===
|
|
165
|
+
}, g = of.isValidElement(i.icon) && i.icon.type === w5 ? /* @__PURE__ */ Q(w5, M5(be({}, i.icon.props), { color: (x = i.icon.props.color) != null ? x : "inherit" })) : i.icon, l = i.variant === "with-new-icon" ? h["with-new-icon"] : "", Le = i, { variant: z } = Le, te = _i(Le, ["variant"]);
|
|
166
166
|
return /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(od, M5(be({}, te), { icon: g, className: `${(Pe = i.className) != null ? Pe : ""} ${l}`, children: i.children })) });
|
|
167
167
|
};
|
|
168
168
|
Yl.Group = od.Group;
|
|
@@ -645,7 +645,7 @@ const Zm = (i) => /* @__PURE__ */ $.createElement("svg", be({ viewBox: "0 0 20 2
|
|
|
645
645
|
light: TL,
|
|
646
646
|
default: "light"
|
|
647
647
|
}
|
|
648
|
-
},
|
|
648
|
+
}, w5 = ({ name: i, color: h = "default", size: g = "lg", variant: l }) => {
|
|
649
649
|
var Ue;
|
|
650
650
|
const z = wL[i];
|
|
651
651
|
z != null && z.deprecated && console.warn(`Icon with name "${i}" is deprecated. Please use "${z == null ? void 0 : z.deprecated}" instead.`);
|
|
@@ -654,7 +654,7 @@ const Zm = (i) => /* @__PURE__ */ $.createElement("svg", be({ viewBox: "0 0 20 2
|
|
|
654
654
|
return console.error(`Icon with name "${i}" and variant "${te}" not found.`), null;
|
|
655
655
|
const Le = `icon-size-${g} icon-color-${h}`, Pe = `icon-${i}-${te}`;
|
|
656
656
|
return /* @__PURE__ */ Q(x, { className: Le, "data-test": Pe });
|
|
657
|
-
},
|
|
657
|
+
}, eW = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(P_, be({}, i)) }), tu = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(Xl, M5(be({}, i), { children: i.children })) });
|
|
658
658
|
tu.useForm = Xl.useForm;
|
|
659
659
|
tu.useWatch = Xl.useWatch;
|
|
660
660
|
tu.useFormInstance = Xl.useFormInstance;
|
|
@@ -667,7 +667,7 @@ gd.TreeNode = lf.TreeNode;
|
|
|
667
667
|
gd.SHOW_ALL = lf.SHOW_ALL;
|
|
668
668
|
gd.SHOW_CHILD = lf.SHOW_CHILD;
|
|
669
669
|
gd.SHOW_PARENT = lf.SHOW_PARENT;
|
|
670
|
-
const O9 = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(M9, be({ suffixIcon: /* @__PURE__ */ Q(
|
|
670
|
+
const O9 = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(M9, be({ suffixIcon: /* @__PURE__ */ Q(w5, { name: "dropdownOpen", size: "sm" }) }, i)) });
|
|
671
671
|
O9.Option = M9.Option;
|
|
672
672
|
O9.OptGroup = M9.OptGroup;
|
|
673
673
|
const kg = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(D9, be({}, i)) });
|
|
@@ -676,7 +676,7 @@ kg.Option = D9.Option;
|
|
|
676
676
|
const bL = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(k9.Group, be({}, i)) }), _L = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(k9.Button, be({}, i)) }), Ng = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(k9, be({}, i)) });
|
|
677
677
|
Ng.Group = bL;
|
|
678
678
|
Ng.Button = _L;
|
|
679
|
-
const
|
|
679
|
+
const tW = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(H_, be({}, i)) }), nW = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(I_, be({}, i)) }), yd = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(hd, be({}, i)) });
|
|
680
680
|
yd.Panel = hd.Panel;
|
|
681
681
|
yd.SHOW_PARENT = hd.SHOW_PARENT;
|
|
682
682
|
yd.SHOW_CHILD = hd.SHOW_CHILD;
|
|
@@ -695,10 +695,10 @@ Ql.Search = DL;
|
|
|
695
695
|
Ql.Group = uf.Group;
|
|
696
696
|
Ql.Password = uf.Password;
|
|
697
697
|
Ql.TextArea = uf.TextArea;
|
|
698
|
-
const kL = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(V_, be({}, i)) }),
|
|
698
|
+
const kL = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(V_, be({}, i)) }), rW = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(O_, be({}, i)) }), Pg = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(N9, be({}, i)) });
|
|
699
699
|
Pg.Dragger = N9.Dragger;
|
|
700
700
|
Pg.LIST_IGNORE = N9.LIST_IGNORE;
|
|
701
|
-
const
|
|
701
|
+
const aW = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(U_, be({}, i)) }), NL = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(vg, be({}, i)) });
|
|
702
702
|
NL.RangePicker = vg.RangePicker;
|
|
703
703
|
const U9 = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(md, be({}, i)) });
|
|
704
704
|
U9.List = md.List;
|
|
@@ -796,7 +796,7 @@ const VL = (i) => {
|
|
|
796
796
|
var Xn;
|
|
797
797
|
Ue(Zn), Ge(Mn.slice(-1)[0]), (Xn = i.onChange) == null || Xn.call(i, Zn, Mn);
|
|
798
798
|
},
|
|
799
|
-
dropdownRender: (Zn) => /* @__PURE__ */ Q("div", { className: "query-item__dropdown", children: x ? /* @__PURE__ */ Q(ru, {}) : /* @__PURE__ */ jr(
|
|
799
|
+
dropdownRender: (Zn) => /* @__PURE__ */ Q("div", { className: "query-item__dropdown", children: x ? /* @__PURE__ */ Q(ru, {}) : /* @__PURE__ */ jr(b5, { children: [
|
|
800
800
|
/* @__PURE__ */ Q(
|
|
801
801
|
Ql,
|
|
802
802
|
{
|
|
@@ -814,7 +814,7 @@ const VL = (i) => {
|
|
|
814
814
|
] }) }),
|
|
815
815
|
showSearch: {
|
|
816
816
|
filter: Ae,
|
|
817
|
-
render: (Zn, Mn) => /* @__PURE__ */ Q(
|
|
817
|
+
render: (Zn, Mn) => /* @__PURE__ */ Q(b5, { children: Mn.map((Xn, Pr) => /* @__PURE__ */ jr(b5, { children: [
|
|
818
818
|
Bt(gt(Xn), Zn.toLowerCase()),
|
|
819
819
|
Pr < Mn.length - 1 ? " > " : ""
|
|
820
820
|
] })) })
|
|
@@ -827,7 +827,7 @@ const VL = (i) => {
|
|
|
827
827
|
let kn = "query-item";
|
|
828
828
|
ot && (kn += " query-item--open"), Pe && Pe.length !== 0 && (kn += " query-item--selected"), i.errorMessage && (kn += " query-item--error");
|
|
829
829
|
const An = Ct ? gt(Ct) : Pe.slice(-1);
|
|
830
|
-
return /* @__PURE__ */ jr(
|
|
830
|
+
return /* @__PURE__ */ jr(b5, { children: [
|
|
831
831
|
/* @__PURE__ */ Q(yd, M5(be({}, xn), { children: /* @__PURE__ */ Q(Kl, { children: /* @__PURE__ */ Q(
|
|
832
832
|
Ql,
|
|
833
833
|
{
|
|
@@ -845,7 +845,7 @@ const VL = (i) => {
|
|
|
845
845
|
] });
|
|
846
846
|
function Bt(Zn, Mn) {
|
|
847
847
|
const Xn = Zn.toLowerCase();
|
|
848
|
-
return Xn.includes(Mn) ? /* @__PURE__ */ jr(
|
|
848
|
+
return Xn.includes(Mn) ? /* @__PURE__ */ jr(b5, { children: [
|
|
849
849
|
Zn.slice(0, Xn.indexOf(Mn)),
|
|
850
850
|
/* @__PURE__ */ Q("span", { className: "query-item__search-highlight", children: Zn.slice(
|
|
851
851
|
Xn.indexOf(Mn),
|
|
@@ -855,7 +855,7 @@ const VL = (i) => {
|
|
|
855
855
|
Zn.slice(Xn.indexOf(Mn) + Mn.length),
|
|
856
856
|
Mn
|
|
857
857
|
)
|
|
858
|
-
] }) : /* @__PURE__ */ Q(
|
|
858
|
+
] }) : /* @__PURE__ */ Q(b5, { children: Zn });
|
|
859
859
|
}
|
|
860
860
|
function Jn(Zn, Mn) {
|
|
861
861
|
let Xn = [];
|
|
@@ -871,7 +871,7 @@ const VL = (i) => {
|
|
|
871
871
|
}
|
|
872
872
|
function $t() {
|
|
873
873
|
var Zn;
|
|
874
|
-
return /* @__PURE__ */ Q(
|
|
874
|
+
return /* @__PURE__ */ Q(w5, { name: (Zn = i.icon) != null ? Zn : "empty", size: "sm", color: "primary" });
|
|
875
875
|
}
|
|
876
876
|
}, zL = "#1677FF", BL = "#722ED1", $L = "#13C2C2", FL = "#52C41A", jL = "#EB2F96", ZL = "#EB2F96", GL = "#F5222D", WL = "#FA8C16", YL = "#FADB14", QL = "#FA541C", KL = "#2F54EB", XL = "#FAAD14", qL = "#A0D911", JL = "#3600d1", ex = "#52c41a", tx = "#faad14", nx = "#ff4d4f", rx = "#3600d1", ax = "#3600d1", ix = "#000", ox = "#fff", lx = "'GT America', -system-ui, sans-serif", ux = "‘Roboto Mono’, monospace", sx = "14px", cx = "1px", fx = "solid", dx = 0.1, vx = 0, px = "cubic-bezier(0.08, 0.82, 0.17, 1)", hx = "cubic-bezier(0.78, 0.14, 0.15, 0.86)", mx = "cubic-bezier(0.215, 0.61, 0.355, 1)", Cx = "cubic-bezier(0.645, 0.045, 0.355, 1)", gx = "cubic-bezier(0.12, 0.4, 0.29, 1.46)", yx = "cubic-bezier(0.71, -0.46, 0.88, 0.6)", Sx = "cubic-bezier(0.755, 0.05, 0.855, 0.06)", Ex = "cubic-bezier(0.23, 1, 0.32, 1)", Tx = "6px", wx = "4px", bx = "4px", _x = "16px", Rx = "32px", Lx = 0, xx = 1e3, Ax = 1, Mx = !1, Dx = !0, kx = "rgba(0, 0, 0, 0.95)", Nx = "rgba(0, 0, 0, 0.75)", Px = "rgba(0, 0, 0, 0.55)", Hx = "rgba(0, 0, 0, 0.4)", Ix = "#c3aeff", Vx = "#eceae9", Ox = "rgba(32, 0, 122, 0.15)", Ux = "rgba(32, 0, 122, 0.06)", zx = "rgba(32, 0, 122, 0.04)", Bx = "rgba(32, 0, 122, 0.02)", $x = "#f8f6fb", Fx = "#ebe8f8", jx = "#c3aeff", Zx = "#ab8eff", Gx = "#5f29f8", Wx = "#2c00aa", Yx = "#5f29f8", Qx = "#2c00aa", Kx = "#20007a", Xx = "#f8f6fb", qx = "#ebe8f8", Jx = "#c3aeff", eA = "#ab8eff", tA = "#5f29f8", nA = "#2c00aa", rA = "#5f29f8", aA = "#2c00aa", iA = "#20007a", oA = "rgba(54, 0, 209, 0.1)", Vg = 500, lA = "#f8f6fb", uA = "#ebe8f8", sA = "#f8f6fb", cA = "#ebe8f8", fA = "#dbceff", dA = "#c3aeff", vA = "#ab8eff", pA = "#8255ff", hA = "#5f29f8", mA = "#3600d1", CA = "#2c00aa", gA = "#20007a", yA = "#ffffff", SA = "#faf9f8", EA = "#eceae9", TA = "#dcdcd8", wA = "#babbb5", bA = "#717368", _A = "#505249", RA = "#2c2d2b", LA = "#212020", xA = "#0f0e0e", AA = "#0f0e0e", MA = "#20007a", DA = "#dcdcd8", kA = "12px", NA = "16px", PA = "20px", HA = "24px", IA = "28px", VA = "32px", OA = "40px", UA = "48px", zA = "32px", BA = "4px", $A = "4px", FA = "0 0 1px 0", jA = "0 0 2px 0", ZA = "2px", GA = "#c3aeff", WA = "#3600d1", YA = "#3600d1", QA = "#3600d1", KA = "#dcdcd8", XA = "#ff4d4f", qA = "#ffffff", JA = "#f8f6fb", eM = "#ebe8f8", tM = "rgba(15, 14, 14, 0.04)", nM = "rgba(0, 0, 0, 0.4)", rM = "none", aM = "0 0 0 2px rgba(54, 0, 209, 0.1)", iM = "0 0 0 2px rgba(54, 0, 209, 0.1)", oM = "500", lM = "#20007a", uM = "#3600d1", sM = "rgba(0, 0, 0, 0.55)", cM = "400", fM = "#e6f4ff", dM = "#bae0ff", vM = "#91caff", pM = "#69b1ff", hM = "#4096ff", mM = "#1677ff", CM = "#0958d9", gM = "#003eb3", yM = "#002c8c", SM = "#001d66", EM = "#f9f0ff", TM = "#efdbff", wM = "#d3adf7", bM = "#b37feb", _M = "#9254de", RM = "#722ed1", LM = "#531dab", xM = "#391085", AM = "#22075e", MM = "#120338", DM = "#e6fffb", kM = "#b5f5ec", NM = "#87e8de", PM = "#5cdbd3", HM = "#36cfc9", IM = "#13c2c2", VM = "#08979c", OM = "#006d75", UM = "#00474f", zM = "#002329", BM = "#f6ffed", $M = "#d9f7be", FM = "#b7eb8f", jM = "#95de64", ZM = "#73d13d", GM = "#52c41a", WM = "#389e0d", YM = "#237804", QM = "#135200", KM = "#092b00", XM = "#fff0f6", qM = "#ffd6e7", JM = "#ffadd2", eD = "#ff85c0", tD = "#f759ab", nD = "#eb2f96", rD = "#c41d7f", aD = "#9e1068", iD = "#780650", oD = "#520339", lD = "#fff0f6", uD = "#ffd6e7", sD = "#ffadd2", cD = "#ff85c0", fD = "#f759ab", dD = "#eb2f96", vD = "#c41d7f", pD = "#9e1068", hD = "#780650", mD = "#520339", CD = "#fff1f0", gD = "#ffccc7", yD = "#ffa39e", SD = "#ff7875", ED = "#ff4d4f", TD = "#f5222d", wD = "#cf1322", bD = "#a8071a", _D = "#820014", RD = "#5c0011", LD = "#fff7e6", xD = "#ffe7ba", AD = "#ffd591", MD = "#ffc069", DD = "#ffa940", kD = "#fa8c16", ND = "#d46b08", PD = "#ad4e00", HD = "#873800", ID = "#612500", VD = "#feffe6", OD = "#ffffb8", UD = "#fffb8f", zD = "#fff566", BD = "#ffec3d", $D = "#fadb14", FD = "#d4b106", jD = "#ad8b00", ZD = "#876800", GD = "#614700", WD = "#fff2e8", YD = "#ffd8bf", QD = "#ffbb96", KD = "#ff9c6e", XD = "#ff7a45", qD = "#fa541c", JD = "#d4380d", ek = "#ad2102", tk = "#871400", nk = "#610b00", rk = "#f0f5ff", ak = "#d6e4ff", ik = "#adc6ff", ok = "#85a5ff", lk = "#597ef7", uk = "#2f54eb", sk = "#1d39c4", ck = "#10239e", fk = "#061178", dk = "#030852", vk = "#fffbe6", pk = "#fff1b8", hk = "#ffe58f", mk = "#ffd666", Ck = "#ffc53d", gk = "#faad14", yk = "#d48806", Sk = "#ad6800", Ek = "#874d00", Tk = "#613400", wk = "#fcffe6", bk = "#f4ffb8", _k = "#eaff8f", Rk = "#d3f261", Lk = "#bae637", xk = "#a0d911", Ak = "#7cb305", Mk = "#5b8c00", Dk = "#3f6600", kk = "#254000", Nk = "#f5f5f5", Pk = "#ffffff", Hk = "#ffffff", Ik = "rgba(0, 0, 0, 0.85)", Vk = "transparent", Ok = "#f6ffed", Uk = "#d9f7be", zk = "#b7eb8f", Bk = "#95de64", $k = "#95de64", Fk = "#389e0d", jk = "#73d13d", Zk = "#52c41a", Gk = "#389e0d", Wk = "#fff2f0", Yk = "#fff1f0", Qk = "#ffccc7", Kk = "#ffccc7", Xk = "#ffa39e", qk = "#ff7875", Jk = "#d9363e", eN = "#ff7875", tN = "#ff4d4f", nN = "#d9363e", rN = "#fffbe6", aN = "#fff1b8", iN = "#ffe58f", oN = "#ffd666", lN = "#ffd666", uN = "#d48806", sN = "#ffc53d", cN = "#faad14", fN = "#d48806", dN = "#804beb", vN = "#2800ab", pN = "rgba(0, 0, 0, 0.45)", hN = "#fff", mN = "12px", CN = "16px", gN = "20px", yN = "38px", SN = "30px", EN = "24px", TN = "20px", wN = "16px", bN = 1.5714285714285714, _N = 1.5, RN = 1.6666666666666667, LN = "22px", xN = "24px", AN = "20px", MN = 1.2105263157894737, DN = 1.2666666666666666, kN = 1.3333333333333333, NN = 1.4, PN = 1.5, HN = "48px", IN = "32px", VN = "24px", ON = "20px", UN = "16px", zN = "16px", BN = "12px", $N = "8px", FN = "4px", jN = "24px", ZN = "16px", GN = "40px", WN = "0.1s", YN = "0.2s", QN = "0.3s", KN = "2px", XN = "2px", qN = "4px", JN = "8px", eP = "4px", tP = "rgba(32, 0, 122, 0.06)", nP = "rgba(32, 0, 122, 0.15)", rP = "rgba(32, 0, 122, 0.02)", aP = "rgba(32, 0, 122, 0.04)", iP = "#ffffff", oP = "rgba(44, 22, 11, 0.09)", lP = "rgba(0, 0, 0, 0.4)", uP = "rgba(0, 0, 0, 0.4)", sP = "rgba(0, 0, 0, 0.95)", cP = "rgba(0, 0, 0, 0.75)", fP = "rgba(0, 0, 0, 0.55)", B9 = "#fff", dP = "#ff4d4f", vP = "rgba(32, 0, 122, 0.06)", pP = "rgba(32, 0, 122, 0.15)", hP = "rgba(0, 0, 0, 0.55)", mP = "rgba(0, 0, 0, 0.95)", CP = "rgba(255, 38, 5, 0.06)", gP = "rgba(255, 215, 5, 0.1)", yP = "12px", SP = "4px", EP = "2px", TP = "16px", wP = "rgba(32, 0, 122, 0.04)", bP = "#f8f6fb", _P = "#ebe8f8", RP = "rgba(32, 0, 122, 0.15)", LP = "rgba(32, 0, 122, 0.02)", xP = 0.65, AP = "none", MP = "none", DP = "none", kP = "12px", NP = "8px", Og = "4px", PP = "8px", HP = "12px", IP = "16px", VP = "20px", OP = "24px", UP = "32px", zP = "24px", BP = "16px", $P = "16px", FP = "12px", jP = "16px", ZP = "8px", GP = "4px", WP = "8px", YP = "12px", QP = "16px", KP = "20px", XP = "24px", qP = "32px", JP = "48px", eH = " 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05) ", tH = " 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05) ", nH = " 0 1px 2px 0 rgba(0, 0, 0, 0.03), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.02) ", rH = "480px", aH = "480px", iH = "575px", oH = "576px", lH = "576px", uH = "767px", sH = "768px", cH = "768px", fH = "991px", dH = "992px", vH = "992px", pH = "1199px", hH = "1200px", mH = "1200px", CH = "1599px", gH = "1600px", yH = "1600px", SH = "2px 2px 5px rgba(0, 0, 0, 0.05)", EH = " 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09) ", TH = " -6px 0 16px 0 rgba(0, 0, 0, 0.08), -3px 0 6px -4px rgba(0, 0, 0, 0.12), -9px 0 28px 8px rgba(0, 0, 0, 0.05) ", wH = " 6px 0 16px 0 rgba(0, 0, 0, 0.08), 3px 0 6px -4px rgba(0, 0, 0, 0.12), 9px 0 28px 8px rgba(0, 0, 0, 0.05) ", bH = " 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05) ", _H = " 0 -6px 16px 0 rgba(0, 0, 0, 0.08), 0 -3px 6px -4px rgba(0, 0, 0, 0.12), 0 -9px 28px 8px rgba(0, 0, 0, 0.05) ", RH = "inset 10px 0 8px -8px rgba(0, 0, 0, 0.08)", LH = "inset -10px 0 8px -8px rgba(0, 0, 0, 0.08)", xH = "inset 0 10px 8px -8px rgba(0, 0, 0, 0.08)", AH = "inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08)", dC = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
877
877
|
__proto__: null,
|
|
@@ -1304,7 +1304,7 @@ const VL = (i) => {
|
|
|
1304
1304
|
function Sd(i) {
|
|
1305
1305
|
return dC[i] ? dC[i] : i;
|
|
1306
1306
|
}
|
|
1307
|
-
const Ed = (i) => i === "base" ? 14 : i === "sm" ? 12 : i === "lg" ? 16 : i === "xl" ? 20 : i, Td = (i) => i === "base" ? 1.571428571428571 : i === "sm" ? 1.666666666666667 : i === "lg" ? 1.5 : 1.4, xi = () => /* @__PURE__ */ Q(
|
|
1307
|
+
const Ed = (i) => i === "base" ? 14 : i === "sm" ? 12 : i === "lg" ? 16 : i === "xl" ? 20 : i, Td = (i) => i === "base" ? 1.571428571428571 : i === "sm" ? 1.666666666666667 : i === "lg" ? 1.5 : 1.4, xi = () => /* @__PURE__ */ Q(b5, { children: "DO NOT USE" }), MH = (i) => {
|
|
1308
1308
|
const Ct = i, { size: h, color: g, type: l, tooltip: z, children: te } = Ct, x = _i(Ct, ["size", "color", "type", "tooltip", "children"]), Le = h ? Ed(h) : void 0, Pe = h ? Td(h) : void 0, Ue = !l && g ? Sd(g) : z ? B9 : void 0;
|
|
1309
1309
|
return /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(sf.Text, M5(be({ style: be({ color: Ue, fontSize: Le, lineHeight: Pe }, i.style), type: l }, x), { children: te })) });
|
|
1310
1310
|
};
|
|
@@ -1336,7 +1336,7 @@ xi.Paragraph = NH;
|
|
|
1336
1336
|
const PH = (i) => {
|
|
1337
1337
|
const h = !!i.errorMessage && !i.disabled;
|
|
1338
1338
|
let g = "query-item query-item--input-text";
|
|
1339
|
-
return i.errorMessage && (g += " query-item--error"), /* @__PURE__ */ jr(
|
|
1339
|
+
return i.errorMessage && (g += " query-item--error"), /* @__PURE__ */ jr(b5, { children: [
|
|
1340
1340
|
/* @__PURE__ */ Q(
|
|
1341
1341
|
Ql,
|
|
1342
1342
|
{
|
|
@@ -1362,7 +1362,7 @@ const PH = (i) => {
|
|
|
1362
1362
|
const te = parseFloat(z);
|
|
1363
1363
|
isNaN(te) ? (x = i.onChange) == null || x.call(i, void 0) : (Le = i.onChange) == null || Le.call(i, te);
|
|
1364
1364
|
};
|
|
1365
|
-
return /* @__PURE__ */ jr(
|
|
1365
|
+
return /* @__PURE__ */ jr(b5, { children: [
|
|
1366
1366
|
/* @__PURE__ */ Q(
|
|
1367
1367
|
kL,
|
|
1368
1368
|
{
|
|
@@ -1381,7 +1381,7 @@ const PH = (i) => {
|
|
|
1381
1381
|
),
|
|
1382
1382
|
i.errorMessage && /* @__PURE__ */ Q(xi.Text, { type: "danger", children: i.errorMessage })
|
|
1383
1383
|
] });
|
|
1384
|
-
}, wd = () => /* @__PURE__ */ Q(
|
|
1384
|
+
}, wd = () => /* @__PURE__ */ Q(b5, { children: "DON'T USE THIS OR YOU WILL BE FIRED!" });
|
|
1385
1385
|
wd.TextInput = PH;
|
|
1386
1386
|
wd.NumberInput = HH;
|
|
1387
1387
|
wd.Cascader = UL;
|
|
@@ -1397,8 +1397,8 @@ const IH = (i) => {
|
|
|
1397
1397
|
loading: i.loading
|
|
1398
1398
|
};
|
|
1399
1399
|
let l = "primary";
|
|
1400
|
-
return i.type === "default" && (l = "default"), i.type === "disabled" && (l = "default"), /* @__PURE__ */ Q(
|
|
1401
|
-
/* @__PURE__ */ Q(
|
|
1400
|
+
return i.type === "default" && (l = "default"), i.type === "disabled" && (l = "default"), /* @__PURE__ */ Q(b5, { children: /* @__PURE__ */ jr(Yl, M5(be({}, g), { children: [
|
|
1401
|
+
/* @__PURE__ */ Q(w5, { name: "add", size: "md", color: l }),
|
|
1402
1402
|
/* @__PURE__ */ Q("span", { children: i.text })
|
|
1403
1403
|
] })) });
|
|
1404
1404
|
}, VH = ({ disabled: i = !1, text: h }) => /* @__PURE__ */ Q(xi.Text, { disabled: i, style: { whiteSpace: "nowrap" }, children: h }), OH = (i) => {
|
|
@@ -1426,7 +1426,7 @@ const IH = (i) => {
|
|
|
1426
1426
|
}
|
|
1427
1427
|
};
|
|
1428
1428
|
let z = "query-item";
|
|
1429
|
-
return h && (z += " query-item--open"), /* @__PURE__ */ jr(
|
|
1429
|
+
return h && (z += " query-item--open"), /* @__PURE__ */ jr(b5, { children: [
|
|
1430
1430
|
/* @__PURE__ */ Q(O9, be({ className: z }, l)),
|
|
1431
1431
|
i.errorMessage && /* @__PURE__ */ Q(xi.Text, { type: "danger", children: i.errorMessage })
|
|
1432
1432
|
] });
|
|
@@ -1442,7 +1442,7 @@ bd.Text = VH;
|
|
|
1442
1442
|
const UH = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(
|
|
1443
1443
|
pg,
|
|
1444
1444
|
be({
|
|
1445
|
-
expandIcon: ({ isActive: h }) => h ? /* @__PURE__ */ Q(
|
|
1445
|
+
expandIcon: ({ isActive: h }) => h ? /* @__PURE__ */ Q(w5, { name: "dropdownOpen", size: "sm" }) : /* @__PURE__ */ Q(w5, { name: "next", size: "sm" })
|
|
1446
1446
|
}, i)
|
|
1447
1447
|
) });
|
|
1448
1448
|
UH.Panel = pg.Panel;
|
|
@@ -1450,18 +1450,18 @@ const zH = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(hg, be({},
|
|
|
1450
1450
|
zH.Item = hg.Item;
|
|
1451
1451
|
const BH = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(mg, be({}, i)) });
|
|
1452
1452
|
BH.generateCalendar = mg.generateCalendar;
|
|
1453
|
-
const
|
|
1453
|
+
const iW = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(z_, be({}, i)) }), $H = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(Cg, be({}, i)) });
|
|
1454
1454
|
$H.TabPane = Cg.TabPane;
|
|
1455
1455
|
const FH = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(gg, be({}, i)) }), jH = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(gg.CheckableTag, be({}, i)) });
|
|
1456
1456
|
FH.CheckableTag = jH;
|
|
1457
|
-
const ZH = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(B_, be({}, i)) }),
|
|
1457
|
+
const ZH = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(B_, be({}, i)) }), oW = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q($_, be({}, i)) }), _d = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(F_, M5(be({}, i), { children: /* @__PURE__ */ Q(b5, { children: i.children }) })) }), GH = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(yg, be({}, i)) });
|
|
1458
1458
|
GH.Countdown = yg.Countdown;
|
|
1459
1459
|
const Ug = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(P9, be({}, i)) });
|
|
1460
1460
|
Ug.DirectoryTree = P9.DirectoryTree;
|
|
1461
1461
|
Ug.TreeNode = P9.TreeNode;
|
|
1462
1462
|
const WH = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(Sg, be({}, i)) });
|
|
1463
1463
|
WH.PreviewGroup = Sg.PreviewGroup;
|
|
1464
|
-
const
|
|
1464
|
+
const lW = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(j_, be({}, i)) }), zg = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(Eg, be({}, i)) });
|
|
1465
1465
|
zg.Ribbon = Eg.Ribbon;
|
|
1466
1466
|
const Bg = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(H9, be({}, i)) });
|
|
1467
1467
|
Bg.Meta = H9.Meta;
|
|
@@ -1490,12 +1490,12 @@ Jl.SELECTION_COLUMN = jo.SELECTION_COLUMN;
|
|
|
1490
1490
|
const $9 = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(I9, be({}, i)) });
|
|
1491
1491
|
$9.PRESENTED_IMAGE_DEFAULT = I9.PRESENTED_IMAGE_DEFAULT;
|
|
1492
1492
|
$9.PRESENTED_IMAGE_SIMPLE = I9.PRESENTED_IMAGE_SIMPLE;
|
|
1493
|
-
const F9 = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(Z_, M5(be({}, i), { children: /* @__PURE__ */ Q(
|
|
1493
|
+
const F9 = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(Z_, M5(be({}, i), { children: /* @__PURE__ */ Q(b5, { children: i.children }) })) });
|
|
1494
1494
|
function Fg(i) {
|
|
1495
1495
|
return /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(bg, be({}, i)) });
|
|
1496
1496
|
}
|
|
1497
1497
|
Fg.Item = bg.Item;
|
|
1498
|
-
const
|
|
1498
|
+
const uW = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(G_, be({}, i)) }), Rd = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(Cd, be({}, i)) });
|
|
1499
1499
|
Rd.PRESENTED_IMAGE_403 = Cd.PRESENTED_IMAGE_403;
|
|
1500
1500
|
Rd.PRESENTED_IMAGE_404 = Cd.PRESENTED_IMAGE_404;
|
|
1501
1501
|
Rd.PRESENTED_IMAGE_500 = Cd.PRESENTED_IMAGE_500;
|
|
@@ -1507,7 +1507,7 @@ ru.Button = Ys.Button;
|
|
|
1507
1507
|
ru.Node = Ys.Node;
|
|
1508
1508
|
ru.Image = Ys.Image;
|
|
1509
1509
|
ru.Input = Ys.Input;
|
|
1510
|
-
const
|
|
1510
|
+
const sW = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(W_, be({}, i)) }), cW = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(Y_, M5(be({}, i), { children: /* @__PURE__ */ Q(b5, { children: i.children }) })) }), fW = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(Q_, be({}, i)) }), Go = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(Zo, be({}, i)) });
|
|
1511
1511
|
Go.info = Zo.info;
|
|
1512
1512
|
Go.success = Zo.success;
|
|
1513
1513
|
Go.confirm = Zo.confirm;
|
|
@@ -1565,33 +1565,33 @@ function KH(i) {
|
|
|
1565
1565
|
});
|
|
1566
1566
|
}), [h, l, te];
|
|
1567
1567
|
}
|
|
1568
|
-
function
|
|
1568
|
+
function dW(i) {
|
|
1569
1569
|
const [h, g, l] = KH(i.fetchData);
|
|
1570
|
-
return /* @__PURE__ */ Q(
|
|
1570
|
+
return /* @__PURE__ */ Q(b5, { children: /* @__PURE__ */ jr(Go, M5(be({}, i), { children: [
|
|
1571
1571
|
h && /* @__PURE__ */ Q(ru, {}),
|
|
1572
1572
|
g && /* @__PURE__ */ Q(Rd, { status: "error", title: "Error Loading" }),
|
|
1573
1573
|
!h && !g && i.children(l)
|
|
1574
1574
|
] })) });
|
|
1575
1575
|
}
|
|
1576
|
-
const Kl = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(Lg, be({}, i)) }), Li = (i) => /* @__PURE__ */ Q(
|
|
1576
|
+
const Kl = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(Lg, be({}, i)) }), Li = (i) => /* @__PURE__ */ Q(b5, { children: /* @__PURE__ */ Q(Kl, M5(be({ align: "center", justify: "center" }, i), { children: i.children })) }), vW = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(K_, be({}, i)) }), j9 = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(V9, be({}, i)) });
|
|
1577
1577
|
j9.Compact = V9.Compact;
|
|
1578
1578
|
const Gs = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(cf, be({}, i)) });
|
|
1579
1579
|
Gs.Sider = cf.Sider;
|
|
1580
1580
|
Gs.Footer = cf.Footer;
|
|
1581
1581
|
Gs.Content = cf.Content;
|
|
1582
1582
|
Gs.Header = cf.Header;
|
|
1583
|
-
const
|
|
1583
|
+
const pW = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(X_, be({}, i)) }), XH = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(xg, be({}, i)) });
|
|
1584
1584
|
XH.Link = xg.Link;
|
|
1585
1585
|
const qH = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(Ag, M5(be({}, i), { children: i.children })) });
|
|
1586
1586
|
qH.Button = Ag.Button;
|
|
1587
1587
|
const JH = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(Mg, be({}, i)) });
|
|
1588
1588
|
JH.Item = Mg.Item;
|
|
1589
|
-
const
|
|
1589
|
+
const hW = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(q_, be({}, i)) }), Qs = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(ff, be({}, i)) });
|
|
1590
1590
|
Qs.SubMenu = ff.SubMenu;
|
|
1591
1591
|
Qs.Item = ff.Item;
|
|
1592
1592
|
Qs.ItemGroup = ff.ItemGroup;
|
|
1593
1593
|
Qs.Divider = ff.Divider;
|
|
1594
|
-
const
|
|
1594
|
+
const mW = (i) => /* @__PURE__ */ Q(jn, { children: /* @__PURE__ */ Q(J_, be({}, i)) });
|
|
1595
1595
|
function Ld(i) {
|
|
1596
1596
|
var h;
|
|
1597
1597
|
return /* @__PURE__ */ jr(Li, { vertical: !0, className: "globalNavigation__icon " + ((h = i.className) != null ? h : ""), onClick: i.onClick, children: [
|
|
@@ -1622,12 +1622,12 @@ function nI(i) {
|
|
|
1622
1622
|
}, g = (z) => {
|
|
1623
1623
|
z.preventDefault(), i.onLinkClick(i.link);
|
|
1624
1624
|
};
|
|
1625
|
-
return /* @__PURE__ */ Q(
|
|
1625
|
+
return /* @__PURE__ */ Q(b5, { children: /* @__PURE__ */ Q("a", { href: i.link.href, onClick: g, className: h(i.link), children: /* @__PURE__ */ jr(Kl, { vertical: !0, align: "center", gap: "small", children: [
|
|
1626
1626
|
/* @__PURE__ */ Q(Ld, { icon: l(tI[i.link.linkId]), label: "", hideLabel: !0 }),
|
|
1627
1627
|
eI[i.link.linkId]
|
|
1628
1628
|
] }) }) });
|
|
1629
1629
|
function l(z) {
|
|
1630
|
-
return /* @__PURE__ */ Q(Li, { vertical: !0, className: "suiteSelector__suiteLogo", children: /* @__PURE__ */ Q(
|
|
1630
|
+
return /* @__PURE__ */ Q(Li, { vertical: !0, className: "suiteSelector__suiteLogo", children: /* @__PURE__ */ Q(w5, { name: z, size: "md", color: "brand", variant: "duo-tone" }) });
|
|
1631
1631
|
}
|
|
1632
1632
|
}
|
|
1633
1633
|
function rI(i) {
|
|
@@ -1636,7 +1636,7 @@ function rI(i) {
|
|
|
1636
1636
|
const z = (te = i.unauthorizedLinks) == null ? void 0 : te.includes(l.linkId);
|
|
1637
1637
|
l && (z ? (x = i.onUnauthorizedClick) == null || x.call(i, l) : i.onLinkClick(l));
|
|
1638
1638
|
};
|
|
1639
|
-
return /* @__PURE__ */ Q(
|
|
1639
|
+
return /* @__PURE__ */ Q(b5, { children: /* @__PURE__ */ jr("div", { className: "u-padding-xxs", children: [
|
|
1640
1640
|
/* @__PURE__ */ Q(eR, { gutter: [4, 4], className: "suiteSelector__content", children: i.links.map((l) => /* @__PURE__ */ Q(tR, { span: 8, children: /* @__PURE__ */ Q(
|
|
1641
1641
|
nI,
|
|
1642
1642
|
{
|
|
@@ -1651,7 +1651,7 @@ function rI(i) {
|
|
|
1651
1651
|
g()
|
|
1652
1652
|
] }) });
|
|
1653
1653
|
function g() {
|
|
1654
|
-
return /* @__PURE__ */ Q(
|
|
1654
|
+
return /* @__PURE__ */ Q(b5, { children: /* @__PURE__ */ Q(Yl, { type: "primary", href: i.overviewHref || "/", children: "Go to Overview" }) });
|
|
1655
1655
|
}
|
|
1656
1656
|
}
|
|
1657
1657
|
function aI(i) {
|
|
@@ -1694,7 +1694,7 @@ function oI({
|
|
|
1694
1694
|
return /* @__PURE__ */ Q(Le, { onLogoClick: l });
|
|
1695
1695
|
return /* @__PURE__ */ Q(Pe, be({}, te));
|
|
1696
1696
|
function Le({ onLogoClick: Ge }) {
|
|
1697
|
-
return /* @__PURE__ */ Q(
|
|
1697
|
+
return /* @__PURE__ */ Q(b5, { children: /* @__PURE__ */ jr("div", { ref: x, children: [
|
|
1698
1698
|
/* @__PURE__ */ Q(Ue, { onLogoClick: Ge }),
|
|
1699
1699
|
z && Ct(z)
|
|
1700
1700
|
] }) });
|
|
@@ -1729,7 +1729,7 @@ function oI({
|
|
|
1729
1729
|
"custom-size": "default"
|
|
1730
1730
|
};
|
|
1731
1731
|
return /* @__PURE__ */ jr(Li, { vertical: !0, className: "globalNavigation__suiteLogo", onClick: Ge, children: [
|
|
1732
|
-
/* @__PURE__ */ Q(Ld, { icon: iI(i) ? /* @__PURE__ */ Q(
|
|
1732
|
+
/* @__PURE__ */ Q(Ld, { icon: iI(i) ? /* @__PURE__ */ Q(w5, { name: i, color: it[g], size: "xl" }) : i, label: "", hideLabel: !0, className: ot[g] }),
|
|
1733
1733
|
h
|
|
1734
1734
|
] });
|
|
1735
1735
|
}
|
|
@@ -1746,7 +1746,7 @@ function oI({
|
|
|
1746
1746
|
}
|
|
1747
1747
|
}
|
|
1748
1748
|
];
|
|
1749
|
-
return /* @__PURE__ */ Q(
|
|
1749
|
+
return /* @__PURE__ */ Q(b5, { children: /* @__PURE__ */ Q(ZH, be({ mask: !1, type: "primary", steps: gt }, Ge)) });
|
|
1750
1750
|
}
|
|
1751
1751
|
}
|
|
1752
1752
|
function lI(i) {
|
|
@@ -1755,13 +1755,13 @@ function lI(i) {
|
|
|
1755
1755
|
{
|
|
1756
1756
|
placement: "right",
|
|
1757
1757
|
title: /* @__PURE__ */ jr(j9, { size: "large", children: [
|
|
1758
|
-
/* @__PURE__ */ Q(
|
|
1759
|
-
/* @__PURE__ */ jr(
|
|
1758
|
+
/* @__PURE__ */ Q(b5, { children: "Search" }),
|
|
1759
|
+
/* @__PURE__ */ jr(b5, { children: [
|
|
1760
1760
|
HL() === "Macintosh" ? "Cmd" : "Ctrl",
|
|
1761
1761
|
" + K"
|
|
1762
1762
|
] })
|
|
1763
1763
|
] }),
|
|
1764
|
-
children: /* @__PURE__ */ Q(Li, { className: "globalNavigation__searchButtonWrapper", children: /* @__PURE__ */ Q(Yl, { className: "globalNavigation__searchButton", shape: "round", icon: /* @__PURE__ */ Q(
|
|
1764
|
+
children: /* @__PURE__ */ Q(Li, { className: "globalNavigation__searchButtonWrapper", children: /* @__PURE__ */ Q(Yl, { className: "globalNavigation__searchButton", shape: "round", icon: /* @__PURE__ */ Q(w5, { name: "search", size: "lg" }) }) })
|
|
1765
1765
|
}
|
|
1766
1766
|
) });
|
|
1767
1767
|
}
|
|
@@ -1866,7 +1866,7 @@ function sI(i) {
|
|
|
1866
1866
|
/* @__PURE__ */ jr("span", { className: "navigationCreate__itemTitle", children: [
|
|
1867
1867
|
l.title,
|
|
1868
1868
|
l.isLoading && /* @__PURE__ */ Q(jg, { className: "navigationCreate__itemLoading", size: "small" }),
|
|
1869
|
-
z && /* @__PURE__ */ Q(
|
|
1869
|
+
z && /* @__PURE__ */ Q(w5, { name: "paywall", size: "xs" })
|
|
1870
1870
|
] }),
|
|
1871
1871
|
/* @__PURE__ */ Q("span", { className: "navigationCreate__itemDescription", children: l.description })
|
|
1872
1872
|
] }) })
|
|
@@ -1876,7 +1876,7 @@ function sI(i) {
|
|
|
1876
1876
|
{
|
|
1877
1877
|
key: "NavigationCreate",
|
|
1878
1878
|
popupClassName: "globalNavigation__popup globalNavigation__popup--navigationCreate",
|
|
1879
|
-
icon: /* @__PURE__ */ Q(Li, { className: "navigationCreate__popupButtonWrapper", style: { pointerEvents: "none" }, children: /* @__PURE__ */ Q(Yl, { className: "navigationCreate__popupButton", icon: /* @__PURE__ */ Q(
|
|
1879
|
+
icon: /* @__PURE__ */ Q(Li, { className: "navigationCreate__popupButtonWrapper", style: { pointerEvents: "none" }, children: /* @__PURE__ */ Q(Yl, { className: "navigationCreate__popupButton", icon: /* @__PURE__ */ Q(w5, { name: "add", size: "lg" }) }) }),
|
|
1880
1880
|
children: h
|
|
1881
1881
|
}
|
|
1882
1882
|
], expandIcon: null }) });
|
|
@@ -13823,7 +13823,7 @@ Check the render method of \`` + e + "`." : "";
|
|
|
13823
13823
|
};
|
|
13824
13824
|
}
|
|
13825
13825
|
}
|
|
13826
|
-
function
|
|
13826
|
+
function WG(e) {
|
|
13827
13827
|
return e;
|
|
13828
13828
|
}
|
|
13829
13829
|
function AS(e) {
|
|
@@ -16059,9 +16059,9 @@ Incoming: %s`, ct, "[" + t.join(", ") + "]", "[" + e.join(", ") + "]");
|
|
|
16059
16059
|
}
|
|
16060
16060
|
return [_, v];
|
|
16061
16061
|
}
|
|
16062
|
-
function
|
|
16062
|
+
function YG(e, t, a) {
|
|
16063
16063
|
}
|
|
16064
|
-
function
|
|
16064
|
+
function QG(e, t, a) {
|
|
16065
16065
|
}
|
|
16066
16066
|
function _4(e, t, a) {
|
|
16067
16067
|
var o = Wr, s = Wi(), v, E = wa();
|
|
@@ -23217,7 +23217,7 @@ function kV(i) {
|
|
|
23217
23217
|
className: "workspaceSelector__workspaceName" + ($t.isActive ? " workspaceSelector__workspaceName--active" : ""),
|
|
23218
23218
|
label: /* @__PURE__ */ jr(Kl, { justify: "space-between", align: "center", gap: "small", children: [
|
|
23219
23219
|
$t.label,
|
|
23220
|
-
$t.isActive && /* @__PURE__ */ Q(
|
|
23220
|
+
$t.isActive && /* @__PURE__ */ Q(w5, { name: "selected", size: "xs", color: "text" })
|
|
23221
23221
|
] }),
|
|
23222
23222
|
id: $t.id,
|
|
23223
23223
|
key: `${$t.id}_${$t.label}`,
|
|
@@ -23303,7 +23303,7 @@ const NV = 4.5, PV = "Join the new mParticle Experience!", HV = "Managing your d
|
|
|
23303
23303
|
}, Pe];
|
|
23304
23304
|
};
|
|
23305
23305
|
function VV(i) {
|
|
23306
|
-
return /* @__PURE__ */ Q(Li, { className: "globalNavigation__mpHome", onClick: i.onClick, children: /* @__PURE__ */ Q(
|
|
23306
|
+
return /* @__PURE__ */ Q(Li, { className: "globalNavigation__mpHome", onClick: i.onClick, children: /* @__PURE__ */ Q(w5, { name: "mpLogo", size: "lg", color: "white" }) });
|
|
23307
23307
|
}
|
|
23308
23308
|
function OV(i) {
|
|
23309
23309
|
return /* @__PURE__ */ Q(_d, { title: "mParticle Overview", placement: "right", children: /* @__PURE__ */ Q(VV, { onClick: i.onTooltipClick }) });
|
|
@@ -23335,8 +23335,8 @@ function BV(te) {
|
|
|
23335
23335
|
title: /* @__PURE__ */ jr(Lg, { className: "notificationCenter__header", justify: "space-between", align: "center", children: [
|
|
23336
23336
|
/* @__PURE__ */ Q(sf.Text, { strong: !0, children: "Notifications" }),
|
|
23337
23337
|
/* @__PURE__ */ jr(V9, { children: [
|
|
23338
|
-
g && /* @__PURE__ */ Q(od, { type: "text", shape: "circle", icon: /* @__PURE__ */ Q(
|
|
23339
|
-
h && /* @__PURE__ */ Q(od, { type: "text", shape: "circle", icon: /* @__PURE__ */ Q(
|
|
23338
|
+
g && /* @__PURE__ */ Q(od, { type: "text", shape: "circle", icon: /* @__PURE__ */ Q(w5, { name: "settings" }), onClick: g }),
|
|
23339
|
+
h && /* @__PURE__ */ Q(od, { type: "text", shape: "circle", icon: /* @__PURE__ */ Q(w5, { name: "remove" }), onClick: h })
|
|
23340
23340
|
] })
|
|
23341
23341
|
] })
|
|
23342
23342
|
}, z), {
|
|
@@ -23345,7 +23345,7 @@ function BV(te) {
|
|
|
23345
23345
|
{
|
|
23346
23346
|
type: "link",
|
|
23347
23347
|
isActive: z == null ? void 0 : z.open,
|
|
23348
|
-
icon: /* @__PURE__ */ Q(zg, { dot: !0, count: Math.max(l != null ? l : 0, 0), children: /* @__PURE__ */ Q(
|
|
23348
|
+
icon: /* @__PURE__ */ Q(zg, { dot: !0, count: Math.max(l != null ? l : 0, 0), children: /* @__PURE__ */ Q(w5, { name: "notification" }) })
|
|
23349
23349
|
},
|
|
23350
23350
|
"notificationCenter"
|
|
23351
23351
|
) })
|
|
@@ -23357,7 +23357,7 @@ const $V = 90, FV = (g) => {
|
|
|
23357
23357
|
var z, te, x;
|
|
23358
23358
|
return /* @__PURE__ */ Q(Gs, { className: "globalNavigation", children: /* @__PURE__ */ Q(Gs.Sider, { className: "globalNavigation__sider", width: $V, children: /* @__PURE__ */ jr(Kl, { vertical: !0, justify: "space-between", style: { height: "100%" }, children: [
|
|
23359
23359
|
/* @__PURE__ */ jr("div", { children: [
|
|
23360
|
-
i && /* @__PURE__ */ jr(
|
|
23360
|
+
i && /* @__PURE__ */ jr(b5, { children: [
|
|
23361
23361
|
/* @__PURE__ */ Q(oI, M5(be({}, h.logo), { suiteSelectorOptions: (z = h.minimapOptions) != null ? z : h.suiteSelectorOptions })),
|
|
23362
23362
|
/* @__PURE__ */ Q("div", { className: "globalNavigation__divider" })
|
|
23363
23363
|
] }),
|
|
@@ -23381,7 +23381,7 @@ const $V = 90, FV = (g) => {
|
|
|
23381
23381
|
Z9,
|
|
23382
23382
|
{
|
|
23383
23383
|
type: "link",
|
|
23384
|
-
icon: /* @__PURE__ */ Q(
|
|
23384
|
+
icon: /* @__PURE__ */ Q(w5, { name: "signout" }),
|
|
23385
23385
|
label: "Sign Out",
|
|
23386
23386
|
hideLabel: !0,
|
|
23387
23387
|
onClick: (x = h.navigationButtonItemOptions) == null ? void 0 : x.onClick
|
|
@@ -24168,7 +24168,7 @@ const DG = "'GT America', Helvetica, Arial, sans-serif", rd = {
|
|
|
24168
24168
|
"font-size": ".9em",
|
|
24169
24169
|
"font-weight": "initial",
|
|
24170
24170
|
color: "rgba(56, 60, 67, 0.7)"
|
|
24171
|
-
},
|
|
24171
|
+
}, CW = {
|
|
24172
24172
|
chart: {
|
|
24173
24173
|
animation: !0,
|
|
24174
24174
|
backgroundColor: void 0,
|
|
@@ -24276,7 +24276,7 @@ const DG = "'GT America', Helvetica, Arial, sans-serif", rd = {
|
|
|
24276
24276
|
secondaryTeal: "#00fad7",
|
|
24277
24277
|
secondaryGold: "#f7d40f",
|
|
24278
24278
|
secondaryLime: "#a7e504"
|
|
24279
|
-
},
|
|
24279
|
+
}, gW = [0, -42, 37, -69, 62].map((i) => Object.values(kG).map((h) => NG(h, i))).flat();
|
|
24280
24280
|
function NG(i, h) {
|
|
24281
24281
|
i = i.replace(/^#/, ""), i.length === 3 && (i = i[0] + i[0] + i[1] + i[1] + i[2] + i[2]);
|
|
24282
24282
|
let [g, l, z] = i.match(/.{2}/g);
|
|
@@ -25246,288 +25246,288 @@ class Oy {
|
|
|
25246
25246
|
}
|
|
25247
25247
|
}
|
|
25248
25248
|
var ZG = /* @__PURE__ */ ((i) => (i.Overview = "overview", i.Oversight = "oversight", i.Oversight_SystemAlerts = "oversight_systemAlerts", i.Oversight_Observability = "oversight_observability", i.Oversight_Observability_TraceActivity = "oversight_observability_traceActivity", i.Oversight_Observability_TraceConfigurations = "oversight_observability_traceConfigurations", i.Oversight_Privacy = "oversight_privacy", i.Oversight_Privacy_DSRs = "oversight_privacy_dsrs", i.Oversight_Privacy_PrivacySettings = "oversight_privacy_privacySettings", i.Predictions = "predictions", i.Customer360 = "customer360", i.Customer360_UserProfiles = "customer360_userProfiles", i.Customer360_GroupIdentity = "customer360_groupIdentity", i.Customer360_Enrichment = "customer360_enrichment", i.Customer360_Enrichment_CalculatedAttributes = "customer360_enrichment_calculatedAttributes", i.Customer360_Enrichment_PredictiveAttributes = "customer360_enrichment_predictiveAttributes", i.DataPlatform = "dataPlatform", i.DataPlatform_Trends = "dataPlatform_trends", i.DataPlatform_Setup = "dataPlatform_setup", i.DataPlatform_Setup_Connections = "dataPlatform_setup_connections", i.DataPlatform_Setup_Inputs = "dataPlatform_setup_inputs", i.DataPlatform_Setup_Outputs = "dataPlatform_setup_outputs", i.DataPlatform_Setup_Directory = "dataPlatform_setup_directory", i.DataPlatform_LiveStream = "dataPlatform_liveStream", i.DataPlatform_DataCatalog = "dataPlatform_dataCatalog", i.DataPlatform_Transformations = "dataPlatform_transformations", i.DataPlatform_Transformations_Rules = "dataPlatform_transformations_rules", i.DataPlatform_Transformations_Plans = "dataPlatform_transformations_plans", i.DataPlatform_Transformations_Filters = "dataPlatform_transformations_filters", i.DataPlatform_Transformations_Filters_PlatformFilters = "dataPlatform_transformations_filters_platformFilters", i.DataPlatform_Transformations_Filters_FeedFilters = "dataPlatform_transformations_filters_feedFilters", i.DataPlatform_EventForwarding = "dataPlatform_eventForwarding", i.Segmentation = "segmentation", i.Segmentation_Journeys = "segmentation_journeys", i.Segmentation_Audiences = "segmentation_audiences", i.Segmentation_Audiences_Standard = "segmentation_audiences_standard", i.Segmentation_Audiences_Shared = "segmentation_audiences_shared", i.Segmentation_Audiences_RealTime = "segmentation_audiences_realTime", i.Analytics = "analytics", i.Analytics_CreateAnalysis = "analytics_createAnalysis", i.Analytics_MyHub = "analytics_myHub", i.Analytics_Saved = "analytics_saved", i.Analytics_Data = "analytics_data", i.Analytics_Favorites = "analytics_favorites", i))(ZG || {});
|
|
25249
|
-
const
|
|
25250
|
-
|
|
25251
|
-
|
|
25252
|
-
|
|
25253
|
-
|
|
25254
|
-
|
|
25255
|
-
{
|
|
25256
|
-
|
|
25257
|
-
|
|
25258
|
-
|
|
25259
|
-
|
|
25260
|
-
|
|
25261
|
-
{
|
|
25262
|
-
|
|
25263
|
-
|
|
25264
|
-
|
|
25265
|
-
|
|
25266
|
-
|
|
25267
|
-
|
|
25268
|
-
|
|
25269
|
-
|
|
25270
|
-
|
|
25271
|
-
|
|
25272
|
-
|
|
25273
|
-
|
|
25274
|
-
|
|
25275
|
-
|
|
25276
|
-
|
|
25277
|
-
|
|
25278
|
-
|
|
25279
|
-
|
|
25280
|
-
|
|
25281
|
-
|
|
25282
|
-
|
|
25283
|
-
|
|
25284
|
-
|
|
25285
|
-
|
|
25286
|
-
|
|
25287
|
-
|
|
25288
|
-
|
|
25289
|
-
|
|
25290
|
-
|
|
25291
|
-
|
|
25292
|
-
|
|
25293
|
-
|
|
25294
|
-
|
|
25295
|
-
|
|
25296
|
-
|
|
25297
|
-
|
|
25298
|
-
|
|
25299
|
-
|
|
25300
|
-
|
|
25301
|
-
|
|
25302
|
-
|
|
25303
|
-
|
|
25304
|
-
|
|
25305
|
-
|
|
25306
|
-
}
|
|
25307
|
-
|
|
25308
|
-
|
|
25309
|
-
|
|
25310
|
-
|
|
25311
|
-
|
|
25312
|
-
|
|
25313
|
-
|
|
25314
|
-
|
|
25315
|
-
|
|
25316
|
-
|
|
25317
|
-
|
|
25318
|
-
|
|
25319
|
-
|
|
25320
|
-
|
|
25321
|
-
|
|
25322
|
-
|
|
25323
|
-
|
|
25324
|
-
|
|
25325
|
-
|
|
25326
|
-
|
|
25327
|
-
|
|
25328
|
-
|
|
25329
|
-
|
|
25330
|
-
|
|
25331
|
-
|
|
25332
|
-
|
|
25333
|
-
|
|
25334
|
-
|
|
25335
|
-
|
|
25336
|
-
|
|
25337
|
-
|
|
25338
|
-
|
|
25339
|
-
|
|
25340
|
-
|
|
25341
|
-
|
|
25342
|
-
|
|
25343
|
-
|
|
25344
|
-
|
|
25345
|
-
|
|
25346
|
-
|
|
25347
|
-
|
|
25348
|
-
|
|
25349
|
-
|
|
25350
|
-
|
|
25351
|
-
|
|
25352
|
-
|
|
25353
|
-
|
|
25354
|
-
|
|
25355
|
-
|
|
25356
|
-
|
|
25357
|
-
|
|
25358
|
-
|
|
25359
|
-
|
|
25360
|
-
|
|
25361
|
-
|
|
25362
|
-
|
|
25363
|
-
|
|
25364
|
-
|
|
25365
|
-
|
|
25366
|
-
|
|
25367
|
-
|
|
25368
|
-
|
|
25369
|
-
|
|
25370
|
-
|
|
25371
|
-
|
|
25372
|
-
|
|
25373
|
-
|
|
25374
|
-
|
|
25375
|
-
|
|
25376
|
-
|
|
25377
|
-
|
|
25378
|
-
|
|
25379
|
-
|
|
25380
|
-
|
|
25381
|
-
|
|
25382
|
-
|
|
25383
|
-
|
|
25384
|
-
|
|
25385
|
-
|
|
25386
|
-
|
|
25387
|
-
|
|
25388
|
-
|
|
25389
|
-
|
|
25390
|
-
|
|
25391
|
-
|
|
25392
|
-
|
|
25393
|
-
|
|
25394
|
-
|
|
25395
|
-
|
|
25396
|
-
|
|
25397
|
-
|
|
25398
|
-
|
|
25399
|
-
|
|
25400
|
-
|
|
25401
|
-
|
|
25402
|
-
|
|
25403
|
-
|
|
25404
|
-
|
|
25405
|
-
|
|
25406
|
-
|
|
25407
|
-
|
|
25408
|
-
|
|
25409
|
-
|
|
25410
|
-
|
|
25411
|
-
|
|
25412
|
-
|
|
25413
|
-
|
|
25414
|
-
|
|
25415
|
-
|
|
25416
|
-
|
|
25417
|
-
|
|
25418
|
-
|
|
25419
|
-
|
|
25420
|
-
|
|
25421
|
-
|
|
25422
|
-
|
|
25423
|
-
|
|
25424
|
-
|
|
25425
|
-
|
|
25426
|
-
|
|
25427
|
-
|
|
25428
|
-
|
|
25429
|
-
|
|
25430
|
-
|
|
25431
|
-
|
|
25432
|
-
|
|
25433
|
-
|
|
25434
|
-
|
|
25435
|
-
|
|
25436
|
-
|
|
25437
|
-
|
|
25438
|
-
|
|
25439
|
-
|
|
25440
|
-
|
|
25441
|
-
|
|
25442
|
-
|
|
25443
|
-
|
|
25444
|
-
|
|
25445
|
-
|
|
25446
|
-
|
|
25447
|
-
|
|
25448
|
-
|
|
25449
|
-
|
|
25450
|
-
|
|
25451
|
-
|
|
25452
|
-
|
|
25453
|
-
|
|
25454
|
-
|
|
25455
|
-
|
|
25456
|
-
|
|
25457
|
-
|
|
25458
|
-
|
|
25459
|
-
|
|
25460
|
-
|
|
25461
|
-
|
|
25462
|
-
|
|
25463
|
-
|
|
25464
|
-
|
|
25465
|
-
|
|
25466
|
-
|
|
25467
|
-
|
|
25468
|
-
|
|
25469
|
-
|
|
25470
|
-
|
|
25471
|
-
|
|
25472
|
-
|
|
25473
|
-
|
|
25474
|
-
|
|
25475
|
-
|
|
25476
|
-
|
|
25477
|
-
|
|
25478
|
-
|
|
25479
|
-
|
|
25480
|
-
|
|
25481
|
-
|
|
25482
|
-
|
|
25483
|
-
|
|
25484
|
-
|
|
25485
|
-
|
|
25486
|
-
|
|
25487
|
-
|
|
25488
|
-
|
|
25489
|
-
|
|
25490
|
-
|
|
25491
|
-
|
|
25492
|
-
|
|
25493
|
-
|
|
25494
|
-
|
|
25495
|
-
|
|
25496
|
-
|
|
25497
|
-
|
|
25498
|
-
|
|
25499
|
-
|
|
25500
|
-
|
|
25501
|
-
|
|
25502
|
-
|
|
25503
|
-
|
|
25504
|
-
|
|
25505
|
-
|
|
25506
|
-
|
|
25507
|
-
|
|
25508
|
-
|
|
25509
|
-
|
|
25510
|
-
|
|
25511
|
-
|
|
25512
|
-
|
|
25513
|
-
|
|
25514
|
-
|
|
25515
|
-
|
|
25516
|
-
|
|
25517
|
-
|
|
25518
|
-
|
|
25519
|
-
|
|
25520
|
-
|
|
25521
|
-
},
|
|
25522
|
-
|
|
25523
|
-
|
|
25524
|
-
|
|
25525
|
-
|
|
25526
|
-
|
|
25527
|
-
|
|
25528
|
-
|
|
25249
|
+
const c9 = [
|
|
25250
|
+
{
|
|
25251
|
+
id: "overview",
|
|
25252
|
+
label: "Overview",
|
|
25253
|
+
type: "link",
|
|
25254
|
+
icon: /* @__PURE__ */ Q(w5, { name: "trends" }),
|
|
25255
|
+
hrefOptions: { href: on.Root.Overview.Root }
|
|
25256
|
+
},
|
|
25257
|
+
{
|
|
25258
|
+
id: "oversight",
|
|
25259
|
+
label: "Oversight",
|
|
25260
|
+
type: "menu",
|
|
25261
|
+
icon: /* @__PURE__ */ Q(w5, { name: "oversight" }),
|
|
25262
|
+
children: [
|
|
25263
|
+
{
|
|
25264
|
+
id: "oversight_systemAlerts",
|
|
25265
|
+
label: "System Alerts",
|
|
25266
|
+
type: "link",
|
|
25267
|
+
hrefOptions: { href: on.Oversight.SystemAlerts }
|
|
25268
|
+
},
|
|
25269
|
+
{
|
|
25270
|
+
id: "oversight_observability",
|
|
25271
|
+
label: "Observability",
|
|
25272
|
+
type: "menu",
|
|
25273
|
+
children: [
|
|
25274
|
+
{
|
|
25275
|
+
id: "oversight_observability_traceActivity",
|
|
25276
|
+
label: "Trace Activity",
|
|
25277
|
+
type: "link",
|
|
25278
|
+
hrefOptions: { href: on.Oversight.Observability.List }
|
|
25279
|
+
},
|
|
25280
|
+
{
|
|
25281
|
+
id: "oversight_observability_traceConfigurations",
|
|
25282
|
+
label: "Trace Configurations",
|
|
25283
|
+
type: "link",
|
|
25284
|
+
hrefOptions: { href: on.Oversight.Observability.Requests }
|
|
25285
|
+
}
|
|
25286
|
+
]
|
|
25287
|
+
},
|
|
25288
|
+
{
|
|
25289
|
+
id: "oversight_privacy",
|
|
25290
|
+
label: "Privacy",
|
|
25291
|
+
type: "menu",
|
|
25292
|
+
children: [
|
|
25293
|
+
{
|
|
25294
|
+
id: "oversight_privacy_dsrs",
|
|
25295
|
+
label: "DSRs",
|
|
25296
|
+
type: "link",
|
|
25297
|
+
hrefOptions: { href: on.Oversight.DSR }
|
|
25298
|
+
},
|
|
25299
|
+
{
|
|
25300
|
+
id: "oversight_privacy_privacySettings",
|
|
25301
|
+
label: "Trace Configurations",
|
|
25302
|
+
type: "link",
|
|
25303
|
+
hrefOptions: { href: on.Oversight.PrivacySettings }
|
|
25304
|
+
}
|
|
25305
|
+
]
|
|
25306
|
+
}
|
|
25307
|
+
]
|
|
25308
|
+
},
|
|
25309
|
+
{
|
|
25310
|
+
id: "customer360",
|
|
25311
|
+
label: "Customer 360",
|
|
25312
|
+
type: "menu",
|
|
25313
|
+
icon: /* @__PURE__ */ Q(w5, { name: "C360" }),
|
|
25314
|
+
children: [
|
|
25315
|
+
{
|
|
25316
|
+
id: "customer360_userProfiles",
|
|
25317
|
+
label: "User Profiles",
|
|
25318
|
+
type: "link",
|
|
25319
|
+
hrefOptions: { href: on.Customer360.UserProfile }
|
|
25320
|
+
},
|
|
25321
|
+
{
|
|
25322
|
+
id: "customer360_groupIdentity",
|
|
25323
|
+
label: "Group Identity",
|
|
25324
|
+
type: "link",
|
|
25325
|
+
hrefOptions: { href: on.Customer360.Identity.GroupIdentities }
|
|
25326
|
+
},
|
|
25327
|
+
{
|
|
25328
|
+
id: "customer360_enrichment",
|
|
25329
|
+
label: "Enrichment",
|
|
25330
|
+
type: "menu",
|
|
25331
|
+
children: [
|
|
25332
|
+
{
|
|
25333
|
+
id: "customer360_enrichment_calculatedAttributes",
|
|
25334
|
+
label: "Calculated Attributes",
|
|
25335
|
+
type: "link",
|
|
25336
|
+
hrefOptions: { href: on.Customer360.Enrichment.CalculatedAttributes }
|
|
25337
|
+
},
|
|
25338
|
+
{
|
|
25339
|
+
id: "customer360_enrichment_predictiveAttributes",
|
|
25340
|
+
label: "Predictive Attributes",
|
|
25341
|
+
type: "link",
|
|
25342
|
+
hrefOptions: { href: on.Customer360.Enrichment.PredictiveAttributes }
|
|
25343
|
+
}
|
|
25344
|
+
]
|
|
25345
|
+
}
|
|
25346
|
+
]
|
|
25347
|
+
},
|
|
25348
|
+
{
|
|
25349
|
+
id: "dataPlatform",
|
|
25350
|
+
label: "DataPlatform",
|
|
25351
|
+
type: "menu",
|
|
25352
|
+
icon: /* @__PURE__ */ Q(w5, { name: "dataPlatform" }),
|
|
25353
|
+
children: [
|
|
25354
|
+
{
|
|
25355
|
+
id: "dataPlatform_trends",
|
|
25356
|
+
label: "Trends",
|
|
25357
|
+
type: "link",
|
|
25358
|
+
hrefOptions: { href: on.DataPlatform.Trends }
|
|
25359
|
+
},
|
|
25360
|
+
{
|
|
25361
|
+
id: "dataPlatform_setup",
|
|
25362
|
+
label: "Setup",
|
|
25363
|
+
type: "menu",
|
|
25364
|
+
children: [
|
|
25365
|
+
{
|
|
25366
|
+
id: "dataPlatform_setup_connections",
|
|
25367
|
+
label: "Connections",
|
|
25368
|
+
type: "link",
|
|
25369
|
+
hrefOptions: { href: on.DataPlatform.Setup.Connections }
|
|
25370
|
+
},
|
|
25371
|
+
{
|
|
25372
|
+
id: "dataPlatform_setup_inputs",
|
|
25373
|
+
label: "Inputs",
|
|
25374
|
+
type: "link",
|
|
25375
|
+
hrefOptions: { href: on.DataPlatform.Setup.Inputs.Apps }
|
|
25376
|
+
},
|
|
25377
|
+
{
|
|
25378
|
+
id: "dataPlatform_setup_outputs",
|
|
25379
|
+
label: "Outputs",
|
|
25380
|
+
type: "link",
|
|
25381
|
+
hrefOptions: { href: on.DataPlatform.Setup.Outputs.Event }
|
|
25382
|
+
},
|
|
25383
|
+
{
|
|
25384
|
+
id: "dataPlatform_setup_directory",
|
|
25385
|
+
label: "Directory",
|
|
25386
|
+
type: "link",
|
|
25387
|
+
hrefOptions: { href: on.DataPlatform.Setup.Directory.Listing }
|
|
25388
|
+
}
|
|
25389
|
+
]
|
|
25390
|
+
},
|
|
25391
|
+
{
|
|
25392
|
+
id: "dataPlatform_liveStream",
|
|
25393
|
+
label: "Live Stream",
|
|
25394
|
+
type: "link",
|
|
25395
|
+
hrefOptions: { href: on.DataPlatform.Livestream }
|
|
25396
|
+
},
|
|
25397
|
+
{
|
|
25398
|
+
id: "dataPlatform_dataCatalog",
|
|
25399
|
+
label: "Data Catalog",
|
|
25400
|
+
type: "link",
|
|
25401
|
+
hrefOptions: { href: on.DataPlatform.DataCatalog }
|
|
25402
|
+
},
|
|
25403
|
+
{
|
|
25404
|
+
id: "dataPlatform_transformations",
|
|
25405
|
+
label: "Transformations",
|
|
25406
|
+
type: "menu",
|
|
25407
|
+
children: [
|
|
25408
|
+
{
|
|
25409
|
+
id: "dataPlatform_transformations_rules",
|
|
25410
|
+
label: "Rules",
|
|
25411
|
+
type: "link",
|
|
25412
|
+
hrefOptions: { href: on.DataPlatform.Transformations.Rules }
|
|
25413
|
+
},
|
|
25414
|
+
{
|
|
25415
|
+
id: "dataPlatform_transformations_plans",
|
|
25416
|
+
label: "Plans",
|
|
25417
|
+
type: "link",
|
|
25418
|
+
hrefOptions: { href: on.DataPlatform.Transformations.Plans }
|
|
25419
|
+
},
|
|
25420
|
+
{
|
|
25421
|
+
id: "dataPlatform_transformations_filters",
|
|
25422
|
+
label: "Filters",
|
|
25423
|
+
type: "menu",
|
|
25424
|
+
children: [
|
|
25425
|
+
{
|
|
25426
|
+
id: "dataPlatform_transformations_filters_platformFilters",
|
|
25427
|
+
label: "Platform Filters",
|
|
25428
|
+
type: "link",
|
|
25429
|
+
hrefOptions: { href: on.DataPlatform.Transformations.Filters.Platform }
|
|
25430
|
+
},
|
|
25431
|
+
{
|
|
25432
|
+
id: "dataPlatform_transformations_filters_feedFilters",
|
|
25433
|
+
label: "Feed Filters",
|
|
25434
|
+
type: "link",
|
|
25435
|
+
hrefOptions: { href: on.DataPlatform.Transformations.Filters.Feed }
|
|
25436
|
+
}
|
|
25437
|
+
]
|
|
25438
|
+
}
|
|
25439
|
+
]
|
|
25440
|
+
},
|
|
25441
|
+
{
|
|
25442
|
+
id: "dataPlatform_eventForwarding",
|
|
25443
|
+
label: "Event Forwarding",
|
|
25444
|
+
type: "link",
|
|
25445
|
+
hrefOptions: { href: on.DataPlatform.EventForwarding }
|
|
25446
|
+
}
|
|
25447
|
+
]
|
|
25448
|
+
},
|
|
25449
|
+
{
|
|
25450
|
+
id: "segmentation",
|
|
25451
|
+
label: "Segmentation",
|
|
25452
|
+
type: "menu",
|
|
25453
|
+
icon: /* @__PURE__ */ Q(w5, { name: "segmentation" }),
|
|
25454
|
+
children: [
|
|
25455
|
+
{
|
|
25456
|
+
id: "segmentation_journeys",
|
|
25457
|
+
label: "Journeys",
|
|
25458
|
+
type: "link",
|
|
25459
|
+
hrefOptions: { href: on.Segmentation.Journeys }
|
|
25460
|
+
},
|
|
25461
|
+
{
|
|
25462
|
+
id: "segmentation_audiences",
|
|
25463
|
+
label: "Audiences",
|
|
25464
|
+
type: "menu",
|
|
25465
|
+
children: [
|
|
25466
|
+
{
|
|
25467
|
+
id: "segmentation_audiences_standard",
|
|
25468
|
+
label: "Standard",
|
|
25469
|
+
type: "link",
|
|
25470
|
+
hrefOptions: { href: on.Segmentation.Audiences.Standard }
|
|
25471
|
+
},
|
|
25472
|
+
{
|
|
25473
|
+
id: "segmentation_audiences_shared",
|
|
25474
|
+
label: "Shared",
|
|
25475
|
+
type: "link",
|
|
25476
|
+
hrefOptions: { href: on.Segmentation.Audiences.Shared }
|
|
25477
|
+
},
|
|
25478
|
+
{
|
|
25479
|
+
id: "segmentation_audiences_realTime",
|
|
25480
|
+
label: "Real-time",
|
|
25481
|
+
type: "link",
|
|
25482
|
+
hrefOptions: { href: on.Segmentation.Audiences.RealTime }
|
|
25483
|
+
}
|
|
25484
|
+
]
|
|
25485
|
+
}
|
|
25486
|
+
]
|
|
25487
|
+
},
|
|
25488
|
+
{
|
|
25489
|
+
id: "analytics",
|
|
25490
|
+
label: "Analytics",
|
|
25491
|
+
type: "menu",
|
|
25492
|
+
icon: /* @__PURE__ */ Q(w5, { name: "analytics" }),
|
|
25493
|
+
children: [
|
|
25494
|
+
{
|
|
25495
|
+
id: "analytics_myHub",
|
|
25496
|
+
label: "My Hub",
|
|
25497
|
+
type: "link",
|
|
25498
|
+
visible: !x9.isMobile(),
|
|
25499
|
+
hrefOptions: { href: on.Analytics.MyHub }
|
|
25500
|
+
},
|
|
25501
|
+
{
|
|
25502
|
+
id: "analytics_saved",
|
|
25503
|
+
label: "Saved",
|
|
25504
|
+
type: "link",
|
|
25505
|
+
hrefOptions: { href: on.Analytics.Saved }
|
|
25506
|
+
},
|
|
25507
|
+
{
|
|
25508
|
+
id: "analytics_data",
|
|
25509
|
+
label: "Data",
|
|
25510
|
+
type: "link",
|
|
25511
|
+
visible: !x9.isMobile(),
|
|
25512
|
+
hrefOptions: { href: on.Analytics.Data }
|
|
25513
|
+
},
|
|
25514
|
+
{
|
|
25515
|
+
id: "analytics_favorites",
|
|
25516
|
+
label: "Favorites",
|
|
25517
|
+
type: "link",
|
|
25518
|
+
hrefOptions: { href: on.Analytics.Favorites }
|
|
25519
|
+
}
|
|
25520
|
+
]
|
|
25521
|
+
},
|
|
25522
|
+
{
|
|
25523
|
+
id: "predictions",
|
|
25524
|
+
label: "Predictions",
|
|
25525
|
+
icon: /* @__PURE__ */ Q(w5, { name: "predictions" }),
|
|
25526
|
+
type: "link",
|
|
25527
|
+
hrefOptions: { href: "" }
|
|
25528
|
+
}
|
|
25529
25529
|
];
|
|
25530
|
-
class
|
|
25530
|
+
class GG {
|
|
25531
25531
|
static get navigationItems() {
|
|
25532
25532
|
return c9;
|
|
25533
25533
|
}
|
|
@@ -25559,7 +25559,7 @@ class JG {
|
|
|
25559
25559
|
this.traverseItems(c9, h);
|
|
25560
25560
|
}
|
|
25561
25561
|
}
|
|
25562
|
-
class
|
|
25562
|
+
class yW {
|
|
25563
25563
|
static loadMParticleConfig(h = "") {
|
|
25564
25564
|
return eo(this, null, function* () {
|
|
25565
25565
|
if (window.mParticleConfig)
|
|
@@ -25576,37 +25576,37 @@ class RW {
|
|
|
25576
25576
|
}
|
|
25577
25577
|
static initialize(h = "") {
|
|
25578
25578
|
return eo(this, null, function* () {
|
|
25579
|
-
yield this.loadMParticleConfig(h), yield OG(), Oy.initialize(),
|
|
25579
|
+
yield this.loadMParticleConfig(h), yield OG(), Oy.initialize(), GG.initialize();
|
|
25580
25580
|
});
|
|
25581
25581
|
}
|
|
25582
25582
|
}
|
|
25583
25583
|
export {
|
|
25584
|
-
|
|
25584
|
+
mW as Affix,
|
|
25585
25585
|
QH as Alert,
|
|
25586
25586
|
XH as Anchor,
|
|
25587
|
-
|
|
25587
|
+
aW as AutoComplete,
|
|
25588
25588
|
$g as Avatar,
|
|
25589
25589
|
zg as Badge,
|
|
25590
25590
|
JH as Breadcrumb,
|
|
25591
25591
|
Yl as Button,
|
|
25592
25592
|
BH as Calendar,
|
|
25593
25593
|
Bg as Card,
|
|
25594
|
-
|
|
25594
|
+
oW as Carousel,
|
|
25595
25595
|
yd as Cascader,
|
|
25596
25596
|
Li as Center,
|
|
25597
25597
|
rd as ChartAxisStyle,
|
|
25598
|
-
|
|
25599
|
-
|
|
25598
|
+
gW as ChartColors,
|
|
25599
|
+
CW as ChartConfig,
|
|
25600
25600
|
RL as Checkbox,
|
|
25601
|
-
|
|
25601
|
+
TW as Col,
|
|
25602
25602
|
UH as Collapse,
|
|
25603
|
-
|
|
25603
|
+
tW as ColorPicker,
|
|
25604
25604
|
AG as CompositeUserPreferencesService,
|
|
25605
25605
|
jn as ConfigProvider,
|
|
25606
25606
|
nu as DatePicker,
|
|
25607
25607
|
YH as Descriptions,
|
|
25608
|
-
|
|
25609
|
-
|
|
25608
|
+
vW as Divider,
|
|
25609
|
+
fW as Drawer,
|
|
25610
25610
|
qH as Dropdown,
|
|
25611
25611
|
$9 as Empty,
|
|
25612
25612
|
Kl as Flex,
|
|
@@ -25614,44 +25614,44 @@ export {
|
|
|
25614
25614
|
tu as Form,
|
|
25615
25615
|
$V as GlobalNavWidth,
|
|
25616
25616
|
FV as GlobalNavigation,
|
|
25617
|
-
|
|
25618
|
-
|
|
25617
|
+
wW as Grid,
|
|
25618
|
+
w5 as Icon,
|
|
25619
25619
|
WH as Image,
|
|
25620
|
-
|
|
25620
|
+
yW as InitializationService,
|
|
25621
25621
|
Ql as Input,
|
|
25622
25622
|
kL as InputNumber,
|
|
25623
25623
|
Gs as Layout,
|
|
25624
25624
|
Fg as List,
|
|
25625
|
-
|
|
25625
|
+
dW as LoadingModal,
|
|
25626
25626
|
kg as Mentions,
|
|
25627
25627
|
Qs as Menu,
|
|
25628
25628
|
Wo as Message,
|
|
25629
25629
|
Go as Modal,
|
|
25630
25630
|
ZG as NavigationItemId,
|
|
25631
|
-
|
|
25631
|
+
GG as NavigationItemsService,
|
|
25632
25632
|
e3 as Notification,
|
|
25633
25633
|
zV as NotificationCenterZIndex,
|
|
25634
|
-
|
|
25635
|
-
|
|
25634
|
+
hW as Pagination,
|
|
25635
|
+
cW as Popconfirm,
|
|
25636
25636
|
F9 as Popover,
|
|
25637
|
-
|
|
25638
|
-
|
|
25637
|
+
uW as Progress,
|
|
25638
|
+
lW as QRCode,
|
|
25639
25639
|
bd as QueryItem,
|
|
25640
25640
|
Ng as Radio,
|
|
25641
|
-
|
|
25641
|
+
eW as Rate,
|
|
25642
25642
|
Rd as Result,
|
|
25643
25643
|
Oy as RoutesAuthorizationsService,
|
|
25644
|
-
|
|
25645
|
-
|
|
25644
|
+
bW as Row,
|
|
25645
|
+
iW as Segmented,
|
|
25646
25646
|
O9 as Select,
|
|
25647
25647
|
ru as Skeleton,
|
|
25648
|
-
|
|
25648
|
+
nW as Slider,
|
|
25649
25649
|
j9 as Space,
|
|
25650
25650
|
jg as Spin,
|
|
25651
25651
|
GH as Statistic,
|
|
25652
|
-
|
|
25652
|
+
pW as Steps,
|
|
25653
25653
|
oI as SuiteLogo,
|
|
25654
|
-
|
|
25654
|
+
rW as Switch,
|
|
25655
25655
|
Jl as Table,
|
|
25656
25656
|
$H as Tabs,
|
|
25657
25657
|
FH as Tag,
|
|
@@ -25669,8 +25669,8 @@ export {
|
|
|
25669
25669
|
Zs as UserPreferenceScopeType,
|
|
25670
25670
|
MG as UserPreferencesService,
|
|
25671
25671
|
x9 as Utils,
|
|
25672
|
-
|
|
25673
|
-
|
|
25674
|
-
|
|
25672
|
+
sW as Watermark,
|
|
25673
|
+
_W as message,
|
|
25674
|
+
RW as notification,
|
|
25675
25675
|
IV as useNewExperienceReminder
|
|
25676
25676
|
};
|