@simoncomputing/mui-bueno-v2 0.34.2 → 0.35.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/CHANGELOG.md +7 -0
- package/dist/components/Blockquote/Blockquote.d.ts +8 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.es.js +198 -176
- package/dist/index.umd.js +21 -21
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import './index.css';var g3 = Object.defineProperty;
|
|
2
2
|
var y3 = (t, e, n) => e in t ? g3(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n;
|
|
3
3
|
var Dc = (t, e, n) => y3(t, typeof e != "symbol" ? e + "" : e, n);
|
|
4
|
-
import { createTheme as b3, Box as
|
|
4
|
+
import { createTheme as b3, Box as Pe, Typography as Xe, InputLabel as nv, FormControl as fi, Autocomplete as rv, TextField as ec, FormControlLabel as Ih, Checkbox as ov, FormLabel as JO, Button as Rn, styled as XO, Card as Ma, CardContent as jb, IconButton as Wn, Radio as v3, FormHelperText as x3, RadioGroup as w3, Slider as S3, MenuItem as Dh, ListItemIcon as iv, Select as C3, Switch as T3, InputAdornment as k3, useMediaQuery as Fs, useTheme as Xn, Paper as Va, List as ZO, ListItem as Kf, ListItemButton as E3, Collapse as VS, TableRow as Gc, TableCell as Jc, CircularProgress as sv, Tooltip as No, Divider as vs, TableContainer as O3, Table as M3, TableHead as _3, TableBody as R3, TablePagination as I3, Popper as av, Link as lv, DialogActions as vp, Dialog as D3, DialogTitle as A3, DialogContent as P3, DialogContentText as N3, Badge as $3, Stack as L3, useScrollTrigger as F3, Zoom as B3, Fab as V3, Menu as z3, ListItemText as QO, Stepper as H3, Step as W3, StepLabel as j3, Chip as U3, Drawer as q3, MenuList as K3, Tabs as Y3, Tab as G3, AppBar as J3, Toolbar as X3, Breadcrumbs as Z3, Snackbar as Q3, AlertTitle as eV } from "@mui/material";
|
|
5
5
|
import { jsx as v, jsxs as Z, Fragment as Fn } from "react/jsx-runtime";
|
|
6
6
|
import * as D from "react";
|
|
7
7
|
import He, { useContext as Xu, createContext as tc, useCallback as pr, useMemo as Jr, isValidElement as Yf, cloneElement as Gf, Children as tV, useRef as Gt, useLayoutEffect as eM, useEffect as At, useState as ft, forwardRef as Ah, Component as nV, useDebugValue as tM, createRef as rV, memo as oV, createElement as iV, version as zS, useImperativeHandle as nM } from "react";
|
|
@@ -4964,7 +4964,7 @@ process.env.NODE_ENV !== "production" && (Sp.propTypes = {
|
|
|
4964
4964
|
viewBox: c.string
|
|
4965
4965
|
});
|
|
4966
4966
|
Sp.muiName = "SvgIcon";
|
|
4967
|
-
function
|
|
4967
|
+
function Ne(t, e) {
|
|
4968
4968
|
function n(r, o) {
|
|
4969
4969
|
return /* @__PURE__ */ v(Sp, {
|
|
4970
4970
|
"data-testid": `${e}Icon`,
|
|
@@ -5019,10 +5019,10 @@ function h6(t, e) {
|
|
|
5019
5019
|
}
|
|
5020
5020
|
};
|
|
5021
5021
|
}
|
|
5022
|
-
const GM =
|
|
5022
|
+
const GM = Ne(/* @__PURE__ */ v("path", {
|
|
5023
5023
|
d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m1 15h-2v-2h2zm0-4h-2V7h2z"
|
|
5024
5024
|
}), "Error"), JM = ({ icon: t, offset: e = ".2rem", ...n }) => /* @__PURE__ */ v(
|
|
5025
|
-
|
|
5025
|
+
Pe,
|
|
5026
5026
|
{
|
|
5027
5027
|
component: "span",
|
|
5028
5028
|
sx: {
|
|
@@ -28148,7 +28148,7 @@ process.env.NODE_ENV !== "production" && (FR.propTypes = {
|
|
|
28148
28148
|
*/
|
|
28149
28149
|
variant: c.oneOf(["standard", "outlined", "filled"])
|
|
28150
28150
|
});
|
|
28151
|
-
const fJ =
|
|
28151
|
+
const fJ = Ne(/* @__PURE__ */ v("path", {
|
|
28152
28152
|
d: "M7 10l5 5 5-5z"
|
|
28153
28153
|
}), "ArrowDropDown"), pJ = (t) => {
|
|
28154
28154
|
const {
|
|
@@ -28972,7 +28972,7 @@ const Mf = nn("ColorPicker", [
|
|
|
28972
28972
|
"gradientPicker",
|
|
28973
28973
|
"colorTextInput",
|
|
28974
28974
|
"swatchContainer"
|
|
28975
|
-
]), YR =
|
|
28975
|
+
]), YR = Ne(/* @__PURE__ */ v("path", {
|
|
28976
28976
|
d: "M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"
|
|
28977
28977
|
}), "Check"), Hy = nn("ColorSwatchButton", [
|
|
28978
28978
|
"root",
|
|
@@ -32152,7 +32152,7 @@ function Tt(t) {
|
|
|
32152
32152
|
const e = it({ props: t, name: v1 }), { tooltipLabel: n, tooltipShortcutKeys: r, IconComponent: o, buttonRef: i, children: s, className: a, classes: l = {}, sx: u, ...f } = e;
|
|
32153
32153
|
return v(BX, { className: ge([Mk.root, a, l.root]), sx: u, children: v(vm, { label: n, shortcutKeys: r, children: v(iI, { ref: i, size: "small", value: n, "aria-label": n, ...f, children: s ?? (o && v(VX, { as: o, className: ge([Mk.icon, l.icon]) })) }) }) });
|
|
32154
32154
|
}
|
|
32155
|
-
const zX =
|
|
32155
|
+
const zX = Ne(/* @__PURE__ */ v("path", {
|
|
32156
32156
|
d: "M19 7v2.99s-1.99.01-2 0V7h-3s.01-1.99 0-2h3V2h2v3h3v2zm-3 4V8h-3V5H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-8zM5 19l3-4 2 3 3-4 4 5z"
|
|
32157
32157
|
}), "AddPhotoAlternate");
|
|
32158
32158
|
function HX({ ...t }) {
|
|
@@ -32161,51 +32161,51 @@ function HX({ ...t }) {
|
|
|
32161
32161
|
// added to the editor currently)
|
|
32162
32162
|
!e.can().setImage({ src: "http://example.com" }), ...t });
|
|
32163
32163
|
}
|
|
32164
|
-
const WX =
|
|
32164
|
+
const WX = Ne(
|
|
32165
32165
|
// From https://boxicons.com/ (https://github.com/atisawd/boxicons)
|
|
32166
32166
|
Z(Fn, { children: [v("path", { d: "M20 3H4c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zM4 19V7h16l.002 12H4z" }), v("path", { d: "M9.293 9.293 5.586 13l3.707 3.707 1.414-1.414L8.414 13l2.293-2.293zm5.414 0-1.414 1.414L15.586 13l-2.293 2.293 1.414 1.414L18.414 13z" })] }),
|
|
32167
32167
|
"CodeBlock"
|
|
32168
|
-
), jX =
|
|
32168
|
+
), jX = Ne(
|
|
32169
32169
|
// From https://remixicon.com/ (https://github.com/Remix-Design/RemixIcon)
|
|
32170
32170
|
v("path", { d: "M12 3C12.5523 3 13 3.44772 13 4L12.9998 11.9998C13.8355 11.372 14.8743 11 16 11C18.7614 11 21 13.2386 21 16C21 18.7614 18.7614 21 16 21C14.9681 21 14.0092 20.6874 13.2129 20.1518L13 20C13 20.5523 12.5523 21 12 21H6C5.44772 21 5 20.5523 5 20V4C5 3.44772 5.44772 3 6 3H12ZM11 5H7V19H11V5ZM19 15H13V17H19V15Z" }),
|
|
32171
32171
|
"DeleteColumn"
|
|
32172
|
-
), UX =
|
|
32172
|
+
), UX = Ne(
|
|
32173
32173
|
// From https://remixicon.com/ (https://github.com/Remix-Design/RemixIcon)
|
|
32174
32174
|
v("path", { d: "M20 5C20.5523 5 21 5.44772 21 6V12C21 12.5523 20.5523 13 20 13C20.628 13.8355 21 14.8743 21 16C21 18.7614 18.7614 21 16 21C13.2386 21 11 18.7614 11 16C11 14.8743 11.372 13.8355 11.9998 12.9998L4 13C3.44772 13 3 12.5523 3 12V6C3 5.44772 3.44772 5 4 5H20ZM13 15V17H19V15H13ZM19 7H5V11H19V7Z" }),
|
|
32175
32175
|
"DeleteRow"
|
|
32176
|
-
), qX =
|
|
32176
|
+
), qX = Ne(v("path", { d: "M 2 20 h 20 v 4 H 2 v -4 z" }), "FormatColorBar"), KX = Ne(v("path", { d: "M 5.49 17 h 2.42 l 1.27 -3.58 h 5.65 L 16.09 17 h 2.42 L 13.25 3 h -2.5 L 5.49 17 z m 4.42 -5.61 l 2.03 -5.79 h 0.12 l 2.03 5.79 H 9.91 z" }), "FormatColorTextNoBar"), YX = Ne(v("path", { d: "M 10.6 8 l 5.4 5.425 l -4 4 q -0.6 0.6 -1.413 0.6 t -1.412 -0.6 L 8.5 18 h -5 l 3.15 -3.125 q -0.6 -0.6 -0.625 -1.438 T 6.6 12 l 4 -4 Z M 12 6.575 L 16 2.6 q 0.6 -0.6 1.413 -0.6 t 1.412 0.6 l 2.6 2.575 q 0.6 0.6 0.6 1.413 T 21.425 8 l -4 4 L 12 6.575 Z" }), "FormatInkHighlighterNoBar"), GX = Ne(
|
|
32177
32177
|
// From https://remixicon.com/ (https://github.com/Remix-Design/RemixIcon)
|
|
32178
32178
|
v("path", { d: "M20 3C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H14C13.4477 21 13 20.5523 13 20V4C13 3.44772 13.4477 3 14 3H20ZM19 5H15V19H19V5ZM6 7C8.76142 7 11 9.23858 11 12C11 14.7614 8.76142 17 6 17C3.23858 17 1 14.7614 1 12C1 9.23858 3.23858 7 6 7ZM7 9H5V10.999L3 11V13L5 12.999V15H7V12.999L9 13V11L7 10.999V9Z" }),
|
|
32179
32179
|
"InsertColumnLeft"
|
|
32180
|
-
), JX =
|
|
32180
|
+
), JX = Ne(
|
|
32181
32181
|
// From https://remixicon.com/ (https://github.com/Remix-Design/RemixIcon)
|
|
32182
32182
|
v("path", { d: "M10 3C10.5523 3 11 3.44772 11 4V20C11 20.5523 10.5523 21 10 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3H10ZM9 5H5V19H9V5ZM18 7C20.7614 7 23 9.23858 23 12C23 14.7614 20.7614 17 18 17C15.2386 17 13 14.7614 13 12C13 9.23858 15.2386 7 18 7ZM19 9H17V10.999L15 11V13L17 12.999V15H19V12.999L21 13V11L19 10.999V9Z" }),
|
|
32183
32183
|
"InsertColumnRight"
|
|
32184
|
-
), XX =
|
|
32184
|
+
), XX = Ne(
|
|
32185
32185
|
// From https://remixicon.com/ (https://github.com/Remix-Design/RemixIcon)
|
|
32186
32186
|
v("path", { d: "M12 13C14.7614 13 17 15.2386 17 18C17 20.7614 14.7614 23 12 23C9.23858 23 7 20.7614 7 18C7 15.2386 9.23858 13 12 13ZM13 15H11V16.999L9 17V19L11 18.999V21H13V18.999L15 19V17L13 16.999V15ZM20 3C20.5523 3 21 3.44772 21 4V10C21 10.5523 20.5523 11 20 11H4C3.44772 11 3 10.5523 3 10V4C3 3.44772 3.44772 3 4 3H20ZM5 5V9H19V5H5Z" }),
|
|
32187
32187
|
"InsertRowBottom"
|
|
32188
|
-
), ZX =
|
|
32188
|
+
), ZX = Ne(
|
|
32189
32189
|
// From https://remixicon.com/ (https://github.com/Remix-Design/RemixIcon)
|
|
32190
32190
|
v("path", { d: "M20 13C20.5523 13 21 13.4477 21 14V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V14C3 13.4477 3.44772 13 4 13H20ZM19 15H5V19H19V15ZM12 1C14.7614 1 17 3.23858 17 6C17 8.76142 14.7614 11 12 11C9.23858 11 7 8.76142 7 6C7 3.23858 9.23858 1 12 1ZM13 3H11V4.999L9 5V7L11 6.999V9H13V6.999L15 7V5L13 4.999V3Z" }),
|
|
32191
32191
|
"InsertRowTop"
|
|
32192
|
-
), QX =
|
|
32192
|
+
), QX = Ne(
|
|
32193
32193
|
// From https://remixicon.com/ (https://github.com/Remix-Design/RemixIcon)
|
|
32194
32194
|
v("path", { d: "M12 5V19H19V5H12ZM4 3H20C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3Z" }),
|
|
32195
32195
|
"LayoutColumnFill"
|
|
32196
|
-
), eZ =
|
|
32196
|
+
), eZ = Ne(
|
|
32197
32197
|
// From https://remixicon.com/ (https://github.com/Remix-Design/RemixIcon)
|
|
32198
32198
|
v("path", { d: "M19 12H5V19H19V12ZM4 3H20C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3Z" }),
|
|
32199
32199
|
"LayoutRowFill"
|
|
32200
|
-
), tZ =
|
|
32200
|
+
), tZ = Ne(
|
|
32201
32201
|
// From https://remixicon.com/ (https://github.com/Remix-Design/RemixIcon)
|
|
32202
32202
|
v("path", { d: "M20 3C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3H20ZM11 5H5V10.999H7V9L10 12L7 15V13H5V19H11V17H13V19H19V13H17V15L14 12L17 9V10.999H19V5H13V7H11V5ZM13 13V15H11V13H13ZM13 9V11H11V9H13Z" }),
|
|
32203
32203
|
"MergeCellsHorizontal"
|
|
32204
|
-
), nZ =
|
|
32204
|
+
), nZ = Ne(
|
|
32205
32205
|
// From https://remixicon.com/ (https://github.com/Remix-Design/RemixIcon)
|
|
32206
32206
|
v("path", { d: "M20 3C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3H20ZM11 5H5V19H11V15H13V19H19V5H13V9H11V5ZM15 9L18 12L15 15V13H9V15L6 12L9 9V11H15V9Z" }),
|
|
32207
32207
|
"SplitCellsHorizontal"
|
|
32208
|
-
), rZ =
|
|
32208
|
+
), rZ = Ne(
|
|
32209
32209
|
// From https://boxicons.com/ (https://github.com/atisawd/boxicons)
|
|
32210
32210
|
v("path", { d: "M4 21h15.893c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2H4c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2zm0-2v-5h4v5H4zM14 7v5h-4V7h4zM8 7v5H4V7h4zm2 12v-5h4v5h-4zm6 0v-5h3.894v5H16zm3.893-7H16V7h3.893v5z" }),
|
|
32211
32211
|
"Table"
|
|
@@ -32214,15 +32214,15 @@ function oZ(t) {
|
|
|
32214
32214
|
const e = Mt();
|
|
32215
32215
|
return v(Tt, { tooltipLabel: "Insert table", IconComponent: rZ, disabled: !(e != null && e.isEditable) || !e.can().insertTable(), onClick: () => e == null ? void 0 : e.chain().focus().insertTable({ rows: 3, cols: 3, withHeaderRow: !0 }).run(), ...t });
|
|
32216
32216
|
}
|
|
32217
|
-
const iZ =
|
|
32217
|
+
const iZ = Ne(/* @__PURE__ */ v("path", {
|
|
32218
32218
|
d: "M7 15v2h10v-2zm-4 6h18v-2H3zm0-8h18v-2H3zm4-6v2h10V7zM3 3v2h18V3z"
|
|
32219
|
-
}), "FormatAlignCenter"), sZ =
|
|
32219
|
+
}), "FormatAlignCenter"), sZ = Ne(/* @__PURE__ */ v("path", {
|
|
32220
32220
|
d: "M3 21h18v-2H3zm0-4h18v-2H3zm0-4h18v-2H3zm0-4h18V7H3zm0-6v2h18V3z"
|
|
32221
|
-
}), "FormatAlignJustify"), aZ =
|
|
32221
|
+
}), "FormatAlignJustify"), aZ = Ne(/* @__PURE__ */ v("path", {
|
|
32222
32222
|
d: "M15 15H3v2h12zm0-8H3v2h12zM3 13h18v-2H3zm0 8h18v-2H3zM3 3v2h18V3z"
|
|
32223
|
-
}), "FormatAlignLeft"), lZ =
|
|
32223
|
+
}), "FormatAlignLeft"), lZ = Ne(/* @__PURE__ */ v("path", {
|
|
32224
32224
|
d: "M3 21h18v-2H3zm6-4h12v-2H9zm-6-4h18v-2H3zm6-4h12V7H9zM3 3v2h18V3z"
|
|
32225
|
-
}), "FormatAlignRight"), cZ =
|
|
32225
|
+
}), "FormatAlignRight"), cZ = Ne(/* @__PURE__ */ v("path", {
|
|
32226
32226
|
d: "M6 17h3l2-4V7H5v6h3zm8 0h3l2-4V7h-6v6h3z"
|
|
32227
32227
|
}), "FormatQuote");
|
|
32228
32228
|
function uZ(t) {
|
|
@@ -32230,7 +32230,7 @@ function uZ(t) {
|
|
|
32230
32230
|
const n = Mt();
|
|
32231
32231
|
return v(Tt, { tooltipLabel: "Blockquote", tooltipShortcutKeys: ["mod", "Shift", "B"], IconComponent: cZ, selected: (e = n == null ? void 0 : n.isActive("blockquote")) !== null && e !== void 0 ? e : !1, disabled: !(n != null && n.isEditable) || !n.can().toggleBlockquote(), onClick: () => n == null ? void 0 : n.chain().focus().toggleBlockquote().run(), ...t });
|
|
32232
32232
|
}
|
|
32233
|
-
const dZ =
|
|
32233
|
+
const dZ = Ne(/* @__PURE__ */ v("path", {
|
|
32234
32234
|
d: "M15.6 10.79c.97-.67 1.65-1.77 1.65-2.79 0-2.26-1.75-4-4-4H7v14h7.04c2.09 0 3.71-1.7 3.71-3.79 0-1.52-.86-2.82-2.15-3.42M10 6.5h3c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-3zm3.5 9H10v-3h3.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5"
|
|
32235
32235
|
}), "FormatBold");
|
|
32236
32236
|
function sI(t) {
|
|
@@ -32238,7 +32238,7 @@ function sI(t) {
|
|
|
32238
32238
|
const n = Mt();
|
|
32239
32239
|
return v(Tt, { tooltipLabel: "Bold", tooltipShortcutKeys: ["mod", "B"], IconComponent: dZ, selected: (e = n == null ? void 0 : n.isActive("bold")) !== null && e !== void 0 ? e : !1, disabled: !(n != null && n.isEditable) || !n.can().toggleBold(), onClick: () => n == null ? void 0 : n.chain().focus().toggleBold().run(), ...t });
|
|
32240
32240
|
}
|
|
32241
|
-
const fZ =
|
|
32241
|
+
const fZ = Ne(/* @__PURE__ */ v("path", {
|
|
32242
32242
|
d: "M4 10.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5m0-6c-.83 0-1.5.67-1.5 1.5S3.17 7.5 4 7.5 5.5 6.83 5.5 6 4.83 4.5 4 4.5m0 12c-.83 0-1.5.68-1.5 1.5s.68 1.5 1.5 1.5 1.5-.68 1.5-1.5-.67-1.5-1.5-1.5M7 19h14v-2H7zm0-6h14v-2H7zm0-8v2h14V5z"
|
|
32243
32243
|
}), "FormatListBulleted");
|
|
32244
32244
|
function aI(t) {
|
|
@@ -32246,7 +32246,7 @@ function aI(t) {
|
|
|
32246
32246
|
const n = Mt();
|
|
32247
32247
|
return v(Tt, { tooltipLabel: "Bulleted list", tooltipShortcutKeys: ["mod", "Shift", "8"], IconComponent: fZ, selected: (e = n == null ? void 0 : n.isActive("bulletList")) !== null && e !== void 0 ? e : !1, disabled: !(n != null && n.isEditable) || !n.can().toggleBulletList(), onClick: () => n == null ? void 0 : n.chain().focus().toggleBulletList().run(), ...t });
|
|
32248
32248
|
}
|
|
32249
|
-
const pZ =
|
|
32249
|
+
const pZ = Ne(/* @__PURE__ */ v("path", {
|
|
32250
32250
|
d: "M9.4 16.6 4.8 12l4.6-4.6L8 6l-6 6 6 6zm5.2 0 4.6-4.6-4.6-4.6L16 6l6 6-6 6z"
|
|
32251
32251
|
}), "Code");
|
|
32252
32252
|
function hZ(t) {
|
|
@@ -32305,7 +32305,7 @@ function lI(t) {
|
|
|
32305
32305
|
r(T), g();
|
|
32306
32306
|
}, onCancel: g, swatchColors: o, ColorPickerProps: u, labels: i, ...l })] });
|
|
32307
32307
|
}
|
|
32308
|
-
const xm =
|
|
32308
|
+
const xm = Ne(/* @__PURE__ */ v("path", {
|
|
32309
32309
|
d: "M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1M8 13h8v-2H8zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5"
|
|
32310
32310
|
}), "Link");
|
|
32311
32311
|
function bZ(t) {
|
|
@@ -32335,7 +32335,7 @@ function vZ({ defaultMarkColor: t = "#ffff00", ...e }) {
|
|
|
32335
32335
|
...e.labels
|
|
32336
32336
|
} });
|
|
32337
32337
|
}
|
|
32338
|
-
const xZ =
|
|
32338
|
+
const xZ = Ne(/* @__PURE__ */ v("path", {
|
|
32339
32339
|
fillRule: "evenodd",
|
|
32340
32340
|
d: "M4 11h16v2H4z"
|
|
32341
32341
|
}), "HorizontalRule");
|
|
@@ -32499,14 +32499,14 @@ function AZ({ onUploadFiles: t, inputProps: e, insertImages: n = _0, ...r }) {
|
|
|
32499
32499
|
a.target.files && await s(a.target.files), a.target.value = "";
|
|
32500
32500
|
}, style: { display: "none" }, ...e })] });
|
|
32501
32501
|
}
|
|
32502
|
-
const PZ =
|
|
32502
|
+
const PZ = Ne(/* @__PURE__ */ v("path", {
|
|
32503
32503
|
d: "M3 21h18v-2H3zM3 8v8l4-4zm8 9h10v-2H11zM3 3v2h18V3zm8 6h10V7H11zm0 4h10v-2H11z"
|
|
32504
32504
|
}), "FormatIndentIncrease");
|
|
32505
32505
|
function NZ(t) {
|
|
32506
32506
|
const e = Mt();
|
|
32507
32507
|
return v(Tt, { tooltipLabel: "Indent", tooltipShortcutKeys: ["Tab"], IconComponent: PZ, disabled: !(e != null && e.isEditable) || !e.can().sinkListItem("listItem"), onClick: () => e == null ? void 0 : e.chain().focus().sinkListItem("listItem").run(), ...t });
|
|
32508
32508
|
}
|
|
32509
|
-
const $Z =
|
|
32509
|
+
const $Z = Ne(/* @__PURE__ */ v("path", {
|
|
32510
32510
|
d: "M10 4v3h2.21l-3.42 8H6v3h8v-3h-2.21l3.42-8H18V4z"
|
|
32511
32511
|
}), "FormatItalic");
|
|
32512
32512
|
function dI(t) {
|
|
@@ -32514,7 +32514,7 @@ function dI(t) {
|
|
|
32514
32514
|
const n = Mt();
|
|
32515
32515
|
return v(Tt, { tooltipLabel: "Italic", tooltipShortcutKeys: ["mod", "I"], IconComponent: $Z, selected: (e = n == null ? void 0 : n.isActive("italic")) !== null && e !== void 0 ? e : !1, disabled: !(n != null && n.isEditable) || !n.can().toggleItalic(), onClick: () => n == null ? void 0 : n.chain().focus().toggleItalic().run(), ...t });
|
|
32516
32516
|
}
|
|
32517
|
-
const LZ =
|
|
32517
|
+
const LZ = Ne(/* @__PURE__ */ v("path", {
|
|
32518
32518
|
d: "M2 17h2v.5H3v1h1v.5H2v1h3v-4H2zm1-9h1V4H2v1h1zm-1 3h1.8L2 13.1v.9h3v-1H3.2L5 10.9V10H2zm5-6v2h14V5zm0 14h14v-2H7zm0-6h14v-2H7z"
|
|
32519
32519
|
}), "FormatListNumbered");
|
|
32520
32520
|
function fI(t) {
|
|
@@ -32522,21 +32522,21 @@ function fI(t) {
|
|
|
32522
32522
|
const n = Mt();
|
|
32523
32523
|
return v(Tt, { tooltipLabel: "Ordered list", tooltipShortcutKeys: ["mod", "Shift", "7"], IconComponent: LZ, selected: (e = n == null ? void 0 : n.isActive("orderedList")) !== null && e !== void 0 ? e : !1, disabled: !(n != null && n.isEditable) || !n.can().toggleOrderedList(), onClick: () => n == null ? void 0 : n.chain().focus().toggleOrderedList().run(), ...t });
|
|
32524
32524
|
}
|
|
32525
|
-
const FZ =
|
|
32525
|
+
const FZ = Ne(/* @__PURE__ */ v("path", {
|
|
32526
32526
|
d: "M18.4 10.6C16.55 8.99 14.15 8 11.5 8c-4.65 0-8.58 3.03-9.96 7.22L3.9 16c1.05-3.19 4.05-5.5 7.6-5.5 1.95 0 3.73.72 5.12 1.88L13 16h9V7z"
|
|
32527
32527
|
}), "Redo");
|
|
32528
32528
|
function pI(t) {
|
|
32529
32529
|
const e = Mt();
|
|
32530
32530
|
return v(Tt, { tooltipLabel: "Redo", tooltipShortcutKeys: ["mod", "Shift", "Z"], IconComponent: FZ, disabled: !(e != null && e.isEditable) || !e.can().redo(), onClick: () => e == null ? void 0 : e.chain().focus().redo().run(), ...t });
|
|
32531
32531
|
}
|
|
32532
|
-
const BZ =
|
|
32532
|
+
const BZ = Ne(/* @__PURE__ */ v("path", {
|
|
32533
32533
|
d: "M3.27 5 2 6.27l6.97 6.97L6.5 19h3l1.57-3.66L16.73 21 18 19.73 3.55 5.27zM6 5v.18L8.82 8h2.4l-.72 1.68 2.1 2.1L14.21 8H20V5z"
|
|
32534
32534
|
}), "FormatClear");
|
|
32535
32535
|
function VZ(t) {
|
|
32536
32536
|
const e = Mt();
|
|
32537
32537
|
return v(Tt, { tooltipLabel: "Remove inline formatting", IconComponent: BZ, disabled: !(e != null && e.isEditable) || !e.can().unsetAllMarks(), onClick: () => e == null ? void 0 : e.chain().focus().unsetAllMarks().run(), ...t });
|
|
32538
32538
|
}
|
|
32539
|
-
const zZ =
|
|
32539
|
+
const zZ = Ne(/* @__PURE__ */ v("path", {
|
|
32540
32540
|
d: "M6.85 7.08C6.85 4.37 9.45 3 12.24 3c1.64 0 3 .49 3.9 1.28.77.65 1.46 1.73 1.46 3.24h-3.01c0-.31-.05-.59-.15-.85-.29-.86-1.2-1.28-2.25-1.28-1.86 0-2.34 1.02-2.34 1.7 0 .48.25.88.74 1.21.38.25.77.48 1.41.7H7.39c-.21-.34-.54-.89-.54-1.92M21 12v-2H3v2h9.62c1.15.45 1.96.75 1.96 1.97 0 1-.81 1.67-2.28 1.67-1.54 0-2.93-.54-2.93-2.51H6.4c0 .55.08 1.13.24 1.58.81 2.29 3.29 3.3 5.67 3.3 2.27 0 5.3-.89 5.3-4.05 0-.3-.01-1.16-.48-1.94H21z"
|
|
32541
32541
|
}), "StrikethroughS");
|
|
32542
32542
|
function HZ(t) {
|
|
@@ -32544,7 +32544,7 @@ function HZ(t) {
|
|
|
32544
32544
|
const n = Mt();
|
|
32545
32545
|
return v(Tt, { tooltipLabel: "Strikethrough", tooltipShortcutKeys: ["mod", "Shift", "S"], IconComponent: zZ, selected: (e = n == null ? void 0 : n.isActive("strike")) !== null && e !== void 0 ? e : !1, disabled: !(n != null && n.isEditable) || !n.can().toggleStrike(), onClick: () => n == null ? void 0 : n.chain().focus().toggleStrike().run(), ...t });
|
|
32546
32546
|
}
|
|
32547
|
-
const WZ =
|
|
32547
|
+
const WZ = Ne(/* @__PURE__ */ v("path", {
|
|
32548
32548
|
d: "M22 18h-2v1h3v1h-4v-2c0-.55.45-1 1-1h2v-1h-3v-1h3c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1M5.88 18h2.66l3.4-5.42h.12l3.4 5.42h2.66l-4.65-7.27L17.81 4h-2.68l-3.07 4.99h-.12L8.85 4H6.19l4.32 6.73z"
|
|
32549
32549
|
}), "Subscript");
|
|
32550
32550
|
function jZ(t) {
|
|
@@ -32552,7 +32552,7 @@ function jZ(t) {
|
|
|
32552
32552
|
const n = Mt();
|
|
32553
32553
|
return v(Tt, { tooltipLabel: "Subscript", tooltipShortcutKeys: ["mod", ","], IconComponent: WZ, selected: (e = n == null ? void 0 : n.isActive("subscript")) !== null && e !== void 0 ? e : !1, disabled: !(n != null && n.isEditable) || !n.can().toggleSubscript(), onClick: () => n == null ? void 0 : n.chain().focus().toggleSubscript().run(), ...t });
|
|
32554
32554
|
}
|
|
32555
|
-
const UZ =
|
|
32555
|
+
const UZ = Ne(/* @__PURE__ */ v("path", {
|
|
32556
32556
|
d: "M22 7h-2v1h3v1h-4V7c0-.55.45-1 1-1h2V5h-3V4h3c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1M5.88 20h2.66l3.4-5.42h.12l3.4 5.42h2.66l-4.65-7.27L17.81 6h-2.68l-3.07 4.99h-.12L8.85 6H6.19l4.32 6.73z"
|
|
32557
32557
|
}), "Superscript");
|
|
32558
32558
|
function qZ(t) {
|
|
@@ -32560,7 +32560,7 @@ function qZ(t) {
|
|
|
32560
32560
|
const n = Mt();
|
|
32561
32561
|
return v(Tt, { tooltipLabel: "Superscript", tooltipShortcutKeys: ["mod", "."], IconComponent: UZ, selected: (e = n == null ? void 0 : n.isActive("superscript")) !== null && e !== void 0 ? e : !1, disabled: !(n != null && n.isEditable) || !n.can().toggleSuperscript(), onClick: () => n == null ? void 0 : n.chain().focus().toggleSuperscript().run(), ...t });
|
|
32562
32562
|
}
|
|
32563
|
-
const KZ =
|
|
32563
|
+
const KZ = Ne(/* @__PURE__ */ v("path", {
|
|
32564
32564
|
d: "M22 7h-9v2h9zm0 8h-9v2h9zM5.54 11 2 7.46l1.41-1.41 2.12 2.12 4.24-4.24 1.41 1.41zm0 8L2 15.46l1.41-1.41 2.12 2.12 4.24-4.24 1.41 1.41z"
|
|
32565
32565
|
}), "Checklist");
|
|
32566
32566
|
function YZ(t) {
|
|
@@ -32580,7 +32580,7 @@ function GZ({ IconComponent: t = KX, tooltipLabel: e = "Text color", defaultText
|
|
|
32580
32580
|
o == null || o.chain().focus().setColor(f).run();
|
|
32581
32581
|
}, disabled: !(o != null && o.isEditable) || !o.can().setColor("#000"), ...r, labels: { removeColorButton: "Reset", ...r.labels } });
|
|
32582
32582
|
}
|
|
32583
|
-
const JZ =
|
|
32583
|
+
const JZ = Ne(/* @__PURE__ */ v("path", {
|
|
32584
32584
|
d: "M12 17c3.31 0 6-2.69 6-6V3h-2.5v8c0 1.93-1.57 3.5-3.5 3.5S8.5 12.93 8.5 11V3H6v8c0 3.31 2.69 6 6 6m-7 2v2h14v-2z"
|
|
32585
32585
|
}), "FormatUnderlined");
|
|
32586
32586
|
function hI(t) {
|
|
@@ -32588,14 +32588,14 @@ function hI(t) {
|
|
|
32588
32588
|
const n = Mt();
|
|
32589
32589
|
return v(Tt, { tooltipLabel: "Underline", tooltipShortcutKeys: ["mod", "U"], IconComponent: JZ, selected: (e = n == null ? void 0 : n.isActive("underline")) !== null && e !== void 0 ? e : !1, disabled: !(n != null && n.isEditable) || !n.can().toggleUnderline(), onClick: () => n == null ? void 0 : n.chain().focus().toggleUnderline().run(), ...t });
|
|
32590
32590
|
}
|
|
32591
|
-
const XZ =
|
|
32591
|
+
const XZ = Ne(/* @__PURE__ */ v("path", {
|
|
32592
32592
|
d: "M12.5 8c-2.65 0-5.05.99-6.9 2.6L2 7v9h9l-3.62-3.62c1.39-1.16 3.16-1.88 5.12-1.88 3.54 0 6.55 2.31 7.6 5.5l2.37-.78C21.08 11.03 17.15 8 12.5 8"
|
|
32593
32593
|
}), "Undo");
|
|
32594
32594
|
function mI(t) {
|
|
32595
32595
|
const e = Mt();
|
|
32596
32596
|
return v(Tt, { tooltipLabel: "Undo", tooltipShortcutKeys: ["mod", "Z"], IconComponent: XZ, disabled: !(e != null && e.isEditable) || !e.can().undo(), onClick: () => e == null ? void 0 : e.chain().focus().undo().run(), ...t });
|
|
32597
32597
|
}
|
|
32598
|
-
const ZZ =
|
|
32598
|
+
const ZZ = Ne(/* @__PURE__ */ v("path", {
|
|
32599
32599
|
d: "M11 17h10v-2H11zm-8-5 4 4V8zm0 9h18v-2H3zM3 3v2h18V3zm8 6h10V7H11zm0 4h10v-2H11z"
|
|
32600
32600
|
}), "FormatIndentDecrease");
|
|
32601
32601
|
function QZ(t) {
|
|
@@ -33340,7 +33340,7 @@ function mQ(t) {
|
|
|
33340
33340
|
})]
|
|
33341
33341
|
});
|
|
33342
33342
|
}
|
|
33343
|
-
const gQ =
|
|
33343
|
+
const gQ = Ne(/* @__PURE__ */ v("path", {
|
|
33344
33344
|
d: "M9 4v3h5v12h3V7h5V4zm-6 8h3v7h3v-7h3V9H3z"
|
|
33345
33345
|
}), "FormatSize"), rp = nn("MenuSelectFontSize", [
|
|
33346
33346
|
"root",
|
|
@@ -33791,9 +33791,9 @@ function DQ(t) {
|
|
|
33791
33791
|
})
|
|
33792
33792
|
});
|
|
33793
33793
|
}
|
|
33794
|
-
const AQ =
|
|
33794
|
+
const AQ = Ne(/* @__PURE__ */ v("path", {
|
|
33795
33795
|
d: "M16.56 8.94 7.62 0 6.21 1.41l2.38 2.38-5.15 5.15c-.59.59-.59 1.54 0 2.12l5.5 5.5c.29.29.68.44 1.06.44s.77-.15 1.06-.44l5.5-5.5c.59-.58.59-1.53 0-2.12M5.21 10 10 5.21 14.79 10zM19 11.5s-2 2.17-2 3.5c0 1.1.9 2 2 2s2-.9 2-2c0-1.33-2-3.5-2-3.5M2 20h20v4H2z"
|
|
33796
|
-
}), "FormatColorFill"), PQ =
|
|
33796
|
+
}), "FormatColorFill"), PQ = Ne(/* @__PURE__ */ v("path", {
|
|
33797
33797
|
d: "M8 4v1.45l2 2V4h4v4h-3.45l2 2H14v1.45l2 2V10h4v4h-3.45l2 2H20v1.45l2 2V4c0-1.1-.9-2-2-2H4.55l2 2zm8 0h4v4h-4zM1.27 1.27 0 2.55l2 2V20c0 1.1.9 2 2 2h15.46l2 2 1.27-1.27zM10 12.55 11.45 14H10zm-6-6L5.45 8H4zM8 20H4v-4h4zm0-6H4v-4h3.45l.55.55zm6 6h-4v-4h3.45l.55.54zm2 0v-1.46L17.46 20z"
|
|
33798
33798
|
}), "GridOff"), NQ = nn("MenuDivider", ["root"]), xI = Jt("MenuDivider"), $Q = re(Up, {
|
|
33799
33799
|
name: xI,
|
|
@@ -39258,7 +39258,7 @@ const Une = /* @__PURE__ */ lr(jne), Yp = "rgba(194, 249, 112, .5)", Gp = "rgba(
|
|
|
39258
39258
|
diffMode: l,
|
|
39259
39259
|
...u
|
|
39260
39260
|
} = t, f = () => s ? /* @__PURE__ */ v(qne, { beforeTxt: a, afterTxt: n, mode: l, ...u }) : r || /* @__PURE__ */ v(Xe, { "data-testid": "read-only-value", children: n });
|
|
39261
|
-
return /* @__PURE__ */ Z(
|
|
39261
|
+
return /* @__PURE__ */ Z(Pe, { width: "100%", mb: "8px", children: [
|
|
39262
39262
|
o ? /* @__PURE__ */ v(Xe, { ...i, children: e }) : /* @__PURE__ */ v(nv, { children: e }),
|
|
39263
39263
|
f()
|
|
39264
39264
|
] });
|
|
@@ -39336,7 +39336,7 @@ const Une = /* @__PURE__ */ lr(jne), Yp = "rgba(194, 249, 112, .5)", Gp = "rgba(
|
|
|
39336
39336
|
}
|
|
39337
39337
|
) : /* @__PURE__ */ Z(fi, { margin: u, fullWidth: f, required: p, children: [
|
|
39338
39338
|
s && /* @__PURE__ */ v(Xe, { ...a, children: n }),
|
|
39339
|
-
/* @__PURE__ */ Z(
|
|
39339
|
+
/* @__PURE__ */ Z(Pe, { children: [
|
|
39340
39340
|
/* @__PURE__ */ v(rv, { ...L }),
|
|
39341
39341
|
/* @__PURE__ */ v(Zr, { name: e, id: `${e}-err`, errorMode: k })
|
|
39342
39342
|
] })
|
|
@@ -43138,7 +43138,7 @@ const sD = /* @__PURE__ */ lr(Ls), gpe = (t) => {
|
|
|
43138
43138
|
}
|
|
43139
43139
|
) : /* @__PURE__ */ Z(fi, { margin: u, fullWidth: f, required: p, children: [
|
|
43140
43140
|
s && /* @__PURE__ */ v(Xe, { ...a, children: n }),
|
|
43141
|
-
/* @__PURE__ */ Z(
|
|
43141
|
+
/* @__PURE__ */ Z(Pe, { children: [
|
|
43142
43142
|
/* @__PURE__ */ v(rv, { ...$, multiple: !0 }),
|
|
43143
43143
|
/* @__PURE__ */ v(Zr, { name: e, id: `${e}-err`, errorMode: x })
|
|
43144
43144
|
] })
|
|
@@ -43189,7 +43189,7 @@ const sD = /* @__PURE__ */ lr(Ls), gpe = (t) => {
|
|
|
43189
43189
|
)
|
|
43190
43190
|
}
|
|
43191
43191
|
);
|
|
43192
|
-
return /* @__PURE__ */ Z(
|
|
43192
|
+
return /* @__PURE__ */ Z(Pe, { children: [
|
|
43193
43193
|
S,
|
|
43194
43194
|
/* @__PURE__ */ v(Zr, { name: e, id: `${e}-err`, errorMode: f })
|
|
43195
43195
|
] });
|
|
@@ -43241,7 +43241,7 @@ const sD = /* @__PURE__ */ lr(Ls), gpe = (t) => {
|
|
|
43241
43241
|
}
|
|
43242
43242
|
) : /* @__PURE__ */ Z(fi, { margin: p, fullWidth: !0, children: [
|
|
43243
43243
|
s && /* @__PURE__ */ v(Xe, { ...a, children: n }),
|
|
43244
|
-
/* @__PURE__ */ Z(
|
|
43244
|
+
/* @__PURE__ */ Z(Pe, { children: [
|
|
43245
43245
|
/* @__PURE__ */ v(
|
|
43246
43246
|
ec,
|
|
43247
43247
|
{
|
|
@@ -43299,8 +43299,8 @@ const sD = /* @__PURE__ */ lr(Ls), gpe = (t) => {
|
|
|
43299
43299
|
), (f <= 1 || f > n.length) && console.error(`CheckboxGroup: "max" must be a value between 2 and ${n.length}.`), i === "top" && (o === "bottom" || o === "top") && console.error(
|
|
43300
43300
|
`CheckboxGroup: Ignoring labelAlignment='top'. labelAlignment cannot be 'top' when labelPlacement=${o}`
|
|
43301
43301
|
);
|
|
43302
|
-
const V = () => t.labelPlacement == "start" ? "right" : t.labelPlacement == "top" || t.labelPlacement == "bottom" ? "center" : "left", M = (_) => typeof _ == "string" ? _ : !_.textField && !_.helperText ? _.label : /* @__PURE__ */ Z(
|
|
43303
|
-
/* @__PURE__ */ Z(
|
|
43302
|
+
const V = () => t.labelPlacement == "start" ? "right" : t.labelPlacement == "top" || t.labelPlacement == "bottom" ? "center" : "left", M = (_) => typeof _ == "string" ? _ : !_.textField && !_.helperText ? _.label : /* @__PURE__ */ Z(Pe, { display: "flex", flexDirection: "row", justifyContent: "center", gap: "0.5rem", alignItems: "baseline", children: [
|
|
43303
|
+
/* @__PURE__ */ Z(Pe, { display: "flex", flexDirection: "column", justifyContent: "center", children: [
|
|
43304
43304
|
/* @__PURE__ */ v("p", { style: { margin: 0 }, children: _.label }),
|
|
43305
43305
|
_.helperText && /* @__PURE__ */ v(Xe, { variant: "caption", style: { fontSize: "0.85rem" }, children: _.helperText })
|
|
43306
43306
|
] }),
|
|
@@ -43349,7 +43349,7 @@ const sD = /* @__PURE__ */ lr(Ls), gpe = (t) => {
|
|
|
43349
43349
|
if (u > 0)
|
|
43350
43350
|
return /* @__PURE__ */ v(Xe, { variant: "subtitle2", children: y.replace("{min}", `${u}`) });
|
|
43351
43351
|
};
|
|
43352
|
-
return l ? /* @__PURE__ */ Z(
|
|
43352
|
+
return l ? /* @__PURE__ */ Z(Pe, { children: [
|
|
43353
43353
|
/* @__PURE__ */ v(Xe, { ...g, children: r }),
|
|
43354
43354
|
R.join(", ")
|
|
43355
43355
|
] }) : /* @__PURE__ */ Z(fi, { onChange: (_) => {
|
|
@@ -43362,7 +43362,7 @@ const sD = /* @__PURE__ */ lr(Ls), gpe = (t) => {
|
|
|
43362
43362
|
L,
|
|
43363
43363
|
/* @__PURE__ */ v(Zr, { name: e, id: `${e}-err`, errorMode: x })
|
|
43364
43364
|
] });
|
|
43365
|
-
}, _E =
|
|
43365
|
+
}, _E = Ne(/* @__PURE__ */ v("path", {
|
|
43366
43366
|
d: "M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96M14 13v4h-4v-4H7l5-5 5 5z"
|
|
43367
43367
|
}), "CloudUpload"), nre = (t) => {
|
|
43368
43368
|
const {
|
|
@@ -43472,9 +43472,9 @@ const sD = /* @__PURE__ */ lr(Ls), gpe = (t) => {
|
|
|
43472
43472
|
left: 0,
|
|
43473
43473
|
whiteSpace: "nowrap",
|
|
43474
43474
|
width: 1
|
|
43475
|
-
}), ore =
|
|
43475
|
+
}), ore = Ne(/* @__PURE__ */ v("path", {
|
|
43476
43476
|
d: "M15 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V7zM6 20V4h8v4h4v12zm10-10v5c0 2.21-1.79 4-4 4s-4-1.79-4-4V8.5c0-1.47 1.26-2.64 2.76-2.49 1.3.13 2.24 1.32 2.24 2.63V15h-2V8.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5V15c0 1.1.9 2 2 2s2-.9 2-2v-5z"
|
|
43477
|
-
}), "FilePresent"), N1 =
|
|
43477
|
+
}), "FilePresent"), N1 = Ne(/* @__PURE__ */ v("path", {
|
|
43478
43478
|
d: "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6zM19 4h-3.5l-1-1h-5l-1 1H5v2h14z"
|
|
43479
43479
|
}), "Delete"), vpe = (t) => {
|
|
43480
43480
|
const { name: e } = t, [n, , r] = Zn({ name: e }), { setValue: o } = r, i = n.value;
|
|
@@ -43715,7 +43715,7 @@ function gre() {
|
|
|
43715
43715
|
return Ib = r, Ib;
|
|
43716
43716
|
}
|
|
43717
43717
|
var yre = gre();
|
|
43718
|
-
const bre = /* @__PURE__ */ lr(yre), vre =
|
|
43718
|
+
const bre = /* @__PURE__ */ lr(yre), vre = Ne(/* @__PURE__ */ v("path", {
|
|
43719
43719
|
d: "M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7m0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5"
|
|
43720
43720
|
}), "LocationOn");
|
|
43721
43721
|
var sp = { exports: {} }, xre = sp.exports, UE;
|
|
@@ -43748,9 +43748,9 @@ const Cre = /* @__PURE__ */ lr(Sre), Tre = (t) => {
|
|
|
43748
43748
|
i,
|
|
43749
43749
|
a.map((u) => [u.offset, u.offset + u.length])
|
|
43750
43750
|
);
|
|
43751
|
-
return /* @__PURE__ */ v("li", { ...Cr({ ...e }, ["key"]), "data-testid": `loc-${n.place_id}`, children: /* @__PURE__ */ Z(
|
|
43751
|
+
return /* @__PURE__ */ v("li", { ...Cr({ ...e }, ["key"]), "data-testid": `loc-${n.place_id}`, children: /* @__PURE__ */ Z(Pe, { display: "flex", flexDirection: "row", alignItems: "center", children: [
|
|
43752
43752
|
r ? D.cloneElement(r) : null,
|
|
43753
|
-
/* @__PURE__ */ Z(
|
|
43753
|
+
/* @__PURE__ */ Z(Pe, { children: [
|
|
43754
43754
|
l.map((u) => {
|
|
43755
43755
|
const f = o && u.highlight ? 700 : 400;
|
|
43756
43756
|
return /* @__PURE__ */ v("span", { style: { fontWeight: f }, children: u.text }, `${n.place_id}_${u.text}`);
|
|
@@ -43885,7 +43885,7 @@ const Hc = { current: null }, xpe = (t) => {
|
|
|
43885
43885
|
);
|
|
43886
43886
|
return /* @__PURE__ */ Z(fi, { margin: p, fullWidth: !0, children: [
|
|
43887
43887
|
(l || f) && /* @__PURE__ */ v(Xe, { ...u, children: n }),
|
|
43888
|
-
f ? /* @__PURE__ */ v(Xe, { children: y == null ? void 0 : y.description }) : /* @__PURE__ */ Z(
|
|
43888
|
+
f ? /* @__PURE__ */ v(Xe, { children: y == null ? void 0 : y.description }) : /* @__PURE__ */ Z(Pe, { children: [
|
|
43889
43889
|
_,
|
|
43890
43890
|
/* @__PURE__ */ v(Zr, { name: e, id: `${e}-err`, errorMode: m })
|
|
43891
43891
|
] })
|
|
@@ -43952,7 +43952,7 @@ const Hc = { current: null }, xpe = (t) => {
|
|
|
43952
43952
|
return ((I = n.find((B) => B.value === _)) == null ? void 0 : I.label) ?? "";
|
|
43953
43953
|
}, V = (_) => {
|
|
43954
43954
|
const I = n.find((B) => B.value === _);
|
|
43955
|
-
return /* @__PURE__ */ Z(
|
|
43955
|
+
return /* @__PURE__ */ Z(Pe, { children: [
|
|
43956
43956
|
/* @__PURE__ */ v(Xe, { children: I == null ? void 0 : I.label }),
|
|
43957
43957
|
(I == null ? void 0 : I.helperText) && /* @__PURE__ */ v(Xe, { variant: "caption", style: { fontSize: "0.85rem" }, children: I.helperText })
|
|
43958
43958
|
] });
|
|
@@ -43996,7 +43996,7 @@ const Hc = { current: null }, xpe = (t) => {
|
|
|
43996
43996
|
} = t, l = Zn(e), { value: u } = l[0], { setValue: f } = l[2], p = ["label"];
|
|
43997
43997
|
return s ? (() => {
|
|
43998
43998
|
let y;
|
|
43999
|
-
return Array.isArray(u) ? y = s === "percent" ? `${100 * (u[0] ?? 0) / o}% - ${100 * (u[1] ?? 0) / o}%` : `${u[0] ?? 0} - ${u[1] ?? 0}` : y = s === "percent" ? `${100 * (u ?? 0) / o}%` : `${u ?? 0}`, /* @__PURE__ */ Z(
|
|
43999
|
+
return Array.isArray(u) ? y = s === "percent" ? `${100 * (u[0] ?? 0) / o}% - ${100 * (u[1] ?? 0) / o}%` : `${u[0] ?? 0} - ${u[1] ?? 0}` : y = s === "percent" ? `${100 * (u ?? 0) / o}%` : `${u ?? 0}`, /* @__PURE__ */ Z(Pe, { children: [
|
|
44000
44000
|
/* @__PURE__ */ v(Xe, { ...a, children: n }),
|
|
44001
44001
|
/* @__PURE__ */ v(Xe, { children: y })
|
|
44002
44002
|
] });
|
|
@@ -44095,7 +44095,7 @@ const Hc = { current: null }, xpe = (t) => {
|
|
|
44095
44095
|
}
|
|
44096
44096
|
) : /* @__PURE__ */ Z(fi, { fullWidth: !0, variant: a, error: !!S, margin: u, required: f, children: [
|
|
44097
44097
|
i ? /* @__PURE__ */ v(Xe, { ...s, children: r }) : /* @__PURE__ */ v(nv, { id: `${e}-select-label`, children: r }),
|
|
44098
|
-
/* @__PURE__ */ Z(
|
|
44098
|
+
/* @__PURE__ */ Z(Pe, { children: [
|
|
44099
44099
|
/* @__PURE__ */ v(
|
|
44100
44100
|
C3,
|
|
44101
44101
|
{
|
|
@@ -44141,11 +44141,11 @@ const Hc = { current: null }, xpe = (t) => {
|
|
|
44141
44141
|
return k === u ? "True" : "False";
|
|
44142
44142
|
}
|
|
44143
44143
|
};
|
|
44144
|
-
return o ? /* @__PURE__ */ Z(
|
|
44144
|
+
return o ? /* @__PURE__ */ Z(Pe, { children: [
|
|
44145
44145
|
/* @__PURE__ */ v(Xe, { ...i, children: n }),
|
|
44146
44146
|
/* @__PURE__ */ v(Xe, { children: S(g) })
|
|
44147
44147
|
] }) : /* @__PURE__ */ Z(
|
|
44148
|
-
|
|
44148
|
+
Pe,
|
|
44149
44149
|
{
|
|
44150
44150
|
bgcolor: l ?? "inherit",
|
|
44151
44151
|
sx: l ? {
|
|
@@ -44196,63 +44196,63 @@ const Hc = { current: null }, xpe = (t) => {
|
|
|
44196
44196
|
...r
|
|
44197
44197
|
} = t;
|
|
44198
44198
|
return /* @__PURE__ */ v(Es, { multiline: !0, rows: e, diffMode: n, ...r });
|
|
44199
|
-
}, Mre =
|
|
44199
|
+
}, Mre = Ne([/* @__PURE__ */ v("path", {
|
|
44200
44200
|
d: "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2M12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8"
|
|
44201
44201
|
}, "0"), /* @__PURE__ */ v("path", {
|
|
44202
44202
|
d: "M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"
|
|
44203
|
-
}, "1")], "AccessTime"), _re =
|
|
44203
|
+
}, "1")], "AccessTime"), _re = Ne(/* @__PURE__ */ v("path", {
|
|
44204
44204
|
d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m5 11h-4v4h-2v-4H7v-2h4V7h2v4h4z"
|
|
44205
|
-
}), "AddCircle"), Rre =
|
|
44205
|
+
}), "AddCircle"), Rre = Ne(/* @__PURE__ */ v("path", {
|
|
44206
44206
|
d: "M13 7h-2v4H7v2h4v4h2v-4h4v-2h-4zm-1-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8"
|
|
44207
|
-
}), "AddCircleOutline"), Ire =
|
|
44207
|
+
}), "AddCircleOutline"), Ire = Ne(/* @__PURE__ */ v("path", {
|
|
44208
44208
|
d: "m19 18 2 1V3c0-1.1-.9-2-2-2H8.99C7.89 1 7 1.9 7 3h10c1.1 0 2 .9 2 2zM15 5H5c-1.1 0-2 .9-2 2v16l7-3 7 3V7c0-1.1-.9-2-2-2"
|
|
44209
|
-
}), "Bookmarks"), Dre =
|
|
44209
|
+
}), "Bookmarks"), Dre = Ne(/* @__PURE__ */ v("path", {
|
|
44210
44210
|
d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m.06 17v-2.01H12c-1.28 0-2.56-.49-3.54-1.46-1.71-1.71-1.92-4.35-.64-6.29l1.1 1.1c-.71 1.33-.53 3.01.59 4.13.7.7 1.62 1.03 2.54 1.01v-2.14l2.83 2.83zm4.11-4.24-1.1-1.1c.71-1.33.53-3.01-.59-4.13C13.79 8.84 12.9 8.5 12 8.5h-.06v2.15L9.11 7.83 11.94 5v2.02c1.3-.02 2.61.45 3.6 1.45 1.7 1.7 1.91 4.35.63 6.29"
|
|
44211
|
-
}), "ChangeCircle"), Mm =
|
|
44211
|
+
}), "ChangeCircle"), Mm = Ne(/* @__PURE__ */ v("path", {
|
|
44212
44212
|
d: "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
|
|
44213
|
-
}), "Close"), Are =
|
|
44213
|
+
}), "Close"), Are = Ne(/* @__PURE__ */ v("path", {
|
|
44214
44214
|
d: "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
|
|
44215
|
-
}), "CloseOutlined"), Pre =
|
|
44215
|
+
}), "CloseOutlined"), Pre = Ne(/* @__PURE__ */ v("path", {
|
|
44216
44216
|
d: "M19 2h-4.18C14.4.84 13.3 0 12 0S9.6.84 9.18 2H5c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1m7 18H5V4h2v3h10V4h2z"
|
|
44217
|
-
}), "ContentPaste"), cD =
|
|
44217
|
+
}), "ContentPaste"), cD = Ne(/* @__PURE__ */ v("path", {
|
|
44218
44218
|
d: "M12 3c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9c0-.46-.04-.92-.1-1.36-.98 1.37-2.58 2.26-4.4 2.26-2.98 0-5.4-2.42-5.4-5.4 0-1.81.89-3.42 2.26-4.4-.44-.06-.9-.1-1.36-.1"
|
|
44219
|
-
}), "DarkMode"), uD =
|
|
44219
|
+
}), "DarkMode"), uD = Ne(/* @__PURE__ */ v("path", {
|
|
44220
44220
|
d: "M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8zm2 16H8v-2h8zm0-4H8v-2h8zm-3-5V3.5L18.5 9z"
|
|
44221
|
-
}), "Description"), Nre =
|
|
44221
|
+
}), "Description"), Nre = Ne(/* @__PURE__ */ v("path", {
|
|
44222
44222
|
d: "M5 20h14v-2H5zM19 9h-4V3H9v6H5l7 7z"
|
|
44223
|
-
}), "Download"), $re =
|
|
44223
|
+
}), "Download"), $re = Ne(/* @__PURE__ */ v("path", {
|
|
44224
44224
|
d: "M3 17.25V21h3.75L17.81 9.94l-3.75-3.75zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34a.996.996 0 0 0-1.41 0l-1.83 1.83 3.75 3.75z"
|
|
44225
|
-
}), "Edit"), Lre =
|
|
44225
|
+
}), "Edit"), Lre = Ne(/* @__PURE__ */ v("path", {
|
|
44226
44226
|
d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m1 17h-2v-2h2zm2.07-7.75-.9.92C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25"
|
|
44227
|
-
}), "Help"), Fre =
|
|
44227
|
+
}), "Help"), Fre = Ne(/* @__PURE__ */ v("path", {
|
|
44228
44228
|
d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m1 15h-2v-6h2zm0-8h-2V7h2z"
|
|
44229
|
-
}), "Info"), Db =
|
|
44229
|
+
}), "Info"), Db = Ne(/* @__PURE__ */ v("path", {
|
|
44230
44230
|
d: "M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6z"
|
|
44231
|
-
}), "KeyboardArrowDown"), ap =
|
|
44231
|
+
}), "KeyboardArrowDown"), ap = Ne(/* @__PURE__ */ v("path", {
|
|
44232
44232
|
d: "M7.41 15.41 12 10.83l4.59 4.58L18 14l-6-6-6 6z"
|
|
44233
|
-
}), "KeyboardArrowUp"), L1 =
|
|
44233
|
+
}), "KeyboardArrowUp"), L1 = Ne(/* @__PURE__ */ v("path", {
|
|
44234
44234
|
d: "M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3z"
|
|
44235
|
-
}), "Launch"), dD =
|
|
44235
|
+
}), "Launch"), dD = Ne(/* @__PURE__ */ v("path", {
|
|
44236
44236
|
d: "M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5M2 13h2c.55 0 1-.45 1-1s-.45-1-1-1H2c-.55 0-1 .45-1 1s.45 1 1 1m18 0h2c.55 0 1-.45 1-1s-.45-1-1-1h-2c-.55 0-1 .45-1 1s.45 1 1 1M11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1m0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1M5.99 4.58c-.39-.39-1.03-.39-1.41 0-.39.39-.39 1.03 0 1.41l1.06 1.06c.39.39 1.03.39 1.41 0s.39-1.03 0-1.41zm12.37 12.37c-.39-.39-1.03-.39-1.41 0-.39.39-.39 1.03 0 1.41l1.06 1.06c.39.39 1.03.39 1.41 0 .39-.39.39-1.03 0-1.41zm1.06-10.96c.39-.39.39-1.03 0-1.41-.39-.39-1.03-.39-1.41 0l-1.06 1.06c-.39.39-.39 1.03 0 1.41s1.03.39 1.41 0zM7.05 18.36c.39-.39.39-1.03 0-1.41-.39-.39-1.03-.39-1.41 0l-1.06 1.06c-.39.39-.39 1.03 0 1.41s1.03.39 1.41 0z"
|
|
44237
|
-
}), "LightMode"), Bre =
|
|
44237
|
+
}), "LightMode"), Bre = Ne(/* @__PURE__ */ v("path", {
|
|
44238
44238
|
d: "m17 7-1.41 1.41L18.17 11H8v2h10.17l-2.58 2.58L17 17l5-5zM4 5h8V3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8v-2H4z"
|
|
44239
|
-
}), "Logout"), Vre =
|
|
44239
|
+
}), "Logout"), Vre = Ne(/* @__PURE__ */ v("path", {
|
|
44240
44240
|
d: "M3 18h18v-2H3zm0-5h18v-2H3zm0-7v2h18V6z"
|
|
44241
|
-
}), "Menu"), zre =
|
|
44241
|
+
}), "Menu"), zre = Ne(/* @__PURE__ */ v("path", {
|
|
44242
44242
|
d: "M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"
|
|
44243
|
-
}), "NavigateNext"), Hre =
|
|
44243
|
+
}), "NavigateNext"), Hre = Ne(/* @__PURE__ */ v("path", {
|
|
44244
44244
|
d: "M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4m0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4"
|
|
44245
|
-
}), "Person"), Wre =
|
|
44245
|
+
}), "Person"), Wre = Ne(/* @__PURE__ */ v("path", {
|
|
44246
44246
|
d: "M21 6h-2v9H6v2c0 .55.45 1 1 1h11l4 4V7c0-.55-.45-1-1-1m-4 6V3c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v14l4-4h10c.55 0 1-.45 1-1"
|
|
44247
|
-
}), "QuestionAnswer"), jre =
|
|
44247
|
+
}), "QuestionAnswer"), jre = Ne(/* @__PURE__ */ v("path", {
|
|
44248
44248
|
d: "M19 13H5v-2h14z"
|
|
44249
|
-
}), "Remove"), fD =
|
|
44249
|
+
}), "Remove"), fD = Ne(/* @__PURE__ */ v("path", {
|
|
44250
44250
|
d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m5 11H7v-2h10z"
|
|
44251
|
-
}), "RemoveCircle"), Ure =
|
|
44251
|
+
}), "RemoveCircle"), Ure = Ne(/* @__PURE__ */ v("path", {
|
|
44252
44252
|
d: "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14"
|
|
44253
|
-
}), "SearchOutlined"), qre =
|
|
44253
|
+
}), "SearchOutlined"), qre = Ne(/* @__PURE__ */ v("path", {
|
|
44254
44254
|
d: "M3 18h6v-2H3zM3 6v2h18V6zm0 7h12v-2H3z"
|
|
44255
|
-
}), "Sort"), Kre =
|
|
44255
|
+
}), "Sort"), Kre = Ne(/* @__PURE__ */ v("path", {
|
|
44256
44256
|
d: "M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5M12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5m0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3"
|
|
44257
44257
|
}), "Visibility"), Yre = (t) => {
|
|
44258
44258
|
const { onSearch: e, initialValue: n = "", lazySearch: r = !1, debounceMillis: o = 500 } = t, [i, s] = He.useState(n), a = Jr(
|
|
@@ -47374,33 +47374,33 @@ process.env.NODE_ENV !== "production" && (q1.propTypes = {
|
|
|
47374
47374
|
*/
|
|
47375
47375
|
variant: c.oneOf(["filled", "outlined", "standard"])
|
|
47376
47376
|
});
|
|
47377
|
-
const Tie =
|
|
47377
|
+
const Tie = Ne(/* @__PURE__ */ v("path", {
|
|
47378
47378
|
d: "M7 10l5 5 5-5z"
|
|
47379
|
-
}), "ArrowDropDown"), kie =
|
|
47379
|
+
}), "ArrowDropDown"), kie = Ne(/* @__PURE__ */ v("path", {
|
|
47380
47380
|
d: "M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z"
|
|
47381
|
-
}), "ArrowLeft"), Eie =
|
|
47381
|
+
}), "ArrowLeft"), Eie = Ne(/* @__PURE__ */ v("path", {
|
|
47382
47382
|
d: "M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"
|
|
47383
|
-
}), "ArrowRight"), Oie =
|
|
47383
|
+
}), "ArrowRight"), Oie = Ne(/* @__PURE__ */ v("path", {
|
|
47384
47384
|
d: "M17 12h-5v5h5v-5zM16 1v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-1V1h-2zm3 18H5V8h14v11z"
|
|
47385
47385
|
}), "Calendar");
|
|
47386
|
-
|
|
47386
|
+
Ne(/* @__PURE__ */ Z(D.Fragment, {
|
|
47387
47387
|
children: [/* @__PURE__ */ v("path", {
|
|
47388
47388
|
d: "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
|
|
47389
47389
|
}), /* @__PURE__ */ v("path", {
|
|
47390
47390
|
d: "M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"
|
|
47391
47391
|
})]
|
|
47392
47392
|
}), "Clock");
|
|
47393
|
-
|
|
47393
|
+
Ne(/* @__PURE__ */ v("path", {
|
|
47394
47394
|
d: "M9 11H7v2h2v-2zm4 0h-2v2h2v-2zm4 0h-2v2h2v-2zm2-7h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11z"
|
|
47395
47395
|
}), "DateRange");
|
|
47396
|
-
|
|
47396
|
+
Ne(/* @__PURE__ */ Z(D.Fragment, {
|
|
47397
47397
|
children: [/* @__PURE__ */ v("path", {
|
|
47398
47398
|
d: "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
|
|
47399
47399
|
}), /* @__PURE__ */ v("path", {
|
|
47400
47400
|
d: "M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"
|
|
47401
47401
|
})]
|
|
47402
47402
|
}), "Time");
|
|
47403
|
-
const Mie =
|
|
47403
|
+
const Mie = Ne(/* @__PURE__ */ v("path", {
|
|
47404
47404
|
d: "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
|
|
47405
47405
|
}), "Clear"), _ie = ["clearable", "onClear", "InputProps", "sx", "slots", "slotProps"], Rie = ["ownerState"], Iie = (t) => {
|
|
47406
47406
|
const e = Xi(), {
|
|
@@ -51683,7 +51683,7 @@ process.env.NODE_ENV !== "production" && (YD.propTypes = {
|
|
|
51683
51683
|
*/
|
|
51684
51684
|
sx: c.oneOfType([c.arrayOf(c.oneOfType([c.func, c.object, c.bool])), c.func, c.object])
|
|
51685
51685
|
});
|
|
51686
|
-
const ple =
|
|
51686
|
+
const ple = Ne(/* @__PURE__ */ v("path", {
|
|
51687
51687
|
d: "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"
|
|
51688
51688
|
}), "Cancel");
|
|
51689
51689
|
function hle(t) {
|
|
@@ -57229,8 +57229,8 @@ const TO = (t) => {
|
|
|
57229
57229
|
}
|
|
57230
57230
|
) : /* @__PURE__ */ Z(fi, { fullWidth: !0, margin: l, children: [
|
|
57231
57231
|
(u || o) && /* @__PURE__ */ v(Xe, { ...f, children: n }),
|
|
57232
|
-
/* @__PURE__ */ Z(
|
|
57233
|
-
/* @__PURE__ */ v(F1, { dateAdapter: woe, children: /* @__PURE__ */ v(
|
|
57232
|
+
/* @__PURE__ */ Z(Pe, { children: [
|
|
57233
|
+
/* @__PURE__ */ v(F1, { dateAdapter: woe, children: /* @__PURE__ */ v(Pe, { children: a ? /* @__PURE__ */ v(
|
|
57234
57234
|
fA,
|
|
57235
57235
|
{
|
|
57236
57236
|
...M,
|
|
@@ -59357,7 +59357,7 @@ const kpe = (t) => {
|
|
|
59357
59357
|
},
|
|
59358
59358
|
[y]
|
|
59359
59359
|
), x = /* @__PURE__ */ v(
|
|
59360
|
-
|
|
59360
|
+
Pe,
|
|
59361
59361
|
{
|
|
59362
59362
|
sx: {
|
|
59363
59363
|
// An example of how editor styles can be overridden. In this case,
|
|
@@ -59440,7 +59440,7 @@ const kpe = (t) => {
|
|
|
59440
59440
|
)
|
|
59441
59441
|
}
|
|
59442
59442
|
);
|
|
59443
|
-
return /* @__PURE__ */ Z(
|
|
59443
|
+
return /* @__PURE__ */ Z(Pe, { display: "flex", flexDirection: "column", children: [
|
|
59444
59444
|
r && /* @__PURE__ */ v(Xe, { ...o, children: r }),
|
|
59445
59445
|
x
|
|
59446
59446
|
] });
|
|
@@ -59456,10 +59456,10 @@ const kpe = (t) => {
|
|
|
59456
59456
|
return t ? o = setTimeout(() => r(!0), 300) : n ? i = setTimeout(() => r(!1), 200) : (o && clearTimeout(o), r(!1)), () => {
|
|
59457
59457
|
o && clearTimeout(o), i && clearTimeout(i);
|
|
59458
59458
|
};
|
|
59459
|
-
}, [t, n]), /* @__PURE__ */ Z(
|
|
59459
|
+
}, [t, n]), /* @__PURE__ */ Z(Pe, { position: "relative", "data-testid": `loading-overlay_${t ? "active" : "inactive"}`, children: [
|
|
59460
59460
|
e,
|
|
59461
59461
|
/* @__PURE__ */ v(
|
|
59462
|
-
|
|
59462
|
+
Pe,
|
|
59463
59463
|
{
|
|
59464
59464
|
sx: {
|
|
59465
59465
|
position: "absolute",
|
|
@@ -59483,10 +59483,10 @@ const kpe = (t) => {
|
|
|
59483
59483
|
] });
|
|
59484
59484
|
}, Hi = (t) => {
|
|
59485
59485
|
const { gap: e = 1, alignItems: n = "center", ...r } = t;
|
|
59486
|
-
return /* @__PURE__ */ v(
|
|
59486
|
+
return /* @__PURE__ */ v(Pe, { display: "flex", flexDirection: "row", gap: e, alignItems: n, ...r });
|
|
59487
59487
|
}, Mh = (t) => {
|
|
59488
59488
|
const { gap: e = 1, ...n } = t;
|
|
59489
|
-
return /* @__PURE__ */ v(
|
|
59489
|
+
return /* @__PURE__ */ v(Pe, { display: "flex", flexDirection: "column", gap: e, ...n });
|
|
59490
59490
|
};
|
|
59491
59491
|
function xde({ icon: t, children: e, sx: n, ...r }) {
|
|
59492
59492
|
return e ? /* @__PURE__ */ v(No, { title: e, children: /* @__PURE__ */ v(t, { "data-testid": "MBv2_table-tooltip", fontSize: "small", sx: n ?? { ml: 0.5 }, ...r }) }) : null;
|
|
@@ -59572,12 +59572,12 @@ const EA = (t) => {
|
|
|
59572
59572
|
);
|
|
59573
59573
|
}
|
|
59574
59574
|
});
|
|
59575
|
-
const fe = m !== void 0, J = (he) => fe ? y ? y.includes(he) : !0 : !1, ee = /* @__PURE__ */ Z(
|
|
59575
|
+
const fe = m !== void 0, J = (he) => fe ? y ? y.includes(he) : !0 : !1, ee = /* @__PURE__ */ Z(Pe, { display: "flex", justifyContent: "center", alignItems: "center", flexDirection: "row", children: [
|
|
59576
59576
|
/* @__PURE__ */ v(Fre, {}),
|
|
59577
59577
|
" ",
|
|
59578
59578
|
x
|
|
59579
59579
|
] }), le = /* @__PURE__ */ Z(
|
|
59580
|
-
|
|
59580
|
+
Pe,
|
|
59581
59581
|
{
|
|
59582
59582
|
"data-testid": "table-fetch-error-msg",
|
|
59583
59583
|
display: "flex",
|
|
@@ -59692,7 +59692,7 @@ const EA = (t) => {
|
|
|
59692
59692
|
"data-testid": "mui-table-mobile",
|
|
59693
59693
|
children: [
|
|
59694
59694
|
fe && /* @__PURE__ */ Z(Fn, { children: [
|
|
59695
|
-
/* @__PURE__ */ Z(
|
|
59695
|
+
/* @__PURE__ */ Z(Pe, { display: "flex", className: "MBv2_Table_Stack_Sort", children: [
|
|
59696
59696
|
/* @__PURE__ */ v(
|
|
59697
59697
|
ec,
|
|
59698
59698
|
{
|
|
@@ -59769,14 +59769,14 @@ const EA = (t) => {
|
|
|
59769
59769
|
width: Array.isArray(b) ? b[$e] : "auto",
|
|
59770
59770
|
sx: he.tableCellSx ?? {},
|
|
59771
59771
|
children: /* @__PURE__ */ v(
|
|
59772
|
-
|
|
59772
|
+
Pe,
|
|
59773
59773
|
{
|
|
59774
59774
|
style: {
|
|
59775
59775
|
display: "flex",
|
|
59776
59776
|
alignItems: "center"
|
|
59777
59777
|
},
|
|
59778
59778
|
children: /* @__PURE__ */ Z(
|
|
59779
|
-
|
|
59779
|
+
Pe,
|
|
59780
59780
|
{
|
|
59781
59781
|
sx: [
|
|
59782
59782
|
Re && {
|
|
@@ -59914,7 +59914,7 @@ const EA = (t) => {
|
|
|
59914
59914
|
}, y = (x) => {
|
|
59915
59915
|
r(parseInt(x.target.value, 10));
|
|
59916
59916
|
}, b = Fs(Xn().breakpoints.down("sm")), g = !t.data || t.data && t.data.length === 0;
|
|
59917
|
-
return /* @__PURE__ */ Z(
|
|
59917
|
+
return /* @__PURE__ */ Z(Pe, { children: [
|
|
59918
59918
|
/* @__PURE__ */ v(EA, { sortOrder: p, sortField: f, ...s }),
|
|
59919
59919
|
!o && !g && /* @__PURE__ */ v(
|
|
59920
59920
|
I3,
|
|
@@ -59966,7 +59966,7 @@ const EA = (t) => {
|
|
|
59966
59966
|
const { citation: e, anchorEl: n, onDeleteCitation: r, onClose: o } = t;
|
|
59967
59967
|
if (r)
|
|
59968
59968
|
return /* @__PURE__ */ v(av, { open: e !== null, anchorEl: n, placement: "bottom-end", style: { zIndex: 1300 }, children: e && /* @__PURE__ */ Z(
|
|
59969
|
-
|
|
59969
|
+
Pe,
|
|
59970
59970
|
{
|
|
59971
59971
|
component: Va,
|
|
59972
59972
|
p: 1,
|
|
@@ -59980,7 +59980,7 @@ const EA = (t) => {
|
|
|
59980
59980
|
e.fileName ? "attachment" : "citation",
|
|
59981
59981
|
"?"
|
|
59982
59982
|
] }),
|
|
59983
|
-
/* @__PURE__ */ Z(
|
|
59983
|
+
/* @__PURE__ */ Z(Pe, { display: "flex", flexDirection: "row", children: [
|
|
59984
59984
|
/* @__PURE__ */ v(
|
|
59985
59985
|
Yr,
|
|
59986
59986
|
{
|
|
@@ -60009,7 +60009,7 @@ const EA = (t) => {
|
|
|
60009
60009
|
}, Ede = (t) => {
|
|
60010
60010
|
const { citation: e, anchorEl: n, onClose: r, open: o } = t;
|
|
60011
60011
|
return /* @__PURE__ */ v(av, { open: o, anchorEl: n, placement: "bottom-end", style: { zIndex: 1300 }, children: e && /* @__PURE__ */ Z(
|
|
60012
|
-
|
|
60012
|
+
Pe,
|
|
60013
60013
|
{
|
|
60014
60014
|
component: Va,
|
|
60015
60015
|
p: 1,
|
|
@@ -60026,7 +60026,7 @@ const EA = (t) => {
|
|
|
60026
60026
|
/* @__PURE__ */ v("b", { children: e.url }),
|
|
60027
60027
|
"?"
|
|
60028
60028
|
] }),
|
|
60029
|
-
/* @__PURE__ */ Z(
|
|
60029
|
+
/* @__PURE__ */ Z(Pe, { display: "flex", flexDirection: "row", children: [
|
|
60030
60030
|
/* @__PURE__ */ v(
|
|
60031
60031
|
Yr,
|
|
60032
60032
|
{
|
|
@@ -60247,7 +60247,7 @@ const Ode = (t) => {
|
|
|
60247
60247
|
key: "Action",
|
|
60248
60248
|
label: "Action",
|
|
60249
60249
|
hideCol: !xe,
|
|
60250
|
-
render: (_e, he) => /* @__PURE__ */ Z(
|
|
60250
|
+
render: (_e, he) => /* @__PURE__ */ Z(Pe, { display: "flex", flexDirection: "row-reverse", children: [
|
|
60251
60251
|
O == null ? void 0 : O(he),
|
|
60252
60252
|
me(he),
|
|
60253
60253
|
ae(he),
|
|
@@ -60264,9 +60264,9 @@ const Ode = (t) => {
|
|
|
60264
60264
|
}));
|
|
60265
60265
|
}, []);
|
|
60266
60266
|
return /* @__PURE__ */ Z(Mh, { children: [
|
|
60267
|
-
/* @__PURE__ */ Z(
|
|
60267
|
+
/* @__PURE__ */ Z(Pe, { display: "flex", flexDirection: "row", justifyContent: "space-between", alignItems: "center", children: [
|
|
60268
60268
|
/* @__PURE__ */ v(Xe, { variant: k ? "h6" : "h2", children: n }),
|
|
60269
|
-
!T && V && /* @__PURE__ */ Z(
|
|
60269
|
+
!T && V && /* @__PURE__ */ Z(Pe, { display: "flex", flexDirection: "row", gap: 1, children: [
|
|
60270
60270
|
te,
|
|
60271
60271
|
ne
|
|
60272
60272
|
] }),
|
|
@@ -60290,12 +60290,12 @@ const Ode = (t) => {
|
|
|
60290
60290
|
checkedKeys: T ? g : void 0
|
|
60291
60291
|
}
|
|
60292
60292
|
),
|
|
60293
|
-
T && /* @__PURE__ */ Z(
|
|
60294
|
-
/* @__PURE__ */ v(
|
|
60293
|
+
T && /* @__PURE__ */ Z(Pe, { display: "flex", flexDirection: "row", justifyContent: "space-between", children: [
|
|
60294
|
+
/* @__PURE__ */ v(Pe, { display: "flex", flexDirection: "row", gap: ".25rem", children: V && /* @__PURE__ */ Z(Fn, { children: [
|
|
60295
60295
|
te,
|
|
60296
60296
|
ne
|
|
60297
60297
|
] }) }),
|
|
60298
|
-
!R && /* @__PURE__ */ Z(
|
|
60298
|
+
!R && /* @__PURE__ */ Z(Pe, { display: "flex", flexDirection: "row", gap: ".25rem", children: [
|
|
60299
60299
|
/* @__PURE__ */ v(Yr, { variant: "outlined", size: "small", onClick: r, children: "Cancel" }),
|
|
60300
60300
|
/* @__PURE__ */ Z(Yr, { variant: "contained", size: "small", onClick: () => y(g), children: [
|
|
60301
60301
|
"Select",
|
|
@@ -62065,7 +62065,7 @@ const ufe = (t) => {
|
|
|
62065
62065
|
onSaveClicked: s
|
|
62066
62066
|
} = t;
|
|
62067
62067
|
return r && !o ? null : r ? /* @__PURE__ */ v(vp, { sx: { px: 0 }, children: /* @__PURE__ */ v(Rn, { onClick: n, size: "small", variant: "outlined", children: "Back To Table" }) }) : /* @__PURE__ */ Z(vp, { sx: { px: 0, justifyContent: "space-between" }, children: [
|
|
62068
|
-
/* @__PURE__ */ v(
|
|
62068
|
+
/* @__PURE__ */ v(Pe, { children: o && /* @__PURE__ */ v(Rn, { onClick: n, size: "small", variant: "outlined", children: "View All Citations" }) }),
|
|
62069
62069
|
/* @__PURE__ */ Z(Hi, { children: [
|
|
62070
62070
|
/* @__PURE__ */ v(Rn, { onClick: e, variant: "outlined", size: "small", children: "Cancel" }),
|
|
62071
62071
|
/* @__PURE__ */ v(gfe, { size: "small", loading: i, type: "button", onClick: s, children: "Save" })
|
|
@@ -62101,7 +62101,7 @@ const ufe = (t) => {
|
|
|
62101
62101
|
margin: "none",
|
|
62102
62102
|
readOnly: s
|
|
62103
62103
|
};
|
|
62104
|
-
return /* @__PURE__ */ Z(
|
|
62104
|
+
return /* @__PURE__ */ Z(Pe, { minWidth: "400px", maxWidth: "500px", children: [
|
|
62105
62105
|
/* @__PURE__ */ Z(Hi, { justifyContent: "space-between", children: [
|
|
62106
62106
|
/* @__PURE__ */ Z(Hi, { gap: 2, children: [
|
|
62107
62107
|
/* @__PURE__ */ Z(Xe, { variant: "h6", margin: "10px 0", children: [
|
|
@@ -62141,7 +62141,7 @@ const ufe = (t) => {
|
|
|
62141
62141
|
validateOnBlur: m,
|
|
62142
62142
|
validateOnChange: m,
|
|
62143
62143
|
children: ({ submitForm: O, setValues: R, values: P }) => /* @__PURE__ */ Z(oM, { autoComplete: "off", children: [
|
|
62144
|
-
/* @__PURE__ */ Z(
|
|
62144
|
+
/* @__PURE__ */ Z(Pe, { display: "flex", flexDirection: "column", gap: s ? 1 : 0, alignItems: "flex-start", children: [
|
|
62145
62145
|
/* @__PURE__ */ v(Es, { ...T, name: "title", required: !0 }),
|
|
62146
62146
|
/* @__PURE__ */ v(Es, { ...T, name: "source" }),
|
|
62147
62147
|
/* @__PURE__ */ v(
|
|
@@ -62251,8 +62251,8 @@ const ufe = (t) => {
|
|
|
62251
62251
|
file: void 0
|
|
62252
62252
|
// initialize for formik
|
|
62253
62253
|
});
|
|
62254
|
-
}, []), /* @__PURE__ */ Z(
|
|
62255
|
-
/* @__PURE__ */ Z(
|
|
62254
|
+
}, []), /* @__PURE__ */ Z(Pe, { minWidth: "400px", maxWidth: "500px", children: [
|
|
62255
|
+
/* @__PURE__ */ Z(Pe, { display: "flex", flexDirection: "row", alignItems: "center", justifyContent: "space-between", children: [
|
|
62256
62256
|
/* @__PURE__ */ Z(Xe, { variant: "h6", margin: "10px 0", children: [
|
|
62257
62257
|
s ? "View" : "Edit",
|
|
62258
62258
|
" Attachment"
|
|
@@ -62293,7 +62293,7 @@ const ufe = (t) => {
|
|
|
62293
62293
|
readOnly: s
|
|
62294
62294
|
}
|
|
62295
62295
|
),
|
|
62296
|
-
/* @__PURE__ */ Z(
|
|
62296
|
+
/* @__PURE__ */ Z(Pe, { marginTop: C ? 1 : 0, children: [
|
|
62297
62297
|
/* @__PURE__ */ Z(Hi, { alignItems: "flex-start", children: [
|
|
62298
62298
|
C && /* @__PURE__ */ v(nre, { name: "file", errorMode: "hidden" }),
|
|
62299
62299
|
/* @__PURE__ */ Z(Hi, { alignItems: "flex-end", children: [
|
|
@@ -62364,21 +62364,21 @@ const ufe = (t) => {
|
|
|
62364
62364
|
},
|
|
62365
62365
|
...f,
|
|
62366
62366
|
children: [
|
|
62367
|
-
typeof r == "string" ? /* @__PURE__ */ v(A3, { className: "MBv2_Modal_Title", children: /* @__PURE__ */ Z(
|
|
62367
|
+
typeof r == "string" ? /* @__PURE__ */ v(A3, { className: "MBv2_Modal_Title", children: /* @__PURE__ */ Z(Pe, { display: "flex", flexDirection: "row", justifyContent: "space-between", alignItems: "center", children: [
|
|
62368
62368
|
r,
|
|
62369
62369
|
m && /* @__PURE__ */ v(Wn, { "data-testid": "modal-header-close-btn", onClick: n, children: /* @__PURE__ */ v(Mm, {}) })
|
|
62370
62370
|
] }) }) : r,
|
|
62371
62371
|
o && (typeof o == "string" ? /* @__PURE__ */ v(P3, { className: "MBv2_Modal_Content", children: /* @__PURE__ */ v(N3, { className: "MBv2_Modal_Content_Text", children: o }) }) : o),
|
|
62372
62372
|
(() => {
|
|
62373
62373
|
if (i)
|
|
62374
|
-
return /* @__PURE__ */ v(vp, { className: "MBv2_Modal_Actions", children: /* @__PURE__ */ Z(
|
|
62375
|
-
/* @__PURE__ */ v(
|
|
62376
|
-
/* @__PURE__ */ Z(
|
|
62374
|
+
return /* @__PURE__ */ v(vp, { className: "MBv2_Modal_Actions", children: /* @__PURE__ */ Z(Pe, { display: "flex", flexDirection: "row", justifyContent: "space-between", width: "100%", gap: "0.25rem", children: [
|
|
62375
|
+
/* @__PURE__ */ v(Pe, { children: y() }),
|
|
62376
|
+
/* @__PURE__ */ Z(Pe, { display: "flex", gap: ".25rem", children: [
|
|
62377
62377
|
...i
|
|
62378
62378
|
] })
|
|
62379
62379
|
] }) });
|
|
62380
62380
|
if (s && p)
|
|
62381
|
-
return /* @__PURE__ */ v(vp, { className: "MBv2_Modal_Actions", children: /* @__PURE__ */ v(
|
|
62381
|
+
return /* @__PURE__ */ v(vp, { className: "MBv2_Modal_Actions", children: /* @__PURE__ */ v(Pe, { children: y() }) });
|
|
62382
62382
|
})()
|
|
62383
62383
|
]
|
|
62384
62384
|
}
|
|
@@ -62387,15 +62387,15 @@ const ufe = (t) => {
|
|
|
62387
62387
|
function xfe(t) {
|
|
62388
62388
|
return Ke("MuiAlert", t);
|
|
62389
62389
|
}
|
|
62390
|
-
const qO = je("MuiAlert", ["root", "action", "icon", "message", "filled", "colorSuccess", "colorInfo", "colorWarning", "colorError", "filledSuccess", "filledInfo", "filledWarning", "filledError", "outlined", "outlinedSuccess", "outlinedInfo", "outlinedWarning", "outlinedError", "standard", "standardSuccess", "standardInfo", "standardWarning", "standardError"]), wfe =
|
|
62390
|
+
const qO = je("MuiAlert", ["root", "action", "icon", "message", "filled", "colorSuccess", "colorInfo", "colorWarning", "colorError", "filledSuccess", "filledInfo", "filledWarning", "filledError", "outlined", "outlinedSuccess", "outlinedInfo", "outlinedWarning", "outlinedError", "standard", "standardSuccess", "standardInfo", "standardWarning", "standardError"]), wfe = Ne(/* @__PURE__ */ v("path", {
|
|
62391
62391
|
d: "M20,12A8,8 0 0,1 12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4C12.76,4 13.5,4.11 14.2, 4.31L15.77,2.74C14.61,2.26 13.34,2 12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0, 0 22,12M7.91,10.08L6.5,11.5L11,16L21,6L19.59,4.58L11,13.17L7.91,10.08Z"
|
|
62392
|
-
}), "SuccessOutlined"), Sfe =
|
|
62392
|
+
}), "SuccessOutlined"), Sfe = Ne(/* @__PURE__ */ v("path", {
|
|
62393
62393
|
d: "M12 5.99L19.53 19H4.47L12 5.99M12 2L1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
|
|
62394
|
-
}), "ReportProblemOutlined"), Cfe =
|
|
62394
|
+
}), "ReportProblemOutlined"), Cfe = Ne(/* @__PURE__ */ v("path", {
|
|
62395
62395
|
d: "M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
|
|
62396
|
-
}), "ErrorOutline"), Tfe =
|
|
62396
|
+
}), "ErrorOutline"), Tfe = Ne(/* @__PURE__ */ v("path", {
|
|
62397
62397
|
d: "M11,9H13V7H11M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20, 12C20,16.41 16.41,20 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10, 10 0 0,0 12,2M11,17H13V11H11V17Z"
|
|
62398
|
-
}), "InfoOutlined"), kfe =
|
|
62398
|
+
}), "InfoOutlined"), kfe = Ne(/* @__PURE__ */ v("path", {
|
|
62399
62399
|
d: "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
|
|
62400
62400
|
}), "Close"), Efe = (t) => {
|
|
62401
62401
|
const {
|
|
@@ -62948,13 +62948,13 @@ function WA({
|
|
|
62948
62948
|
return ae;
|
|
62949
62949
|
}
|
|
62950
62950
|
};
|
|
62951
|
-
return m ? /* @__PURE__ */ Z(
|
|
62951
|
+
return m ? /* @__PURE__ */ Z(Pe, { children: [
|
|
62952
62952
|
me,
|
|
62953
|
-
/* @__PURE__ */ v(
|
|
62954
|
-
] }) : /* @__PURE__ */ Z(
|
|
62953
|
+
/* @__PURE__ */ v(Pe, { paddingTop: "8px", children: /* @__PURE__ */ v(kA, { isLoading: F, children: G() }) })
|
|
62954
|
+
] }) : /* @__PURE__ */ Z(Pe, { width: "100%", children: [
|
|
62955
62955
|
T === "Insert Citation/Attachment(s)" && me,
|
|
62956
|
-
/* @__PURE__ */ v(
|
|
62957
|
-
/* @__PURE__ */ v(qm, { open: T !== "Insert Citation/Attachment(s)", children: /* @__PURE__ */ Z(
|
|
62956
|
+
/* @__PURE__ */ v(Pe, { paddingTop: "8px", children: te }),
|
|
62957
|
+
/* @__PURE__ */ v(qm, { open: T !== "Insert Citation/Attachment(s)", children: /* @__PURE__ */ Z(Pe, { padding: "10px 20px", minWidth: "400px", "data-testid": "citation-form-modal", children: [
|
|
62958
62958
|
me,
|
|
62959
62959
|
T === "Citation" ? ne : ae
|
|
62960
62960
|
] }) })
|
|
@@ -63099,7 +63099,7 @@ function Ffe(t) {
|
|
|
63099
63099
|
})
|
|
63100
63100
|
),
|
|
63101
63101
|
...t,
|
|
63102
|
-
children: /* @__PURE__ */ Z(
|
|
63102
|
+
children: /* @__PURE__ */ Z(Pe, { display: "flex", flexDirection: "row", gap: "4px", alignItems: "center", children: [
|
|
63103
63103
|
/* @__PURE__ */ v(Ire, { fontSize: "small" }),
|
|
63104
63104
|
/* @__PURE__ */ v(Xe, { variant: "body2", children: "Insert Citation/Attachment" })
|
|
63105
63105
|
] })
|
|
@@ -63129,7 +63129,7 @@ const jA = tc(void 0), UA = () => {
|
|
|
63129
63129
|
return /* @__PURE__ */ v(O1, { as: "span", ...e, "data-testid": "citation-node-component", children: /* @__PURE__ */ v(
|
|
63130
63130
|
No,
|
|
63131
63131
|
{
|
|
63132
|
-
title: /* @__PURE__ */ v(
|
|
63132
|
+
title: /* @__PURE__ */ v(Pe, { className: "citation-tooltip", children: p.map((b, g) => {
|
|
63133
63133
|
var k;
|
|
63134
63134
|
const S = !!b.fileName ? [b.title, b.fileName] : [
|
|
63135
63135
|
b.title,
|
|
@@ -63255,7 +63255,7 @@ function YO({
|
|
|
63255
63255
|
n(m);
|
|
63256
63256
|
},
|
|
63257
63257
|
...i,
|
|
63258
|
-
children: /* @__PURE__ */ v(
|
|
63258
|
+
children: /* @__PURE__ */ v(Pe, { display: "flex", flexDirection: "row", gap: "4px", alignItems: "center", children: /* @__PURE__ */ v($3, { "data-testid": "comment-button-badge", badgeContent: a, color: l, sx: u, children: /* @__PURE__ */ v(Wre, { sx: { fontSize: "22px" } }) }) })
|
|
63259
63259
|
}
|
|
63260
63260
|
) : null;
|
|
63261
63261
|
}
|
|
@@ -63330,7 +63330,7 @@ const Epe = (t) => {
|
|
|
63330
63330
|
}
|
|
63331
63331
|
const fe = Ls.pick(t, ["canComment", "onComment", "commentCount", "commentResolved"]);
|
|
63332
63332
|
return /* @__PURE__ */ Z(
|
|
63333
|
-
|
|
63333
|
+
Pe,
|
|
63334
63334
|
{
|
|
63335
63335
|
id: `citation-field_${e}`,
|
|
63336
63336
|
sx: {
|
|
@@ -63353,7 +63353,7 @@ const Epe = (t) => {
|
|
|
63353
63353
|
flexDirection: "column",
|
|
63354
63354
|
width: "100%",
|
|
63355
63355
|
children: [
|
|
63356
|
-
/* @__PURE__ */ Z(
|
|
63356
|
+
/* @__PURE__ */ Z(Pe, { display: "flex", flexDirection: "row", justifyContent: "space-between", alignItems: "center", children: [
|
|
63357
63357
|
!r && /* @__PURE__ */ v(nv, { htmlFor: `citation-field_${e}`, required: !i && o, children: n }),
|
|
63358
63358
|
i && /* @__PURE__ */ v(YO, { ...fe, editor: (J = I == null ? void 0 : I.current) == null ? void 0 : J.editor })
|
|
63359
63359
|
] }),
|
|
@@ -63439,7 +63439,7 @@ const Epe = (t) => {
|
|
|
63439
63439
|
window.scrollTo({ top: 0, behavior: "smooth" });
|
|
63440
63440
|
}, []);
|
|
63441
63441
|
return /* @__PURE__ */ v(B3, { in: o, children: /* @__PURE__ */ v(
|
|
63442
|
-
|
|
63442
|
+
Pe,
|
|
63443
63443
|
{
|
|
63444
63444
|
sx: {
|
|
63445
63445
|
position: "fixed",
|
|
@@ -63571,12 +63571,12 @@ const Epe = (t) => {
|
|
|
63571
63571
|
{
|
|
63572
63572
|
variant: l,
|
|
63573
63573
|
content: /* @__PURE__ */ Z(
|
|
63574
|
-
|
|
63574
|
+
Pe,
|
|
63575
63575
|
{
|
|
63576
63576
|
"data-testid": "form-group-container",
|
|
63577
63577
|
sx: typeof g == "string" ? k(g) : { ...g },
|
|
63578
63578
|
children: [
|
|
63579
|
-
/* @__PURE__ */ Z(
|
|
63579
|
+
/* @__PURE__ */ Z(Pe, { width: "100%", children: [
|
|
63580
63580
|
i(`${e}.${O}`, O),
|
|
63581
63581
|
b && O !== S.length - 1 && /* @__PURE__ */ v(vs, { "data-testid": "divider" })
|
|
63582
63582
|
] }),
|
|
@@ -63710,8 +63710,8 @@ const Epe = (t) => {
|
|
|
63710
63710
|
modified: { icon: Dre, label: "Modified", color: "info" },
|
|
63711
63711
|
unmodified: { label: "Unmodified", color: "default" }
|
|
63712
63712
|
}, jfe = (t, e) => /* @__PURE__ */ Z(Fn, { children: [
|
|
63713
|
-
/* @__PURE__ */ v(
|
|
63714
|
-
/* @__PURE__ */ v(
|
|
63713
|
+
/* @__PURE__ */ v(Pe, { "data-testid": "diff-table-cell-removed", sx: { backgroundColor: Gp }, children: /* @__PURE__ */ v("s", { children: t }) }),
|
|
63714
|
+
/* @__PURE__ */ v(Pe, { "data-testid": "diff-table-cell-added", sx: { backgroundColor: Yp }, children: /* @__PURE__ */ v("u", { children: e }) })
|
|
63715
63715
|
] }), Ufe = (t, e, n, r = !1) => {
|
|
63716
63716
|
var i;
|
|
63717
63717
|
let o = {};
|
|
@@ -63795,7 +63795,7 @@ const Epe = (t) => {
|
|
|
63795
63795
|
size: i
|
|
63796
63796
|
}) => {
|
|
63797
63797
|
const [s, a] = ft(!1), l = () => a(!s), u = `${s ? "Hide" : "Show"} ${n.length} unmodified row${n.length > 1 ? "s" : ""}`;
|
|
63798
|
-
return /* @__PURE__ */ Z(
|
|
63798
|
+
return /* @__PURE__ */ Z(Pe, { children: [
|
|
63799
63799
|
/* @__PURE__ */ v(
|
|
63800
63800
|
EA,
|
|
63801
63801
|
{
|
|
@@ -63806,7 +63806,7 @@ const Epe = (t) => {
|
|
|
63806
63806
|
size: i
|
|
63807
63807
|
}
|
|
63808
63808
|
),
|
|
63809
|
-
n.length > 0 && /* @__PURE__ */ v(
|
|
63809
|
+
n.length > 0 && /* @__PURE__ */ v(Pe, { children: /* @__PURE__ */ v(Rn, { onClick: l, children: u }) })
|
|
63810
63810
|
] });
|
|
63811
63811
|
}, $pe = (t) => {
|
|
63812
63812
|
const { emptyTableMsg: e = "No changes to display", ...n } = t, r = Fs(Xn().breakpoints.down("sm")), o = "beforeData" in n ? Kfe({
|
|
@@ -63817,7 +63817,7 @@ const Epe = (t) => {
|
|
|
63817
63817
|
}, Lpe = (t) => {
|
|
63818
63818
|
const { featureMenuOptions: e = [], copyright: n, logo: r, sx: o = {}, fontColor: i = "primary" } = t, { palette: s } = Xn(), a = nc();
|
|
63819
63819
|
return /* @__PURE__ */ Z(
|
|
63820
|
-
|
|
63820
|
+
Pe,
|
|
63821
63821
|
{
|
|
63822
63822
|
className: "MBv2_Footer",
|
|
63823
63823
|
sx: {
|
|
@@ -63827,7 +63827,7 @@ const Epe = (t) => {
|
|
|
63827
63827
|
},
|
|
63828
63828
|
children: [
|
|
63829
63829
|
/* @__PURE__ */ v(
|
|
63830
|
-
|
|
63830
|
+
Pe,
|
|
63831
63831
|
{
|
|
63832
63832
|
className: "MBv2_Footer_Logo",
|
|
63833
63833
|
sx: {
|
|
@@ -63842,7 +63842,7 @@ const Epe = (t) => {
|
|
|
63842
63842
|
}
|
|
63843
63843
|
),
|
|
63844
63844
|
/* @__PURE__ */ Z(
|
|
63845
|
-
|
|
63845
|
+
Pe,
|
|
63846
63846
|
{
|
|
63847
63847
|
display: "flex",
|
|
63848
63848
|
justifyContent: "space-between",
|
|
@@ -63851,7 +63851,7 @@ const Epe = (t) => {
|
|
|
63851
63851
|
gap: 2,
|
|
63852
63852
|
children: [
|
|
63853
63853
|
/* @__PURE__ */ v(
|
|
63854
|
-
|
|
63854
|
+
Pe,
|
|
63855
63855
|
{
|
|
63856
63856
|
sx: { flexGrow: 1 },
|
|
63857
63857
|
className: "MBv2_Footer_Nav_Links",
|
|
@@ -63912,14 +63912,14 @@ const Epe = (t) => {
|
|
|
63912
63912
|
}
|
|
63913
63913
|
return r ? (
|
|
63914
63914
|
// add wrapper so that the drawer will close when the user clicks on any of the content
|
|
63915
|
-
/* @__PURE__ */ v(
|
|
63915
|
+
/* @__PURE__ */ v(Pe, { role: "presentation", onClick: () => a(!1), children: r })
|
|
63916
63916
|
) : null;
|
|
63917
63917
|
})(), p = f ?? !1;
|
|
63918
63918
|
return He.useEffect(() => {
|
|
63919
63919
|
a(!1);
|
|
63920
63920
|
}, [o]), p && /* @__PURE__ */ Z(Fn, { children: [
|
|
63921
63921
|
/* @__PURE__ */ v(Wn, { onClick: () => a(!0), color: "inherit", title: "Menu", children: /* @__PURE__ */ v(Vre, {}) }),
|
|
63922
|
-
/* @__PURE__ */ v(q3, { "data-testid": "mobile-drawer", anchor: n, open: s, onClose: () => a(!1), children: /* @__PURE__ */ v(
|
|
63922
|
+
/* @__PURE__ */ v(q3, { "data-testid": "mobile-drawer", anchor: n, open: s, onClose: () => a(!1), children: /* @__PURE__ */ v(Pe, { sx: { width: 300 }, display: "flex", flexDirection: "column", justifyContent: "space-between", children: /* @__PURE__ */ v(Pe, { display: "flex", justifyContent: "start", flexDirection: "column", children: f }) }) })
|
|
63923
63923
|
] });
|
|
63924
63924
|
}, Jfe = (t) => {
|
|
63925
63925
|
const { env: e, isProd: n } = t;
|
|
@@ -64035,11 +64035,11 @@ const Epe = (t) => {
|
|
|
64035
64035
|
alt: "logo"
|
|
64036
64036
|
}
|
|
64037
64037
|
) : r }),
|
|
64038
|
-
/* @__PURE__ */ Z(
|
|
64038
|
+
/* @__PURE__ */ Z(Pe, { display: "flex", gap: 2, alignItems: "center", children: [
|
|
64039
64039
|
!l && !g && O,
|
|
64040
64040
|
g && /* @__PURE__ */ v(Gfe, { menuOptionLists: [o, a, R], anchor: "right" }),
|
|
64041
64041
|
!g && /* @__PURE__ */ Z(Fn, { children: [
|
|
64042
|
-
/* @__PURE__ */ v(
|
|
64042
|
+
/* @__PURE__ */ v(Pe, { display: "flex", gap: 0, children: a == null ? void 0 : a.map((P, $) => /* @__PURE__ */ Z(Pe, { display: "flex", alignItems: "center", children: [
|
|
64043
64043
|
$ > 0 && /* @__PURE__ */ v(
|
|
64044
64044
|
Xe,
|
|
64045
64045
|
{
|
|
@@ -64054,7 +64054,7 @@ const Epe = (t) => {
|
|
|
64054
64054
|
variant: "text",
|
|
64055
64055
|
sx: { color: "white" },
|
|
64056
64056
|
...oc(P, b),
|
|
64057
|
-
children: /* @__PURE__ */ Z(
|
|
64057
|
+
children: /* @__PURE__ */ Z(Pe, { display: "flex", gap: "3px", alignItems: "center", children: [
|
|
64058
64058
|
P.icon,
|
|
64059
64059
|
P.label
|
|
64060
64060
|
] })
|
|
@@ -64075,7 +64075,7 @@ const Epe = (t) => {
|
|
|
64075
64075
|
return He.useEffect(() => {
|
|
64076
64076
|
const a = n.findIndex((l) => l.path && r.startsWith(l.path)) ?? -1;
|
|
64077
64077
|
s(a >= 0 ? a : void 0);
|
|
64078
|
-
}, [r, n]), !o && n.length > 0 && /* @__PURE__ */ v(
|
|
64078
|
+
}, [r, n]), !o && n.length > 0 && /* @__PURE__ */ v(Pe, { sx: e, children: /* @__PURE__ */ v(Ma, { sx: { height: "100%", width: 200 }, children: /* @__PURE__ */ v(px, { orientation: "vertical", menuOptions: n, activeTabIdx: i }) }) });
|
|
64079
64079
|
}, Vpe = (t) => {
|
|
64080
64080
|
const { featureMenuOptions: e = [], activeTabIdx: n, sx: r } = t, { palette: o } = Xn();
|
|
64081
64081
|
return e.length > 0 && /* @__PURE__ */ v(
|
|
@@ -64220,7 +64220,7 @@ const Epe = (t) => {
|
|
|
64220
64220
|
bottomGutter: l = !1
|
|
64221
64221
|
} = t, u = Fs(Xn().breakpoints.down("sm"));
|
|
64222
64222
|
return !e && (!r || !n) ? null : /* @__PURE__ */ Z(
|
|
64223
|
-
|
|
64223
|
+
Pe,
|
|
64224
64224
|
{
|
|
64225
64225
|
"data-testid": "MBv2-Page-Header",
|
|
64226
64226
|
sx: {
|
|
@@ -64230,7 +64230,7 @@ const Epe = (t) => {
|
|
|
64230
64230
|
children: [
|
|
64231
64231
|
i.length > 0 && /* @__PURE__ */ v(epe, { crumbs: i }),
|
|
64232
64232
|
/* @__PURE__ */ Z(
|
|
64233
|
-
|
|
64233
|
+
Pe,
|
|
64234
64234
|
{
|
|
64235
64235
|
className: "MBv2_PageHeader_Header",
|
|
64236
64236
|
display: "flex",
|
|
@@ -64240,7 +64240,7 @@ const Epe = (t) => {
|
|
|
64240
64240
|
gap: 1,
|
|
64241
64241
|
children: [
|
|
64242
64242
|
/* @__PURE__ */ Z(
|
|
64243
|
-
|
|
64243
|
+
Pe,
|
|
64244
64244
|
{
|
|
64245
64245
|
className: "MBv2_PageHeader_TitleAndCreateBtn",
|
|
64246
64246
|
display: "flex",
|
|
@@ -64258,7 +64258,7 @@ const Epe = (t) => {
|
|
|
64258
64258
|
]
|
|
64259
64259
|
}
|
|
64260
64260
|
),
|
|
64261
|
-
s && /* @__PURE__ */ v(
|
|
64261
|
+
s && /* @__PURE__ */ v(Pe, { width: u ? "100%" : "50%", children: s })
|
|
64262
64262
|
]
|
|
64263
64263
|
}
|
|
64264
64264
|
)
|
|
@@ -64272,7 +64272,7 @@ const Epe = (t) => {
|
|
|
64272
64272
|
const { title: e, titleIcon: n, fullWidthIcon: r = !1, children: o, actionLabel: i, action: s, sx: a } = t, l = Fs(Xn().breakpoints.down("sm"));
|
|
64273
64273
|
return /* @__PURE__ */ Z(Ma, { sx: a || { padding: "30px 40px", display: "flex", flexDirection: "column", gap: "1rem" }, children: [
|
|
64274
64274
|
n && /* @__PURE__ */ v(
|
|
64275
|
-
|
|
64275
|
+
Pe,
|
|
64276
64276
|
{
|
|
64277
64277
|
className: "MBv2_SingleActionCard_Img",
|
|
64278
64278
|
sx: [
|
|
@@ -64315,8 +64315,8 @@ const Epe = (t) => {
|
|
|
64315
64315
|
] });
|
|
64316
64316
|
}, Kpe = (t) => {
|
|
64317
64317
|
const { title: e = "Loading...", message: n } = t;
|
|
64318
|
-
return /* @__PURE__ */ Z(
|
|
64319
|
-
/* @__PURE__ */ Z(
|
|
64318
|
+
return /* @__PURE__ */ Z(Pe, { className: "loading-page", sx: { gap: 2 }, "data-testid": "loading-page", children: [
|
|
64319
|
+
/* @__PURE__ */ Z(Pe, { className: "text-content", children: [
|
|
64320
64320
|
/* @__PURE__ */ v(Xe, { variant: "h1", "data-testid": "title", children: e }),
|
|
64321
64321
|
n && /* @__PURE__ */ v(Xe, { "data-testid": "message", children: n })
|
|
64322
64322
|
] }),
|
|
@@ -64348,11 +64348,33 @@ const Gpe = (t) => {
|
|
|
64348
64348
|
n = "22px";
|
|
64349
64349
|
break;
|
|
64350
64350
|
}
|
|
64351
|
-
return /* @__PURE__ */ v(
|
|
64351
|
+
return /* @__PURE__ */ v(Pe, { height: n });
|
|
64352
|
+
}, Jpe = (t) => {
|
|
64353
|
+
const { text: e, indent: n = !1 } = t;
|
|
64354
|
+
return e ? /* @__PURE__ */ v(
|
|
64355
|
+
Pe,
|
|
64356
|
+
{
|
|
64357
|
+
component: "blockquote",
|
|
64358
|
+
sx: {
|
|
64359
|
+
borderLeft: "4px solid",
|
|
64360
|
+
borderColor: "primary.main",
|
|
64361
|
+
pl: 1,
|
|
64362
|
+
bgcolor: "action.hover",
|
|
64363
|
+
m: 0,
|
|
64364
|
+
ml: n ? 3 : 0
|
|
64365
|
+
},
|
|
64366
|
+
children: /* @__PURE__ */ Z(Xe, { variant: "h6", component: "p", fontStyle: "italic", fontWeight: 600, gutterBottom: !0, children: [
|
|
64367
|
+
'"',
|
|
64368
|
+
e,
|
|
64369
|
+
'"'
|
|
64370
|
+
] })
|
|
64371
|
+
}
|
|
64372
|
+
) : null;
|
|
64352
64373
|
};
|
|
64353
64374
|
export {
|
|
64354
64375
|
Ppe as AlertModal,
|
|
64355
64376
|
Zne as Autocomplete,
|
|
64377
|
+
Jpe as Blockquote,
|
|
64356
64378
|
epe as Breadcrumbs,
|
|
64357
64379
|
Yr as Button,
|
|
64358
64380
|
tre as Checkbox,
|