@kingsoft-ai/design 0.1.14 → 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 +543 -499
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +4069 -3819
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +1 -0
- package/dist/styles.css +1 -0
- package/dist/types/button/Button.style.d.ts +6 -6
- package/dist/types/card/Card.d.ts +8 -1
- package/dist/types/card/Card.style.d.ts +12 -14
- package/dist/types/index.d.ts +1 -0
- package/dist/types/tag/Tag.style.d.ts +6 -6
- package/package.json +7 -4
package/dist/index.cjs
CHANGED
|
@@ -1,14 +1,28 @@
|
|
|
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"),C=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 ve=(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 u=a.shadowRoot;if(u){const d=this._doc.createTreeWalker(u,this.whatToShow,{acceptNode:this._acceptNode});return this._walkerStack.unshift(d),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 yt(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 yt(/AppleWebKit/i)&&!oo()});const oo=Le(function(){return yt(/Chrome/i)}),no=Le(function(){return yt(/Android/i)});Le(function(){return yt(/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 vt(e,t,r){let[o,n]=c.useState(e||t),s=c.useRef(e!==void 0),a=e!==void 0;c.useEffect(()=>{let d=s.current;d!==a&&process.env.NODE_ENV!=="production"&&console.warn(`WARN: A component changed from ${d?"controlled":"uncontrolled"} to ${a?"controlled":"uncontrolled"}.`),s.current=a},[a]);let l=a?e:o,u=c.useCallback((d,...h)=>{let p=(f,...x)=>{r&&(Object.is(l,f)||r(f,...x)),a||(l=f)};typeof d=="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=d(a?l:x,...m);return p(g,...h),a?x:g})):(a||n(d),p(d,...h))},[a,l,r]);return[l,u]}const Qn=["primary","secondary","text","danger","gradient"],ei=["sm","md","lg"],ti=(e,t)=>{const r=t.components.button[e],o="shadow"in r;if(e==="gradient"){const d=r,h=d.shadow.default,p=d.shadow.hover;return C.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
|
-
color:
|
|
4
|
-
border-color: transparent;
|
|
5
|
-
box-shadow:
|
|
17
|
+
color: var(--ksd-button-gradient-text);
|
|
18
|
+
border-color: transparent;
|
|
19
|
+
box-shadow: none;
|
|
6
20
|
|
|
7
21
|
/* 默认渐变背景 */
|
|
8
22
|
background: linear-gradient(
|
|
9
23
|
90deg,
|
|
10
|
-
|
|
11
|
-
|
|
24
|
+
var(--ksd-button-gradient-from) 0%,
|
|
25
|
+
var(--ksd-button-gradient-to) 100%
|
|
12
26
|
);
|
|
13
27
|
background-origin: border-box;
|
|
14
28
|
|
|
@@ -23,8 +37,8 @@
|
|
|
23
37
|
border-radius: inherit;
|
|
24
38
|
background: linear-gradient(
|
|
25
39
|
90deg,
|
|
26
|
-
|
|
27
|
-
|
|
40
|
+
var(--ksd-button-gradient-to) 0%,
|
|
41
|
+
var(--ksd-button-gradient-from) 100%
|
|
28
42
|
);
|
|
29
43
|
opacity: 0;
|
|
30
44
|
transition: opacity 0.6s ease;
|
|
@@ -41,10 +55,6 @@
|
|
|
41
55
|
&:hover:not(:disabled):not([data-loading='true'])::before {
|
|
42
56
|
opacity: 1;
|
|
43
57
|
}
|
|
44
|
-
|
|
45
|
-
&:hover:not(:disabled):not([data-loading='true']) {
|
|
46
|
-
box-shadow: ${p};
|
|
47
|
-
}
|
|
48
58
|
|
|
49
59
|
/* Active/Pressed 状态(点击态) */
|
|
50
60
|
&:active:not(:disabled):not([data-loading='true']),
|
|
@@ -52,55 +62,109 @@
|
|
|
52
62
|
box-shadow: none;
|
|
53
63
|
transform: translateY(1px);
|
|
54
64
|
}
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
box-shadow: ${l};
|
|
65
|
+
`;const t={primary:j`
|
|
66
|
+
background: var(--ksd-button-primary-bg);
|
|
67
|
+
color: var(--ksd-button-primary-text);
|
|
68
|
+
border-color: var(--ksd-button-primary-border);
|
|
60
69
|
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
border-color: ${s("hover")};
|
|
65
|
-
box-shadow: ${u};
|
|
66
|
-
}
|
|
70
|
+
&:hover:not(:disabled):not([data-loading='true']) {
|
|
71
|
+
background: var(--ksd-button-primary-bg-hover);
|
|
72
|
+
}
|
|
67
73
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
height: ${r.height};
|
|
78
|
-
font-size: ${r.fontSize};
|
|
79
|
-
padding-inline: ${r.paddingInline};
|
|
74
|
+
&:active:not(:disabled):not([data-loading='true']),
|
|
75
|
+
&[data-pressed='true']:not(:disabled):not([data-loading='true']) {
|
|
76
|
+
background: var(--ksd-button-primary-bg-active);
|
|
77
|
+
transform: translateY(1px);
|
|
78
|
+
}
|
|
79
|
+
`,secondary:j`
|
|
80
|
+
background: var(--ksd-button-secondary-bg);
|
|
81
|
+
color: var(--ksd-button-secondary-text);
|
|
82
|
+
border-color: var(--ksd-button-secondary-border);
|
|
80
83
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
84
|
+
&:hover:not(:disabled):not([data-loading='true']) {
|
|
85
|
+
background: var(--ksd-button-secondary-bg-hover);
|
|
86
|
+
border-color: var(--ksd-button-secondary-border-hover);
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
&:active:not(:disabled):not([data-loading='true']),
|
|
90
|
+
&[data-pressed='true']:not(:disabled):not([data-loading='true']) {
|
|
91
|
+
background: var(--ksd-button-secondary-bg-active);
|
|
92
|
+
border-color: var(--ksd-button-secondary-border-active);
|
|
93
|
+
transform: translateY(1px);
|
|
94
|
+
}
|
|
95
|
+
`,text:j`
|
|
96
|
+
background: var(--ksd-button-text-bg);
|
|
97
|
+
color: var(--ksd-button-text-text);
|
|
98
|
+
border-color: var(--ksd-button-text-border);
|
|
99
|
+
|
|
100
|
+
&:hover:not(:disabled):not([data-loading='true']) {
|
|
101
|
+
background: var(--ksd-button-text-bg-hover);
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
&:active:not(:disabled):not([data-loading='true']),
|
|
105
|
+
&[data-pressed='true']:not(:disabled):not([data-loading='true']) {
|
|
106
|
+
background: var(--ksd-button-text-bg-active);
|
|
107
|
+
transform: translateY(1px);
|
|
108
|
+
}
|
|
109
|
+
`,danger:j`
|
|
110
|
+
background: var(--ksd-button-danger-bg);
|
|
111
|
+
color: var(--ksd-button-danger-text);
|
|
112
|
+
border-color: var(--ksd-button-danger-border);
|
|
113
|
+
|
|
114
|
+
&:hover:not(:disabled):not([data-loading='true']) {
|
|
115
|
+
background: var(--ksd-button-danger-bg-hover);
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
&:active:not(:disabled):not([data-loading='true']),
|
|
119
|
+
&[data-pressed='true']:not(:disabled):not([data-loading='true']) {
|
|
120
|
+
background: var(--ksd-button-danger-bg-active);
|
|
121
|
+
transform: translateY(1px);
|
|
122
|
+
}
|
|
123
|
+
`};return t[e]||t.primary},ps=e=>{const t={sm:j`
|
|
124
|
+
height: var(--ksd-button-sm-height);
|
|
125
|
+
font-size: var(--ksd-button-sm-font-size);
|
|
126
|
+
padding-inline: var(--ksd-button-sm-padding-inline);
|
|
127
|
+
|
|
128
|
+
svg {
|
|
129
|
+
width: var(--ksd-button-sm-icon-size);
|
|
130
|
+
height: var(--ksd-button-sm-icon-size);
|
|
131
|
+
}
|
|
132
|
+
`,md:j`
|
|
133
|
+
height: var(--ksd-button-md-height);
|
|
134
|
+
font-size: var(--ksd-button-md-font-size);
|
|
135
|
+
padding-inline: var(--ksd-button-md-padding-inline);
|
|
136
|
+
|
|
137
|
+
svg {
|
|
138
|
+
width: var(--ksd-button-md-icon-size);
|
|
139
|
+
height: var(--ksd-button-md-icon-size);
|
|
140
|
+
}
|
|
141
|
+
`,lg:j`
|
|
142
|
+
height: var(--ksd-button-lg-height);
|
|
143
|
+
font-size: var(--ksd-button-lg-font-size);
|
|
144
|
+
padding-inline: var(--ksd-button-lg-padding-inline);
|
|
145
|
+
|
|
146
|
+
svg {
|
|
147
|
+
width: var(--ksd-button-lg-icon-size);
|
|
148
|
+
height: var(--ksd-button-lg-icon-size);
|
|
149
|
+
}
|
|
150
|
+
`};return t[e]||t.md},hs=g.button`
|
|
151
|
+
/* 基础样式 */
|
|
88
152
|
position: relative;
|
|
89
153
|
display: inline-flex;
|
|
90
154
|
align-items: center;
|
|
91
155
|
justify-content: center;
|
|
92
156
|
box-sizing: border-box;
|
|
93
157
|
|
|
94
|
-
/* 字体样式 */
|
|
95
|
-
font-family:
|
|
96
|
-
font-weight:
|
|
158
|
+
/* 字体样式 - 使用 CSS 变量 */
|
|
159
|
+
font-family: var(--ksd-typography-font-family);
|
|
160
|
+
font-weight: var(--ksd-button-font-weight);
|
|
97
161
|
line-height: 1;
|
|
98
162
|
white-space: nowrap;
|
|
99
163
|
|
|
100
164
|
/* 边框样式 */
|
|
101
165
|
border-width: 1px;
|
|
102
166
|
border-style: solid;
|
|
103
|
-
border-radius:
|
|
167
|
+
border-radius: var(--ksd-button-border-radius);
|
|
104
168
|
|
|
105
169
|
/* 交互样式 */
|
|
106
170
|
cursor: pointer;
|
|
@@ -109,34 +173,34 @@
|
|
|
109
173
|
|
|
110
174
|
/* 过渡动画 */
|
|
111
175
|
transition:
|
|
112
|
-
background
|
|
113
|
-
border-color
|
|
114
|
-
box-shadow
|
|
115
|
-
transform
|
|
176
|
+
background var(--ksd-button-transition),
|
|
177
|
+
border-color var(--ksd-button-transition),
|
|
178
|
+
box-shadow var(--ksd-button-transition),
|
|
179
|
+
transform var(--ksd-button-transition);
|
|
116
180
|
|
|
117
181
|
/* 变体样式 */
|
|
118
|
-
${({variant:e
|
|
182
|
+
${({variant:e})=>fs(e)}
|
|
119
183
|
|
|
120
184
|
/* 尺寸样式 */
|
|
121
|
-
${({size:e
|
|
185
|
+
${({size:e})=>ps(e)}
|
|
122
186
|
|
|
123
187
|
/* 全宽模式 */
|
|
124
|
-
${({fullWidth:e})=>e&&
|
|
188
|
+
${({fullWidth:e})=>e&&j`
|
|
125
189
|
width: 100%;
|
|
126
190
|
`}
|
|
127
191
|
|
|
128
192
|
/* Focus 可见状态 - 键盘导航时显示 */
|
|
129
193
|
&:focus-visible {
|
|
130
|
-
outline: 2px solid
|
|
194
|
+
outline: 2px solid var(--ksd-brand-primary);
|
|
131
195
|
outline-offset: 2px;
|
|
132
196
|
}
|
|
133
197
|
|
|
134
198
|
/* 禁用状态 */
|
|
135
199
|
&:disabled {
|
|
136
200
|
cursor: not-allowed;
|
|
137
|
-
opacity:
|
|
138
|
-
background:
|
|
139
|
-
color:
|
|
201
|
+
opacity: var(--ksd-button-disabled-opacity);
|
|
202
|
+
background: var(--ksd-button-disabled-bg);
|
|
203
|
+
color: var(--ksd-button-disabled-text);
|
|
140
204
|
border-color: transparent;
|
|
141
205
|
box-shadow: none;
|
|
142
206
|
}
|
|
@@ -152,8 +216,8 @@
|
|
|
152
216
|
position: absolute;
|
|
153
217
|
inset: 0;
|
|
154
218
|
cursor: wait;
|
|
155
|
-
pointer-events: auto;
|
|
156
|
-
z-index: 10;
|
|
219
|
+
pointer-events: auto;
|
|
220
|
+
z-index: 10;
|
|
157
221
|
}
|
|
158
222
|
|
|
159
223
|
/* 添加旋转动画的关键帧 */
|
|
@@ -162,45 +226,45 @@
|
|
|
162
226
|
transform: rotate(360deg);
|
|
163
227
|
}
|
|
164
228
|
}
|
|
165
|
-
`,
|
|
229
|
+
`,gs=g.span`
|
|
166
230
|
display: inline-flex;
|
|
167
231
|
align-items: center;
|
|
168
232
|
justify-content: center;
|
|
169
|
-
gap:
|
|
233
|
+
gap: var(--ksd-button-gap);
|
|
170
234
|
position: relative;
|
|
171
|
-
`,
|
|
235
|
+
`,Kr=g.span`
|
|
172
236
|
display: inline-flex;
|
|
173
237
|
align-items: center;
|
|
174
238
|
justify-content: center;
|
|
175
239
|
flex-shrink: 0;
|
|
176
240
|
|
|
177
|
-
transition: opacity
|
|
241
|
+
transition: opacity var(--ksd-button-transition);
|
|
178
242
|
|
|
179
|
-
${({isLoading:e})=>e&&
|
|
243
|
+
${({isLoading:e})=>e&&j`
|
|
180
244
|
opacity: 0;
|
|
181
245
|
pointer-events: none;
|
|
182
246
|
`}
|
|
183
|
-
`,
|
|
247
|
+
`,bs=g.span`
|
|
184
248
|
display: inline-flex;
|
|
185
249
|
align-items: center;
|
|
186
250
|
justify-content: center;
|
|
187
251
|
|
|
188
|
-
transition: opacity
|
|
252
|
+
transition: opacity var(--ksd-button-transition);
|
|
189
253
|
|
|
190
|
-
${({isLoading:e})=>e&&
|
|
254
|
+
${({isLoading:e})=>e&&j`
|
|
191
255
|
opacity: 0.4;
|
|
192
256
|
`}
|
|
193
|
-
`,
|
|
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`
|
|
194
258
|
background: ${s.background};
|
|
195
259
|
border-color: ${s.border};
|
|
196
260
|
color: ${s.icon};
|
|
197
|
-
box-shadow: ${
|
|
261
|
+
box-shadow: ${d};
|
|
198
262
|
|
|
199
263
|
&:hover:not(:disabled):not([data-loading='true']) {
|
|
200
264
|
background: ${a.background};
|
|
201
265
|
border-color: ${a.border};
|
|
202
266
|
color: ${a.icon};
|
|
203
|
-
box-shadow: ${
|
|
267
|
+
box-shadow: ${u};
|
|
204
268
|
}
|
|
205
269
|
|
|
206
270
|
&:active:not(:disabled):not([data-loading='true']),
|
|
@@ -211,7 +275,7 @@
|
|
|
211
275
|
box-shadow: none;
|
|
212
276
|
transform: translateY(1px);
|
|
213
277
|
}
|
|
214
|
-
`},
|
|
278
|
+
`},ws=(e,t)=>{const r=t.components.iconButton.size[e];return j`
|
|
215
279
|
--icon-button-icon-size: ${r.iconSize};
|
|
216
280
|
width: ${r.edge};
|
|
217
281
|
height: ${r.edge};
|
|
@@ -222,7 +286,7 @@
|
|
|
222
286
|
width: var(--icon-button-icon-size);
|
|
223
287
|
height: var(--icon-button-icon-size);
|
|
224
288
|
}
|
|
225
|
-
`},
|
|
289
|
+
`},Ss=g.button`
|
|
226
290
|
position: relative;
|
|
227
291
|
display: inline-flex;
|
|
228
292
|
align-items: center;
|
|
@@ -244,8 +308,8 @@
|
|
|
244
308
|
box-shadow ${({theme:e})=>e.components.iconButton.transition},
|
|
245
309
|
transform ${({theme:e})=>e.components.iconButton.transition};
|
|
246
310
|
|
|
247
|
-
${({appearance:e,tone:t,theme:r})=>
|
|
248
|
-
${({size:e,theme:t})=>
|
|
311
|
+
${({appearance:e,tone:t,theme:r})=>ks(e,t,r)}
|
|
312
|
+
${({size:e,theme:t})=>ws(e,t)}
|
|
249
313
|
|
|
250
314
|
&:focus-visible {
|
|
251
315
|
outline: ${({theme:e})=>e.components.iconButton.focusRing.width} solid
|
|
@@ -270,7 +334,7 @@
|
|
|
270
334
|
transform: rotate(360deg);
|
|
271
335
|
}
|
|
272
336
|
}
|
|
273
|
-
`,
|
|
337
|
+
`,Cs=g.span`
|
|
274
338
|
display: inline-flex;
|
|
275
339
|
align-items: center;
|
|
276
340
|
justify-content: center;
|
|
@@ -278,10 +342,10 @@
|
|
|
278
342
|
transition: opacity ${({theme:e})=>e.components.iconButton.transition};
|
|
279
343
|
pointer-events: none;
|
|
280
344
|
|
|
281
|
-
${({isHidden:e})=>e&&
|
|
345
|
+
${({isHidden:e})=>e&&j`
|
|
282
346
|
opacity: 0;
|
|
283
347
|
`}
|
|
284
|
-
`,
|
|
348
|
+
`,js=g.span`
|
|
285
349
|
position: absolute;
|
|
286
350
|
inset: 0;
|
|
287
351
|
display: inline-flex;
|
|
@@ -295,21 +359,7 @@
|
|
|
295
359
|
height: var(--icon-button-icon-size);
|
|
296
360
|
animation: icon-button-spin 0.8s linear infinite;
|
|
297
361
|
}
|
|
298
|
-
`,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:u,...d},h)=>{const p=c.useMemo(()=>{var y,j;return typeof globalThis>"u"?!0:((j=(y=globalThis.process)==null?void 0:y.env)==null?void 0:j.NODE_ENV)!=="production"},[]),f=c.useRef(null),x=h||f,m=l||s;if(p){const k=d["aria-label"],y=d["aria-labelledby"];!n&&!k&&!y&&console.warn("IconButton 需要可感知的文本。请传入 label、aria-label 或 aria-labelledby。")}const{buttonProps:g,isPressed:$}=X.useButton({...d,isDisabled:m,elementType:"button"},f);return i.jsxs(pi,{...Re(g,{ref:x,className:u}),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 yi(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 vi(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(vi(this));var n=this.tags[this.tags.length-1];if(this.isSpeedy){var s=yi(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,u){for(var d=0,h=0,p=a,f=0,x=0,m=0,g=1,$=1,k=1,y=0,j="",w=n,v=s,R=o,z=j;$;)switch(m=y,y=pe()){case 40:if(m!=108&&ce(z,p-1)==58){Vt(z+=W(ut(y),"&","&\f"),"&\f")!=-1&&(k=-1);break}case 34:case 39:case 91:z+=ut(y);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),u);break;default:z+="/"}break;case 123*g:l[d++]=$e(z)*k;case 125*g:case 59:case 0:switch(y){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),u);break;case 59:z+=";";default:if(lt(R=Sr(z,t,r,d,h,n,l,j,w=[],v=[],p),s),y===123)if(h===0)ft(z,t,R,R,w,s,p,l,v);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),v),n,v,p,l,o?w:v);break;default:ft(z,R,R,R,[""],v,0,l,v)}}d=h=x=0,g=k=1,j=z="",p=a;break;case 58:p=1+$e(z),x=m;default:if(g<1){if(y==123)--g;else if(y==125&&g++==0&&Ri()==125)continue}switch(z+=$t(y),y*g){case 38:k=h>0?1:(z+="\f",-1);break;case 44:l[d++]=($e(z)-1)*k,k=1;break;case 64:Se()===45&&(z+=ut(pe())),f=Se(),h=p=$e(j=z+=Ni(dt())),y++;break;case 45:m===45&&$e(z)==2&&(g=0)}}return s}function Sr(e,t,r,o,n,s,a,l,u,d,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,y=Je(e,p+1,p=Si(g=a[m])),j=e;k<x;++k)(j=uo(g>0?f[k]+" "+y:W(y,/&\f/g,f[k])))&&(u[$++]=j);return kt(e,t,r,n===0?nr:l,u,d,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,u=0,d=0;u<a.length;u++)for(var h=0;h<l.length;h++,d++)t.props[d]=s[u]?a[u].replace(/&\f/g,l[h]):l[h]+" "+a[u]}}},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 u,d=[Hi,Wi];{var h,p=[Fi,Oi(function(g){h.insert(g)})],f=Di(d.concat(n,p)),x=function($){return Ke(Pi($),f)};u=function($,k,y,j){h=y,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:u};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
|
|
299
|
-
* react-is.production.min.js
|
|
300
|
-
*
|
|
301
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
302
|
-
*
|
|
303
|
-
* This source code is licensed under the MIT license found in the
|
|
304
|
-
* LICENSE file in the root directory of this source tree.
|
|
305
|
-
*/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,u=e?Symbol.for("react.async_mode"):60111,d=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,y=e?Symbol.for("react.scope"):60119;function j(v){if(typeof v=="object"&&v!==null){var R=v.$$typeof;switch(R){case t:switch(v=v.type,v){case u:case d:case o:case s:case n:case p:return v;default:switch(v=v&&v.$$typeof,v){case l:case h:case m:case x:case a:return v;default:return R}}case r:return R}}}function w(v){return j(v)===d}return Y.AsyncMode=u,Y.ConcurrentMode=d,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(v){return w(v)||j(v)===u},Y.isConcurrentMode=w,Y.isContextConsumer=function(v){return j(v)===l},Y.isContextProvider=function(v){return j(v)===a},Y.isElement=function(v){return typeof v=="object"&&v!==null&&v.$$typeof===t},Y.isForwardRef=function(v){return j(v)===h},Y.isFragment=function(v){return j(v)===o},Y.isLazy=function(v){return j(v)===m},Y.isMemo=function(v){return j(v)===x},Y.isPortal=function(v){return j(v)===r},Y.isProfiler=function(v){return j(v)===s},Y.isStrictMode=function(v){return j(v)===n},Y.isSuspense=function(v){return j(v)===p},Y.isValidElementType=function(v){return typeof v=="string"||typeof v=="function"||v===o||v===d||v===s||v===n||v===p||v===f||typeof v=="object"&&v!==null&&(v.$$typeof===m||v.$$typeof===x||v.$$typeof===a||v.$$typeof===l||v.$$typeof===h||v.$$typeof===$||v.$$typeof===k||v.$$typeof===y||v.$$typeof===g)},Y.typeOf=j,Y}var Z={};/** @license React v16.13.1
|
|
306
|
-
* react-is.development.js
|
|
307
|
-
*
|
|
308
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
309
|
-
*
|
|
310
|
-
* This source code is licensed under the MIT license found in the
|
|
311
|
-
* LICENSE file in the root directory of this source tree.
|
|
312
|
-
*/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,u=e?Symbol.for("react.async_mode"):60111,d=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,y=e?Symbol.for("react.scope"):60119;function j(P){return typeof P=="string"||typeof P=="function"||P===o||P===d||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===y||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 u:case d: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 v=u,R=d,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)===u}function _(P){return w(P)===d}function q(P){return w(P)===l}function S(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=v,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=S,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,yo=function(t){return t.charCodeAt(1)===45},Tr=function(t){return t!=null&&typeof t!="boolean"},Tt=Bi(function(e){return yo(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&&!yo(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 u=we,d=r(e);return we=u,et(e,t,d)}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 u=0;u<a.length;u++)Tr(a[u])&&(o+=Tt(s)+":"+Rr(s,a[u])+";");else{var d=et(e,t,a);switch(s){case"animation":case"animationName":{o+=Tt(s)+":"+d+";";break}default:o+=s+"{"+d+"}"}}}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 u=s;n+=u[l]}Lr.lastIndex=0;for(var d="",h;(h=Lr.exec(n))!==null;)d+="-"+h[1];var p=ns(n)+d;return{name:p,styles:n,next:we}}var ds=function(t){return t()},us=ze.useInsertionEffect?ze.useInsertionEffect:!1,fs=us||ds,vo=ze.createContext(typeof HTMLElement<"u"?Zi({key:"css"}):null);vo.Provider;var ps=function(t){return c.forwardRef(function(r,o){var n=c.useContext(vo);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 u={};for(var d in e)St.call(e,d)&&d!=="css"&&d!==Wt&&(u[d]=e[d]);return u.className=a,r&&(u.ref=r),ze.createElement(ze.Fragment,null,ze.createElement(bs,{cache:t,serialized:l,isStringTag:typeof n=="string"}),ze.createElement(n,u))}),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=C.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`
|
|
313
363
|
display: inline-flex;
|
|
314
364
|
align-items: center;
|
|
315
365
|
cursor: pointer;
|
|
@@ -336,7 +386,7 @@
|
|
|
336
386
|
&[data-disabled="true"] {
|
|
337
387
|
cursor: not-allowed;
|
|
338
388
|
}
|
|
339
|
-
`,
|
|
389
|
+
`,Ls=e=>j`
|
|
340
390
|
position: relative;
|
|
341
391
|
display: inline-flex;
|
|
342
392
|
align-items: center;
|
|
@@ -383,7 +433,7 @@
|
|
|
383
433
|
input:focus-visible + & {
|
|
384
434
|
box-shadow: ${e.components.checkbox.focusRing};
|
|
385
435
|
}
|
|
386
|
-
`,
|
|
436
|
+
`,An=e=>j`
|
|
387
437
|
color: ${e.components.checkbox.control.icon.color};
|
|
388
438
|
width: ${e.components.checkbox.control.icon.size};
|
|
389
439
|
height: ${e.components.checkbox.control.icon.size};
|
|
@@ -395,7 +445,7 @@
|
|
|
395
445
|
opacity: 1;
|
|
396
446
|
transform: scale(1);
|
|
397
447
|
}
|
|
398
|
-
`,
|
|
448
|
+
`,Ms=e=>j`
|
|
399
449
|
margin-left: ${e.components.checkbox.gap};
|
|
400
450
|
font-size: ${e.components.checkbox.text.label.fontSize};
|
|
401
451
|
line-height: ${e.components.checkbox.text.label.lineHeight};
|
|
@@ -406,7 +456,7 @@
|
|
|
406
456
|
&[data-disabled="true"] {
|
|
407
457
|
color: ${e.components.checkbox.text.label.disabled};
|
|
408
458
|
}
|
|
409
|
-
`,vs=({checked:e})=>{const t=C.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=C.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:u,style:d,...h}=e,p=C.useTheme(),f=c.useRef(null),[x,m]=c.useState(!1),[g,$]=c.useState(o),k=r!==void 0,y=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:u,style:d,onMouseEnter:()=>!s&&m(!0),onMouseLeave:()=>!s&&m(!1),children:[me("input",{ref:f,type:"checkbox",checked:y,disabled:s,onChange:w=>{if(s)return;const v=w.target.checked;k||$(v),l==null||l(v,w)},...h}),me("span",{css:xs(p),"data-hover":x,"data-checked":y&&!n,"data-indeterminate":n,"data-disabled":s,children:n?me($s,{checked:!0}):me(vs,{checked:y})}),a&&me("span",{css:ys(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 u={ref:l,xmlns:"http://www.w3.org/2000/svg",width:t,height:t,viewBox:o,...a};return n?i.jsx("svg",{...u,fill:r,children:e}):i.jsx("svg",{...u,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=C.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`
|
|
410
460
|
display: inline-flex;
|
|
411
461
|
cursor: pointer;
|
|
412
462
|
user-select: none;
|
|
@@ -433,7 +483,7 @@
|
|
|
433
483
|
&[data-disabled="true"] {
|
|
434
484
|
cursor: not-allowed;
|
|
435
485
|
}
|
|
436
|
-
`,
|
|
486
|
+
`,ea=(e,t="md")=>{const r=vr[t];return j`
|
|
437
487
|
position: relative;
|
|
438
488
|
display: inline-flex;
|
|
439
489
|
align-items: center;
|
|
@@ -498,7 +548,7 @@
|
|
|
498
548
|
outline: 2px solid ${e.global.colors.blue[500]};
|
|
499
549
|
outline-offset: 2px;
|
|
500
550
|
}
|
|
501
|
-
`},
|
|
551
|
+
`},ta=(e,t="md")=>{const{checkmarkSize:r,checkmarkIcon:n}=vr[t];return j`
|
|
502
552
|
position: absolute;
|
|
503
553
|
bottom: 0;
|
|
504
554
|
right: 0;
|
|
@@ -538,8 +588,8 @@
|
|
|
538
588
|
svg {
|
|
539
589
|
position: relative;
|
|
540
590
|
color: ${e.global.colors.common.white};
|
|
541
|
-
width: ${
|
|
542
|
-
height: ${
|
|
591
|
+
width: ${n}px;
|
|
592
|
+
height: ${n}px;
|
|
543
593
|
margin: 0;
|
|
544
594
|
z-index: 1;
|
|
545
595
|
}
|
|
@@ -548,7 +598,7 @@
|
|
|
548
598
|
&[data-disabled="true"] svg {
|
|
549
599
|
color: ${e.global.colors.neutral[100]}; /* #f0f2f4 */
|
|
550
600
|
}
|
|
551
|
-
`},
|
|
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`
|
|
552
602
|
from {
|
|
553
603
|
opacity: 0;
|
|
554
604
|
transform: translateY(-8px);
|
|
@@ -557,7 +607,7 @@
|
|
|
557
607
|
opacity: 1;
|
|
558
608
|
transform: translateY(0);
|
|
559
609
|
}
|
|
560
|
-
`,
|
|
610
|
+
`,na=Me`
|
|
561
611
|
from {
|
|
562
612
|
opacity: 1;
|
|
563
613
|
transform: translateY(0);
|
|
@@ -566,29 +616,29 @@
|
|
|
566
616
|
opacity: 0;
|
|
567
617
|
transform: translateY(-8px);
|
|
568
618
|
}
|
|
569
|
-
`;
|
|
619
|
+
`;Me`
|
|
570
620
|
from {
|
|
571
621
|
transform: rotate(-90deg);
|
|
572
622
|
}
|
|
573
623
|
to {
|
|
574
624
|
transform: rotate(0deg);
|
|
575
625
|
}
|
|
576
|
-
`;
|
|
626
|
+
`;Me`
|
|
577
627
|
from {
|
|
578
628
|
transform: rotate(0deg);
|
|
579
629
|
}
|
|
580
630
|
to {
|
|
581
631
|
transform: rotate(-90deg);
|
|
582
632
|
}
|
|
583
|
-
`;const
|
|
633
|
+
`;const oa=g.div`
|
|
584
634
|
width: 100%;
|
|
585
635
|
border: 1px solid ${({theme:e})=>e.components.collapse.border.default};
|
|
586
636
|
border-radius: ${({theme:e})=>e.components.collapse.borderRadius};
|
|
587
637
|
background: ${({theme:e})=>e.components.collapse.background.default};
|
|
588
638
|
overflow: hidden;
|
|
589
|
-
`,
|
|
639
|
+
`,ia=g.div`
|
|
590
640
|
border-bottom: ${({isLast:e,theme:t})=>e?"none":`1px solid ${t.components.collapse.divider}`};
|
|
591
|
-
`,
|
|
641
|
+
`,sa=g.div`
|
|
592
642
|
display: flex;
|
|
593
643
|
align-items: center;
|
|
594
644
|
gap: ${({theme:e})=>e.components.collapse.gap};
|
|
@@ -598,7 +648,7 @@
|
|
|
598
648
|
transition: background ${({theme:e})=>e.components.collapse.transition};
|
|
599
649
|
|
|
600
650
|
/* Hover 状态 */
|
|
601
|
-
${({isDisabled:e,theme:t})=>!e&&
|
|
651
|
+
${({isDisabled:e,theme:t})=>!e&&j`
|
|
602
652
|
&:hover {
|
|
603
653
|
background: ${t.components.collapse.background.hover};
|
|
604
654
|
}
|
|
@@ -611,10 +661,10 @@
|
|
|
611
661
|
}
|
|
612
662
|
|
|
613
663
|
/* 禁用状态 */
|
|
614
|
-
${({isDisabled:e})=>e&&
|
|
664
|
+
${({isDisabled:e})=>e&&j`
|
|
615
665
|
opacity: 0.5;
|
|
616
666
|
`}
|
|
617
|
-
`,
|
|
667
|
+
`,aa=g.div`
|
|
618
668
|
display: inline-flex;
|
|
619
669
|
align-items: center;
|
|
620
670
|
justify-content: center;
|
|
@@ -629,13 +679,13 @@
|
|
|
629
679
|
width: 100%;
|
|
630
680
|
height: 100%;
|
|
631
681
|
}
|
|
632
|
-
`,
|
|
682
|
+
`,la=g.div`
|
|
633
683
|
flex: 1;
|
|
634
684
|
display: flex;
|
|
635
685
|
align-items: center;
|
|
636
686
|
gap: ${({theme:e})=>e.components.collapse.gap};
|
|
637
687
|
min-width: 0; /* 允许内容收缩 */
|
|
638
|
-
`,
|
|
688
|
+
`,ca=g.p`
|
|
639
689
|
margin: 0;
|
|
640
690
|
font-family: ${({theme:e})=>e.global.typography.fontFamily};
|
|
641
691
|
font-size: 14px;
|
|
@@ -643,25 +693,25 @@
|
|
|
643
693
|
color: ${({theme:e})=>e.components.collapse.text.title};
|
|
644
694
|
white-space: pre-wrap;
|
|
645
695
|
word-break: break-word;
|
|
646
|
-
`,
|
|
696
|
+
`,da=g.div`
|
|
647
697
|
display: flex;
|
|
648
698
|
align-items: center;
|
|
649
699
|
gap: 12px;
|
|
650
700
|
flex-shrink: 0;
|
|
651
|
-
`,
|
|
701
|
+
`,ua=g.div`
|
|
652
702
|
max-height: ${({isExpanded:e,contentHeight:t})=>e?`${t}px`:"0px"};
|
|
653
703
|
overflow: hidden;
|
|
654
704
|
transition: max-height ${({theme:e})=>e.components.collapse.transition};
|
|
655
|
-
`,
|
|
705
|
+
`,fa=g.div`
|
|
656
706
|
padding: ${({theme:e})=>e.components.collapse.padding.content};
|
|
657
707
|
border-top: 1px solid ${({theme:e})=>e.components.collapse.divider};
|
|
658
708
|
|
|
659
|
-
${({isExpanded:e})=>e?
|
|
660
|
-
animation: ${
|
|
661
|
-
`:
|
|
662
|
-
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;
|
|
663
713
|
`}
|
|
664
|
-
`,
|
|
714
|
+
`,pa=g.div`
|
|
665
715
|
font-family: ${({theme:e})=>e.global.typography.fontFamily};
|
|
666
716
|
font-size: 12px;
|
|
667
717
|
line-height: 22px;
|
|
@@ -674,7 +724,7 @@
|
|
|
674
724
|
margin-bottom: 0;
|
|
675
725
|
}
|
|
676
726
|
}
|
|
677
|
-
`,
|
|
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`
|
|
678
728
|
background-color: ${r.background.default};
|
|
679
729
|
color: ${r.text.default};
|
|
680
730
|
border: 1px solid ${r.border.default};
|
|
@@ -690,15 +740,15 @@
|
|
|
690
740
|
background-color: ${r.background.active};
|
|
691
741
|
transform: scale(0.95);
|
|
692
742
|
}
|
|
693
|
-
`},
|
|
694
|
-
width: ${
|
|
695
|
-
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};
|
|
696
746
|
border-radius: 50%;
|
|
697
|
-
`:
|
|
698
|
-
width: ${
|
|
699
|
-
height: ${
|
|
747
|
+
`:j`
|
|
748
|
+
width: ${n.size};
|
|
749
|
+
height: ${n.size};
|
|
700
750
|
border-radius: ${r.global.radii.r2};
|
|
701
|
-
`},
|
|
751
|
+
`},xa=g.button`
|
|
702
752
|
position: relative;
|
|
703
753
|
display: inline-flex;
|
|
704
754
|
align-items: center;
|
|
@@ -711,8 +761,8 @@
|
|
|
711
761
|
z-index: 999;
|
|
712
762
|
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
713
763
|
|
|
714
|
-
${({$buttonType:e,theme:t})=>
|
|
715
|
-
${({$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)}
|
|
716
766
|
|
|
717
767
|
&:disabled {
|
|
718
768
|
cursor: not-allowed;
|
|
@@ -726,7 +776,7 @@
|
|
|
726
776
|
outline: 2px solid ${({theme:e})=>e.semantic.colors.brand.primary};
|
|
727
777
|
outline-offset: 2px;
|
|
728
778
|
}
|
|
729
|
-
`,
|
|
779
|
+
`,va=g.span`
|
|
730
780
|
display: flex;
|
|
731
781
|
flex-direction: column;
|
|
732
782
|
align-items: center;
|
|
@@ -734,7 +784,7 @@
|
|
|
734
784
|
gap: ${({theme:e})=>e.global.spacing.xs};
|
|
735
785
|
width: 100%;
|
|
736
786
|
height: 100%;
|
|
737
|
-
`,
|
|
787
|
+
`,ya=g.span`
|
|
738
788
|
display: inline-flex;
|
|
739
789
|
align-items: center;
|
|
740
790
|
justify-content: center;
|
|
@@ -745,7 +795,7 @@
|
|
|
745
795
|
width: 1em;
|
|
746
796
|
height: 1em;
|
|
747
797
|
}
|
|
748
|
-
|
|
798
|
+
`,$a=g.span`
|
|
749
799
|
font-size: ${({theme:e})=>e.components.floatButton.description.fontSize};
|
|
750
800
|
line-height: ${({theme:e})=>e.components.floatButton.description.lineHeight};
|
|
751
801
|
color: inherit;
|
|
@@ -755,30 +805,30 @@
|
|
|
755
805
|
text-overflow: ellipsis;
|
|
756
806
|
max-width: 100%;
|
|
757
807
|
padding: 0 ${({theme:e})=>e.global.spacing.xs};
|
|
758
|
-
`,
|
|
808
|
+
`,ka=g.div`
|
|
759
809
|
position: relative;
|
|
760
810
|
display: inline-flex;
|
|
761
|
-
`,
|
|
811
|
+
`,wa=e=>{switch(e){case"top":return j`
|
|
762
812
|
bottom: 100%;
|
|
763
813
|
left: 50%;
|
|
764
814
|
transform: translateX(-50%);
|
|
765
815
|
margin-bottom: 8px;
|
|
766
|
-
`;case"bottom":return
|
|
816
|
+
`;case"bottom":return j`
|
|
767
817
|
top: 100%;
|
|
768
818
|
left: 50%;
|
|
769
819
|
transform: translateX(-50%);
|
|
770
820
|
margin-top: 8px;
|
|
771
|
-
`;case"left":return
|
|
821
|
+
`;case"left":return j`
|
|
772
822
|
right: 100%;
|
|
773
823
|
top: 50%;
|
|
774
824
|
transform: translateY(-50%);
|
|
775
825
|
margin-right: 8px;
|
|
776
|
-
`;case"right":return
|
|
826
|
+
`;case"right":return j`
|
|
777
827
|
left: 100%;
|
|
778
828
|
top: 50%;
|
|
779
829
|
transform: translateY(-50%);
|
|
780
830
|
margin-left: 8px;
|
|
781
|
-
`}},
|
|
831
|
+
`}},Sa=g.div`
|
|
782
832
|
position: absolute;
|
|
783
833
|
z-index: 1050;
|
|
784
834
|
padding: 6px 8px;
|
|
@@ -793,7 +843,7 @@
|
|
|
793
843
|
white-space: nowrap;
|
|
794
844
|
animation: tooltipFadeIn 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
795
845
|
|
|
796
|
-
${({$placement:e})=>
|
|
846
|
+
${({$placement:e})=>wa(e)}
|
|
797
847
|
|
|
798
848
|
@keyframes tooltipFadeIn {
|
|
799
849
|
from {
|
|
@@ -803,42 +853,42 @@
|
|
|
803
853
|
opacity: 1;
|
|
804
854
|
}
|
|
805
855
|
}
|
|
806
|
-
`,
|
|
856
|
+
`,Ca=e=>{switch(e){case"top":return j`
|
|
807
857
|
bottom: -${5}px;
|
|
808
858
|
left: 50%;
|
|
809
859
|
transform: translateX(-50%);
|
|
810
860
|
border-left: ${5}px solid transparent;
|
|
811
861
|
border-right: ${5}px solid transparent;
|
|
812
862
|
border-top: ${5}px solid currentColor;
|
|
813
|
-
`;case"bottom":return
|
|
863
|
+
`;case"bottom":return j`
|
|
814
864
|
top: -${5}px;
|
|
815
865
|
left: 50%;
|
|
816
866
|
transform: translateX(-50%);
|
|
817
867
|
border-left: ${5}px solid transparent;
|
|
818
868
|
border-right: ${5}px solid transparent;
|
|
819
869
|
border-bottom: ${5}px solid currentColor;
|
|
820
|
-
`;case"left":return
|
|
870
|
+
`;case"left":return j`
|
|
821
871
|
right: -${5}px;
|
|
822
872
|
top: 50%;
|
|
823
873
|
transform: translateY(-50%);
|
|
824
874
|
border-top: ${5}px solid transparent;
|
|
825
875
|
border-bottom: ${5}px solid transparent;
|
|
826
876
|
border-left: ${5}px solid currentColor;
|
|
827
|
-
`;case"right":return
|
|
877
|
+
`;case"right":return j`
|
|
828
878
|
left: -${5}px;
|
|
829
879
|
top: 50%;
|
|
830
880
|
transform: translateY(-50%);
|
|
831
881
|
border-top: ${5}px solid transparent;
|
|
832
882
|
border-bottom: ${5}px solid transparent;
|
|
833
883
|
border-right: ${5}px solid currentColor;
|
|
834
|
-
`}},
|
|
884
|
+
`}},ja=g.span`
|
|
835
885
|
position: absolute;
|
|
836
886
|
width: 0;
|
|
837
887
|
height: 0;
|
|
838
888
|
color: ${({$color:e})=>e||"rgba(0, 0, 0, 0.85)"};
|
|
839
889
|
|
|
840
|
-
${({$placement:e})=>
|
|
841
|
-
`,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`
|
|
842
892
|
height: ${r.height};
|
|
843
893
|
font-size: ${r.fontSize};
|
|
844
894
|
padding-inline: ${r.paddingInline};
|
|
@@ -849,7 +899,7 @@
|
|
|
849
899
|
height: ${r.iconSize};
|
|
850
900
|
flex-shrink: 0;
|
|
851
901
|
}
|
|
852
|
-
`},
|
|
902
|
+
`},La=g.div`
|
|
853
903
|
/* 基础样式 */
|
|
854
904
|
position: relative;
|
|
855
905
|
display: inline-flex;
|
|
@@ -860,7 +910,7 @@
|
|
|
860
910
|
|
|
861
911
|
/* 边框样式 */
|
|
862
912
|
border: 1px solid;
|
|
863
|
-
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)};
|
|
864
914
|
border-radius: ${({theme:e})=>e.components.input.borderRadius};
|
|
865
915
|
|
|
866
916
|
/* 背景色 */
|
|
@@ -871,25 +921,25 @@
|
|
|
871
921
|
background ${({theme:e})=>e.components.input.transition};
|
|
872
922
|
|
|
873
923
|
/* 尺寸样式 */
|
|
874
|
-
${({size:e,theme:t})=>
|
|
924
|
+
${({size:e,theme:t})=>Ra(e,t)}
|
|
875
925
|
|
|
876
926
|
/* 禁用状态 */
|
|
877
|
-
${({isDisabled:e})=>e&&
|
|
927
|
+
${({isDisabled:e})=>e&&j`
|
|
878
928
|
cursor: not-allowed;
|
|
879
929
|
opacity: 0.6;
|
|
880
930
|
`}
|
|
881
931
|
|
|
882
932
|
/* 全宽模式 */
|
|
883
|
-
${({fullWidth:e})=>e&&
|
|
933
|
+
${({fullWidth:e})=>e&&j`
|
|
884
934
|
width: 100%;
|
|
885
935
|
`}
|
|
886
|
-
`,
|
|
936
|
+
`,Ma=g.div`
|
|
887
937
|
display: flex;
|
|
888
938
|
align-items: center;
|
|
889
939
|
gap: ${({theme:e})=>e.components.input.gap};
|
|
890
940
|
width: 100%;
|
|
891
941
|
height: 100%;
|
|
892
|
-
`,
|
|
942
|
+
`,Ia=g.input`
|
|
893
943
|
/* 重置默认样式 */
|
|
894
944
|
flex: 1;
|
|
895
945
|
min-width: 0;
|
|
@@ -912,7 +962,7 @@
|
|
|
912
962
|
}
|
|
913
963
|
|
|
914
964
|
/* 禁用状态 */
|
|
915
|
-
${({isDisabled:e})=>e&&
|
|
965
|
+
${({isDisabled:e})=>e&&j`
|
|
916
966
|
cursor: not-allowed;
|
|
917
967
|
user-select: none;
|
|
918
968
|
`}
|
|
@@ -933,7 +983,7 @@
|
|
|
933
983
|
&[type='number'] {
|
|
934
984
|
-moz-appearance: textfield;
|
|
935
985
|
}
|
|
936
|
-
`,
|
|
986
|
+
`,Vr=g.span`
|
|
937
987
|
display: inline-flex;
|
|
938
988
|
align-items: center;
|
|
939
989
|
justify-content: center;
|
|
@@ -947,7 +997,7 @@
|
|
|
947
997
|
svg {
|
|
948
998
|
display: block;
|
|
949
999
|
}
|
|
950
|
-
|
|
1000
|
+
`,Pa=g.button`
|
|
951
1001
|
/* 重置按钮样式 */
|
|
952
1002
|
display: inline-flex;
|
|
953
1003
|
align-items: center;
|
|
@@ -991,7 +1041,7 @@
|
|
|
991
1041
|
height: 16px;
|
|
992
1042
|
display: block;
|
|
993
1043
|
}
|
|
994
|
-
`,
|
|
1044
|
+
`,Na=g.span`
|
|
995
1045
|
display: inline-flex;
|
|
996
1046
|
align-items: center;
|
|
997
1047
|
flex-shrink: 0;
|
|
@@ -1003,7 +1053,7 @@
|
|
|
1003
1053
|
|
|
1004
1054
|
/* 颜色 */
|
|
1005
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};
|
|
1006
|
-
`,
|
|
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`
|
|
1007
1057
|
display: flex;
|
|
1008
1058
|
flex-direction: column;
|
|
1009
1059
|
width: ${({collapsed:e,theme:t})=>e?t.components.menu.container.width.collapsed:t.components.menu.container.width.expanded};
|
|
@@ -1029,7 +1079,7 @@
|
|
|
1029
1079
|
&::-webkit-scrollbar-thumb:hover {
|
|
1030
1080
|
background: rgba(0, 0, 0, 0.3);
|
|
1031
1081
|
}
|
|
1032
|
-
`,
|
|
1082
|
+
`,Oa=g.div`
|
|
1033
1083
|
flex: 1;
|
|
1034
1084
|
overflow-y: auto;
|
|
1035
1085
|
overflow-x: hidden;
|
|
@@ -1053,7 +1103,7 @@
|
|
|
1053
1103
|
&::-webkit-scrollbar-thumb:hover {
|
|
1054
1104
|
background: rgba(0, 0, 0, 0.3);
|
|
1055
1105
|
}
|
|
1056
|
-
`,
|
|
1106
|
+
`,Da=g.button`
|
|
1057
1107
|
display: flex;
|
|
1058
1108
|
align-items: center;
|
|
1059
1109
|
justify-content: flex-start;
|
|
@@ -1065,7 +1115,7 @@
|
|
|
1065
1115
|
border-radius: ${({theme:e})=>e.components.menu.item.borderRadius};
|
|
1066
1116
|
position: relative;
|
|
1067
1117
|
overflow: hidden;
|
|
1068
|
-
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};
|
|
1069
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};
|
|
1070
1120
|
font-size: ${({theme:e})=>e.components.menu.item.fontSize};
|
|
1071
1121
|
font-weight: ${({theme:e})=>e.components.menu.item.fontWeight};
|
|
@@ -1108,7 +1158,7 @@
|
|
|
1108
1158
|
|
|
1109
1159
|
/* Hover 状态 */
|
|
1110
1160
|
&:hover:not(:disabled) {
|
|
1111
|
-
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};
|
|
1112
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};
|
|
1113
1163
|
}
|
|
1114
1164
|
|
|
@@ -1128,7 +1178,7 @@
|
|
|
1128
1178
|
outline: 2px solid ${({theme:e})=>e.semantic.colors.brand.primary};
|
|
1129
1179
|
outline-offset: -2px;
|
|
1130
1180
|
}
|
|
1131
|
-
`,
|
|
1181
|
+
`,Ba=g.span`
|
|
1132
1182
|
display: inline-flex;
|
|
1133
1183
|
align-items: center;
|
|
1134
1184
|
justify-content: center;
|
|
@@ -1140,14 +1190,14 @@
|
|
|
1140
1190
|
width: 100%;
|
|
1141
1191
|
height: 100%;
|
|
1142
1192
|
}
|
|
1143
|
-
`,
|
|
1193
|
+
`,_a=g.span`
|
|
1144
1194
|
flex: 1;
|
|
1145
1195
|
overflow: hidden;
|
|
1146
1196
|
text-overflow: ellipsis;
|
|
1147
1197
|
white-space: nowrap;
|
|
1148
1198
|
opacity: ${({collapsed:e})=>e?0:1};
|
|
1149
1199
|
transition: opacity 0.2s ease;
|
|
1150
|
-
`,
|
|
1200
|
+
`,Ka=g.span`
|
|
1151
1201
|
display: inline-flex;
|
|
1152
1202
|
align-items: center;
|
|
1153
1203
|
justify-content: center;
|
|
@@ -1162,7 +1212,7 @@
|
|
|
1162
1212
|
width: 100%;
|
|
1163
1213
|
height: 100%;
|
|
1164
1214
|
}
|
|
1165
|
-
`,
|
|
1215
|
+
`,Va=g.div`
|
|
1166
1216
|
display: flex;
|
|
1167
1217
|
flex-direction: column;
|
|
1168
1218
|
gap: ${({theme:e})=>e.components.menu.group.gap};
|
|
@@ -1171,7 +1221,7 @@
|
|
|
1171
1221
|
&:first-of-type {
|
|
1172
1222
|
margin-top: 0;
|
|
1173
1223
|
}
|
|
1174
|
-
`,
|
|
1224
|
+
`,Ha=g.div`
|
|
1175
1225
|
display: flex;
|
|
1176
1226
|
align-items: center;
|
|
1177
1227
|
height: ${({theme:e})=>e.components.menu.groupTitle.height};
|
|
@@ -1193,11 +1243,11 @@
|
|
|
1193
1243
|
margin-left: 8px;
|
|
1194
1244
|
opacity: ${({collapsed:e})=>e?0:1};
|
|
1195
1245
|
}
|
|
1196
|
-
`,
|
|
1246
|
+
`,Wa=g.div`
|
|
1197
1247
|
display: flex;
|
|
1198
1248
|
flex-direction: column;
|
|
1199
1249
|
gap: ${({theme:e})=>e.components.menu.group.gap};
|
|
1200
|
-
`,
|
|
1250
|
+
`,Ua=g.div`
|
|
1201
1251
|
position: fixed;
|
|
1202
1252
|
z-index: 9999;
|
|
1203
1253
|
min-width: 200px;
|
|
@@ -1218,11 +1268,11 @@
|
|
|
1218
1268
|
transform: translateX(0);
|
|
1219
1269
|
}
|
|
1220
1270
|
}
|
|
1221
|
-
`,
|
|
1271
|
+
`,Ya=g.div`
|
|
1222
1272
|
display: flex;
|
|
1223
1273
|
flex-direction: column;
|
|
1224
1274
|
gap: ${({theme:e})=>e.components.menu.group.gap};
|
|
1225
|
-
`,
|
|
1275
|
+
`,Za=g.button`
|
|
1226
1276
|
display: flex;
|
|
1227
1277
|
align-items: center;
|
|
1228
1278
|
justify-content: flex-start;
|
|
@@ -1253,7 +1303,7 @@
|
|
|
1253
1303
|
outline: 2px solid ${({theme:e})=>e.semantic.colors.brand.primary};
|
|
1254
1304
|
outline-offset: -2px;
|
|
1255
1305
|
}
|
|
1256
|
-
`,
|
|
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`
|
|
1257
1307
|
color: ${r.text.default};
|
|
1258
1308
|
text-decoration: ${r.decoration.default};
|
|
1259
1309
|
|
|
@@ -1270,9 +1320,9 @@
|
|
|
1270
1320
|
color: ${r.text.disabled};
|
|
1271
1321
|
cursor: not-allowed;
|
|
1272
1322
|
}
|
|
1273
|
-
`},
|
|
1323
|
+
`},Ga=(e,t)=>{const r=t.components.link.size[e];return j`
|
|
1274
1324
|
font-size: ${r.fontSize};
|
|
1275
|
-
`},
|
|
1325
|
+
`},Zn=g.a`
|
|
1276
1326
|
/* 基础样式 */
|
|
1277
1327
|
position: relative;
|
|
1278
1328
|
display: inline-flex;
|
|
@@ -1293,21 +1343,21 @@
|
|
|
1293
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"}};
|
|
1294
1344
|
|
|
1295
1345
|
/* 变体样式 */
|
|
1296
|
-
${({variant:e,theme:t})=>
|
|
1346
|
+
${({variant:e,theme:t})=>Xa(e,t)}
|
|
1297
1347
|
|
|
1298
1348
|
/* 尺寸样式 */
|
|
1299
|
-
${({size:e,theme:t})=>
|
|
1349
|
+
${({size:e,theme:t})=>Ga(e,t)}
|
|
1300
1350
|
|
|
1301
1351
|
/* Focus 可见状态 */
|
|
1302
1352
|
&:focus-visible {
|
|
1303
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"}};
|
|
1304
|
-
outline: 2px solid ${({theme:e})=>{var t,r,
|
|
1305
|
-
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"}};
|
|
1306
1356
|
}
|
|
1307
|
-
`,Ao=c.forwardRef(({variant:e="primary",size:t="md",disabled:r,className:o,children:n,isDisabled:s,...a},l)=>{const u=c.useRef(null),d=l||u,h=r??s,{linkProps:p}=X.useLink({...a,isDisabled:h,elementType:"a"},u);return i.jsx(Po,{ref:d,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=ve(t);if(Ko()==="virtual"){let o=r;Hn(()=>{ve(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:u}=c.useContext(Nr)||{},d=c.useMemo(()=>new Gt({scopeRef:l}),[l]);ke(()=>{let f=u||ne.root;if(ne.getTreeNode(f.scopeRef)&&ee&&!mt(ee,f.scopeRef)){let x=ne.getTreeNode(ee);x&&(f=x)}f.addChild(d),ne.addNode(d)},[d,u]),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=ve(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:d}),[d,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 u=o||ve(de((l=r[0])!==null&&l!==void 0?l:void 0)),d=r[0].previousElementSibling,h=Ae(r),p=Pe(h,{tabbable:n,accept:a},r);p.currentNode=xe(u,r)?u:d;let f=p.nextNode();return!f&&s&&(p.currentNode=d,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 u=o||ve(de((l=r[0])!==null&&l!==void 0?l:void 0)),d=r[r.length-1].nextElementSibling,h=Ae(r),p=Pe(h,{tabbable:n,accept:a},r);p.currentNode=xe(u,r)?u:d;let f=p.previousNode();return!f&&s&&(p.currentNode=d,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=d=>{if(d.key!=="Tab"||d.altKey||d.ctrlKey||d.metaKey||!Xe(e)||d.isComposing)return;let h=ve(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=d.shiftKey?x.previousNode():x.nextNode();m||(x.currentNode=d.shiftKey?p[p.length-1].nextElementSibling:p[0].previousElementSibling,m=d.shiftKey?x.previousNode():x.nextNode()),d.preventDefault(),m&&Te(m,!0)},l=d=>{(!ee||mt(ee,e))&&xe(Be(d),e.current)?(ee=e,r.current=Be(d)):Xe(e)&&!Fe(Be(d),e)?r.current?r.current.focus():ee&&ee.current&&Xt(ee.current):Xe(e)&&(r.current=Be(d))},u=d=>{o.current&&cancelAnimationFrame(o.current),o.current=requestAnimationFrame(()=>{let h=Ko(),p=(h==="virtual"||h===null)&&no()&&oo(),f=ve(s);if(!p&&f&&Xe(e)&&!Fe(f,e)){ee=e;let m=Be(d);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(d=>d.addEventListener("focusin",l,!1)),n==null||n.forEach(d=>d.addEventListener("focusout",u,!1)),()=>{s.removeEventListener("keydown",a,!1),s.removeEventListener("focusin",l,!1),n==null||n.forEach(d=>d.removeEventListener("focusin",l,!1)),n==null||n.forEach(d=>d.removeEventListener("focusout",u,!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(ve(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"?ve(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(ve(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 u=ne.getTreeNode(e);if(!u)return;let d=u.nodeToRestore,h=Pe(n.body,{tabbable:!0});h.currentNode=l;let p=a.shiftKey?h.previousNode():h.nextNode();if((!d||!d.isConnected||d===n.body)&&(d=void 0,u.nodeToRestore=void 0),(!p||!Fe(p,e))&&d){h.currentNode=d;do p=a.shiftKey?h.previousNode():h.nextNode();while(Fe(p,e));a.preventDefault(),a.stopPropagation(),p?Te(p,!0):Vo(d)?Te(d,!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 u=l.nodeToRestore,d=ve(n);if(t&&u&&(d&&Fe(d,e)||d===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 u;return!(t==null||(u=t.from)===null||u===void 0)&&u.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=C.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`
|
|
1308
1358
|
from { opacity: 0; }
|
|
1309
1359
|
to { opacity: 1; }
|
|
1310
|
-
`,
|
|
1360
|
+
`,dl=Me`
|
|
1311
1361
|
from {
|
|
1312
1362
|
opacity: 0;
|
|
1313
1363
|
transform: translateY(6px) scale(0.985);
|
|
@@ -1316,7 +1366,7 @@
|
|
|
1316
1366
|
opacity: 1;
|
|
1317
1367
|
transform: translateY(0px) scale(1);
|
|
1318
1368
|
}
|
|
1319
|
-
`,
|
|
1369
|
+
`,ul=g.div`
|
|
1320
1370
|
position: fixed;
|
|
1321
1371
|
inset: 0;
|
|
1322
1372
|
z-index: ${({theme:e})=>e.components.modal.zIndex.overlay};
|
|
@@ -1324,14 +1374,14 @@
|
|
|
1324
1374
|
align-items: center;
|
|
1325
1375
|
justify-content: center;
|
|
1326
1376
|
padding: ${({theme:e})=>e.global.spacing.xl};
|
|
1327
|
-
`,
|
|
1377
|
+
`,fl=g.div`
|
|
1328
1378
|
position: absolute;
|
|
1329
1379
|
inset: 0;
|
|
1330
1380
|
background: ${({theme:e})=>e.components.modal.overlay.background};
|
|
1331
1381
|
backdrop-filter: ${({theme:e})=>e.components.modal.overlay.backdropFilter};
|
|
1332
1382
|
-webkit-backdrop-filter: ${({theme:e})=>e.components.modal.overlay.backdropFilter};
|
|
1333
|
-
animation: ${
|
|
1334
|
-
`,
|
|
1383
|
+
animation: ${cl} ${({theme:e})=>e.components.modal.animation.duration} ease forwards;
|
|
1384
|
+
`,pl=g.div`
|
|
1335
1385
|
position: relative;
|
|
1336
1386
|
z-index: ${({theme:e})=>e.components.modal.zIndex.container};
|
|
1337
1387
|
|
|
@@ -1348,7 +1398,7 @@
|
|
|
1348
1398
|
border: ${({theme:e})=>e.components.modal.container.border};
|
|
1349
1399
|
box-shadow: ${({theme:e})=>e.components.modal.container.boxShadow};
|
|
1350
1400
|
|
|
1351
|
-
animation: ${
|
|
1401
|
+
animation: ${dl} ${({theme:e})=>e.components.modal.animation.duration}
|
|
1352
1402
|
${({theme:e})=>e.components.modal.animation.easing} forwards;
|
|
1353
1403
|
|
|
1354
1404
|
&:focus {
|
|
@@ -1359,7 +1409,7 @@
|
|
|
1359
1409
|
outline: 2px solid ${({theme:e})=>e.semantic.colors.brand.primary};
|
|
1360
1410
|
outline-offset: 2px;
|
|
1361
1411
|
}
|
|
1362
|
-
`,
|
|
1412
|
+
`,hl=g.header`
|
|
1363
1413
|
display: flex;
|
|
1364
1414
|
align-items: center;
|
|
1365
1415
|
justify-content: space-between;
|
|
@@ -1371,7 +1421,7 @@
|
|
|
1371
1421
|
|
|
1372
1422
|
border-bottom: ${({theme:e})=>e.components.modal.header.borderBottom};
|
|
1373
1423
|
background: ${({theme:e})=>e.components.modal.header.background};
|
|
1374
|
-
`,
|
|
1424
|
+
`,gl=g.h2`
|
|
1375
1425
|
margin: 0;
|
|
1376
1426
|
padding: 0;
|
|
1377
1427
|
min-width: 0;
|
|
@@ -1386,7 +1436,7 @@
|
|
|
1386
1436
|
overflow: hidden;
|
|
1387
1437
|
text-overflow: ellipsis;
|
|
1388
1438
|
white-space: nowrap;
|
|
1389
|
-
`,
|
|
1439
|
+
`,bl=g.button`
|
|
1390
1440
|
margin: 0;
|
|
1391
1441
|
padding: 0;
|
|
1392
1442
|
border: none;
|
|
@@ -1426,7 +1476,7 @@
|
|
|
1426
1476
|
outline: 2px solid ${({theme:e})=>e.semantic.colors.brand.primary};
|
|
1427
1477
|
outline-offset: 2px;
|
|
1428
1478
|
}
|
|
1429
|
-
`,
|
|
1479
|
+
`,ml=g.div`
|
|
1430
1480
|
flex: 1;
|
|
1431
1481
|
min-height: 0;
|
|
1432
1482
|
overflow: auto;
|
|
@@ -1451,33 +1501,33 @@
|
|
|
1451
1501
|
&::-webkit-scrollbar-thumb:hover {
|
|
1452
1502
|
background: ${({theme:e})=>e.semantic.colors.text.disabled};
|
|
1453
1503
|
}
|
|
1454
|
-
`,
|
|
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`
|
|
1455
1505
|
display: inline-flex;
|
|
1456
1506
|
flex-direction: column;
|
|
1457
|
-
|
|
1507
|
+
`,$l=g.label`
|
|
1458
1508
|
margin-bottom: 6px;
|
|
1459
1509
|
font-size: 12px;
|
|
1460
|
-
`,
|
|
1510
|
+
`,kl=g.div`
|
|
1461
1511
|
display: inline-flex;
|
|
1462
1512
|
align-items: center;
|
|
1463
1513
|
justify-content: space-between;
|
|
1464
1514
|
text-align: center;
|
|
1465
|
-
gap: ${({theme:e})=>{var t,r,
|
|
1466
|
-
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}};
|
|
1467
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"}};
|
|
1468
1518
|
border-radius: ${({theme:e})=>{var t;return((t=e.components.numberfield)==null?void 0:t.borderRadius)??"4px"}};
|
|
1469
1519
|
color: ${({theme:e})=>{var t,r;return((r=(t=e.components.numberfield)==null?void 0:t.text)==null?void 0:r.default)??"#0A1833"}};
|
|
1470
|
-
background: ${({disabled:e,theme:t})=>{var r,o,
|
|
1471
|
-
height: ${({theme:e,size:t})=>{var r,o,
|
|
1472
|
-
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"}};
|
|
1473
1523
|
|
|
1474
1524
|
// 优化宽度设置逻辑:先判断控件类型,再根据size设置不同宽度
|
|
1475
|
-
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}};
|
|
1476
1526
|
|
|
1477
1527
|
// 状态样式
|
|
1478
1528
|
&:disabled,
|
|
1479
1529
|
&[data-disabled="true"] {
|
|
1480
|
-
${({theme:e})=>
|
|
1530
|
+
${({theme:e})=>Et(e)}
|
|
1481
1531
|
opacity: 0.8;
|
|
1482
1532
|
// 强制所有子元素不响应事件
|
|
1483
1533
|
* {
|
|
@@ -1498,7 +1548,7 @@
|
|
|
1498
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;
|
|
1499
1549
|
}
|
|
1500
1550
|
}
|
|
1501
|
-
`,
|
|
1551
|
+
`,wl=g.input`
|
|
1502
1552
|
text-align: center;
|
|
1503
1553
|
border:none;
|
|
1504
1554
|
outline: none;
|
|
@@ -1521,26 +1571,26 @@
|
|
|
1521
1571
|
// 状态样式
|
|
1522
1572
|
&:disabled,
|
|
1523
1573
|
&[data-disabled="true"] {
|
|
1524
|
-
${({theme:e})=>
|
|
1574
|
+
${({theme:e})=>Et(e)}
|
|
1525
1575
|
}
|
|
1526
1576
|
|
|
1527
|
-
`,
|
|
1577
|
+
`,Sl=g.div`
|
|
1528
1578
|
margin-top: 6px;
|
|
1529
1579
|
font-size: 12px;
|
|
1530
1580
|
color: ${({theme:e})=>{var t,r;return((r=(t=e.components.numberfield)==null?void 0:t.text)==null?void 0:r.placeholder)??"#6b6b6b"}};
|
|
1531
|
-
`,
|
|
1581
|
+
`,Cl=g.div`
|
|
1532
1582
|
display: inline-flex;
|
|
1533
1583
|
flex-direction: column;
|
|
1534
1584
|
gap: 1px;
|
|
1535
|
-
`,
|
|
1585
|
+
`,Zr=g.button`
|
|
1536
1586
|
background: transparent;
|
|
1537
1587
|
border: none;
|
|
1538
1588
|
border-radius: ${({direction:e})=>e==="up"?"4px 4px 0 0":"0 0 4px 4px"};
|
|
1539
1589
|
display: inline-flex;
|
|
1540
1590
|
align-items: center;
|
|
1541
1591
|
justify-content: center;
|
|
1542
|
-
width: ${({theme:e,size:t})=>{var o,
|
|
1543
|
-
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}};
|
|
1544
1594
|
color: ${({theme:e})=>{var t;return((t=e.components.numberfield)==null?void 0:t.border.default)??"#0A1833"}};
|
|
1545
1595
|
cursor: pointer;
|
|
1546
1596
|
// 使用主题中numberfield定义的transition参数
|
|
@@ -1550,7 +1600,7 @@
|
|
|
1550
1600
|
|
|
1551
1601
|
&:disabled,
|
|
1552
1602
|
&[data-disabled="true"] {
|
|
1553
|
-
${({theme:e})=>
|
|
1603
|
+
${({theme:e})=>Et(e)}
|
|
1554
1604
|
transition: none; // 禁用状态不使用过渡
|
|
1555
1605
|
}
|
|
1556
1606
|
|
|
@@ -1570,12 +1620,12 @@
|
|
|
1570
1620
|
50% { transform: scale(1.1); }
|
|
1571
1621
|
100% { transform: scale(1); }
|
|
1572
1622
|
}
|
|
1573
|
-
`,
|
|
1623
|
+
`,Xr=g.button`
|
|
1574
1624
|
display: inline-flex;
|
|
1575
1625
|
align-items: center;
|
|
1576
1626
|
justify-content: center;
|
|
1577
|
-
width: ${({theme:e,size:t})=>{var r,o,
|
|
1578
|
-
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}};
|
|
1579
1629
|
background: transparent;
|
|
1580
1630
|
color: ${({theme:e})=>{var t;return((t=e.components.numberfield)==null?void 0:t.border.default)??"#d9d9d9"}};
|
|
1581
1631
|
border: none;
|
|
@@ -1589,7 +1639,7 @@
|
|
|
1589
1639
|
|
|
1590
1640
|
&:disabled,
|
|
1591
1641
|
&[data-disabled="true"] {
|
|
1592
|
-
${({theme:e})=>
|
|
1642
|
+
${({theme:e})=>Et(e)}
|
|
1593
1643
|
transition: none; // 禁用状态不使用过渡
|
|
1594
1644
|
}
|
|
1595
1645
|
|
|
@@ -1610,14 +1660,14 @@
|
|
|
1610
1660
|
50% { transform: scale(1.1); }
|
|
1611
1661
|
100% { transform: scale(1); }
|
|
1612
1662
|
}
|
|
1613
|
-
`,
|
|
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`
|
|
1614
1664
|
0% {
|
|
1615
1665
|
transform: translateX(-100%);
|
|
1616
1666
|
}
|
|
1617
1667
|
100% {
|
|
1618
1668
|
transform: translateX(100%);
|
|
1619
1669
|
}
|
|
1620
|
-
`,
|
|
1670
|
+
`,io=({theme:e})=>j`
|
|
1621
1671
|
&::after {
|
|
1622
1672
|
content: '';
|
|
1623
1673
|
position: absolute;
|
|
@@ -1628,7 +1678,7 @@
|
|
|
1628
1678
|
${e.components.skeleton.background.highlight} 50%,
|
|
1629
1679
|
transparent 100%
|
|
1630
1680
|
);
|
|
1631
|
-
animation: ${
|
|
1681
|
+
animation: ${Dl} ${e.components.skeleton.animation.duration}
|
|
1632
1682
|
${e.components.skeleton.animation.easing} infinite;
|
|
1633
1683
|
transform: translateX(-100%);
|
|
1634
1684
|
}
|
|
@@ -1640,7 +1690,7 @@
|
|
|
1640
1690
|
transform: translateX(-50%);
|
|
1641
1691
|
}
|
|
1642
1692
|
}
|
|
1643
|
-
`,
|
|
1693
|
+
`,Bl=g.div`
|
|
1644
1694
|
position: relative;
|
|
1645
1695
|
overflow: hidden;
|
|
1646
1696
|
display: block;
|
|
@@ -1649,15 +1699,15 @@
|
|
|
1649
1699
|
width: ${({$variant:e,$width:t,theme:r})=>e==="circle"?t??r.components.skeleton.circle.size:t??"100%"};
|
|
1650
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};
|
|
1651
1701
|
|
|
1652
|
-
${({$animate:e,theme:t})=>e&&
|
|
1653
|
-
${
|
|
1702
|
+
${({$animate:e,theme:t})=>e&&j`
|
|
1703
|
+
${io({theme:t})}
|
|
1654
1704
|
`}
|
|
1655
|
-
`,
|
|
1705
|
+
`,_l=g.div`
|
|
1656
1706
|
display: flex;
|
|
1657
1707
|
flex-direction: column;
|
|
1658
1708
|
gap: ${({theme:e})=>e.components.skeleton.text.gap};
|
|
1659
1709
|
width: ${({$width:e})=>e??"100%"};
|
|
1660
|
-
`,
|
|
1710
|
+
`,Kl=g.span`
|
|
1661
1711
|
position: relative;
|
|
1662
1712
|
overflow: hidden;
|
|
1663
1713
|
display: block;
|
|
@@ -1666,10 +1716,10 @@
|
|
|
1666
1716
|
border-radius: ${({theme:e})=>e.components.skeleton.radius.pill};
|
|
1667
1717
|
width: ${({$customWidth:e,$isLast:t,theme:r})=>e??(t?r.components.skeleton.text.lastLineWidth:"100%")};
|
|
1668
1718
|
|
|
1669
|
-
${({$animate:e,theme:t})=>e&&
|
|
1670
|
-
${
|
|
1719
|
+
${({$animate:e,theme:t})=>e&&j`
|
|
1720
|
+
${io({theme:t})}
|
|
1671
1721
|
`}
|
|
1672
|
-
`,
|
|
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`
|
|
1673
1723
|
0% {
|
|
1674
1724
|
transform: scale(1);
|
|
1675
1725
|
opacity: 0.6;
|
|
@@ -1682,15 +1732,15 @@
|
|
|
1682
1732
|
transform: scale(1);
|
|
1683
1733
|
opacity: 0.6;
|
|
1684
1734
|
}
|
|
1685
|
-
`,
|
|
1735
|
+
`,Vl=g.div`
|
|
1686
1736
|
display: flex;
|
|
1687
1737
|
flex-direction: ${({orientation:e})=>e==="vertical"?"column":"row"};
|
|
1688
1738
|
width: 100%;
|
|
1689
1739
|
|
|
1690
|
-
${({orientation:e})=>e==="horizontal"&&
|
|
1740
|
+
${({orientation:e})=>e==="horizontal"&&j`
|
|
1691
1741
|
align-items: flex-start;
|
|
1692
1742
|
`}
|
|
1693
|
-
`,
|
|
1743
|
+
`,Hl=g.div`
|
|
1694
1744
|
position: relative;
|
|
1695
1745
|
display: flex;
|
|
1696
1746
|
flex: ${({isLast:e,orientation:t})=>e||t==="vertical"?"0 0 auto":"1"};
|
|
@@ -1699,7 +1749,7 @@
|
|
|
1699
1749
|
|
|
1700
1750
|
/* Gap between content elements */
|
|
1701
1751
|
gap: ${({theme:e})=>e.components.stepper.gap};
|
|
1702
|
-
`,
|
|
1752
|
+
`,Mt=g.div`
|
|
1703
1753
|
position: relative;
|
|
1704
1754
|
display: flex;
|
|
1705
1755
|
align-items: center;
|
|
@@ -1715,7 +1765,7 @@
|
|
|
1715
1765
|
transition: all 0.2s ease;
|
|
1716
1766
|
|
|
1717
1767
|
/* Colors based on Status */
|
|
1718
|
-
${({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`
|
|
1719
1769
|
background-color: ${a};
|
|
1720
1770
|
color: ${l};
|
|
1721
1771
|
${t==="process"?`
|
|
@@ -1724,13 +1774,13 @@
|
|
|
1724
1774
|
position: absolute;
|
|
1725
1775
|
inset: -4px;
|
|
1726
1776
|
border-radius: 50%;
|
|
1727
|
-
background-color: ${
|
|
1728
|
-
animation: ${
|
|
1777
|
+
background-color: ${n.dot.pulseColor};
|
|
1778
|
+
animation: ${qr} 1.5s ease-in-out infinite;
|
|
1729
1779
|
will-change: transform, opacity;
|
|
1730
1780
|
z-index: -1;
|
|
1731
1781
|
}
|
|
1732
1782
|
`:""}
|
|
1733
|
-
`):(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`
|
|
1734
1784
|
border-color: ${s};
|
|
1735
1785
|
background-color: ${a};
|
|
1736
1786
|
color: ${l};
|
|
@@ -1740,9 +1790,9 @@
|
|
|
1740
1790
|
position: absolute;
|
|
1741
1791
|
inset: -4px;
|
|
1742
1792
|
border-radius: 50%;
|
|
1743
|
-
border: 2px solid ${
|
|
1793
|
+
border: 2px solid ${o.color};
|
|
1744
1794
|
opacity: 0.6;
|
|
1745
|
-
animation: ${
|
|
1795
|
+
animation: ${qr} 1.5s ease-in-out infinite;
|
|
1746
1796
|
will-change: transform, opacity;
|
|
1747
1797
|
z-index: -1;
|
|
1748
1798
|
}
|
|
@@ -1759,127 +1809,127 @@
|
|
|
1759
1809
|
height: ${({theme:e,size:t})=>e.components.stepper.circle.iconSize[t]};
|
|
1760
1810
|
flex-shrink: 0;
|
|
1761
1811
|
}
|
|
1762
|
-
`,
|
|
1812
|
+
`,It=g.div`
|
|
1763
1813
|
display: flex;
|
|
1764
1814
|
flex-direction: column;
|
|
1765
1815
|
justify-content: center;
|
|
1766
1816
|
|
|
1767
|
-
${({orientation:e,labelPlacement:t})=>e==="horizontal"&&t==="bottom"&&
|
|
1817
|
+
${({orientation:e,labelPlacement:t})=>e==="horizontal"&&t==="bottom"&&j`
|
|
1768
1818
|
align-items: center;
|
|
1769
1819
|
text-align: center;
|
|
1770
1820
|
padding-top: 4px; /* Space between icon and text */
|
|
1771
1821
|
`}
|
|
1772
1822
|
|
|
1773
|
-
${({orientation:e,labelPlacement:t})=>(e==="vertical"||t==="right")&&
|
|
1823
|
+
${({orientation:e,labelPlacement:t})=>(e==="vertical"||t==="right")&&j`
|
|
1774
1824
|
padding-left: 4px; /* Space between icon and text */
|
|
1775
1825
|
/* Adjust for vertical alignment with icon center if needed */
|
|
1776
1826
|
padding-top: 4px;
|
|
1777
1827
|
`}
|
|
1778
|
-
`,
|
|
1828
|
+
`,Pt=g.div`
|
|
1779
1829
|
font-size: ${({theme:e})=>e.components.stepper.text.title.fontSize};
|
|
1780
1830
|
font-weight: ${({theme:e})=>e.components.stepper.text.title.fontWeight};
|
|
1781
1831
|
line-height: 1.4;
|
|
1782
1832
|
|
|
1783
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}}};
|
|
1784
|
-
`,
|
|
1834
|
+
`,Nt=g.div`
|
|
1785
1835
|
font-size: ${({theme:e})=>e.components.stepper.text.description.fontSize};
|
|
1786
1836
|
color: ${({theme:e})=>e.components.stepper.text.description.color};
|
|
1787
1837
|
line-height: 1.4;
|
|
1788
1838
|
margin-top: 2px;
|
|
1789
|
-
`,
|
|
1839
|
+
`,At=g.div`
|
|
1790
1840
|
transition: background-color 0.2s ease;
|
|
1791
1841
|
|
|
1792
|
-
${({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`
|
|
1793
1843
|
flex: 1;
|
|
1794
1844
|
height: 1px;
|
|
1795
1845
|
background-color: ${r?t.components.stepper.line.color.active:t.components.stepper.line.color.default};
|
|
1796
1846
|
margin: 0 ${t.components.stepper.gap};
|
|
1797
|
-
margin-top: ${
|
|
1798
|
-
${
|
|
1799
|
-
`:
|
|
1847
|
+
margin-top: ${d}px;
|
|
1848
|
+
${o==="bottom"?"align-self: flex-start;":""}
|
|
1849
|
+
`:j`
|
|
1800
1850
|
width: 1px;
|
|
1801
1851
|
min-height: 40px;
|
|
1802
1852
|
flex: 1;
|
|
1803
1853
|
background-color: ${r?t.components.stepper.line.color.active:t.components.stepper.line.color.default};
|
|
1804
1854
|
margin-top: 4px;
|
|
1805
1855
|
`}}
|
|
1806
|
-
`,
|
|
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`
|
|
1807
1857
|
display: flex;
|
|
1808
1858
|
align-items: center;
|
|
1809
1859
|
gap: 16px;
|
|
1810
1860
|
width: 100%;
|
|
1811
|
-
`,
|
|
1861
|
+
`,Xl=g.div`
|
|
1812
1862
|
position: relative;
|
|
1813
1863
|
flex: 1;
|
|
1814
1864
|
background: ${({theme:e})=>e.semantic.colors.background.secondary};
|
|
1815
1865
|
border-radius: 5px;
|
|
1816
1866
|
overflow: hidden;
|
|
1817
1867
|
|
|
1818
|
-
${({size:e})=>e==="sm"?
|
|
1868
|
+
${({size:e})=>e==="sm"?j`
|
|
1819
1869
|
height: 6px;
|
|
1820
|
-
`:
|
|
1870
|
+
`:j`
|
|
1821
1871
|
height: 8px;
|
|
1822
1872
|
`}
|
|
1823
|
-
`,
|
|
1873
|
+
`,Gl=g.div`
|
|
1824
1874
|
height: 100%;
|
|
1825
1875
|
width: ${({percent:e})=>e}%;
|
|
1826
|
-
background: ${({status:e,theme:t})=>
|
|
1876
|
+
background: ${({status:e,theme:t})=>Tt(e,t)};
|
|
1827
1877
|
border-radius: 5px;
|
|
1828
1878
|
transition: width 0.3s ease, background 0.3s ease;
|
|
1829
|
-
`,
|
|
1879
|
+
`,ql=g.span`
|
|
1830
1880
|
font-family: ${({theme:e})=>e.global.typography.fontFamily};
|
|
1831
1881
|
font-size: 12px;
|
|
1832
1882
|
line-height: 18px;
|
|
1833
1883
|
color: ${({theme:e})=>e.semantic.colors.text.secondary};
|
|
1834
1884
|
white-space: nowrap;
|
|
1835
1885
|
flex-shrink: 0;
|
|
1836
|
-
`,
|
|
1886
|
+
`,Jl=g.span`
|
|
1837
1887
|
display: inline-flex;
|
|
1838
1888
|
align-items: center;
|
|
1839
1889
|
justify-content: center;
|
|
1840
1890
|
width: 16px;
|
|
1841
1891
|
height: 16px;
|
|
1842
1892
|
flex-shrink: 0;
|
|
1843
|
-
color: ${({status:e,theme:t})=>
|
|
1893
|
+
color: ${({status:e,theme:t})=>Tt(e,t)};
|
|
1844
1894
|
|
|
1845
1895
|
svg {
|
|
1846
1896
|
width: 100%;
|
|
1847
1897
|
height: 100%;
|
|
1848
1898
|
}
|
|
1849
|
-
`,
|
|
1899
|
+
`,Ql=g.div`
|
|
1850
1900
|
display: flex;
|
|
1851
1901
|
align-items: center;
|
|
1852
1902
|
gap: 10px;
|
|
1853
1903
|
flex-shrink: 0;
|
|
1854
|
-
`,
|
|
1904
|
+
`,ec=g.div`
|
|
1855
1905
|
position: relative;
|
|
1856
1906
|
display: inline-flex;
|
|
1857
1907
|
align-items: center;
|
|
1858
1908
|
justify-content: center;
|
|
1859
1909
|
|
|
1860
|
-
${({size:e})=>e==="sm"?
|
|
1910
|
+
${({size:e})=>e==="sm"?j`
|
|
1861
1911
|
width: 24px;
|
|
1862
1912
|
height: 24px;
|
|
1863
|
-
`:e==="md"?
|
|
1913
|
+
`:e==="md"?j`
|
|
1864
1914
|
width: 80px;
|
|
1865
1915
|
height: 80px;
|
|
1866
|
-
`:
|
|
1916
|
+
`:j`
|
|
1867
1917
|
width: 160px;
|
|
1868
1918
|
height: 160px;
|
|
1869
1919
|
`}
|
|
1870
|
-
`,
|
|
1920
|
+
`,tc=g.svg`
|
|
1871
1921
|
transform: rotate(-90deg);
|
|
1872
1922
|
width: 100%;
|
|
1873
1923
|
height: 100%;
|
|
1874
|
-
`,
|
|
1924
|
+
`,rc=g.circle`
|
|
1875
1925
|
fill: none;
|
|
1876
1926
|
stroke: ${({theme:e})=>e.semantic.colors.background.secondary};
|
|
1877
|
-
`,
|
|
1927
|
+
`,nc=g.circle`
|
|
1878
1928
|
fill: none;
|
|
1879
|
-
stroke: ${({status:e,theme:t})=>
|
|
1929
|
+
stroke: ${({status:e,theme:t})=>Tt(e,t)};
|
|
1880
1930
|
stroke-linecap: round;
|
|
1881
1931
|
transition: stroke-dashoffset 0.3s ease, stroke 0.3s ease;
|
|
1882
|
-
`,
|
|
1932
|
+
`,oc=g.div`
|
|
1883
1933
|
position: absolute;
|
|
1884
1934
|
top: 50%;
|
|
1885
1935
|
left: 50%;
|
|
@@ -1888,98 +1938,97 @@
|
|
|
1888
1938
|
align-items: center;
|
|
1889
1939
|
justify-content: center;
|
|
1890
1940
|
|
|
1891
|
-
${({size:e,theme:t})=>e==="sm"?
|
|
1941
|
+
${({size:e,theme:t})=>e==="sm"?j`
|
|
1892
1942
|
width: 16px;
|
|
1893
1943
|
height: 16px;
|
|
1894
|
-
`:e==="md"?
|
|
1944
|
+
`:e==="md"?j`
|
|
1895
1945
|
font-family: 'Barlow', ${t.global.typography.fontFamily};
|
|
1896
1946
|
font-size: 20px;
|
|
1897
1947
|
font-weight: 500;
|
|
1898
1948
|
line-height: 30px;
|
|
1899
1949
|
color: ${t.semantic.colors.text.secondary};
|
|
1900
|
-
`:
|
|
1950
|
+
`:j`
|
|
1901
1951
|
font-family: 'Barlow', ${t.global.typography.fontFamily};
|
|
1902
1952
|
font-size: 36px;
|
|
1903
1953
|
font-weight: 500;
|
|
1904
1954
|
line-height: 54px;
|
|
1905
1955
|
color: ${t.semantic.colors.text.secondary};
|
|
1906
1956
|
`}
|
|
1907
|
-
`,
|
|
1957
|
+
`,ic=g.span`
|
|
1908
1958
|
display: inline-flex;
|
|
1909
1959
|
align-items: center;
|
|
1910
1960
|
justify-content: center;
|
|
1911
|
-
color: ${({status:e,theme:t})=>
|
|
1961
|
+
color: ${({status:e,theme:t})=>Tt(e,t)};
|
|
1912
1962
|
|
|
1913
1963
|
svg {
|
|
1914
1964
|
width: 100%;
|
|
1915
1965
|
height: 100%;
|
|
1916
1966
|
}
|
|
1917
|
-
`,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},u)=>{const d=Math.min(Math.max(o,0),100),{progressBarProps:h,labelProps:p}=X.useProgressBar({...l,value:d,minValue:0,maxValue:100}),f=s&&r!=="normal",x=f?Ql(r):null;if(e==="line")return i.jsxs(Pl,{...h,ref:u,size:t,className:a,role:"progressbar","aria-valuenow":d,"aria-valuemin":0,"aria-valuemax":100,children:[i.jsx(Al,{size:t,children:i.jsx(Fl,{status:r,percent:d})}),i.jsxs(Bl,{children:[n&&i.jsxs(Dl,{...p,children:[Math.round(d),"%"]}),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,y=2*Math.PI*k,j=y-d/100*y,w=t!=="sm";return i.jsxs(Kl,{...h,ref:u,size:t,className:a,role:"progressbar","aria-valuenow":d,"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:y,strokeDashoffset:j})]}),i.jsx(Wl,{size:t,children:w?n&&i.jsxs("span",{...p,children:[Math.round(d),"%"]}):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 u=t!==void 0?{isInvalid:t,validationErrors:[],validationDetails:Jo}:null,d=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),[y,j]=c.useState(Ze),w=c.useRef(Ze),v=()=>{if(!R)return;z(!1);let L=d||s||k.current;Pt(L,w.current)||(w.current=L,j(L))},[R,z]=c.useState(!1);return c.useEffect(v),{realtimeValidation:u||$||d||s||Ze,displayValidation:l==="native"?u||$||y:u||$||d||s||y,updateValidation(L){l==="aria"&&!Pt(y,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 u of l.childNodes)r(u)};for(let l of t)r(l);let o=null,n=0,s=0;for(let[l,u]of this.keyMap)o?(o.nextKey=l,u.prevKey=o.key):(this.firstKey=l,u.prevKey=void 0),u.type==="item"&&(u.index=n++),(u.type==="section"||u.type==="item")&&s++,o=u,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 ye extends Set{constructor(t,r,o){super(t),t instanceof ye?(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),u=c.useRef(null),d=c.useRef(null),[,h]=c.useState(null),p=c.useMemo(()=>Hr(e.selectedKeys),[e.selectedKeys]),f=c.useMemo(()=>Hr(e.defaultSelectedKeys,new ye),[e.defaultSelectedKeys]),[x,m]=vt(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 y=c.useRef(n);return c.useEffect(()=>{n!==y.current&&(k(n),y.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 u.current},get childFocusStrategy(){return d.current},setFocusedKey(j,w="first"){u.current=j,d.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 ye(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 u of o)yield{type:"item",value:u};else if(n){let u=[];c.Children.forEach(s,d=>{u.push({type:"item",element:d})}),yield*u}}}};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 u of l)s++,yield u}}}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,y=>{$.push(y)});var s;let k=(s=t.index)!==null&&s!==void 0?s:0;for(const y of $)yield*this.getFullNode({element:y,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 y=(l=t.index)!==null&&l!==void 0?l:0,j=k.next();for(;!j.done&&j.value;){let w=j.value;t.index=y;var u;let v=(u=w.key)!==null&&u!==void 0?u:null;v==null&&(v=w.element?null:this.getKey(a,t,r,o));let z=[...this.getFullNode({...w,key:v,index:y,wrapper:cc(t.wrapper,w.wrapper)},this.getChildState(r,w),o?`${o}${a.key}`:a.key,n)];for(let A of z){var d,h;A.value=(h=(d=w.value)!==null&&d!==void 0?d: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.`);y++,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 y=f.getFullNode({...k,index:$},f.getChildState(r,k),g.key,g);for(let j of y)$++,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 u=o.build({children:n,items:s},r);return t(u)},[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 ye([r],r,r);else{let a=this.state.selectedKeys;var n;let l=(n=a.anchorKey)!==null&&n!==void 0?n:r;o=new ye(a,l,r);var s;for(let u of this.getKeyRange(l,(s=a.currentKey)!==null&&s!==void 0?s:r))o.delete(u);for(let u of this.getKeyRange(r,l))this.canSelectItem(u)&&o.add(u)}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 ye(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 ye([r],r,r):new ye;this.state.setSelectedKeys(o)}setSelectedKeys(t){if(this.selectionMode==="none")return;let r=new ye;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 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 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(d=>t?new _r(t(d)):new _r(d),[t]),a=c.useMemo(()=>({suppressTextValueWarning:e.suppressTextValueWarning}),[e.suppressTextValueWarning]),l=dc(e,s,a),u=c.useMemo(()=>new mr(l,o,{layoutDelegate:r}),[l,o,r]);return hc(l,u),{collection:l,disabledKeys:n,selectionManager:u}}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 y=r.current.getItem(k);return(y==null?void 0:y.type)==="item"?y:null}).filter(k=>k!==null),f=[...e.getKeys()].map(k=>{const y=e.getItem(k);return(y==null?void 0:y.type)==="item"?y: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 u,d;m>((u=h==null?void 0:h.index)!==null&&u!==void 0?u:0)&&(m=(d=h==null?void 0:h.index)!==null&&d!==void 0?d:0),m--}}t.setFocusedKey(g?g.key:null)}r.current=e},[e,t])}function bc(e){let[t,r]=vt(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,u]=vt(a,s,e.onChange),d=t==="single"&&Array.isArray(l)?l[0]:l,h=w=>{if(t==="single"){var v,R;let z=Array.isArray(w)?(R=w[0])!==null&&R!==void 0?R:null:w;u(z),z!==d&&((v=e.onSelectionChange)===null||v===void 0||v.call(e,z))}else{let z=[];Array.isArray(w)?z=w:w!=null&&(z=[w]),u(z)}},p=rn({...e,selectionMode:t,disallowEmptySelection:t==="single",allowDuplicateSelectionEvents:!0,selectedKeys:c.useMemo(()=>mc(d),[d]),onSelectionChange:w=>{if(w!=="all"){if(t==="single"){var v;let R=(v=w.values().next().value)!==null&&v!==void 0?v: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(d)&&d.length===0?null:d}),[g,$]=c.useState(!1),[k]=c.useState(d);var y,j;return{...m,...p,...r,value:d,defaultValue:s??k,setValue:h,selectedKey:f,setSelectedKey:h,selectedItem:(y=x[0])!==null&&y!==void 0?y:null,selectedItems:x,defaultSelectedKey:(j=e.defaultSelectedKey)!==null&&j!==void 0?j:e.selectionMode==="single"?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,n)=>{const s=n.components.tag.colors[t];return e==="checkable"?o?C.css`
|
|
1918
|
-
background:
|
|
1919
|
-
color:
|
|
1920
|
-
border-color:
|
|
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
|
+
background: var(--ksd-tag-${e}-bg-checked, var(--ksd-tag-default-bg-checked));
|
|
1969
|
+
color: var(--ksd-tag-${e}-text-checked, var(--ksd-tag-default-text-checked));
|
|
1970
|
+
border-color: var(--ksd-tag-${e}-border-checked, var(--ksd-tag-default-border-checked));
|
|
1921
1971
|
|
|
1922
|
-
&:hover:not(:disabled) {
|
|
1923
|
-
background:
|
|
1924
|
-
border-color:
|
|
1972
|
+
&:hover:not(:disabled):not([data-disabled='true']) {
|
|
1973
|
+
background: var(--ksd-tag-${e}-bg-checked-hover, var(--ksd-tag-default-bg-checked-hover));
|
|
1974
|
+
border-color: var(--ksd-tag-${e}-border-checked-hover, var(--ksd-tag-default-border-checked-hover));
|
|
1925
1975
|
}
|
|
1926
1976
|
|
|
1927
|
-
&:active:not(:disabled) {
|
|
1928
|
-
background:
|
|
1929
|
-
border-color:
|
|
1977
|
+
&:active:not(:disabled):not([data-disabled='true']) {
|
|
1978
|
+
background: var(--ksd-tag-${e}-bg-checked-active, var(--ksd-tag-default-bg-checked-active));
|
|
1979
|
+
border-color: var(--ksd-tag-${e}-border-checked-active, var(--ksd-tag-default-border-checked-active));
|
|
1930
1980
|
}
|
|
1931
|
-
`:
|
|
1932
|
-
background:
|
|
1933
|
-
color:
|
|
1934
|
-
border-color:
|
|
1981
|
+
`:j`
|
|
1982
|
+
background: var(--ksd-tag-${e}-bg);
|
|
1983
|
+
color: var(--ksd-tag-${e}-text);
|
|
1984
|
+
border-color: var(--ksd-tag-${e}-border);
|
|
1935
1985
|
cursor: pointer;
|
|
1936
1986
|
|
|
1937
|
-
&:hover:not(:disabled) {
|
|
1938
|
-
background:
|
|
1939
|
-
border-color:
|
|
1987
|
+
&:hover:not(:disabled):not([data-disabled='true']) {
|
|
1988
|
+
background: var(--ksd-tag-${e}-bg-hover);
|
|
1989
|
+
border-color: var(--ksd-tag-${e}-border-hover, var(--ksd-tag-${e}-border));
|
|
1940
1990
|
}
|
|
1941
1991
|
|
|
1942
|
-
&:active:not(:disabled) {
|
|
1943
|
-
background:
|
|
1944
|
-
border-color:
|
|
1992
|
+
&:active:not(:disabled):not([data-disabled='true']) {
|
|
1993
|
+
background: var(--ksd-tag-${e}-bg-active);
|
|
1994
|
+
border-color: var(--ksd-tag-${e}-border-active, var(--ksd-tag-${e}-border));
|
|
1945
1995
|
}
|
|
1946
|
-
`:r?
|
|
1947
|
-
background:
|
|
1948
|
-
color:
|
|
1949
|
-
border-color:
|
|
1950
|
-
`:
|
|
1951
|
-
background:
|
|
1952
|
-
color:
|
|
1996
|
+
`:r?j`
|
|
1997
|
+
background: var(--ksd-tag-${e}-bg);
|
|
1998
|
+
color: var(--ksd-tag-${e}-text);
|
|
1999
|
+
border-color: var(--ksd-tag-${e}-border);
|
|
2000
|
+
`:j`
|
|
2001
|
+
background: var(--ksd-tag-${e}-bg);
|
|
2002
|
+
color: var(--ksd-tag-${e}-text);
|
|
1953
2003
|
border-color: transparent;
|
|
1954
|
-
|
|
1955
|
-
height:
|
|
1956
|
-
font-size:
|
|
1957
|
-
line-height:
|
|
1958
|
-
padding-inline:
|
|
1959
|
-
gap:
|
|
2004
|
+
`,Mc=e=>j`
|
|
2005
|
+
height: var(--ksd-tag-${e}-height);
|
|
2006
|
+
font-size: var(--ksd-tag-${e}-font-size);
|
|
2007
|
+
line-height: var(--ksd-tag-${e}-line-height);
|
|
2008
|
+
padding-inline: var(--ksd-tag-${e}-padding-inline);
|
|
2009
|
+
gap: var(--ksd-tag-${e}-gap);
|
|
1960
2010
|
|
|
1961
|
-
/* 图标尺寸 */
|
|
1962
2011
|
svg {
|
|
1963
|
-
width:
|
|
1964
|
-
height:
|
|
2012
|
+
width: var(--ksd-tag-${e}-icon-size);
|
|
2013
|
+
height: var(--ksd-tag-${e}-icon-size);
|
|
1965
2014
|
}
|
|
1966
|
-
|
|
1967
|
-
/* 基础样式
|
|
2015
|
+
`,Ic=g.span`
|
|
2016
|
+
/* 基础样式 */
|
|
1968
2017
|
position: relative;
|
|
1969
2018
|
display: inline-flex;
|
|
1970
2019
|
align-items: center;
|
|
1971
2020
|
justify-content: center;
|
|
1972
2021
|
box-sizing: border-box;
|
|
1973
2022
|
|
|
1974
|
-
/* 字体样式 */
|
|
1975
|
-
font-family:
|
|
1976
|
-
font-weight:
|
|
2023
|
+
/* 字体样式 - 使用 CSS 变量 */
|
|
2024
|
+
font-family: var(--ksd-typography-font-family);
|
|
2025
|
+
font-weight: var(--ksd-tag-font-weight);
|
|
1977
2026
|
white-space: nowrap;
|
|
1978
2027
|
|
|
1979
2028
|
/* 边框样式 */
|
|
1980
2029
|
border-width: 1px;
|
|
1981
2030
|
border-style: solid;
|
|
1982
|
-
border-radius:
|
|
2031
|
+
border-radius: var(--ksd-tag-border-radius);
|
|
1983
2032
|
|
|
1984
2033
|
/* 交互样式 */
|
|
1985
2034
|
user-select: none;
|
|
@@ -1987,19 +2036,19 @@
|
|
|
1987
2036
|
|
|
1988
2037
|
/* 过渡动画 */
|
|
1989
2038
|
transition:
|
|
1990
|
-
background
|
|
1991
|
-
border-color
|
|
1992
|
-
color
|
|
1993
|
-
opacity
|
|
2039
|
+
background var(--ksd-tag-transition),
|
|
2040
|
+
border-color var(--ksd-tag-transition),
|
|
2041
|
+
color var(--ksd-tag-transition),
|
|
2042
|
+
opacity var(--ksd-tag-transition);
|
|
1994
2043
|
|
|
1995
|
-
/*
|
|
1996
|
-
${({
|
|
2044
|
+
/* 颜色样式 */
|
|
2045
|
+
${({color:e,variant:t,bordered:r,checked:n})=>Lc(e,t,r,n)}
|
|
1997
2046
|
|
|
1998
2047
|
/* 尺寸样式 */
|
|
1999
|
-
${({size:e
|
|
2048
|
+
${({size:e})=>Mc(e)}
|
|
2000
2049
|
|
|
2001
2050
|
/* 可选择标签的 cursor */
|
|
2002
|
-
${({variant:e,checked:t})=>e==="checkable"&&!t&&
|
|
2051
|
+
${({variant:e,checked:t})=>e==="checkable"&&!t&&j`
|
|
2003
2052
|
cursor: pointer;
|
|
2004
2053
|
`}
|
|
2005
2054
|
|
|
@@ -2007,26 +2056,26 @@
|
|
|
2007
2056
|
&:disabled,
|
|
2008
2057
|
&[data-disabled='true'] {
|
|
2009
2058
|
cursor: not-allowed;
|
|
2010
|
-
opacity:
|
|
2059
|
+
opacity: var(--ksd-tag-disabled-opacity);
|
|
2011
2060
|
}
|
|
2012
2061
|
|
|
2013
2062
|
/* Focus 可见状态 - 键盘导航时显示 */
|
|
2014
2063
|
&:focus-visible {
|
|
2015
|
-
outline: 2px solid
|
|
2064
|
+
outline: 2px solid var(--ksd-tag-default-border-checked);
|
|
2016
2065
|
outline-offset: 2px;
|
|
2017
2066
|
}
|
|
2018
|
-
|
|
2067
|
+
`,Pc=g.span`
|
|
2019
2068
|
display: inline-flex;
|
|
2020
2069
|
align-items: center;
|
|
2021
2070
|
justify-content: center;
|
|
2022
2071
|
gap: inherit;
|
|
2023
|
-
`,
|
|
2072
|
+
`,Nc=g.span`
|
|
2024
2073
|
display: inline-flex;
|
|
2025
2074
|
align-items: center;
|
|
2026
2075
|
justify-content: center;
|
|
2027
2076
|
flex-shrink: 0;
|
|
2028
2077
|
color: inherit;
|
|
2029
|
-
`,
|
|
2078
|
+
`,Ac=g.span`
|
|
2030
2079
|
display: inline-flex;
|
|
2031
2080
|
align-items: center;
|
|
2032
2081
|
justify-content: center;
|
|
@@ -2039,7 +2088,7 @@
|
|
|
2039
2088
|
cursor: pointer;
|
|
2040
2089
|
color: inherit;
|
|
2041
2090
|
|
|
2042
|
-
transition: opacity
|
|
2091
|
+
transition: opacity var(--ksd-tag-transition);
|
|
2043
2092
|
|
|
2044
2093
|
&:hover {
|
|
2045
2094
|
opacity: 0.7;
|
|
@@ -2051,78 +2100,78 @@
|
|
|
2051
2100
|
|
|
2052
2101
|
/* 图标尺寸 */
|
|
2053
2102
|
svg {
|
|
2054
|
-
width:
|
|
2055
|
-
height:
|
|
2103
|
+
width: var(--ksd-tag-${({size:e})=>e}-close-icon-size);
|
|
2104
|
+
height: var(--ksd-tag-${({size:e})=>e}-close-icon-size);
|
|
2056
2105
|
}
|
|
2057
|
-
`,
|
|
2106
|
+
`,Fc=g.button`
|
|
2058
2107
|
display: inline-flex;
|
|
2059
2108
|
align-items: center;
|
|
2060
2109
|
justify-content: center;
|
|
2061
2110
|
box-sizing: border-box;
|
|
2062
|
-
gap:
|
|
2111
|
+
gap: var(--ksd-tag-${({size:e})=>e}-gap);
|
|
2063
2112
|
|
|
2064
|
-
height:
|
|
2065
|
-
padding-inline:
|
|
2113
|
+
height: var(--ksd-tag-${({size:e})=>e}-height);
|
|
2114
|
+
padding-inline: var(--ksd-tag-${({size:e})=>e}-padding-inline);
|
|
2066
2115
|
|
|
2067
|
-
font-family:
|
|
2068
|
-
font-size:
|
|
2069
|
-
line-height:
|
|
2070
|
-
font-weight:
|
|
2071
|
-
color:
|
|
2116
|
+
font-family: var(--ksd-typography-font-family);
|
|
2117
|
+
font-size: var(--ksd-tag-${({size:e})=>e}-font-size);
|
|
2118
|
+
line-height: var(--ksd-tag-${({size:e})=>e}-line-height);
|
|
2119
|
+
font-weight: var(--ksd-tag-font-weight);
|
|
2120
|
+
color: var(--ksd-tag-default-text);
|
|
2072
2121
|
|
|
2073
|
-
background:
|
|
2074
|
-
border: 1px solid
|
|
2075
|
-
border-radius:
|
|
2122
|
+
background: var(--ksd-tag-default-bg);
|
|
2123
|
+
border: 1px solid var(--ksd-tag-default-border);
|
|
2124
|
+
border-radius: var(--ksd-tag-border-radius);
|
|
2076
2125
|
|
|
2077
2126
|
cursor: pointer;
|
|
2078
2127
|
user-select: none;
|
|
2079
2128
|
white-space: nowrap;
|
|
2080
2129
|
|
|
2081
2130
|
transition:
|
|
2082
|
-
background
|
|
2083
|
-
border-color
|
|
2131
|
+
background var(--ksd-tag-transition),
|
|
2132
|
+
border-color var(--ksd-tag-transition);
|
|
2084
2133
|
|
|
2085
2134
|
&:hover:not(:disabled) {
|
|
2086
|
-
background:
|
|
2087
|
-
border-color:
|
|
2135
|
+
background: var(--ksd-tag-default-bg-hover);
|
|
2136
|
+
border-color: var(--ksd-tag-default-border-hover);
|
|
2088
2137
|
}
|
|
2089
2138
|
|
|
2090
2139
|
&:active:not(:disabled) {
|
|
2091
|
-
background:
|
|
2092
|
-
border-color:
|
|
2140
|
+
background: var(--ksd-tag-default-bg-active);
|
|
2141
|
+
border-color: var(--ksd-tag-default-border-active);
|
|
2093
2142
|
}
|
|
2094
2143
|
|
|
2095
2144
|
&:disabled {
|
|
2096
2145
|
cursor: not-allowed;
|
|
2097
|
-
opacity:
|
|
2146
|
+
opacity: var(--ksd-tag-disabled-opacity);
|
|
2098
2147
|
}
|
|
2099
2148
|
|
|
2100
2149
|
&:focus-visible {
|
|
2101
|
-
outline: 2px solid
|
|
2150
|
+
outline: 2px solid var(--ksd-tag-default-border-checked);
|
|
2102
2151
|
outline-offset: 2px;
|
|
2103
2152
|
}
|
|
2104
2153
|
|
|
2105
2154
|
svg {
|
|
2106
|
-
width:
|
|
2107
|
-
height:
|
|
2155
|
+
width: var(--ksd-tag-${({size:e})=>e}-icon-size);
|
|
2156
|
+
height: var(--ksd-tag-${({size:e})=>e}-icon-size);
|
|
2108
2157
|
}
|
|
2109
|
-
`,
|
|
2110
|
-
${t?`min-height: ${
|
|
2111
|
-
font-size: ${
|
|
2112
|
-
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};
|
|
2113
2162
|
${t?"padding-block: 4px;":""}
|
|
2114
2163
|
|
|
2115
2164
|
svg {
|
|
2116
2165
|
/* No global svg sizing here to avoid affecting Tag icons */
|
|
2117
2166
|
}
|
|
2118
|
-
`},
|
|
2167
|
+
`},mo=g.div`
|
|
2119
2168
|
display: ${({fullWidth:e})=>e?"flex":"inline-flex"};
|
|
2120
2169
|
flex-direction: column;
|
|
2121
2170
|
width: ${({fullWidth:e})=>e?"100%":"200px"};
|
|
2122
2171
|
min-width: 120px;
|
|
2123
2172
|
position: relative;
|
|
2124
2173
|
box-sizing: border-box;
|
|
2125
|
-
`,
|
|
2174
|
+
`,xo=g.button`
|
|
2126
2175
|
/* 基础重置 */
|
|
2127
2176
|
position: relative;
|
|
2128
2177
|
display: inline-flex;
|
|
@@ -2133,7 +2182,7 @@
|
|
|
2133
2182
|
|
|
2134
2183
|
/* 样式 */
|
|
2135
2184
|
border: 1px solid;
|
|
2136
|
-
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)};
|
|
2137
2186
|
border-radius: ${({theme:e})=>e.components.select.borderRadius};
|
|
2138
2187
|
|
|
2139
2188
|
background: ${({isDisabled:e,theme:t})=>e?t.components.select.background.disabled:t.components.select.background.default};
|
|
@@ -2146,13 +2195,13 @@
|
|
|
2146
2195
|
transition: all ${({theme:e})=>e.components.select.transition};
|
|
2147
2196
|
|
|
2148
2197
|
/* 尺寸 */
|
|
2149
|
-
${({size:e,isMultiple:t,theme:r})=>
|
|
2198
|
+
${({size:e,isMultiple:t,theme:r})=>Bc(e,!!t,r)}
|
|
2150
2199
|
|
|
2151
2200
|
/* 禁用状态 */
|
|
2152
|
-
${({isDisabled:e})=>e&&
|
|
2201
|
+
${({isDisabled:e})=>e&&j`
|
|
2153
2202
|
opacity: 0.6;
|
|
2154
2203
|
`}
|
|
2155
|
-
`,
|
|
2204
|
+
`,tr=g.span`
|
|
2156
2205
|
flex: 1;
|
|
2157
2206
|
overflow: hidden;
|
|
2158
2207
|
text-overflow: ellipsis;
|
|
@@ -2160,7 +2209,7 @@
|
|
|
2160
2209
|
text-align: left;
|
|
2161
2210
|
margin-right: 8px;
|
|
2162
2211
|
color: ${({isPlaceholder:e,theme:t})=>e?t.components.select.text.placeholder:"inherit"};
|
|
2163
|
-
`,
|
|
2212
|
+
`,vo=g.span`
|
|
2164
2213
|
display: inline-flex;
|
|
2165
2214
|
align-items: center;
|
|
2166
2215
|
justify-content: center;
|
|
@@ -2175,7 +2224,7 @@
|
|
|
2175
2224
|
width: ${({size:e,theme:t})=>e?t.components.select.size[e].iconSize:"16px"};
|
|
2176
2225
|
height: ${({size:e,theme:t})=>e?t.components.select.size[e].iconSize:"16px"};
|
|
2177
2226
|
}
|
|
2178
|
-
`,
|
|
2227
|
+
`,yo=g.div`
|
|
2179
2228
|
background: ${({theme:e})=>e.components.select.popover.background};
|
|
2180
2229
|
border: ${({theme:e})=>e.components.select.popover.border};
|
|
2181
2230
|
border-radius: ${({theme:e})=>e.components.select.popover.borderRadius};
|
|
@@ -2186,7 +2235,7 @@
|
|
|
2186
2235
|
max-height: 300px;
|
|
2187
2236
|
display: flex;
|
|
2188
2237
|
flex-direction: column;
|
|
2189
|
-
`,
|
|
2238
|
+
`,Er=g.ul`
|
|
2190
2239
|
margin: 0;
|
|
2191
2240
|
padding: 0;
|
|
2192
2241
|
list-style: none;
|
|
@@ -2205,7 +2254,7 @@
|
|
|
2205
2254
|
background: rgba(0,0,0,0.2);
|
|
2206
2255
|
border-radius: 4px;
|
|
2207
2256
|
}
|
|
2208
|
-
|
|
2257
|
+
`,$o=g.li`
|
|
2209
2258
|
position: relative;
|
|
2210
2259
|
display: flex;
|
|
2211
2260
|
align-items: center;
|
|
@@ -2230,30 +2279,30 @@
|
|
|
2230
2279
|
&:last-child {
|
|
2231
2280
|
margin-bottom: 0;
|
|
2232
2281
|
}
|
|
2233
|
-
`,
|
|
2282
|
+
`,ko=g.span`
|
|
2234
2283
|
flex: 1;
|
|
2235
2284
|
overflow: hidden;
|
|
2236
2285
|
text-overflow: ellipsis;
|
|
2237
2286
|
white-space: nowrap;
|
|
2238
|
-
`,
|
|
2287
|
+
`,wo=g.span`
|
|
2239
2288
|
margin-left: 8px;
|
|
2240
2289
|
display: flex;
|
|
2241
2290
|
align-items: center;
|
|
2242
2291
|
color: ${({theme:e})=>e.components.select.option.text.selected};
|
|
2243
2292
|
font-size: 14px;
|
|
2244
|
-
`,
|
|
2293
|
+
`,So=g.div`
|
|
2245
2294
|
display: flex;
|
|
2246
2295
|
align-items: center;
|
|
2247
2296
|
justify-content: center;
|
|
2248
2297
|
padding: 8px;
|
|
2249
2298
|
color: ${({theme:e})=>e.components.select.text.placeholder};
|
|
2250
2299
|
font-size: ${({theme:e})=>e.global.typography.fontSize.xs};
|
|
2251
|
-
`,
|
|
2300
|
+
`,_c=g.div`
|
|
2252
2301
|
padding: 8px 12px;
|
|
2253
2302
|
color: ${({theme:e})=>e.components.select.text.disabled};
|
|
2254
2303
|
font-size: ${({theme:e})=>e.global.typography.fontSize.xs};
|
|
2255
2304
|
text-align: center;
|
|
2256
|
-
`,
|
|
2305
|
+
`,Co=g.div`
|
|
2257
2306
|
flex: 1;
|
|
2258
2307
|
display: flex;
|
|
2259
2308
|
flex-wrap: wrap;
|
|
@@ -2261,20 +2310,20 @@
|
|
|
2261
2310
|
align-items: center;
|
|
2262
2311
|
min-height: 22px;
|
|
2263
2312
|
padding-right: 4px;
|
|
2264
|
-
`,
|
|
2313
|
+
`,jo=g.span`
|
|
2265
2314
|
display: inline-flex;
|
|
2266
2315
|
align-items: center;
|
|
2267
2316
|
margin-right: 8px;
|
|
2268
2317
|
flex-shrink: 0;
|
|
2269
2318
|
pointer-events: none;
|
|
2270
|
-
`;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`
|
|
2271
2320
|
width: ${e=>e.fullWidth?"100%":"auto"};
|
|
2272
2321
|
overflow: auto;
|
|
2273
2322
|
/* 移除边框,设计稿中表格没有外围边框 */
|
|
2274
2323
|
scrollbar-width: ${e=>e.showScrollbar?"thin":"none"};
|
|
2275
2324
|
scrollbar-color: ${({theme:e})=>e.semantic.colors.border.primary} transparent;
|
|
2276
|
-
border-top-left-radius: ${e=>
|
|
2277
|
-
border-top-right-radius: ${e=>
|
|
2325
|
+
border-top-left-radius: ${e=>He(e.size)};
|
|
2326
|
+
border-top-right-radius: ${e=>He(e.size)};
|
|
2278
2327
|
|
|
2279
2328
|
&::-webkit-scrollbar {
|
|
2280
2329
|
width: ${e=>e.showScrollbar?"8px":"0px"};
|
|
@@ -2290,16 +2339,16 @@
|
|
|
2290
2339
|
background: transparent;
|
|
2291
2340
|
}
|
|
2292
2341
|
|
|
2293
|
-
${e=>e.scrollX&&
|
|
2342
|
+
${e=>e.scrollX&&j`
|
|
2294
2343
|
max-width: ${typeof e.scrollX=="number"?`${e.scrollX}px`:e.scrollX};
|
|
2295
2344
|
`}
|
|
2296
2345
|
|
|
2297
|
-
${e=>e.scrollY&&
|
|
2346
|
+
${e=>e.scrollY&&j`
|
|
2298
2347
|
max-height: ${typeof e.scrollY=="number"?`${e.scrollY}px`:e.scrollY};
|
|
2299
2348
|
`}
|
|
2300
|
-
`,
|
|
2349
|
+
`,Xc=g.table`
|
|
2301
2350
|
width: 100%;
|
|
2302
|
-
${e=>e.scrollX&&
|
|
2351
|
+
${e=>e.scrollX&&j`
|
|
2303
2352
|
min-width: ${typeof e.scrollX=="number"?`${e.scrollX}px`:e.scrollX};
|
|
2304
2353
|
`}
|
|
2305
2354
|
border-collapse: separate;
|
|
@@ -2308,24 +2357,24 @@
|
|
|
2308
2357
|
font-family: ${({theme:e})=>e.semantic.typography.component.fontSizeSm};
|
|
2309
2358
|
background-color: ${({theme:e})=>e.semantic.colors.background.surface};
|
|
2310
2359
|
|
|
2311
|
-
${e=>e.variant==="bordered"&&
|
|
2360
|
+
${e=>e.variant==="bordered"&&j`
|
|
2312
2361
|
border: 1px solid ${e.theme.semantic.colors.border.primary};
|
|
2313
|
-
border-radius: ${
|
|
2362
|
+
border-radius: ${He(e.size)} ${He(e.size)} 0 0;
|
|
2314
2363
|
`}
|
|
2315
2364
|
|
|
2316
|
-
${e=>e.variant==="striped"&&
|
|
2365
|
+
${e=>e.variant==="striped"&&j`
|
|
2317
2366
|
tbody tr:nth-of-type(even) {
|
|
2318
2367
|
--row-bg: ${e.theme.semantic.colors.background.surfaceSubtle};
|
|
2319
2368
|
}
|
|
2320
2369
|
`}
|
|
2321
|
-
`,
|
|
2370
|
+
`,Gc=g.thead`
|
|
2322
2371
|
background-color: ${({theme:e})=>e.semantic.colors.background.surfaceSubtle};
|
|
2323
2372
|
position: sticky;
|
|
2324
2373
|
top: 0;
|
|
2325
2374
|
z-index: 10;
|
|
2326
|
-
`,
|
|
2375
|
+
`,qc=g.tr`
|
|
2327
2376
|
border-bottom: 1px solid ${({theme:e})=>e.semantic.colors.border.primary};
|
|
2328
|
-
`,
|
|
2377
|
+
`,sn=g.th`
|
|
2329
2378
|
padding: ${e=>{switch(e.size){case"sm":return"8px 12px";case"lg":return"16px 16px";case"md":default:return"12px 16px"}}};
|
|
2330
2379
|
text-align: ${e=>e.align||"left"};
|
|
2331
2380
|
font-weight: 400; /* Regular font weight based on design (H9/H11) */
|
|
@@ -2336,24 +2385,24 @@
|
|
|
2336
2385
|
position: ${e=>e.fixed?"sticky":"static"};
|
|
2337
2386
|
background-color: ${({theme:e})=>e.semantic.colors.background.surfaceSubtle};
|
|
2338
2387
|
|
|
2339
|
-
${e=>e.width&&
|
|
2388
|
+
${e=>e.width&&j`
|
|
2340
2389
|
width: ${typeof e.width=="number"?`${e.width}px`:e.width};
|
|
2341
2390
|
`}
|
|
2342
2391
|
|
|
2343
|
-
${e=>e.fixed==="left"&&
|
|
2392
|
+
${e=>e.fixed==="left"&&j`
|
|
2344
2393
|
left: 0;
|
|
2345
2394
|
z-index: 11;
|
|
2346
2395
|
/* 调整固定列阴影,使其更柔和 */
|
|
2347
2396
|
box-shadow: 4px 0 8px -4px rgba(0, 0, 0, 0.1);
|
|
2348
2397
|
`}
|
|
2349
2398
|
|
|
2350
|
-
${e=>e.fixed==="right"&&
|
|
2399
|
+
${e=>e.fixed==="right"&&j`
|
|
2351
2400
|
right: 0;
|
|
2352
2401
|
z-index: 11;
|
|
2353
2402
|
box-shadow: -4px 0 8px -4px rgba(0, 0, 0, 0.1);
|
|
2354
2403
|
`}
|
|
2355
2404
|
|
|
2356
|
-
${e=>e.sortable&&
|
|
2405
|
+
${e=>e.sortable&&j`
|
|
2357
2406
|
cursor: pointer;
|
|
2358
2407
|
transition: background-color 0.15s ease;
|
|
2359
2408
|
|
|
@@ -2363,13 +2412,13 @@
|
|
|
2363
2412
|
`}
|
|
2364
2413
|
|
|
2365
2414
|
&:first-of-type {
|
|
2366
|
-
border-top-left-radius: ${e=>
|
|
2415
|
+
border-top-left-radius: ${e=>He(e.size)};
|
|
2367
2416
|
}
|
|
2368
2417
|
|
|
2369
2418
|
&:last-of-type {
|
|
2370
|
-
border-top-right-radius: ${e=>
|
|
2419
|
+
border-top-right-radius: ${e=>He(e.size)};
|
|
2371
2420
|
}
|
|
2372
|
-
`,
|
|
2421
|
+
`,Jc=g.span`
|
|
2373
2422
|
display: inline-flex;
|
|
2374
2423
|
flex-direction: column;
|
|
2375
2424
|
align-items: center;
|
|
@@ -2390,15 +2439,15 @@
|
|
|
2390
2439
|
color: ${({theme:e})=>e.semantic.colors.brand.primary};
|
|
2391
2440
|
opacity: 1;
|
|
2392
2441
|
}
|
|
2393
|
-
`,
|
|
2442
|
+
`,Qc=g.tbody``,Bt=g.tr`
|
|
2394
2443
|
/* 定义背景色变量,用于同步固定列的背景 */
|
|
2395
2444
|
--row-bg: ${({theme:e})=>e.semantic.colors.background.surface};
|
|
2396
2445
|
|
|
2397
|
-
${e=>e.isSubRow&&
|
|
2446
|
+
${e=>e.isSubRow&&j`
|
|
2398
2447
|
--row-bg: ${e.theme.semantic.colors.background.surfaceSubtle};
|
|
2399
2448
|
`}
|
|
2400
2449
|
|
|
2401
|
-
${e=>e.selected&&
|
|
2450
|
+
${e=>e.selected&&j`
|
|
2402
2451
|
--row-bg: ${e.theme.semantic.colors.brand.primarySubtle};
|
|
2403
2452
|
`}
|
|
2404
2453
|
|
|
@@ -2414,11 +2463,11 @@
|
|
|
2414
2463
|
border-bottom: none;
|
|
2415
2464
|
}
|
|
2416
2465
|
|
|
2417
|
-
${e=>(e.selectable||e.expandable)&&
|
|
2466
|
+
${e=>(e.selectable||e.expandable)&&j`
|
|
2418
2467
|
cursor: pointer;
|
|
2419
2468
|
`}
|
|
2420
2469
|
|
|
2421
|
-
${e=>
|
|
2470
|
+
${e=>j`
|
|
2422
2471
|
&:hover {
|
|
2423
2472
|
--row-bg: ${e.selected?e.theme.semantic.colors.brand.primarySubtle:e.theme.semantic.colors.background.surfaceSubtle};
|
|
2424
2473
|
}
|
|
@@ -2427,10 +2476,10 @@
|
|
|
2427
2476
|
--row-bg: ${e.selected?e.theme.semantic.colors.brand.primarySubtle:e.theme.semantic.colors.background.surfaceStrong};
|
|
2428
2477
|
}
|
|
2429
2478
|
`}
|
|
2430
|
-
`,
|
|
2479
|
+
`,ft=g.td`
|
|
2431
2480
|
padding: ${e=>{switch(e.size){case"sm":return"8px 12px";case"lg":return"16px 16px";case"md":default:return"12px 16px"}}};
|
|
2432
2481
|
|
|
2433
|
-
${e=>e.level&&e.level>0&&
|
|
2482
|
+
${e=>e.level&&e.level>0&&j`
|
|
2434
2483
|
padding-left: ${16+e.level*24}px;
|
|
2435
2484
|
`}
|
|
2436
2485
|
|
|
@@ -2442,27 +2491,27 @@
|
|
|
2442
2491
|
background-color: ${e=>e.fixed?"var(--row-bg, inherit)":"inherit"};
|
|
2443
2492
|
transition: background-color 0.15s ease;
|
|
2444
2493
|
|
|
2445
|
-
${e=>e.width&&
|
|
2494
|
+
${e=>e.width&&j`
|
|
2446
2495
|
width: ${typeof e.width=="number"?`${e.width}px`:e.width};
|
|
2447
2496
|
`}
|
|
2448
2497
|
|
|
2449
|
-
${e=>e.fixed==="left"&&
|
|
2498
|
+
${e=>e.fixed==="left"&&j`
|
|
2450
2499
|
left: 0;
|
|
2451
2500
|
z-index: 9;
|
|
2452
2501
|
box-shadow: 4px 0 8px -4px rgba(0, 0, 0, 0.1);
|
|
2453
2502
|
`}
|
|
2454
2503
|
|
|
2455
|
-
${e=>e.fixed==="right"&&
|
|
2504
|
+
${e=>e.fixed==="right"&&j`
|
|
2456
2505
|
right: 0;
|
|
2457
2506
|
z-index: 9;
|
|
2458
2507
|
box-shadow: -4px 0 8px -4px rgba(0, 0, 0, 0.1);
|
|
2459
2508
|
`}
|
|
2460
|
-
`,
|
|
2509
|
+
`,an=g.div`
|
|
2461
2510
|
display: flex;
|
|
2462
2511
|
align-items: center;
|
|
2463
2512
|
justify-content: center;
|
|
2464
2513
|
width: 40px;
|
|
2465
|
-
`,
|
|
2514
|
+
`,ed=g.button`
|
|
2466
2515
|
display: inline-flex;
|
|
2467
2516
|
align-items: center;
|
|
2468
2517
|
justify-content: center;
|
|
@@ -2485,23 +2534,23 @@
|
|
|
2485
2534
|
height: 16px;
|
|
2486
2535
|
transform: ${e=>e.expanded?"rotate(90deg)":"none"};
|
|
2487
2536
|
}
|
|
2488
|
-
`,
|
|
2537
|
+
`,td=g.div`
|
|
2489
2538
|
padding: 48px 24px;
|
|
2490
2539
|
text-align: center;
|
|
2491
2540
|
color: ${({theme:e})=>e.semantic.colors.text.tertiary};
|
|
2492
2541
|
font-size: 12px;
|
|
2493
|
-
`,
|
|
2494
|
-
${e=>e.ellipsis&&
|
|
2542
|
+
`,rd=g.div`
|
|
2543
|
+
${e=>e.ellipsis&&j`
|
|
2495
2544
|
overflow: hidden;
|
|
2496
2545
|
text-overflow: ellipsis;
|
|
2497
2546
|
white-space: nowrap;
|
|
2498
2547
|
`}
|
|
2499
2548
|
|
|
2500
|
-
${e=>e.wrapText&&
|
|
2549
|
+
${e=>e.wrapText&&j`
|
|
2501
2550
|
white-space: normal;
|
|
2502
2551
|
word-break: break-word;
|
|
2503
2552
|
`}
|
|
2504
|
-
`,
|
|
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`
|
|
2505
2554
|
/* 提供尺寸相关的 CSS 变量,方便内部元素计算占位 */
|
|
2506
2555
|
--switch-thumb-size: ${r.thumbSize};
|
|
2507
2556
|
--switch-inner-gap: ${t.components.switch.gap};
|
|
@@ -2515,7 +2564,7 @@
|
|
|
2515
2564
|
width: ${r.thumbSize};
|
|
2516
2565
|
height: ${r.thumbSize};
|
|
2517
2566
|
}
|
|
2518
|
-
`},
|
|
2567
|
+
`},dd=g.label`
|
|
2519
2568
|
/* 基础布局 */
|
|
2520
2569
|
position: relative;
|
|
2521
2570
|
display: inline-flex;
|
|
@@ -2535,10 +2584,10 @@
|
|
|
2535
2584
|
* - 上下始终3px
|
|
2536
2585
|
*/
|
|
2537
2586
|
padding: 3px;
|
|
2538
|
-
${({hasInnerLabel:e,isSelected:t})=>e?
|
|
2587
|
+
${({hasInnerLabel:e,isSelected:t})=>e?j`
|
|
2539
2588
|
padding-left: ${t?"8px":"3px"};
|
|
2540
2589
|
padding-right: ${t?"3px":"8px"};
|
|
2541
|
-
`:
|
|
2590
|
+
`:j`
|
|
2542
2591
|
padding-left: 3px;
|
|
2543
2592
|
padding-right: 3px;
|
|
2544
2593
|
`}
|
|
@@ -2547,20 +2596,20 @@
|
|
|
2547
2596
|
transition: background-color ${({theme:e})=>e.components.switch.transition};
|
|
2548
2597
|
|
|
2549
2598
|
/* 尺寸样式 */
|
|
2550
|
-
${({size:e,theme:t})=>
|
|
2599
|
+
${({size:e,theme:t})=>cd(e,t)}
|
|
2551
2600
|
|
|
2552
2601
|
/* Focus 可见状态 - 键盘导航时显示 */
|
|
2553
|
-
${({isFocusVisible:e,theme:t})=>e&&
|
|
2602
|
+
${({isFocusVisible:e,theme:t})=>e&&j`
|
|
2554
2603
|
outline: none;
|
|
2555
2604
|
box-shadow: 0 0 0 ${t.components.switch.focusRing.offset} ${t.components.switch.focusRing.color};
|
|
2556
2605
|
`}
|
|
2557
2606
|
|
|
2558
2607
|
/* 禁用状态 */
|
|
2559
|
-
${({isDisabled:e,theme:t})=>e&&
|
|
2608
|
+
${({isDisabled:e,theme:t})=>e&&j`
|
|
2560
2609
|
opacity: ${t.components.switch.disabled.opacity};
|
|
2561
2610
|
cursor: not-allowed;
|
|
2562
2611
|
`}
|
|
2563
|
-
`,
|
|
2612
|
+
`,ud=g.span`
|
|
2564
2613
|
display: flex;
|
|
2565
2614
|
align-items: center;
|
|
2566
2615
|
width: 100%;
|
|
@@ -2570,16 +2619,16 @@
|
|
|
2570
2619
|
|
|
2571
2620
|
/* 当存在内部文字时,为滑块预留占位,避免文字与滑块重叠
|
|
2572
2621
|
预留尺寸 = 滑块尺寸 + 设计间距 */
|
|
2573
|
-
${({hasInnerLabel:e,isSelected:t,theme:r})=>e&&
|
|
2622
|
+
${({hasInnerLabel:e,isSelected:t,theme:r})=>e&&j`
|
|
2574
2623
|
padding-right: ${t?`calc(var(--switch-thumb-size) + ${r.components.switch.gap})`:"0"};
|
|
2575
2624
|
padding-left: ${t?"0":`calc(var(--switch-thumb-size) + ${r.components.switch.gap})`};
|
|
2576
2625
|
`}
|
|
2577
2626
|
|
|
2578
2627
|
/* 有文字时,根据选中状态调整文字位置 */
|
|
2579
|
-
${({hasInnerLabel:e,isSelected:t})=>e&&
|
|
2628
|
+
${({hasInnerLabel:e,isSelected:t})=>e&&j`
|
|
2580
2629
|
justify-content: ${t?"flex-start":"flex-end"};
|
|
2581
2630
|
`}
|
|
2582
|
-
`,
|
|
2631
|
+
`,fd=g.span`
|
|
2583
2632
|
display: inline-flex;
|
|
2584
2633
|
align-items: center;
|
|
2585
2634
|
color: ${({theme:e})=>e.components.switch.text.color};
|
|
@@ -2590,7 +2639,7 @@
|
|
|
2590
2639
|
user-select: none;
|
|
2591
2640
|
position: relative;
|
|
2592
2641
|
z-index: 2;
|
|
2593
|
-
`,
|
|
2642
|
+
`,pd=g.span`
|
|
2594
2643
|
display: block;
|
|
2595
2644
|
position: absolute;
|
|
2596
2645
|
top: 50%;
|
|
@@ -2600,10 +2649,10 @@
|
|
|
2600
2649
|
box-shadow: ${({theme:e})=>e.components.switch.thumb.shadow};
|
|
2601
2650
|
|
|
2602
2651
|
/* 位置控制:未选中在左,选中在右 */
|
|
2603
|
-
${({isSelected:e})=>e?
|
|
2652
|
+
${({isSelected:e})=>e?j`
|
|
2604
2653
|
right: 0;
|
|
2605
2654
|
left: auto;
|
|
2606
|
-
`:
|
|
2655
|
+
`:j`
|
|
2607
2656
|
left: 0;
|
|
2608
2657
|
right: auto;
|
|
2609
2658
|
`}
|
|
@@ -2611,20 +2660,20 @@
|
|
|
2611
2660
|
/* 平滑的位置过渡动画 */
|
|
2612
2661
|
transition: left ${({theme:e})=>e.components.switch.transition},
|
|
2613
2662
|
right ${({theme:e})=>e.components.switch.transition};
|
|
2614
|
-
`,
|
|
2663
|
+
`,hd=g.div`
|
|
2615
2664
|
display: flex;
|
|
2616
2665
|
align-items: center;
|
|
2617
2666
|
gap: 8px;
|
|
2618
|
-
`,
|
|
2667
|
+
`,gd=g.span`
|
|
2619
2668
|
font-size: ${({theme:e})=>e.global.typography.fontSize.sm};
|
|
2620
2669
|
color: ${({isDisabled:e,theme:t})=>e?t.semantic.colors.text.disabled:t.semantic.colors.text.primary};
|
|
2621
2670
|
user-select: none;
|
|
2622
2671
|
cursor: ${({isDisabled:e})=>e?"not-allowed":"pointer"};
|
|
2623
|
-
`,
|
|
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`
|
|
2624
2673
|
display: flex;
|
|
2625
2674
|
align-items: center;
|
|
2626
2675
|
gap: ${({theme:e})=>e.components.transfer.container.gap};
|
|
2627
|
-
`,
|
|
2676
|
+
`,xd=g.div`
|
|
2628
2677
|
width: ${({theme:e})=>e.components.transfer.panel.width};
|
|
2629
2678
|
height: ${({theme:e})=>e.components.transfer.panel.height};
|
|
2630
2679
|
background: ${({theme:e})=>e.components.transfer.panel.background};
|
|
@@ -2633,7 +2682,7 @@
|
|
|
2633
2682
|
display: flex;
|
|
2634
2683
|
flex-direction: column;
|
|
2635
2684
|
overflow: hidden;
|
|
2636
|
-
`,
|
|
2685
|
+
`,vd=g.div`
|
|
2637
2686
|
display: flex;
|
|
2638
2687
|
align-items: center;
|
|
2639
2688
|
justify-content: space-between;
|
|
@@ -2643,13 +2692,13 @@
|
|
|
2643
2692
|
color: ${({theme:e})=>e.components.transfer.header.color};
|
|
2644
2693
|
background: ${({theme:e})=>e.components.transfer.header.background};
|
|
2645
2694
|
flex-shrink: 0;
|
|
2646
|
-
`,
|
|
2695
|
+
`,yd=g.span`
|
|
2647
2696
|
display: flex;
|
|
2648
2697
|
align-items: center;
|
|
2649
2698
|
gap: 8px;
|
|
2650
|
-
|
|
2699
|
+
`,$d=g.span`
|
|
2651
2700
|
color: ${({theme:e})=>e.semantic.colors.text.transferHeader};
|
|
2652
|
-
`,
|
|
2701
|
+
`,kd=g.div`
|
|
2653
2702
|
padding: 10px 0;
|
|
2654
2703
|
display: flex;
|
|
2655
2704
|
flex-shrink: 0;
|
|
@@ -2662,7 +2711,7 @@
|
|
|
2662
2711
|
min-width: 100%; /* 防止内容溢出 */
|
|
2663
2712
|
}
|
|
2664
2713
|
}
|
|
2665
|
-
`,
|
|
2714
|
+
`,wd=g.div`
|
|
2666
2715
|
flex: 1;
|
|
2667
2716
|
overflow-y: auto;
|
|
2668
2717
|
display: flex;
|
|
@@ -2685,7 +2734,7 @@
|
|
|
2685
2734
|
&::-webkit-scrollbar-thumb:hover {
|
|
2686
2735
|
background: ${({theme:e})=>e.semantic.colors.border.primary};
|
|
2687
2736
|
}
|
|
2688
|
-
`,
|
|
2737
|
+
`,Sd=g.div`
|
|
2689
2738
|
display: flex;
|
|
2690
2739
|
align-items: center;
|
|
2691
2740
|
height: ${({theme:e})=>e.components.transfer.item.height};
|
|
@@ -2698,18 +2747,18 @@
|
|
|
2698
2747
|
padding: ${({theme:e})=>e.components.transfer.item.padding};
|
|
2699
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};
|
|
2700
2749
|
|
|
2701
|
-
`,
|
|
2750
|
+
`,Cd=g.span`
|
|
2702
2751
|
flex: 1;
|
|
2703
2752
|
overflow: hidden;
|
|
2704
2753
|
text-overflow: ellipsis;
|
|
2705
2754
|
white-space: nowrap;
|
|
2706
|
-
`,
|
|
2755
|
+
`,jd=g.div`
|
|
2707
2756
|
display: flex;
|
|
2708
2757
|
align-items: center;
|
|
2709
2758
|
gap: ${({theme:e})=>e.components.transfer.item.gap};
|
|
2710
2759
|
flex: 1;
|
|
2711
2760
|
overflow: hidden;
|
|
2712
|
-
`,
|
|
2761
|
+
`,Ed=g.button`
|
|
2713
2762
|
display: flex;
|
|
2714
2763
|
align-items: center;
|
|
2715
2764
|
justify-content: center;
|
|
@@ -2729,12 +2778,12 @@
|
|
|
2729
2778
|
width: 16px;
|
|
2730
2779
|
height: 16px;
|
|
2731
2780
|
}
|
|
2732
|
-
`,
|
|
2781
|
+
`,Td=g.div`
|
|
2733
2782
|
display: flex;
|
|
2734
2783
|
flex-direction: column;
|
|
2735
2784
|
gap: ${({theme:e})=>e.components.transfer.operations.gap};
|
|
2736
2785
|
align-items: center;
|
|
2737
|
-
`,be=
|
|
2786
|
+
`,be=g.div`
|
|
2738
2787
|
display: flex;
|
|
2739
2788
|
align-items: center;
|
|
2740
2789
|
justify-content: center;
|
|
@@ -2768,7 +2817,7 @@
|
|
|
2768
2817
|
color: ${({theme:e})=>e.components.transfer.operations.iconColor.active};
|
|
2769
2818
|
}
|
|
2770
2819
|
}
|
|
2771
|
-
`,
|
|
2820
|
+
`,zd=g.div`
|
|
2772
2821
|
display: flex;
|
|
2773
2822
|
align-items: center;
|
|
2774
2823
|
height: ${({theme:e})=>e.components.transfer.footer.height};
|
|
@@ -2778,14 +2827,14 @@
|
|
|
2778
2827
|
border-top: ${({theme:e})=>e.components.transfer.footer.borderTop};
|
|
2779
2828
|
margin-top: ${({theme:e})=>e.components.transfer.footer.marginTop};
|
|
2780
2829
|
flex-shrink: 0;
|
|
2781
|
-
`,
|
|
2830
|
+
`,Rd=g.div`
|
|
2782
2831
|
display: flex;
|
|
2783
2832
|
align-items: center;
|
|
2784
2833
|
justify-content: center;
|
|
2785
2834
|
height: 100%;
|
|
2786
2835
|
color: ${({theme:e})=>e.components.transfer.empty.color};
|
|
2787
2836
|
font-size: ${({theme:e})=>e.components.transfer.empty.fontSize};
|
|
2788
|
-
`,
|
|
2837
|
+
`,Ld=g.div`
|
|
2789
2838
|
display: flex;
|
|
2790
2839
|
align-items: center;
|
|
2791
2840
|
justify-content: space-between;
|
|
@@ -2794,15 +2843,15 @@
|
|
|
2794
2843
|
flex-shrink: 0;
|
|
2795
2844
|
font-size: 12px;
|
|
2796
2845
|
color: ${({theme:e})=>e.semantic.colors.text.secondary};
|
|
2797
|
-
`,
|
|
2846
|
+
`,Md=g.div`
|
|
2798
2847
|
display: flex;
|
|
2799
2848
|
align-items: center;
|
|
2800
2849
|
gap: 8px;
|
|
2801
|
-
`,
|
|
2850
|
+
`,Id=g.div`
|
|
2802
2851
|
display: flex;
|
|
2803
2852
|
align-items: center;
|
|
2804
2853
|
gap: 4px;
|
|
2805
|
-
`,
|
|
2854
|
+
`,ln=g.button`
|
|
2806
2855
|
display: flex;
|
|
2807
2856
|
align-items: center;
|
|
2808
2857
|
justify-content: center;
|
|
@@ -2824,7 +2873,7 @@
|
|
|
2824
2873
|
width: 14px;
|
|
2825
2874
|
height: 14px;
|
|
2826
2875
|
}
|
|
2827
|
-
`;
|
|
2876
|
+
`;g.select`
|
|
2828
2877
|
height: 24px;
|
|
2829
2878
|
padding: 0 20px 0 8px;
|
|
2830
2879
|
border: 1px solid ${({theme:e})=>e.semantic.colors.border.primary};
|
|
@@ -2838,9 +2887,9 @@
|
|
|
2838
2887
|
&:hover {
|
|
2839
2888
|
border-color: ${({theme:e})=>e.semantic.colors.brand.primary};
|
|
2840
2889
|
}
|
|
2841
|
-
`;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`
|
|
2842
2891
|
width: 100%;
|
|
2843
|
-
`,
|
|
2892
|
+
`,Ad=g.div`
|
|
2844
2893
|
position: relative;
|
|
2845
2894
|
display: flex;
|
|
2846
2895
|
flex-direction: column;
|
|
@@ -2855,7 +2904,7 @@
|
|
|
2855
2904
|
transition: all 0.2s ease;
|
|
2856
2905
|
outline: none;
|
|
2857
2906
|
|
|
2858
|
-
${({isDisabled:e,theme:t})=>!e&&
|
|
2907
|
+
${({isDisabled:e,theme:t})=>!e&&j`
|
|
2859
2908
|
&:hover {
|
|
2860
2909
|
border-color: ${t.semantic.colors.brand.primary};
|
|
2861
2910
|
}
|
|
@@ -2866,54 +2915,54 @@
|
|
|
2866
2915
|
}
|
|
2867
2916
|
`}
|
|
2868
2917
|
|
|
2869
|
-
${({isDisabled:e,theme:t})=>e&&
|
|
2918
|
+
${({isDisabled:e,theme:t})=>e&&j`
|
|
2870
2919
|
opacity: 0.5;
|
|
2871
2920
|
background: ${t.semantic.colors.background.secondary};
|
|
2872
2921
|
`}
|
|
2873
|
-
`,
|
|
2922
|
+
`,Fd=g.div`
|
|
2874
2923
|
width: 100px;
|
|
2875
2924
|
height: 100px;
|
|
2876
2925
|
display: flex;
|
|
2877
2926
|
align-items: center;
|
|
2878
2927
|
justify-content: center;
|
|
2879
|
-
`,
|
|
2928
|
+
`,Od=g.div`
|
|
2880
2929
|
display: flex;
|
|
2881
2930
|
flex-direction: column;
|
|
2882
2931
|
align-items: center;
|
|
2883
2932
|
gap: 4px;
|
|
2884
2933
|
width: 100%;
|
|
2885
2934
|
font-family: ${({theme:e})=>e.global.typography.fontFamily};
|
|
2886
|
-
`,
|
|
2935
|
+
`,Dd=g.div`
|
|
2887
2936
|
font-size: 14px;
|
|
2888
2937
|
line-height: 20px;
|
|
2889
2938
|
color: ${({theme:e})=>e.semantic.colors.text.primary};
|
|
2890
2939
|
text-align: center;
|
|
2891
2940
|
width: 100%;
|
|
2892
|
-
`,
|
|
2941
|
+
`,dn=g.p`
|
|
2893
2942
|
font-size: 12px;
|
|
2894
2943
|
line-height: 18px;
|
|
2895
2944
|
color: rgba(10, 24, 51, 0.4);
|
|
2896
2945
|
margin: 0;
|
|
2897
2946
|
white-space: pre;
|
|
2898
|
-
`,
|
|
2947
|
+
`,un=g.span`
|
|
2899
2948
|
color: ${({theme:e})=>e.semantic.colors.brand.primary};
|
|
2900
2949
|
cursor: pointer;
|
|
2901
2950
|
|
|
2902
2951
|
&:hover {
|
|
2903
2952
|
text-decoration: underline;
|
|
2904
2953
|
}
|
|
2905
|
-
`,
|
|
2954
|
+
`,Bd=g.div`
|
|
2906
2955
|
display: flex;
|
|
2907
2956
|
flex-direction: column;
|
|
2908
2957
|
gap: 16px;
|
|
2909
2958
|
margin-top: 16px;
|
|
2910
2959
|
width: 100%;
|
|
2911
|
-
`,
|
|
2960
|
+
`,_d=g.div`
|
|
2912
2961
|
display: flex;
|
|
2913
2962
|
flex-direction: column;
|
|
2914
2963
|
gap: 0;
|
|
2915
2964
|
width: 100%;
|
|
2916
|
-
`,
|
|
2965
|
+
`,Kd=g.div`
|
|
2917
2966
|
display: flex;
|
|
2918
2967
|
align-items: center;
|
|
2919
2968
|
gap: 8px;
|
|
@@ -2921,7 +2970,7 @@
|
|
|
2921
2970
|
border-radius: 4px;
|
|
2922
2971
|
background: ${({status:e,theme:t})=>e==="success"?"#FAFAFB":e==="error"?"#FEF6F1":t.semantic.colors.background.surface};
|
|
2923
2972
|
flex: 1;
|
|
2924
|
-
`,
|
|
2973
|
+
`,Vd=g.span`
|
|
2925
2974
|
display: inline-flex;
|
|
2926
2975
|
align-items: center;
|
|
2927
2976
|
justify-content: center;
|
|
@@ -2929,7 +2978,7 @@
|
|
|
2929
2978
|
height: 16px;
|
|
2930
2979
|
flex-shrink: 0;
|
|
2931
2980
|
color: ${({theme:e})=>e.semantic.colors.text.primary};
|
|
2932
|
-
`,
|
|
2981
|
+
`,Hd=g.div`
|
|
2933
2982
|
flex: 1;
|
|
2934
2983
|
font-family: ${({theme:e})=>e.global.typography.fontFamily};
|
|
2935
2984
|
font-size: 12px;
|
|
@@ -2938,7 +2987,7 @@
|
|
|
2938
2987
|
overflow: hidden;
|
|
2939
2988
|
text-overflow: ellipsis;
|
|
2940
2989
|
white-space: nowrap;
|
|
2941
|
-
`,
|
|
2990
|
+
`,Wd=g.span`
|
|
2942
2991
|
display: inline-flex;
|
|
2943
2992
|
align-items: center;
|
|
2944
2993
|
justify-content: center;
|
|
@@ -2946,7 +2995,7 @@
|
|
|
2946
2995
|
height: 16px;
|
|
2947
2996
|
flex-shrink: 0;
|
|
2948
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};
|
|
2949
|
-
`,
|
|
2998
|
+
`,Ud=g.button`
|
|
2950
2999
|
display: inline-flex;
|
|
2951
3000
|
align-items: center;
|
|
2952
3001
|
justify-content: center;
|
|
@@ -2969,25 +3018,25 @@
|
|
|
2969
3018
|
outline-offset: 2px;
|
|
2970
3019
|
border-radius: 2px;
|
|
2971
3020
|
}
|
|
2972
|
-
`,
|
|
3021
|
+
`,Yd=g.div`
|
|
2973
3022
|
display: flex;
|
|
2974
3023
|
align-items: center;
|
|
2975
3024
|
gap: 16px;
|
|
2976
3025
|
height: 16px;
|
|
2977
3026
|
margin-top: 0;
|
|
2978
|
-
`,
|
|
3027
|
+
`,Zd=g.div`
|
|
2979
3028
|
flex: 1;
|
|
2980
3029
|
height: 6px;
|
|
2981
3030
|
background: ${({theme:e})=>e.semantic.colors.background.secondary};
|
|
2982
3031
|
border-radius: 5px;
|
|
2983
3032
|
overflow: hidden;
|
|
2984
|
-
`,
|
|
3033
|
+
`,Xd=g.div`
|
|
2985
3034
|
height: 100%;
|
|
2986
3035
|
width: ${({percent:e})=>e}%;
|
|
2987
3036
|
background: ${({theme:e})=>e.semantic.colors.brand.primary};
|
|
2988
3037
|
border-radius: 12px;
|
|
2989
3038
|
transition: width 0.3s ease;
|
|
2990
|
-
`,
|
|
3039
|
+
`,Gd=g.span`
|
|
2991
3040
|
font-family: ${({theme:e})=>e.global.typography.fontFamily};
|
|
2992
3041
|
font-size: 12px;
|
|
2993
3042
|
line-height: 18px;
|
|
@@ -2996,7 +3045,7 @@
|
|
|
2996
3045
|
flex-shrink: 0;
|
|
2997
3046
|
width: 40px;
|
|
2998
3047
|
text-align: right;
|
|
2999
|
-
`,
|
|
3048
|
+
`,qd=g.input`
|
|
3000
3049
|
position: absolute;
|
|
3001
3050
|
width: 1px;
|
|
3002
3051
|
height: 1px;
|
|
@@ -3006,72 +3055,67 @@
|
|
|
3006
3055
|
clip: rect(0, 0, 0, 0);
|
|
3007
3056
|
white-space: nowrap;
|
|
3008
3057
|
border-width: 0;
|
|
3009
|
-
`,
|
|
3010
|
-
background:
|
|
3011
|
-
border: ${({
|
|
3012
|
-
box-shadow: ${({
|
|
3013
|
-
border-radius:
|
|
3014
|
-
transition:
|
|
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
|
+
background: var(--ksd-card-bg);
|
|
3060
|
+
border: ${({variant:e})=>e==="outlined"?"1px solid var(--ksd-card-border)":"none"};
|
|
3061
|
+
box-shadow: ${({variant:e})=>e==="elevated"?"var(--ksd-card-shadow-elevated)":"none"};
|
|
3062
|
+
border-radius: var(--ksd-card-radius);
|
|
3063
|
+
transition: var(--ksd-card-transition);
|
|
3015
3064
|
display: flex;
|
|
3016
3065
|
flex-direction: column;
|
|
3017
|
-
overflow: hidden;
|
|
3066
|
+
overflow: hidden;
|
|
3018
3067
|
|
|
3019
|
-
${({hoverable:e,
|
|
3068
|
+
${({hoverable:e,variant:t})=>e&&`
|
|
3020
3069
|
cursor: pointer;
|
|
3021
3070
|
&:hover {
|
|
3022
|
-
box-shadow: ${
|
|
3023
|
-
border-color: ${
|
|
3071
|
+
box-shadow: ${t==="elevated"?"var(--ksd-card-shadow-elevated-hover)":"none"};
|
|
3072
|
+
border-color: ${t==="outlined"?"var(--ksd-card-border-hover)":"transparent"};
|
|
3024
3073
|
}
|
|
3025
3074
|
`}
|
|
3026
|
-
`,
|
|
3075
|
+
`,su=g.div`
|
|
3027
3076
|
display: flex;
|
|
3028
3077
|
align-items: center;
|
|
3029
3078
|
justify-content: space-between;
|
|
3030
|
-
padding:
|
|
3031
|
-
border-bottom:
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
|
|
3035
|
-
font-
|
|
3036
|
-
font-weight: ${({tokens:e})=>e.header.title.fontWeight};
|
|
3079
|
+
padding: var(--ksd-card-header-padding);
|
|
3080
|
+
border-bottom: var(--ksd-card-header-border-bottom);
|
|
3081
|
+
`,au=g.div`
|
|
3082
|
+
color: var(--ksd-card-title-color);
|
|
3083
|
+
font-size: var(--ksd-card-title-font-size);
|
|
3084
|
+
font-weight: var(--ksd-card-title-font-weight);
|
|
3037
3085
|
flex: 1;
|
|
3038
|
-
/* Allow title to wrap if needed, or keep ellipsis */
|
|
3039
3086
|
overflow: hidden;
|
|
3040
3087
|
text-overflow: ellipsis;
|
|
3041
3088
|
white-space: nowrap;
|
|
3042
|
-
`,
|
|
3043
|
-
color:
|
|
3044
|
-
font-size:
|
|
3089
|
+
`,lu=g.div`
|
|
3090
|
+
color: var(--ksd-card-extra-color);
|
|
3091
|
+
font-size: var(--ksd-card-extra-font-size);
|
|
3045
3092
|
margin-left: 16px;
|
|
3046
|
-
`,
|
|
3047
|
-
padding: ${({
|
|
3093
|
+
`,cu=g.div`
|
|
3094
|
+
padding: ${({padding:e})=>e||"var(--ksd-card-padding-md)"};
|
|
3048
3095
|
flex: 1;
|
|
3049
|
-
|
|
3050
|
-
color: ${({tokens:e})=>e.header.title.color};
|
|
3096
|
+
color: var(--ksd-card-title-color);
|
|
3051
3097
|
font-size: 14px;
|
|
3052
3098
|
line-height: 1.6;
|
|
3053
|
-
`,
|
|
3099
|
+
`,du=g.div`
|
|
3054
3100
|
width: 100%;
|
|
3055
3101
|
position: relative;
|
|
3056
3102
|
|
|
3057
3103
|
> * {
|
|
3058
3104
|
display: block;
|
|
3059
3105
|
width: 100%;
|
|
3060
|
-
/* Ensure image covers the area nicely */
|
|
3061
3106
|
object-fit: cover;
|
|
3062
3107
|
}
|
|
3063
3108
|
|
|
3064
3109
|
img {
|
|
3065
|
-
/* If it's the first child, top radius matches card */
|
|
3066
3110
|
&:first-of-type {
|
|
3067
|
-
border-radius:
|
|
3111
|
+
border-radius: var(--ksd-card-cover-radius);
|
|
3068
3112
|
}
|
|
3069
3113
|
}
|
|
3070
|
-
`,
|
|
3071
|
-
padding:
|
|
3072
|
-
background:
|
|
3073
|
-
border-top:
|
|
3074
|
-
`,
|
|
3114
|
+
`,uu=g.div`
|
|
3115
|
+
padding: var(--ksd-card-footer-padding);
|
|
3116
|
+
background: var(--ksd-card-footer-bg);
|
|
3117
|
+
border-top: var(--ksd-card-footer-border-top);
|
|
3118
|
+
`,Mo=c.forwardRef(({title:e,extra:t,cover:r,footer:n,hoverable:o=!1,variant:s="elevated",bodyPadding:a,children:l,className:d,...u},h)=>i.jsxs(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`
|
|
3075
3119
|
from {
|
|
3076
3120
|
opacity: 0;
|
|
3077
3121
|
transform: scale(0.96);
|
|
@@ -3080,7 +3124,7 @@
|
|
|
3080
3124
|
opacity: 1;
|
|
3081
3125
|
transform: scale(1);
|
|
3082
3126
|
}
|
|
3083
|
-
`,
|
|
3127
|
+
`,pu=g.div`
|
|
3084
3128
|
z-index: ${({theme:e})=>e.components.tooltip.zIndex};
|
|
3085
3129
|
|
|
3086
3130
|
padding: ${({theme:e})=>e.components.tooltip.padding};
|
|
@@ -3095,7 +3139,7 @@
|
|
|
3095
3139
|
font-size: ${({theme:e})=>e.components.tooltip.fontSize};
|
|
3096
3140
|
line-height: ${({theme:e})=>e.components.tooltip.lineHeight};
|
|
3097
3141
|
|
|
3098
|
-
animation: ${
|
|
3142
|
+
animation: ${fu} ${({theme:e})=>e.components.tooltip.animation.duration}
|
|
3099
3143
|
${({theme:e})=>e.components.tooltip.animation.easing} forwards;
|
|
3100
3144
|
|
|
3101
3145
|
/* 根据 placement 设置 transform-origin */
|
|
@@ -3103,7 +3147,7 @@
|
|
|
3103
3147
|
|
|
3104
3148
|
/* 确保文字不会换行太频繁 */
|
|
3105
3149
|
word-wrap: break-word;
|
|
3106
|
-
`,
|
|
3150
|
+
`,hu=g.div`
|
|
3107
3151
|
position: absolute;
|
|
3108
3152
|
width: ${({theme:e})=>e.components.tooltip.arrow.size};
|
|
3109
3153
|
height: ${({theme:e})=>e.components.tooltip.arrow.size};
|
|
@@ -3135,5 +3179,5 @@
|
|
|
3135
3179
|
top: 50%;
|
|
3136
3180
|
transform: translateY(-50%);
|
|
3137
3181
|
`;default:return""}}}
|
|
3138
|
-
`,$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:u,defaultOpen:d=!1,onOpenChange:h,className:p,style:f},x)=>{if(typeof document>"u")return e;const[m,g]=c.useState(d),$=u!==void 0,k=$?u:m,y=c.useRef(null),j=c.useRef(null),w=c.useRef(null),v=c.useRef(null),[R,z]=c.useState({top:0,left:0}),A=c.useCallback(()=>{w.current&&(clearTimeout(w.current),w.current=null),v.current&&(clearTimeout(v.current),v.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?v.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(!y.current||!j.current)return;const I=y.current.getBoundingClientRect(),F=j.current.getBoundingClientRect(),_=window.scrollX,q=window.scrollY;let S=0,E=0;switch(r){case"top":S=I.top+q-F.height-o,E=I.left+_+(I.width-F.width)/2;break;case"bottom":S=I.bottom+q+o,E=I.left+_+(I.width-F.width)/2;break;case"left":S=I.top+q+(I.height-F.height)/2,E=I.left+_-F.width-o;break;case"right":S=I.top+q+(I.height-F.height)/2,E=I.right+_+o;break}z({top:S,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:y,"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"}),yu=({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:vn(e),tooltip:yu(e)}),vr=(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=vr(ae.lightSemantic,"light"),Sn=vr(ae.darkSemantic,"dark");var vu=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||vu,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=yn;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=yr;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=vr;exports.defaultDarkDesignTheme=Sn;exports.defaultLightDesignTheme=kn;exports.getCardTokens=vn;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;
|
|
3139
3183
|
//# sourceMappingURL=index.cjs.map
|