@kvdbil/components 8.6.1 → 8.6.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.
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react"),t=require("styled-components"),l=require("../../theme.js"),r=require("../../typography/BodyText/index.js"),a=require("../Button/index.js"),n=require("../Chip/index.js"),u=require("../Textfield/index.js");function i(b){return b&&typeof b=="object"&&"default"in b?b:{default:b}}require("../../shared/media-queries.js"),require("../Spinner/index.js"),require("../../typography/ButtonText/index.js"),require("../Button/styles.js"),require("../../icons/components/CloseIcon.js"),require("../Chip/styles.js"),require("../FieldLabel.js"),require("../../shared/helpers.js");var o=i(e),d=i(t);const
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react"),t=require("styled-components"),l=require("../../theme.js"),r=require("../../typography/BodyText/index.js"),a=require("../Button/index.js"),n=require("../Chip/index.js"),u=require("../Textfield/index.js");function i(b){return b&&typeof b=="object"&&"default"in b?b:{default:b}}require("../../shared/media-queries.js"),require("../Spinner/index.js"),require("../../typography/ButtonText/index.js"),require("../Button/styles.js"),require("../../icons/components/CloseIcon.js"),require("../Chip/styles.js"),require("../FieldLabel.js"),require("../../shared/helpers.js");var o=i(e),d=i(t);const f=d.default.div`
|
|
2
2
|
display: flex;
|
|
3
3
|
border-bottom: 1px solid ${l.default.colors.gray.light5};
|
|
4
|
-
`,
|
|
4
|
+
`,s=d.default.form`
|
|
5
5
|
flex: 1;
|
|
6
6
|
flex-direction: column;
|
|
7
7
|
margin-bottom: 1rem;
|
|
@@ -19,13 +19,16 @@
|
|
|
19
19
|
min-width: 5rem;
|
|
20
20
|
margin-right: 1rem;
|
|
21
21
|
`,y=d.default(r.BodyLink)`
|
|
22
|
-
|
|
22
|
+
flex: 1;
|
|
23
|
+
margin-right: 1rem;
|
|
23
24
|
`,h=d.default(r.BodyText)`
|
|
24
25
|
flex: 1rem;
|
|
26
|
+
flex: 4;
|
|
25
27
|
`,g=d.default(h)`
|
|
26
28
|
color: ${l.default.colors.text.disabled};
|
|
27
29
|
`,j=d.default.div`
|
|
28
30
|
display: flex;
|
|
31
|
+
flex-wrap: wrap;
|
|
29
32
|
`,v=d.default(n.Chip)`
|
|
30
|
-
margin: 0
|
|
31
|
-
`;exports.default=({value:b,label:
|
|
33
|
+
margin: 0.25rem;
|
|
34
|
+
`;exports.default=({value:b,label:S,onChange:D,options:I=[],inputProps:M={},isClearable:O=!1,editText:V,saveText:z,cancelText:A,noValueText:G,formatterFunc:L,isSingleSelect:H,color:T="secondary"})=>{const[q,C]=e.useState(b),[J,K]=e.useState(b),[k,P]=e.useState(!1),w=typeof q=="string",N=L&&w?L(q):q,Q=w?N:q.join(", "),_=q.length>0,$=()=>{k?C(J):K(q),P(E=>!E)};return o.default.createElement(f,null,!k&&o.default.createElement(o.default.Fragment,null,o.default.createElement(y,null,S),_&&o.default.createElement(h,null,Q),!_&&o.default.createElement(g,null,G),o.default.createElement(a.Button,{variant:"flat",color:T,onClick:$},V)),k&&o.default.createElement(s,{onSubmit:E=>{E.preventDefault(),D==null||D(q),P(!1)}},o.default.createElement(y,null,S),w&&o.default.createElement(c,{...M,autoFocus:!0,value:q,label:S,onChange:E=>C(E.target.value)}),!w&&o.default.createElement(j,null,I.map(E=>o.default.createElement(v,{color:T,onClick:R=>{R.preventDefault(),(B=>{if(typeof q!="object")throw new Error("Cannot toggle chip on other than array");if(H)return q.includes(B)&&O?void C([]):void C([B]);if(q.includes(B)){const F=q.filter(U=>U!==B);C(F)}else C(F=>[...F,B])})(E)},key:E,variant:q.includes(E)?"solid":"outline"},E))),o.default.createElement(m,null,o.default.createElement(x,{type:"button",variant:"flat",color:"neutral",onClick:$},A),o.default.createElement(p,{type:"submit",color:T},z))))};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react"),r=require("react-select"),o=require("styled-components"),t=require("../../shared/constants.js"),a=require("../../theme.js"),l=require("../FieldLabel.js");function i(
|
|
2
|
-
font-family: ${({theme
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react"),r=require("react-select"),o=require("styled-components"),t=require("../../shared/constants.js"),a=require("../../theme.js"),l=require("../../typography/BodyText/index.js"),d=require("../FieldLabel.js");function i($){return $&&typeof $=="object"&&"default"in $?$:{default:$}}require("../../shared/media-queries.js");var s=i(e),n=i(r),u=i(o);const c=u.default.div`
|
|
2
|
+
font-family: ${({theme:$})=>$.typography.fontBaseFamily};
|
|
3
3
|
position: relative;
|
|
4
|
-
`,
|
|
4
|
+
`,f=$=>$&&{paddingLeft:"2.5rem"},m=$=>$&&{border:`1px solid ${a.default.colors.gray.light1}`,color:a.default.colors.gray.dark1,fill:a.default.colors.gray.light1},p=$=>$&&{border:`2px solid ${a.default.colors.error.dark}`},h=u.default.div`
|
|
5
5
|
position: absolute;
|
|
6
6
|
z-index: 1;
|
|
7
7
|
top: 0.5rem;
|
|
@@ -10,26 +10,24 @@
|
|
|
10
10
|
fill: ${a.default.colors.gray.dark5};
|
|
11
11
|
transition: ${t.DEFAULT_TRANSITION_MS};
|
|
12
12
|
|
|
13
|
-
${
|
|
13
|
+
${$=>$.isDisabled&&`
|
|
14
14
|
fill: ${a.default.colors.gray.light1};
|
|
15
15
|
`}
|
|
16
16
|
|
|
17
|
-
${
|
|
18
|
-
fill: ${
|
|
17
|
+
${$=>$.isFocused&&`
|
|
18
|
+
fill: ${$.theme.colors.text.dark};
|
|
19
19
|
`}
|
|
20
|
-
`,
|
|
20
|
+
`,g=u.default.span`
|
|
21
|
+
${l.CaptionStyle}
|
|
21
22
|
display: block;
|
|
22
|
-
font-family: ${({theme:y})=>y.typography.fontBaseFamily};
|
|
23
|
-
font-size: 0.81rem;
|
|
24
23
|
margin-top: 0.25rem;
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
`,h=n.default(y=>d.default.createElement("svg",{...y},d.default.createElement("symbol",{id:"icon-arrow",viewBox:"0 0 19 19"},d.default.createElement("path",{d:"M2.03039 7.95496L9.80856 15.7331C9.90619 15.8308 10.0645 15.8308 10.1621 15.7331L17.9403 7.95496L19.0009 9.01562L11.2228 16.7938C10.5394 17.4772 9.43132 17.4772 8.7479 16.7938L0.969727 9.01562L2.03039 7.95496Z"})),d.default.createElement("use",{xlinkHref:"#icon-arrow"})))`
|
|
24
|
+
color: ${({hasError:$})=>$?a.default.colors.error.dark:a.default.colors.text.disabled};
|
|
25
|
+
`,b=u.default($=>s.default.createElement("svg",{...$},s.default.createElement("symbol",{id:"icon-arrow",viewBox:"0 0 19 19"},s.default.createElement("path",{d:"M2.03039 7.95496L9.80856 15.7331C9.90619 15.8308 10.0645 15.8308 10.1621 15.7331L17.9403 7.95496L19.0009 9.01562L11.2228 16.7938C10.5394 17.4772 9.43132 17.4772 8.7479 16.7938L0.969727 9.01562L2.03039 7.95496Z"})),s.default.createElement("use",{xlinkHref:"#icon-arrow"})))`
|
|
28
26
|
width: 0.8rem;
|
|
29
27
|
height: 0.8rem;
|
|
30
28
|
margin: 0 0.5rem;
|
|
31
|
-
${
|
|
32
|
-
${
|
|
29
|
+
${$=>$.$isFocused&&`color: ${$.$theme.colors.text.dark}`}
|
|
30
|
+
${$=>$.$isDisabled&&`color: ${$.$theme.colors.gray.dark1}`}
|
|
33
31
|
|
|
34
32
|
|
|
35
33
|
path {
|
|
@@ -39,6 +37,6 @@
|
|
|
39
37
|
|
|
40
38
|
transition: transform ${t.DEFAULT_TRANSITION_MS};
|
|
41
39
|
|
|
42
|
-
transform: ${
|
|
40
|
+
transform: ${$=>$.$isMenuOpen?"rotate(-180deg)":"rotate(0deg)"};
|
|
43
41
|
transform-origin: 50% 60%;
|
|
44
|
-
`,
|
|
42
|
+
`,y=({selectProps:{menuIsOpen:$=!1},isFocused:C=!1,isDisabled:w})=>s.default.createElement(b,{$isDisabled:w,$isFocused:C,$isMenuOpen:$,$theme:a.default}),x=({className:$,color:C="primary",forwardRef:w,hasError:D=!1,height:E,helperText:T,isDisabled:I=!1,onBlur:O=()=>null,onFocus:_=()=>null,onInputChange:R=()=>null,placeholder:A="",name:B,...F})=>{var S;const[L,j]=e.useState(!1),[z,H]=e.useState(""),M=({isSelected:k,isFocused:v,isDisabled:q})=>k?a.default.colors[C].main:q?a.default.colors.background.light:v?a.default.colors.background.gray:a.default.colors.background.light,P=((k,v)=>v?a.default.colors.error.main:k?a.default.colors.text.dark:a.default.colors.gray.light1)(L,D);return s.default.createElement(c,{className:$},F.label&&s.default.createElement(d.Label,{htmlFor:B,height:E,isFocused:L,hasValue:Boolean(F.value||z),disabled:I,theme:a.default,hasError:D},F.label),F.prefix&&s.default.createElement(h,{isDisabled:I,isFocused:L},F.prefix),s.default.createElement(n.default,{...F,inputId:B,name:B,ref:w,isDisabled:I,onInputChange:(k,v)=>{R(k,v),H(k)},placeholder:A,onFocus:k=>{j(!0),_(k)},onBlur:k=>{j(!1),O(k)},styles:{control:k=>({...k,borderRadius:0,color:a.default.colors.text.dark,fontFamily:a.default.typography.fontBaseFamily,fontSize:"1rem",fontWeight:400,cursor:"pointer",padding:"0.7rem 0.75rem",backgroundColor:a.default.colors.background.light,borderColor:P,boxShadow:"none",minHeight:"3rem","&:hover":{borderColor:"none"},...m(I),...p(D),...f(Boolean(F.prefix))}),placeholder:k=>({...k,display:L?"static":"none"}),singleValue:k=>({...k,maxWidth:"calc(100% - 3.3rem)",width:"calc(100% - 3.3rem)"}),menuList:k=>({...k,padding:"8px 0"}),menu:k=>({...k,borderRadius:0,boxShadow:a.default.elevations.elevation2,zIndex:2,padding:"0"}),option:(k,{isSelected:v,isFocused:q,isDisabled:N})=>({...k,padding:"1rem",cursor:N?"not-allowed":"pointer","&:hover":{background:M({isSelected:v,isFocused:!0,isDisabled:N})},background:M({isSelected:v,isFocused:q}),...f(Boolean(F.prefix))}),valueContainer:k=>({...k,position:"static",padding:E?E-1+"rem 0 ":0,height:E?"auto":"21px"}),clearIndicator:k=>({...k,paddingTop:0,paddingBottom:0})},components:{IndicatorSeparator:()=>null,DropdownIndicator:y,...(S=F.components)!=null?S:{}}}),T&&s.default.createElement(g,{hasError:D},T))};exports.Select=x,exports.default=x;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import t,{useState as c}from"react";import r from"styled-components";import
|
|
1
|
+
import t,{useState as c}from"react";import r from"styled-components";import y from"../../theme.js";import{BodyLink as $,BodyText as q}from"../../typography/BodyText/index.js";import{Button as d}from"../Button/index.js";import{Chip as N}from"../Chip/index.js";import{TextField as O}from"../Textfield/index.js";import"../../shared/media-queries.js";import"../Spinner/index.js";import"../../typography/ButtonText/index.js";import"../Button/styles.js";import"../../icons/components/CloseIcon.js";import"../Chip/styles.js";import"../FieldLabel.js";import"../../shared/helpers.js";const z=r.div`
|
|
2
2
|
display: flex;
|
|
3
|
-
border-bottom: 1px solid ${
|
|
3
|
+
border-bottom: 1px solid ${y.colors.gray.light5};
|
|
4
4
|
`,A=r.form`
|
|
5
5
|
flex: 1;
|
|
6
6
|
flex-direction: column;
|
|
@@ -19,13 +19,16 @@ import t,{useState as c}from"react";import r from"styled-components";import x fr
|
|
|
19
19
|
min-width: 5rem;
|
|
20
20
|
margin-right: 1rem;
|
|
21
21
|
`,E=r($)`
|
|
22
|
-
|
|
22
|
+
flex: 1;
|
|
23
|
+
margin-right: 1rem;
|
|
23
24
|
`,j=r(q)`
|
|
24
25
|
flex: 1rem;
|
|
26
|
+
flex: 4;
|
|
25
27
|
`,M=r(j)`
|
|
26
|
-
color: ${
|
|
28
|
+
color: ${y.colors.text.disabled};
|
|
27
29
|
`,P=r.div`
|
|
28
30
|
display: flex;
|
|
31
|
+
flex-wrap: wrap;
|
|
29
32
|
`,Q=r(N)`
|
|
30
|
-
margin: 0
|
|
31
|
-
`,U=({value:u,label:s,
|
|
33
|
+
margin: 0.25rem;
|
|
34
|
+
`,U=({value:u,label:s,onChange:f,options:v=[],inputProps:C={},isClearable:B=!1,editText:b,saveText:w,cancelText:S,noValueText:F,formatterFunc:p,isSingleSelect:T,color:a="secondary"})=>{const[n,l]=c(u),[V,k]=c(u),[m,h]=c(!1),i=typeof n=="string",L=p&&i?p(n):n,D=i?L:n.join(", "),x=n.length>0,g=()=>{m?l(V):k(n),h(e=>!e)},I=e=>{e.preventDefault(),f==null||f(n),h(!1)},R=e=>{if(typeof n!="object")throw new Error("Cannot toggle chip on other than array");if(T){if(n.includes(e)&&B){l([]);return}l([e]);return}if(n.includes(e)){const o=n.filter(_=>_!==e);l(o);return}l(o=>[...o,e])};return t.createElement(z,null,!m&&t.createElement(t.Fragment,null,t.createElement(E,null,s),x&&t.createElement(j,null,D),!x&&t.createElement(M,null,F),t.createElement(d,{variant:"flat",color:a,onClick:g},b)),m&&t.createElement(A,{onSubmit:I},t.createElement(E,null,s),i&&t.createElement(G,{...C,autoFocus:!0,value:n,label:s,onChange:e=>l(e.target.value)}),!i&&t.createElement(P,null,v.map(e=>t.createElement(Q,{color:a,onClick:o=>{o.preventDefault(),R(e)},key:e,variant:n.includes(e)?"solid":"outline"},e))),t.createElement(H,null,t.createElement(K,{type:"button",variant:"flat",color:"neutral",onClick:g},S),t.createElement(J,{type:"submit",color:a},w))))};export{U as default};
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import t,{useState as x}from"react";import T from"react-select";import
|
|
1
|
+
import t,{useState as x}from"react";import T from"react-select";import m from"styled-components";import{DEFAULT_TRANSITION_MS as k}from"../../shared/constants.js";import r from"../../theme.js";import{CaptionStyle as _}from"../../typography/BodyText/index.js";import{Label as A}from"../FieldLabel.js";import"../../shared/media-queries.js";const M=m.div`
|
|
2
2
|
font-family: ${({theme:e})=>e.typography.fontBaseFamily};
|
|
3
3
|
position: relative;
|
|
4
|
-
`,
|
|
4
|
+
`,F=e=>e&&{paddingLeft:"2.5rem"},O=e=>e&&{border:`1px solid ${r.colors.gray.light1}`,color:r.colors.gray.dark1,fill:r.colors.gray.light1},z=e=>e&&{border:`2px solid ${r.colors.error.dark}`},H=m.div`
|
|
5
5
|
position: absolute;
|
|
6
6
|
z-index: 1;
|
|
7
7
|
top: 0.5rem;
|
|
8
8
|
margin: 0.35rem 0.75rem;
|
|
9
9
|
|
|
10
10
|
fill: ${r.colors.gray.dark5};
|
|
11
|
-
transition: ${
|
|
11
|
+
transition: ${k};
|
|
12
12
|
|
|
13
13
|
${e=>e.isDisabled&&`
|
|
14
14
|
fill: ${r.colors.gray.light1};
|
|
@@ -17,14 +17,12 @@ import t,{useState as x}from"react";import T from"react-select";import d from"st
|
|
|
17
17
|
${e=>e.isFocused&&`
|
|
18
18
|
fill: ${e.theme.colors.text.dark};
|
|
19
19
|
`}
|
|
20
|
-
`,
|
|
20
|
+
`,V=m.span`
|
|
21
|
+
${_}
|
|
21
22
|
display: block;
|
|
22
|
-
font-family: ${({theme:e})=>e.typography.fontBaseFamily};
|
|
23
|
-
font-size: 0.81rem;
|
|
24
23
|
margin-top: 0.25rem;
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
`,H=e=>t.createElement("svg",{...e},t.createElement("symbol",{id:"icon-arrow",viewBox:"0 0 19 19"},t.createElement("path",{d:"M2.03039 7.95496L9.80856 15.7331C9.90619 15.8308 10.0645 15.8308 10.1621 15.7331L17.9403 7.95496L19.0009 9.01562L11.2228 16.7938C10.5394 17.4772 9.43132 17.4772 8.7479 16.7938L0.969727 9.01562L2.03039 7.95496Z"})),t.createElement("use",{xlinkHref:"#icon-arrow"})),V=d(H)`
|
|
24
|
+
color: ${({hasError:e})=>e?r.colors.error.dark:r.colors.text.disabled};
|
|
25
|
+
`,N=e=>t.createElement("svg",{...e},t.createElement("symbol",{id:"icon-arrow",viewBox:"0 0 19 19"},t.createElement("path",{d:"M2.03039 7.95496L9.80856 15.7331C9.90619 15.8308 10.0645 15.8308 10.1621 15.7331L17.9403 7.95496L19.0009 9.01562L11.2228 16.7938C10.5394 17.4772 9.43132 17.4772 8.7479 16.7938L0.969727 9.01562L2.03039 7.95496Z"})),t.createElement("use",{xlinkHref:"#icon-arrow"})),P=m(N)`
|
|
28
26
|
width: 0.8rem;
|
|
29
27
|
height: 0.8rem;
|
|
30
28
|
margin: 0 0.5rem;
|
|
@@ -37,8 +35,8 @@ import t,{useState as x}from"react";import T from"react-select";import d from"st
|
|
|
37
35
|
stroke: currentColor;
|
|
38
36
|
}
|
|
39
37
|
|
|
40
|
-
transition: transform ${
|
|
38
|
+
transition: transform ${k};
|
|
41
39
|
|
|
42
40
|
transform: ${e=>e.$isMenuOpen?"rotate(-180deg)":"rotate(0deg)"};
|
|
43
41
|
transform-origin: 50% 60%;
|
|
44
|
-
`,
|
|
42
|
+
`,W=(e,a)=>a?r.colors.error.main:e?r.colors.text.dark:r.colors.gray.light1,q=({selectProps:{menuIsOpen:e=!1},isFocused:a=!1,isDisabled:u})=>t.createElement(P,{$isDisabled:u,$isFocused:a,$isMenuOpen:e,$theme:r}),C=({className:e,color:a="primary",forwardRef:u,hasError:i=!1,height:s,helperText:p,isDisabled:c=!1,onBlur:v=()=>null,onFocus:S=()=>null,onInputChange:w=()=>null,placeholder:B="",name:g,...n})=>{var h;const[d,y]=x(!1),[I,L]=x(""),E=(o,l)=>{w(o,l),L(o)},b=({isSelected:o,isFocused:l,isDisabled:f})=>o?r.colors[a].main:f?r.colors.background.light:l?r.colors.background.gray:r.colors.background.light,j=o=>{y(!0),S(o)},D=o=>{y(!1),v(o)},R=W(d,i);return t.createElement(M,{className:e},n.label&&t.createElement(A,{htmlFor:g,height:s,isFocused:d,hasValue:Boolean(n.value||I),disabled:c,theme:r,hasError:i},n.label),n.prefix&&t.createElement(H,{isDisabled:c,isFocused:d},n.prefix),t.createElement(T,{...n,inputId:g,name:g,ref:u,isDisabled:c,onInputChange:E,placeholder:B,onFocus:j,onBlur:D,styles:{control:o=>({...o,borderRadius:0,color:r.colors.text.dark,fontFamily:r.typography.fontBaseFamily,fontSize:"1rem",fontWeight:400,cursor:"pointer",padding:"0.7rem 0.75rem",backgroundColor:r.colors.background.light,borderColor:R,boxShadow:"none",minHeight:"3rem","&:hover":{borderColor:"none"},...O(c),...z(i),...F(Boolean(n.prefix))}),placeholder:o=>({...o,display:d?"static":"none"}),singleValue:o=>({...o,maxWidth:"calc(100% - 3.3rem)",width:"calc(100% - 3.3rem)"}),menuList:o=>({...o,padding:"8px 0"}),menu:o=>({...o,borderRadius:0,boxShadow:r.elevations.elevation2,zIndex:2,padding:"0"}),option:(o,{isSelected:l,isFocused:f,isDisabled:$})=>({...o,padding:"1rem",cursor:$?"not-allowed":"pointer","&:hover":{background:b({isSelected:l,isFocused:!0,isDisabled:$})},background:b({isSelected:l,isFocused:f}),...F(Boolean(n.prefix))}),valueContainer:o=>({...o,position:"static",padding:s?`${s-1}rem 0 `:0,height:s?"auto":"21px"}),clearIndicator:o=>({...o,paddingTop:0,paddingBottom:0})},components:{IndicatorSeparator:()=>null,DropdownIndicator:q,...(h=n.components)!=null?h:{}}}),p&&t.createElement(V,{hasError:i},p))};export{C as Select,C as default};
|
package/package.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { Color } from '../../Types';
|
|
3
2
|
import { TextFieldProps } from '../Textfield';
|
|
4
|
-
export interface EditRowProps {
|
|
3
|
+
export interface EditRowProps<T> {
|
|
5
4
|
value: string | string[];
|
|
6
5
|
label: string;
|
|
7
6
|
editText: string;
|
|
@@ -13,8 +12,8 @@ export interface EditRowProps {
|
|
|
13
12
|
isSingleSelect?: boolean;
|
|
14
13
|
inputProps?: TextFieldProps;
|
|
15
14
|
isClearable?: boolean;
|
|
16
|
-
|
|
15
|
+
onChange?(value: T): void;
|
|
17
16
|
formatterFunc?(value: string): string;
|
|
18
17
|
}
|
|
19
|
-
declare const EditRow:
|
|
18
|
+
declare const EditRow: <T extends string | string[]>({ value: initialValue, label, onChange, options, inputProps, isClearable, editText, saveText, cancelText, noValueText, formatterFunc, isSingleSelect, color, }: EditRowProps<T>) => JSX.Element;
|
|
20
19
|
export default EditRow;
|