UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

1 lines 65.1 kB
var a=(...e)=>e.filter(t=>t!==!0&&!!t).map(t=>Array.isArray(t)?a(...t):typeof t=="object"?Object.keys(t).map((o,r)=>t[r]||t[o]&&o||null).filter(o=>o!==null).join(" "):t).filter(t=>!!t).join(" ");var g=(e,t)=>a({[`${e}-xs`]:t.size==="xsmall",[`${e}-sm`]:t.size==="small",[`${e}-md`]:t.size==="medium",[`${e}-lg`]:t.size==="large",[`${e}-xl`]:t.size==="xlarge",[`${e}-xxl`]:t.size==="xxlarge",[`${e}-xxxl`]:t.size==="xxxlarge"},{[`${e}-${t.fillMode}`]:t.fillMode},{[`${e}-${t.fillMode}-${t.themeColor}`]:t.fillMode&&t.themeColor},{[`${e}-${t.themeColor}`]:t.themeColor&&t.fillMode===void 0},{"k-rounded-sm":t.rounded==="small","k-rounded-md":t.rounded==="medium","k-rounded-lg":t.rounded==="large","k-rounded-full":t.rounded==="full"}),y=(e,t)=>a({"k-valid":t.valid,"k-invalid":t.invalid,"k-hover":t.hover,"k-focus":t.focus,"k-checked":t.checked,"k-active":t.active,"k-selected":t.selected,"k-disabled":t.disabled,"k-indeterminate":t.indeterminate&&!t.checked,"k-loading":t.loading,"k-empty":t.empty,"k-readonly":t.readonly,"k-highlighted":t.highlighted});var n={xsmall:"xsmall",small:"small",medium:"medium",large:"large",xlarge:"xlarge",xxlarge:"xxlarge",xxxlarge:"xxxlarge"},f={small:"small",medium:"medium",large:"large",full:"full"},d={solid:"solid",flat:"flat",outline:"outline",clear:"clear",link:"link"},m={inherit:"inherit",base:"base",primary:"primary",secondary:"secondary",tertiary:"tertiary",info:"info",success:"success",warning:"warning",error:"error",dark:"dark",light:"light",inverse:"inverse"},s={open:"open",hover:"hover",focus:"focus",active:"active",selected:"selected",disabled:"disabled",valid:"valid",invalid:"invalid",loading:"loading",required:"required",empty:"empty",indeterminate:"indeterminate",checked:"checked",readonly:"readonly",highlighted:"highlighted"};import{Fragment as ka,jsx as Yo}from"react/jsx-runtime";var Qt="k-icon k-font-icon",Na=[],va={size:[n.xsmall,n.small,n.medium,n.large,n.xlarge,n.xxlarge,n.xxxlarge],themeColor:[m.base,m.primary,m.secondary,m.tertiary,m.success,m.warning,m.error,m.info,m.light,m.dark]},La={},lt=e=>{let{size:t,themeColor:o,icon:r,rotate:p,flip:c,...i}=e;return r?Yo("span",{...i,className:a(e.className,Qt,g(Qt,{size:t}),{[`k-i-${r}`]:r,[`k-color-${o}`]:o,[`k-rotate-${p}`]:p,"k-flip-h":c==="h"||c==="both","k-flip-v":c==="v"||c==="both"})}):Yo(ka,{})};lt.states=Na;lt.options=va;lt.className=Qt;lt.defaultOptions=La;var Zo=lt;import{Fragment as Ia,jsx as Tt}from"react/jsx-runtime";var Yt="k-icon k-svg-icon",Sa=[],ga={size:[n.xsmall,n.small,n.medium,n.large,n.xlarge,n.xxlarge,n.xxxlarge],themeColor:[m.base,m.primary,m.secondary,m.tertiary,m.success,m.warning,m.error,m.info,m.light,m.dark]},jo={viewBox:"0 0 24 24"},pt=e=>{let{size:t,themeColor:o,rotate:r,flip:p,viewBox:c=jo.viewBox,icon:i,...u}=e;if(!i)return Tt(Ia,{});i==="none"&&{...u,className:a(e.className,Yt,"k-none")};let b=typeof i=="object"&&i.name&&i.name;return Tt("span",{...u,className:a(e.className,Yt,g("k-icon",{size:t}),{[`k-svg-i-${b}`]:b,[`k-color-${o}`]:o,[`k-rotate-${r}`]:r,"k-flip-h":p==="h"||p==="both","k-flip-v":p==="v"||p==="both"}),children:Tt("svg",{"aria-hidden":!0,focusable:!1,xmlns:"http://www.w3.org/2000/svg",viewBox:typeof i=="object"?i.viewBox:c,dangerouslySetInnerHTML:typeof i=="object"?{__html:i.content}:void 0,children:i?void 0:e.children})})};pt.states=Sa;pt.options=ga;pt.className=Yt;pt.defaultOptions=jo;var Zt=pt;import*as es from"@progress/kendo-svg-icons";import{Fragment as ts,jsx as ct}from"react/jsx-runtime";var Ma=e=>e.replace(/([-_][a-z0-9])/gi,t=>t.toUpperCase().replace("-","").replace("_","")),ya=[],Ca={size:[n.xsmall,n.small,n.medium,n.large,n.xlarge,n.xxlarge,n.xxxlarge],themeColor:[m.base,m.primary,m.secondary,m.tertiary,m.success,m.warning,m.error,m.info,m.light,m.dark]},jt={viewBox:"0 0 24 24",type:"svg"},I=e=>{let{size:t,themeColor:o,icon:r,type:p=jt.type,rotate:c,flip:i,viewBox:u=jt.viewBox,...b}=e;if(!r)return ct(ts,{});if(p==="svg"){if(r==="none")return ct(Zt,{...b,icon:r,size:t});let x=Ma(`${r}-icon`);return es[x]?ct(Zt,{...b,icon:es[x],size:t,themeColor:o,rotate:c,flip:i,viewBox:u}):ct(ts,{})}return ct(Zo,{...b,icon:r,size:t,themeColor:o,rotate:c,flip:i})};I.states=ya;I.options=Ca;I.defaultOptions=jt;import{Fragment as wa,jsx as dt,jsxs as os}from"react/jsx-runtime";var wt="k-button",Aa=[s.hover,s.focus,s.active,s.selected,s.disabled],Ta={size:[n.small,n.medium,n.large],rounded:[f.small,f.medium,f.large,f.full],fillMode:[d.solid,d.flat,d.outline,d.clear,d.link],themeColor:[m.base,m.primary,m.secondary,m.tertiary,m.success,m.warning,m.error,m.info,m.light,m.dark,m.inverse]},Te={size:n.medium,rounded:f.medium,fillMode:d.solid,themeColor:m.base,showArrow:!1,arrowIconName:"caret-alt-down"},h=e=>{let{size:t=Te.size,rounded:o=Te.rounded,fillMode:r=Te.fillMode,themeColor:p=Te.themeColor,showArrow:c=Te.showArrow,arrowIconName:i=Te.arrowIconName,hover:u,focus:b,active:x,selected:N,disabled:k,icon:l,text:v,iconClassName:L,...S}=e,C=l!==void 0,A=e.children!==void 0;return os("button",{...S,className:a(e.className,wt,g(wt,{size:t,rounded:o,fillMode:r,themeColor:p}),y(wt,{hover:u,focus:b,active:x,disabled:k,selected:N}),{"k-icon-button":!v&&!A&&C}),children:[l&&dt(I,{className:a(L,"k-button-icon"),icon:l}),v?os(wa,{children:[v&&dt("span",{className:"k-button-text",children:v}),e.children]}):e.children&&dt("span",{className:"k-button-text",children:e.children}),c&&dt("span",{className:"k-menu-button-arrow k-button-arrow",children:dt(I,{icon:i})})]})};h.states=Aa;h.options=Ta;h.className=wt;h.defaultOptions=Te;import{jsx as za}from"react/jsx-runtime";var zt=e=>za(h,{icon:"folder",...e,children:void 0});import{jsx as Pa}from"react/jsx-runtime";var eo=e=>Pa(h,{icon:"folder",children:"Button",...e});import{jsx as ul}from"react/jsx-runtime";import{jsx as Ba}from"react/jsx-runtime";var mt="k-button-group",Ea=[s.disabled],Oa={fillMode:[d.solid,d.flat,d.outline,d.clear,d.link]},ss={fillMode:d.solid},K=e=>{let{fillMode:t=ss.fillMode,disabled:o,stretched:r,...p}=e;return Ba("div",{...p,className:a(e.className,mt,g(mt,{fillMode:t}),y(mt,{disabled:o}),{[`${mt}-stretched`]:r}),children:e.children})};K.states=Ea;K.options=Oa;K.className=mt;K.defaultOptions=ss;import{Fragment as Cl,jsx as yl,jsxs as Al}from"react/jsx-runtime";import{Fragment as Ol,jsx as El,jsxs as Bl}from"react/jsx-runtime";import{Fragment as Dl,jsx as $l,jsxs as Vl}from"react/jsx-runtime";import{Fragment as ql,jsx as Ul,jsxs as Wl}from"react/jsx-runtime";import{jsx as Ha}from"react/jsx-runtime";var Pt="k-input",Ka=[s.hover,s.focus,s.valid,s.invalid,s.required,s.disabled,s.loading,s.readonly],Ra={size:[n.small,n.medium,n.large],rounded:[f.small,f.medium,f.large,f.full],fillMode:[d.solid,d.flat,d.outline]},Et={size:n.medium,rounded:n.medium,fillMode:d.solid},z=e=>{let{hover:t,focus:o,disabled:r,invalid:p,valid:c,loading:i,readonly:u,size:b=Et.size,rounded:x=Et.rounded,fillMode:N=Et.fillMode,...k}=e;return Ha("span",{...k,className:a(e.className,Pt,g(Pt,{size:b,rounded:x,fillMode:N}),y(Pt,{hover:t,focus:o,disabled:r,invalid:p,valid:c,loading:i,readonly:u}))})};z.states=Ka;z.options=Ra;z.className=Pt;z.defaultOptions=Et;import{jsx as Da}from"react/jsx-runtime";var Ot="k-picker",Ga=[s.hover,s.focus,s.valid,s.invalid,s.required,s.disabled,s.loading,s.readonly],$a={size:[n.small,n.medium,n.large],rounded:[f.small,f.medium,f.large,f.full],fillMode:[d.solid,d.flat,d.outline]},Bt={size:n.medium,rounded:f.medium,fillMode:d.solid},Q=e=>{let{hover:t,focus:o,disabled:r,invalid:p,valid:c,loading:i,readonly:u,size:b=Bt.size,rounded:x=Bt.rounded,fillMode:N=Bt.fillMode,...k}=e;return Da("span",{...k,className:a(e.className,Ot,g(Ot,{size:b,rounded:x,fillMode:N}),y(Ot,{hover:t,focus:o,disabled:r,invalid:p,valid:c,loading:i,readonly:u})),children:e.children})};Q.states=Ga;Q.options=$a;Q.className=Ot;Q.defaultOptions=Bt;import{Fragment as Xa,jsx as to}from"react/jsx-runtime";var as="k-clear-value",Va=[s.disabled,s.loading,s.readonly],_a={},Y=e=>{let{disabled:t,loading:o,readonly:r,value:p}=e;return t||r||o||!p?to(Xa,{}):to("span",{className:a(e.className,as),children:to(I,{icon:"x"})})};Y.states=Va;Y.options=_a;Y.className=as;import{jsx as Ua}from"react/jsx-runtime";var oo="k-input-inner",Fa=[],Ja={},Kt={type:"text",autocomplete:"off",value:"",placeholder:""},Z=e=>{let{value:t=Kt.value,type:o=Kt.type,placeholder:r=Kt.placeholder,autocomplete:p=Kt.autocomplete,...c}=e;return Ua("input",{...c,type:o,className:a(e.className,oo,g(oo,e)),placeholder:r,autoComplete:p,defaultValue:t})};Z.states=Fa;Z.options=Ja;Z.className=oo;import{jsx as ns,jsxs as Qa}from"react/jsx-runtime";var so="k-input-inner",qa=[],Wa={},we=e=>{let{value:t,placeholder:o,showValue:r,valueIcon:p,valueIconName:c,...i}=e;return Qa("span",{...i,className:a(e.className,so,g(so,e)),children:[p,!p&&c&&ns(I,{className:"k-input-value-icon",icon:c}),r&&!t&&o,r&&t&&ns("span",{className:"k-input-value-text",children:t})]})};we.states=qa;we.options=Wa;we.className=so;import{jsx as ja}from"react/jsx-runtime";var ao="k-input-inner",Ya=[],Za={},rs={value:"",placeholder:""},no=e=>{let{value:t=rs.value,placeholder:o=rs.placeholder,rows:r,...p}=e;return ja("textarea",{...p,className:a(e.className,ao,g(ao,e)),placeholder:o,rows:r,defaultValue:t})};no.states=Ya;no.options=Za;no.className=ao;import{Fragment as tn,jsx as is}from"react/jsx-runtime";var ls="k-input-loading-icon",en=[s.disabled,s.loading],X=e=>{let{disabled:t,loading:o}=e;return t||!o?is(tn,{}):is("span",{className:a(e.className,ls,"k-icon k-i-loading")})};X.states=en;X.className=ls;import{Fragment as an,jsx as ps}from"react/jsx-runtime";var cs="k-input-validation-icon",on=[s.valid,s.invalid,s.disabled,s.loading],sn={},_=e=>{let{valid:t,invalid:o,disabled:r,loading:p}=e,c=o?"warning-circle":"check-circle";return r||p||!!!(t||o)?ps(an,{}):ps(I,{className:a(cs),icon:c})};_.states=on;_.options=sn;_.className=cs;import{Fragment as ln,jsx as ds}from"react/jsx-runtime";var nn="k-input-prefix",rn={direction:"horizontal"},oe=e=>{let{direction:t=rn.direction,...o}=e;return e.children?ds("span",{...o,className:a(nn,e.className,{[`k-input-prefix-${t}`]:t}),children:e.children}):ds(ln,{})};import{Fragment as dn,jsx as ms}from"react/jsx-runtime";var pn="k-input-suffix",cn={direction:"horizontal"},se=e=>{let{direction:t=cn.direction,...o}=e;return e.children?ms("span",{...o,className:a(pn,e.className,{[`k-input-suffix-${t}`]:t}),children:e.children}):ms(dn,{})};import{jsx as Hp}from"react/jsx-runtime";import{jsx as Vp}from"react/jsx-runtime";import{jsx as un}from"react/jsx-runtime";var us="k-input-separator",mn={direction:"vertical"},re=e=>{let{direction:t=mn.direction,...o}=e;return un("span",{...o,className:a(us,e.className,{[`${us}-${t}`]:t})})};import{jsx as fs,jsxs as xn}from"react/jsx-runtime";var bs="k-color-preview",fn=[],bn={},be=e=>{let{color:t,iconName:o,...r}=e;return xn("span",{...r,className:a(e.className,bs,{"k-icon-color-preview":o,"k-no-color":!t}),children:[o&&fs(I,{icon:o,className:"k-color-preview-icon"}),fs("span",{className:"k-color-preview-mask",style:{backgroundColor:t}})]})};be.states=fn;be.options=bn;be.className=bs;import{jsx as xs}from"react/jsx-runtime";var hs="k-animation-container",hn=[],Nn={},Ns={positionMode:"absolute"},xe=e=>{let{positionMode:t=Ns.positionMode,animationStyle:o,offset:r,...p}=e;return xs("div",{...p,style:{...r,...e.style},className:a(e.className,hs,"k-animation-container-shown",{"k-animation-container-fixed":t==="fixed"}),children:xs("div",{className:"k-child-animation-container",style:o,children:e.children})})};xe.states=hn;xe.options=Nn;xe.className=hs;xe.defaultOptions=Ns;import{jsx as vs}from"react/jsx-runtime";var Ls="k-popup",vn=[],Ln={},ks={positionMode:"absolute"},H=e=>{let{offset:t,positionMode:o=ks.positionMode,animationStyle:r,...p}=e;return vs(xe,{positionMode:o,offset:t,animationStyle:r,children:vs("div",{...p,className:a(e.className,Ls),children:e.children})})};H.states=vn;H.options=Ln;H.className=Ls;H.defaultOptions=ks;import{jsx as gn}from"react/jsx-runtime";var Rt="k-actions",kn=[],Sn={},ro={alignment:"start",orientation:"horizontal"},he=e=>{let{alignment:t=ro.alignment,orientation:o=ro.orientation,...r}=e;return gn("div",{...r,className:a(Rt,{[`${Rt}-${t}`]:t,[`${Rt}-${o}`]:o},e.className),children:e.children})};he.states=kn;he.options=Sn;he.className=Rt;he.defaultOptions=ro;import{jsx as Mn}from"react/jsx-runtime";var In="k-actionsheet-footer",Ss={alignment:"stretched",orientation:"horizontal"},ut=e=>{let{alignment:t=Ss.alignment,orientation:o=Ss.orientation,template:r,as:p=r?"div":he,...c}=e;return Mn(p,{...c,...!r&&{alignment:t,orientation:o},className:a(e.className,In),children:e.children})};import{jsx as ft,jsxs as An}from"react/jsx-runtime";var gs="k-searchbox",yn=[s.hover,s.focus,s.valid,s.invalid,s.required,s.disabled,s.loading],Cn={size:[n.small,n.medium,n.large],rounded:[f.small,f.medium,f.large,f.full],fillMode:[d.solid,d.flat,d.outline]},io={showIcon:!0,icon:"search",size:z.defaultOptions.size,rounded:z.defaultOptions.rounded,fillMode:z.defaultOptions.fillMode},ie=e=>{let{value:t,placeholder:o,size:r,rounded:p,fillMode:c,hover:i,focus:u,valid:b,invalid:x,required:N,loading:k,disabled:l,showIcon:v=io.showIcon,icon:L=io.icon,...S}=e;return An(z,{...S,size:r,rounded:p,fillMode:c,hover:i,focus:u,valid:b,invalid:x,required:N,loading:k,disabled:l,className:a(e.className,gs),children:[v&&ft(I,{className:"k-input-icon",icon:L}),ft(Z,{placeholder:o,value:t}),ft(X,{...e}),ft(_,{...e}),ft(Y,{...e})]})};ie.states=yn;ie.options=Cn;ie.className=gs;ie.defaultOptions=io;import{jsx as Dc}from"react/jsx-runtime";import{Fragment as Is,jsx as Ne,jsxs as lo}from"react/jsx-runtime";var Ms="k-textbox",Tn=[s.hover,s.focus,s.valid,s.invalid,s.required,s.disabled,s.loading,s.readonly],wn={size:[n.small,n.medium,n.large],rounded:[f.small,f.medium,f.large,f.full],fillMode:[d.solid,d.flat,d.outline]},ze={showClearButton:!0,showValidationIcon:!0,size:z.defaultOptions.size,rounded:z.defaultOptions.rounded,fillMode:z.defaultOptions.fillMode,separators:!0},ve=e=>{let{size:t=ze.size,rounded:o=ze.rounded,fillMode:r=ze.fillMode,separators:p=ze.separators,showClearButton:c=ze.showClearButton,showValidationIcon:i=ze.showValidationIcon,prefix:u,suffix:b,type:x,value:N,placeholder:k,hover:l,focus:v,valid:L,invalid:S,required:C,loading:A,disabled:P,readonly:$,...fe}=e;return lo(z,{...fe,size:t,rounded:o,fillMode:r,hover:l,focus:v,valid:L,invalid:S,required:C,loading:A,disabled:P,readonly:$,className:a(e.className,Ms),children:[u&&lo(Is,{children:[Ne(oe,{children:u}),p&&Ne(re,{})]}),Ne(Z,{placeholder:k,value:N,type:x}),i&&Ne(_,{valid:L,invalid:S,loading:A,disabled:P}),Ne(X,{loading:A,disabled:P}),c&&Ne(Y,{loading:A,disabled:P,readonly:$,value:N}),b&&lo(Is,{children:[p&&Ne(re,{}),Ne(se,{children:b})]})]})};ve.states=Tn;ve.options=wn;ve.className=Ms;ve.defaultOptions=ze;import{jsx as Zc}from"react/jsx-runtime";import{Fragment as ad,jsx as sd}from"react/jsx-runtime";import{Fragment as dd,jsx as cd}from"react/jsx-runtime";import{jsx as Le,jsxs as po}from"react/jsx-runtime";var Cs="k-actionsheet-titlebar",zn={},F=e=>{let{title:t,subtitle:o,actionsStart:r,actionsEnd:p,filter:c,input:i,inputValue:u,inputPlaceholder:b,adaptive:x,children:N,...k}=e;return po("div",{...k,className:a(e.className,Cs),children:[po("div",{className:"k-actionsheet-titlebar-group",children:[r&&Le("div",{className:"k-actionsheet-actions",children:r}),!N&&po("div",{className:"k-actionsheet-title",children:[t&&Le("div",{className:"k-text-center",children:t}),o&&Le("div",{className:"k-actionsheet-subtitle k-text-center",children:o})]}),N&&Le("div",{className:"k-actionsheet-title",children:N}),p&&Le("div",{className:"k-actionsheet-actions",children:p})]}),(i||c)&&Le("div",{className:"k-actionsheet-titlebar-group k-actionsheet-filter",children:i?Le(ve,{value:u,placeholder:b,size:x?"large":"medium"}):Le(ie,{placeholder:"Filter",size:x?"large":"medium"})})]})};F.className=Cs;F.defaultOptions=zn;import{jsx as co,jsxs as Bn}from"react/jsx-runtime";var mo="k-actionsheet-view",Pn=[],En={},On={},Ve=e=>{let{adaptive:t,animated:o,children:r,header:p,footer:c,...i}=e,u=p?.type===F&&co(F,{adaptive:t,...p?.props}),b=c?.type===ut&&co(ut,{...c?.props});return Bn("div",{...i,className:a(e.className,mo,{[`${mo}-animated`]:o}),children:[u,co("div",{className:"k-actionsheet-content",children:r}),b]})};Ve.states=Pn;Ve.options=En;Ve.className=mo;Ve.defaultOptions=On;import{jsx as Ht,jsxs as Hn}from"react/jsx-runtime";var As="k-actionsheet",Kn=[],Rn={},bt={side:"bottom",fullscreen:!1,adaptive:!1,overlay:!0},j=e=>{let{side:t=bt.side,fullscreen:o=bt.fullscreen,adaptive:r=bt.adaptive,overlay:p=bt.overlay,template:c,children:i,header:u,footer:b,...x}=e;return Hn("div",{className:"k-actionsheet-container",children:[p&&Ht("div",{className:"k-overlay"}),Ht(xe,{animationStyle:{[`${o===!0?"top":t}`]:0,[`${o===!0?"width":null}`]:"100%",[`${o===!0?"height":null}`]:"100%",[`${t==="top"||t==="bottom"?"width":null}`]:"100%",[`${t==="left"||t==="right"?"height":null}`]:"100%"},children:Ht("div",{...x,className:a(e.className,As,{[`k-actionsheet-${t}`]:o===!1,"k-actionsheet-fullscreen":o===!0,"k-adaptive-actionsheet":r}),children:c||Ht(Ve,{header:u,footer:b,adaptive:r,...e,children:i})})})]})};j.states=Kn;j.options=Rn;j.className=As;j.defaultOptions=bt;import{jsx as Bd}from"react/jsx-runtime";import{Fragment as $n,jsx as xt,jsxs as uo}from"react/jsx-runtime";var fo="k-actionsheet-item",Gn=[s.hover,s.focus,s.selected,s.disabled],bo=e=>{let{iconName:t,text:o,description:r,hover:p,focus:c,selected:i,disabled:u,...b}=e;return uo("span",{...b,className:a(e.className,fo,y(fo,{hover:p,focus:c,selected:i,disabled:u})),children:[!e.children&&xt($n,{children:uo("span",{className:"k-actionsheet-action",children:[t&&xt("span",{className:"k-icon-wrap",children:xt(I,{className:"k-actionsheet-item-icon",icon:t})}),uo("span",{className:"k-actionsheet-item-text",children:[o&&xt("span",{className:"k-actionsheet-item-title",children:o}),r&&xt("span",{className:"k-actionsheet-item-description",children:r})]})]})}),e.children]})};bo.states=Gn;bo.className=fo;import{jsx as Xd,jsxs as Fd}from"react/jsx-runtime";import{jsx as Wd}from"react/jsx-runtime";import{jsx as jd}from"react/jsx-runtime";import{jsx as sm}from"react/jsx-runtime";import{jsx as _e,jsxs as xo}from"react/jsx-runtime";var ht="k-slider",Dn=[s.hover,s.focus,s.active,s.disabled,s.readonly],Vn={},ke={type:"single",orientation:"horizontal",readonly:!1,disabled:!1,handlePosition:"end",showButtons:!0,showTicks:!0},J=e=>{let{type:t=ke.type,orientation:o=ke.orientation,readonly:r=ke.readonly,disabled:p=ke.disabled,handlePosition:c=ke.handlePosition,showButtons:i=ke.showButtons,showTicks:u=ke.showTicks,hover:b,focus:x,active:N,trackStyle:k,dir:l,...v}=e,L,S;return o==="horizontal"?(L=l==="rtl"?"caret-alt-left":"caret-alt-right",S=l==="rtl"?"caret-alt-right":"caret-alt-left"):o==="vertical"&&(L="caret-alt-up",S="caret-alt-down"),xo("div",{...v,className:a(ht,e.className,y(ht,{readonly:r,disabled:p}),{[`k-slider-${o}`]:o,"k-colorgradient-slider":t==="gradient"}),dir:l,children:[i&&_e(h,{className:"k-button-decrease",rounded:"full",icon:S}),xo("div",{className:"k-slider-track-wrap",children:[u&&_e("ul",{className:"k-reset k-slider-items",children:e.children}),xo("div",{className:"k-slider-track",style:k,children:[_e("div",{className:"k-slider-selection"}),t==="range"&&_e("span",{className:a("k-draghandle","k-draghandle-start",y(ht,{hover:b,focus:x,active:N}))}),_e("span",{className:a("k-draghandle",`k-draghandle-${c}`,y(ht,{hover:b,focus:x,active:N}))})]})]}),i&&_e(h,{className:"k-button-increase",rounded:"full",icon:L})]})};J.states=Dn;J.options=Vn;J.className=ht;J.defaultOptions=ke;import{jsx as ws}from"react/jsx-runtime";var zs="k-tick",_n=[],Xn={},Ps={label:!1},Se=e=>{let{style:t,label:o=Ps.label,orientation:r,large:p,text:c,...i}=e;return ws("li",{...i,className:a(e.className,zs,{[`k-tick-${r}`]:r,"k-tick-large":p}),style:t,children:o&&ws("span",{className:"k-label",children:c})})};Se.states=_n;Se.options=Xn;Se.className=zs;Se.defaultOptions=Ps;import{Fragment as ym,jsx as Mm,jsxs as Cm}from"react/jsx-runtime";import{Fragment as Pm,jsx as zm,jsxs as Em}from"react/jsx-runtime";import{Fragment as Hm,jsx as Rm,jsxs as Gm}from"react/jsx-runtime";import{Fragment as Xm,jsx as _m,jsxs as Fm}from"react/jsx-runtime";import{jsx as Fn}from"react/jsx-runtime";var ho=e=>Fn(J,{type:"gradient",showButtons:!1,showTicks:!1,...e});import{jsx as Jn}from"react/jsx-runtime";var No=e=>Jn(J,{type:"gradient",orientation:"vertical",showButtons:!1,showTicks:!1,...e});import{jsx as Es,jsxs as Wn}from"react/jsx-runtime";var Os="k-spin-button",Un=[],qn={size:[n.small,n.medium,n.large],fillMode:[d.solid,d.flat,d.outline,d.clear,d.link]},vo={size:n.medium,fillMode:d.solid},Xe=e=>{let{size:t=vo.size,fillMode:o=vo.fillMode,...r}=e;return Wn("span",{...r,className:a(Os,e.className),children:[Es(h,{className:"k-spinner-increase",icon:"caret-alt-up",rounded:null,size:t,fillMode:o}),Es(h,{className:"k-spinner-decrease",icon:"caret-alt-down",rounded:null,size:t,fillMode:o})]})};Xe.states=Un;Xe.options=qn;Xe.className=Os;Xe.defaultOptions=vo;import{Fragment as Bs,jsx as le,jsxs as Lo}from"react/jsx-runtime";var Ks="k-numerictextbox",Qn=[s.hover,s.focus,s.valid,s.invalid,s.loading,s.required,s.disabled,s.readonly],Yn={size:[n.small,n.medium,n.large],rounded:[f.small,f.medium,f.large,f.full],fillMode:[d.solid,d.flat,d.outline]},Pe={showSpinButton:!0,showClearButton:!0,size:z.defaultOptions.size,rounded:z.defaultOptions.rounded,fillMode:z.defaultOptions.fillMode,separators:!0},B=e=>{let{size:t=Pe.size,rounded:o=Pe.rounded,fillMode:r=Pe.fillMode,separators:p=Pe.separators,showClearButton:c=Pe.showClearButton,showSpinButton:i=Pe.showSpinButton,prefix:u,suffix:b,value:x,placeholder:N,hover:k,focus:l,valid:v,invalid:L,required:S,loading:C,disabled:A,readonly:P,...$}=e;return Lo(z,{...$,size:t,rounded:o,fillMode:r,hover:k,focus:l,valid:v,invalid:L,required:S,loading:C,disabled:A,readonly:P,className:a(e.className,Ks),children:[u&&Lo(Bs,{children:[le(oe,{children:u}),p&&le(re,{})]}),le(Z,{placeholder:N,value:x}),le(_,{valid:v,invalid:L,loading:C,disabled:A}),le(X,{loading:C,disabled:A}),c&&le(Y,{loading:C,disabled:A,readonly:P,value:x}),b&&Lo(Bs,{children:[p&&le(re,{}),le(se,{children:b})]}),i&&le(Xe,{className:"k-input-spinner",size:t,fillMode:r})]})};B.states=Qn;B.options=Yn;B.className=Ks;B.defaultOptions=Pe;import{jsx as ku}from"react/jsx-runtime";import{jsx as jn}from"react/jsx-runtime";var Zn="k-no-data",Nt=e=>jn("span",{className:a(Zn,e.className),children:e.children});import{jsx as Fe,jsxs as Hs}from"react/jsx-runtime";var ko="k-list",er=[],tr={size:[n.small,n.medium,n.large]},Gs={size:n.medium},E=e=>{let{size:t=Gs.size,virtualization:o,children:r,optionLabel:p,customValue:c,screenReaders:i,...u}=e,b,x,N,k,l=[];return r?r.map((v,L)=>{v.type===G?(v.props.root===!0?(b=v.props.label,v.props.children.map((S,C)=>{l.push(Fe(M,{...S.props},`optChild-${C}-${new Date().getTime()}`))})):v.props.children.forEach((S,C)=>{let A="";C===0&&(A=v.props.label),l.push(Fe(M,{className:C===0?"k-first":"",...S.props,groupLabel:A},`groupLabel-${C}-${new Date().getTime()}`))}),x=Fe(G,{label:b,virtualization:o,children:l})):v.type===M&&(l.push(Fe(M,{...v.props},`${v.type}-${L}`)),N=Fe(Je,{virtualization:o,children:l}),i&&(k=Hs(Nt,{className:"k-sr-only",children:[l.length," items found."]})))}):k=Fe(Nt,{children:"No data found."}),Hs("div",{...u,className:a(e.className,ko,g(ko,{size:t}),{"k-virtual-list":o}),children:[p,c,x,N,k]})};E.states=er;E.options=tr;E.className=ko;E.defaultOptions=Gs;import{jsx as Ee,jsxs as ar}from"react/jsx-runtime";var So="k-list",or=[],sr={size:[n.small,n.medium,n.large]},$s={size:n.medium},Oe=e=>{let{size:t=$s.size,virtualization:o,children:r,...p}=e,c,i,u,b=[];return r?r.map((x,N)=>{x.type===G?(x.props.root===!0?(c=x.props.label,x.props.children.map((k,l)=>{b.push(Ee(M,{...k.props},`optChild-${l}-${new Date().getTime()}`))})):(b.push(Ee(Ds,{...x.props,children:x.props.label},`listChild-${N}`)),x.props.children.map((k,l)=>{b.push(Ee(M,{...k.props},`fwOptChild-${l}-${new Date().getTime()}`))})),i=Ee(G,{label:c,virtualization:o,children:b})):x.type===M&&(b.push(Ee(M,{...x.props},`${x.type}-${N}`)),u=Ee(Je,{virtualization:o,children:b}))}):u=Ee(Nt,{children:"No data found."}),ar("div",{...p,className:a(e.className,So,g(So,{size:t}),{"k-virtual-list":o}),children:[i,u]})};Oe.states=or;Oe.options=sr;Oe.className=So;Oe.defaultOptions=$s;import{jsx as Vs}from"react/jsx-runtime";var Gt="k-checkbox",nr=[s.hover,s.focus,s.valid,s.invalid,s.required,s.disabled,s.checked,s.indeterminate],rr={size:[n.small,n.medium,n.large],rounded:[f.small,f.medium,f.large,f.full]},go={size:n.medium,rounded:f.medium},ge=e=>{let{id:t,checked:o,indeterminate:r,hover:p,focus:c,disabled:i,invalid:u,valid:b,required:x,size:N=go.size,rounded:k=go.rounded,...l}=e;return Vs("span",{className:"k-checkbox-wrap",children:Vs("input",{...l,id:t,type:"checkbox",defaultChecked:o,required:x,className:a(e.className,Gt,g(Gt,{size:N,rounded:k}),y(Gt,{hover:p,focus:c,disabled:i,invalid:u,valid:b,indeterminate:r,checked:o}))})})};ge.states=nr;ge.options=rr;ge.className=Gt;ge.defaultOptions=go;import{jsx as pr}from"react/jsx-runtime";var _s="k-checkbox-list",ir=[],lr={},Xs={layout:"vertical"},Ue=e=>{let{layout:t=Xs.layout,...o}=e;return pr("ul",{...o,className:a(e.className,_s,{[`k-list-${t}`]:t}),children:e.children})};Ue.states=ir;Ue.options=lr;Ue.className=_s;Ue.defaultOptions=Xs;import{jsx as ur}from"react/jsx-runtime";var Fs="k-checkbox-list-item",cr=[],dr={},mr={},qe=e=>{let{...t}=e;return ur("li",{...t,className:a(e.className,Fs),children:e.children})};qe.states=cr;qe.options=dr;qe.className=Fs;qe.defaultOptions=mr;import{Fragment as Qu,jsx as Wu,jsxs as Yu}from"react/jsx-runtime";import{Fragment as of,jsx as tf,jsxs as sf}from"react/jsx-runtime";import{Fragment as pf,jsx as lf,jsxs as cf}from"react/jsx-runtime";import{Fragment as bf,jsx as ff,jsxs as xf}from"react/jsx-runtime";import{jsx as Lf}from"react/jsx-runtime";import{jsx as If}from"react/jsx-runtime";import{jsx as $t,jsxs as hr}from"react/jsx-runtime";var Mo="k-list-item",fr=[s.hover,s.focus,s.selected,s.disabled],br={},xr={},M=e=>{let{text:t,groupLabel:o,group:r,showIcon:p,iconName:c,showCheckbox:i,checked:u,hover:b,focus:x,selected:N,disabled:k,...l}=e,v=t||e.children;return hr("li",{...l,className:a(e.className,r?"k-list-group-item":Mo,y(Mo,{hover:b,focus:x,disabled:k,selected:N})),children:[i&&$t(ge,{checked:u}),p&&$t(I,{icon:c}),$t("span",{className:"k-list-item-text",children:v}),o&&o!==""&&$t("div",{className:"k-list-item-group-label",children:o})]})};M.states=fr;M.options=br;M.className=Mo;M.defaultOptions=xr;import{jsx as yo,jsxs as vr}from"react/jsx-runtime";var Nr="k-list-content",Je=e=>{let{virtualization:t,...o}=e;return vr("div",{...o,className:a(Nr,e.className),children:[yo("ul",{className:a("k-list-ul"),children:e.children}),t&&yo("div",{className:"k-height-container",children:yo("div",{})})]})};import{jsx as Js}from"react/jsx-runtime";var Lr="k-list-group-sticky-header",Us=e=>Js("div",{className:a(Lr,e.className),children:Js("div",{className:"k-list-header-text",children:e.children})});import{Fragment as kr,jsx as qs,jsxs as Sr}from"react/jsx-runtime";var G=e=>{let{virtualization:t,label:o}=e;return Sr(kr,{children:[o&&qs(Us,{children:o}),e.children&&qs(Je,{virtualization:t,children:e.children})]})};import{jsx as Ws}from"react/jsx-runtime";var gr="k-list-group-item",Ds=e=>Ws("li",{className:a(gr,e.className),children:Ws("span",{className:"k-list-item-text",children:e.children})});import{jsx as Cr}from"react/jsx-runtime";var Co="k-list-optionlabel",Ir=[s.hover,s.focus,s.selected,s.disabled],Mr={},yr={},Dt=e=>{let{text:t,hover:o,focus:r,selected:p,disabled:c,...i}=e;return Cr("div",{...i,className:a(Co,y(Co,{hover:o,focus:r,selected:p,disabled:c})),children:t})};Dt.states=Ir;Dt.options=Mr;Dt.className=Co;Dt.defaultOptions=yr;import{jsx as zr}from"react/jsx-runtime";var Ao="k-list-custom-value",Ar=[s.hover,s.focus,s.selected,s.disabled],Tr={},wr={},Ie=e=>{let{text:t,hover:o,focus:r,selected:p,disabled:c,...i}=e;return zr("div",{...i,className:a(Ao,y(Ao,{hover:o,focus:r,selected:p,disabled:c})),children:t})};Ie.states=Ar;Ie.options=Tr;Ie.className=Ao;Ie.defaultOptions=wr;import{jsx as ib}from"react/jsx-runtime";import{jsx as db}from"react/jsx-runtime";import{jsx as bb,jsxs as xb}from"react/jsx-runtime";import{jsx as Lb,jsxs as kb}from"react/jsx-runtime";import{jsx as Mb}from"react/jsx-runtime";import{jsx as Tb,jsxs as wb}from"react/jsx-runtime";import{jsx as Ob,jsxs as Bb}from"react/jsx-runtime";import{Fragment as Or,jsx as D,jsxs as To}from"react/jsx-runtime";var Qs="k-dropdownlist",Pr=[s.hover,s.focus,s.valid,s.invalid,s.required,s.disabled,s.loading,s.readonly],Er={size:[n.small,n.medium,n.large],rounded:[f.small,f.medium,f.large,f.full],fillMode:[d.solid,d.flat,d.outline]},We={showValue:!0,arrowIconName:"caret-alt-down",size:n.medium,rounded:f.medium,fillMode:d.solid},Me=e=>{let{size:t=We.size,rounded:o=We.rounded,fillMode:r=We.fillMode,arrowIconName:p=We.arrowIconName,showValue:c=We.showValue,valueIconName:i,prefix:u,suffix:b,value:x,placeholder:N,hover:k,focus:l,valid:v,invalid:L,required:S,loading:C,disabled:A,readonly:P,popup:$,opened:fe,adaptive:rt,adaptiveSettings:it,adaptiveTitle:qt,adaptiveSubtitle:Wt,adaptiveFilter:xa,...ha}=e;return To(Or,{children:[To(Q,{...ha,size:t,rounded:o,fillMode:r,hover:k,focus:l,valid:v,invalid:L,required:S,loading:C,disabled:A,readonly:P,className:a(e.className,Qs,{"k-icon-picker":!c&&i}),children:[D(oe,{children:u}),D(we,{placeholder:N,value:x,showValue:c,valueIconName:i}),D(_,{valid:v,invalid:L,loading:C,disabled:A}),D(X,{loading:C,disabled:A}),D(se,{children:b}),D(h,{className:"k-input-button",icon:p,rounded:null,size:e.size,fillMode:e.fillMode})]}),fe&&$&&D(H,{className:"k-list-container k-dropdownlist-popup",children:$}),rt&&D(j,{adaptive:!0,...it,header:D(F,{actionsEnd:D(h,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat"}),filter:xa,inputValue:x,inputPlaceholder:N,title:qt,subtitle:Wt}),children:D("div",{className:"k-list-container",children:To(E,{size:"large",children:[D(M,{text:"List item"}),D(M,{text:"List item"}),D(M,{text:"List item"})]})})})]})};Me.states=Pr;Me.options=Er;Me.className=Qs;Me.defaultOptions=We;import{jsx as dx}from"react/jsx-runtime";import{jsx as xx,jsxs as hx}from"react/jsx-runtime";import{Fragment as Mx,jsx as gx,jsxs as Ix}from"react/jsx-runtime";import{jsx as Tx}from"react/jsx-runtime";import{jsx as Ox,jsxs as Bx}from"react/jsx-runtime";import{jsx as $x,jsxs as Dx}from"react/jsx-runtime";import{Fragment as Wx,jsx as Ux,jsxs as qx}from"react/jsx-runtime";import{Fragment as sh,jsx as th,jsxs as oh}from"react/jsx-runtime";import{Fragment as vh,jsx as Nh}from"react/jsx-runtime";import{Fragment as yh,jsx as Mh}from"react/jsx-runtime";import{Fragment as vt,jsx as T,jsxs as O}from"react/jsx-runtime";var Ys="k-colorgradient-inputs",Br=[],Kr={size:[n.small,n.medium,n.large]},Zs={mode:"rgba",size:n.medium},Qe=e=>{let{mode:t=Zs.mode,size:o,...r}=e;return O("div",{...r,className:a(Ys,"k-hstack"),children:[T("div",{className:"k-vstack",children:T(h,{fillMode:"flat",icon:"caret-alt-expand",className:"k-colorgradient-toggle-mode",size:o})}),t==="rgba"&&O(vt,{children:[O("div",{className:"k-vstack",children:[T(B,{showSpinButton:!1,showClearButton:!1,value:"132",size:o}),T("label",{className:"k-colorgradient-input-label",children:"R"})]}),O("div",{className:"k-vstack",children:[T(B,{showSpinButton:!1,showClearButton:!1,value:"132",size:o}),T("label",{className:"k-colorgradient-input-label",children:"G"})]}),O("div",{className:"k-vstack",children:[T(B,{showSpinButton:!1,showClearButton:!1,value:"132",size:o}),T("label",{className:"k-colorgradient-input-label",children:"B"})]}),O("div",{className:"k-vstack",children:[T(B,{showSpinButton:!1,showClearButton:!1,value:"1.00",size:o}),T("label",{className:"k-colorgradient-input-label",children:"A"})]})]}),t==="rgb"&&O(vt,{children:[O("div",{className:"k-vstack",children:[T(B,{showSpinButton:!1,showClearButton:!1,value:"132"}),T("label",{className:"k-colorgradient-input-label",children:"R"})]}),O("div",{className:"k-vstack",children:[T(B,{showSpinButton:!1,showClearButton:!1,value:"132"}),T("label",{className:"k-colorgradient-input-label",children:"G"})]}),O("div",{className:"k-vstack",children:[T(B,{showSpinButton:!1,showClearButton:!1,value:"132"}),T("label",{className:"k-colorgradient-input-label",children:"B"})]})]}),t==="hsva"&&O(vt,{children:[O("div",{className:"k-vstack",children:[T(B,{showSpinButton:!1,showClearButton:!1,value:"132"}),T("label",{className:"k-colorgradient-input-label",children:"H"})]}),O("div",{className:"k-vstack",children:[T(B,{showSpinButton:!1,showClearButton:!1,value:"132"}),T("label",{className:"k-colorgradient-input-label",children:"S"})]}),O("div",{className:"k-vstack",children:[T(B,{showSpinButton:!1,showClearButton:!1,value:"132"}),T("label",{className:"k-colorgradient-input-label",children:"V"})]}),O("div",{className:"k-vstack",children:[T(B,{showSpinButton:!1,showClearButton:!1,value:"1.00"}),T("label",{className:"k-colorgradient-input-label",children:"A"})]})]}),t==="hsv"&&O(vt,{children:[O("div",{className:"k-vstack",children:[T(B,{showSpinButton:!1,showClearButton:!1,value:"132"}),T("label",{className:"k-colorgradient-input-label",children:"H"})]}),O("div",{className:"k-vstack",children:[T(B,{showSpinButton:!1,showClearButton:!1,value:"132"}),T("label",{className:"k-colorgradient-input-label",children:"S"})]}),O("div",{className:"k-vstack",children:[T(B,{showSpinButton:!1,showClearButton:!1,value:"132"}),T("label",{className:"k-colorgradient-input-label",children:"V"})]})]}),t==="hex"&&T(vt,{children:O("div",{className:"k-vstack k-flex-1",children:[T(ve,{showClearButton:!1,value:"#b88484AA",className:"k-hex-value"}),T("label",{className:"k-colorgradient-input-label",children:"HEX"})]})})]})};Qe.states=Br;Qe.options=Kr;Qe.className=Ys;Qe.defaultOptions=Zs;import{jsx as Ke,jsxs as Re}from"react/jsx-runtime";var js="k-colorgradient-color-contrast",Rr=[],Hr={},Gr={},Ye=()=>Re("div",{className:a(js,"k-vbox"),children:[Re("div",{className:"k-contrast-ratio",children:[Ke("span",{className:"k-contrast-ratio-text",children:"Contrast ratio: 7.1"}),Re("span",{className:"k-contrast-validation !k-text-success",children:[Ke(I,{icon:"check"}),Ke(I,{icon:"check"})]})]}),Re("div",{children:[Ke("span",{children:"AA: 4.5"}),Re("span",{className:"k-contrast-validation !k-text-success",children:["Pass",Ke(I,{icon:"check"})]})]}),Re("div",{children:[Ke("span",{children:"AAA: 7.0"}),Re("span",{className:"k-contrast-validation !k-text-error",children:["Fail",Ke(I,{icon:"x"})]})]})]});Ye.states=Rr;Ye.options=Hr;Ye.className=js;Ye.defaultOptions=Gr;import{jsx as U,jsxs as Lt}from"react/jsx-runtime";var Vt="k-colorgradient",$r=[s.hover,s.focus,s.readonly,s.disabled],Dr={size:[n.small,n.medium,n.large]},ee={size:n.medium,mode:"rgba",readonly:!1,disabled:!1,contrast:!1,gradientStyle:{background:"rgb(255, 0, 0 )"},dragHandleStyle:{top:"50px",left:"73px"},alphaStyle:{background:"linear-gradient(to top, transparent, rgb(255, 0, 0))"},alphaStyleHorizontal:{background:"linear-gradient(to right, transparent, rgb(255, 0, 0))"},canvasOrientation:"horizontal"},ye=e=>{let{size:t=ee.size,mode:o=ee.mode,readonly:r=ee.readonly,disabled:p=ee.disabled,gradientStyle:c=ee.gradientStyle,dragHandleStyle:i=ee.dragHandleStyle,alphaStyle:u=ee.alphaStyle,alphaStyleHorizontal:b=ee.alphaStyleHorizontal,contrast:x=ee.contrast,dir:N,hover:k,focus:l,hoverHandle:v,focusHandle:L,canvasOrientation:S=ee.canvasOrientation,...C}=e;return Lt("div",{...C,className:a(e.className,Vt,g(Vt,{size:t}),y(Vt,{hover:k,focus:l,readonly:r,disabled:p})),dir:N,children:[!S||S==="horizontal"&&Lt("div",{className:"k-colorgradient-canvas k-hstack",children:[U("div",{className:"k-hsv-rectangle",style:c,children:U("div",{className:"k-hsv-gradient",children:U("div",{className:a("k-hsv-draghandle","k-draghandle",{"k-hover":v,"k-focus":L}),style:i})})}),Lt("div",{className:"k-hsv-controls k-hstack",children:[U(No,{className:"k-hue-slider",hover:v,focus:L}),o!=="rgb"&&o!=="hsv"&&U(No,{className:"k-alpha-slider",hover:v,focus:L,trackStyle:u})]})]}),S==="vertical"&&Lt("div",{className:"k-colorgradient-canvas k-vstack",children:[U("div",{className:"k-hsv-rectangle",style:c,children:U("div",{className:"k-hsv-gradient",children:U("div",{className:a("k-hsv-draghandle","k-draghandle",{"k-hover":v,"k-focus":L}),style:i})})}),Lt("div",{className:"k-hsv-controls k-vstack",children:[U(ho,{className:"k-hue-slider",hover:v,focus:L}),o!=="rgb"&&o!=="hsv"&&U(ho,{className:"k-alpha-slider",hover:v,focus:L,trackStyle:b})]})]}),U(Qe,{mode:e.mode,size:t}),x&&U(Ye,{})]})};ye.states=$r;ye.options=Dr;ye.className=Vt;ye.defaultOptions=ee;import{jsx as Yh}from"react/jsx-runtime";import{jsx as tN}from"react/jsx-runtime";import{jsx as Vr}from"react/jsx-runtime";var ea=e=>Vr("tr",{children:e.children});import{jsx as Fr}from"react/jsx-runtime";var wo="k-colorpalette-tile",_r=[s.hover,s.focus,s.selected],Xr={},kt=e=>{let{color:t,tileSize:o,hover:r,focus:p,selected:c,...i}=e,u={backgroundColor:t,width:o?o+"px":"",height:o?o+"px":""};return Fr("td",{...i,className:a(e.className,wo,y(wo,{hover:r,focus:p,selected:c})),style:u})};kt.states=_r;kt.options=Xr;kt.className=wo;import{jsx as St}from"react/jsx-runtime";var _t="k-colorpalette",Jr=[s.disabled],Ur={size:[n.small,n.medium,n.large]},zo={columns:10,size:n.medium},Ze=e=>{let{size:t=zo.size,palette:o,columns:r=zo.columns,tileSize:p,disabled:c,...i}=e,u=[];if(o){let b=r||o.columns,x=o.colors?o.colors:o;Array.isArray(x)&&Array.from({length:Math.ceil(x.length/b)},(N,k)=>{let l=[];x.slice(k*b,(k+1)*b).map((L,S)=>{l.push(St(kt,{color:L,tileSize:p},S))});let v=St(ea,{children:l},k);u.push(v)})}return St("div",{...i,className:a(e.className,_t,y(_t,{disabled:c}),g(_t,{size:t})),children:St("table",{className:"k-colorpalette-table",children:St("tbody",{children:u.length>0?u:e.children})})})};Ze.states=Jr;Ze.options=Ur;Ze.className=_t;Ze.defaultOptions=zo;var Po={basic:{colors:["#000000","#7f7f7f","#880015","#ed1c24","#ff7f27","#fff200","#22b14c","#00a2e8","#3f48cc","#a349a4","#ffffff","#c3c3c3","#b97a57","#ffaec9","#ffc90e","#efe4b0","#b5e61d","#99d9ea","#7092be","#c8bfe7"],columns:10},office:{colors:["#ffffff","#000000","#e6e6e6","#435569","#4371c4","#ed7e32","#a5a4a5","#febf04","#5a9bd5","#71ae48","#f2f2f3","#7f7f7f","#d1cece","#d5dde3","#dae1f4","#fce5d4","#deeded","#fff2cc","#deeaf6","#e1efd9","#d7d8d8","#585959","#aeabab","#adbaca","#b4c5e7","#f6caac","#dbdbdb","#ffe498","#bcd6ee","#c5e0b2","#bfbfc0","#3f3f3f","#767070","#8595b1","#8fabdb","#f5b183","#c9c8c9","#fed965","#9bc4e5","#a8d08d","#a5a5a6","#262625","#393939","#334050","#2e5496","#c45a11","#7b7b7a","#bf9000","#2f75b5","#548235","#7f7f7f","#0b0c0c","#161616","#222a34","#203764","#843d0b","#525252","#7f6000","#1d4d79","#375623"],columns:10},apex:{colors:["#ffffff","#000000","#c9c2d1","#69676d","#ceb966","#9cb084","#6bb1c9","#6585cf","#7e6bc9","#a379bb","#f2f2f2","#7f7f7f","#f4f2f5","#e0e0e2","#f5f1e0","#ebefe6","#e1eff4","#e0e6f5","#e5e1f4","#ece4f1","#d8d8d8","#595959","#e9e6ec","#c2c1c5","#ebe3c1","#d7dfcd","#c3dfe9","#c1ceeb","#cbc3e9","#dac9e3","#bfbfbf","#3f3f3f","#dedae3","#a4a3a8","#e1d5a3","#c3cfb5","#a6d0de","#a2b5e2","#b1a6de","#c7aed6","#a5a5a5","#262626","#9688a5","#4e4d51","#ae9638","#758c5a","#3d8da9","#365bb0","#533da9","#7d4d99","#7f7f7f","#0c0c0c","#635672","#343336","#746425","#4e5d3c","#295e70","#243c75","#372970","#533366"],columns:10},austin:{colors:["#ffffff","#000000","#caf278","#3e3d2d","#94c600","#71685a","#ff6700","#909465","#956b43","#fea022","#f2f2f2","#7f7f7f","#f4fce4","#dddcd0","#efffc0","#e3e1dc","#ffe0cb","#e8e9df","#ece1d6","#feecd2","#d8d8d8","#595959","#e9f9c9","#bbb9a1","#dfff82","#c8c3ba","#ffc299","#d2d4c0","#dac3ad","#fed9a6","#bfbfbf","#3f3f3f","#dff7ae","#ada598","#cfff43","#ada598","#ffa365","#bcbfa1","#c8a585","#fec67a","#a5a5a5","#262626","#a9ea25","#2e2d21","#6f9400","#544e43","#bf4d00","#6c6f4b","#6f5032","#d77b00","#7f7f7f","#0c0c0c","#74a50f","#1f1e16","#4a6300","#38342d","#7f3300","#484a32","#4a3521","#8f5200"],columns:10},clarity:{colors:["#ffffff","#292934","#f3f2dc","#d2533c","#93a299","#ad8f67","#726056","#4c5a6a","#808da0","#79463d","#f2f2f2","#e7e7ec","#e7e5b9","#f6dcd8","#e9ecea","#eee8e0","#e4dedb","#d8dde3","#e5e8ec","#e9d6d3","#d8d8d8","#c4c4d1","#d5d185","#edbab1","#d3d9d6","#ded2c2","#c9beb8","#b2bcc8","#ccd1d9","#d3aea7","#bfbfbf","#8a8aa3","#aca73b","#e4978a","#bec7c1","#cdbba3","#af9e94","#8c9bac","#b2bac6","#bd857c","#a5a5a5","#56566e","#56531d","#a43925","#6b7c72","#866b48","#554840","#39434f","#5c697b","#5a342d","#7f7f7f","#3b3b4b","#22210b","#6d2619","#47534c","#594730","#39302b","#262d35","#3d4652","#3c231e"],columns:10},slipstream:{colors:["#ffffff","#000000","#b4dcfa","#212745","#4e67c8","#5eccf3","#a7ea52","#5dceaf","#ff8021","#f14124","#f2f2f2","#7f7f7f","#8bc9f7","#c7cce4","#dbe0f4","#def4fc","#edfadc","#def5ef","#ffe5d2","#fcd9d3","#d8d8d8","#595959","#4facf3","#909aca","#b8c2e9","#beeafa","#dbf6b9","#beebdf","#ffcca6","#f9b3a7","#bfbfbf","#3f3f3f","#0d78c9","#5967af","#94a3de","#9ee0f7","#caf297","#9de1cf","#ffb279","#f68d7b","#a5a5a5","#262626","#063c64","#181d33","#31479f","#11b2eb","#81d319","#34ac8b","#d85c00","#c3260c","#7f7f7f","#0c0c0c","#021828","#101322","#202f6a","#0b769c","#568c11","#22725c","#903d00","#821908"],columns:10},metro:{colors:["#ffffff","#000000","#d6ecff","#4e5b6f","#7fd13b","#ea157a","#feb80a","#00addc","#738ac8","#1ab39f","#f2f2f2","#7f7f7f","#a7d6ff","#d9dde4","#e5f5d7","#fad0e4","#fef0cd","#c5f2ff","#e2e7f4","#c9f7f1","#d8d8d8","#595959","#60b5ff","#b3bcca","#cbecb0","#f6a1c9","#fee29c","#8be6ff","#c7d0e9","#94efe3","#bfbfbf","#3f3f3f","#007dea","#8d9baf","#b2e389","#f272af","#fed46b","#51d9ff","#aab8de","#5fe7d5","#a5a5a5","#262626","#003e75","#3a4453","#5ea226","#af0f5b","#c58c00","#0081a5","#425ea9","#138677","#7f7f7f","#0c0c0c","#00192e","#272d37","#3f6c19","#750a3d","#835d00","#00566e","#2c3f71","#0c594f"],columns:10},flow:{colors:["#ffffff","#000000","#dbf5f9","#04617b","#0f6fc6","#009dd9","#0bd0d9","#10cf9b","#7cca62","#a5c249","#f2f2f2","#7f7f7f","#b2e9f2","#b4ecfc","#c7e2fa","#c4eeff","#c9fafc","#c9faed","#e4f4df","#edf2da","#d8d8d8","#595959","#76d9e8","#6adafa","#90c6f6","#89deff","#93f5f9","#94f6db","#cae9c0","#dbe6b6","#bfbfbf","#3f3f3f","#21b2c8","#20c8f7","#59a9f2","#4fceff","#5df0f6","#5ff2ca","#b0dfa0","#c9da91","#a5a5a5","#262626","#105964","#02485c","#0b5394","#0075a2","#089ca2","#0b9b74","#54a838","#7e9532","#7f7f7f","#0c0c0c","#062328","#01303d","#073763","#004e6c","#05686c","#07674d","#387025","#546321"],columns:10},hardcover:{colors:["#ffffff","#000000","#ece9c6","#895d1d","#873624","#d6862d","#d0be40","#877f6c","#972109","#aeb795","#f2f2f2","#7f7f7f","#e1dca5","#f2e0c6","#f0d0c9","#f6e6d5","#f5f2d8","#e7e5e1","#fbc7bc","#eef0e9","#d8d8d8","#595959","#d0c974","#e6c28d","#e2a293","#eeceaa","#ece5b2","#cfccc3","#f78f7a","#dee2d4","#bfbfbf","#3f3f3f","#a29a36","#daa454","#d4735e","#e6b681","#e2d88c","#b7b2a5","#f35838","#ced3bf","#a5a5a5","#262626","#514d1b","#664515","#65281a","#a2641f","#a39428","#655f50","#711806","#879464","#7f7f7f","#0c0c0c","#201e0a","#442e0e","#431b11","#6c4315","#6d621a","#433f35","#4b1004","#5a6243"],columns:10},trek:{colors:["#ffffff","#000000","#fbeec9","#4e3b30","#f0a22e","#a5644e","#b58b80","#c3986d","#a19574","#c17529","#f2f2f2","#7f7f7f","#f7e09e","#e1d6cf","#fcecd5","#eddfda","#f0e7e5","#f3eae1","#ece9e3","#f5e3d1","#d8d8d8","#595959","#f3cc5f","#c4ad9f","#f9d9ab","#dcc0b6","#e1d0cc","#e7d5c4","#d9d4c7","#ebc7a3","#bfbfbf","#3f3f3f","#d29f0f","#a78470","#f6c781","#cba092","#d2b9b2","#dbc1a7","#c6bfab","#e1ac76","#a5a5a5","#262626","#694f07","#3a2c24","#c87d0e","#7b4b3a","#926255","#a17242","#7b7153","#90571e","#7f7f7f","#0c0c0c","#2a1f03","#271d18","#855309","#523226","#614138","#6b4c2c","#524b37","#603a14"],columns:10},verve:{colors:["#ffffff","#000000","#d2d2d2","#666666","#ff388c","#e40059","#9c007f","#68007f","#005bd3","#00349e","#f2f2f2","#7f7f7f","#bdbdbd","#e0e0e0","#ffd7e8","#ffc6dc","#ffb8f1","#f1b2ff","#c3dcff","#b8cfff","#d8d8d8","#595959","#9d9d9d","#c1c1c1","#ffafd1","#ff8eba","#ff71e4","#e365ff","#87baff","#72a0ff","#bfbfbf","#3f3f3f","#696969","#a3a3a3","#ff87ba","#ff5597","#ff2ad7","#d519ff","#4b98ff","#2b71ff","#a5a5a5","#262626","#343434","#4c4c4c","#e90062","#ab0042","#75005f","#4e005f","#00449e","#002676","#7f7f7f","#0c0c0c","#151515","#333333","#9b0041","#72002c","#4e003f","#34003f","#002d69","#00194f"],columns:10},monochrome:{colors:["#000000","#1a1a1a","#333333","#4d4d4d","#666666","#808080","#999999","#b3b3b3","#cccccc","#e6e6e6","#f2f2f2","#ffffff"],columns:12}};import{jsx as IN}from"react/jsx-runtime";import{jsx as q,jsxs as je}from"react/jsx-runtime";var Xt="k-coloreditor",qr=[s.focus],Wr={size:[n.small,n.medium,n.large]},et={size:n.medium,view:"gradient",palette:Po.office,actionButtons:!0,canvasOrientation:"horizontal"},ae=e=>{let{size:t=et.size,view:o=et.view,palette:r=et.palette,color:p,currentColor:c,focus:i,focusView:u,dir:b,group:x,actionButtons:N=et.actionButtons,canvasOrientation:k=et.canvasOrientation,...l}=e;return je("div",{...l,className:a(e.className,"k-flatcolorpicker",Xt,g(Xt,{size:t}),y(Xt,{focus:i})),dir:b,children:[je("div",{className:"k-coloreditor-header k-hstack",children:[q("div",{className:"k-coloreditor-header-actions k-hstack",children:x&&je(K,{fillMode:"flat",children:[q(h,{className:"k-group-start",size:t,fillMode:"flat",icon:"droplet-slider",selected:o==="gradient"}),q(h,{className:"k-group-end",size:t,fillMode:"flat",icon:"palette",selected:o==="palette"})]})}),q("div",{className:"k-spacer"}),je("div",{className:"k-coloreditor-header-actions k-hstack",children:[q(h,{fillMode:"flat",icon:"droplet-slash",size:t}),je("div",{className:"k-coloreditor-preview k-vstack",children:[q(be,{className:"k-coloreditor-preview-color",color:p}),q(be,{className:"k-coloreditor-current-color",color:c})]})]})]}),q("div",{className:"k-coloreditor-views k-vstack",children:o==="gradient"?q(ye,{focus:u,size:t,canvasOrientation:k}):q(Ze,{palette:r,size:t})}),N&&je(he,{className:"k-coloreditor-footer",alignment:"start",children:[q(h,{themeColor:"primary",size:t,className:"k-coloreditor-apply",children:"Apply"}),q(h,{className:"k-coloreditor-cancel",size:t,children:"Cancel"})]})]})};ae.states=qr;ae.options=Wr;ae.className=Xt;ae.defaultOptions=et;import{jsx as _N}from"react/jsx-runtime";import{jsx as UN}from"react/jsx-runtime";import{jsx as YN}from"react/jsx-runtime";import{jsx as tv}from"react/jsx-runtime";import{Fragment as Zr,jsx as W,jsxs as Oo}from"react/jsx-runtime";var ta="k-colorpicker",Qr=[s.hover,s.focus,s.valid,s.invalid,s.required,s.disabled],Yr={size:[n.small,n.medium,n.large],rounded:[f.small,f.medium,f.large,f.full],fillMode:[d.solid,d.flat,d.outline]},gt={arrowIconName:"caret-alt-down",size:Q.defaultOptions.size,rounded:Q.defaultOptions.rounded,fillMode:Q.defaultOptions.fillMode},pe=e=>{let{size:t=gt.size,rounded:o=gt.rounded,fillMode:r=gt.fillMode,arrowIconName:p=gt.arrowIconName,prefix:c,suffix:i,value:u,placeholder:b,hover:x,focus:N,valid:k,invalid:l,required:v,disabled:L,valueIconName:S,popup:C,opened:A,adaptive:P,adaptiveSettings:$,adaptiveTitle:fe,adaptiveSubtitle:rt,...it}=e;return Oo(Zr,{children:[Oo(Q,{...it,size:t,rounded:o,fillMode:r,hover:x,focus:N,valid:k,invalid:l,required:v,disabled:L,className:a(e.className,ta,"k-icon-picker"),children:[W(oe,{children:c}),W(we,{placeholder:b,value:u,showValue:!1,valueIcon:W(be,{className:"k-value-icon",color:u,iconName:S}),valueIconName:S}),W(se,{children:i}),W(h,{className:"k-input-button",icon:p,rounded:null,size:t,fillMode:r})]}),A&&C&&W(H,{className:"k-colorpicker-popup",children:C}),P&&W(j,{adaptive:!0,...$,header:W(F,{actionsEnd:W(h,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat"}),title:fe,subtitle:rt}),footer:Oo(ut,{children:[W(h,{text:"Cancel",size:"large",themeColor:"base"}),W(h,{text:"Set",size:"large",themeColor:"primary"})]}),children:W(ae,{canvasOrientation:"vertical",size:"large",actionButtons:!1,group:!0})})]})};pe.states=Qr;pe.options=Yr;pe.className=ta;pe.defaultOptions=gt;import{jsx as kv}from"react/jsx-runtime";import{jsx as yv}from"react/jsx-runtime";import{jsx as zv}from"react/jsx-runtime";import{jsx as Bv}from"react/jsx-runtime";import{jsx as Gv}from"react/jsx-runtime";import{jsx as _v}from"react/jsx-runtime";import{Fragment as Bo,jsx as R,jsxs as It}from"react/jsx-runtime";var oa="k-combobox",ei=[s.hover,s.focus,s.valid,s.invalid,s.loading,s.required,s.disabled,s.readonly],ti={size:[n.small,n.medium,n.large],rounded:[f.small,f.medium,f.large,f.full],fillMode:[d.solid,d.flat,d.outline]},Mt={size:z.defaultOptions.size,rounded:z.defaultOptions.rounded,fillMode:z.defaultOptions.fillMode,separators:!0},He=e=>{let{size:t=Mt.size,rounded:o=Mt.rounded,fillMode:r=Mt.fillMode,separators:p=Mt.separators,prefix:c,suffix:i,value:u,placeholder:b,hover:x,focus:N,valid:k,invalid:l,required:v,loading:L,disabled:S,popup:C,opened:A,readonly:P,adaptive:$,adaptiveSettings:fe,adaptiveTitle:rt,adaptiveSubtitle:it,adaptiveCustomValue:qt,...Wt}=e;return It(Bo,{children:[It(z,{...Wt,size:t,rounded:o,fillMode:r,hover:x,focus:N,valid:k,invalid:l,required:v,loading:L,disabled:S,readonly:P,className:a(e.className,oa),children:[c&&It(Bo,{children:[R(oe,{children:c}),p&&R(re,{})]}),R(Z,{placeholder:b,value:u}),R(_,{valid:k,invalid:l,loading:L,disabled:S}),R(X,{loading:L,disabled:S}),R(Y,{loading:L,disabled:S,readonly:P,value:u}),i&&It(Bo,{children:[p&&R(re,{}),R(se,{children:i})]}),R(h,{className:"k-input-button",icon:"caret-alt-down",rounded:null,size:t,fillMode:r})]}),A&&C&&R(H,{className:"k-list-container k-combobox-popup",children:C}),$&&R(j,{adaptive:!0,...fe,header:R(F,{actionsEnd:R(h,{icon:"check