@kingsoft-ai/design 0.1.15 → 0.1.16
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 +352 -352
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2925 -2672
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -1,4 +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"),b=require("@emotion/styled"),S=require("@emotion/react"),Qt=require("react-dom"),ae=require("@kingsoft-ai/theme");function to(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const o=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,o.get?o:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const pt=to(i),ze=to(c),ke=typeof document<"u"?c.useLayoutEffect:()=>{};let Ot=new Map;typeof FinalizationRegistry<"u"&&new FinalizationRegistry(e=>{Ot.delete(e)});function Tn(e,t){if(e===t)return e;let r=Ot.get(e);if(r)return r.forEach(n=>n.current=t),t;let o=Ot.get(t);return o?(o.forEach(n=>n.current=e),e):t}function Rn(...e){return(...t)=>{for(let r of e)typeof r=="function"&&r(...t)}}const de=e=>{var t;return(t=e==null?void 0:e.ownerDocument)!==null&&t!==void 0?t:document},ht=e=>e&&"window"in e&&e.window===e?e:de(e).defaultView||window;function Ln(e){return e!==null&&typeof e=="object"&&"nodeType"in e&&typeof e.nodeType=="number"}function Mn(e){return Ln(e)&&e.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&"host"in e}let In=!1;function xt(){return In}function $r(e,t){if(!xt())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:Mn(r)?r=r.host:r=r.parentNode}return!1}const ye=(e=document)=>{var t;if(!xt())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 Be(e){return xt()&&e.target.shadowRoot&&e.composedPath?e.composedPath()[0]:e.target}class Nn{get currentNode(){return this._currentNode}set currentNode(t){if(!$r(this.root,t))throw new Error("Cannot set currentNode to a node that is not contained by the root node.");const r=[];let o=t,n=t;for(this._currentNode=t;o&&o!==this.root;)if(o.nodeType===Node.DOCUMENT_FRAGMENT_NODE){const a=o,l=this._doc.createTreeWalker(a,this.whatToShow,{acceptNode:this._acceptNode});r.push(l),l.currentNode=n,this._currentSetFor.add(l),o=n=a.host}else o=o.parentNode;const s=this._doc.createTreeWalker(this.root,this.whatToShow,{acceptNode:this._acceptNode});r.push(s),s.currentNode=n,this._currentSetFor.add(s),this._walkerStack=r}get doc(){return this._doc}firstChild(){let t=this.currentNode,r=this.nextNode();return $r(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 n;if(typeof this.filter=="function"?n=this.filter(t):!((r=this.filter)===null||r===void 0)&&r.acceptNode&&(n=this.filter.acceptNode(t)),n===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 o=this.nextNode();return o&&(this.currentNode=o),o}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 n=this.previousNode();return n&&(this.currentNode=n),n}else return null;return null}const r=t.previousNode();if(r){if(r.shadowRoot){var o;let s;if(typeof this.filter=="function"?s=this.filter(r):!((o=this.filter)===null||o===void 0)&&o.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 n=this.previousNode();return n&&(this.currentNode=n),n}else return null}nextSibling(){return null}previousSibling(){return null}parentNode(){return null}constructor(t,r,o,n){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=n??null,this.whatToShow=o??NodeFilter.SHOW_ALL,this._currentNode=r,this._walkerStack.unshift(t.createTreeWalker(r,o,this._acceptNode));const s=r.shadowRoot;if(s){const a=this._doc.createTreeWalker(s,this.whatToShow,{acceptNode:this._acceptNode});this._walkerStack.unshift(a)}}}function Pn(e,t,r,o){return xt()?new Nn(e,t,r,o):e.createTreeWalker(t,r,o)}function ro(e){var t,r,o="";if(typeof e=="string"||typeof e=="number")o+=e;else if(typeof e=="object")if(Array.isArray(e)){var n=e.length;for(t=0;t<n;t++)e[t]&&(r=ro(e[t]))&&(o&&(o+=" "),o+=r)}else for(r in e)e[r]&&(o&&(o+=" "),o+=r);return o}function An(){for(var e,t,r=0,o="",n=arguments.length;r<n;r++)(e=arguments[r])&&(t=ro(e))&&(o&&(o+=" "),o+=t);return o}function Re(...e){let t={...e[0]};for(let r=1;r<e.length;r++){let o=e[r];for(let n in o){let s=t[n],a=o[n];typeof s=="function"&&typeof a=="function"&&n[0]==="o"&&n[1]==="n"&&n.charCodeAt(2)>=65&&n.charCodeAt(2)<=90?t[n]=Rn(s,a):(n==="className"||n==="UNSAFE_className")&&typeof s=="string"&&typeof a=="string"?t[n]=An(s,a):n==="id"&&s&&a?t.id=Tn(s,a):t[n]=a!==void 0?a:s}}return t}function Bt(e){if(Fn())e.focus({preventScroll:!0});else{let t=Dn(e);e.focus(),On(t)}}let at=null;function Fn(){if(at==null){at=!1;try{document.createElement("div").focus({get preventScroll(){return at=!0,!0}})}catch{}}return at}function Dn(e){let t=e.parentNode,r=[],o=document.scrollingElement||document.documentElement;for(;t instanceof HTMLElement&&t!==o;)(t.offsetHeight<t.scrollHeight||t.offsetWidth<t.scrollWidth)&&r.push({element:t,scrollTop:t.scrollTop,scrollLeft:t.scrollLeft}),t=t.parentNode;return o instanceof HTMLElement&&r.push({element:o,scrollTop:o.scrollTop,scrollLeft:o.scrollLeft}),r}function On(e){for(let{element:t,scrollTop:r,scrollLeft:o}of e)t.scrollTop=r,t.scrollLeft=o}function vt(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(o=>e.test(o.brand))||e.test(window.navigator.userAgent)}function er(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 tr=Le(function(){return er(/^Mac/i)}),Bn=Le(function(){return er(/^iPhone/i)}),Kn=Le(function(){return er(/^iPad/i)||tr()&&navigator.maxTouchPoints>1}),Vn=Le(function(){return Bn()||Kn()});Le(function(){return tr()||Vn()});Le(function(){return vt(/AppleWebKit/i)&&!oo()});const oo=Le(function(){return vt(/Chrome/i)}),no=Le(function(){return vt(/Android/i)});Le(function(){return vt(/Firefox/i)});let Ne=new Map,Kt=new Set;function wr(){if(typeof window>"u")return;function e(o){return"propertyName"in o}let t=o=>{if(!e(o)||!o.target)return;let n=Ne.get(o.target);n||(n=new Set,Ne.set(o.target,n),o.target.addEventListener("transitioncancel",r,{once:!0})),n.add(o.propertyName)},r=o=>{if(!e(o)||!o.target)return;let n=Ne.get(o.target);if(n&&(n.delete(o.propertyName),n.size===0&&(o.target.removeEventListener("transitioncancel",r),Ne.delete(o.target)),Ne.size===0)){for(let s of Kt)s();Kt.clear()}};document.body.addEventListener("transitionrun",t),document.body.addEventListener("transitionend",r)}typeof document<"u"&&(document.readyState!=="loading"?wr():document.addEventListener("DOMContentLoaded",wr));function _n(){for(const[e]of Ne)"isConnected"in e&&!e.isConnected&&Ne.delete(e)}function Hn(e){requestAnimationFrame(()=>{_n(),Ne.size===0?e():Kt.add(e)})}function Wn(e){return e.pointerType===""&&e.isTrusted?!0:no()&&e.pointerType?e.type==="click"&&e.buttons===1:e.detail===0&&!e.pointerType}const Un=typeof Element<"u"&&"checkVisibility"in Element.prototype;function Yn(e){const t=ht(e);if(!(e instanceof t.HTMLElement)&&!(e instanceof t.SVGElement))return!1;let{display:r,visibility:o}=e.style,n=r!=="none"&&o!=="hidden"&&o!=="collapse";if(n){const{getComputedStyle:s}=e.ownerDocument.defaultView;let{display:a,visibility:l}=s(e);n=a!=="none"&&l!=="hidden"&&l!=="collapse"}return n}function Zn(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 rr(e,t){return Un?e.checkVisibility({visibilityProperty:!0})&&!e.closest("[data-react-aria-prevent-focus]"):e.nodeName!=="#comment"&&Yn(e)&&Zn(e,t)&&(!e.parentElement||rr(e.parentElement,e))}const or=["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"],Xn=or.join(":not([hidden]),")+",[tabindex]:not([disabled]):not([hidden])";or.push('[tabindex]:not([tabindex="-1"]):not([disabled])');const Gn=or.join(':not([hidden]):not([tabindex="-1"]),');function qn(e){return e.matches(Xn)&&rr(e)&&!io(e)}function Jn(e){return e.matches(Gn)&&rr(e)&&!io(e)}function io(e){let t=e;for(;t!=null;){if(t instanceof t.ownerDocument.defaultView.HTMLElement&&t.inert)return!0;t=t.parentElement}return!1}function yt(e,t,r){let[o,n]=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:o,d=c.useCallback((u,...h)=>{let p=(f,...x)=>{r&&(Object.is(l,f)||r(f,...x)),a||(l=f)};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"),n((x,...m)=>{let g=u(a?l:x,...m);return p(g,...h),a?x:g})):(a||n(u),p(u,...h))},[a,l,r]);return[l,d]}const Qn=["primary","secondary","text","danger","gradient"],ei=["sm","md","lg"],ti=e=>{if(e==="gradient")return S.css`
|
|
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
|
|
2
|
+
* react-is.production.min.js
|
|
3
|
+
*
|
|
4
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
5
|
+
*
|
|
6
|
+
* This source code is licensed under the MIT license found in the
|
|
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,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(k){if(typeof k=="object"&&k!==null){var R=k.$$typeof;switch(R){case t:switch(k=k.type,k){case d:case u:case n:case s:case o:case f:return k;default:switch(k=k&&k.$$typeof,k){case l:case h:case m:case x:case a:return k;default:return R}}case r:return R}}}function $(k){return C(k)===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(k){return $(k)||C(k)===d},Y.isConcurrentMode=$,Y.isContextConsumer=function(k){return C(k)===l},Y.isContextProvider=function(k){return C(k)===a},Y.isElement=function(k){return typeof k=="object"&&k!==null&&k.$$typeof===t},Y.isForwardRef=function(k){return C(k)===h},Y.isFragment=function(k){return C(k)===n},Y.isLazy=function(k){return C(k)===m},Y.isMemo=function(k){return C(k)===x},Y.isPortal=function(k){return C(k)===r},Y.isProfiler=function(k){return C(k)===s},Y.isStrictMode=function(k){return C(k)===o},Y.isSuspense=function(k){return C(k)===f},Y.isValidElementType=function(k){return typeof k=="string"||typeof k=="function"||k===n||k===u||k===s||k===o||k===f||k===p||typeof k=="object"&&k!==null&&(k.$$typeof===m||k.$$typeof===x||k.$$typeof===a||k.$$typeof===l||k.$$typeof===h||k.$$typeof===v||k.$$typeof===w||k.$$typeof===y||k.$$typeof===b)},Y.typeOf=C,Y}var Z={};/** @license React v16.13.1
|
|
9
|
+
* react-is.development.js
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
12
|
+
*
|
|
13
|
+
* This source code is licensed under the MIT license found in the
|
|
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`
|
|
2
16
|
position: relative;
|
|
3
17
|
color: var(--ksd-button-gradient-text);
|
|
4
18
|
border-color: transparent;
|
|
@@ -48,7 +62,7 @@
|
|
|
48
62
|
box-shadow: none;
|
|
49
63
|
transform: translateY(1px);
|
|
50
64
|
}
|
|
51
|
-
`;const t={primary:
|
|
65
|
+
`;const t={primary:j`
|
|
52
66
|
background: var(--ksd-button-primary-bg);
|
|
53
67
|
color: var(--ksd-button-primary-text);
|
|
54
68
|
border-color: var(--ksd-button-primary-border);
|
|
@@ -62,7 +76,7 @@
|
|
|
62
76
|
background: var(--ksd-button-primary-bg-active);
|
|
63
77
|
transform: translateY(1px);
|
|
64
78
|
}
|
|
65
|
-
`,secondary:
|
|
79
|
+
`,secondary:j`
|
|
66
80
|
background: var(--ksd-button-secondary-bg);
|
|
67
81
|
color: var(--ksd-button-secondary-text);
|
|
68
82
|
border-color: var(--ksd-button-secondary-border);
|
|
@@ -78,7 +92,7 @@
|
|
|
78
92
|
border-color: var(--ksd-button-secondary-border-active);
|
|
79
93
|
transform: translateY(1px);
|
|
80
94
|
}
|
|
81
|
-
`,text:
|
|
95
|
+
`,text:j`
|
|
82
96
|
background: var(--ksd-button-text-bg);
|
|
83
97
|
color: var(--ksd-button-text-text);
|
|
84
98
|
border-color: var(--ksd-button-text-border);
|
|
@@ -92,7 +106,7 @@
|
|
|
92
106
|
background: var(--ksd-button-text-bg-active);
|
|
93
107
|
transform: translateY(1px);
|
|
94
108
|
}
|
|
95
|
-
`,danger:
|
|
109
|
+
`,danger:j`
|
|
96
110
|
background: var(--ksd-button-danger-bg);
|
|
97
111
|
color: var(--ksd-button-danger-text);
|
|
98
112
|
border-color: var(--ksd-button-danger-border);
|
|
@@ -106,7 +120,7 @@
|
|
|
106
120
|
background: var(--ksd-button-danger-bg-active);
|
|
107
121
|
transform: translateY(1px);
|
|
108
122
|
}
|
|
109
|
-
`};return t[e]||t.primary},
|
|
123
|
+
`};return t[e]||t.primary},ps=e=>{const t={sm:j`
|
|
110
124
|
height: var(--ksd-button-sm-height);
|
|
111
125
|
font-size: var(--ksd-button-sm-font-size);
|
|
112
126
|
padding-inline: var(--ksd-button-sm-padding-inline);
|
|
@@ -115,7 +129,7 @@
|
|
|
115
129
|
width: var(--ksd-button-sm-icon-size);
|
|
116
130
|
height: var(--ksd-button-sm-icon-size);
|
|
117
131
|
}
|
|
118
|
-
`,md:
|
|
132
|
+
`,md:j`
|
|
119
133
|
height: var(--ksd-button-md-height);
|
|
120
134
|
font-size: var(--ksd-button-md-font-size);
|
|
121
135
|
padding-inline: var(--ksd-button-md-padding-inline);
|
|
@@ -124,7 +138,7 @@
|
|
|
124
138
|
width: var(--ksd-button-md-icon-size);
|
|
125
139
|
height: var(--ksd-button-md-icon-size);
|
|
126
140
|
}
|
|
127
|
-
`,lg:
|
|
141
|
+
`,lg:j`
|
|
128
142
|
height: var(--ksd-button-lg-height);
|
|
129
143
|
font-size: var(--ksd-button-lg-font-size);
|
|
130
144
|
padding-inline: var(--ksd-button-lg-padding-inline);
|
|
@@ -133,7 +147,7 @@
|
|
|
133
147
|
width: var(--ksd-button-lg-icon-size);
|
|
134
148
|
height: var(--ksd-button-lg-icon-size);
|
|
135
149
|
}
|
|
136
|
-
`};return t[e]||t.md},
|
|
150
|
+
`};return t[e]||t.md},hs=g.button`
|
|
137
151
|
/* 基础样式 */
|
|
138
152
|
position: relative;
|
|
139
153
|
display: inline-flex;
|
|
@@ -165,13 +179,13 @@
|
|
|
165
179
|
transform var(--ksd-button-transition);
|
|
166
180
|
|
|
167
181
|
/* 变体样式 */
|
|
168
|
-
${({variant:e})=>
|
|
182
|
+
${({variant:e})=>fs(e)}
|
|
169
183
|
|
|
170
184
|
/* 尺寸样式 */
|
|
171
|
-
${({size:e})=>
|
|
185
|
+
${({size:e})=>ps(e)}
|
|
172
186
|
|
|
173
187
|
/* 全宽模式 */
|
|
174
|
-
${({fullWidth:e})=>e&&
|
|
188
|
+
${({fullWidth:e})=>e&&j`
|
|
175
189
|
width: 100%;
|
|
176
190
|
`}
|
|
177
191
|
|
|
@@ -212,13 +226,13 @@
|
|
|
212
226
|
transform: rotate(360deg);
|
|
213
227
|
}
|
|
214
228
|
}
|
|
215
|
-
`,
|
|
229
|
+
`,gs=g.span`
|
|
216
230
|
display: inline-flex;
|
|
217
231
|
align-items: center;
|
|
218
232
|
justify-content: center;
|
|
219
233
|
gap: var(--ksd-button-gap);
|
|
220
234
|
position: relative;
|
|
221
|
-
`,
|
|
235
|
+
`,Kr=g.span`
|
|
222
236
|
display: inline-flex;
|
|
223
237
|
align-items: center;
|
|
224
238
|
justify-content: center;
|
|
@@ -226,21 +240,21 @@
|
|
|
226
240
|
|
|
227
241
|
transition: opacity var(--ksd-button-transition);
|
|
228
242
|
|
|
229
|
-
${({isLoading:e})=>e&&
|
|
243
|
+
${({isLoading:e})=>e&&j`
|
|
230
244
|
opacity: 0;
|
|
231
245
|
pointer-events: none;
|
|
232
246
|
`}
|
|
233
|
-
`,
|
|
247
|
+
`,bs=g.span`
|
|
234
248
|
display: inline-flex;
|
|
235
249
|
align-items: center;
|
|
236
250
|
justify-content: center;
|
|
237
251
|
|
|
238
252
|
transition: opacity var(--ksd-button-transition);
|
|
239
253
|
|
|
240
|
-
${({isLoading:e})=>e&&
|
|
254
|
+
${({isLoading:e})=>e&&j`
|
|
241
255
|
opacity: 0.4;
|
|
242
256
|
`}
|
|
243
|
-
`,
|
|
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:b}=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:b,isDisabled:x,isLoading:n,"data-variant":e,"data-size":t,"data-loading":n?"true":void 0,"data-pressed":b?"true":void 0,children:i.jsxs(gs,{children:[r&&i.jsx(Kr,{isLoading:n,"aria-hidden":"true",children:r}),i.jsx(bs,{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"],$s=["sm","md","lg"],ks=(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 j`
|
|
244
258
|
background: ${s.background};
|
|
245
259
|
border-color: ${s.border};
|
|
246
260
|
color: ${s.icon};
|
|
@@ -261,7 +275,7 @@
|
|
|
261
275
|
box-shadow: none;
|
|
262
276
|
transform: translateY(1px);
|
|
263
277
|
}
|
|
264
|
-
`},
|
|
278
|
+
`},ws=(e,t)=>{const r=t.components.iconButton.size[e];return j`
|
|
265
279
|
--icon-button-icon-size: ${r.iconSize};
|
|
266
280
|
width: ${r.edge};
|
|
267
281
|
height: ${r.edge};
|
|
@@ -272,7 +286,7 @@
|
|
|
272
286
|
width: var(--icon-button-icon-size);
|
|
273
287
|
height: var(--icon-button-icon-size);
|
|
274
288
|
}
|
|
275
|
-
`},
|
|
289
|
+
`},Ss=g.button`
|
|
276
290
|
position: relative;
|
|
277
291
|
display: inline-flex;
|
|
278
292
|
align-items: center;
|
|
@@ -294,8 +308,8 @@
|
|
|
294
308
|
box-shadow ${({theme:e})=>e.components.iconButton.transition},
|
|
295
309
|
transform ${({theme:e})=>e.components.iconButton.transition};
|
|
296
310
|
|
|
297
|
-
${({appearance:e,tone:t,theme:r})=>
|
|
298
|
-
${({size:e,theme:t})=>
|
|
311
|
+
${({appearance:e,tone:t,theme:r})=>ks(e,t,r)}
|
|
312
|
+
${({size:e,theme:t})=>ws(e,t)}
|
|
299
313
|
|
|
300
314
|
&:focus-visible {
|
|
301
315
|
outline: ${({theme:e})=>e.components.iconButton.focusRing.width} solid
|
|
@@ -320,7 +334,7 @@
|
|
|
320
334
|
transform: rotate(360deg);
|
|
321
335
|
}
|
|
322
336
|
}
|
|
323
|
-
`,
|
|
337
|
+
`,Cs=g.span`
|
|
324
338
|
display: inline-flex;
|
|
325
339
|
align-items: center;
|
|
326
340
|
justify-content: center;
|
|
@@ -328,10 +342,10 @@
|
|
|
328
342
|
transition: opacity ${({theme:e})=>e.components.iconButton.transition};
|
|
329
343
|
pointer-events: none;
|
|
330
344
|
|
|
331
|
-
${({isHidden:e})=>e&&
|
|
345
|
+
${({isHidden:e})=>e&&j`
|
|
332
346
|
opacity: 0;
|
|
333
347
|
`}
|
|
334
|
-
`,
|
|
348
|
+
`,js=g.span`
|
|
335
349
|
position: absolute;
|
|
336
350
|
inset: 0;
|
|
337
351
|
display: inline-flex;
|
|
@@ -345,21 +359,7 @@
|
|
|
345
359
|
height: var(--icon-button-icon-size);
|
|
346
360
|
animation: icon-button-spin 0.8s linear infinite;
|
|
347
361
|
}
|
|
348
|
-
`,gi=li,mi=ci,xi=di,ao=c.forwardRef(({appearance:e="solid",tone:t="primary",size:r="md",icon:o,label:n,loading:s=!1,loadingLabel:a="加载中",isDisabled:l,className:d,...u},h)=>{const p=c.useMemo(()=>{var v,j;return typeof globalThis>"u"?!0:((j=(v=globalThis.process)==null?void 0:v.env)==null?void 0:j.NODE_ENV)!=="production"},[]),f=c.useRef(null),x=h||f,m=l||s;if(p){const k=u["aria-label"],v=u["aria-labelledby"];!n&&!k&&!v&&console.warn("IconButton 需要可感知的文本。请传入 label、aria-label 或 aria-labelledby。")}const{buttonProps:g,isPressed:$}=X.useButton({...u,isDisabled:m,elementType:"button"},f);return i.jsxs(pi,{...Re(g,{ref:x,className:d}),appearance:e,tone:t,size:r,isPressed:$,isDisabled:!!m,isLoading:s,"data-appearance":e,"data-tone":t,"data-size":r,"data-loading":s?"true":void 0,"data-pressed":$?"true":void 0,children:[i.jsx(hi,{isHidden:s,"aria-hidden":"true",children:o}),s&&i.jsx(bi,{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"})})}),n?i.jsx(X.VisuallyHidden,{children:n}):null]})});ao.displayName="IconButton";function vi(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 yi(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 $i=function(){function e(r){var o=this;this._insertTag=function(n){var s;o.tags.length===0?o.insertionPoint?s=o.insertionPoint.nextSibling:o.prepend?s=o.container.firstChild:s=o.before:s=o.tags[o.tags.length-1].nextSibling,o.container.insertBefore(n,s),o.tags.push(n)},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(o){o.forEach(this._insertTag)},t.insert=function(o){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(yi(this));var n=this.tags[this.tags.length-1];if(this.isSpeedy){var s=vi(n);try{s.insertRule(o,s.cssRules.length)}catch{}}else n.appendChild(document.createTextNode(o));this.ctr++},t.flush=function(){this.tags.forEach(function(o){var n;return(n=o.parentNode)==null?void 0:n.removeChild(o)}),this.tags=[],this.ctr=0},e}(),ue="-ms-",bt="-moz-",H="-webkit-",lo="comm",nr="rule",ir="decl",wi="@import",co="@keyframes",ki="@layer",Si=Math.abs,$t=String.fromCharCode,Ci=Object.assign;function ji(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 uo(e){return e.trim()}function Ei(e,t){return(e=t.exec(e))?e[0]:e}function W(e,t,r){return e.replace(t,r)}function Vt(e,t){return e.indexOf(t)}function ce(e,t){return e.charCodeAt(t)|0}function Je(e,t,r){return e.slice(t,r)}function $e(e){return e.length}function sr(e){return e.length}function lt(e,t){return t.push(e),e}function zi(e,t){return e.map(t).join("")}var wt=1,Ve=1,fo=0,fe=0,ie=0,We="";function kt(e,t,r,o,n,s,a){return{value:e,root:t,parent:r,type:o,props:n,children:s,line:wt,column:Ve,length:a,return:""}}function Ye(e,t){return Ci(kt("",null,null,"",null,null,0),e,{length:-e.length},t)}function Ti(){return ie}function Ri(){return ie=fe>0?ce(We,--fe):0,Ve--,ie===10&&(Ve=1,wt--),ie}function pe(){return ie=fe<fo?ce(We,fe++):0,Ve++,ie===10&&(Ve=1,wt++),ie}function Se(){return ce(We,fe)}function dt(){return fe}function ot(e,t){return Je(We,e,t)}function Qe(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 po(e){return wt=Ve=1,fo=$e(We=e),fe=0,[]}function ho(e){return We="",e}function ut(e){return uo(ot(fe-1,_t(e===91?e+2:e===40?e+1:e)))}function Li(e){for(;(ie=Se())&&ie<33;)pe();return Qe(e)>2||Qe(ie)>3?"":" "}function Mi(e,t){for(;--t&&pe()&&!(ie<48||ie>102||ie>57&&ie<65||ie>70&&ie<97););return ot(e,dt()+(t<6&&Se()==32&&pe()==32))}function _t(e){for(;pe();)switch(ie){case e:return fe;case 34:case 39:e!==34&&e!==39&&_t(ie);break;case 40:e===41&&_t(e);break;case 92:pe();break}return fe}function Ii(e,t){for(;pe()&&e+ie!==57;)if(e+ie===84&&Se()===47)break;return"/*"+ot(t,fe-1)+"*"+$t(e===47?e:pe())}function Ni(e){for(;!Qe(Se());)pe();return ot(e,fe)}function Pi(e){return ho(ft("",null,null,null,[""],e=po(e),0,[0],e))}function ft(e,t,r,o,n,s,a,l,d){for(var u=0,h=0,p=a,f=0,x=0,m=0,g=1,$=1,k=1,v=0,j="",w=n,y=s,R=o,z=j;$;)switch(m=v,v=pe()){case 40:if(m!=108&&ce(z,p-1)==58){Vt(z+=W(ut(v),"&","&\f"),"&\f")!=-1&&(k=-1);break}case 34:case 39:case 91:z+=ut(v);break;case 9:case 10:case 13:case 32:z+=Li(m);break;case 92:z+=Mi(dt()-1,7);continue;case 47:switch(Se()){case 42:case 47:lt(Ai(Ii(pe(),dt()),t,r),d);break;default:z+="/"}break;case 123*g:l[u++]=$e(z)*k;case 125*g:case 59:case 0:switch(v){case 0:case 125:$=0;case 59+h:k==-1&&(z=W(z,/\f/g,"")),x>0&&$e(z)-p&<(x>32?Cr(z+";",o,r,p-1):Cr(W(z," ","")+";",o,r,p-2),d);break;case 59:z+=";";default:if(lt(R=Sr(z,t,r,u,h,n,l,j,w=[],y=[],p),s),v===123)if(h===0)ft(z,t,R,R,w,s,p,l,y);else switch(f===99&&ce(z,3)===110?100:f){case 100:case 108:case 109:case 115:ft(e,R,R,o&<(Sr(e,R,R,0,0,n,l,j,n,w=[],p),y),n,y,p,l,o?w:y);break;default:ft(z,R,R,R,[""],y,0,l,y)}}u=h=x=0,g=k=1,j=z="",p=a;break;case 58:p=1+$e(z),x=m;default:if(g<1){if(v==123)--g;else if(v==125&&g++==0&&Ri()==125)continue}switch(z+=$t(v),v*g){case 38:k=h>0?1:(z+="\f",-1);break;case 44:l[u++]=($e(z)-1)*k,k=1;break;case 64:Se()===45&&(z+=ut(pe())),f=Se(),h=p=$e(j=z+=Ni(dt())),v++;break;case 45:m===45&&$e(z)==2&&(g=0)}}return s}function Sr(e,t,r,o,n,s,a,l,d,u,h){for(var p=n-1,f=n===0?s:[""],x=sr(f),m=0,g=0,$=0;m<o;++m)for(var k=0,v=Je(e,p+1,p=Si(g=a[m])),j=e;k<x;++k)(j=uo(g>0?f[k]+" "+v:W(v,/&\f/g,f[k])))&&(d[$++]=j);return kt(e,t,r,n===0?nr:l,d,u,h)}function Ai(e,t,r){return kt(e,t,r,lo,$t(Ti()),Je(e,2,-2),0)}function Cr(e,t,r,o){return kt(e,t,r,ir,Je(e,0,o),Je(e,o+1,-1),o)}function Ke(e,t){for(var r="",o=sr(e),n=0;n<o;n++)r+=t(e[n],n,e,t)||"";return r}function Fi(e,t,r,o){switch(e.type){case ki:if(e.children.length)break;case wi:case ir:return e.return=e.return||e.value;case lo:return"";case co:return e.return=e.value+"{"+Ke(e.children,o)+"}";case nr:e.value=e.props.join(",")}return $e(r=Ke(e.children,o))?e.return=e.value+"{"+r+"}":""}function Di(e){var t=sr(e);return function(r,o,n,s){for(var a="",l=0;l<t;l++)a+=e[l](r,o,n,s)||"";return a}}function Oi(e){return function(t){t.root||(t=t.return)&&e(t)}}function Bi(e){var t=Object.create(null);return function(r){return t[r]===void 0&&(t[r]=e(r)),t[r]}}var Ki=function(t,r,o){for(var n=0,s=0;n=s,s=Se(),n===38&&s===12&&(r[o]=1),!Qe(s);)pe();return ot(t,fe)},Vi=function(t,r){var o=-1,n=44;do switch(Qe(n)){case 0:n===38&&Se()===12&&(r[o]=1),t[o]+=Ki(fe-1,r,o);break;case 2:t[o]+=ut(n);break;case 4:if(n===44){t[++o]=Se()===58?"&\f":"",r[o]=t[o].length;break}default:t[o]+=$t(n)}while(n=pe());return t},_i=function(t,r){return ho(Vi(po(t),r))},jr=new WeakMap,Hi=function(t){if(!(t.type!=="rule"||!t.parent||t.length<1)){for(var r=t.value,o=t.parent,n=t.column===o.column&&t.line===o.line;o.type!=="rule";)if(o=o.parent,!o)return;if(!(t.props.length===1&&r.charCodeAt(0)!==58&&!jr.get(o))&&!n){jr.set(t,!0);for(var s=[],a=_i(r,s),l=o.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]}}},Wi=function(t){if(t.type==="decl"){var r=t.value;r.charCodeAt(0)===108&&r.charCodeAt(2)===98&&(t.return="",t.value="")}};function bo(e,t){switch(ji(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+bt+e+ue+e+e;case 6828:case 4268:return H+e+ue+e+e;case 6165:return H+e+ue+"flex-"+e+e;case 5187:return H+e+W(e,/(\w+).+(:[^]+)/,H+"box-$1$2"+ue+"flex-$1$2")+e;case 5443:return H+e+ue+"flex-item-"+W(e,/flex-|-self/,"")+e;case 4675:return H+e+ue+"flex-line-pack"+W(e,/align-content|flex-|-self/,"")+e;case 5548:return H+e+ue+W(e,"shrink","negative")+e;case 5292:return H+e+ue+W(e,"basis","preferred-size")+e;case 6060:return H+"box-"+W(e,"-grow","")+H+e+ue+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"+ue+"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($e(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"+bt+(ce(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~Vt(e,"stretch")?bo(W(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(ce(e,t+1)!==115)break;case 6444:switch(ce(e,$e(e)-3-(~Vt(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"+ue+"$2box$3")+e}break;case 5936:switch(ce(e,t+11)){case 114:return H+e+ue+W(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return H+e+ue+W(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return H+e+ue+W(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return H+e+ue+e+e}return e}var Ui=function(t,r,o,n){if(t.length>-1&&!t.return)switch(t.type){case ir:t.return=bo(t.value,t.length);break;case co:return Ke([Ye(t,{value:W(t.value,"@","@"+H)})],n);case nr:if(t.length)return zi(t.props,function(s){switch(Ei(s,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return Ke([Ye(t,{props:[W(s,/:(read-\w+)/,":"+bt+"$1")]})],n);case"::placeholder":return Ke([Ye(t,{props:[W(s,/:(plac\w+)/,":"+H+"input-$1")]}),Ye(t,{props:[W(s,/:(plac\w+)/,":"+bt+"$1")]}),Ye(t,{props:[W(s,/:(plac\w+)/,ue+"input-$1")]})],n)}return""})}},Yi=[Ui],Zi=function(t){var r=t.key;if(r==="css"){var o=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(o,function(g){var $=g.getAttribute("data-emotion");$.indexOf(" ")!==-1&&(document.head.appendChild(g),g.setAttribute("data-s",""))})}var n=t.stylisPlugins||Yi,s={},a,l=[];a=t.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+r+' "]'),function(g){for(var $=g.getAttribute("data-emotion").split(" "),k=1;k<$.length;k++)s[$[k]]=!0;l.push(g)});var d,u=[Hi,Wi];{var h,p=[Fi,Oi(function(g){h.insert(g)})],f=Di(u.concat(n,p)),x=function($){return Ke(Pi($),f)};d=function($,k,v,j){h=v,x($?$+"{"+k.styles+"}":k.styles),j&&(m.inserted[k.name]=!0)}}var m={key:r,sheet:new $i({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 Xi(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Ht={exports:{}},Y={};/** @license React v16.13.1
|
|
349
|
-
* react-is.production.min.js
|
|
350
|
-
*
|
|
351
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
352
|
-
*
|
|
353
|
-
* This source code is licensed under the MIT license found in the
|
|
354
|
-
* LICENSE file in the root directory of this source tree.
|
|
355
|
-
*/var Er;function Gi(){if(Er)return Y;Er=1;var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,r=e?Symbol.for("react.portal"):60106,o=e?Symbol.for("react.fragment"):60107,n=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,p=e?Symbol.for("react.suspense"):60113,f=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,$=e?Symbol.for("react.fundamental"):60117,k=e?Symbol.for("react.responder"):60118,v=e?Symbol.for("react.scope"):60119;function j(y){if(typeof y=="object"&&y!==null){var R=y.$$typeof;switch(R){case t:switch(y=y.type,y){case d:case u:case o:case s:case n:case p:return y;default:switch(y=y&&y.$$typeof,y){case l:case h:case m:case x:case a:return y;default:return R}}case r:return R}}}function w(y){return j(y)===u}return Y.AsyncMode=d,Y.ConcurrentMode=u,Y.ContextConsumer=l,Y.ContextProvider=a,Y.Element=t,Y.ForwardRef=h,Y.Fragment=o,Y.Lazy=m,Y.Memo=x,Y.Portal=r,Y.Profiler=s,Y.StrictMode=n,Y.Suspense=p,Y.isAsyncMode=function(y){return w(y)||j(y)===d},Y.isConcurrentMode=w,Y.isContextConsumer=function(y){return j(y)===l},Y.isContextProvider=function(y){return j(y)===a},Y.isElement=function(y){return typeof y=="object"&&y!==null&&y.$$typeof===t},Y.isForwardRef=function(y){return j(y)===h},Y.isFragment=function(y){return j(y)===o},Y.isLazy=function(y){return j(y)===m},Y.isMemo=function(y){return j(y)===x},Y.isPortal=function(y){return j(y)===r},Y.isProfiler=function(y){return j(y)===s},Y.isStrictMode=function(y){return j(y)===n},Y.isSuspense=function(y){return j(y)===p},Y.isValidElementType=function(y){return typeof y=="string"||typeof y=="function"||y===o||y===u||y===s||y===n||y===p||y===f||typeof y=="object"&&y!==null&&(y.$$typeof===m||y.$$typeof===x||y.$$typeof===a||y.$$typeof===l||y.$$typeof===h||y.$$typeof===$||y.$$typeof===k||y.$$typeof===v||y.$$typeof===g)},Y.typeOf=j,Y}var Z={};/** @license React v16.13.1
|
|
356
|
-
* react-is.development.js
|
|
357
|
-
*
|
|
358
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
359
|
-
*
|
|
360
|
-
* This source code is licensed under the MIT license found in the
|
|
361
|
-
* LICENSE file in the root directory of this source tree.
|
|
362
|
-
*/var zr;function qi(){return zr||(zr=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,o=e?Symbol.for("react.fragment"):60107,n=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,p=e?Symbol.for("react.suspense"):60113,f=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,$=e?Symbol.for("react.fundamental"):60117,k=e?Symbol.for("react.responder"):60118,v=e?Symbol.for("react.scope"):60119;function j(P){return typeof P=="string"||typeof P=="function"||P===o||P===u||P===s||P===n||P===p||P===f||typeof P=="object"&&P!==null&&(P.$$typeof===m||P.$$typeof===x||P.$$typeof===a||P.$$typeof===l||P.$$typeof===h||P.$$typeof===$||P.$$typeof===k||P.$$typeof===v||P.$$typeof===g)}function w(P){if(typeof P=="object"&&P!==null){var se=P.$$typeof;switch(se){case t:var he=P.type;switch(he){case d:case u:case o:case s:case n:case p:return he;default:var Ce=he&&he.$$typeof;switch(Ce){case l:case h:case m:case x:case a:return Ce;default:return se}}case r:return se}}}var y=d,R=u,z=l,A=a,O=t,L=h,B=o,U=m,re=x,K=r,V=s,Q=n,D=p,I=!1;function F(P){return I||(I=!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.")),_(P)||w(P)===d}function _(P){return w(P)===u}function q(P){return w(P)===l}function C(P){return w(P)===a}function E(P){return typeof P=="object"&&P!==null&&P.$$typeof===t}function M(P){return w(P)===h}function T(P){return w(P)===o}function N(P){return w(P)===m}function J(P){return w(P)===x}function oe(P){return w(P)===r}function le(P){return w(P)===s}function Me(P){return w(P)===n}function Ie(P){return w(P)===p}Z.AsyncMode=y,Z.ConcurrentMode=R,Z.ContextConsumer=z,Z.ContextProvider=A,Z.Element=O,Z.ForwardRef=L,Z.Fragment=B,Z.Lazy=U,Z.Memo=re,Z.Portal=K,Z.Profiler=V,Z.StrictMode=Q,Z.Suspense=D,Z.isAsyncMode=F,Z.isConcurrentMode=_,Z.isContextConsumer=q,Z.isContextProvider=C,Z.isElement=E,Z.isForwardRef=M,Z.isFragment=T,Z.isLazy=N,Z.isMemo=J,Z.isPortal=oe,Z.isProfiler=le,Z.isStrictMode=Me,Z.isSuspense=Ie,Z.isValidElementType=j,Z.typeOf=w}()),Z}process.env.NODE_ENV==="production"?Ht.exports=Gi():Ht.exports=qi();var Ji=Ht.exports,go=Ji,Qi={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},es={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},mo={};mo[go.ForwardRef]=Qi;mo[go.Memo]=es;var ts=!0;function rs(e,t,r){var o="";return r.split(" ").forEach(function(n){e[n]!==void 0?t.push(e[n]+";"):n&&(o+=n+" ")}),o}var xo=function(t,r,o){var n=t.key+"-"+r.name;(o===!1||ts===!1)&&t.registered[n]===void 0&&(t.registered[n]=r.styles)},os=function(t,r,o){xo(t,r,o);var n=t.key+"-"+r.name;if(t.inserted[r.name]===void 0){var s=r;do t.insert(r===s?"."+n:"",s,t.sheet,!0),s=s.next;while(s!==void 0)}};function ns(e){for(var t=0,r,o=0,n=e.length;n>=4;++o,n-=4)r=e.charCodeAt(o)&255|(e.charCodeAt(++o)&255)<<8|(e.charCodeAt(++o)&255)<<16|(e.charCodeAt(++o)&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(n){case 3:t^=(e.charCodeAt(o+2)&255)<<16;case 2:t^=(e.charCodeAt(o+1)&255)<<8;case 1:t^=e.charCodeAt(o)&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 is={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},ss=/[A-Z]|^ms/g,as=/_EMO_([^_]+?)_([^]*?)_EMO_/g,vo=function(t){return t.charCodeAt(1)===45},Tr=function(t){return t!=null&&typeof t!="boolean"},Tt=Bi(function(e){return vo(e)?e:e.replace(ss,"-$&").toLowerCase()}),Rr=function(t,r){switch(t){case"animation":case"animationName":if(typeof r=="string")return r.replace(as,function(o,n,s){return we={name:n,styles:s,next:we},n})}return is[t]!==1&&!vo(t)&&typeof r=="number"&&r!==0?r+"px":r};function et(e,t,r){if(r==null)return"";var o=r;if(o.__emotion_styles!==void 0)return o;switch(typeof r){case"boolean":return"";case"object":{var n=r;if(n.anim===1)return we={name:n.name,styles:n.styles,next:we},n.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 ls(e,t,r)}case"function":{if(e!==void 0){var d=we,u=r(e);return we=d,et(e,t,u)}break}}var h=r;return h}function ls(e,t,r){var o="";if(Array.isArray(r))for(var n=0;n<r.length;n++)o+=et(e,t,r[n])+";";else for(var s in r){var a=r[s];if(typeof a!="object"){var l=a;Tr(l)&&(o+=Tt(s)+":"+Rr(s,l)+";")}else if(Array.isArray(a)&&typeof a[0]=="string"&&t==null)for(var d=0;d<a.length;d++)Tr(a[d])&&(o+=Tt(s)+":"+Rr(s,a[d])+";");else{var u=et(e,t,a);switch(s){case"animation":case"animationName":{o+=Tt(s)+":"+u+";";break}default:o+=s+"{"+u+"}"}}}return o}var Lr=/label:\s*([^\s;{]+)\s*(;|$)/g,we;function cs(e,t,r){if(e.length===1&&typeof e[0]=="object"&&e[0]!==null&&e[0].styles!==void 0)return e[0];var o=!0,n="";we=void 0;var s=e[0];if(s==null||s.raw===void 0)o=!1,n+=et(r,t,s);else{var a=s;n+=a[0]}for(var l=1;l<e.length;l++)if(n+=et(r,t,e[l]),o){var d=s;n+=d[l]}Lr.lastIndex=0;for(var u="",h;(h=Lr.exec(n))!==null;)u+="-"+h[1];var p=ns(n)+u;return{name:p,styles:n,next:we}}var ds=function(t){return t()},us=ze.useInsertionEffect?ze.useInsertionEffect:!1,fs=us||ds,yo=ze.createContext(typeof HTMLElement<"u"?Zi({key:"css"}):null);yo.Provider;var ps=function(t){return c.forwardRef(function(r,o){var n=c.useContext(yo);return t(r,n,o)})},hs=ze.createContext({}),St={}.hasOwnProperty,Wt="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",$o=function(t,r){var o={};for(var n in r)St.call(r,n)&&(o[n]=r[n]);return o[Wt]=t,o},bs=function(t){var r=t.cache,o=t.serialized,n=t.isStringTag;return xo(r,o,n),fs(function(){return os(r,o,n)}),null},gs=ps(function(e,t,r){var o=e.css;typeof o=="string"&&t.registered[o]!==void 0&&(o=t.registered[o]);var n=e[Wt],s=[o],a="";typeof e.className=="string"?a=rs(t.registered,s,e.className):e.className!=null&&(a=e.className+" ");var l=cs(s,void 0,ze.useContext(hs));a+=t.key+"-"+l.name;var d={};for(var u in e)St.call(e,u)&&u!=="css"&&u!==Wt&&(d[u]=e[u]);return d.className=a,r&&(d.ref=r),ze.createElement(ze.Fragment,null,ze.createElement(bs,{cache:t,serialized:l,isStringTag:typeof n=="string"}),ze.createElement(n,d))}),wo=gs,me=function(t,r,o){return St.call(r,"css")?pt.jsx(wo,$o(t,r),o):pt.jsx(t,r,o)},Ut=function(t,r,o){return St.call(r,"css")?pt.jsxs(wo,$o(t,r),o):pt.jsxs(t,r,o)};const ms=S.css`
|
|
362
|
+
`,Es=vs,Ts=ys,zs=$s,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,C;return typeof globalThis>"u"?!0:((C=(y=globalThis.process)==null?void 0:y.env)==null?void 0:C.NODE_ENV)!=="production"},[]),p=c.useRef(null),x=h||p,m=l||s;if(f){const w=u["aria-label"],y=u["aria-labelledby"];!o&&!w&&!y&&console.warn("IconButton 需要可感知的文本。请传入 label、aria-label 或 aria-labelledby。")}const{buttonProps:b,isPressed:v}=X.useButton({...u,isDisabled:m,elementType:"button"},p);return i.jsxs(Ss,{...Re(b,{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")?bt.jsx(hr,pr(t,r),n):bt.jsx(t,r,n)},Xt=function(t,r,n){return st.call(r,"css")?bt.jsxs(hr,pr(t,r),n):bt.jsxs(t,r,n)};const Rs=j`
|
|
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
|
-
`,
|
|
389
|
+
`,Ls=e=>j`
|
|
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
|
-
`,
|
|
436
|
+
`,An=e=>j`
|
|
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
|
-
`,
|
|
448
|
+
`,Ms=e=>j`
|
|
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
|
-
`,ys=({checked:e})=>{const t=S.useTheme();return me("svg",{css:ko(t),"data-checked":e,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:me("path",{d:"M13.3332 4.5L5.99984 11.8333L2.6665 8.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})},$s=({checked:e})=>{const t=S.useTheme();return me("svg",{css:ko(t),"data-checked":e,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:me("path",{d:"M3.5 8H12.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})})},De=c.forwardRef((e,t)=>{const{checked:r,defaultChecked:o=!1,indeterminate:n=!1,disabled:s=!1,label:a,onChange:l,className:d,style:u,...h}=e,p=S.useTheme(),f=c.useRef(null),[x,m]=c.useState(!1),[g,$]=c.useState(o),k=r!==void 0,v=k?r:g;return c.useEffect(()=>{t&&(typeof t=="function"?t(f.current):t.current=f.current)},[t]),c.useEffect(()=>{f.current&&(f.current.indeterminate=n)},[n]),Ut("label",{css:ms,"data-disabled":s,className:d,style:u,onMouseEnter:()=>!s&&m(!0),onMouseLeave:()=>!s&&m(!1),children:[me("input",{ref:f,type:"checkbox",checked:v,disabled:s,onChange:w=>{if(s)return;const y=w.target.checked;k||$(y),l==null||l(y,w)},...h}),me("span",{css:xs(p),"data-hover":x,"data-checked":v&&!n,"data-indeterminate":n,"data-disabled":s,children:n?me($s,{checked:!0}):me(ys,{checked:v})}),a&&me("span",{css:vs(p),"data-disabled":s,children:a})]})});De.displayName="Checkbox";const G=c.forwardRef(({children:e,size:t=24,color:r="currentColor",viewBox:o="0 0 24 24",useFill:n=!1,strokeWidth:s=1.5,...a},l)=>{const d={ref:l,xmlns:"http://www.w3.org/2000/svg",width:t,height:t,viewBox:o,...a};return n?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 ws=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"})}));ws.displayName="AddOutline";const ks=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M5 12h14m0 0l-7-7m7 7l-7 7"})}));ks.displayName="ArrowRightOutline";const Ss=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M19 12H5m0 0l7-7m-7 7l7 7"})}));Ss.displayName="ArrowLeftOutline";const Cs=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"})]}));Cs.displayName="UnlockOutline";const js=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"})]}));js.displayName="ArrowRightCircleOutline";const Ee=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M9 6l6 6-6 6"})}));Ee.displayName="ChevronRightOutline";const Ge=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M15 6l-6 6 6 6"})}));Ge.displayName="ChevronLeftOutline";const nt=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M6 9l6 6 6-6"})}));nt.displayName="ChevronDownOutline";const ar=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M18 15l-6-6-6 6"})}));ar.displayName="ChevronUpOutline";const lr=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"})}));lr.displayName="PlusOutline";const Es=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"})]}));Es.displayName="EditSquareOutline";const zs=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"})]}));zs.displayName="EditOutline";const So=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"})}));So.displayName="DeleteOutline";const Ts=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"})]}));Ts.displayName="MessageOutline";const Co=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"})]}));Co.displayName="SearchOutline";const Rs=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"})})]}));Rs.displayName="GameOutline";const cr=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"})}));cr.displayName="CheckOutline";const dr=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M18 6L6 18M6 6l12 12"})}));dr.displayName="CloseOutline";const Ls=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"})}));Ls.displayName="StartOutline";const Ms=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"})]}));Ms.displayName="TicketOutline";const Is=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"})]}));Is.displayName="MoreCircleOutline";const Ns=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"})]}));Ns.displayName="MoreSquareOutline";const Ps=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"})}));Ps.displayName="ShrinkOutline";const As=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"})}));As.displayName="ExpandOutline";const Fs=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"})}));Fs.displayName="FunnelOutline";const jo=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"})}));jo.displayName="MinusOutline";const Ds=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"})]}));Ds.displayName="ArrowRightBold";const Os=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"})}));Os.displayName="ArrowRightBroken";const ur={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}},Bs=S.css`
|
|
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`
|
|
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
|
-
`,
|
|
486
|
+
`,ea=(e,t="md")=>{const r=vr[t];return j`
|
|
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
|
-
`},
|
|
551
|
+
`},ta=(e,t="md")=>{const{checkmarkSize:r,checkmarkIcon:n}=vr[t];return j`
|
|
552
552
|
position: absolute;
|
|
553
553
|
bottom: 0;
|
|
554
554
|
right: 0;
|
|
@@ -588,8 +588,8 @@
|
|
|
588
588
|
svg {
|
|
589
589
|
position: relative;
|
|
590
590
|
color: ${e.global.colors.common.white};
|
|
591
|
-
width: ${
|
|
592
|
-
height: ${
|
|
591
|
+
width: ${n}px;
|
|
592
|
+
height: ${n}px;
|
|
593
593
|
margin: 0;
|
|
594
594
|
z-index: 1;
|
|
595
595
|
}
|
|
@@ -598,7 +598,7 @@
|
|
|
598
598
|
&[data-disabled="true"] svg {
|
|
599
599
|
color: ${e.global.colors.neutral[100]}; /* #f0f2f4 */
|
|
600
600
|
}
|
|
601
|
-
`},
|
|
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),[b,v]=c.useState(n),w=r!==void 0,y=w?r:b;c.useEffect(()=>{t&&(typeof t=="function"?t(p.current):t.current=p.current)},[t]);const C=k=>{if(o)return;const R=k.target.checked;w||v(R),l==null||l(R,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:C,...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:$.checkmarkIcon})})]})]})});Bn.displayName="CheckboxButton";const ra=Me`
|
|
602
602
|
from {
|
|
603
603
|
opacity: 0;
|
|
604
604
|
transform: translateY(-8px);
|
|
@@ -607,7 +607,7 @@
|
|
|
607
607
|
opacity: 1;
|
|
608
608
|
transform: translateY(0);
|
|
609
609
|
}
|
|
610
|
-
`,
|
|
610
|
+
`,na=Me`
|
|
611
611
|
from {
|
|
612
612
|
opacity: 1;
|
|
613
613
|
transform: translateY(0);
|
|
@@ -616,29 +616,29 @@
|
|
|
616
616
|
opacity: 0;
|
|
617
617
|
transform: translateY(-8px);
|
|
618
618
|
}
|
|
619
|
-
`;
|
|
619
|
+
`;Me`
|
|
620
620
|
from {
|
|
621
621
|
transform: rotate(-90deg);
|
|
622
622
|
}
|
|
623
623
|
to {
|
|
624
624
|
transform: rotate(0deg);
|
|
625
625
|
}
|
|
626
|
-
`;
|
|
626
|
+
`;Me`
|
|
627
627
|
from {
|
|
628
628
|
transform: rotate(0deg);
|
|
629
629
|
}
|
|
630
630
|
to {
|
|
631
631
|
transform: rotate(-90deg);
|
|
632
632
|
}
|
|
633
|
-
`;const
|
|
633
|
+
`;const oa=g.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
|
-
`,
|
|
639
|
+
`,ia=g.div`
|
|
640
640
|
border-bottom: ${({isLast:e,theme:t})=>e?"none":`1px solid ${t.components.collapse.divider}`};
|
|
641
|
-
`,
|
|
641
|
+
`,sa=g.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&&j`
|
|
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&&j`
|
|
665
665
|
opacity: 0.5;
|
|
666
666
|
`}
|
|
667
|
-
`,
|
|
667
|
+
`,aa=g.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
|
-
`,
|
|
682
|
+
`,la=g.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
|
-
`,
|
|
688
|
+
`,ca=g.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
|
-
`,
|
|
696
|
+
`,da=g.div`
|
|
697
697
|
display: flex;
|
|
698
698
|
align-items: center;
|
|
699
699
|
gap: 12px;
|
|
700
700
|
flex-shrink: 0;
|
|
701
|
-
`,
|
|
701
|
+
`,ua=g.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
|
-
`,
|
|
705
|
+
`,fa=g.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?
|
|
710
|
-
animation: ${
|
|
711
|
-
`:
|
|
712
|
-
animation: ${
|
|
709
|
+
${({isExpanded:e})=>e?j`
|
|
710
|
+
animation: ${ra} 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
|
|
711
|
+
`:j`
|
|
712
|
+
animation: ${na} 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
|
|
713
713
|
`}
|
|
714
|
-
`,
|
|
714
|
+
`,pa=g.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
|
-
`,
|
|
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,b)=>{let v;if(r)v=b?m:"";else{const w=Array.isArray(h)?[...h]:h?[h]:[];b?v=[...w,m]:v=w.filter(y=>y!==m)}u||d(v),n==null||n(v)},x=()=>{const m=c.Children.toArray(o).filter(c.isValidElement),b=m.length;return m.map((v,w)=>{const y=v.props.itemKey,C=f.includes(y),$=w===b-1;return c.cloneElement(v,{...v.props,expanded:C,last:$,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=b=>{s||(b.key===" "||b.key==="Enter")&&(b.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"],ga=["circle","square"],ba=(e,t)=>{const r=t.components.floatButton[e];return j`
|
|
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
|
-
`},
|
|
744
|
-
width: ${
|
|
745
|
-
height: ${
|
|
743
|
+
`},ma=(e,t,r)=>{const n=r.components.floatButton.size[t];return e==="circle"?j`
|
|
744
|
+
width: ${n.size};
|
|
745
|
+
height: ${n.size};
|
|
746
746
|
border-radius: 50%;
|
|
747
|
-
`:
|
|
748
|
-
width: ${
|
|
749
|
-
height: ${
|
|
747
|
+
`:j`
|
|
748
|
+
width: ${n.size};
|
|
749
|
+
height: ${n.size};
|
|
750
750
|
border-radius: ${r.global.radii.r2};
|
|
751
|
-
`},
|
|
751
|
+
`},xa=g.button`
|
|
752
752
|
position: relative;
|
|
753
753
|
display: inline-flex;
|
|
754
754
|
align-items: center;
|
|
@@ -761,8 +761,8 @@
|
|
|
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})=>
|
|
765
|
-
${({$shape:e,$size:t,theme:r})=>
|
|
764
|
+
${({$buttonType:e,theme:t})=>ba(e,t)}
|
|
765
|
+
${({$shape:e,$size:t,theme:r})=>ma(e,t,r)}
|
|
766
766
|
|
|
767
767
|
&:disabled {
|
|
768
768
|
cursor: not-allowed;
|
|
@@ -776,7 +776,7 @@
|
|
|
776
776
|
outline: 2px solid ${({theme:e})=>e.semantic.colors.brand.primary};
|
|
777
777
|
outline-offset: 2px;
|
|
778
778
|
}
|
|
779
|
-
`,
|
|
779
|
+
`,va=g.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
|
-
`,
|
|
787
|
+
`,ya=g.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
|
+
`,$a=g.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
|
+
`,ka=g.div`
|
|
809
809
|
position: relative;
|
|
810
810
|
display: inline-flex;
|
|
811
|
-
`,
|
|
811
|
+
`,wa=e=>{switch(e){case"top":return j`
|
|
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 j`
|
|
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 j`
|
|
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 j`
|
|
827
827
|
left: 100%;
|
|
828
828
|
top: 50%;
|
|
829
829
|
transform: translateY(-50%);
|
|
830
830
|
margin-left: 8px;
|
|
831
|
-
`}},
|
|
831
|
+
`}},Sa=g.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})=>wa(e)}
|
|
847
847
|
|
|
848
848
|
@keyframes tooltipFadeIn {
|
|
849
849
|
from {
|
|
@@ -853,42 +853,42 @@
|
|
|
853
853
|
opacity: 1;
|
|
854
854
|
}
|
|
855
855
|
}
|
|
856
|
-
`,
|
|
856
|
+
`,Ca=e=>{switch(e){case"top":return j`
|
|
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 j`
|
|
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 j`
|
|
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 j`
|
|
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
|
-
`}},
|
|
884
|
+
`}},ja=g.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
|
-
${({$placement:e})=>
|
|
891
|
-
`,ha
|
|
890
|
+
${({$placement:e})=>Ca(e)}
|
|
891
|
+
`,Ea=ha,Ta=ga,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,b]=c.useState(!1),v=a??l,{buttonProps:w,isPressed:y}=X.useButton({...h,isDisabled:v,elementType:"button"},p),C=typeof s=="object"&&s!==null&&"title"in s,$=C?s:null,k=($==null?void 0:$.title)??(C?null:s),R=$==null?void 0:$.color,T=($==null?void 0:$.placement)??"top",I=!!k;return i.jsxs(ka,{onMouseEnter:()=>I&&b(!0),onMouseLeave:()=>I&&b(!1),children:[I&&m&&i.jsxs(Sa,{$placement:T,$color:R,children:[k,i.jsx(ja,{$placement:T,$color:R})]}),i.jsx(xa,{...Re(w,{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($a,{children:o})]})})]})});Vn.displayName="FloatButton";const za=(e,t,r,n,o)=>r?o.components.input.border.disabled:t?o.components.input.border.error:e?o.components.input.border.focus:n?o.components.input.border.hover:o.components.input.border.default,Ra=(e,t)=>{const r=t.components.input.size[e];return j`
|
|
892
892
|
height: ${r.height};
|
|
893
893
|
font-size: ${r.fontSize};
|
|
894
894
|
padding-inline: ${r.paddingInline};
|
|
@@ -899,7 +899,7 @@
|
|
|
899
899
|
height: ${r.iconSize};
|
|
900
900
|
flex-shrink: 0;
|
|
901
901
|
}
|
|
902
|
-
`},
|
|
902
|
+
`},La=g.div`
|
|
903
903
|
/* 基础样式 */
|
|
904
904
|
position: relative;
|
|
905
905
|
display: inline-flex;
|
|
@@ -910,7 +910,7 @@
|
|
|
910
910
|
|
|
911
911
|
/* 边框样式 */
|
|
912
912
|
border: 1px solid;
|
|
913
|
-
border-color: ${({isFocused:e,isError:t,isDisabled:r,isHovered:
|
|
913
|
+
border-color: ${({isFocused:e,isError:t,isDisabled:r,isHovered:n,theme:o})=>za(e,t,r,n,o)};
|
|
914
914
|
border-radius: ${({theme:e})=>e.components.input.borderRadius};
|
|
915
915
|
|
|
916
916
|
/* 背景色 */
|
|
@@ -921,25 +921,25 @@
|
|
|
921
921
|
background ${({theme:e})=>e.components.input.transition};
|
|
922
922
|
|
|
923
923
|
/* 尺寸样式 */
|
|
924
|
-
${({size:e,theme:t})=>
|
|
924
|
+
${({size:e,theme:t})=>Ra(e,t)}
|
|
925
925
|
|
|
926
926
|
/* 禁用状态 */
|
|
927
|
-
${({isDisabled:e})=>e&&
|
|
927
|
+
${({isDisabled:e})=>e&&j`
|
|
928
928
|
cursor: not-allowed;
|
|
929
929
|
opacity: 0.6;
|
|
930
930
|
`}
|
|
931
931
|
|
|
932
932
|
/* 全宽模式 */
|
|
933
|
-
${({fullWidth:e})=>e&&
|
|
933
|
+
${({fullWidth:e})=>e&&j`
|
|
934
934
|
width: 100%;
|
|
935
935
|
`}
|
|
936
|
-
`,
|
|
936
|
+
`,Ma=g.div`
|
|
937
937
|
display: flex;
|
|
938
938
|
align-items: center;
|
|
939
939
|
gap: ${({theme:e})=>e.components.input.gap};
|
|
940
940
|
width: 100%;
|
|
941
941
|
height: 100%;
|
|
942
|
-
`,
|
|
942
|
+
`,Ia=g.input`
|
|
943
943
|
/* 重置默认样式 */
|
|
944
944
|
flex: 1;
|
|
945
945
|
min-width: 0;
|
|
@@ -962,7 +962,7 @@
|
|
|
962
962
|
}
|
|
963
963
|
|
|
964
964
|
/* 禁用状态 */
|
|
965
|
-
${({isDisabled:e})=>e&&
|
|
965
|
+
${({isDisabled:e})=>e&&j`
|
|
966
966
|
cursor: not-allowed;
|
|
967
967
|
user-select: none;
|
|
968
968
|
`}
|
|
@@ -983,7 +983,7 @@
|
|
|
983
983
|
&[type='number'] {
|
|
984
984
|
-moz-appearance: textfield;
|
|
985
985
|
}
|
|
986
|
-
`,
|
|
986
|
+
`,Vr=g.span`
|
|
987
987
|
display: inline-flex;
|
|
988
988
|
align-items: center;
|
|
989
989
|
justify-content: center;
|
|
@@ -997,7 +997,7 @@
|
|
|
997
997
|
svg {
|
|
998
998
|
display: block;
|
|
999
999
|
}
|
|
1000
|
-
|
|
1000
|
+
`,Pa=g.button`
|
|
1001
1001
|
/* 重置按钮样式 */
|
|
1002
1002
|
display: inline-flex;
|
|
1003
1003
|
align-items: center;
|
|
@@ -1041,7 +1041,7 @@
|
|
|
1041
1041
|
height: 16px;
|
|
1042
1042
|
display: block;
|
|
1043
1043
|
}
|
|
1044
|
-
`,
|
|
1044
|
+
`,Na=g.span`
|
|
1045
1045
|
display: inline-flex;
|
|
1046
1046
|
align-items: center;
|
|
1047
1047
|
flex-shrink: 0;
|
|
@@ -1053,7 +1053,7 @@
|
|
|
1053
1053
|
|
|
1054
1054
|
/* 颜色 */
|
|
1055
1055
|
color: ${({isError:e,isDisabled:t,theme:r})=>t?r.components.input.text.disabled:e?r.components.input.text.error:r.components.input.text.counter};
|
|
1056
|
-
`,
|
|
1056
|
+
`,Aa=()=>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:b,maxLength:v,label:w,description:y,id:C,"aria-label":$,"aria-describedby":k,...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),b==null||b(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=C||L.current,N=y?`${z}-description`:void 0,J=s&&o?`${z}-error`:void 0,ne=[k,N,J].filter(Boolean).join(" ")||void 0;return i.jsxs("div",{children:[w&&i.jsx("label",{htmlFor:z,style:{display:"block",marginBottom:4},children:w}),i.jsx(La,{size:e,fullWidth:l,isFocused:D,isError:o,isDisabled:!!d,isHovered:re,className:u,onMouseEnter:()=>_(!0),onMouseLeave:()=>_(!1),children:i.jsxs(Ma,{children:[t&&i.jsx(Vr,{isError:o,isDisabled:!!d,position:"prefix","aria-hidden":"true",children:t}),i.jsx(Ia,{...R,ref:B,id:z,type:h,value:f,defaultValue:p,onChange:F,onFocus:V,onBlur:q,maxLength:v,disabled:d,"aria-label":$,"aria-describedby":ne,"aria-invalid":o,isError:o,isDisabled:!!d}),M&&i.jsx(Pa,{type:"button",onClick:S,"aria-label":"清除内容",isError:o,tabIndex:-1,children:i.jsx(Aa,{})}),r&&i.jsx(Vr,{isError:o,isDisabled:!!d,position:"suffix","aria-hidden":"true",children:r}),a&&v!==void 0&&i.jsxs(Na,{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 Fa=g.div`
|
|
1057
1057
|
display: flex;
|
|
1058
1058
|
flex-direction: column;
|
|
1059
1059
|
width: ${({collapsed:e,theme:t})=>e?t.components.menu.container.width.collapsed:t.components.menu.container.width.expanded};
|
|
@@ -1079,7 +1079,7 @@
|
|
|
1079
1079
|
&::-webkit-scrollbar-thumb:hover {
|
|
1080
1080
|
background: rgba(0, 0, 0, 0.3);
|
|
1081
1081
|
}
|
|
1082
|
-
`,
|
|
1082
|
+
`,Oa=g.div`
|
|
1083
1083
|
flex: 1;
|
|
1084
1084
|
overflow-y: auto;
|
|
1085
1085
|
overflow-x: hidden;
|
|
@@ -1103,7 +1103,7 @@
|
|
|
1103
1103
|
&::-webkit-scrollbar-thumb:hover {
|
|
1104
1104
|
background: rgba(0, 0, 0, 0.3);
|
|
1105
1105
|
}
|
|
1106
|
-
`,
|
|
1106
|
+
`,Da=g.button`
|
|
1107
1107
|
display: flex;
|
|
1108
1108
|
align-items: center;
|
|
1109
1109
|
justify-content: flex-start;
|
|
@@ -1115,7 +1115,7 @@
|
|
|
1115
1115
|
border-radius: ${({theme:e})=>e.components.menu.item.borderRadius};
|
|
1116
1116
|
position: relative;
|
|
1117
1117
|
overflow: hidden;
|
|
1118
|
-
background: ${({theme:e,active:t,isSubItem:r,collapsed:
|
|
1118
|
+
background: ${({theme:e,active:t,isSubItem:r,collapsed:n})=>n||t?"transparent":r?e.components.menu.subItem.background.default:e.components.menu.item.background.default};
|
|
1119
1119
|
color: ${({theme:e,active:t,collapsed:r})=>r&&t?e.semantic.colors.brand.primaryActive:t?e.components.menu.item.text.active:e.components.menu.item.text.default};
|
|
1120
1120
|
font-size: ${({theme:e})=>e.components.menu.item.fontSize};
|
|
1121
1121
|
font-weight: ${({theme:e})=>e.components.menu.item.fontWeight};
|
|
@@ -1158,7 +1158,7 @@
|
|
|
1158
1158
|
|
|
1159
1159
|
/* Hover 状态 */
|
|
1160
1160
|
&:hover:not(:disabled) {
|
|
1161
|
-
background: ${({theme:e,active:t,isSubItem:r,collapsed:
|
|
1161
|
+
background: ${({theme:e,active:t,isSubItem:r,collapsed:n})=>n||t?"transparent":r?e.components.menu.subItem.background.hover:e.components.menu.item.background.hover};
|
|
1162
1162
|
color: ${({theme:e,active:t,collapsed:r})=>r?e.semantic.colors.brand.primaryActive:t?e.components.menu.item.text.active:e.components.menu.item.text.hover};
|
|
1163
1163
|
}
|
|
1164
1164
|
|
|
@@ -1178,7 +1178,7 @@
|
|
|
1178
1178
|
outline: 2px solid ${({theme:e})=>e.semantic.colors.brand.primary};
|
|
1179
1179
|
outline-offset: -2px;
|
|
1180
1180
|
}
|
|
1181
|
-
`,
|
|
1181
|
+
`,Ba=g.span`
|
|
1182
1182
|
display: inline-flex;
|
|
1183
1183
|
align-items: center;
|
|
1184
1184
|
justify-content: center;
|
|
@@ -1190,14 +1190,14 @@
|
|
|
1190
1190
|
width: 100%;
|
|
1191
1191
|
height: 100%;
|
|
1192
1192
|
}
|
|
1193
|
-
`,
|
|
1193
|
+
`,_a=g.span`
|
|
1194
1194
|
flex: 1;
|
|
1195
1195
|
overflow: hidden;
|
|
1196
1196
|
text-overflow: ellipsis;
|
|
1197
1197
|
white-space: nowrap;
|
|
1198
1198
|
opacity: ${({collapsed:e})=>e?0:1};
|
|
1199
1199
|
transition: opacity 0.2s ease;
|
|
1200
|
-
`,
|
|
1200
|
+
`,Ka=g.span`
|
|
1201
1201
|
display: inline-flex;
|
|
1202
1202
|
align-items: center;
|
|
1203
1203
|
justify-content: center;
|
|
@@ -1212,7 +1212,7 @@
|
|
|
1212
1212
|
width: 100%;
|
|
1213
1213
|
height: 100%;
|
|
1214
1214
|
}
|
|
1215
|
-
`,
|
|
1215
|
+
`,Va=g.div`
|
|
1216
1216
|
display: flex;
|
|
1217
1217
|
flex-direction: column;
|
|
1218
1218
|
gap: ${({theme:e})=>e.components.menu.group.gap};
|
|
@@ -1221,7 +1221,7 @@
|
|
|
1221
1221
|
&:first-of-type {
|
|
1222
1222
|
margin-top: 0;
|
|
1223
1223
|
}
|
|
1224
|
-
`,
|
|
1224
|
+
`,Ha=g.div`
|
|
1225
1225
|
display: flex;
|
|
1226
1226
|
align-items: center;
|
|
1227
1227
|
height: ${({theme:e})=>e.components.menu.groupTitle.height};
|
|
@@ -1243,11 +1243,11 @@
|
|
|
1243
1243
|
margin-left: 8px;
|
|
1244
1244
|
opacity: ${({collapsed:e})=>e?0:1};
|
|
1245
1245
|
}
|
|
1246
|
-
`,
|
|
1246
|
+
`,Wa=g.div`
|
|
1247
1247
|
display: flex;
|
|
1248
1248
|
flex-direction: column;
|
|
1249
1249
|
gap: ${({theme:e})=>e.components.menu.group.gap};
|
|
1250
|
-
`,
|
|
1250
|
+
`,Ua=g.div`
|
|
1251
1251
|
position: fixed;
|
|
1252
1252
|
z-index: 9999;
|
|
1253
1253
|
min-width: 200px;
|
|
@@ -1268,11 +1268,11 @@
|
|
|
1268
1268
|
transform: translateX(0);
|
|
1269
1269
|
}
|
|
1270
1270
|
}
|
|
1271
|
-
`,
|
|
1271
|
+
`,Ya=g.div`
|
|
1272
1272
|
display: flex;
|
|
1273
1273
|
flex-direction: column;
|
|
1274
1274
|
gap: ${({theme:e})=>e.components.menu.group.gap};
|
|
1275
|
-
`,
|
|
1275
|
+
`,Za=g.button`
|
|
1276
1276
|
display: flex;
|
|
1277
1277
|
align-items: center;
|
|
1278
1278
|
justify-content: flex-start;
|
|
@@ -1303,7 +1303,7 @@
|
|
|
1303
1303
|
outline: 2px solid ${({theme:e})=>e.semantic.colors.brand.primary};
|
|
1304
1304
|
outline-offset: -2px;
|
|
1305
1305
|
}
|
|
1306
|
-
`,
|
|
1306
|
+
`,Hn=c.forwardRef(({collapsed:e=!1,children:t,className:r,style:n},o)=>i.jsx(Fa,{ref:o,collapsed:e,className:r,style:n,role:"navigation","aria-label":"主导航",children:i.jsx(Oa,{role:"menu",children:t})}));Hn.displayName="Menu";const $r=({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(Ua,{ref:a,style:{top:l.top,left:l.left},role:"menu","aria-label":"子菜单",onMouseEnter:o,onMouseLeave:s,children:i.jsx(Ya,{children:r})}),document.body):null};$r.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,b]=c.useState(!1),v=c.useRef(void 0),w=c.useRef(void 0),y=()=>{v.current&&(clearTimeout(v.current),v.current=void 0),w.current&&(clearTimeout(w.current),w.current=void 0)},C=()=>{if(y(),d&&u){if(m)return;v.current=setTimeout(()=>{b(!0)},200)}},$=()=>{y(),w.current=setTimeout(()=>{b(!1)},100)};return i.jsxs(i.Fragment,{children:[i.jsxs(Da,{ref:k=>{typeof p=="function"?p(k):p&&(p.current=k),k&&(x.current=k)},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:C,onMouseLeave:$,children:[t&&i.jsx(Ba,{"aria-hidden":"true",children:t}),i.jsx(_a,{collapsed:d,children:r}),a&&!d&&i.jsx(Ka,{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($r,{visible:m,anchorRef:x,onClose:()=>b(!1),onMouseEnter:C,onMouseLeave:$,children:u})]})});Wn.displayName="MenuItem";const Un=({title:e,children:t,collapsed:r=!1,className:n})=>i.jsxs(Va,{className:n,role:"group","aria-label":e,children:[e&&i.jsx(Ha,{collapsed:r,"aria-hidden":r,children:e}),i.jsx(Wa,{children:t})]});Un.displayName="MenuGroup";const Yn=({id:e,label:t,active:r=!1,onClick:n,className:o})=>i.jsx(Za,{id:e,active:r,onClick:n,className:o,role:"menuitem","aria-current":r?"page":void 0,type:"button",children:t});Yn.displayName="SubMenuItem";const Xa=(e,t)=>{const r=t.components.link.variant[e];return j`
|
|
1307
1307
|
color: ${r.text.default};
|
|
1308
1308
|
text-decoration: ${r.decoration.default};
|
|
1309
1309
|
|
|
@@ -1320,9 +1320,9 @@
|
|
|
1320
1320
|
color: ${r.text.disabled};
|
|
1321
1321
|
cursor: not-allowed;
|
|
1322
1322
|
}
|
|
1323
|
-
`},
|
|
1323
|
+
`},Ga=(e,t)=>{const r=t.components.link.size[e];return j`
|
|
1324
1324
|
font-size: ${r.fontSize};
|
|
1325
|
-
`},
|
|
1325
|
+
`},Zn=g.a`
|
|
1326
1326
|
/* 基础样式 */
|
|
1327
1327
|
position: relative;
|
|
1328
1328
|
display: inline-flex;
|
|
@@ -1343,21 +1343,21 @@
|
|
|
1343
1343
|
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
1344
|
|
|
1345
1345
|
/* 变体样式 */
|
|
1346
|
-
${({variant:e,theme:t})=>
|
|
1346
|
+
${({variant:e,theme:t})=>Xa(e,t)}
|
|
1347
1347
|
|
|
1348
1348
|
/* 尺寸样式 */
|
|
1349
|
-
${({size:e,theme:t})=>
|
|
1349
|
+
${({size:e,theme:t})=>Ga(e,t)}
|
|
1350
1350
|
|
|
1351
1351
|
/* Focus 可见状态 */
|
|
1352
1352
|
&:focus-visible {
|
|
1353
1353
|
border-radius: ${({theme:e})=>{var t,r;return((r=(t=e==null?void 0:e.components)==null?void 0:t.link)==null?void 0:r.borderRadius)||"4px"}};
|
|
1354
|
-
outline: 2px solid ${({theme:e})=>{var t,r,
|
|
1355
|
-
outline-offset: ${({theme:e})=>{var t,r,
|
|
1354
|
+
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
|
+
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
1356
|
}
|
|
1357
|
-
`,Ao=c.forwardRef(({variant:e="primary",size:t="md",disabled:r,className:o,children:n,isDisabled:s,...a},l)=>{const d=c.useRef(null),u=l||d,h=r??s,{linkProps:p}=X.useLink({...a,isDisabled:h,elementType:"a"},d);return i.jsx(Po,{ref:u,as:"a",className:o,variant:e,size:t,...Re(p,{ariaDisabled:h}),children:n})});Ao.displayName="Link";let Da=!1,it=null,Oa=new Set,qe=new Map,Oe=!1,Yt=!1;function hr(e,t){for(let r of Oa)r(e,t)}function Ba(e){return!(e.metaKey||!tr()&&e.altKey||e.ctrlKey||e.key==="Control"||e.key==="Shift"||e.key==="Meta")}function gt(e){Oe=!0,Ba(e)&&(it="keyboard",hr("keyboard",e))}function ge(e){it="pointer",(e.type==="mousedown"||e.type==="pointerdown")&&(Oe=!0,hr("pointer",e))}function Fo(e){Wn(e)&&(Oe=!0,it="virtual")}function Do(e){e.target===window||e.target===document||Da||!e.isTrusted||(!Oe&&!Yt&&(it="virtual",hr("virtual",e)),Oe=!1,Yt=!1)}function Oo(){Oe=!1,Yt=!0}function Ir(e){if(typeof window>"u"||typeof document>"u"||qe.get(ht(e)))return;const t=ht(e),r=de(e);let o=t.HTMLElement.prototype.focus;t.HTMLElement.prototype.focus=function(){Oe=!0,o.apply(this,arguments)},r.addEventListener("keydown",gt,!0),r.addEventListener("keyup",gt,!0),r.addEventListener("click",Fo,!0),t.addEventListener("focus",Do,!0),t.addEventListener("blur",Oo,!1),typeof PointerEvent<"u"?(r.addEventListener("pointerdown",ge,!0),r.addEventListener("pointermove",ge,!0),r.addEventListener("pointerup",ge,!0)):process.env.NODE_ENV==="test"&&(r.addEventListener("mousedown",ge,!0),r.addEventListener("mousemove",ge,!0),r.addEventListener("mouseup",ge,!0)),t.addEventListener("beforeunload",()=>{Bo(e)},{once:!0}),qe.set(t,{focus:o})}const Bo=(e,t)=>{const r=ht(e),o=de(e);t&&o.removeEventListener("DOMContentLoaded",t),qe.has(r)&&(r.HTMLElement.prototype.focus=qe.get(r).focus,o.removeEventListener("keydown",gt,!0),o.removeEventListener("keyup",gt,!0),o.removeEventListener("click",Fo,!0),r.removeEventListener("focus",Do,!0),r.removeEventListener("blur",Oo,!1),typeof PointerEvent<"u"?(o.removeEventListener("pointerdown",ge,!0),o.removeEventListener("pointermove",ge,!0),o.removeEventListener("pointerup",ge,!0)):process.env.NODE_ENV==="test"&&(o.removeEventListener("mousedown",ge,!0),o.removeEventListener("mousemove",ge,!0),o.removeEventListener("mouseup",ge,!0)),qe.delete(r))};function Ka(e){const t=de(e);let r;return t.readyState!=="loading"?Ir(e):(r=()=>{Ir(e)},t.addEventListener("DOMContentLoaded",r)),()=>Bo(e,r)}typeof document<"u"&&Ka();function Ko(){return it}function Va(e){const t=de(e),r=ye(t);if(Ko()==="virtual"){let o=r;Hn(()=>{ye(t)===o&&e.isConnected&&Bt(e)})}else Bt(e)}const Nr=c.createContext(null),Zt="react-aria-focus-scope-restore";let ee=null;function _a(e){let{children:t,contain:r,restoreFocus:o,autoFocus:n}=e,s=c.useRef(null),a=c.useRef(null),l=c.useRef([]),{parentNode:d}=c.useContext(Nr)||{},u=c.useMemo(()=>new Gt({scopeRef:l}),[l]);ke(()=>{let f=d||ne.root;if(ne.getTreeNode(f.scopeRef)&&ee&&!mt(ee,f.scopeRef)){let x=ne.getTreeNode(ee);x&&(f=x)}f.addChild(u),ne.addNode(u)},[u,d]),ke(()=>{let f=ne.getTreeNode(l);f&&(f.contain=!!r)},[r]),ke(()=>{var f;let x=(f=s.current)===null||f===void 0?void 0:f.nextSibling,m=[],g=$=>$.stopPropagation();for(;x&&x!==a.current;)m.push(x),x.addEventListener(Zt,g),x=x.nextSibling;return l.current=m,()=>{for(let $ of m)$.removeEventListener(Zt,g)}},[t]),Za(l,o,r),Ua(l,r),Xa(l,o,r),Ya(l,n),c.useEffect(()=>{const f=ye(de(l.current?l.current[0]:void 0));let x=null;if(xe(f,l.current)){for(let m of ne.traverse())m.scopeRef&&xe(f,m.scopeRef.current)&&(x=m);x===ne.getTreeNode(l)&&(ee=x.scopeRef)}},[l]),ke(()=>()=>{var f,x,m;let g=(m=(x=ne.getTreeNode(l))===null||x===void 0||(f=x.parent)===null||f===void 0?void 0:f.scopeRef)!==null&&m!==void 0?m:null;(l===ee||mt(l,ee))&&(!g||ne.getTreeNode(g))&&(ee=g),ne.removeTreeNode(l)},[l]);let h=c.useMemo(()=>Ha(l),[]),p=c.useMemo(()=>({focusManager:h,parentNode:u}),[u,h]);return c.createElement(Nr.Provider,{value:p},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 Ha(e){return{focusNext(t={}){let r=e.current,{from:o,tabbable:n,wrap:s,accept:a}=t;var l;let d=o||ye(de((l=r[0])!==null&&l!==void 0?l:void 0)),u=r[0].previousElementSibling,h=Ae(r),p=Pe(h,{tabbable:n,accept:a},r);p.currentNode=xe(d,r)?d:u;let f=p.nextNode();return!f&&s&&(p.currentNode=u,f=p.nextNode()),f&&Te(f,!0),f},focusPrevious(t={}){let r=e.current,{from:o,tabbable:n,wrap:s,accept:a}=t;var l;let d=o||ye(de((l=r[0])!==null&&l!==void 0?l:void 0)),u=r[r.length-1].nextElementSibling,h=Ae(r),p=Pe(h,{tabbable:n,accept:a},r);p.currentNode=xe(d,r)?d:u;let f=p.previousNode();return!f&&s&&(p.currentNode=u,f=p.previousNode()),f&&Te(f,!0),f},focusFirst(t={}){let r=e.current,{tabbable:o,accept:n}=t,s=Ae(r),a=Pe(s,{tabbable:o,accept:n},r);a.currentNode=r[0].previousElementSibling;let l=a.nextNode();return l&&Te(l,!0),l},focusLast(t={}){let r=e.current,{tabbable:o,accept:n}=t,s=Ae(r),a=Pe(s,{tabbable:o,accept:n},r);a.currentNode=r[r.length-1].nextElementSibling;let l=a.previousNode();return l&&Te(l,!0),l}}}function Ae(e){return e[0].parentElement}function Xe(e){let t=ne.getTreeNode(ee);for(;t&&t.scopeRef!==e;){if(t.contain)return!1;t=t.parent}return!0}function Wa(e){if(e.checked)return!0;let t=[];if(!e.form)t=[...de(e).querySelectorAll(`input[type="radio"][name="${CSS.escape(e.name)}"]`)].filter(s=>!s.form);else{var r,o;let s=(o=e.form)===null||o===void 0||(r=o.elements)===null||r===void 0?void 0:r.namedItem(e.name);t=[...s??[]]}return t?!t.some(s=>s.checked):!1}function Ua(e,t){let r=c.useRef(void 0),o=c.useRef(void 0);ke(()=>{let n=e.current;if(!t){o.current&&(cancelAnimationFrame(o.current),o.current=void 0);return}const s=de(n?n[0]:void 0);let a=u=>{if(u.key!=="Tab"||u.altKey||u.ctrlKey||u.metaKey||!Xe(e)||u.isComposing)return;let h=ye(s),p=e.current;if(!p||!xe(h,p))return;let f=Ae(p),x=Pe(f,{tabbable:!0},p);if(!h)return;x.currentNode=h;let m=u.shiftKey?x.previousNode():x.nextNode();m||(x.currentNode=u.shiftKey?p[p.length-1].nextElementSibling:p[0].previousElementSibling,m=u.shiftKey?x.previousNode():x.nextNode()),u.preventDefault(),m&&Te(m,!0)},l=u=>{(!ee||mt(ee,e))&&xe(Be(u),e.current)?(ee=e,r.current=Be(u)):Xe(e)&&!Fe(Be(u),e)?r.current?r.current.focus():ee&&ee.current&&Xt(ee.current):Xe(e)&&(r.current=Be(u))},d=u=>{o.current&&cancelAnimationFrame(o.current),o.current=requestAnimationFrame(()=>{let h=Ko(),p=(h==="virtual"||h===null)&&no()&&oo(),f=ye(s);if(!p&&f&&Xe(e)&&!Fe(f,e)){ee=e;let m=Be(u);if(m&&m.isConnected){var x;r.current=m,(x=r.current)===null||x===void 0||x.focus()}else ee.current&&Xt(ee.current)}})};return s.addEventListener("keydown",a,!1),s.addEventListener("focusin",l,!1),n==null||n.forEach(u=>u.addEventListener("focusin",l,!1)),n==null||n.forEach(u=>u.addEventListener("focusout",d,!1)),()=>{s.removeEventListener("keydown",a,!1),s.removeEventListener("focusin",l,!1),n==null||n.forEach(u=>u.removeEventListener("focusin",l,!1)),n==null||n.forEach(u=>u.removeEventListener("focusout",d,!1))}},[e,t]),ke(()=>()=>{o.current&&cancelAnimationFrame(o.current)},[o])}function Vo(e){return Fe(e)}function xe(e,t){return!e||!t?!1:t.some(r=>r.contains(e))}function Fe(e,t=null){if(e instanceof Element&&e.closest("[data-react-aria-top-layer]"))return!0;for(let{scopeRef:r}of ne.traverse(ne.getTreeNode(t)))if(r&&xe(e,r.current))return!0;return!1}function mt(e,t){var r;let o=(r=ne.getTreeNode(t))===null||r===void 0?void 0:r.parent;for(;o;){if(o.scopeRef===e)return!0;o=o.parent}return!1}function Te(e,t=!1){if(e!=null&&!t)try{Va(e)}catch{}else if(e!=null)try{e.focus()}catch{}}function _o(e,t=!0){let r=e[0].previousElementSibling,o=Ae(e),n=Pe(o,{tabbable:t},e);n.currentNode=r;let s=n.nextNode();return t&&!s&&(o=Ae(e),n=Pe(o,{tabbable:!1},e),n.currentNode=r,s=n.nextNode()),s}function Xt(e,t=!0){Te(_o(e,t))}function Ya(e,t){const r=c.useRef(t);c.useEffect(()=>{if(r.current){ee=e;const o=de(e.current?e.current[0]:void 0);!xe(ye(o),ee.current)&&e.current&&Xt(e.current)}r.current=!1},[e])}function Za(e,t,r){ke(()=>{if(t||r)return;let o=e.current;const n=de(o?o[0]:void 0);let s=a=>{let l=Be(a);xe(l,e.current)?ee=e:Vo(l)||(ee=null)};return n.addEventListener("focusin",s,!1),o==null||o.forEach(a=>a.addEventListener("focusin",s,!1)),()=>{n.removeEventListener("focusin",s,!1),o==null||o.forEach(a=>a.removeEventListener("focusin",s,!1))}},[e,t,r])}function Pr(e){let t=ne.getTreeNode(ee);for(;t&&t.scopeRef!==e;){if(t.nodeToRestore)return!1;t=t.parent}return(t==null?void 0:t.scopeRef)===e}function Xa(e,t,r){const o=c.useRef(typeof document<"u"?ye(de(e.current?e.current[0]:void 0)):null);ke(()=>{let n=e.current;const s=de(n?n[0]:void 0);if(!t||r)return;let a=()=>{(!ee||mt(ee,e))&&xe(ye(s),e.current)&&(ee=e)};return s.addEventListener("focusin",a,!1),n==null||n.forEach(l=>l.addEventListener("focusin",a,!1)),()=>{s.removeEventListener("focusin",a,!1),n==null||n.forEach(l=>l.removeEventListener("focusin",a,!1))}},[e,r]),ke(()=>{const n=de(e.current?e.current[0]:void 0);if(!t)return;let s=a=>{if(a.key!=="Tab"||a.altKey||a.ctrlKey||a.metaKey||!Xe(e)||a.isComposing)return;let l=n.activeElement;if(!Fe(l,e)||!Pr(e))return;let d=ne.getTreeNode(e);if(!d)return;let u=d.nodeToRestore,h=Pe(n.body,{tabbable:!0});h.currentNode=l;let p=a.shiftKey?h.previousNode():h.nextNode();if((!u||!u.isConnected||u===n.body)&&(u=void 0,d.nodeToRestore=void 0),(!p||!Fe(p,e))&&u){h.currentNode=u;do p=a.shiftKey?h.previousNode():h.nextNode();while(Fe(p,e));a.preventDefault(),a.stopPropagation(),p?Te(p,!0):Vo(u)?Te(u,!0):l.blur()}};return r||n.addEventListener("keydown",s,!0),()=>{r||n.removeEventListener("keydown",s,!0)}},[e,t,r]),ke(()=>{const n=de(e.current?e.current[0]:void 0);if(!t)return;let s=ne.getTreeNode(e);if(s){var a;return s.nodeToRestore=(a=o.current)!==null&&a!==void 0?a:void 0,()=>{let l=ne.getTreeNode(e);if(!l)return;let d=l.nodeToRestore,u=ye(n);if(t&&d&&(u&&Fe(u,e)||u===n.body&&Pr(e))){let h=ne.clone();requestAnimationFrame(()=>{if(n.activeElement===n.body){let p=h.getTreeNode(e);for(;p;){if(p.nodeToRestore&&p.nodeToRestore.isConnected){Ar(p.nodeToRestore);return}p=p.parent}for(p=h.getTreeNode(e);p;){if(p.scopeRef&&p.scopeRef.current&&ne.getTreeNode(p.scopeRef)){let f=_o(p.scopeRef.current,!0);Ar(f);return}p=p.parent}}})}}}},[e,t])}function Ar(e){e.dispatchEvent(new CustomEvent(Zt,{bubbles:!0,cancelable:!0}))&&Te(e)}function Pe(e,t,r){let o=t!=null&&t.tabbable?Jn:qn,n=(e==null?void 0:e.nodeType)===Node.ELEMENT_NODE?e:null,s=de(n),a=Pn(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"&&(!Wa(l)||a.currentNode.tagName==="INPUT"&&a.currentNode.type==="radio"&&a.currentNode.name===l.name)?NodeFilter.FILTER_REJECT:o(l)&&(!r||xe(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 br{get size(){return this.fastMap.size}getTreeNode(t){return this.fastMap.get(t)}addTreeNode(t,r,o){let n=this.fastMap.get(r??null);if(!n)return;let s=new Gt({scopeRef:t});n.addChild(s),s.parent=n,this.fastMap.set(t,s),o&&(s.nodeToRestore=o)}addNode(t){this.fastMap.set(t.scopeRef,t)}removeTreeNode(t){if(t===null)return;let r=this.fastMap.get(t);if(!r)return;let o=r.parent;for(let s of this.traverse())s!==r&&r.nodeToRestore&&s.nodeToRestore&&r.scopeRef&&r.scopeRef.current&&xe(s.nodeToRestore,r.scopeRef.current)&&(s.nodeToRestore=r.nodeToRestore);let n=r.children;o&&(o.removeChild(r),n.size>0&&n.forEach(s=>o&&o.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 br;var o;for(let n of this.traverse())r.addTreeNode(n.scopeRef,(o=(t=n.parent)===null||t===void 0?void 0:t.scopeRef)!==null&&o!==void 0?o:null,n.nodeToRestore);return r}constructor(){this.fastMap=new Map,this.root=new Gt({scopeRef:null}),this.fastMap.set(null,this.root)}}class Gt{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 ne=new br;const Ga=S.keyframes`
|
|
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`
|
|
1358
1358
|
from { opacity: 0; }
|
|
1359
1359
|
to { opacity: 1; }
|
|
1360
|
-
`,
|
|
1360
|
+
`,dl=Me`
|
|
1361
1361
|
from {
|
|
1362
1362
|
opacity: 0;
|
|
1363
1363
|
transform: translateY(6px) scale(0.985);
|
|
@@ -1366,7 +1366,7 @@
|
|
|
1366
1366
|
opacity: 1;
|
|
1367
1367
|
transform: translateY(0px) scale(1);
|
|
1368
1368
|
}
|
|
1369
|
-
`,
|
|
1369
|
+
`,ul=g.div`
|
|
1370
1370
|
position: fixed;
|
|
1371
1371
|
inset: 0;
|
|
1372
1372
|
z-index: ${({theme:e})=>e.components.modal.zIndex.overlay};
|
|
@@ -1374,14 +1374,14 @@
|
|
|
1374
1374
|
align-items: center;
|
|
1375
1375
|
justify-content: center;
|
|
1376
1376
|
padding: ${({theme:e})=>e.global.spacing.xl};
|
|
1377
|
-
`,
|
|
1377
|
+
`,fl=g.div`
|
|
1378
1378
|
position: absolute;
|
|
1379
1379
|
inset: 0;
|
|
1380
1380
|
background: ${({theme:e})=>e.components.modal.overlay.background};
|
|
1381
1381
|
backdrop-filter: ${({theme:e})=>e.components.modal.overlay.backdropFilter};
|
|
1382
1382
|
-webkit-backdrop-filter: ${({theme:e})=>e.components.modal.overlay.backdropFilter};
|
|
1383
|
-
animation: ${
|
|
1384
|
-
`,
|
|
1383
|
+
animation: ${cl} ${({theme:e})=>e.components.modal.animation.duration} ease forwards;
|
|
1384
|
+
`,pl=g.div`
|
|
1385
1385
|
position: relative;
|
|
1386
1386
|
z-index: ${({theme:e})=>e.components.modal.zIndex.container};
|
|
1387
1387
|
|
|
@@ -1398,7 +1398,7 @@
|
|
|
1398
1398
|
border: ${({theme:e})=>e.components.modal.container.border};
|
|
1399
1399
|
box-shadow: ${({theme:e})=>e.components.modal.container.boxShadow};
|
|
1400
1400
|
|
|
1401
|
-
animation: ${
|
|
1401
|
+
animation: ${dl} ${({theme:e})=>e.components.modal.animation.duration}
|
|
1402
1402
|
${({theme:e})=>e.components.modal.animation.easing} forwards;
|
|
1403
1403
|
|
|
1404
1404
|
&:focus {
|
|
@@ -1409,7 +1409,7 @@
|
|
|
1409
1409
|
outline: 2px solid ${({theme:e})=>e.semantic.colors.brand.primary};
|
|
1410
1410
|
outline-offset: 2px;
|
|
1411
1411
|
}
|
|
1412
|
-
`,
|
|
1412
|
+
`,hl=g.header`
|
|
1413
1413
|
display: flex;
|
|
1414
1414
|
align-items: center;
|
|
1415
1415
|
justify-content: space-between;
|
|
@@ -1421,7 +1421,7 @@
|
|
|
1421
1421
|
|
|
1422
1422
|
border-bottom: ${({theme:e})=>e.components.modal.header.borderBottom};
|
|
1423
1423
|
background: ${({theme:e})=>e.components.modal.header.background};
|
|
1424
|
-
`,
|
|
1424
|
+
`,gl=g.h2`
|
|
1425
1425
|
margin: 0;
|
|
1426
1426
|
padding: 0;
|
|
1427
1427
|
min-width: 0;
|
|
@@ -1436,7 +1436,7 @@
|
|
|
1436
1436
|
overflow: hidden;
|
|
1437
1437
|
text-overflow: ellipsis;
|
|
1438
1438
|
white-space: nowrap;
|
|
1439
|
-
`,
|
|
1439
|
+
`,bl=g.button`
|
|
1440
1440
|
margin: 0;
|
|
1441
1441
|
padding: 0;
|
|
1442
1442
|
border: none;
|
|
@@ -1476,7 +1476,7 @@
|
|
|
1476
1476
|
outline: 2px solid ${({theme:e})=>e.semantic.colors.brand.primary};
|
|
1477
1477
|
outline-offset: 2px;
|
|
1478
1478
|
}
|
|
1479
|
-
`,
|
|
1479
|
+
`,ml=g.div`
|
|
1480
1480
|
flex: 1;
|
|
1481
1481
|
min-height: 0;
|
|
1482
1482
|
overflow: auto;
|
|
@@ -1501,33 +1501,33 @@
|
|
|
1501
1501
|
&::-webkit-scrollbar-thumb:hover {
|
|
1502
1502
|
background: ${({theme:e})=>e.semantic.colors.text.disabled};
|
|
1503
1503
|
}
|
|
1504
|
-
`,
|
|
1504
|
+
`,xl=()=>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 vl(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:b,closeButtonStyle:v},w)=>{if(typeof document>"u")return null;const C=c.useRef(null),$=c.useId(),k=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:()=>k("reactAria"),isKeyboardDismissDisabled:!I,isDismissable:B,shouldCloseOnInteractOutside:B?u:()=>!1},C),{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?$:void 0},C),K=c.useCallback(()=>{T&&k("closeButton")},[T,k]),Q=Re(L,re,U,{ref:F=>{C.current=F,vl(w,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(ul,{children:[i.jsx(fl,{...Re(O,{className:f,style:p,"data-open":"true"})}),i.jsx(rl,{contain:!0,restoreFocus:!0,autoFocus:!0,children:i.jsxs(pl,{...Q,children:[!o&&(n||T)&&i.jsxs(hl,{children:[n?i.jsx(gl,{..._,id:$,children:n}):i.jsx("span",{}),T?i.jsx(bl,{type:"button",onClick:K,className:b,style:v,"aria-label":"关闭",children:i.jsx(xl,{})}):null]}),i.jsx(ml,{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}},yl=g.div`
|
|
1505
1505
|
display: inline-flex;
|
|
1506
1506
|
flex-direction: column;
|
|
1507
|
-
|
|
1507
|
+
`,$l=g.label`
|
|
1508
1508
|
margin-bottom: 6px;
|
|
1509
1509
|
font-size: 12px;
|
|
1510
|
-
`,
|
|
1510
|
+
`,kl=g.div`
|
|
1511
1511
|
display: inline-flex;
|
|
1512
1512
|
align-items: center;
|
|
1513
1513
|
justify-content: space-between;
|
|
1514
1514
|
text-align: center;
|
|
1515
|
-
gap: ${({theme:e})=>{var t,r,
|
|
1516
|
-
padding: ${({theme:e})=>{var t,r,
|
|
1515
|
+
gap: ${({theme:e})=>{var t,r,n;return((n=(r=(t=e.components.numberfield)==null?void 0:t.control)==null?void 0:r.side)==null?void 0:n.gap)??"8px"}};
|
|
1516
|
+
padding: ${({theme:e})=>{var t,r,n;return(n=(r=(t=e.components.numberfield)==null?void 0:t.control)==null?void 0:r.side)==null?void 0:n.inset}};
|
|
1517
1517
|
border: 1px solid ${({theme:e})=>{var t,r;return((r=(t=e.components.numberfield)==null?void 0:t.border)==null?void 0:r.default)??"#d9d9d9"}};
|
|
1518
1518
|
border-radius: ${({theme:e})=>{var t;return((t=e.components.numberfield)==null?void 0:t.borderRadius)??"4px"}};
|
|
1519
1519
|
color: ${({theme:e})=>{var t,r;return((r=(t=e.components.numberfield)==null?void 0:t.text)==null?void 0:r.default)??"#0A1833"}};
|
|
1520
|
-
background: ${({disabled:e,theme:t})=>{var r,o,
|
|
1521
|
-
height: ${({theme:e,size:t})=>{var r,o,
|
|
1522
|
-
font-size: ${({theme:e,size:t})=>{var r,o,
|
|
1520
|
+
background: ${({disabled:e,theme:t})=>{var r,n,o,s;return e?(n=(r=t.components.numberfield)==null?void 0:r.background)==null?void 0:n.disabled:(s=(o=t.components.numberfield)==null?void 0:o.background)==null?void 0:s.default}};
|
|
1521
|
+
height: ${({theme:e,size:t})=>{var r,n,o,s,a,l;return t==="md"?((o=(n=(r=e.components.numberfield)==null?void 0:r.size)==null?void 0:n.md)==null?void 0:o.height)??"24px":((l=(a=(s=e.components.numberfield)==null?void 0:s.size)==null?void 0:a.lg)==null?void 0:l.height)??"32px"}};
|
|
1522
|
+
font-size: ${({theme:e,size:t})=>{var r,n,o,s,a,l;return t==="md"?((o=(n=(r=e.components.numberfield)==null?void 0:r.size)==null?void 0:n.md)==null?void 0:o.fontSize)??"12px":((l=(a=(s=e.components.numberfield)==null?void 0:s.size)==null?void 0:a.lg)==null?void 0:l.fontSize)??"14px"}};
|
|
1523
1523
|
|
|
1524
1524
|
// 优化宽度设置逻辑:先判断控件类型,再根据size设置不同宽度
|
|
1525
|
-
width: ${({controls:e,size:t,theme:r})=>{var o,
|
|
1525
|
+
width: ${({controls:e,size:t,theme:r})=>{var n,o,s,a,l,d,u,h,f,p,x,m;return e==="arrows"?t==="md"?(s=(o=(n=r.components.numberfield)==null?void 0:n.control)==null?void 0:o.arrows)==null?void 0:s.widthsm:(d=(l=(a=r.components.numberfield)==null?void 0:a.control)==null?void 0:l.arrows)==null?void 0:d.widthLg:t==="md"?(f=(h=(u=r.components.numberfield)==null?void 0:u.control)==null?void 0:h.side)==null?void 0:f.widthsm:(m=(x=(p=r.components.numberfield)==null?void 0:p.control)==null?void 0:x.side)==null?void 0:m.widthLg}};
|
|
1526
1526
|
|
|
1527
1527
|
// 状态样式
|
|
1528
1528
|
&:disabled,
|
|
1529
1529
|
&[data-disabled="true"] {
|
|
1530
|
-
${({theme:e})=>
|
|
1530
|
+
${({theme:e})=>Et(e)}
|
|
1531
1531
|
opacity: 0.8;
|
|
1532
1532
|
// 强制所有子元素不响应事件
|
|
1533
1533
|
* {
|
|
@@ -1548,7 +1548,7 @@
|
|
|
1548
1548
|
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
1549
|
}
|
|
1550
1550
|
}
|
|
1551
|
-
`,
|
|
1551
|
+
`,wl=g.input`
|
|
1552
1552
|
text-align: center;
|
|
1553
1553
|
border:none;
|
|
1554
1554
|
outline: none;
|
|
@@ -1571,26 +1571,26 @@
|
|
|
1571
1571
|
// 状态样式
|
|
1572
1572
|
&:disabled,
|
|
1573
1573
|
&[data-disabled="true"] {
|
|
1574
|
-
${({theme:e})=>
|
|
1574
|
+
${({theme:e})=>Et(e)}
|
|
1575
1575
|
}
|
|
1576
1576
|
|
|
1577
|
-
`,
|
|
1577
|
+
`,Sl=g.div`
|
|
1578
1578
|
margin-top: 6px;
|
|
1579
1579
|
font-size: 12px;
|
|
1580
1580
|
color: ${({theme:e})=>{var t,r;return((r=(t=e.components.numberfield)==null?void 0:t.text)==null?void 0:r.placeholder)??"#6b6b6b"}};
|
|
1581
|
-
`,
|
|
1581
|
+
`,Cl=g.div`
|
|
1582
1582
|
display: inline-flex;
|
|
1583
1583
|
flex-direction: column;
|
|
1584
1584
|
gap: 1px;
|
|
1585
|
-
`,
|
|
1585
|
+
`,Zr=g.button`
|
|
1586
1586
|
background: transparent;
|
|
1587
1587
|
border: none;
|
|
1588
1588
|
border-radius: ${({direction:e})=>e==="up"?"4px 4px 0 0":"0 0 4px 4px"};
|
|
1589
1589
|
display: inline-flex;
|
|
1590
1590
|
align-items: center;
|
|
1591
1591
|
justify-content: center;
|
|
1592
|
-
width: ${({theme:e,size:t})=>{var o,
|
|
1593
|
-
height: ${({theme:e,size:t})=>{var o,
|
|
1592
|
+
width: ${({theme:e,size:t})=>{var n,o,s,a,l,d;return`calc(${t==="md"?(s=(o=(n=e.components.numberfield)==null?void 0:n.control)==null?void 0:o.arrows)==null?void 0:s.buttonSizeSm:(d=(l=(a=e.components.numberfield)==null?void 0:a.control)==null?void 0:l.arrows)==null?void 0:d.buttonSizeLg} * 2)`}};
|
|
1593
|
+
height: ${({theme:e,size:t})=>{var n,o,s,a,l,d;return t==="md"?(s=(o=(n=e.components.numberfield)==null?void 0:n.control)==null?void 0:o.arrows)==null?void 0:s.buttonSizeSm:(d=(l=(a=e.components.numberfield)==null?void 0:a.control)==null?void 0:l.arrows)==null?void 0:d.buttonSizeLg}};
|
|
1594
1594
|
color: ${({theme:e})=>{var t;return((t=e.components.numberfield)==null?void 0:t.border.default)??"#0A1833"}};
|
|
1595
1595
|
cursor: pointer;
|
|
1596
1596
|
// 使用主题中numberfield定义的transition参数
|
|
@@ -1600,7 +1600,7 @@
|
|
|
1600
1600
|
|
|
1601
1601
|
&:disabled,
|
|
1602
1602
|
&[data-disabled="true"] {
|
|
1603
|
-
${({theme:e})=>
|
|
1603
|
+
${({theme:e})=>Et(e)}
|
|
1604
1604
|
transition: none; // 禁用状态不使用过渡
|
|
1605
1605
|
}
|
|
1606
1606
|
|
|
@@ -1620,12 +1620,12 @@
|
|
|
1620
1620
|
50% { transform: scale(1.1); }
|
|
1621
1621
|
100% { transform: scale(1); }
|
|
1622
1622
|
}
|
|
1623
|
-
`,
|
|
1623
|
+
`,Xr=g.button`
|
|
1624
1624
|
display: inline-flex;
|
|
1625
1625
|
align-items: center;
|
|
1626
1626
|
justify-content: center;
|
|
1627
|
-
width: ${({theme:e,size:t})=>{var r,o,
|
|
1628
|
-
height: ${({theme:e,size:t})=>{var r,o,
|
|
1627
|
+
width: ${({theme:e,size:t})=>{var r,n,o,s,a,l;return t==="md"?(o=(n=(r=e.components.numberfield)==null?void 0:r.control)==null?void 0:n.side)==null?void 0:o.buttonSizeSm:(l=(a=(s=e.components.numberfield)==null?void 0:s.control)==null?void 0:a.side)==null?void 0:l.buttonSizeLg}};
|
|
1628
|
+
height: ${({theme:e,size:t})=>{var r,n,o,s,a,l;return t==="md"?(o=(n=(r=e.components.numberfield)==null?void 0:r.control)==null?void 0:n.side)==null?void 0:o.buttonSizeSm:(l=(a=(s=e.components.numberfield)==null?void 0:s.control)==null?void 0:a.side)==null?void 0:l.buttonSizeLg}};
|
|
1629
1629
|
background: transparent;
|
|
1630
1630
|
color: ${({theme:e})=>{var t;return((t=e.components.numberfield)==null?void 0:t.border.default)??"#d9d9d9"}};
|
|
1631
1631
|
border: none;
|
|
@@ -1639,7 +1639,7 @@
|
|
|
1639
1639
|
|
|
1640
1640
|
&:disabled,
|
|
1641
1641
|
&[data-disabled="true"] {
|
|
1642
|
-
${({theme:e})=>
|
|
1642
|
+
${({theme:e})=>Et(e)}
|
|
1643
1643
|
transition: none; // 禁用状态不使用过渡
|
|
1644
1644
|
}
|
|
1645
1645
|
|
|
@@ -1660,14 +1660,14 @@
|
|
|
1660
1660
|
50% { transform: scale(1.1); }
|
|
1661
1661
|
100% { transform: scale(1); }
|
|
1662
1662
|
}
|
|
1663
|
-
`,
|
|
1663
|
+
`,jl=br,El=Dn,Tl=gr,zl=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:b="md",...v},w)=>{const y=c.useRef(null);c.useEffect(()=>{w&&(typeof w=="function"?w(y.current):w.current=y.current)},[w]);const C=n!==void 0,[$,k]=c.useState(o),R=C?n:$,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(C||k(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);C||k(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(yl,{className:u,children:[h&&i.jsx($l,{htmlFor:_,"aria-hidden":!1,children:h}),i.jsxs(kl,{className:`controls-${m} size-${b}`,size:b,disabled:d,controls:m,children:[m==="buttons"&&i.jsx(Xr,{className:"btn-decrement",pos:"left",size:b,type:"button",onClick:U,disabled:d||K,children:i.jsx(El,{size:b==="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":b}),m==="buttons"&&i.jsx(Xr,{className:"btn-increment",pos:"right",size:b,type:"button",onClick:D,disabled:d||Q,children:i.jsx(jl,{size:b==="lg"?12:8.571})}),m==="arrows"&&i.jsxs(Cl,{className:"arrow-group",children:[i.jsx(Zr,{direction:"up",type:"button",size:b,onClick:D,disabled:d||Q,className:"arrow-up",children:i.jsx(Tl,{})}),i.jsx(Zr,{direction:"down",type:"button","aria-label":"减小",title:"减小",size:b,onClick:U,disabled:d||K,className:"arrow-down",children:i.jsx(zl,{})})]})]}),f&&i.jsx(Sl,{id:`${_}-desc`,children:f})]})});oo.displayName="NumberInput";const Rl=g("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}`})),Ll=g("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})),Ml=g("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}})),Il=g("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}`}})),Pl=g("span")({display:"flex",flexDirection:"column",gap:"0.25rem",minWidth:0}),Nl=g("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}`})),Al=g("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(Rl,{disabled:s,className:r,"data-disabled":s?"true":void 0,children:[i.jsxs(Ll,{disabled:s,children:[i.jsx(Ml,{ref:o,type:"radio",disabled:s,...n}),i.jsx(Il,{"aria-hidden":!0})]}),(e||t)&&i.jsxs(Pl,{children:[e?i.jsx(Nl,{disabled:s,children:e}):null,t?i.jsx(Al,{disabled:s,children:t}):null]})]})});Sr.displayName="Radio";const Fl=["rect","text","circle"],Ol=["sm","md","lg","pill"],Dl=Me`
|
|
1664
1664
|
0% {
|
|
1665
1665
|
transform: translateX(-100%);
|
|
1666
1666
|
}
|
|
1667
1667
|
100% {
|
|
1668
1668
|
transform: translateX(100%);
|
|
1669
1669
|
}
|
|
1670
|
-
`,
|
|
1670
|
+
`,io=({theme:e})=>j`
|
|
1671
1671
|
&::after {
|
|
1672
1672
|
content: '';
|
|
1673
1673
|
position: absolute;
|
|
@@ -1678,7 +1678,7 @@
|
|
|
1678
1678
|
${e.components.skeleton.background.highlight} 50%,
|
|
1679
1679
|
transparent 100%
|
|
1680
1680
|
);
|
|
1681
|
-
animation: ${
|
|
1681
|
+
animation: ${Dl} ${e.components.skeleton.animation.duration}
|
|
1682
1682
|
${e.components.skeleton.animation.easing} infinite;
|
|
1683
1683
|
transform: translateX(-100%);
|
|
1684
1684
|
}
|
|
@@ -1690,7 +1690,7 @@
|
|
|
1690
1690
|
transform: translateX(-50%);
|
|
1691
1691
|
}
|
|
1692
1692
|
}
|
|
1693
|
-
`,
|
|
1693
|
+
`,Bl=g.div`
|
|
1694
1694
|
position: relative;
|
|
1695
1695
|
overflow: hidden;
|
|
1696
1696
|
display: block;
|
|
@@ -1699,15 +1699,15 @@
|
|
|
1699
1699
|
width: ${({$variant:e,$width:t,theme:r})=>e==="circle"?t??r.components.skeleton.circle.size:t??"100%"};
|
|
1700
1700
|
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
1701
|
|
|
1702
|
-
${({$animate:e,theme:t})=>e&&
|
|
1703
|
-
${
|
|
1702
|
+
${({$animate:e,theme:t})=>e&&j`
|
|
1703
|
+
${io({theme:t})}
|
|
1704
1704
|
`}
|
|
1705
|
-
`,
|
|
1705
|
+
`,_l=g.div`
|
|
1706
1706
|
display: flex;
|
|
1707
1707
|
flex-direction: column;
|
|
1708
1708
|
gap: ${({theme:e})=>e.components.skeleton.text.gap};
|
|
1709
1709
|
width: ${({$width:e})=>e??"100%"};
|
|
1710
|
-
`,
|
|
1710
|
+
`,Kl=g.span`
|
|
1711
1711
|
position: relative;
|
|
1712
1712
|
overflow: hidden;
|
|
1713
1713
|
display: block;
|
|
@@ -1716,10 +1716,10 @@
|
|
|
1716
1716
|
border-radius: ${({theme:e})=>e.components.skeleton.radius.pill};
|
|
1717
1717
|
width: ${({$customWidth:e,$isLast:t,theme:r})=>e??(t?r.components.skeleton.text.lastLineWidth:"100%")};
|
|
1718
1718
|
|
|
1719
|
-
${({$animate:e,theme:t})=>e&&
|
|
1720
|
-
${
|
|
1719
|
+
${({$animate:e,theme:t})=>e&&j`
|
|
1720
|
+
${io({theme:t})}
|
|
1721
1721
|
`}
|
|
1722
|
-
`,
|
|
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),b=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 b?i.jsx(_l,{ref:f,className:l,style:u,$width:p,"data-variant":"text",...v,...h,children:Array.from({length:m}).map((w,y)=>i.jsx(Kl,{$animate:o,$isLast:y===m-1,$customWidth:y===m-1?p:void 0,"aria-hidden":"true"},y))}):i.jsx(Bl,{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
1723
|
0% {
|
|
1724
1724
|
transform: scale(1);
|
|
1725
1725
|
opacity: 0.6;
|
|
@@ -1732,15 +1732,15 @@
|
|
|
1732
1732
|
transform: scale(1);
|
|
1733
1733
|
opacity: 0.6;
|
|
1734
1734
|
}
|
|
1735
|
-
`,
|
|
1735
|
+
`,Vl=g.div`
|
|
1736
1736
|
display: flex;
|
|
1737
1737
|
flex-direction: ${({orientation:e})=>e==="vertical"?"column":"row"};
|
|
1738
1738
|
width: 100%;
|
|
1739
1739
|
|
|
1740
|
-
${({orientation:e})=>e==="horizontal"&&
|
|
1740
|
+
${({orientation:e})=>e==="horizontal"&&j`
|
|
1741
1741
|
align-items: flex-start;
|
|
1742
1742
|
`}
|
|
1743
|
-
`,
|
|
1743
|
+
`,Hl=g.div`
|
|
1744
1744
|
position: relative;
|
|
1745
1745
|
display: flex;
|
|
1746
1746
|
flex: ${({isLast:e,orientation:t})=>e||t==="vertical"?"0 0 auto":"1"};
|
|
@@ -1749,7 +1749,7 @@
|
|
|
1749
1749
|
|
|
1750
1750
|
/* Gap between content elements */
|
|
1751
1751
|
gap: ${({theme:e})=>e.components.stepper.gap};
|
|
1752
|
-
`,
|
|
1752
|
+
`,Mt=g.div`
|
|
1753
1753
|
position: relative;
|
|
1754
1754
|
display: flex;
|
|
1755
1755
|
align-items: center;
|
|
@@ -1765,7 +1765,7 @@
|
|
|
1765
1765
|
transition: all 0.2s ease;
|
|
1766
1766
|
|
|
1767
1767
|
/* Colors based on Status */
|
|
1768
|
-
${({theme:e,status:t,variant:r})=>{const
|
|
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",j`
|
|
1769
1769
|
background-color: ${a};
|
|
1770
1770
|
color: ${l};
|
|
1771
1771
|
${t==="process"?`
|
|
@@ -1774,13 +1774,13 @@
|
|
|
1774
1774
|
position: absolute;
|
|
1775
1775
|
inset: -4px;
|
|
1776
1776
|
border-radius: 50%;
|
|
1777
|
-
background-color: ${
|
|
1778
|
-
animation: ${
|
|
1777
|
+
background-color: ${n.dot.pulseColor};
|
|
1778
|
+
animation: ${qr} 1.5s ease-in-out infinite;
|
|
1779
1779
|
will-change: transform, opacity;
|
|
1780
1780
|
z-index: -1;
|
|
1781
1781
|
}
|
|
1782
1782
|
`:""}
|
|
1783
|
-
`):(t==="process"?(s=
|
|
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),j`
|
|
1784
1784
|
border-color: ${s};
|
|
1785
1785
|
background-color: ${a};
|
|
1786
1786
|
color: ${l};
|
|
@@ -1790,9 +1790,9 @@
|
|
|
1790
1790
|
position: absolute;
|
|
1791
1791
|
inset: -4px;
|
|
1792
1792
|
border-radius: 50%;
|
|
1793
|
-
border: 2px solid ${
|
|
1793
|
+
border: 2px solid ${o.color};
|
|
1794
1794
|
opacity: 0.6;
|
|
1795
|
-
animation: ${
|
|
1795
|
+
animation: ${qr} 1.5s ease-in-out infinite;
|
|
1796
1796
|
will-change: transform, opacity;
|
|
1797
1797
|
z-index: -1;
|
|
1798
1798
|
}
|
|
@@ -1809,127 +1809,127 @@
|
|
|
1809
1809
|
height: ${({theme:e,size:t})=>e.components.stepper.circle.iconSize[t]};
|
|
1810
1810
|
flex-shrink: 0;
|
|
1811
1811
|
}
|
|
1812
|
-
`,
|
|
1812
|
+
`,It=g.div`
|
|
1813
1813
|
display: flex;
|
|
1814
1814
|
flex-direction: column;
|
|
1815
1815
|
justify-content: center;
|
|
1816
1816
|
|
|
1817
|
-
${({orientation:e,labelPlacement:t})=>e==="horizontal"&&t==="bottom"&&
|
|
1817
|
+
${({orientation:e,labelPlacement:t})=>e==="horizontal"&&t==="bottom"&&j`
|
|
1818
1818
|
align-items: center;
|
|
1819
1819
|
text-align: center;
|
|
1820
1820
|
padding-top: 4px; /* Space between icon and text */
|
|
1821
1821
|
`}
|
|
1822
1822
|
|
|
1823
|
-
${({orientation:e,labelPlacement:t})=>(e==="vertical"||t==="right")&&
|
|
1823
|
+
${({orientation:e,labelPlacement:t})=>(e==="vertical"||t==="right")&&j`
|
|
1824
1824
|
padding-left: 4px; /* Space between icon and text */
|
|
1825
1825
|
/* Adjust for vertical alignment with icon center if needed */
|
|
1826
1826
|
padding-top: 4px;
|
|
1827
1827
|
`}
|
|
1828
|
-
`,
|
|
1828
|
+
`,Pt=g.div`
|
|
1829
1829
|
font-size: ${({theme:e})=>e.components.stepper.text.title.fontSize};
|
|
1830
1830
|
font-weight: ${({theme:e})=>e.components.stepper.text.title.fontWeight};
|
|
1831
1831
|
line-height: 1.4;
|
|
1832
1832
|
|
|
1833
1833
|
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
|
-
`,
|
|
1834
|
+
`,Nt=g.div`
|
|
1835
1835
|
font-size: ${({theme:e})=>e.components.stepper.text.description.fontSize};
|
|
1836
1836
|
color: ${({theme:e})=>e.components.stepper.text.description.color};
|
|
1837
1837
|
line-height: 1.4;
|
|
1838
1838
|
margin-top: 2px;
|
|
1839
|
-
`,
|
|
1839
|
+
`,At=g.div`
|
|
1840
1840
|
transition: background-color 0.2s ease;
|
|
1841
1841
|
|
|
1842
|
-
${({orientation:e,theme:t,isFinished:r,size:
|
|
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"?j`
|
|
1843
1843
|
flex: 1;
|
|
1844
1844
|
height: 1px;
|
|
1845
1845
|
background-color: ${r?t.components.stepper.line.color.active:t.components.stepper.line.color.default};
|
|
1846
1846
|
margin: 0 ${t.components.stepper.gap};
|
|
1847
1847
|
margin-top: ${d}px;
|
|
1848
|
-
${
|
|
1849
|
-
`:
|
|
1848
|
+
${o==="bottom"?"align-self: flex-start;":""}
|
|
1849
|
+
`:j`
|
|
1850
1850
|
width: 1px;
|
|
1851
1851
|
min-height: 40px;
|
|
1852
1852
|
flex: 1;
|
|
1853
1853
|
background-color: ${r?t.components.stepper.line.color.active:t.components.stepper.line.color.default};
|
|
1854
1854
|
margin-top: 4px;
|
|
1855
1855
|
`}}
|
|
1856
|
-
`,
|
|
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(Vl,{ref:t,orientation:n,className:d,role:"list","aria-label":"Progress",...h,children:f.map((p,x)=>{const m=p.props;let b="wait";return m.status?b=m.status:x<r?b="finish":x===r?b="process":b="wait",c.cloneElement(p,{index:x,last:x===f.length-1,orientation:n,labelPlacement:n==="vertical"?"right":o,size:s,status:b,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,b=()=>{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)?b():null,C=l==="vertical"&&!h,$=l==="horizontal"&&!h;return i.jsxs(Hl,{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}),C&&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})]})]}),$&&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})]}),$&&i.jsx(At,{orientation:"horizontal",labelPlacement:v,isFinished:s==="finish",size:u,variant:f})]})})]})});lo.displayName="Step";const Wl=["line","circle"],Ul=["sm","md","lg"],Yl=["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],Zl=g.div`
|
|
1857
1857
|
display: flex;
|
|
1858
1858
|
align-items: center;
|
|
1859
1859
|
gap: 16px;
|
|
1860
1860
|
width: 100%;
|
|
1861
|
-
`,
|
|
1861
|
+
`,Xl=g.div`
|
|
1862
1862
|
position: relative;
|
|
1863
1863
|
flex: 1;
|
|
1864
1864
|
background: ${({theme:e})=>e.semantic.colors.background.secondary};
|
|
1865
1865
|
border-radius: 5px;
|
|
1866
1866
|
overflow: hidden;
|
|
1867
1867
|
|
|
1868
|
-
${({size:e})=>e==="sm"?
|
|
1868
|
+
${({size:e})=>e==="sm"?j`
|
|
1869
1869
|
height: 6px;
|
|
1870
|
-
`:
|
|
1870
|
+
`:j`
|
|
1871
1871
|
height: 8px;
|
|
1872
1872
|
`}
|
|
1873
|
-
`,
|
|
1873
|
+
`,Gl=g.div`
|
|
1874
1874
|
height: 100%;
|
|
1875
1875
|
width: ${({percent:e})=>e}%;
|
|
1876
|
-
background: ${({status:e,theme:t})=>
|
|
1876
|
+
background: ${({status:e,theme:t})=>Tt(e,t)};
|
|
1877
1877
|
border-radius: 5px;
|
|
1878
1878
|
transition: width 0.3s ease, background 0.3s ease;
|
|
1879
|
-
`,
|
|
1879
|
+
`,ql=g.span`
|
|
1880
1880
|
font-family: ${({theme:e})=>e.global.typography.fontFamily};
|
|
1881
1881
|
font-size: 12px;
|
|
1882
1882
|
line-height: 18px;
|
|
1883
1883
|
color: ${({theme:e})=>e.semantic.colors.text.secondary};
|
|
1884
1884
|
white-space: nowrap;
|
|
1885
1885
|
flex-shrink: 0;
|
|
1886
|
-
`,
|
|
1886
|
+
`,Jl=g.span`
|
|
1887
1887
|
display: inline-flex;
|
|
1888
1888
|
align-items: center;
|
|
1889
1889
|
justify-content: center;
|
|
1890
1890
|
width: 16px;
|
|
1891
1891
|
height: 16px;
|
|
1892
1892
|
flex-shrink: 0;
|
|
1893
|
-
color: ${({status:e,theme:t})=>
|
|
1893
|
+
color: ${({status:e,theme:t})=>Tt(e,t)};
|
|
1894
1894
|
|
|
1895
1895
|
svg {
|
|
1896
1896
|
width: 100%;
|
|
1897
1897
|
height: 100%;
|
|
1898
1898
|
}
|
|
1899
|
-
`,
|
|
1899
|
+
`,Ql=g.div`
|
|
1900
1900
|
display: flex;
|
|
1901
1901
|
align-items: center;
|
|
1902
1902
|
gap: 10px;
|
|
1903
1903
|
flex-shrink: 0;
|
|
1904
|
-
`,
|
|
1904
|
+
`,ec=g.div`
|
|
1905
1905
|
position: relative;
|
|
1906
1906
|
display: inline-flex;
|
|
1907
1907
|
align-items: center;
|
|
1908
1908
|
justify-content: center;
|
|
1909
1909
|
|
|
1910
|
-
${({size:e})=>e==="sm"?
|
|
1910
|
+
${({size:e})=>e==="sm"?j`
|
|
1911
1911
|
width: 24px;
|
|
1912
1912
|
height: 24px;
|
|
1913
|
-
`:e==="md"?
|
|
1913
|
+
`:e==="md"?j`
|
|
1914
1914
|
width: 80px;
|
|
1915
1915
|
height: 80px;
|
|
1916
|
-
`:
|
|
1916
|
+
`:j`
|
|
1917
1917
|
width: 160px;
|
|
1918
1918
|
height: 160px;
|
|
1919
1919
|
`}
|
|
1920
|
-
`,
|
|
1920
|
+
`,tc=g.svg`
|
|
1921
1921
|
transform: rotate(-90deg);
|
|
1922
1922
|
width: 100%;
|
|
1923
1923
|
height: 100%;
|
|
1924
|
-
`,
|
|
1924
|
+
`,rc=g.circle`
|
|
1925
1925
|
fill: none;
|
|
1926
1926
|
stroke: ${({theme:e})=>e.semantic.colors.background.secondary};
|
|
1927
|
-
`,
|
|
1927
|
+
`,nc=g.circle`
|
|
1928
1928
|
fill: none;
|
|
1929
|
-
stroke: ${({status:e,theme:t})=>
|
|
1929
|
+
stroke: ${({status:e,theme:t})=>Tt(e,t)};
|
|
1930
1930
|
stroke-linecap: round;
|
|
1931
1931
|
transition: stroke-dashoffset 0.3s ease, stroke 0.3s ease;
|
|
1932
|
-
`,
|
|
1932
|
+
`,oc=g.div`
|
|
1933
1933
|
position: absolute;
|
|
1934
1934
|
top: 50%;
|
|
1935
1935
|
left: 50%;
|
|
@@ -1938,33 +1938,33 @@
|
|
|
1938
1938
|
align-items: center;
|
|
1939
1939
|
justify-content: center;
|
|
1940
1940
|
|
|
1941
|
-
${({size:e,theme:t})=>e==="sm"?
|
|
1941
|
+
${({size:e,theme:t})=>e==="sm"?j`
|
|
1942
1942
|
width: 16px;
|
|
1943
1943
|
height: 16px;
|
|
1944
|
-
`:e==="md"?
|
|
1944
|
+
`:e==="md"?j`
|
|
1945
1945
|
font-family: 'Barlow', ${t.global.typography.fontFamily};
|
|
1946
1946
|
font-size: 20px;
|
|
1947
1947
|
font-weight: 500;
|
|
1948
1948
|
line-height: 30px;
|
|
1949
1949
|
color: ${t.semantic.colors.text.secondary};
|
|
1950
|
-
`:
|
|
1950
|
+
`:j`
|
|
1951
1951
|
font-family: 'Barlow', ${t.global.typography.fontFamily};
|
|
1952
1952
|
font-size: 36px;
|
|
1953
1953
|
font-weight: 500;
|
|
1954
1954
|
line-height: 54px;
|
|
1955
1955
|
color: ${t.semantic.colors.text.secondary};
|
|
1956
1956
|
`}
|
|
1957
|
-
`,
|
|
1957
|
+
`,ic=g.span`
|
|
1958
1958
|
display: inline-flex;
|
|
1959
1959
|
align-items: center;
|
|
1960
1960
|
justify-content: center;
|
|
1961
|
-
color: ${({status:e,theme:t})=>
|
|
1961
|
+
color: ${({status:e,theme:t})=>Tt(e,t)};
|
|
1962
1962
|
|
|
1963
1963
|
svg {
|
|
1964
1964
|
width: 100%;
|
|
1965
1965
|
height: 100%;
|
|
1966
1966
|
}
|
|
1967
|
-
`,Yl=Ml,Zl=Il,Xl=Nl,Gl=()=>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"})]}),ql=()=>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"})]}),Jl=()=>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"})]}),Ql=e=>{switch(e){case"success":return i.jsx(Gl,{});case"error":return i.jsx(ql,{});case"warning":return i.jsx(Jl,{});default:return null}},Go=c.forwardRef(({type:e="line",size:t="md",status:r="normal",value:o=0,showPercent:n=!0,showIcon:s=!0,className:a,...l},d)=>{const u=Math.min(Math.max(o,0),100),{progressBarProps:h,labelProps:p}=X.useProgressBar({...l,value:u,minValue:0,maxValue:100}),f=s&&r!=="normal",x=f?Ql(r):null;if(e==="line")return i.jsxs(Pl,{...h,ref:d,size:t,className:a,role:"progressbar","aria-valuenow":u,"aria-valuemin":0,"aria-valuemax":100,children:[i.jsx(Al,{size:t,children:i.jsx(Fl,{status:r,percent:u})}),i.jsxs(Bl,{children:[n&&i.jsxs(Dl,{...p,children:[Math.round(u),"%"]}),f&&x&&i.jsx(Ol,{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:$}=m(),k=(g-$)/2,v=2*Math.PI*k,j=v-u/100*v,w=t!=="sm";return i.jsxs(Kl,{...h,ref:d,size:t,className:a,role:"progressbar","aria-valuenow":u,"aria-valuemin":0,"aria-valuemax":100,children:[i.jsxs(Vl,{children:[i.jsx(_l,{cx:g/2,cy:g/2,r:k,strokeWidth:$}),i.jsx(Hl,{status:r,cx:g/2,cy:g/2,r:k,strokeWidth:$,strokeDasharray:v,strokeDashoffset:j})]}),i.jsx(Wl,{size:t,children:w?n&&i.jsxs("span",{...p,children:[Math.round(u),"%"]}):f&&x&&i.jsx(Ul,{status:r,children:x})})]})});Go.displayName="Progress";const qo={badInput:!1,customError:!1,patternMismatch:!1,rangeOverflow:!1,rangeUnderflow:!1,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valueMissing:!1,valid:!0},Jo={...qo,customError:!0,valid:!1},Ze={isInvalid:!1,validationDetails:qo,validationErrors:[]},ec=c.createContext({}),Kr="__formValidationState"+Date.now();function tc(e){if(e[Kr]){let{realtimeValidation:t,displayValidation:r,updateValidation:o,resetValidation:n,commitValidation:s}=e[Kr];return{realtimeValidation:t,displayValidation:r,updateValidation:o,resetValidation:n,commitValidation:s}}return rc(e)}function rc(e){let{isInvalid:t,validationState:r,name:o,value:n,builtinValidation:s,validate:a,validationBehavior:l="aria"}=e;r&&(t||(t=r==="invalid"));let d=t!==void 0?{isInvalid:t,validationErrors:[],validationDetails:Jo}:null,u=c.useMemo(()=>{if(!a||n==null)return null;let L=oc(a,n);return Vr(L)},[a,n]);s!=null&&s.validationDetails.valid&&(s=void 0);let h=c.useContext(ec),p=c.useMemo(()=>o?Array.isArray(o)?o.flatMap(L=>qt(h[L])):qt(h[o]):[],[h,o]),[f,x]=c.useState(h),[m,g]=c.useState(!1);h!==f&&(x(h),g(!1));let $=c.useMemo(()=>Vr(m?[]:p),[m,p]),k=c.useRef(Ze),[v,j]=c.useState(Ze),w=c.useRef(Ze),y=()=>{if(!R)return;z(!1);let L=u||s||k.current;Pt(L,w.current)||(w.current=L,j(L))},[R,z]=c.useState(!1);return c.useEffect(y),{realtimeValidation:d||$||u||s||Ze,displayValidation:l==="native"?d||$||v:d||$||u||s||v,updateValidation(L){l==="aria"&&!Pt(v,L)?j(L):k.current=L},resetValidation(){let L=Ze;Pt(L,w.current)||(w.current=L,j(L)),l==="native"&&z(!1),g(!0)},commitValidation(){l==="native"&&z(!0),g(!0)}}}function qt(e){return e?Array.isArray(e)?e:[e]:[]}function oc(e,t){if(typeof e=="function"){let r=e(t);if(r&&typeof r!="boolean")return qt(r)}return[]}function Vr(e){return e.length?{isInvalid:!0,validationErrors:e,validationDetails:Jo}:null}function Pt(e,t){return e===t?!0:!!e&&!!t&&e.isInvalid===t.isInvalid&&e.validationErrors.length===t.validationErrors.length&&e.validationErrors.every((r,o)=>r===t.validationErrors[o])&&Object.entries(e.validationDetails).every(([r,o])=>t.validationDetails[r]===o)}class _r{*[Symbol.iterator](){yield*this.iterable}get size(){return this._size}getKeys(){return this.keyMap.keys()}getKeyBefore(t){let r=this.keyMap.get(t);var o;return r&&(o=r.prevKey)!==null&&o!==void 0?o:null}getKeyAfter(t){let r=this.keyMap.get(t);var o;return r&&(o=r.nextKey)!==null&&o!==void 0?o: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 o=null,n=0,s=0;for(let[l,d]of this.keyMap)o?(o.nextKey=l,d.prevKey=o.key):(this.firstKey=l,d.prevKey=void 0),d.type==="item"&&(d.index=n++),(d.type==="section"||d.type==="item")&&s++,o=d,o.nextKey=void 0;this._size=s;var a;this.lastKey=(a=o==null?void 0:o.key)!==null&&a!==void 0?a:null}}class ve extends Set{constructor(t,r,o){super(t),t instanceof ve?(this.anchorKey=r??t.anchorKey,this.currentKey=o??t.currentKey):(this.anchorKey=r??null,this.currentKey=o??null)}}function nc(e,t){if(e.size!==t.size)return!1;for(let r of e)if(!t.has(r))return!1;return!0}function ic(e){let{selectionMode:t="none",disallowEmptySelection:r=!1,allowDuplicateSelectionEvents:o,selectionBehavior:n="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),p=c.useMemo(()=>Hr(e.selectedKeys),[e.selectedKeys]),f=c.useMemo(()=>Hr(e.defaultSelectedKeys,new ve),[e.defaultSelectedKeys]),[x,m]=yt(p,f,e.onSelectionChange),g=c.useMemo(()=>e.disabledKeys?new Set(e.disabledKeys):new Set,[e.disabledKeys]),[$,k]=c.useState(n);n==="replace"&&$==="toggle"&&typeof x=="object"&&x.size===0&&k("replace");let v=c.useRef(n);return c.useEffect(()=>{n!==v.current&&(k(n),v.current=n)},[n]),{selectionMode:t,disallowEmptySelection:r,selectionBehavior:$,setSelectionBehavior:k,get isFocused(){return a.current},setFocused(j){a.current=j,l(j)},get focusedKey(){return d.current},get childFocusStrategy(){return u.current},setFocusedKey(j,w="first"){d.current=j,u.current=w,h(j)},selectedKeys:x,setSelectedKeys(j){(o||!nc(j,x))&&m(j)},disabledKeys:g,disabledBehavior:s}}function Hr(e,t){return e?e==="all"?"all":new ve(e):t}function Qo(e){return null}Qo.getCollectionNode=function*(t,r){let{childItems:o,title:n,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:sc(t),*childNodes(){if(o)for(let d of o)yield{type:"item",value:d};else if(n){let d=[];c.Children.forEach(s,u=>{d.push({type:"item",element:u})}),yield*d}}}};function sc(e){return e.hasChildItems!=null?e.hasChildItems:!!(e.childItems||e.title&&c.Children.count(e.children)>0)}let en=Qo;function tn(e){return null}tn.getCollectionNode=function*(t){let{children:r,title:o,items:n}=t;yield{type:"section",props:t,hasChildNodes:!0,rendered:o,"aria-label":t["aria-label"],*childNodes(){if(typeof r=="function"){if(!n)throw new Error("props.children was a function but props.items is missing");for(let s of n)yield{type:"item",value:s,renderer:r}}else{let s=[];c.Children.forEach(r,a=>{s.push({type:"item",element:a})}),yield*s}}}};let ac=tn;class lc{build(t,r){return this.context=r,Wr(()=>this.iterateCollection(t))}*iterateCollection(t){let{children:r,items:o}=t;if(c.isValidElement(r)&&r.type===c.Fragment)yield*this.iterateCollection({children:r.props.children,items:o});else if(typeof r=="function"){if(!o)throw new Error("props.children was a function but props.items is missing");let n=0;for(let s of o)yield*this.getFullNode({value:s,index:n},{renderer:r}),n++}else{let n=[];c.Children.forEach(r,a=>{a&&n.push(a)});let s=0;for(let a of n){let l=this.getFullNode({element:a,index:s},{});for(let d of l)s++,yield d}}}getKey(t,r,o,n){if(t.key!=null)return t.key;if(r.type==="cell"&&r.key!=null)return`${n}${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 n?`${n}.${r.index}`:`$.${r.index}`}getChildState(t,r){return{renderer:r.renderer||t.renderer}}*getFullNode(t,r,o,n){if(c.isValidElement(t.element)&&t.element.type===c.Fragment){let $=[];c.Children.forEach(t.element.props.children,v=>{$.push(v)});var s;let k=(s=t.index)!==null&&s!==void 0?s:0;for(const v of $)yield*this.getFullNode({element:v,index:k++},r,o,n);return}let a=t.element;if(!a&&t.value&&r&&r.renderer){let $=this.cache.get(t.value);if($&&(!$.shouldInvalidate||!$.shouldInvalidate(this.context))){$.index=t.index,$.parentKey=n?n.key:null,yield $;return}a=r.renderer(t.value)}if(c.isValidElement(a)){let $=a.type;if(typeof $!="function"&&typeof $.getCollectionNode!="function"){let w=a.type;throw new Error(`Unknown element <${w}> in collection.`)}let k=$.getCollectionNode(a.props,this.context);var l;let v=(l=t.index)!==null&&l!==void 0?l:0,j=k.next();for(;!j.done&&j.value;){let w=j.value;t.index=v;var d;let y=(d=w.key)!==null&&d!==void 0?d:null;y==null&&(y=w.element?null:this.getKey(a,t,r,o));let z=[...this.getFullNode({...w,key:y,index:v,wrapper:cc(t.wrapper,w.wrapper)},this.getChildState(r,w),o?`${o}${a.key}`:a.key,n)];for(let A of z){var u,h;A.value=(h=(u=w.value)!==null&&u!==void 0?u:t.value)!==null&&h!==void 0?h:null,A.value&&this.cache.set(A.value,A);var p;if(t.type&&A.type!==t.type)throw new Error(`Unsupported type <${At(A.type)}> in <${At((p=n==null?void 0:n.type)!==null&&p!==void 0?p:"unknown parent type")}>. Only <${At(t.type)}> is supported.`);v++,yield A}j=k.next(z)}return}if(t.key==null||t.type==null)return;let f=this;var x,m;let g={type:t.type,props:t.props,key:t.key,parentKey:n?n.key:null,value:(x=t.value)!==null&&x!==void 0?x:null,level:n?n.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:Wr(function*(){if(!t.hasChildNodes||!t.childNodes)return;let $=0;for(let k of t.childNodes()){k.key!=null&&(k.key=`${g.key}${k.key}`);let v=f.getFullNode({...k,index:$},f.getChildState(r,k),g.key,g);for(let j of v)$++,yield j}})};yield g}constructor(){this.cache=new WeakMap}}function Wr(e){let t=[],r=null;return{*[Symbol.iterator](){for(let o of t)yield o;r||(r=e());for(let o of r)t.push(o),yield o}}}function cc(e,t){if(e&&t)return r=>e(t(r));if(e)return e;if(t)return t}function At(e){return e[0].toUpperCase()+e.slice(1)}function dc(e,t,r){let o=c.useMemo(()=>new lc,[]),{children:n,items:s,collection:a}=e;return c.useMemo(()=>{if(a)return a;let d=o.build({children:n,items:s},r);return t(d)},[o,n,s,a,r,t])}function uc(e,t){return typeof t.getChildren=="function"?t.getChildren(e.key):e.childNodes}function fc(e){return pc(e)}function pc(e,t){for(let r of e)return r}function Ft(e,t,r){if(t.parentKey===r.parentKey)return t.index-r.index;let o=[...Ur(e,t),t],n=[...Ur(e,r),r],s=o.slice(0,n.length).findIndex((a,l)=>a!==n[l]);return s!==-1?(t=o[s],r=n[s],t.index-r.index):o.findIndex(a=>a===r)>=0?1:(n.findIndex(a=>a===t)>=0,-1)}function Ur(e,t){let r=[],o=t;for(;(o==null?void 0:o.parentKey)!=null;)o=e.getItem(o.parentKey),o&&r.unshift(o);return r}class mr{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(o=>r.has(o)),this._isSelectAll}get firstSelectedKey(){let t=null;for(let o of this.state.selectedKeys){let n=this.collection.getItem(o);(!t||n&&Ft(this.collection,n,t)<0)&&(t=n)}var r;return(r=t==null?void 0:t.key)!==null&&r!==void 0?r:null}get lastSelectedKey(){let t=null;for(let o of this.state.selectedKeys){let n=this.collection.getItem(o);(!t||n&&Ft(this.collection,n,t)>0)&&(t=n)}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 o;if(this.state.selectedKeys==="all")o=new ve([r],r,r);else{let a=this.state.selectedKeys;var n;let l=(n=a.anchorKey)!==null&&n!==void 0?n:r;o=new ve(a,l,r);var s;for(let d of this.getKeyRange(l,(s=a.currentKey)!==null&&s!==void 0?s:r))o.delete(d);for(let d of this.getKeyRange(r,l))this.canSelectItem(d)&&o.add(d)}this.state.setSelectedKeys(o)}getKeyRange(t,r){let o=this.collection.getItem(t),n=this.collection.getItem(r);return o&&n?Ft(this.collection,o,n)<=0?this.getKeyRangeInternal(t,r):this.getKeyRangeInternal(r,t):[]}getKeyRangeInternal(t,r){var o;if(!((o=this.layoutDelegate)===null||o===void 0)&&o.getKeyRange)return this.layoutDelegate.getKeyRange(t,r);let n=[],s=t;for(;s!=null;){let a=this.collection.getItem(s);if(a&&(a.type==="item"||a.type==="cell"&&this.allowsCellSelection)&&n.push(s),s===r)return n;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 o=new ve(this.state.selectedKeys==="all"?this.getSelectAllKeys():this.state.selectedKeys);o.has(r)?o.delete(r):this.canSelectItem(r)&&(o.add(r),o.anchorKey=r,o.currentKey=r),!(this.disallowEmptySelection&&o.size===0)&&this.state.setSelectedKeys(o)}replaceSelection(t){if(this.selectionMode==="none")return;let r=this.getKey(t);if(r==null)return;let o=this.canSelectItem(r)?new ve([r],r,r):new ve;this.state.setSelectedKeys(o)}setSelectedKeys(t){if(this.selectionMode==="none")return;let r=new ve;for(let o of t){let n=this.getKey(o);if(n!=null&&(r.add(n),this.selectionMode==="single"))break}this.state.setSelectedKeys(r)}getSelectAllKeys(){let t=[],r=o=>{for(;o!=null;){if(this.canSelectItem(o)){var n;let a=this.collection.getItem(o);(a==null?void 0:a.type)==="item"&&t.push(o);var s;a!=null&&a.hasChildNodes&&(this.allowsCellSelection||a.type!=="item")&&r((s=(n=fc(uc(a,this.collection)))===null||n===void 0?void 0:n.key)!==null&&s!==void 0?s:null)}o=this.collection.getKeyAfter(o)}};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 ve)}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 o of t)if(!r.has(o))return!1;for(let o of r)if(!t.has(o))return!1;return!0}canSelectItem(t){var r;if(this.state.selectionMode==="none"||this.state.disabledKeys.has(t))return!1;let o=this.collection.getItem(t);return!(!o||!(o==null||(r=o.props)===null||r===void 0)&&r.isDisabled||o.type==="cell"&&!this.allowsCellSelection)}isDisabled(t){var r,o;return this.state.disabledBehavior==="all"&&(this.state.disabledKeys.has(t)||!!(!((o=this.collection.getItem(t))===null||o===void 0||(r=o.props)===null||r===void 0)&&r.isDisabled))}isLink(t){var r,o;return!!(!((o=this.collection.getItem(t))===null||o===void 0||(r=o.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 mr(t,this.state,{allowsCellSelection:this.allowsCellSelection,layoutDelegate:this.layoutDelegate||void 0})}constructor(t,r,o){this.collection=t,this.state=r;var n;this.allowsCellSelection=(n=o==null?void 0:o.allowsCellSelection)!==null&&n!==void 0?n:!1,this._isSelectAll=null,this.layoutDelegate=(o==null?void 0:o.layoutDelegate)||null}}function rn(e){let{filter:t,layoutDelegate:r}=e,o=ic(e),n=c.useMemo(()=>e.disabledKeys?new Set(e.disabledKeys):new Set,[e.disabledKeys]),s=c.useCallback(u=>t?new _r(t(u)):new _r(u),[t]),a=c.useMemo(()=>({suppressTextValueWarning:e.suppressTextValueWarning}),[e.suppressTextValueWarning]),l=dc(e,s,a),d=c.useMemo(()=>new mr(l,o,{layoutDelegate:r}),[l,o,r]);return hc(l,d),{collection:l,disabledKeys:n,selectionManager:d}}function hc(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),p=[...r.current.getKeys()].map(k=>{const v=r.current.getItem(k);return(v==null?void 0:v.type)==="item"?v:null}).filter(k=>k!==null),f=[...e.getKeys()].map(k=>{const v=e.getItem(k);return(v==null?void 0:v.type)==="item"?v:null}).filter(k=>k!==null);var o,n;const x=((o=p==null?void 0:p.length)!==null&&o!==void 0?o:0)-((n=f==null?void 0:f.length)!==null&&n!==void 0?n: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=f==null?void 0:f.length)!==null&&l!==void 0?l:0)-1),g=null,$=!1;for(;m>=0;){if(!t.isDisabled(f[m].key)){g=f[m];break}if(m<f.length-1&&!$)m++;else{$=!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 bc(e){let[t,r]=yt(e.isOpen,e.defaultOpen||!1,e.onOpenChange);const o=c.useCallback(()=>{r(!0)},[r]),n=c.useCallback(()=>{r(!1)},[r]),s=c.useCallback(()=>{r(!t)},[r,t]);return{isOpen:t,setOpen:r,open:o,close:n,toggle:s}}function gc(e){let{selectionMode:t="single"}=e,r=bc(e),[o,n]=c.useState(null),s=c.useMemo(()=>{var w;return e.defaultValue!==void 0?e.defaultValue:t==="single"?(w=e.defaultSelectedKey)!==null&&w!==void 0?w: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]=yt(a,s,e.onChange),u=t==="single"&&Array.isArray(l)?l[0]:l,h=w=>{if(t==="single"){var y,R;let z=Array.isArray(w)?(R=w[0])!==null&&R!==void 0?R:null:w;d(z),z!==u&&((y=e.onSelectionChange)===null||y===void 0||y.call(e,z))}else{let z=[];Array.isArray(w)?z=w:w!=null&&(z=[w]),d(z)}},p=rn({...e,selectionMode:t,disallowEmptySelection:t==="single",allowDuplicateSelectionEvents:!0,selectedKeys:c.useMemo(()=>mc(u),[u]),onSelectionChange:w=>{if(w!=="all"){if(t==="single"){var y;let R=(y=w.values().next().value)!==null&&y!==void 0?y:null;h(R),r.close()}else h([...w]);m.commitValidation()}}}),f=p.selectionManager.firstSelectedKey,x=c.useMemo(()=>[...p.selectionManager.selectedKeys].map(w=>p.collection.getItem(w)).filter(w=>w!=null),[p.selectionManager.selectedKeys,p.collection]),m=tc({...e,value:Array.isArray(u)&&u.length===0?null:u}),[g,$]=c.useState(!1),[k]=c.useState(u);var v,j;return{...m,...p,...r,value:u,defaultValue:s??k,setValue:h,selectedKey:f,setSelectedKey:h,selectedItem:(v=x[0])!==null&&v!==void 0?v:null,selectedItems:x,defaultSelectedKey:(j=e.defaultSelectedKey)!==null&&j!==void 0?j:e.selectionMode==="single"?k:null,focusStrategy:o,open(w=null){p.collection.size!==0&&(n(w),r.open())},toggle(w=null){p.collection.size!==0&&(n(w),r.toggle())},isFocused:g,setFocused:$}}function mc(e){if(e!==void 0)return e===null?[]:Array.isArray(e)?e:[e]}const xc=(e,t,r,o)=>t==="checkable"?o?S.css`
|
|
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`
|
|
1968
1968
|
background: var(--ksd-tag-${e}-bg-checked, var(--ksd-tag-default-bg-checked));
|
|
1969
1969
|
color: var(--ksd-tag-${e}-text-checked, var(--ksd-tag-default-text-checked));
|
|
1970
1970
|
border-color: var(--ksd-tag-${e}-border-checked, var(--ksd-tag-default-border-checked));
|
|
@@ -1978,7 +1978,7 @@
|
|
|
1978
1978
|
background: var(--ksd-tag-${e}-bg-checked-active, var(--ksd-tag-default-bg-checked-active));
|
|
1979
1979
|
border-color: var(--ksd-tag-${e}-border-checked-active, var(--ksd-tag-default-border-checked-active));
|
|
1980
1980
|
}
|
|
1981
|
-
`:
|
|
1981
|
+
`:j`
|
|
1982
1982
|
background: var(--ksd-tag-${e}-bg);
|
|
1983
1983
|
color: var(--ksd-tag-${e}-text);
|
|
1984
1984
|
border-color: var(--ksd-tag-${e}-border);
|
|
@@ -1993,15 +1993,15 @@
|
|
|
1993
1993
|
background: var(--ksd-tag-${e}-bg-active);
|
|
1994
1994
|
border-color: var(--ksd-tag-${e}-border-active, var(--ksd-tag-${e}-border));
|
|
1995
1995
|
}
|
|
1996
|
-
`:r?
|
|
1996
|
+
`:r?j`
|
|
1997
1997
|
background: var(--ksd-tag-${e}-bg);
|
|
1998
1998
|
color: var(--ksd-tag-${e}-text);
|
|
1999
1999
|
border-color: var(--ksd-tag-${e}-border);
|
|
2000
|
-
`:
|
|
2000
|
+
`:j`
|
|
2001
2001
|
background: var(--ksd-tag-${e}-bg);
|
|
2002
2002
|
color: var(--ksd-tag-${e}-text);
|
|
2003
2003
|
border-color: transparent;
|
|
2004
|
-
`,
|
|
2004
|
+
`,Mc=e=>j`
|
|
2005
2005
|
height: var(--ksd-tag-${e}-height);
|
|
2006
2006
|
font-size: var(--ksd-tag-${e}-font-size);
|
|
2007
2007
|
line-height: var(--ksd-tag-${e}-line-height);
|
|
@@ -2012,7 +2012,7 @@
|
|
|
2012
2012
|
width: var(--ksd-tag-${e}-icon-size);
|
|
2013
2013
|
height: var(--ksd-tag-${e}-icon-size);
|
|
2014
2014
|
}
|
|
2015
|
-
`,
|
|
2015
|
+
`,Ic=g.span`
|
|
2016
2016
|
/* 基础样式 */
|
|
2017
2017
|
position: relative;
|
|
2018
2018
|
display: inline-flex;
|
|
@@ -2042,13 +2042,13 @@
|
|
|
2042
2042
|
opacity var(--ksd-tag-transition);
|
|
2043
2043
|
|
|
2044
2044
|
/* 颜色样式 */
|
|
2045
|
-
${({color:e,variant:t,bordered:r,checked:
|
|
2045
|
+
${({color:e,variant:t,bordered:r,checked:n})=>Lc(e,t,r,n)}
|
|
2046
2046
|
|
|
2047
2047
|
/* 尺寸样式 */
|
|
2048
|
-
${({size:e})=>
|
|
2048
|
+
${({size:e})=>Mc(e)}
|
|
2049
2049
|
|
|
2050
2050
|
/* 可选择标签的 cursor */
|
|
2051
|
-
${({variant:e,checked:t})=>e==="checkable"&&!t&&
|
|
2051
|
+
${({variant:e,checked:t})=>e==="checkable"&&!t&&j`
|
|
2052
2052
|
cursor: pointer;
|
|
2053
2053
|
`}
|
|
2054
2054
|
|
|
@@ -2064,18 +2064,18 @@
|
|
|
2064
2064
|
outline: 2px solid var(--ksd-tag-default-border-checked);
|
|
2065
2065
|
outline-offset: 2px;
|
|
2066
2066
|
}
|
|
2067
|
-
|
|
2067
|
+
`,Pc=g.span`
|
|
2068
2068
|
display: inline-flex;
|
|
2069
2069
|
align-items: center;
|
|
2070
2070
|
justify-content: center;
|
|
2071
2071
|
gap: inherit;
|
|
2072
|
-
`,
|
|
2072
|
+
`,Nc=g.span`
|
|
2073
2073
|
display: inline-flex;
|
|
2074
2074
|
align-items: center;
|
|
2075
2075
|
justify-content: center;
|
|
2076
2076
|
flex-shrink: 0;
|
|
2077
2077
|
color: inherit;
|
|
2078
|
-
`,
|
|
2078
|
+
`,Ac=g.span`
|
|
2079
2079
|
display: inline-flex;
|
|
2080
2080
|
align-items: center;
|
|
2081
2081
|
justify-content: center;
|
|
@@ -2103,7 +2103,7 @@
|
|
|
2103
2103
|
width: var(--ksd-tag-${({size:e})=>e}-close-icon-size);
|
|
2104
2104
|
height: var(--ksd-tag-${({size:e})=>e}-close-icon-size);
|
|
2105
2105
|
}
|
|
2106
|
-
`,
|
|
2106
|
+
`,Fc=g.button`
|
|
2107
2107
|
display: inline-flex;
|
|
2108
2108
|
align-items: center;
|
|
2109
2109
|
justify-content: center;
|
|
@@ -2155,23 +2155,23 @@
|
|
|
2155
2155
|
width: var(--ksd-tag-${({size:e})=>e}-icon-size);
|
|
2156
2156
|
height: var(--ksd-tag-${({size:e})=>e}-icon-size);
|
|
2157
2157
|
}
|
|
2158
|
-
`,
|
|
2159
|
-
${t?`min-height: ${
|
|
2160
|
-
font-size: ${
|
|
2161
|
-
padding-inline: ${
|
|
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 b=s?"checkable":e,v=s?a:!1,w=()=>{d||(s&&p&&p(!v),x&&x())},y=$=>{d||b==="checkable"&&($.key==="Enter"||$.key===" ")&&($.preventDefault(),w())},C=$=>{$.stopPropagation(),f&&!d&&f()};return i.jsx(Ic,{ref:m,variant:b,size:t,color:r,bordered:n,checked:v,closable:o,isDisabled:d,className:u,onClick:b==="checkable"?w:x,onKeyDown:y,"data-variant":b,"data-size":t,"data-color":r,"data-checked":v?"true":void 0,"data-disabled":d?"true":void 0,tabIndex:b==="checkable"&&!d?0:void 0,role:b==="checkable"?"checkbox":void 0,"aria-checked":b==="checkable"?v:void 0,"aria-disabled":d,children:i.jsxs(Pc,{children:[l&&i.jsx(Nc,{"aria-hidden":"true",children:l}),h,o&&i.jsx(Ac,{size:t,onClick:C,"aria-label":"关闭",role:"button",tabIndex:d?-1:0,onKeyDown:$=>{!d&&($.key==="Enter"||$.key===" ")&&($.preventDefault(),C($))},"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(Fc,{...Re(l,{ref:a,className:t}),size:e,"data-size":e,children:[i.jsx(br,{}),r]})});jr.displayName="Tag.Add";rt.Add=jr;const Oc=["sm","md","lg"],Dc=(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,Bc=(e,t,r)=>{const n=r.components.select.size[e];return j`
|
|
2159
|
+
${t?`min-height: ${n.height};`:`height: ${n.height};`}
|
|
2160
|
+
font-size: ${n.fontSize};
|
|
2161
|
+
padding-inline: ${n.paddingInline};
|
|
2162
2162
|
${t?"padding-block: 4px;":""}
|
|
2163
2163
|
|
|
2164
2164
|
svg {
|
|
2165
2165
|
/* No global svg sizing here to avoid affecting Tag icons */
|
|
2166
2166
|
}
|
|
2167
|
-
`},
|
|
2167
|
+
`},mo=g.div`
|
|
2168
2168
|
display: ${({fullWidth:e})=>e?"flex":"inline-flex"};
|
|
2169
2169
|
flex-direction: column;
|
|
2170
2170
|
width: ${({fullWidth:e})=>e?"100%":"200px"};
|
|
2171
2171
|
min-width: 120px;
|
|
2172
2172
|
position: relative;
|
|
2173
2173
|
box-sizing: border-box;
|
|
2174
|
-
`,
|
|
2174
|
+
`,xo=g.button`
|
|
2175
2175
|
/* 基础重置 */
|
|
2176
2176
|
position: relative;
|
|
2177
2177
|
display: inline-flex;
|
|
@@ -2182,7 +2182,7 @@
|
|
|
2182
2182
|
|
|
2183
2183
|
/* 样式 */
|
|
2184
2184
|
border: 1px solid;
|
|
2185
|
-
border-color: ${({isFocused:e,isError:t,isDisabled:r,isHovered:
|
|
2185
|
+
border-color: ${({isFocused:e,isError:t,isDisabled:r,isHovered:n,isOpen:o,theme:s})=>Dc(e||!!o,!!t,!!r,!!n,s)};
|
|
2186
2186
|
border-radius: ${({theme:e})=>e.components.select.borderRadius};
|
|
2187
2187
|
|
|
2188
2188
|
background: ${({isDisabled:e,theme:t})=>e?t.components.select.background.disabled:t.components.select.background.default};
|
|
@@ -2195,13 +2195,13 @@
|
|
|
2195
2195
|
transition: all ${({theme:e})=>e.components.select.transition};
|
|
2196
2196
|
|
|
2197
2197
|
/* 尺寸 */
|
|
2198
|
-
${({size:e,isMultiple:t,theme:r})=>
|
|
2198
|
+
${({size:e,isMultiple:t,theme:r})=>Bc(e,!!t,r)}
|
|
2199
2199
|
|
|
2200
2200
|
/* 禁用状态 */
|
|
2201
|
-
${({isDisabled:e})=>e&&
|
|
2201
|
+
${({isDisabled:e})=>e&&j`
|
|
2202
2202
|
opacity: 0.6;
|
|
2203
2203
|
`}
|
|
2204
|
-
`,
|
|
2204
|
+
`,tr=g.span`
|
|
2205
2205
|
flex: 1;
|
|
2206
2206
|
overflow: hidden;
|
|
2207
2207
|
text-overflow: ellipsis;
|
|
@@ -2209,7 +2209,7 @@
|
|
|
2209
2209
|
text-align: left;
|
|
2210
2210
|
margin-right: 8px;
|
|
2211
2211
|
color: ${({isPlaceholder:e,theme:t})=>e?t.components.select.text.placeholder:"inherit"};
|
|
2212
|
-
`,
|
|
2212
|
+
`,vo=g.span`
|
|
2213
2213
|
display: inline-flex;
|
|
2214
2214
|
align-items: center;
|
|
2215
2215
|
justify-content: center;
|
|
@@ -2224,7 +2224,7 @@
|
|
|
2224
2224
|
width: ${({size:e,theme:t})=>e?t.components.select.size[e].iconSize:"16px"};
|
|
2225
2225
|
height: ${({size:e,theme:t})=>e?t.components.select.size[e].iconSize:"16px"};
|
|
2226
2226
|
}
|
|
2227
|
-
`,
|
|
2227
|
+
`,yo=g.div`
|
|
2228
2228
|
background: ${({theme:e})=>e.components.select.popover.background};
|
|
2229
2229
|
border: ${({theme:e})=>e.components.select.popover.border};
|
|
2230
2230
|
border-radius: ${({theme:e})=>e.components.select.popover.borderRadius};
|
|
@@ -2235,7 +2235,7 @@
|
|
|
2235
2235
|
max-height: 300px;
|
|
2236
2236
|
display: flex;
|
|
2237
2237
|
flex-direction: column;
|
|
2238
|
-
`,
|
|
2238
|
+
`,Er=g.ul`
|
|
2239
2239
|
margin: 0;
|
|
2240
2240
|
padding: 0;
|
|
2241
2241
|
list-style: none;
|
|
@@ -2254,7 +2254,7 @@
|
|
|
2254
2254
|
background: rgba(0,0,0,0.2);
|
|
2255
2255
|
border-radius: 4px;
|
|
2256
2256
|
}
|
|
2257
|
-
|
|
2257
|
+
`,$o=g.li`
|
|
2258
2258
|
position: relative;
|
|
2259
2259
|
display: flex;
|
|
2260
2260
|
align-items: center;
|
|
@@ -2279,30 +2279,30 @@
|
|
|
2279
2279
|
&:last-child {
|
|
2280
2280
|
margin-bottom: 0;
|
|
2281
2281
|
}
|
|
2282
|
-
`,
|
|
2282
|
+
`,ko=g.span`
|
|
2283
2283
|
flex: 1;
|
|
2284
2284
|
overflow: hidden;
|
|
2285
2285
|
text-overflow: ellipsis;
|
|
2286
2286
|
white-space: nowrap;
|
|
2287
|
-
`,
|
|
2287
|
+
`,wo=g.span`
|
|
2288
2288
|
margin-left: 8px;
|
|
2289
2289
|
display: flex;
|
|
2290
2290
|
align-items: center;
|
|
2291
2291
|
color: ${({theme:e})=>e.components.select.option.text.selected};
|
|
2292
2292
|
font-size: 14px;
|
|
2293
|
-
`,
|
|
2293
|
+
`,So=g.div`
|
|
2294
2294
|
display: flex;
|
|
2295
2295
|
align-items: center;
|
|
2296
2296
|
justify-content: center;
|
|
2297
2297
|
padding: 8px;
|
|
2298
2298
|
color: ${({theme:e})=>e.components.select.text.placeholder};
|
|
2299
2299
|
font-size: ${({theme:e})=>e.global.typography.fontSize.xs};
|
|
2300
|
-
`,
|
|
2300
|
+
`,_c=g.div`
|
|
2301
2301
|
padding: 8px 12px;
|
|
2302
2302
|
color: ${({theme:e})=>e.components.select.text.disabled};
|
|
2303
2303
|
font-size: ${({theme:e})=>e.global.typography.fontSize.xs};
|
|
2304
2304
|
text-align: center;
|
|
2305
|
-
`,
|
|
2305
|
+
`,Co=g.div`
|
|
2306
2306
|
flex: 1;
|
|
2307
2307
|
display: flex;
|
|
2308
2308
|
flex-wrap: wrap;
|
|
@@ -2310,20 +2310,20 @@
|
|
|
2310
2310
|
align-items: center;
|
|
2311
2311
|
min-height: 22px;
|
|
2312
2312
|
padding-right: 4px;
|
|
2313
|
-
`,
|
|
2313
|
+
`,jo=g.span`
|
|
2314
2314
|
display: inline-flex;
|
|
2315
2315
|
align-items: center;
|
|
2316
2316
|
margin-right: 8px;
|
|
2317
2317
|
flex-shrink: 0;
|
|
2318
2318
|
pointer-events: none;
|
|
2319
|
-
`;function
|
|
2319
|
+
`;function Kc({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,b=a.current,v=n.current;b&&!b.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 Vc({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($o,{...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(ko,{children:e.rendered}),!r&&s&&i.jsx(wo,{"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 Hc({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 Wc=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:b,value:v,defaultValue:w,onChange:y,selectedKey:C,defaultSelectedKey:$,selectedKeys:k,defaultSelectedKeys:R,onSelectionChange:T,options:I,children:B}=t,L=n==="multiple",D=L?void 0:v??C,U=L?v??k:void 0,re=L?void 0:w??$,_=L?w??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=zc(O),S=bo({...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}:b!==void 0&&N.length>b?{visibleTags:N.slice(0,b),overflowCount:N.length-b}:{visibleTags:N,overflowCount:0},[L,N,b]),{labelProps:le,triggerProps:Ie,valueProps:Pe,menuProps:A,descriptionProps:se,errorMessageProps:ge}=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(Kc,{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(Hc,{state:S}):i.jsx(Vc,{...A,state:q})}),x&&i.jsx("div",{...se,style:{fontSize:"12px",marginTop:"4px",opacity:.6},children:x}),m&&i.jsx("div",{...ge,style:{fontSize:"12px",marginTop:"4px",color:"#ff4d4f"},children:m})]})}),zt=Wc;zt.Item=ho;zt.Section=yc;const Uc=["sm","md","lg"],Yc=["default","bordered","striped"],Zc={sm:4,md:4,lg:6},He=e=>`${Zc[e??"md"]}px`,on=g.div`
|
|
2320
2320
|
width: ${e=>e.fullWidth?"100%":"auto"};
|
|
2321
2321
|
overflow: auto;
|
|
2322
2322
|
/* 移除边框,设计稿中表格没有外围边框 */
|
|
2323
2323
|
scrollbar-width: ${e=>e.showScrollbar?"thin":"none"};
|
|
2324
2324
|
scrollbar-color: ${({theme:e})=>e.semantic.colors.border.primary} transparent;
|
|
2325
|
-
border-top-left-radius: ${e=>
|
|
2326
|
-
border-top-right-radius: ${e=>
|
|
2325
|
+
border-top-left-radius: ${e=>He(e.size)};
|
|
2326
|
+
border-top-right-radius: ${e=>He(e.size)};
|
|
2327
2327
|
|
|
2328
2328
|
&::-webkit-scrollbar {
|
|
2329
2329
|
width: ${e=>e.showScrollbar?"8px":"0px"};
|
|
@@ -2339,16 +2339,16 @@
|
|
|
2339
2339
|
background: transparent;
|
|
2340
2340
|
}
|
|
2341
2341
|
|
|
2342
|
-
${e=>e.scrollX&&
|
|
2342
|
+
${e=>e.scrollX&&j`
|
|
2343
2343
|
max-width: ${typeof e.scrollX=="number"?`${e.scrollX}px`:e.scrollX};
|
|
2344
2344
|
`}
|
|
2345
2345
|
|
|
2346
|
-
${e=>e.scrollY&&
|
|
2346
|
+
${e=>e.scrollY&&j`
|
|
2347
2347
|
max-height: ${typeof e.scrollY=="number"?`${e.scrollY}px`:e.scrollY};
|
|
2348
2348
|
`}
|
|
2349
|
-
`,
|
|
2349
|
+
`,Xc=g.table`
|
|
2350
2350
|
width: 100%;
|
|
2351
|
-
${e=>e.scrollX&&
|
|
2351
|
+
${e=>e.scrollX&&j`
|
|
2352
2352
|
min-width: ${typeof e.scrollX=="number"?`${e.scrollX}px`:e.scrollX};
|
|
2353
2353
|
`}
|
|
2354
2354
|
border-collapse: separate;
|
|
@@ -2357,24 +2357,24 @@
|
|
|
2357
2357
|
font-family: ${({theme:e})=>e.semantic.typography.component.fontSizeSm};
|
|
2358
2358
|
background-color: ${({theme:e})=>e.semantic.colors.background.surface};
|
|
2359
2359
|
|
|
2360
|
-
${e=>e.variant==="bordered"&&
|
|
2360
|
+
${e=>e.variant==="bordered"&&j`
|
|
2361
2361
|
border: 1px solid ${e.theme.semantic.colors.border.primary};
|
|
2362
|
-
border-radius: ${
|
|
2362
|
+
border-radius: ${He(e.size)} ${He(e.size)} 0 0;
|
|
2363
2363
|
`}
|
|
2364
2364
|
|
|
2365
|
-
${e=>e.variant==="striped"&&
|
|
2365
|
+
${e=>e.variant==="striped"&&j`
|
|
2366
2366
|
tbody tr:nth-of-type(even) {
|
|
2367
2367
|
--row-bg: ${e.theme.semantic.colors.background.surfaceSubtle};
|
|
2368
2368
|
}
|
|
2369
2369
|
`}
|
|
2370
|
-
`,
|
|
2370
|
+
`,Gc=g.thead`
|
|
2371
2371
|
background-color: ${({theme:e})=>e.semantic.colors.background.surfaceSubtle};
|
|
2372
2372
|
position: sticky;
|
|
2373
2373
|
top: 0;
|
|
2374
2374
|
z-index: 10;
|
|
2375
|
-
`,
|
|
2375
|
+
`,qc=g.tr`
|
|
2376
2376
|
border-bottom: 1px solid ${({theme:e})=>e.semantic.colors.border.primary};
|
|
2377
|
-
`,
|
|
2377
|
+
`,sn=g.th`
|
|
2378
2378
|
padding: ${e=>{switch(e.size){case"sm":return"8px 12px";case"lg":return"16px 16px";case"md":default:return"12px 16px"}}};
|
|
2379
2379
|
text-align: ${e=>e.align||"left"};
|
|
2380
2380
|
font-weight: 400; /* Regular font weight based on design (H9/H11) */
|
|
@@ -2385,24 +2385,24 @@
|
|
|
2385
2385
|
position: ${e=>e.fixed?"sticky":"static"};
|
|
2386
2386
|
background-color: ${({theme:e})=>e.semantic.colors.background.surfaceSubtle};
|
|
2387
2387
|
|
|
2388
|
-
${e=>e.width&&
|
|
2388
|
+
${e=>e.width&&j`
|
|
2389
2389
|
width: ${typeof e.width=="number"?`${e.width}px`:e.width};
|
|
2390
2390
|
`}
|
|
2391
2391
|
|
|
2392
|
-
${e=>e.fixed==="left"&&
|
|
2392
|
+
${e=>e.fixed==="left"&&j`
|
|
2393
2393
|
left: 0;
|
|
2394
2394
|
z-index: 11;
|
|
2395
2395
|
/* 调整固定列阴影,使其更柔和 */
|
|
2396
2396
|
box-shadow: 4px 0 8px -4px rgba(0, 0, 0, 0.1);
|
|
2397
2397
|
`}
|
|
2398
2398
|
|
|
2399
|
-
${e=>e.fixed==="right"&&
|
|
2399
|
+
${e=>e.fixed==="right"&&j`
|
|
2400
2400
|
right: 0;
|
|
2401
2401
|
z-index: 11;
|
|
2402
2402
|
box-shadow: -4px 0 8px -4px rgba(0, 0, 0, 0.1);
|
|
2403
2403
|
`}
|
|
2404
2404
|
|
|
2405
|
-
${e=>e.sortable&&
|
|
2405
|
+
${e=>e.sortable&&j`
|
|
2406
2406
|
cursor: pointer;
|
|
2407
2407
|
transition: background-color 0.15s ease;
|
|
2408
2408
|
|
|
@@ -2412,13 +2412,13 @@
|
|
|
2412
2412
|
`}
|
|
2413
2413
|
|
|
2414
2414
|
&:first-of-type {
|
|
2415
|
-
border-top-left-radius: ${e=>
|
|
2415
|
+
border-top-left-radius: ${e=>He(e.size)};
|
|
2416
2416
|
}
|
|
2417
2417
|
|
|
2418
2418
|
&:last-of-type {
|
|
2419
|
-
border-top-right-radius: ${e=>
|
|
2419
|
+
border-top-right-radius: ${e=>He(e.size)};
|
|
2420
2420
|
}
|
|
2421
|
-
`,
|
|
2421
|
+
`,Jc=g.span`
|
|
2422
2422
|
display: inline-flex;
|
|
2423
2423
|
flex-direction: column;
|
|
2424
2424
|
align-items: center;
|
|
@@ -2439,15 +2439,15 @@
|
|
|
2439
2439
|
color: ${({theme:e})=>e.semantic.colors.brand.primary};
|
|
2440
2440
|
opacity: 1;
|
|
2441
2441
|
}
|
|
2442
|
-
`,
|
|
2442
|
+
`,Qc=g.tbody``,Bt=g.tr`
|
|
2443
2443
|
/* 定义背景色变量,用于同步固定列的背景 */
|
|
2444
2444
|
--row-bg: ${({theme:e})=>e.semantic.colors.background.surface};
|
|
2445
2445
|
|
|
2446
|
-
${e=>e.isSubRow&&
|
|
2446
|
+
${e=>e.isSubRow&&j`
|
|
2447
2447
|
--row-bg: ${e.theme.semantic.colors.background.surfaceSubtle};
|
|
2448
2448
|
`}
|
|
2449
2449
|
|
|
2450
|
-
${e=>e.selected&&
|
|
2450
|
+
${e=>e.selected&&j`
|
|
2451
2451
|
--row-bg: ${e.theme.semantic.colors.brand.primarySubtle};
|
|
2452
2452
|
`}
|
|
2453
2453
|
|
|
@@ -2463,11 +2463,11 @@
|
|
|
2463
2463
|
border-bottom: none;
|
|
2464
2464
|
}
|
|
2465
2465
|
|
|
2466
|
-
${e=>(e.selectable||e.expandable)&&
|
|
2466
|
+
${e=>(e.selectable||e.expandable)&&j`
|
|
2467
2467
|
cursor: pointer;
|
|
2468
2468
|
`}
|
|
2469
2469
|
|
|
2470
|
-
${e=>
|
|
2470
|
+
${e=>j`
|
|
2471
2471
|
&:hover {
|
|
2472
2472
|
--row-bg: ${e.selected?e.theme.semantic.colors.brand.primarySubtle:e.theme.semantic.colors.background.surfaceSubtle};
|
|
2473
2473
|
}
|
|
@@ -2476,10 +2476,10 @@
|
|
|
2476
2476
|
--row-bg: ${e.selected?e.theme.semantic.colors.brand.primarySubtle:e.theme.semantic.colors.background.surfaceStrong};
|
|
2477
2477
|
}
|
|
2478
2478
|
`}
|
|
2479
|
-
`,
|
|
2479
|
+
`,ft=g.td`
|
|
2480
2480
|
padding: ${e=>{switch(e.size){case"sm":return"8px 12px";case"lg":return"16px 16px";case"md":default:return"12px 16px"}}};
|
|
2481
2481
|
|
|
2482
|
-
${e=>e.level&&e.level>0&&
|
|
2482
|
+
${e=>e.level&&e.level>0&&j`
|
|
2483
2483
|
padding-left: ${16+e.level*24}px;
|
|
2484
2484
|
`}
|
|
2485
2485
|
|
|
@@ -2491,27 +2491,27 @@
|
|
|
2491
2491
|
background-color: ${e=>e.fixed?"var(--row-bg, inherit)":"inherit"};
|
|
2492
2492
|
transition: background-color 0.15s ease;
|
|
2493
2493
|
|
|
2494
|
-
${e=>e.width&&
|
|
2494
|
+
${e=>e.width&&j`
|
|
2495
2495
|
width: ${typeof e.width=="number"?`${e.width}px`:e.width};
|
|
2496
2496
|
`}
|
|
2497
2497
|
|
|
2498
|
-
${e=>e.fixed==="left"&&
|
|
2498
|
+
${e=>e.fixed==="left"&&j`
|
|
2499
2499
|
left: 0;
|
|
2500
2500
|
z-index: 9;
|
|
2501
2501
|
box-shadow: 4px 0 8px -4px rgba(0, 0, 0, 0.1);
|
|
2502
2502
|
`}
|
|
2503
2503
|
|
|
2504
|
-
${e=>e.fixed==="right"&&
|
|
2504
|
+
${e=>e.fixed==="right"&&j`
|
|
2505
2505
|
right: 0;
|
|
2506
2506
|
z-index: 9;
|
|
2507
2507
|
box-shadow: -4px 0 8px -4px rgba(0, 0, 0, 0.1);
|
|
2508
2508
|
`}
|
|
2509
|
-
`,
|
|
2509
|
+
`,an=g.div`
|
|
2510
2510
|
display: flex;
|
|
2511
2511
|
align-items: center;
|
|
2512
2512
|
justify-content: center;
|
|
2513
2513
|
width: 40px;
|
|
2514
|
-
`,
|
|
2514
|
+
`,ed=g.button`
|
|
2515
2515
|
display: inline-flex;
|
|
2516
2516
|
align-items: center;
|
|
2517
2517
|
justify-content: center;
|
|
@@ -2534,23 +2534,23 @@
|
|
|
2534
2534
|
height: 16px;
|
|
2535
2535
|
transform: ${e=>e.expanded?"rotate(90deg)":"none"};
|
|
2536
2536
|
}
|
|
2537
|
-
`,
|
|
2537
|
+
`,td=g.div`
|
|
2538
2538
|
padding: 48px 24px;
|
|
2539
2539
|
text-align: center;
|
|
2540
2540
|
color: ${({theme:e})=>e.semantic.colors.text.tertiary};
|
|
2541
2541
|
font-size: 12px;
|
|
2542
|
-
`,
|
|
2543
|
-
${e=>e.ellipsis&&
|
|
2542
|
+
`,rd=g.div`
|
|
2543
|
+
${e=>e.ellipsis&&j`
|
|
2544
2544
|
overflow: hidden;
|
|
2545
2545
|
text-overflow: ellipsis;
|
|
2546
2546
|
white-space: nowrap;
|
|
2547
2547
|
`}
|
|
2548
2548
|
|
|
2549
|
-
${e=>e.wrapText&&
|
|
2549
|
+
${e=>e.wrapText&&j`
|
|
2550
2550
|
white-space: normal;
|
|
2551
2551
|
word-break: break-word;
|
|
2552
2552
|
`}
|
|
2553
|
-
`,
|
|
2553
|
+
`,nd=Uc,od=Yc;function id({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:b,onSortChange:v,onRowClick:w,emptyText:y="暂无数据",className:C,wrapText:$=!1,loading:k=!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";(b==null?void 0:b.key)===E&&(b.direction==="asc"?M="desc":b.direction==="desc"&&(M=null)),v(E,M)},[b,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])),w==null||w(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 ge=new Set(K==="all"?t.map(je=>je.id):K);se?ge.add(z.id):ge.delete(z.id),Q(ge)}})})},"selection-column"),e.map((se,ge)=>{const je=z[se.key],ct=ge===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(ed,{expanded:J,onClick:Rt=>{Rt.stopPropagation(),P(z.id)},"aria-label":J?"收起":"展开",children:i.jsx(Te,{})}),i.jsx(rd,{ellipsis:se.ellipsis,wrapText:$,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,$,P,Q,w]);return t.length===0&&!k?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:C,children:i.jsx(td,{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:C,children:i.jsxs(Xc,{ref:R,size:r,variant:o?"bordered":n,scrollX:a==null?void 0:a.x,children:[i.jsx(Gc,{children:i.jsxs(qc,{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(Jc,{direction:(b==null?void 0:b.key)===E.key?b.direction:void 0,children:[i.jsx(gr,{"data-active":(b==null?void 0:b.key)===E.key&&b.direction==="asc"}),i.jsx(at,{"data-active":(b==null?void 0:b.key)===E.key&&b.direction==="desc"})]})]})},E.key))]})}),i.jsx(Qc,{children:k?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(id);To.displayName="Table";const sd=To;function ad(e={}){let{isReadOnly:t}=e,[r,n]=wt(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 ld=["sm","md"],cd=(e,t)=>{const r=t.components.switch.size[e];return j`
|
|
2554
2554
|
/* 提供尺寸相关的 CSS 变量,方便内部元素计算占位 */
|
|
2555
2555
|
--switch-thumb-size: ${r.thumbSize};
|
|
2556
2556
|
--switch-inner-gap: ${t.components.switch.gap};
|
|
@@ -2564,7 +2564,7 @@
|
|
|
2564
2564
|
width: ${r.thumbSize};
|
|
2565
2565
|
height: ${r.thumbSize};
|
|
2566
2566
|
}
|
|
2567
|
-
`},
|
|
2567
|
+
`},dd=g.label`
|
|
2568
2568
|
/* 基础布局 */
|
|
2569
2569
|
position: relative;
|
|
2570
2570
|
display: inline-flex;
|
|
@@ -2584,10 +2584,10 @@
|
|
|
2584
2584
|
* - 上下始终3px
|
|
2585
2585
|
*/
|
|
2586
2586
|
padding: 3px;
|
|
2587
|
-
${({hasInnerLabel:e,isSelected:t})=>e?
|
|
2587
|
+
${({hasInnerLabel:e,isSelected:t})=>e?j`
|
|
2588
2588
|
padding-left: ${t?"8px":"3px"};
|
|
2589
2589
|
padding-right: ${t?"3px":"8px"};
|
|
2590
|
-
`:
|
|
2590
|
+
`:j`
|
|
2591
2591
|
padding-left: 3px;
|
|
2592
2592
|
padding-right: 3px;
|
|
2593
2593
|
`}
|
|
@@ -2596,20 +2596,20 @@
|
|
|
2596
2596
|
transition: background-color ${({theme:e})=>e.components.switch.transition};
|
|
2597
2597
|
|
|
2598
2598
|
/* 尺寸样式 */
|
|
2599
|
-
${({size:e,theme:t})=>
|
|
2599
|
+
${({size:e,theme:t})=>cd(e,t)}
|
|
2600
2600
|
|
|
2601
2601
|
/* Focus 可见状态 - 键盘导航时显示 */
|
|
2602
|
-
${({isFocusVisible:e,theme:t})=>e&&
|
|
2602
|
+
${({isFocusVisible:e,theme:t})=>e&&j`
|
|
2603
2603
|
outline: none;
|
|
2604
2604
|
box-shadow: 0 0 0 ${t.components.switch.focusRing.offset} ${t.components.switch.focusRing.color};
|
|
2605
2605
|
`}
|
|
2606
2606
|
|
|
2607
2607
|
/* 禁用状态 */
|
|
2608
|
-
${({isDisabled:e,theme:t})=>e&&
|
|
2608
|
+
${({isDisabled:e,theme:t})=>e&&j`
|
|
2609
2609
|
opacity: ${t.components.switch.disabled.opacity};
|
|
2610
2610
|
cursor: not-allowed;
|
|
2611
2611
|
`}
|
|
2612
|
-
`,
|
|
2612
|
+
`,ud=g.span`
|
|
2613
2613
|
display: flex;
|
|
2614
2614
|
align-items: center;
|
|
2615
2615
|
width: 100%;
|
|
@@ -2619,16 +2619,16 @@
|
|
|
2619
2619
|
|
|
2620
2620
|
/* 当存在内部文字时,为滑块预留占位,避免文字与滑块重叠
|
|
2621
2621
|
预留尺寸 = 滑块尺寸 + 设计间距 */
|
|
2622
|
-
${({hasInnerLabel:e,isSelected:t,theme:r})=>e&&
|
|
2622
|
+
${({hasInnerLabel:e,isSelected:t,theme:r})=>e&&j`
|
|
2623
2623
|
padding-right: ${t?`calc(var(--switch-thumb-size) + ${r.components.switch.gap})`:"0"};
|
|
2624
2624
|
padding-left: ${t?"0":`calc(var(--switch-thumb-size) + ${r.components.switch.gap})`};
|
|
2625
2625
|
`}
|
|
2626
2626
|
|
|
2627
2627
|
/* 有文字时,根据选中状态调整文字位置 */
|
|
2628
|
-
${({hasInnerLabel:e,isSelected:t})=>e&&
|
|
2628
|
+
${({hasInnerLabel:e,isSelected:t})=>e&&j`
|
|
2629
2629
|
justify-content: ${t?"flex-start":"flex-end"};
|
|
2630
2630
|
`}
|
|
2631
|
-
`,
|
|
2631
|
+
`,fd=g.span`
|
|
2632
2632
|
display: inline-flex;
|
|
2633
2633
|
align-items: center;
|
|
2634
2634
|
color: ${({theme:e})=>e.components.switch.text.color};
|
|
@@ -2639,7 +2639,7 @@
|
|
|
2639
2639
|
user-select: none;
|
|
2640
2640
|
position: relative;
|
|
2641
2641
|
z-index: 2;
|
|
2642
|
-
`,
|
|
2642
|
+
`,pd=g.span`
|
|
2643
2643
|
display: block;
|
|
2644
2644
|
position: absolute;
|
|
2645
2645
|
top: 50%;
|
|
@@ -2649,10 +2649,10 @@
|
|
|
2649
2649
|
box-shadow: ${({theme:e})=>e.components.switch.thumb.shadow};
|
|
2650
2650
|
|
|
2651
2651
|
/* 位置控制:未选中在左,选中在右 */
|
|
2652
|
-
${({isSelected:e})=>e?
|
|
2652
|
+
${({isSelected:e})=>e?j`
|
|
2653
2653
|
right: 0;
|
|
2654
2654
|
left: auto;
|
|
2655
|
-
`:
|
|
2655
|
+
`:j`
|
|
2656
2656
|
left: 0;
|
|
2657
2657
|
right: auto;
|
|
2658
2658
|
`}
|
|
@@ -2660,20 +2660,20 @@
|
|
|
2660
2660
|
/* 平滑的位置过渡动画 */
|
|
2661
2661
|
transition: left ${({theme:e})=>e.components.switch.transition},
|
|
2662
2662
|
right ${({theme:e})=>e.components.switch.transition};
|
|
2663
|
-
`,
|
|
2663
|
+
`,hd=g.div`
|
|
2664
2664
|
display: flex;
|
|
2665
2665
|
align-items: center;
|
|
2666
2666
|
gap: 8px;
|
|
2667
|
-
`,
|
|
2667
|
+
`,gd=g.span`
|
|
2668
2668
|
font-size: ${({theme:e})=>e.global.typography.fontSize.sm};
|
|
2669
2669
|
color: ${({isDisabled:e,theme:t})=>e?t.semantic.colors.text.disabled:t.semantic.colors.text.primary};
|
|
2670
2670
|
user-select: none;
|
|
2671
2671
|
cursor: ${({isDisabled:e})=>e?"not-allowed":"pointer"};
|
|
2672
|
-
`,
|
|
2672
|
+
`,bd=ld,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=ad({...h,isSelected:o??d,defaultSelected:s??u}),b=c.useRef(null),v=f||b,{inputProps:w}=X.useSwitch({...h,isDisabled:n},m,b),{isFocusVisible:y,focusProps:C}=X.useFocusRing(),$=m.isSelected?t:r,k=!!(t||r),R=i.jsxs(dd,{size:e,isSelected:m.isSelected,isDisabled:n,isFocusVisible:y,hasInnerLabel:k,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(w,C),ref:v})}),i.jsxs(ud,{isSelected:m.isSelected,hasInnerLabel:k,children:[i.jsx(pd,{isSelected:m.isSelected,"data-thumb":!0,"aria-hidden":"true"}),k&&$&&i.jsx(fd,{isSelected:m.isSelected,children:$})]})]});return a?i.jsxs(hd,{children:[R,i.jsx(gd,{isDisabled:n,onClick:()=>{n||m.toggle()},children:a})]}):R});zo.displayName="Switch";const md=g.div`
|
|
2673
2673
|
display: flex;
|
|
2674
2674
|
align-items: center;
|
|
2675
2675
|
gap: ${({theme:e})=>e.components.transfer.container.gap};
|
|
2676
|
-
`,
|
|
2676
|
+
`,xd=g.div`
|
|
2677
2677
|
width: ${({theme:e})=>e.components.transfer.panel.width};
|
|
2678
2678
|
height: ${({theme:e})=>e.components.transfer.panel.height};
|
|
2679
2679
|
background: ${({theme:e})=>e.components.transfer.panel.background};
|
|
@@ -2682,7 +2682,7 @@
|
|
|
2682
2682
|
display: flex;
|
|
2683
2683
|
flex-direction: column;
|
|
2684
2684
|
overflow: hidden;
|
|
2685
|
-
`,
|
|
2685
|
+
`,vd=g.div`
|
|
2686
2686
|
display: flex;
|
|
2687
2687
|
align-items: center;
|
|
2688
2688
|
justify-content: space-between;
|
|
@@ -2692,13 +2692,13 @@
|
|
|
2692
2692
|
color: ${({theme:e})=>e.components.transfer.header.color};
|
|
2693
2693
|
background: ${({theme:e})=>e.components.transfer.header.background};
|
|
2694
2694
|
flex-shrink: 0;
|
|
2695
|
-
`,
|
|
2695
|
+
`,yd=g.span`
|
|
2696
2696
|
display: flex;
|
|
2697
2697
|
align-items: center;
|
|
2698
2698
|
gap: 8px;
|
|
2699
|
-
|
|
2699
|
+
`,$d=g.span`
|
|
2700
2700
|
color: ${({theme:e})=>e.semantic.colors.text.transferHeader};
|
|
2701
|
-
`,
|
|
2701
|
+
`,kd=g.div`
|
|
2702
2702
|
padding: 10px 0;
|
|
2703
2703
|
display: flex;
|
|
2704
2704
|
flex-shrink: 0;
|
|
@@ -2711,7 +2711,7 @@
|
|
|
2711
2711
|
min-width: 100%; /* 防止内容溢出 */
|
|
2712
2712
|
}
|
|
2713
2713
|
}
|
|
2714
|
-
`,
|
|
2714
|
+
`,wd=g.div`
|
|
2715
2715
|
flex: 1;
|
|
2716
2716
|
overflow-y: auto;
|
|
2717
2717
|
display: flex;
|
|
@@ -2734,7 +2734,7 @@
|
|
|
2734
2734
|
&::-webkit-scrollbar-thumb:hover {
|
|
2735
2735
|
background: ${({theme:e})=>e.semantic.colors.border.primary};
|
|
2736
2736
|
}
|
|
2737
|
-
`,
|
|
2737
|
+
`,Sd=g.div`
|
|
2738
2738
|
display: flex;
|
|
2739
2739
|
align-items: center;
|
|
2740
2740
|
height: ${({theme:e})=>e.components.transfer.item.height};
|
|
@@ -2747,18 +2747,18 @@
|
|
|
2747
2747
|
padding: ${({theme:e})=>e.components.transfer.item.padding};
|
|
2748
2748
|
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
2749
|
|
|
2750
|
-
`,
|
|
2750
|
+
`,Cd=g.span`
|
|
2751
2751
|
flex: 1;
|
|
2752
2752
|
overflow: hidden;
|
|
2753
2753
|
text-overflow: ellipsis;
|
|
2754
2754
|
white-space: nowrap;
|
|
2755
|
-
`,
|
|
2755
|
+
`,jd=g.div`
|
|
2756
2756
|
display: flex;
|
|
2757
2757
|
align-items: center;
|
|
2758
2758
|
gap: ${({theme:e})=>e.components.transfer.item.gap};
|
|
2759
2759
|
flex: 1;
|
|
2760
2760
|
overflow: hidden;
|
|
2761
|
-
`,
|
|
2761
|
+
`,Ed=g.button`
|
|
2762
2762
|
display: flex;
|
|
2763
2763
|
align-items: center;
|
|
2764
2764
|
justify-content: center;
|
|
@@ -2778,12 +2778,12 @@
|
|
|
2778
2778
|
width: 16px;
|
|
2779
2779
|
height: 16px;
|
|
2780
2780
|
}
|
|
2781
|
-
`,
|
|
2781
|
+
`,Td=g.div`
|
|
2782
2782
|
display: flex;
|
|
2783
2783
|
flex-direction: column;
|
|
2784
2784
|
gap: ${({theme:e})=>e.components.transfer.operations.gap};
|
|
2785
2785
|
align-items: center;
|
|
2786
|
-
`,be=
|
|
2786
|
+
`,be=g.div`
|
|
2787
2787
|
display: flex;
|
|
2788
2788
|
align-items: center;
|
|
2789
2789
|
justify-content: center;
|
|
@@ -2817,7 +2817,7 @@
|
|
|
2817
2817
|
color: ${({theme:e})=>e.components.transfer.operations.iconColor.active};
|
|
2818
2818
|
}
|
|
2819
2819
|
}
|
|
2820
|
-
`,
|
|
2820
|
+
`,zd=g.div`
|
|
2821
2821
|
display: flex;
|
|
2822
2822
|
align-items: center;
|
|
2823
2823
|
height: ${({theme:e})=>e.components.transfer.footer.height};
|
|
@@ -2827,14 +2827,14 @@
|
|
|
2827
2827
|
border-top: ${({theme:e})=>e.components.transfer.footer.borderTop};
|
|
2828
2828
|
margin-top: ${({theme:e})=>e.components.transfer.footer.marginTop};
|
|
2829
2829
|
flex-shrink: 0;
|
|
2830
|
-
`,
|
|
2830
|
+
`,Rd=g.div`
|
|
2831
2831
|
display: flex;
|
|
2832
2832
|
align-items: center;
|
|
2833
2833
|
justify-content: center;
|
|
2834
2834
|
height: 100%;
|
|
2835
2835
|
color: ${({theme:e})=>e.components.transfer.empty.color};
|
|
2836
2836
|
font-size: ${({theme:e})=>e.components.transfer.empty.fontSize};
|
|
2837
|
-
`,
|
|
2837
|
+
`,Ld=g.div`
|
|
2838
2838
|
display: flex;
|
|
2839
2839
|
align-items: center;
|
|
2840
2840
|
justify-content: space-between;
|
|
@@ -2843,15 +2843,15 @@
|
|
|
2843
2843
|
flex-shrink: 0;
|
|
2844
2844
|
font-size: 12px;
|
|
2845
2845
|
color: ${({theme:e})=>e.semantic.colors.text.secondary};
|
|
2846
|
-
`,
|
|
2846
|
+
`,Md=g.div`
|
|
2847
2847
|
display: flex;
|
|
2848
2848
|
align-items: center;
|
|
2849
2849
|
gap: 8px;
|
|
2850
|
-
`,
|
|
2850
|
+
`,Id=g.div`
|
|
2851
2851
|
display: flex;
|
|
2852
2852
|
align-items: center;
|
|
2853
2853
|
gap: 4px;
|
|
2854
|
-
`,
|
|
2854
|
+
`,ln=g.button`
|
|
2855
2855
|
display: flex;
|
|
2856
2856
|
align-items: center;
|
|
2857
2857
|
justify-content: center;
|
|
@@ -2873,7 +2873,7 @@
|
|
|
2873
2873
|
width: 14px;
|
|
2874
2874
|
height: 14px;
|
|
2875
2875
|
}
|
|
2876
|
-
`;
|
|
2876
|
+
`;g.select`
|
|
2877
2877
|
height: 24px;
|
|
2878
2878
|
padding: 0 20px 0 8px;
|
|
2879
2879
|
border: 1px solid ${({theme:e})=>e.semantic.colors.border.primary};
|
|
@@ -2887,9 +2887,9 @@
|
|
|
2887
2887
|
&:hover {
|
|
2888
2888
|
border-color: ${({theme:e})=>e.semantic.colors.brand.primary};
|
|
2889
2889
|
}
|
|
2890
|
-
`;const
|
|
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:b="all",oneWay:v=!1,onItemDelete:w,pagination:y})=>{const C=it(),[$,k]=c.useState(""),[R,T]=c.useState(1),[I,B]=c.useState(typeof y=="object"&&y.pageSize?y.pageSize:10),L=c.useMemo(()=>$?a?t.filter(z=>a($,z)):t.filter(z=>{const N=String(z.title||""),J=String(z.description||"");return N.toLowerCase().includes($.toLowerCase())||J.toLowerCase().includes($.toLowerCase())}):t,[t,$,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(vd,{children:[i.jsxs(yd,{children:[h&&D.length>0&&i.jsx(De,{checked:P,indeterminate:F,onChange:V,disabled:n}),u]}),i.jsxs($d,{children:[E,"/",t.length]})]});return i.jsxs(xd,{children:[x?x({direction:e,selectedCount:E,totalCount:t.length,selectedKeys:r,onSelectAll:V,title:u,showSelectAll:h,disabled:n,onClearAll:m,clearMode:b}):M(),o&&i.jsx(kd,{children:i.jsx(yr,{suffix:i.jsx(On,{style:{color:C.components.transfer.search.iconColor}}),size:"sm",value:$,onChange:z=>k(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(Rd,{children:(p==null?void 0:p.notFoundContent)||"暂无数据"}):_.map(z=>i.jsxs(Sd,{disabled:n||z.disabled,selected:r.has(z.key),onClick:()=>{!n&&!z.disabled&&q(z.key)},children:[i.jsxs(jd,{children:[(!v||e==="left")&&i.jsx(De,{checked:r.has(z.key),disabled:n||z.disabled,onClick:N=>{N.stopPropagation()}}),i.jsx(Cd,{children:S(z)})]}),v&&e==="right"&&w&&i.jsx(Ed,{onClick:N=>{N.stopPropagation(),!n&&!z.disabled&&w(z.key)},disabled:n||z.disabled,children:i.jsx(Fn,{})})]},z.key))}),U&&L.length>0&&i.jsxs(Ld,{children:[i.jsxs(Md,{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(Id,{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(zd,{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:b,header:v,oneWay:w=!1,actions:y,pagination:C})=>{const[$,k]=c.useState(new Set(r)),R=t!==void 0,T=c.useMemo(()=>R?new Set(t):$,[R,t,$]),[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||k(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||k(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||k(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||k(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||k(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 w?E?typeof E=="function"?i.jsx(c.Fragment,{children:E(Array.from(I))},"right"):i.jsx(c.Fragment,{children:E},"right"):i.jsxs(be,{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(be,{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(be,{onClick:K,disabled:!V,children:[i.jsx(qe,{}),p==null?void 0:p[1]]})]})}if(y&&Array.isArray(y)){if(w){const M=y[0];return M?typeof M=="string"?i.jsx(be,{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(be,{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(be,{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(be,{onClick:_,disabled:!F,children:[i.jsx(Te,{}),p==null?void 0:p[0]]}),E?typeof E=="string"?i.jsx(be,{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(be,{onClick:K,disabled:!V,children:[i.jsx(qe,{}),p==null?void 0:p[1]]})]})}return w?i.jsxs(be,{onClick:_,disabled:!F,children:[i.jsx(Te,{}),p==null?void 0:p[0]]}):i.jsxs(i.Fragment,{children:[i.jsxs(be,{onClick:_,disabled:!F,children:[i.jsx(Te,{}),p==null?void 0:p[0]]}),i.jsxs(be,{onClick:K,disabled:!V,children:[i.jsx(qe,{}),p==null?void 0:p[1]]})]})};return i.jsxs(md,{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:b,header:v,onClearAll:Q,clearMode:"all",oneWay:w,pagination:C}),i.jsx(Td,{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:b,header:v,onClearAll:O,clearMode:"all",oneWay:w,onItemDelete:w?P:void 0,pagination:C})]})};Ro.displayName="Transfer";const Pd=["idle","uploading","success","error"],Nd=g.div`
|
|
2891
2891
|
width: 100%;
|
|
2892
|
-
`,
|
|
2892
|
+
`,Ad=g.div`
|
|
2893
2893
|
position: relative;
|
|
2894
2894
|
display: flex;
|
|
2895
2895
|
flex-direction: column;
|
|
@@ -2904,7 +2904,7 @@
|
|
|
2904
2904
|
transition: all 0.2s ease;
|
|
2905
2905
|
outline: none;
|
|
2906
2906
|
|
|
2907
|
-
${({isDisabled:e,theme:t})=>!e&&
|
|
2907
|
+
${({isDisabled:e,theme:t})=>!e&&j`
|
|
2908
2908
|
&:hover {
|
|
2909
2909
|
border-color: ${t.semantic.colors.brand.primary};
|
|
2910
2910
|
}
|
|
@@ -2915,54 +2915,54 @@
|
|
|
2915
2915
|
}
|
|
2916
2916
|
`}
|
|
2917
2917
|
|
|
2918
|
-
${({isDisabled:e,theme:t})=>e&&
|
|
2918
|
+
${({isDisabled:e,theme:t})=>e&&j`
|
|
2919
2919
|
opacity: 0.5;
|
|
2920
2920
|
background: ${t.semantic.colors.background.secondary};
|
|
2921
2921
|
`}
|
|
2922
|
-
`,
|
|
2922
|
+
`,Fd=g.div`
|
|
2923
2923
|
width: 100px;
|
|
2924
2924
|
height: 100px;
|
|
2925
2925
|
display: flex;
|
|
2926
2926
|
align-items: center;
|
|
2927
2927
|
justify-content: center;
|
|
2928
|
-
`,
|
|
2928
|
+
`,Od=g.div`
|
|
2929
2929
|
display: flex;
|
|
2930
2930
|
flex-direction: column;
|
|
2931
2931
|
align-items: center;
|
|
2932
2932
|
gap: 4px;
|
|
2933
2933
|
width: 100%;
|
|
2934
2934
|
font-family: ${({theme:e})=>e.global.typography.fontFamily};
|
|
2935
|
-
`,
|
|
2935
|
+
`,Dd=g.div`
|
|
2936
2936
|
font-size: 14px;
|
|
2937
2937
|
line-height: 20px;
|
|
2938
2938
|
color: ${({theme:e})=>e.semantic.colors.text.primary};
|
|
2939
2939
|
text-align: center;
|
|
2940
2940
|
width: 100%;
|
|
2941
|
-
`,
|
|
2941
|
+
`,dn=g.p`
|
|
2942
2942
|
font-size: 12px;
|
|
2943
2943
|
line-height: 18px;
|
|
2944
2944
|
color: rgba(10, 24, 51, 0.4);
|
|
2945
2945
|
margin: 0;
|
|
2946
2946
|
white-space: pre;
|
|
2947
|
-
`,
|
|
2947
|
+
`,un=g.span`
|
|
2948
2948
|
color: ${({theme:e})=>e.semantic.colors.brand.primary};
|
|
2949
2949
|
cursor: pointer;
|
|
2950
2950
|
|
|
2951
2951
|
&:hover {
|
|
2952
2952
|
text-decoration: underline;
|
|
2953
2953
|
}
|
|
2954
|
-
`,
|
|
2954
|
+
`,Bd=g.div`
|
|
2955
2955
|
display: flex;
|
|
2956
2956
|
flex-direction: column;
|
|
2957
2957
|
gap: 16px;
|
|
2958
2958
|
margin-top: 16px;
|
|
2959
2959
|
width: 100%;
|
|
2960
|
-
`,
|
|
2960
|
+
`,_d=g.div`
|
|
2961
2961
|
display: flex;
|
|
2962
2962
|
flex-direction: column;
|
|
2963
2963
|
gap: 0;
|
|
2964
2964
|
width: 100%;
|
|
2965
|
-
`,
|
|
2965
|
+
`,Kd=g.div`
|
|
2966
2966
|
display: flex;
|
|
2967
2967
|
align-items: center;
|
|
2968
2968
|
gap: 8px;
|
|
@@ -2970,7 +2970,7 @@
|
|
|
2970
2970
|
border-radius: 4px;
|
|
2971
2971
|
background: ${({status:e,theme:t})=>e==="success"?"#FAFAFB":e==="error"?"#FEF6F1":t.semantic.colors.background.surface};
|
|
2972
2972
|
flex: 1;
|
|
2973
|
-
`,
|
|
2973
|
+
`,Vd=g.span`
|
|
2974
2974
|
display: inline-flex;
|
|
2975
2975
|
align-items: center;
|
|
2976
2976
|
justify-content: center;
|
|
@@ -2978,7 +2978,7 @@
|
|
|
2978
2978
|
height: 16px;
|
|
2979
2979
|
flex-shrink: 0;
|
|
2980
2980
|
color: ${({theme:e})=>e.semantic.colors.text.primary};
|
|
2981
|
-
`,
|
|
2981
|
+
`,Hd=g.div`
|
|
2982
2982
|
flex: 1;
|
|
2983
2983
|
font-family: ${({theme:e})=>e.global.typography.fontFamily};
|
|
2984
2984
|
font-size: 12px;
|
|
@@ -2987,7 +2987,7 @@
|
|
|
2987
2987
|
overflow: hidden;
|
|
2988
2988
|
text-overflow: ellipsis;
|
|
2989
2989
|
white-space: nowrap;
|
|
2990
|
-
`,
|
|
2990
|
+
`,Wd=g.span`
|
|
2991
2991
|
display: inline-flex;
|
|
2992
2992
|
align-items: center;
|
|
2993
2993
|
justify-content: center;
|
|
@@ -2995,7 +2995,7 @@
|
|
|
2995
2995
|
height: 16px;
|
|
2996
2996
|
flex-shrink: 0;
|
|
2997
2997
|
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
|
-
`,
|
|
2998
|
+
`,Ud=g.button`
|
|
2999
2999
|
display: inline-flex;
|
|
3000
3000
|
align-items: center;
|
|
3001
3001
|
justify-content: center;
|
|
@@ -3018,25 +3018,25 @@
|
|
|
3018
3018
|
outline-offset: 2px;
|
|
3019
3019
|
border-radius: 2px;
|
|
3020
3020
|
}
|
|
3021
|
-
`,
|
|
3021
|
+
`,Yd=g.div`
|
|
3022
3022
|
display: flex;
|
|
3023
3023
|
align-items: center;
|
|
3024
3024
|
gap: 16px;
|
|
3025
3025
|
height: 16px;
|
|
3026
3026
|
margin-top: 0;
|
|
3027
|
-
`,
|
|
3027
|
+
`,Zd=g.div`
|
|
3028
3028
|
flex: 1;
|
|
3029
3029
|
height: 6px;
|
|
3030
3030
|
background: ${({theme:e})=>e.semantic.colors.background.secondary};
|
|
3031
3031
|
border-radius: 5px;
|
|
3032
3032
|
overflow: hidden;
|
|
3033
|
-
`,
|
|
3033
|
+
`,Xd=g.div`
|
|
3034
3034
|
height: 100%;
|
|
3035
3035
|
width: ${({percent:e})=>e}%;
|
|
3036
3036
|
background: ${({theme:e})=>e.semantic.colors.brand.primary};
|
|
3037
3037
|
border-radius: 12px;
|
|
3038
3038
|
transition: width 0.3s ease;
|
|
3039
|
-
`,
|
|
3039
|
+
`,Gd=g.span`
|
|
3040
3040
|
font-family: ${({theme:e})=>e.global.typography.fontFamily};
|
|
3041
3041
|
font-size: 12px;
|
|
3042
3042
|
line-height: 18px;
|
|
@@ -3045,7 +3045,7 @@
|
|
|
3045
3045
|
flex-shrink: 0;
|
|
3046
3046
|
width: 40px;
|
|
3047
3047
|
text-align: right;
|
|
3048
|
-
`,
|
|
3048
|
+
`,qd=g.input`
|
|
3049
3049
|
position: absolute;
|
|
3050
3050
|
width: 1px;
|
|
3051
3051
|
height: 1px;
|
|
@@ -3055,7 +3055,7 @@
|
|
|
3055
3055
|
clip: rect(0, 0, 0, 0);
|
|
3056
3056
|
white-space: nowrap;
|
|
3057
3057
|
border-width: 0;
|
|
3058
|
-
`,
|
|
3058
|
+
`,Jd=Pd,Qd=()=>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"})})})]}),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("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"})]}),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:"M11.3333 5.5L6.75 10.0833L4.66667 8",stroke:"white",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),ru=()=>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"})]}),nu=()=>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"})}),ou=()=>`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:b,icon:v},w)=>{const y=c.useRef(null),C=c.useRef(null),[$,k]=c.useState(a),[R,T]=c.useState(!1),I=s!==void 0,B=I?s:$,L=S=>{I||k(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:ou(),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},C),q=S=>{switch(S){case"success":return i.jsx(tu,{});case"error":return i.jsx(ru,{});default:return null}};return i.jsxs(Nd,{ref:w,className:b,children:[i.jsxs(Ad,{...V,ref:C,isDragActive:R,isDisabled:o,onDragEnter:_,onDragLeave:K,onDragOver:Q,onDrop:O,role:"button",tabIndex:o?-1:0,"aria-label":"上传文件区域",children:[i.jsx(Fd,{children:v||i.jsx(Qd,{})}),i.jsxs(Od,{children:[i.jsx(Dd,{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(qd,{ref:y,type:"file",accept:e,multiple:t,onChange:re,disabled:o,"aria-hidden":"true"})]}),B.length>0&&i.jsx(Bd,{children:B.map(S=>i.jsxs(_d,{status:S.status,children:[i.jsxs(Kd,{status:S.status,children:[i.jsx(Vd,{children:i.jsx(eu,{})}),i.jsx(Hd,{status:S.status,children:S.name}),(S.status==="success"||S.status==="error")&&i.jsxs(i.Fragment,{children:[i.jsx(Wd,{status:S.status,children:q(S.status)}),i.jsx(Ud,{onClick:()=>F(S.uid),"aria-label":`删除文件 ${S.name}`,children:i.jsx(nu,{})})]})]}),S.status==="uploading"&&i.jsxs(Yd,{children:[i.jsx(Zd,{children:i.jsx(Xd,{percent:S.percent||0})}),i.jsxs(Gd,{children:[S.percent||0,"%"]})]})]},S.uid))})]})});Lo.displayName="Upload";const iu=g.div`
|
|
3059
3059
|
background: var(--ksd-card-bg);
|
|
3060
3060
|
border: ${({variant:e})=>e==="outlined"?"1px solid var(--ksd-card-border)":"none"};
|
|
3061
3061
|
box-shadow: ${({variant:e})=>e==="elevated"?"var(--ksd-card-shadow-elevated)":"none"};
|
|
@@ -3072,13 +3072,13 @@
|
|
|
3072
3072
|
border-color: ${t==="outlined"?"var(--ksd-card-border-hover)":"transparent"};
|
|
3073
3073
|
}
|
|
3074
3074
|
`}
|
|
3075
|
-
`,
|
|
3075
|
+
`,su=g.div`
|
|
3076
3076
|
display: flex;
|
|
3077
3077
|
align-items: center;
|
|
3078
3078
|
justify-content: space-between;
|
|
3079
3079
|
padding: var(--ksd-card-header-padding);
|
|
3080
3080
|
border-bottom: var(--ksd-card-header-border-bottom);
|
|
3081
|
-
`,
|
|
3081
|
+
`,au=g.div`
|
|
3082
3082
|
color: var(--ksd-card-title-color);
|
|
3083
3083
|
font-size: var(--ksd-card-title-font-size);
|
|
3084
3084
|
font-weight: var(--ksd-card-title-font-weight);
|
|
@@ -3086,17 +3086,17 @@
|
|
|
3086
3086
|
overflow: hidden;
|
|
3087
3087
|
text-overflow: ellipsis;
|
|
3088
3088
|
white-space: nowrap;
|
|
3089
|
-
`,
|
|
3089
|
+
`,lu=g.div`
|
|
3090
3090
|
color: var(--ksd-card-extra-color);
|
|
3091
3091
|
font-size: var(--ksd-card-extra-font-size);
|
|
3092
3092
|
margin-left: 16px;
|
|
3093
|
-
`,
|
|
3093
|
+
`,cu=g.div`
|
|
3094
3094
|
padding: ${({padding:e})=>e||"var(--ksd-card-padding-md)"};
|
|
3095
3095
|
flex: 1;
|
|
3096
3096
|
color: var(--ksd-card-title-color);
|
|
3097
3097
|
font-size: 14px;
|
|
3098
3098
|
line-height: 1.6;
|
|
3099
|
-
`,
|
|
3099
|
+
`,du=g.div`
|
|
3100
3100
|
width: 100%;
|
|
3101
3101
|
position: relative;
|
|
3102
3102
|
|
|
@@ -3111,11 +3111,11 @@
|
|
|
3111
3111
|
border-radius: var(--ksd-card-cover-radius);
|
|
3112
3112
|
}
|
|
3113
3113
|
}
|
|
3114
|
-
`,
|
|
3114
|
+
`,uu=g.div`
|
|
3115
3115
|
padding: var(--ksd-card-footer-padding);
|
|
3116
3116
|
background: var(--ksd-card-footer-bg);
|
|
3117
3117
|
border-top: var(--ksd-card-footer-border-top);
|
|
3118
|
-
`,
|
|
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(iu,{ref:h,variant:s,hoverable:o,className:d,...u,children:[r&&i.jsx(du,{children:r}),(e||t)&&i.jsxs(su,{children:[e&&i.jsx(au,{children:e}),t&&i.jsx(lu,{children:t})]}),i.jsx(cu,{padding:a,children:l}),n&&i.jsx(uu,{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}`}}),fu=Me`
|
|
3119
3119
|
from {
|
|
3120
3120
|
opacity: 0;
|
|
3121
3121
|
transform: scale(0.96);
|
|
@@ -3124,7 +3124,7 @@
|
|
|
3124
3124
|
opacity: 1;
|
|
3125
3125
|
transform: scale(1);
|
|
3126
3126
|
}
|
|
3127
|
-
`,
|
|
3127
|
+
`,pu=g.div`
|
|
3128
3128
|
z-index: ${({theme:e})=>e.components.tooltip.zIndex};
|
|
3129
3129
|
|
|
3130
3130
|
padding: ${({theme:e})=>e.components.tooltip.padding};
|
|
@@ -3139,7 +3139,7 @@
|
|
|
3139
3139
|
font-size: ${({theme:e})=>e.components.tooltip.fontSize};
|
|
3140
3140
|
line-height: ${({theme:e})=>e.components.tooltip.lineHeight};
|
|
3141
3141
|
|
|
3142
|
-
animation: ${
|
|
3142
|
+
animation: ${fu} ${({theme:e})=>e.components.tooltip.animation.duration}
|
|
3143
3143
|
${({theme:e})=>e.components.tooltip.animation.easing} forwards;
|
|
3144
3144
|
|
|
3145
3145
|
/* 根据 placement 设置 transform-origin */
|
|
@@ -3147,7 +3147,7 @@
|
|
|
3147
3147
|
|
|
3148
3148
|
/* 确保文字不会换行太频繁 */
|
|
3149
3149
|
word-wrap: break-word;
|
|
3150
|
-
`,
|
|
3150
|
+
`,hu=g.div`
|
|
3151
3151
|
position: absolute;
|
|
3152
3152
|
width: ${({theme:e})=>e.components.tooltip.arrow.size};
|
|
3153
3153
|
height: ${({theme:e})=>e.components.tooltip.arrow.size};
|
|
@@ -3179,5 +3179,5 @@
|
|
|
3179
3179
|
top: 50%;
|
|
3180
3180
|
transform: translateY(-50%);
|
|
3181
3181
|
`;default:return""}}}
|
|
3182
|
-
`,$n=c.forwardRef(({children:e,content:t,placement:r="top",offset:o=8,delay:n=0,closeDelay:s=0,disabled:a=!1,showArrow:l=!0,open:d,defaultOpen:u=!1,onOpenChange:h,className:p,style:f},x)=>{if(typeof document>"u")return e;const[m,g]=c.useState(u),$=d!==void 0,k=$?d:m,v=c.useRef(null),j=c.useRef(null),w=c.useRef(null),y=c.useRef(null),[R,z]=c.useState({top:0,left:0}),A=c.useCallback(()=>{w.current&&(clearTimeout(w.current),w.current=null),y.current&&(clearTimeout(y.current),y.current=null)},[]),O=c.useCallback(I=>{a||($||g(I),h==null||h(I))},[a,$,h]),L=c.useCallback(()=>{a||(A(),n>0?w.current=setTimeout(()=>{O(!0)},n):O(!0))},[a,n,A,O]),B=c.useCallback(()=>{A(),s>0?y.current=setTimeout(()=>{O(!1)},s):O(!1)},[s,A,O]),{hoverProps:U}=X.useHover({isDisabled:a,onHoverStart:L,onHoverEnd:B}),{focusWithinProps:re}=X.useFocusWithin({isDisabled:a,onFocusWithin:()=>L(),onBlurWithin:()=>B()}),K=c.useCallback(()=>{if(!v.current||!j.current)return;const I=v.current.getBoundingClientRect(),F=j.current.getBoundingClientRect(),_=window.scrollX,q=window.scrollY;let C=0,E=0;switch(r){case"top":C=I.top+q-F.height-o,E=I.left+_+(I.width-F.width)/2;break;case"bottom":C=I.bottom+q+o,E=I.left+_+(I.width-F.width)/2;break;case"left":C=I.top+q+(I.height-F.height)/2,E=I.left+_-F.width-o;break;case"right":C=I.top+q+(I.height-F.height)/2,E=I.right+_+o;break}z({top:C,left:E})},[r,o]);if(c.useEffect(()=>{if(!k)return;K();const I=()=>K();return window.addEventListener("scroll",I,!0),window.addEventListener("resize",I),()=>{window.removeEventListener("scroll",I,!0),window.removeEventListener("resize",I)}},[k,K]),c.useEffect(()=>()=>A(),[A]),!c.isValidElement(e))return console.warn("Tooltip: children must be a valid React element"),e;const V=Re(U,re,{ref:v,"aria-describedby":k?"kai-tooltip":void 0}),Q=i.jsx("span",{...V,style:{display:"inline-block"},children:e}),D=k&&!a&&t?Qt.createPortal(i.jsxs(eu,{ref:I=>{j.current=I,typeof x=="function"?x(I):x&&(x.current=I)},id:"kai-tooltip",role:"tooltip",placement:r,className:p,style:{...f,position:"absolute",top:R.top,left:R.left},"data-placement":r,children:[l&&i.jsx(tu,{placement:r}),t]}),document.body):null;return i.jsxs(i.Fragment,{children:[Q,D]})});$n.displayName="Tooltip";const ru=({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"}),ou=({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"}}),nu=({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}`}}),iu=({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"}),su=({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"}),au=({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"}}),lu=({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"}),cu=({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}}}),du=({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"}),uu=({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"}),fu=({global:e,semantic:t,mode:r})=>{const o=r==="dark";return{colors:{default:{background:{default:o?"rgba(148, 163, 184, 0.15)":e.colors.neutral[100],hover:o?"rgba(148, 163, 184, 0.2)":e.colors.neutral[200],active:o?"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:o?e.colors.word[100]:"rgba(10, 24, 51, 0.7)",checked:e.colors.common.white},border:{default:o?"rgba(148, 163, 184, 0.28)":e.colors.neutral[400],hover:o?"rgba(148, 163, 184, 0.38)":e.colors.neutral[500],active:o?"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:o?"rgba(170, 14, 41, 0.12)":"rgba(170, 14, 41, 0.08)",hover:o?"rgba(170, 14, 41, 0.16)":"rgba(170, 14, 41, 0.12)",active:o?"rgba(170, 14, 41, 0.2)":"rgba(170, 14, 41, 0.16)"},text:{default:o?e.colors.red[300]:e.colors.red[700]},border:{default:o?"rgba(170, 14, 41, 0.3)":"rgba(170, 14, 41, 0.25)"}},orange:{background:{default:o?"rgba(237, 154, 0, 0.12)":"rgba(237, 154, 0, 0.08)",hover:o?"rgba(237, 154, 0, 0.16)":"rgba(237, 154, 0, 0.12)",active:o?"rgba(237, 154, 0, 0.2)":"rgba(237, 154, 0, 0.16)"},text:{default:o?e.colors.orange[300]:e.colors.orange[500]},border:{default:o?"rgba(237, 154, 0, 0.3)":"rgba(237, 154, 0, 0.25)"}},yellow:{background:{default:o?"rgba(250, 208, 0, 0.12)":"rgba(250, 208, 0, 0.08)",hover:o?"rgba(250, 208, 0, 0.16)":"rgba(250, 208, 0, 0.12)",active:o?"rgba(250, 208, 0, 0.2)":"rgba(250, 208, 0, 0.16)"},text:{default:o?e.colors.yellow[300]:e.colors.yellow[500]},border:{default:o?"rgba(250, 208, 0, 0.3)":"rgba(250, 208, 0, 0.25)"}},green:{background:{default:o?"rgba(51, 189, 72, 0.12)":"rgba(51, 189, 72, 0.08)",hover:o?"rgba(51, 189, 72, 0.16)":"rgba(51, 189, 72, 0.12)",active:o?"rgba(51, 189, 72, 0.2)":"rgba(51, 189, 72, 0.16)"},text:{default:o?e.colors.green[300]:e.colors.green[500]},border:{default:o?"rgba(51, 189, 72, 0.3)":"rgba(51, 189, 72, 0.25)"}},lavender:{background:{default:o?"rgba(99, 79, 214, 0.12)":"rgba(99, 79, 214, 0.08)",hover:o?"rgba(99, 79, 214, 0.16)":"rgba(99, 79, 214, 0.12)",active:o?"rgba(99, 79, 214, 0.2)":"rgba(99, 79, 214, 0.16)"},text:{default:o?e.colors.lavender[300]:e.colors.lavender[500]},border:{default:o?"rgba(99, 79, 214, 0.3)":"rgba(99, 79, 214, 0.25)"}},lilac:{background:{default:o?"rgba(159, 58, 214, 0.12)":"rgba(159, 58, 214, 0.08)",hover:o?"rgba(159, 58, 214, 0.16)":"rgba(159, 58, 214, 0.12)",active:o?"rgba(159, 58, 214, 0.2)":"rgba(159, 58, 214, 0.16)"},text:{default:o?e.colors.lilac[300]:e.colors.lilac[500]},border:{default:o?"rgba(159, 58, 214, 0.3)":"rgba(159, 58, 214, 0.25)"}},carmine:{background:{default:o?"rgba(214, 58, 191, 0.12)":"rgba(214, 58, 191, 0.08)",hover:o?"rgba(214, 58, 191, 0.16)":"rgba(214, 58, 191, 0.12)",active:o?"rgba(214, 58, 191, 0.2)":"rgba(214, 58, 191, 0.16)"},text:{default:o?e.colors.carmine[300]:e.colors.carmine[500]},border:{default:o?"rgba(214, 58, 191, 0.3)":"rgba(214, 58, 191, 0.25)"}},rose:{background:{default:o?"rgba(229, 30, 100, 0.12)":"rgba(229, 30, 100, 0.08)",hover:o?"rgba(229, 30, 100, 0.16)":"rgba(229, 30, 100, 0.12)",active:o?"rgba(229, 30, 100, 0.2)":"rgba(229, 30, 100, 0.16)"},text:{default:o?e.colors.rose[300]:e.colors.rose[500]},border:{default:o?"rgba(229, 30, 100, 0.3)":"rgba(229, 30, 100, 0.25)"}},mint:{background:{default:o?"rgba(71, 192, 214, 0.12)":"rgba(71, 192, 214, 0.08)",hover:o?"rgba(71, 192, 214, 0.16)":"rgba(71, 192, 214, 0.12)",active:o?"rgba(71, 192, 214, 0.2)":"rgba(71, 192, 214, 0.16)"},text:{default:o?e.colors.mint[300]:e.colors.mint[500]},border:{default:o?"rgba(71, 192, 214, 0.3)":"rgba(71, 192, 214, 0.25)"}},olive:{background:{default:o?"rgba(187, 214, 36, 0.12)":"rgba(187, 214, 36, 0.08)",hover:o?"rgba(187, 214, 36, 0.16)":"rgba(187, 214, 36, 0.12)",active:o?"rgba(187, 214, 36, 0.2)":"rgba(187, 214, 36, 0.16)"},text:{default:o?e.colors.olive[300]:e.colors.olive[500]},border:{default:o?"rgba(187, 214, 36, 0.3)":"rgba(187, 214, 36, 0.25)"}},blue:{background:{default:o?"rgba(44, 111, 231, 0.12)":"rgba(44, 111, 231, 0.08)",hover:o?"rgba(44, 111, 231, 0.16)":"rgba(44, 111, 231, 0.12)",active:o?"rgba(44, 111, 231, 0.2)":"rgba(44, 111, 231, 0.16)"},text:{default:t.colors.brand.primary},border:{default:o?"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}}},pu=({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"}}},hu=({global:e,semantic:t,mode:r})=>{const o=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:o?"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:o?"rgba(148, 163, 184, 0.2)":e.colors.neutral[200]},finish:{color:t.colors.brand.primary,bg:o?"rgba(44, 111, 231, 0.15)":t.colors.brand.primarySubtle},error:{color:t.colors.state.danger,bg:o?"rgba(170, 14, 41, 0.15)":t.colors.state.dangerSubtle}},gap:e.spacing.sm}},bu=({global:e,semantic:t,mode:r})=>{const o=r==="dark";return{container:{width:{expanded:"240px",collapsed:"68px"},background:o?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:o?t.colors.background.surfaceStrong:t.colors.background.surfaceSubtle,active:o?"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:o?t.colors.background.surfaceStrong:t.colors.background.surfaceSubtle,active:o?"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:o?"rgba(255, 255, 255, 0.2)":"rgba(0, 0, 0, 0.2)",trackColor:"transparent"},popover:{background:o?t.colors.background.surface:e.colors.common.white,border:`1px solid ${t.colors.border.primary}`,borderRadius:e.radii.r4,boxShadow:o?"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:o?t.colors.background.surfaceStrong:t.colors.background.surfaceSubtle,active:o?"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}}}}},gu=({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"}}),mu=({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"}),xu=({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"}),vu=({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}),wn=e=>({button:ru(e),floatButton:nu(e),iconButton:ou(e),checkbox:iu(e),radio:su(e),switch:au(e),input:lu(e),select:cu(e),numberfield:du(e),collapse:uu(e),tag:fu(e),skeleton:pu(e),stepper:hu(e),menu:bu(e),link:gu(e),transfer:mu(e),modal:xu(e),card:yn(e),tooltip:vu(e)}),yr=(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:wn({global:r,semantic:e,mode:t})}},kn=yr(ae.lightSemantic,"light"),Sn=yr(ae.darkSemantic,"dark");var yu=function(t){return $u(t)&&!wu(t)};function $u(e){return!!e&&typeof e=="object"}function wu(e){var t=Object.prototype.toString.call(e);return t==="[object RegExp]"||t==="[object Date]"||Cu(e)}var ku=typeof Symbol=="function"&&Symbol.for,Su=ku?Symbol.for("react.element"):60103;function Cu(e){return e.$$typeof===Su}function ju(e){return Array.isArray(e)?[]:{}}function rt(e,t){return t.clone!==!1&&t.isMergeableObject(e)?He(ju(e),e,t):e}function Eu(e,t,r){return e.concat(t).map(function(o){return rt(o,r)})}function zu(e,t){if(!t.customMerge)return He;var r=t.customMerge(e);return typeof r=="function"?r:He}function Tu(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(t){return Object.propertyIsEnumerable.call(e,t)}):[]}function eo(e){return Object.keys(e).concat(Tu(e))}function Cn(e,t){try{return t in e}catch{return!1}}function Ru(e,t){return Cn(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))}function Lu(e,t,r){var o={};return r.isMergeableObject(e)&&eo(e).forEach(function(n){o[n]=rt(e[n],r)}),eo(t).forEach(function(n){Ru(e,n)||(Cn(e,n)&&r.isMergeableObject(t[n])?o[n]=zu(n,r)(e[n],t[n],r):o[n]=rt(t[n],r))}),o}function He(e,t,r){r=r||{},r.arrayMerge=r.arrayMerge||Eu,r.isMergeableObject=r.isMergeableObject||yu,r.cloneUnlessOtherwiseSpecified=rt;var o=Array.isArray(t),n=Array.isArray(e),s=o===n;return s?o?r.arrayMerge(e,t,r):Lu(e,t,r):rt(t,r)}He.all=function(t,r){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce(function(o,n){return He(o,n,r)},{})};var Mu=He,Iu=Mu;const Nu=Xi(Iu),Pu=({children:e,mode:t="light",theme:r})=>{const o=t==="dark"?Sn:kn,n=c.useMemo(()=>r?Nu(o,r):o,[o,r]);return i.jsx(ae.CustomThemeProvider,{theme:n,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=ai;exports.BUTTON_VARIANTS=si;exports.Button=so;exports.Card=vn;exports.Checkbox=De;exports.CheckboxButton=Eo;exports.CheckboxWrapper=pn;exports.Collapse=zo;exports.CollapseItem=To;exports.DesignThemeProvider=Pu;exports.EmptyState=zc;exports.FloatButton=Ro;exports.ICON_BUTTON_APPEARANCES=gi;exports.ICON_BUTTON_SIZES=xi;exports.ICON_BUTTON_TONES=mi;exports.IconButton=ao;exports.Input=fr;exports.Link=Ao;exports.LinkRoot=Po;exports.ListBoxContent=vr;exports.ListBoxPopup=an;exports.LoadingWrapper=un;exports.Menu=Lo;exports.MenuGroup=Io;exports.MenuItem=Mo;exports.Modal=Ho;exports.NumberInput=Wo;exports.OptionIcon=dn;exports.OptionItem=ln;exports.OptionText=cn;exports.PROGRESS_SIZES=Zl;exports.PROGRESS_STATUSES=Xl;exports.PROGRESS_TYPES=Yl;exports.Progress=Go;exports.Radio=gr;exports.SHAPES=ba;exports.SWITCH_SIZES=od;exports.Select=Et;exports.SelectIcon=sn;exports.SelectTrigger=nn;exports.SelectValue=Jt;exports.SelectWrapper=on;exports.Skeleton=Yo;exports.Step=Xo;exports.Stepper=Zo;exports.SubMenuItem=No;exports.SubMenuPopover=pr;exports.Switch=gn;exports.TABLE_SIZES=Hc;exports.TABLE_VARIANTS=Wc;exports.TYPES=ha;exports.Table=Yc;exports.Tag=tt;exports.TagAdd=xr;exports.TagsContainer=fn;exports.Tooltip=$n;exports.Transfer=mn;exports.UPLOAD_STATUSES=Od;exports.Upload=xn;exports.createComponentTokens=wn;exports.createDesignTheme=yr;exports.defaultDarkDesignTheme=Sn;exports.defaultLightDesignTheme=kn;exports.getCardTokens=yn;exports.selectSizes=Cc;exports.skeletonRadii=Cl;exports.skeletonVariants=Sl;
|
|
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;
|
|
3183
3183
|
//# sourceMappingURL=index.cjs.map
|