@tenancy.nz/ui 1.0.4 → 1.0.6
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/dist/cjs/components/Alert.cjs +6 -11
- package/dist/cjs/components/Autocomplete.cjs +32 -34
- package/dist/cjs/components/Avatar.cjs +2 -5
- package/dist/cjs/components/AvatarCropDialog.cjs +40 -48
- package/dist/cjs/components/AvatarInput.cjs +86 -110
- package/dist/cjs/components/Badge.cjs +2 -5
- package/dist/cjs/components/BankAccountInput.cjs +74 -81
- package/dist/cjs/components/Bar.cjs +4 -6
- package/dist/cjs/components/BaseModal.cjs +3 -5
- package/dist/cjs/components/BooleanInput.cjs +37 -44
- package/dist/cjs/components/BorderedGrid.cjs +7 -9
- package/dist/cjs/components/Box.cjs +2 -5
- package/dist/cjs/components/Button.cjs +2 -5
- package/dist/cjs/components/Card.cjs +12 -21
- package/dist/cjs/components/CardContent.cjs +2 -5
- package/dist/cjs/components/Checkbox.cjs +14 -19
- package/dist/cjs/components/CircularProgress.cjs +2 -3
- package/dist/cjs/components/CollapsedText.cjs +29 -38
- package/dist/cjs/components/Confirmation.cjs +19 -26
- package/dist/cjs/components/Container.cjs +2 -5
- package/dist/cjs/components/CroppedImageInput.cjs +145 -167
- package/dist/cjs/components/CroppedImageInputActions.cjs +30 -39
- package/dist/cjs/components/DateInput.cjs +71 -79
- package/dist/cjs/components/DateNumberInput.cjs +49 -51
- package/dist/cjs/components/DateSelect.cjs +100 -111
- package/dist/cjs/components/Divider.cjs +2 -3
- package/dist/cjs/components/DropZone.cjs +96 -112
- package/dist/cjs/components/Embed.cjs +11 -15
- package/dist/cjs/components/FileUpload.cjs +105 -126
- package/dist/cjs/components/FileUploadButton.cjs +9 -14
- package/dist/cjs/components/FileUploadButtonLoader.cjs +4 -5
- package/dist/cjs/components/FileViewer.cjs +50 -69
- package/dist/cjs/components/FlashMessage.cjs +7 -11
- package/dist/cjs/components/FormControl.cjs +45 -52
- package/dist/cjs/components/FormFocus.cjs +2 -3
- package/dist/cjs/components/FormLabel.cjs +1 -4
- package/dist/cjs/components/Grid.cjs +8 -14
- package/dist/cjs/components/Heading.cjs +3 -5
- package/dist/cjs/components/IconButton.cjs +2 -5
- package/dist/cjs/components/Icons.cjs +22 -41
- package/dist/cjs/components/LinearProgress.cjs +2 -3
- package/dist/cjs/components/Link.cjs +2 -5
- package/dist/cjs/components/Media.cjs +7 -10
- package/dist/cjs/components/Modal.cjs +23 -30
- package/dist/cjs/components/ModalActions.cjs +3 -5
- package/dist/cjs/components/ModalContent.cjs +3 -5
- package/dist/cjs/components/ModalHeader.cjs +10 -17
- package/dist/cjs/components/Nameplate.cjs +39 -64
- package/dist/cjs/components/Pagination.cjs +12 -17
- package/dist/cjs/components/Paper.cjs +3 -5
- package/dist/cjs/components/Popper.cjs +13 -17
- package/dist/cjs/components/PropertyCard.cjs +62 -90
- package/dist/cjs/components/Radio.cjs +14 -19
- package/dist/cjs/components/Rating.cjs +2 -3
- package/dist/cjs/components/Select.cjs +17 -24
- package/dist/cjs/components/Skeleton.cjs +3 -5
- package/dist/cjs/components/StatusMessage.cjs +3 -5
- package/dist/cjs/components/StepIcon.cjs +13 -20
- package/dist/cjs/components/Stepper.cjs +29 -35
- package/dist/cjs/components/SuccessModal.cjs +7 -16
- package/dist/cjs/components/Switch.cjs +17 -21
- package/dist/cjs/components/Tab.cjs +2 -3
- package/dist/cjs/components/TabPanel.cjs +4 -6
- package/dist/cjs/components/Table.cjs +2 -5
- package/dist/cjs/components/TableBody.cjs +2 -5
- package/dist/cjs/components/TableCell.cjs +2 -5
- package/dist/cjs/components/TableContainer.cjs +2 -5
- package/dist/cjs/components/TableFooter.cjs +2 -5
- package/dist/cjs/components/TableHead.cjs +2 -5
- package/dist/cjs/components/TableRow.cjs +2 -5
- package/dist/cjs/components/Tabs.cjs +4 -6
- package/dist/cjs/components/Tag.cjs +8 -16
- package/dist/cjs/components/Text.cjs +3 -5
- package/dist/cjs/components/TextInput.cjs +39 -47
- package/dist/cjs/components/ThemeProvider.cjs +8 -15
- package/dist/cjs/components/TimeInput.cjs +63 -71
- package/dist/cjs/components/Tooltip.cjs +5 -9
- package/dist/cjs/index.cjs +0 -2
- package/dist/esm/components/Alert.js +6 -11
- package/dist/esm/components/Autocomplete.js +33 -35
- package/dist/esm/components/Avatar.js +2 -5
- package/dist/esm/components/AvatarCropDialog.js +41 -49
- package/dist/esm/components/AvatarInput.js +87 -111
- package/dist/esm/components/Badge.js +2 -5
- package/dist/esm/components/BankAccountInput.js +75 -82
- package/dist/esm/components/Bar.js +4 -6
- package/dist/esm/components/BaseModal.js +3 -5
- package/dist/esm/components/BooleanInput.js +38 -45
- package/dist/esm/components/BorderedGrid.js +7 -9
- package/dist/esm/components/Box.js +3 -6
- package/dist/esm/components/Button.js +2 -5
- package/dist/esm/components/Card.js +12 -21
- package/dist/esm/components/CardContent.js +2 -5
- package/dist/esm/components/Checkbox.js +14 -19
- package/dist/esm/components/CircularProgress.js +2 -3
- package/dist/esm/components/CollapsedText.js +30 -39
- package/dist/esm/components/Confirmation.js +19 -26
- package/dist/esm/components/Container.js +2 -5
- package/dist/esm/components/CroppedImageInput.js +146 -168
- package/dist/esm/components/CroppedImageInputActions.js +30 -39
- package/dist/esm/components/DateInput.js +72 -80
- package/dist/esm/components/DateNumberInput.js +50 -52
- package/dist/esm/components/DateSelect.js +95 -106
- package/dist/esm/components/Divider.js +2 -3
- package/dist/esm/components/DropZone.js +96 -112
- package/dist/esm/components/Embed.js +11 -15
- package/dist/esm/components/FileUpload.js +106 -127
- package/dist/esm/components/FileUploadButton.js +10 -15
- package/dist/esm/components/FileUploadButtonLoader.js +4 -5
- package/dist/esm/components/FileViewer.js +50 -69
- package/dist/esm/components/FlashMessage.js +7 -11
- package/dist/esm/components/FormControl.js +43 -50
- package/dist/esm/components/FormFocus.js +2 -3
- package/dist/esm/components/FormLabel.js +1 -4
- package/dist/esm/components/Grid.js +8 -14
- package/dist/esm/components/Heading.js +3 -5
- package/dist/esm/components/IconButton.js +2 -5
- package/dist/esm/components/Icons.js +22 -41
- package/dist/esm/components/LinearProgress.js +2 -3
- package/dist/esm/components/Link.js +2 -5
- package/dist/esm/components/Media.js +7 -10
- package/dist/esm/components/Modal.js +23 -30
- package/dist/esm/components/ModalActions.js +3 -5
- package/dist/esm/components/ModalContent.js +3 -5
- package/dist/esm/components/ModalHeader.js +10 -17
- package/dist/esm/components/Nameplate.js +39 -64
- package/dist/esm/components/Pagination.js +12 -17
- package/dist/esm/components/Paper.js +3 -5
- package/dist/esm/components/Popper.js +14 -18
- package/dist/esm/components/PropertyCard.js +62 -90
- package/dist/esm/components/Radio.js +14 -19
- package/dist/esm/components/Rating.js +2 -3
- package/dist/esm/components/Select.js +17 -24
- package/dist/esm/components/Skeleton.js +3 -5
- package/dist/esm/components/StatusMessage.js +3 -5
- package/dist/esm/components/StepIcon.js +13 -20
- package/dist/esm/components/Stepper.js +29 -35
- package/dist/esm/components/SuccessModal.js +8 -17
- package/dist/esm/components/Switch.js +17 -21
- package/dist/esm/components/Tab.js +2 -3
- package/dist/esm/components/TabPanel.js +4 -6
- package/dist/esm/components/Table.js +2 -5
- package/dist/esm/components/TableBody.js +2 -5
- package/dist/esm/components/TableCell.js +2 -5
- package/dist/esm/components/TableContainer.js +2 -5
- package/dist/esm/components/TableFooter.js +2 -5
- package/dist/esm/components/TableHead.js +2 -5
- package/dist/esm/components/TableRow.js +2 -5
- package/dist/esm/components/Tabs.js +4 -6
- package/dist/esm/components/Tag.js +8 -16
- package/dist/esm/components/Text.js +3 -5
- package/dist/esm/components/TextInput.js +36 -44
- package/dist/esm/components/ThemeProvider.js +8 -15
- package/dist/esm/components/TimeInput.js +64 -72
- package/dist/esm/components/Tooltip.js +5 -9
- package/dist/esm/index.js +0 -1
- package/package.json +1 -1
- package/dist/cjs/components/DatePicker.cjs +0 -167
- package/dist/cjs/components/DatePicker.styled.cjs +0 -22
- package/dist/esm/components/DatePicker.js +0 -163
- package/dist/esm/components/DatePicker.styled.js +0 -20
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
import { objectSpread2 as _objectSpread2 } from '../_virtual/_rollupPluginBabelHelpers.js';
|
|
3
|
-
import { jsx } from 'react/jsx-runtime';
|
|
4
3
|
import PropTypes from 'prop-types';
|
|
5
4
|
import DialogContent from '@mui/material/DialogContent';
|
|
6
5
|
|
|
@@ -13,11 +12,10 @@ function ModalContent(_ref) {
|
|
|
13
12
|
var styles = _objectSpread2(_objectSpread2({}, disableGutter && {
|
|
14
13
|
padding: 0
|
|
15
14
|
}), sx);
|
|
16
|
-
return /* @__PURE__ */
|
|
15
|
+
return /* @__PURE__ */React.createElement(DialogContent, {
|
|
17
16
|
dividers: false,
|
|
18
|
-
sx: styles
|
|
19
|
-
|
|
20
|
-
});
|
|
17
|
+
sx: styles
|
|
18
|
+
}, children);
|
|
21
19
|
}
|
|
22
20
|
ModalContent.propTypes = {
|
|
23
21
|
/**
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
import { objectWithoutProperties as _objectWithoutProperties, objectSpread2 as _objectSpread2 } from '../_virtual/_rollupPluginBabelHelpers.js';
|
|
3
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
4
3
|
import { Close } from '@mui/icons-material';
|
|
5
4
|
import Box from './Box.js';
|
|
6
5
|
import IconButton from './IconButton.js';
|
|
@@ -14,22 +13,16 @@ function ModalHeader(_ref) {
|
|
|
14
13
|
_ref$onClose = _ref.onClose,
|
|
15
14
|
onClose = _ref$onClose === void 0 ? void 0 : _ref$onClose,
|
|
16
15
|
rest = _objectWithoutProperties(_ref, _excluded);
|
|
17
|
-
return /* @__PURE__ */
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
size: "small",
|
|
28
|
-
onClick: onClose,
|
|
29
|
-
children: !closeIcon ? /* @__PURE__ */jsx(Close, {}) : closeIcon
|
|
30
|
-
})
|
|
31
|
-
})]
|
|
32
|
-
}));
|
|
16
|
+
return /* @__PURE__ */React.createElement(StyledModalHeader, _objectSpread2({}, rest), /* @__PURE__ */React.createElement(Box, {
|
|
17
|
+
overflow: "hidden",
|
|
18
|
+
width: "100%",
|
|
19
|
+
marginRight: "8px",
|
|
20
|
+
marginLeft: "0px"
|
|
21
|
+
}, children), onClose && /* @__PURE__ */React.createElement(Box, null, /* @__PURE__ */React.createElement(IconButton, {
|
|
22
|
+
color: "inherit",
|
|
23
|
+
size: "small",
|
|
24
|
+
onClick: onClose
|
|
25
|
+
}, !closeIcon ? /* @__PURE__ */React.createElement(Close, null) : closeIcon)));
|
|
33
26
|
}
|
|
34
27
|
|
|
35
28
|
export { ModalHeader as default };
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
import { objectWithoutProperties as _objectWithoutProperties, objectSpread2 as _objectSpread2 } from '../_virtual/_rollupPluginBabelHelpers.js';
|
|
3
|
-
import
|
|
4
|
-
import 'react';
|
|
3
|
+
import React from 'react';
|
|
5
4
|
import PropTypes from 'prop-types';
|
|
6
5
|
import Skeleton from '@mui/material/Skeleton';
|
|
7
6
|
import MuiContainer from '@mui/material/Container';
|
|
@@ -27,68 +26,44 @@ function Nameplate(_ref) {
|
|
|
27
26
|
var isMobile = useMediaQuery(function (theme) {
|
|
28
27
|
return theme.breakpoints.down("sm");
|
|
29
28
|
});
|
|
30
|
-
return /* @__PURE__ */
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
children: title
|
|
69
|
-
})
|
|
70
|
-
}), !isMobile && title]
|
|
71
|
-
}), /* @__PURE__ */jsxs(Heading, {
|
|
72
|
-
as: isMobile ? "h5" : "h3",
|
|
73
|
-
weight: "400",
|
|
74
|
-
color: "textPrimary",
|
|
75
|
-
gutterBottom: false,
|
|
76
|
-
children: [heading, subHeading && /* @__PURE__ */jsxs(Fragment, {
|
|
77
|
-
children: [/* @__PURE__ */jsx("br", {}), " ", subHeading]
|
|
78
|
-
})]
|
|
79
|
-
})]
|
|
80
|
-
}), /* @__PURE__ */jsxs(StyledImgWrapper, {
|
|
81
|
-
children: [logo && /* @__PURE__ */jsx(StyledImg, {
|
|
82
|
-
src: logo,
|
|
83
|
-
alt: heading
|
|
84
|
-
}), !logo && heading && /* @__PURE__ */jsx(StyledImgText, {
|
|
85
|
-
children: heading[0].toUpperCase()
|
|
86
|
-
})]
|
|
87
|
-
})]
|
|
88
|
-
})
|
|
89
|
-
})
|
|
90
|
-
}))
|
|
91
|
-
});
|
|
29
|
+
return /* @__PURE__ */React.createElement(StyledWrapper, null, /* @__PURE__ */React.createElement(MuiContainer, _objectSpread2({
|
|
30
|
+
maxWidth: "lg"
|
|
31
|
+
}, rest), /* @__PURE__ */React.createElement(Box, {
|
|
32
|
+
sx: {
|
|
33
|
+
display: "flex",
|
|
34
|
+
justifyContent: "space-between",
|
|
35
|
+
flexWrap: "nowrap",
|
|
36
|
+
alignItems: "center",
|
|
37
|
+
px: isMobile ? 2 : 0,
|
|
38
|
+
py: 4
|
|
39
|
+
}
|
|
40
|
+
}, skeleton ? /* @__PURE__ */React.createElement(React.Fragment, null, /* @__PURE__ */React.createElement("div", {
|
|
41
|
+
style: {
|
|
42
|
+
flexGrow: 1
|
|
43
|
+
}
|
|
44
|
+
}, /* @__PURE__ */React.createElement(Skeleton, {
|
|
45
|
+
width: isMobile ? "80%" : "40%",
|
|
46
|
+
height: isMobile ? 22 : 30
|
|
47
|
+
}), /* @__PURE__ */React.createElement(Skeleton, {
|
|
48
|
+
width: isMobile ? "60%" : "30%",
|
|
49
|
+
height: isMobile ? 22 : 30
|
|
50
|
+
})), /* @__PURE__ */React.createElement(Skeleton, {
|
|
51
|
+
variant: "rect",
|
|
52
|
+
height: 100,
|
|
53
|
+
width: 100
|
|
54
|
+
})) : /* @__PURE__ */React.createElement(React.Fragment, null, /* @__PURE__ */React.createElement("div", null, title && /* @__PURE__ */React.createElement(Text, {
|
|
55
|
+
color: "textSecondary",
|
|
56
|
+
variant: "body1",
|
|
57
|
+
weight: "600"
|
|
58
|
+
}, isMobile && /* @__PURE__ */React.createElement("small", null, /* @__PURE__ */React.createElement("small", null, title)), !isMobile && title), /* @__PURE__ */React.createElement(Heading, {
|
|
59
|
+
as: isMobile ? "h5" : "h3",
|
|
60
|
+
weight: "400",
|
|
61
|
+
color: "textPrimary",
|
|
62
|
+
gutterBottom: false
|
|
63
|
+
}, heading, subHeading && /* @__PURE__ */React.createElement(React.Fragment, null, /* @__PURE__ */React.createElement("br", null), " ", subHeading))), /* @__PURE__ */React.createElement(StyledImgWrapper, null, logo && /* @__PURE__ */React.createElement(StyledImg, {
|
|
64
|
+
src: logo,
|
|
65
|
+
alt: heading
|
|
66
|
+
}), !logo && heading && /* @__PURE__ */React.createElement(StyledImgText, null, heading[0].toUpperCase()))))));
|
|
92
67
|
}
|
|
93
68
|
Nameplate.propTypes = {
|
|
94
69
|
/**
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
import { objectWithoutProperties as _objectWithoutProperties, objectSpread2 as _objectSpread2 } from '../_virtual/_rollupPluginBabelHelpers.js';
|
|
3
|
-
import
|
|
4
|
-
import 'react';
|
|
3
|
+
import React from 'react';
|
|
5
4
|
import PropTypes from 'prop-types';
|
|
6
5
|
import uuid from 'react-uuid';
|
|
7
6
|
import usePagination from '@mui/material/usePagination';
|
|
@@ -23,7 +22,7 @@ var getLabel = function getLabel(type) {
|
|
|
23
22
|
return "Next";
|
|
24
23
|
}
|
|
25
24
|
if (type === "start-ellipsis" || type === "end-ellipsis") {
|
|
26
|
-
return /* @__PURE__ */
|
|
25
|
+
return /* @__PURE__ */React.createElement(MoreHorizIcon, {
|
|
27
26
|
fontSize: "inherit"
|
|
28
27
|
});
|
|
29
28
|
}
|
|
@@ -73,20 +72,16 @@ function Pagination(_ref) {
|
|
|
73
72
|
showLastButton: showFirstLastButtons
|
|
74
73
|
})),
|
|
75
74
|
items = _usePagination.items;
|
|
76
|
-
return /* @__PURE__ */
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
}))
|
|
87
|
-
}, uuid(item));
|
|
88
|
-
})
|
|
89
|
-
});
|
|
75
|
+
return /* @__PURE__ */React.createElement(StyledList, null, items.map(function (item) {
|
|
76
|
+
return /* @__PURE__ */React.createElement(StyledListItem, {
|
|
77
|
+
key: uuid(item)
|
|
78
|
+
}, /* @__PURE__ */React.createElement(StyledButton, _objectSpread2({
|
|
79
|
+
color: color,
|
|
80
|
+
shape: shape,
|
|
81
|
+
size: size,
|
|
82
|
+
type: item.type
|
|
83
|
+
}, item), item.type !== "page" && getLabel(item.type), item.type === "page" && item.page));
|
|
84
|
+
}));
|
|
90
85
|
}
|
|
91
86
|
Pagination.propTypes = {
|
|
92
87
|
/**
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
import { jsx } from 'react/jsx-runtime';
|
|
3
2
|
import StyledPaper from './Paper.styled.js';
|
|
4
3
|
|
|
5
4
|
function Paper(_ref) {
|
|
@@ -18,16 +17,15 @@ function Paper(_ref) {
|
|
|
18
17
|
rounded = _ref$rounded === void 0 ? true : _ref$rounded,
|
|
19
18
|
_ref$sx = _ref.sx,
|
|
20
19
|
sx = _ref$sx === void 0 ? {} : _ref$sx;
|
|
21
|
-
return /* @__PURE__ */
|
|
20
|
+
return /* @__PURE__ */React.createElement(StyledPaper, {
|
|
22
21
|
elevate: outlined ? false : elevate,
|
|
23
22
|
fill: fill,
|
|
24
23
|
inset: inset,
|
|
25
24
|
outlined: outlined,
|
|
26
25
|
rounded: rounded,
|
|
27
26
|
noOverflow: !overflow,
|
|
28
|
-
sx: sx
|
|
29
|
-
|
|
30
|
-
});
|
|
27
|
+
sx: sx
|
|
28
|
+
}, children);
|
|
31
29
|
}
|
|
32
30
|
|
|
33
31
|
export { Paper as default };
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
import { objectWithoutProperties as _objectWithoutProperties, objectSpread2 as _objectSpread2 } from '../_virtual/_rollupPluginBabelHelpers.js';
|
|
3
|
-
import {
|
|
4
|
-
import { forwardRef } from 'react';
|
|
3
|
+
import React, { forwardRef } from 'react';
|
|
5
4
|
import PropTypes from 'prop-types';
|
|
6
5
|
import MuiPopper from '@mui/material/Popper';
|
|
7
6
|
import MuiFade from '@mui/material/Fade';
|
|
@@ -9,7 +8,7 @@ import MuiPaper from '@mui/material/Paper';
|
|
|
9
8
|
|
|
10
9
|
var _excluded = ["children", "anchorEl", "open", "disablePortal", "placement"];
|
|
11
10
|
function Popper(_ref, ref) {
|
|
12
|
-
var
|
|
11
|
+
var children = _ref.children,
|
|
13
12
|
_ref$anchorEl = _ref.anchorEl,
|
|
14
13
|
anchorEl = _ref$anchorEl === void 0 ? null : _ref$anchorEl,
|
|
15
14
|
_ref$open = _ref.open,
|
|
@@ -25,26 +24,23 @@ function Popper(_ref, ref) {
|
|
|
25
24
|
disablePortal: disablePortal,
|
|
26
25
|
placement: placement
|
|
27
26
|
}, others);
|
|
28
|
-
return /* @__PURE__ */
|
|
27
|
+
return /* @__PURE__ */React.createElement(MuiPopper, _objectSpread2(_objectSpread2({}, rest), {}, {
|
|
29
28
|
transition: true,
|
|
30
29
|
ref: ref,
|
|
31
30
|
style: {
|
|
32
31
|
zIndex: 9999
|
|
33
|
-
},
|
|
34
|
-
children: function children(_ref2) {
|
|
35
|
-
var TransitionProps = _ref2.TransitionProps;
|
|
36
|
-
return /* @__PURE__ */jsx(MuiFade, _objectSpread2(_objectSpread2({}, TransitionProps), {}, {
|
|
37
|
-
timeout: 350,
|
|
38
|
-
children: /* @__PURE__ */jsx(MuiPaper, {
|
|
39
|
-
elevation: 3,
|
|
40
|
-
style: {
|
|
41
|
-
margin: 5
|
|
42
|
-
},
|
|
43
|
-
children: _children
|
|
44
|
-
})
|
|
45
|
-
}));
|
|
46
32
|
}
|
|
47
|
-
}))
|
|
33
|
+
}), function (_ref2) {
|
|
34
|
+
var TransitionProps = _ref2.TransitionProps;
|
|
35
|
+
return /* @__PURE__ */React.createElement(MuiFade, _objectSpread2(_objectSpread2({}, TransitionProps), {}, {
|
|
36
|
+
timeout: 350
|
|
37
|
+
}), /* @__PURE__ */React.createElement(MuiPaper, {
|
|
38
|
+
elevation: 3,
|
|
39
|
+
style: {
|
|
40
|
+
margin: 5
|
|
41
|
+
}
|
|
42
|
+
}, children));
|
|
43
|
+
});
|
|
48
44
|
}
|
|
49
45
|
Popper.propTypes = {
|
|
50
46
|
/**
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
import
|
|
3
|
-
import 'react';
|
|
2
|
+
import React from 'react';
|
|
4
3
|
import PropTypes from 'prop-types';
|
|
5
4
|
import HotelIcon from '@mui/icons-material/Hotel';
|
|
6
5
|
import DirectionsCarIcon from '@mui/icons-material/DirectionsCar';
|
|
@@ -69,96 +68,69 @@ function PropertyCard(_ref) {
|
|
|
69
68
|
var address1 = implode(" ", [implode("/", [unit, streetNumber]), streetName]);
|
|
70
69
|
var address2 = implode(", ", [suburb, city]);
|
|
71
70
|
var address = "".concat(address1, " ").concat(address2);
|
|
72
|
-
return /* @__PURE__ */
|
|
71
|
+
return /* @__PURE__ */React.createElement(Paper, {
|
|
73
72
|
rounded: true,
|
|
74
73
|
elevate: elevation,
|
|
75
|
-
fill: !isMobile
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
}), skeleton && /* @__PURE__ */jsx(Skeleton, {
|
|
136
|
-
width: 40,
|
|
137
|
-
height: 27
|
|
138
|
-
})]
|
|
139
|
-
}), /* @__PURE__ */jsxs(StyledIcon, {
|
|
140
|
-
children: [!skeleton && !isEmpty(parkingSpaces) && /* @__PURE__ */jsxs(Fragment, {
|
|
141
|
-
children: [/* @__PURE__ */jsx(Text, {
|
|
142
|
-
as: "span",
|
|
143
|
-
weight: "600",
|
|
144
|
-
variant: "inherit",
|
|
145
|
-
color: "textPrimary",
|
|
146
|
-
children: parkingSpaces
|
|
147
|
-
}), "\xA0", /* @__PURE__ */jsx(DirectionsCarIcon, {})]
|
|
148
|
-
}), skeleton && /* @__PURE__ */jsx(Skeleton, {
|
|
149
|
-
width: 40,
|
|
150
|
-
height: 27
|
|
151
|
-
})]
|
|
152
|
-
})]
|
|
153
|
-
}), footerContent && /* @__PURE__ */jsx(Box, {
|
|
154
|
-
display: "flex",
|
|
155
|
-
justify: "flex-end",
|
|
156
|
-
align: "center",
|
|
157
|
-
children: footerContent
|
|
158
|
-
})]
|
|
159
|
-
})]
|
|
160
|
-
})
|
|
161
|
-
});
|
|
74
|
+
fill: !isMobile
|
|
75
|
+
}, /* @__PURE__ */React.createElement(StyledContainer, null, /* @__PURE__ */React.createElement(StyledImg, null, /* @__PURE__ */React.createElement(Media, {
|
|
76
|
+
skeleton: skeleton,
|
|
77
|
+
src: photo,
|
|
78
|
+
title: address
|
|
79
|
+
})), /* @__PURE__ */React.createElement(StyledDetails, null, !skeleton && /* @__PURE__ */React.createElement(Heading, {
|
|
80
|
+
as: "h3",
|
|
81
|
+
gutterBottom: false
|
|
82
|
+
}, address1), skeleton && /* @__PURE__ */React.createElement(Skeleton, {
|
|
83
|
+
width: "75%",
|
|
84
|
+
height: 30
|
|
85
|
+
}), !skeleton && /* @__PURE__ */React.createElement(Text, {
|
|
86
|
+
variant: "subtitle1",
|
|
87
|
+
weight: "500",
|
|
88
|
+
color: "textPrimary"
|
|
89
|
+
}, address2), skeleton && /* @__PURE__ */React.createElement(Skeleton, {
|
|
90
|
+
width: "65%",
|
|
91
|
+
height: 30
|
|
92
|
+
}), /* @__PURE__ */React.createElement(Divider, null), /* @__PURE__ */React.createElement(Box, {
|
|
93
|
+
display: "flex",
|
|
94
|
+
width: "100%",
|
|
95
|
+
align: "center",
|
|
96
|
+
marginBottom: !skeleton ? "20px" : "-13px"
|
|
97
|
+
}, !skeleton && /* @__PURE__ */React.createElement(Text, {
|
|
98
|
+
as: "span",
|
|
99
|
+
weight: "600",
|
|
100
|
+
variant: "inherit",
|
|
101
|
+
color: "textPrimary"
|
|
102
|
+
}, "$", rentAmount, abbreviatedRentFrequency()), skeleton && /* @__PURE__ */React.createElement(Skeleton, {
|
|
103
|
+
width: 60,
|
|
104
|
+
height: 27
|
|
105
|
+
}), /* @__PURE__ */React.createElement(StyledIcon, null, !skeleton && !isEmpty(bedrooms) && /* @__PURE__ */React.createElement(React.Fragment, null, /* @__PURE__ */React.createElement(Text, {
|
|
106
|
+
as: "span",
|
|
107
|
+
weight: "600",
|
|
108
|
+
variant: "inherit",
|
|
109
|
+
color: "textPrimary"
|
|
110
|
+
}, bedrooms), "\xA0", /* @__PURE__ */React.createElement(HotelIcon, null)), skeleton && /* @__PURE__ */React.createElement(Skeleton, {
|
|
111
|
+
width: 40,
|
|
112
|
+
height: 27
|
|
113
|
+
})), /* @__PURE__ */React.createElement(StyledIcon, null, !skeleton && !isEmpty(bathrooms) && /* @__PURE__ */React.createElement(React.Fragment, null, /* @__PURE__ */React.createElement(Text, {
|
|
114
|
+
as: "span",
|
|
115
|
+
weight: "600",
|
|
116
|
+
variant: "inherit",
|
|
117
|
+
color: "textPrimary"
|
|
118
|
+
}, bathrooms), "\xA0", /* @__PURE__ */React.createElement(BathtubIcon, null)), skeleton && /* @__PURE__ */React.createElement(Skeleton, {
|
|
119
|
+
width: 40,
|
|
120
|
+
height: 27
|
|
121
|
+
})), /* @__PURE__ */React.createElement(StyledIcon, null, !skeleton && !isEmpty(parkingSpaces) && /* @__PURE__ */React.createElement(React.Fragment, null, /* @__PURE__ */React.createElement(Text, {
|
|
122
|
+
as: "span",
|
|
123
|
+
weight: "600",
|
|
124
|
+
variant: "inherit",
|
|
125
|
+
color: "textPrimary"
|
|
126
|
+
}, parkingSpaces), "\xA0", /* @__PURE__ */React.createElement(DirectionsCarIcon, null)), skeleton && /* @__PURE__ */React.createElement(Skeleton, {
|
|
127
|
+
width: 40,
|
|
128
|
+
height: 27
|
|
129
|
+
}))), footerContent && /* @__PURE__ */React.createElement(Box, {
|
|
130
|
+
display: "flex",
|
|
131
|
+
justify: "flex-end",
|
|
132
|
+
align: "center"
|
|
133
|
+
}, footerContent))));
|
|
162
134
|
}
|
|
163
135
|
PropertyCard.propTypes = {
|
|
164
136
|
/**
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
import { objectWithoutProperties as _objectWithoutProperties, objectSpread2 as _objectSpread2 } from '../_virtual/_rollupPluginBabelHelpers.js';
|
|
3
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
4
3
|
import Stack from '@mui/material/Stack';
|
|
5
4
|
import Box from './Box.js';
|
|
6
5
|
import FormLabel from './FormLabel.js';
|
|
@@ -32,26 +31,22 @@ function Radio(_ref) {
|
|
|
32
31
|
size: size,
|
|
33
32
|
name: name
|
|
34
33
|
}, rest);
|
|
35
|
-
return /* @__PURE__ */
|
|
34
|
+
return /* @__PURE__ */React.createElement(Stack, {
|
|
36
35
|
direction: "row",
|
|
37
36
|
gap: "10px",
|
|
38
|
-
alignItems: "flex-start"
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
},
|
|
52
|
-
children: label
|
|
53
|
-
})]
|
|
54
|
-
});
|
|
37
|
+
alignItems: "flex-start"
|
|
38
|
+
}, /* @__PURE__ */React.createElement(Box, null, /* @__PURE__ */React.createElement(StyledRadio, _objectSpread2(_objectSpread2({}, props), {}, {
|
|
39
|
+
disableRipple: true
|
|
40
|
+
}))), /* @__PURE__ */React.createElement(FormLabel, {
|
|
41
|
+
htmlFor: id,
|
|
42
|
+
size: size,
|
|
43
|
+
disabled: disabled,
|
|
44
|
+
margin: "none",
|
|
45
|
+
sx: {
|
|
46
|
+
mt: "2px",
|
|
47
|
+
fontWeight: "500"
|
|
48
|
+
}
|
|
49
|
+
}, label));
|
|
55
50
|
}
|
|
56
51
|
|
|
57
52
|
export { Radio as default };
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
import { extends as _extends, objectDestructuringEmpty as _objectDestructuringEmpty, objectSpread2 as _objectSpread2 } from '../_virtual/_rollupPluginBabelHelpers.js';
|
|
3
|
-
import
|
|
4
|
-
import 'react';
|
|
3
|
+
import React from 'react';
|
|
5
4
|
import MuiRating from '@mui/material/Rating';
|
|
6
5
|
|
|
7
6
|
function Rating(_ref) {
|
|
8
7
|
var rest = _extends({}, (_objectDestructuringEmpty(_ref), _ref));
|
|
9
|
-
return /* @__PURE__ */
|
|
8
|
+
return /* @__PURE__ */React.createElement(MuiRating, _objectSpread2({}, rest));
|
|
10
9
|
}
|
|
11
10
|
|
|
12
11
|
export { Rating as default };
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
import { objectWithoutProperties as _objectWithoutProperties, objectSpread2 as _objectSpread2 } from '../_virtual/_rollupPluginBabelHelpers.js';
|
|
3
|
-
import { jsx } from 'react/jsx-runtime';
|
|
4
3
|
import uuid from 'react-uuid';
|
|
5
4
|
import KeyboardArrowDownIcon from '@mui/icons-material/KeyboardArrowDown';
|
|
6
5
|
import FormControl from './FormControl.js';
|
|
@@ -88,15 +87,11 @@ function Select(_ref) {
|
|
|
88
87
|
});
|
|
89
88
|
var renderValue = function renderValue(selected) {
|
|
90
89
|
if (!selected) {
|
|
91
|
-
return /* @__PURE__ */
|
|
92
|
-
children: placeholder
|
|
93
|
-
});
|
|
90
|
+
return /* @__PURE__ */React.createElement(StyledPlaceholder, null, placeholder);
|
|
94
91
|
}
|
|
95
|
-
return /* @__PURE__ */
|
|
96
|
-
children: selected
|
|
97
|
-
});
|
|
92
|
+
return /* @__PURE__ */React.createElement(StyledSelectValue, null, selected);
|
|
98
93
|
};
|
|
99
|
-
return /* @__PURE__ */
|
|
94
|
+
return /* @__PURE__ */React.createElement(FormControl, {
|
|
100
95
|
color: color,
|
|
101
96
|
id: props.id,
|
|
102
97
|
label: label,
|
|
@@ -106,22 +101,20 @@ function Select(_ref) {
|
|
|
106
101
|
fullWidth: fullWidth,
|
|
107
102
|
disabled: disabled,
|
|
108
103
|
required: required,
|
|
109
|
-
size: size
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
}))
|
|
124
|
-
});
|
|
104
|
+
size: size
|
|
105
|
+
}, /* @__PURE__ */React.createElement(StyledSelect, _objectSpread2(_objectSpread2({
|
|
106
|
+
renderValue: renderValue
|
|
107
|
+
}, props), {}, {
|
|
108
|
+
variant: "outlined"
|
|
109
|
+
}), options.map(function (_ref2) {
|
|
110
|
+
var optionLabel = _ref2.label,
|
|
111
|
+
others = _objectWithoutProperties(_ref2, _excluded2);
|
|
112
|
+
return /* @__PURE__ */React.createElement(StyledSelectOption, _objectSpread2(_objectSpread2({
|
|
113
|
+
key: uuid()
|
|
114
|
+
}, others), native && {
|
|
115
|
+
as: "option"
|
|
116
|
+
}), optionLabel);
|
|
117
|
+
})));
|
|
125
118
|
}
|
|
126
119
|
|
|
127
120
|
export { Select as default };
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
import { objectWithoutProperties as _objectWithoutProperties, objectSpread2 as _objectSpread2 } from '../_virtual/_rollupPluginBabelHelpers.js';
|
|
3
|
-
import { jsx } from 'react/jsx-runtime';
|
|
4
3
|
import Skeleton$1 from '@mui/material/Skeleton';
|
|
5
4
|
|
|
6
5
|
var _excluded = ["animation", "children", "light", "variant"];
|
|
@@ -21,10 +20,9 @@ function Skeleton(_ref) {
|
|
|
21
20
|
var styles = _objectSpread2({}, light && {
|
|
22
21
|
backgroundColor: "rgba(255, 255, 255, 0.13)"
|
|
23
22
|
});
|
|
24
|
-
return /* @__PURE__ */
|
|
25
|
-
sx: styles
|
|
26
|
-
|
|
27
|
-
}));
|
|
23
|
+
return /* @__PURE__ */React.createElement(Skeleton$1, _objectSpread2(_objectSpread2({}, rest), {}, {
|
|
24
|
+
sx: styles
|
|
25
|
+
}), children);
|
|
28
26
|
}
|
|
29
27
|
|
|
30
28
|
export { Skeleton as default };
|