@hybridcore/ui 1.6.0 → 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-CvE2gnly.js → Button-C5yquWAB.js} +120 -133
- package/dist/ButtonBase-BEF7oTOe.js +887 -0
- package/dist/{Delete-CW0UZv1m.js → Delete-BdyYpINH.js} +9 -8
- package/dist/{DialogContent-B3nbEbuv.js → DialogContent-BvVjD9z3.js} +127 -124
- package/dist/FormGroup-CpBsIyYR.js +89 -0
- package/dist/{IconButton-CHwRQF-g.js → IconButton-BoGwbvrP.js} +41 -43
- package/dist/InputLabel-Dd8RrneV.js +341 -0
- package/dist/{MenuItem-xZx_w7zA.js → MenuItem-DwqJqzuM.js} +51 -53
- 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-CxbneZy_.js → Typography-DgsSLCFC.js} +53 -53
- 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/index.js +8 -15
- package/dist/components/access/logic.js +25 -0
- 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/card/index.js +158 -498
- package/dist/components/card/logic.js +24 -0
- package/dist/components/card/styled.js +226 -51
- package/dist/components/card-alternate/index.js +111 -139
- package/dist/components/card-alternate/logic.js +17 -0
- package/dist/components/card-alternate/styled.js +113 -19
- 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/container/index.js +28 -269
- package/dist/components/container/logic.js +12 -0
- package/dist/components/container/styled.js +29 -0
- package/dist/components/context-menu/index.js +25 -457
- package/dist/components/context-menu/logic.js +14 -0
- package/dist/components/context-menu/styled.js +40 -0
- 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 +39 -91
- package/dist/components/data-security-selectors/security-level/logic.js +28 -0
- package/dist/components/data-security-selectors/security-level/styled.js +53 -0
- 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 -85
- 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 -11
- 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/index.js +32 -37
- package/dist/components/instance-hierarchy-table/logic.js +16 -0
- package/dist/components/instance-hierarchy-table/styled.js +53 -12
- package/dist/components/instance-table/index.js +30 -135
- package/dist/components/instance-table/logic.js +122 -0
- package/dist/components/instance-table/styled.js +53 -11
- package/dist/components/instance-variable-list/index.js +11 -11
- package/dist/components/loading/index.js +15 -9
- package/dist/components/loading/logic.js +15 -0
- package/dist/components/loading/styled.js +26 -19
- 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/phone-input/index.js +18 -22
- package/dist/components/phone-input/logic.js +14 -0
- package/dist/components/phone-input/styled.js +12 -4
- 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/components/composite-list-range/index.js +42 -50
- package/dist/components/range-selector/components/date-range/index.js +87 -4221
- package/dist/components/range-selector/components/geometry-range/index.js +11 -17
- package/dist/components/range-selector/components/number-range/index.js +48 -53
- package/dist/components/range-selector/components/string-range/index.js +15 -17
- package/dist/components/range-selector/index.js +63 -57
- package/dist/components/range-selector/logic.js +12 -0
- package/dist/components/range-selector/styled.js +4294 -0
- 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-filters/components/filter/index.js +13 -18
- package/dist/components/template-filters/components/tab-panel/index.js +8 -16
- package/dist/components/template-filters/index.js +21 -29
- package/dist/components/template-filters/logic.js +18 -0
- package/dist/components/template-filters/styled.js +44 -1
- 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 -14
- 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 -23
- 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 -309
- package/dist/components/template-form/logic.js +69 -0
- package/dist/components/template-form/styled.js +84 -0
- package/dist/components/template-property-filters/index.js +45 -95
- package/dist/components/template-property-filters/logic.js +27 -0
- package/dist/components/template-property-filters/property.js +105 -165
- package/dist/components/template-property-filters/styled.js +121 -20
- 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 +52 -67
- package/dist/components/tree-select/logic.js +59 -0
- package/dist/components/tree-select/styled.js +45 -62
- package/dist/components/treeview-filter/index.js +43 -65
- package/dist/components/treeview-filter/item/index.js +43 -42
- package/dist/components/treeview-filter/item-label/index.js +17 -37
- package/dist/components/treeview-filter/logic.js +28 -0
- package/dist/components/treeview-filter/styled.js +86 -0
- package/dist/components/uploader/index.js +532 -567
- package/dist/components/uploader/logic.js +74 -0
- package/dist/components/uploader/styled.js +93 -46
- 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-DrtgaibK.js → createSvgIcon-Ch_cT8az.js} +69 -68
- package/dist/createSvgIcon-DuDuASu1.js +62 -0
- package/dist/{dialog-DcwXug9J.js → dialog-BYRnCztH.js} +18 -18
- 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-syTc6m_V.js → index-e9xTIYWt.js} +87 -87
- package/dist/main.d.ts +1722 -562
- package/dist/main.js +161 -128
- 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/useId-BW-oWmul.js +19 -0
- package/dist/useMobilePicker-CY8ndYRL.js +8279 -0
- package/dist/useSlot-B_Q4vnX5.js +42 -0
- package/package.json +15 -7
- package/dist/AccordionSummary-DgAwVTk8.js +0 -742
- package/dist/Add-DJLrrVHm.js +0 -382
- package/dist/Box-p6OtTUEo.js +0 -30
- package/dist/ButtonBase-2bPw77UP.js +0 -961
- package/dist/CardContent-CSHh-ZlM.js +0 -74
- package/dist/Checkbox-CWRMFTBp.js +0 -421
- package/dist/FormControl-BLbrq4C7.js +0 -1636
- package/dist/FormControlLabel-C8SPv14J.js +0 -195
- package/dist/InputAdornment-DLxWUE6H.js +0 -157
- package/dist/List-tqElle9C.js +0 -121
- package/dist/ListItem-CfjsIg4B.js +0 -430
- package/dist/Modal-DhPpOoGB.js +0 -1299
- package/dist/Paper-2B03OBmZ.js +0 -169
- package/dist/Select-BgYwkZgI.js +0 -2613
- package/dist/TextField-1yCesIbH.js +0 -457
- package/dist/assertThisInitialized-BUtkG-md.js +0 -13
- package/dist/capitalize-ciszXJ7R.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 -4
- package/dist/components/key-protection/menu.js +0 -85
- package/dist/components/key-protection/utils.js +0 -10
- package/dist/components/treeview-filter/item/styled.js +0 -39
- package/dist/createSvgIcon-BjpIhJ30.js +0 -71
- package/dist/createTheme-DYxDnE9u.js +0 -612
- package/dist/index-BMS1Otro.js +0 -183
- package/dist/index-CcdvNlgr.js +0 -503
- package/dist/index-kCJ_Zvl8.js +0 -34
- package/dist/isHostComponent-kiaBvYVo.js +0 -6
- package/dist/isMuiElement-CxT3_ACP.js +0 -13
- package/dist/listItemTextClasses-C3lndiXO.js +0 -16
- package/dist/property-list-form-zZQfpR0X.js +0 -386
- package/dist/styled-eZwjUruw.js +0 -12
- package/dist/unsupportedProp-BND8AB6O.js +0 -25
- package/dist/useId-B4-oF9Mq.js +0 -34
- package/dist/useMobilePicker-BLg3Blg8.js +0 -7589
- package/dist/useThemeProps-BzzHcQyd.js +0 -58
- package/dist/utils-BDNynJcd.js +0 -365
- package/dist/utils-Bq0ye5vf.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,40 +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 { s as m } from "./
|
|
6
|
-
import {
|
|
7
|
-
import { P as O, u as q } from "./Paper-2B03OBmZ.js";
|
|
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";
|
|
8
7
|
import { jsx as p } from "react/jsx-runtime";
|
|
9
|
-
import { B as
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
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) {
|
|
13
11
|
return y("MuiDialog", e);
|
|
14
12
|
}
|
|
15
|
-
const W = h("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]),
|
|
16
|
-
process.env.NODE_ENV !== "production" && (
|
|
17
|
-
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, {
|
|
18
16
|
name: "MuiDialog",
|
|
19
17
|
slot: "Backdrop",
|
|
20
18
|
overrides: (e, a) => a.backdrop
|
|
21
19
|
})({
|
|
22
20
|
// Improve scrollable dialog support.
|
|
23
21
|
zIndex: -1
|
|
24
|
-
}),
|
|
22
|
+
}), io = (e) => {
|
|
25
23
|
const {
|
|
26
24
|
classes: a,
|
|
27
25
|
scroll: r,
|
|
28
|
-
maxWidth:
|
|
26
|
+
maxWidth: i,
|
|
29
27
|
fullWidth: s,
|
|
30
28
|
fullScreen: n
|
|
31
29
|
} = e, l = {
|
|
32
30
|
root: ["root"],
|
|
33
|
-
container: ["container", `scroll${
|
|
34
|
-
paper: ["paper", `paperScroll${
|
|
31
|
+
container: ["container", `scroll${m(r)}`],
|
|
32
|
+
paper: ["paper", `paperScroll${m(r)}`, `paperWidth${m(String(i))}`, s && "paperFullWidth", n && "paperFullScreen"]
|
|
35
33
|
};
|
|
36
|
-
return P(l,
|
|
37
|
-
}, to =
|
|
34
|
+
return P(l, eo, a);
|
|
35
|
+
}, to = f(Q, {
|
|
38
36
|
name: "MuiDialog",
|
|
39
37
|
slot: "Root",
|
|
40
38
|
overridesResolver: (e, a) => a.root
|
|
@@ -43,18 +41,18 @@ const eo = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
43
41
|
// Use !important to override the Modal inline-style.
|
|
44
42
|
position: "absolute !important"
|
|
45
43
|
}
|
|
46
|
-
}),
|
|
44
|
+
}), so = f("div", {
|
|
47
45
|
name: "MuiDialog",
|
|
48
46
|
slot: "Container",
|
|
49
47
|
overridesResolver: (e, a) => {
|
|
50
48
|
const {
|
|
51
49
|
ownerState: r
|
|
52
50
|
} = e;
|
|
53
|
-
return [a.container, a[`scroll${
|
|
51
|
+
return [a.container, a[`scroll${m(r.scroll)}`]];
|
|
54
52
|
}
|
|
55
53
|
})(({
|
|
56
54
|
ownerState: e
|
|
57
|
-
}) =>
|
|
55
|
+
}) => t({
|
|
58
56
|
height: "100%",
|
|
59
57
|
"@media print": {
|
|
60
58
|
height: "auto"
|
|
@@ -69,26 +67,26 @@ const eo = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
69
67
|
overflowY: "auto",
|
|
70
68
|
overflowX: "hidden",
|
|
71
69
|
textAlign: "center",
|
|
72
|
-
"
|
|
70
|
+
"&::after": {
|
|
73
71
|
content: '""',
|
|
74
72
|
display: "inline-block",
|
|
75
73
|
verticalAlign: "middle",
|
|
76
74
|
height: "100%",
|
|
77
75
|
width: "0"
|
|
78
76
|
}
|
|
79
|
-
})),
|
|
77
|
+
})), no = f(R, {
|
|
80
78
|
name: "MuiDialog",
|
|
81
79
|
slot: "Paper",
|
|
82
80
|
overridesResolver: (e, a) => {
|
|
83
81
|
const {
|
|
84
82
|
ownerState: r
|
|
85
83
|
} = e;
|
|
86
|
-
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];
|
|
87
85
|
}
|
|
88
86
|
})(({
|
|
89
87
|
theme: e,
|
|
90
88
|
ownerState: a
|
|
91
|
-
}) =>
|
|
89
|
+
}) => t({
|
|
92
90
|
margin: 32,
|
|
93
91
|
position: "relative",
|
|
94
92
|
overflowY: "auto",
|
|
@@ -109,7 +107,7 @@ const eo = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
109
107
|
}, !a.maxWidth && {
|
|
110
108
|
maxWidth: "calc(100% - 64px)"
|
|
111
109
|
}, a.maxWidth === "xs" && {
|
|
112
|
-
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)`,
|
|
113
111
|
[`&.${W.paperScrollBody}`]: {
|
|
114
112
|
[e.breakpoints.down(Math.max(e.breakpoints.values.xs, 444) + 32 * 2)]: {
|
|
115
113
|
maxWidth: "calc(100% - 64px)"
|
|
@@ -135,98 +133,99 @@ const eo = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
135
133
|
margin: 0,
|
|
136
134
|
maxWidth: "100%"
|
|
137
135
|
}
|
|
138
|
-
})),
|
|
139
|
-
const
|
|
136
|
+
})), lo = /* @__PURE__ */ u.forwardRef(function(a, r) {
|
|
137
|
+
const i = S({
|
|
140
138
|
props: a,
|
|
141
139
|
name: "MuiDialog"
|
|
142
|
-
}), s =
|
|
140
|
+
}), s = G(), n = {
|
|
143
141
|
enter: s.transitions.duration.enteringScreen,
|
|
144
142
|
exit: s.transitions.duration.leavingScreen
|
|
145
143
|
}, {
|
|
146
144
|
"aria-describedby": l,
|
|
147
145
|
"aria-labelledby": c,
|
|
148
|
-
BackdropComponent:
|
|
149
|
-
BackdropProps:
|
|
150
|
-
children:
|
|
151
|
-
className:
|
|
146
|
+
BackdropComponent: g,
|
|
147
|
+
BackdropProps: A,
|
|
148
|
+
children: E,
|
|
149
|
+
className: _,
|
|
152
150
|
disableEscapeKeyDown: M = !1,
|
|
153
|
-
fullScreen:
|
|
154
|
-
fullWidth:
|
|
155
|
-
maxWidth:
|
|
151
|
+
fullScreen: F = !1,
|
|
152
|
+
fullWidth: U = !1,
|
|
153
|
+
maxWidth: I = "sm",
|
|
156
154
|
onBackdropClick: N,
|
|
155
|
+
onClick: w,
|
|
157
156
|
onClose: D,
|
|
158
|
-
open:
|
|
159
|
-
PaperComponent:
|
|
160
|
-
PaperProps:
|
|
161
|
-
scroll:
|
|
162
|
-
TransitionComponent:
|
|
163
|
-
transitionDuration:
|
|
164
|
-
TransitionProps:
|
|
165
|
-
} =
|
|
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, {
|
|
166
165
|
disableEscapeKeyDown: M,
|
|
167
|
-
fullScreen:
|
|
168
|
-
fullWidth:
|
|
169
|
-
maxWidth:
|
|
170
|
-
scroll:
|
|
171
|
-
}),
|
|
172
|
-
|
|
173
|
-
},
|
|
174
|
-
|
|
175
|
-
}, 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(() => ({
|
|
176
175
|
titleId: k
|
|
177
176
|
}), [k]);
|
|
178
|
-
return /* @__PURE__ */ p(to,
|
|
179
|
-
className: b(
|
|
177
|
+
return /* @__PURE__ */ p(to, t({
|
|
178
|
+
className: b(C.root, _),
|
|
180
179
|
closeAfterTransition: !0,
|
|
181
180
|
components: {
|
|
182
|
-
Backdrop:
|
|
181
|
+
Backdrop: ro
|
|
183
182
|
},
|
|
184
183
|
componentsProps: {
|
|
185
|
-
backdrop:
|
|
186
|
-
transitionDuration:
|
|
187
|
-
as:
|
|
188
|
-
},
|
|
184
|
+
backdrop: t({
|
|
185
|
+
transitionDuration: O,
|
|
186
|
+
as: g
|
|
187
|
+
}, A)
|
|
189
188
|
},
|
|
190
189
|
disableEscapeKeyDown: M,
|
|
191
190
|
onClose: D,
|
|
192
|
-
open:
|
|
191
|
+
open: B,
|
|
193
192
|
ref: r,
|
|
194
|
-
onClick:
|
|
193
|
+
onClick: H,
|
|
195
194
|
ownerState: x
|
|
196
|
-
},
|
|
197
|
-
children: /* @__PURE__ */ p(
|
|
195
|
+
}, X, {
|
|
196
|
+
children: /* @__PURE__ */ p(K, t({
|
|
198
197
|
appear: !0,
|
|
199
|
-
in:
|
|
200
|
-
timeout:
|
|
198
|
+
in: B,
|
|
199
|
+
timeout: O,
|
|
201
200
|
role: "presentation"
|
|
202
|
-
},
|
|
203
|
-
children: /* @__PURE__ */ p(
|
|
204
|
-
className: b(
|
|
205
|
-
onMouseDown:
|
|
201
|
+
}, Y, {
|
|
202
|
+
children: /* @__PURE__ */ p(so, {
|
|
203
|
+
className: b(C.container),
|
|
204
|
+
onMouseDown: z,
|
|
206
205
|
ownerState: x,
|
|
207
|
-
children: /* @__PURE__ */ p(
|
|
208
|
-
as:
|
|
206
|
+
children: /* @__PURE__ */ p(no, t({
|
|
207
|
+
as: L,
|
|
209
208
|
elevation: 24,
|
|
210
209
|
role: "dialog",
|
|
211
210
|
"aria-describedby": l,
|
|
212
211
|
"aria-labelledby": k
|
|
213
|
-
},
|
|
214
|
-
className: b(
|
|
212
|
+
}, $, {
|
|
213
|
+
className: b(C.paper, $.className),
|
|
215
214
|
ownerState: x,
|
|
216
|
-
children: /* @__PURE__ */ p(
|
|
217
|
-
value:
|
|
218
|
-
children:
|
|
215
|
+
children: /* @__PURE__ */ p(j.Provider, {
|
|
216
|
+
value: q,
|
|
217
|
+
children: E
|
|
219
218
|
})
|
|
220
219
|
}))
|
|
221
220
|
})
|
|
222
221
|
}))
|
|
223
222
|
}));
|
|
224
223
|
});
|
|
225
|
-
process.env.NODE_ENV !== "production" && (
|
|
226
|
-
//
|
|
227
|
-
//
|
|
228
|
-
//
|
|
229
|
-
//
|
|
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
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
230
229
|
/**
|
|
231
230
|
* The id(s) of the element(s) that describe the dialog.
|
|
232
231
|
*/
|
|
@@ -295,6 +294,10 @@ process.env.NODE_ENV !== "production" && (no.propTypes = {
|
|
|
295
294
|
* @deprecated Use the `onClose` prop with the `reason` argument to handle the `backdropClick` events.
|
|
296
295
|
*/
|
|
297
296
|
onBackdropClick: o.func,
|
|
297
|
+
/**
|
|
298
|
+
* @ignore
|
|
299
|
+
*/
|
|
300
|
+
onClick: o.func,
|
|
298
301
|
/**
|
|
299
302
|
* Callback fired when the component requests to be closed.
|
|
300
303
|
*
|
|
@@ -346,23 +349,23 @@ process.env.NODE_ENV !== "production" && (no.propTypes = {
|
|
|
346
349
|
})]),
|
|
347
350
|
/**
|
|
348
351
|
* Props applied to the transition element.
|
|
349
|
-
* 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.
|
|
350
353
|
*/
|
|
351
354
|
TransitionProps: o.object
|
|
352
355
|
});
|
|
353
|
-
function
|
|
356
|
+
function co(e) {
|
|
354
357
|
return y("MuiDialogActions", e);
|
|
355
358
|
}
|
|
356
359
|
h("MuiDialogActions", ["root", "spacing"]);
|
|
357
|
-
const
|
|
360
|
+
const po = ["className", "disableSpacing"], uo = (e) => {
|
|
358
361
|
const {
|
|
359
362
|
classes: a,
|
|
360
363
|
disableSpacing: r
|
|
361
364
|
} = e;
|
|
362
365
|
return P({
|
|
363
366
|
root: ["root", !r && "spacing"]
|
|
364
|
-
},
|
|
365
|
-
},
|
|
367
|
+
}, co, a);
|
|
368
|
+
}, mo = f("div", {
|
|
366
369
|
name: "MuiDialogActions",
|
|
367
370
|
slot: "Root",
|
|
368
371
|
overridesResolver: (e, a) => {
|
|
@@ -373,37 +376,37 @@ const co = ["className", "disableSpacing"], po = (e) => {
|
|
|
373
376
|
}
|
|
374
377
|
})(({
|
|
375
378
|
ownerState: e
|
|
376
|
-
}) =>
|
|
379
|
+
}) => t({
|
|
377
380
|
display: "flex",
|
|
378
381
|
alignItems: "center",
|
|
379
382
|
padding: 8,
|
|
380
383
|
justifyContent: "flex-end",
|
|
381
384
|
flex: "0 0 auto"
|
|
382
385
|
}, !e.disableSpacing && {
|
|
383
|
-
"& > :not(:
|
|
386
|
+
"& > :not(style) ~ :not(style)": {
|
|
384
387
|
marginLeft: 8
|
|
385
388
|
}
|
|
386
|
-
})),
|
|
387
|
-
const
|
|
389
|
+
})), fo = /* @__PURE__ */ u.forwardRef(function(a, r) {
|
|
390
|
+
const i = S({
|
|
388
391
|
props: a,
|
|
389
392
|
name: "MuiDialogActions"
|
|
390
393
|
}), {
|
|
391
394
|
className: s,
|
|
392
395
|
disableSpacing: n = !1
|
|
393
|
-
} =
|
|
396
|
+
} = i, l = T(i, po), c = t({}, i, {
|
|
394
397
|
disableSpacing: n
|
|
395
|
-
}),
|
|
396
|
-
return /* @__PURE__ */ p(
|
|
397
|
-
className: b(
|
|
398
|
+
}), g = uo(c);
|
|
399
|
+
return /* @__PURE__ */ p(mo, t({
|
|
400
|
+
className: b(g.root, s),
|
|
398
401
|
ownerState: c,
|
|
399
402
|
ref: r
|
|
400
403
|
}, l));
|
|
401
404
|
});
|
|
402
|
-
process.env.NODE_ENV !== "production" && (
|
|
403
|
-
//
|
|
404
|
-
//
|
|
405
|
-
//
|
|
406
|
-
//
|
|
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
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
407
410
|
/**
|
|
408
411
|
* The content of the component.
|
|
409
412
|
*/
|
|
@@ -426,22 +429,22 @@ process.env.NODE_ENV !== "production" && (mo.propTypes = {
|
|
|
426
429
|
*/
|
|
427
430
|
sx: o.oneOfType([o.arrayOf(o.oneOfType([o.func, o.object, o.bool])), o.func, o.object])
|
|
428
431
|
});
|
|
429
|
-
function
|
|
432
|
+
function go(e) {
|
|
430
433
|
return y("MuiDialogContent", e);
|
|
431
434
|
}
|
|
432
435
|
h("MuiDialogContent", ["root", "dividers"]);
|
|
433
|
-
function
|
|
436
|
+
function No(e) {
|
|
434
437
|
return y("MuiDialogTitle", e);
|
|
435
438
|
}
|
|
436
|
-
const
|
|
439
|
+
const bo = h("MuiDialogTitle", ["root"]), xo = ["className", "dividers"], ho = (e) => {
|
|
437
440
|
const {
|
|
438
441
|
classes: a,
|
|
439
442
|
dividers: r
|
|
440
443
|
} = e;
|
|
441
444
|
return P({
|
|
442
445
|
root: ["root", r && "dividers"]
|
|
443
|
-
},
|
|
444
|
-
},
|
|
446
|
+
}, go, a);
|
|
447
|
+
}, yo = f("div", {
|
|
445
448
|
name: "MuiDialogContent",
|
|
446
449
|
slot: "Root",
|
|
447
450
|
overridesResolver: (e, a) => {
|
|
@@ -453,7 +456,7 @@ const go = h("MuiDialogTitle", ["root"]), bo = ["className", "dividers"], xo = (
|
|
|
453
456
|
})(({
|
|
454
457
|
theme: e,
|
|
455
458
|
ownerState: a
|
|
456
|
-
}) =>
|
|
459
|
+
}) => t({
|
|
457
460
|
flex: "1 1 auto",
|
|
458
461
|
// Add iOS momentum scrolling for iOS < 13.0
|
|
459
462
|
WebkitOverflowScrolling: "touch",
|
|
@@ -464,30 +467,30 @@ const go = h("MuiDialogTitle", ["root"]), bo = ["className", "dividers"], xo = (
|
|
|
464
467
|
borderTop: `1px solid ${(e.vars || e).palette.divider}`,
|
|
465
468
|
borderBottom: `1px solid ${(e.vars || e).palette.divider}`
|
|
466
469
|
} : {
|
|
467
|
-
[`.${
|
|
470
|
+
[`.${bo.root} + &`]: {
|
|
468
471
|
paddingTop: 0
|
|
469
472
|
}
|
|
470
|
-
})),
|
|
471
|
-
const
|
|
473
|
+
})), Do = /* @__PURE__ */ u.forwardRef(function(a, r) {
|
|
474
|
+
const i = S({
|
|
472
475
|
props: a,
|
|
473
476
|
name: "MuiDialogContent"
|
|
474
477
|
}), {
|
|
475
478
|
className: s,
|
|
476
479
|
dividers: n = !1
|
|
477
|
-
} =
|
|
480
|
+
} = i, l = T(i, xo), c = t({}, i, {
|
|
478
481
|
dividers: n
|
|
479
|
-
}),
|
|
480
|
-
return /* @__PURE__ */ p(
|
|
481
|
-
className: b(
|
|
482
|
+
}), g = ho(c);
|
|
483
|
+
return /* @__PURE__ */ p(yo, t({
|
|
484
|
+
className: b(g.root, s),
|
|
482
485
|
ownerState: c,
|
|
483
486
|
ref: r
|
|
484
487
|
}, l));
|
|
485
488
|
});
|
|
486
|
-
process.env.NODE_ENV !== "production" && (
|
|
487
|
-
//
|
|
488
|
-
//
|
|
489
|
-
//
|
|
490
|
-
//
|
|
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
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
491
494
|
/**
|
|
492
495
|
* The content of the component.
|
|
493
496
|
*/
|
|
@@ -511,10 +514,10 @@ process.env.NODE_ENV !== "production" && (yo.propTypes = {
|
|
|
511
514
|
sx: o.oneOfType([o.arrayOf(o.oneOfType([o.func, o.object, o.bool])), o.func, o.object])
|
|
512
515
|
});
|
|
513
516
|
export {
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
517
|
+
lo as D,
|
|
518
|
+
Do as a,
|
|
519
|
+
j as b,
|
|
520
|
+
fo as c,
|
|
518
521
|
W as d,
|
|
519
|
-
|
|
522
|
+
No as g
|
|
520
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
|
+
};
|