@hybridcore/ui 1.6.1 → 1.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CATALOG.md +179 -0
- package/README.md +1 -2
- package/dist/AccordionSummary-CJppWeqF.js +781 -0
- package/dist/Add-CqcD1PWb.js +403 -0
- package/dist/Box-DqUMmZjL.js +31 -0
- package/dist/Button-C5yquWAB.js +357 -0
- package/dist/ButtonBase-BEF7oTOe.js +887 -0
- package/dist/{Delete-fBLhTHbF.js → Delete-BdyYpINH.js} +9 -8
- package/dist/{DialogContent-CGJ7alb8.js → DialogContent-BvVjD9z3.js} +127 -122
- package/dist/FormGroup-CpBsIyYR.js +89 -0
- package/dist/{IconButton-_opV1iNK.js → IconButton-BoGwbvrP.js} +26 -26
- package/dist/{InputLabel-rEwwnD4_.js → InputLabel-Dd8RrneV.js} +140 -153
- package/dist/{MenuItem-DrE50M_p.js → MenuItem-DwqJqzuM.js} +65 -89
- package/dist/Modal-MUZygjmQ.js +1158 -0
- package/dist/Paper-BkQLdsCI.js +582 -0
- package/dist/Select-DHUl_uG3.js +3916 -0
- package/dist/SwitchBase-DTndTqI8.js +235 -0
- package/dist/TextField-e2oKaUN1.js +669 -0
- package/dist/TransitionGroupContext-BDAp2T0O.js +96 -0
- package/dist/{Typography-B-Z5Y0Xq.js → Typography-DgsSLCFC.js} +28 -26
- package/dist/assertThisInitialized-C1dAyb4j.js +7 -0
- package/dist/assets/index4.css +1 -0
- package/dist/clsx-OuTLNxxd.js +16 -0
- package/dist/components/access/helpers.js +1 -1
- package/dist/components/access/logic.js +1 -1
- package/dist/components/button/index.js +10 -0
- package/dist/components/button/logic.js +26 -0
- package/dist/components/button/styled.js +9 -0
- package/dist/components/charts/_common/chart-error.js +19 -0
- package/dist/components/charts/candlestick/index.js +3 -3
- package/dist/components/charts/candlestick/logic.js +123 -113
- package/dist/components/charts/chart-wrapper/index.js +5 -5
- package/dist/components/charts/column-line-mix/index.js +9 -8
- package/dist/components/charts/column-line-mix/logic.js +68 -71
- package/dist/components/charts/drill-down-treemap/index.js +8 -7
- package/dist/components/charts/drill-down-treemap/logic.js +138 -144
- package/dist/components/charts/drill-down-voronoi-treemap/index.js +9 -8
- package/dist/components/charts/drill-down-voronoi-treemap/logic.js +222 -228
- package/dist/components/charts/heatmap/index.js +9 -8
- package/dist/components/charts/heatmap/logic.js +167 -173
- package/dist/components/charts/highlighting-line-data/index.js +3 -3
- package/dist/components/charts/line/index.js +9 -8
- package/dist/components/charts/line/logic.js +74 -79
- package/dist/components/charts/logaritmic-scale/index.js +9 -8
- package/dist/components/charts/logaritmic-scale/logic.js +63 -69
- package/dist/components/charts/multiple-value-axes/index.js +9 -8
- package/dist/components/charts/multiple-value-axes/logic.js +101 -107
- package/dist/components/charts/nested-pie/index.js +9 -8
- package/dist/components/charts/nested-pie/logic.js +62 -68
- package/dist/components/charts/packed-circles/index.js +7 -6
- package/dist/components/charts/packed-circles/logic.js +50 -56
- package/dist/components/charts/pie-chart/index.js +9 -8
- package/dist/components/charts/pie-chart/logic.js +49 -54
- package/dist/components/charts/stacked-area-radar/index.js +8 -7
- package/dist/components/charts/stacked-area-radar/logic.js +113 -118
- package/dist/components/charts/stacked-column-chart/index.js +9 -8
- package/dist/components/charts/stacked-column-chart/logic.js +78 -84
- package/dist/components/charts/xy-chart/index.js +9 -8
- package/dist/components/charts/xy-chart/logic.js +56 -60
- package/dist/components/collapsible-card/index.js +11 -10
- package/dist/components/collapsible-card/styled.js +1 -1
- package/dist/components/color-picker/index.js +7120 -0
- package/dist/components/color-picker/logic.js +18 -0
- package/dist/components/color-picker/styled.js +7 -0
- package/dist/components/confirm/dialog.js +3 -3
- package/dist/components/confirm/index.js +1 -1
- package/dist/components/data-grid/index.js +22 -0
- package/dist/components/data-grid/logic.js +15 -0
- package/dist/components/data-grid/styled.js +20 -0
- package/dist/components/data-map/components/controls/index.js +4 -6
- package/dist/components/data-map/index.js +11 -11
- package/dist/components/data-security-selectors/dissemination-list/index.js +192 -191
- package/dist/components/data-security-selectors/dissemination-list/styled.js +12 -12
- package/dist/components/data-security-selectors/security-level/index.js +18 -15
- package/dist/components/data-security-selectors/security-level/logic.js +18 -63
- package/dist/components/data-security-selectors/security-level/styled.js +23 -17
- package/dist/components/date-picker-with-custom-range/index.js +1 -1
- package/dist/components/date-range-picker/index.js +2748 -0
- package/dist/components/date-range-picker/styled.js +14 -0
- package/dist/components/date-time-picker/index.js +45 -46
- package/dist/components/divider/index.js +11 -11
- package/dist/components/document-viewer/components/action-buttons/index.js +15 -15
- package/dist/components/document-viewer/components/navigation/index.js +9 -9
- package/dist/components/document-viewer/components/viewer/index.js +31 -35
- package/dist/components/document-viewer/index.js +31 -39
- package/dist/components/document-viewer/logic.js +41 -34
- package/dist/components/document-viewer/styled.js +115 -27
- package/dist/components/duration-select/index.js +27 -0
- package/dist/components/duration-select/logic.js +21 -0
- package/dist/components/duration-select/styled.js +26 -0
- package/dist/components/editable-text/index.js +20 -0
- package/dist/components/editable-text/logic.js +18 -0
- package/dist/components/editable-text/styled.js +22 -0
- package/dist/components/geometry-picker/coordinate/index.js +29 -29
- package/dist/components/geometry-picker/edit/index.js +18 -18
- package/dist/components/geometry-picker/geometry/index.js +67 -67
- package/dist/components/geometry-picker/geometry/map-overlay.js +6 -6
- package/dist/components/geometry-picker/index.js +69 -86
- package/dist/components/geometry-picker/kml/index.js +16 -16
- package/dist/components/geometry-picker/logic.js +50 -57
- package/dist/components/geometry-picker/map/index.js +8 -8
- package/dist/components/geometry-picker/parser/coordinate-input/index.js +4 -4
- package/dist/components/geometry-picker/parser/index.js +46 -50
- package/dist/components/geometry-picker/parser/styled.js +22 -4
- package/dist/components/geometry-picker/styled.js +97 -37
- package/dist/components/geometry-picker/wkt/index.js +13 -13
- package/dist/components/heat-map/components/controls/index.js +4 -6
- package/dist/components/heat-map/components/legend/index.js +15 -17
- package/dist/components/heat-map/index.js +7 -7
- package/dist/components/instance-form/components/TopLabelWrapper.js +8 -48
- package/dist/components/instance-form/components/composite-list/index.js +5 -3
- package/dist/components/instance-form/components/composite-matrix/components/editable-table/index.js +83 -74
- package/dist/components/instance-form/components/composite-matrix/components/editor/index.js +45 -66
- package/dist/components/instance-form/components/composite-matrix/components/form/index.js +60 -75
- package/dist/components/instance-form/components/composite-matrix/components/json-editor/index.js +2425 -2422
- package/dist/components/instance-form/components/composite-matrix/components/table/index.js +33 -52
- package/dist/components/instance-form/components/composite-matrix/index.js +30 -36
- package/dist/components/instance-form/components/policy-list/index.js +47 -81
- package/dist/components/instance-form/components/variable/index.js +6 -9
- package/dist/components/instance-form/components/variables/index.js +48 -55
- package/dist/components/instance-form/helpers.js +9 -0
- package/dist/components/instance-form/index.js +402 -518
- package/dist/components/instance-form/logic.js +115 -0
- package/dist/components/instance-form/styled.js +487 -0
- package/dist/components/instance-hierarchy-table/styled.js +1 -1
- package/dist/components/instance-variable-list/index.js +11 -11
- package/dist/components/map/index.js +28 -6
- package/dist/components/map/styled.js +1 -1
- package/dist/components/notification/index.js +67 -0
- package/dist/components/notification/logic.js +30 -0
- package/dist/components/notification/store.js +23 -0
- package/dist/components/notification/styled.js +52 -0
- package/dist/components/object-profile-card/components/avatar/index.js +9 -10
- package/dist/components/object-profile-card/index.js +19 -20
- package/dist/components/paginated-list/index.js +2 -3
- package/dist/components/placeholder/index.js +10 -0
- package/dist/components/placeholder/logic.js +12 -0
- package/dist/components/placeholder/styled.js +32 -0
- package/dist/components/positional-tooltip/index.js +24 -0
- package/dist/components/positional-tooltip/styled.js +17 -0
- package/dist/components/property-mapping/index.js +204 -423
- package/dist/components/property-mapping/logic.js +156 -0
- package/dist/components/property-mapping/styled.js +199 -0
- package/dist/components/prr-map/components/controls/index.js +4 -6
- package/dist/components/prr-map/components/legend/index.js +26 -28
- package/dist/components/prr-map/index.js +5 -5
- package/dist/components/range-selector/styled.js +1106 -1034
- package/dist/components/raster-grid-map/components/controls/index.js +4 -6
- package/dist/components/raster-grid-map/components/legend/index.js +4 -6
- package/dist/components/raster-grid-map/index.js +5 -5
- package/dist/components/scroll-drag/index.js +22 -0
- package/dist/components/scroll-drag/logic.js +39 -0
- package/dist/components/scroll-drag/styled.js +17 -0
- package/dist/components/search-input/logic.js +35 -33
- package/dist/components/simple-pivot-table/index.js +12 -12
- package/dist/components/sortable-list/index.js +599 -0
- package/dist/components/sortable-list/logic.js +18 -0
- package/dist/components/sortable-list/styled.js +38 -0
- package/dist/components/static-text/index.js +6 -6
- package/dist/components/stats-box/index.js +12 -0
- package/dist/components/stats-box/styled.js +36 -0
- package/dist/components/template-form/components/property-list/index.js +27 -26
- package/dist/components/template-form/components/property-list/property-list-columns.js +3 -3
- package/dist/components/template-form/components/property-list/property-list-form.js +758 -12
- package/dist/components/template-form/components/recognition-property-list/index.js +11 -11
- package/dist/components/template-form/components/recognition-property-list/recognition-property-list-columns.js +2 -2
- package/dist/components/template-form/components/recognition-property-list/recognition-property-list-form.js +24 -22
- package/dist/components/template-form/components/select-icon/index.js +24 -24
- package/dist/components/template-form/helpers.js +17 -0
- package/dist/components/template-form/index.js +270 -308
- package/dist/components/template-form/logic.js +69 -0
- package/dist/components/template-form/styled.js +84 -0
- package/dist/components/text-overflow/index.js +6 -0
- package/dist/components/text-overflow/styled.js +13 -0
- package/dist/components/timeline/index.js +12 -12
- package/dist/components/toggle-view-button/index.js +35 -0
- package/dist/components/toggle-view-button/logic.js +22 -0
- package/dist/components/toggle-view-button/styled.js +11 -0
- package/dist/components/tree-select/index.js +1 -1
- package/dist/components/visually-hidden-input/index.js +4 -0
- package/dist/components/visually-hidden-input/styled.js +18 -0
- package/dist/createChainedFunction-C0nujS3O.js +9 -0
- package/dist/{createSvgIcon-DX-SqL8M.js → createSvgIcon-Ch_cT8az.js} +68 -65
- package/dist/createSvgIcon-DuDuASu1.js +62 -0
- package/dist/debounce-46wSf_lW.js +15 -0
- package/dist/{dialog-cf4HUXXl.js → dialog-BYRnCztH.js} +30 -29
- package/dist/formControlState-vgaj2ksH.js +10 -0
- package/dist/generateUtilityClasses-C3ivN9Ie.js +2973 -0
- package/dist/{helpers-B4UL9NMD.js → helpers-D4uXfBfO.js} +2 -2
- package/dist/index-BtlzPygz.js +470 -0
- package/dist/index-DH6qsPBn.js +153 -0
- package/dist/{index-C8C3YXle.js → index-e9xTIYWt.js} +139 -137
- package/dist/main.d.ts +1054 -330
- package/dist/main.js +163 -130
- package/dist/ownerWindow-wg6foiOE.js +10 -0
- package/dist/setPrototypeOf-NPgp4cYc.js +8 -0
- package/dist/styled-Db1RdcPA.js +323 -0
- package/dist/unsupportedProp-DuqR2hj9.js +36 -0
- package/dist/useFormControl-CatNKXAi.js +10 -0
- package/dist/useId-BW-oWmul.js +19 -0
- package/dist/{useMobilePicker-B-M3dnTn.js → useMobilePicker-CY8ndYRL.js} +4777 -4491
- package/dist/useSlot-B_Q4vnX5.js +42 -0
- package/package.json +15 -7
- package/dist/AccordionSummary-CMg08YSA.js +0 -739
- package/dist/Add-DuVVJeQU.js +0 -380
- package/dist/ButtonBase-sObABYY2.js +0 -965
- package/dist/FormControl-BCurCxRj.js +0 -1294
- package/dist/FormControlLabel-BkRfrhNy.js +0 -601
- package/dist/InputAdornment-C7PEvvYr.js +0 -155
- package/dist/Modal-DlB6GH-f.js +0 -1659
- package/dist/Paper-q9kKjAKx.js +0 -527
- package/dist/TextField-DSDIEEKu.js +0 -3161
- package/dist/assertThisInitialized-BUtkG-md.js +0 -13
- package/dist/capitalize-quqpGCFu.js +0 -9
- package/dist/components/instance-form/components/composite-list/styled.js +0 -73
- package/dist/components/instance-form/components/composite-matrix/components/editor/styled.js +0 -1
- package/dist/components/instance-form/components/composite-matrix/styled.js +0 -69
- package/dist/components/key-protection/index.js +0 -47
- package/dist/components/key-protection/logic.js +0 -40
- package/dist/components/key-protection/styled.js +0 -45
- package/dist/components/key-protection/utils.js +0 -10
- package/dist/createSvgIcon-BM3-TsGy.js +0 -70
- package/dist/index-BMS1Otro.js +0 -183
- package/dist/index-DPKUmQnz.js +0 -501
- package/dist/index-kCJ_Zvl8.js +0 -34
- package/dist/isMuiElement-BkJ72LB3.js +0 -26
- package/dist/property-list-form-DL_dEoNn.js +0 -381
- package/dist/styled-Bsjp3kFh.js +0 -668
- package/dist/unsupportedProp-BND8AB6O.js +0 -25
- package/dist/useId-B4-oF9Mq.js +0 -34
- package/dist/utils-Cxu-fHjQ.js +0 -115
|
@@ -1,22 +1,23 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { i as t } from "./generateUtilityClasses-C3ivN9Ie.js";
|
|
2
|
+
import { r as a } from "./createSvgIcon-DuDuASu1.js";
|
|
2
3
|
import u from "react/jsx-runtime";
|
|
3
|
-
var e = {}, l =
|
|
4
|
+
var e = {}, l = t;
|
|
4
5
|
Object.defineProperty(e, "__esModule", {
|
|
5
6
|
value: !0
|
|
6
7
|
});
|
|
7
|
-
var
|
|
8
|
-
|
|
8
|
+
var i = e.default = void 0, o = l(a()), d = u;
|
|
9
|
+
i = e.default = (0, o.default)(/* @__PURE__ */ (0, d.jsx)("path", {
|
|
9
10
|
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.9959.9959 0 0 0-1.41 0l-1.83 1.83 3.75 3.75z"
|
|
10
11
|
}), "Edit");
|
|
11
|
-
var r = {}, v =
|
|
12
|
+
var r = {}, v = t;
|
|
12
13
|
Object.defineProperty(r, "__esModule", {
|
|
13
14
|
value: !0
|
|
14
15
|
});
|
|
15
|
-
var f = r.default = void 0,
|
|
16
|
-
f = r.default = (0,
|
|
16
|
+
var f = r.default = void 0, p = v(a()), _ = u;
|
|
17
|
+
f = r.default = (0, p.default)(/* @__PURE__ */ (0, _.jsx)("path", {
|
|
17
18
|
d: "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6zM19 4h-3.5l-1-1h-5l-1 1H5v2h14z"
|
|
18
19
|
}), "Delete");
|
|
19
20
|
export {
|
|
20
21
|
f as a,
|
|
21
|
-
d
|
|
22
|
+
i as d
|
|
22
23
|
};
|
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
import { a as
|
|
2
|
-
import * as
|
|
1
|
+
import { a as t, _ as T } from "./objectWithoutPropertiesLoose-DJteAcBH.js";
|
|
2
|
+
import * as u from "react";
|
|
3
3
|
import { P as o } from "./index-C__OZmYy.js";
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
4
|
+
import { c as b } from "./clsx-OuTLNxxd.js";
|
|
5
|
+
import { g as h, a as y, s as f, b as m, u as S, c as P } from "./generateUtilityClasses-C3ivN9Ie.js";
|
|
6
|
+
import { P as R, u as G } from "./Paper-BkQLdsCI.js";
|
|
6
7
|
import { jsx as p } from "react/jsx-runtime";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
function oo(e) {
|
|
8
|
+
import { B as J, M as Q, F as Z } from "./Modal-MUZygjmQ.js";
|
|
9
|
+
import { u as oo } from "./useId-BW-oWmul.js";
|
|
10
|
+
function eo(e) {
|
|
11
11
|
return y("MuiDialog", e);
|
|
12
12
|
}
|
|
13
|
-
const W = h("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]),
|
|
14
|
-
process.env.NODE_ENV !== "production" && (
|
|
15
|
-
const
|
|
13
|
+
const W = h("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), j = /* @__PURE__ */ u.createContext({});
|
|
14
|
+
process.env.NODE_ENV !== "production" && (j.displayName = "DialogContext");
|
|
15
|
+
const ao = ["aria-describedby", "aria-labelledby", "BackdropComponent", "BackdropProps", "children", "className", "disableEscapeKeyDown", "fullScreen", "fullWidth", "maxWidth", "onBackdropClick", "onClick", "onClose", "open", "PaperComponent", "PaperProps", "scroll", "TransitionComponent", "transitionDuration", "TransitionProps"], ro = f(J, {
|
|
16
16
|
name: "MuiDialog",
|
|
17
17
|
slot: "Backdrop",
|
|
18
18
|
overrides: (e, a) => a.backdrop
|
|
19
19
|
})({
|
|
20
20
|
// Improve scrollable dialog support.
|
|
21
21
|
zIndex: -1
|
|
22
|
-
}),
|
|
22
|
+
}), io = (e) => {
|
|
23
23
|
const {
|
|
24
24
|
classes: a,
|
|
25
25
|
scroll: r,
|
|
26
|
-
maxWidth:
|
|
26
|
+
maxWidth: i,
|
|
27
27
|
fullWidth: s,
|
|
28
28
|
fullScreen: n
|
|
29
29
|
} = e, l = {
|
|
30
30
|
root: ["root"],
|
|
31
|
-
container: ["container", `scroll${
|
|
32
|
-
paper: ["paper", `paperScroll${
|
|
31
|
+
container: ["container", `scroll${m(r)}`],
|
|
32
|
+
paper: ["paper", `paperScroll${m(r)}`, `paperWidth${m(String(i))}`, s && "paperFullWidth", n && "paperFullScreen"]
|
|
33
33
|
};
|
|
34
|
-
return P(l,
|
|
35
|
-
}, to =
|
|
34
|
+
return P(l, eo, a);
|
|
35
|
+
}, to = f(Q, {
|
|
36
36
|
name: "MuiDialog",
|
|
37
37
|
slot: "Root",
|
|
38
38
|
overridesResolver: (e, a) => a.root
|
|
@@ -41,18 +41,18 @@ const eo = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
41
41
|
// Use !important to override the Modal inline-style.
|
|
42
42
|
position: "absolute !important"
|
|
43
43
|
}
|
|
44
|
-
}),
|
|
44
|
+
}), so = f("div", {
|
|
45
45
|
name: "MuiDialog",
|
|
46
46
|
slot: "Container",
|
|
47
47
|
overridesResolver: (e, a) => {
|
|
48
48
|
const {
|
|
49
49
|
ownerState: r
|
|
50
50
|
} = e;
|
|
51
|
-
return [a.container, a[`scroll${
|
|
51
|
+
return [a.container, a[`scroll${m(r.scroll)}`]];
|
|
52
52
|
}
|
|
53
53
|
})(({
|
|
54
54
|
ownerState: e
|
|
55
|
-
}) =>
|
|
55
|
+
}) => t({
|
|
56
56
|
height: "100%",
|
|
57
57
|
"@media print": {
|
|
58
58
|
height: "auto"
|
|
@@ -67,26 +67,26 @@ const eo = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
67
67
|
overflowY: "auto",
|
|
68
68
|
overflowX: "hidden",
|
|
69
69
|
textAlign: "center",
|
|
70
|
-
"
|
|
70
|
+
"&::after": {
|
|
71
71
|
content: '""',
|
|
72
72
|
display: "inline-block",
|
|
73
73
|
verticalAlign: "middle",
|
|
74
74
|
height: "100%",
|
|
75
75
|
width: "0"
|
|
76
76
|
}
|
|
77
|
-
})),
|
|
77
|
+
})), no = f(R, {
|
|
78
78
|
name: "MuiDialog",
|
|
79
79
|
slot: "Paper",
|
|
80
80
|
overridesResolver: (e, a) => {
|
|
81
81
|
const {
|
|
82
82
|
ownerState: r
|
|
83
83
|
} = e;
|
|
84
|
-
return [a.paper, a[`scrollPaper${
|
|
84
|
+
return [a.paper, a[`scrollPaper${m(r.scroll)}`], a[`paperWidth${m(String(r.maxWidth))}`], r.fullWidth && a.paperFullWidth, r.fullScreen && a.paperFullScreen];
|
|
85
85
|
}
|
|
86
86
|
})(({
|
|
87
87
|
theme: e,
|
|
88
88
|
ownerState: a
|
|
89
|
-
}) =>
|
|
89
|
+
}) => t({
|
|
90
90
|
margin: 32,
|
|
91
91
|
position: "relative",
|
|
92
92
|
overflowY: "auto",
|
|
@@ -107,7 +107,7 @@ const eo = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
107
107
|
}, !a.maxWidth && {
|
|
108
108
|
maxWidth: "calc(100% - 64px)"
|
|
109
109
|
}, a.maxWidth === "xs" && {
|
|
110
|
-
maxWidth: e.breakpoints.unit === "px" ? Math.max(e.breakpoints.values.xs, 444) :
|
|
110
|
+
maxWidth: e.breakpoints.unit === "px" ? Math.max(e.breakpoints.values.xs, 444) : `max(${e.breakpoints.values.xs}${e.breakpoints.unit}, 444px)`,
|
|
111
111
|
[`&.${W.paperScrollBody}`]: {
|
|
112
112
|
[e.breakpoints.down(Math.max(e.breakpoints.values.xs, 444) + 32 * 2)]: {
|
|
113
113
|
maxWidth: "calc(100% - 64px)"
|
|
@@ -133,98 +133,99 @@ const eo = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
133
133
|
margin: 0,
|
|
134
134
|
maxWidth: "100%"
|
|
135
135
|
}
|
|
136
|
-
})),
|
|
137
|
-
const
|
|
136
|
+
})), lo = /* @__PURE__ */ u.forwardRef(function(a, r) {
|
|
137
|
+
const i = S({
|
|
138
138
|
props: a,
|
|
139
139
|
name: "MuiDialog"
|
|
140
|
-
}), s =
|
|
140
|
+
}), s = G(), n = {
|
|
141
141
|
enter: s.transitions.duration.enteringScreen,
|
|
142
142
|
exit: s.transitions.duration.leavingScreen
|
|
143
143
|
}, {
|
|
144
144
|
"aria-describedby": l,
|
|
145
145
|
"aria-labelledby": c,
|
|
146
|
-
BackdropComponent:
|
|
147
|
-
BackdropProps:
|
|
148
|
-
children:
|
|
149
|
-
className:
|
|
146
|
+
BackdropComponent: g,
|
|
147
|
+
BackdropProps: A,
|
|
148
|
+
children: E,
|
|
149
|
+
className: _,
|
|
150
150
|
disableEscapeKeyDown: M = !1,
|
|
151
|
-
fullScreen:
|
|
152
|
-
fullWidth:
|
|
153
|
-
maxWidth:
|
|
151
|
+
fullScreen: F = !1,
|
|
152
|
+
fullWidth: U = !1,
|
|
153
|
+
maxWidth: I = "sm",
|
|
154
154
|
onBackdropClick: N,
|
|
155
|
+
onClick: w,
|
|
155
156
|
onClose: D,
|
|
156
|
-
open:
|
|
157
|
-
PaperComponent:
|
|
158
|
-
PaperProps:
|
|
159
|
-
scroll:
|
|
160
|
-
TransitionComponent:
|
|
161
|
-
transitionDuration:
|
|
162
|
-
TransitionProps:
|
|
163
|
-
} =
|
|
157
|
+
open: B,
|
|
158
|
+
PaperComponent: L = R,
|
|
159
|
+
PaperProps: $ = {},
|
|
160
|
+
scroll: V = "paper",
|
|
161
|
+
TransitionComponent: K = Z,
|
|
162
|
+
transitionDuration: O = n,
|
|
163
|
+
TransitionProps: Y
|
|
164
|
+
} = i, X = T(i, ao), x = t({}, i, {
|
|
164
165
|
disableEscapeKeyDown: M,
|
|
165
|
-
fullScreen:
|
|
166
|
-
fullWidth:
|
|
167
|
-
maxWidth:
|
|
168
|
-
scroll:
|
|
169
|
-
}),
|
|
170
|
-
|
|
171
|
-
},
|
|
172
|
-
|
|
173
|
-
}, k =
|
|
166
|
+
fullScreen: F,
|
|
167
|
+
fullWidth: U,
|
|
168
|
+
maxWidth: I,
|
|
169
|
+
scroll: V
|
|
170
|
+
}), C = io(x), v = u.useRef(), z = (d) => {
|
|
171
|
+
v.current = d.target === d.currentTarget;
|
|
172
|
+
}, H = (d) => {
|
|
173
|
+
w && w(d), v.current && (v.current = null, N && N(d), D && D(d, "backdropClick"));
|
|
174
|
+
}, k = oo(c), q = u.useMemo(() => ({
|
|
174
175
|
titleId: k
|
|
175
176
|
}), [k]);
|
|
176
|
-
return /* @__PURE__ */ p(to,
|
|
177
|
-
className: b(
|
|
177
|
+
return /* @__PURE__ */ p(to, t({
|
|
178
|
+
className: b(C.root, _),
|
|
178
179
|
closeAfterTransition: !0,
|
|
179
180
|
components: {
|
|
180
|
-
Backdrop:
|
|
181
|
+
Backdrop: ro
|
|
181
182
|
},
|
|
182
183
|
componentsProps: {
|
|
183
|
-
backdrop:
|
|
184
|
-
transitionDuration:
|
|
185
|
-
as:
|
|
186
|
-
},
|
|
184
|
+
backdrop: t({
|
|
185
|
+
transitionDuration: O,
|
|
186
|
+
as: g
|
|
187
|
+
}, A)
|
|
187
188
|
},
|
|
188
189
|
disableEscapeKeyDown: M,
|
|
189
190
|
onClose: D,
|
|
190
|
-
open:
|
|
191
|
+
open: B,
|
|
191
192
|
ref: r,
|
|
192
|
-
onClick:
|
|
193
|
+
onClick: H,
|
|
193
194
|
ownerState: x
|
|
194
|
-
},
|
|
195
|
-
children: /* @__PURE__ */ p(
|
|
195
|
+
}, X, {
|
|
196
|
+
children: /* @__PURE__ */ p(K, t({
|
|
196
197
|
appear: !0,
|
|
197
|
-
in:
|
|
198
|
-
timeout:
|
|
198
|
+
in: B,
|
|
199
|
+
timeout: O,
|
|
199
200
|
role: "presentation"
|
|
200
|
-
},
|
|
201
|
-
children: /* @__PURE__ */ p(
|
|
202
|
-
className: b(
|
|
203
|
-
onMouseDown:
|
|
201
|
+
}, Y, {
|
|
202
|
+
children: /* @__PURE__ */ p(so, {
|
|
203
|
+
className: b(C.container),
|
|
204
|
+
onMouseDown: z,
|
|
204
205
|
ownerState: x,
|
|
205
|
-
children: /* @__PURE__ */ p(
|
|
206
|
-
as:
|
|
206
|
+
children: /* @__PURE__ */ p(no, t({
|
|
207
|
+
as: L,
|
|
207
208
|
elevation: 24,
|
|
208
209
|
role: "dialog",
|
|
209
210
|
"aria-describedby": l,
|
|
210
211
|
"aria-labelledby": k
|
|
211
|
-
},
|
|
212
|
-
className: b(
|
|
212
|
+
}, $, {
|
|
213
|
+
className: b(C.paper, $.className),
|
|
213
214
|
ownerState: x,
|
|
214
|
-
children: /* @__PURE__ */ p(
|
|
215
|
-
value:
|
|
216
|
-
children:
|
|
215
|
+
children: /* @__PURE__ */ p(j.Provider, {
|
|
216
|
+
value: q,
|
|
217
|
+
children: E
|
|
217
218
|
})
|
|
218
219
|
}))
|
|
219
220
|
})
|
|
220
221
|
}))
|
|
221
222
|
}));
|
|
222
223
|
});
|
|
223
|
-
process.env.NODE_ENV !== "production" && (
|
|
224
|
-
//
|
|
225
|
-
//
|
|
226
|
-
//
|
|
227
|
-
//
|
|
224
|
+
process.env.NODE_ENV !== "production" && (lo.propTypes = {
|
|
225
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
226
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
227
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
228
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
228
229
|
/**
|
|
229
230
|
* The id(s) of the element(s) that describe the dialog.
|
|
230
231
|
*/
|
|
@@ -293,6 +294,10 @@ process.env.NODE_ENV !== "production" && (no.propTypes = {
|
|
|
293
294
|
* @deprecated Use the `onClose` prop with the `reason` argument to handle the `backdropClick` events.
|
|
294
295
|
*/
|
|
295
296
|
onBackdropClick: o.func,
|
|
297
|
+
/**
|
|
298
|
+
* @ignore
|
|
299
|
+
*/
|
|
300
|
+
onClick: o.func,
|
|
296
301
|
/**
|
|
297
302
|
* Callback fired when the component requests to be closed.
|
|
298
303
|
*
|
|
@@ -344,23 +349,23 @@ process.env.NODE_ENV !== "production" && (no.propTypes = {
|
|
|
344
349
|
})]),
|
|
345
350
|
/**
|
|
346
351
|
* Props applied to the transition element.
|
|
347
|
-
* By default, the element is based on this [`Transition`](
|
|
352
|
+
* By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
|
|
348
353
|
*/
|
|
349
354
|
TransitionProps: o.object
|
|
350
355
|
});
|
|
351
|
-
function
|
|
356
|
+
function co(e) {
|
|
352
357
|
return y("MuiDialogActions", e);
|
|
353
358
|
}
|
|
354
359
|
h("MuiDialogActions", ["root", "spacing"]);
|
|
355
|
-
const
|
|
360
|
+
const po = ["className", "disableSpacing"], uo = (e) => {
|
|
356
361
|
const {
|
|
357
362
|
classes: a,
|
|
358
363
|
disableSpacing: r
|
|
359
364
|
} = e;
|
|
360
365
|
return P({
|
|
361
366
|
root: ["root", !r && "spacing"]
|
|
362
|
-
},
|
|
363
|
-
},
|
|
367
|
+
}, co, a);
|
|
368
|
+
}, mo = f("div", {
|
|
364
369
|
name: "MuiDialogActions",
|
|
365
370
|
slot: "Root",
|
|
366
371
|
overridesResolver: (e, a) => {
|
|
@@ -371,37 +376,37 @@ const co = ["className", "disableSpacing"], po = (e) => {
|
|
|
371
376
|
}
|
|
372
377
|
})(({
|
|
373
378
|
ownerState: e
|
|
374
|
-
}) =>
|
|
379
|
+
}) => t({
|
|
375
380
|
display: "flex",
|
|
376
381
|
alignItems: "center",
|
|
377
382
|
padding: 8,
|
|
378
383
|
justifyContent: "flex-end",
|
|
379
384
|
flex: "0 0 auto"
|
|
380
385
|
}, !e.disableSpacing && {
|
|
381
|
-
"& > :not(:
|
|
386
|
+
"& > :not(style) ~ :not(style)": {
|
|
382
387
|
marginLeft: 8
|
|
383
388
|
}
|
|
384
|
-
})),
|
|
385
|
-
const
|
|
389
|
+
})), fo = /* @__PURE__ */ u.forwardRef(function(a, r) {
|
|
390
|
+
const i = S({
|
|
386
391
|
props: a,
|
|
387
392
|
name: "MuiDialogActions"
|
|
388
393
|
}), {
|
|
389
394
|
className: s,
|
|
390
395
|
disableSpacing: n = !1
|
|
391
|
-
} =
|
|
396
|
+
} = i, l = T(i, po), c = t({}, i, {
|
|
392
397
|
disableSpacing: n
|
|
393
|
-
}),
|
|
394
|
-
return /* @__PURE__ */ p(
|
|
395
|
-
className: b(
|
|
398
|
+
}), g = uo(c);
|
|
399
|
+
return /* @__PURE__ */ p(mo, t({
|
|
400
|
+
className: b(g.root, s),
|
|
396
401
|
ownerState: c,
|
|
397
402
|
ref: r
|
|
398
403
|
}, l));
|
|
399
404
|
});
|
|
400
|
-
process.env.NODE_ENV !== "production" && (
|
|
401
|
-
//
|
|
402
|
-
//
|
|
403
|
-
//
|
|
404
|
-
//
|
|
405
|
+
process.env.NODE_ENV !== "production" && (fo.propTypes = {
|
|
406
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
407
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
408
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
409
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
405
410
|
/**
|
|
406
411
|
* The content of the component.
|
|
407
412
|
*/
|
|
@@ -424,22 +429,22 @@ process.env.NODE_ENV !== "production" && (mo.propTypes = {
|
|
|
424
429
|
*/
|
|
425
430
|
sx: o.oneOfType([o.arrayOf(o.oneOfType([o.func, o.object, o.bool])), o.func, o.object])
|
|
426
431
|
});
|
|
427
|
-
function
|
|
432
|
+
function go(e) {
|
|
428
433
|
return y("MuiDialogContent", e);
|
|
429
434
|
}
|
|
430
435
|
h("MuiDialogContent", ["root", "dividers"]);
|
|
431
|
-
function
|
|
436
|
+
function No(e) {
|
|
432
437
|
return y("MuiDialogTitle", e);
|
|
433
438
|
}
|
|
434
|
-
const
|
|
439
|
+
const bo = h("MuiDialogTitle", ["root"]), xo = ["className", "dividers"], ho = (e) => {
|
|
435
440
|
const {
|
|
436
441
|
classes: a,
|
|
437
442
|
dividers: r
|
|
438
443
|
} = e;
|
|
439
444
|
return P({
|
|
440
445
|
root: ["root", r && "dividers"]
|
|
441
|
-
},
|
|
442
|
-
},
|
|
446
|
+
}, go, a);
|
|
447
|
+
}, yo = f("div", {
|
|
443
448
|
name: "MuiDialogContent",
|
|
444
449
|
slot: "Root",
|
|
445
450
|
overridesResolver: (e, a) => {
|
|
@@ -451,7 +456,7 @@ const go = h("MuiDialogTitle", ["root"]), bo = ["className", "dividers"], xo = (
|
|
|
451
456
|
})(({
|
|
452
457
|
theme: e,
|
|
453
458
|
ownerState: a
|
|
454
|
-
}) =>
|
|
459
|
+
}) => t({
|
|
455
460
|
flex: "1 1 auto",
|
|
456
461
|
// Add iOS momentum scrolling for iOS < 13.0
|
|
457
462
|
WebkitOverflowScrolling: "touch",
|
|
@@ -462,30 +467,30 @@ const go = h("MuiDialogTitle", ["root"]), bo = ["className", "dividers"], xo = (
|
|
|
462
467
|
borderTop: `1px solid ${(e.vars || e).palette.divider}`,
|
|
463
468
|
borderBottom: `1px solid ${(e.vars || e).palette.divider}`
|
|
464
469
|
} : {
|
|
465
|
-
[`.${
|
|
470
|
+
[`.${bo.root} + &`]: {
|
|
466
471
|
paddingTop: 0
|
|
467
472
|
}
|
|
468
|
-
})),
|
|
469
|
-
const
|
|
473
|
+
})), Do = /* @__PURE__ */ u.forwardRef(function(a, r) {
|
|
474
|
+
const i = S({
|
|
470
475
|
props: a,
|
|
471
476
|
name: "MuiDialogContent"
|
|
472
477
|
}), {
|
|
473
478
|
className: s,
|
|
474
479
|
dividers: n = !1
|
|
475
|
-
} =
|
|
480
|
+
} = i, l = T(i, xo), c = t({}, i, {
|
|
476
481
|
dividers: n
|
|
477
|
-
}),
|
|
478
|
-
return /* @__PURE__ */ p(
|
|
479
|
-
className: b(
|
|
482
|
+
}), g = ho(c);
|
|
483
|
+
return /* @__PURE__ */ p(yo, t({
|
|
484
|
+
className: b(g.root, s),
|
|
480
485
|
ownerState: c,
|
|
481
486
|
ref: r
|
|
482
487
|
}, l));
|
|
483
488
|
});
|
|
484
|
-
process.env.NODE_ENV !== "production" && (
|
|
485
|
-
//
|
|
486
|
-
//
|
|
487
|
-
//
|
|
488
|
-
//
|
|
489
|
+
process.env.NODE_ENV !== "production" && (Do.propTypes = {
|
|
490
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
491
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
492
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
493
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
489
494
|
/**
|
|
490
495
|
* The content of the component.
|
|
491
496
|
*/
|
|
@@ -509,10 +514,10 @@ process.env.NODE_ENV !== "production" && (yo.propTypes = {
|
|
|
509
514
|
sx: o.oneOfType([o.arrayOf(o.oneOfType([o.func, o.object, o.bool])), o.func, o.object])
|
|
510
515
|
});
|
|
511
516
|
export {
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
517
|
+
lo as D,
|
|
518
|
+
Do as a,
|
|
519
|
+
j as b,
|
|
520
|
+
fo as c,
|
|
516
521
|
W as d,
|
|
517
|
-
|
|
522
|
+
No as g
|
|
518
523
|
};
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { a, _ as f } from "./objectWithoutPropertiesLoose-DJteAcBH.js";
|
|
2
|
+
import * as w from "react";
|
|
3
|
+
import { P as o } from "./index-C__OZmYy.js";
|
|
4
|
+
import { c as d } from "./clsx-OuTLNxxd.js";
|
|
5
|
+
import { g as F, a as x, s as y, u as C, c as G } from "./generateUtilityClasses-C3ivN9Ie.js";
|
|
6
|
+
import { u as b } from "./useFormControl-CatNKXAi.js";
|
|
7
|
+
import { f as N } from "./formControlState-vgaj2ksH.js";
|
|
8
|
+
import { jsx as g } from "react/jsx-runtime";
|
|
9
|
+
function j(r) {
|
|
10
|
+
return x("MuiFormGroup", r);
|
|
11
|
+
}
|
|
12
|
+
F("MuiFormGroup", ["root", "row", "error"]);
|
|
13
|
+
const v = ["className", "row"], R = (r) => {
|
|
14
|
+
const {
|
|
15
|
+
classes: s,
|
|
16
|
+
row: t,
|
|
17
|
+
error: e
|
|
18
|
+
} = r;
|
|
19
|
+
return G({
|
|
20
|
+
root: ["root", t && "row", e && "error"]
|
|
21
|
+
}, j, s);
|
|
22
|
+
}, _ = y("div", {
|
|
23
|
+
name: "MuiFormGroup",
|
|
24
|
+
slot: "Root",
|
|
25
|
+
overridesResolver: (r, s) => {
|
|
26
|
+
const {
|
|
27
|
+
ownerState: t
|
|
28
|
+
} = r;
|
|
29
|
+
return [s.root, t.row && s.row];
|
|
30
|
+
}
|
|
31
|
+
})(({
|
|
32
|
+
ownerState: r
|
|
33
|
+
}) => a({
|
|
34
|
+
display: "flex",
|
|
35
|
+
flexDirection: "column",
|
|
36
|
+
flexWrap: "wrap"
|
|
37
|
+
}, r.row && {
|
|
38
|
+
flexDirection: "row"
|
|
39
|
+
})), D = /* @__PURE__ */ w.forwardRef(function(s, t) {
|
|
40
|
+
const e = C({
|
|
41
|
+
props: s,
|
|
42
|
+
name: "MuiFormGroup"
|
|
43
|
+
}), {
|
|
44
|
+
className: n,
|
|
45
|
+
row: i = !1
|
|
46
|
+
} = e, l = f(e, v), m = b(), p = N({
|
|
47
|
+
props: e,
|
|
48
|
+
muiFormControl: m,
|
|
49
|
+
states: ["error"]
|
|
50
|
+
}), c = a({}, e, {
|
|
51
|
+
row: i,
|
|
52
|
+
error: p.error
|
|
53
|
+
}), u = R(c);
|
|
54
|
+
return /* @__PURE__ */ g(_, a({
|
|
55
|
+
className: d(u.root, n),
|
|
56
|
+
ownerState: c,
|
|
57
|
+
ref: t
|
|
58
|
+
}, l));
|
|
59
|
+
});
|
|
60
|
+
process.env.NODE_ENV !== "production" && (D.propTypes = {
|
|
61
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
62
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
63
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
64
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
65
|
+
/**
|
|
66
|
+
* The content of the component.
|
|
67
|
+
*/
|
|
68
|
+
children: o.node,
|
|
69
|
+
/**
|
|
70
|
+
* Override or extend the styles applied to the component.
|
|
71
|
+
*/
|
|
72
|
+
classes: o.object,
|
|
73
|
+
/**
|
|
74
|
+
* @ignore
|
|
75
|
+
*/
|
|
76
|
+
className: o.string,
|
|
77
|
+
/**
|
|
78
|
+
* Display group of elements in a compact row.
|
|
79
|
+
* @default false
|
|
80
|
+
*/
|
|
81
|
+
row: o.bool,
|
|
82
|
+
/**
|
|
83
|
+
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
84
|
+
*/
|
|
85
|
+
sx: o.oneOfType([o.arrayOf(o.oneOfType([o.func, o.object, o.bool])), o.func, o.object])
|
|
86
|
+
});
|
|
87
|
+
export {
|
|
88
|
+
D as F
|
|
89
|
+
};
|