@inntechcorp/it-design 2.0.118 → 2.0.120
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/index.cjs.js +13 -13
- package/dist/index.d.ts +3 -1
- package/dist/index.esm.js +1 -1
- package/dist/output-BwpNST6S.css +241 -0
- package/dist/table/index.d.ts +1 -1
- package/dist/table/styled.d.ts +7 -1
- package/dist/types/TableProps.d.ts +2 -0
- package/dist/utils/GetSizeBySizeSlug.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -653,7 +653,7 @@ declare const Tabs: ({ tabs, activeTabKey, variant, height, onTabChange }: TabsP
|
|
|
653
653
|
|
|
654
654
|
declare const Card: ({ title, titleSeparator, extra, tabs, onTabChange, minWidth, minHeight, children, activeTabKey, updating, contentPadding, }: CardProps) => react_jsx_runtime.JSX.Element;
|
|
655
655
|
|
|
656
|
-
declare const Table: <T>({ columns, data, size, headless, bordered, dashed, noGaps }: TableProps<T>) => react_jsx_runtime.JSX.Element;
|
|
656
|
+
declare const Table: <T>({ columns, data, size, headless, bordered, dashed, noGaps, overflow }: TableProps<T>) => react_jsx_runtime.JSX.Element;
|
|
657
657
|
|
|
658
658
|
declare const Flex: ({ gap, justify, align, vertical, wrap, stretch, style, className, children }: FlexProps) => react_jsx_runtime.JSX.Element;
|
|
659
659
|
|
|
@@ -1240,6 +1240,7 @@ type TableColumnType<T> = {
|
|
|
1240
1240
|
title: string;
|
|
1241
1241
|
dataIndex?: keyof T;
|
|
1242
1242
|
width?: number | string;
|
|
1243
|
+
maxWidth?: number | string;
|
|
1243
1244
|
render?: (value: any, record: T, index: number) => React.ReactNode;
|
|
1244
1245
|
};
|
|
1245
1246
|
type TableProps<T> = {
|
|
@@ -1250,6 +1251,7 @@ type TableProps<T> = {
|
|
|
1250
1251
|
bordered?: boolean;
|
|
1251
1252
|
dashed?: boolean;
|
|
1252
1253
|
noGaps?: boolean;
|
|
1254
|
+
overflow?: boolean;
|
|
1253
1255
|
};
|
|
1254
1256
|
|
|
1255
1257
|
type CardProps = {
|
package/dist/index.esm.js
CHANGED
|
@@ -912,4 +912,4 @@ function eq(n,o){if(qq(n))for(let e=0;e<n.length&&!1!==o(n[e],e,n);e++);else n&&
|
|
|
912
912
|
position: relative;
|
|
913
913
|
width: max-content;
|
|
914
914
|
|
|
915
|
-
`,Iv=({label:n="",value:o=[],children:e=null,single:t=!1,minWidth:b=0,className:M="",onChange:i=null})=>{const a=c(null),[O,s]=z(!1),[d,A]=z([]),[l,q]=z("");r((()=>{o&&o.length>0&&e.length>0&&(A(o),W.map(e,(n=>{n.props.value===o[0]&&q(n.props.children)})))}),[o,e]),DM(a,(()=>{s(!1)}));const f=(n,o)=>{if(i?i(n,o):console.warn("InlineSelect: 'onChange' method couldn't be called because it is not defined!"),t)A(n),q(o);else{const o=n[n.length-1];A(o||[])}};return p.createElement(Dv,{className:(()=>{let n="itd-inline-select";return O&&(n+=" itd-inline-select-open"),""!==M&&(n+=" "+M),n})(),ref:a},p.createElement(Pv,{onChange:n=>{s(n)},isOpen:O,count:d.length,single:t,label:(()=>{let o=t||!t&&1===d.length?l:n;return""===o?"··········":o})()}),p.createElement(Tv,{onChange:f,value:d,isOpen:O,single:t,minWidth:b},W.map(e,(n=>{if(n&&n.hasOwnProperty("type")&&null!==n.type&&void 0!==n.type)return n.type===Xv?u(n,{...n.props,onChange:f,single:t}):void 0}))))};Iv.Option=Xv;var Fv,jv,Uv,$v,Vv,Hv,Yv,Gv,Kv,Qv=Sr.div(Vv||(Vv=D(["\n\n display: flex;\n align-items: center;\n gap: 10px;\n\n padding: 15px;\n border-radius: 6px;\n font-weight: 500;\n\n svg {\n width: 16px;\n height: 16px;\n }\n \n /* ------------------------ */\n // SUCCESS\n /* ------------------------ */\n ","\n\n /* ------------------------ */\n // INFO\n /* ------------------------ */\n ","\n\n /* ------------------------ */\n // WARNING\n /* ------------------------ */\n ","\n\n /* ------------------------ */\n // ERROR\n /* ------------------------ */\n ","\n \n"],["\n\n display: flex;\n align-items: center;\n gap: 10px;\n\n padding: 15px;\n border-radius: 6px;\n font-weight: 500;\n\n svg {\n width: 16px;\n height: 16px;\n }\n \n /* ------------------------ */\n // SUCCESS\n /* ------------------------ */\n ","\n\n /* ------------------------ */\n // INFO\n /* ------------------------ */\n ","\n\n /* ------------------------ */\n // WARNING\n /* ------------------------ */\n ","\n\n /* ------------------------ */\n // ERROR\n /* ------------------------ */\n ","\n \n"])),(function(){return kr(Fv||(Fv=D(["\n\n &.itd-alert-success {\n\n background: #dfffea;\n border: 1px solid #8adea7;\n\n span, svg {\n color: #34a059;\n }\n \n }\n "],["\n\n &.itd-alert-success {\n\n background: #dfffea;\n border: 1px solid #8adea7;\n\n span, svg {\n color: #34a059;\n }\n \n }\n "])))}),(function(){return kr(Uv||(Uv=D(["\n\n &.itd-alert-info {\n\n background: #2c99ff15;\n border: 1px solid #cfddff;\n\n span, svg {\n color: #717ec8;\n }\n \n }\n "],["\n\n &.itd-alert-info {\n\n background: #2c99ff15;\n border: 1px solid #cfddff;\n\n span, svg {\n color: #717ec8;\n }\n \n }\n "])))}),(function(){return kr($v||($v=D(["\n\n &.itd-alert-warning {\n\n background: #f6ffdf;\n border: 1px solid #b8dd7b;\n\n span, svg {\n color: #808d35;\n }\n \n }\n "],["\n\n &.itd-alert-warning {\n\n background: #f6ffdf;\n border: 1px solid #b8dd7b;\n\n span, svg {\n color: #808d35;\n }\n \n }\n "])))}),(function(){return kr(jv||(jv=D(["\n\n &.itd-alert-error {\n\n background: #ffeef3;\n border: 1px solid #e6a9a9;\n\n span, svg {\n color: #f8285a;\n }\n\n }\n "],["\n\n &.itd-alert-error {\n\n background: #ffeef3;\n border: 1px solid #e6a9a9;\n\n span, svg {\n color: #f8285a;\n }\n\n }\n "])))})),Jv=Sr.span(Hv||(Hv=D(["\n font-size: 14px;\n line-height: 14px;\n font-weight: 500;\n display: flex;\n align-self: flex-start;\n"],["\n font-size: 14px;\n line-height: 14px;\n font-weight: 500;\n display: flex;\n align-self: flex-start;\n"]))),Zv=Sr.span(Yv||(Yv=D(["\n font-weight: 400;\n font-size: 13px;\n line-height: 15px;\n"],["\n font-weight: 400;\n font-size: 13px;\n line-height: 15px;\n"]))),nL=Sr.span(Gv||(Gv=D(["\n\n display: flex;\n flex-direction: column;\n justify-content: flex-end;\n height: 100%;\n gap: ",";\n\n"],["\n\n display: flex;\n flex-direction: column;\n justify-content: flex-end;\n height: 100%;\n gap: ",";\n\n"])),(function(n){return n.$noTitle?0:"5px"})),oL=Sr.div(Kv||(Kv=D(["\n\n width: 16px;\n min-width: 16px;\n height: 100%;\n\n display: flex;\n align-self: flex-start;\n \n svg {\n display: flex;\n align-self: flex-start;\n }\n\n"],["\n\n width: 16px;\n min-width: 16px;\n height: 100%;\n\n display: flex;\n align-self: flex-start;\n \n svg {\n display: flex;\n align-self: flex-start;\n }\n\n"]))),eL=function(o){var t=o.type,p=void 0===t?"info":t,b=o.size,M=void 0===b?"small":b,z=o.title,c=void 0===z?"":z,r=o.className,i=void 0===r?"":r,a=o.children,O=void 0===a?"":a;return e(Qv,{className:function(){var n="itd-alert";return n+=" itd-alert-"+p,n+=" itd-alert-"+("x-small"===M?"xs":"small"===M?"sm":"medium"===M?"md":"default"===M?"df":"large"===M?"lg":"x-large"===M?"xlg":"df"),""!==i&&(n+=" "+i),n}(),children:[n(oL,{children:n(L,{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"})}),e(nL,{$noTitle:!c,children:[""!==c?n(Jv,{children:c}):null,""!==O?n(Zv,{children:O}):null]})]})};eL.displayName="ITD-Alert";var tL=Sr.div(OL||(OL=D(['\n\n position: relative;\n width: 100%;\n\n input[type="file"] {\n\n width: 100%;\n height: 100%;\n position: absolute;\n opacity: 0;\n \n }\n\n'],['\n\n position: relative;\n width: 100%;\n\n input[type="file"] {\n\n width: 100%;\n height: 100%;\n position: absolute;\n opacity: 0;\n \n }\n\n']))),pL=Sr.div(sL||(sL=D(["\n\n >img {\n max-width: 70%;\n }\n\n transition-property: border-color;\n transition-duration: 500ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n\n border: 1px solid ",";\n border-radius: 6px;\n padding: ",";\n //overflow: hidden;\n\n display: flex;\n justify-content: center;\n align-items: center;\n\n height: 100px;\n min-height: 100px;\n\n position: relative;\n\n"],["\n\n >img {\n max-width: 70%;\n }\n\n transition-property: border-color;\n transition-duration: 500ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n\n border: 1px solid ",";\n border-radius: 6px;\n padding: ",";\n //overflow: hidden;\n\n display: flex;\n justify-content: center;\n align-items: center;\n\n height: 100px;\n min-height: 100px;\n\n position: relative;\n\n"])),(function(n){return n.$hasError?"#f8285a":n.$showBorder&&!n.$disabled?"#252f4a60":"#DBDFE9"}),(function(n){return n.$padding+"px"})),bL=Sr.label(dL||(dL=D(["\n\n display: block;\n\n outline: ",";\n outline-offset: 1px;\n border-radius: 6px;\n\n transition-property: outline-color;\n transition-duration: 500ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n\n"],["\n\n display: block;\n\n outline: ",";\n outline-offset: 1px;\n border-radius: 6px;\n\n transition-property: outline-color;\n transition-duration: 500ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n\n"])),(function(n){return n.$showFocus?"2px solid #1b84ff":"2px solid #1b84ff00"})),ML=Sr.div(AL||(AL=D(["\n\n position: absolute;\n top: 50%;\n right: 15px;\n transform: translateY(-50%);\n\n"],["\n\n position: absolute;\n top: 50%;\n right: 15px;\n transform: translateY(-50%);\n\n"]))),zL=Sr.div(lL||(lL=D(["\n\n display: flex;\n justify-content: center;\n align-items: center;\n padding: ",";\n\n img {\n width: ",";\n height: ",";\n }\n\n"],["\n\n display: flex;\n justify-content: center;\n align-items: center;\n padding: ",";\n\n img {\n width: ",";\n height: ",";\n }\n\n"])),(function(n){return n.$padding?"string"==typeof n.$padding?n.$padding:n.$padding+"px":"100%"}),(function(n){return n.$width?"string"==typeof n.$width?n.$width:n.$width+"px":"100%"}),(function(n){return n.$height?"string"==typeof n.$height?n.$height:n.$height+"px":"100%"})),cL=Sr.div(qL||(qL=D(["\n\n transition-property: all;\n transition-duration: 0ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n transition-delay: 0ms;\n //animation-direction: reverse;\n\n position: absolute;\n top: 150%;\n left: 50%;\n transform: translateX(-50%) translateY(-50%);\n\n display: flex;\n flex-direction: column;\n width: 100%;\n \n span {\n &:nth-child(1) {\n color: #000000;\n font-weight: 600; \n font-size: 14px;\n text-align: center;\n }\n &:nth-child(2) {\n color: #00000090;\n font-weight: 500;\n font-size: 12px;\n text-align: center;\n }\n }\n\n ","\n\n"],["\n\n transition-property: all;\n transition-duration: 0ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n transition-delay: 0ms;\n //animation-direction: reverse;\n\n position: absolute;\n top: 150%;\n left: 50%;\n transform: translateX(-50%) translateY(-50%);\n\n display: flex;\n flex-direction: column;\n width: 100%;\n \n span {\n &:nth-child(1) {\n color: #000000;\n font-weight: 600; \n font-size: 14px;\n text-align: center;\n }\n &:nth-child(2) {\n color: #00000090;\n font-weight: 500;\n font-size: 12px;\n text-align: center;\n }\n }\n\n ","\n\n"])),(function(n){return n.$isHover&&kr(uL||(uL=D(["\n top: 50%;\n "],["\n top: 50%;\n "])))})),rL=Sr.div(WL||(WL=D(["\n\n position: absolute;\n\n display: flex;\n\n transition-property: all;\n transition-duration: 400ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n animation-direction: reverse;\n\n width: 100%;\n height: 100%;\n background-color: #ffffff00;\n backdrop-filter: blur(0px);\n border-radius: 5px;\n overflow: hidden;\n\n ","\n\n"],["\n\n position: absolute;\n\n display: flex;\n\n transition-property: all;\n transition-duration: 400ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n animation-direction: reverse;\n\n width: 100%;\n height: 100%;\n background-color: #ffffff00;\n backdrop-filter: blur(0px);\n border-radius: 5px;\n overflow: hidden;\n\n ","\n\n"])),(function(n){return n.$isHover&&kr(fL||(fL=D(["\n backdrop-filter: blur(2px);\n background-color: #ffffff90;\n "],["\n backdrop-filter: blur(2px);\n background-color: #ffffff90;\n "])))})),iL=Sr.div(gL||(gL=D(["\n\n position: absolute;\n\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n\n transition-property: all;\n transition-duration: 400ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n\n width: 100%;\n height: 100%;\n background-color: #1b84ff00;\n border-radius: 5px;\n overflow: hidden;\n\n span, div {\n\n color: #ffffff00;\n z-index: 1;\n pointer-events: none;\n\n transition-property: all;\n transition-duration: 400ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n \n }\n \n ","\n\n"],["\n\n position: absolute;\n\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n\n transition-property: all;\n transition-duration: 400ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n\n width: 100%;\n height: 100%;\n background-color: #1b84ff00;\n border-radius: 5px;\n overflow: hidden;\n\n span, div {\n\n color: #ffffff00;\n z-index: 1;\n pointer-events: none;\n\n transition-property: all;\n transition-duration: 400ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n \n }\n \n ","\n\n"])),(function(n){var o=n.$isActive,e=n.$complete,t=n.$error;return o&&kr(hL||(hL=D(["\n background-color : ",";\n span {\n color: #ffffff;\n }\n "],["\n background-color : ",";\n span {\n color: #ffffff;\n }\n "])),e?"#91DB7D":t?"#ff0000":"#1b84ff")})),aL=Sr.div(mL||(mL=D(['\n transition-property: all;\n transition-duration: 400ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n \n position: absolute;\n top: 0;\n left: 0;\n height: 100%;\n content: "";\n\n background-color : ',";\n width : ",";\n"],['\n transition-property: all;\n transition-duration: 400ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n \n position: absolute;\n top: 0;\n left: 0;\n height: 100%;\n content: "";\n\n background-color : ',";\n width : ",";\n"])),(function(n){return n.$complete?"#91DB7D":n.$error?"#ff0000":"#54A3FF"}),(function(n){return n.$progress+"%"}));Sr.div(RL||(RL=D(["\n\n position: absolute;\n border: 1px solid #f8285a;\n width: calc(100% + 2px);\n height: calc(100% + 2px);\n border-radius: 6px;\n top: -1px;\n left: -1px;\n pointer-events: none;\n z-index: 1;\n\n"],["\n\n position: absolute;\n border: 1px solid #f8285a;\n width: calc(100% + 2px);\n height: calc(100% + 2px);\n border-radius: 6px;\n top: -1px;\n left: -1px;\n pointer-events: none;\n z-index: 1;\n\n"])));var OL,sL,dL,AL,lL,uL,qL,fL,WL,hL,gL,mL,RL,vL,LL,yL,NL,xL,BL,wL,XL,kL,TL,EL,SL,_L,CL=Sr.div(vL||(vL=D(['\n\n display: flex;\n align-items: center;\n justify-content: center;\n\n color: #000000CC;\n font-size: 10px;\n cursor: pointer;\n position: relative;\n\n &:hover {\n color: #000000;\n }\n\n &[data-icon="i"] {\n &::before {\n padding: 4px;\n border-radius: 50px;\n }\n }\n\n'],['\n\n display: flex;\n align-items: center;\n justify-content: center;\n\n color: #000000CC;\n font-size: 10px;\n cursor: pointer;\n position: relative;\n\n &:hover {\n color: #000000;\n }\n\n &[data-icon="i"] {\n &::before {\n padding: 4px;\n border-radius: 50px;\n }\n }\n\n']))),PL=Sr(CL)(LL||(LL=D(["\n\n &::before {\n background-color: #f8285a;\n }\n\n"],["\n\n &::before {\n background-color: #f8285a;\n }\n\n"]))),DL=Sr.span(yL||(yL=D(['\n \n position: absolute;\n display: flex;\n justify-content: center;\n align-items: flex-end;\n\n font-size: 13px;\n line-height: 14px;\n\n border-radius: 5px;\n padding: 10px 7px;\n right: -14px;\n bottom: 32px;\n color: #ffffff;\n background: #f8285a;\n width: max-content;\n max-width: 210px;\n\n z-index: 2;\n\n &::after {\n\n content: "";\n width: 0;\n height: 0;\n position: absolute;\n bottom: -6px;\n right: 17px;\n border-left: 7px solid transparent;\n border-right: 7px solid transparent;\n border-top: 10px solid #f8285a;\n\n }\n\n'],['\n \n position: absolute;\n display: flex;\n justify-content: center;\n align-items: flex-end;\n\n font-size: 13px;\n line-height: 14px;\n\n border-radius: 5px;\n padding: 10px 7px;\n right: -14px;\n bottom: 32px;\n color: #ffffff;\n background: #f8285a;\n width: max-content;\n max-width: 210px;\n\n z-index: 2;\n\n &::after {\n\n content: "";\n width: 0;\n height: 0;\n position: absolute;\n bottom: -6px;\n right: 17px;\n border-left: 7px solid transparent;\n border-right: 7px solid transparent;\n border-top: 10px solid #f8285a;\n\n }\n\n']))),IL=f((function(o,t){var p=o.resultFileName,b=void 0===p?null:p,M=o.action,i=void 0===M?"":M,a=o.filePath,O=void 0===a?"":a,s=o.binaryName,d=void 0===s?"file":s,A=o.showDeleteIcon,l=void 0!==A&&A,u=o.showPreviewIcon,q=void 0!==u&&u,f=o.padding,W=void 0===f?10:f,g=o.fileHeight,m=void 0===g?"100%":g,R=o.previewFileWidth,v=void 0===R?"100%":R,L=o.previewFileHeight,y=void 0===L?"100%":L,N=o.previewFilePadding,x=void 0===N?"0":N,B=o.requestMethod,w=void 0===B?"put":B,X=o.maxFileSize,k=void 0===X?1024:X,T=o.disabled,E=void 0!==T&&T,P=o.extraFormData,D=void 0===P?{}:P,I=o.extraQueryString,F=void 0===I?{}:I,j=o.extraHeader,U=void 0===j?{}:j,$=o.fileTypes,V=void 0===$?[Hn.JPG,Hn.PNG,Hn.SVG,Hn.PDF]:$,H=o.removeAction,Y=void 0===H?"":H,G=o.removeExtraFormData,K=void 0===G?{}:G,Q=o.removeExtraQueryString,J=void 0===Q?{}:Q,Z=o.removeExtraHeader,nn=void 0===Z?{}:Z,on=o.onUpdate,en=o.onUploadSuccess,tn=o.onUploadFailed,pn=o.onRemoveFileSuccess,bn=o.onRemoveFileFailed,Mn=c(null),zn=mA.useNotifications().addNotification,cn=Pa.useModal().showModal,rn=HM(),an=rn.fetch,On=rn.cancel,sn=$n().t,dn=z(!1),An=dn[0],ln=dn[1],un=z(!1),qn=un[0],fn=un[1],Wn=z(".svg, .png, .jpg"),hn=Wn[0],gn=Wn[1],mn=z(!1),Rn=mn[0],vn=mn[1],Ln=z(!1),yn=Ln[0],Nn=Ln[1],xn=z(!1),Bn=xn[0],wn=xn[1],Xn=z(null),kn=Xn[0],Tn=Xn[1],En=z(null),Sn=En[0],_n=En[1],Cn=z(""),Pn=Cn[0],Dn=Cn[1],In=z(!1),Fn=In[0],jn=In[1],Un=z(!1),Vn=Un[0],Yn=Un[1],Gn=z(null),Kn=Gn[0],Qn=Gn[1],Jn=z(!1),Zn=Jn[0],no=Jn[1],oo=z(null),eo=oo[0],to=oo[1];r((function(){return function(){On()}}),[]),r((function(){fn(E)}),[E]),r((function(){_n(O?O.split("?")[0]:"")}),[O]),r((function(){null!==Sn&&(void 0!==Sn?Mo():ln(!1))}),[Sn]),r((function(){var n=[];V.map((function(o){n.push(tl(o))})),gn(n.join(", "))}),[V]);var po=function(n,o){zn({title:n,description:o,placement:"topRight",autoHide:!0,delay:5e3,type:"error"})},bo=function(n,o,e){void 0===o&&(o=!0),void 0===e&&(e=!0),on&&on(n,o,e)};h(t,(function(){return{setFocus:function(){wn(!0)},reset:function(n,o){void 0===n&&(n=!1),void 0===o&&(o=!1),zo(),_n(null),Dn(""),bo("",n,o)},setValue:function(n,o,e){void 0===o&&(o=!0),void 0===e&&(e=!0),_n(n),bo(n,o,e)},getValue:function(){return Sn||""},setError:function(n){Dn(n)},forceUpdate:function(){bo(Sn||"")},clear:function(){_n("")}}}));var Mo=function(){return _(void 0,void 0,void 0,(function(){var n;return C(this,(function(o){switch(o.label){case 0:return n=!1,Sn?(console.time("Checking file completed in"),[4,nl(Sn)]):[3,2];case 1:n=o.sent(),Tn(n),n?bo(Sn):bo("",!0,!0),An||ln(!0),console.timeEnd("Checking file completed in"),o.label=2;case 2:return""!==Sn||An||ln(!0),""===Sn&&An&&bo("",!0,!0),[2]}}))}))},zo=function(){to(null),Qn(null),no(!1),Tn(null)},co=function(){return _(void 0,void 0,void 0,(function(){return C(this,(function(o){return fn(!0),cn({content:n("div",{children:sn("uploader.areYouSureToDeleteThisFile")}),title:sn("uploader.removeFile"),okButtonText:sn("uploader.yes"),cancelButtonText:sn("uploader.no"),okButtonProps:{variant:"statable",state:"reject"},closeOnClickOutside:!1,showCloseButton:!1,onOk:function(){return Y?an({action:Y,params:K,queries:J,headers:nn,onFetched:function(n){n.data.success?(zo(),bo("",!0,!0),pn&&pn(n.data.data)):bn&&bn()},onError:function(){bn&&bn()}}):(zo(),bo("",!0,!0),pn&&pn()),fn(!1),!0},onCancel:function(){return fn(!1),!0}}),[2]}))}))},ro=function(n){n.preventDefault(),Vn||Nn(!0)},io=function(n){n.preventDefault(),Vn||Nn(!1)},ao=function(n){n.preventDefault(),Vn||(Nn(!1),n.dataTransfer&&0!==n.dataTransfer.files.length?Ao(n.dataTransfer.files[0]):console.log(sn("uploader.browserDoesntSupportDND")))},Oo=function(n){Nn(!1);var o=n.target.files[0];Ao(o)},so=function(n){return _(void 0,[n],void 0,(function(n){var o=n.path,e=n.errorMessage,t=n.errorCode;return C(this,(function(n){switch(n.label){case 0:return[4,pl(1e3)];case 1:return n.sent(),Qn(null),Yn(!1),[4,pl(1500)];case 2:return n.sent(),no(!1),o?en&&en(o):e&&tn&&tn(e,t||0),[2]}}))}))},Ao=function(n){if(n&&function(n){return!!V.includes(n.type)||(po(sn("uploader.error"),sn("uploader.fileFormatError",{fileFormat:hn})),!1)}(n)&&function(n){return!(n.size>1024*k&&(po(sn("uploader.error"),sn("uploader.fileSizeError",{fileSize:el(1024*k)})),1))}(n)){if(b){var o=tl(n.type);n=new File([n],b+o,{type:o,lastModified:n.lastModified})}!function(n){_(void 0,void 0,void 0,(function(){var o;return C(this,(function(e){return n?((o=new FormData).append(d,n),b&&o.append("name",b),Object.keys(D).forEach((function(n){o.append(n,D[n])})),an({action:i,requestMethod:w,params:o,queries:F,headers:U,onFetched:function(n){n.data.success?(to({message:sn("uploader.fileUploadSuccess"),status:"success"}),no(!0),_n(n.data.data.url),so({path:n.data.data.url})):(to({message:sn("uploader.fileUploadFailed"),status:"error"}),bo("",!0,!0),so({errorMessage:sn("uploader.fileUploadFailed")}))},onError:function(n,o){to({message:sn("uploader.fileUploadFailed"),status:"error"}),bo("",!0,!0),so({errorMessage:n,errorCode:o})},onProgress:function(n){Qn({estimated:n.estimated?(Math.round(100*n.estimated)/100).toFixed(2):"0",progress:n.progress?Math.round(100*n.progress):0,bytes:n.bytes?el(n.bytes):"",total:n.total?el(n.total):""})}}),[2]):[2]}))}))}(n),Yn(!0)}},lo=function(){fn(!0),cn({content:n(zL,{className:"itd-upload-preview-content",$width:v,$height:y,$padding:x,children:n(Ci,{src:Sn})}),showOkButton:!1,showCancelButton:!1,contentPadding:"0px",width:"max-content",onCancel:function(){return fn(!1),!0}})},uo=function(){if(l&&Sn&&!Vn&&kn)return n("span",{children:n(la,{variant:"solid",size:"small",type:"button",circle:!0,onClick:co,disabled:qn,icon:n(_l,{width:16,height:16}),className:"itd-upload-delete-button"})})},qo=function(){if(q&&Sn&&!Vn&&kn)return n("span",{children:n(la,{variant:"solid",size:"small",type:"button",circle:!0,onClick:lo,disabled:qn,icon:n(Cl,{width:16,height:16}),className:"itd-upload-preview-button"})})},fo=n("svg",{width:"20px",height:"20px",viewBox:"0 0 20 20",version:"1.1",xmlns:"http://www.w3.org/2000/svg",children:n("g",{id:"Error",stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:e("g",{id:"ErrorGroup",fillRule:"nonzero",children:[n("circle",{id:"ErrorBackground",fill:"#F8285A",cx:"10",cy:"10",r:"10"}),n("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"})]})})}),Wo=function(){if(""!==Pn&&!Vn)return e(PL,S({},{className:"itd-upload-failed itd-failed-status",onPointerOver:function(){return jn(!0)},onPointerOut:function(){return jn(!1)}},{children:[Fn?n(DL,{className:"itd-upload-error-tooltip itd-error-tooltip",children:Pn}):null,fo]}))},ho=function(){if(An)return null===kn?n(kl,{width:24,height:24}):!1===kn?n(Dl,{width:40,height:40}):n(Ci,{src:Sn,height:m})};return function(o){return void 0===o&&(o=To("itd-upload-")),e(tL,{className:"itd-upload",children:[n("input",{type:"file",id:o,accept:hn,onChange:Oo,onFocus:function(){return wn(!0)},onBlur:function(){return wn(!1)},onClick:function(){var n;null===(n=Mn.current)||void 0===n||n.blur()},disabled:Vn||qn,ref:Mn}),n(bL,{htmlFor:o,$showFocus:Bn,className:"itd-upload-label",children:e(pL,{$showBorder:(yn||Rn)&&!Vn,$padding:W,$disabled:E,$hasError:""!==Pn&&!Vn,className:"itd-upload-content",children:[ho(),e(iL,{className:"itd-upload-status",$isActive:Vn,$complete:"success"===(null==eo?void 0:eo.status),$error:"error"===(null==eo?void 0:eo.status),children:[n(aL,{className:"itd-upload-status-box",$progress:Kn?Kn.progress:0,$complete:"success"===(null==eo?void 0:eo.status),$error:"error"===(null==eo?void 0:eo.status)}),n("span",{className:"itd-upload-status-message",children:sn(Zn||eo?String(null==eo?void 0:eo.message):"uploader.fileUploading")}),n("span",Kn?{className:"itd-upload-status-info",children:sn("uploader.info",{total:Kn.total,estimated:Kn.estimated})}:{className:"itd-upload-status-calculating",children:sn("uploader.calculating")})]}),(t=(Rn||yn)&&!Vn&&!qn,n(rL,{onPointerOver:function(){!yn&&vn(!0)},onPointerOut:function(){!yn&&vn(!1)},onDragOver:ro,onDragLeave:io,onDrop:ao,$isHover:t,className:"itd-upload-overlay",children:e(cL,{$isHover:t,className:"itd-upload-overlay-content",children:[n("span",{className:"itd-upload-header",children:sn("uploader.header")}),n("span",{className:"itd-upload-hint",children:sn("uploader.hint")})]})})),e(ML,{children:[e(lN,{vertical:!0,gap:"small",className:"itd-upload-icons",children:[uo(),qo()]}),Wo()]})]})})]});var t}()})),FL=Sr.section(NL||(NL=D(["\n width: 100%;\n height: 100%;\n position: relative;\n overflow: hidden;\n"],["\n width: 100%;\n height: 100%;\n position: relative;\n overflow: hidden;\n"]))),jL=_r(xL||(xL=D(["\n 0% { transform: scale(.5); opacity: 0;}\n 50% { transform: scale(1.05); opacity: 1;}\n 75% { transform: scale(0.95); opacity: 1;}\n 100% { transform: scale(1); opacity: 1;}\n"],["\n 0% { transform: scale(.5); opacity: 0;}\n 50% { transform: scale(1.05); opacity: 1;}\n 75% { transform: scale(0.95); opacity: 1;}\n 100% { transform: scale(1); opacity: 1;}\n"]))),UL=Sr.div(BL||(BL=D(["\n\n width: 100%;\n height: 100%;\n\n display: flex;\n align-items: center;\n justify-content: center;\n\n"],["\n\n width: 100%;\n height: 100%;\n\n display: flex;\n align-items: center;\n justify-content: center;\n\n"]))),$L=Sr.div(wL||(wL=D(["\n\n animation: "," 0.5s ease-out;\n transition: all 0.5s ease-out;\n transform-origin: 50% 50%;\n opacity: 1;\n\n padding: 50px 20px 40px;\n border-radius: 6px;\n width: 100%;\n height: ",";\n max-width: ",";\n background-color: ",";\n\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n gap: 20px;\n \n"],["\n\n animation: "," 0.5s ease-out;\n transition: all 0.5s ease-out;\n transform-origin: 50% 50%;\n opacity: 1;\n\n padding: 50px 20px 40px;\n border-radius: 6px;\n width: 100%;\n height: ",";\n max-width: ",";\n background-color: ",";\n\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n gap: 20px;\n \n"])),jL,(function(n){return"true"===n.$fill?"100%":"auto"}),(function(n){return"true"===n.$fill?"100%":"500px"}),(function(n){return"default"===n.$type?"#10233b":"#0E153180"})),VL=Sr.div(XL||(XL=D(['\n\n position: relative;\n display: flex;\n justify-content: center;\n\n width: 100%;\n min-height: 0;\n margin-bottom: 34px;\n\n &::before {\n background-color: #04112780;\n border-radius: 100px;\n width: 84px;\n height: 84px;\n display: inline;\n content: "";\n position: absolute;\n z-index: 0;\n top: -20px;\n }\n \n img {\n z-index: 1;\n width: 44px;\n height: 44px;\n }\n \n'],['\n\n position: relative;\n display: flex;\n justify-content: center;\n\n width: 100%;\n min-height: 0;\n margin-bottom: 34px;\n\n &::before {\n background-color: #04112780;\n border-radius: 100px;\n width: 84px;\n height: 84px;\n display: inline;\n content: "";\n position: absolute;\n z-index: 0;\n top: -20px;\n }\n \n img {\n z-index: 1;\n width: 44px;\n height: 44px;\n }\n \n']))),HL=Sr.div(kL||(kL=D(["\n display: flex;\n justify-content: center;\n margin-top: 20px;\n\n a {\n min-width: 150px;\n\n &:not(:last-child) {\n margin-right: 20px;\n }\n\n }\n"],["\n display: flex;\n justify-content: center;\n margin-top: 20px;\n\n a {\n min-width: 150px;\n\n &:not(:last-child) {\n margin-right: 20px;\n }\n\n }\n"]))),YL=Sr.div(TL||(TL=D(["\n\n display: flex;\n justify-content: center;\n\n width: 100%;\n\n >div {\n width: 100%;\n }\n \n"],["\n\n display: flex;\n justify-content: center;\n\n width: 100%;\n\n >div {\n width: 100%;\n }\n \n"]))),GL=Sr.div(EL||(EL=D(["\n\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n gap: 10px;\n\n"],["\n\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n gap: 10px;\n\n"]))),KL=Sr.div(SL||(SL=D(["\n color: #57d43c;\n font-size: 18px;\n font-weight: 600;\n text-align: center;\n max-width: 80%; \n"],["\n color: #57d43c;\n font-size: 18px;\n font-weight: 600;\n text-align: center;\n max-width: 80%; \n"]))),QL=Sr.div(_L||(_L=D(["\n color: #cccccc;\n font-size: 13px;\n line-height: 18px;\n font-weight: 500;\n text-align: center;\n max-width: 80%;\n"],["\n color: #cccccc;\n font-size: 13px;\n line-height: 18px;\n font-weight: 500;\n text-align: center;\n max-width: 80%;\n"]))),JL=function(o){var t=o.image,p=void 0===t?"":t,b=o.title,M=void 0===b?"":b,c=o.description,i=void 0===c?"":c,a=o.extra,O=void 0===a?null:a,s=o.footer,d=void 0===s?null:s,A=o.type,l=void 0===A?"default":A,u=o.fill,q=void 0!==u&&u,f=o.autoCenter,W=void 0===f||f,h=z(""),g=h[0],m=h[1];r((function(){""!==p&&m(p)}),[p]);var R,v=function(){if(O)return n(HL,{className:"itd-result-extras",children:O})},L=function(){if(d)return n(YL,{className:"itd-result-footer",children:d})};return n(FL,{className:(R="itd-result",R+=" itd-result-"+l,W&&(R+=" itd-result-auto-center"),q&&(R+=" itd-result-fill"),R),children:n(UL,{className:"itd-result-content-wrapper",children:e($L,{className:"itd-result-content",$autoCenter:W,$type:l,$fill:q.toString(),children:[e(GL,{className:"itd-result-body",children:[n(VL,{className:"itd-image-wrapper",children:n(Ci,{src:g})}),n(KL,{className:"itd-result-title",children:M}),n(QL,{className:"itd-result-sub-title",children:i})]}),v(),L()]})})})};JL.displayName="ITD-Result";var ZL,ny,oy,ey=Sr.div(ZL||(ZL=D(["\n position: fixed;\n bottom: 80px;\n right: 30px;\n visibility: hidden;\n "],["\n position: fixed;\n bottom: 80px;\n right: 30px;\n visibility: hidden;\n "]))),ty=Sr.a(ny||(ny=D(["\n\n visibility: ",";\n animation: "," 0.5s;\n\n display: block;\n transition: fill .3s ease-out;\n cursor: pointer;\n fill: #ffffff80;\n\n &:hover {\n fill: #3396fb;\n }\n \n "],["\n\n visibility: ",";\n animation: "," 0.5s;\n\n display: block;\n transition: fill .3s ease-out;\n cursor: pointer;\n fill: #ffffff80;\n\n &:hover {\n fill: #3396fb;\n }\n \n "])),(function(n){return n.$show?"visible":"hidden"}),(function(n){return n.$show?py:"none"})),py=_r(oy||(oy=D(["\n 0% { transform: scale(.2) }\n 50% { transform: scale(1.1) }\n 75% { transform: scale(0.9) }\n 100% { transform: scale(1) }\n"],["\n 0% { transform: scale(.2) }\n 50% { transform: scale(1.1) }\n 75% { transform: scale(0.9) }\n 100% { transform: scale(1) }\n"])));function by(o){var e=o.children,t=void 0===e?null:e,p=z(!1),b=p[0],M=p[1];r((function(){return document.addEventListener("scroll",c),function(){document.removeEventListener("scroll",c)}}),[]);var c=function(){M(document.body.scrollTop>window.innerHeight)};return n(ey,{className:"itd-back-to-top",children:n(ty,{onClick:function(){window.scrollTo({top:0,behavior:"smooth"})},$show:b,children:t||n(Tl,{width:30,height:30})})})}var My,zy,cy={"gray-1":{background:"#F9F9F9",text:"#0714374D"},"gray-2":{background:"#F9F9F9",text:"#585455"},"gray-3":{background:"#F5F5F5",text:"#071437"},green:{background:"#DFFFEA",text:"#17C653"},yellow:{background:"#FFF8DD",text:"#F6C000"},red:{background:"#FFEEF3",text:"#F8285A"},brown:{background:"#FFF3F1",text:"#CB6F5B"},lavender:{background:"#FCF3FF",text:"#AB60C0"},blue:{background:"#F1F4FF",text:"#3256D9"},pink:{background:"#FFEEF6",text:"#E25698"},violet:{background:"#F5F1FF",text:"#7239EA"},"filled-red":{background:"#F8285A",text:"#F7EFF1"},"filled-yellow":{background:"#F6C000",text:"#FBFAF4"},"filled-pink":{background:"#CC79E3",text:"#F7F3F9"},"filled-blue":{background:"#1B84FF",text:"#EDF0F4"},"filled-green":{background:"#17C653",text:"#F5FAF6"},"filled-purple":{background:"#C417C6",text:"#F6F0F6"},"filled-black":{background:"#071437",text:"#F1F3F7"}},ry=Sr.div(zy||(zy=D(["\n\n display: flex;\n align-items: center;\n justify-content: center;\n position: relative;\n width: max-content;\n border-radius: 4px;\n\n >span {\n text-align: center;\n user-select: none;\n }\n\n &.itd-status-xs {\n padding: 4px 8px;\n span {\n font-size: 9px;\n font-weight: 600;\n }\n }\n\n &.itd-status-sm {\n padding: 4px 8px;\n span {\n font-size: 10px;\n font-weight: 600;\n }\n }\n\n &.itd-status-md {\n padding: 4px 8px;\n span {\n font-size: 11px;\n font-weight: 600;\n }\n }\n\n &.itd-status-df {\n padding: 6px 10px;\n span {\n font-size: 12px;\n font-weight: 600;\n }\n }\n\n &.itd-status-lg {\n padding: 8px 12px;\n span {\n font-size: 12.4px;\n font-weight: 600;\n }\n }\n\n &.itd-status-xlg {\n padding: 10px 14px;\n span {\n font-size: 12.6px;\n font-weight: 600;\n }\n }\n\n ","\n\n"],["\n\n display: flex;\n align-items: center;\n justify-content: center;\n position: relative;\n width: max-content;\n border-radius: 4px;\n\n >span {\n text-align: center;\n user-select: none;\n }\n\n &.itd-status-xs {\n padding: 4px 8px;\n span {\n font-size: 9px;\n font-weight: 600;\n }\n }\n\n &.itd-status-sm {\n padding: 4px 8px;\n span {\n font-size: 10px;\n font-weight: 600;\n }\n }\n\n &.itd-status-md {\n padding: 4px 8px;\n span {\n font-size: 11px;\n font-weight: 600;\n }\n }\n\n &.itd-status-df {\n padding: 6px 10px;\n span {\n font-size: 12px;\n font-weight: 600;\n }\n }\n\n &.itd-status-lg {\n padding: 8px 12px;\n span {\n font-size: 12.4px;\n font-weight: 600;\n }\n }\n\n &.itd-status-xlg {\n padding: 10px 14px;\n span {\n font-size: 12.6px;\n font-weight: 600;\n }\n }\n\n ","\n\n"])),(function(n){var o,e=n.$status;return o=e,kr(My||(My=D(["\n background: ",";\n span {\n color: ",";\n }\n "],["\n background: ",";\n span {\n color: ",";\n }\n "])),cy[o].background,cy[o].text)}));function iy(o){var e,t=o.variant,p=void 0===t?"gray-1":t,b=o.size,M=void 0===b?"default":b,z=o.children,c=void 0===z?"":z,r=o.className,i=void 0===r?"":r;return n(ry,{$status:p,className:(e="itd-status",e+=" itd-status-"+p,e+=" itd-status-"+Ki(M),""!==i&&null!==i&&(e+=" "+i),e),children:n("span",{children:c})})}var ay,Oy,sy={normal:{background:"#1B84FF",remaining:"#efefef"},active:{background:"#1B84FF",remaining:"#efefef"},success:{background:"#17C653",remaining:"#efefef"},exception:{background:"#F8285A",remaining:"#efefef"}},dy=Sr.div(Oy||(Oy=D(["\n\n position: relative;\n width: 100%;\n\n .itd-progress-outer {\n \n width: 100%;\n min-height: 20px;\n margin: 0;\n padding: 0;\n list-style: none;\n\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: 10px;\n\n .itd-progress-status {\n display: flex;\n align-items: center;\n .itd-progress-status-text {\n color: #071437;\n }\n }\n\n .itd-progress-inner {\n\n position: relative;\n display: inline-block;\n width: 100%;\n flex: 1;\n overflow: hidden;\n vertical-align: middle;\n border-radius: 6px;\n\n .itd-progress-bg {\n transition: all 0.25s ease-out;\n width: ",";\n height: 8px;\n }\n \n }\n\n }\n\n ","\n\n"],["\n\n position: relative;\n width: 100%;\n\n .itd-progress-outer {\n \n width: 100%;\n min-height: 20px;\n margin: 0;\n padding: 0;\n list-style: none;\n\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: 10px;\n\n .itd-progress-status {\n display: flex;\n align-items: center;\n .itd-progress-status-text {\n color: #071437;\n }\n }\n\n .itd-progress-inner {\n\n position: relative;\n display: inline-block;\n width: 100%;\n flex: 1;\n overflow: hidden;\n vertical-align: middle;\n border-radius: 6px;\n\n .itd-progress-bg {\n transition: all 0.25s ease-out;\n width: ",";\n height: 8px;\n }\n \n }\n\n }\n\n ","\n\n"])),(function(n){return n.$percent+"%"}),(function(n){var o,e=n.$status;return o=e,kr(ay||(ay=D(["\n .itd-progress-inner {\n background: ",";\n .itd-progress-bg {\n background: ",";\n }\n }\n .itd-progress-status {\n color: ",";\n }\n "],["\n .itd-progress-inner {\n background: ",";\n .itd-progress-bg {\n background: ",";\n }\n }\n .itd-progress-status {\n color: ",";\n }\n "])),sy[o].remaining,sy[o].background,sy[o].background)}));function Ay(o){var t,p=o.status,b=o.percent,M=void 0===b?0:b,z=o.alwaysShowPercent,c=void 0!==z&&z,r=o.showInfo,i=void 0===r||r,a=o.className,O=void 0===a?"":a,s=n("svg",{viewBox:"64 64 896 896",focusable:"false","data-icon":"check-circle",width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",children:n("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"})}),d=n("svg",{fillRule:"evenodd",viewBox:"64 64 896 896",focusable:"false","data-icon":"close-circle",width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",children:n("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"})}),A=function(){return p||(M<100?"normal":"success")},l=function(){if(i)return n("span",{className:"itd-progress-status",children:u()})},u=function(){var o=A();return"active"===o||"normal"===o||c?n("span",{className:"itd-progress-status-text",children:M+"%"}):"success"===o?s:"exception"===o?d:void 0};return n(dy,{$status:A(),$percent:M,className:(t="itd-progress",t+=" itd-progress-"+p,t+=" itd-progress-percent-"+M,""!==O&&null!==O&&(t+=" "+O),t),children:e("div",{className:"itd-progress-outer",children:[n("div",{className:"itd-progress-inner",children:n("div",{className:"itd-progress-bg"})}),l()]})})}var ly,uy,qy,fy,Wy,hy,gy,my,Ry,vy,Ly,yy,Ny,xy,By,wy,Xy,ky,Ty,Ey,Sy,_y,Cy,Py,Dy,Iy,Fy,jy,Uy,$y,Vy,Hy,Yy,Gy,Ky,Qy,Jy,Zy,nN,oN=Sr.div(ly||(ly=D(["\n\n height: ",";\n\n"],["\n\n height: ",";\n\n"])),(function(n){return n.$height?n.$height+"px":"75px"})),eN=Sr.div(gy||(gy=D(["\n\n font-size: 14px;\n height: 100%;\n\n ul {\n\n display: flex;\n align-items: stretch;\n flex-wrap: wrap;\n list-style: none;\n\n margin: 0;\n padding: 0;\n height: 100%;\n\n li {\n\n display: flex;\n align-items: stretch;\n\n height: 100%;\n\n &:not(:last-child) { \n margin-right: 30px;\n }\n\n a {\n \n background-color: transparent;\n border: 0;\n border-bottom: 1px solid #1b84ff00;\n transition: color .2s ease;\n display: flex;\n align-items: center;\n height: 100%;\n cursor: pointer;\n\n transition: all .3s ease-out;\n\n span {\n transition: all .3s ease-out;\n }\n\n span {\n color: #99a1b7;\n }\n\n &:hover:not(&.active) {\n ","\n border-color: #1b84ff;\n }\n\n &.active {\n ","\n border-color: #1b84ff;\n }\n\n ","\n\n }\n }\n\n }\n\n"],["\n\n font-size: 14px;\n height: 100%;\n\n ul {\n\n display: flex;\n align-items: stretch;\n flex-wrap: wrap;\n list-style: none;\n\n margin: 0;\n padding: 0;\n height: 100%;\n\n li {\n\n display: flex;\n align-items: stretch;\n\n height: 100%;\n\n &:not(:last-child) { \n margin-right: 30px;\n }\n\n a {\n \n background-color: transparent;\n border: 0;\n border-bottom: 1px solid #1b84ff00;\n transition: color .2s ease;\n display: flex;\n align-items: center;\n height: 100%;\n cursor: pointer;\n\n transition: all .3s ease-out;\n\n span {\n transition: all .3s ease-out;\n }\n\n span {\n color: #99a1b7;\n }\n\n &:hover:not(&.active) {\n ","\n border-color: #1b84ff;\n }\n\n &.active {\n ","\n border-color: #1b84ff;\n }\n\n ","\n\n }\n }\n\n }\n\n"])),(function(n){if(n.$isBold)return kr(uy||(uy=D(["\n span {\n color: #1b84ff;\n }\n "],["\n span {\n color: #1b84ff;\n }\n "])))}),(function(n){return n.$isBold?kr(qy||(qy=D(["\n span {\n color: #1b84ff;\n }\n "],["\n span {\n color: #1b84ff;\n }\n "]))):kr(fy||(fy=D(["\n span {\n color: #071437;\n }\n "],["\n span {\n color: #071437;\n }\n "])))}),(function(n){return n.$isBold?kr(Wy||(Wy=D(["\n border-width: 2px;\n span {\n font-weight: 600;\n }\n "],["\n border-width: 2px;\n span {\n font-weight: 600;\n }\n "]))):kr(hy||(hy=D(["\n span {\n font-weight: 500;\n }\n "],["\n span {\n font-weight: 500;\n }\n "])))})),tN=Sr.div(my||(my=D(["\n\n padding: 20px 0;\n color: #99a1b7;\n \n"],["\n\n padding: 20px 0;\n color: #99a1b7;\n \n"]))),pN=function(o){var t=o.tabs,p=void 0===t?[]:t,b=o.activeTabKey,M=void 0===b?"":b,c=o.variant,i=void 0===c?"default":c,a=o.height,O=o.onTabChange,s=z(M),d=s[0],A=s[1];r((function(){d!==M&&A(M)}),[M]);var l=function(n,o){return e=!1,p.map((function(n){n.link&&(e=!0)})),e?"":d?d===n?"active":"":M&&0===o?"active":"";var e},u=function(n){A(n),O&&O(n)},q=function(o,e){return n("a",{className:l(o.key,e),onClick:function(){return u(o.key)},children:n("span",{children:o.tab})})},f=function(o,e){return n(X,{className:l(o.key,e),onClick:function(){return u(o.key)},to:o.link?o.link:"",children:n("span",{children:o.tab})})};return e(oN,{$height:a,className:"itd-tabs",children:[n(eN,{$isBold:"bold"===i,children:n("ul",{children:p.map((function(o,e){return n("li",{children:o.link?f(o,e):q(o,e)},o.key)}))})}),function(){var o=p.filter((function(n){return n.key===d}))[0];if(o&&o.children)return n(tN,{className:"itd-content-body",children:o.children})}()]})},bN=Sr.div(Ry||(Ry=D(["\n position: relative;\n\n >.itd-spin {\n height: 100%;\n }\n\n .itd-spin-spinner div {\n div { border-color: #000000 transparent transparent transparent; }\n }\n \n"],["\n position: relative;\n\n >.itd-spin {\n height: 100%;\n }\n\n .itd-spin-spinner div {\n div { border-color: #000000 transparent transparent transparent; }\n }\n \n"]))),MN=Sr.div(vy||(vy=D(["\n\n position: relative;\n background-color: #ffffff;\n border-radius: 8px;\n border: 1px solid #F1F1F4;\n box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);\n\n min-width : ",";\n min-height : ",";\n\n display: flex;\n flex-direction: column;\n\n\n height: 100%;\n display: grid;\n grid-template-rows: ",";\n\n \n"],["\n\n position: relative;\n background-color: #ffffff;\n border-radius: 8px;\n border: 1px solid #F1F1F4;\n box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);\n\n min-width : ",";\n min-height : ",";\n\n display: flex;\n flex-direction: column;\n\n\n height: 100%;\n display: grid;\n grid-template-rows: ",";\n\n \n"])),(function(n){return n.$minWidth?n.$minWidth+"px":"200px"}),(function(n){return n.$minHeight?n.$minHeight+"px":"100px"}),(function(n){return n.$hasHeader?"75px 1fr":"1fr"})),zN=Sr.div(yy||(yy=D(["\n\n padding: 0 30px;\n\n display: flex;\n justify-content: space-between;\n align-items: center;\n\n ","\n\n >div {\n display: flex;\n align-items: center;\n }\n\n"],["\n\n padding: 0 30px;\n\n display: flex;\n justify-content: space-between;\n align-items: center;\n\n ","\n\n >div {\n display: flex;\n align-items: center;\n }\n\n"])),(function(n){if(void 0===n.$showSeparator||!0===n.$showSeparator)return kr(Ly||(Ly=D(["\n border-bottom: 1px solid #f1f1f4;\n "],["\n border-bottom: 1px solid #f1f1f4;\n "])))})),cN=Sr.div(Ny||(Ny=D(["\n padding: 20px 0;\n height: 100%;\n"],["\n padding: 20px 0;\n height: 100%;\n"]))),rN=Sr.div(xy||(xy=D(["\n\n padding: ",";\n \n display: flex;\n flex-direction: column;\n justify-content: space-between;\n\n"],["\n\n padding: ",";\n \n display: flex;\n flex-direction: column;\n justify-content: space-between;\n\n"])),(function(n){return n.$padding?n.$padding:"30px"})),iN=Sr.div(By||(By=D(["\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n gap: 10px;\n"],["\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n gap: 10px;\n"]))),aN=function(o){var t=o.title,p=o.titleSeparator,b=o.extra,M=o.tabs,z=o.onTabChange,c=o.minWidth,i=o.minHeight,a=o.children,O=o.activeTabKey,s=void 0===O?"":O,d=o.updating,A=void 0!==d&&d,l=o.contentPadding,u=void 0===l?"30px":l;r((function(){}));var q=function(){if(b)return n(iN,{className:"itd-card-extra",children:b})},f=function(){if(M)return n(pN,{tabs:M,activeTabKey:s,onTabChange:function(n){return z&&z(n)}})},W=function(){if(t)return n(cN,{className:"itd-card-title",children:n(Nl,{children:t})})},h=function(){return!!(t||b||M)};return n(bN,{children:n(Jr,{updating:A,children:e(MN,{className:"itd-card",$minWidth:c,$minHeight:i,$hasHeader:h(),children:[function(){if(h())return e(zN,{$showSeparator:p,className:"itd-card-header",children:[W(),f(),q()]})}(),function(){if(a)return n(rN,{className:"itd-card-body",$padding:u,children:a})}()]})})})},ON=Sr.div(jy||(jy=D(["\n\n &:has(table.itd-table-no-data), &:has(table.itd-table-empty) {\n height: 100%;\n table {\n height: 100%;\n }\n }\n\n table {\n \n width: 100%;\n \n caption-side: bottom;\n border-collapse: collapse;\n text-indent: initial;\n border-spacing: 2px;\n\n th, td {\n width: auto;\n }\n\n th {\n text-align: left;\n span {\n color: #071437;\n }\n }\n\n td>span, th>span {\n font-weight: 500;\n }\n\n ","\n\n td, th {\n \n ","\n\n }\n\n tr {\n\n display: table-row;\n border-top-width: 1px;\n border-top-color: #f1f1f4;\n border-bottom-width: 1px;\n border-bottom-color: #f1f1f4;\n\n td {\n //color: #ff0000;\n }\n\n }\n\n &:not(.itd-table-no-gaps) {\n\n thead {\n\n background-color: #FAFAFA;\n\n td:first-child, th:first-child {\n padding-left: 30px;\n }\n \n }\n\n &:not(.itd-table-no-data):not(.itd-table-empty) {\n tbody {\n td:first-child, th:first-child {\n padding-left: 30px;\n }\n }\n }\n\n &.itd-table-no-data {\n\n tbody {\n tr {\n background-color: #FAFAFA;\n }\n }\n\n }\n\n &:not(.itd-table-empty) {\n\n tbody {\n tr:hover {\n background-color: #FAFAFA;\n }\n }\n\n }\n\n }\n\n &:not(.itd-table-bordered) {\n\n tr {\n border-top: 1px solid #f1f1f4;\n border-bottom: 1px solid #f1f1f4;\n }\n \n }\n\n &.itd-table-bordered {\n\n tr {\n border-top: 1px solid #f1f1f4;\n border-bottom: 1px solid #f1f1f4;\n border-left: 1px solid #f1f1f4;\n border-right: 1px solid #f1f1f4;\n }\n\n td, th {\n border-left: 1px solid #f1f1f4;\n border-right: 1px solid #f1f1f4;\n }\n\n }\n\n &.itd-table-dashed {\n\n tr {\n border-top: 1px dashed #f1f1f4;\n border-bottom: 1px dashed #f1f1f4;\n }\n\n }\n\n &.itd-table-dashed.itd-table-bordered {\n\n tr {\n border-top: 1px dashed #f1f1f4;\n border-bottom: 1px dashed #f1f1f4;\n border-left: 1px dashed #f1f1f4;\n border-right: 1px dashed #f1f1f4;\n }\n\n td, th {\n border-left: 1px dashed #f1f1f4;\n border-right: 1px dashed #f1f1f4;\n }\n\n }\n\n &:not(.itd-table-bordered) {\n\n thead tr:first-child {\n border-top-style: none;\n border-top-style: none;\n }\n tbody tr:last-child {\n border-bottom-style: none;\n border-bottom-style: none;\n }\n\n &.itd-table-headless {\n tbody tr:first-child {\n border-top-style: none;\n border-top-style: none;\n }\n }\n\n }\n\n }\n\n"],["\n\n &:has(table.itd-table-no-data), &:has(table.itd-table-empty) {\n height: 100%;\n table {\n height: 100%;\n }\n }\n\n table {\n \n width: 100%;\n \n caption-side: bottom;\n border-collapse: collapse;\n text-indent: initial;\n border-spacing: 2px;\n\n th, td {\n width: auto;\n }\n\n th {\n text-align: left;\n span {\n color: #071437;\n }\n }\n\n td>span, th>span {\n font-weight: 500;\n }\n\n ","\n\n td, th {\n \n ","\n\n }\n\n tr {\n\n display: table-row;\n border-top-width: 1px;\n border-top-color: #f1f1f4;\n border-bottom-width: 1px;\n border-bottom-color: #f1f1f4;\n\n td {\n //color: #ff0000;\n }\n\n }\n\n &:not(.itd-table-no-gaps) {\n\n thead {\n\n background-color: #FAFAFA;\n\n td:first-child, th:first-child {\n padding-left: 30px;\n }\n \n }\n\n &:not(.itd-table-no-data):not(.itd-table-empty) {\n tbody {\n td:first-child, th:first-child {\n padding-left: 30px;\n }\n }\n }\n\n &.itd-table-no-data {\n\n tbody {\n tr {\n background-color: #FAFAFA;\n }\n }\n\n }\n\n &:not(.itd-table-empty) {\n\n tbody {\n tr:hover {\n background-color: #FAFAFA;\n }\n }\n\n }\n\n }\n\n &:not(.itd-table-bordered) {\n\n tr {\n border-top: 1px solid #f1f1f4;\n border-bottom: 1px solid #f1f1f4;\n }\n \n }\n\n &.itd-table-bordered {\n\n tr {\n border-top: 1px solid #f1f1f4;\n border-bottom: 1px solid #f1f1f4;\n border-left: 1px solid #f1f1f4;\n border-right: 1px solid #f1f1f4;\n }\n\n td, th {\n border-left: 1px solid #f1f1f4;\n border-right: 1px solid #f1f1f4;\n }\n\n }\n\n &.itd-table-dashed {\n\n tr {\n border-top: 1px dashed #f1f1f4;\n border-bottom: 1px dashed #f1f1f4;\n }\n\n }\n\n &.itd-table-dashed.itd-table-bordered {\n\n tr {\n border-top: 1px dashed #f1f1f4;\n border-bottom: 1px dashed #f1f1f4;\n border-left: 1px dashed #f1f1f4;\n border-right: 1px dashed #f1f1f4;\n }\n\n td, th {\n border-left: 1px dashed #f1f1f4;\n border-right: 1px dashed #f1f1f4;\n }\n\n }\n\n &:not(.itd-table-bordered) {\n\n thead tr:first-child {\n border-top-style: none;\n border-top-style: none;\n }\n tbody tr:last-child {\n border-bottom-style: none;\n border-bottom-style: none;\n }\n\n &.itd-table-headless {\n tbody tr:first-child {\n border-top-style: none;\n border-top-style: none;\n }\n }\n\n }\n\n }\n\n"])),(function(n){return"x-small"===n.$size?kr(wy||(wy=D(["\n td, th {\n padding-top: 5px;\n padding-bottom: 5px;\n }\n th>span {\n font-size: 13px;\n }\n td>span {\n font-size: 12px;\n }\n "],["\n td, th {\n padding-top: 5px;\n padding-bottom: 5px;\n }\n th>span {\n font-size: 13px;\n }\n td>span {\n font-size: 12px;\n }\n "]))):"small"===n.$size?kr(Xy||(Xy=D(["\n td, th {\n padding-top: 8px;\n padding-bottom: 8px;\n }\n th>span {\n font-size: 13px;\n }\n td>span {\n font-size: 12px;\n }\n "],["\n td, th {\n padding-top: 8px;\n padding-bottom: 8px;\n }\n th>span {\n font-size: 13px;\n }\n td>span {\n font-size: 12px;\n }\n "]))):"medium"===n.$size?kr(ky||(ky=D(["\n td, th {\n padding-top: 12px;\n padding-bottom: 12px;\n }\n th>span {\n font-size: 14px;\n }\n td>span {\n font-size: 13px;\n }\n "],["\n td, th {\n padding-top: 12px;\n padding-bottom: 12px;\n }\n th>span {\n font-size: 14px;\n }\n td>span {\n font-size: 13px;\n }\n "]))):"default"===n.$size?kr(Ty||(Ty=D(["\n td, th {\n padding-top: 15px;\n padding-bottom: 15px;\n }\n th>span {\n font-size: 14px;\n }\n td>span {\n font-size: 13px;\n }\n "],["\n td, th {\n padding-top: 15px;\n padding-bottom: 15px;\n }\n th>span {\n font-size: 14px;\n }\n td>span {\n font-size: 13px;\n }\n "]))):"large"===n.$size?kr(Ey||(Ey=D(["\n td, th {\n padding-top: 18px;\n padding-bottom: 18px;\n }\n th>span {\n font-size: 15px;\n }\n td>span {\n font-size: 14px;\n }\n "],["\n td, th {\n padding-top: 18px;\n padding-bottom: 18px;\n }\n th>span {\n font-size: 15px;\n }\n td>span {\n font-size: 14px;\n }\n "]))):"x-large"===n.$size?kr(Sy||(Sy=D(["\n td, th {\n padding-top: 20px;\n padding-bottom: 20px;\n }\n th>span {\n font-size: 15px;\n }\n td>span {\n font-size: 14px;\n }\n "],["\n td, th {\n padding-top: 20px;\n padding-bottom: 20px;\n }\n th>span {\n font-size: 15px;\n }\n td>span {\n font-size: 14px;\n }\n "]))):kr(_y||(_y=D(["\n td, th {\n padding-top: 15px;\n padding-bottom: 15px;\n }\n th>span {\n font-size: 14px;\n }\n td>span {\n font-size: 13px;\n }\n "],["\n td, th {\n padding-top: 15px;\n padding-bottom: 15px;\n }\n th>span {\n font-size: 14px;\n }\n td>span {\n font-size: 13px;\n }\n "])))}),(function(n){return n.$noGaps?kr(Cy||(Cy=D(["\n padding-left: 0;\n padding-right: 0;\n "],["\n padding-left: 0;\n padding-right: 0;\n "]))):"x-small"===n.$size?kr(Py||(Py=D(["\n padding-left: 10px;\n padding-right: 10px;\n "],["\n padding-left: 10px;\n padding-right: 10px;\n "]))):"small"===n.$size||"medium"===n.$size||"default"===n.$size?kr(Dy||(Dy=D(["\n padding-left: 15px;\n padding-right: 15px;\n "],["\n padding-left: 15px;\n padding-right: 15px;\n "]))):"large"===n.$size||"x-large"===n.$size?kr(Iy||(Iy=D(["\n padding-left: 20px;\n padding-right: 20px;\n "],["\n padding-left: 20px;\n padding-right: 20px;\n "]))):kr(Fy||(Fy=D(["\n padding-left: 15px;\n padding-right: 15px;\n "],["\n padding-left: 15px;\n padding-right: 15px;\n "])))})),sN=Sr.div(Uy||(Uy=D(["\n\n height: 150px;\n display: flex;\n align-items: center;\n justify-content: center;\n\n >div {\n display: flex;\n flex-direction: column;\n gap: 7px;\n }\n\n span {\n font-size: 12px;\n font-weight: 500;\n color: #4D4D4D;\n }\n\n svg {\n fill: #4D4D4D;\n }\n \n"],["\n\n height: 150px;\n display: flex;\n align-items: center;\n justify-content: center;\n\n >div {\n display: flex;\n flex-direction: column;\n gap: 7px;\n }\n\n span {\n font-size: 12px;\n font-weight: 500;\n color: #4D4D4D;\n }\n\n svg {\n fill: #4D4D4D;\n }\n \n"]))),dN=function(o){var t,p=o.columns,b=o.data,M=o.size,z=void 0===M?"default":M,c=o.headless,r=void 0!==c&&c,i=o.bordered,a=void 0!==i&&i,O=o.dashed,s=void 0!==O&&O,d=o.noGaps,A=void 0!==d&&d,l=$n().t,u=function(n){var o={};return"string"==typeof n.width?o.width=n.width:"number"==typeof n.width?o.minWidth=n.width+"px":o.width="auto",o};return n(ON,{$size:z,$noGaps:A,children:e("table",{className:(t="itd-table",t+=" itd-table-"+Ki(z),r&&(t+=" itd-table-headless"),a&&(t+=" itd-table-bordered"),A&&(t+=" itd-table-no-gaps"),b||(t+=" itd-table-empty"),0===(null==b?void 0:b.length)&&(t+=" itd-table-no-data"),t+=s?" itd-table-dashed":" itd-table-solid"),children:[function(){if(!r)return n("thead",{children:n("tr",{children:p.map((function(o){return n("th",{style:u(o),children:n("span",{children:o.title})},String(o.key))}))})})}(),b?0===b.length?n("tbody",{children:n("tr",{children:n("td",{colSpan:p.length,children:n(sN,{children:e("div",{children:[n(Il,{height:30}),n("span",{children:l("table.noData")})]})})})})}):n("tbody",{children:b.map((function(o,e){return n("tr",{children:p.map((function(t){return n("td",{style:u(t),children:n("span",{children:t.render?t.render(o[t.dataIndex],o,e):t.dataIndex?o[t.dataIndex]:null})},String(t.key))}))},String(o.key))}))}):n("tbody",{children:n("tr",{children:n("td",{colSpan:p.length,children:n(sN,{})})})})]})})},AN=Sr.div(nN||(nN=D(["\n\n display : flex;\n\n ","\n\n ","\n\n ","\n\n ","\n\n ","\n\n ","\n\n"],["\n\n display : flex;\n\n ","\n\n ","\n\n ","\n\n ","\n\n ","\n\n ","\n\n"])),(function(n){if(n.$stretch&&!0===n.$stretch)return n.$vertical&&!0===n.$vertical?kr($y||($y=D(["\n height : 100%;\n "],["\n height : 100%;\n "]))):kr(Vy||(Vy=D(["\n width : 100%;\n "],["\n width : 100%;\n "])))}),(function(n){if(n.$wrap)return!0===n.$wrap&&kr(Hy||(Hy=D(["\n flex-wrap : wrap;\n "],["\n flex-wrap : wrap;\n "])))}),(function(n){return n.$vertical?!0===n.$vertical&&kr(Yy||(Yy=D(["\n flex-direction : column;\n "],["\n flex-direction : column;\n "]))):kr(Gy||(Gy=D(["\n flex-direction : row;\n "],["\n flex-direction : row;\n "])))}),(function(n){if(n.$justify)return kr(Ky||(Ky=D(["\n justify-content : ",";\n "],["\n justify-content : ",";\n "])),n.$justify)}),(function(n){return n.$align?kr(Qy||(Qy=D(["\n align-items : ",";\n "],["\n align-items : ",";\n "])),n.$align):kr(Jy||(Jy=D(["\n align-items : center;\n "],["\n align-items : center;\n "])))}),(function(n){if(n.$gap){var o=0,e="";return"small"===n.$gap?o=10:"medium"===n.$gap?o=16:"large"===n.$gap?o=24:"string"==typeof n.$gap?e=n.$gap:o=n.$gap,""===e&&(e=o+"px"),kr(Zy||(Zy=D(["\n gap : ",";\n "],["\n gap : ",";\n "])),e)}})),lN=function(o){var e=o.gap,t=o.justify,p=o.align,b=o.vertical,M=o.wrap,z=o.stretch,c=o.style,r=o.className,i=o.children;return n(AN,{$gap:e,$justify:t,$align:p,$vertical:b,$wrap:M,$stretch:z,style:c,className:r,children:i})};yn.use(In).init({preload:["en","tr"],fallbackLng:["en","tr"],lng:"en-US",load:"languageOnly",ns:["translation"],defaultNS:["translation"],initImmediate:!1,debug:!1,resources:{}}),yn.addResourceBundle("en","translation",{success:"Success",error:"Error",table:{noData:"No Data"},placeholders:{username:"Username",email:"E-Mail",password:"Password",confirmPassword:"Confirm password",typeYourNoteHere:"Type your note here",selectGender:"Select Gender",selectLanguage:"Select Language"},options:{male:"Male",female:"Female",languages:{turkish:"Turkish",english:"English"}},buttons:{submit:"Submit",reset:"Reset"},errors:{required:"This field is required!",minLength:"Should contain at least {{- length}} characters",maxLength:"Is too long. Max size is {{- length}}",passwordRule:"Your password must be at least 8 characters long, contain at least one digit, one uppercase letter, one lowercase letter, one special character, and must not contain spaces.",invalidEmailAddress:"Invalid email address",passwordsDontMatch:"The two passwords that you entered do not match!",usernameRule:"Only English letters, digits and symbols (-_). No space is allowed",wrongTCIdentity:"Wrong TC Identity Number",fieldMustBeTheSame:"This field must be the same as: {{- fields}}"},uploader:{header:"Drag and drop an file",hint:"or Browse to choose a file",fileUploading:"File uploading...",info:"Total: {{- total}} - {{- estimated}} s remaining.",delete:"Delete",preview:"Preview",error:"Error",fileFormatError:"You can only upload {{fileFormat}} file",fileSizeError:"File must smaller than {{fileSize}}",fileUploadSuccess:"File successfully uploaded.",fileUploadFailed:"File upload failed!",removeFileSuccess:"File successfully delete!",browserDoesntSupportDND:"Browser doesn't support drag and drop!",calculating:"Calculating...",removeFile:"Remove File",areYouSureToDeleteThisFile:"Are you sure to delete this file?",yes:"Yes",no:"No"},results:{authentication:{title:"You Need To Sign In",subtitle:"You need to login to access this page. Please login by clicking the button below.",button:"LOGIN"}},countries:S({},Jn)}),yn.addResourceBundle("tr","translation",{success:"Başarılı",error:"Hata",table:{noData:"Veri Yok"},placeholders:{username:"Kullanıcı adı",email:"E-Posta",password:"Şifre",confirmPassword:"Şifre tekrar",typeYourNoteHere:"Notunuzu buraya yazınız",selectGender:"Cinsiyet Seçin",selectLanguage:"Dil Seçin"},options:{male:"Erkek",female:"Kadın",languages:{turkish:"Türkçe",english:"İngilizce"}},buttons:{submit:"Gönder",reset:"Temizle"},errors:{required:"Bu alan zorunludur!",minLength:"En az {{- length}} karakter olmalıdır",maxLength:"Çok uzun. Maks uzunluk {{- length}} karakter olmalıdır.",exactLength:"This field must be {{- length}} characters long.",passwordRule:"Şifreniz en az 8 harf olmalı, bir rakam, bir büyük ve bir küçük harf, bir özel karakter içermeli ve boşluk kullanılmamalıdır.",invalidEmailAddress:"Geçersiz e-posta adresi",passwordsDontMatch:"Girdiğiniz şifreler birbirleriyle uyuşmuyor!",usernameRule:"Harf, sayı ve bazı özel karakterlerden oluşmalıdır (-_). Boşluk kullanılmamalıdır",wrongTCIdentity:"TC Kimlik Numarası Yanlış",fieldMustBeTheSame:"Bu alan şunlarla aynı olmalıdır: {{- fields}}"},uploader:{header:"Bir resmi sürükleyip bırakın",hint:"ya da bir dosya seçmek için tıklayın.",fileUploading:"Dosya yükleniyor...",info:"Toplam: {{- total}} - {{- estimated}} sn kaldı.",delete:"Sil",preview:"Önizleme",error:"Hata",fileFormatError:"Yalnızca {{fileFormat}} dosyası yükleyebilirsiniz.",fileSizeError:"Dosya boyutu {{fileSize}}'den küçük olmalıdır.",fileUploadSuccess:"Dosya başarıyla yüklendi.",fileUploadFailed:"Dosya yüklenemedi!",removeFileSuccess:"Dosya başarıyla silindi!",browserDoesntSupportDND:"Tarayıcı taşı&bırak özelliğini desteklemiyor!",calculating:"Hesaplanıyor...",removeFile:"Dosya Silme",areYouSureToDeleteThisFile:"Bu dosyayı silmek istediğinize emin misiniz?",yes:"Evet",no:"Hayır"},results:{authentication:{title:"Üye Girişi Gerekiyor",subtitle:"Bu bölüme ulaşmanız için üye girişi yapmanız gerekiyor. Aşağıdaki tuşa tıklayarak lütfen üye girişi yapınız.",button:"GİRİŞ YAP"}},countries:S({},Qn)});export{rv as ALink,Qg as Accordion,HA as AddDefaultThemeStyle,KA as AddZero,eL as Alert,Xl as ArrowIcon,Tl as BackToTop,by as BackTop,la as Button,am as Calendar,aN as Card,nl as CheckFileURL,bu as Checkbox,El as Checkmark,JA as ChunkArray,Av as Collapse,ro as ConsoleLog,IA as ConvertCurrency,fm as DatePicker,_A as DetermineNewHeight,CA as DetermineNewWidth,ZA as FileChecker,Yn as FileExtensions,Hn as FileTypes,CM as FindSelector,lN as Flex,Eg as Form,el as FormatBytes,dl as FormatDate,Al as FormatDateTime,ll as FormatSimpleDate,ul as FormatSimpleDateTime,ql as FormatTime,jA as GetByCurrency,PA as GetCountryCodeByCurrencyCode,DA as GetCountryCodeByLanguage,$A as GetCurrencyFormat,UA as GetCurrencySymbol,VA as GetDecimalByCurrency,tl as GetTypeByFileType,yl as H1,Nl as H2,xl as H3,Bl as H4,EA as ITDContext,SA as ITDProvider,Ci as Image,Iv as InlineSelect,Sl as InlineSelectArrow,CR as Input,GA as IsValidJSON,wl as LockIcon,Pa as ModalManager,Vn as ModalState,Il as NoData,mA as Notification,Dl as Picture,Ay as Progress,yv as Radio,QA as RemoveUnits,JL as Result,cl as SVGLoader,ag as Select,Jr as Spin,iy as Status,Mv as Switch,dN as Table,pN as Tabs,QR as TextArea,Eh as TinyScrollbar,XA as Tooltip,_l as Trash,ol as UniUpperCase,YA as UpdateThemeStyle,IL as Upload,kl as UploadIcon,pl as Wait,Cl as ZoomIn,Pl as ZoomOut,Oo as useAddExternalCSS,VM as useComponentSize,$M as useConnectionStatus,ao as useConstructor,YM as useContextBridge,HM as useCoreFetch,_M as useCreateDynamicStyle,PM as useCreateStyledStyle,jM as useMultiQuery,DM as useOnClickOutside,IM as useOnESCKeyDown,UM as useOnResize,io as useReCaptcha,FM as useSingleQuery};
|
|
915
|
+
`,Iv=({label:n="",value:o=[],children:e=null,single:t=!1,minWidth:b=0,className:M="",onChange:i=null})=>{const a=c(null),[O,s]=z(!1),[d,A]=z([]),[l,q]=z("");r((()=>{o&&o.length>0&&e.length>0&&(A(o),W.map(e,(n=>{n.props.value===o[0]&&q(n.props.children)})))}),[o,e]),DM(a,(()=>{s(!1)}));const f=(n,o)=>{if(i?i(n,o):console.warn("InlineSelect: 'onChange' method couldn't be called because it is not defined!"),t)A(n),q(o);else{const o=n[n.length-1];A(o||[])}};return p.createElement(Dv,{className:(()=>{let n="itd-inline-select";return O&&(n+=" itd-inline-select-open"),""!==M&&(n+=" "+M),n})(),ref:a},p.createElement(Pv,{onChange:n=>{s(n)},isOpen:O,count:d.length,single:t,label:(()=>{let o=t||!t&&1===d.length?l:n;return""===o?"··········":o})()}),p.createElement(Tv,{onChange:f,value:d,isOpen:O,single:t,minWidth:b},W.map(e,(n=>{if(n&&n.hasOwnProperty("type")&&null!==n.type&&void 0!==n.type)return n.type===Xv?u(n,{...n.props,onChange:f,single:t}):void 0}))))};Iv.Option=Xv;var Fv,jv,Uv,$v,Vv,Hv,Yv,Gv,Kv,Qv=Sr.div(Vv||(Vv=D(["\n\n display: flex;\n align-items: center;\n gap: 10px;\n\n padding: 15px;\n border-radius: 6px;\n font-weight: 500;\n\n svg {\n width: 16px;\n height: 16px;\n }\n \n /* ------------------------ */\n // SUCCESS\n /* ------------------------ */\n ","\n\n /* ------------------------ */\n // INFO\n /* ------------------------ */\n ","\n\n /* ------------------------ */\n // WARNING\n /* ------------------------ */\n ","\n\n /* ------------------------ */\n // ERROR\n /* ------------------------ */\n ","\n \n"],["\n\n display: flex;\n align-items: center;\n gap: 10px;\n\n padding: 15px;\n border-radius: 6px;\n font-weight: 500;\n\n svg {\n width: 16px;\n height: 16px;\n }\n \n /* ------------------------ */\n // SUCCESS\n /* ------------------------ */\n ","\n\n /* ------------------------ */\n // INFO\n /* ------------------------ */\n ","\n\n /* ------------------------ */\n // WARNING\n /* ------------------------ */\n ","\n\n /* ------------------------ */\n // ERROR\n /* ------------------------ */\n ","\n \n"])),(function(){return kr(Fv||(Fv=D(["\n\n &.itd-alert-success {\n\n background: #dfffea;\n border: 1px solid #8adea7;\n\n span, svg {\n color: #34a059;\n }\n \n }\n "],["\n\n &.itd-alert-success {\n\n background: #dfffea;\n border: 1px solid #8adea7;\n\n span, svg {\n color: #34a059;\n }\n \n }\n "])))}),(function(){return kr(Uv||(Uv=D(["\n\n &.itd-alert-info {\n\n background: #2c99ff15;\n border: 1px solid #cfddff;\n\n span, svg {\n color: #717ec8;\n }\n \n }\n "],["\n\n &.itd-alert-info {\n\n background: #2c99ff15;\n border: 1px solid #cfddff;\n\n span, svg {\n color: #717ec8;\n }\n \n }\n "])))}),(function(){return kr($v||($v=D(["\n\n &.itd-alert-warning {\n\n background: #f6ffdf;\n border: 1px solid #b8dd7b;\n\n span, svg {\n color: #808d35;\n }\n \n }\n "],["\n\n &.itd-alert-warning {\n\n background: #f6ffdf;\n border: 1px solid #b8dd7b;\n\n span, svg {\n color: #808d35;\n }\n \n }\n "])))}),(function(){return kr(jv||(jv=D(["\n\n &.itd-alert-error {\n\n background: #ffeef3;\n border: 1px solid #e6a9a9;\n\n span, svg {\n color: #f8285a;\n }\n\n }\n "],["\n\n &.itd-alert-error {\n\n background: #ffeef3;\n border: 1px solid #e6a9a9;\n\n span, svg {\n color: #f8285a;\n }\n\n }\n "])))})),Jv=Sr.span(Hv||(Hv=D(["\n font-size: 14px;\n line-height: 14px;\n font-weight: 500;\n display: flex;\n align-self: flex-start;\n"],["\n font-size: 14px;\n line-height: 14px;\n font-weight: 500;\n display: flex;\n align-self: flex-start;\n"]))),Zv=Sr.span(Yv||(Yv=D(["\n font-weight: 400;\n font-size: 13px;\n line-height: 15px;\n"],["\n font-weight: 400;\n font-size: 13px;\n line-height: 15px;\n"]))),nL=Sr.span(Gv||(Gv=D(["\n\n display: flex;\n flex-direction: column;\n justify-content: flex-end;\n height: 100%;\n gap: ",";\n\n"],["\n\n display: flex;\n flex-direction: column;\n justify-content: flex-end;\n height: 100%;\n gap: ",";\n\n"])),(function(n){return n.$noTitle?0:"5px"})),oL=Sr.div(Kv||(Kv=D(["\n\n width: 16px;\n min-width: 16px;\n height: 100%;\n\n display: flex;\n align-self: flex-start;\n \n svg {\n display: flex;\n align-self: flex-start;\n }\n\n"],["\n\n width: 16px;\n min-width: 16px;\n height: 100%;\n\n display: flex;\n align-self: flex-start;\n \n svg {\n display: flex;\n align-self: flex-start;\n }\n\n"]))),eL=function(o){var t=o.type,p=void 0===t?"info":t,b=o.size,M=void 0===b?"small":b,z=o.title,c=void 0===z?"":z,r=o.className,i=void 0===r?"":r,a=o.children,O=void 0===a?"":a;return e(Qv,{className:function(){var n="itd-alert";return n+=" itd-alert-"+p,n+=" itd-alert-"+("x-small"===M?"xs":"small"===M?"sm":"medium"===M?"md":"default"===M?"df":"large"===M?"lg":"x-large"===M?"xlg":"df"),""!==i&&(n+=" "+i),n}(),children:[n(oL,{children:n(L,{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"})}),e(nL,{$noTitle:!c,children:[""!==c?n(Jv,{children:c}):null,""!==O?n(Zv,{children:O}):null]})]})};eL.displayName="ITD-Alert";var tL=Sr.div(OL||(OL=D(['\n\n position: relative;\n width: 100%;\n\n input[type="file"] {\n\n width: 100%;\n height: 100%;\n position: absolute;\n opacity: 0;\n \n }\n\n'],['\n\n position: relative;\n width: 100%;\n\n input[type="file"] {\n\n width: 100%;\n height: 100%;\n position: absolute;\n opacity: 0;\n \n }\n\n']))),pL=Sr.div(sL||(sL=D(["\n\n >img {\n max-width: 70%;\n }\n\n transition-property: border-color;\n transition-duration: 500ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n\n border: 1px solid ",";\n border-radius: 6px;\n padding: ",";\n //overflow: hidden;\n\n display: flex;\n justify-content: center;\n align-items: center;\n\n height: 100px;\n min-height: 100px;\n\n position: relative;\n\n"],["\n\n >img {\n max-width: 70%;\n }\n\n transition-property: border-color;\n transition-duration: 500ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n\n border: 1px solid ",";\n border-radius: 6px;\n padding: ",";\n //overflow: hidden;\n\n display: flex;\n justify-content: center;\n align-items: center;\n\n height: 100px;\n min-height: 100px;\n\n position: relative;\n\n"])),(function(n){return n.$hasError?"#f8285a":n.$showBorder&&!n.$disabled?"#252f4a60":"#DBDFE9"}),(function(n){return n.$padding+"px"})),bL=Sr.label(dL||(dL=D(["\n\n display: block;\n\n outline: ",";\n outline-offset: 1px;\n border-radius: 6px;\n\n transition-property: outline-color;\n transition-duration: 500ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n\n"],["\n\n display: block;\n\n outline: ",";\n outline-offset: 1px;\n border-radius: 6px;\n\n transition-property: outline-color;\n transition-duration: 500ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n\n"])),(function(n){return n.$showFocus?"2px solid #1b84ff":"2px solid #1b84ff00"})),ML=Sr.div(AL||(AL=D(["\n\n position: absolute;\n top: 50%;\n right: 15px;\n transform: translateY(-50%);\n\n"],["\n\n position: absolute;\n top: 50%;\n right: 15px;\n transform: translateY(-50%);\n\n"]))),zL=Sr.div(lL||(lL=D(["\n\n display: flex;\n justify-content: center;\n align-items: center;\n padding: ",";\n\n img {\n width: ",";\n height: ",";\n }\n\n"],["\n\n display: flex;\n justify-content: center;\n align-items: center;\n padding: ",";\n\n img {\n width: ",";\n height: ",";\n }\n\n"])),(function(n){return n.$padding?"string"==typeof n.$padding?n.$padding:n.$padding+"px":"100%"}),(function(n){return n.$width?"string"==typeof n.$width?n.$width:n.$width+"px":"100%"}),(function(n){return n.$height?"string"==typeof n.$height?n.$height:n.$height+"px":"100%"})),cL=Sr.div(qL||(qL=D(["\n\n transition-property: all;\n transition-duration: 0ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n transition-delay: 0ms;\n //animation-direction: reverse;\n\n position: absolute;\n top: 150%;\n left: 50%;\n transform: translateX(-50%) translateY(-50%);\n\n display: flex;\n flex-direction: column;\n width: 100%;\n \n span {\n &:nth-child(1) {\n color: #000000;\n font-weight: 600; \n font-size: 14px;\n text-align: center;\n }\n &:nth-child(2) {\n color: #00000090;\n font-weight: 500;\n font-size: 12px;\n text-align: center;\n }\n }\n\n ","\n\n"],["\n\n transition-property: all;\n transition-duration: 0ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n transition-delay: 0ms;\n //animation-direction: reverse;\n\n position: absolute;\n top: 150%;\n left: 50%;\n transform: translateX(-50%) translateY(-50%);\n\n display: flex;\n flex-direction: column;\n width: 100%;\n \n span {\n &:nth-child(1) {\n color: #000000;\n font-weight: 600; \n font-size: 14px;\n text-align: center;\n }\n &:nth-child(2) {\n color: #00000090;\n font-weight: 500;\n font-size: 12px;\n text-align: center;\n }\n }\n\n ","\n\n"])),(function(n){return n.$isHover&&kr(uL||(uL=D(["\n top: 50%;\n "],["\n top: 50%;\n "])))})),rL=Sr.div(WL||(WL=D(["\n\n position: absolute;\n\n display: flex;\n\n transition-property: all;\n transition-duration: 400ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n animation-direction: reverse;\n\n width: 100%;\n height: 100%;\n background-color: #ffffff00;\n backdrop-filter: blur(0px);\n border-radius: 5px;\n overflow: hidden;\n\n ","\n\n"],["\n\n position: absolute;\n\n display: flex;\n\n transition-property: all;\n transition-duration: 400ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n animation-direction: reverse;\n\n width: 100%;\n height: 100%;\n background-color: #ffffff00;\n backdrop-filter: blur(0px);\n border-radius: 5px;\n overflow: hidden;\n\n ","\n\n"])),(function(n){return n.$isHover&&kr(fL||(fL=D(["\n backdrop-filter: blur(2px);\n background-color: #ffffff90;\n "],["\n backdrop-filter: blur(2px);\n background-color: #ffffff90;\n "])))})),iL=Sr.div(gL||(gL=D(["\n\n position: absolute;\n\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n\n transition-property: all;\n transition-duration: 400ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n\n width: 100%;\n height: 100%;\n background-color: #1b84ff00;\n border-radius: 5px;\n overflow: hidden;\n\n span, div {\n\n color: #ffffff00;\n z-index: 1;\n pointer-events: none;\n\n transition-property: all;\n transition-duration: 400ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n \n }\n \n ","\n\n"],["\n\n position: absolute;\n\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n\n transition-property: all;\n transition-duration: 400ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n\n width: 100%;\n height: 100%;\n background-color: #1b84ff00;\n border-radius: 5px;\n overflow: hidden;\n\n span, div {\n\n color: #ffffff00;\n z-index: 1;\n pointer-events: none;\n\n transition-property: all;\n transition-duration: 400ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n \n }\n \n ","\n\n"])),(function(n){var o=n.$isActive,e=n.$complete,t=n.$error;return o&&kr(hL||(hL=D(["\n background-color : ",";\n span {\n color: #ffffff;\n }\n "],["\n background-color : ",";\n span {\n color: #ffffff;\n }\n "])),e?"#91DB7D":t?"#ff0000":"#1b84ff")})),aL=Sr.div(mL||(mL=D(['\n transition-property: all;\n transition-duration: 400ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n \n position: absolute;\n top: 0;\n left: 0;\n height: 100%;\n content: "";\n\n background-color : ',";\n width : ",";\n"],['\n transition-property: all;\n transition-duration: 400ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n \n position: absolute;\n top: 0;\n left: 0;\n height: 100%;\n content: "";\n\n background-color : ',";\n width : ",";\n"])),(function(n){return n.$complete?"#91DB7D":n.$error?"#ff0000":"#54A3FF"}),(function(n){return n.$progress+"%"}));Sr.div(RL||(RL=D(["\n\n position: absolute;\n border: 1px solid #f8285a;\n width: calc(100% + 2px);\n height: calc(100% + 2px);\n border-radius: 6px;\n top: -1px;\n left: -1px;\n pointer-events: none;\n z-index: 1;\n\n"],["\n\n position: absolute;\n border: 1px solid #f8285a;\n width: calc(100% + 2px);\n height: calc(100% + 2px);\n border-radius: 6px;\n top: -1px;\n left: -1px;\n pointer-events: none;\n z-index: 1;\n\n"])));var OL,sL,dL,AL,lL,uL,qL,fL,WL,hL,gL,mL,RL,vL,LL,yL,NL,xL,BL,wL,XL,kL,TL,EL,SL,_L,CL=Sr.div(vL||(vL=D(['\n\n display: flex;\n align-items: center;\n justify-content: center;\n\n color: #000000CC;\n font-size: 10px;\n cursor: pointer;\n position: relative;\n\n &:hover {\n color: #000000;\n }\n\n &[data-icon="i"] {\n &::before {\n padding: 4px;\n border-radius: 50px;\n }\n }\n\n'],['\n\n display: flex;\n align-items: center;\n justify-content: center;\n\n color: #000000CC;\n font-size: 10px;\n cursor: pointer;\n position: relative;\n\n &:hover {\n color: #000000;\n }\n\n &[data-icon="i"] {\n &::before {\n padding: 4px;\n border-radius: 50px;\n }\n }\n\n']))),PL=Sr(CL)(LL||(LL=D(["\n\n &::before {\n background-color: #f8285a;\n }\n\n"],["\n\n &::before {\n background-color: #f8285a;\n }\n\n"]))),DL=Sr.span(yL||(yL=D(['\n \n position: absolute;\n display: flex;\n justify-content: center;\n align-items: flex-end;\n\n font-size: 13px;\n line-height: 14px;\n\n border-radius: 5px;\n padding: 10px 7px;\n right: -14px;\n bottom: 32px;\n color: #ffffff;\n background: #f8285a;\n width: max-content;\n max-width: 210px;\n\n z-index: 2;\n\n &::after {\n\n content: "";\n width: 0;\n height: 0;\n position: absolute;\n bottom: -6px;\n right: 17px;\n border-left: 7px solid transparent;\n border-right: 7px solid transparent;\n border-top: 10px solid #f8285a;\n\n }\n\n'],['\n \n position: absolute;\n display: flex;\n justify-content: center;\n align-items: flex-end;\n\n font-size: 13px;\n line-height: 14px;\n\n border-radius: 5px;\n padding: 10px 7px;\n right: -14px;\n bottom: 32px;\n color: #ffffff;\n background: #f8285a;\n width: max-content;\n max-width: 210px;\n\n z-index: 2;\n\n &::after {\n\n content: "";\n width: 0;\n height: 0;\n position: absolute;\n bottom: -6px;\n right: 17px;\n border-left: 7px solid transparent;\n border-right: 7px solid transparent;\n border-top: 10px solid #f8285a;\n\n }\n\n']))),IL=f((function(o,t){var p=o.resultFileName,b=void 0===p?null:p,M=o.action,i=void 0===M?"":M,a=o.filePath,O=void 0===a?"":a,s=o.binaryName,d=void 0===s?"file":s,A=o.showDeleteIcon,l=void 0!==A&&A,u=o.showPreviewIcon,q=void 0!==u&&u,f=o.padding,W=void 0===f?10:f,g=o.fileHeight,m=void 0===g?"100%":g,R=o.previewFileWidth,v=void 0===R?"100%":R,L=o.previewFileHeight,y=void 0===L?"100%":L,N=o.previewFilePadding,x=void 0===N?"0":N,B=o.requestMethod,w=void 0===B?"put":B,X=o.maxFileSize,k=void 0===X?1024:X,T=o.disabled,E=void 0!==T&&T,P=o.extraFormData,D=void 0===P?{}:P,I=o.extraQueryString,F=void 0===I?{}:I,j=o.extraHeader,U=void 0===j?{}:j,$=o.fileTypes,V=void 0===$?[Hn.JPG,Hn.PNG,Hn.SVG,Hn.PDF]:$,H=o.removeAction,Y=void 0===H?"":H,G=o.removeExtraFormData,K=void 0===G?{}:G,Q=o.removeExtraQueryString,J=void 0===Q?{}:Q,Z=o.removeExtraHeader,nn=void 0===Z?{}:Z,on=o.onUpdate,en=o.onUploadSuccess,tn=o.onUploadFailed,pn=o.onRemoveFileSuccess,bn=o.onRemoveFileFailed,Mn=c(null),zn=mA.useNotifications().addNotification,cn=Pa.useModal().showModal,rn=HM(),an=rn.fetch,On=rn.cancel,sn=$n().t,dn=z(!1),An=dn[0],ln=dn[1],un=z(!1),qn=un[0],fn=un[1],Wn=z(".svg, .png, .jpg"),hn=Wn[0],gn=Wn[1],mn=z(!1),Rn=mn[0],vn=mn[1],Ln=z(!1),yn=Ln[0],Nn=Ln[1],xn=z(!1),Bn=xn[0],wn=xn[1],Xn=z(null),kn=Xn[0],Tn=Xn[1],En=z(null),Sn=En[0],_n=En[1],Cn=z(""),Pn=Cn[0],Dn=Cn[1],In=z(!1),Fn=In[0],jn=In[1],Un=z(!1),Vn=Un[0],Yn=Un[1],Gn=z(null),Kn=Gn[0],Qn=Gn[1],Jn=z(!1),Zn=Jn[0],no=Jn[1],oo=z(null),eo=oo[0],to=oo[1];r((function(){return function(){On()}}),[]),r((function(){fn(E)}),[E]),r((function(){_n(O?O.split("?")[0]:"")}),[O]),r((function(){null!==Sn&&(void 0!==Sn?Mo():ln(!1))}),[Sn]),r((function(){var n=[];V.map((function(o){n.push(tl(o))})),gn(n.join(", "))}),[V]);var po=function(n,o){zn({title:n,description:o,placement:"topRight",autoHide:!0,delay:5e3,type:"error"})},bo=function(n,o,e){void 0===o&&(o=!0),void 0===e&&(e=!0),on&&on(n,o,e)};h(t,(function(){return{setFocus:function(){wn(!0)},reset:function(n,o){void 0===n&&(n=!1),void 0===o&&(o=!1),zo(),_n(null),Dn(""),bo("",n,o)},setValue:function(n,o,e){void 0===o&&(o=!0),void 0===e&&(e=!0),_n(n),bo(n,o,e)},getValue:function(){return Sn||""},setError:function(n){Dn(n)},forceUpdate:function(){bo(Sn||"")},clear:function(){_n("")}}}));var Mo=function(){return _(void 0,void 0,void 0,(function(){var n;return C(this,(function(o){switch(o.label){case 0:return n=!1,Sn?(console.time("Checking file completed in"),[4,nl(Sn)]):[3,2];case 1:n=o.sent(),Tn(n),n?bo(Sn):bo("",!0,!0),An||ln(!0),console.timeEnd("Checking file completed in"),o.label=2;case 2:return""!==Sn||An||ln(!0),""===Sn&&An&&bo("",!0,!0),[2]}}))}))},zo=function(){to(null),Qn(null),no(!1),Tn(null)},co=function(){return _(void 0,void 0,void 0,(function(){return C(this,(function(o){return fn(!0),cn({content:n("div",{children:sn("uploader.areYouSureToDeleteThisFile")}),title:sn("uploader.removeFile"),okButtonText:sn("uploader.yes"),cancelButtonText:sn("uploader.no"),okButtonProps:{variant:"statable",state:"reject"},closeOnClickOutside:!1,showCloseButton:!1,onOk:function(){return Y?an({action:Y,params:K,queries:J,headers:nn,onFetched:function(n){n.data.success?(zo(),bo("",!0,!0),pn&&pn(n.data.data)):bn&&bn()},onError:function(){bn&&bn()}}):(zo(),bo("",!0,!0),pn&&pn()),fn(!1),!0},onCancel:function(){return fn(!1),!0}}),[2]}))}))},ro=function(n){n.preventDefault(),Vn||Nn(!0)},io=function(n){n.preventDefault(),Vn||Nn(!1)},ao=function(n){n.preventDefault(),Vn||(Nn(!1),n.dataTransfer&&0!==n.dataTransfer.files.length?Ao(n.dataTransfer.files[0]):console.log(sn("uploader.browserDoesntSupportDND")))},Oo=function(n){Nn(!1);var o=n.target.files[0];Ao(o)},so=function(n){return _(void 0,[n],void 0,(function(n){var o=n.path,e=n.errorMessage,t=n.errorCode;return C(this,(function(n){switch(n.label){case 0:return[4,pl(1e3)];case 1:return n.sent(),Qn(null),Yn(!1),[4,pl(1500)];case 2:return n.sent(),no(!1),o?en&&en(o):e&&tn&&tn(e,t||0),[2]}}))}))},Ao=function(n){if(n&&function(n){return!!V.includes(n.type)||(po(sn("uploader.error"),sn("uploader.fileFormatError",{fileFormat:hn})),!1)}(n)&&function(n){return!(n.size>1024*k&&(po(sn("uploader.error"),sn("uploader.fileSizeError",{fileSize:el(1024*k)})),1))}(n)){if(b){var o=tl(n.type);n=new File([n],b+o,{type:o,lastModified:n.lastModified})}!function(n){_(void 0,void 0,void 0,(function(){var o;return C(this,(function(e){return n?((o=new FormData).append(d,n),b&&o.append("name",b),Object.keys(D).forEach((function(n){o.append(n,D[n])})),an({action:i,requestMethod:w,params:o,queries:F,headers:U,onFetched:function(n){n.data.success?(to({message:sn("uploader.fileUploadSuccess"),status:"success"}),no(!0),_n(n.data.data.url),so({path:n.data.data.url})):(to({message:sn("uploader.fileUploadFailed"),status:"error"}),bo("",!0,!0),so({errorMessage:sn("uploader.fileUploadFailed")}))},onError:function(n,o){to({message:sn("uploader.fileUploadFailed"),status:"error"}),bo("",!0,!0),so({errorMessage:n,errorCode:o})},onProgress:function(n){Qn({estimated:n.estimated?(Math.round(100*n.estimated)/100).toFixed(2):"0",progress:n.progress?Math.round(100*n.progress):0,bytes:n.bytes?el(n.bytes):"",total:n.total?el(n.total):""})}}),[2]):[2]}))}))}(n),Yn(!0)}},lo=function(){fn(!0),cn({content:n(zL,{className:"itd-upload-preview-content",$width:v,$height:y,$padding:x,children:n(Ci,{src:Sn})}),showOkButton:!1,showCancelButton:!1,contentPadding:"0px",width:"max-content",onCancel:function(){return fn(!1),!0}})},uo=function(){if(l&&Sn&&!Vn&&kn)return n("span",{children:n(la,{variant:"solid",size:"small",type:"button",circle:!0,onClick:co,disabled:qn,icon:n(_l,{width:16,height:16}),className:"itd-upload-delete-button"})})},qo=function(){if(q&&Sn&&!Vn&&kn)return n("span",{children:n(la,{variant:"solid",size:"small",type:"button",circle:!0,onClick:lo,disabled:qn,icon:n(Cl,{width:16,height:16}),className:"itd-upload-preview-button"})})},fo=n("svg",{width:"20px",height:"20px",viewBox:"0 0 20 20",version:"1.1",xmlns:"http://www.w3.org/2000/svg",children:n("g",{id:"Error",stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:e("g",{id:"ErrorGroup",fillRule:"nonzero",children:[n("circle",{id:"ErrorBackground",fill:"#F8285A",cx:"10",cy:"10",r:"10"}),n("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"})]})})}),Wo=function(){if(""!==Pn&&!Vn)return e(PL,S({},{className:"itd-upload-failed itd-failed-status",onPointerOver:function(){return jn(!0)},onPointerOut:function(){return jn(!1)}},{children:[Fn?n(DL,{className:"itd-upload-error-tooltip itd-error-tooltip",children:Pn}):null,fo]}))},ho=function(){if(An)return null===kn?n(kl,{width:24,height:24}):!1===kn?n(Dl,{width:40,height:40}):n(Ci,{src:Sn,height:m})};return function(o){return void 0===o&&(o=To("itd-upload-")),e(tL,{className:"itd-upload",children:[n("input",{type:"file",id:o,accept:hn,onChange:Oo,onFocus:function(){return wn(!0)},onBlur:function(){return wn(!1)},onClick:function(){var n;null===(n=Mn.current)||void 0===n||n.blur()},disabled:Vn||qn,ref:Mn}),n(bL,{htmlFor:o,$showFocus:Bn,className:"itd-upload-label",children:e(pL,{$showBorder:(yn||Rn)&&!Vn,$padding:W,$disabled:E,$hasError:""!==Pn&&!Vn,className:"itd-upload-content",children:[ho(),e(iL,{className:"itd-upload-status",$isActive:Vn,$complete:"success"===(null==eo?void 0:eo.status),$error:"error"===(null==eo?void 0:eo.status),children:[n(aL,{className:"itd-upload-status-box",$progress:Kn?Kn.progress:0,$complete:"success"===(null==eo?void 0:eo.status),$error:"error"===(null==eo?void 0:eo.status)}),n("span",{className:"itd-upload-status-message",children:sn(Zn||eo?String(null==eo?void 0:eo.message):"uploader.fileUploading")}),n("span",Kn?{className:"itd-upload-status-info",children:sn("uploader.info",{total:Kn.total,estimated:Kn.estimated})}:{className:"itd-upload-status-calculating",children:sn("uploader.calculating")})]}),(t=(Rn||yn)&&!Vn&&!qn,n(rL,{onPointerOver:function(){!yn&&vn(!0)},onPointerOut:function(){!yn&&vn(!1)},onDragOver:ro,onDragLeave:io,onDrop:ao,$isHover:t,className:"itd-upload-overlay",children:e(cL,{$isHover:t,className:"itd-upload-overlay-content",children:[n("span",{className:"itd-upload-header",children:sn("uploader.header")}),n("span",{className:"itd-upload-hint",children:sn("uploader.hint")})]})})),e(ML,{children:[e(gN,{vertical:!0,gap:"small",className:"itd-upload-icons",children:[uo(),qo()]}),Wo()]})]})})]});var t}()})),FL=Sr.section(NL||(NL=D(["\n width: 100%;\n height: 100%;\n position: relative;\n overflow: hidden;\n"],["\n width: 100%;\n height: 100%;\n position: relative;\n overflow: hidden;\n"]))),jL=_r(xL||(xL=D(["\n 0% { transform: scale(.5); opacity: 0;}\n 50% { transform: scale(1.05); opacity: 1;}\n 75% { transform: scale(0.95); opacity: 1;}\n 100% { transform: scale(1); opacity: 1;}\n"],["\n 0% { transform: scale(.5); opacity: 0;}\n 50% { transform: scale(1.05); opacity: 1;}\n 75% { transform: scale(0.95); opacity: 1;}\n 100% { transform: scale(1); opacity: 1;}\n"]))),UL=Sr.div(BL||(BL=D(["\n\n width: 100%;\n height: 100%;\n\n display: flex;\n align-items: center;\n justify-content: center;\n\n"],["\n\n width: 100%;\n height: 100%;\n\n display: flex;\n align-items: center;\n justify-content: center;\n\n"]))),$L=Sr.div(wL||(wL=D(["\n\n animation: "," 0.5s ease-out;\n transition: all 0.5s ease-out;\n transform-origin: 50% 50%;\n opacity: 1;\n\n padding: 50px 20px 40px;\n border-radius: 6px;\n width: 100%;\n height: ",";\n max-width: ",";\n background-color: ",";\n\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n gap: 20px;\n \n"],["\n\n animation: "," 0.5s ease-out;\n transition: all 0.5s ease-out;\n transform-origin: 50% 50%;\n opacity: 1;\n\n padding: 50px 20px 40px;\n border-radius: 6px;\n width: 100%;\n height: ",";\n max-width: ",";\n background-color: ",";\n\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n gap: 20px;\n \n"])),jL,(function(n){return"true"===n.$fill?"100%":"auto"}),(function(n){return"true"===n.$fill?"100%":"500px"}),(function(n){return"default"===n.$type?"#10233b":"#0E153180"})),VL=Sr.div(XL||(XL=D(['\n\n position: relative;\n display: flex;\n justify-content: center;\n\n width: 100%;\n min-height: 0;\n margin-bottom: 34px;\n\n &::before {\n background-color: #04112780;\n border-radius: 100px;\n width: 84px;\n height: 84px;\n display: inline;\n content: "";\n position: absolute;\n z-index: 0;\n top: -20px;\n }\n \n img {\n z-index: 1;\n width: 44px;\n height: 44px;\n }\n \n'],['\n\n position: relative;\n display: flex;\n justify-content: center;\n\n width: 100%;\n min-height: 0;\n margin-bottom: 34px;\n\n &::before {\n background-color: #04112780;\n border-radius: 100px;\n width: 84px;\n height: 84px;\n display: inline;\n content: "";\n position: absolute;\n z-index: 0;\n top: -20px;\n }\n \n img {\n z-index: 1;\n width: 44px;\n height: 44px;\n }\n \n']))),HL=Sr.div(kL||(kL=D(["\n display: flex;\n justify-content: center;\n margin-top: 20px;\n\n a {\n min-width: 150px;\n\n &:not(:last-child) {\n margin-right: 20px;\n }\n\n }\n"],["\n display: flex;\n justify-content: center;\n margin-top: 20px;\n\n a {\n min-width: 150px;\n\n &:not(:last-child) {\n margin-right: 20px;\n }\n\n }\n"]))),YL=Sr.div(TL||(TL=D(["\n\n display: flex;\n justify-content: center;\n\n width: 100%;\n\n >div {\n width: 100%;\n }\n \n"],["\n\n display: flex;\n justify-content: center;\n\n width: 100%;\n\n >div {\n width: 100%;\n }\n \n"]))),GL=Sr.div(EL||(EL=D(["\n\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n gap: 10px;\n\n"],["\n\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n gap: 10px;\n\n"]))),KL=Sr.div(SL||(SL=D(["\n color: #57d43c;\n font-size: 18px;\n font-weight: 600;\n text-align: center;\n max-width: 80%; \n"],["\n color: #57d43c;\n font-size: 18px;\n font-weight: 600;\n text-align: center;\n max-width: 80%; \n"]))),QL=Sr.div(_L||(_L=D(["\n color: #cccccc;\n font-size: 13px;\n line-height: 18px;\n font-weight: 500;\n text-align: center;\n max-width: 80%;\n"],["\n color: #cccccc;\n font-size: 13px;\n line-height: 18px;\n font-weight: 500;\n text-align: center;\n max-width: 80%;\n"]))),JL=function(o){var t=o.image,p=void 0===t?"":t,b=o.title,M=void 0===b?"":b,c=o.description,i=void 0===c?"":c,a=o.extra,O=void 0===a?null:a,s=o.footer,d=void 0===s?null:s,A=o.type,l=void 0===A?"default":A,u=o.fill,q=void 0!==u&&u,f=o.autoCenter,W=void 0===f||f,h=z(""),g=h[0],m=h[1];r((function(){""!==p&&m(p)}),[p]);var R,v=function(){if(O)return n(HL,{className:"itd-result-extras",children:O})},L=function(){if(d)return n(YL,{className:"itd-result-footer",children:d})};return n(FL,{className:(R="itd-result",R+=" itd-result-"+l,W&&(R+=" itd-result-auto-center"),q&&(R+=" itd-result-fill"),R),children:n(UL,{className:"itd-result-content-wrapper",children:e($L,{className:"itd-result-content",$autoCenter:W,$type:l,$fill:q.toString(),children:[e(GL,{className:"itd-result-body",children:[n(VL,{className:"itd-image-wrapper",children:n(Ci,{src:g})}),n(KL,{className:"itd-result-title",children:M}),n(QL,{className:"itd-result-sub-title",children:i})]}),v(),L()]})})})};JL.displayName="ITD-Result";var ZL,ny,oy,ey=Sr.div(ZL||(ZL=D(["\n position: fixed;\n bottom: 80px;\n right: 30px;\n visibility: hidden;\n "],["\n position: fixed;\n bottom: 80px;\n right: 30px;\n visibility: hidden;\n "]))),ty=Sr.a(ny||(ny=D(["\n\n visibility: ",";\n animation: "," 0.5s;\n\n display: block;\n transition: fill .3s ease-out;\n cursor: pointer;\n fill: #ffffff80;\n\n &:hover {\n fill: #3396fb;\n }\n \n "],["\n\n visibility: ",";\n animation: "," 0.5s;\n\n display: block;\n transition: fill .3s ease-out;\n cursor: pointer;\n fill: #ffffff80;\n\n &:hover {\n fill: #3396fb;\n }\n \n "])),(function(n){return n.$show?"visible":"hidden"}),(function(n){return n.$show?py:"none"})),py=_r(oy||(oy=D(["\n 0% { transform: scale(.2) }\n 50% { transform: scale(1.1) }\n 75% { transform: scale(0.9) }\n 100% { transform: scale(1) }\n"],["\n 0% { transform: scale(.2) }\n 50% { transform: scale(1.1) }\n 75% { transform: scale(0.9) }\n 100% { transform: scale(1) }\n"])));function by(o){var e=o.children,t=void 0===e?null:e,p=z(!1),b=p[0],M=p[1];r((function(){return document.addEventListener("scroll",c),function(){document.removeEventListener("scroll",c)}}),[]);var c=function(){M(document.body.scrollTop>window.innerHeight)};return n(ey,{className:"itd-back-to-top",children:n(ty,{onClick:function(){window.scrollTo({top:0,behavior:"smooth"})},$show:b,children:t||n(Tl,{width:30,height:30})})})}var My,zy,cy={"gray-1":{background:"#F9F9F9",text:"#0714374D"},"gray-2":{background:"#F9F9F9",text:"#585455"},"gray-3":{background:"#F5F5F5",text:"#071437"},green:{background:"#DFFFEA",text:"#17C653"},yellow:{background:"#FFF8DD",text:"#F6C000"},red:{background:"#FFEEF3",text:"#F8285A"},brown:{background:"#FFF3F1",text:"#CB6F5B"},lavender:{background:"#FCF3FF",text:"#AB60C0"},blue:{background:"#F1F4FF",text:"#3256D9"},pink:{background:"#FFEEF6",text:"#E25698"},violet:{background:"#F5F1FF",text:"#7239EA"},"filled-red":{background:"#F8285A",text:"#F7EFF1"},"filled-yellow":{background:"#F6C000",text:"#FBFAF4"},"filled-pink":{background:"#CC79E3",text:"#F7F3F9"},"filled-blue":{background:"#1B84FF",text:"#EDF0F4"},"filled-green":{background:"#17C653",text:"#F5FAF6"},"filled-purple":{background:"#C417C6",text:"#F6F0F6"},"filled-black":{background:"#071437",text:"#F1F3F7"}},ry=Sr.div(zy||(zy=D(["\n\n display: flex;\n align-items: center;\n justify-content: center;\n position: relative;\n width: max-content;\n border-radius: 4px;\n\n >span {\n text-align: center;\n user-select: none;\n }\n\n &.itd-status-xs {\n padding: 4px 8px;\n span {\n font-size: 9px;\n font-weight: 600;\n }\n }\n\n &.itd-status-sm {\n padding: 4px 8px;\n span {\n font-size: 10px;\n font-weight: 600;\n }\n }\n\n &.itd-status-md {\n padding: 4px 8px;\n span {\n font-size: 11px;\n font-weight: 600;\n }\n }\n\n &.itd-status-df {\n padding: 6px 10px;\n span {\n font-size: 12px;\n font-weight: 600;\n }\n }\n\n &.itd-status-lg {\n padding: 8px 12px;\n span {\n font-size: 12.4px;\n font-weight: 600;\n }\n }\n\n &.itd-status-xlg {\n padding: 10px 14px;\n span {\n font-size: 12.6px;\n font-weight: 600;\n }\n }\n\n ","\n\n"],["\n\n display: flex;\n align-items: center;\n justify-content: center;\n position: relative;\n width: max-content;\n border-radius: 4px;\n\n >span {\n text-align: center;\n user-select: none;\n }\n\n &.itd-status-xs {\n padding: 4px 8px;\n span {\n font-size: 9px;\n font-weight: 600;\n }\n }\n\n &.itd-status-sm {\n padding: 4px 8px;\n span {\n font-size: 10px;\n font-weight: 600;\n }\n }\n\n &.itd-status-md {\n padding: 4px 8px;\n span {\n font-size: 11px;\n font-weight: 600;\n }\n }\n\n &.itd-status-df {\n padding: 6px 10px;\n span {\n font-size: 12px;\n font-weight: 600;\n }\n }\n\n &.itd-status-lg {\n padding: 8px 12px;\n span {\n font-size: 12.4px;\n font-weight: 600;\n }\n }\n\n &.itd-status-xlg {\n padding: 10px 14px;\n span {\n font-size: 12.6px;\n font-weight: 600;\n }\n }\n\n ","\n\n"])),(function(n){var o,e=n.$status;return o=e,kr(My||(My=D(["\n background: ",";\n span {\n color: ",";\n }\n "],["\n background: ",";\n span {\n color: ",";\n }\n "])),cy[o].background,cy[o].text)}));function iy(o){var e,t=o.variant,p=void 0===t?"gray-1":t,b=o.size,M=void 0===b?"default":b,z=o.children,c=void 0===z?"":z,r=o.className,i=void 0===r?"":r;return n(ry,{$status:p,className:(e="itd-status",e+=" itd-status-"+p,e+=" itd-status-"+Ki(M),""!==i&&null!==i&&(e+=" "+i),e),children:n("span",{children:c})})}var ay,Oy,sy={normal:{background:"#1B84FF",remaining:"#efefef"},active:{background:"#1B84FF",remaining:"#efefef"},success:{background:"#17C653",remaining:"#efefef"},exception:{background:"#F8285A",remaining:"#efefef"}},dy=Sr.div(Oy||(Oy=D(["\n\n position: relative;\n width: 100%;\n\n .itd-progress-outer {\n \n width: 100%;\n min-height: 20px;\n margin: 0;\n padding: 0;\n list-style: none;\n\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: 10px;\n\n .itd-progress-status {\n display: flex;\n align-items: center;\n .itd-progress-status-text {\n color: #071437;\n }\n }\n\n .itd-progress-inner {\n\n position: relative;\n display: inline-block;\n width: 100%;\n flex: 1;\n overflow: hidden;\n vertical-align: middle;\n border-radius: 6px;\n\n .itd-progress-bg {\n transition: all 0.25s ease-out;\n width: ",";\n height: 8px;\n }\n \n }\n\n }\n\n ","\n\n"],["\n\n position: relative;\n width: 100%;\n\n .itd-progress-outer {\n \n width: 100%;\n min-height: 20px;\n margin: 0;\n padding: 0;\n list-style: none;\n\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: 10px;\n\n .itd-progress-status {\n display: flex;\n align-items: center;\n .itd-progress-status-text {\n color: #071437;\n }\n }\n\n .itd-progress-inner {\n\n position: relative;\n display: inline-block;\n width: 100%;\n flex: 1;\n overflow: hidden;\n vertical-align: middle;\n border-radius: 6px;\n\n .itd-progress-bg {\n transition: all 0.25s ease-out;\n width: ",";\n height: 8px;\n }\n \n }\n\n }\n\n ","\n\n"])),(function(n){return n.$percent+"%"}),(function(n){var o,e=n.$status;return o=e,kr(ay||(ay=D(["\n .itd-progress-inner {\n background: ",";\n .itd-progress-bg {\n background: ",";\n }\n }\n .itd-progress-status {\n color: ",";\n }\n "],["\n .itd-progress-inner {\n background: ",";\n .itd-progress-bg {\n background: ",";\n }\n }\n .itd-progress-status {\n color: ",";\n }\n "])),sy[o].remaining,sy[o].background,sy[o].background)}));function Ay(o){var t,p=o.status,b=o.percent,M=void 0===b?0:b,z=o.alwaysShowPercent,c=void 0!==z&&z,r=o.showInfo,i=void 0===r||r,a=o.className,O=void 0===a?"":a,s=n("svg",{viewBox:"64 64 896 896",focusable:"false","data-icon":"check-circle",width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",children:n("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"})}),d=n("svg",{fillRule:"evenodd",viewBox:"64 64 896 896",focusable:"false","data-icon":"close-circle",width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",children:n("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"})}),A=function(){return p||(M<100?"normal":"success")},l=function(){if(i)return n("span",{className:"itd-progress-status",children:u()})},u=function(){var o=A();return"active"===o||"normal"===o||c?n("span",{className:"itd-progress-status-text",children:M+"%"}):"success"===o?s:"exception"===o?d:void 0};return n(dy,{$status:A(),$percent:M,className:(t="itd-progress",t+=" itd-progress-"+p,t+=" itd-progress-percent-"+M,""!==O&&null!==O&&(t+=" "+O),t),children:e("div",{className:"itd-progress-outer",children:[n("div",{className:"itd-progress-inner",children:n("div",{className:"itd-progress-bg"})}),l()]})})}var ly,uy,qy,fy,Wy,hy,gy,my,Ry,vy,Ly,yy,Ny,xy,By,wy,Xy,ky,Ty,Ey,Sy,_y,Cy,Py,Dy,Iy,Fy,jy,Uy,$y,Vy,Hy,Yy,Gy,Ky,Qy,Jy,Zy,nN,oN,eN,tN,pN,bN=Sr.div(ly||(ly=D(["\n\n height: ",";\n\n"],["\n\n height: ",";\n\n"])),(function(n){return n.$height?n.$height+"px":"75px"})),MN=Sr.div(gy||(gy=D(["\n\n font-size: 14px;\n height: 100%;\n\n ul {\n\n display: flex;\n align-items: stretch;\n flex-wrap: wrap;\n list-style: none;\n\n margin: 0;\n padding: 0;\n height: 100%;\n\n li {\n\n display: flex;\n align-items: stretch;\n\n height: 100%;\n\n &:not(:last-child) { \n margin-right: 30px;\n }\n\n a {\n \n background-color: transparent;\n border: 0;\n border-bottom: 1px solid #1b84ff00;\n transition: color .2s ease;\n display: flex;\n align-items: center;\n height: 100%;\n cursor: pointer;\n\n transition: all .3s ease-out;\n\n span {\n transition: all .3s ease-out;\n }\n\n span {\n color: #99a1b7;\n }\n\n &:hover:not(&.active) {\n ","\n border-color: #1b84ff;\n }\n\n &.active {\n ","\n border-color: #1b84ff;\n }\n\n ","\n\n }\n }\n\n }\n\n"],["\n\n font-size: 14px;\n height: 100%;\n\n ul {\n\n display: flex;\n align-items: stretch;\n flex-wrap: wrap;\n list-style: none;\n\n margin: 0;\n padding: 0;\n height: 100%;\n\n li {\n\n display: flex;\n align-items: stretch;\n\n height: 100%;\n\n &:not(:last-child) { \n margin-right: 30px;\n }\n\n a {\n \n background-color: transparent;\n border: 0;\n border-bottom: 1px solid #1b84ff00;\n transition: color .2s ease;\n display: flex;\n align-items: center;\n height: 100%;\n cursor: pointer;\n\n transition: all .3s ease-out;\n\n span {\n transition: all .3s ease-out;\n }\n\n span {\n color: #99a1b7;\n }\n\n &:hover:not(&.active) {\n ","\n border-color: #1b84ff;\n }\n\n &.active {\n ","\n border-color: #1b84ff;\n }\n\n ","\n\n }\n }\n\n }\n\n"])),(function(n){if(n.$isBold)return kr(uy||(uy=D(["\n span {\n color: #1b84ff;\n }\n "],["\n span {\n color: #1b84ff;\n }\n "])))}),(function(n){return n.$isBold?kr(qy||(qy=D(["\n span {\n color: #1b84ff;\n }\n "],["\n span {\n color: #1b84ff;\n }\n "]))):kr(fy||(fy=D(["\n span {\n color: #071437;\n }\n "],["\n span {\n color: #071437;\n }\n "])))}),(function(n){return n.$isBold?kr(Wy||(Wy=D(["\n border-width: 2px;\n span {\n font-weight: 600;\n }\n "],["\n border-width: 2px;\n span {\n font-weight: 600;\n }\n "]))):kr(hy||(hy=D(["\n span {\n font-weight: 500;\n }\n "],["\n span {\n font-weight: 500;\n }\n "])))})),zN=Sr.div(my||(my=D(["\n\n padding: 20px 0;\n color: #99a1b7;\n \n"],["\n\n padding: 20px 0;\n color: #99a1b7;\n \n"]))),cN=function(o){var t=o.tabs,p=void 0===t?[]:t,b=o.activeTabKey,M=void 0===b?"":b,c=o.variant,i=void 0===c?"default":c,a=o.height,O=o.onTabChange,s=z(M),d=s[0],A=s[1];r((function(){d!==M&&A(M)}),[M]);var l=function(n,o){return e=!1,p.map((function(n){n.link&&(e=!0)})),e?"":d?d===n?"active":"":M&&0===o?"active":"";var e},u=function(n){A(n),O&&O(n)},q=function(o,e){return n("a",{className:l(o.key,e),onClick:function(){return u(o.key)},children:n("span",{children:o.tab})})},f=function(o,e){return n(X,{className:l(o.key,e),onClick:function(){return u(o.key)},to:o.link?o.link:"",children:n("span",{children:o.tab})})};return e(bN,{$height:a,className:"itd-tabs",children:[n(MN,{$isBold:"bold"===i,children:n("ul",{children:p.map((function(o,e){return n("li",{children:o.link?f(o,e):q(o,e)},o.key)}))})}),function(){var o=p.filter((function(n){return n.key===d}))[0];if(o&&o.children)return n(zN,{className:"itd-content-body",children:o.children})}()]})},rN=Sr.div(Ry||(Ry=D(["\n position: relative;\n\n >.itd-spin {\n height: 100%;\n }\n\n .itd-spin-spinner div {\n div { border-color: #000000 transparent transparent transparent; }\n }\n \n"],["\n position: relative;\n\n >.itd-spin {\n height: 100%;\n }\n\n .itd-spin-spinner div {\n div { border-color: #000000 transparent transparent transparent; }\n }\n \n"]))),iN=Sr.div(vy||(vy=D(["\n\n position: relative;\n background-color: #ffffff;\n border-radius: 8px;\n border: 1px solid #F1F1F4;\n box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);\n\n min-width : ",";\n min-height : ",";\n\n display: flex;\n flex-direction: column;\n\n\n height: 100%;\n display: grid;\n grid-template-rows: ",";\n\n \n"],["\n\n position: relative;\n background-color: #ffffff;\n border-radius: 8px;\n border: 1px solid #F1F1F4;\n box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);\n\n min-width : ",";\n min-height : ",";\n\n display: flex;\n flex-direction: column;\n\n\n height: 100%;\n display: grid;\n grid-template-rows: ",";\n\n \n"])),(function(n){return n.$minWidth?n.$minWidth+"px":"200px"}),(function(n){return n.$minHeight?n.$minHeight+"px":"100px"}),(function(n){return n.$hasHeader?"75px 1fr":"1fr"})),aN=Sr.div(yy||(yy=D(["\n\n padding: 0 30px;\n\n display: flex;\n justify-content: space-between;\n align-items: center;\n\n ","\n\n >div {\n display: flex;\n align-items: center;\n }\n\n"],["\n\n padding: 0 30px;\n\n display: flex;\n justify-content: space-between;\n align-items: center;\n\n ","\n\n >div {\n display: flex;\n align-items: center;\n }\n\n"])),(function(n){if(void 0===n.$showSeparator||!0===n.$showSeparator)return kr(Ly||(Ly=D(["\n border-bottom: 1px solid #f1f1f4;\n "],["\n border-bottom: 1px solid #f1f1f4;\n "])))})),ON=Sr.div(Ny||(Ny=D(["\n padding: 20px 0;\n height: 100%;\n"],["\n padding: 20px 0;\n height: 100%;\n"]))),sN=Sr.div(xy||(xy=D(["\n\n padding: ",";\n \n display: flex;\n flex-direction: column;\n justify-content: space-between;\n\n"],["\n\n padding: ",";\n \n display: flex;\n flex-direction: column;\n justify-content: space-between;\n\n"])),(function(n){return n.$padding?n.$padding:"30px"})),dN=Sr.div(By||(By=D(["\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n gap: 10px;\n"],["\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n gap: 10px;\n"]))),AN=function(o){var t=o.title,p=o.titleSeparator,b=o.extra,M=o.tabs,z=o.onTabChange,c=o.minWidth,i=o.minHeight,a=o.children,O=o.activeTabKey,s=void 0===O?"":O,d=o.updating,A=void 0!==d&&d,l=o.contentPadding,u=void 0===l?"30px":l;r((function(){}));var q=function(){if(b)return n(dN,{className:"itd-card-extra",children:b})},f=function(){if(M)return n(cN,{tabs:M,activeTabKey:s,onTabChange:function(n){return z&&z(n)}})},W=function(){if(t)return n(ON,{className:"itd-card-title",children:n(Nl,{children:t})})},h=function(){return!!(t||b||M)};return n(rN,{children:n(Jr,{updating:A,children:e(iN,{className:"itd-card",$minWidth:c,$minHeight:i,$hasHeader:h(),children:[function(){if(h())return e(aN,{$showSeparator:p,className:"itd-card-header",children:[W(),f(),q()]})}(),function(){if(a)return n(sN,{className:"itd-card-body",$padding:u,children:a})}()]})})})},lN=Sr.div(jy||(jy=D(["\n\n &:has(table.itd-table-no-data), &:has(table.itd-table-empty) {\n height: 100%;\n table {\n height: 100%;\n }\n }\n\n table {\n \n width: 100%;\n \n caption-side: bottom;\n border-collapse: collapse;\n text-indent: initial;\n border-spacing: 2px;\n\n th, td {\n width: auto;\n }\n\n th {\n text-align: left;\n span {\n color: #071437;\n }\n }\n\n td>span, th>span {\n font-weight: 500;\n }\n\n ","\n\n td, th {\n \n ","\n\n }\n\n tr {\n\n display: table-row;\n border-top-width: 1px;\n border-top-color: #f1f1f4;\n border-bottom-width: 1px;\n border-bottom-color: #f1f1f4;\n\n td {\n //color: #ff0000;\n }\n\n }\n\n &:not(.itd-table-no-gaps) {\n\n thead {\n\n background-color: #FAFAFA;\n\n td:first-child, th:first-child {\n padding-left: 30px;\n }\n \n }\n\n &:not(.itd-table-no-data):not(.itd-table-empty) {\n tbody {\n td:first-child, th:first-child {\n padding-left: 30px;\n }\n }\n }\n\n &.itd-table-no-data {\n\n tbody {\n tr {\n background-color: #FAFAFA;\n }\n }\n\n }\n\n &:not(.itd-table-empty) {\n\n tbody {\n tr:hover {\n background-color: #FAFAFA;\n }\n }\n\n }\n\n }\n\n &:not(.itd-table-bordered) {\n\n tr {\n border-top: 1px solid #f1f1f4;\n border-bottom: 1px solid #f1f1f4;\n }\n \n }\n\n &.itd-table-bordered {\n\n tr {\n border-top: 1px solid #f1f1f4;\n border-bottom: 1px solid #f1f1f4;\n border-left: 1px solid #f1f1f4;\n border-right: 1px solid #f1f1f4;\n }\n\n td, th {\n border-left: 1px solid #f1f1f4;\n border-right: 1px solid #f1f1f4;\n }\n\n }\n\n &.itd-table-dashed {\n\n tr {\n border-top: 1px dashed #f1f1f4;\n border-bottom: 1px dashed #f1f1f4;\n }\n\n }\n\n &.itd-table-dashed.itd-table-bordered {\n\n tr {\n border-top: 1px dashed #f1f1f4;\n border-bottom: 1px dashed #f1f1f4;\n border-left: 1px dashed #f1f1f4;\n border-right: 1px dashed #f1f1f4;\n }\n\n td, th {\n border-left: 1px dashed #f1f1f4;\n border-right: 1px dashed #f1f1f4;\n }\n\n }\n\n &:not(.itd-table-bordered) {\n\n thead tr:first-child {\n border-top-style: none;\n border-top-style: none;\n }\n tbody tr:last-child {\n border-bottom-style: none;\n border-bottom-style: none;\n }\n\n &.itd-table-headless {\n tbody tr:first-child {\n border-top-style: none;\n border-top-style: none;\n }\n }\n\n }\n\n }\n\n"],["\n\n &:has(table.itd-table-no-data), &:has(table.itd-table-empty) {\n height: 100%;\n table {\n height: 100%;\n }\n }\n\n table {\n \n width: 100%;\n \n caption-side: bottom;\n border-collapse: collapse;\n text-indent: initial;\n border-spacing: 2px;\n\n th, td {\n width: auto;\n }\n\n th {\n text-align: left;\n span {\n color: #071437;\n }\n }\n\n td>span, th>span {\n font-weight: 500;\n }\n\n ","\n\n td, th {\n \n ","\n\n }\n\n tr {\n\n display: table-row;\n border-top-width: 1px;\n border-top-color: #f1f1f4;\n border-bottom-width: 1px;\n border-bottom-color: #f1f1f4;\n\n td {\n //color: #ff0000;\n }\n\n }\n\n &:not(.itd-table-no-gaps) {\n\n thead {\n\n background-color: #FAFAFA;\n\n td:first-child, th:first-child {\n padding-left: 30px;\n }\n \n }\n\n &:not(.itd-table-no-data):not(.itd-table-empty) {\n tbody {\n td:first-child, th:first-child {\n padding-left: 30px;\n }\n }\n }\n\n &.itd-table-no-data {\n\n tbody {\n tr {\n background-color: #FAFAFA;\n }\n }\n\n }\n\n &:not(.itd-table-empty) {\n\n tbody {\n tr:hover {\n background-color: #FAFAFA;\n }\n }\n\n }\n\n }\n\n &:not(.itd-table-bordered) {\n\n tr {\n border-top: 1px solid #f1f1f4;\n border-bottom: 1px solid #f1f1f4;\n }\n \n }\n\n &.itd-table-bordered {\n\n tr {\n border-top: 1px solid #f1f1f4;\n border-bottom: 1px solid #f1f1f4;\n border-left: 1px solid #f1f1f4;\n border-right: 1px solid #f1f1f4;\n }\n\n td, th {\n border-left: 1px solid #f1f1f4;\n border-right: 1px solid #f1f1f4;\n }\n\n }\n\n &.itd-table-dashed {\n\n tr {\n border-top: 1px dashed #f1f1f4;\n border-bottom: 1px dashed #f1f1f4;\n }\n\n }\n\n &.itd-table-dashed.itd-table-bordered {\n\n tr {\n border-top: 1px dashed #f1f1f4;\n border-bottom: 1px dashed #f1f1f4;\n border-left: 1px dashed #f1f1f4;\n border-right: 1px dashed #f1f1f4;\n }\n\n td, th {\n border-left: 1px dashed #f1f1f4;\n border-right: 1px dashed #f1f1f4;\n }\n\n }\n\n &:not(.itd-table-bordered) {\n\n thead tr:first-child {\n border-top-style: none;\n border-top-style: none;\n }\n tbody tr:last-child {\n border-bottom-style: none;\n border-bottom-style: none;\n }\n\n &.itd-table-headless {\n tbody tr:first-child {\n border-top-style: none;\n border-top-style: none;\n }\n }\n\n }\n\n }\n\n"])),(function(n){return"x-small"===n.$size?kr(wy||(wy=D(["\n td, th {\n padding-top: 5px;\n padding-bottom: 5px;\n }\n th>span {\n font-size: 13px;\n }\n td>span {\n font-size: 12px;\n }\n "],["\n td, th {\n padding-top: 5px;\n padding-bottom: 5px;\n }\n th>span {\n font-size: 13px;\n }\n td>span {\n font-size: 12px;\n }\n "]))):"small"===n.$size?kr(Xy||(Xy=D(["\n td, th {\n padding-top: 8px;\n padding-bottom: 8px;\n }\n th>span {\n font-size: 13px;\n }\n td>span {\n font-size: 12px;\n }\n "],["\n td, th {\n padding-top: 8px;\n padding-bottom: 8px;\n }\n th>span {\n font-size: 13px;\n }\n td>span {\n font-size: 12px;\n }\n "]))):"medium"===n.$size?kr(ky||(ky=D(["\n td, th {\n padding-top: 12px;\n padding-bottom: 12px;\n }\n th>span {\n font-size: 14px;\n }\n td>span {\n font-size: 13px;\n }\n "],["\n td, th {\n padding-top: 12px;\n padding-bottom: 12px;\n }\n th>span {\n font-size: 14px;\n }\n td>span {\n font-size: 13px;\n }\n "]))):"default"===n.$size?kr(Ty||(Ty=D(["\n td, th {\n padding-top: 15px;\n padding-bottom: 15px;\n }\n th>span {\n font-size: 14px;\n }\n td>span {\n font-size: 13px;\n }\n "],["\n td, th {\n padding-top: 15px;\n padding-bottom: 15px;\n }\n th>span {\n font-size: 14px;\n }\n td>span {\n font-size: 13px;\n }\n "]))):"large"===n.$size?kr(Ey||(Ey=D(["\n td, th {\n padding-top: 18px;\n padding-bottom: 18px;\n }\n th>span {\n font-size: 15px;\n }\n td>span {\n font-size: 14px;\n }\n "],["\n td, th {\n padding-top: 18px;\n padding-bottom: 18px;\n }\n th>span {\n font-size: 15px;\n }\n td>span {\n font-size: 14px;\n }\n "]))):"x-large"===n.$size?kr(Sy||(Sy=D(["\n td, th {\n padding-top: 20px;\n padding-bottom: 20px;\n }\n th>span {\n font-size: 15px;\n }\n td>span {\n font-size: 14px;\n }\n "],["\n td, th {\n padding-top: 20px;\n padding-bottom: 20px;\n }\n th>span {\n font-size: 15px;\n }\n td>span {\n font-size: 14px;\n }\n "]))):kr(_y||(_y=D(["\n td, th {\n padding-top: 15px;\n padding-bottom: 15px;\n }\n th>span {\n font-size: 14px;\n }\n td>span {\n font-size: 13px;\n }\n "],["\n td, th {\n padding-top: 15px;\n padding-bottom: 15px;\n }\n th>span {\n font-size: 14px;\n }\n td>span {\n font-size: 13px;\n }\n "])))}),(function(n){return n.$noGaps?kr(Cy||(Cy=D(["\n padding-left: 0;\n padding-right: 0;\n "],["\n padding-left: 0;\n padding-right: 0;\n "]))):"x-small"===n.$size?kr(Py||(Py=D(["\n padding-left: 10px;\n padding-right: 10px;\n "],["\n padding-left: 10px;\n padding-right: 10px;\n "]))):"small"===n.$size||"medium"===n.$size||"default"===n.$size?kr(Dy||(Dy=D(["\n padding-left: 15px;\n padding-right: 15px;\n "],["\n padding-left: 15px;\n padding-right: 15px;\n "]))):"large"===n.$size||"x-large"===n.$size?kr(Iy||(Iy=D(["\n padding-left: 20px;\n padding-right: 20px;\n "],["\n padding-left: 20px;\n padding-right: 20px;\n "]))):kr(Fy||(Fy=D(["\n padding-left: 15px;\n padding-right: 15px;\n "],["\n padding-left: 15px;\n padding-right: 15px;\n "])))})),uN=Sr.div(Uy||(Uy=D(["\n\n height: 150px;\n display: flex;\n align-items: center;\n justify-content: center;\n\n >div {\n display: flex;\n flex-direction: column;\n gap: 7px;\n }\n\n span {\n font-size: 12px;\n font-weight: 500;\n color: #4D4D4D;\n }\n\n svg {\n fill: #4D4D4D;\n }\n \n"],["\n\n height: 150px;\n display: flex;\n align-items: center;\n justify-content: center;\n\n >div {\n display: flex;\n flex-direction: column;\n gap: 7px;\n }\n\n span {\n font-size: 12px;\n font-weight: 500;\n color: #4D4D4D;\n }\n\n svg {\n fill: #4D4D4D;\n }\n \n"]))),qN=Sr.span(Vy||(Vy=D(["\n\n ","\n \n"],["\n\n ","\n \n"])),(function(n){if(n.$overflow)return kr($y||($y=D(["\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n position: relative;\n display: block;\n "],["\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n position: relative;\n display: block;\n "])))})),fN=Sr.span(Yy||(Yy=D(["\n\n ","\n\n"],["\n\n ","\n\n"])),(function(n){if(n.$overflow)return kr(Hy||(Hy=D(["\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n position: relative;\n display: block;\n "],["\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n position: relative;\n display: block;\n "])))})),WN=function(o){var t,p=o.columns,b=o.data,M=o.size,z=void 0===M?"default":M,c=o.headless,r=void 0!==c&&c,i=o.bordered,a=void 0!==i&&i,O=o.dashed,s=void 0!==O&&O,d=o.noGaps,A=void 0!==d&&d,l=o.overflow,u=void 0!==l&&l,q=$n().t,f=function(n){var o={};return"string"==typeof n.width?o.width=n.width:"number"==typeof n.width?o.minWidth=n.width+"px":o.width="auto",void 0!==n.maxWidth&&("string"==typeof n.maxWidth?o.maxWidth=n.maxWidth:"number"==typeof n.maxWidth&&(o.maxWidth=n.maxWidth+"px")),o};return n(lN,{$size:z,$noGaps:A,children:e("table",{className:(t="itd-table",t+=" itd-table-"+Ki(z),r&&(t+=" itd-table-headless"),a&&(t+=" itd-table-bordered"),A&&(t+=" itd-table-no-gaps"),b||(t+=" itd-table-empty"),0===(null==b?void 0:b.length)&&(t+=" itd-table-no-data"),t+=s?" itd-table-dashed":" itd-table-solid"),children:[function(){if(!r)return n("thead",{children:n("tr",{children:p.map((function(o){return n("th",{style:f(o),children:n(qN,{$overflow:u,children:o.title})},String(o.key))}))})})}(),b?0===b.length?n("tbody",{children:n("tr",{children:n("td",{colSpan:p.length,children:n(uN,{children:e("div",{children:[n(Il,{height:30}),n("span",{children:q("table.noData")})]})})})})}):n("tbody",{children:b.map((function(o,e){return n("tr",{children:p.map((function(t){return n("td",{style:f(t),children:n(fN,{$overflow:u,children:t.render?t.render(o[t.dataIndex],o,e):t.dataIndex?o[t.dataIndex]:null})},String(t.key))}))},String(o.key))}))}):n("tbody",{children:n("tr",{children:n("td",{colSpan:p.length,children:n(uN,{})})})})]})})},hN=Sr.div(pN||(pN=D(["\n\n display : flex;\n\n ","\n\n ","\n\n ","\n\n ","\n\n ","\n\n ","\n\n"],["\n\n display : flex;\n\n ","\n\n ","\n\n ","\n\n ","\n\n ","\n\n ","\n\n"])),(function(n){if(n.$stretch&&!0===n.$stretch)return n.$vertical&&!0===n.$vertical?kr(Gy||(Gy=D(["\n height : 100%;\n "],["\n height : 100%;\n "]))):kr(Ky||(Ky=D(["\n width : 100%;\n "],["\n width : 100%;\n "])))}),(function(n){if(n.$wrap)return!0===n.$wrap&&kr(Qy||(Qy=D(["\n flex-wrap : wrap;\n "],["\n flex-wrap : wrap;\n "])))}),(function(n){return n.$vertical?!0===n.$vertical&&kr(Jy||(Jy=D(["\n flex-direction : column;\n "],["\n flex-direction : column;\n "]))):kr(Zy||(Zy=D(["\n flex-direction : row;\n "],["\n flex-direction : row;\n "])))}),(function(n){if(n.$justify)return kr(nN||(nN=D(["\n justify-content : ",";\n "],["\n justify-content : ",";\n "])),n.$justify)}),(function(n){return n.$align?kr(oN||(oN=D(["\n align-items : ",";\n "],["\n align-items : ",";\n "])),n.$align):kr(eN||(eN=D(["\n align-items : center;\n "],["\n align-items : center;\n "])))}),(function(n){if(n.$gap){var o=0,e="";return"small"===n.$gap?o=10:"medium"===n.$gap?o=16:"large"===n.$gap?o=24:"string"==typeof n.$gap?e=n.$gap:o=n.$gap,""===e&&(e=o+"px"),kr(tN||(tN=D(["\n gap : ",";\n "],["\n gap : ",";\n "])),e)}})),gN=function(o){var e=o.gap,t=o.justify,p=o.align,b=o.vertical,M=o.wrap,z=o.stretch,c=o.style,r=o.className,i=o.children;return n(hN,{$gap:e,$justify:t,$align:p,$vertical:b,$wrap:M,$stretch:z,style:c,className:r,children:i})};yn.use(In).init({preload:["en","tr"],fallbackLng:["en","tr"],lng:"en-US",load:"languageOnly",ns:["translation"],defaultNS:["translation"],initImmediate:!1,debug:!1,resources:{}}),yn.addResourceBundle("en","translation",{success:"Success",error:"Error",table:{noData:"No Data"},placeholders:{username:"Username",email:"E-Mail",password:"Password",confirmPassword:"Confirm password",typeYourNoteHere:"Type your note here",selectGender:"Select Gender",selectLanguage:"Select Language"},options:{male:"Male",female:"Female",languages:{turkish:"Turkish",english:"English"}},buttons:{submit:"Submit",reset:"Reset"},errors:{required:"This field is required!",minLength:"Should contain at least {{- length}} characters",maxLength:"Is too long. Max size is {{- length}}",passwordRule:"Your password must be at least 8 characters long, contain at least one digit, one uppercase letter, one lowercase letter, one special character, and must not contain spaces.",invalidEmailAddress:"Invalid email address",passwordsDontMatch:"The two passwords that you entered do not match!",usernameRule:"Only English letters, digits and symbols (-_). No space is allowed",wrongTCIdentity:"Wrong TC Identity Number",fieldMustBeTheSame:"This field must be the same as: {{- fields}}"},uploader:{header:"Drag and drop an file",hint:"or Browse to choose a file",fileUploading:"File uploading...",info:"Total: {{- total}} - {{- estimated}} s remaining.",delete:"Delete",preview:"Preview",error:"Error",fileFormatError:"You can only upload {{fileFormat}} file",fileSizeError:"File must smaller than {{fileSize}}",fileUploadSuccess:"File successfully uploaded.",fileUploadFailed:"File upload failed!",removeFileSuccess:"File successfully delete!",browserDoesntSupportDND:"Browser doesn't support drag and drop!",calculating:"Calculating...",removeFile:"Remove File",areYouSureToDeleteThisFile:"Are you sure to delete this file?",yes:"Yes",no:"No"},results:{authentication:{title:"You Need To Sign In",subtitle:"You need to login to access this page. Please login by clicking the button below.",button:"LOGIN"}},countries:S({},Jn)}),yn.addResourceBundle("tr","translation",{success:"Başarılı",error:"Hata",table:{noData:"Veri Yok"},placeholders:{username:"Kullanıcı adı",email:"E-Posta",password:"Şifre",confirmPassword:"Şifre tekrar",typeYourNoteHere:"Notunuzu buraya yazınız",selectGender:"Cinsiyet Seçin",selectLanguage:"Dil Seçin"},options:{male:"Erkek",female:"Kadın",languages:{turkish:"Türkçe",english:"İngilizce"}},buttons:{submit:"Gönder",reset:"Temizle"},errors:{required:"Bu alan zorunludur!",minLength:"En az {{- length}} karakter olmalıdır",maxLength:"Çok uzun. Maks uzunluk {{- length}} karakter olmalıdır.",exactLength:"This field must be {{- length}} characters long.",passwordRule:"Şifreniz en az 8 harf olmalı, bir rakam, bir büyük ve bir küçük harf, bir özel karakter içermeli ve boşluk kullanılmamalıdır.",invalidEmailAddress:"Geçersiz e-posta adresi",passwordsDontMatch:"Girdiğiniz şifreler birbirleriyle uyuşmuyor!",usernameRule:"Harf, sayı ve bazı özel karakterlerden oluşmalıdır (-_). Boşluk kullanılmamalıdır",wrongTCIdentity:"TC Kimlik Numarası Yanlış",fieldMustBeTheSame:"Bu alan şunlarla aynı olmalıdır: {{- fields}}"},uploader:{header:"Bir resmi sürükleyip bırakın",hint:"ya da bir dosya seçmek için tıklayın.",fileUploading:"Dosya yükleniyor...",info:"Toplam: {{- total}} - {{- estimated}} sn kaldı.",delete:"Sil",preview:"Önizleme",error:"Hata",fileFormatError:"Yalnızca {{fileFormat}} dosyası yükleyebilirsiniz.",fileSizeError:"Dosya boyutu {{fileSize}}'den küçük olmalıdır.",fileUploadSuccess:"Dosya başarıyla yüklendi.",fileUploadFailed:"Dosya yüklenemedi!",removeFileSuccess:"Dosya başarıyla silindi!",browserDoesntSupportDND:"Tarayıcı taşı&bırak özelliğini desteklemiyor!",calculating:"Hesaplanıyor...",removeFile:"Dosya Silme",areYouSureToDeleteThisFile:"Bu dosyayı silmek istediğinize emin misiniz?",yes:"Evet",no:"Hayır"},results:{authentication:{title:"Üye Girişi Gerekiyor",subtitle:"Bu bölüme ulaşmanız için üye girişi yapmanız gerekiyor. Aşağıdaki tuşa tıklayarak lütfen üye girişi yapınız.",button:"GİRİŞ YAP"}},countries:S({},Qn)});export{rv as ALink,Qg as Accordion,HA as AddDefaultThemeStyle,KA as AddZero,eL as Alert,Xl as ArrowIcon,Tl as BackToTop,by as BackTop,la as Button,am as Calendar,AN as Card,nl as CheckFileURL,bu as Checkbox,El as Checkmark,JA as ChunkArray,Av as Collapse,ro as ConsoleLog,IA as ConvertCurrency,fm as DatePicker,_A as DetermineNewHeight,CA as DetermineNewWidth,ZA as FileChecker,Yn as FileExtensions,Hn as FileTypes,CM as FindSelector,gN as Flex,Eg as Form,el as FormatBytes,dl as FormatDate,Al as FormatDateTime,ll as FormatSimpleDate,ul as FormatSimpleDateTime,ql as FormatTime,jA as GetByCurrency,PA as GetCountryCodeByCurrencyCode,DA as GetCountryCodeByLanguage,$A as GetCurrencyFormat,UA as GetCurrencySymbol,VA as GetDecimalByCurrency,tl as GetTypeByFileType,yl as H1,Nl as H2,xl as H3,Bl as H4,EA as ITDContext,SA as ITDProvider,Ci as Image,Iv as InlineSelect,Sl as InlineSelectArrow,CR as Input,GA as IsValidJSON,wl as LockIcon,Pa as ModalManager,Vn as ModalState,Il as NoData,mA as Notification,Dl as Picture,Ay as Progress,yv as Radio,QA as RemoveUnits,JL as Result,cl as SVGLoader,ag as Select,Jr as Spin,iy as Status,Mv as Switch,WN as Table,cN as Tabs,QR as TextArea,Eh as TinyScrollbar,XA as Tooltip,_l as Trash,ol as UniUpperCase,YA as UpdateThemeStyle,IL as Upload,kl as UploadIcon,pl as Wait,Cl as ZoomIn,Pl as ZoomOut,Oo as useAddExternalCSS,VM as useComponentSize,$M as useConnectionStatus,ao as useConstructor,YM as useContextBridge,HM as useCoreFetch,_M as useCreateDynamicStyle,PM as useCreateStyledStyle,jM as useMultiQuery,DM as useOnClickOutside,IM as useOnESCKeyDown,UM as useOnResize,io as useReCaptcha,FM as useSingleQuery};
|
|
@@ -0,0 +1,241 @@
|
|
|
1
|
+
.defaultInput {
|
|
2
|
+
height: 100%;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.floatingInput {
|
|
6
|
+
font-size: 13px;
|
|
7
|
+
color: rgba(0, 0, 0, 0.8509803922);
|
|
8
|
+
caret-color: rgba(0, 0, 0, 0.8509803922);
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
/* --------------------------------- */
|
|
12
|
+
.floatingInput::placeholder {
|
|
13
|
+
color: rgba(0, 0, 0, 0);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.floatingInput:disabled:not(.floatingInput[data-locked=true]) {
|
|
17
|
+
opacity: 0.5;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.floatingInput:disabled :not(.floatingInput[data-locked=true]) {
|
|
21
|
+
opacity: 0.5;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.floatingLabel {
|
|
25
|
+
display: block;
|
|
26
|
+
position: relative;
|
|
27
|
+
max-height: 0;
|
|
28
|
+
font-weight: 500;
|
|
29
|
+
pointer-events: none;
|
|
30
|
+
font-size: 16px;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.floatingLabel::before {
|
|
34
|
+
color: rgba(0, 0, 0, 0.6);
|
|
35
|
+
content: attr(data-content);
|
|
36
|
+
display: inline-block;
|
|
37
|
+
filter: blur(0);
|
|
38
|
+
backface-visibility: hidden;
|
|
39
|
+
transform-origin: left top;
|
|
40
|
+
transition: transform 0.2s ease-out;
|
|
41
|
+
position: relative;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.floatingInput:placeholder-shown + .floatingLabel::before {
|
|
45
|
+
transform: translate3d(0, -32px, 0) scale3d(0.8, 0.8, 1);
|
|
46
|
+
font-smooth: always;
|
|
47
|
+
-webkit-font-smoothing: antialiased;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.floatingLabel::before,
|
|
51
|
+
.floatingInput:focus + .floatingLabel::before {
|
|
52
|
+
transform: translate3d(0, -40px, 0) scale3d(0.8, 0.8, 1);
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.floatingInput:focus + .floatingLabel::before {
|
|
56
|
+
color: rgba(0, 0, 0, 0.6);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.floatingInputinput:-webkit-autofill, .floatingInputinput:-webkit-autofill:focus, .floatingInputinput:-webkit-autofill:hover {
|
|
60
|
+
-webkit-text-fill-color: #3496fa !important;
|
|
61
|
+
-webkit-box-shadow: 0 0 0 30px #151d3d inset !important;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.option {
|
|
65
|
+
display: flex;
|
|
66
|
+
align-items: center;
|
|
67
|
+
cursor: pointer;
|
|
68
|
+
min-width: max-content;
|
|
69
|
+
padding: 10px 30px 10px 15px;
|
|
70
|
+
}
|
|
71
|
+
.option:not(:last-child) {
|
|
72
|
+
margin-bottom: 1px;
|
|
73
|
+
}
|
|
74
|
+
.option:hover {
|
|
75
|
+
background-color: rgba(29, 38, 73, 0.5019607843);
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.selected .single, .selected .option span {
|
|
79
|
+
color: #ffffff;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.single, .option span {
|
|
83
|
+
color: rgba(255, 255, 255, 0.6666666667);
|
|
84
|
+
font-weight: 400;
|
|
85
|
+
font-size: 12px;
|
|
86
|
+
line-height: 12px;
|
|
87
|
+
white-space: nowrap;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.menu {
|
|
91
|
+
background-color: #050A20;
|
|
92
|
+
border-radius: 0 5px 5px 5px;
|
|
93
|
+
overflow: hidden;
|
|
94
|
+
position: absolute;
|
|
95
|
+
z-index: 2;
|
|
96
|
+
box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.25);
|
|
97
|
+
transform-origin: 50% 1%;
|
|
98
|
+
transform-box: fill-box;
|
|
99
|
+
transition-timing-function: cubic-bezier(0.75, -0.5, 0, 1.25);
|
|
100
|
+
}
|
|
101
|
+
.menu ul {
|
|
102
|
+
min-width: max-content;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.bodyWrapper {
|
|
106
|
+
height: 300px;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.bodyWrapperLong {
|
|
110
|
+
height: 300px;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.bottom {
|
|
114
|
+
top: 100%;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.left {
|
|
118
|
+
left: 0;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
/* -------------------------------- */
|
|
122
|
+
.menuEnter {
|
|
123
|
+
opacity: 0;
|
|
124
|
+
height: 50px;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.menuEnterActive {
|
|
128
|
+
opacity: 1;
|
|
129
|
+
height: 300px;
|
|
130
|
+
transition: height 150ms ease-out;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.menuExit {
|
|
134
|
+
opacity: 1;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.menuExitActive {
|
|
138
|
+
opacity: 0;
|
|
139
|
+
height: 300px;
|
|
140
|
+
transition: height 150ms ease-out;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
/* -------------------------------- */
|
|
144
|
+
.menuEnterActiveLong {
|
|
145
|
+
opacity: 1;
|
|
146
|
+
height: 300px;
|
|
147
|
+
transition: height 150ms ease-out;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.menuExitActiveLong {
|
|
151
|
+
opacity: 0;
|
|
152
|
+
height: 300px;
|
|
153
|
+
transition: height 150ms ease-out;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.arrow {
|
|
157
|
+
transition: all 0.25s ease-out;
|
|
158
|
+
margin-left: auto;
|
|
159
|
+
transform: rotate(0deg);
|
|
160
|
+
width: 20px;
|
|
161
|
+
height: 20px;
|
|
162
|
+
fill: rgba(255, 255, 255, 0.6);
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.arrowNormal {
|
|
166
|
+
margin-left: auto;
|
|
167
|
+
transform: rotate(-90deg);
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.arrowOpen {
|
|
171
|
+
transform: rotate(-180deg);
|
|
172
|
+
fill: #ffffff;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
.icon {
|
|
176
|
+
margin-right: 8px;
|
|
177
|
+
height: 22px;
|
|
178
|
+
width: 22px;
|
|
179
|
+
color: rgba(255, 255, 255, 0.6);
|
|
180
|
+
font-size: 22px;
|
|
181
|
+
display: flex;
|
|
182
|
+
align-items: center;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.container {
|
|
186
|
+
display: flex;
|
|
187
|
+
align-items: center;
|
|
188
|
+
cursor: pointer;
|
|
189
|
+
user-select: none;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.label {
|
|
193
|
+
display: flex;
|
|
194
|
+
align-items: center;
|
|
195
|
+
position: relative;
|
|
196
|
+
}
|
|
197
|
+
.label span {
|
|
198
|
+
font-size: 12px;
|
|
199
|
+
font-weight: 400;
|
|
200
|
+
color: rgba(255, 255, 255, 0.6);
|
|
201
|
+
line-height: 1.2;
|
|
202
|
+
margin-left: 10px;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.checkmark {
|
|
206
|
+
height: 20px;
|
|
207
|
+
width: 20px;
|
|
208
|
+
border-radius: 6px;
|
|
209
|
+
background-color: #1D2649;
|
|
210
|
+
transition: background-color 0.25sn ease-out;
|
|
211
|
+
display: flex;
|
|
212
|
+
justify-content: center;
|
|
213
|
+
align-items: center;
|
|
214
|
+
}
|
|
215
|
+
.checkmark svg {
|
|
216
|
+
fill: #ffffff;
|
|
217
|
+
visibility: hidden;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.check {
|
|
221
|
+
background-color: #3396FB;
|
|
222
|
+
}
|
|
223
|
+
.check svg {
|
|
224
|
+
visibility: visible;
|
|
225
|
+
animation: bounce 0.5s;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
@keyframes bounce {
|
|
229
|
+
0% {
|
|
230
|
+
transform: scale(0.2) rotate(4deg);
|
|
231
|
+
}
|
|
232
|
+
50% {
|
|
233
|
+
transform: scale(1.2) rotate(-2deg);
|
|
234
|
+
}
|
|
235
|
+
75% {
|
|
236
|
+
transform: scale(0.9) rotate(1deg);
|
|
237
|
+
}
|
|
238
|
+
100% {
|
|
239
|
+
transform: scale(1) rotate(0deg);
|
|
240
|
+
}
|
|
241
|
+
}
|
package/dist/table/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { TableProps } from "../index";
|
|
2
|
-
declare const Table: <T>({ columns, data, size, headless, bordered, dashed, noGaps }: TableProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
declare const Table: <T>({ columns, data, size, headless, bordered, dashed, noGaps, overflow }: TableProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
export default Table;
|
package/dist/table/styled.d.ts
CHANGED
|
@@ -5,4 +5,10 @@ declare const Wrapper: import("styled-components/dist/types").IStyledComponentBa
|
|
|
5
5
|
$noGaps: boolean;
|
|
6
6
|
}>> & string;
|
|
7
7
|
declare const EmptyBody: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
8
|
-
|
|
8
|
+
declare const RowTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {
|
|
9
|
+
$overflow: boolean;
|
|
10
|
+
}>> & string;
|
|
11
|
+
declare const Cell: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {
|
|
12
|
+
$overflow: boolean;
|
|
13
|
+
}>> & string;
|
|
14
|
+
export { Wrapper, EmptyBody, RowTitle, Cell };
|