@eturnity/eturnity_reusable_components 7.24.1-EPDM-10857.3 → 7.24.2-EPDM-11143.0
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/babel.config.js +3 -1
- package/package.json +2 -1
- package/src/assets/svgIcons/anchor.svg +18 -0
- package/src/assets/svgIcons/copy.svg +11 -0
- package/src/assets/svgIcons/flatten_roof.svg +20 -0
- package/src/assets/svgIcons/house_3d-1.svg +8 -0
- package/src/assets/svgIcons/house_3d.svg +8 -0
- package/src/assets/svgIcons/split.svg +6 -88
- package/src/components/banner/actionBanner/index.vue +65 -0
- package/src/components/banner/banner/banner.stories.js +31 -0
- package/src/components/banner/banner/index.vue +188 -0
- package/src/components/banner/infoBanner/index.vue +69 -0
- package/src/components/buttons/mainButton/index.vue +7 -1
- package/src/components/icon/index.vue +1 -1
- package/src/components/iconWrapper/index.vue +23 -3
- package/src/components/inputs/checkbox/index.vue +5 -0
- package/src/components/modals/actionModal/index.vue +64 -0
- package/src/components/modals/infoModal/index.vue +49 -0
- package/src/components/modals/modal/index.vue +1 -1
- package/src/components/collapsableInfoText/index.vue +0 -125
package/babel.config.js
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@eturnity/eturnity_reusable_components",
|
3
|
-
"version": "7.24.
|
3
|
+
"version": "7.24.2-EPDM-11143.0",
|
4
4
|
"private": false,
|
5
5
|
"scripts": {
|
6
6
|
"dev": "vue-cli-service serve",
|
@@ -23,6 +23,7 @@
|
|
23
23
|
},
|
24
24
|
"devDependencies": {
|
25
25
|
"@babel/core": "7.12.16",
|
26
|
+
"@babel/eslint-parser": "7.12.16",
|
26
27
|
"@vue/cli-plugin-babel": "5.0.8",
|
27
28
|
"@vue/cli-plugin-eslint": "5.0.8",
|
28
29
|
"@vue/cli-service": "5.0.8",
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
+
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
|
3
|
+
<svg height="800px" width="800px" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
4
|
+
viewBox="0 0 204.851 204.851" xml:space="preserve">
|
5
|
+
<g>
|
6
|
+
<g>
|
7
|
+
<g>
|
8
|
+
<path fill="white" d="M139.518,128.595l16.834,16.336c0,0-20.644,29.877-42.725,30.473
|
9
|
+
c0.479,0,0.117-84.092,0.039-104.472c14.694-4.797,25.402-18.182,25.402-34.117c0-20.009-16.697-36.218-37.273-36.218
|
10
|
+
c-20.615,0-37.312,16.209-37.312,36.208c0,15.671,10.376,28.929,24.748,33.961l0.098,104.277
|
11
|
+
c-26.643-1.837-42.061-27.474-42.061-27.474l17.997-17.41L0,120.505l9.887,63.301l17.362-16.795
|
12
|
+
c15.036,12.105,32.017,37.244,72.876,37.244c51.332-1.309,63.184-28.939,76.344-39.804l18.993,18.514l9.389-63.907
|
13
|
+
L139.518,128.595z M82.558,36.208c0-10.298,8.608-18.661,19.218-18.661s19.257,8.363,19.257,18.661
|
14
|
+
c0,10.327-8.647,18.681-19.257,18.681S82.558,46.535,82.558,36.208z"/>
|
15
|
+
</g>
|
16
|
+
</g>
|
17
|
+
</g>
|
18
|
+
</svg>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
|
3
|
+
<svg width="800px" height="800px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
4
|
+
<title>copy</title>
|
5
|
+
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
6
|
+
<g id="copy" fill="none" transform="translate(85.333333, 42.666667)">
|
7
|
+
<path d="M341.333333,85.3333333 L341.333333,405.333333 L85.3333333,405.333333 L85.3333333,85.3333333 L341.333333,85.3333333 Z M298.666667,128 L128,128 L128,362.666667 L298.666667,362.666667 L298.666667,128 Z M234.666667,7.10542736e-15 L234.666667,42.6666667 L42.6666667,42.6666667 L42.6666667,298.666667 L1.42108547e-14,298.666667 L1.42108547e-14,7.10542736e-15 L234.666667,7.10542736e-15 Z">
|
8
|
+
</path>
|
9
|
+
</g>
|
10
|
+
</g>
|
11
|
+
</svg>
|
@@ -0,0 +1,20 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
width="16"
|
6
|
+
height="8"
|
7
|
+
viewBox="0 0 16 8"
|
8
|
+
version="1.1"
|
9
|
+
id="svg5"
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
11
|
+
xmlns:svg="http://www.w3.org/2000/svg">
|
12
|
+
<g
|
13
|
+
transform="translate(-55.350933,-93.588073)">
|
14
|
+
<path
|
15
|
+
fill="#000000"
|
16
|
+
d="m 61.719348,100.39494 1.004406,0.0185 -0.0013,-2.679323 0.88345,-4.27e-4 c -0.0051,-0.01381 -0.01401,2.69128 -0.01401,2.69128 l 1.05348,-0.0159 -1.582401,1.44453 z m -6.368415,-0.817395 7.856738,-5.989472 7.616581,6.321372 -1.240034,1.266145 -6.409573,-5.185912 -6.581971,5.125212 z"
|
17
|
+
id="path874"
|
18
|
+
/>
|
19
|
+
</g>
|
20
|
+
</svg>
|
@@ -0,0 +1,8 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none">
|
2
|
+
<mask id="path-1-inside-1_57915_53334" fill="white">
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.0303 2.75757L0 5.30302V11.2424L3.41022 12.4091V8.96996L4.53143 9.41845V12.7926L8.0606 14V8.0606L4.0303 2.75757Z"/>
|
4
|
+
</mask>
|
5
|
+
<path d="M0 5.30302L-0.694191 4.20389L-1.3 4.5865V5.30302H0ZM4.0303 2.75757L5.06531 1.97096L4.344 1.02187L3.33611 1.65843L4.0303 2.75757ZM0 11.2424H-1.3V12.1716L-0.420794 12.4724L0 11.2424ZM3.41022 12.4091L2.98943 13.6391L4.71022 14.2278V12.4091H3.41022ZM3.41022 8.96996L3.89303 7.76294L2.11022 7.04982V8.96996H3.41022ZM4.53143 9.41845H5.83143V8.5383L5.01424 8.21143L4.53143 9.41845ZM4.53143 12.7926H3.23143V13.7219L4.11064 14.0227L4.53143 12.7926ZM8.0606 14L7.63981 15.23L9.3606 15.8187V14H8.0606ZM8.0606 8.0606H9.3606V7.62266L9.09561 7.27399L8.0606 8.0606ZM0.694191 6.40216L4.72449 3.8567L3.33611 1.65843L-0.694191 4.20389L0.694191 6.40216ZM1.3 11.2424V5.30302H-1.3V11.2424H1.3ZM3.83102 11.1791L0.420794 10.0124L-0.420794 12.4724L2.98943 13.6391L3.83102 11.1791ZM4.71022 12.4091V8.96996H2.11022V12.4091H4.71022ZM2.92741 10.177L4.04862 10.6255L5.01424 8.21143L3.89303 7.76294L2.92741 10.177ZM3.23143 9.41845V12.7926H5.83143V9.41845H3.23143ZM8.48139 12.77L4.95223 11.5626L4.11064 14.0227L7.63981 15.23L8.48139 12.77ZM6.7606 8.0606V14H9.3606V8.0606H6.7606ZM2.99529 3.54418L7.02559 8.8472L9.09561 7.27399L5.06531 1.97096L2.99529 3.54418Z" fill="#0068DE" mask="url(#path-1-inside-1_57915_53334)"/>
|
6
|
+
<path d="M8.55859 13.2165V8.37967L13.498 6.08638V10.9232L8.55859 13.2165Z" fill="#0068DE" stroke="#0068DE"/>
|
7
|
+
<path d="M8.21608 7.43759L4.80515 2.94953L9.81611 0.623007L13.227 5.11107L8.21608 7.43759Z" fill="#0068DE" stroke="#0068DE"/>
|
8
|
+
</svg>
|
@@ -0,0 +1,8 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16" fill="none">
|
2
|
+
<mask id="path-1-inside-1_57915_3657" fill="white">
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.03081 3.71851L0 6.28736V12.2814L3.41065 13.4587V9.98801L4.532 10.4406V13.8458L8.06161 15.0643V9.07028L4.03081 3.71851Z"/>
|
4
|
+
</mask>
|
5
|
+
<path d="M0 6.28736L-0.698673 5.19107L-1.3 5.5743V6.28736H0ZM4.03081 3.71851L5.06922 2.9364L4.34595 1.9761L3.33213 2.62221L4.03081 3.71851ZM0 12.2814H-1.3V13.2079L-0.424205 13.5102L0 12.2814ZM3.41065 13.4587L2.98645 14.6876L4.71065 15.2828V13.4587H3.41065ZM3.41065 9.98801L3.89722 8.78251L2.11065 8.0614V9.98801H3.41065ZM4.532 10.4406H5.832V9.56343L5.01858 9.23511L4.532 10.4406ZM4.532 13.8458H3.232V14.7723L4.1078 15.0747L4.532 13.8458ZM8.06161 15.0643L7.63741 16.2931L9.36161 16.8883V15.0643H8.06161ZM8.06161 9.07028H9.36161V8.63549L9.10003 8.28818L8.06161 9.07028ZM0.698673 7.38365L4.72948 4.8148L3.33213 2.62221L-0.698673 5.19107L0.698673 7.38365ZM1.3 12.2814V6.28736H-1.3V12.2814H1.3ZM3.83485 12.2299L0.424205 11.0525L-0.424205 13.5102L2.98645 14.6876L3.83485 12.2299ZM4.71065 13.4587V9.98801H2.11065V13.4587H4.71065ZM2.92408 11.1935L4.04543 11.6461L5.01858 9.23511L3.89722 8.78251L2.92408 11.1935ZM3.232 10.4406V13.8458H5.832V10.4406H3.232ZM8.48582 13.8354L4.95621 12.617L4.1078 15.0747L7.63741 16.2931L8.48582 13.8354ZM6.76161 9.07028V15.0643H9.36161V9.07028H6.76161ZM2.99239 4.50061L7.0232 9.85239L9.10003 8.28818L5.06922 2.9364L2.99239 4.50061Z" fill="white" mask="url(#path-1-inside-1_57915_3657)"/>
|
6
|
+
<path d="M8.5625 14.2779V9.38818L13.5026 7.07375V11.9634L8.5625 14.2779Z" fill="white" stroke="white"/>
|
7
|
+
<path d="M8.21735 8.44534L4.80134 3.90984L9.81609 1.56045L13.2321 6.09596L8.21735 8.44534Z" fill="white" stroke="white"/>
|
8
|
+
</svg>
|
@@ -1,94 +1,12 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
-
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
-
|
4
1
|
<svg
|
5
|
-
version="1.1"
|
6
|
-
id="svg438"
|
7
2
|
width="838"
|
8
3
|
height="833"
|
9
4
|
viewBox="0 0 838 833"
|
10
|
-
sodipodi:docname="split.svg"
|
11
|
-
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
12
|
-
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
13
|
-
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
14
5
|
xmlns="http://www.w3.org/2000/svg"
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
<stop
|
22
|
-
style="stop-color:#ffffff;stop-opacity:1;"
|
23
|
-
offset="0"
|
24
|
-
id="stop7381" />
|
25
|
-
</linearGradient>
|
26
|
-
<linearGradient
|
27
|
-
id="linearGradient6933"
|
28
|
-
inkscape:swatch="solid">
|
29
|
-
<stop
|
30
|
-
style="stop-color:#000000;stop-opacity:1;"
|
31
|
-
offset="0"
|
32
|
-
id="stop6931" />
|
33
|
-
</linearGradient>
|
34
|
-
</defs>
|
35
|
-
<sodipodi:namedview
|
36
|
-
id="namedview440"
|
37
|
-
pagecolor="#ffffff"
|
38
|
-
bordercolor="#666666"
|
39
|
-
borderopacity="1.0"
|
40
|
-
inkscape:pageshadow="2"
|
41
|
-
inkscape:pageopacity="0.0"
|
42
|
-
inkscape:pagecheckerboard="0"
|
43
|
-
showgrid="false"
|
44
|
-
inkscape:zoom="0.95078031"
|
45
|
-
inkscape:cx="466.45896"
|
46
|
-
inkscape:cy="549.02273"
|
47
|
-
inkscape:window-width="1920"
|
48
|
-
inkscape:window-height="1007"
|
49
|
-
inkscape:window-x="0"
|
50
|
-
inkscape:window-y="0"
|
51
|
-
inkscape:window-maximized="1"
|
52
|
-
inkscape:current-layer="g444" />
|
53
|
-
<g
|
54
|
-
inkscape:groupmode="layer"
|
55
|
-
inkscape:label="Image"
|
56
|
-
id="g444">
|
57
|
-
<circle
|
58
|
-
id="path5141"
|
59
|
-
style="fill:none;stroke:#fffeff;stroke-opacity:1"
|
60
|
-
cx="0.66903824"
|
61
|
-
cy="263.65976"
|
62
|
-
r="0.52949077" />
|
63
|
-
<circle
|
64
|
-
id="path5143"
|
65
|
-
style="fill:none;stroke:#fffeff;stroke-opacity:1"
|
66
|
-
cx="0.66903824"
|
67
|
-
cy="263.65976"
|
68
|
-
r="0.52949077" />
|
69
|
-
<g
|
70
|
-
id="path5184"
|
71
|
-
style="stroke:#fffeff;stroke-opacity:1;fill:none">
|
72
|
-
<path
|
73
|
-
style="color:#000000;fill:none;stroke-width:154.42;-inkscape-stroke:none;stroke:#fffeff;stroke-opacity:1"
|
74
|
-
d="m -156.35359,113.32885 348.76355,221.92361 744.6236,-498.85799"
|
75
|
-
id="path6861" />
|
76
|
-
<path
|
77
|
-
style="color:#000000;fill:none;-inkscape-stroke:none;stroke:#fffeff;stroke-opacity:1"
|
78
|
-
d="M 894.06055,-227.75 191.32227,243.04492 -114.9043,48.1875 -197.80273,178.46875 193.49609,427.45898 980.00781,-99.460937 Z"
|
79
|
-
id="path6863" />
|
80
|
-
</g>
|
81
|
-
<g
|
82
|
-
id="path5186"
|
83
|
-
style="stroke:#fffeff;stroke-opacity:1;fill:none">
|
84
|
-
<path
|
85
|
-
style="color:#000000;fill:none;stroke-width:166.34;-inkscape-stroke:none;stroke:#fffeff;stroke-opacity:1"
|
86
|
-
d="M 816.06617,905.68984 357.97591,628.01443 1035.7943,176.14788"
|
87
|
-
id="path6855" />
|
88
|
-
<path
|
89
|
-
style="color:#000000;fill:none;-inkscape-stroke:none;stroke:#fffeff;stroke-opacity:1"
|
90
|
-
d="M 989.66016,106.94531 203.03125,631.34961 772.95312,976.81445 859.17773,834.56641 512.91992,624.67773 1081.9277,245.34961 Z"
|
91
|
-
id="path6857" />
|
92
|
-
</g>
|
93
|
-
</g>
|
6
|
+
>
|
7
|
+
|
8
|
+
<path
|
9
|
+
fill="#B2B9C5"
|
10
|
+
d="m -5.0875843,441.73292 3.3936693,-93.74987 847.237645,-2.85667 -3.71049,95.94711 z m 333.6519143,232.4369 -98.27777,-105.35245 43.34233,-0.60608 c 23.83828,-0.33335 56.95483,-0.67085 73.59233,-0.75 l 30.25,-0.14392 L 376,413.05958 374.48738,213.61969 301.67731,213.3632 228.86724,213.10671 326.58798,107.77384 C 380.33439,49.84076 424.5019,2.3657611 424.73801,2.2738411 425.25724,2.0716911 628.96623,212.59506 628.96623,213.35636 c 0,0.29424 -41.55385,0.25035 -81.97885,0.25035 h -73.5 L 475,413.0466 l 1.47122,154.25779 72.81196,0.25649 72.81196,0.25649 -91.89971,99.5 -103.35334,112.2049 z"
|
11
|
+
/>
|
94
12
|
</svg>
|
@@ -0,0 +1,65 @@
|
|
1
|
+
<template>
|
2
|
+
<Modal :is-open="isOpen" @on-close="closeModal">
|
3
|
+
<modalContainer>
|
4
|
+
<modalTitle v-if="$slots.title">
|
5
|
+
<slot name="title"></slot>
|
6
|
+
</modalTitle>
|
7
|
+
<textContainer v-if="$slots.body">
|
8
|
+
<slot name="body"></slot>
|
9
|
+
</textContainer>
|
10
|
+
<buttonContainer v-if="$slots.buttons">
|
11
|
+
<slot name="buttons"></slot>
|
12
|
+
</buttonContainer>
|
13
|
+
</modalContainer>
|
14
|
+
</Modal>
|
15
|
+
</template>
|
16
|
+
<script>
|
17
|
+
import styled from 'vue3-styled-components'
|
18
|
+
import { mapActions, mapState } from 'vuex'
|
19
|
+
import Modal from '../modal'
|
20
|
+
const modalContainer = styled.div`
|
21
|
+
width: 450px;
|
22
|
+
min-height: 205px;
|
23
|
+
padding: 40px 40px 30px 40px;
|
24
|
+
`
|
25
|
+
const modalTitle = styled.div`
|
26
|
+
color: ${(props) => props.theme.colors.black};
|
27
|
+
font-family: ${(props) => props.theme.fonts.mainFont};
|
28
|
+
font-size: 18px;
|
29
|
+
font-style: normal;
|
30
|
+
font-weight: 700;
|
31
|
+
line-height: 120%;
|
32
|
+
text-transform: uppercase;
|
33
|
+
`
|
34
|
+
const buttonContainer = styled.div`
|
35
|
+
display: inline-flex;
|
36
|
+
align-items: flex-start;
|
37
|
+
gap: 20px;
|
38
|
+
`
|
39
|
+
const textContainer = styled.div`
|
40
|
+
color: ${(props) => props.theme.colors.black};
|
41
|
+
font-family: ${(props) => props.theme.fonts.mainFont};
|
42
|
+
font-size: 13px;
|
43
|
+
font-style: normal;
|
44
|
+
font-weight: 400;
|
45
|
+
line-height: normal;
|
46
|
+
padding: 30px 0px;
|
47
|
+
white-space: pre-wrap;
|
48
|
+
`
|
49
|
+
export default {
|
50
|
+
name: 'actionModal',
|
51
|
+
props: ['isOpen'],
|
52
|
+
components: {
|
53
|
+
Modal,
|
54
|
+
modalContainer,
|
55
|
+
modalTitle,
|
56
|
+
buttonContainer,
|
57
|
+
textContainer
|
58
|
+
},
|
59
|
+
methods: {
|
60
|
+
closeModal() {
|
61
|
+
this.$emit('on-close')
|
62
|
+
}
|
63
|
+
}
|
64
|
+
}
|
65
|
+
</script>
|
@@ -0,0 +1,31 @@
|
|
1
|
+
import Modal from "./index.vue";
|
2
|
+
|
3
|
+
export default {
|
4
|
+
title: "Modal",
|
5
|
+
component: Modal,
|
6
|
+
// argTypes: {},
|
7
|
+
};
|
8
|
+
|
9
|
+
const Template = (args, { argTypes }) => ({
|
10
|
+
// Components used in your story `template` are defined in the `components` object
|
11
|
+
components: { Modal },
|
12
|
+
// The story's `args` need to be mapped into the template through the `setup()` method
|
13
|
+
props: Object.keys(argTypes),
|
14
|
+
template: '<modal v-bind="$props" />',
|
15
|
+
|
16
|
+
// import Modal from "@eturnity/eturnity_reusable_components/src/components/modals/modal"
|
17
|
+
// This is a more flexible modal box, where the parent can decide how the body of the modal looks
|
18
|
+
// To use:
|
19
|
+
// <modal :isOpen="isOpen" @on-close="$emit('on-close-summary')" :preventOutsideClose="true" :isLoading="true" :hideClose="true">
|
20
|
+
// <div>Data....</div>
|
21
|
+
// </modal>
|
22
|
+
});
|
23
|
+
|
24
|
+
export const Default = Template.bind({
|
25
|
+
isOpen: true,
|
26
|
+
preventOutsideClose: true,
|
27
|
+
isLoading: false,
|
28
|
+
hideClose: false,
|
29
|
+
backdrop: 'dark',
|
30
|
+
})
|
31
|
+
Default.args = {};
|
@@ -0,0 +1,188 @@
|
|
1
|
+
<template>
|
2
|
+
<page-wrapper
|
3
|
+
:position="position"
|
4
|
+
:isOpen="isOpen"
|
5
|
+
:class="{ visible: isOpen, hidden: !isOpen }"
|
6
|
+
:backdrop="backdrop"
|
7
|
+
>
|
8
|
+
<modal-container @click="onClickModalContainer">
|
9
|
+
<spinner v-if="isLoading" size="50px" :limitedToModal="true" />
|
10
|
+
<content-container :visible="!isLoading">
|
11
|
+
<slot />
|
12
|
+
</content-container>
|
13
|
+
<close-button v-if="!hideClose" @click="onCloseModal()" class="close" />
|
14
|
+
</modal-container>
|
15
|
+
</page-wrapper>
|
16
|
+
</template>
|
17
|
+
|
18
|
+
<script>
|
19
|
+
// Rules: (as defined in https://e-turnity.atlassian.net/browse/EPDM-9694)
|
20
|
+
// 1. On clicking the “escape” key, close the modal onCloseModal()
|
21
|
+
// 2. Always prevent outside close
|
22
|
+
// import Modal from "@eturnity/eturnity_reusable_components/src/components/modals/modal"
|
23
|
+
// This is a more flexible modal box, where the parent can decide how the body of the modal looks
|
24
|
+
// To use:
|
25
|
+
// <modal :isOpen="isOpen" @on-close="$emit('on-close-summary')" :isLoading="true" :hideClose="true" :stopPropagation="false">
|
26
|
+
// <div>Data....</div>
|
27
|
+
// </modal>
|
28
|
+
|
29
|
+
import styled from 'vue3-styled-components'
|
30
|
+
import CloseButton from '../../buttons/closeButton'
|
31
|
+
import Spinner from '../../spinner'
|
32
|
+
|
33
|
+
const contentAttrs = { visible: Boolean }
|
34
|
+
const ContentContainer = styled('div', contentAttrs)`
|
35
|
+
visibility: ${(props) => (props.visible ? 'inherit' : 'hidden')};
|
36
|
+
`
|
37
|
+
|
38
|
+
const pageAttrs = { isOpen: Boolean, backdrop: String, position: String }
|
39
|
+
const PageWrapper = styled('div', pageAttrs)`
|
40
|
+
position: ${(props) => props.position}
|
41
|
+
display: grid;
|
42
|
+
top: 0;
|
43
|
+
left: 0;
|
44
|
+
width: 100%;
|
45
|
+
height: 100%;
|
46
|
+
background-color: ${(props) =>
|
47
|
+
props.backdrop == 'dark'
|
48
|
+
? 'rgba(0, 0, 0, 0.4)'
|
49
|
+
: 'rgba(255, 255, 255, 0.9)'};
|
50
|
+
z-index: 99999;
|
51
|
+
overflow: auto;
|
52
|
+
|
53
|
+
&.visible {
|
54
|
+
visibility: visible;
|
55
|
+
opacity: 1;
|
56
|
+
transition: visibility 0s linear 0s, opacity 300ms;
|
57
|
+
}
|
58
|
+
|
59
|
+
&.hidden {
|
60
|
+
visibility: hidden;
|
61
|
+
opacity: 0;
|
62
|
+
transition: visibility 0s linear 300ms, opacity 300ms;
|
63
|
+
}
|
64
|
+
|
65
|
+
@media (max-width: 425px) {
|
66
|
+
background: white;
|
67
|
+
}
|
68
|
+
`
|
69
|
+
|
70
|
+
const ModalContainer = styled.div`
|
71
|
+
align-self: center;
|
72
|
+
justify-self: center;
|
73
|
+
position: relative;
|
74
|
+
box-shadow: 0px 4px 4px 3px rgba(0, 0, 0, 0.1);
|
75
|
+
border-radius: 4px;
|
76
|
+
background: white;
|
77
|
+
margin: 0 auto;
|
78
|
+
overflow: auto;
|
79
|
+
max-width: 95%;
|
80
|
+
max-height: 95%;
|
81
|
+
min-width: 100px;
|
82
|
+
min-height: 100px;
|
83
|
+
|
84
|
+
::-webkit-scrollbar {
|
85
|
+
width: 0.3em;
|
86
|
+
height: 100%;
|
87
|
+
background-color: ${(props) => props.theme.colors.grey5};
|
88
|
+
}
|
89
|
+
|
90
|
+
/* Make scrollbar visible when needed */
|
91
|
+
::-webkit-scrollbar-thumb {
|
92
|
+
background-color: ${(props) => props.theme.colors.grey3};
|
93
|
+
}
|
94
|
+
|
95
|
+
/* Make scrollbar track visible when needed */
|
96
|
+
::-webkit-scrollbar-track {
|
97
|
+
background-color: ${(props) => props.theme.colors.grey5};
|
98
|
+
}
|
99
|
+
|
100
|
+
.close {
|
101
|
+
position: absolute;
|
102
|
+
right: 20px;
|
103
|
+
top: 20px;
|
104
|
+
|
105
|
+
@media (max-width: 425px) {
|
106
|
+
right: 14px;
|
107
|
+
top: 12px;
|
108
|
+
background: white;
|
109
|
+
position: fixed;
|
110
|
+
z-index: 99;
|
111
|
+
}
|
112
|
+
}
|
113
|
+
|
114
|
+
@media (max-width: 425px) {
|
115
|
+
width: 100%;
|
116
|
+
height: 100%;
|
117
|
+
box-shadow: none;
|
118
|
+
}
|
119
|
+
`
|
120
|
+
|
121
|
+
export default {
|
122
|
+
name: 'modal',
|
123
|
+
components: {
|
124
|
+
PageWrapper,
|
125
|
+
ModalContainer,
|
126
|
+
CloseButton,
|
127
|
+
Spinner,
|
128
|
+
ContentContainer
|
129
|
+
},
|
130
|
+
props: {
|
131
|
+
isOpen: {
|
132
|
+
required: true,
|
133
|
+
default: false
|
134
|
+
},
|
135
|
+
isLoading: {
|
136
|
+
required: false,
|
137
|
+
default: false
|
138
|
+
},
|
139
|
+
hideClose: {
|
140
|
+
required: false,
|
141
|
+
default: false
|
142
|
+
},
|
143
|
+
backdrop: {
|
144
|
+
required: false,
|
145
|
+
default: 'white'
|
146
|
+
},
|
147
|
+
position: {
|
148
|
+
required: false,
|
149
|
+
default: 'fixed'
|
150
|
+
},
|
151
|
+
stopPropagation: {
|
152
|
+
type: Boolean,
|
153
|
+
default: true
|
154
|
+
}
|
155
|
+
},
|
156
|
+
beforeDestroy() {
|
157
|
+
window.removeEventListener('keydown', this.handleKeyDown)
|
158
|
+
},
|
159
|
+
methods: {
|
160
|
+
onCloseModal() {
|
161
|
+
this.$emit('on-close')
|
162
|
+
},
|
163
|
+
handleKeyDown({ key }) {
|
164
|
+
if (key === 'Escape') {
|
165
|
+
this.onCloseModal()
|
166
|
+
}
|
167
|
+
},
|
168
|
+
onClickModalContainer(event) {
|
169
|
+
if (this.stopPropagation) {
|
170
|
+
event.stopPropagation()
|
171
|
+
}
|
172
|
+
}
|
173
|
+
},
|
174
|
+
watch: {
|
175
|
+
isOpen: {
|
176
|
+
immediate: true,
|
177
|
+
handler(isOpen) {
|
178
|
+
document.body.style.overflow = isOpen ? 'hidden' : ''
|
179
|
+
if (isOpen) {
|
180
|
+
window.addEventListener('keydown', this.handleKeyDown)
|
181
|
+
} else {
|
182
|
+
window.removeEventListener('keydown', this.handleKeyDown)
|
183
|
+
}
|
184
|
+
}
|
185
|
+
}
|
186
|
+
}
|
187
|
+
}
|
188
|
+
</script>
|
@@ -0,0 +1,69 @@
|
|
1
|
+
<template>
|
2
|
+
<ActionModal :is-open="isOpen" @on-close="closeModal">
|
3
|
+
<modalContainer>
|
4
|
+
<template name="title">
|
5
|
+
<slot name="title"></slot>
|
6
|
+
</template>
|
7
|
+
<template name="body">
|
8
|
+
<slot name="body"></slot>
|
9
|
+
</template>
|
10
|
+
<template name="buttons">
|
11
|
+
<buttonContainer>
|
12
|
+
<Button type="primary" :text="$gettext('Got it')" minWidth="150px" @click="closeModal" />
|
13
|
+
</buttonContainer>
|
14
|
+
</template>
|
15
|
+
|
16
|
+
</modalContainer>
|
17
|
+
</ActionModal>
|
18
|
+
</template>
|
19
|
+
<script>
|
20
|
+
|
21
|
+
import styled from 'vue3-styled-components'
|
22
|
+
import ActionModal from '../actionModal'
|
23
|
+
|
24
|
+
const modalContainer = styled.div`
|
25
|
+
width: 450px;
|
26
|
+
min-height: 205px;
|
27
|
+
padding: 40px 40px 30px 40px;
|
28
|
+
`
|
29
|
+
const modalTitle = styled.div`
|
30
|
+
color: ${(props) => props.theme.colors.black};
|
31
|
+
font-family: ${(props) => props.theme.fonts.mainFont};
|
32
|
+
font-size: 18px;
|
33
|
+
font-style: normal;
|
34
|
+
font-weight: 700;
|
35
|
+
line-height: 120%;
|
36
|
+
text-transform: uppercase;
|
37
|
+
`
|
38
|
+
const buttonContainer = styled.div`
|
39
|
+
display: inline-flex;
|
40
|
+
align-items: flex-start;
|
41
|
+
gap: 20px;
|
42
|
+
`
|
43
|
+
const textContainer = styled.div`
|
44
|
+
color: ${(props) => props.theme.colors.black};
|
45
|
+
font-family: ${(props) => props.theme.fonts.mainFont};
|
46
|
+
font-size: 13px;
|
47
|
+
font-style: normal;
|
48
|
+
font-weight: 400;
|
49
|
+
line-height: normal;
|
50
|
+
padding: 30px 0px;
|
51
|
+
white-space: pre-wrap;
|
52
|
+
`
|
53
|
+
export default {
|
54
|
+
name: 'InfoModal',
|
55
|
+
props: ['isOpen'],
|
56
|
+
components: {
|
57
|
+
Modal,
|
58
|
+
modalContainer,
|
59
|
+
modalTitle,
|
60
|
+
buttonContainer,
|
61
|
+
textContainer
|
62
|
+
},
|
63
|
+
methods: {
|
64
|
+
closeModal() {
|
65
|
+
this.$emit('on-close')
|
66
|
+
}
|
67
|
+
}
|
68
|
+
}
|
69
|
+
</script>
|
@@ -8,6 +8,7 @@
|
|
8
8
|
:customColor="customColor"
|
9
9
|
:noWrap="noWrap"
|
10
10
|
:data-id="dataId"
|
11
|
+
:fontColor="fontColor"
|
11
12
|
>
|
12
13
|
{{ text }}
|
13
14
|
</button-container>
|
@@ -35,12 +36,14 @@ const ButtonAttrs = {
|
|
35
36
|
isDisabled: Boolean,
|
36
37
|
minWidth: String,
|
37
38
|
customColor: String,
|
39
|
+
fontColor: String,
|
38
40
|
noWrap: Boolean
|
39
41
|
}
|
40
42
|
const ButtonContainer = styled('div', ButtonAttrs)`
|
41
43
|
padding: 7px 15px;
|
42
44
|
font-size: 13px;
|
43
|
-
color: ${(props) =>
|
45
|
+
color: ${(props) =>
|
46
|
+
props.fontColor ? props.fontColor : props.theme.colors.white};
|
44
47
|
background-color: ${(props) =>
|
45
48
|
props.isDisabled
|
46
49
|
? props.theme.colors.disabled
|
@@ -91,6 +94,9 @@ export default {
|
|
91
94
|
required: false,
|
92
95
|
default: null
|
93
96
|
},
|
97
|
+
fontColor: {
|
98
|
+
required: false
|
99
|
+
},
|
94
100
|
noWrap: {
|
95
101
|
required: false,
|
96
102
|
default: false
|
@@ -115,7 +115,7 @@ const IconImage = styled('div', {
|
|
115
115
|
${({ theme, color }) => color && `fill: ${theme.colors[color] || color};`}
|
116
116
|
}
|
117
117
|
&:hover > svg path {
|
118
|
-
${
|
118
|
+
${props.hoveredColor && `fill: ${props.hoveredColor};`}
|
119
119
|
}
|
120
120
|
&:hover + div {
|
121
121
|
background-color: ${(props) => props.hoveredColor};
|
@@ -9,6 +9,7 @@
|
|
9
9
|
:hoveredBackgroundColor="hoveredBackgroundColor"
|
10
10
|
:isHovered="isHovered"
|
11
11
|
:data-id="dataId"
|
12
|
+
:noCursor="noCursor"
|
12
13
|
>
|
13
14
|
<icon
|
14
15
|
:disabled="disabled"
|
@@ -30,6 +31,9 @@
|
|
30
31
|
borderRadius="1px"
|
31
32
|
/>
|
32
33
|
</caret>
|
34
|
+
<lockContainer v-if="hasLock">
|
35
|
+
<icon size="9px" name="lock" color="yellow" />
|
36
|
+
</lockContainer>
|
33
37
|
</Wrapper>
|
34
38
|
</template>
|
35
39
|
|
@@ -54,8 +58,14 @@ const wrapperAttrs = {
|
|
54
58
|
size: String,
|
55
59
|
backgroundColor: String,
|
56
60
|
hoveredBackgroundColor: String,
|
57
|
-
hasBorder: Boolean
|
61
|
+
hasBorder: Boolean,
|
62
|
+
noCursor: Boolean
|
58
63
|
}
|
64
|
+
const lockContainer = styled.div`
|
65
|
+
position: absolute;
|
66
|
+
bottom: 6px;
|
67
|
+
right: 6px;
|
68
|
+
`
|
59
69
|
const Wrapper = styled('div', wrapperAttrs)`
|
60
70
|
position: relative;
|
61
71
|
display: inline-flex;
|
@@ -67,7 +77,8 @@ const Wrapper = styled('div', wrapperAttrs)`
|
|
67
77
|
: ''};
|
68
78
|
justify-content: center;
|
69
79
|
align-items: center;
|
70
|
-
cursor: ${(props) =>
|
80
|
+
cursor: ${(props) =>
|
81
|
+
props.noCursor ? 'auto' : props.disabled ? 'not-allowed' : 'pointer'};
|
71
82
|
background-color: ${(props) =>
|
72
83
|
props.theme.colors[props.backgroundColor] || props.backgroundColor};
|
73
84
|
border-radius: ${(props) => props.borderRadius};
|
@@ -95,7 +106,8 @@ export default {
|
|
95
106
|
components: {
|
96
107
|
Wrapper,
|
97
108
|
icon,
|
98
|
-
caret
|
109
|
+
caret,
|
110
|
+
lockContainer
|
99
111
|
},
|
100
112
|
props: {
|
101
113
|
disabled: {
|
@@ -153,6 +165,14 @@ export default {
|
|
153
165
|
isLoading: {
|
154
166
|
required: false,
|
155
167
|
default: false
|
168
|
+
},
|
169
|
+
noCursor: {
|
170
|
+
required: false,
|
171
|
+
default: false
|
172
|
+
},
|
173
|
+
hasLock: {
|
174
|
+
required: false,
|
175
|
+
default: false
|
156
176
|
}
|
157
177
|
}
|
158
178
|
}
|
@@ -0,0 +1,64 @@
|
|
1
|
+
<template>
|
2
|
+
<Modal :is-open="isOpen" @on-close="closeModal">
|
3
|
+
<modalContainer>
|
4
|
+
<modalTitle v-if="$slots.title">
|
5
|
+
<slot name="title"></slot>
|
6
|
+
</modalTitle>
|
7
|
+
<textContainer v-if="$slots.body">
|
8
|
+
<slot name="body"></slot>
|
9
|
+
</textContainer>
|
10
|
+
<buttonContainer v-if="$slots.buttons">
|
11
|
+
<slot name="buttons"></slot>
|
12
|
+
</buttonContainer>
|
13
|
+
</modalContainer>
|
14
|
+
</Modal>
|
15
|
+
</template>
|
16
|
+
<script>
|
17
|
+
import styled from 'vue3-styled-components'
|
18
|
+
import Modal from '../modal'
|
19
|
+
const modalContainer = styled.div`
|
20
|
+
width: 450px;
|
21
|
+
min-height: 205px;
|
22
|
+
padding: 40px 40px 30px 40px;
|
23
|
+
`
|
24
|
+
const modalTitle = styled.div`
|
25
|
+
color: ${(props) => props.theme.colors.black};
|
26
|
+
font-family: ${(props) => props.theme.fonts.mainFont};
|
27
|
+
font-size: 18px;
|
28
|
+
font-style: normal;
|
29
|
+
font-weight: 700;
|
30
|
+
line-height: 120%;
|
31
|
+
text-transform: uppercase;
|
32
|
+
`
|
33
|
+
const buttonContainer = styled.div`
|
34
|
+
display: inline-flex;
|
35
|
+
align-items: flex-start;
|
36
|
+
gap: 20px;
|
37
|
+
`
|
38
|
+
const textContainer = styled.div`
|
39
|
+
color: ${(props) => props.theme.colors.black};
|
40
|
+
font-family: ${(props) => props.theme.fonts.mainFont};
|
41
|
+
font-size: 13px;
|
42
|
+
font-style: normal;
|
43
|
+
font-weight: 400;
|
44
|
+
line-height: normal;
|
45
|
+
padding: 30px 0px;
|
46
|
+
white-space: pre-wrap;
|
47
|
+
`
|
48
|
+
export default {
|
49
|
+
name: 'actionModal',
|
50
|
+
props: ['isOpen'],
|
51
|
+
components: {
|
52
|
+
Modal,
|
53
|
+
modalContainer,
|
54
|
+
modalTitle,
|
55
|
+
buttonContainer,
|
56
|
+
textContainer
|
57
|
+
},
|
58
|
+
methods: {
|
59
|
+
closeModal() {
|
60
|
+
this.$emit('on-close')
|
61
|
+
}
|
62
|
+
}
|
63
|
+
}
|
64
|
+
</script>
|
@@ -0,0 +1,49 @@
|
|
1
|
+
<template>
|
2
|
+
<ActionModal :is-open="isOpen" @on-close="closeModal">
|
3
|
+
<modalContainer>
|
4
|
+
<template #title>
|
5
|
+
<slot name="title" />
|
6
|
+
</template>
|
7
|
+
<template #body>
|
8
|
+
<slot name="body" />
|
9
|
+
</template>
|
10
|
+
<template #buttons>
|
11
|
+
<buttonContainer>
|
12
|
+
<Button type="primary" :text="$gettext('Got it')" minWidth="150px" @click="closeModal" />
|
13
|
+
</buttonContainer>
|
14
|
+
</template>
|
15
|
+
|
16
|
+
</modalContainer>
|
17
|
+
</ActionModal>
|
18
|
+
</template>
|
19
|
+
<script>
|
20
|
+
|
21
|
+
import styled from 'vue3-styled-components'
|
22
|
+
import ActionModal from '../actionModal'
|
23
|
+
import Button from '../../buttons/mainButton'
|
24
|
+
const modalContainer = styled.div`
|
25
|
+
width: 450px;
|
26
|
+
min-height: 205px;
|
27
|
+
padding: 40px 40px 30px 40px;
|
28
|
+
`
|
29
|
+
const buttonContainer = styled.div`
|
30
|
+
display: inline-flex;
|
31
|
+
align-items: flex-start;
|
32
|
+
gap: 20px;
|
33
|
+
`
|
34
|
+
export default {
|
35
|
+
name: 'InfoModal',
|
36
|
+
props: ['isOpen'],
|
37
|
+
components: {
|
38
|
+
modalContainer,
|
39
|
+
buttonContainer,
|
40
|
+
ActionModal,
|
41
|
+
Button
|
42
|
+
},
|
43
|
+
methods: {
|
44
|
+
closeModal() {
|
45
|
+
this.$emit('on-close')
|
46
|
+
}
|
47
|
+
}
|
48
|
+
}
|
49
|
+
</script>
|
@@ -1,125 +0,0 @@
|
|
1
|
-
<template>
|
2
|
-
<div>
|
3
|
-
<Text :expand="showButton && showAll" :fontSize="fontSize">{{ text }}</Text>
|
4
|
-
<ToggleContainer>
|
5
|
-
<ToggleButton
|
6
|
-
@click="toggleHandler"
|
7
|
-
v-if="showButton && !showAll"
|
8
|
-
:fontSize="fontSize"
|
9
|
-
>
|
10
|
-
{{ $gettext('Show more') }}
|
11
|
-
</ToggleButton>
|
12
|
-
<ToggleButton
|
13
|
-
@click="toggleHandler"
|
14
|
-
v-if="showButton && showAll"
|
15
|
-
:fontSize="fontSize"
|
16
|
-
>
|
17
|
-
{{ $gettext('Show less') }}
|
18
|
-
</ToggleButton>
|
19
|
-
</ToggleContainer>
|
20
|
-
</div>
|
21
|
-
</template>
|
22
|
-
|
23
|
-
<script>
|
24
|
-
import styled from 'vue3-styled-components'
|
25
|
-
import theme from '@/assets/theme.js'
|
26
|
-
|
27
|
-
const TextAttrs = {
|
28
|
-
expand: Boolean,
|
29
|
-
fontSize: String
|
30
|
-
}
|
31
|
-
const Text = styled('p', TextAttrs)`
|
32
|
-
display: block;
|
33
|
-
display: -webkit-box;
|
34
|
-
line-height: 1.3em;
|
35
|
-
-webkit-line-clamp: ${(props) => (props.expand ? 'unset' : '4')};
|
36
|
-
-webkit-box-orient: vertical;
|
37
|
-
overflow: hidden;
|
38
|
-
font-size: ${(props) => props.fontSize}px;
|
39
|
-
text-overflow: ellipsis;
|
40
|
-
`
|
41
|
-
|
42
|
-
const ToggleContainer = styled.div`
|
43
|
-
display: flex;
|
44
|
-
width: 100%;
|
45
|
-
`
|
46
|
-
|
47
|
-
const ToggleButton = styled('p', TextAttrs)`
|
48
|
-
font-size: ${(props) => props.fontSize}px;
|
49
|
-
cursor: pointer;
|
50
|
-
color: ${(props) => props.theme.colors.blue};
|
51
|
-
`
|
52
|
-
|
53
|
-
export default {
|
54
|
-
name: 'collapsable-info-text',
|
55
|
-
props: {
|
56
|
-
text: {
|
57
|
-
type: String,
|
58
|
-
required: true
|
59
|
-
},
|
60
|
-
fontSize: {
|
61
|
-
type: String,
|
62
|
-
default: '16px'
|
63
|
-
},
|
64
|
-
lineCount: {
|
65
|
-
type: Number,
|
66
|
-
default: 3
|
67
|
-
},
|
68
|
-
minWidth: {
|
69
|
-
type: String,
|
70
|
-
default: '100%'
|
71
|
-
}
|
72
|
-
},
|
73
|
-
components: {
|
74
|
-
Text,
|
75
|
-
ToggleButton,
|
76
|
-
ToggleContainer
|
77
|
-
},
|
78
|
-
data() {
|
79
|
-
return {
|
80
|
-
showButton: true,
|
81
|
-
showAll: false,
|
82
|
-
lineBreaks: []
|
83
|
-
}
|
84
|
-
},
|
85
|
-
computed: {
|
86
|
-
theme() {
|
87
|
-
return theme
|
88
|
-
}
|
89
|
-
},
|
90
|
-
methods: {
|
91
|
-
displayText() {
|
92
|
-
if (!this.showButton) {
|
93
|
-
return this.text
|
94
|
-
}
|
95
|
-
if (!this.showAll) {
|
96
|
-
let countIndex = 0
|
97
|
-
this.lineBreaks.forEach((el, index) => {
|
98
|
-
if (index < this.lineCount) {
|
99
|
-
countIndex += el.length
|
100
|
-
}
|
101
|
-
})
|
102
|
-
|
103
|
-
return this.text.slice(0, countIndex + 2) + '...'
|
104
|
-
} else {
|
105
|
-
return this.text
|
106
|
-
}
|
107
|
-
},
|
108
|
-
toggleHandler() {
|
109
|
-
this.showAll = !this.showAll
|
110
|
-
}
|
111
|
-
},
|
112
|
-
created() {
|
113
|
-
// TODO: this should divide the text into lines based on with. Currently it's just splitting by line breaks
|
114
|
-
// this.lineBreaks = this.text.split('\n')
|
115
|
-
|
116
|
-
// if (this.lineBreaks.length <= this.lineCount) {
|
117
|
-
// this.showButton = false
|
118
|
-
// }
|
119
|
-
|
120
|
-
if (this.text.length <= 170) {
|
121
|
-
this.showButton = false
|
122
|
-
}
|
123
|
-
}
|
124
|
-
}
|
125
|
-
</script>
|