@kingsoft-ai/design 0.1.16 → 0.1.17
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.cjs +392 -341
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1109 -1064
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/input/Input.style.d.ts +6 -6
- package/dist/types/switch/Switch.style.d.ts +8 -8
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("react/jsx-runtime"),c=require("react"),X=require("react-aria"),rr=require("react-dom"),ae=require("@kingsoft-ai/theme");function pn(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const bt=pn(i),de=pn(c),Se=typeof document<"u"?c.useLayoutEffect:()=>{};let _t=new Map;typeof FinalizationRegistry<"u"&&new FinalizationRegistry(e=>{_t.delete(e)});function Ko(e,t){if(e===t)return e;let r=_t.get(e);if(r)return r.forEach(o=>o.current=t),t;let n=_t.get(t);return n?(n.forEach(o=>o.current=e),e):t}function Vo(...e){return(...t)=>{for(let r of e)typeof r=="function"&&r(...t)}}const ue=e=>{var t;return(t=e==null?void 0:e.ownerDocument)!==null&&t!==void 0?t:document},mt=e=>e&&"window"in e&&e.window===e?e:ue(e).defaultView||window;function Ho(e){return e!==null&&typeof e=="object"&&"nodeType"in e&&typeof e.nodeType=="number"}function Wo(e){return Ho(e)&&e.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&"host"in e}let Uo=!1;function $t(){return Uo}function zr(e,t){if(!$t())return t&&e?e.contains(t):!1;if(!e||!t)return!1;let r=t;for(;r!==null;){if(r===e)return!0;r.tagName==="SLOT"&&r.assignedSlot?r=r.assignedSlot.parentNode:Wo(r)?r=r.host:r=r.parentNode}return!1}const $e=(e=document)=>{var t;if(!$t())return e.activeElement;let r=e.activeElement;for(;r&&"shadowRoot"in r&&(!((t=r.shadowRoot)===null||t===void 0)&&t.activeElement);)r=r.shadowRoot.activeElement;return r};function _e(e){return $t()&&e.target.shadowRoot&&e.composedPath?e.composedPath()[0]:e.target}class Yo{get currentNode(){return this._currentNode}set currentNode(t){if(!zr(this.root,t))throw new Error("Cannot set currentNode to a node that is not contained by the root node.");const r=[];let n=t,o=t;for(this._currentNode=t;n&&n!==this.root;)if(n.nodeType===Node.DOCUMENT_FRAGMENT_NODE){const a=n,l=this._doc.createTreeWalker(a,this.whatToShow,{acceptNode:this._acceptNode});r.push(l),l.currentNode=o,this._currentSetFor.add(l),n=o=a.host}else n=n.parentNode;const s=this._doc.createTreeWalker(this.root,this.whatToShow,{acceptNode:this._acceptNode});r.push(s),s.currentNode=o,this._currentSetFor.add(s),this._walkerStack=r}get doc(){return this._doc}firstChild(){let t=this.currentNode,r=this.nextNode();return zr(t,r)?(r&&(this.currentNode=r),r):(this.currentNode=t,null)}lastChild(){let r=this._walkerStack[0].lastChild();return r&&(this.currentNode=r),r}nextNode(){const t=this._walkerStack[0].nextNode();if(t){if(t.shadowRoot){var r;let o;if(typeof this.filter=="function"?o=this.filter(t):!((r=this.filter)===null||r===void 0)&&r.acceptNode&&(o=this.filter.acceptNode(t)),o===NodeFilter.FILTER_ACCEPT)return this.currentNode=t,t;let s=this.nextNode();return s&&(this.currentNode=s),s}return t&&(this.currentNode=t),t}else if(this._walkerStack.length>1){this._walkerStack.shift();let n=this.nextNode();return n&&(this.currentNode=n),n}else return null}previousNode(){const t=this._walkerStack[0];if(t.currentNode===t.root){if(this._currentSetFor.has(t))if(this._currentSetFor.delete(t),this._walkerStack.length>1){this._walkerStack.shift();let o=this.previousNode();return o&&(this.currentNode=o),o}else return null;return null}const r=t.previousNode();if(r){if(r.shadowRoot){var n;let s;if(typeof this.filter=="function"?s=this.filter(r):!((n=this.filter)===null||n===void 0)&&n.acceptNode&&(s=this.filter.acceptNode(r)),s===NodeFilter.FILTER_ACCEPT)return r&&(this.currentNode=r),r;let a=this.lastChild();return a&&(this.currentNode=a),a}return r&&(this.currentNode=r),r}else if(this._walkerStack.length>1){this._walkerStack.shift();let o=this.previousNode();return o&&(this.currentNode=o),o}else return null}nextSibling(){return null}previousSibling(){return null}parentNode(){return null}constructor(t,r,n,o){this._walkerStack=[],this._currentSetFor=new Set,this._acceptNode=a=>{if(a.nodeType===Node.ELEMENT_NODE){const d=a.shadowRoot;if(d){const u=this._doc.createTreeWalker(d,this.whatToShow,{acceptNode:this._acceptNode});return this._walkerStack.unshift(u),NodeFilter.FILTER_ACCEPT}else{var l;if(typeof this.filter=="function")return this.filter(a);if(!((l=this.filter)===null||l===void 0)&&l.acceptNode)return this.filter.acceptNode(a);if(this.filter===null)return NodeFilter.FILTER_ACCEPT}}return NodeFilter.FILTER_SKIP},this._doc=t,this.root=r,this.filter=o??null,this.whatToShow=n??NodeFilter.SHOW_ALL,this._currentNode=r,this._walkerStack.unshift(t.createTreeWalker(r,n,this._acceptNode));const s=r.shadowRoot;if(s){const a=this._doc.createTreeWalker(s,this.whatToShow,{acceptNode:this._acceptNode});this._walkerStack.unshift(a)}}}function Zo(e,t,r,n){return $t()?new Yo(e,t,r,n):e.createTreeWalker(t,r,n)}function hn(e){var t,r,n="";if(typeof e=="string"||typeof e=="number")n+=e;else if(typeof e=="object")if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(r=hn(e[t]))&&(n&&(n+=" "),n+=r)}else for(r in e)e[r]&&(n&&(n+=" "),n+=r);return n}function Xo(){for(var e,t,r=0,n="",o=arguments.length;r<o;r++)(e=arguments[r])&&(t=hn(e))&&(n&&(n+=" "),n+=t);return n}function Re(...e){let t={...e[0]};for(let r=1;r<e.length;r++){let n=e[r];for(let o in n){let s=t[o],a=n[o];typeof s=="function"&&typeof a=="function"&&o[0]==="o"&&o[1]==="n"&&o.charCodeAt(2)>=65&&o.charCodeAt(2)<=90?t[o]=Vo(s,a):(o==="className"||o==="UNSAFE_className")&&typeof s=="string"&&typeof a=="string"?t[o]=Xo(s,a):o==="id"&&s&&a?t.id=Ko(s,a):t[o]=a!==void 0?a:s}}return t}function Kt(e){if(Go())e.focus({preventScroll:!0});else{let t=qo(e);e.focus(),Jo(t)}}let dt=null;function Go(){if(dt==null){dt=!1;try{document.createElement("div").focus({get preventScroll(){return dt=!0,!0}})}catch{}}return dt}function qo(e){let t=e.parentNode,r=[],n=document.scrollingElement||document.documentElement;for(;t instanceof HTMLElement&&t!==n;)(t.offsetHeight<t.scrollHeight||t.offsetWidth<t.scrollWidth)&&r.push({element:t,scrollTop:t.scrollTop,scrollLeft:t.scrollLeft}),t=t.parentNode;return n instanceof HTMLElement&&r.push({element:n,scrollTop:n.scrollTop,scrollLeft:n.scrollLeft}),r}function Jo(e){for(let{element:t,scrollTop:r,scrollLeft:n}of e)t.scrollTop=r,t.scrollLeft=n}function kt(e){var t;if(typeof window>"u"||window.navigator==null)return!1;let r=(t=window.navigator.userAgentData)===null||t===void 0?void 0:t.brands;return Array.isArray(r)&&r.some(n=>e.test(n.brand))||e.test(window.navigator.userAgent)}function nr(e){var t;return typeof window<"u"&&window.navigator!=null?e.test(((t=window.navigator.userAgentData)===null||t===void 0?void 0:t.platform)||window.navigator.platform):!1}function Le(e){if(process.env.NODE_ENV==="test")return e;let t=null;return()=>(t==null&&(t=e()),t)}const or=Le(function(){return nr(/^Mac/i)}),Qo=Le(function(){return nr(/^iPhone/i)}),ei=Le(function(){return nr(/^iPad/i)||or()&&navigator.maxTouchPoints>1}),ti=Le(function(){return Qo()||ei()});Le(function(){return or()||ti()});Le(function(){return kt(/AppleWebKit/i)&&!gn()});const gn=Le(function(){return kt(/Chrome/i)}),bn=Le(function(){return kt(/Android/i)});Le(function(){return kt(/Firefox/i)});let Ne=new Map,Vt=new Set;function Rr(){if(typeof window>"u")return;function e(n){return"propertyName"in n}let t=n=>{if(!e(n)||!n.target)return;let o=Ne.get(n.target);o||(o=new Set,Ne.set(n.target,o),n.target.addEventListener("transitioncancel",r,{once:!0})),o.add(n.propertyName)},r=n=>{if(!e(n)||!n.target)return;let o=Ne.get(n.target);if(o&&(o.delete(n.propertyName),o.size===0&&(n.target.removeEventListener("transitioncancel",r),Ne.delete(n.target)),Ne.size===0)){for(let s of Vt)s();Vt.clear()}};document.body.addEventListener("transitionrun",t),document.body.addEventListener("transitionend",r)}typeof document<"u"&&(document.readyState!=="loading"?Rr():document.addEventListener("DOMContentLoaded",Rr));function ri(){for(const[e]of Ne)"isConnected"in e&&!e.isConnected&&Ne.delete(e)}function ni(e){requestAnimationFrame(()=>{ri(),Ne.size===0?e():Vt.add(e)})}function oi(e){return e.pointerType===""&&e.isTrusted?!0:bn()&&e.pointerType?e.type==="click"&&e.buttons===1:e.detail===0&&!e.pointerType}const ii=typeof Element<"u"&&"checkVisibility"in Element.prototype;function si(e){const t=mt(e);if(!(e instanceof t.HTMLElement)&&!(e instanceof t.SVGElement))return!1;let{display:r,visibility:n}=e.style,o=r!=="none"&&n!=="hidden"&&n!=="collapse";if(o){const{getComputedStyle:s}=e.ownerDocument.defaultView;let{display:a,visibility:l}=s(e);o=a!=="none"&&l!=="hidden"&&l!=="collapse"}return o}function ai(e,t){return!e.hasAttribute("hidden")&&!e.hasAttribute("data-react-aria-prevent-focus")&&(e.nodeName==="DETAILS"&&t&&t.nodeName!=="SUMMARY"?e.hasAttribute("open"):!0)}function ir(e,t){return ii?e.checkVisibility({visibilityProperty:!0})&&!e.closest("[data-react-aria-prevent-focus]"):e.nodeName!=="#comment"&&si(e)&&ai(e,t)&&(!e.parentElement||ir(e.parentElement,e))}const sr=["input:not([disabled]):not([type=hidden])","select:not([disabled])","textarea:not([disabled])","button:not([disabled])","a[href]","area[href]","summary","iframe","object","embed","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable^="false"])',"permission"],li=sr.join(":not([hidden]),")+",[tabindex]:not([disabled]):not([hidden])";sr.push('[tabindex]:not([tabindex="-1"]):not([disabled])');const ci=sr.join(':not([hidden]):not([tabindex="-1"]),');function di(e){return e.matches(li)&&ir(e)&&!mn(e)}function ui(e){return e.matches(ci)&&ir(e)&&!mn(e)}function mn(e){let t=e;for(;t!=null;){if(t instanceof t.ownerDocument.defaultView.HTMLElement&&t.inert)return!0;t=t.parentElement}return!1}function wt(e,t,r){let[n,o]=c.useState(e||t),s=c.useRef(e!==void 0),a=e!==void 0;c.useEffect(()=>{let u=s.current;u!==a&&process.env.NODE_ENV!=="production"&&console.warn(`WARN: A component changed from ${u?"controlled":"uncontrolled"} to ${a?"controlled":"uncontrolled"}.`),s.current=a},[a]);let l=a?e:n,d=c.useCallback((u,...h)=>{let f=(p,...x)=>{r&&(Object.is(l,p)||r(p,...x)),a||(l=p)};typeof u=="function"?(process.env.NODE_ENV!=="production"&&console.warn("We can not support a function callback. See Github Issues for details https://github.com/adobe/react-spectrum/issues/2320"),o((x,...m)=>{let b=u(a?l:x,...m);return f(b,...h),a?x:b})):(a||o(u),f(u,...h))},[a,l,r]);return[l,d]}function Ht(){return Ht=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ht.apply(null,arguments)}function fi(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}function pi(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),e.nonce!==void 0&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}var hi=function(){function e(r){var n=this;this._insertTag=function(o){var s;n.tags.length===0?n.insertionPoint?s=n.insertionPoint.nextSibling:n.prepend?s=n.container.firstChild:s=n.before:s=n.tags[n.tags.length-1].nextSibling,n.container.insertBefore(o,s),n.tags.push(o)},this.isSpeedy=r.speedy===void 0?!0:r.speedy,this.tags=[],this.ctr=0,this.nonce=r.nonce,this.key=r.key,this.container=r.container,this.prepend=r.prepend,this.insertionPoint=r.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(n){n.forEach(this._insertTag)},t.insert=function(n){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(pi(this));var o=this.tags[this.tags.length-1];if(this.isSpeedy){var s=fi(o);try{s.insertRule(n,s.cssRules.length)}catch{}}else o.appendChild(document.createTextNode(n));this.ctr++},t.flush=function(){this.tags.forEach(function(n){var o;return(o=n.parentNode)==null?void 0:o.removeChild(n)}),this.tags=[],this.ctr=0},e}(),fe="-ms-",xt="-moz-",H="-webkit-",xn="comm",ar="rule",lr="decl",gi="@import",vn="@keyframes",bi="@layer",mi=Math.abs,St=String.fromCharCode,xi=Object.assign;function vi(e,t){return ce(e,0)^45?(((t<<2^ce(e,0))<<2^ce(e,1))<<2^ce(e,2))<<2^ce(e,3):0}function yn(e){return e.trim()}function yi(e,t){return(e=t.exec(e))?e[0]:e}function W(e,t,r){return e.replace(t,r)}function Wt(e,t){return e.indexOf(t)}function ce(e,t){return e.charCodeAt(t)|0}function Qe(e,t,r){return e.slice(t,r)}function ke(e){return e.length}function cr(e){return e.length}function ut(e,t){return t.push(e),e}function $i(e,t){return e.map(t).join("")}var Ct=1,Ve=1,$n=0,pe=0,ie=0,Ue="";function jt(e,t,r,n,o,s,a){return{value:e,root:t,parent:r,type:n,props:o,children:s,line:Ct,column:Ve,length:a,return:""}}function Ze(e,t){return xi(jt("",null,null,"",null,null,0),e,{length:-e.length},t)}function ki(){return ie}function wi(){return ie=pe>0?ce(Ue,--pe):0,Ve--,ie===10&&(Ve=1,Ct--),ie}function he(){return ie=pe<$n?ce(Ue,pe++):0,Ve++,ie===10&&(Ve=1,Ct++),ie}function Ce(){return ce(Ue,pe)}function pt(){return pe}function ot(e,t){return Qe(Ue,e,t)}function et(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function kn(e){return Ct=Ve=1,$n=ke(Ue=e),pe=0,[]}function wn(e){return Ue="",e}function ht(e){return yn(ot(pe-1,Ut(e===91?e+2:e===40?e+1:e)))}function Si(e){for(;(ie=Ce())&&ie<33;)he();return et(e)>2||et(ie)>3?"":" "}function Ci(e,t){for(;--t&&he()&&!(ie<48||ie>102||ie>57&&ie<65||ie>70&&ie<97););return ot(e,pt()+(t<6&&Ce()==32&&he()==32))}function Ut(e){for(;he();)switch(ie){case e:return pe;case 34:case 39:e!==34&&e!==39&&Ut(ie);break;case 40:e===41&&Ut(e);break;case 92:he();break}return pe}function ji(e,t){for(;he()&&e+ie!==57;)if(e+ie===84&&Ce()===47)break;return"/*"+ot(t,pe-1)+"*"+St(e===47?e:he())}function Ei(e){for(;!et(Ce());)he();return ot(e,pe)}function Ti(e){return wn(gt("",null,null,null,[""],e=kn(e),0,[0],e))}function gt(e,t,r,n,o,s,a,l,d){for(var u=0,h=0,f=a,p=0,x=0,m=0,b=1,v=1,w=1,y=0,C="",$=o,k=s,R=n,T=C;v;)switch(m=y,y=he()){case 40:if(m!=108&&ce(T,f-1)==58){Wt(T+=W(ht(y),"&","&\f"),"&\f")!=-1&&(w=-1);break}case 34:case 39:case 91:T+=ht(y);break;case 9:case 10:case 13:case 32:T+=Si(m);break;case 92:T+=Ci(pt()-1,7);continue;case 47:switch(Ce()){case 42:case 47:ut(zi(ji(he(),pt()),t,r),d);break;default:T+="/"}break;case 123*b:l[u++]=ke(T)*w;case 125*b:case 59:case 0:switch(y){case 0:case 125:v=0;case 59+h:w==-1&&(T=W(T,/\f/g,"")),x>0&&ke(T)-f&&ut(x>32?Mr(T+";",n,r,f-1):Mr(W(T," ","")+";",n,r,f-2),d);break;case 59:T+=";";default:if(ut(R=Lr(T,t,r,u,h,o,l,C,$=[],k=[],f),s),y===123)if(h===0)gt(T,t,R,R,$,s,f,l,k);else switch(p===99&&ce(T,3)===110?100:p){case 100:case 108:case 109:case 115:gt(e,R,R,n&&ut(Lr(e,R,R,0,0,o,l,C,o,$=[],f),k),o,k,f,l,n?$:k);break;default:gt(T,R,R,R,[""],k,0,l,k)}}u=h=x=0,b=w=1,C=T="",f=a;break;case 58:f=1+ke(T),x=m;default:if(b<1){if(y==123)--b;else if(y==125&&b++==0&&wi()==125)continue}switch(T+=St(y),y*b){case 38:w=h>0?1:(T+="\f",-1);break;case 44:l[u++]=(ke(T)-1)*w,w=1;break;case 64:Ce()===45&&(T+=ht(he())),p=Ce(),h=f=ke(C=T+=Ei(pt())),y++;break;case 45:m===45&&ke(T)==2&&(b=0)}}return s}function Lr(e,t,r,n,o,s,a,l,d,u,h){for(var f=o-1,p=o===0?s:[""],x=cr(p),m=0,b=0,v=0;m<n;++m)for(var w=0,y=Qe(e,f+1,f=mi(b=a[m])),C=e;w<x;++w)(C=yn(b>0?p[w]+" "+y:W(y,/&\f/g,p[w])))&&(d[v++]=C);return jt(e,t,r,o===0?ar:l,d,u,h)}function zi(e,t,r){return jt(e,t,r,xn,St(ki()),Qe(e,2,-2),0)}function Mr(e,t,r,n){return jt(e,t,r,lr,Qe(e,0,n),Qe(e,n+1,-1),n)}function Ke(e,t){for(var r="",n=cr(e),o=0;o<n;o++)r+=t(e[o],o,e,t)||"";return r}function Ri(e,t,r,n){switch(e.type){case bi:if(e.children.length)break;case gi:case lr:return e.return=e.return||e.value;case xn:return"";case vn:return e.return=e.value+"{"+Ke(e.children,n)+"}";case ar:e.value=e.props.join(",")}return ke(r=Ke(e.children,n))?e.return=e.value+"{"+r+"}":""}function Li(e){var t=cr(e);return function(r,n,o,s){for(var a="",l=0;l<t;l++)a+=e[l](r,n,o,s)||"";return a}}function Mi(e){return function(t){t.root||(t=t.return)&&e(t)}}function Sn(e){var t=Object.create(null);return function(r){return t[r]===void 0&&(t[r]=e(r)),t[r]}}var Ii=function(t,r,n){for(var o=0,s=0;o=s,s=Ce(),o===38&&s===12&&(r[n]=1),!et(s);)he();return ot(t,pe)},Pi=function(t,r){var n=-1,o=44;do switch(et(o)){case 0:o===38&&Ce()===12&&(r[n]=1),t[n]+=Ii(pe-1,r,n);break;case 2:t[n]+=ht(o);break;case 4:if(o===44){t[++n]=Ce()===58?"&\f":"",r[n]=t[n].length;break}default:t[n]+=St(o)}while(o=he());return t},Ni=function(t,r){return wn(Pi(kn(t),r))},Ir=new WeakMap,Ai=function(t){if(!(t.type!=="rule"||!t.parent||t.length<1)){for(var r=t.value,n=t.parent,o=t.column===n.column&&t.line===n.line;n.type!=="rule";)if(n=n.parent,!n)return;if(!(t.props.length===1&&r.charCodeAt(0)!==58&&!Ir.get(n))&&!o){Ir.set(t,!0);for(var s=[],a=Ni(r,s),l=n.props,d=0,u=0;d<a.length;d++)for(var h=0;h<l.length;h++,u++)t.props[u]=s[d]?a[d].replace(/&\f/g,l[h]):l[h]+" "+a[d]}}},Fi=function(t){if(t.type==="decl"){var r=t.value;r.charCodeAt(0)===108&&r.charCodeAt(2)===98&&(t.return="",t.value="")}};function Cn(e,t){switch(vi(e,t)){case 5103:return H+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return H+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return H+e+xt+e+fe+e+e;case 6828:case 4268:return H+e+fe+e+e;case 6165:return H+e+fe+"flex-"+e+e;case 5187:return H+e+W(e,/(\w+).+(:[^]+)/,H+"box-$1$2"+fe+"flex-$1$2")+e;case 5443:return H+e+fe+"flex-item-"+W(e,/flex-|-self/,"")+e;case 4675:return H+e+fe+"flex-line-pack"+W(e,/align-content|flex-|-self/,"")+e;case 5548:return H+e+fe+W(e,"shrink","negative")+e;case 5292:return H+e+fe+W(e,"basis","preferred-size")+e;case 6060:return H+"box-"+W(e,"-grow","")+H+e+fe+W(e,"grow","positive")+e;case 4554:return H+W(e,/([^-])(transform)/g,"$1"+H+"$2")+e;case 6187:return W(W(W(e,/(zoom-|grab)/,H+"$1"),/(image-set)/,H+"$1"),e,"")+e;case 5495:case 3959:return W(e,/(image-set\([^]*)/,H+"$1$`$1");case 4968:return W(W(e,/(.+:)(flex-)?(.*)/,H+"box-pack:$3"+fe+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+H+e+e;case 4095:case 3583:case 4068:case 2532:return W(e,/(.+)-inline(.+)/,H+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(ke(e)-1-t>6)switch(ce(e,t+1)){case 109:if(ce(e,t+4)!==45)break;case 102:return W(e,/(.+:)(.+)-([^]+)/,"$1"+H+"$2-$3$1"+xt+(ce(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~Wt(e,"stretch")?Cn(W(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(ce(e,t+1)!==115)break;case 6444:switch(ce(e,ke(e)-3-(~Wt(e,"!important")&&10))){case 107:return W(e,":",":"+H)+e;case 101:return W(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+H+(ce(e,14)===45?"inline-":"")+"box$3$1"+H+"$2$3$1"+fe+"$2box$3")+e}break;case 5936:switch(ce(e,t+11)){case 114:return H+e+fe+W(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return H+e+fe+W(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return H+e+fe+W(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return H+e+fe+e+e}return e}var Oi=function(t,r,n,o){if(t.length>-1&&!t.return)switch(t.type){case lr:t.return=Cn(t.value,t.length);break;case vn:return Ke([Ze(t,{value:W(t.value,"@","@"+H)})],o);case ar:if(t.length)return $i(t.props,function(s){switch(yi(s,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return Ke([Ze(t,{props:[W(s,/:(read-\w+)/,":"+xt+"$1")]})],o);case"::placeholder":return Ke([Ze(t,{props:[W(s,/:(plac\w+)/,":"+H+"input-$1")]}),Ze(t,{props:[W(s,/:(plac\w+)/,":"+xt+"$1")]}),Ze(t,{props:[W(s,/:(plac\w+)/,fe+"input-$1")]})],o)}return""})}},Di=[Oi],Bi=function(t){var r=t.key;if(r==="css"){var n=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(n,function(b){var v=b.getAttribute("data-emotion");v.indexOf(" ")!==-1&&(document.head.appendChild(b),b.setAttribute("data-s",""))})}var o=t.stylisPlugins||Di,s={},a,l=[];a=t.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+r+' "]'),function(b){for(var v=b.getAttribute("data-emotion").split(" "),w=1;w<v.length;w++)s[v[w]]=!0;l.push(b)});var d,u=[Ai,Fi];{var h,f=[Ri,Mi(function(b){h.insert(b)})],p=Li(u.concat(o,f)),x=function(v){return Ke(Ti(v),p)};d=function(v,w,y,C){h=y,x(v?v+"{"+w.styles+"}":w.styles),C&&(m.inserted[w.name]=!0)}}var m={key:r,sheet:new hi({key:r,container:a,nonce:t.nonce,speedy:t.speedy,prepend:t.prepend,insertionPoint:t.insertionPoint}),nonce:t.nonce,inserted:s,registered:{},insert:d};return m.sheet.hydrate(l),m};function _i(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Yt={exports:{}},Y={};/** @license React v16.13.1
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("react/jsx-runtime"),c=require("react"),X=require("react-aria"),rr=require("react-dom"),ae=require("@kingsoft-ai/theme");function pn(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const gt=pn(i),de=pn(c),Se=typeof document<"u"?c.useLayoutEffect:()=>{};let _t=new Map;typeof FinalizationRegistry<"u"&&new FinalizationRegistry(e=>{_t.delete(e)});function Ko(e,t){if(e===t)return e;let r=_t.get(e);if(r)return r.forEach(o=>o.current=t),t;let n=_t.get(t);return n?(n.forEach(o=>o.current=e),e):t}function Vo(...e){return(...t)=>{for(let r of e)typeof r=="function"&&r(...t)}}const ue=e=>{var t;return(t=e==null?void 0:e.ownerDocument)!==null&&t!==void 0?t:document},mt=e=>e&&"window"in e&&e.window===e?e:ue(e).defaultView||window;function Ho(e){return e!==null&&typeof e=="object"&&"nodeType"in e&&typeof e.nodeType=="number"}function Wo(e){return Ho(e)&&e.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&"host"in e}let Uo=!1;function kt(){return Uo}function zr(e,t){if(!kt())return t&&e?e.contains(t):!1;if(!e||!t)return!1;let r=t;for(;r!==null;){if(r===e)return!0;r.tagName==="SLOT"&&r.assignedSlot?r=r.assignedSlot.parentNode:Wo(r)?r=r.host:r=r.parentNode}return!1}const ke=(e=document)=>{var t;if(!kt())return e.activeElement;let r=e.activeElement;for(;r&&"shadowRoot"in r&&(!((t=r.shadowRoot)===null||t===void 0)&&t.activeElement);)r=r.shadowRoot.activeElement;return r};function _e(e){return kt()&&e.target.shadowRoot&&e.composedPath?e.composedPath()[0]:e.target}class Yo{get currentNode(){return this._currentNode}set currentNode(t){if(!zr(this.root,t))throw new Error("Cannot set currentNode to a node that is not contained by the root node.");const r=[];let n=t,o=t;for(this._currentNode=t;n&&n!==this.root;)if(n.nodeType===Node.DOCUMENT_FRAGMENT_NODE){const a=n,l=this._doc.createTreeWalker(a,this.whatToShow,{acceptNode:this._acceptNode});r.push(l),l.currentNode=o,this._currentSetFor.add(l),n=o=a.host}else n=n.parentNode;const s=this._doc.createTreeWalker(this.root,this.whatToShow,{acceptNode:this._acceptNode});r.push(s),s.currentNode=o,this._currentSetFor.add(s),this._walkerStack=r}get doc(){return this._doc}firstChild(){let t=this.currentNode,r=this.nextNode();return zr(t,r)?(r&&(this.currentNode=r),r):(this.currentNode=t,null)}lastChild(){let r=this._walkerStack[0].lastChild();return r&&(this.currentNode=r),r}nextNode(){const t=this._walkerStack[0].nextNode();if(t){if(t.shadowRoot){var r;let o;if(typeof this.filter=="function"?o=this.filter(t):!((r=this.filter)===null||r===void 0)&&r.acceptNode&&(o=this.filter.acceptNode(t)),o===NodeFilter.FILTER_ACCEPT)return this.currentNode=t,t;let s=this.nextNode();return s&&(this.currentNode=s),s}return t&&(this.currentNode=t),t}else if(this._walkerStack.length>1){this._walkerStack.shift();let n=this.nextNode();return n&&(this.currentNode=n),n}else return null}previousNode(){const t=this._walkerStack[0];if(t.currentNode===t.root){if(this._currentSetFor.has(t))if(this._currentSetFor.delete(t),this._walkerStack.length>1){this._walkerStack.shift();let o=this.previousNode();return o&&(this.currentNode=o),o}else return null;return null}const r=t.previousNode();if(r){if(r.shadowRoot){var n;let s;if(typeof this.filter=="function"?s=this.filter(r):!((n=this.filter)===null||n===void 0)&&n.acceptNode&&(s=this.filter.acceptNode(r)),s===NodeFilter.FILTER_ACCEPT)return r&&(this.currentNode=r),r;let a=this.lastChild();return a&&(this.currentNode=a),a}return r&&(this.currentNode=r),r}else if(this._walkerStack.length>1){this._walkerStack.shift();let o=this.previousNode();return o&&(this.currentNode=o),o}else return null}nextSibling(){return null}previousSibling(){return null}parentNode(){return null}constructor(t,r,n,o){this._walkerStack=[],this._currentSetFor=new Set,this._acceptNode=a=>{if(a.nodeType===Node.ELEMENT_NODE){const d=a.shadowRoot;if(d){const u=this._doc.createTreeWalker(d,this.whatToShow,{acceptNode:this._acceptNode});return this._walkerStack.unshift(u),NodeFilter.FILTER_ACCEPT}else{var l;if(typeof this.filter=="function")return this.filter(a);if(!((l=this.filter)===null||l===void 0)&&l.acceptNode)return this.filter.acceptNode(a);if(this.filter===null)return NodeFilter.FILTER_ACCEPT}}return NodeFilter.FILTER_SKIP},this._doc=t,this.root=r,this.filter=o??null,this.whatToShow=n??NodeFilter.SHOW_ALL,this._currentNode=r,this._walkerStack.unshift(t.createTreeWalker(r,n,this._acceptNode));const s=r.shadowRoot;if(s){const a=this._doc.createTreeWalker(s,this.whatToShow,{acceptNode:this._acceptNode});this._walkerStack.unshift(a)}}}function Zo(e,t,r,n){return kt()?new Yo(e,t,r,n):e.createTreeWalker(t,r,n)}function hn(e){var t,r,n="";if(typeof e=="string"||typeof e=="number")n+=e;else if(typeof e=="object")if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(r=hn(e[t]))&&(n&&(n+=" "),n+=r)}else for(r in e)e[r]&&(n&&(n+=" "),n+=r);return n}function Xo(){for(var e,t,r=0,n="",o=arguments.length;r<o;r++)(e=arguments[r])&&(t=hn(e))&&(n&&(n+=" "),n+=t);return n}function Re(...e){let t={...e[0]};for(let r=1;r<e.length;r++){let n=e[r];for(let o in n){let s=t[o],a=n[o];typeof s=="function"&&typeof a=="function"&&o[0]==="o"&&o[1]==="n"&&o.charCodeAt(2)>=65&&o.charCodeAt(2)<=90?t[o]=Vo(s,a):(o==="className"||o==="UNSAFE_className")&&typeof s=="string"&&typeof a=="string"?t[o]=Xo(s,a):o==="id"&&s&&a?t.id=Ko(s,a):t[o]=a!==void 0?a:s}}return t}function Kt(e){if(Go())e.focus({preventScroll:!0});else{let t=qo(e);e.focus(),Jo(t)}}let dt=null;function Go(){if(dt==null){dt=!1;try{document.createElement("div").focus({get preventScroll(){return dt=!0,!0}})}catch{}}return dt}function qo(e){let t=e.parentNode,r=[],n=document.scrollingElement||document.documentElement;for(;t instanceof HTMLElement&&t!==n;)(t.offsetHeight<t.scrollHeight||t.offsetWidth<t.scrollWidth)&&r.push({element:t,scrollTop:t.scrollTop,scrollLeft:t.scrollLeft}),t=t.parentNode;return n instanceof HTMLElement&&r.push({element:n,scrollTop:n.scrollTop,scrollLeft:n.scrollLeft}),r}function Jo(e){for(let{element:t,scrollTop:r,scrollLeft:n}of e)t.scrollTop=r,t.scrollLeft=n}function wt(e){var t;if(typeof window>"u"||window.navigator==null)return!1;let r=(t=window.navigator.userAgentData)===null||t===void 0?void 0:t.brands;return Array.isArray(r)&&r.some(n=>e.test(n.brand))||e.test(window.navigator.userAgent)}function nr(e){var t;return typeof window<"u"&&window.navigator!=null?e.test(((t=window.navigator.userAgentData)===null||t===void 0?void 0:t.platform)||window.navigator.platform):!1}function Le(e){if(process.env.NODE_ENV==="test")return e;let t=null;return()=>(t==null&&(t=e()),t)}const or=Le(function(){return nr(/^Mac/i)}),Qo=Le(function(){return nr(/^iPhone/i)}),ei=Le(function(){return nr(/^iPad/i)||or()&&navigator.maxTouchPoints>1}),ti=Le(function(){return Qo()||ei()});Le(function(){return or()||ti()});Le(function(){return wt(/AppleWebKit/i)&&!bn()});const bn=Le(function(){return wt(/Chrome/i)}),gn=Le(function(){return wt(/Android/i)});Le(function(){return wt(/Firefox/i)});let Ne=new Map,Vt=new Set;function Rr(){if(typeof window>"u")return;function e(n){return"propertyName"in n}let t=n=>{if(!e(n)||!n.target)return;let o=Ne.get(n.target);o||(o=new Set,Ne.set(n.target,o),n.target.addEventListener("transitioncancel",r,{once:!0})),o.add(n.propertyName)},r=n=>{if(!e(n)||!n.target)return;let o=Ne.get(n.target);if(o&&(o.delete(n.propertyName),o.size===0&&(n.target.removeEventListener("transitioncancel",r),Ne.delete(n.target)),Ne.size===0)){for(let s of Vt)s();Vt.clear()}};document.body.addEventListener("transitionrun",t),document.body.addEventListener("transitionend",r)}typeof document<"u"&&(document.readyState!=="loading"?Rr():document.addEventListener("DOMContentLoaded",Rr));function ri(){for(const[e]of Ne)"isConnected"in e&&!e.isConnected&&Ne.delete(e)}function ni(e){requestAnimationFrame(()=>{ri(),Ne.size===0?e():Vt.add(e)})}function oi(e){return e.pointerType===""&&e.isTrusted?!0:gn()&&e.pointerType?e.type==="click"&&e.buttons===1:e.detail===0&&!e.pointerType}const ii=typeof Element<"u"&&"checkVisibility"in Element.prototype;function si(e){const t=mt(e);if(!(e instanceof t.HTMLElement)&&!(e instanceof t.SVGElement))return!1;let{display:r,visibility:n}=e.style,o=r!=="none"&&n!=="hidden"&&n!=="collapse";if(o){const{getComputedStyle:s}=e.ownerDocument.defaultView;let{display:a,visibility:l}=s(e);o=a!=="none"&&l!=="hidden"&&l!=="collapse"}return o}function ai(e,t){return!e.hasAttribute("hidden")&&!e.hasAttribute("data-react-aria-prevent-focus")&&(e.nodeName==="DETAILS"&&t&&t.nodeName!=="SUMMARY"?e.hasAttribute("open"):!0)}function ir(e,t){return ii?e.checkVisibility({visibilityProperty:!0})&&!e.closest("[data-react-aria-prevent-focus]"):e.nodeName!=="#comment"&&si(e)&&ai(e,t)&&(!e.parentElement||ir(e.parentElement,e))}const sr=["input:not([disabled]):not([type=hidden])","select:not([disabled])","textarea:not([disabled])","button:not([disabled])","a[href]","area[href]","summary","iframe","object","embed","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable^="false"])',"permission"],li=sr.join(":not([hidden]),")+",[tabindex]:not([disabled]):not([hidden])";sr.push('[tabindex]:not([tabindex="-1"]):not([disabled])');const ci=sr.join(':not([hidden]):not([tabindex="-1"]),');function di(e){return e.matches(li)&&ir(e)&&!mn(e)}function ui(e){return e.matches(ci)&&ir(e)&&!mn(e)}function mn(e){let t=e;for(;t!=null;){if(t instanceof t.ownerDocument.defaultView.HTMLElement&&t.inert)return!0;t=t.parentElement}return!1}function $t(e,t,r){let[n,o]=c.useState(e||t),s=c.useRef(e!==void 0),a=e!==void 0;c.useEffect(()=>{let u=s.current;u!==a&&process.env.NODE_ENV!=="production"&&console.warn(`WARN: A component changed from ${u?"controlled":"uncontrolled"} to ${a?"controlled":"uncontrolled"}.`),s.current=a},[a]);let l=a?e:n,d=c.useCallback((u,...h)=>{let f=(p,...x)=>{r&&(Object.is(l,p)||r(p,...x)),a||(l=p)};typeof u=="function"?(process.env.NODE_ENV!=="production"&&console.warn("We can not support a function callback. See Github Issues for details https://github.com/adobe/react-spectrum/issues/2320"),o((x,...m)=>{let g=u(a?l:x,...m);return f(g,...h),a?x:g})):(a||o(u),f(u,...h))},[a,l,r]);return[l,d]}function Ht(){return Ht=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ht.apply(null,arguments)}function fi(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}function pi(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),e.nonce!==void 0&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}var hi=function(){function e(r){var n=this;this._insertTag=function(o){var s;n.tags.length===0?n.insertionPoint?s=n.insertionPoint.nextSibling:n.prepend?s=n.container.firstChild:s=n.before:s=n.tags[n.tags.length-1].nextSibling,n.container.insertBefore(o,s),n.tags.push(o)},this.isSpeedy=r.speedy===void 0?!0:r.speedy,this.tags=[],this.ctr=0,this.nonce=r.nonce,this.key=r.key,this.container=r.container,this.prepend=r.prepend,this.insertionPoint=r.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(n){n.forEach(this._insertTag)},t.insert=function(n){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(pi(this));var o=this.tags[this.tags.length-1];if(this.isSpeedy){var s=fi(o);try{s.insertRule(n,s.cssRules.length)}catch{}}else o.appendChild(document.createTextNode(n));this.ctr++},t.flush=function(){this.tags.forEach(function(n){var o;return(o=n.parentNode)==null?void 0:o.removeChild(n)}),this.tags=[],this.ctr=0},e}(),fe="-ms-",xt="-moz-",H="-webkit-",xn="comm",ar="rule",lr="decl",bi="@import",vn="@keyframes",gi="@layer",mi=Math.abs,St=String.fromCharCode,xi=Object.assign;function vi(e,t){return ce(e,0)^45?(((t<<2^ce(e,0))<<2^ce(e,1))<<2^ce(e,2))<<2^ce(e,3):0}function yn(e){return e.trim()}function yi(e,t){return(e=t.exec(e))?e[0]:e}function W(e,t,r){return e.replace(t,r)}function Wt(e,t){return e.indexOf(t)}function ce(e,t){return e.charCodeAt(t)|0}function Qe(e,t,r){return e.slice(t,r)}function we(e){return e.length}function cr(e){return e.length}function ut(e,t){return t.push(e),e}function ki(e,t){return e.map(t).join("")}var Ct=1,Ve=1,kn=0,pe=0,ie=0,Ue="";function jt(e,t,r,n,o,s,a){return{value:e,root:t,parent:r,type:n,props:o,children:s,line:Ct,column:Ve,length:a,return:""}}function Ze(e,t){return xi(jt("",null,null,"",null,null,0),e,{length:-e.length},t)}function wi(){return ie}function $i(){return ie=pe>0?ce(Ue,--pe):0,Ve--,ie===10&&(Ve=1,Ct--),ie}function he(){return ie=pe<kn?ce(Ue,pe++):0,Ve++,ie===10&&(Ve=1,Ct++),ie}function Ce(){return ce(Ue,pe)}function pt(){return pe}function ot(e,t){return Qe(Ue,e,t)}function et(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function wn(e){return Ct=Ve=1,kn=we(Ue=e),pe=0,[]}function $n(e){return Ue="",e}function ht(e){return yn(ot(pe-1,Ut(e===91?e+2:e===40?e+1:e)))}function Si(e){for(;(ie=Ce())&&ie<33;)he();return et(e)>2||et(ie)>3?"":" "}function Ci(e,t){for(;--t&&he()&&!(ie<48||ie>102||ie>57&&ie<65||ie>70&&ie<97););return ot(e,pt()+(t<6&&Ce()==32&&he()==32))}function Ut(e){for(;he();)switch(ie){case e:return pe;case 34:case 39:e!==34&&e!==39&&Ut(ie);break;case 40:e===41&&Ut(e);break;case 92:he();break}return pe}function ji(e,t){for(;he()&&e+ie!==57;)if(e+ie===84&&Ce()===47)break;return"/*"+ot(t,pe-1)+"*"+St(e===47?e:he())}function Ei(e){for(;!et(Ce());)he();return ot(e,pe)}function Ti(e){return $n(bt("",null,null,null,[""],e=wn(e),0,[0],e))}function bt(e,t,r,n,o,s,a,l,d){for(var u=0,h=0,f=a,p=0,x=0,m=0,g=1,v=1,$=1,y=0,j="",k=o,w=s,R=n,T=j;v;)switch(m=y,y=he()){case 40:if(m!=108&&ce(T,f-1)==58){Wt(T+=W(ht(y),"&","&\f"),"&\f")!=-1&&($=-1);break}case 34:case 39:case 91:T+=ht(y);break;case 9:case 10:case 13:case 32:T+=Si(m);break;case 92:T+=Ci(pt()-1,7);continue;case 47:switch(Ce()){case 42:case 47:ut(zi(ji(he(),pt()),t,r),d);break;default:T+="/"}break;case 123*g:l[u++]=we(T)*$;case 125*g:case 59:case 0:switch(y){case 0:case 125:v=0;case 59+h:$==-1&&(T=W(T,/\f/g,"")),x>0&&we(T)-f&&ut(x>32?Mr(T+";",n,r,f-1):Mr(W(T," ","")+";",n,r,f-2),d);break;case 59:T+=";";default:if(ut(R=Lr(T,t,r,u,h,o,l,j,k=[],w=[],f),s),y===123)if(h===0)bt(T,t,R,R,k,s,f,l,w);else switch(p===99&&ce(T,3)===110?100:p){case 100:case 108:case 109:case 115:bt(e,R,R,n&&ut(Lr(e,R,R,0,0,o,l,j,o,k=[],f),w),o,w,f,l,n?k:w);break;default:bt(T,R,R,R,[""],w,0,l,w)}}u=h=x=0,g=$=1,j=T="",f=a;break;case 58:f=1+we(T),x=m;default:if(g<1){if(y==123)--g;else if(y==125&&g++==0&&$i()==125)continue}switch(T+=St(y),y*g){case 38:$=h>0?1:(T+="\f",-1);break;case 44:l[u++]=(we(T)-1)*$,$=1;break;case 64:Ce()===45&&(T+=ht(he())),p=Ce(),h=f=we(j=T+=Ei(pt())),y++;break;case 45:m===45&&we(T)==2&&(g=0)}}return s}function Lr(e,t,r,n,o,s,a,l,d,u,h){for(var f=o-1,p=o===0?s:[""],x=cr(p),m=0,g=0,v=0;m<n;++m)for(var $=0,y=Qe(e,f+1,f=mi(g=a[m])),j=e;$<x;++$)(j=yn(g>0?p[$]+" "+y:W(y,/&\f/g,p[$])))&&(d[v++]=j);return jt(e,t,r,o===0?ar:l,d,u,h)}function zi(e,t,r){return jt(e,t,r,xn,St(wi()),Qe(e,2,-2),0)}function Mr(e,t,r,n){return jt(e,t,r,lr,Qe(e,0,n),Qe(e,n+1,-1),n)}function Ke(e,t){for(var r="",n=cr(e),o=0;o<n;o++)r+=t(e[o],o,e,t)||"";return r}function Ri(e,t,r,n){switch(e.type){case gi:if(e.children.length)break;case bi:case lr:return e.return=e.return||e.value;case xn:return"";case vn:return e.return=e.value+"{"+Ke(e.children,n)+"}";case ar:e.value=e.props.join(",")}return we(r=Ke(e.children,n))?e.return=e.value+"{"+r+"}":""}function Li(e){var t=cr(e);return function(r,n,o,s){for(var a="",l=0;l<t;l++)a+=e[l](r,n,o,s)||"";return a}}function Mi(e){return function(t){t.root||(t=t.return)&&e(t)}}function Sn(e){var t=Object.create(null);return function(r){return t[r]===void 0&&(t[r]=e(r)),t[r]}}var Ii=function(t,r,n){for(var o=0,s=0;o=s,s=Ce(),o===38&&s===12&&(r[n]=1),!et(s);)he();return ot(t,pe)},Pi=function(t,r){var n=-1,o=44;do switch(et(o)){case 0:o===38&&Ce()===12&&(r[n]=1),t[n]+=Ii(pe-1,r,n);break;case 2:t[n]+=ht(o);break;case 4:if(o===44){t[++n]=Ce()===58?"&\f":"",r[n]=t[n].length;break}default:t[n]+=St(o)}while(o=he());return t},Ni=function(t,r){return $n(Pi(wn(t),r))},Ir=new WeakMap,Ai=function(t){if(!(t.type!=="rule"||!t.parent||t.length<1)){for(var r=t.value,n=t.parent,o=t.column===n.column&&t.line===n.line;n.type!=="rule";)if(n=n.parent,!n)return;if(!(t.props.length===1&&r.charCodeAt(0)!==58&&!Ir.get(n))&&!o){Ir.set(t,!0);for(var s=[],a=Ni(r,s),l=n.props,d=0,u=0;d<a.length;d++)for(var h=0;h<l.length;h++,u++)t.props[u]=s[d]?a[d].replace(/&\f/g,l[h]):l[h]+" "+a[d]}}},Fi=function(t){if(t.type==="decl"){var r=t.value;r.charCodeAt(0)===108&&r.charCodeAt(2)===98&&(t.return="",t.value="")}};function Cn(e,t){switch(vi(e,t)){case 5103:return H+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return H+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return H+e+xt+e+fe+e+e;case 6828:case 4268:return H+e+fe+e+e;case 6165:return H+e+fe+"flex-"+e+e;case 5187:return H+e+W(e,/(\w+).+(:[^]+)/,H+"box-$1$2"+fe+"flex-$1$2")+e;case 5443:return H+e+fe+"flex-item-"+W(e,/flex-|-self/,"")+e;case 4675:return H+e+fe+"flex-line-pack"+W(e,/align-content|flex-|-self/,"")+e;case 5548:return H+e+fe+W(e,"shrink","negative")+e;case 5292:return H+e+fe+W(e,"basis","preferred-size")+e;case 6060:return H+"box-"+W(e,"-grow","")+H+e+fe+W(e,"grow","positive")+e;case 4554:return H+W(e,/([^-])(transform)/g,"$1"+H+"$2")+e;case 6187:return W(W(W(e,/(zoom-|grab)/,H+"$1"),/(image-set)/,H+"$1"),e,"")+e;case 5495:case 3959:return W(e,/(image-set\([^]*)/,H+"$1$`$1");case 4968:return W(W(e,/(.+:)(flex-)?(.*)/,H+"box-pack:$3"+fe+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+H+e+e;case 4095:case 3583:case 4068:case 2532:return W(e,/(.+)-inline(.+)/,H+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(we(e)-1-t>6)switch(ce(e,t+1)){case 109:if(ce(e,t+4)!==45)break;case 102:return W(e,/(.+:)(.+)-([^]+)/,"$1"+H+"$2-$3$1"+xt+(ce(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~Wt(e,"stretch")?Cn(W(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(ce(e,t+1)!==115)break;case 6444:switch(ce(e,we(e)-3-(~Wt(e,"!important")&&10))){case 107:return W(e,":",":"+H)+e;case 101:return W(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+H+(ce(e,14)===45?"inline-":"")+"box$3$1"+H+"$2$3$1"+fe+"$2box$3")+e}break;case 5936:switch(ce(e,t+11)){case 114:return H+e+fe+W(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return H+e+fe+W(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return H+e+fe+W(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return H+e+fe+e+e}return e}var Oi=function(t,r,n,o){if(t.length>-1&&!t.return)switch(t.type){case lr:t.return=Cn(t.value,t.length);break;case vn:return Ke([Ze(t,{value:W(t.value,"@","@"+H)})],o);case ar:if(t.length)return ki(t.props,function(s){switch(yi(s,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return Ke([Ze(t,{props:[W(s,/:(read-\w+)/,":"+xt+"$1")]})],o);case"::placeholder":return Ke([Ze(t,{props:[W(s,/:(plac\w+)/,":"+H+"input-$1")]}),Ze(t,{props:[W(s,/:(plac\w+)/,":"+xt+"$1")]}),Ze(t,{props:[W(s,/:(plac\w+)/,fe+"input-$1")]})],o)}return""})}},Di=[Oi],Bi=function(t){var r=t.key;if(r==="css"){var n=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(n,function(g){var v=g.getAttribute("data-emotion");v.indexOf(" ")!==-1&&(document.head.appendChild(g),g.setAttribute("data-s",""))})}var o=t.stylisPlugins||Di,s={},a,l=[];a=t.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+r+' "]'),function(g){for(var v=g.getAttribute("data-emotion").split(" "),$=1;$<v.length;$++)s[v[$]]=!0;l.push(g)});var d,u=[Ai,Fi];{var h,f=[Ri,Mi(function(g){h.insert(g)})],p=Li(u.concat(o,f)),x=function(v){return Ke(Ti(v),p)};d=function(v,$,y,j){h=y,x(v?v+"{"+$.styles+"}":$.styles),j&&(m.inserted[$.name]=!0)}}var m={key:r,sheet:new hi({key:r,container:a,nonce:t.nonce,speedy:t.speedy,prepend:t.prepend,insertionPoint:t.insertionPoint}),nonce:t.nonce,inserted:s,registered:{},insert:d};return m.sheet.hydrate(l),m};function _i(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Yt={exports:{}},Y={};/** @license React v16.13.1
|
|
2
2
|
* react-is.production.min.js
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
5
5
|
*
|
|
6
6
|
* This source code is licensed under the MIT license found in the
|
|
7
7
|
* LICENSE file in the root directory of this source tree.
|
|
8
|
-
*/var Pr;function Ki(){if(Pr)return Y;Pr=1;var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,r=e?Symbol.for("react.portal"):60106,n=e?Symbol.for("react.fragment"):60107,o=e?Symbol.for("react.strict_mode"):60108,s=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,l=e?Symbol.for("react.context"):60110,d=e?Symbol.for("react.async_mode"):60111,u=e?Symbol.for("react.concurrent_mode"):60111,h=e?Symbol.for("react.forward_ref"):60112,f=e?Symbol.for("react.suspense"):60113,p=e?Symbol.for("react.suspense_list"):60120,x=e?Symbol.for("react.memo"):60115,m=e?Symbol.for("react.lazy"):60116,
|
|
8
|
+
*/var Pr;function Ki(){if(Pr)return Y;Pr=1;var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,r=e?Symbol.for("react.portal"):60106,n=e?Symbol.for("react.fragment"):60107,o=e?Symbol.for("react.strict_mode"):60108,s=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,l=e?Symbol.for("react.context"):60110,d=e?Symbol.for("react.async_mode"):60111,u=e?Symbol.for("react.concurrent_mode"):60111,h=e?Symbol.for("react.forward_ref"):60112,f=e?Symbol.for("react.suspense"):60113,p=e?Symbol.for("react.suspense_list"):60120,x=e?Symbol.for("react.memo"):60115,m=e?Symbol.for("react.lazy"):60116,g=e?Symbol.for("react.block"):60121,v=e?Symbol.for("react.fundamental"):60117,$=e?Symbol.for("react.responder"):60118,y=e?Symbol.for("react.scope"):60119;function j(w){if(typeof w=="object"&&w!==null){var R=w.$$typeof;switch(R){case t:switch(w=w.type,w){case d:case u:case n:case s:case o:case f:return w;default:switch(w=w&&w.$$typeof,w){case l:case h:case m:case x:case a:return w;default:return R}}case r:return R}}}function k(w){return j(w)===u}return Y.AsyncMode=d,Y.ConcurrentMode=u,Y.ContextConsumer=l,Y.ContextProvider=a,Y.Element=t,Y.ForwardRef=h,Y.Fragment=n,Y.Lazy=m,Y.Memo=x,Y.Portal=r,Y.Profiler=s,Y.StrictMode=o,Y.Suspense=f,Y.isAsyncMode=function(w){return k(w)||j(w)===d},Y.isConcurrentMode=k,Y.isContextConsumer=function(w){return j(w)===l},Y.isContextProvider=function(w){return j(w)===a},Y.isElement=function(w){return typeof w=="object"&&w!==null&&w.$$typeof===t},Y.isForwardRef=function(w){return j(w)===h},Y.isFragment=function(w){return j(w)===n},Y.isLazy=function(w){return j(w)===m},Y.isMemo=function(w){return j(w)===x},Y.isPortal=function(w){return j(w)===r},Y.isProfiler=function(w){return j(w)===s},Y.isStrictMode=function(w){return j(w)===o},Y.isSuspense=function(w){return j(w)===f},Y.isValidElementType=function(w){return typeof w=="string"||typeof w=="function"||w===n||w===u||w===s||w===o||w===f||w===p||typeof w=="object"&&w!==null&&(w.$$typeof===m||w.$$typeof===x||w.$$typeof===a||w.$$typeof===l||w.$$typeof===h||w.$$typeof===v||w.$$typeof===$||w.$$typeof===y||w.$$typeof===g)},Y.typeOf=j,Y}var Z={};/** @license React v16.13.1
|
|
9
9
|
* react-is.development.js
|
|
10
10
|
*
|
|
11
11
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
12
12
|
*
|
|
13
13
|
* This source code is licensed under the MIT license found in the
|
|
14
14
|
* LICENSE file in the root directory of this source tree.
|
|
15
|
-
*/var Nr;function Vi(){return Nr||(Nr=1,process.env.NODE_ENV!=="production"&&function(){var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,r=e?Symbol.for("react.portal"):60106,n=e?Symbol.for("react.fragment"):60107,o=e?Symbol.for("react.strict_mode"):60108,s=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,l=e?Symbol.for("react.context"):60110,d=e?Symbol.for("react.async_mode"):60111,u=e?Symbol.for("react.concurrent_mode"):60111,h=e?Symbol.for("react.forward_ref"):60112,f=e?Symbol.for("react.suspense"):60113,p=e?Symbol.for("react.suspense_list"):60120,x=e?Symbol.for("react.memo"):60115,m=e?Symbol.for("react.lazy"):60116,b=e?Symbol.for("react.block"):60121,v=e?Symbol.for("react.fundamental"):60117,w=e?Symbol.for("react.responder"):60118,y=e?Symbol.for("react.scope"):60119;function C(A){return typeof A=="string"||typeof A=="function"||A===n||A===u||A===s||A===o||A===f||A===p||typeof A=="object"&&A!==null&&(A.$$typeof===m||A.$$typeof===x||A.$$typeof===a||A.$$typeof===l||A.$$typeof===h||A.$$typeof===v||A.$$typeof===w||A.$$typeof===y||A.$$typeof===b)}function $(A){if(typeof A=="object"&&A!==null){var se=A.$$typeof;switch(se){case t:var ge=A.type;switch(ge){case d:case u:case n:case s:case o:case f:return ge;default:var je=ge&&ge.$$typeof;switch(je){case l:case h:case m:case x:case a:return je;default:return se}}case r:return se}}}var k=d,R=u,T=l,I=a,B=t,L=h,D=n,U=m,re=x,_=r,K=s,Q=o,O=f,P=!1;function F(A){return P||(P=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),V(A)||$(A)===d}function V(A){return $(A)===u}function q(A){return $(A)===l}function S(A){return $(A)===a}function E(A){return typeof A=="object"&&A!==null&&A.$$typeof===t}function M(A){return $(A)===h}function z(A){return $(A)===n}function N(A){return $(A)===m}function J(A){return $(A)===x}function ne(A){return $(A)===r}function le(A){return $(A)===s}function Ie(A){return $(A)===o}function Pe(A){return $(A)===f}Z.AsyncMode=k,Z.ConcurrentMode=R,Z.ContextConsumer=T,Z.ContextProvider=I,Z.Element=B,Z.ForwardRef=L,Z.Fragment=D,Z.Lazy=U,Z.Memo=re,Z.Portal=_,Z.Profiler=K,Z.StrictMode=Q,Z.Suspense=O,Z.isAsyncMode=F,Z.isConcurrentMode=V,Z.isContextConsumer=q,Z.isContextProvider=S,Z.isElement=E,Z.isForwardRef=M,Z.isFragment=z,Z.isLazy=N,Z.isMemo=J,Z.isPortal=ne,Z.isProfiler=le,Z.isStrictMode=Ie,Z.isSuspense=Pe,Z.isValidElementType=C,Z.typeOf=$}()),Z}process.env.NODE_ENV==="production"?Yt.exports=Ki():Yt.exports=Vi();var Hi=Yt.exports,jn=Hi,Wi={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},Ui={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},En={};En[jn.ForwardRef]=Wi;En[jn.Memo]=Ui;var Yi=!0;function Tn(e,t,r){var n="";return r.split(" ").forEach(function(o){e[o]!==void 0?t.push(e[o]+";"):o&&(n+=o+" ")}),n}var dr=function(t,r,n){var o=t.key+"-"+r.name;(n===!1||Yi===!1)&&t.registered[o]===void 0&&(t.registered[o]=r.styles)},zn=function(t,r,n){dr(t,r,n);var o=t.key+"-"+r.name;if(t.inserted[r.name]===void 0){var s=r;do t.insert(r===s?"."+o:"",s,t.sheet,!0),s=s.next;while(s!==void 0)}};function Zi(e){for(var t=0,r,n=0,o=e.length;o>=4;++n,o-=4)r=e.charCodeAt(n)&255|(e.charCodeAt(++n)&255)<<8|(e.charCodeAt(++n)&255)<<16|(e.charCodeAt(++n)&255)<<24,r=(r&65535)*1540483477+((r>>>16)*59797<<16),r^=r>>>24,t=(r&65535)*1540483477+((r>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(o){case 3:t^=(e.charCodeAt(n+2)&255)<<16;case 2:t^=(e.charCodeAt(n+1)&255)<<8;case 1:t^=e.charCodeAt(n)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}var Xi={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},Gi=/[A-Z]|^ms/g,qi=/_EMO_([^_]+?)_([^]*?)_EMO_/g,Rn=function(t){return t.charCodeAt(1)===45},Ar=function(t){return t!=null&&typeof t!="boolean"},Lt=Sn(function(e){return Rn(e)?e:e.replace(Gi,"-$&").toLowerCase()}),Fr=function(t,r){switch(t){case"animation":case"animationName":if(typeof r=="string")return r.replace(qi,function(n,o,s){return we={name:o,styles:s,next:we},o})}return Xi[t]!==1&&!Rn(t)&&typeof r=="number"&&r!==0?r+"px":r};function tt(e,t,r){if(r==null)return"";var n=r;if(n.__emotion_styles!==void 0)return n;switch(typeof r){case"boolean":return"";case"object":{var o=r;if(o.anim===1)return we={name:o.name,styles:o.styles,next:we},o.name;var s=r;if(s.styles!==void 0){var a=s.next;if(a!==void 0)for(;a!==void 0;)we={name:a.name,styles:a.styles,next:we},a=a.next;var l=s.styles+";";return l}return Ji(e,t,r)}case"function":{if(e!==void 0){var d=we,u=r(e);return we=d,tt(e,t,u)}break}}var h=r;if(t==null)return h;var f=t[h];return f!==void 0?f:h}function Ji(e,t,r){var n="";if(Array.isArray(r))for(var o=0;o<r.length;o++)n+=tt(e,t,r[o])+";";else for(var s in r){var a=r[s];if(typeof a!="object"){var l=a;t!=null&&t[l]!==void 0?n+=s+"{"+t[l]+"}":Ar(l)&&(n+=Lt(s)+":"+Fr(s,l)+";")}else if(Array.isArray(a)&&typeof a[0]=="string"&&(t==null||t[a[0]]===void 0))for(var d=0;d<a.length;d++)Ar(a[d])&&(n+=Lt(s)+":"+Fr(s,a[d])+";");else{var u=tt(e,t,a);switch(s){case"animation":case"animationName":{n+=Lt(s)+":"+u+";";break}default:n+=s+"{"+u+"}"}}}return n}var Or=/label:\s*([^\s;{]+)\s*(;|$)/g,we;function ur(e,t,r){if(e.length===1&&typeof e[0]=="object"&&e[0]!==null&&e[0].styles!==void 0)return e[0];var n=!0,o="";we=void 0;var s=e[0];if(s==null||s.raw===void 0)n=!1,o+=tt(r,t,s);else{var a=s;o+=a[0]}for(var l=1;l<e.length;l++)if(o+=tt(r,t,e[l]),n){var d=s;o+=d[l]}Or.lastIndex=0;for(var u="",h;(h=Or.exec(o))!==null;)u+="-"+h[1];var f=Zi(o)+u;return{name:f,styles:o,next:we}}var Qi=function(t){return t()},es=de.useInsertionEffect?de.useInsertionEffect:!1,Ln=es||Qi,Mn=de.createContext(typeof HTMLElement<"u"?Bi({key:"css"}):null);Mn.Provider;var In=function(t){return c.forwardRef(function(r,n){var o=c.useContext(Mn);return t(r,o,n)})},fr=de.createContext({}),it=function(){return de.useContext(fr)},st={}.hasOwnProperty,Zt="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",pr=function(t,r){var n={};for(var o in r)st.call(r,o)&&(n[o]=r[o]);return n[Zt]=t,n},ts=function(t){var r=t.cache,n=t.serialized,o=t.isStringTag;return dr(r,n,o),Ln(function(){return zn(r,n,o)}),null},rs=In(function(e,t,r){var n=e.css;typeof n=="string"&&t.registered[n]!==void 0&&(n=t.registered[n]);var o=e[Zt],s=[n],a="";typeof e.className=="string"?a=Tn(t.registered,s,e.className):e.className!=null&&(a=e.className+" ");var l=ur(s,void 0,de.useContext(fr));a+=t.key+"-"+l.name;var d={};for(var u in e)st.call(e,u)&&u!=="css"&&u!==Zt&&(d[u]=e[u]);return d.className=a,r&&(d.ref=r),de.createElement(de.Fragment,null,de.createElement(ts,{cache:t,serialized:l,isStringTag:typeof o=="string"}),de.createElement(o,d))}),hr=rs,Dr=function(t,r){var n=arguments;if(r==null||!st.call(r,"css"))return de.createElement.apply(void 0,n);var o=n.length,s=new Array(o);s[0]=hr,s[1]=pr(t,r);for(var a=2;a<o;a++)s[a]=n[a];return de.createElement.apply(null,s)};(function(e){var t;t||(t=e.JSX||(e.JSX={}))})(Dr||(Dr={}));function j(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return ur(t)}function Me(){var e=j.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}}var ns=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|fetchpriority|fetchPriority|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|popover|popoverTarget|popoverTargetAction|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,os=Sn(function(e){return ns.test(e)||e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)<91}),is=os,ss=function(t){return t!=="theme"},Br=function(t){return typeof t=="string"&&t.charCodeAt(0)>96?is:ss},_r=function(t,r,n){var o;if(r){var s=r.shouldForwardProp;o=t.__emotion_forwardProp&&s?function(a){return t.__emotion_forwardProp(a)&&s(a)}:s}return typeof o!="function"&&n&&(o=t.__emotion_forwardProp),o},as=function(t){var r=t.cache,n=t.serialized,o=t.isStringTag;return dr(r,n,o),Ln(function(){return zn(r,n,o)}),null},ls=function e(t,r){var n=t.__emotion_real===t,o=n&&t.__emotion_base||t,s,a;r!==void 0&&(s=r.label,a=r.target);var l=_r(t,r,n),d=l||Br(o),u=!d("as");return function(){var h=arguments,f=n&&t.__emotion_styles!==void 0?t.__emotion_styles.slice(0):[];if(s!==void 0&&f.push("label:"+s+";"),h[0]==null||h[0].raw===void 0)f.push.apply(f,h);else{var p=h[0];f.push(p[0]);for(var x=h.length,m=1;m<x;m++)f.push(h[m],p[m])}var b=In(function(v,w,y){var C=u&&v.as||o,$="",k=[],R=v;if(v.theme==null){R={};for(var T in v)R[T]=v[T];R.theme=de.useContext(fr)}typeof v.className=="string"?$=Tn(w.registered,k,v.className):v.className!=null&&($=v.className+" ");var I=ur(f.concat(k),w.registered,R);$+=w.key+"-"+I.name,a!==void 0&&($+=" "+a);var B=u&&l===void 0?Br(C):d,L={};for(var D in v)u&&D==="as"||B(D)&&(L[D]=v[D]);return L.className=$,y&&(L.ref=y),de.createElement(de.Fragment,null,de.createElement(as,{cache:w,serialized:I,isStringTag:typeof C=="string"}),de.createElement(C,L))});return b.displayName=s!==void 0?s:"Styled("+(typeof o=="string"?o:o.displayName||o.name||"Component")+")",b.defaultProps=t.defaultProps,b.__emotion_real=b,b.__emotion_base=o,b.__emotion_styles=f,b.__emotion_forwardProp=l,Object.defineProperty(b,"toString",{value:function(){return"."+a}}),b.withComponent=function(v,w){var y=e(v,Ht({},r,w,{shouldForwardProp:_r(b,w,!0)}));return y.apply(void 0,f)},b}},cs=["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"],g=ls.bind(null);cs.forEach(function(e){g[e]=g(e)});const ds=["primary","secondary","text","danger","gradient"],us=["sm","md","lg"],fs=e=>{if(e==="gradient")return j`
|
|
15
|
+
*/var Nr;function Vi(){return Nr||(Nr=1,process.env.NODE_ENV!=="production"&&function(){var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,r=e?Symbol.for("react.portal"):60106,n=e?Symbol.for("react.fragment"):60107,o=e?Symbol.for("react.strict_mode"):60108,s=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,l=e?Symbol.for("react.context"):60110,d=e?Symbol.for("react.async_mode"):60111,u=e?Symbol.for("react.concurrent_mode"):60111,h=e?Symbol.for("react.forward_ref"):60112,f=e?Symbol.for("react.suspense"):60113,p=e?Symbol.for("react.suspense_list"):60120,x=e?Symbol.for("react.memo"):60115,m=e?Symbol.for("react.lazy"):60116,g=e?Symbol.for("react.block"):60121,v=e?Symbol.for("react.fundamental"):60117,$=e?Symbol.for("react.responder"):60118,y=e?Symbol.for("react.scope"):60119;function j(A){return typeof A=="string"||typeof A=="function"||A===n||A===u||A===s||A===o||A===f||A===p||typeof A=="object"&&A!==null&&(A.$$typeof===m||A.$$typeof===x||A.$$typeof===a||A.$$typeof===l||A.$$typeof===h||A.$$typeof===v||A.$$typeof===$||A.$$typeof===y||A.$$typeof===g)}function k(A){if(typeof A=="object"&&A!==null){var se=A.$$typeof;switch(se){case t:var be=A.type;switch(be){case d:case u:case n:case s:case o:case f:return be;default:var je=be&&be.$$typeof;switch(je){case l:case h:case m:case x:case a:return je;default:return se}}case r:return se}}}var w=d,R=u,T=l,I=a,B=t,L=h,D=n,U=m,re=x,_=r,K=s,Q=o,O=f,P=!1;function F(A){return P||(P=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),V(A)||k(A)===d}function V(A){return k(A)===u}function q(A){return k(A)===l}function S(A){return k(A)===a}function E(A){return typeof A=="object"&&A!==null&&A.$$typeof===t}function M(A){return k(A)===h}function z(A){return k(A)===n}function N(A){return k(A)===m}function J(A){return k(A)===x}function ne(A){return k(A)===r}function le(A){return k(A)===s}function Ie(A){return k(A)===o}function Pe(A){return k(A)===f}Z.AsyncMode=w,Z.ConcurrentMode=R,Z.ContextConsumer=T,Z.ContextProvider=I,Z.Element=B,Z.ForwardRef=L,Z.Fragment=D,Z.Lazy=U,Z.Memo=re,Z.Portal=_,Z.Profiler=K,Z.StrictMode=Q,Z.Suspense=O,Z.isAsyncMode=F,Z.isConcurrentMode=V,Z.isContextConsumer=q,Z.isContextProvider=S,Z.isElement=E,Z.isForwardRef=M,Z.isFragment=z,Z.isLazy=N,Z.isMemo=J,Z.isPortal=ne,Z.isProfiler=le,Z.isStrictMode=Ie,Z.isSuspense=Pe,Z.isValidElementType=j,Z.typeOf=k}()),Z}process.env.NODE_ENV==="production"?Yt.exports=Ki():Yt.exports=Vi();var Hi=Yt.exports,jn=Hi,Wi={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},Ui={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},En={};En[jn.ForwardRef]=Wi;En[jn.Memo]=Ui;var Yi=!0;function Tn(e,t,r){var n="";return r.split(" ").forEach(function(o){e[o]!==void 0?t.push(e[o]+";"):o&&(n+=o+" ")}),n}var dr=function(t,r,n){var o=t.key+"-"+r.name;(n===!1||Yi===!1)&&t.registered[o]===void 0&&(t.registered[o]=r.styles)},zn=function(t,r,n){dr(t,r,n);var o=t.key+"-"+r.name;if(t.inserted[r.name]===void 0){var s=r;do t.insert(r===s?"."+o:"",s,t.sheet,!0),s=s.next;while(s!==void 0)}};function Zi(e){for(var t=0,r,n=0,o=e.length;o>=4;++n,o-=4)r=e.charCodeAt(n)&255|(e.charCodeAt(++n)&255)<<8|(e.charCodeAt(++n)&255)<<16|(e.charCodeAt(++n)&255)<<24,r=(r&65535)*1540483477+((r>>>16)*59797<<16),r^=r>>>24,t=(r&65535)*1540483477+((r>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(o){case 3:t^=(e.charCodeAt(n+2)&255)<<16;case 2:t^=(e.charCodeAt(n+1)&255)<<8;case 1:t^=e.charCodeAt(n)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}var Xi={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},Gi=/[A-Z]|^ms/g,qi=/_EMO_([^_]+?)_([^]*?)_EMO_/g,Rn=function(t){return t.charCodeAt(1)===45},Ar=function(t){return t!=null&&typeof t!="boolean"},Lt=Sn(function(e){return Rn(e)?e:e.replace(Gi,"-$&").toLowerCase()}),Fr=function(t,r){switch(t){case"animation":case"animationName":if(typeof r=="string")return r.replace(qi,function(n,o,s){return $e={name:o,styles:s,next:$e},o})}return Xi[t]!==1&&!Rn(t)&&typeof r=="number"&&r!==0?r+"px":r};function tt(e,t,r){if(r==null)return"";var n=r;if(n.__emotion_styles!==void 0)return n;switch(typeof r){case"boolean":return"";case"object":{var o=r;if(o.anim===1)return $e={name:o.name,styles:o.styles,next:$e},o.name;var s=r;if(s.styles!==void 0){var a=s.next;if(a!==void 0)for(;a!==void 0;)$e={name:a.name,styles:a.styles,next:$e},a=a.next;var l=s.styles+";";return l}return Ji(e,t,r)}case"function":{if(e!==void 0){var d=$e,u=r(e);return $e=d,tt(e,t,u)}break}}var h=r;if(t==null)return h;var f=t[h];return f!==void 0?f:h}function Ji(e,t,r){var n="";if(Array.isArray(r))for(var o=0;o<r.length;o++)n+=tt(e,t,r[o])+";";else for(var s in r){var a=r[s];if(typeof a!="object"){var l=a;t!=null&&t[l]!==void 0?n+=s+"{"+t[l]+"}":Ar(l)&&(n+=Lt(s)+":"+Fr(s,l)+";")}else if(Array.isArray(a)&&typeof a[0]=="string"&&(t==null||t[a[0]]===void 0))for(var d=0;d<a.length;d++)Ar(a[d])&&(n+=Lt(s)+":"+Fr(s,a[d])+";");else{var u=tt(e,t,a);switch(s){case"animation":case"animationName":{n+=Lt(s)+":"+u+";";break}default:n+=s+"{"+u+"}"}}}return n}var Or=/label:\s*([^\s;{]+)\s*(;|$)/g,$e;function ur(e,t,r){if(e.length===1&&typeof e[0]=="object"&&e[0]!==null&&e[0].styles!==void 0)return e[0];var n=!0,o="";$e=void 0;var s=e[0];if(s==null||s.raw===void 0)n=!1,o+=tt(r,t,s);else{var a=s;o+=a[0]}for(var l=1;l<e.length;l++)if(o+=tt(r,t,e[l]),n){var d=s;o+=d[l]}Or.lastIndex=0;for(var u="",h;(h=Or.exec(o))!==null;)u+="-"+h[1];var f=Zi(o)+u;return{name:f,styles:o,next:$e}}var Qi=function(t){return t()},es=de.useInsertionEffect?de.useInsertionEffect:!1,Ln=es||Qi,Mn=de.createContext(typeof HTMLElement<"u"?Bi({key:"css"}):null);Mn.Provider;var In=function(t){return c.forwardRef(function(r,n){var o=c.useContext(Mn);return t(r,o,n)})},fr=de.createContext({}),it=function(){return de.useContext(fr)},st={}.hasOwnProperty,Zt="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",pr=function(t,r){var n={};for(var o in r)st.call(r,o)&&(n[o]=r[o]);return n[Zt]=t,n},ts=function(t){var r=t.cache,n=t.serialized,o=t.isStringTag;return dr(r,n,o),Ln(function(){return zn(r,n,o)}),null},rs=In(function(e,t,r){var n=e.css;typeof n=="string"&&t.registered[n]!==void 0&&(n=t.registered[n]);var o=e[Zt],s=[n],a="";typeof e.className=="string"?a=Tn(t.registered,s,e.className):e.className!=null&&(a=e.className+" ");var l=ur(s,void 0,de.useContext(fr));a+=t.key+"-"+l.name;var d={};for(var u in e)st.call(e,u)&&u!=="css"&&u!==Zt&&(d[u]=e[u]);return d.className=a,r&&(d.ref=r),de.createElement(de.Fragment,null,de.createElement(ts,{cache:t,serialized:l,isStringTag:typeof o=="string"}),de.createElement(o,d))}),hr=rs,Dr=function(t,r){var n=arguments;if(r==null||!st.call(r,"css"))return de.createElement.apply(void 0,n);var o=n.length,s=new Array(o);s[0]=hr,s[1]=pr(t,r);for(var a=2;a<o;a++)s[a]=n[a];return de.createElement.apply(null,s)};(function(e){var t;t||(t=e.JSX||(e.JSX={}))})(Dr||(Dr={}));function C(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return ur(t)}function Me(){var e=C.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}}var ns=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|fetchpriority|fetchPriority|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|popover|popoverTarget|popoverTargetAction|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,os=Sn(function(e){return ns.test(e)||e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)<91}),is=os,ss=function(t){return t!=="theme"},Br=function(t){return typeof t=="string"&&t.charCodeAt(0)>96?is:ss},_r=function(t,r,n){var o;if(r){var s=r.shouldForwardProp;o=t.__emotion_forwardProp&&s?function(a){return t.__emotion_forwardProp(a)&&s(a)}:s}return typeof o!="function"&&n&&(o=t.__emotion_forwardProp),o},as=function(t){var r=t.cache,n=t.serialized,o=t.isStringTag;return dr(r,n,o),Ln(function(){return zn(r,n,o)}),null},ls=function e(t,r){var n=t.__emotion_real===t,o=n&&t.__emotion_base||t,s,a;r!==void 0&&(s=r.label,a=r.target);var l=_r(t,r,n),d=l||Br(o),u=!d("as");return function(){var h=arguments,f=n&&t.__emotion_styles!==void 0?t.__emotion_styles.slice(0):[];if(s!==void 0&&f.push("label:"+s+";"),h[0]==null||h[0].raw===void 0)f.push.apply(f,h);else{var p=h[0];f.push(p[0]);for(var x=h.length,m=1;m<x;m++)f.push(h[m],p[m])}var g=In(function(v,$,y){var j=u&&v.as||o,k="",w=[],R=v;if(v.theme==null){R={};for(var T in v)R[T]=v[T];R.theme=de.useContext(fr)}typeof v.className=="string"?k=Tn($.registered,w,v.className):v.className!=null&&(k=v.className+" ");var I=ur(f.concat(w),$.registered,R);k+=$.key+"-"+I.name,a!==void 0&&(k+=" "+a);var B=u&&l===void 0?Br(j):d,L={};for(var D in v)u&&D==="as"||B(D)&&(L[D]=v[D]);return L.className=k,y&&(L.ref=y),de.createElement(de.Fragment,null,de.createElement(as,{cache:$,serialized:I,isStringTag:typeof j=="string"}),de.createElement(j,L))});return g.displayName=s!==void 0?s:"Styled("+(typeof o=="string"?o:o.displayName||o.name||"Component")+")",g.defaultProps=t.defaultProps,g.__emotion_real=g,g.__emotion_base=o,g.__emotion_styles=f,g.__emotion_forwardProp=l,Object.defineProperty(g,"toString",{value:function(){return"."+a}}),g.withComponent=function(v,$){var y=e(v,Ht({},r,$,{shouldForwardProp:_r(g,$,!0)}));return y.apply(void 0,f)},g}},cs=["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"],b=ls.bind(null);cs.forEach(function(e){b[e]=b(e)});const ds=["primary","secondary","text","danger","gradient"],us=["sm","md","lg"],fs=e=>{if(e==="gradient")return C`
|
|
16
16
|
position: relative;
|
|
17
17
|
color: var(--ksd-button-gradient-text);
|
|
18
18
|
border-color: transparent;
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
box-shadow: none;
|
|
63
63
|
transform: translateY(1px);
|
|
64
64
|
}
|
|
65
|
-
`;const t={primary:
|
|
65
|
+
`;const t={primary:C`
|
|
66
66
|
background: var(--ksd-button-primary-bg);
|
|
67
67
|
color: var(--ksd-button-primary-text);
|
|
68
68
|
border-color: var(--ksd-button-primary-border);
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
background: var(--ksd-button-primary-bg-active);
|
|
77
77
|
transform: translateY(1px);
|
|
78
78
|
}
|
|
79
|
-
`,secondary:
|
|
79
|
+
`,secondary:C`
|
|
80
80
|
background: var(--ksd-button-secondary-bg);
|
|
81
81
|
color: var(--ksd-button-secondary-text);
|
|
82
82
|
border-color: var(--ksd-button-secondary-border);
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
border-color: var(--ksd-button-secondary-border-active);
|
|
93
93
|
transform: translateY(1px);
|
|
94
94
|
}
|
|
95
|
-
`,text:
|
|
95
|
+
`,text:C`
|
|
96
96
|
background: var(--ksd-button-text-bg);
|
|
97
97
|
color: var(--ksd-button-text-text);
|
|
98
98
|
border-color: var(--ksd-button-text-border);
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
background: var(--ksd-button-text-bg-active);
|
|
107
107
|
transform: translateY(1px);
|
|
108
108
|
}
|
|
109
|
-
`,danger:
|
|
109
|
+
`,danger:C`
|
|
110
110
|
background: var(--ksd-button-danger-bg);
|
|
111
111
|
color: var(--ksd-button-danger-text);
|
|
112
112
|
border-color: var(--ksd-button-danger-border);
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
background: var(--ksd-button-danger-bg-active);
|
|
121
121
|
transform: translateY(1px);
|
|
122
122
|
}
|
|
123
|
-
`};return t[e]||t.primary},ps=e=>{const t={sm:
|
|
123
|
+
`};return t[e]||t.primary},ps=e=>{const t={sm:C`
|
|
124
124
|
height: var(--ksd-button-sm-height);
|
|
125
125
|
font-size: var(--ksd-button-sm-font-size);
|
|
126
126
|
padding-inline: var(--ksd-button-sm-padding-inline);
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
width: var(--ksd-button-sm-icon-size);
|
|
130
130
|
height: var(--ksd-button-sm-icon-size);
|
|
131
131
|
}
|
|
132
|
-
`,md:
|
|
132
|
+
`,md:C`
|
|
133
133
|
height: var(--ksd-button-md-height);
|
|
134
134
|
font-size: var(--ksd-button-md-font-size);
|
|
135
135
|
padding-inline: var(--ksd-button-md-padding-inline);
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
width: var(--ksd-button-md-icon-size);
|
|
139
139
|
height: var(--ksd-button-md-icon-size);
|
|
140
140
|
}
|
|
141
|
-
`,lg:
|
|
141
|
+
`,lg:C`
|
|
142
142
|
height: var(--ksd-button-lg-height);
|
|
143
143
|
font-size: var(--ksd-button-lg-font-size);
|
|
144
144
|
padding-inline: var(--ksd-button-lg-padding-inline);
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
width: var(--ksd-button-lg-icon-size);
|
|
148
148
|
height: var(--ksd-button-lg-icon-size);
|
|
149
149
|
}
|
|
150
|
-
`};return t[e]||t.md},hs=
|
|
150
|
+
`};return t[e]||t.md},hs=b.button`
|
|
151
151
|
/* 基础样式 */
|
|
152
152
|
position: relative;
|
|
153
153
|
display: inline-flex;
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
${({size:e})=>ps(e)}
|
|
186
186
|
|
|
187
187
|
/* 全宽模式 */
|
|
188
|
-
${({fullWidth:e})=>e&&
|
|
188
|
+
${({fullWidth:e})=>e&&C`
|
|
189
189
|
width: 100%;
|
|
190
190
|
`}
|
|
191
191
|
|
|
@@ -226,13 +226,13 @@
|
|
|
226
226
|
transform: rotate(360deg);
|
|
227
227
|
}
|
|
228
228
|
}
|
|
229
|
-
`,
|
|
229
|
+
`,bs=b.span`
|
|
230
230
|
display: inline-flex;
|
|
231
231
|
align-items: center;
|
|
232
232
|
justify-content: center;
|
|
233
233
|
gap: var(--ksd-button-gap);
|
|
234
234
|
position: relative;
|
|
235
|
-
`,Kr=
|
|
235
|
+
`,Kr=b.span`
|
|
236
236
|
display: inline-flex;
|
|
237
237
|
align-items: center;
|
|
238
238
|
justify-content: center;
|
|
@@ -240,21 +240,21 @@
|
|
|
240
240
|
|
|
241
241
|
transition: opacity var(--ksd-button-transition);
|
|
242
242
|
|
|
243
|
-
${({isLoading:e})=>e&&
|
|
243
|
+
${({isLoading:e})=>e&&C`
|
|
244
244
|
opacity: 0;
|
|
245
245
|
pointer-events: none;
|
|
246
246
|
`}
|
|
247
|
-
`,
|
|
247
|
+
`,gs=b.span`
|
|
248
248
|
display: inline-flex;
|
|
249
249
|
align-items: center;
|
|
250
250
|
justify-content: center;
|
|
251
251
|
|
|
252
252
|
transition: opacity var(--ksd-button-transition);
|
|
253
253
|
|
|
254
|
-
${({isLoading:e})=>e&&
|
|
254
|
+
${({isLoading:e})=>e&&C`
|
|
255
255
|
opacity: 0.4;
|
|
256
256
|
`}
|
|
257
|
-
`,ms=ds,xs=us,Pn=c.forwardRef(({variant:e="primary",size:t="md",icon:r,loading:n=!1,fullWidth:o=!1,disabled:s,isDisabled:a,className:l,children:d,...u},h)=>{const f=c.useRef(null),p=h||f,x=(s??a)||n,{buttonProps:m,isPressed:
|
|
257
|
+
`,ms=ds,xs=us,Pn=c.forwardRef(({variant:e="primary",size:t="md",icon:r,loading:n=!1,fullWidth:o=!1,disabled:s,isDisabled:a,className:l,children:d,...u},h)=>{const f=c.useRef(null),p=h||f,x=(s??a)||n,{buttonProps:m,isPressed:g}=X.useButton({...u,isDisabled:x,elementType:"button"},f);return i.jsx(hs,{...Re(m,{ref:p,className:l}),variant:e,size:t,fullWidth:o,isPressed:g,isDisabled:x,isLoading:n,"data-variant":e,"data-size":t,"data-loading":n?"true":void 0,"data-pressed":g?"true":void 0,children:i.jsxs(bs,{children:[r&&i.jsx(Kr,{isLoading:n,"aria-hidden":"true",children:r}),i.jsx(gs,{isLoading:n,children:d}),n&&i.jsx(Kr,{isLoading:!1,"aria-label":"加载中",role:"status",children:i.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{animation:"spin 0.8s linear infinite"},children:i.jsx("circle",{cx:"8",cy:"8",r:"6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeDasharray:"30 10"})})})]})})});Pn.displayName="Button";const vs=["solid","outline","ghost"],ys=["primary","neutral","danger"],ks=["sm","md","lg"],ws=(e,t,r)=>{var h,f;const n=r.components.iconButton.appearance[e][t],o=p=>({background:n.background[p],border:n.border[p]??n.border.hover??n.border.default,icon:n.icon[p]??n.icon.hover??n.icon.default}),s=o("default"),a=o("hover"),l=o("active"),d=((h=n.shadow)==null?void 0:h.default)??"none",u=((f=n.shadow)==null?void 0:f.hover)??d;return C`
|
|
258
258
|
background: ${s.background};
|
|
259
259
|
border-color: ${s.border};
|
|
260
260
|
color: ${s.icon};
|
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
box-shadow: none;
|
|
276
276
|
transform: translateY(1px);
|
|
277
277
|
}
|
|
278
|
-
`}
|
|
278
|
+
`},$s=(e,t)=>{const r=t.components.iconButton.size[e];return C`
|
|
279
279
|
--icon-button-icon-size: ${r.iconSize};
|
|
280
280
|
width: ${r.edge};
|
|
281
281
|
height: ${r.edge};
|
|
@@ -286,7 +286,7 @@
|
|
|
286
286
|
width: var(--icon-button-icon-size);
|
|
287
287
|
height: var(--icon-button-icon-size);
|
|
288
288
|
}
|
|
289
|
-
`},Ss=
|
|
289
|
+
`},Ss=b.button`
|
|
290
290
|
position: relative;
|
|
291
291
|
display: inline-flex;
|
|
292
292
|
align-items: center;
|
|
@@ -308,8 +308,8 @@
|
|
|
308
308
|
box-shadow ${({theme:e})=>e.components.iconButton.transition},
|
|
309
309
|
transform ${({theme:e})=>e.components.iconButton.transition};
|
|
310
310
|
|
|
311
|
-
${({appearance:e,tone:t,theme:r})=>
|
|
312
|
-
${({size:e,theme:t})
|
|
311
|
+
${({appearance:e,tone:t,theme:r})=>ws(e,t,r)}
|
|
312
|
+
${({size:e,theme:t})=>$s(e,t)}
|
|
313
313
|
|
|
314
314
|
&:focus-visible {
|
|
315
315
|
outline: ${({theme:e})=>e.components.iconButton.focusRing.width} solid
|
|
@@ -334,7 +334,7 @@
|
|
|
334
334
|
transform: rotate(360deg);
|
|
335
335
|
}
|
|
336
336
|
}
|
|
337
|
-
`,Cs=
|
|
337
|
+
`,Cs=b.span`
|
|
338
338
|
display: inline-flex;
|
|
339
339
|
align-items: center;
|
|
340
340
|
justify-content: center;
|
|
@@ -342,10 +342,10 @@
|
|
|
342
342
|
transition: opacity ${({theme:e})=>e.components.iconButton.transition};
|
|
343
343
|
pointer-events: none;
|
|
344
344
|
|
|
345
|
-
${({isHidden:e})=>e&&
|
|
345
|
+
${({isHidden:e})=>e&&C`
|
|
346
346
|
opacity: 0;
|
|
347
347
|
`}
|
|
348
|
-
`,js=
|
|
348
|
+
`,js=b.span`
|
|
349
349
|
position: absolute;
|
|
350
350
|
inset: 0;
|
|
351
351
|
display: inline-flex;
|
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
height: var(--icon-button-icon-size);
|
|
360
360
|
animation: icon-button-spin 0.8s linear infinite;
|
|
361
361
|
}
|
|
362
|
-
`,Es=vs,Ts=ys,zs
|
|
362
|
+
`,Es=vs,Ts=ys,zs=ks,Nn=c.forwardRef(({appearance:e="solid",tone:t="primary",size:r="md",icon:n,label:o,loading:s=!1,loadingLabel:a="加载中",isDisabled:l,className:d,...u},h)=>{const f=c.useMemo(()=>{var y,j;return typeof globalThis>"u"?!0:((j=(y=globalThis.process)==null?void 0:y.env)==null?void 0:j.NODE_ENV)!=="production"},[]),p=c.useRef(null),x=h||p,m=l||s;if(f){const $=u["aria-label"],y=u["aria-labelledby"];!o&&!$&&!y&&console.warn("IconButton 需要可感知的文本。请传入 label、aria-label 或 aria-labelledby。")}const{buttonProps:g,isPressed:v}=X.useButton({...u,isDisabled:m,elementType:"button"},p);return i.jsxs(Ss,{...Re(g,{ref:x,className:d}),appearance:e,tone:t,size:r,isPressed:v,isDisabled:!!m,isLoading:s,"data-appearance":e,"data-tone":t,"data-size":r,"data-loading":s?"true":void 0,"data-pressed":v?"true":void 0,children:[i.jsx(Cs,{isHidden:s,"aria-hidden":"true",children:n}),s&&i.jsx(js,{role:"status","aria-live":"polite","aria-label":a,children:i.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("circle",{cx:"8",cy:"8",r:"6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeDasharray:"30 10"})})}),o?i.jsx(X.VisuallyHidden,{children:o}):null]})});Nn.displayName="IconButton";var xe=function(t,r,n){return st.call(r,"css")?gt.jsx(hr,pr(t,r),n):gt.jsx(t,r,n)},Xt=function(t,r,n){return st.call(r,"css")?gt.jsxs(hr,pr(t,r),n):gt.jsxs(t,r,n)};const Rs=C`
|
|
363
363
|
display: inline-flex;
|
|
364
364
|
align-items: center;
|
|
365
365
|
cursor: pointer;
|
|
@@ -386,7 +386,7 @@
|
|
|
386
386
|
&[data-disabled="true"] {
|
|
387
387
|
cursor: not-allowed;
|
|
388
388
|
}
|
|
389
|
-
`,Ls=e=>
|
|
389
|
+
`,Ls=e=>C`
|
|
390
390
|
position: relative;
|
|
391
391
|
display: inline-flex;
|
|
392
392
|
align-items: center;
|
|
@@ -433,7 +433,7 @@
|
|
|
433
433
|
input:focus-visible + & {
|
|
434
434
|
box-shadow: ${e.components.checkbox.focusRing};
|
|
435
435
|
}
|
|
436
|
-
`,An=e=>
|
|
436
|
+
`,An=e=>C`
|
|
437
437
|
color: ${e.components.checkbox.control.icon.color};
|
|
438
438
|
width: ${e.components.checkbox.control.icon.size};
|
|
439
439
|
height: ${e.components.checkbox.control.icon.size};
|
|
@@ -445,7 +445,7 @@
|
|
|
445
445
|
opacity: 1;
|
|
446
446
|
transform: scale(1);
|
|
447
447
|
}
|
|
448
|
-
`,Ms=e=>
|
|
448
|
+
`,Ms=e=>C`
|
|
449
449
|
margin-left: ${e.components.checkbox.gap};
|
|
450
450
|
font-size: ${e.components.checkbox.text.label.fontSize};
|
|
451
451
|
line-height: ${e.components.checkbox.text.label.lineHeight};
|
|
@@ -456,7 +456,7 @@
|
|
|
456
456
|
&[data-disabled="true"] {
|
|
457
457
|
color: ${e.components.checkbox.text.label.disabled};
|
|
458
458
|
}
|
|
459
|
-
`,Is=({checked:e})=>{const t=it();return xe("svg",{css:An(t),"data-checked":e,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:xe("path",{d:"M13.3332 4.5L5.99984 11.8333L2.6665 8.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})},Ps=({checked:e})=>{const t=it();return xe("svg",{css:An(t),"data-checked":e,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:xe("path",{d:"M3.5 8H12.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})})},De=c.forwardRef((e,t)=>{const{checked:r,defaultChecked:n=!1,indeterminate:o=!1,disabled:s=!1,label:a,onChange:l,className:d,style:u,...h}=e,f=it(),p=c.useRef(null),[x,m]=c.useState(!1),[b,v]=c.useState(n),w=r!==void 0,y=w?r:b;return c.useEffect(()=>{t&&(typeof t=="function"?t(p.current):t.current=p.current)},[t]),c.useEffect(()=>{p.current&&(p.current.indeterminate=o)},[o]),Xt("label",{css:Rs,"data-disabled":s,className:d,style:u,onMouseEnter:()=>!s&&m(!0),onMouseLeave:()=>!s&&m(!1),children:[xe("input",{ref:p,type:"checkbox",checked:y,disabled:s,onChange:$=>{if(s)return;const k=$.target.checked;w||v(k),l==null||l(k,$)},...h}),xe("span",{css:Ls(f),"data-hover":x,"data-checked":y&&!o,"data-indeterminate":o,"data-disabled":s,children:o?xe(Ps,{checked:!0}):xe(Is,{checked:y})}),a&&xe("span",{css:Ms(f),"data-disabled":s,children:a})]})});De.displayName="Checkbox";const G=c.forwardRef(({children:e,size:t=24,color:r="currentColor",viewBox:n="0 0 24 24",useFill:o=!1,strokeWidth:s=1.5,...a},l)=>{const d={ref:l,xmlns:"http://www.w3.org/2000/svg",width:t,height:t,viewBox:n,...a};return o?i.jsx("svg",{...d,fill:r,children:e}):i.jsx("svg",{...d,fill:"none",stroke:r,strokeWidth:s,strokeLinecap:"round",strokeLinejoin:"round",children:e})});G.displayName="IconBase";const Ns=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,viewBox:"0 0 22 22",useFill:!0,children:i.jsx("path",{d:"M0.31074 10.9704C0.310783 10.5562 0.646483 10.2205 1.06066 10.2205L10.2213 10.2218L10.222 1.06742C10.2223 0.653481 10.5579 0.317504 10.9719 0.317505C11.3858 0.317611 11.7215 0.653547 11.7218 1.06742L11.7211 10.2218L20.8824 10.2225C21.2965 10.2227 21.6324 10.5583 21.6324 10.9724C21.6323 11.3865 21.2965 11.7222 20.8824 11.7224L11.7211 11.7217L11.7218 20.8706C11.7218 21.2847 11.386 21.6204 10.9719 21.6205C10.5577 21.6205 10.222 21.2847 10.222 20.8706L10.2213 11.7217L1.06066 11.7203C0.646473 11.7202 0.310739 11.3845 0.31074 10.9704Z",fill:"currentColor"})}));Ns.displayName="AddOutline";const As=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M5 12h14m0 0l-7-7m7 7l-7 7"})}));As.displayName="ArrowRightOutline";const Fs=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M19 12H5m0 0l7-7m-7 7l7 7"})}));Fs.displayName="ArrowLeftOutline";const Os=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,useFill:!0,children:[i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.80273 8.19824C3.38873 8.19824 3.05273 7.86224 3.05273 7.44824V5.30124C3.06573 2.36324 5.44173 0.000244141 8.35473 0.000244141H8.37473C10.6307 0.000244141 12.6447 1.43324 13.3837 3.56724C13.5197 3.95824 13.3117 4.38524 12.9197 4.52124C12.5287 4.65824 12.1017 4.44924 11.9657 4.05724C11.4367 2.52824 9.99173 1.50024 8.37173 1.50024H8.35773C6.26573 1.50024 4.56173 3.19424 4.55273 5.28424V7.44824C4.55273 7.86224 4.21673 8.19824 3.80273 8.19824Z"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.542 8.12695C2.864 8.12695 1.5 9.49195 1.5 11.17V15.458C1.5 17.136 2.864 18.501 4.542 18.501H12.184C13.861 18.501 15.226 17.136 15.226 15.458V11.17C15.226 9.49195 13.861 8.12695 12.184 8.12695H4.542ZM12.184 20.001H4.542C2.037 20.001 0 17.963 0 15.458V11.17C0 8.66495 2.037 6.62695 4.542 6.62695H12.184C14.688 6.62695 16.726 8.66495 16.726 11.17V15.458C16.726 17.963 14.688 20.001 12.184 20.001Z"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.36328 15.1748C7.94928 15.1748 7.61328 14.8388 7.61328 14.4248V12.2028C7.61328 11.7888 7.94928 11.4528 8.36328 11.4528C8.77728 11.4528 9.11328 11.7888 9.11328 12.2028V14.4248C9.11328 14.8388 8.77728 15.1748 8.36328 15.1748Z"})]}));Os.displayName="UnlockOutline";const Ds=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,useFill:!0,children:[i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10 1.5C5.313 1.5 1.5 5.313 1.5 10C1.5 14.687 5.313 18.5 10 18.5C14.687 18.5 18.5 14.687 18.5 10C18.5 5.313 14.687 1.5 10 1.5ZM10 20C4.486 20 0 15.514 0 10C0 4.486 4.486 0 10 0C15.514 0 20 4.486 20 10C20 15.514 15.514 20 10 20Z"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.55858 14.2207C8.36658 14.2207 8.17358 14.1477 8.02758 13.9997C7.73558 13.7057 7.73658 13.2317 8.02958 12.9397L10.9816 9.99968L8.02958 7.06068C7.73658 6.76868 7.73558 6.29368 8.02758 5.99968C8.31958 5.70468 8.79358 5.70668 9.08758 5.99768L12.5736 9.46868C12.7146 9.60968 12.7936 9.80068 12.7936 9.99968C12.7936 10.1997 12.7146 10.3907 12.5736 10.5317L9.08758 14.0017C8.94158 14.1477 8.74958 14.2207 8.55858 14.2207Z"})]}));Ds.displayName="ArrowRightCircleOutline";const Te=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M9 6l6 6-6 6"})}));Te.displayName="ChevronRightOutline";const qe=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M15 6l-6 6 6 6"})}));qe.displayName="ChevronLeftOutline";const at=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M6 9l6 6 6-6"})}));at.displayName="ChevronDownOutline";const gr=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M18 15l-6-6-6 6"})}));gr.displayName="ChevronUpOutline";const br=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M12 5v14m-7-7h14",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));br.displayName="PlusOutline";const Bs=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,children:[i.jsx("path",{d:"M11 2H9C4 2 2 4 2 9v6c0 5 2 7 7 7h6c5 0 7-2 7-7v-2",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),i.jsx("path",{d:"M16.04 3.02001L8.16 10.9C7.86 11.2 7.56 11.79 7.5 12.22L7.07 15.23C6.91 16.32 7.68 17.08 8.77 16.93L11.78 16.5C12.2 16.44 12.79 16.14 13.1 15.84L20.98 7.96001C22.34 6.60001 22.98 5.02001 20.98 3.02001C18.98 1.02001 17.4 1.66001 16.04 3.02001Z",stroke:"currentColor",strokeWidth:"1.5",strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round"}),i.jsx("path",{d:"M14.91 4.1499C15.58 6.5399 17.45 8.4099 19.85 9.0899",stroke:"currentColor",strokeWidth:"1.5",strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round"})]}));Bs.displayName="EditSquareOutline";const _s=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,children:[i.jsx("path",{d:"M13.26 3.6L5.05 12.29C4.74 12.62 4.44 13.27 4.38 13.72L4.01 16.96C3.88 18.13 4.72 18.93 5.88 18.73L9.1 18.18C9.55 18.1 10.18 17.77 10.49 17.43L18.7 8.74C20.12 7.24 20.76 5.53 18.55 3.44C16.35 1.37 14.68 2.1 13.26 3.6Z",stroke:"currentColor",strokeWidth:"1.5",strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round"}),i.jsx("path",{d:"M11.89 5.05C12.32 7.81 14.56 9.92 17.34 10.2",stroke:"currentColor",strokeWidth:"1.5",strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round"}),i.jsx("path",{d:"M3 22H21",stroke:"currentColor",strokeWidth:"1.5",strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round"})]}));_s.displayName="EditOutline";const Fn=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M21 5.98C17.67 5.65 14.32 5.48 10.98 5.48C9 5.48 7.02 5.58 5.04 5.78L3 5.98M8.5 4.97L8.72 3.66C8.88 2.71 9 2 10.69 2H13.31C15 2 15.13 2.75 15.28 3.67L15.5 4.97M18.85 9.14L18.2 19.21C18.09 20.78 18 22 15.21 22H8.79C6 22 5.91 20.78 5.8 19.21L5.15 9.14M10.33 16.5H13.66M9.5 12.5H14.5"})}));Fn.displayName="DeleteOutline";const Ks=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,children:[i.jsx("path",{d:"M17 20.5H7C4 20.5 2 19 2 15.5V8.5C2 5 4 3.5 7 3.5H17C20 3.5 22 5 22 8.5V15.5C22 19 20 20.5 17 20.5Z",stroke:"currentColor",strokeWidth:"1.5",strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round",fill:"none"}),i.jsx("path",{d:"M17 9L13.87 11.5C12.84 12.32 11.15 12.32 10.12 11.5L7 9",stroke:"currentColor",strokeWidth:"1.5",strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round",fill:"none"})]}));Ks.displayName="MessageOutline";const On=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,children:[i.jsx("circle",{cx:"11.7666",cy:"11.7666",r:"8.98856",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",fill:"none"}),i.jsx("path",{d:"M18.0183 18.4851L21.5423 22",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",fill:"none"})]}));On.displayName="SearchOutline";const Vs=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,viewBox:"0 0 22 22",useFill:!0,children:[i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.5979 15.5596C7.1839 15.5596 6.8479 15.2236 6.8479 14.8096V11.0646C6.8479 10.6506 7.1839 10.3146 7.5979 10.3146C8.0119 10.3146 8.3479 10.6506 8.3479 11.0646V14.8096C8.3479 15.2236 8.0119 15.5596 7.5979 15.5596Z",fill:"currentColor"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.50862 13.6865H5.68762C5.27362 13.6865 4.93762 13.3505 4.93762 12.9365C4.93762 12.5225 5.27362 12.1865 5.68762 12.1865H9.50862C9.92262 12.1865 10.2586 12.5225 10.2586 12.9365C10.2586 13.3505 9.92262 13.6865 9.50862 13.6865Z",fill:"currentColor"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.116 11.9287H14.009C13.595 11.9287 13.259 11.5927 13.259 11.1787C13.259 10.7647 13.595 10.4287 14.009 10.4287H14.116C14.53 10.4287 14.866 10.7647 14.866 11.1787C14.866 11.5927 14.53 11.9287 14.116 11.9287Z",fill:"currentColor"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.9295 15.5029H15.8225C15.4085 15.5029 15.0725 15.1669 15.0725 14.7529C15.0725 14.3389 15.4085 14.0029 15.8225 14.0029H15.9295C16.3435 14.0029 16.6795 14.3389 16.6795 14.7529C16.6795 15.1669 16.3435 15.5029 15.9295 15.5029Z",fill:"currentColor"}),i.jsx("mask",{id:"mask0_6909_3794",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"6",y:"0",width:"7",height:"6",children:i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.07166 0H12.1117V5.5879H6.07166V0Z",fill:"white"})}),i.jsx("g",{mask:"url(#mask0_6909_3794)",children:i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.3617 5.58788C10.9477 5.58788 10.6117 5.25188 10.6117 4.83788V4.16288C10.6087 3.43888 9.99466 2.84388 9.24366 2.84088H8.18966C7.02266 2.84088 6.07166 1.90288 6.07166 0.749878C6.07166 0.335878 6.40766 -0.00012207 6.82166 -0.00012207C7.23666 -0.00012207 7.57166 0.335878 7.57166 0.749878C7.57166 1.07588 7.84866 1.34088 8.18966 1.34088H9.24666C10.8197 1.34588 12.1047 2.60988 12.1117 4.15888V4.83788C12.1117 5.25188 11.7757 5.58788 11.3617 5.58788Z",fill:"currentColor"})}),i.jsx("mask",{id:"mask1_6909_3794",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"0",y:"4",width:"22",height:"18",children:i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 4.37329H21.4998V21.5H0V4.37329Z",fill:"white"})}),i.jsx("g",{mask:"url(#mask1_6909_3794)",children:i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.701 5.87304C9.225 5.87304 7.767 5.88604 6.335 5.91004C3.528 5.91004 1.5 7.88804 1.5 10.612V15.262C1.5 17.985 3.528 19.963 6.323 19.963C9.27 20.012 12.241 20.012 15.165 19.963H15.178C17.972 19.963 20 17.985 20 15.262V10.612C20 7.88804 17.972 5.91004 15.178 5.91004C13.674 5.88604 12.179 5.87304 10.701 5.87304ZM10.754 21.5C9.271 21.5 7.786 21.487 6.31 21.463C2.659 21.463 0 18.854 0 15.262V10.612C0 7.01904 2.659 4.41004 6.323 4.41004C9.192 4.36104 12.18 4.36104 15.19 4.41004C18.841 4.41004 21.5 7.01904 21.5 10.612V15.262C21.5 18.852 18.845 21.46 15.184 21.463C13.716 21.487 12.236 21.5 10.754 21.5Z",fill:"currentColor"})})]}));Vs.displayName="GameOutline";const mr=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,viewBox:"0 0 12 12",useFill:!0,children:i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.41575 3.81219C9.53779 3.93423 9.53779 4.1321 9.41575 4.25414L4.90757 8.76231L2.58467 6.4468C2.46243 6.32496 2.46212 6.12709 2.58396 6.00486L2.93695 5.65074C3.05879 5.52851 3.25666 5.52819 3.37889 5.65004L3.46421 5.73508L4.90631 7.17259L8.62025 3.45864C8.74229 3.3366 8.94015 3.3366 9.06219 3.45864L9.41575 3.81219Z",fill:"currentColor"})}));mr.displayName="CheckOutline";const xr=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M18 6L6 18M6 6l12 12"})}));xr.displayName="CloseOutline";const Hs=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,viewBox:"0 0 20 19",useFill:!0,children:i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.74992 1.5C9.65892 1.5 9.43492 1.525 9.31592 1.763L7.48992 5.414C7.20092 5.991 6.64392 6.392 5.99992 6.484L1.91192 7.073C1.64192 7.112 1.54992 7.312 1.52192 7.396C1.49692 7.477 1.45692 7.683 1.64292 7.861L4.59892 10.701C5.06992 11.154 5.28392 11.807 5.17192 12.446L4.47592 16.456C4.43292 16.707 4.58992 16.853 4.65992 16.903C4.73392 16.959 4.93192 17.07 5.17692 16.942L8.83192 15.047C9.40792 14.75 10.0939 14.75 10.6679 15.047L14.3219 16.941C14.5679 17.068 14.7659 16.957 14.8409 16.903C14.9109 16.853 15.0679 16.707 15.0249 16.456L14.3269 12.446C14.2149 11.807 14.4289 11.154 14.8999 10.701L17.8559 7.861C18.0429 7.683 18.0029 7.476 17.9769 7.396C17.9499 7.312 17.8579 7.112 17.5879 7.073L13.4999 6.484C12.8569 6.392 12.2999 5.991 12.0109 5.413L10.1829 1.763C10.0649 1.525 9.84092 1.5 9.74992 1.5ZM4.94692 18.5C4.53392 18.5 4.12392 18.37 3.77292 18.114C3.16692 17.67 2.86992 16.937 2.99892 16.199L3.69492 12.189C3.72092 12.04 3.66992 11.889 3.55992 11.783L0.603916 8.943C0.0599161 8.422 -0.135084 7.652 0.0949161 6.937C0.326916 6.214 0.940916 5.697 1.69792 5.589L5.78592 5C5.94392 4.978 6.07992 4.881 6.14792 4.743L7.97492 1.091C8.31192 0.418 8.99192 0 9.74992 0C10.5079 0 11.1879 0.418 11.5249 1.091L13.3529 4.742C13.4219 4.881 13.5569 4.978 13.7139 5L17.8019 5.589C18.5589 5.697 19.1729 6.214 19.4049 6.937C19.6349 7.652 19.4389 8.422 18.8949 8.943L15.9389 11.783C15.8289 11.889 15.7789 12.04 15.8049 12.188L16.5019 16.199C16.6299 16.938 16.3329 17.671 15.7259 18.114C15.1109 18.565 14.3099 18.626 13.6309 18.272L9.97792 16.379C9.83492 16.305 9.66392 16.305 9.52092 16.379L5.86792 18.273C5.57592 18.425 5.26092 18.5 4.94692 18.5Z",fill:"currentColor"})}));Hs.displayName="StartOutline";const Ws=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,viewBox:"0 0 20 19",useFill:!0,children:[i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 11.979V14.024C1.5 14.73 1.774 15.393 2.273 15.892C2.772 16.391 3.436 16.666 4.141 16.666H15.857C17.313 16.666 18.499 15.482 18.5 14.026V11.978C17.214 11.645 16.261 10.474 16.26 9.085C16.26 7.696 17.213 6.525 18.499 6.191L18.5 4.146C18.501 2.688 17.318 1.501 15.861 1.5H4.144C2.687 1.5 1.501 2.685 1.5 4.142V6.259C1.986 6.375 2.437 6.614 2.812 6.964C3.381 7.495 3.709 8.215 3.737 8.993C3.74 10.459 2.787 11.643 1.5 11.979ZM15.857 18.166H4.142C3.035 18.166 1.995 17.736 1.212 16.953C0.43 16.17 0 15.13 0 14.024V11.324C0 10.91 0.336 10.574 0.75 10.574C1.574 10.573 2.24 9.905 2.239 9.085C2.225 8.667 2.065 8.319 1.789 8.061C1.514 7.803 1.158 7.662 0.776 7.683C0.569 7.685 0.375 7.614 0.229 7.473C0.083 7.332 0 7.136 0 6.933V4.143C0.001 1.858 1.86 0 4.144 0H15.856C18.146 0.001 20.002 1.863 20 4.147V6.846C20 7.26 19.664 7.596 19.25 7.596C18.429 7.596 17.76 8.264 17.76 9.084C17.761 9.906 18.429 10.574 19.25 10.574C19.664 10.574 20 10.91 20 11.324V14.024C19.999 16.308 18.14 18.166 15.857 18.166Z"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.10395 8.38103L8.61295 8.87703C8.88895 9.14803 9.01395 9.53403 8.94795 9.91103L8.82795 10.609L9.45695 10.278C9.79595 10.097 10.203 10.098 10.545 10.28L11.17 10.608L11.05 9.90903C10.987 9.52603 11.113 9.14303 11.386 8.87703L11.8949 8.38103L11.1899 8.27903C10.812 8.22403 10.484 7.98603 10.3149 7.64103L9.99995 7.00403L9.68495 7.64203C9.51595 7.98603 9.18795 8.22403 8.80795 8.27903L8.10395 8.38103ZM11.6179 12.387C11.432 12.387 11.246 12.342 11.074 12.251L9.99995 11.688L8.92495 12.252C8.52895 12.459 8.05795 12.426 7.69795 12.164C7.33695 11.901 7.15995 11.465 7.23495 11.025L7.43995 9.82903L6.57095 8.98203C6.25195 8.67103 6.13795 8.21403 6.27495 7.79003C6.41295 7.36503 6.77295 7.06003 7.21395 6.99603L8.41795 6.82003L8.95495 5.73103C9.15195 5.33103 9.55195 5.08203 9.99995 5.08203C10.446 5.08203 10.847 5.33103 11.044 5.73203L11.582 6.82003L12.784 6.99603C13.226 7.06003 13.5869 7.36503 13.7239 7.79003C13.8609 8.21403 13.748 8.67103 13.4279 8.98303L12.558 9.83003L12.7639 11.025C12.8389 11.466 12.661 11.903 12.299 12.165C12.095 12.312 11.8569 12.387 11.6179 12.387Z"})]}));Ws.displayName="TicketOutline";const Us=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,viewBox:"0 0 20 20",useFill:!0,children:[i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10 1.5C5.313 1.5 1.5 5.313 1.5 10C1.5 14.687 5.313 18.5 10 18.5C14.687 18.5 18.5 14.687 18.5 10C18.5 5.313 14.687 1.5 10 1.5ZM10 20C4.486 20 0 15.514 0 10C0 4.486 4.486 0 10 0C15.514 0 20 4.486 20 10C20 15.514 15.514 20 10 20Z",fill:"currentColor"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.9482 11.0137C13.3952 11.0137 12.9432 10.5667 12.9432 10.0137C12.9432 9.46067 13.3862 9.01367 13.9382 9.01367H13.9482C14.5012 9.01367 14.9482 9.46067 14.9482 10.0137C14.9482 10.5667 14.5012 11.0137 13.9482 11.0137Z",fill:"currentColor"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.93845 11.0137C9.38545 11.0137 8.93445 10.5667 8.93445 10.0137C8.93445 9.46067 9.37645 9.01367 9.92945 9.01367H9.93845C10.4914 9.01367 10.9384 9.46067 10.9384 10.0137C10.9384 10.5667 10.4914 11.0137 9.93845 11.0137Z",fill:"currentColor"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.92968 11.0137C5.37668 11.0137 4.92468 10.5667 4.92468 10.0137C4.92468 9.46067 5.36768 9.01367 5.92068 9.01367H5.92968C6.48268 9.01367 6.92968 9.46067 6.92968 10.0137C6.92968 10.5667 6.48268 11.0137 5.92968 11.0137Z",fill:"currentColor"})]}));Us.displayName="MoreCircleOutline";const Ys=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,children:[i.jsx("path",{d:"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z"}),i.jsx("circle",{cx:"15.5",cy:"12",r:"1"}),i.jsx("circle",{cx:"11.5",cy:"12",r:"1"}),i.jsx("circle",{cx:"7.5",cy:"12",r:"1"})]}));Ys.displayName="MoreSquareOutline";const Zs=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,viewBox:"0 0 19 19",useFill:!0,children:i.jsx("path",{d:"M12.2871 7.28027C11.9093 7.28115 11.596 7.00252 11.543 6.63965L11.5352 6.5293L11.5488 0.749023C11.5498 0.33481 11.8866 -0.000957489 12.3008 0C12.6771 0.00109291 12.9883 0.279963 13.041 0.641602L13.0488 0.751953L13.0371 5.77832L18.0635 5.76758C18.4777 5.76662 18.8145 6.10141 18.8154 6.51562C18.8163 6.89214 18.5392 7.20439 18.1777 7.25879L18.0674 7.26758L12.2871 7.28027ZM6.51465 18.8164C6.1383 18.8153 5.82712 18.5364 5.77441 18.1748L5.7666 18.0645L5.77832 13.0371L0.751953 13.0488C0.375542 13.0497 0.0633717 12.7734 0.00878906 12.4121L0 12.3008C-0.000797272 11.9243 0.276207 11.612 0.637695 11.5576L0.748047 11.5488L6.52832 11.5361C6.90611 11.5353 7.2194 11.8139 7.27246 12.1768L7.28027 12.2871L7.2666 18.0674C7.26564 18.4816 6.92886 18.8174 6.51465 18.8164Z"})}));Zs.displayName="ShrinkOutline";const Xs=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M21 9V3h-6M3 15v6h6M21 3l-7 7M10 14l-7 7"})}));Xs.displayName="ExpandOutline";const Gs=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,viewBox:"0 0 20 20",useFill:!0,children:i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.773 9.59876C6.791 9.61476 6.808 9.62976 6.825 9.64776C7.904 10.7538 8.499 12.2188 8.499 13.7738V17.7578L10.735 16.5398C10.911 16.4438 11.02 16.2558 11.02 16.0488V13.7618C11.02 12.2128 11.609 10.7528 12.678 9.65276L17.515 4.50776C17.828 4.17476 18 3.73776 18 3.27676V2.34076C18 1.87676 17.634 1.49976 17.186 1.49976H2.315C1.866 1.49976 1.5 1.87676 1.5 2.34076V3.27676C1.5 3.73776 1.672 4.17476 1.985 4.50676L6.773 9.59876ZM8.146 19.5008C7.944 19.5008 7.744 19.4468 7.562 19.3388C7.21 19.1288 6.999 18.7578 6.999 18.3458V13.7738C6.999 12.6388 6.576 11.5698 5.805 10.7508C5.782 10.7318 5.759 10.7108 5.739 10.6888L0.893 5.53576C0.317 4.92376 0 4.12076 0 3.27676V2.34076C0 1.04976 1.039 -0.000244141 2.315 -0.000244141H17.186C18.461 -0.000244141 19.5 1.04976 19.5 2.34076V3.27676C19.5 4.11976 19.183 4.92176 18.609 5.53476L13.762 10.6888C12.959 11.5168 12.52 12.6058 12.52 13.7618V16.0488C12.52 16.8048 12.111 17.4968 11.453 17.8568L8.692 19.3608C8.52 19.4538 8.333 19.5008 8.146 19.5008Z",fill:"currentColor"})}));Gs.displayName="FunnelOutline";const Dn=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M2 12H22",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));Dn.displayName="MinusOutline";const qs=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,useFill:!0,...e,children:[i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.25 12a.75.75 0 0 1 .75-.75h14a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1-.75-.75Z"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.47 4.47a.75.75 0 0 1 1.06 0l7 7a.75.75 0 0 1 0 1.06l-7 7a.75.75 0 1 1-1.06-1.06L18.94 12l-6.47-6.47a.75.75 0 0 1 0-1.06Z"})]}));qs.displayName="ArrowRightBold";const Js=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M5 12h7m5 0h2m-2 0l-7-7m7 7l-7 7"})}));Js.displayName="ArrowRightBroken";const vr={sm:{paddingX:12,paddingY:5,gap:8,minHeight:28,fontSize:12,lineHeight:18,checkmarkSize:10,checkmarkIcon:7},md:{paddingX:16,paddingY:7,gap:10,minHeight:32,fontSize:12,lineHeight:18,checkmarkSize:12,checkmarkIcon:8},lg:{paddingX:20,paddingY:9,gap:12,minHeight:38,fontSize:14,lineHeight:20,checkmarkSize:14,checkmarkIcon:9}},Qs=j`
|
|
459
|
+
`,Is=({checked:e})=>{const t=it();return xe("svg",{css:An(t),"data-checked":e,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:xe("path",{d:"M13.3332 4.5L5.99984 11.8333L2.6665 8.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})},Ps=({checked:e})=>{const t=it();return xe("svg",{css:An(t),"data-checked":e,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:xe("path",{d:"M3.5 8H12.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})})},De=c.forwardRef((e,t)=>{const{checked:r,defaultChecked:n=!1,indeterminate:o=!1,disabled:s=!1,label:a,onChange:l,className:d,style:u,...h}=e,f=it(),p=c.useRef(null),[x,m]=c.useState(!1),[g,v]=c.useState(n),$=r!==void 0,y=$?r:g;return c.useEffect(()=>{t&&(typeof t=="function"?t(p.current):t.current=p.current)},[t]),c.useEffect(()=>{p.current&&(p.current.indeterminate=o)},[o]),Xt("label",{css:Rs,"data-disabled":s,className:d,style:u,onMouseEnter:()=>!s&&m(!0),onMouseLeave:()=>!s&&m(!1),children:[xe("input",{ref:p,type:"checkbox",checked:y,disabled:s,onChange:k=>{if(s)return;const w=k.target.checked;$||v(w),l==null||l(w,k)},...h}),xe("span",{css:Ls(f),"data-hover":x,"data-checked":y&&!o,"data-indeterminate":o,"data-disabled":s,children:o?xe(Ps,{checked:!0}):xe(Is,{checked:y})}),a&&xe("span",{css:Ms(f),"data-disabled":s,children:a})]})});De.displayName="Checkbox";const G=c.forwardRef(({children:e,size:t=24,color:r="currentColor",viewBox:n="0 0 24 24",useFill:o=!1,strokeWidth:s=1.5,...a},l)=>{const d={ref:l,xmlns:"http://www.w3.org/2000/svg",width:t,height:t,viewBox:n,...a};return o?i.jsx("svg",{...d,fill:r,children:e}):i.jsx("svg",{...d,fill:"none",stroke:r,strokeWidth:s,strokeLinecap:"round",strokeLinejoin:"round",children:e})});G.displayName="IconBase";const Ns=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,viewBox:"0 0 22 22",useFill:!0,children:i.jsx("path",{d:"M0.31074 10.9704C0.310783 10.5562 0.646483 10.2205 1.06066 10.2205L10.2213 10.2218L10.222 1.06742C10.2223 0.653481 10.5579 0.317504 10.9719 0.317505C11.3858 0.317611 11.7215 0.653547 11.7218 1.06742L11.7211 10.2218L20.8824 10.2225C21.2965 10.2227 21.6324 10.5583 21.6324 10.9724C21.6323 11.3865 21.2965 11.7222 20.8824 11.7224L11.7211 11.7217L11.7218 20.8706C11.7218 21.2847 11.386 21.6204 10.9719 21.6205C10.5577 21.6205 10.222 21.2847 10.222 20.8706L10.2213 11.7217L1.06066 11.7203C0.646473 11.7202 0.310739 11.3845 0.31074 10.9704Z",fill:"currentColor"})}));Ns.displayName="AddOutline";const As=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M5 12h14m0 0l-7-7m7 7l-7 7"})}));As.displayName="ArrowRightOutline";const Fs=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M19 12H5m0 0l7-7m-7 7l7 7"})}));Fs.displayName="ArrowLeftOutline";const Os=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,useFill:!0,children:[i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.80273 8.19824C3.38873 8.19824 3.05273 7.86224 3.05273 7.44824V5.30124C3.06573 2.36324 5.44173 0.000244141 8.35473 0.000244141H8.37473C10.6307 0.000244141 12.6447 1.43324 13.3837 3.56724C13.5197 3.95824 13.3117 4.38524 12.9197 4.52124C12.5287 4.65824 12.1017 4.44924 11.9657 4.05724C11.4367 2.52824 9.99173 1.50024 8.37173 1.50024H8.35773C6.26573 1.50024 4.56173 3.19424 4.55273 5.28424V7.44824C4.55273 7.86224 4.21673 8.19824 3.80273 8.19824Z"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.542 8.12695C2.864 8.12695 1.5 9.49195 1.5 11.17V15.458C1.5 17.136 2.864 18.501 4.542 18.501H12.184C13.861 18.501 15.226 17.136 15.226 15.458V11.17C15.226 9.49195 13.861 8.12695 12.184 8.12695H4.542ZM12.184 20.001H4.542C2.037 20.001 0 17.963 0 15.458V11.17C0 8.66495 2.037 6.62695 4.542 6.62695H12.184C14.688 6.62695 16.726 8.66495 16.726 11.17V15.458C16.726 17.963 14.688 20.001 12.184 20.001Z"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.36328 15.1748C7.94928 15.1748 7.61328 14.8388 7.61328 14.4248V12.2028C7.61328 11.7888 7.94928 11.4528 8.36328 11.4528C8.77728 11.4528 9.11328 11.7888 9.11328 12.2028V14.4248C9.11328 14.8388 8.77728 15.1748 8.36328 15.1748Z"})]}));Os.displayName="UnlockOutline";const Ds=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,useFill:!0,children:[i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10 1.5C5.313 1.5 1.5 5.313 1.5 10C1.5 14.687 5.313 18.5 10 18.5C14.687 18.5 18.5 14.687 18.5 10C18.5 5.313 14.687 1.5 10 1.5ZM10 20C4.486 20 0 15.514 0 10C0 4.486 4.486 0 10 0C15.514 0 20 4.486 20 10C20 15.514 15.514 20 10 20Z"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.55858 14.2207C8.36658 14.2207 8.17358 14.1477 8.02758 13.9997C7.73558 13.7057 7.73658 13.2317 8.02958 12.9397L10.9816 9.99968L8.02958 7.06068C7.73658 6.76868 7.73558 6.29368 8.02758 5.99968C8.31958 5.70468 8.79358 5.70668 9.08758 5.99768L12.5736 9.46868C12.7146 9.60968 12.7936 9.80068 12.7936 9.99968C12.7936 10.1997 12.7146 10.3907 12.5736 10.5317L9.08758 14.0017C8.94158 14.1477 8.74958 14.2207 8.55858 14.2207Z"})]}));Ds.displayName="ArrowRightCircleOutline";const Te=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M9 6l6 6-6 6"})}));Te.displayName="ChevronRightOutline";const qe=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M15 6l-6 6 6 6"})}));qe.displayName="ChevronLeftOutline";const at=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M6 9l6 6 6-6"})}));at.displayName="ChevronDownOutline";const br=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M18 15l-6-6-6 6"})}));br.displayName="ChevronUpOutline";const gr=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M12 5v14m-7-7h14",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));gr.displayName="PlusOutline";const Bs=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,children:[i.jsx("path",{d:"M11 2H9C4 2 2 4 2 9v6c0 5 2 7 7 7h6c5 0 7-2 7-7v-2",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),i.jsx("path",{d:"M16.04 3.02001L8.16 10.9C7.86 11.2 7.56 11.79 7.5 12.22L7.07 15.23C6.91 16.32 7.68 17.08 8.77 16.93L11.78 16.5C12.2 16.44 12.79 16.14 13.1 15.84L20.98 7.96001C22.34 6.60001 22.98 5.02001 20.98 3.02001C18.98 1.02001 17.4 1.66001 16.04 3.02001Z",stroke:"currentColor",strokeWidth:"1.5",strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round"}),i.jsx("path",{d:"M14.91 4.1499C15.58 6.5399 17.45 8.4099 19.85 9.0899",stroke:"currentColor",strokeWidth:"1.5",strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round"})]}));Bs.displayName="EditSquareOutline";const _s=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,children:[i.jsx("path",{d:"M13.26 3.6L5.05 12.29C4.74 12.62 4.44 13.27 4.38 13.72L4.01 16.96C3.88 18.13 4.72 18.93 5.88 18.73L9.1 18.18C9.55 18.1 10.18 17.77 10.49 17.43L18.7 8.74C20.12 7.24 20.76 5.53 18.55 3.44C16.35 1.37 14.68 2.1 13.26 3.6Z",stroke:"currentColor",strokeWidth:"1.5",strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round"}),i.jsx("path",{d:"M11.89 5.05C12.32 7.81 14.56 9.92 17.34 10.2",stroke:"currentColor",strokeWidth:"1.5",strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round"}),i.jsx("path",{d:"M3 22H21",stroke:"currentColor",strokeWidth:"1.5",strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round"})]}));_s.displayName="EditOutline";const Fn=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M21 5.98C17.67 5.65 14.32 5.48 10.98 5.48C9 5.48 7.02 5.58 5.04 5.78L3 5.98M8.5 4.97L8.72 3.66C8.88 2.71 9 2 10.69 2H13.31C15 2 15.13 2.75 15.28 3.67L15.5 4.97M18.85 9.14L18.2 19.21C18.09 20.78 18 22 15.21 22H8.79C6 22 5.91 20.78 5.8 19.21L5.15 9.14M10.33 16.5H13.66M9.5 12.5H14.5"})}));Fn.displayName="DeleteOutline";const Ks=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,children:[i.jsx("path",{d:"M17 20.5H7C4 20.5 2 19 2 15.5V8.5C2 5 4 3.5 7 3.5H17C20 3.5 22 5 22 8.5V15.5C22 19 20 20.5 17 20.5Z",stroke:"currentColor",strokeWidth:"1.5",strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round",fill:"none"}),i.jsx("path",{d:"M17 9L13.87 11.5C12.84 12.32 11.15 12.32 10.12 11.5L7 9",stroke:"currentColor",strokeWidth:"1.5",strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round",fill:"none"})]}));Ks.displayName="MessageOutline";const On=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,children:[i.jsx("circle",{cx:"11.7666",cy:"11.7666",r:"8.98856",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",fill:"none"}),i.jsx("path",{d:"M18.0183 18.4851L21.5423 22",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",fill:"none"})]}));On.displayName="SearchOutline";const Vs=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,viewBox:"0 0 22 22",useFill:!0,children:[i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.5979 15.5596C7.1839 15.5596 6.8479 15.2236 6.8479 14.8096V11.0646C6.8479 10.6506 7.1839 10.3146 7.5979 10.3146C8.0119 10.3146 8.3479 10.6506 8.3479 11.0646V14.8096C8.3479 15.2236 8.0119 15.5596 7.5979 15.5596Z",fill:"currentColor"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.50862 13.6865H5.68762C5.27362 13.6865 4.93762 13.3505 4.93762 12.9365C4.93762 12.5225 5.27362 12.1865 5.68762 12.1865H9.50862C9.92262 12.1865 10.2586 12.5225 10.2586 12.9365C10.2586 13.3505 9.92262 13.6865 9.50862 13.6865Z",fill:"currentColor"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.116 11.9287H14.009C13.595 11.9287 13.259 11.5927 13.259 11.1787C13.259 10.7647 13.595 10.4287 14.009 10.4287H14.116C14.53 10.4287 14.866 10.7647 14.866 11.1787C14.866 11.5927 14.53 11.9287 14.116 11.9287Z",fill:"currentColor"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.9295 15.5029H15.8225C15.4085 15.5029 15.0725 15.1669 15.0725 14.7529C15.0725 14.3389 15.4085 14.0029 15.8225 14.0029H15.9295C16.3435 14.0029 16.6795 14.3389 16.6795 14.7529C16.6795 15.1669 16.3435 15.5029 15.9295 15.5029Z",fill:"currentColor"}),i.jsx("mask",{id:"mask0_6909_3794",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"6",y:"0",width:"7",height:"6",children:i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.07166 0H12.1117V5.5879H6.07166V0Z",fill:"white"})}),i.jsx("g",{mask:"url(#mask0_6909_3794)",children:i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.3617 5.58788C10.9477 5.58788 10.6117 5.25188 10.6117 4.83788V4.16288C10.6087 3.43888 9.99466 2.84388 9.24366 2.84088H8.18966C7.02266 2.84088 6.07166 1.90288 6.07166 0.749878C6.07166 0.335878 6.40766 -0.00012207 6.82166 -0.00012207C7.23666 -0.00012207 7.57166 0.335878 7.57166 0.749878C7.57166 1.07588 7.84866 1.34088 8.18966 1.34088H9.24666C10.8197 1.34588 12.1047 2.60988 12.1117 4.15888V4.83788C12.1117 5.25188 11.7757 5.58788 11.3617 5.58788Z",fill:"currentColor"})}),i.jsx("mask",{id:"mask1_6909_3794",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"0",y:"4",width:"22",height:"18",children:i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 4.37329H21.4998V21.5H0V4.37329Z",fill:"white"})}),i.jsx("g",{mask:"url(#mask1_6909_3794)",children:i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.701 5.87304C9.225 5.87304 7.767 5.88604 6.335 5.91004C3.528 5.91004 1.5 7.88804 1.5 10.612V15.262C1.5 17.985 3.528 19.963 6.323 19.963C9.27 20.012 12.241 20.012 15.165 19.963H15.178C17.972 19.963 20 17.985 20 15.262V10.612C20 7.88804 17.972 5.91004 15.178 5.91004C13.674 5.88604 12.179 5.87304 10.701 5.87304ZM10.754 21.5C9.271 21.5 7.786 21.487 6.31 21.463C2.659 21.463 0 18.854 0 15.262V10.612C0 7.01904 2.659 4.41004 6.323 4.41004C9.192 4.36104 12.18 4.36104 15.19 4.41004C18.841 4.41004 21.5 7.01904 21.5 10.612V15.262C21.5 18.852 18.845 21.46 15.184 21.463C13.716 21.487 12.236 21.5 10.754 21.5Z",fill:"currentColor"})})]}));Vs.displayName="GameOutline";const mr=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,viewBox:"0 0 12 12",useFill:!0,children:i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.41575 3.81219C9.53779 3.93423 9.53779 4.1321 9.41575 4.25414L4.90757 8.76231L2.58467 6.4468C2.46243 6.32496 2.46212 6.12709 2.58396 6.00486L2.93695 5.65074C3.05879 5.52851 3.25666 5.52819 3.37889 5.65004L3.46421 5.73508L4.90631 7.17259L8.62025 3.45864C8.74229 3.3366 8.94015 3.3366 9.06219 3.45864L9.41575 3.81219Z",fill:"currentColor"})}));mr.displayName="CheckOutline";const xr=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M18 6L6 18M6 6l12 12"})}));xr.displayName="CloseOutline";const Hs=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,viewBox:"0 0 20 19",useFill:!0,children:i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.74992 1.5C9.65892 1.5 9.43492 1.525 9.31592 1.763L7.48992 5.414C7.20092 5.991 6.64392 6.392 5.99992 6.484L1.91192 7.073C1.64192 7.112 1.54992 7.312 1.52192 7.396C1.49692 7.477 1.45692 7.683 1.64292 7.861L4.59892 10.701C5.06992 11.154 5.28392 11.807 5.17192 12.446L4.47592 16.456C4.43292 16.707 4.58992 16.853 4.65992 16.903C4.73392 16.959 4.93192 17.07 5.17692 16.942L8.83192 15.047C9.40792 14.75 10.0939 14.75 10.6679 15.047L14.3219 16.941C14.5679 17.068 14.7659 16.957 14.8409 16.903C14.9109 16.853 15.0679 16.707 15.0249 16.456L14.3269 12.446C14.2149 11.807 14.4289 11.154 14.8999 10.701L17.8559 7.861C18.0429 7.683 18.0029 7.476 17.9769 7.396C17.9499 7.312 17.8579 7.112 17.5879 7.073L13.4999 6.484C12.8569 6.392 12.2999 5.991 12.0109 5.413L10.1829 1.763C10.0649 1.525 9.84092 1.5 9.74992 1.5ZM4.94692 18.5C4.53392 18.5 4.12392 18.37 3.77292 18.114C3.16692 17.67 2.86992 16.937 2.99892 16.199L3.69492 12.189C3.72092 12.04 3.66992 11.889 3.55992 11.783L0.603916 8.943C0.0599161 8.422 -0.135084 7.652 0.0949161 6.937C0.326916 6.214 0.940916 5.697 1.69792 5.589L5.78592 5C5.94392 4.978 6.07992 4.881 6.14792 4.743L7.97492 1.091C8.31192 0.418 8.99192 0 9.74992 0C10.5079 0 11.1879 0.418 11.5249 1.091L13.3529 4.742C13.4219 4.881 13.5569 4.978 13.7139 5L17.8019 5.589C18.5589 5.697 19.1729 6.214 19.4049 6.937C19.6349 7.652 19.4389 8.422 18.8949 8.943L15.9389 11.783C15.8289 11.889 15.7789 12.04 15.8049 12.188L16.5019 16.199C16.6299 16.938 16.3329 17.671 15.7259 18.114C15.1109 18.565 14.3099 18.626 13.6309 18.272L9.97792 16.379C9.83492 16.305 9.66392 16.305 9.52092 16.379L5.86792 18.273C5.57592 18.425 5.26092 18.5 4.94692 18.5Z",fill:"currentColor"})}));Hs.displayName="StartOutline";const Ws=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,viewBox:"0 0 20 19",useFill:!0,children:[i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 11.979V14.024C1.5 14.73 1.774 15.393 2.273 15.892C2.772 16.391 3.436 16.666 4.141 16.666H15.857C17.313 16.666 18.499 15.482 18.5 14.026V11.978C17.214 11.645 16.261 10.474 16.26 9.085C16.26 7.696 17.213 6.525 18.499 6.191L18.5 4.146C18.501 2.688 17.318 1.501 15.861 1.5H4.144C2.687 1.5 1.501 2.685 1.5 4.142V6.259C1.986 6.375 2.437 6.614 2.812 6.964C3.381 7.495 3.709 8.215 3.737 8.993C3.74 10.459 2.787 11.643 1.5 11.979ZM15.857 18.166H4.142C3.035 18.166 1.995 17.736 1.212 16.953C0.43 16.17 0 15.13 0 14.024V11.324C0 10.91 0.336 10.574 0.75 10.574C1.574 10.573 2.24 9.905 2.239 9.085C2.225 8.667 2.065 8.319 1.789 8.061C1.514 7.803 1.158 7.662 0.776 7.683C0.569 7.685 0.375 7.614 0.229 7.473C0.083 7.332 0 7.136 0 6.933V4.143C0.001 1.858 1.86 0 4.144 0H15.856C18.146 0.001 20.002 1.863 20 4.147V6.846C20 7.26 19.664 7.596 19.25 7.596C18.429 7.596 17.76 8.264 17.76 9.084C17.761 9.906 18.429 10.574 19.25 10.574C19.664 10.574 20 10.91 20 11.324V14.024C19.999 16.308 18.14 18.166 15.857 18.166Z"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.10395 8.38103L8.61295 8.87703C8.88895 9.14803 9.01395 9.53403 8.94795 9.91103L8.82795 10.609L9.45695 10.278C9.79595 10.097 10.203 10.098 10.545 10.28L11.17 10.608L11.05 9.90903C10.987 9.52603 11.113 9.14303 11.386 8.87703L11.8949 8.38103L11.1899 8.27903C10.812 8.22403 10.484 7.98603 10.3149 7.64103L9.99995 7.00403L9.68495 7.64203C9.51595 7.98603 9.18795 8.22403 8.80795 8.27903L8.10395 8.38103ZM11.6179 12.387C11.432 12.387 11.246 12.342 11.074 12.251L9.99995 11.688L8.92495 12.252C8.52895 12.459 8.05795 12.426 7.69795 12.164C7.33695 11.901 7.15995 11.465 7.23495 11.025L7.43995 9.82903L6.57095 8.98203C6.25195 8.67103 6.13795 8.21403 6.27495 7.79003C6.41295 7.36503 6.77295 7.06003 7.21395 6.99603L8.41795 6.82003L8.95495 5.73103C9.15195 5.33103 9.55195 5.08203 9.99995 5.08203C10.446 5.08203 10.847 5.33103 11.044 5.73203L11.582 6.82003L12.784 6.99603C13.226 7.06003 13.5869 7.36503 13.7239 7.79003C13.8609 8.21403 13.748 8.67103 13.4279 8.98303L12.558 9.83003L12.7639 11.025C12.8389 11.466 12.661 11.903 12.299 12.165C12.095 12.312 11.8569 12.387 11.6179 12.387Z"})]}));Ws.displayName="TicketOutline";const Us=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,viewBox:"0 0 20 20",useFill:!0,children:[i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10 1.5C5.313 1.5 1.5 5.313 1.5 10C1.5 14.687 5.313 18.5 10 18.5C14.687 18.5 18.5 14.687 18.5 10C18.5 5.313 14.687 1.5 10 1.5ZM10 20C4.486 20 0 15.514 0 10C0 4.486 4.486 0 10 0C15.514 0 20 4.486 20 10C20 15.514 15.514 20 10 20Z",fill:"currentColor"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.9482 11.0137C13.3952 11.0137 12.9432 10.5667 12.9432 10.0137C12.9432 9.46067 13.3862 9.01367 13.9382 9.01367H13.9482C14.5012 9.01367 14.9482 9.46067 14.9482 10.0137C14.9482 10.5667 14.5012 11.0137 13.9482 11.0137Z",fill:"currentColor"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.93845 11.0137C9.38545 11.0137 8.93445 10.5667 8.93445 10.0137C8.93445 9.46067 9.37645 9.01367 9.92945 9.01367H9.93845C10.4914 9.01367 10.9384 9.46067 10.9384 10.0137C10.9384 10.5667 10.4914 11.0137 9.93845 11.0137Z",fill:"currentColor"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.92968 11.0137C5.37668 11.0137 4.92468 10.5667 4.92468 10.0137C4.92468 9.46067 5.36768 9.01367 5.92068 9.01367H5.92968C6.48268 9.01367 6.92968 9.46067 6.92968 10.0137C6.92968 10.5667 6.48268 11.0137 5.92968 11.0137Z",fill:"currentColor"})]}));Us.displayName="MoreCircleOutline";const Ys=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,children:[i.jsx("path",{d:"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z"}),i.jsx("circle",{cx:"15.5",cy:"12",r:"1"}),i.jsx("circle",{cx:"11.5",cy:"12",r:"1"}),i.jsx("circle",{cx:"7.5",cy:"12",r:"1"})]}));Ys.displayName="MoreSquareOutline";const Zs=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,viewBox:"0 0 19 19",useFill:!0,children:i.jsx("path",{d:"M12.2871 7.28027C11.9093 7.28115 11.596 7.00252 11.543 6.63965L11.5352 6.5293L11.5488 0.749023C11.5498 0.33481 11.8866 -0.000957489 12.3008 0C12.6771 0.00109291 12.9883 0.279963 13.041 0.641602L13.0488 0.751953L13.0371 5.77832L18.0635 5.76758C18.4777 5.76662 18.8145 6.10141 18.8154 6.51562C18.8163 6.89214 18.5392 7.20439 18.1777 7.25879L18.0674 7.26758L12.2871 7.28027ZM6.51465 18.8164C6.1383 18.8153 5.82712 18.5364 5.77441 18.1748L5.7666 18.0645L5.77832 13.0371L0.751953 13.0488C0.375542 13.0497 0.0633717 12.7734 0.00878906 12.4121L0 12.3008C-0.000797272 11.9243 0.276207 11.612 0.637695 11.5576L0.748047 11.5488L6.52832 11.5361C6.90611 11.5353 7.2194 11.8139 7.27246 12.1768L7.28027 12.2871L7.2666 18.0674C7.26564 18.4816 6.92886 18.8174 6.51465 18.8164Z"})}));Zs.displayName="ShrinkOutline";const Xs=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M21 9V3h-6M3 15v6h6M21 3l-7 7M10 14l-7 7"})}));Xs.displayName="ExpandOutline";const Gs=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,viewBox:"0 0 20 20",useFill:!0,children:i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.773 9.59876C6.791 9.61476 6.808 9.62976 6.825 9.64776C7.904 10.7538 8.499 12.2188 8.499 13.7738V17.7578L10.735 16.5398C10.911 16.4438 11.02 16.2558 11.02 16.0488V13.7618C11.02 12.2128 11.609 10.7528 12.678 9.65276L17.515 4.50776C17.828 4.17476 18 3.73776 18 3.27676V2.34076C18 1.87676 17.634 1.49976 17.186 1.49976H2.315C1.866 1.49976 1.5 1.87676 1.5 2.34076V3.27676C1.5 3.73776 1.672 4.17476 1.985 4.50676L6.773 9.59876ZM8.146 19.5008C7.944 19.5008 7.744 19.4468 7.562 19.3388C7.21 19.1288 6.999 18.7578 6.999 18.3458V13.7738C6.999 12.6388 6.576 11.5698 5.805 10.7508C5.782 10.7318 5.759 10.7108 5.739 10.6888L0.893 5.53576C0.317 4.92376 0 4.12076 0 3.27676V2.34076C0 1.04976 1.039 -0.000244141 2.315 -0.000244141H17.186C18.461 -0.000244141 19.5 1.04976 19.5 2.34076V3.27676C19.5 4.11976 19.183 4.92176 18.609 5.53476L13.762 10.6888C12.959 11.5168 12.52 12.6058 12.52 13.7618V16.0488C12.52 16.8048 12.111 17.4968 11.453 17.8568L8.692 19.3608C8.52 19.4538 8.333 19.5008 8.146 19.5008Z",fill:"currentColor"})}));Gs.displayName="FunnelOutline";const Dn=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M2 12H22",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));Dn.displayName="MinusOutline";const qs=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,useFill:!0,...e,children:[i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.25 12a.75.75 0 0 1 .75-.75h14a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1-.75-.75Z"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.47 4.47a.75.75 0 0 1 1.06 0l7 7a.75.75 0 0 1 0 1.06l-7 7a.75.75 0 1 1-1.06-1.06L18.94 12l-6.47-6.47a.75.75 0 0 1 0-1.06Z"})]}));qs.displayName="ArrowRightBold";const Js=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M5 12h7m5 0h2m-2 0l-7-7m7 7l-7 7"})}));Js.displayName="ArrowRightBroken";const vr={sm:{paddingX:12,paddingY:5,gap:8,minHeight:28,fontSize:12,lineHeight:18,checkmarkSize:10,checkmarkIcon:7},md:{paddingX:16,paddingY:7,gap:10,minHeight:32,fontSize:12,lineHeight:18,checkmarkSize:12,checkmarkIcon:8},lg:{paddingX:20,paddingY:9,gap:12,minHeight:38,fontSize:14,lineHeight:20,checkmarkSize:14,checkmarkIcon:9}},Qs=C`
|
|
460
460
|
display: inline-flex;
|
|
461
461
|
cursor: pointer;
|
|
462
462
|
user-select: none;
|
|
@@ -483,7 +483,7 @@
|
|
|
483
483
|
&[data-disabled="true"] {
|
|
484
484
|
cursor: not-allowed;
|
|
485
485
|
}
|
|
486
|
-
`,ea=(e,t="md")=>{const r=vr[t];return
|
|
486
|
+
`,ea=(e,t="md")=>{const r=vr[t];return C`
|
|
487
487
|
position: relative;
|
|
488
488
|
display: inline-flex;
|
|
489
489
|
align-items: center;
|
|
@@ -548,7 +548,7 @@
|
|
|
548
548
|
outline: 2px solid ${e.global.colors.blue[500]};
|
|
549
549
|
outline-offset: 2px;
|
|
550
550
|
}
|
|
551
|
-
`},ta=(e,t="md")=>{const{checkmarkSize:r,checkmarkIcon:n}=vr[t];return
|
|
551
|
+
`},ta=(e,t="md")=>{const{checkmarkSize:r,checkmarkIcon:n}=vr[t];return C`
|
|
552
552
|
position: absolute;
|
|
553
553
|
bottom: 0;
|
|
554
554
|
right: 0;
|
|
@@ -598,7 +598,7 @@
|
|
|
598
598
|
&[data-disabled="true"] svg {
|
|
599
599
|
color: ${e.global.colors.neutral[100]}; /* #f0f2f4 */
|
|
600
600
|
}
|
|
601
|
-
`},Bn=c.forwardRef((e,t)=>{const{checked:r,defaultChecked:n=!1,disabled:o=!1,label:s,size:a="md",onChange:l,className:d,style:u,...h}=e,f=it(),p=c.useRef(null),[x,m]=c.useState(!1),[
|
|
601
|
+
`},Bn=c.forwardRef((e,t)=>{const{checked:r,defaultChecked:n=!1,disabled:o=!1,label:s,size:a="md",onChange:l,className:d,style:u,...h}=e,f=it(),p=c.useRef(null),[x,m]=c.useState(!1),[g,v]=c.useState(n),$=r!==void 0,y=$?r:g;c.useEffect(()=>{t&&(typeof t=="function"?t(p.current):t.current=p.current)},[t]);const j=w=>{if(o)return;const R=w.target.checked;$||v(R),l==null||l(R,w)},k=vr[a];return Xt("label",{css:Qs,"data-disabled":o,className:d,style:u,onMouseEnter:()=>!o&&m(!0),onMouseLeave:()=>!o&&m(!1),children:[xe("input",{ref:p,type:"checkbox",checked:y,disabled:o,onChange:j,...h}),Xt("span",{css:ea(f,a),"data-hover":x,"data-checked":y,"data-disabled":o,"data-size":a,children:[s,y&&xe("span",{css:ta(f,a),"data-disabled":o,"data-size":a,children:xe(mr,{size:k.checkmarkIcon})})]})]})});Bn.displayName="CheckboxButton";const ra=Me`
|
|
602
602
|
from {
|
|
603
603
|
opacity: 0;
|
|
604
604
|
transform: translateY(-8px);
|
|
@@ -630,15 +630,15 @@
|
|
|
630
630
|
to {
|
|
631
631
|
transform: rotate(-90deg);
|
|
632
632
|
}
|
|
633
|
-
`;const oa=
|
|
633
|
+
`;const oa=b.div`
|
|
634
634
|
width: 100%;
|
|
635
635
|
border: 1px solid ${({theme:e})=>e.components.collapse.border.default};
|
|
636
636
|
border-radius: ${({theme:e})=>e.components.collapse.borderRadius};
|
|
637
637
|
background: ${({theme:e})=>e.components.collapse.background.default};
|
|
638
638
|
overflow: hidden;
|
|
639
|
-
`,ia=
|
|
639
|
+
`,ia=b.div`
|
|
640
640
|
border-bottom: ${({isLast:e,theme:t})=>e?"none":`1px solid ${t.components.collapse.divider}`};
|
|
641
|
-
`,sa=
|
|
641
|
+
`,sa=b.div`
|
|
642
642
|
display: flex;
|
|
643
643
|
align-items: center;
|
|
644
644
|
gap: ${({theme:e})=>e.components.collapse.gap};
|
|
@@ -648,7 +648,7 @@
|
|
|
648
648
|
transition: background ${({theme:e})=>e.components.collapse.transition};
|
|
649
649
|
|
|
650
650
|
/* Hover 状态 */
|
|
651
|
-
${({isDisabled:e,theme:t})=>!e&&
|
|
651
|
+
${({isDisabled:e,theme:t})=>!e&&C`
|
|
652
652
|
&:hover {
|
|
653
653
|
background: ${t.components.collapse.background.hover};
|
|
654
654
|
}
|
|
@@ -661,10 +661,10 @@
|
|
|
661
661
|
}
|
|
662
662
|
|
|
663
663
|
/* 禁用状态 */
|
|
664
|
-
${({isDisabled:e})=>e&&
|
|
664
|
+
${({isDisabled:e})=>e&&C`
|
|
665
665
|
opacity: 0.5;
|
|
666
666
|
`}
|
|
667
|
-
`,aa=
|
|
667
|
+
`,aa=b.div`
|
|
668
668
|
display: inline-flex;
|
|
669
669
|
align-items: center;
|
|
670
670
|
justify-content: center;
|
|
@@ -679,13 +679,13 @@
|
|
|
679
679
|
width: 100%;
|
|
680
680
|
height: 100%;
|
|
681
681
|
}
|
|
682
|
-
`,la=
|
|
682
|
+
`,la=b.div`
|
|
683
683
|
flex: 1;
|
|
684
684
|
display: flex;
|
|
685
685
|
align-items: center;
|
|
686
686
|
gap: ${({theme:e})=>e.components.collapse.gap};
|
|
687
687
|
min-width: 0; /* 允许内容收缩 */
|
|
688
|
-
`,ca=
|
|
688
|
+
`,ca=b.p`
|
|
689
689
|
margin: 0;
|
|
690
690
|
font-family: ${({theme:e})=>e.global.typography.fontFamily};
|
|
691
691
|
font-size: 14px;
|
|
@@ -693,25 +693,25 @@
|
|
|
693
693
|
color: ${({theme:e})=>e.components.collapse.text.title};
|
|
694
694
|
white-space: pre-wrap;
|
|
695
695
|
word-break: break-word;
|
|
696
|
-
`,da=
|
|
696
|
+
`,da=b.div`
|
|
697
697
|
display: flex;
|
|
698
698
|
align-items: center;
|
|
699
699
|
gap: 12px;
|
|
700
700
|
flex-shrink: 0;
|
|
701
|
-
`,ua=
|
|
701
|
+
`,ua=b.div`
|
|
702
702
|
max-height: ${({isExpanded:e,contentHeight:t})=>e?`${t}px`:"0px"};
|
|
703
703
|
overflow: hidden;
|
|
704
704
|
transition: max-height ${({theme:e})=>e.components.collapse.transition};
|
|
705
|
-
`,fa=
|
|
705
|
+
`,fa=b.div`
|
|
706
706
|
padding: ${({theme:e})=>e.components.collapse.padding.content};
|
|
707
707
|
border-top: 1px solid ${({theme:e})=>e.components.collapse.divider};
|
|
708
708
|
|
|
709
|
-
${({isExpanded:e})=>e?
|
|
709
|
+
${({isExpanded:e})=>e?C`
|
|
710
710
|
animation: ${ra} 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
|
|
711
|
-
`:
|
|
711
|
+
`:C`
|
|
712
712
|
animation: ${na} 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
|
|
713
713
|
`}
|
|
714
|
-
`,pa=
|
|
714
|
+
`,pa=b.div`
|
|
715
715
|
font-family: ${({theme:e})=>e.global.typography.fontFamily};
|
|
716
716
|
font-size: 12px;
|
|
717
717
|
line-height: 22px;
|
|
@@ -724,7 +724,7 @@
|
|
|
724
724
|
margin-bottom: 0;
|
|
725
725
|
}
|
|
726
726
|
}
|
|
727
|
-
`,_n=c.forwardRef(({activeKey:e,defaultActiveKey:t=[],accordion:r=!1,onChange:n,children:o,className:s},a)=>{const[l,d]=c.useState(t),u=e!==void 0,h=u?e:l,f=Array.isArray(h)?h:[h],p=(m,
|
|
727
|
+
`,_n=c.forwardRef(({activeKey:e,defaultActiveKey:t=[],accordion:r=!1,onChange:n,children:o,className:s},a)=>{const[l,d]=c.useState(t),u=e!==void 0,h=u?e:l,f=Array.isArray(h)?h:[h],p=(m,g)=>{let v;if(r)v=g?m:"";else{const $=Array.isArray(h)?[...h]:h?[h]:[];g?v=[...$,m]:v=$.filter(y=>y!==m)}u||d(v),n==null||n(v)},x=()=>{const m=c.Children.toArray(o).filter(c.isValidElement),g=m.length;return m.map((v,$)=>{const y=v.props.itemKey,j=f.includes(y),k=$===g-1;return c.cloneElement(v,{...v.props,expanded:j,last:k,onChange:p})})};return i.jsx(oa,{ref:a,className:s,role:"region",children:x()})});_n.displayName="Collapse";const Kn=c.forwardRef(({itemKey:e,title:t,children:r,suffix:n,expanded:o=!1,disabled:s=!1,last:a=!1,onChange:l,className:d},u)=>{const h=c.useRef(null),[f,p]=c.useState(0);c.useEffect(()=>{h.current&&p(h.current.scrollHeight)},[r,o]);const x=()=>{s||l==null||l(e,!o)},m=g=>{s||(g.key===" "||g.key==="Enter")&&(g.preventDefault(),x())};return i.jsxs(ia,{ref:u,isLast:a,className:d,children:[i.jsxs(sa,{isExpanded:o,isDisabled:s,onClick:x,onKeyDown:m,role:"button",tabIndex:s?-1:0,"aria-expanded":o,"aria-disabled":s,"aria-controls":`collapse-content-${e}`,children:[i.jsx(aa,{isExpanded:o,"aria-hidden":"true",children:i.jsx(at,{})}),i.jsx(la,{children:typeof t=="string"?i.jsx(ca,{children:t}):t}),n&&i.jsx(da,{children:n})]}),i.jsx(ua,{isExpanded:o,contentHeight:f,id:`collapse-content-${e}`,role:"region","aria-labelledby":`collapse-header-${e}`,children:i.jsx(fa,{ref:h,isExpanded:o,children:typeof r=="string"?i.jsx(pa,{children:r}):r})})]})});Kn.displayName="CollapseItem";const ha=["default","primary"],ba=["circle","square"],ga=(e,t)=>{const r=t.components.floatButton[e];return C`
|
|
728
728
|
background-color: ${r.background.default};
|
|
729
729
|
color: ${r.text.default};
|
|
730
730
|
border: 1px solid ${r.border.default};
|
|
@@ -740,15 +740,15 @@
|
|
|
740
740
|
background-color: ${r.background.active};
|
|
741
741
|
transform: scale(0.95);
|
|
742
742
|
}
|
|
743
|
-
`},ma=(e,t,r)=>{const n=r.components.floatButton.size[t];return e==="circle"?
|
|
743
|
+
`},ma=(e,t,r)=>{const n=r.components.floatButton.size[t];return e==="circle"?C`
|
|
744
744
|
width: ${n.size};
|
|
745
745
|
height: ${n.size};
|
|
746
746
|
border-radius: 50%;
|
|
747
|
-
`:
|
|
747
|
+
`:C`
|
|
748
748
|
width: ${n.size};
|
|
749
749
|
height: ${n.size};
|
|
750
750
|
border-radius: ${r.global.radii.r2};
|
|
751
|
-
`},xa=
|
|
751
|
+
`},xa=b.button`
|
|
752
752
|
position: relative;
|
|
753
753
|
display: inline-flex;
|
|
754
754
|
align-items: center;
|
|
@@ -761,7 +761,7 @@
|
|
|
761
761
|
z-index: 999;
|
|
762
762
|
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
763
763
|
|
|
764
|
-
${({$buttonType:e,theme:t})=>
|
|
764
|
+
${({$buttonType:e,theme:t})=>ga(e,t)}
|
|
765
765
|
${({$shape:e,$size:t,theme:r})=>ma(e,t,r)}
|
|
766
766
|
|
|
767
767
|
&:disabled {
|
|
@@ -776,7 +776,7 @@
|
|
|
776
776
|
outline: 2px solid ${({theme:e})=>e.semantic.colors.brand.primary};
|
|
777
777
|
outline-offset: 2px;
|
|
778
778
|
}
|
|
779
|
-
`,va=
|
|
779
|
+
`,va=b.span`
|
|
780
780
|
display: flex;
|
|
781
781
|
flex-direction: column;
|
|
782
782
|
align-items: center;
|
|
@@ -784,7 +784,7 @@
|
|
|
784
784
|
gap: ${({theme:e})=>e.global.spacing.xs};
|
|
785
785
|
width: 100%;
|
|
786
786
|
height: 100%;
|
|
787
|
-
`,ya=
|
|
787
|
+
`,ya=b.span`
|
|
788
788
|
display: inline-flex;
|
|
789
789
|
align-items: center;
|
|
790
790
|
justify-content: center;
|
|
@@ -795,7 +795,7 @@
|
|
|
795
795
|
width: 1em;
|
|
796
796
|
height: 1em;
|
|
797
797
|
}
|
|
798
|
-
|
|
798
|
+
`,ka=b.span`
|
|
799
799
|
font-size: ${({theme:e})=>e.components.floatButton.description.fontSize};
|
|
800
800
|
line-height: ${({theme:e})=>e.components.floatButton.description.lineHeight};
|
|
801
801
|
color: inherit;
|
|
@@ -805,30 +805,30 @@
|
|
|
805
805
|
text-overflow: ellipsis;
|
|
806
806
|
max-width: 100%;
|
|
807
807
|
padding: 0 ${({theme:e})=>e.global.spacing.xs};
|
|
808
|
-
`,
|
|
808
|
+
`,wa=b.div`
|
|
809
809
|
position: relative;
|
|
810
810
|
display: inline-flex;
|
|
811
|
-
|
|
811
|
+
`,$a=e=>{switch(e){case"top":return C`
|
|
812
812
|
bottom: 100%;
|
|
813
813
|
left: 50%;
|
|
814
814
|
transform: translateX(-50%);
|
|
815
815
|
margin-bottom: 8px;
|
|
816
|
-
`;case"bottom":return
|
|
816
|
+
`;case"bottom":return C`
|
|
817
817
|
top: 100%;
|
|
818
818
|
left: 50%;
|
|
819
819
|
transform: translateX(-50%);
|
|
820
820
|
margin-top: 8px;
|
|
821
|
-
`;case"left":return
|
|
821
|
+
`;case"left":return C`
|
|
822
822
|
right: 100%;
|
|
823
823
|
top: 50%;
|
|
824
824
|
transform: translateY(-50%);
|
|
825
825
|
margin-right: 8px;
|
|
826
|
-
`;case"right":return
|
|
826
|
+
`;case"right":return C`
|
|
827
827
|
left: 100%;
|
|
828
828
|
top: 50%;
|
|
829
829
|
transform: translateY(-50%);
|
|
830
830
|
margin-left: 8px;
|
|
831
|
-
`}},Sa=
|
|
831
|
+
`}},Sa=b.div`
|
|
832
832
|
position: absolute;
|
|
833
833
|
z-index: 1050;
|
|
834
834
|
padding: 6px 8px;
|
|
@@ -843,7 +843,7 @@
|
|
|
843
843
|
white-space: nowrap;
|
|
844
844
|
animation: tooltipFadeIn 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
845
845
|
|
|
846
|
-
${({$placement:e})
|
|
846
|
+
${({$placement:e})=>$a(e)}
|
|
847
847
|
|
|
848
848
|
@keyframes tooltipFadeIn {
|
|
849
849
|
from {
|
|
@@ -853,53 +853,53 @@
|
|
|
853
853
|
opacity: 1;
|
|
854
854
|
}
|
|
855
855
|
}
|
|
856
|
-
`,Ca=e=>{switch(e){case"top":return
|
|
856
|
+
`,Ca=e=>{switch(e){case"top":return C`
|
|
857
857
|
bottom: -${5}px;
|
|
858
858
|
left: 50%;
|
|
859
859
|
transform: translateX(-50%);
|
|
860
860
|
border-left: ${5}px solid transparent;
|
|
861
861
|
border-right: ${5}px solid transparent;
|
|
862
862
|
border-top: ${5}px solid currentColor;
|
|
863
|
-
`;case"bottom":return
|
|
863
|
+
`;case"bottom":return C`
|
|
864
864
|
top: -${5}px;
|
|
865
865
|
left: 50%;
|
|
866
866
|
transform: translateX(-50%);
|
|
867
867
|
border-left: ${5}px solid transparent;
|
|
868
868
|
border-right: ${5}px solid transparent;
|
|
869
869
|
border-bottom: ${5}px solid currentColor;
|
|
870
|
-
`;case"left":return
|
|
870
|
+
`;case"left":return C`
|
|
871
871
|
right: -${5}px;
|
|
872
872
|
top: 50%;
|
|
873
873
|
transform: translateY(-50%);
|
|
874
874
|
border-top: ${5}px solid transparent;
|
|
875
875
|
border-bottom: ${5}px solid transparent;
|
|
876
876
|
border-left: ${5}px solid currentColor;
|
|
877
|
-
`;case"right":return
|
|
877
|
+
`;case"right":return C`
|
|
878
878
|
left: -${5}px;
|
|
879
879
|
top: 50%;
|
|
880
880
|
transform: translateY(-50%);
|
|
881
881
|
border-top: ${5}px solid transparent;
|
|
882
882
|
border-bottom: ${5}px solid transparent;
|
|
883
883
|
border-right: ${5}px solid currentColor;
|
|
884
|
-
`}},ja=
|
|
884
|
+
`}},ja=b.span`
|
|
885
885
|
position: absolute;
|
|
886
886
|
width: 0;
|
|
887
887
|
height: 0;
|
|
888
888
|
color: ${({$color:e})=>e||"rgba(0, 0, 0, 0.85)"};
|
|
889
889
|
|
|
890
890
|
${({$placement:e})=>Ca(e)}
|
|
891
|
-
`,Ea=ha,Ta=
|
|
892
|
-
height:
|
|
893
|
-
font-size:
|
|
894
|
-
padding-inline:
|
|
891
|
+
`,Ea=ha,Ta=ba,Vn=c.forwardRef(({buttonType:e="default",shape:t="circle",size:r="md",icon:n,description:o,tooltip:s,disabled:a,isDisabled:l,className:d,style:u,...h},f)=>{const p=c.useRef(null),x=f||p,[m,g]=c.useState(!1),v=a??l,{buttonProps:$,isPressed:y}=X.useButton({...h,isDisabled:v,elementType:"button"},p),j=typeof s=="object"&&s!==null&&"title"in s,k=j?s:null,w=(k==null?void 0:k.title)??(j?null:s),R=k==null?void 0:k.color,T=(k==null?void 0:k.placement)??"top",I=!!w;return i.jsxs(wa,{onMouseEnter:()=>I&&g(!0),onMouseLeave:()=>I&&g(!1),children:[I&&m&&i.jsxs(Sa,{$placement:T,$color:R,children:[w,i.jsx(ja,{$placement:T,$color:R})]}),i.jsx(xa,{...Re($,{ref:x,className:d,style:u}),$buttonType:e,$shape:t,$size:r,$isPressed:y,children:i.jsxs(va,{children:[n&&i.jsx(ya,{children:n}),o&&i.jsx(ka,{children:o})]})})]})});Vn.displayName="FloatButton";const za=e=>C`
|
|
892
|
+
height: var(--ksd-input-${e}-height);
|
|
893
|
+
font-size: var(--ksd-input-${e}-font-size);
|
|
894
|
+
padding-inline: var(--ksd-input-${e}-padding-inline);
|
|
895
895
|
|
|
896
896
|
/* 图标尺寸 */
|
|
897
897
|
svg {
|
|
898
|
-
width:
|
|
899
|
-
height:
|
|
898
|
+
width: var(--ksd-input-${e}-icon-size);
|
|
899
|
+
height: var(--ksd-input-${e}-icon-size);
|
|
900
900
|
flex-shrink: 0;
|
|
901
901
|
}
|
|
902
|
-
|
|
902
|
+
`,Ra=b.div`
|
|
903
903
|
/* 基础样式 */
|
|
904
904
|
position: relative;
|
|
905
905
|
display: inline-flex;
|
|
@@ -910,36 +910,54 @@
|
|
|
910
910
|
|
|
911
911
|
/* 边框样式 */
|
|
912
912
|
border: 1px solid;
|
|
913
|
-
border-color:
|
|
914
|
-
border-radius:
|
|
913
|
+
border-color: var(--ksd-input-border-default);
|
|
914
|
+
border-radius: var(--ksd-input-border-radius);
|
|
915
915
|
|
|
916
916
|
/* 背景色 */
|
|
917
|
-
background:
|
|
917
|
+
background: var(--ksd-input-bg-default);
|
|
918
918
|
|
|
919
919
|
/* 过渡动画 */
|
|
920
|
-
transition:
|
|
921
|
-
|
|
920
|
+
transition:
|
|
921
|
+
border-color var(--ksd-input-transition),
|
|
922
|
+
background var(--ksd-input-transition);
|
|
922
923
|
|
|
923
924
|
/* 尺寸样式 */
|
|
924
|
-
${({size:e
|
|
925
|
+
${({size:e})=>za(e)}
|
|
926
|
+
|
|
927
|
+
/* Hover 状态 */
|
|
928
|
+
${({isHovered:e,isFocused:t,isError:r,isDisabled:n})=>e&&!t&&!r&&!n&&C`
|
|
929
|
+
border-color: var(--ksd-input-border-hover);
|
|
930
|
+
`}
|
|
931
|
+
|
|
932
|
+
/* Focus 状态 */
|
|
933
|
+
${({isFocused:e,isError:t,isDisabled:r})=>e&&!t&&!r&&C`
|
|
934
|
+
border-color: var(--ksd-input-border-focus);
|
|
935
|
+
`}
|
|
936
|
+
|
|
937
|
+
/* Error 状态 */
|
|
938
|
+
${({isError:e,isDisabled:t})=>e&&!t&&C`
|
|
939
|
+
border-color: var(--ksd-input-border-error);
|
|
940
|
+
`}
|
|
925
941
|
|
|
926
942
|
/* 禁用状态 */
|
|
927
|
-
${({isDisabled:e})=>e&&
|
|
943
|
+
${({isDisabled:e})=>e&&C`
|
|
928
944
|
cursor: not-allowed;
|
|
929
|
-
opacity:
|
|
945
|
+
opacity: var(--ksd-input-disabled-opacity);
|
|
946
|
+
background: var(--ksd-input-bg-disabled);
|
|
947
|
+
border-color: var(--ksd-input-border-disabled);
|
|
930
948
|
`}
|
|
931
949
|
|
|
932
950
|
/* 全宽模式 */
|
|
933
|
-
${({fullWidth:e})=>e&&
|
|
951
|
+
${({fullWidth:e})=>e&&C`
|
|
934
952
|
width: 100%;
|
|
935
953
|
`}
|
|
936
|
-
`,
|
|
954
|
+
`,La=b.div`
|
|
937
955
|
display: flex;
|
|
938
956
|
align-items: center;
|
|
939
|
-
gap:
|
|
957
|
+
gap: var(--ksd-input-gap);
|
|
940
958
|
width: 100%;
|
|
941
959
|
height: 100%;
|
|
942
|
-
`,
|
|
960
|
+
`,Ma=b.input`
|
|
943
961
|
/* 重置默认样式 */
|
|
944
962
|
flex: 1;
|
|
945
963
|
min-width: 0;
|
|
@@ -950,23 +968,29 @@
|
|
|
950
968
|
margin: 0;
|
|
951
969
|
|
|
952
970
|
/* 字体样式 */
|
|
953
|
-
font-family:
|
|
971
|
+
font-family: var(--ksd-typography-font-family);
|
|
954
972
|
font-size: inherit;
|
|
955
973
|
line-height: 1.5;
|
|
956
|
-
color:
|
|
974
|
+
color: var(--ksd-input-text-default);
|
|
957
975
|
|
|
958
|
-
/*
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
}
|
|
976
|
+
/* 错误状态文字颜色 */
|
|
977
|
+
${({isError:e})=>e&&C`
|
|
978
|
+
color: var(--ksd-input-text-error);
|
|
979
|
+
`}
|
|
963
980
|
|
|
964
|
-
/*
|
|
965
|
-
${({isDisabled:e})=>e&&
|
|
981
|
+
/* 禁用状态文字颜色 */
|
|
982
|
+
${({isDisabled:e})=>e&&C`
|
|
983
|
+
color: var(--ksd-input-text-disabled);
|
|
966
984
|
cursor: not-allowed;
|
|
967
985
|
user-select: none;
|
|
968
986
|
`}
|
|
969
987
|
|
|
988
|
+
/* 占位符样式 */
|
|
989
|
+
&::placeholder {
|
|
990
|
+
color: var(--ksd-input-text-placeholder);
|
|
991
|
+
opacity: 1;
|
|
992
|
+
}
|
|
993
|
+
|
|
970
994
|
/* 移除默认的 focus 样式 */
|
|
971
995
|
&:focus {
|
|
972
996
|
outline: none;
|
|
@@ -983,21 +1007,31 @@
|
|
|
983
1007
|
&[type='number'] {
|
|
984
1008
|
-moz-appearance: textfield;
|
|
985
1009
|
}
|
|
986
|
-
`,Vr=
|
|
1010
|
+
`,Vr=b.span`
|
|
987
1011
|
display: inline-flex;
|
|
988
1012
|
align-items: center;
|
|
989
1013
|
justify-content: center;
|
|
990
1014
|
flex-shrink: 0;
|
|
991
1015
|
line-height: 0;
|
|
992
1016
|
|
|
993
|
-
/*
|
|
994
|
-
color:
|
|
1017
|
+
/* 默认颜色 */
|
|
1018
|
+
color: var(--ksd-input-text-default);
|
|
1019
|
+
|
|
1020
|
+
/* 错误状态颜色 */
|
|
1021
|
+
${({isError:e})=>e&&C`
|
|
1022
|
+
color: var(--ksd-input-text-error);
|
|
1023
|
+
`}
|
|
1024
|
+
|
|
1025
|
+
/* 禁用状态颜色 */
|
|
1026
|
+
${({isDisabled:e})=>e&&C`
|
|
1027
|
+
color: var(--ksd-input-text-disabled);
|
|
1028
|
+
`}
|
|
995
1029
|
|
|
996
1030
|
/* 确保图标大小一致 */
|
|
997
1031
|
svg {
|
|
998
1032
|
display: block;
|
|
999
1033
|
}
|
|
1000
|
-
`,
|
|
1034
|
+
`,Ia=b.button`
|
|
1001
1035
|
/* 重置按钮样式 */
|
|
1002
1036
|
display: inline-flex;
|
|
1003
1037
|
align-items: center;
|
|
@@ -1012,11 +1046,17 @@
|
|
|
1012
1046
|
line-height: 0;
|
|
1013
1047
|
|
|
1014
1048
|
/* 颜色 */
|
|
1015
|
-
color:
|
|
1049
|
+
color: var(--ksd-input-text-counter);
|
|
1050
|
+
|
|
1051
|
+
/* 错误状态颜色 */
|
|
1052
|
+
${({isError:e})=>e&&C`
|
|
1053
|
+
color: var(--ksd-input-text-error);
|
|
1054
|
+
`}
|
|
1016
1055
|
|
|
1017
1056
|
/* 过渡动画 */
|
|
1018
|
-
transition:
|
|
1019
|
-
|
|
1057
|
+
transition:
|
|
1058
|
+
opacity var(--ksd-input-transition),
|
|
1059
|
+
color var(--ksd-input-transition);
|
|
1020
1060
|
|
|
1021
1061
|
/* hover 状态 */
|
|
1022
1062
|
&:hover {
|
|
@@ -1030,7 +1070,7 @@
|
|
|
1030
1070
|
|
|
1031
1071
|
/* focus 可见状态 */
|
|
1032
1072
|
&:focus-visible {
|
|
1033
|
-
outline: 2px solid
|
|
1073
|
+
outline: 2px solid var(--ksd-input-border-focus);
|
|
1034
1074
|
outline-offset: 2px;
|
|
1035
1075
|
border-radius: 2px;
|
|
1036
1076
|
}
|
|
@@ -1041,19 +1081,29 @@
|
|
|
1041
1081
|
height: 16px;
|
|
1042
1082
|
display: block;
|
|
1043
1083
|
}
|
|
1044
|
-
`,
|
|
1084
|
+
`,Pa=b.span`
|
|
1045
1085
|
display: inline-flex;
|
|
1046
1086
|
align-items: center;
|
|
1047
1087
|
flex-shrink: 0;
|
|
1048
|
-
font-family:
|
|
1088
|
+
font-family: var(--ksd-typography-font-family);
|
|
1049
1089
|
font-size: inherit;
|
|
1050
1090
|
line-height: 1.5;
|
|
1051
1091
|
white-space: nowrap;
|
|
1052
1092
|
user-select: none;
|
|
1053
1093
|
|
|
1054
|
-
/*
|
|
1055
|
-
color:
|
|
1056
|
-
|
|
1094
|
+
/* 默认颜色 */
|
|
1095
|
+
color: var(--ksd-input-text-counter);
|
|
1096
|
+
|
|
1097
|
+
/* 错误状态颜色 */
|
|
1098
|
+
${({isError:e})=>e&&C`
|
|
1099
|
+
color: var(--ksd-input-text-error);
|
|
1100
|
+
`}
|
|
1101
|
+
|
|
1102
|
+
/* 禁用状态颜色 */
|
|
1103
|
+
${({isDisabled:e})=>e&&C`
|
|
1104
|
+
color: var(--ksd-input-text-disabled);
|
|
1105
|
+
`}
|
|
1106
|
+
`,Na=()=>i.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{d:"M12 4L4 12M4 4L12 12",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),yr=c.forwardRef(({size:e="md",prefix:t,suffix:r,clearable:n=!1,error:o=!1,errorMessage:s,showCounter:a=!1,fullWidth:l=!1,disabled:d,className:u,type:h="text",value:f,defaultValue:p,onChange:x,onFocus:m,onBlur:g,maxLength:v,label:$,description:y,id:j,"aria-label":k,"aria-describedby":w,...R},T)=>{const I=c.useRef(null),B=T||I,L=c.useRef(`input-${Math.random().toString(36).slice(2,9)}`),[D,U]=c.useState(!1),[re,_]=c.useState(!1),[K,Q]=c.useState(p||""),O=f!==void 0,P=String(O?f:K),F=le=>{O||Q(le.target.value),x==null||x(le)},V=le=>{U(!0),m==null||m(le)},q=le=>{U(!1),g==null||g(le)},S=()=>{var Pe;if(d||!B.current)return;const le=(Pe=Object.getOwnPropertyDescriptor(window.HTMLInputElement.prototype,"value"))==null?void 0:Pe.set;le==null||le.call(B.current,"");const Ie=new Event("input",{bubbles:!0});Object.defineProperty(Ie,"target",{writable:!1,value:B.current}),O||Q(""),x==null||x(Ie),B.current.focus()},E=P.length,M=n&&E>0&&!d,z=j||L.current,N=y?`${z}-description`:void 0,J=s&&o?`${z}-error`:void 0,ne=[w,N,J].filter(Boolean).join(" ")||void 0;return i.jsxs("div",{children:[$&&i.jsx("label",{htmlFor:z,style:{display:"block",marginBottom:4},children:$}),i.jsx(Ra,{size:e,fullWidth:l,isFocused:D,isError:o,isDisabled:!!d,isHovered:re,className:u,onMouseEnter:()=>_(!0),onMouseLeave:()=>_(!1),children:i.jsxs(La,{children:[t&&i.jsx(Vr,{isError:o,isDisabled:!!d,position:"prefix","aria-hidden":"true",children:t}),i.jsx(Ma,{...R,ref:B,id:z,type:h,value:f,defaultValue:p,onChange:F,onFocus:V,onBlur:q,maxLength:v,disabled:d,"aria-label":k,"aria-describedby":ne,"aria-invalid":o,isError:o,isDisabled:!!d}),M&&i.jsx(Ia,{type:"button",onClick:S,"aria-label":"清除内容",isError:o,tabIndex:-1,children:i.jsx(Na,{})}),r&&i.jsx(Vr,{isError:o,isDisabled:!!d,position:"suffix","aria-hidden":"true",children:r}),a&&v!==void 0&&i.jsxs(Pa,{isError:o,isDisabled:!!d,"aria-live":"polite","aria-atomic":"true",children:[E,"/",v]})]})}),y&&i.jsx("div",{id:N,style:{marginTop:4,fontSize:12},children:y}),s&&o&&i.jsx("div",{id:J,role:"alert",style:{marginTop:4,fontSize:12,color:"inherit"},children:s})]})});yr.displayName="Input";const Aa=b.div`
|
|
1057
1107
|
display: flex;
|
|
1058
1108
|
flex-direction: column;
|
|
1059
1109
|
width: ${({collapsed:e,theme:t})=>e?t.components.menu.container.width.collapsed:t.components.menu.container.width.expanded};
|
|
@@ -1079,7 +1129,7 @@
|
|
|
1079
1129
|
&::-webkit-scrollbar-thumb:hover {
|
|
1080
1130
|
background: rgba(0, 0, 0, 0.3);
|
|
1081
1131
|
}
|
|
1082
|
-
`,
|
|
1132
|
+
`,Fa=b.div`
|
|
1083
1133
|
flex: 1;
|
|
1084
1134
|
overflow-y: auto;
|
|
1085
1135
|
overflow-x: hidden;
|
|
@@ -1103,7 +1153,7 @@
|
|
|
1103
1153
|
&::-webkit-scrollbar-thumb:hover {
|
|
1104
1154
|
background: rgba(0, 0, 0, 0.3);
|
|
1105
1155
|
}
|
|
1106
|
-
`,
|
|
1156
|
+
`,Oa=b.button`
|
|
1107
1157
|
display: flex;
|
|
1108
1158
|
align-items: center;
|
|
1109
1159
|
justify-content: flex-start;
|
|
@@ -1178,7 +1228,7 @@
|
|
|
1178
1228
|
outline: 2px solid ${({theme:e})=>e.semantic.colors.brand.primary};
|
|
1179
1229
|
outline-offset: -2px;
|
|
1180
1230
|
}
|
|
1181
|
-
`,
|
|
1231
|
+
`,Da=b.span`
|
|
1182
1232
|
display: inline-flex;
|
|
1183
1233
|
align-items: center;
|
|
1184
1234
|
justify-content: center;
|
|
@@ -1190,14 +1240,14 @@
|
|
|
1190
1240
|
width: 100%;
|
|
1191
1241
|
height: 100%;
|
|
1192
1242
|
}
|
|
1193
|
-
`,
|
|
1243
|
+
`,Ba=b.span`
|
|
1194
1244
|
flex: 1;
|
|
1195
1245
|
overflow: hidden;
|
|
1196
1246
|
text-overflow: ellipsis;
|
|
1197
1247
|
white-space: nowrap;
|
|
1198
1248
|
opacity: ${({collapsed:e})=>e?0:1};
|
|
1199
1249
|
transition: opacity 0.2s ease;
|
|
1200
|
-
`,
|
|
1250
|
+
`,_a=b.span`
|
|
1201
1251
|
display: inline-flex;
|
|
1202
1252
|
align-items: center;
|
|
1203
1253
|
justify-content: center;
|
|
@@ -1212,7 +1262,7 @@
|
|
|
1212
1262
|
width: 100%;
|
|
1213
1263
|
height: 100%;
|
|
1214
1264
|
}
|
|
1215
|
-
`,
|
|
1265
|
+
`,Ka=b.div`
|
|
1216
1266
|
display: flex;
|
|
1217
1267
|
flex-direction: column;
|
|
1218
1268
|
gap: ${({theme:e})=>e.components.menu.group.gap};
|
|
@@ -1221,7 +1271,7 @@
|
|
|
1221
1271
|
&:first-of-type {
|
|
1222
1272
|
margin-top: 0;
|
|
1223
1273
|
}
|
|
1224
|
-
`,
|
|
1274
|
+
`,Va=b.div`
|
|
1225
1275
|
display: flex;
|
|
1226
1276
|
align-items: center;
|
|
1227
1277
|
height: ${({theme:e})=>e.components.menu.groupTitle.height};
|
|
@@ -1243,11 +1293,11 @@
|
|
|
1243
1293
|
margin-left: 8px;
|
|
1244
1294
|
opacity: ${({collapsed:e})=>e?0:1};
|
|
1245
1295
|
}
|
|
1246
|
-
`,
|
|
1296
|
+
`,Ha=b.div`
|
|
1247
1297
|
display: flex;
|
|
1248
1298
|
flex-direction: column;
|
|
1249
1299
|
gap: ${({theme:e})=>e.components.menu.group.gap};
|
|
1250
|
-
`,
|
|
1300
|
+
`,Wa=b.div`
|
|
1251
1301
|
position: fixed;
|
|
1252
1302
|
z-index: 9999;
|
|
1253
1303
|
min-width: 200px;
|
|
@@ -1268,11 +1318,11 @@
|
|
|
1268
1318
|
transform: translateX(0);
|
|
1269
1319
|
}
|
|
1270
1320
|
}
|
|
1271
|
-
`,
|
|
1321
|
+
`,Ua=b.div`
|
|
1272
1322
|
display: flex;
|
|
1273
1323
|
flex-direction: column;
|
|
1274
1324
|
gap: ${({theme:e})=>e.components.menu.group.gap};
|
|
1275
|
-
`,
|
|
1325
|
+
`,Ya=b.button`
|
|
1276
1326
|
display: flex;
|
|
1277
1327
|
align-items: center;
|
|
1278
1328
|
justify-content: flex-start;
|
|
@@ -1303,7 +1353,7 @@
|
|
|
1303
1353
|
outline: 2px solid ${({theme:e})=>e.semantic.colors.brand.primary};
|
|
1304
1354
|
outline-offset: -2px;
|
|
1305
1355
|
}
|
|
1306
|
-
`,Hn=c.forwardRef(({collapsed:e=!1,children:t,className:r,style:n},o)=>i.jsx(
|
|
1356
|
+
`,Hn=c.forwardRef(({collapsed:e=!1,children:t,className:r,style:n},o)=>i.jsx(Aa,{ref:o,collapsed:e,className:r,style:n,role:"navigation","aria-label":"主导航",children:i.jsx(Fa,{role:"menu",children:t})}));Hn.displayName="Menu";const kr=({visible:e,anchorRef:t,children:r,onClose:n,onMouseEnter:o,onMouseLeave:s})=>{const a=c.useRef(null),[l,d]=c.useState({top:0,left:0});return c.useEffect(()=>{if(!e||!t.current)return;const u=()=>{if(!t.current)return;const h=t.current.getBoundingClientRect();d({top:h.top,left:h.right+4})};return u(),window.addEventListener("scroll",u,!0),window.addEventListener("resize",u),()=>{window.removeEventListener("scroll",u,!0),window.removeEventListener("resize",u)}},[e,t]),c.useEffect(()=>{if(!e)return;const u=f=>{a.current&&!a.current.contains(f.target)&&t.current&&!t.current.contains(f.target)&&(n==null||n())},h=setTimeout(()=>{document.addEventListener("mousedown",u)},100);return()=>{clearTimeout(h),document.removeEventListener("mousedown",u)}},[e,n,t]),e?rr.createPortal(i.jsx(Wa,{ref:a,style:{top:l.top,left:l.left},role:"menu","aria-label":"子菜单",onMouseEnter:o,onMouseLeave:s,children:i.jsx(Ua,{children:r})}),document.body):null};kr.displayName="SubMenuPopover";const Wn=c.forwardRef(({id:e,icon:t,label:r,active:n=!1,disabled:o=!1,isSubItem:s=!1,showArrow:a=!1,arrowExpanded:l=!1,collapsed:d=!1,subMenu:u,onClick:h,className:f},p)=>{const x=c.useRef(null),[m,g]=c.useState(!1),v=c.useRef(void 0),$=c.useRef(void 0),y=()=>{v.current&&(clearTimeout(v.current),v.current=void 0),$.current&&(clearTimeout($.current),$.current=void 0)},j=()=>{if(y(),d&&u){if(m)return;v.current=setTimeout(()=>{g(!0)},200)}},k=()=>{y(),$.current=setTimeout(()=>{g(!1)},100)};return i.jsxs(i.Fragment,{children:[i.jsxs(Oa,{ref:w=>{typeof p=="function"?p(w):p&&(p.current=w),w&&(x.current=w)},id:e,active:n,disabled:o,isSubItem:s,onClick:h,collapsed:d,className:f,role:"menuitem","aria-disabled":o,"aria-current":n?"page":void 0,"aria-haspopup":d&&u?"menu":void 0,type:"button",onMouseEnter:j,onMouseLeave:k,children:[t&&i.jsx(Da,{"aria-hidden":"true",children:t}),i.jsx(Ba,{collapsed:d,children:r}),a&&!d&&i.jsx(_a,{collapsed:d,expanded:l,"aria-hidden":"true",children:i.jsx("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{d:"M5.25 3.5L8.75 7L5.25 10.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})})]}),d&&u&&i.jsx(kr,{visible:m,anchorRef:x,onClose:()=>g(!1),onMouseEnter:j,onMouseLeave:k,children:u})]})});Wn.displayName="MenuItem";const Un=({title:e,children:t,collapsed:r=!1,className:n})=>i.jsxs(Ka,{className:n,role:"group","aria-label":e,children:[e&&i.jsx(Va,{collapsed:r,"aria-hidden":r,children:e}),i.jsx(Ha,{children:t})]});Un.displayName="MenuGroup";const Yn=({id:e,label:t,active:r=!1,onClick:n,className:o})=>i.jsx(Ya,{id:e,active:r,onClick:n,className:o,role:"menuitem","aria-current":r?"page":void 0,type:"button",children:t});Yn.displayName="SubMenuItem";const Za=(e,t)=>{const r=t.components.link.variant[e];return C`
|
|
1307
1357
|
color: ${r.text.default};
|
|
1308
1358
|
text-decoration: ${r.decoration.default};
|
|
1309
1359
|
|
|
@@ -1320,9 +1370,9 @@
|
|
|
1320
1370
|
color: ${r.text.disabled};
|
|
1321
1371
|
cursor: not-allowed;
|
|
1322
1372
|
}
|
|
1323
|
-
`},
|
|
1373
|
+
`},Xa=(e,t)=>{const r=t.components.link.size[e];return C`
|
|
1324
1374
|
font-size: ${r.fontSize};
|
|
1325
|
-
`},Zn=
|
|
1375
|
+
`},Zn=b.a`
|
|
1326
1376
|
/* 基础样式 */
|
|
1327
1377
|
position: relative;
|
|
1328
1378
|
display: inline-flex;
|
|
@@ -1343,10 +1393,10 @@
|
|
|
1343
1393
|
transition: color ${({theme:e})=>{var t,r;return((r=(t=e==null?void 0:e.components)==null?void 0:t.link)==null?void 0:r.transition)||"0.2s ease"}};
|
|
1344
1394
|
|
|
1345
1395
|
/* 变体样式 */
|
|
1346
|
-
${({variant:e,theme:t})=>
|
|
1396
|
+
${({variant:e,theme:t})=>Za(e,t)}
|
|
1347
1397
|
|
|
1348
1398
|
/* 尺寸样式 */
|
|
1349
|
-
${({size:e,theme:t})=>
|
|
1399
|
+
${({size:e,theme:t})=>Xa(e,t)}
|
|
1350
1400
|
|
|
1351
1401
|
/* Focus 可见状态 */
|
|
1352
1402
|
&:focus-visible {
|
|
@@ -1354,10 +1404,10 @@
|
|
|
1354
1404
|
outline: 2px solid ${({theme:e})=>{var t,r,n;return((n=(r=(t=e==null?void 0:e.components)==null?void 0:t.link)==null?void 0:r.focusRing)==null?void 0:n.color)||"#1677ff"}};
|
|
1355
1405
|
outline-offset: ${({theme:e})=>{var t,r,n;return((n=(r=(t=e==null?void 0:e.components)==null?void 0:t.link)==null?void 0:r.focusRing)==null?void 0:n.offset)||"2px"}};
|
|
1356
1406
|
}
|
|
1357
|
-
`,Xn=c.forwardRef(({variant:e="primary",size:t="md",disabled:r,className:n,children:o,isDisabled:s,...a},l)=>{const d=c.useRef(null),u=l||d,h=r??s,{linkProps:f}=X.useLink({...a,isDisabled:h,elementType:"a"},d);return i.jsx(Zn,{ref:u,as:"a",className:n,variant:e,size:t,...Re(f,{ariaDisabled:h}),children:o})});Xn.displayName="Link";let qa=!1,lt=null,Ja=new Set,Je=new Map,Be=!1,Gt=!1;function kr(e,t){for(let r of Ja)r(e,t)}function Qa(e){return!(e.metaKey||!or()&&e.altKey||e.ctrlKey||e.key==="Control"||e.key==="Shift"||e.key==="Meta")}function vt(e){Be=!0,Qa(e)&&(lt="keyboard",kr("keyboard",e))}function me(e){lt="pointer",(e.type==="mousedown"||e.type==="pointerdown")&&(Be=!0,kr("pointer",e))}function Gn(e){oi(e)&&(Be=!0,lt="virtual")}function qn(e){e.target===window||e.target===document||qa||!e.isTrusted||(!Be&&!Gt&&(lt="virtual",kr("virtual",e)),Be=!1,Gt=!1)}function Jn(){Be=!1,Gt=!0}function Hr(e){if(typeof window>"u"||typeof document>"u"||Je.get(mt(e)))return;const t=mt(e),r=ue(e);let n=t.HTMLElement.prototype.focus;t.HTMLElement.prototype.focus=function(){Be=!0,n.apply(this,arguments)},r.addEventListener("keydown",vt,!0),r.addEventListener("keyup",vt,!0),r.addEventListener("click",Gn,!0),t.addEventListener("focus",qn,!0),t.addEventListener("blur",Jn,!1),typeof PointerEvent<"u"?(r.addEventListener("pointerdown",me,!0),r.addEventListener("pointermove",me,!0),r.addEventListener("pointerup",me,!0)):process.env.NODE_ENV==="test"&&(r.addEventListener("mousedown",me,!0),r.addEventListener("mousemove",me,!0),r.addEventListener("mouseup",me,!0)),t.addEventListener("beforeunload",()=>{Qn(e)},{once:!0}),Je.set(t,{focus:n})}const Qn=(e,t)=>{const r=mt(e),n=ue(e);t&&n.removeEventListener("DOMContentLoaded",t),Je.has(r)&&(r.HTMLElement.prototype.focus=Je.get(r).focus,n.removeEventListener("keydown",vt,!0),n.removeEventListener("keyup",vt,!0),n.removeEventListener("click",Gn,!0),r.removeEventListener("focus",qn,!0),r.removeEventListener("blur",Jn,!1),typeof PointerEvent<"u"?(n.removeEventListener("pointerdown",me,!0),n.removeEventListener("pointermove",me,!0),n.removeEventListener("pointerup",me,!0)):process.env.NODE_ENV==="test"&&(n.removeEventListener("mousedown",me,!0),n.removeEventListener("mousemove",me,!0),n.removeEventListener("mouseup",me,!0)),Je.delete(r))};function el(e){const t=ue(e);let r;return t.readyState!=="loading"?Hr(e):(r=()=>{Hr(e)},t.addEventListener("DOMContentLoaded",r)),()=>Qn(e,r)}typeof document<"u"&&el();function eo(){return lt}function tl(e){const t=ue(e),r=$e(t);if(eo()==="virtual"){let n=r;ni(()=>{$e(t)===n&&e.isConnected&&Kt(e)})}else Kt(e)}const Wr=c.createContext(null),qt="react-aria-focus-scope-restore";let ee=null;function rl(e){let{children:t,contain:r,restoreFocus:n,autoFocus:o}=e,s=c.useRef(null),a=c.useRef(null),l=c.useRef([]),{parentNode:d}=c.useContext(Wr)||{},u=c.useMemo(()=>new Qt({scopeRef:l}),[l]);Se(()=>{let p=d||oe.root;if(oe.getTreeNode(p.scopeRef)&&ee&&!yt(ee,p.scopeRef)){let x=oe.getTreeNode(ee);x&&(p=x)}p.addChild(u),oe.addNode(u)},[u,d]),Se(()=>{let p=oe.getTreeNode(l);p&&(p.contain=!!r)},[r]),Se(()=>{var p;let x=(p=s.current)===null||p===void 0?void 0:p.nextSibling,m=[],b=v=>v.stopPropagation();for(;x&&x!==a.current;)m.push(x),x.addEventListener(qt,b),x=x.nextSibling;return l.current=m,()=>{for(let v of m)v.removeEventListener(qt,b)}},[t]),al(l,n,r),il(l,r),ll(l,n,r),sl(l,o),c.useEffect(()=>{const p=$e(ue(l.current?l.current[0]:void 0));let x=null;if(ve(p,l.current)){for(let m of oe.traverse())m.scopeRef&&ve(p,m.scopeRef.current)&&(x=m);x===oe.getTreeNode(l)&&(ee=x.scopeRef)}},[l]),Se(()=>()=>{var p,x,m;let b=(m=(x=oe.getTreeNode(l))===null||x===void 0||(p=x.parent)===null||p===void 0?void 0:p.scopeRef)!==null&&m!==void 0?m:null;(l===ee||yt(l,ee))&&(!b||oe.getTreeNode(b))&&(ee=b),oe.removeTreeNode(l)},[l]);let h=c.useMemo(()=>nl(l),[]),f=c.useMemo(()=>({focusManager:h,parentNode:u}),[u,h]);return c.createElement(Wr.Provider,{value:f},c.createElement("span",{"data-focus-scope-start":!0,hidden:!0,ref:s}),t,c.createElement("span",{"data-focus-scope-end":!0,hidden:!0,ref:a}))}function nl(e){return{focusNext(t={}){let r=e.current,{from:n,tabbable:o,wrap:s,accept:a}=t;var l;let d=n||$e(ue((l=r[0])!==null&&l!==void 0?l:void 0)),u=r[0].previousElementSibling,h=Fe(r),f=Ae(h,{tabbable:o,accept:a},r);f.currentNode=ve(d,r)?d:u;let p=f.nextNode();return!p&&s&&(f.currentNode=u,p=f.nextNode()),p&&ze(p,!0),p},focusPrevious(t={}){let r=e.current,{from:n,tabbable:o,wrap:s,accept:a}=t;var l;let d=n||$e(ue((l=r[0])!==null&&l!==void 0?l:void 0)),u=r[r.length-1].nextElementSibling,h=Fe(r),f=Ae(h,{tabbable:o,accept:a},r);f.currentNode=ve(d,r)?d:u;let p=f.previousNode();return!p&&s&&(f.currentNode=u,p=f.previousNode()),p&&ze(p,!0),p},focusFirst(t={}){let r=e.current,{tabbable:n,accept:o}=t,s=Fe(r),a=Ae(s,{tabbable:n,accept:o},r);a.currentNode=r[0].previousElementSibling;let l=a.nextNode();return l&&ze(l,!0),l},focusLast(t={}){let r=e.current,{tabbable:n,accept:o}=t,s=Fe(r),a=Ae(s,{tabbable:n,accept:o},r);a.currentNode=r[r.length-1].nextElementSibling;let l=a.previousNode();return l&&ze(l,!0),l}}}function Fe(e){return e[0].parentElement}function Ge(e){let t=oe.getTreeNode(ee);for(;t&&t.scopeRef!==e;){if(t.contain)return!1;t=t.parent}return!0}function ol(e){if(e.checked)return!0;let t=[];if(!e.form)t=[...ue(e).querySelectorAll(`input[type="radio"][name="${CSS.escape(e.name)}"]`)].filter(s=>!s.form);else{var r,n;let s=(n=e.form)===null||n===void 0||(r=n.elements)===null||r===void 0?void 0:r.namedItem(e.name);t=[...s??[]]}return t?!t.some(s=>s.checked):!1}function il(e,t){let r=c.useRef(void 0),n=c.useRef(void 0);Se(()=>{let o=e.current;if(!t){n.current&&(cancelAnimationFrame(n.current),n.current=void 0);return}const s=ue(o?o[0]:void 0);let a=u=>{if(u.key!=="Tab"||u.altKey||u.ctrlKey||u.metaKey||!Ge(e)||u.isComposing)return;let h=$e(s),f=e.current;if(!f||!ve(h,f))return;let p=Fe(f),x=Ae(p,{tabbable:!0},f);if(!h)return;x.currentNode=h;let m=u.shiftKey?x.previousNode():x.nextNode();m||(x.currentNode=u.shiftKey?f[f.length-1].nextElementSibling:f[0].previousElementSibling,m=u.shiftKey?x.previousNode():x.nextNode()),u.preventDefault(),m&&ze(m,!0)},l=u=>{(!ee||yt(ee,e))&&ve(_e(u),e.current)?(ee=e,r.current=_e(u)):Ge(e)&&!Oe(_e(u),e)?r.current?r.current.focus():ee&&ee.current&&Jt(ee.current):Ge(e)&&(r.current=_e(u))},d=u=>{n.current&&cancelAnimationFrame(n.current),n.current=requestAnimationFrame(()=>{let h=eo(),f=(h==="virtual"||h===null)&&bn()&&gn(),p=$e(s);if(!f&&p&&Ge(e)&&!Oe(p,e)){ee=e;let m=_e(u);if(m&&m.isConnected){var x;r.current=m,(x=r.current)===null||x===void 0||x.focus()}else ee.current&&Jt(ee.current)}})};return s.addEventListener("keydown",a,!1),s.addEventListener("focusin",l,!1),o==null||o.forEach(u=>u.addEventListener("focusin",l,!1)),o==null||o.forEach(u=>u.addEventListener("focusout",d,!1)),()=>{s.removeEventListener("keydown",a,!1),s.removeEventListener("focusin",l,!1),o==null||o.forEach(u=>u.removeEventListener("focusin",l,!1)),o==null||o.forEach(u=>u.removeEventListener("focusout",d,!1))}},[e,t]),Se(()=>()=>{n.current&&cancelAnimationFrame(n.current)},[n])}function to(e){return Oe(e)}function ve(e,t){return!e||!t?!1:t.some(r=>r.contains(e))}function Oe(e,t=null){if(e instanceof Element&&e.closest("[data-react-aria-top-layer]"))return!0;for(let{scopeRef:r}of oe.traverse(oe.getTreeNode(t)))if(r&&ve(e,r.current))return!0;return!1}function yt(e,t){var r;let n=(r=oe.getTreeNode(t))===null||r===void 0?void 0:r.parent;for(;n;){if(n.scopeRef===e)return!0;n=n.parent}return!1}function ze(e,t=!1){if(e!=null&&!t)try{tl(e)}catch{}else if(e!=null)try{e.focus()}catch{}}function ro(e,t=!0){let r=e[0].previousElementSibling,n=Fe(e),o=Ae(n,{tabbable:t},e);o.currentNode=r;let s=o.nextNode();return t&&!s&&(n=Fe(e),o=Ae(n,{tabbable:!1},e),o.currentNode=r,s=o.nextNode()),s}function Jt(e,t=!0){ze(ro(e,t))}function sl(e,t){const r=c.useRef(t);c.useEffect(()=>{if(r.current){ee=e;const n=ue(e.current?e.current[0]:void 0);!ve($e(n),ee.current)&&e.current&&Jt(e.current)}r.current=!1},[e])}function al(e,t,r){Se(()=>{if(t||r)return;let n=e.current;const o=ue(n?n[0]:void 0);let s=a=>{let l=_e(a);ve(l,e.current)?ee=e:to(l)||(ee=null)};return o.addEventListener("focusin",s,!1),n==null||n.forEach(a=>a.addEventListener("focusin",s,!1)),()=>{o.removeEventListener("focusin",s,!1),n==null||n.forEach(a=>a.removeEventListener("focusin",s,!1))}},[e,t,r])}function Ur(e){let t=oe.getTreeNode(ee);for(;t&&t.scopeRef!==e;){if(t.nodeToRestore)return!1;t=t.parent}return(t==null?void 0:t.scopeRef)===e}function ll(e,t,r){const n=c.useRef(typeof document<"u"?$e(ue(e.current?e.current[0]:void 0)):null);Se(()=>{let o=e.current;const s=ue(o?o[0]:void 0);if(!t||r)return;let a=()=>{(!ee||yt(ee,e))&&ve($e(s),e.current)&&(ee=e)};return s.addEventListener("focusin",a,!1),o==null||o.forEach(l=>l.addEventListener("focusin",a,!1)),()=>{s.removeEventListener("focusin",a,!1),o==null||o.forEach(l=>l.removeEventListener("focusin",a,!1))}},[e,r]),Se(()=>{const o=ue(e.current?e.current[0]:void 0);if(!t)return;let s=a=>{if(a.key!=="Tab"||a.altKey||a.ctrlKey||a.metaKey||!Ge(e)||a.isComposing)return;let l=o.activeElement;if(!Oe(l,e)||!Ur(e))return;let d=oe.getTreeNode(e);if(!d)return;let u=d.nodeToRestore,h=Ae(o.body,{tabbable:!0});h.currentNode=l;let f=a.shiftKey?h.previousNode():h.nextNode();if((!u||!u.isConnected||u===o.body)&&(u=void 0,d.nodeToRestore=void 0),(!f||!Oe(f,e))&&u){h.currentNode=u;do f=a.shiftKey?h.previousNode():h.nextNode();while(Oe(f,e));a.preventDefault(),a.stopPropagation(),f?ze(f,!0):to(u)?ze(u,!0):l.blur()}};return r||o.addEventListener("keydown",s,!0),()=>{r||o.removeEventListener("keydown",s,!0)}},[e,t,r]),Se(()=>{const o=ue(e.current?e.current[0]:void 0);if(!t)return;let s=oe.getTreeNode(e);if(s){var a;return s.nodeToRestore=(a=n.current)!==null&&a!==void 0?a:void 0,()=>{let l=oe.getTreeNode(e);if(!l)return;let d=l.nodeToRestore,u=$e(o);if(t&&d&&(u&&Oe(u,e)||u===o.body&&Ur(e))){let h=oe.clone();requestAnimationFrame(()=>{if(o.activeElement===o.body){let f=h.getTreeNode(e);for(;f;){if(f.nodeToRestore&&f.nodeToRestore.isConnected){Yr(f.nodeToRestore);return}f=f.parent}for(f=h.getTreeNode(e);f;){if(f.scopeRef&&f.scopeRef.current&&oe.getTreeNode(f.scopeRef)){let p=ro(f.scopeRef.current,!0);Yr(p);return}f=f.parent}}})}}}},[e,t])}function Yr(e){e.dispatchEvent(new CustomEvent(qt,{bubbles:!0,cancelable:!0}))&&ze(e)}function Ae(e,t,r){let n=t!=null&&t.tabbable?ui:di,o=(e==null?void 0:e.nodeType)===Node.ELEMENT_NODE?e:null,s=ue(o),a=Zo(s,e||s,NodeFilter.SHOW_ELEMENT,{acceptNode(l){var d;return!(t==null||(d=t.from)===null||d===void 0)&&d.contains(l)||t!=null&&t.tabbable&&l.tagName==="INPUT"&&l.getAttribute("type")==="radio"&&(!ol(l)||a.currentNode.tagName==="INPUT"&&a.currentNode.type==="radio"&&a.currentNode.name===l.name)?NodeFilter.FILTER_REJECT:n(l)&&(!r||ve(l,r))&&(!(t!=null&&t.accept)||t.accept(l))?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});return t!=null&&t.from&&(a.currentNode=t.from),a}class wr{get size(){return this.fastMap.size}getTreeNode(t){return this.fastMap.get(t)}addTreeNode(t,r,n){let o=this.fastMap.get(r??null);if(!o)return;let s=new Qt({scopeRef:t});o.addChild(s),s.parent=o,this.fastMap.set(t,s),n&&(s.nodeToRestore=n)}addNode(t){this.fastMap.set(t.scopeRef,t)}removeTreeNode(t){if(t===null)return;let r=this.fastMap.get(t);if(!r)return;let n=r.parent;for(let s of this.traverse())s!==r&&r.nodeToRestore&&s.nodeToRestore&&r.scopeRef&&r.scopeRef.current&&ve(s.nodeToRestore,r.scopeRef.current)&&(s.nodeToRestore=r.nodeToRestore);let o=r.children;n&&(n.removeChild(r),o.size>0&&o.forEach(s=>n&&n.addChild(s))),this.fastMap.delete(r.scopeRef)}*traverse(t=this.root){if(t.scopeRef!=null&&(yield t),t.children.size>0)for(let r of t.children)yield*this.traverse(r)}clone(){var t;let r=new wr;var n;for(let o of this.traverse())r.addTreeNode(o.scopeRef,(n=(t=o.parent)===null||t===void 0?void 0:t.scopeRef)!==null&&n!==void 0?n:null,o.nodeToRestore);return r}constructor(){this.fastMap=new Map,this.root=new Qt({scopeRef:null}),this.fastMap.set(null,this.root)}}class Qt{addChild(t){this.children.add(t),t.parent=this}removeChild(t){this.children.delete(t),t.parent=void 0}constructor(t){this.children=new Set,this.contain=!1,this.scopeRef=t.scopeRef}}let oe=new wr;const cl=Me`
|
|
1407
|
+
`,Xn=c.forwardRef(({variant:e="primary",size:t="md",disabled:r,className:n,children:o,isDisabled:s,...a},l)=>{const d=c.useRef(null),u=l||d,h=r??s,{linkProps:f}=X.useLink({...a,isDisabled:h,elementType:"a"},d);return i.jsx(Zn,{ref:u,as:"a",className:n,variant:e,size:t,...Re(f,{ariaDisabled:h}),children:o})});Xn.displayName="Link";let Ga=!1,lt=null,qa=new Set,Je=new Map,Be=!1,Gt=!1;function wr(e,t){for(let r of qa)r(e,t)}function Ja(e){return!(e.metaKey||!or()&&e.altKey||e.ctrlKey||e.key==="Control"||e.key==="Shift"||e.key==="Meta")}function vt(e){Be=!0,Ja(e)&&(lt="keyboard",wr("keyboard",e))}function me(e){lt="pointer",(e.type==="mousedown"||e.type==="pointerdown")&&(Be=!0,wr("pointer",e))}function Gn(e){oi(e)&&(Be=!0,lt="virtual")}function qn(e){e.target===window||e.target===document||Ga||!e.isTrusted||(!Be&&!Gt&&(lt="virtual",wr("virtual",e)),Be=!1,Gt=!1)}function Jn(){Be=!1,Gt=!0}function Hr(e){if(typeof window>"u"||typeof document>"u"||Je.get(mt(e)))return;const t=mt(e),r=ue(e);let n=t.HTMLElement.prototype.focus;t.HTMLElement.prototype.focus=function(){Be=!0,n.apply(this,arguments)},r.addEventListener("keydown",vt,!0),r.addEventListener("keyup",vt,!0),r.addEventListener("click",Gn,!0),t.addEventListener("focus",qn,!0),t.addEventListener("blur",Jn,!1),typeof PointerEvent<"u"?(r.addEventListener("pointerdown",me,!0),r.addEventListener("pointermove",me,!0),r.addEventListener("pointerup",me,!0)):process.env.NODE_ENV==="test"&&(r.addEventListener("mousedown",me,!0),r.addEventListener("mousemove",me,!0),r.addEventListener("mouseup",me,!0)),t.addEventListener("beforeunload",()=>{Qn(e)},{once:!0}),Je.set(t,{focus:n})}const Qn=(e,t)=>{const r=mt(e),n=ue(e);t&&n.removeEventListener("DOMContentLoaded",t),Je.has(r)&&(r.HTMLElement.prototype.focus=Je.get(r).focus,n.removeEventListener("keydown",vt,!0),n.removeEventListener("keyup",vt,!0),n.removeEventListener("click",Gn,!0),r.removeEventListener("focus",qn,!0),r.removeEventListener("blur",Jn,!1),typeof PointerEvent<"u"?(n.removeEventListener("pointerdown",me,!0),n.removeEventListener("pointermove",me,!0),n.removeEventListener("pointerup",me,!0)):process.env.NODE_ENV==="test"&&(n.removeEventListener("mousedown",me,!0),n.removeEventListener("mousemove",me,!0),n.removeEventListener("mouseup",me,!0)),Je.delete(r))};function Qa(e){const t=ue(e);let r;return t.readyState!=="loading"?Hr(e):(r=()=>{Hr(e)},t.addEventListener("DOMContentLoaded",r)),()=>Qn(e,r)}typeof document<"u"&&Qa();function eo(){return lt}function el(e){const t=ue(e),r=ke(t);if(eo()==="virtual"){let n=r;ni(()=>{ke(t)===n&&e.isConnected&&Kt(e)})}else Kt(e)}const Wr=c.createContext(null),qt="react-aria-focus-scope-restore";let ee=null;function tl(e){let{children:t,contain:r,restoreFocus:n,autoFocus:o}=e,s=c.useRef(null),a=c.useRef(null),l=c.useRef([]),{parentNode:d}=c.useContext(Wr)||{},u=c.useMemo(()=>new Qt({scopeRef:l}),[l]);Se(()=>{let p=d||oe.root;if(oe.getTreeNode(p.scopeRef)&&ee&&!yt(ee,p.scopeRef)){let x=oe.getTreeNode(ee);x&&(p=x)}p.addChild(u),oe.addNode(u)},[u,d]),Se(()=>{let p=oe.getTreeNode(l);p&&(p.contain=!!r)},[r]),Se(()=>{var p;let x=(p=s.current)===null||p===void 0?void 0:p.nextSibling,m=[],g=v=>v.stopPropagation();for(;x&&x!==a.current;)m.push(x),x.addEventListener(qt,g),x=x.nextSibling;return l.current=m,()=>{for(let v of m)v.removeEventListener(qt,g)}},[t]),sl(l,n,r),ol(l,r),al(l,n,r),il(l,o),c.useEffect(()=>{const p=ke(ue(l.current?l.current[0]:void 0));let x=null;if(ve(p,l.current)){for(let m of oe.traverse())m.scopeRef&&ve(p,m.scopeRef.current)&&(x=m);x===oe.getTreeNode(l)&&(ee=x.scopeRef)}},[l]),Se(()=>()=>{var p,x,m;let g=(m=(x=oe.getTreeNode(l))===null||x===void 0||(p=x.parent)===null||p===void 0?void 0:p.scopeRef)!==null&&m!==void 0?m:null;(l===ee||yt(l,ee))&&(!g||oe.getTreeNode(g))&&(ee=g),oe.removeTreeNode(l)},[l]);let h=c.useMemo(()=>rl(l),[]),f=c.useMemo(()=>({focusManager:h,parentNode:u}),[u,h]);return c.createElement(Wr.Provider,{value:f},c.createElement("span",{"data-focus-scope-start":!0,hidden:!0,ref:s}),t,c.createElement("span",{"data-focus-scope-end":!0,hidden:!0,ref:a}))}function rl(e){return{focusNext(t={}){let r=e.current,{from:n,tabbable:o,wrap:s,accept:a}=t;var l;let d=n||ke(ue((l=r[0])!==null&&l!==void 0?l:void 0)),u=r[0].previousElementSibling,h=Fe(r),f=Ae(h,{tabbable:o,accept:a},r);f.currentNode=ve(d,r)?d:u;let p=f.nextNode();return!p&&s&&(f.currentNode=u,p=f.nextNode()),p&&ze(p,!0),p},focusPrevious(t={}){let r=e.current,{from:n,tabbable:o,wrap:s,accept:a}=t;var l;let d=n||ke(ue((l=r[0])!==null&&l!==void 0?l:void 0)),u=r[r.length-1].nextElementSibling,h=Fe(r),f=Ae(h,{tabbable:o,accept:a},r);f.currentNode=ve(d,r)?d:u;let p=f.previousNode();return!p&&s&&(f.currentNode=u,p=f.previousNode()),p&&ze(p,!0),p},focusFirst(t={}){let r=e.current,{tabbable:n,accept:o}=t,s=Fe(r),a=Ae(s,{tabbable:n,accept:o},r);a.currentNode=r[0].previousElementSibling;let l=a.nextNode();return l&&ze(l,!0),l},focusLast(t={}){let r=e.current,{tabbable:n,accept:o}=t,s=Fe(r),a=Ae(s,{tabbable:n,accept:o},r);a.currentNode=r[r.length-1].nextElementSibling;let l=a.previousNode();return l&&ze(l,!0),l}}}function Fe(e){return e[0].parentElement}function Ge(e){let t=oe.getTreeNode(ee);for(;t&&t.scopeRef!==e;){if(t.contain)return!1;t=t.parent}return!0}function nl(e){if(e.checked)return!0;let t=[];if(!e.form)t=[...ue(e).querySelectorAll(`input[type="radio"][name="${CSS.escape(e.name)}"]`)].filter(s=>!s.form);else{var r,n;let s=(n=e.form)===null||n===void 0||(r=n.elements)===null||r===void 0?void 0:r.namedItem(e.name);t=[...s??[]]}return t?!t.some(s=>s.checked):!1}function ol(e,t){let r=c.useRef(void 0),n=c.useRef(void 0);Se(()=>{let o=e.current;if(!t){n.current&&(cancelAnimationFrame(n.current),n.current=void 0);return}const s=ue(o?o[0]:void 0);let a=u=>{if(u.key!=="Tab"||u.altKey||u.ctrlKey||u.metaKey||!Ge(e)||u.isComposing)return;let h=ke(s),f=e.current;if(!f||!ve(h,f))return;let p=Fe(f),x=Ae(p,{tabbable:!0},f);if(!h)return;x.currentNode=h;let m=u.shiftKey?x.previousNode():x.nextNode();m||(x.currentNode=u.shiftKey?f[f.length-1].nextElementSibling:f[0].previousElementSibling,m=u.shiftKey?x.previousNode():x.nextNode()),u.preventDefault(),m&&ze(m,!0)},l=u=>{(!ee||yt(ee,e))&&ve(_e(u),e.current)?(ee=e,r.current=_e(u)):Ge(e)&&!Oe(_e(u),e)?r.current?r.current.focus():ee&&ee.current&&Jt(ee.current):Ge(e)&&(r.current=_e(u))},d=u=>{n.current&&cancelAnimationFrame(n.current),n.current=requestAnimationFrame(()=>{let h=eo(),f=(h==="virtual"||h===null)&&gn()&&bn(),p=ke(s);if(!f&&p&&Ge(e)&&!Oe(p,e)){ee=e;let m=_e(u);if(m&&m.isConnected){var x;r.current=m,(x=r.current)===null||x===void 0||x.focus()}else ee.current&&Jt(ee.current)}})};return s.addEventListener("keydown",a,!1),s.addEventListener("focusin",l,!1),o==null||o.forEach(u=>u.addEventListener("focusin",l,!1)),o==null||o.forEach(u=>u.addEventListener("focusout",d,!1)),()=>{s.removeEventListener("keydown",a,!1),s.removeEventListener("focusin",l,!1),o==null||o.forEach(u=>u.removeEventListener("focusin",l,!1)),o==null||o.forEach(u=>u.removeEventListener("focusout",d,!1))}},[e,t]),Se(()=>()=>{n.current&&cancelAnimationFrame(n.current)},[n])}function to(e){return Oe(e)}function ve(e,t){return!e||!t?!1:t.some(r=>r.contains(e))}function Oe(e,t=null){if(e instanceof Element&&e.closest("[data-react-aria-top-layer]"))return!0;for(let{scopeRef:r}of oe.traverse(oe.getTreeNode(t)))if(r&&ve(e,r.current))return!0;return!1}function yt(e,t){var r;let n=(r=oe.getTreeNode(t))===null||r===void 0?void 0:r.parent;for(;n;){if(n.scopeRef===e)return!0;n=n.parent}return!1}function ze(e,t=!1){if(e!=null&&!t)try{el(e)}catch{}else if(e!=null)try{e.focus()}catch{}}function ro(e,t=!0){let r=e[0].previousElementSibling,n=Fe(e),o=Ae(n,{tabbable:t},e);o.currentNode=r;let s=o.nextNode();return t&&!s&&(n=Fe(e),o=Ae(n,{tabbable:!1},e),o.currentNode=r,s=o.nextNode()),s}function Jt(e,t=!0){ze(ro(e,t))}function il(e,t){const r=c.useRef(t);c.useEffect(()=>{if(r.current){ee=e;const n=ue(e.current?e.current[0]:void 0);!ve(ke(n),ee.current)&&e.current&&Jt(e.current)}r.current=!1},[e])}function sl(e,t,r){Se(()=>{if(t||r)return;let n=e.current;const o=ue(n?n[0]:void 0);let s=a=>{let l=_e(a);ve(l,e.current)?ee=e:to(l)||(ee=null)};return o.addEventListener("focusin",s,!1),n==null||n.forEach(a=>a.addEventListener("focusin",s,!1)),()=>{o.removeEventListener("focusin",s,!1),n==null||n.forEach(a=>a.removeEventListener("focusin",s,!1))}},[e,t,r])}function Ur(e){let t=oe.getTreeNode(ee);for(;t&&t.scopeRef!==e;){if(t.nodeToRestore)return!1;t=t.parent}return(t==null?void 0:t.scopeRef)===e}function al(e,t,r){const n=c.useRef(typeof document<"u"?ke(ue(e.current?e.current[0]:void 0)):null);Se(()=>{let o=e.current;const s=ue(o?o[0]:void 0);if(!t||r)return;let a=()=>{(!ee||yt(ee,e))&&ve(ke(s),e.current)&&(ee=e)};return s.addEventListener("focusin",a,!1),o==null||o.forEach(l=>l.addEventListener("focusin",a,!1)),()=>{s.removeEventListener("focusin",a,!1),o==null||o.forEach(l=>l.removeEventListener("focusin",a,!1))}},[e,r]),Se(()=>{const o=ue(e.current?e.current[0]:void 0);if(!t)return;let s=a=>{if(a.key!=="Tab"||a.altKey||a.ctrlKey||a.metaKey||!Ge(e)||a.isComposing)return;let l=o.activeElement;if(!Oe(l,e)||!Ur(e))return;let d=oe.getTreeNode(e);if(!d)return;let u=d.nodeToRestore,h=Ae(o.body,{tabbable:!0});h.currentNode=l;let f=a.shiftKey?h.previousNode():h.nextNode();if((!u||!u.isConnected||u===o.body)&&(u=void 0,d.nodeToRestore=void 0),(!f||!Oe(f,e))&&u){h.currentNode=u;do f=a.shiftKey?h.previousNode():h.nextNode();while(Oe(f,e));a.preventDefault(),a.stopPropagation(),f?ze(f,!0):to(u)?ze(u,!0):l.blur()}};return r||o.addEventListener("keydown",s,!0),()=>{r||o.removeEventListener("keydown",s,!0)}},[e,t,r]),Se(()=>{const o=ue(e.current?e.current[0]:void 0);if(!t)return;let s=oe.getTreeNode(e);if(s){var a;return s.nodeToRestore=(a=n.current)!==null&&a!==void 0?a:void 0,()=>{let l=oe.getTreeNode(e);if(!l)return;let d=l.nodeToRestore,u=ke(o);if(t&&d&&(u&&Oe(u,e)||u===o.body&&Ur(e))){let h=oe.clone();requestAnimationFrame(()=>{if(o.activeElement===o.body){let f=h.getTreeNode(e);for(;f;){if(f.nodeToRestore&&f.nodeToRestore.isConnected){Yr(f.nodeToRestore);return}f=f.parent}for(f=h.getTreeNode(e);f;){if(f.scopeRef&&f.scopeRef.current&&oe.getTreeNode(f.scopeRef)){let p=ro(f.scopeRef.current,!0);Yr(p);return}f=f.parent}}})}}}},[e,t])}function Yr(e){e.dispatchEvent(new CustomEvent(qt,{bubbles:!0,cancelable:!0}))&&ze(e)}function Ae(e,t,r){let n=t!=null&&t.tabbable?ui:di,o=(e==null?void 0:e.nodeType)===Node.ELEMENT_NODE?e:null,s=ue(o),a=Zo(s,e||s,NodeFilter.SHOW_ELEMENT,{acceptNode(l){var d;return!(t==null||(d=t.from)===null||d===void 0)&&d.contains(l)||t!=null&&t.tabbable&&l.tagName==="INPUT"&&l.getAttribute("type")==="radio"&&(!nl(l)||a.currentNode.tagName==="INPUT"&&a.currentNode.type==="radio"&&a.currentNode.name===l.name)?NodeFilter.FILTER_REJECT:n(l)&&(!r||ve(l,r))&&(!(t!=null&&t.accept)||t.accept(l))?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});return t!=null&&t.from&&(a.currentNode=t.from),a}class $r{get size(){return this.fastMap.size}getTreeNode(t){return this.fastMap.get(t)}addTreeNode(t,r,n){let o=this.fastMap.get(r??null);if(!o)return;let s=new Qt({scopeRef:t});o.addChild(s),s.parent=o,this.fastMap.set(t,s),n&&(s.nodeToRestore=n)}addNode(t){this.fastMap.set(t.scopeRef,t)}removeTreeNode(t){if(t===null)return;let r=this.fastMap.get(t);if(!r)return;let n=r.parent;for(let s of this.traverse())s!==r&&r.nodeToRestore&&s.nodeToRestore&&r.scopeRef&&r.scopeRef.current&&ve(s.nodeToRestore,r.scopeRef.current)&&(s.nodeToRestore=r.nodeToRestore);let o=r.children;n&&(n.removeChild(r),o.size>0&&o.forEach(s=>n&&n.addChild(s))),this.fastMap.delete(r.scopeRef)}*traverse(t=this.root){if(t.scopeRef!=null&&(yield t),t.children.size>0)for(let r of t.children)yield*this.traverse(r)}clone(){var t;let r=new $r;var n;for(let o of this.traverse())r.addTreeNode(o.scopeRef,(n=(t=o.parent)===null||t===void 0?void 0:t.scopeRef)!==null&&n!==void 0?n:null,o.nodeToRestore);return r}constructor(){this.fastMap=new Map,this.root=new Qt({scopeRef:null}),this.fastMap.set(null,this.root)}}class Qt{addChild(t){this.children.add(t),t.parent=this}removeChild(t){this.children.delete(t),t.parent=void 0}constructor(t){this.children=new Set,this.contain=!1,this.scopeRef=t.scopeRef}}let oe=new $r;const ll=Me`
|
|
1358
1408
|
from { opacity: 0; }
|
|
1359
1409
|
to { opacity: 1; }
|
|
1360
|
-
`,
|
|
1410
|
+
`,cl=Me`
|
|
1361
1411
|
from {
|
|
1362
1412
|
opacity: 0;
|
|
1363
1413
|
transform: translateY(6px) scale(0.985);
|
|
@@ -1366,7 +1416,7 @@
|
|
|
1366
1416
|
opacity: 1;
|
|
1367
1417
|
transform: translateY(0px) scale(1);
|
|
1368
1418
|
}
|
|
1369
|
-
`,
|
|
1419
|
+
`,dl=b.div`
|
|
1370
1420
|
position: fixed;
|
|
1371
1421
|
inset: 0;
|
|
1372
1422
|
z-index: ${({theme:e})=>e.components.modal.zIndex.overlay};
|
|
@@ -1374,14 +1424,14 @@
|
|
|
1374
1424
|
align-items: center;
|
|
1375
1425
|
justify-content: center;
|
|
1376
1426
|
padding: ${({theme:e})=>e.global.spacing.xl};
|
|
1377
|
-
`,
|
|
1427
|
+
`,ul=b.div`
|
|
1378
1428
|
position: absolute;
|
|
1379
1429
|
inset: 0;
|
|
1380
1430
|
background: ${({theme:e})=>e.components.modal.overlay.background};
|
|
1381
1431
|
backdrop-filter: ${({theme:e})=>e.components.modal.overlay.backdropFilter};
|
|
1382
1432
|
-webkit-backdrop-filter: ${({theme:e})=>e.components.modal.overlay.backdropFilter};
|
|
1383
|
-
animation: ${
|
|
1384
|
-
`,
|
|
1433
|
+
animation: ${ll} ${({theme:e})=>e.components.modal.animation.duration} ease forwards;
|
|
1434
|
+
`,fl=b.div`
|
|
1385
1435
|
position: relative;
|
|
1386
1436
|
z-index: ${({theme:e})=>e.components.modal.zIndex.container};
|
|
1387
1437
|
|
|
@@ -1398,7 +1448,7 @@
|
|
|
1398
1448
|
border: ${({theme:e})=>e.components.modal.container.border};
|
|
1399
1449
|
box-shadow: ${({theme:e})=>e.components.modal.container.boxShadow};
|
|
1400
1450
|
|
|
1401
|
-
animation: ${
|
|
1451
|
+
animation: ${cl} ${({theme:e})=>e.components.modal.animation.duration}
|
|
1402
1452
|
${({theme:e})=>e.components.modal.animation.easing} forwards;
|
|
1403
1453
|
|
|
1404
1454
|
&:focus {
|
|
@@ -1409,7 +1459,7 @@
|
|
|
1409
1459
|
outline: 2px solid ${({theme:e})=>e.semantic.colors.brand.primary};
|
|
1410
1460
|
outline-offset: 2px;
|
|
1411
1461
|
}
|
|
1412
|
-
`,
|
|
1462
|
+
`,pl=b.header`
|
|
1413
1463
|
display: flex;
|
|
1414
1464
|
align-items: center;
|
|
1415
1465
|
justify-content: space-between;
|
|
@@ -1421,7 +1471,7 @@
|
|
|
1421
1471
|
|
|
1422
1472
|
border-bottom: ${({theme:e})=>e.components.modal.header.borderBottom};
|
|
1423
1473
|
background: ${({theme:e})=>e.components.modal.header.background};
|
|
1424
|
-
`,
|
|
1474
|
+
`,hl=b.h2`
|
|
1425
1475
|
margin: 0;
|
|
1426
1476
|
padding: 0;
|
|
1427
1477
|
min-width: 0;
|
|
@@ -1436,7 +1486,7 @@
|
|
|
1436
1486
|
overflow: hidden;
|
|
1437
1487
|
text-overflow: ellipsis;
|
|
1438
1488
|
white-space: nowrap;
|
|
1439
|
-
`,bl=
|
|
1489
|
+
`,bl=b.button`
|
|
1440
1490
|
margin: 0;
|
|
1441
1491
|
padding: 0;
|
|
1442
1492
|
border: none;
|
|
@@ -1476,7 +1526,7 @@
|
|
|
1476
1526
|
outline: 2px solid ${({theme:e})=>e.semantic.colors.brand.primary};
|
|
1477
1527
|
outline-offset: 2px;
|
|
1478
1528
|
}
|
|
1479
|
-
`,
|
|
1529
|
+
`,gl=b.div`
|
|
1480
1530
|
flex: 1;
|
|
1481
1531
|
min-height: 0;
|
|
1482
1532
|
overflow: auto;
|
|
@@ -1501,13 +1551,13 @@
|
|
|
1501
1551
|
&::-webkit-scrollbar-thumb:hover {
|
|
1502
1552
|
background: ${({theme:e})=>e.semantic.colors.text.disabled};
|
|
1503
1553
|
}
|
|
1504
|
-
`,
|
|
1554
|
+
`,ml=()=>i.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{d:"M12 4L4 12M4 4L12 12",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});function xl(e,t){if(e){if(typeof e=="function"){e(t);return}try{e.current=t}catch{}}}const no=c.forwardRef(({open:e,onOpenChange:t,children:r,title:n,hideHeader:o=!1,isDismissable:s=!0,closeOnEsc:a=!0,closeOnOverlay:l=!0,closeOnOutside:d=!0,shouldCloseOnInteractOutside:u,portalContainer:h,overlayClassName:f,overlayStyle:p,dialogClassName:x,dialogStyle:m,closeButtonClassName:g,closeButtonStyle:v},$)=>{if(typeof document>"u")return null;const j=c.useRef(null),k=c.useId(),w=c.useCallback(F=>{t(!1)},[t]),R=c.useMemo(()=>h||document.body,[h]);X.usePreventScroll({isDisabled:!e});const T=s===!0,I=T&&a,B=T&&d,{overlayProps:L,underlayProps:D}=X.useOverlay({isOpen:e,onClose:()=>w("reactAria"),isKeyboardDismissDisabled:!I,isDismissable:B,shouldCloseOnInteractOutside:B?u:()=>!1},j),{modalProps:U}=X.useModal(),{dialogProps:re,titleProps:_}=X.useDialog({"aria-label":o&&n?typeof n=="string"?n:"Modal":n?void 0:"Modal","aria-labelledby":!o&&n?k:void 0},j),K=c.useCallback(()=>{T&&w("closeButton")},[T,w]),Q=Re(L,re,U,{ref:F=>{j.current=F,xl($,F)},className:x,style:m,"data-open":"true"}),O=c.useMemo(()=>{const{onPointerDown:F,onMouseDown:V,...q}=D;return l?D:q},[D,l]),P=i.jsxs(dl,{children:[i.jsx(ul,{...Re(O,{className:f,style:p,"data-open":"true"})}),i.jsx(tl,{contain:!0,restoreFocus:!0,autoFocus:!0,children:i.jsxs(fl,{...Q,children:[!o&&(n||T)&&i.jsxs(pl,{children:[n?i.jsx(hl,{..._,id:k,children:n}):i.jsx("span",{}),T?i.jsx(bl,{type:"button",onClick:K,className:g,style:v,"aria-label":"关闭",children:i.jsx(ml,{})}):null]}),i.jsx(gl,{children:r})]})})]});return!e||!R?null:rr.createPortal(P,R)});no.displayName="Modal";const Et=e=>{var t,r,n,o;return{cursor:"not-allowed",backgroundColor:((r=(t=e.components.numberfield)==null?void 0:t.background)==null?void 0:r.disabled)??"#f5f5f5",color:((o=(n=e.components.numberfield)==null?void 0:n.text)==null?void 0:o.disabled)??"#9aa0a6",opacity:.6}},vl=b.div`
|
|
1505
1555
|
display: inline-flex;
|
|
1506
1556
|
flex-direction: column;
|
|
1507
|
-
|
|
1557
|
+
`,yl=b.label`
|
|
1508
1558
|
margin-bottom: 6px;
|
|
1509
1559
|
font-size: 12px;
|
|
1510
|
-
`,kl=
|
|
1560
|
+
`,kl=b.div`
|
|
1511
1561
|
display: inline-flex;
|
|
1512
1562
|
align-items: center;
|
|
1513
1563
|
justify-content: space-between;
|
|
@@ -1548,7 +1598,7 @@
|
|
|
1548
1598
|
border-color: ${({theme:e})=>{var t,r;return((r=(t=e.components.numberfield)==null?void 0:t.border)==null?void 0:r.default)??"#d9d9d9"}} !important;
|
|
1549
1599
|
}
|
|
1550
1600
|
}
|
|
1551
|
-
`,wl=
|
|
1601
|
+
`,wl=b.input`
|
|
1552
1602
|
text-align: center;
|
|
1553
1603
|
border:none;
|
|
1554
1604
|
outline: none;
|
|
@@ -1574,15 +1624,15 @@
|
|
|
1574
1624
|
${({theme:e})=>Et(e)}
|
|
1575
1625
|
}
|
|
1576
1626
|
|
|
1577
|
-
|
|
1627
|
+
`,$l=b.div`
|
|
1578
1628
|
margin-top: 6px;
|
|
1579
1629
|
font-size: 12px;
|
|
1580
1630
|
color: ${({theme:e})=>{var t,r;return((r=(t=e.components.numberfield)==null?void 0:t.text)==null?void 0:r.placeholder)??"#6b6b6b"}};
|
|
1581
|
-
`,
|
|
1631
|
+
`,Sl=b.div`
|
|
1582
1632
|
display: inline-flex;
|
|
1583
1633
|
flex-direction: column;
|
|
1584
1634
|
gap: 1px;
|
|
1585
|
-
`,Zr=
|
|
1635
|
+
`,Zr=b.button`
|
|
1586
1636
|
background: transparent;
|
|
1587
1637
|
border: none;
|
|
1588
1638
|
border-radius: ${({direction:e})=>e==="up"?"4px 4px 0 0":"0 0 4px 4px"};
|
|
@@ -1620,7 +1670,7 @@
|
|
|
1620
1670
|
50% { transform: scale(1.1); }
|
|
1621
1671
|
100% { transform: scale(1); }
|
|
1622
1672
|
}
|
|
1623
|
-
`,Xr=
|
|
1673
|
+
`,Xr=b.button`
|
|
1624
1674
|
display: inline-flex;
|
|
1625
1675
|
align-items: center;
|
|
1626
1676
|
justify-content: center;
|
|
@@ -1660,14 +1710,14 @@
|
|
|
1660
1710
|
50% { transform: scale(1.1); }
|
|
1661
1711
|
100% { transform: scale(1); }
|
|
1662
1712
|
}
|
|
1663
|
-
`,jl=
|
|
1713
|
+
`,Cl=gr,jl=Dn,El=br,Tl=at,oo=c.forwardRef(({min:e,max:t,step:r=1,value:n,defaultValue:o,onChange:s,onValueChange:a,onChangeValue:l,disabled:d,className:u,label:h,description:f,error:p=!1,id:x,controls:m="buttons",size:g="md",...v},$)=>{const y=c.useRef(null);c.useEffect(()=>{$&&(typeof $=="function"?$(y.current):$.current=y.current)},[$]);const j=n!==void 0,[k,w]=c.useState(o),R=j?n:k,T=O=>{let P=O;return e!==void 0&&(P=Math.max(P,e)),t!==void 0&&(P=Math.min(P,t)),P},I=O=>{a==null||a(O),l==null||l(O)},B=O=>{var P;if(j||w(O),y.current){const F=(P=Object.getOwnPropertyDescriptor(window.HTMLInputElement.prototype,"value"))==null?void 0:P.set;F==null||F.call(y.current,O===void 0?"":String(O));const V=new Event("input",{bubbles:!0});Object.defineProperty(V,"target",{writable:!1,value:y.current}),s==null||s(V)}I(O)},L=O=>{const P=O.target.value,F=P===""?e!==void 0?e:0:Number(P),V=Number.isNaN(F)?e!==void 0?e:0:T(F);j||w(V),I(V),s==null||s(O)},D=()=>{const P=T((R??0)+(r??1));B(P)},U=()=>{const P=T((R??0)-(r??1));B(P)},re=O=>{O.key==="ArrowUp"?(O.preventDefault(),D()):O.key==="ArrowDown"&&(O.preventDefault(),U())},_=x||`number-${Math.random().toString(36).slice(2,9)}`,K=R!==void 0&&e!==void 0&&R<=e,Q=R!==void 0&&t!==void 0&&R>=t;return i.jsxs(vl,{className:u,children:[h&&i.jsx(yl,{htmlFor:_,"aria-hidden":!1,children:h}),i.jsxs(kl,{className:`controls-${m} size-${g}`,size:g,disabled:d,controls:m,children:[m==="buttons"&&i.jsx(Xr,{className:"btn-decrement",pos:"left",size:g,type:"button",onClick:U,disabled:d||K,children:i.jsx(jl,{size:g==="lg"?12:8.571})}),i.jsx(wl,{...v,id:_,ref:y,type:"number",value:R===void 0?"":String(R),onChange:L,onKeyDown:re,min:e,max:t,step:r,disabled:d,"aria-invalid":p,"aria-describedby":f?`${_}-desc`:void 0,className:m==="buttons"?"with-side-controls":void 0,"data-size":g}),m==="buttons"&&i.jsx(Xr,{className:"btn-increment",pos:"right",size:g,type:"button",onClick:D,disabled:d||Q,children:i.jsx(Cl,{size:g==="lg"?12:8.571})}),m==="arrows"&&i.jsxs(Sl,{className:"arrow-group",children:[i.jsx(Zr,{direction:"up",type:"button",size:g,onClick:D,disabled:d||Q,className:"arrow-up",children:i.jsx(El,{})}),i.jsx(Zr,{direction:"down",type:"button","aria-label":"减小",title:"减小",size:g,onClick:U,disabled:d||K,className:"arrow-down",children:i.jsx(Tl,{})})]})]}),f&&i.jsx($l,{id:`${_}-desc`,children:f})]})});oo.displayName="NumberInput";const zl=b("label",{shouldForwardProp:e=>e!=="disabled"})(({theme:e,disabled:t})=>({display:"inline-flex",alignItems:"center",gap:e.components.radio.gap,cursor:t?"not-allowed":"pointer",opacity:t?e.components.radio.disabled.opacity:1,transition:`opacity ${e.components.radio.transition}`})),Rl=b("span",{shouldForwardProp:e=>e!=="disabled"})(({theme:e,disabled:t})=>({position:"relative",display:"inline-flex",alignItems:"center",justifyContent:"center",width:e.components.radio.control.size,height:e.components.radio.control.size,borderRadius:e.components.radio.control.borderRadius,borderWidth:e.components.radio.control.borderWidth,borderStyle:"solid",borderColor:t?e.components.radio.control.borderColor.disabled:e.components.radio.control.borderColor.default,background:e.components.radio.control.background,transition:`border-color ${e.components.radio.transition}, box-shadow ${e.components.radio.transition}, transform ${e.components.radio.transition}`,flexShrink:0})),Ll=b("input")(({theme:e})=>({position:"absolute",inset:0,width:"100%",height:"100%",margin:0,opacity:0,cursor:"inherit","&:focus-visible + span":{boxShadow:e.components.radio.focusRing},"&:hover:not(:disabled) + span":{borderColor:e.components.radio.control.borderColor.hover,transform:"translateY(-0.5px)"},"&:checked + span":{borderColor:e.components.radio.control.borderColor.checked},"&:checked + span::after":{transform:"translate(-50%, -50%) scale(1)",opacity:1},"&:disabled + span":{borderColor:e.components.radio.control.borderColor.disabled},"&:disabled + span::after":{background:e.components.radio.control.indicator.disabled}})),Ml=b("span")(({theme:e})=>({position:"relative",inset:0,width:"100%",height:"100%",borderRadius:"inherit",boxShadow:"none","&::after":{content:'""',position:"absolute",top:"50%",left:"50%",width:e.components.radio.control.indicator.size,height:e.components.radio.control.indicator.size,background:e.components.radio.control.indicator.color,borderRadius:"inherit",transform:"translate(-50%, -50%) scale(0.35)",opacity:0,transition:`transform ${e.components.radio.transition}, opacity ${e.components.radio.transition}`}})),Il=b("span")({display:"flex",flexDirection:"column",gap:"0.25rem",minWidth:0}),Pl=b("span",{shouldForwardProp:e=>e!=="disabled"})(({theme:e,disabled:t})=>({fontSize:e.components.radio.text.label.fontSize,fontWeight:e.components.radio.text.label.fontWeight,color:t?e.components.radio.text.label.disabled:e.components.radio.text.label.color,lineHeight:1.5,transition:`color ${e.components.radio.transition}`})),Nl=b("span",{shouldForwardProp:e=>e!=="disabled"})(({theme:e,disabled:t})=>({margin:0,color:t?e.components.radio.text.description.disabled:e.components.radio.text.description.color,fontSize:e.components.radio.text.description.fontSize,lineHeight:1.4,transition:`color ${e.components.radio.transition}`})),Sr=c.forwardRef(({label:e,description:t,className:r,...n},o)=>{const s=!!n.disabled;return i.jsxs(zl,{disabled:s,className:r,"data-disabled":s?"true":void 0,children:[i.jsxs(Rl,{disabled:s,children:[i.jsx(Ll,{ref:o,type:"radio",disabled:s,...n}),i.jsx(Ml,{"aria-hidden":!0})]}),(e||t)&&i.jsxs(Il,{children:[e?i.jsx(Pl,{disabled:s,children:e}):null,t?i.jsx(Nl,{disabled:s,children:t}):null]})]})});Sr.displayName="Radio";const Al=["rect","text","circle"],Fl=["sm","md","lg","pill"],Ol=Me`
|
|
1664
1714
|
0% {
|
|
1665
1715
|
transform: translateX(-100%);
|
|
1666
1716
|
}
|
|
1667
1717
|
100% {
|
|
1668
1718
|
transform: translateX(100%);
|
|
1669
1719
|
}
|
|
1670
|
-
`,io=({theme:e})=>
|
|
1720
|
+
`,io=({theme:e})=>C`
|
|
1671
1721
|
&::after {
|
|
1672
1722
|
content: '';
|
|
1673
1723
|
position: absolute;
|
|
@@ -1678,7 +1728,7 @@
|
|
|
1678
1728
|
${e.components.skeleton.background.highlight} 50%,
|
|
1679
1729
|
transparent 100%
|
|
1680
1730
|
);
|
|
1681
|
-
animation: ${
|
|
1731
|
+
animation: ${Ol} ${e.components.skeleton.animation.duration}
|
|
1682
1732
|
${e.components.skeleton.animation.easing} infinite;
|
|
1683
1733
|
transform: translateX(-100%);
|
|
1684
1734
|
}
|
|
@@ -1690,7 +1740,7 @@
|
|
|
1690
1740
|
transform: translateX(-50%);
|
|
1691
1741
|
}
|
|
1692
1742
|
}
|
|
1693
|
-
`,
|
|
1743
|
+
`,Dl=b.div`
|
|
1694
1744
|
position: relative;
|
|
1695
1745
|
overflow: hidden;
|
|
1696
1746
|
display: block;
|
|
@@ -1699,15 +1749,15 @@
|
|
|
1699
1749
|
width: ${({$variant:e,$width:t,theme:r})=>e==="circle"?t??r.components.skeleton.circle.size:t??"100%"};
|
|
1700
1750
|
height: ${({$variant:e,$height:t,theme:r})=>e==="circle"?t??r.components.skeleton.circle.size:e==="text"?t??r.components.skeleton.text.lineHeight:t??r.components.skeleton.block.height};
|
|
1701
1751
|
|
|
1702
|
-
${({$animate:e,theme:t})=>e&&
|
|
1752
|
+
${({$animate:e,theme:t})=>e&&C`
|
|
1703
1753
|
${io({theme:t})}
|
|
1704
1754
|
`}
|
|
1705
|
-
`,
|
|
1755
|
+
`,Bl=b.div`
|
|
1706
1756
|
display: flex;
|
|
1707
1757
|
flex-direction: column;
|
|
1708
1758
|
gap: ${({theme:e})=>e.components.skeleton.text.gap};
|
|
1709
1759
|
width: ${({$width:e})=>e??"100%"};
|
|
1710
|
-
`,
|
|
1760
|
+
`,_l=b.span`
|
|
1711
1761
|
position: relative;
|
|
1712
1762
|
overflow: hidden;
|
|
1713
1763
|
display: block;
|
|
@@ -1716,10 +1766,10 @@
|
|
|
1716
1766
|
border-radius: ${({theme:e})=>e.components.skeleton.radius.pill};
|
|
1717
1767
|
width: ${({$customWidth:e,$isLast:t,theme:r})=>e??(t?r.components.skeleton.text.lastLineWidth:"100%")};
|
|
1718
1768
|
|
|
1719
|
-
${({$animate:e,theme:t})=>e&&
|
|
1769
|
+
${({$animate:e,theme:t})=>e&&C`
|
|
1720
1770
|
${io({theme:t})}
|
|
1721
1771
|
`}
|
|
1722
|
-
`,Gr=e=>{if(e!==void 0)return typeof e=="number"?`${e}px`:e},so=c.forwardRef(({variant:e="rect",width:t,height:r,lines:n=e==="text"?3:1,animate:o=!0,radius:s="md",loaded:a=!1,className:l,children:d,style:u,...h},f)=>{const p=Gr(t),x=Gr(r),m=Math.max(1,n),
|
|
1772
|
+
`,Gr=e=>{if(e!==void 0)return typeof e=="number"?`${e}px`:e},so=c.forwardRef(({variant:e="rect",width:t,height:r,lines:n=e==="text"?3:1,animate:o=!0,radius:s="md",loaded:a=!1,className:l,children:d,style:u,...h},f)=>{const p=Gr(t),x=Gr(r),m=Math.max(1,n),g=e==="text"&&m>1;if(a)return d?i.jsx("div",{ref:f,className:l,style:u,...h,children:d}):null;const v={role:"status","aria-live":"polite","aria-busy":!0};return g?i.jsx(Bl,{ref:f,className:l,style:u,$width:p,"data-variant":"text",...v,...h,children:Array.from({length:m}).map(($,y)=>i.jsx(_l,{$animate:o,$isLast:y===m-1,$customWidth:y===m-1?p:void 0,"aria-hidden":"true"},y))}):i.jsx(Dl,{ref:f,className:l,style:u,$variant:e,$animate:o,$radius:s,$width:p,$height:x,"data-variant":e,...v,...h})});so.displayName="Skeleton";const qr=Me`
|
|
1723
1773
|
0% {
|
|
1724
1774
|
transform: scale(1);
|
|
1725
1775
|
opacity: 0.6;
|
|
@@ -1732,15 +1782,15 @@
|
|
|
1732
1782
|
transform: scale(1);
|
|
1733
1783
|
opacity: 0.6;
|
|
1734
1784
|
}
|
|
1735
|
-
`,
|
|
1785
|
+
`,Kl=b.div`
|
|
1736
1786
|
display: flex;
|
|
1737
1787
|
flex-direction: ${({orientation:e})=>e==="vertical"?"column":"row"};
|
|
1738
1788
|
width: 100%;
|
|
1739
1789
|
|
|
1740
|
-
${({orientation:e})=>e==="horizontal"&&
|
|
1790
|
+
${({orientation:e})=>e==="horizontal"&&C`
|
|
1741
1791
|
align-items: flex-start;
|
|
1742
1792
|
`}
|
|
1743
|
-
`,
|
|
1793
|
+
`,Vl=b.div`
|
|
1744
1794
|
position: relative;
|
|
1745
1795
|
display: flex;
|
|
1746
1796
|
flex: ${({isLast:e,orientation:t})=>e||t==="vertical"?"0 0 auto":"1"};
|
|
@@ -1749,7 +1799,7 @@
|
|
|
1749
1799
|
|
|
1750
1800
|
/* Gap between content elements */
|
|
1751
1801
|
gap: ${({theme:e})=>e.components.stepper.gap};
|
|
1752
|
-
`,Mt=
|
|
1802
|
+
`,Mt=b.div`
|
|
1753
1803
|
position: relative;
|
|
1754
1804
|
display: flex;
|
|
1755
1805
|
align-items: center;
|
|
@@ -1765,7 +1815,7 @@
|
|
|
1765
1815
|
transition: all 0.2s ease;
|
|
1766
1816
|
|
|
1767
1817
|
/* Colors based on Status */
|
|
1768
|
-
${({theme:e,status:t,variant:r})=>{const n=e.components.stepper,o=n.state[t];let s=o.color,a="transparent",l=o.color;return r==="dot"?(t==="wait"?a=n.line.color.default:a=o.color,l="transparent",
|
|
1818
|
+
${({theme:e,status:t,variant:r})=>{const n=e.components.stepper,o=n.state[t];let s=o.color,a="transparent",l=o.color;return r==="dot"?(t==="wait"?a=n.line.color.default:a=o.color,l="transparent",C`
|
|
1769
1819
|
background-color: ${a};
|
|
1770
1820
|
color: ${l};
|
|
1771
1821
|
${t==="process"?`
|
|
@@ -1780,7 +1830,7 @@
|
|
|
1780
1830
|
z-index: -1;
|
|
1781
1831
|
}
|
|
1782
1832
|
`:""}
|
|
1783
|
-
`):(t==="process"?(s=o.color,a=o.bg,l=e.global.colors.common.white):t==="finish"?(s=o.color,a=o.bg,l=o.color):(t==="error"&&(s=o.color,a=o.bg),l=o.color),
|
|
1833
|
+
`):(t==="process"?(s=o.color,a=o.bg,l=e.global.colors.common.white):t==="finish"?(s=o.color,a=o.bg,l=o.color):(t==="error"&&(s=o.color,a=o.bg),l=o.color),C`
|
|
1784
1834
|
border-color: ${s};
|
|
1785
1835
|
background-color: ${a};
|
|
1786
1836
|
color: ${l};
|
|
@@ -1809,81 +1859,81 @@
|
|
|
1809
1859
|
height: ${({theme:e,size:t})=>e.components.stepper.circle.iconSize[t]};
|
|
1810
1860
|
flex-shrink: 0;
|
|
1811
1861
|
}
|
|
1812
|
-
`,It=
|
|
1862
|
+
`,It=b.div`
|
|
1813
1863
|
display: flex;
|
|
1814
1864
|
flex-direction: column;
|
|
1815
1865
|
justify-content: center;
|
|
1816
1866
|
|
|
1817
|
-
${({orientation:e,labelPlacement:t})=>e==="horizontal"&&t==="bottom"&&
|
|
1867
|
+
${({orientation:e,labelPlacement:t})=>e==="horizontal"&&t==="bottom"&&C`
|
|
1818
1868
|
align-items: center;
|
|
1819
1869
|
text-align: center;
|
|
1820
1870
|
padding-top: 4px; /* Space between icon and text */
|
|
1821
1871
|
`}
|
|
1822
1872
|
|
|
1823
|
-
${({orientation:e,labelPlacement:t})=>(e==="vertical"||t==="right")&&
|
|
1873
|
+
${({orientation:e,labelPlacement:t})=>(e==="vertical"||t==="right")&&C`
|
|
1824
1874
|
padding-left: 4px; /* Space between icon and text */
|
|
1825
1875
|
/* Adjust for vertical alignment with icon center if needed */
|
|
1826
1876
|
padding-top: 4px;
|
|
1827
1877
|
`}
|
|
1828
|
-
`,Pt=
|
|
1878
|
+
`,Pt=b.div`
|
|
1829
1879
|
font-size: ${({theme:e})=>e.components.stepper.text.title.fontSize};
|
|
1830
1880
|
font-weight: ${({theme:e})=>e.components.stepper.text.title.fontWeight};
|
|
1831
1881
|
line-height: 1.4;
|
|
1832
1882
|
|
|
1833
1883
|
color: ${({theme:e,status:t})=>{const r=e.components.stepper.text.title.color;switch(t){case"process":return r.active;case"finish":return r.default;case"error":return r.error;case"wait":return r.waiting;default:return r.default}}};
|
|
1834
|
-
`,Nt=
|
|
1884
|
+
`,Nt=b.div`
|
|
1835
1885
|
font-size: ${({theme:e})=>e.components.stepper.text.description.fontSize};
|
|
1836
1886
|
color: ${({theme:e})=>e.components.stepper.text.description.color};
|
|
1837
1887
|
line-height: 1.4;
|
|
1838
1888
|
margin-top: 2px;
|
|
1839
|
-
`,At=
|
|
1889
|
+
`,At=b.div`
|
|
1840
1890
|
transition: background-color 0.2s ease;
|
|
1841
1891
|
|
|
1842
|
-
${({orientation:e,theme:t,isFinished:r,size:n,labelPlacement:o,variant:s})=>{const a=s==="dot"?t.components.stepper.dot.size[n]:t.components.stepper.circle.size[n],d=parseInt(a)/2;return e==="horizontal"?
|
|
1892
|
+
${({orientation:e,theme:t,isFinished:r,size:n,labelPlacement:o,variant:s})=>{const a=s==="dot"?t.components.stepper.dot.size[n]:t.components.stepper.circle.size[n],d=parseInt(a)/2;return e==="horizontal"?C`
|
|
1843
1893
|
flex: 1;
|
|
1844
1894
|
height: 1px;
|
|
1845
1895
|
background-color: ${r?t.components.stepper.line.color.active:t.components.stepper.line.color.default};
|
|
1846
1896
|
margin: 0 ${t.components.stepper.gap};
|
|
1847
1897
|
margin-top: ${d}px;
|
|
1848
1898
|
${o==="bottom"?"align-self: flex-start;":""}
|
|
1849
|
-
`:
|
|
1899
|
+
`:C`
|
|
1850
1900
|
width: 1px;
|
|
1851
1901
|
min-height: 40px;
|
|
1852
1902
|
flex: 1;
|
|
1853
1903
|
background-color: ${r?t.components.stepper.line.color.active:t.components.stepper.line.color.default};
|
|
1854
1904
|
margin-top: 4px;
|
|
1855
1905
|
`}}
|
|
1856
|
-
`,ao=c.forwardRef((e,t)=>{const{active:r=0,orientation:n="horizontal",labelPlacement:o="right",size:s="md",variant:a="default",children:l,className:d,onChange:u,...h}=e,f=c.Children.toArray(l).filter(c.isValidElement);return i.jsx(
|
|
1906
|
+
`,ao=c.forwardRef((e,t)=>{const{active:r=0,orientation:n="horizontal",labelPlacement:o="right",size:s="md",variant:a="default",children:l,className:d,onChange:u,...h}=e,f=c.Children.toArray(l).filter(c.isValidElement);return i.jsx(Kl,{ref:t,orientation:n,className:d,role:"list","aria-label":"Progress",...h,children:f.map((p,x)=>{const m=p.props;let g="wait";return m.status?g=m.status:x<r?g="finish":x===r?g="process":g="wait",c.cloneElement(p,{index:x,last:x===f.length-1,orientation:n,labelPlacement:n==="vertical"?"right":o,size:s,status:g,variant:a,onClick:()=>{var v;u&&!m.disabled&&u(x),(v=m.onClick)==null||v.call(m)}})})})});ao.displayName="Stepper";const lo=c.forwardRef((e,t)=>{const{title:r,description:n,icon:o,status:s="wait",index:a=0,orientation:l="horizontal",labelPlacement:d="right",size:u="md",last:h=!1,variant:f="default",className:p,onClick:x,...m}=e,g=()=>{if(o)return o;switch(s){case"finish":return i.jsx(mr,{});case"error":return i.jsx(xr,{});default:return i.jsx("span",{children:a+1})}},v=l==="horizontal"&&f==="dot"?"bottom":d,y=!(f==="dot"&&!o)?g():null,j=l==="vertical"&&!h,k=l==="horizontal"&&!h;return i.jsxs(Vl,{ref:t,className:p,orientation:l,labelPlacement:v,status:s,isLast:h,variant:f,onClick:x,role:"listitem","aria-current":s==="process"?"step":void 0,...m,children:[l==="vertical"&&i.jsxs(i.Fragment,{children:[i.jsxs("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",flexShrink:0,minHeight:h?"auto":"80px"},children:[i.jsx(Mt,{status:s,size:u,variant:f,children:y}),j&&i.jsx(At,{orientation:"vertical",labelPlacement:v,isFinished:s==="finish",size:u,variant:f})]}),i.jsxs(It,{orientation:l,labelPlacement:v,children:[i.jsx(Pt,{status:s,children:r}),n&&i.jsx(Nt,{children:n})]})]}),l==="horizontal"&&i.jsx(i.Fragment,{children:v==="bottom"?i.jsxs("div",{style:{display:"flex",flexDirection:"row",alignItems:"center",width:"100%"},children:[i.jsxs("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",flexShrink:0},children:[i.jsx(Mt,{status:s,size:u,variant:f,children:y}),i.jsxs(It,{orientation:l,labelPlacement:v,children:[i.jsx(Pt,{status:s,children:r}),n&&i.jsx(Nt,{children:n})]})]}),k&&i.jsx(At,{orientation:"horizontal",labelPlacement:v,isFinished:s==="finish",size:u,variant:f})]}):i.jsxs(i.Fragment,{children:[i.jsx(Mt,{status:s,size:u,variant:f,children:y}),i.jsxs(It,{orientation:l,labelPlacement:v,children:[i.jsx(Pt,{status:s,children:r}),n&&i.jsx(Nt,{children:n})]}),k&&i.jsx(At,{orientation:"horizontal",labelPlacement:v,isFinished:s==="finish",size:u,variant:f})]})})]})});lo.displayName="Step";const Hl=["line","circle"],Wl=["sm","md","lg"],Ul=["normal","error","warning","success"],Tt=(e,t)=>({normal:t.semantic.colors.brand.primary,error:t.semantic.colors.state.danger,warning:t.semantic.colors.state.warning,success:t.semantic.colors.state.success})[e],Yl=b.div`
|
|
1857
1907
|
display: flex;
|
|
1858
1908
|
align-items: center;
|
|
1859
1909
|
gap: 16px;
|
|
1860
1910
|
width: 100%;
|
|
1861
|
-
`,
|
|
1911
|
+
`,Zl=b.div`
|
|
1862
1912
|
position: relative;
|
|
1863
1913
|
flex: 1;
|
|
1864
1914
|
background: ${({theme:e})=>e.semantic.colors.background.secondary};
|
|
1865
1915
|
border-radius: 5px;
|
|
1866
1916
|
overflow: hidden;
|
|
1867
1917
|
|
|
1868
|
-
${({size:e})=>e==="sm"?
|
|
1918
|
+
${({size:e})=>e==="sm"?C`
|
|
1869
1919
|
height: 6px;
|
|
1870
|
-
`:
|
|
1920
|
+
`:C`
|
|
1871
1921
|
height: 8px;
|
|
1872
1922
|
`}
|
|
1873
|
-
`,
|
|
1923
|
+
`,Xl=b.div`
|
|
1874
1924
|
height: 100%;
|
|
1875
1925
|
width: ${({percent:e})=>e}%;
|
|
1876
1926
|
background: ${({status:e,theme:t})=>Tt(e,t)};
|
|
1877
1927
|
border-radius: 5px;
|
|
1878
1928
|
transition: width 0.3s ease, background 0.3s ease;
|
|
1879
|
-
`,
|
|
1929
|
+
`,Gl=b.span`
|
|
1880
1930
|
font-family: ${({theme:e})=>e.global.typography.fontFamily};
|
|
1881
1931
|
font-size: 12px;
|
|
1882
1932
|
line-height: 18px;
|
|
1883
1933
|
color: ${({theme:e})=>e.semantic.colors.text.secondary};
|
|
1884
1934
|
white-space: nowrap;
|
|
1885
1935
|
flex-shrink: 0;
|
|
1886
|
-
`,
|
|
1936
|
+
`,ql=b.span`
|
|
1887
1937
|
display: inline-flex;
|
|
1888
1938
|
align-items: center;
|
|
1889
1939
|
justify-content: center;
|
|
@@ -1896,40 +1946,40 @@
|
|
|
1896
1946
|
width: 100%;
|
|
1897
1947
|
height: 100%;
|
|
1898
1948
|
}
|
|
1899
|
-
`,
|
|
1949
|
+
`,Jl=b.div`
|
|
1900
1950
|
display: flex;
|
|
1901
1951
|
align-items: center;
|
|
1902
1952
|
gap: 10px;
|
|
1903
1953
|
flex-shrink: 0;
|
|
1904
|
-
`,
|
|
1954
|
+
`,Ql=b.div`
|
|
1905
1955
|
position: relative;
|
|
1906
1956
|
display: inline-flex;
|
|
1907
1957
|
align-items: center;
|
|
1908
1958
|
justify-content: center;
|
|
1909
1959
|
|
|
1910
|
-
${({size:e})=>e==="sm"?
|
|
1960
|
+
${({size:e})=>e==="sm"?C`
|
|
1911
1961
|
width: 24px;
|
|
1912
1962
|
height: 24px;
|
|
1913
|
-
`:e==="md"?
|
|
1963
|
+
`:e==="md"?C`
|
|
1914
1964
|
width: 80px;
|
|
1915
1965
|
height: 80px;
|
|
1916
|
-
`:
|
|
1966
|
+
`:C`
|
|
1917
1967
|
width: 160px;
|
|
1918
1968
|
height: 160px;
|
|
1919
1969
|
`}
|
|
1920
|
-
`,
|
|
1970
|
+
`,ec=b.svg`
|
|
1921
1971
|
transform: rotate(-90deg);
|
|
1922
1972
|
width: 100%;
|
|
1923
1973
|
height: 100%;
|
|
1924
|
-
`,
|
|
1974
|
+
`,tc=b.circle`
|
|
1925
1975
|
fill: none;
|
|
1926
1976
|
stroke: ${({theme:e})=>e.semantic.colors.background.secondary};
|
|
1927
|
-
`,
|
|
1977
|
+
`,rc=b.circle`
|
|
1928
1978
|
fill: none;
|
|
1929
1979
|
stroke: ${({status:e,theme:t})=>Tt(e,t)};
|
|
1930
1980
|
stroke-linecap: round;
|
|
1931
1981
|
transition: stroke-dashoffset 0.3s ease, stroke 0.3s ease;
|
|
1932
|
-
`,
|
|
1982
|
+
`,nc=b.div`
|
|
1933
1983
|
position: absolute;
|
|
1934
1984
|
top: 50%;
|
|
1935
1985
|
left: 50%;
|
|
@@ -1938,23 +1988,23 @@
|
|
|
1938
1988
|
align-items: center;
|
|
1939
1989
|
justify-content: center;
|
|
1940
1990
|
|
|
1941
|
-
${({size:e,theme:t})=>e==="sm"?
|
|
1991
|
+
${({size:e,theme:t})=>e==="sm"?C`
|
|
1942
1992
|
width: 16px;
|
|
1943
1993
|
height: 16px;
|
|
1944
|
-
`:e==="md"?
|
|
1994
|
+
`:e==="md"?C`
|
|
1945
1995
|
font-family: 'Barlow', ${t.global.typography.fontFamily};
|
|
1946
1996
|
font-size: 20px;
|
|
1947
1997
|
font-weight: 500;
|
|
1948
1998
|
line-height: 30px;
|
|
1949
1999
|
color: ${t.semantic.colors.text.secondary};
|
|
1950
|
-
`:
|
|
2000
|
+
`:C`
|
|
1951
2001
|
font-family: 'Barlow', ${t.global.typography.fontFamily};
|
|
1952
2002
|
font-size: 36px;
|
|
1953
2003
|
font-weight: 500;
|
|
1954
2004
|
line-height: 54px;
|
|
1955
2005
|
color: ${t.semantic.colors.text.secondary};
|
|
1956
2006
|
`}
|
|
1957
|
-
`,
|
|
2007
|
+
`,oc=b.span`
|
|
1958
2008
|
display: inline-flex;
|
|
1959
2009
|
align-items: center;
|
|
1960
2010
|
justify-content: center;
|
|
@@ -1964,7 +2014,7 @@
|
|
|
1964
2014
|
width: 100%;
|
|
1965
2015
|
height: 100%;
|
|
1966
2016
|
}
|
|
1967
|
-
`,sc=Wl,ac=Ul,lc=Yl,cc=()=>i.jsxs("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[i.jsx("circle",{cx:"8",cy:"8",r:"8",fill:"currentColor"}),i.jsx("path",{d:"M11.3333 5.5L6.75 10.0833L4.66667 8",stroke:"white",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),dc=()=>i.jsxs("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[i.jsx("circle",{cx:"8",cy:"8",r:"8",fill:"currentColor"}),i.jsx("path",{d:"M10 6L6 10M6 6L10 10",stroke:"white",strokeWidth:"1.5",strokeLinecap:"round"})]}),uc=()=>i.jsxs("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[i.jsx("circle",{cx:"8",cy:"8",r:"8",fill:"currentColor"}),i.jsx("path",{d:"M8 4.66667V8.66667M8 11.3333H8.00667",stroke:"white",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),fc=e=>{switch(e){case"success":return i.jsx(cc,{});case"error":return i.jsx(dc,{});case"warning":return i.jsx(uc,{});default:return null}},co=c.forwardRef(({type:e="line",size:t="md",status:r="normal",value:n=0,showPercent:o=!0,showIcon:s=!0,className:a,...l},d)=>{const u=Math.min(Math.max(n,0),100),{progressBarProps:h,labelProps:f}=X.useProgressBar({...l,value:u,minValue:0,maxValue:100}),p=s&&r!=="normal",x=p?fc(r):null;if(e==="line")return i.jsxs(Zl,{...h,ref:d,size:t,className:a,role:"progressbar","aria-valuenow":u,"aria-valuemin":0,"aria-valuemax":100,children:[i.jsx(Xl,{size:t,children:i.jsx(Gl,{status:r,percent:u})}),i.jsxs(Ql,{children:[o&&i.jsxs(ql,{...f,children:[Math.round(u),"%"]}),p&&x&&i.jsx(Jl,{status:r,children:x})]})]});const m=()=>{switch(t){case"sm":return{circleSize:24,strokeWidth:3};case"md":return{circleSize:80,strokeWidth:6};case"lg":return{circleSize:160,strokeWidth:8};default:return{circleSize:80,strokeWidth:6}}},{circleSize:b,strokeWidth:v}=m(),w=(b-v)/2,y=2*Math.PI*w,C=y-u/100*y,$=t!=="sm";return i.jsxs(ec,{...h,ref:d,size:t,className:a,role:"progressbar","aria-valuenow":u,"aria-valuemin":0,"aria-valuemax":100,children:[i.jsxs(tc,{children:[i.jsx(rc,{cx:b/2,cy:b/2,r:w,strokeWidth:v}),i.jsx(nc,{status:r,cx:b/2,cy:b/2,r:w,strokeWidth:v,strokeDasharray:y,strokeDashoffset:C})]}),i.jsx(oc,{size:t,children:$?o&&i.jsxs("span",{...f,children:[Math.round(u),"%"]}):p&&x&&i.jsx(ic,{status:r,children:x})})]})});co.displayName="Progress";const uo={badInput:!1,customError:!1,patternMismatch:!1,rangeOverflow:!1,rangeUnderflow:!1,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valueMissing:!1,valid:!0},fo={...uo,customError:!0,valid:!1},Xe={isInvalid:!1,validationDetails:uo,validationErrors:[]},pc=c.createContext({}),Jr="__formValidationState"+Date.now();function hc(e){if(e[Jr]){let{realtimeValidation:t,displayValidation:r,updateValidation:n,resetValidation:o,commitValidation:s}=e[Jr];return{realtimeValidation:t,displayValidation:r,updateValidation:n,resetValidation:o,commitValidation:s}}return gc(e)}function gc(e){let{isInvalid:t,validationState:r,name:n,value:o,builtinValidation:s,validate:a,validationBehavior:l="aria"}=e;r&&(t||(t=r==="invalid"));let d=t!==void 0?{isInvalid:t,validationErrors:[],validationDetails:fo}:null,u=c.useMemo(()=>{if(!a||o==null)return null;let L=bc(a,o);return Qr(L)},[a,o]);s!=null&&s.validationDetails.valid&&(s=void 0);let h=c.useContext(pc),f=c.useMemo(()=>n?Array.isArray(n)?n.flatMap(L=>er(h[L])):er(h[n]):[],[h,n]),[p,x]=c.useState(h),[m,b]=c.useState(!1);h!==p&&(x(h),b(!1));let v=c.useMemo(()=>Qr(m?[]:f),[m,f]),w=c.useRef(Xe),[y,C]=c.useState(Xe),$=c.useRef(Xe),k=()=>{if(!R)return;T(!1);let L=u||s||w.current;Ft(L,$.current)||($.current=L,C(L))},[R,T]=c.useState(!1);return c.useEffect(k),{realtimeValidation:d||v||u||s||Xe,displayValidation:l==="native"?d||v||y:d||v||u||s||y,updateValidation(L){l==="aria"&&!Ft(y,L)?C(L):w.current=L},resetValidation(){let L=Xe;Ft(L,$.current)||($.current=L,C(L)),l==="native"&&T(!1),b(!0)},commitValidation(){l==="native"&&T(!0),b(!0)}}}function er(e){return e?Array.isArray(e)?e:[e]:[]}function bc(e,t){if(typeof e=="function"){let r=e(t);if(r&&typeof r!="boolean")return er(r)}return[]}function Qr(e){return e.length?{isInvalid:!0,validationErrors:e,validationDetails:fo}:null}function Ft(e,t){return e===t?!0:!!e&&!!t&&e.isInvalid===t.isInvalid&&e.validationErrors.length===t.validationErrors.length&&e.validationErrors.every((r,n)=>r===t.validationErrors[n])&&Object.entries(e.validationDetails).every(([r,n])=>t.validationDetails[r]===n)}class en{*[Symbol.iterator](){yield*this.iterable}get size(){return this._size}getKeys(){return this.keyMap.keys()}getKeyBefore(t){let r=this.keyMap.get(t);var n;return r&&(n=r.prevKey)!==null&&n!==void 0?n:null}getKeyAfter(t){let r=this.keyMap.get(t);var n;return r&&(n=r.nextKey)!==null&&n!==void 0?n:null}getFirstKey(){return this.firstKey}getLastKey(){return this.lastKey}getItem(t){var r;return(r=this.keyMap.get(t))!==null&&r!==void 0?r:null}at(t){const r=[...this.getKeys()];return this.getItem(r[t])}getChildren(t){let r=this.keyMap.get(t);return(r==null?void 0:r.childNodes)||[]}constructor(t){this.keyMap=new Map,this.firstKey=null,this.lastKey=null,this.iterable=t;let r=l=>{if(this.keyMap.set(l.key,l),l.childNodes&&l.type==="section")for(let d of l.childNodes)r(d)};for(let l of t)r(l);let n=null,o=0,s=0;for(let[l,d]of this.keyMap)n?(n.nextKey=l,d.prevKey=n.key):(this.firstKey=l,d.prevKey=void 0),d.type==="item"&&(d.index=o++),(d.type==="section"||d.type==="item")&&s++,n=d,n.nextKey=void 0;this._size=s;var a;this.lastKey=(a=n==null?void 0:n.key)!==null&&a!==void 0?a:null}}class ye extends Set{constructor(t,r,n){super(t),t instanceof ye?(this.anchorKey=r??t.anchorKey,this.currentKey=n??t.currentKey):(this.anchorKey=r??null,this.currentKey=n??null)}}function mc(e,t){if(e.size!==t.size)return!1;for(let r of e)if(!t.has(r))return!1;return!0}function xc(e){let{selectionMode:t="none",disallowEmptySelection:r=!1,allowDuplicateSelectionEvents:n,selectionBehavior:o="toggle",disabledBehavior:s="all"}=e,a=c.useRef(!1),[,l]=c.useState(!1),d=c.useRef(null),u=c.useRef(null),[,h]=c.useState(null),f=c.useMemo(()=>tn(e.selectedKeys),[e.selectedKeys]),p=c.useMemo(()=>tn(e.defaultSelectedKeys,new ye),[e.defaultSelectedKeys]),[x,m]=wt(f,p,e.onSelectionChange),b=c.useMemo(()=>e.disabledKeys?new Set(e.disabledKeys):new Set,[e.disabledKeys]),[v,w]=c.useState(o);o==="replace"&&v==="toggle"&&typeof x=="object"&&x.size===0&&w("replace");let y=c.useRef(o);return c.useEffect(()=>{o!==y.current&&(w(o),y.current=o)},[o]),{selectionMode:t,disallowEmptySelection:r,selectionBehavior:v,setSelectionBehavior:w,get isFocused(){return a.current},setFocused(C){a.current=C,l(C)},get focusedKey(){return d.current},get childFocusStrategy(){return u.current},setFocusedKey(C,$="first"){d.current=C,u.current=$,h(C)},selectedKeys:x,setSelectedKeys(C){(n||!mc(C,x))&&m(C)},disabledKeys:b,disabledBehavior:s}}function tn(e,t){return e?e==="all"?"all":new ye(e):t}function po(e){return null}po.getCollectionNode=function*(t,r){let{childItems:n,title:o,children:s}=t,a=t.title||t.children,l=t.textValue||(typeof a=="string"?a:"")||t["aria-label"]||"";!l&&!(r!=null&&r.suppressTextValueWarning)&&process.env.NODE_ENV!=="production"&&console.warn("<Item> with non-plain text contents is unsupported by type to select for accessibility. Please add a `textValue` prop."),yield{type:"item",props:t,rendered:a,textValue:l,"aria-label":t["aria-label"],hasChildNodes:vc(t),*childNodes(){if(n)for(let d of n)yield{type:"item",value:d};else if(o){let d=[];c.Children.forEach(s,u=>{d.push({type:"item",element:u})}),yield*d}}}};function vc(e){return e.hasChildItems!=null?e.hasChildItems:!!(e.childItems||e.title&&c.Children.count(e.children)>0)}let ho=po;function go(e){return null}go.getCollectionNode=function*(t){let{children:r,title:n,items:o}=t;yield{type:"section",props:t,hasChildNodes:!0,rendered:n,"aria-label":t["aria-label"],*childNodes(){if(typeof r=="function"){if(!o)throw new Error("props.children was a function but props.items is missing");for(let s of o)yield{type:"item",value:s,renderer:r}}else{let s=[];c.Children.forEach(r,a=>{s.push({type:"item",element:a})}),yield*s}}}};let yc=go;class $c{build(t,r){return this.context=r,rn(()=>this.iterateCollection(t))}*iterateCollection(t){let{children:r,items:n}=t;if(c.isValidElement(r)&&r.type===c.Fragment)yield*this.iterateCollection({children:r.props.children,items:n});else if(typeof r=="function"){if(!n)throw new Error("props.children was a function but props.items is missing");let o=0;for(let s of n)yield*this.getFullNode({value:s,index:o},{renderer:r}),o++}else{let o=[];c.Children.forEach(r,a=>{a&&o.push(a)});let s=0;for(let a of o){let l=this.getFullNode({element:a,index:s},{});for(let d of l)s++,yield d}}}getKey(t,r,n,o){if(t.key!=null)return t.key;if(r.type==="cell"&&r.key!=null)return`${o}${r.key}`;let s=r.value;if(s!=null){var a;let l=(a=s.key)!==null&&a!==void 0?a:s.id;if(l==null)throw new Error("No key found for item");return l}return o?`${o}.${r.index}`:`$.${r.index}`}getChildState(t,r){return{renderer:r.renderer||t.renderer}}*getFullNode(t,r,n,o){if(c.isValidElement(t.element)&&t.element.type===c.Fragment){let v=[];c.Children.forEach(t.element.props.children,y=>{v.push(y)});var s;let w=(s=t.index)!==null&&s!==void 0?s:0;for(const y of v)yield*this.getFullNode({element:y,index:w++},r,n,o);return}let a=t.element;if(!a&&t.value&&r&&r.renderer){let v=this.cache.get(t.value);if(v&&(!v.shouldInvalidate||!v.shouldInvalidate(this.context))){v.index=t.index,v.parentKey=o?o.key:null,yield v;return}a=r.renderer(t.value)}if(c.isValidElement(a)){let v=a.type;if(typeof v!="function"&&typeof v.getCollectionNode!="function"){let $=a.type;throw new Error(`Unknown element <${$}> in collection.`)}let w=v.getCollectionNode(a.props,this.context);var l;let y=(l=t.index)!==null&&l!==void 0?l:0,C=w.next();for(;!C.done&&C.value;){let $=C.value;t.index=y;var d;let k=(d=$.key)!==null&&d!==void 0?d:null;k==null&&(k=$.element?null:this.getKey(a,t,r,n));let T=[...this.getFullNode({...$,key:k,index:y,wrapper:kc(t.wrapper,$.wrapper)},this.getChildState(r,$),n?`${n}${a.key}`:a.key,o)];for(let I of T){var u,h;I.value=(h=(u=$.value)!==null&&u!==void 0?u:t.value)!==null&&h!==void 0?h:null,I.value&&this.cache.set(I.value,I);var f;if(t.type&&I.type!==t.type)throw new Error(`Unsupported type <${Ot(I.type)}> in <${Ot((f=o==null?void 0:o.type)!==null&&f!==void 0?f:"unknown parent type")}>. Only <${Ot(t.type)}> is supported.`);y++,yield I}C=w.next(T)}return}if(t.key==null||t.type==null)return;let p=this;var x,m;let b={type:t.type,props:t.props,key:t.key,parentKey:o?o.key:null,value:(x=t.value)!==null&&x!==void 0?x:null,level:o?o.level+1:0,index:t.index,rendered:t.rendered,textValue:(m=t.textValue)!==null&&m!==void 0?m:"","aria-label":t["aria-label"],wrapper:t.wrapper,shouldInvalidate:t.shouldInvalidate,hasChildNodes:t.hasChildNodes||!1,childNodes:rn(function*(){if(!t.hasChildNodes||!t.childNodes)return;let v=0;for(let w of t.childNodes()){w.key!=null&&(w.key=`${b.key}${w.key}`);let y=p.getFullNode({...w,index:v},p.getChildState(r,w),b.key,b);for(let C of y)v++,yield C}})};yield b}constructor(){this.cache=new WeakMap}}function rn(e){let t=[],r=null;return{*[Symbol.iterator](){for(let n of t)yield n;r||(r=e());for(let n of r)t.push(n),yield n}}}function kc(e,t){if(e&&t)return r=>e(t(r));if(e)return e;if(t)return t}function Ot(e){return e[0].toUpperCase()+e.slice(1)}function wc(e,t,r){let n=c.useMemo(()=>new $c,[]),{children:o,items:s,collection:a}=e;return c.useMemo(()=>{if(a)return a;let d=n.build({children:o,items:s},r);return t(d)},[n,o,s,a,r,t])}function Sc(e,t){return typeof t.getChildren=="function"?t.getChildren(e.key):e.childNodes}function Cc(e){return jc(e)}function jc(e,t){for(let r of e)return r}function Dt(e,t,r){if(t.parentKey===r.parentKey)return t.index-r.index;let n=[...nn(e,t),t],o=[...nn(e,r),r],s=n.slice(0,o.length).findIndex((a,l)=>a!==o[l]);return s!==-1?(t=n[s],r=o[s],t.index-r.index):n.findIndex(a=>a===r)>=0?1:(o.findIndex(a=>a===t)>=0,-1)}function nn(e,t){let r=[],n=t;for(;(n==null?void 0:n.parentKey)!=null;)n=e.getItem(n.parentKey),n&&r.unshift(n);return r}class Cr{get selectionMode(){return this.state.selectionMode}get disallowEmptySelection(){return this.state.disallowEmptySelection}get selectionBehavior(){return this.state.selectionBehavior}setSelectionBehavior(t){this.state.setSelectionBehavior(t)}get isFocused(){return this.state.isFocused}setFocused(t){this.state.setFocused(t)}get focusedKey(){return this.state.focusedKey}get childFocusStrategy(){return this.state.childFocusStrategy}setFocusedKey(t,r){(t==null||this.collection.getItem(t))&&this.state.setFocusedKey(t,r)}get selectedKeys(){return this.state.selectedKeys==="all"?new Set(this.getSelectAllKeys()):this.state.selectedKeys}get rawSelection(){return this.state.selectedKeys}isSelected(t){if(this.state.selectionMode==="none")return!1;let r=this.getKey(t);return r==null?!1:this.state.selectedKeys==="all"?this.canSelectItem(r):this.state.selectedKeys.has(r)}get isEmpty(){return this.state.selectedKeys!=="all"&&this.state.selectedKeys.size===0}get isSelectAll(){if(this.isEmpty)return!1;if(this.state.selectedKeys==="all")return!0;if(this._isSelectAll!=null)return this._isSelectAll;let t=this.getSelectAllKeys(),r=this.state.selectedKeys;return this._isSelectAll=t.every(n=>r.has(n)),this._isSelectAll}get firstSelectedKey(){let t=null;for(let n of this.state.selectedKeys){let o=this.collection.getItem(n);(!t||o&&Dt(this.collection,o,t)<0)&&(t=o)}var r;return(r=t==null?void 0:t.key)!==null&&r!==void 0?r:null}get lastSelectedKey(){let t=null;for(let n of this.state.selectedKeys){let o=this.collection.getItem(n);(!t||o&&Dt(this.collection,o,t)>0)&&(t=o)}var r;return(r=t==null?void 0:t.key)!==null&&r!==void 0?r:null}get disabledKeys(){return this.state.disabledKeys}get disabledBehavior(){return this.state.disabledBehavior}extendSelection(t){if(this.selectionMode==="none")return;if(this.selectionMode==="single"){this.replaceSelection(t);return}let r=this.getKey(t);if(r==null)return;let n;if(this.state.selectedKeys==="all")n=new ye([r],r,r);else{let a=this.state.selectedKeys;var o;let l=(o=a.anchorKey)!==null&&o!==void 0?o:r;n=new ye(a,l,r);var s;for(let d of this.getKeyRange(l,(s=a.currentKey)!==null&&s!==void 0?s:r))n.delete(d);for(let d of this.getKeyRange(r,l))this.canSelectItem(d)&&n.add(d)}this.state.setSelectedKeys(n)}getKeyRange(t,r){let n=this.collection.getItem(t),o=this.collection.getItem(r);return n&&o?Dt(this.collection,n,o)<=0?this.getKeyRangeInternal(t,r):this.getKeyRangeInternal(r,t):[]}getKeyRangeInternal(t,r){var n;if(!((n=this.layoutDelegate)===null||n===void 0)&&n.getKeyRange)return this.layoutDelegate.getKeyRange(t,r);let o=[],s=t;for(;s!=null;){let a=this.collection.getItem(s);if(a&&(a.type==="item"||a.type==="cell"&&this.allowsCellSelection)&&o.push(s),s===r)return o;s=this.collection.getKeyAfter(s)}return[]}getKey(t){let r=this.collection.getItem(t);if(!r||r.type==="cell"&&this.allowsCellSelection)return t;for(;r&&r.type!=="item"&&r.parentKey!=null;)r=this.collection.getItem(r.parentKey);return!r||r.type!=="item"?null:r.key}toggleSelection(t){if(this.selectionMode==="none")return;if(this.selectionMode==="single"&&!this.isSelected(t)){this.replaceSelection(t);return}let r=this.getKey(t);if(r==null)return;let n=new ye(this.state.selectedKeys==="all"?this.getSelectAllKeys():this.state.selectedKeys);n.has(r)?n.delete(r):this.canSelectItem(r)&&(n.add(r),n.anchorKey=r,n.currentKey=r),!(this.disallowEmptySelection&&n.size===0)&&this.state.setSelectedKeys(n)}replaceSelection(t){if(this.selectionMode==="none")return;let r=this.getKey(t);if(r==null)return;let n=this.canSelectItem(r)?new ye([r],r,r):new ye;this.state.setSelectedKeys(n)}setSelectedKeys(t){if(this.selectionMode==="none")return;let r=new ye;for(let n of t){let o=this.getKey(n);if(o!=null&&(r.add(o),this.selectionMode==="single"))break}this.state.setSelectedKeys(r)}getSelectAllKeys(){let t=[],r=n=>{for(;n!=null;){if(this.canSelectItem(n)){var o;let a=this.collection.getItem(n);(a==null?void 0:a.type)==="item"&&t.push(n);var s;a!=null&&a.hasChildNodes&&(this.allowsCellSelection||a.type!=="item")&&r((s=(o=Cc(Sc(a,this.collection)))===null||o===void 0?void 0:o.key)!==null&&s!==void 0?s:null)}n=this.collection.getKeyAfter(n)}};return r(this.collection.getFirstKey()),t}selectAll(){!this.isSelectAll&&this.selectionMode==="multiple"&&this.state.setSelectedKeys("all")}clearSelection(){!this.disallowEmptySelection&&(this.state.selectedKeys==="all"||this.state.selectedKeys.size>0)&&this.state.setSelectedKeys(new ye)}toggleSelectAll(){this.isSelectAll?this.clearSelection():this.selectAll()}select(t,r){this.selectionMode!=="none"&&(this.selectionMode==="single"?this.isSelected(t)&&!this.disallowEmptySelection?this.toggleSelection(t):this.replaceSelection(t):this.selectionBehavior==="toggle"||r&&(r.pointerType==="touch"||r.pointerType==="virtual")?this.toggleSelection(t):this.replaceSelection(t))}isSelectionEqual(t){if(t===this.state.selectedKeys)return!0;let r=this.selectedKeys;if(t.size!==r.size)return!1;for(let n of t)if(!r.has(n))return!1;for(let n of r)if(!t.has(n))return!1;return!0}canSelectItem(t){var r;if(this.state.selectionMode==="none"||this.state.disabledKeys.has(t))return!1;let n=this.collection.getItem(t);return!(!n||!(n==null||(r=n.props)===null||r===void 0)&&r.isDisabled||n.type==="cell"&&!this.allowsCellSelection)}isDisabled(t){var r,n;return this.state.disabledBehavior==="all"&&(this.state.disabledKeys.has(t)||!!(!((n=this.collection.getItem(t))===null||n===void 0||(r=n.props)===null||r===void 0)&&r.isDisabled))}isLink(t){var r,n;return!!(!((n=this.collection.getItem(t))===null||n===void 0||(r=n.props)===null||r===void 0)&&r.href)}getItemProps(t){var r;return(r=this.collection.getItem(t))===null||r===void 0?void 0:r.props}withCollection(t){return new Cr(t,this.state,{allowsCellSelection:this.allowsCellSelection,layoutDelegate:this.layoutDelegate||void 0})}constructor(t,r,n){this.collection=t,this.state=r;var o;this.allowsCellSelection=(o=n==null?void 0:n.allowsCellSelection)!==null&&o!==void 0?o:!1,this._isSelectAll=null,this.layoutDelegate=(n==null?void 0:n.layoutDelegate)||null}}function bo(e){let{filter:t,layoutDelegate:r}=e,n=xc(e),o=c.useMemo(()=>e.disabledKeys?new Set(e.disabledKeys):new Set,[e.disabledKeys]),s=c.useCallback(u=>t?new en(t(u)):new en(u),[t]),a=c.useMemo(()=>({suppressTextValueWarning:e.suppressTextValueWarning}),[e.suppressTextValueWarning]),l=wc(e,s,a),d=c.useMemo(()=>new Cr(l,n,{layoutDelegate:r}),[l,n,r]);return Ec(l,d),{collection:l,disabledKeys:o,selectionManager:d}}function Ec(e,t){const r=c.useRef(null);c.useEffect(()=>{if(t.focusedKey!=null&&!e.getItem(t.focusedKey)&&r.current){const h=r.current.getItem(t.focusedKey),f=[...r.current.getKeys()].map(w=>{const y=r.current.getItem(w);return(y==null?void 0:y.type)==="item"?y:null}).filter(w=>w!==null),p=[...e.getKeys()].map(w=>{const y=e.getItem(w);return(y==null?void 0:y.type)==="item"?y:null}).filter(w=>w!==null);var n,o;const x=((n=f==null?void 0:f.length)!==null&&n!==void 0?n:0)-((o=p==null?void 0:p.length)!==null&&o!==void 0?o:0);var s,a,l;let m=Math.min(x>1?Math.max(((s=h==null?void 0:h.index)!==null&&s!==void 0?s:0)-x+1,0):(a=h==null?void 0:h.index)!==null&&a!==void 0?a:0,((l=p==null?void 0:p.length)!==null&&l!==void 0?l:0)-1),b=null,v=!1;for(;m>=0;){if(!t.isDisabled(p[m].key)){b=p[m];break}if(m<p.length-1&&!v)m++;else{v=!0;var d,u;m>((d=h==null?void 0:h.index)!==null&&d!==void 0?d:0)&&(m=(u=h==null?void 0:h.index)!==null&&u!==void 0?u:0),m--}}t.setFocusedKey(b?b.key:null)}r.current=e},[e,t])}function Tc(e){let[t,r]=wt(e.isOpen,e.defaultOpen||!1,e.onOpenChange);const n=c.useCallback(()=>{r(!0)},[r]),o=c.useCallback(()=>{r(!1)},[r]),s=c.useCallback(()=>{r(!t)},[r,t]);return{isOpen:t,setOpen:r,open:n,close:o,toggle:s}}function zc(e){let{selectionMode:t="single"}=e,r=Tc(e),[n,o]=c.useState(null),s=c.useMemo(()=>{var $;return e.defaultValue!==void 0?e.defaultValue:t==="single"?($=e.defaultSelectedKey)!==null&&$!==void 0?$:null:[]},[e.defaultValue,e.defaultSelectedKey,t]),a=c.useMemo(()=>e.value!==void 0?e.value:t==="single"?e.selectedKey:void 0,[e.value,e.selectedKey,t]),[l,d]=wt(a,s,e.onChange),u=t==="single"&&Array.isArray(l)?l[0]:l,h=$=>{if(t==="single"){var k,R;let T=Array.isArray($)?(R=$[0])!==null&&R!==void 0?R:null:$;d(T),T!==u&&((k=e.onSelectionChange)===null||k===void 0||k.call(e,T))}else{let T=[];Array.isArray($)?T=$:$!=null&&(T=[$]),d(T)}},f=bo({...e,selectionMode:t,disallowEmptySelection:t==="single",allowDuplicateSelectionEvents:!0,selectedKeys:c.useMemo(()=>Rc(u),[u]),onSelectionChange:$=>{if($!=="all"){if(t==="single"){var k;let R=(k=$.values().next().value)!==null&&k!==void 0?k:null;h(R),r.close()}else h([...$]);m.commitValidation()}}}),p=f.selectionManager.firstSelectedKey,x=c.useMemo(()=>[...f.selectionManager.selectedKeys].map($=>f.collection.getItem($)).filter($=>$!=null),[f.selectionManager.selectedKeys,f.collection]),m=hc({...e,value:Array.isArray(u)&&u.length===0?null:u}),[b,v]=c.useState(!1),[w]=c.useState(u);var y,C;return{...m,...f,...r,value:u,defaultValue:s??w,setValue:h,selectedKey:p,setSelectedKey:h,selectedItem:(y=x[0])!==null&&y!==void 0?y:null,selectedItems:x,defaultSelectedKey:(C=e.defaultSelectedKey)!==null&&C!==void 0?C:e.selectionMode==="single"?w:null,focusStrategy:n,open($=null){f.collection.size!==0&&(o($),r.open())},toggle($=null){f.collection.size!==0&&(o($),r.toggle())},isFocused:b,setFocused:v}}function Rc(e){if(e!==void 0)return e===null?[]:Array.isArray(e)?e:[e]}const Lc=(e,t,r,n)=>t==="checkable"?n?j`
|
|
2017
|
+
`,ic=Hl,sc=Wl,ac=Ul,lc=()=>i.jsxs("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[i.jsx("circle",{cx:"8",cy:"8",r:"8",fill:"currentColor"}),i.jsx("path",{d:"M11.3333 5.5L6.75 10.0833L4.66667 8",stroke:"white",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),cc=()=>i.jsxs("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[i.jsx("circle",{cx:"8",cy:"8",r:"8",fill:"currentColor"}),i.jsx("path",{d:"M10 6L6 10M6 6L10 10",stroke:"white",strokeWidth:"1.5",strokeLinecap:"round"})]}),dc=()=>i.jsxs("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[i.jsx("circle",{cx:"8",cy:"8",r:"8",fill:"currentColor"}),i.jsx("path",{d:"M8 4.66667V8.66667M8 11.3333H8.00667",stroke:"white",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),uc=e=>{switch(e){case"success":return i.jsx(lc,{});case"error":return i.jsx(cc,{});case"warning":return i.jsx(dc,{});default:return null}},co=c.forwardRef(({type:e="line",size:t="md",status:r="normal",value:n=0,showPercent:o=!0,showIcon:s=!0,className:a,...l},d)=>{const u=Math.min(Math.max(n,0),100),{progressBarProps:h,labelProps:f}=X.useProgressBar({...l,value:u,minValue:0,maxValue:100}),p=s&&r!=="normal",x=p?uc(r):null;if(e==="line")return i.jsxs(Yl,{...h,ref:d,size:t,className:a,role:"progressbar","aria-valuenow":u,"aria-valuemin":0,"aria-valuemax":100,children:[i.jsx(Zl,{size:t,children:i.jsx(Xl,{status:r,percent:u})}),i.jsxs(Jl,{children:[o&&i.jsxs(Gl,{...f,children:[Math.round(u),"%"]}),p&&x&&i.jsx(ql,{status:r,children:x})]})]});const m=()=>{switch(t){case"sm":return{circleSize:24,strokeWidth:3};case"md":return{circleSize:80,strokeWidth:6};case"lg":return{circleSize:160,strokeWidth:8};default:return{circleSize:80,strokeWidth:6}}},{circleSize:g,strokeWidth:v}=m(),$=(g-v)/2,y=2*Math.PI*$,j=y-u/100*y,k=t!=="sm";return i.jsxs(Ql,{...h,ref:d,size:t,className:a,role:"progressbar","aria-valuenow":u,"aria-valuemin":0,"aria-valuemax":100,children:[i.jsxs(ec,{children:[i.jsx(tc,{cx:g/2,cy:g/2,r:$,strokeWidth:v}),i.jsx(rc,{status:r,cx:g/2,cy:g/2,r:$,strokeWidth:v,strokeDasharray:y,strokeDashoffset:j})]}),i.jsx(nc,{size:t,children:k?o&&i.jsxs("span",{...f,children:[Math.round(u),"%"]}):p&&x&&i.jsx(oc,{status:r,children:x})})]})});co.displayName="Progress";const uo={badInput:!1,customError:!1,patternMismatch:!1,rangeOverflow:!1,rangeUnderflow:!1,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valueMissing:!1,valid:!0},fo={...uo,customError:!0,valid:!1},Xe={isInvalid:!1,validationDetails:uo,validationErrors:[]},fc=c.createContext({}),Jr="__formValidationState"+Date.now();function pc(e){if(e[Jr]){let{realtimeValidation:t,displayValidation:r,updateValidation:n,resetValidation:o,commitValidation:s}=e[Jr];return{realtimeValidation:t,displayValidation:r,updateValidation:n,resetValidation:o,commitValidation:s}}return hc(e)}function hc(e){let{isInvalid:t,validationState:r,name:n,value:o,builtinValidation:s,validate:a,validationBehavior:l="aria"}=e;r&&(t||(t=r==="invalid"));let d=t!==void 0?{isInvalid:t,validationErrors:[],validationDetails:fo}:null,u=c.useMemo(()=>{if(!a||o==null)return null;let L=bc(a,o);return Qr(L)},[a,o]);s!=null&&s.validationDetails.valid&&(s=void 0);let h=c.useContext(fc),f=c.useMemo(()=>n?Array.isArray(n)?n.flatMap(L=>er(h[L])):er(h[n]):[],[h,n]),[p,x]=c.useState(h),[m,g]=c.useState(!1);h!==p&&(x(h),g(!1));let v=c.useMemo(()=>Qr(m?[]:f),[m,f]),$=c.useRef(Xe),[y,j]=c.useState(Xe),k=c.useRef(Xe),w=()=>{if(!R)return;T(!1);let L=u||s||$.current;Ft(L,k.current)||(k.current=L,j(L))},[R,T]=c.useState(!1);return c.useEffect(w),{realtimeValidation:d||v||u||s||Xe,displayValidation:l==="native"?d||v||y:d||v||u||s||y,updateValidation(L){l==="aria"&&!Ft(y,L)?j(L):$.current=L},resetValidation(){let L=Xe;Ft(L,k.current)||(k.current=L,j(L)),l==="native"&&T(!1),g(!0)},commitValidation(){l==="native"&&T(!0),g(!0)}}}function er(e){return e?Array.isArray(e)?e:[e]:[]}function bc(e,t){if(typeof e=="function"){let r=e(t);if(r&&typeof r!="boolean")return er(r)}return[]}function Qr(e){return e.length?{isInvalid:!0,validationErrors:e,validationDetails:fo}:null}function Ft(e,t){return e===t?!0:!!e&&!!t&&e.isInvalid===t.isInvalid&&e.validationErrors.length===t.validationErrors.length&&e.validationErrors.every((r,n)=>r===t.validationErrors[n])&&Object.entries(e.validationDetails).every(([r,n])=>t.validationDetails[r]===n)}class en{*[Symbol.iterator](){yield*this.iterable}get size(){return this._size}getKeys(){return this.keyMap.keys()}getKeyBefore(t){let r=this.keyMap.get(t);var n;return r&&(n=r.prevKey)!==null&&n!==void 0?n:null}getKeyAfter(t){let r=this.keyMap.get(t);var n;return r&&(n=r.nextKey)!==null&&n!==void 0?n:null}getFirstKey(){return this.firstKey}getLastKey(){return this.lastKey}getItem(t){var r;return(r=this.keyMap.get(t))!==null&&r!==void 0?r:null}at(t){const r=[...this.getKeys()];return this.getItem(r[t])}getChildren(t){let r=this.keyMap.get(t);return(r==null?void 0:r.childNodes)||[]}constructor(t){this.keyMap=new Map,this.firstKey=null,this.lastKey=null,this.iterable=t;let r=l=>{if(this.keyMap.set(l.key,l),l.childNodes&&l.type==="section")for(let d of l.childNodes)r(d)};for(let l of t)r(l);let n=null,o=0,s=0;for(let[l,d]of this.keyMap)n?(n.nextKey=l,d.prevKey=n.key):(this.firstKey=l,d.prevKey=void 0),d.type==="item"&&(d.index=o++),(d.type==="section"||d.type==="item")&&s++,n=d,n.nextKey=void 0;this._size=s;var a;this.lastKey=(a=n==null?void 0:n.key)!==null&&a!==void 0?a:null}}class ye extends Set{constructor(t,r,n){super(t),t instanceof ye?(this.anchorKey=r??t.anchorKey,this.currentKey=n??t.currentKey):(this.anchorKey=r??null,this.currentKey=n??null)}}function gc(e,t){if(e.size!==t.size)return!1;for(let r of e)if(!t.has(r))return!1;return!0}function mc(e){let{selectionMode:t="none",disallowEmptySelection:r=!1,allowDuplicateSelectionEvents:n,selectionBehavior:o="toggle",disabledBehavior:s="all"}=e,a=c.useRef(!1),[,l]=c.useState(!1),d=c.useRef(null),u=c.useRef(null),[,h]=c.useState(null),f=c.useMemo(()=>tn(e.selectedKeys),[e.selectedKeys]),p=c.useMemo(()=>tn(e.defaultSelectedKeys,new ye),[e.defaultSelectedKeys]),[x,m]=$t(f,p,e.onSelectionChange),g=c.useMemo(()=>e.disabledKeys?new Set(e.disabledKeys):new Set,[e.disabledKeys]),[v,$]=c.useState(o);o==="replace"&&v==="toggle"&&typeof x=="object"&&x.size===0&&$("replace");let y=c.useRef(o);return c.useEffect(()=>{o!==y.current&&($(o),y.current=o)},[o]),{selectionMode:t,disallowEmptySelection:r,selectionBehavior:v,setSelectionBehavior:$,get isFocused(){return a.current},setFocused(j){a.current=j,l(j)},get focusedKey(){return d.current},get childFocusStrategy(){return u.current},setFocusedKey(j,k="first"){d.current=j,u.current=k,h(j)},selectedKeys:x,setSelectedKeys(j){(n||!gc(j,x))&&m(j)},disabledKeys:g,disabledBehavior:s}}function tn(e,t){return e?e==="all"?"all":new ye(e):t}function po(e){return null}po.getCollectionNode=function*(t,r){let{childItems:n,title:o,children:s}=t,a=t.title||t.children,l=t.textValue||(typeof a=="string"?a:"")||t["aria-label"]||"";!l&&!(r!=null&&r.suppressTextValueWarning)&&process.env.NODE_ENV!=="production"&&console.warn("<Item> with non-plain text contents is unsupported by type to select for accessibility. Please add a `textValue` prop."),yield{type:"item",props:t,rendered:a,textValue:l,"aria-label":t["aria-label"],hasChildNodes:xc(t),*childNodes(){if(n)for(let d of n)yield{type:"item",value:d};else if(o){let d=[];c.Children.forEach(s,u=>{d.push({type:"item",element:u})}),yield*d}}}};function xc(e){return e.hasChildItems!=null?e.hasChildItems:!!(e.childItems||e.title&&c.Children.count(e.children)>0)}let ho=po;function bo(e){return null}bo.getCollectionNode=function*(t){let{children:r,title:n,items:o}=t;yield{type:"section",props:t,hasChildNodes:!0,rendered:n,"aria-label":t["aria-label"],*childNodes(){if(typeof r=="function"){if(!o)throw new Error("props.children was a function but props.items is missing");for(let s of o)yield{type:"item",value:s,renderer:r}}else{let s=[];c.Children.forEach(r,a=>{s.push({type:"item",element:a})}),yield*s}}}};let vc=bo;class yc{build(t,r){return this.context=r,rn(()=>this.iterateCollection(t))}*iterateCollection(t){let{children:r,items:n}=t;if(c.isValidElement(r)&&r.type===c.Fragment)yield*this.iterateCollection({children:r.props.children,items:n});else if(typeof r=="function"){if(!n)throw new Error("props.children was a function but props.items is missing");let o=0;for(let s of n)yield*this.getFullNode({value:s,index:o},{renderer:r}),o++}else{let o=[];c.Children.forEach(r,a=>{a&&o.push(a)});let s=0;for(let a of o){let l=this.getFullNode({element:a,index:s},{});for(let d of l)s++,yield d}}}getKey(t,r,n,o){if(t.key!=null)return t.key;if(r.type==="cell"&&r.key!=null)return`${o}${r.key}`;let s=r.value;if(s!=null){var a;let l=(a=s.key)!==null&&a!==void 0?a:s.id;if(l==null)throw new Error("No key found for item");return l}return o?`${o}.${r.index}`:`$.${r.index}`}getChildState(t,r){return{renderer:r.renderer||t.renderer}}*getFullNode(t,r,n,o){if(c.isValidElement(t.element)&&t.element.type===c.Fragment){let v=[];c.Children.forEach(t.element.props.children,y=>{v.push(y)});var s;let $=(s=t.index)!==null&&s!==void 0?s:0;for(const y of v)yield*this.getFullNode({element:y,index:$++},r,n,o);return}let a=t.element;if(!a&&t.value&&r&&r.renderer){let v=this.cache.get(t.value);if(v&&(!v.shouldInvalidate||!v.shouldInvalidate(this.context))){v.index=t.index,v.parentKey=o?o.key:null,yield v;return}a=r.renderer(t.value)}if(c.isValidElement(a)){let v=a.type;if(typeof v!="function"&&typeof v.getCollectionNode!="function"){let k=a.type;throw new Error(`Unknown element <${k}> in collection.`)}let $=v.getCollectionNode(a.props,this.context);var l;let y=(l=t.index)!==null&&l!==void 0?l:0,j=$.next();for(;!j.done&&j.value;){let k=j.value;t.index=y;var d;let w=(d=k.key)!==null&&d!==void 0?d:null;w==null&&(w=k.element?null:this.getKey(a,t,r,n));let T=[...this.getFullNode({...k,key:w,index:y,wrapper:kc(t.wrapper,k.wrapper)},this.getChildState(r,k),n?`${n}${a.key}`:a.key,o)];for(let I of T){var u,h;I.value=(h=(u=k.value)!==null&&u!==void 0?u:t.value)!==null&&h!==void 0?h:null,I.value&&this.cache.set(I.value,I);var f;if(t.type&&I.type!==t.type)throw new Error(`Unsupported type <${Ot(I.type)}> in <${Ot((f=o==null?void 0:o.type)!==null&&f!==void 0?f:"unknown parent type")}>. Only <${Ot(t.type)}> is supported.`);y++,yield I}j=$.next(T)}return}if(t.key==null||t.type==null)return;let p=this;var x,m;let g={type:t.type,props:t.props,key:t.key,parentKey:o?o.key:null,value:(x=t.value)!==null&&x!==void 0?x:null,level:o?o.level+1:0,index:t.index,rendered:t.rendered,textValue:(m=t.textValue)!==null&&m!==void 0?m:"","aria-label":t["aria-label"],wrapper:t.wrapper,shouldInvalidate:t.shouldInvalidate,hasChildNodes:t.hasChildNodes||!1,childNodes:rn(function*(){if(!t.hasChildNodes||!t.childNodes)return;let v=0;for(let $ of t.childNodes()){$.key!=null&&($.key=`${g.key}${$.key}`);let y=p.getFullNode({...$,index:v},p.getChildState(r,$),g.key,g);for(let j of y)v++,yield j}})};yield g}constructor(){this.cache=new WeakMap}}function rn(e){let t=[],r=null;return{*[Symbol.iterator](){for(let n of t)yield n;r||(r=e());for(let n of r)t.push(n),yield n}}}function kc(e,t){if(e&&t)return r=>e(t(r));if(e)return e;if(t)return t}function Ot(e){return e[0].toUpperCase()+e.slice(1)}function wc(e,t,r){let n=c.useMemo(()=>new yc,[]),{children:o,items:s,collection:a}=e;return c.useMemo(()=>{if(a)return a;let d=n.build({children:o,items:s},r);return t(d)},[n,o,s,a,r,t])}function $c(e,t){return typeof t.getChildren=="function"?t.getChildren(e.key):e.childNodes}function Sc(e){return Cc(e)}function Cc(e,t){for(let r of e)return r}function Dt(e,t,r){if(t.parentKey===r.parentKey)return t.index-r.index;let n=[...nn(e,t),t],o=[...nn(e,r),r],s=n.slice(0,o.length).findIndex((a,l)=>a!==o[l]);return s!==-1?(t=n[s],r=o[s],t.index-r.index):n.findIndex(a=>a===r)>=0?1:(o.findIndex(a=>a===t)>=0,-1)}function nn(e,t){let r=[],n=t;for(;(n==null?void 0:n.parentKey)!=null;)n=e.getItem(n.parentKey),n&&r.unshift(n);return r}class Cr{get selectionMode(){return this.state.selectionMode}get disallowEmptySelection(){return this.state.disallowEmptySelection}get selectionBehavior(){return this.state.selectionBehavior}setSelectionBehavior(t){this.state.setSelectionBehavior(t)}get isFocused(){return this.state.isFocused}setFocused(t){this.state.setFocused(t)}get focusedKey(){return this.state.focusedKey}get childFocusStrategy(){return this.state.childFocusStrategy}setFocusedKey(t,r){(t==null||this.collection.getItem(t))&&this.state.setFocusedKey(t,r)}get selectedKeys(){return this.state.selectedKeys==="all"?new Set(this.getSelectAllKeys()):this.state.selectedKeys}get rawSelection(){return this.state.selectedKeys}isSelected(t){if(this.state.selectionMode==="none")return!1;let r=this.getKey(t);return r==null?!1:this.state.selectedKeys==="all"?this.canSelectItem(r):this.state.selectedKeys.has(r)}get isEmpty(){return this.state.selectedKeys!=="all"&&this.state.selectedKeys.size===0}get isSelectAll(){if(this.isEmpty)return!1;if(this.state.selectedKeys==="all")return!0;if(this._isSelectAll!=null)return this._isSelectAll;let t=this.getSelectAllKeys(),r=this.state.selectedKeys;return this._isSelectAll=t.every(n=>r.has(n)),this._isSelectAll}get firstSelectedKey(){let t=null;for(let n of this.state.selectedKeys){let o=this.collection.getItem(n);(!t||o&&Dt(this.collection,o,t)<0)&&(t=o)}var r;return(r=t==null?void 0:t.key)!==null&&r!==void 0?r:null}get lastSelectedKey(){let t=null;for(let n of this.state.selectedKeys){let o=this.collection.getItem(n);(!t||o&&Dt(this.collection,o,t)>0)&&(t=o)}var r;return(r=t==null?void 0:t.key)!==null&&r!==void 0?r:null}get disabledKeys(){return this.state.disabledKeys}get disabledBehavior(){return this.state.disabledBehavior}extendSelection(t){if(this.selectionMode==="none")return;if(this.selectionMode==="single"){this.replaceSelection(t);return}let r=this.getKey(t);if(r==null)return;let n;if(this.state.selectedKeys==="all")n=new ye([r],r,r);else{let a=this.state.selectedKeys;var o;let l=(o=a.anchorKey)!==null&&o!==void 0?o:r;n=new ye(a,l,r);var s;for(let d of this.getKeyRange(l,(s=a.currentKey)!==null&&s!==void 0?s:r))n.delete(d);for(let d of this.getKeyRange(r,l))this.canSelectItem(d)&&n.add(d)}this.state.setSelectedKeys(n)}getKeyRange(t,r){let n=this.collection.getItem(t),o=this.collection.getItem(r);return n&&o?Dt(this.collection,n,o)<=0?this.getKeyRangeInternal(t,r):this.getKeyRangeInternal(r,t):[]}getKeyRangeInternal(t,r){var n;if(!((n=this.layoutDelegate)===null||n===void 0)&&n.getKeyRange)return this.layoutDelegate.getKeyRange(t,r);let o=[],s=t;for(;s!=null;){let a=this.collection.getItem(s);if(a&&(a.type==="item"||a.type==="cell"&&this.allowsCellSelection)&&o.push(s),s===r)return o;s=this.collection.getKeyAfter(s)}return[]}getKey(t){let r=this.collection.getItem(t);if(!r||r.type==="cell"&&this.allowsCellSelection)return t;for(;r&&r.type!=="item"&&r.parentKey!=null;)r=this.collection.getItem(r.parentKey);return!r||r.type!=="item"?null:r.key}toggleSelection(t){if(this.selectionMode==="none")return;if(this.selectionMode==="single"&&!this.isSelected(t)){this.replaceSelection(t);return}let r=this.getKey(t);if(r==null)return;let n=new ye(this.state.selectedKeys==="all"?this.getSelectAllKeys():this.state.selectedKeys);n.has(r)?n.delete(r):this.canSelectItem(r)&&(n.add(r),n.anchorKey=r,n.currentKey=r),!(this.disallowEmptySelection&&n.size===0)&&this.state.setSelectedKeys(n)}replaceSelection(t){if(this.selectionMode==="none")return;let r=this.getKey(t);if(r==null)return;let n=this.canSelectItem(r)?new ye([r],r,r):new ye;this.state.setSelectedKeys(n)}setSelectedKeys(t){if(this.selectionMode==="none")return;let r=new ye;for(let n of t){let o=this.getKey(n);if(o!=null&&(r.add(o),this.selectionMode==="single"))break}this.state.setSelectedKeys(r)}getSelectAllKeys(){let t=[],r=n=>{for(;n!=null;){if(this.canSelectItem(n)){var o;let a=this.collection.getItem(n);(a==null?void 0:a.type)==="item"&&t.push(n);var s;a!=null&&a.hasChildNodes&&(this.allowsCellSelection||a.type!=="item")&&r((s=(o=Sc($c(a,this.collection)))===null||o===void 0?void 0:o.key)!==null&&s!==void 0?s:null)}n=this.collection.getKeyAfter(n)}};return r(this.collection.getFirstKey()),t}selectAll(){!this.isSelectAll&&this.selectionMode==="multiple"&&this.state.setSelectedKeys("all")}clearSelection(){!this.disallowEmptySelection&&(this.state.selectedKeys==="all"||this.state.selectedKeys.size>0)&&this.state.setSelectedKeys(new ye)}toggleSelectAll(){this.isSelectAll?this.clearSelection():this.selectAll()}select(t,r){this.selectionMode!=="none"&&(this.selectionMode==="single"?this.isSelected(t)&&!this.disallowEmptySelection?this.toggleSelection(t):this.replaceSelection(t):this.selectionBehavior==="toggle"||r&&(r.pointerType==="touch"||r.pointerType==="virtual")?this.toggleSelection(t):this.replaceSelection(t))}isSelectionEqual(t){if(t===this.state.selectedKeys)return!0;let r=this.selectedKeys;if(t.size!==r.size)return!1;for(let n of t)if(!r.has(n))return!1;for(let n of r)if(!t.has(n))return!1;return!0}canSelectItem(t){var r;if(this.state.selectionMode==="none"||this.state.disabledKeys.has(t))return!1;let n=this.collection.getItem(t);return!(!n||!(n==null||(r=n.props)===null||r===void 0)&&r.isDisabled||n.type==="cell"&&!this.allowsCellSelection)}isDisabled(t){var r,n;return this.state.disabledBehavior==="all"&&(this.state.disabledKeys.has(t)||!!(!((n=this.collection.getItem(t))===null||n===void 0||(r=n.props)===null||r===void 0)&&r.isDisabled))}isLink(t){var r,n;return!!(!((n=this.collection.getItem(t))===null||n===void 0||(r=n.props)===null||r===void 0)&&r.href)}getItemProps(t){var r;return(r=this.collection.getItem(t))===null||r===void 0?void 0:r.props}withCollection(t){return new Cr(t,this.state,{allowsCellSelection:this.allowsCellSelection,layoutDelegate:this.layoutDelegate||void 0})}constructor(t,r,n){this.collection=t,this.state=r;var o;this.allowsCellSelection=(o=n==null?void 0:n.allowsCellSelection)!==null&&o!==void 0?o:!1,this._isSelectAll=null,this.layoutDelegate=(n==null?void 0:n.layoutDelegate)||null}}function go(e){let{filter:t,layoutDelegate:r}=e,n=mc(e),o=c.useMemo(()=>e.disabledKeys?new Set(e.disabledKeys):new Set,[e.disabledKeys]),s=c.useCallback(u=>t?new en(t(u)):new en(u),[t]),a=c.useMemo(()=>({suppressTextValueWarning:e.suppressTextValueWarning}),[e.suppressTextValueWarning]),l=wc(e,s,a),d=c.useMemo(()=>new Cr(l,n,{layoutDelegate:r}),[l,n,r]);return jc(l,d),{collection:l,disabledKeys:o,selectionManager:d}}function jc(e,t){const r=c.useRef(null);c.useEffect(()=>{if(t.focusedKey!=null&&!e.getItem(t.focusedKey)&&r.current){const h=r.current.getItem(t.focusedKey),f=[...r.current.getKeys()].map($=>{const y=r.current.getItem($);return(y==null?void 0:y.type)==="item"?y:null}).filter($=>$!==null),p=[...e.getKeys()].map($=>{const y=e.getItem($);return(y==null?void 0:y.type)==="item"?y:null}).filter($=>$!==null);var n,o;const x=((n=f==null?void 0:f.length)!==null&&n!==void 0?n:0)-((o=p==null?void 0:p.length)!==null&&o!==void 0?o:0);var s,a,l;let m=Math.min(x>1?Math.max(((s=h==null?void 0:h.index)!==null&&s!==void 0?s:0)-x+1,0):(a=h==null?void 0:h.index)!==null&&a!==void 0?a:0,((l=p==null?void 0:p.length)!==null&&l!==void 0?l:0)-1),g=null,v=!1;for(;m>=0;){if(!t.isDisabled(p[m].key)){g=p[m];break}if(m<p.length-1&&!v)m++;else{v=!0;var d,u;m>((d=h==null?void 0:h.index)!==null&&d!==void 0?d:0)&&(m=(u=h==null?void 0:h.index)!==null&&u!==void 0?u:0),m--}}t.setFocusedKey(g?g.key:null)}r.current=e},[e,t])}function Ec(e){let[t,r]=$t(e.isOpen,e.defaultOpen||!1,e.onOpenChange);const n=c.useCallback(()=>{r(!0)},[r]),o=c.useCallback(()=>{r(!1)},[r]),s=c.useCallback(()=>{r(!t)},[r,t]);return{isOpen:t,setOpen:r,open:n,close:o,toggle:s}}function Tc(e){let{selectionMode:t="single"}=e,r=Ec(e),[n,o]=c.useState(null),s=c.useMemo(()=>{var k;return e.defaultValue!==void 0?e.defaultValue:t==="single"?(k=e.defaultSelectedKey)!==null&&k!==void 0?k:null:[]},[e.defaultValue,e.defaultSelectedKey,t]),a=c.useMemo(()=>e.value!==void 0?e.value:t==="single"?e.selectedKey:void 0,[e.value,e.selectedKey,t]),[l,d]=$t(a,s,e.onChange),u=t==="single"&&Array.isArray(l)?l[0]:l,h=k=>{if(t==="single"){var w,R;let T=Array.isArray(k)?(R=k[0])!==null&&R!==void 0?R:null:k;d(T),T!==u&&((w=e.onSelectionChange)===null||w===void 0||w.call(e,T))}else{let T=[];Array.isArray(k)?T=k:k!=null&&(T=[k]),d(T)}},f=go({...e,selectionMode:t,disallowEmptySelection:t==="single",allowDuplicateSelectionEvents:!0,selectedKeys:c.useMemo(()=>zc(u),[u]),onSelectionChange:k=>{if(k!=="all"){if(t==="single"){var w;let R=(w=k.values().next().value)!==null&&w!==void 0?w:null;h(R),r.close()}else h([...k]);m.commitValidation()}}}),p=f.selectionManager.firstSelectedKey,x=c.useMemo(()=>[...f.selectionManager.selectedKeys].map(k=>f.collection.getItem(k)).filter(k=>k!=null),[f.selectionManager.selectedKeys,f.collection]),m=pc({...e,value:Array.isArray(u)&&u.length===0?null:u}),[g,v]=c.useState(!1),[$]=c.useState(u);var y,j;return{...m,...f,...r,value:u,defaultValue:s??$,setValue:h,selectedKey:p,setSelectedKey:h,selectedItem:(y=x[0])!==null&&y!==void 0?y:null,selectedItems:x,defaultSelectedKey:(j=e.defaultSelectedKey)!==null&&j!==void 0?j:e.selectionMode==="single"?$:null,focusStrategy:n,open(k=null){f.collection.size!==0&&(o(k),r.open())},toggle(k=null){f.collection.size!==0&&(o(k),r.toggle())},isFocused:g,setFocused:v}}function zc(e){if(e!==void 0)return e===null?[]:Array.isArray(e)?e:[e]}const Rc=(e,t,r,n)=>t==="checkable"?n?C`
|
|
1968
2018
|
background: var(--ksd-tag-${e}-bg-checked, var(--ksd-tag-default-bg-checked));
|
|
1969
2019
|
color: var(--ksd-tag-${e}-text-checked, var(--ksd-tag-default-text-checked));
|
|
1970
2020
|
border-color: var(--ksd-tag-${e}-border-checked, var(--ksd-tag-default-border-checked));
|
|
@@ -1978,7 +2028,7 @@
|
|
|
1978
2028
|
background: var(--ksd-tag-${e}-bg-checked-active, var(--ksd-tag-default-bg-checked-active));
|
|
1979
2029
|
border-color: var(--ksd-tag-${e}-border-checked-active, var(--ksd-tag-default-border-checked-active));
|
|
1980
2030
|
}
|
|
1981
|
-
`:
|
|
2031
|
+
`:C`
|
|
1982
2032
|
background: var(--ksd-tag-${e}-bg);
|
|
1983
2033
|
color: var(--ksd-tag-${e}-text);
|
|
1984
2034
|
border-color: var(--ksd-tag-${e}-border);
|
|
@@ -1993,15 +2043,15 @@
|
|
|
1993
2043
|
background: var(--ksd-tag-${e}-bg-active);
|
|
1994
2044
|
border-color: var(--ksd-tag-${e}-border-active, var(--ksd-tag-${e}-border));
|
|
1995
2045
|
}
|
|
1996
|
-
`:r?
|
|
2046
|
+
`:r?C`
|
|
1997
2047
|
background: var(--ksd-tag-${e}-bg);
|
|
1998
2048
|
color: var(--ksd-tag-${e}-text);
|
|
1999
2049
|
border-color: var(--ksd-tag-${e}-border);
|
|
2000
|
-
`:
|
|
2050
|
+
`:C`
|
|
2001
2051
|
background: var(--ksd-tag-${e}-bg);
|
|
2002
2052
|
color: var(--ksd-tag-${e}-text);
|
|
2003
2053
|
border-color: transparent;
|
|
2004
|
-
`,
|
|
2054
|
+
`,Lc=e=>C`
|
|
2005
2055
|
height: var(--ksd-tag-${e}-height);
|
|
2006
2056
|
font-size: var(--ksd-tag-${e}-font-size);
|
|
2007
2057
|
line-height: var(--ksd-tag-${e}-line-height);
|
|
@@ -2012,7 +2062,7 @@
|
|
|
2012
2062
|
width: var(--ksd-tag-${e}-icon-size);
|
|
2013
2063
|
height: var(--ksd-tag-${e}-icon-size);
|
|
2014
2064
|
}
|
|
2015
|
-
`,
|
|
2065
|
+
`,Mc=b.span`
|
|
2016
2066
|
/* 基础样式 */
|
|
2017
2067
|
position: relative;
|
|
2018
2068
|
display: inline-flex;
|
|
@@ -2042,13 +2092,13 @@
|
|
|
2042
2092
|
opacity var(--ksd-tag-transition);
|
|
2043
2093
|
|
|
2044
2094
|
/* 颜色样式 */
|
|
2045
|
-
${({color:e,variant:t,bordered:r,checked:n})=>
|
|
2095
|
+
${({color:e,variant:t,bordered:r,checked:n})=>Rc(e,t,r,n)}
|
|
2046
2096
|
|
|
2047
2097
|
/* 尺寸样式 */
|
|
2048
|
-
${({size:e})=>
|
|
2098
|
+
${({size:e})=>Lc(e)}
|
|
2049
2099
|
|
|
2050
2100
|
/* 可选择标签的 cursor */
|
|
2051
|
-
${({variant:e,checked:t})=>e==="checkable"&&!t&&
|
|
2101
|
+
${({variant:e,checked:t})=>e==="checkable"&&!t&&C`
|
|
2052
2102
|
cursor: pointer;
|
|
2053
2103
|
`}
|
|
2054
2104
|
|
|
@@ -2064,18 +2114,18 @@
|
|
|
2064
2114
|
outline: 2px solid var(--ksd-tag-default-border-checked);
|
|
2065
2115
|
outline-offset: 2px;
|
|
2066
2116
|
}
|
|
2067
|
-
`,
|
|
2117
|
+
`,Ic=b.span`
|
|
2068
2118
|
display: inline-flex;
|
|
2069
2119
|
align-items: center;
|
|
2070
2120
|
justify-content: center;
|
|
2071
2121
|
gap: inherit;
|
|
2072
|
-
`,
|
|
2122
|
+
`,Pc=b.span`
|
|
2073
2123
|
display: inline-flex;
|
|
2074
2124
|
align-items: center;
|
|
2075
2125
|
justify-content: center;
|
|
2076
2126
|
flex-shrink: 0;
|
|
2077
2127
|
color: inherit;
|
|
2078
|
-
`,
|
|
2128
|
+
`,Nc=b.span`
|
|
2079
2129
|
display: inline-flex;
|
|
2080
2130
|
align-items: center;
|
|
2081
2131
|
justify-content: center;
|
|
@@ -2103,7 +2153,7 @@
|
|
|
2103
2153
|
width: var(--ksd-tag-${({size:e})=>e}-close-icon-size);
|
|
2104
2154
|
height: var(--ksd-tag-${({size:e})=>e}-close-icon-size);
|
|
2105
2155
|
}
|
|
2106
|
-
`,
|
|
2156
|
+
`,Ac=b.button`
|
|
2107
2157
|
display: inline-flex;
|
|
2108
2158
|
align-items: center;
|
|
2109
2159
|
justify-content: center;
|
|
@@ -2155,7 +2205,7 @@
|
|
|
2155
2205
|
width: var(--ksd-tag-${({size:e})=>e}-icon-size);
|
|
2156
2206
|
height: var(--ksd-tag-${({size:e})=>e}-icon-size);
|
|
2157
2207
|
}
|
|
2158
|
-
`,rt=c.forwardRef(({variant:e="default",size:t="md",color:r="default",bordered:n=!1,closable:o=!1,checkable:s=!1,checked:a=!1,icon:l,disabled:d=!1,className:u,children:h,onClose:f,onChange:p,onClick:x},m)=>{const
|
|
2208
|
+
`,rt=c.forwardRef(({variant:e="default",size:t="md",color:r="default",bordered:n=!1,closable:o=!1,checkable:s=!1,checked:a=!1,icon:l,disabled:d=!1,className:u,children:h,onClose:f,onChange:p,onClick:x},m)=>{const g=s?"checkable":e,v=s?a:!1,$=()=>{d||(s&&p&&p(!v),x&&x())},y=k=>{d||g==="checkable"&&(k.key==="Enter"||k.key===" ")&&(k.preventDefault(),$())},j=k=>{k.stopPropagation(),f&&!d&&f()};return i.jsx(Mc,{ref:m,variant:g,size:t,color:r,bordered:n,checked:v,closable:o,isDisabled:d,className:u,onClick:g==="checkable"?$:x,onKeyDown:y,"data-variant":g,"data-size":t,"data-color":r,"data-checked":v?"true":void 0,"data-disabled":d?"true":void 0,tabIndex:g==="checkable"&&!d?0:void 0,role:g==="checkable"?"checkbox":void 0,"aria-checked":g==="checkable"?v:void 0,"aria-disabled":d,children:i.jsxs(Ic,{children:[l&&i.jsx(Pc,{"aria-hidden":"true",children:l}),h,o&&i.jsx(Nc,{size:t,onClick:j,"aria-label":"关闭",role:"button",tabIndex:d?-1:0,onKeyDown:k=>{!d&&(k.key==="Enter"||k.key===" ")&&(k.preventDefault(),j(k))},"aria-disabled":d,children:i.jsx(xr,{})})]})})});rt.displayName="Tag";const jr=c.forwardRef(({size:e="md",className:t,children:r="New Tag",...n},o)=>{const s=c.useRef(null),a=o||s,{buttonProps:l}=X.useButton({...n,elementType:"button"},s);return i.jsxs(Ac,{...Re(l,{ref:a,className:t}),size:e,"data-size":e,children:[i.jsx(gr,{}),r]})});jr.displayName="Tag.Add";rt.Add=jr;const Fc=["sm","md","lg"],Oc=(e,t,r,n,o)=>r?o.components.select.border.disabled:t?o.components.select.border.error:e?o.components.select.border.focus:n?o.components.select.border.hover:o.components.select.border.default,Dc=(e,t,r)=>{const n=r.components.select.size[e];return C`
|
|
2159
2209
|
${t?`min-height: ${n.height};`:`height: ${n.height};`}
|
|
2160
2210
|
font-size: ${n.fontSize};
|
|
2161
2211
|
padding-inline: ${n.paddingInline};
|
|
@@ -2164,14 +2214,14 @@
|
|
|
2164
2214
|
svg {
|
|
2165
2215
|
/* No global svg sizing here to avoid affecting Tag icons */
|
|
2166
2216
|
}
|
|
2167
|
-
`},mo=
|
|
2217
|
+
`},mo=b.div`
|
|
2168
2218
|
display: ${({fullWidth:e})=>e?"flex":"inline-flex"};
|
|
2169
2219
|
flex-direction: column;
|
|
2170
2220
|
width: ${({fullWidth:e})=>e?"100%":"200px"};
|
|
2171
2221
|
min-width: 120px;
|
|
2172
2222
|
position: relative;
|
|
2173
2223
|
box-sizing: border-box;
|
|
2174
|
-
`,xo=
|
|
2224
|
+
`,xo=b.button`
|
|
2175
2225
|
/* 基础重置 */
|
|
2176
2226
|
position: relative;
|
|
2177
2227
|
display: inline-flex;
|
|
@@ -2182,7 +2232,7 @@
|
|
|
2182
2232
|
|
|
2183
2233
|
/* 样式 */
|
|
2184
2234
|
border: 1px solid;
|
|
2185
|
-
border-color: ${({isFocused:e,isError:t,isDisabled:r,isHovered:n,isOpen:o,theme:s})=>
|
|
2235
|
+
border-color: ${({isFocused:e,isError:t,isDisabled:r,isHovered:n,isOpen:o,theme:s})=>Oc(e||!!o,!!t,!!r,!!n,s)};
|
|
2186
2236
|
border-radius: ${({theme:e})=>e.components.select.borderRadius};
|
|
2187
2237
|
|
|
2188
2238
|
background: ${({isDisabled:e,theme:t})=>e?t.components.select.background.disabled:t.components.select.background.default};
|
|
@@ -2195,13 +2245,13 @@
|
|
|
2195
2245
|
transition: all ${({theme:e})=>e.components.select.transition};
|
|
2196
2246
|
|
|
2197
2247
|
/* 尺寸 */
|
|
2198
|
-
${({size:e,isMultiple:t,theme:r})=>
|
|
2248
|
+
${({size:e,isMultiple:t,theme:r})=>Dc(e,!!t,r)}
|
|
2199
2249
|
|
|
2200
2250
|
/* 禁用状态 */
|
|
2201
|
-
${({isDisabled:e})=>e&&
|
|
2251
|
+
${({isDisabled:e})=>e&&C`
|
|
2202
2252
|
opacity: 0.6;
|
|
2203
2253
|
`}
|
|
2204
|
-
`,tr=
|
|
2254
|
+
`,tr=b.span`
|
|
2205
2255
|
flex: 1;
|
|
2206
2256
|
overflow: hidden;
|
|
2207
2257
|
text-overflow: ellipsis;
|
|
@@ -2209,7 +2259,7 @@
|
|
|
2209
2259
|
text-align: left;
|
|
2210
2260
|
margin-right: 8px;
|
|
2211
2261
|
color: ${({isPlaceholder:e,theme:t})=>e?t.components.select.text.placeholder:"inherit"};
|
|
2212
|
-
`,vo=
|
|
2262
|
+
`,vo=b.span`
|
|
2213
2263
|
display: inline-flex;
|
|
2214
2264
|
align-items: center;
|
|
2215
2265
|
justify-content: center;
|
|
@@ -2224,7 +2274,7 @@
|
|
|
2224
2274
|
width: ${({size:e,theme:t})=>e?t.components.select.size[e].iconSize:"16px"};
|
|
2225
2275
|
height: ${({size:e,theme:t})=>e?t.components.select.size[e].iconSize:"16px"};
|
|
2226
2276
|
}
|
|
2227
|
-
`,yo=
|
|
2277
|
+
`,yo=b.div`
|
|
2228
2278
|
background: ${({theme:e})=>e.components.select.popover.background};
|
|
2229
2279
|
border: ${({theme:e})=>e.components.select.popover.border};
|
|
2230
2280
|
border-radius: ${({theme:e})=>e.components.select.popover.borderRadius};
|
|
@@ -2235,7 +2285,7 @@
|
|
|
2235
2285
|
max-height: 300px;
|
|
2236
2286
|
display: flex;
|
|
2237
2287
|
flex-direction: column;
|
|
2238
|
-
`,Er=
|
|
2288
|
+
`,Er=b.ul`
|
|
2239
2289
|
margin: 0;
|
|
2240
2290
|
padding: 0;
|
|
2241
2291
|
list-style: none;
|
|
@@ -2254,7 +2304,7 @@
|
|
|
2254
2304
|
background: rgba(0,0,0,0.2);
|
|
2255
2305
|
border-radius: 4px;
|
|
2256
2306
|
}
|
|
2257
|
-
|
|
2307
|
+
`,ko=b.li`
|
|
2258
2308
|
position: relative;
|
|
2259
2309
|
display: flex;
|
|
2260
2310
|
align-items: center;
|
|
@@ -2279,30 +2329,30 @@
|
|
|
2279
2329
|
&:last-child {
|
|
2280
2330
|
margin-bottom: 0;
|
|
2281
2331
|
}
|
|
2282
|
-
`,
|
|
2332
|
+
`,wo=b.span`
|
|
2283
2333
|
flex: 1;
|
|
2284
2334
|
overflow: hidden;
|
|
2285
2335
|
text-overflow: ellipsis;
|
|
2286
2336
|
white-space: nowrap;
|
|
2287
|
-
|
|
2337
|
+
`,$o=b.span`
|
|
2288
2338
|
margin-left: 8px;
|
|
2289
2339
|
display: flex;
|
|
2290
2340
|
align-items: center;
|
|
2291
2341
|
color: ${({theme:e})=>e.components.select.option.text.selected};
|
|
2292
2342
|
font-size: 14px;
|
|
2293
|
-
`,So=
|
|
2343
|
+
`,So=b.div`
|
|
2294
2344
|
display: flex;
|
|
2295
2345
|
align-items: center;
|
|
2296
2346
|
justify-content: center;
|
|
2297
2347
|
padding: 8px;
|
|
2298
2348
|
color: ${({theme:e})=>e.components.select.text.placeholder};
|
|
2299
2349
|
font-size: ${({theme:e})=>e.global.typography.fontSize.xs};
|
|
2300
|
-
`,
|
|
2350
|
+
`,Bc=b.div`
|
|
2301
2351
|
padding: 8px 12px;
|
|
2302
2352
|
color: ${({theme:e})=>e.components.select.text.disabled};
|
|
2303
2353
|
font-size: ${({theme:e})=>e.global.typography.fontSize.xs};
|
|
2304
2354
|
text-align: center;
|
|
2305
|
-
`,Co=
|
|
2355
|
+
`,Co=b.div`
|
|
2306
2356
|
flex: 1;
|
|
2307
2357
|
display: flex;
|
|
2308
2358
|
flex-wrap: wrap;
|
|
@@ -2310,13 +2360,13 @@
|
|
|
2310
2360
|
align-items: center;
|
|
2311
2361
|
min-height: 22px;
|
|
2312
2362
|
padding-right: 4px;
|
|
2313
|
-
`,jo=
|
|
2363
|
+
`,jo=b.span`
|
|
2314
2364
|
display: inline-flex;
|
|
2315
2365
|
align-items: center;
|
|
2316
2366
|
margin-right: 8px;
|
|
2317
2367
|
flex-shrink: 0;
|
|
2318
2368
|
pointer-events: none;
|
|
2319
|
-
`;function
|
|
2369
|
+
`;function _c({children:e,state:t,offset:r=4,triggerRef:n,placement:o="bottom start",...s}){const a=c.useRef(null),[l,d]=c.useState(void 0);c.useLayoutEffect(()=>{n.current&&d(n.current.getBoundingClientRect().width)},[n,t.isOpen]);const{overlayProps:u}=X.useOverlay({...s,shouldCloseOnBlur:!1,isDismissable:!0,onClose:t.close},a),{overlayProps:h,placement:f}=X.useOverlayPosition({targetRef:n,overlayRef:a,placement:o,offset:r,isOpen:t.isOpen,onClose:t.close});return c.useEffect(()=>{if(!t.isOpen)return;const p=x=>{const m=x.target,g=a.current,v=n.current;g&&!g.contains(m)&&v&&!v.contains(m)&&t.close()};return document.addEventListener("mousedown",p),document.addEventListener("focusin",p),()=>{document.removeEventListener("mousedown",p),document.removeEventListener("focusin",p)}},[t.isOpen,t.close,n]),i.jsx(X.Overlay,{children:i.jsx(X.FocusScope,{restoreFocus:!0,children:i.jsxs(yo,{...u,...h,ref:a,"data-placement":f,style:{...h.style,zIndex:1e4,width:l?`${l}px`:"auto",minWidth:l?`${l}px`:"120px"},children:[i.jsx(X.DismissButton,{onDismiss:t.close}),e,i.jsx(X.DismissButton,{onDismiss:t.close})]})})})}function Kc({state:e,...t}){const r=c.useRef(null),{listBoxProps:n}=X.useListBox(t,e,r);return i.jsx(Er,{...n,ref:r,children:[...e.collection].map(o=>i.jsx(Eo,{item:o,state:e},o.key))})}function Eo({item:e,state:t,isMultiple:r}){const n=c.useRef(null),{optionProps:o,isSelected:s,isFocused:a,isDisabled:l}=X.useOption({key:e.key},t,n);return i.jsxs(ko,{...o,ref:n,isSelected:s,isFocused:a,isDisabled:l,children:[r&&i.jsx(jo,{"aria-hidden":"true",onClick:d=>d.stopPropagation(),children:i.jsx(De,{checked:s,disabled:l,tabIndex:-1})}),i.jsx(wo,{children:e.rendered}),!r&&s&&i.jsx($o,{"aria-hidden":"true",children:i.jsx("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{d:"M10 3L4.5 8.5L2 6",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})})]})}function Vc({state:e}){const t=c.useRef(null),{listBoxProps:r}=X.useListBox({selectionMode:"multiple"},e,t);return i.jsx(Er,{...r,ref:t,children:[...e.collection].map(n=>i.jsx(Eo,{item:n,state:e,isMultiple:!0},n.key))})}const Hc=c.forwardRef(function(t,r){const{selectionMode:n="single",loading:o,disabled:s,size:a="md",fullWidth:l=!1,width:d,className:u,style:h,placeholder:f="请选择",label:p,description:x,errorMessage:m,maxTagCount:g,value:v,defaultValue:$,onChange:y,selectedKey:j,defaultSelectedKey:k,selectedKeys:w,defaultSelectedKeys:R,onSelectionChange:T,options:I,children:B}=t,L=n==="multiple",D=L?void 0:v??j,U=L?v??w:void 0,re=L?void 0:$??k,_=L?$??R:void 0,K=te=>{y==null||y(te),T==null||T(te)},Q=c.useMemo(()=>I&&I.length>0?I.map(te=>i.jsx(ho,{textValue:typeof te.label=="string"?te.label:String(te.value),children:te.label},te.value)):B,[I,B]),O={...t,children:Q,selectedKey:D,defaultSelectedKey:re,onSelectionChange:K},P=c.useRef(null),F=r||P,V=c.useRef(null),q=Tc(O),S=go({...O,selectionMode:"multiple",selectedKeys:U,defaultSelectedKeys:_,onSelectionChange:K}),[E,M]=c.useState(!1),z=L?E:q.isOpen,N=c.useMemo(()=>{if(!L)return[];const te=[],Ee=S.selectionManager.selectedKeys;for(const Ye of S.collection)Ee.has(Ye.key)&&te.push({key:Ye.key,rendered:Ye.rendered});return te},[L,S.selectionManager.selectedKeys,S.collection]),{visibleTags:J,overflowCount:ne}=c.useMemo(()=>!L||N.length===0?{visibleTags:[],overflowCount:0}:g!==void 0&&N.length>g?{visibleTags:N.slice(0,g),overflowCount:N.length-g}:{visibleTags:N,overflowCount:0},[L,N,g]),{labelProps:le,triggerProps:Ie,valueProps:Pe,menuProps:A,descriptionProps:se,errorMessageProps:be}=X.useSelect(O,q,F),je=te=>{V.current=te.pointerType,te.pointerType!=="touch"&&te.pointerType!=="keyboard"&&F.current&&Kt(F.current)},ct=te=>{const Ee=te.pointerType||V.current;if(Ee!=="keyboard")if(L)M(!E);else{const Ye=Ee==="mouse"||Ee==="pen"?null:"first";q.toggle(Ye)}},{buttonProps:Rt}=X.useButton({...Ie,onPressStart:je,onPress:ct},F),Do=te=>{const Ee=new Set(S.selectionManager.selectedKeys);Ee.delete(te),S.selectionManager.setSelectedKeys(Ee),K(Ee)},Bo=()=>L?N.length===0?i.jsx(tr,{isPlaceholder:!0,children:f}):i.jsxs(Co,{children:[J.map(te=>i.jsx(rt,{size:"sm",closable:!0,onClose:()=>Do(te.key),children:te.rendered},te.key)),ne>0&&i.jsxs(rt,{size:"sm",children:["+",ne]})]}):i.jsx(tr,{...Pe,isPlaceholder:!q.selectedItem,children:q.selectedItem?q.selectedItem.rendered:f}),_o=L?{isOpen:E,close:()=>M(!1)}:q;return i.jsxs(mo,{fullWidth:l,className:u,style:{width:d,...h},children:[p&&i.jsx("label",{...le,style:{fontSize:"12px",marginBottom:"4px",display:"block",color:"inherit"},children:p}),!L&&i.jsx(X.HiddenSelect,{state:q,triggerRef:F,label:p,name:t.name,isDisabled:s}),i.jsxs(xo,{...Rt,ref:F,size:a,fullWidth:l,isOpen:z,isDisabled:s,isError:!!m,isMultiple:L,children:[Bo(),i.jsx(vo,{isOpen:z,"aria-hidden":"true",size:a,children:i.jsx(at,{width:12,height:12})})]}),z&&i.jsx(_c,{state:_o,triggerRef:F,placement:"bottom start",offset:4,children:o?i.jsxs(So,{children:[i.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{animation:"spin 1s linear infinite",marginRight:8},children:[i.jsx("style",{children:"@keyframes spin { 100% { transform: rotate(360deg); } }"}),i.jsx("path",{d:"M8 1.5C4.41015 1.5 1.5 4.41015 1.5 8C1.5 11.5899 4.41015 14.5 8 14.5C11.5899 14.5 14.5 11.5899 14.5 8",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})]}),"加载中..."]}):L?i.jsx(Vc,{state:S}):i.jsx(Kc,{...A,state:q})}),x&&i.jsx("div",{...se,style:{fontSize:"12px",marginTop:"4px",opacity:.6},children:x}),m&&i.jsx("div",{...be,style:{fontSize:"12px",marginTop:"4px",color:"#ff4d4f"},children:m})]})}),zt=Hc;zt.Item=ho;zt.Section=vc;const Wc=["sm","md","lg"],Uc=["default","bordered","striped"],Yc={sm:4,md:4,lg:6},He=e=>`${Yc[e??"md"]}px`,on=b.div`
|
|
2320
2370
|
width: ${e=>e.fullWidth?"100%":"auto"};
|
|
2321
2371
|
overflow: auto;
|
|
2322
2372
|
/* 移除边框,设计稿中表格没有外围边框 */
|
|
@@ -2339,16 +2389,16 @@
|
|
|
2339
2389
|
background: transparent;
|
|
2340
2390
|
}
|
|
2341
2391
|
|
|
2342
|
-
${e=>e.scrollX&&
|
|
2392
|
+
${e=>e.scrollX&&C`
|
|
2343
2393
|
max-width: ${typeof e.scrollX=="number"?`${e.scrollX}px`:e.scrollX};
|
|
2344
2394
|
`}
|
|
2345
2395
|
|
|
2346
|
-
${e=>e.scrollY&&
|
|
2396
|
+
${e=>e.scrollY&&C`
|
|
2347
2397
|
max-height: ${typeof e.scrollY=="number"?`${e.scrollY}px`:e.scrollY};
|
|
2348
2398
|
`}
|
|
2349
|
-
`,
|
|
2399
|
+
`,Zc=b.table`
|
|
2350
2400
|
width: 100%;
|
|
2351
|
-
${e=>e.scrollX&&
|
|
2401
|
+
${e=>e.scrollX&&C`
|
|
2352
2402
|
min-width: ${typeof e.scrollX=="number"?`${e.scrollX}px`:e.scrollX};
|
|
2353
2403
|
`}
|
|
2354
2404
|
border-collapse: separate;
|
|
@@ -2357,24 +2407,24 @@
|
|
|
2357
2407
|
font-family: ${({theme:e})=>e.semantic.typography.component.fontSizeSm};
|
|
2358
2408
|
background-color: ${({theme:e})=>e.semantic.colors.background.surface};
|
|
2359
2409
|
|
|
2360
|
-
${e=>e.variant==="bordered"&&
|
|
2410
|
+
${e=>e.variant==="bordered"&&C`
|
|
2361
2411
|
border: 1px solid ${e.theme.semantic.colors.border.primary};
|
|
2362
2412
|
border-radius: ${He(e.size)} ${He(e.size)} 0 0;
|
|
2363
2413
|
`}
|
|
2364
2414
|
|
|
2365
|
-
${e=>e.variant==="striped"&&
|
|
2415
|
+
${e=>e.variant==="striped"&&C`
|
|
2366
2416
|
tbody tr:nth-of-type(even) {
|
|
2367
2417
|
--row-bg: ${e.theme.semantic.colors.background.surfaceSubtle};
|
|
2368
2418
|
}
|
|
2369
2419
|
`}
|
|
2370
|
-
`,
|
|
2420
|
+
`,Xc=b.thead`
|
|
2371
2421
|
background-color: ${({theme:e})=>e.semantic.colors.background.surfaceSubtle};
|
|
2372
2422
|
position: sticky;
|
|
2373
2423
|
top: 0;
|
|
2374
2424
|
z-index: 10;
|
|
2375
|
-
`,
|
|
2425
|
+
`,Gc=b.tr`
|
|
2376
2426
|
border-bottom: 1px solid ${({theme:e})=>e.semantic.colors.border.primary};
|
|
2377
|
-
`,sn=
|
|
2427
|
+
`,sn=b.th`
|
|
2378
2428
|
padding: ${e=>{switch(e.size){case"sm":return"8px 12px";case"lg":return"16px 16px";case"md":default:return"12px 16px"}}};
|
|
2379
2429
|
text-align: ${e=>e.align||"left"};
|
|
2380
2430
|
font-weight: 400; /* Regular font weight based on design (H9/H11) */
|
|
@@ -2385,24 +2435,24 @@
|
|
|
2385
2435
|
position: ${e=>e.fixed?"sticky":"static"};
|
|
2386
2436
|
background-color: ${({theme:e})=>e.semantic.colors.background.surfaceSubtle};
|
|
2387
2437
|
|
|
2388
|
-
${e=>e.width&&
|
|
2438
|
+
${e=>e.width&&C`
|
|
2389
2439
|
width: ${typeof e.width=="number"?`${e.width}px`:e.width};
|
|
2390
2440
|
`}
|
|
2391
2441
|
|
|
2392
|
-
${e=>e.fixed==="left"&&
|
|
2442
|
+
${e=>e.fixed==="left"&&C`
|
|
2393
2443
|
left: 0;
|
|
2394
2444
|
z-index: 11;
|
|
2395
2445
|
/* 调整固定列阴影,使其更柔和 */
|
|
2396
2446
|
box-shadow: 4px 0 8px -4px rgba(0, 0, 0, 0.1);
|
|
2397
2447
|
`}
|
|
2398
2448
|
|
|
2399
|
-
${e=>e.fixed==="right"&&
|
|
2449
|
+
${e=>e.fixed==="right"&&C`
|
|
2400
2450
|
right: 0;
|
|
2401
2451
|
z-index: 11;
|
|
2402
2452
|
box-shadow: -4px 0 8px -4px rgba(0, 0, 0, 0.1);
|
|
2403
2453
|
`}
|
|
2404
2454
|
|
|
2405
|
-
${e=>e.sortable&&
|
|
2455
|
+
${e=>e.sortable&&C`
|
|
2406
2456
|
cursor: pointer;
|
|
2407
2457
|
transition: background-color 0.15s ease;
|
|
2408
2458
|
|
|
@@ -2418,7 +2468,7 @@
|
|
|
2418
2468
|
&:last-of-type {
|
|
2419
2469
|
border-top-right-radius: ${e=>He(e.size)};
|
|
2420
2470
|
}
|
|
2421
|
-
`,
|
|
2471
|
+
`,qc=b.span`
|
|
2422
2472
|
display: inline-flex;
|
|
2423
2473
|
flex-direction: column;
|
|
2424
2474
|
align-items: center;
|
|
@@ -2439,15 +2489,15 @@
|
|
|
2439
2489
|
color: ${({theme:e})=>e.semantic.colors.brand.primary};
|
|
2440
2490
|
opacity: 1;
|
|
2441
2491
|
}
|
|
2442
|
-
`,
|
|
2492
|
+
`,Jc=b.tbody``,Bt=b.tr`
|
|
2443
2493
|
/* 定义背景色变量,用于同步固定列的背景 */
|
|
2444
2494
|
--row-bg: ${({theme:e})=>e.semantic.colors.background.surface};
|
|
2445
2495
|
|
|
2446
|
-
${e=>e.isSubRow&&
|
|
2496
|
+
${e=>e.isSubRow&&C`
|
|
2447
2497
|
--row-bg: ${e.theme.semantic.colors.background.surfaceSubtle};
|
|
2448
2498
|
`}
|
|
2449
2499
|
|
|
2450
|
-
${e=>e.selected&&
|
|
2500
|
+
${e=>e.selected&&C`
|
|
2451
2501
|
--row-bg: ${e.theme.semantic.colors.brand.primarySubtle};
|
|
2452
2502
|
`}
|
|
2453
2503
|
|
|
@@ -2463,11 +2513,11 @@
|
|
|
2463
2513
|
border-bottom: none;
|
|
2464
2514
|
}
|
|
2465
2515
|
|
|
2466
|
-
${e=>(e.selectable||e.expandable)&&
|
|
2516
|
+
${e=>(e.selectable||e.expandable)&&C`
|
|
2467
2517
|
cursor: pointer;
|
|
2468
2518
|
`}
|
|
2469
2519
|
|
|
2470
|
-
${e=>
|
|
2520
|
+
${e=>C`
|
|
2471
2521
|
&:hover {
|
|
2472
2522
|
--row-bg: ${e.selected?e.theme.semantic.colors.brand.primarySubtle:e.theme.semantic.colors.background.surfaceSubtle};
|
|
2473
2523
|
}
|
|
@@ -2476,10 +2526,10 @@
|
|
|
2476
2526
|
--row-bg: ${e.selected?e.theme.semantic.colors.brand.primarySubtle:e.theme.semantic.colors.background.surfaceStrong};
|
|
2477
2527
|
}
|
|
2478
2528
|
`}
|
|
2479
|
-
`,ft=
|
|
2529
|
+
`,ft=b.td`
|
|
2480
2530
|
padding: ${e=>{switch(e.size){case"sm":return"8px 12px";case"lg":return"16px 16px";case"md":default:return"12px 16px"}}};
|
|
2481
2531
|
|
|
2482
|
-
${e=>e.level&&e.level>0&&
|
|
2532
|
+
${e=>e.level&&e.level>0&&C`
|
|
2483
2533
|
padding-left: ${16+e.level*24}px;
|
|
2484
2534
|
`}
|
|
2485
2535
|
|
|
@@ -2491,27 +2541,27 @@
|
|
|
2491
2541
|
background-color: ${e=>e.fixed?"var(--row-bg, inherit)":"inherit"};
|
|
2492
2542
|
transition: background-color 0.15s ease;
|
|
2493
2543
|
|
|
2494
|
-
${e=>e.width&&
|
|
2544
|
+
${e=>e.width&&C`
|
|
2495
2545
|
width: ${typeof e.width=="number"?`${e.width}px`:e.width};
|
|
2496
2546
|
`}
|
|
2497
2547
|
|
|
2498
|
-
${e=>e.fixed==="left"&&
|
|
2548
|
+
${e=>e.fixed==="left"&&C`
|
|
2499
2549
|
left: 0;
|
|
2500
2550
|
z-index: 9;
|
|
2501
2551
|
box-shadow: 4px 0 8px -4px rgba(0, 0, 0, 0.1);
|
|
2502
2552
|
`}
|
|
2503
2553
|
|
|
2504
|
-
${e=>e.fixed==="right"&&
|
|
2554
|
+
${e=>e.fixed==="right"&&C`
|
|
2505
2555
|
right: 0;
|
|
2506
2556
|
z-index: 9;
|
|
2507
2557
|
box-shadow: -4px 0 8px -4px rgba(0, 0, 0, 0.1);
|
|
2508
2558
|
`}
|
|
2509
|
-
`,an=
|
|
2559
|
+
`,an=b.div`
|
|
2510
2560
|
display: flex;
|
|
2511
2561
|
align-items: center;
|
|
2512
2562
|
justify-content: center;
|
|
2513
2563
|
width: 40px;
|
|
2514
|
-
`,
|
|
2564
|
+
`,Qc=b.button`
|
|
2515
2565
|
display: inline-flex;
|
|
2516
2566
|
align-items: center;
|
|
2517
2567
|
justify-content: center;
|
|
@@ -2534,37 +2584,37 @@
|
|
|
2534
2584
|
height: 16px;
|
|
2535
2585
|
transform: ${e=>e.expanded?"rotate(90deg)":"none"};
|
|
2536
2586
|
}
|
|
2537
|
-
`,
|
|
2587
|
+
`,ed=b.div`
|
|
2538
2588
|
padding: 48px 24px;
|
|
2539
2589
|
text-align: center;
|
|
2540
2590
|
color: ${({theme:e})=>e.semantic.colors.text.tertiary};
|
|
2541
2591
|
font-size: 12px;
|
|
2542
|
-
`,
|
|
2543
|
-
${e=>e.ellipsis&&
|
|
2592
|
+
`,td=b.div`
|
|
2593
|
+
${e=>e.ellipsis&&C`
|
|
2544
2594
|
overflow: hidden;
|
|
2545
2595
|
text-overflow: ellipsis;
|
|
2546
2596
|
white-space: nowrap;
|
|
2547
2597
|
`}
|
|
2548
2598
|
|
|
2549
|
-
${e=>e.wrapText&&
|
|
2599
|
+
${e=>e.wrapText&&C`
|
|
2550
2600
|
white-space: normal;
|
|
2551
2601
|
word-break: break-word;
|
|
2552
2602
|
`}
|
|
2553
|
-
`,nd=Uc
|
|
2603
|
+
`,rd=Wc,nd=Uc;function od({columns:e,dataSource:t,size:r="md",variant:n="default",bordered:o=!1,fullWidth:s=!0,scroll:a,selectable:l=!1,selectionMode:d="multiple",selectedKeys:u,onSelectionChange:h,expandable:f=!1,expandedKeys:p,onExpandChange:x,expandedRowRender:m,sortConfig:g,onSortChange:v,onRowClick:$,emptyText:y="暂无数据",className:j,wrapText:k=!1,loading:w=!1},R){const[T,I]=c.useState(new Set),[B,L]=c.useState(new Set),[D,U]=c.useState(!1),re=c.useRef(null),_=c.useRef(null),K=u??T,Q=c.useCallback(E=>{const M=E==="all"?new Set(t.map(z=>z.id)):E;u||I(M),h==null||h(M)},[u,h,t]),O=p??B,P=c.useCallback(E=>{const M=new Set(O);M.has(E)?M.delete(E):M.add(E),p||L(M),x==null||x(M)},[O,p,x]),F=c.useCallback(E=>{if(!v)return;let M="asc";(g==null?void 0:g.key)===E&&(g.direction==="asc"?M="desc":g.direction==="desc"&&(M=null)),v(E,M)},[g,v]),V=c.useMemo(()=>!l||d==="single"?!1:K==="all"?!0:t.length===0?!1:t.every(E=>K.has(E.id)),[l,d,K,t]),q=c.useMemo(()=>{if(!l||d==="single"||K==="all"||t.length===0)return!1;const E=t.filter(M=>K.has(M.id)).length;return E>0&&E<t.length},[l,d,K,t]);c.useEffect(()=>{const E=re.current;if(!E)return;const M=()=>{U(!0),_.current&&window.clearTimeout(_.current),_.current=window.setTimeout(()=>{U(!1)},800)};return E.addEventListener("scroll",M,{passive:!0}),()=>{E.removeEventListener("scroll",M),_.current&&window.clearTimeout(_.current)}},[]);const S=c.useCallback((E,M=0)=>E.flatMap((z,N)=>{const J=O.has(z.id),ne=K instanceof Set&&K.has(z.id),le=z.children&&z.children.length>0,Ie=i.jsxs(Bt,{selectable:l,selected:ne,expandable:f,expanded:J,level:M,onClick:()=>{l&&d==="single"&&Q(new Set([z.id])),$==null||$(z,N)},children:[l&&i.jsx(ft,{size:r,width:48,align:"center",children:i.jsx(an,{onClick:se=>se.stopPropagation(),children:d==="single"?i.jsx(Sr,{checked:ne,onChange:()=>{Q(new Set([z.id]))}}):i.jsx(De,{checked:ne,onChange:se=>{const be=new Set(K==="all"?t.map(je=>je.id):K);se?be.add(z.id):be.delete(z.id),Q(be)}})})},"selection-column"),e.map((se,be)=>{const je=z[se.key],ct=be===0;return i.jsx(ft,{size:r,fixed:se.fixed,align:se.align,width:se.width,level:ct?M:0,children:i.jsxs("div",{style:{display:"flex",alignItems:"center"},children:[ct&&f&&le&&i.jsx(Qc,{expanded:J,onClick:Rt=>{Rt.stopPropagation(),P(z.id)},"aria-label":J?"收起":"展开",children:i.jsx(Te,{})}),i.jsx(td,{ellipsis:se.ellipsis,wrapText:k,children:se.render?se.render(je,z,N):je})]})},se.key)})]},z.id),Pe=J&&m&&i.jsx(Bt,{isSubRow:!0,children:i.jsx(ft,{colSpan:e.length+(l?1:0),size:r,children:m(z,N)})},`${z.id}-expanded`),A=J&&le?S(z.children,M+1):[];return[Ie,Pe,...A].filter(Boolean)}),[e,r,f,O,K,l,d,m,k,P,Q,$]);return t.length===0&&!w?i.jsx(on,{size:r,ref:re,fullWidth:s,scrollX:a==null?void 0:a.x,scrollY:a==null?void 0:a.y,showScrollbar:D,className:j,children:i.jsx(ed,{children:y})}):i.jsx(on,{size:r,ref:re,fullWidth:s,scrollX:a==null?void 0:a.x,scrollY:a==null?void 0:a.y,showScrollbar:D,className:j,children:i.jsxs(Zc,{ref:R,size:r,variant:o?"bordered":n,scrollX:a==null?void 0:a.x,children:[i.jsx(Xc,{children:i.jsxs(Gc,{children:[l&&i.jsx(sn,{size:r,width:48,align:"center",children:d==="multiple"&&i.jsx(an,{children:i.jsx(De,{checked:V,indeterminate:q,onChange:E=>{Q(E?"all":new Set)}})})},"selection-column"),e.map(E=>i.jsx(sn,{size:r,fixed:E.fixed,align:E.align,width:E.width,sortable:E.sortable,onClick:()=>E.sortable&&F(E.key),children:i.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:"8px"},children:[i.jsx("span",{children:E.title}),E.sortable&&i.jsxs(qc,{direction:(g==null?void 0:g.key)===E.key?g.direction:void 0,children:[i.jsx(br,{"data-active":(g==null?void 0:g.key)===E.key&&g.direction==="asc"}),i.jsx(at,{"data-active":(g==null?void 0:g.key)===E.key&&g.direction==="desc"})]})]})},E.key))]})}),i.jsx(Jc,{children:w?i.jsx(Bt,{children:i.jsx(ft,{colSpan:e.length+(l?1:0),size:r,children:i.jsx("div",{style:{textAlign:"center",padding:"24px"},children:"加载中..."})})}):S(t)})]})})}const To=c.forwardRef(od);To.displayName="Table";const id=To;function sd(e={}){let{isReadOnly:t}=e,[r,n]=$t(e.isSelected,e.defaultSelected||!1,e.onChange),[o]=c.useState(r);function s(d){t||n(d)}function a(){t||n(!r)}var l;return{isSelected:r,defaultSelected:(l=e.defaultSelected)!==null&&l!==void 0?l:o,setSelected:s,toggle:a}}const ad=["sm","md"],ld=e=>C`
|
|
2554
2604
|
/* 提供尺寸相关的 CSS 变量,方便内部元素计算占位 */
|
|
2555
|
-
--switch-thumb-size:
|
|
2556
|
-
--switch-inner-gap:
|
|
2605
|
+
--switch-thumb-size: var(--ksd-switch-${e}-thumb-size);
|
|
2606
|
+
--switch-inner-gap: var(--ksd-switch-gap);
|
|
2557
2607
|
|
|
2558
|
-
min-width:
|
|
2559
|
-
height:
|
|
2560
|
-
font-size:
|
|
2608
|
+
min-width: var(--ksd-switch-${e}-width);
|
|
2609
|
+
height: var(--ksd-switch-${e}-height);
|
|
2610
|
+
font-size: var(--ksd-switch-${e}-font-size);
|
|
2561
2611
|
|
|
2562
2612
|
/* 滑块尺寸 - 使用后代选择器 */
|
|
2563
2613
|
& span[data-thumb] {
|
|
2564
|
-
width:
|
|
2565
|
-
height:
|
|
2614
|
+
width: var(--ksd-switch-${e}-thumb-size);
|
|
2615
|
+
height: var(--ksd-switch-${e}-thumb-size);
|
|
2566
2616
|
}
|
|
2567
|
-
|
|
2617
|
+
`,cd=b.label`
|
|
2568
2618
|
/* 基础布局 */
|
|
2569
2619
|
position: relative;
|
|
2570
2620
|
display: inline-flex;
|
|
@@ -2573,9 +2623,9 @@
|
|
|
2573
2623
|
cursor: ${({isDisabled:e})=>e?"not-allowed":"pointer"};
|
|
2574
2624
|
user-select: none;
|
|
2575
2625
|
|
|
2576
|
-
/* 背景和圆角 - 使用
|
|
2577
|
-
background: ${({isSelected:e,isDisabled:t
|
|
2578
|
-
border-radius:
|
|
2626
|
+
/* 背景和圆角 - 使用 CSS 变量 */
|
|
2627
|
+
background: ${({isSelected:e,isDisabled:t})=>t?"var(--ksd-switch-bg-disabled)":e?"var(--ksd-switch-bg-checked)":"var(--ksd-switch-bg-unchecked)"};
|
|
2628
|
+
border-radius: var(--ksd-switch-border-radius);
|
|
2579
2629
|
|
|
2580
2630
|
/*
|
|
2581
2631
|
* 内边距 - 根据 Figma 设计:
|
|
@@ -2584,32 +2634,32 @@
|
|
|
2584
2634
|
* - 上下始终3px
|
|
2585
2635
|
*/
|
|
2586
2636
|
padding: 3px;
|
|
2587
|
-
${({hasInnerLabel:e,isSelected:t})=>e?
|
|
2637
|
+
${({hasInnerLabel:e,isSelected:t})=>e?C`
|
|
2588
2638
|
padding-left: ${t?"8px":"3px"};
|
|
2589
2639
|
padding-right: ${t?"3px":"8px"};
|
|
2590
|
-
`:
|
|
2640
|
+
`:C`
|
|
2591
2641
|
padding-left: 3px;
|
|
2592
2642
|
padding-right: 3px;
|
|
2593
2643
|
`}
|
|
2594
2644
|
|
|
2595
2645
|
/* 过渡动画 - 只对背景色做动画,padding 瞬间切换以配合滑块动画 */
|
|
2596
|
-
transition: background-color
|
|
2646
|
+
transition: background-color var(--ksd-switch-transition);
|
|
2597
2647
|
|
|
2598
2648
|
/* 尺寸样式 */
|
|
2599
|
-
${({size:e
|
|
2649
|
+
${({size:e})=>ld(e)}
|
|
2600
2650
|
|
|
2601
2651
|
/* Focus 可见状态 - 键盘导航时显示 */
|
|
2602
|
-
${({isFocusVisible:e
|
|
2652
|
+
${({isFocusVisible:e})=>e&&C`
|
|
2603
2653
|
outline: none;
|
|
2604
|
-
box-shadow: 0 0 0
|
|
2654
|
+
box-shadow: 0 0 0 var(--ksd-switch-focus-ring-offset) var(--ksd-switch-focus-ring-color);
|
|
2605
2655
|
`}
|
|
2606
2656
|
|
|
2607
2657
|
/* 禁用状态 */
|
|
2608
|
-
${({isDisabled:e
|
|
2609
|
-
opacity:
|
|
2658
|
+
${({isDisabled:e})=>e&&C`
|
|
2659
|
+
opacity: var(--ksd-switch-disabled-opacity);
|
|
2610
2660
|
cursor: not-allowed;
|
|
2611
2661
|
`}
|
|
2612
|
-
`,
|
|
2662
|
+
`,dd=b.span`
|
|
2613
2663
|
display: flex;
|
|
2614
2664
|
align-items: center;
|
|
2615
2665
|
width: 100%;
|
|
@@ -2619,61 +2669,62 @@
|
|
|
2619
2669
|
|
|
2620
2670
|
/* 当存在内部文字时,为滑块预留占位,避免文字与滑块重叠
|
|
2621
2671
|
预留尺寸 = 滑块尺寸 + 设计间距 */
|
|
2622
|
-
${({hasInnerLabel:e,isSelected:t
|
|
2623
|
-
padding-right: ${t
|
|
2624
|
-
padding-left: ${t?"0"
|
|
2672
|
+
${({hasInnerLabel:e,isSelected:t})=>e&&C`
|
|
2673
|
+
padding-right: ${t?"calc(var(--switch-thumb-size) + var(--ksd-switch-gap))":"0"};
|
|
2674
|
+
padding-left: ${t?"0":"calc(var(--switch-thumb-size) + var(--ksd-switch-gap))"};
|
|
2625
2675
|
`}
|
|
2626
2676
|
|
|
2627
2677
|
/* 有文字时,根据选中状态调整文字位置 */
|
|
2628
|
-
${({hasInnerLabel:e,isSelected:t})=>e&&
|
|
2678
|
+
${({hasInnerLabel:e,isSelected:t})=>e&&C`
|
|
2629
2679
|
justify-content: ${t?"flex-start":"flex-end"};
|
|
2630
2680
|
`}
|
|
2631
|
-
`,
|
|
2681
|
+
`,ud=b.span`
|
|
2632
2682
|
display: inline-flex;
|
|
2633
2683
|
align-items: center;
|
|
2634
|
-
color:
|
|
2635
|
-
font-size:
|
|
2636
|
-
font-weight:
|
|
2684
|
+
color: var(--ksd-switch-text-color);
|
|
2685
|
+
font-size: var(--ksd-switch-text-font-size);
|
|
2686
|
+
font-weight: var(--ksd-switch-text-font-weight);
|
|
2637
2687
|
line-height: 1.5;
|
|
2638
2688
|
white-space: nowrap;
|
|
2639
2689
|
user-select: none;
|
|
2640
2690
|
position: relative;
|
|
2641
2691
|
z-index: 2;
|
|
2642
|
-
`,
|
|
2692
|
+
`,fd=b.span`
|
|
2643
2693
|
display: block;
|
|
2644
2694
|
position: absolute;
|
|
2645
2695
|
top: 50%;
|
|
2646
2696
|
transform: translateY(-50%);
|
|
2647
2697
|
border-radius: 50%;
|
|
2648
|
-
background:
|
|
2649
|
-
box-shadow:
|
|
2698
|
+
background: var(--ksd-switch-thumb-bg);
|
|
2699
|
+
box-shadow: var(--ksd-switch-thumb-shadow);
|
|
2650
2700
|
|
|
2651
2701
|
/* 位置控制:未选中在左,选中在右 */
|
|
2652
|
-
${({isSelected:e})=>e?
|
|
2702
|
+
${({isSelected:e})=>e?C`
|
|
2653
2703
|
right: 0;
|
|
2654
2704
|
left: auto;
|
|
2655
|
-
`:
|
|
2705
|
+
`:C`
|
|
2656
2706
|
left: 0;
|
|
2657
2707
|
right: auto;
|
|
2658
2708
|
`}
|
|
2659
2709
|
|
|
2660
2710
|
/* 平滑的位置过渡动画 */
|
|
2661
|
-
transition:
|
|
2662
|
-
|
|
2663
|
-
|
|
2711
|
+
transition:
|
|
2712
|
+
left var(--ksd-switch-transition),
|
|
2713
|
+
right var(--ksd-switch-transition);
|
|
2714
|
+
`,pd=b.div`
|
|
2664
2715
|
display: flex;
|
|
2665
2716
|
align-items: center;
|
|
2666
|
-
gap:
|
|
2667
|
-
`,
|
|
2668
|
-
font-size:
|
|
2669
|
-
color: ${({isDisabled:e
|
|
2717
|
+
gap: var(--ksd-switch-label-gap);
|
|
2718
|
+
`,hd=b.span`
|
|
2719
|
+
font-size: var(--ksd-switch-label-font-size);
|
|
2720
|
+
color: ${({isDisabled:e})=>e?"var(--ksd-text-disabled)":"var(--ksd-text-primary)"};
|
|
2670
2721
|
user-select: none;
|
|
2671
2722
|
cursor: ${({isDisabled:e})=>e?"not-allowed":"pointer"};
|
|
2672
|
-
`,bd=
|
|
2723
|
+
`,bd=ad,zo=c.forwardRef(({size:e="md",checkedLabel:t,uncheckedLabel:r,disabled:n=!1,value:o,defaultValue:s,children:a,className:l,isSelected:d,defaultSelected:u,...h},f)=>{const m=sd({...h,isSelected:o??d,defaultSelected:s??u}),g=c.useRef(null),v=f||g,{inputProps:$}=X.useSwitch({...h,isDisabled:n},m,g),{isFocusVisible:y,focusProps:j}=X.useFocusRing(),k=m.isSelected?t:r,w=!!(t||r),R=i.jsxs(cd,{size:e,isSelected:m.isSelected,isDisabled:n,isFocusVisible:y,hasInnerLabel:w,className:l,"data-selected":m.isSelected?"true":void 0,"data-disabled":n?"true":void 0,children:[i.jsx(X.VisuallyHidden,{children:i.jsx("input",{...Re($,j),ref:v})}),i.jsxs(dd,{isSelected:m.isSelected,hasInnerLabel:w,children:[i.jsx(fd,{isSelected:m.isSelected,"data-thumb":!0,"aria-hidden":"true"}),w&&k&&i.jsx(ud,{isSelected:m.isSelected,children:k})]})]});return a?i.jsxs(pd,{children:[R,i.jsx(hd,{isDisabled:n,onClick:()=>{n||m.toggle()},children:a})]}):R});zo.displayName="Switch";const gd=b.div`
|
|
2673
2724
|
display: flex;
|
|
2674
2725
|
align-items: center;
|
|
2675
2726
|
gap: ${({theme:e})=>e.components.transfer.container.gap};
|
|
2676
|
-
`,
|
|
2727
|
+
`,md=b.div`
|
|
2677
2728
|
width: ${({theme:e})=>e.components.transfer.panel.width};
|
|
2678
2729
|
height: ${({theme:e})=>e.components.transfer.panel.height};
|
|
2679
2730
|
background: ${({theme:e})=>e.components.transfer.panel.background};
|
|
@@ -2682,7 +2733,7 @@
|
|
|
2682
2733
|
display: flex;
|
|
2683
2734
|
flex-direction: column;
|
|
2684
2735
|
overflow: hidden;
|
|
2685
|
-
`,
|
|
2736
|
+
`,xd=b.div`
|
|
2686
2737
|
display: flex;
|
|
2687
2738
|
align-items: center;
|
|
2688
2739
|
justify-content: space-between;
|
|
@@ -2692,13 +2743,13 @@
|
|
|
2692
2743
|
color: ${({theme:e})=>e.components.transfer.header.color};
|
|
2693
2744
|
background: ${({theme:e})=>e.components.transfer.header.background};
|
|
2694
2745
|
flex-shrink: 0;
|
|
2695
|
-
`,
|
|
2746
|
+
`,vd=b.span`
|
|
2696
2747
|
display: flex;
|
|
2697
2748
|
align-items: center;
|
|
2698
2749
|
gap: 8px;
|
|
2699
|
-
|
|
2750
|
+
`,yd=b.span`
|
|
2700
2751
|
color: ${({theme:e})=>e.semantic.colors.text.transferHeader};
|
|
2701
|
-
`,kd=
|
|
2752
|
+
`,kd=b.div`
|
|
2702
2753
|
padding: 10px 0;
|
|
2703
2754
|
display: flex;
|
|
2704
2755
|
flex-shrink: 0;
|
|
@@ -2711,7 +2762,7 @@
|
|
|
2711
2762
|
min-width: 100%; /* 防止内容溢出 */
|
|
2712
2763
|
}
|
|
2713
2764
|
}
|
|
2714
|
-
`,wd=
|
|
2765
|
+
`,wd=b.div`
|
|
2715
2766
|
flex: 1;
|
|
2716
2767
|
overflow-y: auto;
|
|
2717
2768
|
display: flex;
|
|
@@ -2734,7 +2785,7 @@
|
|
|
2734
2785
|
&::-webkit-scrollbar-thumb:hover {
|
|
2735
2786
|
background: ${({theme:e})=>e.semantic.colors.border.primary};
|
|
2736
2787
|
}
|
|
2737
|
-
|
|
2788
|
+
`,$d=b.div`
|
|
2738
2789
|
display: flex;
|
|
2739
2790
|
align-items: center;
|
|
2740
2791
|
height: ${({theme:e})=>e.components.transfer.item.height};
|
|
@@ -2747,18 +2798,18 @@
|
|
|
2747
2798
|
padding: ${({theme:e})=>e.components.transfer.item.padding};
|
|
2748
2799
|
color: ${({theme:e,selected:t,disabled:r})=>r?e.components.transfer.item.text.disabled:t?e.components.transfer.item.text.selected:e.components.transfer.item.text.default};
|
|
2749
2800
|
|
|
2750
|
-
`,
|
|
2801
|
+
`,Sd=b.span`
|
|
2751
2802
|
flex: 1;
|
|
2752
2803
|
overflow: hidden;
|
|
2753
2804
|
text-overflow: ellipsis;
|
|
2754
2805
|
white-space: nowrap;
|
|
2755
|
-
`,
|
|
2806
|
+
`,Cd=b.div`
|
|
2756
2807
|
display: flex;
|
|
2757
2808
|
align-items: center;
|
|
2758
2809
|
gap: ${({theme:e})=>e.components.transfer.item.gap};
|
|
2759
2810
|
flex: 1;
|
|
2760
2811
|
overflow: hidden;
|
|
2761
|
-
`,
|
|
2812
|
+
`,jd=b.button`
|
|
2762
2813
|
display: flex;
|
|
2763
2814
|
align-items: center;
|
|
2764
2815
|
justify-content: center;
|
|
@@ -2778,12 +2829,12 @@
|
|
|
2778
2829
|
width: 16px;
|
|
2779
2830
|
height: 16px;
|
|
2780
2831
|
}
|
|
2781
|
-
`,
|
|
2832
|
+
`,Ed=b.div`
|
|
2782
2833
|
display: flex;
|
|
2783
2834
|
flex-direction: column;
|
|
2784
2835
|
gap: ${({theme:e})=>e.components.transfer.operations.gap};
|
|
2785
2836
|
align-items: center;
|
|
2786
|
-
`,
|
|
2837
|
+
`,ge=b.div`
|
|
2787
2838
|
display: flex;
|
|
2788
2839
|
align-items: center;
|
|
2789
2840
|
justify-content: center;
|
|
@@ -2817,7 +2868,7 @@
|
|
|
2817
2868
|
color: ${({theme:e})=>e.components.transfer.operations.iconColor.active};
|
|
2818
2869
|
}
|
|
2819
2870
|
}
|
|
2820
|
-
`,
|
|
2871
|
+
`,Td=b.div`
|
|
2821
2872
|
display: flex;
|
|
2822
2873
|
align-items: center;
|
|
2823
2874
|
height: ${({theme:e})=>e.components.transfer.footer.height};
|
|
@@ -2827,14 +2878,14 @@
|
|
|
2827
2878
|
border-top: ${({theme:e})=>e.components.transfer.footer.borderTop};
|
|
2828
2879
|
margin-top: ${({theme:e})=>e.components.transfer.footer.marginTop};
|
|
2829
2880
|
flex-shrink: 0;
|
|
2830
|
-
`,
|
|
2881
|
+
`,zd=b.div`
|
|
2831
2882
|
display: flex;
|
|
2832
2883
|
align-items: center;
|
|
2833
2884
|
justify-content: center;
|
|
2834
2885
|
height: 100%;
|
|
2835
2886
|
color: ${({theme:e})=>e.components.transfer.empty.color};
|
|
2836
2887
|
font-size: ${({theme:e})=>e.components.transfer.empty.fontSize};
|
|
2837
|
-
`,
|
|
2888
|
+
`,Rd=b.div`
|
|
2838
2889
|
display: flex;
|
|
2839
2890
|
align-items: center;
|
|
2840
2891
|
justify-content: space-between;
|
|
@@ -2843,15 +2894,15 @@
|
|
|
2843
2894
|
flex-shrink: 0;
|
|
2844
2895
|
font-size: 12px;
|
|
2845
2896
|
color: ${({theme:e})=>e.semantic.colors.text.secondary};
|
|
2846
|
-
`,
|
|
2897
|
+
`,Ld=b.div`
|
|
2847
2898
|
display: flex;
|
|
2848
2899
|
align-items: center;
|
|
2849
2900
|
gap: 8px;
|
|
2850
|
-
`,
|
|
2901
|
+
`,Md=b.div`
|
|
2851
2902
|
display: flex;
|
|
2852
2903
|
align-items: center;
|
|
2853
2904
|
gap: 4px;
|
|
2854
|
-
`,ln=
|
|
2905
|
+
`,ln=b.button`
|
|
2855
2906
|
display: flex;
|
|
2856
2907
|
align-items: center;
|
|
2857
2908
|
justify-content: center;
|
|
@@ -2873,7 +2924,7 @@
|
|
|
2873
2924
|
width: 14px;
|
|
2874
2925
|
height: 14px;
|
|
2875
2926
|
}
|
|
2876
|
-
`;
|
|
2927
|
+
`;b.select`
|
|
2877
2928
|
height: 24px;
|
|
2878
2929
|
padding: 0 20px 0 8px;
|
|
2879
2930
|
border: 1px solid ${({theme:e})=>e.semantic.colors.border.primary};
|
|
@@ -2887,9 +2938,9 @@
|
|
|
2887
2938
|
&:hover {
|
|
2888
2939
|
border-color: ${({theme:e})=>e.semantic.colors.brand.primary};
|
|
2889
2940
|
}
|
|
2890
|
-
`;const cn=({direction:e,dataSource:t,selectedKeys:r,disabled:n,showSearch:o,searchPlaceholder:s,filterOption:a,render:l,onItemSelectChange:d,title:u,showSelectAll:h=!0,footer:f,locale:p,header:x,onClearAll:m,clearMode:
|
|
2941
|
+
`;const cn=({direction:e,dataSource:t,selectedKeys:r,disabled:n,showSearch:o,searchPlaceholder:s,filterOption:a,render:l,onItemSelectChange:d,title:u,showSelectAll:h=!0,footer:f,locale:p,header:x,onClearAll:m,clearMode:g="all",oneWay:v=!1,onItemDelete:$,pagination:y})=>{const j=it(),[k,w]=c.useState(""),[R,T]=c.useState(1),[I,B]=c.useState(typeof y=="object"&&y.pageSize?y.pageSize:10),L=c.useMemo(()=>k?a?t.filter(z=>a(k,z)):t.filter(z=>{const N=String(z.title||""),J=String(z.description||"");return N.toLowerCase().includes(k.toLowerCase())||J.toLowerCase().includes(k.toLowerCase())}):t,[t,k,a]),D=c.useMemo(()=>L.filter(z=>!z.disabled),[L]),U=y&&!l,re=c.useMemo(()=>{if(!U)return L;const z=(R-1)*I,N=z+I;return L.slice(z,N)},[L,R,I,U]),_=U?re:L,K=c.useMemo(()=>U?Math.ceil(L.length/I):1,[L.length,I,U]),Q=c.useCallback(z=>{T(z)},[]),O=c.useCallback(z=>{B(z),T(1)},[]),P=c.useMemo(()=>D.length===0?!1:D.every(z=>r.has(z.key)),[D,r]),F=c.useMemo(()=>{const z=D.filter(N=>r.has(N.key)).length;return z>0&&z<D.length},[D,r]),V=c.useCallback(z=>{const N=new Set(r);D.forEach(J=>{z?N.add(J.key):N.delete(J.key)}),d(N)},[D,r,d]),q=c.useCallback(z=>{const N=new Set(r);N.has(z)?N.delete(z):N.add(z),d(N)},[r,d]),S=z=>l?l(z):z.title,E=D.filter(z=>r.has(z.key)).length,M=()=>i.jsxs(xd,{children:[i.jsxs(vd,{children:[h&&D.length>0&&i.jsx(De,{checked:P,indeterminate:F,onChange:V,disabled:n}),u]}),i.jsxs(yd,{children:[E,"/",t.length]})]});return i.jsxs(md,{children:[x?x({direction:e,selectedCount:E,totalCount:t.length,selectedKeys:r,onSelectAll:V,title:u,showSelectAll:h,disabled:n,onClearAll:m,clearMode:g}):M(),o&&i.jsx(kd,{children:i.jsx(yr,{suffix:i.jsx(On,{style:{color:j.components.transfer.search.iconColor}}),size:"sm",value:k,onChange:z=>w(z.target.value),placeholder:s||(p==null?void 0:p.searchPlaceholder)||"请输入搜索内容",disabled:n,"aria-label":"搜索输入框",fullWidth:!0})}),i.jsx(wd,{children:_.length===0?i.jsx(zd,{children:(p==null?void 0:p.notFoundContent)||"暂无数据"}):_.map(z=>i.jsxs($d,{disabled:n||z.disabled,selected:r.has(z.key),onClick:()=>{!n&&!z.disabled&&q(z.key)},children:[i.jsxs(Cd,{children:[(!v||e==="left")&&i.jsx(De,{checked:r.has(z.key),disabled:n||z.disabled,onClick:N=>{N.stopPropagation()}}),i.jsx(Sd,{children:S(z)})]}),v&&e==="right"&&$&&i.jsx(jd,{onClick:N=>{N.stopPropagation(),!n&&!z.disabled&&$(z.key)},disabled:n||z.disabled,children:i.jsx(Fn,{})})]},z.key))}),U&&L.length>0&&i.jsxs(Rd,{children:[i.jsxs(Ld,{children:[typeof y=="object"&&y.showPageInfo!==!1&&i.jsxs("span",{children:[(R-1)*I+1,"-",Math.min(R*I,L.length)," / ",L.length]}),typeof y=="object"&&y.showSizeChanger&&i.jsx(zt,{value:I.toString(),onChange:z=>O(Number(z)),options:(y.pageSizeOptions||[10,20,50]).map(z=>({value:z.toString(),label:`${z} 条/页`})),style:{width:"80px",height:"24px",minWidth:"80px"},disabled:n})]}),i.jsxs(Md,{children:[i.jsx(ln,{onClick:()=>Q(R-1),disabled:R===1,children:i.jsx(qe,{})}),i.jsxs("span",{children:[R," / ",K]}),i.jsx(ln,{onClick:()=>Q(R+1),disabled:R===K,children:i.jsx(Te,{})})]})]}),f&&i.jsx(Td,{children:f({direction:e})})]})},Ro=({dataSource:e=[],targetKeys:t,defaultTargetKeys:r=[],onChange:n,titles:o=["源列表","目标列表"],showSearch:s=!1,searchPlaceholder:a=["搜索源列表","搜索目标列表"],filterOption:l,render:d,disabled:u=!1,className:h,style:f,operations:p,showSelectAll:x=!0,footer:m,locale:g,header:v,oneWay:$=!1,actions:y,pagination:j})=>{const[k,w]=c.useState(new Set(r)),R=t!==void 0,T=c.useMemo(()=>R?new Set(t):k,[R,t,k]),[I,B]=c.useState(new Set),[L,D]=c.useState(new Set),U=c.useMemo(()=>e.filter(S=>!T.has(S.key)),[e,T]),re=c.useMemo(()=>e.filter(S=>T.has(S.key)),[e,T]),_=c.useCallback(()=>{const S=new Set(T),E=Array.from(I);E.forEach(M=>{S.add(M)}),R||w(S),B(new Set),n==null||n(Array.from(S),"right",E)},[T,I,R,n]),K=c.useCallback(()=>{const S=new Set(T),E=Array.from(L);E.forEach(M=>{S.delete(M)}),R||w(S),D(new Set),n==null||n(Array.from(S),"left",E)},[T,L,R,n]),Q=c.useCallback(()=>{const S=new Set(T),E=U.filter(M=>!M.disabled).map(M=>M.key);E.forEach(M=>{S.add(M)}),R||w(S),B(new Set),n==null||n(Array.from(S),"right",E)},[T,U,R,n]),O=c.useCallback(()=>{const S=new Set(T),E=Array.from(T).filter(M=>{const z=e.find(N=>N.key===M);return z&&!z.disabled});E.forEach(M=>{S.delete(M)}),R||w(S),D(new Set),n==null||n(Array.from(S),"left",E)},[T,e,R,n]),P=c.useCallback(S=>{const E=new Set(T);E.delete(S),R||w(E),n==null||n(Array.from(E),"left",[S])},[T,R,n]),F=I.size>0&&!u,V=L.size>0&&!u,q=()=>{if(y&&typeof y=="object"&&!Array.isArray(y)){const{left:S,right:E}=y;return $?E?typeof E=="function"?i.jsx(c.Fragment,{children:E(Array.from(I))},"right"):i.jsx(c.Fragment,{children:E},"right"):i.jsxs(ge,{onClick:_,disabled:!F,children:[i.jsx(Te,{}),p==null?void 0:p[0]]}):i.jsxs(i.Fragment,{children:[S?typeof S=="function"?i.jsx(c.Fragment,{children:S(Array.from(I))},"left"):i.jsx(c.Fragment,{children:S},"left"):i.jsxs(ge,{onClick:_,disabled:!F,children:[i.jsx(Te,{}),p==null?void 0:p[0]]}),E?typeof E=="function"?i.jsx(c.Fragment,{children:E(Array.from(L))},"right"):i.jsx(c.Fragment,{children:E},"right"):i.jsxs(ge,{onClick:K,disabled:!V,children:[i.jsx(qe,{}),p==null?void 0:p[1]]})]})}if(y&&Array.isArray(y)){if($){const M=y[0];return M?typeof M=="string"?i.jsx(ge,{onClick:_,disabled:!F,children:M}):c.isValidElement(M)?i.jsx(c.Fragment,{children:M},"action-0"):typeof M=="function"?i.jsx(c.Fragment,{children:M(Array.from(I))},"action-0"):i.jsx(c.Fragment,{children:M},"action-0"):i.jsxs(ge,{onClick:_,disabled:!F,children:[i.jsx(Te,{}),p==null?void 0:p[0]]})}const S=y[0],E=y[1];return i.jsxs(i.Fragment,{children:[S?typeof S=="string"?i.jsx(ge,{onClick:_,disabled:!F,children:S}):c.isValidElement(S)?i.jsx(c.Fragment,{children:S},"left"):typeof S=="function"?i.jsx(c.Fragment,{children:S(Array.from(I))},"left"):i.jsx(c.Fragment,{children:S},"left"):i.jsxs(ge,{onClick:_,disabled:!F,children:[i.jsx(Te,{}),p==null?void 0:p[0]]}),E?typeof E=="string"?i.jsx(ge,{onClick:K,disabled:!V,children:E}):c.isValidElement(E)?i.jsx(c.Fragment,{children:E},"right"):typeof E=="function"?i.jsx(c.Fragment,{children:E(Array.from(L))},"right"):i.jsx(c.Fragment,{children:E},"right"):i.jsxs(ge,{onClick:K,disabled:!V,children:[i.jsx(qe,{}),p==null?void 0:p[1]]})]})}return $?i.jsxs(ge,{onClick:_,disabled:!F,children:[i.jsx(Te,{}),p==null?void 0:p[0]]}):i.jsxs(i.Fragment,{children:[i.jsxs(ge,{onClick:_,disabled:!F,children:[i.jsx(Te,{}),p==null?void 0:p[0]]}),i.jsxs(ge,{onClick:K,disabled:!V,children:[i.jsx(qe,{}),p==null?void 0:p[1]]})]})};return i.jsxs(gd,{className:h,style:f,children:[i.jsx(cn,{direction:"left",dataSource:U,selectedKeys:I,disabled:u,showSearch:s,searchPlaceholder:a[0],filterOption:l,render:d,onItemSelectChange:B,title:o[0],showSelectAll:x,footer:m,locale:g,header:v,onClearAll:Q,clearMode:"all",oneWay:$,pagination:j}),i.jsx(Ed,{children:q()}),i.jsx(cn,{direction:"right",dataSource:re,selectedKeys:L,disabled:u,showSearch:s,searchPlaceholder:a[1],filterOption:l,render:d,onItemSelectChange:D,title:o[1],showSelectAll:x,footer:m,locale:g,header:v,onClearAll:O,clearMode:"all",oneWay:$,onItemDelete:$?P:void 0,pagination:j})]})};Ro.displayName="Transfer";const Id=["idle","uploading","success","error"],Pd=b.div`
|
|
2891
2942
|
width: 100%;
|
|
2892
|
-
`,
|
|
2943
|
+
`,Nd=b.div`
|
|
2893
2944
|
position: relative;
|
|
2894
2945
|
display: flex;
|
|
2895
2946
|
flex-direction: column;
|
|
@@ -2904,7 +2955,7 @@
|
|
|
2904
2955
|
transition: all 0.2s ease;
|
|
2905
2956
|
outline: none;
|
|
2906
2957
|
|
|
2907
|
-
${({isDisabled:e,theme:t})=>!e&&
|
|
2958
|
+
${({isDisabled:e,theme:t})=>!e&&C`
|
|
2908
2959
|
&:hover {
|
|
2909
2960
|
border-color: ${t.semantic.colors.brand.primary};
|
|
2910
2961
|
}
|
|
@@ -2915,54 +2966,54 @@
|
|
|
2915
2966
|
}
|
|
2916
2967
|
`}
|
|
2917
2968
|
|
|
2918
|
-
${({isDisabled:e,theme:t})=>e&&
|
|
2969
|
+
${({isDisabled:e,theme:t})=>e&&C`
|
|
2919
2970
|
opacity: 0.5;
|
|
2920
2971
|
background: ${t.semantic.colors.background.secondary};
|
|
2921
2972
|
`}
|
|
2922
|
-
`,
|
|
2973
|
+
`,Ad=b.div`
|
|
2923
2974
|
width: 100px;
|
|
2924
2975
|
height: 100px;
|
|
2925
2976
|
display: flex;
|
|
2926
2977
|
align-items: center;
|
|
2927
2978
|
justify-content: center;
|
|
2928
|
-
`,
|
|
2979
|
+
`,Fd=b.div`
|
|
2929
2980
|
display: flex;
|
|
2930
2981
|
flex-direction: column;
|
|
2931
2982
|
align-items: center;
|
|
2932
2983
|
gap: 4px;
|
|
2933
2984
|
width: 100%;
|
|
2934
2985
|
font-family: ${({theme:e})=>e.global.typography.fontFamily};
|
|
2935
|
-
`,
|
|
2986
|
+
`,Od=b.div`
|
|
2936
2987
|
font-size: 14px;
|
|
2937
2988
|
line-height: 20px;
|
|
2938
2989
|
color: ${({theme:e})=>e.semantic.colors.text.primary};
|
|
2939
2990
|
text-align: center;
|
|
2940
2991
|
width: 100%;
|
|
2941
|
-
`,dn=
|
|
2992
|
+
`,dn=b.p`
|
|
2942
2993
|
font-size: 12px;
|
|
2943
2994
|
line-height: 18px;
|
|
2944
2995
|
color: rgba(10, 24, 51, 0.4);
|
|
2945
2996
|
margin: 0;
|
|
2946
2997
|
white-space: pre;
|
|
2947
|
-
`,un=
|
|
2998
|
+
`,un=b.span`
|
|
2948
2999
|
color: ${({theme:e})=>e.semantic.colors.brand.primary};
|
|
2949
3000
|
cursor: pointer;
|
|
2950
3001
|
|
|
2951
3002
|
&:hover {
|
|
2952
3003
|
text-decoration: underline;
|
|
2953
3004
|
}
|
|
2954
|
-
`,
|
|
3005
|
+
`,Dd=b.div`
|
|
2955
3006
|
display: flex;
|
|
2956
3007
|
flex-direction: column;
|
|
2957
3008
|
gap: 16px;
|
|
2958
3009
|
margin-top: 16px;
|
|
2959
3010
|
width: 100%;
|
|
2960
|
-
`,
|
|
3011
|
+
`,Bd=b.div`
|
|
2961
3012
|
display: flex;
|
|
2962
3013
|
flex-direction: column;
|
|
2963
3014
|
gap: 0;
|
|
2964
3015
|
width: 100%;
|
|
2965
|
-
`,
|
|
3016
|
+
`,_d=b.div`
|
|
2966
3017
|
display: flex;
|
|
2967
3018
|
align-items: center;
|
|
2968
3019
|
gap: 8px;
|
|
@@ -2970,7 +3021,7 @@
|
|
|
2970
3021
|
border-radius: 4px;
|
|
2971
3022
|
background: ${({status:e,theme:t})=>e==="success"?"#FAFAFB":e==="error"?"#FEF6F1":t.semantic.colors.background.surface};
|
|
2972
3023
|
flex: 1;
|
|
2973
|
-
`,
|
|
3024
|
+
`,Kd=b.span`
|
|
2974
3025
|
display: inline-flex;
|
|
2975
3026
|
align-items: center;
|
|
2976
3027
|
justify-content: center;
|
|
@@ -2978,7 +3029,7 @@
|
|
|
2978
3029
|
height: 16px;
|
|
2979
3030
|
flex-shrink: 0;
|
|
2980
3031
|
color: ${({theme:e})=>e.semantic.colors.text.primary};
|
|
2981
|
-
`,
|
|
3032
|
+
`,Vd=b.div`
|
|
2982
3033
|
flex: 1;
|
|
2983
3034
|
font-family: ${({theme:e})=>e.global.typography.fontFamily};
|
|
2984
3035
|
font-size: 12px;
|
|
@@ -2987,7 +3038,7 @@
|
|
|
2987
3038
|
overflow: hidden;
|
|
2988
3039
|
text-overflow: ellipsis;
|
|
2989
3040
|
white-space: nowrap;
|
|
2990
|
-
`,
|
|
3041
|
+
`,Hd=b.span`
|
|
2991
3042
|
display: inline-flex;
|
|
2992
3043
|
align-items: center;
|
|
2993
3044
|
justify-content: center;
|
|
@@ -2995,7 +3046,7 @@
|
|
|
2995
3046
|
height: 16px;
|
|
2996
3047
|
flex-shrink: 0;
|
|
2997
3048
|
color: ${({status:e,theme:t})=>e==="success"?t.semantic.colors.state.success:e==="error"?t.semantic.colors.state.danger:t.semantic.colors.text.secondary};
|
|
2998
|
-
`,
|
|
3049
|
+
`,Wd=b.button`
|
|
2999
3050
|
display: inline-flex;
|
|
3000
3051
|
align-items: center;
|
|
3001
3052
|
justify-content: center;
|
|
@@ -3018,25 +3069,25 @@
|
|
|
3018
3069
|
outline-offset: 2px;
|
|
3019
3070
|
border-radius: 2px;
|
|
3020
3071
|
}
|
|
3021
|
-
`,
|
|
3072
|
+
`,Ud=b.div`
|
|
3022
3073
|
display: flex;
|
|
3023
3074
|
align-items: center;
|
|
3024
3075
|
gap: 16px;
|
|
3025
3076
|
height: 16px;
|
|
3026
3077
|
margin-top: 0;
|
|
3027
|
-
`,
|
|
3078
|
+
`,Yd=b.div`
|
|
3028
3079
|
flex: 1;
|
|
3029
3080
|
height: 6px;
|
|
3030
3081
|
background: ${({theme:e})=>e.semantic.colors.background.secondary};
|
|
3031
3082
|
border-radius: 5px;
|
|
3032
3083
|
overflow: hidden;
|
|
3033
|
-
`,
|
|
3084
|
+
`,Zd=b.div`
|
|
3034
3085
|
height: 100%;
|
|
3035
3086
|
width: ${({percent:e})=>e}%;
|
|
3036
3087
|
background: ${({theme:e})=>e.semantic.colors.brand.primary};
|
|
3037
3088
|
border-radius: 12px;
|
|
3038
3089
|
transition: width 0.3s ease;
|
|
3039
|
-
`,
|
|
3090
|
+
`,Xd=b.span`
|
|
3040
3091
|
font-family: ${({theme:e})=>e.global.typography.fontFamily};
|
|
3041
3092
|
font-size: 12px;
|
|
3042
3093
|
line-height: 18px;
|
|
@@ -3045,7 +3096,7 @@
|
|
|
3045
3096
|
flex-shrink: 0;
|
|
3046
3097
|
width: 40px;
|
|
3047
3098
|
text-align: right;
|
|
3048
|
-
`,
|
|
3099
|
+
`,Gd=b.input`
|
|
3049
3100
|
position: absolute;
|
|
3050
3101
|
width: 1px;
|
|
3051
3102
|
height: 1px;
|
|
@@ -3055,7 +3106,7 @@
|
|
|
3055
3106
|
clip: rect(0, 0, 0, 0);
|
|
3056
3107
|
white-space: nowrap;
|
|
3057
3108
|
border-width: 0;
|
|
3058
|
-
`,
|
|
3109
|
+
`,qd=Id,Jd=()=>i.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"100",height:"100",viewBox:"0 0 100 100",fill:"none",children:[i.jsxs("g",{clipPath:"url(#clip0_6955_14967)",children:[i.jsx("path",{d:"M6.25 63.1836L28.525 52.195C28.8475 52.0359 29.2023 51.9531 29.5619 51.9531H70.6424C71.0049 51.9531 71.3625 52.0372 71.687 52.1988L93.75 63.1836V91.4062C93.75 92.7007 92.7007 93.75 91.4062 93.75H8.59375C7.29932 93.75 6.25 92.7007 6.25 91.4062V63.1836Z",fill:"#F0F0F0"}),i.jsx("path",{d:"M6.25 63.1836H34.4859C35.7804 63.1836 36.8297 64.2329 36.8297 65.5273V69.8906C36.8297 71.185 37.879 72.2344 39.1734 72.2344H60.7687C62.0632 72.2344 63.1125 71.185 63.1125 69.8906V65.5273C63.1125 64.2329 64.1618 63.1836 65.4562 63.1836H93.75V92.9688C93.75 93.176 93.6677 93.3747 93.5212 93.5212C93.3747 93.6677 93.1759 93.75 92.9688 93.75H7.03125C6.82405 93.75 6.62534 93.6677 6.47882 93.5212C6.33231 93.3747 6.25 93.176 6.25 92.9688V63.1836Z",fill:"#FAFAFB"}),i.jsx("path",{d:"M19.1445 39.9733C19.3009 39.41 20.0994 39.41 20.2558 39.9733C20.797 41.9242 22.3218 43.449 24.2727 43.9902C24.836 44.1466 24.836 44.9451 24.2727 45.1015C22.3218 45.6427 20.797 47.1675 20.2558 49.1184C20.0994 49.6817 19.3009 49.6817 19.1445 49.1184C18.6033 47.1675 17.0785 45.6427 15.1276 45.1015C14.5642 44.9451 14.5643 44.1466 15.1276 43.9902C17.0785 43.449 18.6033 41.9242 19.1445 39.9733Z",fill:"#F0F0F0"}),i.jsx("path",{d:"M78.1066 35.6488C78.3468 34.7837 79.573 34.7837 79.8132 35.6488C80.6443 38.6449 82.9858 40.9864 85.9819 41.8175C86.8469 42.0577 86.8469 43.2839 85.9819 43.5241C82.9858 44.3552 80.6443 46.6968 79.8132 49.6929C79.573 50.5579 78.3468 50.5579 78.1066 49.6929C77.2755 46.6968 74.9339 44.3552 71.9379 43.5241C71.0728 43.2839 71.0728 42.0577 71.9379 41.8175C74.9339 40.9864 77.2755 38.6449 78.1066 35.6488Z",fill:"#F0F0F0"}),i.jsx("path",{d:"M49.0173 14.5685C49.733 13.8105 50.9389 13.8105 51.6547 14.5685L62.8375 26.4101C63.9294 27.5668 63.1096 29.469 61.5188 29.4691H57.591C56.0884 29.4691 54.8704 30.6871 54.8704 32.1897L54.8703 41C54.8703 41.5523 54.4226 42 53.8703 42H46.8015C46.2492 42 45.8015 41.5523 45.8015 41L45.8016 32.1897C45.8016 30.6871 44.5835 29.4691 43.0809 29.4691H39.1532C37.5623 29.4691 36.7424 27.5669 37.8345 26.4101L49.0173 14.5685Z",fill:"#F0F0F0"})]}),i.jsx("defs",{children:i.jsx("clipPath",{id:"clip0_6955_14967",children:i.jsx("rect",{width:"100",height:"100",fill:"white"})})})]}),Qd=()=>i.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[i.jsx("path",{d:"M9 1H3.5C2.67157 1 2 1.67157 2 2.5V13.5C2 14.3284 2.67157 15 3.5 15H12.5C13.3284 15 14 14.3284 14 13.5V6M9 1L14 6M9 1V6H14",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round"}),i.jsx("path",{d:"M5 7H7",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round"}),i.jsx("path",{d:"M5 10H11",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round"})]}),eu=()=>i.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[i.jsx("circle",{cx:"8",cy:"8",r:"8",fill:"currentColor"}),i.jsx("path",{d:"M11.3333 5.5L6.75 10.0833L4.66667 8",stroke:"white",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),tu=()=>i.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[i.jsx("circle",{cx:"8",cy:"8",r:"8",fill:"currentColor"}),i.jsx("path",{d:"M10 6L6 10M6 6L10 10",stroke:"white",strokeWidth:"1.5",strokeLinecap:"round"})]}),ru=()=>i.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{d:"M3.5 4.5H12.5M6.5 7V11.5M9.5 7V11.5M10.5 4.5V2.5C10.5 2.22386 10.2761 2 10 2H6C5.72386 2 5.5 2.22386 5.5 2.5V4.5M4.5 4.5H11.5V13C11.5 13.2761 11.2761 13.5 11 13.5H5C4.72386 13.5 4.5 13.2761 4.5 13V4.5Z",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round"})}),nu=()=>`upload-${Date.now()}-${Math.random().toString(36).slice(2,9)}`,Lo=c.forwardRef(({accept:e,multiple:t=!1,maxSize:r,maxCount:n,disabled:o=!1,fileList:s,defaultFileList:a=[],onChange:l,beforeUpload:d,customRequest:u,mainText:h,secondaryText:f,fileTypeHint:p,downloadTemplateText:x,onDownloadTemplate:m,className:g,icon:v},$)=>{const y=c.useRef(null),j=c.useRef(null),[k,w]=c.useState(a),[R,T]=c.useState(!1),I=s!==void 0,B=I?s:k,L=S=>{I||w(S),l==null||l(S)},D=async S=>{if(!S||S.length===0)return;const E=Array.from(S);if(n&&B.length+E.length>n){console.warn(`最多只能上传 ${n} 个文件`);return}const M=[];for(const N of E){if(r&&N.size>r){console.warn(`文件 ${N.name} 超过大小限制`);continue}if(d)try{if(!await d(N))continue}catch(ne){console.error("beforeUpload error:",ne);continue}const J={uid:nu(),name:N.name,file:N,status:"uploading",percent:0};M.push(J)}if(M.length===0)return;const z=[...B,...M];L(z),M.forEach(N=>{u?u({file:N.file,onProgress:J=>{L(z.map(ne=>ne.uid===N.uid?{...ne,percent:J}:ne))},onSuccess:()=>{L(z.map(J=>J.uid===N.uid?{...J,status:"success",percent:100}:J))},onError:J=>{L(z.map(ne=>ne.uid===N.uid?{...ne,status:"error",error:J.message}:ne))}}):U(N.uid,z)})},U=(S,E)=>{let M=0;const z=setInterval(()=>{M+=10,M>=100?(clearInterval(z),L(E.map(N=>N.uid===S?{...N,status:"success",percent:100}:N))):L(E.map(N=>N.uid===S?{...N,percent:M}:N))},200)},re=S=>{D(S.target.files),y.current&&(y.current.value="")},_=S=>{S.preventDefault(),S.stopPropagation(),o||T(!0)},K=S=>{S.preventDefault(),S.stopPropagation(),T(!1)},Q=S=>{S.preventDefault(),S.stopPropagation()},O=S=>{if(S.preventDefault(),S.stopPropagation(),T(!1),o)return;const E=S.dataTransfer.files;D(E)},P=()=>{var S;o||(S=y.current)==null||S.click()},F=S=>{const E=B.filter(M=>M.uid!==S);L(E)},{buttonProps:V}=X.useButton({onPress:P,isDisabled:o},j),q=S=>{switch(S){case"success":return i.jsx(eu,{});case"error":return i.jsx(tu,{});default:return null}};return i.jsxs(Pd,{ref:$,className:g,children:[i.jsxs(Nd,{...V,ref:j,isDragActive:R,isDisabled:o,onDragEnter:_,onDragLeave:K,onDragOver:Q,onDrop:O,role:"button",tabIndex:o?-1:0,"aria-label":"上传文件区域",children:[i.jsx(Ad,{children:v||i.jsx(Jd,{})}),i.jsxs(Fd,{children:[i.jsx(Od,{children:h||i.jsxs(i.Fragment,{children:["将文件拖到此处,或",i.jsx(un,{children:"点击上传"})]})}),f&&i.jsx(dn,{children:f}),(p||x)&&i.jsxs(dn,{children:[p,x&&m&&i.jsxs(i.Fragment,{children:[" ",i.jsx(un,{onClick:S=>{S.stopPropagation(),m()},children:x})]})]})]}),i.jsx(Gd,{ref:y,type:"file",accept:e,multiple:t,onChange:re,disabled:o,"aria-hidden":"true"})]}),B.length>0&&i.jsx(Dd,{children:B.map(S=>i.jsxs(Bd,{status:S.status,children:[i.jsxs(_d,{status:S.status,children:[i.jsx(Kd,{children:i.jsx(Qd,{})}),i.jsx(Vd,{status:S.status,children:S.name}),(S.status==="success"||S.status==="error")&&i.jsxs(i.Fragment,{children:[i.jsx(Hd,{status:S.status,children:q(S.status)}),i.jsx(Wd,{onClick:()=>F(S.uid),"aria-label":`删除文件 ${S.name}`,children:i.jsx(ru,{})})]})]}),S.status==="uploading"&&i.jsxs(Ud,{children:[i.jsx(Yd,{children:i.jsx(Zd,{percent:S.percent||0})}),i.jsxs(Xd,{children:[S.percent||0,"%"]})]})]},S.uid))})]})});Lo.displayName="Upload";const ou=b.div`
|
|
3059
3110
|
background: var(--ksd-card-bg);
|
|
3060
3111
|
border: ${({variant:e})=>e==="outlined"?"1px solid var(--ksd-card-border)":"none"};
|
|
3061
3112
|
box-shadow: ${({variant:e})=>e==="elevated"?"var(--ksd-card-shadow-elevated)":"none"};
|
|
@@ -3072,13 +3123,13 @@
|
|
|
3072
3123
|
border-color: ${t==="outlined"?"var(--ksd-card-border-hover)":"transparent"};
|
|
3073
3124
|
}
|
|
3074
3125
|
`}
|
|
3075
|
-
`,
|
|
3126
|
+
`,iu=b.div`
|
|
3076
3127
|
display: flex;
|
|
3077
3128
|
align-items: center;
|
|
3078
3129
|
justify-content: space-between;
|
|
3079
3130
|
padding: var(--ksd-card-header-padding);
|
|
3080
3131
|
border-bottom: var(--ksd-card-header-border-bottom);
|
|
3081
|
-
`,
|
|
3132
|
+
`,su=b.div`
|
|
3082
3133
|
color: var(--ksd-card-title-color);
|
|
3083
3134
|
font-size: var(--ksd-card-title-font-size);
|
|
3084
3135
|
font-weight: var(--ksd-card-title-font-weight);
|
|
@@ -3086,17 +3137,17 @@
|
|
|
3086
3137
|
overflow: hidden;
|
|
3087
3138
|
text-overflow: ellipsis;
|
|
3088
3139
|
white-space: nowrap;
|
|
3089
|
-
`,
|
|
3140
|
+
`,au=b.div`
|
|
3090
3141
|
color: var(--ksd-card-extra-color);
|
|
3091
3142
|
font-size: var(--ksd-card-extra-font-size);
|
|
3092
3143
|
margin-left: 16px;
|
|
3093
|
-
`,
|
|
3144
|
+
`,lu=b.div`
|
|
3094
3145
|
padding: ${({padding:e})=>e||"var(--ksd-card-padding-md)"};
|
|
3095
3146
|
flex: 1;
|
|
3096
3147
|
color: var(--ksd-card-title-color);
|
|
3097
3148
|
font-size: 14px;
|
|
3098
3149
|
line-height: 1.6;
|
|
3099
|
-
`,
|
|
3150
|
+
`,cu=b.div`
|
|
3100
3151
|
width: 100%;
|
|
3101
3152
|
position: relative;
|
|
3102
3153
|
|
|
@@ -3111,11 +3162,11 @@
|
|
|
3111
3162
|
border-radius: var(--ksd-card-cover-radius);
|
|
3112
3163
|
}
|
|
3113
3164
|
}
|
|
3114
|
-
`,
|
|
3165
|
+
`,du=b.div`
|
|
3115
3166
|
padding: var(--ksd-card-footer-padding);
|
|
3116
3167
|
background: var(--ksd-card-footer-bg);
|
|
3117
3168
|
border-top: var(--ksd-card-footer-border-top);
|
|
3118
|
-
`,Mo=c.forwardRef(({title:e,extra:t,cover:r,footer:n,hoverable:o=!1,variant:s="elevated",bodyPadding:a,children:l,className:d,...u},h)=>i.jsxs(
|
|
3169
|
+
`,Mo=c.forwardRef(({title:e,extra:t,cover:r,footer:n,hoverable:o=!1,variant:s="elevated",bodyPadding:a,children:l,className:d,...u},h)=>i.jsxs(ou,{ref:h,variant:s,hoverable:o,className:d,...u,children:[r&&i.jsx(cu,{children:r}),(e||t)&&i.jsxs(iu,{children:[e&&i.jsx(su,{children:e}),t&&i.jsx(au,{children:t})]}),i.jsx(lu,{padding:a,children:l}),n&&i.jsx(du,{children:n})]}));Mo.displayName="Card";const Io=({global:e,semantic:t})=>({container:{background:{default:t.colors.background.surface},border:{default:t.colors.border.primary,hover:t.colors.border.strong},shadow:{elevated:"0px 4px 24px 0px rgba(0, 0, 0, 0.04)",elevatedHover:"0px 8px 32px 0px rgba(0, 0, 0, 0.08)",outlined:"none",filled:"none"},radius:e.radii.r6,transition:"all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1)"},padding:{sm:e.spacing.md,md:e.spacing.xl,lg:e.spacing.xxl},header:{padding:`${e.spacing.lg} ${e.spacing.xl} ${e.spacing.md}`,borderBottom:"none",title:{color:t.colors.text.primary,fontSize:e.typography.fontSize.md,fontWeight:e.typography.fontWeight.semibold},extra:{color:t.colors.text.secondary,fontSize:e.typography.fontSize.sm}},cover:{radius:`${e.radii.r6} ${e.radii.r6} 0 0`},footer:{padding:`${e.spacing.md} ${e.spacing.xl}`,background:"transparent",borderTop:`1px solid ${t.colors.border.primary}`}}),uu=Me`
|
|
3119
3170
|
from {
|
|
3120
3171
|
opacity: 0;
|
|
3121
3172
|
transform: scale(0.96);
|
|
@@ -3124,7 +3175,7 @@
|
|
|
3124
3175
|
opacity: 1;
|
|
3125
3176
|
transform: scale(1);
|
|
3126
3177
|
}
|
|
3127
|
-
`,
|
|
3178
|
+
`,fu=b.div`
|
|
3128
3179
|
z-index: ${({theme:e})=>e.components.tooltip.zIndex};
|
|
3129
3180
|
|
|
3130
3181
|
padding: ${({theme:e})=>e.components.tooltip.padding};
|
|
@@ -3139,7 +3190,7 @@
|
|
|
3139
3190
|
font-size: ${({theme:e})=>e.components.tooltip.fontSize};
|
|
3140
3191
|
line-height: ${({theme:e})=>e.components.tooltip.lineHeight};
|
|
3141
3192
|
|
|
3142
|
-
animation: ${
|
|
3193
|
+
animation: ${uu} ${({theme:e})=>e.components.tooltip.animation.duration}
|
|
3143
3194
|
${({theme:e})=>e.components.tooltip.animation.easing} forwards;
|
|
3144
3195
|
|
|
3145
3196
|
/* 根据 placement 设置 transform-origin */
|
|
@@ -3147,7 +3198,7 @@
|
|
|
3147
3198
|
|
|
3148
3199
|
/* 确保文字不会换行太频繁 */
|
|
3149
3200
|
word-wrap: break-word;
|
|
3150
|
-
`,
|
|
3201
|
+
`,pu=b.div`
|
|
3151
3202
|
position: absolute;
|
|
3152
3203
|
width: ${({theme:e})=>e.components.tooltip.arrow.size};
|
|
3153
3204
|
height: ${({theme:e})=>e.components.tooltip.arrow.size};
|
|
@@ -3179,5 +3230,5 @@
|
|
|
3179
3230
|
top: 50%;
|
|
3180
3231
|
transform: translateY(-50%);
|
|
3181
3232
|
`;default:return""}}}
|
|
3182
|
-
`,Po=c.forwardRef(({children:e,content:t,placement:r="top",offset:n=8,delay:o=0,closeDelay:s=0,disabled:a=!1,showArrow:l=!0,open:d,defaultOpen:u=!1,onOpenChange:h,className:f,style:p},x)=>{if(typeof document>"u")return e;const[m,b]=c.useState(u),v=d!==void 0,w=v?d:m,y=c.useRef(null),C=c.useRef(null),$=c.useRef(null),k=c.useRef(null),[R,T]=c.useState({top:0,left:0}),I=c.useCallback(()=>{$.current&&(clearTimeout($.current),$.current=null),k.current&&(clearTimeout(k.current),k.current=null)},[]),B=c.useCallback(P=>{a||(v||b(P),h==null||h(P))},[a,v,h]),L=c.useCallback(()=>{a||(I(),o>0?$.current=setTimeout(()=>{B(!0)},o):B(!0))},[a,o,I,B]),D=c.useCallback(()=>{I(),s>0?k.current=setTimeout(()=>{B(!1)},s):B(!1)},[s,I,B]),{hoverProps:U}=X.useHover({isDisabled:a,onHoverStart:L,onHoverEnd:D}),{focusWithinProps:re}=X.useFocusWithin({isDisabled:a,onFocusWithin:()=>L(),onBlurWithin:()=>D()}),_=c.useCallback(()=>{if(!y.current||!C.current)return;const P=y.current.getBoundingClientRect(),F=C.current.getBoundingClientRect(),V=window.scrollX,q=window.scrollY;let S=0,E=0;switch(r){case"top":S=P.top+q-F.height-n,E=P.left+V+(P.width-F.width)/2;break;case"bottom":S=P.bottom+q+n,E=P.left+V+(P.width-F.width)/2;break;case"left":S=P.top+q+(P.height-F.height)/2,E=P.left+V-F.width-n;break;case"right":S=P.top+q+(P.height-F.height)/2,E=P.right+V+n;break}T({top:S,left:E})},[r,n]);if(c.useEffect(()=>{if(!w)return;_();const P=()=>_();return window.addEventListener("scroll",P,!0),window.addEventListener("resize",P),()=>{window.removeEventListener("scroll",P,!0),window.removeEventListener("resize",P)}},[w,_]),c.useEffect(()=>()=>I(),[I]),!c.isValidElement(e))return console.warn("Tooltip: children must be a valid React element"),e;const K=Re(U,re,{ref:y,"aria-describedby":w?"kai-tooltip":void 0}),Q=i.jsx("span",{...K,style:{display:"inline-block"},children:e}),O=w&&!a&&t?rr.createPortal(i.jsxs(pu,{ref:P=>{C.current=P,typeof x=="function"?x(P):x&&(x.current=P)},id:"kai-tooltip",role:"tooltip",placement:r,className:f,style:{...p,position:"absolute",top:R.top,left:R.left},"data-placement":r,children:[l&&i.jsx(hu,{placement:r}),t]}),document.body):null;return i.jsxs(i.Fragment,{children:[Q,O]})});Po.displayName="Tooltip";const gu=({global:e,semantic:t})=>({primary:{background:{default:t.colors.brand.primary,hover:t.colors.brand.primaryHover,active:t.colors.brand.primaryActive},text:{default:t.colors.text.onBrand},border:{default:"transparent"},shadow:{default:"none",hover:"none"}},secondary:{background:{default:t.colors.background.surface,hover:t.colors.background.surfaceSubtle,active:t.colors.background.surfaceSubtle},text:{default:t.colors.brand.primary},border:{default:t.colors.border.primary,hover:t.colors.brand.primary,active:t.colors.brand.primaryActive},shadow:{default:"none"}},text:{background:{default:"transparent",hover:t.colors.brand.primarySubtle,active:"#F0F0F0"},text:{default:t.colors.brand.primary},border:{default:"transparent",hover:"transparent",active:"transparent"}},danger:{background:{default:t.colors.state.danger,hover:t.colors.state.dangerHover,active:t.colors.state.dangerActive},text:{default:t.colors.state.dangerOn},border:{default:"transparent"},shadow:{default:"none",hover:"none"}},gradient:{background:{default:e.gradients.blueViolet,gradientFrom:"#0194FF",gradientTo:"#D581FF"},text:{default:e.colors.common.white},border:{default:"transparent"},shadow:{default:"none",hover:"none"}},disabled:{background:{default:t.colors.border.primary},text:{default:t.colors.text.disabled},opacity:.6},size:{sm:{height:"24px",fontSize:e.typography.fontSize.sm,paddingInline:e.spacing.lg,iconSize:"16px"},md:{height:"32px",fontSize:e.typography.fontSize.sm,paddingInline:e.spacing.lg,iconSize:"16px"},lg:{height:"40px",fontSize:e.typography.fontSize.sm,paddingInline:e.spacing.lg,iconSize:"16px"}},borderRadius:e.radii.r3,fontWeight:e.typography.fontWeight.regular,gap:e.spacing.sm,transition:"0.2s ease"}),bu=({global:e,semantic:t})=>({appearance:{solid:{primary:{background:{default:t.colors.brand.primary,hover:t.colors.brand.primaryHover,active:t.colors.brand.primaryActive},border:{default:"transparent"},icon:{default:t.colors.text.onBrand}},neutral:{background:{default:t.colors.background.surface,hover:t.colors.background.surfaceSubtle,active:t.colors.background.surfaceStrong},border:{default:"transparent"},icon:{default:t.colors.text.primary}},danger:{background:{default:t.colors.state.danger,hover:t.colors.state.dangerHover,active:t.colors.state.dangerActive},border:{default:"transparent"},icon:{default:t.colors.state.dangerOn}}},outline:{primary:{background:{default:"transparent",hover:t.colors.brand.primarySubtle,active:"rgba(44, 111, 231, 0.16)"},border:{default:t.colors.brand.primary,hover:t.colors.brand.primary,active:t.colors.brand.primary},icon:{default:t.colors.brand.primary,hover:t.colors.brand.primaryHover,active:t.colors.brand.primaryActive}},neutral:{background:{default:"transparent",hover:t.colors.background.surfaceSubtle,active:t.colors.background.surfaceStrong},border:{default:t.colors.border.primary,hover:t.colors.border.strong,active:t.colors.border.strong},icon:{default:t.colors.text.primary,hover:t.colors.text.primary,active:t.colors.text.primary}},danger:{background:{default:"transparent",hover:t.colors.state.dangerSubtle,active:"rgba(237, 28, 28, 0.18)"},border:{default:t.colors.state.danger,hover:t.colors.state.danger,active:t.colors.state.danger},icon:{default:t.colors.state.danger,hover:t.colors.state.dangerHover,active:t.colors.state.dangerActive}}},ghost:{primary:{background:{default:"transparent",hover:t.colors.brand.primarySubtle,active:"rgba(44, 111, 231, 0.16)"},border:{default:"transparent"},icon:{default:t.colors.brand.primary,hover:t.colors.brand.primaryHover,active:t.colors.brand.primaryActive}},neutral:{background:{default:"transparent",hover:"rgba(10, 24, 51, 0.05)",active:"rgba(10, 24, 51, 0.1)"},border:{default:"transparent"},icon:{default:t.colors.text.primary}},danger:{background:{default:"transparent",hover:t.colors.state.dangerSubtle,active:"rgba(237, 28, 28, 0.18)"},border:{default:"transparent"},icon:{default:t.colors.state.danger,hover:t.colors.state.dangerHover,active:t.colors.state.dangerActive}}}},disabled:{background:t.colors.background.surfaceSubtle,border:t.colors.border.primary,icon:t.colors.text.disabled,opacity:.6},size:{sm:{edge:"24px",iconSize:"16px"},md:{edge:"32px",iconSize:"18px"},lg:{edge:"40px",iconSize:"20px"}},borderRadius:e.radii.r3,transition:"0.2s ease",focusRing:{color:"rgba(44, 111, 231, 0.35)",offset:"2px",width:"2px"}}),mu=({global:e,semantic:t})=>({default:{background:{default:t.colors.background.surface,hover:t.colors.background.surfaceSubtle,active:t.colors.background.surfaceSubtle},text:{default:t.colors.text.primary},border:{default:t.colors.border.primary},shadow:{default:e.shadows.l1,hover:e.shadows.l3}},primary:{background:{default:t.colors.brand.primary,hover:t.colors.brand.primaryHover,active:t.colors.brand.primaryActive},text:{default:t.colors.text.onBrand},border:{default:"transparent"},shadow:{default:e.shadows.l1,hover:e.shadows.l3}},disabled:{background:{default:t.colors.border.primary},text:{default:t.colors.text.disabled},opacity:.6},size:{sm:{size:"32px"},md:{size:"40px"},lg:{size:"48px"}},icon:{size:e.typography.fontSize.lg},description:{fontSize:e.typography.fontSize.xs,lineHeight:`${e.typography.lineHeight.tight}`}}),xu=({global:e,semantic:t})=>({control:{size:"16px",borderRadius:e.radii.r2,borderWidth:"1px",background:{default:e.colors.common.white,checked:t.colors.brand.primary,disabled:e.colors.neutral[100],disabledChecked:e.colors.blue[200]},borderColor:{default:e.colors.neutral[400],hover:t.colors.brand.primary,checked:t.colors.brand.primary,disabled:e.colors.neutral[400],disabledChecked:e.colors.blue[200]},icon:{color:e.colors.common.white,size:"10px"}},focusRing:"0 0 0 4px rgba(44, 111, 231, 0.18)",gap:e.spacing.sm,text:{label:{fontSize:e.typography.fontSize.xs,lineHeight:"18px",color:e.colors.word[900],disabled:e.colors.word[300],fontWeight:e.typography.fontWeight.regular}},transition:"0.16s ease"}),vu=({global:e})=>({control:{size:"16px",borderRadius:"999px",borderWidth:"1.5px",background:e.colors.common.white,borderColor:{default:e.colors.neutral[300],hover:e.colors.blue[500],checked:e.colors.blue[500],disabled:e.colors.neutral[200]},indicator:{size:"8px",color:e.colors.blue[500],disabled:e.colors.word[300]}},focusRing:"0 0 0 4px rgba(44, 111, 231, 0.18)",gap:"0.5rem",text:{label:{fontSize:e.typography.fontSize.xs,color:e.colors.word[900],disabled:e.colors.word[300],fontWeight:e.typography.fontWeight.regular},description:{color:e.colors.word[600],disabled:e.colors.word[300],fontSize:e.typography.fontSize.xs}},disabled:{opacity:.55},transition:"0.16s ease"}),yu=({global:e,semantic:t})=>({size:{sm:{width:"36px",height:"20px",thumbSize:"16px",fontSize:e.typography.fontSize.xs,paddingInline:"6px"},md:{width:"44px",height:"24px",thumbSize:"18px",fontSize:e.typography.fontSize.xs,paddingInline:"8px"}},background:{unchecked:e.colors.neutral[300],checked:t.colors.brand.primary,disabled:e.colors.neutral[200]},thumb:{background:e.colors.common.white,shadow:"0 1px 3px rgba(0, 0, 0, 0.12)"},text:{color:e.colors.common.white,fontSize:e.typography.fontSize.xs,fontWeight:e.typography.fontWeight.regular},borderRadius:e.radii.r5,gap:e.spacing.xs,transition:"0.2s cubic-bezier(0.4, 0, 0.2, 1)",disabled:{opacity:.5},focusRing:{color:"rgba(44, 111, 231, 0.3)",offset:"2px"}}),$u=({global:e,semantic:t})=>({size:{sm:{height:"24px",fontSize:e.typography.fontSize.xs,paddingInline:e.spacing.md,iconSize:"14px"},md:{height:"32px",fontSize:e.typography.fontSize.xs,paddingInline:e.spacing.md,iconSize:"16px"},lg:{height:"40px",fontSize:e.typography.fontSize.xs,paddingInline:e.spacing.md,iconSize:"18px"}},border:{default:t.colors.border.primary,hover:t.colors.border.strong,focus:t.colors.brand.primary,error:t.colors.state.danger,disabled:t.colors.border.primary},background:{default:t.colors.background.surface,disabled:t.colors.background.secondary},text:{default:t.colors.text.primary,placeholder:t.colors.text.placeholder,disabled:t.colors.text.disabled,error:t.colors.state.danger,counter:t.colors.text.caption},borderRadius:e.radii.r3,gap:e.spacing.sm,transition:"0.2s ease"}),ku=({global:e,semantic:t})=>({size:{sm:{height:"24px",fontSize:e.typography.fontSize.xs,paddingInline:e.spacing.md,iconSize:"14px"},md:{height:"32px",fontSize:e.typography.fontSize.xs,paddingInline:e.spacing.md,iconSize:"16px"},lg:{height:"40px",fontSize:e.typography.fontSize.xs,paddingInline:e.spacing.md,iconSize:"18px"}},border:{default:t.colors.border.primary,hover:t.colors.border.strong,focus:t.colors.brand.primary,error:t.colors.state.danger,disabled:t.colors.border.primary},background:{default:t.colors.background.surface,hover:t.colors.background.surface,disabled:t.colors.background.secondary},text:{default:t.colors.text.primary,placeholder:t.colors.text.placeholder,disabled:t.colors.text.disabled,error:t.colors.state.danger},borderRadius:e.radii.r3,gap:e.spacing.sm,transition:"0.2s ease",popover:{background:t.colors.background.surface,border:`1px solid ${t.colors.border.primary}`,borderRadius:e.radii.r3,boxShadow:"0 4px 12px rgba(0, 0, 0, 0.08)",padding:"4px"},option:{height:"32px",paddingInline:"8px",fontSize:e.typography.fontSize.xs,borderRadius:e.radii.r2,gap:"8px",background:{default:"transparent",hover:t.colors.background.surfaceSubtle,selected:t.colors.brand.primarySubtle,focused:t.colors.background.surfaceSubtle},text:{default:t.colors.text.primary,hover:t.colors.text.primary,selected:t.colors.brand.primary,disabled:t.colors.text.disabled}}}),wu=({global:e,semantic:t})=>({controls:{default:"buttons"},size:{md:{height:"24px",fontSize:e.typography.fontSize.xs,paddingInline:e.spacing.sm},lg:{height:"32px",fontSize:e.typography.fontSize.sm,paddingInline:e.spacing.sm}},input:{width:"40px",height:"18px",paddingInline:e.spacing.sm,fontSize:e.typography.fontSize.xs,fontWeight:e.typography.fontWeight.regular,lineHeight:"18px",fontFamily:e.typography.fontFamily},control:{side:{buttonSizeSm:"20px",buttonSizeLg:"28px",inset:"1px",gap:"8px",iconSize:"12px",widthsm:"100px",widthLg:"116px"},arrows:{buttonSizeSm:"10px",buttonSizeLg:"14px",iconSize:"12px",gap:"0px",widthsm:"72px",widthLg:"80px"}},borderRadius:e.radii.r3,border:{default:t.colors.border.strong,hover:t.colors.brand.primaryHover,disabled:t.colors.border.strong},background:{default:t.colors.background.surface,hover:t.colors.background.surfaceSubtle,disabled:t.colors.background.secondary},text:{default:t.colors.text.primary,placeholder:t.colors.text.placeholder,disabled:t.colors.text.disabled},transition:"0.2s ease"}),Su=({global:e,semantic:t})=>({border:{default:t.colors.border.primary},background:{default:t.colors.background.surface,hover:t.colors.background.surfaceSubtle},text:{default:t.colors.text.secondary,title:t.colors.text.primary},divider:t.colors.border.primary,arrow:{default:t.colors.text.secondary},padding:{header:"12px 24px",content:"0 24px 12px 24px"},borderRadius:e.radii.r3,gap:e.spacing.sm,transition:"0.3s cubic-bezier(0.4, 0, 0.2, 1)",arrowSize:"16px"}),Cu=({global:e,semantic:t,mode:r})=>{const n=r==="dark";return{colors:{default:{background:{default:n?"rgba(148, 163, 184, 0.15)":e.colors.neutral[100],hover:n?"rgba(148, 163, 184, 0.2)":e.colors.neutral[200],active:n?"rgba(148, 163, 184, 0.25)":e.colors.neutral[300],checked:t.colors.brand.primary,checkedHover:t.colors.brand.primaryHover,checkedActive:t.colors.brand.primaryActive},text:{default:n?e.colors.word[100]:"rgba(10, 24, 51, 0.7)",checked:e.colors.common.white},border:{default:n?"rgba(148, 163, 184, 0.28)":e.colors.neutral[400],hover:n?"rgba(148, 163, 184, 0.38)":e.colors.neutral[500],active:n?"rgba(148, 163, 184, 0.48)":e.colors.word[600],checked:t.colors.brand.primary,checkedHover:t.colors.brand.primaryHover,checkedActive:t.colors.brand.primaryActive}},red:{background:{default:n?"rgba(170, 14, 41, 0.12)":"rgba(170, 14, 41, 0.08)",hover:n?"rgba(170, 14, 41, 0.16)":"rgba(170, 14, 41, 0.12)",active:n?"rgba(170, 14, 41, 0.2)":"rgba(170, 14, 41, 0.16)"},text:{default:n?e.colors.red[300]:e.colors.red[700]},border:{default:n?"rgba(170, 14, 41, 0.3)":"rgba(170, 14, 41, 0.25)"}},orange:{background:{default:n?"rgba(237, 154, 0, 0.12)":"rgba(237, 154, 0, 0.08)",hover:n?"rgba(237, 154, 0, 0.16)":"rgba(237, 154, 0, 0.12)",active:n?"rgba(237, 154, 0, 0.2)":"rgba(237, 154, 0, 0.16)"},text:{default:n?e.colors.orange[300]:e.colors.orange[500]},border:{default:n?"rgba(237, 154, 0, 0.3)":"rgba(237, 154, 0, 0.25)"}},yellow:{background:{default:n?"rgba(250, 208, 0, 0.12)":"rgba(250, 208, 0, 0.08)",hover:n?"rgba(250, 208, 0, 0.16)":"rgba(250, 208, 0, 0.12)",active:n?"rgba(250, 208, 0, 0.2)":"rgba(250, 208, 0, 0.16)"},text:{default:n?e.colors.yellow[300]:e.colors.yellow[500]},border:{default:n?"rgba(250, 208, 0, 0.3)":"rgba(250, 208, 0, 0.25)"}},green:{background:{default:n?"rgba(51, 189, 72, 0.12)":"rgba(51, 189, 72, 0.08)",hover:n?"rgba(51, 189, 72, 0.16)":"rgba(51, 189, 72, 0.12)",active:n?"rgba(51, 189, 72, 0.2)":"rgba(51, 189, 72, 0.16)"},text:{default:n?e.colors.green[300]:e.colors.green[500]},border:{default:n?"rgba(51, 189, 72, 0.3)":"rgba(51, 189, 72, 0.25)"}},lavender:{background:{default:n?"rgba(99, 79, 214, 0.12)":"rgba(99, 79, 214, 0.08)",hover:n?"rgba(99, 79, 214, 0.16)":"rgba(99, 79, 214, 0.12)",active:n?"rgba(99, 79, 214, 0.2)":"rgba(99, 79, 214, 0.16)"},text:{default:n?e.colors.lavender[300]:e.colors.lavender[500]},border:{default:n?"rgba(99, 79, 214, 0.3)":"rgba(99, 79, 214, 0.25)"}},lilac:{background:{default:n?"rgba(159, 58, 214, 0.12)":"rgba(159, 58, 214, 0.08)",hover:n?"rgba(159, 58, 214, 0.16)":"rgba(159, 58, 214, 0.12)",active:n?"rgba(159, 58, 214, 0.2)":"rgba(159, 58, 214, 0.16)"},text:{default:n?e.colors.lilac[300]:e.colors.lilac[500]},border:{default:n?"rgba(159, 58, 214, 0.3)":"rgba(159, 58, 214, 0.25)"}},carmine:{background:{default:n?"rgba(214, 58, 191, 0.12)":"rgba(214, 58, 191, 0.08)",hover:n?"rgba(214, 58, 191, 0.16)":"rgba(214, 58, 191, 0.12)",active:n?"rgba(214, 58, 191, 0.2)":"rgba(214, 58, 191, 0.16)"},text:{default:n?e.colors.carmine[300]:e.colors.carmine[500]},border:{default:n?"rgba(214, 58, 191, 0.3)":"rgba(214, 58, 191, 0.25)"}},rose:{background:{default:n?"rgba(229, 30, 100, 0.12)":"rgba(229, 30, 100, 0.08)",hover:n?"rgba(229, 30, 100, 0.16)":"rgba(229, 30, 100, 0.12)",active:n?"rgba(229, 30, 100, 0.2)":"rgba(229, 30, 100, 0.16)"},text:{default:n?e.colors.rose[300]:e.colors.rose[500]},border:{default:n?"rgba(229, 30, 100, 0.3)":"rgba(229, 30, 100, 0.25)"}},mint:{background:{default:n?"rgba(71, 192, 214, 0.12)":"rgba(71, 192, 214, 0.08)",hover:n?"rgba(71, 192, 214, 0.16)":"rgba(71, 192, 214, 0.12)",active:n?"rgba(71, 192, 214, 0.2)":"rgba(71, 192, 214, 0.16)"},text:{default:n?e.colors.mint[300]:e.colors.mint[500]},border:{default:n?"rgba(71, 192, 214, 0.3)":"rgba(71, 192, 214, 0.25)"}},olive:{background:{default:n?"rgba(187, 214, 36, 0.12)":"rgba(187, 214, 36, 0.08)",hover:n?"rgba(187, 214, 36, 0.16)":"rgba(187, 214, 36, 0.12)",active:n?"rgba(187, 214, 36, 0.2)":"rgba(187, 214, 36, 0.16)"},text:{default:n?e.colors.olive[300]:e.colors.olive[500]},border:{default:n?"rgba(187, 214, 36, 0.3)":"rgba(187, 214, 36, 0.25)"}},blue:{background:{default:n?"rgba(44, 111, 231, 0.12)":"rgba(44, 111, 231, 0.08)",hover:n?"rgba(44, 111, 231, 0.16)":"rgba(44, 111, 231, 0.12)",active:n?"rgba(44, 111, 231, 0.2)":"rgba(44, 111, 231, 0.16)"},text:{default:t.colors.brand.primary},border:{default:n?"rgba(44, 111, 231, 0.3)":"rgba(44, 111, 231, 0.25)"}}},size:{sm:{height:"18px",fontSize:"10px",lineHeight:"16px",paddingInline:e.spacing.sm,gap:e.spacing.xs,iconSize:"12px",closeIconSize:"8px"},md:{height:"24px",fontSize:"10px",lineHeight:"16px",paddingInline:e.spacing.sm,gap:e.spacing.xs,iconSize:"14px",closeIconSize:"10px"},lg:{height:"32px",fontSize:e.typography.fontSize.xs,lineHeight:"20px",paddingInline:e.spacing.md,gap:e.spacing.sm,iconSize:"16px",closeIconSize:"12px"}},fontWeight:e.typography.fontWeight.regular,borderRadius:e.radii.r2,transition:"0.2s ease",disabled:{opacity:.5}}},ju=({global:e,mode:t})=>{const r=t==="dark";return{background:{base:r?"rgba(148, 163, 184, 0.12)":"rgba(10, 24, 51, 0.05)",highlight:r?"rgba(148, 163, 184, 0.22)":"rgba(10, 24, 51, 0.12)"},animation:{duration:"1.4s",easing:"ease-in-out"},radius:{sm:e.radii.r2,md:e.radii.r3,lg:e.radii.r4,pill:e.radii.r5,circle:e.radii.r0},block:{height:"16px"},text:{lineHeight:"12px",gap:e.spacing.sm,lastLineWidth:"62%"},circle:{size:"40px"}}},Eu=({global:e,semantic:t,mode:r})=>{const n=r==="dark";return{circle:{size:{md:"32px",sm:"24px"},fontSize:{md:e.typography.fontSize.sm,sm:e.typography.fontSize.xs},iconSize:{md:"14px",sm:"10px"}},dot:{size:{md:"10px",sm:"8px"},pulseColor:n?"rgba(44, 111, 231, 0.35)":"rgba(44, 111, 231, 0.25)"},line:{color:{default:t.colors.border.primary,active:t.colors.brand.primary},size:"1px"},text:{title:{color:{default:t.colors.text.primary,active:t.colors.brand.primary,error:t.colors.state.danger,waiting:t.colors.text.tertiary},fontWeight:e.typography.fontWeight.medium,fontSize:e.typography.fontSize.sm},description:{color:t.colors.text.secondary,fontSize:e.typography.fontSize.xs}},state:{process:{color:t.colors.brand.primary,bg:t.colors.brand.primary},wait:{color:t.colors.text.tertiary,bg:n?"rgba(148, 163, 184, 0.2)":e.colors.neutral[200]},finish:{color:t.colors.brand.primary,bg:n?"rgba(44, 111, 231, 0.15)":t.colors.brand.primarySubtle},error:{color:t.colors.state.danger,bg:n?"rgba(170, 14, 41, 0.15)":t.colors.state.dangerSubtle}},gap:e.spacing.sm}},Tu=({global:e,semantic:t,mode:r})=>{const n=r==="dark";return{container:{width:{expanded:"240px",collapsed:"68px"},background:n?t.colors.background.surface:e.colors.common.white,border:`1px solid ${t.colors.border.primary}`,padding:e.spacing.lg},item:{height:"40px",paddingInline:e.spacing.lg,fontSize:e.typography.fontSize.sm,fontWeight:e.typography.fontWeight.regular,iconSize:"20px",gap:e.spacing.sm,borderRadius:e.radii.r3,background:{default:"transparent",hover:n?t.colors.background.surfaceStrong:t.colors.background.surfaceSubtle,active:n?"linear-gradient(90deg, rgba(1, 148, 255, 0) 0%, rgba(1, 148, 255, 0.2) 100%)":"linear-gradient(90deg, rgba(1, 148, 255, 0) 0%, rgba(1, 148, 255, 0.15) 100%)"},text:{default:t.colors.text.primary,hover:t.colors.text.primary,active:t.colors.text.primary},transition:"0.2s ease"},subItem:{paddingLeft:"20px",background:{default:"transparent",hover:n?t.colors.background.surfaceStrong:t.colors.background.surfaceSubtle,active:n?"linear-gradient(90deg, rgba(1, 148, 255, 0) 0%, rgba(1, 148, 255, 0.2) 100%)":"linear-gradient(90deg, rgba(1, 148, 255, 0) 0%, rgba(1, 148, 255, 0.15) 100%)"}},group:{marginTop:e.spacing.xl,marginBottom:e.spacing.md,gap:e.spacing.xs},groupTitle:{height:"18px",fontSize:e.typography.fontSize.xs,fontWeight:e.typography.fontWeight.regular,color:t.colors.text.secondary,paddingInline:"0",marginBottom:e.spacing.sm},scrollbar:{width:"8px",thumbColor:n?"rgba(255, 255, 255, 0.2)":"rgba(0, 0, 0, 0.2)",trackColor:"transparent"},popover:{background:n?t.colors.background.surface:e.colors.common.white,border:`1px solid ${t.colors.border.primary}`,borderRadius:e.radii.r4,boxShadow:n?"0 4px 12px rgba(0, 0, 0, 0.4)":"0 4px 12px rgba(0, 0, 0, 0.08)",padding:e.spacing.xs,item:{background:{default:"transparent",hover:n?t.colors.background.surfaceStrong:t.colors.background.surfaceSubtle,active:n?"linear-gradient(90deg, rgba(1, 148, 255, 0) 0%, rgba(1, 148, 255, 0.2) 100%)":"linear-gradient(90deg, rgba(1, 148, 255, 0) 0%, rgba(1, 148, 255, 0.15) 100%)"},text:{default:t.colors.text.primary,hover:t.colors.text.primary,active:t.colors.brand.primary}}}}},zu=({semantic:e})=>({variant:{primary:{text:{default:e.colors.brand.primary,hover:"#2468f2",active:"#2055c6",disabled:e.colors.text.disabled},decoration:{default:"none",hover:"none"}},neutral:{text:{default:e.colors.text.primary,hover:e.colors.brand.primary,active:"#2055c6",disabled:e.colors.text.disabled},decoration:{default:"none",hover:"none"}}},size:{sm:{fontSize:"12px"},md:{fontSize:"14px"},lg:{fontSize:"16px"}},transition:"0.2s ease",borderRadius:"4px",focusRing:{color:e.colors.brand.primary,offset:"2px"}}),Ru=({global:e,semantic:t})=>({container:{gap:e.spacing.lg},panel:{width:"204px",height:"240px",background:t.colors.background.surface,border:`1px solid ${t.colors.border.neutral}`,borderRadius:e.radii.r2},header:{height:"40px",padding:"11px 16px",fontSize:e.typography.fontSize.xs,color:t.colors.text.transferHeader,background:t.colors.background.surfaceSubtle},list:{height:"calc(100% - 100px)",gap:e.spacing.sm,padding:"0px 16px 8px 16px"},item:{height:e.spacing.xxl,fontSize:e.typography.fontSize.xs,borderRadius:e.radii.r2,gap:e.spacing.sm,padding:`${e.spacing.sm} 0px`,text:{default:t.colors.text.transferHeader,selected:t.colors.text.primary,disabled:t.colors.text.disabled},checkboxSize:e.spacing.lg},operations:{gap:e.spacing.sm,borderRadius:e.radii.r2,borderColor:{default:t.colors.border.neutral,disabled:t.colors.border.neutral,active:t.colors.brand.primary},backgroundColor:{default:t.colors.background.surface,disabled:e.colors.word[50],active:t.colors.background.surface},width:e.spacing.xxl,height:e.spacing.xxl,iconSize:e.spacing.lg,iconColor:{default:e.colors.word[700],disabled:t.colors.text.transferOperationDisabled,active:e.colors.blue[500]}},footer:{height:e.spacing.xxl,paddingInline:e.spacing.sm,fontSize:e.typography.fontSize.xs,color:t.colors.text.secondary,borderTop:`1px solid ${t.colors.border.divider}`,marginTop:e.spacing.md},empty:{color:t.colors.text.tertiary,fontSize:e.typography.fontSize.sm},search:{width:"184px",iconColor:`${e.colors.word[900]}66`},transition:"all 0.2s ease"}),Lu=({global:e,semantic:t,mode:r})=>({size:{sm:{width:"400px",maxWidth:"90vw",padding:e.spacing.lg,headerPadding:`${e.spacing.lg} ${e.spacing.xl}`,footerPadding:`${e.spacing.md} ${e.spacing.xl}`,titleFontSize:e.typography.fontSize.md},md:{width:"520px",maxWidth:"90vw",padding:e.spacing.xl,headerPadding:`${e.spacing.lg} ${e.spacing.xl}`,footerPadding:`${e.spacing.md} ${e.spacing.xl}`,titleFontSize:e.typography.fontSize.lg},lg:{width:"720px",maxWidth:"90vw",padding:e.spacing.xl,headerPadding:`20px ${e.spacing.xl}`,footerPadding:`${e.spacing.lg} ${e.spacing.xl}`,titleFontSize:e.typography.fontSize.lg},xl:{width:"920px",maxWidth:"90vw",padding:e.spacing.xxl,headerPadding:`${e.spacing.xl} ${e.spacing.xxl}`,footerPadding:`${e.spacing.lg} ${e.spacing.xxl}`,titleFontSize:e.typography.fontSize.lg},fullscreen:{width:"100vw",maxWidth:"100vw",padding:e.spacing.xxl,headerPadding:`${e.spacing.xl} ${e.spacing.xxl}`,footerPadding:`${e.spacing.lg} ${e.spacing.xxl}`,titleFontSize:e.typography.fontSize.lg}},overlay:{background:r==="light"?"rgba(10, 24, 51, 0.38)":"rgba(0, 0, 0, 0.55)",backdropFilter:"blur(4px)"},container:{background:t.colors.background.surface,borderRadius:e.radii.r5,boxShadow:r==="light"?e.shadows.l3:t.shadows.elevation.medium,border:r==="light"?"none":`1px solid ${t.colors.border.primary}`,maxHeight:"85vh"},header:{background:"transparent",borderBottom:`1px solid ${t.colors.border.divider}`,minHeight:"56px",gap:e.spacing.sm},title:{color:t.colors.text.primary,fontWeight:e.typography.fontWeight.semibold,lineHeight:"1.4"},description:{color:t.colors.text.secondary,fontSize:e.typography.fontSize.sm,lineHeight:"1.5",marginTop:e.spacing.xs},closeButton:{size:"32px",iconSize:"16px",color:t.colors.text.tertiary,hoverColor:t.colors.text.primary,hoverBackground:t.colors.background.surfaceStrong,borderRadius:e.radii.r3},content:{color:t.colors.text.primary,fontSize:e.typography.fontSize.sm,lineHeight:"1.6",maxHeight:"calc(85vh - 160px)"},footer:{background:"transparent",borderTop:`1px solid ${t.colors.border.divider}`,minHeight:"56px",gap:e.spacing.sm,justifyContent:"flex-end"},animation:{duration:"0.22s",easing:"cubic-bezier(0.22, 0.61, 0.36, 1)",scaleFrom:"0.95",scaleTo:"1"},zIndex:{overlay:1e3,container:1001},transition:"0.2s ease"}),Mu=({global:e,semantic:t,mode:r})=>({background:r==="light"?"rgba(10, 24, 51, 0.9)":"rgba(255, 255, 255, 0.92)",color:r==="light"?"#ffffff":t.colors.text.primary,borderRadius:e.radii.r3,boxShadow:r==="light"?"0 4px 12px rgba(0, 0, 0, 0.15)":"0 4px 12px rgba(0, 0, 0, 0.3)",padding:`${e.spacing.xs} ${e.spacing.sm}`,maxWidth:"280px",fontSize:e.typography.fontSize.sm,lineHeight:"1.5",arrow:{size:"8px"},animation:{duration:"0.15s",easing:"cubic-bezier(0.16, 1, 0.3, 1)"},zIndex:1100}),No=e=>({button:gu(e),floatButton:mu(e),iconButton:bu(e),checkbox:xu(e),radio:vu(e),switch:yu(e),input:$u(e),select:ku(e),numberfield:wu(e),collapse:Su(e),tag:Cu(e),skeleton:ju(e),stepper:Eu(e),menu:Tu(e),link:zu(e),transfer:Ru(e),modal:Lu(e),card:Io(e),tooltip:Mu(e)}),Tr=(e,t="light")=>{const r={colors:ae.globalColors,spacing:ae.globalSpacing,radii:ae.globalRadii,typography:ae.globalTypography,shadows:ae.globalShadows,gradients:ae.globalGradients};return{global:r,semantic:e,components:No({global:r,semantic:e,mode:t})}},Ao=Tr(ae.lightSemantic,"light"),Fo=Tr(ae.darkSemantic,"dark");var Iu=function(t){return Pu(t)&&!Nu(t)};function Pu(e){return!!e&&typeof e=="object"}function Nu(e){var t=Object.prototype.toString.call(e);return t==="[object RegExp]"||t==="[object Date]"||Ou(e)}var Au=typeof Symbol=="function"&&Symbol.for,Fu=Au?Symbol.for("react.element"):60103;function Ou(e){return e.$$typeof===Fu}function Du(e){return Array.isArray(e)?[]:{}}function nt(e,t){return t.clone!==!1&&t.isMergeableObject(e)?We(Du(e),e,t):e}function Bu(e,t,r){return e.concat(t).map(function(n){return nt(n,r)})}function _u(e,t){if(!t.customMerge)return We;var r=t.customMerge(e);return typeof r=="function"?r:We}function Ku(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(t){return Object.propertyIsEnumerable.call(e,t)}):[]}function fn(e){return Object.keys(e).concat(Ku(e))}function Oo(e,t){try{return t in e}catch{return!1}}function Vu(e,t){return Oo(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))}function Hu(e,t,r){var n={};return r.isMergeableObject(e)&&fn(e).forEach(function(o){n[o]=nt(e[o],r)}),fn(t).forEach(function(o){Vu(e,o)||(Oo(e,o)&&r.isMergeableObject(t[o])?n[o]=_u(o,r)(e[o],t[o],r):n[o]=nt(t[o],r))}),n}function We(e,t,r){r=r||{},r.arrayMerge=r.arrayMerge||Bu,r.isMergeableObject=r.isMergeableObject||Iu,r.cloneUnlessOtherwiseSpecified=nt;var n=Array.isArray(t),o=Array.isArray(e),s=n===o;return s?n?r.arrayMerge(e,t,r):Hu(e,t,r):nt(t,r)}We.all=function(t,r){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce(function(n,o){return We(n,o,r)},{})};var Wu=We,Uu=Wu;const Yu=_i(Uu),Zu=({children:e,mode:t="light",theme:r})=>{const n=t==="dark"?Fo:Ao,o=c.useMemo(()=>r?Yu(n,r):n,[n,r]);return i.jsx(ae.CustomThemeProvider,{theme:o,children:i.jsx(X.OverlayProvider,{style:{display:"contents"},children:e})})};Object.defineProperty(exports,"CustomThemeProvider",{enumerable:!0,get:()=>ae.CustomThemeProvider});Object.defineProperty(exports,"darkSemantic",{enumerable:!0,get:()=>ae.darkSemantic});Object.defineProperty(exports,"globalColors",{enumerable:!0,get:()=>ae.globalColors});Object.defineProperty(exports,"globalGradients",{enumerable:!0,get:()=>ae.globalGradients});Object.defineProperty(exports,"globalRadii",{enumerable:!0,get:()=>ae.globalRadii});Object.defineProperty(exports,"globalShadows",{enumerable:!0,get:()=>ae.globalShadows});Object.defineProperty(exports,"globalSpacing",{enumerable:!0,get:()=>ae.globalSpacing});Object.defineProperty(exports,"globalTypography",{enumerable:!0,get:()=>ae.globalTypography});Object.defineProperty(exports,"lightSemantic",{enumerable:!0,get:()=>ae.lightSemantic});exports.BUTTON_SIZES=xs;exports.BUTTON_VARIANTS=ms;exports.Button=Pn;exports.Card=Mo;exports.Checkbox=De;exports.CheckboxButton=Bn;exports.CheckboxWrapper=jo;exports.Collapse=_n;exports.CollapseItem=Kn;exports.DesignThemeProvider=Zu;exports.EmptyState=_c;exports.FloatButton=Vn;exports.ICON_BUTTON_APPEARANCES=Es;exports.ICON_BUTTON_SIZES=zs;exports.ICON_BUTTON_TONES=Ts;exports.IconButton=Nn;exports.Input=yr;exports.Link=Xn;exports.LinkRoot=Zn;exports.ListBoxContent=Er;exports.ListBoxPopup=yo;exports.LoadingWrapper=So;exports.Menu=Hn;exports.MenuGroup=Un;exports.MenuItem=Wn;exports.Modal=no;exports.NumberInput=oo;exports.OptionIcon=wo;exports.OptionItem=$o;exports.OptionText=ko;exports.PROGRESS_SIZES=ac;exports.PROGRESS_STATUSES=lc;exports.PROGRESS_TYPES=sc;exports.Progress=co;exports.Radio=Sr;exports.SHAPES=Ta;exports.SWITCH_SIZES=bd;exports.Select=zt;exports.SelectIcon=vo;exports.SelectTrigger=xo;exports.SelectValue=tr;exports.SelectWrapper=mo;exports.Skeleton=so;exports.Step=lo;exports.Stepper=ao;exports.SubMenuItem=Yn;exports.SubMenuPopover=$r;exports.Switch=zo;exports.TABLE_SIZES=nd;exports.TABLE_VARIANTS=od;exports.TYPES=Ea;exports.Table=sd;exports.Tag=rt;exports.TagAdd=jr;exports.TagsContainer=Co;exports.Tooltip=Po;exports.Transfer=Ro;exports.UPLOAD_STATUSES=Jd;exports.Upload=Lo;exports.createComponentTokens=No;exports.createDesignTheme=Tr;exports.defaultDarkDesignTheme=Fo;exports.defaultLightDesignTheme=Ao;exports.getCardTokens=Io;exports.selectSizes=Oc;exports.skeletonRadii=Ol;exports.skeletonVariants=Fl;
|
|
3233
|
+
`,Po=c.forwardRef(({children:e,content:t,placement:r="top",offset:n=8,delay:o=0,closeDelay:s=0,disabled:a=!1,showArrow:l=!0,open:d,defaultOpen:u=!1,onOpenChange:h,className:f,style:p},x)=>{if(typeof document>"u")return e;const[m,g]=c.useState(u),v=d!==void 0,$=v?d:m,y=c.useRef(null),j=c.useRef(null),k=c.useRef(null),w=c.useRef(null),[R,T]=c.useState({top:0,left:0}),I=c.useCallback(()=>{k.current&&(clearTimeout(k.current),k.current=null),w.current&&(clearTimeout(w.current),w.current=null)},[]),B=c.useCallback(P=>{a||(v||g(P),h==null||h(P))},[a,v,h]),L=c.useCallback(()=>{a||(I(),o>0?k.current=setTimeout(()=>{B(!0)},o):B(!0))},[a,o,I,B]),D=c.useCallback(()=>{I(),s>0?w.current=setTimeout(()=>{B(!1)},s):B(!1)},[s,I,B]),{hoverProps:U}=X.useHover({isDisabled:a,onHoverStart:L,onHoverEnd:D}),{focusWithinProps:re}=X.useFocusWithin({isDisabled:a,onFocusWithin:()=>L(),onBlurWithin:()=>D()}),_=c.useCallback(()=>{if(!y.current||!j.current)return;const P=y.current.getBoundingClientRect(),F=j.current.getBoundingClientRect(),V=window.scrollX,q=window.scrollY;let S=0,E=0;switch(r){case"top":S=P.top+q-F.height-n,E=P.left+V+(P.width-F.width)/2;break;case"bottom":S=P.bottom+q+n,E=P.left+V+(P.width-F.width)/2;break;case"left":S=P.top+q+(P.height-F.height)/2,E=P.left+V-F.width-n;break;case"right":S=P.top+q+(P.height-F.height)/2,E=P.right+V+n;break}T({top:S,left:E})},[r,n]);if(c.useEffect(()=>{if(!$)return;_();const P=()=>_();return window.addEventListener("scroll",P,!0),window.addEventListener("resize",P),()=>{window.removeEventListener("scroll",P,!0),window.removeEventListener("resize",P)}},[$,_]),c.useEffect(()=>()=>I(),[I]),!c.isValidElement(e))return console.warn("Tooltip: children must be a valid React element"),e;const K=Re(U,re,{ref:y,"aria-describedby":$?"kai-tooltip":void 0}),Q=i.jsx("span",{...K,style:{display:"inline-block"},children:e}),O=$&&!a&&t?rr.createPortal(i.jsxs(fu,{ref:P=>{j.current=P,typeof x=="function"?x(P):x&&(x.current=P)},id:"kai-tooltip",role:"tooltip",placement:r,className:f,style:{...p,position:"absolute",top:R.top,left:R.left},"data-placement":r,children:[l&&i.jsx(pu,{placement:r}),t]}),document.body):null;return i.jsxs(i.Fragment,{children:[Q,O]})});Po.displayName="Tooltip";const hu=({global:e,semantic:t})=>({primary:{background:{default:t.colors.brand.primary,hover:t.colors.brand.primaryHover,active:t.colors.brand.primaryActive},text:{default:t.colors.text.onBrand},border:{default:"transparent"},shadow:{default:"none",hover:"none"}},secondary:{background:{default:t.colors.background.surface,hover:t.colors.background.surfaceSubtle,active:t.colors.background.surfaceSubtle},text:{default:t.colors.brand.primary},border:{default:t.colors.border.primary,hover:t.colors.brand.primary,active:t.colors.brand.primaryActive},shadow:{default:"none"}},text:{background:{default:"transparent",hover:t.colors.brand.primarySubtle,active:"#F0F0F0"},text:{default:t.colors.brand.primary},border:{default:"transparent",hover:"transparent",active:"transparent"}},danger:{background:{default:t.colors.state.danger,hover:t.colors.state.dangerHover,active:t.colors.state.dangerActive},text:{default:t.colors.state.dangerOn},border:{default:"transparent"},shadow:{default:"none",hover:"none"}},gradient:{background:{default:e.gradients.blueViolet,gradientFrom:"#0194FF",gradientTo:"#D581FF"},text:{default:e.colors.common.white},border:{default:"transparent"},shadow:{default:"none",hover:"none"}},disabled:{background:{default:t.colors.border.primary},text:{default:t.colors.text.disabled},opacity:.6},size:{sm:{height:"24px",fontSize:e.typography.fontSize.sm,paddingInline:e.spacing.lg,iconSize:"16px"},md:{height:"32px",fontSize:e.typography.fontSize.sm,paddingInline:e.spacing.lg,iconSize:"16px"},lg:{height:"40px",fontSize:e.typography.fontSize.sm,paddingInline:e.spacing.lg,iconSize:"16px"}},borderRadius:e.radii.r3,fontWeight:e.typography.fontWeight.regular,gap:e.spacing.sm,transition:"0.2s ease"}),bu=({global:e,semantic:t})=>({appearance:{solid:{primary:{background:{default:t.colors.brand.primary,hover:t.colors.brand.primaryHover,active:t.colors.brand.primaryActive},border:{default:"transparent"},icon:{default:t.colors.text.onBrand}},neutral:{background:{default:t.colors.background.surface,hover:t.colors.background.surfaceSubtle,active:t.colors.background.surfaceStrong},border:{default:"transparent"},icon:{default:t.colors.text.primary}},danger:{background:{default:t.colors.state.danger,hover:t.colors.state.dangerHover,active:t.colors.state.dangerActive},border:{default:"transparent"},icon:{default:t.colors.state.dangerOn}}},outline:{primary:{background:{default:"transparent",hover:t.colors.brand.primarySubtle,active:"rgba(44, 111, 231, 0.16)"},border:{default:t.colors.brand.primary,hover:t.colors.brand.primary,active:t.colors.brand.primary},icon:{default:t.colors.brand.primary,hover:t.colors.brand.primaryHover,active:t.colors.brand.primaryActive}},neutral:{background:{default:"transparent",hover:t.colors.background.surfaceSubtle,active:t.colors.background.surfaceStrong},border:{default:t.colors.border.primary,hover:t.colors.border.strong,active:t.colors.border.strong},icon:{default:t.colors.text.primary,hover:t.colors.text.primary,active:t.colors.text.primary}},danger:{background:{default:"transparent",hover:t.colors.state.dangerSubtle,active:"rgba(237, 28, 28, 0.18)"},border:{default:t.colors.state.danger,hover:t.colors.state.danger,active:t.colors.state.danger},icon:{default:t.colors.state.danger,hover:t.colors.state.dangerHover,active:t.colors.state.dangerActive}}},ghost:{primary:{background:{default:"transparent",hover:t.colors.brand.primarySubtle,active:"rgba(44, 111, 231, 0.16)"},border:{default:"transparent"},icon:{default:t.colors.brand.primary,hover:t.colors.brand.primaryHover,active:t.colors.brand.primaryActive}},neutral:{background:{default:"transparent",hover:"rgba(10, 24, 51, 0.05)",active:"rgba(10, 24, 51, 0.1)"},border:{default:"transparent"},icon:{default:t.colors.text.primary}},danger:{background:{default:"transparent",hover:t.colors.state.dangerSubtle,active:"rgba(237, 28, 28, 0.18)"},border:{default:"transparent"},icon:{default:t.colors.state.danger,hover:t.colors.state.dangerHover,active:t.colors.state.dangerActive}}}},disabled:{background:t.colors.background.surfaceSubtle,border:t.colors.border.primary,icon:t.colors.text.disabled,opacity:.6},size:{sm:{edge:"24px",iconSize:"16px"},md:{edge:"32px",iconSize:"18px"},lg:{edge:"40px",iconSize:"20px"}},borderRadius:e.radii.r3,transition:"0.2s ease",focusRing:{color:"rgba(44, 111, 231, 0.35)",offset:"2px",width:"2px"}}),gu=({global:e,semantic:t})=>({default:{background:{default:t.colors.background.surface,hover:t.colors.background.surfaceSubtle,active:t.colors.background.surfaceSubtle},text:{default:t.colors.text.primary},border:{default:t.colors.border.primary},shadow:{default:e.shadows.l1,hover:e.shadows.l3}},primary:{background:{default:t.colors.brand.primary,hover:t.colors.brand.primaryHover,active:t.colors.brand.primaryActive},text:{default:t.colors.text.onBrand},border:{default:"transparent"},shadow:{default:e.shadows.l1,hover:e.shadows.l3}},disabled:{background:{default:t.colors.border.primary},text:{default:t.colors.text.disabled},opacity:.6},size:{sm:{size:"32px"},md:{size:"40px"},lg:{size:"48px"}},icon:{size:e.typography.fontSize.lg},description:{fontSize:e.typography.fontSize.xs,lineHeight:`${e.typography.lineHeight.tight}`}}),mu=({global:e,semantic:t})=>({control:{size:"16px",borderRadius:e.radii.r2,borderWidth:"1px",background:{default:e.colors.common.white,checked:t.colors.brand.primary,disabled:e.colors.neutral[100],disabledChecked:e.colors.blue[200]},borderColor:{default:e.colors.neutral[400],hover:t.colors.brand.primary,checked:t.colors.brand.primary,disabled:e.colors.neutral[400],disabledChecked:e.colors.blue[200]},icon:{color:e.colors.common.white,size:"10px"}},focusRing:"0 0 0 4px rgba(44, 111, 231, 0.18)",gap:e.spacing.sm,text:{label:{fontSize:e.typography.fontSize.xs,lineHeight:"18px",color:e.colors.word[900],disabled:e.colors.word[300],fontWeight:e.typography.fontWeight.regular}},transition:"0.16s ease"}),xu=({global:e})=>({control:{size:"16px",borderRadius:"999px",borderWidth:"1.5px",background:e.colors.common.white,borderColor:{default:e.colors.neutral[300],hover:e.colors.blue[500],checked:e.colors.blue[500],disabled:e.colors.neutral[200]},indicator:{size:"8px",color:e.colors.blue[500],disabled:e.colors.word[300]}},focusRing:"0 0 0 4px rgba(44, 111, 231, 0.18)",gap:"0.5rem",text:{label:{fontSize:e.typography.fontSize.xs,color:e.colors.word[900],disabled:e.colors.word[300],fontWeight:e.typography.fontWeight.regular},description:{color:e.colors.word[600],disabled:e.colors.word[300],fontSize:e.typography.fontSize.xs}},disabled:{opacity:.55},transition:"0.16s ease"}),vu=({global:e,semantic:t})=>({size:{sm:{width:"36px",height:"20px",thumbSize:"16px",fontSize:e.typography.fontSize.xs,paddingInline:"6px"},md:{width:"44px",height:"24px",thumbSize:"18px",fontSize:e.typography.fontSize.xs,paddingInline:"8px"}},background:{unchecked:e.colors.neutral[300],checked:t.colors.brand.primary,disabled:e.colors.neutral[200]},thumb:{background:e.colors.common.white,shadow:"0 1px 3px rgba(0, 0, 0, 0.12)"},text:{color:e.colors.common.white,fontSize:e.typography.fontSize.xs,fontWeight:e.typography.fontWeight.regular},borderRadius:e.radii.r5,gap:e.spacing.xs,transition:"0.2s cubic-bezier(0.4, 0, 0.2, 1)",disabled:{opacity:.5},focusRing:{color:"rgba(44, 111, 231, 0.3)",offset:"2px"}}),yu=({global:e,semantic:t})=>({size:{sm:{height:"24px",fontSize:e.typography.fontSize.xs,paddingInline:e.spacing.md,iconSize:"14px"},md:{height:"32px",fontSize:e.typography.fontSize.xs,paddingInline:e.spacing.md,iconSize:"16px"},lg:{height:"40px",fontSize:e.typography.fontSize.xs,paddingInline:e.spacing.md,iconSize:"18px"}},border:{default:t.colors.border.primary,hover:t.colors.border.strong,focus:t.colors.brand.primary,error:t.colors.state.danger,disabled:t.colors.border.primary},background:{default:t.colors.background.surface,disabled:t.colors.background.secondary},text:{default:t.colors.text.primary,placeholder:t.colors.text.placeholder,disabled:t.colors.text.disabled,error:t.colors.state.danger,counter:t.colors.text.caption},borderRadius:e.radii.r3,gap:e.spacing.sm,transition:"0.2s ease"}),ku=({global:e,semantic:t})=>({size:{sm:{height:"24px",fontSize:e.typography.fontSize.xs,paddingInline:e.spacing.md,iconSize:"14px"},md:{height:"32px",fontSize:e.typography.fontSize.xs,paddingInline:e.spacing.md,iconSize:"16px"},lg:{height:"40px",fontSize:e.typography.fontSize.xs,paddingInline:e.spacing.md,iconSize:"18px"}},border:{default:t.colors.border.primary,hover:t.colors.border.strong,focus:t.colors.brand.primary,error:t.colors.state.danger,disabled:t.colors.border.primary},background:{default:t.colors.background.surface,hover:t.colors.background.surface,disabled:t.colors.background.secondary},text:{default:t.colors.text.primary,placeholder:t.colors.text.placeholder,disabled:t.colors.text.disabled,error:t.colors.state.danger},borderRadius:e.radii.r3,gap:e.spacing.sm,transition:"0.2s ease",popover:{background:t.colors.background.surface,border:`1px solid ${t.colors.border.primary}`,borderRadius:e.radii.r3,boxShadow:"0 4px 12px rgba(0, 0, 0, 0.08)",padding:"4px"},option:{height:"32px",paddingInline:"8px",fontSize:e.typography.fontSize.xs,borderRadius:e.radii.r2,gap:"8px",background:{default:"transparent",hover:t.colors.background.surfaceSubtle,selected:t.colors.brand.primarySubtle,focused:t.colors.background.surfaceSubtle},text:{default:t.colors.text.primary,hover:t.colors.text.primary,selected:t.colors.brand.primary,disabled:t.colors.text.disabled}}}),wu=({global:e,semantic:t})=>({controls:{default:"buttons"},size:{md:{height:"24px",fontSize:e.typography.fontSize.xs,paddingInline:e.spacing.sm},lg:{height:"32px",fontSize:e.typography.fontSize.sm,paddingInline:e.spacing.sm}},input:{width:"40px",height:"18px",paddingInline:e.spacing.sm,fontSize:e.typography.fontSize.xs,fontWeight:e.typography.fontWeight.regular,lineHeight:"18px",fontFamily:e.typography.fontFamily},control:{side:{buttonSizeSm:"20px",buttonSizeLg:"28px",inset:"1px",gap:"8px",iconSize:"12px",widthsm:"100px",widthLg:"116px"},arrows:{buttonSizeSm:"10px",buttonSizeLg:"14px",iconSize:"12px",gap:"0px",widthsm:"72px",widthLg:"80px"}},borderRadius:e.radii.r3,border:{default:t.colors.border.strong,hover:t.colors.brand.primaryHover,disabled:t.colors.border.strong},background:{default:t.colors.background.surface,hover:t.colors.background.surfaceSubtle,disabled:t.colors.background.secondary},text:{default:t.colors.text.primary,placeholder:t.colors.text.placeholder,disabled:t.colors.text.disabled},transition:"0.2s ease"}),$u=({global:e,semantic:t})=>({border:{default:t.colors.border.primary},background:{default:t.colors.background.surface,hover:t.colors.background.surfaceSubtle},text:{default:t.colors.text.secondary,title:t.colors.text.primary},divider:t.colors.border.primary,arrow:{default:t.colors.text.secondary},padding:{header:"12px 24px",content:"0 24px 12px 24px"},borderRadius:e.radii.r3,gap:e.spacing.sm,transition:"0.3s cubic-bezier(0.4, 0, 0.2, 1)",arrowSize:"16px"}),Su=({global:e,semantic:t,mode:r})=>{const n=r==="dark";return{colors:{default:{background:{default:n?"rgba(148, 163, 184, 0.15)":e.colors.neutral[100],hover:n?"rgba(148, 163, 184, 0.2)":e.colors.neutral[200],active:n?"rgba(148, 163, 184, 0.25)":e.colors.neutral[300],checked:t.colors.brand.primary,checkedHover:t.colors.brand.primaryHover,checkedActive:t.colors.brand.primaryActive},text:{default:n?e.colors.word[100]:"rgba(10, 24, 51, 0.7)",checked:e.colors.common.white},border:{default:n?"rgba(148, 163, 184, 0.28)":e.colors.neutral[400],hover:n?"rgba(148, 163, 184, 0.38)":e.colors.neutral[500],active:n?"rgba(148, 163, 184, 0.48)":e.colors.word[600],checked:t.colors.brand.primary,checkedHover:t.colors.brand.primaryHover,checkedActive:t.colors.brand.primaryActive}},red:{background:{default:n?"rgba(170, 14, 41, 0.12)":"rgba(170, 14, 41, 0.08)",hover:n?"rgba(170, 14, 41, 0.16)":"rgba(170, 14, 41, 0.12)",active:n?"rgba(170, 14, 41, 0.2)":"rgba(170, 14, 41, 0.16)"},text:{default:n?e.colors.red[300]:e.colors.red[700]},border:{default:n?"rgba(170, 14, 41, 0.3)":"rgba(170, 14, 41, 0.25)"}},orange:{background:{default:n?"rgba(237, 154, 0, 0.12)":"rgba(237, 154, 0, 0.08)",hover:n?"rgba(237, 154, 0, 0.16)":"rgba(237, 154, 0, 0.12)",active:n?"rgba(237, 154, 0, 0.2)":"rgba(237, 154, 0, 0.16)"},text:{default:n?e.colors.orange[300]:e.colors.orange[500]},border:{default:n?"rgba(237, 154, 0, 0.3)":"rgba(237, 154, 0, 0.25)"}},yellow:{background:{default:n?"rgba(250, 208, 0, 0.12)":"rgba(250, 208, 0, 0.08)",hover:n?"rgba(250, 208, 0, 0.16)":"rgba(250, 208, 0, 0.12)",active:n?"rgba(250, 208, 0, 0.2)":"rgba(250, 208, 0, 0.16)"},text:{default:n?e.colors.yellow[300]:e.colors.yellow[500]},border:{default:n?"rgba(250, 208, 0, 0.3)":"rgba(250, 208, 0, 0.25)"}},green:{background:{default:n?"rgba(51, 189, 72, 0.12)":"rgba(51, 189, 72, 0.08)",hover:n?"rgba(51, 189, 72, 0.16)":"rgba(51, 189, 72, 0.12)",active:n?"rgba(51, 189, 72, 0.2)":"rgba(51, 189, 72, 0.16)"},text:{default:n?e.colors.green[300]:e.colors.green[500]},border:{default:n?"rgba(51, 189, 72, 0.3)":"rgba(51, 189, 72, 0.25)"}},lavender:{background:{default:n?"rgba(99, 79, 214, 0.12)":"rgba(99, 79, 214, 0.08)",hover:n?"rgba(99, 79, 214, 0.16)":"rgba(99, 79, 214, 0.12)",active:n?"rgba(99, 79, 214, 0.2)":"rgba(99, 79, 214, 0.16)"},text:{default:n?e.colors.lavender[300]:e.colors.lavender[500]},border:{default:n?"rgba(99, 79, 214, 0.3)":"rgba(99, 79, 214, 0.25)"}},lilac:{background:{default:n?"rgba(159, 58, 214, 0.12)":"rgba(159, 58, 214, 0.08)",hover:n?"rgba(159, 58, 214, 0.16)":"rgba(159, 58, 214, 0.12)",active:n?"rgba(159, 58, 214, 0.2)":"rgba(159, 58, 214, 0.16)"},text:{default:n?e.colors.lilac[300]:e.colors.lilac[500]},border:{default:n?"rgba(159, 58, 214, 0.3)":"rgba(159, 58, 214, 0.25)"}},carmine:{background:{default:n?"rgba(214, 58, 191, 0.12)":"rgba(214, 58, 191, 0.08)",hover:n?"rgba(214, 58, 191, 0.16)":"rgba(214, 58, 191, 0.12)",active:n?"rgba(214, 58, 191, 0.2)":"rgba(214, 58, 191, 0.16)"},text:{default:n?e.colors.carmine[300]:e.colors.carmine[500]},border:{default:n?"rgba(214, 58, 191, 0.3)":"rgba(214, 58, 191, 0.25)"}},rose:{background:{default:n?"rgba(229, 30, 100, 0.12)":"rgba(229, 30, 100, 0.08)",hover:n?"rgba(229, 30, 100, 0.16)":"rgba(229, 30, 100, 0.12)",active:n?"rgba(229, 30, 100, 0.2)":"rgba(229, 30, 100, 0.16)"},text:{default:n?e.colors.rose[300]:e.colors.rose[500]},border:{default:n?"rgba(229, 30, 100, 0.3)":"rgba(229, 30, 100, 0.25)"}},mint:{background:{default:n?"rgba(71, 192, 214, 0.12)":"rgba(71, 192, 214, 0.08)",hover:n?"rgba(71, 192, 214, 0.16)":"rgba(71, 192, 214, 0.12)",active:n?"rgba(71, 192, 214, 0.2)":"rgba(71, 192, 214, 0.16)"},text:{default:n?e.colors.mint[300]:e.colors.mint[500]},border:{default:n?"rgba(71, 192, 214, 0.3)":"rgba(71, 192, 214, 0.25)"}},olive:{background:{default:n?"rgba(187, 214, 36, 0.12)":"rgba(187, 214, 36, 0.08)",hover:n?"rgba(187, 214, 36, 0.16)":"rgba(187, 214, 36, 0.12)",active:n?"rgba(187, 214, 36, 0.2)":"rgba(187, 214, 36, 0.16)"},text:{default:n?e.colors.olive[300]:e.colors.olive[500]},border:{default:n?"rgba(187, 214, 36, 0.3)":"rgba(187, 214, 36, 0.25)"}},blue:{background:{default:n?"rgba(44, 111, 231, 0.12)":"rgba(44, 111, 231, 0.08)",hover:n?"rgba(44, 111, 231, 0.16)":"rgba(44, 111, 231, 0.12)",active:n?"rgba(44, 111, 231, 0.2)":"rgba(44, 111, 231, 0.16)"},text:{default:t.colors.brand.primary},border:{default:n?"rgba(44, 111, 231, 0.3)":"rgba(44, 111, 231, 0.25)"}}},size:{sm:{height:"18px",fontSize:"10px",lineHeight:"16px",paddingInline:e.spacing.sm,gap:e.spacing.xs,iconSize:"12px",closeIconSize:"8px"},md:{height:"24px",fontSize:"10px",lineHeight:"16px",paddingInline:e.spacing.sm,gap:e.spacing.xs,iconSize:"14px",closeIconSize:"10px"},lg:{height:"32px",fontSize:e.typography.fontSize.xs,lineHeight:"20px",paddingInline:e.spacing.md,gap:e.spacing.sm,iconSize:"16px",closeIconSize:"12px"}},fontWeight:e.typography.fontWeight.regular,borderRadius:e.radii.r2,transition:"0.2s ease",disabled:{opacity:.5}}},Cu=({global:e,mode:t})=>{const r=t==="dark";return{background:{base:r?"rgba(148, 163, 184, 0.12)":"rgba(10, 24, 51, 0.05)",highlight:r?"rgba(148, 163, 184, 0.22)":"rgba(10, 24, 51, 0.12)"},animation:{duration:"1.4s",easing:"ease-in-out"},radius:{sm:e.radii.r2,md:e.radii.r3,lg:e.radii.r4,pill:e.radii.r5,circle:e.radii.r0},block:{height:"16px"},text:{lineHeight:"12px",gap:e.spacing.sm,lastLineWidth:"62%"},circle:{size:"40px"}}},ju=({global:e,semantic:t,mode:r})=>{const n=r==="dark";return{circle:{size:{md:"32px",sm:"24px"},fontSize:{md:e.typography.fontSize.sm,sm:e.typography.fontSize.xs},iconSize:{md:"14px",sm:"10px"}},dot:{size:{md:"10px",sm:"8px"},pulseColor:n?"rgba(44, 111, 231, 0.35)":"rgba(44, 111, 231, 0.25)"},line:{color:{default:t.colors.border.primary,active:t.colors.brand.primary},size:"1px"},text:{title:{color:{default:t.colors.text.primary,active:t.colors.brand.primary,error:t.colors.state.danger,waiting:t.colors.text.tertiary},fontWeight:e.typography.fontWeight.medium,fontSize:e.typography.fontSize.sm},description:{color:t.colors.text.secondary,fontSize:e.typography.fontSize.xs}},state:{process:{color:t.colors.brand.primary,bg:t.colors.brand.primary},wait:{color:t.colors.text.tertiary,bg:n?"rgba(148, 163, 184, 0.2)":e.colors.neutral[200]},finish:{color:t.colors.brand.primary,bg:n?"rgba(44, 111, 231, 0.15)":t.colors.brand.primarySubtle},error:{color:t.colors.state.danger,bg:n?"rgba(170, 14, 41, 0.15)":t.colors.state.dangerSubtle}},gap:e.spacing.sm}},Eu=({global:e,semantic:t,mode:r})=>{const n=r==="dark";return{container:{width:{expanded:"240px",collapsed:"68px"},background:n?t.colors.background.surface:e.colors.common.white,border:`1px solid ${t.colors.border.primary}`,padding:e.spacing.lg},item:{height:"40px",paddingInline:e.spacing.lg,fontSize:e.typography.fontSize.sm,fontWeight:e.typography.fontWeight.regular,iconSize:"20px",gap:e.spacing.sm,borderRadius:e.radii.r3,background:{default:"transparent",hover:n?t.colors.background.surfaceStrong:t.colors.background.surfaceSubtle,active:n?"linear-gradient(90deg, rgba(1, 148, 255, 0) 0%, rgba(1, 148, 255, 0.2) 100%)":"linear-gradient(90deg, rgba(1, 148, 255, 0) 0%, rgba(1, 148, 255, 0.15) 100%)"},text:{default:t.colors.text.primary,hover:t.colors.text.primary,active:t.colors.text.primary},transition:"0.2s ease"},subItem:{paddingLeft:"20px",background:{default:"transparent",hover:n?t.colors.background.surfaceStrong:t.colors.background.surfaceSubtle,active:n?"linear-gradient(90deg, rgba(1, 148, 255, 0) 0%, rgba(1, 148, 255, 0.2) 100%)":"linear-gradient(90deg, rgba(1, 148, 255, 0) 0%, rgba(1, 148, 255, 0.15) 100%)"}},group:{marginTop:e.spacing.xl,marginBottom:e.spacing.md,gap:e.spacing.xs},groupTitle:{height:"18px",fontSize:e.typography.fontSize.xs,fontWeight:e.typography.fontWeight.regular,color:t.colors.text.secondary,paddingInline:"0",marginBottom:e.spacing.sm},scrollbar:{width:"8px",thumbColor:n?"rgba(255, 255, 255, 0.2)":"rgba(0, 0, 0, 0.2)",trackColor:"transparent"},popover:{background:n?t.colors.background.surface:e.colors.common.white,border:`1px solid ${t.colors.border.primary}`,borderRadius:e.radii.r4,boxShadow:n?"0 4px 12px rgba(0, 0, 0, 0.4)":"0 4px 12px rgba(0, 0, 0, 0.08)",padding:e.spacing.xs,item:{background:{default:"transparent",hover:n?t.colors.background.surfaceStrong:t.colors.background.surfaceSubtle,active:n?"linear-gradient(90deg, rgba(1, 148, 255, 0) 0%, rgba(1, 148, 255, 0.2) 100%)":"linear-gradient(90deg, rgba(1, 148, 255, 0) 0%, rgba(1, 148, 255, 0.15) 100%)"},text:{default:t.colors.text.primary,hover:t.colors.text.primary,active:t.colors.brand.primary}}}}},Tu=({semantic:e})=>({variant:{primary:{text:{default:e.colors.brand.primary,hover:"#2468f2",active:"#2055c6",disabled:e.colors.text.disabled},decoration:{default:"none",hover:"none"}},neutral:{text:{default:e.colors.text.primary,hover:e.colors.brand.primary,active:"#2055c6",disabled:e.colors.text.disabled},decoration:{default:"none",hover:"none"}}},size:{sm:{fontSize:"12px"},md:{fontSize:"14px"},lg:{fontSize:"16px"}},transition:"0.2s ease",borderRadius:"4px",focusRing:{color:e.colors.brand.primary,offset:"2px"}}),zu=({global:e,semantic:t})=>({container:{gap:e.spacing.lg},panel:{width:"204px",height:"240px",background:t.colors.background.surface,border:`1px solid ${t.colors.border.neutral}`,borderRadius:e.radii.r2},header:{height:"40px",padding:"11px 16px",fontSize:e.typography.fontSize.xs,color:t.colors.text.transferHeader,background:t.colors.background.surfaceSubtle},list:{height:"calc(100% - 100px)",gap:e.spacing.sm,padding:"0px 16px 8px 16px"},item:{height:e.spacing.xxl,fontSize:e.typography.fontSize.xs,borderRadius:e.radii.r2,gap:e.spacing.sm,padding:`${e.spacing.sm} 0px`,text:{default:t.colors.text.transferHeader,selected:t.colors.text.primary,disabled:t.colors.text.disabled},checkboxSize:e.spacing.lg},operations:{gap:e.spacing.sm,borderRadius:e.radii.r2,borderColor:{default:t.colors.border.neutral,disabled:t.colors.border.neutral,active:t.colors.brand.primary},backgroundColor:{default:t.colors.background.surface,disabled:e.colors.word[50],active:t.colors.background.surface},width:e.spacing.xxl,height:e.spacing.xxl,iconSize:e.spacing.lg,iconColor:{default:e.colors.word[700],disabled:t.colors.text.transferOperationDisabled,active:e.colors.blue[500]}},footer:{height:e.spacing.xxl,paddingInline:e.spacing.sm,fontSize:e.typography.fontSize.xs,color:t.colors.text.secondary,borderTop:`1px solid ${t.colors.border.divider}`,marginTop:e.spacing.md},empty:{color:t.colors.text.tertiary,fontSize:e.typography.fontSize.sm},search:{width:"184px",iconColor:`${e.colors.word[900]}66`},transition:"all 0.2s ease"}),Ru=({global:e,semantic:t,mode:r})=>({size:{sm:{width:"400px",maxWidth:"90vw",padding:e.spacing.lg,headerPadding:`${e.spacing.lg} ${e.spacing.xl}`,footerPadding:`${e.spacing.md} ${e.spacing.xl}`,titleFontSize:e.typography.fontSize.md},md:{width:"520px",maxWidth:"90vw",padding:e.spacing.xl,headerPadding:`${e.spacing.lg} ${e.spacing.xl}`,footerPadding:`${e.spacing.md} ${e.spacing.xl}`,titleFontSize:e.typography.fontSize.lg},lg:{width:"720px",maxWidth:"90vw",padding:e.spacing.xl,headerPadding:`20px ${e.spacing.xl}`,footerPadding:`${e.spacing.lg} ${e.spacing.xl}`,titleFontSize:e.typography.fontSize.lg},xl:{width:"920px",maxWidth:"90vw",padding:e.spacing.xxl,headerPadding:`${e.spacing.xl} ${e.spacing.xxl}`,footerPadding:`${e.spacing.lg} ${e.spacing.xxl}`,titleFontSize:e.typography.fontSize.lg},fullscreen:{width:"100vw",maxWidth:"100vw",padding:e.spacing.xxl,headerPadding:`${e.spacing.xl} ${e.spacing.xxl}`,footerPadding:`${e.spacing.lg} ${e.spacing.xxl}`,titleFontSize:e.typography.fontSize.lg}},overlay:{background:r==="light"?"rgba(10, 24, 51, 0.38)":"rgba(0, 0, 0, 0.55)",backdropFilter:"blur(4px)"},container:{background:t.colors.background.surface,borderRadius:e.radii.r5,boxShadow:r==="light"?e.shadows.l3:t.shadows.elevation.medium,border:r==="light"?"none":`1px solid ${t.colors.border.primary}`,maxHeight:"85vh"},header:{background:"transparent",borderBottom:`1px solid ${t.colors.border.divider}`,minHeight:"56px",gap:e.spacing.sm},title:{color:t.colors.text.primary,fontWeight:e.typography.fontWeight.semibold,lineHeight:"1.4"},description:{color:t.colors.text.secondary,fontSize:e.typography.fontSize.sm,lineHeight:"1.5",marginTop:e.spacing.xs},closeButton:{size:"32px",iconSize:"16px",color:t.colors.text.tertiary,hoverColor:t.colors.text.primary,hoverBackground:t.colors.background.surfaceStrong,borderRadius:e.radii.r3},content:{color:t.colors.text.primary,fontSize:e.typography.fontSize.sm,lineHeight:"1.6",maxHeight:"calc(85vh - 160px)"},footer:{background:"transparent",borderTop:`1px solid ${t.colors.border.divider}`,minHeight:"56px",gap:e.spacing.sm,justifyContent:"flex-end"},animation:{duration:"0.22s",easing:"cubic-bezier(0.22, 0.61, 0.36, 1)",scaleFrom:"0.95",scaleTo:"1"},zIndex:{overlay:1e3,container:1001},transition:"0.2s ease"}),Lu=({global:e,semantic:t,mode:r})=>({background:r==="light"?"rgba(10, 24, 51, 0.9)":"rgba(255, 255, 255, 0.92)",color:r==="light"?"#ffffff":t.colors.text.primary,borderRadius:e.radii.r3,boxShadow:r==="light"?"0 4px 12px rgba(0, 0, 0, 0.15)":"0 4px 12px rgba(0, 0, 0, 0.3)",padding:`${e.spacing.xs} ${e.spacing.sm}`,maxWidth:"280px",fontSize:e.typography.fontSize.sm,lineHeight:"1.5",arrow:{size:"8px"},animation:{duration:"0.15s",easing:"cubic-bezier(0.16, 1, 0.3, 1)"},zIndex:1100}),No=e=>({button:hu(e),floatButton:gu(e),iconButton:bu(e),checkbox:mu(e),radio:xu(e),switch:vu(e),input:yu(e),select:ku(e),numberfield:wu(e),collapse:$u(e),tag:Su(e),skeleton:Cu(e),stepper:ju(e),menu:Eu(e),link:Tu(e),transfer:zu(e),modal:Ru(e),card:Io(e),tooltip:Lu(e)}),Tr=(e,t="light")=>{const r={colors:ae.globalColors,spacing:ae.globalSpacing,radii:ae.globalRadii,typography:ae.globalTypography,shadows:ae.globalShadows,gradients:ae.globalGradients};return{global:r,semantic:e,components:No({global:r,semantic:e,mode:t})}},Ao=Tr(ae.lightSemantic,"light"),Fo=Tr(ae.darkSemantic,"dark");var Mu=function(t){return Iu(t)&&!Pu(t)};function Iu(e){return!!e&&typeof e=="object"}function Pu(e){var t=Object.prototype.toString.call(e);return t==="[object RegExp]"||t==="[object Date]"||Fu(e)}var Nu=typeof Symbol=="function"&&Symbol.for,Au=Nu?Symbol.for("react.element"):60103;function Fu(e){return e.$$typeof===Au}function Ou(e){return Array.isArray(e)?[]:{}}function nt(e,t){return t.clone!==!1&&t.isMergeableObject(e)?We(Ou(e),e,t):e}function Du(e,t,r){return e.concat(t).map(function(n){return nt(n,r)})}function Bu(e,t){if(!t.customMerge)return We;var r=t.customMerge(e);return typeof r=="function"?r:We}function _u(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(t){return Object.propertyIsEnumerable.call(e,t)}):[]}function fn(e){return Object.keys(e).concat(_u(e))}function Oo(e,t){try{return t in e}catch{return!1}}function Ku(e,t){return Oo(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))}function Vu(e,t,r){var n={};return r.isMergeableObject(e)&&fn(e).forEach(function(o){n[o]=nt(e[o],r)}),fn(t).forEach(function(o){Ku(e,o)||(Oo(e,o)&&r.isMergeableObject(t[o])?n[o]=Bu(o,r)(e[o],t[o],r):n[o]=nt(t[o],r))}),n}function We(e,t,r){r=r||{},r.arrayMerge=r.arrayMerge||Du,r.isMergeableObject=r.isMergeableObject||Mu,r.cloneUnlessOtherwiseSpecified=nt;var n=Array.isArray(t),o=Array.isArray(e),s=n===o;return s?n?r.arrayMerge(e,t,r):Vu(e,t,r):nt(t,r)}We.all=function(t,r){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce(function(n,o){return We(n,o,r)},{})};var Hu=We,Wu=Hu;const Uu=_i(Wu),Yu=({children:e,mode:t="light",theme:r})=>{const n=t==="dark"?Fo:Ao,o=c.useMemo(()=>r?Uu(n,r):n,[n,r]);return i.jsx(ae.CustomThemeProvider,{theme:o,children:i.jsx(X.OverlayProvider,{style:{display:"contents"},children:e})})};Object.defineProperty(exports,"CustomThemeProvider",{enumerable:!0,get:()=>ae.CustomThemeProvider});Object.defineProperty(exports,"darkSemantic",{enumerable:!0,get:()=>ae.darkSemantic});Object.defineProperty(exports,"globalColors",{enumerable:!0,get:()=>ae.globalColors});Object.defineProperty(exports,"globalGradients",{enumerable:!0,get:()=>ae.globalGradients});Object.defineProperty(exports,"globalRadii",{enumerable:!0,get:()=>ae.globalRadii});Object.defineProperty(exports,"globalShadows",{enumerable:!0,get:()=>ae.globalShadows});Object.defineProperty(exports,"globalSpacing",{enumerable:!0,get:()=>ae.globalSpacing});Object.defineProperty(exports,"globalTypography",{enumerable:!0,get:()=>ae.globalTypography});Object.defineProperty(exports,"lightSemantic",{enumerable:!0,get:()=>ae.lightSemantic});exports.BUTTON_SIZES=xs;exports.BUTTON_VARIANTS=ms;exports.Button=Pn;exports.Card=Mo;exports.Checkbox=De;exports.CheckboxButton=Bn;exports.CheckboxWrapper=jo;exports.Collapse=_n;exports.CollapseItem=Kn;exports.DesignThemeProvider=Yu;exports.EmptyState=Bc;exports.FloatButton=Vn;exports.ICON_BUTTON_APPEARANCES=Es;exports.ICON_BUTTON_SIZES=zs;exports.ICON_BUTTON_TONES=Ts;exports.IconButton=Nn;exports.Input=yr;exports.Link=Xn;exports.LinkRoot=Zn;exports.ListBoxContent=Er;exports.ListBoxPopup=yo;exports.LoadingWrapper=So;exports.Menu=Hn;exports.MenuGroup=Un;exports.MenuItem=Wn;exports.Modal=no;exports.NumberInput=oo;exports.OptionIcon=$o;exports.OptionItem=ko;exports.OptionText=wo;exports.PROGRESS_SIZES=sc;exports.PROGRESS_STATUSES=ac;exports.PROGRESS_TYPES=ic;exports.Progress=co;exports.Radio=Sr;exports.SHAPES=Ta;exports.SWITCH_SIZES=bd;exports.Select=zt;exports.SelectIcon=vo;exports.SelectTrigger=xo;exports.SelectValue=tr;exports.SelectWrapper=mo;exports.Skeleton=so;exports.Step=lo;exports.Stepper=ao;exports.SubMenuItem=Yn;exports.SubMenuPopover=kr;exports.Switch=zo;exports.TABLE_SIZES=rd;exports.TABLE_VARIANTS=nd;exports.TYPES=Ea;exports.Table=id;exports.Tag=rt;exports.TagAdd=jr;exports.TagsContainer=Co;exports.Tooltip=Po;exports.Transfer=Ro;exports.UPLOAD_STATUSES=qd;exports.Upload=Lo;exports.createComponentTokens=No;exports.createDesignTheme=Tr;exports.defaultDarkDesignTheme=Fo;exports.defaultLightDesignTheme=Ao;exports.getCardTokens=Io;exports.selectSizes=Fc;exports.skeletonRadii=Fl;exports.skeletonVariants=Al;
|
|
3183
3234
|
//# sourceMappingURL=index.cjs.map
|