sakana-element 2.2.0 → 2.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +98 -25
- package/dist/es/{Alert-C76ZWSVk.js → Alert-DfLsJvQD.js} +2 -2
- package/dist/es/Avatar-Ci4OKsv7.js +9 -0
- package/dist/es/{Badge-CoFWwBwv.js → Badge-B4wEToK6.js} +2 -2
- package/dist/es/{Breadcrumb-BtrwTVKW.js → Breadcrumb-BFzww8jd.js} +2 -2
- package/dist/es/{Button-S_31-UWJ.js → Button-DbFviVWb.js} +3 -3
- package/dist/es/{Card-DcW6nHYD.js → Card-ClRqKkc_.js} +2 -2
- package/dist/es/ChatBubble-DFEV_lVI.js +9 -0
- package/dist/es/Checkbox-l86YI3Fr.js +51 -0
- package/dist/es/{Collapse-DsS7M-m3.js → Collapse-B67v6RSE.js} +4 -4
- package/dist/es/{ConfigProvider-BgIewHXP.js → ConfigProvider-BCoGbcS5.js} +2 -2
- package/dist/es/Diff-BLiniLom.js +64 -0
- package/dist/es/Divider-DDSOHv8G.js +9 -0
- package/dist/es/Drawer-apeXw6EO.js +40 -0
- package/dist/es/Dropdown-By9qIErf.js +104 -0
- package/dist/es/{FileInput-BQ59woas.js → FileInput-CZ5jTfB_.js} +3 -3
- package/dist/es/Filter-B_1zU4Dq.js +40 -0
- package/dist/es/Form-B_XDnSjK.js +123 -0
- package/dist/es/{Icon-DpJyuj7c.js → Icon-D6qRB3pq.js} +1 -1
- package/dist/es/Indicator-C6Ip4dpP.js +9 -0
- package/dist/es/{Input-CiE4bPJN.js → Input-bThwBbNZ.js} +7 -7
- package/dist/es/Kbd-DXNjs7at.js +13 -0
- package/dist/es/{Link-B9B2APZq.js → Link-08Ee61Fv.js} +1 -1
- package/dist/es/{Loading-BW99pE5N.js → Loading-ByI9mjss.js} +13 -13
- package/dist/es/Message-CGG-lV5I.js +152 -0
- package/dist/es/Notification-B4clKY5h.js +69 -0
- package/dist/es/{Overlay-BRDSWspM.js → Overlay-6iPenJB1.js} +1 -1
- package/dist/es/Pixelate-A8J7jxDW.js +39 -0
- package/dist/es/Popconfirm-gcHGcOTz.js +23 -0
- package/dist/es/Progress-DFUBJQ4X.js +12 -0
- package/dist/es/Radio-CLBa1XIM.js +33 -0
- package/dist/es/Resizable-BWrFr2oj.js +151 -0
- package/dist/es/{Select-Dwqv8isB.js → Select-BtLqds1d.js} +20 -20
- package/dist/es/Skeleton-CGUQv3nQ.js +15 -0
- package/dist/es/{Switch-B1Gnv1tB.js → Switch-CZJ-S77_.js} +3 -3
- package/dist/es/Table-lHbxiyGq.js +10 -0
- package/dist/es/Tooltip-CdPqNYdn.js +74 -0
- package/dist/es/Validator-7ZT_nXDZ.js +40 -0
- package/dist/es/hooks-pU4JmsO3.js +171 -0
- package/dist/es/index.js +107 -70
- package/dist/es/utils-BXICIEsD.js +139 -0
- package/dist/es/{vendor-DXmGx29U.js → vendor-DrBJKLFW.js} +254 -210
- package/dist/index.css +1 -1
- package/dist/theme/Avatar.css +13 -43
- package/dist/theme/Badge.css +151 -151
- package/dist/theme/Breadcrumb.css +46 -4
- package/dist/theme/Button.css +72 -8
- package/dist/theme/Card.css +177 -93
- package/dist/theme/ChatBubble.css +218 -0
- package/dist/theme/Checkbox.css +604 -0
- package/dist/theme/Collapse.css +96 -96
- package/dist/theme/Diff.css +110 -0
- package/dist/theme/Divider.css +150 -0
- package/dist/theme/Drawer.css +206 -0
- package/dist/theme/Dropdown.css +359 -75
- package/dist/theme/FileInput.css +32 -0
- package/dist/theme/Filter.css +598 -0
- package/dist/theme/Indicator.css +159 -0
- package/dist/theme/Input.css +414 -406
- package/dist/theme/Kbd.css +104 -0
- package/dist/theme/Link.css +22 -3
- package/dist/theme/Loading.css +50 -12
- package/dist/theme/Message.css +250 -41
- package/dist/theme/Notification.css +232 -42
- package/dist/theme/Popconfirm.css +23 -7
- package/dist/theme/Progress.css +278 -0
- package/dist/theme/Radio.css +492 -0
- package/dist/theme/Resizable.css +95 -0
- package/dist/theme/Select.css +198 -88
- package/dist/theme/Skeleton.css +192 -0
- package/dist/theme/Switch.css +22 -3
- package/dist/theme/Table.css +680 -0
- package/dist/theme/Tooltip.css +150 -26
- package/dist/theme/Validator.css +25 -0
- package/dist/types/components/Avatar/types.d.ts +0 -2
- package/dist/types/components/ChatBubble/constants.d.ts +2 -0
- package/dist/types/components/ChatBubble/index.d.ts +27 -0
- package/dist/types/components/ChatBubble/types.d.ts +10 -0
- package/dist/types/components/Checkbox/constants.d.ts +5 -0
- package/dist/types/components/Checkbox/index.d.ts +94 -0
- package/dist/types/components/Checkbox/types.d.ts +46 -0
- package/dist/types/components/Collapse/index.d.ts +5 -5
- package/dist/types/components/Diff/constants.d.ts +4 -0
- package/dist/types/components/Diff/index.d.ts +67 -0
- package/dist/types/components/Diff/types.d.ts +29 -0
- package/dist/types/components/Divider/index.d.ts +30 -0
- package/dist/types/components/Divider/types.d.ts +10 -0
- package/dist/types/components/Drawer/constants.d.ts +1 -0
- package/dist/types/components/Drawer/index.d.ts +72 -0
- package/dist/types/components/Drawer/types.d.ts +20 -0
- package/dist/types/components/Dropdown/index.d.ts +13 -3
- package/dist/types/components/Dropdown/types.d.ts +3 -0
- package/dist/types/components/Dropdown/useDropdownKeyboard.d.ts +8 -0
- package/dist/types/components/FileInput/index.d.ts +5 -5
- package/dist/types/components/Filter/constants.d.ts +5 -0
- package/dist/types/components/Filter/index.d.ts +59 -0
- package/dist/types/components/Filter/types.d.ts +38 -0
- package/dist/types/components/Indicator/constants.d.ts +2 -0
- package/dist/types/components/Indicator/index.d.ts +28 -0
- package/dist/types/components/Indicator/types.d.ts +10 -0
- package/dist/types/components/Input/index.d.ts +10 -10
- package/dist/types/components/Kbd/constants.d.ts +3 -0
- package/dist/types/components/Kbd/index.d.ts +24 -0
- package/dist/types/components/Kbd/types.d.ts +10 -0
- package/dist/types/components/Message/methods.d.ts +2 -0
- package/dist/types/components/Message/types.d.ts +7 -1
- package/dist/types/components/MessageBox/types.d.ts +14 -2
- package/dist/types/components/Notification/methods.d.ts +3 -0
- package/dist/types/components/Notification/types.d.ts +8 -2
- package/dist/types/components/Pixelate/constants.d.ts +2 -0
- package/dist/types/components/Pixelate/index.d.ts +71 -0
- package/dist/types/components/Pixelate/types.d.ts +23 -0
- package/dist/types/components/Popconfirm/index.d.ts +18 -9
- package/dist/types/components/Popconfirm/types.d.ts +2 -1
- package/dist/types/components/Progress/constants.d.ts +2 -0
- package/dist/types/components/Progress/index.d.ts +50 -0
- package/dist/types/components/Progress/types.d.ts +22 -0
- package/dist/types/components/Radio/constants.d.ts +5 -0
- package/dist/types/components/Radio/index.d.ts +88 -0
- package/dist/types/components/Radio/types.d.ts +43 -0
- package/dist/types/components/Resizable/constants.d.ts +3 -0
- package/dist/types/components/Resizable/index.d.ts +135 -0
- package/dist/types/components/Resizable/types.d.ts +52 -0
- package/dist/types/components/Select/index.d.ts +32 -23
- package/dist/types/components/Skeleton/index.d.ts +36 -0
- package/dist/types/components/Skeleton/types.d.ts +12 -0
- package/dist/types/components/Switch/index.d.ts +5 -5
- package/dist/types/components/Table/index.d.ts +27 -0
- package/dist/types/components/Table/types.d.ts +20 -0
- package/dist/types/components/Tooltip/index.d.ts +9 -3
- package/dist/types/components/Tooltip/types.d.ts +7 -0
- package/dist/types/components/Validator/index.d.ts +52 -0
- package/dist/types/components/Validator/types.d.ts +13 -0
- package/dist/types/components/index.d.ts +15 -0
- package/dist/types/hooks/index.d.ts +3 -1
- package/dist/types/hooks/useDraggable.d.ts +7 -0
- package/dist/types/hooks/useFocusTrap.d.ts +5 -0
- package/dist/types/utils/index.d.ts +2 -0
- package/dist/types/utils/instance-management.d.ts +40 -0
- package/dist/types/utils/pixelate.d.ts +10 -0
- package/dist/types/utils/style.d.ts +1 -0
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.css.gz +0 -0
- package/dist/umd/index.umd.cjs +4 -4
- package/dist/umd/index.umd.cjs.gz +0 -0
- package/package.json +59 -59
- package/dist/es/Avatar-CxsRW-wl.js +0 -9
- package/dist/es/Dropdown-GcomGMAI.js +0 -40
- package/dist/es/Form-j90EzLXU.js +0 -122
- package/dist/es/Message-DCNnTUje.js +0 -123
- package/dist/es/Notification-CBzY5904.js +0 -58
- package/dist/es/Popconfirm-DF6d2ORS.js +0 -23
- package/dist/es/Tooltip-k6gKnMyt.js +0 -74
- package/dist/es/hooks-BaG7l8K5.js +0 -116
- package/dist/es/utils-bsCscZfS.js +0 -84
package/dist/umd/index.umd.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
(function(S,
|
|
2
|
-
/* [wrapped with `+
|
|
3
|
-
`)})(t,(function(n,r){return ov(Kl,(function(l){var s="_."+l[0];r&l[1]&&!(function(a,i){return!(a==null||!a.length)&&At(a,i,0)>-1})(n,s)&&n.push(s)})),n.sort()})((function(n){var r=n.match(Gl);return r?r[1].split(Wl):[]})(t),v)))}function jt(e,o,v,t,n,r,l,s,a,i){var c=8&o;o|=c?32:64,4&(o&=~(c?64:32))||(o&=-4);var u=[e,o,n,c?r:void 0,c?l:void 0,c?void 0:r,c?void 0:l,s,a,i],g=v.apply(void 0,u);return(function(p){var m=(function(w){for(var z=w.name+"",y=kt[z],V=Ll.call(kt,z)?y.length:0;V--;){var x=y[V],H=x.func;if(H==null||H==w)return x.name}return z})(p),f=ho[m];if(typeof f!="function"||!(m in he.prototype))return!1;if(p===f)return!0;var d=_t(f);return!!d&&p===d[0]})(e)&&It(g,u),g.placeholder=t,Ot(g,e,o)}function vv(e){return e.placeholder}var Jl=/^(?:0|[1-9]\d*)$/;function Ce(e,o){var v=typeof e;return!!(o=o??9007199254740991)&&(v=="number"||v!="symbol"&&Jl.test(e))&&e>-1&&e%1==0&&e<o}var Yl=Math.min,Nt="__lodash_placeholder__";function Be(e,o){for(var v=-1,t=e.length,n=0,r=[];++v<t;){var l=e[v];l!==o&&l!==Nt||(e[v]=Nt,r[n++]=v)}return r}function tv(e,o,v,t,n,r,l,s,a,i){var c=128&o,u=1&o,g=2&o,p=24&o,m=512&o,f=g?void 0:be(e);return function d(){for(var w=arguments.length,z=Array(w),y=w;y--;)z[y]=arguments[y];if(p)var V=vv(d),x=(function(k,b){for(var Z=k.length,O=0;Z--;)k[Z]===b&&++O;return O})(z,V);if(t&&(z=Bt(z,t,n,p)),r&&(z=Mt(z,r,l,p)),w-=x,p&&w<i){var H=Be(z,V);return jt(e,o,tv,d.placeholder,v,z,H,s,a,i-w)}var B=u?v:this,A=g?B[e]:e;return w=z.length,s?z=(function(k,b){for(var Z=k.length,O=Yl(b.length,Z),M=to(k);O--;){var I=b[O];k[O]=Ce(I,Z)?M[I]:void 0}return k})(z,s):m&&w>1&&z.reverse(),c&&a<w&&(z.length=a),this&&this!==n2&&this instanceof d&&(A=f||be(A)),A.apply(B,z)}}var Et="__lodash_placeholder__",Ql=Math.min,$t=Math.max;function hv(e,o,v){o=="__proto__"&&no?no(e,o,{configurable:!0,enumerable:!0,value:v,writable:!0}):e[o]=v}function X2(e,o){return e===o||e!=e&&o!=o}var ql=Object.prototype.hasOwnProperty;function ro(e,o,v){var t=e[o];ql.call(e,o)&&X2(t,v)&&(v!==void 0||o in e)||hv(e,o,v)}function U2(e,o,v,t){var n=!v;v||(v={});for(var r=-1,l=o.length;++r<l;){var s=o[r],a=void 0;a===void 0&&(a=e[s]),n?hv(v,s,a):ro(v,s,a)}return v}var Tt=Math.max;function Pt(e,o,v){return o=Tt(o===void 0?e.length-1:o,0),function(){for(var t=arguments,n=-1,r=Tt(t.length-o,0),l=Array(r);++n<r;)l[n]=t[o+n];n=-1;for(var s=Array(o+1);++n<o;)s[n]=t[n];return s[o]=v(l),Yo(e,this,s)}}function lo(e,o){return ev(Pt(e,o,xe),e+"")}function nv(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=9007199254740991}function k2(e){return e!=null&&nv(e.length)&&!l2(e)}function Lt(e){return lo((function(o,v){var t=-1,n=v.length,r=n>1?v[n-1]:void 0,l=n>2?v[2]:void 0;for(r=e.length>3&&typeof r=="function"?(n--,r):void 0,l&&(function(a,i,c){if(!t2(c))return!1;var u=typeof i;return!!(u=="number"?k2(c)&&Ce(i,c.length):u=="string"&&i in c)&&X2(c[i],a)})(v[0],v[1],l)&&(r=n<3?void 0:r,n=1),o=Object(o);++t<n;){var s=v[t];s&&e(o,s,t,r)}return o}))}var ei=Object.prototype;function io(e){var o=e&&e.constructor;return e===(typeof o=="function"&&o.prototype||ei)}function Dt(e){return r2(e)&&_2(e)=="[object Arguments]"}var Rt=Object.prototype,oi=Rt.hasOwnProperty,vi=Rt.propertyIsEnumerable,Me=Dt((function(){return arguments})())?Dt:function(e){return r2(e)&&oi.call(e,"callee")&&!vi.call(e,"callee")},Gt=typeof S=="object"&&S&&!S.nodeType&&S,Wt=Gt&&typeof module=="object"&&module&&!module.nodeType&&module,Ft=Wt&&Wt.exports===Gt?n2.Buffer:void 0,_e=(Ft?Ft.isBuffer:void 0)||function(){return!1},J={};function rv(e){return function(o){return e(o)}}J["[object Float32Array]"]=J["[object Float64Array]"]=J["[object Int8Array]"]=J["[object Int16Array]"]=J["[object Int32Array]"]=J["[object Uint8Array]"]=J["[object Uint8ClampedArray]"]=J["[object Uint16Array]"]=J["[object Uint32Array]"]=!0,J["[object Arguments]"]=J["[object Array]"]=J["[object ArrayBuffer]"]=J["[object Boolean]"]=J["[object DataView]"]=J["[object Date]"]=J["[object Error]"]=J["[object Function]"]=J["[object Map]"]=J["[object Number]"]=J["[object Object]"]=J["[object RegExp]"]=J["[object Set]"]=J["[object String]"]=J["[object WeakMap]"]=!1;var Xt=typeof S=="object"&&S&&!S.nodeType&&S,ke=Xt&&typeof module=="object"&&module&&!module.nodeType&&module,lv=ke&&ke.exports===Xt&>.process,re=(function(){try{return ke&&ke.require&&ke.require("util").types||lv&&lv.binding&&lv.binding("util")}catch{}})(),Ut=re&&re.isTypedArray,iv=Ut?rv(Ut):function(e){return r2(e)&&nv(e.length)&&!!J[_2(e)]},ti=Object.prototype.hasOwnProperty;function Kt(e,o){var v=e2(e),t=!v&&Me(e),n=!v&&!t&&_e(e),r=!v&&!t&&!n&&iv(e),l=v||t||n||r,s=l?(function(c,u){for(var g=-1,p=Array(c);++g<c;)p[g]=u(g);return p})(e.length,String):[],a=s.length;for(var i in e)!o&&!ti.call(e,i)||l&&(i=="length"||n&&(i=="offset"||i=="parent")||r&&(i=="buffer"||i=="byteLength"||i=="byteOffset")||Ce(i,a))||s.push(i);return s}function Jt(e,o){return function(v){return e(o(v))}}var hi=Jt(Object.keys,Object),ni=Object.prototype.hasOwnProperty;function Yt(e){if(!io(e))return hi(e);var o=[];for(var v in Object(e))ni.call(e,v)&&v!="constructor"&&o.push(v);return o}function O2(e){return k2(e)?Kt(e):Yt(e)}var ri=Object.prototype.hasOwnProperty,Qt=Lt((function(e,o){if(io(o)||k2(o))U2(o,O2(o),e);else for(var v in o)ri.call(o,v)&&ro(e,v,o[v])})),li=Object.prototype.hasOwnProperty;function Ze(e){return k2(e)?Kt(e,!0):(function(o){if(!t2(o))return(function(r){var l=[];if(r!=null)for(var s in Object(r))l.push(s);return l})(o);var v=io(o),t=[];for(var n in o)(n!="constructor"||!v&&li.call(o,n))&&t.push(n);return t})(e)}var ii=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,si=/^\w*$/;function sv(e,o){if(e2(e))return!1;var v=typeof e;return!(v!="number"&&v!="symbol"&&v!="boolean"&&e!=null&&!Qe(e))||si.test(e)||!ii.test(e)||o!=null&&e in Object(o)}var Ie=F2(Object,"create"),ai=Object.prototype.hasOwnProperty,ci=Object.prototype.hasOwnProperty;function K2(e){var o=-1,v=e==null?0:e.length;for(this.clear();++o<v;){var t=e[o];this.set(t[0],t[1])}}function so(e,o){for(var v=e.length;v--;)if(X2(e[v][0],o))return v;return-1}K2.prototype.clear=function(){this.__data__=Ie?Ie(null):{},this.size=0},K2.prototype.delete=function(e){var o=this.has(e)&&delete this.__data__[e];return this.size-=o?1:0,o},K2.prototype.get=function(e){var o=this.__data__;if(Ie){var v=o[e];return v==="__lodash_hash_undefined__"?void 0:v}return ai.call(o,e)?o[e]:void 0},K2.prototype.has=function(e){var o=this.__data__;return Ie?o[e]!==void 0:ci.call(o,e)},K2.prototype.set=function(e,o){var v=this.__data__;return this.size+=this.has(e)?0:1,v[e]=Ie&&o===void 0?"__lodash_hash_undefined__":o,this};var ui=Array.prototype.splice;function j2(e){var o=-1,v=e==null?0:e.length;for(this.clear();++o<v;){var t=e[o];this.set(t[0],t[1])}}j2.prototype.clear=function(){this.__data__=[],this.size=0},j2.prototype.delete=function(e){var o=this.__data__,v=so(o,e);return!(v<0||(v==o.length-1?o.pop():ui.call(o,v,1),--this.size,0))},j2.prototype.get=function(e){var o=this.__data__,v=so(o,e);return v<0?void 0:o[v][1]},j2.prototype.has=function(e){return so(this.__data__,e)>-1},j2.prototype.set=function(e,o){var v=this.__data__,t=so(v,e);return t<0?(++this.size,v.push([e,o])):v[t][1]=o,this};var Se=F2(n2,"Map");function ao(e,o){var v,t,n=e.__data__;return((t=typeof(v=o))=="string"||t=="number"||t=="symbol"||t=="boolean"?v!=="__proto__":v===null)?n[typeof o=="string"?"string":"hash"]:n.map}function N2(e){var o=-1,v=e==null?0:e.length;for(this.clear();++o<v;){var t=e[o];this.set(t[0],t[1])}}function av(e,o){if(typeof e!="function"||o!=null&&typeof o!="function")throw new TypeError("Expected a function");var v=function(){var t=arguments,n=o?o.apply(this,t):t[0],r=v.cache;if(r.has(n))return r.get(n);var l=e.apply(this,t);return v.cache=r.set(n,l)||r,l};return v.cache=new(av.Cache||N2),v}N2.prototype.clear=function(){this.size=0,this.__data__={hash:new K2,map:new(Se||j2),string:new K2}},N2.prototype.delete=function(e){var o=ao(this,e).delete(e);return this.size-=o?1:0,o},N2.prototype.get=function(e){return ao(this,e).get(e)},N2.prototype.has=function(e){return ao(this,e).has(e)},N2.prototype.set=function(e,o){var v=ao(this,e),t=v.size;return v.set(e,o),this.size+=v.size==t?0:1,this},av.Cache=N2;var qt,cv,uv,mi=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,di=/\\(\\)?/g,pi=(qt=function(e){var o=[];return e.charCodeAt(0)===46&&o.push(""),e.replace(mi,(function(v,t,n,r){o.push(n?r.replace(di,"$1"):t||v)})),o},cv=av(qt,(function(e){return uv.size===500&&uv.clear(),e})),uv=cv.cache,cv);function eh(e){return e==null?"":Ko(e)}function Ae(e,o){return e2(e)?e:sv(e,o)?[e]:pi(eh(e))}function le(e){if(typeof e=="string"||Qe(e))return e;var o=e+"";return o=="0"&&1/e==-1/0?"-0":o}function mv(e,o){for(var v=0,t=(o=Ae(o,e)).length;e!=null&&v<t;)e=e[le(o[v++])];return v&&v==t?e:void 0}function C2(e,o,v){var t=e==null?void 0:mv(e,o);return t===void 0?v:t}function dv(e,o){for(var v=-1,t=o.length,n=e.length;++v<t;)e[n+v]=o[v];return e}var oh=f2?f2.isConcatSpreadable:void 0;function fi(e){return e2(e)||Me(e)||!!(oh&&e&&e[oh])}function gi(e){return e!=null&&e.length?(function(o,v,t,n,r){var l=-1,s=o.length;for(t||(t=fi),r||(r=[]);++l<s;){var a=o[l];t(a)?dv(r,a):r[r.length]=a}return r})(e):[]}var pv=Jt(Object.getPrototypeOf,Object),wi=Function.prototype,zi=Object.prototype,vh=wi.toString,Vi=zi.hasOwnProperty,Hi=vh.call(Object);function fv(e){if(!r2(e)||_2(e)!="[object Object]")return!1;var o=pv(e);if(o===null)return!0;var v=Vi.call(o,"constructor")&&o.constructor;return typeof v=="function"&&v instanceof v&&vh.call(v)==Hi}var ie=lo((function(e,o,v){var t=1;if(v.length){var n=Be(v,vv(ie));t|=32}return(function(r,l,s,a,i,c,u,g){var p=2&l;if(!p&&typeof r!="function")throw new TypeError("Expected a function");var m=a?a.length:0;if(m||(l&=-97,a=i=void 0),u=u===void 0?u:$t(He(u),0),g=g===void 0?g:He(g),m-=i?i.length:0,64&l){var f=a,d=i;a=i=void 0}var w=p?void 0:_t(r),z=[r,l,s,a,i,f,d,void 0,u,g];if(w&&(function(V,x){var H=V[1],B=x[1],A=H|B,k=A<131,b=B==128&&H==8||B==128&&H==256&&V[7].length<=x[8]||B==384&&x[7].length<=x[8]&&H==8;if(!k&&!b)return V;1&B&&(V[2]=x[2],A|=1&H?0:4);var Z=x[3];if(Z){var O=V[3];V[3]=O?Bt(O,Z,x[4]):Z,V[4]=O?Be(V[3],Et):x[4]}(Z=x[5])&&(O=V[5],V[5]=O?Mt(O,Z,x[6]):Z,V[6]=O?Be(V[5],Et):x[6]),(Z=x[7])&&(V[7]=Z),128&B&&(V[8]=V[8]==null?x[8]:Ql(V[8],x[8])),V[9]==null&&(V[9]=x[9]),V[0]=x[0],V[1]=A})(z,w),r=z[0],l=z[1],s=z[2],a=z[3],i=z[4],!(g=z[9]=z[9]===void 0?p?0:r.length:$t(z[9]-m,0))&&24&l&&(l&=-25),l&&l!=1)y=l==8||l==16?(function(V,x,H){var B=be(V);return function A(){for(var k=arguments.length,b=Array(k),Z=k,O=vv(A);Z--;)b[Z]=arguments[Z];var M=k<3&&b[0]!==O&&b[k-1]!==O?[]:Be(b,O);return(k-=M.length)<H?jt(V,x,tv,A.placeholder,void 0,b,M,void 0,void 0,H-k):Yo(this&&this!==n2&&this instanceof A?B:V,this,b)}})(r,l,g):l!=32&&l!=33||i.length?tv.apply(void 0,z):(function(V,x,H,B){var A=1&x,k=be(V);return function b(){for(var Z=-1,O=arguments.length,M=-1,I=B.length,T=Array(I+O),j=this&&this!==n2&&this instanceof b?k:V;++M<I;)T[M]=B[M];for(;O--;)T[M++]=arguments[++Z];return Yo(j,A?H:this,T)}})(r,l,s,a);else var y=(function(V,x,H){var B=1&x,A=be(V);return function k(){return(this&&this!==n2&&this instanceof k?A:V).apply(B?H:this,arguments)}})(r,l,s);return Ot((w?bt:It)(y,z),r,l)})(e,t,o,v,n)}));ie.placeholder={};var xi=RegExp("[\\u200d\\ud800-\\udfff\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff\\ufe0e\\ufe0f]");function B2(e){var o=this.__data__=new j2(e);this.size=o.size}B2.prototype.clear=function(){this.__data__=new j2,this.size=0},B2.prototype.delete=function(e){var o=this.__data__,v=o.delete(e);return this.size=o.size,v},B2.prototype.get=function(e){return this.__data__.get(e)},B2.prototype.has=function(e){return this.__data__.has(e)},B2.prototype.set=function(e,o){var v=this.__data__;if(v instanceof j2){var t=v.__data__;if(!Se||t.length<199)return t.push([e,o]),this.size=++v.size,this;v=this.__data__=new N2(t)}return v.set(e,o),this.size=v.size,this};var th=typeof S=="object"&&S&&!S.nodeType&&S,hh=th&&typeof module=="object"&&module&&!module.nodeType&&module,nh=hh&&hh.exports===th?n2.Buffer:void 0,rh=nh?nh.allocUnsafe:void 0;function lh(e,o){if(o)return e.slice();var v=e.length,t=rh?rh(v):new e.constructor(v);return e.copy(t),t}function ih(e,o){for(var v=-1,t=e==null?0:e.length,n=0,r=[];++v<t;){var l=e[v];o(l,v,e)&&(r[n++]=l)}return r}function sh(){return[]}var yi=Object.prototype.propertyIsEnumerable,ah=Object.getOwnPropertySymbols,gv=ah?function(e){return e==null?[]:(e=Object(e),ih(ah(e),(function(o){return yi.call(e,o)})))}:sh,ch=Object.getOwnPropertySymbols?function(e){for(var o=[];e;)dv(o,gv(e)),e=pv(e);return o}:sh;function uh(e,o,v){var t=o(e);return e2(e)?t:dv(t,v(e))}function wv(e){return uh(e,O2,gv)}function mh(e){return uh(e,Ze,ch)}var zv=F2(n2,"DataView"),Vv=F2(n2,"Promise"),Hv=F2(n2,"Set"),dh="[object Map]",ph="[object Promise]",fh="[object Set]",gh="[object WeakMap]",wh="[object DataView]",bi=W2(zv),Ci=W2(Se),Bi=W2(Vv),Mi=W2(Hv),_i=W2(ye),g2=_2;(zv&&g2(new zv(new ArrayBuffer(1)))!=wh||Se&&g2(new Se)!=dh||Vv&&g2(Vv.resolve())!=ph||Hv&&g2(new Hv)!=fh||ye&&g2(new ye)!=gh)&&(g2=function(e){var o=_2(e),v=o=="[object Object]"?e.constructor:void 0,t=v?W2(v):"";if(t)switch(t){case bi:return wh;case Ci:return dh;case Bi:return ph;case Mi:return fh;case _i:return gh}return o});var ki=Object.prototype.hasOwnProperty,co=n2.Uint8Array;function xv(e){var o=new e.constructor(e.byteLength);return new co(o).set(new co(e)),o}var Zi=/\w*$/,zh=f2?f2.prototype:void 0,Vh=zh?zh.valueOf:void 0;function Hh(e,o){var v=o?xv(e.buffer):e.buffer;return new e.constructor(v,e.byteOffset,e.length)}function xh(e){return typeof e.constructor!="function"||io(e)?{}:vo(pv(e))}var yh=re&&re.isMap,Ii=yh?rv(yh):function(e){return r2(e)&&g2(e)=="[object Map]"},bh=re&&re.isSet,Si=bh?rv(bh):function(e){return r2(e)&&g2(e)=="[object Set]"},Ch="[object Arguments]",Bh="[object Function]",Mh="[object Object]",U={};function Oe(e,o,v,t,n,r){var l,s=1&o,a=2&o,i=4&o;if(v&&(l=n?v(e,t,n,r):v(e)),l!==void 0)return l;if(!t2(e))return e;var c=e2(e);if(c){if(l=(function(f){var d=f.length,w=new f.constructor(d);return d&&typeof f[0]=="string"&&ki.call(f,"index")&&(w.index=f.index,w.input=f.input),w})(e),!s)return to(e,l)}else{var u=g2(e),g=u==Bh||u=="[object GeneratorFunction]";if(_e(e))return lh(e,s);if(u==Mh||u==Ch||g&&!n){if(l=a||g?{}:xh(e),!s)return a?(function(f,d){return U2(f,ch(f),d)})(e,(function(f,d){return f&&U2(d,Ze(d),f)})(l,e)):(function(f,d){return U2(f,gv(f),d)})(e,(function(f,d){return f&&U2(d,O2(d),f)})(l,e))}else{if(!U[u])return n?e:{};l=(function(f,d,w){var z,y=f.constructor;switch(d){case"[object ArrayBuffer]":return xv(f);case"[object Boolean]":case"[object Date]":return new y(+f);case"[object DataView]":return(function(V,x){var H=x?xv(V.buffer):V.buffer;return new V.constructor(H,V.byteOffset,V.byteLength)})(f,w);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return Hh(f,w);case"[object Map]":case"[object Set]":return new y;case"[object Number]":case"[object String]":return new y(f);case"[object RegExp]":return(function(V){var x=new V.constructor(V.source,Zi.exec(V));return x.lastIndex=V.lastIndex,x})(f);case"[object Symbol]":return z=f,Vh?Object(Vh.call(z)):{}}})(e,u,s)}}r||(r=new B2);var p=r.get(e);if(p)return p;r.set(e,l),Si(e)?e.forEach((function(f){l.add(Oe(f,o,v,f,e,r))})):Ii(e)&&e.forEach((function(f,d){l.set(d,Oe(f,o,v,d,e,r))}));var m=c?void 0:(i?a?mh:wv:a?Ze:O2)(e);return ov(m||e,(function(f,d){m&&(f=e[d=f]),ro(l,d,Oe(f,o,v,d,e,r))})),l}function _h(e){return Oe(e,5)}function uo(e){var o=-1,v=e==null?0:e.length;for(this.__data__=new N2;++o<v;)this.add(e[o])}function Ai(e,o){for(var v=-1,t=e==null?0:e.length;++v<t;)if(o(e[v],v,e))return!0;return!1}function Oi(e,o){return e.has(o)}function kh(e,o,v,t,n,r){var l=1&v,s=e.length,a=o.length;if(s!=a&&!(l&&a>s))return!1;var i=r.get(e),c=r.get(o);if(i&&c)return i==o&&c==e;var u=-1,g=!0,p=2&v?new uo:void 0;for(r.set(e,o),r.set(o,e);++u<s;){var m=e[u],f=o[u];if(t)var d=l?t(f,m,u,o,e,r):t(m,f,u,e,o,r);if(d!==void 0){if(d)continue;g=!1;break}if(p){if(!Ai(o,(function(w,z){if(!Oi(p,z)&&(m===w||n(m,w,v,t,r)))return p.push(z)}))){g=!1;break}}else if(m!==f&&!n(m,f,v,t,r)){g=!1;break}}return r.delete(e),r.delete(o),g}function ji(e){var o=-1,v=Array(e.size);return e.forEach((function(t,n){v[++o]=[n,t]})),v}function Ni(e){var o=-1,v=Array(e.size);return e.forEach((function(t){v[++o]=t})),v}U[Ch]=U["[object Array]"]=U["[object ArrayBuffer]"]=U["[object DataView]"]=U["[object Boolean]"]=U["[object Date]"]=U["[object Float32Array]"]=U["[object Float64Array]"]=U["[object Int8Array]"]=U["[object Int16Array]"]=U["[object Int32Array]"]=U["[object Map]"]=U["[object Number]"]=U[Mh]=U["[object RegExp]"]=U["[object Set]"]=U["[object String]"]=U["[object Symbol]"]=U["[object Uint8Array]"]=U["[object Uint8ClampedArray]"]=U["[object Uint16Array]"]=U["[object Uint32Array]"]=!0,U["[object Error]"]=U[Bh]=U["[object WeakMap]"]=!1,uo.prototype.add=uo.prototype.push=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this},uo.prototype.has=function(e){return this.__data__.has(e)};var Zh=f2?f2.prototype:void 0,yv=Zh?Zh.valueOf:void 0,Ei=Object.prototype.hasOwnProperty,Ih="[object Arguments]",Sh="[object Array]",mo="[object Object]",Ah=Object.prototype.hasOwnProperty;function bv(e,o,v,t,n){return e===o||(e==null||o==null||!r2(e)&&!r2(o)?e!=e&&o!=o:(function(r,l,s,a,i,c){var u=e2(r),g=e2(l),p=u?Sh:g2(r),m=g?Sh:g2(l),f=(p=p==Ih?mo:p)==mo,d=(m=m==Ih?mo:m)==mo,w=p==m;if(w&&_e(r)){if(!_e(l))return!1;u=!0,f=!1}if(w&&!f)return c||(c=new B2),u||iv(r)?kh(r,l,s,a,i,c):(function(H,B,A,k,b,Z,O){switch(A){case"[object DataView]":if(H.byteLength!=B.byteLength||H.byteOffset!=B.byteOffset)return!1;H=H.buffer,B=B.buffer;case"[object ArrayBuffer]":return!(H.byteLength!=B.byteLength||!Z(new co(H),new co(B)));case"[object Boolean]":case"[object Date]":case"[object Number]":return X2(+H,+B);case"[object Error]":return H.name==B.name&&H.message==B.message;case"[object RegExp]":case"[object String]":return H==B+"";case"[object Map]":var M=ji;case"[object Set]":var I=1&k;if(M||(M=Ni),H.size!=B.size&&!I)return!1;var T=O.get(H);if(T)return T==B;k|=2,O.set(H,B);var j=kh(M(H),M(B),k,b,Z,O);return O.delete(H),j;case"[object Symbol]":if(yv)return yv.call(H)==yv.call(B)}return!1})(r,l,p,s,a,i,c);if(!(1&s)){var z=f&&Ah.call(r,"__wrapped__"),y=d&&Ah.call(l,"__wrapped__");if(z||y){var V=z?r.value():r,x=y?l.value():l;return c||(c=new B2),i(V,x,s,a,c)}}return!!w&&(c||(c=new B2),(function(H,B,A,k,b,Z){var O=1&A,M=wv(H),I=M.length;if(I!=wv(B).length&&!O)return!1;for(var T=I;T--;){var j=M[T];if(!(O?j in B:Ei.call(B,j)))return!1}var P=Z.get(H),$=Z.get(B);if(P&&$)return P==B&&$==H;var F=!0;Z.set(H,B),Z.set(B,H);for(var R=O;++T<I;){var N=H[j=M[T]],G=B[j];if(k)var W=O?k(G,N,j,B,H,Z):k(N,G,j,H,B,Z);if(!(W===void 0?N===G||b(N,G,A,k,Z):W)){F=!1;break}R||(R=j=="constructor")}if(F&&!R){var v2=H.constructor,b2=B.constructor;v2==b2||!("constructor"in H)||!("constructor"in B)||typeof v2=="function"&&v2 instanceof v2&&typeof b2=="function"&&b2 instanceof b2||(F=!1)}return Z.delete(H),Z.delete(B),F})(r,l,s,a,i,c))})(e,o,v,t,bv,n))}function Oh(e){return e==e&&!t2(e)}function jh(e,o){return function(v){return v!=null&&v[e]===o&&(o!==void 0||e in Object(v))}}function $i(e,o){return e!=null&&o in Object(e)}function Nh(e){return function(o){return o==null?void 0:o[e]}}function je(e){return typeof e=="function"?e:e==null?xe:typeof e=="object"?e2(e)?(t=e[0],n=e[1],sv(t)&&Oh(n)?jh(le(t),n):function(r){var l=C2(r,t);return l===void 0&&l===n?(function(s,a){return s!=null&&(function(i,c,u){for(var g=-1,p=(c=Ae(c,i)).length,m=!1;++g<p;){var f=le(c[g]);if(!(m=i!=null&&u(i,f)))break;i=i[f]}return m||++g!=p?m:!!(p=i==null?0:i.length)&&nv(p)&&Ce(f,p)&&(e2(i)||Me(i))})(s,a,$i)})(r,t):bv(n,l,3)}):(v=(function(r){for(var l=O2(r),s=l.length;s--;){var a=l[s],i=r[a];l[s]=[a,i,Oh(i)]}return l})(o=e),v.length==1&&v[0][2]?jh(v[0][0],v[0][1]):function(r){return r===o||(function(l,s,a){var i=a.length,c=i;if(l==null)return!c;for(l=Object(l);i--;){var u=a[i];if(u[2]?u[1]!==l[u[0]]:!(u[0]in l))return!1}for(;++i<c;){var g=(u=a[i])[0],p=l[g],m=u[1];if(u[2]){if(p===void 0&&!(g in l))return!1}else if(!bv(m,p,3,void 0,new B2))return!1}return!0})(r,0,v)}):(function(r){return sv(r)?Nh(le(r)):(function(l){return function(s){return mv(s,l)}})(r)})(e);var o,v,t,n}var Eh,$h=function(e,o,v){for(var t=-1,n=Object(e),r=v(e),l=r.length;l--;){var s=r[++t];if(o(n[s],s,n)===!1)break}return e},po=(Eh=function(e,o){return e&&$h(e,o,O2)},function(e,o){if(e==null)return e;if(!k2(e))return Eh(e,o);for(var v=e.length,t=-1,n=Object(e);++t<v&&o(n[t],t,n)!==!1;);return e}),Cv=function(){return n2.Date.now()},Ti=Math.max,Pi=Math.min;function Ne(e,o,v){var t,n,r,l,s,a,i=0,c=!1,u=!1,g=!0;if(typeof e!="function")throw new TypeError("Expected a function");function p(z){var y=t,V=n;return t=n=void 0,i=z,l=e.apply(V,y)}function m(z){var y=z-a;return a===void 0||y>=o||y<0||u&&z-i>=r}function f(){var z=Cv();if(m(z))return d(z);s=setTimeout(f,(function(y){var V=o-(y-a);return u?Pi(V,r-(y-i)):V})(z))}function d(z){return s=void 0,g&&t?p(z):(t=n=void 0,l)}function w(){var z=Cv(),y=m(z);if(t=arguments,n=this,a=z,y){if(s===void 0)return(function(V){return i=V,s=setTimeout(f,o),c?p(V):l})(a);if(u)return clearTimeout(s),s=setTimeout(f,o),p(a)}return s===void 0&&(s=setTimeout(f,o)),l}return o=eo(o)||0,t2(v)&&(c=!!v.leading,r=(u="maxWait"in v)?Ti(eo(v.maxWait)||0,o):r,g="trailing"in v?!!v.trailing:g),w.cancel=function(){s!==void 0&&clearTimeout(s),i=0,t=a=n=s=void 0},w.flush=function(){return s===void 0?l:d(Cv())},w}function Bv(e,o,v){(v!==void 0&&!X2(e[o],v)||v===void 0&&!(o in e))&&hv(e,o,v)}function Mv(e,o){if((o!=="constructor"||typeof e[o]!="function")&&o!="__proto__")return e[o]}function Th(e,o,v,t,n){e!==o&&$h(o,(function(r,l){if(n||(n=new B2),t2(r))(function(a,i,c,u,g,p,m){var f=Mv(a,c),d=Mv(i,c),w=m.get(d);if(w)Bv(a,c,w);else{var z,y=p?p(f,d,c+"",a,i,m):void 0,V=y===void 0;if(V){var x=e2(d),H=!x&&_e(d),B=!x&&!H&&iv(d);y=d,x||H||B?e2(f)?y=f:r2(z=f)&&k2(z)?y=to(f):H?(V=!1,y=lh(d,!0)):B?(V=!1,y=Hh(d,!0)):y=[]:fv(d)||Me(d)?(y=f,Me(f)?y=(function(A){return U2(A,Ze(A))})(f):t2(f)&&!l2(f)||(y=xh(d))):V=!1}V&&(m.set(d,y),g(y,d,u,p,m),m.delete(d)),Bv(a,c,y)}})(e,o,l,v,Th,t,n);else{var s=t?t(Mv(e,l),r,l+"",e,o,n):void 0;s===void 0&&(s=r),Bv(e,l,s)}}),Ze)}var Li=Lt((function(e,o,v,t){Th(e,o,v,t)}));function Ph(e,o,v){if(typeof e!="function")throw new TypeError("Expected a function");return setTimeout((function(){e.apply(void 0,v)}),o)}var Di=lo((function(e,o){return Ph(e,1,o)})),_v=lo((function(e,o,v){return Ph(e,eo(o)||0,v)}));function h2(e,o){var v;return(e2(e)?ov:po)(e,typeof(v=o)=="function"?v:xe)}function Ri(e,o){for(var v=-1,t=e==null?0:e.length;++v<t;)if(!o(e[v],v,e))return!1;return!0}function Gi(e,o){var v=!0;return po(e,(function(t,n,r){return v=!!o(t,n,r)})),v}function Wi(e,o){var v=[];return po(e,(function(t,n,r){o(t,n,r)&&v.push(t)})),v}function E2(e,o){return(e2(e)?ih:Wi)(e,je(o))}var Fi=Math.max;function Ee(e,o,v){var t=e==null?0:e.length;if(!t)return-1;var n=v==null?0:He(v);return n<0&&(n=Fi(t+n,0)),St(e,je(o),n)}var Lh,Xi=(Lh=Ee,function(e,o,v){var t=Object(e);if(!k2(e)){var n=je(o);e=O2(e),o=function(l){return n(t[l],l,t)}}var r=Lh(e,o,v);return r>-1?t[n?e[r]:r]:void 0});function Ui(e,o){var v=-1,t=k2(e)?Array(e.length):[];return po(e,(function(n,r,l){t[++v]=o(n,r,l)})),t}function kv(e,o){return(e2(e)?qe:Ui)(e,je(o))}function $2(e){return typeof e=="string"||!e2(e)&&r2(e)&&_2(e)=="[object String]"}var Ki=Math.max;function se(e,o,v,t){var n;e=k2(e)?e:(n=e)==null?[]:(function(l,s){return qe(s,(function(a){return l[a]}))})(n,O2(n)),v=v?He(v):0;var r=e.length;return v<0&&(v=Ki(r+v,0)),$2(e)?v<=r&&e.indexOf(o,v)>-1:!!r&&At(e,o,v)>-1}function fo(e){return r2(e)&&e.nodeType===1&&!fv(e)}function Dh(e){return typeof e=="number"||r2(e)&&_2(e)=="[object Number]"}function L2(e){return e==null}function Ji(e,o){return(e=(function(n,r){return r.length<2?n:mv(n,(function(l,s,a){var i=-1,c=l.length;s<0&&(s=-s>c?0:c+s),(a=a>c?c:a)<0&&(a+=c),c=s>a?0:a-s>>>0,s>>>=0;for(var u=Array(c);++i<c;)u[i]=l[i+s];return u})(r,0,-1))})(e,o=Ae(o,e)))==null||delete e[le((v=o,t=v==null?0:v.length,t?v[t-1]:void 0))];var v,t}function Yi(e){return fv(e)?void 0:e}var Rh=(function(e){return ev(Pt(e,void 0,gi),e+"")})((function(e,o){var v={};if(e==null)return v;var t=!1;o=qe(o,(function(r){return r=Ae(r,e),t||(t=r.length>1),r})),U2(e,mh(e),v),t&&(v=Oe(v,7,Yi));for(var n=o.length;n--;)Ji(v,o[n]);return v})),Qi=Nh("length"),Gh="\\ud800-\\udfff",qi="["+Gh+"]",Zv="[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]",Iv="\\ud83c[\\udffb-\\udfff]",Wh="[^"+Gh+"]",Fh="(?:\\ud83c[\\udde6-\\uddff]){2}",Xh="[\\ud800-\\udbff][\\udc00-\\udfff]",Uh="(?:"+Zv+"|"+Iv+")?",Kh="[\\ufe0e\\ufe0f]?",es=Kh+Uh+"(?:\\u200d(?:"+[Wh,Fh,Xh].join("|")+")"+Kh+Uh+")*",os="(?:"+[Wh+Zv+"?",Zv,Fh,Xh,qi].join("|")+")",Jh=RegExp(Iv+"(?="+Iv+")|"+os+es,"g");function $e(e,o,v){return e==null?e:(function(t,n,r){if(!t2(t))return t;for(var l=-1,s=(n=Ae(n,t)).length,a=s-1,i=t;i!=null&&++l<s;){var c=le(n[l]),u=r;if(c==="__proto__"||c==="constructor"||c==="prototype")return t;if(l!=a){var g=i[c];(u=void 0)==void 0&&(u=t2(g)?g:Ce(n[l+1])?[]:{})}ro(i,c,u),i=i[c]}return t})(e,o,v)}function D2(e){if(e==null)return 0;if(k2(e))return $2(e)?(function(t){return xi.test(t)})(o=e)?(function(t){for(var n=Jh.lastIndex=0;Jh.test(t);)++n;return n})(o):Qi(o):e.length;var o,v=g2(e);return v=="[object Map]"||v=="[object Set]"?e.size:Yt(e).length}function vs(e,o){const v=parseInt(e.replace("#",""),16);return`#${(Math.max(0,(v>>16)-Math.round(2.55*o))<<16|Math.max(0,(v>>8&255)-Math.round(2.55*o))<<8|Math.max(0,(255&v)-Math.round(2.55*o))).toString(16).padStart(6,"0")}`}function Sv(e,o){const v=parseInt(e.replace("#",""),16);return`#${(Math.min(255,(v>>16)+Math.round(2.55*o))<<16|Math.min(255,(v>>8&255)+Math.round(2.55*o))<<8|Math.min(255,(255&v)+Math.round(2.55*o))).toString(16).padStart(6,"0")}`}function ts(e){const o=parseInt(e.replace("#",""),16);return(.299*(o>>16)+.587*(o>>8&255)+.114*(255&o))/255>.6?"#1e1e2e":"#ffffff"}function w2(e){return{color:e,dark:vs(e,15),light:Sv(e,35),contrast:ts(e),transparent:"transparent"}}function Z2(e,o,v){const t={};for(const[n,r]of Object.entries(v))t[`--${o}-${n}`]=e[r];return t}const go={outline:{"text-color":"color","bg-color":"transparent","border-color":"color","shadow-color":"transparent"},dash:{"text-color":"color","bg-color":"light","border-color":"color","shadow-color":"transparent"},default:{"text-color":"contrast","bg-color":"color","border-color":"dark","shadow-color":"dark"}},Yh={spinner:"loader",loading:"loader","eye-slash":"eye-closed","eye-off":"eye-closed",xmark:"close",x:"close",times:"close","circle-xmark":"close-box","x-circle":"close-box","times-circle":"close-box",error:"close-box","circle-info":"info-box","info-circle":"info-box",info:"info-box","check-circle":"check","circle-check":"check",success:"check","circle-exclamation":"warning-box","exclamation-circle":"warning-box",warning:"warning-box","angle-down":"chevron-down","caret-down":"chevron-down","angle-up":"chevron-up","caret-up":"chevron-up","angle-left":"chevron-left","caret-left":"chevron-left","angle-right":"chevron-right","caret-right":"chevron-right","question-circle":"info-box","circle-question":"info-box",help:"info-box",question:"info-box",gear:"sliders",cog:"sliders",settings:"sliders",star:"bookmark","star-solid":"bookmark"},hs=new Set(["svg","path","rect","circle","ellipse","line","polyline","polygon","g","defs","clipPath","mask","title","desc","linearGradient","radialGradient","stop","symbol","use"]),ns=/^on/i,Qh=/^\s*javascript\s*:/i;function qh(e){if(!e||typeof e!="string"||typeof DOMParser>"u")return"";const o=new DOMParser().parseFromString(e,"image/svg+xml");return o.querySelector("parsererror")?"":(en(o.documentElement),o.documentElement.outerHTML)}function en(e){const o=Array.from(e.children);for(const v of o){const t=v.tagName.toLowerCase();if(hs.has(t)){for(const n of Array.from(v.attributes))(ns.test(n.name)||n.name==="href"&&Qh.test(n.value)||n.name==="xlink:href"&&Qh.test(n.value))&&v.removeAttribute(n.name);en(v)}else v.remove()}}const on=new Map,Y=e=>(e.install=o=>{const v=e.name;o.component(v,e)},e),vn=(e,o)=>(e.install=v=>{v.config.globalProperties[o]=e},e);function Av(e,o="px"){return e?Dh(e)||(v=>!!$2(v)&&!Number.isNaN(Number(v)))(e)?`${e}${o}`:$2(e)?e:void 0:""}const wo=new Map([["info","info-box"],["success","check"],["warning","warning-box"],["danger","close-box"],["error","close-box"]]),Ov=h.defineComponent({props:{vNode:{type:[String,Object,Function],required:!0}},setup:e=>()=>l2(e.vNode)?e.vNode():e.vNode}),tn={xs:12,sm:18,md:24,lg:36,xl:48,"2xl":72,"1x":24,"2x":48,"3x":72},rs=["innerHTML"],ls={key:1,class:"px-icon__fallback"},o2=(e,o)=>{const v=e.__vccOpts||e;for(const[t,n]of o)v[t]=n;return v},K=o2(h.defineComponent({name:"PxIcon",inheritAttrs:!1,__name:"Icon",props:{icon:{},size:{default:"md"},rotation:{},flip:{},spin:{type:Boolean},pulse:{type:Boolean},bounce:{type:Boolean},shake:{type:Boolean},beat:{type:Boolean},fade:{type:Boolean},type:{},color:{}},setup(e){const o=e,v=h.computed((()=>{return(l=o.icon)in Yh?Yh[l]:l;var l})),t=h.computed((()=>{const l=(s=v.value,on.get(s));var s;return l?qh(l):void 0})),n=h.computed((()=>{const l=["px-icon"];return o.type&&l.push(`px-icon--${o.type}`),o.size&&l.push(`px-icon--${o.size}`),o.spin&&l.push("px-icon--spin"),o.pulse&&l.push("px-icon--pulse"),o.bounce&&l.push("px-icon--bounce"),o.shake&&l.push("px-icon--shake"),o.beat&&l.push("px-icon--beat"),o.fade&&l.push("px-icon--fade"),o.flip==="horizontal"&&l.push("px-icon--flip-h"),o.flip==="vertical"&&l.push("px-icon--flip-v"),o.flip==="both"&&l.push("px-icon--flip-h","px-icon--flip-v"),o.rotation&&l.push(`px-icon--rotate-${o.rotation}`),l})),r=h.computed((()=>{const l={};o.color&&(l.color=o.color);const s=tn[o.size||"md"];return l.width=`${s}px`,l.height=`${s}px`,l}));return(l,s)=>(h.openBlock(),h.createElementBlock("i",h.mergeProps({class:n.value,style:r.value},l.$attrs),[t.value?(h.openBlock(),h.createElementBlock("span",{key:0,class:"px-icon__pixel",innerHTML:t.value},null,8,rs)):(h.openBlock(),h.createElementBlock("span",ls,"?"))],16))}}),[["__scopeId","data-v-57d28fe2"]]),is={class:"px-alert__content"},ss={key:0,class:"px-alert__description"},as={key:1,class:"px-alert__close"},hn=Y(o2(h.defineComponent({name:"PxAlert",__name:"Alert",props:{title:{},type:{default:"info"},description:{},effect:{default:"light"},closable:{type:Boolean,default:!0},center:{type:Boolean},showIcon:{type:Boolean},outline:{type:Boolean},dash:{type:Boolean},color:{}},emits:["close"],setup(e,{expose:o,emit:v}){const t=e,n=v,r=h.useSlots(),l=h.ref(!0),s=h.computed((()=>wo.get(t.type)??"circle-info")),a=h.computed((()=>t.description||r.default)),i=h.computed((()=>{if(!t.color)return{};const u=t.outline?"outline":t.dash?"dash":"default";return Z2(w2(t.color),"px-alert",go[u])}));function c(){l.value=!1,n("close")}return o({open:function(){l.value=!0},close:c}),(u,g)=>(h.openBlock(),h.createBlock(h.Transition,{name:"px-alert-fade"},{default:h.withCtx((()=>[h.withDirectives(h.createElementVNode("div",{class:h.normalizeClass(["px-alert",{[`px-alert__${u.type}`]:u.type,[`px-alert__${u.effect}`]:u.effect,"text-center":u.center,"is-outline":u.outline,"is-dash":u.dash}]),role:"alert",style:h.normalizeStyle(i.value)},[u.showIcon?(h.openBlock(),h.createBlock(K,{key:0,class:h.normalizeClass(["px-alert__icon",{"big-icon":a.value}]),icon:s.value},null,8,["class","icon"])):h.createCommentVNode("",!0),h.createElementVNode("div",is,[h.createElementVNode("span",{class:h.normalizeClass(["px-alert__title",{"with-desc":a.value}]),style:h.normalizeStyle({display:u.center&&!u.showIcon?"block":"inline"})},[h.renderSlot(u.$slots,"title",{},(()=>[h.createTextVNode(h.toDisplayString(u.title),1)]),!0)],6),a.value?(h.openBlock(),h.createElementBlock("p",ss,[h.renderSlot(u.$slots,"default",{},(()=>[h.createTextVNode(h.toDisplayString(u.description),1)]),!0)])):h.createCommentVNode("",!0),u.closable?(h.openBlock(),h.createElementBlock("div",as,[h.createVNode(K,{onClick:h.withModifiers(c,["stop"]),icon:"close"})])):h.createCommentVNode("",!0)])],6),[[h.vShow,l.value]])])),_:3}))}}),[["__scopeId","data-v-772da9f8"]])),nn=Y(o2(h.defineComponent({name:"PxAvatar",__name:"Avatar",props:{size:{default:"default"},shape:{default:"circle"},border:{type:Boolean,default:!0},color:{},status:{}},setup(e){const o=e,v=h.computed((()=>o.color?Z2(w2(o.color),"px-avatar",go.default):{}));return(t,n)=>(h.openBlock(),h.createElementBlock("span",{class:h.normalizeClass(["px-avatar",{[`px-avatar--${t.size}`]:t.size&&t.size!=="default","is-square":t.shape==="square","is-border":t.border}]),style:h.normalizeStyle(v.value)},[h.renderSlot(t.$slots,"default",{},void 0,!0),t.status?(h.openBlock(),h.createElementBlock("span",{key:0,class:h.normalizeClass(["px-avatar__indicator",`is-${t.status}`])},null,2)):h.createCommentVNode("",!0)],6))}}),[["__scopeId","data-v-47da9c60"]])),rn=Y(o2(h.defineComponent({name:"PxBadge",__name:"Badge",props:{type:{default:"primary"},size:{default:"default"},outline:{type:Boolean},dash:{type:Boolean},color:{},round:{type:Boolean},icon:{}},setup(e){const o=e,v=h.useSlots(),t=h.computed((()=>!v.default)),n=h.computed((()=>o.size==="small"?"xs":"sm")),r=h.computed((()=>{if(!o.color)return{};const l=o.outline?"outline":o.dash?"dash":"default";return Z2(w2(o.color),"px-badge",go[l])}));return(l,s)=>(h.openBlock(),h.createElementBlock("span",{class:h.normalizeClass(["px-badge",{[`px-badge--${l.type}`]:l.type,[`px-badge--${l.size}`]:l.size&&l.size!=="default","is-outline":l.outline,"is-dash":l.dash,"is-round":l.round,"is-empty":t.value}]),style:h.normalizeStyle(r.value)},[l.icon?(h.openBlock(),h.createBlock(K,{key:0,icon:l.icon,size:n.value},null,8,["icon","size"])):h.createCommentVNode("",!0),h.renderSlot(l.$slots,"default",{},void 0,!0)],6))}}),[["__scopeId","data-v-b16297ef"]])),ln=Symbol("breadcrumbContext"),cs={class:"px-breadcrumb","aria-label":"Breadcrumb"},us={class:"px-breadcrumb__list"},ms=o2(h.defineComponent({name:"PxBreadcrumb",__name:"Breadcrumb",props:{separator:{default:"/"}},setup(e){const o=e,v=h.useSlots();return h.provide(ln,{separator:o.separator,separatorSlot:v.separator}),(t,n)=>(h.openBlock(),h.createElementBlock("nav",cs,[h.createElementVNode("ol",us,[h.renderSlot(t.$slots,"default",{},void 0,!0)])]))}}),[["__scopeId","data-v-a0927948"]]),ds={class:"px-breadcrumb__separator","aria-hidden":"true"},ps=o2(h.defineComponent({name:"PxBreadcrumbItem",__name:"BreadcrumbItem",props:{to:{},icon:{},disabled:{type:Boolean}},setup(e){const o=h.inject(ln,{separator:"/"});return(v,t)=>(h.openBlock(),h.createElementBlock("li",{class:h.normalizeClass(["px-breadcrumb__item",{"is-disabled":v.disabled}])},[(h.openBlock(),h.createBlock(h.resolveDynamicComponent(v.to&&!v.disabled?"a":"span"),h.mergeProps({class:["px-breadcrumb__link",{"is-current":!v.to,"is-disabled":v.disabled}],"aria-current":v.to||v.disabled?void 0:"page"},v.to&&!v.disabled?{href:v.to}:{},{onClick:t[0]||(t[0]=h.withModifiers((()=>{}),["prevent"]))}),{default:h.withCtx((()=>[v.icon?(h.openBlock(),h.createBlock(K,{key:0,icon:v.icon,class:"px-breadcrumb__icon"},null,8,["icon"])):h.createCommentVNode("",!0),h.renderSlot(v.$slots,"default",{},void 0,!0)])),_:3},16,["class","aria-current"])),h.createElementVNode("span",ds,[h.unref(o).separatorSlot?(h.openBlock(),h.createBlock(h.resolveDynamicComponent((()=>h.unref(o).separatorSlot())),{key:0})):(h.openBlock(),h.createElementBlock(h.Fragment,{key:1},[h.createTextVNode(h.toDisplayString(h.unref(o).separator),1)],64))])],2))}}),[["__scopeId","data-v-8be388ff"]]),sn=Y(ms),an=Y(ps),cn=Symbol("BUTTON_GROUP_CTX_KEY"),fs={link:{"text-color":"color","bg-color":"transparent","border-color":"transparent","shadow-color":"transparent","hover-text-color":"dark","hover-bg-color":"transparent","hover-border-color":"transparent","active-text-color":"dark","active-bg-color":"transparent","active-border-color":"transparent","disabled-text-color":"light","disabled-bg-color":"transparent","disabled-border-color":"transparent"},ghost:{"text-color":"color","bg-color":"transparent","border-color":"transparent","shadow-color":"transparent","hover-text-color":"dark","hover-bg-color":"lighter","hover-border-color":"transparent","active-text-color":"dark","active-bg-color":"light","active-border-color":"transparent","disabled-text-color":"light","disabled-bg-color":"transparent","disabled-border-color":"transparent"},dash:{"text-color":"color","bg-color":"lighter","border-color":"color","shadow-color":"transparent","hover-text-color":"dark","hover-bg-color":"light","hover-border-color":"dark","active-text-color":"dark","active-bg-color":"color","active-border-color":"dark","disabled-text-color":"light","disabled-bg-color":"lighter","disabled-border-color":"light"},plain:{"text-color":"color","bg-color":"lighter","border-color":"color","hover-text-color":"contrast","hover-bg-color":"color","hover-border-color":"color","active-text-color":"contrast","active-bg-color":"dark","active-border-color":"dark","disabled-text-color":"light","disabled-bg-color":"lighter","disabled-border-color":"light"},default:{"text-color":"contrast","bg-color":"color","border-color":"dark","shadow-color":"dark","hover-text-color":"contrast","hover-bg-color":"light","hover-border-color":"color","active-text-color":"contrast","active-bg-color":"dark","active-border-color":"dark","disabled-text-color":"contrast","disabled-bg-color":"light","disabled-border-color":"light"}},gs=h.defineComponent({name:"PxButton",__name:"Button",props:{tag:{default:"button"},type:{},size:{},nativeType:{default:"button"},disabled:{type:Boolean},loading:{type:Boolean},icon:{},circle:{type:Boolean},plain:{type:Boolean},round:{type:Boolean},dash:{type:Boolean},ghost:{type:Boolean},link:{type:Boolean},block:{type:Boolean},responsive:{type:Boolean},color:{},loadingIcon:{},ariaLabel:{},autofocus:{type:Boolean},useThrottle:{type:Boolean,default:!0},throttleDuration:{default:500}},emits:["click"],setup(e,{expose:o,emit:v}){const t=new Set(["button","a","div","span","router-link"]),n=e;typeof n.tag!="string"||t.has(n.tag)||(n.tag,[...t].join(", "));const r=v,l=h.useSlots(),s=h.inject(cn,void 0),a=h.ref(),i=h.computed((()=>typeof n.tag!="string"||t.has(n.tag)?n.tag:"button")),c=h.computed((()=>(s==null?void 0:s.size)??(n==null?void 0:n.size)??"")),u=h.computed((()=>(s==null?void 0:s.type)??(n==null?void 0:n.type)??"")),g=h.computed((()=>(s==null?void 0:s.disabled)||(n==null?void 0:n.disabled)||!1)),p=h.computed((()=>({marginRight:l.default?"6px":"0px"}))),m=h.computed((()=>{if(!n.color)return{};const w={...w2(n.color),light:Sv(n.color,20),lighter:Sv(n.color,35)},z=n.ghost?"ghost":n.dash?"dash":n.plain?"plain":n.link?"link":"default";return Z2(w,"px-button",fs[z])})),f=w=>r("click",w),d=(function(w,z,y){var V=!0,x=!0;if(typeof w!="function")throw new TypeError("Expected a function");return t2(y)&&(V="leading"in y?!!y.leading:V,x=!("trailing"in y)&&x),Ne(w,z,{leading:V,maxWait:z,trailing:x})})(f,n.throttleDuration,{trailing:!1});return h.onBeforeUnmount((()=>{d.cancel()})),o({ref:a,disabled:g,size:c,type:u}),(w,z)=>(h.openBlock(),h.createBlock(h.resolveDynamicComponent(i.value),{ref_key:"_ref",ref:a,autofocus:w.autofocus,type:i.value==="button"?w.nativeType:void 0,class:h.normalizeClass(["px-button",{[`px-button--${u.value}`]:u.value,[`px-button--${c.value}`]:c.value,"is-plain":w.plain,"is-round":w.round,"is-circle":w.circle,"is-dash":w.dash,"is-ghost":w.ghost,"is-link":w.link,"is-block":w.block,"is-responsive":w.responsive,"is-disabled":g.value,"is-loading":w.loading}]),"aria-label":w.ariaLabel,"aria-busy":w.loading||void 0,disabled:!(!g.value&&!w.loading)||void 0,style:h.normalizeStyle(m.value),onClick:z[0]||(z[0]=y=>w.useThrottle?h.unref(d)(y):f(y))},{default:h.withCtx((()=>[w.loading?h.renderSlot(w.$slots,"loading",{key:0},(()=>[h.createVNode(K,{class:"loading-icon",icon:w.loadingIcon??"loader",style:h.normalizeStyle(p.value),size:"1x",spin:""},null,8,["icon","style"])]),!0):h.createCommentVNode("",!0),w.icon&&!w.loading?(h.openBlock(),h.createBlock(K,{key:1,icon:w.icon,style:h.normalizeStyle(p.value),size:"1x"},null,8,["icon","style"])):h.createCommentVNode("",!0),h.renderSlot(w.$slots,"default",{},void 0,!0)])),_:3},8,["autofocus","type","aria-label","aria-busy","disabled","class","style"]))}}),Te=o2(gs,[["__scopeId","data-v-0d682c9b"]]),ws={class:"px-button-group",role:"group"},zs=o2(h.defineComponent({name:"PxButtonGroup",__name:"ButtonGroup",props:{size:{},type:{},disabled:{type:Boolean}},setup(e){const o=e;return h.provide(cn,h.reactive({size:h.toRef(o,"size"),type:h.toRef(o,"type"),disabled:h.toRef(o,"disabled")})),(v,t)=>(h.openBlock(),h.createElementBlock("div",ws,[h.renderSlot(v.$slots,"default",{},void 0,!0)]))}}),[["__scopeId","data-v-87af5dc3"]]),zo=Y(Te),jv=Y(zs),Vs={key:0,class:"px-card__header"},Hs={class:"px-card__body"},xs={key:1,class:"px-card__footer"},un=Y(o2(h.defineComponent({name:"PxCard",__name:"Card",props:{type:{},color:{},hoverable:{type:Boolean},shadow:{type:[Boolean,String],default:"always"},size:{},outline:{type:Boolean},dash:{type:Boolean},ghost:{type:Boolean}},setup(e){const o={"text-color":"color","bg-color":"transparent","border-color":"transparent","shadow-color":"transparent"},v=e,t=h.useSlots(),n=h.computed((()=>{const l=v.shadow;return l===!0?"px-card--shadow-always":l===!1?"px-card--shadow-never":`px-card--shadow-${l}`})),r=h.computed((()=>{if(!v.color)return{};const l=v.ghost?"ghost":v.outline?"outline":v.dash?"dash":"default",s={...go,ghost:o};return Z2(w2(v.color),"px-card",s[l])}));return(l,s)=>(h.openBlock(),h.createElementBlock("div",{class:h.normalizeClass(["px-card",[n.value,{[`px-card--${l.type}`]:l.type,[`px-card--${l.size}`]:l.size,"is-hoverable":l.hoverable,"is-outline":l.outline,"is-dash":l.dash,"is-ghost":l.ghost}]]),style:h.normalizeStyle(r.value)},[h.unref(t).header?(h.openBlock(),h.createElementBlock("div",Vs,[h.renderSlot(l.$slots,"header",{},void 0,!0)])):h.createCommentVNode("",!0),h.createElementVNode("div",Hs,[h.renderSlot(l.$slots,"default",{},void 0,!0)]),h.unref(t).footer?(h.openBlock(),h.createElementBlock("div",xs,[h.renderSlot(l.$slots,"footer",{},void 0,!0)])):h.createCommentVNode("",!0)],6))}}),[["__scopeId","data-v-61d3ab66"]])),mn=Symbol("collapseContext"),ys=new Set(["primary","success","warning","danger","info"]),bs={default:{"border-color":"color","shadow-color":"dark","active-bg-color":"light"},ghost:{"border-color":"transparent","shadow-color":"transparent","active-bg-color":"transparent"}},Cs=o2(h.defineComponent({name:"PxCollapse",__name:"Collapse",props:{modelValue:{},accordion:{type:Boolean},color:{},ghost:{type:Boolean},trigger:{},iconPlacement:{}},emits:["update:modelValue","change"],setup(e,{emit:o}){const v=e,t=o,n=h.ref(v.modelValue);v.accordion&&n.value.length>1&&(n.value=[n.value[0]]);const r=h.computed((()=>ys.has(v.color??""))),l=h.computed((()=>!!v.color&&!r.value)),s=h.computed((()=>{if(!l.value)return{};const i=w2(v.color),c=v.ghost?"ghost":"default";return Z2(i,"px-collapse",bs[c])}));function a(i){n.value=i,t("update:modelValue",i),t("change",i)}return h.watchEffect((()=>{v.accordion&&n.value.length})),h.watch((()=>v.modelValue),(i=>a(i))),h.provide(mn,{activeNames:n,handleItemClick:function(i){let c=[...n.value];if(v.accordion)return c=[c[0]===i?"":i],void a(c);const u=c.indexOf(i);u>-1?c.splice(u,1):c.push(i),a(c)},color:v.color,ghost:v.ghost,trigger:v.trigger,iconPlacement:v.iconPlacement}),(i,c)=>(h.openBlock(),h.createElementBlock("div",{class:h.normalizeClass(["px-collapse",{"is-ghost":i.ghost,[`px-collapse--${i.color}`]:r.value}]),style:h.normalizeStyle(s.value)},[h.renderSlot(i.$slots,"default",{},void 0,!0)],6))}}),[["__scopeId","data-v-dc792000"]]),dn=e=>e.style.height="0px",pn=e=>e.style.height=`${e.scrollHeight}px`,fn=e=>e.style.height="",gn=e=>e.style.overflow="hidden",wn=e=>e.style.overflow="",Bs={beforeEnter(e){dn(e),gn(e)},enter:e=>pn(e),afterEnter(e){fn(e),wn(e)},beforeLeave(e){pn(e),gn(e)},leave:e=>dn(e),afterLeave(e){fn(e),wn(e)}},Ms=["id","aria-expanded","aria-controls","tabindex"],_s={class:"px-collapse-item__title"},ks={class:"px-collapse-item__wapper"},Zs=["id"],Is=o2(h.defineComponent({name:"PxCollapseItem",__name:"CollapseItem",props:{name:{},title:{},disabled:{type:Boolean},showArrow:{type:Boolean,default:!0},icon:{},forceOpen:{type:Boolean},forceClose:{type:Boolean}},setup(e){const o=e,v=h.inject(mn,void 0),t=h.computed((()=>{var i;return!o.forceClose&&(!!o.forceOpen||((i=v==null?void 0:v.activeNames.value)==null?void 0:i.includes(o.name)))})),n=h.computed((()=>(v==null?void 0:v.trigger)==="focus")),r=h.computed((()=>o.icon?o.icon==="plus"?t.value?"minus":"plus":o.icon:"chevron-right"));function l(){o.disabled||o.forceOpen||o.forceClose||n.value||(v==null||v.handleItemClick(o.name))}function s(){o.disabled||o.forceOpen||o.forceClose||n.value&&(t.value||(v==null||v.handleItemClick(o.name)))}function a(i){o.disabled||o.forceOpen||o.forceClose||n.value&&t.value&&(v==null||v.handleItemClick(o.name))}return(i,c)=>{var u;return h.openBlock(),h.createElementBlock("div",{class:h.normalizeClass(["px-collapse-item",{"is-disabled":i.disabled}])},[h.createElementVNode("div",{class:h.normalizeClass(["px-collapse-item__header",{"is-disabled":i.disabled,"is-active":t.value,"is-hidden-arrow":i.showArrow===!1,"is-icon-start":((u=h.unref(v))==null?void 0:u.iconPlacement)==="start"}]),id:`item-header-${i.name}`,role:"button","aria-expanded":t.value,"aria-controls":`item-content-${i.name}`,tabindex:n.value?0:void 0,onClick:l,onFocus:s,onFocusout:a},[h.createElementVNode("span",_s,[h.renderSlot(i.$slots,"title",{},(()=>[h.createTextVNode(h.toDisplayString(i.title),1)]),!0)]),i.showArrow!==!1?(h.openBlock(),h.createBlock(K,{key:0,icon:r.value,class:h.normalizeClass(["header-angle",{"is-toggle-icon":!!i.icon}])},null,8,["icon","class"])):h.createCommentVNode("",!0)],42,Ms),h.createVNode(h.Transition,h.mergeProps({name:"slide"},h.toHandlers(h.unref(Bs))),{default:h.withCtx((()=>[h.withDirectives(h.createElementVNode("div",ks,[h.createElementVNode("div",{class:"px-collapse-item__content",id:`item-content-${i.name}`},[h.renderSlot(i.$slots,"default",{},void 0,!0)],8,Zs)],512),[[h.vShow,t.value]])])),_:3},16)],2)}}}),[["__scopeId","data-v-47d8126b"]]),zn=Y(Cs),Vn=Y(Is),Vo={name:"en",el:{select:{loading:"Loading",noMatch:"No matching data",noData:"No data",placeholder:"Select"},dropdown:{toggleDropdown:"Toggle Dropdown"},messagebox:{title:"Message",confirm:"OK",cancel:"Cancel",error:"Illegal input",close:"Close this dialog"},popconfirm:{confirmButtonText:"Yes",cancelButtonText:"No"}}},Nv=Symbol("i18n"),Ev=(e,o,v)=>{const t=e[0];if(~t.indexOf("[")){const[n,r]=t.split("["),l=parseInt(r.replace("]",""));if(l>-1){if(!o[n]&&o[n].length>0&&o[n][l]&&o[n][l]!=="")throw new Error("Not Found");return e.length===1?typeof o[n][l]=="string"?o[n][l]:"":Ev(e.slice(1),o[n][l],v)}throw new Error(`Not Found: ${t}`)}if(o[e[0]]||o[e[0]]===""){if(e.length===1){let n=typeof o[e[0]]=="string"?o[e[0]]:"";return v&&(n=((r,l)=>{const s=/{(\w*)}/g;let a,i=r;for(;(a=s.exec(r))!==null;){if(!Object.prototype.hasOwnProperty.call(l,a[1]))throw new Error(`Not Found Params: ${a[1]}`);i=i.replace(a[0],l[a[1]])}return i})(n,v)),n}return Ev(e.slice(1),o[e[0]],v)}throw new Error("Not Found")},Hn=e=>{const o=h.ref(e.locale||"en"),v=e.messages;return{messages:v,t:(t,n)=>{const r=v[o.value]||v.en;if(typeof t!="string")return"";try{return Ev(t.split("."),r,n)}catch{return""}},setLocale:t=>{v[t],o.value=t},getLocale:()=>o.value,install(t){const n=this;t.provide(Nv,n),t.config.globalProperties.$t=n.t,t.config.globalProperties.$i18n=n}}},xn=Symbol(),Ss=new Set(["__proto__","constructor","prototype"]);function yn(e,...o){return Li(e,...o,((v,t,n)=>{if(Ss.has(n))return v}))}const Ho=h.ref();function bn(e,o=void 0){const v=h.getCurrentInstance()?h.inject(xn,Ho):Ho;return e?h.computed((()=>{var t;return((t=v.value)==null?void 0:t[e])??o})):v}const Cn=e=>{var v,t,n;const o=r=>yn(r,(e==null?void 0:e.extendsI18nMsg)??{});return Hn(e!=null&&e.locale?{locale:((v=e.locale)==null?void 0:v.name)||"en",messages:o({en:Vo.el,[(t=e.locale)==null?void 0:t.name]:((n=e.locale)==null?void 0:n.el)??{}})}:{locale:"en",messages:o({en:Vo.el})})};function $v(e={locale:Vo},o,v=!1){const t=h.getCurrentInstance(),n=t?bn():void 0,r=(o==null?void 0:o.provide)??(t?h.provide:void 0);if(!r)return;const l=h.ref(h.unref(e));h.watch((()=>e),(a=>{const i=h.unref(a);if(!(n!=null&&n.value))return i;l.value=yn(n.value,i)}),{deep:!0});const s=h.ref(Cn(l.value));return h.watch((()=>l.value),(a=>s.value=Cn(a)),{deep:!0}),r(xn,l),r(Nv,s),!v&&Ho.value||(Ho.value=l.value),l}const As=h.defineComponent({name:"PxConfigProvider",__name:"ConfigProvider",props:{locale:{},extendsI18nMsg:{}},setup(e){const o=$v(e);return(v,t)=>h.renderSlot(v.$slots,"default",{config:h.unref(o)})}}),Bn=Y(As);function Tv(e,o,v){h.isRef(e)?h.watch(e,((t,n)=>{n==null||n.removeEventListener(o,v),t==null||t.addEventListener(o,v)})):h.onMounted((()=>e==null?void 0:e.addEventListener(o,v))),h.onBeforeUnmount((()=>{var t;return(t=h.unref(e))==null?void 0:t.removeEventListener(o,v)}))}function Pv(e,o){Tv(document,"click",(v=>{e.value&&v.target&&(e.value.contains(v.target)||o(v))}))}const Lv=(e,o)=>h2(e,(v=>{l2(o)&&o(v),v.children&&Lv(v.children,o)}));function Mn(e,{afterBlur:o,beforeBlur:v,afterFocus:t}={}){const n=h.getCurrentInstance(),{emit:r}=n,l=h.ref(),s=h.ref(!1);return Tv(l,"click",(()=>{var a;(a=e.value)==null||a.focus()})),{wrapperRef:l,isFocused:s,handleFocus:a=>{s.value||(s.value=!0,r("focus",a),t==null||t())},handleBlur:a=>{var i;l2(v)&&v(a)||a.relatedTarget&&((i=l.value)!=null&&i.contains(a.relatedTarget))||(s.value=!1,r("blur",a),o==null||o())}}}const _n={prefix:Math.floor(1e4*Math.random()),current:0};function z2(e="er"){const o=`${e}-${_n.prefix}-${_n.current++}`;return h.ref(o)}const kn={name:"en",el:{select:{loading:"Loading",noMatch:"No matching data",noData:"No data",placeholder:"Select"},dropdown:{toggleDropdown:"Toggle Dropdown"},messagebox:{title:"Message",confirm:"OK",cancel:"Cancel",error:"Illegal input",close:"Close this dialog"},popconfirm:{confirmButtonText:"Yes",cancelButtonText:"No"}}};function Dv(e){{const o=h.inject(Nv,h.ref(Hn({locale:kn.name,messages:{en:kn.el}})));return h.computed((()=>{return v=h.unref(o),Rh(v,"install");var v}))}}function Zn(e){const o=h.computed((()=>e.getLastBottomOffset())),v=h.computed((()=>e.offset+o.value)),t=h.computed((()=>v.value+e.boxHeight.value));return{topOffset:v,bottomOffset:t}}const In=h.ref(0);function xo(e=2e3){const o=h.ref(e),v=h.computed((()=>In.value+o.value));return{initialValue:o,currentZIndex:v,nextZIndex:()=>(In.value++,v.value)}}const Sn="px-theme",An="px-dark",ae=h.ref("system"),R2=h.ref(!1);function Rv(e){typeof document<"u"&&(e?document.documentElement.classList.add(An):document.documentElement.classList.remove(An))}function On(e){return e==="system"?typeof window<"u"&&window.matchMedia("(prefers-color-scheme: dark)").matches:e==="dark"}let jn=!1;var m2="top",V2="bottom",H2="right",d2="left",Gv="auto",Pe=[m2,V2,H2,d2],ce="start",Le="end",Nn="viewport",De="popper",En=Pe.reduce((function(e,o){return e.concat([o+"-"+ce,o+"-"+Le])}),[]),$n=[].concat(Pe,[Gv]).reduce((function(e,o){return e.concat([o,o+"-"+ce,o+"-"+Le])}),[]),Os=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"];function I2(e){return e?(e.nodeName||"").toLowerCase():null}function p2(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var o=e.ownerDocument;return o&&o.defaultView||window}return e}function J2(e){return e instanceof p2(e).Element||e instanceof Element}function x2(e){return e instanceof p2(e).HTMLElement||e instanceof HTMLElement}function Wv(e){return typeof ShadowRoot<"u"&&(e instanceof p2(e).ShadowRoot||e instanceof ShadowRoot)}const js={name:"applyStyles",enabled:!0,phase:"write",fn:function(e){var o=e.state;Object.keys(o.elements).forEach((function(v){var t=o.styles[v]||{},n=o.attributes[v]||{},r=o.elements[v];x2(r)&&I2(r)&&(Object.assign(r.style,t),Object.keys(n).forEach((function(l){var s=n[l];s===!1?r.removeAttribute(l):r.setAttribute(l,s===!0?"":s)})))}))},effect:function(e){var o=e.state,v={popper:{position:o.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(o.elements.popper.style,v.popper),o.styles=v,o.elements.arrow&&Object.assign(o.elements.arrow.style,v.arrow),function(){Object.keys(o.elements).forEach((function(t){var n=o.elements[t],r=o.attributes[t]||{},l=Object.keys(o.styles.hasOwnProperty(t)?o.styles[t]:v[t]).reduce((function(s,a){return s[a]="",s}),{});x2(n)&&I2(n)&&(Object.assign(n.style,l),Object.keys(r).forEach((function(s){n.removeAttribute(s)})))}))}},requires:["computeStyles"]};function S2(e){return e.split("-")[0]}var Y2=Math.max,yo=Math.min,ue=Math.round;function Fv(){var e=navigator.userAgentData;return e!=null&&e.brands&&Array.isArray(e.brands)?e.brands.map((function(o){return o.brand+"/"+o.version})).join(" "):navigator.userAgent}function Tn(){return!/^((?!chrome|android).)*safari/i.test(Fv())}function me(e,o,v){o===void 0&&(o=!1),v===void 0&&(v=!1);var t=e.getBoundingClientRect(),n=1,r=1;o&&x2(e)&&(n=e.offsetWidth>0&&ue(t.width)/e.offsetWidth||1,r=e.offsetHeight>0&&ue(t.height)/e.offsetHeight||1);var l=(J2(e)?p2(e):window).visualViewport,s=!Tn()&&v,a=(t.left+(s&&l?l.offsetLeft:0))/n,i=(t.top+(s&&l?l.offsetTop:0))/r,c=t.width/n,u=t.height/r;return{width:c,height:u,top:i,right:a+c,bottom:i+u,left:a,x:a,y:i}}function Xv(e){var o=me(e),v=e.offsetWidth,t=e.offsetHeight;return Math.abs(o.width-v)<=1&&(v=o.width),Math.abs(o.height-t)<=1&&(t=o.height),{x:e.offsetLeft,y:e.offsetTop,width:v,height:t}}function Pn(e,o){var v=o.getRootNode&&o.getRootNode();if(e.contains(o))return!0;if(v&&Wv(v)){var t=o;do{if(t&&e.isSameNode(t))return!0;t=t.parentNode||t.host}while(t)}return!1}function T2(e){return p2(e).getComputedStyle(e)}function Ns(e){return["table","td","th"].indexOf(I2(e))>=0}function G2(e){return((J2(e)?e.ownerDocument:e.document)||window.document).documentElement}function bo(e){return I2(e)==="html"?e:e.assignedSlot||e.parentNode||(Wv(e)?e.host:null)||G2(e)}function Ln(e){return x2(e)&&T2(e).position!=="fixed"?e.offsetParent:null}function Re(e){for(var o=p2(e),v=Ln(e);v&&Ns(v)&&T2(v).position==="static";)v=Ln(v);return v&&(I2(v)==="html"||I2(v)==="body"&&T2(v).position==="static")?o:v||(function(t){var n=/firefox/i.test(Fv());if(/Trident/i.test(Fv())&&x2(t)&&T2(t).position==="fixed")return null;var r=bo(t);for(Wv(r)&&(r=r.host);x2(r)&&["html","body"].indexOf(I2(r))<0;){var l=T2(r);if(l.transform!=="none"||l.perspective!=="none"||l.contain==="paint"||["transform","perspective"].indexOf(l.willChange)!==-1||n&&l.willChange==="filter"||n&&l.filter&&l.filter!=="none")return r;r=r.parentNode}return null})(e)||o}function Uv(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function Ge(e,o,v){return Y2(e,yo(o,v))}function Dn(e){return Object.assign({},{top:0,right:0,bottom:0,left:0},e)}function Rn(e,o){return o.reduce((function(v,t){return v[t]=e,v}),{})}const Es={name:"arrow",enabled:!0,phase:"main",fn:function(e){var o,v=e.state,t=e.name,n=e.options,r=v.elements.arrow,l=v.modifiersData.popperOffsets,s=S2(v.placement),a=Uv(s),i=[d2,H2].indexOf(s)>=0?"height":"width";if(r&&l){var c=(function(A,k){return Dn(typeof(A=typeof A=="function"?A(Object.assign({},k.rects,{placement:k.placement})):A)!="number"?A:Rn(A,Pe))})(n.padding,v),u=Xv(r),g=a==="y"?m2:d2,p=a==="y"?V2:H2,m=v.rects.reference[i]+v.rects.reference[a]-l[a]-v.rects.popper[i],f=l[a]-v.rects.reference[a],d=Re(r),w=d?a==="y"?d.clientHeight||0:d.clientWidth||0:0,z=m/2-f/2,y=c[g],V=w-u[i]-c[p],x=w/2-u[i]/2+z,H=Ge(y,x,V),B=a;v.modifiersData[t]=((o={})[B]=H,o.centerOffset=H-x,o)}},effect:function(e){var o=e.state,v=e.options.element,t=v===void 0?"[data-popper-arrow]":v;t!=null&&(typeof t!="string"||(t=o.elements.popper.querySelector(t)))&&Pn(o.elements.popper,t)&&(o.elements.arrow=t)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function de(e){return e.split("-")[1]}var $s={top:"auto",right:"auto",bottom:"auto",left:"auto"};function Gn(e){var o,v=e.popper,t=e.popperRect,n=e.placement,r=e.variation,l=e.offsets,s=e.position,a=e.gpuAcceleration,i=e.adaptive,c=e.roundOffsets,u=e.isFixed,g=l.x,p=g===void 0?0:g,m=l.y,f=m===void 0?0:m,d=typeof c=="function"?c({x:p,y:f}):{x:p,y:f};p=d.x,f=d.y;var w=l.hasOwnProperty("x"),z=l.hasOwnProperty("y"),y=d2,V=m2,x=window;if(i){var H=Re(v),B="clientHeight",A="clientWidth";H===p2(v)&&T2(H=G2(v)).position!=="static"&&s==="absolute"&&(B="scrollHeight",A="scrollWidth"),(n===m2||(n===d2||n===H2)&&r===Le)&&(V=V2,f-=(u&&H===x&&x.visualViewport?x.visualViewport.height:H[B])-t.height,f*=a?1:-1),n!==d2&&(n!==m2&&n!==V2||r!==Le)||(y=H2,p-=(u&&H===x&&x.visualViewport?x.visualViewport.width:H[A])-t.width,p*=a?1:-1)}var k,b=Object.assign({position:s},i&&$s),Z=c===!0?(function(O,M){var I=O.x,T=O.y,j=M.devicePixelRatio||1;return{x:ue(I*j)/j||0,y:ue(T*j)/j||0}})({x:p,y:f},p2(v)):{x:p,y:f};return p=Z.x,f=Z.y,a?Object.assign({},b,((k={})[V]=z?"0":"",k[y]=w?"0":"",k.transform=(x.devicePixelRatio||1)<=1?"translate("+p+"px, "+f+"px)":"translate3d("+p+"px, "+f+"px, 0)",k)):Object.assign({},b,((o={})[V]=z?f+"px":"",o[y]=w?p+"px":"",o.transform="",o))}var Co={passive:!0},Ts={left:"right",right:"left",bottom:"top",top:"bottom"};function Bo(e){return e.replace(/left|right|bottom|top/g,(function(o){return Ts[o]}))}var Ps={start:"end",end:"start"};function Wn(e){return e.replace(/start|end/g,(function(o){return Ps[o]}))}function Kv(e){var o=p2(e);return{scrollLeft:o.pageXOffset,scrollTop:o.pageYOffset}}function Jv(e){return me(G2(e)).left+Kv(e).scrollLeft}function Yv(e){var o=T2(e),v=o.overflow,t=o.overflowX,n=o.overflowY;return/auto|scroll|overlay|hidden/.test(v+n+t)}function Fn(e){return["html","body","#document"].indexOf(I2(e))>=0?e.ownerDocument.body:x2(e)&&Yv(e)?e:Fn(bo(e))}function We(e,o){var v;o===void 0&&(o=[]);var t=Fn(e),n=t===((v=e.ownerDocument)==null?void 0:v.body),r=p2(t),l=n?[r].concat(r.visualViewport||[],Yv(t)?t:[]):t,s=o.concat(l);return n?s:s.concat(We(bo(l)))}function Qv(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function Xn(e,o,v){return o===Nn?Qv((function(t,n){var r=p2(t),l=G2(t),s=r.visualViewport,a=l.clientWidth,i=l.clientHeight,c=0,u=0;if(s){a=s.width,i=s.height;var g=Tn();(g||!g&&n==="fixed")&&(c=s.offsetLeft,u=s.offsetTop)}return{width:a,height:i,x:c+Jv(t),y:u}})(e,v)):J2(o)?(function(t,n){var r=me(t,!1,n==="fixed");return r.top=r.top+t.clientTop,r.left=r.left+t.clientLeft,r.bottom=r.top+t.clientHeight,r.right=r.left+t.clientWidth,r.width=t.clientWidth,r.height=t.clientHeight,r.x=r.left,r.y=r.top,r})(o,v):Qv((function(t){var n,r=G2(t),l=Kv(t),s=(n=t.ownerDocument)==null?void 0:n.body,a=Y2(r.scrollWidth,r.clientWidth,s?s.scrollWidth:0,s?s.clientWidth:0),i=Y2(r.scrollHeight,r.clientHeight,s?s.scrollHeight:0,s?s.clientHeight:0),c=-l.scrollLeft+Jv(t),u=-l.scrollTop;return T2(s||r).direction==="rtl"&&(c+=Y2(r.clientWidth,s?s.clientWidth:0)-a),{width:a,height:i,x:c,y:u}})(G2(e)))}function Un(e){var o,v=e.reference,t=e.element,n=e.placement,r=n?S2(n):null,l=n?de(n):null,s=v.x+v.width/2-t.width/2,a=v.y+v.height/2-t.height/2;switch(r){case m2:o={x:s,y:v.y-t.height};break;case V2:o={x:s,y:v.y+v.height};break;case H2:o={x:v.x+v.width,y:a};break;case d2:o={x:v.x-t.width,y:a};break;default:o={x:v.x,y:v.y}}var i=r?Uv(r):null;if(i!=null){var c=i==="y"?"height":"width";switch(l){case ce:o[i]=o[i]-(v[c]/2-t[c]/2);break;case Le:o[i]=o[i]+(v[c]/2-t[c]/2)}}return o}function Fe(e,o){o===void 0&&(o={});var v=o,t=v.placement,n=t===void 0?e.placement:t,r=v.strategy,l=r===void 0?e.strategy:r,s=v.boundary,a=s===void 0?"clippingParents":s,i=v.rootBoundary,c=i===void 0?Nn:i,u=v.elementContext,g=u===void 0?De:u,p=v.altBoundary,m=p!==void 0&&p,f=v.padding,d=f===void 0?0:f,w=Dn(typeof d!="number"?d:Rn(d,Pe)),z=g===De?"reference":De,y=e.rects.popper,V=e.elements[m?z:g],x=(function(M,I,T,j){var P=I==="clippingParents"?(function(N){var G=We(bo(N)),W=["absolute","fixed"].indexOf(T2(N).position)>=0&&x2(N)?Re(N):N;return J2(W)?G.filter((function(v2){return J2(v2)&&Pn(v2,W)&&I2(v2)!=="body"})):[]})(M):[].concat(I),$=[].concat(P,[T]),F=$[0],R=$.reduce((function(N,G){var W=Xn(M,G,j);return N.top=Y2(W.top,N.top),N.right=yo(W.right,N.right),N.bottom=yo(W.bottom,N.bottom),N.left=Y2(W.left,N.left),N}),Xn(M,F,j));return R.width=R.right-R.left,R.height=R.bottom-R.top,R.x=R.left,R.y=R.top,R})(J2(V)?V:V.contextElement||G2(e.elements.popper),a,c,l),H=me(e.elements.reference),B=Un({reference:H,element:y,placement:n}),A=Qv(Object.assign({},y,B)),k=g===De?A:H,b={top:x.top-k.top+w.top,bottom:k.bottom-x.bottom+w.bottom,left:x.left-k.left+w.left,right:k.right-x.right+w.right},Z=e.modifiersData.offset;if(g===De&&Z){var O=Z[n];Object.keys(b).forEach((function(M){var I=[H2,V2].indexOf(M)>=0?1:-1,T=[m2,V2].indexOf(M)>=0?"y":"x";b[M]+=O[T]*I}))}return b}function Ls(e,o){o===void 0&&(o={});var v=o,t=v.placement,n=v.boundary,r=v.rootBoundary,l=v.padding,s=v.flipVariations,a=v.allowedAutoPlacements,i=a===void 0?$n:a,c=de(t),u=c?s?En:En.filter((function(m){return de(m)===c})):Pe,g=u.filter((function(m){return i.indexOf(m)>=0}));g.length===0&&(g=u);var p=g.reduce((function(m,f){return m[f]=Fe(e,{placement:f,boundary:n,rootBoundary:r,padding:l})[S2(f)],m}),{});return Object.keys(p).sort((function(m,f){return p[m]-p[f]}))}const Ds={name:"flip",enabled:!0,phase:"main",fn:function(e){var o=e.state,v=e.options,t=e.name;if(!o.modifiersData[t]._skip){for(var n=v.mainAxis,r=n===void 0||n,l=v.altAxis,s=l===void 0||l,a=v.fallbackPlacements,i=v.padding,c=v.boundary,u=v.rootBoundary,g=v.altBoundary,p=v.flipVariations,m=p===void 0||p,f=v.allowedAutoPlacements,d=o.options.placement,w=S2(d),z=a||(w!==d&&m?(function(N){if(S2(N)===Gv)return[];var G=Bo(N);return[Wn(N),G,Wn(G)]})(d):[Bo(d)]),y=[d].concat(z).reduce((function(N,G){return N.concat(S2(G)===Gv?Ls(o,{placement:G,boundary:c,rootBoundary:u,padding:i,flipVariations:m,allowedAutoPlacements:f}):G)}),[]),V=o.rects.reference,x=o.rects.popper,H=new Map,B=!0,A=y[0],k=0;k<y.length;k++){var b=y[k],Z=S2(b),O=de(b)===ce,M=[m2,V2].indexOf(Z)>=0,I=M?"width":"height",T=Fe(o,{placement:b,boundary:c,rootBoundary:u,altBoundary:g,padding:i}),j=M?O?H2:d2:O?V2:m2;V[I]>x[I]&&(j=Bo(j));var P=Bo(j),$=[];if(r&&$.push(T[Z]<=0),s&&$.push(T[j]<=0,T[P]<=0),$.every((function(N){return N}))){A=b,B=!1;break}H.set(b,$)}if(B)for(var F=function(N){var G=y.find((function(W){var v2=H.get(W);if(v2)return v2.slice(0,N).every((function(b2){return b2}))}));if(G)return A=G,"break"},R=m?3:1;R>0&&F(R)!=="break";R--);o.placement!==A&&(o.modifiersData[t]._skip=!0,o.placement=A,o.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}};function Kn(e,o,v){return v===void 0&&(v={x:0,y:0}),{top:e.top-o.height-v.y,right:e.right-o.width+v.x,bottom:e.bottom-o.height+v.y,left:e.left-o.width-v.x}}function Jn(e){return[m2,H2,V2,d2].some((function(o){return e[o]>=0}))}function Rs(e,o,v){v===void 0&&(v=!1);var t,n,r=x2(o),l=x2(o)&&(function(u){var g=u.getBoundingClientRect(),p=ue(g.width)/u.offsetWidth||1,m=ue(g.height)/u.offsetHeight||1;return p!==1||m!==1})(o),s=G2(o),a=me(e,l,v),i={scrollLeft:0,scrollTop:0},c={x:0,y:0};return(r||!r&&!v)&&((I2(o)!=="body"||Yv(s))&&(i=(t=o)!==p2(t)&&x2(t)?{scrollLeft:(n=t).scrollLeft,scrollTop:n.scrollTop}:Kv(t)),x2(o)?((c=me(o,!0)).x+=o.clientLeft,c.y+=o.clientTop):s&&(c.x=Jv(s))),{x:a.left+i.scrollLeft-c.x,y:a.top+i.scrollTop-c.y,width:a.width,height:a.height}}function Gs(e){var o=new Map,v=new Set,t=[];function n(r){v.add(r.name),[].concat(r.requires||[],r.requiresIfExists||[]).forEach((function(l){if(!v.has(l)){var s=o.get(l);s&&n(s)}})),t.push(r)}return e.forEach((function(r){o.set(r.name,r)})),e.forEach((function(r){v.has(r.name)||n(r)})),t}var Yn={placement:"bottom",modifiers:[],strategy:"absolute"};function Qn(){for(var e=arguments.length,o=new Array(e),v=0;v<e;v++)o[v]=arguments[v];return!o.some((function(t){return!(t&&typeof t.getBoundingClientRect=="function")}))}function Ws(e){e===void 0&&(e={});var o=e,v=o.defaultModifiers,t=v===void 0?[]:v,n=o.defaultOptions,r=n===void 0?Yn:n;return function(l,s,a){a===void 0&&(a=r);var i,c,u={placement:"bottom",orderedModifiers:[],options:Object.assign({},Yn,r),modifiersData:{},elements:{reference:l,popper:s},attributes:{},styles:{}},g=[],p=!1,m={state:u,setOptions:function(d){var w=typeof d=="function"?d(u.options):d;f(),u.options=Object.assign({},r,u.options,w),u.scrollParents={reference:J2(l)?We(l):l.contextElement?We(l.contextElement):[],popper:We(s)};var z,y,V=(function(x){var H=Gs(x);return Os.reduce((function(B,A){return B.concat(H.filter((function(k){return k.phase===A})))}),[])})((z=[].concat(t,u.options.modifiers),y=z.reduce((function(x,H){var B=x[H.name];return x[H.name]=B?Object.assign({},B,H,{options:Object.assign({},B.options,H.options),data:Object.assign({},B.data,H.data)}):H,x}),{}),Object.keys(y).map((function(x){return y[x]}))));return u.orderedModifiers=V.filter((function(x){return x.enabled})),u.orderedModifiers.forEach((function(x){var H=x.name,B=x.options,A=B===void 0?{}:B,k=x.effect;if(typeof k=="function"){var b=k({state:u,name:H,instance:m,options:A});g.push(b||function(){})}})),m.update()},forceUpdate:function(){if(!p){var d=u.elements,w=d.reference,z=d.popper;if(Qn(w,z)){u.rects={reference:Rs(w,Re(z),u.options.strategy==="fixed"),popper:Xv(z)},u.reset=!1,u.placement=u.options.placement,u.orderedModifiers.forEach((function(k){return u.modifiersData[k.name]=Object.assign({},k.data)}));for(var y=0;y<u.orderedModifiers.length;y++)if(u.reset!==!0){var V=u.orderedModifiers[y],x=V.fn,H=V.options,B=H===void 0?{}:H,A=V.name;typeof x=="function"&&(u=x({state:u,options:B,name:A,instance:m})||u)}else u.reset=!1,y=-1}}},update:(i=function(){return new Promise((function(d){m.forceUpdate(),d(u)}))},function(){return c||(c=new Promise((function(d){Promise.resolve().then((function(){c=void 0,d(i())}))}))),c}),destroy:function(){f(),p=!0}};if(!Qn(l,s))return m;function f(){g.forEach((function(d){return d()})),g=[]}return m.setOptions(a).then((function(d){!p&&a.onFirstUpdate&&a.onFirstUpdate(d)})),m}}var Fs=Ws({defaultModifiers:[{name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(e){var o=e.state,v=e.instance,t=e.options,n=t.scroll,r=n===void 0||n,l=t.resize,s=l===void 0||l,a=p2(o.elements.popper),i=[].concat(o.scrollParents.reference,o.scrollParents.popper);return r&&i.forEach((function(c){c.addEventListener("scroll",v.update,Co)})),s&&a.addEventListener("resize",v.update,Co),function(){r&&i.forEach((function(c){c.removeEventListener("scroll",v.update,Co)})),s&&a.removeEventListener("resize",v.update,Co)}},data:{}},{name:"popperOffsets",enabled:!0,phase:"read",fn:function(e){var o=e.state,v=e.name;o.modifiersData[v]=Un({reference:o.rects.reference,element:o.rects.popper,placement:o.placement})},data:{}},{name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(e){var o=e.state,v=e.options,t=v.gpuAcceleration,n=t===void 0||t,r=v.adaptive,l=r===void 0||r,s=v.roundOffsets,a=s===void 0||s,i={placement:S2(o.placement),variation:de(o.placement),popper:o.elements.popper,popperRect:o.rects.popper,gpuAcceleration:n,isFixed:o.options.strategy==="fixed"};o.modifiersData.popperOffsets!=null&&(o.styles.popper=Object.assign({},o.styles.popper,Gn(Object.assign({},i,{offsets:o.modifiersData.popperOffsets,position:o.options.strategy,adaptive:l,roundOffsets:a})))),o.modifiersData.arrow!=null&&(o.styles.arrow=Object.assign({},o.styles.arrow,Gn(Object.assign({},i,{offsets:o.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:a})))),o.attributes.popper=Object.assign({},o.attributes.popper,{"data-popper-placement":o.placement})},data:{}},js,{name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(e){var o=e.state,v=e.options,t=e.name,n=v.offset,r=n===void 0?[0,0]:n,l=$n.reduce((function(c,u){return c[u]=(function(g,p,m){var f=S2(g),d=[d2,m2].indexOf(f)>=0?-1:1,w=typeof m=="function"?m(Object.assign({},p,{placement:g})):m,z=w[0],y=w[1];return z=z||0,y=(y||0)*d,[d2,H2].indexOf(f)>=0?{x:y,y:z}:{x:z,y}})(u,o.rects,r),c}),{}),s=l[o.placement],a=s.x,i=s.y;o.modifiersData.popperOffsets!=null&&(o.modifiersData.popperOffsets.x+=a,o.modifiersData.popperOffsets.y+=i),o.modifiersData[t]=l}},Ds,{name:"preventOverflow",enabled:!0,phase:"main",fn:function(e){var o=e.state,v=e.options,t=e.name,n=v.mainAxis,r=n===void 0||n,l=v.altAxis,s=l!==void 0&&l,a=v.boundary,i=v.rootBoundary,c=v.altBoundary,u=v.padding,g=v.tether,p=g===void 0||g,m=v.tetherOffset,f=m===void 0?0:m,d=Fe(o,{boundary:a,rootBoundary:i,padding:u,altBoundary:c}),w=S2(o.placement),z=de(o.placement),y=!z,V=Uv(w),x=V==="x"?"y":"x",H=o.modifiersData.popperOffsets,B=o.rects.reference,A=o.rects.popper,k=typeof f=="function"?f(Object.assign({},o.rects,{placement:o.placement})):f,b=typeof k=="number"?{mainAxis:k,altAxis:k}:Object.assign({mainAxis:0,altAxis:0},k),Z=o.modifiersData.offset?o.modifiersData.offset[o.placement]:null,O={x:0,y:0};if(H){if(r){var M,I=V==="y"?m2:d2,T=V==="y"?V2:H2,j=V==="y"?"height":"width",P=H[V],$=P+d[I],F=P-d[T],R=p?-A[j]/2:0,N=z===ce?B[j]:A[j],G=z===ce?-A[j]:-B[j],W=o.elements.arrow,v2=p&&W?Xv(W):{width:0,height:0},b2=o.modifiersData["arrow#persistent"]?o.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},ee=b2[I],Je=b2[T],ze=Ge(0,B[j],v2[j]),Wo=y?B[j]/2-R-ze-ee-b.mainAxis:N-ze-ee-b.mainAxis,Fo=y?-B[j]/2+R+ze+Je+b.mainAxis:G+ze+Je+b.mainAxis,_=o.elements.arrow&&Re(o.elements.arrow),E=_?V==="y"?_.clientTop||0:_.clientLeft||0:0,D=(M=Z==null?void 0:Z[V])!=null?M:0,u2=P+Fo-D,oe=Ge(p?yo($,P+Wo-D-E):$,P,p?Y2(F,u2):F);H[V]=oe,O[V]=oe-P}if(s){var Ye,Xo=V==="x"?m2:d2,ve=V==="x"?V2:H2,M2=H[x],Uo=x==="y"?"height":"width",dl=M2+d[Xo],pl=M2-d[ve],pt=[m2,d2].indexOf(w)!==-1,fl=(Ye=Z==null?void 0:Z[x])!=null?Ye:0,gl=pt?dl:M2-B[Uo]-A[Uo]-fl+b.altAxis,wl=pt?M2+B[Uo]+A[Uo]-fl-b.altAxis:pl,zl=p&&pt?(function(Mu,_u,ft){var Vl=Ge(Mu,_u,ft);return Vl>ft?ft:Vl})(gl,M2,wl):Ge(p?gl:dl,M2,p?wl:pl);H[x]=zl,O[x]=zl-M2}o.modifiersData[t]=O}},requiresIfExists:["offset"]},Es,{name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(e){var o=e.state,v=e.name,t=o.rects.reference,n=o.rects.popper,r=o.modifiersData.preventOverflow,l=Fe(o,{elementContext:"reference"}),s=Fe(o,{altBoundary:!0}),a=Kn(l,t),i=Kn(s,n,r),c=Jn(a),u=Jn(i);o.modifiersData[v]={referenceClippingOffsets:a,popperEscapeOffsets:i,isReferenceHidden:c,hasPopperEscaped:u},o.attributes.popper=Object.assign({},o.attributes.popper,{"data-popper-reference-hidden":c,"data-popper-escaped":u})}}]});const Xs=["aria-describedby"],Us=["id"],Mo=o2(h.defineComponent({name:"PxTooltip",__name:"Tooltip",props:{content:{},trigger:{default:"hover"},placement:{default:"bottom"},manual:{type:Boolean},disabled:{type:Boolean},popperOptions:{},transition:{default:"fade"},showTimeout:{default:0},hideTimeout:{default:200},virtualRef:{},virtualTriggering:{type:Boolean}},emits:["visible-change","click-outside"],setup(e,{expose:o,emit:v}){const t=e,n=v,r=h.ref(!1),l=z2("px-tooltip"),s=h.ref({}),a=h.ref({}),i=h.ref({}),c=h.ref(),u=h.ref(),g=h.ref(),p=h.computed((()=>t.virtualTriggering?t.virtualRef:g.value)),m=h.computed((()=>({placement:t.placement,modifiers:[{name:"offset",options:{offset:[0,9]}}],...t.popperOptions}))),f=h.computed((()=>t.trigger==="hover"?t.showTimeout:0)),d=h.computed((()=>t.trigger==="hover"?t.hideTimeout:0));let w,z,y;function V(){z==null||z.cancel(),w==null||w()}function x(){w==null||w.cancel(),z==null||z()}function H(){r.value?x():V()}function B(M){t.disabled||(r.value=M,n("visible-change",M))}function A(){if(!t.disabled&&!t.manual)return t.trigger==="hover"?(s.value.mouseenter=V,a.value.mouseleave=x,void(i.value.mouseenter=V)):void(t.trigger!=="click"?t.trigger!=="contextmenu"||(s.value.contextmenu=M=>{M.preventDefault(),V()}):s.value.click=H)}function k(){y==null||y.destroy(),y=null}function b(){s.value={},a.value={},i.value={},A()}const Z=V,O=()=>{w==null||w.cancel(),B(!1)};return h.watch(r,(M=>{M&&p.value&&u.value&&(y=Fs(p.value,u.value,m.value))}),{flush:"post"}),h.watch((()=>t.manual),(M=>{M?b():A()})),h.watch((()=>t.trigger),(()=>{w==null||w.cancel(),r.value=!1,n("visible-change",!1),b()})),h.watchEffect((()=>{t.manual||A(),w==null||w.cancel(),z==null||z.cancel(),w=Ne(ie(B,null,!0),f.value),z=Ne(ie(B,null,!1),d.value)})),Pv(c,(()=>{n("click-outside"),t.trigger==="hover"||t.manual||r.value&&x()})),(function(M,I,T){let j,P;const $=new Map,F=()=>{const N=I.value;N&&fo(N)&&h2(T.value,((G,W)=>{$.set(W,G),N.addEventListener(W,G)}))},R=N=>{const G=N??I.value;G&&fo(G)&&h2(["mouseenter","click","contextmenu"],(W=>$.has(W)&&G.removeEventListener(W,$.get(W))))};h.onMounted((()=>{P=h.watch((()=>M.virtualRef),((N,G)=>{M.virtualTriggering&&(fo(G)&&R(G),fo(N)&&F())}),{immediate:!0}),j=h.watch(T,(()=>{M.virtualTriggering&&(R(),F(),w==null||w.cancel(),B(!1))}),{deep:!0})})),h.onUnmounted((()=>{j==null||j(),P==null||P()}))})(t,p,s),h.onUnmounted((()=>{k(),w==null||w.cancel(),z==null||z.cancel()})),o({show:Z,hide:O,toggle:()=>{r.value?O():Z()}}),(M,I)=>(h.openBlock(),h.createElementBlock("div",h.mergeProps({class:"px-tooltip",ref_key:"containerNode",ref:c},h.toHandlers(a.value,!0)),[M.virtualTriggering?h.renderSlot(M.$slots,"default",{key:1},void 0,!0):(h.openBlock(),h.createElementBlock("div",h.mergeProps({key:0,class:"px-tooltip__trigger",ref_key:"_triggerNode",ref:g},h.toHandlers(s.value,!0),{"aria-describedby":r.value?h.unref(l):void 0}),[h.renderSlot(M.$slots,"default",{},void 0,!0)],16,Xs)),h.createVNode(h.Transition,{name:M.transition,onAfterLeave:k},{default:h.withCtx((()=>[r.value?(h.openBlock(),h.createElementBlock("div",h.mergeProps({key:0,class:"px-tooltip__popper",ref_key:"popperNode",ref:u},h.toHandlers(i.value,!0),{id:h.unref(l),role:"tooltip"}),[h.renderSlot(M.$slots,"content",{},(()=>[h.createTextVNode(h.toDisplayString(M.content),1)]),!0),I[0]||(I[0]=h.createElementVNode("div",{id:"arrow","data-popper-arrow":""},null,-1))],16,Us)):h.createCommentVNode("",!0)])),_:3},8,["name"])],16))}}),[["__scopeId","data-v-4e2bfb45"]]),qn=Symbol("dropdownContext"),Ks={key:0,role:"separator",class:"divided-placeholder"},Js=["id"],er=h.defineComponent({name:"PxDropdownItem",__name:"DropdownItem",props:{command:{default:z2().value},label:{},disabled:{type:Boolean,default:!1},divided:{type:Boolean,default:!1}},setup(e){const o=e,v=h.inject(qn),t=h.computed((()=>v==null?void 0:v.size.value));function n(){o.disabled||(v==null||v.handleItemClick(o))}return(r,l)=>(h.openBlock(),h.createElementBlock(h.Fragment,null,[r.divided?(h.openBlock(),h.createElementBlock("li",Ks)):h.createCommentVNode("",!0),h.createElementVNode("li",{role:"menuitem",id:`dropdown-item-${r.command??h.unref(z2)().value}`,class:h.normalizeClass({"px-dropdown__item":!0,["px-dropdown__item--"+t.value]:t.value,"is-disabled":r.disabled,"is-divided":r.divided}),onClick:n},[h.renderSlot(r.$slots,"default",{},(()=>[h.createTextVNode(h.toDisplayString(r.label),1)]))],10,Js)],64))}}),Ys=["aria-expanded"],Qs={class:"px-dropdown__menu",role:"menu"},qs=h.defineComponent({name:"PxDropdown",inheritAttrs:!1,__name:"Dropdown",props:{type:{},size:{},items:{default:()=>[]},hideOnClick:{type:Boolean,default:!0},splitButton:{type:Boolean},content:{},trigger:{},placement:{},manual:{type:Boolean},disabled:{type:Boolean},popperOptions:{},transition:{},showTimeout:{},hideTimeout:{},virtualRef:{},virtualTriggering:{type:Boolean}},emits:["visible-change","command","click"],setup(e,{expose:o,emit:v}){const t=e,n=v;h.useSlots();const r=h.ref(),l=h.ref(),s=h.ref(!1),a=h.computed((()=>Rh(t,["items","hideOnClick","size","type","splitButton"])));function i(){var c;(c=r.value)==null||c.toggle()}return Pv(l,(()=>{var c;t.splitButton&&((c=r.value)==null||c.hide())})),(function(){var c,u;const g=new Map,p=h.getCurrentInstance(),m=(u=(c=h.useSlots())==null?void 0:c.default)==null?void 0:u.call(c);h.watchEffect((()=>{p!=null&&p.props.disabled?Lv(m??[],(f=>{f!=null&&f.props&&(g.set(f,_h(f.props)),f.props=Qt(f==null?void 0:f.props,{style:{cursor:"not-allowed",color:"var(--px-text-color-placeholder)"}}))})):Lv(m??[],(f=>{g.has(f)&&(f.props=g.get(f))}))}))})(),h.provide(qn,{handleItemClick:function(c){var u;t.hideOnClick&&((u=r.value)==null||u.hide()),!L2(c.command)&&n("command",c.command)},size:h.computed((()=>t.size))}),o({open:()=>{var c;return(c=r.value)==null?void 0:c.show()},close:()=>{var c;return(c=r.value)==null?void 0:c.hide()}}),(c,u)=>(h.openBlock(),h.createElementBlock("div",{ref_key:"dropdownRef",ref:l,class:h.normalizeClass(["px-dropdown",{"is-disabled":t.disabled}]),"aria-haspopup":"true","aria-expanded":s.value},[h.createVNode(Mo,h.mergeProps({ref_key:"tooltipRef",ref:r},a.value,{manual:c.splitButton,onVisibleChange:u[1]||(u[1]=g=>{s.value=g,c.$emit("visible-change",g)})}),{content:h.withCtx((()=>[h.createElementVNode("div",Qs,[h.renderSlot(c.$slots,"dropdown",{},(()=>[(h.openBlock(!0),h.createElementBlock(h.Fragment,null,h.renderList(c.items,(g=>(h.openBlock(),h.createBlock(er,h.mergeProps({key:g.command,ref_for:!0},g),null,16)))),128))]))])])),default:h.withCtx((()=>[c.splitButton?(h.openBlock(),h.createBlock(h.unref(jv),{key:0,type:c.type,size:c.size,disabled:c.disabled},{default:h.withCtx((()=>[h.createVNode(h.unref(zo),{onClick:u[0]||(u[0]=g=>c.$emit("click",g))},{default:h.withCtx((()=>[h.renderSlot(c.$slots,"default")])),_:3}),h.createVNode(h.unref(zo),{icon:"chevron-down",onClick:i})])),_:3},8,["type","size","disabled"])):h.renderSlot(c.$slots,"default",{key:1})])),_:3},16,["manual"])],10,Ys))}}),or=Y(qs),vr=Y(er),qv=Symbol("formContext"),tr=Symbol("formItemContext"),ea=h.defineComponent({name:"PxForm",__name:"Form",props:{model:{},rules:{},disabled:{type:Boolean},inline:{type:Boolean},statusIcon:{type:Boolean},labelWidth:{},labelPosition:{default:"right"},labelSuffix:{},showMessage:{type:Boolean,default:!0},hideRequiredAsterisk:{type:Boolean,default:!1},requiredAsteriskPosition:{default:"left"}},emits:["validate"],setup(e,{expose:o,emit:v}){const t=e,n=v,r=[],l=async(i,c)=>{try{const u=await(async function(g=[]){let p={};for(const m of g)try{await m.validate("")}catch(f){p={...p,...f}}return!D2(Object.keys(p))||Promise.reject(p)})(s(r,i??[]));return u===!0&&(c==null||c(u)),u}catch(u){if(u instanceof Error)throw u;const g=u;return c==null||c(!1,g),Promise.reject(g)}};function s(i,c){return D2(c)?E2(i,(u=>se(c,u.prop))):i}const a=h.reactive({...h.toRefs(t),emits:n,addField:i=>{i.prop&&r.push(i)},removeField:i=>{i.prop&&r.splice(r.indexOf(i),1)}});return h.provide(qv,a),o({validate:async i=>l([],i),validateField:l,resetFields:i=>{h2(s(r,i??[]),(c=>c.resetField()))},clearValidate:i=>{h2(s(r,i??[]),(c=>c.clearValidate()))}}),(i,c)=>(h.openBlock(),h.createElementBlock("form",{class:h.normalizeClass(["px-form",{"is-inline":i.inline}])},[h.renderSlot(i.$slots,"default")],2))}});function C(e,o,v){function t(s,a){if(s._zod||Object.defineProperty(s,"_zod",{value:{def:a,constr:l,traits:new Set},enumerable:!1}),s._zod.traits.has(e))return;s._zod.traits.add(e),o(s,a);const i=l.prototype,c=Object.keys(i);for(let u=0;u<c.length;u++){const g=c[u];g in s||(s[g]=i[g].bind(s))}}const n=(v==null?void 0:v.Parent)??Object;class r extends n{}function l(s){var a;const i=v!=null&&v.Parent?new r:this;t(i,s),(a=i._zod).deferred??(a.deferred=[]);for(const c of i._zod.deferred)c();return i}return Object.defineProperty(r,"name",{value:e}),Object.defineProperty(l,"init",{value:t}),Object.defineProperty(l,Symbol.hasInstance,{value:s=>{var a,i;return!!(v!=null&&v.Parent&&s instanceof v.Parent)||((i=(a=s==null?void 0:s._zod)==null?void 0:a.traits)==null?void 0:i.has(e))}}),Object.defineProperty(l,"name",{value:e}),l}class pe extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}}class hr extends Error{constructor(o){super(`Encountered unidirectional transform during encode: ${o}`),this.name="ZodEncodeError"}}const oa={};function Q2(e){return oa}function et(e,o){return typeof o=="bigint"?o.toString():o}function ot(e){return e==null}function vt(e){const o=e.startsWith("^")?1:0,v=e.endsWith("$")?e.length-1:e.length;return e.slice(o,v)}const nr=Symbol("evaluating");function X(e,o,v){let t;Object.defineProperty(e,o,{get(){if(t!==nr)return t===void 0&&(t=nr,t=v()),t},set(n){Object.defineProperty(e,o,{value:n})},configurable:!0})}const rr="captureStackTrace"in Error?Error.captureStackTrace:(...e)=>{};function lr(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function tt(e){if(lr(e)===!1)return!1;const o=e.constructor;if(o===void 0||typeof o!="function")return!0;const v=o.prototype;return lr(v)!==!1&&Object.prototype.hasOwnProperty.call(v,"isPrototypeOf")!==!1}function ir(e){return tt(e)?{...e}:Array.isArray(e)?[...e]:e}function ht(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function L(e){const o=e;if(!o)return{};if(typeof o=="string")return{error:()=>o};if((o==null?void 0:o.message)!==void 0){if((o==null?void 0:o.error)!==void 0)throw new Error("Cannot specify both `message` and `error` params");o.error=o.message}return delete o.message,typeof o.error=="string"?{...o,error:()=>o.error}:o}function fe(e,o=0){var v;if(e.aborted===!0)return!0;for(let t=o;t<e.issues.length;t++)if(((v=e.issues[t])==null?void 0:v.continue)!==!0)return!0;return!1}function _o(e){return typeof e=="string"?e:e==null?void 0:e.message}function q2(e,o,v){var n,r,l,s,a,i;const t={...e,path:e.path??[]};if(!e.message){const c=_o((l=(r=(n=e.inst)==null?void 0:n._zod.def)==null?void 0:r.error)==null?void 0:l.call(r,e))??_o((s=o==null?void 0:o.error)==null?void 0:s.call(o,e))??_o((a=v.customError)==null?void 0:a.call(v,e))??_o((i=v.localeError)==null?void 0:i.call(v,e))??"Invalid input";t.message=c}return delete t.inst,delete t.continue,o!=null&&o.reportInput||delete t.input,t}function nt(e){return Array.isArray(e)?"array":typeof e=="string"?"string":"unknown"}function Xe(...e){const[o,v,t]=e;return typeof o=="string"?{message:o,code:"custom",input:v,inst:t}:{...o}}const sr=(e,o)=>{e.name="$ZodError",Object.defineProperty(e,"_zod",{value:e._zod,enumerable:!1}),Object.defineProperty(e,"issues",{value:o,enumerable:!1}),e.message=JSON.stringify(o,et,2),Object.defineProperty(e,"toString",{value:()=>e.message,enumerable:!1})},ar=C("$ZodError",sr),cr=C("$ZodError",sr,{Parent:Error}),rt=e=>(o,v,t,n)=>{const r=t?Object.assign(t,{async:!1}):{async:!1},l=o._zod.run({value:v,issues:[]},r);if(l instanceof Promise)throw new pe;if(l.issues.length){const s=new((n==null?void 0:n.Err)??e)(l.issues.map((a=>q2(a,r,Q2()))));throw rr(s,n==null?void 0:n.callee),s}return l.value},lt=e=>async(o,v,t,n)=>{const r=t?Object.assign(t,{async:!0}):{async:!0};let l=o._zod.run({value:v,issues:[]},r);if(l instanceof Promise&&(l=await l),l.issues.length){const s=new((n==null?void 0:n.Err)??e)(l.issues.map((a=>q2(a,r,Q2()))));throw rr(s,n==null?void 0:n.callee),s}return l.value},ko=e=>(o,v,t)=>{const n=t?{...t,async:!1}:{async:!1},r=o._zod.run({value:v,issues:[]},n);if(r instanceof Promise)throw new pe;return r.issues.length?{success:!1,error:new(e??ar)(r.issues.map((l=>q2(l,n,Q2()))))}:{success:!0,data:r.value}},va=ko(cr),Zo=e=>async(o,v,t)=>{const n=t?Object.assign(t,{async:!0}):{async:!0};let r=o._zod.run({value:v,issues:[]},n);return r instanceof Promise&&(r=await r),r.issues.length?{success:!1,error:new e(r.issues.map((l=>q2(l,n,Q2()))))}:{success:!0,data:r.value}},ta=Zo(cr),ha=e=>(o,v,t)=>{const n=t?Object.assign(t,{direction:"backward"}):{direction:"backward"};return rt(e)(o,v,n)},na=e=>(o,v,t)=>rt(e)(o,v,t),ra=e=>async(o,v,t)=>{const n=t?Object.assign(t,{direction:"backward"}):{direction:"backward"};return lt(e)(o,v,n)},la=e=>async(o,v,t)=>lt(e)(o,v,t),ia=e=>(o,v,t)=>{const n=t?Object.assign(t,{direction:"backward"}):{direction:"backward"};return ko(e)(o,v,n)},sa=e=>(o,v,t)=>ko(e)(o,v,t),aa=e=>async(o,v,t)=>{const n=t?Object.assign(t,{direction:"backward"}):{direction:"backward"};return Zo(e)(o,v,n)},ca=e=>async(o,v,t)=>Zo(e)(o,v,t),ua=/^[cC][^\s-]{8,}$/,ma=/^[0-9a-z]+$/,da=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,pa=/^[0-9a-vA-V]{20}$/,fa=/^[A-Za-z0-9]{27}$/,ga=/^[a-zA-Z0-9_-]{21}$/,wa=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/,za=/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/,ur=e=>e?new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${e}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`):/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/,Va=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/,Ha=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,xa=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$/,ya=/^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/([0-9]|[1-2][0-9]|3[0-2])$/,ba=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,Ca=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,mr=/^[A-Za-z0-9_-]*$/,Ba=/^\+[1-9]\d{6,14}$/,dr="(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))",Ma=new RegExp(`^${dr}$`);function pr(e){const o="(?:[01]\\d|2[0-3]):[0-5]\\d";return typeof e.precision=="number"?e.precision===-1?`${o}`:e.precision===0?`${o}:[0-5]\\d`:`${o}:[0-5]\\d\\.\\d{${e.precision}}`:`${o}(?::[0-5]\\d(?:\\.\\d+)?)?`}const _a=/^[^A-Z]*$/,ka=/^[^a-z]*$/,A2=C("$ZodCheck",((e,o)=>{var v;e._zod??(e._zod={}),e._zod.def=o,(v=e._zod).onattach??(v.onattach=[])})),Za=C("$ZodCheckMaxLength",((e,o)=>{var v;A2.init(e,o),(v=e._zod.def).when??(v.when=t=>{const n=t.value;return!ot(n)&&n.length!==void 0}),e._zod.onattach.push((t=>{const n=t._zod.bag.maximum??Number.POSITIVE_INFINITY;o.maximum<n&&(t._zod.bag.maximum=o.maximum)})),e._zod.check=t=>{const n=t.value;if(n.length<=o.maximum)return;const r=nt(n);t.issues.push({origin:r,code:"too_big",maximum:o.maximum,inclusive:!0,input:n,inst:e,continue:!o.abort})}})),Ia=C("$ZodCheckMinLength",((e,o)=>{var v;A2.init(e,o),(v=e._zod.def).when??(v.when=t=>{const n=t.value;return!ot(n)&&n.length!==void 0}),e._zod.onattach.push((t=>{const n=t._zod.bag.minimum??Number.NEGATIVE_INFINITY;o.minimum>n&&(t._zod.bag.minimum=o.minimum)})),e._zod.check=t=>{const n=t.value;if(n.length>=o.minimum)return;const r=nt(n);t.issues.push({origin:r,code:"too_small",minimum:o.minimum,inclusive:!0,input:n,inst:e,continue:!o.abort})}})),Sa=C("$ZodCheckLengthEquals",((e,o)=>{var v;A2.init(e,o),(v=e._zod.def).when??(v.when=t=>{const n=t.value;return!ot(n)&&n.length!==void 0}),e._zod.onattach.push((t=>{const n=t._zod.bag;n.minimum=o.length,n.maximum=o.length,n.length=o.length})),e._zod.check=t=>{const n=t.value,r=n.length;if(r===o.length)return;const l=nt(n),s=r>o.length;t.issues.push({origin:l,...s?{code:"too_big",maximum:o.length}:{code:"too_small",minimum:o.length},inclusive:!0,exact:!0,input:t.value,inst:e,continue:!o.abort})}})),Io=C("$ZodCheckStringFormat",((e,o)=>{var v,t;A2.init(e,o),e._zod.onattach.push((n=>{const r=n._zod.bag;r.format=o.format,o.pattern&&(r.patterns??(r.patterns=new Set),r.patterns.add(o.pattern))})),o.pattern?(v=e._zod).check??(v.check=n=>{o.pattern.lastIndex=0,o.pattern.test(n.value)||n.issues.push({origin:"string",code:"invalid_format",format:o.format,input:n.value,...o.pattern?{pattern:o.pattern.toString()}:{},inst:e,continue:!o.abort})}):(t=e._zod).check??(t.check=()=>{})})),Aa=C("$ZodCheckRegex",((e,o)=>{Io.init(e,o),e._zod.check=v=>{o.pattern.lastIndex=0,o.pattern.test(v.value)||v.issues.push({origin:"string",code:"invalid_format",format:"regex",input:v.value,pattern:o.pattern.toString(),inst:e,continue:!o.abort})}})),Oa=C("$ZodCheckLowerCase",((e,o)=>{o.pattern??(o.pattern=_a),Io.init(e,o)})),ja=C("$ZodCheckUpperCase",((e,o)=>{o.pattern??(o.pattern=ka),Io.init(e,o)})),Na=C("$ZodCheckIncludes",((e,o)=>{A2.init(e,o);const v=ht(o.includes),t=new RegExp(typeof o.position=="number"?`^.{${o.position}}${v}`:v);o.pattern=t,e._zod.onattach.push((n=>{const r=n._zod.bag;r.patterns??(r.patterns=new Set),r.patterns.add(t)})),e._zod.check=n=>{n.value.includes(o.includes,o.position)||n.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:o.includes,input:n.value,inst:e,continue:!o.abort})}})),Ea=C("$ZodCheckStartsWith",((e,o)=>{A2.init(e,o);const v=new RegExp(`^${ht(o.prefix)}.*`);o.pattern??(o.pattern=v),e._zod.onattach.push((t=>{const n=t._zod.bag;n.patterns??(n.patterns=new Set),n.patterns.add(v)})),e._zod.check=t=>{t.value.startsWith(o.prefix)||t.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:o.prefix,input:t.value,inst:e,continue:!o.abort})}})),$a=C("$ZodCheckEndsWith",((e,o)=>{A2.init(e,o);const v=new RegExp(`.*${ht(o.suffix)}$`);o.pattern??(o.pattern=v),e._zod.onattach.push((t=>{const n=t._zod.bag;n.patterns??(n.patterns=new Set),n.patterns.add(v)})),e._zod.check=t=>{t.value.endsWith(o.suffix)||t.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:o.suffix,input:t.value,inst:e,continue:!o.abort})}})),Ta=C("$ZodCheckOverwrite",((e,o)=>{A2.init(e,o),e._zod.check=v=>{v.value=o.tx(v.value)}})),Pa={major:4,minor:3,patch:6},i2=C("$ZodType",((e,o)=>{var n;var v;e??(e={}),e._zod.def=o,e._zod.bag=e._zod.bag||{},e._zod.version=Pa;const t=[...e._zod.def.checks??[]];e._zod.traits.has("$ZodCheck")&&t.unshift(e);for(const r of t)for(const l of r._zod.onattach)l(e);if(t.length===0)(v=e._zod).deferred??(v.deferred=[]),(n=e._zod.deferred)==null||n.push((()=>{e._zod.run=e._zod.parse}));else{const r=(s,a,i)=>{let c,u=fe(s);for(const g of a){if(g._zod.def.when){if(!g._zod.def.when(s))continue}else if(u)continue;const p=s.issues.length,m=g._zod.check(s);if(m instanceof Promise&&(i==null?void 0:i.async)===!1)throw new pe;if(c||m instanceof Promise)c=(c??Promise.resolve()).then((async()=>{await m,s.issues.length!==p&&(u||(u=fe(s,p)))}));else{if(s.issues.length===p)continue;u||(u=fe(s,p))}}return c?c.then((()=>s)):s},l=(s,a,i)=>{if(fe(s))return s.aborted=!0,s;const c=r(a,t,i);if(c instanceof Promise){if(i.async===!1)throw new pe;return c.then((u=>e._zod.parse(u,i)))}return e._zod.parse(c,i)};e._zod.run=(s,a)=>{if(a.skipChecks)return e._zod.parse(s,a);if(a.direction==="backward"){const c=e._zod.parse({value:s.value,issues:[]},{...a,skipChecks:!0});return c instanceof Promise?c.then((u=>l(u,s,a))):l(c,s,a)}const i=e._zod.parse(s,a);if(i instanceof Promise){if(a.async===!1)throw new pe;return i.then((c=>r(c,t,a)))}return r(i,t,a)}}X(e,"~standard",(()=>({validate:r=>{var l;try{const s=va(e,r);return s.success?{value:s.data}:{issues:(l=s.error)==null?void 0:l.issues}}catch{return ta(e,r).then((a=>{var i;return a.success?{value:a.data}:{issues:(i=a.error)==null?void 0:i.issues}}))}},vendor:"zod",version:1})))})),it=C("$ZodString",((e,o)=>{var t;var v;i2.init(e,o),e._zod.pattern=[...((t=e==null?void 0:e._zod.bag)==null?void 0:t.patterns)??[]].pop()??(v=e._zod.bag,new RegExp(`^${v?`[\\s\\S]{${(v==null?void 0:v.minimum)??0},${(v==null?void 0:v.maximum)??""}}`:"[\\s\\S]*"}$`)),e._zod.parse=(n,r)=>{if(o.coerce)try{n.value=String(n.value)}catch{}return typeof n.value=="string"||n.issues.push({expected:"string",code:"invalid_type",input:n.value,inst:e}),n}})),Q=C("$ZodStringFormat",((e,o)=>{Io.init(e,o),it.init(e,o)})),La=C("$ZodGUID",((e,o)=>{o.pattern??(o.pattern=za),Q.init(e,o)})),Da=C("$ZodUUID",((e,o)=>{if(o.version){const v={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[o.version];if(v===void 0)throw new Error(`Invalid UUID version: "${o.version}"`);o.pattern??(o.pattern=ur(v))}else o.pattern??(o.pattern=ur());Q.init(e,o)})),Ra=C("$ZodEmail",((e,o)=>{o.pattern??(o.pattern=Va),Q.init(e,o)})),Ga=C("$ZodURL",((e,o)=>{Q.init(e,o),e._zod.check=v=>{try{const t=v.value.trim(),n=new URL(t);return o.hostname&&(o.hostname.lastIndex=0,o.hostname.test(n.hostname)||v.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:o.hostname.source,input:v.value,inst:e,continue:!o.abort})),o.protocol&&(o.protocol.lastIndex=0,o.protocol.test(n.protocol.endsWith(":")?n.protocol.slice(0,-1):n.protocol)||v.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:o.protocol.source,input:v.value,inst:e,continue:!o.abort})),void(o.normalize?v.value=n.href:v.value=t)}catch{v.issues.push({code:"invalid_format",format:"url",input:v.value,inst:e,continue:!o.abort})}}})),Wa=C("$ZodEmoji",((e,o)=>{o.pattern??(o.pattern=new RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),Q.init(e,o)})),Fa=C("$ZodNanoID",((e,o)=>{o.pattern??(o.pattern=ga),Q.init(e,o)})),Xa=C("$ZodCUID",((e,o)=>{o.pattern??(o.pattern=ua),Q.init(e,o)})),Ua=C("$ZodCUID2",((e,o)=>{o.pattern??(o.pattern=ma),Q.init(e,o)})),Ka=C("$ZodULID",((e,o)=>{o.pattern??(o.pattern=da),Q.init(e,o)})),Ja=C("$ZodXID",((e,o)=>{o.pattern??(o.pattern=pa),Q.init(e,o)})),Ya=C("$ZodKSUID",((e,o)=>{o.pattern??(o.pattern=fa),Q.init(e,o)})),Qa=C("$ZodISODateTime",((e,o)=>{o.pattern??(o.pattern=(function(v){const t=pr({precision:v.precision}),n=["Z"];v.local&&n.push(""),v.offset&&n.push("([+-](?:[01]\\d|2[0-3]):[0-5]\\d)");const r=`${t}(?:${n.join("|")})`;return new RegExp(`^${dr}T(?:${r})$`)})(o)),Q.init(e,o)})),qa=C("$ZodISODate",((e,o)=>{o.pattern??(o.pattern=Ma),Q.init(e,o)})),ec=C("$ZodISOTime",((e,o)=>{o.pattern??(o.pattern=new RegExp(`^${pr(o)}$`)),Q.init(e,o)})),oc=C("$ZodISODuration",((e,o)=>{o.pattern??(o.pattern=wa),Q.init(e,o)})),vc=C("$ZodIPv4",((e,o)=>{o.pattern??(o.pattern=Ha),Q.init(e,o),e._zod.bag.format="ipv4"})),tc=C("$ZodIPv6",((e,o)=>{o.pattern??(o.pattern=xa),Q.init(e,o),e._zod.bag.format="ipv6",e._zod.check=v=>{try{new URL(`http://[${v.value}]`)}catch{v.issues.push({code:"invalid_format",format:"ipv6",input:v.value,inst:e,continue:!o.abort})}}})),hc=C("$ZodCIDRv4",((e,o)=>{o.pattern??(o.pattern=ya),Q.init(e,o)})),nc=C("$ZodCIDRv6",((e,o)=>{o.pattern??(o.pattern=ba),Q.init(e,o),e._zod.check=v=>{const t=v.value.split("/");try{if(t.length!==2)throw new Error;const[n,r]=t;if(!r)throw new Error;const l=Number(r);if(`${l}`!==r)throw new Error;if(l<0||l>128)throw new Error;new URL(`http://[${n}]`)}catch{v.issues.push({code:"invalid_format",format:"cidrv6",input:v.value,inst:e,continue:!o.abort})}}}));function fr(e){if(e==="")return!0;if(e.length%4!=0)return!1;try{return atob(e),!0}catch{return!1}}const rc=C("$ZodBase64",((e,o)=>{o.pattern??(o.pattern=Ca),Q.init(e,o),e._zod.bag.contentEncoding="base64",e._zod.check=v=>{fr(v.value)||v.issues.push({code:"invalid_format",format:"base64",input:v.value,inst:e,continue:!o.abort})}})),lc=C("$ZodBase64URL",((e,o)=>{o.pattern??(o.pattern=mr),Q.init(e,o),e._zod.bag.contentEncoding="base64url",e._zod.check=v=>{(function(t){if(!mr.test(t))return!1;const n=t.replace(/[-_]/g,(r=>r==="-"?"+":"/"));return fr(n.padEnd(4*Math.ceil(n.length/4),"="))})(v.value)||v.issues.push({code:"invalid_format",format:"base64url",input:v.value,inst:e,continue:!o.abort})}})),ic=C("$ZodE164",((e,o)=>{o.pattern??(o.pattern=Ba),Q.init(e,o)})),sc=C("$ZodJWT",((e,o)=>{Q.init(e,o),e._zod.check=v=>{(function(t,n=null){try{const r=t.split(".");if(r.length!==3)return!1;const[l]=r;if(!l)return!1;const s=JSON.parse(atob(l));return!("typ"in s&&(s==null?void 0:s.typ)!=="JWT"||!s.alg||n&&(!("alg"in s)||s.alg!==n))}catch{return!1}})(v.value,o.alg)||v.issues.push({code:"invalid_format",format:"jwt",input:v.value,inst:e,continue:!o.abort})}}));function gr(e,o,v){var t,n;e.issues.length&&o.issues.push(...(t=v,n=e.issues,n.map((r=>{var l;return(l=r).path??(l.path=[]),r.path.unshift(t),r})))),o.value[v]=e.value}const ac=C("$ZodArray",((e,o)=>{i2.init(e,o),e._zod.parse=(v,t)=>{const n=v.value;if(!Array.isArray(n))return v.issues.push({expected:"array",code:"invalid_type",input:n,inst:e}),v;v.value=Array(n.length);const r=[];for(let l=0;l<n.length;l++){const s=n[l],a=o.element._zod.run({value:s,issues:[]},t);a instanceof Promise?r.push(a.then((i=>gr(i,v,l)))):gr(a,v,l)}return r.length?Promise.all(r).then((()=>v)):v}}));function wr(e,o,v,t){for(const r of e)if(r.issues.length===0)return o.value=r.value,o;const n=e.filter((r=>!fe(r)));return n.length===1?(o.value=n[0].value,n[0]):(o.issues.push({code:"invalid_union",input:o.value,inst:v,errors:e.map((r=>r.issues.map((l=>q2(l,t,Q2())))))}),o)}const cc=C("$ZodUnion",((e,o)=>{i2.init(e,o),X(e._zod,"optin",(()=>o.options.some((n=>n._zod.optin==="optional"))?"optional":void 0)),X(e._zod,"optout",(()=>o.options.some((n=>n._zod.optout==="optional"))?"optional":void 0)),X(e._zod,"values",(()=>{if(o.options.every((n=>n._zod.values)))return new Set(o.options.flatMap((n=>Array.from(n._zod.values))))})),X(e._zod,"pattern",(()=>{if(o.options.every((n=>n._zod.pattern))){const n=o.options.map((r=>r._zod.pattern));return new RegExp(`^(${n.map((r=>vt(r.source))).join("|")})$`)}}));const v=o.options.length===1,t=o.options[0]._zod.run;e._zod.parse=(n,r)=>{if(v)return t(n,r);let l=!1;const s=[];for(const a of o.options){const i=a._zod.run({value:n.value,issues:[]},r);if(i instanceof Promise)s.push(i),l=!0;else{if(i.issues.length===0)return i;s.push(i)}}return l?Promise.all(s).then((a=>wr(a,n,e,r))):wr(s,n,e,r)}})),uc=C("$ZodIntersection",((e,o)=>{i2.init(e,o),e._zod.parse=(v,t)=>{const n=v.value,r=o.left._zod.run({value:n,issues:[]},t),l=o.right._zod.run({value:n,issues:[]},t);return r instanceof Promise||l instanceof Promise?Promise.all([r,l]).then((([s,a])=>zr(v,s,a))):zr(v,r,l)}}));function st(e,o){if(e===o)return{valid:!0,data:e};if(e instanceof Date&&o instanceof Date&&+e==+o)return{valid:!0,data:e};if(tt(e)&&tt(o)){const v=Object.keys(o),t=Object.keys(e).filter((r=>v.indexOf(r)!==-1)),n={...e,...o};for(const r of t){const l=st(e[r],o[r]);if(!l.valid)return{valid:!1,mergeErrorPath:[r,...l.mergeErrorPath]};n[r]=l.data}return{valid:!0,data:n}}if(Array.isArray(e)&&Array.isArray(o)){if(e.length!==o.length)return{valid:!1,mergeErrorPath:[]};const v=[];for(let t=0;t<e.length;t++){const n=st(e[t],o[t]);if(!n.valid)return{valid:!1,mergeErrorPath:[t,...n.mergeErrorPath]};v.push(n.data)}return{valid:!0,data:v}}return{valid:!1,mergeErrorPath:[]}}function zr(e,o,v){const t=new Map;let n;for(const s of o.issues)if(s.code==="unrecognized_keys"){n??(n=s);for(const a of s.keys)t.has(a)||t.set(a,{}),t.get(a).l=!0}else e.issues.push(s);for(const s of v.issues)if(s.code==="unrecognized_keys")for(const a of s.keys)t.has(a)||t.set(a,{}),t.get(a).r=!0;else e.issues.push(s);const r=[...t].filter((([,s])=>s.l&&s.r)).map((([s])=>s));if(r.length&&n&&e.issues.push({...n,keys:r}),fe(e))return e;const l=st(o.value,v.value);if(!l.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(l.mergeErrorPath)}`);return e.value=l.data,e}const mc=C("$ZodTransform",((e,o)=>{i2.init(e,o),e._zod.parse=(v,t)=>{if(t.direction==="backward")throw new hr(e.constructor.name);const n=o.transform(v.value,v);if(t.async)return(n instanceof Promise?n:Promise.resolve(n)).then((r=>(v.value=r,v)));if(n instanceof Promise)throw new pe;return v.value=n,v}}));function Vr(e,o){return e.issues.length&&o===void 0?{issues:[],value:void 0}:e}const Hr=C("$ZodOptional",((e,o)=>{i2.init(e,o),e._zod.optin="optional",e._zod.optout="optional",X(e._zod,"values",(()=>o.innerType._zod.values?new Set([...o.innerType._zod.values,void 0]):void 0)),X(e._zod,"pattern",(()=>{const v=o.innerType._zod.pattern;return v?new RegExp(`^(${vt(v.source)})?$`):void 0})),e._zod.parse=(v,t)=>{if(o.innerType._zod.optin==="optional"){const n=o.innerType._zod.run(v,t);return n instanceof Promise?n.then((r=>Vr(r,v.value))):Vr(n,v.value)}return v.value===void 0?v:o.innerType._zod.run(v,t)}})),dc=C("$ZodExactOptional",((e,o)=>{Hr.init(e,o),X(e._zod,"values",(()=>o.innerType._zod.values)),X(e._zod,"pattern",(()=>o.innerType._zod.pattern)),e._zod.parse=(v,t)=>o.innerType._zod.run(v,t)})),pc=C("$ZodNullable",((e,o)=>{i2.init(e,o),X(e._zod,"optin",(()=>o.innerType._zod.optin)),X(e._zod,"optout",(()=>o.innerType._zod.optout)),X(e._zod,"pattern",(()=>{const v=o.innerType._zod.pattern;return v?new RegExp(`^(${vt(v.source)}|null)$`):void 0})),X(e._zod,"values",(()=>o.innerType._zod.values?new Set([...o.innerType._zod.values,null]):void 0)),e._zod.parse=(v,t)=>v.value===null?v:o.innerType._zod.run(v,t)})),fc=C("$ZodDefault",((e,o)=>{i2.init(e,o),e._zod.optin="optional",X(e._zod,"values",(()=>o.innerType._zod.values)),e._zod.parse=(v,t)=>{if(t.direction==="backward")return o.innerType._zod.run(v,t);if(v.value===void 0)return v.value=o.defaultValue,v;const n=o.innerType._zod.run(v,t);return n instanceof Promise?n.then((r=>xr(r,o))):xr(n,o)}}));function xr(e,o){return e.value===void 0&&(e.value=o.defaultValue),e}const gc=C("$ZodPrefault",((e,o)=>{i2.init(e,o),e._zod.optin="optional",X(e._zod,"values",(()=>o.innerType._zod.values)),e._zod.parse=(v,t)=>(t.direction==="backward"||v.value===void 0&&(v.value=o.defaultValue),o.innerType._zod.run(v,t))})),wc=C("$ZodNonOptional",((e,o)=>{i2.init(e,o),X(e._zod,"values",(()=>{const v=o.innerType._zod.values;return v?new Set([...v].filter((t=>t!==void 0))):void 0})),e._zod.parse=(v,t)=>{const n=o.innerType._zod.run(v,t);return n instanceof Promise?n.then((r=>yr(r,e))):yr(n,e)}}));function yr(e,o){return e.issues.length||e.value!==void 0||e.issues.push({code:"invalid_type",expected:"nonoptional",input:e.value,inst:o}),e}const zc=C("$ZodCatch",((e,o)=>{i2.init(e,o),X(e._zod,"optin",(()=>o.innerType._zod.optin)),X(e._zod,"optout",(()=>o.innerType._zod.optout)),X(e._zod,"values",(()=>o.innerType._zod.values)),e._zod.parse=(v,t)=>{if(t.direction==="backward")return o.innerType._zod.run(v,t);const n=o.innerType._zod.run(v,t);return n instanceof Promise?n.then((r=>(v.value=r.value,r.issues.length&&(v.value=o.catchValue({...v,error:{issues:r.issues.map((l=>q2(l,t,Q2())))},input:v.value}),v.issues=[]),v))):(v.value=n.value,n.issues.length&&(v.value=o.catchValue({...v,error:{issues:n.issues.map((r=>q2(r,t,Q2())))},input:v.value}),v.issues=[]),v)}})),Vc=C("$ZodPipe",((e,o)=>{i2.init(e,o),X(e._zod,"values",(()=>o.in._zod.values)),X(e._zod,"optin",(()=>o.in._zod.optin)),X(e._zod,"optout",(()=>o.out._zod.optout)),X(e._zod,"propValues",(()=>o.in._zod.propValues)),e._zod.parse=(v,t)=>{if(t.direction==="backward"){const r=o.out._zod.run(v,t);return r instanceof Promise?r.then((l=>So(l,o.in,t))):So(r,o.in,t)}const n=o.in._zod.run(v,t);return n instanceof Promise?n.then((r=>So(r,o.out,t))):So(n,o.out,t)}}));function So(e,o,v){return e.issues.length?(e.aborted=!0,e):o._zod.run({value:e.value,issues:e.issues},v)}const Hc=C("$ZodReadonly",((e,o)=>{i2.init(e,o),X(e._zod,"propValues",(()=>o.innerType._zod.propValues)),X(e._zod,"values",(()=>o.innerType._zod.values)),X(e._zod,"optin",(()=>{var v,t;return(t=(v=o.innerType)==null?void 0:v._zod)==null?void 0:t.optin})),X(e._zod,"optout",(()=>{var v,t;return(t=(v=o.innerType)==null?void 0:v._zod)==null?void 0:t.optout})),e._zod.parse=(v,t)=>{if(t.direction==="backward")return o.innerType._zod.run(v,t);const n=o.innerType._zod.run(v,t);return n instanceof Promise?n.then(br):br(n)}}));function br(e){return e.value=Object.freeze(e.value),e}const xc=C("$ZodCustom",((e,o)=>{A2.init(e,o),i2.init(e,o),e._zod.parse=(v,t)=>v,e._zod.check=v=>{const t=v.value,n=o.fn(t);if(n instanceof Promise)return n.then((r=>Cr(r,v,t,e)));Cr(n,v,t,e)}}));function Cr(e,o,v,t){if(!e){const n={code:"custom",input:v,inst:t,path:[...t._zod.def.path??[]],continue:!t._zod.def.abort};t._zod.def.params&&(n.params=t._zod.def.params),o.issues.push(Xe(n))}}var Br;(Br=globalThis).__zod_globalRegistry??(Br.__zod_globalRegistry=new class{constructor(){this._map=new WeakMap,this._idmap=new Map}add(e,...o){const v=o[0];return this._map.set(e,v),v&&typeof v=="object"&&"id"in v&&this._idmap.set(v.id,e),this}clear(){return this._map=new WeakMap,this._idmap=new Map,this}remove(e){const o=this._map.get(e);return o&&typeof o=="object"&&"id"in o&&this._idmap.delete(o.id),this._map.delete(e),this}get(e){const o=e._zod.parent;if(o){const v={...this.get(o)??{}};delete v.id;const t={...v,...this._map.get(e)};return Object.keys(t).length?t:void 0}return this._map.get(e)}has(e){return this._map.has(e)}});const Ue=globalThis.__zod_globalRegistry;function Mr(e,o){return new e({type:"string",format:"guid",check:"string_format",abort:!1,...L(o)})}function _r(e,o){return new Za({check:"max_length",...L(o),maximum:e})}function Ao(e,o){return new Ia({check:"min_length",...L(o),minimum:e})}function kr(e,o){return new Sa({check:"length_equals",...L(o),length:e})}function ge(e){return new Ta({check:"overwrite",tx:e})}function Zr(e){let o=(e==null?void 0:e.target)??"draft-2020-12";return o==="draft-4"&&(o="draft-04"),o==="draft-7"&&(o="draft-07"),{processors:e.processors??{},metadataRegistry:(e==null?void 0:e.metadata)??Ue,target:o,unrepresentable:(e==null?void 0:e.unrepresentable)??"throw",override:(e==null?void 0:e.override)??(()=>{}),io:(e==null?void 0:e.io)??"output",counter:0,seen:new Map,cycles:(e==null?void 0:e.cycles)??"ref",reused:(e==null?void 0:e.reused)??"inline",external:(e==null?void 0:e.external)??void 0}}function s2(e,o,v={path:[],schemaPath:[]}){var i,c;var t;const n=e._zod.def,r=o.seen.get(e);if(r)return r.count++,v.schemaPath.includes(e)&&(r.cycle=v.path),r.schema;const l={schema:{},count:1,cycle:void 0,path:v.path};o.seen.set(e,l);const s=(c=(i=e._zod).toJSONSchema)==null?void 0:c.call(i);if(s)l.schema=s;else{const u={...v,schemaPath:[...v.schemaPath,e],path:v.path};if(e._zod.processJSONSchema)e._zod.processJSONSchema(o,l.schema,u);else{const p=l.schema,m=o.processors[n.type];if(!m)throw new Error(`[toJSONSchema]: Non-representable type encountered: ${n.type}`);m(e,o,p,u)}const g=e._zod.parent;g&&(l.ref||(l.ref=g),s2(g,o,u),o.seen.get(g).isParent=!0)}const a=o.metadataRegistry.get(e);return a&&Object.assign(l.schema,a),o.io==="input"&&a2(e)&&(delete l.schema.examples,delete l.schema.default),o.io==="input"&&l.schema._prefault&&((t=l.schema).default??(t.default=l.schema._prefault)),delete l.schema._prefault,o.seen.get(e).schema}function Ir(e,o){var r,l,s,a;const v=e.seen.get(o);if(!v)throw new Error("Unprocessed schema. This is a bug in Zod.");const t=new Map;for(const i of e.seen.entries()){const c=(r=e.metadataRegistry.get(i[0]))==null?void 0:r.id;if(c){const u=t.get(c);if(u&&u!==i[0])throw new Error(`Duplicate schema id "${c}" detected during JSON Schema conversion. Two different schemas cannot share the same id when converted together.`);t.set(c,i[0])}}const n=i=>{if(i[1].schema.$ref)return;const c=i[1],{ref:u,defId:g}=(m=>{var z;const f=e.target==="draft-2020-12"?"$defs":"definitions";if(e.external){const y=(z=e.external.registry.get(m[0]))==null?void 0:z.id,V=e.external.uri??(H=>H);if(y)return{ref:V(y)};const x=m[1].defId??m[1].schema.id??"schema"+e.counter++;return m[1].defId=x,{defId:x,ref:`${V("__shared")}#/${f}/${x}`}}if(m[1]===v)return{ref:"#"};const d=`#/${f}/`,w=m[1].schema.id??"__schema"+e.counter++;return{defId:w,ref:d+w}})(i);c.def={...c.schema},g&&(c.defId=g);const p=c.schema;for(const m in p)delete p[m];p.$ref=u};if(e.cycles==="throw")for(const i of e.seen.entries()){const c=i[1];if(c.cycle)throw new Error(`Cycle detected: #/${(l=c.cycle)==null?void 0:l.join("/")}/<root>
|
|
1
|
+
(function(S,n){typeof exports=="object"&&typeof module<"u"?n(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],n):n((S=typeof globalThis<"u"?globalThis:S||self).SakanaElement={},S.Vue)})(this,(function(S,n){"use strict";var a2=typeof document<"u"?document.currentScript:null,yt=typeof global=="object"&&global&&global.Object===Object&&global,ni=typeof self=="object"&&self&&self.Object===Object&&self,le=yt||ni||Function("return this")(),Ve=le.Symbol,bt=Object.prototype,ti=bt.hasOwnProperty,vi=bt.toString,C2=Ve?Ve.toStringTag:void 0,ri=Object.prototype.toString,Bt=Ve?Ve.toStringTag:void 0;function Ze(e){return e==null?e===void 0?"[object Undefined]":"[object Null]":Bt&&Bt in Object(e)?(function(o){var t=ti.call(o,C2),v=o[C2];try{o[C2]=void 0;var r=!0}catch{}var h=vi.call(o);return r&&(t?o[C2]=v:delete o[C2]),h})(e):(function(o){return ri.call(o)})(e)}function ie(e){return e!=null&&typeof e=="object"}function ro(e){return typeof e=="symbol"||ie(e)&&Ze(e)=="[object Symbol]"}function ho(e,o){for(var t=-1,v=e==null?0:e.length,r=Array(v);++t<v;)r[t]=o(e[t],t,e);return r}var ne=Array.isArray,Ct=Ve?Ve.prototype:void 0,Mt=Ct?Ct.toString:void 0;function nn(e){if(typeof e=="string")return e;if(ne(e))return ho(e,nn)+"";if(ro(e))return Mt?Mt.call(e):"";var o=e+"";return o=="0"&&1/e==-1/0?"-0":o}var hi=/\s/,li=/^\s+/;function ve(e){var o=typeof e;return e!=null&&(o=="object"||o=="function")}var ii=/^[-+]0x[0-9a-f]+$/i,ai=/^0b[01]+$/i,si=/^0o[0-7]+$/i,ci=parseInt;function lo(e){if(typeof e=="number")return e;if(ro(e))return NaN;if(ve(e)){var o=typeof e.valueOf=="function"?e.valueOf():e;e=ve(o)?o+"":o}if(typeof e!="string")return e===0?e:+e;e=(function(v){return v&&v.slice(0,(function(r){for(var h=r.length;h--&&hi.test(r.charAt(h)););return h})(v)+1).replace(li,"")})(e);var t=ai.test(e);return t||si.test(e)?ci(e.slice(2),t?2:8):ii.test(e)?NaN:+e}var ui=1/0;function M2(e){var o=(function(v){return v?(v=lo(v))===ui||v===-1/0?17976931348623157e292*(v<0?-1:1):v==v?v:0:v===0?v:0})(e),t=o%1;return o==o?t?o-t:o:0}function _2(e){return e}function ae(e){if(!ve(e))return!1;var o=Ze(e);return o=="[object Function]"||o=="[object GeneratorFunction]"||o=="[object AsyncFunction]"||o=="[object Proxy]"}var _t,tn=le["__core-js_shared__"],kt=(_t=/[^.]+$/.exec(tn&&tn.keys&&tn.keys.IE_PROTO||""))?"Symbol(src)_1."+_t:"",di=Function.prototype.toString;function Ye(e){if(e!=null){try{return di.call(e)}catch{}try{return e+""}catch{}}return""}var mi=/^\[object .+?Constructor\]$/,pi=Function.prototype,fi=Object.prototype,gi=pi.toString,wi=fi.hasOwnProperty,zi=RegExp("^"+gi.call(wi).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function Qe(e,o){var t=(function(v,r){return v==null?void 0:v[r]})(e,o);return(function(v){return!(!ve(v)||(r=v,kt&&kt in r))&&(ae(v)?zi:mi).test(Ye(v));var r})(t)?t:void 0}var k2=Qe(le,"WeakMap"),io=k2&&new k2,Zt=io?function(e,o){return io.set(e,o),e}:_2,It=Object.create,ao=(function(){function e(){}return function(o){if(!ve(o))return{};if(It)return It(o);e.prototype=o;var t=new e;return e.prototype=void 0,t}})();function Z2(e){return function(){var o=arguments;switch(o.length){case 0:return new e;case 1:return new e(o[0]);case 2:return new e(o[0],o[1]);case 3:return new e(o[0],o[1],o[2]);case 4:return new e(o[0],o[1],o[2],o[3]);case 5:return new e(o[0],o[1],o[2],o[3],o[4]);case 6:return new e(o[0],o[1],o[2],o[3],o[4],o[5]);case 7:return new e(o[0],o[1],o[2],o[3],o[4],o[5],o[6])}var t=ao(e.prototype),v=e.apply(t,o);return ve(v)?v:t}}function vn(e,o,t){switch(t.length){case 0:return e.call(o);case 1:return e.call(o,t[0]);case 2:return e.call(o,t[0],t[1]);case 3:return e.call(o,t[0],t[1],t[2])}return e.apply(o,t)}var Vi=Math.max;function St(e,o,t,v){for(var r=-1,h=e.length,l=t.length,i=-1,s=o.length,a=Vi(h-l,0),u=Array(s+a),c=!v;++i<s;)u[i]=o[i];for(;++r<l;)(c||r<h)&&(u[t[r]]=e[r]);for(;a--;)u[i++]=e[r++];return u}var Hi=Math.max;function Et(e,o,t,v){for(var r=-1,h=e.length,l=-1,i=t.length,s=-1,a=o.length,u=Hi(h-i,0),c=Array(u+a),m=!v;++r<u;)c[r]=e[r];for(var d=r;++s<a;)c[d+s]=o[s];for(;++l<i;)(m||r<h)&&(c[d+t[l]]=e[r++]);return c}function rn(){}function s2(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=4294967295,this.__views__=[]}function hn(){}s2.prototype=ao(rn.prototype),s2.prototype.constructor=s2;var At=io?function(e){return io.get(e)}:hn,Nt={},xi=Object.prototype.hasOwnProperty;function c2(e,o){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!o,this.__index__=0,this.__values__=void 0}function so(e,o){var t=-1,v=e.length;for(o||(o=Array(v));++t<v;)o[t]=e[t];return o}c2.prototype=ao(rn.prototype),c2.prototype.constructor=c2;var yi=Object.prototype.hasOwnProperty;function co(e){if(ie(e)&&!ne(e)&&!(e instanceof s2)){if(e instanceof c2)return e;if(yi.call(e,"__wrapped__"))return(function(o){if(o instanceof s2)return o.clone();var t=new c2(o.__wrapped__,o.__chain__);return t.__actions__=so(o.__actions__),t.__index__=o.__index__,t.__values__=o.__values__,t})(e)}return new c2(e)}co.prototype=rn.prototype,co.prototype.constructor=co;var bi=Date.now;function Ot(e){var o=0,t=0;return function(){var v=bi(),r=16-(v-t);if(t=v,r>0){if(++o>=800)return arguments[0]}else o=0;return e.apply(void 0,arguments)}}var $t=Ot(Zt),Bi=/\{\n\/\* \[wrapped with (.+)\] \*/,Ci=/,? & /,Mi=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,uo=(function(){try{var e=Qe(Object,"defineProperty");return e({},"",{}),e}catch{}})(),_i=uo?function(e,o){return uo(e,"toString",{configurable:!0,enumerable:!1,value:(t=o,function(){return t}),writable:!0});var t}:_2,ln=Ot(_i);function an(e,o){for(var t=-1,v=e==null?0:e.length;++t<v&&o(e[t],t,e)!==!1;);return e}function Pt(e,o,t,v){for(var r=e.length,h=t+-1;++h<r;)if(o(e[h],h,e))return h;return-1}function ki(e){return e!=e}function jt(e,o,t){return o==o?(function(v,r,h){for(var l=h-1,i=v.length;++l<i;)if(v[l]===r)return l;return-1})(e,o,t):Pt(e,ki,t)}var Zi=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]];function Tt(e,o,t){var v=o+"";return ln(e,(function(r,h){var l=h.length;if(!l)return r;var i=l-1;return h[i]=(l>1?"& ":"")+h[i],h=h.join(l>2?", ":" "),r.replace(Mi,`{
|
|
2
|
+
/* [wrapped with `+h+`] */
|
|
3
|
+
`)})(v,(function(r,h){return an(Zi,(function(l){var i="_."+l[0];h&l[1]&&!(function(s,a){return!(s==null||!s.length)&&jt(s,a,0)>-1})(r,i)&&r.push(i)})),r.sort()})((function(r){var h=r.match(Bi);return h?h[1].split(Ci):[]})(v),t)))}function Lt(e,o,t,v,r,h,l,i,s,a){var u=8&o;o|=u?32:64,4&(o&=~(u?64:32))||(o&=-4);var c=[e,o,r,u?h:void 0,u?l:void 0,u?void 0:h,u?void 0:l,i,s,a],m=t.apply(void 0,c);return(function(d){var p=(function(V){for(var z=V.name+"",b=Nt[z],g=xi.call(Nt,z)?b.length:0;g--;){var y=b[g],x=y.func;if(x==null||x==V)return y.name}return z})(d),w=co[p];if(typeof w!="function"||!(p in s2.prototype))return!1;if(d===w)return!0;var f=At(w);return!!f&&d===f[0]})(e)&&$t(m,c),m.placeholder=v,Tt(m,e,o)}function sn(e){return e.placeholder}var Ii=/^(?:0|[1-9]\d*)$/;function I2(e,o){var t=typeof e;return!!(o=o??9007199254740991)&&(t=="number"||t!="symbol"&&Ii.test(e))&&e>-1&&e%1==0&&e<o}var Si=Math.min,Dt="__lodash_placeholder__";function S2(e,o){for(var t=-1,v=e.length,r=0,h=[];++t<v;){var l=e[t];l!==o&&l!==Dt||(e[t]=Dt,h[r++]=t)}return h}function cn(e,o,t,v,r,h,l,i,s,a){var u=128&o,c=1&o,m=2&o,d=24&o,p=512&o,w=m?void 0:Z2(e);return function f(){for(var V=arguments.length,z=Array(V),b=V;b--;)z[b]=arguments[b];if(d)var g=sn(f),y=(function(C,B){for(var _=C.length,E=0;_--;)C[_]===B&&++E;return E})(z,g);if(v&&(z=St(z,v,r,d)),h&&(z=Et(z,h,l,d)),V-=y,d&&V<a){var x=S2(z,g);return Lt(e,o,cn,f.placeholder,t,z,x,i,s,a-V)}var M=c?t:this,H=m?M[e]:e;return V=z.length,i?z=(function(C,B){for(var _=C.length,E=Si(B.length,_),I=so(C);E--;){var k=B[E];C[E]=I2(k,_)?I[k]:void 0}return C})(z,i):p&&V>1&&z.reverse(),u&&s<V&&(z.length=s),this&&this!==le&&this instanceof f&&(H=w||Z2(H)),H.apply(M,z)}}var Rt="__lodash_placeholder__",Ei=Math.min,Ft=Math.max;function un(e,o,t){o=="__proto__"&&uo?uo(e,o,{configurable:!0,enumerable:!0,value:t,writable:!0}):e[o]=t}function qe(e,o){return e===o||e!=e&&o!=o}var Ai=Object.prototype.hasOwnProperty;function mo(e,o,t){var v=e[o];Ai.call(e,o)&&qe(v,t)&&(t!==void 0||o in e)||un(e,o,t)}function e2(e,o,t,v){var r=!t;t||(t={});for(var h=-1,l=o.length;++h<l;){var i=o[h],s=void 0;s===void 0&&(s=e[i]),r?un(t,i,s):mo(t,i,s)}return t}var Gt=Math.max;function Wt(e,o,t){return o=Gt(o===void 0?e.length-1:o,0),function(){for(var v=arguments,r=-1,h=Gt(v.length-o,0),l=Array(h);++r<h;)l[r]=v[o+r];r=-1;for(var i=Array(o+1);++r<o;)i[r]=v[r];return i[o]=t(l),vn(e,this,i)}}function po(e,o){return ln(Wt(e,o,_2),e+"")}function dn(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=9007199254740991}function Ie(e){return e!=null&&dn(e.length)&&!ae(e)}function Xt(e){return po((function(o,t){var v=-1,r=t.length,h=r>1?t[r-1]:void 0,l=r>2?t[2]:void 0;for(h=e.length>3&&typeof h=="function"?(r--,h):void 0,l&&(function(s,a,u){if(!ve(u))return!1;var c=typeof a;return!!(c=="number"?Ie(u)&&I2(a,u.length):c=="string"&&a in u)&&qe(u[a],s)})(t[0],t[1],l)&&(h=r<3?void 0:h,r=1),o=Object(o);++v<r;){var i=t[v];i&&e(o,i,v,h)}return o}))}var Ni=Object.prototype;function fo(e){var o=e&&e.constructor;return e===(typeof o=="function"&&o.prototype||Ni)}function Ut(e){return ie(e)&&Ze(e)=="[object Arguments]"}var Kt=Object.prototype,Oi=Kt.hasOwnProperty,$i=Kt.propertyIsEnumerable,E2=Ut((function(){return arguments})())?Ut:function(e){return ie(e)&&Oi.call(e,"callee")&&!$i.call(e,"callee")},Jt=typeof S=="object"&&S&&!S.nodeType&&S,Yt=Jt&&typeof module=="object"&&module&&!module.nodeType&&module,Qt=Yt&&Yt.exports===Jt?le.Buffer:void 0,A2=(Qt?Qt.isBuffer:void 0)||function(){return!1},Q={};function mn(e){return function(o){return e(o)}}Q["[object Float32Array]"]=Q["[object Float64Array]"]=Q["[object Int8Array]"]=Q["[object Int16Array]"]=Q["[object Int32Array]"]=Q["[object Uint8Array]"]=Q["[object Uint8ClampedArray]"]=Q["[object Uint16Array]"]=Q["[object Uint32Array]"]=!0,Q["[object Arguments]"]=Q["[object Array]"]=Q["[object ArrayBuffer]"]=Q["[object Boolean]"]=Q["[object DataView]"]=Q["[object Date]"]=Q["[object Error]"]=Q["[object Function]"]=Q["[object Map]"]=Q["[object Number]"]=Q["[object Object]"]=Q["[object RegExp]"]=Q["[object Set]"]=Q["[object String]"]=Q["[object WeakMap]"]=!1;var qt=typeof S=="object"&&S&&!S.nodeType&&S,N2=qt&&typeof module=="object"&&module&&!module.nodeType&&module,pn=N2&&N2.exports===qt&&yt.process,u2=(function(){try{return N2&&N2.require&&N2.require("util").types||pn&&pn.binding&&pn.binding("util")}catch{}})(),ev=u2&&u2.isTypedArray,fn=ev?mn(ev):function(e){return ie(e)&&dn(e.length)&&!!Q[Ze(e)]},Pi=Object.prototype.hasOwnProperty;function ov(e,o){var t=ne(e),v=!t&&E2(e),r=!t&&!v&&A2(e),h=!t&&!v&&!r&&fn(e),l=t||v||r||h,i=l?(function(u,c){for(var m=-1,d=Array(u);++m<u;)d[m]=c(m);return d})(e.length,String):[],s=i.length;for(var a in e)!o&&!Pi.call(e,a)||l&&(a=="length"||r&&(a=="offset"||a=="parent")||h&&(a=="buffer"||a=="byteLength"||a=="byteOffset")||I2(a,s))||i.push(a);return i}function nv(e,o){return function(t){return e(o(t))}}var ji=nv(Object.keys,Object),Ti=Object.prototype.hasOwnProperty;function tv(e){if(!fo(e))return ji(e);var o=[];for(var t in Object(e))Ti.call(e,t)&&t!="constructor"&&o.push(t);return o}function $e(e){return Ie(e)?ov(e):tv(e)}var Li=Object.prototype.hasOwnProperty,vv=Xt((function(e,o){if(fo(o)||Ie(o))e2(o,$e(o),e);else for(var t in o)Li.call(o,t)&&mo(e,t,o[t])})),Di=Object.prototype.hasOwnProperty;function O2(e){return Ie(e)?ov(e,!0):(function(o){if(!ve(o))return(function(h){var l=[];if(h!=null)for(var i in Object(h))l.push(i);return l})(o);var t=fo(o),v=[];for(var r in o)(r!="constructor"||!t&&Di.call(o,r))&&v.push(r);return v})(e)}var Ri=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Fi=/^\w*$/;function gn(e,o){if(ne(e))return!1;var t=typeof e;return!(t!="number"&&t!="symbol"&&t!="boolean"&&e!=null&&!ro(e))||Fi.test(e)||!Ri.test(e)||o!=null&&e in Object(o)}var $2=Qe(Object,"create"),Gi=Object.prototype.hasOwnProperty,Wi=Object.prototype.hasOwnProperty;function o2(e){var o=-1,t=e==null?0:e.length;for(this.clear();++o<t;){var v=e[o];this.set(v[0],v[1])}}function go(e,o){for(var t=e.length;t--;)if(qe(e[t][0],o))return t;return-1}o2.prototype.clear=function(){this.__data__=$2?$2(null):{},this.size=0},o2.prototype.delete=function(e){var o=this.has(e)&&delete this.__data__[e];return this.size-=o?1:0,o},o2.prototype.get=function(e){var o=this.__data__;if($2){var t=o[e];return t==="__lodash_hash_undefined__"?void 0:t}return Gi.call(o,e)?o[e]:void 0},o2.prototype.has=function(e){var o=this.__data__;return $2?o[e]!==void 0:Wi.call(o,e)},o2.prototype.set=function(e,o){var t=this.__data__;return this.size+=this.has(e)?0:1,t[e]=$2&&o===void 0?"__lodash_hash_undefined__":o,this};var Xi=Array.prototype.splice;function Pe(e){var o=-1,t=e==null?0:e.length;for(this.clear();++o<t;){var v=e[o];this.set(v[0],v[1])}}Pe.prototype.clear=function(){this.__data__=[],this.size=0},Pe.prototype.delete=function(e){var o=this.__data__,t=go(o,e);return!(t<0||(t==o.length-1?o.pop():Xi.call(o,t,1),--this.size,0))},Pe.prototype.get=function(e){var o=this.__data__,t=go(o,e);return t<0?void 0:o[t][1]},Pe.prototype.has=function(e){return go(this.__data__,e)>-1},Pe.prototype.set=function(e,o){var t=this.__data__,v=go(t,e);return v<0?(++this.size,t.push([e,o])):t[v][1]=o,this};var P2=Qe(le,"Map");function wo(e,o){var t,v,r=e.__data__;return((v=typeof(t=o))=="string"||v=="number"||v=="symbol"||v=="boolean"?t!=="__proto__":t===null)?r[typeof o=="string"?"string":"hash"]:r.map}function je(e){var o=-1,t=e==null?0:e.length;for(this.clear();++o<t;){var v=e[o];this.set(v[0],v[1])}}function wn(e,o){if(typeof e!="function"||o!=null&&typeof o!="function")throw new TypeError("Expected a function");var t=function(){var v=arguments,r=o?o.apply(this,v):v[0],h=t.cache;if(h.has(r))return h.get(r);var l=e.apply(this,v);return t.cache=h.set(r,l)||h,l};return t.cache=new(wn.Cache||je),t}je.prototype.clear=function(){this.size=0,this.__data__={hash:new o2,map:new(P2||Pe),string:new o2}},je.prototype.delete=function(e){var o=wo(this,e).delete(e);return this.size-=o?1:0,o},je.prototype.get=function(e){return wo(this,e).get(e)},je.prototype.has=function(e){return wo(this,e).has(e)},je.prototype.set=function(e,o){var t=wo(this,e),v=t.size;return t.set(e,o),this.size+=t.size==v?0:1,this},wn.Cache=je;var rv,zn,Vn,Ui=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Ki=/\\(\\)?/g,Ji=(rv=function(e){var o=[];return e.charCodeAt(0)===46&&o.push(""),e.replace(Ui,(function(t,v,r,h){o.push(r?h.replace(Ki,"$1"):v||t)})),o},zn=wn(rv,(function(e){return Vn.size===500&&Vn.clear(),e})),Vn=zn.cache,zn);function hv(e){return e==null?"":nn(e)}function j2(e,o){return ne(e)?e:gn(e,o)?[e]:Ji(hv(e))}function d2(e){if(typeof e=="string"||ro(e))return e;var o=e+"";return o=="0"&&1/e==-1/0?"-0":o}function Hn(e,o){for(var t=0,v=(o=j2(o,e)).length;e!=null&&t<v;)e=e[d2(o[t++])];return t&&t==v?e:void 0}function Ce(e,o,t){var v=e==null?void 0:Hn(e,o);return v===void 0?t:v}function xn(e,o){for(var t=-1,v=o.length,r=e.length;++t<v;)e[r+t]=o[t];return e}var lv=Ve?Ve.isConcatSpreadable:void 0;function Yi(e){return ne(e)||E2(e)||!!(lv&&e&&e[lv])}function Qi(e){return e!=null&&e.length?(function(o,t,v,r,h){var l=-1,i=o.length;for(v||(v=Yi),h||(h=[]);++l<i;){var s=o[l];v(s)?xn(h,s):h[h.length]=s}return h})(e):[]}var yn=nv(Object.getPrototypeOf,Object),qi=Function.prototype,ea=Object.prototype,iv=qi.toString,oa=ea.hasOwnProperty,na=iv.call(Object);function bn(e){if(!ie(e)||Ze(e)!="[object Object]")return!1;var o=yn(e);if(o===null)return!0;var t=oa.call(o,"constructor")&&o.constructor;return typeof t=="function"&&t instanceof t&&iv.call(t)==na}var m2=po((function(e,o,t){var v=1;if(t.length){var r=S2(t,sn(m2));v|=32}return(function(h,l,i,s,a,u,c,m){var d=2&l;if(!d&&typeof h!="function")throw new TypeError("Expected a function");var p=s?s.length:0;if(p||(l&=-97,s=a=void 0),c=c===void 0?c:Ft(M2(c),0),m=m===void 0?m:M2(m),p-=a?a.length:0,64&l){var w=s,f=a;s=a=void 0}var V=d?void 0:At(h),z=[h,l,i,s,a,w,f,void 0,c,m];if(V&&(function(g,y){var x=g[1],M=y[1],H=x|M,C=H<131,B=M==128&&x==8||M==128&&x==256&&g[7].length<=y[8]||M==384&&y[7].length<=y[8]&&x==8;if(!C&&!B)return g;1&M&&(g[2]=y[2],H|=1&x?0:4);var _=y[3];if(_){var E=g[3];g[3]=E?St(E,_,y[4]):_,g[4]=E?S2(g[3],Rt):y[4]}(_=y[5])&&(E=g[5],g[5]=E?Et(E,_,y[6]):_,g[6]=E?S2(g[5],Rt):y[6]),(_=y[7])&&(g[7]=_),128&M&&(g[8]=g[8]==null?y[8]:Ei(g[8],y[8])),g[9]==null&&(g[9]=y[9]),g[0]=y[0],g[1]=H})(z,V),h=z[0],l=z[1],i=z[2],s=z[3],a=z[4],!(m=z[9]=z[9]===void 0?d?0:h.length:Ft(z[9]-p,0))&&24&l&&(l&=-25),l&&l!=1)b=l==8||l==16?(function(g,y,x){var M=Z2(g);return function H(){for(var C=arguments.length,B=Array(C),_=C,E=sn(H);_--;)B[_]=arguments[_];var I=C<3&&B[0]!==E&&B[C-1]!==E?[]:S2(B,E);return(C-=I.length)<x?Lt(g,y,cn,H.placeholder,void 0,B,I,void 0,void 0,x-C):vn(this&&this!==le&&this instanceof H?M:g,this,B)}})(h,l,m):l!=32&&l!=33||a.length?cn.apply(void 0,z):(function(g,y,x,M){var H=1&y,C=Z2(g);return function B(){for(var _=-1,E=arguments.length,I=-1,k=M.length,O=Array(k+E),N=this&&this!==le&&this instanceof B?C:g;++I<k;)O[I]=M[I];for(;E--;)O[I++]=arguments[++_];return vn(N,H?x:this,O)}})(h,l,i,s);else var b=(function(g,y,x){var M=1&y,H=Z2(g);return function C(){return(this&&this!==le&&this instanceof C?H:g).apply(M?x:this,arguments)}})(h,l,i);return Tt((V?Zt:$t)(b,z),h,l)})(e,v,o,t,r)}));m2.placeholder={};var ta=RegExp("[\\u200d\\ud800-\\udfff\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff\\ufe0e\\ufe0f]");function Me(e){var o=this.__data__=new Pe(e);this.size=o.size}Me.prototype.clear=function(){this.__data__=new Pe,this.size=0},Me.prototype.delete=function(e){var o=this.__data__,t=o.delete(e);return this.size=o.size,t},Me.prototype.get=function(e){return this.__data__.get(e)},Me.prototype.has=function(e){return this.__data__.has(e)},Me.prototype.set=function(e,o){var t=this.__data__;if(t instanceof Pe){var v=t.__data__;if(!P2||v.length<199)return v.push([e,o]),this.size=++t.size,this;t=this.__data__=new je(v)}return t.set(e,o),this.size=t.size,this};var av=typeof S=="object"&&S&&!S.nodeType&&S,sv=av&&typeof module=="object"&&module&&!module.nodeType&&module,cv=sv&&sv.exports===av?le.Buffer:void 0,uv=cv?cv.allocUnsafe:void 0;function dv(e,o){if(o)return e.slice();var t=e.length,v=uv?uv(t):new e.constructor(t);return e.copy(v),v}function mv(e,o){for(var t=-1,v=e==null?0:e.length,r=0,h=[];++t<v;){var l=e[t];o(l,t,e)&&(h[r++]=l)}return h}function pv(){return[]}var va=Object.prototype.propertyIsEnumerable,fv=Object.getOwnPropertySymbols,Bn=fv?function(e){return e==null?[]:(e=Object(e),mv(fv(e),(function(o){return va.call(e,o)})))}:pv,gv=Object.getOwnPropertySymbols?function(e){for(var o=[];e;)xn(o,Bn(e)),e=yn(e);return o}:pv;function wv(e,o,t){var v=o(e);return ne(e)?v:xn(v,t(e))}function Cn(e){return wv(e,$e,Bn)}function zv(e){return wv(e,O2,gv)}var Mn=Qe(le,"DataView"),_n=Qe(le,"Promise"),kn=Qe(le,"Set"),Vv="[object Map]",Hv="[object Promise]",xv="[object Set]",yv="[object WeakMap]",bv="[object DataView]",ra=Ye(Mn),ha=Ye(P2),la=Ye(_n),ia=Ye(kn),aa=Ye(k2),He=Ze;(Mn&&He(new Mn(new ArrayBuffer(1)))!=bv||P2&&He(new P2)!=Vv||_n&&He(_n.resolve())!=Hv||kn&&He(new kn)!=xv||k2&&He(new k2)!=yv)&&(He=function(e){var o=Ze(e),t=o=="[object Object]"?e.constructor:void 0,v=t?Ye(t):"";if(v)switch(v){case ra:return bv;case ha:return Vv;case la:return Hv;case ia:return xv;case aa:return yv}return o});var sa=Object.prototype.hasOwnProperty,zo=le.Uint8Array;function Zn(e){var o=new e.constructor(e.byteLength);return new zo(o).set(new zo(e)),o}var ca=/\w*$/,Bv=Ve?Ve.prototype:void 0,Cv=Bv?Bv.valueOf:void 0;function Mv(e,o){var t=o?Zn(e.buffer):e.buffer;return new e.constructor(t,e.byteOffset,e.length)}function _v(e){return typeof e.constructor!="function"||fo(e)?{}:ao(yn(e))}var kv=u2&&u2.isMap,ua=kv?mn(kv):function(e){return ie(e)&&He(e)=="[object Map]"},Zv=u2&&u2.isSet,da=Zv?mn(Zv):function(e){return ie(e)&&He(e)=="[object Set]"},Iv="[object Arguments]",Sv="[object Function]",Ev="[object Object]",Y={};function T2(e,o,t,v,r,h){var l,i=1&o,s=2&o,a=4&o;if(t&&(l=r?t(e,v,r,h):t(e)),l!==void 0)return l;if(!ve(e))return e;var u=ne(e);if(u){if(l=(function(w){var f=w.length,V=new w.constructor(f);return f&&typeof w[0]=="string"&&sa.call(w,"index")&&(V.index=w.index,V.input=w.input),V})(e),!i)return so(e,l)}else{var c=He(e),m=c==Sv||c=="[object GeneratorFunction]";if(A2(e))return dv(e,i);if(c==Ev||c==Iv||m&&!r){if(l=s||m?{}:_v(e),!i)return s?(function(w,f){return e2(w,gv(w),f)})(e,(function(w,f){return w&&e2(f,O2(f),w)})(l,e)):(function(w,f){return e2(w,Bn(w),f)})(e,(function(w,f){return w&&e2(f,$e(f),w)})(l,e))}else{if(!Y[c])return r?e:{};l=(function(w,f,V){var z,b=w.constructor;switch(f){case"[object ArrayBuffer]":return Zn(w);case"[object Boolean]":case"[object Date]":return new b(+w);case"[object DataView]":return(function(g,y){var x=y?Zn(g.buffer):g.buffer;return new g.constructor(x,g.byteOffset,g.byteLength)})(w,V);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return Mv(w,V);case"[object Map]":case"[object Set]":return new b;case"[object Number]":case"[object String]":return new b(w);case"[object RegExp]":return(function(g){var y=new g.constructor(g.source,ca.exec(g));return y.lastIndex=g.lastIndex,y})(w);case"[object Symbol]":return z=w,Cv?Object(Cv.call(z)):{}}})(e,c,i)}}h||(h=new Me);var d=h.get(e);if(d)return d;h.set(e,l),da(e)?e.forEach((function(w){l.add(T2(w,o,t,w,e,h))})):ua(e)&&e.forEach((function(w,f){l.set(f,T2(w,o,t,f,e,h))}));var p=u?void 0:(a?s?zv:Cn:s?O2:$e)(e);return an(p||e,(function(w,f){p&&(w=e[f=w]),mo(l,f,T2(w,o,t,f,e,h))})),l}function Av(e){return T2(e,5)}function Vo(e){var o=-1,t=e==null?0:e.length;for(this.__data__=new je;++o<t;)this.add(e[o])}function ma(e,o){for(var t=-1,v=e==null?0:e.length;++t<v;)if(o(e[t],t,e))return!0;return!1}function pa(e,o){return e.has(o)}function Nv(e,o,t,v,r,h){var l=1&t,i=e.length,s=o.length;if(i!=s&&!(l&&s>i))return!1;var a=h.get(e),u=h.get(o);if(a&&u)return a==o&&u==e;var c=-1,m=!0,d=2&t?new Vo:void 0;for(h.set(e,o),h.set(o,e);++c<i;){var p=e[c],w=o[c];if(v)var f=l?v(w,p,c,o,e,h):v(p,w,c,e,o,h);if(f!==void 0){if(f)continue;m=!1;break}if(d){if(!ma(o,(function(V,z){if(!pa(d,z)&&(p===V||r(p,V,t,v,h)))return d.push(z)}))){m=!1;break}}else if(p!==w&&!r(p,w,t,v,h)){m=!1;break}}return h.delete(e),h.delete(o),m}function fa(e){var o=-1,t=Array(e.size);return e.forEach((function(v,r){t[++o]=[r,v]})),t}function ga(e){var o=-1,t=Array(e.size);return e.forEach((function(v){t[++o]=v})),t}Y[Iv]=Y["[object Array]"]=Y["[object ArrayBuffer]"]=Y["[object DataView]"]=Y["[object Boolean]"]=Y["[object Date]"]=Y["[object Float32Array]"]=Y["[object Float64Array]"]=Y["[object Int8Array]"]=Y["[object Int16Array]"]=Y["[object Int32Array]"]=Y["[object Map]"]=Y["[object Number]"]=Y[Ev]=Y["[object RegExp]"]=Y["[object Set]"]=Y["[object String]"]=Y["[object Symbol]"]=Y["[object Uint8Array]"]=Y["[object Uint8ClampedArray]"]=Y["[object Uint16Array]"]=Y["[object Uint32Array]"]=!0,Y["[object Error]"]=Y[Sv]=Y["[object WeakMap]"]=!1,Vo.prototype.add=Vo.prototype.push=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this},Vo.prototype.has=function(e){return this.__data__.has(e)};var Ov=Ve?Ve.prototype:void 0,In=Ov?Ov.valueOf:void 0,wa=Object.prototype.hasOwnProperty,$v="[object Arguments]",Pv="[object Array]",Ho="[object Object]",jv=Object.prototype.hasOwnProperty;function Sn(e,o,t,v,r){return e===o||(e==null||o==null||!ie(e)&&!ie(o)?e!=e&&o!=o:(function(h,l,i,s,a,u){var c=ne(h),m=ne(l),d=c?Pv:He(h),p=m?Pv:He(l),w=(d=d==$v?Ho:d)==Ho,f=(p=p==$v?Ho:p)==Ho,V=d==p;if(V&&A2(h)){if(!A2(l))return!1;c=!0,w=!1}if(V&&!w)return u||(u=new Me),c||fn(h)?Nv(h,l,i,s,a,u):(function(x,M,H,C,B,_,E){switch(H){case"[object DataView]":if(x.byteLength!=M.byteLength||x.byteOffset!=M.byteOffset)return!1;x=x.buffer,M=M.buffer;case"[object ArrayBuffer]":return!(x.byteLength!=M.byteLength||!_(new zo(x),new zo(M)));case"[object Boolean]":case"[object Date]":case"[object Number]":return qe(+x,+M);case"[object Error]":return x.name==M.name&&x.message==M.message;case"[object RegExp]":case"[object String]":return x==M+"";case"[object Map]":var I=fa;case"[object Set]":var k=1&C;if(I||(I=ga),x.size!=M.size&&!k)return!1;var O=E.get(x);if(O)return O==M;C|=2,E.set(x,M);var N=Nv(I(x),I(M),C,B,_,E);return E.delete(x),N;case"[object Symbol]":if(In)return In.call(x)==In.call(M)}return!1})(h,l,d,i,s,a,u);if(!(1&i)){var z=w&&jv.call(h,"__wrapped__"),b=f&&jv.call(l,"__wrapped__");if(z||b){var g=z?h.value():h,y=b?l.value():l;return u||(u=new Me),a(g,y,i,s,u)}}return!!V&&(u||(u=new Me),(function(x,M,H,C,B,_){var E=1&H,I=Cn(x),k=I.length;if(k!=Cn(M).length&&!E)return!1;for(var O=k;O--;){var N=I[O];if(!(E?N in M:wa.call(M,N)))return!1}var P=_.get(x),$=_.get(M);if(P&&$)return P==M&&$==x;var W=!0;_.set(x,M),_.set(M,x);for(var j=E;++O<k;){var T=x[N=I[O]],R=M[N];if(C)var X=E?C(R,T,N,M,x,_):C(T,R,N,x,M,_);if(!(X===void 0?T===R||B(T,R,H,C,_):X)){W=!1;break}j||(j=N=="constructor")}if(W&&!j){var K=x.constructor,we=M.constructor;K==we||!("constructor"in x)||!("constructor"in M)||typeof K=="function"&&K instanceof K&&typeof we=="function"&&we instanceof we||(W=!1)}return _.delete(x),_.delete(M),W})(h,l,i,s,a,u))})(e,o,t,v,Sn,r))}function Tv(e){return e==e&&!ve(e)}function Lv(e,o){return function(t){return t!=null&&t[e]===o&&(o!==void 0||e in Object(t))}}function za(e,o){return e!=null&&o in Object(e)}function Dv(e){return function(o){return o==null?void 0:o[e]}}function L2(e){return typeof e=="function"?e:e==null?_2:typeof e=="object"?ne(e)?(v=e[0],r=e[1],gn(v)&&Tv(r)?Lv(d2(v),r):function(h){var l=Ce(h,v);return l===void 0&&l===r?(function(i,s){return i!=null&&(function(a,u,c){for(var m=-1,d=(u=j2(u,a)).length,p=!1;++m<d;){var w=d2(u[m]);if(!(p=a!=null&&c(a,w)))break;a=a[w]}return p||++m!=d?p:!!(d=a==null?0:a.length)&&dn(d)&&I2(w,d)&&(ne(a)||E2(a))})(i,s,za)})(h,v):Sn(r,l,3)}):(t=(function(h){for(var l=$e(h),i=l.length;i--;){var s=l[i],a=h[s];l[i]=[s,a,Tv(a)]}return l})(o=e),t.length==1&&t[0][2]?Lv(t[0][0],t[0][1]):function(h){return h===o||(function(l,i,s){var a=s.length,u=a;if(l==null)return!u;for(l=Object(l);a--;){var c=s[a];if(c[2]?c[1]!==l[c[0]]:!(c[0]in l))return!1}for(;++a<u;){var m=(c=s[a])[0],d=l[m],p=c[1];if(c[2]){if(d===void 0&&!(m in l))return!1}else if(!Sn(p,d,3,void 0,new Me))return!1}return!0})(h,0,t)}):(function(h){return gn(h)?Dv(d2(h)):(function(l){return function(i){return Hn(i,l)}})(h)})(e);var o,t,v,r}var Rv,Fv=function(e,o,t){for(var v=-1,r=Object(e),h=t(e),l=h.length;l--;){var i=h[++v];if(o(r[i],i,r)===!1)break}return e},xo=(Rv=function(e,o){return e&&Fv(e,o,$e)},function(e,o){if(e==null)return e;if(!Ie(e))return Rv(e,o);for(var t=e.length,v=-1,r=Object(e);++v<t&&o(r[v],v,r)!==!1;);return e}),En=function(){return le.Date.now()},Va=Math.max,Ha=Math.min;function D2(e,o,t){var v,r,h,l,i,s,a=0,u=!1,c=!1,m=!0;if(typeof e!="function")throw new TypeError("Expected a function");function d(z){var b=v,g=r;return v=r=void 0,a=z,l=e.apply(g,b)}function p(z){var b=z-s;return s===void 0||b>=o||b<0||c&&z-a>=h}function w(){var z=En();if(p(z))return f(z);i=setTimeout(w,(function(b){var g=o-(b-s);return c?Ha(g,h-(b-a)):g})(z))}function f(z){return i=void 0,m&&v?d(z):(v=r=void 0,l)}function V(){var z=En(),b=p(z);if(v=arguments,r=this,s=z,b){if(i===void 0)return(function(g){return a=g,i=setTimeout(w,o),u?d(g):l})(s);if(c)return clearTimeout(i),i=setTimeout(w,o),d(s)}return i===void 0&&(i=setTimeout(w,o)),l}return o=lo(o)||0,ve(t)&&(u=!!t.leading,h=(c="maxWait"in t)?Va(lo(t.maxWait)||0,o):h,m="trailing"in t?!!t.trailing:m),V.cancel=function(){i!==void 0&&clearTimeout(i),a=0,v=s=r=i=void 0},V.flush=function(){return i===void 0?l:f(En())},V}function An(e,o,t){(t!==void 0&&!qe(e[o],t)||t===void 0&&!(o in e))&&un(e,o,t)}function Nn(e,o){if((o!=="constructor"||typeof e[o]!="function")&&o!="__proto__")return e[o]}function Gv(e,o,t,v,r){e!==o&&Fv(o,(function(h,l){if(r||(r=new Me),ve(h))(function(s,a,u,c,m,d,p){var w=Nn(s,u),f=Nn(a,u),V=p.get(f);if(V)An(s,u,V);else{var z,b=d?d(w,f,u+"",s,a,p):void 0,g=b===void 0;if(g){var y=ne(f),x=!y&&A2(f),M=!y&&!x&&fn(f);b=f,y||x||M?ne(w)?b=w:ie(z=w)&&Ie(z)?b=so(w):x?(g=!1,b=dv(f,!0)):M?(g=!1,b=Mv(f,!0)):b=[]:bn(f)||E2(f)?(b=w,E2(w)?b=(function(H){return e2(H,O2(H))})(w):ve(w)&&!ae(w)||(b=_v(f))):g=!1}g&&(p.set(f,b),m(b,f,c,d,p),p.delete(f)),An(s,u,b)}})(e,o,l,t,Gv,v,r);else{var i=v?v(Nn(e,l),h,l+"",e,o,r):void 0;i===void 0&&(i=h),An(e,l,i)}}),O2)}var xa=Xt((function(e,o,t,v){Gv(e,o,t,v)}));function Wv(e,o,t){if(typeof e!="function")throw new TypeError("Expected a function");return setTimeout((function(){e.apply(void 0,t)}),o)}var ya=po((function(e,o){return Wv(e,1,o)})),On=po((function(e,o,t){return Wv(e,lo(o)||0,t)}));function he(e,o){var t;return(ne(e)?an:xo)(e,typeof(t=o)=="function"?t:_2)}function ba(e,o){for(var t=-1,v=e==null?0:e.length;++t<v;)if(!o(e[t],t,e))return!1;return!0}function Ba(e,o){var t=!0;return xo(e,(function(v,r,h){return t=!!o(v,r,h)})),t}function Ca(e,o){var t=[];return xo(e,(function(v,r,h){o(v,r,h)&&t.push(v)})),t}function Te(e,o){return(ne(e)?mv:Ca)(e,L2(o))}var Ma=Math.max;function R2(e,o,t){var v=e==null?0:e.length;if(!v)return-1;var r=t==null?0:M2(t);return r<0&&(r=Ma(v+r,0)),Pt(e,L2(o),r)}var Xv,_a=(Xv=R2,function(e,o,t){var v=Object(e);if(!Ie(e)){var r=L2(o);e=$e(e),o=function(l){return r(v[l],l,v)}}var h=Xv(e,o,t);return h>-1?v[r?e[h]:h]:void 0});function ka(e,o){var t=-1,v=Ie(e)?Array(e.length):[];return xo(e,(function(r,h,l){v[++t]=o(r,h,l)})),v}function $n(e,o){return(ne(e)?ho:ka)(e,L2(o))}function _e(e){return typeof e=="string"||!ne(e)&&ie(e)&&Ze(e)=="[object String]"}var Za=Math.max;function p2(e,o,t,v){var r;e=Ie(e)?e:(r=e)==null?[]:(function(l,i){return ho(i,(function(s){return l[s]}))})(r,$e(r)),t=t?M2(t):0;var h=e.length;return t<0&&(t=Za(h+t,0)),_e(e)?t<=h&&e.indexOf(o,t)>-1:!!h&&jt(e,o,t)>-1}function yo(e){return ie(e)&&e.nodeType===1&&!bn(e)}function Uv(e){return typeof e=="number"||ie(e)&&Ze(e)=="[object Number]"}function Ge(e){return e==null}function Ia(e,o){return(e=(function(r,h){return h.length<2?r:Hn(r,(function(l,i,s){var a=-1,u=l.length;i<0&&(i=-i>u?0:u+i),(s=s>u?u:s)<0&&(s+=u),u=i>s?0:s-i>>>0,i>>>=0;for(var c=Array(u);++a<u;)c[a]=l[a+i];return c})(h,0,-1))})(e,o=j2(o,e)))==null||delete e[d2((t=o,v=t==null?0:t.length,v?t[v-1]:void 0))];var t,v}function Sa(e){return bn(e)?void 0:e}var Kv=(function(e){return ln(Wt(e,void 0,Qi),e+"")})((function(e,o){var t={};if(e==null)return t;var v=!1;o=ho(o,(function(h){return h=j2(h,e),v||(v=h.length>1),h})),e2(e,zv(e),t),v&&(t=T2(t,7,Sa));for(var r=o.length;r--;)Ia(t,o[r]);return t})),Ea=Dv("length"),Jv="\\ud800-\\udfff",Aa="["+Jv+"]",Pn="[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]",jn="\\ud83c[\\udffb-\\udfff]",Yv="[^"+Jv+"]",Qv="(?:\\ud83c[\\udde6-\\uddff]){2}",qv="[\\ud800-\\udbff][\\udc00-\\udfff]",er="(?:"+Pn+"|"+jn+")?",or="[\\ufe0e\\ufe0f]?",Na=or+er+"(?:\\u200d(?:"+[Yv,Qv,qv].join("|")+")"+or+er+")*",Oa="(?:"+[Yv+Pn+"?",Pn,Qv,qv,Aa].join("|")+")",nr=RegExp(jn+"(?="+jn+")|"+Oa+Na,"g");function F2(e,o,t){return e==null?e:(function(v,r,h){if(!ve(v))return v;for(var l=-1,i=(r=j2(r,v)).length,s=i-1,a=v;a!=null&&++l<i;){var u=d2(r[l]),c=h;if(u==="__proto__"||u==="constructor"||u==="prototype")return v;if(l!=s){var m=a[u];(c=void 0)==void 0&&(c=ve(m)?m:I2(r[l+1])?[]:{})}mo(a,u,c),a=a[u]}return v})(e,o,t)}function We(e){if(e==null)return 0;if(Ie(e))return _e(e)?(function(t){return(function(v){return ta.test(v)})(t)?(function(v){for(var r=nr.lastIndex=0;nr.test(v);)++r;return r})(t):Ea(t)})(e):e.length;var o=He(e);return o=="[object Map]"||o=="[object Set]"?e.size:tv(e).length}function $a(e,o){const t=parseInt(e.replace("#",""),16);return`#${(Math.max(0,(t>>16)-Math.round(2.55*o))<<16|Math.max(0,(t>>8&255)-Math.round(2.55*o))<<8|Math.max(0,(255&t)-Math.round(2.55*o))).toString(16).padStart(6,"0")}`}function Tn(e,o){const t=parseInt(e.replace("#",""),16);return`#${(Math.min(255,(t>>16)+Math.round(2.55*o))<<16|Math.min(255,(t>>8&255)+Math.round(2.55*o))<<8|Math.min(255,(255&t)+Math.round(2.55*o))).toString(16).padStart(6,"0")}`}function Pa(e){const o=parseInt(e.replace("#",""),16);return(.299*(o>>16)+.587*(o>>8&255)+.114*(255&o))/255>.6?"#1e1e2e":"#ffffff"}function te(e){return{color:e,dark:$a(e,15),light:Tn(e,35),contrast:Pa(e),transparent:"transparent"}}function re(e,o,t){const v={};for(const[r,h]of Object.entries(t))v[`--${o}-${r}`]=e[h];return v}const bo={outline:{"text-color":"color","bg-color":"transparent","border-color":"color","shadow-color":"transparent"},dash:{"text-color":"color","bg-color":"light","border-color":"color","shadow-color":"transparent"},default:{"text-color":"contrast","bg-color":"color","border-color":"dark","shadow-color":"dark"}},tr={spinner:"loader",loading:"loader","eye-slash":"eye-closed","eye-off":"eye-closed",xmark:"close",x:"close",times:"close","circle-xmark":"close-box","x-circle":"close-box","times-circle":"close-box",error:"close-box","circle-info":"info-box","info-circle":"info-box",info:"info-box","check-circle":"check","circle-check":"check",success:"check","circle-exclamation":"warning-box","exclamation-circle":"warning-box",warning:"warning-box","angle-down":"chevron-down","caret-down":"chevron-down","angle-up":"chevron-up","caret-up":"chevron-up","angle-left":"chevron-left","caret-left":"chevron-left","angle-right":"chevron-right","caret-right":"chevron-right","question-circle":"info-box","circle-question":"info-box",help:"info-box",question:"info-box",gear:"sliders",cog:"sliders",settings:"sliders",star:"bookmark","star-solid":"bookmark"},ja=new Set(["svg","path","rect","circle","ellipse","line","polyline","polygon","g","defs","clipPath","mask","title","desc","linearGradient","radialGradient","stop","symbol","use"]),Ta=/^on/i,vr=/^\s*javascript\s*:/i;function rr(e){if(!e||typeof e!="string"||typeof DOMParser>"u")return"";const o=new DOMParser().parseFromString(e,"image/svg+xml");return o.querySelector("parsererror")?"":(hr(o.documentElement),o.documentElement.outerHTML)}function hr(e){const o=Array.from(e.children);for(const t of o){const v=t.tagName.toLowerCase();if(ja.has(v)){for(const r of Array.from(t.attributes))(Ta.test(r.name)||r.name==="href"&&vr.test(r.value)||r.name==="xlink:href"&&vr.test(r.value))&&t.removeAttribute(r.name);hr(t)}else t.remove()}}const lr=new Map,D=e=>(e.install=o=>{const t=e.name;o.component(t,e)},e),ir=(e,o)=>(e.install=t=>{t.config.globalProperties[o]=e},e);function ar(e,o){for(;e.length>=o;)e[0].props.onDestroy()}function sr(e){let o=!1,t=0;const v=r=>{var h;r.code==="Escape"&&((h=e())==null||h.handler.close())};return{register(){t++,o||(document.addEventListener("keydown",v),o=!0)},unregister(){t--,t<=0&&(document.removeEventListener("keydown",v),o=!1,t=0)}}}function La(e,o,t,v){if(v.length===0)return[e,o,t];let r=1/0,h=v[0];for(const l of v){const i=(e-l[0])**2+(o-l[1])**2+(t-l[2])**2;if(i===0)return l;i<r&&(r=i,h=l)}return h}function cr(e,o,t){const v=e.getContext("2d");if(!v)return;const{pixelSize:r,grayscale:h=!1,palette:l,background:i="#FFFFFF"}=t,s=o.naturalWidth,a=o.naturalHeight;e.width=s,e.height=a,v.drawImage(o,0,0,s,a);const u=v.getImageData(0,0,s,a).data,c=Math.max(1,Math.round(r)),m=l?(function(d){return d.map((p=>typeof p=="string"?(function(w){const f=w.replace("#","");return[parseInt(f.substring(0,2),16),parseInt(f.substring(2,4),16),parseInt(f.substring(4,6),16)]})(p):p))})(l):null;v.fillStyle=i,v.fillRect(0,0,s,a);for(let d=0;d<a;d+=c)for(let p=0;p<s;p+=c){const w=Math.min(c,s-p),f=Math.min(c,a-d);let V=0,z=0,b=0,g=0;for(let H=0;H<f;H++)for(let C=0;C<w;C++){const B=4*((d+H)*s+(p+C));V+=u[B],z+=u[B+1],b+=u[B+2],g++}let y=Math.round(V/g),x=Math.round(z/g),M=Math.round(b/g);h&&(y=x=M=Math.round(.299*y+.587*x+.114*M)),m&&([y,x,M]=La(y,x,M,m)),v.fillStyle=`rgb(${y},${x},${M})`,v.fillRect(p,d,w,f)}}function Se(e,o="px"){return e?Uv(e)||(t=>!!_e(t)&&!Number.isNaN(Number(t)))(e)?`${e}${o}`:_e(e)?e:void 0:""}function Xe(e,o,t){return Math.max(o,Math.min(t,e))}const Bo=new Map([["info","info-box"],["success","check"],["warning","warning-box"],["danger","close-box"],["error","close-box"]]),Co=n.defineComponent({props:{vNode:{type:[String,Object,Function],required:!0}},setup:e=>()=>ae(e.vNode)?e.vNode():e.vNode}),ur={xs:12,sm:18,md:24,lg:36,xl:48,"2xl":72,"1x":24,"2x":48,"3x":72},Da=["innerHTML"],Ra={key:1,class:"px-icon__fallback"},q=(e,o)=>{const t=e.__vccOpts||e;for(const[v,r]of o)t[v]=r;return t},U=q(n.defineComponent({name:"PxIcon",inheritAttrs:!1,__name:"Icon",props:{icon:{},size:{default:"md"},rotation:{},flip:{},spin:{type:Boolean},pulse:{type:Boolean},bounce:{type:Boolean},shake:{type:Boolean},beat:{type:Boolean},fade:{type:Boolean},type:{},color:{}},setup(e){const o=e,t=n.computed((()=>{return(l=o.icon)in tr?tr[l]:l;var l})),v=n.computed((()=>{const l=(i=t.value,lr.get(i));var i;return l?rr(l):void 0})),r=n.computed((()=>{const l=["px-icon"];return o.type&&l.push(`px-icon--${o.type}`),o.size&&l.push(`px-icon--${o.size}`),o.spin&&l.push("px-icon--spin"),o.pulse&&l.push("px-icon--pulse"),o.bounce&&l.push("px-icon--bounce"),o.shake&&l.push("px-icon--shake"),o.beat&&l.push("px-icon--beat"),o.fade&&l.push("px-icon--fade"),o.flip==="horizontal"&&l.push("px-icon--flip-h"),o.flip==="vertical"&&l.push("px-icon--flip-v"),o.flip==="both"&&l.push("px-icon--flip-h","px-icon--flip-v"),o.rotation&&l.push(`px-icon--rotate-${o.rotation}`),l})),h=n.computed((()=>{const l={};o.color&&(l.color=o.color);const i=ur[o.size||"md"];return l.width=`${i}px`,l.height=`${i}px`,l}));return(l,i)=>(n.openBlock(),n.createElementBlock("i",n.mergeProps({class:r.value,style:h.value},l.$attrs),[v.value?(n.openBlock(),n.createElementBlock("span",{key:0,class:"px-icon__pixel",innerHTML:v.value},null,8,Da)):(n.openBlock(),n.createElementBlock("span",Ra,"?"))],16))}}),[["__scopeId","data-v-57d28fe2"]]),Fa={class:"px-alert__content"},Ga={key:0,class:"px-alert__description"},Wa={key:1,class:"px-alert__close"},dr=D(q(n.defineComponent({name:"PxAlert",__name:"Alert",props:{title:{},type:{default:"info"},description:{},effect:{default:"light"},closable:{type:Boolean,default:!0},center:{type:Boolean},showIcon:{type:Boolean},outline:{type:Boolean},dash:{type:Boolean},color:{}},emits:["close"],setup(e,{expose:o,emit:t}){const v=e,r=t,h=n.useSlots(),l=n.ref(!0),i=n.computed((()=>Bo.get(v.type)??"circle-info")),s=n.computed((()=>v.description||h.default)),a=n.computed((()=>{if(!v.color)return{};const c=v.outline?"outline":v.dash?"dash":"default";return re(te(v.color),"px-alert",bo[c])}));function u(){l.value=!1,r("close")}return o({open:function(){l.value=!0},close:u}),(c,m)=>(n.openBlock(),n.createBlock(n.Transition,{name:"px-alert-fade"},{default:n.withCtx((()=>[n.withDirectives(n.createElementVNode("div",{class:n.normalizeClass(["px-alert",{[`px-alert__${c.type}`]:c.type,[`px-alert__${c.effect}`]:c.effect,"text-center":c.center,"is-outline":c.outline,"is-dash":c.dash}]),role:"alert",style:n.normalizeStyle(a.value)},[c.showIcon?(n.openBlock(),n.createBlock(U,{key:0,class:n.normalizeClass(["px-alert__icon",{"big-icon":s.value}]),icon:i.value},null,8,["class","icon"])):n.createCommentVNode("",!0),n.createElementVNode("div",Fa,[n.createElementVNode("span",{class:n.normalizeClass(["px-alert__title",{"with-desc":s.value}]),style:n.normalizeStyle({display:c.center&&!c.showIcon?"block":"inline"})},[n.renderSlot(c.$slots,"title",{},(()=>[n.createTextVNode(n.toDisplayString(c.title),1)]),!0)],6),s.value?(n.openBlock(),n.createElementBlock("p",Ga,[n.renderSlot(c.$slots,"default",{},(()=>[n.createTextVNode(n.toDisplayString(c.description),1)]),!0)])):n.createCommentVNode("",!0),c.closable?(n.openBlock(),n.createElementBlock("div",Wa,[n.createVNode(U,{onClick:n.withModifiers(u,["stop"]),icon:"close"})])):n.createCommentVNode("",!0)])],6),[[n.vShow,l.value]])])),_:3}))}}),[["__scopeId","data-v-772da9f8"]])),mr=D(q(n.defineComponent({name:"PxAvatar",__name:"Avatar",props:{size:{default:"default"},shape:{default:"circle"},border:{type:Boolean,default:!0},color:{}},setup(e){const o=e,t=n.computed((()=>o.color?re(te(o.color),"px-avatar",bo.default):{}));return(v,r)=>(n.openBlock(),n.createElementBlock("span",{class:n.normalizeClass(["px-avatar",{[`px-avatar--${v.size}`]:v.size&&v.size!=="default","is-square":v.shape==="square","is-border":v.border}]),style:n.normalizeStyle(t.value)},[n.renderSlot(v.$slots,"default",{},void 0,!0)],6))}}),[["__scopeId","data-v-be451b35"]])),pr=D(q(n.defineComponent({name:"PxBadge",__name:"Badge",props:{type:{default:"primary"},size:{default:"default"},outline:{type:Boolean},dash:{type:Boolean},color:{},round:{type:Boolean},icon:{}},setup(e){const o=e,t=n.useSlots(),v=n.computed((()=>!t.default)),r=n.computed((()=>o.size==="small"?"xs":"sm")),h=n.computed((()=>{if(!o.color)return{};const l=o.outline?"outline":o.dash?"dash":"default";return re(te(o.color),"px-badge",bo[l])}));return(l,i)=>(n.openBlock(),n.createElementBlock("span",{class:n.normalizeClass(["px-badge",{[`px-badge--${l.type}`]:l.type,[`px-badge--${l.size}`]:l.size&&l.size!=="default","is-outline":l.outline,"is-dash":l.dash,"is-round":l.round,"is-empty":v.value}]),style:n.normalizeStyle(h.value)},[l.icon?(n.openBlock(),n.createBlock(U,{key:0,icon:l.icon,size:r.value},null,8,["icon","size"])):n.createCommentVNode("",!0),n.renderSlot(l.$slots,"default",{},void 0,!0)],6))}}),[["__scopeId","data-v-b16297ef"]])),fr=Symbol("breadcrumbContext"),Xa={class:"px-breadcrumb","aria-label":"Breadcrumb"},Ua={class:"px-breadcrumb__list"},Ka=q(n.defineComponent({name:"PxBreadcrumb",__name:"Breadcrumb",props:{separator:{default:"/"}},setup(e){const o=e,t=n.useSlots();return n.provide(fr,{separator:o.separator,separatorSlot:t.separator}),(v,r)=>(n.openBlock(),n.createElementBlock("nav",Xa,[n.createElementVNode("ol",Ua,[n.renderSlot(v.$slots,"default",{},void 0,!0)])]))}}),[["__scopeId","data-v-a0927948"]]),Ja={class:"px-breadcrumb__separator","aria-hidden":"true"},Ya=q(n.defineComponent({name:"PxBreadcrumbItem",__name:"BreadcrumbItem",props:{to:{},icon:{},disabled:{type:Boolean}},setup(e){const o=n.inject(fr,{separator:"/"});return(t,v)=>(n.openBlock(),n.createElementBlock("li",{class:n.normalizeClass(["px-breadcrumb__item",{"is-disabled":t.disabled}])},[(n.openBlock(),n.createBlock(n.resolveDynamicComponent(t.to&&!t.disabled?"a":"span"),n.mergeProps({class:["px-breadcrumb__link",{"is-current":!t.to,"is-disabled":t.disabled}],"aria-current":t.to||t.disabled?void 0:"page"},t.to&&!t.disabled?{href:t.to}:{},{onClick:v[0]||(v[0]=n.withModifiers((()=>{}),["prevent"]))}),{default:n.withCtx((()=>[t.icon?(n.openBlock(),n.createBlock(U,{key:0,icon:t.icon,class:"px-breadcrumb__icon"},null,8,["icon"])):n.createCommentVNode("",!0),n.renderSlot(t.$slots,"default",{},void 0,!0)])),_:3},16,["class","aria-current"])),n.createElementVNode("span",Ja,[n.unref(o).separatorSlot?(n.openBlock(),n.createBlock(n.resolveDynamicComponent((()=>n.unref(o).separatorSlot())),{key:0})):(n.openBlock(),n.createElementBlock(n.Fragment,{key:1},[n.createTextVNode(n.toDisplayString(n.unref(o).separator),1)],64))])],2))}}),[["__scopeId","data-v-8be388ff"]]),gr=D(Ka),wr=D(Ya),zr=Symbol("BUTTON_GROUP_CTX_KEY"),Qa={link:{"text-color":"color","bg-color":"transparent","border-color":"transparent","shadow-color":"transparent","hover-text-color":"dark","hover-bg-color":"transparent","hover-border-color":"transparent","active-text-color":"dark","active-bg-color":"transparent","active-border-color":"transparent","disabled-text-color":"light","disabled-bg-color":"transparent","disabled-border-color":"transparent"},ghost:{"text-color":"color","bg-color":"transparent","border-color":"transparent","shadow-color":"transparent","hover-text-color":"dark","hover-bg-color":"lighter","hover-border-color":"transparent","active-text-color":"dark","active-bg-color":"light","active-border-color":"transparent","disabled-text-color":"light","disabled-bg-color":"transparent","disabled-border-color":"transparent"},dash:{"text-color":"color","bg-color":"lighter","border-color":"color","shadow-color":"transparent","hover-text-color":"dark","hover-bg-color":"light","hover-border-color":"dark","active-text-color":"dark","active-bg-color":"color","active-border-color":"dark","disabled-text-color":"light","disabled-bg-color":"lighter","disabled-border-color":"light"},plain:{"text-color":"color","bg-color":"lighter","border-color":"color","hover-text-color":"contrast","hover-bg-color":"color","hover-border-color":"color","active-text-color":"contrast","active-bg-color":"dark","active-border-color":"dark","disabled-text-color":"light","disabled-bg-color":"lighter","disabled-border-color":"light"},default:{"text-color":"contrast","bg-color":"color","border-color":"dark","shadow-color":"dark","hover-text-color":"contrast","hover-bg-color":"light","hover-border-color":"color","active-text-color":"contrast","active-bg-color":"dark","active-border-color":"dark","disabled-text-color":"contrast","disabled-bg-color":"light","disabled-border-color":"light"}},qa=n.defineComponent({name:"PxButton",__name:"Button",props:{tag:{default:"button"},type:{},size:{},nativeType:{default:"button"},disabled:{type:Boolean},loading:{type:Boolean},icon:{},circle:{type:Boolean},plain:{type:Boolean},round:{type:Boolean},dash:{type:Boolean},ghost:{type:Boolean},link:{type:Boolean},block:{type:Boolean},responsive:{type:Boolean},color:{},loadingIcon:{},ariaLabel:{},autofocus:{type:Boolean},useThrottle:{type:Boolean,default:!0},throttleDuration:{default:500}},emits:["click"],setup(e,{expose:o,emit:t}){const v=new Set(["button","a","div","span","router-link"]),r=e;typeof r.tag!="string"||v.has(r.tag)||(r.tag,[...v].join(", "));const h=t,l=n.useSlots(),i=n.inject(zr,void 0),s=n.ref(),a=n.computed((()=>typeof r.tag!="string"||v.has(r.tag)?r.tag:"button")),u=n.computed((()=>(i==null?void 0:i.size)??(r==null?void 0:r.size)??"")),c=n.computed((()=>(i==null?void 0:i.type)??(r==null?void 0:r.type)??"")),m=n.computed((()=>(i==null?void 0:i.disabled)||(r==null?void 0:r.disabled)||!1)),d=n.computed((()=>({marginRight:l.default?"6px":"0px"}))),p=n.computed((()=>{if(!r.color)return{};const V={...te(r.color),light:Tn(r.color,20),lighter:Tn(r.color,35)},z=r.ghost?"ghost":r.dash?"dash":r.plain?"plain":r.link?"link":"default";return re(V,"px-button",Qa[z])})),w=V=>h("click",V),f=(function(V,z,b){var g=!0,y=!0;if(typeof V!="function")throw new TypeError("Expected a function");return ve(b)&&(g="leading"in b?!!b.leading:g,y=!("trailing"in b)&&y),D2(V,z,{leading:g,maxWait:z,trailing:y})})(w,r.throttleDuration,{trailing:!1});return n.onBeforeUnmount((()=>{f.cancel()})),o({ref:s,disabled:m,size:u,type:c}),(V,z)=>(n.openBlock(),n.createBlock(n.resolveDynamicComponent(a.value),{ref_key:"_ref",ref:s,autofocus:V.autofocus,type:a.value==="button"?V.nativeType:void 0,class:n.normalizeClass(["px-button",{[`px-button--${c.value}`]:c.value,[`px-button--${u.value}`]:u.value,"is-plain":V.plain,"is-round":V.round,"is-circle":V.circle,"is-dash":V.dash,"is-ghost":V.ghost,"is-link":V.link,"is-block":V.block,"is-responsive":V.responsive,"is-disabled":m.value,"is-loading":V.loading}]),"aria-label":V.ariaLabel,"aria-busy":V.loading||void 0,disabled:!(!m.value&&!V.loading)||void 0,style:n.normalizeStyle(p.value),onClick:z[0]||(z[0]=b=>V.useThrottle?n.unref(f)(b):w(b))},{default:n.withCtx((()=>[V.loading?n.renderSlot(V.$slots,"loading",{key:0},(()=>[n.createVNode(U,{class:"loading-icon",icon:V.loadingIcon??"loader",style:n.normalizeStyle(d.value),size:"1x",spin:""},null,8,["icon","style"])]),!0):n.createCommentVNode("",!0),V.icon&&!V.loading?(n.openBlock(),n.createBlock(U,{key:1,icon:V.icon,style:n.normalizeStyle(d.value),size:"1x"},null,8,["icon","style"])):n.createCommentVNode("",!0),n.renderSlot(V.$slots,"default",{},void 0,!0)])),_:3},8,["autofocus","type","aria-label","aria-busy","disabled","class","style"]))}}),G2=q(qa,[["__scopeId","data-v-0d682c9b"]]),es={class:"px-button-group",role:"group"},os=q(n.defineComponent({name:"PxButtonGroup",__name:"ButtonGroup",props:{size:{},type:{},disabled:{type:Boolean}},setup(e){const o=e;return n.provide(zr,n.reactive({size:n.toRef(o,"size"),type:n.toRef(o,"type"),disabled:n.toRef(o,"disabled")})),(t,v)=>(n.openBlock(),n.createElementBlock("div",es,[n.renderSlot(t.$slots,"default",{},void 0,!0)]))}}),[["__scopeId","data-v-87af5dc3"]]),Mo=D(G2),Ln=D(os),ns={key:0,class:"px-card__header"},ts={class:"px-card__body"},vs={key:1,class:"px-card__footer"},Vr=D(q(n.defineComponent({name:"PxCard",__name:"Card",props:{type:{},color:{},hoverable:{type:Boolean},shadow:{type:[Boolean,String],default:"always"},size:{},outline:{type:Boolean},dash:{type:Boolean},ghost:{type:Boolean}},setup(e){const o={"text-color":"color","bg-color":"transparent","border-color":"transparent","shadow-color":"transparent"},t=e,v=n.useSlots(),r=n.computed((()=>{const l=t.shadow;return l===!0?"px-card--shadow-always":l===!1?"px-card--shadow-never":`px-card--shadow-${l}`})),h=n.computed((()=>{if(!t.color)return{};const l=t.ghost?"ghost":t.outline?"outline":t.dash?"dash":"default",i={...bo,ghost:o};return re(te(t.color),"px-card",i[l])}));return(l,i)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["px-card",[r.value,{[`px-card--${l.type}`]:l.type,[`px-card--${l.size}`]:l.size,"is-hoverable":l.hoverable,"is-outline":l.outline,"is-dash":l.dash,"is-ghost":l.ghost}]]),style:n.normalizeStyle(h.value)},[n.unref(v).header?(n.openBlock(),n.createElementBlock("div",ns,[n.renderSlot(l.$slots,"header",{},void 0,!0)])):n.createCommentVNode("",!0),n.createElementVNode("div",ts,[n.renderSlot(l.$slots,"default",{},void 0,!0)]),n.unref(v).footer?(n.openBlock(),n.createElementBlock("div",vs,[n.renderSlot(l.$slots,"footer",{},void 0,!0)])):n.createCommentVNode("",!0)],6))}}),[["__scopeId","data-v-f3900769"]])),rs={"bubble-text-color":"contrast","bubble-bg-color":"color","bubble-border-color":"dark","bubble-shadow-color":"dark"},hs={key:0,class:"px-chat__avatar"},ls={class:"px-chat__content"},is={key:0,class:"px-chat__header"},as={key:0,class:"px-chat__name"},ss={key:1,class:"px-chat__time"},cs={class:"px-chat__bubble"},us={key:1,class:"px-chat__footer"},Hr=D(q(n.defineComponent({name:"PxChatBubble",__name:"ChatBubble",props:{placement:{default:"start"},type:{},color:{},name:{},time:{},status:{}},setup(e){const o=e,t=n.useSlots(),v=n.computed((()=>o.color?re(te(o.color),"px-chat",rs):{}));return(r,h)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["px-chat",{[`px-chat--${r.placement}`]:r.placement,[`px-chat--${r.type}`]:r.type}]),style:n.normalizeStyle(v.value)},[n.unref(t).avatar?(n.openBlock(),n.createElementBlock("div",hs,[n.renderSlot(r.$slots,"avatar",{},void 0,!0)])):n.createCommentVNode("",!0),n.createElementVNode("div",ls,[n.unref(t).header||r.name||r.time?(n.openBlock(),n.createElementBlock("div",is,[n.renderSlot(r.$slots,"header",{},(()=>[r.name?(n.openBlock(),n.createElementBlock("span",as,n.toDisplayString(r.name),1)):n.createCommentVNode("",!0),r.time?(n.openBlock(),n.createElementBlock("span",ss,n.toDisplayString(r.time),1)):n.createCommentVNode("",!0)]),!0)])):n.createCommentVNode("",!0),n.createElementVNode("div",cs,[h[0]||(h[0]=n.createElementVNode("span",{class:"px-chat__tail"},null,-1)),n.renderSlot(r.$slots,"default",{},void 0,!0)]),n.unref(t).footer||r.status?(n.openBlock(),n.createElementBlock("div",us,[n.renderSlot(r.$slots,"footer",{},(()=>[n.createElementVNode("span",null,n.toDisplayString(r.status),1)]),!0)])):n.createCommentVNode("",!0)])],6))}}),[["__scopeId","data-v-c022026d"]]));function W2(e,o,t){n.isRef(e)?n.watch(e,((v,r)=>{r==null||r.removeEventListener(o,t),v==null||v.addEventListener(o,t)})):n.onMounted((()=>e==null?void 0:e.addEventListener(o,t))),n.onBeforeUnmount((()=>{var v;return(v=n.unref(e))==null?void 0:v.removeEventListener(o,t)}))}function Dn(e,o){W2(document,"click",(t=>{e.value&&t.target&&(e.value.contains(t.target)||o(t))}))}const Rn=(e,o)=>he(e,(t=>{ae(o)&&o(t),t.children&&Rn(t.children,o)}));function xr(e,{afterBlur:o,beforeBlur:t,afterFocus:v}={}){const r=n.getCurrentInstance(),{emit:h}=r,l=n.ref(),i=n.ref(!1);return W2(l,"click",(()=>{var s;(s=e.value)==null||s.focus()})),{wrapperRef:l,isFocused:i,handleFocus:s=>{i.value||(i.value=!0,h("focus",s),v==null||v())},handleBlur:s=>{var a;ae(t)&&t(s)||s.relatedTarget&&((a=l.value)!=null&&a.contains(s.relatedTarget))||(i.value=!1,h("blur",s),o==null||o())}}}const ds=["a[href]","button:not([disabled])","input:not([disabled])","textarea:not([disabled])","select:not([disabled])",'[tabindex]:not([tabindex="-1"])'].join(", "),yr={prefix:Math.floor(1e4*Math.random()),current:0};function se(e="er"){const o=`${e}-${yr.prefix}-${yr.current++}`;return n.ref(o)}const br=Symbol("i18n"),Fn=(e,o,t)=>{const v=e[0];if(~v.indexOf("[")){const[r,h]=v.split("["),l=parseInt(h.replace("]",""));if(l>-1){if(!o[r]&&o[r].length>0&&o[r][l]&&o[r][l]!=="")throw new Error("Not Found");return e.length===1?typeof o[r][l]=="string"?o[r][l]:"":Fn(e.slice(1),o[r][l],t)}throw new Error(`Not Found: ${v}`)}if(o[e[0]]||o[e[0]]===""){if(e.length===1){let r=typeof o[e[0]]=="string"?o[e[0]]:"";return t&&(r=((h,l)=>{const i=/{(\w*)}/g;let s,a=h;for(;(s=i.exec(h))!==null;){if(!Object.prototype.hasOwnProperty.call(l,s[1]))throw new Error(`Not Found Params: ${s[1]}`);a=a.replace(s[0],l[s[1]])}return a})(r,t)),r}return Fn(e.slice(1),o[e[0]],t)}throw new Error("Not Found")},ms=e=>{const o=n.ref(e.locale||"en"),t=e.messages;return{messages:t,t:(v,r)=>{const h=t[o.value]||t.en;if(typeof v!="string")return"";try{return Fn(v.split("."),h,r)}catch{return""}},setLocale:v=>{t[v],o.value=v},getLocale:()=>o.value,install(v){const r=this;v.provide(br,r),v.config.globalProperties.$t=r.t,v.config.globalProperties.$i18n=r}}},Br={name:"en",el:{select:{loading:"Loading",noMatch:"No matching data",noData:"No data",placeholder:"Select"},dropdown:{toggleDropdown:"Toggle Dropdown"},messagebox:{title:"Message",confirm:"OK",cancel:"Cancel",error:"Illegal input",close:"Close this dialog"},popconfirm:{confirmButtonText:"Yes",cancelButtonText:"No"}}};function Gn(e){{const o=n.inject(br,n.ref(ms({locale:Br.name,messages:{en:Br.el}})));return n.computed((()=>{return t=n.unref(o),Kv(t,"install");var t}))}}function Cr(e){const o=n.computed((()=>e.getLastBottomOffset())),t=n.computed((()=>e.offset+o.value)),v=n.computed((()=>t.value+e.boxHeight.value));return{topOffset:t,bottomOffset:v}}const Mr=n.ref(0);function X2(e=2e3){const o=n.ref(e),t=n.computed((()=>Mr.value+o.value));return{initialValue:o,currentZIndex:t,nextZIndex:()=>(Mr.value++,t.value)}}const _r="px-theme",kr="px-dark",f2=n.ref("system"),Ue=n.ref(!1);function Wn(e){typeof document<"u"&&(e?document.documentElement.classList.add(kr):document.documentElement.classList.remove(kr))}function Zr(e){return e==="system"?typeof window<"u"&&window.matchMedia("(prefers-color-scheme: dark)").matches:e==="dark"}let Ir=!1;const Xn=Symbol("formContext"),Un=Symbol("formItemContext");function n2(){return{form:n.inject(Xn,void 0),formItem:n.inject(Un,void 0)}}const Sr=Symbol("checkboxGroupContext"),ps={"checked-color":"color","checked-border-color":"dark"},fs={class:"px-checkbox__input"},gs=["aria-checked","id","name","disabled","checked"],ws={key:0,class:"px-checkbox__label"},zs=n.defineComponent({name:"PxCheckbox",inheritAttrs:!1,__name:"Checkbox",props:{modelValue:{type:Boolean,default:!1},value:{type:[String,Number,Boolean]},disabled:{type:Boolean,default:!1},indeterminate:{type:Boolean,default:!1},size:{},type:{},color:{},label:{},name:{},id:{}},emits:["update:modelValue","change"],setup(e,{expose:o,emit:t}){const v=e,r=t,h=n.useSlots(),l=n.inject(Sr,void 0),i=!!l,{formItem:s}=n2(),a=n.ref(),u=se().value,c=n.computed((()=>i?l.modelValue.value.includes(v.value):v.modelValue)),m=n.computed((()=>{if(l!=null&&l.disabled.value)return!0;if(i){const z=l.modelValue.value,b=l.min.value,g=l.max.value;if(c.value&&b!==void 0&&z.length<=b||!c.value&&g!==void 0&&z.length>=g)return!0}return v.disabled})),d=n.computed((()=>v.size??(l==null?void 0:l.size.value))),p=n.computed((()=>v.type??(l==null?void 0:l.type.value))),w=n.computed((()=>v.color??(l==null?void 0:l.color.value))),f=n.computed((()=>{const z=w.value;return z?re(te(z),"px-checkbox",ps):{}}));function V(){if(!m.value){if(i){const z=[...l.modelValue.value],b=v.value,g=z.indexOf(b);g>-1?z.splice(g,1):z.push(b),l.changeEvent(z)}else{const z=!c.value;r("update:modelValue",z),r("change",z)}i||(s==null||s.validate("change").catch((z=>{})))}}return n.onMounted((()=>{a.value&&(a.value.indeterminate=v.indeterminate)})),n.watch((()=>v.indeterminate),(z=>{a.value&&(a.value.indeterminate=z)})),o({checked:c,focus:()=>{var z;(z=a.value)==null||z.focus()}}),(z,b)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["px-checkbox",{[`px-checkbox--${d.value}`]:d.value,[`px-checkbox--${p.value}`]:p.value,"is-disabled":m.value,"is-checked":c.value,"is-indeterminate":z.indeterminate}]),style:n.normalizeStyle(f.value),onClick:V},[n.createElementVNode("span",fs,[n.createElementVNode("input",{ref_key:"inputRef",ref:a,class:"px-checkbox__original",type:"checkbox","aria-checked":c.value,id:z.id||n.unref(u),name:z.name,disabled:m.value,checked:c.value},null,8,gs),b[0]||(b[0]=n.createElementVNode("span",{class:"px-checkbox__inner"},[n.createElementVNode("span",{class:"px-checkbox__tick"})],-1))]),z.label||n.unref(h).default?(n.openBlock(),n.createElementBlock("span",ws,[n.renderSlot(z.$slots,"default",{},(()=>[n.createTextVNode(n.toDisplayString(z.label),1)]))])):n.createCommentVNode("",!0)],6))}}),Vs={class:"px-checkbox-group",role:"group"},Hs=n.defineComponent({name:"PxCheckboxGroup",__name:"CheckboxGroup",props:{modelValue:{},disabled:{type:Boolean,default:!1},size:{},type:{},color:{},min:{},max:{}},emits:["update:modelValue","change"],setup(e,{emit:o}){const t=e,v=o,{formItem:r}=n2();return n.provide(Sr,{modelValue:n.computed((()=>t.modelValue)),disabled:n.computed((()=>t.disabled)),size:n.computed((()=>t.size)),type:n.computed((()=>t.type)),color:n.computed((()=>t.color)),min:n.computed((()=>t.min)),max:n.computed((()=>t.max)),changeEvent:h=>{v("update:modelValue",h),v("change",h),r==null||r.validate("change").catch((l=>{}))}}),(h,l)=>(n.openBlock(),n.createElementBlock("div",Vs,[n.renderSlot(h.$slots,"default")]))}}),Er=D(zs),Ar=D(Hs),Nr=Symbol("collapseContext"),xs=new Set(["primary","success","warning","danger","info"]),ys={default:{"border-color":"color","shadow-color":"dark","active-bg-color":"light"},ghost:{"border-color":"transparent","shadow-color":"transparent","active-bg-color":"transparent"}},bs=q(n.defineComponent({name:"PxCollapse",__name:"Collapse",props:{modelValue:{},accordion:{type:Boolean},color:{},ghost:{type:Boolean},trigger:{},iconPlacement:{}},emits:["update:modelValue","change"],setup(e,{emit:o}){const t=e,v=o,r=n.ref(t.modelValue);t.accordion&&r.value.length>1&&(r.value=[r.value[0]]);const h=n.computed((()=>xs.has(t.color??""))),l=n.computed((()=>!!t.color&&!h.value)),i=n.computed((()=>{if(!l.value)return{};const a=te(t.color),u=t.ghost?"ghost":"default";return re(a,"px-collapse",ys[u])}));function s(a){r.value=a,v("update:modelValue",a),v("change",a)}return n.watchEffect((()=>{t.accordion&&r.value.length})),n.watch((()=>t.modelValue),(a=>s(a))),n.provide(Nr,{activeNames:r,handleItemClick:function(a){let u=[...r.value];if(t.accordion)return u=[u[0]===a?"":a],void s(u);const c=u.indexOf(a);c>-1?u.splice(c,1):u.push(a),s(u)},color:t.color,ghost:t.ghost,trigger:t.trigger,iconPlacement:t.iconPlacement}),(a,u)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["px-collapse",{"is-ghost":a.ghost,[`px-collapse--${a.color}`]:h.value}]),style:n.normalizeStyle(i.value)},[n.renderSlot(a.$slots,"default",{},void 0,!0)],6))}}),[["__scopeId","data-v-7f3e3aa8"]]),Or=e=>e.style.height="0px",$r=e=>e.style.height=`${e.scrollHeight}px`,Pr=e=>e.style.height="",jr=e=>e.style.overflow="hidden",Tr=e=>e.style.overflow="",Bs={beforeEnter(e){Or(e),jr(e)},enter:e=>$r(e),afterEnter(e){Pr(e),Tr(e)},beforeLeave(e){$r(e),jr(e)},leave:e=>Or(e),afterLeave(e){Pr(e),Tr(e)}},Cs=["id","aria-expanded","aria-controls","tabindex"],Ms={class:"px-collapse-item__title"},_s={class:"px-collapse-item__wapper"},ks=["id"],Zs=q(n.defineComponent({name:"PxCollapseItem",__name:"CollapseItem",props:{name:{},title:{},disabled:{type:Boolean},showArrow:{type:Boolean,default:!0},icon:{},forceOpen:{type:Boolean},forceClose:{type:Boolean}},setup(e){const o=e,t=n.inject(Nr,void 0),v=n.computed((()=>{var a;return!o.forceClose&&(!!o.forceOpen||((a=t==null?void 0:t.activeNames.value)==null?void 0:a.includes(o.name)))})),r=n.computed((()=>(t==null?void 0:t.trigger)==="focus")),h=n.computed((()=>o.icon?o.icon==="plus"?v.value?"minus":"plus":o.icon:"chevron-right"));function l(){o.disabled||o.forceOpen||o.forceClose||r.value||(t==null||t.handleItemClick(o.name))}function i(){o.disabled||o.forceOpen||o.forceClose||r.value&&(v.value||(t==null||t.handleItemClick(o.name)))}function s(a){o.disabled||o.forceOpen||o.forceClose||r.value&&v.value&&(t==null||t.handleItemClick(o.name))}return(a,u)=>{var c;return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["px-collapse-item",{"is-disabled":a.disabled}])},[n.createElementVNode("div",{class:n.normalizeClass(["px-collapse-item__header",{"is-disabled":a.disabled,"is-active":v.value,"is-hidden-arrow":a.showArrow===!1,"is-icon-start":((c=n.unref(t))==null?void 0:c.iconPlacement)==="start"}]),id:`item-header-${a.name}`,role:"button","aria-expanded":v.value,"aria-controls":`item-content-${a.name}`,tabindex:r.value?0:void 0,onClick:l,onFocus:i,onFocusout:s},[n.createElementVNode("span",Ms,[n.renderSlot(a.$slots,"title",{},(()=>[n.createTextVNode(n.toDisplayString(a.title),1)]),!0)]),a.showArrow!==!1?(n.openBlock(),n.createBlock(U,{key:0,icon:h.value,class:n.normalizeClass(["header-angle",{"is-toggle-icon":!!a.icon}])},null,8,["icon","class"])):n.createCommentVNode("",!0)],42,Cs),n.createVNode(n.Transition,n.mergeProps({name:"slide"},n.toHandlers(n.unref(Bs))),{default:n.withCtx((()=>[n.withDirectives(n.createElementVNode("div",_s,[n.createElementVNode("div",{class:"px-collapse-item__content",id:`item-content-${a.name}`},[n.renderSlot(a.$slots,"default",{},void 0,!0)],8,ks)],512),[[n.vShow,v.value]])])),_:3},16)],2)}}}),[["__scopeId","data-v-f3406cbb"]]),Lr=D(bs),Dr=D(Zs),_o={name:"en",el:{select:{loading:"Loading",noMatch:"No matching data",noData:"No data",placeholder:"Select"},dropdown:{toggleDropdown:"Toggle Dropdown"},messagebox:{title:"Message",confirm:"OK",cancel:"Cancel",error:"Illegal input",close:"Close this dialog"},popconfirm:{confirmButtonText:"Yes",cancelButtonText:"No"}}},Rr=Symbol("i18n"),Kn=(e,o,t)=>{const v=e[0];if(~v.indexOf("[")){const[r,h]=v.split("["),l=parseInt(h.replace("]",""));if(l>-1){if(!o[r]&&o[r].length>0&&o[r][l]&&o[r][l]!=="")throw new Error("Not Found");return e.length===1?typeof o[r][l]=="string"?o[r][l]:"":Kn(e.slice(1),o[r][l],t)}throw new Error(`Not Found: ${v}`)}if(o[e[0]]||o[e[0]]===""){if(e.length===1){let r=typeof o[e[0]]=="string"?o[e[0]]:"";return t&&(r=((h,l)=>{const i=/{(\w*)}/g;let s,a=h;for(;(s=i.exec(h))!==null;){if(!Object.prototype.hasOwnProperty.call(l,s[1]))throw new Error(`Not Found Params: ${s[1]}`);a=a.replace(s[0],l[s[1]])}return a})(r,t)),r}return Kn(e.slice(1),o[e[0]],t)}throw new Error("Not Found")},Is=e=>{const o=n.ref(e.locale||"en"),t=e.messages;return{messages:t,t:(v,r)=>{const h=t[o.value]||t.en;if(typeof v!="string")return"";try{return Kn(v.split("."),h,r)}catch{return""}},setLocale:v=>{t[v],o.value=v},getLocale:()=>o.value,install(v){const r=this;v.provide(Rr,r),v.config.globalProperties.$t=r.t,v.config.globalProperties.$i18n=r}}},Fr=Symbol(),Ss=new Set(["__proto__","constructor","prototype"]);function Gr(e,...o){return xa(e,...o,((t,v,r)=>{if(Ss.has(r))return t}))}const ko=n.ref();function Wr(e,o=void 0){const t=n.getCurrentInstance()?n.inject(Fr,ko):ko;return e?n.computed((()=>{var v;return((v=t.value)==null?void 0:v[e])??o})):t}const Xr=e=>{var t,v,r;const o=h=>Gr(h,(e==null?void 0:e.extendsI18nMsg)??{});return Is(e!=null&&e.locale?{locale:((t=e.locale)==null?void 0:t.name)||"en",messages:o({en:_o.el,[(v=e.locale)==null?void 0:v.name]:((r=e.locale)==null?void 0:r.el)??{}})}:{locale:"en",messages:o({en:_o.el})})};function Jn(e={locale:_o},o,t=!1){const v=n.getCurrentInstance(),r=v?Wr():void 0,h=(o==null?void 0:o.provide)??(v?n.provide:void 0);if(!h)return;const l=n.ref(n.unref(e));n.watch((()=>e),(s=>{const a=n.unref(s);if(!(r!=null&&r.value))return a;l.value=Gr(r.value,a)}),{deep:!0});const i=n.ref(Xr(l.value));return n.watch((()=>l.value),(s=>i.value=Xr(s)),{deep:!0}),h(Fr,l),h(Rr,i),!t&&ko.value||(ko.value=l.value),l}const Es=n.defineComponent({name:"PxConfigProvider",__name:"ConfigProvider",props:{locale:{},extendsI18nMsg:{}},setup(e){const o=Jn(e);return(t,v)=>n.renderSlot(t.$slots,"default",{config:n.unref(o)})}}),Ur=D(Es),As=new Set(["primary","success","warning","danger","info"]),Ns=["src"],Os={class:"px-diff__after"},$s=["src"],Ps=["aria-valuenow"],Kr=D(n.defineComponent({name:"PxDiff",__name:"Diff",props:{src:{},pixelSize:{default:8},grayscale:{type:Boolean,default:!1},palette:{},background:{default:"#FFFFFF"},initialPosition:{default:50},width:{},height:{},color:{}},emits:["change","rendered","error"],setup(e,{expose:o,emit:t}){const v=e,r=t,h=n.ref(),l=n.ref(),i=n.ref(),s=n.ref(!1),a=n.ref(!1),u=n.ref(Xe(v.initialPosition,0,100)),c=n.computed((()=>{const H={};return v.width!=null&&(H.width=Se(v.width)??""),v.height!=null&&(H.height=Se(v.height)??""),H})),m=n.computed((()=>{const H=["px-diff"];return v.color&&As.has(v.color)&&H.push(`px-diff--${v.color}`),H})),d=n.computed((()=>({clipPath:`inset(0 ${100-u.value}% 0 0)`}))),p=n.computed((()=>({left:`${u.value}%`})));function w(){const H=l.value,C=i.value;H&&C&&s.value&&(cr(H,C,{pixelSize:v.pixelSize,grayscale:v.grayscale,palette:v.palette,background:v.background}),r("rendered"))}function f(){s.value=!0,w()}function V(H){r("error",H)}n.watch((()=>[v.pixelSize,v.grayscale,v.palette,v.background]),(()=>{s.value&&w()})),n.watch((()=>v.src),(()=>{s.value=!1}));let z=null;function b(H){var _;const C=z??((_=h.value)==null?void 0:_.getBoundingClientRect());if(!C)return;const B=Xe((H-C.left)/C.width*100,0,100);u.value=Math.round(B),r("change",u.value)}function g(H){var C;a.value=!0,z=((C=h.value)==null?void 0:C.getBoundingClientRect())??null,b("touches"in H?H.touches[0].clientX:H.clientX),window.addEventListener("mousemove",y),window.addEventListener("mouseup",x),window.addEventListener("touchmove",y),window.addEventListener("touchend",x)}function y(H){a.value&&b("touches"in H?H.touches[0].clientX:H.clientX)}function x(){a.value=!1,z=null,window.removeEventListener("mousemove",y),window.removeEventListener("mouseup",x),window.removeEventListener("touchmove",y),window.removeEventListener("touchend",x)}function M(H){const C=H.shiftKey?10:1;let B=u.value;if(H.key==="ArrowLeft")B=Xe(u.value-C,0,100),H.preventDefault();else{if(H.key!=="ArrowRight")return;B=Xe(u.value+C,0,100),H.preventDefault()}u.value=B,r("change",B)}return o({setPosition:function(H){u.value=Xe(H,0,100)},getPosition:function(){return u.value}}),n.onBeforeUnmount((()=>{window.removeEventListener("mousemove",y),window.removeEventListener("mouseup",x),window.removeEventListener("touchmove",y),window.removeEventListener("touchend",x)})),(H,C)=>(n.openBlock(),n.createElementBlock("div",{ref_key:"containerRef",ref:h,class:n.normalizeClass(m.value),style:n.normalizeStyle(c.value)},[n.createElementVNode("div",{class:"px-diff__before",style:n.normalizeStyle(d.value)},[n.renderSlot(H.$slots,"before",{},(()=>[H.src?(n.openBlock(),n.createElementBlock("img",{key:0,src:H.src,class:"px-diff__img"},null,8,Ns)):n.createCommentVNode("",!0)]))],4),n.createElementVNode("div",Os,[n.renderSlot(H.$slots,"after",{},(()=>[H.src?(n.openBlock(),n.createElementBlock(n.Fragment,{key:0},[n.createElementVNode("canvas",{ref_key:"canvasRef",ref:l,class:"px-diff__canvas"},null,512),n.createElementVNode("img",{ref_key:"originRef",ref:i,src:H.src,style:{display:"none"},crossorigin:"anonymous",onLoad:f,onError:V},null,40,$s)],64)):n.createCommentVNode("",!0)]))]),n.createElementVNode("div",{class:"px-diff__handle",style:n.normalizeStyle(p.value),role:"separator",tabindex:"0","aria-valuenow":u.value,"aria-valuemin":"0","aria-valuemax":"100","aria-label":"Comparison slider",onKeydown:M},[n.createElementVNode("div",{class:"px-diff__handle-grip",onMousedown:n.withModifiers(g,["prevent"]),onTouchstart:n.withModifiers(g,["prevent"])},null,32)],44,Ps)],6))}})),js=["aria-orientation"],Ts={key:0,class:"px-divider__text"},Jr=D(n.defineComponent({name:"PxDivider",__name:"Divider",props:{direction:{default:"horizontal"},contentPosition:{default:"center"},type:{},color:{},borderStyle:{default:"solid"},content:{}},setup(e){const o=e,t=n.useSlots(),v={"line-color":"color"},r=n.computed((()=>o.color?re(te(o.color),"px-divider",v):{})),h=n.computed((()=>!(o.direction!=="horizontal"||!t.default&&!o.content)));return(l,i)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["px-divider",{"is-vertical":l.direction==="vertical",[`px-divider--${l.contentPosition}`]:h.value,[`px-divider--${l.type}`]:l.type,[`px-divider--${l.borderStyle}`]:l.borderStyle!=="solid"}]),style:n.normalizeStyle(r.value),role:"separator","aria-orientation":l.direction},[h.value?(n.openBlock(),n.createElementBlock("span",Ts,[n.renderSlot(l.$slots,"default",{},(()=>[n.createTextVNode(n.toDisplayString(l.content),1)]))])):n.createCommentVNode("",!0)],14,js))}})),Ls=["id"],Ds={class:"px-drawer__content"},Rs=["aria-labelledby"],Fs={key:0,class:"px-drawer__header"},Gs=["id"],Ws={class:"px-drawer__body"},Xs=n.defineComponent({name:"PxDrawer",__name:"Drawer",props:{modelValue:{type:Boolean},placement:{default:"left"},size:{default:"300px"},showOverlay:{type:Boolean,default:!0},lockScroll:{type:Boolean,default:!0},closeOnClickOverlay:{type:Boolean,default:!0},closeOnEsc:{type:Boolean,default:!0},title:{}},emits:["update:modelValue","open","close"],setup(e,{expose:o,emit:t}){const v=e,r=t,h=se("px-drawer"),{nextZIndex:l}=X2(),i=n.ref(0),s=n.ref(v.modelValue),a=n.computed((()=>({width:v.size,zIndex:i.value})));function u(f){v.lockScroll&&(document.body.style.overflow=f?"hidden":"")}function c(){i.value=l(),s.value=!0,r("open"),u(!0)}function m(){s.value=!1,u(!1)}function d(){c(),r("update:modelValue",!0)}function p(){m(),r("update:modelValue",!1),r("close")}function w(){v.closeOnClickOverlay&&p()}return n.watch((()=>v.modelValue),(f=>{f&&!s.value?c():f&&s.value?u(!0):!f&&s.value&&m()}),{immediate:!0}),W2(document,"keydown",(f=>{v.closeOnEsc&&s.value&&f.key==="Escape"&&p()})),n.onUnmounted((()=>{s.value&&u(!1)})),o({open:()=>{s.value||d()},close:()=>{s.value&&p()},toggle:()=>{s.value?p():d()}}),(f,V)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["px-drawer",[`px-drawer--${f.placement}`]]),id:n.unref(h)},[n.createElementVNode("div",Ds,[n.renderSlot(f.$slots,"default",{},void 0,!0)]),(n.openBlock(),n.createBlock(n.Teleport,{to:"body"},[f.showOverlay&&s.value?(n.openBlock(),n.createElementBlock("div",{key:0,class:"px-drawer-overlay",style:n.normalizeStyle({zIndex:i.value-1}),onClick:w},null,4)):n.createCommentVNode("",!0),n.createVNode(n.Transition,{name:`px-drawer-slide-${f.placement}`},{default:n.withCtx((()=>[s.value?(n.openBlock(),n.createElementBlock("div",{key:0,class:n.normalizeClass(["px-drawer__sidebar",[`px-drawer__sidebar--${f.placement}`]]),style:n.normalizeStyle(a.value),role:"dialog","aria-labelledby":f.title?`${n.unref(h)}-title`:void 0},[f.title?(n.openBlock(),n.createElementBlock("div",Fs,[n.createElementVNode("span",{id:`${n.unref(h)}-title`,class:"px-drawer__title"},n.toDisplayString(f.title),9,Gs)])):n.createCommentVNode("",!0),n.createElementVNode("div",Ws,[n.renderSlot(f.$slots,"sidebar",{},void 0,!0)])],14,Rs)):n.createCommentVNode("",!0)])),_:3},8,["name"])]))],10,Ls))}}),Yr=D(q(Xs,[["__scopeId","data-v-647267d6"]]));var fe="top",xe="bottom",ye="right",ge="left",Yn="auto",U2=[fe,xe,ye,ge],g2="start",K2="end",Qr="viewport",J2="popper",qr=U2.reduce((function(e,o){return e.concat([o+"-"+g2,o+"-"+K2])}),[]),eh=[].concat(U2,[Yn]).reduce((function(e,o){return e.concat([o,o+"-"+g2,o+"-"+K2])}),[]),Us=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"];function Ee(e){return e?(e.nodeName||"").toLowerCase():null}function ze(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var o=e.ownerDocument;return o&&o.defaultView||window}return e}function t2(e){return e instanceof ze(e).Element||e instanceof Element}function be(e){return e instanceof ze(e).HTMLElement||e instanceof HTMLElement}function Qn(e){return typeof ShadowRoot<"u"&&(e instanceof ze(e).ShadowRoot||e instanceof ShadowRoot)}const Ks={name:"applyStyles",enabled:!0,phase:"write",fn:function(e){var o=e.state;Object.keys(o.elements).forEach((function(t){var v=o.styles[t]||{},r=o.attributes[t]||{},h=o.elements[t];be(h)&&Ee(h)&&(Object.assign(h.style,v),Object.keys(r).forEach((function(l){var i=r[l];i===!1?h.removeAttribute(l):h.setAttribute(l,i===!0?"":i)})))}))},effect:function(e){var o=e.state,t={popper:{position:o.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(o.elements.popper.style,t.popper),o.styles=t,o.elements.arrow&&Object.assign(o.elements.arrow.style,t.arrow),function(){Object.keys(o.elements).forEach((function(v){var r=o.elements[v],h=o.attributes[v]||{},l=Object.keys(o.styles.hasOwnProperty(v)?o.styles[v]:t[v]).reduce((function(i,s){return i[s]="",i}),{});be(r)&&Ee(r)&&(Object.assign(r.style,l),Object.keys(h).forEach((function(i){r.removeAttribute(i)})))}))}},requires:["computeStyles"]};function Ae(e){return e.split("-")[0]}var v2=Math.max,Zo=Math.min,w2=Math.round;function qn(){var e=navigator.userAgentData;return e!=null&&e.brands&&Array.isArray(e.brands)?e.brands.map((function(o){return o.brand+"/"+o.version})).join(" "):navigator.userAgent}function oh(){return!/^((?!chrome|android).)*safari/i.test(qn())}function z2(e,o,t){o===void 0&&(o=!1),t===void 0&&(t=!1);var v=e.getBoundingClientRect(),r=1,h=1;o&&be(e)&&(r=e.offsetWidth>0&&w2(v.width)/e.offsetWidth||1,h=e.offsetHeight>0&&w2(v.height)/e.offsetHeight||1);var l=(t2(e)?ze(e):window).visualViewport,i=!oh()&&t,s=(v.left+(i&&l?l.offsetLeft:0))/r,a=(v.top+(i&&l?l.offsetTop:0))/h,u=v.width/r,c=v.height/h;return{width:u,height:c,top:a,right:s+u,bottom:a+c,left:s,x:s,y:a}}function et(e){var o=z2(e),t=e.offsetWidth,v=e.offsetHeight;return Math.abs(o.width-t)<=1&&(t=o.width),Math.abs(o.height-v)<=1&&(v=o.height),{x:e.offsetLeft,y:e.offsetTop,width:t,height:v}}function nh(e,o){var t=o.getRootNode&&o.getRootNode();if(e.contains(o))return!0;if(t&&Qn(t)){var v=o;do{if(v&&e.isSameNode(v))return!0;v=v.parentNode||v.host}while(v)}return!1}function Le(e){return ze(e).getComputedStyle(e)}function Js(e){return["table","td","th"].indexOf(Ee(e))>=0}function Ke(e){return((t2(e)?e.ownerDocument:e.document)||window.document).documentElement}function Io(e){return Ee(e)==="html"?e:e.assignedSlot||e.parentNode||(Qn(e)?e.host:null)||Ke(e)}function th(e){return be(e)&&Le(e).position!=="fixed"?e.offsetParent:null}function Y2(e){for(var o=ze(e),t=th(e);t&&Js(t)&&Le(t).position==="static";)t=th(t);return t&&(Ee(t)==="html"||Ee(t)==="body"&&Le(t).position==="static")?o:t||(function(v){var r=/firefox/i.test(qn());if(/Trident/i.test(qn())&&be(v)&&Le(v).position==="fixed")return null;var h=Io(v);for(Qn(h)&&(h=h.host);be(h)&&["html","body"].indexOf(Ee(h))<0;){var l=Le(h);if(l.transform!=="none"||l.perspective!=="none"||l.contain==="paint"||["transform","perspective"].indexOf(l.willChange)!==-1||r&&l.willChange==="filter"||r&&l.filter&&l.filter!=="none")return h;h=h.parentNode}return null})(e)||o}function ot(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function Q2(e,o,t){return v2(e,Zo(o,t))}function vh(e){return Object.assign({},{top:0,right:0,bottom:0,left:0},e)}function rh(e,o){return o.reduce((function(t,v){return t[v]=e,t}),{})}const Ys={name:"arrow",enabled:!0,phase:"main",fn:function(e){var o,t=e.state,v=e.name,r=e.options,h=t.elements.arrow,l=t.modifiersData.popperOffsets,i=Ae(t.placement),s=ot(i),a=[ge,ye].indexOf(i)>=0?"height":"width";if(h&&l){var u=(function(H,C){return vh(typeof(H=typeof H=="function"?H(Object.assign({},C.rects,{placement:C.placement})):H)!="number"?H:rh(H,U2))})(r.padding,t),c=et(h),m=s==="y"?fe:ge,d=s==="y"?xe:ye,p=t.rects.reference[a]+t.rects.reference[s]-l[s]-t.rects.popper[a],w=l[s]-t.rects.reference[s],f=Y2(h),V=f?s==="y"?f.clientHeight||0:f.clientWidth||0:0,z=p/2-w/2,b=u[m],g=V-c[a]-u[d],y=V/2-c[a]/2+z,x=Q2(b,y,g),M=s;t.modifiersData[v]=((o={})[M]=x,o.centerOffset=x-y,o)}},effect:function(e){var o=e.state,t=e.options.element,v=t===void 0?"[data-popper-arrow]":t;v!=null&&(typeof v!="string"||(v=o.elements.popper.querySelector(v)))&&nh(o.elements.popper,v)&&(o.elements.arrow=v)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function V2(e){return e.split("-")[1]}var Qs={top:"auto",right:"auto",bottom:"auto",left:"auto"};function hh(e){var o,t=e.popper,v=e.popperRect,r=e.placement,h=e.variation,l=e.offsets,i=e.position,s=e.gpuAcceleration,a=e.adaptive,u=e.roundOffsets,c=e.isFixed,m=l.x,d=m===void 0?0:m,p=l.y,w=p===void 0?0:p,f=typeof u=="function"?u({x:d,y:w}):{x:d,y:w};d=f.x,w=f.y;var V=l.hasOwnProperty("x"),z=l.hasOwnProperty("y"),b=ge,g=fe,y=window;if(a){var x=Y2(t),M="clientHeight",H="clientWidth";x===ze(t)&&Le(x=Ke(t)).position!=="static"&&i==="absolute"&&(M="scrollHeight",H="scrollWidth"),(r===fe||(r===ge||r===ye)&&h===K2)&&(g=xe,w-=(c&&x===y&&y.visualViewport?y.visualViewport.height:x[M])-v.height,w*=s?1:-1),r!==ge&&(r!==fe&&r!==xe||h!==K2)||(b=ye,d-=(c&&x===y&&y.visualViewport?y.visualViewport.width:x[H])-v.width,d*=s?1:-1)}var C,B=Object.assign({position:i},a&&Qs),_=u===!0?(function(E,I){var k=E.x,O=E.y,N=I.devicePixelRatio||1;return{x:w2(k*N)/N||0,y:w2(O*N)/N||0}})({x:d,y:w},ze(t)):{x:d,y:w};return d=_.x,w=_.y,s?Object.assign({},B,((C={})[g]=z?"0":"",C[b]=V?"0":"",C.transform=(y.devicePixelRatio||1)<=1?"translate("+d+"px, "+w+"px)":"translate3d("+d+"px, "+w+"px, 0)",C)):Object.assign({},B,((o={})[g]=z?w+"px":"",o[b]=V?d+"px":"",o.transform="",o))}var So={passive:!0},qs={left:"right",right:"left",bottom:"top",top:"bottom"};function Eo(e){return e.replace(/left|right|bottom|top/g,(function(o){return qs[o]}))}var ec={start:"end",end:"start"};function lh(e){return e.replace(/start|end/g,(function(o){return ec[o]}))}function nt(e){var o=ze(e);return{scrollLeft:o.pageXOffset,scrollTop:o.pageYOffset}}function tt(e){return z2(Ke(e)).left+nt(e).scrollLeft}function vt(e){var o=Le(e),t=o.overflow,v=o.overflowX,r=o.overflowY;return/auto|scroll|overlay|hidden/.test(t+r+v)}function ih(e){return["html","body","#document"].indexOf(Ee(e))>=0?e.ownerDocument.body:be(e)&&vt(e)?e:ih(Io(e))}function q2(e,o){var t;o===void 0&&(o=[]);var v=ih(e),r=v===((t=e.ownerDocument)==null?void 0:t.body),h=ze(v),l=r?[h].concat(h.visualViewport||[],vt(v)?v:[]):v,i=o.concat(l);return r?i:i.concat(q2(Io(l)))}function rt(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function ah(e,o,t){return o===Qr?rt((function(v,r){var h=ze(v),l=Ke(v),i=h.visualViewport,s=l.clientWidth,a=l.clientHeight,u=0,c=0;if(i){s=i.width,a=i.height;var m=oh();(m||!m&&r==="fixed")&&(u=i.offsetLeft,c=i.offsetTop)}return{width:s,height:a,x:u+tt(v),y:c}})(e,t)):t2(o)?(function(v,r){var h=z2(v,!1,r==="fixed");return h.top=h.top+v.clientTop,h.left=h.left+v.clientLeft,h.bottom=h.top+v.clientHeight,h.right=h.left+v.clientWidth,h.width=v.clientWidth,h.height=v.clientHeight,h.x=h.left,h.y=h.top,h})(o,t):rt((function(v){var r,h=Ke(v),l=nt(v),i=(r=v.ownerDocument)==null?void 0:r.body,s=v2(h.scrollWidth,h.clientWidth,i?i.scrollWidth:0,i?i.clientWidth:0),a=v2(h.scrollHeight,h.clientHeight,i?i.scrollHeight:0,i?i.clientHeight:0),u=-l.scrollLeft+tt(v),c=-l.scrollTop;return Le(i||h).direction==="rtl"&&(u+=v2(h.clientWidth,i?i.clientWidth:0)-s),{width:s,height:a,x:u,y:c}})(Ke(e)))}function sh(e){var o,t=e.reference,v=e.element,r=e.placement,h=r?Ae(r):null,l=r?V2(r):null,i=t.x+t.width/2-v.width/2,s=t.y+t.height/2-v.height/2;switch(h){case fe:o={x:i,y:t.y-v.height};break;case xe:o={x:i,y:t.y+t.height};break;case ye:o={x:t.x+t.width,y:s};break;case ge:o={x:t.x-v.width,y:s};break;default:o={x:t.x,y:t.y}}var a=h?ot(h):null;if(a!=null){var u=a==="y"?"height":"width";switch(l){case g2:o[a]=o[a]-(t[u]/2-v[u]/2);break;case K2:o[a]=o[a]+(t[u]/2-v[u]/2)}}return o}function eo(e,o){o===void 0&&(o={});var t=o,v=t.placement,r=v===void 0?e.placement:v,h=t.strategy,l=h===void 0?e.strategy:h,i=t.boundary,s=i===void 0?"clippingParents":i,a=t.rootBoundary,u=a===void 0?Qr:a,c=t.elementContext,m=c===void 0?J2:c,d=t.altBoundary,p=d!==void 0&&d,w=t.padding,f=w===void 0?0:w,V=vh(typeof f!="number"?f:rh(f,U2)),z=m===J2?"reference":J2,b=e.rects.popper,g=e.elements[p?z:m],y=(function(I,k,O,N){var P=k==="clippingParents"?(function(T){var R=q2(Io(T)),X=["absolute","fixed"].indexOf(Le(T).position)>=0&&be(T)?Y2(T):T;return t2(X)?R.filter((function(K){return t2(K)&&nh(K,X)&&Ee(K)!=="body"})):[]})(I):[].concat(k),$=[].concat(P,[O]),W=$[0],j=$.reduce((function(T,R){var X=ah(I,R,N);return T.top=v2(X.top,T.top),T.right=Zo(X.right,T.right),T.bottom=Zo(X.bottom,T.bottom),T.left=v2(X.left,T.left),T}),ah(I,W,N));return j.width=j.right-j.left,j.height=j.bottom-j.top,j.x=j.left,j.y=j.top,j})(t2(g)?g:g.contextElement||Ke(e.elements.popper),s,u,l),x=z2(e.elements.reference),M=sh({reference:x,element:b,placement:r}),H=rt(Object.assign({},b,M)),C=m===J2?H:x,B={top:y.top-C.top+V.top,bottom:C.bottom-y.bottom+V.bottom,left:y.left-C.left+V.left,right:C.right-y.right+V.right},_=e.modifiersData.offset;if(m===J2&&_){var E=_[r];Object.keys(B).forEach((function(I){var k=[ye,xe].indexOf(I)>=0?1:-1,O=[fe,xe].indexOf(I)>=0?"y":"x";B[I]+=E[O]*k}))}return B}function oc(e,o){o===void 0&&(o={});var t=o,v=t.placement,r=t.boundary,h=t.rootBoundary,l=t.padding,i=t.flipVariations,s=t.allowedAutoPlacements,a=s===void 0?eh:s,u=V2(v),c=u?i?qr:qr.filter((function(p){return V2(p)===u})):U2,m=c.filter((function(p){return a.indexOf(p)>=0}));m.length===0&&(m=c);var d=m.reduce((function(p,w){return p[w]=eo(e,{placement:w,boundary:r,rootBoundary:h,padding:l})[Ae(w)],p}),{});return Object.keys(d).sort((function(p,w){return d[p]-d[w]}))}const nc={name:"flip",enabled:!0,phase:"main",fn:function(e){var o=e.state,t=e.options,v=e.name;if(!o.modifiersData[v]._skip){for(var r=t.mainAxis,h=r===void 0||r,l=t.altAxis,i=l===void 0||l,s=t.fallbackPlacements,a=t.padding,u=t.boundary,c=t.rootBoundary,m=t.altBoundary,d=t.flipVariations,p=d===void 0||d,w=t.allowedAutoPlacements,f=o.options.placement,V=Ae(f),z=s||(V!==f&&p?(function(T){if(Ae(T)===Yn)return[];var R=Eo(T);return[lh(T),R,lh(R)]})(f):[Eo(f)]),b=[f].concat(z).reduce((function(T,R){return T.concat(Ae(R)===Yn?oc(o,{placement:R,boundary:u,rootBoundary:c,padding:a,flipVariations:p,allowedAutoPlacements:w}):R)}),[]),g=o.rects.reference,y=o.rects.popper,x=new Map,M=!0,H=b[0],C=0;C<b.length;C++){var B=b[C],_=Ae(B),E=V2(B)===g2,I=[fe,xe].indexOf(_)>=0,k=I?"width":"height",O=eo(o,{placement:B,boundary:u,rootBoundary:c,altBoundary:m,padding:a}),N=I?E?ye:ge:E?xe:fe;g[k]>y[k]&&(N=Eo(N));var P=Eo(N),$=[];if(h&&$.push(O[_]<=0),i&&$.push(O[N]<=0,O[P]<=0),$.every((function(T){return T}))){H=B,M=!1;break}x.set(B,$)}if(M)for(var W=function(T){var R=b.find((function(X){var K=x.get(X);if(K)return K.slice(0,T).every((function(we){return we}))}));if(R)return H=R,"break"},j=p?3:1;j>0&&W(j)!=="break";j--);o.placement!==H&&(o.modifiersData[v]._skip=!0,o.placement=H,o.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}};function ch(e,o,t){return t===void 0&&(t={x:0,y:0}),{top:e.top-o.height-t.y,right:e.right-o.width+t.x,bottom:e.bottom-o.height+t.y,left:e.left-o.width-t.x}}function uh(e){return[fe,ye,xe,ge].some((function(o){return e[o]>=0}))}function tc(e,o,t){t===void 0&&(t=!1);var v,r,h=be(o),l=be(o)&&(function(c){var m=c.getBoundingClientRect(),d=w2(m.width)/c.offsetWidth||1,p=w2(m.height)/c.offsetHeight||1;return d!==1||p!==1})(o),i=Ke(o),s=z2(e,l,t),a={scrollLeft:0,scrollTop:0},u={x:0,y:0};return(h||!h&&!t)&&((Ee(o)!=="body"||vt(i))&&(a=(v=o)!==ze(v)&&be(v)?{scrollLeft:(r=v).scrollLeft,scrollTop:r.scrollTop}:nt(v)),be(o)?((u=z2(o,!0)).x+=o.clientLeft,u.y+=o.clientTop):i&&(u.x=tt(i))),{x:s.left+a.scrollLeft-u.x,y:s.top+a.scrollTop-u.y,width:s.width,height:s.height}}function vc(e){var o=new Map,t=new Set,v=[];function r(h){t.add(h.name),[].concat(h.requires||[],h.requiresIfExists||[]).forEach((function(l){if(!t.has(l)){var i=o.get(l);i&&r(i)}})),v.push(h)}return e.forEach((function(h){o.set(h.name,h)})),e.forEach((function(h){t.has(h.name)||r(h)})),v}var dh={placement:"bottom",modifiers:[],strategy:"absolute"};function mh(){for(var e=arguments.length,o=new Array(e),t=0;t<e;t++)o[t]=arguments[t];return!o.some((function(v){return!(v&&typeof v.getBoundingClientRect=="function")}))}function rc(e){e===void 0&&(e={});var o=e,t=o.defaultModifiers,v=t===void 0?[]:t,r=o.defaultOptions,h=r===void 0?dh:r;return function(l,i,s){s===void 0&&(s=h);var a,u,c={placement:"bottom",orderedModifiers:[],options:Object.assign({},dh,h),modifiersData:{},elements:{reference:l,popper:i},attributes:{},styles:{}},m=[],d=!1,p={state:c,setOptions:function(f){var V=typeof f=="function"?f(c.options):f;w(),c.options=Object.assign({},h,c.options,V),c.scrollParents={reference:t2(l)?q2(l):l.contextElement?q2(l.contextElement):[],popper:q2(i)};var z,b,g=(function(y){var x=vc(y);return Us.reduce((function(M,H){return M.concat(x.filter((function(C){return C.phase===H})))}),[])})((z=[].concat(v,c.options.modifiers),b=z.reduce((function(y,x){var M=y[x.name];return y[x.name]=M?Object.assign({},M,x,{options:Object.assign({},M.options,x.options),data:Object.assign({},M.data,x.data)}):x,y}),{}),Object.keys(b).map((function(y){return b[y]}))));return c.orderedModifiers=g.filter((function(y){return y.enabled})),c.orderedModifiers.forEach((function(y){var x=y.name,M=y.options,H=M===void 0?{}:M,C=y.effect;if(typeof C=="function"){var B=C({state:c,name:x,instance:p,options:H});m.push(B||function(){})}})),p.update()},forceUpdate:function(){if(!d){var f=c.elements,V=f.reference,z=f.popper;if(mh(V,z)){c.rects={reference:tc(V,Y2(z),c.options.strategy==="fixed"),popper:et(z)},c.reset=!1,c.placement=c.options.placement,c.orderedModifiers.forEach((function(C){return c.modifiersData[C.name]=Object.assign({},C.data)}));for(var b=0;b<c.orderedModifiers.length;b++)if(c.reset!==!0){var g=c.orderedModifiers[b],y=g.fn,x=g.options,M=x===void 0?{}:x,H=g.name;typeof y=="function"&&(c=y({state:c,options:M,name:H,instance:p})||c)}else c.reset=!1,b=-1}}},update:(a=function(){return new Promise((function(f){p.forceUpdate(),f(c)}))},function(){return u||(u=new Promise((function(f){Promise.resolve().then((function(){u=void 0,f(a())}))}))),u}),destroy:function(){w(),d=!0}};if(!mh(l,i))return p;function w(){m.forEach((function(f){return f()})),m=[]}return p.setOptions(s).then((function(f){!d&&s.onFirstUpdate&&s.onFirstUpdate(f)})),p}}var hc=rc({defaultModifiers:[{name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(e){var o=e.state,t=e.instance,v=e.options,r=v.scroll,h=r===void 0||r,l=v.resize,i=l===void 0||l,s=ze(o.elements.popper),a=[].concat(o.scrollParents.reference,o.scrollParents.popper);return h&&a.forEach((function(u){u.addEventListener("scroll",t.update,So)})),i&&s.addEventListener("resize",t.update,So),function(){h&&a.forEach((function(u){u.removeEventListener("scroll",t.update,So)})),i&&s.removeEventListener("resize",t.update,So)}},data:{}},{name:"popperOffsets",enabled:!0,phase:"read",fn:function(e){var o=e.state,t=e.name;o.modifiersData[t]=sh({reference:o.rects.reference,element:o.rects.popper,placement:o.placement})},data:{}},{name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(e){var o=e.state,t=e.options,v=t.gpuAcceleration,r=v===void 0||v,h=t.adaptive,l=h===void 0||h,i=t.roundOffsets,s=i===void 0||i,a={placement:Ae(o.placement),variation:V2(o.placement),popper:o.elements.popper,popperRect:o.rects.popper,gpuAcceleration:r,isFixed:o.options.strategy==="fixed"};o.modifiersData.popperOffsets!=null&&(o.styles.popper=Object.assign({},o.styles.popper,hh(Object.assign({},a,{offsets:o.modifiersData.popperOffsets,position:o.options.strategy,adaptive:l,roundOffsets:s})))),o.modifiersData.arrow!=null&&(o.styles.arrow=Object.assign({},o.styles.arrow,hh(Object.assign({},a,{offsets:o.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:s})))),o.attributes.popper=Object.assign({},o.attributes.popper,{"data-popper-placement":o.placement})},data:{}},Ks,{name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(e){var o=e.state,t=e.options,v=e.name,r=t.offset,h=r===void 0?[0,0]:r,l=eh.reduce((function(u,c){return u[c]=(function(m,d,p){var w=Ae(m),f=[ge,fe].indexOf(w)>=0?-1:1,V=typeof p=="function"?p(Object.assign({},d,{placement:m})):p,z=V[0],b=V[1];return z=z||0,b=(b||0)*f,[ge,ye].indexOf(w)>=0?{x:b,y:z}:{x:z,y:b}})(c,o.rects,h),u}),{}),i=l[o.placement],s=i.x,a=i.y;o.modifiersData.popperOffsets!=null&&(o.modifiersData.popperOffsets.x+=s,o.modifiersData.popperOffsets.y+=a),o.modifiersData[v]=l}},nc,{name:"preventOverflow",enabled:!0,phase:"main",fn:function(e){var o=e.state,t=e.options,v=e.name,r=t.mainAxis,h=r===void 0||r,l=t.altAxis,i=l!==void 0&&l,s=t.boundary,a=t.rootBoundary,u=t.altBoundary,c=t.padding,m=t.tether,d=m===void 0||m,p=t.tetherOffset,w=p===void 0?0:p,f=eo(o,{boundary:s,rootBoundary:a,padding:c,altBoundary:u}),V=Ae(o.placement),z=V2(o.placement),b=!z,g=ot(V),y=g==="x"?"y":"x",x=o.modifiersData.popperOffsets,M=o.rects.reference,H=o.rects.popper,C=typeof w=="function"?w(Object.assign({},o.rects,{placement:o.placement})):w,B=typeof C=="number"?{mainAxis:C,altAxis:C}:Object.assign({mainAxis:0,altAxis:0},C),_=o.modifiersData.offset?o.modifiersData.offset[o.placement]:null,E={x:0,y:0};if(x){if(h){var I,k=g==="y"?fe:ge,O=g==="y"?xe:ye,N=g==="y"?"height":"width",P=x[g],$=P+f[k],W=P-f[O],j=d?-H[N]/2:0,T=z===g2?M[N]:H[N],R=z===g2?-H[N]:-M[N],X=o.elements.arrow,K=d&&X?et(X):{width:0,height:0},we=o.modifiersData["arrow#persistent"]?o.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},Re=we[k],Je=we[O],Fe=Q2(0,M[N],K[N]),b2=b?M[N]/2-j-Fe-Re-B.mainAxis:T-Fe-Re-B.mainAxis,B2=b?-M[N]/2+j+Fe+Je+B.mainAxis:R+Fe+Je+B.mainAxis,A=o.elements.arrow&&Y2(o.elements.arrow),L=A?g==="y"?A.clientTop||0:A.clientLeft||0:0,G=(I=_==null?void 0:_[g])!=null?I:0,pe=P+B2-G,l2=Q2(d?Zo($,P+b2-G-L):$,P,d?v2(W,pe):W);x[g]=l2,E[g]=l2-P}if(i){var vo,en=g==="x"?fe:ge,i2=g==="x"?xe:ye,ke=x[y],on=y==="y"?"height":"width",Kl=ke+f[en],Jl=ke-f[i2],Ht=[fe,ge].indexOf(V)!==-1,Yl=(vo=_==null?void 0:_[y])!=null?vo:0,Ql=Ht?Kl:ke-M[on]-H[on]-Yl+B.altAxis,ql=Ht?ke+M[on]+H[on]-Yl-B.altAxis:Jl,ei=d&&Ht?(function(wm,zm,xt){var oi=Q2(wm,zm,xt);return oi>xt?xt:oi})(Ql,ke,ql):Q2(d?Ql:Kl,ke,d?ql:Jl);x[y]=ei,E[y]=ei-ke}o.modifiersData[v]=E}},requiresIfExists:["offset"]},Ys,{name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(e){var o=e.state,t=e.name,v=o.rects.reference,r=o.rects.popper,h=o.modifiersData.preventOverflow,l=eo(o,{elementContext:"reference"}),i=eo(o,{altBoundary:!0}),s=ch(l,v),a=ch(i,r,h),u=uh(s),c=uh(a);o.modifiersData[t]={referenceClippingOffsets:s,popperEscapeOffsets:a,isReferenceHidden:u,hasPopperEscaped:c},o.attributes.popper=Object.assign({},o.attributes.popper,{"data-popper-reference-hidden":u,"data-popper-escaped":c})}}]});const lc=["aria-describedby"],ic=["id"],ac={key:0,class:"px-tooltip__arrow","data-popper-arrow":""},Ao=q(n.defineComponent({name:"PxTooltip",__name:"Tooltip",props:{content:{},trigger:{default:"hover"},placement:{default:"bottom"},manual:{type:Boolean},disabled:{type:Boolean},popperOptions:{},transition:{default:"fade"},showTimeout:{default:0},hideTimeout:{default:200},virtualRef:{},virtualTriggering:{type:Boolean},effect:{default:"dark"},type:{},enterable:{type:Boolean,default:!0},maxWidth:{},showArrow:{type:Boolean}},emits:["visible-change","click-outside"],setup(e,{expose:o,emit:t}){const v=e,r=t,h=n.ref(!1),l=se("px-tooltip"),i=n.ref({}),s=n.ref({}),a=n.ref({}),u=n.ref(),c=n.ref(),m=n.ref(),d=n.computed((()=>v.virtualTriggering?v.virtualRef:m.value)),p=n.computed((()=>({placement:v.placement,modifiers:[{name:"offset",options:{offset:[0,9]}}],...v.popperOptions}))),w=n.computed((()=>v.trigger==="hover"?v.showTimeout:0)),f=n.computed((()=>v.trigger==="hover"?v.hideTimeout:0)),V=n.computed((()=>v.maxWidth?{maxWidth:Se(v.maxWidth)}:{}));let z,b,g;function y(){b==null||b.cancel(),z==null||z()}function x(){z==null||z.cancel(),b==null||b()}function M(){h.value?x():y()}function H(k){v.disabled||(h.value=k,r("visible-change",k))}function C(){if(!v.disabled&&!v.manual)return v.trigger==="hover"?(i.value.mouseenter=y,s.value.mouseleave=x,void(v.enterable&&(a.value.mouseenter=y))):void(v.trigger!=="click"?v.trigger!=="contextmenu"||(i.value.contextmenu=k=>{k.preventDefault(),y()}):i.value.click=M)}function B(){g==null||g.destroy(),g=null}function _(){i.value={},s.value={},a.value={},C()}const E=y,I=()=>{z==null||z.cancel(),H(!1)};return n.watch(h,(k=>{k&&d.value&&c.value&&(g=hc(d.value,c.value,p.value))}),{flush:"post"}),n.watch((()=>v.manual),(k=>{k?_():C()})),n.watch((()=>v.trigger),(()=>{z==null||z.cancel(),h.value=!1,r("visible-change",!1),_()})),n.watchEffect((()=>{v.manual||C(),z==null||z.cancel(),b==null||b.cancel(),z=D2(m2(H,null,!0),w.value),b=D2(m2(H,null,!1),f.value)})),Dn(u,(()=>{r("click-outside"),v.trigger==="hover"||v.manual||h.value&&x()})),(function(k,O,N){let P,$;const W=new Map,j=()=>{const R=O.value;R&&yo(R)&&he(N.value,((X,K)=>{W.set(K,X),R.addEventListener(K,X)}))},T=R=>{const X=R??O.value;X&&yo(X)&&he(["mouseenter","click","contextmenu"],(K=>W.has(K)&&X.removeEventListener(K,W.get(K))))};n.onMounted((()=>{$=n.watch((()=>k.virtualRef),((R,X)=>{k.virtualTriggering&&(yo(X)&&T(X),yo(R)&&j())}),{immediate:!0}),P=n.watch(N,(()=>{k.virtualTriggering&&(T(),j(),z==null||z.cancel(),H(!1))}),{deep:!0})})),n.onUnmounted((()=>{P==null||P(),$==null||$()}))})(v,d,i),n.onUnmounted((()=>{B(),z==null||z.cancel(),b==null||b.cancel()})),o({show:E,hide:I,toggle:()=>{h.value?I():E()}}),(k,O)=>(n.openBlock(),n.createElementBlock("div",n.mergeProps({class:["px-tooltip",[`px-tooltip--${k.effect}`,k.type&&`px-tooltip--${k.type}`]],ref_key:"containerNode",ref:u},n.toHandlers(s.value,!0)),[k.virtualTriggering?n.renderSlot(k.$slots,"default",{key:1},void 0,!0):(n.openBlock(),n.createElementBlock("div",n.mergeProps({key:0,class:"px-tooltip__trigger",ref_key:"_triggerNode",ref:m},n.toHandlers(i.value,!0),{"aria-describedby":h.value?n.unref(l):void 0}),[n.renderSlot(k.$slots,"default",{},void 0,!0)],16,lc)),n.createVNode(n.Transition,{name:k.transition,onAfterLeave:B},{default:n.withCtx((()=>[h.value?(n.openBlock(),n.createElementBlock("div",n.mergeProps({key:0,class:"px-tooltip__popper",ref_key:"popperNode",ref:c},n.toHandlers(a.value,!0),{id:n.unref(l),style:V.value,role:"tooltip"}),[n.renderSlot(k.$slots,"content",{},(()=>[n.createTextVNode(n.toDisplayString(k.content),1)]),!0),k.showArrow?(n.openBlock(),n.createElementBlock("div",ac)):n.createCommentVNode("",!0)],16,ic)):n.createCommentVNode("",!0)])),_:3},8,["name"])],16))}}),[["__scopeId","data-v-d982dfd2"]]),ph=Symbol("dropdownContext"),sc={key:0,role:"separator",class:"divided-placeholder"},cc=["id","onKeydown"],fh=n.defineComponent({name:"PxDropdownItem",__name:"DropdownItem",props:{command:{default:se().value},label:{},disabled:{type:Boolean,default:!1},divided:{type:Boolean,default:!1},icon:{}},setup(e){const o=e,t=n.inject(ph),v=n.computed((()=>t==null?void 0:t.size.value));function r(){o.disabled||(t==null||t.handleItemClick(o))}return(h,l)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[h.divided?(n.openBlock(),n.createElementBlock("li",sc)):n.createCommentVNode("",!0),n.createElementVNode("li",{role:"menuitem",tabindex:"-1",id:`dropdown-item-${h.command}`,class:n.normalizeClass({"px-dropdown__item":!0,["px-dropdown__item--"+v.value]:v.value,"is-disabled":h.disabled,"is-divided":h.divided}),onClick:r,onKeydown:[n.withKeys(n.withModifiers(r,["prevent"]),["enter"]),n.withKeys(n.withModifiers(r,["prevent"]),["space"])]},[h.icon?(n.openBlock(),n.createBlock(U,{key:0,icon:h.icon,class:"px-dropdown__item-icon"},null,8,["icon"])):n.createCommentVNode("",!0),n.renderSlot(h.$slots,"default",{},(()=>[n.createTextVNode(n.toDisplayString(h.label),1)]))],42,cc)],64))}});function No(e,o){var t;(t=e[o])==null||t.focus()}const uc=["aria-expanded"],dc=n.defineComponent({name:"PxDropdown",inheritAttrs:!1,__name:"Dropdown",props:{type:{},size:{},items:{default:()=>[]},hideOnClick:{type:Boolean,default:!0},splitButton:{type:Boolean},maxHeight:{},hoverColor:{},content:{},trigger:{},placement:{},manual:{type:Boolean},disabled:{type:Boolean},popperOptions:{},transition:{},showTimeout:{},hideTimeout:{},virtualRef:{},virtualTriggering:{type:Boolean},effect:{},enterable:{type:Boolean},maxWidth:{},showArrow:{type:Boolean}},emits:["visible-change","command","click"],setup(e,{expose:o,emit:t}){const v=e,r=t;n.useSlots();const h=n.ref(),l=n.ref(),i=n.ref(),s=n.ref(!1),a=n.computed((()=>{var m;return{...Kv(v,["items","hideOnClick","size","type","splitButton","maxHeight","hoverColor"]),popperOptions:{...v.popperOptions,modifiers:[{name:"offset",options:{offset:[0,v.showArrow?9:0]}},...((m=v.popperOptions)==null?void 0:m.modifiers)??[]]}}})),u=n.computed((()=>{const m={};if(v.maxHeight){const d=typeof v.maxHeight=="number"?`${v.maxHeight}px`:v.maxHeight;m.maxHeight=d,m.overflowY="auto"}return v.hoverColor&&(m["--px-dropdown-menuItem-hover-fill"]=v.hoverColor),Object.keys(m).length?m:void 0}));function c(){var m;(m=h.value)==null||m.toggle()}return Dn(l,(()=>{var m;v.splitButton&&((m=h.value)==null||m.hide())})),(function(m){const{menuRef:d,triggerRef:p,isOpen:w,close:f}=m;function V(z){const b=d.value;if(!b)return;const g=(function(x){return Array.from(x.querySelectorAll(".px-dropdown__item:not(.is-disabled)"))})(b);if(!g.length)return;const y=(function(x){return x.indexOf(document.activeElement)})(g);switch(z.key){case"ArrowDown":z.preventDefault(),No(g,y===-1?0:y<g.length-1?y+1:0);break;case"ArrowUp":z.preventDefault(),No(g,y===-1?g.length-1:y>0?y-1:g.length-1);break;case"Home":z.preventDefault(),No(g,0);break;case"End":z.preventDefault(),No(g,g.length-1);break;case"Escape":z.preventDefault(),f(),n.nextTick((()=>{var x;return(x=p.value)==null?void 0:x.focus()}));break;case"Tab":f()}}n.watch(w,(z=>{var b;z?n.nextTick((()=>{const g=d.value;g&&(g.focus(),g.addEventListener("keydown",V))})):(b=d.value)==null||b.removeEventListener("keydown",V)})),n.onBeforeUnmount((()=>{var z;(z=d.value)==null||z.removeEventListener("keydown",V)}))})({menuRef:i,triggerRef:l,isOpen:s,close:()=>{var m;return(m=h.value)==null?void 0:m.hide()}}),(function(){var m,d;const p=new Map,w=n.getCurrentInstance(),f=(d=(m=n.useSlots())==null?void 0:m.default)==null?void 0:d.call(m);n.watchEffect((()=>{w!=null&&w.props.disabled?Rn(f??[],(V=>{V!=null&&V.props&&(p.set(V,Av(V.props)),V.props=vv(V==null?void 0:V.props,{style:{cursor:"not-allowed",color:"var(--px-text-color-placeholder)"}}))})):Rn(f??[],(V=>{p.has(V)&&(V.props=p.get(V))}))}))})(),n.provide(ph,{handleItemClick:function(m){var d;v.hideOnClick&&((d=h.value)==null||d.hide()),!Ge(m.command)&&r("command",m.command)},size:n.computed((()=>v.size))}),o({open:()=>{var m;return(m=h.value)==null?void 0:m.show()},close:()=>{var m;return(m=h.value)==null?void 0:m.hide()}}),(m,d)=>(n.openBlock(),n.createElementBlock("div",{ref_key:"dropdownRef",ref:l,class:n.normalizeClass(["px-dropdown",{"is-disabled":v.disabled}]),"aria-haspopup":"true","aria-expanded":s.value,tabindex:"0"},[n.createVNode(Ao,n.mergeProps({ref_key:"tooltipRef",ref:h},a.value,{manual:m.splitButton,onVisibleChange:d[1]||(d[1]=p=>{s.value=p,m.$emit("visible-change",p)})}),{content:n.withCtx((()=>[n.createElementVNode("div",{ref_key:"menuRef",ref:i,class:"px-dropdown__menu",role:"menu",tabindex:"-1",style:n.normalizeStyle(u.value)},[n.renderSlot(m.$slots,"dropdown",{},(()=>[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(m.items,(p=>(n.openBlock(),n.createBlock(fh,n.mergeProps({key:p.command,ref_for:!0},p),null,16)))),128))]))],4)])),default:n.withCtx((()=>[m.splitButton?(n.openBlock(),n.createBlock(n.unref(Ln),{key:0,type:m.type,size:m.size,disabled:m.disabled},{default:n.withCtx((()=>[n.createVNode(n.unref(Mo),{onClick:d[0]||(d[0]=p=>m.$emit("click",p))},{default:n.withCtx((()=>[n.renderSlot(m.$slots,"default")])),_:3}),n.createVNode(n.unref(Mo),{icon:"chevron-down",onClick:c})])),_:3},8,["type","size","disabled"])):n.renderSlot(m.$slots,"default",{key:1})])),_:3},16,["manual"])],10,uc))}}),gh=D(dc),wh=D(fh),mc=n.defineComponent({name:"PxForm",__name:"Form",props:{model:{},rules:{},disabled:{type:Boolean},inline:{type:Boolean},statusIcon:{type:Boolean},labelWidth:{},labelPosition:{default:"right"},labelSuffix:{},showMessage:{type:Boolean,default:!0},hideRequiredAsterisk:{type:Boolean,default:!1},requiredAsteriskPosition:{default:"left"}},emits:["validate"],setup(e,{expose:o,emit:t}){const v=e,r=t,h=[],l=async(a,u)=>{try{const c=await(async function(m=[]){let d={};for(const p of m)try{await p.validate("")}catch(w){d={...d,...w}}return!We(Object.keys(d))||Promise.reject(d)})(i(h,a??[]));return c===!0&&(u==null||u(c)),c}catch(c){if(c instanceof Error)throw c;const m=c;return u==null||u(!1,m),Promise.reject(m)}};function i(a,u){return We(u)?Te(a,(c=>p2(u,c.prop))):a}const s=n.reactive({...n.toRefs(v),emits:r,addField:a=>{a.prop&&h.push(a)},removeField:a=>{a.prop&&h.splice(h.indexOf(a),1)}});return n.provide(Xn,s),o({validate:async a=>l([],a),validateField:l,resetFields:a=>{he(i(h,a??[]),(u=>u.resetField()))},clearValidate:a=>{he(i(h,a??[]),(u=>u.clearValidate()))}}),(a,u)=>(n.openBlock(),n.createElementBlock("form",{class:n.normalizeClass(["px-form",{"is-inline":a.inline}])},[n.renderSlot(a.$slots,"default")],2))}});function Z(e,o,t){function v(i,s){if(i._zod||Object.defineProperty(i,"_zod",{value:{def:s,constr:l,traits:new Set},enumerable:!1}),i._zod.traits.has(e))return;i._zod.traits.add(e),o(i,s);const a=l.prototype,u=Object.keys(a);for(let c=0;c<u.length;c++){const m=u[c];m in i||(i[m]=a[m].bind(i))}}const r=(t==null?void 0:t.Parent)??Object;class h extends r{}function l(i){var s;const a=t!=null&&t.Parent?new h:this;v(a,i),(s=a._zod).deferred??(s.deferred=[]);for(const u of a._zod.deferred)u();return a}return Object.defineProperty(h,"name",{value:e}),Object.defineProperty(l,"init",{value:v}),Object.defineProperty(l,Symbol.hasInstance,{value:i=>{var s,a;return!!(t!=null&&t.Parent&&i instanceof t.Parent)||((a=(s=i==null?void 0:i._zod)==null?void 0:s.traits)==null?void 0:a.has(e))}}),Object.defineProperty(l,"name",{value:e}),l}class H2 extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}}class zh extends Error{constructor(o){super(`Encountered unidirectional transform during encode: ${o}`),this.name="ZodEncodeError"}}const pc={};function r2(e){return pc}function ht(e,o){return typeof o=="bigint"?o.toString():o}function lt(e){return e==null}function it(e){const o=e.startsWith("^")?1:0,t=e.endsWith("$")?e.length-1:e.length;return e.slice(o,t)}const Vh=Symbol("evaluating");function J(e,o,t){let v;Object.defineProperty(e,o,{get(){if(v!==Vh)return v===void 0&&(v=Vh,v=t()),v},set(r){Object.defineProperty(e,o,{value:r})},configurable:!0})}const Hh="captureStackTrace"in Error?Error.captureStackTrace:(...e)=>{};function xh(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function at(e){if(xh(e)===!1)return!1;const o=e.constructor;if(o===void 0||typeof o!="function")return!0;const t=o.prototype;return xh(t)!==!1&&Object.prototype.hasOwnProperty.call(t,"isPrototypeOf")!==!1}function yh(e){return at(e)?{...e}:Array.isArray(e)?[...e]:e}function st(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function F(e){const o=e;if(!o)return{};if(typeof o=="string")return{error:()=>o};if((o==null?void 0:o.message)!==void 0){if((o==null?void 0:o.error)!==void 0)throw new Error("Cannot specify both `message` and `error` params");o.error=o.message}return delete o.message,typeof o.error=="string"?{...o,error:()=>o.error}:o}function x2(e,o=0){var t;if(e.aborted===!0)return!0;for(let v=o;v<e.issues.length;v++)if(((t=e.issues[v])==null?void 0:t.continue)!==!0)return!0;return!1}function Oo(e){return typeof e=="string"?e:e==null?void 0:e.message}function h2(e,o,t){var r,h,l,i,s,a;const v={...e,path:e.path??[]};if(!e.message){const u=Oo((l=(h=(r=e.inst)==null?void 0:r._zod.def)==null?void 0:h.error)==null?void 0:l.call(h,e))??Oo((i=o==null?void 0:o.error)==null?void 0:i.call(o,e))??Oo((s=t.customError)==null?void 0:s.call(t,e))??Oo((a=t.localeError)==null?void 0:a.call(t,e))??"Invalid input";v.message=u}return delete v.inst,delete v.continue,o!=null&&o.reportInput||delete v.input,v}function ct(e){return Array.isArray(e)?"array":typeof e=="string"?"string":"unknown"}function oo(...e){const[o,t,v]=e;return typeof o=="string"?{message:o,code:"custom",input:t,inst:v}:{...o}}const bh=(e,o)=>{e.name="$ZodError",Object.defineProperty(e,"_zod",{value:e._zod,enumerable:!1}),Object.defineProperty(e,"issues",{value:o,enumerable:!1}),e.message=JSON.stringify(o,ht,2),Object.defineProperty(e,"toString",{value:()=>e.message,enumerable:!1})},Bh=Z("$ZodError",bh),Ch=Z("$ZodError",bh,{Parent:Error}),ut=e=>(o,t,v,r)=>{const h=v?Object.assign(v,{async:!1}):{async:!1},l=o._zod.run({value:t,issues:[]},h);if(l instanceof Promise)throw new H2;if(l.issues.length){const i=new((r==null?void 0:r.Err)??e)(l.issues.map((s=>h2(s,h,r2()))));throw Hh(i,r==null?void 0:r.callee),i}return l.value},dt=e=>async(o,t,v,r)=>{const h=v?Object.assign(v,{async:!0}):{async:!0};let l=o._zod.run({value:t,issues:[]},h);if(l instanceof Promise&&(l=await l),l.issues.length){const i=new((r==null?void 0:r.Err)??e)(l.issues.map((s=>h2(s,h,r2()))));throw Hh(i,r==null?void 0:r.callee),i}return l.value},$o=e=>(o,t,v)=>{const r=v?{...v,async:!1}:{async:!1},h=o._zod.run({value:t,issues:[]},r);if(h instanceof Promise)throw new H2;return h.issues.length?{success:!1,error:new(e??Bh)(h.issues.map((l=>h2(l,r,r2()))))}:{success:!0,data:h.value}},fc=$o(Ch),Po=e=>async(o,t,v)=>{const r=v?Object.assign(v,{async:!0}):{async:!0};let h=o._zod.run({value:t,issues:[]},r);return h instanceof Promise&&(h=await h),h.issues.length?{success:!1,error:new e(h.issues.map((l=>h2(l,r,r2()))))}:{success:!0,data:h.value}},gc=Po(Ch),wc=e=>(o,t,v)=>{const r=v?Object.assign(v,{direction:"backward"}):{direction:"backward"};return ut(e)(o,t,r)},zc=e=>(o,t,v)=>ut(e)(o,t,v),Vc=e=>async(o,t,v)=>{const r=v?Object.assign(v,{direction:"backward"}):{direction:"backward"};return dt(e)(o,t,r)},Hc=e=>async(o,t,v)=>dt(e)(o,t,v),xc=e=>(o,t,v)=>{const r=v?Object.assign(v,{direction:"backward"}):{direction:"backward"};return $o(e)(o,t,r)},yc=e=>(o,t,v)=>$o(e)(o,t,v),bc=e=>async(o,t,v)=>{const r=v?Object.assign(v,{direction:"backward"}):{direction:"backward"};return Po(e)(o,t,r)},Bc=e=>async(o,t,v)=>Po(e)(o,t,v),Cc=/^[cC][^\s-]{8,}$/,Mc=/^[0-9a-z]+$/,_c=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,kc=/^[0-9a-vA-V]{20}$/,Zc=/^[A-Za-z0-9]{27}$/,Ic=/^[a-zA-Z0-9_-]{21}$/,Sc=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/,Ec=/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/,Mh=e=>e?new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${e}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`):/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/,Ac=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/,Nc=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,Oc=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$/,$c=/^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/([0-9]|[1-2][0-9]|3[0-2])$/,Pc=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,jc=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,_h=/^[A-Za-z0-9_-]*$/,Tc=/^\+[1-9]\d{6,14}$/,kh="(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))",Lc=new RegExp(`^${kh}$`);function Zh(e){const o="(?:[01]\\d|2[0-3]):[0-5]\\d";return typeof e.precision=="number"?e.precision===-1?`${o}`:e.precision===0?`${o}:[0-5]\\d`:`${o}:[0-5]\\d\\.\\d{${e.precision}}`:`${o}(?::[0-5]\\d(?:\\.\\d+)?)?`}const Dc=/^[^A-Z]*$/,Rc=/^[^a-z]*$/,Ne=Z("$ZodCheck",((e,o)=>{var t;e._zod??(e._zod={}),e._zod.def=o,(t=e._zod).onattach??(t.onattach=[])})),Fc=Z("$ZodCheckMaxLength",((e,o)=>{var t;Ne.init(e,o),(t=e._zod.def).when??(t.when=v=>{const r=v.value;return!lt(r)&&r.length!==void 0}),e._zod.onattach.push((v=>{const r=v._zod.bag.maximum??Number.POSITIVE_INFINITY;o.maximum<r&&(v._zod.bag.maximum=o.maximum)})),e._zod.check=v=>{const r=v.value;if(r.length<=o.maximum)return;const h=ct(r);v.issues.push({origin:h,code:"too_big",maximum:o.maximum,inclusive:!0,input:r,inst:e,continue:!o.abort})}})),Gc=Z("$ZodCheckMinLength",((e,o)=>{var t;Ne.init(e,o),(t=e._zod.def).when??(t.when=v=>{const r=v.value;return!lt(r)&&r.length!==void 0}),e._zod.onattach.push((v=>{const r=v._zod.bag.minimum??Number.NEGATIVE_INFINITY;o.minimum>r&&(v._zod.bag.minimum=o.minimum)})),e._zod.check=v=>{const r=v.value;if(r.length>=o.minimum)return;const h=ct(r);v.issues.push({origin:h,code:"too_small",minimum:o.minimum,inclusive:!0,input:r,inst:e,continue:!o.abort})}})),Wc=Z("$ZodCheckLengthEquals",((e,o)=>{var t;Ne.init(e,o),(t=e._zod.def).when??(t.when=v=>{const r=v.value;return!lt(r)&&r.length!==void 0}),e._zod.onattach.push((v=>{const r=v._zod.bag;r.minimum=o.length,r.maximum=o.length,r.length=o.length})),e._zod.check=v=>{const r=v.value,h=r.length;if(h===o.length)return;const l=ct(r),i=h>o.length;v.issues.push({origin:l,...i?{code:"too_big",maximum:o.length}:{code:"too_small",minimum:o.length},inclusive:!0,exact:!0,input:v.value,inst:e,continue:!o.abort})}})),jo=Z("$ZodCheckStringFormat",((e,o)=>{var t,v;Ne.init(e,o),e._zod.onattach.push((r=>{const h=r._zod.bag;h.format=o.format,o.pattern&&(h.patterns??(h.patterns=new Set),h.patterns.add(o.pattern))})),o.pattern?(t=e._zod).check??(t.check=r=>{o.pattern.lastIndex=0,o.pattern.test(r.value)||r.issues.push({origin:"string",code:"invalid_format",format:o.format,input:r.value,...o.pattern?{pattern:o.pattern.toString()}:{},inst:e,continue:!o.abort})}):(v=e._zod).check??(v.check=()=>{})})),Xc=Z("$ZodCheckRegex",((e,o)=>{jo.init(e,o),e._zod.check=t=>{o.pattern.lastIndex=0,o.pattern.test(t.value)||t.issues.push({origin:"string",code:"invalid_format",format:"regex",input:t.value,pattern:o.pattern.toString(),inst:e,continue:!o.abort})}})),Uc=Z("$ZodCheckLowerCase",((e,o)=>{o.pattern??(o.pattern=Dc),jo.init(e,o)})),Kc=Z("$ZodCheckUpperCase",((e,o)=>{o.pattern??(o.pattern=Rc),jo.init(e,o)})),Jc=Z("$ZodCheckIncludes",((e,o)=>{Ne.init(e,o);const t=st(o.includes),v=new RegExp(typeof o.position=="number"?`^.{${o.position}}${t}`:t);o.pattern=v,e._zod.onattach.push((r=>{const h=r._zod.bag;h.patterns??(h.patterns=new Set),h.patterns.add(v)})),e._zod.check=r=>{r.value.includes(o.includes,o.position)||r.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:o.includes,input:r.value,inst:e,continue:!o.abort})}})),Yc=Z("$ZodCheckStartsWith",((e,o)=>{Ne.init(e,o);const t=new RegExp(`^${st(o.prefix)}.*`);o.pattern??(o.pattern=t),e._zod.onattach.push((v=>{const r=v._zod.bag;r.patterns??(r.patterns=new Set),r.patterns.add(t)})),e._zod.check=v=>{v.value.startsWith(o.prefix)||v.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:o.prefix,input:v.value,inst:e,continue:!o.abort})}})),Qc=Z("$ZodCheckEndsWith",((e,o)=>{Ne.init(e,o);const t=new RegExp(`.*${st(o.suffix)}$`);o.pattern??(o.pattern=t),e._zod.onattach.push((v=>{const r=v._zod.bag;r.patterns??(r.patterns=new Set),r.patterns.add(t)})),e._zod.check=v=>{v.value.endsWith(o.suffix)||v.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:o.suffix,input:v.value,inst:e,continue:!o.abort})}})),qc=Z("$ZodCheckOverwrite",((e,o)=>{Ne.init(e,o),e._zod.check=t=>{t.value=o.tx(t.value)}})),eu={major:4,minor:3,patch:6},ce=Z("$ZodType",((e,o)=>{var r;var t;e??(e={}),e._zod.def=o,e._zod.bag=e._zod.bag||{},e._zod.version=eu;const v=[...e._zod.def.checks??[]];e._zod.traits.has("$ZodCheck")&&v.unshift(e);for(const h of v)for(const l of h._zod.onattach)l(e);if(v.length===0)(t=e._zod).deferred??(t.deferred=[]),(r=e._zod.deferred)==null||r.push((()=>{e._zod.run=e._zod.parse}));else{const h=(i,s,a)=>{let u,c=x2(i);for(const m of s){if(m._zod.def.when){if(!m._zod.def.when(i))continue}else if(c)continue;const d=i.issues.length,p=m._zod.check(i);if(p instanceof Promise&&(a==null?void 0:a.async)===!1)throw new H2;if(u||p instanceof Promise)u=(u??Promise.resolve()).then((async()=>{await p,i.issues.length!==d&&(c||(c=x2(i,d)))}));else{if(i.issues.length===d)continue;c||(c=x2(i,d))}}return u?u.then((()=>i)):i},l=(i,s,a)=>{if(x2(i))return i.aborted=!0,i;const u=h(s,v,a);if(u instanceof Promise){if(a.async===!1)throw new H2;return u.then((c=>e._zod.parse(c,a)))}return e._zod.parse(u,a)};e._zod.run=(i,s)=>{if(s.skipChecks)return e._zod.parse(i,s);if(s.direction==="backward"){const u=e._zod.parse({value:i.value,issues:[]},{...s,skipChecks:!0});return u instanceof Promise?u.then((c=>l(c,i,s))):l(u,i,s)}const a=e._zod.parse(i,s);if(a instanceof Promise){if(s.async===!1)throw new H2;return a.then((u=>h(u,v,s)))}return h(a,v,s)}}J(e,"~standard",(()=>({validate:h=>{var l;try{const i=fc(e,h);return i.success?{value:i.data}:{issues:(l=i.error)==null?void 0:l.issues}}catch{return gc(e,h).then((s=>{var a;return s.success?{value:s.data}:{issues:(a=s.error)==null?void 0:a.issues}}))}},vendor:"zod",version:1})))})),mt=Z("$ZodString",((e,o)=>{var v;var t;ce.init(e,o),e._zod.pattern=[...((v=e==null?void 0:e._zod.bag)==null?void 0:v.patterns)??[]].pop()??(t=e._zod.bag,new RegExp(`^${t?`[\\s\\S]{${(t==null?void 0:t.minimum)??0},${(t==null?void 0:t.maximum)??""}}`:"[\\s\\S]*"}$`)),e._zod.parse=(r,h)=>{if(o.coerce)try{r.value=String(r.value)}catch{}return typeof r.value=="string"||r.issues.push({expected:"string",code:"invalid_type",input:r.value,inst:e}),r}})),ee=Z("$ZodStringFormat",((e,o)=>{jo.init(e,o),mt.init(e,o)})),ou=Z("$ZodGUID",((e,o)=>{o.pattern??(o.pattern=Ec),ee.init(e,o)})),nu=Z("$ZodUUID",((e,o)=>{if(o.version){const t={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[o.version];if(t===void 0)throw new Error(`Invalid UUID version: "${o.version}"`);o.pattern??(o.pattern=Mh(t))}else o.pattern??(o.pattern=Mh());ee.init(e,o)})),tu=Z("$ZodEmail",((e,o)=>{o.pattern??(o.pattern=Ac),ee.init(e,o)})),vu=Z("$ZodURL",((e,o)=>{ee.init(e,o),e._zod.check=t=>{try{const v=t.value.trim(),r=new URL(v);return o.hostname&&(o.hostname.lastIndex=0,o.hostname.test(r.hostname)||t.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:o.hostname.source,input:t.value,inst:e,continue:!o.abort})),o.protocol&&(o.protocol.lastIndex=0,o.protocol.test(r.protocol.endsWith(":")?r.protocol.slice(0,-1):r.protocol)||t.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:o.protocol.source,input:t.value,inst:e,continue:!o.abort})),void(o.normalize?t.value=r.href:t.value=v)}catch{t.issues.push({code:"invalid_format",format:"url",input:t.value,inst:e,continue:!o.abort})}}})),ru=Z("$ZodEmoji",((e,o)=>{o.pattern??(o.pattern=new RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),ee.init(e,o)})),hu=Z("$ZodNanoID",((e,o)=>{o.pattern??(o.pattern=Ic),ee.init(e,o)})),lu=Z("$ZodCUID",((e,o)=>{o.pattern??(o.pattern=Cc),ee.init(e,o)})),iu=Z("$ZodCUID2",((e,o)=>{o.pattern??(o.pattern=Mc),ee.init(e,o)})),au=Z("$ZodULID",((e,o)=>{o.pattern??(o.pattern=_c),ee.init(e,o)})),su=Z("$ZodXID",((e,o)=>{o.pattern??(o.pattern=kc),ee.init(e,o)})),cu=Z("$ZodKSUID",((e,o)=>{o.pattern??(o.pattern=Zc),ee.init(e,o)})),uu=Z("$ZodISODateTime",((e,o)=>{o.pattern??(o.pattern=(function(t){const v=Zh({precision:t.precision}),r=["Z"];t.local&&r.push(""),t.offset&&r.push("([+-](?:[01]\\d|2[0-3]):[0-5]\\d)");const h=`${v}(?:${r.join("|")})`;return new RegExp(`^${kh}T(?:${h})$`)})(o)),ee.init(e,o)})),du=Z("$ZodISODate",((e,o)=>{o.pattern??(o.pattern=Lc),ee.init(e,o)})),mu=Z("$ZodISOTime",((e,o)=>{o.pattern??(o.pattern=new RegExp(`^${Zh(o)}$`)),ee.init(e,o)})),pu=Z("$ZodISODuration",((e,o)=>{o.pattern??(o.pattern=Sc),ee.init(e,o)})),fu=Z("$ZodIPv4",((e,o)=>{o.pattern??(o.pattern=Nc),ee.init(e,o),e._zod.bag.format="ipv4"})),gu=Z("$ZodIPv6",((e,o)=>{o.pattern??(o.pattern=Oc),ee.init(e,o),e._zod.bag.format="ipv6",e._zod.check=t=>{try{new URL(`http://[${t.value}]`)}catch{t.issues.push({code:"invalid_format",format:"ipv6",input:t.value,inst:e,continue:!o.abort})}}})),wu=Z("$ZodCIDRv4",((e,o)=>{o.pattern??(o.pattern=$c),ee.init(e,o)})),zu=Z("$ZodCIDRv6",((e,o)=>{o.pattern??(o.pattern=Pc),ee.init(e,o),e._zod.check=t=>{const v=t.value.split("/");try{if(v.length!==2)throw new Error;const[r,h]=v;if(!h)throw new Error;const l=Number(h);if(`${l}`!==h)throw new Error;if(l<0||l>128)throw new Error;new URL(`http://[${r}]`)}catch{t.issues.push({code:"invalid_format",format:"cidrv6",input:t.value,inst:e,continue:!o.abort})}}}));function Ih(e){if(e==="")return!0;if(e.length%4!=0)return!1;try{return atob(e),!0}catch{return!1}}const Vu=Z("$ZodBase64",((e,o)=>{o.pattern??(o.pattern=jc),ee.init(e,o),e._zod.bag.contentEncoding="base64",e._zod.check=t=>{Ih(t.value)||t.issues.push({code:"invalid_format",format:"base64",input:t.value,inst:e,continue:!o.abort})}})),Hu=Z("$ZodBase64URL",((e,o)=>{o.pattern??(o.pattern=_h),ee.init(e,o),e._zod.bag.contentEncoding="base64url",e._zod.check=t=>{(function(v){if(!_h.test(v))return!1;const r=v.replace(/[-_]/g,(h=>h==="-"?"+":"/"));return Ih(r.padEnd(4*Math.ceil(r.length/4),"="))})(t.value)||t.issues.push({code:"invalid_format",format:"base64url",input:t.value,inst:e,continue:!o.abort})}})),xu=Z("$ZodE164",((e,o)=>{o.pattern??(o.pattern=Tc),ee.init(e,o)})),yu=Z("$ZodJWT",((e,o)=>{ee.init(e,o),e._zod.check=t=>{(function(v,r=null){try{const h=v.split(".");if(h.length!==3)return!1;const[l]=h;if(!l)return!1;const i=JSON.parse(atob(l));return!("typ"in i&&(i==null?void 0:i.typ)!=="JWT"||!i.alg||r&&(!("alg"in i)||i.alg!==r))}catch{return!1}})(t.value,o.alg)||t.issues.push({code:"invalid_format",format:"jwt",input:t.value,inst:e,continue:!o.abort})}}));function Sh(e,o,t){var v,r;e.issues.length&&o.issues.push(...(v=t,r=e.issues,r.map((h=>{var l;return(l=h).path??(l.path=[]),h.path.unshift(v),h})))),o.value[t]=e.value}const bu=Z("$ZodArray",((e,o)=>{ce.init(e,o),e._zod.parse=(t,v)=>{const r=t.value;if(!Array.isArray(r))return t.issues.push({expected:"array",code:"invalid_type",input:r,inst:e}),t;t.value=Array(r.length);const h=[];for(let l=0;l<r.length;l++){const i=r[l],s=o.element._zod.run({value:i,issues:[]},v);s instanceof Promise?h.push(s.then((a=>Sh(a,t,l)))):Sh(s,t,l)}return h.length?Promise.all(h).then((()=>t)):t}}));function Eh(e,o,t,v){for(const h of e)if(h.issues.length===0)return o.value=h.value,o;const r=e.filter((h=>!x2(h)));return r.length===1?(o.value=r[0].value,r[0]):(o.issues.push({code:"invalid_union",input:o.value,inst:t,errors:e.map((h=>h.issues.map((l=>h2(l,v,r2())))))}),o)}const Bu=Z("$ZodUnion",((e,o)=>{ce.init(e,o),J(e._zod,"optin",(()=>o.options.some((r=>r._zod.optin==="optional"))?"optional":void 0)),J(e._zod,"optout",(()=>o.options.some((r=>r._zod.optout==="optional"))?"optional":void 0)),J(e._zod,"values",(()=>{if(o.options.every((r=>r._zod.values)))return new Set(o.options.flatMap((r=>Array.from(r._zod.values))))})),J(e._zod,"pattern",(()=>{if(o.options.every((r=>r._zod.pattern))){const r=o.options.map((h=>h._zod.pattern));return new RegExp(`^(${r.map((h=>it(h.source))).join("|")})$`)}}));const t=o.options.length===1,v=o.options[0]._zod.run;e._zod.parse=(r,h)=>{if(t)return v(r,h);let l=!1;const i=[];for(const s of o.options){const a=s._zod.run({value:r.value,issues:[]},h);if(a instanceof Promise)i.push(a),l=!0;else{if(a.issues.length===0)return a;i.push(a)}}return l?Promise.all(i).then((s=>Eh(s,r,e,h))):Eh(i,r,e,h)}})),Cu=Z("$ZodIntersection",((e,o)=>{ce.init(e,o),e._zod.parse=(t,v)=>{const r=t.value,h=o.left._zod.run({value:r,issues:[]},v),l=o.right._zod.run({value:r,issues:[]},v);return h instanceof Promise||l instanceof Promise?Promise.all([h,l]).then((([i,s])=>Ah(t,i,s))):Ah(t,h,l)}}));function pt(e,o){if(e===o)return{valid:!0,data:e};if(e instanceof Date&&o instanceof Date&&+e==+o)return{valid:!0,data:e};if(at(e)&&at(o)){const t=Object.keys(o),v=Object.keys(e).filter((h=>t.indexOf(h)!==-1)),r={...e,...o};for(const h of v){const l=pt(e[h],o[h]);if(!l.valid)return{valid:!1,mergeErrorPath:[h,...l.mergeErrorPath]};r[h]=l.data}return{valid:!0,data:r}}if(Array.isArray(e)&&Array.isArray(o)){if(e.length!==o.length)return{valid:!1,mergeErrorPath:[]};const t=[];for(let v=0;v<e.length;v++){const r=pt(e[v],o[v]);if(!r.valid)return{valid:!1,mergeErrorPath:[v,...r.mergeErrorPath]};t.push(r.data)}return{valid:!0,data:t}}return{valid:!1,mergeErrorPath:[]}}function Ah(e,o,t){const v=new Map;let r;for(const i of o.issues)if(i.code==="unrecognized_keys"){r??(r=i);for(const s of i.keys)v.has(s)||v.set(s,{}),v.get(s).l=!0}else e.issues.push(i);for(const i of t.issues)if(i.code==="unrecognized_keys")for(const s of i.keys)v.has(s)||v.set(s,{}),v.get(s).r=!0;else e.issues.push(i);const h=[...v].filter((([,i])=>i.l&&i.r)).map((([i])=>i));if(h.length&&r&&e.issues.push({...r,keys:h}),x2(e))return e;const l=pt(o.value,t.value);if(!l.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(l.mergeErrorPath)}`);return e.value=l.data,e}const Mu=Z("$ZodTransform",((e,o)=>{ce.init(e,o),e._zod.parse=(t,v)=>{if(v.direction==="backward")throw new zh(e.constructor.name);const r=o.transform(t.value,t);if(v.async)return(r instanceof Promise?r:Promise.resolve(r)).then((h=>(t.value=h,t)));if(r instanceof Promise)throw new H2;return t.value=r,t}}));function Nh(e,o){return e.issues.length&&o===void 0?{issues:[],value:void 0}:e}const Oh=Z("$ZodOptional",((e,o)=>{ce.init(e,o),e._zod.optin="optional",e._zod.optout="optional",J(e._zod,"values",(()=>o.innerType._zod.values?new Set([...o.innerType._zod.values,void 0]):void 0)),J(e._zod,"pattern",(()=>{const t=o.innerType._zod.pattern;return t?new RegExp(`^(${it(t.source)})?$`):void 0})),e._zod.parse=(t,v)=>{if(o.innerType._zod.optin==="optional"){const r=o.innerType._zod.run(t,v);return r instanceof Promise?r.then((h=>Nh(h,t.value))):Nh(r,t.value)}return t.value===void 0?t:o.innerType._zod.run(t,v)}})),_u=Z("$ZodExactOptional",((e,o)=>{Oh.init(e,o),J(e._zod,"values",(()=>o.innerType._zod.values)),J(e._zod,"pattern",(()=>o.innerType._zod.pattern)),e._zod.parse=(t,v)=>o.innerType._zod.run(t,v)})),ku=Z("$ZodNullable",((e,o)=>{ce.init(e,o),J(e._zod,"optin",(()=>o.innerType._zod.optin)),J(e._zod,"optout",(()=>o.innerType._zod.optout)),J(e._zod,"pattern",(()=>{const t=o.innerType._zod.pattern;return t?new RegExp(`^(${it(t.source)}|null)$`):void 0})),J(e._zod,"values",(()=>o.innerType._zod.values?new Set([...o.innerType._zod.values,null]):void 0)),e._zod.parse=(t,v)=>t.value===null?t:o.innerType._zod.run(t,v)})),Zu=Z("$ZodDefault",((e,o)=>{ce.init(e,o),e._zod.optin="optional",J(e._zod,"values",(()=>o.innerType._zod.values)),e._zod.parse=(t,v)=>{if(v.direction==="backward")return o.innerType._zod.run(t,v);if(t.value===void 0)return t.value=o.defaultValue,t;const r=o.innerType._zod.run(t,v);return r instanceof Promise?r.then((h=>$h(h,o))):$h(r,o)}}));function $h(e,o){return e.value===void 0&&(e.value=o.defaultValue),e}const Iu=Z("$ZodPrefault",((e,o)=>{ce.init(e,o),e._zod.optin="optional",J(e._zod,"values",(()=>o.innerType._zod.values)),e._zod.parse=(t,v)=>(v.direction==="backward"||t.value===void 0&&(t.value=o.defaultValue),o.innerType._zod.run(t,v))})),Su=Z("$ZodNonOptional",((e,o)=>{ce.init(e,o),J(e._zod,"values",(()=>{const t=o.innerType._zod.values;return t?new Set([...t].filter((v=>v!==void 0))):void 0})),e._zod.parse=(t,v)=>{const r=o.innerType._zod.run(t,v);return r instanceof Promise?r.then((h=>Ph(h,e))):Ph(r,e)}}));function Ph(e,o){return e.issues.length||e.value!==void 0||e.issues.push({code:"invalid_type",expected:"nonoptional",input:e.value,inst:o}),e}const Eu=Z("$ZodCatch",((e,o)=>{ce.init(e,o),J(e._zod,"optin",(()=>o.innerType._zod.optin)),J(e._zod,"optout",(()=>o.innerType._zod.optout)),J(e._zod,"values",(()=>o.innerType._zod.values)),e._zod.parse=(t,v)=>{if(v.direction==="backward")return o.innerType._zod.run(t,v);const r=o.innerType._zod.run(t,v);return r instanceof Promise?r.then((h=>(t.value=h.value,h.issues.length&&(t.value=o.catchValue({...t,error:{issues:h.issues.map((l=>h2(l,v,r2())))},input:t.value}),t.issues=[]),t))):(t.value=r.value,r.issues.length&&(t.value=o.catchValue({...t,error:{issues:r.issues.map((h=>h2(h,v,r2())))},input:t.value}),t.issues=[]),t)}})),Au=Z("$ZodPipe",((e,o)=>{ce.init(e,o),J(e._zod,"values",(()=>o.in._zod.values)),J(e._zod,"optin",(()=>o.in._zod.optin)),J(e._zod,"optout",(()=>o.out._zod.optout)),J(e._zod,"propValues",(()=>o.in._zod.propValues)),e._zod.parse=(t,v)=>{if(v.direction==="backward"){const h=o.out._zod.run(t,v);return h instanceof Promise?h.then((l=>To(l,o.in,v))):To(h,o.in,v)}const r=o.in._zod.run(t,v);return r instanceof Promise?r.then((h=>To(h,o.out,v))):To(r,o.out,v)}}));function To(e,o,t){return e.issues.length?(e.aborted=!0,e):o._zod.run({value:e.value,issues:e.issues},t)}const Nu=Z("$ZodReadonly",((e,o)=>{ce.init(e,o),J(e._zod,"propValues",(()=>o.innerType._zod.propValues)),J(e._zod,"values",(()=>o.innerType._zod.values)),J(e._zod,"optin",(()=>{var t,v;return(v=(t=o.innerType)==null?void 0:t._zod)==null?void 0:v.optin})),J(e._zod,"optout",(()=>{var t,v;return(v=(t=o.innerType)==null?void 0:t._zod)==null?void 0:v.optout})),e._zod.parse=(t,v)=>{if(v.direction==="backward")return o.innerType._zod.run(t,v);const r=o.innerType._zod.run(t,v);return r instanceof Promise?r.then(jh):jh(r)}}));function jh(e){return e.value=Object.freeze(e.value),e}const Ou=Z("$ZodCustom",((e,o)=>{Ne.init(e,o),ce.init(e,o),e._zod.parse=(t,v)=>t,e._zod.check=t=>{const v=t.value,r=o.fn(v);if(r instanceof Promise)return r.then((h=>Th(h,t,v,e)));Th(r,t,v,e)}}));function Th(e,o,t,v){if(!e){const r={code:"custom",input:t,inst:v,path:[...v._zod.def.path??[]],continue:!v._zod.def.abort};v._zod.def.params&&(r.params=v._zod.def.params),o.issues.push(oo(r))}}var Lh;(Lh=globalThis).__zod_globalRegistry??(Lh.__zod_globalRegistry=new class{constructor(){this._map=new WeakMap,this._idmap=new Map}add(e,...o){const t=o[0];return this._map.set(e,t),t&&typeof t=="object"&&"id"in t&&this._idmap.set(t.id,e),this}clear(){return this._map=new WeakMap,this._idmap=new Map,this}remove(e){const o=this._map.get(e);return o&&typeof o=="object"&&"id"in o&&this._idmap.delete(o.id),this._map.delete(e),this}get(e){const o=e._zod.parent;if(o){const t={...this.get(o)??{}};delete t.id;const v={...t,...this._map.get(e)};return Object.keys(v).length?v:void 0}return this._map.get(e)}has(e){return this._map.has(e)}});const no=globalThis.__zod_globalRegistry;function Dh(e,o){return new e({type:"string",format:"guid",check:"string_format",abort:!1,...F(o)})}function Rh(e,o){return new Fc({check:"max_length",...F(o),maximum:e})}function Lo(e,o){return new Gc({check:"min_length",...F(o),minimum:e})}function Fh(e,o){return new Wc({check:"length_equals",...F(o),length:e})}function y2(e){return new qc({check:"overwrite",tx:e})}function Gh(e){let o=(e==null?void 0:e.target)??"draft-2020-12";return o==="draft-4"&&(o="draft-04"),o==="draft-7"&&(o="draft-07"),{processors:e.processors??{},metadataRegistry:(e==null?void 0:e.metadata)??no,target:o,unrepresentable:(e==null?void 0:e.unrepresentable)??"throw",override:(e==null?void 0:e.override)??(()=>{}),io:(e==null?void 0:e.io)??"output",counter:0,seen:new Map,cycles:(e==null?void 0:e.cycles)??"ref",reused:(e==null?void 0:e.reused)??"inline",external:(e==null?void 0:e.external)??void 0}}function ue(e,o,t={path:[],schemaPath:[]}){var a,u;var v;const r=e._zod.def,h=o.seen.get(e);if(h)return h.count++,t.schemaPath.includes(e)&&(h.cycle=t.path),h.schema;const l={schema:{},count:1,cycle:void 0,path:t.path};o.seen.set(e,l);const i=(u=(a=e._zod).toJSONSchema)==null?void 0:u.call(a);if(i)l.schema=i;else{const c={...t,schemaPath:[...t.schemaPath,e],path:t.path};if(e._zod.processJSONSchema)e._zod.processJSONSchema(o,l.schema,c);else{const d=l.schema,p=o.processors[r.type];if(!p)throw new Error(`[toJSONSchema]: Non-representable type encountered: ${r.type}`);p(e,o,d,c)}const m=e._zod.parent;m&&(l.ref||(l.ref=m),ue(m,o,c),o.seen.get(m).isParent=!0)}const s=o.metadataRegistry.get(e);return s&&Object.assign(l.schema,s),o.io==="input"&&de(e)&&(delete l.schema.examples,delete l.schema.default),o.io==="input"&&l.schema._prefault&&((v=l.schema).default??(v.default=l.schema._prefault)),delete l.schema._prefault,o.seen.get(e).schema}function Wh(e,o){var h,l,i,s;const t=e.seen.get(o);if(!t)throw new Error("Unprocessed schema. This is a bug in Zod.");const v=new Map;for(const a of e.seen.entries()){const u=(h=e.metadataRegistry.get(a[0]))==null?void 0:h.id;if(u){const c=v.get(u);if(c&&c!==a[0])throw new Error(`Duplicate schema id "${u}" detected during JSON Schema conversion. Two different schemas cannot share the same id when converted together.`);v.set(u,a[0])}}const r=a=>{if(a[1].schema.$ref)return;const u=a[1],{ref:c,defId:m}=(p=>{var z;const w=e.target==="draft-2020-12"?"$defs":"definitions";if(e.external){const b=(z=e.external.registry.get(p[0]))==null?void 0:z.id,g=e.external.uri??(x=>x);if(b)return{ref:g(b)};const y=p[1].defId??p[1].schema.id??"schema"+e.counter++;return p[1].defId=y,{defId:y,ref:`${g("__shared")}#/${w}/${y}`}}if(p[1]===t)return{ref:"#"};const f=`#/${w}/`,V=p[1].schema.id??"__schema"+e.counter++;return{defId:V,ref:f+V}})(a);u.def={...u.schema},m&&(u.defId=m);const d=u.schema;for(const p in d)delete d[p];d.$ref=c};if(e.cycles==="throw")for(const a of e.seen.entries()){const u=a[1];if(u.cycle)throw new Error(`Cycle detected: #/${(l=u.cycle)==null?void 0:l.join("/")}/<root>
|
|
4
4
|
|
|
5
|
-
Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(const i of e.seen.entries()){const c=i[1];if(o===i[0]){n(i);continue}if(e.external){const g=(s=e.external.registry.get(i[0]))==null?void 0:s.id;if(o!==i[0]&&g){n(i);continue}}(((a=e.metadataRegistry.get(i[0]))==null?void 0:a.id)||c.cycle||c.count>1&&e.reused==="ref")&&n(i)}}function Sr(e,o){var l,s,a;const v=e.seen.get(o);if(!v)throw new Error("Unprocessed schema. This is a bug in Zod.");const t=i=>{const c=e.seen.get(i);if(c.ref===null)return;const u=c.def??c.schema,g={...u},p=c.ref;if(c.ref=null,p){t(p);const f=e.seen.get(p),d=f.schema;if(!d.$ref||e.target!=="draft-07"&&e.target!=="draft-04"&&e.target!=="openapi-3.0"?Object.assign(u,d):(u.allOf=u.allOf??[],u.allOf.push(d)),Object.assign(u,g),i._zod.parent===p)for(const w in u)w!=="$ref"&&w!=="allOf"&&(w in g||delete u[w]);if(d.$ref&&f.def)for(const w in u)w!=="$ref"&&w!=="allOf"&&w in f.def&&JSON.stringify(u[w])===JSON.stringify(f.def[w])&&delete u[w]}const m=i._zod.parent;if(m&&m!==p){t(m);const f=e.seen.get(m);if(f!=null&&f.schema.$ref&&(u.$ref=f.schema.$ref,f.def))for(const d in u)d!=="$ref"&&d!=="allOf"&&d in f.def&&JSON.stringify(u[d])===JSON.stringify(f.def[d])&&delete u[d]}e.override({zodSchema:i,jsonSchema:u,path:c.path??[]})};for(const i of[...e.seen.entries()].reverse())t(i[0]);const n={};if(e.target==="draft-2020-12"?n.$schema="https://json-schema.org/draft/2020-12/schema":e.target==="draft-07"?n.$schema="http://json-schema.org/draft-07/schema#":e.target==="draft-04"?n.$schema="http://json-schema.org/draft-04/schema#":e.target,(l=e.external)==null?void 0:l.uri){const i=(s=e.external.registry.get(o))==null?void 0:s.id;if(!i)throw new Error("Schema is missing an `id` property");n.$id=e.external.uri(i)}Object.assign(n,v.def??v.schema);const r=((a=e.external)==null?void 0:a.defs)??{};for(const i of e.seen.entries()){const c=i[1];c.def&&c.defId&&(r[c.defId]=c.def)}e.external||Object.keys(r).length>0&&(e.target==="draft-2020-12"?n.$defs=r:n.definitions=r);try{const i=JSON.parse(JSON.stringify(n));return Object.defineProperty(i,"~standard",{value:{...o["~standard"],jsonSchema:{input:Oo(o,"input",e.processors),output:Oo(o,"output",e.processors)}},enumerable:!1,writable:!1}),i}catch{throw new Error("Error converting schema to JSON.")}}function a2(e,o){const v=o??{seen:new Set};if(v.seen.has(e))return!1;v.seen.add(e);const t=e._zod.def;if(t.type==="transform")return!0;if(t.type==="array")return a2(t.element,v);if(t.type==="set")return a2(t.valueType,v);if(t.type==="lazy")return a2(t.getter(),v);if(t.type==="promise"||t.type==="optional"||t.type==="nonoptional"||t.type==="nullable"||t.type==="readonly"||t.type==="default"||t.type==="prefault")return a2(t.innerType,v);if(t.type==="intersection")return a2(t.left,v)||a2(t.right,v);if(t.type==="record"||t.type==="map")return a2(t.keyType,v)||a2(t.valueType,v);if(t.type==="pipe")return a2(t.in,v)||a2(t.out,v);if(t.type==="object"){for(const n in t.shape)if(a2(t.shape[n],v))return!0;return!1}if(t.type==="union"){for(const n of t.options)if(a2(n,v))return!0;return!1}if(t.type==="tuple"){for(const n of t.items)if(a2(n,v))return!0;return!(!t.rest||!a2(t.rest,v))}return!1}const Oo=(e,o,v={})=>t=>{const{libraryOptions:n,target:r}=t??{},l=Zr({...n??{},target:r,io:o,processors:v});return s2(e,l),Ir(l,e),Sr(l,e)},yc={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""},Ar=(e,o,v,t)=>{const n=e._zod.def;s2(n.innerType,o,t),o.seen.get(e).ref=n.innerType},bc=C("ZodISODateTime",((e,o)=>{Qa.init(e,o),q.init(e,o)})),Cc=C("ZodISODate",((e,o)=>{qa.init(e,o),q.init(e,o)})),Bc=C("ZodISOTime",((e,o)=>{ec.init(e,o),q.init(e,o)})),Mc=C("ZodISODuration",((e,o)=>{oc.init(e,o),q.init(e,o)})),y2=C("ZodError",((e,o)=>{ar.init(e,o),e.name="ZodError",Object.defineProperties(e,{format:{value:v=>(function(t,n=r=>r.message){const r={_errors:[]},l=s=>{for(const a of s.issues)if(a.code==="invalid_union"&&a.errors.length)a.errors.map((i=>l({issues:i})));else if(a.code==="invalid_key")l({issues:a.issues});else if(a.code==="invalid_element")l({issues:a.issues});else if(a.path.length===0)r._errors.push(n(a));else{let i=r,c=0;for(;c<a.path.length;){const u=a.path[c];c===a.path.length-1?(i[u]=i[u]||{_errors:[]},i[u]._errors.push(n(a))):i[u]=i[u]||{_errors:[]},i=i[u],c++}}};return l(t),r})(e,v)},flatten:{value:v=>(function(t,n=r=>r.message){const r={},l=[];for(const s of t.issues)s.path.length>0?(r[s.path[0]]=r[s.path[0]]||[],r[s.path[0]].push(n(s))):l.push(n(s));return{formErrors:l,fieldErrors:r}})(e,v)},addIssue:{value:v=>{e.issues.push(v),e.message=JSON.stringify(e.issues,et,2)}},addIssues:{value:v=>{e.issues.push(...v),e.message=JSON.stringify(e.issues,et,2)}},isEmpty:{get:()=>e.issues.length===0}})}),{Parent:Error}),_c=rt(y2),kc=lt(y2),Zc=ko(y2),Ic=Zo(y2),Sc=ha(y2),Ac=na(y2),Oc=ra(y2),jc=la(y2),Nc=ia(y2),Ec=sa(y2),$c=aa(y2),Tc=ca(y2),c2=C("ZodType",((e,o)=>(i2.init(e,o),Object.assign(e["~standard"],{jsonSchema:{input:Oo(e,"input"),output:Oo(e,"output")}}),e.toJSONSchema=((v,t={})=>n=>{const r=Zr({...n,processors:t});return s2(v,r),Ir(r,v),Sr(r,v)})(e,{}),e.def=o,e.type=o.type,Object.defineProperty(e,"_def",{value:o}),e.check=(...v)=>e.clone((function(...t){const n={};for(const r of t){const l=Object.getOwnPropertyDescriptors(r);Object.assign(n,l)}return Object.defineProperties({},n)})(o,{checks:[...o.checks??[],...v.map((t=>typeof t=="function"?{_zod:{check:t,def:{check:"custom"},onattach:[]}}:t))]}),{parent:!0}),e.with=e.check,e.clone=(v,t)=>(function(n,r,l){const s=new n._zod.constr(r??n._zod.def);return r&&!(l!=null&&l.parent)||(s._zod.parent=n),s})(e,v,t),e.brand=()=>e,e.register=(v,t)=>(v.add(e,t),e),e.parse=(v,t)=>_c(e,v,t,{callee:e.parse}),e.safeParse=(v,t)=>Zc(e,v,t),e.parseAsync=async(v,t)=>kc(e,v,t,{callee:e.parseAsync}),e.safeParseAsync=async(v,t)=>Ic(e,v,t),e.spa=e.safeParseAsync,e.encode=(v,t)=>Sc(e,v,t),e.decode=(v,t)=>Ac(e,v,t),e.encodeAsync=async(v,t)=>Oc(e,v,t),e.decodeAsync=async(v,t)=>jc(e,v,t),e.safeEncode=(v,t)=>Nc(e,v,t),e.safeDecode=(v,t)=>Ec(e,v,t),e.safeEncodeAsync=async(v,t)=>$c(e,v,t),e.safeDecodeAsync=async(v,t)=>Tc(e,v,t),e.refine=(v,t)=>e.check((function(n,r={}){return(function(l,s,a){return new l({type:"custom",check:"custom",fn:s,...L(a)})})(g0,n,r)})(v,t)),e.superRefine=v=>e.check((function(t){const n=(function(r){const l=new A2({check:"custom",...L(void 0)});return l._zod.check=r,l})((r=>(r.addIssue=l=>{if(typeof l=="string")r.issues.push(Xe(l,r.value,n._zod.def));else{const s=l;s.fatal&&(s.continue=!1),s.code??(s.code="custom"),s.input??(s.input=r.value),s.inst??(s.inst=n),s.continue??(s.continue=!n._zod.def.abort),r.issues.push(Xe(s))}},t(r.value,r))));return n})(v)),e.overwrite=v=>e.check(ge(v)),e.optional=()=>Nr(e),e.exactOptional=()=>new s0({type:"optional",innerType:e}),e.nullable=()=>Er(e),e.nullish=()=>Nr(Er(e)),e.nonoptional=v=>(function(t,n){return new m0({type:"nonoptional",innerType:t,...L(n)})})(e,v),e.array=()=>new h0({type:"array",element:e,...L(void 0)}),e.or=v=>new n0({type:"union",options:[e,v],...L(void 0)}),e.and=v=>(function(t,n){return new r0({type:"intersection",left:t,right:n})})(e,v),e.transform=v=>$r(e,new l0({type:"transform",transform:v})),e.default=v=>{return t=v,new c0({type:"default",innerType:e,get defaultValue(){return typeof t=="function"?t():ir(t)}});var t},e.prefault=v=>{return t=v,new u0({type:"prefault",innerType:e,get defaultValue(){return typeof t=="function"?t():ir(t)}});var t},e.catch=v=>{return new d0({type:"catch",innerType:e,catchValue:typeof(t=v)=="function"?t:()=>t});var t},e.pipe=v=>$r(e,v),e.readonly=()=>new f0({type:"readonly",innerType:e}),e.describe=v=>{const t=e.clone();return Ue.add(t,{description:v}),t},Object.defineProperty(e,"description",{get:()=>{var v;return(v=Ue.get(e))==null?void 0:v.description},configurable:!0}),e.meta=(...v)=>{if(v.length===0)return Ue.get(e);const t=e.clone();return Ue.add(t,v[0]),t},e.isOptional=()=>e.safeParse(void 0).success,e.isNullable=()=>e.safeParse(null).success,e.apply=v=>v(e),e))),Or=C("_ZodString",((e,o)=>{it.init(e,o),c2.init(e,o),e._zod.processJSONSchema=(t,n,r)=>((l,s,a)=>{const i=a;i.type="string";const{minimum:c,maximum:u,format:g,patterns:p,contentEncoding:m}=l._zod.bag;if(typeof c=="number"&&(i.minLength=c),typeof u=="number"&&(i.maxLength=u),g&&(i.format=yc[g]??g,i.format===""&&delete i.format,g==="time"&&delete i.format),m&&(i.contentEncoding=m),p&&p.size>0){const f=[...p];f.length===1?i.pattern=f[0].source:f.length>1&&(i.allOf=[...f.map((d=>({...s.target==="draft-07"||s.target==="draft-04"||s.target==="openapi-3.0"?{type:"string"}:{},pattern:d.source})))])}})(e,t,n);const v=e._zod.bag;e.format=v.format??null,e.minLength=v.minimum??null,e.maxLength=v.maximum??null,e.regex=(...t)=>e.check((function(n,r){return new Aa({check:"string_format",format:"regex",...L(r),pattern:n})})(...t)),e.includes=(...t)=>e.check((function(n,r){return new Na({check:"string_format",format:"includes",...L(r),includes:n})})(...t)),e.startsWith=(...t)=>e.check((function(n,r){return new Ea({check:"string_format",format:"starts_with",...L(r),prefix:n})})(...t)),e.endsWith=(...t)=>e.check((function(n,r){return new $a({check:"string_format",format:"ends_with",...L(r),suffix:n})})(...t)),e.min=(...t)=>e.check(Ao(...t)),e.max=(...t)=>e.check(_r(...t)),e.length=(...t)=>e.check(kr(...t)),e.nonempty=(...t)=>e.check(Ao(1,...t)),e.lowercase=t=>e.check((function(n){return new Oa({check:"string_format",format:"lowercase",...L(n)})})(t)),e.uppercase=t=>e.check((function(n){return new ja({check:"string_format",format:"uppercase",...L(n)})})(t)),e.trim=()=>e.check(ge((t=>t.trim()))),e.normalize=(...t)=>e.check((function(n){return ge((r=>r.normalize(n)))})(...t)),e.toLowerCase=()=>e.check(ge((t=>t.toLowerCase()))),e.toUpperCase=()=>e.check(ge((t=>t.toUpperCase()))),e.slugify=()=>e.check(ge((t=>(function(n){return n.toLowerCase().trim().replace(/[^\w\s-]/g,"").replace(/[\s_-]+/g,"-").replace(/^-+|-+$/g,"")})(t))))})),Pc=C("ZodString",((e,o)=>{it.init(e,o),Or.init(e,o),e.email=v=>e.check((function(t,n){return new t({type:"string",format:"email",check:"string_format",abort:!1,...L(n)})})(Lc,v)),e.url=v=>e.check((function(t,n){return new t({type:"string",format:"url",check:"string_format",abort:!1,...L(n)})})(Dc,v)),e.jwt=v=>e.check((function(t,n){return new t({type:"string",format:"jwt",check:"string_format",abort:!1,...L(n)})})(t0,v)),e.emoji=v=>e.check((function(t,n){return new t({type:"string",format:"emoji",check:"string_format",abort:!1,...L(n)})})(Rc,v)),e.guid=v=>e.check(Mr(jr,v)),e.uuid=v=>e.check((function(t,n){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,...L(n)})})(jo,v)),e.uuidv4=v=>e.check((function(t,n){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...L(n)})})(jo,v)),e.uuidv6=v=>e.check((function(t,n){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...L(n)})})(jo,v)),e.uuidv7=v=>e.check((function(t,n){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...L(n)})})(jo,v)),e.nanoid=v=>e.check((function(t,n){return new t({type:"string",format:"nanoid",check:"string_format",abort:!1,...L(n)})})(Gc,v)),e.guid=v=>e.check(Mr(jr,v)),e.cuid=v=>e.check((function(t,n){return new t({type:"string",format:"cuid",check:"string_format",abort:!1,...L(n)})})(Wc,v)),e.cuid2=v=>e.check((function(t,n){return new t({type:"string",format:"cuid2",check:"string_format",abort:!1,...L(n)})})(Fc,v)),e.ulid=v=>e.check((function(t,n){return new t({type:"string",format:"ulid",check:"string_format",abort:!1,...L(n)})})(Xc,v)),e.base64=v=>e.check((function(t,n){return new t({type:"string",format:"base64",check:"string_format",abort:!1,...L(n)})})(e0,v)),e.base64url=v=>e.check((function(t,n){return new t({type:"string",format:"base64url",check:"string_format",abort:!1,...L(n)})})(o0,v)),e.xid=v=>e.check((function(t,n){return new t({type:"string",format:"xid",check:"string_format",abort:!1,...L(n)})})(Uc,v)),e.ksuid=v=>e.check((function(t,n){return new t({type:"string",format:"ksuid",check:"string_format",abort:!1,...L(n)})})(Kc,v)),e.ipv4=v=>e.check((function(t,n){return new t({type:"string",format:"ipv4",check:"string_format",abort:!1,...L(n)})})(Jc,v)),e.ipv6=v=>e.check((function(t,n){return new t({type:"string",format:"ipv6",check:"string_format",abort:!1,...L(n)})})(Yc,v)),e.cidrv4=v=>e.check((function(t,n){return new t({type:"string",format:"cidrv4",check:"string_format",abort:!1,...L(n)})})(Qc,v)),e.cidrv6=v=>e.check((function(t,n){return new t({type:"string",format:"cidrv6",check:"string_format",abort:!1,...L(n)})})(qc,v)),e.e164=v=>e.check((function(t,n){return new t({type:"string",format:"e164",check:"string_format",abort:!1,...L(n)})})(v0,v)),e.datetime=v=>e.check((function(t){return(function(n,r){return new n({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...L(r)})})(bc,t)})(v)),e.date=v=>e.check((function(t){return(function(n,r){return new n({type:"string",format:"date",check:"string_format",...L(r)})})(Cc,t)})(v)),e.time=v=>e.check((function(t){return(function(n,r){return new n({type:"string",format:"time",check:"string_format",precision:null,...L(r)})})(Bc,t)})(v)),e.duration=v=>e.check((function(t){return(function(n,r){return new n({type:"string",format:"duration",check:"string_format",...L(r)})})(Mc,t)})(v))})),q=C("ZodStringFormat",((e,o)=>{Q.init(e,o),Or.init(e,o)})),Lc=C("ZodEmail",((e,o)=>{Ra.init(e,o),q.init(e,o)})),jr=C("ZodGUID",((e,o)=>{La.init(e,o),q.init(e,o)})),jo=C("ZodUUID",((e,o)=>{Da.init(e,o),q.init(e,o)})),Dc=C("ZodURL",((e,o)=>{Ga.init(e,o),q.init(e,o)})),Rc=C("ZodEmoji",((e,o)=>{Wa.init(e,o),q.init(e,o)})),Gc=C("ZodNanoID",((e,o)=>{Fa.init(e,o),q.init(e,o)})),Wc=C("ZodCUID",((e,o)=>{Xa.init(e,o),q.init(e,o)})),Fc=C("ZodCUID2",((e,o)=>{Ua.init(e,o),q.init(e,o)})),Xc=C("ZodULID",((e,o)=>{Ka.init(e,o),q.init(e,o)})),Uc=C("ZodXID",((e,o)=>{Ja.init(e,o),q.init(e,o)})),Kc=C("ZodKSUID",((e,o)=>{Ya.init(e,o),q.init(e,o)})),Jc=C("ZodIPv4",((e,o)=>{vc.init(e,o),q.init(e,o)})),Yc=C("ZodIPv6",((e,o)=>{tc.init(e,o),q.init(e,o)})),Qc=C("ZodCIDRv4",((e,o)=>{hc.init(e,o),q.init(e,o)})),qc=C("ZodCIDRv6",((e,o)=>{nc.init(e,o),q.init(e,o)})),e0=C("ZodBase64",((e,o)=>{rc.init(e,o),q.init(e,o)})),o0=C("ZodBase64URL",((e,o)=>{lc.init(e,o),q.init(e,o)})),v0=C("ZodE164",((e,o)=>{ic.init(e,o),q.init(e,o)})),t0=C("ZodJWT",((e,o)=>{sc.init(e,o),q.init(e,o)})),h0=C("ZodArray",((e,o)=>{ac.init(e,o),c2.init(e,o),e._zod.processJSONSchema=(v,t,n)=>((r,l,s,a)=>{const i=s,c=r._zod.def,{minimum:u,maximum:g}=r._zod.bag;typeof u=="number"&&(i.minItems=u),typeof g=="number"&&(i.maxItems=g),i.type="array",i.items=s2(c.element,l,{...a,path:[...a.path,"items"]})})(e,v,t,n),e.element=o.element,e.min=(v,t)=>e.check(Ao(v,t)),e.nonempty=v=>e.check(Ao(1,v)),e.max=(v,t)=>e.check(_r(v,t)),e.length=(v,t)=>e.check(kr(v,t)),e.unwrap=()=>e.element})),n0=C("ZodUnion",((e,o)=>{cc.init(e,o),c2.init(e,o),e._zod.processJSONSchema=(v,t,n)=>((r,l,s,a)=>{const i=r._zod.def,c=i.inclusive===!1,u=i.options.map(((g,p)=>s2(g,l,{...a,path:[...a.path,c?"oneOf":"anyOf",p]})));c?s.oneOf=u:s.anyOf=u})(e,v,t,n),e.options=o.options})),r0=C("ZodIntersection",((e,o)=>{uc.init(e,o),c2.init(e,o),e._zod.processJSONSchema=(v,t,n)=>((r,l,s,a)=>{const i=r._zod.def,c=s2(i.left,l,{...a,path:[...a.path,"allOf",0]}),u=s2(i.right,l,{...a,path:[...a.path,"allOf",1]}),g=m=>"allOf"in m&&Object.keys(m).length===1,p=[...g(c)?c.allOf:[c],...g(u)?u.allOf:[u]];s.allOf=p})(e,v,t,n)})),l0=C("ZodTransform",((e,o)=>{mc.init(e,o),c2.init(e,o),e._zod.processJSONSchema=(v,t,n)=>((r,l)=>{if(l.unrepresentable==="throw")throw new Error("Transforms cannot be represented in JSON Schema")})(0,v),e._zod.parse=(v,t)=>{if(t.direction==="backward")throw new hr(e.constructor.name);v.addIssue=r=>{if(typeof r=="string")v.issues.push(Xe(r,v.value,o));else{const l=r;l.fatal&&(l.continue=!1),l.code??(l.code="custom"),l.input??(l.input=v.value),l.inst??(l.inst=e),v.issues.push(Xe(l))}};const n=o.transform(v.value,v);return n instanceof Promise?n.then((r=>(v.value=r,v))):(v.value=n,v)}})),i0=C("ZodOptional",((e,o)=>{Hr.init(e,o),c2.init(e,o),e._zod.processJSONSchema=(v,t,n)=>Ar(e,v,0,n),e.unwrap=()=>e._zod.def.innerType}));function Nr(e){return new i0({type:"optional",innerType:e})}const s0=C("ZodExactOptional",((e,o)=>{dc.init(e,o),c2.init(e,o),e._zod.processJSONSchema=(v,t,n)=>Ar(e,v,0,n),e.unwrap=()=>e._zod.def.innerType})),a0=C("ZodNullable",((e,o)=>{pc.init(e,o),c2.init(e,o),e._zod.processJSONSchema=(v,t,n)=>((r,l,s,a)=>{const i=r._zod.def,c=s2(i.innerType,l,a),u=l.seen.get(r);l.target==="openapi-3.0"?(u.ref=i.innerType,s.nullable=!0):s.anyOf=[c,{type:"null"}]})(e,v,t,n),e.unwrap=()=>e._zod.def.innerType}));function Er(e){return new a0({type:"nullable",innerType:e})}const c0=C("ZodDefault",((e,o)=>{fc.init(e,o),c2.init(e,o),e._zod.processJSONSchema=(v,t,n)=>((r,l,s,a)=>{const i=r._zod.def;s2(i.innerType,l,a),l.seen.get(r).ref=i.innerType,s.default=JSON.parse(JSON.stringify(i.defaultValue))})(e,v,t,n),e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap})),u0=C("ZodPrefault",((e,o)=>{gc.init(e,o),c2.init(e,o),e._zod.processJSONSchema=(v,t,n)=>((r,l,s,a)=>{const i=r._zod.def;s2(i.innerType,l,a),l.seen.get(r).ref=i.innerType,l.io==="input"&&(s._prefault=JSON.parse(JSON.stringify(i.defaultValue)))})(e,v,t,n),e.unwrap=()=>e._zod.def.innerType})),m0=C("ZodNonOptional",((e,o)=>{wc.init(e,o),c2.init(e,o),e._zod.processJSONSchema=(v,t,n)=>((r,l,s,a)=>{const i=r._zod.def;s2(i.innerType,l,a),l.seen.get(r).ref=i.innerType})(e,v,0,n),e.unwrap=()=>e._zod.def.innerType})),d0=C("ZodCatch",((e,o)=>{zc.init(e,o),c2.init(e,o),e._zod.processJSONSchema=(v,t,n)=>((r,l,s,a)=>{const i=r._zod.def;let c;s2(i.innerType,l,a),l.seen.get(r).ref=i.innerType;try{c=i.catchValue(void 0)}catch{throw new Error("Dynamic catch values are not supported in JSON Schema")}s.default=c})(e,v,t,n),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap})),p0=C("ZodPipe",((e,o)=>{Vc.init(e,o),c2.init(e,o),e._zod.processJSONSchema=(v,t,n)=>((r,l,s,a)=>{const i=r._zod.def,c=l.io==="input"?i.in._zod.def.type==="transform"?i.out:i.in:i.out;s2(c,l,a),l.seen.get(r).ref=c})(e,v,0,n),e.in=o.in,e.out=o.out}));function $r(e,o){return new p0({type:"pipe",in:e,out:o})}const f0=C("ZodReadonly",((e,o)=>{Hc.init(e,o),c2.init(e,o),e._zod.processJSONSchema=(v,t,n)=>((r,l,s,a)=>{const i=r._zod.def;s2(i.innerType,l,a),l.seen.get(r).ref=i.innerType,s.readOnly=!0})(e,v,t,n),e.unwrap=()=>e._zod.def.innerType})),g0=C("ZodCustom",((e,o)=>{xc.init(e,o),c2.init(e,o),e._zod.processJSONSchema=(v,t,n)=>((r,l)=>{if(l.unrepresentable==="throw")throw new Error("Custom types cannot be represented in JSON Schema")})(0,v)})),w0=["aria-describedby"],z0={class:"px-form-item__input-wrap"},V0=["id"],H0=h.defineComponent({name:"PxFormItem",__name:"FormItem",props:{prop:{},label:{},for:{},labelWidth:{},disabled:{type:Boolean},required:{type:Boolean,default:void 0},showMessage:{type:Boolean,default:!0},error:{},rules:{}},setup(e,{expose:o}){h.useCssVars((M=>({ac9c6e38:m.value})));const v=new Set(["__proto__","constructor","prototype"]),t=e,n=h.useSlots(),r=h.inject(qv),l=z2().value,s=h.ref("init"),a=h.ref(""),i=h.ref([]),c=M=>{return M&&t.prop&&!L2(C2(M,t.prop))?(I=t.prop,(e2(I)?I:I.split(".")).some((T=>v.has(T)))?(t.prop,null):C2(M,t.prop)):null;var I},u=h.computed((()=>!(!t.label&&!n.label))),g=h.computed((()=>t.for||(i.value.length?i.value[0]:""))),p=h.computed((()=>`${t.label??""}${(r==null?void 0:r.labelSuffix)??""}`)),m=h.computed((()=>{const M=I=>Dh(I)?`${I}px`:(function(T,j,P){T=eh(T),j=Ko(j);var $,F,R=T.length,N=P=P===void 0?R:(F=R,($=He(P))==$&&(F!==void 0&&($=$<=F?$:F),$=$>=0?$:0),$);return(P-=j.length)>=0&&T.slice(P,N)==j})(I,"px")?I:`${I}px`;return t.labelWidth?M(t.labelWidth):r!=null&&r.labelWidth?M(r==null?void 0:r.labelWidth):"150px"})),f=h.computed((()=>(r==null?void 0:r.labelPosition)??"right")),d=h.computed((()=>f.value==="top")),w=h.computed((()=>d.value?{width:"100%",textAlign:"left",padding:"0 0 8px 0"}:{textAlign:f.value==="left"?"left":"right"})),z=h.computed((()=>(r==null?void 0:r.disabled)||t.disabled)),y=h.computed((()=>{const M=r==null?void 0:r.model;return c(M)})),V=h.computed((()=>t.prop?$2(t.prop)?t.prop:t.prop.join("."):"")),x=h.computed((()=>{const{required:M}=t,I=[];t.rules&&I.push(...t.rules);const T=r==null?void 0:r.rules;if(T&&t.prop){const j=c(T);j&&I.push(...j)}if(!L2(M)){const j=E2(kv(I,((P,$)=>[P,$])),(P=>se(O2(P[0]),"required")));if(D2(j))for(const P of j){const[$,F]=P;$.required!==M&&(I[F]={...$,required:M})}else I.push({required:M})}return I})),H=h.computed((()=>L2(t.required)?D2(E2(x.value,(M=>M.required)))>0:t.required));let B=null,A=!1;const k=async(M,I)=>{if(A||!t.prop||z.value)return!1;if(!s.value)return I==null||I(!1),!1;const T=(function(j){const P=x.value;return P?E2(P,($=>!($!=null&&$.trigger)||!j||(e2($.trigger)?$.trigger.includes(j):$.trigger===j))):[]})(M);return D2(T)?(s.value="validating",(async function(j){var F;const P=y.value;for(const R of j){let N=R.schema??null;if(!N&&R.required&&(N=($={message:R.message??"This field is required"},(function(W,v2){return new W({type:"string",...L(v2)})})(Pc,$)).min(1,R.message??"This field is required")),!N)continue;const G=N.safeParse(P);if(!G.success){const W=R.message??((F=G.error.issues[0])==null?void 0:F.message)??"Validation failed";s.value="error",a.value=W;const v2={errors:[{field:V.value,message:W}],fields:{[V.value]:[{message:W}]}};return r==null||r.emits("validate",t,!1,W),Promise.reject(v2)}}var $;return s.value="success",r==null||r.emits("validate",t,!0,""),!0})(T).then((()=>(I==null||I(!0),!0))).catch((j=>{const{fields:P}=j;return I==null||I(!1,P),Promise.reject(P)}))):(I==null||I(!0),!0)},b=()=>{const M=r==null?void 0:r.model;M&&V.value&&!L2(C2(M,V.value))&&(A=!0,M[V.value]=_h(B)),h.nextTick((()=>Z()))},Z=()=>{s.value="init",a.value="",A=!1},O=h.reactive({...h.toRefs(t),disabled:z.value,validate:k,resetField:b,clearValidate:Z,addInputId:M=>{se(i.value,M)||i.value.push(M)},removeInputId:M=>{i.value=E2(i.value,(I=>I!==M))}});return h.onMounted((()=>{t.prop&&(r==null||r.addField(O),B=y.value)})),h.onUnmounted((()=>{t.prop&&(r==null||r.removeField(O))})),h.provide(tr,O),o({validateMessage:a,validateStatus:s,validate:k,resetField:b,clearValidate:Z}),(M,I)=>{var T,j,P,$,F;return h.openBlock(),h.createElementBlock("div",{class:h.normalizeClass(["px-form-item",{"is-error":s.value==="error","is-success":s.value==="success","is-disabled":z.value,"is-required":H.value,"asterisk-left":((T=h.unref(r))==null?void 0:T.requiredAsteriskPosition)==="left","asterisk-right":((j=h.unref(r))==null?void 0:j.requiredAsteriskPosition)==="right"}]),style:h.normalizeStyle(d.value?{flexDirection:"column"}:{})},[u.value?(h.openBlock(),h.createBlock(h.resolveDynamicComponent(g.value?"label":"div"),{key:0,class:"px-form-item__label",style:h.normalizeStyle(w.value),id:h.unref(l),for:g.value},{default:h.withCtx((()=>[h.renderSlot(M.$slots,"label",{label:p.value},(()=>[h.createTextVNode(h.toDisplayString(p.value),1)]),!0)])),_:3},8,["style","id","for"])):h.createCommentVNode("",!0),h.createElementVNode("div",{class:"px-form-item__content",style:h.normalizeStyle(d.value?{width:"100%"}:{}),"aria-describedby":s.value==="error"?`form-item-error-${h.unref(l)}`:void 0},[h.createElementVNode("div",z0,[h.renderSlot(M.$slots,"default",{validate:k},void 0,!0),(P=h.unref(r))!=null&&P.statusIcon&&s.value==="success"?(h.openBlock(),h.createBlock(K,{key:0,icon:"check",class:"px-form-item__status-icon is-success",size:"sm"})):h.createCommentVNode("",!0),($=h.unref(r))!=null&&$.statusIcon&&s.value==="error"?(h.openBlock(),h.createBlock(K,{key:1,icon:"close",class:"px-form-item__status-icon is-error",size:"sm"})):h.createCommentVNode("",!0)]),s.value==="error"?(h.openBlock(),h.createElementBlock("div",{key:0,class:"px-form-item__error-msg",id:`form-item-error-${h.unref(l)}`},[(F=h.unref(r))!=null&&F.showMessage&&M.showMessage?h.renderSlot(M.$slots,"error",{key:0,error:a.value},(()=>[h.createTextVNode(h.toDisplayString(a.value),1)]),!0):h.createCommentVNode("",!0)],8,V0)):h.createCommentVNode("",!0)],12,w0)],6)}}}),x0=o2(H0,[["__scopeId","data-v-0e2bbb22"]]);function at(){return{form:h.inject(qv,void 0),formItem:h.inject(tr,void 0)}}const Tr=Y(ea),Pr=Y(x0),y0=new Set(["primary","success","warning","danger","info"]),b0={default:{"border-color":"color","hover-border-color":"dark","shadow-color":"dark"},ghost:{"border-color":"transparent","hover-border-color":"color","shadow-color":"transparent","hover-shadow-color":"dark"}},C0={class:"px-file-input__wrapper"},B0=["disabled","accept","multiple","form"],M0={class:"px-file-input__name"},Lr=Y(h.defineComponent({name:"PxFileInput",inheritAttrs:!1,__name:"FileInput",props:{modelValue:{},id:{},size:{},color:{},ghost:{type:Boolean},disabled:{type:Boolean},accept:{},multiple:{type:Boolean},placeholder:{default:"No file chosen"},clearable:{type:Boolean},form:{}},emits:["update:modelValue","change","clear"],setup(e,{expose:o,emit:v}){const t=e,n=v,r=h.shallowRef(),{formItem:l}=at(),s=h.ref(null),a=h.computed((()=>y0.has(t.color??""))),i=h.computed((()=>!!t.color&&!a.value)),c=h.computed((()=>{if(!i.value)return{};const d=w2(t.color),w=t.ghost?"ghost":"default";return Z2(d,"px-file-input",b0[w])})),u=h.computed((()=>{const d=s.value;return d&&d.length!==0?d.length===1?d[0].name:`${d.length} files selected`:t.placeholder})),g=h.computed((()=>t.clearable&&s.value&&s.value.length>0));function p(d){const w=d.target.files??null;s.value=w,n("update:modelValue",w),n("change",w),l==null||l.validate("change").catch((()=>{}))}function m(){var d;t.disabled||((d=r.value)==null||d.click())}function f(){s.value=null,r.value&&(r.value.value=""),n("update:modelValue",null),n("clear"),l==null||l.clearValidate()}return o({ref:r,open:function(){var d;(d=r.value)==null||d.click()},clear:f}),(d,w)=>(h.openBlock(),h.createElementBlock("div",{class:h.normalizeClass(["px-file-input",{[`px-file-input--${d.size}`]:d.size,[`px-file-input--${d.color}`]:a.value,"is-ghost":d.ghost,"is-disabled":d.disabled}]),style:h.normalizeStyle(c.value)},[h.createElementVNode("div",C0,[h.createElementVNode("input",{ref_key:"inputRef",ref:r,type:"file",class:"px-file-input__native",disabled:d.disabled,accept:d.accept,multiple:d.multiple,form:d.form,onChange:p},null,40,B0),h.createElementVNode("div",{class:"px-file-input__trigger",onClick:m},[h.renderSlot(d.$slots,"trigger",{},(()=>[w[0]||(w[0]=h.createTextVNode("Browse"))]))]),h.createElementVNode("span",M0,h.toDisplayString(u.value),1),g.value?(h.openBlock(),h.createBlock(K,{key:0,icon:"close-box",class:"px-file-input__clear",onClick:h.withModifiers(f,["stop"])})):h.createCommentVNode("",!0)])],6))}})),Dr={"4g":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 7H3v6h5v4h2V7H8v4H5V7zm16 0h-9v10h9v-6h-4v2h2v2h-5V9h7V7z" fill="currentColor"/></svg>',"4k-box":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 4H1v16h22V4H3zm18 2v12H3V6h18zM7 8H5v5h4v3h2V8H9v3H7V8zm8 0h-2v8h2v-3h2v3h2v-3h-2v-2h2V8h-2v3h-2V8z" fill="currentColor"/></svg>',"4k":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 7h2v4h4V7h2v10H9v-4H3V7zm10 0h2v4h2v2h-2v4h-2V7zm6 8h-2v-2h2v2zm0 0h2v2h-2v-2zm0-6h-2v2h2V9zm0 0V7h2v2h-2z" fill="currentColor"/></svg>',"5g":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M10 7H3v6h5v2H3v2h7v-6H5V9h5V7zm11 0h-9v10h9v-6h-4v2h2v2h-5V9h7V7z" fill="currentColor"/></svg>',"ab-testing":'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h6v2H5v2h4v2H5v2h4v2H3V3zm6 8h2V9H9v2zm0-4h2V5H9v2zm4 4h8v10h-2v-4h-4v4h-2V11zm2 4h4v-2h-4v2zm0-12h6v6h-2V5h-4V3zM3 15h2v4h4v2H3v-6z" fill="currentColor"/></svg>',ac:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 2h-2v4H9V4H7v2h2v2h2v3H8V9H6V7H4v2h2v2H2v2h4v2H4v2h2v-2h2v-2h3v3H9v2H7v2h2v-2h2v4h2v-4h2v2h2v-2h-2v-2h-2v-3h3v2h2v2h2v-2h-2v-2h4v-2h-4V9h2V7h-2v2h-2v2h-3V8h2V6h2V4h-2v2h-2V2z" fill="currentColor"/></svg>',"add-box-multiple":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h14v14H3V3zm12 12V5H5v10h10zm-8 6v-2h12V7h2v14H7zm4-12h2v2h-2v2H9v-2H7V9h2V7h2v2z" fill="currentColor"/></svg>',"add-box":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h18v18H3V3zm16 16V5H5v14h14zm-6-8h4v2h-4v4h-2v-4H7v-2h4V7h2v4z" fill="currentColor"/></svg>',"add-col":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 2h10v20H2v-2h8v-4H2v-2h8v-4H2V8h8V4H2V2zm17 9h3v2h-3v3h-2v-3h-3v-2h3V8h2v3z" fill="currentColor"/></svg>',"add-grid":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h8v8H3V3zm6 6V5H5v4h4zm9 4h-2v3h-3v2h3v3h2v-3h3v-2h-3v-3zM15 3h6v8h-8V3h2zm4 6V5h-4v4h4zM5 13h6v8H3v-8h2zm4 6v-4H5v4h4z" fill="currentColor"/></svg>',"add-row":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 10V2H2v10h20V2h-2v8h-4V2h-2v8h-4V2H8v8H4zm9 9v3h-2v-3H8v-2h3v-3h2v3h3v2h-3z" fill="currentColor"/></svg>',alert:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 1h-2v2H9v2H7v2H5v2H3v2H1v2h2v2h2v2h2v2h2v2h2v2h2v-2h2v-2h2v-2h2v-2h2v-2h2v-2h-2V9h-2V7h-2V5h-2V3h-2V1zm0 2v2h2v2h2v2h2v2h2v2h-2v2h-2v2h-2v2h-2v2h-2v-2H9v-2H7v-2H5v-2H3v-2h2V9h2V7h2V5h2V3h2zm0 4h-2v6h2V7zm0 8h-2v2h2v-2z" fill="currentColor"/></svg>',"align-center":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 5H4v2h16V5zm-4 4H8v2h8V9zM4 13h16v2H4v-2zm12 4H8v2h8v-2z" fill="currentColor"/></svg>',"align-justify":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 5H4v2h16V5zm0 4H4v2h16V9zM4 13h16v2H4v-2zm16 4H4v2h16v-2z" fill="currentColor"/></svg>',"align-left":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 5H4v2h16V5zm-8 4H4v2h8V9zm8 4v2H4v-2h16zm-8 4H4v2h8v-2z" fill="currentColor"/></svg>',"align-right":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 5h16v2H4V5zm8 4h8v2h-8V9zm-8 4v2h16v-2H4zm8 4h8v2h-8v-2z" fill="currentColor"/></svg>',analytics:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h18v18H3V3zm16 2H5v14h14V5zM7 12h2v5H7v-5zm10-5h-2v10h2V7zm-6 3h2v2h-2v-2zm2 4h-2v3h2v-3z" fill="currentColor"/></svg>',anchor:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M14 3h-4v2H8v4h2v2h1v8H6v-4h2v-2H4v6h2v2h12v-2h2v-6h-4v2h2v4h-5v-8h1V9h2V5h-2V3zm0 2v4h-4V5h4z" fill="currentColor"/></svg>',android:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 5h2v2H2V5zm4 4H4V7h2v2zm2 0H6v2H4v2H2v6h20v-6h-2v-2h-2V9h2V7h2V5h-2v2h-2v2h-2V7H8v2zm0 0h8v2h2v2h2v4H4v-4h2v-2h2V9zm2 4H8v2h2v-2zm4 0h2v2h-2v-2z" fill="currentColor"/></svg>',animation:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 2H2v12h2V4h10V2H4zm2 4h12v2H8v10H6V6zm4 4h12v12H10V10zm10 10v-8h-8v8h8z" fill="currentColor"/></svg>',archive:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M22 4H2v6h2v10h16V10h2V4zM6 10h12v8H6v-8zm14-4v2H4V6h16zm-5 6H9v2h6v-2z" fill="currentColor"/></svg>',"arrow-bar-down":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 4h2v8h2v2h-2v2h-2v-2H9v-2h2V4zm-2 8H7v-2h2v2zm6 0v-2h2v2h-2zM4 18h16v2H4v-2z" fill="currentColor"/></svg>',"arrow-bar-left":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 4v16H4V4h2zm14 7v2h-8v2h-2v-2H8v-2h2V9h2v2h8zm-8-2V7h2v2h-2zm0 6h2v2h-2v-2z" fill="currentColor"/></svg>',"arrow-bar-right":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M18 4v16h2V4h-2zM4 11v2h8v2h-2v2h2v-2h2v-2h2v-2h-2V9h-2V7h-2v2h2v2H4z" fill="currentColor"/></svg>',"arrow-bar-up":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 6h16V4H4v2zm7 14h2v-8h2v2h2v-2h-2v-2h-2V8h-2v2H9v2H7v2h2v-2h2v8z" fill="currentColor"/></svg>',"arrow-down-box":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h18v18H3V3zm16 16V5H5v14h14zM11 7h2v6h2v2h-2v2h-2v-2H9v-2h2V7zm-2 4v2H7v-2h2zm8 0h-2v2h2v-2z" fill="currentColor"/></svg>',"arrow-down":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 4h2v12h2v2h-2v2h-2v-2H9v-2h2V4zM7 14v2h2v-2H7zm0 0v-2H5v2h2zm10 0v2h-2v-2h2zm0 0v-2h2v2h-2z" fill="currentColor"/></svg>',"arrow-left-box":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M21 3v18H3V3h18zM5 19h14V5H5v14zm12-8v2h-6v2H9v-2H7v-2h2V9h2v2h6zm-4-2h-2V7h2v2zm0 8v-2h-2v2h2z" fill="currentColor"/></svg>',"arrow-left":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 11v2H8v2H6v-2H4v-2h2V9h2v2h12zM10 7H8v2h2V7zm0 0h2V5h-2v2zm0 10H8v-2h2v2zm0 0h2v2h-2v-2z" fill="currentColor"/></svg>',"arrow-right-box":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 21V3h18v18H3zM19 5H5v14h14V5zM7 13v-2h6V9h2v2h2v2h-2v2h-2v-2H7zm4 2h2v2h-2v-2zm0-8v2h2V7h-2z" fill="currentColor"/></svg>',"arrow-right":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 11v2h12v2h2v-2h2v-2h-2V9h-2v2H4zm10-4h2v2h-2V7zm0 0h-2V5h2v2zm0 10h2v-2h-2v2zm0 0h-2v2h2v-2z" fill="currentColor"/></svg>',"arrow-up-box":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 21h18V3H3v18zM19 5v14H5V5h14zm-8 12h2v-6h2V9h-2V7h-2v2H9v2h2v6zm-2-4v-2H7v2h2zm8 0h-2v-2h2v2z" fill="currentColor"/></svg>',"arrow-up":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 20h2V8h2V6h-2V4h-2v2H9v2h2v12zM7 10V8h2v2H7zm0 0v2H5v-2h2zm10 0V8h-2v2h2zm0 0v2h2v-2h-2z" fill="currentColor"/></svg>',"arrows-horizontal":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M15 9V7h2v2h-2zm2 6v-2h-4v-2h4V9h2v2h2v2h-2v2h-2zm0 0v2h-2v-2h2zm-6-4v2H7v2H5v-2H3v-2h2V9h2v2h4zm-4 4h2v2H7v-2zm2-8v2H7V7h2z" fill="currentColor"/></svg>',"arrows-vertical":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 11h2V7h2v2h2V7h-2V5h-2V3h-2v2H9v2H7v2h2V7h2v4zm0 2h2v4h2v2h-2v2h-2v-2H9v-2h2v-4zm-2 4v-2H7v2h2zm6 0v-2h2v2h-2z" fill="currentColor"/></svg>',"art-text":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 7h10v10H2V7zm8 8V9H4v6h6zm12-8h-8v2h8V7zm-8 4h8v2h-8v-2zm8 4h-8v2h8v-2z" fill="currentColor"/></svg>',"article-multiple":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 1H1v18h18V1H3zm14 2v14H3V3h14zm4 18H5v2h18V5h-2v16zM15 5H5v2h10V5zM5 9h10v2H5V9zm7 4H5v2h7v-2z" fill="currentColor"/></svg>',article:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3H3v18h18V3H5zm14 2v14H5V5h14zm-2 2H7v2h10V7zM7 11h10v2H7v-2zm7 4H7v2h7v-2z" fill="currentColor"/></svg>',"aspect-ratio":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 4h20v16H2V4zm2 14h16V6H4v12zM8 8h2v2H8v2H6V8h2zm8 8h-2v-2h2v-2h2v4h-2z" fill="currentColor"/></svg>',at:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 4h16v12H8V8h8v6h2V6H6v12h14v2H4V4zm10 10v-4h-4v4h4z" fill="currentColor"/></svg>',attachment:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M7 5v14H5V3h14v18H9V7h6v10h-2V9h-2v10h6V5H7z" fill="currentColor"/></svg>',"audio-device":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 4h4v2H4v8h4v2H2V4h2zm6 0h10v2h-8v12h8v2H10V4zm12 0h-2v16h2V4zm-7 4h2v2h-2V8zm3 4h-4v4h4v-4zM8 18H4v2h4v-2z" fill="currentColor"/></svg>',avatar:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h18v18H3V3zm16 16V5H5v14h14zM14 7h-4v4h4V7zm1 6H9v2H7v2h2v-2h6v2h2v-2h-2v-2z" fill="currentColor"/></svg>',backburger:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 7h10v2H11V7zm-8 4h2V9h2v2h14v2H7v2H5v-2H3v-2zm4 4v2h2v-2H7zm0-6V7h2v2H7zm14 6H11v2h10v-2z" fill="currentColor"/></svg>',"battery-1":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 5H2v14h18v-4h2V9h-2V5H4zm14 2v10H4V7h14zM8 9H6v6h2V9z" fill="currentColor"/></svg>',"battery-2":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 5H2v14h18v-4h2V9h-2V5H4zm14 2v10H4V7h14zM6 9h2v6H6V9zm6 0h-2v6h2V9z" fill="currentColor"/></svg>',"battery-charging":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 5H2v14h6v-2H4V7h4V5H4zm10 0h6v4h2v6h-2v4h-6v-2h4V7h-4V5zm-4 2h2v4h4v2h-2v2h-2v2h-2v-4H6v-2h2V9h2V7z" fill="currentColor"/></svg>',"battery-full":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M18 5H2v14h18v-4h2V9h-2V5h-2zm0 2v10H4V7h14zM8 9H6v6h2V9zm2 0h2v6h-2V9zm6 0h-2v6h2V9z" fill="currentColor"/></svg>',battery:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 5H2v14h18v-4h2V9h-2V5H4zm14 2v10H4V7h14z" fill="currentColor"/></svg>',bed:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M0 4h2v12h10V8h10v2h-8v6h8v-6h2v10h-2v-2H2v2H0V4zm3 5h2v4H3V9zm6 4v2H5v-2h4zm0-4h2v4H9V9zm0 0H5V7h4v2z" fill="currentColor"/></svg>',bitcoin:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 3h2v2h2v2H9v4h8v2H9v4h8v2h-2v2h-2v-2h-2v2H9v-2H5v-2h2v-4H5v-2h2V7H5V5h4V3h2v2h2V3zm4 14v-4h2v4h-2zm0-6V7h2v4h-2z" fill="currentColor"/></svg>',bluetooth:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M15 3h-2v2h2v2h2v2h-2v2h2V9h2V7h-2V5h-2V3zm-2 0h-2v6H9V7H7V5H5v2h2v2h2v2h2v2H9v2H7v2H5v2h2v-2h2v-2h2v6h2V3zm2 8h-2v2h2v2h2v2h-2v2h-2v2h2v-2h2v-2h2v-2h-2v-2h-2v-2z" fill="currentColor"/></svg>',"book-open":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h8v2H3v12h8V5h2v12h8V5h-8V3h10v16H13v2h-2v-2H1V3h2zm16 7h-4v2h4v-2zm-4-3h4v2h-4V7zm2 6h-2v2h2v-2z" fill="currentColor"/></svg>',book:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 2h12v20H4V2h4zm4 8h-2v2H8V4H6v16h12V4h-4v8h-2v-2z" fill="currentColor"/></svg>',bookmark:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M18 2H6v2h12v16h-2v-2h-2v-2h-4v2H8v2H6V2H4v20h4v-2h2v-2h4v2h2v2h4V2h-2z" fill="currentColor"/></svg>',bookmarks:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M21 18V2H7v2h12v14h2zM5 6H3v16h4v-2h2v-2h2v2h2v2h4V6H5zm8 14v-2h-2v-2H9v2H7v2H5V8h10v12h-2z" fill="currentColor"/></svg>',"briefcase-account":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 3H8v4H2v14h20V7h-6V3zm-2 4h-4V5h4v2zM4 19V9h16v10H4zm6-8h4v3h-4v-3zm-2 4h8v2H8v-2z" fill="currentColor"/></svg>',"briefcase-check":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 3H8v4H2v14h20V7h-6V3zm-2 4h-4V5h4v2zM4 19V9h16v10H4zm10-8h2v2h-2v-2zm-2 4v-2h2v2h-2zm-2 0h2v2h-2v-2zm0 0H8v-2h2v2z" fill="currentColor"/></svg>',"briefcase-delete":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 3H8v4H2v14h12v-2H4V9h16v4h2V7h-6V3zm-2 4h-4V5h4v2zm4 8h-2v2h2v2h-2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v2h-2v-2z" fill="currentColor"/></svg>',"briefcase-download":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 3h8v4h6v14h-5v-2h3V9H4v10h3v2H2V7h6V3zm6 2h-4v2h4V5zm-3 6h2v6h2v2h-2v2h-2v-2H9v-2h2v-6zm-2 6H7v-2h2v2zm6 0v-2h2v2h-2z" fill="currentColor"/></svg>',"briefcase-minus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 3h8v4h6v6h-2V9H4v10h10v2H2V7h6V3zm6 2h-4v2h4V5zm2 12h6v2h-6v-2z" fill="currentColor"/></svg>',"briefcase-plus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 3h8v4h6v4h-2V9H4v10h8v2H2V7h6V3zm2 4h4V5h-4v2zm7 14h2v-3h3v-2h-3v-3h-2v3h-3v2h3v3z" fill="currentColor"/></svg>',"briefcase-search-1":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 3H8v4H2v14h7v-2H4V9h18V7h-6V3zm-2 4h-4V5h4v2zm0 4h8v2h-8v-2zm0 10h-2v-8h2v8zm8 0v2h-8v-2h8zm0 0h2v-8h-2v8zm-6-6h2v2h2v2h-4v-4z" fill="currentColor"/></svg>',"briefcase-search":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 3H8v4H2v14h10v-2H4V9h16v2h2V7h-6V3zm-2 4h-4V5h4v2zm6 6h-6v6h6v2h2v-2h-2v-6zm-4 4v-2h2v2h-2z" fill="currentColor"/></svg>',"briefcase-upload":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 3h8v4h6v14h-5v-2h3V9H4v10h3v2H2V7h6V3zm6 2h-4v2h4V5zm-3 16h2v-6h2v2h2v-2h-2v-2h-2v-2h-2v2H9v2H7v2h2v-2h2v6z" fill="currentColor"/></svg>',briefcase:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 3h8v4h6v14H2V7h6V3zm2 4h4V5h-4v2zM4 9v10h16V9H4z" fill="currentColor"/></svg>',bug:'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 2h2v4h4V2h2v4h2v3h2v2h-2v2h4v2h-4v2h2v2h-2v3H6v-3H4v-2h2v-2H2v-2h4v-2H4V9h2V6h2V2Zm8 6H8v3h8V8Zm-5 5H8v7h3v-7Zm2 7h3v-7h-3v7ZM4 9H2V7h2v2Zm0 10v2H2v-2h2Zm16 0h2v2h-2v-2Zm0-10V7h2v2h-2Z"/></svg>',"building-community":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 2h2v20H2v-8h2v6h4v-4h2v4h4v-6h2v6h4V4H10v2H8V2h12zm-8 10h2v2h-2v-2zm-2-2h2v2h-2v-2zm-2 0V8h2v2H8zm-2 2v-2h2v2H6zm0 0H4v2h2v-2zm10-6h2v2h-2V6zm-2 0h-2v2h2V6zm2 4h2v2h-2v-2z" fill="currentColor"/></svg>',"building-skyscraper":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M10 2h4v5h2v2h-2v11h4v-9h2v9h2v2H2v-2h2V8h2v12h6V4h-2V2zM8 6V4h2v2H8zm0 0H6v2h2V6zm10 5h-2V9h2v2zm-8-1H8v2h2v-2zm-2 4h2v2H8v-2z" fill="currentColor"/></svg>',building:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 2h18v20H3V2zm12 16v2h4V4H5v16h4v-2h6zM7 6h2v2H7V6zm6 0h-2v2h2V6zm2 0h2v2h-2V6zm-6 4H7v2h2v-2zm2 0h2v2h-2v-2zm6 0h-2v2h2v-2zM7 14h2v2H7v-2zm6 0h-2v2h2v-2zm4 0h-2v2h2v-2z" fill="currentColor"/></svg>',buildings:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 2h14v4h6v16H2V2zm18 6h-4v2h2v2h-2v2h2v2h-2v2h2v2h2V8zm-6-4H4v16h2v-2h6v2h2V4zM6 6h2v2H6V6zm6 0h-2v2h2V6zm-6 4h2v2H6v-2zm6 0h-2v2h2v-2zm-6 4h2v2H6v-2zm6 0h-2v2h2v-2z" fill="currentColor"/></svg>',bulletlist:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 11V5h6v6H2zm4-2V7H4v2h2zm16-4H10v2h12V5zm0 4H10v2h12V9zm-12 4h12v2H10v-2zm12 4H10v2h12v-2zM2 13v6h6v-6H2zm4 2v2H4v-2h2z" fill="currentColor"/></svg>',"bullseye-arrow":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 2h10v2H6V2zM4 6V4h2v2H4zm0 12H2V6h2v12zm2 2H4v-2h2v2zm12 0H6v2h12v-2zm2-2v2h-2v-2h2zm0 0h2V8h-2v10zM12 6H8v2H6v8h2v2h8v-2h2v-4h-2v4H8V8h4V6zm2 8v-4h2V8h2V6h4V4h-2V2h-2v4h-2v2h-2v2h-4v4h4z" fill="currentColor"/></svg>',bullseye:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M18 2H6v2H4v2H2v12h2v2h2v2h12v-2h2v-2h2V6h-2V4h-2V2zm0 2v2h2v12h-2v2H6v-2H4V6h2V4h12zm-8 6h4v4h-4v-4zM8 6h8v2H8V6zm0 10H6V8h2v8zm8 0v2H8v-2h8zm0 0h2V8h-2v8z" fill="currentColor"/></svg>',bus:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 2h14v2H5V2zm0 2v6h14V4h2v16h-2v2h-4v-2H9v2H5v-2H3V4h2zm0 14h14v-6H5v6zm2-4h2v2H7v-2zm10 0h-2v2h2v-2z" fill="currentColor"/></svg>',cake:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 2h2v2H6V2zm2 3H6v3H2v9h6v-2h2v2h4v-2h2v2h6V8h-4V5h-2v3h-3V5h-2v3H8V5zm12 10h-4v-3h-2v3h-4v-3H8v3H4v-5h16v5zM2 20h20v2H2v-2zM13 2h-2v2h2V2zm3 0h2v2h-2V2zM2 17h2v3H2zm18 0h2v3h-2z" fill="currentColor"/></svg>',calculator:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 2H3v20h18V2H5zm14 18H5V4h14v16zM17 6H7v4h10V6zM7 12h2v2H7v-2zm6 0h-2v2h2v-2zm2 0h2v2h-2v-2zm-6 4H7v2h2v-2zm2 0h2v2h-2v-2zm6 0h-2v2h2v-2z" fill="currentColor"/></svg>',"calendar-alert":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M7 5V4H5v2H3v14h14V6h-2V4h-2v2H7V5zm-2 5V8h10v2H5zm0 2h10v6H5v-6zm16-3V8h-2v6h2V9zm0 6h-2v2h2v-2z" fill="currentColor"/></svg>',"calendar-arrow-left":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 2h-2v2H9V2H7v2H3v8h2v-2h14v10h-8v2h10V4h-4V2zm2 6H5V6h14v2zm-6 8H7v-2h2v-2H7v2H5v2H3v2h2v2h2v2h2v-2H7v-2h6v-2z" fill="currentColor"/></svg>',"calendar-arrow-right":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 2h-2v2H9V2H7v2H3v18h10v-2H5V10h14v2h2V4h-4V2zM7 6h12v2H5V6h2zm14 10h-2v-2h-2v-2h-2v2h2v2h-6v2h6v2h-2v2h2v-2h2v-2h2v-2z" fill="currentColor"/></svg>',"calendar-check":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M15 2h2v2h4v18H3V4h4V2h2v2h6V2zm4 6V6H5v2h14zm0 2H5v10h14V10zm-3 2v2h-2v-2h2zm-4 4v-2h2v2h-2zm-2 0h2v2h-2v-2zm0 0H8v-2h2v2z" fill="currentColor"/></svg>',"calendar-export":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 2h-2v2H9V2H7v2H3v18h4v-2H5V10h14v10h-2v2h4V4h-4V2zM7 6h12v2H5V6h2zm6 6h-2v6H9v-2H7v2h2v2h2v2h2v-2h2v-2h2v-2h-2v2h-2v-6z" fill="currentColor"/></svg>',"calendar-grid":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h18v18H3V3zm2 2v2h14V5H5zm14 4h-6v2h6V9zm0 4h-6v2h6v-2zm0 4h-6v2h6v-2zm-8 2v-2H5v2h6zm-6-4h6v-2H5v2zm0-4h6V9H5v2z" fill="currentColor"/></svg>',"calendar-import":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 2h-2v2H9V2H7v2H3v18h4v-2H5V10h14v10h-2v2h4V4h-4V2zM7 6h12v2H5V6h2zm6 16h-2v-6H9v-2h2v-2h2v2h2v2h-2v6zm2-6v2h2v-2h-2zm-6 0v2H7v-2h2z" fill="currentColor"/></svg>',"calendar-minus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 2h-2v2H9V2H7v2H3v18h18V4h-4V2zM7 6h12v2H5V6h2zM5 20V10h14v10H5zm10-6H9v2h6v-2z" fill="currentColor"/></svg>',"calendar-month":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M15 2h2v2h4v18H3V4h4V2h2v2h6V2zM9 6H5v2h14V6H9zm-4 4v10h14V10H5zm2 2h2v2H7v-2zm6 0h-2v2h2v-2zm2 0h2v2h-2v-2zm-6 4H7v2h2v-2zm2 0h2v2h-2v-2zm6 0h-2v2h2v-2z" fill="currentColor"/></svg>',"calendar-multiple-check":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 2h2v2h4v10h-2v-4H7v6h6v2H5V4h4V2h2v2h6V2zm-6 4H7v2h14V6H11zm2 14v2H1V8h2v12h10zm2-2h2v2h-2v-2zm4 2v2h-2v-2h2zm2-2h-2v2h2v-2zm0 0v-2h2v2h-2z" fill="currentColor"/></svg>',"calendar-multiple":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 2h2v2h4v14H5V4h4V2h2v2h6V2zm-6 4H7v2h14V6H11zm-4 4v6h14v-6H7zM3 20h16v2H1V8h2v12z" fill="currentColor"/></svg>',"calendar-plus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M15 2h2v2h4v18H3V4h4V2h2v2h6V2zM9 6H5v2h14V6H9zm-4 4v10h14V10H5zm6 2h2v2h2v2h-2v2h-2v-2H9v-2h2v-2z" fill="currentColor"/></svg>',"calendar-range":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 2h-2v2H9V2H7v2H3v18h18V4h-4V2zM7 6h12v2H5V6h2zM5 20V10h14v10H5zm4-8H7v2h2v-2zm2 0h2v2h-2v-2zm6 0h-2v2h2v-2z" fill="currentColor"/></svg>',"calendar-remove":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 2h-2v2H9V2H7v2H3v18h18V4h-4V2zM7 6h12v2H5V6h2zM5 20V10h14v10H5zm6-4H9v2h2v-2zm0-2v-2H9v2h2zm2 0h-2v2h2v2h2v-2h-2v-2zm0 0v-2h2v2h-2z" fill="currentColor"/></svg>',"calendar-search":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M15 2h2v2h4v8h-2v-2H5v10h6v2H3V4h4V2h2v2h6V2zM9 6H5v2h14V6H9zm8 6v2h-4v-2h4zm-4 6h-2v-4h2v4zm4 0h-4v2h6v2h2v-2h-2v-6h-2v4z" fill="currentColor"/></svg>',"calendar-sort-ascending":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M10 5H8v2H4V5H2v2H0v12h12V7h-2V5zM2 9h8v2H2V9zm0 8v-4h8v4H2zM20 7h-2v8h-2v-2h-2v2h2v2h2v2h2v-2h2v-2h2v-2h-2v2h-2V7z" fill="currentColor"/></svg>',"calendar-sort-descending":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M10 5H8v2H4V5H2v2H0v12h12V7h-2V5zM2 9h8v2H2V9zm0 8v-4h8v4H2zm18 2h-2v-8h-2V9h2V7h2v2h2v2h-2v8zm2-8v2h2v-2h-2zm-6 0v2h-2v-2h2z" fill="currentColor"/></svg>',"calendar-text":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M15 2h2v2h4v18H3V4h4V2h2v2h6V2zM9 6H5v2h14V6H9zm-4 4v10h14V10H5zm2 2h8v2H7v-2zm4 6v-2H7v2h4z" fill="currentColor"/></svg>',"calendar-today":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 2h-2v2H9V2H7v2H3v18h18V4h-4V2zM7 6h12v2H5V6h2zM5 20V10h14v10H5zm6-4v-4H7v4h4z" fill="currentColor"/></svg>',"calendar-tomorrow":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 2h-2v2H9V2H7v2H3v18h18V4h-4V2zM7 6h12v2H5V6h2zM5 20V10h14v10H5zm12-2v-4h-4v4h4z" fill="currentColor"/></svg>',"calendar-week-begin":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 2h-2v2H9V2H7v2H3v18h18V4h-4V2zM7 6h12v2H5V6h2zM5 20V10h14v10H5zm4-8H7v6h2v-6z" fill="currentColor"/></svg>',"calendar-week":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 2h-2v2H9V2H7v2H3v18h18V4h-4V2zM7 6h12v2H5V6h2zM5 20V10h14v10H5zm12-8H7v2h10v-2z" fill="currentColor"/></svg>',"calendar-weekend":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 2h-2v2H9V2H7v2H3v18h18V4h-4V2zM7 6h12v2H5V6h2zM5 20V10h14v10H5zm12-8h-2v6h2v-6z" fill="currentColor"/></svg>',calendar:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M15 2h2v2h4v18H3V4h4V2h2v2h6V2zM5 8h14V6H5v2zm0 2v10h14V10H5z" fill="currentColor"/></svg>',"camera-add":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 2H3v3H0v2h3v3h2V7h3V5H5V2zm12 1h-7v2h5v2h5v12H5v-7H3v9h19V5h-5V3zm-7 6h4v2h2v4h-2v2h-4v-2h4v-4h-4V9zm-2 2h2v4H8v-4z" fill="currentColor"/></svg>',"camera-alt":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 4H2v16h20V4H4zm16 2v12H4V6h16zM8 8H6v2h2V8zm4 0h4v2h-4V8zm-2 2h2v4h-2v-4zm6 4h2v-4h-2v4zm0 0h-4v2h4v-2z" fill="currentColor"/></svg>',"camera-face":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M7 3h10v2h5v16H2V7h2v12h16V7h-5V5H9v2H2V5h5V3zm7 12h-4v2h4v-2zm-4-2v2H8v-2h2zm0-2V9H8v2h2zm6 2v2h-2v-2h2zm0-2V9h-2v2h2z" fill="currentColor"/></svg>',camera:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M9 3H7v2H2v16h20V5h-5V3H9zm8 4h3v12H4V7h5V5h6v2h2zm-7 2h4v2h-4V9zm4 6h-4v2h4v-2h2v-4h-2v4zm-6-4h2v4H8v-4z" fill="currentColor"/></svg>',car:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 4H7v2H5v2H3v12h4v-2h10v2h4V8h-2V6h-2V4zm0 2v2h2v2H5V8h2V6h10zm2 10H5v-4h14v4zm-2-3h-2v2h2v-2zM7 13h2v2H7v-2z" fill="currentColor"/></svg>',"card-id":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 4h20v16H2V4zm2 2v4h16V6H4zm16 6H10v2h10v-2zm0 4h-4v2h4v-2zm-6 2v-2H4v2h10zM4 14h4v-2H4v2z" fill="currentColor"/></svg>',"card-plus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M22 4H2v16h10v-2H4V6h16v4h2V4zm-3 13h3v-2h-3v-3h-2v3h-3v2h3v3h2v-3z" fill="currentColor"/></svg>',"card-stack":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 4h18v12H2V4h2zm16 10V6H4v8h16zm2 4H2v2h20v-2z" fill="currentColor"/></svg>',"card-text":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 4H2v16h20V4H4zm0 2h16v12H4V6zm2 2h12v2H6V8zm0 4h10v2H6v-2z" fill="currentColor"/></svg>',card:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 4h20v16H2V4zm18 14V6H4v12h16z" fill="currentColor"/></svg>',cart:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 2h4v4h16v11H4V4H2V2zm4 13h14V8H6v7zm0 4h3v3H6v-3zm14 0h-3v3h3v-3z" fill="currentColor"/></svg>',cast:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 3h18v18h-8v-2h6V5H4v4H2V3h2zm0 16H2v2h2v-2zm-2-4h4v2H2v-2zm8-4H2v2h8v8h2V11h-2zm-4 4h2v6H6v-6z" fill="currentColor"/></svg>',"cellular-signal-0":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M22 4v16h-6V4h6Zm-2 2h-2v12h2V6Zm-5 4v10H9V10h6Zm-2 8v-6h-2v6h2Zm-5-4v6H2v-6h6Zm-2 4v-2H4v2h2Z"/></svg>',"cellular-signal-1":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M16 4v16h6V4h-6Zm2 2h2v12h-2V6Zm-9 4v10h6V10H9Zm2 8v-6h2v6h-2Zm-3-4H2v6h6v-6Z"/></svg>',"cellular-signal-2":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M16 4v16h6V4h-6Zm4 2v12h-2V6h2ZM2 14h6v6H2v-6Zm13-4H9v10h6V10Z"/></svg>',"cellular-signal-3":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M16 4h6v16h-6V4ZM2 14h6v6H2v-6Zm13-4H9v10h6V10Z"/></svg>',"cellular-signal-off":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M4 2H2v2h2v2H2v2h2V6h2v2h2V6H6V4h2V2H6v2H4V2Zm12 2v16h6V4h-6Zm2 2h2v12h-2V6Zm-9 4v10h6V10H9Zm2 8v-6h2v6h-2Zm-3-4v6H2v-6h6Zm-2 4v-2H4v2h2Z"/></svg>',"chart-add":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h10v2H5v14h14v-8h2v10H3V3zm6 8H7v6h2v-6zm2-4h2v10h-2V7zm6 6h-2v4h2v-4zm0-10h2v2h2v2h-2v2h-2V7h-2V5h2V3z" fill="currentColor"/></svg>',"chart-bar":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 5h2v14h-2V5zm-2 4H9v10h2V9zm-4 4H5v6h2v-6zm12 0h-2v6h2v-6z" fill="currentColor"/></svg>',"chart-delete":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 3H3v18h18V11h-2v8H5V5h8V3zm-6 8h2v6H7v-6zm6-4h-2v10h2V7zm2 6h2v4h-2v-4zm2-6h-2v2h2V7zm0-2V3h-2v2h2zm2 0h-2v2h2v2h2V7h-2V5zm0 0V3h2v2h-2z" fill="currentColor"/></svg>',"chart-minus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 3H3v18h18V11h-2v8H5V5h8V3zm-6 8h2v6H7v-6zm6-4h-2v10h2V7zm2 6h2v4h-2v-4zm6-8h-6v2h6V5z" fill="currentColor"/></svg>',"chart-multiple":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 2H1v16h18V2H3zm0 2h14v12H3V4zm18 2v14H5v2h18V6h-2zM7 8H5v6h2V8zm2-2h2v8H9V6zm6 4h-2v4h2v-4z" fill="currentColor"/></svg>',chart:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3H3v18h18V3H5zm14 2v14H5V5h14zM9 11H7v6h2v-6zm2-4h2v10h-2V7zm6 6h-2v4h2v-4z" fill="currentColor"/></svg>',chat:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 2H2v20h2V4h16v12H6v2H4v2h2v-2h16V2h-2z" fill="currentColor"/></svg>',"check-double":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M15 6h2v2h-2V6zm-2 4V8h2v2h-2zm-2 2v-2h2v2h-2zm-2 2v-2h2v2H9zm-2 2v-2h2v2H7zm-2 0h2v2H5v-2zm-2-2h2v2H3v-2zm0 0H1v-2h2v2zm8 2h2v2h-2v-2zm4-2v2h-2v-2h2zm2-2v2h-2v-2h2zm2-2v2h-2v-2h2zm2-2h-2v2h2V8zm0 0h2V6h-2v2z" fill="currentColor"/></svg>',check:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M18 6h2v2h-2V6zm-2 4V8h2v2h-2zm-2 2v-2h2v2h-2zm-2 2h2v-2h-2v2zm-2 2h2v-2h-2v2zm-2 0v2h2v-2H8zm-2-2h2v2H6v-2zm0 0H4v-2h2v2z" fill="currentColor"/></svg>',"checkbox-on":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h18v18H3V3zm16 16V5H5v14h14z" fill="currentColor"/></svg>',checkbox:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3H3v18h18V3H5zm0 2h14v14H5V5zm4 7H7v2h2v2h2v-2h2v-2h2v-2h2V8h-2v2h-2v2h-2v2H9v-2z" fill="currentColor"/></svg>',checklist:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M19 4h2v2h-2V4zm-2 4V6h2v2h-2zm-2 0h2v2h-2V8zm0 0h-2V6h2v2zM3 6h8v2H3V6zm8 10H3v2h8v-2zm7 2v-2h2v-2h-2v2h-2v-2h-2v2h2v2h-2v2h2v-2h2zm0 0v2h2v-2h-2z" fill="currentColor"/></svg>',chess:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 2h20v20H2V2zm2 2v4h4v4H4v4h4v4h4v-4h4v4h4v-4h-4v-4h4V8h-4V4h-4v4H8V4H4zm8 8H8v4h4v-4zm0-4v4h4V8h-4z" fill="currentColor"/></svg>',"chevron-down":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M7 8H5v2h2v2h2v2h2v2h2v-2h2v-2h2v-2h2V8h-2v2h-2v2h-2v2h-2v-2H9v-2H7V8z" fill="currentColor"/></svg>',"chevron-left":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 5v2h-2V5h2zm-4 4V7h2v2h-2zm-2 2V9h2v2h-2zm0 2H8v-2h2v2zm2 2v-2h-2v2h2zm0 0h2v2h-2v-2zm4 4v-2h-2v2h2z" fill="currentColor"/></svg>',"chevron-right":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 5v2h2V5H8zm4 4V7h-2v2h2zm2 2V9h-2v2h2zm0 2h2v-2h-2v2zm-2 2v-2h2v2h-2zm0 0h-2v2h2v-2zm-4 4v-2h2v2H8z" fill="currentColor"/></svg>',"chevron-up":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M7 16H5v-2h2v-2h2v-2h2V8h2v2h2v2h2v2h2v2h-2v-2h-2v-2h-2v-2h-2v2H9v2H7v2z" fill="currentColor"/></svg>',"chevrons-horizontal":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 9V7h2v2H8zm-2 2V9h2v2H6zm0 2H4v-2h2v2zm2 2v-2H6v2h2zm0 0h2v2H8v-2zm8-6V7h-2v2h2zm2 2V9h-2v2h2zm0 2v-2h2v2h-2zm-2 2v-2h2v2h-2zm0 0v2h-2v-2h2z" fill="currentColor"/></svg>',"chevrons-vertical":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 4h2v2h-2V4zM9 8V6h2v2H9zm0 0v2H7V8h2zm6 0h-2V6h2v2zm0 0h2v2h-2V8zm-6 8H7v-2h2v2zm2 2H9v-2h2v2zm2 0v2h-2v-2h2zm2-2h-2v2h2v-2zm0 0v-2h2v2h-2z" fill="currentColor"/></svg>',circle:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 3H7v2H5v2H3v10h2v2h2v2h10v-2h2v-2h2V7h-2V5h-2V3zm0 2v2h2v10h-2v2H7v-2H5V7h2V5h10z" fill="currentColor"/></svg>',clipboard:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M10 2h6v2h4v18H4V4h4V2h2zm6 4v2H8V6H6v14h12V6h-2zm-2 0V4h-4v2h4z" fill="currentColor"/></svg>',clock:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M19 3H5v2H3v14h2v2h14v-2h2V5h-2V3zm0 2v14H5V5h14zm-8 2h2v6h4v2h-6V7z" fill="currentColor"/></svg>',"close-box":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3H3v18h18V3H5zm14 2v14H5V5h14zm-8 4H9V7H7v2h2v2h2v2H9v2H7v2h2v-2h2v-2h2v2h2v2h2v-2h-2v-2h-2v-2h2V9h2V7h-2v2h-2v2h-2V9z" fill="currentColor"/></svg>',close:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 5h2v2H5V5zm4 4H7V7h2v2zm2 2H9V9h2v2zm2 0h-2v2H9v2H7v2H5v2h2v-2h2v-2h2v-2h2v2h2v2h2v2h2v-2h-2v-2h-2v-2h-2v-2zm2-2v2h-2V9h2zm2-2v2h-2V7h2zm0 0V5h2v2h-2z" fill="currentColor"/></svg>',"cloud-done":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 4h-6v2H8v2H4v2H2v2H0v6h2v2h20v-2h2v-6h-2v-2h-2V8h-2V6h-2V4zm0 2v2h2v4h4v6H2v-6h2v-2h4V8h2V6h6zm-6 6H8v2h2v2h2v-2h2v-2h2v-2h-2v2h-2v2h-2v-2z" fill="currentColor"/></svg>',"cloud-download":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M10 4h6v2h-6V4zM8 8V6h2v2H8zm-4 2V8h4v2H4zm-2 2v-2h2v2H2zm0 6H0v-6h2v6zm0 0h5v2H2v-2zM18 8h-2V6h2v2zm4 4h-4V8h2v2h2v2zm0 6v-6h2v6h-2zm0 0v2h-5v-2h5zm-11 2h2v-2h2v-2h2v-2h-4V9h-2v5H7v2h2v2h2v2z" fill="currentColor"/></svg>',"cloud-moon":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M18 2h-8v2H8v2H6v4h2V6h2V4h4v2h-2v4h2v2h4v-2h2v4h-2v2h2v-2h2V6h-2v2h-2v2h-4V6h2V4h2V2ZM8 14v-2h4v2H8Zm0 2v-2H4v2H2v4h2v2h10v-2h2v-4h-2v-2h-2v2h2v4H4v-4h4Zm0 0h2v2H8v-2Z"/></svg>',"cloud-sun":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M11 0h2v4h-2V0Zm1 12H8v2H4v2H2v4h2v2h10v-2h2v-4h-2v-2h-2v-2Zm0 2v2h2v4H4v-4h4v2h2v-2H8v-2h4ZM8 6h6v2H8V6Zm0 2v2H6V8h2Zm8 2h-2V8h2v2Zm0 0h2v2h-2v-2Zm4-8h2v2h-2V2Zm0 2v2h-2V4h2ZM2 2h2v2H2V2Zm2 2h2v2H4V4Zm20 7h-4v2h4v-2Z"/></svg>',"cloud-upload":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M10 4h6v2h-6V4zM8 8V6h2v2H8zm-4 2V8h4v2H4zm-2 2v-2h2v2H2zm0 6H0v-6h2v6zm0 0h7v2H2v-2zM18 8h-2V6h2v2zm4 4h-4V8h2v2h2v2zm0 6v-6h2v6h-2zm0 0v2h-7v-2h7zM11 9h2v2h2v2h2v2h-4v5h-2v-5H7v-2h2v-2h2V9z" fill="currentColor"/></svg>',cloud:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 4h-6v2H8v2H4v2H2v2H0v6h2v2h20v-2h2v-6h-2v-2h-2V8h-2V6h-2V4zm2 8h4v6H2v-6h2v-2h4v2h2v-2H8V8h2V6h6v2h2v4zm0 0v2h-2v-2h2z" fill="currentColor"/></svg>',cocktail:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M19 3H3v4h2v2h2v2h2v2h2v6H7v2h10v-2h-4v-6h2v-2h2V9h2V7h2V3h-2zm0 4H5V5h14v2z" fill="currentColor"/></svg>',code:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 5h2v2H8V5zM6 7h2v2H6V7zM4 9h2v2H4V9zm-2 2h2v2H2v-2zm2 2h2v2H4v-2zm2 2h2v2H6v-2zm2 2h2v2H8v-2zm8-12h-2v2h2V5zm2 2h-2v2h2V7zm2 2h-2v2h2V9zm2 2h-2v2h2v-2zm-2 2h-2v2h2v-2zm-2 2h-2v2h2v-2zm-2 2h-2v2h2v-2z" fill="currentColor"/></svg>',"coffee-alt":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M7 3H5v4h2V3zm4 0H9v4h2V3zm2 0h2v4h-2V3zm8 6H3v12h14v-5h4V9zm-2 5h-2v-3h2v3zM5 11h10v8H5v-8z" fill="currentColor"/></svg>',coffee:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 4h18v7h-4v5H4V4zm14 5h2V6h-2v3zm-2-3H6v8h10V6zm3 14H3v-2h16v2z" fill="currentColor"/></svg>',coin:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 2h12v2H6V2zM4 6V4h2v2H4zm0 12V6H2v12h2zm2 2v-2H4v2h2zm12 0v2H6v-2h12zm2-2v2h-2v-2h2zm0-12h2v12h-2V6zm0 0V4h-2v2h2zm-9-1h2v2h3v2h-6v2h6v6h-3v2h-2v-2H8v-2h6v-2H8V7h3V5z" fill="currentColor"/></svg>',collapse:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 3h-2v2h-2v2h-2V5H9V3H7v2h2v2h2v2h2V7h2V5h2V3zM4 13h16v-2H4v2zm9 4h-2v-2h2v2zm2 2h-2v-2h2v2zm0 0h2v2h-2v-2zm-6 0h2v-2H9v2zm0 0H7v2h2v-2z" fill="currentColor"/></svg>',"colors-swatch":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M14 2h8v20H12V2h2zm6 2h-6v16h6V4zM10 20H4v-6h6v-2H6v-2H4V8h2V6h2V4h2V2H8v2H6v2H4v2H2v2h2v2H2v10h8v-2zm8-4h-2v2h2v-2z" fill="currentColor"/></svg>',command:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 2H2v8h2V2zm16 0h2v8h-2V2zm-6 6h-4V2H4v2h4v4H4v2h4v4H4v2h4v4H4v2h6v-6h4v6h2v-6h4v-2h-4v-4h4V8h-4V2h-2v6zm-4 6v-4h4v4h-4zM20 2h-4v2h4V2zM2 14h2v8H2v-8zm14 6h4v2h-4v-2zm6-6h-2v8h2v-8z" fill="currentColor"/></svg>',comment:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M22 2H2v14h2V4h16v12h-8v2h-2v2H8v-4H2v2h4v4h4v-2h2v-2h10V2z" fill="currentColor"/></svg>',"contact-delete":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M22 3H0v18h16v-2H2V5h20v10h2V3h-2zM6 7h4v4H6V7zm0 8H4v2h2v-2zm4 0H6v-2h4v2zm0 0v2h2v-2h-2zm4-8h6v2h-6V7zm6 4h-6v2h6v-2zm-6 4h2v2h-2v-2zm8 4h-2v-2h-2v2h2v2h-2v2h2v-2h2v2h2v-2h-2v-2zm0 0h2v-2h-2v2z" fill="currentColor"/></svg>',"contact-multiple":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 3h20v14H4V3zm18 12V5H6v10h16zm-2 4H2V7H0v14h20v-2zM9 7h2v2H9V7zm3 4H8v2h4v-2zm2-4h6v2h-6V7zm6 4h-6v2h6v-2z" fill="currentColor"/></svg>',"contact-plus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 3h22v11h-2V5H2v14h12v2H0V3h2zm8 4H6v4h4V7zm-6 6h8v4H4v-4zm16-6h-6v2h6V7zm-6 4h6v2h-6v-2zm3 4h-3v2h3v-2zm4 6v3h-2v-3h-3v-2h3v-3h2v3h3v2h-3z" fill="currentColor"/></svg>',contact:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 3H0v18h24V3H2zm20 2v14H2V5h20zM10 7H6v4h4V7zm-6 6h8v4H4v-4zm16-6h-6v2h6V7zm-6 4h6v2h-6v-2zm6 4h-6v2h6v-2z" fill="currentColor"/></svg>',copy:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 2h11v2H6v13H4V2zm4 4h12v16H8V6zm2 2v12h8V8h-8z" fill="currentColor"/></svg>',"corner-down-left":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M18 16H8v2H6v-2H4v-2h2v-2h2v2h10V4h2v12h-2zM8 12v-2h2v2H8zm0 6v2h2v-2H8z" fill="currentColor"/></svg>',"corner-down-right":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 16h10v2h2v-2h2v-2h-2v-2h-2v2H6V4H4v12h2zm10-4v-2h-2v2h2zm0 6v2h-2v-2h2z" fill="currentColor"/></svg>',"corner-left-down":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 6v10H6v2h2v2h2v-2h2v-2h-2V6h10V4H8v2zm4 10h2v-2h-2v2zm-6 0H4v-2h2v2z" fill="currentColor"/></svg>',"corner-left-up":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 18V8H6V6h2V4h2v2h2v2h-2v10h10v2H8v-2zm4-10h2v2h-2V8zM6 8H4v2h2V8z" fill="currentColor"/></svg>',"corner-right-down":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 6v10h2v2h-2v2h-2v-2h-2v-2h2V6H4V4h12v2zm-4 10h-2v-2h2v2zm6 0h2v-2h-2v2z" fill="currentColor"/></svg>',"corner-right-up":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 18V8h2V6h-2V4h-2v2h-2v2h2v10H4v2h12v-2zM12 8h-2v2h2V8zm6 0h2v2h-2V8z" fill="currentColor"/></svg>',"corner-up-left":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M18 8H8V6H6v2H4v2h2v2h2v-2h10v10h2V8h-2zM8 12v2h2v-2H8zm0-6V4h2v2H8z" fill="currentColor"/></svg>',"corner-up-right":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 8h10V6h2v2h2v2h-2v2h-2v-2H6v10H4V8h2zm10 4v2h-2v-2h2zm0-6V4h-2v2h2z" fill="currentColor"/></svg>',"credit-card-delete":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 4H2v16h12v-2H4v-6h16V8H4V6h16V4zm0 0h2v8h-2V4zm2 14h-2v-2h2v-2h-2v2h-2v-2h-2v2h2v2h-2v2h2v-2h2v2h2v-2z" fill="currentColor"/></svg>',"credit-card-minus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 4H2v16h12v-2H4v-6h16V8H4V6h16V4zm0 0h2v8h-2V4zm2 12h-6v2h6v-2z" fill="currentColor"/></svg>',"credit-card-multiple":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M1 3h16v2H3v2h14v4H3v4h14v2H1V3zm18 0h-2v14h2V3zM5 19h16v2H5v-2zM23 7h-2v14h2V7z" fill="currentColor"/></svg>',"credit-card-plus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 4h18v2H4v2h16v4H4v6h10v2H2V4zm20 0h-2v8h2V4zm-4 10h2v2h2v2h-2v2h-2v-2h-2v-2h2v-2z" fill="currentColor"/></svg>',"credit-card-settings":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 4H2v16h18v-2H4v-6h16V8H4V6h16V4zm0 0h2v16h-2V4zm-7 18h-2v2h2v-2zm2 0h2v2h-2v-2zm-6 0H7v2h2v-2z" fill="currentColor"/></svg>',"credit-card-wireless":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 2H8v2H6v2h2V4h8v2h2V4h-2V2zM8 8h2v2H8V8zm6 0V6h-4v2h4zm0 0h2v2h-2V8zM4 11h16v12H4V11zm14 10v-3H6v3h12zm0-6v-2H6v2h12z" fill="currentColor"/></svg>',"credit-card":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 4h16v2H4v2h16v4H4v6h16v2H2V4h2zm18 0h-2v16h2V4z" fill="currentColor"/></svg>',crop:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 2H6v4H2v2h14v14h2v-4h4v-2h-4V6H8V2zm0 8H6v8h8v-2H8v-6z" fill="currentColor"/></svg>',cut:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 2h2v2H2V2zm4 4H4V4h2v2zm2 2H6V6h2v2zm2 2V8H8v2h2zm4 0h-4v4H2v8h8v-8h4v8h8v-8h-8v-4zm2-2v2h-2V8h2zm2-2v2h-2V6h2zm2-2h-2v2h2V4zm0 0V2h2v2h-2zM4 20v-4h4v4H4zm12 0v-4h4v4h-4z" fill="currentColor"/></svg>',dashbaord:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h8v10H3V3zm2 2v6h4V5H5zm8-2h8v6h-8V3zm2 2v2h4V5h-4zm-2 6h8v10h-8V11zm2 2v6h4v-6h-4zM3 15h8v6H3v-6zm2 2v2h4v-2H5z" fill="currentColor"/></svg>',"debug-check":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 2H6v2h2v2H6v3H4V7H2v2h2v2h2v2H2v2h4v2H4v2H2v2h2v-2h2v3h6v-2H8V8h8v6h2v-3h2V9h2V7h-2v2h-2V6h-2V4h2V2h-2v2h-2v2h-4V4H8V2Zm6 9h-4v2h4v-2Zm-4 4h2v2h-2v-2Zm4 3h2v2h-2v-2Zm4 2v2h-2v-2h2Zm2-2h-2v2h2v-2Zm0 0v-2h2v2h-2Z"/></svg>',"debug-off":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M16 2h2v2h-2V2Zm4 7h-2V6h-2V4h-2v2h-2v2h4v5h2v2h4v-2h-4v-2h2V9Zm0 0V7h2v2h-2ZM8 20v-9H6V9H4V7H2v2h2v2h2v2H2v2h4v2H4v2H2v2h2v-2h2v3h10v-2H8Zm2-5h2v2h-2v-2ZM2 2h2v2H2V2Zm4 4H4V4h2v2Zm2 2H6V6h2v2Zm2 2H8V8h2v2Zm0 0v2h2v2h2v2h2v2h2v2h2v2h2v-2h-2v-2h-2v-2h-2v-2h-2v-2h-2v-2h-2Z"/></svg>',"debug-pause":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 2H6v2h2v2H6v3H4V7H2v2h2v2h2v2H2v2h4v2H4v2H2v2h2v-2h2v3h8v-2H8V8h8v6h2v-3h2V9h2V7h-2v2h-2V6h-2V4h2V2h-2v2h-2v2h-4V4H8V2Zm6 9h-4v2h4v-2Zm-4 4h4v2h-4v-2Zm6 1h2v6h-2v-6Zm6 0h-2v6h2v-6Z"/></svg>',"debug-play":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M6 2h2v2H6V2Zm10 2h-2v2h-4V4H8v2H6v3H4V7H2v2h2v2h2v2H2v2h4v2H4v2H2v2h2v-2h2v3h8v-2H8V8h8v3h4V9h2V7h-2v2h-2V6h-2V4Zm0 0V2h2v2h-2Zm-6 7h4v2h-4v-2Zm4 4h-4v2h4v-2Zm4-2h-2v10h2v-2h2v-2h2v-2h-2v-2h-2v-2Z"/></svg>',"debug-stop":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M6 2h2v2H6V2Zm10 2h-2v2h-4V4H8v2H6v3H4V7H2v2h2v2h2v2H2v2h4v2H4v2H2v2h2v-2h2v3h8v-2H8V8h8v6h2v-3h2V9h2V7h-2v2h-2V6h-2V4Zm0 0V2h2v2h-2Zm-6 7h4v2h-4v-2Zm4 4h-4v2h4v-2Zm8 1h-6v6h6v-6Z"/></svg>',debug:'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M6 2h2v2H6V2Zm4 9h4v2h-4v-2Zm4 4h-4v2h4v-2Z"/> <path d="M16 4h-2v2h-4V4H8v2H6v3H4V7H2v2h2v2h2v2H2v2h4v2H4v2H2v2h2v-2h2v3h12v-3h2v2h2v-2h-2v-2h-2v-2h4v-2h-4v-2h2V9h2V7h-2v2h-2V6h-2V4ZM8 20V8h8v12H8Zm8-16V2h2v2h-2Z"/></svg>',delete:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M21 5H7v2H5v2H3v2H1v2h2v2h2v2h2v2h16V5h-2zM7 17v-2H5v-2H3v-2h2V9h2V7h14v10H7zm8-6h-2V9h-2v2h2v2h-2v2h2v-2h2v2h2v-2h-2v-2zm0 0V9h2v2h-2z" fill="currentColor"/></svg>',deskphone:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h18v18H3V3zm2 2v6h8V5H5zm10 0v14h4V5h-4zm-2 14v-2h-3v2h3zm-5 0v-2H5v2h3zm-3-4h3v-2H5v2zm5-2v2h3v-2h-3z" fill="currentColor"/></svg>',"device-laptop":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 4H4v12h16V4H6zm12 2v8H6V6h12zm4 12H2v2h20v-2z" fill="currentColor"/></svg>',"device-phone":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 3h12v18H6V3zm10 16V5h-2v2h-4V5H8v14h8zm-5-4h2v2h-2v-2z" fill="currentColor"/></svg>',"device-tablet":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 2H4v20h16V2H6zm12 2v16H6V4h12zm-5 12h-2v2h2v-2z" fill="currentColor"/></svg>',"device-tv-smart":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 4h18v14h-6v2H8v-2H2V4h2zm16 12V6H4v10h16z" fill="currentColor"/></svg>',"device-tv":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 20h20V6h-7V4h-2v2h-2V4H9v2H2v14zM9 4V2H7v2h2zm6 0h2V2h-2v2zm5 4v10H4V8h16z" fill="currentColor"/></svg>',"device-vibrate":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 3H6v18h12V3H8zm8 2v14H8V5h8zm-3 10h-2v2h2v-2zm7-8h2v2h-2V7zm2 4V9h2v2h-2zm0 2h-2v-2h2v2zm0 2v-2h2v2h-2zm0 0v2h-2v-2h2zM2 17h2v-2H2v-2h2v-2H2V9h2V7H2v2H0v2h2v2H0v2h2v2z" fill="currentColor"/></svg>',"device-watch":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 2h8v4h5v12h-5v4H8v-4H3V6h5V2zM5 16h14V8H5v8zm6-6h2v2h2v2h-4v-4z" fill="currentColor"/></svg>',devices:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 2h16v6h4v14H12v-6H2V2zm14 6V4H4v10h8V8h4zm-6-2H6v2h4V6zm10 14V10h-6v10h6zm-4-4h2v2h-2v-2zM6 10h4v2H6v-2z" fill="currentColor"/></svg>',dice:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3H3v18h18V3H5zm14 2v14H5V5h14zM9 7H7v2h2V7zm6 0h2v2h-2V7zm-6 8H7v2h2v-2zm6 0h2v2h-2v-2zm-2-4h-2v2h2v-2z" fill="currentColor"/></svg>',dollar:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 2h2v4h6v2H7v3H5V6h6V2zM5 18h6v4h2v-4h6v-2H5v2zm14-7H5v2h12v3h2v-5z" fill="currentColor"/></svg>',downasaur:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 4h14v2h2v6h-8v2h6v2h-4v2h-2v2H2V8h2V6h2V4zm2 6h2V8H8v2z" fill="currentColor"/></svg>',download:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 17V3h-2v10H9v-2H7v2h2v2h2v2h2zm8 2v-4h-2v4H5v-4H3v6h18v-2zm-8-6v2h2v-2h2v-2h-2v2h-2z" fill="currentColor"/></svg>',draft:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M14 2h-4v2H8v2H6v2H4v2H2v12h20V10h-2V8h-2V6h-2V4h-2V2zm0 2v2h2v2h2v4h-2v2h-2v2h-4v-2H8v-2H6V8h2V6h2V4h4zm-8 8v2h2v2h2v2h4v-2h2v-2h2v-2h2v8H4v-8h2z" fill="currentColor"/></svg>',"drag-and-drop":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3H3v2h2V3zm14 4h2v6h-2V9H9v10h4v2H7V7h12zM7 3h2v2H7V3zM5 7H3v2h2V7zm-2 4h2v2H3v-2zm2 4H3v2h2v-2zm6-12h2v2h-2V3zm6 0h-2v2h2V3zm-2 14v-2h6v2h-2v2h-2v2h-2v-4zm4 2v2h2v-2h-2z" fill="currentColor"/></svg>',"drop-area":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3H3v2h2V3zm2 0h2v2H7V3zm6 0h-2v2h2V3zm2 0h2v2h-2V3zm4 0h2v2h-2V3zM3 7h2v2H3V7zm2 4H3v2h2v-2zm-2 4h2v2H3v-2zm2 4H3v2h2v-2zm2 0h2v2H7v-2zm6 0h-2v2h2v-2zm6-8h2v2h-2v-2zm2-4h-2v2h2V7zm-6 10v-2h6v2h-2v2h-2v2h-2v-4zm4 2v2h2v-2h-2z" fill="currentColor"/></svg>',"drop-full":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 2h2v2h2v4h2v4h2v6h-2v2h-2v2H9v-2H7v-2H5v-6h2V8h2V4h2V2z" fill="currentColor"/></svg>',"drop-half":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 2h-2v2H9v4H7v4H5v6h2v2h2v2h6v-2h2v-2h2v-6h-2V8h-2V4h-2V2zm0 2v4h2v4h2v3H7v-3h2V8h2V4h2z" fill="currentColor"/></svg>',drop:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 2h-2v2H9v4H7v4H5v6h2v2h2v2h6v-2h2v-2h2v-6h-2V8h-2V4h-2V2zm0 2v4h2v4h2v6h-2v2H9v-2H7v-6h2V8h2V4h2z" fill="currentColor"/></svg>',"duplicate-alt":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 1H3v14h10v2h-2v2h2v-2h2v-2h2v-2h-2v-2h-2V9h-2v2h2v2H5V3h12V1H5zm4 4H7v6h2V7h10v14H9v-4H7v6h14V5H9z" fill="currentColor"/></svg>',duplicate:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3h12v4h4v14H7v-4H3V3h2zm10 4V5H5v10h2V7h8zM9 17v2h10V9H9v8z" fill="currentColor"/></svg>',"edit-box":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M18 2h-2v2h2V2zM4 4h6v2H4v14h14v-6h2v8H2V4h2zm4 8H6v6h6v-2h2v-2h-2v2H8v-4zm4-2h-2v2H8v-2h2V8h2V6h2v2h-2v2zm2-6h2v2h-2V4zm4 0h2v2h2v2h-2v2h-2v2h-2v-2h2V8h2V6h-2V4zm-4 8h2v2h-2v-2z" fill="currentColor"/></svg>',edit:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M18 2h-2v2h-2v2h-2v2h-2v2H8v2H6v2H4v2H2v6h6v-2h2v-2h2v-2h2v-2h2v-2h2v-2h2V8h2V6h-2V4h-2V2zm0 8h-2v2h-2v2h-2v2h-2v2H8v-2H6v-2h2v-2h2v-2h2V8h2V6h2v2h2v2zM6 16H4v4h4v-2H6v-2z" fill="currentColor"/></svg>',euro:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M9 4h10v2H9v3h7v2H9v2h7v2H9v3h10v2H7v-5H5v-2h2v-2H5V9h2V4h2z" fill="currentColor"/></svg>',expand:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 5h2v2h2v2h2V7h-2V5h-2V3h-2v2zM9 7V5h2v2H9zm0 0v2H7V7h2zm-5 6h16v-2H4v2zm9 6h-2v-2H9v-2H7v2h2v2h2v2h2v-2zm2-2h-2v2h2v-2zm0 0h2v-2h-2v2z" fill="currentColor"/></svg>',"external-link":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M21 11V3h-8v2h4v2h-2v2h-2v2h-2v2H9v2h2v-2h2v-2h2V9h2V7h2v4h2zM11 5H3v16h16v-8h-2v6H5V7h6V5z" fill="currentColor"/></svg>',"eye-closed":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M0 7h2v2H0V7zm4 4H2V9h2v2zm4 2v-2H4v2H2v2h2v-2h4zm8 0H8v2H6v2h2v-2h8v2h2v-2h-2v-2zm4-2h-4v2h4v2h2v-2h-2v-2zm2-2v2h-2V9h2zm0 0V7h2v2h-2z" fill="currentColor"/></svg>',eye:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 6h8v2H8V6zm-4 4V8h4v2H4zm-2 2v-2h2v2H2zm0 2v-2H0v2h2zm2 2H2v-2h2v2zm4 2H4v-2h4v2zm8 0v2H8v-2h8zm4-2v2h-4v-2h4zm2-2v2h-2v-2h2zm0-2h2v2h-2v-2zm-2-2h2v2h-2v-2zm0 0V8h-4v2h4zm-10 1h4v4h-4v-4z" fill="currentColor"/></svg>',"file-alt":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M21 22H3V2h12v2h2v2h2v2h2v14zM17 6h-2v2h2V6zM5 4v16h14V10h-6V4H5zm8 12H7v2h6v-2zm-6-4h10v2H7v-2zm4-4H7v2h4V8z" fill="currentColor"/></svg>',"file-delete":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 22h10V8h-2V6h-2v2h-2V6h2V4h-2V2H3v12h2V4h8v6h6v10h-8v2zm-4-2H5v2H3v-2h2v-2H3v-2h2v2h2v-2h2v2H7v2zm0 0h2v2H7v-2z" fill="currentColor"/></svg>',"file-flash":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M19 22h-6v-2h6V10h-6V4H5v8H3V2h12v2h2v2h2v2h2v14h-2zM17 6h-2v2h2V6zM7 12h2v4h4v2h-2v2H9v2H7v-4H3v-2h2v-2h2v-2z" fill="currentColor"/></svg>',"file-minus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 22h8V8h-2V6h-2v2h-2V6h2V4h-2V2H3v13h2V4h8v6h6v10h-6v2zm-2-3H3v-2h8v2z" fill="currentColor"/></svg>',"file-multiple":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M21 18H7V2h8v2h2v2h-2v2h2V6h2v2h2v10zM9 4v12h10v-6h-6V4H9zM3 6h2v14h12v2H3V6z" fill="currentColor"/></svg>',"file-off":'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 2H3v2h2v2h2v2h2v2h2v2h2v2h2v2h2v2h2v2h2v2h2v-2h-2v-2h-2v-2h-2v-2h-2v-2h-2v-2h6v4h2V8h-2V6h-2V4h-2V2H9v2h4v6h-2V8H9V6H7V4H5V2zm12 4v2h-2V6h2zM3 8h2v12h12v2H3V8z" fill="currentColor"/></svg>',"file-plus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M19 22h-7v-2h7V10h-6V4H5v8H3V2h12v2h2v2h2v2h2v14h-2zM17 6h-2v2h2V6zM8 19h3v-2H8v-3H6v3H3v2h3v3h2v-3z" fill="currentColor"/></svg>',file:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 22h18V8h-2V6h-2v2h-2V6h2V4h-2V2H3v20zm2-2V4h8v6h6v10H5z" fill="currentColor"/></svg>',"fill-half":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M9 2h2v2H9V2zm4 4V4h-2v2H9v2H7v2H5v2H3v2h2v2h2v2h2v2h2v2h2v-2h2v-2h2v-2h2v6h2V12h-2v-2h-2V8h-2V6h-2zm0 0v2h2v2h2v2h2v2H5v-2h2v-2h2V8h2V6h2z" fill="currentColor"/></svg>',fill:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M9 2h2v2H9V2zm4 4V4h-2v2H9v2H7v2H5v2H3v2h2v2h2v2h2v2h2v2h2v-2h2v-2h2v-2h2v6h2V12h-2v-2h-2V8h-2V6h-2zm0 0v2h2v2h2v2h2v2h-2v2h-2v2h-2v2h-2v-2H9v-2H7v-2H5v-2h2v-2h2V8h2V6h2z" fill="currentColor"/></svg>',flag:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 2h10v2h8v14H11v-2H5v6H3V2zm2 12h8v2h6V6h-8V4H5v10z" fill="currentColor"/></svg>',flatten:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 2h2v8h2v2h-2v2h-2v-2H9v-2h2V2zm-2 8H7V8h2v2zm6 0V8h2v2h-2zm5 6H4v2h16v-2zm-4 4H8v2h8v-2z" fill="currentColor"/></svg>',"flip-to-back":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M9 3H7v2h2V3zm0 12H7v2h2v-2zm2-12h2v2h-2V3zm2 12h-2v2h2v-2zm2-12h2v2h-2V3zm2 12h-2v2h2v-2zm2-12h2v2h-2V3zm2 4h-2v2h2V7zM7 7h2v2H7V7zm14 4h-2v2h2v-2zM7 11h2v2H7v-2zm14 4h-2v2h2v-2zM3 7h2v12h12v2H3V7z" fill="currentColor"/></svg>',"flip-to-front":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M21 3H7v14h14V3zm-2 12H9V5h10v10zM5 7H3v2h2V7zm-2 4h2v2H3v-2zm2 4H3v2h2v-2zm-2 4h2v2H3v-2zm6 0H7v2h2v-2zm2 0h2v2h-2v-2zm6 0h-2v2h2v-2z" fill="currentColor"/></svg>',"float-center":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M10 4h6v8H8V4h2zm4 6V6h-4v4h4zM2 6h4v2H2V6zm20 0h-4v2h4V6zm0 4h-4v2h4v-2zM6 10H2v2h4v-2zm-4 4h20v2H2v-2zm20 4H2v2h20v-2z" fill="currentColor"/></svg>',"float-left":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 4h6v8H2V4h2zm4 6V6H4v4h4zm14-4H12v2h10V6zm0 4H12v2h10v-2zm0 4v2H2v-2h20zm0 6v-2H2v2h20z" fill="currentColor"/></svg>',"float-right":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 4h6v8h-8V4h2zm4 6V6h-4v4h4zm-8-4H2v2h10V6zm0 4H2v2h10v-2zm10 4v2H2v-2h20zm0 6v-2H2v2h20z" fill="currentColor"/></svg>',"folder-minus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M12 4H2v16h20V6H12V4zm-2 4h10v10H4V6h6v2zm8 6v-2h-6v2h6z" fill="currentColor"/></svg>',"folder-plus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 4h8v2h10v14H2V4h2zm16 4H10V6H4v12h16V8zm-6 2h2v2h2v2h-2v2h-2v-2h-2v-2h2v-2z" fill="currentColor"/></svg>',"folder-x":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M12 4H2v16h20V6H12V4zm-2 4h10v10H4V6h6v2zm6 4h-2v-2h-2v2h2v2h-2v2h2v-2h2v2h2v-2h-2v-2zm0 0h2v-2h-2v2z" fill="currentColor"/></svg>',folder:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 4h8v2h10v14H2V4h2zm16 4H10V6H4v12h16V8z" fill="currentColor"/></svg>',forward:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M14 5h-2v4H6v2H4v6h2v-2h6v4h2v-2h2v-2h2v-2h2v-2h-2V9h-2V7h-2V5z" fill="currentColor"/></svg>',forwardburger:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 7H3v2h10V7zm8 4h-2V9h-2V7h-2v2h2v2H3v2h14v2h-2v2h2v-2h2v-2h2v-2zM3 15h10v2H3v-2z" fill="currentColor"/></svg>',"frame-add":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 3h20v18H2V3zm18 16V7H4v12h16zm-7-7h3v2h-3v3h-2v-3H8v-2h3V9h2v3z" fill="currentColor"/></svg>',"frame-check":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 3h20v18H2V3zm18 16V7H4v12h16zm-4-9h-2v2h-2v2h-2v-2H8v2h2v2h2v-2h2v-2h2v-2z" fill="currentColor"/></svg>',"frame-delete":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 3h20v18H2V3zm18 16V7H4v12h16zM9 10h2v2H9v-2zm4 2h-2v2H9v2h2v-2h2v2h2v-2h-2v-2zm0 0v-2h2v2h-2z" fill="currentColor"/></svg>',"frame-minus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 3h20v18H2V3zm18 16V7H4v12h16zM8 12h8v2H8v-2z" fill="currentColor"/></svg>',frame:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 3h20v18H2V3zm18 16V7H4v12h16z" fill="currentColor"/></svg>',gamepad:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 5h20v14H2V5zm18 12V7H4v10h16zM8 9h2v2h2v2h-2v2H8v-2H6v-2h2V9zm6 0h2v2h-2V9zm4 4h-2v2h2v-2z" fill="currentColor"/></svg>',gif:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 7h6v2H3v6h4v-2H5v-2h4v6H1V7h2zm14 0h6v2h-6v2h4v2h-4v4h-2V7h2zm-4 0h-2v10h2V7z" fill="currentColor"/></svg>',gift:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M19 12v8h-7m7-8h2V8h-3m1 4H5m13-4V4h-6m6 4H6m0 0V4h6M6 8H3v4h2m0 0v8h7m0 0V4" stroke="currentColor" stroke-width="2"/></svg>',"git-branch":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 2h2v12h3v3h7v-7h-3V2h8v8h-3v9h-9v3H2v-8h3V2zm15 6V4h-4v4h4zM8 19v-3H4v4h4v-1z" fill="currentColor"/></svg>',"git-commit":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M7 7h10v4h5v2h-5v4H7v-4H2v-2h5V7zm2 2v6h6V9H9z" fill="currentColor"/></svg>',"git-merge":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M10 2H2v8h3v12h2V10h3v2h2v2h2v8h8v-8h-8v-2h-2v-2h-2V2zM4 8V4h4v4H4zm12 12v-4h4v4h-4z" fill="currentColor"/></svg>',"git-pull-request":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 2h8v8H7v12H5V10H2V2zm2 2v4h4V4H4zm8 1h7.09v9H22v8h-8v-8h3.09V7H12V5zm4 11v4h4v-4h-4z" fill="currentColor"/></svg>',"github-2":'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path fill="currentColor" d="M6 2h12v2H6V2Zm4 12H8v-2h2v2Zm4 0v2h-4v-2h4Zm0 0v-2h2v2h-2Z"/> <path fill="currentColor" d="M6 6V4H4v2H2v12h2v2h2v2h12v-2h2v-2h2V6h-2V4h-2v2h-2v2H8V6H6Zm2 6v-2h8v2h2V6h2v12h-2v2h-2v-4h-2v4h-4v-4H6v2h2v2H6v-2H4v-2h2v-2H4V6h2v6h2Z"/></svg>',github:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path fill="currentColor" d="M5 2h4v2H7v2H5V2Zm0 10H3V6h2v6Zm2 2H5v-2h2v2Zm2 2v-2H7v2H3v-2H1v2h2v2h4v4h2v-4h2v-2H9Zm0 0v2H7v-2h2Zm6-12v2H9V4h6Zm4 2h-2V4h-2V2h4v4Zm0 6V6h2v6h-2Zm-2 2v-2h2v2h-2Zm-2 2v-2h2v2h-2Zm0 2h-2v-2h2v2Zm0 0h2v4h-2v-4Z"/></svg>',gps:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 2v4h5v5h4v2h-4v5h-5v4h-2v-4H6v-5H2v-2h4V6h5V2h2zM8 8v8h8V8H8zm2 2h4v4h-4v-4z" fill="currentColor"/></svg>',grid:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 2h20v20H2V2zm2 2v4h4V4H4zm6 0v4h4V4h-4zm6 0v4h4V4h-4zm4 6h-4v4h4v-4zm0 6h-4v4h4v-4zm-6 4v-4h-4v4h4zm-6 0v-4H4v4h4zm-4-6h4v-4H4v4zm6-4v4h4v-4h-4z" fill="currentColor"/></svg>',group:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h18v18H3V3zm2 2v14h14V5H5zm2 2h4v4H7V7zm6 0h4v4h-4V7zm-6 6h4v4H7v-4zm6 0h4v4h-4v-4z" fill="currentColor"/></svg>',hd:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 7h2v4h4V7h2v10H9v-4H5v4H3V7zm10 8V7h6v2h-4v6h4v2h-6v-2zm6 0V9h2v6h-2z" fill="currentColor"/></svg>',headphone:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M19 4H5v2H3v14h7v-8H5V6h14v6h-5v8h7V6h-2V4zm-3 10h3v4h-3v-4zm-8 0v4H5v-4h3z" fill="currentColor"/></svg>',headset:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M19 2H5v2H3v14h7v-8H5V4h14v6h-5v8h3v2h-6v2h8v-4h2V4h-2V2zm-3 10h3v4h-3v-4zm-8 0v4H5v-4h3z" fill="currentColor"/></svg>',heart:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M9 2H5v2H3v2H1v6h2v2h2v2h2v2h2v2h2v2h2v-2h2v-2h2v-2h2v-2h2v-2h2V6h-2V4h-2V2h-4v2h-2v2h-2V4H9V2zm0 2v2h2v2h2V6h2V4h4v2h2v6h-2v2h-2v2h-2v2h-2v2h-2v-2H9v-2H7v-2H5v-2H3V6h2V4h4z" fill="currentColor"/></svg>',hidden:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 6h8v2H8V6zm-4 4V8h4v2H4zm-2 2v-2h2v2H2zm0 2v-2H0v2h2zm2 2H2v-2h2v2zm4 2H4v-2h4v2zm8 0v2H8v-2h8zm4-2v2h-4v-2h4zm2-2v2h-2v-2h2zm0-2h2v2h-2v-2zm-2-2h2v2h-2v-2zm0 0V8h-4v2h4zM9 10h2v2H9v-2zm4 2h-2v2H9v2h2v-2h2v2h2v-2h-2v-2zm0 0v-2h2v2h-2z" fill="currentColor"/></svg>',home:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M14 2h-4v2H8v2H6v2H4v2H2v2h2v10h7v-6h2v6h7V12h2v-2h-2V8h-2V6h-2V4h-2V2zm0 2v2h2v2h2v2h2v2h-2v8h-3v-6H9v6H6v-8H4v-2h2V8h2V6h2V4h4z" fill="currentColor"/></svg>',hourglass:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M18 2H6v6h2v2h2v4H8v2H6v6h12v-6h-2v-2h-2v-4h2V8h2V2zm-2 6h-2v2h-4V8H8V4h8v4zm-2 6v2h2v4H8v-4h2v-2h4z" fill="currentColor"/></svg>',hq:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 7h2v4h4V7h2v10H9v-4H5v4H3V7zm10 2h2v6h-2V9zm6 6h-4v2h8v-2h-2V9h-2V7h-4v2h4v6z" fill="currentColor"/></svg>',"human-handsdown":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M10 2h4v4h-4V2zM7 7h10v2h-2v13h-2v-6h-2v6H9V9H7V7zm-2 4h2V9H5v2zm0 0v2H3v-2h2zm14 0h-2V9h2v2zm0 0h2v2h-2v-2z" fill="currentColor"/></svg>',"human-handsup":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M10 2h4v4h-4V2zM7 7h10v2h-2v13h-2v-6h-2v6H9V9H7V7zM5 5v2h2V5H5zm0 0H3V3h2v2zm14 0v2h-2V5h2zm0 0V3h2v2h-2z" fill="currentColor"/></svg>',"human-height-alt":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 2h4v4H4V2zM1 7h10v9H9v6H7v-6H5v6H3v-6H1V7zm18-5h-2v2h-2v2h-2v2h2V6h2v12h-2v-2h-2v2h2v2h2v2h2v-2h2v-2h2v-2h-2v2h-2V6h2v2h2V6h-2V4h-2V2z" fill="currentColor"/></svg>',"human-height":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 2h4v4H6V2zM3 7h10v9h-2v6H9v-6H7v6H5v-6H3V7zm18-4h-6v2h6V3zm-4 4h4v2h-4V7zm4 4h-6v2h6v-2zm-6 8h6v2h-6v-2zm6-4h-4v2h4v-2z" fill="currentColor"/></svg>',"human-run":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M10 3H8v2H6v2h2V5h2v2h2v2h-2v2H8v2H6v2H4v-2H2v2h2v2h2v-2h4v2h2v2h-2v2h2v-2h2v-2h-2v-4h2v-2h2v2h2v2h2v-2h2v-2h-2v2h-2v-2h-2V9h2V5h-4v2h-2V5h-2V3z" fill="currentColor"/></svg>',human:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M10 2h4v4h-4V2zM3 7h18v2h-6v13h-2v-6h-2v6H9V9H3V7z" fill="currentColor"/></svg>',"image-arrow-right":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M19 1h-2v2h2v2h-6v2h6v2h-2v2h2V9h2V7h2V5h-2V3h-2V1zm-8 2H2v18h20v-8h-2v6H4V5h7V3zm1 8V9h2v2h-2zm-2 2v-2h2v2h-2zm-2 2v-2h2v2H8zm0 0v2H6v-2h2zm8-2h-2v-2h2v2zm0 0h2v2h-2v-2zM6 7h2v2H6V7z" fill="currentColor"/></svg>',"image-broken":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M22 3H2v18h20v-2h-2v-2h2v-2h-2v-2h2v-2h-2V9h2V7h-2V5h2V3zm-2 4v2h-2v2h2v2h-2v2h2v2h-2v2H4V5h14v2h2zm-6 2h-2v2h-2v2H8v2H6v2h2v-2h2v-2h2v-2h2v2h2v-2h-2V9zM6 7h2v2H6V7z" fill="currentColor"/></svg>',"image-delete":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M14 3H2v18h20V11h-2v8H4V5h10V3zM6 7h2v2H6V7zm14-2h-2V3h-2v2h2v2h-2v2h2V7h2v2h2V7h-2V5zm0 0V3h2v2h-2zm-8 4h2v2h-2V9zm-2 4v-2h2v2h-2zm-2 2h2v-2H8v2zm0 0v2H6v-2h2zm8-2h-2v-2h2v2zm0 0h2v2h-2v-2z" fill="currentColor"/></svg>',"image-flash":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M18 0h2v4h4v2h-2v2h-2v2h-2V6h-4V4h2V2h2V0zM4 3h8v2H4v14h16v-7h2v9H2V3h2zm10 6h-2v2h-2v2H8v2H6v2h2v-2h2v-2h2v-2h2v2h2v2h2v-2h-2v-2h-2V9zM8 7H6v2h2V7z" fill="currentColor"/></svg>',"image-frame":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 1h-2v2H9v2H7v2H2v16h20V7h-5V5h-2V3h-2V1zm2 6H9V5h2V3h2v2h2v2zM4 9h16v12H4V9zm10 6v-2h-2v2h-2v2H8v2h2v-2h2v-2h2zm2 2v-2h-2v2h2zm0 0v2h2v-2h-2zM6 13v-2h2v2H6z" fill="currentColor"/></svg>',"image-gallery":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 2h20v16h-5v2h-2v-2H9v2H7v-2H2V2zm5 18v2H5v-2h2zm10 0v2h2v-2h-2zm3-16H4v12h16V4zm-8 4h2v2h-2V8zm-2 4v-2h2v2h-2zm0 0v2H8v-2h2zm6 0h-2v-2h2v2zm0 0h2v2h-2v-2zM8 6H6v2h2V6z" fill="currentColor"/></svg>',"image-multiple":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M24 2H4v16h20V2zM6 16V4h16v12H6zM2 4H0v18h20v-2H2V4zm12 2h2v2h-2V6zm-2 4V8h2v2h-2zm-2 2v-2h2v2h-2zm0 0v2H8v-2h2zm8-2h-2V8h2v2zm0 0h2v2h-2v-2zM8 6h2v2H8V6z" fill="currentColor"/></svg>',"image-new":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 0h12v2H6V0zM4 3H2v18h20V3H4zm16 2v14H4V5h16zm-6 4h-2v2h-2v2H8v2H6v2h2v-2h2v-2h2v-2h2v2h2v2h2v-2h-2v-2h-2V9zM8 7H6v2h2V7zm10 17v-2H6v2h12z" fill="currentColor"/></svg>',"image-plus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 3h10v2H4v14h16v-8h2v10H2V3h2zm10 6h-2v2h-2v2H8v2H6v2h2v-2h2v-2h2v-2h2v2h2v2h2v-2h-2v-2h-2V9zM8 7H6v2h2V7zm10-4h2v2h2v2h-2v2h-2V7h-2V5h2V3z" fill="currentColor"/></svg>',image:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 3H2v18h20V3H4zm16 2v14H4V5h16zm-6 4h-2v2h-2v2H8v2H6v2h2v-2h2v-2h2v-2h2v2h2v2h2v-2h-2v-2h-2V9zM8 7H6v2h2V7z" fill="currentColor"/></svg>',"inbox-all":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 2h18v20H3V2zm2 2v4h4v2h6V8h4V4H5zm14 6h-2v2H7v-2H5v4h14v-4zm0 6h-2v2H7v-2H5v4h14v-4z" fill="currentColor"/></svg>',"inbox-full":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 2h18v20H3V2zm2 2v10h4v2h6v-2h4V4H5zm14 12h-2v2H7v-2H5v4h14v-4zM7 6h10v2H7V6zm0 4h10v2H7v-2z" fill="currentColor"/></svg>',inbox:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 2h18v20H3V2zm2 2v10h4v2h6v-2h4V4H5zm14 12h-2v2H7v-2H5v4h14v-4z" fill="currentColor"/></svg>',"info-box":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h2v18H3V3zm16 0H5v2h14v14H5v2h16V3h-2zm-8 6h2V7h-2v2zm2 8h-2v-6h2v6z" fill="currentColor"/></svg>',invert:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h18v18H3V3zm16 4h-2v2h-2v2h-2v2h-2v2H9v2H7v2h12V7z" fill="currentColor"/></svg>',iso:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 3H6v3H3v2h3v3h2V8h3V6H8V3zm11 2h-2v2h-2v2h-2v2h-2v2H9v2H7v2H5v2h2v-2h2v-2h2v-2h2v-2h2V9h2V7h2V5zm-6 13v-2h8v2h-8z" fill="currentColor"/></svg>',kanban:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M21 3H3v18h18V3zM5 19V5h14v14H5zM9 7H7v8h2V7zm2 0h2v4h-2V7zm6 0h-2v10h2V7z" fill="currentColor"/></svg>',keyboard:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M21 3H3v18h18V3zM5 19V5h14v14H5zM9 7H7v2h2V7zm8 8H7v2h10v-2zm-2-8h2v2h-2V7zm-2 0h-2v2h2V7zm-6 4h2v2H7v-2zm10 0h-2v2h2v-2zm-6 0h2v2h-2v-2z" fill="currentColor"/></svg>',"label-alt-multiple":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 5H6v10h12v-2h2v-2h2V9h-2V7h-2V5H8zm10 2v2h2v2h-2v2H8V7h10zM4 9H2v10h12v-2H4V9z" fill="currentColor"/></svg>',"label-alt":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 5H2v14h14v-2h2v-2h2v-2h2v-2h-2V9h-2V7h-2V5zm0 2v2h2v2h2v2h-2v2h-2v2H4V7h12z" fill="currentColor"/></svg>',"label-sharp":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 5H2v4h2v2h2v2H4v2H2v4h14v-2h2v-2h2v-2h2v-2h-2V9h-2V7h-2V5zm0 2v2h2v2h2v2h-2v2h-2v2H4v-2h2v-2h2v-2H6V9H4V7h12z" fill="currentColor"/></svg>',label:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M12 2H2v10h2v2h2v2h2v2h2v2h2v2h2v-2h2v-2h2v-2h2v-2h2v-2h-2v-2h-2V8h-2V6h-2V4h-2V2zm0 2v2h2v2h2v2h2v2h2v2h-2v2h-2v2h-2v2h-2v-2h-2v-2H8v-2H6v-2H4V4h8zM6 6h2v2H6V6z" fill="currentColor"/></svg>',"layout-align-bottom":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 4H8v12h8V4zm-6 10V6h4v8h-4zm10 6v-2H4v2h16z" fill="currentColor"/></svg>',"layout-align-left":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 16V8H8v8h12zm-10-6h8v4h-8v-4zM4 20h2V4H4v16z" fill="currentColor"/></svg>',"layout-align-right":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 8v8h12V8H4zm10 6H6v-4h8v4zm6-10h-2v16h2V4z" fill="currentColor"/></svg>',"layout-align-top":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 20H8V8h8v12zm-6-10v8h4v-8h-4zm10-6v2H4V4h16z" fill="currentColor"/></svg>',"layout-columns":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 5h20v14H2V5zm2 2v10h7V7H4zm9 0v10h7V7h-7z" fill="currentColor"/></svg>',"layout-distribute-horizontal":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 4H4v16h2V4zm14 0h-2v16h2V4zM10 7h6v10H8V7h2zm4 8V9h-4v6h4z" fill="currentColor"/></svg>',"layout-distribute-vertical":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 6V4H4v2h16zm0 14v-2H4v2h16zM17 8v8h-2V8h2zm-8 6v-4h6V8H7v8h8v-2H9z" fill="currentColor"/></svg>',"layout-footer":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 5h20v14H2V5zm2 2v6h16V7H4zm16 8H4v2h16v-2z" fill="currentColor"/></svg>',"layout-header":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 19h20V5H2v14zm2-2v-6h16v6H4zm16-8H4V7h16v2z" fill="currentColor"/></svg>',"layout-rows":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 5h20v14H2V5zm2 2v4h16V7H4zm16 6H4v4h16v-4z" fill="currentColor"/></svg>',"layout-sidebar-left":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 5h20v14H2V5zm2 2v10h2V7H4zm4 0v10h12V7H8z" fill="currentColor"/></svg>',"layout-sidebar-right":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M22 5H2v14h20V5zm-2 2v10h-2V7h2zm-4 0v10H4V7h12z" fill="currentColor"/></svg>',layout:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 5h20v14H2V5zm2 2v4h16V7H4zm16 6H10v4h10v-4zM8 17v-4H4v4h4z" fill="currentColor"/></svg>',"lightbulb-2":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 2h8v2H8V2ZM6 6V4h2v2H6Zm0 6H4V6h2v6Zm2 2H6v-2h2v2Zm2 0H8v4h8v-4h2v-2h2V6h-2V4h-2v2h2v6h-2v2h-2v2h-4v-2Zm2-2v2h-2v-2h2Zm0-2h2v2h-2v-2Zm0-2v2h-2V8h2Zm0 0V6h2v2h-2Zm4 14v-2H8v2h8Z" /></svg>',"lightbulb-on":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M13 2h-2v4h2V2Zm2 6H9v2H7v4h2v4h6v-4h2v-4h-2V8Zm0 2v4h-2v2h-2v-2H9v-4h6ZM9 20h6v2H9v-2Zm14-9v2h-4v-2h4ZM5 13v-2H1v2h4Zm12-7h2v2h-2V6Zm2 0h2V4h-2v2ZM5 6h2v2H5V6Zm0 0V4H3v2h2Z" /></svg>',lightbulb:'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 2h8v2H8V2ZM6 6V4h2v2H6Zm0 6H4V6h2v6Zm2 2H6v-2h2v2Zm8 0v4H8v-4h2v2h4v-2h2Zm2-2v2h-2v-2h2Zm0-6h2v6h-2V6Zm0 0V4h-2v2h2Zm-2 14H8v2h8v-2Z" /></svg>',link:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 6h7v2H4v8h7v2H2V6h2zm16 0h-7v2h7v8h-7v2h9V6h-2zm-3 5H7v2h10v-2z" fill="currentColor"/></svg>',"list-box":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 3h20v18H2V3zm18 16V5H4v14h16zM8 7H6v2h2V7zm2 0h8v2h-8V7zm-2 4H6v2h2v-2zm2 0h8v2h-8v-2zm-2 4H6v2h2v-2zm2 0h8v2h-8v-2z" fill="currentColor"/></svg>',list:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z" fill="currentColor"/></svg>',loader:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 2h-2v6h2V2zm0 14h-2v6h2v-6zm9-5v2h-6v-2h6zM8 13v-2H2v2h6zm7-6h2v2h-2V7zm4-2h-2v2h2V5zM9 7H7v2h2V7zM5 5h2v2H5V5zm10 12h2v2h2v-2h-2v-2h-2v2zm-8 0v-2h2v2H7v2H5v-2h2z" fill="currentColor"/></svg>',"lock-open":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M15 2H9v2H7v2h2V4h6v4H4v14h16V8h-3V4h-2V2zm0 8h3v10H6V10h9zm-2 3h-2v4h2v-4z" fill="currentColor"/></svg>',lock:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M15 2H9v2H7v4H4v14h16V8h-3V4h-2V2zm0 2v4H9V4h6zm-6 6h9v10H6V10h3zm4 3h-2v4h2v-4z" fill="currentColor"/></svg>',login:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3H3v4h2V5h14v14H5v-2H3v4h18V3H5zm12 8h-2V9h-2V7h-2v2h2v2H3v2h10v2h-2v2h2v-2h2v-2h2v-2z" fill="currentColor"/></svg>',logout:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3h16v4h-2V5H5v14h14v-2h2v4H3V3h2zm16 8h-2V9h-2V7h-2v2h2v2H7v2h10v2h-2v2h2v-2h2v-2h2v-2z" fill="currentColor"/></svg>',luggage:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M9 2h6v4h4v14h-2v2h-2v-2H9v2H7v-2H5V6h4V2zm2 4h2V4h-2v2zM7 18h10V8H7v10zm4-8v6H9v-6h2zm4 0v6h-2v-6h2z" fill="currentColor"/></svg>',"mail-arrow-right":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 4H2v16h10v-2H4V6h16v6h2V4h-2zM6 8h2v2H6V8zm4 4H8v-2h2v2zm4 0v2h-4v-2h4zm2-2v2h-2v-2h2zm0 0V8h2v2h-2zm8 8h-2v-2h-2v-2h-2v2h2v2h-6v2h6v2h-2v2h2v-2h2v-2h2v-2z" fill="currentColor"/></svg>',"mail-check":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 4h18v10h-2V6H4v12h8v2H2V4h2zm4 4H6v2h2v2h2v2h4v-2h2v-2h2V8h-2v2h-2v2h-4v-2H8V8zm6 10h2v2h-2v-2zm4 2v2h-2v-2h2zm2-2h-2v2h2v-2zm0 0v-2h2v2h-2z" fill="currentColor"/></svg>',"mail-delete":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 4H2v16h12v-2H4V6h16v8h2V4h-2zM6 8h2v2H6V8zm4 4H8v-2h2v2zm4 0v2h-4v-2h4zm2-2v2h-2v-2h2zm0 0V8h2v2h-2zm2 6h-2v2h2v2h-2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v2h-2v-2z" fill="currentColor"/></svg>',"mail-flash":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 4h18v8h-2V6H4v12h8v2H2V4h2zm4 4H6v2h2v2h2v2h4v-2h2v-2h2V8h-2v2h-2v2h-4v-2H8V8zm10 6h2v4h4v2h-2v2h-2v2h-2v-4h-4v-2h2v-2h2v-2z" fill="currentColor"/></svg>',"mail-multiple":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M24 2H4v16h20V2zM6 16V4h16v12H6zM2 7H0v15h19v-2H2V7zm8-1H8v2h2v2h2v2h4v-2h2V8h2V6h-2v2h-2v2h-4V8h-2V6z" fill="currentColor"/></svg>',"mail-off":'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 2h2v2H2V2zm4 4H4V4h2v2zm2 2H6V6h2v2zm2 2H8V8h2v2zm2 2h-2v-2h2v2zm2 0h-2v2h2v2h2v2h2v2h2v2h2v-2h-2v-2h-2v-2h-2v-2h-2v-2zm2-2h-2v2h2v-2zm0 0V8h2v2h-2zm-6-6h12v12h-2V6H10V4zm4 14v2H2V8h2v10h10z" fill="currentColor"/></svg>',"mail-unread":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M22 2h-6v6h6V2zM4 4h10v2H4v12h16v-8h2v10H2V4h2zm4 4H6v2h2v2h2v2h4v-2h2v-2h-2v2h-4v-2H8V8z" fill="currentColor"/></svg>',mail:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M22 4H2v16h20V4zM4 18V6h16v12H4zM8 8H6v2h2v2h2v2h4v-2h2v-2h2V8h-2v2h-2v2h-4v-2H8V8z" fill="currentColor"/></svg>',map:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 2h2v2h2v2h-2v10H8V6H6V4h2V2zM4 8V6h2v2H4zm2 10v2H4v2H2V8h2v10h2zm0 0h2v-2H6v2zm6 0h-2v-2h2v2zm2-10V6h-2v2h2zm2 0h-2v10h-2v2h2v2h2v-2h2v-2h2v-2h2V2h-2v2h-2v2h-2v2zm0 0h2V6h2v10h-2v2h-2V8z" fill="currentColor"/></svg>',mastodon:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path fill="currentColor" d="M7 2v2h10V2H7Zm10 2v2h2V4h-2Zm2 2v8h2V6h-2Zm0 8h-8v2h8v-2Zm-8 2H9v2h2v-2Zm0 2v2h2v-2h-2Zm0 2H7v2h4v-2Zm-4 0v-2H5v2h2Zm-2-2V6H3v12h2ZM5 6h2V4H5v2Zm4 0v2h2V6H9Zm2 2v2h2V8h-2Zm2 0h2V6h-2v2Zm2 0v4h2V8h-2ZM9 8H7v4h2V8Z"/></svg>',membercard:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 3h20v14h-7v3h-2v-2h-2v2H9v-3H2V3zm2 2v4h16V5H4zm16 8H4v2h16v-2z" fill="currentColor"/></svg>',menu:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 6h16v2H4V6zm0 5h16v2H4v-2zm16 5H4v2h16v-2z" fill="currentColor"/></svg>',"message-arrow-left":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 2h18v12h-2V4H4v18H2V2h2zm2 14h4v2H6v2H4v-2h2v-2zm16 0h-6v-2h2v-2h-2v2h-2v2h-2v2h2v2h2v2h2v-2h-2v-2h6v-2z" fill="currentColor"/></svg>',"message-arrow-right":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 2h18v10h-2V4H4v18H2V2h2zm2 14h4v2H6v2H4v-2h2v-2zm16 0h-2v-2h-2v-2h-2v2h2v2h-6v2h6v2h-2v2h2v-2h2v-2h2v-2z" fill="currentColor"/></svg>',"message-bookmark":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 2h18v16H6v2H4v-2h2v-2h14V4H4v18H2V2h2zm14 4h-6v8h2v-2h2v2h2V6z" fill="currentColor"/></svg>',"message-clock":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 2H2v20h2V4h16v4h2V2h-2zM8 16H6v2H4v2h2v-2h2v-2zm6-2h2v2h2v2h-4v-4zm6-4h-8v2h-2v8h2v2h8v-2h2v-8h-2v-2zm0 2v8h-8v-8h8z" fill="currentColor"/></svg>',"message-delete":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 2h18v16H6v2H4v-2h2v-2h14V4H4v18H2V2h2zm9 7h-2V7H9v2h2v2H9v2h2v-2h2v2h2v-2h-2V9zm0 0V7h2v2h-2z" fill="currentColor"/></svg>',"message-flash":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 2H2v20h2V4h16v10h2V2h-2zM10 16H6v2H4v2h2v-2h4v-2zm6-4h2v4h4v2h-2v2h-2v2h-2v-4h-4v-2h2v-2h2v-2z" fill="currentColor"/></svg>',"message-image":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 2h18v16H6v2H4v-2h2v-2h14V4H4v18H2V2h2zm10 4h-2v2h-2v2H8v2H6v2h2v-2h2v-2h2V8h2v2h2v2h2v-2h-2V8h-2V6zM6 6h2v2H6V6z" fill="currentColor"/></svg>',"message-minus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 2h18v16H6v2H4v-2h2v-2h14V4H4v18H2V2h2zm12 7H8v2h8V9z" fill="currentColor"/></svg>',"message-plus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 2H2v20h2V4h16v12H6v2H4v2h2v-2h16V2h-2zm-7 7h3v2h-3v3h-2v-3H8V9h3V6h2v3z" fill="currentColor"/></svg>',"message-processing":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 2h18v16H6v2H4v-2h2v-2h14V4H4v18H2V2h2zm5 7H7v2h2V9zm2 0h2v2h-2V9zm6 0h-2v2h2V9z" fill="currentColor"/></svg>',"message-reply":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 2h18v20h-2V4H4v12h14v2h2v2h-2v-2H2V2h2z" fill="currentColor"/></svg>',"message-text":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 2H2v20h2V4h16v12H6v2H4v2h2v-2h16V2h-2zM6 7h12v2H6V7zm8 4H6v2h8v-2z" fill="currentColor"/></svg>',message:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 2H2v20h2V4h16v12H6v2H4v2h2v-2h16V2h-2z" fill="currentColor"/></svg>',minus:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path fill="currentColor" d="M4 11h16v2H4z"/></svg>',"missed-call":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 6h-4v2h2v2h-2v2h-2v2h-2v2h-2v-2H8v-2H6v-2H4V8H2v2h2v2h2v2h2v2h2v2h2v-2h2v-2h2v-2h2v-2h2v2h2V6h-2z" fill="currentColor"/></svg>',modem:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M19 2h-8v2H9v2h2V4h8v2h2V4h-2V2zm-8 6h2v2h-2V8zm6 0V6h-4v2h4zm0 0h2v2h-2V8zm-1 2h-2v2H2v10h20V12h-6v-2zm4 4v6H4v-6h16zm-2 2h-2v2h2v-2zm-6 0h2v2h-2v-2z" fill="currentColor"/></svg>',money:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 4H2v12h4v4h16V8h-4V4h-2zm0 2v2H6v6H4V6h12zm-8 4h12v8H8v-8zm8 2h-4v4h4v-4z" fill="currentColor"/></svg>',monitor:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 3H2v14h8v2H8v2h8v-2h-2v-2h8V3h-2zm-6 12H4V5h16v10h-6z" fill="currentColor"/></svg>',"mood-happy":'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3h14v2H5V3zm0 16H3V5h2v14zm14 0v2H5v-2h14zm0 0h2V5h-2v14zM10 8H8v2h2V8zm4 0h2v2h-2V8zm-5 6v-2H7v2h2zm6 0v2H9v-2h6zm0 0h2v-2h-2v2z" fill="currentColor"/></svg>',"mood-neutral":'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3h14v2H5V3zm0 16H3V5h2v14zm14 0v2H5v-2h14zm0 0h2V5h-2v14zM10 8H8v2h2V8zm4 0h2v2h-2V8zm1 5H9v2h6v-2z" fill="currentColor"/></svg>',"mood-sad":'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3h14v2H5V3zm0 16H3V5h2v14zm14 0v2H5v-2h14zm0 0h2V5h-2v14zM10 8H8v2h2V8zm4 0h2v2h-2V8zm-5 8v-2h6v2h2v-2h-2v-2H9v2H7v2h2z" fill="currentColor"/></svg>',"moon-star":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M6 2h8v2h-2v2h-2V4H6V2ZM4 6V4h2v2H4Zm0 10H2V6h2v10Zm2 2H4v-2h2v2Zm2 2H6v-2h2v2Zm10 0v2H8v-2h10Zm2-2v2h-2v-2h2Zm-2-4v-2h2v-2h2v8h-2v-4h-2Zm-6 0h6v2h-6v-2Zm-2-2h2v2h-2v-2Zm0 0V6H8v6h2Zm8-10h2v2h2v2h-2v2h-2V6h-2V4h2V2Z"/></svg>',"moon-stars":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M20 0h2v2h2v2h-2v2h-2V4h-2V2h2V0ZM8 4h8v2h-2v2h-2V6H8V4ZM6 8V6h2v2H6Zm0 8H4V8h2v8Zm2 2H6v-2h2v2Zm8 0v2H8v-2h8Zm2-2v2h-2v-2h2Zm-2-4v-2h2V8h2v8h-2v-4h-2Zm-4 0h4v2h-4v-2Zm0 0V8h-2v4h2Zm-8 6H2v2H0v2h2v2h2v-2h2v-2H4v-2Z"/></svg>',moon:'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M6 2h8v2h-2v2h-2V4H6V2ZM4 6V4h2v2H4Zm0 10H2V6h2v10Zm2 2H4v-2h2v2Zm2 2H6v-2h2v2Zm10 0v2H8v-2h10Zm2-2v2h-2v-2h2Zm-2-4h2v4h2v-8h-2v2h-2v2Zm-6 0v2h6v-2h-6Zm-2-2h2v2h-2v-2Zm0 0V6H8v6h2Z"/></svg>',"more-horizontal":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M1 9h6v6H1V9zm2 2v2h2v-2H3zm6-2h6v6H9V9zm2 2v2h2v-2h-2zm6-2h6v6h-6V9zm2 2v2h2v-2h-2z" fill="currentColor"/></svg>',"more-vertical":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M15 1v6H9V1h6zm-2 2h-2v2h2V3zm2 6v6H9V9h6zm-2 2h-2v2h2v-2zm2 6v6H9v-6h6zm-2 2h-2v2h2v-2z" fill="currentColor"/></svg>',mouse:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 3h12v18H6V3zm2 2v4h3V5H8zm5 0v4h3V5h-3zm3 6H8v8h8v-8z" fill="currentColor"/></svg>',move:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 0h-2v2H9v2H7v2h2V4h2v7H4V9h2V7H4v2H2v2H0v2h2v2h2v2h2v-2H4v-2h7v7H9v-2H7v2h2v2h2v2h2v-2h2v-2h2v-2h-2v2h-2v-7h7v2h-2v2h2v-2h2v-2h2v-2h-2V9h-2V7h-2v2h2v2h-7V4h2v2h2V4h-2V2h-2V0z" fill="currentColor"/></svg>',movie:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h18v18H3V3zm2 2v2h2V5H5zm4 0v6h6V5H9zm8 0v2h2V5h-2zm2 4h-2v2h2V9zm0 4h-2v2h2v-2zm0 4h-2v2h2v-2zm-4 2v-6H9v6h6zm-8 0v-2H5v2h2zm-2-4h2v-2H5v2zm0-4h2V9H5v2z" fill="currentColor"/></svg>',music:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 4h12v16h-8v-8h6V8h-8v12H2v-8h6V4zm0 10H4v4h4v-4zm10 0h-4v4h4v-4z" fill="currentColor"/></svg>',next:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 4h2v2h2v2h2v2h2v4h-2v2h-2v2H8v2H6V4zm12 0h-2v16h2V4z" fill="currentColor"/></svg>',"note-delete":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 2h10v14h-2v2h-2v-2h-2v2h2v2h-2v2H3V10h2v10h8v-6h6V4h-8V2zM7 4H5V2H3v2h2v2H3v2h2V6h2v2h2V6H7V4zm0 0h2V2H7v2z" fill="currentColor"/></svg>',"note-multiple":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M21 6H7v16h8v-2h2v-2h-2v-2h2v2h2v-2h2V6zM9 20V8h10v6h-6v6H9zm-6-2h2V4h12V2H3v16z" fill="currentColor"/></svg>',"note-plus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M7 1H5v3H2v2h3v3h2V6h3V4H7V1zm12 1h-7v2h7v10h-6v6H5v-9H3v11h12v-2h2v-2h2v-2h2V2h-2zm-2 16h-2v-2h2v2z" fill="currentColor"/></svg>',note:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 2h18v14h-2v2h-2v-2h-2v2h2v2h-2v2H3V2zm2 2v16h8v-6h6V4H5z" fill="currentColor"/></svg>',"notes-delete":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M19 2H3v20h10v-2H5V4h14v10h2V2h-2zm-2 4H7v2h10V6zM7 10h10v2H7v-2zm6 4H7v2h6v-2zm6 4h-2v-2h-2v2h2v2h-2v2h2v-2h2v2h2v-2h-2v-2zm0 0h2v-2h-2v2z" fill="currentColor"/></svg>',"notes-multiple":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M7 0h16v20H5V0h2zm14 18V2H7v16h14zM9 4h10v2H9V4zm10 4H9v2h10V8zM9 12h7v2H9v-2zm10 10H3V4H1v20h18v-2z" fill="currentColor"/></svg>',"notes-plus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 2h16v12h-2V4H5v16h8v2H3V2h2zm2 4h10v2H7V6zm10 4H7v2h10v-2zM7 14h7v2H7v-2zm13 5h3v2h-3v3h-2v-3h-3v-2h3v-3h2v3z" fill="currentColor"/></svg>',notes:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 2h16v20H3V2h2zm14 18V4H5v16h14zM7 6h10v2H7V6zm10 4H7v2h10v-2zM7 14h7v2H7v-2z" fill="currentColor"/></svg>',"notification-off":'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M14 2v2h5v2h-8V2h3zM5 16h9v2h2v4h-6v-2h4v-2h-4v4H8v-4H3v-6h2v-2h2v4H5v2zm16-2h-2v-2h-2V6h2v6h2v2zM5 2H3v2h2v2h2v2h2v2h2v2h2v2h2v2h2v2h2v2h2v-2h-2v-2h-2v-2h-2v-2h-2v-2h-2V8H9V6H7V4H5V2z" fill="currentColor"/></svg>',notification:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M14 4V2h-4v2H5v2h14V4h-5zm5 12H5v-4H3v6h5v4h2v-4h4v2h-4v2h6v-4h5v-6h-2V6h-2v8h2v2zM5 6v8h2V6H5z" fill="currentColor"/></svg>',open:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3h6v2H5v14h14v-6h2v8H3V3h2zm8 0h8v8h-2V7h-2V5h-4V3zm0 8h-2v2H9v2h2v-2h2v-2zm4-4h-2v2h-2v2h2V9h2V7z" fill="currentColor"/></svg>',"paint-bucket":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 3h8v2H8V3zm0 2H6v4H4v12h16V9h-2V5h-2v4H8V5zm8 6h2v8H6v-8h2v6h2v-4h2v2h2v-2h2v-2z" fill="currentColor"/></svg>',paperclip:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 5h16v10H7V9h10v2H9v2h10V7H5v10h14v2H3V5h2z" fill="currentColor"/></svg>',pause:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M10 4H5v16h5V4zm9 0h-5v16h5V4z" fill="currentColor"/></svg>',percent:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 4h-2v2h-2v2h-2v2h-2v2h-2v2H8v2H6v2H4v2h2v-2h2v-2h2v-2h2v-2h2v-2h2V8h2V6h2V4zm-4 10h4v6h-6v-6h2zm2 4v-2h-2v2h2zM6 4h4v6H4V4h2zm2 4V6H6v2h2z" fill="currentColor"/></svg>',"picture-in-picture-alt":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 4h20v16H2V4zm2 2v12h16V6H4zm6 4h8v6h-8v-6zm2 2v2h4v-2h-4z" fill="currentColor"/></svg>',"picture-in-picture":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 4h20v16H2V4zm2 2v12h16V6H4zm6 2h8v6h-8V8zm2 2v2h4v-2h-4z" fill="currentColor"/></svg>',pin:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M7 2h10v2H7V2zM5 6V4h2v2H5zm0 8H3V6h2v8zm2 2H5v-2h2v2zm2 2H7v-2h2v2zm2 2H9v-2h2v2zm2 0v2h-2v-2h2zm2-2v2h-2v-2h2zm2-2v2h-2v-2h2zm2-2v2h-2v-2h2zm0-8h2v8h-2V6zm0 0V4h-2v2h2zm-5 2h-4v4h4V8z" fill="currentColor"/></svg>',pixelarticons:'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M3 3v18h18V3H3zm16 2v14H5V5h14zM7 7h6v6H9v2H7V7zm8 6h-2v2h-2v2h2v-2h2v2h2v-2h-2v-2zm0 0h2v-2h-2v2zM9 9v2h2V9H9z" fill="currentColor"/></svg>',play:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M10 20H8V4h2v2h2v3h2v2h2v2h-2v2h-2v3h-2v2z" fill="currentColor"/></svg>',playlist:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M10 13h6V5h6v4h-4v10h-8v-6zm2 2v2h4v-2h-4zM2 17h6v2H2v-2zm6-4H2v2h6v-2zM2 9h12v2H2V9zm12-4H2v2h12V5z" fill="currentColor"/></svg>',plus:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 4h2v7h7v2h-7v7h-2v-7H4v-2h7V4z" fill="currentColor"/></svg>',power:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 2h-2v4H6v2H4v8h2v2h2v4h8v-2h4v-2h-4v-2h4v-2h-4v-2H8v4H6V8h12V6h2V2zm-6 18h-4v-6h4v6z" fill="currentColor"/></svg>',prev:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 4h2v16H6V4zm12 0h-2v2h-2v3h-2v2h-2v2h2v3h2v2h2v2h2V4z" fill="currentColor"/></svg>',print:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 2h12v6h4v10h-4v4H6v-4H2V8h4V2zm2 6h8V4H8v4zm-2 8v-4h12v4h2v-6H4v6h2zm2-2v6h8v-6H8z" fill="currentColor"/></svg>',"radio-handheld":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M9 2v5h8v15H7V2h2zm0 7v4h6V9H9zm6 6H9v5h6v-5z" fill="currentColor"/></svg>',"radio-on":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 3H7v2H5v2H3v10h2v2h2v2h10v-2h2v-2h2V7h-2V5h-2V3zm0 2v2h2v10h-2v2H7v-2H5V7h2V5h10zm-9 6h2v2h2v2h-2v-2H8v-2zm8-2h-2v2h-2v2h2v-2h2V9z" fill="currentColor"/></svg>',"radio-signal":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M19 2h2v2h-2V2Zm2 14V4h2v12h-2Zm0 0v2h-2v-2h2ZM1 4h2v12H1V4Zm2 12h2v2H3v-2ZM3 4h2V2H3v2Zm2 2h2v8H5V6Zm2 8h2v2H7v-2Zm0-8h2V4H7v2Zm10 0h2v8h-2V6Zm0 0h-2V4h2v2Zm0 8v2h-2v-2h2Zm-6-7h4v6h-2v9h-2v-9H9V7h2Zm0 4h2V9h-2v2Z"/></svg>',"radio-tower":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M22 2h-2v2h2v12h-2v2h2v-2h2V4h-2V2ZM2 4H0v12h2v2h2v-2H2V4Zm0 0V2h2v2H2Zm4 2H4v8h2V6Zm0 0V4h2v2H6Zm4 0h4v2h-4V6Zm0 6H8V8h2v4Zm4 0h-4v2H8v4H6v4h2v-4h2v-4h4v4h2v4h2v-4h-2v-4h-2v-2Zm0 0h2V8h-2v4Zm6-6h-2V4h-2v2h2v8h2V6Z"/></svg>',"reciept-alt":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 2H3v20h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2V2h-2v2h-2V2h-2v2h-2V2h-2v2H9V2H7v2H5V2zm2 2h2v2h2V4h2v2h2V4h2v2h2v12h-2v2h-2v-2h-2v2h-2v-2H9v2H7v-2H5V6h2V4zm0 4h10v2H7V8zm10 4H7v2h10v-2z" fill="currentColor"/></svg>',reciept:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 2h2v2h2v2H5v14h14V6h-2V4h2V2h2v20H3V2zm12 2V2h2v2h-2zm-2 0h2v2h-2V4zm-2 0V2h2v2h-2zM9 4h2v2H9V4zm0 0V2H7v2h2zm8 4H7v2h10V8zM7 12h10v2H7v-2zm10 6v-2h-4v2h4z" fill="currentColor"/></svg>',redo:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 4h-2v2h2v2H6v2H4v8h2v2h6v-2H6v-8h10v2h-2v2h2v-2h2v-2h2V8h-2V6h-2V4z" fill="currentColor"/></svg>',reload:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 2h-2v2h2v2H4v2H2v5h2V8h12v2h-2v2h2v-2h2V8h2V6h-2V4h-2V2zM6 20h2v2h2v-2H8v-2h12v-2h2v-5h-2v5H8v-2h2v-2H8v2H6v2H4v2h2v2z" fill="currentColor"/></svg>',"remove-box-multiple":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3H3v14h14V3H5zm10 2v10H5V5h10zm4 2v12H7v2h14V7h-2zm-6 2H7v2h6V9z" fill="currentColor"/></svg>',"remove-box":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3H3v18h18V3H5zm14 2v14H5V5h14zm-3 6H8v2h8v-2z" fill="currentColor"/></svg>',repeat:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 1H9v2h2v2H5v2H3v10h2v2h2v-2H5V7h6v2H9v2h2V9h2V7h2V5h-2V3h-2V1zm8 4h-2v2h2v10h-6v-2h2v-2h-2v2h-2v2H9v2h2v2h2v2h2v-2h-2v-2h6v-2h2V7h-2V5z" fill="currentColor"/></svg>',"reply-all":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 19h2v-4h7V9h-7V5h-2v2h-2v2H9v2H7v2h2v2h2v2h2v2zM8 7H6v2H4v2H2v2h2v2h2v2h2v2h2v-2H8v-2H6v-2H4v-2h2V9h2V7zm0 0h2V5H8v2z" fill="currentColor"/></svg>',reply:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M12 19h-2v-2H8v-2H6v-2H4v-2h2V9h2V7h2V5h2v4h8v6h-8v4z" fill="currentColor"/></svg>',"rounded-corner":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h2v2H3V3zm0 4h2v2H3V7zm2 4H3v2h2v-2zm-2 4h2v2H3v-2zm2 4H3v2h2v-2zm2 0h2v2H7v-2zm6 0h-2v2h2v-2zm2 0h2v2h-2v-2zm6 0h-2v2h2v-2zm-2-4h2v2h-2v-2zM17 5h-2V3h-4v2h4v2h2v2h2v4h2V9h-2V7h-2V5zM7 3h2v2H7V3z" fill="currentColor"/></svg>',save:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 2h14v2H4v16h2v-6h12v6h2V6h2v16H2V2h2zm4 18h8v-4H8v4zM20 6h-2V4h2v2zM6 6h9v4H6V6z" fill="currentColor"/></svg>',scale:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M21 3h-8v2h4v2h2v4h2V3zm-4 4h-2v2h-2v2h2V9h2V7zm-8 8h2v-2H9v2H7v2h2v-2zm-4-2v4h2v2H5h6v2H3v-8h2z" fill="currentColor"/></svg>',"script-text":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 3h14v2h2v6h-2v8h-2V5H6V3zm8 14v-2H6V5H4v10H2v4h2v2h14v-2h-2v-2h-2zm0 0v2H4v-2h10zM8 7h8v2H8V7zm8 4H8v2h8v-2z" fill="currentColor"/></svg>',script:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 3h14v2h2v6h-2v8h-2V5H6V3zm8 14v-2H6V5H4v10H2v4h2v2h14v-2h-2v-2h-2zm0 0v2H4v-2h10z" fill="currentColor"/></svg>',"scroll-horizontal":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M22 2v2H2V2h20zm0 18v2H2v-2h20zm-6-5v-2H8v2H6v-2H4v-2h2V9h2v2h8V9h2v2h2v2h-2v2h-2zm0 0v2h-2v-2h2zm0-6h-2V7h2v2zM8 9V7h2v2H8zm0 6h2v2H8v-2z" fill="currentColor"/></svg>',"scroll-vertical":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 2h2v20H2V2zm9 18h2v-2h2v-2h2v-2h-2v2h-2V8h2v2h2V8h-2V6h-2V4h-2v2H9v2H7v2h2V8h2v8H9v-2H7v2h2v2h2v2zM22 2h-2v20h2V2z" fill="currentColor"/></svg>',sd:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M18 2h2v20H4V6h2v14h12V4H8V2h10zM8 4H6v2h2V4zm6 2h2v4h-2V6zm-2 0h-2v4h2V6z" fill="currentColor"/></svg>',search:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 2h8v2H6V2zM4 6V4h2v2H4zm0 8H2V6h2v8zm2 2H4v-2h2v2zm8 0v2H6v-2h8zm2-2h-2v2h2v2h2v2h2v2h2v-2h-2v-2h-2v-2h-2v-2zm0-8h2v8h-2V6zm0 0V4h-2v2h2z" fill="currentColor"/></svg>',"section-copy":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3H3v2h2V3zm2 4h2v2H7V7zm4 0h2v2h-2V7zm2 12h-2v2h2v-2zm2 0h2v2h-2v-2zm6 0h-2v2h2v-2zM7 11h2v2H7v-2zm14 0h-2v2h2v-2zm-2 4h2v2h-2v-2zM7 19h2v2H7v-2zM19 7h2v2h-2V7zM7 3h2v2H7V3zm2 12H7v2h2v-2zM3 7h2v2H3V7zm14 0h-2v2h2V7zM3 11h2v2H3v-2zm2 4H3v2h2v-2zm6-12h2v2h-2V3zm6 0h-2v2h2V3z" fill="currentColor"/></svg>',"section-minus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3H3v2h2V3zm4 0H7v2h2V3zM7 19h2v2H7v-2zm6 0h-2v2h2v-2zM3 7h2v2H3V7zm18 0h-2v2h2V7zm-2 4h2v2h-2v-2zM5 11H3v2h2v-2zm-2 4h2v2H3v-2zm2 4H3v2h2v-2zm6-16h2v2h-2V3zm6 0h-2v2h2V3zm2 0h2v2h-2V3zm2 14h-6v2h6v-2z" fill="currentColor"/></svg>',"section-plus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h2v2H3V3zm4 0h2v2H7V3zm2 16H7v2h2v-2zm2 0h2v2h-2v-2zM5 7H3v2h2V7zm14 0h2v2h-2V7zm2 4h-2v2h2v-2zM3 11h2v2H3v-2zm2 4H3v2h2v-2zm12 0h2v2h2v2h-2v2h-2v-2h-2v-2h2v-2zM5 19H3v2h2v-2zm6-16h2v2h-2V3zm6 0h-2v2h2V3zm4 0h-2v2h2V3z" fill="currentColor"/></svg>',"section-x":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3H3v2h2V3zm4 0H7v2h2V3zM7 19h2v2H7v-2zm6 0h-2v2h2v-2zM3 7h2v2H3V7zm18 0h-2v2h2V7zm-2 4h2v2h-2v-2zm2 8h-2v-2h2v-2h-2v2h-2v-2h-2v2h2v2h-2v2h2v-2h2v2h2v-2zM3 11h2v2H3v-2zm2 4H3v2h2v-2zm-2 4h2v2H3v-2zM13 3h-2v2h2V3zm2 0h2v2h-2V3zm6 0h-2v2h2V3z" fill="currentColor"/></svg>',section:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3H3v2h2V3zm4 0H7v2h2V3zM7 19h2v2H7v-2zM5 7H3v2h2V7zm14 0h2v2h-2V7zM5 11H3v2h2v-2zm14 0h2v2h-2v-2zM5 15H3v2h2v-2zm14 0h2v2h-2v-2zM5 19H3v2h2v-2zm6-16h2v2h-2V3zm2 16h-2v2h2v-2zm2-16h2v2h-2V3zm2 16h-2v2h2v-2zm2-16h2v2h-2V3zm2 16h-2v2h2v-2z" fill="currentColor"/></svg>',server:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h18v18H3V3zm2 2v6h14V5H5zm14 8H5v6h14v-6zM7 7h2v2H7V7zm2 8H7v2h2v-2z" fill="currentColor"/></svg>',"sharp-corner":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h2v2H3V3zm0 4h2v2H3V7zm2 4H3v2h2v-2zm-2 4h2v2H3v-2zm2 4H3v2h2v-2zm2 0h2v2H7v-2zm6 0h-2v2h2v-2zm2 0h2v2h-2v-2zm6 0h-2v2h2v-2zm-2-4h2v2h-2v-2zm2-2V3H11v2h8v8h2zM7 3h2v2H7V3z" fill="currentColor"/></svg>',"shield-off":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 2h14v12h-2V4H8V2zM2 8h2v6H2V8zm2 6h2v2H4v-2zm4 2H6v2h2v2h2v2h4v-2h-4v-2H8v-2zm10 0h-2v2h2v2h2v2h2v-2h-2v-2h-2v-2zM4 2H2v2h2v2h2v2h2v2h2v2h2v2h2v2h2v-2h-2v-2h-2v-2h-2V8H8V6H6V4H4V2z" fill="currentColor"/></svg>',shield:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M22 2H2v12h2V4h16v10h2V2zM6 14H4v2h2v-2zm0 2h2v2h2v2H8v-2H6v-2zm4 4v2h4v-2h2v-2h-2v2h-4zm10-6h-2v2h-2v2h2v-2h2v-2z" fill="currentColor"/></svg>',ship:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 4v2h4v2H6v2h6V8h2v2h8v6h-2v-4H4v6h14v-2h2v2h4v2H0v-2h2v-8h2V6h2V4h2z" fill="currentColor"/></svg>',"shopping-bag":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M9 2h6v2H9V2zm6 4V4h2v2h4v16H3V6h4V4h2v2h6zm0 2H9v2H7V8H5v12h14V8h-2v2h-2V8z" fill="currentColor"/></svg>',shuffle:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M18 5h-2v2h2v2h-6v2h-2v6H2v2h8v-2h2v-6h6v2h-2v2h2v-2h2v-2h2V9h-2V7h-2V5zM2 9h6v2H2V9zm20 10v-2h-8v2h8z" fill="currentColor"/></svg>',"sliders-2":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 8h4m0 0V6h4v2M7 8v2h4V8m0 0h10M3 16h10m0 0v-2h4v2m-4 0v2h4v-2m0 0h4" stroke="currentColor" stroke-width="2" stroke-linecap="square"/></svg>',sliders:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 4h2v10h-2V4zm0 12h-2v2h2v2h2v-2h2v-2h-4zm-4-6h-2v10h2V10zm-8 2H3v2h2v6h2v-6h2v-2H5zm8-8h-2v2H9v2h6V6h-2V4zM5 4h2v6H5V4z" fill="currentColor"/></svg>',"sort-alphabetic":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 2h2v2h-2V2zm0 2v2H9V4h2zm2 0h2v2h-2V4zM9 18v2h2v2h2v-2h2v-2h-2v2h-2v-2H9zM8 8H2v8h2v-2h2v2h2V8zm-2 4H4v-2h2v2zm6-1v-1h2v1h-2zm4-3h-6v8h6V8zm-4 6v-1h2v1h-2zm10-6h-4v8h4v-2h-2v-4h2V8z" fill="currentColor"/></svg>',"sort-numeric":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 2h-2v2H9v2h2V4h2v2h2V4h-2V2zM2 8h4v8H4v-6H2V8zm6 0h6v5h-4v1h4v2H8v-5h4v-1H8V8zm12 0h-4v2h4v1h-4v2h4v1h-4v2h6V8h-2zm-9 10v2H9v-2h2zm2 2h-2v2h2v-2zm0 0v-2h2v2h-2z" fill="currentColor"/></svg>',sort:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 20H6V8H4V6h2V4h2v2h2v2H8v12zm2-12v2h2V8h-2zM4 8v2H2V8h2zm14-4h-2v12h-2v-2h-2v2h2v2h2v2h2v-2h2v-2h2v-2h-2v2h-2V4z" fill="currentColor"/></svg>',speaker:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 2H3v20h18V2H4zm15 2v16H5V4h14zm-6 2h-2v2h2V6zm-5 4h8v6h-2v-4h-4v4H8v-6zm8 6H8v2h8v-2z" fill="currentColor"/></svg>',"speed-fast":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M15 5H9v2H5v2H3v2H1v6h2v2h2v-2H3v-6h2V9h4V7h6V5zm8 6h-2v6h-2v2h2v-2h2v-6zm-13 2h4v4h-4v-4zm6-2h-2v2h2v-2zm2-2v2h-2V9h2zm0 0V7h2v2h-2z" fill="currentColor"/></svg>',"speed-medium":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 5h-2v8h-1v4h4v-4h-1V5zM9 7H5v2H3v2H1v6h2v2h2v-2H3v-6h2V9h4V7zm12 4h2v6h-2v-6zm-2-2h2v2h-2V9zm0 0h-4V7h4v2zm2 8v2h-2v-2h2z" fill="currentColor"/></svg>',"speed-slow":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M9 5h6v2H9V5zm10 4h-4V7h4v2zm2 2h-2V9h2v2zm0 6v-6h2v6h-2zm0 0v2h-2v-2h2zM1 11h2v6H1v-6zm2 6h2v2H3v-2zm11-4h-4v-2H8V9H6V7H4v2h2v2h2v2h2v4h4v-4z" fill="currentColor"/></svg>',spotlight:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 2h16v20H3V2h2zm14 18V4H5v16h14zM13 6H7v2h6V6zm-6 4h10v8H7v-8z" fill="currentColor"/></svg>',store:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 3h16v2H4V3zm0 4h18v8h-2v6h-2v-6h-4v6H4v-6H2V7h2zm8 12v-4H6v4h6zm0-6h8V9H4v4h8z" fill="currentColor"/></svg>',subscriptions:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M18 2H6v2h12V2zM4 6h16v2H4V6zm-2 4h20v12H2V10zm18 10v-8H4v8h16z" fill="currentColor"/></svg>',subtitles:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M21 7h-8v10h8v-2h-6V9h6V7zM3 15V7h8v2H5v6h6v2H3v-2z" fill="currentColor"/></svg>',suitcase:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 3h8v4h6v14H2V7h6V3zm2 4h4V5h-4v2zM4 9v10h16V9H4zm4 2v6H6v-6h2zm10 0v6h-2v-6h2z" fill="currentColor"/></svg>',"sun-alt":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M13 0h-2v4h2V0ZM0 11v2h4v-2H0Zm24 0v2h-4v-2h4ZM13 24h-2v-4h2v4ZM8 6h8v2H8V6ZM6 8h2v8H6V8Zm2 10v-2h8v2H8Zm10-2h-2V8h2v8Zm2-14h2v2h-2V2Zm0 2v2h-2V4h2Zm2 18h-2v-2h2v2Zm-2-2h-2v-2h2v2ZM4 2H2v2h2v2h2V4H4V2ZM2 22h2v-2h2v-2H4v2H2v2Z"/></svg>',sun:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 3h-2v2h2V3zm4 2h2v2h-2V5zm-6 6h2v2h-2v-2zm-8 0h2v2H3v-2zm18 0h-2v2h2v-2zM5 5h2v2H5V5zm14 14h-2v-2h2v2zm-8 2h2v-2h-2v2zm-4-2H5v-2h2v2zM9 7h6v2H9V7zm0 8H7V9h2v6zm0 0v2h6v-2h2V9h-2v6H9z" fill="currentColor"/></svg>',switch:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 5V3h2v2H3zm4 2H5V5h2v2zm2 2H7V7h2v2zm2 2H9V9h2v2zm2 0h-2v2h2v2h2v2h2v2h-2v2h6v-6h-2v2h-2v-2h-2v-2h-2v-2zm2-2v2h-2V9h2zm2-2v2h-2V7h2zm0-2v2h2v2h2V3h-6v2h2zM5 19v-2h2v2H5zm0 0v2H3v-2h2zm2-2v-2h2v2H7z" fill="currentColor"/></svg>',sync:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 9V7h12V5h2v2h2v2h-2v2h-2V9H4zm12 2h-2v2h2v-2zm0-6h-2V3h2v2zm4 12v-2H8v-2h2v-2H8v2H6v2H4v2h2v2h2v2h2v-2H8v-2h12z" fill="currentColor"/></svg>',tab:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 3h20v18H2V3zm2 2v14h16V9h-8V5H4z" fill="currentColor"/></svg>',table:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 3h20v18H2V3zm2 4v5h7V7H4zm9 0v5h7V7h-7zm7 7h-7v5h7v-5zm-9 5v-5H4v5h7z" fill="currentColor"/></svg>',tea:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 4h18v7h-4v5H4V4zm14 5h2V6h-2v3zm-2-3h-4v2h2v4H8V8h2V6H6v8h10V6zm3 12v2H3v-2h16z" fill="currentColor"/></svg>',teach:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M9 2H5v4h4V2zm7 7V7H2v9h2v6h2v-6h2v6h2V9h6zm-5-7h11v14H11v-2h9V4h-9V2z" fill="currentColor"/></svg>',"text-add":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M19 4H3v2h16V4zm0 4H3v2h16V8zM3 12h8v2H3v-2zm8 4H3v2h8v-2zm7-1h3v2h-3v3h-2v-3h-3v-2h3v-3h2v3z" fill="currentColor"/></svg>',"text-colums":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 5H3v2h8V5zm10 0h-8v2h8V5zM3 9h8v2H3V9zm18 0h-8v2h8V9zM3 13h8v2H3v-2zm18 0h-8v2h8v-2zM3 17h8v2H3v-2zm18 0h-8v2h8v-2z" fill="currentColor"/></svg>',"text-search":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 4H4v2h16V4zm0 4H4v2h16V8zm-8 4H4v2h8v-2zm8 0h-6v6h6v2h2v-2h-2v-6zm-4 4v-2h2v2h-2zm-4 0H4v2h8v-2z" fill="currentColor"/></svg>',"text-wrap":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M19 5H3v2h16v6h-6v-2h2V9h-2v2h-2v2H9v2h2v2h2v2h2v-2h-2v-2h6v-2h2V7h-2V5zM7 13H3v2h4v-2zM3 9h6v2H3V9z" fill="currentColor"/></svg>',timeline:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M7 7h4v4H7V7zm-2 6v-2h2v2H5zm0 0v4H1v-4h4zm8 0h-2v-2h2v2zm4 0h-4v4h4v-4zm2-2v2h-2v-2h2zm0 0h4V7h-4v4z" fill="currentColor"/></svg>',"toggle-left":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 5h16v2H4V5zm0 12H2V7h2v10zm16 0v2H4v-2h16zm0 0h2V7h-2v10zM10 9H6v6h4V9z" fill="currentColor"/></svg>',"toggle-right":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 5h16v2H4V5zm0 12H2V7h2v10zm16 0v2H4v-2h16zm0 0h2V7h-2v10zm-2-8h-4v6h4V9z" fill="currentColor"/></svg>',tournament:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M9 2H2v2h5v4H2v2h7V7h5v10H9v-3H2v2h5v4H2v2h7v-3h7v-6h6v-2h-6V5H9V2z" fill="currentColor"/></svg>',"track-changes":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 2H2v20h20V4h-2v16H4V4h7v2H6v12h12V8h-2v8H8V8h3v2h-1v4h4v-4h-1V2h-2z" fill="currentColor"/></svg>',"trash-alt":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 2v4h6v2h-2v14H4V8H2V6h6V2h8zm-2 2h-4v2h4V4zm0 4H6v12h12V8h-4z" fill="currentColor"/></svg>',trash:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 2v4h6v2h-2v14H4V8H2V6h6V2h8zm-2 2h-4v2h4V4zm0 4H6v12h12V8h-4zm-5 2h2v8H9v-8zm6 0h-2v8h2v-8z" fill="currentColor"/></svg>',"trending-down":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 8h2v2h2v2h2v2h2v-2h2v-2h2v2h2v2h2v2h-4v2h8v-8h-2v4h-2v-2h-2v-2h-2V8h-2v2h-2v2H8v-2H6V8H4V6H2v2z" fill="currentColor"/></svg>',"trending-up":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M14 6h8v8h-2v-4h-2V8h-4V6zm2 6v-2h2v2h-2zm-2 2v-2h2v2h-2zm-2 0h2v2h-2v-2zm-2-2h2v2h-2v-2zm-2 0v-2h2v2H8zm-2 2v-2h2v2H6zm-2 2v-2h2v2H4zm0 0v2H2v-2h2z" fill="currentColor"/></svg>',trending:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 4h2v14h16v2H3V4zm6 10H7v2h2v-2zm2-2v2H9v-2h2zm2 0v-2h-2v2h2zm2 0h-2v2h2v-2zm2-2h-2v2h2v-2zm2-2v2h-2V8h2zm0 0V6h2v2h-2z" fill="currentColor"/></svg>',trophy:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 3H6v2H2v10h6V5h8v10h6V5h-4V3h-2zm4 4v6h-2V7h2zM6 13H4V7h2v6zm12 2H6v2h12v-2zm-7 2h2v2h3v2H8v-2h3v-2z" fill="currentColor"/></svg>',truck:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 4h14v4h4v2h-4v6h6v-4h2v6h-4v2h-4v-2H8v2H4v-2H0V4h2zm20 8h-2v-2h2v2zm-8-2V6H2v10h12v-6z" fill="currentColor"/></svg>',undo:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 4h2v2H8V4zm10 6V8H8V6H6v2H4v2h2v2h2v2h2v-2H8v-2h10zm0 8v-8h2v8h-2zm0 0v2h-6v-2h6z" fill="currentColor"/></svg>',ungroup:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M7 3H3v4h4V3zm0 14H3v4h4v-4zM17 3h4v4h-4V3zm4 14h-4v4h4v-4zM8 8h2v2H8V8zm4 2h-2v4H8v2h2v-2h4v2h2v-2h-2v-4h2V8h-2v2h-2z" fill="currentColor"/></svg>',unlink:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 4h-2v16h2V4zM4 6h5v2H4v8h5v2H2V6h2zm11 0h7v12h-7v-2h5V8h-5V6z" fill="currentColor"/></svg>',upload:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 5V3h2v2h2v2h2v2h-2V7h-2v10h-2V7H9v2H7V7h2V5h2zM3 15v6h18v-6h-2v4H5v-4H3z" fill="currentColor"/></svg>',"user-minus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M12 2h6v2h-6v6h-2V4h2V2zm0 8h6v2h-6v-2zm8-6h-2v6h2V4zM9 16H7v6h16v-6h-2v4H9v-4h12v-2H9v2zm-2-6H1v2h6v-2z" fill="currentColor"/></svg>',"user-plus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M18 2h-6v2h-2v6h2V4h6V2zm0 8h-6v2h6v-2zm0-6h2v6h-2V4zM7 16h2v-2h12v2H9v4h12v-4h2v6H7v-6zM3 8h2v2h2v2H5v2H3v-2H1v-2h2V8z" fill="currentColor"/></svg>',"user-x":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M12 2h6v2h-6v6h-2V4h2V2zm0 8h6v2h-6v-2zm8-6h-2v6h2V4zM7 16v6h16v-6h-2v4H9v-4h12v-2H9v2H7zm-1-6H4V8H2v2h2v2H2v2h2v-2h2v2h2v-2H6v-2zm0 0h2V8H6v2z" fill="currentColor"/></svg>',user:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M15 2H9v2H7v6h2V4h6V2zm0 8H9v2h6v-2zm0-6h2v6h-2V4zM4 16h2v-2h12v2H6v4h12v-4h2v6H4v-6z" fill="currentColor"/></svg>',users:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 0H5v2H3v6h2v2h6V8H5V2h6V0zm0 2h2v6h-2V2zM0 14h2v4h12v2H0v-6zm2 0h12v-2H2v2zm14 0h-2v6h2v-6zM15 0h4v2h-4V0zm4 8h-4v2h4V8zm0-6h2v6h-2V2zm5 12h-2v4h-4v2h6v-6zm-6-2h4v2h-4v-2z" fill="currentColor"/></svg>',"video-off":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 5H2v14h14v-4h2v2h2v2h2V5h-2v2h-2v2h-2V5H4zm10 12H4V7h10v10zm-4-6H8V9H6v2h2v2H6v2h2v-2h2v2h2v-2h-2v-2zm0 0V9h2v2h-2z" fill="currentColor"/></svg>',video:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 5h14v4h2V7h2V5h2v14h-2v-2h-2v-2h-2v4H2V5zm2 12h10V7H4v10z" fill="currentColor"/></svg>',"view-col":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 5h20v14H2V5zm2 2v10h4V7H4zm6 0v10h4V7h-4zm6 0v10h4V7h-4z" fill="currentColor"/></svg>',"view-list":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 5h20v14H2V5zm2 2v2h16V7H4zm16 4H4v2h16v-2zm0 4H4v2h16v-2z" fill="currentColor"/></svg>',"viewport-narrow":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M10 2H8v4h2V4h4v2h2V2h-6zM8 20v-2h2v2h4v-2h2v4H8v-2zm9-9h5v2h-5v2h-2v-2h-2v-2h2V9h2v2zm0-2V7h2v2h-2zm0 6h2v2h-2v-2zM2 11h5V9h2v2h2v2H9v2H7v-2H2v-2zm5 4v2H5v-2h2zm0-6V7H5v2h2z" fill="currentColor"/></svg>',"viewport-wide":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 2H2v4h2V4h16v2h2V2H4zM2 20v-2h2v2h16v-2h2v4H2v-2zm16-9h-5v2h5v2h-2v2h2v-2h2v-2h2v-2h-2V9h-2V7h-2v2h2v2zm-7 0H6V9h2V7H6v2H4v2H2v2h2v2h2v2h2v-2H6v-2h5v-2z" fill="currentColor"/></svg>',visible:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path fill="currentColor" d="M0 0h2v2H0V0Zm2 2h2v2H2V2Zm18 0h2v2h-2V2Zm2-2h2v2h-2V0ZM2 20h2v2H2v-2Zm-2 2h2v2H0v-2Zm20-2h2v2h-2v-2Zm2 2h2v2h-2v-2ZM8 17h8v2H8v-2Zm8-2h4v2h-4v-2Zm-8 0H4v2h4v-2Zm8-8h4v2h-4V7ZM8 7H4v2h4V7Zm12 2h2v2h-2V9ZM4 9H2v2h2V9Zm18 2h2v2h-2v-2ZM2 11H0v2h2v-2Zm18 2h2v2h-2v-2ZM4 13H2v2h2v-2Zm4-8h8v2H8V5Zm2 5h4v4h-4v-4Z"/></svg>',"volume-1":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M15 2h-2v2h-2v2H9v2H5v8h4v2h2v2h2v2h2V2zm-4 16v-2H9v-2H7v-4h2V8h2V6h2v12h-2zm6-8h2v4h-2v-4z" fill="currentColor"/></svg>',"volume-2":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 2h2v20h-2v-2H9v-2h2V6H9V4h2V2zM7 8V6h2v2H7zm0 8H3V8h4v2H5v4h2v2zm0 0v2h2v-2H7zm10-6h-2v4h2v-4zm2-2h2v8h-2V8zm0 8v2h-4v-2h4zm0-10v2h-4V6h4z" fill="currentColor"/></svg>',"volume-3":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 2H9v2H7v2H5v2H1v8h4v2h2v2h2v2h2V2zM7 18v-2H5v-2H3v-4h2V8h2V6h2v12H7zm6-8h2v4h-2v-4zm8-6h-2V2h-6v2h6v2h2v12h-2v2h-6v2h6v-2h2v-2h2V6h-2V4zm-2 4h-2V6h-4v2h4v8h-4v2h4v-2h2V8z" fill="currentColor"/></svg>',"volume-minus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M12 2h-2v2H8v2H6v2H2v8h4v2h2v2h2v2h2V2zM8 18v-2H6v-2H4v-4h2V8h2V6h2v12H8zm14-7h-8v2h8v-2z" fill="currentColor"/></svg>',"volume-plus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M10 2h2v20h-2v-2H8v-2h2V6H8V4h2V2zM6 8V6h2v2H6zm0 8H2V8h4v2H4v4h2v2zm0 0v2h2v-2H6zm13-5h3v2h-3v3h-2v-3h-3v-2h3V8h2v3z" fill="currentColor"/></svg>',"volume-vibrate":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M14 2h-2v2h-2v2H8v2H4v8h4v2h2v2h2v2h2V2zm-4 16v-2H8v-2H6v-4h2V8h2V6h2v12h-2zm8-15h-2v2h2v2h-2v2h2v2h-2v2h2v2h-2v2h2v2h-2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2V9h-2V7h2V5h-2V3z" fill="currentColor"/></svg>',"volume-x":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 2h-2v2H9v2H7v2H3v8h4v2h2v2h2v2h2V2zM9 18v-2H7v-2H5v-4h2V8h2V6h2v12H9zm10-6.777h-2v-2h-2v2h2v2h-2v2h2v-2h2v2h2v-2h-2v-2zm0 0h2v-2h-2v2z" fill="currentColor"/></svg>',volume:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M15 2h2v20h-2v-2h-2v-2h2V6h-2V4h2V2zm-4 6V6h2v2h-2zm-2 2h2V8H7v8h4v2h2v-2h-2v-2H9v-4z" fill="currentColor"/></svg>',wallet:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M18 3H2v18h18v-4h2V7h-2V3h-2zm0 14v2H4V5h14v2h-8v10h8zm2-2h-8V9h8v6zm-4-4h-2v2h2v-2z" fill="currentColor"/></svg>',"warning-box":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h16v2H5v14h14v2H3V3zm18 0h-2v18h2V3zM11 15h2v2h-2v-2zm2-8h-2v6h2V7z" fill="currentColor"/></svg>',wind:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M12 3H8v2h4v2H2v2h12V3h-2zm10 8V7h-6v2h4v2H2v2h20v-2zM2 17v-2h14v6h-6v-2h4v-2H2z" fill="currentColor"/></svg>',zap:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M12 1h2v8h8v4h-2v-2h-8V5h-2V3h2V1zM8 7V5h2v2H8zM6 9V7h2v2H6zm-2 2V9h2v2H4zm10 8v2h-2v2h-2v-8H2v-4h2v2h8v6h2zm2-2v2h-2v-2h2zm2-2v2h-2v-2h2zm0 0h2v-2h-2v2z" fill="currentColor"/></svg>',"zoom-in":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M14 2H6v2H4v2H2v8h2v2h2v2h8v-2h2v2h2v2h2v2h2v-2h-2v-2h-2v-2h-2v-2h2V6h-2V4h-2V2zm0 2v2h2v8h-2v2H6v-2H4V6h2V4h8zM9 6h2v3h3v2h-3v3H9v-3H6V9h3V6z" fill="currentColor"/></svg>',"zoom-out":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M14 2H6v2H4v2H2v8h2v2h2v2h8v-2h2v2h2v2h2v2h2v-2h-2v-2h-2v-2h-2v-2h2V6h-2V4h-2V2zm0 2v2h2v8h-2v2H6v-2H4V6h2V4h8zm0 5v2H6V9h8z" fill="currentColor"/></svg>',check:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 6h2v2h-2V6zm-2 4V8h2v2h-2zm-2 2v-2h2v2h-2zm-2 2h2v-2h-2v2zm-2 2h2v-2h-2v2zm-2 0v2h2v-2H8zm-2-2h2v2H6v-2zm0 0H4v-2h2v2z" fill="currentColor"/></svg>',close:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 5h2v2H5V5zm4 4H7V7h2v2zm2 2H9V9h2v2zm2 0h-2v2H9v2H7v2H5v2h2v-2h2v-2h2v-2h2v2h2v2h2v2h2v-2h-2v-2h-2v-2h-2v-2zm2-2v2h-2V9h2zm2-2v2h-2V7h2zm0 0V5h2v2h-2z" fill="currentColor"/></svg>',"close-box":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3H3v18h18V3H5zm14 2v14H5V5h14zm-8 4H9V7H7v2h2v2h2v2H9v2H7v2h2v-2h2v-2h2v2h2v2h2v-2h-2v-2h-2v-2h2V9h2V7h-2v2h-2v2h-2V9z" fill="currentColor"/></svg>',"info-box":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3h2v18H3V3zm16 0H5v2h14v14H5v2h16V3h-2zm-8 6h2V7h-2v2zm2 8h-2v-6h2v6z" fill="currentColor"/></svg>',"warning-box":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3h16v2H5v14h14v2H3V3zm18 0h-2v18h2V3zM11 15h2v2h-2v-2zm2-8h-2v6h2V7z" fill="currentColor"/></svg>',loader:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 2h-2v6h2V2zm0 14h-2v6h2v-6zm9-5v2h-6v-2h6zM8 13v-2H2v2h6zm7-6h2v2h-2V7zm4-2h-2v2h2V5zM9 7H7v2h2V7zM5 5h2v2H5V5zm10 12h2v2h2v-2h-2v-2h-2v2zm-8 0v-2h2v2H7v2H5v-2h2z" fill="currentColor"/></svg>',eye:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 6h8v2H8V6zm-4 4V8h4v2H4zm-2 2v-2h2v2H2zm0 2v-2H0v2h2zm2 2H2v-2h2v2zm4 2H4v-2h4v2zm8 0v2H8v-2h8zm4-2v2h-4v-2h4zm2-2v2h-2v-2h2zm0-2h2v2h-2v-2zm-2-2h2v2h-2v-2zm0 0V8h-4v2h4zm-10 1h4v4h-4v-4z" fill="currentColor"/></svg>',"eye-closed":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 7h2v2H0V7zm4 4H2V9h2v2zm4 2v-2H4v2H2v2h2v-2h4zm8 0H8v2H6v2h2v-2h8v2h2v-2h-2v-2zm4-2h-4v2h4v2h2v-2h-2v-2zm2-2v2h-2V9h2zm0 0V7h2v2h-2z" fill="currentColor"/></svg>',"chevron-down":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 8H5v2h2v2h2v2h2v2h2v-2h2v-2h2v-2h2V8h-2v2h-2v2h-2v2h-2v-2H9v-2H7V8z" fill="currentColor"/></svg>',"chevron-up":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 16H5v-2h2v-2h2v-2h2V8h2v2h2v2h2v2h2v2h-2v-2h-2v-2h-2v-2h-2v2H9v2H7v2z" fill="currentColor"/></svg>',"chevron-right":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 5v2h2V5H8zm4 4V7h-2v2h2zm2 2V9h-2v2h2zm0 2h2v-2h-2v2zm-2 2v-2h2v2h-2zm0 0h-2v2h2v-2zm-4 4v-2h2v2H8z" fill="currentColor"/></svg>',"chevron-left":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 5v2h-2V5h2zm-4 4V7h2v2h-2zm-2 2V9h2v2h-2zm0 2H8v-2h2v2zm2 2v-2h-2v2h2zm0 0h2v2h-2v-2zm4 4v-2h-2v2h2z" fill="currentColor"/></svg>',home:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2h-4v2H8v2H6v2H4v2H2v2h2v10h7v-6h2v6h7V12h2v-2h-2V8h-2V6h-2V4h-2V2zm0 2v2h2v2h2v2h2v2h-2v8h-3v-6H9v6H6v-8H4v-2h2V8h2V6h2V4h4z" fill="currentColor"/></svg>',user:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 2H9v2H7v6h2V4h6V2zm0 8H9v2h6v-2zm0-6h2v6h-2V4zM4 16h2v-2h12v2H6v4h12v-4h2v6H4v-6z" fill="currentColor"/></svg>',search:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 2h8v2H6V2zM4 6V4h2v2H4zm0 8H2V6h2v8zm2 2H4v-2h2v2zm8 0v2H6v-2h8zm2-2h-2v2h2v2h2v2h2v2h2v-2h-2v-2h-2v-2h-2v-2zm0-8h2v8h-2V6zm0 0V4h-2v2h2z" fill="currentColor"/></svg>',"moon-star":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"><path d="M6 2h8v2h-2v2h-2V4H6V2ZM4 6V4h2v2H4Zm0 10H2V6h2v10Zm2 2H4v-2h2v2Zm2 2H6v-2h2v2Zm10 0v2H8v-2h10Zm2-2v2h-2v-2h2Zm-2-4v-2h2v-2h2v8h-2v-4h-2Zm-6 0h6v2h-6v-2Zm-2-2h2v2h-2v-2Zm0 0V6H8v6h2Zm8-10h2v2h2v2h-2v2h-2V6h-2V4h2V2Z"/></svg>',heart:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 2H5v2H3v2H1v6h2v2h2v2h2v2h2v2h2v2h2v-2h2v-2h2v-2h2v-2h2v-2h2V6h-2V4h-2V2h-4v2h-2v2h-2V4H9V2zm0 2v2h2v2h2V6h2V4h4v2h2v6h-2v2h-2v2h-2v2h-2v2h-2v-2H9v-2H7v-2H5v-2H3V6h2V4h4z" fill="currentColor"/></svg>',circle:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 3H7v2H5v2H3v10h2v2h2v2h10v-2h2v-2h2V7h-2V5h-2V3zm0 2v2h2v10h-2v2H7v-2H5V7h2V5h10z" fill="currentColor"/></svg>',sliders:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 4h2v10h-2V4zm0 12h-2v2h2v2h2v-2h2v-2h-4zm-4-6h-2v10h2V10zm-8 2H3v2h2v6h2v-6h2v-2H5zm8-8h-2v2H9v2h6V6h-2V4zM5 4h2v6H5V4z" fill="currentColor"/></svg>',notification:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 4V2h-4v2H5v2h14V4h-5zm5 12H5v-4H3v6h5v4h2v-4h4v2h-4v2h6v-4h5v-6h-2V6h-2v8h2v2zM5 6v8h2V6H5z" fill="currentColor"/></svg>',alert:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 1h-2v2H9v2H7v2H5v2H3v2H1v2h2v2h2v2h2v2h2v2h2v2h2v-2h2v-2h2v-2h2v-2h2v-2h2v-2h-2V9h-2V7h-2V5h-2V3h-2V1zm0 2v2h2v2h2v2h2v2h2v2h-2v2h-2v2h-2v2h-2v2h-2v-2H9v-2H7v-2H5v-2H3v-2h2V9h2V7h2V5h2V3h2zm0 4h-2v6h2V7zm0 8h-2v2h2v-2z" fill="currentColor"/></svg>',bookmark:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 2H6v2h12v16h-2v-2h-2v-2h-4v2H8v2H6V2H4v20h4v-2h2v-2h4v2h2v2h4V2h-2z" fill="currentColor"/></svg>',zap:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1h2v8h8v4h-2v-2h-8V5h-2V3h2V1zM8 7V5h2v2H8zM6 9V7h2v2H6zm-2 2V9h2v2H4zm10 8v2h-2v2h-2v-8H2v-4h2v2h8v6h2zm2-2v2h-2v-2h2zm2-2v2h-2v-2h2zm0 0h2v-2h-2v2z" fill="currentColor"/></svg>',gift:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 12v8h-7m7-8h2V8h-3m1 4H5m13-4V4h-6m6 4H6m0 0V4h6M6 8H3v4h2m0 0v8h7m0 0V4" stroke="currentColor" stroke-width="2"/></svg>',music:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 4h12v16h-8v-8h6V8h-8v12H2v-8h6V4zm0 10H4v4h4v-4zm10 0h-4v4h4v-4z" fill="currentColor"/></svg>',coffee:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4h18v7h-4v5H4V4zm14 5h2V6h-2v3zm-2-3H6v8h10V6zm3 14H3v-2h16v2z" fill="currentColor"/></svg>',edit:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 2h-2v2h-2v2h-2v2h-2v2H8v2H6v2H4v2H2v6h6v-2h2v-2h2v-2h2v-2h2v-2h2v-2h2V8h2V6h-2V4h-2V2zm0 8h-2v2h-2v2h-2v2h-2v2H8v-2H6v-2h2v-2h2v-2h2V8h2V6h2v2h2v2zM6 16H4v4h4v-2H6v-2z" fill="currentColor"/></svg>',trash:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 2v4h6v2h-2v14H4V8H2V6h6V2h8zm-2 2h-4v2h4V4zm0 4H6v12h12V8h-4zm-5 2h2v8H9v-8zm6 0h-2v8h2v-8z" fill="currentColor"/></svg>',upload:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 5V3h2v2h2v2h2v2h-2V7h-2v10h-2V7H9v2H7V7h2V5h2zM3 15v6h18v-6h-2v4H5v-4H3z" fill="currentColor"/></svg>',message:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H2v20h2V4h16v12H6v2H4v2h2v-2h16V2h-2z" fill="currentColor"/></svg>',"external-link":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11V3h-8v2h4v2h-2v2h-2v2h-2v2H9v2h2v-2h2v-2h2V9h2V7h2v4h2zM11 5H3v16h16v-8h-2v6H5V7h6V5z" fill="currentColor"/></svg>',link:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 6h7v2H4v8h7v2H2V6h2zm16 0h-7v2h7v8h-7v2h9V6h-2zm-3 5H7v2h10v-2z" fill="currentColor"/></svg>',"arrow-left":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8v2H6v-2H4v-2h2V9h2v2h12zM10 7H8v2h2V7zm0 0h2V5h-2v2zm0 10H8v-2h2v2zm0 0h2v2h-2v-2z" fill="currentColor"/></svg>',"arrow-right":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 11v2h12v2h2v-2h2v-2h-2V9h-2v2H4zm10-4h2v2h-2V7zm0 0h-2V5h2v2zm0 10h2v-2h-2v2zm0 0h-2v2h2v-2z" fill="currentColor"/></svg>'},Rr=Y(K);function Gr(){(function(e){for(const[o,v]of Object.entries(e))on.set(o,qh(v))})(Dr)}const _0=new Set(["primary","success","warning","danger","info"]),k0={default:{"border-color":"color","hover-border-color":"dark","focus-border-color":"dark","shadow-color":"dark","focus-shadow-color":"dark"},ghost:{"border-color":"transparent","hover-border-color":"color","focus-border-color":"dark","shadow-color":"transparent","focus-shadow-color":"dark"}},Z0={key:0,class:"px-input__prepend"},I0={key:0,class:"px-input__prefix"},S0=["id","type","disabled","readonly","autocomplete","placeholder","autofocus","form"],A0={key:1,class:"px-input__suffix"},O0={key:1,class:"px-input__append"},j0=["id","disabled","readonly","autocomplete","placeholder","autofocus","form"],ct=h.defineComponent({name:"PxInput",inheritAttrs:!1,__name:"Input",props:{id:{},modelValue:{},type:{default:"text"},size:{},color:{},ghost:{type:Boolean},disabled:{type:Boolean},clearable:{type:Boolean},showPassword:{type:Boolean},placeholder:{},readonly:{type:Boolean},autocomplete:{default:"off"},autofocus:{type:Boolean},form:{}},emits:["update:modelValue","input","change","focus","blur","clear"],setup(e,{expose:o,emit:v}){const t=e,n=v,r=h.ref(t.modelValue),l=h.ref(!1),s=h.shallowRef(),a=h.shallowRef(),i=h.useAttrs(),{formItem:c}=at(),u=h.computed((()=>s.value||a.value)),g=h.computed((()=>t.disabled)),p=h.computed((()=>_0.has(t.color??""))),m=h.computed((()=>!!t.color&&!p.value)),f=h.computed((()=>{if(!m.value)return{};const b=w2(t.color),Z=t.ghost?"ghost":"default";return Z2(b,"px-input",k0[Z])})),d=h.computed((()=>t.clearable&&!!r.value&&!g.value&&y.value)),w=h.computed((()=>t.type==="password"&&t.showPassword&&!g.value&&!!r.value)),{wrapperRef:z,isFocused:y,handleFocus:V,handleBlur:x}=Mn(u,{afterBlur(){c==null||c.validate("blur").catch((b=>{}))}}),H=()=>{r.value="",h2(["input","change","update:modelValue"],(b=>n(b,""))),n("clear"),c==null||c.clearValidate()};function B(){n("update:modelValue",r.value),n("input",r.value)}function A(){n("change",r.value)}function k(){l.value=!l.value}return h.watch((()=>t.modelValue),(b=>{r.value=b,c==null||c.validate("change").catch((Z=>{}))})),o({ref:u,focus:async()=>{var b;await h.nextTick(),(b=u.value)==null||b.focus()},blur:()=>{var b;(b=u.value)==null||b.blur()},select:()=>{var b;(b=u.value)==null||b.select()},clear:H}),(b,Z)=>(h.openBlock(),h.createElementBlock("div",{class:h.normalizeClass(["px-input",{[`px-input--${b.type}`]:b.type,[`px-input--${b.size}`]:b.size,[`px-input--${b.color}`]:p.value,"is-ghost":b.ghost,"is-disabled":g.value,"is-prepend":b.$slots.prepend,"is-append":b.$slots.append,"is-prefix":b.$slots.prefix,"is-suffix":b.$slots.suffix,"is-focus":h.unref(y)}]),style:h.normalizeStyle(f.value)},[b.type!=="textarea"?(h.openBlock(),h.createElementBlock(h.Fragment,{key:0},[b.$slots.prepend?(h.openBlock(),h.createElementBlock("div",Z0,[h.renderSlot(b.$slots,"prepend")])):h.createCommentVNode("",!0),h.createElementVNode("div",{class:"px-input__wrapper",ref_key:"wrapperRef",ref:z},[b.$slots.prefix?(h.openBlock(),h.createElementBlock("span",I0,[h.renderSlot(b.$slots,"prefix")])):h.createCommentVNode("",!0),h.withDirectives(h.createElementVNode("input",h.mergeProps({class:"px-input__inner",ref_key:"inputRef",ref:s,id:h.unref(z2)().value,type:b.showPassword?l.value?"text":"password":b.type,disabled:g.value,readonly:b.readonly,autocomplete:b.autocomplete,placeholder:b.placeholder,autofocus:b.autofocus,form:b.form,"onUpdate:modelValue":Z[0]||(Z[0]=O=>r.value=O)},h.unref(i),{onInput:B,onChange:A,onFocus:Z[1]||(Z[1]=(...O)=>h.unref(V)&&h.unref(V)(...O)),onBlur:Z[2]||(Z[2]=(...O)=>h.unref(x)&&h.unref(x)(...O))}),null,16,S0),[[h.vModelDynamic,r.value]]),b.$slots.suffix||d.value||w.value?(h.openBlock(),h.createElementBlock("span",A0,[h.renderSlot(b.$slots,"suffix"),d.value?(h.openBlock(),h.createBlock(K,{key:0,icon:"close-box",class:"px-input__clear",onClick:H,onMousedown:h.withModifiers(h.unref(qo),["prevent"])},null,8,["onMousedown"])):h.createCommentVNode("",!0),w.value&&l.value?(h.openBlock(),h.createBlock(K,{key:1,icon:"eye",class:"px-input__password",onClick:k})):h.createCommentVNode("",!0),w.value&&!l.value?(h.openBlock(),h.createBlock(K,{key:2,icon:"eye-closed",class:"px-input__password",onClick:k})):h.createCommentVNode("",!0)])):h.createCommentVNode("",!0)],512),b.$slots.append?(h.openBlock(),h.createElementBlock("div",O0,[h.renderSlot(b.$slots,"append")])):h.createCommentVNode("",!0)],64)):h.withDirectives((h.openBlock(),h.createElementBlock("textarea",h.mergeProps({key:1,class:"px-textarea__wrapper",ref_key:"textareaRef",ref:a,id:h.unref(z2)().value,disabled:g.value,readonly:b.readonly,autocomplete:b.autocomplete,placeholder:b.placeholder,autofocus:b.autofocus,form:b.form,"onUpdate:modelValue":Z[3]||(Z[3]=O=>r.value=O)},h.unref(i),{onInput:B,onChange:A,onFocus:Z[4]||(Z[4]=(...O)=>h.unref(V)&&h.unref(V)(...O)),onBlur:Z[5]||(Z[5]=(...O)=>h.unref(x)&&h.unref(x)(...O))}),null,16,j0)),[[h.vModelText,r.value]])],6))}}),Wr=Y(ct),N0=["href","target"],Fr=Y(o2(h.defineComponent({name:"PxLink",__name:"Link",props:{type:{},underline:{type:Boolean,default:!0},disabled:{type:Boolean},href:{},target:{},color:{}},emits:["click"],setup(e,{emit:o}){const v=e,t=o,n={"text-color":"color","hover-color":"dark"},r=h.computed((()=>v.color?Z2(w2(v.color),"px-link",n):{})),l=s=>{v.disabled||t("click",s)};return(s,a)=>(h.openBlock(),h.createElementBlock("a",{class:h.normalizeClass(["px-link",{[`px-link--${s.type}`]:s.type,"is-underline":s.underline,"is-disabled":s.disabled}]),href:s.disabled?void 0:s.href,target:s.target,style:h.normalizeStyle(r.value),onClick:l},[h.renderSlot(s.$slots,"default",{},void 0,!0)],14,N0))}}),[["__scopeId","data-v-d754ba7d"]])),Xr=o2(h.defineComponent({name:"PxLoadingIndicator",__name:"LoadingIndicator",props:{variant:{default:"spinner"},size:{default:"md"},type:{default:"primary"},color:{}},setup(e){const o=e,v=h.computed((()=>o.color?{"--px-loading-indicator-color":o.color}:{}));return(t,n)=>(h.openBlock(),h.createElementBlock("span",{class:h.normalizeClass(["px-loading-indicator",[`px-loading-indicator--${t.variant}`,`px-loading-indicator--${t.size}`,`px-loading-indicator--${t.type}`]]),style:h.normalizeStyle(v.value),role:"status","aria-label":"Loading"},n[0]||(n[0]=[h.createElementVNode("span",{class:"px-loading-indicator__inner"},null,-1)]),6))}}),[["__scopeId","data-v-1435ecee"]]),E0={class:"px-loading__spinner"},$0={key:1,class:"px-loading-text"},T0=h.defineComponent({name:"PxLoading",inheritAttrs:!1,__name:"Loading",props:{visible:{},background:{},spinner:{},text:{},fullscreen:{},lock:{},beforeClose:{type:Function},closed:{type:Function},target:{},body:{type:Boolean},zIndex:{},onAfterLeave:{type:Function}},setup(e){h.useCssVars((v=>({d4003bba:v.background,b5c47826:v.zIndex})));const o=e;return(v,t)=>(h.openBlock(),h.createBlock(h.Transition,{name:"fade-in-linear",onAfterLeave:v.onAfterLeave},{default:h.withCtx((()=>[h.withDirectives(h.createElementVNode("div",{class:h.normalizeClass(["px-loading px-loading__mask",{"is-fullscreen":v.fullscreen}]),role:"status","aria-live":"polite"},[h.createElementVNode("div",E0,[o.spinner!==!1?(h.openBlock(),h.createBlock(Xr,{key:0,variant:"spinner",size:"lg"})):h.createCommentVNode("",!0),v.text?(h.openBlock(),h.createElementBlock("p",$0,h.toDisplayString(v.text),1)):h.createCommentVNode("",!0)])],2),[[h.vShow,o.visible.value]])])),_:1},8,["onAfterLeave"]))}}),Ur="px-loading-parent--relative",Kr="px-loading-parent--hiden",No="px-loading-numb",Eo=new Map,{nextZIndex:P0}=xo(3e3);function Jr(e=document.body){e.classList.remove(Kr)}function ut(e=document.body){return e.getAttribute(No)}let $o=null;function To(e={}){var n;const o=(function(r){let l;return l=$2(r.target)?document.querySelector(r.target)??document.body:r.target||document.body,{parent:l===document.body||r.body?document.body:l,background:r.background??"rgba(0, 0, 0, 0.5)",spinner:r.spinner,text:r.text,fullscreen:l===document.body&&(r.fullscreen??!0),lock:r.lock??!1,visible:r.visible??!0,target:l}})(e),v=o.parent??document.body;if(o.fullscreen&&!L2($o))return $o;if((function(r=document.body){const l=ut(r)??"0";r.setAttribute(No,`${Number.parseInt(l,10)+1}`)})(o==null?void 0:o.parent),Eo.has(v))return Eo.get(v);const t=(function(r){const l=h.ref(r.visible),s=h.ref(!1),a=()=>{s.value&&c()},i=h.reactive({...r,onAfterLeave:a}),c=()=>{var f,d;const m=i.parent;(function(w=document.body){const z=ut(w);if(z){const y=Number.parseInt(z,10)-1;y===0?(function(V=document.body){V.removeAttribute(No)})(w):w.setAttribute(No,`${y}`)}})(m),ut(m)||(_v((()=>{(function(w=document.body){w.classList.remove(Ur)})(m),Jr(m)}),1),Eo.delete(m??document.body),(d=(f=p.$el)==null?void 0:f.parentNode)==null||d.removeChild(p.$el),g.unmount())};let u;const g=h.createApp(T0,{...i,zIndex:i.fullscreen?P0():void 0,visible:l}),p=g.mount(document.createElement("div"));return{get $el(){return p.$el},vm:p,close:()=>{var m;r.beforeClose&&!r.beforeClose()||(s.value=!0,clearTimeout(u),u=Di(a),l.value=!1,(m=r.closed)==null||m.call(r))},visible:l,setText:m=>i.text=m}})({...o,closed:()=>{var r;(r=o.closed)==null||r.call(o),o.fullscreen&&($o=null)}});return(function(r,l=document.body){r.lock?(function(s=document.body){s.classList.add(Kr)})(l):Jr(l),(function(s=document.body){s.classList.add(Ur)})(l)})(e,o==null?void 0:o.parent),(n=o.parent)==null||n.appendChild(t.$el),h.nextTick((()=>t.visible.value=!!o.visible)),o.fullscreen&&($o=t),Eo.set(v,t),t}const Po=Symbol("loading");function Yr(e,o){const v=l=>e.getAttribute(`px-loading-${l}`),t=l=>o.modifiers[l],n=t("fullscreen"),r={text:v("text"),spinner:v("spinner"),background:v("background"),target:n?void 0:e,body:t("body"),lock:t("lock"),fullscreen:n};e[Po]={options:r,instance:To(r)}}const Lo={mounted(e,o){o.value&&Yr(e,o)},updated(e,o){var v;o.oldValue!==o.value&&(!o.value||o.oldValue?(v=e[Po])==null||v.instance.close():Yr(e,o))},unmounted(e){var o;(o=e[Po])==null||o.instance.close(),e[Po]=void 0}},Qr=Y(Xr),qr={name:"PxLoading",install(e){e.directive("loading",Lo),e.config.globalProperties.$loading=To},directive:Lo,service:To},L0=["aria-live"],D0={class:"px-message__content"},R0={key:0,class:"px-message__close"},G0=h.defineComponent({name:"PxMessage",__name:"Message",props:{id:{},message:{},duration:{default:3e3},showClose:{type:Boolean},center:{type:Boolean},type:{default:"info"},offset:{default:10},zIndex:{},transitionName:{default:"fade-up"},onDestroy:{}},setup(e,{expose:o}){const v=e,t=h.ref(!1),n=h.ref(),r=h.ref(0),{topOffset:l,bottomOffset:s}=Zn({getLastBottomOffset:ie(X0,v),offset:v.offset,boxHeight:r}),a=h.computed((()=>wo.get(v.type)??"circle-info")),i=h.computed((()=>({top:Av(l.value),zIndex:v.zIndex})));let c;function u(){v.duration!==0&&(c=_v(p,v.duration))}function g(){clearTimeout(c)}function p(){t.value=!1}return h.watch(t,(m=>{m||(r.value=-v.offset)})),Tv(document,"keydown",(m=>{const{code:f}=m;f==="Escape"&&p()})),h.onMounted((()=>{t.value=!0,u()})),o({close:p,bottomOffset:s}),(m,f)=>(h.openBlock(),h.createBlock(h.Transition,{name:m.transitionName,onEnter:f[0]||(f[0]=d=>r.value=n.value.getBoundingClientRect().height),onAfterLeave:f[1]||(f[1]=d=>!t.value&&m.onDestroy())},{default:h.withCtx((()=>[h.withDirectives(h.createElementVNode("div",{ref_key:"messageRef",ref:n,class:h.normalizeClass(["px-message",{[`px-message--${m.type}`]:m.type,"is-close":m.showClose,"text-center":m.center}]),style:h.normalizeStyle(i.value),role:"alert","aria-live":m.type==="danger"||m.type==="warning"?"assertive":"polite",onMouseenter:g,onMouseleave:u},[h.createVNode(K,{class:"px-message__icon",icon:a.value},null,8,["icon"]),h.createElementVNode("div",D0,[h.renderSlot(m.$slots,"default",{},(()=>[m.message?(h.openBlock(),h.createBlock(h.unref(Ov),{key:0,vNode:m.message},null,8,["vNode"])):h.createCommentVNode("",!0)]))]),m.showClose?(h.openBlock(),h.createElementBlock("div",R0,[h.createVNode(K,{icon:"close",onClick:h.withModifiers(p,["stop"])})])):h.createCommentVNode("",!0)],46,L0),[[h.vShow,t.value]])])),_:3},8,["name"]))}}),el=["info","success","warning","danger","error"],we=h.shallowReactive([]),{nextZIndex:W0}=xo(),F0={type:"info",duration:3e3,offset:10,transitionName:"fade-up"},ol=e=>{const o=!e||h.isVNode(e)||$2(e)?{message:e}:e;return{...F0,...o}};function X0(){const e=Ee(we,{id:this.id});return e<=0?0:C2(we,[e-1,"vm","exposed","bottomOffset","value"])}const Do=(e={})=>(o=>{const v=z2().value,t=document.createElement("div"),n={...o,id:v,zIndex:W0(),onDestroy:()=>{const i=Ee(we,{id:v});i!==-1&&(we.splice(i,1),h.render(null,t))}},r=h.h(G0,n);h.render(r,t),document.body.appendChild(t.firstElementChild);const l=r.component,s={close:()=>l.exposed.close()},a={props:n,id:v,vm:l,vnode:r,handler:s};return we.push(a),a})(ol(e)).handler;h2(el,(e=>{$e(Do,e,(o=>{const v=ol(o);return Do({...v,type:e})}))})),Do.closeAll=function(e){h2(we,(o=>{e?o.props.type===e&&o.handler.close():o.handler.close()}))};const vl=vn(Do,"$message"),U0=o2(h.defineComponent({name:"PxOverlay",__name:"Overlay",props:{mask:{type:Boolean,default:!0},zIndex:{},overlayClass:{}},emits:["click"],setup(e,{emit:o}){const v=o;function t(n){v("click",n)}return(n,r)=>n.mask?(h.openBlock(),h.createElementBlock("div",{key:0,class:h.normalizeClass(["px-overlay",n.overlayClass]),style:h.normalizeStyle({zIndex:n.zIndex}),onClick:t},[h.renderSlot(n.$slots,"default",{},void 0,!0)],6)):(h.openBlock(),h.createElementBlock("div",{key:1,class:h.normalizeClass(n.overlayClass),style:h.normalizeStyle({zIndex:n.zIndex,position:"fixed",top:0,left:0,right:0,bottom:0})},[h.renderSlot(n.$slots,"default",{},void 0,!0)],6))}}),[["__scopeId","data-v-a64cd74a"]]),K0={class:"px-message-box__content"},J0={key:1,class:"px-message-box__message"},Y0={class:"px-message-box__input"},Q0={class:"px-message-box__footer"},q0=h.defineComponent({name:"PxMessageBox",inheritAttrs:!1,__name:"MessageBox",props:{visible:{},doClose:{},doAction:{},destroy:{},title:{},message:{},type:{},boxType:{default:""},icon:{},callback:{},showClose:{type:Boolean,default:!0},showInput:{type:Boolean},showCancelButton:{type:Boolean},showConfirmButton:{type:Boolean,default:!0},cancelButtonText:{},confirmButtonText:{},cancelButtonLoading:{type:Boolean},confirmButtonLoading:{type:Boolean},cancelButtonDisabled:{type:Boolean},confirmButtonDisabled:{type:Boolean},cancelButtonType:{},confirmButtonType:{default:"primary"},roundButton:{type:Boolean,default:!1},center:{type:Boolean},lockScroll:{type:Boolean,default:!0},closeOnClickModal:{type:Boolean,default:!0},inputPlaceholder:{},inputValue:{default:""},inputType:{},buttonSize:{},beforeClose:{}},setup(e){const o=e,v=Dv(),{doAction:t}=o,{nextZIndex:n}=xo(),r=h.ref(),l=h.ref(),s=z2(),a=`msgbox-title-${z2().value}`,i=h.reactive({...o,zIndex:n()}),c=h.computed((()=>!!i.message)),u=h.computed((()=>i.icon??wo.get(i.type??"")));function g(){o.closeOnClickModal&&m("close")}function p(d){if(i.inputType!=="textarea")return d.preventDefault(),m("confirm")}function m(d){l2(o.beforeClose)?o.beforeClose(d,i,(()=>t(d,i.inputValue))):t(d,i.inputValue)}function f(){m("close")}return h.watch((()=>{var d;return(d=o.visible)==null?void 0:d.value}),(d=>{d&&(i.zIndex=n()),o.boxType==="prompt"&&d&&h.nextTick((()=>{var w;(w=l.value)==null||w.focus()}))})),(d,w)=>(h.openBlock(),h.createBlock(h.Transition,{name:"fade-in-linear",onAfterLeave:d.destroy},{default:h.withCtx((()=>[h.withDirectives(h.createVNode(U0,{"z-index":i.zIndex,mask:""},{default:h.withCtx((()=>[h.createElementVNode("div",{role:"dialog","aria-modal":"true","aria-labelledby":a,class:"px-overlay-message-box",onClick:g},[h.createElementVNode("div",{ref:"rootRef",class:h.normalizeClass(["px-message-box",{"is-center":i.center}]),onClick:w[5]||(w[5]=h.withModifiers((()=>{}),["stop"]))},[h.unref(L2)(i.title)?h.createCommentVNode("",!0):(h.openBlock(),h.createElementBlock("div",{key:0,ref_key:"headerRef",ref:r,class:h.normalizeClass(["px-message-box__header",{"show-close":i.showClose}])},[h.createElementVNode("div",{class:"px-message-box__title",id:a},[u.value&&i.center?(h.openBlock(),h.createBlock(K,{key:0,class:h.normalizeClass({[`px-icon-${i.type}`]:i.type}),icon:u.value},null,8,["class","icon"])):h.createCommentVNode("",!0),h.createTextVNode(" "+h.toDisplayString(i.title),1)]),d.showClose?(h.openBlock(),h.createElementBlock("button",{key:0,class:"px-message-box__header-btn",onClick:h.withModifiers(f,["stop"])},[h.createVNode(K,{icon:"close"})])):h.createCommentVNode("",!0)],2)),h.createElementVNode("div",K0,[u.value&&!i.center&&c.value?(h.openBlock(),h.createBlock(K,{key:0,class:h.normalizeClass({[`px-icon-${i.type}`]:i.type}),icon:u.value},null,8,["class","icon"])):h.createCommentVNode("",!0),c.value?(h.openBlock(),h.createElementBlock("div",J0,[h.renderSlot(d.$slots,"default",{},(()=>[(h.openBlock(),h.createBlock(h.resolveDynamicComponent(i.showInput?"label":"p"),{for:i.showInput?h.unref(s):void 0},{default:h.withCtx((()=>[h.createTextVNode(h.toDisplayString(i.message),1)])),_:1},8,["for"]))]))])):h.createCommentVNode("",!0)]),h.withDirectives(h.createElementVNode("div",Y0,[h.createVNode(ct,{modelValue:i.inputValue,"onUpdate:modelValue":w[0]||(w[0]=z=>i.inputValue=z),ref_key:"inputRef",ref:l,placeholder:i.inputPlaceholder,type:i.inputType,onKeyup:h.withKeys(p,["enter"])},null,8,["modelValue","placeholder","type"])],512),[[h.vShow,i.showInput]]),h.createElementVNode("div",Q0,[i.showCancelButton?(h.openBlock(),h.createBlock(Te,{key:0,class:"px-message-box__footer-btn px-message-box__cancel-btn",type:i.cancelButtonType,round:i.roundButton,loading:i.cancelButtonLoading,onClick:w[1]||(w[1]=z=>m("cancel")),onKeydown:w[2]||(w[2]=h.withKeys(h.withModifiers((z=>m("cancel")),["prevent"]),["enter"]))},{default:h.withCtx((()=>[h.createTextVNode(h.toDisplayString(i.cancelButtonText||h.unref(v).t("messagebox.cancel")),1)])),_:1},8,["type","round","loading"])):h.createCommentVNode("",!0),h.withDirectives(h.createVNode(Te,{class:"px-message-box__footer-btn px-message-box__confirm-btn",type:i.confirmButtonType??"primary",round:i.roundButton,loading:i.confirmButtonLoading,onClick:w[3]||(w[3]=z=>m("confirm")),onKeydown:w[4]||(w[4]=h.withKeys(h.withModifiers((z=>m("confirm")),["prevent"]),["enter"]))},{default:h.withCtx((()=>[h.createTextVNode(h.toDisplayString(i.confirmButtonText||h.unref(v).t("messagebox.confirm")),1)])),_:1},8,["type","round","loading"]),[[h.vShow,i.showConfirmButton]])])],2)])])),_:3},8,["z-index"]),[[h.vShow,d.visible.value]])])),_:3},8,["onAfterLeave"]))}}),Ke=new Map;function P2(e){let o;return $2(e)||h.isVNode(e)?e={message:e}:o=e.callback,new Promise(((v,t)=>{const n=(function(r){const l=document.createElement("div"),s=(function(i,c){const u=h.ref(!1),g=l2(i==null?void 0:i.message)||h.isVNode(i==null?void 0:i.message),p=h.createVNode(q0,{...i,visible:u},g?{default:(m=i.message,l2(m)?m:()=>m)}:void 0);var m;return h.render(p,c),document.body.appendChild(c.firstElementChild),p.component})({...r,doClose:()=>{a.visible.value=!1},doAction:(i,c)=>{const u=Ke.get(a);let g;h.nextTick((()=>a.doClose())),g=r.showInput?{value:c,action:i}:i,r.callback?r.callback(g):i!=="cancel"&&i!=="close"?u==null||u.resolve(g):u==null||u.reject(i)},destroy:()=>{h.render(null,l),Ke.delete(a)}},l),a=s==null?void 0:s.proxy;return a.visible.value=!0,a})(e);Ke.set(n,{options:e,callback:o,resolve:v,reject:t})}))}const eu={alert:{closeOnClickModal:!1},confirm:{showCancelButton:!0},prompt:{showCancelButton:!0,showInput:!0}};h2(["alert","confirm","prompt"],(e=>{return $e(P2,e,(o=e,(v,t,n)=>{let r="";return t2(t)?(n=t,r=""):r=t===void 0?"":t,P2(Qt({title:r,message:v,type:"",boxType:o,...eu[o]},n))}));var o})),$e(P2,"close",(()=>{Ke.forEach(((e,o)=>{o.doClose()})),Ke.clear()}));const mt=P2;$e(mt,"install",(e=>{e.config.globalProperties.$msgbox=P2,e.config.globalProperties.$messagebox=P2,e.config.globalProperties.$alert=P2.alert,e.config.globalProperties.$confirm=P2.confirm,e.config.globalProperties.$prompt=P2.prompt}));const ou=["aria-live"],vu={class:"px-notification__text"},tu={class:"px-notification__title"},hu={class:"px-notification__content"},nu={key:1,class:"px-notification__close"},ru=o2(h.defineComponent({name:"PxNotification",__name:"Notification",props:{title:{},id:{},zIndex:{},position:{default:"top-right"},type:{default:"info"},message:{},duration:{default:3e3},showClose:{type:Boolean,default:!0},offset:{default:20},transitionName:{default:"fade"},icon:{},onClick:{},onClose:{},onDestroy:{}},setup(e,{expose:o}){const v=e,t=h.ref(!1),n=h.ref(),r=h.ref(0),{topOffset:l,bottomOffset:s}=Zn({getLastBottomOffset:ie(su,v),offset:v.offset,boxHeight:r}),a=h.computed((()=>wo.get(v.type)??"circle-info")),i=h.computed((()=>v.position.endsWith("right")?"right":"left")),c=h.computed((()=>v.position.startsWith("top")?"top":"bottom")),u=h.computed((()=>({[c.value]:Av(l.value),zIndex:v.zIndex})));let g;function p(){v.duration!==0&&(g=_v(f,v.duration))}function m(){clearTimeout(g)}function f(){t.value=!1}return h.onMounted((()=>{t.value=!0,p()})),o({bottomOffset:s,close:f}),(d,w)=>(h.openBlock(),h.createBlock(h.Transition,{name:`px-notification-${d.transitionName}`,onAfterLeave:w[1]||(w[1]=z=>!t.value&&d.onDestroy()),onEnter:w[2]||(w[2]=z=>r.value=n.value.getBoundingClientRect().height)},{default:h.withCtx((()=>[h.withDirectives(h.createElementVNode("div",{ref_key:"notifyRef",ref:n,class:h.normalizeClass(["px-notification",{[`px-notification--${d.type}`]:d.type,[i.value]:!0,"show-close":d.showClose}]),style:h.normalizeStyle(u.value),role:"alert","aria-live":d.type==="danger"||d.type==="warning"?"assertive":"polite",onClick:w[0]||(w[0]=(...z)=>d.onClick&&d.onClick(...z)),onMouseenter:m,onMouseleave:p},[a.value?(h.openBlock(),h.createBlock(K,{key:0,icon:a.value,class:"px-notification__icon"},null,8,["icon"])):h.createCommentVNode("",!0),h.createElementVNode("div",vu,[h.createElementVNode("div",tu,h.toDisplayString(d.title),1),h.createElementVNode("div",hu,[h.renderSlot(d.$slots,"default",{},(()=>[d.message?(h.openBlock(),h.createBlock(h.unref(Ov),{key:0,vNode:d.message},null,8,["vNode"])):h.createCommentVNode("",!0)]),!0)])]),d.showClose?(h.openBlock(),h.createElementBlock("div",nu,[h.createVNode(K,{icon:"close",onClick:h.withModifiers(f,["stop"])})])):h.createCommentVNode("",!0)],46,ou),[[h.vShow,t.value]])])),_:3},8,["name"]))}}),[["__scopeId","data-v-ff3aeca4"]]),tl=["info","success","warning","danger"],hl=["top-right","top-left","bottom-right","bottom-left"],dt=new Map;h2(hl,(e=>{dt.set(e,h.shallowReactive([]))}));const{nextZIndex:lu}=xo(),iu={title:"",type:"info",duration:3e3,offset:20,position:"top-right",transitionName:"fade",showClose:!0},nl=e=>{const o=!e||h.isVNode(e)||$2(e)?{message:e}:e;return{...iu,...o}},rl=e=>dt.get(e),Ro=(e={})=>(v=>{const t=z2().value,n=document.createElement("div"),r=rl(v.position||"top-right"),l={...v,id:t,zIndex:lu(),onDestroy:()=>{const u=Ee(r,{id:t});u!==-1&&(r.splice(u,1),h.render(null,n))}},s=h.h(ru,l);h.render(s,n),document.body.appendChild(n.firstElementChild);const a=s.component,i={close:()=>a.exposed.close()},c={props:l,id:t,vm:a,vnode:s,handler:i};return r.push(c),c})(nl(e)).handler;function su(){const e=rl(this.position||"top-right"),o=Ee(e,{id:this.id});return o<=0?0:C2(e,[o-1,"vm","exposed","bottomOffset","value"])}h2(tl,(e=>{$e(Ro,e,(o=>{const v=nl(o);return Ro({...v,type:e})}))})),Ro.closeAll=function(e){dt.forEach((o=>{h2(o,(v=>{e?v.props.type===e&&v.handler.close():v.handler.close()}))}))};const ll=vn(Ro,"$notify"),au={class:"px-popconfirm__main"},cu={class:"px-popconfirm__action"},il=Y(o2(h.defineComponent({name:"PxPopconfirm",__name:"Popconfirm",props:{title:{default:""},confirmButtonText:{},cancelButtonText:{},confirmButtonType:{default:"primary"},cancelButtonType:{},icon:{default:"question-circle"},iconColor:{default:"#f90"},hideIcon:{type:Boolean},hideAfter:{default:200},width:{default:150}},emits:["confirm","cancel"],setup(e,{emit:o}){const v=e,t=o,n=Dv(),r=h.ref(),l=h.computed((()=>({width:Av(v.width)})));function s(){var c;(c=r.value)==null||c.hide()}function a(c){t("confirm",c),s()}function i(c){t("cancel",c),s()}return(c,u)=>(h.openBlock(),h.createBlock(Mo,{ref_key:"tooltipRef",ref:r,trigger:"click","hide-timeout":c.hideAfter},h.createSlots({content:h.withCtx((()=>[h.createElementVNode("div",{class:"px-popconfirm",role:"alertdialog",style:h.normalizeStyle(l.value)},[h.createElementVNode("div",au,[!c.hideIcon&&c.icon?(h.openBlock(),h.createBlock(K,{key:0,icon:c.icon,color:c.iconColor},null,8,["icon","color"])):h.createCommentVNode("",!0),h.createTextVNode(" "+h.toDisplayString(c.title),1)])],4),h.createElementVNode("div",cu,[h.createVNode(Te,{class:"px-popconfirm__cancel",size:"small",type:c.cancelButtonType,onClick:i},{default:h.withCtx((()=>[h.createTextVNode(h.toDisplayString(c.cancelButtonText||h.unref(n).t("popconfirm.cancelButtonText")),1)])),_:1},8,["type"]),h.createVNode(Te,{class:"px-popconfirm__confirm",size:"small",type:c.confirmButtonType,onClick:a},{default:h.withCtx((()=>[h.createTextVNode(h.toDisplayString(c.confirmButtonText||h.unref(n).t("popconfirm.confirmButtonText")),1)])),_:1},8,["type"])])])),_:2},[c.$slots.default?{name:"default",fn:h.withCtx((()=>[h.renderSlot(c.$slots,"default",{},void 0,!0)])),key:"0"}:void 0,c.$slots.reference?{name:"default",fn:h.withCtx((()=>[h.renderSlot(c.$slots,"reference",{},void 0,!0)])),key:"1"}:void 0]),1032,["hide-timeout"]))}}),[["__scopeId","data-v-fd6e7d1d"]])),sl=Symbol("selectContext"),uu={modifiers:[{name:"offset",options:{offset:[0,9]}},{name:"sameWidth",enabled:!0,fn:({state:e})=>{e.styles.popper.width=`${e.rects.reference.width}px`},phase:"beforeWrite",requires:["computeStyles"]}]},mu=new Set(["primary","success","warning","danger","info"]),du={default:{"item-selected-font-color":"color","item-selected-bg-color":"light","item-indicator-color":"color","item-highlighted-border-color":"color"},ghost:{"item-selected-font-color":"color","item-selected-bg-color":"light","item-indicator-color":"color","item-highlighted-border-color":"color"}},pu=["aria-selected","id"],Go=o2(h.defineComponent({name:"PxOption",__name:"Option",props:{value:{},label:{},disabled:{type:Boolean,default:!1}},setup(e){const o=e,v=h.inject(sl),t=h.computed((()=>{var l;return((l=v==null?void 0:v.selectStates.selectedOption)==null?void 0:l.value)===o.value})),n=h.computed((()=>{return s=a=>X2(C2(v,["highlightedLine","value",a]),C2(o,a)),(e2(l=["label","value"])?Ri:Gi)(l,je(s));var l,s}));function r(){o.disabled||(v==null||v.handleSelect(o))}return(l,s)=>(h.openBlock(),h.createElementBlock("li",{role:"option","aria-selected":t.value,class:h.normalizeClass(["px-select__menu-item",{"is-disabled":l.disabled,"is-selected":t.value,"is-highlighted":n.value}]),id:`select-item-${l.value}`,onClick:h.withModifiers(r,["stop"])},[h.renderSlot(l.$slots,"default",{},(()=>{var a,i;return[h.createVNode(h.unref(Ov),{vNode:(a=h.unref(v))!=null&&a.renderLabel?(i=h.unref(v))==null?void 0:i.renderLabel(o):l.label},null,8,["vNode"])]}),!0)],10,pu))}}),[["__scopeId","data-v-d9852f9a"]]),fu={key:0,class:"px-select__loading"},gu={key:1,class:"px-select__nodata"},wu=["id"],zu=h.defineComponent({name:"PxSelect",__name:"Select",props:{modelValue:{},id:{},options:{default:()=>[]},placeholder:{},disabled:{type:Boolean},clearable:{type:Boolean},ghost:{type:Boolean},color:{},size:{},renderLabel:{},filterable:{type:Boolean},filterMethod:{},remote:{type:Boolean},remoteMethod:{}},emits:["update:modelValue","change","visible-change","clear","focus","blur"],setup(e,{expose:o,emit:v}){const t=Dv(),n=e,r=v,l=h.useSlots(),s=h.ref(),a=h.ref(),i=h.ref(),c=h.ref(new Map),u=h.ref(n.options??[]),g=h.ref(!1),p=v2(n.modelValue),m=h.reactive({inputValue:(p==null?void 0:p.label)??"",selectedOption:p,mouseHover:!1,loading:!1,highlightedIndex:-1}),f=h.computed((()=>n.disabled)),d=h.computed((()=>mu.has(n.color??""))),w=h.computed((()=>!!n.color&&!d.value)),z=h.computed((()=>{if(!w.value)return{};const _=w2(n.color),E=n.ghost?"ghost":"default";return Z2(_,"px-select",du[E])})),y=h.computed((()=>{var _;return E2((_=l==null?void 0:l.default)==null?void 0:_.call(l),(E=>X2(E.type,Go)))})),V=h.computed((()=>D2(y.value)>0)),x=h.computed((()=>n.clearable&&m.mouseHover&&m.inputValue!=="")),H=h.computed((()=>{let _;return _=V.value?[...c.value.values()][m.highlightedIndex]:u.value[m.highlightedIndex],_})),B=h.computed((()=>V.value?kv(y.value,(_=>{var D,u2,oe;return{props:{..._.props,disabled:((D=_.props)==null?void 0:D.disabled)===!0||!L2((u2=_.props)==null?void 0:u2.disabled)&&(E=(oe=_.props)==null?void 0:oe.disabled,!(E===!0||E===!1||r2(E)&&_2(E)=="[object Boolean]"))}};var E})):[])),A=h.computed((()=>!!n.filterable&&!k.value)),k=h.computed((()=>V.value&&c.value.size>0||!V.value&&D2(u.value)>0)),b=h.computed((()=>V.value?c.value.size-1:D2(u.value)-1)),Z=h.computed((()=>n.filterable&&m.selectedOption&&g.value?m.selectedOption.label:n.placeholder)),O=h.computed((()=>n.remote?300:100));let M=Ne(Je,O.value);h.watchEffect((()=>{M.cancel(),M=Ne(Je,O.value)}));const I=z2().value,{wrapperRef:T,isFocused:j,handleBlur:P,handleFocus:$}=Mn(i),F=(function({isDropdownVisible:_,controlVisible:E,selectStates:D,highlightedLine:u2,handleSelect:oe,hasData:Ye,lastIndex:Xo}){const ve=new Map;return ve.set("Enter",(()=>{_.value&&D.highlightedIndex>=0&&u2.value&&oe(u2.value),E(!_.value)})),ve.set("Escape",(()=>_.value&&E(!_.value))),ve.set("ArrowUp",(M2=>{M2.preventDefault(),Ye.value&&(D.highlightedIndex!==-1&&D.highlightedIndex!==0?D.highlightedIndex--:D.highlightedIndex=Xo.value)})),ve.set("ArrowDown",(M2=>{M2.preventDefault(),Ye.value&&(D.highlightedIndex!==-1&&D.highlightedIndex!==Xo.value?D.highlightedIndex++:D.highlightedIndex=0)})),ve})({isDropdownVisible:g,controlVisible:N,selectStates:m,highlightedLine:H,handleSelect:b2,hasData:k,lastIndex:b});function R(_){j.value&&h.nextTick((()=>P(new FocusEvent("focus",_))))}function N(_){var E;a.value&&((E=C2(a,["value",_?"show":"hide"]))==null||E(),n.filterable&&(function(D){var u2;n.filterable&&(D?(m.selectedOption&&(m.inputValue=""),M()):m.inputValue=((u2=m.selectedOption)==null?void 0:u2.label)||"")})(_),g.value=_,r("visible-change",_),m.highlightedIndex=-1)}function G(){f.value||N(!g.value)}function W(){var _;(_=i.value)==null||_.clear(),m.inputValue="",m.selectedOption=null,r("clear"),h2(["change","update:modelValue"],(E=>r(E,"")))}function v2(_){return Xi(n.options,(E=>E.value===_))}function b2(_){var E;_.disabled||(m.inputValue=_.label,m.selectedOption=_,h2(["change","update:modelValue"],(D=>r(D,_.value))),N(!1),(E=i.value)==null||E.focus())}function ee(_){c.value.clear(),h2(_,(E=>{c.value.set(E.props.value,E.props)}))}function Je(){const _=m.inputValue;m.highlightedIndex=-1,V.value?(async function(E){if(n.filterable){if(n.remote&&n.remoteMethod&&l2(n.remoteMethod))return await Wo(n.remoteMethod,E),void ee(B.value);if(n.filterMethod&&l2(n.filterMethod)){const D=kv(n.filterMethod(E),"value");ee(E2(B.value,(u2=>se(D,C2(u2,["props","value"])))))}else ee(E2(B.value,(D=>se(C2(D,["props","label"]),E))))}})(_):(async function(E){n.filterable&&(n.remote&&n.remoteMethod&&l2(n.remoteMethod)?u.value=await Wo(n.remoteMethod,E):n.filterMethod&&l2(n.filterMethod)?u.value=n.filterMethod(E):u.value=E2(n.options,(D=>se(D.label,E))))})(_)}function ze(_){var E;F.has(_.key)&&((E=F.get(_.key))==null||E(_))}async function Wo(_,E){if(!_||!l2(_))return;let D;m.loading=!0;try{D=await _(E)}catch{D=[]}return D}function Fo(){const _=v2(n.modelValue);_&&(m.inputValue=_.label,m.selectedOption=_)}return Pv(s,(_=>R(_))),h.watch((()=>n.options),(_=>{u.value=_??[]})),h.watch((()=>B.value),(_=>ee(_)),{immediate:!0}),h.watch((()=>n.modelValue),(()=>{Fo()})),h.onMounted((()=>{Fo()})),h.onBeforeUnmount((()=>{M.cancel()})),h.provide(sl,{handleSelect:b2,selectStates:m,renderLabel:function(_){return l2(n.renderLabel)?n.renderLabel(_):_.label},highlightedLine:H}),o({focus:()=>{var _;(_=i.value)==null||_.focus()},blur:()=>{R()}}),(_,E)=>(h.openBlock(),h.createElementBlock("div",{ref_key:"selectRef",ref:s,class:h.normalizeClass(["px-select",{"is-disabled":f.value,"is-ghost":_.ghost,[`px-select--${_.size}`]:_.size,[`px-select--${_.color}`]:d.value}]),style:h.normalizeStyle(z.value),onClick:h.withModifiers(G,["stop"]),onMouseenter:E[2]||(E[2]=D=>m.mouseHover=!0),onMouseleave:E[3]||(E[3]=D=>m.mouseHover=!1)},[h.createVNode(Mo,{ref_key:"tooltipRef",ref:a,placement:"bottom-start","popper-options":h.unref(uu),onClickOutside:E[1]||(E[1]=D=>N(!1)),manual:""},{default:h.withCtx((()=>[h.createElementVNode("div",{ref_key:"inputWrapperRef",ref:T},[h.createVNode(ct,{ref_key:"inputRef",ref:i,modelValue:m.inputValue,"onUpdate:modelValue":E[0]||(E[0]=D=>m.inputValue=D),id:h.unref(I),disabled:f.value,ghost:_.ghost,color:_.color,size:_.size,placeholder:_.filterable?Z.value:_.placeholder,readonly:!_.filterable||!g.value,"aria-controls":`px-select-menu-${h.unref(I)}`,"aria-activedescendant":H.value?`select-item-${H.value.value}`:void 0,onFocus:h.unref($),onBlur:h.unref(P),onInput:h.unref(M),onKeydown:ze},{suffix:h.withCtx((()=>[x.value?(h.openBlock(),h.createBlock(K,{key:0,icon:"close-box",class:"px-input__clear",onClick:h.withModifiers(W,["stop"]),onMousedown:h.withModifiers(h.unref(qo),["prevent"])},null,8,["onMousedown"])):(h.openBlock(),h.createBlock(K,{key:1,class:h.normalizeClass(["header-angle",{"is-active":g.value}]),icon:"chevron-down"},null,8,["class"]))])),_:1},8,["modelValue","id","disabled","ghost","color","size","placeholder","readonly","aria-controls","aria-activedescendant","onFocus","onBlur","onInput"])],512)])),content:h.withCtx((()=>[m.loading?(h.openBlock(),h.createElementBlock("div",fu,[h.createVNode(K,{icon:"loader",spin:""})])):_.filterable&&A.value?(h.openBlock(),h.createElementBlock("div",gu,h.toDisplayString(h.unref(t).t("select.noData")),1)):h.createCommentVNode("",!0),h.createElementVNode("ul",{class:"px-select__menu",role:"listbox",id:`px-select-menu-${h.unref(I)}`},[V.value?(h.openBlock(!0),h.createElementBlock(h.Fragment,{key:1},h.renderList(c.value,(([D,u2])=>(h.openBlock(),h.createBlock(Go,h.mergeProps({key:D,ref_for:!0},u2),null,16)))),128)):(h.openBlock(!0),h.createElementBlock(h.Fragment,{key:0},h.renderList(u.value,(D=>(h.openBlock(),h.createBlock(Go,h.mergeProps({key:D.value,ref_for:!0},D),null,16)))),128))],8,wu)])),_:1},8,["popper-options"])],38))}}),al=Y(o2(zu,[["__scopeId","data-v-4d450d40"]])),cl=Y(Go),Vu=["aria-checked","id","name","disabled","checked"],Hu={class:"px-switch__core"},xu={class:"px-switch__core-inner"},yu={key:0,class:"px-switch__core-inner-text"},bu={class:"px-switch__core-action"},ul=Y(h.defineComponent({name:"PxSwitch",inheritAttrs:!1,__name:"Switch",props:{modelValue:{type:[Boolean,String,Number]},disabled:{type:Boolean},activeText:{},inactiveText:{},activeValue:{type:[Boolean,String,Number],default:!0},inactiveValue:{type:[Boolean,String,Number],default:!1},name:{},id:{},size:{},type:{},activeColor:{},inactiveColor:{},activeIcon:{},inactiveIcon:{}},emits:["update:modelValue","change"],setup(e,{expose:o,emit:v}){const t=e,n=v,r=h.computed((()=>t.disabled)),l=h.ref(t.modelValue),s=h.ref(),a=z2().value,i=h.computed((()=>l.value===t.activeValue)),c=h.computed((()=>i.value?t.activeIcon:t.inactiveIcon)),u=h.computed((()=>{const p={};if(t.activeColor){const m=w2(t.activeColor);p["--px-switch-on-color"]=m.color,p["--px-switch-on-border-color"]=m.dark}if(t.inactiveColor){const m=w2(t.inactiveColor);p["--px-switch-off-color"]=m.color,p["--px-switch-off-border-color"]=m.dark}return p}));function g(){if(r.value)return;const p=i.value?t.inactiveValue:t.activeValue;l.value=p,n("update:modelValue",p),n("change",p)}return h.onMounted((()=>{s.value.checked=i.value})),h.watch(i,(p=>{s.value.checked=p})),o({checked:i,focus:()=>{var p;(p=s.value)==null||p.focus()}}),(p,m)=>(h.openBlock(),h.createElementBlock("div",{class:h.normalizeClass(["px-switch",{[`px-switch--${p.size}`]:p.size,[`px-switch--${p.type}`]:p.type,"is-disabled":r.value,"is-checked":i.value}]),style:h.normalizeStyle(u.value),onClick:g},[h.createElementVNode("input",{class:"px-switch__input",type:"checkbox",role:"switch","aria-checked":i.value,ref_key:"inputRef",ref:s,id:h.unref(a),name:p.name,disabled:r.value,checked:i.value,onKeydown:h.withKeys(g,["enter"])},null,40,Vu),h.createElementVNode("div",Hu,[h.createElementVNode("div",xu,[p.activeText||p.inactiveText?(h.openBlock(),h.createElementBlock("span",yu,h.toDisplayString(i.value?p.activeText:p.inactiveText),1)):h.createCommentVNode("",!0)]),h.createElementVNode("div",bu,[c.value?(h.openBlock(),h.createBlock(K,{key:0,class:"px-switch__icon",icon:c.value,size:"xs"},null,8,["icon"])):h.createCommentVNode("",!0)])])],6))}})),ml=Y(Mo),Cu=[nn,rn,sn,an,zo,jv,un,Rr,zn,Vn,hn,ml,il,or,vr,vl,ll,Wr,Fr,Lr,mt,qr,Qr,ul,al,cl,Tr,Pr,Bn];if(Gr(),typeof CSS<"u"&&"paintWorklet"in CSS)try{CSS.paintWorklet.addModule(new URL("data:text/javascript;base64,LyoqCiAqIENTUyBIb3VkaW5pIFBhaW50IFdvcmtsZXQgLSBQaXhlbCBCb3JkZXIKICoKICogQ3JlYXRlcyBhdXRoZW50aWMgcGl4ZWxhdGVkIGJvcmRlcnMgZm9yIHJldHJvIFVJIGFlc3RoZXRpYwogKgogKiBDdXN0b20gUHJvcGVydGllczoKICogLSAtLXB4LWJvcmRlci1jb2xvcjogQm9yZGVyIGNvbG9yIChkZWZhdWx0OiAjMDAwMDAwKQogKiAtIC0tcHgtYm9yZGVyLXdpZHRoOiBCb3JkZXIgd2lkdGggaW4gcGl4ZWxzIChkZWZhdWx0OiAyKQogKiAtIC0tcHgtYm9yZGVyLXBpeGVsLXNpemU6IFNpemUgb2YgZWFjaCBwaXhlbCBibG9jayAoZGVmYXVsdDogMikKICovCgpjbGFzcyBQaXhlbEJvcmRlclBhaW50ZXIgewogIHN0YXRpYyBnZXQgaW5wdXRQcm9wZXJ0aWVzKCkgewogICAgcmV0dXJuIFsnLS1weC1ib3JkZXItY29sb3InLCAnLS1weC1ib3JkZXItd2lkdGgnLCAnLS1weC1ib3JkZXItcGl4ZWwtc2l6ZSddOwogIH0KCiAgcGFpbnQoY3R4LCBzaXplLCBwcm9wZXJ0aWVzKSB7CiAgICAvLyBHZXQgY3VzdG9tIHByb3BlcnR5IHZhbHVlcwogICAgY29uc3QgYm9yZGVyQ29sb3IgPSBwcm9wZXJ0aWVzLmdldCgnLS1weC1ib3JkZXItY29sb3InKS50b1N0cmluZygpLnRyaW0oKSB8fCAnIzAwMDAwMCc7CiAgICBjb25zdCBib3JkZXJXaWR0aCA9IHBhcnNlSW50KHByb3BlcnRpZXMuZ2V0KCctLXB4LWJvcmRlci13aWR0aCcpLnRvU3RyaW5nKCksIDEwKSB8fCAyOwogICAgY29uc3QgcGl4ZWxTaXplID0gcGFyc2VJbnQocHJvcGVydGllcy5nZXQoJy0tcHgtYm9yZGVyLXBpeGVsLXNpemUnKS50b1N0cmluZygpLCAxMCkgfHwgMjsKCiAgICBjb25zdCB3aWR0aCA9IHNpemUud2lkdGg7CiAgICBjb25zdCBoZWlnaHQgPSBzaXplLmhlaWdodDsKCiAgICBjdHguZmlsbFN0eWxlID0gYm9yZGVyQ29sb3I7CgogICAgLy8gRHJhdyB0b3AgYm9yZGVyIChwaXhlbGF0ZWQpCiAgICBmb3IgKGxldCB4ID0gMDsgeCA8IHdpZHRoOyB4ICs9IHBpeGVsU2l6ZSkgewogICAgICBmb3IgKGxldCB5ID0gMDsgeSA8IGJvcmRlcldpZHRoOyB5ICs9IHBpeGVsU2l6ZSkgewogICAgICAgIGN0eC5maWxsUmVjdCh4LCB5LCBwaXhlbFNpemUsIHBpeGVsU2l6ZSk7CiAgICAgIH0KICAgIH0KCiAgICAvLyBEcmF3IGJvdHRvbSBib3JkZXIgKHBpeGVsYXRlZCkKICAgIGZvciAobGV0IHggPSAwOyB4IDwgd2lkdGg7IHggKz0gcGl4ZWxTaXplKSB7CiAgICAgIGZvciAobGV0IHkgPSBoZWlnaHQgLSBib3JkZXJXaWR0aDsgeSA8IGhlaWdodDsgeSArPSBwaXhlbFNpemUpIHsKICAgICAgICBjdHguZmlsbFJlY3QoeCwgeSwgcGl4ZWxTaXplLCBwaXhlbFNpemUpOwogICAgICB9CiAgICB9CgogICAgLy8gRHJhdyBsZWZ0IGJvcmRlciAocGl4ZWxhdGVkKQogICAgZm9yIChsZXQgeCA9IDA7IHggPCBib3JkZXJXaWR0aDsgeCArPSBwaXhlbFNpemUpIHsKICAgICAgZm9yIChsZXQgeSA9IDA7IHkgPCBoZWlnaHQ7IHkgKz0gcGl4ZWxTaXplKSB7CiAgICAgICAgY3R4LmZpbGxSZWN0KHgsIHksIHBpeGVsU2l6ZSwgcGl4ZWxTaXplKTsKICAgICAgfQogICAgfQoKICAgIC8vIERyYXcgcmlnaHQgYm9yZGVyIChwaXhlbGF0ZWQpCiAgICBmb3IgKGxldCB4ID0gd2lkdGggLSBib3JkZXJXaWR0aDsgeCA8IHdpZHRoOyB4ICs9IHBpeGVsU2l6ZSkgewogICAgICBmb3IgKGxldCB5ID0gMDsgeSA8IGhlaWdodDsgeSArPSBwaXhlbFNpemUpIHsKICAgICAgICBjdHguZmlsbFJlY3QoeCwgeSwgcGl4ZWxTaXplLCBwaXhlbFNpemUpOwogICAgICB9CiAgICB9CgogICAgLy8gT3B0aW9uYWw6IEFkZCBjb3JuZXIgcGl4ZWxzIGZvciBtb3JlIHByb25vdW5jZWQgcGl4ZWwgZWZmZWN0CiAgICBjb25zdCBjb3JuZXJTaXplID0gYm9yZGVyV2lkdGggKyBwaXhlbFNpemU7CgogICAgLy8gVG9wLWxlZnQgY29ybmVyIGVuaGFuY2VtZW50CiAgICBjdHguZmlsbFJlY3QoMCwgMCwgY29ybmVyU2l6ZSwgY29ybmVyU2l6ZSk7CgogICAgLy8gVG9wLXJpZ2h0IGNvcm5lciBlbmhhbmNlbWVudAogICAgY3R4LmZpbGxSZWN0KHdpZHRoIC0gY29ybmVyU2l6ZSwgMCwgY29ybmVyU2l6ZSwgY29ybmVyU2l6ZSk7CgogICAgLy8gQm90dG9tLWxlZnQgY29ybmVyIGVuaGFuY2VtZW50CiAgICBjdHguZmlsbFJlY3QoMCwgaGVpZ2h0IC0gY29ybmVyU2l6ZSwgY29ybmVyU2l6ZSwgY29ybmVyU2l6ZSk7CgogICAgLy8gQm90dG9tLXJpZ2h0IGNvcm5lciBlbmhhbmNlbWVudAogICAgY3R4LmZpbGxSZWN0KHdpZHRoIC0gY29ybmVyU2l6ZSwgaGVpZ2h0IC0gY29ybmVyU2l6ZSwgY29ybmVyU2l6ZSwgY29ybmVyU2l6ZSk7CiAgfQp9CgovLyBSZWdpc3RlciB0aGUgcGFpbnQgd29ya2xldApyZWdpc3RlclBhaW50KCdwaXhlbC1ib3JkZXInLCBQaXhlbEJvcmRlclBhaW50ZXIpOwo=",typeof document>"u"&&typeof location>"u"?require("url").pathToFileURL(__filename).href:typeof document>"u"?location.href:te&&te.tagName.toUpperCase()==="SCRIPT"&&te.src||new URL("index.umd.cjs",document.baseURI).href).href),CSS.paintWorklet.addModule(new URL("data:text/javascript;base64,LyoqCiAqIENTUyBIb3VkaW5pIFBhaW50IFdvcmtsZXQgLSBQaXhlbCBTaGFkb3cKICoKICogQ3JlYXRlcyBwaXhlbGF0ZWQgc2hhZG93IGVmZmVjdCBmb3IgZGVwdGgKICoKICogQ3VzdG9tIFByb3BlcnRpZXM6CiAqIC0gLS1weC1zaGFkb3ctY29sb3I6IFNoYWRvdyBjb2xvciAoZGVmYXVsdDogcmdiYSgwLDAsMCwwLjMpKQogKiAtIC0tcHgtc2hhZG93LW9mZnNldDogU2hhZG93IG9mZnNldCBpbiBwaXhlbHMgKGRlZmF1bHQ6IDQpCiAqIC0gLS1weC1ib3JkZXItcGl4ZWwtc2l6ZTogU2l6ZSBvZiBlYWNoIHBpeGVsIGJsb2NrIChkZWZhdWx0OiAyKQogKi8KCmNsYXNzIFBpeGVsU2hhZG93UGFpbnRlciB7CiAgc3RhdGljIGdldCBpbnB1dFByb3BlcnRpZXMoKSB7CiAgICByZXR1cm4gWyctLXB4LXNoYWRvdy1jb2xvcicsICctLXB4LXNoYWRvdy1vZmZzZXQnLCAnLS1weC1ib3JkZXItcGl4ZWwtc2l6ZSddOwogIH0KCiAgcGFpbnQoY3R4LCBzaXplLCBwcm9wZXJ0aWVzKSB7CiAgICAvLyBHZXQgY3VzdG9tIHByb3BlcnR5IHZhbHVlcwogICAgY29uc3Qgc2hhZG93Q29sb3IgPSBwcm9wZXJ0aWVzLmdldCgnLS1weC1zaGFkb3ctY29sb3InKS50b1N0cmluZygpLnRyaW0oKSB8fCAncmdiYSgwLDAsMCwwLjMpJzsKICAgIGNvbnN0IHNoYWRvd09mZnNldCA9IHBhcnNlSW50KHByb3BlcnRpZXMuZ2V0KCctLXB4LXNoYWRvdy1vZmZzZXQnKS50b1N0cmluZygpLCAxMCkgfHwgNDsKICAgIGNvbnN0IHBpeGVsU2l6ZSA9IHBhcnNlSW50KHByb3BlcnRpZXMuZ2V0KCctLXB4LWJvcmRlci1waXhlbC1zaXplJykudG9TdHJpbmcoKSwgMTApIHx8IDI7CgogICAgY29uc3Qgd2lkdGggPSBzaXplLndpZHRoOwogICAgY29uc3QgaGVpZ2h0ID0gc2l6ZS5oZWlnaHQ7CgogICAgY3R4LmZpbGxTdHlsZSA9IHNoYWRvd0NvbG9yOwoKICAgIC8vIERyYXcgcmlnaHQgc2hhZG93IChwaXhlbGF0ZWQpCiAgICBmb3IgKGxldCB4ID0gd2lkdGg7IHggPCB3aWR0aCArIHNoYWRvd09mZnNldDsgeCArPSBwaXhlbFNpemUpIHsKICAgICAgZm9yIChsZXQgeSA9IHNoYWRvd09mZnNldDsgeSA8IGhlaWdodCArIHNoYWRvd09mZnNldDsgeSArPSBwaXhlbFNpemUpIHsKICAgICAgICAvLyBDcmVhdGUgc3RlcHBlZCBzaGFkb3cgZWZmZWN0CiAgICAgICAgY29uc3QgZGlzdGFuY2UgPSB4IC0gd2lkdGg7CiAgICAgICAgaWYgKGRpc3RhbmNlIDwgc2hhZG93T2Zmc2V0KSB7CiAgICAgICAgICBjdHguZ2xvYmFsQWxwaGEgPSAxIC0gZGlzdGFuY2UgLyBzaGFkb3dPZmZzZXQ7CiAgICAgICAgICBjdHguZmlsbFJlY3QoeCwgeSwgcGl4ZWxTaXplLCBwaXhlbFNpemUpOwogICAgICAgIH0KICAgICAgfQogICAgfQoKICAgIC8vIERyYXcgYm90dG9tIHNoYWRvdyAocGl4ZWxhdGVkKQogICAgY3R4Lmdsb2JhbEFscGhhID0gMTsKICAgIGZvciAobGV0IHggPSBzaGFkb3dPZmZzZXQ7IHggPCB3aWR0aDsgeCArPSBwaXhlbFNpemUpIHsKICAgICAgZm9yIChsZXQgeSA9IGhlaWdodDsgeSA8IGhlaWdodCArIHNoYWRvd09mZnNldDsgeSArPSBwaXhlbFNpemUpIHsKICAgICAgICBjb25zdCBkaXN0YW5jZSA9IHkgLSBoZWlnaHQ7CiAgICAgICAgaWYgKGRpc3RhbmNlIDwgc2hhZG93T2Zmc2V0KSB7CiAgICAgICAgICBjdHguZ2xvYmFsQWxwaGEgPSAxIC0gZGlzdGFuY2UgLyBzaGFkb3dPZmZzZXQ7CiAgICAgICAgICBjdHguZmlsbFJlY3QoeCwgeSwgcGl4ZWxTaXplLCBwaXhlbFNpemUpOwogICAgICAgIH0KICAgICAgfQogICAgfQoKICAgIC8vIERyYXcgY29ybmVyIHNoYWRvdwogICAgY3R4Lmdsb2JhbEFscGhhID0gMC41OwogICAgZm9yIChsZXQgeCA9IHdpZHRoOyB4IDwgd2lkdGggKyBzaGFkb3dPZmZzZXQ7IHggKz0gcGl4ZWxTaXplKSB7CiAgICAgIGZvciAobGV0IHkgPSBoZWlnaHQ7IHkgPCBoZWlnaHQgKyBzaGFkb3dPZmZzZXQ7IHkgKz0gcGl4ZWxTaXplKSB7CiAgICAgICAgY3R4LmZpbGxSZWN0KHgsIHksIHBpeGVsU2l6ZSwgcGl4ZWxTaXplKTsKICAgICAgfQogICAgfQoKICAgIGN0eC5nbG9iYWxBbHBoYSA9IDE7CiAgfQp9CgovLyBSZWdpc3RlciB0aGUgcGFpbnQgd29ya2xldApyZWdpc3RlclBhaW50KCdwaXhlbC1zaGFkb3cnLCBQaXhlbFNoYWRvd1BhaW50ZXIpOwo=",typeof document>"u"&&typeof location>"u"?require("url").pathToFileURL(__filename).href:typeof document>"u"?location.href:te&&te.tagName.toUpperCase()==="SCRIPT"&&te.src||new URL("index.umd.cjs",document.baseURI).href).href)}catch{}const Bu=(function(e){return(o,v)=>{h2(e,(t=>o.use(t))),v&&$v(v,o,!0)}})(Cu);S.PxAlert=hn,S.PxAvatar=nn,S.PxBadge=rn,S.PxBreadcrumb=sn,S.PxBreadcrumbItem=an,S.PxButton=zo,S.PxButtonGroup=jv,S.PxCard=un,S.PxCollapse=zn,S.PxCollapseItem=Vn,S.PxConfigProvider=Bn,S.PxDropdown=or,S.PxDropdownItem=vr,S.PxFileInput=Lr,S.PxForm=Tr,S.PxFormItem=Pr,S.PxIcon=Rr,S.PxInput=Wr,S.PxLink=Fr,S.PxLoading=qr,S.PxLoadingDirective=Lo,S.PxLoadingIndicator=Qr,S.PxLoadingService=To,S.PxMessage=vl,S.PxMessageBox=mt,S.PxNotification=ll,S.PxOption=cl,S.PxPopconfirm=il,S.PxSelect=al,S.PxSwitch=ul,S.PxTooltip=ml,S.default=Bu,S.defaultPixelIcons=Dr,S.en=Vo,S.iconSizeMap=tn,S.ja={name:"ja",el:{select:{loading:"ロード中",noMatch:"データなし",noData:"データなし",placeholder:"選択してください"},dropdown:{toggleDropdown:"ドロップダウン切替"},messagebox:{title:"メッセージ",confirm:"OK",cancel:"キャンセル",error:"正しくない入力",close:"このダイアログを閉じる"},popconfirm:{confirmButtonText:"はい",cancelButtonText:"いいえ"}}},S.ko={name:"ko",el:{select:{loading:"불러오는 중",noMatch:"검색된 데이터 없음",noData:"데이터 없음",placeholder:"선택"},dropdown:{toggleDropdown:"드롭다운 전환"},messagebox:{title:"메시지",confirm:"확인",cancel:"취소",error:"올바르지 않은 입력",close:"대화 상자 닫기"},popconfirm:{confirmButtonText:"예",cancelButtonText:"아니오"}}},S.messageTypes=el,S.notificationPosition=hl,S.notificationTypes=tl,S.provideGlobalConfig=$v,S.registerDefaultPixelIcons=Gr,S.useFormItem=at,S.useGlobalConfig=bn,S.useSystemTheme=function(){const e=h.ref(!1);let o=null,v=null;return h.onMounted((()=>{typeof window<"u"&&(o=window.matchMedia("(prefers-color-scheme: dark)"),e.value=o.matches,v=t=>{e.value=t.matches},o.addEventListener?o.addEventListener("change",v):o.addListener(v))})),h.onUnmounted((()=>{o&&v&&(o.removeEventListener?o.removeEventListener("change",v):o.removeListener(v))})),{prefersDark:e,prefers:h.computed((()=>e.value?"dark":"light"))}},S.useTheme=function(){if(!jn&&typeof window<"u"){(function(){if(typeof window>"u")return;const t=localStorage.getItem(Sn);t&&["light","dark","system"].includes(t)?ae.value=t:ae.value="system",R2.value=On(ae.value),Rv(R2.value)})(),jn=!0;const o=window.matchMedia("(prefers-color-scheme: dark)"),v=t=>{ae.value==="system"&&(R2.value=t.matches,Rv(R2.value))};o.addEventListener?o.addEventListener("change",v):o.addListener(v)}const e=o=>{ae.value=o,R2.value=On(o),Rv(R2.value),typeof localStorage<"u"&&localStorage.setItem(Sn,o)};return{theme:h.computed((()=>ae.value)),isDark:h.computed((()=>R2.value)),setTheme:e,toggleTheme:()=>{const o=R2.value?"light":"dark";e(o)}}},S.vLoading=Lo,S.zhCn={name:"zh-cn",el:{select:{loading:"加载中",noMatch:"无匹配数据",noData:"无数据",placeholder:"请选择"},dropdown:{toggleDropdown:"切换下拉菜单"},messagebox:{title:"提示",confirm:"确定",cancel:"取消",error:"输入的数据不合法!",close:"关闭此对话框"},popconfirm:{confirmButtonText:"确定",cancelButtonText:"取消"}}},S.zhTw={name:"zh-tw",el:{select:{loading:"載入中",noMatch:"無相符資料",noData:"無資料",placeholder:"請選擇"},dropdown:{toggleDropdown:"切換下拉選單"},messagebox:{title:"提示",confirm:"確定",cancel:"取消",error:"輸入的資料不符規定!",close:"關閉此對話框"},popconfirm:{confirmButtonText:"確認",cancelButtonText:"取消"}}},Object.defineProperties(S,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})}));
|
|
5
|
+
Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(const a of e.seen.entries()){const u=a[1];if(o===a[0]){r(a);continue}if(e.external){const m=(i=e.external.registry.get(a[0]))==null?void 0:i.id;if(o!==a[0]&&m){r(a);continue}}(((s=e.metadataRegistry.get(a[0]))==null?void 0:s.id)||u.cycle||u.count>1&&e.reused==="ref")&&r(a)}}function Xh(e,o){var l,i,s;const t=e.seen.get(o);if(!t)throw new Error("Unprocessed schema. This is a bug in Zod.");const v=a=>{const u=e.seen.get(a);if(u.ref===null)return;const c=u.def??u.schema,m={...c},d=u.ref;if(u.ref=null,d){v(d);const w=e.seen.get(d),f=w.schema;if(!f.$ref||e.target!=="draft-07"&&e.target!=="draft-04"&&e.target!=="openapi-3.0"?Object.assign(c,f):(c.allOf=c.allOf??[],c.allOf.push(f)),Object.assign(c,m),a._zod.parent===d)for(const V in c)V!=="$ref"&&V!=="allOf"&&(V in m||delete c[V]);if(f.$ref&&w.def)for(const V in c)V!=="$ref"&&V!=="allOf"&&V in w.def&&JSON.stringify(c[V])===JSON.stringify(w.def[V])&&delete c[V]}const p=a._zod.parent;if(p&&p!==d){v(p);const w=e.seen.get(p);if(w!=null&&w.schema.$ref&&(c.$ref=w.schema.$ref,w.def))for(const f in c)f!=="$ref"&&f!=="allOf"&&f in w.def&&JSON.stringify(c[f])===JSON.stringify(w.def[f])&&delete c[f]}e.override({zodSchema:a,jsonSchema:c,path:u.path??[]})};for(const a of[...e.seen.entries()].reverse())v(a[0]);const r={};if(e.target==="draft-2020-12"?r.$schema="https://json-schema.org/draft/2020-12/schema":e.target==="draft-07"?r.$schema="http://json-schema.org/draft-07/schema#":e.target==="draft-04"?r.$schema="http://json-schema.org/draft-04/schema#":e.target,(l=e.external)==null?void 0:l.uri){const a=(i=e.external.registry.get(o))==null?void 0:i.id;if(!a)throw new Error("Schema is missing an `id` property");r.$id=e.external.uri(a)}Object.assign(r,t.def??t.schema);const h=((s=e.external)==null?void 0:s.defs)??{};for(const a of e.seen.entries()){const u=a[1];u.def&&u.defId&&(h[u.defId]=u.def)}e.external||Object.keys(h).length>0&&(e.target==="draft-2020-12"?r.$defs=h:r.definitions=h);try{const a=JSON.parse(JSON.stringify(r));return Object.defineProperty(a,"~standard",{value:{...o["~standard"],jsonSchema:{input:Do(o,"input",e.processors),output:Do(o,"output",e.processors)}},enumerable:!1,writable:!1}),a}catch{throw new Error("Error converting schema to JSON.")}}function de(e,o){const t=o??{seen:new Set};if(t.seen.has(e))return!1;t.seen.add(e);const v=e._zod.def;if(v.type==="transform")return!0;if(v.type==="array")return de(v.element,t);if(v.type==="set")return de(v.valueType,t);if(v.type==="lazy")return de(v.getter(),t);if(v.type==="promise"||v.type==="optional"||v.type==="nonoptional"||v.type==="nullable"||v.type==="readonly"||v.type==="default"||v.type==="prefault")return de(v.innerType,t);if(v.type==="intersection")return de(v.left,t)||de(v.right,t);if(v.type==="record"||v.type==="map")return de(v.keyType,t)||de(v.valueType,t);if(v.type==="pipe")return de(v.in,t)||de(v.out,t);if(v.type==="object"){for(const r in v.shape)if(de(v.shape[r],t))return!0;return!1}if(v.type==="union"){for(const r of v.options)if(de(r,t))return!0;return!1}if(v.type==="tuple"){for(const r of v.items)if(de(r,t))return!0;return!(!v.rest||!de(v.rest,t))}return!1}const Do=(e,o,t={})=>v=>{const{libraryOptions:r,target:h}=v??{},l=Gh({...r??{},target:h,io:o,processors:t});return ue(e,l),Wh(l,e),Xh(l,e)},$u={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""},Uh=(e,o,t,v)=>{const r=e._zod.def;ue(r.innerType,o,v),o.seen.get(e).ref=r.innerType},Pu=Z("ZodISODateTime",((e,o)=>{uu.init(e,o),oe.init(e,o)})),ju=Z("ZodISODate",((e,o)=>{du.init(e,o),oe.init(e,o)})),Tu=Z("ZodISOTime",((e,o)=>{mu.init(e,o),oe.init(e,o)})),Lu=Z("ZodISODuration",((e,o)=>{pu.init(e,o),oe.init(e,o)})),Be=Z("ZodError",((e,o)=>{Bh.init(e,o),e.name="ZodError",Object.defineProperties(e,{format:{value:t=>(function(v,r=h=>h.message){const h={_errors:[]},l=i=>{for(const s of i.issues)if(s.code==="invalid_union"&&s.errors.length)s.errors.map((a=>l({issues:a})));else if(s.code==="invalid_key")l({issues:s.issues});else if(s.code==="invalid_element")l({issues:s.issues});else if(s.path.length===0)h._errors.push(r(s));else{let a=h,u=0;for(;u<s.path.length;){const c=s.path[u];u===s.path.length-1?(a[c]=a[c]||{_errors:[]},a[c]._errors.push(r(s))):a[c]=a[c]||{_errors:[]},a=a[c],u++}}};return l(v),h})(e,t)},flatten:{value:t=>(function(v,r=h=>h.message){const h={},l=[];for(const i of v.issues)i.path.length>0?(h[i.path[0]]=h[i.path[0]]||[],h[i.path[0]].push(r(i))):l.push(r(i));return{formErrors:l,fieldErrors:h}})(e,t)},addIssue:{value:t=>{e.issues.push(t),e.message=JSON.stringify(e.issues,ht,2)}},addIssues:{value:t=>{e.issues.push(...t),e.message=JSON.stringify(e.issues,ht,2)}},isEmpty:{get:()=>e.issues.length===0}})}),{Parent:Error}),Du=ut(Be),Ru=dt(Be),Fu=$o(Be),Gu=Po(Be),Wu=wc(Be),Xu=zc(Be),Uu=Vc(Be),Ku=Hc(Be),Ju=xc(Be),Yu=yc(Be),Qu=bc(Be),qu=Bc(Be),me=Z("ZodType",((e,o)=>(ce.init(e,o),Object.assign(e["~standard"],{jsonSchema:{input:Do(e,"input"),output:Do(e,"output")}}),e.toJSONSchema=((t,v={})=>r=>{const h=Gh({...r,processors:v});return ue(t,h),Wh(h,t),Xh(h,t)})(e,{}),e.def=o,e.type=o.type,Object.defineProperty(e,"_def",{value:o}),e.check=(...t)=>e.clone((function(...v){const r={};for(const h of v){const l=Object.getOwnPropertyDescriptors(h);Object.assign(r,l)}return Object.defineProperties({},r)})(o,{checks:[...o.checks??[],...t.map((v=>typeof v=="function"?{_zod:{check:v,def:{check:"custom"},onattach:[]}}:v))]}),{parent:!0}),e.with=e.check,e.clone=(t,v)=>(function(r,h,l){const i=new r._zod.constr(h??r._zod.def);return h&&!(l!=null&&l.parent)||(i._zod.parent=r),i})(e,t,v),e.brand=()=>e,e.register=(t,v)=>(t.add(e,v),e),e.parse=(t,v)=>Du(e,t,v,{callee:e.parse}),e.safeParse=(t,v)=>Fu(e,t,v),e.parseAsync=async(t,v)=>Ru(e,t,v,{callee:e.parseAsync}),e.safeParseAsync=async(t,v)=>Gu(e,t,v),e.spa=e.safeParseAsync,e.encode=(t,v)=>Wu(e,t,v),e.decode=(t,v)=>Xu(e,t,v),e.encodeAsync=async(t,v)=>Uu(e,t,v),e.decodeAsync=async(t,v)=>Ku(e,t,v),e.safeEncode=(t,v)=>Ju(e,t,v),e.safeDecode=(t,v)=>Yu(e,t,v),e.safeEncodeAsync=async(t,v)=>Qu(e,t,v),e.safeDecodeAsync=async(t,v)=>qu(e,t,v),e.refine=(t,v)=>e.check((function(r,h={}){return(function(l,i,s){return new l({type:"custom",check:"custom",fn:i,...F(s)})})(I0,r,h)})(t,v)),e.superRefine=t=>e.check((function(v){const r=(function(h){const l=new Ne({check:"custom",...F(void 0)});return l._zod.check=h,l})((h=>(h.addIssue=l=>{if(typeof l=="string")h.issues.push(oo(l,h.value,r._zod.def));else{const i=l;i.fatal&&(i.continue=!1),i.code??(i.code="custom"),i.input??(i.input=h.value),i.inst??(i.inst=r),i.continue??(i.continue=!r._zod.def.abort),h.issues.push(oo(i))}},v(h.value,h))));return r})(t)),e.overwrite=t=>e.check(y2(t)),e.optional=()=>Qh(e),e.exactOptional=()=>new y0({type:"optional",innerType:e}),e.nullable=()=>qh(e),e.nullish=()=>Qh(qh(e)),e.nonoptional=t=>(function(v,r){return new M0({type:"nonoptional",innerType:v,...F(r)})})(e,t),e.array=()=>new w0({type:"array",element:e,...F(void 0)}),e.or=t=>new z0({type:"union",options:[e,t],...F(void 0)}),e.and=t=>(function(v,r){return new V0({type:"intersection",left:v,right:r})})(e,t),e.transform=t=>el(e,new H0({type:"transform",transform:t})),e.default=t=>{return v=t,new B0({type:"default",innerType:e,get defaultValue(){return typeof v=="function"?v():yh(v)}});var v},e.prefault=t=>{return v=t,new C0({type:"prefault",innerType:e,get defaultValue(){return typeof v=="function"?v():yh(v)}});var v},e.catch=t=>{return new _0({type:"catch",innerType:e,catchValue:typeof(v=t)=="function"?v:()=>v});var v},e.pipe=t=>el(e,t),e.readonly=()=>new Z0({type:"readonly",innerType:e}),e.describe=t=>{const v=e.clone();return no.add(v,{description:t}),v},Object.defineProperty(e,"description",{get:()=>{var t;return(t=no.get(e))==null?void 0:t.description},configurable:!0}),e.meta=(...t)=>{if(t.length===0)return no.get(e);const v=e.clone();return no.add(v,t[0]),v},e.isOptional=()=>e.safeParse(void 0).success,e.isNullable=()=>e.safeParse(null).success,e.apply=t=>t(e),e))),Kh=Z("_ZodString",((e,o)=>{mt.init(e,o),me.init(e,o),e._zod.processJSONSchema=(v,r,h)=>((l,i,s)=>{const a=s;a.type="string";const{minimum:u,maximum:c,format:m,patterns:d,contentEncoding:p}=l._zod.bag;if(typeof u=="number"&&(a.minLength=u),typeof c=="number"&&(a.maxLength=c),m&&(a.format=$u[m]??m,a.format===""&&delete a.format,m==="time"&&delete a.format),p&&(a.contentEncoding=p),d&&d.size>0){const w=[...d];w.length===1?a.pattern=w[0].source:w.length>1&&(a.allOf=[...w.map((f=>({...i.target==="draft-07"||i.target==="draft-04"||i.target==="openapi-3.0"?{type:"string"}:{},pattern:f.source})))])}})(e,v,r);const t=e._zod.bag;e.format=t.format??null,e.minLength=t.minimum??null,e.maxLength=t.maximum??null,e.regex=(...v)=>e.check((function(r,h){return new Xc({check:"string_format",format:"regex",...F(h),pattern:r})})(...v)),e.includes=(...v)=>e.check((function(r,h){return new Jc({check:"string_format",format:"includes",...F(h),includes:r})})(...v)),e.startsWith=(...v)=>e.check((function(r,h){return new Yc({check:"string_format",format:"starts_with",...F(h),prefix:r})})(...v)),e.endsWith=(...v)=>e.check((function(r,h){return new Qc({check:"string_format",format:"ends_with",...F(h),suffix:r})})(...v)),e.min=(...v)=>e.check(Lo(...v)),e.max=(...v)=>e.check(Rh(...v)),e.length=(...v)=>e.check(Fh(...v)),e.nonempty=(...v)=>e.check(Lo(1,...v)),e.lowercase=v=>e.check((function(r){return new Uc({check:"string_format",format:"lowercase",...F(r)})})(v)),e.uppercase=v=>e.check((function(r){return new Kc({check:"string_format",format:"uppercase",...F(r)})})(v)),e.trim=()=>e.check(y2((v=>v.trim()))),e.normalize=(...v)=>e.check((function(r){return y2((h=>h.normalize(r)))})(...v)),e.toLowerCase=()=>e.check(y2((v=>v.toLowerCase()))),e.toUpperCase=()=>e.check(y2((v=>v.toUpperCase()))),e.slugify=()=>e.check(y2((v=>(function(r){return r.toLowerCase().trim().replace(/[^\w\s-]/g,"").replace(/[\s_-]+/g,"-").replace(/^-+|-+$/g,"")})(v))))})),e0=Z("ZodString",((e,o)=>{mt.init(e,o),Kh.init(e,o),e.email=t=>e.check((function(v,r){return new v({type:"string",format:"email",check:"string_format",abort:!1,...F(r)})})(o0,t)),e.url=t=>e.check((function(v,r){return new v({type:"string",format:"url",check:"string_format",abort:!1,...F(r)})})(n0,t)),e.jwt=t=>e.check((function(v,r){return new v({type:"string",format:"jwt",check:"string_format",abort:!1,...F(r)})})(g0,t)),e.emoji=t=>e.check((function(v,r){return new v({type:"string",format:"emoji",check:"string_format",abort:!1,...F(r)})})(t0,t)),e.guid=t=>e.check(Dh(Yh,t)),e.uuid=t=>e.check((function(v,r){return new v({type:"string",format:"uuid",check:"string_format",abort:!1,...F(r)})})(Ro,t)),e.uuidv4=t=>e.check((function(v,r){return new v({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...F(r)})})(Ro,t)),e.uuidv6=t=>e.check((function(v,r){return new v({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...F(r)})})(Ro,t)),e.uuidv7=t=>e.check((function(v,r){return new v({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...F(r)})})(Ro,t)),e.nanoid=t=>e.check((function(v,r){return new v({type:"string",format:"nanoid",check:"string_format",abort:!1,...F(r)})})(v0,t)),e.guid=t=>e.check(Dh(Yh,t)),e.cuid=t=>e.check((function(v,r){return new v({type:"string",format:"cuid",check:"string_format",abort:!1,...F(r)})})(r0,t)),e.cuid2=t=>e.check((function(v,r){return new v({type:"string",format:"cuid2",check:"string_format",abort:!1,...F(r)})})(h0,t)),e.ulid=t=>e.check((function(v,r){return new v({type:"string",format:"ulid",check:"string_format",abort:!1,...F(r)})})(l0,t)),e.base64=t=>e.check((function(v,r){return new v({type:"string",format:"base64",check:"string_format",abort:!1,...F(r)})})(m0,t)),e.base64url=t=>e.check((function(v,r){return new v({type:"string",format:"base64url",check:"string_format",abort:!1,...F(r)})})(p0,t)),e.xid=t=>e.check((function(v,r){return new v({type:"string",format:"xid",check:"string_format",abort:!1,...F(r)})})(i0,t)),e.ksuid=t=>e.check((function(v,r){return new v({type:"string",format:"ksuid",check:"string_format",abort:!1,...F(r)})})(a0,t)),e.ipv4=t=>e.check((function(v,r){return new v({type:"string",format:"ipv4",check:"string_format",abort:!1,...F(r)})})(s0,t)),e.ipv6=t=>e.check((function(v,r){return new v({type:"string",format:"ipv6",check:"string_format",abort:!1,...F(r)})})(c0,t)),e.cidrv4=t=>e.check((function(v,r){return new v({type:"string",format:"cidrv4",check:"string_format",abort:!1,...F(r)})})(u0,t)),e.cidrv6=t=>e.check((function(v,r){return new v({type:"string",format:"cidrv6",check:"string_format",abort:!1,...F(r)})})(d0,t)),e.e164=t=>e.check((function(v,r){return new v({type:"string",format:"e164",check:"string_format",abort:!1,...F(r)})})(f0,t)),e.datetime=t=>e.check((function(v){return(function(r,h){return new r({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...F(h)})})(Pu,v)})(t)),e.date=t=>e.check((function(v){return(function(r,h){return new r({type:"string",format:"date",check:"string_format",...F(h)})})(ju,v)})(t)),e.time=t=>e.check((function(v){return(function(r,h){return new r({type:"string",format:"time",check:"string_format",precision:null,...F(h)})})(Tu,v)})(t)),e.duration=t=>e.check((function(v){return(function(r,h){return new r({type:"string",format:"duration",check:"string_format",...F(h)})})(Lu,v)})(t))}));function Jh(e){return(function(o,t){return new o({type:"string",...F(t)})})(e0,e)}const oe=Z("ZodStringFormat",((e,o)=>{ee.init(e,o),Kh.init(e,o)})),o0=Z("ZodEmail",((e,o)=>{tu.init(e,o),oe.init(e,o)})),Yh=Z("ZodGUID",((e,o)=>{ou.init(e,o),oe.init(e,o)})),Ro=Z("ZodUUID",((e,o)=>{nu.init(e,o),oe.init(e,o)})),n0=Z("ZodURL",((e,o)=>{vu.init(e,o),oe.init(e,o)})),t0=Z("ZodEmoji",((e,o)=>{ru.init(e,o),oe.init(e,o)})),v0=Z("ZodNanoID",((e,o)=>{hu.init(e,o),oe.init(e,o)})),r0=Z("ZodCUID",((e,o)=>{lu.init(e,o),oe.init(e,o)})),h0=Z("ZodCUID2",((e,o)=>{iu.init(e,o),oe.init(e,o)})),l0=Z("ZodULID",((e,o)=>{au.init(e,o),oe.init(e,o)})),i0=Z("ZodXID",((e,o)=>{su.init(e,o),oe.init(e,o)})),a0=Z("ZodKSUID",((e,o)=>{cu.init(e,o),oe.init(e,o)})),s0=Z("ZodIPv4",((e,o)=>{fu.init(e,o),oe.init(e,o)})),c0=Z("ZodIPv6",((e,o)=>{gu.init(e,o),oe.init(e,o)})),u0=Z("ZodCIDRv4",((e,o)=>{wu.init(e,o),oe.init(e,o)})),d0=Z("ZodCIDRv6",((e,o)=>{zu.init(e,o),oe.init(e,o)})),m0=Z("ZodBase64",((e,o)=>{Vu.init(e,o),oe.init(e,o)})),p0=Z("ZodBase64URL",((e,o)=>{Hu.init(e,o),oe.init(e,o)})),f0=Z("ZodE164",((e,o)=>{xu.init(e,o),oe.init(e,o)})),g0=Z("ZodJWT",((e,o)=>{yu.init(e,o),oe.init(e,o)})),w0=Z("ZodArray",((e,o)=>{bu.init(e,o),me.init(e,o),e._zod.processJSONSchema=(t,v,r)=>((h,l,i,s)=>{const a=i,u=h._zod.def,{minimum:c,maximum:m}=h._zod.bag;typeof c=="number"&&(a.minItems=c),typeof m=="number"&&(a.maxItems=m),a.type="array",a.items=ue(u.element,l,{...s,path:[...s.path,"items"]})})(e,t,v,r),e.element=o.element,e.min=(t,v)=>e.check(Lo(t,v)),e.nonempty=t=>e.check(Lo(1,t)),e.max=(t,v)=>e.check(Rh(t,v)),e.length=(t,v)=>e.check(Fh(t,v)),e.unwrap=()=>e.element})),z0=Z("ZodUnion",((e,o)=>{Bu.init(e,o),me.init(e,o),e._zod.processJSONSchema=(t,v,r)=>((h,l,i,s)=>{const a=h._zod.def,u=a.inclusive===!1,c=a.options.map(((m,d)=>ue(m,l,{...s,path:[...s.path,u?"oneOf":"anyOf",d]})));u?i.oneOf=c:i.anyOf=c})(e,t,v,r),e.options=o.options})),V0=Z("ZodIntersection",((e,o)=>{Cu.init(e,o),me.init(e,o),e._zod.processJSONSchema=(t,v,r)=>((h,l,i,s)=>{const a=h._zod.def,u=ue(a.left,l,{...s,path:[...s.path,"allOf",0]}),c=ue(a.right,l,{...s,path:[...s.path,"allOf",1]}),m=p=>"allOf"in p&&Object.keys(p).length===1,d=[...m(u)?u.allOf:[u],...m(c)?c.allOf:[c]];i.allOf=d})(e,t,v,r)})),H0=Z("ZodTransform",((e,o)=>{Mu.init(e,o),me.init(e,o),e._zod.processJSONSchema=(t,v,r)=>((h,l)=>{if(l.unrepresentable==="throw")throw new Error("Transforms cannot be represented in JSON Schema")})(0,t),e._zod.parse=(t,v)=>{if(v.direction==="backward")throw new zh(e.constructor.name);t.addIssue=h=>{if(typeof h=="string")t.issues.push(oo(h,t.value,o));else{const l=h;l.fatal&&(l.continue=!1),l.code??(l.code="custom"),l.input??(l.input=t.value),l.inst??(l.inst=e),t.issues.push(oo(l))}};const r=o.transform(t.value,t);return r instanceof Promise?r.then((h=>(t.value=h,t))):(t.value=r,t)}})),x0=Z("ZodOptional",((e,o)=>{Oh.init(e,o),me.init(e,o),e._zod.processJSONSchema=(t,v,r)=>Uh(e,t,0,r),e.unwrap=()=>e._zod.def.innerType}));function Qh(e){return new x0({type:"optional",innerType:e})}const y0=Z("ZodExactOptional",((e,o)=>{_u.init(e,o),me.init(e,o),e._zod.processJSONSchema=(t,v,r)=>Uh(e,t,0,r),e.unwrap=()=>e._zod.def.innerType})),b0=Z("ZodNullable",((e,o)=>{ku.init(e,o),me.init(e,o),e._zod.processJSONSchema=(t,v,r)=>((h,l,i,s)=>{const a=h._zod.def,u=ue(a.innerType,l,s),c=l.seen.get(h);l.target==="openapi-3.0"?(c.ref=a.innerType,i.nullable=!0):i.anyOf=[u,{type:"null"}]})(e,t,v,r),e.unwrap=()=>e._zod.def.innerType}));function qh(e){return new b0({type:"nullable",innerType:e})}const B0=Z("ZodDefault",((e,o)=>{Zu.init(e,o),me.init(e,o),e._zod.processJSONSchema=(t,v,r)=>((h,l,i,s)=>{const a=h._zod.def;ue(a.innerType,l,s),l.seen.get(h).ref=a.innerType,i.default=JSON.parse(JSON.stringify(a.defaultValue))})(e,t,v,r),e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap})),C0=Z("ZodPrefault",((e,o)=>{Iu.init(e,o),me.init(e,o),e._zod.processJSONSchema=(t,v,r)=>((h,l,i,s)=>{const a=h._zod.def;ue(a.innerType,l,s),l.seen.get(h).ref=a.innerType,l.io==="input"&&(i._prefault=JSON.parse(JSON.stringify(a.defaultValue)))})(e,t,v,r),e.unwrap=()=>e._zod.def.innerType})),M0=Z("ZodNonOptional",((e,o)=>{Su.init(e,o),me.init(e,o),e._zod.processJSONSchema=(t,v,r)=>((h,l,i,s)=>{const a=h._zod.def;ue(a.innerType,l,s),l.seen.get(h).ref=a.innerType})(e,t,0,r),e.unwrap=()=>e._zod.def.innerType})),_0=Z("ZodCatch",((e,o)=>{Eu.init(e,o),me.init(e,o),e._zod.processJSONSchema=(t,v,r)=>((h,l,i,s)=>{const a=h._zod.def;let u;ue(a.innerType,l,s),l.seen.get(h).ref=a.innerType;try{u=a.catchValue(void 0)}catch{throw new Error("Dynamic catch values are not supported in JSON Schema")}i.default=u})(e,t,v,r),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap})),k0=Z("ZodPipe",((e,o)=>{Au.init(e,o),me.init(e,o),e._zod.processJSONSchema=(t,v,r)=>((h,l,i,s)=>{const a=h._zod.def,u=l.io==="input"?a.in._zod.def.type==="transform"?a.out:a.in:a.out;ue(u,l,s),l.seen.get(h).ref=u})(e,t,0,r),e.in=o.in,e.out=o.out}));function el(e,o){return new k0({type:"pipe",in:e,out:o})}const Z0=Z("ZodReadonly",((e,o)=>{Nu.init(e,o),me.init(e,o),e._zod.processJSONSchema=(t,v,r)=>((h,l,i,s)=>{const a=h._zod.def;ue(a.innerType,l,s),l.seen.get(h).ref=a.innerType,i.readOnly=!0})(e,t,v,r),e.unwrap=()=>e._zod.def.innerType})),I0=Z("ZodCustom",((e,o)=>{Ou.init(e,o),me.init(e,o),e._zod.processJSONSchema=(t,v,r)=>((h,l)=>{if(l.unrepresentable==="throw")throw new Error("Custom types cannot be represented in JSON Schema")})(0,t)})),S0=["aria-describedby"],E0={class:"px-form-item__input-wrap"},A0=["id"],N0=n.defineComponent({name:"PxFormItem",__name:"FormItem",props:{prop:{},label:{},for:{},labelWidth:{},disabled:{type:Boolean},required:{type:Boolean,default:void 0},showMessage:{type:Boolean,default:!0},error:{},rules:{}},setup(e,{expose:o}){n.useCssVars((I=>({ac9c6e38:p.value})));const t=new Set(["__proto__","constructor","prototype"]),v=e,r=n.useSlots(),h=n.inject(Xn),l=se().value,i=n.ref("init"),s=n.ref(""),a=n.ref([]),u=I=>{return I&&v.prop&&!Ge(Ce(I,v.prop))?(k=v.prop,(ne(k)?k:k.split(".")).some((O=>t.has(O)))?(v.prop,null):Ce(I,v.prop)):null;var k},c=n.computed((()=>!(!v.label&&!r.label))),m=n.computed((()=>v.for||(a.value.length?a.value[0]:""))),d=n.computed((()=>`${v.label??""}${(h==null?void 0:h.labelSuffix)??""}`)),p=n.computed((()=>{const I=k=>Uv(k)?`${k}px`:(function(O,N,P){O=hv(O),N=nn(N);var $,W,j=O.length,T=P=P===void 0?j:(W=j,($=M2(P))==$&&(W!==void 0&&($=$<=W?$:W),$=$>=0?$:0),$);return(P-=N.length)>=0&&O.slice(P,T)==N})(k,"px")?k:`${k}px`;return v.labelWidth?I(v.labelWidth):h!=null&&h.labelWidth?I(h==null?void 0:h.labelWidth):"150px"})),w=n.computed((()=>(h==null?void 0:h.labelPosition)??"right")),f=n.computed((()=>w.value==="top")),V=n.computed((()=>f.value?{width:"100%",textAlign:"left",padding:"0 0 8px 0"}:{textAlign:w.value==="left"?"left":"right"})),z=n.computed((()=>(h==null?void 0:h.disabled)||v.disabled)),b=n.computed((()=>{const I=h==null?void 0:h.model;return u(I)})),g=n.computed((()=>v.prop?_e(v.prop)?v.prop:v.prop.join("."):"")),y=n.computed((()=>{const{required:I}=v,k=[];v.rules&&k.push(...v.rules);const O=h==null?void 0:h.rules;if(O&&v.prop){const N=u(O);N&&k.push(...N)}if(!Ge(I)){const N=Te($n(k,((P,$)=>[P,$])),(P=>p2($e(P[0]),"required")));if(We(N))for(const P of N){const[$,W]=P;$.required!==I&&(k[W]={...$,required:I})}else k.push({required:I})}return k})),x=n.computed((()=>Ge(v.required)?We(Te(y.value,(I=>I.required)))>0:v.required));let M=null,H=!1;const C=async(I,k)=>{if(H||!v.prop||z.value)return!1;if(!i.value)return k==null||k(!1),!1;const O=(function(N){const P=y.value;return P?Te(P,($=>!($!=null&&$.trigger)||!N||(ne($.trigger)?$.trigger.includes(N):$.trigger===N))):[]})(I);return We(O)?(i.value="validating",(async function(N){var $;const P=b.value;for(const W of N){let j=W.schema??null;if(!j&&W.required&&(j=Jh({message:W.message??"This field is required"}).min(1,W.message??"This field is required")),!j)continue;const T=j.safeParse(P);if(!T.success){const R=W.message??(($=T.error.issues[0])==null?void 0:$.message)??"Validation failed";i.value="error",s.value=R;const X={errors:[{field:g.value,message:R}],fields:{[g.value]:[{message:R}]}};return h==null||h.emits("validate",v,!1,R),Promise.reject(X)}}return i.value="success",h==null||h.emits("validate",v,!0,""),!0})(O).then((()=>(k==null||k(!0),!0))).catch((N=>{const{fields:P}=N;return k==null||k(!1,P),Promise.reject(P)}))):(k==null||k(!0),!0)},B=()=>{const I=h==null?void 0:h.model;I&&g.value&&!Ge(Ce(I,g.value))&&(H=!0,I[g.value]=Av(M)),n.nextTick((()=>_()))},_=()=>{i.value="init",s.value="",H=!1},E=n.reactive({...n.toRefs(v),disabled:z.value,validate:C,resetField:B,clearValidate:_,addInputId:I=>{p2(a.value,I)||a.value.push(I)},removeInputId:I=>{a.value=Te(a.value,(k=>k!==I))}});return n.onMounted((()=>{v.prop&&(h==null||h.addField(E),M=b.value)})),n.onUnmounted((()=>{v.prop&&(h==null||h.removeField(E))})),n.provide(Un,E),o({validateMessage:s,validateStatus:i,validate:C,resetField:B,clearValidate:_}),(I,k)=>{var O,N,P,$,W;return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["px-form-item",{"is-error":i.value==="error","is-success":i.value==="success","is-disabled":z.value,"is-required":x.value,"asterisk-left":((O=n.unref(h))==null?void 0:O.requiredAsteriskPosition)==="left","asterisk-right":((N=n.unref(h))==null?void 0:N.requiredAsteriskPosition)==="right"}]),style:n.normalizeStyle(f.value?{flexDirection:"column"}:{})},[c.value?(n.openBlock(),n.createBlock(n.resolveDynamicComponent(m.value?"label":"div"),{key:0,class:"px-form-item__label",style:n.normalizeStyle(V.value),id:n.unref(l),for:m.value},{default:n.withCtx((()=>[n.renderSlot(I.$slots,"label",{label:d.value},(()=>[n.createTextVNode(n.toDisplayString(d.value),1)]),!0)])),_:3},8,["style","id","for"])):n.createCommentVNode("",!0),n.createElementVNode("div",{class:"px-form-item__content",style:n.normalizeStyle(f.value?{width:"100%"}:{}),"aria-describedby":i.value==="error"?`form-item-error-${n.unref(l)}`:void 0},[n.createElementVNode("div",E0,[n.renderSlot(I.$slots,"default",{validate:C},void 0,!0),(P=n.unref(h))!=null&&P.statusIcon&&i.value==="success"?(n.openBlock(),n.createBlock(U,{key:0,icon:"check",class:"px-form-item__status-icon is-success",size:"sm"})):n.createCommentVNode("",!0),($=n.unref(h))!=null&&$.statusIcon&&i.value==="error"?(n.openBlock(),n.createBlock(U,{key:1,icon:"close",class:"px-form-item__status-icon is-error",size:"sm"})):n.createCommentVNode("",!0)]),i.value==="error"?(n.openBlock(),n.createElementBlock("div",{key:0,class:"px-form-item__error-msg",id:`form-item-error-${n.unref(l)}`},[(W=n.unref(h))!=null&&W.showMessage&&I.showMessage?n.renderSlot(I.$slots,"error",{key:0,error:s.value},(()=>[n.createTextVNode(n.toDisplayString(s.value),1)]),!0):n.createCommentVNode("",!0)],8,A0)):n.createCommentVNode("",!0)],12,S0)],6)}}}),O0=q(N0,[["__scopeId","data-v-0e2bbb22"]]),ol=D(mc),nl=D(O0),$0=new Set(["primary","success","warning","danger","info"]),P0={default:{"border-color":"color","hover-border-color":"dark","shadow-color":"dark"},ghost:{"border-color":"transparent","hover-border-color":"color","shadow-color":"transparent","hover-shadow-color":"dark"}},j0={class:"px-file-input__wrapper"},T0=["disabled","accept","multiple","form"],L0={class:"px-file-input__name"},tl=D(n.defineComponent({name:"PxFileInput",inheritAttrs:!1,__name:"FileInput",props:{modelValue:{},id:{},size:{},color:{},ghost:{type:Boolean},disabled:{type:Boolean},accept:{},multiple:{type:Boolean},placeholder:{default:"No file chosen"},clearable:{type:Boolean},form:{}},emits:["update:modelValue","change","clear"],setup(e,{expose:o,emit:t}){const v=e,r=t,h=n.shallowRef(),{formItem:l}=n2(),i=n.ref(null),s=n.computed((()=>$0.has(v.color??""))),a=n.computed((()=>!!v.color&&!s.value)),u=n.computed((()=>{if(!a.value)return{};const f=te(v.color),V=v.ghost?"ghost":"default";return re(f,"px-file-input",P0[V])})),c=n.computed((()=>{const f=i.value;return f&&f.length!==0?f.length===1?f[0].name:`${f.length} files selected`:v.placeholder})),m=n.computed((()=>v.clearable&&i.value&&i.value.length>0));function d(f){const V=f.target.files??null;i.value=V,r("update:modelValue",V),r("change",V),l==null||l.validate("change").catch((()=>{}))}function p(){var f;v.disabled||((f=h.value)==null||f.click())}function w(){i.value=null,h.value&&(h.value.value=""),r("update:modelValue",null),r("clear"),l==null||l.clearValidate()}return o({ref:h,open:function(){var f;(f=h.value)==null||f.click()},clear:w}),(f,V)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["px-file-input",{[`px-file-input--${f.size}`]:f.size,[`px-file-input--${f.color}`]:s.value,"is-ghost":f.ghost,"is-disabled":f.disabled}]),style:n.normalizeStyle(u.value)},[n.createElementVNode("div",j0,[n.createElementVNode("input",{ref_key:"inputRef",ref:h,type:"file",class:"px-file-input__native",disabled:f.disabled,accept:f.accept,multiple:f.multiple,form:f.form,onChange:d},null,40,T0),n.createElementVNode("div",{class:"px-file-input__trigger",onClick:p},[n.renderSlot(f.$slots,"trigger",{},(()=>[V[0]||(V[0]=n.createTextVNode("Browse"))]))]),n.createElementVNode("span",L0,n.toDisplayString(c.value),1),m.value?(n.openBlock(),n.createBlock(U,{key:0,icon:"close-box",class:"px-file-input__clear",onClick:n.withModifiers(w,["stop"])})):n.createCommentVNode("",!0)])],6))}})),vl=Symbol("filterContext"),D0={"active-color":"color","active-border-color":"dark"},R0=["type","aria-checked","id","name","disabled","checked"],F0={key:0,class:"px-filter-item__label"},rl=n.defineComponent({name:"PxFilterItem",inheritAttrs:!1,__name:"FilterItem",props:{value:{},label:{},disabled:{type:Boolean}},setup(e){const o=e,t=n.useSlots(),v=n.inject(vl,void 0),r=!!v,h=se().value,l=n.computed((()=>(v==null?void 0:v.multiple.value)??!1)),i=n.computed((()=>{if(!r)return!1;const f=v.modelValue.value;return l.value?Array.isArray(f)&&f.includes(o.value):f===o.value})),s=n.computed((()=>!!r&&!l.value&&v.hasSelection.value&&!i.value)),a=n.computed((()=>!!(v!=null&&v.disabled.value)||(o.disabled??!1))),u=n.computed((()=>v==null?void 0:v.size.value)),c=n.computed((()=>v==null?void 0:v.type.value)),m=n.computed((()=>v==null?void 0:v.color.value)),d=n.computed((()=>v==null?void 0:v.name.value)),p=n.computed((()=>{const f=m.value;return f?re(te(f),"px-filter-item",D0):{}}));function w(){!a.value&&r&&(l.value?v.changeEvent(o.value):v.changeEvent(i.value?void 0:o.value))}return(f,V)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["px-filter-item",{[`px-filter-item--${u.value}`]:u.value,[`px-filter-item--${c.value}`]:c.value,"is-active":i.value,"is-disabled":a.value,"is-hidden":s.value}]),style:n.normalizeStyle(p.value),onClick:w},[n.createElementVNode("input",{class:"px-filter-item__original",type:l.value?"checkbox":"radio","aria-checked":i.value,id:n.unref(h),name:d.value,disabled:a.value,checked:i.value},null,8,R0),f.label||n.unref(t).default?(n.openBlock(),n.createElementBlock("span",F0,[n.renderSlot(f.$slots,"default",{},(()=>[n.createTextVNode(n.toDisplayString(f.label),1)]))])):n.createCommentVNode("",!0)],6))}}),G0=["role"],hl=D(n.defineComponent({name:"PxFilter",__name:"Filter",props:{modelValue:{},options:{},name:{},disabled:{type:Boolean,default:!1},size:{},type:{},color:{},multiple:{type:Boolean,default:!1}},emits:["update:modelValue","change"],setup(e,{emit:o}){const t=e,v=o,r=n.computed((()=>t.multiple?Array.isArray(t.modelValue)&&t.modelValue.length>0:t.modelValue!==void 0)),h=i=>{if(t.multiple){const s=Array.isArray(t.modelValue)?[...t.modelValue]:[];if(i===void 0)return v("update:modelValue",[]),void v("change",[]);const a=s.indexOf(i);a>=0?s.splice(a,1):s.push(i),v("update:modelValue",s),v("change",s)}else v("update:modelValue",i),v("change",i)};function l(){h(void 0)}return n.provide(vl,{modelValue:n.computed((()=>t.modelValue)),disabled:n.computed((()=>t.disabled)),size:n.computed((()=>t.size)),type:n.computed((()=>t.type)),color:n.computed((()=>t.color)),name:n.computed((()=>t.name)),multiple:n.computed((()=>t.multiple)),hasSelection:r,changeEvent:h}),(i,s)=>{var a;return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["px-filter",{"is-collapsed":!i.multiple&&r.value}]),role:i.multiple?"group":"radiogroup"},[r.value?(n.openBlock(),n.createElementBlock("div",{key:0,class:"px-filter__reset",onClick:l},[n.createVNode(U,{icon:"close"})])):n.createCommentVNode("",!0),(a=i.options)!=null&&a.length?(n.openBlock(!0),n.createElementBlock(n.Fragment,{key:1},n.renderList(i.options,(u=>(n.openBlock(),n.createBlock(rl,{key:u.value,value:u.value,label:u.label,disabled:u.disabled},null,8,["value","label","disabled"])))),128)):n.renderSlot(i.$slots,"default",{key:2})],10,G0)}}})),ll=D(rl),il={"4g":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 7H3v6h5v4h2V7H8v4H5V7zm16 0h-9v10h9v-6h-4v2h2v2h-5V9h7V7z" fill="currentColor"/></svg>',"4k-box":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 4H1v16h22V4H3zm18 2v12H3V6h18zM7 8H5v5h4v3h2V8H9v3H7V8zm8 0h-2v8h2v-3h2v3h2v-3h-2v-2h2V8h-2v3h-2V8z" fill="currentColor"/></svg>',"4k":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 7h2v4h4V7h2v10H9v-4H3V7zm10 0h2v4h2v2h-2v4h-2V7zm6 8h-2v-2h2v2zm0 0h2v2h-2v-2zm0-6h-2v2h2V9zm0 0V7h2v2h-2z" fill="currentColor"/></svg>',"5g":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M10 7H3v6h5v2H3v2h7v-6H5V9h5V7zm11 0h-9v10h9v-6h-4v2h2v2h-5V9h7V7z" fill="currentColor"/></svg>',"ab-testing":'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h6v2H5v2h4v2H5v2h4v2H3V3zm6 8h2V9H9v2zm0-4h2V5H9v2zm4 4h8v10h-2v-4h-4v4h-2V11zm2 4h4v-2h-4v2zm0-12h6v6h-2V5h-4V3zM3 15h2v4h4v2H3v-6z" fill="currentColor"/></svg>',ac:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 2h-2v4H9V4H7v2h2v2h2v3H8V9H6V7H4v2h2v2H2v2h4v2H4v2h2v-2h2v-2h3v3H9v2H7v2h2v-2h2v4h2v-4h2v2h2v-2h-2v-2h-2v-3h3v2h2v2h2v-2h-2v-2h4v-2h-4V9h2V7h-2v2h-2v2h-3V8h2V6h2V4h-2v2h-2V2z" fill="currentColor"/></svg>',"add-box-multiple":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h14v14H3V3zm12 12V5H5v10h10zm-8 6v-2h12V7h2v14H7zm4-12h2v2h-2v2H9v-2H7V9h2V7h2v2z" fill="currentColor"/></svg>',"add-box":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h18v18H3V3zm16 16V5H5v14h14zm-6-8h4v2h-4v4h-2v-4H7v-2h4V7h2v4z" fill="currentColor"/></svg>',"add-col":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 2h10v20H2v-2h8v-4H2v-2h8v-4H2V8h8V4H2V2zm17 9h3v2h-3v3h-2v-3h-3v-2h3V8h2v3z" fill="currentColor"/></svg>',"add-grid":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h8v8H3V3zm6 6V5H5v4h4zm9 4h-2v3h-3v2h3v3h2v-3h3v-2h-3v-3zM15 3h6v8h-8V3h2zm4 6V5h-4v4h4zM5 13h6v8H3v-8h2zm4 6v-4H5v4h4z" fill="currentColor"/></svg>',"add-row":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 10V2H2v10h20V2h-2v8h-4V2h-2v8h-4V2H8v8H4zm9 9v3h-2v-3H8v-2h3v-3h2v3h3v2h-3z" fill="currentColor"/></svg>',alert:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 1h-2v2H9v2H7v2H5v2H3v2H1v2h2v2h2v2h2v2h2v2h2v2h2v-2h2v-2h2v-2h2v-2h2v-2h2v-2h-2V9h-2V7h-2V5h-2V3h-2V1zm0 2v2h2v2h2v2h2v2h2v2h-2v2h-2v2h-2v2h-2v2h-2v-2H9v-2H7v-2H5v-2H3v-2h2V9h2V7h2V5h2V3h2zm0 4h-2v6h2V7zm0 8h-2v2h2v-2z" fill="currentColor"/></svg>',"align-center":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 5H4v2h16V5zm-4 4H8v2h8V9zM4 13h16v2H4v-2zm12 4H8v2h8v-2z" fill="currentColor"/></svg>',"align-justify":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 5H4v2h16V5zm0 4H4v2h16V9zM4 13h16v2H4v-2zm16 4H4v2h16v-2z" fill="currentColor"/></svg>',"align-left":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 5H4v2h16V5zm-8 4H4v2h8V9zm8 4v2H4v-2h16zm-8 4H4v2h8v-2z" fill="currentColor"/></svg>',"align-right":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 5h16v2H4V5zm8 4h8v2h-8V9zm-8 4v2h16v-2H4zm8 4h8v2h-8v-2z" fill="currentColor"/></svg>',analytics:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h18v18H3V3zm16 2H5v14h14V5zM7 12h2v5H7v-5zm10-5h-2v10h2V7zm-6 3h2v2h-2v-2zm2 4h-2v3h2v-3z" fill="currentColor"/></svg>',anchor:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M14 3h-4v2H8v4h2v2h1v8H6v-4h2v-2H4v6h2v2h12v-2h2v-6h-4v2h2v4h-5v-8h1V9h2V5h-2V3zm0 2v4h-4V5h4z" fill="currentColor"/></svg>',android:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 5h2v2H2V5zm4 4H4V7h2v2zm2 0H6v2H4v2H2v6h20v-6h-2v-2h-2V9h2V7h2V5h-2v2h-2v2h-2V7H8v2zm0 0h8v2h2v2h2v4H4v-4h2v-2h2V9zm2 4H8v2h2v-2zm4 0h2v2h-2v-2z" fill="currentColor"/></svg>',animation:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 2H2v12h2V4h10V2H4zm2 4h12v2H8v10H6V6zm4 4h12v12H10V10zm10 10v-8h-8v8h8z" fill="currentColor"/></svg>',archive:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M22 4H2v6h2v10h16V10h2V4zM6 10h12v8H6v-8zm14-4v2H4V6h16zm-5 6H9v2h6v-2z" fill="currentColor"/></svg>',"arrow-bar-down":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 4h2v8h2v2h-2v2h-2v-2H9v-2h2V4zm-2 8H7v-2h2v2zm6 0v-2h2v2h-2zM4 18h16v2H4v-2z" fill="currentColor"/></svg>',"arrow-bar-left":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 4v16H4V4h2zm14 7v2h-8v2h-2v-2H8v-2h2V9h2v2h8zm-8-2V7h2v2h-2zm0 6h2v2h-2v-2z" fill="currentColor"/></svg>',"arrow-bar-right":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M18 4v16h2V4h-2zM4 11v2h8v2h-2v2h2v-2h2v-2h2v-2h-2V9h-2V7h-2v2h2v2H4z" fill="currentColor"/></svg>',"arrow-bar-up":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 6h16V4H4v2zm7 14h2v-8h2v2h2v-2h-2v-2h-2V8h-2v2H9v2H7v2h2v-2h2v8z" fill="currentColor"/></svg>',"arrow-down-box":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h18v18H3V3zm16 16V5H5v14h14zM11 7h2v6h2v2h-2v2h-2v-2H9v-2h2V7zm-2 4v2H7v-2h2zm8 0h-2v2h2v-2z" fill="currentColor"/></svg>',"arrow-down":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 4h2v12h2v2h-2v2h-2v-2H9v-2h2V4zM7 14v2h2v-2H7zm0 0v-2H5v2h2zm10 0v2h-2v-2h2zm0 0v-2h2v2h-2z" fill="currentColor"/></svg>',"arrow-left-box":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M21 3v18H3V3h18zM5 19h14V5H5v14zm12-8v2h-6v2H9v-2H7v-2h2V9h2v2h6zm-4-2h-2V7h2v2zm0 8v-2h-2v2h2z" fill="currentColor"/></svg>',"arrow-left":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 11v2H8v2H6v-2H4v-2h2V9h2v2h12zM10 7H8v2h2V7zm0 0h2V5h-2v2zm0 10H8v-2h2v2zm0 0h2v2h-2v-2z" fill="currentColor"/></svg>',"arrow-right-box":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 21V3h18v18H3zM19 5H5v14h14V5zM7 13v-2h6V9h2v2h2v2h-2v2h-2v-2H7zm4 2h2v2h-2v-2zm0-8v2h2V7h-2z" fill="currentColor"/></svg>',"arrow-right":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 11v2h12v2h2v-2h2v-2h-2V9h-2v2H4zm10-4h2v2h-2V7zm0 0h-2V5h2v2zm0 10h2v-2h-2v2zm0 0h-2v2h2v-2z" fill="currentColor"/></svg>',"arrow-up-box":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 21h18V3H3v18zM19 5v14H5V5h14zm-8 12h2v-6h2V9h-2V7h-2v2H9v2h2v6zm-2-4v-2H7v2h2zm8 0h-2v-2h2v2z" fill="currentColor"/></svg>',"arrow-up":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 20h2V8h2V6h-2V4h-2v2H9v2h2v12zM7 10V8h2v2H7zm0 0v2H5v-2h2zm10 0V8h-2v2h2zm0 0v2h2v-2h-2z" fill="currentColor"/></svg>',"arrows-horizontal":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M15 9V7h2v2h-2zm2 6v-2h-4v-2h4V9h2v2h2v2h-2v2h-2zm0 0v2h-2v-2h2zm-6-4v2H7v2H5v-2H3v-2h2V9h2v2h4zm-4 4h2v2H7v-2zm2-8v2H7V7h2z" fill="currentColor"/></svg>',"arrows-vertical":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 11h2V7h2v2h2V7h-2V5h-2V3h-2v2H9v2H7v2h2V7h2v4zm0 2h2v4h2v2h-2v2h-2v-2H9v-2h2v-4zm-2 4v-2H7v2h2zm6 0v-2h2v2h-2z" fill="currentColor"/></svg>',"art-text":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 7h10v10H2V7zm8 8V9H4v6h6zm12-8h-8v2h8V7zm-8 4h8v2h-8v-2zm8 4h-8v2h8v-2z" fill="currentColor"/></svg>',"article-multiple":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 1H1v18h18V1H3zm14 2v14H3V3h14zm4 18H5v2h18V5h-2v16zM15 5H5v2h10V5zM5 9h10v2H5V9zm7 4H5v2h7v-2z" fill="currentColor"/></svg>',article:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3H3v18h18V3H5zm14 2v14H5V5h14zm-2 2H7v2h10V7zM7 11h10v2H7v-2zm7 4H7v2h7v-2z" fill="currentColor"/></svg>',"aspect-ratio":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 4h20v16H2V4zm2 14h16V6H4v12zM8 8h2v2H8v2H6V8h2zm8 8h-2v-2h2v-2h2v4h-2z" fill="currentColor"/></svg>',at:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 4h16v12H8V8h8v6h2V6H6v12h14v2H4V4zm10 10v-4h-4v4h4z" fill="currentColor"/></svg>',attachment:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M7 5v14H5V3h14v18H9V7h6v10h-2V9h-2v10h6V5H7z" fill="currentColor"/></svg>',"audio-device":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 4h4v2H4v8h4v2H2V4h2zm6 0h10v2h-8v12h8v2H10V4zm12 0h-2v16h2V4zm-7 4h2v2h-2V8zm3 4h-4v4h4v-4zM8 18H4v2h4v-2z" fill="currentColor"/></svg>',avatar:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h18v18H3V3zm16 16V5H5v14h14zM14 7h-4v4h4V7zm1 6H9v2H7v2h2v-2h6v2h2v-2h-2v-2z" fill="currentColor"/></svg>',backburger:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 7h10v2H11V7zm-8 4h2V9h2v2h14v2H7v2H5v-2H3v-2zm4 4v2h2v-2H7zm0-6V7h2v2H7zm14 6H11v2h10v-2z" fill="currentColor"/></svg>',"battery-1":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 5H2v14h18v-4h2V9h-2V5H4zm14 2v10H4V7h14zM8 9H6v6h2V9z" fill="currentColor"/></svg>',"battery-2":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 5H2v14h18v-4h2V9h-2V5H4zm14 2v10H4V7h14zM6 9h2v6H6V9zm6 0h-2v6h2V9z" fill="currentColor"/></svg>',"battery-charging":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 5H2v14h6v-2H4V7h4V5H4zm10 0h6v4h2v6h-2v4h-6v-2h4V7h-4V5zm-4 2h2v4h4v2h-2v2h-2v2h-2v-4H6v-2h2V9h2V7z" fill="currentColor"/></svg>',"battery-full":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M18 5H2v14h18v-4h2V9h-2V5h-2zm0 2v10H4V7h14zM8 9H6v6h2V9zm2 0h2v6h-2V9zm6 0h-2v6h2V9z" fill="currentColor"/></svg>',battery:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 5H2v14h18v-4h2V9h-2V5H4zm14 2v10H4V7h14z" fill="currentColor"/></svg>',bed:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M0 4h2v12h10V8h10v2h-8v6h8v-6h2v10h-2v-2H2v2H0V4zm3 5h2v4H3V9zm6 4v2H5v-2h4zm0-4h2v4H9V9zm0 0H5V7h4v2z" fill="currentColor"/></svg>',bitcoin:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 3h2v2h2v2H9v4h8v2H9v4h8v2h-2v2h-2v-2h-2v2H9v-2H5v-2h2v-4H5v-2h2V7H5V5h4V3h2v2h2V3zm4 14v-4h2v4h-2zm0-6V7h2v4h-2z" fill="currentColor"/></svg>',bluetooth:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M15 3h-2v2h2v2h2v2h-2v2h2V9h2V7h-2V5h-2V3zm-2 0h-2v6H9V7H7V5H5v2h2v2h2v2h2v2H9v2H7v2H5v2h2v-2h2v-2h2v6h2V3zm2 8h-2v2h2v2h2v2h-2v2h-2v2h2v-2h2v-2h2v-2h-2v-2h-2v-2z" fill="currentColor"/></svg>',"book-open":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h8v2H3v12h8V5h2v12h8V5h-8V3h10v16H13v2h-2v-2H1V3h2zm16 7h-4v2h4v-2zm-4-3h4v2h-4V7zm2 6h-2v2h2v-2z" fill="currentColor"/></svg>',book:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 2h12v20H4V2h4zm4 8h-2v2H8V4H6v16h12V4h-4v8h-2v-2z" fill="currentColor"/></svg>',bookmark:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M18 2H6v2h12v16h-2v-2h-2v-2h-4v2H8v2H6V2H4v20h4v-2h2v-2h4v2h2v2h4V2h-2z" fill="currentColor"/></svg>',bookmarks:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M21 18V2H7v2h12v14h2zM5 6H3v16h4v-2h2v-2h2v2h2v2h4V6H5zm8 14v-2h-2v-2H9v2H7v2H5V8h10v12h-2z" fill="currentColor"/></svg>',"briefcase-account":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 3H8v4H2v14h20V7h-6V3zm-2 4h-4V5h4v2zM4 19V9h16v10H4zm6-8h4v3h-4v-3zm-2 4h8v2H8v-2z" fill="currentColor"/></svg>',"briefcase-check":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 3H8v4H2v14h20V7h-6V3zm-2 4h-4V5h4v2zM4 19V9h16v10H4zm10-8h2v2h-2v-2zm-2 4v-2h2v2h-2zm-2 0h2v2h-2v-2zm0 0H8v-2h2v2z" fill="currentColor"/></svg>',"briefcase-delete":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 3H8v4H2v14h12v-2H4V9h16v4h2V7h-6V3zm-2 4h-4V5h4v2zm4 8h-2v2h2v2h-2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v2h-2v-2z" fill="currentColor"/></svg>',"briefcase-download":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 3h8v4h6v14h-5v-2h3V9H4v10h3v2H2V7h6V3zm6 2h-4v2h4V5zm-3 6h2v6h2v2h-2v2h-2v-2H9v-2h2v-6zm-2 6H7v-2h2v2zm6 0v-2h2v2h-2z" fill="currentColor"/></svg>',"briefcase-minus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 3h8v4h6v6h-2V9H4v10h10v2H2V7h6V3zm6 2h-4v2h4V5zm2 12h6v2h-6v-2z" fill="currentColor"/></svg>',"briefcase-plus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 3h8v4h6v4h-2V9H4v10h8v2H2V7h6V3zm2 4h4V5h-4v2zm7 14h2v-3h3v-2h-3v-3h-2v3h-3v2h3v3z" fill="currentColor"/></svg>',"briefcase-search-1":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 3H8v4H2v14h7v-2H4V9h18V7h-6V3zm-2 4h-4V5h4v2zm0 4h8v2h-8v-2zm0 10h-2v-8h2v8zm8 0v2h-8v-2h8zm0 0h2v-8h-2v8zm-6-6h2v2h2v2h-4v-4z" fill="currentColor"/></svg>',"briefcase-search":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 3H8v4H2v14h10v-2H4V9h16v2h2V7h-6V3zm-2 4h-4V5h4v2zm6 6h-6v6h6v2h2v-2h-2v-6zm-4 4v-2h2v2h-2z" fill="currentColor"/></svg>',"briefcase-upload":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 3h8v4h6v14h-5v-2h3V9H4v10h3v2H2V7h6V3zm6 2h-4v2h4V5zm-3 16h2v-6h2v2h2v-2h-2v-2h-2v-2h-2v2H9v2H7v2h2v-2h2v6z" fill="currentColor"/></svg>',briefcase:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 3h8v4h6v14H2V7h6V3zm2 4h4V5h-4v2zM4 9v10h16V9H4z" fill="currentColor"/></svg>',bug:'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 2h2v4h4V2h2v4h2v3h2v2h-2v2h4v2h-4v2h2v2h-2v3H6v-3H4v-2h2v-2H2v-2h4v-2H4V9h2V6h2V2Zm8 6H8v3h8V8Zm-5 5H8v7h3v-7Zm2 7h3v-7h-3v7ZM4 9H2V7h2v2Zm0 10v2H2v-2h2Zm16 0h2v2h-2v-2Zm0-10V7h2v2h-2Z"/></svg>',"building-community":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 2h2v20H2v-8h2v6h4v-4h2v4h4v-6h2v6h4V4H10v2H8V2h12zm-8 10h2v2h-2v-2zm-2-2h2v2h-2v-2zm-2 0V8h2v2H8zm-2 2v-2h2v2H6zm0 0H4v2h2v-2zm10-6h2v2h-2V6zm-2 0h-2v2h2V6zm2 4h2v2h-2v-2z" fill="currentColor"/></svg>',"building-skyscraper":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M10 2h4v5h2v2h-2v11h4v-9h2v9h2v2H2v-2h2V8h2v12h6V4h-2V2zM8 6V4h2v2H8zm0 0H6v2h2V6zm10 5h-2V9h2v2zm-8-1H8v2h2v-2zm-2 4h2v2H8v-2z" fill="currentColor"/></svg>',building:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 2h18v20H3V2zm12 16v2h4V4H5v16h4v-2h6zM7 6h2v2H7V6zm6 0h-2v2h2V6zm2 0h2v2h-2V6zm-6 4H7v2h2v-2zm2 0h2v2h-2v-2zm6 0h-2v2h2v-2zM7 14h2v2H7v-2zm6 0h-2v2h2v-2zm4 0h-2v2h2v-2z" fill="currentColor"/></svg>',buildings:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 2h14v4h6v16H2V2zm18 6h-4v2h2v2h-2v2h2v2h-2v2h2v2h2V8zm-6-4H4v16h2v-2h6v2h2V4zM6 6h2v2H6V6zm6 0h-2v2h2V6zm-6 4h2v2H6v-2zm6 0h-2v2h2v-2zm-6 4h2v2H6v-2zm6 0h-2v2h2v-2z" fill="currentColor"/></svg>',bulletlist:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 11V5h6v6H2zm4-2V7H4v2h2zm16-4H10v2h12V5zm0 4H10v2h12V9zm-12 4h12v2H10v-2zm12 4H10v2h12v-2zM2 13v6h6v-6H2zm4 2v2H4v-2h2z" fill="currentColor"/></svg>',"bullseye-arrow":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 2h10v2H6V2zM4 6V4h2v2H4zm0 12H2V6h2v12zm2 2H4v-2h2v2zm12 0H6v2h12v-2zm2-2v2h-2v-2h2zm0 0h2V8h-2v10zM12 6H8v2H6v8h2v2h8v-2h2v-4h-2v4H8V8h4V6zm2 8v-4h2V8h2V6h4V4h-2V2h-2v4h-2v2h-2v2h-4v4h4z" fill="currentColor"/></svg>',bullseye:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M18 2H6v2H4v2H2v12h2v2h2v2h12v-2h2v-2h2V6h-2V4h-2V2zm0 2v2h2v12h-2v2H6v-2H4V6h2V4h12zm-8 6h4v4h-4v-4zM8 6h8v2H8V6zm0 10H6V8h2v8zm8 0v2H8v-2h8zm0 0h2V8h-2v8z" fill="currentColor"/></svg>',bus:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 2h14v2H5V2zm0 2v6h14V4h2v16h-2v2h-4v-2H9v2H5v-2H3V4h2zm0 14h14v-6H5v6zm2-4h2v2H7v-2zm10 0h-2v2h2v-2z" fill="currentColor"/></svg>',cake:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 2h2v2H6V2zm2 3H6v3H2v9h6v-2h2v2h4v-2h2v2h6V8h-4V5h-2v3h-3V5h-2v3H8V5zm12 10h-4v-3h-2v3h-4v-3H8v3H4v-5h16v5zM2 20h20v2H2v-2zM13 2h-2v2h2V2zm3 0h2v2h-2V2zM2 17h2v3H2zm18 0h2v3h-2z" fill="currentColor"/></svg>',calculator:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 2H3v20h18V2H5zm14 18H5V4h14v16zM17 6H7v4h10V6zM7 12h2v2H7v-2zm6 0h-2v2h2v-2zm2 0h2v2h-2v-2zm-6 4H7v2h2v-2zm2 0h2v2h-2v-2zm6 0h-2v2h2v-2z" fill="currentColor"/></svg>',"calendar-alert":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M7 5V4H5v2H3v14h14V6h-2V4h-2v2H7V5zm-2 5V8h10v2H5zm0 2h10v6H5v-6zm16-3V8h-2v6h2V9zm0 6h-2v2h2v-2z" fill="currentColor"/></svg>',"calendar-arrow-left":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 2h-2v2H9V2H7v2H3v8h2v-2h14v10h-8v2h10V4h-4V2zm2 6H5V6h14v2zm-6 8H7v-2h2v-2H7v2H5v2H3v2h2v2h2v2h2v-2H7v-2h6v-2z" fill="currentColor"/></svg>',"calendar-arrow-right":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 2h-2v2H9V2H7v2H3v18h10v-2H5V10h14v2h2V4h-4V2zM7 6h12v2H5V6h2zm14 10h-2v-2h-2v-2h-2v2h2v2h-6v2h6v2h-2v2h2v-2h2v-2h2v-2z" fill="currentColor"/></svg>',"calendar-check":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M15 2h2v2h4v18H3V4h4V2h2v2h6V2zm4 6V6H5v2h14zm0 2H5v10h14V10zm-3 2v2h-2v-2h2zm-4 4v-2h2v2h-2zm-2 0h2v2h-2v-2zm0 0H8v-2h2v2z" fill="currentColor"/></svg>',"calendar-export":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 2h-2v2H9V2H7v2H3v18h4v-2H5V10h14v10h-2v2h4V4h-4V2zM7 6h12v2H5V6h2zm6 6h-2v6H9v-2H7v2h2v2h2v2h2v-2h2v-2h2v-2h-2v2h-2v-6z" fill="currentColor"/></svg>',"calendar-grid":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h18v18H3V3zm2 2v2h14V5H5zm14 4h-6v2h6V9zm0 4h-6v2h6v-2zm0 4h-6v2h6v-2zm-8 2v-2H5v2h6zm-6-4h6v-2H5v2zm0-4h6V9H5v2z" fill="currentColor"/></svg>',"calendar-import":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 2h-2v2H9V2H7v2H3v18h4v-2H5V10h14v10h-2v2h4V4h-4V2zM7 6h12v2H5V6h2zm6 16h-2v-6H9v-2h2v-2h2v2h2v2h-2v6zm2-6v2h2v-2h-2zm-6 0v2H7v-2h2z" fill="currentColor"/></svg>',"calendar-minus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 2h-2v2H9V2H7v2H3v18h18V4h-4V2zM7 6h12v2H5V6h2zM5 20V10h14v10H5zm10-6H9v2h6v-2z" fill="currentColor"/></svg>',"calendar-month":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M15 2h2v2h4v18H3V4h4V2h2v2h6V2zM9 6H5v2h14V6H9zm-4 4v10h14V10H5zm2 2h2v2H7v-2zm6 0h-2v2h2v-2zm2 0h2v2h-2v-2zm-6 4H7v2h2v-2zm2 0h2v2h-2v-2zm6 0h-2v2h2v-2z" fill="currentColor"/></svg>',"calendar-multiple-check":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 2h2v2h4v10h-2v-4H7v6h6v2H5V4h4V2h2v2h6V2zm-6 4H7v2h14V6H11zm2 14v2H1V8h2v12h10zm2-2h2v2h-2v-2zm4 2v2h-2v-2h2zm2-2h-2v2h2v-2zm0 0v-2h2v2h-2z" fill="currentColor"/></svg>',"calendar-multiple":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 2h2v2h4v14H5V4h4V2h2v2h6V2zm-6 4H7v2h14V6H11zm-4 4v6h14v-6H7zM3 20h16v2H1V8h2v12z" fill="currentColor"/></svg>',"calendar-plus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M15 2h2v2h4v18H3V4h4V2h2v2h6V2zM9 6H5v2h14V6H9zm-4 4v10h14V10H5zm6 2h2v2h2v2h-2v2h-2v-2H9v-2h2v-2z" fill="currentColor"/></svg>',"calendar-range":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 2h-2v2H9V2H7v2H3v18h18V4h-4V2zM7 6h12v2H5V6h2zM5 20V10h14v10H5zm4-8H7v2h2v-2zm2 0h2v2h-2v-2zm6 0h-2v2h2v-2z" fill="currentColor"/></svg>',"calendar-remove":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 2h-2v2H9V2H7v2H3v18h18V4h-4V2zM7 6h12v2H5V6h2zM5 20V10h14v10H5zm6-4H9v2h2v-2zm0-2v-2H9v2h2zm2 0h-2v2h2v2h2v-2h-2v-2zm0 0v-2h2v2h-2z" fill="currentColor"/></svg>',"calendar-search":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M15 2h2v2h4v8h-2v-2H5v10h6v2H3V4h4V2h2v2h6V2zM9 6H5v2h14V6H9zm8 6v2h-4v-2h4zm-4 6h-2v-4h2v4zm4 0h-4v2h6v2h2v-2h-2v-6h-2v4z" fill="currentColor"/></svg>',"calendar-sort-ascending":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M10 5H8v2H4V5H2v2H0v12h12V7h-2V5zM2 9h8v2H2V9zm0 8v-4h8v4H2zM20 7h-2v8h-2v-2h-2v2h2v2h2v2h2v-2h2v-2h2v-2h-2v2h-2V7z" fill="currentColor"/></svg>',"calendar-sort-descending":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M10 5H8v2H4V5H2v2H0v12h12V7h-2V5zM2 9h8v2H2V9zm0 8v-4h8v4H2zm18 2h-2v-8h-2V9h2V7h2v2h2v2h-2v8zm2-8v2h2v-2h-2zm-6 0v2h-2v-2h2z" fill="currentColor"/></svg>',"calendar-text":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M15 2h2v2h4v18H3V4h4V2h2v2h6V2zM9 6H5v2h14V6H9zm-4 4v10h14V10H5zm2 2h8v2H7v-2zm4 6v-2H7v2h4z" fill="currentColor"/></svg>',"calendar-today":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 2h-2v2H9V2H7v2H3v18h18V4h-4V2zM7 6h12v2H5V6h2zM5 20V10h14v10H5zm6-4v-4H7v4h4z" fill="currentColor"/></svg>',"calendar-tomorrow":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 2h-2v2H9V2H7v2H3v18h18V4h-4V2zM7 6h12v2H5V6h2zM5 20V10h14v10H5zm12-2v-4h-4v4h4z" fill="currentColor"/></svg>',"calendar-week-begin":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 2h-2v2H9V2H7v2H3v18h18V4h-4V2zM7 6h12v2H5V6h2zM5 20V10h14v10H5zm4-8H7v6h2v-6z" fill="currentColor"/></svg>',"calendar-week":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 2h-2v2H9V2H7v2H3v18h18V4h-4V2zM7 6h12v2H5V6h2zM5 20V10h14v10H5zm12-8H7v2h10v-2z" fill="currentColor"/></svg>',"calendar-weekend":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 2h-2v2H9V2H7v2H3v18h18V4h-4V2zM7 6h12v2H5V6h2zM5 20V10h14v10H5zm12-8h-2v6h2v-6z" fill="currentColor"/></svg>',calendar:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M15 2h2v2h4v18H3V4h4V2h2v2h6V2zM5 8h14V6H5v2zm0 2v10h14V10H5z" fill="currentColor"/></svg>',"camera-add":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 2H3v3H0v2h3v3h2V7h3V5H5V2zm12 1h-7v2h5v2h5v12H5v-7H3v9h19V5h-5V3zm-7 6h4v2h2v4h-2v2h-4v-2h4v-4h-4V9zm-2 2h2v4H8v-4z" fill="currentColor"/></svg>',"camera-alt":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 4H2v16h20V4H4zm16 2v12H4V6h16zM8 8H6v2h2V8zm4 0h4v2h-4V8zm-2 2h2v4h-2v-4zm6 4h2v-4h-2v4zm0 0h-4v2h4v-2z" fill="currentColor"/></svg>',"camera-face":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M7 3h10v2h5v16H2V7h2v12h16V7h-5V5H9v2H2V5h5V3zm7 12h-4v2h4v-2zm-4-2v2H8v-2h2zm0-2V9H8v2h2zm6 2v2h-2v-2h2zm0-2V9h-2v2h2z" fill="currentColor"/></svg>',camera:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M9 3H7v2H2v16h20V5h-5V3H9zm8 4h3v12H4V7h5V5h6v2h2zm-7 2h4v2h-4V9zm4 6h-4v2h4v-2h2v-4h-2v4zm-6-4h2v4H8v-4z" fill="currentColor"/></svg>',car:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 4H7v2H5v2H3v12h4v-2h10v2h4V8h-2V6h-2V4zm0 2v2h2v2H5V8h2V6h10zm2 10H5v-4h14v4zm-2-3h-2v2h2v-2zM7 13h2v2H7v-2z" fill="currentColor"/></svg>',"card-id":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 4h20v16H2V4zm2 2v4h16V6H4zm16 6H10v2h10v-2zm0 4h-4v2h4v-2zm-6 2v-2H4v2h10zM4 14h4v-2H4v2z" fill="currentColor"/></svg>',"card-plus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M22 4H2v16h10v-2H4V6h16v4h2V4zm-3 13h3v-2h-3v-3h-2v3h-3v2h3v3h2v-3z" fill="currentColor"/></svg>',"card-stack":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 4h18v12H2V4h2zm16 10V6H4v8h16zm2 4H2v2h20v-2z" fill="currentColor"/></svg>',"card-text":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 4H2v16h20V4H4zm0 2h16v12H4V6zm2 2h12v2H6V8zm0 4h10v2H6v-2z" fill="currentColor"/></svg>',card:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 4h20v16H2V4zm18 14V6H4v12h16z" fill="currentColor"/></svg>',cart:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 2h4v4h16v11H4V4H2V2zm4 13h14V8H6v7zm0 4h3v3H6v-3zm14 0h-3v3h3v-3z" fill="currentColor"/></svg>',cast:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 3h18v18h-8v-2h6V5H4v4H2V3h2zm0 16H2v2h2v-2zm-2-4h4v2H2v-2zm8-4H2v2h8v8h2V11h-2zm-4 4h2v6H6v-6z" fill="currentColor"/></svg>',"cellular-signal-0":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M22 4v16h-6V4h6Zm-2 2h-2v12h2V6Zm-5 4v10H9V10h6Zm-2 8v-6h-2v6h2Zm-5-4v6H2v-6h6Zm-2 4v-2H4v2h2Z"/></svg>',"cellular-signal-1":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M16 4v16h6V4h-6Zm2 2h2v12h-2V6Zm-9 4v10h6V10H9Zm2 8v-6h2v6h-2Zm-3-4H2v6h6v-6Z"/></svg>',"cellular-signal-2":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M16 4v16h6V4h-6Zm4 2v12h-2V6h2ZM2 14h6v6H2v-6Zm13-4H9v10h6V10Z"/></svg>',"cellular-signal-3":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M16 4h6v16h-6V4ZM2 14h6v6H2v-6Zm13-4H9v10h6V10Z"/></svg>',"cellular-signal-off":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M4 2H2v2h2v2H2v2h2V6h2v2h2V6H6V4h2V2H6v2H4V2Zm12 2v16h6V4h-6Zm2 2h2v12h-2V6Zm-9 4v10h6V10H9Zm2 8v-6h2v6h-2Zm-3-4v6H2v-6h6Zm-2 4v-2H4v2h2Z"/></svg>',"chart-add":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h10v2H5v14h14v-8h2v10H3V3zm6 8H7v6h2v-6zm2-4h2v10h-2V7zm6 6h-2v4h2v-4zm0-10h2v2h2v2h-2v2h-2V7h-2V5h2V3z" fill="currentColor"/></svg>',"chart-bar":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 5h2v14h-2V5zm-2 4H9v10h2V9zm-4 4H5v6h2v-6zm12 0h-2v6h2v-6z" fill="currentColor"/></svg>',"chart-delete":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 3H3v18h18V11h-2v8H5V5h8V3zm-6 8h2v6H7v-6zm6-4h-2v10h2V7zm2 6h2v4h-2v-4zm2-6h-2v2h2V7zm0-2V3h-2v2h2zm2 0h-2v2h2v2h2V7h-2V5zm0 0V3h2v2h-2z" fill="currentColor"/></svg>',"chart-minus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 3H3v18h18V11h-2v8H5V5h8V3zm-6 8h2v6H7v-6zm6-4h-2v10h2V7zm2 6h2v4h-2v-4zm6-8h-6v2h6V5z" fill="currentColor"/></svg>',"chart-multiple":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 2H1v16h18V2H3zm0 2h14v12H3V4zm18 2v14H5v2h18V6h-2zM7 8H5v6h2V8zm2-2h2v8H9V6zm6 4h-2v4h2v-4z" fill="currentColor"/></svg>',chart:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3H3v18h18V3H5zm14 2v14H5V5h14zM9 11H7v6h2v-6zm2-4h2v10h-2V7zm6 6h-2v4h2v-4z" fill="currentColor"/></svg>',chat:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 2H2v20h2V4h16v12H6v2H4v2h2v-2h16V2h-2z" fill="currentColor"/></svg>',"check-double":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M15 6h2v2h-2V6zm-2 4V8h2v2h-2zm-2 2v-2h2v2h-2zm-2 2v-2h2v2H9zm-2 2v-2h2v2H7zm-2 0h2v2H5v-2zm-2-2h2v2H3v-2zm0 0H1v-2h2v2zm8 2h2v2h-2v-2zm4-2v2h-2v-2h2zm2-2v2h-2v-2h2zm2-2v2h-2v-2h2zm2-2h-2v2h2V8zm0 0h2V6h-2v2z" fill="currentColor"/></svg>',check:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M18 6h2v2h-2V6zm-2 4V8h2v2h-2zm-2 2v-2h2v2h-2zm-2 2h2v-2h-2v2zm-2 2h2v-2h-2v2zm-2 0v2h2v-2H8zm-2-2h2v2H6v-2zm0 0H4v-2h2v2z" fill="currentColor"/></svg>',"checkbox-on":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h18v18H3V3zm16 16V5H5v14h14z" fill="currentColor"/></svg>',checkbox:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3H3v18h18V3H5zm0 2h14v14H5V5zm4 7H7v2h2v2h2v-2h2v-2h2v-2h2V8h-2v2h-2v2h-2v2H9v-2z" fill="currentColor"/></svg>',checklist:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M19 4h2v2h-2V4zm-2 4V6h2v2h-2zm-2 0h2v2h-2V8zm0 0h-2V6h2v2zM3 6h8v2H3V6zm8 10H3v2h8v-2zm7 2v-2h2v-2h-2v2h-2v-2h-2v2h2v2h-2v2h2v-2h2zm0 0v2h2v-2h-2z" fill="currentColor"/></svg>',chess:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 2h20v20H2V2zm2 2v4h4v4H4v4h4v4h4v-4h4v4h4v-4h-4v-4h4V8h-4V4h-4v4H8V4H4zm8 8H8v4h4v-4zm0-4v4h4V8h-4z" fill="currentColor"/></svg>',"chevron-down":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M7 8H5v2h2v2h2v2h2v2h2v-2h2v-2h2v-2h2V8h-2v2h-2v2h-2v2h-2v-2H9v-2H7V8z" fill="currentColor"/></svg>',"chevron-left":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 5v2h-2V5h2zm-4 4V7h2v2h-2zm-2 2V9h2v2h-2zm0 2H8v-2h2v2zm2 2v-2h-2v2h2zm0 0h2v2h-2v-2zm4 4v-2h-2v2h2z" fill="currentColor"/></svg>',"chevron-right":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 5v2h2V5H8zm4 4V7h-2v2h2zm2 2V9h-2v2h2zm0 2h2v-2h-2v2zm-2 2v-2h2v2h-2zm0 0h-2v2h2v-2zm-4 4v-2h2v2H8z" fill="currentColor"/></svg>',"chevron-up":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M7 16H5v-2h2v-2h2v-2h2V8h2v2h2v2h2v2h2v2h-2v-2h-2v-2h-2v-2h-2v2H9v2H7v2z" fill="currentColor"/></svg>',"chevrons-horizontal":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 9V7h2v2H8zm-2 2V9h2v2H6zm0 2H4v-2h2v2zm2 2v-2H6v2h2zm0 0h2v2H8v-2zm8-6V7h-2v2h2zm2 2V9h-2v2h2zm0 2v-2h2v2h-2zm-2 2v-2h2v2h-2zm0 0v2h-2v-2h2z" fill="currentColor"/></svg>',"chevrons-vertical":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 4h2v2h-2V4zM9 8V6h2v2H9zm0 0v2H7V8h2zm6 0h-2V6h2v2zm0 0h2v2h-2V8zm-6 8H7v-2h2v2zm2 2H9v-2h2v2zm2 0v2h-2v-2h2zm2-2h-2v2h2v-2zm0 0v-2h2v2h-2z" fill="currentColor"/></svg>',circle:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 3H7v2H5v2H3v10h2v2h2v2h10v-2h2v-2h2V7h-2V5h-2V3zm0 2v2h2v10h-2v2H7v-2H5V7h2V5h10z" fill="currentColor"/></svg>',clipboard:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M10 2h6v2h4v18H4V4h4V2h2zm6 4v2H8V6H6v14h12V6h-2zm-2 0V4h-4v2h4z" fill="currentColor"/></svg>',clock:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M19 3H5v2H3v14h2v2h14v-2h2V5h-2V3zm0 2v14H5V5h14zm-8 2h2v6h4v2h-6V7z" fill="currentColor"/></svg>',"close-box":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3H3v18h18V3H5zm14 2v14H5V5h14zm-8 4H9V7H7v2h2v2h2v2H9v2H7v2h2v-2h2v-2h2v2h2v2h2v-2h-2v-2h-2v-2h2V9h2V7h-2v2h-2v2h-2V9z" fill="currentColor"/></svg>',close:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 5h2v2H5V5zm4 4H7V7h2v2zm2 2H9V9h2v2zm2 0h-2v2H9v2H7v2H5v2h2v-2h2v-2h2v-2h2v2h2v2h2v2h2v-2h-2v-2h-2v-2h-2v-2zm2-2v2h-2V9h2zm2-2v2h-2V7h2zm0 0V5h2v2h-2z" fill="currentColor"/></svg>',"cloud-done":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 4h-6v2H8v2H4v2H2v2H0v6h2v2h20v-2h2v-6h-2v-2h-2V8h-2V6h-2V4zm0 2v2h2v4h4v6H2v-6h2v-2h4V8h2V6h6zm-6 6H8v2h2v2h2v-2h2v-2h2v-2h-2v2h-2v2h-2v-2z" fill="currentColor"/></svg>',"cloud-download":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M10 4h6v2h-6V4zM8 8V6h2v2H8zm-4 2V8h4v2H4zm-2 2v-2h2v2H2zm0 6H0v-6h2v6zm0 0h5v2H2v-2zM18 8h-2V6h2v2zm4 4h-4V8h2v2h2v2zm0 6v-6h2v6h-2zm0 0v2h-5v-2h5zm-11 2h2v-2h2v-2h2v-2h-4V9h-2v5H7v2h2v2h2v2z" fill="currentColor"/></svg>',"cloud-moon":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M18 2h-8v2H8v2H6v4h2V6h2V4h4v2h-2v4h2v2h4v-2h2v4h-2v2h2v-2h2V6h-2v2h-2v2h-4V6h2V4h2V2ZM8 14v-2h4v2H8Zm0 2v-2H4v2H2v4h2v2h10v-2h2v-4h-2v-2h-2v2h2v4H4v-4h4Zm0 0h2v2H8v-2Z"/></svg>',"cloud-sun":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M11 0h2v4h-2V0Zm1 12H8v2H4v2H2v4h2v2h10v-2h2v-4h-2v-2h-2v-2Zm0 2v2h2v4H4v-4h4v2h2v-2H8v-2h4ZM8 6h6v2H8V6Zm0 2v2H6V8h2Zm8 2h-2V8h2v2Zm0 0h2v2h-2v-2Zm4-8h2v2h-2V2Zm0 2v2h-2V4h2ZM2 2h2v2H2V2Zm2 2h2v2H4V4Zm20 7h-4v2h4v-2Z"/></svg>',"cloud-upload":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M10 4h6v2h-6V4zM8 8V6h2v2H8zm-4 2V8h4v2H4zm-2 2v-2h2v2H2zm0 6H0v-6h2v6zm0 0h7v2H2v-2zM18 8h-2V6h2v2zm4 4h-4V8h2v2h2v2zm0 6v-6h2v6h-2zm0 0v2h-7v-2h7zM11 9h2v2h2v2h2v2h-4v5h-2v-5H7v-2h2v-2h2V9z" fill="currentColor"/></svg>',cloud:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 4h-6v2H8v2H4v2H2v2H0v6h2v2h20v-2h2v-6h-2v-2h-2V8h-2V6h-2V4zm2 8h4v6H2v-6h2v-2h4v2h2v-2H8V8h2V6h6v2h2v4zm0 0v2h-2v-2h2z" fill="currentColor"/></svg>',cocktail:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M19 3H3v4h2v2h2v2h2v2h2v6H7v2h10v-2h-4v-6h2v-2h2V9h2V7h2V3h-2zm0 4H5V5h14v2z" fill="currentColor"/></svg>',code:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 5h2v2H8V5zM6 7h2v2H6V7zM4 9h2v2H4V9zm-2 2h2v2H2v-2zm2 2h2v2H4v-2zm2 2h2v2H6v-2zm2 2h2v2H8v-2zm8-12h-2v2h2V5zm2 2h-2v2h2V7zm2 2h-2v2h2V9zm2 2h-2v2h2v-2zm-2 2h-2v2h2v-2zm-2 2h-2v2h2v-2zm-2 2h-2v2h2v-2z" fill="currentColor"/></svg>',"coffee-alt":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M7 3H5v4h2V3zm4 0H9v4h2V3zm2 0h2v4h-2V3zm8 6H3v12h14v-5h4V9zm-2 5h-2v-3h2v3zM5 11h10v8H5v-8z" fill="currentColor"/></svg>',coffee:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 4h18v7h-4v5H4V4zm14 5h2V6h-2v3zm-2-3H6v8h10V6zm3 14H3v-2h16v2z" fill="currentColor"/></svg>',coin:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 2h12v2H6V2zM4 6V4h2v2H4zm0 12V6H2v12h2zm2 2v-2H4v2h2zm12 0v2H6v-2h12zm2-2v2h-2v-2h2zm0-12h2v12h-2V6zm0 0V4h-2v2h2zm-9-1h2v2h3v2h-6v2h6v6h-3v2h-2v-2H8v-2h6v-2H8V7h3V5z" fill="currentColor"/></svg>',collapse:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 3h-2v2h-2v2h-2V5H9V3H7v2h2v2h2v2h2V7h2V5h2V3zM4 13h16v-2H4v2zm9 4h-2v-2h2v2zm2 2h-2v-2h2v2zm0 0h2v2h-2v-2zm-6 0h2v-2H9v2zm0 0H7v2h2v-2z" fill="currentColor"/></svg>',"colors-swatch":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M14 2h8v20H12V2h2zm6 2h-6v16h6V4zM10 20H4v-6h6v-2H6v-2H4V8h2V6h2V4h2V2H8v2H6v2H4v2H2v2h2v2H2v10h8v-2zm8-4h-2v2h2v-2z" fill="currentColor"/></svg>',command:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 2H2v8h2V2zm16 0h2v8h-2V2zm-6 6h-4V2H4v2h4v4H4v2h4v4H4v2h4v4H4v2h6v-6h4v6h2v-6h4v-2h-4v-4h4V8h-4V2h-2v6zm-4 6v-4h4v4h-4zM20 2h-4v2h4V2zM2 14h2v8H2v-8zm14 6h4v2h-4v-2zm6-6h-2v8h2v-8z" fill="currentColor"/></svg>',comment:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M22 2H2v14h2V4h16v12h-8v2h-2v2H8v-4H2v2h4v4h4v-2h2v-2h10V2z" fill="currentColor"/></svg>',"contact-delete":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M22 3H0v18h16v-2H2V5h20v10h2V3h-2zM6 7h4v4H6V7zm0 8H4v2h2v-2zm4 0H6v-2h4v2zm0 0v2h2v-2h-2zm4-8h6v2h-6V7zm6 4h-6v2h6v-2zm-6 4h2v2h-2v-2zm8 4h-2v-2h-2v2h2v2h-2v2h2v-2h2v2h2v-2h-2v-2zm0 0h2v-2h-2v2z" fill="currentColor"/></svg>',"contact-multiple":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 3h20v14H4V3zm18 12V5H6v10h16zm-2 4H2V7H0v14h20v-2zM9 7h2v2H9V7zm3 4H8v2h4v-2zm2-4h6v2h-6V7zm6 4h-6v2h6v-2z" fill="currentColor"/></svg>',"contact-plus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 3h22v11h-2V5H2v14h12v2H0V3h2zm8 4H6v4h4V7zm-6 6h8v4H4v-4zm16-6h-6v2h6V7zm-6 4h6v2h-6v-2zm3 4h-3v2h3v-2zm4 6v3h-2v-3h-3v-2h3v-3h2v3h3v2h-3z" fill="currentColor"/></svg>',contact:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 3H0v18h24V3H2zm20 2v14H2V5h20zM10 7H6v4h4V7zm-6 6h8v4H4v-4zm16-6h-6v2h6V7zm-6 4h6v2h-6v-2zm6 4h-6v2h6v-2z" fill="currentColor"/></svg>',copy:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 2h11v2H6v13H4V2zm4 4h12v16H8V6zm2 2v12h8V8h-8z" fill="currentColor"/></svg>',"corner-down-left":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M18 16H8v2H6v-2H4v-2h2v-2h2v2h10V4h2v12h-2zM8 12v-2h2v2H8zm0 6v2h2v-2H8z" fill="currentColor"/></svg>',"corner-down-right":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 16h10v2h2v-2h2v-2h-2v-2h-2v2H6V4H4v12h2zm10-4v-2h-2v2h2zm0 6v2h-2v-2h2z" fill="currentColor"/></svg>',"corner-left-down":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 6v10H6v2h2v2h2v-2h2v-2h-2V6h10V4H8v2zm4 10h2v-2h-2v2zm-6 0H4v-2h2v2z" fill="currentColor"/></svg>',"corner-left-up":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 18V8H6V6h2V4h2v2h2v2h-2v10h10v2H8v-2zm4-10h2v2h-2V8zM6 8H4v2h2V8z" fill="currentColor"/></svg>',"corner-right-down":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 6v10h2v2h-2v2h-2v-2h-2v-2h2V6H4V4h12v2zm-4 10h-2v-2h2v2zm6 0h2v-2h-2v2z" fill="currentColor"/></svg>',"corner-right-up":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 18V8h2V6h-2V4h-2v2h-2v2h2v10H4v2h12v-2zM12 8h-2v2h2V8zm6 0h2v2h-2V8z" fill="currentColor"/></svg>',"corner-up-left":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M18 8H8V6H6v2H4v2h2v2h2v-2h10v10h2V8h-2zM8 12v2h2v-2H8zm0-6V4h2v2H8z" fill="currentColor"/></svg>',"corner-up-right":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 8h10V6h2v2h2v2h-2v2h-2v-2H6v10H4V8h2zm10 4v2h-2v-2h2zm0-6V4h-2v2h2z" fill="currentColor"/></svg>',"credit-card-delete":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 4H2v16h12v-2H4v-6h16V8H4V6h16V4zm0 0h2v8h-2V4zm2 14h-2v-2h2v-2h-2v2h-2v-2h-2v2h2v2h-2v2h2v-2h2v2h2v-2z" fill="currentColor"/></svg>',"credit-card-minus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 4H2v16h12v-2H4v-6h16V8H4V6h16V4zm0 0h2v8h-2V4zm2 12h-6v2h6v-2z" fill="currentColor"/></svg>',"credit-card-multiple":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M1 3h16v2H3v2h14v4H3v4h14v2H1V3zm18 0h-2v14h2V3zM5 19h16v2H5v-2zM23 7h-2v14h2V7z" fill="currentColor"/></svg>',"credit-card-plus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 4h18v2H4v2h16v4H4v6h10v2H2V4zm20 0h-2v8h2V4zm-4 10h2v2h2v2h-2v2h-2v-2h-2v-2h2v-2z" fill="currentColor"/></svg>',"credit-card-settings":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 4H2v16h18v-2H4v-6h16V8H4V6h16V4zm0 0h2v16h-2V4zm-7 18h-2v2h2v-2zm2 0h2v2h-2v-2zm-6 0H7v2h2v-2z" fill="currentColor"/></svg>',"credit-card-wireless":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 2H8v2H6v2h2V4h8v2h2V4h-2V2zM8 8h2v2H8V8zm6 0V6h-4v2h4zm0 0h2v2h-2V8zM4 11h16v12H4V11zm14 10v-3H6v3h12zm0-6v-2H6v2h12z" fill="currentColor"/></svg>',"credit-card":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 4h16v2H4v2h16v4H4v6h16v2H2V4h2zm18 0h-2v16h2V4z" fill="currentColor"/></svg>',crop:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 2H6v4H2v2h14v14h2v-4h4v-2h-4V6H8V2zm0 8H6v8h8v-2H8v-6z" fill="currentColor"/></svg>',cut:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 2h2v2H2V2zm4 4H4V4h2v2zm2 2H6V6h2v2zm2 2V8H8v2h2zm4 0h-4v4H2v8h8v-8h4v8h8v-8h-8v-4zm2-2v2h-2V8h2zm2-2v2h-2V6h2zm2-2h-2v2h2V4zm0 0V2h2v2h-2zM4 20v-4h4v4H4zm12 0v-4h4v4h-4z" fill="currentColor"/></svg>',dashbaord:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h8v10H3V3zm2 2v6h4V5H5zm8-2h8v6h-8V3zm2 2v2h4V5h-4zm-2 6h8v10h-8V11zm2 2v6h4v-6h-4zM3 15h8v6H3v-6zm2 2v2h4v-2H5z" fill="currentColor"/></svg>',"debug-check":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 2H6v2h2v2H6v3H4V7H2v2h2v2h2v2H2v2h4v2H4v2H2v2h2v-2h2v3h6v-2H8V8h8v6h2v-3h2V9h2V7h-2v2h-2V6h-2V4h2V2h-2v2h-2v2h-4V4H8V2Zm6 9h-4v2h4v-2Zm-4 4h2v2h-2v-2Zm4 3h2v2h-2v-2Zm4 2v2h-2v-2h2Zm2-2h-2v2h2v-2Zm0 0v-2h2v2h-2Z"/></svg>',"debug-off":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M16 2h2v2h-2V2Zm4 7h-2V6h-2V4h-2v2h-2v2h4v5h2v2h4v-2h-4v-2h2V9Zm0 0V7h2v2h-2ZM8 20v-9H6V9H4V7H2v2h2v2h2v2H2v2h4v2H4v2H2v2h2v-2h2v3h10v-2H8Zm2-5h2v2h-2v-2ZM2 2h2v2H2V2Zm4 4H4V4h2v2Zm2 2H6V6h2v2Zm2 2H8V8h2v2Zm0 0v2h2v2h2v2h2v2h2v2h2v2h2v-2h-2v-2h-2v-2h-2v-2h-2v-2h-2v-2h-2Z"/></svg>',"debug-pause":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 2H6v2h2v2H6v3H4V7H2v2h2v2h2v2H2v2h4v2H4v2H2v2h2v-2h2v3h8v-2H8V8h8v6h2v-3h2V9h2V7h-2v2h-2V6h-2V4h2V2h-2v2h-2v2h-4V4H8V2Zm6 9h-4v2h4v-2Zm-4 4h4v2h-4v-2Zm6 1h2v6h-2v-6Zm6 0h-2v6h2v-6Z"/></svg>',"debug-play":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M6 2h2v2H6V2Zm10 2h-2v2h-4V4H8v2H6v3H4V7H2v2h2v2h2v2H2v2h4v2H4v2H2v2h2v-2h2v3h8v-2H8V8h8v3h4V9h2V7h-2v2h-2V6h-2V4Zm0 0V2h2v2h-2Zm-6 7h4v2h-4v-2Zm4 4h-4v2h4v-2Zm4-2h-2v10h2v-2h2v-2h2v-2h-2v-2h-2v-2Z"/></svg>',"debug-stop":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M6 2h2v2H6V2Zm10 2h-2v2h-4V4H8v2H6v3H4V7H2v2h2v2h2v2H2v2h4v2H4v2H2v2h2v-2h2v3h8v-2H8V8h8v6h2v-3h2V9h2V7h-2v2h-2V6h-2V4Zm0 0V2h2v2h-2Zm-6 7h4v2h-4v-2Zm4 4h-4v2h4v-2Zm8 1h-6v6h6v-6Z"/></svg>',debug:'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M6 2h2v2H6V2Zm4 9h4v2h-4v-2Zm4 4h-4v2h4v-2Z"/> <path d="M16 4h-2v2h-4V4H8v2H6v3H4V7H2v2h2v2h2v2H2v2h4v2H4v2H2v2h2v-2h2v3h12v-3h2v2h2v-2h-2v-2h-2v-2h4v-2h-4v-2h2V9h2V7h-2v2h-2V6h-2V4ZM8 20V8h8v12H8Zm8-16V2h2v2h-2Z"/></svg>',delete:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M21 5H7v2H5v2H3v2H1v2h2v2h2v2h2v2h16V5h-2zM7 17v-2H5v-2H3v-2h2V9h2V7h14v10H7zm8-6h-2V9h-2v2h2v2h-2v2h2v-2h2v2h2v-2h-2v-2zm0 0V9h2v2h-2z" fill="currentColor"/></svg>',deskphone:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h18v18H3V3zm2 2v6h8V5H5zm10 0v14h4V5h-4zm-2 14v-2h-3v2h3zm-5 0v-2H5v2h3zm-3-4h3v-2H5v2zm5-2v2h3v-2h-3z" fill="currentColor"/></svg>',"device-laptop":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 4H4v12h16V4H6zm12 2v8H6V6h12zm4 12H2v2h20v-2z" fill="currentColor"/></svg>',"device-phone":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 3h12v18H6V3zm10 16V5h-2v2h-4V5H8v14h8zm-5-4h2v2h-2v-2z" fill="currentColor"/></svg>',"device-tablet":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 2H4v20h16V2H6zm12 2v16H6V4h12zm-5 12h-2v2h2v-2z" fill="currentColor"/></svg>',"device-tv-smart":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 4h18v14h-6v2H8v-2H2V4h2zm16 12V6H4v10h16z" fill="currentColor"/></svg>',"device-tv":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 20h20V6h-7V4h-2v2h-2V4H9v2H2v14zM9 4V2H7v2h2zm6 0h2V2h-2v2zm5 4v10H4V8h16z" fill="currentColor"/></svg>',"device-vibrate":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 3H6v18h12V3H8zm8 2v14H8V5h8zm-3 10h-2v2h2v-2zm7-8h2v2h-2V7zm2 4V9h2v2h-2zm0 2h-2v-2h2v2zm0 2v-2h2v2h-2zm0 0v2h-2v-2h2zM2 17h2v-2H2v-2h2v-2H2V9h2V7H2v2H0v2h2v2H0v2h2v2z" fill="currentColor"/></svg>',"device-watch":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 2h8v4h5v12h-5v4H8v-4H3V6h5V2zM5 16h14V8H5v8zm6-6h2v2h2v2h-4v-4z" fill="currentColor"/></svg>',devices:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 2h16v6h4v14H12v-6H2V2zm14 6V4H4v10h8V8h4zm-6-2H6v2h4V6zm10 14V10h-6v10h6zm-4-4h2v2h-2v-2zM6 10h4v2H6v-2z" fill="currentColor"/></svg>',dice:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3H3v18h18V3H5zm14 2v14H5V5h14zM9 7H7v2h2V7zm6 0h2v2h-2V7zm-6 8H7v2h2v-2zm6 0h2v2h-2v-2zm-2-4h-2v2h2v-2z" fill="currentColor"/></svg>',dollar:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 2h2v4h6v2H7v3H5V6h6V2zM5 18h6v4h2v-4h6v-2H5v2zm14-7H5v2h12v3h2v-5z" fill="currentColor"/></svg>',downasaur:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 4h14v2h2v6h-8v2h6v2h-4v2h-2v2H2V8h2V6h2V4zm2 6h2V8H8v2z" fill="currentColor"/></svg>',download:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 17V3h-2v10H9v-2H7v2h2v2h2v2h2zm8 2v-4h-2v4H5v-4H3v6h18v-2zm-8-6v2h2v-2h2v-2h-2v2h-2z" fill="currentColor"/></svg>',draft:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M14 2h-4v2H8v2H6v2H4v2H2v12h20V10h-2V8h-2V6h-2V4h-2V2zm0 2v2h2v2h2v4h-2v2h-2v2h-4v-2H8v-2H6V8h2V6h2V4h4zm-8 8v2h2v2h2v2h4v-2h2v-2h2v-2h2v8H4v-8h2z" fill="currentColor"/></svg>',"drag-and-drop":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3H3v2h2V3zm14 4h2v6h-2V9H9v10h4v2H7V7h12zM7 3h2v2H7V3zM5 7H3v2h2V7zm-2 4h2v2H3v-2zm2 4H3v2h2v-2zm6-12h2v2h-2V3zm6 0h-2v2h2V3zm-2 14v-2h6v2h-2v2h-2v2h-2v-4zm4 2v2h2v-2h-2z" fill="currentColor"/></svg>',"drop-area":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3H3v2h2V3zm2 0h2v2H7V3zm6 0h-2v2h2V3zm2 0h2v2h-2V3zm4 0h2v2h-2V3zM3 7h2v2H3V7zm2 4H3v2h2v-2zm-2 4h2v2H3v-2zm2 4H3v2h2v-2zm2 0h2v2H7v-2zm6 0h-2v2h2v-2zm6-8h2v2h-2v-2zm2-4h-2v2h2V7zm-6 10v-2h6v2h-2v2h-2v2h-2v-4zm4 2v2h2v-2h-2z" fill="currentColor"/></svg>',"drop-full":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 2h2v2h2v4h2v4h2v6h-2v2h-2v2H9v-2H7v-2H5v-6h2V8h2V4h2V2z" fill="currentColor"/></svg>',"drop-half":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 2h-2v2H9v4H7v4H5v6h2v2h2v2h6v-2h2v-2h2v-6h-2V8h-2V4h-2V2zm0 2v4h2v4h2v3H7v-3h2V8h2V4h2z" fill="currentColor"/></svg>',drop:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 2h-2v2H9v4H7v4H5v6h2v2h2v2h6v-2h2v-2h2v-6h-2V8h-2V4h-2V2zm0 2v4h2v4h2v6h-2v2H9v-2H7v-6h2V8h2V4h2z" fill="currentColor"/></svg>',"duplicate-alt":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 1H3v14h10v2h-2v2h2v-2h2v-2h2v-2h-2v-2h-2V9h-2v2h2v2H5V3h12V1H5zm4 4H7v6h2V7h10v14H9v-4H7v6h14V5H9z" fill="currentColor"/></svg>',duplicate:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3h12v4h4v14H7v-4H3V3h2zm10 4V5H5v10h2V7h8zM9 17v2h10V9H9v8z" fill="currentColor"/></svg>',"edit-box":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M18 2h-2v2h2V2zM4 4h6v2H4v14h14v-6h2v8H2V4h2zm4 8H6v6h6v-2h2v-2h-2v2H8v-4zm4-2h-2v2H8v-2h2V8h2V6h2v2h-2v2zm2-6h2v2h-2V4zm4 0h2v2h2v2h-2v2h-2v2h-2v-2h2V8h2V6h-2V4zm-4 8h2v2h-2v-2z" fill="currentColor"/></svg>',edit:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M18 2h-2v2h-2v2h-2v2h-2v2H8v2H6v2H4v2H2v6h6v-2h2v-2h2v-2h2v-2h2v-2h2v-2h2V8h2V6h-2V4h-2V2zm0 8h-2v2h-2v2h-2v2h-2v2H8v-2H6v-2h2v-2h2v-2h2V8h2V6h2v2h2v2zM6 16H4v4h4v-2H6v-2z" fill="currentColor"/></svg>',euro:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M9 4h10v2H9v3h7v2H9v2h7v2H9v3h10v2H7v-5H5v-2h2v-2H5V9h2V4h2z" fill="currentColor"/></svg>',expand:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 5h2v2h2v2h2V7h-2V5h-2V3h-2v2zM9 7V5h2v2H9zm0 0v2H7V7h2zm-5 6h16v-2H4v2zm9 6h-2v-2H9v-2H7v2h2v2h2v2h2v-2zm2-2h-2v2h2v-2zm0 0h2v-2h-2v2z" fill="currentColor"/></svg>',"external-link":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M21 11V3h-8v2h4v2h-2v2h-2v2h-2v2H9v2h2v-2h2v-2h2V9h2V7h2v4h2zM11 5H3v16h16v-8h-2v6H5V7h6V5z" fill="currentColor"/></svg>',"eye-closed":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M0 7h2v2H0V7zm4 4H2V9h2v2zm4 2v-2H4v2H2v2h2v-2h4zm8 0H8v2H6v2h2v-2h8v2h2v-2h-2v-2zm4-2h-4v2h4v2h2v-2h-2v-2zm2-2v2h-2V9h2zm0 0V7h2v2h-2z" fill="currentColor"/></svg>',eye:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 6h8v2H8V6zm-4 4V8h4v2H4zm-2 2v-2h2v2H2zm0 2v-2H0v2h2zm2 2H2v-2h2v2zm4 2H4v-2h4v2zm8 0v2H8v-2h8zm4-2v2h-4v-2h4zm2-2v2h-2v-2h2zm0-2h2v2h-2v-2zm-2-2h2v2h-2v-2zm0 0V8h-4v2h4zm-10 1h4v4h-4v-4z" fill="currentColor"/></svg>',"file-alt":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M21 22H3V2h12v2h2v2h2v2h2v14zM17 6h-2v2h2V6zM5 4v16h14V10h-6V4H5zm8 12H7v2h6v-2zm-6-4h10v2H7v-2zm4-4H7v2h4V8z" fill="currentColor"/></svg>',"file-delete":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 22h10V8h-2V6h-2v2h-2V6h2V4h-2V2H3v12h2V4h8v6h6v10h-8v2zm-4-2H5v2H3v-2h2v-2H3v-2h2v2h2v-2h2v2H7v2zm0 0h2v2H7v-2z" fill="currentColor"/></svg>',"file-flash":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M19 22h-6v-2h6V10h-6V4H5v8H3V2h12v2h2v2h2v2h2v14h-2zM17 6h-2v2h2V6zM7 12h2v4h4v2h-2v2H9v2H7v-4H3v-2h2v-2h2v-2z" fill="currentColor"/></svg>',"file-minus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 22h8V8h-2V6h-2v2h-2V6h2V4h-2V2H3v13h2V4h8v6h6v10h-6v2zm-2-3H3v-2h8v2z" fill="currentColor"/></svg>',"file-multiple":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M21 18H7V2h8v2h2v2h-2v2h2V6h2v2h2v10zM9 4v12h10v-6h-6V4H9zM3 6h2v14h12v2H3V6z" fill="currentColor"/></svg>',"file-off":'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 2H3v2h2v2h2v2h2v2h2v2h2v2h2v2h2v2h2v2h2v2h2v-2h-2v-2h-2v-2h-2v-2h-2v-2h-2v-2h6v4h2V8h-2V6h-2V4h-2V2H9v2h4v6h-2V8H9V6H7V4H5V2zm12 4v2h-2V6h2zM3 8h2v12h12v2H3V8z" fill="currentColor"/></svg>',"file-plus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M19 22h-7v-2h7V10h-6V4H5v8H3V2h12v2h2v2h2v2h2v14h-2zM17 6h-2v2h2V6zM8 19h3v-2H8v-3H6v3H3v2h3v3h2v-3z" fill="currentColor"/></svg>',file:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 22h18V8h-2V6h-2v2h-2V6h2V4h-2V2H3v20zm2-2V4h8v6h6v10H5z" fill="currentColor"/></svg>',"fill-half":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M9 2h2v2H9V2zm4 4V4h-2v2H9v2H7v2H5v2H3v2h2v2h2v2h2v2h2v2h2v-2h2v-2h2v-2h2v6h2V12h-2v-2h-2V8h-2V6h-2zm0 0v2h2v2h2v2h2v2H5v-2h2v-2h2V8h2V6h2z" fill="currentColor"/></svg>',fill:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M9 2h2v2H9V2zm4 4V4h-2v2H9v2H7v2H5v2H3v2h2v2h2v2h2v2h2v2h2v-2h2v-2h2v-2h2v6h2V12h-2v-2h-2V8h-2V6h-2zm0 0v2h2v2h2v2h2v2h-2v2h-2v2h-2v2h-2v-2H9v-2H7v-2H5v-2h2v-2h2V8h2V6h2z" fill="currentColor"/></svg>',flag:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 2h10v2h8v14H11v-2H5v6H3V2zm2 12h8v2h6V6h-8V4H5v10z" fill="currentColor"/></svg>',flatten:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 2h2v8h2v2h-2v2h-2v-2H9v-2h2V2zm-2 8H7V8h2v2zm6 0V8h2v2h-2zm5 6H4v2h16v-2zm-4 4H8v2h8v-2z" fill="currentColor"/></svg>',"flip-to-back":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M9 3H7v2h2V3zm0 12H7v2h2v-2zm2-12h2v2h-2V3zm2 12h-2v2h2v-2zm2-12h2v2h-2V3zm2 12h-2v2h2v-2zm2-12h2v2h-2V3zm2 4h-2v2h2V7zM7 7h2v2H7V7zm14 4h-2v2h2v-2zM7 11h2v2H7v-2zm14 4h-2v2h2v-2zM3 7h2v12h12v2H3V7z" fill="currentColor"/></svg>',"flip-to-front":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M21 3H7v14h14V3zm-2 12H9V5h10v10zM5 7H3v2h2V7zm-2 4h2v2H3v-2zm2 4H3v2h2v-2zm-2 4h2v2H3v-2zm6 0H7v2h2v-2zm2 0h2v2h-2v-2zm6 0h-2v2h2v-2z" fill="currentColor"/></svg>',"float-center":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M10 4h6v8H8V4h2zm4 6V6h-4v4h4zM2 6h4v2H2V6zm20 0h-4v2h4V6zm0 4h-4v2h4v-2zM6 10H2v2h4v-2zm-4 4h20v2H2v-2zm20 4H2v2h20v-2z" fill="currentColor"/></svg>',"float-left":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 4h6v8H2V4h2zm4 6V6H4v4h4zm14-4H12v2h10V6zm0 4H12v2h10v-2zm0 4v2H2v-2h20zm0 6v-2H2v2h20z" fill="currentColor"/></svg>',"float-right":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 4h6v8h-8V4h2zm4 6V6h-4v4h4zm-8-4H2v2h10V6zm0 4H2v2h10v-2zm10 4v2H2v-2h20zm0 6v-2H2v2h20z" fill="currentColor"/></svg>',"folder-minus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M12 4H2v16h20V6H12V4zm-2 4h10v10H4V6h6v2zm8 6v-2h-6v2h6z" fill="currentColor"/></svg>',"folder-plus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 4h8v2h10v14H2V4h2zm16 4H10V6H4v12h16V8zm-6 2h2v2h2v2h-2v2h-2v-2h-2v-2h2v-2z" fill="currentColor"/></svg>',"folder-x":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M12 4H2v16h20V6H12V4zm-2 4h10v10H4V6h6v2zm6 4h-2v-2h-2v2h2v2h-2v2h2v-2h2v2h2v-2h-2v-2zm0 0h2v-2h-2v2z" fill="currentColor"/></svg>',folder:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 4h8v2h10v14H2V4h2zm16 4H10V6H4v12h16V8z" fill="currentColor"/></svg>',forward:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M14 5h-2v4H6v2H4v6h2v-2h6v4h2v-2h2v-2h2v-2h2v-2h-2V9h-2V7h-2V5z" fill="currentColor"/></svg>',forwardburger:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 7H3v2h10V7zm8 4h-2V9h-2V7h-2v2h2v2H3v2h14v2h-2v2h2v-2h2v-2h2v-2zM3 15h10v2H3v-2z" fill="currentColor"/></svg>',"frame-add":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 3h20v18H2V3zm18 16V7H4v12h16zm-7-7h3v2h-3v3h-2v-3H8v-2h3V9h2v3z" fill="currentColor"/></svg>',"frame-check":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 3h20v18H2V3zm18 16V7H4v12h16zm-4-9h-2v2h-2v2h-2v-2H8v2h2v2h2v-2h2v-2h2v-2z" fill="currentColor"/></svg>',"frame-delete":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 3h20v18H2V3zm18 16V7H4v12h16zM9 10h2v2H9v-2zm4 2h-2v2H9v2h2v-2h2v2h2v-2h-2v-2zm0 0v-2h2v2h-2z" fill="currentColor"/></svg>',"frame-minus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 3h20v18H2V3zm18 16V7H4v12h16zM8 12h8v2H8v-2z" fill="currentColor"/></svg>',frame:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 3h20v18H2V3zm18 16V7H4v12h16z" fill="currentColor"/></svg>',gamepad:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 5h20v14H2V5zm18 12V7H4v10h16zM8 9h2v2h2v2h-2v2H8v-2H6v-2h2V9zm6 0h2v2h-2V9zm4 4h-2v2h2v-2z" fill="currentColor"/></svg>',gif:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 7h6v2H3v6h4v-2H5v-2h4v6H1V7h2zm14 0h6v2h-6v2h4v2h-4v4h-2V7h2zm-4 0h-2v10h2V7z" fill="currentColor"/></svg>',gift:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M19 12v8h-7m7-8h2V8h-3m1 4H5m13-4V4h-6m6 4H6m0 0V4h6M6 8H3v4h2m0 0v8h7m0 0V4" stroke="currentColor" stroke-width="2"/></svg>',"git-branch":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 2h2v12h3v3h7v-7h-3V2h8v8h-3v9h-9v3H2v-8h3V2zm15 6V4h-4v4h4zM8 19v-3H4v4h4v-1z" fill="currentColor"/></svg>',"git-commit":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M7 7h10v4h5v2h-5v4H7v-4H2v-2h5V7zm2 2v6h6V9H9z" fill="currentColor"/></svg>',"git-merge":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M10 2H2v8h3v12h2V10h3v2h2v2h2v8h8v-8h-8v-2h-2v-2h-2V2zM4 8V4h4v4H4zm12 12v-4h4v4h-4z" fill="currentColor"/></svg>',"git-pull-request":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 2h8v8H7v12H5V10H2V2zm2 2v4h4V4H4zm8 1h7.09v9H22v8h-8v-8h3.09V7H12V5zm4 11v4h4v-4h-4z" fill="currentColor"/></svg>',"github-2":'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path fill="currentColor" d="M6 2h12v2H6V2Zm4 12H8v-2h2v2Zm4 0v2h-4v-2h4Zm0 0v-2h2v2h-2Z"/> <path fill="currentColor" d="M6 6V4H4v2H2v12h2v2h2v2h12v-2h2v-2h2V6h-2V4h-2v2h-2v2H8V6H6Zm2 6v-2h8v2h2V6h2v12h-2v2h-2v-4h-2v4h-4v-4H6v2h2v2H6v-2H4v-2h2v-2H4V6h2v6h2Z"/></svg>',github:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path fill="currentColor" d="M5 2h4v2H7v2H5V2Zm0 10H3V6h2v6Zm2 2H5v-2h2v2Zm2 2v-2H7v2H3v-2H1v2h2v2h4v4h2v-4h2v-2H9Zm0 0v2H7v-2h2Zm6-12v2H9V4h6Zm4 2h-2V4h-2V2h4v4Zm0 6V6h2v6h-2Zm-2 2v-2h2v2h-2Zm-2 2v-2h2v2h-2Zm0 2h-2v-2h2v2Zm0 0h2v4h-2v-4Z"/></svg>',gps:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 2v4h5v5h4v2h-4v5h-5v4h-2v-4H6v-5H2v-2h4V6h5V2h2zM8 8v8h8V8H8zm2 2h4v4h-4v-4z" fill="currentColor"/></svg>',grid:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 2h20v20H2V2zm2 2v4h4V4H4zm6 0v4h4V4h-4zm6 0v4h4V4h-4zm4 6h-4v4h4v-4zm0 6h-4v4h4v-4zm-6 4v-4h-4v4h4zm-6 0v-4H4v4h4zm-4-6h4v-4H4v4zm6-4v4h4v-4h-4z" fill="currentColor"/></svg>',group:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h18v18H3V3zm2 2v14h14V5H5zm2 2h4v4H7V7zm6 0h4v4h-4V7zm-6 6h4v4H7v-4zm6 0h4v4h-4v-4z" fill="currentColor"/></svg>',hd:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 7h2v4h4V7h2v10H9v-4H5v4H3V7zm10 8V7h6v2h-4v6h4v2h-6v-2zm6 0V9h2v6h-2z" fill="currentColor"/></svg>',headphone:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M19 4H5v2H3v14h7v-8H5V6h14v6h-5v8h7V6h-2V4zm-3 10h3v4h-3v-4zm-8 0v4H5v-4h3z" fill="currentColor"/></svg>',headset:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M19 2H5v2H3v14h7v-8H5V4h14v6h-5v8h3v2h-6v2h8v-4h2V4h-2V2zm-3 10h3v4h-3v-4zm-8 0v4H5v-4h3z" fill="currentColor"/></svg>',heart:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M9 2H5v2H3v2H1v6h2v2h2v2h2v2h2v2h2v2h2v-2h2v-2h2v-2h2v-2h2v-2h2V6h-2V4h-2V2h-4v2h-2v2h-2V4H9V2zm0 2v2h2v2h2V6h2V4h4v2h2v6h-2v2h-2v2h-2v2h-2v2h-2v-2H9v-2H7v-2H5v-2H3V6h2V4h4z" fill="currentColor"/></svg>',hidden:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 6h8v2H8V6zm-4 4V8h4v2H4zm-2 2v-2h2v2H2zm0 2v-2H0v2h2zm2 2H2v-2h2v2zm4 2H4v-2h4v2zm8 0v2H8v-2h8zm4-2v2h-4v-2h4zm2-2v2h-2v-2h2zm0-2h2v2h-2v-2zm-2-2h2v2h-2v-2zm0 0V8h-4v2h4zM9 10h2v2H9v-2zm4 2h-2v2H9v2h2v-2h2v2h2v-2h-2v-2zm0 0v-2h2v2h-2z" fill="currentColor"/></svg>',home:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M14 2h-4v2H8v2H6v2H4v2H2v2h2v10h7v-6h2v6h7V12h2v-2h-2V8h-2V6h-2V4h-2V2zm0 2v2h2v2h2v2h2v2h-2v8h-3v-6H9v6H6v-8H4v-2h2V8h2V6h2V4h4z" fill="currentColor"/></svg>',hourglass:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M18 2H6v6h2v2h2v4H8v2H6v6h12v-6h-2v-2h-2v-4h2V8h2V2zm-2 6h-2v2h-4V8H8V4h8v4zm-2 6v2h2v4H8v-4h2v-2h4z" fill="currentColor"/></svg>',hq:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 7h2v4h4V7h2v10H9v-4H5v4H3V7zm10 2h2v6h-2V9zm6 6h-4v2h8v-2h-2V9h-2V7h-4v2h4v6z" fill="currentColor"/></svg>',"human-handsdown":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M10 2h4v4h-4V2zM7 7h10v2h-2v13h-2v-6h-2v6H9V9H7V7zm-2 4h2V9H5v2zm0 0v2H3v-2h2zm14 0h-2V9h2v2zm0 0h2v2h-2v-2z" fill="currentColor"/></svg>',"human-handsup":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M10 2h4v4h-4V2zM7 7h10v2h-2v13h-2v-6h-2v6H9V9H7V7zM5 5v2h2V5H5zm0 0H3V3h2v2zm14 0v2h-2V5h2zm0 0V3h2v2h-2z" fill="currentColor"/></svg>',"human-height-alt":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 2h4v4H4V2zM1 7h10v9H9v6H7v-6H5v6H3v-6H1V7zm18-5h-2v2h-2v2h-2v2h2V6h2v12h-2v-2h-2v2h2v2h2v2h2v-2h2v-2h2v-2h-2v2h-2V6h2v2h2V6h-2V4h-2V2z" fill="currentColor"/></svg>',"human-height":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 2h4v4H6V2zM3 7h10v9h-2v6H9v-6H7v6H5v-6H3V7zm18-4h-6v2h6V3zm-4 4h4v2h-4V7zm4 4h-6v2h6v-2zm-6 8h6v2h-6v-2zm6-4h-4v2h4v-2z" fill="currentColor"/></svg>',"human-run":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M10 3H8v2H6v2h2V5h2v2h2v2h-2v2H8v2H6v2H4v-2H2v2h2v2h2v-2h4v2h2v2h-2v2h2v-2h2v-2h-2v-4h2v-2h2v2h2v2h2v-2h2v-2h-2v2h-2v-2h-2V9h2V5h-4v2h-2V5h-2V3z" fill="currentColor"/></svg>',human:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M10 2h4v4h-4V2zM3 7h18v2h-6v13h-2v-6h-2v6H9V9H3V7z" fill="currentColor"/></svg>',"image-arrow-right":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M19 1h-2v2h2v2h-6v2h6v2h-2v2h2V9h2V7h2V5h-2V3h-2V1zm-8 2H2v18h20v-8h-2v6H4V5h7V3zm1 8V9h2v2h-2zm-2 2v-2h2v2h-2zm-2 2v-2h2v2H8zm0 0v2H6v-2h2zm8-2h-2v-2h2v2zm0 0h2v2h-2v-2zM6 7h2v2H6V7z" fill="currentColor"/></svg>',"image-broken":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M22 3H2v18h20v-2h-2v-2h2v-2h-2v-2h2v-2h-2V9h2V7h-2V5h2V3zm-2 4v2h-2v2h2v2h-2v2h2v2h-2v2H4V5h14v2h2zm-6 2h-2v2h-2v2H8v2H6v2h2v-2h2v-2h2v-2h2v2h2v-2h-2V9zM6 7h2v2H6V7z" fill="currentColor"/></svg>',"image-delete":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M14 3H2v18h20V11h-2v8H4V5h10V3zM6 7h2v2H6V7zm14-2h-2V3h-2v2h2v2h-2v2h2V7h2v2h2V7h-2V5zm0 0V3h2v2h-2zm-8 4h2v2h-2V9zm-2 4v-2h2v2h-2zm-2 2h2v-2H8v2zm0 0v2H6v-2h2zm8-2h-2v-2h2v2zm0 0h2v2h-2v-2z" fill="currentColor"/></svg>',"image-flash":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M18 0h2v4h4v2h-2v2h-2v2h-2V6h-4V4h2V2h2V0zM4 3h8v2H4v14h16v-7h2v9H2V3h2zm10 6h-2v2h-2v2H8v2H6v2h2v-2h2v-2h2v-2h2v2h2v2h2v-2h-2v-2h-2V9zM8 7H6v2h2V7z" fill="currentColor"/></svg>',"image-frame":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 1h-2v2H9v2H7v2H2v16h20V7h-5V5h-2V3h-2V1zm2 6H9V5h2V3h2v2h2v2zM4 9h16v12H4V9zm10 6v-2h-2v2h-2v2H8v2h2v-2h2v-2h2zm2 2v-2h-2v2h2zm0 0v2h2v-2h-2zM6 13v-2h2v2H6z" fill="currentColor"/></svg>',"image-gallery":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 2h20v16h-5v2h-2v-2H9v2H7v-2H2V2zm5 18v2H5v-2h2zm10 0v2h2v-2h-2zm3-16H4v12h16V4zm-8 4h2v2h-2V8zm-2 4v-2h2v2h-2zm0 0v2H8v-2h2zm6 0h-2v-2h2v2zm0 0h2v2h-2v-2zM8 6H6v2h2V6z" fill="currentColor"/></svg>',"image-multiple":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M24 2H4v16h20V2zM6 16V4h16v12H6zM2 4H0v18h20v-2H2V4zm12 2h2v2h-2V6zm-2 4V8h2v2h-2zm-2 2v-2h2v2h-2zm0 0v2H8v-2h2zm8-2h-2V8h2v2zm0 0h2v2h-2v-2zM8 6h2v2H8V6z" fill="currentColor"/></svg>',"image-new":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 0h12v2H6V0zM4 3H2v18h20V3H4zm16 2v14H4V5h16zm-6 4h-2v2h-2v2H8v2H6v2h2v-2h2v-2h2v-2h2v2h2v2h2v-2h-2v-2h-2V9zM8 7H6v2h2V7zm10 17v-2H6v2h12z" fill="currentColor"/></svg>',"image-plus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 3h10v2H4v14h16v-8h2v10H2V3h2zm10 6h-2v2h-2v2H8v2H6v2h2v-2h2v-2h2v-2h2v2h2v2h2v-2h-2v-2h-2V9zM8 7H6v2h2V7zm10-4h2v2h2v2h-2v2h-2V7h-2V5h2V3z" fill="currentColor"/></svg>',image:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 3H2v18h20V3H4zm16 2v14H4V5h16zm-6 4h-2v2h-2v2H8v2H6v2h2v-2h2v-2h2v-2h2v2h2v2h2v-2h-2v-2h-2V9zM8 7H6v2h2V7z" fill="currentColor"/></svg>',"inbox-all":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 2h18v20H3V2zm2 2v4h4v2h6V8h4V4H5zm14 6h-2v2H7v-2H5v4h14v-4zm0 6h-2v2H7v-2H5v4h14v-4z" fill="currentColor"/></svg>',"inbox-full":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 2h18v20H3V2zm2 2v10h4v2h6v-2h4V4H5zm14 12h-2v2H7v-2H5v4h14v-4zM7 6h10v2H7V6zm0 4h10v2H7v-2z" fill="currentColor"/></svg>',inbox:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 2h18v20H3V2zm2 2v10h4v2h6v-2h4V4H5zm14 12h-2v2H7v-2H5v4h14v-4z" fill="currentColor"/></svg>',"info-box":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h2v18H3V3zm16 0H5v2h14v14H5v2h16V3h-2zm-8 6h2V7h-2v2zm2 8h-2v-6h2v6z" fill="currentColor"/></svg>',invert:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h18v18H3V3zm16 4h-2v2h-2v2h-2v2h-2v2H9v2H7v2h12V7z" fill="currentColor"/></svg>',iso:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 3H6v3H3v2h3v3h2V8h3V6H8V3zm11 2h-2v2h-2v2h-2v2h-2v2H9v2H7v2H5v2h2v-2h2v-2h2v-2h2v-2h2V9h2V7h2V5zm-6 13v-2h8v2h-8z" fill="currentColor"/></svg>',kanban:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M21 3H3v18h18V3zM5 19V5h14v14H5zM9 7H7v8h2V7zm2 0h2v4h-2V7zm6 0h-2v10h2V7z" fill="currentColor"/></svg>',keyboard:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M21 3H3v18h18V3zM5 19V5h14v14H5zM9 7H7v2h2V7zm8 8H7v2h10v-2zm-2-8h2v2h-2V7zm-2 0h-2v2h2V7zm-6 4h2v2H7v-2zm10 0h-2v2h2v-2zm-6 0h2v2h-2v-2z" fill="currentColor"/></svg>',"label-alt-multiple":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 5H6v10h12v-2h2v-2h2V9h-2V7h-2V5H8zm10 2v2h2v2h-2v2H8V7h10zM4 9H2v10h12v-2H4V9z" fill="currentColor"/></svg>',"label-alt":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 5H2v14h14v-2h2v-2h2v-2h2v-2h-2V9h-2V7h-2V5zm0 2v2h2v2h2v2h-2v2h-2v2H4V7h12z" fill="currentColor"/></svg>',"label-sharp":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 5H2v4h2v2h2v2H4v2H2v4h14v-2h2v-2h2v-2h2v-2h-2V9h-2V7h-2V5zm0 2v2h2v2h2v2h-2v2h-2v2H4v-2h2v-2h2v-2H6V9H4V7h12z" fill="currentColor"/></svg>',label:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M12 2H2v10h2v2h2v2h2v2h2v2h2v2h2v-2h2v-2h2v-2h2v-2h2v-2h-2v-2h-2V8h-2V6h-2V4h-2V2zm0 2v2h2v2h2v2h2v2h2v2h-2v2h-2v2h-2v2h-2v-2h-2v-2H8v-2H6v-2H4V4h8zM6 6h2v2H6V6z" fill="currentColor"/></svg>',"layout-align-bottom":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 4H8v12h8V4zm-6 10V6h4v8h-4zm10 6v-2H4v2h16z" fill="currentColor"/></svg>',"layout-align-left":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 16V8H8v8h12zm-10-6h8v4h-8v-4zM4 20h2V4H4v16z" fill="currentColor"/></svg>',"layout-align-right":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 8v8h12V8H4zm10 6H6v-4h8v4zm6-10h-2v16h2V4z" fill="currentColor"/></svg>',"layout-align-top":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 20H8V8h8v12zm-6-10v8h4v-8h-4zm10-6v2H4V4h16z" fill="currentColor"/></svg>',"layout-columns":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 5h20v14H2V5zm2 2v10h7V7H4zm9 0v10h7V7h-7z" fill="currentColor"/></svg>',"layout-distribute-horizontal":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 4H4v16h2V4zm14 0h-2v16h2V4zM10 7h6v10H8V7h2zm4 8V9h-4v6h4z" fill="currentColor"/></svg>',"layout-distribute-vertical":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 6V4H4v2h16zm0 14v-2H4v2h16zM17 8v8h-2V8h2zm-8 6v-4h6V8H7v8h8v-2H9z" fill="currentColor"/></svg>',"layout-footer":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 5h20v14H2V5zm2 2v6h16V7H4zm16 8H4v2h16v-2z" fill="currentColor"/></svg>',"layout-header":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 19h20V5H2v14zm2-2v-6h16v6H4zm16-8H4V7h16v2z" fill="currentColor"/></svg>',"layout-rows":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 5h20v14H2V5zm2 2v4h16V7H4zm16 6H4v4h16v-4z" fill="currentColor"/></svg>',"layout-sidebar-left":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 5h20v14H2V5zm2 2v10h2V7H4zm4 0v10h12V7H8z" fill="currentColor"/></svg>',"layout-sidebar-right":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M22 5H2v14h20V5zm-2 2v10h-2V7h2zm-4 0v10H4V7h12z" fill="currentColor"/></svg>',layout:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 5h20v14H2V5zm2 2v4h16V7H4zm16 6H10v4h10v-4zM8 17v-4H4v4h4z" fill="currentColor"/></svg>',"lightbulb-2":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 2h8v2H8V2ZM6 6V4h2v2H6Zm0 6H4V6h2v6Zm2 2H6v-2h2v2Zm2 0H8v4h8v-4h2v-2h2V6h-2V4h-2v2h2v6h-2v2h-2v2h-4v-2Zm2-2v2h-2v-2h2Zm0-2h2v2h-2v-2Zm0-2v2h-2V8h2Zm0 0V6h2v2h-2Zm4 14v-2H8v2h8Z" /></svg>',"lightbulb-on":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M13 2h-2v4h2V2Zm2 6H9v2H7v4h2v4h6v-4h2v-4h-2V8Zm0 2v4h-2v2h-2v-2H9v-4h6ZM9 20h6v2H9v-2Zm14-9v2h-4v-2h4ZM5 13v-2H1v2h4Zm12-7h2v2h-2V6Zm2 0h2V4h-2v2ZM5 6h2v2H5V6Zm0 0V4H3v2h2Z" /></svg>',lightbulb:'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 2h8v2H8V2ZM6 6V4h2v2H6Zm0 6H4V6h2v6Zm2 2H6v-2h2v2Zm8 0v4H8v-4h2v2h4v-2h2Zm2-2v2h-2v-2h2Zm0-6h2v6h-2V6Zm0 0V4h-2v2h2Zm-2 14H8v2h8v-2Z" /></svg>',link:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 6h7v2H4v8h7v2H2V6h2zm16 0h-7v2h7v8h-7v2h9V6h-2zm-3 5H7v2h10v-2z" fill="currentColor"/></svg>',"list-box":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 3h20v18H2V3zm18 16V5H4v14h16zM8 7H6v2h2V7zm2 0h8v2h-8V7zm-2 4H6v2h2v-2zm2 0h8v2h-8v-2zm-2 4H6v2h2v-2zm2 0h8v2h-8v-2z" fill="currentColor"/></svg>',list:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z" fill="currentColor"/></svg>',loader:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 2h-2v6h2V2zm0 14h-2v6h2v-6zm9-5v2h-6v-2h6zM8 13v-2H2v2h6zm7-6h2v2h-2V7zm4-2h-2v2h2V5zM9 7H7v2h2V7zM5 5h2v2H5V5zm10 12h2v2h2v-2h-2v-2h-2v2zm-8 0v-2h2v2H7v2H5v-2h2z" fill="currentColor"/></svg>',"lock-open":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M15 2H9v2H7v2h2V4h6v4H4v14h16V8h-3V4h-2V2zm0 8h3v10H6V10h9zm-2 3h-2v4h2v-4z" fill="currentColor"/></svg>',lock:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M15 2H9v2H7v4H4v14h16V8h-3V4h-2V2zm0 2v4H9V4h6zm-6 6h9v10H6V10h3zm4 3h-2v4h2v-4z" fill="currentColor"/></svg>',login:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3H3v4h2V5h14v14H5v-2H3v4h18V3H5zm12 8h-2V9h-2V7h-2v2h2v2H3v2h10v2h-2v2h2v-2h2v-2h2v-2z" fill="currentColor"/></svg>',logout:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3h16v4h-2V5H5v14h14v-2h2v4H3V3h2zm16 8h-2V9h-2V7h-2v2h2v2H7v2h10v2h-2v2h2v-2h2v-2h2v-2z" fill="currentColor"/></svg>',luggage:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M9 2h6v4h4v14h-2v2h-2v-2H9v2H7v-2H5V6h4V2zm2 4h2V4h-2v2zM7 18h10V8H7v10zm4-8v6H9v-6h2zm4 0v6h-2v-6h2z" fill="currentColor"/></svg>',"mail-arrow-right":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 4H2v16h10v-2H4V6h16v6h2V4h-2zM6 8h2v2H6V8zm4 4H8v-2h2v2zm4 0v2h-4v-2h4zm2-2v2h-2v-2h2zm0 0V8h2v2h-2zm8 8h-2v-2h-2v-2h-2v2h2v2h-6v2h6v2h-2v2h2v-2h2v-2h2v-2z" fill="currentColor"/></svg>',"mail-check":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 4h18v10h-2V6H4v12h8v2H2V4h2zm4 4H6v2h2v2h2v2h4v-2h2v-2h2V8h-2v2h-2v2h-4v-2H8V8zm6 10h2v2h-2v-2zm4 2v2h-2v-2h2zm2-2h-2v2h2v-2zm0 0v-2h2v2h-2z" fill="currentColor"/></svg>',"mail-delete":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 4H2v16h12v-2H4V6h16v8h2V4h-2zM6 8h2v2H6V8zm4 4H8v-2h2v2zm4 0v2h-4v-2h4zm2-2v2h-2v-2h2zm0 0V8h2v2h-2zm2 6h-2v2h2v2h-2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v2h-2v-2z" fill="currentColor"/></svg>',"mail-flash":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 4h18v8h-2V6H4v12h8v2H2V4h2zm4 4H6v2h2v2h2v2h4v-2h2v-2h2V8h-2v2h-2v2h-4v-2H8V8zm10 6h2v4h4v2h-2v2h-2v2h-2v-4h-4v-2h2v-2h2v-2z" fill="currentColor"/></svg>',"mail-multiple":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M24 2H4v16h20V2zM6 16V4h16v12H6zM2 7H0v15h19v-2H2V7zm8-1H8v2h2v2h2v2h4v-2h2V8h2V6h-2v2h-2v2h-4V8h-2V6z" fill="currentColor"/></svg>',"mail-off":'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 2h2v2H2V2zm4 4H4V4h2v2zm2 2H6V6h2v2zm2 2H8V8h2v2zm2 2h-2v-2h2v2zm2 0h-2v2h2v2h2v2h2v2h2v2h2v-2h-2v-2h-2v-2h-2v-2h-2v-2zm2-2h-2v2h2v-2zm0 0V8h2v2h-2zm-6-6h12v12h-2V6H10V4zm4 14v2H2V8h2v10h10z" fill="currentColor"/></svg>',"mail-unread":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M22 2h-6v6h6V2zM4 4h10v2H4v12h16v-8h2v10H2V4h2zm4 4H6v2h2v2h2v2h4v-2h2v-2h-2v2h-4v-2H8V8z" fill="currentColor"/></svg>',mail:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M22 4H2v16h20V4zM4 18V6h16v12H4zM8 8H6v2h2v2h2v2h4v-2h2v-2h2V8h-2v2h-2v2h-4v-2H8V8z" fill="currentColor"/></svg>',map:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 2h2v2h2v2h-2v10H8V6H6V4h2V2zM4 8V6h2v2H4zm2 10v2H4v2H2V8h2v10h2zm0 0h2v-2H6v2zm6 0h-2v-2h2v2zm2-10V6h-2v2h2zm2 0h-2v10h-2v2h2v2h2v-2h2v-2h2v-2h2V2h-2v2h-2v2h-2v2zm0 0h2V6h2v10h-2v2h-2V8z" fill="currentColor"/></svg>',mastodon:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path fill="currentColor" d="M7 2v2h10V2H7Zm10 2v2h2V4h-2Zm2 2v8h2V6h-2Zm0 8h-8v2h8v-2Zm-8 2H9v2h2v-2Zm0 2v2h2v-2h-2Zm0 2H7v2h4v-2Zm-4 0v-2H5v2h2Zm-2-2V6H3v12h2ZM5 6h2V4H5v2Zm4 0v2h2V6H9Zm2 2v2h2V8h-2Zm2 0h2V6h-2v2Zm2 0v4h2V8h-2ZM9 8H7v4h2V8Z"/></svg>',membercard:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 3h20v14h-7v3h-2v-2h-2v2H9v-3H2V3zm2 2v4h16V5H4zm16 8H4v2h16v-2z" fill="currentColor"/></svg>',menu:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 6h16v2H4V6zm0 5h16v2H4v-2zm16 5H4v2h16v-2z" fill="currentColor"/></svg>',"message-arrow-left":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 2h18v12h-2V4H4v18H2V2h2zm2 14h4v2H6v2H4v-2h2v-2zm16 0h-6v-2h2v-2h-2v2h-2v2h-2v2h2v2h2v2h2v-2h-2v-2h6v-2z" fill="currentColor"/></svg>',"message-arrow-right":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 2h18v10h-2V4H4v18H2V2h2zm2 14h4v2H6v2H4v-2h2v-2zm16 0h-2v-2h-2v-2h-2v2h2v2h-6v2h6v2h-2v2h2v-2h2v-2h2v-2z" fill="currentColor"/></svg>',"message-bookmark":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 2h18v16H6v2H4v-2h2v-2h14V4H4v18H2V2h2zm14 4h-6v8h2v-2h2v2h2V6z" fill="currentColor"/></svg>',"message-clock":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 2H2v20h2V4h16v4h2V2h-2zM8 16H6v2H4v2h2v-2h2v-2zm6-2h2v2h2v2h-4v-4zm6-4h-8v2h-2v8h2v2h8v-2h2v-8h-2v-2zm0 2v8h-8v-8h8z" fill="currentColor"/></svg>',"message-delete":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 2h18v16H6v2H4v-2h2v-2h14V4H4v18H2V2h2zm9 7h-2V7H9v2h2v2H9v2h2v-2h2v2h2v-2h-2V9zm0 0V7h2v2h-2z" fill="currentColor"/></svg>',"message-flash":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 2H2v20h2V4h16v10h2V2h-2zM10 16H6v2H4v2h2v-2h4v-2zm6-4h2v4h4v2h-2v2h-2v2h-2v-4h-4v-2h2v-2h2v-2z" fill="currentColor"/></svg>',"message-image":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 2h18v16H6v2H4v-2h2v-2h14V4H4v18H2V2h2zm10 4h-2v2h-2v2H8v2H6v2h2v-2h2v-2h2V8h2v2h2v2h2v-2h-2V8h-2V6zM6 6h2v2H6V6z" fill="currentColor"/></svg>',"message-minus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 2h18v16H6v2H4v-2h2v-2h14V4H4v18H2V2h2zm12 7H8v2h8V9z" fill="currentColor"/></svg>',"message-plus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 2H2v20h2V4h16v12H6v2H4v2h2v-2h16V2h-2zm-7 7h3v2h-3v3h-2v-3H8V9h3V6h2v3z" fill="currentColor"/></svg>',"message-processing":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 2h18v16H6v2H4v-2h2v-2h14V4H4v18H2V2h2zm5 7H7v2h2V9zm2 0h2v2h-2V9zm6 0h-2v2h2V9z" fill="currentColor"/></svg>',"message-reply":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 2h18v20h-2V4H4v12h14v2h2v2h-2v-2H2V2h2z" fill="currentColor"/></svg>',"message-text":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 2H2v20h2V4h16v12H6v2H4v2h2v-2h16V2h-2zM6 7h12v2H6V7zm8 4H6v2h8v-2z" fill="currentColor"/></svg>',message:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 2H2v20h2V4h16v12H6v2H4v2h2v-2h16V2h-2z" fill="currentColor"/></svg>',minus:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path fill="currentColor" d="M4 11h16v2H4z"/></svg>',"missed-call":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 6h-4v2h2v2h-2v2h-2v2h-2v2h-2v-2H8v-2H6v-2H4V8H2v2h2v2h2v2h2v2h2v2h2v-2h2v-2h2v-2h2v-2h2v2h2V6h-2z" fill="currentColor"/></svg>',modem:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M19 2h-8v2H9v2h2V4h8v2h2V4h-2V2zm-8 6h2v2h-2V8zm6 0V6h-4v2h4zm0 0h2v2h-2V8zm-1 2h-2v2H2v10h20V12h-6v-2zm4 4v6H4v-6h16zm-2 2h-2v2h2v-2zm-6 0h2v2h-2v-2z" fill="currentColor"/></svg>',money:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 4H2v12h4v4h16V8h-4V4h-2zm0 2v2H6v6H4V6h12zm-8 4h12v8H8v-8zm8 2h-4v4h4v-4z" fill="currentColor"/></svg>',monitor:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 3H2v14h8v2H8v2h8v-2h-2v-2h8V3h-2zm-6 12H4V5h16v10h-6z" fill="currentColor"/></svg>',"mood-happy":'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3h14v2H5V3zm0 16H3V5h2v14zm14 0v2H5v-2h14zm0 0h2V5h-2v14zM10 8H8v2h2V8zm4 0h2v2h-2V8zm-5 6v-2H7v2h2zm6 0v2H9v-2h6zm0 0h2v-2h-2v2z" fill="currentColor"/></svg>',"mood-neutral":'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3h14v2H5V3zm0 16H3V5h2v14zm14 0v2H5v-2h14zm0 0h2V5h-2v14zM10 8H8v2h2V8zm4 0h2v2h-2V8zm1 5H9v2h6v-2z" fill="currentColor"/></svg>',"mood-sad":'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3h14v2H5V3zm0 16H3V5h2v14zm14 0v2H5v-2h14zm0 0h2V5h-2v14zM10 8H8v2h2V8zm4 0h2v2h-2V8zm-5 8v-2h6v2h2v-2h-2v-2H9v2H7v2h2z" fill="currentColor"/></svg>',"moon-star":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M6 2h8v2h-2v2h-2V4H6V2ZM4 6V4h2v2H4Zm0 10H2V6h2v10Zm2 2H4v-2h2v2Zm2 2H6v-2h2v2Zm10 0v2H8v-2h10Zm2-2v2h-2v-2h2Zm-2-4v-2h2v-2h2v8h-2v-4h-2Zm-6 0h6v2h-6v-2Zm-2-2h2v2h-2v-2Zm0 0V6H8v6h2Zm8-10h2v2h2v2h-2v2h-2V6h-2V4h2V2Z"/></svg>',"moon-stars":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M20 0h2v2h2v2h-2v2h-2V4h-2V2h2V0ZM8 4h8v2h-2v2h-2V6H8V4ZM6 8V6h2v2H6Zm0 8H4V8h2v8Zm2 2H6v-2h2v2Zm8 0v2H8v-2h8Zm2-2v2h-2v-2h2Zm-2-4v-2h2V8h2v8h-2v-4h-2Zm-4 0h4v2h-4v-2Zm0 0V8h-2v4h2Zm-8 6H2v2H0v2h2v2h2v-2h2v-2H4v-2Z"/></svg>',moon:'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M6 2h8v2h-2v2h-2V4H6V2ZM4 6V4h2v2H4Zm0 10H2V6h2v10Zm2 2H4v-2h2v2Zm2 2H6v-2h2v2Zm10 0v2H8v-2h10Zm2-2v2h-2v-2h2Zm-2-4h2v4h2v-8h-2v2h-2v2Zm-6 0v2h6v-2h-6Zm-2-2h2v2h-2v-2Zm0 0V6H8v6h2Z"/></svg>',"more-horizontal":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M1 9h6v6H1V9zm2 2v2h2v-2H3zm6-2h6v6H9V9zm2 2v2h2v-2h-2zm6-2h6v6h-6V9zm2 2v2h2v-2h-2z" fill="currentColor"/></svg>',"more-vertical":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M15 1v6H9V1h6zm-2 2h-2v2h2V3zm2 6v6H9V9h6zm-2 2h-2v2h2v-2zm2 6v6H9v-6h6zm-2 2h-2v2h2v-2z" fill="currentColor"/></svg>',mouse:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 3h12v18H6V3zm2 2v4h3V5H8zm5 0v4h3V5h-3zm3 6H8v8h8v-8z" fill="currentColor"/></svg>',move:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 0h-2v2H9v2H7v2h2V4h2v7H4V9h2V7H4v2H2v2H0v2h2v2h2v2h2v-2H4v-2h7v7H9v-2H7v2h2v2h2v2h2v-2h2v-2h2v-2h-2v2h-2v-7h7v2h-2v2h2v-2h2v-2h2v-2h-2V9h-2V7h-2v2h2v2h-7V4h2v2h2V4h-2V2h-2V0z" fill="currentColor"/></svg>',movie:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h18v18H3V3zm2 2v2h2V5H5zm4 0v6h6V5H9zm8 0v2h2V5h-2zm2 4h-2v2h2V9zm0 4h-2v2h2v-2zm0 4h-2v2h2v-2zm-4 2v-6H9v6h6zm-8 0v-2H5v2h2zm-2-4h2v-2H5v2zm0-4h2V9H5v2z" fill="currentColor"/></svg>',music:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 4h12v16h-8v-8h6V8h-8v12H2v-8h6V4zm0 10H4v4h4v-4zm10 0h-4v4h4v-4z" fill="currentColor"/></svg>',next:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 4h2v2h2v2h2v2h2v4h-2v2h-2v2H8v2H6V4zm12 0h-2v16h2V4z" fill="currentColor"/></svg>',"note-delete":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 2h10v14h-2v2h-2v-2h-2v2h2v2h-2v2H3V10h2v10h8v-6h6V4h-8V2zM7 4H5V2H3v2h2v2H3v2h2V6h2v2h2V6H7V4zm0 0h2V2H7v2z" fill="currentColor"/></svg>',"note-multiple":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M21 6H7v16h8v-2h2v-2h-2v-2h2v2h2v-2h2V6zM9 20V8h10v6h-6v6H9zm-6-2h2V4h12V2H3v16z" fill="currentColor"/></svg>',"note-plus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M7 1H5v3H2v2h3v3h2V6h3V4H7V1zm12 1h-7v2h7v10h-6v6H5v-9H3v11h12v-2h2v-2h2v-2h2V2h-2zm-2 16h-2v-2h2v2z" fill="currentColor"/></svg>',note:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 2h18v14h-2v2h-2v-2h-2v2h2v2h-2v2H3V2zm2 2v16h8v-6h6V4H5z" fill="currentColor"/></svg>',"notes-delete":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M19 2H3v20h10v-2H5V4h14v10h2V2h-2zm-2 4H7v2h10V6zM7 10h10v2H7v-2zm6 4H7v2h6v-2zm6 4h-2v-2h-2v2h2v2h-2v2h2v-2h2v2h2v-2h-2v-2zm0 0h2v-2h-2v2z" fill="currentColor"/></svg>',"notes-multiple":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M7 0h16v20H5V0h2zm14 18V2H7v16h14zM9 4h10v2H9V4zm10 4H9v2h10V8zM9 12h7v2H9v-2zm10 10H3V4H1v20h18v-2z" fill="currentColor"/></svg>',"notes-plus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 2h16v12h-2V4H5v16h8v2H3V2h2zm2 4h10v2H7V6zm10 4H7v2h10v-2zM7 14h7v2H7v-2zm13 5h3v2h-3v3h-2v-3h-3v-2h3v-3h2v3z" fill="currentColor"/></svg>',notes:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 2h16v20H3V2h2zm14 18V4H5v16h14zM7 6h10v2H7V6zm10 4H7v2h10v-2zM7 14h7v2H7v-2z" fill="currentColor"/></svg>',"notification-off":'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M14 2v2h5v2h-8V2h3zM5 16h9v2h2v4h-6v-2h4v-2h-4v4H8v-4H3v-6h2v-2h2v4H5v2zm16-2h-2v-2h-2V6h2v6h2v2zM5 2H3v2h2v2h2v2h2v2h2v2h2v2h2v2h2v2h2v2h2v-2h-2v-2h-2v-2h-2v-2h-2v-2h-2V8H9V6H7V4H5V2z" fill="currentColor"/></svg>',notification:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M14 4V2h-4v2H5v2h14V4h-5zm5 12H5v-4H3v6h5v4h2v-4h4v2h-4v2h6v-4h5v-6h-2V6h-2v8h2v2zM5 6v8h2V6H5z" fill="currentColor"/></svg>',open:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3h6v2H5v14h14v-6h2v8H3V3h2zm8 0h8v8h-2V7h-2V5h-4V3zm0 8h-2v2H9v2h2v-2h2v-2zm4-4h-2v2h-2v2h2V9h2V7z" fill="currentColor"/></svg>',"paint-bucket":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 3h8v2H8V3zm0 2H6v4H4v12h16V9h-2V5h-2v4H8V5zm8 6h2v8H6v-8h2v6h2v-4h2v2h2v-2h2v-2z" fill="currentColor"/></svg>',paperclip:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 5h16v10H7V9h10v2H9v2h10V7H5v10h14v2H3V5h2z" fill="currentColor"/></svg>',pause:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M10 4H5v16h5V4zm9 0h-5v16h5V4z" fill="currentColor"/></svg>',percent:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 4h-2v2h-2v2h-2v2h-2v2h-2v2H8v2H6v2H4v2h2v-2h2v-2h2v-2h2v-2h2v-2h2V8h2V6h2V4zm-4 10h4v6h-6v-6h2zm2 4v-2h-2v2h2zM6 4h4v6H4V4h2zm2 4V6H6v2h2z" fill="currentColor"/></svg>',"picture-in-picture-alt":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 4h20v16H2V4zm2 2v12h16V6H4zm6 4h8v6h-8v-6zm2 2v2h4v-2h-4z" fill="currentColor"/></svg>',"picture-in-picture":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 4h20v16H2V4zm2 2v12h16V6H4zm6 2h8v6h-8V8zm2 2v2h4v-2h-4z" fill="currentColor"/></svg>',pin:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M7 2h10v2H7V2zM5 6V4h2v2H5zm0 8H3V6h2v8zm2 2H5v-2h2v2zm2 2H7v-2h2v2zm2 2H9v-2h2v2zm2 0v2h-2v-2h2zm2-2v2h-2v-2h2zm2-2v2h-2v-2h2zm2-2v2h-2v-2h2zm0-8h2v8h-2V6zm0 0V4h-2v2h2zm-5 2h-4v4h4V8z" fill="currentColor"/></svg>',pixelarticons:'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M3 3v18h18V3H3zm16 2v14H5V5h14zM7 7h6v6H9v2H7V7zm8 6h-2v2h-2v2h2v-2h2v2h2v-2h-2v-2zm0 0h2v-2h-2v2zM9 9v2h2V9H9z" fill="currentColor"/></svg>',play:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M10 20H8V4h2v2h2v3h2v2h2v2h-2v2h-2v3h-2v2z" fill="currentColor"/></svg>',playlist:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M10 13h6V5h6v4h-4v10h-8v-6zm2 2v2h4v-2h-4zM2 17h6v2H2v-2zm6-4H2v2h6v-2zM2 9h12v2H2V9zm12-4H2v2h12V5z" fill="currentColor"/></svg>',plus:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 4h2v7h7v2h-7v7h-2v-7H4v-2h7V4z" fill="currentColor"/></svg>',power:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 2h-2v4H6v2H4v8h2v2h2v4h8v-2h4v-2h-4v-2h4v-2h-4v-2H8v4H6V8h12V6h2V2zm-6 18h-4v-6h4v6z" fill="currentColor"/></svg>',prev:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 4h2v16H6V4zm12 0h-2v2h-2v3h-2v2h-2v2h2v3h2v2h2v2h2V4z" fill="currentColor"/></svg>',print:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 2h12v6h4v10h-4v4H6v-4H2V8h4V2zm2 6h8V4H8v4zm-2 8v-4h12v4h2v-6H4v6h2zm2-2v6h8v-6H8z" fill="currentColor"/></svg>',"radio-handheld":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M9 2v5h8v15H7V2h2zm0 7v4h6V9H9zm6 6H9v5h6v-5z" fill="currentColor"/></svg>',"radio-on":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 3H7v2H5v2H3v10h2v2h2v2h10v-2h2v-2h2V7h-2V5h-2V3zm0 2v2h2v10h-2v2H7v-2H5V7h2V5h10zm-9 6h2v2h2v2h-2v-2H8v-2zm8-2h-2v2h-2v2h2v-2h2V9z" fill="currentColor"/></svg>',"radio-signal":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M19 2h2v2h-2V2Zm2 14V4h2v12h-2Zm0 0v2h-2v-2h2ZM1 4h2v12H1V4Zm2 12h2v2H3v-2ZM3 4h2V2H3v2Zm2 2h2v8H5V6Zm2 8h2v2H7v-2Zm0-8h2V4H7v2Zm10 0h2v8h-2V6Zm0 0h-2V4h2v2Zm0 8v2h-2v-2h2Zm-6-7h4v6h-2v9h-2v-9H9V7h2Zm0 4h2V9h-2v2Z"/></svg>',"radio-tower":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M22 2h-2v2h2v12h-2v2h2v-2h2V4h-2V2ZM2 4H0v12h2v2h2v-2H2V4Zm0 0V2h2v2H2Zm4 2H4v8h2V6Zm0 0V4h2v2H6Zm4 0h4v2h-4V6Zm0 6H8V8h2v4Zm4 0h-4v2H8v4H6v4h2v-4h2v-4h4v4h2v4h2v-4h-2v-4h-2v-2Zm0 0h2V8h-2v4Zm6-6h-2V4h-2v2h2v8h2V6Z"/></svg>',"reciept-alt":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 2H3v20h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2V2h-2v2h-2V2h-2v2h-2V2h-2v2H9V2H7v2H5V2zm2 2h2v2h2V4h2v2h2V4h2v2h2v12h-2v2h-2v-2h-2v2h-2v-2H9v2H7v-2H5V6h2V4zm0 4h10v2H7V8zm10 4H7v2h10v-2z" fill="currentColor"/></svg>',reciept:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 2h2v2h2v2H5v14h14V6h-2V4h2V2h2v20H3V2zm12 2V2h2v2h-2zm-2 0h2v2h-2V4zm-2 0V2h2v2h-2zM9 4h2v2H9V4zm0 0V2H7v2h2zm8 4H7v2h10V8zM7 12h10v2H7v-2zm10 6v-2h-4v2h4z" fill="currentColor"/></svg>',redo:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 4h-2v2h2v2H6v2H4v8h2v2h6v-2H6v-8h10v2h-2v2h2v-2h2v-2h2V8h-2V6h-2V4z" fill="currentColor"/></svg>',reload:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 2h-2v2h2v2H4v2H2v5h2V8h12v2h-2v2h2v-2h2V8h2V6h-2V4h-2V2zM6 20h2v2h2v-2H8v-2h12v-2h2v-5h-2v5H8v-2h2v-2H8v2H6v2H4v2h2v2z" fill="currentColor"/></svg>',"remove-box-multiple":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3H3v14h14V3H5zm10 2v10H5V5h10zm4 2v12H7v2h14V7h-2zm-6 2H7v2h6V9z" fill="currentColor"/></svg>',"remove-box":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3H3v18h18V3H5zm14 2v14H5V5h14zm-3 6H8v2h8v-2z" fill="currentColor"/></svg>',repeat:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 1H9v2h2v2H5v2H3v10h2v2h2v-2H5V7h6v2H9v2h2V9h2V7h2V5h-2V3h-2V1zm8 4h-2v2h2v10h-6v-2h2v-2h-2v2h-2v2H9v2h2v2h2v2h2v-2h-2v-2h6v-2h2V7h-2V5z" fill="currentColor"/></svg>',"reply-all":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 19h2v-4h7V9h-7V5h-2v2h-2v2H9v2H7v2h2v2h2v2h2v2zM8 7H6v2H4v2H2v2h2v2h2v2h2v2h2v-2H8v-2H6v-2H4v-2h2V9h2V7zm0 0h2V5H8v2z" fill="currentColor"/></svg>',reply:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M12 19h-2v-2H8v-2H6v-2H4v-2h2V9h2V7h2V5h2v4h8v6h-8v4z" fill="currentColor"/></svg>',"rounded-corner":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h2v2H3V3zm0 4h2v2H3V7zm2 4H3v2h2v-2zm-2 4h2v2H3v-2zm2 4H3v2h2v-2zm2 0h2v2H7v-2zm6 0h-2v2h2v-2zm2 0h2v2h-2v-2zm6 0h-2v2h2v-2zm-2-4h2v2h-2v-2zM17 5h-2V3h-4v2h4v2h2v2h2v4h2V9h-2V7h-2V5zM7 3h2v2H7V3z" fill="currentColor"/></svg>',save:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 2h14v2H4v16h2v-6h12v6h2V6h2v16H2V2h2zm4 18h8v-4H8v4zM20 6h-2V4h2v2zM6 6h9v4H6V6z" fill="currentColor"/></svg>',scale:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M21 3h-8v2h4v2h2v4h2V3zm-4 4h-2v2h-2v2h2V9h2V7zm-8 8h2v-2H9v2H7v2h2v-2zm-4-2v4h2v2H5h6v2H3v-8h2z" fill="currentColor"/></svg>',"script-text":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 3h14v2h2v6h-2v8h-2V5H6V3zm8 14v-2H6V5H4v10H2v4h2v2h14v-2h-2v-2h-2zm0 0v2H4v-2h10zM8 7h8v2H8V7zm8 4H8v2h8v-2z" fill="currentColor"/></svg>',script:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 3h14v2h2v6h-2v8h-2V5H6V3zm8 14v-2H6V5H4v10H2v4h2v2h14v-2h-2v-2h-2zm0 0v2H4v-2h10z" fill="currentColor"/></svg>',"scroll-horizontal":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M22 2v2H2V2h20zm0 18v2H2v-2h20zm-6-5v-2H8v2H6v-2H4v-2h2V9h2v2h8V9h2v2h2v2h-2v2h-2zm0 0v2h-2v-2h2zm0-6h-2V7h2v2zM8 9V7h2v2H8zm0 6h2v2H8v-2z" fill="currentColor"/></svg>',"scroll-vertical":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 2h2v20H2V2zm9 18h2v-2h2v-2h2v-2h-2v2h-2V8h2v2h2V8h-2V6h-2V4h-2v2H9v2H7v2h2V8h2v8H9v-2H7v2h2v2h2v2zM22 2h-2v20h2V2z" fill="currentColor"/></svg>',sd:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M18 2h2v20H4V6h2v14h12V4H8V2h10zM8 4H6v2h2V4zm6 2h2v4h-2V6zm-2 0h-2v4h2V6z" fill="currentColor"/></svg>',search:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M6 2h8v2H6V2zM4 6V4h2v2H4zm0 8H2V6h2v8zm2 2H4v-2h2v2zm8 0v2H6v-2h8zm2-2h-2v2h2v2h2v2h2v2h2v-2h-2v-2h-2v-2h-2v-2zm0-8h2v8h-2V6zm0 0V4h-2v2h2z" fill="currentColor"/></svg>',"section-copy":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3H3v2h2V3zm2 4h2v2H7V7zm4 0h2v2h-2V7zm2 12h-2v2h2v-2zm2 0h2v2h-2v-2zm6 0h-2v2h2v-2zM7 11h2v2H7v-2zm14 0h-2v2h2v-2zm-2 4h2v2h-2v-2zM7 19h2v2H7v-2zM19 7h2v2h-2V7zM7 3h2v2H7V3zm2 12H7v2h2v-2zM3 7h2v2H3V7zm14 0h-2v2h2V7zM3 11h2v2H3v-2zm2 4H3v2h2v-2zm6-12h2v2h-2V3zm6 0h-2v2h2V3z" fill="currentColor"/></svg>',"section-minus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3H3v2h2V3zm4 0H7v2h2V3zM7 19h2v2H7v-2zm6 0h-2v2h2v-2zM3 7h2v2H3V7zm18 0h-2v2h2V7zm-2 4h2v2h-2v-2zM5 11H3v2h2v-2zm-2 4h2v2H3v-2zm2 4H3v2h2v-2zm6-16h2v2h-2V3zm6 0h-2v2h2V3zm2 0h2v2h-2V3zm2 14h-6v2h6v-2z" fill="currentColor"/></svg>',"section-plus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h2v2H3V3zm4 0h2v2H7V3zm2 16H7v2h2v-2zm2 0h2v2h-2v-2zM5 7H3v2h2V7zm14 0h2v2h-2V7zm2 4h-2v2h2v-2zM3 11h2v2H3v-2zm2 4H3v2h2v-2zm12 0h2v2h2v2h-2v2h-2v-2h-2v-2h2v-2zM5 19H3v2h2v-2zm6-16h2v2h-2V3zm6 0h-2v2h2V3zm4 0h-2v2h2V3z" fill="currentColor"/></svg>',"section-x":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3H3v2h2V3zm4 0H7v2h2V3zM7 19h2v2H7v-2zm6 0h-2v2h2v-2zM3 7h2v2H3V7zm18 0h-2v2h2V7zm-2 4h2v2h-2v-2zm2 8h-2v-2h2v-2h-2v2h-2v-2h-2v2h2v2h-2v2h2v-2h2v2h2v-2zM3 11h2v2H3v-2zm2 4H3v2h2v-2zm-2 4h2v2H3v-2zM13 3h-2v2h2V3zm2 0h2v2h-2V3zm6 0h-2v2h2V3z" fill="currentColor"/></svg>',section:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 3H3v2h2V3zm4 0H7v2h2V3zM7 19h2v2H7v-2zM5 7H3v2h2V7zm14 0h2v2h-2V7zM5 11H3v2h2v-2zm14 0h2v2h-2v-2zM5 15H3v2h2v-2zm14 0h2v2h-2v-2zM5 19H3v2h2v-2zm6-16h2v2h-2V3zm2 16h-2v2h2v-2zm2-16h2v2h-2V3zm2 16h-2v2h2v-2zm2-16h2v2h-2V3zm2 16h-2v2h2v-2z" fill="currentColor"/></svg>',server:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h18v18H3V3zm2 2v6h14V5H5zm14 8H5v6h14v-6zM7 7h2v2H7V7zm2 8H7v2h2v-2z" fill="currentColor"/></svg>',"sharp-corner":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h2v2H3V3zm0 4h2v2H3V7zm2 4H3v2h2v-2zm-2 4h2v2H3v-2zm2 4H3v2h2v-2zm2 0h2v2H7v-2zm6 0h-2v2h2v-2zm2 0h2v2h-2v-2zm6 0h-2v2h2v-2zm-2-4h2v2h-2v-2zm2-2V3H11v2h8v8h2zM7 3h2v2H7V3z" fill="currentColor"/></svg>',"shield-off":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 2h14v12h-2V4H8V2zM2 8h2v6H2V8zm2 6h2v2H4v-2zm4 2H6v2h2v2h2v2h4v-2h-4v-2H8v-2zm10 0h-2v2h2v2h2v2h2v-2h-2v-2h-2v-2zM4 2H2v2h2v2h2v2h2v2h2v2h2v2h2v2h2v-2h-2v-2h-2v-2h-2V8H8V6H6V4H4V2z" fill="currentColor"/></svg>',shield:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M22 2H2v12h2V4h16v10h2V2zM6 14H4v2h2v-2zm0 2h2v2h2v2H8v-2H6v-2zm4 4v2h4v-2h2v-2h-2v2h-4zm10-6h-2v2h-2v2h2v-2h2v-2z" fill="currentColor"/></svg>',ship:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 4v2h4v2H6v2h6V8h2v2h8v6h-2v-4H4v6h14v-2h2v2h4v2H0v-2h2v-8h2V6h2V4h2z" fill="currentColor"/></svg>',"shopping-bag":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M9 2h6v2H9V2zm6 4V4h2v2h4v16H3V6h4V4h2v2h6zm0 2H9v2H7V8H5v12h14V8h-2v2h-2V8z" fill="currentColor"/></svg>',shuffle:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M18 5h-2v2h2v2h-6v2h-2v6H2v2h8v-2h2v-6h6v2h-2v2h2v-2h2v-2h2V9h-2V7h-2V5zM2 9h6v2H2V9zm20 10v-2h-8v2h8z" fill="currentColor"/></svg>',"sliders-2":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 8h4m0 0V6h4v2M7 8v2h4V8m0 0h10M3 16h10m0 0v-2h4v2m-4 0v2h4v-2m0 0h4" stroke="currentColor" stroke-width="2" stroke-linecap="square"/></svg>',sliders:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M17 4h2v10h-2V4zm0 12h-2v2h2v2h2v-2h2v-2h-4zm-4-6h-2v10h2V10zm-8 2H3v2h2v6h2v-6h2v-2H5zm8-8h-2v2H9v2h6V6h-2V4zM5 4h2v6H5V4z" fill="currentColor"/></svg>',"sort-alphabetic":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 2h2v2h-2V2zm0 2v2H9V4h2zm2 0h2v2h-2V4zM9 18v2h2v2h2v-2h2v-2h-2v2h-2v-2H9zM8 8H2v8h2v-2h2v2h2V8zm-2 4H4v-2h2v2zm6-1v-1h2v1h-2zm4-3h-6v8h6V8zm-4 6v-1h2v1h-2zm10-6h-4v8h4v-2h-2v-4h2V8z" fill="currentColor"/></svg>',"sort-numeric":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 2h-2v2H9v2h2V4h2v2h2V4h-2V2zM2 8h4v8H4v-6H2V8zm6 0h6v5h-4v1h4v2H8v-5h4v-1H8V8zm12 0h-4v2h4v1h-4v2h4v1h-4v2h6V8h-2zm-9 10v2H9v-2h2zm2 2h-2v2h2v-2zm0 0v-2h2v2h-2z" fill="currentColor"/></svg>',sort:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 20H6V8H4V6h2V4h2v2h2v2H8v12zm2-12v2h2V8h-2zM4 8v2H2V8h2zm14-4h-2v12h-2v-2h-2v2h2v2h2v2h2v-2h2v-2h2v-2h-2v2h-2V4z" fill="currentColor"/></svg>',speaker:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 2H3v20h18V2H4zm15 2v16H5V4h14zm-6 2h-2v2h2V6zm-5 4h8v6h-2v-4h-4v4H8v-6zm8 6H8v2h8v-2z" fill="currentColor"/></svg>',"speed-fast":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M15 5H9v2H5v2H3v2H1v6h2v2h2v-2H3v-6h2V9h4V7h6V5zm8 6h-2v6h-2v2h2v-2h2v-6zm-13 2h4v4h-4v-4zm6-2h-2v2h2v-2zm2-2v2h-2V9h2zm0 0V7h2v2h-2z" fill="currentColor"/></svg>',"speed-medium":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 5h-2v8h-1v4h4v-4h-1V5zM9 7H5v2H3v2H1v6h2v2h2v-2H3v-6h2V9h4V7zm12 4h2v6h-2v-6zm-2-2h2v2h-2V9zm0 0h-4V7h4v2zm2 8v2h-2v-2h2z" fill="currentColor"/></svg>',"speed-slow":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M9 5h6v2H9V5zm10 4h-4V7h4v2zm2 2h-2V9h2v2zm0 6v-6h2v6h-2zm0 0v2h-2v-2h2zM1 11h2v6H1v-6zm2 6h2v2H3v-2zm11-4h-4v-2H8V9H6V7H4v2h2v2h2v2h2v4h4v-4z" fill="currentColor"/></svg>',spotlight:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M5 2h16v20H3V2h2zm14 18V4H5v16h14zM13 6H7v2h6V6zm-6 4h10v8H7v-8z" fill="currentColor"/></svg>',store:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 3h16v2H4V3zm0 4h18v8h-2v6h-2v-6h-4v6H4v-6H2V7h2zm8 12v-4H6v4h6zm0-6h8V9H4v4h8z" fill="currentColor"/></svg>',subscriptions:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M18 2H6v2h12V2zM4 6h16v2H4V6zm-2 4h20v12H2V10zm18 10v-8H4v8h16z" fill="currentColor"/></svg>',subtitles:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M21 7h-8v10h8v-2h-6V9h6V7zM3 15V7h8v2H5v6h6v2H3v-2z" fill="currentColor"/></svg>',suitcase:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 3h8v4h6v14H2V7h6V3zm2 4h4V5h-4v2zM4 9v10h16V9H4zm4 2v6H6v-6h2zm10 0v6h-2v-6h2z" fill="currentColor"/></svg>',"sun-alt":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M13 0h-2v4h2V0ZM0 11v2h4v-2H0Zm24 0v2h-4v-2h4ZM13 24h-2v-4h2v4ZM8 6h8v2H8V6ZM6 8h2v8H6V8Zm2 10v-2h8v2H8Zm10-2h-2V8h2v8Zm2-14h2v2h-2V2Zm0 2v2h-2V4h2Zm2 18h-2v-2h2v2Zm-2-2h-2v-2h2v2ZM4 2H2v2h2v2h2V4H4V2ZM2 22h2v-2h2v-2H4v2H2v2Z"/></svg>',sun:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 3h-2v2h2V3zm4 2h2v2h-2V5zm-6 6h2v2h-2v-2zm-8 0h2v2H3v-2zm18 0h-2v2h2v-2zM5 5h2v2H5V5zm14 14h-2v-2h2v2zm-8 2h2v-2h-2v2zm-4-2H5v-2h2v2zM9 7h6v2H9V7zm0 8H7V9h2v6zm0 0v2h6v-2h2V9h-2v6H9z" fill="currentColor"/></svg>',switch:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 5V3h2v2H3zm4 2H5V5h2v2zm2 2H7V7h2v2zm2 2H9V9h2v2zm2 0h-2v2h2v2h2v2h2v2h-2v2h6v-6h-2v2h-2v-2h-2v-2h-2v-2zm2-2v2h-2V9h2zm2-2v2h-2V7h2zm0-2v2h2v2h2V3h-6v2h2zM5 19v-2h2v2H5zm0 0v2H3v-2h2zm2-2v-2h2v2H7z" fill="currentColor"/></svg>',sync:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 9V7h12V5h2v2h2v2h-2v2h-2V9H4zm12 2h-2v2h2v-2zm0-6h-2V3h2v2zm4 12v-2H8v-2h2v-2H8v2H6v2H4v2h2v2h2v2h2v-2H8v-2h12z" fill="currentColor"/></svg>',tab:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 3h20v18H2V3zm2 2v14h16V9h-8V5H4z" fill="currentColor"/></svg>',table:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 3h20v18H2V3zm2 4v5h7V7H4zm9 0v5h7V7h-7zm7 7h-7v5h7v-5zm-9 5v-5H4v5h7z" fill="currentColor"/></svg>',tea:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 4h18v7h-4v5H4V4zm14 5h2V6h-2v3zm-2-3h-4v2h2v4H8V8h2V6H6v8h10V6zm3 12v2H3v-2h16z" fill="currentColor"/></svg>',teach:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M9 2H5v4h4V2zm7 7V7H2v9h2v6h2v-6h2v6h2V9h6zm-5-7h11v14H11v-2h9V4h-9V2z" fill="currentColor"/></svg>',"text-add":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M19 4H3v2h16V4zm0 4H3v2h16V8zM3 12h8v2H3v-2zm8 4H3v2h8v-2zm7-1h3v2h-3v3h-2v-3h-3v-2h3v-3h2v3z" fill="currentColor"/></svg>',"text-colums":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 5H3v2h8V5zm10 0h-8v2h8V5zM3 9h8v2H3V9zm18 0h-8v2h8V9zM3 13h8v2H3v-2zm18 0h-8v2h8v-2zM3 17h8v2H3v-2zm18 0h-8v2h8v-2z" fill="currentColor"/></svg>',"text-search":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M20 4H4v2h16V4zm0 4H4v2h16V8zm-8 4H4v2h8v-2zm8 0h-6v6h6v2h2v-2h-2v-6zm-4 4v-2h2v2h-2zm-4 0H4v2h8v-2z" fill="currentColor"/></svg>',"text-wrap":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M19 5H3v2h16v6h-6v-2h2V9h-2v2h-2v2H9v2h2v2h2v2h2v-2h-2v-2h6v-2h2V7h-2V5zM7 13H3v2h4v-2zM3 9h6v2H3V9z" fill="currentColor"/></svg>',timeline:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M7 7h4v4H7V7zm-2 6v-2h2v2H5zm0 0v4H1v-4h4zm8 0h-2v-2h2v2zm4 0h-4v4h4v-4zm2-2v2h-2v-2h2zm0 0h4V7h-4v4z" fill="currentColor"/></svg>',"toggle-left":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 5h16v2H4V5zm0 12H2V7h2v10zm16 0v2H4v-2h16zm0 0h2V7h-2v10zM10 9H6v6h4V9z" fill="currentColor"/></svg>',"toggle-right":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 5h16v2H4V5zm0 12H2V7h2v10zm16 0v2H4v-2h16zm0 0h2V7h-2v10zm-2-8h-4v6h4V9z" fill="currentColor"/></svg>',tournament:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M9 2H2v2h5v4H2v2h7V7h5v10H9v-3H2v2h5v4H2v2h7v-3h7v-6h6v-2h-6V5H9V2z" fill="currentColor"/></svg>',"track-changes":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 2H2v20h20V4h-2v16H4V4h7v2H6v12h12V8h-2v8H8V8h3v2h-1v4h4v-4h-1V2h-2z" fill="currentColor"/></svg>',"trash-alt":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 2v4h6v2h-2v14H4V8H2V6h6V2h8zm-2 2h-4v2h4V4zm0 4H6v12h12V8h-4z" fill="currentColor"/></svg>',trash:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 2v4h6v2h-2v14H4V8H2V6h6V2h8zm-2 2h-4v2h4V4zm0 4H6v12h12V8h-4zm-5 2h2v8H9v-8zm6 0h-2v8h2v-8z" fill="currentColor"/></svg>',"trending-down":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 8h2v2h2v2h2v2h2v-2h2v-2h2v2h2v2h2v2h-4v2h8v-8h-2v4h-2v-2h-2v-2h-2V8h-2v2h-2v2H8v-2H6V8H4V6H2v2z" fill="currentColor"/></svg>',"trending-up":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M14 6h8v8h-2v-4h-2V8h-4V6zm2 6v-2h2v2h-2zm-2 2v-2h2v2h-2zm-2 0h2v2h-2v-2zm-2-2h2v2h-2v-2zm-2 0v-2h2v2H8zm-2 2v-2h2v2H6zm-2 2v-2h2v2H4zm0 0v2H2v-2h2z" fill="currentColor"/></svg>',trending:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 4h2v14h16v2H3V4zm6 10H7v2h2v-2zm2-2v2H9v-2h2zm2 0v-2h-2v2h2zm2 0h-2v2h2v-2zm2-2h-2v2h2v-2zm2-2v2h-2V8h2zm0 0V6h2v2h-2z" fill="currentColor"/></svg>',trophy:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M16 3H6v2H2v10h6V5h8v10h6V5h-4V3h-2zm4 4v6h-2V7h2zM6 13H4V7h2v6zm12 2H6v2h12v-2zm-7 2h2v2h3v2H8v-2h3v-2z" fill="currentColor"/></svg>',truck:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 4h14v4h4v2h-4v6h6v-4h2v6h-4v2h-4v-2H8v2H4v-2H0V4h2zm20 8h-2v-2h2v2zm-8-2V6H2v10h12v-6z" fill="currentColor"/></svg>',undo:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 4h2v2H8V4zm10 6V8H8V6H6v2H4v2h2v2h2v2h2v-2H8v-2h10zm0 8v-8h2v8h-2zm0 0v2h-6v-2h6z" fill="currentColor"/></svg>',ungroup:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M7 3H3v4h4V3zm0 14H3v4h4v-4zM17 3h4v4h-4V3zm4 14h-4v4h4v-4zM8 8h2v2H8V8zm4 2h-2v4H8v2h2v-2h4v2h2v-2h-2v-4h2V8h-2v2h-2z" fill="currentColor"/></svg>',unlink:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 4h-2v16h2V4zM4 6h5v2H4v8h5v2H2V6h2zm11 0h7v12h-7v-2h5V8h-5V6z" fill="currentColor"/></svg>',upload:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 5V3h2v2h2v2h2v2h-2V7h-2v10h-2V7H9v2H7V7h2V5h2zM3 15v6h18v-6h-2v4H5v-4H3z" fill="currentColor"/></svg>',"user-minus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M12 2h6v2h-6v6h-2V4h2V2zm0 8h6v2h-6v-2zm8-6h-2v6h2V4zM9 16H7v6h16v-6h-2v4H9v-4h12v-2H9v2zm-2-6H1v2h6v-2z" fill="currentColor"/></svg>',"user-plus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M18 2h-6v2h-2v6h2V4h6V2zm0 8h-6v2h6v-2zm0-6h2v6h-2V4zM7 16h2v-2h12v2H9v4h12v-4h2v6H7v-6zM3 8h2v2h2v2H5v2H3v-2H1v-2h2V8z" fill="currentColor"/></svg>',"user-x":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M12 2h6v2h-6v6h-2V4h2V2zm0 8h6v2h-6v-2zm8-6h-2v6h2V4zM7 16v6h16v-6h-2v4H9v-4h12v-2H9v2H7zm-1-6H4V8H2v2h2v2H2v2h2v-2h2v2h2v-2H6v-2zm0 0h2V8H6v2z" fill="currentColor"/></svg>',user:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M15 2H9v2H7v6h2V4h6V2zm0 8H9v2h6v-2zm0-6h2v6h-2V4zM4 16h2v-2h12v2H6v4h12v-4h2v6H4v-6z" fill="currentColor"/></svg>',users:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 0H5v2H3v6h2v2h6V8H5V2h6V0zm0 2h2v6h-2V2zM0 14h2v4h12v2H0v-6zm2 0h12v-2H2v2zm14 0h-2v6h2v-6zM15 0h4v2h-4V0zm4 8h-4v2h4V8zm0-6h2v6h-2V2zm5 12h-2v4h-4v2h6v-6zm-6-2h4v2h-4v-2z" fill="currentColor"/></svg>',"video-off":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 5H2v14h14v-4h2v2h2v2h2V5h-2v2h-2v2h-2V5H4zm10 12H4V7h10v10zm-4-6H8V9H6v2h2v2H6v2h2v-2h2v2h2v-2h-2v-2zm0 0V9h2v2h-2z" fill="currentColor"/></svg>',video:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 5h14v4h2V7h2V5h2v14h-2v-2h-2v-2h-2v4H2V5zm2 12h10V7H4v10z" fill="currentColor"/></svg>',"view-col":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 5h20v14H2V5zm2 2v10h4V7H4zm6 0v10h4V7h-4zm6 0v10h4V7h-4z" fill="currentColor"/></svg>',"view-list":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M2 5h20v14H2V5zm2 2v2h16V7H4zm16 4H4v2h16v-2zm0 4H4v2h16v-2z" fill="currentColor"/></svg>',"viewport-narrow":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M10 2H8v4h2V4h4v2h2V2h-6zM8 20v-2h2v2h4v-2h2v4H8v-2zm9-9h5v2h-5v2h-2v-2h-2v-2h2V9h2v2zm0-2V7h2v2h-2zm0 6h2v2h-2v-2zM2 11h5V9h2v2h2v2H9v2H7v-2H2v-2zm5 4v2H5v-2h2zm0-6V7H5v2h2z" fill="currentColor"/></svg>',"viewport-wide":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 2H2v4h2V4h16v2h2V2H4zM2 20v-2h2v2h16v-2h2v4H2v-2zm16-9h-5v2h5v2h-2v2h2v-2h2v-2h2v-2h-2V9h-2V7h-2v2h2v2zm-7 0H6V9h2V7H6v2H4v2H2v2h2v2h2v2h2v-2H6v-2h5v-2z" fill="currentColor"/></svg>',visible:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path fill="currentColor" d="M0 0h2v2H0V0Zm2 2h2v2H2V2Zm18 0h2v2h-2V2Zm2-2h2v2h-2V0ZM2 20h2v2H2v-2Zm-2 2h2v2H0v-2Zm20-2h2v2h-2v-2Zm2 2h2v2h-2v-2ZM8 17h8v2H8v-2Zm8-2h4v2h-4v-2Zm-8 0H4v2h4v-2Zm8-8h4v2h-4V7ZM8 7H4v2h4V7Zm12 2h2v2h-2V9ZM4 9H2v2h2V9Zm18 2h2v2h-2v-2ZM2 11H0v2h2v-2Zm18 2h2v2h-2v-2ZM4 13H2v2h2v-2Zm4-8h8v2H8V5Zm2 5h4v4h-4v-4Z"/></svg>',"volume-1":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M15 2h-2v2h-2v2H9v2H5v8h4v2h2v2h2v2h2V2zm-4 16v-2H9v-2H7v-4h2V8h2V6h2v12h-2zm6-8h2v4h-2v-4z" fill="currentColor"/></svg>',"volume-2":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 2h2v20h-2v-2H9v-2h2V6H9V4h2V2zM7 8V6h2v2H7zm0 8H3V8h4v2H5v4h2v2zm0 0v2h2v-2H7zm10-6h-2v4h2v-4zm2-2h2v8h-2V8zm0 8v2h-4v-2h4zm0-10v2h-4V6h4z" fill="currentColor"/></svg>',"volume-3":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M11 2H9v2H7v2H5v2H1v8h4v2h2v2h2v2h2V2zM7 18v-2H5v-2H3v-4h2V8h2V6h2v12H7zm6-8h2v4h-2v-4zm8-6h-2V2h-6v2h6v2h2v12h-2v2h-6v2h6v-2h2v-2h2V6h-2V4zm-2 4h-2V6h-4v2h4v8h-4v2h4v-2h2V8z" fill="currentColor"/></svg>',"volume-minus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M12 2h-2v2H8v2H6v2H2v8h4v2h2v2h2v2h2V2zM8 18v-2H6v-2H4v-4h2V8h2V6h2v12H8zm14-7h-8v2h8v-2z" fill="currentColor"/></svg>',"volume-plus":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M10 2h2v20h-2v-2H8v-2h2V6H8V4h2V2zM6 8V6h2v2H6zm0 8H2V8h4v2H4v4h2v2zm0 0v2h2v-2H6zm13-5h3v2h-3v3h-2v-3h-3v-2h3V8h2v3z" fill="currentColor"/></svg>',"volume-vibrate":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M14 2h-2v2h-2v2H8v2H4v8h4v2h2v2h2v2h2V2zm-4 16v-2H8v-2H6v-4h2V8h2V6h2v12h-2zm8-15h-2v2h2v2h-2v2h2v2h-2v2h2v2h-2v2h2v2h-2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2V9h-2V7h2V5h-2V3z" fill="currentColor"/></svg>',"volume-x":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13 2h-2v2H9v2H7v2H3v8h4v2h2v2h2v2h2V2zM9 18v-2H7v-2H5v-4h2V8h2V6h2v12H9zm10-6.777h-2v-2h-2v2h2v2h-2v2h2v-2h2v2h2v-2h-2v-2zm0 0h2v-2h-2v2z" fill="currentColor"/></svg>',volume:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M15 2h2v20h-2v-2h-2v-2h2V6h-2V4h2V2zm-4 6V6h2v2h-2zm-2 2h2V8H7v8h4v2h2v-2h-2v-2H9v-4z" fill="currentColor"/></svg>',wallet:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M18 3H2v18h18v-4h2V7h-2V3h-2zm0 14v2H4V5h14v2h-8v10h8zm2-2h-8V9h8v6zm-4-4h-2v2h2v-2z" fill="currentColor"/></svg>',"warning-box":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M3 3h16v2H5v14h14v2H3V3zm18 0h-2v18h2V3zM11 15h2v2h-2v-2zm2-8h-2v6h2V7z" fill="currentColor"/></svg>',wind:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M12 3H8v2h4v2H2v2h12V3h-2zm10 8V7h-6v2h4v2H2v2h20v-2zM2 17v-2h14v6h-6v-2h4v-2H2z" fill="currentColor"/></svg>',zap:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M12 1h2v8h8v4h-2v-2h-8V5h-2V3h2V1zM8 7V5h2v2H8zM6 9V7h2v2H6zm-2 2V9h2v2H4zm10 8v2h-2v2h-2v-8H2v-4h2v2h8v6h2zm2-2v2h-2v-2h2zm2-2v2h-2v-2h2zm0 0h2v-2h-2v2z" fill="currentColor"/></svg>',"zoom-in":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M14 2H6v2H4v2H2v8h2v2h2v2h8v-2h2v2h2v2h2v2h2v-2h-2v-2h-2v-2h-2v-2h2V6h-2V4h-2V2zm0 2v2h2v8h-2v2H6v-2H4V6h2V4h8zM9 6h2v3h3v2h-3v3H9v-3H6V9h3V6z" fill="currentColor"/></svg>',"zoom-out":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M14 2H6v2H4v2H2v8h2v2h2v2h8v-2h2v2h2v2h2v2h2v-2h-2v-2h-2v-2h-2v-2h2V6h-2V4h-2V2zm0 2v2h2v8h-2v2H6v-2H4V6h2V4h8zm0 5v2H6V9h8z" fill="currentColor"/></svg>',check:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 6h2v2h-2V6zm-2 4V8h2v2h-2zm-2 2v-2h2v2h-2zm-2 2h2v-2h-2v2zm-2 2h2v-2h-2v2zm-2 0v2h2v-2H8zm-2-2h2v2H6v-2zm0 0H4v-2h2v2z" fill="currentColor"/></svg>',close:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 5h2v2H5V5zm4 4H7V7h2v2zm2 2H9V9h2v2zm2 0h-2v2H9v2H7v2H5v2h2v-2h2v-2h2v-2h2v2h2v2h2v2h2v-2h-2v-2h-2v-2h-2v-2zm2-2v2h-2V9h2zm2-2v2h-2V7h2zm0 0V5h2v2h-2z" fill="currentColor"/></svg>',"close-box":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3H3v18h18V3H5zm14 2v14H5V5h14zm-8 4H9V7H7v2h2v2h2v2H9v2H7v2h2v-2h2v-2h2v2h2v2h2v-2h-2v-2h-2v-2h2V9h2V7h-2v2h-2v2h-2V9z" fill="currentColor"/></svg>',"info-box":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3h2v18H3V3zm16 0H5v2h14v14H5v2h16V3h-2zm-8 6h2V7h-2v2zm2 8h-2v-6h2v6z" fill="currentColor"/></svg>',"warning-box":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3h16v2H5v14h14v2H3V3zm18 0h-2v18h2V3zM11 15h2v2h-2v-2zm2-8h-2v6h2V7z" fill="currentColor"/></svg>',loader:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 2h-2v6h2V2zm0 14h-2v6h2v-6zm9-5v2h-6v-2h6zM8 13v-2H2v2h6zm7-6h2v2h-2V7zm4-2h-2v2h2V5zM9 7H7v2h2V7zM5 5h2v2H5V5zm10 12h2v2h2v-2h-2v-2h-2v2zm-8 0v-2h2v2H7v2H5v-2h2z" fill="currentColor"/></svg>',eye:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 6h8v2H8V6zm-4 4V8h4v2H4zm-2 2v-2h2v2H2zm0 2v-2H0v2h2zm2 2H2v-2h2v2zm4 2H4v-2h4v2zm8 0v2H8v-2h8zm4-2v2h-4v-2h4zm2-2v2h-2v-2h2zm0-2h2v2h-2v-2zm-2-2h2v2h-2v-2zm0 0V8h-4v2h4zm-10 1h4v4h-4v-4z" fill="currentColor"/></svg>',"eye-closed":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 7h2v2H0V7zm4 4H2V9h2v2zm4 2v-2H4v2H2v2h2v-2h4zm8 0H8v2H6v2h2v-2h8v2h2v-2h-2v-2zm4-2h-4v2h4v2h2v-2h-2v-2zm2-2v2h-2V9h2zm0 0V7h2v2h-2z" fill="currentColor"/></svg>',"chevron-down":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 8H5v2h2v2h2v2h2v2h2v-2h2v-2h2v-2h2V8h-2v2h-2v2h-2v2h-2v-2H9v-2H7V8z" fill="currentColor"/></svg>',"chevron-up":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 16H5v-2h2v-2h2v-2h2V8h2v2h2v2h2v2h2v2h-2v-2h-2v-2h-2v-2h-2v2H9v2H7v2z" fill="currentColor"/></svg>',"chevron-right":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 5v2h2V5H8zm4 4V7h-2v2h2zm2 2V9h-2v2h2zm0 2h2v-2h-2v2zm-2 2v-2h2v2h-2zm0 0h-2v2h2v-2zm-4 4v-2h2v2H8z" fill="currentColor"/></svg>',"chevron-left":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 5v2h-2V5h2zm-4 4V7h2v2h-2zm-2 2V9h2v2h-2zm0 2H8v-2h2v2zm2 2v-2h-2v2h2zm0 0h2v2h-2v-2zm4 4v-2h-2v2h2z" fill="currentColor"/></svg>',home:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2h-4v2H8v2H6v2H4v2H2v2h2v10h7v-6h2v6h7V12h2v-2h-2V8h-2V6h-2V4h-2V2zm0 2v2h2v2h2v2h2v2h-2v8h-3v-6H9v6H6v-8H4v-2h2V8h2V6h2V4h4z" fill="currentColor"/></svg>',user:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 2H9v2H7v6h2V4h6V2zm0 8H9v2h6v-2zm0-6h2v6h-2V4zM4 16h2v-2h12v2H6v4h12v-4h2v6H4v-6z" fill="currentColor"/></svg>',search:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 2h8v2H6V2zM4 6V4h2v2H4zm0 8H2V6h2v8zm2 2H4v-2h2v2zm8 0v2H6v-2h8zm2-2h-2v2h2v2h2v2h2v2h2v-2h-2v-2h-2v-2h-2v-2zm0-8h2v8h-2V6zm0 0V4h-2v2h2z" fill="currentColor"/></svg>',"moon-star":'<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"><path d="M6 2h8v2h-2v2h-2V4H6V2ZM4 6V4h2v2H4Zm0 10H2V6h2v10Zm2 2H4v-2h2v2Zm2 2H6v-2h2v2Zm10 0v2H8v-2h10Zm2-2v2h-2v-2h2Zm-2-4v-2h2v-2h2v8h-2v-4h-2Zm-6 0h6v2h-6v-2Zm-2-2h2v2h-2v-2Zm0 0V6H8v6h2Zm8-10h2v2h2v2h-2v2h-2V6h-2V4h2V2Z"/></svg>',heart:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 2H5v2H3v2H1v6h2v2h2v2h2v2h2v2h2v2h2v-2h2v-2h2v-2h2v-2h2v-2h2V6h-2V4h-2V2h-4v2h-2v2h-2V4H9V2zm0 2v2h2v2h2V6h2V4h4v2h2v6h-2v2h-2v2h-2v2h-2v2h-2v-2H9v-2H7v-2H5v-2H3V6h2V4h4z" fill="currentColor"/></svg>',circle:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 3H7v2H5v2H3v10h2v2h2v2h10v-2h2v-2h2V7h-2V5h-2V3zm0 2v2h2v10h-2v2H7v-2H5V7h2V5h10z" fill="currentColor"/></svg>',sliders:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17 4h2v10h-2V4zm0 12h-2v2h2v2h2v-2h2v-2h-4zm-4-6h-2v10h2V10zm-8 2H3v2h2v6h2v-6h2v-2H5zm8-8h-2v2H9v2h6V6h-2V4zM5 4h2v6H5V4z" fill="currentColor"/></svg>',notification:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 4V2h-4v2H5v2h14V4h-5zm5 12H5v-4H3v6h5v4h2v-4h4v2h-4v2h6v-4h5v-6h-2V6h-2v8h2v2zM5 6v8h2V6H5z" fill="currentColor"/></svg>',alert:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 1h-2v2H9v2H7v2H5v2H3v2H1v2h2v2h2v2h2v2h2v2h2v2h2v-2h2v-2h2v-2h2v-2h2v-2h2v-2h-2V9h-2V7h-2V5h-2V3h-2V1zm0 2v2h2v2h2v2h2v2h2v2h-2v2h-2v2h-2v2h-2v2h-2v-2H9v-2H7v-2H5v-2H3v-2h2V9h2V7h2V5h2V3h2zm0 4h-2v6h2V7zm0 8h-2v2h2v-2z" fill="currentColor"/></svg>',bookmark:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 2H6v2h12v16h-2v-2h-2v-2h-4v2H8v2H6V2H4v20h4v-2h2v-2h4v2h2v2h4V2h-2z" fill="currentColor"/></svg>',zap:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1h2v8h8v4h-2v-2h-8V5h-2V3h2V1zM8 7V5h2v2H8zM6 9V7h2v2H6zm-2 2V9h2v2H4zm10 8v2h-2v2h-2v-8H2v-4h2v2h8v6h2zm2-2v2h-2v-2h2zm2-2v2h-2v-2h2zm0 0h2v-2h-2v2z" fill="currentColor"/></svg>',gift:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 12v8h-7m7-8h2V8h-3m1 4H5m13-4V4h-6m6 4H6m0 0V4h6M6 8H3v4h2m0 0v8h7m0 0V4" stroke="currentColor" stroke-width="2"/></svg>',music:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 4h12v16h-8v-8h6V8h-8v12H2v-8h6V4zm0 10H4v4h4v-4zm10 0h-4v4h4v-4z" fill="currentColor"/></svg>',coffee:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 4h18v7h-4v5H4V4zm14 5h2V6h-2v3zm-2-3H6v8h10V6zm3 14H3v-2h16v2z" fill="currentColor"/></svg>',edit:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 2h-2v2h-2v2h-2v2h-2v2H8v2H6v2H4v2H2v6h6v-2h2v-2h2v-2h2v-2h2v-2h2v-2h2V8h2V6h-2V4h-2V2zm0 8h-2v2h-2v2h-2v2h-2v2H8v-2H6v-2h2v-2h2v-2h2V8h2V6h2v2h2v2zM6 16H4v4h4v-2H6v-2z" fill="currentColor"/></svg>',trash:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 2v4h6v2h-2v14H4V8H2V6h6V2h8zm-2 2h-4v2h4V4zm0 4H6v12h12V8h-4zm-5 2h2v8H9v-8zm6 0h-2v8h2v-8z" fill="currentColor"/></svg>',upload:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 5V3h2v2h2v2h2v2h-2V7h-2v10h-2V7H9v2H7V7h2V5h2zM3 15v6h18v-6h-2v4H5v-4H3z" fill="currentColor"/></svg>',message:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H2v20h2V4h16v12H6v2H4v2h2v-2h16V2h-2z" fill="currentColor"/></svg>',"external-link":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11V3h-8v2h4v2h-2v2h-2v2h-2v2H9v2h2v-2h2v-2h2V9h2V7h2v4h2zM11 5H3v16h16v-8h-2v6H5V7h6V5z" fill="currentColor"/></svg>',link:'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 6h7v2H4v8h7v2H2V6h2zm16 0h-7v2h7v8h-7v2h9V6h-2zm-3 5H7v2h10v-2z" fill="currentColor"/></svg>',"arrow-left":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8v2H6v-2H4v-2h2V9h2v2h12zM10 7H8v2h2V7zm0 0h2V5h-2v2zm0 10H8v-2h2v2zm0 0h2v2h-2v-2z" fill="currentColor"/></svg>',"arrow-right":'<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 11v2h12v2h2v-2h2v-2h-2V9h-2v2H4zm10-4h2v2h-2V7zm0 0h-2V5h2v2zm0 10h2v-2h-2v2zm0 0h-2v2h2v-2z" fill="currentColor"/></svg>'},al=D(U);function sl(){(function(e){for(const[o,t]of Object.entries(e))lr.set(o,rr(t))})(il)}const W0={"bg-color":"color","border-color":"dark","shadow-color":"dark"},cl=D(q(n.defineComponent({name:"PxIndicator",__name:"Indicator",props:{placement:{default:"top-end"},type:{default:"primary"},color:{},offset:{},inline:{type:Boolean},processing:{type:Boolean}},setup(e){const o=e,t=n.useSlots(),v=n.computed((()=>!t.indicator)),r=n.computed((()=>o.color?re(te(o.color),"px-indicator",W0):{})),h=n.computed((()=>o.offset?{"--px-indicator-offset-x":`${o.offset[0]}px`,"--px-indicator-offset-y":`${o.offset[1]}px`}:{}));return(l,i)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["px-indicator",{"is-inline":l.inline}])},[n.renderSlot(l.$slots,"default",{},void 0,!0),l.processing&&v.value?(n.openBlock(),n.createElementBlock("span",{key:0,class:n.normalizeClass(["px-indicator__ping",[`px-indicator__ping--${l.placement}`,`px-indicator__ping--${l.type}`]]),style:n.normalizeStyle([r.value,h.value])},null,6)):n.createCommentVNode("",!0),n.createElementVNode("div",{class:n.normalizeClass(["px-indicator__item",[`px-indicator__item--${l.placement}`,`px-indicator__item--${l.type}`,{"is-dot":v.value,"is-processing":l.processing}]]),style:n.normalizeStyle([r.value,h.value])},[n.renderSlot(l.$slots,"indicator",{},void 0,!0)],6)],2))}}),[["__scopeId","data-v-84fa8f8b"]])),X0=new Set(["primary","success","warning","danger","info"]),U0={default:{"border-color":"color","hover-border-color":"dark","focus-border-color":"dark","shadow-color":"dark","focus-shadow-color":"dark"},ghost:{"border-color":"transparent","hover-border-color":"color","focus-border-color":"dark","shadow-color":"transparent","focus-shadow-color":"dark"}},K0={key:0,class:"px-input__prepend"},J0={key:0,class:"px-input__prefix"},Y0=["id","type","disabled","readonly","autocomplete","placeholder","autofocus","form"],Q0={key:1,class:"px-input__suffix"},q0={key:1,class:"px-input__append"},ed=["id","disabled","readonly","autocomplete","placeholder","autofocus","form"],ft=n.defineComponent({name:"PxInput",inheritAttrs:!1,__name:"Input",props:{id:{},modelValue:{},type:{default:"text"},size:{},color:{},ghost:{type:Boolean},disabled:{type:Boolean},clearable:{type:Boolean},showPassword:{type:Boolean},placeholder:{},readonly:{type:Boolean},autocomplete:{default:"off"},autofocus:{type:Boolean},form:{}},emits:["update:modelValue","input","change","focus","blur","clear"],setup(e,{expose:o,emit:t}){const v=e,r=t,h=n.ref(v.modelValue),l=n.ref(!1),i=n.shallowRef(),s=n.shallowRef(),a=n.useAttrs(),{formItem:u}=n2(),c=n.computed((()=>i.value||s.value)),m=n.computed((()=>v.disabled)),d=n.computed((()=>X0.has(v.color??""))),p=n.computed((()=>!!v.color&&!d.value)),w=n.computed((()=>{if(!p.value)return{};const B=te(v.color),_=v.ghost?"ghost":"default";return re(B,"px-input",U0[_])})),f=n.computed((()=>v.clearable&&!!h.value&&!m.value&&b.value)),V=n.computed((()=>v.type==="password"&&v.showPassword&&!m.value&&!!h.value)),{wrapperRef:z,isFocused:b,handleFocus:g,handleBlur:y}=xr(c,{afterBlur(){u==null||u.validate("blur").catch((B=>{}))}}),x=()=>{h.value="",he(["input","change","update:modelValue"],(B=>r(B,""))),r("clear"),u==null||u.clearValidate()};function M(){r("update:modelValue",h.value),r("input",h.value)}function H(){r("change",h.value)}function C(){l.value=!l.value}return n.watch((()=>v.modelValue),(B=>{h.value=B,u==null||u.validate("change").catch((_=>{}))})),o({ref:c,focus:async()=>{var B;await n.nextTick(),(B=c.value)==null||B.focus()},blur:()=>{var B;(B=c.value)==null||B.blur()},select:()=>{var B;(B=c.value)==null||B.select()},clear:x}),(B,_)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["px-input",{[`px-input--${B.type}`]:B.type,[`px-input--${B.size}`]:B.size,[`px-input--${B.color}`]:d.value,"is-ghost":B.ghost,"is-disabled":m.value,"is-prepend":B.$slots.prepend,"is-append":B.$slots.append,"is-prefix":B.$slots.prefix,"is-suffix":B.$slots.suffix,"is-focus":n.unref(b)}]),style:n.normalizeStyle(w.value)},[B.type!=="textarea"?(n.openBlock(),n.createElementBlock(n.Fragment,{key:0},[B.$slots.prepend?(n.openBlock(),n.createElementBlock("div",K0,[n.renderSlot(B.$slots,"prepend")])):n.createCommentVNode("",!0),n.createElementVNode("div",{class:"px-input__wrapper",ref_key:"wrapperRef",ref:z},[B.$slots.prefix?(n.openBlock(),n.createElementBlock("span",J0,[n.renderSlot(B.$slots,"prefix")])):n.createCommentVNode("",!0),n.withDirectives(n.createElementVNode("input",n.mergeProps({class:"px-input__inner",ref_key:"inputRef",ref:i,id:n.unref(se)().value,type:B.showPassword?l.value?"text":"password":B.type,disabled:m.value,readonly:B.readonly,autocomplete:B.autocomplete,placeholder:B.placeholder,autofocus:B.autofocus,form:B.form,"onUpdate:modelValue":_[0]||(_[0]=E=>h.value=E)},n.unref(a),{onInput:M,onChange:H,onFocus:_[1]||(_[1]=(...E)=>n.unref(g)&&n.unref(g)(...E)),onBlur:_[2]||(_[2]=(...E)=>n.unref(y)&&n.unref(y)(...E))}),null,16,Y0),[[n.vModelDynamic,h.value]]),B.$slots.suffix||f.value||V.value?(n.openBlock(),n.createElementBlock("span",Q0,[n.renderSlot(B.$slots,"suffix"),f.value?(n.openBlock(),n.createBlock(U,{key:0,icon:"close-box",class:"px-input__clear",onClick:x,onMousedown:n.withModifiers(n.unref(hn),["prevent"])},null,8,["onMousedown"])):n.createCommentVNode("",!0),V.value&&l.value?(n.openBlock(),n.createBlock(U,{key:1,icon:"eye",class:"px-input__password",onClick:C})):n.createCommentVNode("",!0),V.value&&!l.value?(n.openBlock(),n.createBlock(U,{key:2,icon:"eye-closed",class:"px-input__password",onClick:C})):n.createCommentVNode("",!0)])):n.createCommentVNode("",!0)],512),B.$slots.append?(n.openBlock(),n.createElementBlock("div",q0,[n.renderSlot(B.$slots,"append")])):n.createCommentVNode("",!0)],64)):n.withDirectives((n.openBlock(),n.createElementBlock("textarea",n.mergeProps({key:1,class:"px-textarea__wrapper",ref_key:"textareaRef",ref:s,id:n.unref(se)().value,disabled:m.value,readonly:B.readonly,autocomplete:B.autocomplete,placeholder:B.placeholder,autofocus:B.autofocus,form:B.form,"onUpdate:modelValue":_[3]||(_[3]=E=>h.value=E)},n.unref(a),{onInput:M,onChange:H,onFocus:_[4]||(_[4]=(...E)=>n.unref(g)&&n.unref(g)(...E)),onBlur:_[5]||(_[5]=(...E)=>n.unref(y)&&n.unref(y)(...E))}),null,16,ed)),[[n.vModelText,h.value]])],6))}}),ul=D(ft),dl={command:{label:"⌘"},shift:{label:"⇧"},ctrl:{label:"Ctrl"},alt:{label:"⌥"},option:{label:"⌥"},enter:{label:"↵"},delete:{label:"⌫"},escape:{label:"Esc"},tab:{label:"Tab"},capslock:{label:"Caps"},up:{label:"▲",icon:"arrow-up"},down:{label:"▼",icon:"arrow-down"},left:{label:"◀",icon:"arrow-left"},right:{label:"▶",icon:"arrow-right"},space:{label:"Space"},win:{label:"⊞"},fn:{label:"Fn"},home:{label:"Home"},end:{label:"End"},pageup:{label:"PgUp"},pagedown:{label:"PgDn"}},od=new Set(["up","down","left","right"]),nd={key:0,class:"px-kbd__key"},td={key:1,class:"px-kbd__key"},vd=["title"],rd={key:0,class:"px-kbd__key"},ml=D(q(n.defineComponent({name:"PxKbd",__name:"Kbd",props:{size:{default:"default"},keys:{}},setup(e){const o=e,t=n.computed((()=>({[`px-kbd--${o.size}`]:o.size!=="default"})));function v(r){return od.has(r)}return(r,h)=>(n.openBlock(),n.createElementBlock("span",{class:n.normalizeClass(["px-kbd",t.value])},[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(r.keys,(l=>(n.openBlock(),n.createElementBlock(n.Fragment,{key:l},[v(l)?(n.openBlock(),n.createElementBlock("kbd",nd,[n.createVNode(U,{icon:n.unref(dl)[l].icon,size:"xs"},null,8,["icon"])])):(n.openBlock(),n.createElementBlock("kbd",td,[n.createElementVNode("abbr",{title:l,class:"px-kbd__abbr"},n.toDisplayString(n.unref(dl)[l].label),9,vd)]))],64)))),128)),r.$slots.default?(n.openBlock(),n.createElementBlock("kbd",rd,[n.renderSlot(r.$slots,"default",{},void 0,!0)])):n.createCommentVNode("",!0)],2))}}),[["__scopeId","data-v-fa07bd0e"]])),hd=["href","target"],pl=D(q(n.defineComponent({name:"PxLink",__name:"Link",props:{type:{},underline:{type:Boolean,default:!0},disabled:{type:Boolean},href:{},target:{},color:{}},emits:["click"],setup(e,{emit:o}){const t=e,v=o,r={"text-color":"color","hover-color":"dark"},h=n.computed((()=>t.color?re(te(t.color),"px-link",r):{})),l=i=>{t.disabled||v("click",i)};return(i,s)=>(n.openBlock(),n.createElementBlock("a",{class:n.normalizeClass(["px-link",{[`px-link--${i.type}`]:i.type,"is-underline":i.underline,"is-disabled":i.disabled}]),href:i.disabled?void 0:i.href,target:i.target,style:n.normalizeStyle(h.value),onClick:l},[n.renderSlot(i.$slots,"default",{},void 0,!0)],14,hd))}}),[["__scopeId","data-v-d754ba7d"]])),fl=q(n.defineComponent({name:"PxLoadingIndicator",__name:"LoadingIndicator",props:{variant:{default:"spinner"},size:{default:"md"},type:{default:"primary"},color:{}},setup(e){const o=e,t=n.computed((()=>o.color?{"--px-loading-indicator-color":o.color}:{}));return(v,r)=>(n.openBlock(),n.createElementBlock("span",{class:n.normalizeClass(["px-loading-indicator",[`px-loading-indicator--${v.variant}`,`px-loading-indicator--${v.size}`,`px-loading-indicator--${v.type}`]]),style:n.normalizeStyle(t.value),role:"status","aria-label":"Loading"},r[0]||(r[0]=[n.createElementVNode("span",{class:"px-loading-indicator__inner"},null,-1)]),6))}}),[["__scopeId","data-v-1435ecee"]]),ld={class:"px-loading__spinner"},id={key:1,class:"px-loading-text"},ad=n.defineComponent({name:"PxLoading",inheritAttrs:!1,__name:"Loading",props:{visible:{},background:{},spinner:{},text:{},fullscreen:{},lock:{},beforeClose:{type:Function},closed:{type:Function},target:{},body:{type:Boolean},zIndex:{},onAfterLeave:{type:Function}},setup(e){n.useCssVars((t=>({d4003bba:t.background,b5c47826:t.zIndex})));const o=e;return(t,v)=>(n.openBlock(),n.createBlock(n.Transition,{name:"fade-in-linear",onAfterLeave:t.onAfterLeave},{default:n.withCtx((()=>[n.withDirectives(n.createElementVNode("div",{class:n.normalizeClass(["px-loading px-loading__mask",{"is-fullscreen":t.fullscreen}]),role:"status","aria-live":"polite"},[n.createElementVNode("div",ld,[o.spinner!==!1?(n.openBlock(),n.createBlock(fl,{key:0,variant:"spinner",size:"lg"})):n.createCommentVNode("",!0),t.text?(n.openBlock(),n.createElementBlock("p",id,n.toDisplayString(t.text),1)):n.createCommentVNode("",!0)])],2),[[n.vShow,o.visible.value]])])),_:1},8,["onAfterLeave"]))}}),gl="px-loading-parent--relative",wl="px-loading-parent--hiden",Fo="px-loading-numb",Go=new Map,{nextZIndex:sd}=X2(3e3);function zl(e=document.body){e.classList.remove(wl)}function gt(e=document.body){return e.getAttribute(Fo)}let Wo=null;function Xo(e={}){var r;const o=(function(h){let l;return l=_e(h.target)?document.querySelector(h.target)??document.body:h.target||document.body,{parent:l===document.body||h.body?document.body:l,background:h.background??"rgba(0, 0, 0, 0.5)",spinner:h.spinner,text:h.text,fullscreen:l===document.body&&(h.fullscreen??!0),lock:h.lock??!1,visible:h.visible??!0,target:l}})(e),t=o.parent??document.body;if(o.fullscreen&&!Ge(Wo))return Wo;if((function(h=document.body){const l=gt(h)??"0";h.setAttribute(Fo,`${Number.parseInt(l,10)+1}`)})(o==null?void 0:o.parent),Go.has(t))return Go.get(t);const v=(function(h){const l=n.ref(h.visible),i=n.ref(!1),s=()=>{i.value&&u()},a=n.reactive({...h,onAfterLeave:s}),u=()=>{var w,f;const p=a.parent;(function(V=document.body){const z=gt(V);if(z){const b=Number.parseInt(z,10)-1;b===0?(function(g=document.body){g.removeAttribute(Fo)})(V):V.setAttribute(Fo,`${b}`)}})(p),gt(p)||(On((()=>{(function(V=document.body){V.classList.remove(gl)})(p),zl(p)}),1),Go.delete(p??document.body),(f=(w=d.$el)==null?void 0:w.parentNode)==null||f.removeChild(d.$el),m.unmount())};let c;const m=n.createApp(ad,{...a,zIndex:a.fullscreen?sd():void 0,visible:l}),d=m.mount(document.createElement("div"));return{get $el(){return d.$el},vm:d,close:()=>{var p;h.beforeClose&&!h.beforeClose()||(i.value=!0,clearTimeout(c),c=ya(s),l.value=!1,(p=h.closed)==null||p.call(h))},visible:l,setText:p=>a.text=p}})({...o,closed:()=>{var h;(h=o.closed)==null||h.call(o),o.fullscreen&&(Wo=null)}});return(function(h,l=document.body){h.lock?(function(i=document.body){i.classList.add(wl)})(l):zl(l),(function(i=document.body){i.classList.add(gl)})(l)})(e,o==null?void 0:o.parent),(r=o.parent)==null||r.appendChild(v.$el),n.nextTick((()=>v.visible.value=!!o.visible)),o.fullscreen&&(Wo=v),Go.set(t,v),v}const Uo=Symbol("loading");function Vl(e,o){const t=l=>e.getAttribute(`px-loading-${l}`),v=l=>o.modifiers[l],r=v("fullscreen"),h={text:t("text"),spinner:t("spinner"),background:t("background"),target:r?void 0:e,body:v("body"),lock:v("lock"),fullscreen:r};e[Uo]={options:h,instance:Xo(h)}}const Ko={mounted(e,o){o.value&&Vl(e,o)},updated(e,o){var t;o.oldValue!==o.value&&(!o.value||o.oldValue?(t=e[Uo])==null||t.instance.close():Vl(e,o))},unmounted(e){var o;(o=e[Uo])==null||o.instance.close(),e[Uo]=void 0}},Hl=D(fl),xl={name:"PxLoading",install(e){e.directive("loading",Ko),e.config.globalProperties.$loading=Xo},directive:Ko,service:Xo},cd=["aria-live"],ud={class:"px-message__content"},dd={key:0,class:"px-message__close"},md=n.defineComponent({name:"PxMessage",__name:"Message",props:{id:{},message:{},duration:{default:3e3},showClose:{type:Boolean},center:{type:Boolean},type:{default:"info"},offset:{default:10},zIndex:{},transitionName:{default:"fade-up"},plain:{type:Boolean},ghost:{type:Boolean},icon:{},showTimer:{type:Boolean,default:!0},onDestroy:{}},setup(e,{expose:o}){const t=e,v=n.ref(!1),r=n.ref(),h=n.ref(0),{topOffset:l,bottomOffset:i}=Cr({getLastBottomOffset:m2(gd,t),offset:t.offset,boxHeight:h}),s=n.computed((()=>t.icon??Bo.get(t.type)??"circle-info")),a=n.computed((()=>({top:Se(l.value),zIndex:t.zIndex})));let u;function c(){t.duration!==0&&(u=On(d,t.duration))}function m(){clearTimeout(u)}function d(){m(),v.value=!1}return n.watch(v,(p=>{p||(h.value=-t.offset)})),n.onMounted((()=>{v.value=!0,c()})),n.onBeforeUnmount((()=>m())),o({close:d,bottomOffset:i}),(p,w)=>(n.openBlock(),n.createBlock(n.Transition,{name:p.transitionName,onEnter:w[0]||(w[0]=f=>h.value=r.value.getBoundingClientRect().height),onAfterLeave:w[1]||(w[1]=f=>!v.value&&p.onDestroy())},{default:n.withCtx((()=>[n.withDirectives(n.createElementVNode("div",{ref_key:"messageRef",ref:r,class:n.normalizeClass(["px-message",{[`px-message--${p.type}`]:p.type,"is-close":p.showClose,"text-center":p.center,"is-plain":p.plain,"is-ghost":p.ghost}]),style:n.normalizeStyle(a.value),role:"alert","aria-live":p.type==="danger"||p.type==="warning"?"assertive":"polite",onMouseenter:m,onMouseleave:c},[n.createVNode(U,{class:"px-message__icon",icon:s.value},null,8,["icon"]),n.createElementVNode("div",ud,[n.renderSlot(p.$slots,"default",{},(()=>[p.message?(n.openBlock(),n.createBlock(n.unref(Co),{key:0,vNode:p.message},null,8,["vNode"])):n.createCommentVNode("",!0)]))]),p.showClose?(n.openBlock(),n.createElementBlock("div",dd,[n.createVNode(U,{icon:"close",onClick:n.withModifiers(d,["stop"])})])):n.createCommentVNode("",!0),p.showTimer&&p.duration>0?(n.openBlock(),n.createElementBlock("div",{key:1,class:"px-message__timer",style:n.normalizeStyle({animationDuration:`${p.duration}ms`})},null,4)):n.createCommentVNode("",!0)],46,cd),[[n.vShow,v.value]])])),_:3},8,["name"]))}}),yl=["info","success","warning","danger","error"],Oe=n.shallowReactive([]),{nextZIndex:pd}=X2(),bl=sr((()=>Oe.length?Oe[Oe.length-1]:void 0)),fd={type:"info",duration:3e3,offset:10,transitionName:"fade-up"},Bl=e=>{const o=!e||n.isVNode(e)||_e(e)?{message:e}:e;return{...fd,...o}};function gd(){const e=R2(Oe,{id:this.id});return e<=0?0:Ce(Oe,[e-1,"vm","exposed","bottomOffset","value"])}const Jo=(e={})=>{const o=Bl(e),t=(!e||n.isVNode(e)||_e(e)?{}:e).max;return t&&t>0&&ar(Oe,t),(v=>{const r=se().value,h=document.createElement("div"),l={...v,id:r,zIndex:pd(),onDestroy:()=>{const c=R2(Oe,{id:r});c!==-1&&(Oe.splice(c,1),n.render(null,h),bl.unregister())}},i=n.h(md,l);n.render(i,h),document.body.appendChild(h.firstElementChild);const s=i.component,a={close:()=>s.exposed.close()},u={props:l,id:r,vm:s,vnode:i,handler:a};return Oe.push(u),bl.register(),u})(o).handler};he(yl,(e=>{F2(Jo,e,(o=>{const t=Bl(o);return Jo({...t,type:e})}))})),Jo.closeAll=function(e){he(Oe,(o=>{e?o.props.type===e&&o.handler.close():o.handler.close()}))};const Cl=ir(Jo,"$message"),wd=q(n.defineComponent({name:"PxOverlay",__name:"Overlay",props:{mask:{type:Boolean,default:!0},zIndex:{},overlayClass:{}},emits:["click"],setup(e,{emit:o}){const t=o;function v(r){t("click",r)}return(r,h)=>r.mask?(n.openBlock(),n.createElementBlock("div",{key:0,class:n.normalizeClass(["px-overlay",r.overlayClass]),style:n.normalizeStyle({zIndex:r.zIndex}),onClick:v},[n.renderSlot(r.$slots,"default",{},void 0,!0)],6)):(n.openBlock(),n.createElementBlock("div",{key:1,class:n.normalizeClass(r.overlayClass),style:n.normalizeStyle({zIndex:r.zIndex,position:"fixed",top:0,left:0,right:0,bottom:0})},[n.renderSlot(r.$slots,"default",{},void 0,!0)],6))}}),[["__scopeId","data-v-a64cd74a"]]),zd={class:"px-message-box__content"},Vd={key:1,class:"px-message-box__message"},Hd={class:"px-message-box__input"},xd={key:0,class:"px-message-box__error"},yd={class:"px-message-box__footer"},bd=n.defineComponent({name:"PxMessageBox",inheritAttrs:!1,__name:"MessageBox",props:{visible:{},doClose:{},doAction:{},destroy:{},title:{},message:{},type:{},boxType:{default:""},icon:{},callback:{},showClose:{type:Boolean,default:!0},showInput:{type:Boolean},showCancelButton:{type:Boolean},showConfirmButton:{type:Boolean,default:!0},cancelButtonText:{},confirmButtonText:{},cancelButtonLoading:{type:Boolean},confirmButtonLoading:{type:Boolean},cancelButtonDisabled:{type:Boolean},confirmButtonDisabled:{type:Boolean},cancelButtonType:{},confirmButtonType:{default:"primary"},roundButton:{type:Boolean,default:!1},center:{type:Boolean},lockScroll:{type:Boolean,default:!0},closeOnClickModal:{type:Boolean,default:!0},inputPlaceholder:{},inputValue:{default:""},inputType:{},buttonSize:{},beforeClose:{},customClass:{},customStyle:{},width:{},closeOnPressEscape:{type:Boolean,default:!0},inputSchema:{},inputErrorMessage:{},distinguishCancelAndClose:{type:Boolean,default:!0},overlayClass:{},closeOnHashChange:{type:Boolean,default:!0},draggable:{type:Boolean,default:!1},footer:{}},setup(e){const o=e,t=Gn(),{doAction:v}=o,{nextZIndex:r}=X2(),h=n.ref(),l=n.ref(),i=n.ref(),s=n.ref(),a=se(),u=`msgbox-title-${se().value}`,c=n.reactive({...o,zIndex:r()}),m=n.computed((()=>{var H;return((H=o.visible)==null?void 0:H.value)??!1})),d=n.computed((()=>!!c.message)),p=n.computed((()=>c.icon??Bo.get(c.type??""))),w=n.computed((()=>({...c.customStyle,...c.width?{"--px-message-box-width":typeof c.width=="number"?`${c.width}px`:c.width}:{}}))),f=n.ref(""),{activate:V,deactivate:z}=(function(H){let C=null,B=!1;function _(I){if(!B||I.key!=="Tab")return;const k=H.value;if(!k)return;const O=Array.from(k.querySelectorAll(ds)).filter(($=>$.offsetParent!==null));if(O.length===0)return void I.preventDefault();const N=O[0],P=O[O.length-1];I.shiftKey?document.activeElement!==N&&k.contains(document.activeElement)||(I.preventDefault(),P.focus()):document.activeElement!==P&&k.contains(document.activeElement)||(I.preventDefault(),N.focus())}function E(){B&&(B=!1,document.removeEventListener("keydown",_),C&&typeof C.focus=="function"&&C.focus(),C=null)}return n.onBeforeUnmount((()=>{E()})),{activate:function(){B||(C=document.activeElement,B=!0,document.addEventListener("keydown",_))},deactivate:E}})(h),{reset:b}=(function(H,C,B={}){let _=0,E=0,I=0,k=0,O=!1;function N(j){j.button===0&&(O=!0,I=j.clientX-_,k=j.clientY-E,document.addEventListener("mousemove",P),document.addEventListener("mouseup",$),j.preventDefault())}function P(j){if(!O)return;const T=H.value;if(!T)return;let R=j.clientX-I,X=j.clientY-k;if(B.constrainToViewport){const K=T.getBoundingClientRect(),we=document.documentElement.clientWidth,Re=document.documentElement.clientHeight,Je=K.left-_,Fe=K.top-E,b2=-Je,B2=we-Je-K.width,A=-Fe,L=Re-Fe-K.height;R=Math.max(b2,Math.min(B2,R)),X=Math.max(A,Math.min(L,X))}_=R,E=X,T.style.transform=`translate(${_}px, ${E}px)`}function $(){O=!1,document.removeEventListener("mousemove",P),document.removeEventListener("mouseup",$)}function W(j){j==null||j.removeEventListener("mousedown",N)}return n.watch(C,((j,T)=>{var R;W(T),O&&(O=!1,document.removeEventListener("mousemove",P),document.removeEventListener("mouseup",$)),(R=j)==null||R.addEventListener("mousedown",N)}),{immediate:!0}),n.onBeforeUnmount((()=>{W(C.value),document.removeEventListener("mousemove",P),document.removeEventListener("mouseup",$)})),{reset:function(){const j=H.value;_=0,E=0,j&&(j.style.transform="")}}})(n.computed((()=>c.draggable?h.value:void 0)),n.computed((()=>c.draggable?l.value:void 0)),{constrainToViewport:!0});function g(){o.closeOnClickModal&&M()}function y(H){if(c.inputType!=="textarea")return H.preventDefault(),x("confirm")}function x(H){if(H!=="confirm"||!c.showInput||(function(){var B;if(!c.inputSchema)return!0;const C=c.inputSchema.safeParse(c.inputValue??"");return C.success?(f.value="",!0):(f.value=c.inputErrorMessage??((B=C.error.issues[0])==null?void 0:B.message)??t.value.t("messagebox.error"),!1)})())if(ae(o.beforeClose)){const C=H==="confirm"?"confirmButtonLoading":H==="cancel"?"cancelButtonLoading":void 0;let B;C&&(c[C]=!0);try{B=o.beforeClose(H,c,(()=>{C&&(c[C]=!1),v(H,c.inputValue)}))}catch{return void(C&&(c[C]=!1))}B instanceof Promise&&B.catch((()=>{C&&(c[C]=!1)}))}else v(H,c.inputValue)}function M(){x(c.distinguishCancelAndClose===!1?"cancel":"close")}return n.watch((()=>{var H;return(H=o.visible)==null?void 0:H.value}),(H=>{H?(c.zIndex=r(),b(),n.nextTick((()=>{var C,B,_;o.boxType==="prompt"?(C=i.value)==null||C.focus():(_=(B=s.value)==null?void 0:B.$el)==null||_.focus(),V()}))):(z(),f.value="")})),W2(document,"keydown",(H=>{c.closeOnPressEscape&&m.value&&H.key==="Escape"&&M()})),W2(window,"hashchange",(()=>{c.closeOnHashChange&&m.value&&M()})),(H,C)=>(n.openBlock(),n.createBlock(n.Transition,{name:"fade-in-linear",onAfterLeave:H.destroy},{default:n.withCtx((()=>[n.withDirectives(n.createVNode(wd,{"z-index":c.zIndex,"overlay-class":c.overlayClass,mask:""},{default:n.withCtx((()=>[n.createElementVNode("div",{role:"dialog","aria-modal":"true","aria-labelledby":u,class:"px-overlay-message-box",onClick:g},[n.createElementVNode("div",{ref_key:"rootRef",ref:h,class:n.normalizeClass(["px-message-box",{"is-center":c.center,"is-draggable":c.draggable},c.type?`px-message-box--${c.type}`:"",c.customClass]),style:n.normalizeStyle(w.value),onClick:C[5]||(C[5]=n.withModifiers((()=>{}),["stop"]))},[n.unref(Ge)(c.title)?n.createCommentVNode("",!0):(n.openBlock(),n.createElementBlock("div",{key:0,ref_key:"headerRef",ref:l,class:"px-message-box__header"},[n.createElementVNode("div",{class:"px-message-box__title",id:u},[p.value&&c.center?(n.openBlock(),n.createBlock(U,{key:0,class:n.normalizeClass({[`px-icon-${c.type}`]:c.type}),icon:p.value},null,8,["class","icon"])):n.createCommentVNode("",!0),n.createTextVNode(" "+n.toDisplayString(c.title),1)]),H.showClose?(n.openBlock(),n.createElementBlock("button",{key:0,class:"px-message-box__header-btn",onClick:n.withModifiers(M,["stop"])},[n.createVNode(U,{icon:"close"})])):n.createCommentVNode("",!0)],512)),n.createElementVNode("div",zd,[p.value&&!c.center&&d.value?(n.openBlock(),n.createBlock(U,{key:0,class:n.normalizeClass({[`px-icon-${c.type}`]:c.type}),icon:p.value},null,8,["class","icon"])):n.createCommentVNode("",!0),d.value?(n.openBlock(),n.createElementBlock("div",Vd,[n.renderSlot(H.$slots,"default",{},(()=>[(n.openBlock(),n.createBlock(n.resolveDynamicComponent(c.showInput?"label":"p"),{for:c.showInput?n.unref(a):void 0},{default:n.withCtx((()=>[n.createTextVNode(n.toDisplayString(c.message),1)])),_:1},8,["for"]))]))])):n.createCommentVNode("",!0)]),n.withDirectives(n.createElementVNode("div",Hd,[n.createVNode(ft,{modelValue:c.inputValue,"onUpdate:modelValue":C[0]||(C[0]=B=>c.inputValue=B),ref_key:"inputRef",ref:i,placeholder:c.inputPlaceholder,type:c.inputType,onKeyup:n.withKeys(y,["enter"])},null,8,["modelValue","placeholder","type"]),f.value?(n.openBlock(),n.createElementBlock("div",xd,n.toDisplayString(f.value),1)):n.createCommentVNode("",!0)],512),[[n.vShow,c.showInput]]),n.createElementVNode("div",yd,[c.footer?(n.openBlock(),n.createBlock(n.unref(Co),{key:0,vNode:c.footer},null,8,["vNode"])):(n.openBlock(),n.createElementBlock(n.Fragment,{key:1},[c.showCancelButton?(n.openBlock(),n.createBlock(G2,{key:0,class:"px-message-box__footer-btn px-message-box__cancel-btn",type:c.cancelButtonType,round:c.roundButton,loading:c.cancelButtonLoading,onClick:C[1]||(C[1]=B=>x("cancel")),onKeydown:C[2]||(C[2]=n.withKeys(n.withModifiers((B=>x("cancel")),["prevent"]),["enter"]))},{default:n.withCtx((()=>[n.createTextVNode(n.toDisplayString(c.cancelButtonText||n.unref(t).t("messagebox.cancel")),1)])),_:1},8,["type","round","loading"])):n.createCommentVNode("",!0),n.withDirectives(n.createVNode(G2,{ref_key:"confirmBtnRef",ref:s,class:"px-message-box__footer-btn px-message-box__confirm-btn",type:c.confirmButtonType??"primary",round:c.roundButton,loading:c.confirmButtonLoading,onClick:C[3]||(C[3]=B=>x("confirm")),onKeydown:C[4]||(C[4]=n.withKeys(n.withModifiers((B=>x("confirm")),["prevent"]),["enter"]))},{default:n.withCtx((()=>[n.createTextVNode(n.toDisplayString(c.confirmButtonText||n.unref(t).t("messagebox.confirm")),1)])),_:1},8,["type","round","loading"]),[[n.vShow,c.showConfirmButton]])],64))])],6)])])),_:3},8,["z-index","overlay-class"]),[[n.vShow,m.value]])])),_:3},8,["onAfterLeave"]))}}),to=new Map;function De(e){let o;_e(e)||n.isVNode(e)?e={message:e}:o=e.callback;const t=new Promise(((v,r)=>{const h=(function(l){const i=document.createElement("div"),s=(function(u,c){const m=n.ref(!1),d=ae(u==null?void 0:u.message)||n.isVNode(u==null?void 0:u.message),p=n.createVNode(bd,{...u,visible:m},d?{default:(w=u.message,ae(w)?w:()=>w)}:void 0);var w;return n.render(p,c),document.body.appendChild(c.firstElementChild),p.component})({...l,doClose:()=>{a.visible.value=!1},doAction:(u,c)=>{const m=to.get(a);let d;n.nextTick((()=>a.doClose())),d=l.showInput?{value:c,action:u}:u,l.callback?l.callback(d):u!=="cancel"&&u!=="close"?m==null||m.resolve(d):m==null||m.reject(u)},destroy:()=>{n.render(null,i),to.delete(a)}},i),a=s==null?void 0:s.proxy;return a.visible.value=!0,a})(e);to.set(h,{options:e,callback:o,resolve:v,reject:r})}));return t.catch((()=>{})),t}const Bd={alert:{closeOnClickModal:!1},confirm:{showCancelButton:!0},prompt:{showCancelButton:!0,showInput:!0}};he(["alert","confirm","prompt"],(e=>{return F2(De,e,(o=e,(t,v,r)=>{let h="";return ve(v)?(r=v,h=""):h=v===void 0?"":v,De(vv({title:h,message:t,type:"",boxType:o,...Bd[o]},r))}));var o})),F2(De,"close",(()=>{to.forEach(((e,o)=>{o.doClose()})),to.clear()}));const wt=De;F2(wt,"install",(e=>{e.config.globalProperties.$msgbox=De,e.config.globalProperties.$messagebox=De,e.config.globalProperties.$alert=De.alert,e.config.globalProperties.$confirm=De.confirm,e.config.globalProperties.$prompt=De.prompt}));const Cd=["aria-live"],Md={class:"px-notification__text"},_d={class:"px-notification__title"},kd={class:"px-notification__content"},Zd={key:0,class:"px-notification__close"},Id=q(n.defineComponent({name:"PxNotification",__name:"Notification",props:{title:{},id:{},zIndex:{},position:{default:"top-right"},type:{default:"info"},message:{},duration:{default:3e3},showClose:{type:Boolean,default:!0},offset:{default:20},transitionName:{default:"fade"},icon:{},plain:{type:Boolean},ghost:{type:Boolean},showTimer:{type:Boolean,default:!0},onClick:{},onClose:{},onDestroy:{}},setup(e,{expose:o}){const t=e,v=n.ref(!1),r=n.ref(),h=n.ref(0),{topOffset:l,bottomOffset:i}=Cr({getLastBottomOffset:m2(Ad,t),offset:t.offset,boxHeight:h}),s=n.computed((()=>t.icon??Bo.get(t.type)??"circle-info")),a=n.computed((()=>t.position.endsWith("right")?"right":"left")),u=n.computed((()=>t.position.startsWith("top")?"top":"bottom")),c=n.computed((()=>({[u.value]:Se(l.value),zIndex:t.zIndex})));let m;function d(){t.duration!==0&&(m=On(w,t.duration))}function p(){clearTimeout(m)}function w(){p(),v.value=!1}return n.onMounted((()=>{v.value=!0,d()})),n.onBeforeUnmount((()=>p())),o({bottomOffset:i,close:w}),(f,V)=>(n.openBlock(),n.createBlock(n.Transition,{name:`px-notification-${f.transitionName}`,onAfterLeave:V[1]||(V[1]=z=>!v.value&&f.onDestroy()),onEnter:V[2]||(V[2]=z=>h.value=r.value.getBoundingClientRect().height)},{default:n.withCtx((()=>[n.withDirectives(n.createElementVNode("div",{ref_key:"notifyRef",ref:r,class:n.normalizeClass(["px-notification",{[`px-notification--${f.type}`]:f.type,[a.value]:!0,"show-close":f.showClose,"is-plain":f.plain,"is-ghost":f.ghost}]),style:n.normalizeStyle(c.value),role:"alert","aria-live":f.type==="danger"||f.type==="warning"?"assertive":"polite",onClick:V[0]||(V[0]=(...z)=>f.onClick&&f.onClick(...z)),onMouseenter:p,onMouseleave:d},[n.createVNode(U,{icon:s.value,class:"px-notification__icon"},null,8,["icon"]),n.createElementVNode("div",Md,[n.createElementVNode("div",_d,n.toDisplayString(f.title),1),n.createElementVNode("div",kd,[n.renderSlot(f.$slots,"default",{},(()=>[f.message?(n.openBlock(),n.createBlock(n.unref(Co),{key:0,vNode:f.message},null,8,["vNode"])):n.createCommentVNode("",!0)]),!0)])]),f.showClose?(n.openBlock(),n.createElementBlock("div",Zd,[n.createVNode(U,{icon:"close",onClick:n.withModifiers(w,["stop"])})])):n.createCommentVNode("",!0),f.showTimer&&f.duration>0?(n.openBlock(),n.createElementBlock("div",{key:1,class:"px-notification__timer",style:n.normalizeStyle({animationDuration:`${f.duration}ms`})},null,4)):n.createCommentVNode("",!0)],46,Cd),[[n.vShow,v.value]])])),_:3},8,["name"]))}}),[["__scopeId","data-v-5c4c1be5"]]),Ml=["info","success","warning","danger","error"],_l=["top-right","top-left","bottom-right","bottom-left"],Yo=new Map;he(_l,(e=>{Yo.set(e,n.shallowReactive([]))}));const{nextZIndex:Sd}=X2(),kl=sr((()=>{let e;return Yo.forEach((o=>{if(o.length){const t=o[o.length-1];(!e||t.props.zIndex>e.props.zIndex)&&(e=t)}})),e})),Ed={title:"",type:"info",duration:3e3,offset:20,position:"top-right",transitionName:"fade",showClose:!0,showTimer:!0},Zl=e=>{const o=!e||n.isVNode(e)||_e(e)?{message:e}:e;return{...Ed,...o}},zt=e=>Yo.get(e),Qo=(e={})=>{const o=Zl(e),t=(!e||n.isVNode(e)||_e(e)?{}:e).max,v=o.position||"top-right";return t&&t>0&&ar(zt(v),t),(h=>{const l=se().value,i=document.createElement("div"),s=zt(h.position||"top-right"),a={...h,id:l,zIndex:Sd(),onDestroy:()=>{const p=R2(s,{id:l});p!==-1&&(s.splice(p,1),n.render(null,i),kl.unregister())}},u=n.h(Id,a);n.render(u,i),document.body.appendChild(i.firstElementChild);const c=u.component,m={close:()=>c.exposed.close()},d={props:a,id:l,vm:c,vnode:u,handler:m};return s.push(d),kl.register(),d})(o).handler};function Ad(){const e=zt(this.position||"top-right"),o=R2(e,{id:this.id});return o<=0?0:Ce(e,[o-1,"vm","exposed","bottomOffset","value"])}he(Ml,(e=>{F2(Qo,e,(o=>{const t=Zl(o);return Qo({...t,type:e})}))})),Qo.closeAll=function(e){Yo.forEach((o=>{he(o,(t=>{e?t.props.type===e&&t.handler.close():t.handler.close()}))}))};const Il=ir(Qo,"$notify"),Nd=["src"],Sl=D(n.defineComponent({name:"PxPixelate",__name:"Pixelate",props:{src:{},pixelSize:{default:8},width:{},height:{},grayscale:{type:Boolean,default:!1},palette:{},background:{default:"#FFFFFF"}},emits:["rendered","error"],setup(e,{expose:o,emit:t}){const v=e,r=t,h=n.ref(),l=n.ref(),i=n.ref(!1),s=n.computed((()=>{const d={};return v.width!=null&&(d.width=Se(v.width)??""),v.height!=null&&(d.height=Se(v.height)??""),d})),a=n.computed((()=>{const d={"image-rendering":"pixelated"};return v.width!=null&&(d.width="100%"),v.height!=null&&(d.height="100%"),d}));function u(){const d=h.value,p=l.value;d&&p&&i.value&&(cr(d,p,{pixelSize:v.pixelSize,grayscale:v.grayscale,palette:v.palette,background:v.background}),r("rendered"))}function c(){i.value=!0,u()}function m(d){r("error",d)}return n.watch((()=>[v.pixelSize,v.grayscale,v.palette,v.background]),(()=>{i.value&&u()})),n.watch((()=>v.src),(()=>{i.value=!1})),o({render:function(){u()},canvasRef:h,originRef:l,getSize:function(){const d=h.value;return{width:(d==null?void 0:d.width)??0,height:(d==null?void 0:d.height)??0}},getImageData:function(){const d=h.value;if(!d||!i.value)return null;const p=d.getContext("2d");return p?p.getImageData(0,0,d.width,d.height):null}}),(d,p)=>(n.openBlock(),n.createElementBlock("div",{class:"px-pixelate",style:n.normalizeStyle(s.value)},[n.createElementVNode("canvas",{ref_key:"canvasRef",ref:h,style:n.normalizeStyle(a.value)},null,4),n.createElementVNode("img",{ref_key:"originRef",ref:l,src:d.src,style:{display:"none"},crossorigin:"anonymous",onLoad:c,onError:m},null,40,Nd)],4))}})),Od={class:"px-popconfirm__main"},$d={class:"px-popconfirm__action"},El=D(q(n.defineComponent({name:"PxPopconfirm",__name:"Popconfirm",props:{title:{default:""},confirmButtonText:{},cancelButtonText:{},confirmButtonType:{default:"primary"},cancelButtonType:{},icon:{default:"question-circle"},iconColor:{default:"#f90"},hideIcon:{type:Boolean},hideAfter:{default:200},width:{default:150},disabled:{type:Boolean},placement:{},showArrow:{type:Boolean},effect:{}},emits:["confirm","cancel"],setup(e,{emit:o}){const t=e,v=o,r=Gn(),h=n.ref(),l=n.computed((()=>({width:Se(t.width)})));function i(){var u;(u=h.value)==null||u.hide()}function s(u){v("confirm",u),i()}function a(u){v("cancel",u),i()}return(u,c)=>(n.openBlock(),n.createBlock(Ao,{ref_key:"tooltipRef",ref:h,trigger:"click","hide-timeout":u.hideAfter,disabled:u.disabled,placement:u.placement,"show-arrow":u.showArrow,effect:u.effect},{content:n.withCtx((()=>[n.createElementVNode("div",{class:"px-popconfirm",role:"alertdialog",style:n.normalizeStyle(l.value)},[n.createElementVNode("div",Od,[!u.hideIcon&&u.icon?(n.openBlock(),n.createBlock(U,{key:0,icon:u.icon,color:u.iconColor},null,8,["icon","color"])):n.createCommentVNode("",!0),n.createTextVNode(" "+n.toDisplayString(u.title),1)]),n.createElementVNode("div",$d,[n.createVNode(G2,{class:"px-popconfirm__cancel",size:"small",type:u.cancelButtonType,onClick:a},{default:n.withCtx((()=>[n.createTextVNode(n.toDisplayString(u.cancelButtonText||n.unref(r).t("popconfirm.cancelButtonText")),1)])),_:1},8,["type"]),n.createVNode(G2,{class:"px-popconfirm__confirm",size:"small",type:u.confirmButtonType,onClick:s},{default:n.withCtx((()=>[n.createTextVNode(n.toDisplayString(u.confirmButtonText||n.unref(r).t("popconfirm.confirmButtonText")),1)])),_:1},8,["type"])])],4)])),default:n.withCtx((()=>[n.renderSlot(u.$slots,"reference",{},(()=>[n.renderSlot(u.$slots,"default",{},void 0,!0)]),!0)])),_:3},8,["hide-timeout","disabled","placement","show-arrow","effect"]))}}),[["__scopeId","data-v-68772965"]])),Pd={"fill-color":"color","fill-border-color":"dark","track-border-color":"dark","text-color":"dark","shadow-color":"dark"},jd=["aria-valuenow"],Td={class:"px-progress__track"},Ld={key:0,class:"px-progress__inner-text"},Dd={key:0,class:"px-progress__text"},Al=D(n.defineComponent({name:"PxProgress",__name:"Progress",props:{percentage:{default:0},type:{default:"primary"},size:{default:"default"},status:{},variant:{default:"solid"},stripedFlow:{type:Boolean,default:!1},indeterminate:{type:Boolean,default:!1},strokeWidth:{default:0},showText:{type:Boolean,default:!0},textInside:{type:Boolean,default:!1},color:{},format:{}},setup(e,{expose:o}){const t=e,v=n.computed((()=>Math.max(0,Math.min(100,t.percentage)))),r=n.computed((()=>t.color?typeof t.color=="function"?t.color(v.value):t.color:"")),h=n.computed((()=>r.value?re(te(r.value),"px-progress",Pd):{})),l=n.computed((()=>{const a={...h.value};return t.indeterminate||(a.width=`${v.value}%`),t.strokeWidth&&(a["--px-progress-height"]=`${t.strokeWidth}px`),a})),i=n.computed((()=>t.format?t.format(v.value):`${v.value}%`)),s=n.computed((()=>t.status?`px-progress--${t.status}`:""));return o({clampedPercentage:v}),(a,u)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["px-progress",[`px-progress--${a.type}`,`px-progress--${a.size}`,s.value,{[`px-progress--${a.variant}`]:a.variant!=="solid","is-striped-flow":a.stripedFlow&&a.variant==="striped","is-indeterminate":a.indeterminate,"is-text-inside":a.textInside}]]),role:"progressbar","aria-valuenow":a.indeterminate?void 0:v.value,"aria-valuemin":0,"aria-valuemax":100},[n.createElementVNode("div",Td,[n.createElementVNode("div",{class:"px-progress__fill",style:n.normalizeStyle(l.value)},[a.showText&&a.textInside&&!a.indeterminate?(n.openBlock(),n.createElementBlock("span",Ld,n.toDisplayString(i.value),1)):n.createCommentVNode("",!0)],4)]),!a.showText||a.textInside||a.indeterminate?n.createCommentVNode("",!0):(n.openBlock(),n.createElementBlock("span",Dd,n.toDisplayString(i.value),1))],10,jd))}})),Nl=Symbol("radioGroupContext"),Rd={"checked-color":"color","checked-border-color":"dark"},Fd={class:"px-radio__input"},Gd=["aria-checked","id","name","disabled","checked"],Wd={key:0,class:"px-radio__label"},Xd=n.defineComponent({name:"PxRadio",inheritAttrs:!1,__name:"Radio",props:{modelValue:{type:[String,Number,Boolean]},value:{type:[String,Number,Boolean]},disabled:{type:Boolean,default:!1},size:{},type:{},color:{},label:{},name:{},id:{}},emits:["update:modelValue","change"],setup(e,{expose:o,emit:t}){const v=e,r=t,h=n.useSlots(),l=n.inject(Nl,void 0),i=!!l,{formItem:s}=n2(),a=n.ref(),u=se().value,c=n.computed((()=>i?l.modelValue.value===v.value:v.modelValue===v.value)),m=n.computed((()=>!!(l!=null&&l.disabled.value)||v.disabled)),d=n.computed((()=>v.size??(l==null?void 0:l.size.value))),p=n.computed((()=>v.type??(l==null?void 0:l.type.value))),w=n.computed((()=>v.color??(l==null?void 0:l.color.value))),f=n.computed((()=>v.name??(l==null?void 0:l.name.value))),V=n.computed((()=>{const b=w.value;return b?re(te(b),"px-radio",Rd):{}}));function z(){if(m.value||c.value)return;const b=v.value;i?l.changeEvent(b):(r("update:modelValue",b),r("change",b)),i||(s==null||s.validate("change").catch((g=>{})))}return o({checked:c,focus:()=>{var b;(b=a.value)==null||b.focus()}}),(b,g)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["px-radio",{[`px-radio--${d.value}`]:d.value,[`px-radio--${p.value}`]:p.value,"is-disabled":m.value,"is-checked":c.value}]),style:n.normalizeStyle(V.value),onClick:z},[n.createElementVNode("span",Fd,[n.createElementVNode("input",{ref_key:"inputRef",ref:a,class:"px-radio__original",type:"radio","aria-checked":c.value,id:b.id||n.unref(u),name:f.value,disabled:m.value,checked:c.value},null,8,Gd),g[0]||(g[0]=n.createElementVNode("span",{class:"px-radio__inner"},[n.createElementVNode("span",{class:"px-radio__dot"})],-1))]),b.label||n.unref(h).default?(n.openBlock(),n.createElementBlock("span",Wd,[n.renderSlot(b.$slots,"default",{},(()=>[n.createTextVNode(n.toDisplayString(b.label),1)]))])):n.createCommentVNode("",!0)],6))}}),Ud={class:"px-radio-group",role:"radiogroup"},Kd=n.defineComponent({name:"PxRadioGroup",__name:"RadioGroup",props:{modelValue:{type:[String,Number,Boolean]},disabled:{type:Boolean,default:!1},size:{},type:{},color:{},name:{}},emits:["update:modelValue","change"],setup(e,{emit:o}){const t=e,v=o,{formItem:r}=n2();return n.provide(Nl,{modelValue:n.computed((()=>t.modelValue)),disabled:n.computed((()=>t.disabled)),size:n.computed((()=>t.size)),type:n.computed((()=>t.type)),color:n.computed((()=>t.color)),name:n.computed((()=>t.name)),changeEvent:h=>{v("update:modelValue",h),v("change",h),r==null||r.validate("change").catch((l=>{}))}}),(h,l)=>(n.openBlock(),n.createElementBlock("div",Ud,[n.renderSlot(h.$slots,"default")]))}}),Ol=D(Xd),$l=D(Kd),Vt=Symbol("resizableGroupContext"),Jd=n.defineComponent({name:"PxResizableGroup",__name:"ResizableGroup",props:{direction:{},autoSaveId:{},keyboardResizeBy:{default:10}},emits:["layout"],setup(e,{emit:o}){const t=e,v=o,r=n.ref(),h=n.reactive([]),l=n.shallowRef(new Map),i=n.reactive([]);let s=0,a=0;function u(g,y,x){const M=(l.value.get(g.id)??0)+(l.value.get(y.id)??0);let H=M-(x=Xe(x,g.minSize,g.maxSize));H=Xe(H,y.minSize,y.maxSize),x=M-H,l.value.set(g.id,x),l.value.set(y.id,H),n.triggerRef(l)}n.onMounted((()=>{(function(){if(t.autoSaveId)try{const H=localStorage.getItem(`px-resizable-${t.autoSaveId}`);if(H){const C=JSON.parse(H);if(C.length===h.length){const B=new Map;return h.forEach(((_,E)=>{B.set(_.id,C[E])})),void(l.value=B)}}}catch{}const g=new Map;let y=0,x=0;for(const H of h)H.defaultSize!=null?(g.set(H.id,H.defaultSize),y+=H.defaultSize):x++;const M=x>0?(100-y)/x:0;for(const H of h)H.defaultSize==null&&g.set(H.id,M);l.value=g})()}));let c=null,m=-1,d=null;function p(g){if(m<0||!c)return;const y="touches"in g?g.touches[0].clientX:g.clientX,x="touches"in g?g.touches[0].clientY:g.clientY,M=t.direction==="horizontal",H=M?y:x,C=M?c.left:c.top,B=M?c.width:c.height;if(B===0)return;const _=(H-C)/B*100,E=h[m],I=h[m+1];if(!E||!I)return;let k=0;for(let O=0;O<m;O++)k+=l.value.get(h[O].id)??0;u(E,I,_-k),f()}function w(){m=-1,c=null,window.removeEventListener("mousemove",p),window.removeEventListener("mouseup",w),window.removeEventListener("touchmove",p),window.removeEventListener("touchend",w),V(),d&&(d(),d=null)}function f(){const g=h.map((y=>l.value.get(y.id)??0));v("layout",g)}function V(){if(t.autoSaveId)try{const g=h.map((y=>l.value.get(y.id)??0));localStorage.setItem(`px-resizable-${t.autoSaveId}`,JSON.stringify(g))}catch{}}n.onBeforeUnmount((()=>{window.removeEventListener("mousemove",p),window.removeEventListener("mouseup",w),window.removeEventListener("touchmove",p),window.removeEventListener("touchend",w)}));const z=n.computed((()=>t.direction)),b=n.computed((()=>t.keyboardResizeBy));return n.provide(Vt,{direction:z,keyboardResizeBy:b,registerPanel:function(g){g.id=s++,h.push(g)},unregisterPanel:function(g){const y=h.findIndex((x=>x.id===g));y>-1&&h.splice(y,1),l.value.delete(g),n.triggerRef(l)},getPanelSize:function(g){return l.value.get(g)??0},setPanelSize:function(g,y,x=!1){const M=h.find((I=>I.id===g));if(!M)return;const H=x?y:Xe(y,M.minSize,M.maxSize),C=H-(l.value.get(g)??0);if(C===0)return;const B=h.indexOf(M),_=h[B+1]??h[B-1];if(!_)return;const E=(l.value.get(_.id)??0)-C;!x&&(E<_.minSize||E>_.maxSize)||(l.value.set(g,H),l.value.set(_.id,E),n.triggerRef(l),f())},startResize:function(g,y){var M;const x=i.indexOf(g);x<0||(m=x,c=((M=r.value)==null?void 0:M.getBoundingClientRect())??null,d=y??null,window.addEventListener("mousemove",p),window.addEventListener("mouseup",w),window.addEventListener("touchmove",p,{passive:!0}),window.addEventListener("touchend",w))},keyboardResize:function(g,y){const x=i.indexOf(g);if(x<0)return;const M=h[x],H=h[x+1];M&&H&&(u(M,H,(l.value.get(M.id)??0)+y),f(),V())},getNextHandleId:function(){return a++},registerHandle:function(g){i.push(g)},unregisterHandle:function(g){const y=i.indexOf(g);y>-1&&i.splice(y,1)},panelSizes:l}),(g,y)=>(n.openBlock(),n.createElementBlock("div",{ref_key:"groupRef",ref:r,class:n.normalizeClass(["px-resizable-group",{"is-horizontal":z.value==="horizontal","is-vertical":z.value==="vertical"}])},[n.renderSlot(g.$slots,"default")],2))}}),Yd=n.defineComponent({name:"PxResizableHandle",__name:"ResizableHandle",props:{disabled:{type:Boolean,default:!1},hitAreaMargins:{default:0}},emits:["dragging"],setup(e,{emit:o}){const t=e,v=o,r=n.inject(Vt);if(!r)throw new Error("PxResizableHandle must be used inside PxResizableGroup");let h=-1;const l=n.ref(!1);n.onMounted((()=>{h=r.getNextHandleId(),r.registerHandle(h)})),n.onBeforeUnmount((()=>{r.unregisterHandle(h)}));const i=n.computed((()=>r.direction.value==="vertical"));function s(){t.disabled||(l.value=!0,v("dragging",!0),r.startResize(h,(()=>{l.value=!1,v("dragging",!1)})))}function a(c){if(t.disabled)return;const m=r.direction.value==="horizontal"?c.key==="ArrowRight"?1:c.key==="ArrowLeft"?-1:0:c.key==="ArrowDown"?1:c.key==="ArrowUp"?-1:0;m!==0&&(c.preventDefault(),r.keyboardResize(h,m*r.keyboardResizeBy.value))}const u=n.computed((()=>t.hitAreaMargins?{"--px-handle-hit-area":`${t.hitAreaMargins}px`}:{}));return(c,m)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["px-resizable-handle",{"is-disabled":t.disabled,"is-vertical":i.value,"is-dragging":l.value,"has-hit-area":!!t.hitAreaMargins}]),style:n.normalizeStyle(u.value),role:"separator",tabindex:"0",onMousedown:s,onTouchstartPassive:s,onKeydown:a},null,38))}}),Qd=n.defineComponent({name:"PxResizablePanel",__name:"ResizablePanel",props:{defaultSize:{},minSize:{default:10},maxSize:{default:100},collapsible:{type:Boolean,default:!1},collapsedSize:{default:0}},emits:["resize","collapse","expand"],setup(e,{expose:o,emit:t}){const v=e,r=t,h=n.inject(Vt);if(!h)throw new Error("PxResizablePanel must be used inside PxResizableGroup");const l=n.ref(-1),i=n.ref(!1);let s=0;const a={id:0,minSize:v.minSize,maxSize:v.maxSize,collapsible:v.collapsible,collapsedSize:v.collapsedSize,defaultSize:v.defaultSize};n.watch((()=>[v.minSize,v.maxSize,v.collapsible,v.collapsedSize]),(([m,d,p,w])=>{a.minSize=m,a.maxSize=d,a.collapsible=p,a.collapsedSize=w})),n.onMounted((()=>{h.registerPanel(a),l.value=a.id})),n.onBeforeUnmount((()=>{h.unregisterPanel(l.value)}));const u=n.computed((()=>h.panelSizes.value.get(l.value)??0));n.watch(u,((m,d)=>{d!==void 0&&m!==d&&r("resize",m)}));const c=n.computed((()=>({flexBasis:`${u.value}%`,flexGrow:0,flexShrink:0})));return o({collapse:function(){v.collapsible&&!i.value&&(s=u.value,i.value=!0,h.setPanelSize(l.value,v.collapsedSize,!0),r("collapse"))},expand:function(){i.value&&(i.value=!1,h.setPanelSize(l.value,s,!0),r("expand"))},getSize:function(){return u.value},resize:function(m){h.setPanelSize(l.value,m)}}),(m,d)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["px-resizable-panel",{"is-collapsed":i.value}]),style:n.normalizeStyle(c.value)},[n.renderSlot(m.$slots,"default")],6))}}),Pl=D(Jd),jl=D(Qd),Tl=D(Yd),Ll=Symbol("selectContext"),qd={modifiers:[{name:"offset",options:{offset:[0,9]}},{name:"sameWidth",enabled:!0,fn:({state:e})=>{e.styles.popper.width=`${e.rects.reference.width}px`},phase:"beforeWrite",requires:["computeStyles"]}]},em=new Set(["primary","success","warning","danger","info"]),om={default:{"item-selected-font-color":"color","item-selected-bg-color":"light","item-indicator-color":"color","item-highlighted-border-color":"color"},ghost:{"item-selected-font-color":"color","item-selected-bg-color":"light","item-indicator-color":"color","item-highlighted-border-color":"color"}},nm=["aria-selected","id"],qo=q(n.defineComponent({name:"PxOption",__name:"Option",props:{value:{},label:{},disabled:{type:Boolean,default:!1}},setup(e){const o=e,t=n.inject(Ll),v=n.computed((()=>{var l;return((l=t==null?void 0:t.selectStates.selectedOption)==null?void 0:l.value)===o.value})),r=n.computed((()=>{return i=s=>qe(Ce(t,["highlightedLine","value",s]),Ce(o,s)),(ne(l=["label","value"])?ba:Ba)(l,L2(i));var l,i}));function h(){o.disabled||(t==null||t.handleSelect(o))}return(l,i)=>(n.openBlock(),n.createElementBlock("li",{role:"option","aria-selected":v.value,class:n.normalizeClass(["px-select__menu-item",{"is-disabled":l.disabled,"is-selected":v.value,"is-highlighted":r.value}]),id:`select-item-${l.value}`,onClick:n.withModifiers(h,["stop"])},[n.renderSlot(l.$slots,"default",{},(()=>{var s,a;return[n.createVNode(n.unref(Co),{vNode:(s=n.unref(t))!=null&&s.renderLabel?(a=n.unref(t))==null?void 0:a.renderLabel(o):l.label},null,8,["vNode"])]}),!0)],10,nm))}}),[["__scopeId","data-v-1ab275ee"]]),tm={key:0,class:"px-select__loading"},vm={key:1,class:"px-select__nodata"},rm=["id"],hm=n.defineComponent({name:"PxSelect",__name:"Select",props:{modelValue:{},id:{},options:{default:()=>[]},placeholder:{},disabled:{type:Boolean},clearable:{type:Boolean},ghost:{type:Boolean},color:{},size:{},renderLabel:{},filterable:{type:Boolean},filterMethod:{},remote:{type:Boolean},remoteMethod:{}},emits:["update:modelValue","change","visible-change","clear","focus","blur"],setup(e,{expose:o,emit:t}){const v=Gn(),r=e,h=t,l=n.useSlots(),i=n.ref(),s=n.ref(),a=n.ref(),u=n.ref(new Map),c=n.ref(r.options??[]),m=n.ref(!1),d=K(r.modelValue),p=n.reactive({inputValue:(d==null?void 0:d.label)??"",selectedOption:d,mouseHover:!1,loading:!1,highlightedIndex:-1}),w=n.computed((()=>r.disabled)),f=n.computed((()=>em.has(r.color??""))),V=n.computed((()=>!!r.color&&!f.value)),z=n.computed((()=>{if(!V.value)return{};const A=te(r.color),L=r.ghost?"ghost":"default";return re(A,"px-select",om[L])})),b=n.computed((()=>{var A;return Te((A=l==null?void 0:l.default)==null?void 0:A.call(l),(L=>qe(L.type,qo)))})),g=n.computed((()=>We(b.value)>0)),y=n.computed((()=>r.clearable&&p.mouseHover&&p.inputValue!=="")),x=n.computed((()=>{let A;return A=g.value?[...u.value.values()][p.highlightedIndex]:c.value[p.highlightedIndex],A})),M=n.computed((()=>g.value?$n(b.value,(A=>{var G,pe,l2;return{props:{...A.props,disabled:((G=A.props)==null?void 0:G.disabled)===!0||!Ge((pe=A.props)==null?void 0:pe.disabled)&&(L=(l2=A.props)==null?void 0:l2.disabled,!(L===!0||L===!1||ie(L)&&Ze(L)=="[object Boolean]"))}};var L})):[])),H=n.computed((()=>!!r.filterable&&!C.value)),C=n.computed((()=>g.value&&u.value.size>0||!g.value&&We(c.value)>0)),B=n.computed((()=>g.value?u.value.size-1:We(c.value)-1)),_=n.computed((()=>r.filterable&&p.selectedOption&&m.value?p.selectedOption.label:r.placeholder)),E=n.computed((()=>r.remote?300:100));let I=D2(Je,E.value);n.watchEffect((()=>{I.cancel(),I=D2(Je,E.value)}));const k=se().value,{wrapperRef:O,isFocused:N,handleBlur:P,handleFocus:$}=xr(a),W=(function({isDropdownVisible:A,controlVisible:L,selectStates:G,highlightedLine:pe,handleSelect:l2,hasData:vo,lastIndex:en}){const i2=new Map;return i2.set("Enter",(()=>{A.value&&G.highlightedIndex>=0&&pe.value&&l2(pe.value),L(!A.value)})),i2.set("Escape",(()=>A.value&&L(!A.value))),i2.set("ArrowUp",(ke=>{ke.preventDefault(),vo.value&&(G.highlightedIndex!==-1&&G.highlightedIndex!==0?G.highlightedIndex--:G.highlightedIndex=en.value)})),i2.set("ArrowDown",(ke=>{ke.preventDefault(),vo.value&&(G.highlightedIndex!==-1&&G.highlightedIndex!==en.value?G.highlightedIndex++:G.highlightedIndex=0)})),i2})({isDropdownVisible:m,controlVisible:T,selectStates:p,highlightedLine:x,handleSelect:we,hasData:C,lastIndex:B});function j(A){N.value&&n.nextTick((()=>P(new FocusEvent("focus",A))))}function T(A){var L;s.value&&((L=Ce(s,["value",A?"show":"hide"]))==null||L(),r.filterable&&(function(G){var pe;r.filterable&&(G?(p.selectedOption&&(p.inputValue=""),I()):p.inputValue=((pe=p.selectedOption)==null?void 0:pe.label)||"")})(A),m.value=A,h("visible-change",A),p.highlightedIndex=-1)}function R(){w.value||T(!m.value)}function X(){var A;(A=a.value)==null||A.clear(),p.inputValue="",p.selectedOption=null,h("clear"),he(["change","update:modelValue"],(L=>h(L,"")))}function K(A){return _a(r.options,(L=>L.value===A))}function we(A){var L;A.disabled||(p.inputValue=A.label,p.selectedOption=A,he(["change","update:modelValue"],(G=>h(G,A.value))),T(!1),(L=a.value)==null||L.focus())}function Re(A){u.value.clear(),he(A,(L=>{u.value.set(L.props.value,L.props)}))}function Je(){const A=p.inputValue;p.highlightedIndex=-1,g.value?(async function(L){if(r.filterable){if(r.remote&&r.remoteMethod&&ae(r.remoteMethod))return await b2(r.remoteMethod,L),void Re(M.value);if(r.filterMethod&&ae(r.filterMethod)){const G=$n(r.filterMethod(L),"value");Re(Te(M.value,(pe=>p2(G,Ce(pe,["props","value"])))))}else Re(Te(M.value,(G=>p2(Ce(G,["props","label"]),L))))}})(A):(async function(L){r.filterable&&(r.remote&&r.remoteMethod&&ae(r.remoteMethod)?c.value=await b2(r.remoteMethod,L):r.filterMethod&&ae(r.filterMethod)?c.value=r.filterMethod(L):c.value=Te(r.options,(G=>p2(G.label,L))))})(A)}function Fe(A){var L;W.has(A.key)&&((L=W.get(A.key))==null||L(A))}async function b2(A,L){if(!A||!ae(A))return;let G;p.loading=!0;try{G=await A(L)}catch{G=[]}return G}function B2(){const A=K(r.modelValue);A&&(p.inputValue=A.label,p.selectedOption=A)}return Dn(i,(A=>j(A))),n.watch((()=>r.options),(A=>{c.value=A??[]})),n.watch((()=>M.value),(A=>Re(A)),{immediate:!0}),n.watch((()=>r.modelValue),(()=>{B2()})),n.onMounted((()=>{B2()})),n.onBeforeUnmount((()=>{I.cancel()})),n.provide(Ll,{handleSelect:we,selectStates:p,renderLabel:function(A){return ae(r.renderLabel)?r.renderLabel(A):A.label},highlightedLine:x}),o({focus:()=>{var A;(A=a.value)==null||A.focus()},blur:()=>{j()}}),(A,L)=>(n.openBlock(),n.createElementBlock("div",{ref_key:"selectRef",ref:i,class:n.normalizeClass(["px-select",{"is-disabled":w.value,"is-ghost":A.ghost,[`px-select--${A.size}`]:A.size,[`px-select--${A.color}`]:f.value}]),style:n.normalizeStyle(z.value),onClick:n.withModifiers(R,["stop"]),onMouseenter:L[2]||(L[2]=G=>p.mouseHover=!0),onMouseleave:L[3]||(L[3]=G=>p.mouseHover=!1)},[n.createVNode(Ao,{ref_key:"tooltipRef",ref:s,placement:"bottom-start","popper-options":n.unref(qd),onClickOutside:L[1]||(L[1]=G=>T(!1)),manual:""},{default:n.withCtx((()=>[n.createElementVNode("div",{ref_key:"inputWrapperRef",ref:O},[n.createVNode(ft,{ref_key:"inputRef",ref:a,modelValue:p.inputValue,"onUpdate:modelValue":L[0]||(L[0]=G=>p.inputValue=G),id:n.unref(k),disabled:w.value,ghost:A.ghost,color:A.color,size:A.size,placeholder:A.filterable?_.value:A.placeholder,readonly:!A.filterable||!m.value,"aria-controls":`px-select-menu-${n.unref(k)}`,"aria-activedescendant":x.value?`select-item-${x.value.value}`:void 0,onFocus:n.unref($),onBlur:n.unref(P),onInput:n.unref(I),onKeydown:Fe},{suffix:n.withCtx((()=>[y.value?(n.openBlock(),n.createBlock(U,{key:0,icon:"close-box",class:"px-input__clear",onClick:n.withModifiers(X,["stop"]),onMousedown:n.withModifiers(n.unref(hn),["prevent"])},null,8,["onMousedown"])):(n.openBlock(),n.createBlock(U,{key:1,class:n.normalizeClass(["header-angle",{"is-active":m.value}]),icon:"chevron-down"},null,8,["class"]))])),_:1},8,["modelValue","id","disabled","ghost","color","size","placeholder","readonly","aria-controls","aria-activedescendant","onFocus","onBlur","onInput"])],512)])),content:n.withCtx((()=>[p.loading?(n.openBlock(),n.createElementBlock("div",tm,[n.createVNode(U,{icon:"loader",spin:""})])):A.filterable&&H.value?(n.openBlock(),n.createElementBlock("div",vm,n.toDisplayString(n.unref(v).t("select.noData")),1)):n.createCommentVNode("",!0),n.createElementVNode("ul",{class:"px-select__menu",role:"listbox",id:`px-select-menu-${n.unref(k)}`},[g.value?(n.openBlock(!0),n.createElementBlock(n.Fragment,{key:1},n.renderList(u.value,(([G,pe])=>(n.openBlock(),n.createBlock(qo,n.mergeProps({key:G,ref_for:!0},pe),null,16)))),128)):(n.openBlock(!0),n.createElementBlock(n.Fragment,{key:0},n.renderList(c.value,(G=>(n.openBlock(),n.createBlock(qo,n.mergeProps({key:G.value,ref_for:!0},G),null,16)))),128))],8,rm)])),_:1},8,["popper-options"])],38))}}),Dl=D(q(hm,[["__scopeId","data-v-e33550e6"]])),Rl=D(qo),Fl=D(n.defineComponent({name:"PxSkeleton",__name:"Skeleton",props:{loading:{type:Boolean,default:!0},animated:{type:Boolean,default:!0},animation:{default:"shimmer"},variant:{default:"rectangular"},width:{},height:{},rows:{default:1},size:{}},setup(e){const o=e,t=n.computed((()=>{const r={},h=Se(o.width),l=Se(o.height);return h&&(r.width=h),l&&(r.height=l),r})),v=n.computed((()=>o.variant==="text"&&o.rows>1));return(r,h)=>r.loading?(n.openBlock(),n.createElementBlock("div",{key:0,class:n.normalizeClass(["px-skeleton",[`px-skeleton--${r.variant}`,{[`px-skeleton--${r.size}`]:r.size&&r.size!=="default","is-loading":r.loading,"is-animated":r.animated,[`is-animation-${r.animation}`]:r.animated}]])},[v.value?(n.openBlock(!0),n.createElementBlock(n.Fragment,{key:0},n.renderList(r.rows,(l=>{return n.openBlock(),n.createElementBlock("div",{key:l,class:"px-skeleton__row",style:n.normalizeStyle((i=l,i===o.rows?{...t.value,width:t.value.width??"60%"}:t.value))},null,4);var i})),128)):(n.openBlock(),n.createElementBlock("div",{key:1,class:"px-skeleton__bone",style:n.normalizeStyle(t.value)},null,4))],2)):n.renderSlot(r.$slots,"default",{key:1})}})),lm=["aria-checked","id","name","disabled","checked"],im={class:"px-switch__core"},am={class:"px-switch__core-inner"},sm={key:0,class:"px-switch__core-inner-text"},cm={class:"px-switch__core-action"},Gl=D(n.defineComponent({name:"PxSwitch",inheritAttrs:!1,__name:"Switch",props:{modelValue:{type:[Boolean,String,Number]},disabled:{type:Boolean},activeText:{},inactiveText:{},activeValue:{type:[Boolean,String,Number],default:!0},inactiveValue:{type:[Boolean,String,Number],default:!1},name:{},id:{},size:{},type:{},activeColor:{},inactiveColor:{},activeIcon:{},inactiveIcon:{}},emits:["update:modelValue","change"],setup(e,{expose:o,emit:t}){const v=e,r=t,h=n.computed((()=>v.disabled)),l=n.ref(v.modelValue),i=n.ref(),s=se().value,a=n.computed((()=>l.value===v.activeValue)),u=n.computed((()=>a.value?v.activeIcon:v.inactiveIcon)),c=n.computed((()=>{const d={};if(v.activeColor){const p=te(v.activeColor);d["--px-switch-on-color"]=p.color,d["--px-switch-on-border-color"]=p.dark}if(v.inactiveColor){const p=te(v.inactiveColor);d["--px-switch-off-color"]=p.color,d["--px-switch-off-border-color"]=p.dark}return d}));function m(){if(h.value)return;const d=a.value?v.inactiveValue:v.activeValue;l.value=d,r("update:modelValue",d),r("change",d)}return n.onMounted((()=>{i.value.checked=a.value})),n.watch(a,(d=>{i.value.checked=d})),o({checked:a,focus:()=>{var d;(d=i.value)==null||d.focus()}}),(d,p)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["px-switch",{[`px-switch--${d.size}`]:d.size,[`px-switch--${d.type}`]:d.type,"is-disabled":h.value,"is-checked":a.value}]),style:n.normalizeStyle(c.value),onClick:m},[n.createElementVNode("input",{class:"px-switch__input",type:"checkbox",role:"switch","aria-checked":a.value,ref_key:"inputRef",ref:i,id:n.unref(s),name:d.name,disabled:h.value,checked:a.value,onKeydown:n.withKeys(m,["enter"])},null,40,lm),n.createElementVNode("div",im,[n.createElementVNode("div",am,[d.activeText||d.inactiveText?(n.openBlock(),n.createElementBlock("span",sm,n.toDisplayString(a.value?d.activeText:d.inactiveText),1)):n.createCommentVNode("",!0)]),n.createElementVNode("div",cm,[u.value?(n.openBlock(),n.createBlock(U,{key:0,class:"px-switch__icon",icon:u.value,size:"xs"},null,8,["icon"])):n.createCommentVNode("",!0)])])],6))}})),um={class:"px-table__inner"},Wl=D(n.defineComponent({name:"PxTable",__name:"Table",props:{type:{},zebra:{type:Boolean},hover:{type:Boolean},border:{type:Boolean},stripe:{type:Boolean},pinRows:{type:Boolean},pinCols:{type:Boolean},size:{default:"md"},showHeader:{type:Boolean,default:!0},outline:{type:Boolean},ghost:{type:Boolean},hoverable:{type:Boolean}},setup(e){const o=e,t=n.computed((()=>o.zebra||o.stripe)),v=n.computed((()=>({"px-table":!0,[`px-table--${o.size}`]:o.size,[`px-table--${o.type}`]:o.type,"is-zebra":t.value,"is-hover":o.hover,"is-border":o.border,"is-pin-rows":o.pinRows,"is-pin-cols":o.pinCols,"is-hide-header":!o.showHeader,"is-outline":o.outline,"is-ghost":o.ghost,"is-hoverable":o.hoverable})));return(r,h)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(v.value)},[n.createElementVNode("div",um,[n.renderSlot(r.$slots,"default")])],2))}})),Xl=D(Ao),dm={class:"px-validator__content"},mm={class:"px-validator__hint-text"},pm=n.defineComponent({name:"PxValidator",__name:"Validator",props:{modelValue:{},rules:{default:()=>[]}},emits:["validate"],setup(e,{expose:o,emit:t}){const v=e,r=t,h=n.ref("init"),l=n.ref("");function i(c){const m=v.rules??[];return c?m.filter((d=>!d.trigger||(Array.isArray(d.trigger)?d.trigger.includes(c):d.trigger===c))):m}async function s(c){var m;for(const d of c){let p=d.schema??null;if(!p&&d.required&&(p=Jh({message:d.message??"This field is required"}).min(1,d.message??"This field is required")),!p)continue;const w=p.safeParse(v.modelValue);if(!w.success){const f=d.message??((m=w.error.issues[0])==null?void 0:m.message)??"Validation failed";return h.value="error",l.value=f,r("validate",!1,f),Promise.reject(f)}}return h.value="success",l.value="",r("validate",!0,""),!0}const a=async c=>{const m=i(c);return!m.length||s(m)},u=()=>{h.value="init",l.value=""};return n.watch((()=>v.modelValue),(()=>{const c=i("change");c.length&&s(c).catch((()=>{}))})),o({validate:a,reset:u,validateStatus:h,validateMessage:l}),n.provide(Un,n.reactive({...n.toRefs(v),validate:c=>a(c).catch((()=>!1)),resetField:u,clearValidate:u,addInputId:()=>{},removeInputId:()=>{}})),(c,m)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["px-validator",{"is-error":h.value==="error","is-success":h.value==="success"}])},[n.createElementVNode("div",dm,[n.renderSlot(c.$slots,"default",{},void 0,!0)]),n.createElementVNode("div",{class:n.normalizeClass(["px-validator__hint",{"is-hidden":h.value!=="error"}])},[n.renderSlot(c.$slots,"hint",{message:l.value},(()=>[n.createElementVNode("span",mm,n.toDisplayString(l.value),1)]),!0)],2)],2))}}),Ul=D(q(pm,[["__scopeId","data-v-9c099378"]])),fm=[dr,mr,pr,gr,wr,Mo,Ln,Vr,Hr,Er,Ar,Lr,Dr,Ur,Kr,Jr,Yr,gh,wh,tl,hl,ll,ol,nl,al,cl,ul,ml,pl,xl,Hl,Cl,wt,Il,Rl,Sl,El,Al,Ol,$l,Pl,Tl,jl,Dl,Fl,Gl,Wl,Xl,Ul];if(sl(),typeof CSS<"u"&&"paintWorklet"in CSS)try{CSS.paintWorklet.addModule(new URL("data:text/javascript;base64,LyoqCiAqIENTUyBIb3VkaW5pIFBhaW50IFdvcmtsZXQgLSBQaXhlbCBCb3JkZXIKICoKICogQ3JlYXRlcyBhdXRoZW50aWMgcGl4ZWxhdGVkIGJvcmRlcnMgZm9yIHJldHJvIFVJIGFlc3RoZXRpYwogKgogKiBDdXN0b20gUHJvcGVydGllczoKICogLSAtLXB4LWJvcmRlci1jb2xvcjogQm9yZGVyIGNvbG9yIChkZWZhdWx0OiAjMDAwMDAwKQogKiAtIC0tcHgtYm9yZGVyLXdpZHRoOiBCb3JkZXIgd2lkdGggaW4gcGl4ZWxzIChkZWZhdWx0OiAyKQogKiAtIC0tcHgtYm9yZGVyLXBpeGVsLXNpemU6IFNpemUgb2YgZWFjaCBwaXhlbCBibG9jayAoZGVmYXVsdDogMikKICovCgpjbGFzcyBQaXhlbEJvcmRlclBhaW50ZXIgewogIHN0YXRpYyBnZXQgaW5wdXRQcm9wZXJ0aWVzKCkgewogICAgcmV0dXJuIFsnLS1weC1ib3JkZXItY29sb3InLCAnLS1weC1ib3JkZXItd2lkdGgnLCAnLS1weC1ib3JkZXItcGl4ZWwtc2l6ZSddOwogIH0KCiAgcGFpbnQoY3R4LCBzaXplLCBwcm9wZXJ0aWVzKSB7CiAgICAvLyBHZXQgY3VzdG9tIHByb3BlcnR5IHZhbHVlcwogICAgY29uc3QgYm9yZGVyQ29sb3IgPSBwcm9wZXJ0aWVzLmdldCgnLS1weC1ib3JkZXItY29sb3InKS50b1N0cmluZygpLnRyaW0oKSB8fCAnIzAwMDAwMCc7CiAgICBjb25zdCBib3JkZXJXaWR0aCA9IHBhcnNlSW50KHByb3BlcnRpZXMuZ2V0KCctLXB4LWJvcmRlci13aWR0aCcpLnRvU3RyaW5nKCksIDEwKSB8fCAyOwogICAgY29uc3QgcGl4ZWxTaXplID0gcGFyc2VJbnQocHJvcGVydGllcy5nZXQoJy0tcHgtYm9yZGVyLXBpeGVsLXNpemUnKS50b1N0cmluZygpLCAxMCkgfHwgMjsKCiAgICBjb25zdCB3aWR0aCA9IHNpemUud2lkdGg7CiAgICBjb25zdCBoZWlnaHQgPSBzaXplLmhlaWdodDsKCiAgICBjdHguZmlsbFN0eWxlID0gYm9yZGVyQ29sb3I7CgogICAgLy8gRHJhdyB0b3AgYm9yZGVyIChwaXhlbGF0ZWQpCiAgICBmb3IgKGxldCB4ID0gMDsgeCA8IHdpZHRoOyB4ICs9IHBpeGVsU2l6ZSkgewogICAgICBmb3IgKGxldCB5ID0gMDsgeSA8IGJvcmRlcldpZHRoOyB5ICs9IHBpeGVsU2l6ZSkgewogICAgICAgIGN0eC5maWxsUmVjdCh4LCB5LCBwaXhlbFNpemUsIHBpeGVsU2l6ZSk7CiAgICAgIH0KICAgIH0KCiAgICAvLyBEcmF3IGJvdHRvbSBib3JkZXIgKHBpeGVsYXRlZCkKICAgIGZvciAobGV0IHggPSAwOyB4IDwgd2lkdGg7IHggKz0gcGl4ZWxTaXplKSB7CiAgICAgIGZvciAobGV0IHkgPSBoZWlnaHQgLSBib3JkZXJXaWR0aDsgeSA8IGhlaWdodDsgeSArPSBwaXhlbFNpemUpIHsKICAgICAgICBjdHguZmlsbFJlY3QoeCwgeSwgcGl4ZWxTaXplLCBwaXhlbFNpemUpOwogICAgICB9CiAgICB9CgogICAgLy8gRHJhdyBsZWZ0IGJvcmRlciAocGl4ZWxhdGVkKQogICAgZm9yIChsZXQgeCA9IDA7IHggPCBib3JkZXJXaWR0aDsgeCArPSBwaXhlbFNpemUpIHsKICAgICAgZm9yIChsZXQgeSA9IDA7IHkgPCBoZWlnaHQ7IHkgKz0gcGl4ZWxTaXplKSB7CiAgICAgICAgY3R4LmZpbGxSZWN0KHgsIHksIHBpeGVsU2l6ZSwgcGl4ZWxTaXplKTsKICAgICAgfQogICAgfQoKICAgIC8vIERyYXcgcmlnaHQgYm9yZGVyIChwaXhlbGF0ZWQpCiAgICBmb3IgKGxldCB4ID0gd2lkdGggLSBib3JkZXJXaWR0aDsgeCA8IHdpZHRoOyB4ICs9IHBpeGVsU2l6ZSkgewogICAgICBmb3IgKGxldCB5ID0gMDsgeSA8IGhlaWdodDsgeSArPSBwaXhlbFNpemUpIHsKICAgICAgICBjdHguZmlsbFJlY3QoeCwgeSwgcGl4ZWxTaXplLCBwaXhlbFNpemUpOwogICAgICB9CiAgICB9CgogICAgLy8gT3B0aW9uYWw6IEFkZCBjb3JuZXIgcGl4ZWxzIGZvciBtb3JlIHByb25vdW5jZWQgcGl4ZWwgZWZmZWN0CiAgICBjb25zdCBjb3JuZXJTaXplID0gYm9yZGVyV2lkdGggKyBwaXhlbFNpemU7CgogICAgLy8gVG9wLWxlZnQgY29ybmVyIGVuaGFuY2VtZW50CiAgICBjdHguZmlsbFJlY3QoMCwgMCwgY29ybmVyU2l6ZSwgY29ybmVyU2l6ZSk7CgogICAgLy8gVG9wLXJpZ2h0IGNvcm5lciBlbmhhbmNlbWVudAogICAgY3R4LmZpbGxSZWN0KHdpZHRoIC0gY29ybmVyU2l6ZSwgMCwgY29ybmVyU2l6ZSwgY29ybmVyU2l6ZSk7CgogICAgLy8gQm90dG9tLWxlZnQgY29ybmVyIGVuaGFuY2VtZW50CiAgICBjdHguZmlsbFJlY3QoMCwgaGVpZ2h0IC0gY29ybmVyU2l6ZSwgY29ybmVyU2l6ZSwgY29ybmVyU2l6ZSk7CgogICAgLy8gQm90dG9tLXJpZ2h0IGNvcm5lciBlbmhhbmNlbWVudAogICAgY3R4LmZpbGxSZWN0KHdpZHRoIC0gY29ybmVyU2l6ZSwgaGVpZ2h0IC0gY29ybmVyU2l6ZSwgY29ybmVyU2l6ZSwgY29ybmVyU2l6ZSk7CiAgfQp9CgovLyBSZWdpc3RlciB0aGUgcGFpbnQgd29ya2xldApyZWdpc3RlclBhaW50KCdwaXhlbC1ib3JkZXInLCBQaXhlbEJvcmRlclBhaW50ZXIpOwo=",typeof document>"u"&&typeof location>"u"?require("url").pathToFileURL(__filename).href:typeof document>"u"?location.href:a2&&a2.tagName.toUpperCase()==="SCRIPT"&&a2.src||new URL("index.umd.cjs",document.baseURI).href).href),CSS.paintWorklet.addModule(new URL("data:text/javascript;base64,LyoqCiAqIENTUyBIb3VkaW5pIFBhaW50IFdvcmtsZXQgLSBQaXhlbCBTaGFkb3cKICoKICogQ3JlYXRlcyBwaXhlbGF0ZWQgc2hhZG93IGVmZmVjdCBmb3IgZGVwdGgKICoKICogQ3VzdG9tIFByb3BlcnRpZXM6CiAqIC0gLS1weC1zaGFkb3ctY29sb3I6IFNoYWRvdyBjb2xvciAoZGVmYXVsdDogcmdiYSgwLDAsMCwwLjMpKQogKiAtIC0tcHgtc2hhZG93LW9mZnNldDogU2hhZG93IG9mZnNldCBpbiBwaXhlbHMgKGRlZmF1bHQ6IDQpCiAqIC0gLS1weC1ib3JkZXItcGl4ZWwtc2l6ZTogU2l6ZSBvZiBlYWNoIHBpeGVsIGJsb2NrIChkZWZhdWx0OiAyKQogKi8KCmNsYXNzIFBpeGVsU2hhZG93UGFpbnRlciB7CiAgc3RhdGljIGdldCBpbnB1dFByb3BlcnRpZXMoKSB7CiAgICByZXR1cm4gWyctLXB4LXNoYWRvdy1jb2xvcicsICctLXB4LXNoYWRvdy1vZmZzZXQnLCAnLS1weC1ib3JkZXItcGl4ZWwtc2l6ZSddOwogIH0KCiAgcGFpbnQoY3R4LCBzaXplLCBwcm9wZXJ0aWVzKSB7CiAgICAvLyBHZXQgY3VzdG9tIHByb3BlcnR5IHZhbHVlcwogICAgY29uc3Qgc2hhZG93Q29sb3IgPSBwcm9wZXJ0aWVzLmdldCgnLS1weC1zaGFkb3ctY29sb3InKS50b1N0cmluZygpLnRyaW0oKSB8fCAncmdiYSgwLDAsMCwwLjMpJzsKICAgIGNvbnN0IHNoYWRvd09mZnNldCA9IHBhcnNlSW50KHByb3BlcnRpZXMuZ2V0KCctLXB4LXNoYWRvdy1vZmZzZXQnKS50b1N0cmluZygpLCAxMCkgfHwgNDsKICAgIGNvbnN0IHBpeGVsU2l6ZSA9IHBhcnNlSW50KHByb3BlcnRpZXMuZ2V0KCctLXB4LWJvcmRlci1waXhlbC1zaXplJykudG9TdHJpbmcoKSwgMTApIHx8IDI7CgogICAgY29uc3Qgd2lkdGggPSBzaXplLndpZHRoOwogICAgY29uc3QgaGVpZ2h0ID0gc2l6ZS5oZWlnaHQ7CgogICAgY3R4LmZpbGxTdHlsZSA9IHNoYWRvd0NvbG9yOwoKICAgIC8vIERyYXcgcmlnaHQgc2hhZG93IChwaXhlbGF0ZWQpCiAgICBmb3IgKGxldCB4ID0gd2lkdGg7IHggPCB3aWR0aCArIHNoYWRvd09mZnNldDsgeCArPSBwaXhlbFNpemUpIHsKICAgICAgZm9yIChsZXQgeSA9IHNoYWRvd09mZnNldDsgeSA8IGhlaWdodCArIHNoYWRvd09mZnNldDsgeSArPSBwaXhlbFNpemUpIHsKICAgICAgICAvLyBDcmVhdGUgc3RlcHBlZCBzaGFkb3cgZWZmZWN0CiAgICAgICAgY29uc3QgZGlzdGFuY2UgPSB4IC0gd2lkdGg7CiAgICAgICAgaWYgKGRpc3RhbmNlIDwgc2hhZG93T2Zmc2V0KSB7CiAgICAgICAgICBjdHguZ2xvYmFsQWxwaGEgPSAxIC0gZGlzdGFuY2UgLyBzaGFkb3dPZmZzZXQ7CiAgICAgICAgICBjdHguZmlsbFJlY3QoeCwgeSwgcGl4ZWxTaXplLCBwaXhlbFNpemUpOwogICAgICAgIH0KICAgICAgfQogICAgfQoKICAgIC8vIERyYXcgYm90dG9tIHNoYWRvdyAocGl4ZWxhdGVkKQogICAgY3R4Lmdsb2JhbEFscGhhID0gMTsKICAgIGZvciAobGV0IHggPSBzaGFkb3dPZmZzZXQ7IHggPCB3aWR0aDsgeCArPSBwaXhlbFNpemUpIHsKICAgICAgZm9yIChsZXQgeSA9IGhlaWdodDsgeSA8IGhlaWdodCArIHNoYWRvd09mZnNldDsgeSArPSBwaXhlbFNpemUpIHsKICAgICAgICBjb25zdCBkaXN0YW5jZSA9IHkgLSBoZWlnaHQ7CiAgICAgICAgaWYgKGRpc3RhbmNlIDwgc2hhZG93T2Zmc2V0KSB7CiAgICAgICAgICBjdHguZ2xvYmFsQWxwaGEgPSAxIC0gZGlzdGFuY2UgLyBzaGFkb3dPZmZzZXQ7CiAgICAgICAgICBjdHguZmlsbFJlY3QoeCwgeSwgcGl4ZWxTaXplLCBwaXhlbFNpemUpOwogICAgICAgIH0KICAgICAgfQogICAgfQoKICAgIC8vIERyYXcgY29ybmVyIHNoYWRvdwogICAgY3R4Lmdsb2JhbEFscGhhID0gMC41OwogICAgZm9yIChsZXQgeCA9IHdpZHRoOyB4IDwgd2lkdGggKyBzaGFkb3dPZmZzZXQ7IHggKz0gcGl4ZWxTaXplKSB7CiAgICAgIGZvciAobGV0IHkgPSBoZWlnaHQ7IHkgPCBoZWlnaHQgKyBzaGFkb3dPZmZzZXQ7IHkgKz0gcGl4ZWxTaXplKSB7CiAgICAgICAgY3R4LmZpbGxSZWN0KHgsIHksIHBpeGVsU2l6ZSwgcGl4ZWxTaXplKTsKICAgICAgfQogICAgfQoKICAgIGN0eC5nbG9iYWxBbHBoYSA9IDE7CiAgfQp9CgovLyBSZWdpc3RlciB0aGUgcGFpbnQgd29ya2xldApyZWdpc3RlclBhaW50KCdwaXhlbC1zaGFkb3cnLCBQaXhlbFNoYWRvd1BhaW50ZXIpOwo=",typeof document>"u"&&typeof location>"u"?require("url").pathToFileURL(__filename).href:typeof document>"u"?location.href:a2&&a2.tagName.toUpperCase()==="SCRIPT"&&a2.src||new URL("index.umd.cjs",document.baseURI).href).href)}catch{}const gm=(function(e){return(o,t)=>{he(e,(v=>o.use(v))),t&&Jn(t,o,!0)}})(fm);S.PxAlert=dr,S.PxAvatar=mr,S.PxBadge=pr,S.PxBreadcrumb=gr,S.PxBreadcrumbItem=wr,S.PxButton=Mo,S.PxButtonGroup=Ln,S.PxCard=Vr,S.PxChatBubble=Hr,S.PxCheckbox=Er,S.PxCheckboxGroup=Ar,S.PxCollapse=Lr,S.PxCollapseItem=Dr,S.PxConfigProvider=Ur,S.PxDiff=Kr,S.PxDivider=Jr,S.PxDrawer=Yr,S.PxDropdown=gh,S.PxDropdownItem=wh,S.PxFileInput=tl,S.PxFilter=hl,S.PxFilterItem=ll,S.PxForm=ol,S.PxFormItem=nl,S.PxIcon=al,S.PxIndicator=cl,S.PxInput=ul,S.PxKbd=ml,S.PxLink=pl,S.PxLoading=xl,S.PxLoadingDirective=Ko,S.PxLoadingIndicator=Hl,S.PxLoadingService=Xo,S.PxMessage=Cl,S.PxMessageBox=wt,S.PxNotification=Il,S.PxOption=Rl,S.PxPixelate=Sl,S.PxPopconfirm=El,S.PxProgress=Al,S.PxRadio=Ol,S.PxRadioGroup=$l,S.PxResizableGroup=Pl,S.PxResizableHandle=Tl,S.PxResizablePanel=jl,S.PxSelect=Dl,S.PxSkeleton=Fl,S.PxSwitch=Gl,S.PxTable=Wl,S.PxTooltip=Xl,S.PxValidator=Ul,S.default=gm,S.defaultPixelIcons=il,S.en=_o,S.iconSizeMap=ur,S.ja={name:"ja",el:{select:{loading:"ロード中",noMatch:"データなし",noData:"データなし",placeholder:"選択してください"},dropdown:{toggleDropdown:"ドロップダウン切替"},messagebox:{title:"メッセージ",confirm:"OK",cancel:"キャンセル",error:"正しくない入力",close:"このダイアログを閉じる"},popconfirm:{confirmButtonText:"はい",cancelButtonText:"いいえ"}}},S.ko={name:"ko",el:{select:{loading:"불러오는 중",noMatch:"검색된 데이터 없음",noData:"데이터 없음",placeholder:"선택"},dropdown:{toggleDropdown:"드롭다운 전환"},messagebox:{title:"메시지",confirm:"확인",cancel:"취소",error:"올바르지 않은 입력",close:"대화 상자 닫기"},popconfirm:{confirmButtonText:"예",cancelButtonText:"아니오"}}},S.messageTypes=yl,S.notificationPosition=_l,S.notificationTypes=Ml,S.provideGlobalConfig=Jn,S.registerDefaultPixelIcons=sl,S.tableSize=["xs","sm","md","lg","xl"],S.useFormItem=n2,S.useGlobalConfig=Wr,S.useSystemTheme=function(){const e=n.ref(!1);let o=null,t=null;return n.onMounted((()=>{typeof window<"u"&&(o=window.matchMedia("(prefers-color-scheme: dark)"),e.value=o.matches,t=v=>{e.value=v.matches},o.addEventListener?o.addEventListener("change",t):o.addListener(t))})),n.onUnmounted((()=>{o&&t&&(o.removeEventListener?o.removeEventListener("change",t):o.removeListener(t))})),{prefersDark:e,prefers:n.computed((()=>e.value?"dark":"light"))}},S.useTheme=function(){if(!Ir&&typeof window<"u"){(function(){if(typeof window>"u")return;const v=localStorage.getItem(_r);v&&["light","dark","system"].includes(v)?f2.value=v:f2.value="system",Ue.value=Zr(f2.value),Wn(Ue.value)})(),Ir=!0;const o=window.matchMedia("(prefers-color-scheme: dark)"),t=v=>{f2.value==="system"&&(Ue.value=v.matches,Wn(Ue.value))};o.addEventListener?o.addEventListener("change",t):o.addListener(t)}const e=o=>{f2.value=o,Ue.value=Zr(o),Wn(Ue.value),typeof localStorage<"u"&&localStorage.setItem(_r,o)};return{theme:n.computed((()=>f2.value)),isDark:n.computed((()=>Ue.value)),setTheme:e,toggleTheme:()=>{const o=Ue.value?"light":"dark";e(o)}}},S.vLoading=Ko,S.zhCn={name:"zh-cn",el:{select:{loading:"加载中",noMatch:"无匹配数据",noData:"无数据",placeholder:"请选择"},dropdown:{toggleDropdown:"切换下拉菜单"},messagebox:{title:"提示",confirm:"确定",cancel:"取消",error:"输入的数据不合法!",close:"关闭此对话框"},popconfirm:{confirmButtonText:"确定",cancelButtonText:"取消"}}},S.zhTw={name:"zh-tw",el:{select:{loading:"載入中",noMatch:"無相符資料",noData:"無資料",placeholder:"請選擇"},dropdown:{toggleDropdown:"切換下拉選單"},messagebox:{title:"提示",confirm:"確定",cancel:"取消",error:"輸入的資料不符規定!",close:"關閉此對話框"},popconfirm:{confirmButtonText:"確認",cancelButtonText:"取消"}}},Object.defineProperties(S,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})}));
|