@madie/madie-design-system 1.2.21 → 1.2.23
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/components/MadieDialog/index.jsx +23 -0
- package/coverage/clover.xml +17 -13
- package/coverage/coverage-final.json +1 -1
- package/coverage/lcov-report/index.html +10 -10
- package/coverage/lcov-report/react/components/Accordion/index.html +1 -1
- package/coverage/lcov-report/react/components/Accordion/index.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Button/index.html +1 -1
- package/coverage/lcov-report/react/components/Button/index.js.html +1 -1
- package/coverage/lcov-report/react/components/DateField/DateField.jsx.html +1 -1
- package/coverage/lcov-report/react/components/DateField/index.html +1 -1
- package/coverage/lcov-report/react/components/DateTimeField/DateTimeField.jsx.html +1 -1
- package/coverage/lcov-report/react/components/DateTimeField/index.html +1 -1
- package/coverage/lcov-report/react/components/Error/Collapsible.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Error/ErrorUI.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Error/error.js.html +1 -1
- package/coverage/lcov-report/react/components/Error/index.html +1 -1
- package/coverage/lcov-report/react/components/Footer/FooterUI.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Footer/LegacyFooterUI.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Footer/footer.js.html +1 -1
- package/coverage/lcov-report/react/components/Footer/index.html +1 -1
- package/coverage/lcov-report/react/components/Infotip/Infotip.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Infotip/InfotipIcon.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Infotip/index.html +1 -1
- package/coverage/lcov-report/react/components/Infotip/index.js.html +1 -1
- package/coverage/lcov-report/react/components/InputLabel/index.html +1 -1
- package/coverage/lcov-report/react/components/InputLabel/index.jsx.html +1 -1
- package/coverage/lcov-report/react/components/MadieAlert/index.html +1 -1
- package/coverage/lcov-report/react/components/MadieAlert/index.jsx.html +1 -1
- package/coverage/lcov-report/react/components/MadieDeleteDialog/index.html +1 -1
- package/coverage/lcov-report/react/components/MadieDeleteDialog/index.jsx.html +1 -1
- package/coverage/lcov-report/react/components/MadieDialog/index.html +7 -7
- package/coverage/lcov-report/react/components/MadieDialog/index.jsx.html +74 -5
- package/coverage/lcov-report/react/components/MadieDiscardDialog/index.html +1 -1
- package/coverage/lcov-report/react/components/MadieDiscardDialog/index.jsx.html +1 -1
- package/coverage/lcov-report/react/components/MadieSpinner/index.html +1 -1
- package/coverage/lcov-report/react/components/MadieSpinner/index.jsx.html +1 -1
- package/coverage/lcov-report/react/components/MadieTooltip/index.html +1 -1
- package/coverage/lcov-report/react/components/MadieTooltip/index.jsx.html +1 -1
- package/coverage/lcov-report/react/components/MadieTooltipIcon/index.html +1 -1
- package/coverage/lcov-report/react/components/MadieTooltipIcon/index.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Pagination/index.html +1 -1
- package/coverage/lcov-report/react/components/Pagination/index.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Popover/index.html +1 -1
- package/coverage/lcov-report/react/components/Popover/index.js.html +1 -1
- package/coverage/lcov-report/react/components/ReadOnlyTextField/index.html +1 -1
- package/coverage/lcov-report/react/components/ReadOnlyTextField/index.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Select/index.html +1 -1
- package/coverage/lcov-report/react/components/Select/index.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Tabs/Tab.js.html +1 -1
- package/coverage/lcov-report/react/components/Tabs/index.html +1 -1
- package/coverage/lcov-report/react/components/Tabs/index.js.html +1 -1
- package/coverage/lcov-report/react/components/TextArea/index.html +1 -1
- package/coverage/lcov-report/react/components/TextArea/index.jsx.html +1 -1
- package/coverage/lcov-report/react/components/TextField/index.html +1 -1
- package/coverage/lcov-report/react/components/TextField/index.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Toast/index.html +1 -1
- package/coverage/lcov-report/react/components/Toast/index.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Tooltip/Tooltip.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Tooltip/index.html +1 -1
- package/coverage/lcov-report/react/components/Tooltip/index.js.html +1 -1
- package/coverage/lcov-report/react/components/Tooltip/position.js.html +1 -1
- package/coverage/lcov-report/react/index.html +1 -1
- package/coverage/lcov-report/react/index.js.html +1 -1
- package/coverage/lcov-report/react/lib/Chevron.jsx.html +1 -1
- package/coverage/lcov-report/react/lib/SvgComponents.jsx.html +1 -1
- package/coverage/lcov-report/react/lib/index.html +1 -1
- package/coverage/lcov.info +28 -22
- package/dist/browser.js +1 -1
- package/dist/index.js +1 -1
- package/dist/react/index.js +9 -9
- package/dist/react/index.js.map +1 -1
- package/package-lock.json +16 -2
- package/package.json +2 -1
- package/styles/components/_madie-tooltip.scss +2 -2
- package/styles/qppds/components/_madie-tooltip.scss +2 -2
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import PropTypes from "prop-types";
|
|
3
|
+
import Draggable from "react-draggable";
|
|
3
4
|
import CloseIcon from "@mui/icons-material/Close";
|
|
4
5
|
import {
|
|
5
6
|
Dialog,
|
|
@@ -13,6 +14,21 @@ import {
|
|
|
13
14
|
import { Box } from "@mui/system";
|
|
14
15
|
import Button from "../Button";
|
|
15
16
|
|
|
17
|
+
const DraggablePaper = (props) => {
|
|
18
|
+
const { children, ...rest } = props;
|
|
19
|
+
|
|
20
|
+
return (
|
|
21
|
+
<Draggable
|
|
22
|
+
handle="#draggable-dialog-title"
|
|
23
|
+
cancel={'[class*="MuiDialogContent-root"]'} // Prevent dragging when interacting with content
|
|
24
|
+
>
|
|
25
|
+
<div style={{ backgroundColor: "#fff" }} {...rest}>
|
|
26
|
+
{children}
|
|
27
|
+
</div>
|
|
28
|
+
</Draggable>
|
|
29
|
+
);
|
|
30
|
+
};
|
|
31
|
+
|
|
16
32
|
const MadieDialog = ({
|
|
17
33
|
/*
|
|
18
34
|
Lets make a reusable component
|
|
@@ -68,6 +84,7 @@ const MadieDialog = ({
|
|
|
68
84
|
}}
|
|
69
85
|
maxWidth="sm"
|
|
70
86
|
fullWidth
|
|
87
|
+
PaperComponent={DraggablePaper}
|
|
71
88
|
{...otherDialogProps}
|
|
72
89
|
>
|
|
73
90
|
{form ? (
|
|
@@ -80,12 +97,14 @@ const MadieDialog = ({
|
|
|
80
97
|
style={{ overflow: "scroll" }}
|
|
81
98
|
>
|
|
82
99
|
<Box
|
|
100
|
+
id="draggable-dialog-title"
|
|
83
101
|
sx={{
|
|
84
102
|
display: "flex",
|
|
85
103
|
flexDirection: "row",
|
|
86
104
|
justifyContent: "space-between",
|
|
87
105
|
alignItems: "center",
|
|
88
106
|
padding: "24px 32px",
|
|
107
|
+
cursor: "move",
|
|
89
108
|
}}
|
|
90
109
|
>
|
|
91
110
|
<DialogTitle
|
|
@@ -287,4 +306,8 @@ MadieDialog.propTypes = {
|
|
|
287
306
|
children: PropTypes.object,
|
|
288
307
|
};
|
|
289
308
|
|
|
309
|
+
DraggablePaper.propTypes = {
|
|
310
|
+
children: PropTypes.object,
|
|
311
|
+
};
|
|
312
|
+
|
|
290
313
|
export default MadieDialog;
|
package/coverage/clover.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1722359677452" clover="3.2.0">
|
|
3
|
+
<project timestamp="1722359677452" name="All files">
|
|
4
|
+
<metrics statements="366" coveredstatements="352" conditionals="280" coveredconditionals="242" methods="107" coveredmethods="100" elements="753" coveredelements="694" complexity="0" loc="366" ncloc="366" packages="26" files="36" classes="36"/>
|
|
5
5
|
<package name="react">
|
|
6
6
|
<metrics statements="3" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
7
7
|
<file name="index.js" path="/home/runner/work/madie-design-system/madie-design-system/react/index.js">
|
|
@@ -220,17 +220,21 @@
|
|
|
220
220
|
</file>
|
|
221
221
|
</package>
|
|
222
222
|
<package name="react.components.MadieDialog">
|
|
223
|
-
<metrics statements="
|
|
223
|
+
<metrics statements="12" coveredstatements="12" conditionals="6" coveredconditionals="5" methods="3" coveredmethods="3"/>
|
|
224
224
|
<file name="index.jsx" path="/home/runner/work/madie-design-system/madie-design-system/react/components/MadieDialog/index.jsx">
|
|
225
|
-
<metrics statements="
|
|
226
|
-
<line num="
|
|
227
|
-
<line num="
|
|
228
|
-
<line num="
|
|
229
|
-
<line num="
|
|
230
|
-
<line num="
|
|
231
|
-
<line num="
|
|
232
|
-
<line num="
|
|
233
|
-
<line num="
|
|
225
|
+
<metrics statements="12" coveredstatements="12" conditionals="6" coveredconditionals="5" methods="3" coveredmethods="3"/>
|
|
226
|
+
<line num="17" count="3" type="stmt"/>
|
|
227
|
+
<line num="18" count="12" type="stmt"/>
|
|
228
|
+
<line num="20" count="12" type="stmt"/>
|
|
229
|
+
<line num="32" count="3" type="stmt"/>
|
|
230
|
+
<line num="68" count="18" type="stmt"/>
|
|
231
|
+
<line num="70" count="18" type="stmt"/>
|
|
232
|
+
<line num="72" count="18" type="stmt"/>
|
|
233
|
+
<line num="74" count="18" type="stmt"/>
|
|
234
|
+
<line num="94" count="1" type="stmt"/>
|
|
235
|
+
<line num="95" count="1" type="stmt"/>
|
|
236
|
+
<line num="299" count="3" type="stmt"/>
|
|
237
|
+
<line num="309" count="3" type="stmt"/>
|
|
234
238
|
</file>
|
|
235
239
|
</package>
|
|
236
240
|
<package name="react.components.MadieDiscardDialog">
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
,"/home/runner/work/madie-design-system/madie-design-system/react/components/InputLabel/index.jsx": {"path":"/home/runner/work/madie-design-system/madie-design-system/react/components/InputLabel/index.jsx","statementMap":{"0":{"start":{"line":5,"column":14},"end":{"line":47,"column":1}},"1":{"start":{"line":6,"column":4},"end":{"line":46,"column":6}},"2":{"start":{"line":48,"column":0},"end":{"line":52,"column":2}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":5,"column":14},"end":{"line":5,"column":15}},"loc":{"start":{"line":5,"column":58},"end":{"line":47,"column":1}},"line":5}},"branchMap":{"0":{"loc":{"start":{"line":30,"column":16},"end":{"line":36,"column":17}},"type":"binary-expr","locations":[{"start":{"line":30,"column":16},"end":{"line":30,"column":24}},{"start":{"line":30,"column":28},"end":{"line":36,"column":17}}],"line":30},"1":{"loc":{"start":{"line":37,"column":16},"end":{"line":39,"column":17}},"type":"binary-expr","locations":[{"start":{"line":37,"column":16},"end":{"line":37,"column":24}},{"start":{"line":37,"column":28},"end":{"line":39,"column":17}}],"line":37},"2":{"loc":{"start":{"line":40,"column":16},"end":{"line":42,"column":17}},"type":"binary-expr","locations":[{"start":{"line":40,"column":16},"end":{"line":40,"column":21}},{"start":{"line":40,"column":25},"end":{"line":42,"column":17}}],"line":40}},"s":{"0":6,"1":27,"2":6},"f":{"0":27},"b":{"0":[27,5],"1":[27,3],"2":[27,2]},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"4c1becd51c4cdfc433ec7eccd61453b6d0de9dee"}
|
|
16
16
|
,"/home/runner/work/madie-design-system/madie-design-system/react/components/MadieAlert/index.jsx": {"path":"/home/runner/work/madie-design-system/madie-design-system/react/components/MadieAlert/index.jsx","statementMap":{"0":{"start":{"line":15,"column":19},"end":{"line":62,"column":1}},"1":{"start":{"line":24,"column":23},"end":{"line":29,"column":5}},"2":{"start":{"line":30,"column":17},"end":{"line":30,"column":33}},"3":{"start":{"line":32,"column":23},"end":{"line":32,"column":54}},"4":{"start":{"line":33,"column":22},"end":{"line":33,"column":52}},"5":{"start":{"line":35,"column":4},"end":{"line":61,"column":6}},"6":{"start":{"line":64,"column":0},"end":{"line":71,"column":2}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":15,"column":19},"end":{"line":15,"column":20}},"loc":{"start":{"line":22,"column":6},"end":{"line":62,"column":1}},"line":22}},"branchMap":{"0":{"loc":{"start":{"line":16,"column":4},"end":{"line":16,"column":20}},"type":"default-arg","locations":[{"start":{"line":16,"column":11},"end":{"line":16,"column":20}}],"line":16},"1":{"loc":{"start":{"line":17,"column":4},"end":{"line":17,"column":18}},"type":"default-arg","locations":[{"start":{"line":17,"column":14},"end":{"line":17,"column":18}}],"line":17},"2":{"loc":{"start":{"line":19,"column":4},"end":{"line":19,"column":19}},"type":"default-arg","locations":[{"start":{"line":19,"column":15},"end":{"line":19,"column":19}}],"line":19},"3":{"loc":{"start":{"line":36,"column":8},"end":{"line":60,"column":9}},"type":"binary-expr","locations":[{"start":{"line":36,"column":8},"end":{"line":36,"column":15}},{"start":{"line":37,"column":12},"end":{"line":59,"column":18}}],"line":36},"4":{"loc":{"start":{"line":39,"column":35},"end":{"line":39,"column":53}},"type":"binary-expr","locations":[{"start":{"line":39,"column":35},"end":{"line":39,"column":42}},{"start":{"line":39,"column":46},"end":{"line":39,"column":53}}],"line":39},"5":{"loc":{"start":{"line":40,"column":17},"end":{"line":58,"column":17}},"type":"binary-expr","locations":[{"start":{"line":40,"column":17},"end":{"line":40,"column":25}},{"start":{"line":41,"column":20},"end":{"line":57,"column":33}}],"line":40}},"s":{"0":1,"1":2,"2":2,"3":2,"4":2,"5":2,"6":1},"f":{"0":2},"b":{"0":[0],"1":[0],"2":[0],"3":[2,1],"4":[1,1],"5":[1,1]},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"a8b9a7ab328d12cb0114eab1ba8e6ca3f6a785ca"}
|
|
17
17
|
,"/home/runner/work/madie-design-system/madie-design-system/react/components/MadieDeleteDialog/index.jsx": {"path":"/home/runner/work/madie-design-system/madie-design-system/react/components/MadieDeleteDialog/index.jsx","statementMap":{"0":{"start":{"line":6,"column":26},"end":{"line":46,"column":1}},"1":{"start":{"line":12,"column":4},"end":{"line":45,"column":18}},"2":{"start":{"line":48,"column":0},"end":{"line":52,"column":2}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":6,"column":26},"end":{"line":6,"column":27}},"loc":{"start":{"line":12,"column":4},"end":{"line":45,"column":18}},"line":12}},"branchMap":{},"s":{"0":1,"1":8,"2":1},"f":{"0":8},"b":{},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"334e71112fc654e0d047fc694a9cd506a7071152"}
|
|
18
|
-
,"/home/runner/work/madie-design-system/madie-design-system/react/components/MadieDialog/index.jsx": {"path":"/home/runner/work/madie-design-system/madie-design-system/react/components/MadieDialog/index.jsx","statementMap":{"0":{"start":{"line":
|
|
18
|
+
,"/home/runner/work/madie-design-system/madie-design-system/react/components/MadieDialog/index.jsx": {"path":"/home/runner/work/madie-design-system/madie-design-system/react/components/MadieDialog/index.jsx","statementMap":{"0":{"start":{"line":17,"column":23},"end":{"line":30,"column":1}},"1":{"start":{"line":18,"column":34},"end":{"line":18,"column":39}},"2":{"start":{"line":20,"column":4},"end":{"line":29,"column":6}},"3":{"start":{"line":32,"column":20},"end":{"line":297,"column":1}},"4":{"start":{"line":68,"column":8},"end":{"line":68,"column":19}},"5":{"start":{"line":70,"column":8},"end":{"line":70,"column":25}},"6":{"start":{"line":72,"column":8},"end":{"line":72,"column":27}},"7":{"start":{"line":74,"column":4},"end":{"line":296,"column":6}},"8":{"start":{"line":94,"column":24},"end":{"line":94,"column":43}},"9":{"start":{"line":95,"column":24},"end":{"line":95,"column":36}},"10":{"start":{"line":299,"column":0},"end":{"line":307,"column":2}},"11":{"start":{"line":309,"column":0},"end":{"line":311,"column":2}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":17,"column":23},"end":{"line":17,"column":24}},"loc":{"start":{"line":17,"column":34},"end":{"line":30,"column":1}},"line":17},"1":{"name":"(anonymous_1)","decl":{"start":{"line":32,"column":20},"end":{"line":32,"column":21}},"loc":{"start":{"line":61,"column":6},"end":{"line":297,"column":1}},"line":61},"2":{"name":"(anonymous_2)","decl":{"start":{"line":93,"column":30},"end":{"line":93,"column":31}},"loc":{"start":{"line":93,"column":37},"end":{"line":96,"column":21}},"line":93}},"branchMap":{"0":{"loc":{"start":{"line":90,"column":13},"end":{"line":294,"column":13}},"type":"cond-expr","locations":[{"start":{"line":91,"column":16},"end":{"line":226,"column":23}},{"start":{"line":228,"column":16},"end":{"line":293,"column":19}}],"line":90},"1":{"loc":{"start":{"line":119,"column":25},"end":{"line":149,"column":25}},"type":"binary-expr","locations":[{"start":{"line":119,"column":25},"end":{"line":119,"column":33}},{"start":{"line":120,"column":28},"end":{"line":148,"column":34}}],"line":119},"2":{"loc":{"start":{"line":163,"column":25},"end":{"line":191,"column":25}},"type":"binary-expr","locations":[{"start":{"line":163,"column":25},"end":{"line":163,"column":49}},{"start":{"line":164,"column":28},"end":{"line":190,"column":34}}],"line":163}},"s":{"0":3,"1":12,"2":12,"3":3,"4":18,"5":18,"6":18,"7":18,"8":1,"9":1,"10":3,"11":3},"f":{"0":12,"1":18,"2":1},"b":{"0":[1,17],"1":[1,0],"2":[1,1]},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"a4ca5141931e65e51890549cb70558b4e84f1144"}
|
|
19
19
|
,"/home/runner/work/madie-design-system/madie-design-system/react/components/MadieDiscardDialog/index.jsx": {"path":"/home/runner/work/madie-design-system/madie-design-system/react/components/MadieDiscardDialog/index.jsx","statementMap":{"0":{"start":{"line":6,"column":27},"end":{"line":41,"column":1}},"1":{"start":{"line":7,"column":4},"end":{"line":40,"column":18}},"2":{"start":{"line":43,"column":0},"end":{"line":47,"column":2}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":6,"column":27},"end":{"line":6,"column":28}},"loc":{"start":{"line":7,"column":4},"end":{"line":40,"column":18}},"line":7}},"branchMap":{},"s":{"0":1,"1":8,"2":1},"f":{"0":8},"b":{},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"ca5836ae2ae3ae4e3b9ff68ef03160d5618ba993"}
|
|
20
20
|
,"/home/runner/work/madie-design-system/madie-design-system/react/components/MadieSpinner/index.jsx": {"path":"/home/runner/work/madie-design-system/madie-design-system/react/components/MadieSpinner/index.jsx","statementMap":{"0":{"start":{"line":6,"column":21},"end":{"line":29,"column":1}},"1":{"start":{"line":7,"column":4},"end":{"line":28,"column":6}},"2":{"start":{"line":31,"column":0},"end":{"line":33,"column":2}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":6,"column":21},"end":{"line":6,"column":22}},"loc":{"start":{"line":6,"column":32},"end":{"line":29,"column":1}},"line":6}},"branchMap":{"0":{"loc":{"start":{"line":15,"column":24},"end":{"line":15,"column":63}},"type":"cond-expr","locations":[{"start":{"line":15,"column":42},"end":{"line":15,"column":57}},{"start":{"line":15,"column":60},"end":{"line":15,"column":63}}],"line":15}},"s":{"0":1,"1":2,"2":1},"f":{"0":2},"b":{"0":[1,1]},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"ee9749c1015354c765730e85ef545e91a3934326"}
|
|
21
21
|
,"/home/runner/work/madie-design-system/madie-design-system/react/components/MadieTooltip/index.jsx": {"path":"/home/runner/work/madie-design-system/madie-design-system/react/components/MadieTooltip/index.jsx","statementMap":{"0":{"start":{"line":6,"column":21},"end":{"line":42,"column":1}},"1":{"start":{"line":7,"column":38},"end":{"line":7,"column":53}},"2":{"start":{"line":8,"column":4},"end":{"line":41,"column":6}},"3":{"start":{"line":12,"column":27},"end":{"line":12,"column":45}},"4":{"start":{"line":14,"column":16},"end":{"line":14,"column":36}},"5":{"start":{"line":17,"column":16},"end":{"line":17,"column":35}},"6":{"start":{"line":20,"column":16},"end":{"line":20,"column":36}},"7":{"start":{"line":23,"column":16},"end":{"line":25,"column":17}},"8":{"start":{"line":24,"column":20},"end":{"line":24,"column":40}},"9":{"start":{"line":28,"column":28},"end":{"line":28,"column":46}},"10":{"start":{"line":44,"column":0},"end":{"line":47,"column":2}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":6,"column":21},"end":{"line":6,"column":22}},"loc":{"start":{"line":6,"column":69},"end":{"line":42,"column":1}},"line":6},"1":{"name":"(anonymous_1)","decl":{"start":{"line":12,"column":21},"end":{"line":12,"column":22}},"loc":{"start":{"line":12,"column":27},"end":{"line":12,"column":45}},"line":12},"2":{"name":"(anonymous_2)","decl":{"start":{"line":13,"column":20},"end":{"line":13,"column":21}},"loc":{"start":{"line":13,"column":26},"end":{"line":15,"column":13}},"line":13},"3":{"name":"(anonymous_3)","decl":{"start":{"line":16,"column":26},"end":{"line":16,"column":27}},"loc":{"start":{"line":16,"column":32},"end":{"line":18,"column":13}},"line":16},"4":{"name":"(anonymous_4)","decl":{"start":{"line":19,"column":26},"end":{"line":19,"column":27}},"loc":{"start":{"line":19,"column":32},"end":{"line":21,"column":13}},"line":19},"5":{"name":"(anonymous_5)","decl":{"start":{"line":22,"column":23},"end":{"line":22,"column":24}},"loc":{"start":{"line":22,"column":30},"end":{"line":26,"column":13}},"line":22},"6":{"name":"(anonymous_6)","decl":{"start":{"line":28,"column":21},"end":{"line":28,"column":22}},"loc":{"start":{"line":28,"column":28},"end":{"line":28,"column":46}},"line":28}},"branchMap":{"0":{"loc":{"start":{"line":6,"column":24},"end":{"line":6,"column":58}},"type":"default-arg","locations":[{"start":{"line":6,"column":38},"end":{"line":6,"column":58}}],"line":6},"1":{"loc":{"start":{"line":23,"column":16},"end":{"line":25,"column":17}},"type":"if","locations":[{"start":{"line":23,"column":16},"end":{"line":25,"column":17}},{"start":{},"end":{}}],"line":23},"2":{"loc":{"start":{"line":36,"column":27},"end":{"line":36,"column":79}},"type":"cond-expr","locations":[{"start":{"line":36,"column":39},"end":{"line":36,"column":54}},{"start":{"line":36,"column":57},"end":{"line":36,"column":79}}],"line":36}},"s":{"0":3,"1":5,"2":5,"3":1,"4":1,"5":1,"6":1,"7":1,"8":1,"9":1,"10":3},"f":{"0":5,"1":1,"2":1,"3":1,"4":1,"5":1,"6":1},"b":{"0":[0],"1":[1,0],"2":[2,3]},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"c526e086e5ab7b28a701dd55b372500d2bf821c5"}
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
<div class='clearfix'>
|
|
24
24
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
|
-
<span class="strong">96.
|
|
26
|
+
<span class="strong">96.17% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>352/366</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
@@ -37,16 +37,16 @@
|
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
|
-
<span class="strong">93.
|
|
40
|
+
<span class="strong">93.45% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>
|
|
42
|
+
<span class='fraction'>100/107</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">96.
|
|
47
|
+
<span class="strong">96.17% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>352/366</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -249,13 +249,13 @@
|
|
|
249
249
|
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
250
250
|
</td>
|
|
251
251
|
<td data-value="100" class="pct high">100%</td>
|
|
252
|
-
<td data-value="
|
|
252
|
+
<td data-value="12" class="abs high">12/12</td>
|
|
253
253
|
<td data-value="83.33" class="pct high">83.33%</td>
|
|
254
254
|
<td data-value="6" class="abs high">5/6</td>
|
|
255
255
|
<td data-value="100" class="pct high">100%</td>
|
|
256
|
-
<td data-value="
|
|
256
|
+
<td data-value="3" class="abs high">3/3</td>
|
|
257
257
|
<td data-value="100" class="pct high">100%</td>
|
|
258
|
-
<td data-value="
|
|
258
|
+
<td data-value="12" class="abs high">12/12</td>
|
|
259
259
|
</tr>
|
|
260
260
|
|
|
261
261
|
<tr>
|
|
@@ -476,7 +476,7 @@
|
|
|
476
476
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
477
477
|
Code coverage generated by
|
|
478
478
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
479
|
-
at 2024-07-
|
|
479
|
+
at 2024-07-30T17:14:37.413Z
|
|
480
480
|
</div>
|
|
481
481
|
<script src="prettify.js"></script>
|
|
482
482
|
<script>
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
102
|
Code coverage generated by
|
|
103
103
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
104
|
-
at 2024-07-
|
|
104
|
+
at 2024-07-30T17:14:37.413Z
|
|
105
105
|
</div>
|
|
106
106
|
<script src="../../../prettify.js"></script>
|
|
107
107
|
<script>
|
|
@@ -355,7 +355,7 @@ export default Accordion;
|
|
|
355
355
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
356
356
|
Code coverage generated by
|
|
357
357
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
358
|
-
at 2024-07-
|
|
358
|
+
at 2024-07-30T17:14:37.413Z
|
|
359
359
|
</div>
|
|
360
360
|
<script src="../../../prettify.js"></script>
|
|
361
361
|
<script>
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
102
|
Code coverage generated by
|
|
103
103
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
104
|
-
at 2024-07-
|
|
104
|
+
at 2024-07-30T17:14:37.413Z
|
|
105
105
|
</div>
|
|
106
106
|
<script src="../../../prettify.js"></script>
|
|
107
107
|
<script>
|
|
@@ -370,7 +370,7 @@ export default Button;
|
|
|
370
370
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
371
371
|
Code coverage generated by
|
|
372
372
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
373
|
-
at 2024-07-
|
|
373
|
+
at 2024-07-30T17:14:37.413Z
|
|
374
374
|
</div>
|
|
375
375
|
<script src="../../../prettify.js"></script>
|
|
376
376
|
<script>
|
|
@@ -541,7 +541,7 @@ export default DateField;
|
|
|
541
541
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
542
542
|
Code coverage generated by
|
|
543
543
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
544
|
-
at 2024-07-
|
|
544
|
+
at 2024-07-30T17:14:37.413Z
|
|
545
545
|
</div>
|
|
546
546
|
<script src="../../../prettify.js"></script>
|
|
547
547
|
<script>
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
102
|
Code coverage generated by
|
|
103
103
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
104
|
-
at 2024-07-
|
|
104
|
+
at 2024-07-30T17:14:37.413Z
|
|
105
105
|
</div>
|
|
106
106
|
<script src="../../../prettify.js"></script>
|
|
107
107
|
<script>
|
|
@@ -349,7 +349,7 @@ export default DateTimeField;
|
|
|
349
349
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
350
350
|
Code coverage generated by
|
|
351
351
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
352
|
-
at 2024-07-
|
|
352
|
+
at 2024-07-30T17:14:37.413Z
|
|
353
353
|
</div>
|
|
354
354
|
<script src="../../../prettify.js"></script>
|
|
355
355
|
<script>
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
102
|
Code coverage generated by
|
|
103
103
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
104
|
-
at 2024-07-
|
|
104
|
+
at 2024-07-30T17:14:37.413Z
|
|
105
105
|
</div>
|
|
106
106
|
<script src="../../../prettify.js"></script>
|
|
107
107
|
<script>
|
|
@@ -349,7 +349,7 @@ export default Collapsible;
|
|
|
349
349
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
350
350
|
Code coverage generated by
|
|
351
351
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
352
|
-
at 2024-07-
|
|
352
|
+
at 2024-07-30T17:14:37.413Z
|
|
353
353
|
</div>
|
|
354
354
|
<script src="../../../prettify.js"></script>
|
|
355
355
|
<script>
|
|
@@ -163,7 +163,7 @@ export default ErrorUI;
|
|
|
163
163
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
164
164
|
Code coverage generated by
|
|
165
165
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
166
|
-
at 2024-07-
|
|
166
|
+
at 2024-07-30T17:14:37.413Z
|
|
167
167
|
</div>
|
|
168
168
|
<script src="../../../prettify.js"></script>
|
|
169
169
|
<script>
|
|
@@ -148,7 +148,7 @@ export default class ErrorPage {
|
|
|
148
148
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
149
149
|
Code coverage generated by
|
|
150
150
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
151
|
-
at 2024-07-
|
|
151
|
+
at 2024-07-30T17:14:37.413Z
|
|
152
152
|
</div>
|
|
153
153
|
<script src="../../../prettify.js"></script>
|
|
154
154
|
<script>
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
132
132
|
Code coverage generated by
|
|
133
133
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
134
|
-
at 2024-07-
|
|
134
|
+
at 2024-07-30T17:14:37.413Z
|
|
135
135
|
</div>
|
|
136
136
|
<script src="../../../prettify.js"></script>
|
|
137
137
|
<script>
|
|
@@ -481,7 +481,7 @@ export default FooterUI;
|
|
|
481
481
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
482
482
|
Code coverage generated by
|
|
483
483
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
484
|
-
at 2024-07-
|
|
484
|
+
at 2024-07-30T17:14:37.413Z
|
|
485
485
|
</div>
|
|
486
486
|
<script src="../../../prettify.js"></script>
|
|
487
487
|
<script>
|
|
@@ -682,7 +682,7 @@ export default LegacyFooterUI;
|
|
|
682
682
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
683
683
|
Code coverage generated by
|
|
684
684
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
685
|
-
at 2024-07-
|
|
685
|
+
at 2024-07-30T17:14:37.413Z
|
|
686
686
|
</div>
|
|
687
687
|
<script src="../../../prettify.js"></script>
|
|
688
688
|
<script>
|
|
@@ -160,7 +160,7 @@ export default class Footer {
|
|
|
160
160
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
161
161
|
Code coverage generated by
|
|
162
162
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
163
|
-
at 2024-07-
|
|
163
|
+
at 2024-07-30T17:14:37.413Z
|
|
164
164
|
</div>
|
|
165
165
|
<script src="../../../prettify.js"></script>
|
|
166
166
|
<script>
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
132
132
|
Code coverage generated by
|
|
133
133
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
134
|
-
at 2024-07-
|
|
134
|
+
at 2024-07-30T17:14:37.413Z
|
|
135
135
|
</div>
|
|
136
136
|
<script src="../../../prettify.js"></script>
|
|
137
137
|
<script>
|
|
@@ -295,7 +295,7 @@ export default Infotip;
|
|
|
295
295
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
296
296
|
Code coverage generated by
|
|
297
297
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
298
|
-
at 2024-07-
|
|
298
|
+
at 2024-07-30T17:14:37.413Z
|
|
299
299
|
</div>
|
|
300
300
|
<script src="../../../prettify.js"></script>
|
|
301
301
|
<script>
|
|
@@ -193,7 +193,7 @@ InfotipIcon.defaultProps = {
|
|
|
193
193
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
194
194
|
Code coverage generated by
|
|
195
195
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
196
|
-
at 2024-07-
|
|
196
|
+
at 2024-07-30T17:14:37.413Z
|
|
197
197
|
</div>
|
|
198
198
|
<script src="../../../prettify.js"></script>
|
|
199
199
|
<script>
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
132
132
|
Code coverage generated by
|
|
133
133
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
134
|
-
at 2024-07-
|
|
134
|
+
at 2024-07-30T17:14:37.413Z
|
|
135
135
|
</div>
|
|
136
136
|
<script src="../../../prettify.js"></script>
|
|
137
137
|
<script>
|
|
@@ -79,7 +79,7 @@ export default Infotip;
|
|
|
79
79
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
80
80
|
Code coverage generated by
|
|
81
81
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
82
|
-
at 2024-07-
|
|
82
|
+
at 2024-07-30T17:14:37.413Z
|
|
83
83
|
</div>
|
|
84
84
|
<script src="../../../prettify.js"></script>
|
|
85
85
|
<script>
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
102
|
Code coverage generated by
|
|
103
103
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
104
|
-
at 2024-07-
|
|
104
|
+
at 2024-07-30T17:14:37.413Z
|
|
105
105
|
</div>
|
|
106
106
|
<script src="../../../prettify.js"></script>
|
|
107
107
|
<script>
|
|
@@ -229,7 +229,7 @@ export default Label;
|
|
|
229
229
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
230
230
|
Code coverage generated by
|
|
231
231
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
232
|
-
at 2024-07-
|
|
232
|
+
at 2024-07-30T17:14:37.413Z
|
|
233
233
|
</div>
|
|
234
234
|
<script src="../../../prettify.js"></script>
|
|
235
235
|
<script>
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
102
|
Code coverage generated by
|
|
103
103
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
104
|
-
at 2024-07-
|
|
104
|
+
at 2024-07-30T17:14:37.413Z
|
|
105
105
|
</div>
|
|
106
106
|
<script src="../../../prettify.js"></script>
|
|
107
107
|
<script>
|
|
@@ -289,7 +289,7 @@ export default MadieAlert;
|
|
|
289
289
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
290
290
|
Code coverage generated by
|
|
291
291
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
292
|
-
at 2024-07-
|
|
292
|
+
at 2024-07-30T17:14:37.413Z
|
|
293
293
|
</div>
|
|
294
294
|
<script src="../../../prettify.js"></script>
|
|
295
295
|
<script>
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
102
|
Code coverage generated by
|
|
103
103
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
104
|
-
at 2024-07-
|
|
104
|
+
at 2024-07-30T17:14:37.413Z
|
|
105
105
|
</div>
|
|
106
106
|
<script src="../../../prettify.js"></script>
|
|
107
107
|
<script>
|
|
@@ -232,7 +232,7 @@ export default MadieDeleteDialog;
|
|
|
232
232
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
233
233
|
Code coverage generated by
|
|
234
234
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
235
|
-
at 2024-07-
|
|
235
|
+
at 2024-07-30T17:14:37.413Z
|
|
236
236
|
</div>
|
|
237
237
|
<script src="../../../prettify.js"></script>
|
|
238
238
|
<script>
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
26
|
<span class="strong">100% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>12/12</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
40
|
<span class="strong">100% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>
|
|
42
|
+
<span class='fraction'>3/3</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
47
|
<span class="strong">100% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>12/12</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -84,13 +84,13 @@
|
|
|
84
84
|
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
85
85
|
</td>
|
|
86
86
|
<td data-value="100" class="pct high">100%</td>
|
|
87
|
-
<td data-value="
|
|
87
|
+
<td data-value="12" class="abs high">12/12</td>
|
|
88
88
|
<td data-value="83.33" class="pct high">83.33%</td>
|
|
89
89
|
<td data-value="6" class="abs high">5/6</td>
|
|
90
90
|
<td data-value="100" class="pct high">100%</td>
|
|
91
|
-
<td data-value="
|
|
91
|
+
<td data-value="3" class="abs high">3/3</td>
|
|
92
92
|
<td data-value="100" class="pct high">100%</td>
|
|
93
|
-
<td data-value="
|
|
93
|
+
<td data-value="12" class="abs high">12/12</td>
|
|
94
94
|
</tr>
|
|
95
95
|
|
|
96
96
|
</tbody>
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
102
|
Code coverage generated by
|
|
103
103
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
104
|
-
at 2024-07-
|
|
104
|
+
at 2024-07-30T17:14:37.413Z
|
|
105
105
|
</div>
|
|
106
106
|
<script src="../../../prettify.js"></script>
|
|
107
107
|
<script>
|