@jitera/jitera-web-ui-library 1.28.1 → 1.29.0
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 +27 -4
- package/dist/index.esm.js +24 -11
- package/dist/index.js +24 -11
- package/package.json +2 -1
package/dist/index.d.ts
CHANGED
@@ -15,8 +15,8 @@ import {
|
|
15
15
|
SpaceProps,
|
16
16
|
CheckboxProps as CheckboxProps$1,
|
17
17
|
UploadProps,
|
18
|
-
|
19
|
-
|
18
|
+
DrawerProps,
|
19
|
+
TabsProps
|
20
20
|
} from 'antd'
|
21
21
|
export { CheckboxOptionType as RadioCheckboxOptionType } from 'antd'
|
22
22
|
import * as react_icons_lib from 'react-icons/lib'
|
@@ -27,6 +27,8 @@ import { Props, OptionsOrGroups, GroupBase, SelectInstance } from 'react-select'
|
|
27
27
|
export { SelectInstance as SelectRef } from 'react-select'
|
28
28
|
import { TextAreaProps as TextAreaProps$1 } from 'antd/lib/input/TextArea'
|
29
29
|
import { CheckboxGroupProps } from 'antd/lib/checkbox'
|
30
|
+
import { Dayjs } from 'dayjs'
|
31
|
+
import { PickerDateProps } from 'antd/lib/date-picker/generatePicker'
|
30
32
|
import { Settings, ResponsiveObject } from 'react-slick'
|
31
33
|
import { OtpInputProps } from 'react-otp-input'
|
32
34
|
|
@@ -257,10 +259,11 @@ declare enum PickerEnum {
|
|
257
259
|
}
|
258
260
|
interface DateTimePickerProps
|
259
261
|
extends PreviewProps,
|
260
|
-
ComponentProps<Omit<
|
262
|
+
ComponentProps<Omit<PickerDateProps<Dayjs>, 'picker' | 'defaultValue'>> {
|
263
|
+
picker?: `${PickerEnum}`
|
261
264
|
showTime?: boolean
|
262
|
-
picker?: PickerEnum
|
263
265
|
errorMessage?: string
|
266
|
+
defaultValue?: Pick<PickerDateProps<Dayjs>, 'defaultValue'> | string
|
264
267
|
}
|
265
268
|
declare const DateTimePicker: React.ForwardRefExoticComponent<
|
266
269
|
DateTimePickerProps & React.RefAttributes<HTMLDivElement>
|
@@ -318,6 +321,24 @@ declare const Carousel: React.ForwardRefExoticComponent<
|
|
318
321
|
CarouselProps & React.RefAttributes<HTMLDivElement>
|
319
322
|
>
|
320
323
|
|
324
|
+
interface TabProps extends PreviewProps, ComponentProps<TabsProps> {
|
325
|
+
tabs?: {
|
326
|
+
[key: string]: {
|
327
|
+
key?: string
|
328
|
+
title?: string
|
329
|
+
}
|
330
|
+
}
|
331
|
+
activeColor?: string
|
332
|
+
tabType?: TabsProps['type']
|
333
|
+
tabLabelStyle?: {
|
334
|
+
color?: string
|
335
|
+
fontSize?: string
|
336
|
+
fontWeight?: string
|
337
|
+
fontFamily?: string
|
338
|
+
}
|
339
|
+
}
|
340
|
+
declare const Tab: React.ForwardRefExoticComponent<TabProps & React.RefAttributes<HTMLDivElement>>
|
341
|
+
|
321
342
|
declare enum OTPInputType {
|
322
343
|
Box = 'box',
|
323
344
|
Underline = 'underline'
|
@@ -2230,6 +2251,8 @@ export {
|
|
2230
2251
|
Sider,
|
2231
2252
|
SiderProps,
|
2232
2253
|
SubMenu,
|
2254
|
+
Tab,
|
2255
|
+
TabProps,
|
2233
2256
|
Text,
|
2234
2257
|
TextArea,
|
2235
2258
|
TextAreaProps,
|
package/dist/index.esm.js
CHANGED
@@ -1,29 +1,29 @@
|
|
1
|
-
import{jsx as
|
1
|
+
import{jsx as $,jsxs as _}from"react/jsx-runtime";import a,{useMemo as aa,useState as ab,Children as ac,createContext as i,useContext as ad}from"react";import ae from"clsx";import{Button as af,Col as ag,Input as ah,Menu as j,Row as ai,List as aj,Radio as ak,Space as al,Checkbox as am,Upload as an,Drawer as ao,Tabs as g,ConfigProvider as ap}from"antd";import*as aq from"react-icons/ai";import*as ar from"react-icons/bs";import*as as from"react-icons/fa";import*as at from"react-icons/fi";import*as au from"react-icons/md";import b from"styled-components";import av,{Content as aw,Header as ax}from"antd/lib/layout/layout";import ay from"antd/lib/menu/SubMenu";import az from"antd/lib/layout/Sider";import aA,{components as aB}from"react-select";import{Dayjs as aC}from"dayjs";import k from"rc-picker/lib/generate/dayjs";import l from"antd/lib/date-picker/generatePicker";import aD from"react-slick";import aE from"react-otp-input";function aF({className:b="",responsiveVisibility:a=[]}){return{classNames:ae(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}=aF({className:e,responsiveVisibility:d});return $("div",{...f,className:g,ref:b,children:c})});function n(b,c={}){return a.createElement(b in aq?aq[b]:b in ar?ar[b]:b in at?at[b]:b in as?as[b]:b in au?au[b]:"",c)}function o(a){throw new Error(`Should not reach with ${a}`)}function p(a){switch(a){case C.Antd:return Object.entries(aq);case C.Bootstrap:return Object.entries(ar);case C.Feather:return Object.entries(at);case C.FontAwesome:return Object.entries(as);case C.Material:return Object.entries(au);case C.All:return[...Object.entries(aq),...Object.entries(ar),...Object.entries(at),...Object.entries(as),...Object.entries(au)];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}=aF({className:c,responsiveVisibility:h});return $("span",{style:{display:"inline-block",verticalAlign:"middle",...d},className:i,ref:b,children:n(e,{color:f,size:g})})}),aG=b.span`
|
2
2
|
margin-left: ${a=>a.hasIcon&&"8px"};
|
3
|
-
`,
|
3
|
+
`,r=a.forwardRef((b,c)=>{let{buttonType:d="primary",responsiveVisibility:e,iconProps:f,className:g,children:h,...i}=b,a=aa(()=>{if(f)return $(q,{...f})},[f]),{classNames:j}=aF({className:g,responsiveVisibility:e});return $(af,{type:d,icon:a,...i,className:j,ref:c,children:$(aG,{hasIcon:!!a,children:h})})}),s=a.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=aF({className:e,responsiveVisibility:d});return $(ag,{...f,className:g,ref:b,children:c})}),t=a.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=aF({className:e,responsiveVisibility:d});return $(aw,{...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}=aF({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}=aF({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}=aF({className:e,responsiveVisibility:d});return $(ax,{...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}=aF({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})),aH={[D.Text]:z,[D.Link]:A},B=a.forwardRef((a,b)=>{let{textType:c=D.Text,responsiveVisibility:d,className:e,...f}=a,g=aH[c],{classNames:h}=aF({className:e,responsiveVisibility:d});return $(g,{...f,className:h,ref:b})}),aI=a=>"object"==typeof a,aJ=(...a)=>a.filter(a=>!aI(a)).join(" "),aK="mccb30e4f2_input";var C,D,c,d,e,f,aL={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=aa(()=>g?ah.Password:ah,[g]),n=aa(()=>aI(f)?{style:f,className:aL.input}:{className:aJ(aL.input,f)},[f]),o=aa(()=>{if(j)return $(q,{...j})},[j]),p=aa(()=>{if(k)return $(q,{...k})},[k]),{classNames:r}=aF({className:b,responsiveVisibility:h});return _("div",{style:e,className:ae(aJ(aL.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}=aF({className:e,responsiveVisibility:d});return $(av,{...f,prefixCls:"jitera-layout",className:g,ref:b,children:c})}),aM=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
|
-
`,
|
8
|
+
`,aN=b.div`
|
9
9
|
display: flex;
|
10
10
|
justify-content: center;
|
11
11
|
align-items: center;
|
12
|
-
`,
|
12
|
+
`,aO=b.div`
|
13
13
|
width: 100%;
|
14
|
-
`,
|
14
|
+
`,aP=b.div`
|
15
15
|
display: flex;
|
16
|
-
`,
|
16
|
+
`,aQ=b.div`
|
17
17
|
display: flex;
|
18
18
|
flex-direction: column;
|
19
19
|
align-items: center;
|
20
20
|
line-height: 1;
|
21
|
-
`,
|
21
|
+
`,G=a.forwardRef((b,c)=>{let{isPreview:a,className:d,responsiveVisibility:e,...f}=b,{classNames:g}=aF({className:d,responsiveVisibility:e});return $(aM,{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:aR}=j,H=a.forwardRef(({label:a,iconProps:b,iconPosition:c,spaceBetween:d,responsiveVisibility:e,className:f,...g},h)=>{let{classNames:i}=aF({className:f,responsiveVisibility:e});return $(aN,{className:i,ref:h,children:$(aO,{children:$(aR,{...g,children:b&&c&&d?aS(b,c,d,a):a})})})});function aS(a,e,b,d){switch(e){case c.Left:return _(aP,{style:{gap:b},children:[$(q,{...a}),d]});case c.Right:return _(aP,{style:{gap:b},children:[d,$(q,{...a})]});case c.Top:return _(aQ,{style:{gap:b},children:[$(q,{...a}),d]});case c.Bottom:return _(aQ,{style:{gap:b},children:[d,$(q,{...a})]});default:return o(e)}}let I=a.forwardRef((a,b)=>$("ul",{ref:b,children:$(ay,{...a})})),aT=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
|
-
`,
|
26
|
+
`,J=a.forwardRef(({...b},c)=>{let{children:d,isPreview:a,responsiveVisibility:e,className:f,...g}=b,h=a?"100%":"100vh",{classNames:i}=aF({className:f,responsiveVisibility:e});return $(aT,{className:ae(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}=aF({className:e,responsiveVisibility:d});return $(ai,{...f,className:g,ref:b,children:c})}),L=a.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=aF({className:e,responsiveVisibility:d});return $(az,{...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=aa(()=>{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=aa(()=>{if(l)return{DropdownIndicator:a=>$(aB.DropdownIndicator,{...a,children:$(q,{...l})})}},[l]),{classNames:p}=aF({className:e,responsiveVisibility:d});return $(aA,{className:p,components:o,isDisabled:c,styles:n,options:g,...m,ref:b})}),aU="mc6f30f899_inner";var aV={inner:"mc6f30f899_inner"};let N=a.forwardRef((a,b)=>{let{style:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=aF({className:e,responsiveVisibility:d});return $("div",{style:c,className:g,ref:b,children:$(aj,{className:aV.inner,...f})})});function aW(a){return"string"==typeof a&&["wrap","wrap-reverse"].includes(a)|| !0===a}let aX=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 W,jsxs as X}from"react/jsx-runtime";import a,{useMemo as Y,useStat
|
|
44
44
|
.jitera-radio-wrapper span:last-child {
|
45
45
|
${a=>a.labelStyle}
|
46
46
|
}
|
47
|
-
`,
|
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=aa(()=>({...d,wrap:aW(m)}),[m,d]),p=aa(()=>aI(l)?{style:l}:{className:aJ(l)},[l]),{classNames:q}=aF({className:g,responsiveVisibility:f});return $(aX,{className:q,activeColor:h,inactiveColor:i,labelStyle:j,...p,children:$(ak.Group,{disabled:e,...n,ref:c,children:$(al,{direction:k,...o,children:null==a?void 0:a.map(a=>$(ak,{value:a.value,...a,children:a.label},a.value))})})})}),aY="mc68e5c85d_textarea";var aZ={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=aa(()=>aI(f)?{style:f,className:aZ.textarea}:{className:aJ(aZ.textarea,f)},[f]),{classNames:k}=aF({className:b,responsiveVisibility:g});return _("div",{style:e,className:ae(aJ(aZ.container,b||""),k),ref:d,children:[$(ah.TextArea,{...j,disabled:h,...i}),!!a&&$(B,{type:"danger",children:a})]})}),a$=b.div`
|
48
48
|
&& {
|
49
49
|
.jitera-checkbox-inner {
|
50
50
|
border-color: ${a=>a.inactiveColor||a.theme.primaryColor};
|
@@ -69,7 +69,20 @@ import{jsx as W,jsxs as X}from"react/jsx-runtime";import a,{useMemo as Y,useStat
|
|
69
69
|
${a=>a.labelStyle}
|
70
70
|
}
|
71
71
|
}
|
72
|
-
`,N=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=Y(()=>({...e,wrap:aS(d)}),[d,e]),q=Y(()=>aE(h)?{style:h}:{className:aF(h)},[h]),{classNames:r}=aB({className:n,responsiveVisibility:g});return W(aW,{activeColor:i,inactiveColor:j,checkColor:k,labelStyle:l,...q,className:r,children:W(ai.Group,{disabled:f,...o,ref:c,children:W(ah,{direction:m,...p,children:null==a?void 0:a.map(a=>W(ai,{...a,children:a.label}))})})})}),O=a.forwardRef((b,c)=>{let{children:d,isPreview:e,responsiveVisibility:f,errorMessage:a,className:g,...h}=b,{classNames:i}=aB({className:g,responsiveVisibility:f});return X("div",{className:i,ref:c,children:[W(aj,{disabled:e,listType:"picture",...h,children:d}),!!a&&W(y,{type:"danger",children:a})]})});!function(a){a.TIME="time",a.DATE="date",a.WEEK="week",a.MONTH="month"}(d||(d={}));let P=a.forwardRef((b,c)=>{let{isPreview:d,responsiveVisibility:e,picker:f="date",errorMessage:a,className:g,...h}=b,{classNames:i}=aB({className:g,responsiveVisibility:e});return X("div",{className:i,ref:c,children:[W(ak,{disabled:d,picker:f,...h}),!!a&&W(y,{type:"danger",style:{display:"block"},children:a})]})}),aX="mca48d82cd_Wrapper";var aY={Wrapper:"mca48d82cd_Wrapper"};!function(a){a.TOP="top",a.RIGHT="right",a.BOTTOM="bottom",a.LEFT="left"}(e||(e={}));let Q=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,[p,y]=Z(!1),{headerVisible:q,closable:r,...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=q?{title:g,closable:r}:{title:void 0,closable:!1},{classNames:x}=aB({className:m,responsiveVisibility:d});return X("div",{className:aa(aY.Wrapper,x),ref:b,children:[W(o,{onClick:t,style:f,...e,children:W(n,{iconName:"MdMenu",...k})}),W(al,{...v,...w,visible:p,onClose:u,headerStyle:i,bodyStyle:j,...s,children:l})]})}),R=a.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=aB({className:e,responsiveVisibility:d});return W("div",{...f,className:g,ref:b,children:c})}),aZ={MOBILE:480,TABLET:768,DESKTOP:4e3},S=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}=aB({className:r,responsiveVisibility:f}),t=Y(()=>{let b=[];return"object"==typeof o&&(null==o?void 0:o.slidesToShow)&&b.push({breakpoint:aZ.DESKTOP,settings:o}),"object"==typeof p&&(null==p?void 0:p.slidesToShow)&&b.push({breakpoint:aZ.TABLET,settings:p}),"object"==typeof q&&(null==q?void 0:q.slidesToShow)&&b.push({breakpoint:aZ.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=Y(()=>e&&a?e:e?$.map(e,a=>W("div",{children:a})):(null==g?void 0:g.length)&&h?g.map((b,c)=>a?h(b,c):W("div",{children:h(b,c)},`${b.id}_${c}`)):void 0,[e,a,g,h]);return W("div",{style:d,className:s,ref:c,children:W(az,{...t,children:u})})}),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=h({theme:g,toggleTheme(a){}}),T=()=>_(a0),U=({children:a})=>{let[b,d]=Z(g),e=b=>{let a={...g,...b};am.config({theme:a,prefixCls:"jitera"}),d(a)},c=Y(()=>({theme:b,toggleTheme:e}),[b]);return W(am,{prefixCls:"jitera",iconPrefixCls:"jiteraicon",children:W(a0.Provider,{value:c,children:a})})},a1=b.div`
|
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=aa(()=>({...e,wrap:aW(d)}),[d,e]),q=aa(()=>aI(h)?{style:h}:{className:aJ(h)},[h]),{classNames:r}=aF({className:n,responsiveVisibility:g});return $(a$,{activeColor:i,inactiveColor:j,checkColor:k,labelStyle:l,...q,className:r,children:$(am.Group,{disabled:f,...o,ref:c,children:$(al,{direction:m,...p,children:null==a?void 0:a.map(a=>$(am,{...a,children:a.label}))})})})}),R=a.forwardRef((b,c)=>{let{children:d,isPreview:e,responsiveVisibility:f,errorMessage:a,className:g,...h}=b,{classNames:i}=aF({className:g,responsiveVisibility:f});return _("div",{className:i,ref:c,children:[$(an,{disabled:e,listType:"picture",...h,children:d}),!!a&&$(B,{type:"danger",children:a})]})}),a_=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}=aF({className:h,responsiveVisibility:f}),k=aa(()=>"string"!=typeof e&&e?e:new aC(e),[e]);return _("div",{className:j,ref:c,children:[$(a_,{disabled:d,picker:g,defaultValue:k,...i}),!!a&&$(B,{type:"danger",style:{display:"block"},children:a})]})}),a0="mca48d82cd_Wrapper";var a1={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]=ab(!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}=aF({className:m,responsiveVisibility:d});return _("div",{className:ae(a1.Wrapper,x),ref:b,children:[$(r,{onClick:t,style:f,...e,children:$(q,{iconName:"MdMenu",...k})}),$(ao,{...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}=aF({className:e,responsiveVisibility:d});return $("div",{...f,className:g,ref:b,children:c})}),a2={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}=aF({className:r,responsiveVisibility:f}),t=aa(()=>{let b=[];return"object"==typeof o&&(null==o?void 0:o.slidesToShow)&&b.push({breakpoint:a2.DESKTOP,settings:o}),"object"==typeof p&&(null==p?void 0:p.slidesToShow)&&b.push({breakpoint:a2.TABLET,settings:p}),"object"==typeof q&&(null==q?void 0:q.slidesToShow)&&b.push({breakpoint:a2.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=aa(()=>e&&a?e:e?ac.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:$(aD,{...t,children:u})})}),a3=b(g)`
|
73
|
+
.jitera-tabs-ink-bar {
|
74
|
+
${a=>(null==a?void 0:a.activeColor)?`background-color: ${a.activeColor}`:""}
|
75
|
+
}
|
76
|
+
.jitera-tabs-tab.jitera-tabs-tab-active .jitera-tabs-tab-btn {
|
77
|
+
${a=>(null==a?void 0:a.activeColor)?`color: ${a.activeColor}`:""}
|
78
|
+
}
|
79
|
+
.jitera-tabs-tab {
|
80
|
+
${a=>{var b;return(null===(b=null==a?void 0:a.tabLabelStyle)|| void 0===b?void 0:b.color)?`color: ${a.tabLabelStyle.color};`:""}}
|
81
|
+
${a=>{var b;return(null===(b=null==a?void 0:a.tabLabelStyle)|| void 0===b?void 0:b.fontSize)?`font-size: ${a.tabLabelStyle.fontSize};`:""}}
|
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
|
+
${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
|
+
}
|
85
|
+
`,{TabPane:a4}=g,W=a.forwardRef((a,b)=>{let{style:c,tabType:d,tabs:e,children:f,className:g,responsiveVisibility:h,...i}=a,{classNames:j}=aF({className:g,responsiveVisibility:h}),k=aa(()=>{if(f)return ac.map(f,(d,b)=>{let a=null==e?void 0:e[b],c=(null==a?void 0:a.title)||`Tab ${b}`;return $(a4,{tab:c,children:d},(null==a?void 0:a.key)||`${c}_${b}`)})},[f,e]);return $("div",{style:c,className:j,ref:b,children:$(a3,{type:d,...i,children:k})})}),a5="jitera",a6="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)"},a7=i({theme:h,toggleTheme(a){}}),X=()=>ad(a7),Y=({children:a})=>{let[b,d]=ab(h),e=b=>{let a={...h,...b};ap.config({theme:a,prefixCls:"jitera"}),d(a)},c=aa(()=>({theme:b,toggleTheme:e}),[b]);return $(ap,{prefixCls:"jitera",iconPrefixCls:"jiteraicon",children:$(a7.Provider,{value:c,children:a})})},a8=b.div`
|
73
86
|
.otp-cell {
|
74
87
|
margin-right: 16px;
|
75
88
|
|
@@ -77,4 +90,4 @@ import{jsx as W,jsxs as X}from"react/jsx-runtime";import a,{useMemo as Y,useStat
|
|
77
90
|
margin-right: 0;
|
78
91
|
}
|
79
92
|
}
|
80
|
-
`;!function(a){a.Box="box",a.Underline="underline"}(f||(f={}));let
|
93
|
+
`;!function(a){a.Box="box",a.Underline="underline"}(f||(f={}));let Z=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="";aI(b)&&aI(a)&&(g={width:"3rem",height:"3rem",fontSize:"1.5rem",borderRadius:4,border:`${d.borderWidthBase} solid ${d.borderColorBase}`,...b,...a,...e});let{classNames:r}=aF({className:l,responsiveVisibility:k});return _(a8,{className:r,ref:i,children:[$(aE,{isDisabled:j,...q,numInputs:m,shouldAutoFocus:n,containerStyle:o,inputStyle:g,className:aJ("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 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}
|
package/dist/index.js
CHANGED
@@ -1,29 +1,29 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var ai=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"),aj=require("dayjs"),s=require("rc-picker/lib/generate/dayjs"),t=require("antd/lib/date-picker/generatePicker"),u=require("react-slick"),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),ak=b(h),al=d(i),am=d(j),an=d(k),ao=d(l),ap=d(m),c=b(n),aq=b(o),ar=b(p),as=b(q),at=b(r),w=b(s),x=b(t),au=b(u),av=b(v);function aw({className:b="",responsiveVisibility:a=[]}){return{classNames:ak.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}=aw({className:e,responsiveVisibility:d});return ai.jsx("div",{...f,className:g,ref:b,children:c})});function z(b,c={}){return a.default.createElement(b in al?al[b]:b in am?am[b]:b in ao?ao[b]:b in an?an[b]:b in ap?ap[b]:"",c)}function A(a){throw new Error(`Should not reach with ${a}`)}function B(a){switch(a){case exports.IconSet.Antd:return Object.entries(al);case exports.IconSet.Bootstrap:return Object.entries(am);case exports.IconSet.Feather:return Object.entries(ao);case exports.IconSet.FontAwesome:return Object.entries(an);case exports.IconSet.Material:return Object.entries(ap);case exports.IconSet.All:return[...Object.entries(al),...Object.entries(am),...Object.entries(ao),...Object.entries(an),...Object.entries(ap)];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}=aw({className:c,responsiveVisibility:h});return ai.jsx("span",{style:{display:"inline-block",verticalAlign:"middle",...d},className:i,ref:b,children:z(e,{color:f,size:g})})}),ax=c.default.span`
|
2
2
|
margin-left: ${a=>a.hasIcon&&"8px"};
|
3
|
-
`,
|
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 ai.jsx(C,{...h})},[h]),{classNames:l}=aw({className:i,responsiveVisibility:g});return ai.jsx(e.Button,{type:d,icon:a,...k,className:l,ref:c,children:ai.jsx(ax,{hasIcon:!!a,children:j})})}),E=a.default.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:f,...g}=a,{classNames:h}=aw({className:f,responsiveVisibility:d});return ai.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}=aw({className:e,responsiveVisibility:d});return ai.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}=aw({className:f,responsiveVisibility:e});return ai.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}=aw({className:e,responsiveVisibility:d});return ai.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}=aw({className:e,responsiveVisibility:d});return ai.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}=aw({className:f,responsiveVisibility:e});return ai.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)=>ai.jsx("div",{...b,ref:c,children:a})),M=a.default.forwardRef(({children:a,...b},c)=>ai.jsx("a",{...b,ref:c,children:a})),ay={[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=ay[c],{classNames:h}=aw({className:e,responsiveVisibility:d});return ai.jsx(g,{...f,className:h,ref:b})}),az=a=>"object"==typeof a,aA=(...a)=>a.filter(a=>!az(a)).join(" "),aB="mccb30e4f2_input";var aC={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(()=>az(h)?{style:h,className:aC.input}:{className:aA(aC.input,h)},[h]),q=f.useMemo(()=>{if(l)return ai.jsx(C,{...l})},[l]),r=f.useMemo(()=>{if(m)return ai.jsx(C,{...m})},[m]),{classNames:s}=aw({className:b,responsiveVisibility:j});return ai.jsxs("div",{style:g,className:ak.default(aA(aC.container,b||""),s),ref:d,children:[ai.jsx(o,{...p,disabled:k,prefix:q,suffix:r,...n}),!!a&&ai.jsx(N,{type:"danger",children:a})]})}),P=a.default.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=aw({className:e,responsiveVisibility:d});return ai.jsx(aq.default,{...f,prefixCls:"jitera-layout",className:g,ref:b,children:c})}),aD=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
|
-
`,
|
8
|
+
`,aE=c.default.div`
|
9
9
|
display: flex;
|
10
10
|
justify-content: center;
|
11
11
|
align-items: center;
|
12
|
-
`,
|
12
|
+
`,aF=c.default.div`
|
13
13
|
width: 100%;
|
14
|
-
`,
|
14
|
+
`,aG=c.default.div`
|
15
15
|
display: flex;
|
16
|
-
`,
|
16
|
+
`,aH=c.default.div`
|
17
17
|
display: flex;
|
18
18
|
flex-direction: column;
|
19
19
|
align-items: center;
|
20
20
|
line-height: 1;
|
21
|
-
`,
|
21
|
+
`,Q=a.default.forwardRef((b,c)=>{let{isPreview:a,className:d,responsiveVisibility:f,...g}=b,{classNames:h}=aw({className:d,responsiveVisibility:f});return ai.jsx(aD,{isPreview:a,className:h,ref:c,children:ai.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:aI}=e.Menu,R=a.default.forwardRef(({label:a,iconProps:b,iconPosition:c,spaceBetween:d,responsiveVisibility:e,className:f,...g},h)=>{let{classNames:i}=aw({className:f,responsiveVisibility:e});return ai.jsx(aE,{className:i,ref:h,children:ai.jsx(aF,{children:ai.jsx(aI,{...g,children:b&&c&&d?aJ(b,c,d,a):a})})})});function aJ(a,d,b,c){switch(d){case exports.MenuIconPosition.Left:return ai.jsxs(aG,{style:{gap:b},children:[ai.jsx(C,{...a}),c]});case exports.MenuIconPosition.Right:return ai.jsxs(aG,{style:{gap:b},children:[c,ai.jsx(C,{...a})]});case exports.MenuIconPosition.Top:return ai.jsxs(aH,{style:{gap:b},children:[ai.jsx(C,{...a}),c]});case exports.MenuIconPosition.Bottom:return ai.jsxs(aH,{style:{gap:b},children:[c,ai.jsx(C,{...a})]});default:return A(d)}}const S=a.default.forwardRef((a,b)=>ai.jsx("ul",{ref:b,children:ai.jsx(ar.default,{...a})})),aK=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
|
-
`,
|
26
|
+
`,T=a.default.forwardRef(({...b},c)=>{let{children:d,isPreview:a,responsiveVisibility:e,className:f,...g}=b,h=a?"100%":"100vh",{classNames:i}=aw({className:f,responsiveVisibility:e});return ai.jsx(aK,{className:ak.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}=aw({className:f,responsiveVisibility:d});return ai.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}=aw({className:e,responsiveVisibility:d});return ai.jsx(as.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=>ai.jsx(r.components.DropdownIndicator,{...a,children:ai.jsx(C,{...m})})}},[m]),{classNames:q}=aw({className:e,responsiveVisibility:d});return ai.jsx(at.default,{className:q,components:p,isDisabled:c,styles:o,options:h,...n,ref:b})}),aL="mc6f30f899_inner";var aM={inner:"mc6f30f899_inner"};const X=a.default.forwardRef((a,b)=>{let{style:c,responsiveVisibility:d,className:f,...g}=a,{classNames:h}=aw({className:f,responsiveVisibility:d});return ai.jsx("div",{style:c,className:h,ref:b,children:ai.jsx(e.List,{className:aM.inner,...g})})});function aN(a){return"string"==typeof a&&["wrap","wrap-reverse"].includes(a)|| !0===a}const aO=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
|
-
`,
|
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:aN(o)}),[o,d]),r=f.useMemo(()=>az(n)?{style:n}:{className:aA(n)},[n]),{classNames:s}=aw({className:i,responsiveVisibility:h});return ai.jsx(aO,{className:s,activeColor:j,inactiveColor:k,labelStyle:l,...r,children:ai.jsx(e.Radio.Group,{disabled:g,...p,ref:c,children:ai.jsx(e.Space,{direction:m,...q,children:null==a?void 0:a.map(a=>ai.jsx(e.Radio,{value:a.value,...a,children:a.label},a.value))})})})}),aP="mc68e5c85d_textarea";var aQ={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(()=>az(h)?{style:h,className:aQ.textarea}:{className:aA(aQ.textarea,h)},[h]),{classNames:m}=aw({className:b,responsiveVisibility:i});return ai.jsxs("div",{style:g,className:ak.default(aA(aQ.container,b||""),m),ref:d,children:[ai.jsx(e.Input.TextArea,{...l,disabled:j,...k}),!!a&&ai.jsx(N,{type:"danger",children:a})]})}),aR=c.default.div`
|
48
48
|
&& {
|
49
49
|
.jitera-checkbox-inner {
|
50
50
|
border-color: ${a=>a.inactiveColor||a.theme.primaryColor};
|
@@ -69,7 +69,20 @@
|
|
69
69
|
${a=>a.labelStyle}
|
70
70
|
}
|
71
71
|
}
|
72
|
-
`,W=a.default.forwardRef((b,c)=>{let{data:a,wrap:d="wrap",spaceProps:f,isPreview:g,responsiveVisibility:i,containerStyle:j={},activeColor:k,inactiveColor:l,checkColor:m,labelStyle:n,direction:o,className:p,...q}=b,r=e.useMemo(()=>({...f,wrap:aH(d)}),[d,f]),s=e.useMemo(()=>at(j)?{style:j}:{className:au(j)},[j]),{classNames:t}=aq({className:p,responsiveVisibility:i});return ad.jsx(aL,{activeColor:k,inactiveColor:l,checkColor:m,labelStyle:n,...s,className:t,children:ad.jsx(h.Checkbox.Group,{disabled:g,...q,ref:c,children:ad.jsx(h.Space,{direction:o,...r,children:null==a?void 0:a.map(a=>ad.jsx(h.Checkbox,{...a,children:a.label}))})})})}),X=a.default.forwardRef((b,c)=>{let{children:d,isPreview:e,responsiveVisibility:f,errorMessage:a,className:g,...i}=b,{classNames:j}=aq({className:g,responsiveVisibility:f});return ad.jsxs("div",{className:j,ref:c,children:[ad.jsx(h.Upload,{disabled:e,listType:"picture",...i,children:d}),!!a&&ad.jsx(J,{type:"danger",children:a})]})});exports.PickerEnum=void 0,function(a){a.TIME="time",a.DATE="date",a.WEEK="week",a.MONTH="month"}(exports.PickerEnum||(exports.PickerEnum={}));const Y=a.default.forwardRef((b,c)=>{let{isPreview:d,responsiveVisibility:e,picker:f="date",errorMessage:a,className:g,...i}=b,{classNames:j}=aq({className:g,responsiveVisibility:e});return ad.jsxs("div",{className:j,ref:c,children:[ad.jsx(h.DatePicker,{disabled:d,picker:f,...i}),!!a&&ad.jsx(J,{type:"danger",style:{display:"block"},children:a})]})}),aM="mca48d82cd_Wrapper";var aN={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 Z=a.default.forwardRef((a,b)=>{let{isPreview:c,responsiveVisibility:d,buttonProps:f,buttonStyle:g,drawerTitle:i,drawerProps:j,headerStyle:k,bodyStyle:l,iconProps:m,children:n,className:o}=a,[p,A]=e.useState(!1),{headerVisible:q,closable:r,...s}=j||{},t=()=>{A(!0)},u=()=>{A(!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}=aq({className:o,responsiveVisibility:d});return ad.jsxs("div",{className:ae.default(aN.Wrapper,x),ref:b,children:[ad.jsx(z,{onClick:t,style:g,...f,children:ad.jsx(y,{iconName:"MdMenu",...m})}),ad.jsx(h.Drawer,{...v,...w,visible:p,onClose:u,headerStyle:k,bodyStyle:l,...s,children:n})]})}),$=a.default.forwardRef((a,b)=>{let{children:c,responsiveVisibility:d,className:e,...f}=a,{classNames:g}=aq({className:e,responsiveVisibility:d});return ad.jsx("div",{...f,className:g,ref:b,children:c})}),aO={MOBILE:480,TABLET:768,DESKTOP:4e3},_=a.default.forwardRef((b,c)=>{let{style:d,children:f,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}=aq({className:s,responsiveVisibility:g}),u=e.useMemo(()=>{let b=[];return"object"==typeof p&&(null==p?void 0:p.slidesToShow)&&b.push({breakpoint:aO.DESKTOP,settings:p}),"object"==typeof q&&(null==q?void 0:q.slidesToShow)&&b.push({breakpoint:aO.TABLET,settings:q}),"object"==typeof r&&(null==r?void 0:r.slidesToShow)&&b.push({breakpoint:aO.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=e.useMemo(()=>f&&a?f:f?e.Children.map(f,a=>ad.jsx("div",{children:a})):(null==h?void 0:h.length)&&i?h.map((b,c)=>a?i(b,c):ad.jsx("div",{children:i(b,c)},`${b.id}_${c}`)):void 0,[f,a,h,i]);return ad.jsx("div",{style:d,className:t,ref:c,children:ad.jsx(ao.default,{...u,children:v})})}),aP="jitera",aQ="jiteraicon",f={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)"},aR=e.createContext({theme:f,toggleTheme(a){}}),aa=()=>e.useContext(aR),ab=({children:a})=>{let[b,d]=e.useState(f),g=b=>{let a={...f,...b};h.ConfigProvider.config({theme:a,prefixCls:"jitera"}),d(a)},c=e.useMemo(()=>({theme:b,toggleTheme:g}),[b]);return ad.jsx(h.ConfigProvider,{prefixCls:"jitera",iconPrefixCls:"jiteraicon",children:ad.jsx(aR.Provider,{value:c,children:a})})},aS=b.default.div`
|
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:aN(d)}),[d,g]),s=f.useMemo(()=>az(j)?{style:j}:{className:aA(j)},[j]),{classNames:t}=aw({className:p,responsiveVisibility:i});return ai.jsx(aR,{activeColor:k,inactiveColor:l,checkColor:m,labelStyle:n,...s,className:t,children:ai.jsx(e.Checkbox.Group,{disabled:h,...q,ref:c,children:ai.jsx(e.Space,{direction:o,...r,children:null==a?void 0:a.map(a=>ai.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}=aw({className:h,responsiveVisibility:g});return ai.jsxs("div",{className:j,ref:c,children:[ai.jsx(e.Upload,{disabled:f,listType:"picture",...i,children:d}),!!a&&ai.jsx(N,{type:"danger",children:a})]})}),aS=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}=aw({className:i,responsiveVisibility:g}),l=f.useMemo(()=>"string"!=typeof e&&e?e:new aj.Dayjs(e),[e]);return ai.jsxs("div",{className:k,ref:c,children:[ai.jsx(aS,{disabled:d,picker:h,defaultValue:l,...j}),!!a&&ai.jsx(N,{type:"danger",style:{display:"block"},children:a})]})}),aT="mca48d82cd_Wrapper";var aU={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}=aw({className:o,responsiveVisibility:d});return ai.jsxs("div",{className:ak.default(aU.Wrapper,x),ref:b,children:[ai.jsx(D,{onClick:t,style:h,...g,children:ai.jsx(C,{iconName:"MdMenu",...m})}),ai.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}=aw({className:e,responsiveVisibility:d});return ai.jsx("div",{...f,className:g,ref:b,children:c})}),aV={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}=aw({className:s,responsiveVisibility:g}),u=f.useMemo(()=>{let b=[];return"object"==typeof p&&(null==p?void 0:p.slidesToShow)&&b.push({breakpoint:aV.DESKTOP,settings:p}),"object"==typeof q&&(null==q?void 0:q.slidesToShow)&&b.push({breakpoint:aV.TABLET,settings:q}),"object"==typeof r&&(null==r?void 0:r.slidesToShow)&&b.push({breakpoint:aV.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=>ai.jsx("div",{children:a})):(null==h?void 0:h.length)&&i?h.map((b,c)=>a?i(b,c):ai.jsx("div",{children:i(b,c)},`${b.id}_${c}`)):void 0,[e,a,h,i]);return ai.jsx("div",{style:d,className:t,ref:c,children:ai.jsx(au.default,{...u,children:v})})}),aW=c.default(e.Tabs)`
|
73
|
+
.jitera-tabs-ink-bar {
|
74
|
+
${a=>(null==a?void 0:a.activeColor)?`background-color: ${a.activeColor}`:""}
|
75
|
+
}
|
76
|
+
.jitera-tabs-tab.jitera-tabs-tab-active .jitera-tabs-tab-btn {
|
77
|
+
${a=>(null==a?void 0:a.activeColor)?`color: ${a.activeColor}`:""}
|
78
|
+
}
|
79
|
+
.jitera-tabs-tab {
|
80
|
+
${a=>{var b;return(null===(b=null==a?void 0:a.tabLabelStyle)|| void 0===b?void 0:b.color)?`color: ${a.tabLabelStyle.color};`:""}}
|
81
|
+
${a=>{var b;return(null===(b=null==a?void 0:a.tabLabelStyle)|| void 0===b?void 0:b.fontSize)?`font-size: ${a.tabLabelStyle.fontSize};`:""}}
|
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
|
+
${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
|
+
}
|
85
|
+
`,{TabPane:aX}=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}=aw({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 ai.jsx(aX,{tab:c,children:d},(null==a?void 0:a.key)||`${c}_${b}`)})},[g,e]);return ai.jsx("div",{style:c,className:k,ref:b,children:ai.jsx(aW,{type:d,...j,children:l})})}),aY="jitera",aZ="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)"},a$=f.createContext({theme:g,toggleTheme(a){}}),af=()=>f.useContext(a$),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 ai.jsx(e.ConfigProvider,{prefixCls:"jitera",iconPrefixCls:"jiteraicon",children:ai.jsx(a$.Provider,{value:c,children:a})})},a_=c.default.div`
|
73
86
|
.otp-cell {
|
74
87
|
margin-right: 16px;
|
75
88
|
|
@@ -77,4 +90,4 @@
|
|
77
90
|
margin-right: 0;
|
78
91
|
}
|
79
92
|
}
|
80
|
-
`;exports.OTPInputType=void 0,function(a){a.Box="box",a.Underline="underline"}(exports.OTPInputType||(exports.OTPInputType={}));const
|
93
|
+
`;exports.OTPInputType=void 0,function(a){a.Box="box",a.Underline="underline"}(exports.OTPInputType||(exports.OTPInputType={}));const ah=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="";az(b)&&az(a)&&(f={width:"3rem",height:"3rem",fontSize:"1.5rem",borderRadius:4,border:`${d.borderWidthBase} solid ${d.borderColorBase}`,...b,...a,...e});let{classNames:q}=aw({className:k,responsiveVisibility:j});return ai.jsxs(a_,{className:q,ref:h,children:[ai.jsx(av.default,{isDisabled:i,...p,numInputs:l,shouldAutoFocus:m,containerStyle:n,inputStyle:f,className:aA("otp-cell",b,a)}),!!c&&ai.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.OTPInput=ah,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
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jitera/jitera-web-ui-library",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.29.0",
|
4
4
|
"description": "atoms and component for web project",
|
5
5
|
"sideEffects": [
|
6
6
|
"*.css"
|
@@ -14,6 +14,7 @@
|
|
14
14
|
"dependencies": {
|
15
15
|
"antd": "~4.20.0-alpha.0",
|
16
16
|
"clsx": "~1.1.1",
|
17
|
+
"dayjs": "~1.11.3",
|
17
18
|
"rc-picker": "~2.6.8",
|
18
19
|
"rc-util": "~5.19.3",
|
19
20
|
"react-icons": "~4.3.1",
|