@jitera/jitera-web-ui-library 1.30.0 → 1.32.1

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.ts CHANGED
@@ -340,6 +340,11 @@ interface TabProps extends PreviewProps, ComponentProps<TabsProps> {
340
340
  }
341
341
  declare const Tab: React.ForwardRefExoticComponent<TabProps & React.RefAttributes<HTMLDivElement>>
342
342
 
343
+ declare enum ModalPositionEnum {
344
+ DEFAULT = 'default',
345
+ TOP = 'top',
346
+ CENTER = 'center'
347
+ }
343
348
  interface ModalShowOptions
344
349
  extends Omit<
345
350
  ModalProps,
@@ -357,7 +362,7 @@ interface ModalShowOptions
357
362
  | 'closeIcon'
358
363
  | 'bodyStyle'
359
364
  > {
360
- position?: string
365
+ position?: `${ModalPositionEnum}`
361
366
  }
362
367
  declare const Modal: {
363
368
  show(ReactComponent: React.ReactNode, options?: ModalShowOptions): void
@@ -2262,6 +2267,7 @@ export {
2262
2267
  MenuItemProps,
2263
2268
  MenuProps,
2264
2269
  Modal,
2270
+ ModalPositionEnum,
2265
2271
  ModalShowOptions,
2266
2272
  OTPInput,
2267
2273
  OTPInputProps,
package/dist/index.esm.js CHANGED
@@ -1,29 +1,29 @@
1
- import{jsx as _,jsxs as aa}from"react/jsx-runtime";import a,{useMemo as ab,useState as ac,Children as ad,createContext as i,useContext as ae}from"react";import af from"clsx";import{Button as ag,Col as ah,Input as ai,Menu as j,Row as aj,List as ak,Radio as al,Space as am,Checkbox as an,Upload as ao,Drawer as ap,Tabs as g,ConfigProvider as aq,Modal as ar}from"antd";import*as as from"react-icons/ai";import*as at from"react-icons/bs";import*as au from"react-icons/fa";import*as av from"react-icons/fi";import*as aw from"react-icons/md";import b from"styled-components";import ax,{Content as ay,Header as az}from"antd/lib/layout/layout";import aA from"antd/lib/menu/SubMenu";import aB from"antd/lib/layout/Sider";import aC,{components as aD}from"react-select";import{Dayjs as aE}from"dayjs";import k from"rc-picker/lib/generate/dayjs";import l from"antd/lib/date-picker/generatePicker";import aF from"react-slick";import{render as aG}from"rc-util/lib/React/render";import aH from"react-otp-input";function aI({className:b="",responsiveVisibility:a=[]}){return{classNames:af(b,3===a.length?"":null==a?void 0:a.map(a=>"string"==typeof a?`show-${a}`:`show-${a.value}`).join(" "))}}let m=a.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=aI({className:e,responsiveVisibility:d});return _("div",{...f,className:g,ref:b,children:c})});function n(b,c={}){return a.createElement(b in as?as[b]:b in at?at[b]:b in av?av[b]:b in au?au[b]:b in aw?aw[b]:"",c)}function o(a){throw Error(`Should not reach with ${a}`)}function p(a){switch(a){case C.Antd:return Object.entries(as);case C.Bootstrap:return Object.entries(at);case C.Feather:return Object.entries(av);case C.FontAwesome:return Object.entries(au);case C.Material:return Object.entries(aw);case C.All:return[...Object.entries(as),...Object.entries(at),...Object.entries(av),...Object.entries(au),...Object.entries(aw)];default:return o(a)}}!function(a){a.All="all",a.Antd="antd",a.Bootstrap="bootstrap",a.Feather="feather",a.FontAwesome="font-awesome",a.Material="material"}(C||(C={}));let q=a.forwardRef((a,b)=>{let{className:c,style:d,iconName:e,color:f,size:g,responsiveVisibility:h}=a,{classNames:i}=aI({className:c,responsiveVisibility:h});return _("span",{style:{display:"inline-block",verticalAlign:"middle",...d},className:i,ref:b,children:n(e,{color:f,size:g})})}),aJ=b.span`
1
+ import{jsx as aa,jsxs as ab}from"react/jsx-runtime";import a,{useMemo as ac,useState as ad,Children as ae,createContext as j,useContext as af}from"react";import ag from"clsx";import{Button as ah,Col as ai,Input as aj,Menu as k,Row as ak,List as al,Radio as am,Space as an,Checkbox as ao,Upload as ap,Drawer as aq,Tabs as h,ConfigProvider as ar,Modal as as}from"antd";import*as at from"react-icons/ai";import*as au from"react-icons/bs";import*as av from"react-icons/fa";import*as aw from"react-icons/fi";import*as ax from"react-icons/md";import b from"styled-components";import ay,{Content as az,Header as aA}from"antd/lib/layout/layout";import aB from"antd/lib/menu/SubMenu";import aC from"antd/lib/layout/Sider";import aD,{components as aE}from"react-select";import aF from"dayjs";import l from"rc-picker/lib/generate/dayjs";import m from"antd/lib/date-picker/generatePicker";import aG from"react-slick";import{render as aH}from"rc-util/lib/React/render";import aI from"react-otp-input";function aJ({className:b="",responsiveVisibility:a=[]}){return{classNames:ag(b,3===a.length?"":null==a?void 0:a.map(a=>"string"==typeof a?`show-${a}`:`show-${a.value}`).join(" "))}}let n=a.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=aJ({className:e,responsiveVisibility:d});return aa("div",{...f,className:g,ref:b,children:c})});function o(b,c={}){return a.createElement(b in at?at[b]:b in au?au[b]:b in aw?aw[b]:b in av?av[b]:b in ax?ax[b]:"",c)}function p(a){throw Error(`Should not reach with ${a}`)}function q(a){switch(a){case D.Antd:return Object.entries(at);case D.Bootstrap:return Object.entries(au);case D.Feather:return Object.entries(aw);case D.FontAwesome:return Object.entries(av);case D.Material:return Object.entries(ax);case D.All:return[...Object.entries(at),...Object.entries(au),...Object.entries(aw),...Object.entries(av),...Object.entries(ax)];default:return p(a)}}!function(a){a.All="all",a.Antd="antd",a.Bootstrap="bootstrap",a.Feather="feather",a.FontAwesome="font-awesome",a.Material="material"}(D||(D={}));let r=a.forwardRef((a,b)=>{let{className:c,style:d,iconName:e,color:f,size:g,responsiveVisibility:h}=a,{classNames:i}=aJ({className:c,responsiveVisibility:h});return aa("span",{style:{display:"inline-block",verticalAlign:"middle",...d},className:i,ref:b,children:o(e,{color:f,size:g})})}),aK=b.span`
2
2
  margin-left: ${a=>a.hasIcon&&"8px"};
3
- `,r=a.forwardRef((b,c)=>{let{buttonType:d="primary",responsiveVisibility:e,iconProps:f,className:g,children:h,...i}=b,a=ab(()=>{if(f)return _(q,{...f})},[f]),{classNames:j}=aI({className:g,responsiveVisibility:e});return _(ag,{type:d,icon:a,...i,className:j,ref:c,children:_(aJ,{hasIcon:!!a,children:h})})}),s=a.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=aI({className:e,responsiveVisibility:d});return _(ah,{...f,className:g,ref:b,children:c})}),t=a.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=aI({className:e,responsiveVisibility:d});return _(ay,{...f,className:g,prefixCls:"jitera-layout-content",ref:b,children:c})}),u=a.forwardRef((a,b)=>{let{children:c,style:d,responsiveVisibility:e,className:f,...g}=a,{classNames:h}=aI({className:f,responsiveVisibility:e});return _("footer",{...g,className:h,style:d,ref:b,children:c})}),v=a.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=aI({className:e,responsiveVisibility:d});return _("div",{...f,className:g,ref:b,children:c})}),w=v,x=a.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=aI({className:e,responsiveVisibility:d});return _(az,{...f,prefixCls:"jitera-layout-header",className:g,ref:b,children:c})}),y=a.forwardRef((a,b)=>{let{source:c,alt:d="",responsiveVisibility:e,className:f,...g}=a,{classNames:h}=aI({className:f,responsiveVisibility:e});return _("img",{ref:b,src:c,className:h,...g,alt:d})});!function(a){a.Link="Link",a.Text="Text"}(D||(D={}));let z=a.forwardRef(({children:a,...b},c)=>_("div",{...b,ref:c,children:a})),A=a.forwardRef(({children:a,...b},c)=>_("a",{...b,ref:c,children:a})),aK={[D.Text]:z,[D.Link]:A},B=a.forwardRef((a,b)=>{let{textType:c=D.Text,responsiveVisibility:d,className:e,...f}=a,g=aK[c],{classNames:h}=aI({className:e,responsiveVisibility:d});return _(g,{...f,className:h,ref:b})}),aL=a=>"object"==typeof a,aM=(...a)=>a.filter(a=>!aL(a)).join(" "),aN="mccb30e4f2_input";var C,D,c,d,e,f,aO={input:"mccb30e4f2_input"};let E=a.forwardRef((c,d)=>{let{style:e={},inputStyle:f={},errorMessage:a,isPasswordField:g,responsiveVisibility:h,isPreview:i,className:b,prefixIconProps:j,suffixIconProps:k,...l}=c,m=ab(()=>g?ai.Password:ai,[g]),n=ab(()=>aL(f)?{style:f,className:aO.input}:{className:aM(aO.input,f)},[f]),o=ab(()=>{if(j)return _(q,{...j})},[j]),p=ab(()=>{if(k)return _(q,{...k})},[k]),{classNames:r}=aI({className:b,responsiveVisibility:h});return aa("div",{style:e,className:af(aM(aO.container,b||""),r),ref:d,children:[_(m,{...n,disabled:i,prefix:o,suffix:p,...l}),!!a&&_(B,{type:"danger",children:a})]})}),F=a.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=aI({className:e,responsiveVisibility:d});return _(ax,{...f,prefixCls:"jitera-layout",className:g,ref:b,children:c})}),aP=b.div`
3
+ `,s=a.forwardRef((b,c)=>{let{buttonType:d="primary",responsiveVisibility:e,iconProps:f,className:g,children:h,...i}=b,a=ac(()=>{if(f)return aa(r,{...f})},[f]),{classNames:j}=aJ({className:g,responsiveVisibility:e});return aa(ah,{type:d,icon:a,...i,className:j,ref:c,children:aa(aK,{hasIcon:!!a,children:h})})}),t=a.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=aJ({className:e,responsiveVisibility:d});return aa(ai,{...f,className:g,ref:b,children:c})}),u=a.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=aJ({className:e,responsiveVisibility:d});return aa(az,{...f,className:g,prefixCls:"jitera-layout-content",ref:b,children:c})}),v=a.forwardRef((a,b)=>{let{children:c,style:d,responsiveVisibility:e,className:f,...g}=a,{classNames:h}=aJ({className:f,responsiveVisibility:e});return aa("footer",{...g,className:h,style:d,ref:b,children:c})}),w=a.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=aJ({className:e,responsiveVisibility:d});return aa("div",{...f,className:g,ref:b,children:c})}),x=w,y=a.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=aJ({className:e,responsiveVisibility:d});return aa(aA,{...f,prefixCls:"jitera-layout-header",className:g,ref:b,children:c})}),z=a.forwardRef((a,b)=>{let{source:c,alt:d="",responsiveVisibility:e,className:f,...g}=a,{classNames:h}=aJ({className:f,responsiveVisibility:e});return aa("img",{ref:b,src:c,className:h,...g,alt:d})});!function(a){a.Link="Link",a.Text="Text"}(E||(E={}));let A=a.forwardRef(({children:a,...b},c)=>aa("div",{...b,ref:c,children:a})),B=a.forwardRef(({children:a,...b},c)=>aa("a",{...b,ref:c,children:a})),aL={[E.Text]:A,[E.Link]:B},C=a.forwardRef((a,b)=>{let{textType:c=E.Text,responsiveVisibility:d,className:e,...f}=a,g=aL[c],{classNames:h}=aJ({className:e,responsiveVisibility:d});return aa(g,{...f,className:h,ref:b})}),aM=a=>"object"==typeof a,aN=(...a)=>a.filter(a=>!aM(a)).join(" "),aO="mccb30e4f2_input";var D,E,c,d,e,f,g,aP={input:"mccb30e4f2_input"};let F=a.forwardRef((c,d)=>{let{style:e={},inputStyle:f={},errorMessage:a,isPasswordField:g,responsiveVisibility:h,isPreview:i,className:b,prefixIconProps:j,suffixIconProps:k,...l}=c,m=ac(()=>g?aj.Password:aj,[g]),n=ac(()=>aM(f)?{style:f,className:aP.input}:{className:aN(aP.input,f)},[f]),o=ac(()=>{if(j)return aa(r,{...j})},[j]),p=ac(()=>{if(k)return aa(r,{...k})},[k]),{classNames:q}=aJ({className:b,responsiveVisibility:h});return ab("div",{style:e,className:ag(aN(aP.container,b||""),q),ref:d,children:[aa(m,{...n,disabled:i,prefix:o,suffix:p,...l}),!!a&&aa(C,{type:"danger",children:a})]})}),G=a.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=aJ({className:e,responsiveVisibility:d});return aa(ay,{...f,prefixCls:"jitera-layout",className:g,ref:b,children:c})}),aQ=b.div`
4
4
  .jitera-menu-item-disabled,
5
5
  .jitera-menu-submenu-disabled {
6
6
  ${a=>a.isPreview?"color: unset !important; cursor: unset;":""}
7
7
  }
8
- `,aQ=b.div`
8
+ `,aR=b.div`
9
9
  display: flex;
10
10
  justify-content: center;
11
11
  align-items: center;
12
- `,aR=b.div`
13
- width: 100%;
14
12
  `,aS=b.div`
15
- display: flex;
13
+ width: 100%;
16
14
  `,aT=b.div`
17
15
  display: flex;
16
+ `,aU=b.div`
17
+ display: flex;
18
18
  flex-direction: column;
19
19
  align-items: center;
20
20
  line-height: 1;
21
- `,G=a.forwardRef((b,c)=>{let{isPreview:a,className:d,responsiveVisibility:e,...f}=b,{classNames:g}=aI({className:d,responsiveVisibility:e});return _(aP,{isPreview:a,className:g,ref:c,children:_(j,{disabled:a,...f,prefixCls:"jitera-menu"})})});!function(a){a.Left="left",a.Right="right",a.Top="top",a.Bottom="bottom"}(c||(c={}));let{Item:aU}=j,H=a.forwardRef(({label:a,iconProps:b,iconPosition:c,spaceBetween:d,responsiveVisibility:e,className:f,...g},h)=>{let{classNames:i}=aI({className:f,responsiveVisibility:e});return _(aQ,{className:i,ref:h,children:_(aR,{children:_(aU,{...g,children:b&&c&&d?aV(b,c,d,a):a})})})});function aV(a,e,b,d){switch(e){case c.Left:return aa(aS,{style:{gap:b},children:[_(q,{...a}),d]});case c.Right:return aa(aS,{style:{gap:b},children:[d,_(q,{...a})]});case c.Top:return aa(aT,{style:{gap:b},children:[_(q,{...a}),d]});case c.Bottom:return aa(aT,{style:{gap:b},children:[d,_(q,{...a})]});default:return o(e)}}let I=a.forwardRef((a,b)=>_("ul",{ref:b,children:_(aA,{...a})})),aW=b.div`
21
+ `,H=a.forwardRef((b,c)=>{let{isPreview:a,className:d,responsiveVisibility:e,...f}=b,{classNames:g}=aJ({className:d,responsiveVisibility:e});return aa(aQ,{isPreview:a,className:g,ref:c,children:aa(k,{disabled:a,...f,prefixCls:"jitera-menu"})})});!function(a){a.Left="left",a.Right="right",a.Top="top",a.Bottom="bottom"}(c||(c={}));let{Item:aV}=k,I=a.forwardRef(({label:a,iconProps:b,iconPosition:c,spaceBetween:d,responsiveVisibility:e,className:f,...g},h)=>{let{classNames:i}=aJ({className:f,responsiveVisibility:e});return aa(aR,{className:i,ref:h,children:aa(aS,{children:aa(aV,{...g,children:b&&c&&d?aW(b,c,d,a):a})})})});function aW(a,e,b,d){switch(e){case c.Left:return ab(aT,{style:{gap:b},children:[aa(r,{...a}),d]});case c.Right:return ab(aT,{style:{gap:b},children:[d,aa(r,{...a})]});case c.Top:return ab(aU,{style:{gap:b},children:[aa(r,{...a}),d]});case c.Bottom:return ab(aU,{style:{gap:b},children:[d,aa(r,{...a})]});default:return p(e)}}let J=a.forwardRef((a,b)=>aa("ul",{ref:b,children:aa(aB,{...a})})),aX=b.div`
22
22
  width: 100%;
23
23
  ${a=>`min-height: ${a.minHeight};`}
24
24
  background-color: #fff;
25
25
  ${a=>a.isPreview?"position: relative":void 0}
26
- `,J=a.forwardRef(({...b},c)=>{let{children:d,isPreview:a,responsiveVisibility:e,className:f,...g}=b,h=a?"100%":"100vh",{classNames:i}=aI({className:f,responsiveVisibility:e});return _(aW,{className:af(a?"preview-page":void 0,i),minHeight:h,isPreview:a,...g,ref:c,children:d})}),K=a.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=aI({className:e,responsiveVisibility:d});return _(aj,{...f,className:g,ref:b,children:c})}),L=a.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=aI({className:e,responsiveVisibility:d});return _(aB,{...f,className:g,prefixCls:"jitera-layout-sider",ref:b,children:c})}),M=a.forwardRef((a,b)=>{let{isPreview:c,responsiveVisibility:d,className:e,styles:f,data:g,placeholderStyle:h,containerStyle:i,dropdownStyle:j,optionStyle:k,iconProps:l,...m}=a,n=ab(()=>{let a=f||{};return h&&(a.placeholder=a=>({...a,...h})),i&&(a.control=a=>({...a,...i})),j&&(a.menu=a=>({...a,...j})),k&&(a.option=a=>({...a,...k})),a},[f,h,i,j,k]),o=ab(()=>{if(l)return{DropdownIndicator:a=>_(aD.DropdownIndicator,{...a,children:_(q,{...l})})}},[l]),{classNames:p}=aI({className:e,responsiveVisibility:d});return _(aC,{className:p,components:o,isDisabled:c,styles:n,options:g,...m,ref:b})}),aX="mc6f30f899_inner";var aY={inner:"mc6f30f899_inner"};let N=a.forwardRef((a,b)=>{let{style:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=aI({className:e,responsiveVisibility:d});return _("div",{style:c,className:g,ref:b,children:_(ak,{className:aY.inner,...f})})});function aZ(a){return"string"==typeof a&&["wrap","wrap-reverse"].includes(a)|| !0===a}let a$=b.div`
26
+ `,K=a.forwardRef(({...b},c)=>{let{children:d,isPreview:a,responsiveVisibility:e,className:f,...g}=b,h=a?"100%":"100vh",{classNames:i}=aJ({className:f,responsiveVisibility:e});return aa(aX,{className:ag(a?"preview-page":void 0,i),minHeight:h,isPreview:a,...g,ref:c,children:d})}),L=a.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=aJ({className:e,responsiveVisibility:d});return aa(ak,{...f,className:g,ref:b,children:c})}),M=a.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=aJ({className:e,responsiveVisibility:d});return aa(aC,{...f,className:g,prefixCls:"jitera-layout-sider",ref:b,children:c})}),N=a.forwardRef((a,b)=>{let{isPreview:c,responsiveVisibility:d,className:e,styles:f,data:g,placeholderStyle:h,containerStyle:i,dropdownStyle:j,optionStyle:k,iconProps:l,...m}=a,n=ac(()=>{let a=f||{};return h&&(a.placeholder=a=>({...a,...h})),i&&(a.control=a=>({...a,...i})),j&&(a.menu=a=>({...a,...j})),k&&(a.option=a=>({...a,...k})),a},[f,h,i,j,k]),o=ac(()=>{if(l)return{DropdownIndicator:a=>aa(aE.DropdownIndicator,{...a,children:aa(r,{...l})})}},[l]),{classNames:p}=aJ({className:e,responsiveVisibility:d});return aa(aD,{className:p,components:o,isDisabled:c,styles:n,options:g,...m,ref:b})}),aY="mc6f30f899_inner";var aZ={inner:"mc6f30f899_inner"};let O=a.forwardRef((a,b)=>{let{style:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=aJ({className:e,responsiveVisibility:d});return aa("div",{style:c,className:g,ref:b,children:aa(al,{className:aZ.inner,...f})})});function a$(a){return"string"==typeof a&&["wrap","wrap-reverse"].includes(a)|| !0===a}let a_=b.div`
27
27
  .jitera-radio-inner {
28
28
  border-color: ${a=>a.inactiveColor||a.theme.primaryColor};
29
29
  }
@@ -44,7 +44,7 @@ import{jsx as _,jsxs as aa}from"react/jsx-runtime";import a,{useMemo as ab,useSt
44
44
  .jitera-radio-wrapper span:last-child {
45
45
  ${a=>a.labelStyle}
46
46
  }
47
- `,O=a.forwardRef((b,c)=>{let{data:a,spaceProps:d,isPreview:e,responsiveVisibility:f,className:g,activeColor:h,inactiveColor:i,labelStyle:j,direction:k,containerStyle:l={},wrap:m="wrap",...n}=b,o=ab(()=>({...d,wrap:aZ(m)}),[m,d]),p=ab(()=>aL(l)?{style:l}:{className:aM(l)},[l]),{classNames:q}=aI({className:g,responsiveVisibility:f});return _(a$,{className:q,activeColor:h,inactiveColor:i,labelStyle:j,...p,children:_(al.Group,{disabled:e,...n,ref:c,children:_(am,{direction:k,...o,children:null==a?void 0:a.map(a=>_(al,{value:a.value,...a,children:a.label},a.value))})})})}),a_="mc68e5c85d_textarea";var a0={textarea:"mc68e5c85d_textarea"};let P=a.forwardRef((c,d)=>{let{style:e={},inputStyle:f={},errorMessage:a,responsiveVisibility:g,isPreview:h,className:b,...i}=c,j=ab(()=>aL(f)?{style:f,className:a0.textarea}:{className:aM(a0.textarea,f)},[f]),{classNames:k}=aI({className:b,responsiveVisibility:g});return aa("div",{style:e,className:af(aM(a0.container,b||""),k),ref:d,children:[_(ai.TextArea,{...j,disabled:h,...i}),!!a&&_(B,{type:"danger",children:a})]})}),a1=b.div`
47
+ `,P=a.forwardRef((b,c)=>{let{data:a,spaceProps:d,isPreview:e,responsiveVisibility:f,className:g,activeColor:h,inactiveColor:i,labelStyle:j,direction:k,containerStyle:l={},wrap:m="wrap",...n}=b,o=ac(()=>({...d,wrap:a$(m)}),[m,d]),p=ac(()=>aM(l)?{style:l}:{className:aN(l)},[l]),{classNames:q}=aJ({className:g,responsiveVisibility:f});return aa(a_,{className:q,activeColor:h,inactiveColor:i,labelStyle:j,...p,children:aa(am.Group,{disabled:e,...n,ref:c,children:aa(an,{direction:k,...o,children:null==a?void 0:a.map(a=>aa(am,{value:a.value,...a,children:a.label},a.value))})})})}),a0="mc68e5c85d_textarea";var a1={textarea:"mc68e5c85d_textarea"};let Q=a.forwardRef((c,d)=>{let{style:e={},inputStyle:f={},errorMessage:a,responsiveVisibility:g,isPreview:h,className:b,...i}=c,j=ac(()=>aM(f)?{style:f,className:a1.textarea}:{className:aN(a1.textarea,f)},[f]),{classNames:k}=aJ({className:b,responsiveVisibility:g});return ab("div",{style:e,className:ag(aN(a1.container,b||""),k),ref:d,children:[aa(aj.TextArea,{...j,disabled:h,...i}),!!a&&aa(C,{type:"danger",children:a})]})}),a2=b.div`
48
48
  && {
49
49
  .jitera-checkbox-inner {
50
50
  border-color: ${a=>a.inactiveColor||a.theme.primaryColor};
@@ -69,7 +69,7 @@ import{jsx as _,jsxs as aa}from"react/jsx-runtime";import a,{useMemo as ab,useSt
69
69
  ${a=>a.labelStyle}
70
70
  }
71
71
  }
72
- `,Q=a.forwardRef((b,c)=>{let{data:a,wrap:d="wrap",spaceProps:e,isPreview:f,responsiveVisibility:g,containerStyle:h={},activeColor:i,inactiveColor:j,checkColor:k,labelStyle:l,direction:m,className:n,...o}=b,p=ab(()=>({...e,wrap:aZ(d)}),[d,e]),q=ab(()=>aL(h)?{style:h}:{className:aM(h)},[h]),{classNames:r}=aI({className:n,responsiveVisibility:g});return _(a1,{activeColor:i,inactiveColor:j,checkColor:k,labelStyle:l,...q,className:r,children:_(an.Group,{disabled:f,...o,ref:c,children:_(am,{direction:m,...p,children:null==a?void 0:a.map(a=>_(an,{...a,children:a.label}))})})})}),R=a.forwardRef((b,c)=>{let{children:d,isPreview:e,responsiveVisibility:f,errorMessage:a,className:g,...h}=b,{classNames:i}=aI({className:g,responsiveVisibility:f});return aa("div",{className:i,ref:c,children:[_(ao,{disabled:e,listType:"picture",...h,children:d}),!!a&&_(B,{type:"danger",children:a})]})}),a2=l(k);!function(a){a.TIME="time",a.DATE="date",a.WEEK="week",a.MONTH="month"}(d||(d={}));let S=a.forwardRef((b,c)=>{let{isPreview:d,defaultValue:e,responsiveVisibility:f,picker:g="date",errorMessage:a,className:h,...i}=b,{classNames:j}=aI({className:h,responsiveVisibility:f}),k=ab(()=>"string"!=typeof e&&e?e:new aE(e),[e]);return aa("div",{className:j,ref:c,children:[_(a2,{disabled:d,picker:g,defaultValue:k,...i}),!!a&&_(B,{type:"danger",style:{display:"block"},children:a})]})}),a3="mca48d82cd_Wrapper";var a4={Wrapper:"mca48d82cd_Wrapper"};!function(a){a.TOP="top",a.RIGHT="right",a.BOTTOM="bottom",a.LEFT="left"}(e||(e={}));let T=a.forwardRef((a,b)=>{let{isPreview:c,responsiveVisibility:d,buttonProps:e,buttonStyle:f,drawerTitle:g,drawerProps:h,headerStyle:i,bodyStyle:j,iconProps:k,children:l,className:m}=a,[n,y]=ac(!1),{headerVisible:o,closable:p,...s}=h||{},t=()=>{y(!0)},u=()=>{y(!1)},v=c?{destroyOnClose:!0,getContainer:".preview-page",style:{position:"absolute"},afterVisibleChange(b){let a=document.querySelector(".jitera-drawer-content");a&&(a.style.backgroundColor=b?"#fff":"transparent")}}:{},w=o?{title:g,closable:p}:{title:void 0,closable:!1},{classNames:x}=aI({className:m,responsiveVisibility:d});return aa("div",{className:af(a4.Wrapper,x),ref:b,children:[_(r,{onClick:t,style:f,...e,children:_(q,{iconName:"MdMenu",...k})}),_(ap,{...v,...w,visible:n,onClose:u,headerStyle:i,bodyStyle:j,...s,children:l})]})}),U=a.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=aI({className:e,responsiveVisibility:d});return _("div",{...f,className:g,ref:b,children:c})}),a5={MOBILE:480,TABLET:768,DESKTOP:4e3},V=a.forwardRef((b,c)=>{let{style:d,children:e,responsiveVisibility:f,dataSource:g,renderItem:h,setting:i,arrows:j=!1,slidesToShow:k=4,variableWidth:a=!1,infinite:l=!1,adaptiveHeight:m=!0,focusOnSelect:n=!1,xlResponsive:o,mdResponsive:p,xsResponsive:q,className:r}=b,{classNames:s}=aI({className:r,responsiveVisibility:f}),t=ab(()=>{let b=[];return"object"==typeof o&&(null==o?void 0:o.slidesToShow)&&b.push({breakpoint:a5.DESKTOP,settings:o}),"object"==typeof p&&(null==p?void 0:p.slidesToShow)&&b.push({breakpoint:a5.TABLET,settings:p}),"object"==typeof q&&(null==q?void 0:q.slidesToShow)&&b.push({breakpoint:a5.MOBILE,settings:q}),{dots:!1,arrows:j,infinite:l,slidesToShow:k,swipeToSlide:!0,variableWidth:a,adaptiveHeight:m,focusOnSelect:n,responsive:b,...i}},[i,j,l,k,a,m,n,o,p,q]),u=ab(()=>e&&a?e:e?ad.map(e,a=>_("div",{children:a})):(null==g?void 0:g.length)&&h?g.map((b,c)=>a?h(b,c):_("div",{children:h(b,c)},`${b.id}_${c}`)):void 0,[e,a,g,h]);return _("div",{style:d,className:s,ref:c,children:_(aF,{...t,children:u})})}),a6=b(g)`
72
+ `,R=a.forwardRef((b,c)=>{let{data:a,wrap:d="wrap",spaceProps:e,isPreview:f,responsiveVisibility:g,containerStyle:h={},activeColor:i,inactiveColor:j,checkColor:k,labelStyle:l,direction:m,className:n,...o}=b,p=ac(()=>({...e,wrap:a$(d)}),[d,e]),q=ac(()=>aM(h)?{style:h}:{className:aN(h)},[h]),{classNames:r}=aJ({className:n,responsiveVisibility:g});return aa(a2,{activeColor:i,inactiveColor:j,checkColor:k,labelStyle:l,...q,className:r,children:aa(ao.Group,{disabled:f,...o,ref:c,children:aa(an,{direction:m,...p,children:null==a?void 0:a.map(a=>aa(ao,{...a,children:a.label}))})})})}),S=a.forwardRef((b,c)=>{let{children:d,isPreview:e,responsiveVisibility:f,errorMessage:a,className:g,...h}=b,{classNames:i}=aJ({className:g,responsiveVisibility:f});return ab("div",{className:i,ref:c,children:[aa(ap,{disabled:e,listType:"picture",...h,children:d}),!!a&&aa(C,{type:"danger",children:a})]})}),a3=m(l);!function(a){a.TIME="time",a.DATE="date",a.WEEK="week",a.MONTH="month"}(d||(d={}));let T=a.forwardRef((b,c)=>{let{isPreview:d,defaultValue:e,responsiveVisibility:f,picker:g="date",errorMessage:a,className:h,...i}=b,{classNames:j}=aJ({className:h,responsiveVisibility:f}),k=ac(()=>"string"!=typeof e&&e?e:aF(e),[e]);return ab("div",{className:j,ref:c,children:[aa(a3,{disabled:d,picker:g,defaultValue:k,...i}),!!a&&aa(C,{type:"danger",style:{display:"block"},children:a})]})}),a4="mca48d82cd_Wrapper";var a5={Wrapper:"mca48d82cd_Wrapper"};!function(a){a.TOP="top",a.RIGHT="right",a.BOTTOM="bottom",a.LEFT="left"}(e||(e={}));let U=a.forwardRef((a,b)=>{let{isPreview:c,responsiveVisibility:d,buttonProps:e,buttonStyle:f,drawerTitle:g,drawerProps:h,headerStyle:i,bodyStyle:j,iconProps:k,children:l,className:m}=a,[n,y]=ad(!1),{headerVisible:o,closable:p,...q}=h||{},t=()=>{y(!0)},u=()=>{y(!1)},v=c?{destroyOnClose:!0,getContainer:".preview-page",style:{position:"absolute"},afterVisibleChange(b){let a=document.querySelector(".jitera-drawer-content");a&&(a.style.backgroundColor=b?"#fff":"transparent")}}:{},w=o?{title:g,closable:p}:{title:void 0,closable:!1},{classNames:x}=aJ({className:m,responsiveVisibility:d});return ab("div",{className:ag(a5.Wrapper,x),ref:b,children:[aa(s,{onClick:t,style:f,...e,children:aa(r,{iconName:"MdMenu",...k})}),aa(aq,{...v,...w,visible:n,onClose:u,headerStyle:i,bodyStyle:j,...q,children:l})]})}),V=a.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=aJ({className:e,responsiveVisibility:d});return aa("div",{...f,className:g,ref:b,children:c})}),a6={MOBILE:480,TABLET:768,DESKTOP:4e3},W=a.forwardRef((b,c)=>{let{style:d,children:e,responsiveVisibility:f,dataSource:g,renderItem:h,setting:i,arrows:j=!1,slidesToShow:k=4,variableWidth:a=!1,infinite:l=!1,adaptiveHeight:m=!0,focusOnSelect:n=!1,xlResponsive:o,mdResponsive:p,xsResponsive:q,className:r}=b,{classNames:s}=aJ({className:r,responsiveVisibility:f}),t=ac(()=>{let b=[];return"object"==typeof o&&(null==o?void 0:o.slidesToShow)&&b.push({breakpoint:a6.DESKTOP,settings:o}),"object"==typeof p&&(null==p?void 0:p.slidesToShow)&&b.push({breakpoint:a6.TABLET,settings:p}),"object"==typeof q&&(null==q?void 0:q.slidesToShow)&&b.push({breakpoint:a6.MOBILE,settings:q}),{dots:!1,arrows:j,infinite:l,slidesToShow:k,swipeToSlide:!0,variableWidth:a,adaptiveHeight:m,focusOnSelect:n,responsive:b,...i}},[i,j,l,k,a,m,n,o,p,q]),u=ac(()=>e&&a?e:e?ae.map(e,a=>aa("div",{children:a})):(null==g?void 0:g.length)&&h?g.map((b,c)=>a?h(b,c):aa("div",{children:h(b,c)},`${b.id}_${c}`)):void 0,[e,a,g,h]);return aa("div",{style:d,className:s,ref:c,children:aa(aG,{...t,children:u})})}),a7=b(h)`
73
73
  .jitera-tabs-ink-bar {
74
74
  ${a=>(null==a?void 0:a.activeColor)?`background-color: ${a.activeColor}`:""}
75
75
  }
@@ -82,7 +82,7 @@ import{jsx as _,jsxs as aa}from"react/jsx-runtime";import a,{useMemo as ab,useSt
82
82
  ${a=>{var b;return(null===(b=null==a?void 0:a.tabLabelStyle)|| void 0===b?void 0:b.fontWeight)?`font-weight: ${a.tabLabelStyle.fontWeight};`:""}}
83
83
  ${a=>{var b;return(null===(b=null==a?void 0:a.tabLabelStyle)|| void 0===b?void 0:b.fontFamily)?`font-family: ${a.tabLabelStyle.fontFamily};`:""}}
84
84
  }
85
- `,{TabPane:a7}=g,W=a.forwardRef((a,b)=>{let{style:c,tabType:d,tabs:e,children:f,className:g,responsiveVisibility:h,...i}=a,{classNames:j}=aI({className:g,responsiveVisibility:h}),k=ab(()=>{if(f)return ad.map(f,(d,b)=>{let a=null==e?void 0:e[b],c=(null==a?void 0:a.title)||`Tab ${b}`;return _(a7,{tab:c,children:d},(null==a?void 0:a.key)||`${c}_${b}`)})},[f,e]);return _("div",{style:c,className:j,ref:b,children:_(a6,{type:d,...i,children:k})})}),a8="jitera",a9="jiteraicon",h={blueBase:"#1890ff",blue1:"#e6f7ff",blue2:"#bae7ff",blue3:"#91d5ff",blue4:"#69c0ff",blue5:"#40a9ff",blue6:"#1890ff",blue7:"#096dd9",blue8:"#0050b3",blue9:"#003a8c",blue10:"#002766",purpleBase:"#722ed1",purple1:"#f9f0ff",purple2:"#efdbff",purple3:"#d3adf7",purple4:"#b37feb",purple5:"#9254de",purple6:"#722ed1",purple7:"#531dab",purple8:"#391085",purple9:"#22075e",purple10:"#120338",cyanBase:"#13c2c2",cyan1:"#e6fffb",cyan2:"#b5f5ec",cyan3:"#87e8de",cyan4:"#5cdbd3",cyan5:"#36cfc9",cyan6:"#13c2c2",cyan7:"#08979c",cyan8:"#006d75",cyan9:"#00474f",cyan10:"#002329",greenBase:"#52c41a",green1:"#f6ffed",green2:"#d9f7be",green3:"#b7eb8f",green4:"#95de64",green5:"#73d13d",green6:"#52c41a",green7:"#389e0d",green8:"#237804",green9:"#135200",green10:"#092b00",magentaBase:"#eb2f96",magenta1:"#fff0f6",magenta2:"#ffd6e7",magenta3:"#ffadd2",magenta4:"#ff85c0",magenta5:"#f759ab",magenta6:"#eb2f96",magenta7:"#c41d7f",magenta8:"#9e1068",magenta9:"#780650",magenta10:"#520339",pinkBase:"#eb2f96",pink1:"#fff0f6",pink2:"#ffd6e7",pink3:"#ffadd2",pink4:"#ff85c0",pink5:"#f759ab",pink6:"#eb2f96",pink7:"#c41d7f",pink8:"#9e1068",pink9:"#780650",pink10:"#520339",redBase:"#f5222d",red1:"#fff1f0",red2:"#ffccc7",red3:"#ffa39e",red4:"#ff7875",red5:"#ff4d4f",red6:"#f5222d",red7:"#cf1322",red8:"#a8071a",red9:"#820014",red10:"#5c0011",orangeBase:"#fa8c16",orange1:"#fff7e6",orange2:"#ffe7ba",orange3:"#ffd591",orange4:"#ffc069",orange5:"#ffa940",orange6:"#fa8c16",orange7:"#d46b08",orange8:"#ad4e00",orange9:"#873800",orange10:"#612500",yellowBase:"#fadb14",yellow1:"#feffe6",yellow2:"#ffffb8",yellow3:"#fffb8f",yellow4:"#fff566",yellow5:"#ffec3d",yellow6:"#fadb14",yellow7:"#d4b106",yellow8:"#ad8b00",yellow9:"#876800",yellow10:"#614700",volcanoBase:"#fa541c",volcano1:"#fff2e8",volcano2:"#ffd8bf",volcano3:"#ffbb96",volcano4:"#ff9c6e",volcano5:"#ff7a45",volcano6:"#fa541c",volcano7:"#d4380d",volcano8:"#ad2102",volcano9:"#871400",volcano10:"#610b00",geekblueBase:"#2f54eb",geekblue1:"#f0f5ff",geekblue2:"#d6e4ff",geekblue3:"#adc6ff",geekblue4:"#85a5ff",geekblue5:"#597ef7",geekblue6:"#2f54eb",geekblue7:"#1d39c4",geekblue8:"#10239e",geekblue9:"#061178",geekblue10:"#030852",limeBase:"#a0d911",lime1:"#fcffe6",lime2:"#f4ffb8",lime3:"#eaff8f",lime4:"#d3f261",lime5:"#bae637",lime6:"#a0d911",lime7:"#7cb305",lime8:"#5b8c00",lime9:"#3f6600",lime10:"#254000",goldBase:"#faad14",gold1:"#fffbe6",gold2:"#fff1b8",gold3:"#ffe58f",gold4:"#ffd666",gold5:"#ffc53d",gold6:"#faad14",gold7:"#d48806",gold8:"#ad6800",gold9:"#874d00",gold10:"#613400",presetColors:"pink, magenta, red, volcano, orange, yellow, gold, cyan, lime, green, blue, geekblue, purple",theme:"default",antPrefix:"ant",htmlSelector:"html",primaryColor:"#1890ff",primaryColorHover:"#40a9ff",primaryColorActive:"#096dd9",primaryColorOutline:"rgba(24, 144, 255, 0.2)",processingColor:"#1890ff",infoColor:"#1890ff",infoColorDeprecatedBg:"#e6f7ff",infoColorDeprecatedBorder:"#91d5ff",successColor:"#52c41a",successColorHover:"#73d13d",successColorActive:"#389e0d",successColorOutline:"rgba(82, 196, 26, 0.2)",successColorDeprecatedBg:"#f6ffed",successColorDeprecatedBorder:"#b7eb8f",warningColor:"#faad14",warningColorHover:"#ffc53d",warningColorActive:"#d48806",warningColorOutline:"rgba(250, 173, 20, 0.2)",warningColorDeprecatedBg:"#fffbe6",warningColorDeprecatedBorder:"#ffe58f",errorColor:"#ff4d4f",errorColorHover:"#ff7875",errorColorActive:"#d9363e",errorColorOutline:"rgba(255, 77, 79, 0.2)",errorColorDeprecatedBg:"#fff2f0",errorColorDeprecatedBorder:"#ffccc7",highlightColor:"#ff4d4f",normalColor:"#d9d9d9",white:"#fff",black:"#000",primary1:"#e6f7ff",primary2:"#bae7ff",primary3:"#91d5ff",primary4:"#69c0ff",primary5:"#40a9ff",primary6:"#1890ff",primary7:"#096dd9",primary8:"#0050b3",primary9:"#003a8c",primary10:"#002766",bodyBackground:"#fff",componentBackground:"#fff",popoverBackground:"#fff",popoverCustomizeBorderColor:"#f0f0f0",fontFamily:"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'",codeFamily:"'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace",textColor:"rgba(0, 0, 0, 0.85)",textColorSecondary:"rgba(0, 0, 0, 0.45)",textColorInverse:"#fff",iconColor:"inherit",iconColorHover:"rgba(0, 0, 0, 0.75)",headingColor:"rgba(0, 0, 0, 0.85)",textColorDark:"rgba(255, 255, 255, 0.85)",textColorSecondaryDark:"rgba(255, 255, 255, 0.65)",textSelectionBg:"#1890ff",fontVariantBase:"tabular-nums",fontFeatureSettingsBase:"'tnum'",fontSizeBase:"14px",fontSizeLg:"16px",fontSizeSm:"12px",heading1Size:"38px",heading2Size:"30px",heading3Size:"24px",heading4Size:"20px",heading5Size:"16px",lineHeightBase:"1.5715",borderRadiusBase:"2px",borderRadiusSm:"2px",paddingLg:"24px",paddingMd:"16px",paddingSm:"12px",paddingXs:"8px",paddingXss:"4px",controlPaddingHorizontal:"12px",controlPaddingHorizontalSm:"8px",marginLg:"24px",marginMd:"16px",marginSm:"12px",marginXs:"8px",marginXss:"4px",heightBase:"32px",heightLg:"40px",heightSm:"24px",itemActiveBg:"#e6f7ff",itemHoverBg:"#f5f5f5",iconfontCssPrefix:"anticon",linkColor:"#1890ff",linkHoverColor:"#40a9ff",linkActiveColor:"#096dd9",linkDecoration:"none",linkHoverDecoration:"none",linkFocusDecoration:"none",linkFocusOutline:"0",easeBaseOut:"cubic-bezier(0.7, 0.3, 0.1, 1)",easeBaseIn:"cubic-bezier(0.9, 0, 0.3, 0.7)",easeOut:"cubic-bezier(0.215, 0.61, 0.355, 1)",easeIn:"cubic-bezier(0.55, 0.055, 0.675, 0.19)",easeInOut:"cubic-bezier(0.645, 0.045, 0.355, 1)",easeOutBack:"cubic-bezier(0.12, 0.4, 0.29, 1.46)",easeInBack:"cubic-bezier(0.71, -0.46, 0.88, 0.6)",easeInOutBack:"cubic-bezier(0.71, -0.46, 0.29, 1.46)",easeOutCirc:"cubic-bezier(0.08, 0.82, 0.17, 1)",easeInCirc:"cubic-bezier(0.6, 0.04, 0.98, 0.34)",easeInOutCirc:"cubic-bezier(0.78, 0.14, 0.15, 0.86)",easeOutQuint:"cubic-bezier(0.23, 1, 0.32, 1)",easeInQuint:"cubic-bezier(0.755, 0.05, 0.855, 0.06)",easeInOutQuint:"cubic-bezier(0.86, 0, 0.07, 1)",borderColorBase:"#d9d9d9",borderColorSplit:"#f0f0f0",borderColorInverse:"#fff",borderWidthBase:"1px",borderStyleBase:"solid",outlineBlurSize:"0",outlineWidth:"2px",outlineColor:"#1890ff",outlineFade:"20%",backgroundColorLight:"#fafafa",backgroundColorBase:"#f5f5f5",disabledColor:"rgba(0, 0, 0, 0.25)",disabledBg:"#f5f5f5",disabledActiveBg:"#e6e6e6",disabledColorDark:"rgba(255, 255, 255, 0.35)",shadowColor:"rgba(0, 0, 0, 0.15)",shadowColorInverse:"#fff",boxShadowBase:"0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05)",shadow1Up:"0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03)",shadow1Down:"0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03)",shadow1Left:"-6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03)",shadow1Right:"6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03)",shadow2:"0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05)",btnFontWeight:"400",btnBorderRadiusBase:"2px",btnBorderRadiusSm:"2px",btnBorderWidth:"1px",btnBorderStyle:"solid",btnShadow:"0 2px 0 rgba(0, 0, 0, 0.015)",btnPrimaryShadow:"0 2px 0 rgba(0, 0, 0, 0.045)",btnTextShadow:"0 -1px 0 rgba(0, 0, 0, 0.12)",btnPrimaryColor:"#fff",btnPrimaryBg:"#1890ff",btnDefaultColor:"rgba(0, 0, 0, 0.85)",btnDefaultBg:"#fff",btnDefaultBorder:"#d9d9d9",btnDangerColor:"#fff",btnDangerBg:"#ff4d4f",btnDangerBorder:"#ff4d4f",btnDisableColor:"rgba(0, 0, 0, 0.25)",btnDisableBg:"#f5f5f5",btnDisableBorder:"#d9d9d9",btnDefaultGhostColor:"#fff",btnDefaultGhostBg:"transparent",btnDefaultGhostBorder:"#fff",btnFontSizeLg:"16px",btnFontSizeSm:"14px",btnPaddingHorizontalBase:"15px",btnPaddingHorizontalLg:"15px",btnPaddingHorizontalSm:"7px",btnHeightBase:"32px",btnHeightLg:"40px",btnHeightSm:"24px",btnLineHeight:"1.5715",btnCircleSize:"32px",btnCircleSizeLg:"40px",btnCircleSizeSm:"24px",btnSquareSize:"32px",btnSquareSizeLg:"40px",btnSquareSizeSm:"24px",btnSquareOnlyIconSize:"16px",btnSquareOnlyIconSizeSm:"14px",btnSquareOnlyIconSizeLg:"18px",btnGroupBorder:"#40a9ff",btnLinkHoverBg:"transparent",btnTextHoverBg:"rgba(0, 0, 0, 0.018)",checkboxSize:"16px",checkboxColor:"#1890ff",checkboxCheckColor:"#fff",checkboxCheckBg:"#fff",checkboxBorderWidth:"1px",checkboxBorderRadius:"2px",checkboxGroupItemMarginRight:"8px",descriptionsBg:"#fafafa",descriptionsTitleMarginBottom:"20px",descriptionsDefaultPadding:"16px 24px",descriptionsMiddlePadding:"12px 24px",descriptionsSmallPadding:"8px 16px",descriptionsItemPaddingBottom:"16px",descriptionsItemTrailingColon:"true",descriptionsItemLabelColonMarginRight:"8px",descriptionsItemLabelColonMarginLeft:"2px",descriptionsExtraColor:"rgba(0, 0, 0, 0.85)",dividerTextPadding:"1em",dividerOrientationMargin:"5%",dividerColor:"rgba(0, 0, 0, 0.06)",dividerVerticalGutter:"8px",dropdownSelectedColor:"#1890ff",dropdownMenuSubmenuDisabledBg:"#fff",dropdownSelectedBg:"#e6f7ff",emptyFontSize:"14px",radioSize:"16px",radioTop:"0.2em",radioBorderWidth:"1px",radioDotSize:"8px",radioDotColor:"#1890ff",radioDotDisabledColor:"rgba(0, 0, 0, 0.2)",radioSolidCheckedColor:"#fff",radioButtonBg:"#fff",radioButtonCheckedBg:"#fff",radioButtonColor:"rgba(0, 0, 0, 0.85)",radioButtonHoverColor:"#40a9ff",radioButtonActiveColor:"#096dd9",radioButtonPaddingHorizontal:"15px",radioDisabledButtonCheckedBg:"#e6e6e6",radioDisabledButtonCheckedColor:"rgba(0, 0, 0, 0.25)",radioWrapperMarginRight:"8px",screenXs:"480px",screenXsMin:"480px",screenSm:"576px",screenSmMin:"576px",screenMd:"768px",screenMdMin:"768px",screenLg:"992px",screenLgMin:"992px",screenXl:"1200px",screenXlMin:"1200px",screenXxl:"1600px",screenXxlMin:"1600px",screenXsMax:"575px",screenSmMax:"767px",screenMdMax:"991px",screenLgMax:"1199px",screenXlMax:"1599px",gridColumns:"24",layoutBodyBackground:"#f0f2f5",layoutHeaderBackground:"#001529",layoutHeaderHeight:"64px",layoutHeaderPadding:"0 50px",layoutHeaderColor:"rgba(0, 0, 0, 0.85)",layoutFooterPadding:"24px 50px",layoutFooterBackground:"#f0f2f5",layoutSiderBackground:"#001529",layoutTriggerHeight:"48px",layoutTriggerBackground:"#002140",layoutTriggerColor:"#fff",layoutZeroTriggerWidth:"36px",layoutZeroTriggerHeight:"42px",layoutSiderBackgroundLight:"#fff",layoutTriggerBackgroundLight:"#fff",layoutTriggerColorLight:"rgba(0, 0, 0, 0.85)",zindexBadge:"auto",zindexTableFixed:"2",zindexAffix:"10",zindexBackTop:"10",zindexPickerPanel:"10",zindexPopupClose:"10",zindexModal:"1000",zindexModalMask:"1000",zindexMessage:"1010",zindexNotification:"1010",zindexPopover:"1030",zindexDropdown:"1050",zindexPicker:"1050",zindexPopoconfirm:"1060",zindexTooltip:"1070",zindexImage:"1080",animationDurationSlow:"0.3s",animationDurationBase:"0.2s",animationDurationFast:"0.1s",collapsePanelBorderRadius:"2px",dropdownMenuBg:"#fff",dropdownVerticalPadding:"5px",dropdownEdgeChildVerticalPadding:"4px",dropdownFontSize:"14px",dropdownLineHeight:"22px",labelRequiredColor:"#ff4d4f",labelColor:"rgba(0, 0, 0, 0.85)",formWarningInputBg:"#fff",formItemMarginBottom:"24px",formItemTrailingColon:"true",formVerticalLabelPadding:"0 0 8px",formVerticalLabelMargin:"0",formItemLabelFontSize:"14px",formItemLabelHeight:"32px",formItemLabelColonMarginRight:"8px",formItemLabelColonMarginLeft:"2px",formErrorInputBg:"#fff",inputHeightBase:"32px",inputHeightLg:"40px",inputHeightSm:"24px",inputPaddingHorizontal:"11px",inputPaddingHorizontalBase:"11px",inputPaddingHorizontalSm:"7px",inputPaddingHorizontalLg:"11px",inputPaddingVerticalBase:"4px",inputPaddingVerticalSm:"0px",inputPaddingVerticalLg:"6.5px",inputPlaceholderColor:"#bfbfbf",inputColor:"rgba(0, 0, 0, 0.85)",inputIconColor:"rgba(0, 0, 0, 0.85)",inputBorderColor:"#d9d9d9",inputBg:"#fff",inputNumberHoverBorderColor:"#40a9ff",inputNumberHandlerActiveBg:"#f4f4f4",inputNumberHandlerHoverBg:"#40a9ff",inputNumberHandlerBg:"#fff",inputNumberHandlerBorderColor:"#d9d9d9",inputAddonBg:"#fafafa",inputHoverBorderColor:"#40a9ff",inputDisabledBg:"#f5f5f5",inputOutlineOffset:"0 0",inputIconHoverColor:"rgba(0, 0, 0, 0.85)",inputDisabledColor:"rgba(0, 0, 0, 0.25)",mentionsDropdownBg:"#fff",mentionsDropdownMenuItemHoverBg:"#fff",selectBorderColor:"#d9d9d9",selectItemSelectedColor:"rgba(0, 0, 0, 0.85)",selectItemSelectedFontWeight:"600",selectDropdownBg:"#fff",selectItemSelectedBg:"#e6f7ff",selectItemActiveBg:"#f5f5f5",selectDropdownVerticalPadding:"5px",selectDropdownFontSize:"14px",selectDropdownLineHeight:"22px",selectDropdownHeight:"32px",selectBackground:"#fff",selectClearBackground:"#fff",selectSelectionItemBg:"#f5f5f5",selectSelectionItemBorderColor:"#f0f0f0",selectSingleItemHeightLg:"40px",selectMultipleItemHeight:"24px",selectMultipleItemHeightLg:"32px",selectMultipleItemSpacingHalf:"2px",selectMultipleDisabledBackground:"#f5f5f5",selectMultipleItemDisabledColor:"#bfbfbf",selectMultipleItemDisabledBorderColor:"#d9d9d9",cascaderBg:"#fff",cascaderItemSelectedBg:"#e6f7ff",cascaderMenuBg:"#fff",cascaderMenuBorderColorSplit:"#f0f0f0",cascaderDropdownVerticalPadding:"5px",cascaderDropdownEdgeChildVerticalPadding:"4px",cascaderDropdownFontSize:"14px",cascaderDropdownLineHeight:"22px",anchorBg:"transparent",anchorBorderColor:"#f0f0f0",anchorLinkTop:"7px",anchorLinkLeft:"16px",anchorLinkPadding:"7px 0 7px 16px",tooltipMaxWidth:"250px",tooltipColor:"#fff",tooltipBg:"rgba(0, 0, 0, 0.75)",tooltipArrowWidth:"11.3137085px",tooltipDistance:"14.3137085px",tooltipArrowColor:"rgba(0, 0, 0, 0.75)",popoverBg:"#fff",popoverColor:"rgba(0, 0, 0, 0.85)",popoverMinWidth:"177px",popoverMinHeight:"32px",popoverArrowWidth:"11.3137085px",popoverArrowColor:"#fff",popoverArrowOuterColor:"#fff",popoverDistance:"15.3137085px",popoverPaddingHorizontal:"16px",modalHeaderPaddingVertical:"16px",modalHeaderPaddingHorizontal:"24px",modalBodyPadding:"24px",modalHeaderBg:"#fff",modalHeaderPadding:"16px 24px",modalHeaderBorderWidth:"1px",modalHeaderBorderStyle:"solid",modalHeaderTitleLineHeight:"22px",modalHeaderTitleFontSize:"16px",modalHeaderBorderColorSplit:"#f0f0f0",modalHeaderCloseSize:"56px",modalContentBg:"#fff",modalHeadingColor:"rgba(0, 0, 0, 0.85)",modalCloseColor:"rgba(0, 0, 0, 0.45)",modalFooterBg:"transparent",modalFooterBorderColorSplit:"#f0f0f0",modalFooterBorderStyle:"solid",modalFooterPaddingVertical:"10px",modalFooterPaddingHorizontal:"16px",modalFooterBorderWidth:"1px",modalMaskBg:"rgba(0, 0, 0, 0.45)",modalConfirmBodyPadding:"32px 32px 24px",modalConfirmTitleFontSize:"16px",progressDefaultColor:"#1890ff",progressRemainingColor:"#f5f5f5",progressInfoTextColor:"rgba(0, 0, 0, 0.85)",progressRadius:"100px",progressStepsItemBg:"#f3f3f3",progressTextFontSize:"1em",progressTextColor:"rgba(0, 0, 0, 0.85)",progressCircleTextFontSize:"1em",menuInlineToplevelItemHeight:"40px",menuItemHeight:"40px",menuItemGroupHeight:"1.5715",menuCollapsedWidth:"80px",menuBg:"#fff",menuPopupBg:"#fff",menuItemColor:"rgba(0, 0, 0, 0.85)",menuInlineSubmenuBg:"#fafafa",menuHighlightColor:"#1890ff",menuHighlightDangerColor:"#ff4d4f",menuItemActiveBg:"#e6f7ff",menuItemActiveDangerBg:"#fff1f0",menuItemActiveBorderWidth:"3px",menuItemGroupTitleColor:"rgba(0, 0, 0, 0.45)",menuItemVerticalMargin:"4px",menuItemFontSize:"14px",menuItemBoundaryMargin:"8px",menuItemPaddingHorizontal:"20px",menuItemPadding:"0 20px",menuHorizontalLineHeight:"46px",menuIconMarginRight:"10px",menuIconSize:"14px",menuIconSizeLg:"16px",menuItemGroupTitleFontSize:"14px",menuDarkColor:"rgba(255, 255, 255, 0.65)",menuDarkDangerColor:"#ff4d4f",menuDarkBg:"#001529",menuDarkArrowColor:"#fff",menuDarkInlineSubmenuBg:"#000c17",menuDarkHighlightColor:"#fff",menuDarkItemActiveBg:"#1890ff",menuDarkItemActiveDangerBg:"#ff4d4f",menuDarkSelectedItemIconColor:"#fff",menuDarkSelectedItemTextColor:"#fff",menuDarkItemHoverBg:"transparent",spinDotSizeSm:"14px",spinDotSize:"20px",spinDotSizeLg:"32px",tableBg:"#fff",tableHeaderBg:"#fafafa",tableHeaderColor:"rgba(0, 0, 0, 0.85)",tableHeaderSortBg:"#f5f5f5",tableBodySortBg:"#fafafa",tableRowHoverBg:"#fafafa",tableSelectedRowColor:"inherit",tableSelectedRowBg:"#e6f7ff",tableBodySelectedSortBg:"#e6f7ff",tableSelectedRowHoverBg:"#dcf4ff",tableExpandedRowBg:"#fbfbfb",tablePaddingVertical:"16px",tablePaddingHorizontal:"16px",tablePaddingVerticalMd:"12px",tablePaddingHorizontalMd:"8px",tablePaddingVerticalSm:"8px",tablePaddingHorizontalSm:"8px",tableBorderColor:"#f0f0f0",tableBorderRadiusBase:"2px",tableFooterBg:"#fafafa",tableFooterColor:"rgba(0, 0, 0, 0.85)",tableHeaderBgSm:"#fafafa",tableFontSize:"14px",tableFontSizeMd:"14px",tableFontSizeSm:"14px",tableHeaderCellSplitColor:"rgba(0, 0, 0, 0.06)",tableHeaderSortActiveBg:"rgba(0, 0, 0, 0.04)",tableFixedHeaderSortActiveBg:"#f5f5f5",tableHeaderFilterActiveBg:"rgba(0, 0, 0, 0.04)",tableFilterBtnsBg:"inherit",tableFilterDropdownBg:"#fff",tableExpandIconBg:"#fff",tableSelectionColumnWidth:"32px",tableStickyScrollBarBg:"rgba(0, 0, 0, 0.35)",tableStickyScrollBarRadius:"4px",tagDefaultBg:"#fafafa",tagDefaultColor:"rgba(0, 0, 0, 0.85)",tagFontSize:"12px",tagLineHeight:"20px",pickerBg:"#fff",pickerBasicCellHoverColor:"#f5f5f5",pickerBasicCellActiveWithRangeColor:"#e6f7ff",pickerBasicCellHoverWithRangeColor:"#cbe6ff",pickerBasicCellDisabledBg:"rgba(0, 0, 0, 0.04)",pickerBorderColor:"#f0f0f0",pickerDateHoverRangeBorderColor:"#7ec1ff",pickerDateHoverRangeColor:"#cbe6ff",pickerTimePanelColumnWidth:"56px",pickerTimePanelColumnHeight:"224px",pickerTimePanelCellHeight:"28px",pickerPanelCellHeight:"24px",pickerPanelCellWidth:"36px",pickerTextHeight:"40px",pickerPanelWithoutTimeCellHeight:"66px",calendarBg:"#fff",calendarInputBg:"#fff",calendarBorderColor:"#fff",calendarItemActiveBg:"#e6f7ff",calendarColumnActiveBg:"rgba(230, 247, 255, 0.2)",calendarFullBg:"#fff",calendarFullPanelBg:"#fff",carouselDotWidth:"16px",carouselDotHeight:"3px",carouselDotActiveWidth:"24px",badgeHeight:"20px",badgeHeightSm:"14px",badgeDotSize:"6px",badgeFontSize:"12px",badgeFontSizeSm:"12px",badgeFontWeight:"normal",badgeStatusSize:"6px",badgeTextColor:"#fff",badgeColor:"#ff4d4f",rateStarColor:"#fadb14",rateStarBg:"#f0f0f0",rateStarSize:"20px",rateStarHoverScale:"scale(1.1)",cardHeadColor:"rgba(0, 0, 0, 0.85)",cardHeadBackground:"transparent",cardHeadFontSize:"16px",cardHeadFontSizeSm:"14px",cardHeadPadding:"16px",cardHeadPaddingSm:"8px",cardHeadHeight:"48px",cardHeadHeightSm:"36px",cardInnerHeadPadding:"12px",cardPaddingBase:"24px",cardPaddingBaseSm:"12px",cardActionsBackground:"#fff",cardActionsLiMargin:"12px 0",cardSkeletonBg:"#cfd8dc",cardBackground:"#fff",cardShadow:"0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09)",cardRadius:"2px",cardHeadTabsMarginBottom:"-17px",cardHeadExtraColor:"rgba(0, 0, 0, 0.85)",commentBg:"inherit",commentPaddingBase:"16px 0",commentNestIndent:"44px",commentFontSizeBase:"14px",commentFontSizeSm:"12px",commentAuthorNameColor:"rgba(0, 0, 0, 0.45)",commentAuthorTimeColor:"#ccc",commentActionColor:"rgba(0, 0, 0, 0.45)",commentActionHoverColor:"#595959",commentActionsMarginBottom:"inherit",commentActionsMarginTop:"12px",commentContentDetailPMarginBottom:"inherit",tabsCardHeadBackground:"#fafafa",tabsCardHeight:"40px",tabsCardActiveColor:"#1890ff",tabsCardHorizontalPadding:"8px 16px",tabsCardHorizontalPaddingSm:"6px 16px",tabsCardHorizontalPaddingLg:"7px 16px 6px",tabsTitleFontSize:"14px",tabsTitleFontSizeLg:"16px",tabsTitleFontSizeSm:"14px",tabsInkBarColor:"#1890ff",tabsBarMargin:"0 0 16px 0",tabsHorizontalGutter:"32px",tabsHorizontalMargin:"0 0 0 32px",tabsHorizontalMarginRtl:"0 0 0 32px",tabsHorizontalPadding:"12px 0",tabsHorizontalPaddingLg:"16px 0",tabsHorizontalPaddingSm:"8px 0",tabsVerticalPadding:"8px 24px",tabsVerticalMargin:"16px 0 0 0",tabsScrollingSize:"32px",tabsHighlightColor:"#1890ff",tabsHoverColor:"#40a9ff",tabsActiveColor:"#096dd9",tabsCardGutter:"2px",tabsCardTabActiveBorderTop:"2px solid transparent",backTopColor:"#fff",backTopBg:"rgba(0, 0, 0, 0.45)",backTopHoverBg:"rgba(0, 0, 0, 0.85)",avatarSizeBase:"32px",avatarSizeLg:"40px",avatarSizeSm:"24px",avatarFontSizeBase:"18px",avatarFontSizeLg:"24px",avatarFontSizeSm:"14px",avatarBg:"#ccc",avatarColor:"#fff",avatarBorderRadius:"2px",avatarGroupOverlapping:"-8px",avatarGroupSpace:"3px",avatarGroupBorderColor:"#fff",switchHeight:"22px",switchSmHeight:"16px",switchMinWidth:"44px",switchSmMinWidth:"28px",switchDisabledOpacity:"0.4",switchColor:"#1890ff",switchBg:"#fff",switchShadowColor:"rgba(0, 35, 11, 0.2)",switchPadding:"2px",switchInnerMarginMin:"7px",switchInnerMarginMax:"25px",switchSmInnerMarginMin:"5px",switchSmInnerMarginMax:"18px",paginationItemBg:"#fff",paginationItemSize:"32px",paginationItemSizeSm:"24px",paginationFontFamily:"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'",paginationFontWeightActive:"500",paginationItemBgActive:"#fff",paginationItemLinkBg:"#fff",paginationItemDisabledColorActive:"rgba(0, 0, 0, 0.25)",paginationItemDisabledBgActive:"#e6e6e6",paginationItemInputBg:"#fff",paginationMiniOptionsSizeChangerTop:"0px",pageHeaderPadding:"24px",pageHeaderPaddingVertical:"16px",pageHeaderPaddingBreadcrumb:"12px",pageHeaderContentPaddingVertical:"12px",pageHeaderBackColor:"#000",pageHeaderGhostBg:"inherit",pageHeaderHeadingTitle:"20px",pageHeaderHeadingSubTitle:"14px",pageHeaderTabsTabFontSize:"16px",breadcrumbBaseColor:"rgba(0, 0, 0, 0.45)",breadcrumbLastItemColor:"rgba(0, 0, 0, 0.85)",breadcrumbFontSize:"14px",breadcrumbIconFontSize:"14px",breadcrumbLinkColor:"rgba(0, 0, 0, 0.45)",breadcrumbLinkColorHover:"#40a9ff",breadcrumbSeparatorColor:"rgba(0, 0, 0, 0.45)",breadcrumbSeparatorMargin:"0 8px",sliderMargin:"10px 6px 10px",sliderRailBackgroundColor:"#f5f5f5",sliderRailBackgroundColorHover:"#e1e1e1",sliderTrackBackgroundColor:"#91d5ff",sliderTrackBackgroundColorHover:"#69c0ff",sliderHandleBorderWidth:"2px",sliderHandleBackgroundColor:"#fff",sliderHandleColor:"#91d5ff",sliderHandleColorHover:"#69c0ff",sliderHandleColorFocus:"#46a6ff",sliderHandleColorFocusShadow:"rgba(24, 144, 255, 0.12)",sliderHandleColorTooltipOpen:"#1890ff",sliderHandleSize:"14px",sliderHandleMarginTop:"-5px",sliderHandleShadow:"0",sliderDotBorderColor:"#f0f0f0",sliderDotBorderColorActive:"#8cc8ff",sliderDisabledColor:"rgba(0, 0, 0, 0.25)",sliderDisabledBackgroundColor:"#fff",treeBg:"#fff",treeTitleHeight:"24px",treeChildPadding:"18px",treeDirectorySelectedColor:"#fff",treeDirectorySelectedBg:"#1890ff",treeNodeHoverBg:"#f5f5f5",treeNodeSelectedBg:"#bae7ff",collapseHeaderPadding:"12px 16px",collapseHeaderPaddingExtra:"40px",collapseHeaderBg:"#fafafa",collapseContentPadding:"16px",collapseContentBg:"#fff",collapseHeaderArrowLeft:"16px",skeletonColor:"rgba(190, 190, 190, 0.2)",skeletonToColor:"rgba(129, 129, 129, 0.24)",skeletonParagraphMarginTop:"28px",skeletonParagraphLiMarginTop:"16px",skeletonParagraphLiHeight:"16px",skeletonTitleHeight:"16px",skeletonTitleParagraphMarginTop:"24px",transferHeaderHeight:"40px",transferItemHeight:"32px",transferDisabledBg:"#f5f5f5",transferListHeight:"200px",transferItemHoverBg:"#f5f5f5",transferItemSelectedHoverBg:"#dcf4ff",transferItemPaddingVertical:"6px",transferListSearchIconTop:"12px",messageNoticeContentPadding:"10px 16px",messageNoticeContentBg:"#fff",waveAnimationWidth:"6px",alertSuccessBorderColor:"#b7eb8f",alertSuccessBgColor:"#f6ffed",alertSuccessIconColor:"#52c41a",alertInfoBorderColor:"#91d5ff",alertInfoBgColor:"#e6f7ff",alertInfoIconColor:"#1890ff",alertWarningBorderColor:"#ffe58f",alertWarningBgColor:"#fffbe6",alertWarningIconColor:"#faad14",alertErrorBorderColor:"#ffccc7",alertErrorBgColor:"#fff2f0",alertErrorIconColor:"#ff4d4f",alertMessageColor:"rgba(0, 0, 0, 0.85)",alertTextColor:"rgba(0, 0, 0, 0.85)",alertCloseColor:"rgba(0, 0, 0, 0.45)",alertCloseHoverColor:"rgba(0, 0, 0, 0.75)",alertNoIconPaddingVertical:"8px",alertWithDescriptionNoIconPaddingVertical:"15px",alertWithDescriptionPaddingVertical:"15px",alertWithDescriptionPadding:"15px 15px 15px 24px",alertIconTop:"12.0005px",alertWithDescriptionIconSize:"24px",listHeaderBackground:"transparent",listFooterBackground:"transparent",listEmptyTextPadding:"16px",listItemPadding:"12px 0",listItemPaddingSm:"8px 16px",listItemPaddingLg:"16px 24px",listItemMetaMarginBottom:"16px",listItemMetaAvatarMarginRight:"16px",listItemMetaTitleMarginBottom:"12px",listCustomizeCardBg:"#fff",listItemMetaDescriptionFontSize:"14px",statisticTitleFontSize:"14px",statisticContentFontSize:"24px",statisticUnitFontSize:"24px",statisticFontFamily:"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'",drawerHeaderPadding:"16px 24px",drawerBodyPadding:"24px",drawerBg:"#fff",drawerFooterPaddingVertical:"10px",drawerFooterPaddingHorizontal:"16px",drawerHeaderCloseSize:"56px",drawerTitleFontSize:"16px",drawerTitleLineHeight:"22px",timelineWidth:"2px",timelineColor:"#f0f0f0",timelineDotBorderWidth:"2px",timelineDotColor:"#1890ff",timelineDotBg:"#fff",timelineItemPaddingBottom:"20px",typographyTitleFontWeight:"600",typographyTitleMarginTop:"1.2em",typographyTitleMarginBottom:"0.5em",uploadActionsColor:"rgba(0, 0, 0, 0.45)",processTailColor:"#f0f0f0",stepsNavArrowColor:"rgba(0, 0, 0, 0.25)",stepsBackground:"#fff",stepsIconSize:"32px",stepsIconCustomSize:"32px",stepsIconCustomTop:"0px",stepsIconCustomFontSize:"24px",stepsIconTop:"-0.5px",stepsIconFontSize:"16px",stepsIconMargin:"0 8px 0 0",stepsTitleLineHeight:"32px",stepsSmallIconSize:"24px",stepsSmallIconMargin:"0 8px 0 0",stepsDotSize:"8px",stepsDotTop:"2px",stepsCurrentDotSize:"10px",stepsDescriptionMaxWidth:"140px",stepsNavContentMaxWidth:"auto",stepsVerticalIconWidth:"16px",stepsVerticalTailWidth:"16px",stepsVerticalTailWidthSm:"12px",notificationBg:"#fff",notificationPaddingVertical:"16px",notificationPaddingHorizontal:"24px",resultTitleFontSize:"24px",resultSubtitleFontSize:"14px",resultIconFontSize:"72px",resultExtraMargin:"24px 0 0 0",imageSizeBase:"48px",imageFontSizeBase:"24px",imageBg:"#f5f5f5",imageColor:"#fff",imageMaskFontSize:"16px",imagePreviewOperationSize:"18px",imagePreviewOperationColor:"rgba(255, 255, 255, 0.85)",imagePreviewOperationDisabledColor:"rgba(255, 255, 255, 0.25)"},ba=i({theme:h,toggleTheme(a){}}),X=()=>ae(ba),Y=({children:a})=>{let[b,d]=ac(h),e=b=>{let a={...h,...b};aq.config({theme:a,prefixCls:"jitera"}),d(a)},c=ab(()=>({theme:b,toggleTheme:e}),[b]);return _(aq,{prefixCls:"jitera",iconPrefixCls:"jiteraicon",children:_(ba.Provider,{value:c,children:a})})},bb=[],Z={show(b,c={}){let d=document.createDocumentFragment();function a(a=!0){setTimeout(()=>{aG(_(Y,{children:_(ar,{visible:a,closable:!1,footer:null,modalRender:()=>_(m,{style:{pointerEvents:"auto"},children:b}),style:{top:c.position,...c.style},...c})}),d)})}bb.push(a),a()},hide(){var a;null===(a=bb.pop())|| void 0===a||a(!1)},hideAll(){bb.forEach(a=>{a(!1)})}},bc=b.div`
85
+ `,{TabPane:a8}=h,X=a.forwardRef((a,b)=>{let{style:c,tabType:d,tabs:e,children:f,className:g,responsiveVisibility:h,...i}=a,{classNames:j}=aJ({className:g,responsiveVisibility:h}),k=ac(()=>{if(f)return ae.map(f,(d,b)=>{let a=null==e?void 0:e[b],c=(null==a?void 0:a.title)||`Tab ${b}`;return aa(a8,{tab:c,children:d},(null==a?void 0:a.key)||`${c}_${b}`)})},[f,e]);return aa("div",{style:c,className:j,ref:b,children:aa(a7,{type:d,...i,children:k})})}),a9="jitera",ba="jiteraicon",i={blueBase:"#1890ff",blue1:"#e6f7ff",blue2:"#bae7ff",blue3:"#91d5ff",blue4:"#69c0ff",blue5:"#40a9ff",blue6:"#1890ff",blue7:"#096dd9",blue8:"#0050b3",blue9:"#003a8c",blue10:"#002766",purpleBase:"#722ed1",purple1:"#f9f0ff",purple2:"#efdbff",purple3:"#d3adf7",purple4:"#b37feb",purple5:"#9254de",purple6:"#722ed1",purple7:"#531dab",purple8:"#391085",purple9:"#22075e",purple10:"#120338",cyanBase:"#13c2c2",cyan1:"#e6fffb",cyan2:"#b5f5ec",cyan3:"#87e8de",cyan4:"#5cdbd3",cyan5:"#36cfc9",cyan6:"#13c2c2",cyan7:"#08979c",cyan8:"#006d75",cyan9:"#00474f",cyan10:"#002329",greenBase:"#52c41a",green1:"#f6ffed",green2:"#d9f7be",green3:"#b7eb8f",green4:"#95de64",green5:"#73d13d",green6:"#52c41a",green7:"#389e0d",green8:"#237804",green9:"#135200",green10:"#092b00",magentaBase:"#eb2f96",magenta1:"#fff0f6",magenta2:"#ffd6e7",magenta3:"#ffadd2",magenta4:"#ff85c0",magenta5:"#f759ab",magenta6:"#eb2f96",magenta7:"#c41d7f",magenta8:"#9e1068",magenta9:"#780650",magenta10:"#520339",pinkBase:"#eb2f96",pink1:"#fff0f6",pink2:"#ffd6e7",pink3:"#ffadd2",pink4:"#ff85c0",pink5:"#f759ab",pink6:"#eb2f96",pink7:"#c41d7f",pink8:"#9e1068",pink9:"#780650",pink10:"#520339",redBase:"#f5222d",red1:"#fff1f0",red2:"#ffccc7",red3:"#ffa39e",red4:"#ff7875",red5:"#ff4d4f",red6:"#f5222d",red7:"#cf1322",red8:"#a8071a",red9:"#820014",red10:"#5c0011",orangeBase:"#fa8c16",orange1:"#fff7e6",orange2:"#ffe7ba",orange3:"#ffd591",orange4:"#ffc069",orange5:"#ffa940",orange6:"#fa8c16",orange7:"#d46b08",orange8:"#ad4e00",orange9:"#873800",orange10:"#612500",yellowBase:"#fadb14",yellow1:"#feffe6",yellow2:"#ffffb8",yellow3:"#fffb8f",yellow4:"#fff566",yellow5:"#ffec3d",yellow6:"#fadb14",yellow7:"#d4b106",yellow8:"#ad8b00",yellow9:"#876800",yellow10:"#614700",volcanoBase:"#fa541c",volcano1:"#fff2e8",volcano2:"#ffd8bf",volcano3:"#ffbb96",volcano4:"#ff9c6e",volcano5:"#ff7a45",volcano6:"#fa541c",volcano7:"#d4380d",volcano8:"#ad2102",volcano9:"#871400",volcano10:"#610b00",geekblueBase:"#2f54eb",geekblue1:"#f0f5ff",geekblue2:"#d6e4ff",geekblue3:"#adc6ff",geekblue4:"#85a5ff",geekblue5:"#597ef7",geekblue6:"#2f54eb",geekblue7:"#1d39c4",geekblue8:"#10239e",geekblue9:"#061178",geekblue10:"#030852",limeBase:"#a0d911",lime1:"#fcffe6",lime2:"#f4ffb8",lime3:"#eaff8f",lime4:"#d3f261",lime5:"#bae637",lime6:"#a0d911",lime7:"#7cb305",lime8:"#5b8c00",lime9:"#3f6600",lime10:"#254000",goldBase:"#faad14",gold1:"#fffbe6",gold2:"#fff1b8",gold3:"#ffe58f",gold4:"#ffd666",gold5:"#ffc53d",gold6:"#faad14",gold7:"#d48806",gold8:"#ad6800",gold9:"#874d00",gold10:"#613400",presetColors:"pink, magenta, red, volcano, orange, yellow, gold, cyan, lime, green, blue, geekblue, purple",theme:"default",antPrefix:"ant",htmlSelector:"html",primaryColor:"#1890ff",primaryColorHover:"#40a9ff",primaryColorActive:"#096dd9",primaryColorOutline:"rgba(24, 144, 255, 0.2)",processingColor:"#1890ff",infoColor:"#1890ff",infoColorDeprecatedBg:"#e6f7ff",infoColorDeprecatedBorder:"#91d5ff",successColor:"#52c41a",successColorHover:"#73d13d",successColorActive:"#389e0d",successColorOutline:"rgba(82, 196, 26, 0.2)",successColorDeprecatedBg:"#f6ffed",successColorDeprecatedBorder:"#b7eb8f",warningColor:"#faad14",warningColorHover:"#ffc53d",warningColorActive:"#d48806",warningColorOutline:"rgba(250, 173, 20, 0.2)",warningColorDeprecatedBg:"#fffbe6",warningColorDeprecatedBorder:"#ffe58f",errorColor:"#ff4d4f",errorColorHover:"#ff7875",errorColorActive:"#d9363e",errorColorOutline:"rgba(255, 77, 79, 0.2)",errorColorDeprecatedBg:"#fff2f0",errorColorDeprecatedBorder:"#ffccc7",highlightColor:"#ff4d4f",normalColor:"#d9d9d9",white:"#fff",black:"#000",primary1:"#e6f7ff",primary2:"#bae7ff",primary3:"#91d5ff",primary4:"#69c0ff",primary5:"#40a9ff",primary6:"#1890ff",primary7:"#096dd9",primary8:"#0050b3",primary9:"#003a8c",primary10:"#002766",bodyBackground:"#fff",componentBackground:"#fff",popoverBackground:"#fff",popoverCustomizeBorderColor:"#f0f0f0",fontFamily:"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'",codeFamily:"'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace",textColor:"rgba(0, 0, 0, 0.85)",textColorSecondary:"rgba(0, 0, 0, 0.45)",textColorInverse:"#fff",iconColor:"inherit",iconColorHover:"rgba(0, 0, 0, 0.75)",headingColor:"rgba(0, 0, 0, 0.85)",textColorDark:"rgba(255, 255, 255, 0.85)",textColorSecondaryDark:"rgba(255, 255, 255, 0.65)",textSelectionBg:"#1890ff",fontVariantBase:"tabular-nums",fontFeatureSettingsBase:"'tnum'",fontSizeBase:"14px",fontSizeLg:"16px",fontSizeSm:"12px",heading1Size:"38px",heading2Size:"30px",heading3Size:"24px",heading4Size:"20px",heading5Size:"16px",lineHeightBase:"1.5715",borderRadiusBase:"2px",borderRadiusSm:"2px",paddingLg:"24px",paddingMd:"16px",paddingSm:"12px",paddingXs:"8px",paddingXss:"4px",controlPaddingHorizontal:"12px",controlPaddingHorizontalSm:"8px",marginLg:"24px",marginMd:"16px",marginSm:"12px",marginXs:"8px",marginXss:"4px",heightBase:"32px",heightLg:"40px",heightSm:"24px",itemActiveBg:"#e6f7ff",itemHoverBg:"#f5f5f5",iconfontCssPrefix:"anticon",linkColor:"#1890ff",linkHoverColor:"#40a9ff",linkActiveColor:"#096dd9",linkDecoration:"none",linkHoverDecoration:"none",linkFocusDecoration:"none",linkFocusOutline:"0",easeBaseOut:"cubic-bezier(0.7, 0.3, 0.1, 1)",easeBaseIn:"cubic-bezier(0.9, 0, 0.3, 0.7)",easeOut:"cubic-bezier(0.215, 0.61, 0.355, 1)",easeIn:"cubic-bezier(0.55, 0.055, 0.675, 0.19)",easeInOut:"cubic-bezier(0.645, 0.045, 0.355, 1)",easeOutBack:"cubic-bezier(0.12, 0.4, 0.29, 1.46)",easeInBack:"cubic-bezier(0.71, -0.46, 0.88, 0.6)",easeInOutBack:"cubic-bezier(0.71, -0.46, 0.29, 1.46)",easeOutCirc:"cubic-bezier(0.08, 0.82, 0.17, 1)",easeInCirc:"cubic-bezier(0.6, 0.04, 0.98, 0.34)",easeInOutCirc:"cubic-bezier(0.78, 0.14, 0.15, 0.86)",easeOutQuint:"cubic-bezier(0.23, 1, 0.32, 1)",easeInQuint:"cubic-bezier(0.755, 0.05, 0.855, 0.06)",easeInOutQuint:"cubic-bezier(0.86, 0, 0.07, 1)",borderColorBase:"#d9d9d9",borderColorSplit:"#f0f0f0",borderColorInverse:"#fff",borderWidthBase:"1px",borderStyleBase:"solid",outlineBlurSize:"0",outlineWidth:"2px",outlineColor:"#1890ff",outlineFade:"20%",backgroundColorLight:"#fafafa",backgroundColorBase:"#f5f5f5",disabledColor:"rgba(0, 0, 0, 0.25)",disabledBg:"#f5f5f5",disabledActiveBg:"#e6e6e6",disabledColorDark:"rgba(255, 255, 255, 0.35)",shadowColor:"rgba(0, 0, 0, 0.15)",shadowColorInverse:"#fff",boxShadowBase:"0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05)",shadow1Up:"0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03)",shadow1Down:"0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03)",shadow1Left:"-6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03)",shadow1Right:"6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03)",shadow2:"0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05)",btnFontWeight:"400",btnBorderRadiusBase:"2px",btnBorderRadiusSm:"2px",btnBorderWidth:"1px",btnBorderStyle:"solid",btnShadow:"0 2px 0 rgba(0, 0, 0, 0.015)",btnPrimaryShadow:"0 2px 0 rgba(0, 0, 0, 0.045)",btnTextShadow:"0 -1px 0 rgba(0, 0, 0, 0.12)",btnPrimaryColor:"#fff",btnPrimaryBg:"#1890ff",btnDefaultColor:"rgba(0, 0, 0, 0.85)",btnDefaultBg:"#fff",btnDefaultBorder:"#d9d9d9",btnDangerColor:"#fff",btnDangerBg:"#ff4d4f",btnDangerBorder:"#ff4d4f",btnDisableColor:"rgba(0, 0, 0, 0.25)",btnDisableBg:"#f5f5f5",btnDisableBorder:"#d9d9d9",btnDefaultGhostColor:"#fff",btnDefaultGhostBg:"transparent",btnDefaultGhostBorder:"#fff",btnFontSizeLg:"16px",btnFontSizeSm:"14px",btnPaddingHorizontalBase:"15px",btnPaddingHorizontalLg:"15px",btnPaddingHorizontalSm:"7px",btnHeightBase:"32px",btnHeightLg:"40px",btnHeightSm:"24px",btnLineHeight:"1.5715",btnCircleSize:"32px",btnCircleSizeLg:"40px",btnCircleSizeSm:"24px",btnSquareSize:"32px",btnSquareSizeLg:"40px",btnSquareSizeSm:"24px",btnSquareOnlyIconSize:"16px",btnSquareOnlyIconSizeSm:"14px",btnSquareOnlyIconSizeLg:"18px",btnGroupBorder:"#40a9ff",btnLinkHoverBg:"transparent",btnTextHoverBg:"rgba(0, 0, 0, 0.018)",checkboxSize:"16px",checkboxColor:"#1890ff",checkboxCheckColor:"#fff",checkboxCheckBg:"#fff",checkboxBorderWidth:"1px",checkboxBorderRadius:"2px",checkboxGroupItemMarginRight:"8px",descriptionsBg:"#fafafa",descriptionsTitleMarginBottom:"20px",descriptionsDefaultPadding:"16px 24px",descriptionsMiddlePadding:"12px 24px",descriptionsSmallPadding:"8px 16px",descriptionsItemPaddingBottom:"16px",descriptionsItemTrailingColon:"true",descriptionsItemLabelColonMarginRight:"8px",descriptionsItemLabelColonMarginLeft:"2px",descriptionsExtraColor:"rgba(0, 0, 0, 0.85)",dividerTextPadding:"1em",dividerOrientationMargin:"5%",dividerColor:"rgba(0, 0, 0, 0.06)",dividerVerticalGutter:"8px",dropdownSelectedColor:"#1890ff",dropdownMenuSubmenuDisabledBg:"#fff",dropdownSelectedBg:"#e6f7ff",emptyFontSize:"14px",radioSize:"16px",radioTop:"0.2em",radioBorderWidth:"1px",radioDotSize:"8px",radioDotColor:"#1890ff",radioDotDisabledColor:"rgba(0, 0, 0, 0.2)",radioSolidCheckedColor:"#fff",radioButtonBg:"#fff",radioButtonCheckedBg:"#fff",radioButtonColor:"rgba(0, 0, 0, 0.85)",radioButtonHoverColor:"#40a9ff",radioButtonActiveColor:"#096dd9",radioButtonPaddingHorizontal:"15px",radioDisabledButtonCheckedBg:"#e6e6e6",radioDisabledButtonCheckedColor:"rgba(0, 0, 0, 0.25)",radioWrapperMarginRight:"8px",screenXs:"480px",screenXsMin:"480px",screenSm:"576px",screenSmMin:"576px",screenMd:"768px",screenMdMin:"768px",screenLg:"992px",screenLgMin:"992px",screenXl:"1200px",screenXlMin:"1200px",screenXxl:"1600px",screenXxlMin:"1600px",screenXsMax:"575px",screenSmMax:"767px",screenMdMax:"991px",screenLgMax:"1199px",screenXlMax:"1599px",gridColumns:"24",layoutBodyBackground:"#f0f2f5",layoutHeaderBackground:"#001529",layoutHeaderHeight:"64px",layoutHeaderPadding:"0 50px",layoutHeaderColor:"rgba(0, 0, 0, 0.85)",layoutFooterPadding:"24px 50px",layoutFooterBackground:"#f0f2f5",layoutSiderBackground:"#001529",layoutTriggerHeight:"48px",layoutTriggerBackground:"#002140",layoutTriggerColor:"#fff",layoutZeroTriggerWidth:"36px",layoutZeroTriggerHeight:"42px",layoutSiderBackgroundLight:"#fff",layoutTriggerBackgroundLight:"#fff",layoutTriggerColorLight:"rgba(0, 0, 0, 0.85)",zindexBadge:"auto",zindexTableFixed:"2",zindexAffix:"10",zindexBackTop:"10",zindexPickerPanel:"10",zindexPopupClose:"10",zindexModal:"1000",zindexModalMask:"1000",zindexMessage:"1010",zindexNotification:"1010",zindexPopover:"1030",zindexDropdown:"1050",zindexPicker:"1050",zindexPopoconfirm:"1060",zindexTooltip:"1070",zindexImage:"1080",animationDurationSlow:"0.3s",animationDurationBase:"0.2s",animationDurationFast:"0.1s",collapsePanelBorderRadius:"2px",dropdownMenuBg:"#fff",dropdownVerticalPadding:"5px",dropdownEdgeChildVerticalPadding:"4px",dropdownFontSize:"14px",dropdownLineHeight:"22px",labelRequiredColor:"#ff4d4f",labelColor:"rgba(0, 0, 0, 0.85)",formWarningInputBg:"#fff",formItemMarginBottom:"24px",formItemTrailingColon:"true",formVerticalLabelPadding:"0 0 8px",formVerticalLabelMargin:"0",formItemLabelFontSize:"14px",formItemLabelHeight:"32px",formItemLabelColonMarginRight:"8px",formItemLabelColonMarginLeft:"2px",formErrorInputBg:"#fff",inputHeightBase:"32px",inputHeightLg:"40px",inputHeightSm:"24px",inputPaddingHorizontal:"11px",inputPaddingHorizontalBase:"11px",inputPaddingHorizontalSm:"7px",inputPaddingHorizontalLg:"11px",inputPaddingVerticalBase:"4px",inputPaddingVerticalSm:"0px",inputPaddingVerticalLg:"6.5px",inputPlaceholderColor:"#bfbfbf",inputColor:"rgba(0, 0, 0, 0.85)",inputIconColor:"rgba(0, 0, 0, 0.85)",inputBorderColor:"#d9d9d9",inputBg:"#fff",inputNumberHoverBorderColor:"#40a9ff",inputNumberHandlerActiveBg:"#f4f4f4",inputNumberHandlerHoverBg:"#40a9ff",inputNumberHandlerBg:"#fff",inputNumberHandlerBorderColor:"#d9d9d9",inputAddonBg:"#fafafa",inputHoverBorderColor:"#40a9ff",inputDisabledBg:"#f5f5f5",inputOutlineOffset:"0 0",inputIconHoverColor:"rgba(0, 0, 0, 0.85)",inputDisabledColor:"rgba(0, 0, 0, 0.25)",mentionsDropdownBg:"#fff",mentionsDropdownMenuItemHoverBg:"#fff",selectBorderColor:"#d9d9d9",selectItemSelectedColor:"rgba(0, 0, 0, 0.85)",selectItemSelectedFontWeight:"600",selectDropdownBg:"#fff",selectItemSelectedBg:"#e6f7ff",selectItemActiveBg:"#f5f5f5",selectDropdownVerticalPadding:"5px",selectDropdownFontSize:"14px",selectDropdownLineHeight:"22px",selectDropdownHeight:"32px",selectBackground:"#fff",selectClearBackground:"#fff",selectSelectionItemBg:"#f5f5f5",selectSelectionItemBorderColor:"#f0f0f0",selectSingleItemHeightLg:"40px",selectMultipleItemHeight:"24px",selectMultipleItemHeightLg:"32px",selectMultipleItemSpacingHalf:"2px",selectMultipleDisabledBackground:"#f5f5f5",selectMultipleItemDisabledColor:"#bfbfbf",selectMultipleItemDisabledBorderColor:"#d9d9d9",cascaderBg:"#fff",cascaderItemSelectedBg:"#e6f7ff",cascaderMenuBg:"#fff",cascaderMenuBorderColorSplit:"#f0f0f0",cascaderDropdownVerticalPadding:"5px",cascaderDropdownEdgeChildVerticalPadding:"4px",cascaderDropdownFontSize:"14px",cascaderDropdownLineHeight:"22px",anchorBg:"transparent",anchorBorderColor:"#f0f0f0",anchorLinkTop:"7px",anchorLinkLeft:"16px",anchorLinkPadding:"7px 0 7px 16px",tooltipMaxWidth:"250px",tooltipColor:"#fff",tooltipBg:"rgba(0, 0, 0, 0.75)",tooltipArrowWidth:"11.3137085px",tooltipDistance:"14.3137085px",tooltipArrowColor:"rgba(0, 0, 0, 0.75)",popoverBg:"#fff",popoverColor:"rgba(0, 0, 0, 0.85)",popoverMinWidth:"177px",popoverMinHeight:"32px",popoverArrowWidth:"11.3137085px",popoverArrowColor:"#fff",popoverArrowOuterColor:"#fff",popoverDistance:"15.3137085px",popoverPaddingHorizontal:"16px",modalHeaderPaddingVertical:"16px",modalHeaderPaddingHorizontal:"24px",modalBodyPadding:"24px",modalHeaderBg:"#fff",modalHeaderPadding:"16px 24px",modalHeaderBorderWidth:"1px",modalHeaderBorderStyle:"solid",modalHeaderTitleLineHeight:"22px",modalHeaderTitleFontSize:"16px",modalHeaderBorderColorSplit:"#f0f0f0",modalHeaderCloseSize:"56px",modalContentBg:"#fff",modalHeadingColor:"rgba(0, 0, 0, 0.85)",modalCloseColor:"rgba(0, 0, 0, 0.45)",modalFooterBg:"transparent",modalFooterBorderColorSplit:"#f0f0f0",modalFooterBorderStyle:"solid",modalFooterPaddingVertical:"10px",modalFooterPaddingHorizontal:"16px",modalFooterBorderWidth:"1px",modalMaskBg:"rgba(0, 0, 0, 0.45)",modalConfirmBodyPadding:"32px 32px 24px",modalConfirmTitleFontSize:"16px",progressDefaultColor:"#1890ff",progressRemainingColor:"#f5f5f5",progressInfoTextColor:"rgba(0, 0, 0, 0.85)",progressRadius:"100px",progressStepsItemBg:"#f3f3f3",progressTextFontSize:"1em",progressTextColor:"rgba(0, 0, 0, 0.85)",progressCircleTextFontSize:"1em",menuInlineToplevelItemHeight:"40px",menuItemHeight:"40px",menuItemGroupHeight:"1.5715",menuCollapsedWidth:"80px",menuBg:"#fff",menuPopupBg:"#fff",menuItemColor:"rgba(0, 0, 0, 0.85)",menuInlineSubmenuBg:"#fafafa",menuHighlightColor:"#1890ff",menuHighlightDangerColor:"#ff4d4f",menuItemActiveBg:"#e6f7ff",menuItemActiveDangerBg:"#fff1f0",menuItemActiveBorderWidth:"3px",menuItemGroupTitleColor:"rgba(0, 0, 0, 0.45)",menuItemVerticalMargin:"4px",menuItemFontSize:"14px",menuItemBoundaryMargin:"8px",menuItemPaddingHorizontal:"20px",menuItemPadding:"0 20px",menuHorizontalLineHeight:"46px",menuIconMarginRight:"10px",menuIconSize:"14px",menuIconSizeLg:"16px",menuItemGroupTitleFontSize:"14px",menuDarkColor:"rgba(255, 255, 255, 0.65)",menuDarkDangerColor:"#ff4d4f",menuDarkBg:"#001529",menuDarkArrowColor:"#fff",menuDarkInlineSubmenuBg:"#000c17",menuDarkHighlightColor:"#fff",menuDarkItemActiveBg:"#1890ff",menuDarkItemActiveDangerBg:"#ff4d4f",menuDarkSelectedItemIconColor:"#fff",menuDarkSelectedItemTextColor:"#fff",menuDarkItemHoverBg:"transparent",spinDotSizeSm:"14px",spinDotSize:"20px",spinDotSizeLg:"32px",tableBg:"#fff",tableHeaderBg:"#fafafa",tableHeaderColor:"rgba(0, 0, 0, 0.85)",tableHeaderSortBg:"#f5f5f5",tableBodySortBg:"#fafafa",tableRowHoverBg:"#fafafa",tableSelectedRowColor:"inherit",tableSelectedRowBg:"#e6f7ff",tableBodySelectedSortBg:"#e6f7ff",tableSelectedRowHoverBg:"#dcf4ff",tableExpandedRowBg:"#fbfbfb",tablePaddingVertical:"16px",tablePaddingHorizontal:"16px",tablePaddingVerticalMd:"12px",tablePaddingHorizontalMd:"8px",tablePaddingVerticalSm:"8px",tablePaddingHorizontalSm:"8px",tableBorderColor:"#f0f0f0",tableBorderRadiusBase:"2px",tableFooterBg:"#fafafa",tableFooterColor:"rgba(0, 0, 0, 0.85)",tableHeaderBgSm:"#fafafa",tableFontSize:"14px",tableFontSizeMd:"14px",tableFontSizeSm:"14px",tableHeaderCellSplitColor:"rgba(0, 0, 0, 0.06)",tableHeaderSortActiveBg:"rgba(0, 0, 0, 0.04)",tableFixedHeaderSortActiveBg:"#f5f5f5",tableHeaderFilterActiveBg:"rgba(0, 0, 0, 0.04)",tableFilterBtnsBg:"inherit",tableFilterDropdownBg:"#fff",tableExpandIconBg:"#fff",tableSelectionColumnWidth:"32px",tableStickyScrollBarBg:"rgba(0, 0, 0, 0.35)",tableStickyScrollBarRadius:"4px",tagDefaultBg:"#fafafa",tagDefaultColor:"rgba(0, 0, 0, 0.85)",tagFontSize:"12px",tagLineHeight:"20px",pickerBg:"#fff",pickerBasicCellHoverColor:"#f5f5f5",pickerBasicCellActiveWithRangeColor:"#e6f7ff",pickerBasicCellHoverWithRangeColor:"#cbe6ff",pickerBasicCellDisabledBg:"rgba(0, 0, 0, 0.04)",pickerBorderColor:"#f0f0f0",pickerDateHoverRangeBorderColor:"#7ec1ff",pickerDateHoverRangeColor:"#cbe6ff",pickerTimePanelColumnWidth:"56px",pickerTimePanelColumnHeight:"224px",pickerTimePanelCellHeight:"28px",pickerPanelCellHeight:"24px",pickerPanelCellWidth:"36px",pickerTextHeight:"40px",pickerPanelWithoutTimeCellHeight:"66px",calendarBg:"#fff",calendarInputBg:"#fff",calendarBorderColor:"#fff",calendarItemActiveBg:"#e6f7ff",calendarColumnActiveBg:"rgba(230, 247, 255, 0.2)",calendarFullBg:"#fff",calendarFullPanelBg:"#fff",carouselDotWidth:"16px",carouselDotHeight:"3px",carouselDotActiveWidth:"24px",badgeHeight:"20px",badgeHeightSm:"14px",badgeDotSize:"6px",badgeFontSize:"12px",badgeFontSizeSm:"12px",badgeFontWeight:"normal",badgeStatusSize:"6px",badgeTextColor:"#fff",badgeColor:"#ff4d4f",rateStarColor:"#fadb14",rateStarBg:"#f0f0f0",rateStarSize:"20px",rateStarHoverScale:"scale(1.1)",cardHeadColor:"rgba(0, 0, 0, 0.85)",cardHeadBackground:"transparent",cardHeadFontSize:"16px",cardHeadFontSizeSm:"14px",cardHeadPadding:"16px",cardHeadPaddingSm:"8px",cardHeadHeight:"48px",cardHeadHeightSm:"36px",cardInnerHeadPadding:"12px",cardPaddingBase:"24px",cardPaddingBaseSm:"12px",cardActionsBackground:"#fff",cardActionsLiMargin:"12px 0",cardSkeletonBg:"#cfd8dc",cardBackground:"#fff",cardShadow:"0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09)",cardRadius:"2px",cardHeadTabsMarginBottom:"-17px",cardHeadExtraColor:"rgba(0, 0, 0, 0.85)",commentBg:"inherit",commentPaddingBase:"16px 0",commentNestIndent:"44px",commentFontSizeBase:"14px",commentFontSizeSm:"12px",commentAuthorNameColor:"rgba(0, 0, 0, 0.45)",commentAuthorTimeColor:"#ccc",commentActionColor:"rgba(0, 0, 0, 0.45)",commentActionHoverColor:"#595959",commentActionsMarginBottom:"inherit",commentActionsMarginTop:"12px",commentContentDetailPMarginBottom:"inherit",tabsCardHeadBackground:"#fafafa",tabsCardHeight:"40px",tabsCardActiveColor:"#1890ff",tabsCardHorizontalPadding:"8px 16px",tabsCardHorizontalPaddingSm:"6px 16px",tabsCardHorizontalPaddingLg:"7px 16px 6px",tabsTitleFontSize:"14px",tabsTitleFontSizeLg:"16px",tabsTitleFontSizeSm:"14px",tabsInkBarColor:"#1890ff",tabsBarMargin:"0 0 16px 0",tabsHorizontalGutter:"32px",tabsHorizontalMargin:"0 0 0 32px",tabsHorizontalMarginRtl:"0 0 0 32px",tabsHorizontalPadding:"12px 0",tabsHorizontalPaddingLg:"16px 0",tabsHorizontalPaddingSm:"8px 0",tabsVerticalPadding:"8px 24px",tabsVerticalMargin:"16px 0 0 0",tabsScrollingSize:"32px",tabsHighlightColor:"#1890ff",tabsHoverColor:"#40a9ff",tabsActiveColor:"#096dd9",tabsCardGutter:"2px",tabsCardTabActiveBorderTop:"2px solid transparent",backTopColor:"#fff",backTopBg:"rgba(0, 0, 0, 0.45)",backTopHoverBg:"rgba(0, 0, 0, 0.85)",avatarSizeBase:"32px",avatarSizeLg:"40px",avatarSizeSm:"24px",avatarFontSizeBase:"18px",avatarFontSizeLg:"24px",avatarFontSizeSm:"14px",avatarBg:"#ccc",avatarColor:"#fff",avatarBorderRadius:"2px",avatarGroupOverlapping:"-8px",avatarGroupSpace:"3px",avatarGroupBorderColor:"#fff",switchHeight:"22px",switchSmHeight:"16px",switchMinWidth:"44px",switchSmMinWidth:"28px",switchDisabledOpacity:"0.4",switchColor:"#1890ff",switchBg:"#fff",switchShadowColor:"rgba(0, 35, 11, 0.2)",switchPadding:"2px",switchInnerMarginMin:"7px",switchInnerMarginMax:"25px",switchSmInnerMarginMin:"5px",switchSmInnerMarginMax:"18px",paginationItemBg:"#fff",paginationItemSize:"32px",paginationItemSizeSm:"24px",paginationFontFamily:"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'",paginationFontWeightActive:"500",paginationItemBgActive:"#fff",paginationItemLinkBg:"#fff",paginationItemDisabledColorActive:"rgba(0, 0, 0, 0.25)",paginationItemDisabledBgActive:"#e6e6e6",paginationItemInputBg:"#fff",paginationMiniOptionsSizeChangerTop:"0px",pageHeaderPadding:"24px",pageHeaderPaddingVertical:"16px",pageHeaderPaddingBreadcrumb:"12px",pageHeaderContentPaddingVertical:"12px",pageHeaderBackColor:"#000",pageHeaderGhostBg:"inherit",pageHeaderHeadingTitle:"20px",pageHeaderHeadingSubTitle:"14px",pageHeaderTabsTabFontSize:"16px",breadcrumbBaseColor:"rgba(0, 0, 0, 0.45)",breadcrumbLastItemColor:"rgba(0, 0, 0, 0.85)",breadcrumbFontSize:"14px",breadcrumbIconFontSize:"14px",breadcrumbLinkColor:"rgba(0, 0, 0, 0.45)",breadcrumbLinkColorHover:"#40a9ff",breadcrumbSeparatorColor:"rgba(0, 0, 0, 0.45)",breadcrumbSeparatorMargin:"0 8px",sliderMargin:"10px 6px 10px",sliderRailBackgroundColor:"#f5f5f5",sliderRailBackgroundColorHover:"#e1e1e1",sliderTrackBackgroundColor:"#91d5ff",sliderTrackBackgroundColorHover:"#69c0ff",sliderHandleBorderWidth:"2px",sliderHandleBackgroundColor:"#fff",sliderHandleColor:"#91d5ff",sliderHandleColorHover:"#69c0ff",sliderHandleColorFocus:"#46a6ff",sliderHandleColorFocusShadow:"rgba(24, 144, 255, 0.12)",sliderHandleColorTooltipOpen:"#1890ff",sliderHandleSize:"14px",sliderHandleMarginTop:"-5px",sliderHandleShadow:"0",sliderDotBorderColor:"#f0f0f0",sliderDotBorderColorActive:"#8cc8ff",sliderDisabledColor:"rgba(0, 0, 0, 0.25)",sliderDisabledBackgroundColor:"#fff",treeBg:"#fff",treeTitleHeight:"24px",treeChildPadding:"18px",treeDirectorySelectedColor:"#fff",treeDirectorySelectedBg:"#1890ff",treeNodeHoverBg:"#f5f5f5",treeNodeSelectedBg:"#bae7ff",collapseHeaderPadding:"12px 16px",collapseHeaderPaddingExtra:"40px",collapseHeaderBg:"#fafafa",collapseContentPadding:"16px",collapseContentBg:"#fff",collapseHeaderArrowLeft:"16px",skeletonColor:"rgba(190, 190, 190, 0.2)",skeletonToColor:"rgba(129, 129, 129, 0.24)",skeletonParagraphMarginTop:"28px",skeletonParagraphLiMarginTop:"16px",skeletonParagraphLiHeight:"16px",skeletonTitleHeight:"16px",skeletonTitleParagraphMarginTop:"24px",transferHeaderHeight:"40px",transferItemHeight:"32px",transferDisabledBg:"#f5f5f5",transferListHeight:"200px",transferItemHoverBg:"#f5f5f5",transferItemSelectedHoverBg:"#dcf4ff",transferItemPaddingVertical:"6px",transferListSearchIconTop:"12px",messageNoticeContentPadding:"10px 16px",messageNoticeContentBg:"#fff",waveAnimationWidth:"6px",alertSuccessBorderColor:"#b7eb8f",alertSuccessBgColor:"#f6ffed",alertSuccessIconColor:"#52c41a",alertInfoBorderColor:"#91d5ff",alertInfoBgColor:"#e6f7ff",alertInfoIconColor:"#1890ff",alertWarningBorderColor:"#ffe58f",alertWarningBgColor:"#fffbe6",alertWarningIconColor:"#faad14",alertErrorBorderColor:"#ffccc7",alertErrorBgColor:"#fff2f0",alertErrorIconColor:"#ff4d4f",alertMessageColor:"rgba(0, 0, 0, 0.85)",alertTextColor:"rgba(0, 0, 0, 0.85)",alertCloseColor:"rgba(0, 0, 0, 0.45)",alertCloseHoverColor:"rgba(0, 0, 0, 0.75)",alertNoIconPaddingVertical:"8px",alertWithDescriptionNoIconPaddingVertical:"15px",alertWithDescriptionPaddingVertical:"15px",alertWithDescriptionPadding:"15px 15px 15px 24px",alertIconTop:"12.0005px",alertWithDescriptionIconSize:"24px",listHeaderBackground:"transparent",listFooterBackground:"transparent",listEmptyTextPadding:"16px",listItemPadding:"12px 0",listItemPaddingSm:"8px 16px",listItemPaddingLg:"16px 24px",listItemMetaMarginBottom:"16px",listItemMetaAvatarMarginRight:"16px",listItemMetaTitleMarginBottom:"12px",listCustomizeCardBg:"#fff",listItemMetaDescriptionFontSize:"14px",statisticTitleFontSize:"14px",statisticContentFontSize:"24px",statisticUnitFontSize:"24px",statisticFontFamily:"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'",drawerHeaderPadding:"16px 24px",drawerBodyPadding:"24px",drawerBg:"#fff",drawerFooterPaddingVertical:"10px",drawerFooterPaddingHorizontal:"16px",drawerHeaderCloseSize:"56px",drawerTitleFontSize:"16px",drawerTitleLineHeight:"22px",timelineWidth:"2px",timelineColor:"#f0f0f0",timelineDotBorderWidth:"2px",timelineDotColor:"#1890ff",timelineDotBg:"#fff",timelineItemPaddingBottom:"20px",typographyTitleFontWeight:"600",typographyTitleMarginTop:"1.2em",typographyTitleMarginBottom:"0.5em",uploadActionsColor:"rgba(0, 0, 0, 0.45)",processTailColor:"#f0f0f0",stepsNavArrowColor:"rgba(0, 0, 0, 0.25)",stepsBackground:"#fff",stepsIconSize:"32px",stepsIconCustomSize:"32px",stepsIconCustomTop:"0px",stepsIconCustomFontSize:"24px",stepsIconTop:"-0.5px",stepsIconFontSize:"16px",stepsIconMargin:"0 8px 0 0",stepsTitleLineHeight:"32px",stepsSmallIconSize:"24px",stepsSmallIconMargin:"0 8px 0 0",stepsDotSize:"8px",stepsDotTop:"2px",stepsCurrentDotSize:"10px",stepsDescriptionMaxWidth:"140px",stepsNavContentMaxWidth:"auto",stepsVerticalIconWidth:"16px",stepsVerticalTailWidth:"16px",stepsVerticalTailWidthSm:"12px",notificationBg:"#fff",notificationPaddingVertical:"16px",notificationPaddingHorizontal:"24px",resultTitleFontSize:"24px",resultSubtitleFontSize:"14px",resultIconFontSize:"72px",resultExtraMargin:"24px 0 0 0",imageSizeBase:"48px",imageFontSizeBase:"24px",imageBg:"#f5f5f5",imageColor:"#fff",imageMaskFontSize:"16px",imagePreviewOperationSize:"18px",imagePreviewOperationColor:"rgba(255, 255, 255, 0.85)",imagePreviewOperationDisabledColor:"rgba(255, 255, 255, 0.25)"},bb=j({theme:i,toggleTheme(a){}}),Y=()=>af(bb),Z=({children:a})=>{let[b,d]=ad(i),e=b=>{let a={...i,...b};ar.config({theme:a,prefixCls:"jitera"}),d(a)},c=ac(()=>({theme:b,toggleTheme:e}),[b]);return aa(ar,{prefixCls:"jitera",iconPrefixCls:"jiteraicon",children:aa(bb.Provider,{value:c,children:a})})};!function(a){a.DEFAULT="default",a.TOP="top",a.CENTER="center"}(f||(f={}));let bc=[],$={show(b,c={}){let d=document.createDocumentFragment();function a(a=!0){setTimeout(()=>{aH(aa(Z,{children:aa(as,{visible:a,closable:!1,footer:null,modalRender:()=>aa(n,{style:{pointerEvents:"auto"},children:b}),centered:c.position===f.CENTER,style:{top:c.position===f.TOP?"0px":void 0,...c.style},...c})}),d)})}bc.push(a),a()},hide(){var a;null===(a=bc.pop())|| void 0===a||a(!1)},hideAll(){bc.forEach(a=>{a(!1)})}},bd=b.div`
86
86
  .otp-cell {
87
87
  margin-right: 16px;
88
88
 
@@ -90,4 +90,4 @@ import{jsx as _,jsxs as aa}from"react/jsx-runtime";import a,{useMemo as ab,useSt
90
90
  margin-right: 0;
91
91
  }
92
92
  }
93
- `;!function(a){a.Box="box",a.Underline="underline"}(f||(f={}));let $=a.forwardRef((h,i)=>{let{isPreview:j,responsiveVisibility:k,className:l,pinCount:m=4,autoFocus:n,errorMessage:c,style:o={},cellTextStyle:a={},cellStyle:b={},otpInputType:p="box",...q}=h,{theme:d}=X(),e={};p===f.Underline&&(e={borderLeft:"unset",borderRight:"unset",borderTop:"unset"});let g="";aL(b)&&aL(a)&&(g={width:"3rem",height:"3rem",fontSize:"1.5rem",borderRadius:4,border:`${d.borderWidthBase} solid ${d.borderColorBase}`,...b,...a,...e});let{classNames:r}=aI({className:l,responsiveVisibility:k});return aa(bc,{className:r,ref:i,children:[_(aH,{isDisabled:j,...q,numInputs:m,shouldAutoFocus:n,containerStyle:o,inputStyle:g,className:aM("otp-cell",b,a)}),!!c&&_(B,{type:"danger",children:c})]})});export{m as Box,r as Button,V as Carousel,Q as Checkbox,s as Col,t as Content,S as DateTimePicker,U as Divider,u as Footer,w as Form,e as HamburgerDrawerPlacementEnum,T as HamburgerMenu,x as Header,q as Icon,C as IconSet,y as Image,R as ImagePicker,E as Input,F as Layout,N as List,G as Menu,c as MenuIconPosition,H as MenuItem,Z as Modal,$ as OTPInput,f as OTPInputType,J as Page,d as PickerEnum,O as Radio,K as Row,M as Select,L as Sider,I as SubMenu,W as Tab,B as Text,P as TextArea,D as TextTypeEnum,Y as ThemeProvider,o as assertUnreachable,h as defaultTheme,n as getIconComponent,p as getIconSet,X as useTheme}
93
+ `;!function(a){a.Box="box",a.Underline="underline"}(g||(g={}));let _=a.forwardRef((h,i)=>{let{isPreview:j,responsiveVisibility:k,className:l,pinCount:m=4,autoFocus:n,errorMessage:c,style:o={},cellTextStyle:a={},cellStyle:b={},otpInputType:p="box",...q}=h,{theme:d}=Y(),e={};p===g.Underline&&(e={borderLeft:"unset",borderRight:"unset",borderTop:"unset"});let f="";aM(b)&&aM(a)&&(f={width:"3rem",height:"3rem",fontSize:"1.5rem",borderRadius:4,border:`${d.borderWidthBase} solid ${d.borderColorBase}`,...b,...a,...e});let{classNames:r}=aJ({className:l,responsiveVisibility:k});return ab(bd,{className:r,ref:i,children:[aa(aI,{isDisabled:j,...q,numInputs:m,shouldAutoFocus:n,containerStyle:o,inputStyle:f,className:aN("otp-cell",b,a)}),!!c&&aa(C,{type:"danger",children:c})]})});export{n as Box,s as Button,W as Carousel,R as Checkbox,t as Col,u as Content,T as DateTimePicker,V as Divider,v as Footer,x as Form,e as HamburgerDrawerPlacementEnum,U as HamburgerMenu,y as Header,r as Icon,D as IconSet,z as Image,S as ImagePicker,F as Input,G as Layout,O as List,H as Menu,c as MenuIconPosition,I as MenuItem,$ as Modal,f as ModalPositionEnum,_ as OTPInput,g as OTPInputType,K as Page,d as PickerEnum,P as Radio,L as Row,N as Select,M as Sider,J as SubMenu,X as Tab,C as Text,Q as TextArea,E as TextTypeEnum,Z as ThemeProvider,p as assertUnreachable,i as defaultTheme,o as getIconComponent,q as getIconSet,Y as useTheme}
package/dist/index.js CHANGED
@@ -1,29 +1,29 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var aj=require("react/jsx-runtime"),f=require("react"),h=require("clsx"),e=require("antd"),i=require("react-icons/ai"),j=require("react-icons/bs"),k=require("react-icons/fa"),l=require("react-icons/fi"),m=require("react-icons/md"),n=require("styled-components"),o=require("antd/lib/layout/layout"),p=require("antd/lib/menu/SubMenu"),q=require("antd/lib/layout/Sider"),r=require("react-select"),ak=require("dayjs"),s=require("rc-picker/lib/generate/dayjs"),t=require("antd/lib/date-picker/generatePicker"),u=require("react-slick"),al=require("rc-util/lib/React/render"),v=require("react-otp-input");function b(a){return a&&"object"==typeof a&&"default"in a?a:{default:a}}function d(a){if(a&&a.__esModule)return a;var b=Object.create(null);return a&&Object.keys(a).forEach(function(c){if("default"!==c){var d=Object.getOwnPropertyDescriptor(a,c);Object.defineProperty(b,c,d.get?d:{enumerable:!0,get:function(){return a[c]}})}}),b.default=a,Object.freeze(b)}var a=b(f),am=b(h),an=d(i),ao=d(j),ap=d(k),aq=d(l),ar=d(m),c=b(n),as=b(o),at=b(p),au=b(q),av=b(r),w=b(s),x=b(t),aw=b(u),ax=b(v);function ay({className:b="",responsiveVisibility:a=[]}){return{classNames:am.default(b,3===a.length?"":null==a?void 0:a.map(a=>"string"==typeof a?`show-${a}`:`show-${a.value}`).join(" "))}}const y=a.default.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=ay({className:e,responsiveVisibility:d});return aj.jsx("div",{...f,className:g,ref:b,children:c})});function z(b,c={}){return a.default.createElement(b in an?an[b]:b in ao?ao[b]:b in aq?aq[b]:b in ap?ap[b]:b in ar?ar[b]:"",c)}function A(a){throw Error(`Should not reach with ${a}`)}function B(a){switch(a){case exports.IconSet.Antd:return Object.entries(an);case exports.IconSet.Bootstrap:return Object.entries(ao);case exports.IconSet.Feather:return Object.entries(aq);case exports.IconSet.FontAwesome:return Object.entries(ap);case exports.IconSet.Material:return Object.entries(ar);case exports.IconSet.All:return[...Object.entries(an),...Object.entries(ao),...Object.entries(aq),...Object.entries(ap),...Object.entries(ar)];default:return A(a)}}exports.IconSet=void 0,function(a){a.All="all",a.Antd="antd",a.Bootstrap="bootstrap",a.Feather="feather",a.FontAwesome="font-awesome",a.Material="material"}(exports.IconSet||(exports.IconSet={}));const C=a.default.forwardRef((a,b)=>{let{className:c,style:d,iconName:e,color:f,size:g,responsiveVisibility:h}=a,{classNames:i}=ay({className:c,responsiveVisibility:h});return aj.jsx("span",{style:{display:"inline-block",verticalAlign:"middle",...d},className:i,ref:b,children:z(e,{color:f,size:g})})}),az=c.default.span`
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var ak=require("react/jsx-runtime"),f=require("react"),h=require("clsx"),e=require("antd"),i=require("react-icons/ai"),j=require("react-icons/bs"),k=require("react-icons/fa"),l=require("react-icons/fi"),m=require("react-icons/md"),n=require("styled-components"),o=require("antd/lib/layout/layout"),p=require("antd/lib/menu/SubMenu"),q=require("antd/lib/layout/Sider"),r=require("react-select"),s=require("dayjs"),t=require("rc-picker/lib/generate/dayjs"),u=require("antd/lib/date-picker/generatePicker"),v=require("react-slick"),al=require("rc-util/lib/React/render"),w=require("react-otp-input");function b(a){return a&&"object"==typeof a&&"default"in a?a:{default:a}}function d(a){if(a&&a.__esModule)return a;var b=Object.create(null);return a&&Object.keys(a).forEach(function(c){if("default"!==c){var d=Object.getOwnPropertyDescriptor(a,c);Object.defineProperty(b,c,d.get?d:{enumerable:!0,get:function(){return a[c]}})}}),b.default=a,Object.freeze(b)}var a=b(f),am=b(h),an=d(i),ao=d(j),ap=d(k),aq=d(l),ar=d(m),c=b(n),as=b(o),at=b(p),au=b(q),av=b(r),aw=b(s),x=b(t),y=b(u),ax=b(v),ay=b(w);function az({className:b="",responsiveVisibility:a=[]}){return{classNames:am.default(b,3===a.length?"":null==a?void 0:a.map(a=>"string"==typeof a?`show-${a}`:`show-${a.value}`).join(" "))}}const z=a.default.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=az({className:e,responsiveVisibility:d});return ak.jsx("div",{...f,className:g,ref:b,children:c})});function A(b,c={}){return a.default.createElement(b in an?an[b]:b in ao?ao[b]:b in aq?aq[b]:b in ap?ap[b]:b in ar?ar[b]:"",c)}function B(a){throw Error(`Should not reach with ${a}`)}function C(a){switch(a){case exports.IconSet.Antd:return Object.entries(an);case exports.IconSet.Bootstrap:return Object.entries(ao);case exports.IconSet.Feather:return Object.entries(aq);case exports.IconSet.FontAwesome:return Object.entries(ap);case exports.IconSet.Material:return Object.entries(ar);case exports.IconSet.All:return[...Object.entries(an),...Object.entries(ao),...Object.entries(aq),...Object.entries(ap),...Object.entries(ar)];default:return B(a)}}exports.IconSet=void 0,function(a){a.All="all",a.Antd="antd",a.Bootstrap="bootstrap",a.Feather="feather",a.FontAwesome="font-awesome",a.Material="material"}(exports.IconSet||(exports.IconSet={}));const D=a.default.forwardRef((a,b)=>{let{className:c,style:d,iconName:e,color:f,size:g,responsiveVisibility:h}=a,{classNames:i}=az({className:c,responsiveVisibility:h});return ak.jsx("span",{style:{display:"inline-block",verticalAlign:"middle",...d},className:i,ref:b,children:A(e,{color:f,size:g})})}),aA=c.default.span`
2
2
  margin-left: ${a=>a.hasIcon&&"8px"};
3
- `,D=a.default.forwardRef((b,c)=>{let{buttonType:d="primary",responsiveVisibility:g,iconProps:h,className:i,children:j,...k}=b,a=f.useMemo(()=>{if(h)return aj.jsx(C,{...h})},[h]),{classNames:l}=ay({className:i,responsiveVisibility:g});return aj.jsx(e.Button,{type:d,icon:a,...k,className:l,ref:c,children:aj.jsx(az,{hasIcon:!!a,children:j})})}),E=a.default.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:f,...g}=a,{classNames:h}=ay({className:f,responsiveVisibility:d});return aj.jsx(e.Col,{...g,className:h,ref:b,children:c})}),F=a.default.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=ay({className:e,responsiveVisibility:d});return aj.jsx(o.Content,{...f,className:g,prefixCls:"jitera-layout-content",ref:b,children:c})}),G=a.default.forwardRef((a,b)=>{let{children:c,style:d,responsiveVisibility:e,className:f,...g}=a,{classNames:h}=ay({className:f,responsiveVisibility:e});return aj.jsx("footer",{...g,className:h,style:d,ref:b,children:c})}),H=a.default.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=ay({className:e,responsiveVisibility:d});return aj.jsx("div",{...f,className:g,ref:b,children:c})}),I=H,J=a.default.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=ay({className:e,responsiveVisibility:d});return aj.jsx(o.Header,{...f,prefixCls:"jitera-layout-header",className:g,ref:b,children:c})}),K=a.default.forwardRef((a,b)=>{let{source:c,alt:d="",responsiveVisibility:e,className:f,...g}=a,{classNames:h}=ay({className:f,responsiveVisibility:e});return aj.jsx("img",{ref:b,src:c,className:h,...g,alt:d})});exports.TextTypeEnum=void 0,function(a){a.Link="Link",a.Text="Text"}(exports.TextTypeEnum||(exports.TextTypeEnum={}));const L=a.default.forwardRef(({children:a,...b},c)=>aj.jsx("div",{...b,ref:c,children:a})),M=a.default.forwardRef(({children:a,...b},c)=>aj.jsx("a",{...b,ref:c,children:a})),aA={[exports.TextTypeEnum.Text]:L,[exports.TextTypeEnum.Link]:M},N=a.default.forwardRef((a,b)=>{let{textType:c=exports.TextTypeEnum.Text,responsiveVisibility:d,className:e,...f}=a,g=aA[c],{classNames:h}=ay({className:e,responsiveVisibility:d});return aj.jsx(g,{...f,className:h,ref:b})}),aB=a=>"object"==typeof a,aC=(...a)=>a.filter(a=>!aB(a)).join(" "),aD="mccb30e4f2_input";var aE={input:"mccb30e4f2_input"};const O=a.default.forwardRef((c,d)=>{let{style:g={},inputStyle:h={},errorMessage:a,isPasswordField:i,responsiveVisibility:j,isPreview:k,className:b,prefixIconProps:l,suffixIconProps:m,...n}=c,o=f.useMemo(()=>i?e.Input.Password:e.Input,[i]),p=f.useMemo(()=>aB(h)?{style:h,className:aE.input}:{className:aC(aE.input,h)},[h]),q=f.useMemo(()=>{if(l)return aj.jsx(C,{...l})},[l]),r=f.useMemo(()=>{if(m)return aj.jsx(C,{...m})},[m]),{classNames:s}=ay({className:b,responsiveVisibility:j});return aj.jsxs("div",{style:g,className:am.default(aC(aE.container,b||""),s),ref:d,children:[aj.jsx(o,{...p,disabled:k,prefix:q,suffix:r,...n}),!!a&&aj.jsx(N,{type:"danger",children:a})]})}),P=a.default.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=ay({className:e,responsiveVisibility:d});return aj.jsx(as.default,{...f,prefixCls:"jitera-layout",className:g,ref:b,children:c})}),aF=c.default.div`
3
+ `,E=a.default.forwardRef((b,c)=>{let{buttonType:d="primary",responsiveVisibility:g,iconProps:h,className:i,children:j,...k}=b,a=f.useMemo(()=>{if(h)return ak.jsx(D,{...h})},[h]),{classNames:l}=az({className:i,responsiveVisibility:g});return ak.jsx(e.Button,{type:d,icon:a,...k,className:l,ref:c,children:ak.jsx(aA,{hasIcon:!!a,children:j})})}),F=a.default.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:f,...g}=a,{classNames:h}=az({className:f,responsiveVisibility:d});return ak.jsx(e.Col,{...g,className:h,ref:b,children:c})}),G=a.default.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=az({className:e,responsiveVisibility:d});return ak.jsx(o.Content,{...f,className:g,prefixCls:"jitera-layout-content",ref:b,children:c})}),H=a.default.forwardRef((a,b)=>{let{children:c,style:d,responsiveVisibility:e,className:f,...g}=a,{classNames:h}=az({className:f,responsiveVisibility:e});return ak.jsx("footer",{...g,className:h,style:d,ref:b,children:c})}),I=a.default.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=az({className:e,responsiveVisibility:d});return ak.jsx("div",{...f,className:g,ref:b,children:c})}),J=I,K=a.default.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=az({className:e,responsiveVisibility:d});return ak.jsx(o.Header,{...f,prefixCls:"jitera-layout-header",className:g,ref:b,children:c})}),L=a.default.forwardRef((a,b)=>{let{source:c,alt:d="",responsiveVisibility:e,className:f,...g}=a,{classNames:h}=az({className:f,responsiveVisibility:e});return ak.jsx("img",{ref:b,src:c,className:h,...g,alt:d})});exports.TextTypeEnum=void 0,function(a){a.Link="Link",a.Text="Text"}(exports.TextTypeEnum||(exports.TextTypeEnum={}));const M=a.default.forwardRef(({children:a,...b},c)=>ak.jsx("div",{...b,ref:c,children:a})),N=a.default.forwardRef(({children:a,...b},c)=>ak.jsx("a",{...b,ref:c,children:a})),aB={[exports.TextTypeEnum.Text]:M,[exports.TextTypeEnum.Link]:N},O=a.default.forwardRef((a,b)=>{let{textType:c=exports.TextTypeEnum.Text,responsiveVisibility:d,className:e,...f}=a,g=aB[c],{classNames:h}=az({className:e,responsiveVisibility:d});return ak.jsx(g,{...f,className:h,ref:b})}),aC=a=>"object"==typeof a,aD=(...a)=>a.filter(a=>!aC(a)).join(" "),aE="mccb30e4f2_input";var aF={input:"mccb30e4f2_input"};const P=a.default.forwardRef((c,d)=>{let{style:g={},inputStyle:h={},errorMessage:a,isPasswordField:i,responsiveVisibility:j,isPreview:k,className:b,prefixIconProps:l,suffixIconProps:m,...n}=c,o=f.useMemo(()=>i?e.Input.Password:e.Input,[i]),p=f.useMemo(()=>aC(h)?{style:h,className:aF.input}:{className:aD(aF.input,h)},[h]),q=f.useMemo(()=>{if(l)return ak.jsx(D,{...l})},[l]),r=f.useMemo(()=>{if(m)return ak.jsx(D,{...m})},[m]),{classNames:s}=az({className:b,responsiveVisibility:j});return ak.jsxs("div",{style:g,className:am.default(aD(aF.container,b||""),s),ref:d,children:[ak.jsx(o,{...p,disabled:k,prefix:q,suffix:r,...n}),!!a&&ak.jsx(O,{type:"danger",children:a})]})}),Q=a.default.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=az({className:e,responsiveVisibility:d});return ak.jsx(as.default,{...f,prefixCls:"jitera-layout",className:g,ref:b,children:c})}),aG=c.default.div`
4
4
  .jitera-menu-item-disabled,
5
5
  .jitera-menu-submenu-disabled {
6
6
  ${a=>a.isPreview?"color: unset !important; cursor: unset;":""}
7
7
  }
8
- `,aG=c.default.div`
8
+ `,aH=c.default.div`
9
9
  display: flex;
10
10
  justify-content: center;
11
11
  align-items: center;
12
- `,aH=c.default.div`
13
- width: 100%;
14
12
  `,aI=c.default.div`
15
- display: flex;
13
+ width: 100%;
16
14
  `,aJ=c.default.div`
17
15
  display: flex;
16
+ `,aK=c.default.div`
17
+ display: flex;
18
18
  flex-direction: column;
19
19
  align-items: center;
20
20
  line-height: 1;
21
- `,Q=a.default.forwardRef((b,c)=>{let{isPreview:a,className:d,responsiveVisibility:f,...g}=b,{classNames:h}=ay({className:d,responsiveVisibility:f});return aj.jsx(aF,{isPreview:a,className:h,ref:c,children:aj.jsx(e.Menu,{disabled:a,...g,prefixCls:"jitera-menu"})})});exports.MenuIconPosition=void 0,function(a){a.Left="left",a.Right="right",a.Top="top",a.Bottom="bottom"}(exports.MenuIconPosition||(exports.MenuIconPosition={}));const{Item:aK}=e.Menu,R=a.default.forwardRef(({label:a,iconProps:b,iconPosition:c,spaceBetween:d,responsiveVisibility:e,className:f,...g},h)=>{let{classNames:i}=ay({className:f,responsiveVisibility:e});return aj.jsx(aG,{className:i,ref:h,children:aj.jsx(aH,{children:aj.jsx(aK,{...g,children:b&&c&&d?aL(b,c,d,a):a})})})});function aL(a,d,b,c){switch(d){case exports.MenuIconPosition.Left:return aj.jsxs(aI,{style:{gap:b},children:[aj.jsx(C,{...a}),c]});case exports.MenuIconPosition.Right:return aj.jsxs(aI,{style:{gap:b},children:[c,aj.jsx(C,{...a})]});case exports.MenuIconPosition.Top:return aj.jsxs(aJ,{style:{gap:b},children:[aj.jsx(C,{...a}),c]});case exports.MenuIconPosition.Bottom:return aj.jsxs(aJ,{style:{gap:b},children:[c,aj.jsx(C,{...a})]});default:return A(d)}}const S=a.default.forwardRef((a,b)=>aj.jsx("ul",{ref:b,children:aj.jsx(at.default,{...a})})),aM=c.default.div`
21
+ `,R=a.default.forwardRef((b,c)=>{let{isPreview:a,className:d,responsiveVisibility:f,...g}=b,{classNames:h}=az({className:d,responsiveVisibility:f});return ak.jsx(aG,{isPreview:a,className:h,ref:c,children:ak.jsx(e.Menu,{disabled:a,...g,prefixCls:"jitera-menu"})})});exports.MenuIconPosition=void 0,function(a){a.Left="left",a.Right="right",a.Top="top",a.Bottom="bottom"}(exports.MenuIconPosition||(exports.MenuIconPosition={}));const{Item:aL}=e.Menu,S=a.default.forwardRef(({label:a,iconProps:b,iconPosition:c,spaceBetween:d,responsiveVisibility:e,className:f,...g},h)=>{let{classNames:i}=az({className:f,responsiveVisibility:e});return ak.jsx(aH,{className:i,ref:h,children:ak.jsx(aI,{children:ak.jsx(aL,{...g,children:b&&c&&d?aM(b,c,d,a):a})})})});function aM(a,d,b,c){switch(d){case exports.MenuIconPosition.Left:return ak.jsxs(aJ,{style:{gap:b},children:[ak.jsx(D,{...a}),c]});case exports.MenuIconPosition.Right:return ak.jsxs(aJ,{style:{gap:b},children:[c,ak.jsx(D,{...a})]});case exports.MenuIconPosition.Top:return ak.jsxs(aK,{style:{gap:b},children:[ak.jsx(D,{...a}),c]});case exports.MenuIconPosition.Bottom:return ak.jsxs(aK,{style:{gap:b},children:[c,ak.jsx(D,{...a})]});default:return B(d)}}const T=a.default.forwardRef((a,b)=>ak.jsx("ul",{ref:b,children:ak.jsx(at.default,{...a})})),aN=c.default.div`
22
22
  width: 100%;
23
23
  ${a=>`min-height: ${a.minHeight};`}
24
24
  background-color: #fff;
25
25
  ${a=>a.isPreview?"position: relative":void 0}
26
- `,T=a.default.forwardRef(({...b},c)=>{let{children:d,isPreview:a,responsiveVisibility:e,className:f,...g}=b,h=a?"100%":"100vh",{classNames:i}=ay({className:f,responsiveVisibility:e});return aj.jsx(aM,{className:am.default(a?"preview-page":void 0,i),minHeight:h,isPreview:a,...g,ref:c,children:d})}),U=a.default.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:f,...g}=a,{classNames:h}=ay({className:f,responsiveVisibility:d});return aj.jsx(e.Row,{...g,className:h,ref:b,children:c})}),V=a.default.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=ay({className:e,responsiveVisibility:d});return aj.jsx(au.default,{...f,className:g,prefixCls:"jitera-layout-sider",ref:b,children:c})}),W=a.default.forwardRef((a,b)=>{let{isPreview:c,responsiveVisibility:d,className:e,styles:g,data:h,placeholderStyle:i,containerStyle:j,dropdownStyle:k,optionStyle:l,iconProps:m,...n}=a,o=f.useMemo(()=>{let a=g||{};return i&&(a.placeholder=a=>({...a,...i})),j&&(a.control=a=>({...a,...j})),k&&(a.menu=a=>({...a,...k})),l&&(a.option=a=>({...a,...l})),a},[g,i,j,k,l]),p=f.useMemo(()=>{if(m)return{DropdownIndicator:a=>aj.jsx(r.components.DropdownIndicator,{...a,children:aj.jsx(C,{...m})})}},[m]),{classNames:q}=ay({className:e,responsiveVisibility:d});return aj.jsx(av.default,{className:q,components:p,isDisabled:c,styles:o,options:h,...n,ref:b})}),aN="mc6f30f899_inner";var aO={inner:"mc6f30f899_inner"};const X=a.default.forwardRef((a,b)=>{let{style:c,responsiveVisibility:d,className:f,...g}=a,{classNames:h}=ay({className:f,responsiveVisibility:d});return aj.jsx("div",{style:c,className:h,ref:b,children:aj.jsx(e.List,{className:aO.inner,...g})})});function aP(a){return"string"==typeof a&&["wrap","wrap-reverse"].includes(a)|| !0===a}const aQ=c.default.div`
26
+ `,U=a.default.forwardRef(({...b},c)=>{let{children:d,isPreview:a,responsiveVisibility:e,className:f,...g}=b,h=a?"100%":"100vh",{classNames:i}=az({className:f,responsiveVisibility:e});return ak.jsx(aN,{className:am.default(a?"preview-page":void 0,i),minHeight:h,isPreview:a,...g,ref:c,children:d})}),V=a.default.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:f,...g}=a,{classNames:h}=az({className:f,responsiveVisibility:d});return ak.jsx(e.Row,{...g,className:h,ref:b,children:c})}),W=a.default.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=az({className:e,responsiveVisibility:d});return ak.jsx(au.default,{...f,className:g,prefixCls:"jitera-layout-sider",ref:b,children:c})}),X=a.default.forwardRef((a,b)=>{let{isPreview:c,responsiveVisibility:d,className:e,styles:g,data:h,placeholderStyle:i,containerStyle:j,dropdownStyle:k,optionStyle:l,iconProps:m,...n}=a,o=f.useMemo(()=>{let a=g||{};return i&&(a.placeholder=a=>({...a,...i})),j&&(a.control=a=>({...a,...j})),k&&(a.menu=a=>({...a,...k})),l&&(a.option=a=>({...a,...l})),a},[g,i,j,k,l]),p=f.useMemo(()=>{if(m)return{DropdownIndicator:a=>ak.jsx(r.components.DropdownIndicator,{...a,children:ak.jsx(D,{...m})})}},[m]),{classNames:q}=az({className:e,responsiveVisibility:d});return ak.jsx(av.default,{className:q,components:p,isDisabled:c,styles:o,options:h,...n,ref:b})}),aO="mc6f30f899_inner";var aP={inner:"mc6f30f899_inner"};const Y=a.default.forwardRef((a,b)=>{let{style:c,responsiveVisibility:d,className:f,...g}=a,{classNames:h}=az({className:f,responsiveVisibility:d});return ak.jsx("div",{style:c,className:h,ref:b,children:ak.jsx(e.List,{className:aP.inner,...g})})});function aQ(a){return"string"==typeof a&&["wrap","wrap-reverse"].includes(a)|| !0===a}const aR=c.default.div`
27
27
  .jitera-radio-inner {
28
28
  border-color: ${a=>a.inactiveColor||a.theme.primaryColor};
29
29
  }
@@ -44,7 +44,7 @@
44
44
  .jitera-radio-wrapper span:last-child {
45
45
  ${a=>a.labelStyle}
46
46
  }
47
- `,Y=a.default.forwardRef((b,c)=>{let{data:a,spaceProps:d,isPreview:g,responsiveVisibility:h,className:i,activeColor:j,inactiveColor:k,labelStyle:l,direction:m,containerStyle:n={},wrap:o="wrap",...p}=b,q=f.useMemo(()=>({...d,wrap:aP(o)}),[o,d]),r=f.useMemo(()=>aB(n)?{style:n}:{className:aC(n)},[n]),{classNames:s}=ay({className:i,responsiveVisibility:h});return aj.jsx(aQ,{className:s,activeColor:j,inactiveColor:k,labelStyle:l,...r,children:aj.jsx(e.Radio.Group,{disabled:g,...p,ref:c,children:aj.jsx(e.Space,{direction:m,...q,children:null==a?void 0:a.map(a=>aj.jsx(e.Radio,{value:a.value,...a,children:a.label},a.value))})})})}),aR="mc68e5c85d_textarea";var aS={textarea:"mc68e5c85d_textarea"};const Z=a.default.forwardRef((c,d)=>{let{style:g={},inputStyle:h={},errorMessage:a,responsiveVisibility:i,isPreview:j,className:b,...k}=c,l=f.useMemo(()=>aB(h)?{style:h,className:aS.textarea}:{className:aC(aS.textarea,h)},[h]),{classNames:m}=ay({className:b,responsiveVisibility:i});return aj.jsxs("div",{style:g,className:am.default(aC(aS.container,b||""),m),ref:d,children:[aj.jsx(e.Input.TextArea,{...l,disabled:j,...k}),!!a&&aj.jsx(N,{type:"danger",children:a})]})}),aT=c.default.div`
47
+ `,Z=a.default.forwardRef((b,c)=>{let{data:a,spaceProps:d,isPreview:g,responsiveVisibility:h,className:i,activeColor:j,inactiveColor:k,labelStyle:l,direction:m,containerStyle:n={},wrap:o="wrap",...p}=b,q=f.useMemo(()=>({...d,wrap:aQ(o)}),[o,d]),r=f.useMemo(()=>aC(n)?{style:n}:{className:aD(n)},[n]),{classNames:s}=az({className:i,responsiveVisibility:h});return ak.jsx(aR,{className:s,activeColor:j,inactiveColor:k,labelStyle:l,...r,children:ak.jsx(e.Radio.Group,{disabled:g,...p,ref:c,children:ak.jsx(e.Space,{direction:m,...q,children:null==a?void 0:a.map(a=>ak.jsx(e.Radio,{value:a.value,...a,children:a.label},a.value))})})})}),aS="mc68e5c85d_textarea";var aT={textarea:"mc68e5c85d_textarea"};const $=a.default.forwardRef((c,d)=>{let{style:g={},inputStyle:h={},errorMessage:a,responsiveVisibility:i,isPreview:j,className:b,...k}=c,l=f.useMemo(()=>aC(h)?{style:h,className:aT.textarea}:{className:aD(aT.textarea,h)},[h]),{classNames:m}=az({className:b,responsiveVisibility:i});return ak.jsxs("div",{style:g,className:am.default(aD(aT.container,b||""),m),ref:d,children:[ak.jsx(e.Input.TextArea,{...l,disabled:j,...k}),!!a&&ak.jsx(O,{type:"danger",children:a})]})}),aU=c.default.div`
48
48
  && {
49
49
  .jitera-checkbox-inner {
50
50
  border-color: ${a=>a.inactiveColor||a.theme.primaryColor};
@@ -69,7 +69,7 @@
69
69
  ${a=>a.labelStyle}
70
70
  }
71
71
  }
72
- `,$=a.default.forwardRef((b,c)=>{let{data:a,wrap:d="wrap",spaceProps:g,isPreview:h,responsiveVisibility:i,containerStyle:j={},activeColor:k,inactiveColor:l,checkColor:m,labelStyle:n,direction:o,className:p,...q}=b,r=f.useMemo(()=>({...g,wrap:aP(d)}),[d,g]),s=f.useMemo(()=>aB(j)?{style:j}:{className:aC(j)},[j]),{classNames:t}=ay({className:p,responsiveVisibility:i});return aj.jsx(aT,{activeColor:k,inactiveColor:l,checkColor:m,labelStyle:n,...s,className:t,children:aj.jsx(e.Checkbox.Group,{disabled:h,...q,ref:c,children:aj.jsx(e.Space,{direction:o,...r,children:null==a?void 0:a.map(a=>aj.jsx(e.Checkbox,{...a,children:a.label}))})})})}),_=a.default.forwardRef((b,c)=>{let{children:d,isPreview:f,responsiveVisibility:g,errorMessage:a,className:h,...i}=b,{classNames:j}=ay({className:h,responsiveVisibility:g});return aj.jsxs("div",{className:j,ref:c,children:[aj.jsx(e.Upload,{disabled:f,listType:"picture",...i,children:d}),!!a&&aj.jsx(N,{type:"danger",children:a})]})}),aU=x.default(w.default);exports.PickerEnum=void 0,function(a){a.TIME="time",a.DATE="date",a.WEEK="week",a.MONTH="month"}(exports.PickerEnum||(exports.PickerEnum={}));const aa=a.default.forwardRef((b,c)=>{let{isPreview:d,defaultValue:e,responsiveVisibility:g,picker:h="date",errorMessage:a,className:i,...j}=b,{classNames:k}=ay({className:i,responsiveVisibility:g}),l=f.useMemo(()=>"string"!=typeof e&&e?e:new ak.Dayjs(e),[e]);return aj.jsxs("div",{className:k,ref:c,children:[aj.jsx(aU,{disabled:d,picker:h,defaultValue:l,...j}),!!a&&aj.jsx(N,{type:"danger",style:{display:"block"},children:a})]})}),aV="mca48d82cd_Wrapper";var aW={Wrapper:"mca48d82cd_Wrapper"};exports.HamburgerDrawerPlacementEnum=void 0,function(a){a.TOP="top",a.RIGHT="right",a.BOTTOM="bottom",a.LEFT="left"}(exports.HamburgerDrawerPlacementEnum||(exports.HamburgerDrawerPlacementEnum={}));const ab=a.default.forwardRef((a,b)=>{let{isPreview:c,responsiveVisibility:d,buttonProps:g,buttonStyle:h,drawerTitle:i,drawerProps:j,headerStyle:k,bodyStyle:l,iconProps:m,children:n,className:o}=a,[p,y]=f.useState(!1),{headerVisible:q,closable:r,...s}=j||{},t=()=>{y(!0)},u=()=>{y(!1)},v=c?{destroyOnClose:!0,getContainer:".preview-page",style:{position:"absolute"},afterVisibleChange(b){let a=document.querySelector(".jitera-drawer-content");a&&(a.style.backgroundColor=b?"#fff":"transparent")}}:{},w=q?{title:i,closable:r}:{title:void 0,closable:!1},{classNames:x}=ay({className:o,responsiveVisibility:d});return aj.jsxs("div",{className:am.default(aW.Wrapper,x),ref:b,children:[aj.jsx(D,{onClick:t,style:h,...g,children:aj.jsx(C,{iconName:"MdMenu",...m})}),aj.jsx(e.Drawer,{...v,...w,visible:p,onClose:u,headerStyle:k,bodyStyle:l,...s,children:n})]})}),ac=a.default.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=ay({className:e,responsiveVisibility:d});return aj.jsx("div",{...f,className:g,ref:b,children:c})}),aX={MOBILE:480,TABLET:768,DESKTOP:4e3},ad=a.default.forwardRef((b,c)=>{let{style:d,children:e,responsiveVisibility:g,dataSource:h,renderItem:i,setting:j,arrows:k=!1,slidesToShow:l=4,variableWidth:a=!1,infinite:m=!1,adaptiveHeight:n=!0,focusOnSelect:o=!1,xlResponsive:p,mdResponsive:q,xsResponsive:r,className:s}=b,{classNames:t}=ay({className:s,responsiveVisibility:g}),u=f.useMemo(()=>{let b=[];return"object"==typeof p&&(null==p?void 0:p.slidesToShow)&&b.push({breakpoint:aX.DESKTOP,settings:p}),"object"==typeof q&&(null==q?void 0:q.slidesToShow)&&b.push({breakpoint:aX.TABLET,settings:q}),"object"==typeof r&&(null==r?void 0:r.slidesToShow)&&b.push({breakpoint:aX.MOBILE,settings:r}),{dots:!1,arrows:k,infinite:m,slidesToShow:l,swipeToSlide:!0,variableWidth:a,adaptiveHeight:n,focusOnSelect:o,responsive:b,...j}},[j,k,m,l,a,n,o,p,q,r]),v=f.useMemo(()=>e&&a?e:e?f.Children.map(e,a=>aj.jsx("div",{children:a})):(null==h?void 0:h.length)&&i?h.map((b,c)=>a?i(b,c):aj.jsx("div",{children:i(b,c)},`${b.id}_${c}`)):void 0,[e,a,h,i]);return aj.jsx("div",{style:d,className:t,ref:c,children:aj.jsx(aw.default,{...u,children:v})})}),aY=c.default(e.Tabs)`
72
+ `,_=a.default.forwardRef((b,c)=>{let{data:a,wrap:d="wrap",spaceProps:g,isPreview:h,responsiveVisibility:i,containerStyle:j={},activeColor:k,inactiveColor:l,checkColor:m,labelStyle:n,direction:o,className:p,...q}=b,r=f.useMemo(()=>({...g,wrap:aQ(d)}),[d,g]),s=f.useMemo(()=>aC(j)?{style:j}:{className:aD(j)},[j]),{classNames:t}=az({className:p,responsiveVisibility:i});return ak.jsx(aU,{activeColor:k,inactiveColor:l,checkColor:m,labelStyle:n,...s,className:t,children:ak.jsx(e.Checkbox.Group,{disabled:h,...q,ref:c,children:ak.jsx(e.Space,{direction:o,...r,children:null==a?void 0:a.map(a=>ak.jsx(e.Checkbox,{...a,children:a.label}))})})})}),aa=a.default.forwardRef((b,c)=>{let{children:d,isPreview:f,responsiveVisibility:g,errorMessage:a,className:h,...i}=b,{classNames:j}=az({className:h,responsiveVisibility:g});return ak.jsxs("div",{className:j,ref:c,children:[ak.jsx(e.Upload,{disabled:f,listType:"picture",...i,children:d}),!!a&&ak.jsx(O,{type:"danger",children:a})]})}),aV=y.default(x.default);exports.PickerEnum=void 0,function(a){a.TIME="time",a.DATE="date",a.WEEK="week",a.MONTH="month"}(exports.PickerEnum||(exports.PickerEnum={}));const ab=a.default.forwardRef((b,c)=>{let{isPreview:d,defaultValue:e,responsiveVisibility:g,picker:h="date",errorMessage:a,className:i,...j}=b,{classNames:k}=az({className:i,responsiveVisibility:g}),l=f.useMemo(()=>"string"!=typeof e&&e?e:aw.default(e),[e]);return ak.jsxs("div",{className:k,ref:c,children:[ak.jsx(aV,{disabled:d,picker:h,defaultValue:l,...j}),!!a&&ak.jsx(O,{type:"danger",style:{display:"block"},children:a})]})}),aW="mca48d82cd_Wrapper";var aX={Wrapper:"mca48d82cd_Wrapper"};exports.HamburgerDrawerPlacementEnum=void 0,function(a){a.TOP="top",a.RIGHT="right",a.BOTTOM="bottom",a.LEFT="left"}(exports.HamburgerDrawerPlacementEnum||(exports.HamburgerDrawerPlacementEnum={}));const ac=a.default.forwardRef((a,b)=>{let{isPreview:c,responsiveVisibility:d,buttonProps:g,buttonStyle:h,drawerTitle:i,drawerProps:j,headerStyle:k,bodyStyle:l,iconProps:m,children:n,className:o}=a,[p,y]=f.useState(!1),{headerVisible:q,closable:r,...s}=j||{},t=()=>{y(!0)},u=()=>{y(!1)},v=c?{destroyOnClose:!0,getContainer:".preview-page",style:{position:"absolute"},afterVisibleChange(b){let a=document.querySelector(".jitera-drawer-content");a&&(a.style.backgroundColor=b?"#fff":"transparent")}}:{},w=q?{title:i,closable:r}:{title:void 0,closable:!1},{classNames:x}=az({className:o,responsiveVisibility:d});return ak.jsxs("div",{className:am.default(aX.Wrapper,x),ref:b,children:[ak.jsx(E,{onClick:t,style:h,...g,children:ak.jsx(D,{iconName:"MdMenu",...m})}),ak.jsx(e.Drawer,{...v,...w,visible:p,onClose:u,headerStyle:k,bodyStyle:l,...s,children:n})]})}),ad=a.default.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=az({className:e,responsiveVisibility:d});return ak.jsx("div",{...f,className:g,ref:b,children:c})}),aY={MOBILE:480,TABLET:768,DESKTOP:4e3},ae=a.default.forwardRef((b,c)=>{let{style:d,children:e,responsiveVisibility:g,dataSource:h,renderItem:i,setting:j,arrows:k=!1,slidesToShow:l=4,variableWidth:a=!1,infinite:m=!1,adaptiveHeight:n=!0,focusOnSelect:o=!1,xlResponsive:p,mdResponsive:q,xsResponsive:r,className:s}=b,{classNames:t}=az({className:s,responsiveVisibility:g}),u=f.useMemo(()=>{let b=[];return"object"==typeof p&&(null==p?void 0:p.slidesToShow)&&b.push({breakpoint:aY.DESKTOP,settings:p}),"object"==typeof q&&(null==q?void 0:q.slidesToShow)&&b.push({breakpoint:aY.TABLET,settings:q}),"object"==typeof r&&(null==r?void 0:r.slidesToShow)&&b.push({breakpoint:aY.MOBILE,settings:r}),{dots:!1,arrows:k,infinite:m,slidesToShow:l,swipeToSlide:!0,variableWidth:a,adaptiveHeight:n,focusOnSelect:o,responsive:b,...j}},[j,k,m,l,a,n,o,p,q,r]),v=f.useMemo(()=>e&&a?e:e?f.Children.map(e,a=>ak.jsx("div",{children:a})):(null==h?void 0:h.length)&&i?h.map((b,c)=>a?i(b,c):ak.jsx("div",{children:i(b,c)},`${b.id}_${c}`)):void 0,[e,a,h,i]);return ak.jsx("div",{style:d,className:t,ref:c,children:ak.jsx(ax.default,{...u,children:v})})}),aZ=c.default(e.Tabs)`
73
73
  .jitera-tabs-ink-bar {
74
74
  ${a=>(null==a?void 0:a.activeColor)?`background-color: ${a.activeColor}`:""}
75
75
  }
@@ -82,7 +82,7 @@
82
82
  ${a=>{var b;return(null===(b=null==a?void 0:a.tabLabelStyle)|| void 0===b?void 0:b.fontWeight)?`font-weight: ${a.tabLabelStyle.fontWeight};`:""}}
83
83
  ${a=>{var b;return(null===(b=null==a?void 0:a.tabLabelStyle)|| void 0===b?void 0:b.fontFamily)?`font-family: ${a.tabLabelStyle.fontFamily};`:""}}
84
84
  }
85
- `,{TabPane:aZ}=e.Tabs,ae=a.default.forwardRef((a,b)=>{let{style:c,tabType:d,tabs:e,children:g,className:h,responsiveVisibility:i,...j}=a,{classNames:k}=ay({className:h,responsiveVisibility:i}),l=f.useMemo(()=>{if(g)return f.Children.map(g,(d,b)=>{let a=null==e?void 0:e[b],c=(null==a?void 0:a.title)||`Tab ${b}`;return aj.jsx(aZ,{tab:c,children:d},(null==a?void 0:a.key)||`${c}_${b}`)})},[g,e]);return aj.jsx("div",{style:c,className:k,ref:b,children:aj.jsx(aY,{type:d,...j,children:l})})}),a$="jitera",a_="jiteraicon",g={blueBase:"#1890ff",blue1:"#e6f7ff",blue2:"#bae7ff",blue3:"#91d5ff",blue4:"#69c0ff",blue5:"#40a9ff",blue6:"#1890ff",blue7:"#096dd9",blue8:"#0050b3",blue9:"#003a8c",blue10:"#002766",purpleBase:"#722ed1",purple1:"#f9f0ff",purple2:"#efdbff",purple3:"#d3adf7",purple4:"#b37feb",purple5:"#9254de",purple6:"#722ed1",purple7:"#531dab",purple8:"#391085",purple9:"#22075e",purple10:"#120338",cyanBase:"#13c2c2",cyan1:"#e6fffb",cyan2:"#b5f5ec",cyan3:"#87e8de",cyan4:"#5cdbd3",cyan5:"#36cfc9",cyan6:"#13c2c2",cyan7:"#08979c",cyan8:"#006d75",cyan9:"#00474f",cyan10:"#002329",greenBase:"#52c41a",green1:"#f6ffed",green2:"#d9f7be",green3:"#b7eb8f",green4:"#95de64",green5:"#73d13d",green6:"#52c41a",green7:"#389e0d",green8:"#237804",green9:"#135200",green10:"#092b00",magentaBase:"#eb2f96",magenta1:"#fff0f6",magenta2:"#ffd6e7",magenta3:"#ffadd2",magenta4:"#ff85c0",magenta5:"#f759ab",magenta6:"#eb2f96",magenta7:"#c41d7f",magenta8:"#9e1068",magenta9:"#780650",magenta10:"#520339",pinkBase:"#eb2f96",pink1:"#fff0f6",pink2:"#ffd6e7",pink3:"#ffadd2",pink4:"#ff85c0",pink5:"#f759ab",pink6:"#eb2f96",pink7:"#c41d7f",pink8:"#9e1068",pink9:"#780650",pink10:"#520339",redBase:"#f5222d",red1:"#fff1f0",red2:"#ffccc7",red3:"#ffa39e",red4:"#ff7875",red5:"#ff4d4f",red6:"#f5222d",red7:"#cf1322",red8:"#a8071a",red9:"#820014",red10:"#5c0011",orangeBase:"#fa8c16",orange1:"#fff7e6",orange2:"#ffe7ba",orange3:"#ffd591",orange4:"#ffc069",orange5:"#ffa940",orange6:"#fa8c16",orange7:"#d46b08",orange8:"#ad4e00",orange9:"#873800",orange10:"#612500",yellowBase:"#fadb14",yellow1:"#feffe6",yellow2:"#ffffb8",yellow3:"#fffb8f",yellow4:"#fff566",yellow5:"#ffec3d",yellow6:"#fadb14",yellow7:"#d4b106",yellow8:"#ad8b00",yellow9:"#876800",yellow10:"#614700",volcanoBase:"#fa541c",volcano1:"#fff2e8",volcano2:"#ffd8bf",volcano3:"#ffbb96",volcano4:"#ff9c6e",volcano5:"#ff7a45",volcano6:"#fa541c",volcano7:"#d4380d",volcano8:"#ad2102",volcano9:"#871400",volcano10:"#610b00",geekblueBase:"#2f54eb",geekblue1:"#f0f5ff",geekblue2:"#d6e4ff",geekblue3:"#adc6ff",geekblue4:"#85a5ff",geekblue5:"#597ef7",geekblue6:"#2f54eb",geekblue7:"#1d39c4",geekblue8:"#10239e",geekblue9:"#061178",geekblue10:"#030852",limeBase:"#a0d911",lime1:"#fcffe6",lime2:"#f4ffb8",lime3:"#eaff8f",lime4:"#d3f261",lime5:"#bae637",lime6:"#a0d911",lime7:"#7cb305",lime8:"#5b8c00",lime9:"#3f6600",lime10:"#254000",goldBase:"#faad14",gold1:"#fffbe6",gold2:"#fff1b8",gold3:"#ffe58f",gold4:"#ffd666",gold5:"#ffc53d",gold6:"#faad14",gold7:"#d48806",gold8:"#ad6800",gold9:"#874d00",gold10:"#613400",presetColors:"pink, magenta, red, volcano, orange, yellow, gold, cyan, lime, green, blue, geekblue, purple",theme:"default",antPrefix:"ant",htmlSelector:"html",primaryColor:"#1890ff",primaryColorHover:"#40a9ff",primaryColorActive:"#096dd9",primaryColorOutline:"rgba(24, 144, 255, 0.2)",processingColor:"#1890ff",infoColor:"#1890ff",infoColorDeprecatedBg:"#e6f7ff",infoColorDeprecatedBorder:"#91d5ff",successColor:"#52c41a",successColorHover:"#73d13d",successColorActive:"#389e0d",successColorOutline:"rgba(82, 196, 26, 0.2)",successColorDeprecatedBg:"#f6ffed",successColorDeprecatedBorder:"#b7eb8f",warningColor:"#faad14",warningColorHover:"#ffc53d",warningColorActive:"#d48806",warningColorOutline:"rgba(250, 173, 20, 0.2)",warningColorDeprecatedBg:"#fffbe6",warningColorDeprecatedBorder:"#ffe58f",errorColor:"#ff4d4f",errorColorHover:"#ff7875",errorColorActive:"#d9363e",errorColorOutline:"rgba(255, 77, 79, 0.2)",errorColorDeprecatedBg:"#fff2f0",errorColorDeprecatedBorder:"#ffccc7",highlightColor:"#ff4d4f",normalColor:"#d9d9d9",white:"#fff",black:"#000",primary1:"#e6f7ff",primary2:"#bae7ff",primary3:"#91d5ff",primary4:"#69c0ff",primary5:"#40a9ff",primary6:"#1890ff",primary7:"#096dd9",primary8:"#0050b3",primary9:"#003a8c",primary10:"#002766",bodyBackground:"#fff",componentBackground:"#fff",popoverBackground:"#fff",popoverCustomizeBorderColor:"#f0f0f0",fontFamily:"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'",codeFamily:"'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace",textColor:"rgba(0, 0, 0, 0.85)",textColorSecondary:"rgba(0, 0, 0, 0.45)",textColorInverse:"#fff",iconColor:"inherit",iconColorHover:"rgba(0, 0, 0, 0.75)",headingColor:"rgba(0, 0, 0, 0.85)",textColorDark:"rgba(255, 255, 255, 0.85)",textColorSecondaryDark:"rgba(255, 255, 255, 0.65)",textSelectionBg:"#1890ff",fontVariantBase:"tabular-nums",fontFeatureSettingsBase:"'tnum'",fontSizeBase:"14px",fontSizeLg:"16px",fontSizeSm:"12px",heading1Size:"38px",heading2Size:"30px",heading3Size:"24px",heading4Size:"20px",heading5Size:"16px",lineHeightBase:"1.5715",borderRadiusBase:"2px",borderRadiusSm:"2px",paddingLg:"24px",paddingMd:"16px",paddingSm:"12px",paddingXs:"8px",paddingXss:"4px",controlPaddingHorizontal:"12px",controlPaddingHorizontalSm:"8px",marginLg:"24px",marginMd:"16px",marginSm:"12px",marginXs:"8px",marginXss:"4px",heightBase:"32px",heightLg:"40px",heightSm:"24px",itemActiveBg:"#e6f7ff",itemHoverBg:"#f5f5f5",iconfontCssPrefix:"anticon",linkColor:"#1890ff",linkHoverColor:"#40a9ff",linkActiveColor:"#096dd9",linkDecoration:"none",linkHoverDecoration:"none",linkFocusDecoration:"none",linkFocusOutline:"0",easeBaseOut:"cubic-bezier(0.7, 0.3, 0.1, 1)",easeBaseIn:"cubic-bezier(0.9, 0, 0.3, 0.7)",easeOut:"cubic-bezier(0.215, 0.61, 0.355, 1)",easeIn:"cubic-bezier(0.55, 0.055, 0.675, 0.19)",easeInOut:"cubic-bezier(0.645, 0.045, 0.355, 1)",easeOutBack:"cubic-bezier(0.12, 0.4, 0.29, 1.46)",easeInBack:"cubic-bezier(0.71, -0.46, 0.88, 0.6)",easeInOutBack:"cubic-bezier(0.71, -0.46, 0.29, 1.46)",easeOutCirc:"cubic-bezier(0.08, 0.82, 0.17, 1)",easeInCirc:"cubic-bezier(0.6, 0.04, 0.98, 0.34)",easeInOutCirc:"cubic-bezier(0.78, 0.14, 0.15, 0.86)",easeOutQuint:"cubic-bezier(0.23, 1, 0.32, 1)",easeInQuint:"cubic-bezier(0.755, 0.05, 0.855, 0.06)",easeInOutQuint:"cubic-bezier(0.86, 0, 0.07, 1)",borderColorBase:"#d9d9d9",borderColorSplit:"#f0f0f0",borderColorInverse:"#fff",borderWidthBase:"1px",borderStyleBase:"solid",outlineBlurSize:"0",outlineWidth:"2px",outlineColor:"#1890ff",outlineFade:"20%",backgroundColorLight:"#fafafa",backgroundColorBase:"#f5f5f5",disabledColor:"rgba(0, 0, 0, 0.25)",disabledBg:"#f5f5f5",disabledActiveBg:"#e6e6e6",disabledColorDark:"rgba(255, 255, 255, 0.35)",shadowColor:"rgba(0, 0, 0, 0.15)",shadowColorInverse:"#fff",boxShadowBase:"0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05)",shadow1Up:"0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03)",shadow1Down:"0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03)",shadow1Left:"-6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03)",shadow1Right:"6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03)",shadow2:"0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05)",btnFontWeight:"400",btnBorderRadiusBase:"2px",btnBorderRadiusSm:"2px",btnBorderWidth:"1px",btnBorderStyle:"solid",btnShadow:"0 2px 0 rgba(0, 0, 0, 0.015)",btnPrimaryShadow:"0 2px 0 rgba(0, 0, 0, 0.045)",btnTextShadow:"0 -1px 0 rgba(0, 0, 0, 0.12)",btnPrimaryColor:"#fff",btnPrimaryBg:"#1890ff",btnDefaultColor:"rgba(0, 0, 0, 0.85)",btnDefaultBg:"#fff",btnDefaultBorder:"#d9d9d9",btnDangerColor:"#fff",btnDangerBg:"#ff4d4f",btnDangerBorder:"#ff4d4f",btnDisableColor:"rgba(0, 0, 0, 0.25)",btnDisableBg:"#f5f5f5",btnDisableBorder:"#d9d9d9",btnDefaultGhostColor:"#fff",btnDefaultGhostBg:"transparent",btnDefaultGhostBorder:"#fff",btnFontSizeLg:"16px",btnFontSizeSm:"14px",btnPaddingHorizontalBase:"15px",btnPaddingHorizontalLg:"15px",btnPaddingHorizontalSm:"7px",btnHeightBase:"32px",btnHeightLg:"40px",btnHeightSm:"24px",btnLineHeight:"1.5715",btnCircleSize:"32px",btnCircleSizeLg:"40px",btnCircleSizeSm:"24px",btnSquareSize:"32px",btnSquareSizeLg:"40px",btnSquareSizeSm:"24px",btnSquareOnlyIconSize:"16px",btnSquareOnlyIconSizeSm:"14px",btnSquareOnlyIconSizeLg:"18px",btnGroupBorder:"#40a9ff",btnLinkHoverBg:"transparent",btnTextHoverBg:"rgba(0, 0, 0, 0.018)",checkboxSize:"16px",checkboxColor:"#1890ff",checkboxCheckColor:"#fff",checkboxCheckBg:"#fff",checkboxBorderWidth:"1px",checkboxBorderRadius:"2px",checkboxGroupItemMarginRight:"8px",descriptionsBg:"#fafafa",descriptionsTitleMarginBottom:"20px",descriptionsDefaultPadding:"16px 24px",descriptionsMiddlePadding:"12px 24px",descriptionsSmallPadding:"8px 16px",descriptionsItemPaddingBottom:"16px",descriptionsItemTrailingColon:"true",descriptionsItemLabelColonMarginRight:"8px",descriptionsItemLabelColonMarginLeft:"2px",descriptionsExtraColor:"rgba(0, 0, 0, 0.85)",dividerTextPadding:"1em",dividerOrientationMargin:"5%",dividerColor:"rgba(0, 0, 0, 0.06)",dividerVerticalGutter:"8px",dropdownSelectedColor:"#1890ff",dropdownMenuSubmenuDisabledBg:"#fff",dropdownSelectedBg:"#e6f7ff",emptyFontSize:"14px",radioSize:"16px",radioTop:"0.2em",radioBorderWidth:"1px",radioDotSize:"8px",radioDotColor:"#1890ff",radioDotDisabledColor:"rgba(0, 0, 0, 0.2)",radioSolidCheckedColor:"#fff",radioButtonBg:"#fff",radioButtonCheckedBg:"#fff",radioButtonColor:"rgba(0, 0, 0, 0.85)",radioButtonHoverColor:"#40a9ff",radioButtonActiveColor:"#096dd9",radioButtonPaddingHorizontal:"15px",radioDisabledButtonCheckedBg:"#e6e6e6",radioDisabledButtonCheckedColor:"rgba(0, 0, 0, 0.25)",radioWrapperMarginRight:"8px",screenXs:"480px",screenXsMin:"480px",screenSm:"576px",screenSmMin:"576px",screenMd:"768px",screenMdMin:"768px",screenLg:"992px",screenLgMin:"992px",screenXl:"1200px",screenXlMin:"1200px",screenXxl:"1600px",screenXxlMin:"1600px",screenXsMax:"575px",screenSmMax:"767px",screenMdMax:"991px",screenLgMax:"1199px",screenXlMax:"1599px",gridColumns:"24",layoutBodyBackground:"#f0f2f5",layoutHeaderBackground:"#001529",layoutHeaderHeight:"64px",layoutHeaderPadding:"0 50px",layoutHeaderColor:"rgba(0, 0, 0, 0.85)",layoutFooterPadding:"24px 50px",layoutFooterBackground:"#f0f2f5",layoutSiderBackground:"#001529",layoutTriggerHeight:"48px",layoutTriggerBackground:"#002140",layoutTriggerColor:"#fff",layoutZeroTriggerWidth:"36px",layoutZeroTriggerHeight:"42px",layoutSiderBackgroundLight:"#fff",layoutTriggerBackgroundLight:"#fff",layoutTriggerColorLight:"rgba(0, 0, 0, 0.85)",zindexBadge:"auto",zindexTableFixed:"2",zindexAffix:"10",zindexBackTop:"10",zindexPickerPanel:"10",zindexPopupClose:"10",zindexModal:"1000",zindexModalMask:"1000",zindexMessage:"1010",zindexNotification:"1010",zindexPopover:"1030",zindexDropdown:"1050",zindexPicker:"1050",zindexPopoconfirm:"1060",zindexTooltip:"1070",zindexImage:"1080",animationDurationSlow:"0.3s",animationDurationBase:"0.2s",animationDurationFast:"0.1s",collapsePanelBorderRadius:"2px",dropdownMenuBg:"#fff",dropdownVerticalPadding:"5px",dropdownEdgeChildVerticalPadding:"4px",dropdownFontSize:"14px",dropdownLineHeight:"22px",labelRequiredColor:"#ff4d4f",labelColor:"rgba(0, 0, 0, 0.85)",formWarningInputBg:"#fff",formItemMarginBottom:"24px",formItemTrailingColon:"true",formVerticalLabelPadding:"0 0 8px",formVerticalLabelMargin:"0",formItemLabelFontSize:"14px",formItemLabelHeight:"32px",formItemLabelColonMarginRight:"8px",formItemLabelColonMarginLeft:"2px",formErrorInputBg:"#fff",inputHeightBase:"32px",inputHeightLg:"40px",inputHeightSm:"24px",inputPaddingHorizontal:"11px",inputPaddingHorizontalBase:"11px",inputPaddingHorizontalSm:"7px",inputPaddingHorizontalLg:"11px",inputPaddingVerticalBase:"4px",inputPaddingVerticalSm:"0px",inputPaddingVerticalLg:"6.5px",inputPlaceholderColor:"#bfbfbf",inputColor:"rgba(0, 0, 0, 0.85)",inputIconColor:"rgba(0, 0, 0, 0.85)",inputBorderColor:"#d9d9d9",inputBg:"#fff",inputNumberHoverBorderColor:"#40a9ff",inputNumberHandlerActiveBg:"#f4f4f4",inputNumberHandlerHoverBg:"#40a9ff",inputNumberHandlerBg:"#fff",inputNumberHandlerBorderColor:"#d9d9d9",inputAddonBg:"#fafafa",inputHoverBorderColor:"#40a9ff",inputDisabledBg:"#f5f5f5",inputOutlineOffset:"0 0",inputIconHoverColor:"rgba(0, 0, 0, 0.85)",inputDisabledColor:"rgba(0, 0, 0, 0.25)",mentionsDropdownBg:"#fff",mentionsDropdownMenuItemHoverBg:"#fff",selectBorderColor:"#d9d9d9",selectItemSelectedColor:"rgba(0, 0, 0, 0.85)",selectItemSelectedFontWeight:"600",selectDropdownBg:"#fff",selectItemSelectedBg:"#e6f7ff",selectItemActiveBg:"#f5f5f5",selectDropdownVerticalPadding:"5px",selectDropdownFontSize:"14px",selectDropdownLineHeight:"22px",selectDropdownHeight:"32px",selectBackground:"#fff",selectClearBackground:"#fff",selectSelectionItemBg:"#f5f5f5",selectSelectionItemBorderColor:"#f0f0f0",selectSingleItemHeightLg:"40px",selectMultipleItemHeight:"24px",selectMultipleItemHeightLg:"32px",selectMultipleItemSpacingHalf:"2px",selectMultipleDisabledBackground:"#f5f5f5",selectMultipleItemDisabledColor:"#bfbfbf",selectMultipleItemDisabledBorderColor:"#d9d9d9",cascaderBg:"#fff",cascaderItemSelectedBg:"#e6f7ff",cascaderMenuBg:"#fff",cascaderMenuBorderColorSplit:"#f0f0f0",cascaderDropdownVerticalPadding:"5px",cascaderDropdownEdgeChildVerticalPadding:"4px",cascaderDropdownFontSize:"14px",cascaderDropdownLineHeight:"22px",anchorBg:"transparent",anchorBorderColor:"#f0f0f0",anchorLinkTop:"7px",anchorLinkLeft:"16px",anchorLinkPadding:"7px 0 7px 16px",tooltipMaxWidth:"250px",tooltipColor:"#fff",tooltipBg:"rgba(0, 0, 0, 0.75)",tooltipArrowWidth:"11.3137085px",tooltipDistance:"14.3137085px",tooltipArrowColor:"rgba(0, 0, 0, 0.75)",popoverBg:"#fff",popoverColor:"rgba(0, 0, 0, 0.85)",popoverMinWidth:"177px",popoverMinHeight:"32px",popoverArrowWidth:"11.3137085px",popoverArrowColor:"#fff",popoverArrowOuterColor:"#fff",popoverDistance:"15.3137085px",popoverPaddingHorizontal:"16px",modalHeaderPaddingVertical:"16px",modalHeaderPaddingHorizontal:"24px",modalBodyPadding:"24px",modalHeaderBg:"#fff",modalHeaderPadding:"16px 24px",modalHeaderBorderWidth:"1px",modalHeaderBorderStyle:"solid",modalHeaderTitleLineHeight:"22px",modalHeaderTitleFontSize:"16px",modalHeaderBorderColorSplit:"#f0f0f0",modalHeaderCloseSize:"56px",modalContentBg:"#fff",modalHeadingColor:"rgba(0, 0, 0, 0.85)",modalCloseColor:"rgba(0, 0, 0, 0.45)",modalFooterBg:"transparent",modalFooterBorderColorSplit:"#f0f0f0",modalFooterBorderStyle:"solid",modalFooterPaddingVertical:"10px",modalFooterPaddingHorizontal:"16px",modalFooterBorderWidth:"1px",modalMaskBg:"rgba(0, 0, 0, 0.45)",modalConfirmBodyPadding:"32px 32px 24px",modalConfirmTitleFontSize:"16px",progressDefaultColor:"#1890ff",progressRemainingColor:"#f5f5f5",progressInfoTextColor:"rgba(0, 0, 0, 0.85)",progressRadius:"100px",progressStepsItemBg:"#f3f3f3",progressTextFontSize:"1em",progressTextColor:"rgba(0, 0, 0, 0.85)",progressCircleTextFontSize:"1em",menuInlineToplevelItemHeight:"40px",menuItemHeight:"40px",menuItemGroupHeight:"1.5715",menuCollapsedWidth:"80px",menuBg:"#fff",menuPopupBg:"#fff",menuItemColor:"rgba(0, 0, 0, 0.85)",menuInlineSubmenuBg:"#fafafa",menuHighlightColor:"#1890ff",menuHighlightDangerColor:"#ff4d4f",menuItemActiveBg:"#e6f7ff",menuItemActiveDangerBg:"#fff1f0",menuItemActiveBorderWidth:"3px",menuItemGroupTitleColor:"rgba(0, 0, 0, 0.45)",menuItemVerticalMargin:"4px",menuItemFontSize:"14px",menuItemBoundaryMargin:"8px",menuItemPaddingHorizontal:"20px",menuItemPadding:"0 20px",menuHorizontalLineHeight:"46px",menuIconMarginRight:"10px",menuIconSize:"14px",menuIconSizeLg:"16px",menuItemGroupTitleFontSize:"14px",menuDarkColor:"rgba(255, 255, 255, 0.65)",menuDarkDangerColor:"#ff4d4f",menuDarkBg:"#001529",menuDarkArrowColor:"#fff",menuDarkInlineSubmenuBg:"#000c17",menuDarkHighlightColor:"#fff",menuDarkItemActiveBg:"#1890ff",menuDarkItemActiveDangerBg:"#ff4d4f",menuDarkSelectedItemIconColor:"#fff",menuDarkSelectedItemTextColor:"#fff",menuDarkItemHoverBg:"transparent",spinDotSizeSm:"14px",spinDotSize:"20px",spinDotSizeLg:"32px",tableBg:"#fff",tableHeaderBg:"#fafafa",tableHeaderColor:"rgba(0, 0, 0, 0.85)",tableHeaderSortBg:"#f5f5f5",tableBodySortBg:"#fafafa",tableRowHoverBg:"#fafafa",tableSelectedRowColor:"inherit",tableSelectedRowBg:"#e6f7ff",tableBodySelectedSortBg:"#e6f7ff",tableSelectedRowHoverBg:"#dcf4ff",tableExpandedRowBg:"#fbfbfb",tablePaddingVertical:"16px",tablePaddingHorizontal:"16px",tablePaddingVerticalMd:"12px",tablePaddingHorizontalMd:"8px",tablePaddingVerticalSm:"8px",tablePaddingHorizontalSm:"8px",tableBorderColor:"#f0f0f0",tableBorderRadiusBase:"2px",tableFooterBg:"#fafafa",tableFooterColor:"rgba(0, 0, 0, 0.85)",tableHeaderBgSm:"#fafafa",tableFontSize:"14px",tableFontSizeMd:"14px",tableFontSizeSm:"14px",tableHeaderCellSplitColor:"rgba(0, 0, 0, 0.06)",tableHeaderSortActiveBg:"rgba(0, 0, 0, 0.04)",tableFixedHeaderSortActiveBg:"#f5f5f5",tableHeaderFilterActiveBg:"rgba(0, 0, 0, 0.04)",tableFilterBtnsBg:"inherit",tableFilterDropdownBg:"#fff",tableExpandIconBg:"#fff",tableSelectionColumnWidth:"32px",tableStickyScrollBarBg:"rgba(0, 0, 0, 0.35)",tableStickyScrollBarRadius:"4px",tagDefaultBg:"#fafafa",tagDefaultColor:"rgba(0, 0, 0, 0.85)",tagFontSize:"12px",tagLineHeight:"20px",pickerBg:"#fff",pickerBasicCellHoverColor:"#f5f5f5",pickerBasicCellActiveWithRangeColor:"#e6f7ff",pickerBasicCellHoverWithRangeColor:"#cbe6ff",pickerBasicCellDisabledBg:"rgba(0, 0, 0, 0.04)",pickerBorderColor:"#f0f0f0",pickerDateHoverRangeBorderColor:"#7ec1ff",pickerDateHoverRangeColor:"#cbe6ff",pickerTimePanelColumnWidth:"56px",pickerTimePanelColumnHeight:"224px",pickerTimePanelCellHeight:"28px",pickerPanelCellHeight:"24px",pickerPanelCellWidth:"36px",pickerTextHeight:"40px",pickerPanelWithoutTimeCellHeight:"66px",calendarBg:"#fff",calendarInputBg:"#fff",calendarBorderColor:"#fff",calendarItemActiveBg:"#e6f7ff",calendarColumnActiveBg:"rgba(230, 247, 255, 0.2)",calendarFullBg:"#fff",calendarFullPanelBg:"#fff",carouselDotWidth:"16px",carouselDotHeight:"3px",carouselDotActiveWidth:"24px",badgeHeight:"20px",badgeHeightSm:"14px",badgeDotSize:"6px",badgeFontSize:"12px",badgeFontSizeSm:"12px",badgeFontWeight:"normal",badgeStatusSize:"6px",badgeTextColor:"#fff",badgeColor:"#ff4d4f",rateStarColor:"#fadb14",rateStarBg:"#f0f0f0",rateStarSize:"20px",rateStarHoverScale:"scale(1.1)",cardHeadColor:"rgba(0, 0, 0, 0.85)",cardHeadBackground:"transparent",cardHeadFontSize:"16px",cardHeadFontSizeSm:"14px",cardHeadPadding:"16px",cardHeadPaddingSm:"8px",cardHeadHeight:"48px",cardHeadHeightSm:"36px",cardInnerHeadPadding:"12px",cardPaddingBase:"24px",cardPaddingBaseSm:"12px",cardActionsBackground:"#fff",cardActionsLiMargin:"12px 0",cardSkeletonBg:"#cfd8dc",cardBackground:"#fff",cardShadow:"0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09)",cardRadius:"2px",cardHeadTabsMarginBottom:"-17px",cardHeadExtraColor:"rgba(0, 0, 0, 0.85)",commentBg:"inherit",commentPaddingBase:"16px 0",commentNestIndent:"44px",commentFontSizeBase:"14px",commentFontSizeSm:"12px",commentAuthorNameColor:"rgba(0, 0, 0, 0.45)",commentAuthorTimeColor:"#ccc",commentActionColor:"rgba(0, 0, 0, 0.45)",commentActionHoverColor:"#595959",commentActionsMarginBottom:"inherit",commentActionsMarginTop:"12px",commentContentDetailPMarginBottom:"inherit",tabsCardHeadBackground:"#fafafa",tabsCardHeight:"40px",tabsCardActiveColor:"#1890ff",tabsCardHorizontalPadding:"8px 16px",tabsCardHorizontalPaddingSm:"6px 16px",tabsCardHorizontalPaddingLg:"7px 16px 6px",tabsTitleFontSize:"14px",tabsTitleFontSizeLg:"16px",tabsTitleFontSizeSm:"14px",tabsInkBarColor:"#1890ff",tabsBarMargin:"0 0 16px 0",tabsHorizontalGutter:"32px",tabsHorizontalMargin:"0 0 0 32px",tabsHorizontalMarginRtl:"0 0 0 32px",tabsHorizontalPadding:"12px 0",tabsHorizontalPaddingLg:"16px 0",tabsHorizontalPaddingSm:"8px 0",tabsVerticalPadding:"8px 24px",tabsVerticalMargin:"16px 0 0 0",tabsScrollingSize:"32px",tabsHighlightColor:"#1890ff",tabsHoverColor:"#40a9ff",tabsActiveColor:"#096dd9",tabsCardGutter:"2px",tabsCardTabActiveBorderTop:"2px solid transparent",backTopColor:"#fff",backTopBg:"rgba(0, 0, 0, 0.45)",backTopHoverBg:"rgba(0, 0, 0, 0.85)",avatarSizeBase:"32px",avatarSizeLg:"40px",avatarSizeSm:"24px",avatarFontSizeBase:"18px",avatarFontSizeLg:"24px",avatarFontSizeSm:"14px",avatarBg:"#ccc",avatarColor:"#fff",avatarBorderRadius:"2px",avatarGroupOverlapping:"-8px",avatarGroupSpace:"3px",avatarGroupBorderColor:"#fff",switchHeight:"22px",switchSmHeight:"16px",switchMinWidth:"44px",switchSmMinWidth:"28px",switchDisabledOpacity:"0.4",switchColor:"#1890ff",switchBg:"#fff",switchShadowColor:"rgba(0, 35, 11, 0.2)",switchPadding:"2px",switchInnerMarginMin:"7px",switchInnerMarginMax:"25px",switchSmInnerMarginMin:"5px",switchSmInnerMarginMax:"18px",paginationItemBg:"#fff",paginationItemSize:"32px",paginationItemSizeSm:"24px",paginationFontFamily:"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'",paginationFontWeightActive:"500",paginationItemBgActive:"#fff",paginationItemLinkBg:"#fff",paginationItemDisabledColorActive:"rgba(0, 0, 0, 0.25)",paginationItemDisabledBgActive:"#e6e6e6",paginationItemInputBg:"#fff",paginationMiniOptionsSizeChangerTop:"0px",pageHeaderPadding:"24px",pageHeaderPaddingVertical:"16px",pageHeaderPaddingBreadcrumb:"12px",pageHeaderContentPaddingVertical:"12px",pageHeaderBackColor:"#000",pageHeaderGhostBg:"inherit",pageHeaderHeadingTitle:"20px",pageHeaderHeadingSubTitle:"14px",pageHeaderTabsTabFontSize:"16px",breadcrumbBaseColor:"rgba(0, 0, 0, 0.45)",breadcrumbLastItemColor:"rgba(0, 0, 0, 0.85)",breadcrumbFontSize:"14px",breadcrumbIconFontSize:"14px",breadcrumbLinkColor:"rgba(0, 0, 0, 0.45)",breadcrumbLinkColorHover:"#40a9ff",breadcrumbSeparatorColor:"rgba(0, 0, 0, 0.45)",breadcrumbSeparatorMargin:"0 8px",sliderMargin:"10px 6px 10px",sliderRailBackgroundColor:"#f5f5f5",sliderRailBackgroundColorHover:"#e1e1e1",sliderTrackBackgroundColor:"#91d5ff",sliderTrackBackgroundColorHover:"#69c0ff",sliderHandleBorderWidth:"2px",sliderHandleBackgroundColor:"#fff",sliderHandleColor:"#91d5ff",sliderHandleColorHover:"#69c0ff",sliderHandleColorFocus:"#46a6ff",sliderHandleColorFocusShadow:"rgba(24, 144, 255, 0.12)",sliderHandleColorTooltipOpen:"#1890ff",sliderHandleSize:"14px",sliderHandleMarginTop:"-5px",sliderHandleShadow:"0",sliderDotBorderColor:"#f0f0f0",sliderDotBorderColorActive:"#8cc8ff",sliderDisabledColor:"rgba(0, 0, 0, 0.25)",sliderDisabledBackgroundColor:"#fff",treeBg:"#fff",treeTitleHeight:"24px",treeChildPadding:"18px",treeDirectorySelectedColor:"#fff",treeDirectorySelectedBg:"#1890ff",treeNodeHoverBg:"#f5f5f5",treeNodeSelectedBg:"#bae7ff",collapseHeaderPadding:"12px 16px",collapseHeaderPaddingExtra:"40px",collapseHeaderBg:"#fafafa",collapseContentPadding:"16px",collapseContentBg:"#fff",collapseHeaderArrowLeft:"16px",skeletonColor:"rgba(190, 190, 190, 0.2)",skeletonToColor:"rgba(129, 129, 129, 0.24)",skeletonParagraphMarginTop:"28px",skeletonParagraphLiMarginTop:"16px",skeletonParagraphLiHeight:"16px",skeletonTitleHeight:"16px",skeletonTitleParagraphMarginTop:"24px",transferHeaderHeight:"40px",transferItemHeight:"32px",transferDisabledBg:"#f5f5f5",transferListHeight:"200px",transferItemHoverBg:"#f5f5f5",transferItemSelectedHoverBg:"#dcf4ff",transferItemPaddingVertical:"6px",transferListSearchIconTop:"12px",messageNoticeContentPadding:"10px 16px",messageNoticeContentBg:"#fff",waveAnimationWidth:"6px",alertSuccessBorderColor:"#b7eb8f",alertSuccessBgColor:"#f6ffed",alertSuccessIconColor:"#52c41a",alertInfoBorderColor:"#91d5ff",alertInfoBgColor:"#e6f7ff",alertInfoIconColor:"#1890ff",alertWarningBorderColor:"#ffe58f",alertWarningBgColor:"#fffbe6",alertWarningIconColor:"#faad14",alertErrorBorderColor:"#ffccc7",alertErrorBgColor:"#fff2f0",alertErrorIconColor:"#ff4d4f",alertMessageColor:"rgba(0, 0, 0, 0.85)",alertTextColor:"rgba(0, 0, 0, 0.85)",alertCloseColor:"rgba(0, 0, 0, 0.45)",alertCloseHoverColor:"rgba(0, 0, 0, 0.75)",alertNoIconPaddingVertical:"8px",alertWithDescriptionNoIconPaddingVertical:"15px",alertWithDescriptionPaddingVertical:"15px",alertWithDescriptionPadding:"15px 15px 15px 24px",alertIconTop:"12.0005px",alertWithDescriptionIconSize:"24px",listHeaderBackground:"transparent",listFooterBackground:"transparent",listEmptyTextPadding:"16px",listItemPadding:"12px 0",listItemPaddingSm:"8px 16px",listItemPaddingLg:"16px 24px",listItemMetaMarginBottom:"16px",listItemMetaAvatarMarginRight:"16px",listItemMetaTitleMarginBottom:"12px",listCustomizeCardBg:"#fff",listItemMetaDescriptionFontSize:"14px",statisticTitleFontSize:"14px",statisticContentFontSize:"24px",statisticUnitFontSize:"24px",statisticFontFamily:"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'",drawerHeaderPadding:"16px 24px",drawerBodyPadding:"24px",drawerBg:"#fff",drawerFooterPaddingVertical:"10px",drawerFooterPaddingHorizontal:"16px",drawerHeaderCloseSize:"56px",drawerTitleFontSize:"16px",drawerTitleLineHeight:"22px",timelineWidth:"2px",timelineColor:"#f0f0f0",timelineDotBorderWidth:"2px",timelineDotColor:"#1890ff",timelineDotBg:"#fff",timelineItemPaddingBottom:"20px",typographyTitleFontWeight:"600",typographyTitleMarginTop:"1.2em",typographyTitleMarginBottom:"0.5em",uploadActionsColor:"rgba(0, 0, 0, 0.45)",processTailColor:"#f0f0f0",stepsNavArrowColor:"rgba(0, 0, 0, 0.25)",stepsBackground:"#fff",stepsIconSize:"32px",stepsIconCustomSize:"32px",stepsIconCustomTop:"0px",stepsIconCustomFontSize:"24px",stepsIconTop:"-0.5px",stepsIconFontSize:"16px",stepsIconMargin:"0 8px 0 0",stepsTitleLineHeight:"32px",stepsSmallIconSize:"24px",stepsSmallIconMargin:"0 8px 0 0",stepsDotSize:"8px",stepsDotTop:"2px",stepsCurrentDotSize:"10px",stepsDescriptionMaxWidth:"140px",stepsNavContentMaxWidth:"auto",stepsVerticalIconWidth:"16px",stepsVerticalTailWidth:"16px",stepsVerticalTailWidthSm:"12px",notificationBg:"#fff",notificationPaddingVertical:"16px",notificationPaddingHorizontal:"24px",resultTitleFontSize:"24px",resultSubtitleFontSize:"14px",resultIconFontSize:"72px",resultExtraMargin:"24px 0 0 0",imageSizeBase:"48px",imageFontSizeBase:"24px",imageBg:"#f5f5f5",imageColor:"#fff",imageMaskFontSize:"16px",imagePreviewOperationSize:"18px",imagePreviewOperationColor:"rgba(255, 255, 255, 0.85)",imagePreviewOperationDisabledColor:"rgba(255, 255, 255, 0.25)"},a0=f.createContext({theme:g,toggleTheme(a){}}),af=()=>f.useContext(a0),ag=({children:a})=>{let[b,d]=f.useState(g),h=b=>{let a={...g,...b};e.ConfigProvider.config({theme:a,prefixCls:"jitera"}),d(a)},c=f.useMemo(()=>({theme:b,toggleTheme:h}),[b]);return aj.jsx(e.ConfigProvider,{prefixCls:"jitera",iconPrefixCls:"jiteraicon",children:aj.jsx(a0.Provider,{value:c,children:a})})},a1=[],ah={show(b,c={}){let d=document.createDocumentFragment();function a(a=!0){setTimeout(()=>{al.render(aj.jsx(ag,{children:aj.jsx(e.Modal,{visible:a,closable:!1,footer:null,modalRender:()=>aj.jsx(y,{style:{pointerEvents:"auto"},children:b}),style:{top:c.position,...c.style},...c})}),d)})}a1.push(a),a()},hide(){var a;null===(a=a1.pop())|| void 0===a||a(!1)},hideAll(){a1.forEach(a=>{a(!1)})}},a2=c.default.div`
85
+ `,{TabPane:a$}=e.Tabs,af=a.default.forwardRef((a,b)=>{let{style:c,tabType:d,tabs:e,children:g,className:h,responsiveVisibility:i,...j}=a,{classNames:k}=az({className:h,responsiveVisibility:i}),l=f.useMemo(()=>{if(g)return f.Children.map(g,(d,b)=>{let a=null==e?void 0:e[b],c=(null==a?void 0:a.title)||`Tab ${b}`;return ak.jsx(a$,{tab:c,children:d},(null==a?void 0:a.key)||`${c}_${b}`)})},[g,e]);return ak.jsx("div",{style:c,className:k,ref:b,children:ak.jsx(aZ,{type:d,...j,children:l})})}),a_="jitera",a0="jiteraicon",g={blueBase:"#1890ff",blue1:"#e6f7ff",blue2:"#bae7ff",blue3:"#91d5ff",blue4:"#69c0ff",blue5:"#40a9ff",blue6:"#1890ff",blue7:"#096dd9",blue8:"#0050b3",blue9:"#003a8c",blue10:"#002766",purpleBase:"#722ed1",purple1:"#f9f0ff",purple2:"#efdbff",purple3:"#d3adf7",purple4:"#b37feb",purple5:"#9254de",purple6:"#722ed1",purple7:"#531dab",purple8:"#391085",purple9:"#22075e",purple10:"#120338",cyanBase:"#13c2c2",cyan1:"#e6fffb",cyan2:"#b5f5ec",cyan3:"#87e8de",cyan4:"#5cdbd3",cyan5:"#36cfc9",cyan6:"#13c2c2",cyan7:"#08979c",cyan8:"#006d75",cyan9:"#00474f",cyan10:"#002329",greenBase:"#52c41a",green1:"#f6ffed",green2:"#d9f7be",green3:"#b7eb8f",green4:"#95de64",green5:"#73d13d",green6:"#52c41a",green7:"#389e0d",green8:"#237804",green9:"#135200",green10:"#092b00",magentaBase:"#eb2f96",magenta1:"#fff0f6",magenta2:"#ffd6e7",magenta3:"#ffadd2",magenta4:"#ff85c0",magenta5:"#f759ab",magenta6:"#eb2f96",magenta7:"#c41d7f",magenta8:"#9e1068",magenta9:"#780650",magenta10:"#520339",pinkBase:"#eb2f96",pink1:"#fff0f6",pink2:"#ffd6e7",pink3:"#ffadd2",pink4:"#ff85c0",pink5:"#f759ab",pink6:"#eb2f96",pink7:"#c41d7f",pink8:"#9e1068",pink9:"#780650",pink10:"#520339",redBase:"#f5222d",red1:"#fff1f0",red2:"#ffccc7",red3:"#ffa39e",red4:"#ff7875",red5:"#ff4d4f",red6:"#f5222d",red7:"#cf1322",red8:"#a8071a",red9:"#820014",red10:"#5c0011",orangeBase:"#fa8c16",orange1:"#fff7e6",orange2:"#ffe7ba",orange3:"#ffd591",orange4:"#ffc069",orange5:"#ffa940",orange6:"#fa8c16",orange7:"#d46b08",orange8:"#ad4e00",orange9:"#873800",orange10:"#612500",yellowBase:"#fadb14",yellow1:"#feffe6",yellow2:"#ffffb8",yellow3:"#fffb8f",yellow4:"#fff566",yellow5:"#ffec3d",yellow6:"#fadb14",yellow7:"#d4b106",yellow8:"#ad8b00",yellow9:"#876800",yellow10:"#614700",volcanoBase:"#fa541c",volcano1:"#fff2e8",volcano2:"#ffd8bf",volcano3:"#ffbb96",volcano4:"#ff9c6e",volcano5:"#ff7a45",volcano6:"#fa541c",volcano7:"#d4380d",volcano8:"#ad2102",volcano9:"#871400",volcano10:"#610b00",geekblueBase:"#2f54eb",geekblue1:"#f0f5ff",geekblue2:"#d6e4ff",geekblue3:"#adc6ff",geekblue4:"#85a5ff",geekblue5:"#597ef7",geekblue6:"#2f54eb",geekblue7:"#1d39c4",geekblue8:"#10239e",geekblue9:"#061178",geekblue10:"#030852",limeBase:"#a0d911",lime1:"#fcffe6",lime2:"#f4ffb8",lime3:"#eaff8f",lime4:"#d3f261",lime5:"#bae637",lime6:"#a0d911",lime7:"#7cb305",lime8:"#5b8c00",lime9:"#3f6600",lime10:"#254000",goldBase:"#faad14",gold1:"#fffbe6",gold2:"#fff1b8",gold3:"#ffe58f",gold4:"#ffd666",gold5:"#ffc53d",gold6:"#faad14",gold7:"#d48806",gold8:"#ad6800",gold9:"#874d00",gold10:"#613400",presetColors:"pink, magenta, red, volcano, orange, yellow, gold, cyan, lime, green, blue, geekblue, purple",theme:"default",antPrefix:"ant",htmlSelector:"html",primaryColor:"#1890ff",primaryColorHover:"#40a9ff",primaryColorActive:"#096dd9",primaryColorOutline:"rgba(24, 144, 255, 0.2)",processingColor:"#1890ff",infoColor:"#1890ff",infoColorDeprecatedBg:"#e6f7ff",infoColorDeprecatedBorder:"#91d5ff",successColor:"#52c41a",successColorHover:"#73d13d",successColorActive:"#389e0d",successColorOutline:"rgba(82, 196, 26, 0.2)",successColorDeprecatedBg:"#f6ffed",successColorDeprecatedBorder:"#b7eb8f",warningColor:"#faad14",warningColorHover:"#ffc53d",warningColorActive:"#d48806",warningColorOutline:"rgba(250, 173, 20, 0.2)",warningColorDeprecatedBg:"#fffbe6",warningColorDeprecatedBorder:"#ffe58f",errorColor:"#ff4d4f",errorColorHover:"#ff7875",errorColorActive:"#d9363e",errorColorOutline:"rgba(255, 77, 79, 0.2)",errorColorDeprecatedBg:"#fff2f0",errorColorDeprecatedBorder:"#ffccc7",highlightColor:"#ff4d4f",normalColor:"#d9d9d9",white:"#fff",black:"#000",primary1:"#e6f7ff",primary2:"#bae7ff",primary3:"#91d5ff",primary4:"#69c0ff",primary5:"#40a9ff",primary6:"#1890ff",primary7:"#096dd9",primary8:"#0050b3",primary9:"#003a8c",primary10:"#002766",bodyBackground:"#fff",componentBackground:"#fff",popoverBackground:"#fff",popoverCustomizeBorderColor:"#f0f0f0",fontFamily:"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'",codeFamily:"'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace",textColor:"rgba(0, 0, 0, 0.85)",textColorSecondary:"rgba(0, 0, 0, 0.45)",textColorInverse:"#fff",iconColor:"inherit",iconColorHover:"rgba(0, 0, 0, 0.75)",headingColor:"rgba(0, 0, 0, 0.85)",textColorDark:"rgba(255, 255, 255, 0.85)",textColorSecondaryDark:"rgba(255, 255, 255, 0.65)",textSelectionBg:"#1890ff",fontVariantBase:"tabular-nums",fontFeatureSettingsBase:"'tnum'",fontSizeBase:"14px",fontSizeLg:"16px",fontSizeSm:"12px",heading1Size:"38px",heading2Size:"30px",heading3Size:"24px",heading4Size:"20px",heading5Size:"16px",lineHeightBase:"1.5715",borderRadiusBase:"2px",borderRadiusSm:"2px",paddingLg:"24px",paddingMd:"16px",paddingSm:"12px",paddingXs:"8px",paddingXss:"4px",controlPaddingHorizontal:"12px",controlPaddingHorizontalSm:"8px",marginLg:"24px",marginMd:"16px",marginSm:"12px",marginXs:"8px",marginXss:"4px",heightBase:"32px",heightLg:"40px",heightSm:"24px",itemActiveBg:"#e6f7ff",itemHoverBg:"#f5f5f5",iconfontCssPrefix:"anticon",linkColor:"#1890ff",linkHoverColor:"#40a9ff",linkActiveColor:"#096dd9",linkDecoration:"none",linkHoverDecoration:"none",linkFocusDecoration:"none",linkFocusOutline:"0",easeBaseOut:"cubic-bezier(0.7, 0.3, 0.1, 1)",easeBaseIn:"cubic-bezier(0.9, 0, 0.3, 0.7)",easeOut:"cubic-bezier(0.215, 0.61, 0.355, 1)",easeIn:"cubic-bezier(0.55, 0.055, 0.675, 0.19)",easeInOut:"cubic-bezier(0.645, 0.045, 0.355, 1)",easeOutBack:"cubic-bezier(0.12, 0.4, 0.29, 1.46)",easeInBack:"cubic-bezier(0.71, -0.46, 0.88, 0.6)",easeInOutBack:"cubic-bezier(0.71, -0.46, 0.29, 1.46)",easeOutCirc:"cubic-bezier(0.08, 0.82, 0.17, 1)",easeInCirc:"cubic-bezier(0.6, 0.04, 0.98, 0.34)",easeInOutCirc:"cubic-bezier(0.78, 0.14, 0.15, 0.86)",easeOutQuint:"cubic-bezier(0.23, 1, 0.32, 1)",easeInQuint:"cubic-bezier(0.755, 0.05, 0.855, 0.06)",easeInOutQuint:"cubic-bezier(0.86, 0, 0.07, 1)",borderColorBase:"#d9d9d9",borderColorSplit:"#f0f0f0",borderColorInverse:"#fff",borderWidthBase:"1px",borderStyleBase:"solid",outlineBlurSize:"0",outlineWidth:"2px",outlineColor:"#1890ff",outlineFade:"20%",backgroundColorLight:"#fafafa",backgroundColorBase:"#f5f5f5",disabledColor:"rgba(0, 0, 0, 0.25)",disabledBg:"#f5f5f5",disabledActiveBg:"#e6e6e6",disabledColorDark:"rgba(255, 255, 255, 0.35)",shadowColor:"rgba(0, 0, 0, 0.15)",shadowColorInverse:"#fff",boxShadowBase:"0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05)",shadow1Up:"0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03)",shadow1Down:"0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03)",shadow1Left:"-6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03)",shadow1Right:"6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03)",shadow2:"0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05)",btnFontWeight:"400",btnBorderRadiusBase:"2px",btnBorderRadiusSm:"2px",btnBorderWidth:"1px",btnBorderStyle:"solid",btnShadow:"0 2px 0 rgba(0, 0, 0, 0.015)",btnPrimaryShadow:"0 2px 0 rgba(0, 0, 0, 0.045)",btnTextShadow:"0 -1px 0 rgba(0, 0, 0, 0.12)",btnPrimaryColor:"#fff",btnPrimaryBg:"#1890ff",btnDefaultColor:"rgba(0, 0, 0, 0.85)",btnDefaultBg:"#fff",btnDefaultBorder:"#d9d9d9",btnDangerColor:"#fff",btnDangerBg:"#ff4d4f",btnDangerBorder:"#ff4d4f",btnDisableColor:"rgba(0, 0, 0, 0.25)",btnDisableBg:"#f5f5f5",btnDisableBorder:"#d9d9d9",btnDefaultGhostColor:"#fff",btnDefaultGhostBg:"transparent",btnDefaultGhostBorder:"#fff",btnFontSizeLg:"16px",btnFontSizeSm:"14px",btnPaddingHorizontalBase:"15px",btnPaddingHorizontalLg:"15px",btnPaddingHorizontalSm:"7px",btnHeightBase:"32px",btnHeightLg:"40px",btnHeightSm:"24px",btnLineHeight:"1.5715",btnCircleSize:"32px",btnCircleSizeLg:"40px",btnCircleSizeSm:"24px",btnSquareSize:"32px",btnSquareSizeLg:"40px",btnSquareSizeSm:"24px",btnSquareOnlyIconSize:"16px",btnSquareOnlyIconSizeSm:"14px",btnSquareOnlyIconSizeLg:"18px",btnGroupBorder:"#40a9ff",btnLinkHoverBg:"transparent",btnTextHoverBg:"rgba(0, 0, 0, 0.018)",checkboxSize:"16px",checkboxColor:"#1890ff",checkboxCheckColor:"#fff",checkboxCheckBg:"#fff",checkboxBorderWidth:"1px",checkboxBorderRadius:"2px",checkboxGroupItemMarginRight:"8px",descriptionsBg:"#fafafa",descriptionsTitleMarginBottom:"20px",descriptionsDefaultPadding:"16px 24px",descriptionsMiddlePadding:"12px 24px",descriptionsSmallPadding:"8px 16px",descriptionsItemPaddingBottom:"16px",descriptionsItemTrailingColon:"true",descriptionsItemLabelColonMarginRight:"8px",descriptionsItemLabelColonMarginLeft:"2px",descriptionsExtraColor:"rgba(0, 0, 0, 0.85)",dividerTextPadding:"1em",dividerOrientationMargin:"5%",dividerColor:"rgba(0, 0, 0, 0.06)",dividerVerticalGutter:"8px",dropdownSelectedColor:"#1890ff",dropdownMenuSubmenuDisabledBg:"#fff",dropdownSelectedBg:"#e6f7ff",emptyFontSize:"14px",radioSize:"16px",radioTop:"0.2em",radioBorderWidth:"1px",radioDotSize:"8px",radioDotColor:"#1890ff",radioDotDisabledColor:"rgba(0, 0, 0, 0.2)",radioSolidCheckedColor:"#fff",radioButtonBg:"#fff",radioButtonCheckedBg:"#fff",radioButtonColor:"rgba(0, 0, 0, 0.85)",radioButtonHoverColor:"#40a9ff",radioButtonActiveColor:"#096dd9",radioButtonPaddingHorizontal:"15px",radioDisabledButtonCheckedBg:"#e6e6e6",radioDisabledButtonCheckedColor:"rgba(0, 0, 0, 0.25)",radioWrapperMarginRight:"8px",screenXs:"480px",screenXsMin:"480px",screenSm:"576px",screenSmMin:"576px",screenMd:"768px",screenMdMin:"768px",screenLg:"992px",screenLgMin:"992px",screenXl:"1200px",screenXlMin:"1200px",screenXxl:"1600px",screenXxlMin:"1600px",screenXsMax:"575px",screenSmMax:"767px",screenMdMax:"991px",screenLgMax:"1199px",screenXlMax:"1599px",gridColumns:"24",layoutBodyBackground:"#f0f2f5",layoutHeaderBackground:"#001529",layoutHeaderHeight:"64px",layoutHeaderPadding:"0 50px",layoutHeaderColor:"rgba(0, 0, 0, 0.85)",layoutFooterPadding:"24px 50px",layoutFooterBackground:"#f0f2f5",layoutSiderBackground:"#001529",layoutTriggerHeight:"48px",layoutTriggerBackground:"#002140",layoutTriggerColor:"#fff",layoutZeroTriggerWidth:"36px",layoutZeroTriggerHeight:"42px",layoutSiderBackgroundLight:"#fff",layoutTriggerBackgroundLight:"#fff",layoutTriggerColorLight:"rgba(0, 0, 0, 0.85)",zindexBadge:"auto",zindexTableFixed:"2",zindexAffix:"10",zindexBackTop:"10",zindexPickerPanel:"10",zindexPopupClose:"10",zindexModal:"1000",zindexModalMask:"1000",zindexMessage:"1010",zindexNotification:"1010",zindexPopover:"1030",zindexDropdown:"1050",zindexPicker:"1050",zindexPopoconfirm:"1060",zindexTooltip:"1070",zindexImage:"1080",animationDurationSlow:"0.3s",animationDurationBase:"0.2s",animationDurationFast:"0.1s",collapsePanelBorderRadius:"2px",dropdownMenuBg:"#fff",dropdownVerticalPadding:"5px",dropdownEdgeChildVerticalPadding:"4px",dropdownFontSize:"14px",dropdownLineHeight:"22px",labelRequiredColor:"#ff4d4f",labelColor:"rgba(0, 0, 0, 0.85)",formWarningInputBg:"#fff",formItemMarginBottom:"24px",formItemTrailingColon:"true",formVerticalLabelPadding:"0 0 8px",formVerticalLabelMargin:"0",formItemLabelFontSize:"14px",formItemLabelHeight:"32px",formItemLabelColonMarginRight:"8px",formItemLabelColonMarginLeft:"2px",formErrorInputBg:"#fff",inputHeightBase:"32px",inputHeightLg:"40px",inputHeightSm:"24px",inputPaddingHorizontal:"11px",inputPaddingHorizontalBase:"11px",inputPaddingHorizontalSm:"7px",inputPaddingHorizontalLg:"11px",inputPaddingVerticalBase:"4px",inputPaddingVerticalSm:"0px",inputPaddingVerticalLg:"6.5px",inputPlaceholderColor:"#bfbfbf",inputColor:"rgba(0, 0, 0, 0.85)",inputIconColor:"rgba(0, 0, 0, 0.85)",inputBorderColor:"#d9d9d9",inputBg:"#fff",inputNumberHoverBorderColor:"#40a9ff",inputNumberHandlerActiveBg:"#f4f4f4",inputNumberHandlerHoverBg:"#40a9ff",inputNumberHandlerBg:"#fff",inputNumberHandlerBorderColor:"#d9d9d9",inputAddonBg:"#fafafa",inputHoverBorderColor:"#40a9ff",inputDisabledBg:"#f5f5f5",inputOutlineOffset:"0 0",inputIconHoverColor:"rgba(0, 0, 0, 0.85)",inputDisabledColor:"rgba(0, 0, 0, 0.25)",mentionsDropdownBg:"#fff",mentionsDropdownMenuItemHoverBg:"#fff",selectBorderColor:"#d9d9d9",selectItemSelectedColor:"rgba(0, 0, 0, 0.85)",selectItemSelectedFontWeight:"600",selectDropdownBg:"#fff",selectItemSelectedBg:"#e6f7ff",selectItemActiveBg:"#f5f5f5",selectDropdownVerticalPadding:"5px",selectDropdownFontSize:"14px",selectDropdownLineHeight:"22px",selectDropdownHeight:"32px",selectBackground:"#fff",selectClearBackground:"#fff",selectSelectionItemBg:"#f5f5f5",selectSelectionItemBorderColor:"#f0f0f0",selectSingleItemHeightLg:"40px",selectMultipleItemHeight:"24px",selectMultipleItemHeightLg:"32px",selectMultipleItemSpacingHalf:"2px",selectMultipleDisabledBackground:"#f5f5f5",selectMultipleItemDisabledColor:"#bfbfbf",selectMultipleItemDisabledBorderColor:"#d9d9d9",cascaderBg:"#fff",cascaderItemSelectedBg:"#e6f7ff",cascaderMenuBg:"#fff",cascaderMenuBorderColorSplit:"#f0f0f0",cascaderDropdownVerticalPadding:"5px",cascaderDropdownEdgeChildVerticalPadding:"4px",cascaderDropdownFontSize:"14px",cascaderDropdownLineHeight:"22px",anchorBg:"transparent",anchorBorderColor:"#f0f0f0",anchorLinkTop:"7px",anchorLinkLeft:"16px",anchorLinkPadding:"7px 0 7px 16px",tooltipMaxWidth:"250px",tooltipColor:"#fff",tooltipBg:"rgba(0, 0, 0, 0.75)",tooltipArrowWidth:"11.3137085px",tooltipDistance:"14.3137085px",tooltipArrowColor:"rgba(0, 0, 0, 0.75)",popoverBg:"#fff",popoverColor:"rgba(0, 0, 0, 0.85)",popoverMinWidth:"177px",popoverMinHeight:"32px",popoverArrowWidth:"11.3137085px",popoverArrowColor:"#fff",popoverArrowOuterColor:"#fff",popoverDistance:"15.3137085px",popoverPaddingHorizontal:"16px",modalHeaderPaddingVertical:"16px",modalHeaderPaddingHorizontal:"24px",modalBodyPadding:"24px",modalHeaderBg:"#fff",modalHeaderPadding:"16px 24px",modalHeaderBorderWidth:"1px",modalHeaderBorderStyle:"solid",modalHeaderTitleLineHeight:"22px",modalHeaderTitleFontSize:"16px",modalHeaderBorderColorSplit:"#f0f0f0",modalHeaderCloseSize:"56px",modalContentBg:"#fff",modalHeadingColor:"rgba(0, 0, 0, 0.85)",modalCloseColor:"rgba(0, 0, 0, 0.45)",modalFooterBg:"transparent",modalFooterBorderColorSplit:"#f0f0f0",modalFooterBorderStyle:"solid",modalFooterPaddingVertical:"10px",modalFooterPaddingHorizontal:"16px",modalFooterBorderWidth:"1px",modalMaskBg:"rgba(0, 0, 0, 0.45)",modalConfirmBodyPadding:"32px 32px 24px",modalConfirmTitleFontSize:"16px",progressDefaultColor:"#1890ff",progressRemainingColor:"#f5f5f5",progressInfoTextColor:"rgba(0, 0, 0, 0.85)",progressRadius:"100px",progressStepsItemBg:"#f3f3f3",progressTextFontSize:"1em",progressTextColor:"rgba(0, 0, 0, 0.85)",progressCircleTextFontSize:"1em",menuInlineToplevelItemHeight:"40px",menuItemHeight:"40px",menuItemGroupHeight:"1.5715",menuCollapsedWidth:"80px",menuBg:"#fff",menuPopupBg:"#fff",menuItemColor:"rgba(0, 0, 0, 0.85)",menuInlineSubmenuBg:"#fafafa",menuHighlightColor:"#1890ff",menuHighlightDangerColor:"#ff4d4f",menuItemActiveBg:"#e6f7ff",menuItemActiveDangerBg:"#fff1f0",menuItemActiveBorderWidth:"3px",menuItemGroupTitleColor:"rgba(0, 0, 0, 0.45)",menuItemVerticalMargin:"4px",menuItemFontSize:"14px",menuItemBoundaryMargin:"8px",menuItemPaddingHorizontal:"20px",menuItemPadding:"0 20px",menuHorizontalLineHeight:"46px",menuIconMarginRight:"10px",menuIconSize:"14px",menuIconSizeLg:"16px",menuItemGroupTitleFontSize:"14px",menuDarkColor:"rgba(255, 255, 255, 0.65)",menuDarkDangerColor:"#ff4d4f",menuDarkBg:"#001529",menuDarkArrowColor:"#fff",menuDarkInlineSubmenuBg:"#000c17",menuDarkHighlightColor:"#fff",menuDarkItemActiveBg:"#1890ff",menuDarkItemActiveDangerBg:"#ff4d4f",menuDarkSelectedItemIconColor:"#fff",menuDarkSelectedItemTextColor:"#fff",menuDarkItemHoverBg:"transparent",spinDotSizeSm:"14px",spinDotSize:"20px",spinDotSizeLg:"32px",tableBg:"#fff",tableHeaderBg:"#fafafa",tableHeaderColor:"rgba(0, 0, 0, 0.85)",tableHeaderSortBg:"#f5f5f5",tableBodySortBg:"#fafafa",tableRowHoverBg:"#fafafa",tableSelectedRowColor:"inherit",tableSelectedRowBg:"#e6f7ff",tableBodySelectedSortBg:"#e6f7ff",tableSelectedRowHoverBg:"#dcf4ff",tableExpandedRowBg:"#fbfbfb",tablePaddingVertical:"16px",tablePaddingHorizontal:"16px",tablePaddingVerticalMd:"12px",tablePaddingHorizontalMd:"8px",tablePaddingVerticalSm:"8px",tablePaddingHorizontalSm:"8px",tableBorderColor:"#f0f0f0",tableBorderRadiusBase:"2px",tableFooterBg:"#fafafa",tableFooterColor:"rgba(0, 0, 0, 0.85)",tableHeaderBgSm:"#fafafa",tableFontSize:"14px",tableFontSizeMd:"14px",tableFontSizeSm:"14px",tableHeaderCellSplitColor:"rgba(0, 0, 0, 0.06)",tableHeaderSortActiveBg:"rgba(0, 0, 0, 0.04)",tableFixedHeaderSortActiveBg:"#f5f5f5",tableHeaderFilterActiveBg:"rgba(0, 0, 0, 0.04)",tableFilterBtnsBg:"inherit",tableFilterDropdownBg:"#fff",tableExpandIconBg:"#fff",tableSelectionColumnWidth:"32px",tableStickyScrollBarBg:"rgba(0, 0, 0, 0.35)",tableStickyScrollBarRadius:"4px",tagDefaultBg:"#fafafa",tagDefaultColor:"rgba(0, 0, 0, 0.85)",tagFontSize:"12px",tagLineHeight:"20px",pickerBg:"#fff",pickerBasicCellHoverColor:"#f5f5f5",pickerBasicCellActiveWithRangeColor:"#e6f7ff",pickerBasicCellHoverWithRangeColor:"#cbe6ff",pickerBasicCellDisabledBg:"rgba(0, 0, 0, 0.04)",pickerBorderColor:"#f0f0f0",pickerDateHoverRangeBorderColor:"#7ec1ff",pickerDateHoverRangeColor:"#cbe6ff",pickerTimePanelColumnWidth:"56px",pickerTimePanelColumnHeight:"224px",pickerTimePanelCellHeight:"28px",pickerPanelCellHeight:"24px",pickerPanelCellWidth:"36px",pickerTextHeight:"40px",pickerPanelWithoutTimeCellHeight:"66px",calendarBg:"#fff",calendarInputBg:"#fff",calendarBorderColor:"#fff",calendarItemActiveBg:"#e6f7ff",calendarColumnActiveBg:"rgba(230, 247, 255, 0.2)",calendarFullBg:"#fff",calendarFullPanelBg:"#fff",carouselDotWidth:"16px",carouselDotHeight:"3px",carouselDotActiveWidth:"24px",badgeHeight:"20px",badgeHeightSm:"14px",badgeDotSize:"6px",badgeFontSize:"12px",badgeFontSizeSm:"12px",badgeFontWeight:"normal",badgeStatusSize:"6px",badgeTextColor:"#fff",badgeColor:"#ff4d4f",rateStarColor:"#fadb14",rateStarBg:"#f0f0f0",rateStarSize:"20px",rateStarHoverScale:"scale(1.1)",cardHeadColor:"rgba(0, 0, 0, 0.85)",cardHeadBackground:"transparent",cardHeadFontSize:"16px",cardHeadFontSizeSm:"14px",cardHeadPadding:"16px",cardHeadPaddingSm:"8px",cardHeadHeight:"48px",cardHeadHeightSm:"36px",cardInnerHeadPadding:"12px",cardPaddingBase:"24px",cardPaddingBaseSm:"12px",cardActionsBackground:"#fff",cardActionsLiMargin:"12px 0",cardSkeletonBg:"#cfd8dc",cardBackground:"#fff",cardShadow:"0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09)",cardRadius:"2px",cardHeadTabsMarginBottom:"-17px",cardHeadExtraColor:"rgba(0, 0, 0, 0.85)",commentBg:"inherit",commentPaddingBase:"16px 0",commentNestIndent:"44px",commentFontSizeBase:"14px",commentFontSizeSm:"12px",commentAuthorNameColor:"rgba(0, 0, 0, 0.45)",commentAuthorTimeColor:"#ccc",commentActionColor:"rgba(0, 0, 0, 0.45)",commentActionHoverColor:"#595959",commentActionsMarginBottom:"inherit",commentActionsMarginTop:"12px",commentContentDetailPMarginBottom:"inherit",tabsCardHeadBackground:"#fafafa",tabsCardHeight:"40px",tabsCardActiveColor:"#1890ff",tabsCardHorizontalPadding:"8px 16px",tabsCardHorizontalPaddingSm:"6px 16px",tabsCardHorizontalPaddingLg:"7px 16px 6px",tabsTitleFontSize:"14px",tabsTitleFontSizeLg:"16px",tabsTitleFontSizeSm:"14px",tabsInkBarColor:"#1890ff",tabsBarMargin:"0 0 16px 0",tabsHorizontalGutter:"32px",tabsHorizontalMargin:"0 0 0 32px",tabsHorizontalMarginRtl:"0 0 0 32px",tabsHorizontalPadding:"12px 0",tabsHorizontalPaddingLg:"16px 0",tabsHorizontalPaddingSm:"8px 0",tabsVerticalPadding:"8px 24px",tabsVerticalMargin:"16px 0 0 0",tabsScrollingSize:"32px",tabsHighlightColor:"#1890ff",tabsHoverColor:"#40a9ff",tabsActiveColor:"#096dd9",tabsCardGutter:"2px",tabsCardTabActiveBorderTop:"2px solid transparent",backTopColor:"#fff",backTopBg:"rgba(0, 0, 0, 0.45)",backTopHoverBg:"rgba(0, 0, 0, 0.85)",avatarSizeBase:"32px",avatarSizeLg:"40px",avatarSizeSm:"24px",avatarFontSizeBase:"18px",avatarFontSizeLg:"24px",avatarFontSizeSm:"14px",avatarBg:"#ccc",avatarColor:"#fff",avatarBorderRadius:"2px",avatarGroupOverlapping:"-8px",avatarGroupSpace:"3px",avatarGroupBorderColor:"#fff",switchHeight:"22px",switchSmHeight:"16px",switchMinWidth:"44px",switchSmMinWidth:"28px",switchDisabledOpacity:"0.4",switchColor:"#1890ff",switchBg:"#fff",switchShadowColor:"rgba(0, 35, 11, 0.2)",switchPadding:"2px",switchInnerMarginMin:"7px",switchInnerMarginMax:"25px",switchSmInnerMarginMin:"5px",switchSmInnerMarginMax:"18px",paginationItemBg:"#fff",paginationItemSize:"32px",paginationItemSizeSm:"24px",paginationFontFamily:"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'",paginationFontWeightActive:"500",paginationItemBgActive:"#fff",paginationItemLinkBg:"#fff",paginationItemDisabledColorActive:"rgba(0, 0, 0, 0.25)",paginationItemDisabledBgActive:"#e6e6e6",paginationItemInputBg:"#fff",paginationMiniOptionsSizeChangerTop:"0px",pageHeaderPadding:"24px",pageHeaderPaddingVertical:"16px",pageHeaderPaddingBreadcrumb:"12px",pageHeaderContentPaddingVertical:"12px",pageHeaderBackColor:"#000",pageHeaderGhostBg:"inherit",pageHeaderHeadingTitle:"20px",pageHeaderHeadingSubTitle:"14px",pageHeaderTabsTabFontSize:"16px",breadcrumbBaseColor:"rgba(0, 0, 0, 0.45)",breadcrumbLastItemColor:"rgba(0, 0, 0, 0.85)",breadcrumbFontSize:"14px",breadcrumbIconFontSize:"14px",breadcrumbLinkColor:"rgba(0, 0, 0, 0.45)",breadcrumbLinkColorHover:"#40a9ff",breadcrumbSeparatorColor:"rgba(0, 0, 0, 0.45)",breadcrumbSeparatorMargin:"0 8px",sliderMargin:"10px 6px 10px",sliderRailBackgroundColor:"#f5f5f5",sliderRailBackgroundColorHover:"#e1e1e1",sliderTrackBackgroundColor:"#91d5ff",sliderTrackBackgroundColorHover:"#69c0ff",sliderHandleBorderWidth:"2px",sliderHandleBackgroundColor:"#fff",sliderHandleColor:"#91d5ff",sliderHandleColorHover:"#69c0ff",sliderHandleColorFocus:"#46a6ff",sliderHandleColorFocusShadow:"rgba(24, 144, 255, 0.12)",sliderHandleColorTooltipOpen:"#1890ff",sliderHandleSize:"14px",sliderHandleMarginTop:"-5px",sliderHandleShadow:"0",sliderDotBorderColor:"#f0f0f0",sliderDotBorderColorActive:"#8cc8ff",sliderDisabledColor:"rgba(0, 0, 0, 0.25)",sliderDisabledBackgroundColor:"#fff",treeBg:"#fff",treeTitleHeight:"24px",treeChildPadding:"18px",treeDirectorySelectedColor:"#fff",treeDirectorySelectedBg:"#1890ff",treeNodeHoverBg:"#f5f5f5",treeNodeSelectedBg:"#bae7ff",collapseHeaderPadding:"12px 16px",collapseHeaderPaddingExtra:"40px",collapseHeaderBg:"#fafafa",collapseContentPadding:"16px",collapseContentBg:"#fff",collapseHeaderArrowLeft:"16px",skeletonColor:"rgba(190, 190, 190, 0.2)",skeletonToColor:"rgba(129, 129, 129, 0.24)",skeletonParagraphMarginTop:"28px",skeletonParagraphLiMarginTop:"16px",skeletonParagraphLiHeight:"16px",skeletonTitleHeight:"16px",skeletonTitleParagraphMarginTop:"24px",transferHeaderHeight:"40px",transferItemHeight:"32px",transferDisabledBg:"#f5f5f5",transferListHeight:"200px",transferItemHoverBg:"#f5f5f5",transferItemSelectedHoverBg:"#dcf4ff",transferItemPaddingVertical:"6px",transferListSearchIconTop:"12px",messageNoticeContentPadding:"10px 16px",messageNoticeContentBg:"#fff",waveAnimationWidth:"6px",alertSuccessBorderColor:"#b7eb8f",alertSuccessBgColor:"#f6ffed",alertSuccessIconColor:"#52c41a",alertInfoBorderColor:"#91d5ff",alertInfoBgColor:"#e6f7ff",alertInfoIconColor:"#1890ff",alertWarningBorderColor:"#ffe58f",alertWarningBgColor:"#fffbe6",alertWarningIconColor:"#faad14",alertErrorBorderColor:"#ffccc7",alertErrorBgColor:"#fff2f0",alertErrorIconColor:"#ff4d4f",alertMessageColor:"rgba(0, 0, 0, 0.85)",alertTextColor:"rgba(0, 0, 0, 0.85)",alertCloseColor:"rgba(0, 0, 0, 0.45)",alertCloseHoverColor:"rgba(0, 0, 0, 0.75)",alertNoIconPaddingVertical:"8px",alertWithDescriptionNoIconPaddingVertical:"15px",alertWithDescriptionPaddingVertical:"15px",alertWithDescriptionPadding:"15px 15px 15px 24px",alertIconTop:"12.0005px",alertWithDescriptionIconSize:"24px",listHeaderBackground:"transparent",listFooterBackground:"transparent",listEmptyTextPadding:"16px",listItemPadding:"12px 0",listItemPaddingSm:"8px 16px",listItemPaddingLg:"16px 24px",listItemMetaMarginBottom:"16px",listItemMetaAvatarMarginRight:"16px",listItemMetaTitleMarginBottom:"12px",listCustomizeCardBg:"#fff",listItemMetaDescriptionFontSize:"14px",statisticTitleFontSize:"14px",statisticContentFontSize:"24px",statisticUnitFontSize:"24px",statisticFontFamily:"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'",drawerHeaderPadding:"16px 24px",drawerBodyPadding:"24px",drawerBg:"#fff",drawerFooterPaddingVertical:"10px",drawerFooterPaddingHorizontal:"16px",drawerHeaderCloseSize:"56px",drawerTitleFontSize:"16px",drawerTitleLineHeight:"22px",timelineWidth:"2px",timelineColor:"#f0f0f0",timelineDotBorderWidth:"2px",timelineDotColor:"#1890ff",timelineDotBg:"#fff",timelineItemPaddingBottom:"20px",typographyTitleFontWeight:"600",typographyTitleMarginTop:"1.2em",typographyTitleMarginBottom:"0.5em",uploadActionsColor:"rgba(0, 0, 0, 0.45)",processTailColor:"#f0f0f0",stepsNavArrowColor:"rgba(0, 0, 0, 0.25)",stepsBackground:"#fff",stepsIconSize:"32px",stepsIconCustomSize:"32px",stepsIconCustomTop:"0px",stepsIconCustomFontSize:"24px",stepsIconTop:"-0.5px",stepsIconFontSize:"16px",stepsIconMargin:"0 8px 0 0",stepsTitleLineHeight:"32px",stepsSmallIconSize:"24px",stepsSmallIconMargin:"0 8px 0 0",stepsDotSize:"8px",stepsDotTop:"2px",stepsCurrentDotSize:"10px",stepsDescriptionMaxWidth:"140px",stepsNavContentMaxWidth:"auto",stepsVerticalIconWidth:"16px",stepsVerticalTailWidth:"16px",stepsVerticalTailWidthSm:"12px",notificationBg:"#fff",notificationPaddingVertical:"16px",notificationPaddingHorizontal:"24px",resultTitleFontSize:"24px",resultSubtitleFontSize:"14px",resultIconFontSize:"72px",resultExtraMargin:"24px 0 0 0",imageSizeBase:"48px",imageFontSizeBase:"24px",imageBg:"#f5f5f5",imageColor:"#fff",imageMaskFontSize:"16px",imagePreviewOperationSize:"18px",imagePreviewOperationColor:"rgba(255, 255, 255, 0.85)",imagePreviewOperationDisabledColor:"rgba(255, 255, 255, 0.25)"},a1=f.createContext({theme:g,toggleTheme(a){}}),ag=()=>f.useContext(a1),ah=({children:a})=>{let[b,d]=f.useState(g),h=b=>{let a={...g,...b};e.ConfigProvider.config({theme:a,prefixCls:"jitera"}),d(a)},c=f.useMemo(()=>({theme:b,toggleTheme:h}),[b]);return ak.jsx(e.ConfigProvider,{prefixCls:"jitera",iconPrefixCls:"jiteraicon",children:ak.jsx(a1.Provider,{value:c,children:a})})};exports.ModalPositionEnum=void 0,function(a){a.DEFAULT="default",a.TOP="top",a.CENTER="center"}(exports.ModalPositionEnum||(exports.ModalPositionEnum={}));const a2=[],ai={show(b,c={}){let d=document.createDocumentFragment();function a(a=!0){setTimeout(()=>{al.render(ak.jsx(ah,{children:ak.jsx(e.Modal,{visible:a,closable:!1,footer:null,modalRender:()=>ak.jsx(z,{style:{pointerEvents:"auto"},children:b}),centered:c.position===exports.ModalPositionEnum.CENTER,style:{top:c.position===exports.ModalPositionEnum.TOP?"0px":void 0,...c.style},...c})}),d)})}a2.push(a),a()},hide(){var a;null===(a=a2.pop())|| void 0===a||a(!1)},hideAll(){a2.forEach(a=>{a(!1)})}},a3=c.default.div`
86
86
  .otp-cell {
87
87
  margin-right: 16px;
88
88
 
@@ -90,4 +90,4 @@
90
90
  margin-right: 0;
91
91
  }
92
92
  }
93
- `;exports.OTPInputType=void 0,function(a){a.Box="box",a.Underline="underline"}(exports.OTPInputType||(exports.OTPInputType={}));const ai=a.default.forwardRef((g,h)=>{let{isPreview:i,responsiveVisibility:j,className:k,pinCount:l=4,autoFocus:m,errorMessage:c,style:n={},cellTextStyle:a={},cellStyle:b={},otpInputType:o="box",...p}=g,{theme:d}=af(),e={};o===exports.OTPInputType.Underline&&(e={borderLeft:"unset",borderRight:"unset",borderTop:"unset"});let f="";aB(b)&&aB(a)&&(f={width:"3rem",height:"3rem",fontSize:"1.5rem",borderRadius:4,border:`${d.borderWidthBase} solid ${d.borderColorBase}`,...b,...a,...e});let{classNames:q}=ay({className:k,responsiveVisibility:j});return aj.jsxs(a2,{className:q,ref:h,children:[aj.jsx(ax.default,{isDisabled:i,...p,numInputs:l,shouldAutoFocus:m,containerStyle:n,inputStyle:f,className:aC("otp-cell",b,a)}),!!c&&aj.jsx(N,{type:"danger",children:c})]})});exports.Box=y,exports.Button=D,exports.Carousel=ad,exports.Checkbox=$,exports.Col=E,exports.Content=F,exports.DateTimePicker=aa,exports.Divider=ac,exports.Footer=G,exports.Form=I,exports.HamburgerMenu=ab,exports.Header=J,exports.Icon=C,exports.Image=K,exports.ImagePicker=_,exports.Input=O,exports.Layout=P,exports.List=X,exports.Menu=Q,exports.MenuItem=R,exports.Modal=ah,exports.OTPInput=ai,exports.Page=T,exports.Radio=Y,exports.Row=U,exports.Select=W,exports.Sider=V,exports.SubMenu=S,exports.Tab=ae,exports.Text=N,exports.TextArea=Z,exports.ThemeProvider=ag,exports.assertUnreachable=A,exports.defaultTheme=g,exports.getIconComponent=z,exports.getIconSet=B,exports.useTheme=af
93
+ `;exports.OTPInputType=void 0,function(a){a.Box="box",a.Underline="underline"}(exports.OTPInputType||(exports.OTPInputType={}));const aj=a.default.forwardRef((g,h)=>{let{isPreview:i,responsiveVisibility:j,className:k,pinCount:l=4,autoFocus:m,errorMessage:c,style:n={},cellTextStyle:a={},cellStyle:b={},otpInputType:o="box",...p}=g,{theme:d}=ag(),e={};o===exports.OTPInputType.Underline&&(e={borderLeft:"unset",borderRight:"unset",borderTop:"unset"});let f="";aC(b)&&aC(a)&&(f={width:"3rem",height:"3rem",fontSize:"1.5rem",borderRadius:4,border:`${d.borderWidthBase} solid ${d.borderColorBase}`,...b,...a,...e});let{classNames:q}=az({className:k,responsiveVisibility:j});return ak.jsxs(a3,{className:q,ref:h,children:[ak.jsx(ay.default,{isDisabled:i,...p,numInputs:l,shouldAutoFocus:m,containerStyle:n,inputStyle:f,className:aD("otp-cell",b,a)}),!!c&&ak.jsx(O,{type:"danger",children:c})]})});exports.Box=z,exports.Button=E,exports.Carousel=ae,exports.Checkbox=_,exports.Col=F,exports.Content=G,exports.DateTimePicker=ab,exports.Divider=ad,exports.Footer=H,exports.Form=J,exports.HamburgerMenu=ac,exports.Header=K,exports.Icon=D,exports.Image=L,exports.ImagePicker=aa,exports.Input=P,exports.Layout=Q,exports.List=Y,exports.Menu=R,exports.MenuItem=S,exports.Modal=ai,exports.OTPInput=aj,exports.Page=U,exports.Radio=Z,exports.Row=V,exports.Select=X,exports.Sider=W,exports.SubMenu=T,exports.Tab=af,exports.Text=O,exports.TextArea=$,exports.ThemeProvider=ah,exports.assertUnreachable=B,exports.defaultTheme=g,exports.getIconComponent=A,exports.getIconSet=C,exports.useTheme=ag
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jitera/jitera-web-ui-library",
3
- "version": "1.30.0",
3
+ "version": "1.32.1",
4
4
  "description": "atoms and component for web project",
5
5
  "sideEffects": [
6
6
  "*.css"