@homefile/components-v2 2.26.2 → 2.26.4
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/assets/images/index.d.ts +1 -0
- package/dist/assets/images/index.js +1 -0
- package/dist/assets/images/index.ts +1 -0
- package/dist/assets/images/maidright/index.d.ts +7 -0
- package/dist/assets/images/maidright/index.js +7 -0
- package/dist/assets/images/maidright/index.ts +15 -0
- package/dist/assets/images/maidright/mr-boxes.svg +28 -0
- package/dist/assets/images/maidright/mr-clock.svg +17 -0
- package/dist/assets/images/maidright/mr-couch.svg +21 -0
- package/dist/assets/images/maidright/mr-hand.svg +16 -0
- package/dist/assets/images/maidright/mr-make-ready.svg +10 -0
- package/dist/assets/images/maidright/mr-rental.svg +8 -0
- package/dist/components/folderPanel/displayFiles/GridFiles.js +1 -1
- package/dist/helpers/forms/dynamicForm.helper.js +8 -2
- package/package.json +1 -1
- package/src/assets/images/index.ts +1 -0
- package/src/assets/images/maidright/index.ts +15 -0
- package/src/assets/images/maidright/mr-boxes.svg +28 -0
- package/src/assets/images/maidright/mr-clock.svg +17 -0
- package/src/assets/images/maidright/mr-couch.svg +21 -0
- package/src/assets/images/maidright/mr-hand.svg +16 -0
- package/src/assets/images/maidright/mr-make-ready.svg +10 -0
- package/src/assets/images/maidright/mr-rental.svg +8 -0
- package/src/components/folderPanel/displayFiles/GridFiles.tsx +1 -1
- package/src/helpers/forms/dynamicForm.helper.ts +14 -2
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import MRBoxes from './mr-boxes.svg';
|
|
2
|
+
import MRClock from './mr-clock.svg';
|
|
3
|
+
import MRCouch from './mr-couch.svg';
|
|
4
|
+
import MRHand from './mr-hand.svg';
|
|
5
|
+
import MRMakeReady from './mr-make-ready.svg';
|
|
6
|
+
import MRRental from './mr-rental.svg';
|
|
7
|
+
export { MRBoxes, MRClock, MRCouch, MRHand, MRMakeReady, MRRental };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import MRBoxes from './mr-boxes.svg';
|
|
2
|
+
import MRClock from './mr-clock.svg';
|
|
3
|
+
import MRCouch from './mr-couch.svg';
|
|
4
|
+
import MRHand from './mr-hand.svg';
|
|
5
|
+
import MRMakeReady from './mr-make-ready.svg';
|
|
6
|
+
import MRRental from './mr-rental.svg';
|
|
7
|
+
export { MRBoxes, MRClock, MRCouch, MRHand, MRMakeReady, MRRental };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import MRBoxes from './mr-boxes.svg'
|
|
2
|
+
import MRClock from './mr-clock.svg'
|
|
3
|
+
import MRCouch from './mr-couch.svg'
|
|
4
|
+
import MRHand from './mr-hand.svg'
|
|
5
|
+
import MRMakeReady from './mr-make-ready.svg'
|
|
6
|
+
import MRRental from './mr-rental.svg'
|
|
7
|
+
|
|
8
|
+
export {
|
|
9
|
+
MRBoxes,
|
|
10
|
+
MRClock,
|
|
11
|
+
MRCouch,
|
|
12
|
+
MRHand,
|
|
13
|
+
MRMakeReady,
|
|
14
|
+
MRRental
|
|
15
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="37" height="32" viewBox="0 0 37 32">
|
|
2
|
+
<g id="Group_24744" data-name="Group 24744" transform="translate(-555.344 -447)">
|
|
3
|
+
<g id="Rectangle_26250" data-name="Rectangle 26250" transform="translate(565.344 447)" fill="#fff" stroke="#2e2e2e" stroke-width="1">
|
|
4
|
+
<rect width="18" height="17" rx="2" stroke="none"/>
|
|
5
|
+
<rect x="0.5" y="0.5" width="17" height="16" rx="1.5" fill="none"/>
|
|
6
|
+
</g>
|
|
7
|
+
<g id="Rectangle_26251" data-name="Rectangle 26251" transform="translate(555.344 463)" fill="#fff" stroke="#2e2e2e" stroke-width="1">
|
|
8
|
+
<rect width="19" height="16" rx="2" stroke="none"/>
|
|
9
|
+
<rect x="0.5" y="0.5" width="18" height="15" rx="1.5" fill="none"/>
|
|
10
|
+
</g>
|
|
11
|
+
<g id="Rectangle_26252" data-name="Rectangle 26252" transform="translate(573.344 463)" fill="#fff" stroke="#2e2e2e" stroke-width="1">
|
|
12
|
+
<rect width="19" height="16" rx="2" stroke="none"/>
|
|
13
|
+
<rect x="0.5" y="0.5" width="18" height="15" rx="1.5" fill="none"/>
|
|
14
|
+
</g>
|
|
15
|
+
<g id="Rectangle_26253" data-name="Rectangle 26253" transform="translate(572.344 447)" fill="none" stroke="#0393d0" stroke-width="1">
|
|
16
|
+
<rect width="5" height="4" stroke="none"/>
|
|
17
|
+
<rect x="0.5" y="0.5" width="4" height="3" fill="none"/>
|
|
18
|
+
</g>
|
|
19
|
+
<g id="Rectangle_26254" data-name="Rectangle 26254" transform="translate(580.344 463)" fill="none" stroke="#0393d0" stroke-width="1">
|
|
20
|
+
<rect width="5" height="4" stroke="none"/>
|
|
21
|
+
<rect x="0.5" y="0.5" width="4" height="3" fill="none"/>
|
|
22
|
+
</g>
|
|
23
|
+
<g id="Rectangle_26257" data-name="Rectangle 26257" transform="translate(562.344 463)" fill="none" stroke="#0393d0" stroke-width="1">
|
|
24
|
+
<rect width="5" height="4" stroke="none"/>
|
|
25
|
+
<rect x="0.5" y="0.5" width="4" height="3" fill="none"/>
|
|
26
|
+
</g>
|
|
27
|
+
</g>
|
|
28
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="40.153" height="33.006" viewBox="0 0 40.153 33.006">
|
|
2
|
+
<g id="Group_24747" data-name="Group 24747" transform="translate(-350.053 -446.576)">
|
|
3
|
+
<path id="Path_18405" data-name="Path 18405" d="M31.474,10.365a16.186,16.186,0,0,0-9.657-8.5A15.2,15.2,0,0,0,6.306,5.107,14.4,14.4,0,0,0,1.3,13.728,16.1,16.1,0,0,0,3.927,26.337a15.2,15.2,0,0,0,10.722,6.5,15.6,15.6,0,0,0,14.313-5.365,10.737,10.737,0,0,0,2.365-3.785" transform="translate(349.545 446.079)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
4
|
+
<path id="Path_18406" data-name="Path 18406" d="M40.651,25.386c-1.19-3.666-3.209-6.681-6.735-8.487a13.112,13.112,0,1,0-8.473,24.5,12.327,12.327,0,0,0,8.917-1.519,13.081,13.081,0,0,0,5.969-7.625c.08-.275.347-.43.321-.723" transform="translate(338.611 434.571)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25"/>
|
|
5
|
+
<path id="Path_18407" data-name="Path 18407" d="M74.071,30.931c0,2.39.013,4.781-.009,7.172-.005.593,0,1.228.6,1.44,1.037.363,1.084,1.134.84,1.917a1.505,1.505,0,0,1-2.893-.138c-.123-.935.117-1.672,1.165-1.907.057-.013.1-.093.148-.142" transform="translate(292.309 422.147)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
6
|
+
<line id="Line_3614" data-name="Line 3614" x1="5.709" transform="translate(368.137 463.177)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
7
|
+
<path id="Path_18408" data-name="Path 18408" d="M155.968,66.713a10.627,10.627,0,0,0,2.915,2.944c.328.253.5-.012.745-.017" transform="translate(225.636 393.536)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
8
|
+
<path id="Path_18409" data-name="Path 18409" d="M142.243,63.062c-.007,1.356-1.022,2.014-1.894,2.791-.388.345-.951.489-1.18,1.015" transform="translate(239.068 396.456)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
9
|
+
<path id="Path_18410" data-name="Path 18410" d="M157.581,82.779a6.121,6.121,0,0,0-3.074,3.659" transform="translate(226.805 380.691)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
10
|
+
<path id="Path_18411" data-name="Path 18411" d="M134.787,81.318c1.893.447,2.986,1.832,3.952,3.366" transform="translate(242.572 381.859)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
11
|
+
<path id="Path_18412" data-name="Path 18412" d="M158.6,19.977c-.439.9-1.426,1.328-1.9,2.2" transform="translate(225.053 430.905)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
12
|
+
<path id="Path_18413" data-name="Path 18413" d="M167.017,16.326c-.362.361-.02.638.157.87.569.748,1.4,1.225,2.039,1.91" transform="translate(216.929 433.825)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
13
|
+
<path id="Path_18414" data-name="Path 18414" d="M158.171,30.2c-1.514.015-1.892,1.543-2.958,2.164-.818-.87-1.457-2.051-2.9-2.164" transform="translate(228.556 422.731)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
14
|
+
<path id="Path_18415" data-name="Path 18415" d="M180.369,51.677l-1.756-1.755c-.291.782-1.3.846-1.465,1.755" transform="translate(208.701 406.962)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
15
|
+
<path id="Path_18416" data-name="Path 18416" d="M177.45,57.947c-1.071.114-1.645.953-2.333,1.615-.769-.573-1.178-1.65-2.352-1.615" transform="translate(212.205 400.546)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
16
|
+
</g>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="30.17" height="34.176" viewBox="0 0 30.17 34.176">
|
|
2
|
+
<g id="Group_24745" data-name="Group 24745" transform="translate(-562.31 -552.423)">
|
|
3
|
+
<path id="Path_18389" data-name="Path 18389" d="M46.9,55.038a12.185,12.185,0,0,1-2.958.122c-3.087.018-6.174,0-9.261.008-1.677,0-2.312.637-2.314,2.313q-.006,6.43,0,12.86a.759.759,0,0,0,.253.772H49.862c0-1.884,0-3.643,0-5.4,0-2.872-.008-5.744.007-8.616,0-.552.033-1.082-.521-1.415" transform="translate(535.971 507.527)" fill="none" stroke="#2e2e2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
4
|
+
<path id="Path_18390" data-name="Path 18390" d="M14.052,88.4c-1.395-.9-2.426-.9-3.215,0a1.636,1.636,0,0,0-.4,1.157c.017,3.772-.011,7.545.021,11.317.011,1.313,1.35,2.242,2.947,2.189,5.745-.189,11.489-.211,17.236-.033.851.026,1.711-.017,2.572,0a2.724,2.724,0,0,0,2.7-2.926c0-3.3-.007-6.6.007-9.9a2.026,2.026,0,0,0-1.152-2.209,1.835,1.835,0,0,0-2.331.4c-.041.043-.166.006-.251.006" transform="translate(554.032 480.595)" fill="none" stroke="#2e2e2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
5
|
+
<path id="Path_18391" data-name="Path 18391" d="M50.845,129.677a36.075,36.075,0,0,0-10.417-1.009,44.816,44.816,0,0,0-6.561,1.009" transform="translate(534.731 446.905)" fill="none" stroke="#2e2e2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
6
|
+
<line id="Line_3613" data-name="Line 3613" x2="28.812" transform="translate(562.81 586.099)" fill="none" stroke="#2e2e2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
7
|
+
<path id="Path_18392" data-name="Path 18392" d="M123.7,30.21a10.854,10.854,0,0,0,2.83,2.829" transform="translate(460.715 527.983)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
8
|
+
<path id="Path_18393" data-name="Path 18393" d="M109.131,25.828c-.131,1.428-1.246,2.125-2.182,2.963-.251.225-.585.345-.777.638" transform="translate(475.158 531.593)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
9
|
+
<path id="Path_18394" data-name="Path 18394" d="M126.189,46.275c-1.459.5-2.224,1.8-3.215,2.829" transform="translate(461.317 514.747)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
10
|
+
<path id="Path_18395" data-name="Path 18395" d="M93.357,1a5,5,0,0,1-2.271,2.588,4.672,4.672,0,0,1,2.136,2.145A5.458,5.458,0,0,1,95.335,3.6a13.361,13.361,0,0,1-1.978-1.954" transform="translate(487.588 552.048)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
11
|
+
<path id="Path_18396" data-name="Path 18396" d="M152.187,11.954c.385.792,1.253,1.167,1.672,1.929" transform="translate(437.248 543.024)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
12
|
+
<path id="Path_18397" data-name="Path 18397" d="M141.7,8.3c.318.317.029.578-.139.762-.572.626-1.19,1.21-1.79,1.81" transform="translate(447.478 546.032)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
13
|
+
<path id="Path_18398" data-name="Path 18398" d="M135.389,22.82c1.07-.151,1.594.649,2.171,1.3.2.226.293.518.659.5" transform="translate(451.087 534.087)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
14
|
+
<path id="Path_18399" data-name="Path 18399" d="M136.031,175.53a9.272,9.272,0,0,0-.643,2.058" transform="translate(451.088 408.254)" fill="none" stroke="#2e2e2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
15
|
+
<path id="Path_18400" data-name="Path 18400" d="M125.887,175.53c-.031.736.461,1.342.514,2.058" transform="translate(458.917 408.254)" fill="none" stroke="#2e2e2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
16
|
+
<path id="Path_18401" data-name="Path 18401" d="M26.507,175.53c-.1.754.486,1.336.514,2.058" transform="translate(540.804 408.254)" fill="none" stroke="#2e2e2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
17
|
+
<path id="Path_18402" data-name="Path 18402" d="M36.572,175.53q-.256,1.029-.514,2.058" transform="translate(532.926 408.254)" fill="none" stroke="#2e2e2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
18
|
+
<path id="Path_18403" data-name="Path 18403" d="M154.029,22.177a3.133,3.133,0,0,0-2.572,2.7" transform="translate(437.849 534.601)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
19
|
+
<path id="Path_18404" data-name="Path 18404" d="M101.791,46.275a4.9,4.9,0,0,1,3.73,3.6" transform="translate(478.769 514.747)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
20
|
+
</g>
|
|
21
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="30.005" height="32.939" viewBox="0 0 30.005 32.939">
|
|
2
|
+
<g id="Group_24749" data-name="Group 24749" transform="translate(-457.38 -446.631)">
|
|
3
|
+
<path id="Path_18381" data-name="Path 18381" d="M115.389,66.317c-.1-1.757-.018-3.422,1.316-4.845a3.083,3.083,0,0,0,.5-2.07c-.036-3.256-.012-6.513-.017-9.77,0-1.852-.388-2.155-2.253-1.8" transform="translate(364.289 408.995)" fill="none" stroke="#2e2e2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
4
|
+
<path id="Path_18382" data-name="Path 18382" d="M30.945,58.546c.762,3.216,1.67,6.41,1.5,9.77,0,.1,0,.2,0,.3-.082,2.381-.07,2.591,2.266,2.938a20.407,20.407,0,0,0,3.6.369" transform="translate(430.994 400.383)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
5
|
+
<path id="Path_18383" data-name="Path 18383" d="M90.041,33.128c.088-2.755-.161-5.514.139-8.268.114-1.045-.729-2.151-1.492-2.1a1.942,1.942,0,0,0-1.493,2.1c.3,2.754.052,5.513.14,8.268" transform="translate(386.33 428.806)" fill="none" stroke="#2e2e2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
6
|
+
<path id="Path_18386" data-name="Path 18386" d="M102.522,31.659c1.905-.358,2.1-.205,2.1,1.653q0,3.682,0,7.365" transform="translate(374.149 421.858)" fill="none" stroke="#2e2e2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
7
|
+
<g id="Group_24746" data-name="Group 24746">
|
|
8
|
+
<path id="Path_18379" data-name="Path 18379" d="M50.66,24.719h4.554a23.9,23.9,0,0,0-.94-8.869,33.011,33.011,0,0,1-1.337-7.965,9.64,9.64,0,0,1,2.012-6.33c-2.343-1.058-4.713-.3-6.991-.189A37.141,37.141,0,0,0,42.4,2.19a35.277,35.277,0,0,1-4.963.3A10.236,10.236,0,0,1,33.1,1.807c-1.068-.416-1.532-.114-1.971.672a5.927,5.927,0,0,0-.911,2.4" transform="translate(431.574 446.084)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
9
|
+
<path id="Path_18380" data-name="Path 18380" d="M54.758,31.66c-1.907-.358-2.1-.2-2.1,1.653,0,2.455-.038,4.911.017,7.364a2.9,2.9,0,0,1-1.144,2.594c-.886-.126-1.007-.846-1.267-1.4-.461-.975-1.1-1.851-1.53-2.844a1.125,1.125,0,0,0-1.477-.579,1.159,1.159,0,0,0-.582,1.608c1.642,3.162,2.153,6.9,4.917,9.5,1.1,1.037,1.133,2.479,1.065,3.894" transform="translate(418.606 421.858)" fill="none" stroke="#2e2e2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
10
|
+
<path id="Path_18384" data-name="Path 18384" d="M70.385,142.45v-3.456c1.4,0,2.655.032,3.908-.009a54.738,54.738,0,0,0,5.565-.121c1.215-.163,1.636.335,1.649,1.632.007.651,0,1.3,0,1.954" transform="translate(399.672 336.619)" fill="none" stroke="#2e2e2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
11
|
+
<line id="Line_3612" data-name="Line 3612" x1="6.614" transform="translate(457.88 454.57)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
12
|
+
<line id="Line_3615" data-name="Line 3615" x1="6.614" transform="translate(457.88 451.563)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
13
|
+
<path id="Path_18387" data-name="Path 18387" d="M19.99,51.974H24.2" transform="translate(439.694 405.602)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="29.226" height="36.685" viewBox="0 0 29.226 36.685">
|
|
2
|
+
<g id="Group_24726" data-name="Group 24726" transform="translate(-545.905 -535.868)">
|
|
3
|
+
<g id="Group_24748" data-name="Group 24748">
|
|
4
|
+
<path id="Path_18417" data-name="Path 18417" d="M88.814,37.338c-2.3-2.55-5.04-3.612-8.434-2.515a6.545,6.545,0,0,0-4.607,4.861c-.643,2.768-.223,5.482,2.294,7.318a3.369,3.369,0,0,1,1.449,3.257c-.114,2.567.175,5.164-.088,7.709-.294,2.845,1.194,4.4,3.28,5.862,1.32-.8,2.141-2.048,3.244-2.969C85.4,59.8,84.2,59.3,83.75,58.152,84.2,57.007,85.4,56.5,85.944,55.46c-.555-.977-1.6-1.534-2.186-2.563.13-.736.815-1.09,1.305-1.544a2.571,2.571,0,0,0,1.064-2.532c-.116-.572.281-.763.686-1.107,2.3-1.951,3.816-4.282,3.077-7.5" transform="translate(484.406 508.098)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25"/>
|
|
5
|
+
<path id="Path_18418" data-name="Path 18418" d="M16.739,26.8c-3.175-.113-7.217,3.234-6.8,7a4.739,4.739,0,0,1-1.772,4.53c-2.176,1.868-4.109,4.02-6.134,6.061-.669.674-1.32,4.3-.891,5.016a1.24,1.24,0,0,0,1.248.561c1.194-.055,2.392-.017,3.654-.017.7-1.172-.056-2.562.554-3.942,1.048-.016,2.189,0,3.329-.006.578-.64.335-1.426.349-2.152.038-1.963.02-1.964,1.983-1.973.538,0,1.077,0,1.615,0" transform="translate(545.536 514.334)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25"/>
|
|
6
|
+
<path id="Path_18419" data-name="Path 18419" d="M102.872,12.81c3.336-.492,5.793-3.335,5.356-6.456A5.875,5.875,0,0,0,102.155,1a4.94,4.94,0,0,0-4.487,2.475" transform="translate(466.222 535.497)" fill="none" stroke="#2e2e2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25"/>
|
|
7
|
+
<path id="Path_18420" data-name="Path 18420" d="M108.659,58.332c-.3-.874-.621-1.671-1.795-1.63-.772.027-1.443.1-1.8.91-.266.608-.608,1.12-.022,1.819.558.667,1.06,1.435,1.991,1.2a1.7,1.7,0,0,0,1.445-1.938" transform="translate(460.435 489.796)" fill="none" stroke="#2e2e2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25"/>
|
|
8
|
+
</g>
|
|
9
|
+
</g>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="31.11" height="36.797" viewBox="0 0 31.11 36.797">
|
|
2
|
+
<g id="Group_24750" data-name="Group 24750" transform="translate(-460.066 -552.567)">
|
|
3
|
+
<path id="Path_18421" data-name="Path 18421" d="M36.306,27.463a8.366,8.366,0,0,0,2.3-2.158,3.745,3.745,0,0,1,3.525-1.362c2.651.088,5.307.042,7.96.021a3.967,3.967,0,0,0,4.27-4.267q.011-7.282,0-14.563c0-2.774-1.315-4.076-4.075-4.077-5.5,0-11.007.111-16.5-.054a3.745,3.745,0,0,0-3.856,3.743c-.087,5.047-.08,10.1-.008,15.145.036,2.548,1.679,4.007,4.25,4.089.451.015.954-.215,1.479.276.266.973-.214,2.193.463,3.208" transform="translate(436.308 552.066)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
4
|
+
<path id="Path_18422" data-name="Path 18422" d="M3.923,15.276c-2.362.548-2.9,1.269-2.908,4.078-.016,6.019,0,12.039,0,18.058,0,2.33-.028,4.661.007,6.99.045,2.986.965,3.884,3.877,3.884,3.689,0,7.379-.036,11.068.013,2.411.032,3.623-1,3.679-3.508.051-2.329.011-4.66.011-6.99" transform="translate(459.565 540.564)" fill="none" stroke="#2e2e2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
5
|
+
<path id="Path_18423" data-name="Path 18423" d="M88.926,72.681c-.472-1.722.026-3.516-.317-5.423-.848-.021-1.624-.021-2.6,0v5.226" transform="translate(391.067 498.693)" fill="none" stroke="#2e2e2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
6
|
+
<path id="Path_18424" data-name="Path 18424" d="M55.607,25.582c2.069-1.606,3.7-3.7,5.762-5.5,1.745,1.745,3.3,3.364,4.929,4.906.993.94.528,2.078.547,3.119.063,3.535.025,3.378-3.665,3.365-1.931-.007-3.885.027-5.825.138-1.284.074-1.863-.474-1.75-1.756.017-.193,0-.388,0-.582,0-3.286,0-3.286-2.03-5.737l7.758-7.758L69.1,23.543l-2.039,2.039" transform="translate(417.202 540.161)" fill="none" stroke="#2e2e2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
7
|
+
</g>
|
|
8
|
+
</svg>
|
|
@@ -13,7 +13,7 @@ import { jsx as _jsx } from "react/jsx-runtime";
|
|
|
13
13
|
import { Wrap } from '@chakra-ui/react';
|
|
14
14
|
import { GridFile } from '../..';
|
|
15
15
|
export const GridFiles = ({ files, menu, onClick, onMove }) => {
|
|
16
|
-
return (_jsx(Wrap, { p: "base", children: files === null || files === void 0 ? void 0 : files.map((_a) => {
|
|
16
|
+
return (_jsx(Wrap, { p: "base", pb: '5rem', children: files === null || files === void 0 ? void 0 : files.map((_a) => {
|
|
17
17
|
var { _id } = _a, props = __rest(_a, ["_id"]);
|
|
18
18
|
return (_jsx(GridFile, Object.assign({ _id: _id, menu: menu, onClick: onClick, onMove: onMove }, props), _id));
|
|
19
19
|
}) }));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paint, Receipt, Barcode, GoldenBars, Heart, Rating, Notes, Book, ImgIcon, Registry, ShareWith, Calendar, Contacts, Tools2, Billing, Calc, CheckPen, GenericField, Price, Battery2, Co2, Detector, Electricity, Sprinkler, SixtyEight, DropCalendar, MobileDrop, SolarPanel, Calendar2, Drop, Wind, Foundation, Heater, Light, Plate, Pool2, Closet, Structure, GlassWater, Roof2, Target, CircleFace, Pressure, WindowCleaning, RoofCleaning, HolidayLights, GutterCleaning, HomeCleaning, HouseWashing, PressureWasher, BookOpened, Company2, AADisease, AADressing, AALawn, AAMowing, AAWeed, AApest, FilterSize, Wallet, Fire, Plant, LifePreserver, BOCFilter, BOCGreen, BOCRenovation, BOCRepair, BOCService, BOCWarranty } from '../../assets/images';
|
|
1
|
+
import { Paint, Receipt, Barcode, GoldenBars, Heart, Rating, Notes, Book, ImgIcon, Registry, ShareWith, Calendar, Contacts, Tools2, Billing, Calc, CheckPen, GenericField, Price, Battery2, Co2, Detector, Electricity, Sprinkler, SixtyEight, DropCalendar, MobileDrop, SolarPanel, Calendar2, Drop, Wind, Foundation, Heater, Light, Plate, Pool2, Closet, Structure, GlassWater, Roof2, Target, CircleFace, Pressure, WindowCleaning, RoofCleaning, HolidayLights, GutterCleaning, HomeCleaning, HouseWashing, PressureWasher, BookOpened, Company2, AADisease, AADressing, AALawn, AAMowing, AAWeed, AApest, FilterSize, Wallet, Fire, Plant, LifePreserver, BOCFilter, BOCGreen, BOCRenovation, BOCRepair, BOCService, BOCWarranty, MRBoxes, MRClock, MRCouch, MRHand, MRMakeReady, MRRental } from '../../assets/images';
|
|
2
2
|
export const fieldIcons = {
|
|
3
3
|
barcode: Barcode,
|
|
4
4
|
billing: Billing,
|
|
@@ -69,5 +69,11 @@ export const fieldIcons = {
|
|
|
69
69
|
'boc-repair': BOCRepair,
|
|
70
70
|
'boc-renovation': BOCRenovation,
|
|
71
71
|
'boc-green': BOCGreen,
|
|
72
|
-
'boc-warranty': BOCWarranty
|
|
72
|
+
'boc-warranty': BOCWarranty,
|
|
73
|
+
'mr-boxes': MRBoxes,
|
|
74
|
+
'mr-clock': MRClock,
|
|
75
|
+
'mr-couch': MRCouch,
|
|
76
|
+
'mr-hand': MRHand,
|
|
77
|
+
'mr-make-ready': MRMakeReady,
|
|
78
|
+
'mr-rental': MRRental
|
|
73
79
|
};
|
package/package.json
CHANGED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import MRBoxes from './mr-boxes.svg'
|
|
2
|
+
import MRClock from './mr-clock.svg'
|
|
3
|
+
import MRCouch from './mr-couch.svg'
|
|
4
|
+
import MRHand from './mr-hand.svg'
|
|
5
|
+
import MRMakeReady from './mr-make-ready.svg'
|
|
6
|
+
import MRRental from './mr-rental.svg'
|
|
7
|
+
|
|
8
|
+
export {
|
|
9
|
+
MRBoxes,
|
|
10
|
+
MRClock,
|
|
11
|
+
MRCouch,
|
|
12
|
+
MRHand,
|
|
13
|
+
MRMakeReady,
|
|
14
|
+
MRRental
|
|
15
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="37" height="32" viewBox="0 0 37 32">
|
|
2
|
+
<g id="Group_24744" data-name="Group 24744" transform="translate(-555.344 -447)">
|
|
3
|
+
<g id="Rectangle_26250" data-name="Rectangle 26250" transform="translate(565.344 447)" fill="#fff" stroke="#2e2e2e" stroke-width="1">
|
|
4
|
+
<rect width="18" height="17" rx="2" stroke="none"/>
|
|
5
|
+
<rect x="0.5" y="0.5" width="17" height="16" rx="1.5" fill="none"/>
|
|
6
|
+
</g>
|
|
7
|
+
<g id="Rectangle_26251" data-name="Rectangle 26251" transform="translate(555.344 463)" fill="#fff" stroke="#2e2e2e" stroke-width="1">
|
|
8
|
+
<rect width="19" height="16" rx="2" stroke="none"/>
|
|
9
|
+
<rect x="0.5" y="0.5" width="18" height="15" rx="1.5" fill="none"/>
|
|
10
|
+
</g>
|
|
11
|
+
<g id="Rectangle_26252" data-name="Rectangle 26252" transform="translate(573.344 463)" fill="#fff" stroke="#2e2e2e" stroke-width="1">
|
|
12
|
+
<rect width="19" height="16" rx="2" stroke="none"/>
|
|
13
|
+
<rect x="0.5" y="0.5" width="18" height="15" rx="1.5" fill="none"/>
|
|
14
|
+
</g>
|
|
15
|
+
<g id="Rectangle_26253" data-name="Rectangle 26253" transform="translate(572.344 447)" fill="none" stroke="#0393d0" stroke-width="1">
|
|
16
|
+
<rect width="5" height="4" stroke="none"/>
|
|
17
|
+
<rect x="0.5" y="0.5" width="4" height="3" fill="none"/>
|
|
18
|
+
</g>
|
|
19
|
+
<g id="Rectangle_26254" data-name="Rectangle 26254" transform="translate(580.344 463)" fill="none" stroke="#0393d0" stroke-width="1">
|
|
20
|
+
<rect width="5" height="4" stroke="none"/>
|
|
21
|
+
<rect x="0.5" y="0.5" width="4" height="3" fill="none"/>
|
|
22
|
+
</g>
|
|
23
|
+
<g id="Rectangle_26257" data-name="Rectangle 26257" transform="translate(562.344 463)" fill="none" stroke="#0393d0" stroke-width="1">
|
|
24
|
+
<rect width="5" height="4" stroke="none"/>
|
|
25
|
+
<rect x="0.5" y="0.5" width="4" height="3" fill="none"/>
|
|
26
|
+
</g>
|
|
27
|
+
</g>
|
|
28
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="40.153" height="33.006" viewBox="0 0 40.153 33.006">
|
|
2
|
+
<g id="Group_24747" data-name="Group 24747" transform="translate(-350.053 -446.576)">
|
|
3
|
+
<path id="Path_18405" data-name="Path 18405" d="M31.474,10.365a16.186,16.186,0,0,0-9.657-8.5A15.2,15.2,0,0,0,6.306,5.107,14.4,14.4,0,0,0,1.3,13.728,16.1,16.1,0,0,0,3.927,26.337a15.2,15.2,0,0,0,10.722,6.5,15.6,15.6,0,0,0,14.313-5.365,10.737,10.737,0,0,0,2.365-3.785" transform="translate(349.545 446.079)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
4
|
+
<path id="Path_18406" data-name="Path 18406" d="M40.651,25.386c-1.19-3.666-3.209-6.681-6.735-8.487a13.112,13.112,0,1,0-8.473,24.5,12.327,12.327,0,0,0,8.917-1.519,13.081,13.081,0,0,0,5.969-7.625c.08-.275.347-.43.321-.723" transform="translate(338.611 434.571)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25"/>
|
|
5
|
+
<path id="Path_18407" data-name="Path 18407" d="M74.071,30.931c0,2.39.013,4.781-.009,7.172-.005.593,0,1.228.6,1.44,1.037.363,1.084,1.134.84,1.917a1.505,1.505,0,0,1-2.893-.138c-.123-.935.117-1.672,1.165-1.907.057-.013.1-.093.148-.142" transform="translate(292.309 422.147)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
6
|
+
<line id="Line_3614" data-name="Line 3614" x1="5.709" transform="translate(368.137 463.177)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
7
|
+
<path id="Path_18408" data-name="Path 18408" d="M155.968,66.713a10.627,10.627,0,0,0,2.915,2.944c.328.253.5-.012.745-.017" transform="translate(225.636 393.536)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
8
|
+
<path id="Path_18409" data-name="Path 18409" d="M142.243,63.062c-.007,1.356-1.022,2.014-1.894,2.791-.388.345-.951.489-1.18,1.015" transform="translate(239.068 396.456)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
9
|
+
<path id="Path_18410" data-name="Path 18410" d="M157.581,82.779a6.121,6.121,0,0,0-3.074,3.659" transform="translate(226.805 380.691)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
10
|
+
<path id="Path_18411" data-name="Path 18411" d="M134.787,81.318c1.893.447,2.986,1.832,3.952,3.366" transform="translate(242.572 381.859)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
11
|
+
<path id="Path_18412" data-name="Path 18412" d="M158.6,19.977c-.439.9-1.426,1.328-1.9,2.2" transform="translate(225.053 430.905)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
12
|
+
<path id="Path_18413" data-name="Path 18413" d="M167.017,16.326c-.362.361-.02.638.157.87.569.748,1.4,1.225,2.039,1.91" transform="translate(216.929 433.825)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
13
|
+
<path id="Path_18414" data-name="Path 18414" d="M158.171,30.2c-1.514.015-1.892,1.543-2.958,2.164-.818-.87-1.457-2.051-2.9-2.164" transform="translate(228.556 422.731)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
14
|
+
<path id="Path_18415" data-name="Path 18415" d="M180.369,51.677l-1.756-1.755c-.291.782-1.3.846-1.465,1.755" transform="translate(208.701 406.962)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
15
|
+
<path id="Path_18416" data-name="Path 18416" d="M177.45,57.947c-1.071.114-1.645.953-2.333,1.615-.769-.573-1.178-1.65-2.352-1.615" transform="translate(212.205 400.546)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
16
|
+
</g>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="30.17" height="34.176" viewBox="0 0 30.17 34.176">
|
|
2
|
+
<g id="Group_24745" data-name="Group 24745" transform="translate(-562.31 -552.423)">
|
|
3
|
+
<path id="Path_18389" data-name="Path 18389" d="M46.9,55.038a12.185,12.185,0,0,1-2.958.122c-3.087.018-6.174,0-9.261.008-1.677,0-2.312.637-2.314,2.313q-.006,6.43,0,12.86a.759.759,0,0,0,.253.772H49.862c0-1.884,0-3.643,0-5.4,0-2.872-.008-5.744.007-8.616,0-.552.033-1.082-.521-1.415" transform="translate(535.971 507.527)" fill="none" stroke="#2e2e2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
4
|
+
<path id="Path_18390" data-name="Path 18390" d="M14.052,88.4c-1.395-.9-2.426-.9-3.215,0a1.636,1.636,0,0,0-.4,1.157c.017,3.772-.011,7.545.021,11.317.011,1.313,1.35,2.242,2.947,2.189,5.745-.189,11.489-.211,17.236-.033.851.026,1.711-.017,2.572,0a2.724,2.724,0,0,0,2.7-2.926c0-3.3-.007-6.6.007-9.9a2.026,2.026,0,0,0-1.152-2.209,1.835,1.835,0,0,0-2.331.4c-.041.043-.166.006-.251.006" transform="translate(554.032 480.595)" fill="none" stroke="#2e2e2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
5
|
+
<path id="Path_18391" data-name="Path 18391" d="M50.845,129.677a36.075,36.075,0,0,0-10.417-1.009,44.816,44.816,0,0,0-6.561,1.009" transform="translate(534.731 446.905)" fill="none" stroke="#2e2e2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
6
|
+
<line id="Line_3613" data-name="Line 3613" x2="28.812" transform="translate(562.81 586.099)" fill="none" stroke="#2e2e2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
7
|
+
<path id="Path_18392" data-name="Path 18392" d="M123.7,30.21a10.854,10.854,0,0,0,2.83,2.829" transform="translate(460.715 527.983)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
8
|
+
<path id="Path_18393" data-name="Path 18393" d="M109.131,25.828c-.131,1.428-1.246,2.125-2.182,2.963-.251.225-.585.345-.777.638" transform="translate(475.158 531.593)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
9
|
+
<path id="Path_18394" data-name="Path 18394" d="M126.189,46.275c-1.459.5-2.224,1.8-3.215,2.829" transform="translate(461.317 514.747)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
10
|
+
<path id="Path_18395" data-name="Path 18395" d="M93.357,1a5,5,0,0,1-2.271,2.588,4.672,4.672,0,0,1,2.136,2.145A5.458,5.458,0,0,1,95.335,3.6a13.361,13.361,0,0,1-1.978-1.954" transform="translate(487.588 552.048)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
11
|
+
<path id="Path_18396" data-name="Path 18396" d="M152.187,11.954c.385.792,1.253,1.167,1.672,1.929" transform="translate(437.248 543.024)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
12
|
+
<path id="Path_18397" data-name="Path 18397" d="M141.7,8.3c.318.317.029.578-.139.762-.572.626-1.19,1.21-1.79,1.81" transform="translate(447.478 546.032)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
13
|
+
<path id="Path_18398" data-name="Path 18398" d="M135.389,22.82c1.07-.151,1.594.649,2.171,1.3.2.226.293.518.659.5" transform="translate(451.087 534.087)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
14
|
+
<path id="Path_18399" data-name="Path 18399" d="M136.031,175.53a9.272,9.272,0,0,0-.643,2.058" transform="translate(451.088 408.254)" fill="none" stroke="#2e2e2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
15
|
+
<path id="Path_18400" data-name="Path 18400" d="M125.887,175.53c-.031.736.461,1.342.514,2.058" transform="translate(458.917 408.254)" fill="none" stroke="#2e2e2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
16
|
+
<path id="Path_18401" data-name="Path 18401" d="M26.507,175.53c-.1.754.486,1.336.514,2.058" transform="translate(540.804 408.254)" fill="none" stroke="#2e2e2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
17
|
+
<path id="Path_18402" data-name="Path 18402" d="M36.572,175.53q-.256,1.029-.514,2.058" transform="translate(532.926 408.254)" fill="none" stroke="#2e2e2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
18
|
+
<path id="Path_18403" data-name="Path 18403" d="M154.029,22.177a3.133,3.133,0,0,0-2.572,2.7" transform="translate(437.849 534.601)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
19
|
+
<path id="Path_18404" data-name="Path 18404" d="M101.791,46.275a4.9,4.9,0,0,1,3.73,3.6" transform="translate(478.769 514.747)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
20
|
+
</g>
|
|
21
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="30.005" height="32.939" viewBox="0 0 30.005 32.939">
|
|
2
|
+
<g id="Group_24749" data-name="Group 24749" transform="translate(-457.38 -446.631)">
|
|
3
|
+
<path id="Path_18381" data-name="Path 18381" d="M115.389,66.317c-.1-1.757-.018-3.422,1.316-4.845a3.083,3.083,0,0,0,.5-2.07c-.036-3.256-.012-6.513-.017-9.77,0-1.852-.388-2.155-2.253-1.8" transform="translate(364.289 408.995)" fill="none" stroke="#2e2e2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
4
|
+
<path id="Path_18382" data-name="Path 18382" d="M30.945,58.546c.762,3.216,1.67,6.41,1.5,9.77,0,.1,0,.2,0,.3-.082,2.381-.07,2.591,2.266,2.938a20.407,20.407,0,0,0,3.6.369" transform="translate(430.994 400.383)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
5
|
+
<path id="Path_18383" data-name="Path 18383" d="M90.041,33.128c.088-2.755-.161-5.514.139-8.268.114-1.045-.729-2.151-1.492-2.1a1.942,1.942,0,0,0-1.493,2.1c.3,2.754.052,5.513.14,8.268" transform="translate(386.33 428.806)" fill="none" stroke="#2e2e2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
6
|
+
<path id="Path_18386" data-name="Path 18386" d="M102.522,31.659c1.905-.358,2.1-.205,2.1,1.653q0,3.682,0,7.365" transform="translate(374.149 421.858)" fill="none" stroke="#2e2e2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
7
|
+
<g id="Group_24746" data-name="Group 24746">
|
|
8
|
+
<path id="Path_18379" data-name="Path 18379" d="M50.66,24.719h4.554a23.9,23.9,0,0,0-.94-8.869,33.011,33.011,0,0,1-1.337-7.965,9.64,9.64,0,0,1,2.012-6.33c-2.343-1.058-4.713-.3-6.991-.189A37.141,37.141,0,0,0,42.4,2.19a35.277,35.277,0,0,1-4.963.3A10.236,10.236,0,0,1,33.1,1.807c-1.068-.416-1.532-.114-1.971.672a5.927,5.927,0,0,0-.911,2.4" transform="translate(431.574 446.084)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
9
|
+
<path id="Path_18380" data-name="Path 18380" d="M54.758,31.66c-1.907-.358-2.1-.2-2.1,1.653,0,2.455-.038,4.911.017,7.364a2.9,2.9,0,0,1-1.144,2.594c-.886-.126-1.007-.846-1.267-1.4-.461-.975-1.1-1.851-1.53-2.844a1.125,1.125,0,0,0-1.477-.579,1.159,1.159,0,0,0-.582,1.608c1.642,3.162,2.153,6.9,4.917,9.5,1.1,1.037,1.133,2.479,1.065,3.894" transform="translate(418.606 421.858)" fill="none" stroke="#2e2e2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
10
|
+
<path id="Path_18384" data-name="Path 18384" d="M70.385,142.45v-3.456c1.4,0,2.655.032,3.908-.009a54.738,54.738,0,0,0,5.565-.121c1.215-.163,1.636.335,1.649,1.632.007.651,0,1.3,0,1.954" transform="translate(399.672 336.619)" fill="none" stroke="#2e2e2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
11
|
+
<line id="Line_3612" data-name="Line 3612" x1="6.614" transform="translate(457.88 454.57)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
12
|
+
<line id="Line_3615" data-name="Line 3615" x1="6.614" transform="translate(457.88 451.563)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
13
|
+
<path id="Path_18387" data-name="Path 18387" d="M19.99,51.974H24.2" transform="translate(439.694 405.602)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="29.226" height="36.685" viewBox="0 0 29.226 36.685">
|
|
2
|
+
<g id="Group_24726" data-name="Group 24726" transform="translate(-545.905 -535.868)">
|
|
3
|
+
<g id="Group_24748" data-name="Group 24748">
|
|
4
|
+
<path id="Path_18417" data-name="Path 18417" d="M88.814,37.338c-2.3-2.55-5.04-3.612-8.434-2.515a6.545,6.545,0,0,0-4.607,4.861c-.643,2.768-.223,5.482,2.294,7.318a3.369,3.369,0,0,1,1.449,3.257c-.114,2.567.175,5.164-.088,7.709-.294,2.845,1.194,4.4,3.28,5.862,1.32-.8,2.141-2.048,3.244-2.969C85.4,59.8,84.2,59.3,83.75,58.152,84.2,57.007,85.4,56.5,85.944,55.46c-.555-.977-1.6-1.534-2.186-2.563.13-.736.815-1.09,1.305-1.544a2.571,2.571,0,0,0,1.064-2.532c-.116-.572.281-.763.686-1.107,2.3-1.951,3.816-4.282,3.077-7.5" transform="translate(484.406 508.098)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25"/>
|
|
5
|
+
<path id="Path_18418" data-name="Path 18418" d="M16.739,26.8c-3.175-.113-7.217,3.234-6.8,7a4.739,4.739,0,0,1-1.772,4.53c-2.176,1.868-4.109,4.02-6.134,6.061-.669.674-1.32,4.3-.891,5.016a1.24,1.24,0,0,0,1.248.561c1.194-.055,2.392-.017,3.654-.017.7-1.172-.056-2.562.554-3.942,1.048-.016,2.189,0,3.329-.006.578-.64.335-1.426.349-2.152.038-1.963.02-1.964,1.983-1.973.538,0,1.077,0,1.615,0" transform="translate(545.536 514.334)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25"/>
|
|
6
|
+
<path id="Path_18419" data-name="Path 18419" d="M102.872,12.81c3.336-.492,5.793-3.335,5.356-6.456A5.875,5.875,0,0,0,102.155,1a4.94,4.94,0,0,0-4.487,2.475" transform="translate(466.222 535.497)" fill="none" stroke="#2e2e2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25"/>
|
|
7
|
+
<path id="Path_18420" data-name="Path 18420" d="M108.659,58.332c-.3-.874-.621-1.671-1.795-1.63-.772.027-1.443.1-1.8.91-.266.608-.608,1.12-.022,1.819.558.667,1.06,1.435,1.991,1.2a1.7,1.7,0,0,0,1.445-1.938" transform="translate(460.435 489.796)" fill="none" stroke="#2e2e2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25"/>
|
|
8
|
+
</g>
|
|
9
|
+
</g>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="31.11" height="36.797" viewBox="0 0 31.11 36.797">
|
|
2
|
+
<g id="Group_24750" data-name="Group 24750" transform="translate(-460.066 -552.567)">
|
|
3
|
+
<path id="Path_18421" data-name="Path 18421" d="M36.306,27.463a8.366,8.366,0,0,0,2.3-2.158,3.745,3.745,0,0,1,3.525-1.362c2.651.088,5.307.042,7.96.021a3.967,3.967,0,0,0,4.27-4.267q.011-7.282,0-14.563c0-2.774-1.315-4.076-4.075-4.077-5.5,0-11.007.111-16.5-.054a3.745,3.745,0,0,0-3.856,3.743c-.087,5.047-.08,10.1-.008,15.145.036,2.548,1.679,4.007,4.25,4.089.451.015.954-.215,1.479.276.266.973-.214,2.193.463,3.208" transform="translate(436.308 552.066)" fill="none" stroke="#0393d0" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
4
|
+
<path id="Path_18422" data-name="Path 18422" d="M3.923,15.276c-2.362.548-2.9,1.269-2.908,4.078-.016,6.019,0,12.039,0,18.058,0,2.33-.028,4.661.007,6.99.045,2.986.965,3.884,3.877,3.884,3.689,0,7.379-.036,11.068.013,2.411.032,3.623-1,3.679-3.508.051-2.329.011-4.66.011-6.99" transform="translate(459.565 540.564)" fill="none" stroke="#2e2e2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
5
|
+
<path id="Path_18423" data-name="Path 18423" d="M88.926,72.681c-.472-1.722.026-3.516-.317-5.423-.848-.021-1.624-.021-2.6,0v5.226" transform="translate(391.067 498.693)" fill="none" stroke="#2e2e2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
6
|
+
<path id="Path_18424" data-name="Path 18424" d="M55.607,25.582c2.069-1.606,3.7-3.7,5.762-5.5,1.745,1.745,3.3,3.364,4.929,4.906.993.94.528,2.078.547,3.119.063,3.535.025,3.378-3.665,3.365-1.931-.007-3.885.027-5.825.138-1.284.074-1.863-.474-1.75-1.756.017-.193,0-.388,0-.582,0-3.286,0-3.286-2.03-5.737l7.758-7.758L69.1,23.543l-2.039,2.039" transform="translate(417.202 540.161)" fill="none" stroke="#2e2e2e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
|
7
|
+
</g>
|
|
8
|
+
</svg>
|
|
@@ -67,7 +67,13 @@ import {
|
|
|
67
67
|
BOCRenovation,
|
|
68
68
|
BOCRepair,
|
|
69
69
|
BOCService,
|
|
70
|
-
BOCWarranty
|
|
70
|
+
BOCWarranty,
|
|
71
|
+
MRBoxes,
|
|
72
|
+
MRClock,
|
|
73
|
+
MRCouch,
|
|
74
|
+
MRHand,
|
|
75
|
+
MRMakeReady,
|
|
76
|
+
MRRental
|
|
71
77
|
} from '@/assets/images'
|
|
72
78
|
import { IconTypes } from '@/interfaces'
|
|
73
79
|
|
|
@@ -141,5 +147,11 @@ export const fieldIcons: Record<IconTypes, string> = {
|
|
|
141
147
|
'boc-repair': BOCRepair,
|
|
142
148
|
'boc-renovation': BOCRenovation,
|
|
143
149
|
'boc-green': BOCGreen,
|
|
144
|
-
'boc-warranty': BOCWarranty
|
|
150
|
+
'boc-warranty': BOCWarranty,
|
|
151
|
+
'mr-boxes': MRBoxes,
|
|
152
|
+
'mr-clock': MRClock,
|
|
153
|
+
'mr-couch': MRCouch,
|
|
154
|
+
'mr-hand': MRHand,
|
|
155
|
+
'mr-make-ready': MRMakeReady,
|
|
156
|
+
'mr-rental': MRRental
|
|
145
157
|
}
|