@inntechcorp/it-design 2.2.63 → 2.2.64
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 +2 -1
- package/dist/icons/Remove.d.ts +7 -0
- package/dist/index.cjs.js +154 -115
- package/dist/index.esm.js +188 -149
- package/dist/locales/calendar.json +22 -22
- package/dist/locales/itd.json +224 -223
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -3005,21 +3005,60 @@
|
|
|
3005
3005
|
outline: none;
|
|
3006
3006
|
}
|
|
3007
3007
|
|
|
3008
|
+
.itd-datepicker-suffix {
|
|
3009
|
+
width: 20px;
|
|
3010
|
+
height: 20px;
|
|
3011
|
+
display: inline-grid;
|
|
3012
|
+
place-items: center;
|
|
3013
|
+
}
|
|
3014
|
+
|
|
3015
|
+
.itd-datepicker-icon {
|
|
3016
|
+
color: #cccccc;
|
|
3017
|
+
transition: color .2s ease, opacity .2s ease;
|
|
3018
|
+
}
|
|
3019
|
+
|
|
3020
|
+
.itd-datepicker-icon.clear {
|
|
3021
|
+
cursor: pointer;
|
|
3022
|
+
}
|
|
3023
|
+
|
|
3024
|
+
.itd-datepicker-icon:hover {
|
|
3025
|
+
color: #999999;
|
|
3026
|
+
}
|
|
3027
|
+
|
|
3008
3028
|
${({$disabled:e})=>e&&l.css`
|
|
3009
3029
|
cursor: not-allowed;
|
|
3010
3030
|
`}
|
|
3011
3031
|
|
|
3012
3032
|
`,Ic=l(Tc)`
|
|
3033
|
+
|
|
3013
3034
|
box-shadow: 0 0 30px rgba(0,0,0,.25);
|
|
3014
3035
|
z-index: 2;
|
|
3015
3036
|
position: absolute;
|
|
3016
3037
|
top: calc(100% + 10px);
|
|
3017
|
-
${({$position:e})=>"left"===e?"left: 0;":"right: 0;"}
|
|
3038
|
+
${({$position:e})=>"left"===e?"left: 0;":"right: 0;"};
|
|
3018
3039
|
|
|
3019
3040
|
transform-origin: 50% 1%;
|
|
3020
3041
|
transform-box: fill-box;
|
|
3021
3042
|
transition-timing-function: cubic-bezier(.75,-0.5,0,1.25);
|
|
3022
|
-
`,Rc=n.forwardRef(({id:e="",placeholder:t="",mask:i="##/##/####",size:a="default",variant:s="default",disabled:l=!1,floating:d=!1,position:c="left",className:u="",value:p="",defaultValue:f="",suffix:h,onUpdate:g,onChange:m,disabledDate:b},x)=>{const{dateFormat:v,locale:y}=n.useContext(Si),w=n.useRef(null),A=n.useRef(null),k=n.useRef(null),[_,S]=n.useState(""),[E,C]=n.useState(""),[$,j]=n.useState(!1),[F,N]=n.useState(e),[z,L]=n.useState({localizated:"",global:""});n.useEffect(()=>(""===e&&N("itd-datepicker-"+oe()),""!==f&&(S(Pi(f).locale(y).format(v)),L({localizated:Pi(f).locale(y).format(v),global:f})),()=>{M(!1)}),[]),n.useEffect(()=>{""!==p&&(S(Pi(p).locale(y).format(v)),L({localizated:Pi(p).locale(y).format(v),global:p}))},[p]),n.useEffect(()=>{M($)},[$]),n.useEffect(()=>{A.current&&A.current.setError(E)},[E]),n.useEffect(()=>{""!==_&&(L({localizated:Pi(z.global).locale(y).format(v),global:z.global}),S(Pi(z.global).locale(y).format(v)))},[y]);const D=(e,t=!0,r=!0,n=!1)=>{if(!n&&(""===e.localizated||e.localizated===_))return;const i=H(e.localizated),o=i?e.global:"";S(i?e.localizated:""),g&&g(o,t,r)};n.useImperativeHandle(x,()=>({reset(e=!0,t=!0){C(""),L({localizated:"",global:""}),D("",e,t,!0)},setValue(e,t=!0,r=!0){if(z.global===e)return;const n={localizated:Pi(e).locale(y).format(v),global:e};L(n),D(n,t,r)},getValue:()=>""!==z.localizated?z.global:"",setError(e){C(e)},clear(){}}));const M=e=>{document[e?"addEventListener":"removeEventListener"]("pointerdown",T)},T=e=>{$&&w.current&&!w.current.contains(e.target)&&j(!1)},O=e=>{j(!(9===e.keyCode||27===e.keyCode))},I=()=>{j(!0)},R=()=>{A.current&&A.current.setFocus&&A.current.setFocus(),j(!0)},P=e=>{const t=H(e),r=i?.replace(/[^/(.*?)]/g,"_"),n={localizated:e,global:Pi(e,v,!0).format("YYYY-MM-DD")};C(""),t?(D(n),L(n)):S(""===e||e===r?"":e)},V=()=>{const e=i?.replace(/[^/(.*?)]/g,"_"),t=_;if(""===t)return;(t.includes("_")||t===e||!H(t))&&(""!==z.localizated?S(z.localizated):S(""))},B=e=>{j(!1),L(e),D(e,!0),m&&m(e)},H=e=>{let t=Pi(e,v,!0).isValid(),r=!1;return b&&(r=b(Pi(e,v))),t&&!r},U=()=>{let e="itd-date-picker";return e+=" itd-date-picker-"+se(a),e+=" itd-date-picker-"+s,l&&(e+=" itd-date-picker-disabled"),E&&(e+=" itd-date-picker-error"),$&&(e+=" itd-date-picker-open"),""!==u&&(e+=" "+u),e};return r.jsxs(Oc,{className:U(),$disabled:l,ref:w,onClick:l?void 0:R,children:[r.jsx(Pu,{id:F,placeholder:t,value:_,floating:d,mask:i,size:a,variant:s,onChange:P,onFocus:I,onKeyDown:O,onBlur:V,keepFocus:$,focusRef:w,ref:A,disabled:l,suffix:h||"🗓️"}),r.jsx(o.CSSTransition,{in:$,timeout:500,nodeRef:k,classNames:"datepicker-modal",unmountOnExit:!0,children:r.jsx(Ic,{value:z.localizated,defaultValue:z.localizated,onChange:B,disabledDate:b,$position:c})})]})});function Pc(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(n=Object.getOwnPropertySymbols(e);i<n.length;i++)t.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(e,n[i])&&(r[n[i]]=e[n[i]])}return r}var Vc;function Bc(){}function Hc(e){return!!(e||"").match(/\d/)}function Uc(e){return null==e}function Yc(e){return Uc(e)||function(e){return"number"==typeof e&&isNaN(e)}(e)||"number"==typeof e&&!isFinite(e)}function Gc(e){return e.replace(/[-[\]/{}()*+?.\\^$|]/g,"\\$&")}function Wc(e,t){void 0===t&&(t=!0);var r="-"===e[0],n=r&&t,i=(e=e.replace("-","")).split(".");return{beforeDecimal:i[0],afterDecimal:i[1]||"",hasNegation:r,addNegation:n}}function qc(e,t,r){for(var n="",i=r?"0":"",o=0;o<=t-1;o++)n+=e[o]||i;return n}function Kc(e,t){return Array(t+1).join(e)}function Jc(e){var t=e+"",r="-"===t[0]?"-":"";r&&(t=t.substring(1));var n=t.split(/[eE]/g),i=n[0],o=n[1];if(!(o=Number(o)))return r+i;var a=1+o,s=(i=i.replace(".","")).length;return a<0?i="0."+Kc("0",Math.abs(a))+i:a>=s?i+=Kc("0",a-s):i=(i.substring(0,a)||"0")+"."+i.substring(a),r+i}function Zc(e,t,r){if(-1!==["","-"].indexOf(e))return e;var n=(-1!==e.indexOf(".")||r)&&t,i=Wc(e),o=i.beforeDecimal,a=i.afterDecimal,s=i.hasNegation,l=parseFloat("0."+(a||"0")),d=(a.length<=t?"0."+a:l.toFixed(t)).split("."),c=o;return o&&Number(d[0])&&(c=o.split("").reverse().reduce(function(e,t,r){return e.length>r?(Number(e[0])+Number(t)).toString()+e.substring(1,e.length):t+e},d[0])),""+(s?"-":"")+c+(n?".":"")+qc(d[1]||"",t,r)}function Xc(e,t){if(e.value=e.value,null!==e){if(e.createTextRange){var r=e.createTextRange();return r.move("character",t),r.select(),!0}return e.selectionStart||0===e.selectionStart?(e.focus(),e.setSelectionRange(t,t),!0):(e.focus(),!1)}}!function(e){e.event="event",e.props="prop"}(Vc||(Vc={}));var Qc,eu,tu,ru=(Qc=function(e,t){for(var r=0,n=0,i=e.length,o=t.length;e[r]===t[r]&&r<i;)r++;for(;e[i-1-n]===t[o-1-n]&&o-n>r&&i-n>r;)n++;return{from:{start:r,end:i-n},to:{start:r,end:o-n}}},tu=void 0,function(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];return eu&&e.length===eu.length&&e.every(function(e,t){return e===eu[t]})?tu:(eu=e,tu=Qc.apply(void 0,e))});function nu(e){return Math.max(e.selectionStart,e.selectionEnd)}function iu(e){return{from:{start:0,end:0},to:{start:0,end:e.length},lastValue:""}}function ou(e,t){return void 0===e&&(e=" "),"string"==typeof e?e:e[t]||" "}function au(e){var t=e.currentValue,r=e.formattedValue,n=e.currentValueIndex,i=e.formattedValueIndex;return t[n]===r[i]}function su(e,t,r,n){var i,o,a,s=e.length;if(i=t,o=0,a=s,t=Math.min(Math.max(i,o),a),"left"===n){for(;t>=0&&!r[t];)t--;-1===t&&(t=r.indexOf(!0))}else{for(;t<=s&&!r[t];)t++;t>s&&(t=r.lastIndexOf(!0))}return-1===t&&(t=s),t}function lu(e){for(var t=Array.from({length:e.length+1}).map(function(){return!0}),r=0,n=t.length;r<n;r++)t[r]=Boolean(Hc(e[r])||Hc(e[r-1]));return t}function du(e,t,r,i,o,a){void 0===a&&(a=Bc);var s=function(e){var t=n.useRef(e);t.current=e;var r=n.useRef(function(){for(var e=[],r=arguments.length;r--;)e[r]=arguments[r];return t.current.apply(t,e)});return r.current}(function(e,t){var r,n;return Yc(e)?(n="",r=""):"number"==typeof e||t?(n="number"==typeof e?Jc(e):e,r=i(n)):(n=o(e,void 0),r=i(n)),{formattedValue:r,numAsString:n}}),l=n.useState(function(){return s(Uc(e)?t:e,r)}),d=l[0],c=l[1],u=e,p=r;Uc(e)&&(u=d.numAsString,p=!0);var f=s(u,p);return n.useMemo(function(){c(f)},[f.formattedValue]),[d,function(e,t){e.formattedValue!==d.formattedValue&&c({formattedValue:e.formattedValue,numAsString:e.value}),a(e,t)}]}function cu(e){return e.replace(/[^0-9]/g,"")}function uu(e){return e}function pu(e){var t=e.type;void 0===t&&(t="text");var r=e.displayType;void 0===r&&(r="input");var i=e.customInput,o=e.renderText,a=e.getInputRef,s=e.format;void 0===s&&(s=uu);var l=e.removeFormatting;void 0===l&&(l=cu);var d=e.defaultValue,c=e.valueIsNumericString,u=e.onValueChange,p=e.isAllowed,f=e.onChange;void 0===f&&(f=Bc);var h=e.onKeyDown;void 0===h&&(h=Bc);var g=e.onMouseUp;void 0===g&&(g=Bc);var m=e.onFocus;void 0===m&&(m=Bc);var b=e.onBlur;void 0===b&&(b=Bc);var x=e.value,v=e.getCaretBoundary;void 0===v&&(v=lu);var y=e.isValidInputCharacter;void 0===y&&(y=Hc);var w=e.isCharacterSame,A=Pc(e,["type","displayType","customInput","renderText","getInputRef","format","removeFormatting","defaultValue","valueIsNumericString","onValueChange","isAllowed","onChange","onKeyDown","onMouseUp","onFocus","onBlur","value","getCaretBoundary","isValidInputCharacter","isCharacterSame"]),k=du(x,d,Boolean(c),s,l,u),_=k[0],S=_.formattedValue,E=_.numAsString,C=k[1],$=n.useRef(),j=n.useRef({formattedValue:S,numAsString:E}),F=function(e,t){j.current={formattedValue:e.formattedValue,numAsString:e.value},C(e,t)},N=n.useState(!1),z=N[0],L=N[1],D=n.useRef(null),M=n.useRef({setCaretTimeout:null,focusTimeout:null});n.useEffect(function(){return L(!0),function(){clearTimeout(M.current.setCaretTimeout),clearTimeout(M.current.focusTimeout)}},[]);var T=s,O=function(e,t){var r=parseFloat(t);return{formattedValue:e,value:t,floatValue:isNaN(r)?void 0:r}},I=function(e,t,r){0===e.selectionStart&&e.selectionEnd===e.value.length||(Xc(e,t),M.current.setCaretTimeout=setTimeout(function(){e.value===r&&e.selectionStart!==t&&Xc(e,t)},0))},R=function(e,t,r){return su(e,t,v(e),r)},P=function(e,t,r){var n=v(t),i=function(e,t,r,n,i,o,a){void 0===a&&(a=au);var s=i.findIndex(function(e){return e}),l=e.slice(0,s);t||r.startsWith(l)||(t=l,r=l+r,n+=l.length);for(var d=r.length,c=e.length,u={},p=new Array(d),f=0;f<d;f++){p[f]=-1;for(var h=0,g=c;h<g;h++)if(a({currentValue:r,lastValue:t,formattedValue:e,currentValueIndex:f,formattedValueIndex:h})&&!0!==u[h]){p[f]=h,u[h]=!0;break}}for(var m=n;m<d&&(-1===p[m]||!o(r[m]));)m++;var b=m===d||-1===p[m]?c:p[m];for(m=n-1;m>0&&-1===p[m];)m--;var x=-1===m||-1===p[m]?0:p[m]+1;return x>b?b:n-x<b-n?x:b}(t,S,e,r,n,y,w);return i=su(t,i,n)};n.useEffect(function(){var e=j.current,t=e.formattedValue,r=e.numAsString;S===t&&E===r||F(O(S,E),{event:void 0,source:Vc.props})},[S,E]);var V=D.current?nu(D.current):void 0;("undefined"!=typeof window?n.useLayoutEffect:n.useEffect)(function(){var e=D.current;if(S!==j.current.formattedValue&&e){var t=P(j.current.formattedValue,S,V);e.value=S,I(e,t,S)}},[S]);var B=function(e,t,r){var n=t.target,i=$.current?function(e,t){var r=Math.min(e.selectionStart,t);return{from:{start:r,end:e.selectionEnd},to:{start:r,end:t}}}($.current,n.selectionEnd):ru(S,e),o=Object.assign(Object.assign({},i),{lastValue:S}),a=l(e,o),s=T(a);if(a=l(s,void 0),p&&!p(O(s,a))){var d=t.target,c=nu(d),u=P(e,S,c);return d.value=S,I(d,u,S),!1}return function(e){var t=e.formattedValue;void 0===t&&(t="");var r,n=e.input,i=e.source,o=e.event,a=e.numAsString;if(n){var s=e.inputValue||n.value,l=nu(n);n.value=t,void 0!==(r=P(s,t,l))&&I(n,r,t)}t!==S&&F(O(t,a),{event:o,source:i})}({formattedValue:s,numAsString:a,inputValue:e,event:t,source:r,input:t.target}),!0},H=function(e,t){void 0===t&&(t=0);var r=e.selectionStart,n=e.selectionEnd;$.current={selectionStart:r,selectionEnd:n+t}},U=!z||"undefined"==typeof navigator||navigator.platform&&/iPhone|iPod/.test(navigator.platform)?void 0:"numeric",Y=Object.assign({inputMode:U},A,{type:t,value:S,onChange:function(e){var t=e.target.value;B(t,e,Vc.event)&&f(e),$.current=void 0},onKeyDown:function(e){var t,r=e.target,n=e.key,i=r.selectionStart,o=r.selectionEnd,a=r.value;void 0===a&&(a=""),"ArrowLeft"===n||"Backspace"===n?t=Math.max(i-1,0):"ArrowRight"===n?t=Math.min(i+1,a.length):"Delete"===n&&(t=i);var s=0;"Delete"===n&&i===o&&(s=1);var l="ArrowLeft"===n||"ArrowRight"===n;if(void 0===t||i!==o&&!l)return h(e),void H(r,s);var d=t;l?(d=R(a,t,"ArrowLeft"===n?"left":"right"))!==t&&e.preventDefault():"Delete"!==n||y(a[t])?"Backspace"!==n||y(a[t])||(d=R(a,t,"left")):d=R(a,t,"right");d!==t&&I(r,d,a),h(e),H(r,s)},onMouseUp:function(e){var t=e.target,r=function(){var e=t.selectionStart,r=t.selectionEnd,n=t.value;if(void 0===n&&(n=""),e===r){var i=R(n,e);i!==e&&I(t,i,n)}};r(),requestAnimationFrame(function(){r()}),g(e),H(t)},onFocus:function(e){e.persist&&e.persist();var t=e.target,r=e.currentTarget;D.current=t,M.current.focusTimeout=setTimeout(function(){var n=t.selectionStart,i=t.selectionEnd,o=t.value;void 0===o&&(o="");var a=R(o,n);a===n||0===n&&i===o.length||I(t,a,o),m(Object.assign(Object.assign({},e),{currentTarget:r}))},0)},onBlur:function(e){D.current=null,clearTimeout(M.current.focusTimeout),clearTimeout(M.current.setCaretTimeout),b(e)}});if("text"===r)return o?n.createElement(n.Fragment,null,o(S,A)||null):n.createElement("span",Object.assign({},A,{ref:a}),S);if(i){var G=i;return n.createElement(G,Object.assign({},Y,{ref:a}))}return n.createElement("input",Object.assign({},Y,{ref:a}))}function fu(e,t){var r=t.decimalScale,n=t.fixedDecimalScale,i=t.prefix;void 0===i&&(i="");var o=t.suffix;void 0===o&&(o="");var a=t.allowNegative,s=t.thousandsGroupStyle;if(void 0===s&&(s="thousand"),""===e||"-"===e)return e;var l=hu(t),d=l.thousandSeparator,c=l.decimalSeparator,u=0!==r&&-1!==e.indexOf(".")||r&&n,p=Wc(e,a),f=p.beforeDecimal,h=p.afterDecimal,g=p.addNegation;return void 0!==r&&(h=qc(h,r,!!n)),d&&(f=function(e,t,r){var n=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}}(r),i=e.search(/[1-9]/);return i=-1===i?e.length:i,e.substring(0,i)+e.substring(i,e.length).replace(n,"$1"+t)}(f,d,s)),i&&(f=i+f),o&&(h+=o),g&&(f="-"+f),e=f+(u&&c||"")+h}function hu(e){var t=e.decimalSeparator;void 0===t&&(t=".");var r=e.thousandSeparator,n=e.allowedDecimalSeparators;return!0===r&&(r=","),n||(n=[t,"."]),{decimalSeparator:t,thousandSeparator:r,allowedDecimalSeparators:n}}function gu(e,t,r){var n;void 0===t&&(t=iu(e));var i=r.allowNegative,o=r.prefix;void 0===o&&(o="");var a=r.suffix;void 0===a&&(a="");var s=r.decimalScale,l=t.from,d=t.to,c=d.start,u=d.end,p=hu(r),f=p.allowedDecimalSeparators,h=p.decimalSeparator,g=e[u]===h;if(Hc(e)&&(e===o||e===a)&&""===t.lastValue)return e;if(u-c===1&&-1!==f.indexOf(e[c])){var m=0===s?"":h;e=e.substring(0,c)+m+e.substring(c+1,e.length)}var b=function(e,t,r){var n=!1,i=!1;o.startsWith("-")?n=!1:e.startsWith("--")?(n=!1,i=!0):a.startsWith("-")&&e.length===a.length?n=!1:"-"===e[0]&&(n=!0);var s=n?1:0;return i&&(s=2),s&&(e=e.substring(s),t-=s,r-=s),{value:e,start:t,end:r,hasNegation:n}},x=b(e,c,u),v=x.hasNegation;e=(n=x).value,c=n.start,u=n.end;var y=b(t.lastValue,l.start,l.end),w=y.start,A=y.end,k=y.value,_=e.substring(c,u);!(e.length&&k.length&&(w>k.length-a.length||A<o.length))||_&&a.startsWith(_)||(e=k);var S=0;e.startsWith(o)?S+=o.length:c<o.length&&(S=c),u-=S;var E=(e=e.substring(S)).length,C=e.length-a.length;e.endsWith(a)?E=C:(u>C||u>e.length-a.length)&&(E=u),e=e.substring(0,E),e=function(e,t){void 0===e&&(e="");var r=new RegExp("(-)"),n=new RegExp("(-)(.)*(-)"),i=r.test(e),o=n.test(e);return e=e.replace(/-/g,""),i&&!o&&t&&(e="-"+e),e}(v?"-"+e:e,i),e=(e.match(function(e){return new RegExp("(^-)|[0-9]|"+Gc(e),"g")}(h))||[]).join("");var $=e.indexOf(h),j=Wc(e=e.replace(new RegExp(Gc(h),"g"),function(e,t){return t===$?".":""}),i),F=j.beforeDecimal,N=j.afterDecimal,z=j.addNegation;return d.end-d.start<l.end-l.start&&""===F&&g&&!parseFloat(N)&&(e=z?"-":""),e}function mu(e){e=function(e){var t=hu(e),r=t.thousandSeparator,n=t.decimalSeparator,i=e.prefix;void 0===i&&(i="");var o=e.allowNegative;if(void 0===o&&(o=!0),r===n)throw new Error("\n Decimal separator can't be same as thousand separator.\n thousandSeparator: "+r+' (thousandSeparator = {true} is same as thousandSeparator = ",")\n decimalSeparator: '+n+" (default value for decimalSeparator is .)\n ");return i.startsWith("-")&&o&&(console.error("\n Prefix can't start with '-' when allowNegative is true.\n prefix: "+i+"\n allowNegative: "+o+"\n "),o=!1),Object.assign(Object.assign({},e),{allowNegative:o})}(e),e.decimalSeparator,e.allowedDecimalSeparators,e.thousandsGroupStyle;var t=e.suffix,r=e.allowNegative,n=e.allowLeadingZeros,i=e.onKeyDown;void 0===i&&(i=Bc);var o=e.onBlur;void 0===o&&(o=Bc);var a=e.thousandSeparator,s=e.decimalScale,l=e.fixedDecimalScale,d=e.prefix;void 0===d&&(d="");var c=e.defaultValue,u=e.value,p=e.valueIsNumericString,f=e.onValueChange,h=Pc(e,["decimalSeparator","allowedDecimalSeparators","thousandsGroupStyle","suffix","allowNegative","allowLeadingZeros","onKeyDown","onBlur","thousandSeparator","decimalScale","fixedDecimalScale","prefix","defaultValue","value","valueIsNumericString","onValueChange"]),g=hu(e),m=g.decimalSeparator,b=g.allowedDecimalSeparators,x=function(t){return fu(t,e)},v=function(t,r){return gu(t,r,e)},y=Uc(u)?c:u,w=null!=p?p:function(e,t,r){return""===e||!(null==t?void 0:t.match(/\d/))&&!(null==r?void 0:r.match(/\d/))&&"string"==typeof e&&!isNaN(Number(e))}(y,d,t);Uc(u)?Uc(c)||(w=w||"number"==typeof c):w=w||"number"==typeof u;var A=function(e){return Yc(e)?e:("number"==typeof e&&(e=Jc(e)),w&&"number"==typeof s?Zc(e,s,Boolean(l)):e)},k=du(A(u),A(c),Boolean(w),x,v,f),_=k[0],S=_.numAsString,E=_.formattedValue,C=k[1];return Object.assign(Object.assign({},h),{value:E,valueIsNumericString:!1,isValidInputCharacter:function(e){return e===m||Hc(e)},isCharacterSame:function(e){var t=e.currentValue,r=e.lastValue,n=e.formattedValue,i=e.currentValueIndex,o=e.formattedValueIndex,a=t[i],c=n[o],p=ru(r,t).to,f=function(e){return v(e).indexOf(".")+d.length};return!(0===u&&l&&s&&t[p.start]===m&&f(t)<i&&f(n)>o)&&(!!(i>=p.start&&i<p.end&&b&&b.includes(a)&&c===m)||a===c)},onValueChange:C,format:x,removeFormatting:v,getCaretBoundary:function(t){return function(e,t){var r=t.prefix;void 0===r&&(r="");var n=t.suffix;void 0===n&&(n="");var i=Array.from({length:e.length+1}).map(function(){return!0}),o="-"===e[0];i.fill(!1,0,r.length+(o?1:0));var a=e.length;return i.fill(!1,a-n.length+1,a+1),i}(t,e)},onKeyDown:function(e){var t=e.target,n=e.key,o=t.selectionStart,c=t.selectionEnd,u=t.value;if(void 0===u&&(u=""),("Backspace"===n||"Delete"===n)&&c<d.length)e.preventDefault();else if(o===c){"Backspace"===n&&"-"===u[0]&&o===d.length+1&&r&&Xc(t,1),s&&l&&("Backspace"===n&&u[o-1]===m?(Xc(t,o-1),e.preventDefault()):"Delete"===n&&u[o]===m&&e.preventDefault()),(null==b?void 0:b.includes(n))&&u[o]===m&&Xc(t,o+1);var p=!0===a?",":a;"Backspace"===n&&u[o-1]===p&&Xc(t,o-1),"Delete"===n&&u[o]===p&&Xc(t,o+1),i(e)}else i(e)},onBlur:function(t){var r=S;if(r.match(/\d/g)||(r=""),n||(r=function(e){if(!e)return e;var t="-"===e[0];t&&(e=e.substring(1,e.length));var r=e.split("."),n=r[0].replace(/^0+/,"")||"0",i=r[1]||"";return(t?"-":"")+n+(i?"."+i:"")}(r)),l&&s&&(r=Zc(r,s,l)),r!==S){var i=fu(r,e);C({formattedValue:i,value:r,floatValue:parseFloat(r)},{event:t,source:Vc.event})}o(t)}})}function bu(e){var t=mu(e);return n.createElement(pu,Object.assign({},t))}function xu(e){e.mask,e.allowEmptyFormatting;var t=e.format,r=e.inputMode;void 0===r&&(r="numeric");var n=e.onKeyDown;void 0===n&&(n=Bc);var i=e.patternChar;void 0===i&&(i="#");var o=e.value,a=e.defaultValue,s=e.valueIsNumericString,l=Pc(e,["mask","allowEmptyFormatting","format","inputMode","onKeyDown","patternChar","value","defaultValue","valueIsNumericString"]);!function(e){var t=e.mask;if(t&&("string"===t?t:t.toString()).match(/\d/g))throw new Error("Mask "+t+" should not contain numeric character;")}(e);var d=function(t){return function(e,t){var r=t.format,n=t.mask,i=t.patternChar;void 0===i&&(i="#");var o=Array.from({length:e.length+1}).map(function(){return!0}),a=0,s=-1,l={};r.split("").forEach(function(t,r){var o=void 0;t===i&&(a++,o=ou(n,a-1),-1===s&&e[r]===o&&(s=r)),l[r]=o});for(var d=function(t){return r[t]===i&&e[t]!==l[t]},c=0,u=o.length;c<u;c++)o[c]=c===s||d(c)||d(c-1);return o[r.indexOf(i)]=!0,o}(t,e)},c=Uc(o)?a:o,u=null!=s?s:function(e,t){return""===e||!((null==t?void 0:t.match(/\d/))||"string"!=typeof e||!e.match(/^\d+$/)&&""!==e)}(c,t),p=Object.assign(Object.assign({},e),{valueIsNumericString:u});return Object.assign(Object.assign({},l),{value:o,defaultValue:a,valueIsNumericString:u,inputMode:r,format:function(e){return function(e,t){var r=t.format,n=t.allowEmptyFormatting,i=t.mask,o=t.patternChar;if(void 0===o&&(o="#"),""===e&&!n)return"";for(var a=0,s=r.split(""),l=0,d=r.length;l<d;l++)r[l]===o&&(s[l]=e[a]||ou(i,a),a+=1);return s.join("")}(e,p)},removeFormatting:function(e,t){return function(e,t,r){void 0===t&&(t=iu(e));var n=r.format,i=r.patternChar;void 0===i&&(i="#");var o=t.from,a=t.to,s=t.lastValue;void 0===s&&(s="");var l=function(e){return n[e]===i},d=function(e,t){for(var r="",n=0;n<e.length;n++)l(t+n)&&Hc(e[n])&&(r+=e[n]);return r},c=function(e){return e.replace(/[^0-9]/g,"")};if(!n.match(/\d/))return c(e);if((""===s||o.end-o.start===s.length)&&e.length===n.length){for(var u="",p=0;p<e.length;p++)if(l(p))Hc(e[p])&&(u+=e[p]);else if(e[p]!==n[p])return c(e);return u}var f=s.substring(0,o.start),h=e.substring(a.start,a.end),g=s.substring(o.end);return""+d(f,0)+c(h)+d(g,o.end)}(e,t,p)},getCaretBoundary:d,onKeyDown:function(e){var r=e.key,o=e.target,a=o.selectionStart,s=o.selectionEnd,l=o.value;if(a===s){var c=a;if("Backspace"===r||"Delete"===r){var u="right";if("Backspace"===r){for(;c>0&&t[c-1]!==i;)c--;u="left"}else{for(var p=t.length;c<p&&t[c]!==i;)c++;u="right"}c=su(l,c,d(l),u)}else t[c]!==i&&"ArrowLeft"!==r&&"ArrowRight"!==r&&(c=su(l,c+1,d(l),"right"));c!==a&&Xc(o,c),n(e)}else n(e)}})}function vu(e){var t=xu(e);return n.createElement(pu,Object.assign({},t))}const yu=l.div`
|
|
3043
|
+
|
|
3044
|
+
`,Rc=l.div`
|
|
3045
|
+
|
|
3046
|
+
display: flex;
|
|
3047
|
+
align-items: center;
|
|
3048
|
+
justify-content: center;
|
|
3049
|
+
|
|
3050
|
+
svg path {
|
|
3051
|
+
transition: fill .2s ease;
|
|
3052
|
+
fill: #cccccc;
|
|
3053
|
+
}
|
|
3054
|
+
|
|
3055
|
+
&:hover {
|
|
3056
|
+
svg path {
|
|
3057
|
+
fill: #999999;
|
|
3058
|
+
}
|
|
3059
|
+
}
|
|
3060
|
+
|
|
3061
|
+
`,Pc=({className:e="",height:t=14,width:n=14,color:i="currentColor"})=>r.jsx("svg",{className:e,height:t,width:n,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 14",children:r.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:r.jsx("path",{d:"M7,0 C10.8659932,0 14,3.13400675 14,7 C14,10.8659932 10.8659932,14 7,14 C3.13400675,14 0,10.8659932 0,7 C0,3.13400675 3.13400675,0 7,0 Z M9.74443227,3.66246239 C9.4522194,3.58972861 9.14372814,3.68431145 8.9425,3.90833333 L7,5.85083333 L5.0575,3.90833333 C4.73574797,3.61931887 4.24412827,3.63248502 3.93830665,3.93830665 C3.63248502,4.24412827 3.61931887,4.73574797 3.90833333,5.0575 L5.85083333,7 L3.90833333,8.9425 C3.68431145,9.14372814 3.58972861,9.4522194 3.66246239,9.74443227 C3.73519617,10.0366451 3.96335486,10.2648038 4.25556773,10.3375376 C4.5477806,10.4102714 4.85627186,10.3156885 5.0575,10.0916667 L7,8.14916667 L8.9425,10.0916667 C9.14372814,10.3156885 9.4522194,10.4102714 9.74443227,10.3375376 C10.0366451,10.2648038 10.2648038,10.0366451 10.3375376,9.74443227 C10.4102714,9.4522194 10.3156885,9.14372814 10.0916667,8.9425 L8.14916667,7 L10.0916667,5.0575 C10.3156885,4.85627186 10.4102714,4.5477806 10.3375376,4.25556773 C10.2648038,3.96335486 10.0366451,3.73519617 9.74443227,3.66246239 Z",fill:i,fillRule:"nonzero"})})}),Vc=n.forwardRef(({id:e="",placeholder:t="",mask:i="##/##/####",size:a="default",variant:s="default",disabled:l=!1,floating:d=!1,position:c="left",className:u="",value:p="",defaultValue:f="",suffix:h,onUpdate:g,onChange:m,disabledDate:b},x)=>{const{dateFormat:v,locale:y}=n.useContext(Si),w=n.useRef(null),A=n.useRef(null),k=n.useRef(null),[_,S]=n.useState(""),[E,C]=n.useState(""),[$,j]=n.useState(!1),[F,N]=n.useState(e),[z,L]=n.useState({localizated:"",global:""}),[D,M]=n.useState(!1);n.useEffect(()=>(""===e&&N("itd-datepicker-"+oe()),""!==f&&(S(Pi(f).locale(y).format(v)),L({localizated:Pi(f).locale(y).format(v),global:f})),()=>{O(!1)}),[]),n.useEffect(()=>{""!==p&&(S(Pi(p).locale(y).format(v)),L({localizated:Pi(p).locale(y).format(v),global:p}))},[p]),n.useEffect(()=>{O($)},[$]),n.useEffect(()=>{A.current&&A.current.setError(E)},[E]),n.useEffect(()=>{""!==_&&(L({localizated:Pi(z.global).locale(y).format(v),global:z.global}),S(Pi(z.global).locale(y).format(v)))},[y]);const T=(e,t=!0,r=!0,n=!1)=>{if(!n&&(""===e.localizated||e.localizated===_))return;const i=Y(e.localizated),o=i?e.global:"";S(i?e.localizated:""),g&&g(o,t,r)};n.useImperativeHandle(x,()=>({reset(e=!0,t=!0){C(""),L({localizated:"",global:""}),T("",e,t,!0)},setValue(e,t=!0,r=!0){if(z.global===e)return;const n={localizated:Pi(e).locale(y).format(v),global:e};L(n),T(n,t,r)},getValue:()=>""!==z.localizated?z.global:"",setError(e){C(e)},clear(){}}));const O=e=>{document[e?"addEventListener":"removeEventListener"]("pointerdown",I)},I=e=>{$&&w.current&&!w.current.contains(e.target)&&j(!1)},R=e=>{j(!(9===e.keyCode||27===e.keyCode))},P=()=>{j(!0)},V=()=>{A.current&&A.current.setFocus&&A.current.setFocus(),j(!0)},B=e=>{const t=Y(e),r=i?.replace(/[^/(.*?)]/g,"_"),n={localizated:e,global:Pi(e,v,!0).format("YYYY-MM-DD")};C(""),t?(T(n),L(n)):S(""===e||e===r?"":e)},H=()=>{const e=i?.replace(/[^/(.*?)]/g,"_"),t=_;if(""===t)return void(""!==z.localizated&&S(z.localizated));(t.includes("_")||t===e||!Y(t))&&(""!==z.localizated?S(z.localizated):S(""))},U=e=>{j(!1),L(e),T(e,!0),m&&m(e)},Y=e=>{let t=Pi(e,v,!0).isValid(),r=!1;return b&&(r=b(Pi(e,v))),t&&!r},G=()=>{let e="itd-date-picker";return e+=" itd-date-picker-"+se(a),e+=" itd-date-picker-"+s,l&&(e+=" itd-date-picker-disabled"),E&&(e+=" itd-date-picker-error"),$&&(e+=" itd-date-picker-open"),""!==u&&(e+=" "+u),e};return r.jsxs(Oc,{className:G(),$disabled:l,ref:w,onClick:l?void 0:V,children:[r.jsx("div",{onMouseEnter:()=>{M(!0)},onMouseLeave:()=>M(!1),children:r.jsx(Bu,{id:F,placeholder:t,value:_,floating:d,mask:i,size:a,variant:s,onChange:B,onFocus:P,onKeyDown:R,onBlur:H,keepFocus:$,focusRef:w,ref:A,disabled:l,suffix:r.jsx("div",{className:"itd-datepicker-suffix",children:D&&""!==z.localizated?r.jsx(Rc,{className:"itd-datepicker-remove-button",onClick:e=>{D&&""!==z.localizated&&(e.preventDefault(),e.stopPropagation(),L({localizated:"",global:""}),S(""),j(!1),m&&m({localizated:"",global:""}),g&&g("",!0,!0))},children:r.jsx(Pc,{width:14,height:14,className:"itd-datepicker-remove-icon clear"})}):h||r.jsx("span",{className:"itd-datepicker-icon",style:{opacity:1},children:"🗓️"})})})}),r.jsx(o.CSSTransition,{in:$,timeout:500,nodeRef:k,classNames:"datepicker-modal",unmountOnExit:!0,children:r.jsx(Ic,{value:z.localizated,defaultValue:z.localizated,onChange:U,disabledDate:b,$position:c})})]})});function Bc(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(n=Object.getOwnPropertySymbols(e);i<n.length;i++)t.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(e,n[i])&&(r[n[i]]=e[n[i]])}return r}var Hc;function Uc(){}function Yc(e){return!!(e||"").match(/\d/)}function Gc(e){return null==e}function Wc(e){return Gc(e)||function(e){return"number"==typeof e&&isNaN(e)}(e)||"number"==typeof e&&!isFinite(e)}function qc(e){return e.replace(/[-[\]/{}()*+?.\\^$|]/g,"\\$&")}function Kc(e,t){void 0===t&&(t=!0);var r="-"===e[0],n=r&&t,i=(e=e.replace("-","")).split(".");return{beforeDecimal:i[0],afterDecimal:i[1]||"",hasNegation:r,addNegation:n}}function Jc(e,t,r){for(var n="",i=r?"0":"",o=0;o<=t-1;o++)n+=e[o]||i;return n}function Zc(e,t){return Array(t+1).join(e)}function Xc(e){var t=e+"",r="-"===t[0]?"-":"";r&&(t=t.substring(1));var n=t.split(/[eE]/g),i=n[0],o=n[1];if(!(o=Number(o)))return r+i;var a=1+o,s=(i=i.replace(".","")).length;return a<0?i="0."+Zc("0",Math.abs(a))+i:a>=s?i+=Zc("0",a-s):i=(i.substring(0,a)||"0")+"."+i.substring(a),r+i}function Qc(e,t,r){if(-1!==["","-"].indexOf(e))return e;var n=(-1!==e.indexOf(".")||r)&&t,i=Kc(e),o=i.beforeDecimal,a=i.afterDecimal,s=i.hasNegation,l=parseFloat("0."+(a||"0")),d=(a.length<=t?"0."+a:l.toFixed(t)).split("."),c=o;return o&&Number(d[0])&&(c=o.split("").reverse().reduce(function(e,t,r){return e.length>r?(Number(e[0])+Number(t)).toString()+e.substring(1,e.length):t+e},d[0])),""+(s?"-":"")+c+(n?".":"")+Jc(d[1]||"",t,r)}function eu(e,t){if(e.value=e.value,null!==e){if(e.createTextRange){var r=e.createTextRange();return r.move("character",t),r.select(),!0}return e.selectionStart||0===e.selectionStart?(e.focus(),e.setSelectionRange(t,t),!0):(e.focus(),!1)}}!function(e){e.event="event",e.props="prop"}(Hc||(Hc={}));var tu,ru,nu,iu=(tu=function(e,t){for(var r=0,n=0,i=e.length,o=t.length;e[r]===t[r]&&r<i;)r++;for(;e[i-1-n]===t[o-1-n]&&o-n>r&&i-n>r;)n++;return{from:{start:r,end:i-n},to:{start:r,end:o-n}}},nu=void 0,function(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];return ru&&e.length===ru.length&&e.every(function(e,t){return e===ru[t]})?nu:(ru=e,nu=tu.apply(void 0,e))});function ou(e){return Math.max(e.selectionStart,e.selectionEnd)}function au(e){return{from:{start:0,end:0},to:{start:0,end:e.length},lastValue:""}}function su(e,t){return void 0===e&&(e=" "),"string"==typeof e?e:e[t]||" "}function lu(e){var t=e.currentValue,r=e.formattedValue,n=e.currentValueIndex,i=e.formattedValueIndex;return t[n]===r[i]}function du(e,t,r,n){var i,o,a,s=e.length;if(i=t,o=0,a=s,t=Math.min(Math.max(i,o),a),"left"===n){for(;t>=0&&!r[t];)t--;-1===t&&(t=r.indexOf(!0))}else{for(;t<=s&&!r[t];)t++;t>s&&(t=r.lastIndexOf(!0))}return-1===t&&(t=s),t}function cu(e){for(var t=Array.from({length:e.length+1}).map(function(){return!0}),r=0,n=t.length;r<n;r++)t[r]=Boolean(Yc(e[r])||Yc(e[r-1]));return t}function uu(e,t,r,i,o,a){void 0===a&&(a=Uc);var s=function(e){var t=n.useRef(e);t.current=e;var r=n.useRef(function(){for(var e=[],r=arguments.length;r--;)e[r]=arguments[r];return t.current.apply(t,e)});return r.current}(function(e,t){var r,n;return Wc(e)?(n="",r=""):"number"==typeof e||t?(n="number"==typeof e?Xc(e):e,r=i(n)):(n=o(e,void 0),r=i(n)),{formattedValue:r,numAsString:n}}),l=n.useState(function(){return s(Gc(e)?t:e,r)}),d=l[0],c=l[1],u=e,p=r;Gc(e)&&(u=d.numAsString,p=!0);var f=s(u,p);return n.useMemo(function(){c(f)},[f.formattedValue]),[d,function(e,t){e.formattedValue!==d.formattedValue&&c({formattedValue:e.formattedValue,numAsString:e.value}),a(e,t)}]}function pu(e){return e.replace(/[^0-9]/g,"")}function fu(e){return e}function hu(e){var t=e.type;void 0===t&&(t="text");var r=e.displayType;void 0===r&&(r="input");var i=e.customInput,o=e.renderText,a=e.getInputRef,s=e.format;void 0===s&&(s=fu);var l=e.removeFormatting;void 0===l&&(l=pu);var d=e.defaultValue,c=e.valueIsNumericString,u=e.onValueChange,p=e.isAllowed,f=e.onChange;void 0===f&&(f=Uc);var h=e.onKeyDown;void 0===h&&(h=Uc);var g=e.onMouseUp;void 0===g&&(g=Uc);var m=e.onFocus;void 0===m&&(m=Uc);var b=e.onBlur;void 0===b&&(b=Uc);var x=e.value,v=e.getCaretBoundary;void 0===v&&(v=cu);var y=e.isValidInputCharacter;void 0===y&&(y=Yc);var w=e.isCharacterSame,A=Bc(e,["type","displayType","customInput","renderText","getInputRef","format","removeFormatting","defaultValue","valueIsNumericString","onValueChange","isAllowed","onChange","onKeyDown","onMouseUp","onFocus","onBlur","value","getCaretBoundary","isValidInputCharacter","isCharacterSame"]),k=uu(x,d,Boolean(c),s,l,u),_=k[0],S=_.formattedValue,E=_.numAsString,C=k[1],$=n.useRef(),j=n.useRef({formattedValue:S,numAsString:E}),F=function(e,t){j.current={formattedValue:e.formattedValue,numAsString:e.value},C(e,t)},N=n.useState(!1),z=N[0],L=N[1],D=n.useRef(null),M=n.useRef({setCaretTimeout:null,focusTimeout:null});n.useEffect(function(){return L(!0),function(){clearTimeout(M.current.setCaretTimeout),clearTimeout(M.current.focusTimeout)}},[]);var T=s,O=function(e,t){var r=parseFloat(t);return{formattedValue:e,value:t,floatValue:isNaN(r)?void 0:r}},I=function(e,t,r){0===e.selectionStart&&e.selectionEnd===e.value.length||(eu(e,t),M.current.setCaretTimeout=setTimeout(function(){e.value===r&&e.selectionStart!==t&&eu(e,t)},0))},R=function(e,t,r){return du(e,t,v(e),r)},P=function(e,t,r){var n=v(t),i=function(e,t,r,n,i,o,a){void 0===a&&(a=lu);var s=i.findIndex(function(e){return e}),l=e.slice(0,s);t||r.startsWith(l)||(t=l,r=l+r,n+=l.length);for(var d=r.length,c=e.length,u={},p=new Array(d),f=0;f<d;f++){p[f]=-1;for(var h=0,g=c;h<g;h++)if(a({currentValue:r,lastValue:t,formattedValue:e,currentValueIndex:f,formattedValueIndex:h})&&!0!==u[h]){p[f]=h,u[h]=!0;break}}for(var m=n;m<d&&(-1===p[m]||!o(r[m]));)m++;var b=m===d||-1===p[m]?c:p[m];for(m=n-1;m>0&&-1===p[m];)m--;var x=-1===m||-1===p[m]?0:p[m]+1;return x>b?b:n-x<b-n?x:b}(t,S,e,r,n,y,w);return i=du(t,i,n)};n.useEffect(function(){var e=j.current,t=e.formattedValue,r=e.numAsString;S===t&&E===r||F(O(S,E),{event:void 0,source:Hc.props})},[S,E]);var V=D.current?ou(D.current):void 0;("undefined"!=typeof window?n.useLayoutEffect:n.useEffect)(function(){var e=D.current;if(S!==j.current.formattedValue&&e){var t=P(j.current.formattedValue,S,V);e.value=S,I(e,t,S)}},[S]);var B=function(e,t,r){var n=t.target,i=$.current?function(e,t){var r=Math.min(e.selectionStart,t);return{from:{start:r,end:e.selectionEnd},to:{start:r,end:t}}}($.current,n.selectionEnd):iu(S,e),o=Object.assign(Object.assign({},i),{lastValue:S}),a=l(e,o),s=T(a);if(a=l(s,void 0),p&&!p(O(s,a))){var d=t.target,c=ou(d),u=P(e,S,c);return d.value=S,I(d,u,S),!1}return function(e){var t=e.formattedValue;void 0===t&&(t="");var r,n=e.input,i=e.source,o=e.event,a=e.numAsString;if(n){var s=e.inputValue||n.value,l=ou(n);n.value=t,void 0!==(r=P(s,t,l))&&I(n,r,t)}t!==S&&F(O(t,a),{event:o,source:i})}({formattedValue:s,numAsString:a,inputValue:e,event:t,source:r,input:t.target}),!0},H=function(e,t){void 0===t&&(t=0);var r=e.selectionStart,n=e.selectionEnd;$.current={selectionStart:r,selectionEnd:n+t}},U=!z||"undefined"==typeof navigator||navigator.platform&&/iPhone|iPod/.test(navigator.platform)?void 0:"numeric",Y=Object.assign({inputMode:U},A,{type:t,value:S,onChange:function(e){var t=e.target.value;B(t,e,Hc.event)&&f(e),$.current=void 0},onKeyDown:function(e){var t,r=e.target,n=e.key,i=r.selectionStart,o=r.selectionEnd,a=r.value;void 0===a&&(a=""),"ArrowLeft"===n||"Backspace"===n?t=Math.max(i-1,0):"ArrowRight"===n?t=Math.min(i+1,a.length):"Delete"===n&&(t=i);var s=0;"Delete"===n&&i===o&&(s=1);var l="ArrowLeft"===n||"ArrowRight"===n;if(void 0===t||i!==o&&!l)return h(e),void H(r,s);var d=t;l?(d=R(a,t,"ArrowLeft"===n?"left":"right"))!==t&&e.preventDefault():"Delete"!==n||y(a[t])?"Backspace"!==n||y(a[t])||(d=R(a,t,"left")):d=R(a,t,"right");d!==t&&I(r,d,a),h(e),H(r,s)},onMouseUp:function(e){var t=e.target,r=function(){var e=t.selectionStart,r=t.selectionEnd,n=t.value;if(void 0===n&&(n=""),e===r){var i=R(n,e);i!==e&&I(t,i,n)}};r(),requestAnimationFrame(function(){r()}),g(e),H(t)},onFocus:function(e){e.persist&&e.persist();var t=e.target,r=e.currentTarget;D.current=t,M.current.focusTimeout=setTimeout(function(){var n=t.selectionStart,i=t.selectionEnd,o=t.value;void 0===o&&(o="");var a=R(o,n);a===n||0===n&&i===o.length||I(t,a,o),m(Object.assign(Object.assign({},e),{currentTarget:r}))},0)},onBlur:function(e){D.current=null,clearTimeout(M.current.focusTimeout),clearTimeout(M.current.setCaretTimeout),b(e)}});if("text"===r)return o?n.createElement(n.Fragment,null,o(S,A)||null):n.createElement("span",Object.assign({},A,{ref:a}),S);if(i){var G=i;return n.createElement(G,Object.assign({},Y,{ref:a}))}return n.createElement("input",Object.assign({},Y,{ref:a}))}function gu(e,t){var r=t.decimalScale,n=t.fixedDecimalScale,i=t.prefix;void 0===i&&(i="");var o=t.suffix;void 0===o&&(o="");var a=t.allowNegative,s=t.thousandsGroupStyle;if(void 0===s&&(s="thousand"),""===e||"-"===e)return e;var l=mu(t),d=l.thousandSeparator,c=l.decimalSeparator,u=0!==r&&-1!==e.indexOf(".")||r&&n,p=Kc(e,a),f=p.beforeDecimal,h=p.afterDecimal,g=p.addNegation;return void 0!==r&&(h=Jc(h,r,!!n)),d&&(f=function(e,t,r){var n=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}}(r),i=e.search(/[1-9]/);return i=-1===i?e.length:i,e.substring(0,i)+e.substring(i,e.length).replace(n,"$1"+t)}(f,d,s)),i&&(f=i+f),o&&(h+=o),g&&(f="-"+f),e=f+(u&&c||"")+h}function mu(e){var t=e.decimalSeparator;void 0===t&&(t=".");var r=e.thousandSeparator,n=e.allowedDecimalSeparators;return!0===r&&(r=","),n||(n=[t,"."]),{decimalSeparator:t,thousandSeparator:r,allowedDecimalSeparators:n}}function bu(e,t,r){var n;void 0===t&&(t=au(e));var i=r.allowNegative,o=r.prefix;void 0===o&&(o="");var a=r.suffix;void 0===a&&(a="");var s=r.decimalScale,l=t.from,d=t.to,c=d.start,u=d.end,p=mu(r),f=p.allowedDecimalSeparators,h=p.decimalSeparator,g=e[u]===h;if(Yc(e)&&(e===o||e===a)&&""===t.lastValue)return e;if(u-c===1&&-1!==f.indexOf(e[c])){var m=0===s?"":h;e=e.substring(0,c)+m+e.substring(c+1,e.length)}var b=function(e,t,r){var n=!1,i=!1;o.startsWith("-")?n=!1:e.startsWith("--")?(n=!1,i=!0):a.startsWith("-")&&e.length===a.length?n=!1:"-"===e[0]&&(n=!0);var s=n?1:0;return i&&(s=2),s&&(e=e.substring(s),t-=s,r-=s),{value:e,start:t,end:r,hasNegation:n}},x=b(e,c,u),v=x.hasNegation;e=(n=x).value,c=n.start,u=n.end;var y=b(t.lastValue,l.start,l.end),w=y.start,A=y.end,k=y.value,_=e.substring(c,u);!(e.length&&k.length&&(w>k.length-a.length||A<o.length))||_&&a.startsWith(_)||(e=k);var S=0;e.startsWith(o)?S+=o.length:c<o.length&&(S=c),u-=S;var E=(e=e.substring(S)).length,C=e.length-a.length;e.endsWith(a)?E=C:(u>C||u>e.length-a.length)&&(E=u),e=e.substring(0,E),e=function(e,t){void 0===e&&(e="");var r=new RegExp("(-)"),n=new RegExp("(-)(.)*(-)"),i=r.test(e),o=n.test(e);return e=e.replace(/-/g,""),i&&!o&&t&&(e="-"+e),e}(v?"-"+e:e,i),e=(e.match(function(e){return new RegExp("(^-)|[0-9]|"+qc(e),"g")}(h))||[]).join("");var $=e.indexOf(h),j=Kc(e=e.replace(new RegExp(qc(h),"g"),function(e,t){return t===$?".":""}),i),F=j.beforeDecimal,N=j.afterDecimal,z=j.addNegation;return d.end-d.start<l.end-l.start&&""===F&&g&&!parseFloat(N)&&(e=z?"-":""),e}function xu(e){e=function(e){var t=mu(e),r=t.thousandSeparator,n=t.decimalSeparator,i=e.prefix;void 0===i&&(i="");var o=e.allowNegative;if(void 0===o&&(o=!0),r===n)throw new Error("\n Decimal separator can't be same as thousand separator.\n thousandSeparator: "+r+' (thousandSeparator = {true} is same as thousandSeparator = ",")\n decimalSeparator: '+n+" (default value for decimalSeparator is .)\n ");return i.startsWith("-")&&o&&(console.error("\n Prefix can't start with '-' when allowNegative is true.\n prefix: "+i+"\n allowNegative: "+o+"\n "),o=!1),Object.assign(Object.assign({},e),{allowNegative:o})}(e),e.decimalSeparator,e.allowedDecimalSeparators,e.thousandsGroupStyle;var t=e.suffix,r=e.allowNegative,n=e.allowLeadingZeros,i=e.onKeyDown;void 0===i&&(i=Uc);var o=e.onBlur;void 0===o&&(o=Uc);var a=e.thousandSeparator,s=e.decimalScale,l=e.fixedDecimalScale,d=e.prefix;void 0===d&&(d="");var c=e.defaultValue,u=e.value,p=e.valueIsNumericString,f=e.onValueChange,h=Bc(e,["decimalSeparator","allowedDecimalSeparators","thousandsGroupStyle","suffix","allowNegative","allowLeadingZeros","onKeyDown","onBlur","thousandSeparator","decimalScale","fixedDecimalScale","prefix","defaultValue","value","valueIsNumericString","onValueChange"]),g=mu(e),m=g.decimalSeparator,b=g.allowedDecimalSeparators,x=function(t){return gu(t,e)},v=function(t,r){return bu(t,r,e)},y=Gc(u)?c:u,w=null!=p?p:function(e,t,r){return""===e||!(null==t?void 0:t.match(/\d/))&&!(null==r?void 0:r.match(/\d/))&&"string"==typeof e&&!isNaN(Number(e))}(y,d,t);Gc(u)?Gc(c)||(w=w||"number"==typeof c):w=w||"number"==typeof u;var A=function(e){return Wc(e)?e:("number"==typeof e&&(e=Xc(e)),w&&"number"==typeof s?Qc(e,s,Boolean(l)):e)},k=uu(A(u),A(c),Boolean(w),x,v,f),_=k[0],S=_.numAsString,E=_.formattedValue,C=k[1];return Object.assign(Object.assign({},h),{value:E,valueIsNumericString:!1,isValidInputCharacter:function(e){return e===m||Yc(e)},isCharacterSame:function(e){var t=e.currentValue,r=e.lastValue,n=e.formattedValue,i=e.currentValueIndex,o=e.formattedValueIndex,a=t[i],c=n[o],p=iu(r,t).to,f=function(e){return v(e).indexOf(".")+d.length};return!(0===u&&l&&s&&t[p.start]===m&&f(t)<i&&f(n)>o)&&(!!(i>=p.start&&i<p.end&&b&&b.includes(a)&&c===m)||a===c)},onValueChange:C,format:x,removeFormatting:v,getCaretBoundary:function(t){return function(e,t){var r=t.prefix;void 0===r&&(r="");var n=t.suffix;void 0===n&&(n="");var i=Array.from({length:e.length+1}).map(function(){return!0}),o="-"===e[0];i.fill(!1,0,r.length+(o?1:0));var a=e.length;return i.fill(!1,a-n.length+1,a+1),i}(t,e)},onKeyDown:function(e){var t=e.target,n=e.key,o=t.selectionStart,c=t.selectionEnd,u=t.value;if(void 0===u&&(u=""),("Backspace"===n||"Delete"===n)&&c<d.length)e.preventDefault();else if(o===c){"Backspace"===n&&"-"===u[0]&&o===d.length+1&&r&&eu(t,1),s&&l&&("Backspace"===n&&u[o-1]===m?(eu(t,o-1),e.preventDefault()):"Delete"===n&&u[o]===m&&e.preventDefault()),(null==b?void 0:b.includes(n))&&u[o]===m&&eu(t,o+1);var p=!0===a?",":a;"Backspace"===n&&u[o-1]===p&&eu(t,o-1),"Delete"===n&&u[o]===p&&eu(t,o+1),i(e)}else i(e)},onBlur:function(t){var r=S;if(r.match(/\d/g)||(r=""),n||(r=function(e){if(!e)return e;var t="-"===e[0];t&&(e=e.substring(1,e.length));var r=e.split("."),n=r[0].replace(/^0+/,"")||"0",i=r[1]||"";return(t?"-":"")+n+(i?"."+i:"")}(r)),l&&s&&(r=Qc(r,s,l)),r!==S){var i=gu(r,e);C({formattedValue:i,value:r,floatValue:parseFloat(r)},{event:t,source:Hc.event})}o(t)}})}function vu(e){var t=xu(e);return n.createElement(hu,Object.assign({},t))}function yu(e){e.mask,e.allowEmptyFormatting;var t=e.format,r=e.inputMode;void 0===r&&(r="numeric");var n=e.onKeyDown;void 0===n&&(n=Uc);var i=e.patternChar;void 0===i&&(i="#");var o=e.value,a=e.defaultValue,s=e.valueIsNumericString,l=Bc(e,["mask","allowEmptyFormatting","format","inputMode","onKeyDown","patternChar","value","defaultValue","valueIsNumericString"]);!function(e){var t=e.mask;if(t&&("string"===t?t:t.toString()).match(/\d/g))throw new Error("Mask "+t+" should not contain numeric character;")}(e);var d=function(t){return function(e,t){var r=t.format,n=t.mask,i=t.patternChar;void 0===i&&(i="#");var o=Array.from({length:e.length+1}).map(function(){return!0}),a=0,s=-1,l={};r.split("").forEach(function(t,r){var o=void 0;t===i&&(a++,o=su(n,a-1),-1===s&&e[r]===o&&(s=r)),l[r]=o});for(var d=function(t){return r[t]===i&&e[t]!==l[t]},c=0,u=o.length;c<u;c++)o[c]=c===s||d(c)||d(c-1);return o[r.indexOf(i)]=!0,o}(t,e)},c=Gc(o)?a:o,u=null!=s?s:function(e,t){return""===e||!((null==t?void 0:t.match(/\d/))||"string"!=typeof e||!e.match(/^\d+$/)&&""!==e)}(c,t),p=Object.assign(Object.assign({},e),{valueIsNumericString:u});return Object.assign(Object.assign({},l),{value:o,defaultValue:a,valueIsNumericString:u,inputMode:r,format:function(e){return function(e,t){var r=t.format,n=t.allowEmptyFormatting,i=t.mask,o=t.patternChar;if(void 0===o&&(o="#"),""===e&&!n)return"";for(var a=0,s=r.split(""),l=0,d=r.length;l<d;l++)r[l]===o&&(s[l]=e[a]||su(i,a),a+=1);return s.join("")}(e,p)},removeFormatting:function(e,t){return function(e,t,r){void 0===t&&(t=au(e));var n=r.format,i=r.patternChar;void 0===i&&(i="#");var o=t.from,a=t.to,s=t.lastValue;void 0===s&&(s="");var l=function(e){return n[e]===i},d=function(e,t){for(var r="",n=0;n<e.length;n++)l(t+n)&&Yc(e[n])&&(r+=e[n]);return r},c=function(e){return e.replace(/[^0-9]/g,"")};if(!n.match(/\d/))return c(e);if((""===s||o.end-o.start===s.length)&&e.length===n.length){for(var u="",p=0;p<e.length;p++)if(l(p))Yc(e[p])&&(u+=e[p]);else if(e[p]!==n[p])return c(e);return u}var f=s.substring(0,o.start),h=e.substring(a.start,a.end),g=s.substring(o.end);return""+d(f,0)+c(h)+d(g,o.end)}(e,t,p)},getCaretBoundary:d,onKeyDown:function(e){var r=e.key,o=e.target,a=o.selectionStart,s=o.selectionEnd,l=o.value;if(a===s){var c=a;if("Backspace"===r||"Delete"===r){var u="right";if("Backspace"===r){for(;c>0&&t[c-1]!==i;)c--;u="left"}else{for(var p=t.length;c<p&&t[c]!==i;)c++;u="right"}c=du(l,c,d(l),u)}else t[c]!==i&&"ArrowLeft"!==r&&"ArrowRight"!==r&&(c=du(l,c+1,d(l),"right"));c!==a&&eu(o,c),n(e)}else n(e)}})}function wu(e){var t=yu(e);return n.createElement(hu,Object.assign({},t))}const Au=l.div`
|
|
3023
3062
|
|
|
3024
3063
|
transition: background-color 0.2s ease;
|
|
3025
3064
|
border-radius: 6px;
|
|
@@ -3290,7 +3329,7 @@
|
|
|
3290
3329
|
|
|
3291
3330
|
`}
|
|
3292
3331
|
|
|
3293
|
-
`,
|
|
3332
|
+
`,ku=l.div`
|
|
3294
3333
|
|
|
3295
3334
|
display : grid;
|
|
3296
3335
|
grid-auto-flow : column;
|
|
@@ -3309,13 +3348,13 @@
|
|
|
3309
3348
|
grid-template-columns: 1fr;
|
|
3310
3349
|
`}
|
|
3311
3350
|
|
|
3312
|
-
`,
|
|
3351
|
+
`,_u=l.div`
|
|
3313
3352
|
|
|
3314
3353
|
width: 100%;
|
|
3315
3354
|
height: 100%;
|
|
3316
3355
|
justify-self: flex-start;
|
|
3317
3356
|
|
|
3318
|
-
`,
|
|
3357
|
+
`,Su=l.div`
|
|
3319
3358
|
|
|
3320
3359
|
display: grid;
|
|
3321
3360
|
grid-auto-flow: column;
|
|
@@ -3323,7 +3362,7 @@
|
|
|
3323
3362
|
justify-items: flex-end;
|
|
3324
3363
|
width: 100%;
|
|
3325
3364
|
|
|
3326
|
-
`,
|
|
3365
|
+
`,Eu=l.div`
|
|
3327
3366
|
|
|
3328
3367
|
display: flex;
|
|
3329
3368
|
align-items: center;
|
|
@@ -3334,7 +3373,7 @@
|
|
|
3334
3373
|
transition: color .3s ease-out;
|
|
3335
3374
|
}
|
|
3336
3375
|
|
|
3337
|
-
`,
|
|
3376
|
+
`,Cu=l.div`
|
|
3338
3377
|
|
|
3339
3378
|
display: flex;
|
|
3340
3379
|
align-items: center;
|
|
@@ -3352,13 +3391,13 @@
|
|
|
3352
3391
|
justify-self: flex-end;
|
|
3353
3392
|
*/
|
|
3354
3393
|
|
|
3355
|
-
|
|
3394
|
+
`,$u=l.div`
|
|
3356
3395
|
|
|
3357
3396
|
display: flex;
|
|
3358
3397
|
align-items: center;
|
|
3359
3398
|
height: 100%;
|
|
3360
3399
|
|
|
3361
|
-
`,
|
|
3400
|
+
`,ju=l.div`
|
|
3362
3401
|
|
|
3363
3402
|
display: flex;
|
|
3364
3403
|
align-items: center;
|
|
@@ -3375,19 +3414,19 @@
|
|
|
3375
3414
|
transition: color .3s ease-out;
|
|
3376
3415
|
}
|
|
3377
3416
|
|
|
3378
|
-
|
|
3417
|
+
`,Fu=l(ju)`
|
|
3379
3418
|
|
|
3380
3419
|
border-radius: 6px 0 0 6px;
|
|
3381
3420
|
|
|
3382
|
-
`,
|
|
3421
|
+
`,Nu=l(ju)`
|
|
3383
3422
|
|
|
3384
3423
|
border-radius: 0 6px 6px 0;
|
|
3385
3424
|
|
|
3386
|
-
`,
|
|
3425
|
+
`,zu=l(to)`
|
|
3387
3426
|
|
|
3388
3427
|
fill: #00000080;
|
|
3389
3428
|
|
|
3390
|
-
`,
|
|
3429
|
+
`,Lu=l.span`
|
|
3391
3430
|
|
|
3392
3431
|
position: absolute;
|
|
3393
3432
|
display: flex;
|
|
@@ -3422,7 +3461,7 @@
|
|
|
3422
3461
|
|
|
3423
3462
|
}
|
|
3424
3463
|
|
|
3425
|
-
`,
|
|
3464
|
+
`,Du=l.div`
|
|
3426
3465
|
|
|
3427
3466
|
position: absolute;
|
|
3428
3467
|
border: 1px solid #f8285a;
|
|
@@ -3434,7 +3473,7 @@
|
|
|
3434
3473
|
pointer-events: none;
|
|
3435
3474
|
/* z-index: 1; */
|
|
3436
3475
|
|
|
3437
|
-
`,
|
|
3476
|
+
`,Mu=l.span`
|
|
3438
3477
|
|
|
3439
3478
|
border: 0;
|
|
3440
3479
|
clip: rect(1px 1px 1px 1px);
|
|
@@ -3446,7 +3485,7 @@
|
|
|
3446
3485
|
position: absolute;
|
|
3447
3486
|
width: 1px;
|
|
3448
3487
|
|
|
3449
|
-
`,
|
|
3488
|
+
`,Tu=l.div`
|
|
3450
3489
|
|
|
3451
3490
|
display: flex;
|
|
3452
3491
|
align-items: center;
|
|
@@ -3467,17 +3506,17 @@
|
|
|
3467
3506
|
}
|
|
3468
3507
|
}
|
|
3469
3508
|
|
|
3470
|
-
`;l(
|
|
3509
|
+
`;l(Tu)`
|
|
3471
3510
|
|
|
3472
|
-
`,l(
|
|
3511
|
+
`,l(Tu)`
|
|
3473
3512
|
|
|
3474
|
-
`;const
|
|
3513
|
+
`;const Ou=l(Tu)`
|
|
3475
3514
|
|
|
3476
3515
|
&::before {
|
|
3477
3516
|
background-color: #f8285a;
|
|
3478
3517
|
}
|
|
3479
3518
|
|
|
3480
|
-
`;var
|
|
3519
|
+
`;var Iu,Ru="itd__floatingLabel__01e577ff";Ed(".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{-webkit-backface-visibility:hidden;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"}(Iu||(Iu={}));let Pu=!1,Vu=!1;const Bu=n.forwardRef(({id:e,placeholder:t="",value:i="",defaultValue:o="",type:a=Iu.TEXT,className:s="",size:l="default",variant:d="default",prefix:c=null,suffix:u=null,addonBefore:p=null,addonAfter:f=null,status:h=null,locked:g=null,minValue:m=0,maxValue:b=-1,maxLength:x=-1,disabled:v=!1,floating:y=!1,autoComplete:w=!1,keepFocus:A=!1,focusRef:k=null,mask:_=null,allowEmptyFormatting:S=!1,allowLeadingZeros:E=!1,decimalSeparator:C=".",thousandSeparator:$=",",decimalScale:j=2,onChange:F=null,onUpdate:N=null,onFocus:z=null,onBlur:L=null,onPressEnter:D=null,onKeyDown:M=null,children:T=null},O)=>{const I=n.useRef(null),R=n.useMemo(()=>e||"itd-input-"+oe(),[e]),[P,V]=n.useState(a===Iu.NUMBER?0:""),[B,H]=n.useState(""),[U,Y]=n.useState(!1),[G,W]=n.useState(!1),[q,K]=n.useState(!1),[J,Z]=n.useState(!1),[X,Q]=n.useState(!0);n.useEffect(()=>{(()=>{if(Pu)return;Pu=!0,document.addEventListener("keydown",e=>{e&&"Tab"===e.key&&(Vu=!0)});const e=()=>{Vu=!1};document.addEventListener("mousedown",e,{passive:!0}),document.addEventListener("pointerdown",e,{passive:!0}),document.addEventListener("touchstart",e,{passive:!0})})(),ee(),o&&te(o)},[]),n.useEffect(()=>{if(!G)return;const e=e=>{I.current&&!I.current.contains(e.target)&&(Y(!1),W(!1),A&&k?.current&&K(k.current.contains(e.target)))},t=e=>{I.current&&I.current.contains(e.target)&&Y(!1)};return document.addEventListener("mousedown",e),I.current?.addEventListener("mousedown",t),()=>{document.removeEventListener("mousedown",e),I.current?.removeEventListener("mousedown",t)}},[G,A,k]),n.useEffect(()=>{te(a===Iu.NUMBER?Number(i):String(i),!0,""!==i)},[i]);const ee=()=>{I.current&&A&&I.current&&(I.current?.focus(),W(!0))},te=(e,t=!0,r=!0)=>{V(e),N&&N(e,t,r)};n.useImperativeHandle(O,()=>({setFocus(){I.current&&(W(!0),I.current.focus()),K(!0)},reset(e=!0,t=!0){V(o||""),H(""),te(a===Iu.NUMBER?0:"",e,t)},setValue(e,t=!0,r=!0){V(e),te(e,t,r)},getValue:()=>P,setError(e){H(e)},forceUpdate(){te(P)},clear(){V("")}}));const re=e=>{const t="string"==typeof e&&_&&e.replace(/\D+/g,"").length<_.replace(/\D+/g,"").length;te(e,!0,!t),F&&F(e)},ne=e=>{re(e.value)},ie=e=>{I.current?.focus(),W(!0),Y(!0===Vu),!w&&X&&Q(!1),z&&z(e)},ae=e=>{W(!1),Y(!1),A&&q&&I.current&&(W(!0),I.current.focus()),_&&"string"==typeof P&&P.replace(/\D+/g,"").length<_.replace(/\D+/g,"").length&&o&&te(o,!0,!1),L?L(e):e.target.blur()},le=e=>{"Tab"===e.key&&Y(!0),13===e.keyCode&&D&&D(e),M&&M(e)},de=()=>{let e={id:R,placeholder:t,value:P,type:a,spellCheck:"false",autoCorrect:"off",autoCapitalize:"none",className:y?ve():xe(),onFocus:ie,onBlur:ae,onKeyDown:le,disabled:v||g};return g&&(e["data-locked"]=!0),e=w?{...e,autoComplete:"on"}:{...e,autoComplete:"off",onMouseDown:()=>Y(!1)},_?(e={...e,format:_,mask:"_",allowEmptyFormatting:S,onChange:e=>re(e.target.value)},r.jsx(wu,{...e})):a===Iu.CURRENCY?(e={...e,maxLength:x,type:Iu.TEXT,allowLeadingZeros:E,decimalSeparator:C,thousandSeparator:$,decimalScale:j,getInputRef:I,onValueChange:ne,onMouseDown:()=>Y(!1),isAllowed:e=>{const{floatValue:t}=e;return t>=m&&(t<=b||-1===b)||void 0===t}},r.jsx(vu,{...e})):a===Iu.NUMBER?(e={...e,type:Iu.NUMBER,maxLength:x,onMouseDown:()=>Y(!1),onChange:e=>{const t=Number(e.target.value.replace(/,/g,"."));t>=m&&-1===b||t>=m&&t<=b?re(t):t<m?re(m):t>b&&re(b)},ref:I},r.jsx("input",{...e})):(e={...e,maxLength:x,onChange:e=>re(e.target.value),onMouseDown:()=>Y(!1),ref:I},r.jsx("input",{...e}))},ce=()=>{if(p)return r.jsx(Fu,{className:"itd-input-addon-before",children:p})},ue=()=>{if(f)return r.jsx(Nu,{className:"itd-input-addon-after",children:f})},pe=()=>{if(c)return r.jsx(Eu,{className:"itd-input-prefix",children:c})},fe=()=>{if(u)return r.jsx(Cu,{className:"itd-input-suffix",children:u})},he=()=>{if(g)return r.jsx($u,{className:"itd-input-locked",children:"boolean"!=typeof g?g:r.jsx(zu,{className:"itd-svg",width:"18",height:"18"})})},ge=()=>{if(""!==B&&!v)return r.jsx(Du,{className:"itd-error-border"})},me=r.jsx("svg",{width:"20px",height:"20px",viewBox:"0 0 20 20",version:"1.1",xmlns:"http://www.w3.org/2000/svg",children:r.jsx("g",{id:"Error",stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:r.jsxs("g",{id:"ErrorGroup",fillRule:"nonzero",children:[r.jsx("circle",{id:"ErrorBackground",fill:"#F8285A",cx:"10",cy:"10",r:"10"}),r.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"})]})})}),be=()=>{if(""===B||v)return;let e={className:"itd-input-failed itd-failed-status",onPointerOver:()=>Z(!0),onPointerOut:()=>Z(!1)};return r.jsxs(Ou,{...e,children:[J?r.jsx(Lu,{className:"itd-input-error-tooltip itd-error-tooltip",children:B}):null,h||me]})},xe=()=>"itd-input-default-input",ve=()=>"itd-input-floating-input",ye=()=>{let e="itd-input itd-input-"+a;return e+=" itd-input-"+se(l),e+=" itd-input-"+d,_&&(e+=" itd-input-masked"),v&&(e+=" itd-input-disabled"),g&&(e+=" itd-input-locked"),""!==s&&(e+=" "+s),G&&U&&(e+=" keyboard-focus"),G&&(e+=" focused"),e};return(()=>{if(T)throw new Error("ITD Input Error: Remove the children!");return r.jsxs(Au,{className:ye(),children:[ce(),r.jsxs(ku,{$hasPrefix:null!==c,$hasSuffix:null!==u,$hasError:""!==B&&!v,children:[pe(),r.jsxs(_u,{className:"itd-input-middle",children:[de(),y?r.jsx("label",{htmlFor:R,className:"itd-input-floating-label "+Ru+" "+t,"data-content":t,children:r.jsx(Mu,{children:t})}):null,ge()]}),r.jsxs(Su,{children:[fe(),he(),be()]})]}),ue()]})})()});Bu.displayName="ITD-Input";const Hu=l.div`
|
|
3481
3520
|
|
|
3482
3521
|
border: 1px solid #d9d9d900;
|
|
3483
3522
|
border-radius: 6px;
|
|
@@ -3630,7 +3669,7 @@
|
|
|
3630
3669
|
height: 100%;
|
|
3631
3670
|
justify-self: flex-start;
|
|
3632
3671
|
|
|
3633
|
-
`;const
|
|
3672
|
+
`;const Uu=l.div`
|
|
3634
3673
|
|
|
3635
3674
|
position: absolute;
|
|
3636
3675
|
border: 1px solid #f8285a;
|
|
@@ -3642,7 +3681,7 @@
|
|
|
3642
3681
|
pointer-events: none;
|
|
3643
3682
|
/* z-index: 1; */
|
|
3644
3683
|
|
|
3645
|
-
`,
|
|
3684
|
+
`,Yu=l.div`
|
|
3646
3685
|
|
|
3647
3686
|
display: flex;
|
|
3648
3687
|
align-items: center;
|
|
@@ -3663,17 +3702,17 @@
|
|
|
3663
3702
|
}
|
|
3664
3703
|
}
|
|
3665
3704
|
|
|
3666
|
-
`;l(
|
|
3705
|
+
`;l(Yu)`
|
|
3667
3706
|
|
|
3668
|
-
`,l(
|
|
3707
|
+
`,l(Yu)`
|
|
3669
3708
|
|
|
3670
|
-
`,l(
|
|
3709
|
+
`,l(Yu)`
|
|
3671
3710
|
|
|
3672
3711
|
&::before {
|
|
3673
3712
|
background-color: #f8285a;
|
|
3674
3713
|
}
|
|
3675
3714
|
|
|
3676
|
-
`;let
|
|
3715
|
+
`;let Gu=!1,Wu=!1;const qu=n.forwardRef(({id:e,placeholder:t="",value:i="",defaultValue:o="",className:a="",size:s="default",variant:l="default",rows:d=3,maxLength:c=-1,disabled:u=!1,showCount:p=!1,onChange:f,onUpdate:h,children:g},m)=>{const b=n.useRef(null),x=n.useMemo(()=>e||"itd-textarea-"+oe(),[e]),[v,y]=n.useState(""),[w,A]=n.useState(!1),[k,_]=n.useState(!1),[S,E]=n.useState("");n.useEffect(()=>{(()=>{if(Gu)return;Gu=!0,document.addEventListener("keydown",e=>{e&&"Tab"===e.key&&(Wu=!0)});const e=()=>{Wu=!1};document.addEventListener("mousedown",e,{passive:!0}),document.addEventListener("pointerdown",e,{passive:!0}),document.addEventListener("touchstart",e,{passive:!0})})(),o&&C(o)},[]),n.useEffect(()=>{C(String(i),!0,""!==i)},[i]);const C=(e,t=!0,r=!0)=>{y(e),h&&h(e,t,r)};n.useImperativeHandle(m,()=>({setFocus(){b.current&&b.current.focus()},reset(e=!0,t=!0){y(o||""),E(""),C("",e,t)},setValue(e,t=!0,r=!0){y(e),C(e,t,r)},getValue:()=>v,setError(e){E(e)},forceUpdate(){C(v)},clear(){y("")}}));const $=e=>{y(e.target.value),C(e.target.value,!0,!0),f&&f({value:e.target.value,className:"itd-textarea",disabled:u,target:b,stopPropagation:()=>{e.stopPropagation()},preventDefault:()=>{e.preventDefault()}})},j=e=>{_(!0),A(!0===Wu)},F=e=>{_(!1),A(!1)},N=e=>{"Tab"===e.key&&A(!0)},z=()=>{let e={id:x,placeholder:t,value:v,className:"itd-textarea-default-input"+(w?" keyboard-focus":""),disabled:u,autoComplete:"off",rows:d,maxLength:c,onChange:$,onFocus:j,onBlur:F,onKeyDown:N,onMouseDown:()=>A(!1),ref:b};return r.jsx("textarea",{...e})},L=()=>{if(""!==S&&!u)return r.jsx(Uu,{className:"itd-error-border"})},D=()=>{let e="itd-textarea";return e+=" itd-textarea-"+se(s),e+=" itd-textarea-"+l,u&&(e+=" itd-textarea-disabled"),k&&(e+=" itd-textarea-focus"),p&&(e+=" itd-textarea-show-count"),""!==a&&(e+=" "+a),e};return(()=>{if(g)throw new Error("ITD TextArea Error: Remove the children!");return r.jsxs(Hu,{className:D(),children:[z(),L()]})})()});qu.displayName="ITD-TextArea";const Ku=l.span`
|
|
3677
3716
|
|
|
3678
3717
|
content: '';
|
|
3679
3718
|
position: absolute;
|
|
@@ -3697,7 +3736,7 @@
|
|
|
3697
3736
|
|
|
3698
3737
|
}
|
|
3699
3738
|
|
|
3700
|
-
`,
|
|
3739
|
+
`,Ju=l.div`
|
|
3701
3740
|
|
|
3702
3741
|
cursor: pointer;
|
|
3703
3742
|
text-indent: -9999px;
|
|
@@ -3709,7 +3748,7 @@
|
|
|
3709
3748
|
position: relative;
|
|
3710
3749
|
//box-shadow: inset 0px 0px 20px rgba(0,0,0,0.4);
|
|
3711
3750
|
|
|
3712
|
-
`,
|
|
3751
|
+
`,Zu=l.div`
|
|
3713
3752
|
|
|
3714
3753
|
display: flex;
|
|
3715
3754
|
flex-direction: row;
|
|
@@ -3723,7 +3762,7 @@
|
|
|
3723
3762
|
|
|
3724
3763
|
&[data-state="checked"] {
|
|
3725
3764
|
|
|
3726
|
-
${
|
|
3765
|
+
${Ku} {
|
|
3727
3766
|
left: calc(100% - 3px);
|
|
3728
3767
|
transform: translateX(-100%);
|
|
3729
3768
|
background:rgb(255, 255, 255);
|
|
@@ -3733,7 +3772,7 @@
|
|
|
3733
3772
|
|
|
3734
3773
|
&[data-state="unchecked"] {
|
|
3735
3774
|
|
|
3736
|
-
${
|
|
3775
|
+
${Ku} {
|
|
3737
3776
|
.itd-spin-spinner >div>div {
|
|
3738
3777
|
border-color: #e4e4e7 transparent transparent;
|
|
3739
3778
|
}
|
|
@@ -3748,7 +3787,7 @@
|
|
|
3748
3787
|
// Disabled durumları - daha spesifik selector'lar
|
|
3749
3788
|
&[data-disabled="true"][data-state="checked"] {
|
|
3750
3789
|
|
|
3751
|
-
${
|
|
3790
|
+
${Ku} {
|
|
3752
3791
|
background: #ffffff;
|
|
3753
3792
|
}
|
|
3754
3793
|
|
|
@@ -3761,7 +3800,7 @@
|
|
|
3761
3800
|
|
|
3762
3801
|
&[data-disabled="true"][data-state="unchecked"] {
|
|
3763
3802
|
|
|
3764
|
-
${
|
|
3803
|
+
${Ku} {
|
|
3765
3804
|
background: #ffffff;
|
|
3766
3805
|
}
|
|
3767
3806
|
|
|
@@ -3784,7 +3823,7 @@
|
|
|
3784
3823
|
cursor: progress;
|
|
3785
3824
|
}
|
|
3786
3825
|
|
|
3787
|
-
`,
|
|
3826
|
+
`,Xu=l.span`
|
|
3788
3827
|
|
|
3789
3828
|
position: absolute;
|
|
3790
3829
|
display: flex;
|
|
@@ -3820,7 +3859,7 @@
|
|
|
3820
3859
|
|
|
3821
3860
|
}
|
|
3822
3861
|
|
|
3823
|
-
`,
|
|
3862
|
+
`,Qu=n.forwardRef(({id:e="",label:t="",checked:i,defaultChecked:o=!1,loading:a=!1,disabled:s=!1,onChange:l=null,onUpdate:d=null},c)=>{const[u,p]=n.useState(o||!1),[f,h]=n.useState(""),[g,m]=n.useState(e||`itd-switch-${oe()}`);n.useEffect(()=>{e&&e!==g&&m(e)},[e]);const b=n.useCallback((e,t=!0,r=!0)=>{d&&("development"===process.env.NODE_ENV?requestAnimationFrame(()=>d(e,t,r)):d(e,t,r))},[d]);n.useEffect(()=>{void 0!==i&&i!==u&&(p(i),b(i))},[i,b]);const x=n.useMemo(()=>({reset(e=!0,t=!0){const r=o||!1;p(r),b(r,e,t)},setValue(e,t=!0,r=!0){p(e),b(e,t,r)},getValue:()=>u,setError(e=""){h(e)},clear(){p(!1)}}),[u,o,b]);n.useImperativeHandle(c,()=>x,[x]);const v=n.useCallback(e=>{if(a||s)return e.preventDefault(),void e.stopPropagation();const t=!u;p(t),b(t),l&&l(t)},[a,s,u,b,l]),y=n.useMemo(()=>{let e="itd-switch";return u&&(e+=" itd-switch-checked"),s&&(e+=" itd-switch-disabled"),a&&(e+=" itd-switch-loading"),e},[u,s,a]);return r.jsxs(Zu,{className:y,children:[r.jsx("button",{id:g,type:"button",role:"switch",value:u?"on":"off","data-state":u?"checked":"unchecked","aria-checked":u,"data-disabled":s?"true":"false","data-loading":a&&!s?"true":"false",disabled:s,onClick:v,children:r.jsx(Ju,{className:"itd-switch-body","data-disabled":s,children:r.jsx(Ku,{className:"itd-switch-thumb",children:r.jsx(H,{size:12,updating:a&&!s})})})}),t&&r.jsx("label",{htmlFor:g,children:t}),f&&r.jsx(Xu,{className:"itd-switch-error-tooltip itd-error-tooltip",children:f})]})});Qu.displayName="ITD-Switch";const ep=l.div`
|
|
3824
3863
|
|
|
3825
3864
|
position : relative;
|
|
3826
3865
|
width : ${e=>e.$fluid?"100%":"max-content"};
|
|
@@ -3835,7 +3874,7 @@
|
|
|
3835
3874
|
|
|
3836
3875
|
}
|
|
3837
3876
|
|
|
3838
|
-
`,
|
|
3877
|
+
`,tp=l.div`
|
|
3839
3878
|
|
|
3840
3879
|
>img {
|
|
3841
3880
|
max-width : 100%;
|
|
@@ -3866,7 +3905,7 @@
|
|
|
3866
3905
|
|
|
3867
3906
|
position: relative;
|
|
3868
3907
|
|
|
3869
|
-
`,
|
|
3908
|
+
`,rp=l.div`
|
|
3870
3909
|
|
|
3871
3910
|
display: block;
|
|
3872
3911
|
|
|
@@ -3878,7 +3917,7 @@
|
|
|
3878
3917
|
transition-duration: 500ms;
|
|
3879
3918
|
transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
|
|
3880
3919
|
|
|
3881
|
-
`,
|
|
3920
|
+
`,np=l.div`
|
|
3882
3921
|
|
|
3883
3922
|
position: absolute;
|
|
3884
3923
|
top: 50%;
|
|
@@ -3900,7 +3939,7 @@
|
|
|
3900
3939
|
}
|
|
3901
3940
|
`}}
|
|
3902
3941
|
|
|
3903
|
-
`,
|
|
3942
|
+
`,ip=l.div`
|
|
3904
3943
|
|
|
3905
3944
|
display : flex;
|
|
3906
3945
|
justify-content : center;
|
|
@@ -3912,7 +3951,7 @@
|
|
|
3912
3951
|
height : ${e=>e.$height?qi(e.$height):"100%"};
|
|
3913
3952
|
}
|
|
3914
3953
|
|
|
3915
|
-
`,
|
|
3954
|
+
`,op=l.div`
|
|
3916
3955
|
|
|
3917
3956
|
transition-property: all;
|
|
3918
3957
|
transition-duration: 0ms;
|
|
@@ -3948,7 +3987,7 @@
|
|
|
3948
3987
|
top: 50%;
|
|
3949
3988
|
`}
|
|
3950
3989
|
|
|
3951
|
-
`,
|
|
3990
|
+
`,ap=l.div`
|
|
3952
3991
|
|
|
3953
3992
|
position: absolute;
|
|
3954
3993
|
display: flex;
|
|
@@ -3971,7 +4010,7 @@
|
|
|
3971
4010
|
background-color: #ffffff90;
|
|
3972
4011
|
`}
|
|
3973
4012
|
|
|
3974
|
-
`,
|
|
4013
|
+
`,sp=l.div`
|
|
3975
4014
|
|
|
3976
4015
|
position: absolute;
|
|
3977
4016
|
|
|
@@ -4009,7 +4048,7 @@
|
|
|
4009
4048
|
}
|
|
4010
4049
|
`}
|
|
4011
4050
|
|
|
4012
|
-
`,
|
|
4051
|
+
`,lp=l.div`
|
|
4013
4052
|
transition-property: all;
|
|
4014
4053
|
transition-duration: 400ms;
|
|
4015
4054
|
transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
|
|
@@ -4034,7 +4073,7 @@
|
|
|
4034
4073
|
pointer-events: none;
|
|
4035
4074
|
z-index: 1;
|
|
4036
4075
|
|
|
4037
|
-
`;const
|
|
4076
|
+
`;const dp=l.div`
|
|
4038
4077
|
|
|
4039
4078
|
display: flex;
|
|
4040
4079
|
align-items: center;
|
|
@@ -4056,13 +4095,13 @@
|
|
|
4056
4095
|
}
|
|
4057
4096
|
}
|
|
4058
4097
|
|
|
4059
|
-
`,
|
|
4098
|
+
`,cp=l(dp)`
|
|
4060
4099
|
|
|
4061
4100
|
&::before {
|
|
4062
4101
|
background-color: #f8285a;
|
|
4063
4102
|
}
|
|
4064
4103
|
|
|
4065
|
-
`,
|
|
4104
|
+
`,up=l.span`
|
|
4066
4105
|
|
|
4067
4106
|
position: absolute;
|
|
4068
4107
|
display: flex;
|
|
@@ -4097,14 +4136,14 @@
|
|
|
4097
4136
|
|
|
4098
4137
|
}
|
|
4099
4138
|
|
|
4100
|
-
`,
|
|
4139
|
+
`,pp=n.forwardRef(({id:e="itd-upload-"+oe(),resultFileName:i=null,action:o="",filePath:a="",binaryName:s="file",showDeleteIcon:l=!1,showPreviewIcon:d=!1,buttonsPosition:c="default",padding:u=10,fluid:p=!0,fileWidth:f="100%",fileHeight:h="auto",maxFileWidth:g="none",maxFileHeight:m="none",containerWidth:b="100%",containerHeight:x="auto",previewFileWidth:v="100%",previewFileHeight:y="100%",previewFilePadding:w="0",requestMethod:A="put",maxFileSize:k=1024,disabled:_=!1,extraFormData:S={},extraQueryString:E={},extraHeader:C={},fileTypes:$=[exports.FileTypes.JPG,exports.FileTypes.PNG,exports.FileTypes.SVG,exports.FileTypes.PDF],removeAction:j="",removeExtraFormData:F={},removeExtraQueryString:N={},removeExtraHeader:z={},onUpdate:L,onUploadSuccess:D,onUploadFailed:M,onRemoveFileSuccess:T,onRemoveFileFailed:I},R)=>{const P=n.useRef(null),{addNotification:V}=ki.useNotifications(),{showModal:B}=Ge.useModal(),{fetch:H,cancel:U}=O(),{t:Y}=t.useTranslation("itd"),[G,W]=n.useState(!1),[q,K]=n.useState(!1),[J,Z]=n.useState(".svg, .png, .jpg"),[X,Q]=n.useState(!1),[ee,te]=n.useState(!1),[re,ne]=n.useState(!1),[ie,ae]=n.useState(null),[se,le]=n.useState(null),[de,ue]=n.useState(""),[pe,fe]=n.useState(!1),[he,ge]=n.useState(!1),[me,be]=n.useState(null),[xe,ve]=n.useState(!1),[ye,we]=n.useState(null);n.useEffect(()=>()=>{U()},[]),n.useEffect(()=>{K(_)},[_]),n.useEffect(()=>{le(a?a.split("?")[0]:"")},[a]),n.useEffect(()=>{null!==se&&(void 0!==se?_e():W(!1))},[se]),n.useEffect(()=>{let e=[];$.map(t=>{e.push(Ni(t))}),Z(e.join(", "))},[$]);const Ae=(e,t)=>{V({title:e,description:t,placement:"topRight",autoHide:!0,delay:5e3,type:"error"})},ke=(e,t=!0,r=!0)=>{L&&L(e,t,r)};n.useImperativeHandle(R,()=>({setFocus(){ne(!0)},reset(e=!1,t=!1){Se(),le(null),ue(""),ke("",e,t)},setValue(e,t=!0,r=!0){le(e),ke(e,t,r)},getValue:()=>se||"",setError(e){ue(e)},forceUpdate(){ke(se||"")},clear(){le("")}}));const _e=async()=>{let e=!1;se&&(e=await ji(se),ae(e),e?ke(se):ke("",!0,!0),G||W(!0)),""!==se||G||W(!0),""===se&&G&&ke("",!0,!0)},Se=()=>{we(null),be(null),ve(!1),ae(null)},Ee=async()=>{K(!0),B({content:r.jsx("div",{children:Y("uploader.areYouSureToDeleteThisFile")}),title:Y("uploader.removeFile"),okButtonText:Y("uploader.yes"),cancelButtonText:Y("uploader.no"),okButtonProps:{variant:"statable",state:"reject"},closeOnClickOutside:!1,showCloseButton:!1,onOk:()=>(j?H({action:j,params:F,queries:N,headers:z,onFetched:e=>{e.data.success?(Se(),ke("",!0,!0),T&&T(e.data.data)):I&&I()},onError:()=>{I&&I()}}):(Se(),ke("",!0,!0),T&&T()),K(!1),!0),onCancel:()=>(K(!1),!0)})},Ce=e=>{e.preventDefault(),he||te(!0)},$e=e=>{e.preventDefault(),he||te(!1)},je=e=>{e.preventDefault(),he||(te(!1),e.dataTransfer&&0!==e.dataTransfer.files.length?ze(e.dataTransfer.files[0]):console.log(Y("uploader.browserDoesntSupportDND")))},Fe=e=>{te(!1);const t=e.target.files[0];ze(t)},Ne=async({path:e,errorMessage:t,errorCode:r})=>{await zi(1e3),be(null),ge(!1),await zi(1500),ve(!1),e?D&&D(e):t&&M&&M(t,r||0)},ze=e=>{if(e&&(e=>!!$.includes(e.type)||(Ae(Y("uploader.error"),Y("uploader.fileFormatError",{fileFormat:J})),!1))(e)&&(e=>!(e.size>1024*k&&(Ae(Y("uploader.error"),Y("uploader.fileSizeError",{fileSize:Fi(1024*k)})),1)))(e)){if(i){const t=Ni(e.type);e=new File([e],i+t,{type:t,lastModified:e.lastModified})}(async e=>{if(!e)return;let t=new FormData;t.append(s,e),i&&t.append("name",i),Object.keys(S).forEach(e=>{t.append(e,S[e])}),H({action:o,requestMethod:A,params:t,queries:E,headers:C,onFetched:e=>{e.data.success?(we({message:Y("uploader.fileUploadSuccess"),status:"success"}),ve(!0),le(e.data.data.url),Ne({path:e.data.data.url})):(we({message:Y("uploader.fileUploadFailed"),status:"error"}),ke("",!0,!0),Ne({errorMessage:Y("uploader.fileUploadFailed")}))},onError:(e,t)=>{we({message:Y("uploader.fileUploadFailed"),status:"error"}),ke("",!0,!0),Ne({errorMessage:e,errorCode:t})},onProgress:e=>{be({estimated:e.estimated?(Math.round(100*e.estimated)/100).toFixed(2):"0",progress:e.progress?Math.round(100*e.progress):0,bytes:e.bytes?Fi(e.bytes):"",total:e.total?Fi(e.total):""})}})})(e),ge(!0)}},Le=()=>{K(!0),B({content:r.jsx(ip,{className:"itd-upload-preview-content",$width:v,$height:y,$padding:w,children:r.jsx(Io,{src:se||""})}),showOkButton:!1,showCancelButton:!1,contentPadding:"0px",width:"max-content",onCancel:()=>(K(!1),!0)})},De=()=>{if(l&&se&&!he&&ie)return r.jsx("span",{className:"delete-icon",children:r.jsx(ce,{variant:"solid",size:"small",type:"button",circle:!0,onClick:Ee,disabled:q,icon:r.jsx(so,{width:16,height:16}),className:"itd-upload-delete-button"})})},Me=()=>{if(d&&se&&!he&&ie)return r.jsx("span",{className:"preview-icon",children:r.jsx(ce,{variant:"solid",size:"small",type:"button",circle:!0,onClick:Le,disabled:q,icon:r.jsx(lo,{width:16,height:16}),className:"itd-upload-preview-button"})})},Te=r.jsx("svg",{width:"20px",height:"20px",viewBox:"0 0 20 20",version:"1.1",xmlns:"http://www.w3.org/2000/svg",children:r.jsx("g",{id:"Error",stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:r.jsxs("g",{id:"ErrorGroup",fillRule:"nonzero",children:[r.jsx("circle",{id:"ErrorBackground",fill:"#F8285A",cx:"10",cy:"10",r:"10"}),r.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"})]})})}),Oe=()=>{if(""===de||he)return;let e={className:"itd-upload-failed itd-failed-status",onPointerOver:()=>fe(!0),onPointerOut:()=>fe(!1)};return r.jsxs(cp,{...e,children:[pe?r.jsx(up,{className:"itd-upload-error-tooltip itd-error-tooltip",children:de}):null,Te]})},Ie=()=>{if(G)return null===ie?r.jsx(no,{width:24,height:24}):!1===ie?r.jsx(co,{width:40,height:40}):r.jsx(Io,{src:se||"",width:qi(f),height:qi(h)})},Re=()=>{let e=(X||ee)&&!he&&!q;return r.jsx(ap,{$isHover:e,className:"itd-upload-overlay",children:r.jsxs(op,{$isHover:e,className:"itd-upload-overlay-content",children:[r.jsx("span",{className:"itd-upload-header",children:Y("uploader.header")}),r.jsx("span",{className:"itd-upload-hint",children:Y("uploader.hint")})]})})};return r.jsxs(ep,{className:"itd-upload",$fluid:p,children:[r.jsx("input",{type:"file",id:e,accept:J,onChange:Fe,onFocus:e=>{e.target.matches(":focus-visible")&&ne(!0)},onBlur:()=>ne(!1),onPointerOver:()=>{!ee&&Q(!0)},onPointerOut:()=>{!ee&&Q(!1)},onDragOver:Ce,onDragLeave:$e,onDrop:je,disabled:he||q,ref:P}),r.jsx(rp,{$showFocus:re,className:"itd-upload-label",children:r.jsxs(tp,{$showBorder:(ee||X)&&!he,$padding:u,$disabled:_,$hasError:""!==de&&!he,$fileWidth:f,$fileHeight:h,$maxFileWidth:g,$maxFileHeight:m,$containerWidth:b,$containerHeight:x,className:"itd-upload-content",children:[Ie(),r.jsxs(sp,{className:"itd-upload-status",$isActive:he,$complete:"success"===ye?.status,$error:"error"===ye?.status,children:[r.jsx(lp,{className:"itd-upload-status-box",$progress:me?me.progress:0,$complete:"success"===ye?.status,$error:"error"===ye?.status}),r.jsx("span",{className:"itd-upload-status-message",children:Y(xe||ye?String(ye?.message):"uploader.fileUploading")}),me?r.jsx("span",{className:"itd-upload-status-info",children:Y("uploader.info",{total:me.total,estimated:me.estimated})}):r.jsx("span",{className:"itd-upload-status-calculating",children:Y("uploader.calculating")})]}),Re(),r.jsxs(np,{$position:""===de?c:"default",children:[r.jsxs(Uf,{vertical:!0,gap:"small",className:"itd-upload-icons",children:[De(),Me()]}),Oe()]})]})})]})}),fp=l(a.NavLink)`
|
|
4101
4140
|
|
|
4102
4141
|
text-decoration: none;
|
|
4103
4142
|
|
|
4104
|
-
`;var
|
|
4143
|
+
`;var hp=n.memo(e=>(()=>{const{to:t,children:n,...i}=e;return r.jsx(fp,{...i,to:t,children:n})})(),(e,t)=>e.to===t.to&&e.className===t.className&&e.style===t.style&&e.children===t.children);const gp=l.div`
|
|
4105
4144
|
display: flex;
|
|
4106
4145
|
flex-direction: column;
|
|
4107
|
-
`,
|
|
4146
|
+
`,mp=l.div`
|
|
4108
4147
|
|
|
4109
4148
|
background-color: #1D2649;
|
|
4110
4149
|
width: 100%;
|
|
@@ -4143,37 +4182,37 @@
|
|
|
4143
4182
|
}
|
|
4144
4183
|
`}
|
|
4145
4184
|
|
|
4146
|
-
`,
|
|
4185
|
+
`,bp=l.div`
|
|
4147
4186
|
|
|
4148
4187
|
overflow: hidden;
|
|
4149
4188
|
transition: max-height 0.25s ease-out;
|
|
4150
4189
|
|
|
4151
|
-
`;var
|
|
4190
|
+
`;var xp="itd__arrow__ffb364c6",vp="itd__arrowNormal__ffb364c6",yp="itd__arrowOpen__ffb364c6",wp="itd__icon__ffb364c6";Ed(".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 Ap=l.div`
|
|
4152
4191
|
display: flex;
|
|
4153
4192
|
flex-direction: column;
|
|
4154
|
-
`,
|
|
4193
|
+
`,kp=({useLink:e=!1,children:t})=>{const[r,i]=n.useState("");n.useEffect(()=>{},[]);const o=e=>{i(e)};return n.createElement(Ap,null,n.Children.map(t,t=>n.cloneElement(t,{...t.props,useLink:e,hasOpen:r===t.props.id,onChange:o})))};kp.Panel=function({id:e="",link:t="",icon:r="",title:i="",hasOpen:o=!1,useLink:s=!1,onChange:l=null,children:d=null}){const c=n.useRef(),u=a.useLocation(),[p,f]=n.useState(!1),[h,g]=n.useState(""),[m,b]=n.useState("0px");n.useEffect(()=>{g(0),x()&&c.current&&(c.current.style=`${c.current.scrollHeight}px`)},[]),n.useEffect(()=>{o||f(!1)},[o]),n.useEffect(()=>{p&&l(e),b(p&&c.current?`${c.current.scrollHeight}px`:"0px")},[p]),n.useEffect(()=>{x()&&f(!0)},[u]);const x=()=>{if(!s&&o)return!0;let e=!1;return d?d.forEach(t=>{u.pathname.indexOf(t.props.link)>-1&&(e=!0)}):u.pathname.indexOf(t)>-1&&(e=!0),e},v=()=>{f(!p)},y=()=>{let e=xp;return e+=d?p?" "+yp:"":" "+vp,React.createElement(ro,{width:"20",height:"20",className:e})};return React.createElement(gp,null,React.createElement("div",null,d?React.createElement(mp,{className:h,onClick:v},React.createElement("div",{className:wp+" "+r}),React.createElement("span",null,i),y()):React.createElement(mp,{as:hp,$active:x(),to:t},React.createElement("div",{className:wp+" "+r}),React.createElement("span",null,i),y()),React.createElement(bp,{ref:c,style:{maxHeight:`${m}`}},d)))};const _p=l.keyframes`
|
|
4155
4194
|
0% { transform: scale(.2) rotate(-5deg);}
|
|
4156
4195
|
50% { transform: scale(1.3) rotate(5deg);}
|
|
4157
4196
|
60% { transform: scale(0.9) rotate(0deg);}
|
|
4158
4197
|
80% { transform: scale(1) }
|
|
4159
4198
|
100% { transform: scale(1) }
|
|
4160
|
-
`,
|
|
4199
|
+
`,Sp=l.div`
|
|
4161
4200
|
right: 10px;
|
|
4162
4201
|
position: absolute;
|
|
4163
4202
|
font-size: 20px;
|
|
4164
4203
|
color: #3395FA;
|
|
4165
|
-
animation: ${
|
|
4166
|
-
`,
|
|
4204
|
+
animation: ${_p} 0.75s;
|
|
4205
|
+
`,Ep=l.div`
|
|
4167
4206
|
color: #ffffff80;
|
|
4168
4207
|
font-size: 20px;
|
|
4169
4208
|
margin-right: 4px;
|
|
4170
|
-
`,
|
|
4209
|
+
`,Cp=l.div`
|
|
4171
4210
|
display: flex;
|
|
4172
|
-
|
|
4211
|
+
`,$p=l.label`
|
|
4173
4212
|
position: relative;
|
|
4174
4213
|
height: 100%;
|
|
4175
4214
|
width: 100%;
|
|
4176
|
-
`,
|
|
4215
|
+
`,jp=l.div`
|
|
4177
4216
|
|
|
4178
4217
|
display: flex;
|
|
4179
4218
|
align-items: center;
|
|
@@ -4187,7 +4226,7 @@
|
|
|
4187
4226
|
font-size: 13px;
|
|
4188
4227
|
}
|
|
4189
4228
|
|
|
4190
|
-
|
|
4229
|
+
`,Fp=l.div`
|
|
4191
4230
|
|
|
4192
4231
|
border: solid 1px transparent;
|
|
4193
4232
|
transition: border-color 0.2s ease;
|
|
@@ -4209,7 +4248,7 @@
|
|
|
4209
4248
|
font-size: 13px;
|
|
4210
4249
|
}
|
|
4211
4250
|
|
|
4212
|
-
`,
|
|
4251
|
+
`,Np=l.div`
|
|
4213
4252
|
|
|
4214
4253
|
position: relative;
|
|
4215
4254
|
|
|
@@ -4227,10 +4266,10 @@
|
|
|
4227
4266
|
${({$hasCustomButton:e})=>e&&l.css`
|
|
4228
4267
|
|
|
4229
4268
|
&:hover:not(&.itd-radio-selected) {
|
|
4230
|
-
${
|
|
4269
|
+
${Fp} {
|
|
4231
4270
|
border-color: #ADB1BB;
|
|
4232
4271
|
}
|
|
4233
|
-
${
|
|
4272
|
+
${jp} {
|
|
4234
4273
|
span {
|
|
4235
4274
|
color: #071437;
|
|
4236
4275
|
}
|
|
@@ -4241,9 +4280,9 @@
|
|
|
4241
4280
|
|
|
4242
4281
|
&:checked {
|
|
4243
4282
|
|
|
4244
|
-
+ ${
|
|
4283
|
+
+ ${$p} {
|
|
4245
4284
|
|
|
4246
|
-
${
|
|
4285
|
+
${Fp} {
|
|
4247
4286
|
|
|
4248
4287
|
border: solid 1px #3598fe;
|
|
4249
4288
|
|
|
@@ -4257,7 +4296,7 @@
|
|
|
4257
4296
|
|
|
4258
4297
|
}
|
|
4259
4298
|
|
|
4260
|
-
${
|
|
4299
|
+
${jp} {
|
|
4261
4300
|
span {
|
|
4262
4301
|
color: #3598fe;
|
|
4263
4302
|
}
|
|
@@ -4271,7 +4310,7 @@
|
|
|
4271
4310
|
|
|
4272
4311
|
`}
|
|
4273
4312
|
|
|
4274
|
-
`,
|
|
4313
|
+
`,zp=l.div`
|
|
4275
4314
|
|
|
4276
4315
|
position: absolute;
|
|
4277
4316
|
border: 1px solid #f8285a;
|
|
@@ -4283,15 +4322,15 @@
|
|
|
4283
4322
|
pointer-events: none;
|
|
4284
4323
|
/* z-index: 1; */
|
|
4285
4324
|
|
|
4286
|
-
`;function
|
|
4325
|
+
`;function Lp({id:e="itd-radio-button-"+oe(),name:t="",value:i="",type:o="default",buttonProps:a={},checked:s=!1,hasError:l=!1,children:d=null,icon:c=null,image:u=null,component:p=null,onChange:f=()=>{}}){const h=()=>{console.log("handleOnChange",i),f&&f(i)};return r.jsxs(Np,{className:(()=>{let e="itd-radio";return s&&(e+=" itd-radio-selected"),l&&(e+=" itd-radio-error"),e})(),$hasCustomButton:!p,children:[r.jsx("input",{type:"radio",onChange:h,id:e,name:t,value:i,checked:s,"aria-checked":s}),r.jsxs($p,{className:(()=>{let e="itd-radio-label";return s&&(e+=" itd-radio-label-selected"),l&&(e+=" itd-radio-label-error"),e})(),htmlFor:e,children:[null!==p?r.jsx("div",{className:"itd-radio-custom-button",children:(()=>{const e={checked:s,value:i,icon:c,children:d};return"childProps"in p?.props&&(e.childProps={...p?.props?.childProps||{},checked:s,value:i,icon:c,children:d}),n.cloneElement(p,e)})()}):"default"===o?r.jsxs(Fp,{className:"itd-radio-default-button",children:[r.jsxs(Cp,{className:"itd-radio-content",children:[c?r.jsx(Ep,{className:"itd-icon itd-pre-icon "+c}):u?r.jsx(Io,{className:"itd-image",src:u,height:"20",brokenHeight:"20"}):null,r.jsx("span",{children:d})]}),s?r.jsx(Sp,{className:"itd-icon itd-check-icon it-web-check"}):null]}):"primary"===o?r.jsx(ce,{className:"itd-radio-primary-button",selected:s,onClick:h,...a,children:r.jsx("span",{children:d})}):r.jsx("span",{children:d}),l?r.jsx(zp,{className:"itd-error-border"}):null]})]})}const Dp=l.div`
|
|
4287
4326
|
display : grid;
|
|
4288
4327
|
grid-auto-flow : ${e=>e.$onlyFlow?e.$direction:"column"===e.$direction?"row":"column"};
|
|
4289
4328
|
grid-template-columns : ${e=>"row"===e.$direction||e.$onlyFlow?"auto":`repeat(${e.$length}, ${e.$autoSize?"auto":"1fr"})`};
|
|
4290
4329
|
grid-template-rows : ${e=>"column"===e.$direction||e.$onlyFlow?"auto":`repeat(${e.$length}, ${e.$autoSize?"auto":"1fr"})`};
|
|
4291
4330
|
grid-gap : ${e=>e.$gap};
|
|
4292
|
-
`,
|
|
4331
|
+
`,Mp=n.forwardRef(({id:e="itd-radio-group-"+oe(),name:t="",message:i="",type:o="default",defaultValue:a="",value:s="",buttonProps:l={},className:d="",direction:c="column",gap:u="10px",length:p=3,onlyFlow:f=!1,autoSize:h=!1,onChange:g=null,onUpdate:m=null,children:b=null},x)=>{const[v,y]=n.useState(i),[w,A]=n.useState("");n.useEffect(()=>{a&&(A(a),k(a))},[]),n.useEffect(()=>{A(s),k(s)},[s]);const k=(e,t=!0,r=!0)=>{m&&m(e,t,r)};n.useImperativeHandle(x,()=>({reset(e=!0,t=!0){A(a),y(""),k(a,e,t)},setValue(e,t=!0,r=!0){A(e),k(e,t,r)},getValue:()=>w,setError(e){y(e)},clear(){}}));const _=e=>{w!==e&&(A(e),k(e,!0,!1),y(""),g&&g(e))};return r.jsx(Dp,{id:e,className:(()=>{let e="itd-radio-group";return e+=" itd-radio-group-"+o,e+=" itd-radio-group-"+c,v&&(e+=" itd-radio-group-error"),""!==d&&(e+=" "+d),e})(),role:"radiogroup",$direction:c,$length:p,$gap:u,$onlyFlow:f,$autoSize:h,children:(()=>{const e=r=>{if(!n.isValidElement(r))return null;if(r.type===Lp)return n.cloneElement(r,{...r.props,checked:w===r.props.value,onChange:_,hasError:""!==v,name:t,type:o,buttonProps:l});if(r.props.children){const t=n.Children.map(r.props.children,e);return n.cloneElement(r,{...r.props,children:t})}return r};return n.Children.map(b,e)})()})});var Tp=n.memo(Mp);const Op=()=>null;Op.Group=Tp,Op.Button=Lp;var Ip="itd__label__9437953e",Rp="itd__checkmark__9437953e",Pp="itd__check__9437953e",Vp="itd__container__9437953e";Ed(".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 Bp=({checked:e=!1,className:t="",children:r=null})=>n.createElement("label",{className:"itd-inline-select-checkbox-label "+t+" "+Vp},n.createElement("div",{className:"itd-inline-select-checkbox-wrapper "+Ip},(()=>{let t="itd-inline-select-checkbox "+Rp;return e&&(t+=" "+Pp),n.createElement("div",{className:t},n.createElement(oo,{className:"itd-svg",width:12,height:12}))})(),n.createElement("span",null,r)));var Hp="itd__option__733c7593",Up="itd__selected__733c7593",Yp="itd__single__733c7593";Ed(".itd__option__733c7593{align-items:center;cursor:pointer;display:flex;min-width:-webkit-max-content;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 Gp=({value:e="",checked:t=!1,single:r=!1,onChange:i=null,children:o=null})=>{const[a,s]=n.useState(!1);return n.createElement("li",{onMouseEnter:e=>{s(!0),e.stopPropagation()},onMouseLeave:e=>{s(!1),e.stopPropagation()},className:(()=>{let e="itd-inline-select-item itd-inline-select-item-option";return e+=" "+Hp,t&&(e+=" "+Up),t&&(e+=" itd-inline-select-item-option-selected"),a&&!t&&(e+=" itd-inline-select-item-option-active"),e})(),onClick:r=>{i(e,!t,o),r.stopPropagation()}},r?n.createElement("div",{className:"itd-item-single "+Yp},n.createElement("span",null,o)):n.createElement(Bp,{className:"itd-item-multi",checked:t},o))};var Wp=n.memo(Gp),qp={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 Kp(e){const t=n.useRef(null),{value:r=[],children:i=null,onChange:a=null,isOpen:s=!1,single:l=!1,minWidth:d=0}=e,[c,u]=n.useState([]);n.useEffect(()=>{u(r)},[r]);const p=(e,t,r)=>{if(l){const n=[t?e:""];u(n),a(n,r)}else{let n=[];t?n=[...c,e]:(c.splice(c.indexOf(e),1),n=[...c]),u(n),a(n,r)}};return n.createElement(o.CSSTransition,{in:s,timeout:500,classNames:{enter:qp.menuEnter,enterActive:i.length>5?qp.menuEnterActiveLong:qp.menuEnterActive,exit:qp.menuExit,exitActive:i.length>5?qp.menuExitActiveLong:qp.menuExitActive},nodeRef:t,unmountOnExit:!0},n.createElement("div",{className:"itd-inline-select-dropdown "+qp.menu+" "+qp.bottom+" "+qp.left,style:{width:0===d?"max-content":d+"px"},ref:t},n.createElement("div",{className:qp.spacer}),n.createElement($d,{className:"itd-inline-select-dropdown-body "+i.length>5?qp.bodyWrapperLong:qp.bodyWrapper},n.createElement("ul",null,n.Children.map(i,e=>n.cloneElement(e,{onChange:p,checked:c.indexOf(e.props.value)>-1,key:e.props.value}))))))}Ed(".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:-webkit-max-content;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 Jp=l.div`
|
|
4293
4332
|
width: max-content;
|
|
4294
|
-
`,
|
|
4333
|
+
`,Zp=l.span`
|
|
4295
4334
|
|
|
4296
4335
|
font-size: 13px;
|
|
4297
4336
|
font-weight: 400;
|
|
@@ -4299,7 +4338,7 @@
|
|
|
4299
4338
|
width: max-content;
|
|
4300
4339
|
transition: color .15s ease-out;
|
|
4301
4340
|
|
|
4302
|
-
`,
|
|
4341
|
+
`,Xp=l.div`
|
|
4303
4342
|
|
|
4304
4343
|
display: flex;
|
|
4305
4344
|
align-items: center;
|
|
@@ -4310,7 +4349,7 @@
|
|
|
4310
4349
|
transition: transform .3s ease-out;
|
|
4311
4350
|
}
|
|
4312
4351
|
|
|
4313
|
-
`,
|
|
4352
|
+
`,Qp=l.div`
|
|
4314
4353
|
|
|
4315
4354
|
display: flex;
|
|
4316
4355
|
align-items: center;
|
|
@@ -4323,23 +4362,23 @@
|
|
|
4323
4362
|
${({$open:e})=>e&&l.css`
|
|
4324
4363
|
background-color: #050A20;
|
|
4325
4364
|
|
|
4326
|
-
${
|
|
4365
|
+
${Zp} {
|
|
4327
4366
|
color: #ffffff;
|
|
4328
4367
|
}
|
|
4329
4368
|
|
|
4330
|
-
${
|
|
4369
|
+
${Xp} {
|
|
4331
4370
|
svg {
|
|
4332
4371
|
transform: rotate(180deg);
|
|
4333
4372
|
}
|
|
4334
4373
|
}
|
|
4335
4374
|
`}
|
|
4336
4375
|
|
|
4337
|
-
`;function
|
|
4376
|
+
`;function ef({label:e="",value:t="",count:r=0,isOpen:i=!1,single:o=!1,onChange:a=null}){const[s,l]=n.useState(i);n.useEffect(()=>{},[]),n.useEffect(()=>{l(i)},[i]);return n.createElement(Qp,{$open:i,onClick:e=>(l(!s),void a(!s)),className:"itd-inline-select-selector"},n.createElement(Jp,{className:"itd-inline-select-selection-item"},n.createElement(Xp,null,n.createElement(Zp,{className:"itd-inline-select-selection-label"},o||1===r?e:e+" ("+r+")"),n.createElement(ao,{className:"itd-inline-select-arrow",width:9,height:4.5}))))}const tf=l.div`
|
|
4338
4377
|
|
|
4339
4378
|
position: relative;
|
|
4340
4379
|
width: max-content;
|
|
4341
4380
|
|
|
4342
|
-
`,
|
|
4381
|
+
`,rf=({label:e="",value:t=[],children:r=null,single:i=!1,minWidth:o=0,className:a="",onChange:s=null})=>{const l=n.useRef(null),[d,c]=n.useState(!1),[u,p]=n.useState([]),[f,h]=n.useState("");n.useEffect(()=>{t&&t.length>0&&r.length>0&&(p(t),n.Children.map(r,e=>{e.props.value===t[0]&&h(e.props.children)}))},[t,r]),L(l,()=>{c(!1)});const g=(e,t)=>{if(s?s(e,t):console.warn("InlineSelect: 'onChange' method couldn't be called because it is not defined!"),i)p(e),h(t);else{const t=e[e.length-1];p(t||[])}};return n.createElement(tf,{className:(()=>{let e="itd-inline-select";return d&&(e+=" itd-inline-select-open"),""!==a&&(e+=" "+a),e})(),ref:l},n.createElement(ef,{onChange:e=>{c(e)},isOpen:d,count:u.length,single:i,label:(()=>{let t=i||!i&&1===u.length?f:e;return""===t?"··········":t})()}),n.createElement(Kp,{onChange:g,value:u,isOpen:d,single:i,minWidth:o},n.Children.map(r,e=>{if(e&&e.hasOwnProperty("type")&&null!==e.type&&void 0!==e.type)return e.type===Wp?n.cloneElement(e,{...e.props,onChange:g,single:i}):void 0})))};rf.Option=Wp;const nf=l.div`
|
|
4343
4382
|
|
|
4344
4383
|
display: flex;
|
|
4345
4384
|
align-items: center;
|
|
@@ -4422,17 +4461,17 @@
|
|
|
4422
4461
|
}
|
|
4423
4462
|
`}
|
|
4424
4463
|
|
|
4425
|
-
`,
|
|
4464
|
+
`,of=l.span`
|
|
4426
4465
|
font-size: 14px;
|
|
4427
4466
|
line-height: 14px;
|
|
4428
4467
|
font-weight: 500;
|
|
4429
4468
|
display: flex;
|
|
4430
4469
|
align-self: flex-start;
|
|
4431
|
-
`,
|
|
4470
|
+
`,af=l.span`
|
|
4432
4471
|
font-weight: 400;
|
|
4433
4472
|
font-size: 13px;
|
|
4434
4473
|
line-height: 15px;
|
|
4435
|
-
`,
|
|
4474
|
+
`,sf=l.span`
|
|
4436
4475
|
|
|
4437
4476
|
display: flex;
|
|
4438
4477
|
flex-direction: column;
|
|
@@ -4440,7 +4479,7 @@
|
|
|
4440
4479
|
height: 100%;
|
|
4441
4480
|
gap: ${e=>e.$noTitle?0:"5px"};
|
|
4442
4481
|
|
|
4443
|
-
`,
|
|
4482
|
+
`,lf=l.div`
|
|
4444
4483
|
|
|
4445
4484
|
width: 16px;
|
|
4446
4485
|
min-width: 16px;
|
|
@@ -4454,17 +4493,17 @@
|
|
|
4454
4493
|
align-self: flex-start;
|
|
4455
4494
|
}
|
|
4456
4495
|
|
|
4457
|
-
`,
|
|
4496
|
+
`,df=({type:e="info",size:t="small",title:n,className:i,children:o,icon:a})=>{const s=()=>{let r="itd-alert";return r+=" itd-alert-"+e,r+=" itd-alert-"+("x-small"===t?"xs":"small"===t?"sm":"medium"===t?"md":"default"===t?"df":"large"===t?"lg":"x-large"===t?"xlg":"df"),""!==i&&(r+=" "+i),r};return r.jsxs(nf,{className:s(),children:[r.jsx(lf,{children:a?"string"==typeof a?r.jsx(de,{src:a}):a:r.jsx(de,{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"})}),r.jsxs(sf,{$noTitle:!n,children:[""!==n?r.jsx(of,{children:n}):null,""!==o?r.jsx(af,{children:o}):null]})]})};df.displayName="ITD-Alert";const cf=l.section`
|
|
4458
4497
|
width: 100%;
|
|
4459
4498
|
height: 100%;
|
|
4460
4499
|
position: relative;
|
|
4461
4500
|
overflow: hidden;
|
|
4462
|
-
`,
|
|
4501
|
+
`,uf=l.keyframes`
|
|
4463
4502
|
0% { transform: scale(.5); opacity: 0;}
|
|
4464
4503
|
50% { transform: scale(1.05); opacity: 1;}
|
|
4465
4504
|
75% { transform: scale(0.95); opacity: 1;}
|
|
4466
4505
|
100% { transform: scale(1); opacity: 1;}
|
|
4467
|
-
`,
|
|
4506
|
+
`,pf=l.div`
|
|
4468
4507
|
|
|
4469
4508
|
width: 100%;
|
|
4470
4509
|
height: 100%;
|
|
@@ -4473,7 +4512,7 @@
|
|
|
4473
4512
|
align-items: center;
|
|
4474
4513
|
justify-content: center;
|
|
4475
4514
|
|
|
4476
|
-
`,
|
|
4515
|
+
`,ff=l.div`
|
|
4477
4516
|
|
|
4478
4517
|
opacity: 1;
|
|
4479
4518
|
|
|
@@ -4491,12 +4530,12 @@
|
|
|
4491
4530
|
gap : 20px;
|
|
4492
4531
|
|
|
4493
4532
|
${e=>{if(e.$animation)return l.css`
|
|
4494
|
-
animation : ${
|
|
4533
|
+
animation : ${uf} 0.5s ease-out;
|
|
4495
4534
|
transition : all 0.5s ease-out;
|
|
4496
4535
|
transform-origin : 50% 50%;
|
|
4497
4536
|
`}}
|
|
4498
4537
|
|
|
4499
|
-
`,
|
|
4538
|
+
`,hf=l.div`
|
|
4500
4539
|
|
|
4501
4540
|
position: relative;
|
|
4502
4541
|
display: flex;
|
|
@@ -4517,7 +4556,7 @@
|
|
|
4517
4556
|
height: auto;
|
|
4518
4557
|
}
|
|
4519
4558
|
|
|
4520
|
-
`,
|
|
4559
|
+
`,gf=l.div`
|
|
4521
4560
|
display: flex;
|
|
4522
4561
|
justify-content: center;
|
|
4523
4562
|
margin-top: 20px;
|
|
@@ -4530,7 +4569,7 @@
|
|
|
4530
4569
|
}
|
|
4531
4570
|
|
|
4532
4571
|
}
|
|
4533
|
-
`,
|
|
4572
|
+
`,mf=l.div`
|
|
4534
4573
|
|
|
4535
4574
|
display: flex;
|
|
4536
4575
|
justify-content: center;
|
|
@@ -4541,7 +4580,7 @@
|
|
|
4541
4580
|
width: 100%;
|
|
4542
4581
|
}
|
|
4543
4582
|
|
|
4544
|
-
`,
|
|
4583
|
+
`,bf=l.div`
|
|
4545
4584
|
|
|
4546
4585
|
display: flex;
|
|
4547
4586
|
flex-direction: column;
|
|
@@ -4549,28 +4588,28 @@
|
|
|
4549
4588
|
justify-content: center;
|
|
4550
4589
|
gap: 10px;
|
|
4551
4590
|
|
|
4552
|
-
`,
|
|
4591
|
+
`,xf=l.div`
|
|
4553
4592
|
color: #57d43c;
|
|
4554
4593
|
font-size: 18px;
|
|
4555
4594
|
font-weight: 600;
|
|
4556
4595
|
text-align: center;
|
|
4557
4596
|
max-width: 80%;
|
|
4558
|
-
`,
|
|
4597
|
+
`,vf=l.div`
|
|
4559
4598
|
color: #cccccc;
|
|
4560
4599
|
font-size: 13px;
|
|
4561
4600
|
line-height: 18px;
|
|
4562
4601
|
font-weight: 500;
|
|
4563
4602
|
text-align: center;
|
|
4564
4603
|
max-width: 80%;
|
|
4565
|
-
`,
|
|
4604
|
+
`,yf=({image:e="",title:t="",description:i="",extra:o=null,footer:a=null,type:s="default",fill:l=!1,autoCenter:d=!0,background:c=!0,animation:u=!0})=>{const[p,f]=n.useState("");n.useEffect(()=>{""!==e&&f(e)},[e]);const h=()=>{if(o)return r.jsx(gf,{className:"itd-result-extras",children:o})},g=()=>{if(a)return r.jsx(mf,{className:"itd-result-footer",children:a})},m=()=>{let e="itd-result";return e+=" itd-result-"+s,d&&(e+=" itd-result-auto-center"),l&&(e+=" itd-result-fill"),c&&(e+=" itd-result-background"),c||(e+=" itd-result-no-background"),e};return r.jsx(cf,{className:m(),children:r.jsx(pf,{className:"itd-result-content-wrapper",children:r.jsxs(ff,{className:"itd-result-content",$autoCenter:d,$type:s,$background:c,$animation:u,$fill:l.toString(),children:[r.jsxs(bf,{className:"itd-result-body",children:[r.jsx(hf,{className:"itd-image-wrapper",children:"string"==typeof p?r.jsx(Io,{src:p}):p}),r.jsx(xf,{className:"itd-result-title",children:t}),r.jsx(vf,{className:"itd-result-sub-title",children:i})]}),h(),g()]})})})};yf.displayName="ITD-Result";const wf=l.div`
|
|
4566
4605
|
position: fixed;
|
|
4567
4606
|
bottom: 80px;
|
|
4568
4607
|
right: 30px;
|
|
4569
4608
|
visibility: hidden;
|
|
4570
|
-
`,
|
|
4609
|
+
`,Af=l.a`
|
|
4571
4610
|
|
|
4572
4611
|
visibility: ${e=>e.$show?"visible":"hidden"};
|
|
4573
|
-
animation: ${e=>e.$show?
|
|
4612
|
+
animation: ${e=>e.$show?kf:"none"} 0.5s;
|
|
4574
4613
|
|
|
4575
4614
|
display: block;
|
|
4576
4615
|
transition: fill .3s ease-out;
|
|
@@ -4581,12 +4620,12 @@
|
|
|
4581
4620
|
fill: #3396fb;
|
|
4582
4621
|
}
|
|
4583
4622
|
|
|
4584
|
-
`,
|
|
4623
|
+
`,kf=l.keyframes`
|
|
4585
4624
|
0% { transform: scale(.2) }
|
|
4586
4625
|
50% { transform: scale(1.1) }
|
|
4587
4626
|
75% { transform: scale(0.9) }
|
|
4588
4627
|
100% { transform: scale(1) }
|
|
4589
|
-
`;const
|
|
4628
|
+
`;const _f={"gray-1":{background:"#F9F9F9",text:"#0714374D"},"gray-2":{background:"#F9F9F9",text:"#585455"},"gray-3":{background:"#F5F5F5",text:"#071437"},black:{background:"#071437",text:"#FFFFFF"},green:{background:"#DFFFEA",text:"#17C653"},purple:{background:"#F5F1FF",text:"#7239EA"},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-brown":{background:"#F5651A",text:"#FFF9F6"},"filled-violet":{background:"#7239EA",text:"#F5F1FF"},"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"},"filled-lavender":{background:"#AB60C0",text:"#FCF3FF"},"filled-gray-1":{background:"#585455",text:"#F9F9F9"},"filled-gray-2":{background:"#585455",text:"#F9F9F9"},"filled-gray-3":{background:"#071437",text:"#F5F5F5"},orange:{background:"#FFF4E6",text:"#FF8C00"},"filled-orange":{background:"#FF8C00",text:"#FFF4E6"},teal:{background:"#E6FFFA",text:"#2DD4BF"},"filled-teal":{background:"#2DD4BF",text:"#E6FFFA"},indigo:{background:"#EEF2FF",text:"#6366F1"},"filled-indigo":{background:"#6366F1",text:"#EEF2FF"},lime:{background:"#F7FEE7",text:"#65A30D"},"filled-lime":{background:"#65A30D",text:"#F7FEE7"}},Sf=l.div`
|
|
4590
4629
|
|
|
4591
4630
|
display: flex;
|
|
4592
4631
|
align-items: center;
|
|
@@ -4654,13 +4693,13 @@
|
|
|
4654
4693
|
}
|
|
4655
4694
|
|
|
4656
4695
|
${({$status:e})=>{return t=e,l.css`
|
|
4657
|
-
background: ${
|
|
4696
|
+
background: ${_f[t].background};
|
|
4658
4697
|
span {
|
|
4659
|
-
color: ${
|
|
4698
|
+
color: ${_f[t].text};
|
|
4660
4699
|
}
|
|
4661
4700
|
`;var t}}
|
|
4662
4701
|
|
|
4663
|
-
`;const
|
|
4702
|
+
`;const Ef={normal:{background:"#1B84FF",remaining:"#efefef"},active:{background:"#1B84FF",remaining:"#efefef"},success:{background:"#17C653",remaining:"#efefef"},exception:{background:"#F8285A",remaining:"#efefef"}},Cf=l.div`
|
|
4664
4703
|
|
|
4665
4704
|
position: relative;
|
|
4666
4705
|
width: 100%;
|
|
@@ -4708,21 +4747,21 @@
|
|
|
4708
4747
|
|
|
4709
4748
|
${({$status:e})=>{return t=e,l.css`
|
|
4710
4749
|
.itd-progress-inner {
|
|
4711
|
-
background: ${
|
|
4750
|
+
background: ${Ef[t].remaining};
|
|
4712
4751
|
.itd-progress-bg {
|
|
4713
|
-
background: ${
|
|
4752
|
+
background: ${Ef[t].background};
|
|
4714
4753
|
}
|
|
4715
4754
|
}
|
|
4716
4755
|
.itd-progress-status {
|
|
4717
|
-
color: ${
|
|
4756
|
+
color: ${Ef[t].background};
|
|
4718
4757
|
}
|
|
4719
4758
|
`;var t}}
|
|
4720
4759
|
|
|
4721
|
-
`;const
|
|
4760
|
+
`;const $f=l.div`
|
|
4722
4761
|
|
|
4723
4762
|
height: ${e=>e.$height?e.$height+"px":"75px"};
|
|
4724
4763
|
|
|
4725
|
-
`,
|
|
4764
|
+
`,jf=l.div`
|
|
4726
4765
|
|
|
4727
4766
|
font-size: 14px;
|
|
4728
4767
|
height: 100%;
|
|
@@ -4808,12 +4847,12 @@
|
|
|
4808
4847
|
|
|
4809
4848
|
}
|
|
4810
4849
|
|
|
4811
|
-
|
|
4850
|
+
`,Ff=l.div`
|
|
4812
4851
|
|
|
4813
4852
|
padding: 20px 0;
|
|
4814
4853
|
color: #99a1b7;
|
|
4815
4854
|
|
|
4816
|
-
`,
|
|
4855
|
+
`,Nf=({tabs:e=[],activeTabKey:t="",className:i="",variant:o="default",height:s,onTabChange:l})=>{const[d,c]=n.useState(t);n.useEffect(()=>{d!==t&&c(t)},[t]);const u=(r,n)=>(()=>{let t=!1;return e.map(e=>{e.link&&(t=!0)}),t})()?"":d?d===r?"active":"":t&&0===n?"active":"",p=e=>{c(e),l&&l(e)},f=(e,t)=>r.jsx("a",{className:u(e.key,t),onClick:()=>p(e.key),children:r.jsx("span",{children:e.tab})}),h=(e,t)=>r.jsx(a.NavLink,{className:u(e.key,t),onClick:()=>p(e.key),to:e.link?e.link:"",children:r.jsx("span",{children:e.tab})});return r.jsxs($f,{$height:s,className:`itd-tabs ${i||""}`,children:[r.jsx(jf,{$isBold:"bold"===o,children:r.jsx("ul",{children:e.map((e,t)=>r.jsx("li",{children:e.link?h(e,t):f(e,t)},e.key))})}),(()=>{const t=e.filter(e=>e.key===d)[0];if(t&&t.children)return r.jsx(Ff,{className:"itd-content-body",children:t.children})})()]})},zf=l.div`
|
|
4817
4856
|
|
|
4818
4857
|
position: relative;
|
|
4819
4858
|
width: 100%;
|
|
@@ -4822,7 +4861,7 @@
|
|
|
4822
4861
|
height: 100%;
|
|
4823
4862
|
}
|
|
4824
4863
|
|
|
4825
|
-
`,
|
|
4864
|
+
`,Lf=l.div`
|
|
4826
4865
|
|
|
4827
4866
|
position: relative;
|
|
4828
4867
|
background-color: #ffffff;
|
|
@@ -4838,7 +4877,7 @@
|
|
|
4838
4877
|
grid-template-rows: ${e=>e.$hasHeader?"75px 1fr":"1fr"};
|
|
4839
4878
|
|
|
4840
4879
|
|
|
4841
|
-
`,
|
|
4880
|
+
`,Df=l.div`
|
|
4842
4881
|
|
|
4843
4882
|
padding: 0 30px;
|
|
4844
4883
|
|
|
@@ -4855,20 +4894,20 @@
|
|
|
4855
4894
|
align-items: center;
|
|
4856
4895
|
}
|
|
4857
4896
|
|
|
4858
|
-
`,
|
|
4897
|
+
`,Mf=l.div`
|
|
4859
4898
|
padding: 20px 0;
|
|
4860
4899
|
height: 100%;
|
|
4861
|
-
`,
|
|
4900
|
+
`,Tf=l.div`
|
|
4862
4901
|
|
|
4863
4902
|
display: grid;
|
|
4864
4903
|
padding: ${e=>e.$padding?e.$padding:"30px"};
|
|
4865
4904
|
|
|
4866
|
-
`,
|
|
4905
|
+
`,Of=l.div`
|
|
4867
4906
|
display: flex;
|
|
4868
4907
|
flex-direction: row;
|
|
4869
4908
|
justify-content: space-between;
|
|
4870
4909
|
gap: 10px;
|
|
4871
|
-
`,
|
|
4910
|
+
`,If=l.div`
|
|
4872
4911
|
|
|
4873
4912
|
&:has(table.itd-table-no-data), &:has(table.itd-table-empty) {
|
|
4874
4913
|
height: 100%;
|
|
@@ -5282,7 +5321,7 @@
|
|
|
5282
5321
|
|
|
5283
5322
|
}
|
|
5284
5323
|
|
|
5285
|
-
`,
|
|
5324
|
+
`,Rf=l.div`
|
|
5286
5325
|
|
|
5287
5326
|
height: 150px;
|
|
5288
5327
|
display: flex;
|
|
@@ -5305,7 +5344,7 @@
|
|
|
5305
5344
|
fill: #4D4D4D;
|
|
5306
5345
|
}
|
|
5307
5346
|
|
|
5308
|
-
`,
|
|
5347
|
+
`,Pf=l.span`
|
|
5309
5348
|
|
|
5310
5349
|
${e=>{if(e.$overflow)return l.css`
|
|
5311
5350
|
overflow : hidden;
|
|
@@ -5315,7 +5354,7 @@
|
|
|
5315
5354
|
display : block;
|
|
5316
5355
|
`}}
|
|
5317
5356
|
|
|
5318
|
-
`,
|
|
5357
|
+
`,Vf=l.span`
|
|
5319
5358
|
|
|
5320
5359
|
${e=>{if(e.$overflow)return l.css`
|
|
5321
5360
|
overflow : hidden;
|
|
@@ -5325,7 +5364,7 @@
|
|
|
5325
5364
|
display : block;
|
|
5326
5365
|
`}}
|
|
5327
5366
|
|
|
5328
|
-
`,
|
|
5367
|
+
`,Bf=n.forwardRef(({columns:e,data:i,cellHeight:o,size:a="default",headless:s=!1,bordered:l=!1,dashed:d=!1,noGaps:c=!1,hideGroupButtons:u=!1,getTRProps:p},f)=>{const{t:h}=t.useTranslation("itd"),[g,m]=n.useState(new Set),b=e=>{m(t=>{const r=new Set(t);return r.has(e)?r.delete(e):r.add(e),r})};n.useImperativeHandle(f,()=>({toggleRow:b,expandedRows:g}));const x=(e,t)=>{let r={};return"string"==typeof e.width?r.width=e.width:"number"==typeof e.width?r.minWidth=e.width+"px":r.width="auto",void 0!==e.maxWidth&&("string"==typeof e.maxWidth?r.maxWidth=e.maxWidth:"number"==typeof e.maxWidth&&(r.maxWidth=e.maxWidth+"px")),void 0!==e.minWidth&&("string"==typeof e.minWidth?r.minWidth=e.minWidth:"number"==typeof e.minWidth&&(r.minWidth=e.minWidth+"px")),"td"===t&&("string"==typeof o?r.height=o:"number"==typeof o?r.minHeight=o+"px":r.height="auto"),r},v=()=>{let e=!1;return i?.map(t=>{t.hasOwnProperty("children")&&(e=!0)}),!u&&e},y=(e,t,r)=>p?p(e,t,r):{},w=(e,t,r)=>{let n={"data-index":t+"_"+e,"data-level":t};return t>0&&(0===e&&(n["data-first"]="true"),e===r-1&&(n["data-last"]="true")),n},A=(t,i=0)=>t.map((o,a)=>r.jsxs(n.Fragment,{children:[r.jsxs("tr",{...w(a,i,t?.length),...y(o,a,i),children:[v()?o.children?r.jsx("td",{style:{width:"40px"},children:r.jsx("div",{className:"expand-button",children:r.jsx(ce,{variant:"filled",size:"x-small",onClick:()=>b(o.key),circle:!0,children:r.jsx("span",{children:g.has(o.key)?"-":"+"})})})}):r.jsx("td",{}):null,e.map(e=>r.jsx("td",{style:x(e,"td"),children:r.jsx(Vf,{$overflow:e.overflow,title:String(o[e.dataIndex]),children:e.render?e.render(o[e.dataIndex],o,i):e.dataIndex?String(o[e.dataIndex]):null})},String(e.key)+"_"+a+"_"+i))]}),o.children&&g.has(o.key)&&A(o.children,i+1)]},String(i+"_"+a+"_"+o.key)));return r.jsx(If,{$size:a,$noGaps:c,children:r.jsxs("table",{className:(()=>{let e="itd-table";return e+=" itd-table-"+se(a),s&&(e+=" itd-table-headless"),l&&(e+=" itd-table-bordered"),c&&(e+=" itd-table-no-gaps"),i||(e+=" itd-table-empty"),0===i?.length&&(e+=" itd-table-no-data"),e+=d?" itd-table-dashed":" itd-table-solid",e+=" itd-table-main-table",e})(),children:[(()=>{if(!s)return r.jsx("thead",{children:r.jsxs("tr",{children:[v()&&r.jsx("th",{style:{maxWidth:"40px"}}),e.map(e=>r.jsx("th",{style:x(e,"th"),children:r.jsx(Pf,{$overflow:e.overflow,children:e.title})},String(e.key)))]})})})(),i?0===i.length?r.jsx("tbody",{children:r.jsx("tr",{children:r.jsx("td",{colSpan:e.length,children:r.jsx(Rf,{children:r.jsxs("div",{children:[r.jsx(uo,{height:30}),r.jsx("span",{children:h("table.noData")})]})})})})}):r.jsx("tbody",{children:A(i)}):r.jsx("tbody",{children:r.jsx("tr",{children:r.jsx("td",{colSpan:e.length,children:r.jsx(Rf,{})})})})]})})}),Hf=l.div`
|
|
5329
5368
|
|
|
5330
5369
|
display : flex;
|
|
5331
5370
|
|
|
@@ -5359,4 +5398,4 @@
|
|
|
5359
5398
|
gap : ${r};
|
|
5360
5399
|
`}}}
|
|
5361
5400
|
|
|
5362
|
-
`,Bf=({gap:e,justify:t,align:n,vertical:i,wrap:o,stretch:a,style:s,className:l,children:d})=>r.jsx(Vf,{$gap:e,$justify:t,$align:n,$vertical:i,$wrap:o,$stretch:a,style:s,className:l,children:d}),Hf={tr:{itd:x,calendar:y},en:{itd:v,calendar:w}};e.use(t.initReactI18next).init({resources:Hf,preload:["en","tr"],fallbackLng:["en","tr"],lng:"en-US",load:"languageOnly",ns:["itd","calendar"],defaultNS:"itd",initImmediate:!1,debug:!1,interpolation:{escapeValue:!1}}),exports.ALink=pp,exports.Accordion=yc,exports.AddDefaultThemeStyle=function(){const e=document.createElement("style");document.head.appendChild(e),e.textContent=":root{color: #ffffff}"},exports.AddDefaultUnit=qi,exports.AddZero=function(e){var t=Number(e),r=e.toString().split(".");return(-1===e.toString().indexOf(".")||r[1].length<3||r[1].length>2)&&(e=(t=t.toFixed(2)).toString()),parseFloat(e).toFixed(2)},exports.Alert=sf,exports.ArrowIcon=ro,exports.BackToTop=io,exports.BackTop=function(e){const{children:t=null}=e,[i,o]=n.useState(!1);n.useEffect(()=>(document.addEventListener("scroll",a),()=>{document.removeEventListener("scroll",a)}),[]);const a=()=>{o(document.body.scrollTop>window.innerHeight)},s=()=>{window.scrollTo({top:0,behavior:"smooth"})};return r.jsx(vf,{className:"itd-back-to-top",children:r.jsx(yf,{onClick:s,$show:i,children:t||r.jsx(io,{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,t){return String.fromCharCode(Number("0x"+t))}))},exports.Button=ce,exports.Calendar=Tc,exports.Card=({title:e,titleSeparator:t,extra:i,tabs:o,onTabChange:a,minWidth:s,minHeight:l,children:d,activeTabKey:c="",updating:u=!1,contentPadding:p="30px"})=>{n.useEffect(()=>{});const f=()=>{if(i)return r.jsx(Mf,{className:"itd-card-extra",children:i})},h=()=>{if(o)return r.jsx(jf,{tabs:o,activeTabKey:c,onTabChange:e=>a&&a(e)})},g=()=>{if(e)return r.jsx(Lf,{className:"itd-card-title",children:r.jsx(Qi,{children:e})})},m=()=>!!(e||i||o);return r.jsx(Ff,{className:"itd-card",children:r.jsx(H,{updating:u,className:"itd-card-spin",children:r.jsxs(Nf,{className:"itd-card-body",$minWidth:s,$minHeight:l,$hasHeader:m(),children:[(()=>{if(m())return r.jsxs(zf,{$showSeparator:t,className:"itd-card-header",children:[g(),h(),f()]})})(),(()=>{if(d)return r.jsx(Df,{className:"itd-card-body",$padding:p,children:d})})()]})})})},exports.CheckFileURL=ji,exports.Checkbox=ko,exports.Checkmark=oo,exports.ChunkArray=function(e,t){let r=0,n=[];for(r=0;r<e.length;r+=t){const i=e.slice(r,r+t);"object"!=typeof i&&n.push(i)}return n},exports.Collapse=wp,exports.ConsoleLog=z,exports.ConvertCurrency=function(e,t){return e||(e=0),Ci(e,"TRY"===t?"₺":"USD"===t?"$":"EUR"===t?"€":"?")},exports.DatePicker=Rc,exports.DetermineNewHeight=function(e,t,r){return e/t*r},exports.DetermineNewWidth=function(e,t,r){return t/e*r},exports.FileChecker=function(e="config",t="resource"){let r=void 0!==performance.getEntries().filter(e=>e.entryType===t).filter(t=>t.name.indexOf(e)>-1)[0];return r?console.log("script already loaded"):console.log("script was not loaded"),r},exports.FindSelector=function(e){let t=!1;return document.querySelectorAll("head > style").forEach(r=>{Array(r.sheet.rules).forEach(r=>{for(var n=0;n<r.length;n++)r[n].cssText.search(e)>-1&&(t=!0)})}),t},exports.Flex=Bf,exports.Form=uc,exports.FormatBytes=Fi,exports.FormatDate=function(e,t="tr",r="D MMMM YYYY dddd"){return Pi(new Date(e)).locale(t).format(r)},exports.FormatDateTime=function(e,t="tr",r="D MMMM YYYY dddd - HH:mm"){return Pi(new Date(e)).locale(t).format(r)},exports.FormatSimpleDate=function(e,t="tr",r="D MMMM YYYY"){return Pi(new Date(e)).locale(t).format(r)},exports.FormatSimpleDateTime=function(e,t="tr",r="MM/DD/YYYY - HH:mm"){return Pi(new Date(e)).locale(t).format(r)},exports.FormatTime=function(e,t="tr",r="HH:mm"){return Pi(e).locale(t).format(r)},exports.GetByCurrency=function(e,t=!0,r="",n=2){if(""===r)throw new Error("Currency Error: You must send the currency (EUR, USD, TRY, etc...)");isNaN(e)&&(e=0);let i=Ei(r);return t?new Intl.NumberFormat(i,{style:"currency",currency:r,minimumFractionDigits:n,maximumFractionDigits:n}).format(e):new Intl.NumberFormat(i,{minimumFractionDigits:n,maximumFractionDigits:n}).format(e)},exports.GetCountryCodeByCurrencyCode=Ei,exports.GetCountryCodeByLanguage=function(e){return"tr"===e?"tur":"en"===e?"usa":"language_not_found"},exports.GetCurrencyFormat=function(e,t=""){if(""===t)throw new Error("Currency Error: You must send the currency (EUR, USD, TRY, etc...");return""===e?"":e=`${$i(t)}${e}`.replace(/\B(?=(\d{3})+(?!\d))/g,".")},exports.GetCurrencySymbol=$i,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=Ni,exports.H1=({children:e})=>r.jsx(Ki,{children:r.jsx("span",{children:e})}),exports.H2=Qi,exports.H3=({children:e})=>r.jsx(Zi,{children:r.jsx("span",{children:e})}),exports.H4=eo,exports.ITDContext=Si,exports.ITDProvider=t=>{const[i,o]=n.useState(t.theme?t.theme:"dark"),[a,s]=n.useState(t.dateFormat?t.dateFormat:"MM/DD/YYYY"),[l,d]=n.useState(t.language?t.language:"en"),[c,u]=n.useState("en-US"),[p,f]=n.useState("");n.useEffect(()=>{t.theme&&o(t.theme),t.language&&(d(t.language),e.changeLanguage(t.language)),t.dateFormat&&s(t.dateFormat)},[t.theme,t.language,t.dateFormat]);const h=n.useCallback(e=>{o(e)},[]),g=n.useCallback(e=>{f(e)},[]),m=n.useCallback(e=>{s(e)},[]),b=n.useCallback(e=>{u(e)},[]),x=n.useCallback(t=>{d(t),e.changeLanguage(t)},[]),v=n.useMemo(()=>({theme:i,brokenImage:p,dateFormat:a,language:l,locale:c,changeTheme:h,changeBrokenImage:g,changeDateFormat:m,changeLanguage:x,changeLocale:b}),[i,p,a,l,c,h,g,m,x,b]);return r.jsx(_i,{className:"itd-provider","data-theme":i,"data-lang":l,children:r.jsx(Si.Provider,{value:v,children:r.jsx(Ai,{children:r.jsx(Ye,{children:t.children})})})})},exports.Image=Io,exports.InlineSVGCached=de,exports.InlineSelect=ef,exports.InlineSelectArrow=ao,exports.Input=Pu,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=to,exports.ModalManager=Ge,exports.NoData=uo,exports.Notification=ki,exports.Picture=co,exports.Progress=function({status:e,percent:t=0,alwaysShowPercent:n=!1,showInfo:i=!0,className:o=""}){const a=()=>{let r="itd-progress";return r+=" itd-progress-percent-"+t,e&&(r+=" itd-progress-"+e),""!==o&&null!==o&&(r+=" "+o),r},s=r.jsx("svg",{viewBox:"64 64 896 896",focusable:"false","data-icon":"check-circle",width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",children:r.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"})}),l=r.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:r.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"})}),d=()=>e||(t<100?"normal":"success"),c=()=>{if(i)return r.jsx("span",{className:"itd-progress-status",children:u()})},u=()=>{const e=d();if("active"===e||"normal"===e||n){const e=t%1!=0?t.toFixed(2):Math.floor(t).toString();return r.jsx("span",{className:"itd-progress-status-text",children:e+"%"})}return"success"===e?s:"exception"===e?l:void 0};return r.jsx(Sf,{$status:d(),$percent:t,className:a(),children:r.jsxs("div",{className:"itd-progress-outer",children:[r.jsx("div",{className:"itd-progress-inner",children:r.jsx("div",{className:"itd-progress-bg"})}),c()]})})},exports.Radio=Mp,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=xf,exports.SVGLoader=(e,t,n)=>r.jsx(Di,{$width:t,$height:n,children:r.jsx(de,{src:e})}),exports.Select=Id,exports.Spin=H,exports.Status=function({variant:e="gray-1",size:t="default",stretch:n=!1,bold:i=!0,children:o="",className:a=""}){const s=()=>{let r="itd-status";return r+=" itd-status-"+e,r+=" itd-status-"+se(t),n&&(r+=" itd-status-stretch"),i&&(r+=" itd-status-bold"),""!==a&&null!==a&&(r+=" "+a),r};return r.jsx(kf,{$status:e,$bold:i,className:s(),children:r.jsx("span",{children:o})})},exports.Switch=Zu,exports.Table=Pf,exports.Tabs=jf,exports.TextArea=Gu,exports.TinyScrollbar=$d,exports.Trash=so,exports.UniUpperCase=function(e="",t="tr"){var r={i:"İ","ş":"Ş","ğ":"Ğ","ü":"Ü","ö":"Ö","ç":"Ç","ı":"I"};return"tr"===t&&(e=e.replace(/(([iışğüçö]))/g,e=>r[e])),e.toUpperCase()},exports.UpdateThemeStyle=function(e){var t="",r=document.styleSheets[0];Object.keys(e).forEach(r=>{t+=`${r}:${e[r]};`}),r.hasOwnProperty("cssRules")&&(r.cssRules[0].style.cssText=t)},exports.Upload=cp,exports.UploadIcon=no,exports.Wait=zi,exports.ZoomIn=lo,exports.ZoomOut=({className:e="",height:t=24,width:n=24})=>r.jsx("svg",{className:e,height:t,width:n,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:r.jsxs("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:[r.jsx("rect",{x:"0",y:"0",width:"24",height:"24"}),r.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"}),r.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"}),r.jsx("rect",{fill:"#000000",opacity:"0.3",x:"9",y:"10.5",width:"4",height:"1",rx:"0.5"})]})}),exports.resources=Hf,exports.toKebabCase=function(e,t=!1,r=!1){const n=["the","is","in","at","on","and","a","an","ve","bir","bu","için","gibi"],i={"ğ":"g","ü":"u","ş":"s","ı":"i","ö":"o","ç":"c","Ğ":"g","Ü":"u","Ş":"s","İ":"i","Ö":"o","Ç":"c"};return e=e.replace(/[ğüşiöçıĞÜŞİÖÇ]/g,e=>i[e]||e),t&&(e=e.split(" ").filter(e=>!n.includes(e.toLowerCase())).join(" ")),r&&(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,t=!1)=>{n.useEffect(()=>{var n=!1,i=document.head,o=r();return document.querySelectorAll("head > link").forEach(t=>{-1!==t.href.indexOf(e)&&(n=!0)}),n||i.appendChild(o),()=>{t&&document.querySelectorAll("head > link").forEach(t=>{-1!==t.href.indexOf(e)&&document.head.removeChild(t)})}},[e]);const r=()=>{var t=document.createElement("link");return t.type="text/css",t.rel="stylesheet",t.href=e,t}},exports.useComponentSize=e=>{const[t,r]=n.useState({width:0,height:0});return n.useEffect(()=>{if(!e.current)return;const t=new ResizeObserver(e=>{e.forEach(({target:e})=>{r({width:e.clientWidth,height:e.clientHeight})})});return t.observe(e.current),()=>t.disconnect()},[e]),[t]},exports.useConnectionStatus=e=>{n.useEffect(()=>{const t=t=>{e(exports.ConnectionStatus.ONLINE,t)},r=t=>{e(exports.ConnectionStatus.OFFLINE,t)};return window.addEventListener(exports.ConnectionStatus.ONLINE,t),window.addEventListener(exports.ConnectionStatus.OFFLINE,r),()=>{window.removeEventListener(exports.ConnectionStatus.ONLINE,t),window.removeEventListener(exports.ConnectionStatus.OFFLINE,r)}},[e])},exports.useConstructor=(e=()=>{})=>{const[t,r]=n.useState(!1);t||(e(),r(!0))},exports.useContextBridge=(...e)=>{if(0===e.length)return({children:e})=>r.jsx(r.Fragment,{children:e});const t=e.map(n.useContext),i=n.useRef(t);return i.current=t,n.useMemo(()=>({children:t})=>e.reduceRight((e,t,n)=>r.jsx(t.Provider,{value:i.current[n],children:e}),t),[])},exports.useCoreFetch=O,exports.useKeyboardShortcut=({key:e,onKeyPressed:t})=>{n.useEffect(()=>{function r(r){r.key===e&&(r.preventDefault(),t())}return document.addEventListener("keydown",r),()=>{document.removeEventListener("keydown",r)}},[e,t])},exports.useMultiQuery=T,exports.useOnClickOutside=L,exports.useOnESCKeyDown=D,exports.useOnResize=e=>{n.useEffect(()=>{const t=t=>{e(t)};return window.addEventListener("resize",t),()=>{window.removeEventListener("resize",t)}},[e])},exports.useOrientation=()=>{const[e,t]=n.useState("portrait-primary"===window.screen.orientation.type?"portrait":"landscape");return n.useEffect(()=>{const e=e=>{const r=e.currentTarget.type;"landscape-primary"===r?t("landscape"):"portrait-primary"===r&&t("portrait")};return screen.orientation.addEventListener("change",e),()=>{screen.orientation.removeEventListener("change",e)}},[]),e},exports.useReCaptcha=e=>{let t;const[r,i]=n.useState("");n.useEffect(()=>()=>{document.body.removeChild(t)},[]);return{loadReCaptcha:e=>{t=document.createElement("script"),t.src="https://www.google.com/recaptcha/api.js?render="+e,t.onload=function(){i(e)},document.body.appendChild(t)},executeReCaptcha:()=>{if(""===r)return z.double("useReCaptcha","Not yet initialized! reCaptcha can't execute right now.","error"),void(e&&e(null));window.grecaptcha.ready(t=>{try{window.grecaptcha.execute(r,{action:"login"}).then(t=>{z.double("ReCaptcha V3","Token is valid"),console.log("token: "+t),e&&e(t)})}catch(e){z.double("ReCaptcha V3","Token is invalid","error")}})}}},exports.useSingleQuery=M;
|
|
5401
|
+
`,Uf=({gap:e,justify:t,align:n,vertical:i,wrap:o,stretch:a,style:s,className:l,children:d})=>r.jsx(Hf,{$gap:e,$justify:t,$align:n,$vertical:i,$wrap:o,$stretch:a,style:s,className:l,children:d}),Yf={tr:{itd:x,calendar:y},en:{itd:v,calendar:w}};e.use(t.initReactI18next).init({resources:Yf,preload:["en","tr"],fallbackLng:["en","tr"],lng:"en-US",load:"languageOnly",ns:["itd","calendar"],defaultNS:"itd",initImmediate:!1,debug:!1,interpolation:{escapeValue:!1}}),exports.ALink=hp,exports.Accordion=yc,exports.AddDefaultThemeStyle=function(){const e=document.createElement("style");document.head.appendChild(e),e.textContent=":root{color: #ffffff}"},exports.AddDefaultUnit=qi,exports.AddZero=function(e){var t=Number(e),r=e.toString().split(".");return(-1===e.toString().indexOf(".")||r[1].length<3||r[1].length>2)&&(e=(t=t.toFixed(2)).toString()),parseFloat(e).toFixed(2)},exports.Alert=df,exports.ArrowIcon=ro,exports.BackToTop=io,exports.BackTop=function(e){const{children:t=null}=e,[i,o]=n.useState(!1);n.useEffect(()=>(document.addEventListener("scroll",a),()=>{document.removeEventListener("scroll",a)}),[]);const a=()=>{o(document.body.scrollTop>window.innerHeight)},s=()=>{window.scrollTo({top:0,behavior:"smooth"})};return r.jsx(wf,{className:"itd-back-to-top",children:r.jsx(Af,{onClick:s,$show:i,children:t||r.jsx(io,{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,t){return String.fromCharCode(Number("0x"+t))}))},exports.Button=ce,exports.Calendar=Tc,exports.Card=({title:e,titleSeparator:t,extra:i,tabs:o,onTabChange:a,minWidth:s,minHeight:l,children:d,activeTabKey:c="",updating:u=!1,contentPadding:p="30px"})=>{n.useEffect(()=>{});const f=()=>{if(i)return r.jsx(Of,{className:"itd-card-extra",children:i})},h=()=>{if(o)return r.jsx(Nf,{tabs:o,activeTabKey:c,onTabChange:e=>a&&a(e)})},g=()=>{if(e)return r.jsx(Mf,{className:"itd-card-title",children:r.jsx(Qi,{children:e})})},m=()=>!!(e||i||o);return r.jsx(zf,{className:"itd-card",children:r.jsx(H,{updating:u,className:"itd-card-spin",children:r.jsxs(Lf,{className:"itd-card-body",$minWidth:s,$minHeight:l,$hasHeader:m(),children:[(()=>{if(m())return r.jsxs(Df,{$showSeparator:t,className:"itd-card-header",children:[g(),h(),f()]})})(),(()=>{if(d)return r.jsx(Tf,{className:"itd-card-body",$padding:p,children:d})})()]})})})},exports.CheckFileURL=ji,exports.Checkbox=ko,exports.Checkmark=oo,exports.ChunkArray=function(e,t){let r=0,n=[];for(r=0;r<e.length;r+=t){const i=e.slice(r,r+t);"object"!=typeof i&&n.push(i)}return n},exports.Collapse=kp,exports.ConsoleLog=z,exports.ConvertCurrency=function(e,t){return e||(e=0),Ci(e,"TRY"===t?"₺":"USD"===t?"$":"EUR"===t?"€":"?")},exports.DatePicker=Vc,exports.DetermineNewHeight=function(e,t,r){return e/t*r},exports.DetermineNewWidth=function(e,t,r){return t/e*r},exports.FileChecker=function(e="config",t="resource"){let r=void 0!==performance.getEntries().filter(e=>e.entryType===t).filter(t=>t.name.indexOf(e)>-1)[0];return r?console.log("script already loaded"):console.log("script was not loaded"),r},exports.FindSelector=function(e){let t=!1;return document.querySelectorAll("head > style").forEach(r=>{Array(r.sheet.rules).forEach(r=>{for(var n=0;n<r.length;n++)r[n].cssText.search(e)>-1&&(t=!0)})}),t},exports.Flex=Uf,exports.Form=uc,exports.FormatBytes=Fi,exports.FormatDate=function(e,t="tr",r="D MMMM YYYY dddd"){return Pi(new Date(e)).locale(t).format(r)},exports.FormatDateTime=function(e,t="tr",r="D MMMM YYYY dddd - HH:mm"){return Pi(new Date(e)).locale(t).format(r)},exports.FormatSimpleDate=function(e,t="tr",r="D MMMM YYYY"){return Pi(new Date(e)).locale(t).format(r)},exports.FormatSimpleDateTime=function(e,t="tr",r="MM/DD/YYYY - HH:mm"){return Pi(new Date(e)).locale(t).format(r)},exports.FormatTime=function(e,t="tr",r="HH:mm"){return Pi(e).locale(t).format(r)},exports.GetByCurrency=function(e,t=!0,r="",n=2){if(""===r)throw new Error("Currency Error: You must send the currency (EUR, USD, TRY, etc...)");isNaN(e)&&(e=0);let i=Ei(r);return t?new Intl.NumberFormat(i,{style:"currency",currency:r,minimumFractionDigits:n,maximumFractionDigits:n}).format(e):new Intl.NumberFormat(i,{minimumFractionDigits:n,maximumFractionDigits:n}).format(e)},exports.GetCountryCodeByCurrencyCode=Ei,exports.GetCountryCodeByLanguage=function(e){return"tr"===e?"tur":"en"===e?"usa":"language_not_found"},exports.GetCurrencyFormat=function(e,t=""){if(""===t)throw new Error("Currency Error: You must send the currency (EUR, USD, TRY, etc...");return""===e?"":e=`${$i(t)}${e}`.replace(/\B(?=(\d{3})+(?!\d))/g,".")},exports.GetCurrencySymbol=$i,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=Ni,exports.H1=({children:e})=>r.jsx(Ki,{children:r.jsx("span",{children:e})}),exports.H2=Qi,exports.H3=({children:e})=>r.jsx(Zi,{children:r.jsx("span",{children:e})}),exports.H4=eo,exports.ITDContext=Si,exports.ITDProvider=t=>{const[i,o]=n.useState(t.theme?t.theme:"dark"),[a,s]=n.useState(t.dateFormat?t.dateFormat:"MM/DD/YYYY"),[l,d]=n.useState(t.language?t.language:"en"),[c,u]=n.useState("en-US"),[p,f]=n.useState("");n.useEffect(()=>{t.theme&&o(t.theme),t.language&&(d(t.language),e.changeLanguage(t.language)),t.dateFormat&&s(t.dateFormat)},[t.theme,t.language,t.dateFormat]);const h=n.useCallback(e=>{o(e)},[]),g=n.useCallback(e=>{f(e)},[]),m=n.useCallback(e=>{s(e)},[]),b=n.useCallback(e=>{u(e)},[]),x=n.useCallback(t=>{d(t),e.changeLanguage(t)},[]),v=n.useMemo(()=>({theme:i,brokenImage:p,dateFormat:a,language:l,locale:c,changeTheme:h,changeBrokenImage:g,changeDateFormat:m,changeLanguage:x,changeLocale:b}),[i,p,a,l,c,h,g,m,x,b]);return r.jsx(_i,{className:"itd-provider","data-theme":i,"data-lang":l,children:r.jsx(Si.Provider,{value:v,children:r.jsx(Ai,{children:r.jsx(Ye,{children:t.children})})})})},exports.Image=Io,exports.InlineSVGCached=de,exports.InlineSelect=rf,exports.InlineSelectArrow=ao,exports.Input=Bu,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=to,exports.ModalManager=Ge,exports.NoData=uo,exports.Notification=ki,exports.Picture=co,exports.Progress=function({status:e,percent:t=0,alwaysShowPercent:n=!1,showInfo:i=!0,className:o=""}){const a=()=>{let r="itd-progress";return r+=" itd-progress-percent-"+t,e&&(r+=" itd-progress-"+e),""!==o&&null!==o&&(r+=" "+o),r},s=r.jsx("svg",{viewBox:"64 64 896 896",focusable:"false","data-icon":"check-circle",width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",children:r.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"})}),l=r.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:r.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"})}),d=()=>e||(t<100?"normal":"success"),c=()=>{if(i)return r.jsx("span",{className:"itd-progress-status",children:u()})},u=()=>{const e=d();if("active"===e||"normal"===e||n){const e=t%1!=0?t.toFixed(2):Math.floor(t).toString();return r.jsx("span",{className:"itd-progress-status-text",children:e+"%"})}return"success"===e?s:"exception"===e?l:void 0};return r.jsx(Cf,{$status:d(),$percent:t,className:a(),children:r.jsxs("div",{className:"itd-progress-outer",children:[r.jsx("div",{className:"itd-progress-inner",children:r.jsx("div",{className:"itd-progress-bg"})}),c()]})})},exports.Radio=Op,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=yf,exports.SVGLoader=(e,t,n)=>r.jsx(Di,{$width:t,$height:n,children:r.jsx(de,{src:e})}),exports.Select=Id,exports.Spin=H,exports.Status=function({variant:e="gray-1",size:t="default",stretch:n=!1,bold:i=!0,children:o="",className:a=""}){const s=()=>{let r="itd-status";return r+=" itd-status-"+e,r+=" itd-status-"+se(t),n&&(r+=" itd-status-stretch"),i&&(r+=" itd-status-bold"),""!==a&&null!==a&&(r+=" "+a),r};return r.jsx(Sf,{$status:e,$bold:i,className:s(),children:r.jsx("span",{children:o})})},exports.Switch=Qu,exports.Table=Bf,exports.Tabs=Nf,exports.TextArea=qu,exports.TinyScrollbar=$d,exports.Trash=so,exports.UniUpperCase=function(e="",t="tr"){var r={i:"İ","ş":"Ş","ğ":"Ğ","ü":"Ü","ö":"Ö","ç":"Ç","ı":"I"};return"tr"===t&&(e=e.replace(/(([iışğüçö]))/g,e=>r[e])),e.toUpperCase()},exports.UpdateThemeStyle=function(e){var t="",r=document.styleSheets[0];Object.keys(e).forEach(r=>{t+=`${r}:${e[r]};`}),r.hasOwnProperty("cssRules")&&(r.cssRules[0].style.cssText=t)},exports.Upload=pp,exports.UploadIcon=no,exports.Wait=zi,exports.ZoomIn=lo,exports.ZoomOut=({className:e="",height:t=24,width:n=24})=>r.jsx("svg",{className:e,height:t,width:n,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:r.jsxs("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:[r.jsx("rect",{x:"0",y:"0",width:"24",height:"24"}),r.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"}),r.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"}),r.jsx("rect",{fill:"#000000",opacity:"0.3",x:"9",y:"10.5",width:"4",height:"1",rx:"0.5"})]})}),exports.resources=Yf,exports.toKebabCase=function(e,t=!1,r=!1){const n=["the","is","in","at","on","and","a","an","ve","bir","bu","için","gibi"],i={"ğ":"g","ü":"u","ş":"s","ı":"i","ö":"o","ç":"c","Ğ":"g","Ü":"u","Ş":"s","İ":"i","Ö":"o","Ç":"c"};return e=e.replace(/[ğüşiöçıĞÜŞİÖÇ]/g,e=>i[e]||e),t&&(e=e.split(" ").filter(e=>!n.includes(e.toLowerCase())).join(" ")),r&&(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,t=!1)=>{n.useEffect(()=>{var n=!1,i=document.head,o=r();return document.querySelectorAll("head > link").forEach(t=>{-1!==t.href.indexOf(e)&&(n=!0)}),n||i.appendChild(o),()=>{t&&document.querySelectorAll("head > link").forEach(t=>{-1!==t.href.indexOf(e)&&document.head.removeChild(t)})}},[e]);const r=()=>{var t=document.createElement("link");return t.type="text/css",t.rel="stylesheet",t.href=e,t}},exports.useComponentSize=e=>{const[t,r]=n.useState({width:0,height:0});return n.useEffect(()=>{if(!e.current)return;const t=new ResizeObserver(e=>{e.forEach(({target:e})=>{r({width:e.clientWidth,height:e.clientHeight})})});return t.observe(e.current),()=>t.disconnect()},[e]),[t]},exports.useConnectionStatus=e=>{n.useEffect(()=>{const t=t=>{e(exports.ConnectionStatus.ONLINE,t)},r=t=>{e(exports.ConnectionStatus.OFFLINE,t)};return window.addEventListener(exports.ConnectionStatus.ONLINE,t),window.addEventListener(exports.ConnectionStatus.OFFLINE,r),()=>{window.removeEventListener(exports.ConnectionStatus.ONLINE,t),window.removeEventListener(exports.ConnectionStatus.OFFLINE,r)}},[e])},exports.useConstructor=(e=()=>{})=>{const[t,r]=n.useState(!1);t||(e(),r(!0))},exports.useContextBridge=(...e)=>{if(0===e.length)return({children:e})=>r.jsx(r.Fragment,{children:e});const t=e.map(n.useContext),i=n.useRef(t);return i.current=t,n.useMemo(()=>({children:t})=>e.reduceRight((e,t,n)=>r.jsx(t.Provider,{value:i.current[n],children:e}),t),[])},exports.useCoreFetch=O,exports.useKeyboardShortcut=({key:e,onKeyPressed:t})=>{n.useEffect(()=>{function r(r){r.key===e&&(r.preventDefault(),t())}return document.addEventListener("keydown",r),()=>{document.removeEventListener("keydown",r)}},[e,t])},exports.useMultiQuery=T,exports.useOnClickOutside=L,exports.useOnESCKeyDown=D,exports.useOnResize=e=>{n.useEffect(()=>{const t=t=>{e(t)};return window.addEventListener("resize",t),()=>{window.removeEventListener("resize",t)}},[e])},exports.useOrientation=()=>{const[e,t]=n.useState("portrait-primary"===window.screen.orientation.type?"portrait":"landscape");return n.useEffect(()=>{const e=e=>{const r=e.currentTarget.type;"landscape-primary"===r?t("landscape"):"portrait-primary"===r&&t("portrait")};return screen.orientation.addEventListener("change",e),()=>{screen.orientation.removeEventListener("change",e)}},[]),e},exports.useReCaptcha=e=>{let t;const[r,i]=n.useState("");n.useEffect(()=>()=>{document.body.removeChild(t)},[]);return{loadReCaptcha:e=>{t=document.createElement("script"),t.src="https://www.google.com/recaptcha/api.js?render="+e,t.onload=function(){i(e)},document.body.appendChild(t)},executeReCaptcha:()=>{if(""===r)return z.double("useReCaptcha","Not yet initialized! reCaptcha can't execute right now.","error"),void(e&&e(null));window.grecaptcha.ready(t=>{try{window.grecaptcha.execute(r,{action:"login"}).then(t=>{z.double("ReCaptcha V3","Token is valid"),console.log("token: "+t),e&&e(t)})}catch(e){z.double("ReCaptcha V3","Token is invalid","error")}})}}},exports.useSingleQuery=M;
|