@inntechcorp/it-design 2.0.99 → 2.0.101

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -81,6 +81,7 @@ export type { AlertProps, AlertType, AlertSize } from './types/AlertProps';
81
81
  export type { SwitchProps } from './types/SwitchProps';
82
82
  export type { ModalProps, ModalContentProps, ModalRefProps } from './types/ModalProps';
83
83
  export type { UploadProps, UploadProgressProps, UploadResultMessageProps } from './types/UploadProps';
84
+ export type { ResultProps } from './types/ResultProps';
84
85
  export type { TabsItemProps, TabsProps } from './types/TabsProps';
85
86
  export type { TableColumnType, TableProps } from './types/TableProps';
86
87
  export type { CardProps } from './types/CardProps';
package/dist/index.d.ts CHANGED
@@ -6,6 +6,7 @@ import { IStyledComponent } from 'styled-components';
6
6
  import { Cancel, AxiosProgressEvent } from 'axios';
7
7
  import { ModalState as ModalState$1, FormValidationTypes } from 'enums/enum';
8
8
  import { ModalProps as ModalProps$1 } from 'types/ModalProps';
9
+ import { ResultProps as ResultProps$1 } from 'types/ResultProps';
9
10
 
10
11
  type ITDContextType = {
11
12
  theme: string;
@@ -604,18 +605,8 @@ declare const Alert: {
604
605
  */
605
606
  declare const Upload: react.ForwardRefExoticComponent<UploadProps & react.RefAttributes<ITDImperativeFuncProps>>;
606
607
 
607
- type ResultProps = {
608
- image: string;
609
- title: string;
610
- description: string;
611
- type?: string;
612
- extra?: JSX.Element | null;
613
- footer?: JSX.Element | null;
614
- fill?: boolean;
615
- autoCenter?: boolean;
616
- };
617
608
  declare const Result: {
618
- ({ image, title, description, extra, footer, type, fill, autoCenter }: ResultProps): react_jsx_runtime.JSX.Element;
609
+ ({ image, title, description, extra, footer, type, fill, autoCenter }: ResultProps$1): react_jsx_runtime.JSX.Element;
619
610
  displayName: string;
620
611
  };
621
612
 
@@ -1202,6 +1193,17 @@ type UploadResultMessageProps = {
1202
1193
  status: "success" | "error" | "";
1203
1194
  };
1204
1195
 
1196
+ type ResultProps = {
1197
+ image: string;
1198
+ title: string;
1199
+ description: string;
1200
+ type?: string;
1201
+ extra?: JSX.Element | null;
1202
+ footer?: JSX.Element | null;
1203
+ fill?: boolean;
1204
+ autoCenter?: boolean;
1205
+ };
1206
+
1205
1207
  type TabsItemProps = {
1206
1208
  key: string;
1207
1209
  tab: string;
@@ -1317,4 +1319,4 @@ declare enum FileExtensions {
1317
1319
  OTF = ".otf"
1318
1320
  }
1319
1321
 
1320
- export { ALink, Accordion, type AccordionItemProps, type AccordionProps, type AccordionSubMenuProps, AddDefaultThemeStyle, AddZero, Alert, type AlertProps, type AlertSize, type AlertType, Arrow as ArrowIcon, BackToTop, BackTop, Button, type ButtonContentPosition, type ButtonProps, type ButtonState, type ButtonType, type ButtonVariant, Calendar, Card, type CardProps, CheckFileURL, Checkbox, type CheckboxEvent, type CheckboxGroupProps, type CheckboxProps, Checkmark, ChunkArray, Collapse, ConsoleLog, ConvertCurrency, DatePicker, DetermineNewHeight, DetermineNewWidth, type FieldUpdateProps, FileChecker, FileExtensions, FileTypes, FindSelector, Flex, type FlexAlignProps, type FlexGapProps, type FlexJustifyProps, type FlexProps, Form, type FormContextType, type FormItemProps, type FormProps, type FormRuleProps, type FormSubComponentProps, type FormValueProps, FormatBytes, GetByCurrency, GetCountryCodeByCurrencyCode, GetCountryCodeByLanguage, GetCurrencyFormat, GetCurrencySymbol, GetDecimalByCurrency, GetTypeByFileType, type GroupCheckboxOptionType, H1, H2, H3, H4, ITDContext, type ITDContextType, type ITDImperativeFuncProps, ITDProvider, type ITDProviderProps, type ITDSize, type ITDSizeSlug, _default as Image, InlineSelect, InlineSelectArrow, Input, type InputProps, type InputVariant, IsValidJSON, Lock as LockIcon, type ModalContentProps, ModalManager, type ModalProps, type ModalRefProps, ModalState, NoData, Notification, type NotificationContextType, type NotificationsProps, Picture, Progress, type ProgressProps, type ProgressStatus, Radio, RemoveUnits, Result, SVGLoader, Select, type SelectDirection, type SelectOptionProps, type SelectPosition, type SelectProps, type SelectToggleProps, type SelectVariant, type SingleQueryProps, Spin, Status, type StatusProps, type StatusVariant, Switch, type SwitchProps, Table, type TableColumnType, type TableProps, Tabs, type TabsItemProps, type TabsProps, TextArea, type TextAreaEvent, type TextAreaProps, type TextAreaVariant, TinyScrollbar, Tooltip, Trash, UniUpperCase, UpdateThemeStyle, Upload, Upload$1 as UploadIcon, type UploadProgressProps, type UploadProps, type UploadResultMessageProps, Wait, ZoomIn, ZoomOut, useAddExternalCSS, useComponentSize, useConnectionStatus, useConstructor, useCoreFetch, useCreateDynamicStyle, useCreateStyledStyle, useMultiQuery, useOnClickOutside, useOnESCKeyDown, useOnResize, useReCaptcha, useSingleQuery };
1322
+ export { ALink, Accordion, type AccordionItemProps, type AccordionProps, type AccordionSubMenuProps, AddDefaultThemeStyle, AddZero, Alert, type AlertProps, type AlertSize, type AlertType, Arrow as ArrowIcon, BackToTop, BackTop, Button, type ButtonContentPosition, type ButtonProps, type ButtonState, type ButtonType, type ButtonVariant, Calendar, Card, type CardProps, CheckFileURL, Checkbox, type CheckboxEvent, type CheckboxGroupProps, type CheckboxProps, Checkmark, ChunkArray, Collapse, ConsoleLog, ConvertCurrency, DatePicker, DetermineNewHeight, DetermineNewWidth, type FieldUpdateProps, FileChecker, FileExtensions, FileTypes, FindSelector, Flex, type FlexAlignProps, type FlexGapProps, type FlexJustifyProps, type FlexProps, Form, type FormContextType, type FormItemProps, type FormProps, type FormRuleProps, type FormSubComponentProps, type FormValueProps, FormatBytes, GetByCurrency, GetCountryCodeByCurrencyCode, GetCountryCodeByLanguage, GetCurrencyFormat, GetCurrencySymbol, GetDecimalByCurrency, GetTypeByFileType, type GroupCheckboxOptionType, H1, H2, H3, H4, ITDContext, type ITDContextType, type ITDImperativeFuncProps, ITDProvider, type ITDProviderProps, type ITDSize, type ITDSizeSlug, _default as Image, InlineSelect, InlineSelectArrow, Input, type InputProps, type InputVariant, IsValidJSON, Lock as LockIcon, type ModalContentProps, ModalManager, type ModalProps, type ModalRefProps, ModalState, NoData, Notification, type NotificationContextType, type NotificationsProps, Picture, Progress, type ProgressProps, type ProgressStatus, Radio, RemoveUnits, Result, type ResultProps, SVGLoader, Select, type SelectDirection, type SelectOptionProps, type SelectPosition, type SelectProps, type SelectToggleProps, type SelectVariant, type SingleQueryProps, Spin, Status, type StatusProps, type StatusVariant, Switch, type SwitchProps, Table, type TableColumnType, type TableProps, Tabs, type TabsItemProps, type TabsProps, TextArea, type TextAreaEvent, type TextAreaProps, type TextAreaVariant, TinyScrollbar, Tooltip, Trash, UniUpperCase, UpdateThemeStyle, Upload, Upload$1 as UploadIcon, type UploadProgressProps, type UploadProps, type UploadResultMessageProps, Wait, ZoomIn, ZoomOut, useAddExternalCSS, useComponentSize, useConnectionStatus, useConstructor, useCoreFetch, useCreateDynamicStyle, useCreateStyledStyle, useMultiQuery, useOnClickOutside, useOnESCKeyDown, useOnResize, useReCaptcha, useSingleQuery };
package/dist/index.esm.js CHANGED
@@ -906,4 +906,4 @@ r.version="2.30.1",i(Kt),r.fn=lo,r.min=Xt,r.max=nr,r.now=er,r.utc=h,r.unix=co,r.
906
906
  position: relative;
907
907
  width: max-content;
908
908
 
909
- `,DE=({label:n="",value:e=[],children:t=null,single:r=!1,minWidth:o=0,className:a="",onChange:d=null})=>{const u=l(null),[f,p]=s(!1),[h,g]=s([]),[v,b]=s("");c((()=>{e&&e.length>0&&t.length>0&&(g(e),x.map(t,(n=>{n.props.value===e[0]&&b(n.props.children)})))}),[e,t]),ja(u,(()=>{p(!1)}));const y=(n,e)=>{if(d?d(n,e):console.warn("InlineSelect: 'onChange' method couldn't be called because it is not defined!"),r)g(n),b(e);else{const e=n[n.length-1];g(e||[])}};return i.createElement(TE,{className:(()=>{let n="itd-inline-select";return f&&(n+=" itd-inline-select-open"),""!==a&&(n+=" "+a),n})(),ref:u},i.createElement(AE,{onChange:n=>{p(n)},isOpen:f,count:h.length,single:r,label:(()=>{let e=r||!r&&1===h.length?v:n;return""===e?"··········":e})()}),i.createElement(SE,{onChange:y,value:h,isOpen:f,single:r,minWidth:o},x.map(t,(n=>{if(n&&n.hasOwnProperty("type")&&null!==n.type&&void 0!==n.type)return n.type===kE?m(n,{...n.props,onChange:y,single:r}):void 0}))))};DE.Option=kE;var PE,LE,ME,FE,IE,RE,zE,jE,$E,YE=Mc.div(IE||(IE=$(["\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 Dc(PE||(PE=$(["\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 Dc(ME||(ME=$(["\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 Dc(FE||(FE=$(["\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 Dc(LE||(LE=$(["\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 "])))})),BE=Mc.span(RE||(RE=$(["\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"]))),VE=Mc.span(zE||(zE=$(["\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"]))),UE=Mc.span(jE||(jE=$(["\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"})),HE=Mc.div($E||($E=$(["\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"]))),GE=function(t){var r=t.type,i=void 0===r?"info":r,o=t.size,a=void 0===o?"small":o,s=t.title,l=void 0===s?"":s,c=t.className,d=void 0===c?"":c,u=t.children,f=void 0===u?"":u;return e(YE,{className:function(){var n="itd-alert";return n+=" itd-alert-"+i,n+=" itd-alert-"+("x-small"===a?"xs":"small"===a?"sm":"medium"===a?"md":"default"===a?"df":"large"===a?"lg":"x-large"===a?"xlg":"df"),""!==d&&(n+=" "+d),n}(),children:[n(HE,{children:n(O,{src:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' strokeWidth='2' stroke-linecap='round' stroke-linejoin='round'%3e %3ccircle cx='12' cy='12' r='10'%3e%3c/circle%3e %3cline x1='12' x2='12' y1='8' y2='12'%3e%3c/line%3e %3cline x1='12' x2='12.01' y1='16' y2='16'%3e%3c/line%3e%3c/svg%3e"})}),e(UE,{$noTitle:!l,children:[""!==l?n(BE,{children:l}):null,""!==f?n(VE,{children:f}):null]})]})};GE.displayName="ITD-Alert";var WE=Mc.div(tO||(tO=$(['\n\n position: relative;\n width: 100%;\n\n input[type="file"] {\n\n width: 100%;\n height: 100%;\n position: absolute;\n opacity: 0;\n \n }\n\n'],['\n\n position: relative;\n width: 100%;\n\n input[type="file"] {\n\n width: 100%;\n height: 100%;\n position: absolute;\n opacity: 0;\n \n }\n\n']))),qE=Mc.div(rO||(rO=$(["\n\n >img {\n max-width: 70%;\n }\n\n transition-property: border-color;\n transition-duration: 500ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n\n border: 1px solid ",";\n border-radius: 6px;\n padding: ",";\n //overflow: hidden;\n\n display: flex;\n justify-content: center;\n align-items: center;\n\n height: 100px;\n min-height: 100px;\n\n position: relative;\n\n"],["\n\n >img {\n max-width: 70%;\n }\n\n transition-property: border-color;\n transition-duration: 500ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n\n border: 1px solid ",";\n border-radius: 6px;\n padding: ",";\n //overflow: hidden;\n\n display: flex;\n justify-content: center;\n align-items: center;\n\n height: 100px;\n min-height: 100px;\n\n position: relative;\n\n"])),(function(n){return n.$hasError?"#f8285a":n.$showBorder&&!n.$disabled?"#252f4a60":"#DBDFE9"}),(function(n){return n.$padding+"px"})),KE=Mc.label(iO||(iO=$(["\n\n display: block;\n\n outline: ",";\n outline-offset: 1px;\n border-radius: 6px;\n\n transition-property: outline-color;\n transition-duration: 500ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n\n"],["\n\n display: block;\n\n outline: ",";\n outline-offset: 1px;\n border-radius: 6px;\n\n transition-property: outline-color;\n transition-duration: 500ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n\n"])),(function(n){return n.$showFocus?"2px solid #1b84ff":"2px solid #1b84ff00"})),ZE=Mc.div(oO||(oO=$(["\n\n position: absolute;\n top: 50%;\n right: 15px;\n transform: translateY(-50%);\n\n"],["\n\n position: absolute;\n top: 50%;\n right: 15px;\n transform: translateY(-50%);\n\n"]))),JE=Mc.div(aO||(aO=$(["\n\n display: flex;\n justify-content: center;\n align-items: center;\n padding: ",";\n\n img {\n width: ",";\n height: ",";\n }\n\n"],["\n\n display: flex;\n justify-content: center;\n align-items: center;\n padding: ",";\n\n img {\n width: ",";\n height: ",";\n }\n\n"])),(function(n){return n.$padding?"string"==typeof n.$padding?n.$padding:n.$padding+"px":"100%"}),(function(n){return n.$width?"string"==typeof n.$width?n.$width:n.$width+"px":"100%"}),(function(n){return n.$height?"string"==typeof n.$height?n.$height:n.$height+"px":"100%"})),QE=Mc.div(lO||(lO=$(["\n\n transition-property: all;\n transition-duration: 0ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n transition-delay: 0ms;\n //animation-direction: reverse;\n\n position: absolute;\n top: 150%;\n left: 50%;\n transform: translateX(-50%) translateY(-50%);\n\n display: flex;\n flex-direction: column;\n width: 100%;\n \n span {\n &:nth-child(1) {\n color: #000000;\n font-weight: 600; \n font-size: 14px;\n text-align: center;\n }\n &:nth-child(2) {\n color: #00000090;\n font-weight: 500;\n font-size: 12px;\n text-align: center;\n }\n }\n\n ","\n\n"],["\n\n transition-property: all;\n transition-duration: 0ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n transition-delay: 0ms;\n //animation-direction: reverse;\n\n position: absolute;\n top: 150%;\n left: 50%;\n transform: translateX(-50%) translateY(-50%);\n\n display: flex;\n flex-direction: column;\n width: 100%;\n \n span {\n &:nth-child(1) {\n color: #000000;\n font-weight: 600; \n font-size: 14px;\n text-align: center;\n }\n &:nth-child(2) {\n color: #00000090;\n font-weight: 500;\n font-size: 12px;\n text-align: center;\n }\n }\n\n ","\n\n"])),(function(n){return n.$isHover&&Dc(sO||(sO=$(["\n top: 50%;\n "],["\n top: 50%;\n "])))})),XE=Mc.div(dO||(dO=$(["\n\n position: absolute;\n\n display: flex;\n\n transition-property: all;\n transition-duration: 400ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n animation-direction: reverse;\n\n width: 100%;\n height: 100%;\n background-color: #ffffff00;\n backdrop-filter: blur(0px);\n border-radius: 5px;\n overflow: hidden;\n\n ","\n\n"],["\n\n position: absolute;\n\n display: flex;\n\n transition-property: all;\n transition-duration: 400ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n animation-direction: reverse;\n\n width: 100%;\n height: 100%;\n background-color: #ffffff00;\n backdrop-filter: blur(0px);\n border-radius: 5px;\n overflow: hidden;\n\n ","\n\n"])),(function(n){return n.$isHover&&Dc(cO||(cO=$(["\n backdrop-filter: blur(2px);\n background-color: #ffffff90;\n "],["\n backdrop-filter: blur(2px);\n background-color: #ffffff90;\n "])))})),nO=Mc.div(fO||(fO=$(["\n\n position: absolute;\n\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n\n transition-property: all;\n transition-duration: 400ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n\n width: 100%;\n height: 100%;\n background-color: #1b84ff00;\n border-radius: 5px;\n overflow: hidden;\n\n span, div {\n\n color: #ffffff00;\n z-index: 1;\n pointer-events: none;\n\n transition-property: all;\n transition-duration: 400ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n \n }\n \n ","\n\n"],["\n\n position: absolute;\n\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n\n transition-property: all;\n transition-duration: 400ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n\n width: 100%;\n height: 100%;\n background-color: #1b84ff00;\n border-radius: 5px;\n overflow: hidden;\n\n span, div {\n\n color: #ffffff00;\n z-index: 1;\n pointer-events: none;\n\n transition-property: all;\n transition-duration: 400ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n \n }\n \n ","\n\n"])),(function(n){var e=n.$isActive,t=n.$complete,r=n.$error;return e&&Dc(uO||(uO=$(["\n background-color : ",";\n span {\n color: #ffffff;\n }\n "],["\n background-color : ",";\n span {\n color: #ffffff;\n }\n "])),t?"#91DB7D":r?"#ff0000":"#1b84ff")})),eO=Mc.div(pO||(pO=$(['\n transition-property: all;\n transition-duration: 400ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n \n position: absolute;\n top: 0;\n left: 0;\n height: 100%;\n content: "";\n\n background-color : ',";\n width : ",";\n"],['\n transition-property: all;\n transition-duration: 400ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n \n position: absolute;\n top: 0;\n left: 0;\n height: 100%;\n content: "";\n\n background-color : ',";\n width : ",";\n"])),(function(n){return n.$complete?"#91DB7D":n.$error?"#ff0000":"#54A3FF"}),(function(n){return n.$progress+"%"}));Mc.div(hO||(hO=$(["\n\n position: absolute;\n border: 1px solid #f8285a;\n width: calc(100% + 2px);\n height: calc(100% + 2px);\n border-radius: 6px;\n top: -1px;\n left: -1px;\n pointer-events: none;\n z-index: 1;\n\n"],["\n\n position: absolute;\n border: 1px solid #f8285a;\n width: calc(100% + 2px);\n height: calc(100% + 2px);\n border-radius: 6px;\n top: -1px;\n left: -1px;\n pointer-events: none;\n z-index: 1;\n\n"])));var tO,rO,iO,oO,aO,sO,lO,cO,dO,uO,fO,pO,hO,gO,mO,vO,bO,yO,xO,wO,kO,_O,SO,EO,OO,CO,NO=Mc.div(gO||(gO=$(['\n\n display: flex;\n align-items: center;\n justify-content: center;\n\n color: #000000CC;\n font-size: 10px;\n cursor: pointer;\n position: relative;\n\n &:hover {\n color: #000000;\n }\n\n &[data-icon="i"] {\n &::before {\n padding: 4px;\n border-radius: 50px;\n }\n }\n\n'],['\n\n display: flex;\n align-items: center;\n justify-content: center;\n\n color: #000000CC;\n font-size: 10px;\n cursor: pointer;\n position: relative;\n\n &:hover {\n color: #000000;\n }\n\n &[data-icon="i"] {\n &::before {\n padding: 4px;\n border-radius: 50px;\n }\n }\n\n']))),AO=Mc(NO)(mO||(mO=$(["\n\n &::before {\n background-color: #f8285a;\n }\n\n"],["\n\n &::before {\n background-color: #f8285a;\n }\n\n"]))),TO=Mc.span(vO||(vO=$(['\n \n position: absolute;\n display: flex;\n justify-content: center;\n align-items: flex-end;\n\n font-size: 13px;\n line-height: 14px;\n\n border-radius: 5px;\n padding: 10px 7px;\n right: -14px;\n bottom: 32px;\n color: #ffffff;\n background: #f8285a;\n width: max-content;\n max-width: 210px;\n\n z-index: 2;\n\n &::after {\n\n content: "";\n width: 0;\n height: 0;\n position: absolute;\n bottom: -6px;\n right: 17px;\n border-left: 7px solid transparent;\n border-right: 7px solid transparent;\n border-top: 10px solid #f8285a;\n\n }\n\n'],['\n \n position: absolute;\n display: flex;\n justify-content: center;\n align-items: flex-end;\n\n font-size: 13px;\n line-height: 14px;\n\n border-radius: 5px;\n padding: 10px 7px;\n right: -14px;\n bottom: 32px;\n color: #ffffff;\n background: #f8285a;\n width: max-content;\n max-width: 210px;\n\n z-index: 2;\n\n &::after {\n\n content: "";\n width: 0;\n height: 0;\n position: absolute;\n bottom: -6px;\n right: 17px;\n border-left: 7px solid transparent;\n border-right: 7px solid transparent;\n border-top: 10px solid #f8285a;\n\n }\n\n']))),DO=b((function(t,r){var i=t.resultFileName,o=void 0===i?null:i,a=t.action,d=void 0===a?"":a,u=t.filePath,f=void 0===u?"":u,p=t.binaryName,h=void 0===p?"file":p,g=t.showDeleteIcon,m=void 0!==g&&g,v=t.showPreviewIcon,b=void 0!==v&&v,y=t.padding,x=void 0===y?10:y,k=t.fileHeight,_=void 0===k?"100%":k,S=t.previewFileWidth,E=void 0===S?"100%":S,O=t.previewFileHeight,C=void 0===O?"100%":O,N=t.previewFilePadding,A=void 0===N?"0":N,T=t.requestMethod,D=void 0===T?"put":T,P=t.maxFileSize,L=void 0===P?1024:P,M=t.disabled,F=void 0!==M&&M,j=t.extraFormData,$=void 0===j?{}:j,Y=t.extraQueryString,B=void 0===Y?{}:Y,V=t.extraHeader,U=void 0===V?{}:V,H=t.fileTypes,G=void 0===H?[Gn.JPG,Gn.PNG,Gn.SVG,Gn.PDF]:H,W=t.removeAction,q=void 0===W?"":W,K=t.removeExtraFormData,Z=void 0===K?{}:K,J=t.removeExtraQueryString,Q=void 0===J?{}:J,X=t.removeExtraHeader,nn=void 0===X?{}:X,en=t.onUpdate,tn=t.onUploadSuccess,rn=t.onUploadFailed,on=t.onRemoveFileSuccess,an=t.onRemoveFileFailed,sn=l(null),ln=kg.useNotifications().addNotification,cn=Ru.useModal().showModal,dn=Ga(),un=dn.fetch,fn=dn.cancel,pn=Un().t,hn=s(!1),gn=hn[0],mn=hn[1],vn=s(!1),bn=vn[0],yn=vn[1],xn=s(".svg, .png, .jpg"),wn=xn[0],kn=xn[1],_n=s(!1),Sn=_n[0],En=_n[1],On=s(!1),Cn=On[0],Nn=On[1],An=s(!1),Tn=An[0],Dn=An[1],Pn=s(null),Ln=Pn[0],Mn=Pn[1],Fn=s(null),In=Fn[0],Rn=Fn[1],zn=s(""),jn=zn[0],$n=zn[1],Yn=s(!1),Bn=Yn[0],Vn=Yn[1],Hn=s(!1),Wn=Hn[0],qn=Hn[1],Kn=s(null),Zn=Kn[0],Jn=Kn[1],Qn=s(!1),Xn=Qn[0],ne=Qn[1],ee=s(null),te=ee[0],re=ee[1];c((function(){return function(){fn()}}),[]),c((function(){yn(F)}),[F]),c((function(){Rn(f?f.split("?")[0]:"")}),[f]),c((function(){null!==In&&(void 0!==In?ae():mn(!1))}),[In]),c((function(){var n=[];G.map((function(e){n.push(tm(e))})),kn(n.join(", "))}),[G]);var ie=function(n,e){ln({title:n,description:e,placement:"topRight",autoHide:!0,delay:5e3,type:"error"})},oe=function(n,e,t){void 0===e&&(e=!0),void 0===t&&(t=!0),en&&en(n,e,t)};w(r,(function(){return{setFocus:function(){Dn(!0)},reset:function(n,e){void 0===n&&(n=!1),void 0===e&&(e=!1),se(),Rn(null),$n(""),oe("",n,e)},setValue:function(n,e,t){void 0===e&&(e=!0),void 0===t&&(t=!0),Rn(n),oe(n,e,t)},getValue:function(){return In||""},setError:function(n){$n(n)},forceUpdate:function(){oe(In||"")},clear:function(){Rn("")}}}));var ae=function(){return R(void 0,void 0,void 0,(function(){var n;return z(this,(function(e){switch(e.label){case 0:return n=!1,In?(console.time("Checking file completed in"),[4,Xg(In)]):[3,2];case 1:n=e.sent(),Mn(n),n?oe(In):oe("",!0,!0),gn||mn(!0),console.timeEnd("Checking file completed in"),e.label=2;case 2:return""!==In||gn||mn(!0),""===In&&gn&&oe("",!0,!0),[2]}}))}))},se=function(){re(null),Jn(null),ne(!1),Mn(null)},le=function(){return R(void 0,void 0,void 0,(function(){return z(this,(function(e){return yn(!0),cn({content:n("div",{children:pn("uploader.areYouSureToDeleteThisFile")}),title:pn("uploader.removeFile"),okButtonText:pn("uploader.yes"),cancelButtonText:pn("uploader.no"),okButtonProps:{variant:"statable",state:"reject"},closeOnClickOutside:!1,showCloseButton:!1,onOk:function(){return q?un({action:q,params:Z,queries:Q,headers:nn,onFetched:function(n){n.data.success?(se(),oe("",!0,!0),on&&on(n.data.data)):an&&an()},onError:function(){an&&an()}}):(se(),oe("",!0,!0),on&&on()),yn(!1),!0},onCancel:function(){return yn(!1),!0}}),[2]}))}))},ce=function(n){n.preventDefault(),Wn||Nn(!0)},de=function(n){n.preventDefault(),Wn||Nn(!1)},ue=function(n){n.preventDefault(),Wn||(Nn(!1),n.dataTransfer&&0!==n.dataTransfer.files.length?he(n.dataTransfer.files[0]):console.log(pn("uploader.browserDoesntSupportDND")))},fe=function(n){Nn(!1);var e=n.target.files[0];he(e)},pe=function(n){return R(void 0,[n],void 0,(function(n){var e=n.path,t=n.errorMessage,r=n.errorCode;return z(this,(function(n){switch(n.label){case 0:return[4,rm(1e3)];case 1:return n.sent(),Jn(null),qn(!1),[4,rm(1500)];case 2:return n.sent(),ne(!1),e?tn&&tn(e):t&&rn&&rn(t,r||0),[2]}}))}))},he=function(n){if(n&&function(n){return!!G.includes(n.type)||(ie(pn("uploader.error"),pn("uploader.fileFormatError",{fileFormat:wn})),!1)}(n)&&function(n){return!(n.size>1024*L&&(ie(pn("uploader.error"),pn("uploader.fileSizeError",{fileSize:em(1024*L)})),1))}(n)){if(o){var e=tm(n.type);n=new File([n],o+e,{type:e,lastModified:n.lastModified})}!function(n){R(void 0,void 0,void 0,(function(){var e;return z(this,(function(t){return n?((e=new FormData).append(h,n),o&&e.append("name",o),Object.keys($).forEach((function(n){e.append(n,$[n])})),un({action:d,requestMethod:D,params:e,queries:B,headers:U,onFetched:function(n){n.data.success?(re({message:pn("uploader.fileUploadSuccess"),status:"success"}),ne(!0),Rn(n.data.data.url),pe({path:n.data.data.url})):(re({message:pn("uploader.fileUploadFailed"),status:"error"}),oe("",!0,!0),pe({errorMessage:pn("uploader.fileUploadFailed")}))},onError:function(n,e){re({message:pn("uploader.fileUploadFailed"),status:"error"}),oe("",!0,!0),pe({errorMessage:n,errorCode:e})},onProgress:function(n){Jn({estimated:n.estimated?(Math.round(100*n.estimated)/100).toFixed(2):"0",progress:n.progress?Math.round(100*n.progress):0,bytes:n.bytes?em(n.bytes):"",total:n.total?em(n.total):""})}}),[2]):[2]}))}))}(n),qn(!0)}},ge=function(){yn(!0),cn({content:n(JE,{className:"itd-upload-preview-content",$width:E,$height:C,$padding:A,children:n(Id,{src:In})}),showOkButton:!1,showCancelButton:!1,contentPadding:"0px",width:"max-content",onCancel:function(){return yn(!1),!0}})},me=function(){if(m&&In&&!Wn&&Ln)return n("span",{children:n(hu,{variant:"solid",size:"small",type:"button",circle:!0,onClick:le,disabled:bn,icon:n(Om,{width:16,height:16}),className:"itd-upload-delete-button"})})},ve=function(){if(b&&In&&!Wn&&Ln)return n("span",{children:n(hu,{variant:"solid",size:"small",type:"button",circle:!0,onClick:ge,disabled:bn,icon:n(Cm,{width:16,height:16}),className:"itd-upload-preview-button"})})},be=n("svg",{width:"20px",height:"20px",viewBox:"0 0 20 20",version:"1.1",xmlns:"http://www.w3.org/2000/svg",children:n("g",{id:"Error",stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:e("g",{id:"ErrorGroup",fillRule:"nonzero",children:[n("circle",{id:"ErrorBackground",fill:"#F8285A",cx:"10",cy:"10",r:"10"}),n("path",{d:"M10.0355339,8.6213203 L12.863961,5.79289322 C13.2544853,5.40236893 13.8876503,5.40236893 14.2781746,5.79289322 C14.6686989,6.18341751 14.6686989,6.81658249 14.2781746,7.20710678 L11.4497475,10.0355339 \n L14.2781746,12.863961 C14.6686989,13.2544853 14.6686989,13.8876503 14.2781746,14.2781746 C13.8876503,14.6686989 13.2544853,14.6686989 12.863961,14.2781746 L10.0355339,11.4497475 L7.20710678,14.2781746\n C6.81658249,14.6686989 6.18341751,14.6686989 5.79289322,14.2781746 C5.40236893,13.8876503 5.40236893,13.2544853 5.79289322,12.863961 L8.6213203,10.0355339 L5.79289322,7.20710678 C5.40236893,6.81658249\n 5.40236893,6.18341751 5.79289322,5.79289322 C6.18341751,5.40236893 6.81658249,5.40236893 7.20710678,5.79289322 L10.0355339,8.6213203 Z",id:"ErrorIcon",fill:"#FFFFFF"})]})})}),ye=function(){if(""!==jn&&!Wn)return e(AO,I({},{className:"itd-upload-failed itd-failed-status",onPointerOver:function(){return Vn(!0)},onPointerOut:function(){return Vn(!1)}},{children:[Bn?n(TO,{className:"itd-upload-error-tooltip itd-error-tooltip",children:jn}):null,be]}))},xe=function(){if(gn)return null===Ln?n(km,{width:24,height:24}):!1===Ln?n(Am,{width:40,height:40}):n(Id,{src:In,height:_})};return function(t){return void 0===t&&(t=Pe("itd-upload-")),e(WE,{className:"itd-upload",children:[n("input",{type:"file",id:t,accept:wn,onChange:fe,onFocus:function(){return Dn(!0)},onBlur:function(){return Dn(!1)},onClick:function(){var n;null===(n=sn.current)||void 0===n||n.blur()},disabled:Wn||bn,ref:sn}),n(KE,{htmlFor:t,$showFocus:Tn,className:"itd-upload-label",children:e(qE,{$showBorder:(Cn||Sn)&&!Wn,$padding:x,$disabled:F,$hasError:""!==jn&&!Wn,className:"itd-upload-content",children:[xe(),e(nO,{className:"itd-upload-status",$isActive:Wn,$complete:"success"===(null==te?void 0:te.status),$error:"error"===(null==te?void 0:te.status),children:[n(eO,{className:"itd-upload-status-box",$progress:Zn?Zn.progress:0,$complete:"success"===(null==te?void 0:te.status),$error:"error"===(null==te?void 0:te.status)}),n("span",{className:"itd-upload-status-message",children:pn(Xn||te?String(null==te?void 0:te.message):"uploader.fileUploading")}),n("span",Zn?{className:"itd-upload-status-info",children:pn("uploader.info",{total:Zn.total,estimated:Zn.estimated})}:{className:"itd-upload-status-calculating",children:pn("uploader.calculating")})]}),(r=(Sn||Cn)&&!Wn&&!bn,n(XE,{onPointerOver:function(){!Cn&&En(!0)},onPointerOut:function(){!Cn&&En(!1)},onDragOver:ce,onDragLeave:de,onDrop:ue,$isHover:r,className:"itd-upload-overlay",children:e(QE,{$isHover:r,className:"itd-upload-overlay-content",children:[n("span",{className:"itd-upload-header",children:pn("uploader.header")}),n("span",{className:"itd-upload-hint",children:pn("uploader.hint")})]})})),e(ZE,{children:[e(aN,{vertical:!0,gap:"small",className:"itd-upload-icons",children:[me(),ve()]}),ye()]})]})})]});var r}()})),PO=Mc.section(bO||(bO=$(["\n position: relative;\n overflow: hidden;\n"],["\n position: relative;\n overflow: hidden;\n"]))),LO=Fc(yO||(yO=$(["\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"]))),MO=Mc.div(xO||(xO=$(["\n\n animation: "," 0.5s ease-out;\n transition: all 0.5s ease-out;\n transform-origin: 50% 50%;\n opacity: 1;\n\n ","\n\n"],["\n\n animation: "," 0.5s ease-out;\n transition: all 0.5s ease-out;\n transform-origin: 50% 50%;\n opacity: 1;\n\n ","\n\n"])),LO,(function(n){if(n.$autoCenter)return"\n width: 100%;\n height: 100%;\n "})),FO=Mc.div(wO||(wO=$(["\n\n padding: 70px 40px;\n border-radius: 6px;\n width: ",";\n background-color: ",";\n\n ","\n \n"],["\n\n padding: 70px 40px;\n border-radius: 6px;\n width: ",";\n background-color: ",";\n\n ","\n \n"])),(function(n){return"true"===n.$fill?"100%":"600px"}),(function(n){return"default"===n.$type?"#1D2649":"#0E153180"}),(function(n){if(n.$autoCenter)return"\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n "})),IO=Mc.div(kO||(kO=$(["\n display: flex;\n justify-content: center;\n\n width: 100%;\n min-height: 96px;\n margin-bottom: 20px;\n"],["\n display: flex;\n justify-content: center;\n\n width: 100%;\n min-height: 96px;\n margin-bottom: 20px;\n"]))),RO=Mc.div(_O||(_O=$(["\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"]))),zO=Mc.div(SO||(SO=$(["\n display: flex;\n justify-content: center;\n"],["\n display: flex;\n justify-content: center;\n"]))),jO=Mc.div(EO||(EO=$(["\n display: grid;\n grid-gap: 10px;\n\n img {\n width: 96px;\n height: 96px;\n }\n"],["\n display: grid;\n grid-gap: 10px;\n\n img {\n width: 96px;\n height: 96px;\n }\n"]))),$O=Mc.div(OO||(OO=$(["\n text-align: center;\n color: #ffffff;\n font-size: 18px;\n font-weight: 600;\n max-width: 80%;\n margin: 0 auto;\n"],["\n text-align: center;\n color: #ffffff;\n font-size: 18px;\n font-weight: 600;\n max-width: 80%;\n margin: 0 auto;\n"]))),YO=Mc.div(CO||(CO=$(["\n text-align: center;\n color: #ffffff99;\n font-size: 14px;\n line-height: 19px;\n font-weight: 500;\n max-width: 80%;\n margin: 0 auto;\n"],["\n text-align: center;\n color: #ffffff99;\n font-size: 14px;\n line-height: 19px;\n font-weight: 500;\n max-width: 80%;\n margin: 0 auto;\n"]))),BO=function(t){var r=t.image,i=void 0===r?"":r,o=t.title,a=void 0===o?"":o,l=t.description,d=void 0===l?"":l,u=t.extra,f=void 0===u?null:u,p=t.footer,h=void 0===p?null:p,g=t.type,m=void 0===g?"default":g,v=t.fill,b=void 0!==v&&v,y=t.autoCenter,x=void 0===y||y,w=s(""),k=w[0],_=w[1];c((function(){""!==i&&_(i)}),[i]);var S,E=function(){if(f)return n(RO,{className:"itd-result-extras",children:f})},O=function(){if(h)return n(zO,{className:"itd-result-footer",children:h})};return n(PO,{className:(S="itd-result",S+=" itd-result-"+m,x&&(S+=" itd-result-auto-center"),b&&(S+=" itd-result-fill"),S),children:n(MO,{$autoCenter:x,className:"itd-result-content-wrapper",children:e(FO,{className:"itd-result-content",$autoCenter:x,$type:m,$fill:b.toString(),children:[e(jO,{className:"itd-result-body",children:[n(IO,{className:"itd-image-wrapper",children:n(Id,{src:k})}),n($O,{className:"itd-result-title",children:a}),n(YO,{className:"itd-result-sub-title",children:d})]}),E(),O()]})})})};BO.displayName="ITD-Result";var VO,UO,HO,GO=Mc.div(VO||(VO=$(["\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 "]))),WO=Mc.a(UO||(UO=$(["\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?qO:"none"})),qO=Fc(HO||(HO=$(["\n 0% { transform: scale(.2) }\n 50% { transform: scale(1.1) }\n 75% { transform: scale(0.9) }\n 100% { transform: scale(1) }\n"],["\n 0% { transform: scale(.2) }\n 50% { transform: scale(1.1) }\n 75% { transform: scale(0.9) }\n 100% { transform: scale(1) }\n"])));function KO(e){var t=e.children,r=void 0===t?null:t,i=s(!1),o=i[0],a=i[1];c((function(){return document.addEventListener("scroll",l),function(){document.removeEventListener("scroll",l)}}),[]);var l=function(){a(document.body.scrollTop>window.innerHeight)};return n(GO,{className:"itd-back-to-top",children:n(WO,{onClick:function(){window.scrollTo({top:0,behavior:"smooth"})},$show:o,children:r||n(_m,{width:30,height:30})})})}var ZO,JO,QO={"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"}},XO=Mc.div(JO||(JO=$(["\n\n display: flex;\n align-items: center;\n justify-content: center;\n position: relative;\n width: max-content;\n border-radius: 4px;\n\n >span {\n text-align: center;\n user-select: none;\n }\n\n &.itd-status-xs {\n padding: 4px 8px;\n span {\n font-size: 9px;\n font-weight: 600;\n }\n }\n\n &.itd-status-sm {\n padding: 4px 8px;\n span {\n font-size: 10px;\n font-weight: 600;\n }\n }\n\n &.itd-status-md {\n padding: 4px 8px;\n span {\n font-size: 11px;\n font-weight: 600;\n }\n }\n\n &.itd-status-df {\n padding: 6px 10px;\n span {\n font-size: 12px;\n font-weight: 600;\n }\n }\n\n &.itd-status-lg {\n padding: 8px 12px;\n span {\n font-size: 12.4px;\n font-weight: 600;\n }\n }\n\n &.itd-status-xlg {\n padding: 10px 14px;\n span {\n font-size: 12.6px;\n font-weight: 600;\n }\n }\n\n ","\n\n"],["\n\n display: flex;\n align-items: center;\n justify-content: center;\n position: relative;\n width: max-content;\n border-radius: 4px;\n\n >span {\n text-align: center;\n user-select: none;\n }\n\n &.itd-status-xs {\n padding: 4px 8px;\n span {\n font-size: 9px;\n font-weight: 600;\n }\n }\n\n &.itd-status-sm {\n padding: 4px 8px;\n span {\n font-size: 10px;\n font-weight: 600;\n }\n }\n\n &.itd-status-md {\n padding: 4px 8px;\n span {\n font-size: 11px;\n font-weight: 600;\n }\n }\n\n &.itd-status-df {\n padding: 6px 10px;\n span {\n font-size: 12px;\n font-weight: 600;\n }\n }\n\n &.itd-status-lg {\n padding: 8px 12px;\n span {\n font-size: 12.4px;\n font-weight: 600;\n }\n }\n\n &.itd-status-xlg {\n padding: 10px 14px;\n span {\n font-size: 12.6px;\n font-weight: 600;\n }\n }\n\n ","\n\n"])),(function(n){var e,t=n.$status;return e=t,Dc(ZO||(ZO=$(["\n background: ",";\n span {\n color: ",";\n }\n "],["\n background: ",";\n span {\n color: ",";\n }\n "])),QO[e].background,QO[e].text)}));function nC(e){var t,r=e.variant,i=void 0===r?"gray-1":r,o=e.size,a=void 0===o?"default":o,s=e.children,l=void 0===s?"":s,c=e.className,d=void 0===c?"":c;return n(XO,{$status:i,className:(t="itd-status",t+=" itd-status-"+i,t+=" itd-status-"+qd(a),""!==d&&null!==d&&(t+=" "+d),t),children:n("span",{children:l})})}var eC,tC,rC={normal:{background:"#1B84FF",remaining:"#efefef"},active:{background:"#1B84FF",remaining:"#efefef"},success:{background:"#17C653",remaining:"#efefef"},exception:{background:"#F8285A",remaining:"#efefef"}},iC=Mc.div(tC||(tC=$(["\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,t=n.$status;return e=t,Dc(eC||(eC=$(["\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 "])),rC[e].remaining,rC[e].background,rC[e].background)}));function oC(t){var r,i=t.status,o=t.percent,a=void 0===o?0:o,s=t.alwaysShowPercent,l=void 0!==s&&s,c=t.showInfo,d=void 0===c||c,u=t.className,f=void 0===u?"":u,p=n("svg",{viewBox:"64 64 896 896",focusable:"false","data-icon":"check-circle",width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",children:n("path",{d:"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm193.5 301.7l-210.6 292a31.8 31.8 0 01-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.5 12.7z"})}),h=n("svg",{fillRule:"evenodd",viewBox:"64 64 896 896",focusable:"false","data-icon":"close-circle",width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",children:n("path",{d:"M512 64c247.4 0 448 200.6 448 448S759.4 960 512 960 64 759.4 64 512 264.6 64 512 64zm127.98 274.82h-.04l-.08.06L512 466.75 384.14 338.88c-.04-.05-.06-.06-.08-.06a.12.12 0 00-.07 0c-.03 0-.05.01-.09.05l-45.02 45.02a.2.2 0 00-.05.09.12.12 0 000 .07v.02a.27.27 0 00.06.06L466.75 512 338.88 639.86c-.05.04-.06.06-.06.08a.12.12 0 000 .07c0 .03.01.05.05.09l45.02 45.02a.2.2 0 00.09.05.12.12 0 00.07 0c.02 0 .04-.01.08-.05L512 557.25l127.86 127.87c.04.04.06.05.08.05a.12.12 0 00.07 0c.03 0 .05-.01.09-.05l45.02-45.02a.2.2 0 00.05-.09.12.12 0 000-.07v-.02a.27.27 0 00-.05-.06L557.25 512l127.87-127.86c.04-.04.05-.06.05-.08a.12.12 0 000-.07c0-.03-.01-.05-.05-.09l-45.02-45.02a.2.2 0 00-.09-.05.12.12 0 00-.07 0z"})}),g=function(){return i||(a<100?"normal":"success")},m=function(){if(d)return n("span",{className:"itd-progress-status",children:v()})},v=function(){var e=g();return"active"===e||"normal"===e||l?n("span",{className:"itd-progress-status-text",children:a+"%"}):"success"===e?p:"exception"===e?h:void 0};return n(iC,{$status:g(),$percent:a,className:(r="itd-progress",r+=" itd-progress-"+i,r+=" itd-progress-percent-"+a,""!==f&&null!==f&&(r+=" "+f),r),children:e("div",{className:"itd-progress-outer",children:[n("div",{className:"itd-progress-inner",children:n("div",{className:"itd-progress-bg"})}),m()]})})}var aC,sC,lC,cC,dC,uC,fC,pC,hC,gC,mC,vC,bC,yC,xC,wC,kC,_C,SC,EC,OC,CC,NC,AC,TC,DC,PC,LC,MC,FC,IC,RC,zC,jC,$C,YC,BC,VC,UC,HC=Mc.div(aC||(aC=$(["\n\n height: ",";\n\n"],["\n\n height: ",";\n\n"])),(function(n){return n.$height?n.$height+"px":"75px"})),GC=Mc.div(fC||(fC=$(["\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 Dc(sC||(sC=$(["\n span {\n color: #1b84ff;\n }\n "],["\n span {\n color: #1b84ff;\n }\n "])))}),(function(n){return n.$isBold?Dc(lC||(lC=$(["\n span {\n color: #1b84ff;\n }\n "],["\n span {\n color: #1b84ff;\n }\n "]))):Dc(cC||(cC=$(["\n span {\n color: #071437;\n }\n "],["\n span {\n color: #071437;\n }\n "])))}),(function(n){return n.$isBold?Dc(dC||(dC=$(["\n border-width: 2px;\n span {\n font-weight: 600;\n }\n "],["\n border-width: 2px;\n span {\n font-weight: 600;\n }\n "]))):Dc(uC||(uC=$(["\n span {\n font-weight: 500;\n }\n "],["\n span {\n font-weight: 500;\n }\n "])))})),WC=Mc.div(pC||(pC=$(["\n\n padding: 20px 0;\n color: #99a1b7;\n \n"],["\n\n padding: 20px 0;\n color: #99a1b7;\n \n"]))),qC=function(t){var r=t.tabs,i=void 0===r?[]:r,o=t.activeTabKey,a=void 0===o?"":o,l=t.variant,c=void 0===l?"default":l,d=t.height,u=t.onTabChange,f=s(a),p=f[0],h=f[1],g=function(n,e){return t=!1,i.map((function(n){n.link&&(t=!0)})),t?"":p?p===n?"active":"":a&&0===e?"active":"";var t},m=function(n){h(n),u&&u(n)},v=function(e,t){return n("a",{className:g(e.key,t),onClick:function(){return m(e.key)},children:n("span",{children:e.tab})})},b=function(e,t){return n(P,{className:g(e.key,t),onClick:function(){return m(e.key)},to:e.link?e.link:"",children:n("span",{children:e.tab})})};return e(HC,{$height:d,className:"itd-tabs",children:[n(GC,{$isBold:"bold"===c,children:n("ul",{children:i.map((function(e,t){return n("li",{children:e.link?b(e,t):v(e,t)},e.key)}))})}),function(){var e=i.filter((function(n){return n.key===p}))[0];if(e&&e.children)return n(WC,{className:"itd-content-body",children:e.children})}()]})},KC=Mc.div(hC||(hC=$(["\n position: relative;\n\n >.itd-spin {\n height: 100%;\n }\n\n .itd-spin-spinner div {\n div { border-color: #000000 transparent transparent transparent; }\n }\n \n"],["\n position: relative;\n\n >.itd-spin {\n height: 100%;\n }\n\n .itd-spin-spinner div {\n div { border-color: #000000 transparent transparent transparent; }\n }\n \n"]))),ZC=Mc.div(gC||(gC=$(["\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"})),JC=Mc.div(vC||(vC=$(["\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 Dc(mC||(mC=$(["\n border-bottom: 1px solid #f1f1f4;\n "],["\n border-bottom: 1px solid #f1f1f4;\n "])))})),QC=Mc.div(bC||(bC=$(["\n padding: 20px 0;\n height: 100%;\n"],["\n padding: 20px 0;\n height: 100%;\n"]))),XC=Mc.div(yC||(yC=$(["\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"})),nN=Mc.div(xC||(xC=$(["\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"]))),eN=function(t){var r=t.title,i=t.titleSeparator,o=t.extra,a=t.tabs,s=t.onTabChange,l=t.minWidth,d=t.minHeight,u=t.children,f=t.activeTabKey,p=void 0===f?"":f,h=t.updating,g=void 0!==h&&h,m=t.contentPadding,v=void 0===m?"30px":m;c((function(){}));var b=function(){if(o)return n(nN,{className:"itd-card-extra",children:o})},y=function(){if(a)return n(qC,{tabs:a,activeTabKey:p,onTabChange:function(n){return s&&s(n)}})},x=function(){if(r)return n(QC,{className:"itd-card-title",children:n(vm,{children:r})})},w=function(){return!!(r||o||a)};return n(KC,{children:n(Zc,{updating:g,children:e(ZC,{className:"itd-card",$minWidth:l,$minHeight:d,$hasHeader:w(),children:[function(){if(w())return e(JC,{$showSeparator:i,className:"itd-card-header",children:[x(),y(),b()]})}(),function(){if(u)return n(XC,{className:"itd-card-body",$padding:v,children:u})}()]})})})},tN=Mc.div(LC||(LC=$(["\n\n &:has(table.itd-table-no-data), &:has(table.itd-table-empty) {\n height: 100%;\n table {\n height: 100%;\n }\n }\n\n table {\n \n width: 100%;\n \n caption-side: bottom;\n border-collapse: collapse;\n text-indent: initial;\n border-spacing: 2px;\n\n th, td {\n width: auto;\n }\n\n th {\n text-align: left;\n span {\n color: #071437;\n }\n }\n\n td>span, th>span {\n font-weight: 500;\n }\n\n ","\n\n td, th {\n \n ","\n\n }\n\n tr {\n\n display: table-row;\n border-top-width: 1px;\n border-top-color: #f1f1f4;\n border-bottom-width: 1px;\n border-bottom-color: #f1f1f4;\n\n td {\n //color: #ff0000;\n }\n\n }\n\n &:not(.itd-table-no-gaps) {\n\n thead {\n\n background-color: #FAFAFA;\n\n td:first-child, th:first-child {\n padding-left: 30px;\n }\n \n }\n\n &:not(.itd-table-no-data):not(.itd-table-empty) {\n tbody {\n td:first-child, th:first-child {\n padding-left: 30px;\n }\n }\n }\n\n &.itd-table-no-data {\n\n tbody {\n tr {\n background-color: #FAFAFA;\n }\n }\n\n }\n\n &:not(.itd-table-empty) {\n\n tbody {\n tr:hover {\n background-color: #FAFAFA;\n }\n }\n\n }\n\n }\n\n &:not(.itd-table-bordered) {\n\n tr {\n border-top: 1px solid #f1f1f4;\n border-bottom: 1px solid #f1f1f4;\n }\n \n }\n\n &.itd-table-bordered {\n\n tr {\n border-top: 1px solid #f1f1f4;\n border-bottom: 1px solid #f1f1f4;\n border-left: 1px solid #f1f1f4;\n border-right: 1px solid #f1f1f4;\n }\n\n td, th {\n border-left: 1px solid #f1f1f4;\n border-right: 1px solid #f1f1f4;\n }\n\n }\n\n &.itd-table-dashed {\n\n tr {\n border-top: 1px dashed #f1f1f4;\n border-bottom: 1px dashed #f1f1f4;\n }\n\n }\n\n &.itd-table-dashed.itd-table-bordered {\n\n tr {\n border-top: 1px dashed #f1f1f4;\n border-bottom: 1px dashed #f1f1f4;\n border-left: 1px dashed #f1f1f4;\n border-right: 1px dashed #f1f1f4;\n }\n\n td, th {\n border-left: 1px dashed #f1f1f4;\n border-right: 1px dashed #f1f1f4;\n }\n\n }\n\n &:not(.itd-table-bordered) {\n\n thead tr:first-child {\n border-top-style: none;\n border-top-style: none;\n }\n tbody tr:last-child {\n border-bottom-style: none;\n border-bottom-style: none;\n }\n\n &.itd-table-headless {\n tbody tr:first-child {\n border-top-style: none;\n border-top-style: none;\n }\n }\n\n }\n\n }\n\n"],["\n\n &:has(table.itd-table-no-data), &:has(table.itd-table-empty) {\n height: 100%;\n table {\n height: 100%;\n }\n }\n\n table {\n \n width: 100%;\n \n caption-side: bottom;\n border-collapse: collapse;\n text-indent: initial;\n border-spacing: 2px;\n\n th, td {\n width: auto;\n }\n\n th {\n text-align: left;\n span {\n color: #071437;\n }\n }\n\n td>span, th>span {\n font-weight: 500;\n }\n\n ","\n\n td, th {\n \n ","\n\n }\n\n tr {\n\n display: table-row;\n border-top-width: 1px;\n border-top-color: #f1f1f4;\n border-bottom-width: 1px;\n border-bottom-color: #f1f1f4;\n\n td {\n //color: #ff0000;\n }\n\n }\n\n &:not(.itd-table-no-gaps) {\n\n thead {\n\n background-color: #FAFAFA;\n\n td:first-child, th:first-child {\n padding-left: 30px;\n }\n \n }\n\n &:not(.itd-table-no-data):not(.itd-table-empty) {\n tbody {\n td:first-child, th:first-child {\n padding-left: 30px;\n }\n }\n }\n\n &.itd-table-no-data {\n\n tbody {\n tr {\n background-color: #FAFAFA;\n }\n }\n\n }\n\n &:not(.itd-table-empty) {\n\n tbody {\n tr:hover {\n background-color: #FAFAFA;\n }\n }\n\n }\n\n }\n\n &:not(.itd-table-bordered) {\n\n tr {\n border-top: 1px solid #f1f1f4;\n border-bottom: 1px solid #f1f1f4;\n }\n \n }\n\n &.itd-table-bordered {\n\n tr {\n border-top: 1px solid #f1f1f4;\n border-bottom: 1px solid #f1f1f4;\n border-left: 1px solid #f1f1f4;\n border-right: 1px solid #f1f1f4;\n }\n\n td, th {\n border-left: 1px solid #f1f1f4;\n border-right: 1px solid #f1f1f4;\n }\n\n }\n\n &.itd-table-dashed {\n\n tr {\n border-top: 1px dashed #f1f1f4;\n border-bottom: 1px dashed #f1f1f4;\n }\n\n }\n\n &.itd-table-dashed.itd-table-bordered {\n\n tr {\n border-top: 1px dashed #f1f1f4;\n border-bottom: 1px dashed #f1f1f4;\n border-left: 1px dashed #f1f1f4;\n border-right: 1px dashed #f1f1f4;\n }\n\n td, th {\n border-left: 1px dashed #f1f1f4;\n border-right: 1px dashed #f1f1f4;\n }\n\n }\n\n &:not(.itd-table-bordered) {\n\n thead tr:first-child {\n border-top-style: none;\n border-top-style: none;\n }\n tbody tr:last-child {\n border-bottom-style: none;\n border-bottom-style: none;\n }\n\n &.itd-table-headless {\n tbody tr:first-child {\n border-top-style: none;\n border-top-style: none;\n }\n }\n\n }\n\n }\n\n"])),(function(n){return"x-small"===n.$size?Dc(wC||(wC=$(["\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?Dc(kC||(kC=$(["\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?Dc(_C||(_C=$(["\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?Dc(SC||(SC=$(["\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?Dc(EC||(EC=$(["\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?Dc(OC||(OC=$(["\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 "]))):Dc(CC||(CC=$(["\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?Dc(NC||(NC=$(["\n padding-left: 0;\n padding-right: 0;\n "],["\n padding-left: 0;\n padding-right: 0;\n "]))):"x-small"===n.$size?Dc(AC||(AC=$(["\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?Dc(TC||(TC=$(["\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?Dc(DC||(DC=$(["\n padding-left: 20px;\n padding-right: 20px;\n "],["\n padding-left: 20px;\n padding-right: 20px;\n "]))):Dc(PC||(PC=$(["\n padding-left: 15px;\n padding-right: 15px;\n "],["\n padding-left: 15px;\n padding-right: 15px;\n "])))})),rN=Mc.div(MC||(MC=$(["\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"]))),iN=function(t){var r,i=t.columns,o=t.data,a=t.size,s=void 0===a?"default":a,l=t.headless,c=void 0!==l&&l,d=t.bordered,u=void 0!==d&&d,f=t.dashed,p=void 0!==f&&f,h=t.noGaps,g=void 0!==h&&h,m=Un().t,v=function(n){var e={};return"string"==typeof n.width?e.width=n.width:"number"==typeof n.width?e.minWidth=n.width+"px":e.width="auto",e};return n(tN,{$size:s,$noGaps:g,children:e("table",{className:(r="itd-table",r+=" itd-table-"+qd(s),c&&(r+=" itd-table-headless"),u&&(r+=" itd-table-bordered"),g&&(r+=" itd-table-no-gaps"),o||(r+=" itd-table-empty"),0===(null==o?void 0:o.length)&&(r+=" itd-table-no-data"),r+=p?" itd-table-dashed":" itd-table-solid"),children:[function(){if(!c)return n("thead",{children:n("tr",{children:i.map((function(e){return n("th",{style:v(e),children:n("span",{children:e.title})},String(e.key))}))})})}(),o?0===o.length?n("tbody",{children:n("tr",{children:n("td",{colSpan:i.length,children:n(rN,{children:e("div",{children:[n(Tm,{height:30}),n("span",{children:m("table.noData")})]})})})})}):n("tbody",{children:o.map((function(e,t){return n("tr",{children:i.map((function(r){return n("td",{style:v(r),children:n("span",{children:r.render?r.render(e[r.dataIndex],e,t):r.dataIndex?e[r.dataIndex]:null})},String(r.key))}))},String(e.key))}))}):n("tbody",{children:n("tr",{children:n("td",{colSpan:i.length,children:n(rN,{})})})})]})})},oN=Mc.div(UC||(UC=$(["\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?Dc(FC||(FC=$(["\n height : 100%;\n "],["\n height : 100%;\n "]))):Dc(IC||(IC=$(["\n width : 100%;\n "],["\n width : 100%;\n "])))}),(function(n){if(n.$wrap)return!0===n.$wrap&&Dc(RC||(RC=$(["\n flex-wrap : wrap;\n "],["\n flex-wrap : wrap;\n "])))}),(function(n){return n.$vertical?!0===n.$vertical&&Dc(zC||(zC=$(["\n flex-direction : column;\n "],["\n flex-direction : column;\n "]))):Dc(jC||(jC=$(["\n flex-direction : row;\n "],["\n flex-direction : row;\n "])))}),(function(n){if(n.$justify)return Dc($C||($C=$(["\n justify-content : ",";\n "],["\n justify-content : ",";\n "])),n.$justify)}),(function(n){return n.$align?Dc(YC||(YC=$(["\n align-items : ",";\n "],["\n align-items : ",";\n "])),n.$align):Dc(BC||(BC=$(["\n align-items : center;\n "],["\n align-items : center;\n "])))}),(function(n){if(n.$gap){var e=0,t="";return"small"===n.$gap?e=10:"medium"===n.$gap?e=16:"large"===n.$gap?e=24:"string"==typeof n.$gap?t=n.$gap:e=n.$gap,""===t&&(t=e+"px"),Dc(VC||(VC=$(["\n gap : ",";\n "],["\n gap : ",";\n "])),t)}})),aN=function(e){var t=e.gap,r=e.justify,i=e.align,o=e.vertical,a=e.wrap,s=e.stretch,l=e.style,c=e.className,d=e.children;return n(oN,{$gap:t,$justify:r,$align:i,$vertical:o,$wrap:a,$stretch:s,style:l,className:c,children:d})};Cn.use($n).init({preload:["en","tr"],fallbackLng:["en","tr"],lng:"en-US",load:"languageOnly",ns:["translation"],defaultNS:["translation"],initImmediate:!1,debug:!1,resources:{}}),Cn.addResourceBundle("en","translation",{success:"Success",error:"Error",table:{noData:"No Data"},placeholders:{username:"Username",email:"E-Mail",password:"Password",confirmPassword:"Confirm password",typeYourNoteHere:"Type your note here",selectGender:"Select Gender",selectLanguage:"Select Language"},options:{male:"Male",female:"Female",languages:{turkish:"Turkish",english:"English"}},buttons:{submit:"Submit",reset:"Reset"},errors:{required:"This field is required!",minLength:"Should contain at least {{- length}} characters",maxLength:"Is too long. Max size is {{- length}}",passwordRule:"Should contain upper and lower-case English letters, at least one digit and no spaces.",invalidEmailAddress:"Invalid email address",passwordsDontMatch:"The two passwords that you entered do not match!",usernameRule:"Only English letters, digits and symbols (-_). No space is allowed",wrongTCIdentity:"Wrong TC Identity Number",fieldMustBeTheSame:"This field must be the same as: {{- fields}}"},uploader:{header:"Drag and drop an file",hint:"or Browse to choose a file",fileUploading:"File uploading...",info:"Total: {{- total}} - {{- estimated}} s remaining.",delete:"Delete",preview:"Preview",error:"Error",fileFormatError:"You can only upload {{fileFormat}} file",fileSizeError:"File must smaller than {{fileSize}}",fileUploadSuccess:"File successfully uploaded.",fileUploadFailed:"File upload failed!",removeFileSuccess:"File successfully delete!",browserDoesntSupportDND:"Browser doesn't support drag and drop!",calculating:"Calculating...",removeFile:"Remove File",areYouSureToDeleteThisFile:"Are you sure to delete this file?",yes:"Yes",no:"No"},countries:I({},Jn)}),Cn.addResourceBundle("tr","translation",{success:"Başarılı",error:"Hata",table:{noData:"Veri Yok"},placeholders:{username:"Kullanıcı adı",email:"E-Posta",password:"Şifre",confirmPassword:"Şifre tekrar",typeYourNoteHere:"Notunuzu buraya yazınız",selectGender:"Cinsiyet Seçin",selectLanguage:"Dil Seçin"},options:{male:"Erkek",female:"Kadın",languages:{turkish:"Türkçe",english:"İngilizce"}},buttons:{submit:"Gönder",reset:"Temizle"},errors:{required:"Bu alan zorunludur!",minLength:"En az {{- length}} karakter olmalıdır",maxLength:"Çok uzun. Maks uzunluk {{- length}} karakter olmalıdır.",exactLength:"This field must be {{- length}} characters long.",passwordRule:"En az bir rakam, büyük-küçük harf olmalıdır ve boşluk kullanılmamalıdır",invalidEmailAddress:"Geçersiz e-posta adresi",passwordsDontMatch:"Girdiğiniz şifreler birbirleriyle uyuşmuyor!",usernameRule:"Harf, sayı ve bazı özel karakterlerden oluşmalıdır (-_). Boşluk kullanılmamalıdır",wrongTCIdentity:"TC Kimlik Numarası Yanlış",fieldMustBeTheSame:"Bu alan şunlarla aynı olmalıdır: {{- fields}}"},uploader:{header:"Bir resmi sürükleyip bırakın",hint:"ya da bir dosya seçmek için tıklayın.",fileUploading:"Dosya yükleniyor...",info:"Toplam: {{- total}} - {{- estimated}} sn kaldı.",delete:"Sil",preview:"Önizleme",error:"Hata",fileFormatError:"Yalnızca {{fileFormat}} dosyası yükleyebilirsiniz.",fileSizeError:"Dosya boyutu {{fileSize}}'den küçük olmalıdır.",fileUploadSuccess:"Dosya başarıyla yüklendi.",fileUploadFailed:"Dosya yüklenemedi!",removeFileSuccess:"Dosya başarıyla silindi!",browserDoesntSupportDND:"Tarayıcı taşı&bırak özelliğini desteklemiyor!",calculating:"Hesaplanıyor...",removeFile:"Dosya Silme",areYouSureToDeleteThisFile:"Bu dosyayı silmek istediğinize emin misiniz?",yes:"Evet",no:"Hayır"},countries:I({},Zn)});export{XS as ALink,jk as Accordion,Gg as AddDefaultThemeStyle,Kg as AddZero,GE as Alert,wm as ArrowIcon,_m as BackToTop,KO as BackTop,hu as Button,e_ as Calendar,eN as Card,Xg as CheckFileURL,qm as Checkbox,Sm as Checkmark,Jg as ChunkArray,oE as Collapse,le as ConsoleLog,$g as ConvertCurrency,c_ as DatePicker,Ig as DetermineNewHeight,Rg as DetermineNewWidth,Qg as FileChecker,Wn as FileExtensions,Gn as FileTypes,Ra as FindSelector,aN as Flex,_k as Form,em as FormatBytes,Bg as GetByCurrency,zg as GetCountryCodeByCurrencyCode,jg as GetCountryCodeByLanguage,Ug as GetCurrencyFormat,Vg as GetCurrencySymbol,Hg as GetDecimalByCurrency,tm as GetTypeByFileType,mm as H1,vm as H2,bm as H3,ym as H4,Mg as ITDContext,Fg as ITDProvider,Id as Image,DE as InlineSelect,Em as InlineSelectArrow,NS as Input,qg as IsValidJSON,xm as LockIcon,Ru as ModalManager,Hn as ModalState,Tm as NoData,kg as Notification,Am as Picture,oC as Progress,vE as Radio,Zg as RemoveUnits,BO as Result,um as SVGLoader,Xw as Select,Zc as Spin,nC as Status,ZS as Switch,iN as Table,qC as Tabs,YS as TextArea,_w as TinyScrollbar,Dg as Tooltip,Om as Trash,nm as UniUpperCase,Wg as UpdateThemeStyle,DO as Upload,km as UploadIcon,rm as Wait,Cm as ZoomIn,Nm as ZoomOut,ue as useAddExternalCSS,Ha as useComponentSize,Ua as useConnectionStatus,de as useConstructor,Ga as useCoreFetch,Ia as useCreateDynamicStyle,za as useCreateStyledStyle,Ba as useMultiQuery,ja as useOnClickOutside,$a as useOnESCKeyDown,Va as useOnResize,ce as useReCaptcha,Ya as useSingleQuery};
909
+ `,DE=({label:n="",value:e=[],children:t=null,single:r=!1,minWidth:o=0,className:a="",onChange:d=null})=>{const u=l(null),[f,p]=s(!1),[h,g]=s([]),[v,b]=s("");c((()=>{e&&e.length>0&&t.length>0&&(g(e),x.map(t,(n=>{n.props.value===e[0]&&b(n.props.children)})))}),[e,t]),ja(u,(()=>{p(!1)}));const y=(n,e)=>{if(d?d(n,e):console.warn("InlineSelect: 'onChange' method couldn't be called because it is not defined!"),r)g(n),b(e);else{const e=n[n.length-1];g(e||[])}};return i.createElement(TE,{className:(()=>{let n="itd-inline-select";return f&&(n+=" itd-inline-select-open"),""!==a&&(n+=" "+a),n})(),ref:u},i.createElement(AE,{onChange:n=>{p(n)},isOpen:f,count:h.length,single:r,label:(()=>{let e=r||!r&&1===h.length?v:n;return""===e?"··········":e})()}),i.createElement(SE,{onChange:y,value:h,isOpen:f,single:r,minWidth:o},x.map(t,(n=>{if(n&&n.hasOwnProperty("type")&&null!==n.type&&void 0!==n.type)return n.type===kE?m(n,{...n.props,onChange:y,single:r}):void 0}))))};DE.Option=kE;var PE,LE,ME,FE,IE,RE,zE,jE,$E,YE=Mc.div(IE||(IE=$(["\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 Dc(PE||(PE=$(["\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 Dc(ME||(ME=$(["\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 Dc(FE||(FE=$(["\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 Dc(LE||(LE=$(["\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 "])))})),BE=Mc.span(RE||(RE=$(["\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"]))),VE=Mc.span(zE||(zE=$(["\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"]))),UE=Mc.span(jE||(jE=$(["\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"})),HE=Mc.div($E||($E=$(["\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"]))),GE=function(t){var r=t.type,i=void 0===r?"info":r,o=t.size,a=void 0===o?"small":o,s=t.title,l=void 0===s?"":s,c=t.className,d=void 0===c?"":c,u=t.children,f=void 0===u?"":u;return e(YE,{className:function(){var n="itd-alert";return n+=" itd-alert-"+i,n+=" itd-alert-"+("x-small"===a?"xs":"small"===a?"sm":"medium"===a?"md":"default"===a?"df":"large"===a?"lg":"x-large"===a?"xlg":"df"),""!==d&&(n+=" "+d),n}(),children:[n(HE,{children:n(O,{src:"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' strokeWidth='2' stroke-linecap='round' stroke-linejoin='round'%3e %3ccircle cx='12' cy='12' r='10'%3e%3c/circle%3e %3cline x1='12' x2='12' y1='8' y2='12'%3e%3c/line%3e %3cline x1='12' x2='12.01' y1='16' y2='16'%3e%3c/line%3e%3c/svg%3e"})}),e(UE,{$noTitle:!l,children:[""!==l?n(BE,{children:l}):null,""!==f?n(VE,{children:f}):null]})]})};GE.displayName="ITD-Alert";var WE=Mc.div(tO||(tO=$(['\n\n position: relative;\n width: 100%;\n\n input[type="file"] {\n\n width: 100%;\n height: 100%;\n position: absolute;\n opacity: 0;\n \n }\n\n'],['\n\n position: relative;\n width: 100%;\n\n input[type="file"] {\n\n width: 100%;\n height: 100%;\n position: absolute;\n opacity: 0;\n \n }\n\n']))),qE=Mc.div(rO||(rO=$(["\n\n >img {\n max-width: 70%;\n }\n\n transition-property: border-color;\n transition-duration: 500ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n\n border: 1px solid ",";\n border-radius: 6px;\n padding: ",";\n //overflow: hidden;\n\n display: flex;\n justify-content: center;\n align-items: center;\n\n height: 100px;\n min-height: 100px;\n\n position: relative;\n\n"],["\n\n >img {\n max-width: 70%;\n }\n\n transition-property: border-color;\n transition-duration: 500ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n\n border: 1px solid ",";\n border-radius: 6px;\n padding: ",";\n //overflow: hidden;\n\n display: flex;\n justify-content: center;\n align-items: center;\n\n height: 100px;\n min-height: 100px;\n\n position: relative;\n\n"])),(function(n){return n.$hasError?"#f8285a":n.$showBorder&&!n.$disabled?"#252f4a60":"#DBDFE9"}),(function(n){return n.$padding+"px"})),KE=Mc.label(iO||(iO=$(["\n\n display: block;\n\n outline: ",";\n outline-offset: 1px;\n border-radius: 6px;\n\n transition-property: outline-color;\n transition-duration: 500ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n\n"],["\n\n display: block;\n\n outline: ",";\n outline-offset: 1px;\n border-radius: 6px;\n\n transition-property: outline-color;\n transition-duration: 500ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n\n"])),(function(n){return n.$showFocus?"2px solid #1b84ff":"2px solid #1b84ff00"})),ZE=Mc.div(oO||(oO=$(["\n\n position: absolute;\n top: 50%;\n right: 15px;\n transform: translateY(-50%);\n\n"],["\n\n position: absolute;\n top: 50%;\n right: 15px;\n transform: translateY(-50%);\n\n"]))),JE=Mc.div(aO||(aO=$(["\n\n display: flex;\n justify-content: center;\n align-items: center;\n padding: ",";\n\n img {\n width: ",";\n height: ",";\n }\n\n"],["\n\n display: flex;\n justify-content: center;\n align-items: center;\n padding: ",";\n\n img {\n width: ",";\n height: ",";\n }\n\n"])),(function(n){return n.$padding?"string"==typeof n.$padding?n.$padding:n.$padding+"px":"100%"}),(function(n){return n.$width?"string"==typeof n.$width?n.$width:n.$width+"px":"100%"}),(function(n){return n.$height?"string"==typeof n.$height?n.$height:n.$height+"px":"100%"})),QE=Mc.div(lO||(lO=$(["\n\n transition-property: all;\n transition-duration: 0ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n transition-delay: 0ms;\n //animation-direction: reverse;\n\n position: absolute;\n top: 150%;\n left: 50%;\n transform: translateX(-50%) translateY(-50%);\n\n display: flex;\n flex-direction: column;\n width: 100%;\n \n span {\n &:nth-child(1) {\n color: #000000;\n font-weight: 600; \n font-size: 14px;\n text-align: center;\n }\n &:nth-child(2) {\n color: #00000090;\n font-weight: 500;\n font-size: 12px;\n text-align: center;\n }\n }\n\n ","\n\n"],["\n\n transition-property: all;\n transition-duration: 0ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n transition-delay: 0ms;\n //animation-direction: reverse;\n\n position: absolute;\n top: 150%;\n left: 50%;\n transform: translateX(-50%) translateY(-50%);\n\n display: flex;\n flex-direction: column;\n width: 100%;\n \n span {\n &:nth-child(1) {\n color: #000000;\n font-weight: 600; \n font-size: 14px;\n text-align: center;\n }\n &:nth-child(2) {\n color: #00000090;\n font-weight: 500;\n font-size: 12px;\n text-align: center;\n }\n }\n\n ","\n\n"])),(function(n){return n.$isHover&&Dc(sO||(sO=$(["\n top: 50%;\n "],["\n top: 50%;\n "])))})),XE=Mc.div(dO||(dO=$(["\n\n position: absolute;\n\n display: flex;\n\n transition-property: all;\n transition-duration: 400ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n animation-direction: reverse;\n\n width: 100%;\n height: 100%;\n background-color: #ffffff00;\n backdrop-filter: blur(0px);\n border-radius: 5px;\n overflow: hidden;\n\n ","\n\n"],["\n\n position: absolute;\n\n display: flex;\n\n transition-property: all;\n transition-duration: 400ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n animation-direction: reverse;\n\n width: 100%;\n height: 100%;\n background-color: #ffffff00;\n backdrop-filter: blur(0px);\n border-radius: 5px;\n overflow: hidden;\n\n ","\n\n"])),(function(n){return n.$isHover&&Dc(cO||(cO=$(["\n backdrop-filter: blur(2px);\n background-color: #ffffff90;\n "],["\n backdrop-filter: blur(2px);\n background-color: #ffffff90;\n "])))})),nO=Mc.div(fO||(fO=$(["\n\n position: absolute;\n\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n\n transition-property: all;\n transition-duration: 400ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n\n width: 100%;\n height: 100%;\n background-color: #1b84ff00;\n border-radius: 5px;\n overflow: hidden;\n\n span, div {\n\n color: #ffffff00;\n z-index: 1;\n pointer-events: none;\n\n transition-property: all;\n transition-duration: 400ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n \n }\n \n ","\n\n"],["\n\n position: absolute;\n\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n\n transition-property: all;\n transition-duration: 400ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n\n width: 100%;\n height: 100%;\n background-color: #1b84ff00;\n border-radius: 5px;\n overflow: hidden;\n\n span, div {\n\n color: #ffffff00;\n z-index: 1;\n pointer-events: none;\n\n transition-property: all;\n transition-duration: 400ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n \n }\n \n ","\n\n"])),(function(n){var e=n.$isActive,t=n.$complete,r=n.$error;return e&&Dc(uO||(uO=$(["\n background-color : ",";\n span {\n color: #ffffff;\n }\n "],["\n background-color : ",";\n span {\n color: #ffffff;\n }\n "])),t?"#91DB7D":r?"#ff0000":"#1b84ff")})),eO=Mc.div(pO||(pO=$(['\n transition-property: all;\n transition-duration: 400ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n \n position: absolute;\n top: 0;\n left: 0;\n height: 100%;\n content: "";\n\n background-color : ',";\n width : ",";\n"],['\n transition-property: all;\n transition-duration: 400ms;\n transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);\n \n position: absolute;\n top: 0;\n left: 0;\n height: 100%;\n content: "";\n\n background-color : ',";\n width : ",";\n"])),(function(n){return n.$complete?"#91DB7D":n.$error?"#ff0000":"#54A3FF"}),(function(n){return n.$progress+"%"}));Mc.div(hO||(hO=$(["\n\n position: absolute;\n border: 1px solid #f8285a;\n width: calc(100% + 2px);\n height: calc(100% + 2px);\n border-radius: 6px;\n top: -1px;\n left: -1px;\n pointer-events: none;\n z-index: 1;\n\n"],["\n\n position: absolute;\n border: 1px solid #f8285a;\n width: calc(100% + 2px);\n height: calc(100% + 2px);\n border-radius: 6px;\n top: -1px;\n left: -1px;\n pointer-events: none;\n z-index: 1;\n\n"])));var tO,rO,iO,oO,aO,sO,lO,cO,dO,uO,fO,pO,hO,gO,mO,vO,bO,yO,xO,wO,kO,_O,SO,EO,OO,CO,NO=Mc.div(gO||(gO=$(['\n\n display: flex;\n align-items: center;\n justify-content: center;\n\n color: #000000CC;\n font-size: 10px;\n cursor: pointer;\n position: relative;\n\n &:hover {\n color: #000000;\n }\n\n &[data-icon="i"] {\n &::before {\n padding: 4px;\n border-radius: 50px;\n }\n }\n\n'],['\n\n display: flex;\n align-items: center;\n justify-content: center;\n\n color: #000000CC;\n font-size: 10px;\n cursor: pointer;\n position: relative;\n\n &:hover {\n color: #000000;\n }\n\n &[data-icon="i"] {\n &::before {\n padding: 4px;\n border-radius: 50px;\n }\n }\n\n']))),AO=Mc(NO)(mO||(mO=$(["\n\n &::before {\n background-color: #f8285a;\n }\n\n"],["\n\n &::before {\n background-color: #f8285a;\n }\n\n"]))),TO=Mc.span(vO||(vO=$(['\n \n position: absolute;\n display: flex;\n justify-content: center;\n align-items: flex-end;\n\n font-size: 13px;\n line-height: 14px;\n\n border-radius: 5px;\n padding: 10px 7px;\n right: -14px;\n bottom: 32px;\n color: #ffffff;\n background: #f8285a;\n width: max-content;\n max-width: 210px;\n\n z-index: 2;\n\n &::after {\n\n content: "";\n width: 0;\n height: 0;\n position: absolute;\n bottom: -6px;\n right: 17px;\n border-left: 7px solid transparent;\n border-right: 7px solid transparent;\n border-top: 10px solid #f8285a;\n\n }\n\n'],['\n \n position: absolute;\n display: flex;\n justify-content: center;\n align-items: flex-end;\n\n font-size: 13px;\n line-height: 14px;\n\n border-radius: 5px;\n padding: 10px 7px;\n right: -14px;\n bottom: 32px;\n color: #ffffff;\n background: #f8285a;\n width: max-content;\n max-width: 210px;\n\n z-index: 2;\n\n &::after {\n\n content: "";\n width: 0;\n height: 0;\n position: absolute;\n bottom: -6px;\n right: 17px;\n border-left: 7px solid transparent;\n border-right: 7px solid transparent;\n border-top: 10px solid #f8285a;\n\n }\n\n']))),DO=b((function(t,r){var i=t.resultFileName,o=void 0===i?null:i,a=t.action,d=void 0===a?"":a,u=t.filePath,f=void 0===u?"":u,p=t.binaryName,h=void 0===p?"file":p,g=t.showDeleteIcon,m=void 0!==g&&g,v=t.showPreviewIcon,b=void 0!==v&&v,y=t.padding,x=void 0===y?10:y,k=t.fileHeight,_=void 0===k?"100%":k,S=t.previewFileWidth,E=void 0===S?"100%":S,O=t.previewFileHeight,C=void 0===O?"100%":O,N=t.previewFilePadding,A=void 0===N?"0":N,T=t.requestMethod,D=void 0===T?"put":T,P=t.maxFileSize,L=void 0===P?1024:P,M=t.disabled,F=void 0!==M&&M,j=t.extraFormData,$=void 0===j?{}:j,Y=t.extraQueryString,B=void 0===Y?{}:Y,V=t.extraHeader,U=void 0===V?{}:V,H=t.fileTypes,G=void 0===H?[Gn.JPG,Gn.PNG,Gn.SVG,Gn.PDF]:H,W=t.removeAction,q=void 0===W?"":W,K=t.removeExtraFormData,Z=void 0===K?{}:K,J=t.removeExtraQueryString,Q=void 0===J?{}:J,X=t.removeExtraHeader,nn=void 0===X?{}:X,en=t.onUpdate,tn=t.onUploadSuccess,rn=t.onUploadFailed,on=t.onRemoveFileSuccess,an=t.onRemoveFileFailed,sn=l(null),ln=kg.useNotifications().addNotification,cn=Ru.useModal().showModal,dn=Ga(),un=dn.fetch,fn=dn.cancel,pn=Un().t,hn=s(!1),gn=hn[0],mn=hn[1],vn=s(!1),bn=vn[0],yn=vn[1],xn=s(".svg, .png, .jpg"),wn=xn[0],kn=xn[1],_n=s(!1),Sn=_n[0],En=_n[1],On=s(!1),Cn=On[0],Nn=On[1],An=s(!1),Tn=An[0],Dn=An[1],Pn=s(null),Ln=Pn[0],Mn=Pn[1],Fn=s(null),In=Fn[0],Rn=Fn[1],zn=s(""),jn=zn[0],$n=zn[1],Yn=s(!1),Bn=Yn[0],Vn=Yn[1],Hn=s(!1),Wn=Hn[0],qn=Hn[1],Kn=s(null),Zn=Kn[0],Jn=Kn[1],Qn=s(!1),Xn=Qn[0],ne=Qn[1],ee=s(null),te=ee[0],re=ee[1];c((function(){return function(){fn()}}),[]),c((function(){yn(F)}),[F]),c((function(){Rn(f?f.split("?")[0]:"")}),[f]),c((function(){null!==In&&(void 0!==In?ae():mn(!1))}),[In]),c((function(){var n=[];G.map((function(e){n.push(tm(e))})),kn(n.join(", "))}),[G]);var ie=function(n,e){ln({title:n,description:e,placement:"topRight",autoHide:!0,delay:5e3,type:"error"})},oe=function(n,e,t){void 0===e&&(e=!0),void 0===t&&(t=!0),en&&en(n,e,t)};w(r,(function(){return{setFocus:function(){Dn(!0)},reset:function(n,e){void 0===n&&(n=!1),void 0===e&&(e=!1),se(),Rn(null),$n(""),oe("",n,e)},setValue:function(n,e,t){void 0===e&&(e=!0),void 0===t&&(t=!0),Rn(n),oe(n,e,t)},getValue:function(){return In||""},setError:function(n){$n(n)},forceUpdate:function(){oe(In||"")},clear:function(){Rn("")}}}));var ae=function(){return R(void 0,void 0,void 0,(function(){var n;return z(this,(function(e){switch(e.label){case 0:return n=!1,In?(console.time("Checking file completed in"),[4,Xg(In)]):[3,2];case 1:n=e.sent(),Mn(n),n?oe(In):oe("",!0,!0),gn||mn(!0),console.timeEnd("Checking file completed in"),e.label=2;case 2:return""!==In||gn||mn(!0),""===In&&gn&&oe("",!0,!0),[2]}}))}))},se=function(){re(null),Jn(null),ne(!1),Mn(null)},le=function(){return R(void 0,void 0,void 0,(function(){return z(this,(function(e){return yn(!0),cn({content:n("div",{children:pn("uploader.areYouSureToDeleteThisFile")}),title:pn("uploader.removeFile"),okButtonText:pn("uploader.yes"),cancelButtonText:pn("uploader.no"),okButtonProps:{variant:"statable",state:"reject"},closeOnClickOutside:!1,showCloseButton:!1,onOk:function(){return q?un({action:q,params:Z,queries:Q,headers:nn,onFetched:function(n){n.data.success?(se(),oe("",!0,!0),on&&on(n.data.data)):an&&an()},onError:function(){an&&an()}}):(se(),oe("",!0,!0),on&&on()),yn(!1),!0},onCancel:function(){return yn(!1),!0}}),[2]}))}))},ce=function(n){n.preventDefault(),Wn||Nn(!0)},de=function(n){n.preventDefault(),Wn||Nn(!1)},ue=function(n){n.preventDefault(),Wn||(Nn(!1),n.dataTransfer&&0!==n.dataTransfer.files.length?he(n.dataTransfer.files[0]):console.log(pn("uploader.browserDoesntSupportDND")))},fe=function(n){Nn(!1);var e=n.target.files[0];he(e)},pe=function(n){return R(void 0,[n],void 0,(function(n){var e=n.path,t=n.errorMessage,r=n.errorCode;return z(this,(function(n){switch(n.label){case 0:return[4,rm(1e3)];case 1:return n.sent(),Jn(null),qn(!1),[4,rm(1500)];case 2:return n.sent(),ne(!1),e?tn&&tn(e):t&&rn&&rn(t,r||0),[2]}}))}))},he=function(n){if(n&&function(n){return!!G.includes(n.type)||(ie(pn("uploader.error"),pn("uploader.fileFormatError",{fileFormat:wn})),!1)}(n)&&function(n){return!(n.size>1024*L&&(ie(pn("uploader.error"),pn("uploader.fileSizeError",{fileSize:em(1024*L)})),1))}(n)){if(o){var e=tm(n.type);n=new File([n],o+e,{type:e,lastModified:n.lastModified})}!function(n){R(void 0,void 0,void 0,(function(){var e;return z(this,(function(t){return n?((e=new FormData).append(h,n),o&&e.append("name",o),Object.keys($).forEach((function(n){e.append(n,$[n])})),un({action:d,requestMethod:D,params:e,queries:B,headers:U,onFetched:function(n){n.data.success?(re({message:pn("uploader.fileUploadSuccess"),status:"success"}),ne(!0),Rn(n.data.data.url),pe({path:n.data.data.url})):(re({message:pn("uploader.fileUploadFailed"),status:"error"}),oe("",!0,!0),pe({errorMessage:pn("uploader.fileUploadFailed")}))},onError:function(n,e){re({message:pn("uploader.fileUploadFailed"),status:"error"}),oe("",!0,!0),pe({errorMessage:n,errorCode:e})},onProgress:function(n){Jn({estimated:n.estimated?(Math.round(100*n.estimated)/100).toFixed(2):"0",progress:n.progress?Math.round(100*n.progress):0,bytes:n.bytes?em(n.bytes):"",total:n.total?em(n.total):""})}}),[2]):[2]}))}))}(n),qn(!0)}},ge=function(){yn(!0),cn({content:n(JE,{className:"itd-upload-preview-content",$width:E,$height:C,$padding:A,children:n(Id,{src:In})}),showOkButton:!1,showCancelButton:!1,contentPadding:"0px",width:"max-content",onCancel:function(){return yn(!1),!0}})},me=function(){if(m&&In&&!Wn&&Ln)return n("span",{children:n(hu,{variant:"solid",size:"small",type:"button",circle:!0,onClick:le,disabled:bn,icon:n(Om,{width:16,height:16}),className:"itd-upload-delete-button"})})},ve=function(){if(b&&In&&!Wn&&Ln)return n("span",{children:n(hu,{variant:"solid",size:"small",type:"button",circle:!0,onClick:ge,disabled:bn,icon:n(Cm,{width:16,height:16}),className:"itd-upload-preview-button"})})},be=n("svg",{width:"20px",height:"20px",viewBox:"0 0 20 20",version:"1.1",xmlns:"http://www.w3.org/2000/svg",children:n("g",{id:"Error",stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:e("g",{id:"ErrorGroup",fillRule:"nonzero",children:[n("circle",{id:"ErrorBackground",fill:"#F8285A",cx:"10",cy:"10",r:"10"}),n("path",{d:"M10.0355339,8.6213203 L12.863961,5.79289322 C13.2544853,5.40236893 13.8876503,5.40236893 14.2781746,5.79289322 C14.6686989,6.18341751 14.6686989,6.81658249 14.2781746,7.20710678 L11.4497475,10.0355339 \n L14.2781746,12.863961 C14.6686989,13.2544853 14.6686989,13.8876503 14.2781746,14.2781746 C13.8876503,14.6686989 13.2544853,14.6686989 12.863961,14.2781746 L10.0355339,11.4497475 L7.20710678,14.2781746\n C6.81658249,14.6686989 6.18341751,14.6686989 5.79289322,14.2781746 C5.40236893,13.8876503 5.40236893,13.2544853 5.79289322,12.863961 L8.6213203,10.0355339 L5.79289322,7.20710678 C5.40236893,6.81658249\n 5.40236893,6.18341751 5.79289322,5.79289322 C6.18341751,5.40236893 6.81658249,5.40236893 7.20710678,5.79289322 L10.0355339,8.6213203 Z",id:"ErrorIcon",fill:"#FFFFFF"})]})})}),ye=function(){if(""!==jn&&!Wn)return e(AO,I({},{className:"itd-upload-failed itd-failed-status",onPointerOver:function(){return Vn(!0)},onPointerOut:function(){return Vn(!1)}},{children:[Bn?n(TO,{className:"itd-upload-error-tooltip itd-error-tooltip",children:jn}):null,be]}))},xe=function(){if(gn)return null===Ln?n(km,{width:24,height:24}):!1===Ln?n(Am,{width:40,height:40}):n(Id,{src:In,height:_})};return function(t){return void 0===t&&(t=Pe("itd-upload-")),e(WE,{className:"itd-upload",children:[n("input",{type:"file",id:t,accept:wn,onChange:fe,onFocus:function(){return Dn(!0)},onBlur:function(){return Dn(!1)},onClick:function(){var n;null===(n=sn.current)||void 0===n||n.blur()},disabled:Wn||bn,ref:sn}),n(KE,{htmlFor:t,$showFocus:Tn,className:"itd-upload-label",children:e(qE,{$showBorder:(Cn||Sn)&&!Wn,$padding:x,$disabled:F,$hasError:""!==jn&&!Wn,className:"itd-upload-content",children:[xe(),e(nO,{className:"itd-upload-status",$isActive:Wn,$complete:"success"===(null==te?void 0:te.status),$error:"error"===(null==te?void 0:te.status),children:[n(eO,{className:"itd-upload-status-box",$progress:Zn?Zn.progress:0,$complete:"success"===(null==te?void 0:te.status),$error:"error"===(null==te?void 0:te.status)}),n("span",{className:"itd-upload-status-message",children:pn(Xn||te?String(null==te?void 0:te.message):"uploader.fileUploading")}),n("span",Zn?{className:"itd-upload-status-info",children:pn("uploader.info",{total:Zn.total,estimated:Zn.estimated})}:{className:"itd-upload-status-calculating",children:pn("uploader.calculating")})]}),(r=(Sn||Cn)&&!Wn&&!bn,n(XE,{onPointerOver:function(){!Cn&&En(!0)},onPointerOut:function(){!Cn&&En(!1)},onDragOver:ce,onDragLeave:de,onDrop:ue,$isHover:r,className:"itd-upload-overlay",children:e(QE,{$isHover:r,className:"itd-upload-overlay-content",children:[n("span",{className:"itd-upload-header",children:pn("uploader.header")}),n("span",{className:"itd-upload-hint",children:pn("uploader.hint")})]})})),e(ZE,{children:[e(aN,{vertical:!0,gap:"small",className:"itd-upload-icons",children:[me(),ve()]}),ye()]})]})})]});var r}()})),PO=Mc.section(bO||(bO=$(["\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"]))),LO=Fc(yO||(yO=$(["\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"]))),MO=Mc.div(xO||(xO=$(["\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"]))),FO=Mc.div(wO||(wO=$(["\n\n animation: "," 0.5s ease-out;\n transition: all 0.5s ease-out;\n transform-origin: 50% 50%;\n opacity: 1;\n\n padding: 50px 20px 40px;\n border-radius: 6px;\n width: ",";\n height: ",";\n background-color: ",";\n min-width: 500px;\n\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n gap: 20px;\n \n"],["\n\n animation: "," 0.5s ease-out;\n transition: all 0.5s ease-out;\n transform-origin: 50% 50%;\n opacity: 1;\n\n padding: 50px 20px 40px;\n border-radius: 6px;\n width: ",";\n height: ",";\n background-color: ",";\n min-width: 500px;\n\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n gap: 20px;\n \n"])),LO,(function(n){return"true"===n.$fill?"100%":"300px"}),(function(n){return"true"===n.$fill?"100%":"auto"}),(function(n){return"default"===n.$type?"#10233b":"#0E153180"})),IO=Mc.div(kO||(kO=$(['\n\n position: relative;\n display: flex;\n justify-content: center;\n\n width: 100%;\n min-height: 0;\n margin-bottom: 50px;\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: 50px;\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']))),RO=Mc.div(_O||(_O=$(["\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"]))),zO=Mc.div(SO||(SO=$(["\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"]))),jO=Mc.div(EO||(EO=$(["\n\n display: grid;\n grid-gap: 0;\n\n"],["\n\n display: grid;\n grid-gap: 0;\n\n"]))),$O=Mc.div(OO||(OO=$(["\n\n color: #57d43c;\n font-size: 18px;\n font-weight: 600;\n text-align: center;\n max-width: 100%;\n margin-bottom: 10px;\n \n"],["\n\n color: #57d43c;\n font-size: 18px;\n font-weight: 600;\n text-align: center;\n max-width: 100%;\n margin-bottom: 10px;\n \n"]))),YO=Mc.div(CO||(CO=$(["\n color: #cccccc;\n font-size: 13px;\n line-height: 18px;\n font-weight: 500;\n text-align: center;\n"],["\n color: #cccccc;\n font-size: 13px;\n line-height: 18px;\n font-weight: 500;\n text-align: center;\n"]))),BO=function(t){var r=t.image,i=void 0===r?"":r,o=t.title,a=void 0===o?"":o,l=t.description,d=void 0===l?"":l,u=t.extra,f=void 0===u?null:u,p=t.footer,h=void 0===p?null:p,g=t.type,m=void 0===g?"default":g,v=t.fill,b=void 0!==v&&v,y=t.autoCenter,x=void 0===y||y,w=s(""),k=w[0],_=w[1];c((function(){""!==i&&_(i)}),[i]);var S,E=function(){if(f)return n(RO,{className:"itd-result-extras",children:f})},O=function(){if(h)return n(zO,{className:"itd-result-footer",children:h})};return n(PO,{className:(S="itd-result",S+=" itd-result-"+m,x&&(S+=" itd-result-auto-center"),b&&(S+=" itd-result-fill"),S),children:n(MO,{className:"itd-result-content-wrapper",children:e(FO,{className:"itd-result-content",$autoCenter:x,$type:m,$fill:b.toString(),children:[e(jO,{className:"itd-result-body",children:[n(IO,{className:"itd-image-wrapper",children:n(Id,{src:k})}),n($O,{className:"itd-result-title",children:a}),n(YO,{className:"itd-result-sub-title",children:d})]}),E(),O()]})})})};BO.displayName="ITD-Result";var VO,UO,HO,GO=Mc.div(VO||(VO=$(["\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 "]))),WO=Mc.a(UO||(UO=$(["\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?qO:"none"})),qO=Fc(HO||(HO=$(["\n 0% { transform: scale(.2) }\n 50% { transform: scale(1.1) }\n 75% { transform: scale(0.9) }\n 100% { transform: scale(1) }\n"],["\n 0% { transform: scale(.2) }\n 50% { transform: scale(1.1) }\n 75% { transform: scale(0.9) }\n 100% { transform: scale(1) }\n"])));function KO(e){var t=e.children,r=void 0===t?null:t,i=s(!1),o=i[0],a=i[1];c((function(){return document.addEventListener("scroll",l),function(){document.removeEventListener("scroll",l)}}),[]);var l=function(){a(document.body.scrollTop>window.innerHeight)};return n(GO,{className:"itd-back-to-top",children:n(WO,{onClick:function(){window.scrollTo({top:0,behavior:"smooth"})},$show:o,children:r||n(_m,{width:30,height:30})})})}var ZO,JO,QO={"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"}},XO=Mc.div(JO||(JO=$(["\n\n display: flex;\n align-items: center;\n justify-content: center;\n position: relative;\n width: max-content;\n border-radius: 4px;\n\n >span {\n text-align: center;\n user-select: none;\n }\n\n &.itd-status-xs {\n padding: 4px 8px;\n span {\n font-size: 9px;\n font-weight: 600;\n }\n }\n\n &.itd-status-sm {\n padding: 4px 8px;\n span {\n font-size: 10px;\n font-weight: 600;\n }\n }\n\n &.itd-status-md {\n padding: 4px 8px;\n span {\n font-size: 11px;\n font-weight: 600;\n }\n }\n\n &.itd-status-df {\n padding: 6px 10px;\n span {\n font-size: 12px;\n font-weight: 600;\n }\n }\n\n &.itd-status-lg {\n padding: 8px 12px;\n span {\n font-size: 12.4px;\n font-weight: 600;\n }\n }\n\n &.itd-status-xlg {\n padding: 10px 14px;\n span {\n font-size: 12.6px;\n font-weight: 600;\n }\n }\n\n ","\n\n"],["\n\n display: flex;\n align-items: center;\n justify-content: center;\n position: relative;\n width: max-content;\n border-radius: 4px;\n\n >span {\n text-align: center;\n user-select: none;\n }\n\n &.itd-status-xs {\n padding: 4px 8px;\n span {\n font-size: 9px;\n font-weight: 600;\n }\n }\n\n &.itd-status-sm {\n padding: 4px 8px;\n span {\n font-size: 10px;\n font-weight: 600;\n }\n }\n\n &.itd-status-md {\n padding: 4px 8px;\n span {\n font-size: 11px;\n font-weight: 600;\n }\n }\n\n &.itd-status-df {\n padding: 6px 10px;\n span {\n font-size: 12px;\n font-weight: 600;\n }\n }\n\n &.itd-status-lg {\n padding: 8px 12px;\n span {\n font-size: 12.4px;\n font-weight: 600;\n }\n }\n\n &.itd-status-xlg {\n padding: 10px 14px;\n span {\n font-size: 12.6px;\n font-weight: 600;\n }\n }\n\n ","\n\n"])),(function(n){var e,t=n.$status;return e=t,Dc(ZO||(ZO=$(["\n background: ",";\n span {\n color: ",";\n }\n "],["\n background: ",";\n span {\n color: ",";\n }\n "])),QO[e].background,QO[e].text)}));function nC(e){var t,r=e.variant,i=void 0===r?"gray-1":r,o=e.size,a=void 0===o?"default":o,s=e.children,l=void 0===s?"":s,c=e.className,d=void 0===c?"":c;return n(XO,{$status:i,className:(t="itd-status",t+=" itd-status-"+i,t+=" itd-status-"+qd(a),""!==d&&null!==d&&(t+=" "+d),t),children:n("span",{children:l})})}var eC,tC,rC={normal:{background:"#1B84FF",remaining:"#efefef"},active:{background:"#1B84FF",remaining:"#efefef"},success:{background:"#17C653",remaining:"#efefef"},exception:{background:"#F8285A",remaining:"#efefef"}},iC=Mc.div(tC||(tC=$(["\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,t=n.$status;return e=t,Dc(eC||(eC=$(["\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 "])),rC[e].remaining,rC[e].background,rC[e].background)}));function oC(t){var r,i=t.status,o=t.percent,a=void 0===o?0:o,s=t.alwaysShowPercent,l=void 0!==s&&s,c=t.showInfo,d=void 0===c||c,u=t.className,f=void 0===u?"":u,p=n("svg",{viewBox:"64 64 896 896",focusable:"false","data-icon":"check-circle",width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",children:n("path",{d:"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm193.5 301.7l-210.6 292a31.8 31.8 0 01-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.5 12.7z"})}),h=n("svg",{fillRule:"evenodd",viewBox:"64 64 896 896",focusable:"false","data-icon":"close-circle",width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",children:n("path",{d:"M512 64c247.4 0 448 200.6 448 448S759.4 960 512 960 64 759.4 64 512 264.6 64 512 64zm127.98 274.82h-.04l-.08.06L512 466.75 384.14 338.88c-.04-.05-.06-.06-.08-.06a.12.12 0 00-.07 0c-.03 0-.05.01-.09.05l-45.02 45.02a.2.2 0 00-.05.09.12.12 0 000 .07v.02a.27.27 0 00.06.06L466.75 512 338.88 639.86c-.05.04-.06.06-.06.08a.12.12 0 000 .07c0 .03.01.05.05.09l45.02 45.02a.2.2 0 00.09.05.12.12 0 00.07 0c.02 0 .04-.01.08-.05L512 557.25l127.86 127.87c.04.04.06.05.08.05a.12.12 0 00.07 0c.03 0 .05-.01.09-.05l45.02-45.02a.2.2 0 00.05-.09.12.12 0 000-.07v-.02a.27.27 0 00-.05-.06L557.25 512l127.87-127.86c.04-.04.05-.06.05-.08a.12.12 0 000-.07c0-.03-.01-.05-.05-.09l-45.02-45.02a.2.2 0 00-.09-.05.12.12 0 00-.07 0z"})}),g=function(){return i||(a<100?"normal":"success")},m=function(){if(d)return n("span",{className:"itd-progress-status",children:v()})},v=function(){var e=g();return"active"===e||"normal"===e||l?n("span",{className:"itd-progress-status-text",children:a+"%"}):"success"===e?p:"exception"===e?h:void 0};return n(iC,{$status:g(),$percent:a,className:(r="itd-progress",r+=" itd-progress-"+i,r+=" itd-progress-percent-"+a,""!==f&&null!==f&&(r+=" "+f),r),children:e("div",{className:"itd-progress-outer",children:[n("div",{className:"itd-progress-inner",children:n("div",{className:"itd-progress-bg"})}),m()]})})}var aC,sC,lC,cC,dC,uC,fC,pC,hC,gC,mC,vC,bC,yC,xC,wC,kC,_C,SC,EC,OC,CC,NC,AC,TC,DC,PC,LC,MC,FC,IC,RC,zC,jC,$C,YC,BC,VC,UC,HC=Mc.div(aC||(aC=$(["\n\n height: ",";\n\n"],["\n\n height: ",";\n\n"])),(function(n){return n.$height?n.$height+"px":"75px"})),GC=Mc.div(fC||(fC=$(["\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 Dc(sC||(sC=$(["\n span {\n color: #1b84ff;\n }\n "],["\n span {\n color: #1b84ff;\n }\n "])))}),(function(n){return n.$isBold?Dc(lC||(lC=$(["\n span {\n color: #1b84ff;\n }\n "],["\n span {\n color: #1b84ff;\n }\n "]))):Dc(cC||(cC=$(["\n span {\n color: #071437;\n }\n "],["\n span {\n color: #071437;\n }\n "])))}),(function(n){return n.$isBold?Dc(dC||(dC=$(["\n border-width: 2px;\n span {\n font-weight: 600;\n }\n "],["\n border-width: 2px;\n span {\n font-weight: 600;\n }\n "]))):Dc(uC||(uC=$(["\n span {\n font-weight: 500;\n }\n "],["\n span {\n font-weight: 500;\n }\n "])))})),WC=Mc.div(pC||(pC=$(["\n\n padding: 20px 0;\n color: #99a1b7;\n \n"],["\n\n padding: 20px 0;\n color: #99a1b7;\n \n"]))),qC=function(t){var r=t.tabs,i=void 0===r?[]:r,o=t.activeTabKey,a=void 0===o?"":o,l=t.variant,c=void 0===l?"default":l,d=t.height,u=t.onTabChange,f=s(a),p=f[0],h=f[1],g=function(n,e){return t=!1,i.map((function(n){n.link&&(t=!0)})),t?"":p?p===n?"active":"":a&&0===e?"active":"";var t},m=function(n){h(n),u&&u(n)},v=function(e,t){return n("a",{className:g(e.key,t),onClick:function(){return m(e.key)},children:n("span",{children:e.tab})})},b=function(e,t){return n(P,{className:g(e.key,t),onClick:function(){return m(e.key)},to:e.link?e.link:"",children:n("span",{children:e.tab})})};return e(HC,{$height:d,className:"itd-tabs",children:[n(GC,{$isBold:"bold"===c,children:n("ul",{children:i.map((function(e,t){return n("li",{children:e.link?b(e,t):v(e,t)},e.key)}))})}),function(){var e=i.filter((function(n){return n.key===p}))[0];if(e&&e.children)return n(WC,{className:"itd-content-body",children:e.children})}()]})},KC=Mc.div(hC||(hC=$(["\n position: relative;\n\n >.itd-spin {\n height: 100%;\n }\n\n .itd-spin-spinner div {\n div { border-color: #000000 transparent transparent transparent; }\n }\n \n"],["\n position: relative;\n\n >.itd-spin {\n height: 100%;\n }\n\n .itd-spin-spinner div {\n div { border-color: #000000 transparent transparent transparent; }\n }\n \n"]))),ZC=Mc.div(gC||(gC=$(["\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"})),JC=Mc.div(vC||(vC=$(["\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 Dc(mC||(mC=$(["\n border-bottom: 1px solid #f1f1f4;\n "],["\n border-bottom: 1px solid #f1f1f4;\n "])))})),QC=Mc.div(bC||(bC=$(["\n padding: 20px 0;\n height: 100%;\n"],["\n padding: 20px 0;\n height: 100%;\n"]))),XC=Mc.div(yC||(yC=$(["\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"})),nN=Mc.div(xC||(xC=$(["\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"]))),eN=function(t){var r=t.title,i=t.titleSeparator,o=t.extra,a=t.tabs,s=t.onTabChange,l=t.minWidth,d=t.minHeight,u=t.children,f=t.activeTabKey,p=void 0===f?"":f,h=t.updating,g=void 0!==h&&h,m=t.contentPadding,v=void 0===m?"30px":m;c((function(){}));var b=function(){if(o)return n(nN,{className:"itd-card-extra",children:o})},y=function(){if(a)return n(qC,{tabs:a,activeTabKey:p,onTabChange:function(n){return s&&s(n)}})},x=function(){if(r)return n(QC,{className:"itd-card-title",children:n(vm,{children:r})})},w=function(){return!!(r||o||a)};return n(KC,{children:n(Zc,{updating:g,children:e(ZC,{className:"itd-card",$minWidth:l,$minHeight:d,$hasHeader:w(),children:[function(){if(w())return e(JC,{$showSeparator:i,className:"itd-card-header",children:[x(),y(),b()]})}(),function(){if(u)return n(XC,{className:"itd-card-body",$padding:v,children:u})}()]})})})},tN=Mc.div(LC||(LC=$(["\n\n &:has(table.itd-table-no-data), &:has(table.itd-table-empty) {\n height: 100%;\n table {\n height: 100%;\n }\n }\n\n table {\n \n width: 100%;\n \n caption-side: bottom;\n border-collapse: collapse;\n text-indent: initial;\n border-spacing: 2px;\n\n th, td {\n width: auto;\n }\n\n th {\n text-align: left;\n span {\n color: #071437;\n }\n }\n\n td>span, th>span {\n font-weight: 500;\n }\n\n ","\n\n td, th {\n \n ","\n\n }\n\n tr {\n\n display: table-row;\n border-top-width: 1px;\n border-top-color: #f1f1f4;\n border-bottom-width: 1px;\n border-bottom-color: #f1f1f4;\n\n td {\n //color: #ff0000;\n }\n\n }\n\n &:not(.itd-table-no-gaps) {\n\n thead {\n\n background-color: #FAFAFA;\n\n td:first-child, th:first-child {\n padding-left: 30px;\n }\n \n }\n\n &:not(.itd-table-no-data):not(.itd-table-empty) {\n tbody {\n td:first-child, th:first-child {\n padding-left: 30px;\n }\n }\n }\n\n &.itd-table-no-data {\n\n tbody {\n tr {\n background-color: #FAFAFA;\n }\n }\n\n }\n\n &:not(.itd-table-empty) {\n\n tbody {\n tr:hover {\n background-color: #FAFAFA;\n }\n }\n\n }\n\n }\n\n &:not(.itd-table-bordered) {\n\n tr {\n border-top: 1px solid #f1f1f4;\n border-bottom: 1px solid #f1f1f4;\n }\n \n }\n\n &.itd-table-bordered {\n\n tr {\n border-top: 1px solid #f1f1f4;\n border-bottom: 1px solid #f1f1f4;\n border-left: 1px solid #f1f1f4;\n border-right: 1px solid #f1f1f4;\n }\n\n td, th {\n border-left: 1px solid #f1f1f4;\n border-right: 1px solid #f1f1f4;\n }\n\n }\n\n &.itd-table-dashed {\n\n tr {\n border-top: 1px dashed #f1f1f4;\n border-bottom: 1px dashed #f1f1f4;\n }\n\n }\n\n &.itd-table-dashed.itd-table-bordered {\n\n tr {\n border-top: 1px dashed #f1f1f4;\n border-bottom: 1px dashed #f1f1f4;\n border-left: 1px dashed #f1f1f4;\n border-right: 1px dashed #f1f1f4;\n }\n\n td, th {\n border-left: 1px dashed #f1f1f4;\n border-right: 1px dashed #f1f1f4;\n }\n\n }\n\n &:not(.itd-table-bordered) {\n\n thead tr:first-child {\n border-top-style: none;\n border-top-style: none;\n }\n tbody tr:last-child {\n border-bottom-style: none;\n border-bottom-style: none;\n }\n\n &.itd-table-headless {\n tbody tr:first-child {\n border-top-style: none;\n border-top-style: none;\n }\n }\n\n }\n\n }\n\n"],["\n\n &:has(table.itd-table-no-data), &:has(table.itd-table-empty) {\n height: 100%;\n table {\n height: 100%;\n }\n }\n\n table {\n \n width: 100%;\n \n caption-side: bottom;\n border-collapse: collapse;\n text-indent: initial;\n border-spacing: 2px;\n\n th, td {\n width: auto;\n }\n\n th {\n text-align: left;\n span {\n color: #071437;\n }\n }\n\n td>span, th>span {\n font-weight: 500;\n }\n\n ","\n\n td, th {\n \n ","\n\n }\n\n tr {\n\n display: table-row;\n border-top-width: 1px;\n border-top-color: #f1f1f4;\n border-bottom-width: 1px;\n border-bottom-color: #f1f1f4;\n\n td {\n //color: #ff0000;\n }\n\n }\n\n &:not(.itd-table-no-gaps) {\n\n thead {\n\n background-color: #FAFAFA;\n\n td:first-child, th:first-child {\n padding-left: 30px;\n }\n \n }\n\n &:not(.itd-table-no-data):not(.itd-table-empty) {\n tbody {\n td:first-child, th:first-child {\n padding-left: 30px;\n }\n }\n }\n\n &.itd-table-no-data {\n\n tbody {\n tr {\n background-color: #FAFAFA;\n }\n }\n\n }\n\n &:not(.itd-table-empty) {\n\n tbody {\n tr:hover {\n background-color: #FAFAFA;\n }\n }\n\n }\n\n }\n\n &:not(.itd-table-bordered) {\n\n tr {\n border-top: 1px solid #f1f1f4;\n border-bottom: 1px solid #f1f1f4;\n }\n \n }\n\n &.itd-table-bordered {\n\n tr {\n border-top: 1px solid #f1f1f4;\n border-bottom: 1px solid #f1f1f4;\n border-left: 1px solid #f1f1f4;\n border-right: 1px solid #f1f1f4;\n }\n\n td, th {\n border-left: 1px solid #f1f1f4;\n border-right: 1px solid #f1f1f4;\n }\n\n }\n\n &.itd-table-dashed {\n\n tr {\n border-top: 1px dashed #f1f1f4;\n border-bottom: 1px dashed #f1f1f4;\n }\n\n }\n\n &.itd-table-dashed.itd-table-bordered {\n\n tr {\n border-top: 1px dashed #f1f1f4;\n border-bottom: 1px dashed #f1f1f4;\n border-left: 1px dashed #f1f1f4;\n border-right: 1px dashed #f1f1f4;\n }\n\n td, th {\n border-left: 1px dashed #f1f1f4;\n border-right: 1px dashed #f1f1f4;\n }\n\n }\n\n &:not(.itd-table-bordered) {\n\n thead tr:first-child {\n border-top-style: none;\n border-top-style: none;\n }\n tbody tr:last-child {\n border-bottom-style: none;\n border-bottom-style: none;\n }\n\n &.itd-table-headless {\n tbody tr:first-child {\n border-top-style: none;\n border-top-style: none;\n }\n }\n\n }\n\n }\n\n"])),(function(n){return"x-small"===n.$size?Dc(wC||(wC=$(["\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?Dc(kC||(kC=$(["\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?Dc(_C||(_C=$(["\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?Dc(SC||(SC=$(["\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?Dc(EC||(EC=$(["\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?Dc(OC||(OC=$(["\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 "]))):Dc(CC||(CC=$(["\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?Dc(NC||(NC=$(["\n padding-left: 0;\n padding-right: 0;\n "],["\n padding-left: 0;\n padding-right: 0;\n "]))):"x-small"===n.$size?Dc(AC||(AC=$(["\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?Dc(TC||(TC=$(["\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?Dc(DC||(DC=$(["\n padding-left: 20px;\n padding-right: 20px;\n "],["\n padding-left: 20px;\n padding-right: 20px;\n "]))):Dc(PC||(PC=$(["\n padding-left: 15px;\n padding-right: 15px;\n "],["\n padding-left: 15px;\n padding-right: 15px;\n "])))})),rN=Mc.div(MC||(MC=$(["\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"]))),iN=function(t){var r,i=t.columns,o=t.data,a=t.size,s=void 0===a?"default":a,l=t.headless,c=void 0!==l&&l,d=t.bordered,u=void 0!==d&&d,f=t.dashed,p=void 0!==f&&f,h=t.noGaps,g=void 0!==h&&h,m=Un().t,v=function(n){var e={};return"string"==typeof n.width?e.width=n.width:"number"==typeof n.width?e.minWidth=n.width+"px":e.width="auto",e};return n(tN,{$size:s,$noGaps:g,children:e("table",{className:(r="itd-table",r+=" itd-table-"+qd(s),c&&(r+=" itd-table-headless"),u&&(r+=" itd-table-bordered"),g&&(r+=" itd-table-no-gaps"),o||(r+=" itd-table-empty"),0===(null==o?void 0:o.length)&&(r+=" itd-table-no-data"),r+=p?" itd-table-dashed":" itd-table-solid"),children:[function(){if(!c)return n("thead",{children:n("tr",{children:i.map((function(e){return n("th",{style:v(e),children:n("span",{children:e.title})},String(e.key))}))})})}(),o?0===o.length?n("tbody",{children:n("tr",{children:n("td",{colSpan:i.length,children:n(rN,{children:e("div",{children:[n(Tm,{height:30}),n("span",{children:m("table.noData")})]})})})})}):n("tbody",{children:o.map((function(e,t){return n("tr",{children:i.map((function(r){return n("td",{style:v(r),children:n("span",{children:r.render?r.render(e[r.dataIndex],e,t):r.dataIndex?e[r.dataIndex]:null})},String(r.key))}))},String(e.key))}))}):n("tbody",{children:n("tr",{children:n("td",{colSpan:i.length,children:n(rN,{})})})})]})})},oN=Mc.div(UC||(UC=$(["\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?Dc(FC||(FC=$(["\n height : 100%;\n "],["\n height : 100%;\n "]))):Dc(IC||(IC=$(["\n width : 100%;\n "],["\n width : 100%;\n "])))}),(function(n){if(n.$wrap)return!0===n.$wrap&&Dc(RC||(RC=$(["\n flex-wrap : wrap;\n "],["\n flex-wrap : wrap;\n "])))}),(function(n){return n.$vertical?!0===n.$vertical&&Dc(zC||(zC=$(["\n flex-direction : column;\n "],["\n flex-direction : column;\n "]))):Dc(jC||(jC=$(["\n flex-direction : row;\n "],["\n flex-direction : row;\n "])))}),(function(n){if(n.$justify)return Dc($C||($C=$(["\n justify-content : ",";\n "],["\n justify-content : ",";\n "])),n.$justify)}),(function(n){return n.$align?Dc(YC||(YC=$(["\n align-items : ",";\n "],["\n align-items : ",";\n "])),n.$align):Dc(BC||(BC=$(["\n align-items : center;\n "],["\n align-items : center;\n "])))}),(function(n){if(n.$gap){var e=0,t="";return"small"===n.$gap?e=10:"medium"===n.$gap?e=16:"large"===n.$gap?e=24:"string"==typeof n.$gap?t=n.$gap:e=n.$gap,""===t&&(t=e+"px"),Dc(VC||(VC=$(["\n gap : ",";\n "],["\n gap : ",";\n "])),t)}})),aN=function(e){var t=e.gap,r=e.justify,i=e.align,o=e.vertical,a=e.wrap,s=e.stretch,l=e.style,c=e.className,d=e.children;return n(oN,{$gap:t,$justify:r,$align:i,$vertical:o,$wrap:a,$stretch:s,style:l,className:c,children:d})};Cn.use($n).init({preload:["en","tr"],fallbackLng:["en","tr"],lng:"en-US",load:"languageOnly",ns:["translation"],defaultNS:["translation"],initImmediate:!1,debug:!1,resources:{}}),Cn.addResourceBundle("en","translation",{success:"Success",error:"Error",table:{noData:"No Data"},placeholders:{username:"Username",email:"E-Mail",password:"Password",confirmPassword:"Confirm password",typeYourNoteHere:"Type your note here",selectGender:"Select Gender",selectLanguage:"Select Language"},options:{male:"Male",female:"Female",languages:{turkish:"Turkish",english:"English"}},buttons:{submit:"Submit",reset:"Reset"},errors:{required:"This field is required!",minLength:"Should contain at least {{- length}} characters",maxLength:"Is too long. Max size is {{- length}}",passwordRule:"Should contain upper and lower-case English letters, at least one digit and no spaces.",invalidEmailAddress:"Invalid email address",passwordsDontMatch:"The two passwords that you entered do not match!",usernameRule:"Only English letters, digits and symbols (-_). No space is allowed",wrongTCIdentity:"Wrong TC Identity Number",fieldMustBeTheSame:"This field must be the same as: {{- fields}}"},uploader:{header:"Drag and drop an file",hint:"or Browse to choose a file",fileUploading:"File uploading...",info:"Total: {{- total}} - {{- estimated}} s remaining.",delete:"Delete",preview:"Preview",error:"Error",fileFormatError:"You can only upload {{fileFormat}} file",fileSizeError:"File must smaller than {{fileSize}}",fileUploadSuccess:"File successfully uploaded.",fileUploadFailed:"File upload failed!",removeFileSuccess:"File successfully delete!",browserDoesntSupportDND:"Browser doesn't support drag and drop!",calculating:"Calculating...",removeFile:"Remove File",areYouSureToDeleteThisFile:"Are you sure to delete this file?",yes:"Yes",no:"No"},countries:I({},Jn)}),Cn.addResourceBundle("tr","translation",{success:"Başarılı",error:"Hata",table:{noData:"Veri Yok"},placeholders:{username:"Kullanıcı adı",email:"E-Posta",password:"Şifre",confirmPassword:"Şifre tekrar",typeYourNoteHere:"Notunuzu buraya yazınız",selectGender:"Cinsiyet Seçin",selectLanguage:"Dil Seçin"},options:{male:"Erkek",female:"Kadın",languages:{turkish:"Türkçe",english:"İngilizce"}},buttons:{submit:"Gönder",reset:"Temizle"},errors:{required:"Bu alan zorunludur!",minLength:"En az {{- length}} karakter olmalıdır",maxLength:"Çok uzun. Maks uzunluk {{- length}} karakter olmalıdır.",exactLength:"This field must be {{- length}} characters long.",passwordRule:"En az bir rakam, büyük-küçük harf olmalıdır ve boşluk kullanılmamalıdır",invalidEmailAddress:"Geçersiz e-posta adresi",passwordsDontMatch:"Girdiğiniz şifreler birbirleriyle uyuşmuyor!",usernameRule:"Harf, sayı ve bazı özel karakterlerden oluşmalıdır (-_). Boşluk kullanılmamalıdır",wrongTCIdentity:"TC Kimlik Numarası Yanlış",fieldMustBeTheSame:"Bu alan şunlarla aynı olmalıdır: {{- fields}}"},uploader:{header:"Bir resmi sürükleyip bırakın",hint:"ya da bir dosya seçmek için tıklayın.",fileUploading:"Dosya yükleniyor...",info:"Toplam: {{- total}} - {{- estimated}} sn kaldı.",delete:"Sil",preview:"Önizleme",error:"Hata",fileFormatError:"Yalnızca {{fileFormat}} dosyası yükleyebilirsiniz.",fileSizeError:"Dosya boyutu {{fileSize}}'den küçük olmalıdır.",fileUploadSuccess:"Dosya başarıyla yüklendi.",fileUploadFailed:"Dosya yüklenemedi!",removeFileSuccess:"Dosya başarıyla silindi!",browserDoesntSupportDND:"Tarayıcı taşı&bırak özelliğini desteklemiyor!",calculating:"Hesaplanıyor...",removeFile:"Dosya Silme",areYouSureToDeleteThisFile:"Bu dosyayı silmek istediğinize emin misiniz?",yes:"Evet",no:"Hayır"},countries:I({},Zn)});export{XS as ALink,jk as Accordion,Gg as AddDefaultThemeStyle,Kg as AddZero,GE as Alert,wm as ArrowIcon,_m as BackToTop,KO as BackTop,hu as Button,e_ as Calendar,eN as Card,Xg as CheckFileURL,qm as Checkbox,Sm as Checkmark,Jg as ChunkArray,oE as Collapse,le as ConsoleLog,$g as ConvertCurrency,c_ as DatePicker,Ig as DetermineNewHeight,Rg as DetermineNewWidth,Qg as FileChecker,Wn as FileExtensions,Gn as FileTypes,Ra as FindSelector,aN as Flex,_k as Form,em as FormatBytes,Bg as GetByCurrency,zg as GetCountryCodeByCurrencyCode,jg as GetCountryCodeByLanguage,Ug as GetCurrencyFormat,Vg as GetCurrencySymbol,Hg as GetDecimalByCurrency,tm as GetTypeByFileType,mm as H1,vm as H2,bm as H3,ym as H4,Mg as ITDContext,Fg as ITDProvider,Id as Image,DE as InlineSelect,Em as InlineSelectArrow,NS as Input,qg as IsValidJSON,xm as LockIcon,Ru as ModalManager,Hn as ModalState,Tm as NoData,kg as Notification,Am as Picture,oC as Progress,vE as Radio,Zg as RemoveUnits,BO as Result,um as SVGLoader,Xw as Select,Zc as Spin,nC as Status,ZS as Switch,iN as Table,qC as Tabs,YS as TextArea,_w as TinyScrollbar,Dg as Tooltip,Om as Trash,nm as UniUpperCase,Wg as UpdateThemeStyle,DO as Upload,km as UploadIcon,rm as Wait,Cm as ZoomIn,Nm as ZoomOut,ue as useAddExternalCSS,Ha as useComponentSize,Ua as useConnectionStatus,de as useConstructor,Ga as useCoreFetch,Ia as useCreateDynamicStyle,za as useCreateStyledStyle,Ba as useMultiQuery,ja as useOnClickOutside,$a as useOnESCKeyDown,Va as useOnResize,ce as useReCaptcha,Ya as useSingleQuery};
@@ -61,6 +61,35 @@
61
61
  -webkit-box-shadow: 0 0 0 30px #151d3d inset !important;
62
62
  }
63
63
 
64
+ .arrow {
65
+ transition: all 0.25s ease-out;
66
+ margin-left: auto;
67
+ transform: rotate(0deg);
68
+ width: 20px;
69
+ height: 20px;
70
+ fill: rgba(255, 255, 255, 0.6);
71
+ }
72
+
73
+ .arrowNormal {
74
+ margin-left: auto;
75
+ transform: rotate(-90deg);
76
+ }
77
+
78
+ .arrowOpen {
79
+ transform: rotate(-180deg);
80
+ fill: #ffffff;
81
+ }
82
+
83
+ .icon {
84
+ margin-right: 8px;
85
+ height: 22px;
86
+ width: 22px;
87
+ color: rgba(255, 255, 255, 0.6);
88
+ font-size: 22px;
89
+ display: flex;
90
+ align-items: center;
91
+ }
92
+
64
93
  .menu {
65
94
  background-color: #050A20;
66
95
  border-radius: 0 5px 5px 5px;
@@ -127,35 +156,6 @@
127
156
  transition: height 150ms ease-out;
128
157
  }
129
158
 
130
- .arrow {
131
- transition: all 0.25s ease-out;
132
- margin-left: auto;
133
- transform: rotate(0deg);
134
- width: 20px;
135
- height: 20px;
136
- fill: rgba(255, 255, 255, 0.6);
137
- }
138
-
139
- .arrowNormal {
140
- margin-left: auto;
141
- transform: rotate(-90deg);
142
- }
143
-
144
- .arrowOpen {
145
- transform: rotate(-180deg);
146
- fill: #ffffff;
147
- }
148
-
149
- .icon {
150
- margin-right: 8px;
151
- height: 22px;
152
- width: 22px;
153
- color: rgba(255, 255, 255, 0.6);
154
- font-size: 22px;
155
- display: flex;
156
- align-items: center;
157
- }
158
-
159
159
  .option {
160
160
  display: flex;
161
161
  align-items: center;
@@ -61,6 +61,61 @@
61
61
  -webkit-box-shadow: 0 0 0 30px #151d3d inset !important;
62
62
  }
63
63
 
64
+ .arrow {
65
+ transition: all 0.25s ease-out;
66
+ margin-left: auto;
67
+ transform: rotate(0deg);
68
+ width: 20px;
69
+ height: 20px;
70
+ fill: rgba(255, 255, 255, 0.6);
71
+ }
72
+
73
+ .arrowNormal {
74
+ margin-left: auto;
75
+ transform: rotate(-90deg);
76
+ }
77
+
78
+ .arrowOpen {
79
+ transform: rotate(-180deg);
80
+ fill: #ffffff;
81
+ }
82
+
83
+ .icon {
84
+ margin-right: 8px;
85
+ height: 22px;
86
+ width: 22px;
87
+ color: rgba(255, 255, 255, 0.6);
88
+ font-size: 22px;
89
+ display: flex;
90
+ align-items: center;
91
+ }
92
+
93
+ .option {
94
+ display: flex;
95
+ align-items: center;
96
+ cursor: pointer;
97
+ min-width: max-content;
98
+ padding: 10px 30px 10px 15px;
99
+ }
100
+ .option:not(:last-child) {
101
+ margin-bottom: 1px;
102
+ }
103
+ .option:hover {
104
+ background-color: rgba(29, 38, 73, 0.5019607843);
105
+ }
106
+
107
+ .selected .single, .selected .option span {
108
+ color: #ffffff;
109
+ }
110
+
111
+ .single, .option span {
112
+ color: rgba(255, 255, 255, 0.6666666667);
113
+ font-weight: 400;
114
+ font-size: 12px;
115
+ line-height: 12px;
116
+ white-space: nowrap;
117
+ }
118
+
64
119
  .menu {
65
120
  background-color: #050A20;
66
121
  border-radius: 0 5px 5px 5px;
@@ -127,61 +182,6 @@
127
182
  transition: height 150ms ease-out;
128
183
  }
129
184
 
130
- .option {
131
- display: flex;
132
- align-items: center;
133
- cursor: pointer;
134
- min-width: max-content;
135
- padding: 10px 30px 10px 15px;
136
- }
137
- .option:not(:last-child) {
138
- margin-bottom: 1px;
139
- }
140
- .option:hover {
141
- background-color: rgba(29, 38, 73, 0.5019607843);
142
- }
143
-
144
- .selected .single, .selected .option span {
145
- color: #ffffff;
146
- }
147
-
148
- .single, .option span {
149
- color: rgba(255, 255, 255, 0.6666666667);
150
- font-weight: 400;
151
- font-size: 12px;
152
- line-height: 12px;
153
- white-space: nowrap;
154
- }
155
-
156
- .arrow {
157
- transition: all 0.25s ease-out;
158
- margin-left: auto;
159
- transform: rotate(0deg);
160
- width: 20px;
161
- height: 20px;
162
- fill: rgba(255, 255, 255, 0.6);
163
- }
164
-
165
- .arrowNormal {
166
- margin-left: auto;
167
- transform: rotate(-90deg);
168
- }
169
-
170
- .arrowOpen {
171
- transform: rotate(-180deg);
172
- fill: #ffffff;
173
- }
174
-
175
- .icon {
176
- margin-right: 8px;
177
- height: 22px;
178
- width: 22px;
179
- color: rgba(255, 255, 255, 0.6);
180
- font-size: 22px;
181
- display: flex;
182
- align-items: center;
183
- }
184
-
185
185
  .container {
186
186
  display: flex;
187
187
  align-items: center;
@@ -1,14 +1,4 @@
1
- /// <reference types="react" />
2
- type ResultProps = {
3
- image: string;
4
- title: string;
5
- description: string;
6
- type?: string;
7
- extra?: JSX.Element | null;
8
- footer?: JSX.Element | null;
9
- fill?: boolean;
10
- autoCenter?: boolean;
11
- };
1
+ import { ResultProps } from 'types/ResultProps';
12
2
  declare const Result: {
13
3
  ({ image, title, description, extra, footer, type, fill, autoCenter }: ResultProps): import("react/jsx-runtime").JSX.Element;
14
4
  displayName: string;