@inntechcorp/it-design 2.1.39 → 2.1.42
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/datepicker/styled.d.ts +1 -2
- package/dist/index.cjs.js +154 -131
- package/dist/index.esm.js +154 -131
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1772,7 +1772,8 @@ function(b,o){e.exports?e.exports=o(Wi()):o(b.moment)}(Li,(function(e){void 0===
|
|
|
1772
1772
|
}
|
|
1773
1773
|
|
|
1774
1774
|
&.itd-checkbox-disabled {
|
|
1775
|
-
|
|
1775
|
+
cursor: not-allowed;
|
|
1776
|
+
pointer-events: auto;
|
|
1776
1777
|
}
|
|
1777
1778
|
|
|
1778
1779
|
/**
|
|
@@ -1819,13 +1820,22 @@ function(b,o){e.exports?e.exports=o(Wi()):o(b.moment)}(Li,(function(e){void 0===
|
|
|
1819
1820
|
}
|
|
1820
1821
|
|
|
1821
1822
|
&.itd-checkbox-disabled {
|
|
1823
|
+
|
|
1822
1824
|
.itd-checkbox-checkmark {
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
+
background-color: #0000000a;
|
|
1826
|
+
border: 1px solid #d9d9d9;
|
|
1827
|
+
pointer-events: none;
|
|
1828
|
+
&:before {
|
|
1829
|
+
background-color: #d9d9d9;
|
|
1830
|
+
}
|
|
1831
|
+
svg { fill: #00000040 }
|
|
1825
1832
|
}
|
|
1833
|
+
|
|
1826
1834
|
.itd-checkbox-label {
|
|
1827
|
-
color: #
|
|
1835
|
+
color: #00000040;
|
|
1836
|
+
pointer-events: none;
|
|
1828
1837
|
}
|
|
1838
|
+
|
|
1829
1839
|
}
|
|
1830
1840
|
|
|
1831
1841
|
&:not(&.itd-checkbox-error):not(.itd-checkbox-selected):not(.itd-checkbox-disabled) {
|
|
@@ -1886,12 +1896,22 @@ function(b,o){e.exports?e.exports=o(Wi()):o(b.moment)}(Li,(function(e){void 0===
|
|
|
1886
1896
|
}
|
|
1887
1897
|
|
|
1888
1898
|
&.itd-checkbox-disabled {
|
|
1899
|
+
|
|
1889
1900
|
.itd-checkbox-checkmark {
|
|
1890
|
-
|
|
1901
|
+
background-color: #0000000a;
|
|
1902
|
+
border: 1px solid #d9d9d9;
|
|
1903
|
+
pointer-events: none;
|
|
1904
|
+
&:before {
|
|
1905
|
+
background-color: #d9d9d9;
|
|
1906
|
+
}
|
|
1907
|
+
svg { fill: #00000040 }
|
|
1891
1908
|
}
|
|
1909
|
+
|
|
1892
1910
|
.itd-checkbox-label {
|
|
1893
|
-
color: #
|
|
1911
|
+
color: #00000040;
|
|
1912
|
+
pointer-events: none;
|
|
1894
1913
|
}
|
|
1914
|
+
|
|
1895
1915
|
}
|
|
1896
1916
|
|
|
1897
1917
|
&:not(&.itd-checkbox-error):not(.itd-checkbox-selected):not(.itd-checkbox-disabled) {
|
|
@@ -3879,7 +3899,6 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
3879
3899
|
position: relative;
|
|
3880
3900
|
height: max-content;
|
|
3881
3901
|
|
|
3882
|
-
|
|
3883
3902
|
input {
|
|
3884
3903
|
background: none;
|
|
3885
3904
|
border-width: 0;
|
|
@@ -3889,12 +3908,11 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
3889
3908
|
}
|
|
3890
3909
|
|
|
3891
3910
|
${({$disabled:e})=>e&&ut`
|
|
3892
|
-
opacity: .75;
|
|
3893
3911
|
cursor: not-allowed;
|
|
3894
3912
|
pointer-events: none;
|
|
3895
3913
|
`}
|
|
3896
3914
|
|
|
3897
|
-
|
|
3915
|
+
`,sq=ht(iq)`
|
|
3898
3916
|
box-shadow: 0 0 30px rgba(0,0,0,.25);
|
|
3899
3917
|
z-index: 2;
|
|
3900
3918
|
position: absolute;
|
|
@@ -3905,25 +3923,19 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
3905
3923
|
transform-box: fill-box;
|
|
3906
3924
|
transition-timing-function: cubic-bezier(.75,-0.5,0,1.25);
|
|
3907
3925
|
`,Aq=ht.div`
|
|
3908
|
-
margin: 0;
|
|
3909
|
-
margin-right: 0px;
|
|
3910
|
-
color: #ffffff99;
|
|
3911
|
-
float: left;
|
|
3912
|
-
font-size: 20px;
|
|
3913
|
-
`,dq=ht.div`
|
|
3914
3926
|
opacity: 0;
|
|
3915
3927
|
transform: translateY(-10px) ;
|
|
3916
|
-
`,
|
|
3928
|
+
`,dq=ht.div`
|
|
3917
3929
|
opacity: 1;
|
|
3918
3930
|
transform: translateY(0) ;
|
|
3919
3931
|
transition: opacity 250ms, transform 250ms;
|
|
3920
|
-
`,
|
|
3932
|
+
`,lq=ht.div`
|
|
3921
3933
|
opacity: 1;
|
|
3922
|
-
`,
|
|
3934
|
+
`,qq=ht.div`
|
|
3923
3935
|
opacity: 0;
|
|
3924
3936
|
transform: translateY(-10px) ;
|
|
3925
3937
|
transition: opacity 250ms, transform 250ms;
|
|
3926
|
-
`,fq=M.forwardRef((({id:e="",placeholder:b="",mask:p="##/##/####",size:t="default",variant:c="default",disabled:n=!1,floating:r=!1,position:O="left",className:i="",value:a="",defaultValue:s="",suffix:A,onUpdate:d,onChange:l,disabledDate:q},u)=>{const{dateFormat:f,locale:W}=M.useContext(ni),h=M.useRef(null),R=M.useRef(null),m=M.useRef(null),[g,L]=M.useState(""),[v,N]=M.useState(""),[y,x]=M.useState(!1),[B,w]=M.useState(e),[X,S]=M.useState({localizated:"",global:""});M.useEffect((()=>(""===e&&w("itd-datepicker-"+Ht()),""!==s&&(L(Ri(s).format(f)),S({localizated:Ri(s).format(f),global:s})),()=>{F(!1)})),[]),M.useEffect((()=>{""!==a&&(L(Ri(a).format(f)),S({localizated:Ri(a).format(f),global:a}))}),[a]);const[T,k]=M.useState(""),[E,_]=M.useState(""),[C,D]=M.useState(""),[P,j]=M.useState("");yM(dq,(e=>k(e))),yM(lq,(e=>_(e))),yM(qq,(e=>D(e))),yM(uq,(e=>j(e))),M.useEffect((()=>{F(y)}),[y]),M.useEffect((()=>{R.current&&R.current.setError(v)}),[v]),M.useEffect((()=>{""!==g&&(S({localizated:Ri(X.global).format(f),global:X.global}),L(Ri(X.global).format(f)))}),[W]);const I=(e,b=!0,o=!0,M=!1)=>{if(!M&&(""===e.localizated||e.localizated===g))return;const p=Q(e.localizated),z=p?e.global:"";L(p?e.localizated:""),d&&d(z,b,o)};M.useImperativeHandle(u,(()=>({reset(e=!0,b=!0){N(""),S({localizated:"",global:""}),I("",e,b,!0)},setValue(e,b=!0,o=!0){if(X.global===e)return;const M={localizated:Ri(e).format(f),global:e};S(M),I(M,b,o)},getValue:()=>""!==X.localizated?X.global:"",setError(e){N(e)},clear(){}})));const F=e=>{document[e?"addEventListener":"removeEventListener"]("pointerdown",$)},$=e=>{y&&h.current&&!h.current.contains(e.target)&&x(!1)},V=e=>{x(!(9===e.keyCode||27===e.keyCode))},U=()=>{x(!0)},H=()=>{R.current&&R.current.setFocus&&R.current.setFocus(),x(!0)},G=e=>{console.log("handleInputChange",e);const b=Q(e),o=p?.replace(/[^/(.*?)]/g,"_"),M={localizated:e,global:Ri(e,f,W).format("YYYY-MM-DD")};N(""),b?(I(M),S(M)):(e===o&&""!==X.localizated&&S({localizated:"",global:""}),I("",!0),l&&l({localizated:"",global:""}))},Y=()=>{},K=e=>{x(!1),S(e),I(e,!0),l&&l(e)},Q=e=>{let b=Ri(e,f,W,!0).isValid(),o=!1;return q&&(o=q(Ri(e,f))),b&&!o},J=()=>{let e="itd-date-picker";return e+=" itd-date-picker-"+jt(t),e+=" itd-date-picker-"+c,n&&(e+=" itd-date-picker-disabled"),v&&(e+=" itd-date-picker-error"),y&&(e+=" itd-date-picker-open"),""!==i&&(e+=" "+i),e};return o.jsxs(aq,{className:J(),$disabled:n,ref:h,onClick:H,children:[o.jsx(hu,{id:B,placeholder:b,value:g,floating:r,mask:p,size:t,variant:c,onChange:G,onFocus:U,onKeyDown:V,onBlur:Y,keepFocus:y,focusRef:h,ref:R,disabled:n,suffix:A||o.jsx(Aq,{className:"itd-icon it-web-date"})}),o.jsx(z.CSSTransition,{in:y,timeout:500,nodeRef:m,classNames:{enter:T,enterActive:E,exit:C,exitActive:P},unmountOnExit:!0,children:o.jsx(sq,{value:g,defaultValue:g,onChange:K,disabledDate:q,$position:O})})]})}));function Wq(e,b){var o={};for(var M in e)Object.prototype.hasOwnProperty.call(e,M)&&b.indexOf(M)<0&&(o[M]=e[M]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var p=0;for(M=Object.getOwnPropertySymbols(e);p<M.length;p++)b.indexOf(M[p])<0&&Object.prototype.propertyIsEnumerable.call(e,M[p])&&(o[M[p]]=e[M[p]])}return o}var hq;function Rq(){}function mq(e){return!!(e||"").match(/\d/)}function gq(e){return null==e}function Lq(e){return gq(e)||function(e){return"number"==typeof e&&isNaN(e)}(e)||"number"==typeof e&&!isFinite(e)}function vq(e){return e.replace(/[-[\]/{}()*+?.\\^$|]/g,"\\$&")}function Nq(e,b){void 0===b&&(b=!0);var o="-"===e[0],M=o&&b,p=(e=e.replace("-","")).split(".");return{beforeDecimal:p[0],afterDecimal:p[1]||"",hasNegation:o,addNegation:M}}function yq(e,b,o){for(var M="",p=o?"0":"",z=0;z<=b-1;z++)M+=e[z]||p;return M}function xq(e,b){return Array(b+1).join(e)}function Bq(e){var b=e+"",o="-"===b[0]?"-":"";o&&(b=b.substring(1));var M=b.split(/[eE]/g),p=M[0],z=M[1];if(!(z=Number(z)))return o+p;var t=1+z,c=(p=p.replace(".","")).length;return t<0?p="0."+xq("0",Math.abs(t))+p:t>=c?p+=xq("0",t-c):p=(p.substring(0,t)||"0")+"."+p.substring(t),o+p}function wq(e,b,o){if(-1!==["","-"].indexOf(e))return e;var M=(-1!==e.indexOf(".")||o)&&b,p=Nq(e),z=p.beforeDecimal,t=p.afterDecimal,c=p.hasNegation,n=parseFloat("0."+(t||"0")),r=(t.length<=b?"0."+t:n.toFixed(b)).split("."),O=z;return z&&Number(r[0])&&(O=z.split("").reverse().reduce((function(e,b,o){return e.length>o?(Number(e[0])+Number(b)).toString()+e.substring(1,e.length):b+e}),r[0])),""+(c?"-":"")+O+(M?".":"")+yq(r[1]||"",b,o)}function Xq(e,b){if(e.value=e.value,null!==e){if(e.createTextRange){var o=e.createTextRange();return o.move("character",b),o.select(),!0}return e.selectionStart||0===e.selectionStart?(e.focus(),e.setSelectionRange(b,b),!0):(e.focus(),!1)}}!function(e){e.event="event",e.props="prop"}(hq||(hq={}));var Sq,Tq,kq,Eq=(Sq=function(e,b){for(var o=0,M=0,p=e.length,z=b.length;e[o]===b[o]&&o<p;)o++;for(;e[p-1-M]===b[z-1-M]&&z-M>o&&p-M>o;)M++;return{from:{start:o,end:p-M},to:{start:o,end:z-M}}},kq=void 0,function(){for(var e=[],b=arguments.length;b--;)e[b]=arguments[b];return Tq&&e.length===Tq.length&&e.every((function(e,b){return e===Tq[b]}))?kq:(Tq=e,kq=Sq.apply(void 0,e))});function _q(e){return Math.max(e.selectionStart,e.selectionEnd)}function Cq(e){return{from:{start:0,end:0},to:{start:0,end:e.length},lastValue:""}}function Dq(e,b){return void 0===e&&(e=" "),"string"==typeof e?e:e[b]||" "}function Pq(e){var b=e.currentValue,o=e.formattedValue,M=e.currentValueIndex,p=e.formattedValueIndex;return b[M]===o[p]}function jq(e,b,o,M){var p,z,t,c=e.length;if(p=b,z=0,t=c,b=Math.min(Math.max(p,z),t),"left"===M){for(;b>=0&&!o[b];)b--;-1===b&&(b=o.indexOf(!0))}else{for(;b<=c&&!o[b];)b++;b>c&&(b=o.lastIndexOf(!0))}return-1===b&&(b=c),b}function Iq(e){for(var b=Array.from({length:e.length+1}).map((function(){return!0})),o=0,M=b.length;o<M;o++)b[o]=Boolean(mq(e[o])||mq(e[o-1]));return b}function Fq(e,b,o,p,z,t){void 0===t&&(t=Rq);var c=function(e){var b=M.useRef(e);b.current=e;var o=M.useRef((function(){for(var e=[],o=arguments.length;o--;)e[o]=arguments[o];return b.current.apply(b,e)}));return o.current}((function(e,b){var o,M;return Lq(e)?(M="",o=""):"number"==typeof e||b?(M="number"==typeof e?Bq(e):e,o=p(M)):(M=z(e,void 0),o=p(M)),{formattedValue:o,numAsString:M}})),n=M.useState((function(){return c(gq(e)?b:e,o)})),r=n[0],O=n[1],i=e,a=o;gq(e)&&(i=r.numAsString,a=!0);var s=c(i,a);return M.useMemo((function(){O(s)}),[s.formattedValue]),[r,function(e,b){e.formattedValue!==r.formattedValue&&O({formattedValue:e.formattedValue,numAsString:e.value}),t(e,b)}]}function $q(e){return e.replace(/[^0-9]/g,"")}function Vq(e){return e}function Uq(e){var b=e.type;void 0===b&&(b="text");var o=e.displayType;void 0===o&&(o="input");var p=e.customInput,z=e.renderText,t=e.getInputRef,c=e.format;void 0===c&&(c=Vq);var n=e.removeFormatting;void 0===n&&(n=$q);var r=e.defaultValue,O=e.valueIsNumericString,i=e.onValueChange,a=e.isAllowed,s=e.onChange;void 0===s&&(s=Rq);var A=e.onKeyDown;void 0===A&&(A=Rq);var d=e.onMouseUp;void 0===d&&(d=Rq);var l=e.onFocus;void 0===l&&(l=Rq);var q=e.onBlur;void 0===q&&(q=Rq);var u=e.value,f=e.getCaretBoundary;void 0===f&&(f=Iq);var W=e.isValidInputCharacter;void 0===W&&(W=mq);var h=e.isCharacterSame,R=Wq(e,["type","displayType","customInput","renderText","getInputRef","format","removeFormatting","defaultValue","valueIsNumericString","onValueChange","isAllowed","onChange","onKeyDown","onMouseUp","onFocus","onBlur","value","getCaretBoundary","isValidInputCharacter","isCharacterSame"]),m=Fq(u,r,Boolean(O),c,n,i),g=m[0],L=g.formattedValue,v=g.numAsString,N=m[1],y=M.useRef(),x=M.useRef({formattedValue:L,numAsString:v}),B=function(e,b){x.current={formattedValue:e.formattedValue,numAsString:e.value},N(e,b)},w=M.useState(!1),X=w[0],S=w[1],T=M.useRef(null),k=M.useRef({setCaretTimeout:null,focusTimeout:null});M.useEffect((function(){return S(!0),function(){clearTimeout(k.current.setCaretTimeout),clearTimeout(k.current.focusTimeout)}}),[]);var E=c,_=function(e,b){var o=parseFloat(b);return{formattedValue:e,value:b,floatValue:isNaN(o)?void 0:o}},C=function(e,b,o){0===e.selectionStart&&e.selectionEnd===e.value.length||(Xq(e,b),k.current.setCaretTimeout=setTimeout((function(){e.value===o&&e.selectionStart!==b&&Xq(e,b)}),0))},D=function(e,b,o){return jq(e,b,f(e),o)},P=function(e,b,o){var M=f(b),p=function(e,b,o,M,p,z,t){void 0===t&&(t=Pq);var c=p.findIndex((function(e){return e})),n=e.slice(0,c);b||o.startsWith(n)||(b=n,o=n+o,M+=n.length);for(var r=o.length,O=e.length,i={},a=new Array(r),s=0;s<r;s++){a[s]=-1;for(var A=0,d=O;A<d;A++)if(t({currentValue:o,lastValue:b,formattedValue:e,currentValueIndex:s,formattedValueIndex:A})&&!0!==i[A]){a[s]=A,i[A]=!0;break}}for(var l=M;l<r&&(-1===a[l]||!z(o[l]));)l++;var q=l===r||-1===a[l]?O:a[l];for(l=M-1;l>0&&-1===a[l];)l--;var u=-1===l||-1===a[l]?0:a[l]+1;return u>q?q:M-u<q-M?u:q}(b,L,e,o,M,W,h);return p=jq(b,p,M)};M.useEffect((function(){var e=x.current,b=e.formattedValue,o=e.numAsString;L===b&&v===o||B(_(L,v),{event:void 0,source:hq.props})}),[L,v]);var j=T.current?_q(T.current):void 0;("undefined"!=typeof window?M.useLayoutEffect:M.useEffect)((function(){var e=T.current;if(L!==x.current.formattedValue&&e){var b=P(x.current.formattedValue,L,j);e.value=L,C(e,b,L)}}),[L]);var I=function(e,b,o){var M=b.target,p=y.current?function(e,b){var o=Math.min(e.selectionStart,b);return{from:{start:o,end:e.selectionEnd},to:{start:o,end:b}}}(y.current,M.selectionEnd):Eq(L,e),z=Object.assign(Object.assign({},p),{lastValue:L}),t=n(e,z),c=E(t);if(t=n(c,void 0),a&&!a(_(c,t))){var r=b.target,O=_q(r),i=P(e,L,O);return r.value=L,C(r,i,L),!1}return function(e){var b=e.formattedValue;void 0===b&&(b="");var o,M=e.input,p=e.source,z=e.event,t=e.numAsString;if(M){var c=e.inputValue||M.value,n=_q(M);M.value=b,void 0!==(o=P(c,b,n))&&C(M,o,b)}b!==L&&B(_(b,t),{event:z,source:p})}({formattedValue:c,numAsString:t,inputValue:e,event:b,source:o,input:b.target}),!0},F=function(e,b){void 0===b&&(b=0);var o=e.selectionStart,M=e.selectionEnd;y.current={selectionStart:o,selectionEnd:M+b}},$=!X||"undefined"==typeof navigator||navigator.platform&&/iPhone|iPod/.test(navigator.platform)?void 0:"numeric",V=Object.assign({inputMode:$},R,{type:b,value:L,onChange:function(e){var b=e.target.value;I(b,e,hq.event)&&s(e),y.current=void 0},onKeyDown:function(e){var b,o=e.target,M=e.key,p=o.selectionStart,z=o.selectionEnd,t=o.value;void 0===t&&(t=""),"ArrowLeft"===M||"Backspace"===M?b=Math.max(p-1,0):"ArrowRight"===M?b=Math.min(p+1,t.length):"Delete"===M&&(b=p);var c=0;"Delete"===M&&p===z&&(c=1);var n="ArrowLeft"===M||"ArrowRight"===M;if(void 0===b||p!==z&&!n)return A(e),void F(o,c);var r=b;n?(r=D(t,b,"ArrowLeft"===M?"left":"right"))!==b&&e.preventDefault():"Delete"!==M||W(t[b])?"Backspace"!==M||W(t[b])||(r=D(t,b,"left")):r=D(t,b,"right");r!==b&&C(o,r,t),A(e),F(o,c)},onMouseUp:function(e){var b=e.target,o=function(){var e=b.selectionStart,o=b.selectionEnd,M=b.value;if(void 0===M&&(M=""),e===o){var p=D(M,e);p!==e&&C(b,p,M)}};o(),requestAnimationFrame((function(){o()})),d(e),F(b)},onFocus:function(e){e.persist&&e.persist();var b=e.target,o=e.currentTarget;T.current=b,k.current.focusTimeout=setTimeout((function(){var M=b.selectionStart,p=b.selectionEnd,z=b.value;void 0===z&&(z="");var t=D(z,M);t===M||0===M&&p===z.length||C(b,t,z),l(Object.assign(Object.assign({},e),{currentTarget:o}))}),0)},onBlur:function(e){T.current=null,clearTimeout(k.current.focusTimeout),clearTimeout(k.current.setCaretTimeout),q(e)}});if("text"===o)return z?M.createElement(M.Fragment,null,z(L,R)||null):M.createElement("span",Object.assign({},R,{ref:t}),L);if(p){var U=p;return M.createElement(U,Object.assign({},V,{ref:t}))}return M.createElement("input",Object.assign({},V,{ref:t}))}function Hq(e,b){var o=b.decimalScale,M=b.fixedDecimalScale,p=b.prefix;void 0===p&&(p="");var z=b.suffix;void 0===z&&(z="");var t=b.allowNegative,c=b.thousandsGroupStyle;if(void 0===c&&(c="thousand"),""===e||"-"===e)return e;var n=Gq(b),r=n.thousandSeparator,O=n.decimalSeparator,i=0!==o&&-1!==e.indexOf(".")||o&&M,a=Nq(e,t),s=a.beforeDecimal,A=a.afterDecimal,d=a.addNegation;return void 0!==o&&(A=yq(A,o,!!M)),r&&(s=function(e,b,o){var M=function(e){switch(e){case"lakh":return/(\d+?)(?=(\d\d)+(\d)(?!\d))(\.\d+)?/g;case"wan":return/(\d)(?=(\d{4})+(?!\d))/g;default:return/(\d)(?=(\d{3})+(?!\d))/g}}(o),p=e.search(/[1-9]/);return p=-1===p?e.length:p,e.substring(0,p)+e.substring(p,e.length).replace(M,"$1"+b)}(s,r,c)),p&&(s=p+s),z&&(A+=z),d&&(s="-"+s),e=s+(i&&O||"")+A}function Gq(e){var b=e.decimalSeparator;void 0===b&&(b=".");var o=e.thousandSeparator,M=e.allowedDecimalSeparators;return!0===o&&(o=","),M||(M=[b,"."]),{decimalSeparator:b,thousandSeparator:o,allowedDecimalSeparators:M}}function Yq(e,b,o){var M;void 0===b&&(b=Cq(e));var p=o.allowNegative,z=o.prefix;void 0===z&&(z="");var t=o.suffix;void 0===t&&(t="");var c=o.decimalScale,n=b.from,r=b.to,O=r.start,i=r.end,a=Gq(o),s=a.allowedDecimalSeparators,A=a.decimalSeparator,d=e[i]===A;if(mq(e)&&(e===z||e===t)&&""===b.lastValue)return e;if(i-O==1&&-1!==s.indexOf(e[O])){var l=0===c?"":A;e=e.substring(0,O)+l+e.substring(O+1,e.length)}var q=function(e,b,o){var M=!1,p=!1;z.startsWith("-")?M=!1:e.startsWith("--")?(M=!1,p=!0):t.startsWith("-")&&e.length===t.length?M=!1:"-"===e[0]&&(M=!0);var c=M?1:0;return p&&(c=2),c&&(e=e.substring(c),b-=c,o-=c),{value:e,start:b,end:o,hasNegation:M}},u=q(e,O,i),f=u.hasNegation;e=(M=u).value,O=M.start,i=M.end;var W=q(b.lastValue,n.start,n.end),h=W.start,R=W.end,m=W.value,g=e.substring(O,i);!(e.length&&m.length&&(h>m.length-t.length||R<z.length))||g&&t.startsWith(g)||(e=m);var L=0;e.startsWith(z)?L+=z.length:O<z.length&&(L=O),i-=L;var v=(e=e.substring(L)).length,N=e.length-t.length;e.endsWith(t)?v=N:(i>N||i>e.length-t.length)&&(v=i),e=e.substring(0,v),e=function(e,b){void 0===e&&(e="");var o=new RegExp("(-)"),M=new RegExp("(-)(.)*(-)"),p=o.test(e),z=M.test(e);return e=e.replace(/-/g,""),p&&!z&&b&&(e="-"+e),e}(f?"-"+e:e,p),e=(e.match(function(e){return new RegExp("(^-)|[0-9]|"+vq(e),"g")}(A))||[]).join("");var y=e.indexOf(A),x=Nq(e=e.replace(new RegExp(vq(A),"g"),(function(e,b){return b===y?".":""})),p),B=x.beforeDecimal,w=x.afterDecimal,X=x.addNegation;return r.end-r.start<n.end-n.start&&""===B&&d&&!parseFloat(w)&&(e=X?"-":""),e}function Kq(e){e=function(e){var b=Gq(e),o=b.thousandSeparator,M=b.decimalSeparator,p=e.prefix;void 0===p&&(p="");var z=e.allowNegative;if(void 0===z&&(z=!0),o===M)throw new Error("\n Decimal separator can't be same as thousand separator.\n thousandSeparator: "+o+' (thousandSeparator = {true} is same as thousandSeparator = ",")\n decimalSeparator: '+M+" (default value for decimalSeparator is .)\n ");return p.startsWith("-")&&z&&(console.error("\n Prefix can't start with '-' when allowNegative is true.\n prefix: "+p+"\n allowNegative: "+z+"\n "),z=!1),Object.assign(Object.assign({},e),{allowNegative:z})}(e),e.decimalSeparator,e.allowedDecimalSeparators,e.thousandsGroupStyle;var b=e.suffix,o=e.allowNegative,M=e.allowLeadingZeros,p=e.onKeyDown;void 0===p&&(p=Rq);var z=e.onBlur;void 0===z&&(z=Rq);var t=e.thousandSeparator,c=e.decimalScale,n=e.fixedDecimalScale,r=e.prefix;void 0===r&&(r="");var O=e.defaultValue,i=e.value,a=e.valueIsNumericString,s=e.onValueChange,A=Wq(e,["decimalSeparator","allowedDecimalSeparators","thousandsGroupStyle","suffix","allowNegative","allowLeadingZeros","onKeyDown","onBlur","thousandSeparator","decimalScale","fixedDecimalScale","prefix","defaultValue","value","valueIsNumericString","onValueChange"]),d=Gq(e),l=d.decimalSeparator,q=d.allowedDecimalSeparators,u=function(b){return Hq(b,e)},f=function(b,o){return Yq(b,o,e)},W=gq(i)?O:i,h=null!=a?a:function(e,b,o){return""===e||!(null==b?void 0:b.match(/\d/))&&!(null==o?void 0:o.match(/\d/))&&"string"==typeof e&&!isNaN(Number(e))}(W,r,b);gq(i)?gq(O)||(h=h||"number"==typeof O):h=h||"number"==typeof i;var R=function(e){return Lq(e)?e:("number"==typeof e&&(e=Bq(e)),h&&"number"==typeof c?wq(e,c,Boolean(n)):e)},m=Fq(R(i),R(O),Boolean(h),u,f,s),g=m[0],L=g.numAsString,v=g.formattedValue,N=m[1];return Object.assign(Object.assign({},A),{value:v,valueIsNumericString:!1,isValidInputCharacter:function(e){return e===l||mq(e)},isCharacterSame:function(e){var b=e.currentValue,o=e.lastValue,M=e.formattedValue,p=e.currentValueIndex,z=e.formattedValueIndex,t=b[p],O=M[z],a=Eq(o,b).to,s=function(e){return f(e).indexOf(".")+r.length};return!(0===i&&n&&c&&b[a.start]===l&&s(b)<p&&s(M)>z)&&(!!(p>=a.start&&p<a.end&&q&&q.includes(t)&&O===l)||t===O)},onValueChange:N,format:u,removeFormatting:f,getCaretBoundary:function(b){return function(e,b){var o=b.prefix;void 0===o&&(o="");var M=b.suffix;void 0===M&&(M="");var p=Array.from({length:e.length+1}).map((function(){return!0})),z="-"===e[0];p.fill(!1,0,o.length+(z?1:0));var t=e.length;return p.fill(!1,t-M.length+1,t+1),p}(b,e)},onKeyDown:function(e){var b=e.target,M=e.key,z=b.selectionStart,O=b.selectionEnd,i=b.value;if(void 0===i&&(i=""),("Backspace"===M||"Delete"===M)&&O<r.length)e.preventDefault();else if(z===O){"Backspace"===M&&"-"===i[0]&&z===r.length+1&&o&&Xq(b,1),c&&n&&("Backspace"===M&&i[z-1]===l?(Xq(b,z-1),e.preventDefault()):"Delete"===M&&i[z]===l&&e.preventDefault()),(null==q?void 0:q.includes(M))&&i[z]===l&&Xq(b,z+1);var a=!0===t?",":t;"Backspace"===M&&i[z-1]===a&&Xq(b,z-1),"Delete"===M&&i[z]===a&&Xq(b,z+1),p(e)}else p(e)},onBlur:function(b){var o=L;if(o.match(/\d/g)||(o=""),M||(o=function(e){if(!e)return e;var b="-"===e[0];b&&(e=e.substring(1,e.length));var o=e.split("."),M=o[0].replace(/^0+/,"")||"0",p=o[1]||"";return(b?"-":"")+M+(p?"."+p:"")}(o)),n&&c&&(o=wq(o,c,n)),o!==L){var p=Hq(o,e);N({formattedValue:p,value:o,floatValue:parseFloat(o)},{event:b,source:hq.event})}z(b)}})}function Qq(e){var b=Kq(e);return M.createElement(Uq,Object.assign({},b))}function Jq(e){e.mask,e.allowEmptyFormatting;var b=e.format,o=e.inputMode;void 0===o&&(o="numeric");var M=e.onKeyDown;void 0===M&&(M=Rq);var p=e.patternChar;void 0===p&&(p="#");var z=e.value,t=e.defaultValue,c=e.valueIsNumericString,n=Wq(e,["mask","allowEmptyFormatting","format","inputMode","onKeyDown","patternChar","value","defaultValue","valueIsNumericString"]);!function(e){var b=e.mask;if(b&&("string"===b?b:b.toString()).match(/\d/g))throw new Error("Mask "+b+" should not contain numeric character;")}(e);var r=function(b){return function(e,b){var o=b.format,M=b.mask,p=b.patternChar;void 0===p&&(p="#");var z=Array.from({length:e.length+1}).map((function(){return!0})),t=0,c=-1,n={};o.split("").forEach((function(b,o){var z=void 0;b===p&&(t++,z=Dq(M,t-1),-1===c&&e[o]===z&&(c=o)),n[o]=z}));for(var r=function(b){return o[b]===p&&e[b]!==n[b]},O=0,i=z.length;O<i;O++)z[O]=O===c||r(O)||r(O-1);return z[o.indexOf(p)]=!0,z}(b,e)},O=gq(z)?t:z,i=null!=c?c:function(e,b){return""===e||!((null==b?void 0:b.match(/\d/))||"string"!=typeof e||!e.match(/^\d+$/)&&""!==e)}(O,b),a=Object.assign(Object.assign({},e),{valueIsNumericString:i});return Object.assign(Object.assign({},n),{value:z,defaultValue:t,valueIsNumericString:i,inputMode:o,format:function(e){return function(e,b){var o=b.format,M=b.allowEmptyFormatting,p=b.mask,z=b.patternChar;if(void 0===z&&(z="#"),""===e&&!M)return"";for(var t=0,c=o.split(""),n=0,r=o.length;n<r;n++)o[n]===z&&(c[n]=e[t]||Dq(p,t),t+=1);return c.join("")}(e,a)},removeFormatting:function(e,b){return function(e,b,o){void 0===b&&(b=Cq(e));var M=o.format,p=o.patternChar;void 0===p&&(p="#");var z=b.from,t=b.to,c=b.lastValue;void 0===c&&(c="");var n=function(e){return M[e]===p},r=function(e,b){for(var o="",M=0;M<e.length;M++)n(b+M)&&mq(e[M])&&(o+=e[M]);return o},O=function(e){return e.replace(/[^0-9]/g,"")};if(!M.match(/\d/))return O(e);if((""===c||z.end-z.start===c.length)&&e.length===M.length){for(var i="",a=0;a<e.length;a++)if(n(a))mq(e[a])&&(i+=e[a]);else if(e[a]!==M[a])return O(e);return i}var s=c.substring(0,z.start),A=e.substring(t.start,t.end),d=c.substring(z.end);return""+r(s,0)+O(A)+r(d,z.end)}(e,b,a)},getCaretBoundary:r,onKeyDown:function(e){var o=e.key,z=e.target,t=z.selectionStart,c=z.selectionEnd,n=z.value;if(t===c){var O=t;if("Backspace"===o||"Delete"===o){var i="right";if("Backspace"===o){for(;O>0&&b[O-1]!==p;)O--;i="left"}else{for(var a=b.length;O<a&&b[O]!==p;)O++;i="right"}O=jq(n,O,r(n),i)}else b[O]!==p&&"ArrowLeft"!==o&&"ArrowRight"!==o&&(O=jq(n,O+1,r(n),"right"));O!==t&&Xq(z,O),M(e)}else M(e)}})}function Zq(e){var b=Jq(e);return M.createElement(Uq,Object.assign({},b))}const eu=ht.div`
|
|
3938
|
+
`,uq=M.forwardRef((({id:e="",placeholder:b="",mask:p="##/##/####",size:t="default",variant:c="default",disabled:n=!1,floating:r=!1,position:O="left",className:i="",value:a="",defaultValue:s="",suffix:A,onUpdate:d,onChange:l,disabledDate:q},u)=>{const{dateFormat:f,locale:W}=M.useContext(ni),h=M.useRef(null),R=M.useRef(null),m=M.useRef(null),[g,L]=M.useState(""),[v,N]=M.useState(""),[y,x]=M.useState(!1),[B,w]=M.useState(e),[X,S]=M.useState({localizated:"",global:""});M.useEffect((()=>(""===e&&w("itd-datepicker-"+Ht()),""!==s&&(L(Ri(s).format(f)),S({localizated:Ri(s).format(f),global:s})),()=>{F(!1)})),[]),M.useEffect((()=>{""!==a&&(L(Ri(a).format(f)),S({localizated:Ri(a).format(f),global:a}))}),[a]);const[T,k]=M.useState(""),[E,_]=M.useState(""),[C,D]=M.useState(""),[P,j]=M.useState("");yM(Aq,(e=>k(e))),yM(dq,(e=>_(e))),yM(lq,(e=>D(e))),yM(qq,(e=>j(e))),M.useEffect((()=>{F(y)}),[y]),M.useEffect((()=>{R.current&&R.current.setError(v)}),[v]),M.useEffect((()=>{""!==g&&(S({localizated:Ri(X.global).format(f),global:X.global}),L(Ri(X.global).format(f)))}),[W]);const I=(e,b=!0,o=!0,M=!1)=>{if(!M&&(""===e.localizated||e.localizated===g))return;const p=Q(e.localizated),z=p?e.global:"";L(p?e.localizated:""),d&&d(z,b,o)};M.useImperativeHandle(u,(()=>({reset(e=!0,b=!0){N(""),S({localizated:"",global:""}),I("",e,b,!0)},setValue(e,b=!0,o=!0){if(X.global===e)return;const M={localizated:Ri(e).format(f),global:e};S(M),I(M,b,o)},getValue:()=>""!==X.localizated?X.global:"",setError(e){N(e)},clear(){}})));const F=e=>{document[e?"addEventListener":"removeEventListener"]("pointerdown",$)},$=e=>{y&&h.current&&!h.current.contains(e.target)&&x(!1)},V=e=>{x(!(9===e.keyCode||27===e.keyCode))},U=()=>{x(!0)},H=()=>{R.current&&R.current.setFocus&&R.current.setFocus(),x(!0)},G=e=>{console.log("handleInputChange",e);const b=Q(e),o=p?.replace(/[^/(.*?)]/g,"_"),M={localizated:e,global:Ri(e,f,W).format("YYYY-MM-DD")};N(""),b?(I(M),S(M)):(e===o&&""!==X.localizated&&S({localizated:"",global:""}),I("",!0),l&&l({localizated:"",global:""}))},Y=()=>{},K=e=>{x(!1),S(e),I(e,!0),l&&l(e)},Q=e=>{let b=Ri(e,f,W,!0).isValid(),o=!1;return q&&(o=q(Ri(e,f))),b&&!o},J=()=>{let e="itd-date-picker";return e+=" itd-date-picker-"+jt(t),e+=" itd-date-picker-"+c,n&&(e+=" itd-date-picker-disabled"),v&&(e+=" itd-date-picker-error"),y&&(e+=" itd-date-picker-open"),""!==i&&(e+=" "+i),e};return o.jsxs(aq,{className:J(),$disabled:n,ref:h,onClick:H,children:[o.jsx(Wu,{id:B,placeholder:b,value:g,floating:r,mask:p,size:t,variant:c,onChange:G,onFocus:U,onKeyDown:V,onBlur:Y,keepFocus:y,focusRef:h,ref:R,disabled:n,suffix:A||"🗓️"}),o.jsx(z.CSSTransition,{in:y,timeout:500,nodeRef:m,classNames:{enter:T,enterActive:E,exit:C,exitActive:P},unmountOnExit:!0,children:o.jsx(sq,{value:g,defaultValue:g,onChange:K,disabledDate:q,$position:O})})]})}));function fq(e,b){var o={};for(var M in e)Object.prototype.hasOwnProperty.call(e,M)&&b.indexOf(M)<0&&(o[M]=e[M]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var p=0;for(M=Object.getOwnPropertySymbols(e);p<M.length;p++)b.indexOf(M[p])<0&&Object.prototype.propertyIsEnumerable.call(e,M[p])&&(o[M[p]]=e[M[p]])}return o}var Wq;function hq(){}function Rq(e){return!!(e||"").match(/\d/)}function mq(e){return null==e}function gq(e){return mq(e)||function(e){return"number"==typeof e&&isNaN(e)}(e)||"number"==typeof e&&!isFinite(e)}function Lq(e){return e.replace(/[-[\]/{}()*+?.\\^$|]/g,"\\$&")}function vq(e,b){void 0===b&&(b=!0);var o="-"===e[0],M=o&&b,p=(e=e.replace("-","")).split(".");return{beforeDecimal:p[0],afterDecimal:p[1]||"",hasNegation:o,addNegation:M}}function Nq(e,b,o){for(var M="",p=o?"0":"",z=0;z<=b-1;z++)M+=e[z]||p;return M}function yq(e,b){return Array(b+1).join(e)}function xq(e){var b=e+"",o="-"===b[0]?"-":"";o&&(b=b.substring(1));var M=b.split(/[eE]/g),p=M[0],z=M[1];if(!(z=Number(z)))return o+p;var t=1+z,c=(p=p.replace(".","")).length;return t<0?p="0."+yq("0",Math.abs(t))+p:t>=c?p+=yq("0",t-c):p=(p.substring(0,t)||"0")+"."+p.substring(t),o+p}function Bq(e,b,o){if(-1!==["","-"].indexOf(e))return e;var M=(-1!==e.indexOf(".")||o)&&b,p=vq(e),z=p.beforeDecimal,t=p.afterDecimal,c=p.hasNegation,n=parseFloat("0."+(t||"0")),r=(t.length<=b?"0."+t:n.toFixed(b)).split("."),O=z;return z&&Number(r[0])&&(O=z.split("").reverse().reduce((function(e,b,o){return e.length>o?(Number(e[0])+Number(b)).toString()+e.substring(1,e.length):b+e}),r[0])),""+(c?"-":"")+O+(M?".":"")+Nq(r[1]||"",b,o)}function wq(e,b){if(e.value=e.value,null!==e){if(e.createTextRange){var o=e.createTextRange();return o.move("character",b),o.select(),!0}return e.selectionStart||0===e.selectionStart?(e.focus(),e.setSelectionRange(b,b),!0):(e.focus(),!1)}}!function(e){e.event="event",e.props="prop"}(Wq||(Wq={}));var Xq,Sq,Tq,kq=(Xq=function(e,b){for(var o=0,M=0,p=e.length,z=b.length;e[o]===b[o]&&o<p;)o++;for(;e[p-1-M]===b[z-1-M]&&z-M>o&&p-M>o;)M++;return{from:{start:o,end:p-M},to:{start:o,end:z-M}}},Tq=void 0,function(){for(var e=[],b=arguments.length;b--;)e[b]=arguments[b];return Sq&&e.length===Sq.length&&e.every((function(e,b){return e===Sq[b]}))?Tq:(Sq=e,Tq=Xq.apply(void 0,e))});function Eq(e){return Math.max(e.selectionStart,e.selectionEnd)}function _q(e){return{from:{start:0,end:0},to:{start:0,end:e.length},lastValue:""}}function Cq(e,b){return void 0===e&&(e=" "),"string"==typeof e?e:e[b]||" "}function Dq(e){var b=e.currentValue,o=e.formattedValue,M=e.currentValueIndex,p=e.formattedValueIndex;return b[M]===o[p]}function Pq(e,b,o,M){var p,z,t,c=e.length;if(p=b,z=0,t=c,b=Math.min(Math.max(p,z),t),"left"===M){for(;b>=0&&!o[b];)b--;-1===b&&(b=o.indexOf(!0))}else{for(;b<=c&&!o[b];)b++;b>c&&(b=o.lastIndexOf(!0))}return-1===b&&(b=c),b}function jq(e){for(var b=Array.from({length:e.length+1}).map((function(){return!0})),o=0,M=b.length;o<M;o++)b[o]=Boolean(Rq(e[o])||Rq(e[o-1]));return b}function Iq(e,b,o,p,z,t){void 0===t&&(t=hq);var c=function(e){var b=M.useRef(e);b.current=e;var o=M.useRef((function(){for(var e=[],o=arguments.length;o--;)e[o]=arguments[o];return b.current.apply(b,e)}));return o.current}((function(e,b){var o,M;return gq(e)?(M="",o=""):"number"==typeof e||b?(M="number"==typeof e?xq(e):e,o=p(M)):(M=z(e,void 0),o=p(M)),{formattedValue:o,numAsString:M}})),n=M.useState((function(){return c(mq(e)?b:e,o)})),r=n[0],O=n[1],i=e,a=o;mq(e)&&(i=r.numAsString,a=!0);var s=c(i,a);return M.useMemo((function(){O(s)}),[s.formattedValue]),[r,function(e,b){e.formattedValue!==r.formattedValue&&O({formattedValue:e.formattedValue,numAsString:e.value}),t(e,b)}]}function Fq(e){return e.replace(/[^0-9]/g,"")}function $q(e){return e}function Vq(e){var b=e.type;void 0===b&&(b="text");var o=e.displayType;void 0===o&&(o="input");var p=e.customInput,z=e.renderText,t=e.getInputRef,c=e.format;void 0===c&&(c=$q);var n=e.removeFormatting;void 0===n&&(n=Fq);var r=e.defaultValue,O=e.valueIsNumericString,i=e.onValueChange,a=e.isAllowed,s=e.onChange;void 0===s&&(s=hq);var A=e.onKeyDown;void 0===A&&(A=hq);var d=e.onMouseUp;void 0===d&&(d=hq);var l=e.onFocus;void 0===l&&(l=hq);var q=e.onBlur;void 0===q&&(q=hq);var u=e.value,f=e.getCaretBoundary;void 0===f&&(f=jq);var W=e.isValidInputCharacter;void 0===W&&(W=Rq);var h=e.isCharacterSame,R=fq(e,["type","displayType","customInput","renderText","getInputRef","format","removeFormatting","defaultValue","valueIsNumericString","onValueChange","isAllowed","onChange","onKeyDown","onMouseUp","onFocus","onBlur","value","getCaretBoundary","isValidInputCharacter","isCharacterSame"]),m=Iq(u,r,Boolean(O),c,n,i),g=m[0],L=g.formattedValue,v=g.numAsString,N=m[1],y=M.useRef(),x=M.useRef({formattedValue:L,numAsString:v}),B=function(e,b){x.current={formattedValue:e.formattedValue,numAsString:e.value},N(e,b)},w=M.useState(!1),X=w[0],S=w[1],T=M.useRef(null),k=M.useRef({setCaretTimeout:null,focusTimeout:null});M.useEffect((function(){return S(!0),function(){clearTimeout(k.current.setCaretTimeout),clearTimeout(k.current.focusTimeout)}}),[]);var E=c,_=function(e,b){var o=parseFloat(b);return{formattedValue:e,value:b,floatValue:isNaN(o)?void 0:o}},C=function(e,b,o){0===e.selectionStart&&e.selectionEnd===e.value.length||(wq(e,b),k.current.setCaretTimeout=setTimeout((function(){e.value===o&&e.selectionStart!==b&&wq(e,b)}),0))},D=function(e,b,o){return Pq(e,b,f(e),o)},P=function(e,b,o){var M=f(b),p=function(e,b,o,M,p,z,t){void 0===t&&(t=Dq);var c=p.findIndex((function(e){return e})),n=e.slice(0,c);b||o.startsWith(n)||(b=n,o=n+o,M+=n.length);for(var r=o.length,O=e.length,i={},a=new Array(r),s=0;s<r;s++){a[s]=-1;for(var A=0,d=O;A<d;A++)if(t({currentValue:o,lastValue:b,formattedValue:e,currentValueIndex:s,formattedValueIndex:A})&&!0!==i[A]){a[s]=A,i[A]=!0;break}}for(var l=M;l<r&&(-1===a[l]||!z(o[l]));)l++;var q=l===r||-1===a[l]?O:a[l];for(l=M-1;l>0&&-1===a[l];)l--;var u=-1===l||-1===a[l]?0:a[l]+1;return u>q?q:M-u<q-M?u:q}(b,L,e,o,M,W,h);return p=Pq(b,p,M)};M.useEffect((function(){var e=x.current,b=e.formattedValue,o=e.numAsString;L===b&&v===o||B(_(L,v),{event:void 0,source:Wq.props})}),[L,v]);var j=T.current?Eq(T.current):void 0;("undefined"!=typeof window?M.useLayoutEffect:M.useEffect)((function(){var e=T.current;if(L!==x.current.formattedValue&&e){var b=P(x.current.formattedValue,L,j);e.value=L,C(e,b,L)}}),[L]);var I=function(e,b,o){var M=b.target,p=y.current?function(e,b){var o=Math.min(e.selectionStart,b);return{from:{start:o,end:e.selectionEnd},to:{start:o,end:b}}}(y.current,M.selectionEnd):kq(L,e),z=Object.assign(Object.assign({},p),{lastValue:L}),t=n(e,z),c=E(t);if(t=n(c,void 0),a&&!a(_(c,t))){var r=b.target,O=Eq(r),i=P(e,L,O);return r.value=L,C(r,i,L),!1}return function(e){var b=e.formattedValue;void 0===b&&(b="");var o,M=e.input,p=e.source,z=e.event,t=e.numAsString;if(M){var c=e.inputValue||M.value,n=Eq(M);M.value=b,void 0!==(o=P(c,b,n))&&C(M,o,b)}b!==L&&B(_(b,t),{event:z,source:p})}({formattedValue:c,numAsString:t,inputValue:e,event:b,source:o,input:b.target}),!0},F=function(e,b){void 0===b&&(b=0);var o=e.selectionStart,M=e.selectionEnd;y.current={selectionStart:o,selectionEnd:M+b}},$=!X||"undefined"==typeof navigator||navigator.platform&&/iPhone|iPod/.test(navigator.platform)?void 0:"numeric",V=Object.assign({inputMode:$},R,{type:b,value:L,onChange:function(e){var b=e.target.value;I(b,e,Wq.event)&&s(e),y.current=void 0},onKeyDown:function(e){var b,o=e.target,M=e.key,p=o.selectionStart,z=o.selectionEnd,t=o.value;void 0===t&&(t=""),"ArrowLeft"===M||"Backspace"===M?b=Math.max(p-1,0):"ArrowRight"===M?b=Math.min(p+1,t.length):"Delete"===M&&(b=p);var c=0;"Delete"===M&&p===z&&(c=1);var n="ArrowLeft"===M||"ArrowRight"===M;if(void 0===b||p!==z&&!n)return A(e),void F(o,c);var r=b;n?(r=D(t,b,"ArrowLeft"===M?"left":"right"))!==b&&e.preventDefault():"Delete"!==M||W(t[b])?"Backspace"!==M||W(t[b])||(r=D(t,b,"left")):r=D(t,b,"right");r!==b&&C(o,r,t),A(e),F(o,c)},onMouseUp:function(e){var b=e.target,o=function(){var e=b.selectionStart,o=b.selectionEnd,M=b.value;if(void 0===M&&(M=""),e===o){var p=D(M,e);p!==e&&C(b,p,M)}};o(),requestAnimationFrame((function(){o()})),d(e),F(b)},onFocus:function(e){e.persist&&e.persist();var b=e.target,o=e.currentTarget;T.current=b,k.current.focusTimeout=setTimeout((function(){var M=b.selectionStart,p=b.selectionEnd,z=b.value;void 0===z&&(z="");var t=D(z,M);t===M||0===M&&p===z.length||C(b,t,z),l(Object.assign(Object.assign({},e),{currentTarget:o}))}),0)},onBlur:function(e){T.current=null,clearTimeout(k.current.focusTimeout),clearTimeout(k.current.setCaretTimeout),q(e)}});if("text"===o)return z?M.createElement(M.Fragment,null,z(L,R)||null):M.createElement("span",Object.assign({},R,{ref:t}),L);if(p){var U=p;return M.createElement(U,Object.assign({},V,{ref:t}))}return M.createElement("input",Object.assign({},V,{ref:t}))}function Uq(e,b){var o=b.decimalScale,M=b.fixedDecimalScale,p=b.prefix;void 0===p&&(p="");var z=b.suffix;void 0===z&&(z="");var t=b.allowNegative,c=b.thousandsGroupStyle;if(void 0===c&&(c="thousand"),""===e||"-"===e)return e;var n=Hq(b),r=n.thousandSeparator,O=n.decimalSeparator,i=0!==o&&-1!==e.indexOf(".")||o&&M,a=vq(e,t),s=a.beforeDecimal,A=a.afterDecimal,d=a.addNegation;return void 0!==o&&(A=Nq(A,o,!!M)),r&&(s=function(e,b,o){var M=function(e){switch(e){case"lakh":return/(\d+?)(?=(\d\d)+(\d)(?!\d))(\.\d+)?/g;case"wan":return/(\d)(?=(\d{4})+(?!\d))/g;default:return/(\d)(?=(\d{3})+(?!\d))/g}}(o),p=e.search(/[1-9]/);return p=-1===p?e.length:p,e.substring(0,p)+e.substring(p,e.length).replace(M,"$1"+b)}(s,r,c)),p&&(s=p+s),z&&(A+=z),d&&(s="-"+s),e=s+(i&&O||"")+A}function Hq(e){var b=e.decimalSeparator;void 0===b&&(b=".");var o=e.thousandSeparator,M=e.allowedDecimalSeparators;return!0===o&&(o=","),M||(M=[b,"."]),{decimalSeparator:b,thousandSeparator:o,allowedDecimalSeparators:M}}function Gq(e,b,o){var M;void 0===b&&(b=_q(e));var p=o.allowNegative,z=o.prefix;void 0===z&&(z="");var t=o.suffix;void 0===t&&(t="");var c=o.decimalScale,n=b.from,r=b.to,O=r.start,i=r.end,a=Hq(o),s=a.allowedDecimalSeparators,A=a.decimalSeparator,d=e[i]===A;if(Rq(e)&&(e===z||e===t)&&""===b.lastValue)return e;if(i-O==1&&-1!==s.indexOf(e[O])){var l=0===c?"":A;e=e.substring(0,O)+l+e.substring(O+1,e.length)}var q=function(e,b,o){var M=!1,p=!1;z.startsWith("-")?M=!1:e.startsWith("--")?(M=!1,p=!0):t.startsWith("-")&&e.length===t.length?M=!1:"-"===e[0]&&(M=!0);var c=M?1:0;return p&&(c=2),c&&(e=e.substring(c),b-=c,o-=c),{value:e,start:b,end:o,hasNegation:M}},u=q(e,O,i),f=u.hasNegation;e=(M=u).value,O=M.start,i=M.end;var W=q(b.lastValue,n.start,n.end),h=W.start,R=W.end,m=W.value,g=e.substring(O,i);!(e.length&&m.length&&(h>m.length-t.length||R<z.length))||g&&t.startsWith(g)||(e=m);var L=0;e.startsWith(z)?L+=z.length:O<z.length&&(L=O),i-=L;var v=(e=e.substring(L)).length,N=e.length-t.length;e.endsWith(t)?v=N:(i>N||i>e.length-t.length)&&(v=i),e=e.substring(0,v),e=function(e,b){void 0===e&&(e="");var o=new RegExp("(-)"),M=new RegExp("(-)(.)*(-)"),p=o.test(e),z=M.test(e);return e=e.replace(/-/g,""),p&&!z&&b&&(e="-"+e),e}(f?"-"+e:e,p),e=(e.match(function(e){return new RegExp("(^-)|[0-9]|"+Lq(e),"g")}(A))||[]).join("");var y=e.indexOf(A),x=vq(e=e.replace(new RegExp(Lq(A),"g"),(function(e,b){return b===y?".":""})),p),B=x.beforeDecimal,w=x.afterDecimal,X=x.addNegation;return r.end-r.start<n.end-n.start&&""===B&&d&&!parseFloat(w)&&(e=X?"-":""),e}function Yq(e){e=function(e){var b=Hq(e),o=b.thousandSeparator,M=b.decimalSeparator,p=e.prefix;void 0===p&&(p="");var z=e.allowNegative;if(void 0===z&&(z=!0),o===M)throw new Error("\n Decimal separator can't be same as thousand separator.\n thousandSeparator: "+o+' (thousandSeparator = {true} is same as thousandSeparator = ",")\n decimalSeparator: '+M+" (default value for decimalSeparator is .)\n ");return p.startsWith("-")&&z&&(console.error("\n Prefix can't start with '-' when allowNegative is true.\n prefix: "+p+"\n allowNegative: "+z+"\n "),z=!1),Object.assign(Object.assign({},e),{allowNegative:z})}(e),e.decimalSeparator,e.allowedDecimalSeparators,e.thousandsGroupStyle;var b=e.suffix,o=e.allowNegative,M=e.allowLeadingZeros,p=e.onKeyDown;void 0===p&&(p=hq);var z=e.onBlur;void 0===z&&(z=hq);var t=e.thousandSeparator,c=e.decimalScale,n=e.fixedDecimalScale,r=e.prefix;void 0===r&&(r="");var O=e.defaultValue,i=e.value,a=e.valueIsNumericString,s=e.onValueChange,A=fq(e,["decimalSeparator","allowedDecimalSeparators","thousandsGroupStyle","suffix","allowNegative","allowLeadingZeros","onKeyDown","onBlur","thousandSeparator","decimalScale","fixedDecimalScale","prefix","defaultValue","value","valueIsNumericString","onValueChange"]),d=Hq(e),l=d.decimalSeparator,q=d.allowedDecimalSeparators,u=function(b){return Uq(b,e)},f=function(b,o){return Gq(b,o,e)},W=mq(i)?O:i,h=null!=a?a:function(e,b,o){return""===e||!(null==b?void 0:b.match(/\d/))&&!(null==o?void 0:o.match(/\d/))&&"string"==typeof e&&!isNaN(Number(e))}(W,r,b);mq(i)?mq(O)||(h=h||"number"==typeof O):h=h||"number"==typeof i;var R=function(e){return gq(e)?e:("number"==typeof e&&(e=xq(e)),h&&"number"==typeof c?Bq(e,c,Boolean(n)):e)},m=Iq(R(i),R(O),Boolean(h),u,f,s),g=m[0],L=g.numAsString,v=g.formattedValue,N=m[1];return Object.assign(Object.assign({},A),{value:v,valueIsNumericString:!1,isValidInputCharacter:function(e){return e===l||Rq(e)},isCharacterSame:function(e){var b=e.currentValue,o=e.lastValue,M=e.formattedValue,p=e.currentValueIndex,z=e.formattedValueIndex,t=b[p],O=M[z],a=kq(o,b).to,s=function(e){return f(e).indexOf(".")+r.length};return!(0===i&&n&&c&&b[a.start]===l&&s(b)<p&&s(M)>z)&&(!!(p>=a.start&&p<a.end&&q&&q.includes(t)&&O===l)||t===O)},onValueChange:N,format:u,removeFormatting:f,getCaretBoundary:function(b){return function(e,b){var o=b.prefix;void 0===o&&(o="");var M=b.suffix;void 0===M&&(M="");var p=Array.from({length:e.length+1}).map((function(){return!0})),z="-"===e[0];p.fill(!1,0,o.length+(z?1:0));var t=e.length;return p.fill(!1,t-M.length+1,t+1),p}(b,e)},onKeyDown:function(e){var b=e.target,M=e.key,z=b.selectionStart,O=b.selectionEnd,i=b.value;if(void 0===i&&(i=""),("Backspace"===M||"Delete"===M)&&O<r.length)e.preventDefault();else if(z===O){"Backspace"===M&&"-"===i[0]&&z===r.length+1&&o&&wq(b,1),c&&n&&("Backspace"===M&&i[z-1]===l?(wq(b,z-1),e.preventDefault()):"Delete"===M&&i[z]===l&&e.preventDefault()),(null==q?void 0:q.includes(M))&&i[z]===l&&wq(b,z+1);var a=!0===t?",":t;"Backspace"===M&&i[z-1]===a&&wq(b,z-1),"Delete"===M&&i[z]===a&&wq(b,z+1),p(e)}else p(e)},onBlur:function(b){var o=L;if(o.match(/\d/g)||(o=""),M||(o=function(e){if(!e)return e;var b="-"===e[0];b&&(e=e.substring(1,e.length));var o=e.split("."),M=o[0].replace(/^0+/,"")||"0",p=o[1]||"";return(b?"-":"")+M+(p?"."+p:"")}(o)),n&&c&&(o=Bq(o,c,n)),o!==L){var p=Uq(o,e);N({formattedValue:p,value:o,floatValue:parseFloat(o)},{event:b,source:Wq.event})}z(b)}})}function Kq(e){var b=Yq(e);return M.createElement(Vq,Object.assign({},b))}function Qq(e){e.mask,e.allowEmptyFormatting;var b=e.format,o=e.inputMode;void 0===o&&(o="numeric");var M=e.onKeyDown;void 0===M&&(M=hq);var p=e.patternChar;void 0===p&&(p="#");var z=e.value,t=e.defaultValue,c=e.valueIsNumericString,n=fq(e,["mask","allowEmptyFormatting","format","inputMode","onKeyDown","patternChar","value","defaultValue","valueIsNumericString"]);!function(e){var b=e.mask;if(b&&("string"===b?b:b.toString()).match(/\d/g))throw new Error("Mask "+b+" should not contain numeric character;")}(e);var r=function(b){return function(e,b){var o=b.format,M=b.mask,p=b.patternChar;void 0===p&&(p="#");var z=Array.from({length:e.length+1}).map((function(){return!0})),t=0,c=-1,n={};o.split("").forEach((function(b,o){var z=void 0;b===p&&(t++,z=Cq(M,t-1),-1===c&&e[o]===z&&(c=o)),n[o]=z}));for(var r=function(b){return o[b]===p&&e[b]!==n[b]},O=0,i=z.length;O<i;O++)z[O]=O===c||r(O)||r(O-1);return z[o.indexOf(p)]=!0,z}(b,e)},O=mq(z)?t:z,i=null!=c?c:function(e,b){return""===e||!((null==b?void 0:b.match(/\d/))||"string"!=typeof e||!e.match(/^\d+$/)&&""!==e)}(O,b),a=Object.assign(Object.assign({},e),{valueIsNumericString:i});return Object.assign(Object.assign({},n),{value:z,defaultValue:t,valueIsNumericString:i,inputMode:o,format:function(e){return function(e,b){var o=b.format,M=b.allowEmptyFormatting,p=b.mask,z=b.patternChar;if(void 0===z&&(z="#"),""===e&&!M)return"";for(var t=0,c=o.split(""),n=0,r=o.length;n<r;n++)o[n]===z&&(c[n]=e[t]||Cq(p,t),t+=1);return c.join("")}(e,a)},removeFormatting:function(e,b){return function(e,b,o){void 0===b&&(b=_q(e));var M=o.format,p=o.patternChar;void 0===p&&(p="#");var z=b.from,t=b.to,c=b.lastValue;void 0===c&&(c="");var n=function(e){return M[e]===p},r=function(e,b){for(var o="",M=0;M<e.length;M++)n(b+M)&&Rq(e[M])&&(o+=e[M]);return o},O=function(e){return e.replace(/[^0-9]/g,"")};if(!M.match(/\d/))return O(e);if((""===c||z.end-z.start===c.length)&&e.length===M.length){for(var i="",a=0;a<e.length;a++)if(n(a))Rq(e[a])&&(i+=e[a]);else if(e[a]!==M[a])return O(e);return i}var s=c.substring(0,z.start),A=e.substring(t.start,t.end),d=c.substring(z.end);return""+r(s,0)+O(A)+r(d,z.end)}(e,b,a)},getCaretBoundary:r,onKeyDown:function(e){var o=e.key,z=e.target,t=z.selectionStart,c=z.selectionEnd,n=z.value;if(t===c){var O=t;if("Backspace"===o||"Delete"===o){var i="right";if("Backspace"===o){for(;O>0&&b[O-1]!==p;)O--;i="left"}else{for(var a=b.length;O<a&&b[O]!==p;)O++;i="right"}O=Pq(n,O,r(n),i)}else b[O]!==p&&"ArrowLeft"!==o&&"ArrowRight"!==o&&(O=Pq(n,O+1,r(n),"right"));O!==t&&wq(z,O),M(e)}else M(e)}})}function Jq(e){var b=Qq(e);return M.createElement(Vq,Object.assign({},b))}const Zq=ht.div`
|
|
3927
3939
|
|
|
3928
3940
|
transition: background-color 0.2s ease;
|
|
3929
3941
|
border-radius: 6px;
|
|
@@ -4180,7 +4192,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
4180
4192
|
|
|
4181
4193
|
`}
|
|
4182
4194
|
|
|
4183
|
-
`,
|
|
4195
|
+
`,eu=ht.div`
|
|
4184
4196
|
|
|
4185
4197
|
display : grid;
|
|
4186
4198
|
grid-auto-flow : column;
|
|
@@ -4199,13 +4211,13 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
4199
4211
|
grid-template-columns: 1fr;
|
|
4200
4212
|
`}
|
|
4201
4213
|
|
|
4202
|
-
`,
|
|
4214
|
+
`,bu=ht.div`
|
|
4203
4215
|
|
|
4204
4216
|
width: 100%;
|
|
4205
4217
|
height: 100%;
|
|
4206
4218
|
justify-self: flex-start;
|
|
4207
4219
|
|
|
4208
|
-
`,
|
|
4220
|
+
`,ou=ht.div`
|
|
4209
4221
|
|
|
4210
4222
|
display: grid;
|
|
4211
4223
|
grid-auto-flow: column;
|
|
@@ -4213,7 +4225,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
4213
4225
|
justify-items: flex-end;
|
|
4214
4226
|
width: 100%;
|
|
4215
4227
|
|
|
4216
|
-
`,
|
|
4228
|
+
`,Mu=ht.div`
|
|
4217
4229
|
|
|
4218
4230
|
display: flex;
|
|
4219
4231
|
align-items: center;
|
|
@@ -4224,7 +4236,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
4224
4236
|
transition: color .3s ease-out;
|
|
4225
4237
|
}
|
|
4226
4238
|
|
|
4227
|
-
`,
|
|
4239
|
+
`,pu=ht.div`
|
|
4228
4240
|
|
|
4229
4241
|
display: flex;
|
|
4230
4242
|
align-items: center;
|
|
@@ -4242,13 +4254,13 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
4242
4254
|
justify-self: flex-end;
|
|
4243
4255
|
*/
|
|
4244
4256
|
|
|
4245
|
-
`,
|
|
4257
|
+
`,zu=ht.div`
|
|
4246
4258
|
|
|
4247
4259
|
display: flex;
|
|
4248
4260
|
align-items: center;
|
|
4249
4261
|
height: 100%;
|
|
4250
4262
|
|
|
4251
|
-
`,
|
|
4263
|
+
`,tu=ht.div`
|
|
4252
4264
|
|
|
4253
4265
|
display: flex;
|
|
4254
4266
|
align-items: center;
|
|
@@ -4265,19 +4277,19 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
4265
4277
|
transition: color .3s ease-out;
|
|
4266
4278
|
}
|
|
4267
4279
|
|
|
4268
|
-
`,
|
|
4280
|
+
`,cu=ht(tu)`
|
|
4269
4281
|
|
|
4270
4282
|
border-radius: 6px 0 0 6px;
|
|
4271
4283
|
|
|
4272
|
-
`,
|
|
4284
|
+
`,nu=ht(tu)`
|
|
4273
4285
|
|
|
4274
4286
|
border-radius: 0 6px 6px 0;
|
|
4275
4287
|
|
|
4276
|
-
`,
|
|
4288
|
+
`,ru=ht(_i)`
|
|
4277
4289
|
|
|
4278
4290
|
fill: #00000080;
|
|
4279
4291
|
|
|
4280
|
-
`,
|
|
4292
|
+
`,Ou=ht.span`
|
|
4281
4293
|
|
|
4282
4294
|
position: absolute;
|
|
4283
4295
|
display: flex;
|
|
@@ -4312,7 +4324,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
4312
4324
|
|
|
4313
4325
|
}
|
|
4314
4326
|
|
|
4315
|
-
`,
|
|
4327
|
+
`,iu=ht.div`
|
|
4316
4328
|
|
|
4317
4329
|
position: absolute;
|
|
4318
4330
|
border: 1px solid #f8285a;
|
|
@@ -4324,7 +4336,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
4324
4336
|
pointer-events: none;
|
|
4325
4337
|
/* z-index: 1; */
|
|
4326
4338
|
|
|
4327
|
-
`,
|
|
4339
|
+
`,au=ht.span`
|
|
4328
4340
|
|
|
4329
4341
|
border: 0;
|
|
4330
4342
|
clip: rect(1px 1px 1px 1px);
|
|
@@ -4336,7 +4348,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
4336
4348
|
position: absolute;
|
|
4337
4349
|
width: 1px;
|
|
4338
4350
|
|
|
4339
|
-
`,
|
|
4351
|
+
`,su=ht.div`
|
|
4340
4352
|
|
|
4341
4353
|
display: flex;
|
|
4342
4354
|
align-items: center;
|
|
@@ -4357,17 +4369,17 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
4357
4369
|
}
|
|
4358
4370
|
}
|
|
4359
4371
|
|
|
4360
|
-
`;ht(
|
|
4372
|
+
`;ht(su)`
|
|
4361
4373
|
|
|
4362
|
-
`,ht(
|
|
4374
|
+
`,ht(su)`
|
|
4363
4375
|
|
|
4364
|
-
`;const
|
|
4376
|
+
`;const Au=ht(su)`
|
|
4365
4377
|
|
|
4366
4378
|
&::before {
|
|
4367
4379
|
background-color: #f8285a;
|
|
4368
4380
|
}
|
|
4369
4381
|
|
|
4370
|
-
`;var
|
|
4382
|
+
`;var du=[],lu=[];function qu(e,b){if(e&&"undefined"!=typeof document){var o,M=!0===b.prepend?"prepend":"append",p=!0===b.singleTag,z="string"==typeof b.container?document.querySelector(b.container):document.getElementsByTagName("head")[0];if(p){var t=du.indexOf(z);-1===t&&(t=du.push(z)-1,lu[t]={}),o=lu[t]&&lu[t][M]?lu[t][M]:lu[t][M]=c()}else o=c();65279===e.charCodeAt(0)&&(e=e.substring(1)),o.styleSheet?o.styleSheet.cssText+=e:o.appendChild(document.createTextNode(e))}function c(){var e=document.createElement("style");if(e.setAttribute("type","text/css"),b.attributes)for(var o=Object.keys(b.attributes),p=0;p<o.length;p++)e.setAttribute(o[p],b.attributes[o[p]]);var t="prepend"===M?"afterbegin":"beforeend";return z.insertAdjacentElement(t,e),e}}var uu,fu="itd__floatingLabel__01e577ff";qu(".itd__defaultInput__01e577ff{height:100%}.itd__floatingInput__01e577ff{caret-color:rgba(0,0,0,.851);color:rgba(0,0,0,.851);font-size:13px}.itd__floatingInput__01e577ff::placeholder{color:#0000}.itd__floatingInput__01e577ff:disabled :not(.itd__floatingInput__01e577ff[data-locked=true]),.itd__floatingInput__01e577ff:disabled:not(.itd__floatingInput__01e577ff[data-locked=true]){opacity:.5}.itd__floatingLabel__01e577ff{display:block;font-size:16px;font-weight:500;max-height:0;pointer-events:none;position:relative}.itd__floatingLabel__01e577ff:before{backface-visibility:hidden;color:#0009;content:attr(data-content);display:inline-block;filter:blur(0);position:relative;transform-origin:left top;transition:transform .2s ease-out}.itd__floatingInput__01e577ff:placeholder-shown+.itd__floatingLabel__01e577ff:before{font-smooth:always;-webkit-font-smoothing:antialiased;transform:translate3d(0,-32px,0) scale3d(.8,.8,1)}.itd__floatingInput__01e577ff:focus+.itd__floatingLabel__01e577ff:before,.itd__floatingLabel__01e577ff:before{transform:translate3d(0,-40px,0) scale3d(.8,.8,1)}.itd__floatingInput__01e577ff:focus+.itd__floatingLabel__01e577ff:before{color:#0009}.itd__floatingInputinput__01e577ff:-webkit-autofill,.itd__floatingInputinput__01e577ff:-webkit-autofill:focus,.itd__floatingInputinput__01e577ff:-webkit-autofill:hover{-webkit-text-fill-color:#3496fa!important;-webkit-box-shadow:inset 0 0 0 30px #151d3d!important}",{}),function(e){e.TEXT="text",e.NUMBER="number",e.CURRENCY="currency",e.PASSWORD="password"}(uu||(uu={}));const Wu=M.forwardRef((({id:e="itd-input-"+Ht(),placeholder:b="",value:p="",defaultValue:z="",type:t=uu.TEXT,className:c="",size:n="default",variant:r="default",prefix:O=null,suffix:i=null,addonBefore:a=null,addonAfter:s=null,status:A=null,locked:d=null,minValue:l=0,maxValue:q=-1,maxLength:u=-1,disabled:f=!1,floating:W=!1,autoComplete:h=!1,keepFocus:R=!1,focusRef:m=null,mask:g=null,allowEmptyFormatting:L=!1,allowLeadingZeros:v=!1,decimalSeparator:N=".",thousandSeparator:y=",",decimalScale:x=2,onChange:B=null,onUpdate:w=null,onFocus:X=null,onBlur:S=null,onPressEnter:T=null,onKeyDown:k=null,children:E=null},_)=>{const C=M.useRef(null),[D,P]=M.useState(t===uu.NUMBER?0:""),[j,I]=M.useState(""),[F,$]=M.useState(!1),[V,U]=M.useState(!1),[H,G]=M.useState(!1),[Y,K]=M.useState(!1),[Q,J]=M.useState(!1),[Z,ee]=M.useState(!0);M.useEffect((()=>(Me(),z&&pe(z),document.addEventListener("pointerdown",oe,!1),document.addEventListener("mousedown",(()=>{$(!0)})),document.addEventListener("mouseup",(()=>{$(!1)})),()=>{m&&be(!1),document.removeEventListener("pointerdown",oe,!1),document.removeEventListener("mousedown",(()=>{$(!0)})),document.removeEventListener("mouseup",(()=>{$(!1)}))})),[]),M.useEffect((()=>{pe(t===uu.NUMBER?Number(p):String(p),!0,""!==p)}),[p]);const be=e=>{document[e?"addEventListener":"removeEventListener"]("pointerdown",oe,!1)},oe=e=>{U(!1),m?.current&&K(m.current.contains(e.target))},Me=()=>{C.current&&R&&C.current&&(C.current?.focus(),G(!0),m&&be(!0))},pe=(e,b=!0,o=!0)=>{P(e),w&&w(e,b,o)};M.useImperativeHandle(_,(()=>({setFocus(){C.current&&(G(!0),C.current.focus()),K(!0)},reset(e=!0,b=!0){P(z||""),I(""),pe(t===uu.NUMBER?0:"",e,b)},setValue(e,b=!0,o=!0){P(e),pe(e,b,o)},getValue:()=>D,setError(e){I(e)},forceUpdate(){pe(D)},clear(){P("")}})));const ze=e=>{const b="string"==typeof e&&g&&e.replace(/\D+/g,"").length<g.replace(/\D+/g,"").length;pe(e,!0,!b),B&&B(e)},te=e=>{ze(e.value)},ce=e=>{C.current?.focus(),F||U(!0),G(!0),!h&&Z&&ee(!1),X&&X(e)},ne=e=>{G(!1),R&&Y&&C.current&&(G(!0),C.current.focus()),g&&"string"==typeof D&&D.replace(/\D+/g,"").length<g.replace(/\D+/g,"").length&&z&&pe(z,!0,!1),S?S(e):e.target.blur()},re=e=>{G(!1),"Tab"===e.key&&U(!1),13===e.keyCode&&T&&T(e),k&&k(e)},Oe=()=>{let M={id:e,placeholder:b,value:D,type:t,className:W?We():fe(),onFocus:ce,onBlur:ne,onKeyDown:re,disabled:f||d};return d&&(M["data-locked"]=!0),M=h?{...M,autoComplete:"on"}:{...M,autoComplete:"off"},g?(M={...M,format:g,mask:"_",allowEmptyFormatting:L,onChange:e=>ze(e.target.value)},o.jsx(Jq,{...M})):t===uu.CURRENCY?(M={...M,maxLength:u,type:uu.TEXT,allowLeadingZeros:v,decimalSeparator:N,thousandSeparator:y,decimalScale:x,getInputRef:C,onValueChange:te,isAllowed:e=>{const{floatValue:b}=e;return b>=l&&(b<=q||-1===q)||void 0===b}},o.jsx(Kq,{...M})):t===uu.NUMBER?(M={...M,type:uu.NUMBER,maxLength:u,onChange:e=>{const b=Number(e.target.value.replace(/,/g,"."));b>=l&&-1===q||b>=l&&b<=q?ze(b):b<l?ze(l):b>q&&ze(q)},ref:C},o.jsx("input",{...M})):(M={...M,maxLength:u,onChange:e=>ze(e.target.value),ref:C},o.jsx("input",{...M}))},ie=()=>{if(a)return o.jsx(cu,{className:"itd-input-addon-before",children:a})},ae=()=>{if(s)return o.jsx(nu,{className:"itd-input-addon-after",children:s})},se=()=>{if(O)return o.jsx(Mu,{className:"itd-input-prefix",children:O})},Ae=()=>{if(i)return o.jsx(pu,{className:"itd-input-suffix",children:i})},de=()=>{if(d)return o.jsx(zu,{className:"itd-input-locked",children:"boolean"!=typeof d?d:o.jsx(ru,{className:"itd-svg",width:"18",height:"18"})})},le=()=>{if(""!==j&&!f)return o.jsx(iu,{className:"itd-error-border"})},qe=o.jsx("svg",{width:"20px",height:"20px",viewBox:"0 0 20 20",version:"1.1",xmlns:"http://www.w3.org/2000/svg",children:o.jsx("g",{id:"Error",stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:o.jsxs("g",{id:"ErrorGroup",fillRule:"nonzero",children:[o.jsx("circle",{id:"ErrorBackground",fill:"#F8285A",cx:"10",cy:"10",r:"10"}),o.jsx("path",{d:"M10.0355339,8.6213203 L12.863961,5.79289322 C13.2544853,5.40236893 13.8876503,5.40236893 14.2781746,5.79289322 C14.6686989,6.18341751 14.6686989,6.81658249 14.2781746,7.20710678 L11.4497475,10.0355339 \n L14.2781746,12.863961 C14.6686989,13.2544853 14.6686989,13.8876503 14.2781746,14.2781746 C13.8876503,14.6686989 13.2544853,14.6686989 12.863961,14.2781746 L10.0355339,11.4497475 L7.20710678,14.2781746\n C6.81658249,14.6686989 6.18341751,14.6686989 5.79289322,14.2781746 C5.40236893,13.8876503 5.40236893,13.2544853 5.79289322,12.863961 L8.6213203,10.0355339 L5.79289322,7.20710678 C5.40236893,6.81658249\n 5.40236893,6.18341751 5.79289322,5.79289322 C6.18341751,5.40236893 6.81658249,5.40236893 7.20710678,5.79289322 L10.0355339,8.6213203 Z",id:"ErrorIcon",fill:"#FFFFFF"})]})})}),ue=()=>{if(""===j||f)return;let e={className:"itd-input-failed itd-failed-status",onPointerOver:()=>J(!0),onPointerOut:()=>J(!1)};return o.jsxs(Au,{...e,children:[Q?o.jsx(Ou,{className:"itd-input-error-tooltip itd-error-tooltip",children:j}):null,A||qe]})},fe=()=>"itd-input-default-input",We=()=>"itd-input-floating-input",he=()=>{let e="itd-input itd-input-"+t;return e+=" itd-input-"+jt(n),e+=" itd-input-"+r,g&&(e+=" itd-input-masked"),f&&(e+=" itd-input-disabled"),d&&(e+=" itd-input-locked"),""!==c&&(e+=" "+c),V&&(e+=" keyboard-focus"),H&&(e+=" focused"),e};return(()=>{if(E)throw new Error("ITD Input Error: Remove the children!");return o.jsxs(Zq,{className:he(),children:[ie(),o.jsxs(eu,{$hasPrefix:null!==O,$hasSuffix:null!==i,$hasError:""!==j&&!f,children:[se(),o.jsxs(bu,{className:"itd-input-middle",children:[Oe(),W?o.jsx("label",{htmlFor:e,className:"itd-input-floating-label "+fu+" "+b,"data-content":b,children:o.jsx(au,{children:b})}):null,le()]}),o.jsxs(ou,{children:[Ae(),de(),ue()]})]}),ae()]})})()}));Wu.displayName="ITD-Input";const hu=ht.div`
|
|
4371
4383
|
|
|
4372
4384
|
transition: background-color 0.2s ease;
|
|
4373
4385
|
border-radius: 6px;
|
|
@@ -4376,6 +4388,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
4376
4388
|
display: flex;
|
|
4377
4389
|
justify-content: space-between;
|
|
4378
4390
|
position: relative;
|
|
4391
|
+
border: 1px solid #d9d9d900;
|
|
4379
4392
|
|
|
4380
4393
|
textarea {
|
|
4381
4394
|
background: none;
|
|
@@ -4433,7 +4446,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
4433
4446
|
}
|
|
4434
4447
|
|
|
4435
4448
|
&:disabled {
|
|
4436
|
-
color: #
|
|
4449
|
+
color: #00000040;
|
|
4437
4450
|
}
|
|
4438
4451
|
|
|
4439
4452
|
}
|
|
@@ -4453,7 +4466,17 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
4453
4466
|
}
|
|
4454
4467
|
|
|
4455
4468
|
&.itd-textarea-disabled {
|
|
4456
|
-
|
|
4469
|
+
|
|
4470
|
+
background-color: #0000000a;
|
|
4471
|
+
border: 1px solid #d9d9d9;
|
|
4472
|
+
|
|
4473
|
+
input {
|
|
4474
|
+
color: #00000040;
|
|
4475
|
+
&::placeholder {
|
|
4476
|
+
color: #00000040;
|
|
4477
|
+
}
|
|
4478
|
+
}
|
|
4479
|
+
|
|
4457
4480
|
}
|
|
4458
4481
|
|
|
4459
4482
|
&.itd-textarea-focus {
|
|
@@ -4542,7 +4565,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
4542
4565
|
height: 100%;
|
|
4543
4566
|
justify-self: flex-start;
|
|
4544
4567
|
|
|
4545
|
-
`;const
|
|
4568
|
+
`;const Ru=ht.div`
|
|
4546
4569
|
|
|
4547
4570
|
position: absolute;
|
|
4548
4571
|
border: 1px solid #f8285a;
|
|
@@ -4554,7 +4577,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
4554
4577
|
pointer-events: none;
|
|
4555
4578
|
/* z-index: 1; */
|
|
4556
4579
|
|
|
4557
|
-
`,
|
|
4580
|
+
`,mu=ht.div`
|
|
4558
4581
|
|
|
4559
4582
|
display: flex;
|
|
4560
4583
|
align-items: center;
|
|
@@ -4575,17 +4598,17 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
4575
4598
|
}
|
|
4576
4599
|
}
|
|
4577
4600
|
|
|
4578
|
-
`;ht(
|
|
4601
|
+
`;ht(mu)`
|
|
4579
4602
|
|
|
4580
|
-
`,ht(
|
|
4603
|
+
`,ht(mu)`
|
|
4581
4604
|
|
|
4582
|
-
`,ht(
|
|
4605
|
+
`,ht(mu)`
|
|
4583
4606
|
|
|
4584
4607
|
&::before {
|
|
4585
4608
|
background-color: #f8285a;
|
|
4586
4609
|
}
|
|
4587
4610
|
|
|
4588
|
-
`;const
|
|
4611
|
+
`;const gu=M.forwardRef((({id:e="itd-textarea-"+Ht(),placeholder:b="",value:p="",defaultValue:z="",className:t="",size:c="default",variant:n="default",rows:r=3,maxLength:O=-1,disabled:i=!1,showCount:a=!1,onChange:s,onUpdate:A,children:d},l)=>{const q=M.useRef(null),[u,f]=M.useState(""),[W,h]=M.useState(!1),[R,m]=M.useState(!1),[g,L]=M.useState("");M.useEffect((()=>(z&&v(z),document.addEventListener("pointerdown",w,!1),document.addEventListener("mousedown",(()=>{h(!0)})),document.addEventListener("mouseup",(()=>{h(!1)})),()=>{document.removeEventListener("pointerdown",w,!1),document.removeEventListener("mousedown",(()=>{h(!0)})),document.removeEventListener("mouseup",(()=>{h(!1)}))})),[]),M.useEffect((()=>{v(String(p),!0,""!==p)}),[p]);const v=(e,b=!0,o=!0)=>{f(e),A&&A(e,b,o)};M.useImperativeHandle(l,(()=>({setFocus(){q.current&&q.current.focus()},reset(e=!0,b=!0){f(z||""),L(""),v("",e,b)},setValue(e,b=!0,o=!0){f(e),v(e,b,o)},getValue:()=>u,setError(e){L(e)},forceUpdate(){v(u)},clear(){f("")}})));const N=e=>{f(e.target.value),v(e.target.value,!0,!0),s&&s({value:e.target.value,className:"itd-textarea",disabled:i,target:q,stopPropagation:()=>{e.stopPropagation()},preventDefault:()=>{e.preventDefault()}})},y=e=>{m(!0),W||e.target.classList.add("keyboard-focus")},x=e=>{m(!1),e.target.classList.remove("keyboard-focus")},B=e=>{"Tab"===e.key&&m(!1)},w=e=>{q?.current&&(q.current.contains(e.target)||m(!1))},X=()=>{let M={id:e,placeholder:b,value:u,className:"itd-textarea-default-input",disabled:i,autoComplete:"off",rows:r,maxLength:O,onChange:N,onFocus:y,onBlur:x,onKeyDown:B,ref:q};return o.jsx("textarea",{...M})},S=()=>{if(""!==g&&!i)return o.jsx(Ru,{className:"itd-error-border"})},T=()=>{let e="itd-textarea";return e+=" itd-textarea-"+jt(c),e+=" itd-textarea-"+n,i&&(e+=" itd-textarea-disabled"),R&&(e+=" itd-textarea-focus"),a&&(e+=" itd-textarea-show-count"),""!==t&&(e+=" "+t),e};return(()=>{if(d)throw new Error("ITD TextArea Error: Remove the children!");return o.jsxs(hu,{className:T(),children:[X(),S()]})})()}));gu.displayName="ITD-TextArea";const Lu=ht.span`
|
|
4589
4612
|
|
|
4590
4613
|
content: '';
|
|
4591
4614
|
position: absolute;
|
|
@@ -4611,7 +4634,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
4611
4634
|
|
|
4612
4635
|
}
|
|
4613
4636
|
|
|
4614
|
-
`,
|
|
4637
|
+
`,vu=ht.div`
|
|
4615
4638
|
|
|
4616
4639
|
cursor: pointer;
|
|
4617
4640
|
text-indent: -9999px;
|
|
@@ -4623,7 +4646,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
4623
4646
|
position: relative;
|
|
4624
4647
|
box-shadow: inset 0px 0px 20px rgba(0,0,0,0.4);
|
|
4625
4648
|
|
|
4626
|
-
`,
|
|
4649
|
+
`,Nu=ht.div`
|
|
4627
4650
|
|
|
4628
4651
|
display: flex;
|
|
4629
4652
|
flex-direction: column;
|
|
@@ -4636,7 +4659,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
4636
4659
|
|
|
4637
4660
|
&[data-state="checked"] {
|
|
4638
4661
|
|
|
4639
|
-
${
|
|
4662
|
+
${Lu} {
|
|
4640
4663
|
left: calc(100% - 3px);
|
|
4641
4664
|
transform: translateX(-100%);
|
|
4642
4665
|
background: #3396FB;
|
|
@@ -4663,7 +4686,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
4663
4686
|
|
|
4664
4687
|
}
|
|
4665
4688
|
|
|
4666
|
-
`,
|
|
4689
|
+
`,yu=ht.span`
|
|
4667
4690
|
|
|
4668
4691
|
position: absolute;
|
|
4669
4692
|
display: flex;
|
|
@@ -4699,7 +4722,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
4699
4722
|
|
|
4700
4723
|
}
|
|
4701
4724
|
|
|
4702
|
-
`,
|
|
4725
|
+
`,xu=M.forwardRef((({id:e="",label:b="",checked:p=!1,defaultChecked:z=!1,loading:t=!1,disabled:c=!1,onChange:n=null,onUpdate:r=null},O)=>{const[i,a]=M.useState(z||!1),[s,A]=M.useState(""),[d,l]=M.useState(e);M.useEffect((()=>{""===e&&l("itd-switch-"+Ht())}),[]),M.useEffect((()=>{void 0!==p&&p!==i&&(a(p),q(p))}),[p]);const q=(e,b=!0,o=!0)=>{r&&r(e,b,o)};M.useImperativeHandle(O,(()=>({reset(e=!0,b=!0){const o=z||!1;a(o),q(o,e,b)},setValue(e,b=!0,o=!0){a(e),q(e,b,o)},getValue:()=>i,setError(e=""){A(e)},clear(){a(!1)}})));const u=e=>{if(t)return e.preventDefault(),void e.stopPropagation();a(!i),q(!i),n&&n(!i)},f=()=>{if(""!==s)return o.jsx(yu,{className:"itd-switch-error-tooltip itd-error-tooltip",children:s})},W=()=>{let e="itd-switch";return i&&(e+=" itd-switch-checked"),c&&(e+=" itd-switch-disabled"),t&&(e+=" itd-switch-loading"),e};return o.jsxs(Nu,{className:W(),children:[o.jsx("button",{id:d,type:"button",role:"switch",value:i?"on":"off","data-state":i?"checked":"unchecked","aria-checked":i,"data-disabled":c,"data-loading":t?"true":"false",disabled:c,onClick:u,children:o.jsx(vu,{className:"itd-switch-body","data-disabled":c,children:o.jsx(Lu,{className:"itd-switch-thumb",children:o.jsx(xt,{size:12,updating:t})})})}),""!==b?o.jsx("label",{htmlFor:d,children:b}):null,f()]})}));xu.displayName="ITD-Switch";const Bu=ht.div`
|
|
4703
4726
|
|
|
4704
4727
|
position : relative;
|
|
4705
4728
|
width : ${e=>e.$fluid?"100%":"max-content"};
|
|
@@ -4714,7 +4737,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
4714
4737
|
|
|
4715
4738
|
}
|
|
4716
4739
|
|
|
4717
|
-
`,
|
|
4740
|
+
`,wu=ht.div`
|
|
4718
4741
|
|
|
4719
4742
|
>img {
|
|
4720
4743
|
max-width : 100%;
|
|
@@ -4745,7 +4768,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
4745
4768
|
|
|
4746
4769
|
position: relative;
|
|
4747
4770
|
|
|
4748
|
-
`,
|
|
4771
|
+
`,Xu=ht.div`
|
|
4749
4772
|
|
|
4750
4773
|
display: block;
|
|
4751
4774
|
|
|
@@ -4757,7 +4780,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
4757
4780
|
transition-duration: 500ms;
|
|
4758
4781
|
transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
|
|
4759
4782
|
|
|
4760
|
-
`,
|
|
4783
|
+
`,Su=ht.div`
|
|
4761
4784
|
|
|
4762
4785
|
position: absolute;
|
|
4763
4786
|
top: 50%;
|
|
@@ -4779,7 +4802,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
4779
4802
|
}
|
|
4780
4803
|
`}}
|
|
4781
4804
|
|
|
4782
|
-
`,
|
|
4805
|
+
`,Tu=ht.div`
|
|
4783
4806
|
|
|
4784
4807
|
display : flex;
|
|
4785
4808
|
justify-content : center;
|
|
@@ -4791,7 +4814,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
4791
4814
|
height : ${e=>e.$height?Bi(e.$height):"100%"};
|
|
4792
4815
|
}
|
|
4793
4816
|
|
|
4794
|
-
`,
|
|
4817
|
+
`,ku=ht.div`
|
|
4795
4818
|
|
|
4796
4819
|
transition-property: all;
|
|
4797
4820
|
transition-duration: 0ms;
|
|
@@ -4827,7 +4850,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
4827
4850
|
top: 50%;
|
|
4828
4851
|
`}
|
|
4829
4852
|
|
|
4830
|
-
`,
|
|
4853
|
+
`,Eu=ht.div`
|
|
4831
4854
|
|
|
4832
4855
|
position: absolute;
|
|
4833
4856
|
display: flex;
|
|
@@ -4850,7 +4873,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
4850
4873
|
background-color: #ffffff90;
|
|
4851
4874
|
`}
|
|
4852
4875
|
|
|
4853
|
-
`,
|
|
4876
|
+
`,_u=ht.div`
|
|
4854
4877
|
|
|
4855
4878
|
position: absolute;
|
|
4856
4879
|
|
|
@@ -4888,7 +4911,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
4888
4911
|
}
|
|
4889
4912
|
`}
|
|
4890
4913
|
|
|
4891
|
-
`,
|
|
4914
|
+
`,Cu=ht.div`
|
|
4892
4915
|
transition-property: all;
|
|
4893
4916
|
transition-duration: 400ms;
|
|
4894
4917
|
transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
|
|
@@ -4913,7 +4936,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
4913
4936
|
pointer-events: none;
|
|
4914
4937
|
z-index: 1;
|
|
4915
4938
|
|
|
4916
|
-
`;const
|
|
4939
|
+
`;const Du=ht.div`
|
|
4917
4940
|
|
|
4918
4941
|
display: flex;
|
|
4919
4942
|
align-items: center;
|
|
@@ -4935,13 +4958,13 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
4935
4958
|
}
|
|
4936
4959
|
}
|
|
4937
4960
|
|
|
4938
|
-
`,
|
|
4961
|
+
`,Pu=ht(Du)`
|
|
4939
4962
|
|
|
4940
4963
|
&::before {
|
|
4941
4964
|
background-color: #f8285a;
|
|
4942
4965
|
}
|
|
4943
4966
|
|
|
4944
|
-
`,
|
|
4967
|
+
`,ju=ht.span`
|
|
4945
4968
|
|
|
4946
4969
|
position: absolute;
|
|
4947
4970
|
display: flex;
|
|
@@ -4976,14 +4999,14 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
4976
4999
|
|
|
4977
5000
|
}
|
|
4978
5001
|
|
|
4979
|
-
`,
|
|
5002
|
+
`,Iu=M.forwardRef((({id:e="itd-upload-"+Ht(),resultFileName:p=null,action:z="",filePath:t="",binaryName:c="file",showDeleteIcon:n=!1,showPreviewIcon:r=!1,buttonsPosition:O="default",padding:i=10,fluid:a=!0,fileWidth:s="100%",fileHeight:A="auto",maxFileWidth:d="none",maxFileHeight:l="none",containerWidth:q="100%",containerHeight:u="auto",previewFileWidth:f="100%",previewFileHeight:W="100%",previewFilePadding:h="0",requestMethod:R="put",maxFileSize:m=1024,disabled:g=!1,extraFormData:L={},extraQueryString:v={},extraHeader:N={},fileTypes:y=[exports.FileTypes.JPG,exports.FileTypes.PNG,exports.FileTypes.SVG,exports.FileTypes.PDF],removeAction:x="",removeExtraFormData:B={},removeExtraQueryString:w={},removeExtraHeader:X={},onUpdate:S,onUploadSuccess:T,onUploadFailed:k,onRemoveFileSuccess:E,onRemoveFileFailed:_},C)=>{const D=M.useRef(null),{addNotification:P}=QO.useNotifications(),{showModal:j}=qc.useModal(),{fetch:I,cancel:F}=SM(),{t:$}=b.useTranslation(),[V,U]=M.useState(!1),[H,G]=M.useState(!1),[Y,K]=M.useState(".svg, .png, .jpg"),[Q,J]=M.useState(!1),[Z,ee]=M.useState(!1),[be,oe]=M.useState(!1),[Me,pe]=M.useState(null),[ze,te]=M.useState(null),[ce,ne]=M.useState(""),[re,Oe]=M.useState(!1),[ie,ae]=M.useState(!1),[se,Ae]=M.useState(null),[de,le]=M.useState(!1),[qe,ue]=M.useState(null);M.useEffect((()=>()=>{F()}),[]),M.useEffect((()=>{G(g)}),[g]),M.useEffect((()=>{te(t?t.split("?")[0]:"")}),[t]),M.useEffect((()=>{null!==ze&&(void 0!==ze?he():U(!1))}),[ze]),M.useEffect((()=>{let e=[];y.map((b=>{e.push(Ai(b))})),K(e.join(", "))}),[y]);const fe=(e,b)=>{P({title:e,description:b,placement:"topRight",autoHide:!0,delay:5e3,type:"error"})},We=(e,b=!0,o=!0)=>{S&&S(e,b,o)};M.useImperativeHandle(C,(()=>({setFocus(){oe(!0)},reset(e=!1,b=!1){Re(),te(null),ne(""),We("",e,b)},setValue(e,b=!0,o=!0){te(e),We(e,b,o)},getValue:()=>ze||"",setError(e){ne(e)},forceUpdate(){We(ze||"")},clear(){te("")}})));const he=async()=>{let e=!1;ze&&(e=await ai(ze),pe(e),e?We(ze):We("",!0,!0),V||U(!0)),""!==ze||V||U(!0),""===ze&&V&&We("",!0,!0)},Re=()=>{ue(null),Ae(null),le(!1),pe(null)},me=async()=>{G(!0),j({content:o.jsx("div",{children:$("uploader.areYouSureToDeleteThisFile")}),title:$("uploader.removeFile"),okButtonText:$("uploader.yes"),cancelButtonText:$("uploader.no"),okButtonProps:{variant:"statable",state:"reject"},closeOnClickOutside:!1,showCloseButton:!1,onOk:()=>(x?I({action:x,params:B,queries:w,headers:X,onFetched:e=>{e.data.success?(Re(),We("",!0,!0),E&&E(e.data.data)):_&&_()},onError:()=>{_&&_()}}):(Re(),We("",!0,!0),E&&E()),G(!1),!0),onCancel:()=>(G(!1),!0)})},ge=e=>{e.preventDefault(),ie||ee(!0)},Le=e=>{e.preventDefault(),ie||ee(!1)},ve=e=>{e.preventDefault(),ie||(ee(!1),e.dataTransfer&&0!==e.dataTransfer.files.length?xe(e.dataTransfer.files[0]):console.log($("uploader.browserDoesntSupportDND")))},Ne=e=>{ee(!1);const b=e.target.files[0];xe(b)},ye=async({path:e,errorMessage:b,errorCode:o})=>{await di(1e3),Ae(null),ae(!1),await di(1500),le(!1),e?T&&T(e):b&&k&&k(b,o||0)},xe=e=>{if(e&&(e=>!!y.includes(e.type)||(fe($("uploader.error"),$("uploader.fileFormatError",{fileFormat:Y})),!1))(e)&&(e=>!(e.size>1024*m&&(fe($("uploader.error"),$("uploader.fileSizeError",{fileSize:si(1024*m)})),1)))(e)){if(p){const b=Ai(e.type);e=new File([e],p+b,{type:b,lastModified:e.lastModified})}(async e=>{if(!e)return;let b=new FormData;b.append(c,e),p&&b.append("name",p),Object.keys(L).forEach((e=>{b.append(e,L[e])})),I({action:z,requestMethod:R,params:b,queries:v,headers:N,onFetched:e=>{e.data.success?(ue({message:$("uploader.fileUploadSuccess"),status:"success"}),le(!0),te(e.data.data.url),ye({path:e.data.data.url})):(ue({message:$("uploader.fileUploadFailed"),status:"error"}),We("",!0,!0),ye({errorMessage:$("uploader.fileUploadFailed")}))},onError:(e,b)=>{ue({message:$("uploader.fileUploadFailed"),status:"error"}),We("",!0,!0),ye({errorMessage:e,errorCode:b})},onProgress:e=>{Ae({estimated:e.estimated?(Math.round(100*e.estimated)/100).toFixed(2):"0",progress:e.progress?Math.round(100*e.progress):0,bytes:e.bytes?si(e.bytes):"",total:e.total?si(e.total):""})}})})(e),ae(!0)}},Be=()=>{G(!0),j({content:o.jsx(Tu,{className:"itd-upload-preview-content",$width:f,$height:W,$padding:h,children:o.jsx(Wa,{src:ze||""})}),showOkButton:!1,showCancelButton:!1,contentPadding:"0px",width:"max-content",onCancel:()=>(G(!1),!0)})},we=()=>{if(n&&ze&&!ie&&Me)return o.jsx("span",{className:"delete-icon",children:o.jsx(Gt,{variant:"solid",size:"small",type:"button",circle:!0,onClick:me,disabled:H,icon:o.jsx(Fi,{width:16,height:16}),className:"itd-upload-delete-button"})})},Xe=()=>{if(r&&ze&&!ie&&Me)return o.jsx("span",{className:"preview-icon",children:o.jsx(Gt,{variant:"solid",size:"small",type:"button",circle:!0,onClick:Be,disabled:H,icon:o.jsx($i,{width:16,height:16}),className:"itd-upload-preview-button"})})},Se=o.jsx("svg",{width:"20px",height:"20px",viewBox:"0 0 20 20",version:"1.1",xmlns:"http://www.w3.org/2000/svg",children:o.jsx("g",{id:"Error",stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:o.jsxs("g",{id:"ErrorGroup",fillRule:"nonzero",children:[o.jsx("circle",{id:"ErrorBackground",fill:"#F8285A",cx:"10",cy:"10",r:"10"}),o.jsx("path",{d:"M10.0355339,8.6213203 L12.863961,5.79289322 C13.2544853,5.40236893 13.8876503,5.40236893 14.2781746,5.79289322 C14.6686989,6.18341751 14.6686989,6.81658249 14.2781746,7.20710678 L11.4497475,10.0355339 \n L14.2781746,12.863961 C14.6686989,13.2544853 14.6686989,13.8876503 14.2781746,14.2781746 C13.8876503,14.6686989 13.2544853,14.6686989 12.863961,14.2781746 L10.0355339,11.4497475 L7.20710678,14.2781746\n C6.81658249,14.6686989 6.18341751,14.6686989 5.79289322,14.2781746 C5.40236893,13.8876503 5.40236893,13.2544853 5.79289322,12.863961 L8.6213203,10.0355339 L5.79289322,7.20710678 C5.40236893,6.81658249\n 5.40236893,6.18341751 5.79289322,5.79289322 C6.18341751,5.40236893 6.81658249,5.40236893 7.20710678,5.79289322 L10.0355339,8.6213203 Z",id:"ErrorIcon",fill:"#FFFFFF"})]})})}),Te=()=>{if(""===ce||ie)return;let e={className:"itd-upload-failed itd-failed-status",onPointerOver:()=>Oe(!0),onPointerOut:()=>Oe(!1)};return o.jsxs(Pu,{...e,children:[re?o.jsx(ju,{className:"itd-upload-error-tooltip itd-error-tooltip",children:ce}):null,Se]})},ke=()=>{if(V)return null===Me?o.jsx(Di,{width:24,height:24}):!1===Me?o.jsx(Vi,{width:40,height:40}):o.jsx(Wa,{src:ze||"",width:Bi(s),height:Bi(A)})},Ee=()=>{let e=(Q||Z)&&!ie&&!H;return o.jsx(Eu,{$isHover:e,className:"itd-upload-overlay",children:o.jsxs(ku,{$isHover:e,className:"itd-upload-overlay-content",children:[o.jsx("span",{className:"itd-upload-header",children:$("uploader.header")}),o.jsx("span",{className:"itd-upload-hint",children:$("uploader.hint")})]})})};return o.jsxs(Bu,{className:"itd-upload",$fluid:a,children:[o.jsx("input",{type:"file",id:e,accept:Y,onChange:Ne,onFocus:e=>{e.target.matches(":focus-visible")&&oe(!0)},onBlur:()=>oe(!1),onPointerOver:()=>{!Z&&J(!0)},onPointerOut:()=>{!Z&&J(!1)},onDragOver:ge,onDragLeave:Le,onDrop:ve,disabled:ie||H,ref:D}),o.jsx(Xu,{$showFocus:be,className:"itd-upload-label",children:o.jsxs(wu,{$showBorder:(Z||Q)&&!ie,$padding:i,$disabled:g,$hasError:""!==ce&&!ie,$fileWidth:s,$fileHeight:A,$maxFileWidth:d,$maxFileHeight:l,$containerWidth:q,$containerHeight:u,className:"itd-upload-content",children:[ke(),o.jsxs(_u,{className:"itd-upload-status",$isActive:ie,$complete:"success"===qe?.status,$error:"error"===qe?.status,children:[o.jsx(Cu,{className:"itd-upload-status-box",$progress:se?se.progress:0,$complete:"success"===qe?.status,$error:"error"===qe?.status}),o.jsx("span",{className:"itd-upload-status-message",children:$(de||qe?String(qe?.message):"uploader.fileUploading")}),se?o.jsx("span",{className:"itd-upload-status-info",children:$("uploader.info",{total:se.total,estimated:se.estimated})}):o.jsx("span",{className:"itd-upload-status-calculating",children:$("uploader.calculating")})]}),Ee(),o.jsxs(Su,{$position:""===ce?O:"default",children:[o.jsxs(WW,{vertical:!0,gap:"small",className:"itd-upload-icons",children:[we(),Xe()]}),Te()]})]})})]})})),Fu=ht(r.NavLink)`
|
|
4980
5003
|
|
|
4981
5004
|
text-decoration: none;
|
|
4982
5005
|
|
|
4983
|
-
|
|
5006
|
+
`,$u=e=>o.jsx(Fu,{to:e.to,...e,children:e.children}),Vu=ht.div`
|
|
4984
5007
|
display: flex;
|
|
4985
5008
|
flex-direction: column;
|
|
4986
|
-
`,
|
|
5009
|
+
`,Uu=ht.div`
|
|
4987
5010
|
|
|
4988
5011
|
background-color: #1D2649;
|
|
4989
5012
|
width: 100%;
|
|
@@ -5022,37 +5045,37 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
5022
5045
|
}
|
|
5023
5046
|
`}
|
|
5024
5047
|
|
|
5025
|
-
`,
|
|
5048
|
+
`,Hu=ht.div`
|
|
5026
5049
|
|
|
5027
5050
|
overflow: hidden;
|
|
5028
5051
|
transition: max-height 0.25s ease-out;
|
|
5029
5052
|
|
|
5030
|
-
`;var
|
|
5053
|
+
`;var Gu="itd__arrow__ffb364c6",Yu="itd__arrowNormal__ffb364c6",Ku="itd__arrowOpen__ffb364c6",Qu="itd__icon__ffb364c6";qu(".itd__arrow__ffb364c6{fill:#fff9;height:20px;margin-left:auto;transform:rotate(0deg);transition:all .25s ease-out;width:20px}.itd__arrowNormal__ffb364c6{margin-left:auto;transform:rotate(-90deg)}.itd__arrowOpen__ffb364c6{fill:#fff;transform:rotate(-180deg)}.itd__icon__ffb364c6{align-items:center;color:#fff9;display:flex;font-size:22px;height:22px;margin-right:8px;width:22px}",{});const Ju=ht.div`
|
|
5031
5054
|
display: flex;
|
|
5032
5055
|
flex-direction: column;
|
|
5033
|
-
`,
|
|
5056
|
+
`,Zu=({useLink:e=!1,children:b})=>{const[o,p]=M.useState("");M.useEffect((()=>{}),[]);const z=e=>{p(e)};return M.createElement(Ju,null,M.Children.map(b,(b=>M.cloneElement(b,{...b.props,useLink:e,hasOpen:o===b.props.id,onChange:z}))))};Zu.Panel=function({id:e="",link:b="",icon:o="",title:p="",hasOpen:z=!1,useLink:t=!1,onChange:c=null,children:n=null}){const O=M.useRef(),i=r.useLocation(),[a,s]=M.useState(!1),[A,d]=M.useState(""),[l,q]=M.useState("0px");M.useEffect((()=>{d(0),u()&&O.current&&(O.current.style=`${O.current.scrollHeight}px`)}),[]),M.useEffect((()=>{z||s(!1)}),[z]),M.useEffect((()=>{a&&c(e),q(a&&O.current?`${O.current.scrollHeight}px`:"0px")}),[a]),M.useEffect((()=>{u()&&s(!0)}),[i]);const u=()=>{if(!t&&z)return!0;let e=!1;return n?n.forEach((b=>{i.pathname.indexOf(b.props.link)>-1&&(e=!0)})):i.pathname.indexOf(b)>-1&&(e=!0),e},f=()=>{s(!a)},W=()=>{let e=Gu;return e+=n?a?" "+Ku:"":" "+Yu,React.createElement(Ci,{width:"20",height:"20",className:e})};return React.createElement(Vu,null,React.createElement("div",null,n?React.createElement(Uu,{className:A,onClick:f},React.createElement("div",{className:Qu+" "+o}),React.createElement("span",null,p),W()):React.createElement(Uu,{as:$u,$active:u(),to:b},React.createElement("div",{className:Qu+" "+o}),React.createElement("span",null,p),W()),React.createElement(Hu,{ref:O,style:{maxHeight:`${l}`}},n)))};const ef=Rt`
|
|
5034
5057
|
0% { transform: scale(.2) rotate(-5deg);}
|
|
5035
5058
|
50% { transform: scale(1.3) rotate(5deg);}
|
|
5036
5059
|
60% { transform: scale(0.9) rotate(0deg);}
|
|
5037
5060
|
80% { transform: scale(1) }
|
|
5038
5061
|
100% { transform: scale(1) }
|
|
5039
|
-
`,
|
|
5062
|
+
`,bf=ht.div`
|
|
5040
5063
|
right: 10px;
|
|
5041
5064
|
position: absolute;
|
|
5042
5065
|
font-size: 20px;
|
|
5043
5066
|
color: #3395FA;
|
|
5044
|
-
animation: ${
|
|
5045
|
-
`,
|
|
5067
|
+
animation: ${ef} 0.75s;
|
|
5068
|
+
`,of=ht.div`
|
|
5046
5069
|
color: #ffffff80;
|
|
5047
5070
|
font-size: 20px;
|
|
5048
5071
|
margin-right: 4px;
|
|
5049
|
-
`,
|
|
5072
|
+
`,Mf=ht.div`
|
|
5050
5073
|
display: flex;
|
|
5051
|
-
`,
|
|
5074
|
+
`,pf=ht.label`
|
|
5052
5075
|
position: relative;
|
|
5053
5076
|
height: 100%;
|
|
5054
5077
|
width: 100%;
|
|
5055
|
-
`,
|
|
5078
|
+
`,zf=ht.div`
|
|
5056
5079
|
|
|
5057
5080
|
display: flex;
|
|
5058
5081
|
align-items: center;
|
|
@@ -5066,7 +5089,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
5066
5089
|
font-size: 13px;
|
|
5067
5090
|
}
|
|
5068
5091
|
|
|
5069
|
-
`,
|
|
5092
|
+
`,tf=ht.div`
|
|
5070
5093
|
|
|
5071
5094
|
border: solid 1px transparent;
|
|
5072
5095
|
transition: border-color 0.2s ease;
|
|
@@ -5088,15 +5111,15 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
5088
5111
|
font-size: 13px;
|
|
5089
5112
|
}
|
|
5090
5113
|
|
|
5091
|
-
`,
|
|
5114
|
+
`,cf=ht.div`
|
|
5092
5115
|
|
|
5093
5116
|
position: relative;
|
|
5094
5117
|
|
|
5095
5118
|
&:hover:not(&.itd-radio-selected) {
|
|
5096
|
-
${
|
|
5119
|
+
${tf} {
|
|
5097
5120
|
border-color: #ADB1BB;
|
|
5098
5121
|
}
|
|
5099
|
-
${
|
|
5122
|
+
${zf} {
|
|
5100
5123
|
span {
|
|
5101
5124
|
color: #071437;
|
|
5102
5125
|
}
|
|
@@ -5114,9 +5137,9 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
5114
5137
|
|
|
5115
5138
|
&:checked {
|
|
5116
5139
|
|
|
5117
|
-
+ ${
|
|
5140
|
+
+ ${pf} {
|
|
5118
5141
|
|
|
5119
|
-
${
|
|
5142
|
+
${tf} {
|
|
5120
5143
|
|
|
5121
5144
|
border: solid 1px #3598fe;
|
|
5122
5145
|
|
|
@@ -5130,7 +5153,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
5130
5153
|
|
|
5131
5154
|
}
|
|
5132
5155
|
|
|
5133
|
-
${
|
|
5156
|
+
${zf} {
|
|
5134
5157
|
span {
|
|
5135
5158
|
color: #3598fe;
|
|
5136
5159
|
}
|
|
@@ -5142,7 +5165,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
5142
5165
|
|
|
5143
5166
|
}
|
|
5144
5167
|
|
|
5145
|
-
`,
|
|
5168
|
+
`,nf=ht.div`
|
|
5146
5169
|
|
|
5147
5170
|
position: absolute;
|
|
5148
5171
|
border: 1px solid #f8285a;
|
|
@@ -5154,15 +5177,15 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
5154
5177
|
pointer-events: none;
|
|
5155
5178
|
/* z-index: 1; */
|
|
5156
5179
|
|
|
5157
|
-
`;function
|
|
5180
|
+
`;function rf({id:e="itd-radio-button-"+Ht(),name:b="",value:p="",type:z="default",buttonProps:t={},checked:c=!1,hasError:n=!1,children:r=null,icon:O=null,image:i=null,component:a=null,onChange:s=()=>{}}){const A=()=>{console.log("handleOnChange",p),s&&s(p)};return o.jsxs(cf,{className:(()=>{let e="itd-radio";return c&&(e+=" itd-radio-selected"),n&&(e+=" itd-radio-error"),e})(),children:[o.jsx("input",{type:"radio",onChange:A,id:e,name:b,value:p,checked:c,"aria-checked":c}),o.jsxs(pf,{className:(()=>{let e="itd-radio-label";return c&&(e+=" itd-radio-label-selected"),n&&(e+=" itd-radio-label-error"),e})(),htmlFor:e,children:[null!==a?o.jsx("div",{className:"itd-radio-custom-button",children:(()=>{const e={checked:c,value:p,icon:O,children:r};return"childProps"in a?.props&&(e.childProps={...a?.props?.childProps||{},checked:c,value:p,icon:O,children:r}),M.cloneElement(a,e)})()}):"default"===z?o.jsxs(tf,{className:"itd-radio-default-button",children:[o.jsxs(Mf,{className:"itd-radio-content",children:[O?o.jsx(of,{className:"itd-icon itd-pre-icon "+O}):i?o.jsx(Wa,{className:"itd-image",src:i,height:"20",brokenHeight:"20"}):null,o.jsx("span",{children:r})]}),c?o.jsx(bf,{className:"itd-icon itd-check-icon it-web-check"}):null]}):"primary"===z?o.jsx(Gt,{className:"itd-radio-primary-button",...t,selected:c,onClick:A,children:o.jsx("span",{children:r})}):o.jsx("span",{children:r}),n?o.jsx(nf,{className:"itd-error-border"}):null]})]})}const Of=ht.div`
|
|
5158
5181
|
display : grid;
|
|
5159
5182
|
grid-auto-flow : ${e=>e.$onlyFlow?e.$direction:"column"===e.$direction?"row":"column"};
|
|
5160
5183
|
grid-template-columns : ${e=>"row"===e.$direction||e.$onlyFlow?"auto":`repeat(${e.$length}, 1fr)`};
|
|
5161
5184
|
grid-template-rows : ${e=>"column"===e.$direction||e.$onlyFlow?"auto":`repeat(${e.$length}, 1fr)`};
|
|
5162
5185
|
grid-gap : ${e=>e.$gap};
|
|
5163
|
-
`,
|
|
5186
|
+
`,af=M.forwardRef((({id:e="itd-radio-group-"+Ht(),name:b="",message:p="",type:z="default",defaultValue:t="",value:c="",buttonProps:n={},className:r="",direction:O="column",gap:i="10px",length:a=3,onlyFlow:s=!1,onChange:A=null,onUpdate:d=null,children:l=null},q)=>{const[u,f]=M.useState(p),[W,h]=M.useState("");M.useEffect((()=>{t&&(h(t),R(t))}),[]),M.useEffect((()=>{h(c),R(c)}),[c]);const R=(e,b=!0,o=!0)=>{d&&d(e,b,o)};M.useImperativeHandle(q,(()=>({reset(e=!0,b=!0){h(t),f(""),R(t,e,b)},setValue(e,b=!0,o=!0){h(e),R(e,b,o)},getValue:()=>W,setError(e){f(e)},clear(){}})));const m=e=>{W!==e&&(h(e),R(e,!0,!1),f(""),A&&A(e))};return o.jsx(Of,{id:e,className:(()=>{let e="itd-radio-group";return e+=" itd-radio-group-"+z,e+=" itd-radio-group-"+O,u&&(e+=" itd-radio-group-error"),""!==r&&(e+=" "+r),e})(),role:"radiogroup",$direction:O,$length:a,$gap:i,$onlyFlow:s,children:(()=>{const e=o=>{if(!M.isValidElement(o))return null;if(o.type===rf)return M.cloneElement(o,{...o.props,checked:W===o.props.value,onChange:m,hasError:""!==u,name:b,type:z,buttonProps:n});if(o.props.children){const b=M.Children.map(o.props.children,e);return M.cloneElement(o,{...o.props,children:b})}return o};return M.Children.map(l,e)})()})}));var sf=M.memo(af);const Af=()=>null;Af.Group=sf,Af.Button=rf;var df="itd__label__9437953e",lf="itd__checkmark__9437953e",qf="itd__check__9437953e",uf="itd__container__9437953e";qu(".itd__container__9437953e{align-items:center;cursor:pointer;display:flex;-webkit-user-select:none;user-select:none}.itd__label__9437953e{align-items:center;display:flex;position:relative}.itd__label__9437953e span{color:#fff9;font-size:12px;font-weight:400;line-height:1.2;margin-left:10px}.itd__checkmark__9437953e{align-items:center;background-color:#1d2649;border-radius:6px;display:flex;height:20px;justify-content:center;transition:background-color .25sn ease-out;width:20px}.itd__checkmark__9437953e svg{fill:#fff;visibility:hidden}.itd__check__9437953e{background-color:#3396fb}.itd__check__9437953e svg{animation:itd__bounce__9437953e .5s;visibility:visible}@keyframes itd__bounce__9437953e{0%{transform:scale(.2) rotate(4deg)}50%{transform:scale(1.2) rotate(-2deg)}75%{transform:scale(.9) rotate(1deg)}to{transform:scale(1) rotate(0deg)}}",{});const ff=({checked:e=!1,className:b="",children:o=null})=>M.createElement("label",{className:"itd-inline-select-checkbox-label "+b+" "+uf},M.createElement("div",{className:"itd-inline-select-checkbox-wrapper "+df},(()=>{let b="itd-inline-select-checkbox "+lf;return e&&(b+=" "+qf),M.createElement("div",{className:b},M.createElement(ji,{className:"itd-svg",width:12,height:12}))})(),M.createElement("span",null,o)));var Wf="itd__option__733c7593",hf="itd__selected__733c7593",Rf="itd__single__733c7593";qu(".itd__option__733c7593{align-items:center;cursor:pointer;display:flex;min-width:max-content;padding:10px 30px 10px 15px}.itd__option__733c7593:not(:last-child){margin-bottom:1px}.itd__option__733c7593:hover{background-color:rgba(29,38,73,.502)}.itd__selected__733c7593 .itd__option__733c7593 span,.itd__selected__733c7593 .itd__single__733c7593{color:#fff}.itd__option__733c7593 span,.itd__single__733c7593{color:hsla(0,0%,100%,.667);font-size:12px;font-weight:400;line-height:12px;white-space:nowrap}",{});const mf=({value:e="",checked:b=!1,single:o=!1,onChange:p=null,children:z=null})=>{const[t,c]=M.useState(!1);return M.createElement("li",{onMouseEnter:e=>{c(!0),e.stopPropagation()},onMouseLeave:e=>{c(!1),e.stopPropagation()},className:(()=>{let e="itd-inline-select-item itd-inline-select-item-option";return e+=" "+Wf,b&&(e+=" "+hf),b&&(e+=" itd-inline-select-item-option-selected"),t&&!b&&(e+=" itd-inline-select-item-option-active"),e})(),onClick:o=>{p(e,!b,z),o.stopPropagation()}},o?M.createElement("div",{className:"itd-item-single "+Rf},M.createElement("span",null,z)):M.createElement(ff,{className:"itd-item-multi",checked:b},z))};var gf=M.memo(mf),Lf={menu:"itd__menu__211ba801",bodyWrapper:"itd__bodyWrapper__211ba801",bodyWrapperLong:"itd__bodyWrapperLong__211ba801",menuEnter:"itd__menuEnter__211ba801",menuEnterActive:"itd__menuEnterActive__211ba801",menuExit:"itd__menuExit__211ba801",menuExitActive:"itd__menuExitActive__211ba801",menuEnterActiveLong:"itd__menuEnterActiveLong__211ba801",menuExitActiveLong:"itd__menuExitActiveLong__211ba801",bottom:"itd__bottom__211ba801",left:"itd__left__211ba801"};function vf(e){const b=M.useRef(null),{value:o=[],children:p=null,onChange:t=null,isOpen:c=!1,single:n=!1,minWidth:r=0}=e,[O,i]=M.useState([]);M.useEffect((()=>{i(o)}),[o]);const a=(e,b,o)=>{if(n){const M=[b?e:""];i(M),t(M,o)}else{let M=[];b?M=[...O,e]:(O.splice(O.indexOf(e),1),M=[...O]),i(M),t(M,o)}};return M.createElement(z.CSSTransition,{in:c,timeout:500,classNames:{enter:Lf.menuEnter,enterActive:p.length>5?Lf.menuEnterActiveLong:Lf.menuEnterActive,exit:Lf.menuExit,exitActive:p.length>5?Lf.menuExitActiveLong:Lf.menuExitActive},nodeRef:b,unmountOnExit:!0},M.createElement("div",{className:"itd-inline-select-dropdown "+Lf.menu+" "+Lf.bottom+" "+Lf.left,style:{width:0===r?"max-content":r+"px"},ref:b},M.createElement("div",{className:Lf.spacer}),M.createElement(nl,{className:"itd-inline-select-dropdown-body "+p.length>5?Lf.bodyWrapperLong:Lf.bodyWrapper},M.createElement("ul",null,M.Children.map(p,(e=>M.cloneElement(e,{onChange:a,checked:O.indexOf(e.props.value)>-1,key:e.props.value})))))))}qu(".itd__menu__211ba801{background-color:#050a20;border-radius:0 5px 5px 5px;box-shadow:0 20px 20px #00000040;overflow:hidden;position:absolute;transform-box:fill-box;transform-origin:50% 1%;transition-timing-function:cubic-bezier(.75,-.5,0,1.25);z-index:2}.itd__menu__211ba801 ul{min-width:max-content}.itd__bodyWrapperLong__211ba801,.itd__bodyWrapper__211ba801{height:300px}.itd__bottom__211ba801{top:100%}.itd__left__211ba801{left:0}.itd__menuEnter__211ba801{height:50px;opacity:0}.itd__menuEnterActive__211ba801{height:300px;opacity:1;transition:height .15s ease-out}.itd__menuExit__211ba801{opacity:1}.itd__menuExitActive__211ba801{height:300px;opacity:0;transition:height .15s ease-out}.itd__menuEnterActiveLong__211ba801{height:300px;opacity:1;transition:height .15s ease-out}.itd__menuExitActiveLong__211ba801{height:300px;opacity:0;transition:height .15s ease-out}",{});const Nf=ht.div`
|
|
5164
5187
|
width: max-content;
|
|
5165
|
-
`,
|
|
5188
|
+
`,yf=ht.span`
|
|
5166
5189
|
|
|
5167
5190
|
font-size: 13px;
|
|
5168
5191
|
font-weight: 400;
|
|
@@ -5170,7 +5193,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
5170
5193
|
width: max-content;
|
|
5171
5194
|
transition: color .15s ease-out;
|
|
5172
5195
|
|
|
5173
|
-
`,
|
|
5196
|
+
`,xf=ht.div`
|
|
5174
5197
|
|
|
5175
5198
|
display: flex;
|
|
5176
5199
|
align-items: center;
|
|
@@ -5181,7 +5204,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
5181
5204
|
transition: transform .3s ease-out;
|
|
5182
5205
|
}
|
|
5183
5206
|
|
|
5184
|
-
`,
|
|
5207
|
+
`,Bf=ht.div`
|
|
5185
5208
|
|
|
5186
5209
|
display: flex;
|
|
5187
5210
|
align-items: center;
|
|
@@ -5194,23 +5217,23 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
5194
5217
|
${({$open:e})=>e&&ut`
|
|
5195
5218
|
background-color: #050A20;
|
|
5196
5219
|
|
|
5197
|
-
${
|
|
5220
|
+
${yf} {
|
|
5198
5221
|
color: #ffffff;
|
|
5199
5222
|
}
|
|
5200
5223
|
|
|
5201
|
-
${
|
|
5224
|
+
${xf} {
|
|
5202
5225
|
svg {
|
|
5203
5226
|
transform: rotate(180deg);
|
|
5204
5227
|
}
|
|
5205
5228
|
}
|
|
5206
5229
|
`}
|
|
5207
5230
|
|
|
5208
|
-
`;function
|
|
5231
|
+
`;function wf({label:e="",value:b="",count:o=0,isOpen:p=!1,single:z=!1,onChange:t=null}){const[c,n]=M.useState(p);M.useEffect((()=>{}),[]),M.useEffect((()=>{n(p)}),[p]);return M.createElement(Bf,{$open:p,onClick:e=>(n(!c),void t(!c)),className:"itd-inline-select-selector"},M.createElement(Nf,{className:"itd-inline-select-selection-item"},M.createElement(xf,null,M.createElement(yf,{className:"itd-inline-select-selection-label"},z||1===o?e:e+" ("+o+")"),M.createElement(Ii,{className:"itd-inline-select-arrow",width:9,height:4.5}))))}const Xf=ht.div`
|
|
5209
5232
|
|
|
5210
5233
|
position: relative;
|
|
5211
5234
|
width: max-content;
|
|
5212
5235
|
|
|
5213
|
-
`,
|
|
5236
|
+
`,Sf=({label:e="",value:b=[],children:o=null,single:p=!1,minWidth:z=0,className:t="",onChange:c=null})=>{const n=M.useRef(null),[r,O]=M.useState(!1),[i,a]=M.useState([]),[s,A]=M.useState("");M.useEffect((()=>{b&&b.length>0&&o.length>0&&(a(b),M.Children.map(o,(e=>{e.props.value===b[0]&&A(e.props.children)})))}),[b,o]),xM(n,(()=>{O(!1)}));const d=(e,b)=>{if(c?c(e,b):console.warn("InlineSelect: 'onChange' method couldn't be called because it is not defined!"),p)a(e),A(b);else{const b=e[e.length-1];a(b||[])}};return M.createElement(Xf,{className:(()=>{let e="itd-inline-select";return r&&(e+=" itd-inline-select-open"),""!==t&&(e+=" "+t),e})(),ref:n},M.createElement(wf,{onChange:e=>{O(e)},isOpen:r,count:i.length,single:p,label:(()=>{let b=p||!p&&1===i.length?s:e;return""===b?"··········":b})()}),M.createElement(vf,{onChange:d,value:i,isOpen:r,single:p,minWidth:z},M.Children.map(o,(e=>{if(e&&e.hasOwnProperty("type")&&null!==e.type&&void 0!==e.type)return e.type===gf?M.cloneElement(e,{...e.props,onChange:d,single:p}):void 0}))))};Sf.Option=gf;const Tf=ht.div`
|
|
5214
5237
|
|
|
5215
5238
|
display: flex;
|
|
5216
5239
|
align-items: center;
|
|
@@ -5293,17 +5316,17 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
5293
5316
|
}
|
|
5294
5317
|
`}
|
|
5295
5318
|
|
|
5296
|
-
`,
|
|
5319
|
+
`,kf=ht.span`
|
|
5297
5320
|
font-size: 14px;
|
|
5298
5321
|
line-height: 14px;
|
|
5299
5322
|
font-weight: 500;
|
|
5300
5323
|
display: flex;
|
|
5301
5324
|
align-self: flex-start;
|
|
5302
|
-
`,
|
|
5325
|
+
`,Ef=ht.span`
|
|
5303
5326
|
font-weight: 400;
|
|
5304
5327
|
font-size: 13px;
|
|
5305
5328
|
line-height: 15px;
|
|
5306
|
-
`,
|
|
5329
|
+
`,_f=ht.span`
|
|
5307
5330
|
|
|
5308
5331
|
display: flex;
|
|
5309
5332
|
flex-direction: column;
|
|
@@ -5311,7 +5334,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
5311
5334
|
height: 100%;
|
|
5312
5335
|
gap: ${e=>e.$noTitle?0:"5px"};
|
|
5313
5336
|
|
|
5314
|
-
`,
|
|
5337
|
+
`,Cf=ht.div`
|
|
5315
5338
|
|
|
5316
5339
|
width: 16px;
|
|
5317
5340
|
min-width: 16px;
|
|
@@ -5325,17 +5348,17 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
5325
5348
|
align-self: flex-start;
|
|
5326
5349
|
}
|
|
5327
5350
|
|
|
5328
|
-
`,
|
|
5351
|
+
`,Df=({type:e="info",size:b="small",title:M="",className:p="",children:z=""})=>{const c=()=>{let o="itd-alert";return o+=" itd-alert-"+e,o+=" itd-alert-"+("x-small"===b?"xs":"small"===b?"sm":"medium"===b?"md":"default"===b?"df":"large"===b?"lg":"x-large"===b?"xlg":"df"),""!==p&&(o+=" "+p),o};return o.jsxs(Tf,{className:c(),children:[o.jsx(Cf,{children:o.jsx(t.ReactSVG,{src:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' strokeWidth='2' stroke-linecap='round' stroke-linejoin='round'%3e %3ccircle cx='12' cy='12' r='10'%3e%3c/circle%3e %3cline x1='12' x2='12' y1='8' y2='12'%3e%3c/line%3e %3cline x1='12' x2='12.01' y1='16' y2='16'%3e%3c/line%3e%3c/svg%3e"})}),o.jsxs(_f,{$noTitle:!M,children:[""!==M?o.jsx(kf,{children:M}):null,""!==z?o.jsx(Ef,{children:z}):null]})]})};Df.displayName="ITD-Alert";const Pf=ht.section`
|
|
5329
5352
|
width: 100%;
|
|
5330
5353
|
height: 100%;
|
|
5331
5354
|
position: relative;
|
|
5332
5355
|
overflow: hidden;
|
|
5333
|
-
`,
|
|
5356
|
+
`,jf=Rt`
|
|
5334
5357
|
0% { transform: scale(.5); opacity: 0;}
|
|
5335
5358
|
50% { transform: scale(1.05); opacity: 1;}
|
|
5336
5359
|
75% { transform: scale(0.95); opacity: 1;}
|
|
5337
5360
|
100% { transform: scale(1); opacity: 1;}
|
|
5338
|
-
`,
|
|
5361
|
+
`,If=ht.div`
|
|
5339
5362
|
|
|
5340
5363
|
width: 100%;
|
|
5341
5364
|
height: 100%;
|
|
@@ -5344,7 +5367,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
5344
5367
|
align-items: center;
|
|
5345
5368
|
justify-content: center;
|
|
5346
5369
|
|
|
5347
|
-
|
|
5370
|
+
`,Ff=ht.div`
|
|
5348
5371
|
|
|
5349
5372
|
opacity: 1;
|
|
5350
5373
|
|
|
@@ -5362,12 +5385,12 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
5362
5385
|
gap : 20px;
|
|
5363
5386
|
|
|
5364
5387
|
${e=>{if(e.$animation)return ut`
|
|
5365
|
-
animation : ${
|
|
5388
|
+
animation : ${jf} 0.5s ease-out;
|
|
5366
5389
|
transition : all 0.5s ease-out;
|
|
5367
5390
|
transform-origin : 50% 50%;
|
|
5368
5391
|
`}}
|
|
5369
5392
|
|
|
5370
|
-
|
|
5393
|
+
`,$f=ht.div`
|
|
5371
5394
|
|
|
5372
5395
|
position: relative;
|
|
5373
5396
|
display: flex;
|
|
@@ -5395,7 +5418,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
5395
5418
|
height: 44px;
|
|
5396
5419
|
}
|
|
5397
5420
|
|
|
5398
|
-
`,
|
|
5421
|
+
`,Vf=ht.div`
|
|
5399
5422
|
display: flex;
|
|
5400
5423
|
justify-content: center;
|
|
5401
5424
|
margin-top: 20px;
|
|
@@ -5408,7 +5431,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
5408
5431
|
}
|
|
5409
5432
|
|
|
5410
5433
|
}
|
|
5411
|
-
`,
|
|
5434
|
+
`,Uf=ht.div`
|
|
5412
5435
|
|
|
5413
5436
|
display: flex;
|
|
5414
5437
|
justify-content: center;
|
|
@@ -5419,7 +5442,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
5419
5442
|
width: 100%;
|
|
5420
5443
|
}
|
|
5421
5444
|
|
|
5422
|
-
`,
|
|
5445
|
+
`,Hf=ht.div`
|
|
5423
5446
|
|
|
5424
5447
|
display: flex;
|
|
5425
5448
|
flex-direction: column;
|
|
@@ -5427,28 +5450,28 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
5427
5450
|
justify-content: center;
|
|
5428
5451
|
gap: 10px;
|
|
5429
5452
|
|
|
5430
|
-
`,
|
|
5453
|
+
`,Gf=ht.div`
|
|
5431
5454
|
color: #57d43c;
|
|
5432
5455
|
font-size: 18px;
|
|
5433
5456
|
font-weight: 600;
|
|
5434
5457
|
text-align: center;
|
|
5435
5458
|
max-width: 80%;
|
|
5436
|
-
`,
|
|
5459
|
+
`,Yf=ht.div`
|
|
5437
5460
|
color: #cccccc;
|
|
5438
5461
|
font-size: 13px;
|
|
5439
5462
|
line-height: 18px;
|
|
5440
5463
|
font-weight: 500;
|
|
5441
5464
|
text-align: center;
|
|
5442
5465
|
max-width: 80%;
|
|
5443
|
-
`,
|
|
5466
|
+
`,Kf=({image:e="",title:b="",description:p="",extra:z=null,footer:t=null,type:c="default",fill:n=!1,autoCenter:r=!0,background:O=!0,animation:i=!0})=>{const[a,s]=M.useState("");M.useEffect((()=>{""!==e&&s(e)}),[e]);const A=()=>{if(z)return o.jsx(Vf,{className:"itd-result-extras",children:z})},d=()=>{if(t)return o.jsx(Uf,{className:"itd-result-footer",children:t})},l=()=>{let e="itd-result";return e+=" itd-result-"+c,r&&(e+=" itd-result-auto-center"),n&&(e+=" itd-result-fill"),O&&(e+=" itd-result-background"),O||(e+=" itd-result-no-background"),e};return o.jsx(Pf,{className:l(),children:o.jsx(If,{className:"itd-result-content-wrapper",children:o.jsxs(Ff,{className:"itd-result-content",$autoCenter:r,$type:c,$background:O,$animation:i,$fill:n.toString(),children:[o.jsxs(Hf,{className:"itd-result-body",children:[o.jsx($f,{className:"itd-image-wrapper",children:o.jsx(Wa,{src:a})}),o.jsx(Gf,{className:"itd-result-title",children:b}),o.jsx(Yf,{className:"itd-result-sub-title",children:p})]}),A(),d()]})})})};Kf.displayName="ITD-Result";const Qf=ht.div`
|
|
5444
5467
|
position: fixed;
|
|
5445
5468
|
bottom: 80px;
|
|
5446
5469
|
right: 30px;
|
|
5447
5470
|
visibility: hidden;
|
|
5448
|
-
`,
|
|
5471
|
+
`,Jf=ht.a`
|
|
5449
5472
|
|
|
5450
5473
|
visibility: ${e=>e.$show?"visible":"hidden"};
|
|
5451
|
-
animation: ${e=>e.$show?
|
|
5474
|
+
animation: ${e=>e.$show?Zf:"none"} 0.5s;
|
|
5452
5475
|
|
|
5453
5476
|
display: block;
|
|
5454
5477
|
transition: fill .3s ease-out;
|
|
@@ -5459,12 +5482,12 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
5459
5482
|
fill: #3396fb;
|
|
5460
5483
|
}
|
|
5461
5484
|
|
|
5462
|
-
`,
|
|
5485
|
+
`,Zf=Rt`
|
|
5463
5486
|
0% { transform: scale(.2) }
|
|
5464
5487
|
50% { transform: scale(1.1) }
|
|
5465
5488
|
75% { transform: scale(0.9) }
|
|
5466
5489
|
100% { transform: scale(1) }
|
|
5467
|
-
`;const
|
|
5490
|
+
`;const eW={"gray-1":{background:"#F9F9F9",text:"#0714374D"},"gray-2":{background:"#F9F9F9",text:"#585455"},"gray-3":{background:"#F5F5F5",text:"#071437"},green:{background:"#DFFFEA",text:"#17C653"},yellow:{background:"#FFF8DD",text:"#F6C000"},red:{background:"#FFEEF3",text:"#F8285A"},brown:{background:"#FFF3F1",text:"#CB6F5B"},lavender:{background:"#FCF3FF",text:"#AB60C0"},blue:{background:"#F1F4FF",text:"#3256D9"},pink:{background:"#FFEEF6",text:"#E25698"},violet:{background:"#F5F1FF",text:"#7239EA"},"filled-red":{background:"#F8285A",text:"#F7EFF1"},"filled-yellow":{background:"#F6C000",text:"#FBFAF4"},"filled-pink":{background:"#CC79E3",text:"#F7F3F9"},"filled-blue":{background:"#1B84FF",text:"#EDF0F4"},"filled-green":{background:"#17C653",text:"#F5FAF6"},"filled-purple":{background:"#C417C6",text:"#F6F0F6"},"filled-black":{background:"#071437",text:"#F1F3F7"}},bW=ht.div`
|
|
5468
5491
|
|
|
5469
5492
|
display: flex;
|
|
5470
5493
|
align-items: center;
|
|
@@ -5532,13 +5555,13 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
5532
5555
|
}
|
|
5533
5556
|
|
|
5534
5557
|
${({$status:e})=>{return ut`
|
|
5535
|
-
background: ${
|
|
5558
|
+
background: ${eW[b=e].background};
|
|
5536
5559
|
span {
|
|
5537
|
-
color: ${
|
|
5560
|
+
color: ${eW[b].text};
|
|
5538
5561
|
}
|
|
5539
5562
|
`;var b}}
|
|
5540
5563
|
|
|
5541
|
-
`;const
|
|
5564
|
+
`;const oW={normal:{background:"#1B84FF",remaining:"#efefef"},active:{background:"#1B84FF",remaining:"#efefef"},success:{background:"#17C653",remaining:"#efefef"},exception:{background:"#F8285A",remaining:"#efefef"}},MW=ht.div`
|
|
5542
5565
|
|
|
5543
5566
|
position: relative;
|
|
5544
5567
|
width: 100%;
|
|
@@ -5586,21 +5609,21 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
5586
5609
|
|
|
5587
5610
|
${({$status:e})=>{return ut`
|
|
5588
5611
|
.itd-progress-inner {
|
|
5589
|
-
background: ${
|
|
5612
|
+
background: ${oW[b=e].remaining};
|
|
5590
5613
|
.itd-progress-bg {
|
|
5591
|
-
background: ${
|
|
5614
|
+
background: ${oW[b].background};
|
|
5592
5615
|
}
|
|
5593
5616
|
}
|
|
5594
5617
|
.itd-progress-status {
|
|
5595
|
-
color: ${
|
|
5618
|
+
color: ${oW[b].background};
|
|
5596
5619
|
}
|
|
5597
5620
|
`;var b}}
|
|
5598
5621
|
|
|
5599
|
-
`;const
|
|
5622
|
+
`;const pW=ht.div`
|
|
5600
5623
|
|
|
5601
5624
|
height: ${e=>e.$height?e.$height+"px":"75px"};
|
|
5602
5625
|
|
|
5603
|
-
`,
|
|
5626
|
+
`,zW=ht.div`
|
|
5604
5627
|
|
|
5605
5628
|
font-size: 14px;
|
|
5606
5629
|
height: 100%;
|
|
@@ -5686,12 +5709,12 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
5686
5709
|
|
|
5687
5710
|
}
|
|
5688
5711
|
|
|
5689
|
-
`,
|
|
5712
|
+
`,tW=ht.div`
|
|
5690
5713
|
|
|
5691
5714
|
padding: 20px 0;
|
|
5692
5715
|
color: #99a1b7;
|
|
5693
5716
|
|
|
5694
|
-
`,
|
|
5717
|
+
`,cW=({tabs:e=[],activeTabKey:b="",className:p="",variant:z="default",height:t,onTabChange:c})=>{const[n,O]=M.useState(b);M.useEffect((()=>{n!==b&&O(b)}),[b]);const i=(o,M)=>(()=>{let b=!1;return e.map((e=>{e.link&&(b=!0)})),b})()?"":n?n===o?"active":"":b&&0===M?"active":"",a=e=>{O(e),c&&c(e)},s=(e,b)=>o.jsx("a",{className:i(e.key,b),onClick:()=>a(e.key),children:o.jsx("span",{children:e.tab})}),A=(e,b)=>o.jsx(r.NavLink,{className:i(e.key,b),onClick:()=>a(e.key),to:e.link?e.link:"",children:o.jsx("span",{children:e.tab})});return o.jsxs(pW,{$height:t,className:`itd-tabs ${p||""}`,children:[o.jsx(zW,{$isBold:"bold"===z,children:o.jsx("ul",{children:e.map(((e,b)=>o.jsx("li",{children:e.link?A(e,b):s(e,b)},e.key)))})}),(()=>{const b=e.filter((e=>e.key===n))[0];if(b&&b.children)return o.jsx(tW,{className:"itd-content-body",children:b.children})})()]})},nW=ht.div`
|
|
5695
5718
|
|
|
5696
5719
|
position: relative;
|
|
5697
5720
|
width: 100%;
|
|
@@ -5704,7 +5727,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
5704
5727
|
div { border-color: #000000 transparent transparent transparent; }
|
|
5705
5728
|
}
|
|
5706
5729
|
|
|
5707
|
-
`,
|
|
5730
|
+
`,rW=ht.div`
|
|
5708
5731
|
|
|
5709
5732
|
position: relative;
|
|
5710
5733
|
background-color: #ffffff;
|
|
@@ -5724,7 +5747,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
5724
5747
|
grid-template-rows: ${e=>e.$hasHeader?"75px 1fr":"1fr"};
|
|
5725
5748
|
|
|
5726
5749
|
|
|
5727
|
-
`,
|
|
5750
|
+
`,OW=ht.div`
|
|
5728
5751
|
|
|
5729
5752
|
padding: 0 30px;
|
|
5730
5753
|
|
|
@@ -5741,10 +5764,10 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
5741
5764
|
align-items: center;
|
|
5742
5765
|
}
|
|
5743
5766
|
|
|
5744
|
-
`,
|
|
5767
|
+
`,iW=ht.div`
|
|
5745
5768
|
padding: 20px 0;
|
|
5746
5769
|
height: 100%;
|
|
5747
|
-
`,
|
|
5770
|
+
`,aW=ht.div`
|
|
5748
5771
|
|
|
5749
5772
|
padding: ${e=>e.$padding?e.$padding:"30px"};
|
|
5750
5773
|
|
|
@@ -5752,12 +5775,12 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
5752
5775
|
flex-direction: column;
|
|
5753
5776
|
justify-content: space-between;
|
|
5754
5777
|
|
|
5755
|
-
`,
|
|
5778
|
+
`,sW=ht.div`
|
|
5756
5779
|
display: flex;
|
|
5757
5780
|
flex-direction: row;
|
|
5758
5781
|
justify-content: space-between;
|
|
5759
5782
|
gap: 10px;
|
|
5760
|
-
`,
|
|
5783
|
+
`,AW=ht.div`
|
|
5761
5784
|
|
|
5762
5785
|
&:has(table.itd-table-no-data), &:has(table.itd-table-empty) {
|
|
5763
5786
|
height: 100%;
|
|
@@ -6171,7 +6194,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
6171
6194
|
|
|
6172
6195
|
}
|
|
6173
6196
|
|
|
6174
|
-
`,
|
|
6197
|
+
`,dW=ht.div`
|
|
6175
6198
|
|
|
6176
6199
|
height: 150px;
|
|
6177
6200
|
display: flex;
|
|
@@ -6194,7 +6217,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
6194
6217
|
fill: #4D4D4D;
|
|
6195
6218
|
}
|
|
6196
6219
|
|
|
6197
|
-
`,
|
|
6220
|
+
`,lW=ht.span`
|
|
6198
6221
|
|
|
6199
6222
|
${e=>{if(e.$overflow)return ut`
|
|
6200
6223
|
overflow : hidden;
|
|
@@ -6204,7 +6227,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
6204
6227
|
display : block;
|
|
6205
6228
|
`}}
|
|
6206
6229
|
|
|
6207
|
-
`,
|
|
6230
|
+
`,qW=ht.span`
|
|
6208
6231
|
|
|
6209
6232
|
${e=>{if(e.$overflow)return ut`
|
|
6210
6233
|
overflow : hidden;
|
|
@@ -6214,7 +6237,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
6214
6237
|
display : block;
|
|
6215
6238
|
`}}
|
|
6216
6239
|
|
|
6217
|
-
`,
|
|
6240
|
+
`,uW=M.forwardRef((({columns:e,data:p,cellHeight:z,size:t="default",headless:c=!1,bordered:n=!1,dashed:r=!1,noGaps:O=!1,hideGroupButtons:i=!1,getTRProps:a},s)=>{const{t:A}=b.useTranslation(),[d,l]=M.useState(new Set),q=e=>{l((b=>{const o=new Set(b);return o.has(e)?o.delete(e):o.add(e),o}))};M.useImperativeHandle(s,(()=>({toggleRow:q,expandedRows:d})));const u=(e,b)=>{let o={};return"string"==typeof e.width?o.width=e.width:"number"==typeof e.width?o.minWidth=e.width+"px":o.width="auto",void 0!==e.maxWidth&&("string"==typeof e.maxWidth?o.maxWidth=e.maxWidth:"number"==typeof e.maxWidth&&(o.maxWidth=e.maxWidth+"px")),void 0!==e.minWidth&&("string"==typeof e.minWidth?o.minWidth=e.minWidth:"number"==typeof e.minWidth&&(o.minWidth=e.minWidth+"px")),"td"===b&&("string"==typeof z?o.height=z:"number"==typeof z?o.minHeight=z+"px":o.height="auto"),o},f=()=>{let e=!1;return p?.map((b=>{b.hasOwnProperty("children")&&(e=!0)})),!i&&e},W=(e,b,o)=>a?a(e,b,o):{},h=(e,b,o)=>{let M={"data-index":b+"_"+e,"data-level":b};return b>0&&(0===e&&(M["data-first"]="true"),e===o-1&&(M["data-last"]="true")),M},R=(b,p=0)=>b.map(((z,t)=>o.jsxs(M.Fragment,{children:[o.jsxs("tr",{...h(t,p,b?.length),...W(z,t,p),children:[f()?z.children?o.jsx("td",{style:{width:"40px"},children:o.jsx("div",{className:"expand-button",children:o.jsx(Gt,{variant:"filled",size:"x-small",onClick:()=>q(z.key),circle:!0,children:o.jsx("span",{children:d.has(z.key)?"-":"+"})})})}):o.jsx("td",{}):null,e.map((e=>o.jsx("td",{style:u(e,"td"),children:o.jsx(qW,{$overflow:e.overflow,title:String(z[e.dataIndex]),children:e.render?e.render(z[e.dataIndex],z,p):e.dataIndex?String(z[e.dataIndex]):null})},String(e.key)+"_"+t+"_"+p)))]}),z.children&&d.has(z.key)&&R(z.children,p+1)]},String(p+"_"+t+"_"+z.key))));return o.jsx(AW,{$size:t,$noGaps:O,children:o.jsxs("table",{className:(()=>{let e="itd-table";return e+=" itd-table-"+jt(t),c&&(e+=" itd-table-headless"),n&&(e+=" itd-table-bordered"),O&&(e+=" itd-table-no-gaps"),p||(e+=" itd-table-empty"),0===p?.length&&(e+=" itd-table-no-data"),e+=r?" itd-table-dashed":" itd-table-solid",e+=" itd-table-main-table",e})(),children:[(()=>{if(!c)return o.jsx("thead",{children:o.jsxs("tr",{children:[f()&&o.jsx("th",{style:{maxWidth:"40px"}}),e.map((e=>o.jsx("th",{style:u(e,"th"),children:o.jsx(lW,{$overflow:e.overflow,children:e.title})},String(e.key))))]})})})(),p?0===p.length?o.jsx("tbody",{children:o.jsx("tr",{children:o.jsx("td",{colSpan:e.length,children:o.jsx(dW,{children:o.jsxs("div",{children:[o.jsx(Ui,{height:30}),o.jsx("span",{children:A("table.noData")})]})})})})}):o.jsx("tbody",{children:R(p)}):o.jsx("tbody",{children:o.jsx("tr",{children:o.jsx("td",{colSpan:e.length,children:o.jsx(dW,{})})})})]})})})),fW=ht.div`
|
|
6218
6241
|
|
|
6219
6242
|
display : flex;
|
|
6220
6243
|
|
|
@@ -6248,4 +6271,4 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
6248
6271
|
gap : ${o};
|
|
6249
6272
|
`}}}
|
|
6250
6273
|
|
|
6251
|
-
`,hW=({gap:e,justify:b,align:M,vertical:p,wrap:z,stretch:t,style:c,className:n,children:r})=>o.jsx(WW,{$gap:e,$justify:b,$align:M,$vertical:p,$wrap:z,$stretch:t,style:c,className:n,children:r});e.use(b.initReactI18next).init({preload:["en","tr"],fallbackLng:["en","tr"],lng:"en-US",load:"languageOnly",ns:["translation"],initImmediate:!1,debug:!0,resources:{}}),e.addResourceBundle("en","translation",{success:"Success",error:"Error",table:{noData:"No Data"},placeholders:{username:"Username",email:"E-Mail",password:"Password",confirmPassword:"Confirm password",typeYourNoteHere:"Type your note here",selectGender:"Select Gender",selectLanguage:"Select Language",selectCountry:"Select Country",birthday:"Birthday",multipleSelection:"Selected ({{- count}})"},options:{all:"All",male:"Male",female:"Female",languages:{turkish:"Turkish",english:"English"}},buttons:{submit:"Submit",reset:"Reset"},errors:{required:"This field is required!",minLength:"Should contain at least {{- length}} characters",maxLength:"Is too long. Max size is {{- length}}",passwordRule:"Your password must be at least 8 characters long, contain at least one digit, one uppercase letter, one lowercase letter, one special character, and must not contain spaces.",invalidEmailAddress:"Invalid email address",passwordsDontMatch:"The two passwords that you entered do not match!",usernameRule:"Your password must be at least 6 characters long. only English letters, digits and symbols (-_.). No space is allowed",wrongTCIdentity:"Wrong TC Identity Number",fieldMustBeTheSame:"This field must be the same as: {{- fields}}"},uploader:{header:"Drag and drop an file",hint:"or Browse to choose a file",fileUploading:"File uploading...",info:"Total: {{- total}} - {{- estimated}} s remaining.",delete:"Delete",preview:"Preview",error:"Error",fileFormatError:"You can only upload {{fileFormat}} file",fileSizeError:"File must smaller than {{fileSize}}",fileUploadSuccess:"File successfully uploaded.",fileUploadFailed:"File upload failed!",removeFileSuccess:"File successfully delete!",browserDoesntSupportDND:"Browser doesn't support drag and drop!",calculating:"Calculating...",removeFile:"Remove File",areYouSureToDeleteThisFile:"Are you sure to delete this file?",yes:"Yes",no:"No"},results:{authentication:{title:"You Need To Sign In",subtitle:"You need to login to access this page. Please login by clicking the button below.",button:"LOGIN"}},countries:{...W}}),e.addResourceBundle("tr","translation",{success:"Başarılı",error:"Hata",table:{noData:"Veri Yok"},placeholders:{username:"Kullanıcı adı",email:"E-Posta",password:"Şifre",confirmPassword:"Şifre tekrar",typeYourNoteHere:"Notunuzu buraya yazınız",selectGender:"Cinsiyet Seçin",selectLanguage:"Dil Seçin",selectCountry:"Ülke Seçin",birthday:"Doğum Tarihi",multipleSelection:"Seçili ({{- count}})"},options:{all:"Hepsi",male:"Erkek",female:"Kadın",languages:{turkish:"Türkçe",english:"İngilizce"}},buttons:{submit:"Gönder",reset:"Temizle"},errors:{required:"Bu alan zorunludur!",minLength:"En az {{- length}} karakter olmalıdır",maxLength:"Çok uzun. Maks uzunluk {{- length}} karakter olmalıdır.",exactLength:"This field must be {{- length}} characters long.",passwordRule:"Şifreniz en az 8 harf olmalı, bir rakam, bir büyük ve bir küçük harf, bir özel karakter içermeli ve boşluk kullanılmamalıdır.",invalidEmailAddress:"Geçersiz e-posta adresi",passwordsDontMatch:"Girdiğiniz şifreler birbirleriyle uyuşmuyor!",usernameRule:"Şifreniz en az 6 karakter uzunluğunda olmalıdır. Sadece İngilizce harfler, rakamlar ve semboller (-_.) kullanılabilir. Boşluk karakterine izin verilmez.",wrongTCIdentity:"TC Kimlik Numarası Yanlış",fieldMustBeTheSame:"Bu alan şunlarla aynı olmalıdır: {{- fields}}"},uploader:{header:"Bir resmi sürükleyip bırakın",hint:"ya da bir dosya seçmek için tıklayın.",fileUploading:"Dosya yükleniyor...",info:"Toplam: {{- total}} - {{- estimated}} sn kaldı.",delete:"Sil",preview:"Önizleme",error:"Hata",fileFormatError:"Yalnızca {{fileFormat}} dosyası yükleyebilirsiniz.",fileSizeError:"Dosya boyutu {{fileSize}}'den küçük olmalıdır.",fileUploadSuccess:"Dosya başarıyla yüklendi.",fileUploadFailed:"Dosya yüklenemedi!",removeFileSuccess:"Dosya başarıyla silindi!",browserDoesntSupportDND:"Tarayıcı taşı&bırak özelliğini desteklemiyor!",calculating:"Hesaplanıyor...",removeFile:"Dosya Silme",areYouSureToDeleteThisFile:"Bu dosyayı silmek istediğinize emin misiniz?",yes:"Evet",no:"Hayır"},results:{authentication:{title:"Üye Girişi Gerekiyor",subtitle:"Bu bölüme ulaşmanız için üye girişi yapmanız gerekiyor. Aşağıdaki tuşa tıklayarak lütfen üye girişi yapınız.",button:"GİRİŞ YAP"}},countries:{...f}}),exports.ALink=Vu,exports.Accordion=Ql,exports.AddDefaultThemeStyle=function(){const e=document.createElement("style");document.head.appendChild(e),e.textContent=":root{color: #ffffff}"},exports.AddDefaultUnit=Bi,exports.AddZero=function(e){var b=Number(e),o=e.toString().split(".");return(-1===e.toString().indexOf(".")||o[1].length<3||o[1].length>2)&&(e=(b=b.toFixed(2)).toString()),parseFloat(e).toFixed(2)},exports.Alert=Pf,exports.ArrowIcon=Ci,exports.BackToTop=Pi,exports.BackTop=function(e){const{children:b=null}=e,[p,z]=M.useState(!1);M.useEffect((()=>(document.addEventListener("scroll",t),()=>{document.removeEventListener("scroll",t)})),[]);const t=()=>{z(document.body.scrollTop>window.innerHeight)},c=()=>{window.scrollTo({top:0,behavior:"smooth"})};return o.jsx(Jf,{className:"itd-back-to-top",children:o.jsx(Zf,{onClick:c,$show:p,children:b||o.jsx(Pi,{width:30,height:30})})})},exports.Base64Decode=function(e){return decodeURIComponent(atob(e).split("").map((function(e){return"%"+("00"+e.charCodeAt(0).toString(16)).slice(-2)})).join(""))},exports.Base64Encode=function(e){return btoa(encodeURIComponent(e).replace(/%([0-9A-F]{2})/g,(function(e,b){return String.fromCharCode(Number("0x"+b))})))},exports.Button=Gt,exports.Calendar=iq,exports.Card=({title:e,titleSeparator:b,extra:p,tabs:z,onTabChange:t,minWidth:c,minHeight:n,children:r,activeTabKey:O="",updating:i=!1,contentPadding:a="30px"})=>{M.useEffect((()=>{}));const s=()=>{if(p)return o.jsx(AW,{className:"itd-card-extra",children:p})},A=()=>{if(z)return o.jsx(nW,{tabs:z,activeTabKey:O,onTabChange:e=>t&&t(e)})},d=()=>{if(e)return o.jsx(aW,{className:"itd-card-title",children:o.jsx(ki,{children:e})})},l=()=>!!(e||p||z);return o.jsx(rW,{children:o.jsx(xt,{updating:i,children:o.jsxs(OW,{className:"itd-card",$minWidth:c,$minHeight:n,$hasHeader:l(),children:[(()=>{if(l())return o.jsxs(iW,{$showSeparator:b,className:"itd-card-header",children:[d(),A(),s()]})})(),(()=>{if(r)return o.jsx(sW,{className:"itd-card-body",$padding:a,children:r})})()]})})})},exports.CheckFileURL=ai,exports.Checkbox=pa,exports.Checkmark=ji,exports.ChunkArray=function(e,b){let o=0,M=[];for(o=0;o<e.length;o+=b){const p=e.slice(o,o+b);"object"!=typeof p&&M.push(p)}return M},exports.Collapse=ef,exports.ConsoleLog=w,exports.ConvertCurrency=function(e,b){return e||(e=0),Oi(e,"TRY"===b?"₺":"USD"===b?"$":"EUR"===b?"€":"?")},exports.DatePicker=fq,exports.DetermineNewHeight=function(e,b,o){return e/b*o},exports.DetermineNewWidth=function(e,b,o){return b/e*o},exports.FileChecker=function(e="config",b="resource"){let o=void 0!==performance.getEntries().filter((e=>e.entryType===b)).filter((b=>b.name.indexOf(e)>-1))[0];return o?console.log("script already loaded"):console.log("script was not loaded"),o},exports.FindSelector=NM,exports.Flex=hW,exports.Form=Il,exports.FormatBytes=si,exports.FormatDate=function(e,b="tr",o="D MMMM YYYY dddd"){return Ri(new Date(e)).locale(b).format(o)},exports.FormatDateTime=function(e,b="tr",o="D MMMM YYYY dddd - HH:mm"){return Ri(new Date(e)).locale(b).format(o)},exports.FormatSimpleDate=function(e,b="tr",o="D MMMM YYYY"){return Ri(new Date(e)).locale(b).format(o)},exports.FormatSimpleDateTime=function(e,b="tr",o="MM/DD/YYYY - HH:mm"){return Ri(new Date(e)).locale(b).format(o)},exports.FormatTime=function(e,b="tr",o="HH:mm"){return Ri(e).locale(b).format(o)},exports.GetByCurrency=function(e,b=!0,o="",M=2){if(""===o)throw new Error("Currency Error: You must send the currency (EUR, USD, TRY, etc...");isNaN(e)&&(e=0);let p=ri(o);return b?new Intl.NumberFormat(p,{style:"currency",currency:o,minimumFractionDigits:M,maximumFractionDigits:M}).format(e):new Intl.NumberFormat(p,{minimumFractionDigits:M,maximumFractionDigits:M}).format(e)},exports.GetCountryCodeByCurrencyCode=ri,exports.GetCountryCodeByLanguage=function(e){return"tr"===e?"tur":"en"===e?"usa":"language_not_found"},exports.GetCurrencyFormat=function(e,b=""){if(""===b)throw new Error("Currency Error: You must send the currency (EUR, USD, TRY, etc...");return""===e?"":e=`${ii(b)}${e}`.replace(/\B(?=(\d{3})+(?!\d))/g,".")},exports.GetCurrencySymbol=ii,exports.GetDecimalByCurrency=function(e=""){if(""===e)throw new Error("Currency Error: You must send the currency (EUR, USD, TRY, etc...");return"TRY"===e?",":"EUR"===e||"USD"===e?".":","},exports.GetTypeByFileType=Ai,exports.H1=({children:e})=>o.jsx(wi,{children:o.jsx("span",{children:e})}),exports.H2=ki,exports.H3=({children:e})=>o.jsx(Si,{children:o.jsx("span",{children:e})}),exports.H4=Ei,exports.ITDContext=ni,exports.ITDProvider=b=>{const[p,z]=M.useState(b.theme?b.theme:"dark"),[t,c]=M.useState(b.dateFormat?b.dateFormat:"MM/DD/YYYY"),[n,r]=M.useState(b.language?b.language:"en"),[O,i]=M.useState("en-US"),[a,s]=M.useState("");M.useEffect((()=>{b.theme&&A(b.theme),b.language&&l(b.language),b.dateFormat&&d(b.dateFormat)}),[b.theme,b.language,b.dateFormat]);const A=e=>{z(e)},d=e=>{c(e)},l=b=>{r(b),e.changeLanguage(b)},q={theme:p,brokenImage:a,dateFormat:t,language:n,locale:O,changeTheme:A,changeBrokenImage:e=>{s(e)},changeDateFormat:d,changeLanguage:l,changeLocale:e=>{i(e)}};return o.jsx(ci,{className:"itd-provider","data-theme":p,"data-lang":n,children:o.jsx(ni.Provider,{value:q,children:o.jsx(KO,{children:o.jsx(zi,{children:o.jsx(lc,{children:b.children})})})})})},exports.Image=Wa,exports.InlineSelect=Tf,exports.InlineSelectArrow=Ii,exports.Input=hu,exports.IsValidJSON=function(e){e="string"!=typeof e?JSON.stringify(e):e;try{e=JSON.parse(String(e))}catch(e){return!1}return"object"==typeof e&&null!==e},exports.LockIcon=_i,exports.ModalManager=qc,exports.NoData=Ui,exports.Notification=QO,exports.Picture=Vi,exports.Progress=function({status:e,percent:b=0,alwaysShowPercent:M=!1,showInfo:p=!0,className:z=""}){const t=()=>{let o="itd-progress";return o+=" itd-progress-"+e,o+=" itd-progress-percent-"+b,""!==z&&null!==z&&(o+=" "+z),o},c=o.jsx("svg",{viewBox:"64 64 896 896",focusable:"false","data-icon":"check-circle",width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",children:o.jsx("path",{d:"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm193.5 301.7l-210.6 292a31.8 31.8 0 01-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.5 12.7z"})}),n=o.jsx("svg",{fillRule:"evenodd",viewBox:"64 64 896 896",focusable:"false","data-icon":"close-circle",width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",children:o.jsx("path",{d:"M512 64c247.4 0 448 200.6 448 448S759.4 960 512 960 64 759.4 64 512 264.6 64 512 64zm127.98 274.82h-.04l-.08.06L512 466.75 384.14 338.88c-.04-.05-.06-.06-.08-.06a.12.12 0 00-.07 0c-.03 0-.05.01-.09.05l-45.02 45.02a.2.2 0 00-.05.09.12.12 0 000 .07v.02a.27.27 0 00.06.06L466.75 512 338.88 639.86c-.05.04-.06.06-.06.08a.12.12 0 000 .07c0 .03.01.05.05.09l45.02 45.02a.2.2 0 00.09.05.12.12 0 00.07 0c.02 0 .04-.01.08-.05L512 557.25l127.86 127.87c.04.04.06.05.08.05a.12.12 0 00.07 0c.03 0 .05-.01.09-.05l45.02-45.02a.2.2 0 00.05-.09.12.12 0 000-.07v-.02a.27.27 0 00-.05-.06L557.25 512l127.87-127.86c.04-.04.05-.06.05-.08a.12.12 0 000-.07c0-.03-.01-.05-.05-.09l-45.02-45.02a.2.2 0 00-.09-.05.12.12 0 00-.07 0z"})}),r=()=>e||(b<100?"normal":"success"),O=()=>{if(p)return o.jsx("span",{className:"itd-progress-status",children:i()})},i=()=>{const e=r();return"active"===e||"normal"===e||M?o.jsx("span",{className:"itd-progress-status-text",children:b+"%"}):"success"===e?c:"exception"===e?n:void 0};return o.jsx(pW,{$status:r(),$percent:b,className:t(),children:o.jsxs("div",{className:"itd-progress-outer",children:[o.jsx("div",{className:"itd-progress-inner",children:o.jsx("div",{className:"itd-progress-bg"})}),O()]})})},exports.Radio=df,exports.RemoveUnits=function(e){return e?(e=e.replaceAll("%","").replaceAll("px","").replaceAll("em","").replaceAll("ex","").replaceAll("ch","").replaceAll("rem","").replaceAll("vw","").replaceAll("vh","").replaceAll("vmin","").replaceAll("vmax","").replaceAll("pt","").replaceAll("pc","").replaceAll("in","").replaceAll("mm","").replaceAll("cm",""),parseInt(e)):0},exports.Result=Qf,exports.SVGLoader=(e,b,M)=>o.jsx(qi,{$width:b,$height:M,children:o.jsx(t.ReactSVG,{src:e})}),exports.Select=Rl,exports.Spin=xt,exports.Status=function({variant:e="gray-1",size:b="default",stretch:M=!1,children:p="",className:z=""}){const t=()=>{let o="itd-status";return o+=" itd-status-"+e,o+=" itd-status-"+jt(b),M&&(o+=" itd-status-stretch"),""!==z&&null!==z&&(o+=" "+z),o};return o.jsx(oW,{$status:e,className:t(),children:o.jsx("span",{children:p})})},exports.Switch=Bu,exports.Table=fW,exports.Tabs=nW,exports.TextArea=Lu,exports.TinyScrollbar=nl,exports.Tooltip=ti,exports.TranslateCell=xi,exports.Trash=Fi,exports.UniUpperCase=function(e="",b="tr"){var o={i:"İ","ş":"Ş","ğ":"Ğ","ü":"Ü","ö":"Ö","ç":"Ç","ı":"I"};return"tr"===b&&(e=e.replace(/(([iışğüçö]))/g,(e=>o[e]))),e.toUpperCase()},exports.UpdateThemeStyle=function(e){var b="",o=document.styleSheets[0];Object.keys(e).forEach((o=>{b+=`${o}:${e[o]};`})),o.hasOwnProperty("cssRules")&&(o.cssRules[0].style.cssText=b)},exports.Upload=Fu,exports.UploadIcon=Di,exports.Wait=di,exports.ZoomIn=$i,exports.ZoomOut=({className:e="",height:b=24,width:M=24})=>o.jsx("svg",{className:e,height:b,width:M,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:o.jsxs("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:[o.jsx("rect",{x:"0",y:"0",width:"24",height:"24"}),o.jsx("path",{d:"M14.2928932,16.7071068 C13.9023689,16.3165825 13.9023689,15.6834175 14.2928932,15.2928932 C14.6834175,14.9023689 15.3165825,14.9023689 15.7071068,15.2928932 L19.7071068,19.2928932 C20.0976311,19.6834175 20.0976311,20.3165825 19.7071068,20.7071068 C19.3165825,21.0976311 18.6834175,21.0976311 18.2928932,20.7071068 L14.2928932,16.7071068 Z",fill:"#000000",fillRule:"nonzero",opacity:"0.3"}),o.jsx("path",{d:"M11,16 C13.7614237,16 16,13.7614237 16,11 C16,8.23857625 13.7614237,6 11,6 C8.23857625,6 6,8.23857625 6,11 C6,13.7614237 8.23857625,16 11,16 Z M11,18 C7.13400675,18 4,14.8659932 4,11 C4,7.13400675 7.13400675,4 11,4 C14.8659932,4 18,7.13400675 18,11 C18,14.8659932 14.8659932,18 11,18 Z",fill:"#000000",fillRule:"nonzero"}),o.jsx("rect",{fill:"#000000",opacity:"0.3",x:"9",y:"10.5",width:"4",height:"1",rx:"0.5"})]})}),exports.toKebabCase=function(e,b=!1,o=!1){const M=["the","is","in","at","on","and","a","an","ve","bir","bu","için","gibi"],p={"ğ":"g","ü":"u","ş":"s","ı":"i","ö":"o","ç":"c","Ğ":"g","Ü":"u","Ş":"s","İ":"i","Ö":"o","Ç":"c"};return e=e.replace(/[ğüşiöçıĞÜŞİÖÇ]/g,(e=>p[e]||e)),b&&(e=e.split(" ").filter((e=>!M.includes(e.toLowerCase()))).join(" ")),o&&(e=e.replace(/\d+/g,"")),(e=(e=e.normalize("NFD").replace(/[\u0300-\u036f]/g,"")).toLowerCase().replace(/[^a-z0-9\s-]/g,"")).trim().replace(/\s+/g,"-")},exports.useAddExternalCSS=(e,b=!1)=>{M.useEffect((()=>{var M=!1,p=document.head,z=o();return document.querySelectorAll("head > link").forEach((b=>{-1!==b.href.indexOf(e)&&(M=!0)})),M||p.appendChild(z),()=>{b&&document.querySelectorAll("head > link").forEach((b=>{-1!==b.href.indexOf(e)&&document.head.removeChild(b)}))}}),[e]);const o=()=>{var b=document.createElement("link");return b.type="text/css",b.rel="stylesheet",b.href=e,b}},exports.useComponentSize=e=>{const[b,o]=M.useState({width:0,height:0});return M.useEffect((()=>{if(!e.current)return;const b=new ResizeObserver((e=>{e.forEach((({target:e})=>{o({width:e.clientWidth,height:e.clientHeight})}))}));return b.observe(e.current),()=>b.disconnect()}),[e]),[b]},exports.useConnectionStatus=e=>{M.useEffect((()=>{const b=b=>{e(b)};return window.addEventListener("online",b),()=>{window.removeEventListener("online",b)}}),[e])},exports.useConstructor=(e=()=>{})=>{const[b,o]=M.useState(!1);b||(e(),o(!0))},exports.useContextBridge=(...e)=>{if(0===e.length)return({children:e})=>o.jsx(o.Fragment,{children:e});const b=e.map(M.useContext),p=M.useRef(b);return p.current=b,M.useMemo((()=>({children:b})=>e.reduceRight(((e,b,M)=>o.jsx(b.Provider,{value:p.current[M],children:e})),b)),[])},exports.useCoreFetch=SM,exports.useCreateDynamicStyle=(e,b,o=G("itd-dynamic-style"))=>{M.useEffect((()=>(z()||p(),()=>{let e=t();"string"!=typeof e&&e.parentNode&&e.parentNode.removeChild(e)})),[]);const p=()=>{r(),b("cs-"+o)},z=()=>0===Object.keys(e).length,t=()=>{let e="";return document.querySelectorAll("head > style").forEach((b=>{b.id===o&&(e=b)})),e},r=()=>{let b=O(e);var M=document.createElement("style");M.setAttribute("type","text/css"),M.setAttribute("id",o),M.innerHTML=b.join(""),document.head.appendChild(M)},O=e=>{let b=[];for(var M in e){var p=JSON.stringify(e[M]).split('","').join(";").replace(/"/g,"");p=n().use(c).use(vM).use(Uo({})).process(p).css;var z=`.cs-${o} ${M} `;z+=p,z+=" ",b.push(z)}return b}},exports.useCreateStyledStyle=yM,exports.useKeyboardShortcut=({key:e,onKeyPressed:b})=>{M.useEffect((()=>{function o(o){o.key===e&&(o.preventDefault(),b())}return document.addEventListener("keydown",o),()=>{document.removeEventListener("keydown",o)}}),[e,b])},exports.useMultiQuery=XM,exports.useOnClickOutside=xM,exports.useOnESCKeyDown=BM,exports.useOnResize=e=>{M.useEffect((()=>{const b=b=>{e(b)};return window.addEventListener("resize",b),()=>{window.removeEventListener("resize",b)}}),[e])},exports.useOrientation=()=>{const[e,b]=M.useState("portrait-primary"===window.screen.orientation.type?"portrait":"landscape");return M.useEffect((()=>{const e=e=>{const o=e.currentTarget.type;"landscape-primary"===o?b("landscape"):"portrait-primary"===o&&b("portrait")};return screen.orientation.addEventListener("change",e),()=>{screen.orientation.removeEventListener("change",e)}}),[]),e},exports.useReCaptcha=e=>{let b;const[o,p]=M.useState("");M.useEffect((()=>()=>{document.body.removeChild(b)}),[]);return{loadReCaptcha:e=>{b=document.createElement("script"),b.src="https://www.google.com/recaptcha/api.js?render="+e,b.onload=function(){p(e)},document.body.appendChild(b)},executeReCaptcha:()=>{if(""===o)return w.double("useReCaptcha","Not yet initialized! reCaptcha can't execute right now.","error"),void(e&&e(null));window.grecaptcha.ready((b=>{try{window.grecaptcha.execute(o,{action:"login"}).then((b=>{w.double("ReCaptcha V3","Token is valid"),console.log("token: "+b),e&&e(b)}))}catch(e){w.double("ReCaptcha V3","Token is invalid","error")}}))}}},exports.useSingleQuery=wM;
|
|
6274
|
+
`,WW=({gap:e,justify:b,align:M,vertical:p,wrap:z,stretch:t,style:c,className:n,children:r})=>o.jsx(fW,{$gap:e,$justify:b,$align:M,$vertical:p,$wrap:z,$stretch:t,style:c,className:n,children:r});e.use(b.initReactI18next).init({preload:["en","tr"],fallbackLng:["en","tr"],lng:"en-US",load:"languageOnly",ns:["translation"],initImmediate:!1,debug:!0,resources:{}}),e.addResourceBundle("en","translation",{success:"Success",error:"Error",table:{noData:"No Data"},placeholders:{username:"Username",email:"E-Mail",password:"Password",confirmPassword:"Confirm password",typeYourNoteHere:"Type your note here",selectGender:"Select Gender",selectLanguage:"Select Language",selectCountry:"Select Country",birthday:"Birthday",multipleSelection:"Selected ({{- count}})"},options:{all:"All",male:"Male",female:"Female",languages:{turkish:"Turkish",english:"English"}},buttons:{submit:"Submit",reset:"Reset"},errors:{required:"This field is required!",minLength:"Should contain at least {{- length}} characters",maxLength:"Is too long. Max size is {{- length}}",passwordRule:"Your password must be at least 8 characters long, contain at least one digit, one uppercase letter, one lowercase letter, one special character, and must not contain spaces.",invalidEmailAddress:"Invalid email address",passwordsDontMatch:"The two passwords that you entered do not match!",usernameRule:"Your password must be at least 6 characters long. only English letters, digits and symbols (-_.). No space is allowed",wrongTCIdentity:"Wrong TC Identity Number",fieldMustBeTheSame:"This field must be the same as: {{- fields}}"},uploader:{header:"Drag and drop an file",hint:"or Browse to choose a file",fileUploading:"File uploading...",info:"Total: {{- total}} - {{- estimated}} s remaining.",delete:"Delete",preview:"Preview",error:"Error",fileFormatError:"You can only upload {{fileFormat}} file",fileSizeError:"File must smaller than {{fileSize}}",fileUploadSuccess:"File successfully uploaded.",fileUploadFailed:"File upload failed!",removeFileSuccess:"File successfully delete!",browserDoesntSupportDND:"Browser doesn't support drag and drop!",calculating:"Calculating...",removeFile:"Remove File",areYouSureToDeleteThisFile:"Are you sure to delete this file?",yes:"Yes",no:"No"},results:{authentication:{title:"You Need To Sign In",subtitle:"You need to login to access this page. Please login by clicking the button below.",button:"LOGIN"}},countries:{...W}}),e.addResourceBundle("tr","translation",{success:"Başarılı",error:"Hata",table:{noData:"Veri Yok"},placeholders:{username:"Kullanıcı adı",email:"E-Posta",password:"Şifre",confirmPassword:"Şifre tekrar",typeYourNoteHere:"Notunuzu buraya yazınız",selectGender:"Cinsiyet Seçin",selectLanguage:"Dil Seçin",selectCountry:"Ülke Seçin",birthday:"Doğum Tarihi",multipleSelection:"Seçili ({{- count}})"},options:{all:"Hepsi",male:"Erkek",female:"Kadın",languages:{turkish:"Türkçe",english:"İngilizce"}},buttons:{submit:"Gönder",reset:"Temizle"},errors:{required:"Bu alan zorunludur!",minLength:"En az {{- length}} karakter olmalıdır",maxLength:"Çok uzun. Maks uzunluk {{- length}} karakter olmalıdır.",exactLength:"This field must be {{- length}} characters long.",passwordRule:"Şifreniz en az 8 harf olmalı, bir rakam, bir büyük ve bir küçük harf, bir özel karakter içermeli ve boşluk kullanılmamalıdır.",invalidEmailAddress:"Geçersiz e-posta adresi",passwordsDontMatch:"Girdiğiniz şifreler birbirleriyle uyuşmuyor!",usernameRule:"Şifreniz en az 6 karakter uzunluğunda olmalıdır. Sadece İngilizce harfler, rakamlar ve semboller (-_.) kullanılabilir. Boşluk karakterine izin verilmez.",wrongTCIdentity:"TC Kimlik Numarası Yanlış",fieldMustBeTheSame:"Bu alan şunlarla aynı olmalıdır: {{- fields}}"},uploader:{header:"Bir resmi sürükleyip bırakın",hint:"ya da bir dosya seçmek için tıklayın.",fileUploading:"Dosya yükleniyor...",info:"Toplam: {{- total}} - {{- estimated}} sn kaldı.",delete:"Sil",preview:"Önizleme",error:"Hata",fileFormatError:"Yalnızca {{fileFormat}} dosyası yükleyebilirsiniz.",fileSizeError:"Dosya boyutu {{fileSize}}'den küçük olmalıdır.",fileUploadSuccess:"Dosya başarıyla yüklendi.",fileUploadFailed:"Dosya yüklenemedi!",removeFileSuccess:"Dosya başarıyla silindi!",browserDoesntSupportDND:"Tarayıcı taşı&bırak özelliğini desteklemiyor!",calculating:"Hesaplanıyor...",removeFile:"Dosya Silme",areYouSureToDeleteThisFile:"Bu dosyayı silmek istediğinize emin misiniz?",yes:"Evet",no:"Hayır"},results:{authentication:{title:"Üye Girişi Gerekiyor",subtitle:"Bu bölüme ulaşmanız için üye girişi yapmanız gerekiyor. Aşağıdaki tuşa tıklayarak lütfen üye girişi yapınız.",button:"GİRİŞ YAP"}},countries:{...f}}),exports.ALink=$u,exports.Accordion=Ql,exports.AddDefaultThemeStyle=function(){const e=document.createElement("style");document.head.appendChild(e),e.textContent=":root{color: #ffffff}"},exports.AddDefaultUnit=Bi,exports.AddZero=function(e){var b=Number(e),o=e.toString().split(".");return(-1===e.toString().indexOf(".")||o[1].length<3||o[1].length>2)&&(e=(b=b.toFixed(2)).toString()),parseFloat(e).toFixed(2)},exports.Alert=Df,exports.ArrowIcon=Ci,exports.BackToTop=Pi,exports.BackTop=function(e){const{children:b=null}=e,[p,z]=M.useState(!1);M.useEffect((()=>(document.addEventListener("scroll",t),()=>{document.removeEventListener("scroll",t)})),[]);const t=()=>{z(document.body.scrollTop>window.innerHeight)},c=()=>{window.scrollTo({top:0,behavior:"smooth"})};return o.jsx(Qf,{className:"itd-back-to-top",children:o.jsx(Jf,{onClick:c,$show:p,children:b||o.jsx(Pi,{width:30,height:30})})})},exports.Base64Decode=function(e){return decodeURIComponent(atob(e).split("").map((function(e){return"%"+("00"+e.charCodeAt(0).toString(16)).slice(-2)})).join(""))},exports.Base64Encode=function(e){return btoa(encodeURIComponent(e).replace(/%([0-9A-F]{2})/g,(function(e,b){return String.fromCharCode(Number("0x"+b))})))},exports.Button=Gt,exports.Calendar=iq,exports.Card=({title:e,titleSeparator:b,extra:p,tabs:z,onTabChange:t,minWidth:c,minHeight:n,children:r,activeTabKey:O="",updating:i=!1,contentPadding:a="30px"})=>{M.useEffect((()=>{}));const s=()=>{if(p)return o.jsx(sW,{className:"itd-card-extra",children:p})},A=()=>{if(z)return o.jsx(cW,{tabs:z,activeTabKey:O,onTabChange:e=>t&&t(e)})},d=()=>{if(e)return o.jsx(iW,{className:"itd-card-title",children:o.jsx(ki,{children:e})})},l=()=>!!(e||p||z);return o.jsx(nW,{children:o.jsx(xt,{updating:i,children:o.jsxs(rW,{className:"itd-card",$minWidth:c,$minHeight:n,$hasHeader:l(),children:[(()=>{if(l())return o.jsxs(OW,{$showSeparator:b,className:"itd-card-header",children:[d(),A(),s()]})})(),(()=>{if(r)return o.jsx(aW,{className:"itd-card-body",$padding:a,children:r})})()]})})})},exports.CheckFileURL=ai,exports.Checkbox=pa,exports.Checkmark=ji,exports.ChunkArray=function(e,b){let o=0,M=[];for(o=0;o<e.length;o+=b){const p=e.slice(o,o+b);"object"!=typeof p&&M.push(p)}return M},exports.Collapse=Zu,exports.ConsoleLog=w,exports.ConvertCurrency=function(e,b){return e||(e=0),Oi(e,"TRY"===b?"₺":"USD"===b?"$":"EUR"===b?"€":"?")},exports.DatePicker=uq,exports.DetermineNewHeight=function(e,b,o){return e/b*o},exports.DetermineNewWidth=function(e,b,o){return b/e*o},exports.FileChecker=function(e="config",b="resource"){let o=void 0!==performance.getEntries().filter((e=>e.entryType===b)).filter((b=>b.name.indexOf(e)>-1))[0];return o?console.log("script already loaded"):console.log("script was not loaded"),o},exports.FindSelector=NM,exports.Flex=WW,exports.Form=Il,exports.FormatBytes=si,exports.FormatDate=function(e,b="tr",o="D MMMM YYYY dddd"){return Ri(new Date(e)).locale(b).format(o)},exports.FormatDateTime=function(e,b="tr",o="D MMMM YYYY dddd - HH:mm"){return Ri(new Date(e)).locale(b).format(o)},exports.FormatSimpleDate=function(e,b="tr",o="D MMMM YYYY"){return Ri(new Date(e)).locale(b).format(o)},exports.FormatSimpleDateTime=function(e,b="tr",o="MM/DD/YYYY - HH:mm"){return Ri(new Date(e)).locale(b).format(o)},exports.FormatTime=function(e,b="tr",o="HH:mm"){return Ri(e).locale(b).format(o)},exports.GetByCurrency=function(e,b=!0,o="",M=2){if(""===o)throw new Error("Currency Error: You must send the currency (EUR, USD, TRY, etc...");isNaN(e)&&(e=0);let p=ri(o);return b?new Intl.NumberFormat(p,{style:"currency",currency:o,minimumFractionDigits:M,maximumFractionDigits:M}).format(e):new Intl.NumberFormat(p,{minimumFractionDigits:M,maximumFractionDigits:M}).format(e)},exports.GetCountryCodeByCurrencyCode=ri,exports.GetCountryCodeByLanguage=function(e){return"tr"===e?"tur":"en"===e?"usa":"language_not_found"},exports.GetCurrencyFormat=function(e,b=""){if(""===b)throw new Error("Currency Error: You must send the currency (EUR, USD, TRY, etc...");return""===e?"":e=`${ii(b)}${e}`.replace(/\B(?=(\d{3})+(?!\d))/g,".")},exports.GetCurrencySymbol=ii,exports.GetDecimalByCurrency=function(e=""){if(""===e)throw new Error("Currency Error: You must send the currency (EUR, USD, TRY, etc...");return"TRY"===e?",":"EUR"===e||"USD"===e?".":","},exports.GetTypeByFileType=Ai,exports.H1=({children:e})=>o.jsx(wi,{children:o.jsx("span",{children:e})}),exports.H2=ki,exports.H3=({children:e})=>o.jsx(Si,{children:o.jsx("span",{children:e})}),exports.H4=Ei,exports.ITDContext=ni,exports.ITDProvider=b=>{const[p,z]=M.useState(b.theme?b.theme:"dark"),[t,c]=M.useState(b.dateFormat?b.dateFormat:"MM/DD/YYYY"),[n,r]=M.useState(b.language?b.language:"en"),[O,i]=M.useState("en-US"),[a,s]=M.useState("");M.useEffect((()=>{b.theme&&A(b.theme),b.language&&l(b.language),b.dateFormat&&d(b.dateFormat)}),[b.theme,b.language,b.dateFormat]);const A=e=>{z(e)},d=e=>{c(e)},l=b=>{r(b),e.changeLanguage(b)},q={theme:p,brokenImage:a,dateFormat:t,language:n,locale:O,changeTheme:A,changeBrokenImage:e=>{s(e)},changeDateFormat:d,changeLanguage:l,changeLocale:e=>{i(e)}};return o.jsx(ci,{className:"itd-provider","data-theme":p,"data-lang":n,children:o.jsx(ni.Provider,{value:q,children:o.jsx(KO,{children:o.jsx(zi,{children:o.jsx(lc,{children:b.children})})})})})},exports.Image=Wa,exports.InlineSelect=Sf,exports.InlineSelectArrow=Ii,exports.Input=Wu,exports.IsValidJSON=function(e){e="string"!=typeof e?JSON.stringify(e):e;try{e=JSON.parse(String(e))}catch(e){return!1}return"object"==typeof e&&null!==e},exports.LockIcon=_i,exports.ModalManager=qc,exports.NoData=Ui,exports.Notification=QO,exports.Picture=Vi,exports.Progress=function({status:e,percent:b=0,alwaysShowPercent:M=!1,showInfo:p=!0,className:z=""}){const t=()=>{let o="itd-progress";return o+=" itd-progress-"+e,o+=" itd-progress-percent-"+b,""!==z&&null!==z&&(o+=" "+z),o},c=o.jsx("svg",{viewBox:"64 64 896 896",focusable:"false","data-icon":"check-circle",width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",children:o.jsx("path",{d:"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm193.5 301.7l-210.6 292a31.8 31.8 0 01-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.5 12.7z"})}),n=o.jsx("svg",{fillRule:"evenodd",viewBox:"64 64 896 896",focusable:"false","data-icon":"close-circle",width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",children:o.jsx("path",{d:"M512 64c247.4 0 448 200.6 448 448S759.4 960 512 960 64 759.4 64 512 264.6 64 512 64zm127.98 274.82h-.04l-.08.06L512 466.75 384.14 338.88c-.04-.05-.06-.06-.08-.06a.12.12 0 00-.07 0c-.03 0-.05.01-.09.05l-45.02 45.02a.2.2 0 00-.05.09.12.12 0 000 .07v.02a.27.27 0 00.06.06L466.75 512 338.88 639.86c-.05.04-.06.06-.06.08a.12.12 0 000 .07c0 .03.01.05.05.09l45.02 45.02a.2.2 0 00.09.05.12.12 0 00.07 0c.02 0 .04-.01.08-.05L512 557.25l127.86 127.87c.04.04.06.05.08.05a.12.12 0 00.07 0c.03 0 .05-.01.09-.05l45.02-45.02a.2.2 0 00.05-.09.12.12 0 000-.07v-.02a.27.27 0 00-.05-.06L557.25 512l127.87-127.86c.04-.04.05-.06.05-.08a.12.12 0 000-.07c0-.03-.01-.05-.05-.09l-45.02-45.02a.2.2 0 00-.09-.05.12.12 0 00-.07 0z"})}),r=()=>e||(b<100?"normal":"success"),O=()=>{if(p)return o.jsx("span",{className:"itd-progress-status",children:i()})},i=()=>{const e=r();return"active"===e||"normal"===e||M?o.jsx("span",{className:"itd-progress-status-text",children:b+"%"}):"success"===e?c:"exception"===e?n:void 0};return o.jsx(MW,{$status:r(),$percent:b,className:t(),children:o.jsxs("div",{className:"itd-progress-outer",children:[o.jsx("div",{className:"itd-progress-inner",children:o.jsx("div",{className:"itd-progress-bg"})}),O()]})})},exports.Radio=Af,exports.RemoveUnits=function(e){return e?(e=e.replaceAll("%","").replaceAll("px","").replaceAll("em","").replaceAll("ex","").replaceAll("ch","").replaceAll("rem","").replaceAll("vw","").replaceAll("vh","").replaceAll("vmin","").replaceAll("vmax","").replaceAll("pt","").replaceAll("pc","").replaceAll("in","").replaceAll("mm","").replaceAll("cm",""),parseInt(e)):0},exports.Result=Kf,exports.SVGLoader=(e,b,M)=>o.jsx(qi,{$width:b,$height:M,children:o.jsx(t.ReactSVG,{src:e})}),exports.Select=Rl,exports.Spin=xt,exports.Status=function({variant:e="gray-1",size:b="default",stretch:M=!1,children:p="",className:z=""}){const t=()=>{let o="itd-status";return o+=" itd-status-"+e,o+=" itd-status-"+jt(b),M&&(o+=" itd-status-stretch"),""!==z&&null!==z&&(o+=" "+z),o};return o.jsx(bW,{$status:e,className:t(),children:o.jsx("span",{children:p})})},exports.Switch=xu,exports.Table=uW,exports.Tabs=cW,exports.TextArea=gu,exports.TinyScrollbar=nl,exports.Tooltip=ti,exports.TranslateCell=xi,exports.Trash=Fi,exports.UniUpperCase=function(e="",b="tr"){var o={i:"İ","ş":"Ş","ğ":"Ğ","ü":"Ü","ö":"Ö","ç":"Ç","ı":"I"};return"tr"===b&&(e=e.replace(/(([iışğüçö]))/g,(e=>o[e]))),e.toUpperCase()},exports.UpdateThemeStyle=function(e){var b="",o=document.styleSheets[0];Object.keys(e).forEach((o=>{b+=`${o}:${e[o]};`})),o.hasOwnProperty("cssRules")&&(o.cssRules[0].style.cssText=b)},exports.Upload=Iu,exports.UploadIcon=Di,exports.Wait=di,exports.ZoomIn=$i,exports.ZoomOut=({className:e="",height:b=24,width:M=24})=>o.jsx("svg",{className:e,height:b,width:M,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:o.jsxs("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:[o.jsx("rect",{x:"0",y:"0",width:"24",height:"24"}),o.jsx("path",{d:"M14.2928932,16.7071068 C13.9023689,16.3165825 13.9023689,15.6834175 14.2928932,15.2928932 C14.6834175,14.9023689 15.3165825,14.9023689 15.7071068,15.2928932 L19.7071068,19.2928932 C20.0976311,19.6834175 20.0976311,20.3165825 19.7071068,20.7071068 C19.3165825,21.0976311 18.6834175,21.0976311 18.2928932,20.7071068 L14.2928932,16.7071068 Z",fill:"#000000",fillRule:"nonzero",opacity:"0.3"}),o.jsx("path",{d:"M11,16 C13.7614237,16 16,13.7614237 16,11 C16,8.23857625 13.7614237,6 11,6 C8.23857625,6 6,8.23857625 6,11 C6,13.7614237 8.23857625,16 11,16 Z M11,18 C7.13400675,18 4,14.8659932 4,11 C4,7.13400675 7.13400675,4 11,4 C14.8659932,4 18,7.13400675 18,11 C18,14.8659932 14.8659932,18 11,18 Z",fill:"#000000",fillRule:"nonzero"}),o.jsx("rect",{fill:"#000000",opacity:"0.3",x:"9",y:"10.5",width:"4",height:"1",rx:"0.5"})]})}),exports.toKebabCase=function(e,b=!1,o=!1){const M=["the","is","in","at","on","and","a","an","ve","bir","bu","için","gibi"],p={"ğ":"g","ü":"u","ş":"s","ı":"i","ö":"o","ç":"c","Ğ":"g","Ü":"u","Ş":"s","İ":"i","Ö":"o","Ç":"c"};return e=e.replace(/[ğüşiöçıĞÜŞİÖÇ]/g,(e=>p[e]||e)),b&&(e=e.split(" ").filter((e=>!M.includes(e.toLowerCase()))).join(" ")),o&&(e=e.replace(/\d+/g,"")),(e=(e=e.normalize("NFD").replace(/[\u0300-\u036f]/g,"")).toLowerCase().replace(/[^a-z0-9\s-]/g,"")).trim().replace(/\s+/g,"-")},exports.useAddExternalCSS=(e,b=!1)=>{M.useEffect((()=>{var M=!1,p=document.head,z=o();return document.querySelectorAll("head > link").forEach((b=>{-1!==b.href.indexOf(e)&&(M=!0)})),M||p.appendChild(z),()=>{b&&document.querySelectorAll("head > link").forEach((b=>{-1!==b.href.indexOf(e)&&document.head.removeChild(b)}))}}),[e]);const o=()=>{var b=document.createElement("link");return b.type="text/css",b.rel="stylesheet",b.href=e,b}},exports.useComponentSize=e=>{const[b,o]=M.useState({width:0,height:0});return M.useEffect((()=>{if(!e.current)return;const b=new ResizeObserver((e=>{e.forEach((({target:e})=>{o({width:e.clientWidth,height:e.clientHeight})}))}));return b.observe(e.current),()=>b.disconnect()}),[e]),[b]},exports.useConnectionStatus=e=>{M.useEffect((()=>{const b=b=>{e(b)};return window.addEventListener("online",b),()=>{window.removeEventListener("online",b)}}),[e])},exports.useConstructor=(e=()=>{})=>{const[b,o]=M.useState(!1);b||(e(),o(!0))},exports.useContextBridge=(...e)=>{if(0===e.length)return({children:e})=>o.jsx(o.Fragment,{children:e});const b=e.map(M.useContext),p=M.useRef(b);return p.current=b,M.useMemo((()=>({children:b})=>e.reduceRight(((e,b,M)=>o.jsx(b.Provider,{value:p.current[M],children:e})),b)),[])},exports.useCoreFetch=SM,exports.useCreateDynamicStyle=(e,b,o=G("itd-dynamic-style"))=>{M.useEffect((()=>(z()||p(),()=>{let e=t();"string"!=typeof e&&e.parentNode&&e.parentNode.removeChild(e)})),[]);const p=()=>{r(),b("cs-"+o)},z=()=>0===Object.keys(e).length,t=()=>{let e="";return document.querySelectorAll("head > style").forEach((b=>{b.id===o&&(e=b)})),e},r=()=>{let b=O(e);var M=document.createElement("style");M.setAttribute("type","text/css"),M.setAttribute("id",o),M.innerHTML=b.join(""),document.head.appendChild(M)},O=e=>{let b=[];for(var M in e){var p=JSON.stringify(e[M]).split('","').join(";").replace(/"/g,"");p=n().use(c).use(vM).use(Uo({})).process(p).css;var z=`.cs-${o} ${M} `;z+=p,z+=" ",b.push(z)}return b}},exports.useCreateStyledStyle=yM,exports.useKeyboardShortcut=({key:e,onKeyPressed:b})=>{M.useEffect((()=>{function o(o){o.key===e&&(o.preventDefault(),b())}return document.addEventListener("keydown",o),()=>{document.removeEventListener("keydown",o)}}),[e,b])},exports.useMultiQuery=XM,exports.useOnClickOutside=xM,exports.useOnESCKeyDown=BM,exports.useOnResize=e=>{M.useEffect((()=>{const b=b=>{e(b)};return window.addEventListener("resize",b),()=>{window.removeEventListener("resize",b)}}),[e])},exports.useOrientation=()=>{const[e,b]=M.useState("portrait-primary"===window.screen.orientation.type?"portrait":"landscape");return M.useEffect((()=>{const e=e=>{const o=e.currentTarget.type;"landscape-primary"===o?b("landscape"):"portrait-primary"===o&&b("portrait")};return screen.orientation.addEventListener("change",e),()=>{screen.orientation.removeEventListener("change",e)}}),[]),e},exports.useReCaptcha=e=>{let b;const[o,p]=M.useState("");M.useEffect((()=>()=>{document.body.removeChild(b)}),[]);return{loadReCaptcha:e=>{b=document.createElement("script"),b.src="https://www.google.com/recaptcha/api.js?render="+e,b.onload=function(){p(e)},document.body.appendChild(b)},executeReCaptcha:()=>{if(""===o)return w.double("useReCaptcha","Not yet initialized! reCaptcha can't execute right now.","error"),void(e&&e(null));window.grecaptcha.ready((b=>{try{window.grecaptcha.execute(o,{action:"login"}).then((b=>{w.double("ReCaptcha V3","Token is valid"),console.log("token: "+b),e&&e(b)}))}catch(e){w.double("ReCaptcha V3","Token is invalid","error")}}))}}},exports.useSingleQuery=wM;
|