@inntechcorp/it-design 2.0.217 → 2.0.218
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1 +1,27 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* What are SEO stop words?
|
|
3
|
+
*
|
|
4
|
+
* SEO stop words (Google stop words, stopwords) are generic common words
|
|
5
|
+
* (and, or, besides, in, a, the, do, they, etc.) that Google may omit in
|
|
6
|
+
* search query processing because they don’t usually affect the meaning of the query.
|
|
7
|
+
* These words are actually used for grammatical purposes and don’t communicate a message on their own.
|
|
8
|
+
*
|
|
9
|
+
* For example, if you google something like “best carrot cake recipe” and “the best carrot cake recipe”,
|
|
10
|
+
* the SERP will anyway feature links to pages with carrot cake recipes. In this case, the does not
|
|
11
|
+
* add any meaning to the query.
|
|
12
|
+
*
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* ### toKebabCase
|
|
17
|
+
*
|
|
18
|
+
* First, removes special characters from the provided string value and converts it to lowercase.
|
|
19
|
+
*
|
|
20
|
+
* @param value The input string.
|
|
21
|
+
* @param removeStopWords Removes stop words if true.
|
|
22
|
+
* @param removeNumbers Removes numbers if true.
|
|
23
|
+
*
|
|
24
|
+
* @returns If `toKebabCase("bu 123 bir örnek 456 cümle", true, true)` is provided, it will return `"ornek-cumle"`.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export default function toKebabCase(value: string, removeStopWords?: boolean, removeNumbers?: boolean): string;
|
package/dist/index.cjs.js
CHANGED
|
@@ -666,4 +666,4 @@ function nu(n,e){if(lu(n))for(let o=0;o<n.length&&!1!==e(n[o],o,n);o++);else n&&
|
|
|
666
666
|
position: relative;
|
|
667
667
|
width: max-content;
|
|
668
668
|
|
|
669
|
-
`,_v=({label:n="",value:o=[],children:t=null,single:p=!1,minWidth:b=0,className:M="",onChange:z=null})=>{const c=e.useRef(null),[r,i]=e.useState(!1),[a,O]=e.useState([]),[s,d]=e.useState("");e.useEffect((()=>{o&&o.length>0&&t.length>0&&(O(o),e.Children.map(t,(n=>{n.props.value===o[0]&&d(n.props.children)})))}),[o,t]),iM(c,(()=>{i(!1)}));const A=(n,e)=>{if(z?z(n,e):console.warn("InlineSelect: 'onChange' method couldn't be called because it is not defined!"),p)O(n),d(e);else{const e=n[n.length-1];O(e||[])}};return e.createElement(Cv,{className:(()=>{let n="itd-inline-select";return r&&(n+=" itd-inline-select-open"),""!==M&&(n+=" "+M),n})(),ref:c},e.createElement(Ev,{onChange:n=>{i(n)},isOpen:r,count:a.length,single:p,label:(()=>{let e=p||!p&&1===a.length?s:n;return""===e?"··········":e})()}),e.createElement(wv,{onChange:A,value:a,isOpen:r,single:p,minWidth:b},e.Children.map(t,(n=>{if(n&&n.hasOwnProperty("type")&&null!==n.type&&void 0!==n.type)return n.type===Nv?e.cloneElement(n,{...n.props,onChange:A,single:p}):void 0}))))};_v.Option=Nv;var Dv,Pv,jv,Fv,Iv,Vv,Uv,Hv,$v,Yv=or.div(Iv||(Iv=l(["\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 Zc(Dv||(Dv=l(["\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 Zc(jv||(jv=l(["\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 Zc(Fv||(Fv=l(["\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 Zc(Pv||(Pv=l(["\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 "])))})),Gv=or.span(Vv||(Vv=l(["\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"]))),Kv=or.span(Uv||(Uv=l(["\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"]))),Qv=or.span(Hv||(Hv=l(["\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"})),Jv=or.div($v||($v=l(["\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"]))),Zv=function(e){var o=e.type,t=void 0===o?"info":o,b=e.size,M=void 0===b?"small":b,z=e.title,c=void 0===z?"":z,r=e.className,i=void 0===r?"":r,a=e.children,O=void 0===a?"":a,s=function(){var n="itd-alert";return n+=" itd-alert-"+t,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};return n.jsxs(Yv,{className:s(),children:[n.jsx(Jv,{children:n.jsx(p.ReactSVG,{src:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' strokeWidth='2' stroke-linecap='round' stroke-linejoin='round'%3e %3ccircle cx='12' cy='12' r='10'%3e%3c/circle%3e %3cline x1='12' x2='12' y1='8' y2='12'%3e%3c/line%3e %3cline x1='12' x2='12.01' y1='16' y2='16'%3e%3c/line%3e%3c/svg%3e"})}),n.jsxs(Qv,{$noTitle:!c,children:[""!==c?n.jsx(Gv,{children:c}):null,""!==O?n.jsx(Kv,{children:O}):null]})]})};Zv.displayName="ITD-Alert";var nL,eL,oL,tL,pL,bL,ML,zL,cL,rL,iL,aL=or.section(nL||(nL=l(["\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"]))),OL=tr(eL||(eL=l(["\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"]))),sL=or.div(oL||(oL=l(["\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"]))),dL=or.div(pL||(pL=l(["\n\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"],["\n\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"])),(function(n){return"true"===n.$fill?"100%":"auto"}),(function(n){return"true"===n.$fill?"100%":"500px"}),(function(n){return!0===n.$background?"default"===n.$type?"#10233b":"#0E153180":"transparent"}),(function(n){if(n.$animation)return Zc(tL||(tL=l(["\n animation : "," 0.5s ease-out;\n transition : all 0.5s ease-out;\n transform-origin : 50% 50%;\n "],["\n animation : "," 0.5s ease-out;\n transition : all 0.5s ease-out;\n transform-origin : 50% 50%;\n "])),OL)})),AL=or.div(bL||(bL=l(['\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']))),lL=or.div(ML||(ML=l(["\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"]))),uL=or.div(zL||(zL=l(["\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"]))),qL=or.div(cL||(cL=l(["\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"]))),fL=or.div(rL||(rL=l(["\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"]))),hL=or.div(iL||(iL=l(["\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"]))),WL=function(o){var t=o.image,p=void 0===t?"":t,b=o.title,M=void 0===b?"":b,z=o.description,c=void 0===z?"":z,r=o.extra,i=void 0===r?null:r,a=o.footer,O=void 0===a?null:a,s=o.type,d=void 0===s?"default":s,A=o.fill,l=void 0!==A&&A,u=o.autoCenter,q=void 0===u||u,f=o.background,h=void 0===f||f,W=o.animation,g=void 0===W||W,m=e.useState(""),R=m[0],v=m[1];e.useEffect((function(){""!==p&&v(p)}),[p]);var L,y=function(){if(i)return n.jsx(lL,{className:"itd-result-extras",children:i})},x=function(){if(O)return n.jsx(uL,{className:"itd-result-footer",children:O})};return n.jsx(aL,{className:(L="itd-result",L+=" itd-result-"+d,q&&(L+=" itd-result-auto-center"),l&&(L+=" itd-result-fill"),L),children:n.jsx(sL,{className:"itd-result-content-wrapper",children:n.jsxs(dL,{className:"itd-result-content",$autoCenter:q,$type:d,$background:h,$animation:g,$fill:l.toString(),children:[n.jsxs(qL,{className:"itd-result-body",children:[n.jsx(AL,{className:"itd-image-wrapper",children:n.jsx(bi,{src:R})}),n.jsx(fL,{className:"itd-result-title",children:M}),n.jsx(hL,{className:"itd-result-sub-title",children:c})]}),y(),x()]})})})};WL.displayName="ITD-Result";var gL,mL,RL,vL=or.div(gL||(gL=l(["\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 "]))),LL=or.a(mL||(mL=l(["\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?yL:"none"})),yL=tr(RL||(RL=l(["\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"])));var xL,NL,BL={"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"}},wL=or.div(NL||(NL=l(["\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-stretch {\n width: 100%;\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-stretch {\n width: 100%;\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 e,o=n.$status;return e=o,Zc(xL||(xL=l(["\n background: ",";\n span {\n color: ",";\n }\n "],["\n background: ",";\n span {\n color: ",";\n }\n "])),BL[e].background,BL[e].text)}));var XL,kL,SL={normal:{background:"#1B84FF",remaining:"#efefef"},active:{background:"#1B84FF",remaining:"#efefef"},success:{background:"#17C653",remaining:"#efefef"},exception:{background:"#F8285A",remaining:"#efefef"}},TL=or.div(kL||(kL=l(["\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 e,o=n.$status;return e=o,Zc(XL||(XL=l(["\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 "])),SL[e].remaining,SL[e].background,SL[e].background)}));var EL,CL,_L,DL,PL,jL,FL,IL,VL,UL,HL,$L,YL,GL,KL,QL,JL,ZL,ny,ey,oy,ty,py,by,My,zy,cy,ry,iy,ay,Oy,sy,dy,Ay,ly,uy,qy,fy,hy,Wy,gy,my,Ry,vy=or.div(EL||(EL=l(["\n\n height: ",";\n\n"],["\n\n height: ",";\n\n"])),(function(n){return n.$height?n.$height+"px":"75px"})),Ly=or.div(FL||(FL=l(["\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 Zc(CL||(CL=l(["\n span {\n color: #1b84ff;\n }\n "],["\n span {\n color: #1b84ff;\n }\n "])))}),(function(n){return n.$isBold?Zc(_L||(_L=l(["\n span {\n color: #1b84ff;\n }\n "],["\n span {\n color: #1b84ff;\n }\n "]))):Zc(DL||(DL=l(["\n span {\n color: #071437;\n }\n "],["\n span {\n color: #071437;\n }\n "])))}),(function(n){return n.$isBold?Zc(PL||(PL=l(["\n border-width: 2px;\n span {\n font-weight: 600;\n }\n "],["\n border-width: 2px;\n span {\n font-weight: 600;\n }\n "]))):Zc(jL||(jL=l(["\n span {\n font-weight: 500;\n }\n "],["\n span {\n font-weight: 500;\n }\n "])))})),yy=or.div(IL||(IL=l(["\n\n padding: 20px 0;\n color: #99a1b7;\n \n"],["\n\n padding: 20px 0;\n color: #99a1b7;\n \n"]))),xy=function(o){var t=o.tabs,p=void 0===t?[]:t,b=o.activeTabKey,M=void 0===b?"":b,c=o.variant,r=void 0===c?"default":c,i=o.height,a=o.onTabChange,O=e.useState(M),s=O[0],d=O[1];e.useEffect((function(){s!==M&&d(M)}),[M]);var A=function(n,e){return o=!1,p.map((function(n){n.link&&(o=!0)})),o?"":s?s===n?"active":"":M&&0===e?"active":"";var o},l=function(n){d(n),a&&a(n)},u=function(e,o){return n.jsx("a",{className:A(e.key,o),onClick:function(){return l(e.key)},children:n.jsx("span",{children:e.tab})})},q=function(e,o){return n.jsx(z.NavLink,{className:A(e.key,o),onClick:function(){return l(e.key)},to:e.link?e.link:"",children:n.jsx("span",{children:e.tab})})};return n.jsxs(vy,{$height:i,className:"itd-tabs",children:[n.jsx(Ly,{$isBold:"bold"===r,children:n.jsx("ul",{children:p.map((function(e,o){return n.jsx("li",{children:e.link?q(e,o):u(e,o)},e.key)}))})}),function(){var e=p.filter((function(n){return n.key===s}))[0];if(e&&e.children)return n.jsx(yy,{className:"itd-content-body",children:e.children})}()]})},Ny=or.div(VL||(VL=l(["\n\n position: relative;\n width: 100%;\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\n position: relative;\n width: 100%;\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"]))),By=or.div(UL||(UL=l(["\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"})),wy=or.div($L||($L=l(["\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 Zc(HL||(HL=l(["\n border-bottom: 1px solid #f1f1f4;\n "],["\n border-bottom: 1px solid #f1f1f4;\n "])))})),Xy=or.div(YL||(YL=l(["\n padding: 20px 0;\n height: 100%;\n"],["\n padding: 20px 0;\n height: 100%;\n"]))),ky=or.div(GL||(GL=l(["\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"})),Sy=or.div(KL||(KL=l(["\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"]))),Ty=or.div(ry||(ry=l(["\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 .expand-button {\n\n width: 100%;\n height: 100%;\n cursor: pointer;\n position: absolute;\n top: 0;\n left: 0;\n user-select: none;\n\n display: flex;\n align-items: center;\n justify-content: center;\n\n button:hover {\n //background-color: #ececec;\n }\n\n button span span {\n //color: #555;\n font-size: 15px;\n line-height: 14px;\n font-weight: 600;\n }\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 border-spacing: 0;\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 th, td {\n position: relative;\n width: auto;\n vertical-align: middle;\n }\n\n }\n\n >table {\n\n >tbody, >thead {\n \n ","\n\n td, th {\n \n ","\n\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 /**\n * Tabloda içeriği boşsa.\n */\n &.itd-table-no-data {\n\n >tbody {\n >tr {\n background-color: #FAFAFA;\n }\n }\n\n }\n\n /**\n * Tabloda içeriği boş değilse.\n */\n &:not(.itd-table-empty) {\n\n /**\n * Ana tablo satırların üstüne gelindiğinde\n */\n >tbody >tr:not(.itd-table-row-inner):hover {\n background-color: #FAFAFA;\n }\n\n /**\n * Alt tablo satırların üstüne gelindiğinde\n */\n .itd-table-inner-table >tbody >tr:hover {\n background-color: #FAFAFA;\n }\n\n }\n\n }\n\n /**\n * DÜZ ÇİZGİLİ VE DIŞ KENARLIKSIZ\n */\n &:not(.itd-table-bordered) {\n\n /**\n * Ana tablo hücre kenarlıkları\n */\n >tbody >tr, >thead >tr {\n border-top: 1px solid #f1f1f4;\n border-bottom: 1px solid #f1f1f4;\n }\n\n /**\n * Alt tablo hücre kenarlıkları\n */\n .itd-table-inner-table {\n >tbody >tr {\n\n &:not(:first-child) {\n border-top: 1px solid #f1f1f4;\n }\n\n &:not(:last-child) {\n border-bottom: 1px solid #f1f1f4;\n }\n \n }\n }\n \n }\n\n /**\n * DÜZ ÇİZGİLİ VE DIŞ KENARLIKLI\n */\n &.itd-table-bordered {\n\n /**\n * Ana tablo hücre kenarlıkları\n */\n >tbody >tr , >thead >tr {\n\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 >td, >th {\n border-left: 1px solid #f1f1f4;\n border-right: 1px solid #f1f1f4;\n }\n\n }\n\n /**\n * Alt tablo hücre kenarlıkları\n */\n .itd-table-inner-table {\n >tbody >tr {\n\n &:not(:first-child) {\n border-top: 1px solid #f1f1f4;\n }\n\n &:not(:last-child) {\n border-bottom: 1px solid #f1f1f4;\n }\n\n >td:not(:first-child) {\n border-left: 1px solid #f1f1f4;\n }\n\n >td:not(:last-child) {\n border-right: 1px solid #f1f1f4;\n }\n \n }\n }\n\n }\n\n /**\n * KESİK ÇİZGİLİ, DIŞ KENARLIKSIZ\n */\n &.itd-table-dashed {\n\n /**\n * Ana tablo hücre kenarlıkları\n */\n >tbody >tr, >thead >tr {\n border-top: 1px dashed #f1f1f4;\n border-bottom: 1px dashed #f1f1f4;\n }\n\n /**\n * Alt tablo hücre kenarlıkları\n */\n .itd-table-inner-table {\n >tbody >tr {\n\n &:not(:first-child) {\n border-top: 1px dashed #f1f1f4;\n }\n\n &:not(:last-child) {\n border-bottom: 1px dashed #f1f1f4;\n }\n \n }\n }\n\n }\n\n /**\n * KESİK ÇİZGİLİ VE DIŞ KENARLIKLI\n */\n &.itd-table-dashed.itd-table-bordered {\n\n /**\n * Ana tablo hücre kenarlıkları\n */\n >tbody >tr, >thead >tr {\n \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 >td, >th {\n border-left: 1px dashed #f1f1f4;\n border-right: 1px dashed #f1f1f4;\n }\n\n }\n\n /**\n * Alt tablo hücre kenarlıkları\n */\n .itd-table-inner-table {\n >tbody >tr {\n\n &:not(:first-child) {\n border-top: 1px dashed #f1f1f4;\n }\n\n &:not(:last-child) {\n border-bottom: 1px dashed #f1f1f4;\n }\n\n >td:not(:first-child) {\n border-left: 1px dashed #f1f1f4;\n }\n\n >td:not(:last-child) {\n border-right: 1px dashed #f1f1f4;\n }\n \n }\n }\n\n }\n\n /**\n * ÇİZGİSİZ VE KENARLIKSIZ\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 .expand-button {\n\n width: 100%;\n height: 100%;\n cursor: pointer;\n position: absolute;\n top: 0;\n left: 0;\n user-select: none;\n\n display: flex;\n align-items: center;\n justify-content: center;\n\n button:hover {\n //background-color: #ececec;\n }\n\n button span span {\n //color: #555;\n font-size: 15px;\n line-height: 14px;\n font-weight: 600;\n }\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 border-spacing: 0;\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 th, td {\n position: relative;\n width: auto;\n vertical-align: middle;\n }\n\n }\n\n >table {\n\n >tbody, >thead {\n \n ","\n\n td, th {\n \n ","\n\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 /**\n * Tabloda içeriği boşsa.\n */\n &.itd-table-no-data {\n\n >tbody {\n >tr {\n background-color: #FAFAFA;\n }\n }\n\n }\n\n /**\n * Tabloda içeriği boş değilse.\n */\n &:not(.itd-table-empty) {\n\n /**\n * Ana tablo satırların üstüne gelindiğinde\n */\n >tbody >tr:not(.itd-table-row-inner):hover {\n background-color: #FAFAFA;\n }\n\n /**\n * Alt tablo satırların üstüne gelindiğinde\n */\n .itd-table-inner-table >tbody >tr:hover {\n background-color: #FAFAFA;\n }\n\n }\n\n }\n\n /**\n * DÜZ ÇİZGİLİ VE DIŞ KENARLIKSIZ\n */\n &:not(.itd-table-bordered) {\n\n /**\n * Ana tablo hücre kenarlıkları\n */\n >tbody >tr, >thead >tr {\n border-top: 1px solid #f1f1f4;\n border-bottom: 1px solid #f1f1f4;\n }\n\n /**\n * Alt tablo hücre kenarlıkları\n */\n .itd-table-inner-table {\n >tbody >tr {\n\n &:not(:first-child) {\n border-top: 1px solid #f1f1f4;\n }\n\n &:not(:last-child) {\n border-bottom: 1px solid #f1f1f4;\n }\n \n }\n }\n \n }\n\n /**\n * DÜZ ÇİZGİLİ VE DIŞ KENARLIKLI\n */\n &.itd-table-bordered {\n\n /**\n * Ana tablo hücre kenarlıkları\n */\n >tbody >tr , >thead >tr {\n\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 >td, >th {\n border-left: 1px solid #f1f1f4;\n border-right: 1px solid #f1f1f4;\n }\n\n }\n\n /**\n * Alt tablo hücre kenarlıkları\n */\n .itd-table-inner-table {\n >tbody >tr {\n\n &:not(:first-child) {\n border-top: 1px solid #f1f1f4;\n }\n\n &:not(:last-child) {\n border-bottom: 1px solid #f1f1f4;\n }\n\n >td:not(:first-child) {\n border-left: 1px solid #f1f1f4;\n }\n\n >td:not(:last-child) {\n border-right: 1px solid #f1f1f4;\n }\n \n }\n }\n\n }\n\n /**\n * KESİK ÇİZGİLİ, DIŞ KENARLIKSIZ\n */\n &.itd-table-dashed {\n\n /**\n * Ana tablo hücre kenarlıkları\n */\n >tbody >tr, >thead >tr {\n border-top: 1px dashed #f1f1f4;\n border-bottom: 1px dashed #f1f1f4;\n }\n\n /**\n * Alt tablo hücre kenarlıkları\n */\n .itd-table-inner-table {\n >tbody >tr {\n\n &:not(:first-child) {\n border-top: 1px dashed #f1f1f4;\n }\n\n &:not(:last-child) {\n border-bottom: 1px dashed #f1f1f4;\n }\n \n }\n }\n\n }\n\n /**\n * KESİK ÇİZGİLİ VE DIŞ KENARLIKLI\n */\n &.itd-table-dashed.itd-table-bordered {\n\n /**\n * Ana tablo hücre kenarlıkları\n */\n >tbody >tr, >thead >tr {\n \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 >td, >th {\n border-left: 1px dashed #f1f1f4;\n border-right: 1px dashed #f1f1f4;\n }\n\n }\n\n /**\n * Alt tablo hücre kenarlıkları\n */\n .itd-table-inner-table {\n >tbody >tr {\n\n &:not(:first-child) {\n border-top: 1px dashed #f1f1f4;\n }\n\n &:not(:last-child) {\n border-bottom: 1px dashed #f1f1f4;\n }\n\n >td:not(:first-child) {\n border-left: 1px dashed #f1f1f4;\n }\n\n >td:not(:last-child) {\n border-right: 1px dashed #f1f1f4;\n }\n \n }\n }\n\n }\n\n /**\n * ÇİZGİSİZ VE KENARLIKSIZ\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?Zc(QL||(QL=l(["\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?Zc(JL||(JL=l(["\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?Zc(ZL||(ZL=l(["\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?Zc(ny||(ny=l(["\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?Zc(ey||(ey=l(["\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?Zc(oy||(oy=l(["\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 "]))):Zc(ty||(ty=l(["\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?Zc(py||(py=l(["\n padding-left: 0;\n padding-right: 0;\n "],["\n padding-left: 0;\n padding-right: 0;\n "]))):"x-small"===n.$size?Zc(by||(by=l(["\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?Zc(My||(My=l(["\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?Zc(zy||(zy=l(["\n padding-left: 20px;\n padding-right: 20px;\n "],["\n padding-left: 20px;\n padding-right: 20px;\n "]))):Zc(cy||(cy=l(["\n padding-left: 15px;\n padding-right: 15px;\n "],["\n padding-left: 15px;\n padding-right: 15px;\n "])))})),Ey=or.div(iy||(iy=l(["\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"]))),Cy=or.span(Oy||(Oy=l(["\n\n ","\n \n"],["\n\n ","\n \n"])),(function(n){if(n.$overflow)return Zc(ay||(ay=l(["\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 "])))})),_y=or.span(dy||(dy=l(["\n\n ","\n\n"],["\n\n ","\n\n"])),(function(n){if(n.$overflow)return Zc(sy||(sy=l(["\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 "])))})),Dy=e.forwardRef((function(o,t){var p=o.columns,b=o.data,M=o.cellHeight,z=o.size,c=void 0===z?"default":z,r=o.headless,i=void 0!==r&&r,a=o.bordered,s=void 0!==a&&a,d=o.dashed,A=void 0!==d&&d,l=o.noGaps,u=void 0!==l&&l,q=o.hideGroupButtons,f=void 0!==q&&q,h=o.getTRProps,W=Wn().t,g=e.useState(new Set),m=g[0],R=g[1],v=function(n){R((function(e){var o=new Set(e);return o.has(n)?o.delete(n):o.add(n),o}))};e.useImperativeHandle(t,(function(){return{toggleRow:v,expandedRows:m}}));var L,y=function(n,e){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")),"td"===e&&("string"==typeof M?o.height=M:"number"==typeof M?o.minHeight=M+"px":o.height="auto"),o},x=function(){var n=!1;return null==b||b.map((function(e){e.hasOwnProperty("children")&&(n=!0)})),!f&&n},N=function(n,e,o){return h?h(n,e,o):{}},B=function(n,e,o){var t,p=((t={})["data-index"]=e+"_"+n,t["data-level"]=e,t);return e>0&&(0===n&&(p["data-first"]="true"),n===o-1&&(p["data-last"]="true")),p},w=function(o,t){return void 0===t&&(t=0),o.map((function(b,M){return n.jsxs(e.Fragment,{children:[n.jsxs("tr",O({},B(M,t,null==o?void 0:o.length),N(b,M,t),{children:[x()?b.children?n.jsx("td",{style:{width:"40px"},children:n.jsx("div",{className:"expand-button",children:n.jsx(Ci,{variant:"filled",size:"x-small",onClick:function(){return v(b.key)},circle:!0,children:n.jsx("span",{children:m.has(b.key)?"-":"+"})})})}):n.jsx("td",{}):null,p.map((function(e){return n.jsx("td",{style:y(e,"td"),children:n.jsx(_y,{$overflow:e.overflow,title:String(b[e.dataIndex]),children:e.render?e.render(b[e.dataIndex],b,t):e.dataIndex?String(b[e.dataIndex]):null})},String(e.key)+"_"+M+"_"+t)}))]})),b.children&&m.has(b.key)&&w(b.children,t+1)]},String(t+"_"+M+"_"+b.key))}))};return n.jsx(Ty,{$size:c,$noGaps:u,children:n.jsxs("table",{className:(L="itd-table",L+=" itd-table-"+ui(c),i&&(L+=" itd-table-headless"),s&&(L+=" itd-table-bordered"),u&&(L+=" itd-table-no-gaps"),b||(L+=" itd-table-empty"),0===(null==b?void 0:b.length)&&(L+=" itd-table-no-data"),L+=A?" itd-table-dashed":" itd-table-solid",L+=" itd-table-main-table"),children:[function(){if(!i)return n.jsx("thead",{children:n.jsxs("tr",{children:[x()&&n.jsx("th",{style:{maxWidth:"40px"}}),p.map((function(e){return n.jsx("th",{style:y(e,"th"),children:n.jsx(Cy,{$overflow:e.overflow,title:e.title,children:e.title})},String(e.key))}))]})})}(),b?0===b.length?n.jsx("tbody",{children:n.jsx("tr",{children:n.jsx("td",{colSpan:p.length,children:n.jsx(Ey,{children:n.jsxs("div",{children:[n.jsx(PA,{height:30}),n.jsx("span",{children:W("table.noData")})]})})})})}):n.jsx("tbody",{children:w(b)}):n.jsx("tbody",{children:n.jsx("tr",{children:n.jsx("td",{colSpan:p.length,children:n.jsx(Ey,{})})})})]})})})),Py=or.div(Ry||(Ry=l(["\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?Zc(Ay||(Ay=l(["\n height : 100%;\n "],["\n height : 100%;\n "]))):Zc(ly||(ly=l(["\n width : 100%;\n "],["\n width : 100%;\n "])))}),(function(n){if(n.$wrap)return!0===n.$wrap&&Zc(uy||(uy=l(["\n flex-wrap : wrap;\n "],["\n flex-wrap : wrap;\n "])))}),(function(n){return n.$vertical?!0===n.$vertical&&Zc(qy||(qy=l(["\n flex-direction : column;\n "],["\n flex-direction : column;\n "]))):Zc(fy||(fy=l(["\n flex-direction : row;\n "],["\n flex-direction : row;\n "])))}),(function(n){if(n.$justify)return Zc(hy||(hy=l(["\n justify-content : ",";\n "],["\n justify-content : ",";\n "])),n.$justify)}),(function(n){return n.$align?Zc(Wy||(Wy=l(["\n align-items : ",";\n "],["\n align-items : ",";\n "])),n.$align):Zc(gy||(gy=l(["\n align-items : center;\n "],["\n align-items : center;\n "])))}),(function(n){if(n.$gap){var e=0,o="";return"small"===n.$gap?e=10:"medium"===n.$gap?e=16:"large"===n.$gap?e=24:"string"==typeof n.$gap?o=n.$gap:e=n.$gap,""===o&&(o=e+"px"),Zc(my||(my=l(["\n gap : ",";\n "],["\n gap : ",";\n "])),o)}})),jy=function(e){var o=e.gap,t=e.justify,p=e.align,b=e.vertical,M=e.wrap,z=e.stretch,c=e.style,r=e.className,i=e.children;return n.jsx(Py,{$gap:o,$justify:t,$align:p,$vertical:b,$wrap:M,$stretch:z,style:c,className:r,children:i})};on.use(un).init({preload:["en","tr"],fallbackLng:["en","tr"],lng:"en-US",load:"languageOnly",ns:["translation"],defaultNS:["translation"],initImmediate:!1,debug:!1,resources:{}}),on.addResourceBundle("en","translation",{success:"Success",error:"Error",table:{noData:"No Data"},placeholders:{username:"Username",email:"E-Mail",password:"Password",confirmPassword:"Confirm password",typeYourNoteHere:"Type your note here",selectGender:"Select Gender",selectLanguage:"Select Language",selectCountry:"Select Country",birthday:"Birthday",multipleSelection:"Selected ({{- count}})"},options:{all:"All",male:"Male",female:"Female",languages:{turkish:"Turkish",english:"English"}},buttons:{submit:"Submit",reset:"Reset"},errors:{required:"This field is required!",minLength:"Should contain at least {{- length}} characters",maxLength:"Is too long. Max size is {{- length}}",passwordRule:"Your password must be at least 8 characters long, contain at least one digit, one uppercase letter, one lowercase letter, one special character, and must not contain spaces.",invalidEmailAddress:"Invalid email address",passwordsDontMatch:"The two passwords that you entered do not match!",usernameRule:"Your password must be at least 6 characters long. only English letters, digits and symbols (-_.). No space is allowed",wrongTCIdentity:"Wrong TC Identity Number",fieldMustBeTheSame:"This field must be the same as: {{- fields}}"},uploader:{header:"Drag and drop an file",hint:"or Browse to choose a file",fileUploading:"File uploading...",info:"Total: {{- total}} - {{- estimated}} s remaining.",delete:"Delete",preview:"Preview",error:"Error",fileFormatError:"You can only upload {{fileFormat}} file",fileSizeError:"File must smaller than {{fileSize}}",fileUploadSuccess:"File successfully uploaded.",fileUploadFailed:"File upload failed!",removeFileSuccess:"File successfully delete!",browserDoesntSupportDND:"Browser doesn't support drag and drop!",calculating:"Calculating...",removeFile:"Remove File",areYouSureToDeleteThisFile:"Are you sure to delete this file?",yes:"Yes",no:"No"},results:{authentication:{title:"You Need To Sign In",subtitle:"You need to login to access this page. Please login by clicking the button below.",button:"LOGIN"}},countries:O({},xn)}),on.addResourceBundle("tr","translation",{success:"Başarılı",error:"Hata",table:{noData:"Veri Yok"},placeholders:{username:"Kullanıcı adı",email:"E-Posta",password:"Şifre",confirmPassword:"Şifre tekrar",typeYourNoteHere:"Notunuzu buraya yazınız",selectGender:"Cinsiyet Seçin",selectLanguage:"Dil Seçin",selectCountry:"Ülke Seçin",birthday:"Doğum Tarihi",multipleSelection:"Seçili ({{- count}})"},options:{all:"Hepsi",male:"Erkek",female:"Kadın",languages:{turkish:"Türkçe",english:"İngilizce"}},buttons:{submit:"Gönder",reset:"Temizle"},errors:{required:"Bu alan zorunludur!",minLength:"En az {{- length}} karakter olmalıdır",maxLength:"Çok uzun. Maks uzunluk {{- length}} karakter olmalıdır.",exactLength:"This field must be {{- length}} characters long.",passwordRule:"Şifreniz en az 8 harf olmalı, bir rakam, bir büyük ve bir küçük harf, bir özel karakter içermeli ve boşluk kullanılmamalıdır.",invalidEmailAddress:"Geçersiz e-posta adresi",passwordsDontMatch:"Girdiğiniz şifreler birbirleriyle uyuşmuyor!",usernameRule:"Şifreniz en az 6 karakter uzunluğunda olmalıdır. Sadece İngilizce harfler, rakamlar ve semboller (-_.) kullanılabilir. Boşluk karakterine izin verilmez.",wrongTCIdentity:"TC Kimlik Numarası Yanlış",fieldMustBeTheSame:"Bu alan şunlarla aynı olmalıdır: {{- fields}}"},uploader:{header:"Bir resmi sürükleyip bırakın",hint:"ya da bir dosya seçmek için tıklayın.",fileUploading:"Dosya yükleniyor...",info:"Toplam: {{- total}} - {{- estimated}} sn kaldı.",delete:"Sil",preview:"Önizleme",error:"Hata",fileFormatError:"Yalnızca {{fileFormat}} dosyası yükleyebilirsiniz.",fileSizeError:"Dosya boyutu {{fileSize}}'den küçük olmalıdır.",fileUploadSuccess:"Dosya başarıyla yüklendi.",fileUploadFailed:"Dosya yüklenemedi!",removeFileSuccess:"Dosya başarıyla silindi!",browserDoesntSupportDND:"Tarayıcı taşı&bırak özelliğini desteklemiyor!",calculating:"Hesaplanıyor...",removeFile:"Dosya Silme",areYouSureToDeleteThisFile:"Bu dosyayı silmek istediğinize emin misiniz?",yes:"Evet",no:"Hayır"},results:{authentication:{title:"Üye Girişi Gerekiyor",subtitle:"Bu bölüme ulaşmanız için üye girişi yapmanız gerekiyor. Aşağıdaki tuşa tıklayarak lütfen üye girişi yapınız.",button:"GİRİŞ YAP"}},countries:O({},yn)}),exports.ALink=Mv,exports.Accordion=$W,exports.AddDefaultThemeStyle=function(){var n=document.createElement("style");document.head.appendChild(n),n.textContent=":root{color: #ffffff}"},exports.AddDefaultUnit=hA,exports.AddZero=function(n){var e=Number(n),o=n.toString().split(".");return(-1===n.toString().indexOf(".")||o[1].length<3||o[1].length>2)&&(n=(e=e.toFixed(2)).toString()),parseFloat(n).toFixed(2)},exports.Alert=Zv,exports.ArrowIcon=XA,exports.BackToTop=SA,exports.BackTop=function(o){var t=o.children,p=void 0===t?null:t,b=e.useState(!1),M=b[0],z=b[1];e.useEffect((function(){return document.addEventListener("scroll",c),function(){document.removeEventListener("scroll",c)}}),[]);var c=function(){z(document.body.scrollTop>window.innerHeight)},r=function(){window.scrollTo({top:0,behavior:"smooth"})};return n.jsx(vL,{className:"itd-back-to-top",children:n.jsx(LL,{onClick:r,$show:M,children:p||n.jsx(SA,{width:30,height:30})})})},exports.Base64Decode=function(n){return decodeURIComponent(atob(n).split("").map((function(n){return"%"+("00"+n.charCodeAt(0).toString(16)).slice(-2)})).join(""))},exports.Base64Encode=function(n){return btoa(encodeURIComponent(n).replace(/%([0-9A-F]{2})/g,(function(n,e){return String.fromCharCode(Number("0x"+e))})))},exports.Button=Ci,exports.Calendar=Xg,exports.Card=function(o){var t=o.title,p=o.titleSeparator,b=o.extra,M=o.tabs,z=o.onTabChange,c=o.minWidth,r=o.minHeight,i=o.children,a=o.activeTabKey,O=void 0===a?"":a,s=o.updating,d=void 0!==s&&s,A=o.contentPadding,l=void 0===A?"30px":A;e.useEffect((function(){}));var u=function(){if(b)return n.jsx(Sy,{className:"itd-card-extra",children:b})},q=function(){if(M)return n.jsx(xy,{tabs:M,activeTabKey:O,onTabChange:function(n){return z&&z(n)}})},f=function(){if(t)return n.jsx(Xy,{className:"itd-card-title",children:n.jsx(NA,{children:t})})},h=function(){return!!(t||b||M)};return n.jsx(Ny,{children:n.jsx(qr,{updating:d,children:n.jsxs(By,{className:"itd-card",$minWidth:c,$minHeight:r,$hasHeader:h(),children:[function(){if(h())return n.jsxs(wy,{$showSeparator:p,className:"itd-card-header",children:[f(),q(),u()]})}(),function(){if(i)return n.jsx(ky,{className:"itd-card-body",$padding:l,children:i})}()]})})})},exports.CheckFileURL=MA,exports.Checkbox=pl,exports.Checkmark=TA,exports.ChunkArray=function(n,e){var o=0,t=[];for(o=0;o<n.length;o+=e){var p=n.slice(o,o+e);"object"!=typeof p&&t.push(p)}return t},exports.Collapse=Ov,exports.ConsoleLog=Dn,exports.ConvertCurrency=function(n,e){return n||(n=0),pA(n,"TRY"===e?"₺":"USD"===e?"$":"EUR"===e?"€":"?")},exports.DatePicker=Pg,exports.DetermineNewHeight=function(n,e,o){return n/e*o},exports.DetermineNewWidth=function(n,e,o){return e/n*o},exports.FileChecker=function(n,e){void 0===n&&(n="config"),void 0===e&&(e="resource");var o=void 0!==performance.getEntries().filter((function(n){return n.entryType===e})).filter((function(e){return e.name.indexOf(n)>-1}))[0];return o?console.log("script already loaded"):console.log("script was not loaded"),o},exports.FindSelector=cM,exports.Flex=jy,exports.Form=wW,exports.FormatBytes=zA,exports.FormatDate=function(n,e,o){return void 0===e&&(e="tr"),void 0===o&&(o="D MMMM YYYY dddd"),lA(new Date(n)).locale(e).format(o)},exports.FormatDateTime=function(n,e,o){return void 0===e&&(e="tr"),void 0===o&&(o="D MMMM YYYY dddd - HH:mm"),lA(new Date(n)).locale(e).format(o)},exports.FormatSimpleDate=function(n,e,o){return void 0===e&&(e="tr"),void 0===o&&(o="D MMMM YYYY"),lA(new Date(n)).locale(e).format(o)},exports.FormatSimpleDateTime=function(n,e,o){return void 0===e&&(e="tr"),void 0===o&&(o="MM/DD/YYYY - HH:mm"),lA(new Date(n)).locale(e).format(o)},exports.FormatTime=function(n,e,o){return void 0===e&&(e="tr"),void 0===o&&(o="HH:mm"),lA(n).locale(e).format(o)},exports.GetByCurrency=function(n,e,o){if(void 0===e&&(e=!0),void 0===o&&(o=""),""===o)throw new Error("Currency Error: You must send the currency (EUR, USD, TRY, etc...");isNaN(n)&&(n=0);var t=tA(o);return e?new Intl.NumberFormat(t,{style:"currency",currency:o}).format(n):n},exports.GetCountryCodeByCurrencyCode=tA,exports.GetCountryCodeByLanguage=function(n){return"tr"===n?"tur":"en"===n?"usa":"language_not_found"},exports.GetCurrencyFormat=function(n,e){if(void 0===e&&(e=""),""===e)throw new Error("Currency Error: You must send the currency (EUR, USD, TRY, etc...");return""===n?"":n="".concat(bA(e)).concat(n).replace(/\B(?=(\d{3})+(?!\d))/g,".")},exports.GetCurrencySymbol=bA,exports.GetDecimalByCurrency=function(n){if(void 0===n&&(n=""),""===n)throw new Error("Currency Error: You must send the currency (EUR, USD, TRY, etc...");return"TRY"===n?",":"EUR"===n||"USD"===n?".":","},exports.GetTypeByFileType=cA,exports.H1=function(e){var o=e.children;return n.jsx(vA,{children:n.jsx("span",{children:o})})},exports.H2=NA,exports.H3=function(e){var o=e.children;return n.jsx(yA,{children:n.jsx("span",{children:o})})},exports.H4=BA,exports.ITDContext=oA,exports.ITDProvider=function(o){var t=e.useState(o.theme?o.theme:"dark"),p=t[0],b=t[1],M=e.useState(o.dateFormat?o.dateFormat:"MM/DD/YYYY"),z=M[0],c=M[1],r=e.useState(o.language?o.language:"en"),i=r[0],a=r[1],O=e.useState("en-US"),s=O[0],d=O[1],A=e.useState(""),l=A[0],u=A[1];e.useEffect((function(){o.theme&&q(o.theme),o.language&&h(o.language),o.dateFormat&&f(o.dateFormat)}),[o.theme,o.language,o.dateFormat]);var q=function(n){b(n)},f=function(n){c(n)},h=function(n){a(n),on.changeLanguage(n)},W={theme:p,brokenImage:l,dateFormat:z,language:i,locale:s,changeTheme:q,changeBrokenImage:function(n){u(n)},changeDateFormat:f,changeLanguage:h,changeLocale:function(n){d(n)}};return n.jsx(eA,{className:"itd-provider","data-theme":p,"data-lang":i,children:n.jsx(oA.Provider,{value:W,children:n.jsx(Id,{children:n.jsx(Jd,{children:n.jsx(ba,{children:o.children})})})})})},exports.Image=bi,exports.InlineSelect=_v,exports.InlineSelectArrow=EA,exports.Input=bR,exports.IsValidJSON=function(n){n="string"!=typeof n?JSON.stringify(n):n;try{n=JSON.parse(String(n))}catch(n){return!1}return"object"==typeof n&&null!==n},exports.LockIcon=wA,exports.ModalManager=Ma,exports.NoData=PA,exports.Notification=Vd,exports.Picture=DA,exports.Progress=function(e){var o,t=e.status,p=e.percent,b=void 0===p?0:p,M=e.alwaysShowPercent,z=void 0!==M&&M,c=e.showInfo,r=void 0===c||c,i=e.className,a=void 0===i?"":i,O=n.jsx("svg",{viewBox:"64 64 896 896",focusable:"false","data-icon":"check-circle",width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",children:n.jsx("path",{d:"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm193.5 301.7l-210.6 292a31.8 31.8 0 01-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.5 12.7z"})}),s=n.jsx("svg",{fillRule:"evenodd",viewBox:"64 64 896 896",focusable:"false","data-icon":"close-circle",width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",children:n.jsx("path",{d:"M512 64c247.4 0 448 200.6 448 448S759.4 960 512 960 64 759.4 64 512 264.6 64 512 64zm127.98 274.82h-.04l-.08.06L512 466.75 384.14 338.88c-.04-.05-.06-.06-.08-.06a.12.12 0 00-.07 0c-.03 0-.05.01-.09.05l-45.02 45.02a.2.2 0 00-.05.09.12.12 0 000 .07v.02a.27.27 0 00.06.06L466.75 512 338.88 639.86c-.05.04-.06.06-.06.08a.12.12 0 000 .07c0 .03.01.05.05.09l45.02 45.02a.2.2 0 00.09.05.12.12 0 00.07 0c.02 0 .04-.01.08-.05L512 557.25l127.86 127.87c.04.04.06.05.08.05a.12.12 0 00.07 0c.03 0 .05-.01.09-.05l45.02-45.02a.2.2 0 00.05-.09.12.12 0 000-.07v-.02a.27.27 0 00-.05-.06L557.25 512l127.87-127.86c.04-.04.05-.06.05-.08a.12.12 0 000-.07c0-.03-.01-.05-.05-.09l-45.02-45.02a.2.2 0 00-.09-.05.12.12 0 00-.07 0z"})}),d=function(){return t||(b<100?"normal":"success")},A=function(){if(r)return n.jsx("span",{className:"itd-progress-status",children:l()})},l=function(){var e=d();return"active"===e||"normal"===e||z?n.jsx("span",{className:"itd-progress-status-text",children:b+"%"}):"success"===e?O:"exception"===e?s:void 0};return n.jsx(TL,{$status:d(),$percent:b,className:(o="itd-progress",o+=" itd-progress-"+t,o+=" itd-progress-percent-"+b,""!==a&&null!==a&&(o+=" "+a),o),children:n.jsxs("div",{className:"itd-progress-outer",children:[n.jsx("div",{className:"itd-progress-inner",children:n.jsx("div",{className:"itd-progress-bg"})}),A()]})})},exports.Radio=Rv,exports.RemoveUnits=function(n){return n?(n=n.replaceAll("%","").replaceAll("px","").replaceAll("em","").replaceAll("ex","").replaceAll("ch","").replaceAll("rem","").replaceAll("vw","").replaceAll("vh","").replaceAll("vmin","").replaceAll("vmax","").replaceAll("pt","").replaceAll("pc","").replaceAll("in","").replaceAll("mm","").replaceAll("cm",""),parseInt(n)):0},exports.Result=WL,exports.SVGLoader=function(e,o,t){return n.jsx(sA,{$width:o,$height:t,children:n.jsx(p.ReactSVG,{src:e})})},exports.Select=rW,exports.Spin=qr,exports.Status=function(e){var o,t=e.variant,p=void 0===t?"gray-1":t,b=e.size,M=void 0===b?"default":b,z=e.stretch,c=void 0!==z&&z,r=e.children,i=void 0===r?"":r,a=e.className,O=void 0===a?"":a;return n.jsx(wL,{$status:p,className:(o="itd-status",o+=" itd-status-"+p,o+=" itd-status-"+ui(M),c&&(o+=" itd-status-stretch"),""!==O&&null!==O&&(o+=" "+O),o),children:n.jsx("span",{children:i})})},exports.Switch=yR,exports.Table=Dy,exports.Tabs=xy,exports.TextArea=qR,exports.TinyScrollbar=kh,exports.Tooltip=Zd,exports.TranslateCell=fA,exports.Trash=CA,exports.UniUpperCase=function(n,e){void 0===n&&(n=""),void 0===e&&(e="tr");var o={i:"İ","ş":"Ş","ğ":"Ğ","ü":"Ü","ö":"Ö","ç":"Ç","ı":"I"};return"tr"===e&&(n=n.replace(/(([iışğüçö]))/g,(function(n){return o[n]}))),n.toUpperCase()},exports.UpdateThemeStyle=function(n){var e="",o=document.styleSheets[0];Object.keys(n).forEach((function(o){e+="".concat(o,":").concat(n[o],";")})),o.hasOwnProperty("cssRules")&&(o.cssRules[0].style.cssText=e)},exports.Upload=pv,exports.UploadIcon=kA,exports.Wait=rA,exports.ZoomIn=_A,exports.ZoomOut=function(e){var o=e.className,t=void 0===o?"":o,p=e.height,b=void 0===p?24:p,M=e.width,z=void 0===M?24:M;return n.jsx("svg",{className:t,height:b,width:z,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:n.jsxs("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:[n.jsx("rect",{x:"0",y:"0",width:"24",height:"24"}),n.jsx("path",{d:"M14.2928932,16.7071068 C13.9023689,16.3165825 13.9023689,15.6834175 14.2928932,15.2928932 C14.6834175,14.9023689 15.3165825,14.9023689 15.7071068,15.2928932 L19.7071068,19.2928932 C20.0976311,19.6834175 20.0976311,20.3165825 19.7071068,20.7071068 C19.3165825,21.0976311 18.6834175,21.0976311 18.2928932,20.7071068 L14.2928932,16.7071068 Z",fill:"#000000",fillRule:"nonzero",opacity:"0.3"}),n.jsx("path",{d:"M11,16 C13.7614237,16 16,13.7614237 16,11 C16,8.23857625 13.7614237,6 11,6 C8.23857625,6 6,8.23857625 6,11 C6,13.7614237 8.23857625,16 11,16 Z M11,18 C7.13400675,18 4,14.8659932 4,11 C4,7.13400675 7.13400675,4 11,4 C14.8659932,4 18,7.13400675 18,11 C18,14.8659932 14.8659932,18 11,18 Z",fill:"#000000",fillRule:"nonzero"}),n.jsx("rect",{fill:"#000000",opacity:"0.3",x:"9",y:"10.5",width:"4",height:"1",rx:"0.5"})]})})},exports.toKebabCase=function(n){return(n=(n=(n=n.normalize("NFD").replace(/[\u0300-\u036f]/g,"")).toLowerCase()).replace(/[^a-z0-9\s-]/g,"")).trim().toLowerCase().replace(/\s+/g,"-")},exports.useAddExternalCSS=function(n,o){void 0===o&&(o=!1),e.useEffect((function(){var e=!1,p=document.head,b=t();return document.querySelectorAll("head > link").forEach((function(o){-1!==o.href.indexOf(n)&&(e=!0)})),e||p.appendChild(b),function(){o&&document.querySelectorAll("head > link").forEach((function(e){-1!==e.href.indexOf(n)&&document.head.removeChild(e)}))}}),[n]);var t=function(){var e=document.createElement("link");return e.type="text/css",e.rel="stylesheet",e.href=n,e}},exports.useComponentSize=function(n){var o=e.useState({width:0,height:0}),t=o[0],p=o[1];return e.useEffect((function(){if(n.current){var e=new ResizeObserver((function(n){n.forEach((function(n){var e=n.target;p({width:e.clientWidth,height:e.clientHeight})}))}));return e.observe(n.current),function(){return e.disconnect()}}}),[n]),[t]},exports.useConnectionStatus=function(n){e.useEffect((function(){var e=function(e){n(e)};return window.addEventListener("online",e),function(){window.removeEventListener("online",e)}}),[n])},exports.useConstructor=function(n){void 0===n&&(n=function(){});var o=e.useState(!1),t=o[0],p=o[1];t||(n(),p(!0))},exports.useContextBridge=function(){for(var o=[],t=0;t<arguments.length;t++)o[t]=arguments[t];if(0===o.length)return function(e){var o=e.children;return n.jsx(n.Fragment,{children:o})};var p=o.map(e.useContext),b=e.useRef(p);return b.current=p,e.useMemo((function(){return function(e){var t=e.children;return o.reduceRight((function(e,o,t){return n.jsx(o.Provider,{value:b.current[t],children:e})}),t)}}),[])},exports.useCoreFetch=dM,exports.useCreateDynamicStyle=function(n,o,t){void 0===t&&(t=Me("itd-dynamic-style")),e.useEffect((function(){return z()||p(),function(){var n=c();"string"!=typeof n&&n.parentNode&&n.parentNode.removeChild(n)}}),[]);var p=function(){r(),o("cs-"+t)},z=function(){return 0===Object.keys(n).length},c=function(){var n="";return document.querySelectorAll("head > style").forEach((function(e){e.id===t&&(n=e)})),n},r=function(){var e=i(n),o=document.createElement("style");o.setAttribute("type","text/css"),o.setAttribute("id",t),o.innerHTML=e.join(""),document.head.appendChild(o)},i=function(n){var e=[];for(var o in n){var p=JSON.stringify(n[o]).split('","').join(";").replace(/"/g,"");p=M().use(b).use(zM).use(Ub({})).process(p).css;var z=".cs-".concat(t," ").concat(o," ");z+=p,z+=" ",e.push(z)}return e}},exports.useCreateStyledStyle=rM,exports.useKeyboardShortcut=function(n){var o=n.key,t=n.onKeyPressed;e.useEffect((function(){function n(n){n.key===o&&(n.preventDefault(),t())}return document.addEventListener("keydown",n),function(){document.removeEventListener("keydown",n)}}),[o,t])},exports.useMultiQuery=sM,exports.useOnClickOutside=iM,exports.useOnESCKeyDown=aM,exports.useOnResize=function(n){e.useEffect((function(){var e=function(e){n(e)};return window.addEventListener("resize",e),function(){window.removeEventListener("resize",e)}}),[n])},exports.useReCaptcha=function(n){var o,t=e.useState(""),p=t[0],b=t[1];e.useEffect((function(){return function(){document.body.removeChild(o)}}),[]);return{loadReCaptcha:function(n){(o=document.createElement("script")).src="https://www.google.com/recaptcha/api.js?render="+n,o.onload=function(){b(n)},document.body.appendChild(o)},executeReCaptcha:function(){if(""===p)return Dn.double("useReCaptcha","Not yet initialized! reCaptcha can't execute right now.","error"),void(n&&n(null));window.grecaptcha.ready((function(e){try{window.grecaptcha.execute(p,{action:"login"}).then((function(e){Dn.double("ReCaptcha V3","Token is valid"),console.log("token: "+e),n&&n(e)}))}catch(n){Dn.double("ReCaptcha V3","Token is invalid","error")}}))}}},exports.useSingleQuery=OM;
|
|
669
|
+
`,_v=({label:n="",value:o=[],children:t=null,single:p=!1,minWidth:b=0,className:M="",onChange:z=null})=>{const c=e.useRef(null),[r,i]=e.useState(!1),[a,O]=e.useState([]),[s,d]=e.useState("");e.useEffect((()=>{o&&o.length>0&&t.length>0&&(O(o),e.Children.map(t,(n=>{n.props.value===o[0]&&d(n.props.children)})))}),[o,t]),iM(c,(()=>{i(!1)}));const A=(n,e)=>{if(z?z(n,e):console.warn("InlineSelect: 'onChange' method couldn't be called because it is not defined!"),p)O(n),d(e);else{const e=n[n.length-1];O(e||[])}};return e.createElement(Cv,{className:(()=>{let n="itd-inline-select";return r&&(n+=" itd-inline-select-open"),""!==M&&(n+=" "+M),n})(),ref:c},e.createElement(Ev,{onChange:n=>{i(n)},isOpen:r,count:a.length,single:p,label:(()=>{let e=p||!p&&1===a.length?s:n;return""===e?"··········":e})()}),e.createElement(wv,{onChange:A,value:a,isOpen:r,single:p,minWidth:b},e.Children.map(t,(n=>{if(n&&n.hasOwnProperty("type")&&null!==n.type&&void 0!==n.type)return n.type===Nv?e.cloneElement(n,{...n.props,onChange:A,single:p}):void 0}))))};_v.Option=Nv;var Dv,Pv,jv,Fv,Iv,Vv,Uv,Hv,$v,Yv=or.div(Iv||(Iv=l(["\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 Zc(Dv||(Dv=l(["\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 Zc(jv||(jv=l(["\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 Zc(Fv||(Fv=l(["\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 Zc(Pv||(Pv=l(["\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 "])))})),Gv=or.span(Vv||(Vv=l(["\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"]))),Kv=or.span(Uv||(Uv=l(["\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"]))),Qv=or.span(Hv||(Hv=l(["\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"})),Jv=or.div($v||($v=l(["\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"]))),Zv=function(e){var o=e.type,t=void 0===o?"info":o,b=e.size,M=void 0===b?"small":b,z=e.title,c=void 0===z?"":z,r=e.className,i=void 0===r?"":r,a=e.children,O=void 0===a?"":a,s=function(){var n="itd-alert";return n+=" itd-alert-"+t,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};return n.jsxs(Yv,{className:s(),children:[n.jsx(Jv,{children:n.jsx(p.ReactSVG,{src:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' strokeWidth='2' stroke-linecap='round' stroke-linejoin='round'%3e %3ccircle cx='12' cy='12' r='10'%3e%3c/circle%3e %3cline x1='12' x2='12' y1='8' y2='12'%3e%3c/line%3e %3cline x1='12' x2='12.01' y1='16' y2='16'%3e%3c/line%3e%3c/svg%3e"})}),n.jsxs(Qv,{$noTitle:!c,children:[""!==c?n.jsx(Gv,{children:c}):null,""!==O?n.jsx(Kv,{children:O}):null]})]})};Zv.displayName="ITD-Alert";var nL,eL,oL,tL,pL,bL,ML,zL,cL,rL,iL,aL=or.section(nL||(nL=l(["\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"]))),OL=tr(eL||(eL=l(["\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"]))),sL=or.div(oL||(oL=l(["\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"]))),dL=or.div(pL||(pL=l(["\n\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"],["\n\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"])),(function(n){return"true"===n.$fill?"100%":"auto"}),(function(n){return"true"===n.$fill?"100%":"500px"}),(function(n){return!0===n.$background?"default"===n.$type?"#10233b":"#0E153180":"transparent"}),(function(n){if(n.$animation)return Zc(tL||(tL=l(["\n animation : "," 0.5s ease-out;\n transition : all 0.5s ease-out;\n transform-origin : 50% 50%;\n "],["\n animation : "," 0.5s ease-out;\n transition : all 0.5s ease-out;\n transform-origin : 50% 50%;\n "])),OL)})),AL=or.div(bL||(bL=l(['\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']))),lL=or.div(ML||(ML=l(["\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"]))),uL=or.div(zL||(zL=l(["\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"]))),qL=or.div(cL||(cL=l(["\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"]))),fL=or.div(rL||(rL=l(["\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"]))),hL=or.div(iL||(iL=l(["\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"]))),WL=function(o){var t=o.image,p=void 0===t?"":t,b=o.title,M=void 0===b?"":b,z=o.description,c=void 0===z?"":z,r=o.extra,i=void 0===r?null:r,a=o.footer,O=void 0===a?null:a,s=o.type,d=void 0===s?"default":s,A=o.fill,l=void 0!==A&&A,u=o.autoCenter,q=void 0===u||u,f=o.background,h=void 0===f||f,W=o.animation,g=void 0===W||W,m=e.useState(""),R=m[0],v=m[1];e.useEffect((function(){""!==p&&v(p)}),[p]);var L,y=function(){if(i)return n.jsx(lL,{className:"itd-result-extras",children:i})},x=function(){if(O)return n.jsx(uL,{className:"itd-result-footer",children:O})};return n.jsx(aL,{className:(L="itd-result",L+=" itd-result-"+d,q&&(L+=" itd-result-auto-center"),l&&(L+=" itd-result-fill"),L),children:n.jsx(sL,{className:"itd-result-content-wrapper",children:n.jsxs(dL,{className:"itd-result-content",$autoCenter:q,$type:d,$background:h,$animation:g,$fill:l.toString(),children:[n.jsxs(qL,{className:"itd-result-body",children:[n.jsx(AL,{className:"itd-image-wrapper",children:n.jsx(bi,{src:R})}),n.jsx(fL,{className:"itd-result-title",children:M}),n.jsx(hL,{className:"itd-result-sub-title",children:c})]}),y(),x()]})})})};WL.displayName="ITD-Result";var gL,mL,RL,vL=or.div(gL||(gL=l(["\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 "]))),LL=or.a(mL||(mL=l(["\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?yL:"none"})),yL=tr(RL||(RL=l(["\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"])));var xL,NL,BL={"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"}},wL=or.div(NL||(NL=l(["\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-stretch {\n width: 100%;\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-stretch {\n width: 100%;\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 e,o=n.$status;return e=o,Zc(xL||(xL=l(["\n background: ",";\n span {\n color: ",";\n }\n "],["\n background: ",";\n span {\n color: ",";\n }\n "])),BL[e].background,BL[e].text)}));var XL,kL,SL={normal:{background:"#1B84FF",remaining:"#efefef"},active:{background:"#1B84FF",remaining:"#efefef"},success:{background:"#17C653",remaining:"#efefef"},exception:{background:"#F8285A",remaining:"#efefef"}},TL=or.div(kL||(kL=l(["\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 e,o=n.$status;return e=o,Zc(XL||(XL=l(["\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 "])),SL[e].remaining,SL[e].background,SL[e].background)}));var EL,CL,_L,DL,PL,jL,FL,IL,VL,UL,HL,$L,YL,GL,KL,QL,JL,ZL,ny,ey,oy,ty,py,by,My,zy,cy,ry,iy,ay,Oy,sy,dy,Ay,ly,uy,qy,fy,hy,Wy,gy,my,Ry,vy=or.div(EL||(EL=l(["\n\n height: ",";\n\n"],["\n\n height: ",";\n\n"])),(function(n){return n.$height?n.$height+"px":"75px"})),Ly=or.div(FL||(FL=l(["\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 Zc(CL||(CL=l(["\n span {\n color: #1b84ff;\n }\n "],["\n span {\n color: #1b84ff;\n }\n "])))}),(function(n){return n.$isBold?Zc(_L||(_L=l(["\n span {\n color: #1b84ff;\n }\n "],["\n span {\n color: #1b84ff;\n }\n "]))):Zc(DL||(DL=l(["\n span {\n color: #071437;\n }\n "],["\n span {\n color: #071437;\n }\n "])))}),(function(n){return n.$isBold?Zc(PL||(PL=l(["\n border-width: 2px;\n span {\n font-weight: 600;\n }\n "],["\n border-width: 2px;\n span {\n font-weight: 600;\n }\n "]))):Zc(jL||(jL=l(["\n span {\n font-weight: 500;\n }\n "],["\n span {\n font-weight: 500;\n }\n "])))})),yy=or.div(IL||(IL=l(["\n\n padding: 20px 0;\n color: #99a1b7;\n \n"],["\n\n padding: 20px 0;\n color: #99a1b7;\n \n"]))),xy=function(o){var t=o.tabs,p=void 0===t?[]:t,b=o.activeTabKey,M=void 0===b?"":b,c=o.variant,r=void 0===c?"default":c,i=o.height,a=o.onTabChange,O=e.useState(M),s=O[0],d=O[1];e.useEffect((function(){s!==M&&d(M)}),[M]);var A=function(n,e){return o=!1,p.map((function(n){n.link&&(o=!0)})),o?"":s?s===n?"active":"":M&&0===e?"active":"";var o},l=function(n){d(n),a&&a(n)},u=function(e,o){return n.jsx("a",{className:A(e.key,o),onClick:function(){return l(e.key)},children:n.jsx("span",{children:e.tab})})},q=function(e,o){return n.jsx(z.NavLink,{className:A(e.key,o),onClick:function(){return l(e.key)},to:e.link?e.link:"",children:n.jsx("span",{children:e.tab})})};return n.jsxs(vy,{$height:i,className:"itd-tabs",children:[n.jsx(Ly,{$isBold:"bold"===r,children:n.jsx("ul",{children:p.map((function(e,o){return n.jsx("li",{children:e.link?q(e,o):u(e,o)},e.key)}))})}),function(){var e=p.filter((function(n){return n.key===s}))[0];if(e&&e.children)return n.jsx(yy,{className:"itd-content-body",children:e.children})}()]})},Ny=or.div(VL||(VL=l(["\n\n position: relative;\n width: 100%;\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\n position: relative;\n width: 100%;\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"]))),By=or.div(UL||(UL=l(["\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"})),wy=or.div($L||($L=l(["\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 Zc(HL||(HL=l(["\n border-bottom: 1px solid #f1f1f4;\n "],["\n border-bottom: 1px solid #f1f1f4;\n "])))})),Xy=or.div(YL||(YL=l(["\n padding: 20px 0;\n height: 100%;\n"],["\n padding: 20px 0;\n height: 100%;\n"]))),ky=or.div(GL||(GL=l(["\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"})),Sy=or.div(KL||(KL=l(["\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"]))),Ty=or.div(ry||(ry=l(["\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 .expand-button {\n\n width: 100%;\n height: 100%;\n cursor: pointer;\n position: absolute;\n top: 0;\n left: 0;\n user-select: none;\n\n display: flex;\n align-items: center;\n justify-content: center;\n\n button:hover {\n //background-color: #ececec;\n }\n\n button span span {\n //color: #555;\n font-size: 15px;\n line-height: 14px;\n font-weight: 600;\n }\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 border-spacing: 0;\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 th, td {\n position: relative;\n width: auto;\n vertical-align: middle;\n }\n\n }\n\n >table {\n\n >tbody, >thead {\n \n ","\n\n td, th {\n \n ","\n\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 /**\n * Tabloda içeriği boşsa.\n */\n &.itd-table-no-data {\n\n >tbody {\n >tr {\n background-color: #FAFAFA;\n }\n }\n\n }\n\n /**\n * Tabloda içeriği boş değilse.\n */\n &:not(.itd-table-empty) {\n\n /**\n * Ana tablo satırların üstüne gelindiğinde\n */\n >tbody >tr:not(.itd-table-row-inner):hover {\n background-color: #FAFAFA;\n }\n\n /**\n * Alt tablo satırların üstüne gelindiğinde\n */\n .itd-table-inner-table >tbody >tr:hover {\n background-color: #FAFAFA;\n }\n\n }\n\n }\n\n /**\n * DÜZ ÇİZGİLİ VE DIŞ KENARLIKSIZ\n */\n &:not(.itd-table-bordered) {\n\n /**\n * Ana tablo hücre kenarlıkları\n */\n >tbody >tr, >thead >tr {\n border-top: 1px solid #f1f1f4;\n border-bottom: 1px solid #f1f1f4;\n }\n\n /**\n * Alt tablo hücre kenarlıkları\n */\n .itd-table-inner-table {\n >tbody >tr {\n\n &:not(:first-child) {\n border-top: 1px solid #f1f1f4;\n }\n\n &:not(:last-child) {\n border-bottom: 1px solid #f1f1f4;\n }\n \n }\n }\n \n }\n\n /**\n * DÜZ ÇİZGİLİ VE DIŞ KENARLIKLI\n */\n &.itd-table-bordered {\n\n /**\n * Ana tablo hücre kenarlıkları\n */\n >tbody >tr , >thead >tr {\n\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 >td, >th {\n border-left: 1px solid #f1f1f4;\n border-right: 1px solid #f1f1f4;\n }\n\n }\n\n /**\n * Alt tablo hücre kenarlıkları\n */\n .itd-table-inner-table {\n >tbody >tr {\n\n &:not(:first-child) {\n border-top: 1px solid #f1f1f4;\n }\n\n &:not(:last-child) {\n border-bottom: 1px solid #f1f1f4;\n }\n\n >td:not(:first-child) {\n border-left: 1px solid #f1f1f4;\n }\n\n >td:not(:last-child) {\n border-right: 1px solid #f1f1f4;\n }\n \n }\n }\n\n }\n\n /**\n * KESİK ÇİZGİLİ, DIŞ KENARLIKSIZ\n */\n &.itd-table-dashed {\n\n /**\n * Ana tablo hücre kenarlıkları\n */\n >tbody >tr, >thead >tr {\n border-top: 1px dashed #f1f1f4;\n border-bottom: 1px dashed #f1f1f4;\n }\n\n /**\n * Alt tablo hücre kenarlıkları\n */\n .itd-table-inner-table {\n >tbody >tr {\n\n &:not(:first-child) {\n border-top: 1px dashed #f1f1f4;\n }\n\n &:not(:last-child) {\n border-bottom: 1px dashed #f1f1f4;\n }\n \n }\n }\n\n }\n\n /**\n * KESİK ÇİZGİLİ VE DIŞ KENARLIKLI\n */\n &.itd-table-dashed.itd-table-bordered {\n\n /**\n * Ana tablo hücre kenarlıkları\n */\n >tbody >tr, >thead >tr {\n \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 >td, >th {\n border-left: 1px dashed #f1f1f4;\n border-right: 1px dashed #f1f1f4;\n }\n\n }\n\n /**\n * Alt tablo hücre kenarlıkları\n */\n .itd-table-inner-table {\n >tbody >tr {\n\n &:not(:first-child) {\n border-top: 1px dashed #f1f1f4;\n }\n\n &:not(:last-child) {\n border-bottom: 1px dashed #f1f1f4;\n }\n\n >td:not(:first-child) {\n border-left: 1px dashed #f1f1f4;\n }\n\n >td:not(:last-child) {\n border-right: 1px dashed #f1f1f4;\n }\n \n }\n }\n\n }\n\n /**\n * ÇİZGİSİZ VE KENARLIKSIZ\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 .expand-button {\n\n width: 100%;\n height: 100%;\n cursor: pointer;\n position: absolute;\n top: 0;\n left: 0;\n user-select: none;\n\n display: flex;\n align-items: center;\n justify-content: center;\n\n button:hover {\n //background-color: #ececec;\n }\n\n button span span {\n //color: #555;\n font-size: 15px;\n line-height: 14px;\n font-weight: 600;\n }\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 border-spacing: 0;\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 th, td {\n position: relative;\n width: auto;\n vertical-align: middle;\n }\n\n }\n\n >table {\n\n >tbody, >thead {\n \n ","\n\n td, th {\n \n ","\n\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 /**\n * Tabloda içeriği boşsa.\n */\n &.itd-table-no-data {\n\n >tbody {\n >tr {\n background-color: #FAFAFA;\n }\n }\n\n }\n\n /**\n * Tabloda içeriği boş değilse.\n */\n &:not(.itd-table-empty) {\n\n /**\n * Ana tablo satırların üstüne gelindiğinde\n */\n >tbody >tr:not(.itd-table-row-inner):hover {\n background-color: #FAFAFA;\n }\n\n /**\n * Alt tablo satırların üstüne gelindiğinde\n */\n .itd-table-inner-table >tbody >tr:hover {\n background-color: #FAFAFA;\n }\n\n }\n\n }\n\n /**\n * DÜZ ÇİZGİLİ VE DIŞ KENARLIKSIZ\n */\n &:not(.itd-table-bordered) {\n\n /**\n * Ana tablo hücre kenarlıkları\n */\n >tbody >tr, >thead >tr {\n border-top: 1px solid #f1f1f4;\n border-bottom: 1px solid #f1f1f4;\n }\n\n /**\n * Alt tablo hücre kenarlıkları\n */\n .itd-table-inner-table {\n >tbody >tr {\n\n &:not(:first-child) {\n border-top: 1px solid #f1f1f4;\n }\n\n &:not(:last-child) {\n border-bottom: 1px solid #f1f1f4;\n }\n \n }\n }\n \n }\n\n /**\n * DÜZ ÇİZGİLİ VE DIŞ KENARLIKLI\n */\n &.itd-table-bordered {\n\n /**\n * Ana tablo hücre kenarlıkları\n */\n >tbody >tr , >thead >tr {\n\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 >td, >th {\n border-left: 1px solid #f1f1f4;\n border-right: 1px solid #f1f1f4;\n }\n\n }\n\n /**\n * Alt tablo hücre kenarlıkları\n */\n .itd-table-inner-table {\n >tbody >tr {\n\n &:not(:first-child) {\n border-top: 1px solid #f1f1f4;\n }\n\n &:not(:last-child) {\n border-bottom: 1px solid #f1f1f4;\n }\n\n >td:not(:first-child) {\n border-left: 1px solid #f1f1f4;\n }\n\n >td:not(:last-child) {\n border-right: 1px solid #f1f1f4;\n }\n \n }\n }\n\n }\n\n /**\n * KESİK ÇİZGİLİ, DIŞ KENARLIKSIZ\n */\n &.itd-table-dashed {\n\n /**\n * Ana tablo hücre kenarlıkları\n */\n >tbody >tr, >thead >tr {\n border-top: 1px dashed #f1f1f4;\n border-bottom: 1px dashed #f1f1f4;\n }\n\n /**\n * Alt tablo hücre kenarlıkları\n */\n .itd-table-inner-table {\n >tbody >tr {\n\n &:not(:first-child) {\n border-top: 1px dashed #f1f1f4;\n }\n\n &:not(:last-child) {\n border-bottom: 1px dashed #f1f1f4;\n }\n \n }\n }\n\n }\n\n /**\n * KESİK ÇİZGİLİ VE DIŞ KENARLIKLI\n */\n &.itd-table-dashed.itd-table-bordered {\n\n /**\n * Ana tablo hücre kenarlıkları\n */\n >tbody >tr, >thead >tr {\n \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 >td, >th {\n border-left: 1px dashed #f1f1f4;\n border-right: 1px dashed #f1f1f4;\n }\n\n }\n\n /**\n * Alt tablo hücre kenarlıkları\n */\n .itd-table-inner-table {\n >tbody >tr {\n\n &:not(:first-child) {\n border-top: 1px dashed #f1f1f4;\n }\n\n &:not(:last-child) {\n border-bottom: 1px dashed #f1f1f4;\n }\n\n >td:not(:first-child) {\n border-left: 1px dashed #f1f1f4;\n }\n\n >td:not(:last-child) {\n border-right: 1px dashed #f1f1f4;\n }\n \n }\n }\n\n }\n\n /**\n * ÇİZGİSİZ VE KENARLIKSIZ\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?Zc(QL||(QL=l(["\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?Zc(JL||(JL=l(["\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?Zc(ZL||(ZL=l(["\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?Zc(ny||(ny=l(["\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?Zc(ey||(ey=l(["\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?Zc(oy||(oy=l(["\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 "]))):Zc(ty||(ty=l(["\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?Zc(py||(py=l(["\n padding-left: 0;\n padding-right: 0;\n "],["\n padding-left: 0;\n padding-right: 0;\n "]))):"x-small"===n.$size?Zc(by||(by=l(["\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?Zc(My||(My=l(["\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?Zc(zy||(zy=l(["\n padding-left: 20px;\n padding-right: 20px;\n "],["\n padding-left: 20px;\n padding-right: 20px;\n "]))):Zc(cy||(cy=l(["\n padding-left: 15px;\n padding-right: 15px;\n "],["\n padding-left: 15px;\n padding-right: 15px;\n "])))})),Ey=or.div(iy||(iy=l(["\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"]))),Cy=or.span(Oy||(Oy=l(["\n\n ","\n \n"],["\n\n ","\n \n"])),(function(n){if(n.$overflow)return Zc(ay||(ay=l(["\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 "])))})),_y=or.span(dy||(dy=l(["\n\n ","\n\n"],["\n\n ","\n\n"])),(function(n){if(n.$overflow)return Zc(sy||(sy=l(["\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 "])))})),Dy=e.forwardRef((function(o,t){var p=o.columns,b=o.data,M=o.cellHeight,z=o.size,c=void 0===z?"default":z,r=o.headless,i=void 0!==r&&r,a=o.bordered,s=void 0!==a&&a,d=o.dashed,A=void 0!==d&&d,l=o.noGaps,u=void 0!==l&&l,q=o.hideGroupButtons,f=void 0!==q&&q,h=o.getTRProps,W=Wn().t,g=e.useState(new Set),m=g[0],R=g[1],v=function(n){R((function(e){var o=new Set(e);return o.has(n)?o.delete(n):o.add(n),o}))};e.useImperativeHandle(t,(function(){return{toggleRow:v,expandedRows:m}}));var L,y=function(n,e){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")),"td"===e&&("string"==typeof M?o.height=M:"number"==typeof M?o.minHeight=M+"px":o.height="auto"),o},x=function(){var n=!1;return null==b||b.map((function(e){e.hasOwnProperty("children")&&(n=!0)})),!f&&n},N=function(n,e,o){return h?h(n,e,o):{}},B=function(n,e,o){var t,p=((t={})["data-index"]=e+"_"+n,t["data-level"]=e,t);return e>0&&(0===n&&(p["data-first"]="true"),n===o-1&&(p["data-last"]="true")),p},w=function(o,t){return void 0===t&&(t=0),o.map((function(b,M){return n.jsxs(e.Fragment,{children:[n.jsxs("tr",O({},B(M,t,null==o?void 0:o.length),N(b,M,t),{children:[x()?b.children?n.jsx("td",{style:{width:"40px"},children:n.jsx("div",{className:"expand-button",children:n.jsx(Ci,{variant:"filled",size:"x-small",onClick:function(){return v(b.key)},circle:!0,children:n.jsx("span",{children:m.has(b.key)?"-":"+"})})})}):n.jsx("td",{}):null,p.map((function(e){return n.jsx("td",{style:y(e,"td"),children:n.jsx(_y,{$overflow:e.overflow,title:String(b[e.dataIndex]),children:e.render?e.render(b[e.dataIndex],b,t):e.dataIndex?String(b[e.dataIndex]):null})},String(e.key)+"_"+M+"_"+t)}))]})),b.children&&m.has(b.key)&&w(b.children,t+1)]},String(t+"_"+M+"_"+b.key))}))};return n.jsx(Ty,{$size:c,$noGaps:u,children:n.jsxs("table",{className:(L="itd-table",L+=" itd-table-"+ui(c),i&&(L+=" itd-table-headless"),s&&(L+=" itd-table-bordered"),u&&(L+=" itd-table-no-gaps"),b||(L+=" itd-table-empty"),0===(null==b?void 0:b.length)&&(L+=" itd-table-no-data"),L+=A?" itd-table-dashed":" itd-table-solid",L+=" itd-table-main-table"),children:[function(){if(!i)return n.jsx("thead",{children:n.jsxs("tr",{children:[x()&&n.jsx("th",{style:{maxWidth:"40px"}}),p.map((function(e){return n.jsx("th",{style:y(e,"th"),children:n.jsx(Cy,{$overflow:e.overflow,title:e.title,children:e.title})},String(e.key))}))]})})}(),b?0===b.length?n.jsx("tbody",{children:n.jsx("tr",{children:n.jsx("td",{colSpan:p.length,children:n.jsx(Ey,{children:n.jsxs("div",{children:[n.jsx(PA,{height:30}),n.jsx("span",{children:W("table.noData")})]})})})})}):n.jsx("tbody",{children:w(b)}):n.jsx("tbody",{children:n.jsx("tr",{children:n.jsx("td",{colSpan:p.length,children:n.jsx(Ey,{})})})})]})})})),Py=or.div(Ry||(Ry=l(["\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?Zc(Ay||(Ay=l(["\n height : 100%;\n "],["\n height : 100%;\n "]))):Zc(ly||(ly=l(["\n width : 100%;\n "],["\n width : 100%;\n "])))}),(function(n){if(n.$wrap)return!0===n.$wrap&&Zc(uy||(uy=l(["\n flex-wrap : wrap;\n "],["\n flex-wrap : wrap;\n "])))}),(function(n){return n.$vertical?!0===n.$vertical&&Zc(qy||(qy=l(["\n flex-direction : column;\n "],["\n flex-direction : column;\n "]))):Zc(fy||(fy=l(["\n flex-direction : row;\n "],["\n flex-direction : row;\n "])))}),(function(n){if(n.$justify)return Zc(hy||(hy=l(["\n justify-content : ",";\n "],["\n justify-content : ",";\n "])),n.$justify)}),(function(n){return n.$align?Zc(Wy||(Wy=l(["\n align-items : ",";\n "],["\n align-items : ",";\n "])),n.$align):Zc(gy||(gy=l(["\n align-items : center;\n "],["\n align-items : center;\n "])))}),(function(n){if(n.$gap){var e=0,o="";return"small"===n.$gap?e=10:"medium"===n.$gap?e=16:"large"===n.$gap?e=24:"string"==typeof n.$gap?o=n.$gap:e=n.$gap,""===o&&(o=e+"px"),Zc(my||(my=l(["\n gap : ",";\n "],["\n gap : ",";\n "])),o)}})),jy=function(e){var o=e.gap,t=e.justify,p=e.align,b=e.vertical,M=e.wrap,z=e.stretch,c=e.style,r=e.className,i=e.children;return n.jsx(Py,{$gap:o,$justify:t,$align:p,$vertical:b,$wrap:M,$stretch:z,style:c,className:r,children:i})};on.use(un).init({preload:["en","tr"],fallbackLng:["en","tr"],lng:"en-US",load:"languageOnly",ns:["translation"],defaultNS:["translation"],initImmediate:!1,debug:!1,resources:{}}),on.addResourceBundle("en","translation",{success:"Success",error:"Error",table:{noData:"No Data"},placeholders:{username:"Username",email:"E-Mail",password:"Password",confirmPassword:"Confirm password",typeYourNoteHere:"Type your note here",selectGender:"Select Gender",selectLanguage:"Select Language",selectCountry:"Select Country",birthday:"Birthday",multipleSelection:"Selected ({{- count}})"},options:{all:"All",male:"Male",female:"Female",languages:{turkish:"Turkish",english:"English"}},buttons:{submit:"Submit",reset:"Reset"},errors:{required:"This field is required!",minLength:"Should contain at least {{- length}} characters",maxLength:"Is too long. Max size is {{- length}}",passwordRule:"Your password must be at least 8 characters long, contain at least one digit, one uppercase letter, one lowercase letter, one special character, and must not contain spaces.",invalidEmailAddress:"Invalid email address",passwordsDontMatch:"The two passwords that you entered do not match!",usernameRule:"Your password must be at least 6 characters long. only English letters, digits and symbols (-_.). No space is allowed",wrongTCIdentity:"Wrong TC Identity Number",fieldMustBeTheSame:"This field must be the same as: {{- fields}}"},uploader:{header:"Drag and drop an file",hint:"or Browse to choose a file",fileUploading:"File uploading...",info:"Total: {{- total}} - {{- estimated}} s remaining.",delete:"Delete",preview:"Preview",error:"Error",fileFormatError:"You can only upload {{fileFormat}} file",fileSizeError:"File must smaller than {{fileSize}}",fileUploadSuccess:"File successfully uploaded.",fileUploadFailed:"File upload failed!",removeFileSuccess:"File successfully delete!",browserDoesntSupportDND:"Browser doesn't support drag and drop!",calculating:"Calculating...",removeFile:"Remove File",areYouSureToDeleteThisFile:"Are you sure to delete this file?",yes:"Yes",no:"No"},results:{authentication:{title:"You Need To Sign In",subtitle:"You need to login to access this page. Please login by clicking the button below.",button:"LOGIN"}},countries:O({},xn)}),on.addResourceBundle("tr","translation",{success:"Başarılı",error:"Hata",table:{noData:"Veri Yok"},placeholders:{username:"Kullanıcı adı",email:"E-Posta",password:"Şifre",confirmPassword:"Şifre tekrar",typeYourNoteHere:"Notunuzu buraya yazınız",selectGender:"Cinsiyet Seçin",selectLanguage:"Dil Seçin",selectCountry:"Ülke Seçin",birthday:"Doğum Tarihi",multipleSelection:"Seçili ({{- count}})"},options:{all:"Hepsi",male:"Erkek",female:"Kadın",languages:{turkish:"Türkçe",english:"İngilizce"}},buttons:{submit:"Gönder",reset:"Temizle"},errors:{required:"Bu alan zorunludur!",minLength:"En az {{- length}} karakter olmalıdır",maxLength:"Çok uzun. Maks uzunluk {{- length}} karakter olmalıdır.",exactLength:"This field must be {{- length}} characters long.",passwordRule:"Şifreniz en az 8 harf olmalı, bir rakam, bir büyük ve bir küçük harf, bir özel karakter içermeli ve boşluk kullanılmamalıdır.",invalidEmailAddress:"Geçersiz e-posta adresi",passwordsDontMatch:"Girdiğiniz şifreler birbirleriyle uyuşmuyor!",usernameRule:"Şifreniz en az 6 karakter uzunluğunda olmalıdır. Sadece İngilizce harfler, rakamlar ve semboller (-_.) kullanılabilir. Boşluk karakterine izin verilmez.",wrongTCIdentity:"TC Kimlik Numarası Yanlış",fieldMustBeTheSame:"Bu alan şunlarla aynı olmalıdır: {{- fields}}"},uploader:{header:"Bir resmi sürükleyip bırakın",hint:"ya da bir dosya seçmek için tıklayın.",fileUploading:"Dosya yükleniyor...",info:"Toplam: {{- total}} - {{- estimated}} sn kaldı.",delete:"Sil",preview:"Önizleme",error:"Hata",fileFormatError:"Yalnızca {{fileFormat}} dosyası yükleyebilirsiniz.",fileSizeError:"Dosya boyutu {{fileSize}}'den küçük olmalıdır.",fileUploadSuccess:"Dosya başarıyla yüklendi.",fileUploadFailed:"Dosya yüklenemedi!",removeFileSuccess:"Dosya başarıyla silindi!",browserDoesntSupportDND:"Tarayıcı taşı&bırak özelliğini desteklemiyor!",calculating:"Hesaplanıyor...",removeFile:"Dosya Silme",areYouSureToDeleteThisFile:"Bu dosyayı silmek istediğinize emin misiniz?",yes:"Evet",no:"Hayır"},results:{authentication:{title:"Üye Girişi Gerekiyor",subtitle:"Bu bölüme ulaşmanız için üye girişi yapmanız gerekiyor. Aşağıdaki tuşa tıklayarak lütfen üye girişi yapınız.",button:"GİRİŞ YAP"}},countries:O({},yn)}),exports.ALink=Mv,exports.Accordion=$W,exports.AddDefaultThemeStyle=function(){var n=document.createElement("style");document.head.appendChild(n),n.textContent=":root{color: #ffffff}"},exports.AddDefaultUnit=hA,exports.AddZero=function(n){var e=Number(n),o=n.toString().split(".");return(-1===n.toString().indexOf(".")||o[1].length<3||o[1].length>2)&&(n=(e=e.toFixed(2)).toString()),parseFloat(n).toFixed(2)},exports.Alert=Zv,exports.ArrowIcon=XA,exports.BackToTop=SA,exports.BackTop=function(o){var t=o.children,p=void 0===t?null:t,b=e.useState(!1),M=b[0],z=b[1];e.useEffect((function(){return document.addEventListener("scroll",c),function(){document.removeEventListener("scroll",c)}}),[]);var c=function(){z(document.body.scrollTop>window.innerHeight)},r=function(){window.scrollTo({top:0,behavior:"smooth"})};return n.jsx(vL,{className:"itd-back-to-top",children:n.jsx(LL,{onClick:r,$show:M,children:p||n.jsx(SA,{width:30,height:30})})})},exports.Base64Decode=function(n){return decodeURIComponent(atob(n).split("").map((function(n){return"%"+("00"+n.charCodeAt(0).toString(16)).slice(-2)})).join(""))},exports.Base64Encode=function(n){return btoa(encodeURIComponent(n).replace(/%([0-9A-F]{2})/g,(function(n,e){return String.fromCharCode(Number("0x"+e))})))},exports.Button=Ci,exports.Calendar=Xg,exports.Card=function(o){var t=o.title,p=o.titleSeparator,b=o.extra,M=o.tabs,z=o.onTabChange,c=o.minWidth,r=o.minHeight,i=o.children,a=o.activeTabKey,O=void 0===a?"":a,s=o.updating,d=void 0!==s&&s,A=o.contentPadding,l=void 0===A?"30px":A;e.useEffect((function(){}));var u=function(){if(b)return n.jsx(Sy,{className:"itd-card-extra",children:b})},q=function(){if(M)return n.jsx(xy,{tabs:M,activeTabKey:O,onTabChange:function(n){return z&&z(n)}})},f=function(){if(t)return n.jsx(Xy,{className:"itd-card-title",children:n.jsx(NA,{children:t})})},h=function(){return!!(t||b||M)};return n.jsx(Ny,{children:n.jsx(qr,{updating:d,children:n.jsxs(By,{className:"itd-card",$minWidth:c,$minHeight:r,$hasHeader:h(),children:[function(){if(h())return n.jsxs(wy,{$showSeparator:p,className:"itd-card-header",children:[f(),q(),u()]})}(),function(){if(i)return n.jsx(ky,{className:"itd-card-body",$padding:l,children:i})}()]})})})},exports.CheckFileURL=MA,exports.Checkbox=pl,exports.Checkmark=TA,exports.ChunkArray=function(n,e){var o=0,t=[];for(o=0;o<n.length;o+=e){var p=n.slice(o,o+e);"object"!=typeof p&&t.push(p)}return t},exports.Collapse=Ov,exports.ConsoleLog=Dn,exports.ConvertCurrency=function(n,e){return n||(n=0),pA(n,"TRY"===e?"₺":"USD"===e?"$":"EUR"===e?"€":"?")},exports.DatePicker=Pg,exports.DetermineNewHeight=function(n,e,o){return n/e*o},exports.DetermineNewWidth=function(n,e,o){return e/n*o},exports.FileChecker=function(n,e){void 0===n&&(n="config"),void 0===e&&(e="resource");var o=void 0!==performance.getEntries().filter((function(n){return n.entryType===e})).filter((function(e){return e.name.indexOf(n)>-1}))[0];return o?console.log("script already loaded"):console.log("script was not loaded"),o},exports.FindSelector=cM,exports.Flex=jy,exports.Form=wW,exports.FormatBytes=zA,exports.FormatDate=function(n,e,o){return void 0===e&&(e="tr"),void 0===o&&(o="D MMMM YYYY dddd"),lA(new Date(n)).locale(e).format(o)},exports.FormatDateTime=function(n,e,o){return void 0===e&&(e="tr"),void 0===o&&(o="D MMMM YYYY dddd - HH:mm"),lA(new Date(n)).locale(e).format(o)},exports.FormatSimpleDate=function(n,e,o){return void 0===e&&(e="tr"),void 0===o&&(o="D MMMM YYYY"),lA(new Date(n)).locale(e).format(o)},exports.FormatSimpleDateTime=function(n,e,o){return void 0===e&&(e="tr"),void 0===o&&(o="MM/DD/YYYY - HH:mm"),lA(new Date(n)).locale(e).format(o)},exports.FormatTime=function(n,e,o){return void 0===e&&(e="tr"),void 0===o&&(o="HH:mm"),lA(n).locale(e).format(o)},exports.GetByCurrency=function(n,e,o){if(void 0===e&&(e=!0),void 0===o&&(o=""),""===o)throw new Error("Currency Error: You must send the currency (EUR, USD, TRY, etc...");isNaN(n)&&(n=0);var t=tA(o);return e?new Intl.NumberFormat(t,{style:"currency",currency:o}).format(n):n},exports.GetCountryCodeByCurrencyCode=tA,exports.GetCountryCodeByLanguage=function(n){return"tr"===n?"tur":"en"===n?"usa":"language_not_found"},exports.GetCurrencyFormat=function(n,e){if(void 0===e&&(e=""),""===e)throw new Error("Currency Error: You must send the currency (EUR, USD, TRY, etc...");return""===n?"":n="".concat(bA(e)).concat(n).replace(/\B(?=(\d{3})+(?!\d))/g,".")},exports.GetCurrencySymbol=bA,exports.GetDecimalByCurrency=function(n){if(void 0===n&&(n=""),""===n)throw new Error("Currency Error: You must send the currency (EUR, USD, TRY, etc...");return"TRY"===n?",":"EUR"===n||"USD"===n?".":","},exports.GetTypeByFileType=cA,exports.H1=function(e){var o=e.children;return n.jsx(vA,{children:n.jsx("span",{children:o})})},exports.H2=NA,exports.H3=function(e){var o=e.children;return n.jsx(yA,{children:n.jsx("span",{children:o})})},exports.H4=BA,exports.ITDContext=oA,exports.ITDProvider=function(o){var t=e.useState(o.theme?o.theme:"dark"),p=t[0],b=t[1],M=e.useState(o.dateFormat?o.dateFormat:"MM/DD/YYYY"),z=M[0],c=M[1],r=e.useState(o.language?o.language:"en"),i=r[0],a=r[1],O=e.useState("en-US"),s=O[0],d=O[1],A=e.useState(""),l=A[0],u=A[1];e.useEffect((function(){o.theme&&q(o.theme),o.language&&h(o.language),o.dateFormat&&f(o.dateFormat)}),[o.theme,o.language,o.dateFormat]);var q=function(n){b(n)},f=function(n){c(n)},h=function(n){a(n),on.changeLanguage(n)},W={theme:p,brokenImage:l,dateFormat:z,language:i,locale:s,changeTheme:q,changeBrokenImage:function(n){u(n)},changeDateFormat:f,changeLanguage:h,changeLocale:function(n){d(n)}};return n.jsx(eA,{className:"itd-provider","data-theme":p,"data-lang":i,children:n.jsx(oA.Provider,{value:W,children:n.jsx(Id,{children:n.jsx(Jd,{children:n.jsx(ba,{children:o.children})})})})})},exports.Image=bi,exports.InlineSelect=_v,exports.InlineSelectArrow=EA,exports.Input=bR,exports.IsValidJSON=function(n){n="string"!=typeof n?JSON.stringify(n):n;try{n=JSON.parse(String(n))}catch(n){return!1}return"object"==typeof n&&null!==n},exports.LockIcon=wA,exports.ModalManager=Ma,exports.NoData=PA,exports.Notification=Vd,exports.Picture=DA,exports.Progress=function(e){var o,t=e.status,p=e.percent,b=void 0===p?0:p,M=e.alwaysShowPercent,z=void 0!==M&&M,c=e.showInfo,r=void 0===c||c,i=e.className,a=void 0===i?"":i,O=n.jsx("svg",{viewBox:"64 64 896 896",focusable:"false","data-icon":"check-circle",width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",children:n.jsx("path",{d:"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm193.5 301.7l-210.6 292a31.8 31.8 0 01-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.5 12.7z"})}),s=n.jsx("svg",{fillRule:"evenodd",viewBox:"64 64 896 896",focusable:"false","data-icon":"close-circle",width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",children:n.jsx("path",{d:"M512 64c247.4 0 448 200.6 448 448S759.4 960 512 960 64 759.4 64 512 264.6 64 512 64zm127.98 274.82h-.04l-.08.06L512 466.75 384.14 338.88c-.04-.05-.06-.06-.08-.06a.12.12 0 00-.07 0c-.03 0-.05.01-.09.05l-45.02 45.02a.2.2 0 00-.05.09.12.12 0 000 .07v.02a.27.27 0 00.06.06L466.75 512 338.88 639.86c-.05.04-.06.06-.06.08a.12.12 0 000 .07c0 .03.01.05.05.09l45.02 45.02a.2.2 0 00.09.05.12.12 0 00.07 0c.02 0 .04-.01.08-.05L512 557.25l127.86 127.87c.04.04.06.05.08.05a.12.12 0 00.07 0c.03 0 .05-.01.09-.05l45.02-45.02a.2.2 0 00.05-.09.12.12 0 000-.07v-.02a.27.27 0 00-.05-.06L557.25 512l127.87-127.86c.04-.04.05-.06.05-.08a.12.12 0 000-.07c0-.03-.01-.05-.05-.09l-45.02-45.02a.2.2 0 00-.09-.05.12.12 0 00-.07 0z"})}),d=function(){return t||(b<100?"normal":"success")},A=function(){if(r)return n.jsx("span",{className:"itd-progress-status",children:l()})},l=function(){var e=d();return"active"===e||"normal"===e||z?n.jsx("span",{className:"itd-progress-status-text",children:b+"%"}):"success"===e?O:"exception"===e?s:void 0};return n.jsx(TL,{$status:d(),$percent:b,className:(o="itd-progress",o+=" itd-progress-"+t,o+=" itd-progress-percent-"+b,""!==a&&null!==a&&(o+=" "+a),o),children:n.jsxs("div",{className:"itd-progress-outer",children:[n.jsx("div",{className:"itd-progress-inner",children:n.jsx("div",{className:"itd-progress-bg"})}),A()]})})},exports.Radio=Rv,exports.RemoveUnits=function(n){return n?(n=n.replaceAll("%","").replaceAll("px","").replaceAll("em","").replaceAll("ex","").replaceAll("ch","").replaceAll("rem","").replaceAll("vw","").replaceAll("vh","").replaceAll("vmin","").replaceAll("vmax","").replaceAll("pt","").replaceAll("pc","").replaceAll("in","").replaceAll("mm","").replaceAll("cm",""),parseInt(n)):0},exports.Result=WL,exports.SVGLoader=function(e,o,t){return n.jsx(sA,{$width:o,$height:t,children:n.jsx(p.ReactSVG,{src:e})})},exports.Select=rW,exports.Spin=qr,exports.Status=function(e){var o,t=e.variant,p=void 0===t?"gray-1":t,b=e.size,M=void 0===b?"default":b,z=e.stretch,c=void 0!==z&&z,r=e.children,i=void 0===r?"":r,a=e.className,O=void 0===a?"":a;return n.jsx(wL,{$status:p,className:(o="itd-status",o+=" itd-status-"+p,o+=" itd-status-"+ui(M),c&&(o+=" itd-status-stretch"),""!==O&&null!==O&&(o+=" "+O),o),children:n.jsx("span",{children:i})})},exports.Switch=yR,exports.Table=Dy,exports.Tabs=xy,exports.TextArea=qR,exports.TinyScrollbar=kh,exports.Tooltip=Zd,exports.TranslateCell=fA,exports.Trash=CA,exports.UniUpperCase=function(n,e){void 0===n&&(n=""),void 0===e&&(e="tr");var o={i:"İ","ş":"Ş","ğ":"Ğ","ü":"Ü","ö":"Ö","ç":"Ç","ı":"I"};return"tr"===e&&(n=n.replace(/(([iışğüçö]))/g,(function(n){return o[n]}))),n.toUpperCase()},exports.UpdateThemeStyle=function(n){var e="",o=document.styleSheets[0];Object.keys(n).forEach((function(o){e+="".concat(o,":").concat(n[o],";")})),o.hasOwnProperty("cssRules")&&(o.cssRules[0].style.cssText=e)},exports.Upload=pv,exports.UploadIcon=kA,exports.Wait=rA,exports.ZoomIn=_A,exports.ZoomOut=function(e){var o=e.className,t=void 0===o?"":o,p=e.height,b=void 0===p?24:p,M=e.width,z=void 0===M?24:M;return n.jsx("svg",{className:t,height:b,width:z,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:n.jsxs("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:[n.jsx("rect",{x:"0",y:"0",width:"24",height:"24"}),n.jsx("path",{d:"M14.2928932,16.7071068 C13.9023689,16.3165825 13.9023689,15.6834175 14.2928932,15.2928932 C14.6834175,14.9023689 15.3165825,14.9023689 15.7071068,15.2928932 L19.7071068,19.2928932 C20.0976311,19.6834175 20.0976311,20.3165825 19.7071068,20.7071068 C19.3165825,21.0976311 18.6834175,21.0976311 18.2928932,20.7071068 L14.2928932,16.7071068 Z",fill:"#000000",fillRule:"nonzero",opacity:"0.3"}),n.jsx("path",{d:"M11,16 C13.7614237,16 16,13.7614237 16,11 C16,8.23857625 13.7614237,6 11,6 C8.23857625,6 6,8.23857625 6,11 C6,13.7614237 8.23857625,16 11,16 Z M11,18 C7.13400675,18 4,14.8659932 4,11 C4,7.13400675 7.13400675,4 11,4 C14.8659932,4 18,7.13400675 18,11 C18,14.8659932 14.8659932,18 11,18 Z",fill:"#000000",fillRule:"nonzero"}),n.jsx("rect",{fill:"#000000",opacity:"0.3",x:"9",y:"10.5",width:"4",height:"1",rx:"0.5"})]})})},exports.toKebabCase=function(n,e,o){void 0===e&&(e=!1),void 0===o&&(o=!1);var t=["the","is","in","at","on","and","a","an","ve","bir","bu","için","gibi"],p={"ğ":"g","ü":"u","ş":"s","ı":"i","ö":"o","ç":"c","Ğ":"g","Ü":"u","Ş":"s","İ":"i","Ö":"o","Ç":"c"};return n=n.replace(/[ğüşiöçıĞÜŞİÖÇ]/g,(function(n){return p[n]})),e&&(n=n.split(" ").filter((function(n){return!t.includes(n.toLowerCase())})).join(" ")),o&&(n=n.replace(/\d+/g,"")),(n=(n=n.normalize("NFD").replace(/[\u0300-\u036f]/g,"")).toLowerCase().replace(/[^a-z0-9\s-]/g,"")).trim().replace(/\s+/g,"-")},exports.useAddExternalCSS=function(n,o){void 0===o&&(o=!1),e.useEffect((function(){var e=!1,p=document.head,b=t();return document.querySelectorAll("head > link").forEach((function(o){-1!==o.href.indexOf(n)&&(e=!0)})),e||p.appendChild(b),function(){o&&document.querySelectorAll("head > link").forEach((function(e){-1!==e.href.indexOf(n)&&document.head.removeChild(e)}))}}),[n]);var t=function(){var e=document.createElement("link");return e.type="text/css",e.rel="stylesheet",e.href=n,e}},exports.useComponentSize=function(n){var o=e.useState({width:0,height:0}),t=o[0],p=o[1];return e.useEffect((function(){if(n.current){var e=new ResizeObserver((function(n){n.forEach((function(n){var e=n.target;p({width:e.clientWidth,height:e.clientHeight})}))}));return e.observe(n.current),function(){return e.disconnect()}}}),[n]),[t]},exports.useConnectionStatus=function(n){e.useEffect((function(){var e=function(e){n(e)};return window.addEventListener("online",e),function(){window.removeEventListener("online",e)}}),[n])},exports.useConstructor=function(n){void 0===n&&(n=function(){});var o=e.useState(!1),t=o[0],p=o[1];t||(n(),p(!0))},exports.useContextBridge=function(){for(var o=[],t=0;t<arguments.length;t++)o[t]=arguments[t];if(0===o.length)return function(e){var o=e.children;return n.jsx(n.Fragment,{children:o})};var p=o.map(e.useContext),b=e.useRef(p);return b.current=p,e.useMemo((function(){return function(e){var t=e.children;return o.reduceRight((function(e,o,t){return n.jsx(o.Provider,{value:b.current[t],children:e})}),t)}}),[])},exports.useCoreFetch=dM,exports.useCreateDynamicStyle=function(n,o,t){void 0===t&&(t=Me("itd-dynamic-style")),e.useEffect((function(){return z()||p(),function(){var n=c();"string"!=typeof n&&n.parentNode&&n.parentNode.removeChild(n)}}),[]);var p=function(){r(),o("cs-"+t)},z=function(){return 0===Object.keys(n).length},c=function(){var n="";return document.querySelectorAll("head > style").forEach((function(e){e.id===t&&(n=e)})),n},r=function(){var e=i(n),o=document.createElement("style");o.setAttribute("type","text/css"),o.setAttribute("id",t),o.innerHTML=e.join(""),document.head.appendChild(o)},i=function(n){var e=[];for(var o in n){var p=JSON.stringify(n[o]).split('","').join(";").replace(/"/g,"");p=M().use(b).use(zM).use(Ub({})).process(p).css;var z=".cs-".concat(t," ").concat(o," ");z+=p,z+=" ",e.push(z)}return e}},exports.useCreateStyledStyle=rM,exports.useKeyboardShortcut=function(n){var o=n.key,t=n.onKeyPressed;e.useEffect((function(){function n(n){n.key===o&&(n.preventDefault(),t())}return document.addEventListener("keydown",n),function(){document.removeEventListener("keydown",n)}}),[o,t])},exports.useMultiQuery=sM,exports.useOnClickOutside=iM,exports.useOnESCKeyDown=aM,exports.useOnResize=function(n){e.useEffect((function(){var e=function(e){n(e)};return window.addEventListener("resize",e),function(){window.removeEventListener("resize",e)}}),[n])},exports.useReCaptcha=function(n){var o,t=e.useState(""),p=t[0],b=t[1];e.useEffect((function(){return function(){document.body.removeChild(o)}}),[]);return{loadReCaptcha:function(n){(o=document.createElement("script")).src="https://www.google.com/recaptcha/api.js?render="+n,o.onload=function(){b(n)},document.body.appendChild(o)},executeReCaptcha:function(){if(""===p)return Dn.double("useReCaptcha","Not yet initialized! reCaptcha can't execute right now.","error"),void(n&&n(null));window.grecaptcha.ready((function(e){try{window.grecaptcha.execute(p,{action:"login"}).then((function(e){Dn.double("ReCaptcha V3","Token is valid"),console.log("token: "+e),n&&n(e)}))}catch(n){Dn.double("ReCaptcha V3","Token is invalid","error")}}))}}},exports.useSingleQuery=OM;
|
package/dist/index.d.ts
CHANGED
|
@@ -119,7 +119,33 @@ declare function Base64Encode(input: string): string;
|
|
|
119
119
|
|
|
120
120
|
declare function Base64Decode(encoded: string): string;
|
|
121
121
|
|
|
122
|
-
|
|
122
|
+
/**
|
|
123
|
+
* What are SEO stop words?
|
|
124
|
+
*
|
|
125
|
+
* SEO stop words (Google stop words, stopwords) are generic common words
|
|
126
|
+
* (and, or, besides, in, a, the, do, they, etc.) that Google may omit in
|
|
127
|
+
* search query processing because they don’t usually affect the meaning of the query.
|
|
128
|
+
* These words are actually used for grammatical purposes and don’t communicate a message on their own.
|
|
129
|
+
*
|
|
130
|
+
* For example, if you google something like “best carrot cake recipe” and “the best carrot cake recipe”,
|
|
131
|
+
* the SERP will anyway feature links to pages with carrot cake recipes. In this case, the does not
|
|
132
|
+
* add any meaning to the query.
|
|
133
|
+
*
|
|
134
|
+
*/
|
|
135
|
+
/**
|
|
136
|
+
*
|
|
137
|
+
* ### toKebabCase
|
|
138
|
+
*
|
|
139
|
+
* First, removes special characters from the provided string value and converts it to lowercase.
|
|
140
|
+
*
|
|
141
|
+
* @param value The input string.
|
|
142
|
+
* @param removeStopWords Removes stop words if true.
|
|
143
|
+
* @param removeNumbers Removes numbers if true.
|
|
144
|
+
*
|
|
145
|
+
* @returns If `toKebabCase("bu 123 bir örnek 456 cümle", true, true)` is provided, it will return `"ornek-cumle"`.
|
|
146
|
+
*
|
|
147
|
+
*/
|
|
148
|
+
declare function toKebabCase(value: string, removeStopWords?: boolean, removeNumbers?: boolean): string;
|
|
123
149
|
|
|
124
150
|
type Nullable<T> = T | null;
|
|
125
151
|
type THandler = Nullable<(value: string | null) => void>;
|